@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;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* Setting & mixin
   ----------------------------------------------------------------- */
:root {
  --bgc:#ffffff;
  --bgtc:#000;
  --bgc-acc:#867200;
  --bgtc-acc:#fff;
  --bgc-suf1:#f4f4f4;
  --bgtc-suf1:#fff;
  --bgc-suf2:#f4f4f4;
  --bgtc-suf2:#fff;
}

:root {
  --gap-n: 25.96px;
  --gap-harf: 12.98px;
  --gap-hharf: 6.49px;
  --gap-2x: 51.92px;
  --gap-3x: 77.88px;
  --gap-4x: 103.84px;
  --gap-5x: 129.8px;
  --gap-6x: 155.76px;
  --gap-h3x: 38.94px;
  --gap-h4x: 51.92px;
  --gap-h5x: 64.9px;
  --gap-h6x: 77.88px;
}
@media only screen and (max-width: 1179px) {
  :root {
    --gap-n: 2.2vw;
    --gap-harf: 1.1vw;
    --gap-hharf: 0.55vw;
    --gap-x2: 4.4vw;
    --gap-x3: 6.6vw;
    --gap-x4: 8.8vw;
    --gap-x5: 11vw;
    --gap-x6: 13.2vw;
    --gap-h3x: 3.3vw;
    --gap-h4x: 4.4vw;
    --gap-h5x: 5.5vw;
    --gap-h6x: 6.6vw;
  }
}

.slick-slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list, .slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide img.slick-loading {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  z-index: 100;
  top: 0;
  bottom: 0;
  cursor: pointer;
  background: transparent;
  font-size: 1%;
  width: 5vw;
  height: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  text-decoration: none;
  display: block;
  width: 0;
  height: 0;
  line-height: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: transparent 50px solid;
  opacity: 0.3;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.slick-prev {
  left: -70px;
}

[dir=rtl] .slick-prev {
  right: -70px;
  left: auto;
}

.slick-prev:before {
  border-right: #7a858e 15px solid;
  border-left: none;
}

[dir=rtl] .slick-prev:before {
  border-left: #7a858e 15px solid;
  border-right: none;
}

.slick-next {
  right: -70px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -70px;
}

.slick-next:before {
  border-left: #7a858e 15px solid;
  border-right: none;
}

[dir=rtl] .slick-next:before {
  border-right: #7a858e 15px solid;
  border-left: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  width: auto;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 10px 5px 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "?";
  text-align: center;
  color: #8A8899;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #113956;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background: url(/ag/wp-content/themes/avant-garde/assets/css/images/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(/ag/wp-content/themes/avant-garde/assets/css/images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(/ag/wp-content/themes/avant-garde/assets/css/images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(/ag/wp-content/themes/avant-garde/assets/css/images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(/ag/wp-content/themes/avant-garde/assets/css/images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 21px;
  background: url(/ag/wp-content/themes/avant-garde/assets/css/images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 21px;
  background: url(/ag/wp-content/themes/avant-garde/assets/css/images/controls.png) right top repeat-y;
}

#cboxTopCenter {
  height: 21px;
  background: url(/ag/wp-content/themes/avant-garde/assets/css/images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  height: 21px;
  background: url(/ag/wp-content/themes/avant-garde/assets/css/images/border.png) 0 -29px repeat-x;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(/ag/wp-content/themes/avant-garde/assets/css/images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(/ag/wp-content/themes/avant-garde/assets/css/images/loading.gif) no-repeat center center;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/ag/wp-content/themes/avant-garde/assets/css/images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(/ag/wp-content/themes/avant-garde/assets/css/images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/ag/wp-content/themes/avant-garde/assets/css/images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

/* Base
   ----------------------------------------------------------------- */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("/ag/wp-content/themes/avant-garde/assets/font/NotoSansCJKjp-Regular.woff2") format("woff2"), url("/ag/wp-content/themes/avant-garde/assets/font/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("/ag/wp-content/themes/avant-garde/assets/font/NotoSansCJKjp-Bold.woff2") format("woff2"), url("/ag/wp-content/themes/avant-garde/assets/font/NotoSansCJKjp-Bold.woff") format("woff");
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt", 1;
          font-feature-settings: "palt", 1;
  position: relative;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*Chrome,Safari*/
  -ms-text-size-adjust: 100%;
  /*EgdeMobile*/
  -moz-text-size-adjust: 100%;
  /*firefox*/
}

.wrap {
  overflow: hidden;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
a[href="#"]:after {
  content: "（リンク先未適用）";
  color: #f00;
  font-weight: bold;
}

.fixwidth {
  width: 100%;
  margin: auto;
  max-width: 1179px;
}
@media only screen and (max-width: 1179px) {
  .fixwidth {
    max-width: 1179px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1179px) {
  .fixwidth {
    max-width: 979px;
  }
}

* sup {
  font-size: 75%;
  vertical-align: super;
}

* sub {
  font-size: 75%;
  vertical-align: baseline;
}

.current {
  cursor: default;
  pointer-events: none;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.c-unit {
  margin: 5rem auto 7rem;
}
@media only screen and (max-width: 766px) {
  .c-unit {
    margin: 3rem auto;
  }
}
:root body:not(#top) #main > .c-unit:not(:first-child) {
  position: relative;
}
:root body:not(#top) #main > .c-unit:not(:first-child):before {
  content: "";
  position: absolute;
  top: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  border-top: #f4f4f4 1px dotted;
}
.c-unit .c-unit {
  margin-top: 2.5rem;
  margin-bottom: 4.5rem;
}
.c-unit:last-child {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 766px) {
  .c-unit:last-child {
    margin-bottom: 3rem;
  }
}
.c-unit__box .c-unit__box:first-child {
  margin-top: 0;
}
.c-unit__box .c-unit__box:last-child {
  margin-bottom: 0;
}
.c-unit__box--bg {
  background: #f4f4f4;
  padding: 2rem;
  border-radius: 1rem;
  color: #555;
}
.c-unit__box--bd {
  border: #f4f4f4 2px solid;
  padding: calc(2rem - 2px);
  border-radius: 1rem;
}
.c-unit__box--petit {
  padding: 0 1em;
  margin-bottom: 2.5rem;
}
.c-unit__title {
  margin-bottom: 3rem;
  text-align: center;
  color: #000;
}
.c-unit__title {
  font-size: calc(1.6rem + ((1vw - 0.32rem) * (1.6298020955)));
}
@media only screen and (min-width: 1180px) {
  .c-unit__title {
    font-size: 3rem;
  }
}
.c-unit__title--sub {
  line-height: 1.5;
  padding: 0.3em 0.6em;
  margin-bottom: 2rem;
  background: #867200;
  font-size: 120%;
  font-weight: normal;
  color: #fff;
}
.c-unit__title--mini {
  line-height: 1.5;
  padding: 0 0.6em 0.3em;
  color: #555;
  border-bottom: #f4f4f4 3px dotted;
  margin-bottom: 2rem;
}
.c-unit__title--petit {
  margin: 0 auto 0.6rem;
  line-height: 1.5;
  padding: 0 0 0.3em;
  color: #555;
  border-bottom: #f4f4f4 1px solid;
}

.c-separate__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-separate__box > * {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0 !important;
}
.c-separate__box > *:last-child {
  margin: 0;
}
.c-separate__box--2columns {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 639px) {
  .c-separate__box--2columns {
    display: block;
  }
}
.c-separate__box--2columns > * {
  width: calc((100% / 2) - 2rem);
}
.c-separate__box--2columns > *:not(:nth-child(1)):not(:nth-child(2)) {
  margin-top: 2rem;
}
@media only screen and (max-width: 639px) {
  .c-separate__box--2columns > * {
    width: 100%;
    margin-top: 2.5rem !important;
  }
}
@media only screen and (max-width: 979px) {
  .c-separate__box--3columns {
    display: block;
  }
}
.c-separate__box--3columns > * {
  width: calc((100% / 3) - 2rem);
  margin-top: 0 !important;
}
@media only screen and (max-width: 979px) {
  .c-separate__box--3columns > * {
    width: 100%;
    margin-top: 2.5rem !important;
  }
}
@media only screen and (max-width: 979px) {
  .c-separate__box--4columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 419px) {
  .c-separate__box--4columns {
    display: block;
  }
}
.c-separate__box--4columns > * {
  width: calc((100% / 4) - 2rem);
  margin-top: 0 !important;
}
@media only screen and (max-width: 979px) {
  .c-separate__box--4columns > * {
    width: calc((100% / 2) - 2rem);
    margin-top: 2.5rem !important;
  }
}
@media only screen and (max-width: 419px) {
  .c-separate__box--4columns > * {
    width: 100%;
    margin-top: 2.5rem !important;
  }
}
@media only screen and (max-width: 766px) {
  .c-separate__box--g {
    display: block;
  }
}
.c-separate__box--g > *:first-child {
  width: calc((100% / (1.618 + 1) * 1.618) - 2rem);
}
.c-separate__box--g > *:last-child {
  width: calc((100% / (1.618 + 1) * 1) - 2rem);
}
.c-separate__box--g > *:first-child,
.c-separate__box--g > *:last-child {
  margin-top: 0 !important;
}
@media only screen and (max-width: 766px) {
  .c-separate__box--g > *:first-child,
.c-separate__box--g > *:last-child {
    width: 100%;
    margin-top: 2.5rem !important;
  }
}
@media only screen and (max-width: 766px) {
  .c-separate__box--gr {
    display: block;
  }
}
.c-separate__box--gr > *:first-child {
  width: calc((100% / (1.618 + 1) * 1) - 2rem);
}
.c-separate__box--gr > *:last-child {
  width: calc((100% / (1.618 + 1) * 1.618) - 2rem);
}
.c-separate__box--gr > *:first-child,
.c-separate__box--gr > *:last-child {
  margin-top: 0 !important;
}
@media only screen and (max-width: 766px) {
  .c-separate__box--gr > *:first-child,
.c-separate__box--gr > *:last-child {
    width: 100%;
    margin-top: 2.5rem !important;
  }
}

.c-dfb__box--2columns {
  padding: 0;
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  overflow: hidden;
}
.c-dfb__box--2columns:before, .c-dfb__box--2columns:after {
  content: "";
  display: table;
}
.c-dfb__box--2columns:after {
  clear: both;
}
.c-dfb__box--2columns > * {
  float: left;
  margin: 0 2rem 2rem 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-dfb__box--2columns:before, .c-dfb__box--2columns:after {
  content: none;
}
.c-dfb__box--2columns > li:before {
  content: none;
}
@media only screen and (min-width: 1180px) {
  .c-dfb__box--2columns > * {
    width: calc((100% - 2rem * 1)/2 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .c-dfb__box--2columns > * {
      width: calc((100% - 2rem * 1)/2);
    }
  }
  .c-dfb__box--2columns > * {
    margin-right: calc(2rem - 0.01px);
  }
  .c-dfb__box--2columns > *:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1179px) {
  .c-dfb__box--2columns > * {
    width: calc((100% - 2rem * 1)/2 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .c-dfb__box--2columns > * {
      width: calc((100% - 2rem * 1)/2);
    }
  }
  .c-dfb__box--2columns > * {
    margin-right: calc(2rem - 0.01px);
  }
  .c-dfb__box--2columns > *:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 979px) {
  .c-dfb__box--2columns > * {
    width: calc((100% - 2rem * 1)/2 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .c-dfb__box--2columns > * {
      width: calc((100% - 2rem * 1)/2);
    }
  }
  .c-dfb__box--2columns > * {
    margin-right: calc(2rem - 0.01px);
  }
  .c-dfb__box--2columns > *:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 766px) {
  .c-dfb__box--2columns > * {
    width: calc((100% - 2rem * 0)/1 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .c-dfb__box--2columns > * {
      width: calc((100% - 2rem * 0)/1);
    }
  }
  .c-dfb__box--2columns > * {
    margin-right: calc(2rem - 0.01px);
  }
  .c-dfb__box--2columns > *:nth-child(1n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 420px) and (max-width: 639px) {
  .c-dfb__box--2columns > * {
    width: calc((100% - 2rem * 0)/1 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .c-dfb__box--2columns > * {
      width: calc((100% - 2rem * 0)/1);
    }
  }
  .c-dfb__box--2columns > * {
    margin-right: calc(2rem - 0.01px);
  }
  .c-dfb__box--2columns > *:nth-child(1n) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 419px) {
  .c-dfb__box--2columns > * {
    width: calc((100% - 2rem * 0)/1 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .c-dfb__box--2columns > * {
      width: calc((100% - 2rem * 0)/1);
    }
  }
  .c-dfb__box--2columns > * {
    margin-right: calc(2rem - 0.01px);
  }
  .c-dfb__box--2columns > *:nth-child(1n) {
    margin-right: 0 !important;
  }
}
@media print {
  .c-dfb__box--2columns > * {
    width: calc((100% - 2rem * 1)/2 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .c-dfb__box--2columns > * {
      width: calc((100% - 2rem * 1)/2);
    }
  }
  .c-dfb__box--2columns > * {
    margin-right: calc(2rem - 0.01px);
  }
  .c-dfb__box--2columns > *:nth-child(2n) {
    margin-right: 0 !important;
  }
}
.c-dfb__box--2columns > * {
  margin-top: 0 !important;
}
@media only screen and (max-width: 639px) {
  .c-dfb__box--2columns > * {
    margin-bottom: 0;
  }
  .c-dfb__box--2columns > *:not(:first-child) {
    margin-top: 2.5rem !important;
  }
}
.c-dfb__box--2columns > *:last-child {
  margin-bottom: 2rem;
}
.c-dfb__box--3columns {
  padding: 0;
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  overflow: hidden;
}
.c-dfb__box--3columns:before, .c-dfb__box--3columns:after {
  content: "";
  display: table;
}
.c-dfb__box--3columns:after {
  clear: both;
}
.c-dfb__box--3columns > * {
  float: left;
  margin: 0 2rem 2rem 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-dfb__box--3columns:before, .c-dfb__box--3columns:after {
  content: none;
}
.c-dfb__box--3columns > li:before {
  content: none;
}
@media only screen and (min-width: 1180px) {
  .c-dfb__box--3columns > * {
    width: calc((100% - 2rem * 2)/3 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .c-dfb__box--3columns > * {
      width: calc((100% - 2rem * 2)/3);
    }
  }
  .c-dfb__box--3columns > * {
    margin-right: calc(2rem - 0.01px);
  }
  .c-dfb__box--3columns > *:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1179px) {
  .c-dfb__box--3columns > * {
    width: calc((100% - 2rem * 2)/3 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .c-dfb__box--3columns > * {
      width: calc((100% - 2rem * 2)/3);
    }
  }
  .c-dfb__box--3columns > * {
    margin-right: calc(2rem - 0.01px);
  }
  .c-dfb__box--3columns > *:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 979px) {
  .c-dfb__box--3columns > * {
    width: calc((100% - 2rem * 2)/3 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .c-dfb__box--3columns > * {
      width: calc((100% - 2rem * 2)/3);
    }
  }
  .c-dfb__box--3columns > * {
    margin-right: calc(2rem - 0.01px);
  }
  .c-dfb__box--3columns > *:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 766px) {
  .c-dfb__box--3columns > * {
    width: calc((100% - 2rem * 2)/3 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .c-dfb__box--3columns > * {
      width: calc((100% - 2rem * 2)/3);
    }
  }
  .c-dfb__box--3columns > * {
    margin-right: calc(2rem - 0.01px);
  }
  .c-dfb__box--3columns > *:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 420px) and (max-width: 639px) {
  .c-dfb__box--3columns > * {
    width: calc((100% - 2rem * 0)/1 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .c-dfb__box--3columns > * {
      width: calc((100% - 2rem * 0)/1);
    }
  }
  .c-dfb__box--3columns > * {
    margin-right: calc(2rem - 0.01px);
  }
  .c-dfb__box--3columns > *:nth-child(1n) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 419px) {
  .c-dfb__box--3columns > * {
    width: calc((100% - 2rem * 0)/1 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .c-dfb__box--3columns > * {
      width: calc((100% - 2rem * 0)/1);
    }
  }
  .c-dfb__box--3columns > * {
    margin-right: calc(2rem - 0.01px);
  }
  .c-dfb__box--3columns > *:nth-child(1n) {
    margin-right: 0 !important;
  }
}
@media print {
  .c-dfb__box--3columns > * {
    width: calc((100% - 2rem * 2)/3 - 1px);
  }
  @supports (display: flex) or (display: -webkit-box) {
    .c-dfb__box--3columns > * {
      width: calc((100% - 2rem * 2)/3);
    }
  }
  .c-dfb__box--3columns > * {
    margin-right: calc(2rem - 0.01px);
  }
  .c-dfb__box--3columns > *:nth-child(3n) {
    margin-right: 0 !important;
  }
}
.c-dfb__box--3columns > * {
  margin-top: 0 !important;
}
@media only screen and (max-width: 639px) {
  .c-dfb__box--3columns > * {
    margin-bottom: 0;
  }
  .c-dfb__box--3columns > *:not(:first-child) {
    margin-top: 2.5rem !important;
  }
}
.c-dfb__box--3columns > *:last-child {
  margin-bottom: 2rem;
}

.c-text > *:not(:first-child) {
  margin-top: 1.8rem;
}
.c-text a.tellink {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 766px) {
  .c-text a.tellink {
    pointer-events: all;
    text-decoration: underline;
  }
}
.c-text p:not([class]) {
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
}
.c-text p:not([class]).accent {
  text-align: center;
  font-weight: bold;
  color: #b46aff;
}
.c-text p:not([class]).accent {
  font-size: calc(1.6rem + ((1vw - 0.32rem) * (1.6298020955)));
}
@media only screen and (min-width: 1180px) {
  .c-text p:not([class]).accent {
    font-size: 3rem;
  }
}
.c-text strong:not([class]) {
  color: #ff6a6a;
  font-size: 110%;
}
.c-text figure:not([class]) {
  margin-left: auto;
  margin-right: auto;
}
.c-text figure img[src=""] {
  width: 100%;
  height: 150px;
}
.c-text figure img[src$=svg] {
  width: 100%;
  height: 100%;
}
.c-text figure.maw3 {
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
}
.c-text table {
  width: 100%;
}
.c-text table th,
.c-text table td {
  padding: 0.2em 0.5em;
}
.c-text table caption {
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #555;
}
.c-text table:not([class]) {
  width: 100%;
}
.c-text table:not([class]) thead tr:last-child th,
.c-text table:not([class]) thead tr th.last {
  border-bottom: none;
}
.c-text table:not([class]) thead th {
  background: #555;
  color: #fff;
  border-bottom: rgba(244, 244, 244, 0.5) 1px dotted;
}
.c-text table:not([class]) thead th:not(:last-child) {
  border-right: #f4f4f4 1px solid;
}
.c-text table:not([class]) tbody tr:nth-child(2n) {
  background: #f4f4f4;
}
.c-text table:not([class]) tbody th {
  -webkit-text-emphasis: before;
          text-emphasis: before;
  text-align: left;
  white-space: nowrap;
}
.c-text table.nostyle thead tr,
.c-text table.nostyle thead th,
.c-text table.nostyle thead td,
.c-text table.nostyle tbody tr,
.c-text table.nostyle tbody th,
.c-text table.nostyle tbody td {
  font-weight: normal;
  padding: 0;
  border: none;
  background: none;
  color: #000;
}
.c-text table.wmxc {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.c-text table.wm {
  margin-left: auto;
  margin-right: auto;
}
.c-text table.thw20p tbody th {
  width: 20%;
}
.c-text table.zeb tbody tr:nth-child(2n) {
  background: rgba(255, 255, 255, 0.5);
}
.c-text table.zeb tbody th {
  background: rgba(255, 255, 255, 0.5);
}
.c-text table.c-history-table {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  width: 100%;
}
.c-text table.c-history-table thead tr:last-child th,
.c-text table.c-history-table thead tr th.last {
  border-bottom: none;
}
.c-text table.c-history-table thead th {
  background: #555;
  color: #fff;
  border-bottom: rgba(244, 244, 244, 0.5) 1px dotted;
}
.c-text table.c-history-table thead th:not(:last-child) {
  border-right: #f4f4f4 1px solid;
}
.c-text table.c-history-table tbody tr:nth-child(2n) {
  background: #f4f4f4;
}
.c-text table.c-history-table tbody th {
  -webkit-text-emphasis: before;
          text-emphasis: before;
  white-space: nowrap;
  text-align: left;
  width: 20%;
}
.c-text table.c-history-table th,
.c-text table.c-history-table td {
  padding: 0.2em 0.5em;
}
.c-text ul {
  margin-left: auto;
  margin-right: auto;
}
.c-text ul li:not([class]) {
  line-height: 1.5;
}
.c-text ul:not([class]) {
  padding-left: 3em;
}
.c-text ul.c-list-nowidthlimit {
  max-width: 100%;
}
.c-text ul.c-list-noicon li {
  list-style: none;
}
.c-text ul.c-list-simple-2column {
  padding: 0;
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  overflow: hidden;
}
.c-text ul.c-list-simple-2column:before, .c-text ul.c-list-simple-2column:after {
  content: "";
  display: table;
}
.c-text ul.c-list-simple-2column:after {
  clear: both;
}
.c-text ul.c-list-simple-2column > * {
  float: left;
  margin: 0 0 0 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-text ul.c-list-simple-2column:before, .c-text ul.c-list-simple-2column:after {
  content: none;
}
.c-text ul.c-list-simple-2column > li:before {
  content: none;
}
@media only screen and (min-width: 1180px) {
  .c-text ul.c-list-simple-2column > * {
    width: calc(100%/2);
  }
  .c-text ul.c-list-simple-2column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-2column > *:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1179px) {
  .c-text ul.c-list-simple-2column > * {
    width: calc(100%/2);
  }
  .c-text ul.c-list-simple-2column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-2column > *:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 979px) {
  .c-text ul.c-list-simple-2column > * {
    width: calc(100%/2);
  }
  .c-text ul.c-list-simple-2column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-2column > *:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 766px) {
  .c-text ul.c-list-simple-2column > * {
    width: calc(100%/1);
  }
  .c-text ul.c-list-simple-2column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-2column > *:nth-child(1n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 420px) and (max-width: 639px) {
  .c-text ul.c-list-simple-2column > * {
    width: calc(100%/1);
  }
  .c-text ul.c-list-simple-2column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-2column > *:nth-child(1n) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 419px) {
  .c-text ul.c-list-simple-2column > * {
    width: calc(100%/1);
  }
  .c-text ul.c-list-simple-2column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-2column > *:nth-child(1n) {
    margin-right: 0 !important;
  }
}
@media print {
  .c-text ul.c-list-simple-2column > * {
    width: calc(100%/2);
  }
  .c-text ul.c-list-simple-2column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-2column > *:nth-child(2n) {
    margin-right: 0 !important;
  }
}
.c-text ul.c-list-simple-2column li {
  list-style: none;
}
.c-text ul.c-list-simple-3column {
  padding: 0;
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  overflow: hidden;
}
.c-text ul.c-list-simple-3column:before, .c-text ul.c-list-simple-3column:after {
  content: "";
  display: table;
}
.c-text ul.c-list-simple-3column:after {
  clear: both;
}
.c-text ul.c-list-simple-3column > * {
  float: left;
  margin: 0 0 0 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-text ul.c-list-simple-3column:before, .c-text ul.c-list-simple-3column:after {
  content: none;
}
.c-text ul.c-list-simple-3column > li:before {
  content: none;
}
@media only screen and (min-width: 1180px) {
  .c-text ul.c-list-simple-3column > * {
    width: calc(100%/3);
  }
  .c-text ul.c-list-simple-3column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-3column > *:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1179px) {
  .c-text ul.c-list-simple-3column > * {
    width: calc(100%/3);
  }
  .c-text ul.c-list-simple-3column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-3column > *:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 979px) {
  .c-text ul.c-list-simple-3column > * {
    width: calc(100%/2);
  }
  .c-text ul.c-list-simple-3column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-3column > *:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 766px) {
  .c-text ul.c-list-simple-3column > * {
    width: calc(100%/2);
  }
  .c-text ul.c-list-simple-3column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-3column > *:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 420px) and (max-width: 639px) {
  .c-text ul.c-list-simple-3column > * {
    width: calc(100%/1);
  }
  .c-text ul.c-list-simple-3column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-3column > *:nth-child(1n) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 419px) {
  .c-text ul.c-list-simple-3column > * {
    width: calc(100%/1);
  }
  .c-text ul.c-list-simple-3column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-3column > *:nth-child(1n) {
    margin-right: 0 !important;
  }
}
@media print {
  .c-text ul.c-list-simple-3column > * {
    width: calc(100%/3);
  }
  .c-text ul.c-list-simple-3column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-3column > *:nth-child(3n) {
    margin-right: 0 !important;
  }
}
.c-text ul.c-list-simple-3column li {
  list-style: none;
}
.c-text ul.c-list-simple-4column {
  padding: 0;
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  overflow: hidden;
}
.c-text ul.c-list-simple-4column:before, .c-text ul.c-list-simple-4column:after {
  content: "";
  display: table;
}
.c-text ul.c-list-simple-4column:after {
  clear: both;
}
.c-text ul.c-list-simple-4column > * {
  float: left;
  margin: 0 0 0 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-text ul.c-list-simple-4column:before, .c-text ul.c-list-simple-4column:after {
  content: none;
}
.c-text ul.c-list-simple-4column > li:before {
  content: none;
}
@media only screen and (min-width: 1180px) {
  .c-text ul.c-list-simple-4column > * {
    width: calc(100%/4);
  }
  .c-text ul.c-list-simple-4column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-4column > *:nth-child(4n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1179px) {
  .c-text ul.c-list-simple-4column > * {
    width: calc(100%/3);
  }
  .c-text ul.c-list-simple-4column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-4column > *:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 979px) {
  .c-text ul.c-list-simple-4column > * {
    width: calc(100%/3);
  }
  .c-text ul.c-list-simple-4column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-4column > *:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 766px) {
  .c-text ul.c-list-simple-4column > * {
    width: calc(100%/2);
  }
  .c-text ul.c-list-simple-4column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-4column > *:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 420px) and (max-width: 639px) {
  .c-text ul.c-list-simple-4column > * {
    width: calc(100%/2);
  }
  .c-text ul.c-list-simple-4column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-4column > *:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 419px) {
  .c-text ul.c-list-simple-4column > * {
    width: calc(100%/1);
  }
  .c-text ul.c-list-simple-4column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-4column > *:nth-child(1n) {
    margin-right: 0 !important;
  }
}
@media print {
  .c-text ul.c-list-simple-4column > * {
    width: calc(100%/4);
  }
  .c-text ul.c-list-simple-4column > * {
    margin-right: 0 !important;
  }
  .c-text ul.c-list-simple-4column > *:nth-child(4n) {
    margin-right: 0 !important;
  }
}
.c-text ul.c-list-simple-4column li {
  list-style: none;
}
.c-text ul.c-list-kome li {
  position: relative;
  list-style: none;
  padding-left: 1.5em;
}
.c-text ul.c-list-kome li {
  font-size: calc(1.04rem + ((1vw - 0.32rem) * (0.2793946449)));
}
@media only screen and (min-width: 1180px) {
  .c-text ul.c-list-kome li {
    font-size: 1.28rem;
  }
}
.c-text ul.c-list-kome li:before {
  content: "※";
  position: absolute;
  left: 0;
}
.c-text ul.c-link li {
  list-style: none;
}
.c-text ul.c-link a {
  padding-left: 1.5em;
  position: relative;
}
.c-text ul.c-link a:before {
  content: "";
  position: absolute;
  left: 0.2em;
  top: 0.75em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: transparent 0.4em solid;
  border-right: none;
  border-left-color: #867200;
  border-left-width: 0.6928em;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.c-text ul.c-link a:hover:before {
  left: 0.4em;
}
.c-text ul.c-side li {
  display: inline-block;
  margin-right: 0.5em;
}
.c-text ol {
  margin-left: auto;
  margin-right: auto;
}
.c-text ol li {
  line-height: 1.8;
}
.c-text ol:not([class]) {
  padding-left: 3em;
}
.c-text ol.c-flow {
  counter-reset: li;
}
.c-text ol.c-flow li:before {
  counter-increment: li;
  content: "" counter(li, decimal);
}
.c-text ol.c-flow li {
  position: relative;
  list-style: none;
  background: #666;
  padding: 1em 1em 1em 7rem;
  margin-bottom: 1rem;
  border-radius: 0.5em;
}
.c-text ol.c-flow li:before {
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 5rem;
  width: 5rem;
  border-radius: 100%;
  background: #867200;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  line-height: 1;
}
.c-text ol.c-flow li:before {
  font-size: calc(1.6rem + ((1vw - 0.32rem) * (1.6298020955)));
}
@media only screen and (min-width: 1180px) {
  .c-text ol.c-flow li:before {
    font-size: 3rem;
  }
}
.c-text ol.c-list-kome {
  counter-reset: li;
}
.c-text ol.c-list-kome li:before {
  counter-increment: li;
  content: "※" counter(li, decimal);
}
.c-text ol.c-list-kome li {
  position: relative;
  list-style: none;
  padding-left: 2em;
}
.c-text ol.c-list-kome li {
  font-size: calc(1.04rem + ((1vw - 0.32rem) * (0.2793946449)));
}
@media only screen and (min-width: 1180px) {
  .c-text ol.c-list-kome li {
    font-size: 1.28rem;
  }
}
.c-text ol.c-list-kome li:before {
  position: absolute;
  left: 0;
}
.c-text ol.c-list-chu {
  counter-reset: li;
}
.c-text ol.c-list-chu li:before {
  counter-increment: li;
  content: "注" counter(li, decimal);
}
.c-text ol.c-list-chu li {
  position: relative;
  list-style: none;
  padding-left: 2em;
}
.c-text ol.c-list-chu li {
  font-size: calc(1.04rem + ((1vw - 0.32rem) * (0.2793946449)));
}
@media only screen and (min-width: 1180px) {
  .c-text ol.c-list-chu li {
    font-size: 1.28rem;
  }
}
.c-text ol.c-list-chu li:before {
  position: absolute;
  left: 0;
}
.c-text dl:not([class]) {
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
}
.c-text dl:not([class]) dt {
  font-weight: bold;
}
.c-text dl:not([class]) dd {
  padding-left: 1em;
}
.c-text dl:not([class]) dd + dt {
  margin-top: 1.8rem;
}

.c-acc__trigger, .c-acc__closer {
  display: block;
  background: #666;
  width: 100%;
  padding: 0.5em;
  cursor: pointer;
  color: #fff;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.c-acc__trigger:hover, .c-acc__closer:hover {
  background: #333333;
}
.c-acc__closer {
  opacity: 0;
  padding: 0 0.5em;
  line-height: 0;
  font-size: 0;
}
.c-acc__checker {
  display: none;
}
.c-acc__box {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  margin-top: 0 !important;
}
.c-acc__box * {
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.c-acc__checker:not(:checked) + .c-acc__trigger + .c-acc__box .c-unit {
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  height: 0;
}
.c-acc__checker:not(:checked) + .c-acc__trigger + .c-acc__box .c-unit:nth-last-child(2) {
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  height: 0;
}
@media only screen and (max-width: 766px) {
  .c-acc__checker:not(:checked) + .c-acc__trigger + .c-acc__box .c-unit:nth-last-child(2) {
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    height: 0;
  }
}
.c-acc__checker:not(:checked) + .c-acc__trigger + .c-acc__box .c-unit__box--bg, .c-acc__checker:not(:checked) + .c-acc__trigger + .c-acc__box .c-unit__box--bd, .c-acc__checker:not(:checked) + .c-acc__trigger + .c-acc__box .c-unit__box--petit {
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  height: 0;
}
.c-acc__checker:not(:checked) + .c-acc__trigger + .c-acc__box .c-unit__title--sub, .c-acc__checker:not(:checked) + .c-acc__trigger + .c-acc__box .c-unit__title--mini, .c-acc__checker:not(:checked) + .c-acc__trigger + .c-acc__box .c-unit__title--petit {
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  height: 0;
}
.c-acc__checker:not(:checked) + .c-acc__trigger + .c-acc__box .c-text > *:not(:first-child),
.c-acc__checker:not(:checked) + .c-acc__trigger + .c-acc__box .c-text * {
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  height: 0;
}
.c-acc__checker:checked + .c-acc__trigger + .c-acc__box {
  margin-top: 1.8rem !important;
}
.c-acc__checker:checked + .c-acc__trigger + .c-acc__box * {
  opacity: 1;
}
.c-acc__checker:checked + .c-acc__trigger + .c-acc__box .c-unit {
  margin-top: 2.5rem;
  margin-bottom: 4.5rem;
}
.c-acc__checker:checked + .c-acc__trigger + .c-acc__box .c-unit:last-child {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 766px) {
  .c-acc__checker:checked + .c-acc__trigger + .c-acc__box .c-unit:last-child {
    margin-bottom: 3rem;
  }
}
.c-acc__checker:checked + .c-acc__trigger + .c-acc__box .c-unit__box--bg {
  background: #f4f4f4;
  padding: 2rem;
  border-radius: 1rem;
  color: #555;
}
.c-acc__checker:checked + .c-acc__trigger + .c-acc__box .c-unit__box--bd {
  border: #f4f4f4 2px solid;
  padding: calc(2rem - 2px);
  border-radius: 1rem;
}
.c-acc__checker:checked + .c-acc__trigger + .c-acc__box .c-unit__box--petit {
  padding: 0 1em;
  margin-bottom: 2.5rem;
}
.c-acc__checker:checked + .c-acc__trigger + .c-acc__box .c-unit__title--sub {
  line-height: 1.5;
  padding: 0.3em 0.6em;
  margin-bottom: 2rem;
  background: #867200;
  font-size: 120%;
  font-weight: normal;
  color: #fff;
}
.c-acc__checker:checked + .c-acc__trigger + .c-acc__box .c-unit__title--mini {
  line-height: 1.5;
  padding: 0 0.6em 0.3em;
  color: #555;
  border-bottom: #f4f4f4 3px dotted;
  margin-bottom: 2rem;
}
.c-acc__checker:checked + .c-acc__trigger + .c-acc__box .c-unit__title--petit {
  margin: 0 auto 0.6rem;
  line-height: 1.5;
  padding: 0 0 0.3em;
  color: #555;
  border-bottom: #f4f4f4 1px solid;
}
.c-acc__checker:checked + .c-acc__trigger + .c-acc__box .c-text > *:not(:first-child) {
  margin-top: 1.8rem;
}
.c-acc__checker:checked + .c-acc__trigger + .c-acc__box .c-text p {
  line-height: 1.8;
}
.c-acc__checker:checked + .c-acc__trigger + .c-acc__box .c-acc__closer {
  opacity: 1;
  padding: 0.5em;
  line-height: 1.8;
}
.c-acc__checker:checked + .c-acc__trigger {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
  opacity: 0;
}

.c_work_item:not(:root) {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
.c_work_item__list {
  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;
}
.c_work_item__item {
  list-style: none;
  width: calc((100% - 1em) / 2);
}
.c_work_item__item:not(:nth-child(1)):not(:nth-child(2)) {
  margin-top: 1em;
}
@media only screen and (max-width: 639px) {
  .c_work_item__item {
    width: 100%;
  }
  .c_work_item__item:not(:nth-child(1)):not(:root) {
    margin-top: 1em;
  }
}
.c_work_item__fig {
  position: relative;
}
.c_work_item__figc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.66);
  padding: 1em;
}
.c_work_item__name {
  color: #fff;
  line-height: 1;
  font-weight: normal;
}
.c_work_item__name {
  font-size: calc(1.6rem + ((1vw - 0.32rem) * (1.6298020955)));
}
@media only screen and (min-width: 1180px) {
  .c_work_item__name {
    font-size: 3rem;
  }
}
.c_work_item__text {
  color: #b2c5fa;
  line-height: 1;
}

.c_reform_item:not(:root) {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  margin-top: 3rem;
}
.c_reform_item__list {
  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;
}
.c_reform_item__item {
  list-style: none;
  width: calc((100% - 1em) / 3);
}
.c_reform_item__item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  margin-top: 0.5em;
}
.c_reform_item__fig {
  position: relative;
}
.c_reform_item__figc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.66);
  padding: 0.5em;
}
.c_reform_item__name {
  text-align: center;
  color: #fff;
  line-height: 1;
  font-weight: normal;
}

.c-btn__link {
  padding: 0.1em 1.5em 0.1em 0.5em;
  border-radius: 0.2em;
  border: #333 1px solid;
  color: #333;
  text-decoration: none;
  position: relative;
}
.c-btn__link::before {
  display: block;
  position: absolute;
  right: 0.8em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: #333 0.1em solid;
  border-bottom: none;
  border-left: none;
}
.c-btn__link:hover {
  opacity: 0.6;
}

.c-booklist__item {
  list-style: none;
}
.c-list-flow__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100% !important;
}
.c-list-flow__item {
  list-style: none;
  background: #666;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 0.5rem;
  border-radius: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-list-flow__item > * {
  width: 100%;
  line-height: 1.2;
}
.c-list-flow__item > *:first-child {
  margin-top: auto;
}
.c-list-flow__item > *:last-child {
  margin-bottom: auto;
}
.c-list-flow__item:not(:last-child) {
  margin-right: 3rem;
  position: relative;
}
.c-list-flow__item:not(:last-child):after {
  content: "";
  position: absolute;
  border: transparent 2rem solid;
  border-left: #555 1rem solid;
  border-right: none;
  right: -2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-list-flow__number {
  margin-bottom: 0.5rem;
  color: #555;
  font-weight: bold;
}
.c-list-flow__number {
  font-size: calc(1.6rem + ((1vw - 0.32rem) * (1.6298020955)));
}
@media only screen and (min-width: 1180px) {
  .c-list-flow__number {
    font-size: 3rem;
  }
}
.c-list-flow__detail {
  font-size: calc(1.2rem + ((1vw - 0.32rem) * (0.4656577416)));
}
@media only screen and (min-width: 1180px) {
  .c-list-flow__detail {
    font-size: 1.6rem;
  }
}

.c-contact-number__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-contact-number__list > * {
  width: 100%;
  list-style: none;
  text-align: center;
  margin-top: 0;
}
.c-contact-number__list > * {
  font-size: calc(1.6rem + ((1vw - 0.32rem) * (1.6298020955)));
}
@media only screen and (min-width: 1180px) {
  .c-contact-number__list > * {
    font-size: 3rem;
  }
}

.c-contact_table {
  width: 100%;
}
.c-contact_table__box {
  margin-bottom: 2rem;
}
.c-contact_table__title {
  width: 25%;
  min-width: 200px;
}
.c-contact_table__content input[type=text] {
  height: 1.5em;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 200px;
}
.c-contact_table__content input[type=text].S {
  width: 25%;
}
.c-contact_table__content input[type=text].M {
  width: 50%;
}
.c-contact_table__content input[type=text].L {
  width: 100%;
}
.c-contact_table__content textarea {
  width: 100%;
  height: 18em;
  line-height: 1.2;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-contact_table__notes {
  display: block;
}
.c-contact_table__notes {
  font-size: calc(1.04rem + ((1vw - 0.32rem) * (0.2793946449)));
}
@media only screen and (min-width: 1180px) {
  .c-contact_table__notes {
    font-size: 1.28rem;
  }
}
.c-contact_table__button--submit {
  background: #867200;
  color: #fff;
  padding: 0.8em 2em;
  line-height: 1;
  border-radius: 0.5em;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-contact_table__button--submit {
  font-size: calc(1.6rem + ((1vw - 0.32rem) * (1.6298020955)));
}
@media only screen and (min-width: 1180px) {
  .c-contact_table__button--submit {
    font-size: 3rem;
  }
}
.c-contact_table tbody tr:nth-child(2n) {
  background: #f4f4f4;
}
.c-contact_table tbody th {
  -webkit-text-emphasis: before;
          text-emphasis: before;
  text-align: left;
  width: 20%;
}
.c-contact_table th,
.c-contact_table td {
  padding: 0.2em 0.5em;
}

.c-anctarget:not(:root) {
  padding-top: 110px !important;
  margin-top: -110px !important;
}

.c-flr {
  float: right;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.fsa {
  font-size: calc(1.6rem + ((1vw - 0.32rem) * (1.6298020955)));
}
@media only screen and (min-width: 1180px) {
  .fsa {
    font-size: 3rem;
  }
}

.fsr {
  font-size: calc(1.2rem + ((1vw - 0.32rem) * (0.4656577416)));
}
@media only screen and (min-width: 1180px) {
  .fsr {
    font-size: 1.6rem;
  }
}

.fss {
  font-size: calc(1.04rem + ((1vw - 0.32rem) * (0.2793946449)));
}
@media only screen and (min-width: 1180px) {
  .fss {
    font-size: 1.28rem;
  }
}

@media only screen and (max-width: 766px) {
  .c-contact_table__line, .c-contact_table__title, .c-contact_table__content {
    display: block;
    padding: 0 !important;
  }
  .c-contact_table__line {
    background: none !important;
    padding: 0 0 0.5em !important;
  }
}
.c-contact_dl__wrap {
  margin-bottom: 3em;
}
.c-contact_dl__item {
  border: #ccc 1px solid;
  margin-bottom: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.c-contact_dl__item {
  font-size: calc(1.2rem + ((1vw - 0.32rem) * (0.4656577416)));
}
@media only screen and (min-width: 1180px) {
  .c-contact_dl__item {
    font-size: 1.6rem;
  }
}
.c-contact_dl__item:focus-within {
  margin-bottom: 2em;
  margin-top: 2em;
}
@supports (display: grid) {
  .c-contact_dl__item {
    position: static;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 15em 1fr;
    grid-template-columns: 15em 1fr;
  }
  @media only screen and (max-width: 639px) {
    .c-contact_dl__item {
      -ms-grid-columns: 10em 1fr;
      grid-template-columns: 10em 1fr;
    }
  }
}
.c-contact_dl__title {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  background: #eee;
  padding: 0.5em 0 0.5em 0.5em;
  height: 100%;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
}
@media only screen and (max-width: 639px) {
  .c-contact_dl__title {
    min-height: 4em;
  }
}
@supports (display: grid) {
  .c-contact_dl__title {
    position: static;
    width: 100%;
  }
}
.c-contact_dl__item:focus-within .c-contact_dl__title {
  background: #ccc;
}
.c-contact_dl__content {
  width: calc(100% - 20%);
  height: 100%;
  padding-left: 20%;
}
@supports (display: grid) {
  .c-contact_dl__content {
    width: 100%;
    padding-left: 0;
  }
}
.c-contact_dl__content--radio, .c-contact_dl__content--checkbox {
  padding: 0.5em 0.5em 0 calc(20% + 0.5em);
}
@supports (display: grid) {
  .c-contact_dl__content--radio, .c-contact_dl__content--checkbox {
    padding: 0.5em 0.5em 0 0.5em;
  }
}
.c-contact_dl__text {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  padding: 0.5em;
  border-radius: 0;
  background: none;
}
.c-contact_dl__label {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 1em;
  font-size: 94%;
  padding: 0.2em 1em;
  background: #ccc;
  cursor: pointer;
}
:checked + .c-contact_dl__label {
  background: #867200;
  color: #fff;
}
.c-contact_dl__checkbox {
  display: none;
}
.c-contact_dl__textarea {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  padding: 0.5em;
  min-height: 7.5em;
  line-height: 1.5;
}
@media only screen and (max-width: 639px) {
  .c-contact_dl__textarea {
    min-height: 15em;
  }
}
.c-contact_dl__label, .c-contact_dl__notes {
  margin-bottom: 0.5rem;
}
.c-contact_dl__notes {
  font-size: calc(1.04rem + ((1vw - 0.32rem) * (0.2793946449)));
}
@media only screen and (min-width: 1180px) {
  .c-contact_dl__notes {
    font-size: 1.28rem;
  }
}

/* Project
   ----------------------------------------------------------------- */
.p-siteheader__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 766px) {
  .p-siteheader__box {
    display: block;
  }
}
.p-siteheader__sitetitle {
  background: #000;
  width: 100%;
}
.p-siteheader__sitehomelink {
  display: block;
  color: #dbcd7a;
  text-decoration: none;
  line-height: 1.5;
  padding: 0.5em;
  margin: 0 1.5em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
.p-siteheader__sitehomelink {
  font-size: calc(1.15rem + ((1vw - 0.32rem) * (1.2223515716)));
}
@media only screen and (min-width: 1180px) {
  .p-siteheader__sitehomelink {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 766px) {
  .p-siteheader__sitehomelink {
    width: 100%;
    min-height: 67px;
    padding-right: 87px;
    margin: 0;
  }
}
.p-siteheader__subtext {
  background: #867200;
  color: #fff;
  white-space: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.2;
  padding: 0.7em;
}
.p-siteheader__subtext {
  font-size: calc(1.2rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  .p-siteheader__subtext {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 766px) {
  .p-siteheader__subtext {
    width: 100%;
    margin: 0;
    padding: 0.5em;
    text-align: center;
    white-space: normal;
  }
  .p-siteheader__subtext br {
    display: none;
  }
}

@media only screen and (max-width: 766px) {
  .p-gNav {
    pointer-events: all;
  }
  .p-gNav_triger {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1001;
    padding: 1em 2em;
  }
  .p-gNav_triger__icon {
    font-size: 40px;
    color: #dbcd7a;
    cursor: pointer;
  }
  .p-gNav_triger__icon--closebtn {
    color: #fff;
  }
  .p-gNav__box {
    width: 100%;
  }
  .p-gNav__box {
    font-size: calc(1.2rem + ((1vw - 0.32rem) * (0.4656577416)));
  }
}
@media only screen and (max-width: 766px) and (min-width: 1180px) {
  .p-gNav__box {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 766px) {
  .p-gNav__opener {
    display: none;
  }
}
@media only screen and (max-width: 766px) {
  .p-gNav__opener:checked + .p-gNav__wrap {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media only screen and (max-width: 766px) {
  .p-gNav__opener:checked + .p-gNav__wrap + .p-gNav__triger .p-gNav_triger__icon--openbtn, .p-gNav__opener:not(:checked) + .p-gNav__wrap + .p-gNav__triger .p-gNav_triger__icon--closebtn {
    display: none;
  }
}
@media only screen and (max-width: 766px) {
  .p-gNav__wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 580px;
    max-width: 90vw;
    height: 100vh;
    overflow: auto;
    background: #333;
    z-index: 1000;
    padding: calc(2em + 40px) 1em 1em;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
}
@media only screen and (max-width: 766px) {
  .p-gNav__list {
    border-top: #fff 1px dotted;
  }
}
@media only screen and (max-width: 766px) {
  .p-gNav__item {
    border-bottom: #fff 1px dotted;
  }
  .p-gNav__item {
    font-size: calc(1.2rem + ((1vw - 0.32rem) * (0.4656577416)));
  }
}
@media only screen and (max-width: 766px) and (min-width: 1180px) {
  .p-gNav__item {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 766px) {
  .p-gNav__link {
    display: block;
    padding: 1em;
    text-decoration: none;
    color: #fff;
  }
  .p-gNav__link:hover {
    background: #666;
  }
  .p-gNav__link.current {
    background: #867200;
  }
}
@media only screen and (max-width: 766px) {
  .p-gNav__title {
    font-size: 144%;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    font-weight: normal;
  }
  .p-gNav__title--pc {
    display: none;
  }
}
@media only screen and (max-width: 766px) {
  .p-gNav__description {
    line-height: 1.5;
  }
}
@media only screen and (min-width: 766px) {
  .p-gNav {
    margin: auto;
    max-width: 1770px;
  }
  .p-gNav_triger, .p-gNav__opener {
    display: none;
  }
  .p-gNav__box {
    width: 100%;
  }
  .p-gNav__box {
    font-size: calc(1.2rem + ((1vw - 0.32rem) * (0.4656577416)));
  }
}
@media only screen and (min-width: 766px) and (min-width: 1180px) {
  .p-gNav__box {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 766px) {
  .p-gNav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 766px) {
  .p-gNav__item {
    width: 100%;
  }
  .p-gNav__item {
    font-size: calc(1rem + ((1vw - 0.32rem) * (0.6984866123)));
  }
}
@media only screen and (min-width: 766px) and (min-width: 1180px) {
  .p-gNav__item {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 766px) {
  .p-gNav__item:not(:last-child) {
    border-right: #000 1px dotted;
  }
}
@media only screen and (min-width: 766px) {
  .p-gNav__link {
    display: block;
    padding: 1em;
    text-decoration: none;
    text-align: center;
    color: #000;
    font-size: 75%;
  }
  .p-gNav__link:hover {
    background: #666;
    color: #fff;
  }
  .p-gNav__link.current {
    background: #867200;
    color: #fff;
  }
}
@media only screen and (min-width: 766px) {
  .p-gNav__title {
    font-size: 144%;
    line-height: 1.5;
    font-weight: normal;
  }
  .p-gNav__title--sp {
    display: none;
  }
}
@media only screen and (min-width: 766px) {
  .p-gNav__description {
    display: none;
  }
}

.p-mainvisual__title {
  background: #000 url(../img/mainvisual.jpg) 50% 0 no-repeat;
  background-size: cover;
  height: 33.3vh;
  position: relative;
}
.p-mainvisual__img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.p-mainvisual__text {
  background: #000;
  padding: 7vw 1em 6vw;
}
.p-mainvisual__slogan {
  color: #fff;
  text-align: center;
  padding: 0.6em 0;
  line-height: 1.6;
}
.p-mainvisual__slogan {
  font-size: calc(1.4rem + ((1vw - 0.32rem) * (1.6298020955)));
}
@media only screen and (min-width: 1180px) {
  .p-mainvisual__slogan {
    font-size: 2.8rem;
  }
}
.p-mainvisual__copytext {
  color: #fff;
  line-height: 2.1;
  max-width: 767px;
  width: 100%;
  margin: 0 auto;
}
.p-mainvisual__copytext {
  font-size: calc(1.1rem + ((1vw - 0.32rem) * (0.5820721769)));
}
@media only screen and (min-width: 1180px) {
  .p-mainvisual__copytext {
    font-size: 1.6rem;
  }
}

.p-pageTitle__box {
  clear: both;
  background: #333;
  height: 25vh;
  min-height: 3em;
  max-height: 8em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  background-size: cover;
}
.p-pageTitle__box {
  font-size: calc(1.6rem + ((1vw - 0.32rem) * (1.6298020955)));
}
@media only screen and (min-width: 1180px) {
  .p-pageTitle__box {
    font-size: 3rem;
  }
}
.p-pageTitle__title {
  text-align: center;
  font-size: 150%;
  line-height: 1.5;
  color: #fff;
}
.p-pageTitle__title--event {
  font-size: 100%;
}

#wrap {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding-right: 1em;
  padding-left: 1em;
}

.p-maincontent {
  line-height: 1.5;
}
.p-maincontent {
  font-size: calc(1.2rem + ((1vw - 0.32rem) * (0.4656577416)));
}
@media only screen and (min-width: 1180px) {
  .p-maincontent {
    font-size: 1.6rem;
  }
}

.p-topunit__wrap {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 1em 0.3em;
}
.p-topunit__wrap {
  font-size: calc(2.5rem + ((1vw - 0.32rem) * (5.0058207218)));
}
@media only screen and (min-width: 1180px) {
  .p-topunit__wrap {
    font-size: 6.8rem;
  }
}
.p-topunit__box + .p-topunit__box {
  background: #f4f4f4;
}
.p-topunit__title {
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  color: #867200;
  padding-bottom: 0.3em;
}

.p-topnews__list {
  list-style: none;
}
.p-topnews__item {
  padding: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px #cbcbcb solid;
}
.p-topnews__item {
  font-size: calc(1.2rem + ((1vw - 0.32rem) * (0.4656577416)));
}
@media only screen and (min-width: 1180px) {
  .p-topnews__item {
    font-size: 1.6rem;
  }
}
.p-topnews__art {
  width: 100%;
}
.p-topnews__art::before {
  font-size: 83.3%;
  background: #867200;
  color: #fff;
  padding: 0.2em 0.8em;
  margin-bottom: 1.5rem;
  display: inline-block;
}
.p-topnews__art--event::before {
  content: "イベント";
}
.p-topnews__art--media::before {
  content: "メディア掲載";
}
.p-topnews__art--news::before {
  content: "ニュース";
}
.p-topnews__title {
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.p-topnews__title {
  font-size: calc(1.4rem + ((1vw - 0.32rem) * (0.8149010477)));
}
@media only screen and (min-width: 1180px) {
  .p-topnews__title {
    font-size: 2.1rem;
  }
}
.p-topnews__text {
  line-height: 1.5;
  margin-bottom: 1.5em;
}
.p-topnews__text {
  font-size: calc(1.2rem + ((1vw - 0.32rem) * (0.4656577416)));
}
@media only screen and (min-width: 1180px) {
  .p-topnews__text {
    font-size: 1.6rem;
  }
}
.p-topnews__aside {
  width: 25vw;
  margin-left: 1em;
}
@media only screen and (max-width: 766px) {
  .p-topnews__aside {
    width: 33.3vw;
  }
}
@media only screen and (max-width: 639px) {
  .p-topnews__aside {
    width: 45vw;
  }
}
@media only screen and (max-width: 419px) {
  .p-topnews__aside {
    width: 50vw;
  }
}
.p-toplink__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-toplink__list {
  font-size: calc(1.2rem + ((1vw - 0.32rem) * (0.4656577416)));
}
@media only screen and (min-width: 1180px) {
  .p-toplink__list {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 419px) {
  .p-toplink__list {
    display: block;
  }
}
.p-toplink__item {
  list-style: none;
  margin: 0 0.5em;
  width: 100%;
  max-width: 300px;
}
@media only screen and (max-width: 419px) {
  .p-toplink__item {
    padding: 0 0.5em;
    margin: 0 0 0.5em;
    max-width: 100%;
  }
}
.p-toplink__link {
  background: #fff;
  padding: 1em 2em;
  border: #ddd 1px solid;
  border-radius: 0.5em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-toplink__link:hover {
  opacity: 0.6;
}
.p-toplink__img {
  max-width: 200px;
  width: 100%;
}

.p-future_event__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@supports (display: grid) {
  .p-future_event__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1em 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em;
  }
}
.p-future_event__item {
  border: #ddd 1px solid;
  padding: 1em;
  border-radius: 0.5em;
  overflow: hidden;
  width: calc((100% - 1em) / 2);
  margin-bottom: 1em;
}
.p-future_event__item:nth-child(2n-1) {
  margin-right: 1em;
}
@supports (display: grid) {
  .p-future_event__item {
    width: 100%;
    margin-bottom: 0;
  }
}
.p-future_event__title {
  background: #ddd;
  padding: 1em;
  margin: -1em -1em 1em;
}
.p-future_event__subtitle {
  border-bottom: #333 1px solid;
}
.p-future_event__text {
  margin-bottom: 1em;
}
.p-future_event__text p {
  margin-bottom: 1em;
}
.p-future_event__img {
  width: 33.3%;
  float: right;
}
.p-archives__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
}
.p-archives__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto -webkit-max-content;
  -ms-grid-rows: auto auto auto max-content;
  -ms-grid-columns: 1fr -webkit-max-content;
  -ms-grid-columns: 1fr max-content;
      grid-template: "fig fig" "title date" "description description" "link auth" max-content/1fr -webkit-max-content;
      grid-template: "fig fig" "title date" "description description" "link auth" max-content/1fr max-content;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: #bebebe 1px solid;
  border-radius: 0.5rem;
  overflow: hidden;
  padding-bottom: 1.5rem;
  position: relative;
}
.p-archives__item::before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em 1em;
  background: #333;
  color: #fff;
  line-height: 1;
}
.p-archives__item::before {
  font-size: calc(1.04rem + ((1vw - 0.32rem) * (0.2793946449)));
}
@media only screen and (min-width: 1180px) {
  .p-archives__item::before {
    font-size: 1.28rem;
  }
}
.p-archives__item--column::before {
  content: "コラム";
  background: #1a59d0;
}
.p-archives__item--archive::before {
  content: "資料アーカイブ";
  background: #867200;
}
.p-archives__title {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: title;
  font-size: 120%;
}
.p-archives__date {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: date;
  text-align: right;
  font-weight: bold;
}
.p-archives__date {
  font-size: calc(1.04rem + ((1vw - 0.32rem) * (0.2793946449)));
}
@media only screen and (min-width: 1180px) {
  .p-archives__date {
    font-size: 1.28rem;
  }
}
.p-archives__fig {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: fig;
}
.p-archives__description {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: description;
  line-height: 1.3;
  height: 5.2em;
  overflow: hidden;
}
.p-archives__description {
  font-size: calc(1.2rem + ((1vw - 0.32rem) * (0.4656577416)));
}
@media only screen and (min-width: 1180px) {
  .p-archives__description {
    font-size: 1.6rem;
  }
}
.p-archives__link {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: link;
}
.p-archives__btn {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5em 0.8em;
  background: #1a59d0;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  border-radius: 5px;
}
.p-archives__btn:hover {
  background: #867200;
}
.p-archives__auth {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
  grid-area: auth;
  text-align: right;
}
.p-archives__auth {
  font-size: calc(1.04rem + ((1vw - 0.32rem) * (0.2793946449)));
}
@media only screen and (min-width: 1180px) {
  .p-archives__auth {
    font-size: 1.28rem;
  }
}
.p-archives__title, .p-archives__date, .p-archives__fig, .p-archives__description {
  margin-bottom: 1.5rem;
}
.p-archives__date, .p-archives__description, .p-archives__auth {
  margin-right: 1.5rem;
}
.p-archives__title, .p-archives__description, .p-archives__link {
  margin-left: 1.5rem;
}

.p-link__links {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.p-link__item {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.p-link__item:not(:last-child) {
  margin-bottom: 0.5em;
}
.p-link__item > p {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-left: 1.5em;
}
.p-link__text {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-left: 1.5em;
}

#main .w-content__aside {
  background: #f4f4f4;
  text-align: right;
  padding: 0.5em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1em;
}
#main .w-content__auth {
  margin-right: 1em;
}
#main .w-content__article h1, #main .w-content__article h2, #main .w-content__article h3, #main .w-content__article h4, #main .w-content__article h5, #main .w-content__article h6, #main .w-content__article ul, #main .w-content__article ol, #main .w-content__article hr, #main .w-content__article p {
  margin-bottom: 1.5rem;
}
#main .w-content__article h1 {
  background: #867200;
  padding: 0.5em 1em;
  color: #fff;
  font-weight: normal;
}
#main .w-content__article h1 {
  font-size: calc(1.6rem + ((1vw - 0.32rem) * (1.6298020955)));
}
@media only screen and (min-width: 1180px) {
  #main .w-content__article h1 {
    font-size: 3rem;
  }
}
#main .w-content__article h2 {
  font-size: 1.44em;
  background: #867200;
  padding: 0.5em 1em;
  color: #fff;
  font-weight: normal;
}
#main .w-content__article h3 {
  font-size: 1.2em;
  border: #867200 2px solid;
  padding: 0.4em 0.8em;
  color: #867200;
}
#main .w-content__article h4 {
  font-size: 1.2em;
  border: #867200 1px solid;
  padding: 0.4em 0.8em;
  color: #867200;
  font-weight: normal;
}
#main .w-content__article h5 {
  border-bottom: #867200 1px solid;
  color: #867200;
  padding-left: 0.6em;
}
#main .w-content__article h6 {
  color: #867200;
}
#main .w-content__article h6::before {
  content: "◆";
  margin-right: 0.5em;
}
#main .w-content__article blockquote {
  background: #f4f4f4;
  color: #555;
  padding: 1em;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}
#main .w-content__article blockquote > *:last-child {
  margin-bottom: 0;
}
#main .w-content__article blockquote > * {
  position: relative;
  z-index: 1;
}
#main .w-content__article blockquote::before, #main .w-content__article blockquote::after {
  position: absolute;
  font-size: 400%;
  color: #ddd;
  line-height: 1;
  z-index: 0;
}
#main .w-content__article blockquote::before {
  content: "?";
  top: -0.2em;
  left: -0.1em;
}
#main .w-content__article blockquote::after {
  content: "?";
  right: -0.2em;
  bottom: -0.1em;
}
#main .w-content__article strong,
#main .w-content__article em {
  color: unset;
}

.p-top-teaser {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
.p-top-teaser__text {
  max-width: 767px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8;
  padding: 2em 0;
}
.p-top-teaser__text {
  font-size: calc(1.4rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  .p-top-teaser__text {
    font-size: 2rem;
  }
}
.p-top-teaser__worklist {
  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;
}
.p-top-teaser__worklist_item {
  list-style: none;
  width: calc((100% - (1em * 1)) / 2);
}
.p-top-teaser__worklist_item:not(:nth-child(1)):not(:nth-child(2)) {
  margin-top: 1em;
}
@media only screen and (max-width: 766px) {
  .p-top-teaser__worklist_item {
    width: 100%;
  }
  .p-top-teaser__worklist_item:not(:nth-child(1)) {
    margin-top: 1em;
  }
}
.p-top-teaser__worklist_fig {
  position: relative;
}
.p-top-teaser__worklist_figc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.66);
  padding: 0.5em 0;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}
.p-top-teaser__worklist_figc {
  font-size: calc(1.4rem + ((1vw - 0.32rem) * (0.6984866123)));
}
@media only screen and (min-width: 1180px) {
  .p-top-teaser__worklist_figc {
    font-size: 2rem;
  }
}

.p-top-imgnav__box {
  background: url(/ag/wp-content/themes/avant-garde/img/bg_water.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding: 3rem 0;
}
.p-top-imgnav__list {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-top-imgnav__list {
  font-size: calc(1.6rem + ((1vw - 0.32rem) * (1.6298020955)));
}
@media only screen and (min-width: 1180px) {
  .p-top-imgnav__list {
    font-size: 3rem;
  }
}
.p-top-imgnav__item {
  list-style: none;
  color: #fff;
  text-align: center;
  width: 50%;
  font-weight: bold;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22),0 0 3px rgba(0, 0, 0, 0.22);
}
.p-top-imgnav__item:not(:nth-child(1)):not(:nth-child(2)) {
  margin-top: 0.5em;
}
.p-top-imgnav__btn {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

.p-top-topics {
  background: #eee;
  color: #333;
  padding: 2em 0;
}
.p-top-topics__box {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
.p-top-topics__title {
  font-size: calc(1.6rem + ((1vw - 0.32rem) * (1.6298020955)));
}
@media only screen and (min-width: 1180px) {
  .p-top-topics__title {
    font-size: 3rem;
  }
}
.p-top-topics__list {
  padding: 1em 0;
}
.p-top-topics__item {
  list-style: none;
  padding: 0.5em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-top-topics__item:not(:last-child) {
  border-bottom: #ccc 1px dotted;
}
.p-top-topics__date {
  margin-right: 2em;
}
.p-pagetopanchor__box {
  position: -webkit-sticky;
  position: sticky;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  bottom: -2em;
}
.p-pagetopanchor__box {
  font-size: calc(1.2rem + ((1vw - 0.32rem) * (0.4656577416)));
}
@media only screen and (min-width: 1180px) {
  .p-pagetopanchor__box {
    font-size: 1.6rem;
  }
}
.p-pagetopanchor__box.pcactive {
  bottom: 0;
}
.p-pagetopanchor__btn {
  display: block;
  background: #666;
  color: #fff;
  padding: 0.5em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.p-pagetopanchor__btn:hover {
  opacity: 0.6;
}

.p-sitefooter__wrap {
  background: #000;
  color: #fff;
  padding: 2em 0;
}
.p-sitefooter__wrap {
  font-size: calc(1.2rem + ((1vw - 0.32rem) * (0.4656577416)));
}
@media only screen and (min-width: 1180px) {
  .p-sitefooter__wrap {
    font-size: 1.6rem;
  }
}
.p-sitefooter__subtext {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 1rm;
}
.p-sitefooter__sitetitle {
  text-align: center;
  line-height: 1.3;
}
.p-sitefooter__sitetitle {
  font-size: calc(1.3rem + ((1vw - 0.32rem) * (1.3969732247)));
}
@media only screen and (min-width: 1180px) {
  .p-sitefooter__sitetitle {
    font-size: 2.5rem;
  }
}

/* Utility
   ----------------------------------------------------------------- */
#wrap {
  overflow: hidden;
}

#gNavbg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #000;
  z-index: 9999;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.gnavactive #gNavbg {
  opacity: 0.5;
  pointer-events: all;
  cursor: pointer;
}
.no-cssgrid .gnavactive #gNavbg {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}

#backhome span,
#pagetopanchor span {
  display: none;
}
#footer {
  padding: 2em 0 6em;
  background: #d7dee3;
}
#footer #fNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer #fNav li a {
  display: block;
  padding: 1em;
  line-height: 1;
  text-decoration: none;
  color: #000;
}
#footer #fNav li a {
  font-size: 1.3rem;
}
@media only screen and (min-width: 980px) and (max-width: 1179px) {
  #footer #fNav li a {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 767px) and (max-width: 979px) {
  #footer #fNav li a {
    font-size: 1.6666666667vw;
  }
}
@media only screen and (min-width: 640px) and (max-width: 766px) {
  #footer #fNav li a {
    font-size: 2.7027027027vw;
  }
}
@media only screen and (min-width: 420px) and (max-width: 639px) {
  #footer #fNav li a {
    font-size: 3.3333333333vw;
  }
}
@media only screen and (max-width: 419px) {
  #footer #fNav li a {
    font-size: 3.7037037037vw;
  }
}
#footer #fNav li a:hover {
  color: #d3b300;
}
#footer address {
  text-align: center;
  font-style: normal;
}
#footer address {
  font-size: 0.9rem;
}
@media only screen and (min-width: 980px) and (max-width: 1179px) {
  #footer address {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 767px) and (max-width: 979px) {
  #footer address {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (min-width: 640px) and (max-width: 766px) {
  #footer address {
    font-size: 1.8867924528vw;
  }
}
@media only screen and (min-width: 420px) and (max-width: 639px) {
  #footer address {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 419px) {
  #footer address {
    font-size: 3.125vw;
  }
}

.ouxs {
  display: inherit !important;
}

td.ouxs, th.ouxs {
  display: table-cell !important;
}

.olxs {
  display: none !important;
}

@media only screen and (max-width: 419px) {
  .ouxs {
    display: none !important;
  }

  td.ouxs, th.ouxs {
    display: none !important;
  }

  .olxs {
    display: inherit !important;
  }

  td.olxs, th.olxs {
    display: table-cell !important;
  }
}
.ouxs-s {
  display: inherit !important;
}

td.ouxs-s, th.ouxs-s {
  display: table-cell !important;
}

.olxs-s {
  display: none !important;
}

@media only screen and (min-width: 420px) and (max-width: 639px) {
  .ouxs-s {
    display: none !important;
  }

  td.ouxs-s, th.ouxs-s {
    display: none !important;
  }

  .olxs-s {
    display: inherit !important;
  }

  td.olxs-s, th.olxs-s {
    display: table-cell !important;
  }
}
.ous {
  display: inherit !important;
}

td.ous, th.ous {
  display: table-cell !important;
}

.ols {
  display: none !important;
}

@media only screen and (max-width: 639px) {
  .ous {
    display: none !important;
  }

  td.ous, th.ous {
    display: none !important;
  }

  .ols {
    display: inherit !important;
  }

  td.ols, th.ols {
    display: table-cell !important;
  }
}
.ousmin {
  display: inherit !important;
}

td.ousmin, th.ousmin {
  display: table-cell !important;
}

.olsmin {
  display: none !important;
}

@media only screen and (min-width: 639px) {
  .ousmin {
    display: none !important;
  }

  td.ousmin, th.ousmin {
    display: none !important;
  }

  .olsmin {
    display: inherit !important;
  }

  td.olsmin, th.olsmin {
    display: table-cell !important;
  }
}
.ous-m {
  display: inherit !important;
}

td.ous-m, th.ous-m {
  display: table-cell !important;
}

.ols-m {
  display: none !important;
}

@media only screen and (min-width: 640px) and (max-width: 766px) {
  .ous-m {
    display: none !important;
  }

  td.ous-m, th.ous-m {
    display: none !important;
  }

  .ols-m {
    display: inherit !important;
  }

  td.ols-m, th.ols-m {
    display: table-cell !important;
  }
}
.oum {
  display: inherit !important;
}

td.oum, th.oum {
  display: table-cell !important;
}

.olm {
  display: none !important;
}

@media only screen and (max-width: 766px) {
  .oum {
    display: none !important;
  }

  td.oum, th.oum {
    display: none !important;
  }

  .olm {
    display: inherit !important;
  }

  td.olm, th.olm {
    display: table-cell !important;
  }
}
.oummin {
  display: inherit !important;
}

td.oummin, th.oummin {
  display: table-cell !important;
}

.olmmin {
  display: none !important;
}

@media only screen and (min-width: 766px) {
  .oummin {
    display: none !important;
  }

  td.oummin, th.oummin {
    display: none !important;
  }

  .olmmin {
    display: inherit !important;
  }

  td.olmmin, th.olmmin {
    display: table-cell !important;
  }
}
.oum-l {
  display: inherit !important;
}

td.oum-l, th.oum-l {
  display: table-cell !important;
}

.olm-l {
  display: none !important;
}

@media only screen and (min-width: 767px) and (max-width: 979px) {
  .oum-l {
    display: none !important;
  }

  td.oum-l, th.oum-l {
    display: none !important;
  }

  .olm-l {
    display: inherit !important;
  }

  td.olm-l, th.olm-l {
    display: table-cell !important;
  }
}
.oul {
  display: inherit !important;
}

td.oul, th.oul {
  display: table-cell !important;
}

.oll {
  display: none !important;
}

@media only screen and (max-width: 979px) {
  .oul {
    display: none !important;
  }

  td.oul, th.oul {
    display: none !important;
  }

  .oll {
    display: inherit !important;
  }

  td.oll, th.oll {
    display: table-cell !important;
  }
}
.oulmin {
  display: inherit !important;
}

td.oulmin, th.oulmin {
  display: table-cell !important;
}

.ollmin {
  display: none !important;
}

@media only screen and (min-width: 979px) {
  .oulmin {
    display: none !important;
  }

  td.oulmin, th.oulmin {
    display: none !important;
  }

  .ollmin {
    display: inherit !important;
  }

  td.ollmin, th.ollmin {
    display: table-cell !important;
  }
}
.oul-ul {
  display: inherit !important;
}

td.oul-ul, th.oul-ul {
  display: table-cell !important;
}

.oll-ul {
  display: none !important;
}

@media only screen and (min-width: 980px) and (max-width: 1179px) {
  .oul-ul {
    display: none !important;
  }

  td.oul-ul, th.oul-ul {
    display: none !important;
  }

  .oll-ul {
    display: inherit !important;
  }

  td.oll-ul, th.oll-ul {
    display: table-cell !important;
  }
}
.ouul {
  display: inherit !important;
}

td.ouul, th.ouul {
  display: table-cell !important;
}

.olul {
  display: none !important;
}

@media only screen and (max-width: 1179px) {
  .ouul {
    display: none !important;
  }

  td.ouul, th.ouul {
    display: none !important;
  }

  .olul {
    display: inherit !important;
  }

  td.olul, th.olul {
    display: table-cell !important;
  }
}
.ouulmin {
  display: inherit !important;
}

td.ouulmin, th.ouulmin {
  display: table-cell !important;
}

.olulmin {
  display: none !important;
}

@media only screen and (min-width: 1180px) {
  .ouulmin {
    display: none !important;
  }

  td.ouulmin, th.ouulmin {
    display: none !important;
  }

  .olulmin {
    display: inherit !important;
  }

  td.olulmin, th.olulmin {
    display: table-cell !important;
  }
}
.oud {
  display: inherit !important;
}

td.oud, th.oud {
  display: table-cell !important;
}

.old {
  display: none !important;
}

@media only screen and (min-width: 1180px) {
  .oud {
    display: none !important;
  }

  td.oud, th.oud {
    display: none !important;
  }

  .old {
    display: inherit !important;
  }

  td.old, th.old {
    display: table-cell !important;
  }
}
.oup {
  display: inherit !important;
}

td.oup, th.oup {
  display: table-cell !important;
}

.olp {
  display: none !important;
}

@media print {
  .oup {
    display: none !important;
  }

  td.oup, th.oup {
    display: none !important;
  }

  .olp {
    display: inherit !important;
  }

  td.olp, th.olp {
    display: table-cell !important;
  }
}
.dib {
  display: inline-block;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

.displaynone {
  display: none;
}

.wating {
  color: #f00;
  font-weight: bold;
}

.mp {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ggmap,
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.ggmap iframe,
.ggmap object,
.ggmap embed,
.youtube iframe,
.youtube object,
.youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.tablebreaker.breaking caption, .tablebreaker.breaking td, .tablebreaker.breaking th, .tablebreaker.breaking tr, .tablebreaker.breaking,
.tablebreaker.breaking tbody {
  display: block;
  width: 100%;
  border: none;
  padding: 0;
  background: none;
  font-size: 100%;
  line-height: 1.5;
}

.tablebreaker.breaking {
  margin-bottom: 2.2vw;
}
.tablebreaker.breaking thead {
  display: none;
}
.tablebreaker.breaking tr {
  margin-bottom: 2.2vw;
}
.tablebreaker.breaking tr:last-child {
  margin-bottom: 0;
}
.tablebreaker.breaking caption {
  font-size: 83.3%;
}

.btnsHoverList > *,
.btnsHover {
  cursor: pointer !important;
}

#main .px8 {
  font-size: 0.8rem;
}
#main .px9 {
  font-size: 0.9rem;
}
#main .px10 {
  font-size: 1rem;
}
#main .px11 {
  font-size: 1.1rem;
}
#main .px12 {
  font-size: 1.2rem;
}
#main .px13 {
  font-size: 1.3rem;
}
#main .px14 {
  font-size: 1.4rem;
}
#main .px15 {
  font-size: 1.5rem;
}
#main .px16 {
  font-size: 1.6rem;
}
#main .px17 {
  font-size: 1.7rem;
}
#main .px18 {
  font-size: 1.8rem;
}
#main .px19 {
  font-size: 1.9rem;
}
#main .px20 {
  font-size: 2rem;
}
#main .px21 {
  font-size: 2.1rem;
}
#main .px22 {
  font-size: 2.2rem;
}
#main .px23 {
  font-size: 2.3rem;
}
#main .px24 {
  font-size: 2.4rem;
}
#main .red {
  color: red;
}
#main strong {
  font-weight: bold;
}
#main .clear {
  clear: both;
}
#main .txtAlignC,
#main .allTxtAlignC th,
#main .allTxtAlignC td {
  text-align: center;
}
#main .txtAlignL {
  text-align: left;
}
#main .txtAlignR,
#main .tar {
  text-align: right;
}
#main .vAlignMiddle {
  vertical-align: middle;
  margin: 0 5px;
}
#main .linklist {
  margin-bottom: 2.2vw;
  padding-left: 10px;
}
#main .linklist li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 1.1vw;
  line-height: 1.4;
  list-style: none;
}
#main .linklist li a:hover {
  color: #867200;
}
#main .linklist li a:hover span {
  color: inherit;
}
#main .linklist li:before, #main .linklist li:after {
  position: absolute;
  content: "" !important;
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: transparent 5px solid;
  border-right: none;
  border-left: transparent 10px solid;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#main .linklist li:before {
  left: 0px;
  border-left-color: #201b00;
}
#main .linklist li:hover:before {
  left: 5px;
}
#main .linklist li:after {
  left: 10px;
  border-left-color: #493e00;
}
#main .linklist li:hover:after {
  left: 15px;
}
#main td #main .linklist {
  margin: 0;
}
#main td #main .linklist li {
  padding-left: 26px;
  font-size: 1.1rem;
}
#main td #main .linklist li a {
  font-size: 1.2rem;
}
#main td #main .linklist li a .fa {
  display: inline;
}
#main td #main .linklist li:before, #main td #main .linklist li:after {
  border-width: 4.5px;
  border-left-width: 9px;
  border-right: none;
}
#main td #main .linklist li:before {
  left: 0px;
}
#main td #main .linklist li:after {
  left: 9px;
}
#main td #main .linklist li:hover:before {
  left: 3px;
}
#main td #main .linklist li:hover:after {
  left: 12px;
}
#main .flr {
  float: right;
  margin-left: 1.1vw;
}
#main .fll {
  float: left;
  margin-right: 1.1vw;
}
#main .flr,
#main .fll {
  margin-bottom: 2.2vw;
  max-width: 30%;
  max-width: calc(33.3% - 2.2vw);
}
#main .flr img,
#main .fll img {
  width: 100%;
}
@media only screen and (max-width: 979px) {
  #main .flr,
#main .fll {
    max-width: 33%;
    max-width: calc(33.3% - 1.1vw);
  }
}
#main ol.zengokakko {
  counter-reset: li;
  padding-left: 0;
}
#main ol.zengokakko li:before {
  counter-increment: li;
  content: "（" counter(li, decimal) "）";
}
#main ol.zengokakko > li {
  list-style: none;
  position: relative;
  padding-left: 2.5em;
}
#main ol.zengokakko > li:before {
  position: absolute;
  left: 0;
  color: #000 !important;
}
#main ul.comelist {
  padding-left: 0;
  margin-top: 1.1vw;
}
#main ul.comelist > li {
  list-style: none;
  position: relative;
  padding-left: 1.5em;
}
#main ul.comelist > li:before {
  position: absolute;
  left: 0;
  color: #000 !important;
}
#main ul.comelist > li {
  margin-top: 0;
  font-size: 1rem;
}
#main ul.comelist > li:before {
  content: "※";
}
#main .tabledl {
  overflow: hidden;
}
#main .tabledl dt {
  float: left;
}
#main .tabledl dd {
  margin-bottom: 0.5em;
}
#main .tabledl.tdl1em dt {
  width: "1em";
}
#main .tabledl.tdl1em dd {
  margin-left: "1.5em";
}
#main .tabledl.tdl2em dt {
  width: "2em";
}
#main .tabledl.tdl2em dd {
  margin-left: "2.5em";
}
#main .tabledl.tdl3em dt {
  width: "3em";
}
#main .tabledl.tdl3em dd {
  margin-left: "3.5em";
}
#main .tabledl.tdl4em dt {
  width: "4em";
}
#main .tabledl.tdl4em dd {
  margin-left: "4.5em";
}
#main .tabledl.tdl5em dt {
  width: "5em";
}
#main .tabledl.tdl5em dd {
  margin-left: "5.5em";
}
#main .widthbox-1-harf {
  width: 50%;
  margin: auto;
}
#main .widthbox-3-quarter {
  width: 75%;
  margin: auto;
}
#main em {
  color: #c00;
}
#main img[src=""] {
  background: #f00;
}
#main .icon i {
  margin-left: 5px;
}
#main .fa-file-pdf {
  color: #f21d1d;
}
#main .fa-file-word {
  color: #121b83;
}
#main .fa-file-excel {
  color: #0e9a2f;
}
#main .fa-file-powerpoint {
  color: #ff9300;
}
#main .fa-clone {
  color: #867200;
}