@charset "UTF-8";
/* scssファイルあり cssファイルは絶対に変更しないでください。 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

ol,
ul,
li {
  list-style: none;
}

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

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

fieldset {
  min-width: inherit;
}

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

blockquote,
q {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

a img {
  border: 0;
}

.firstview-banner{
  padding-bottom: 40px;
  width: 100%;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

* {
  margin: 0;
  padding: 0;
  color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[type='text'],
[type='email'],
[type='tel'] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

button,
[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

[type='radio'] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

[type='checkbox'] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

select {
  -webkit-appearance: menulist-button;
     -moz-appearance: menulist-button;
          appearance: menulist-button;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus::-ms-input-placeholder {
  color: transparent;
}

:focus::placeholder {
  color: transparent;
}

a {
  text-decoration: none;
}

.u-dib {
  display: inline-block;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.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 {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.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 {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  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;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial,
 "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6em;
  color: #333;
  padding-top: 0px;
  overflow: hidden;
  /*
  * {
    cursor: url("http://localhost/www/kenshakyo/wordpress/wp-content/themes/kenshakyo/img/daihuku/11.png"), auto;
  }
  */
}

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

.AccessCounter {
  border-radius: 5px;
  border: 1px solid #785357;
  padding: 10px;
  background-color: #fff;
  width: 16em;
}

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

.AccessCounter__heading,
.AccessCounter h3 {
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  background-color: #785357;
  color: #fff;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.AccessCounter__line {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
  padding-bottom: 3px;
}

@media screen and (max-width: 767px) {
  .AccessCounter__line {
    width: 14em;
    margin-left: auto;
    margin-right: auto;
  }
}

.AccessCounter__head {
  margin-right: 1em;
}

.AccessCounter__num {
  margin-left: auto;
}

.Footer__AccessCounter {
  margin-bottom: 30px;
}

.AccessInformation__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.AccessInformation__head01 {
  margin-right: 20px;
}

.AccessInformation__head02 {
  font-size: 1.8rem;
}

.AccessInformation__address {
  margin-bottom: 15px;
}

.AccessInformation__head03 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 10px;
}

.BackNumber__list {
  display: block;
  line-height: 2;
}

.BackNumber__item {
  display: inline;
}

.BackNumber__item:not(:last-child)::after {
  content: "／";
  margin-left: .5em;
  margin-right: .5em;
}

.BackNumber__link {
  color: #1da1f2;
}

.BannerArea {
  padding-top: 30px;
  padding-bottom: 30px;
}

.BannerArea__inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 959px) {
  .BannerArea__inner {
    width: 720px;
  }
}

@media screen and (max-width: 719px) {
  .BannerArea__inner {
    width: 480px;
  }
}

@media screen and (max-width: 479px) {
  .BannerArea__inner {
    width: 240px;
  }
}

.BannerArea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.BannerArea__item {
  padding-left: 10px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  width: 240px;
  max-width: 240px;
}

.BannerArea__link {
  display: block;
}

.BannerArea__img {
  display: block;
}

.BgText {
  background-color: #faf6f1;
  padding: 20px;
}

.BgText > *:last-child:not(:root) {
  margin-bottom: 0;
}

.BgText__heading {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.Breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.Breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Breadcrumb__item:not(:last-child)::after {
  opacity: 0.7;
  content: '';
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: 10px;
  margin-left: 10px;
}

.Breadcrumb__link:hover {
  text-decoration: underline;
}

.Button {
  padding: 16px;
  font-size: inherit;
  border-radius: 5px;
  background-color: #faf6f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 460px;
  width: 100%;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  cursor: pointer;
}

.Button:hover {
  opacity: 0.7;
}

.Button.-green {
  background-color: #3eaf6f;
  color: #fff;
}

.Button.-blown {
  background-color: #785357;
  color: #fff;
}

.Button.-orange {
  background-color: #f7931e;
  color: #fff;
}

.Button.-lightblue {
  background-color: #1da1f2;
  color: #fff;
}

.Button.-pink {
  background-color: #ed7971;
  color: #fff;
}

.Button.-lightgray {
  background-color: #faf6f1;
  color: #333;
}

.Button.-arrow {
  padding-right: 40px;
}

.Button.-arrow::after {
  display: block;
  content: '';
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
  border-left: 10px solid currentColor;
  width: 10px;
  height: 10px;
}

.Button.-blank::after {
  content: '';
  display: block;
  margin-left: 10px;
  background-image: url("../img/common/icon-blank-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 0.8em;
  height: 0.8em;
}

.Button.-blank.-lightgray::after {
  background-image: url("../img/common/icon-blank.svg");
}

.Button.-siz300 {
  width: 100%;
  max-width: 300px;
}

.Button.-siz400 {
  width: 100%;
  max-width: 400px;
}

.Button.-siz200 {
  width: 100%;
  max-width: 200px;
}

.Button.-sizMax {
  width: 100%;
  max-width: 100%;
}

.Button.-large {
  height: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 1.8rem;
  line-height: 1.25;
}

.Cms p:not([class]) {
  line-height: 1.75;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.Cms p:not([class]):first-child {
  margin-top: 0;
}

.Cms a:not([class]) {
  margin-bottom: 2rem;
}

.Cms ul:not([class]),
.Cms ol:not([class]) {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.Cms ul:not([class]) > li:not([class]):first-child,
.Cms ol:not([class]) > li:not([class]):first-child {
  margin-top: 0;
}

.Cms h2:not([class]) {
  margin-top: 6rem;
  margin-bottom: 2rem;
}

.Cms h2:not([class]):first-child {
  margin-top: 0;
}

.Cms h3:not([class]) {
  margin-bottom: 3rem;
  margin-bottom: 2rem;
}

.Cms h3:not([class]):first-child {
  margin-top: 0;
}

.Cms h4:not([class]) {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.Cms h4:not([class]):first-child {
  margin-top: 0;
}

.Cms section:not([class]) {
  margin-bottom: 4rem;
}

.Cms table:not([class]) {
  margin-bottom: 2rem;
}

.Cms .BgText {
  margin-bottom: 20px;
}

.Cms img:not([class]) {
  display: block;
}

@media screen and (max-width: 767px) {
  .Cms img:not([class]) {
    max-width: 100%;
  }
}

.Cms img {
  height: auto;
  width: auto;
  max-width: 100%;
}

.CommonEmbed {
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 320px;
}

.CommonEmbed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.CommonEmbed.-movie {
  padding-bottom: 540px;
}

@media (max-width: 980px) {
  .CommonEmbed.-movie {
    padding-bottom: 56.25%;
  }
}

.CommonLink, .Cms a:not([class]) {
  color: #0071BC;
}

.CommonList, .Cms ul:not([class]),
.Cms ol:not([class]) {
  font-size: 1.6rem;
  display: block;
  padding-left: 1.2em;
  margin-bottom: 1em;
  counter-reset: dec;
}

.CommonList, .Cms ul:not([class]),
.Cms ol:not([class]) {
  margin-top: .5em;
}

.CommonList__item, .Cms ul > li:not([class]) {
  position: relative;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.CommonList__item::before, .Cms ul > li:not([class])::before {
  position: absolute;
  content: '';
  display: block;
  border-radius: 50%;
  background-color: currentColor;
  top: 0.6em;
  left: -1.0em;
  width: 5px;
  height: 5px;
}

.CommonList__decimalItem, .Cms ol > li:not([class]) {
  position: relative;
  margin-bottom: 0.5em;
  margin-left: 1em;
  line-height: 1.5;
  counter-increment: dec;
}

.CommonList__decimalItem::before, .Cms ol > li:not([class])::before {
  position: absolute;
  top: 0.1em;
  left: -2em;
  content: counter(dec);
  background-color: #e4dddd;
  color: #785357;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.1em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
}

.CommonNotice, .Cms strong:not([class]) {
  color: #ED1C24;
}

.CommonSection {
  margin-bottom: 40px;
}

.CommonTable, .Cms table:not([class]) {
  width: 100%;
}

.CommonTable.-fixed, .Cms table.-fixed:not([class]) {
  table-layout: fixed;
}

@media screen and (max-width: 767px) {
  .CommonTable__scrollBox {
    overflow: auto;
  }
  .CommonTable__scrollBox .CommonTable.-unbreakable, .CommonTable__scrollBox .Cms table.-unbreakable:not([class]), .Cms .CommonTable__scrollBox table.-unbreakable:not([class]) {
    width: 960px;
  }
}

.CommonTable__thead .CommonTable__th, .Cms thead:not([class]) .CommonTable__th, .CommonTable__thead .Cms th:not([class]), .Cms .CommonTable__thead th:not([class]), .Cms thead:not([class]) th:not([class]) {
  color: #fff;
  background-color: #785357;
  font-weight: 500;
  padding: 0.5rem 1rem;
}

.CommonTable__thead .CommonTable__th:not(:last-child), .Cms thead:not([class]) .CommonTable__th:not(:last-child), .CommonTable__thead .Cms th:not(:last-child):not([class]), .Cms .CommonTable__thead th:not(:last-child):not([class]), .Cms thead:not([class]) th:not(:last-child):not([class]) {
  border-right: 1px solid #999;
}

.CommonTable__thead, .Cms thead:not([class]) {
  display: content;
}

.CommonTable__tbody, .Cms tbody:not([class]) {
  display: content;
}

.CommonTable__tr, .Cms tr:not([class]) {
  display: table-row;
}

.CommonTable__tbody:first-child .CommonTable__tr:first-child .CommonTable__th, .Cms tbody:first-child:not([class]) .CommonTable__tr:first-child .CommonTable__th, .CommonTable__tbody:first-child .Cms tr:first-child:not([class]) .CommonTable__th, .Cms .CommonTable__tbody:first-child tr:first-child:not([class]) .CommonTable__th, .Cms tbody:first-child:not([class]) tr:first-child:not([class]) .CommonTable__th, .CommonTable__tbody:first-child .CommonTable__tr:first-child .Cms th:not([class]), .Cms .CommonTable__tbody:first-child .CommonTable__tr:first-child th:not([class]), .Cms tbody:first-child:not([class]) .CommonTable__tr:first-child th:not([class]), .CommonTable__tbody:first-child .Cms tr:first-child:not([class]) th:not([class]), .Cms .CommonTable__tbody:first-child tr:first-child:not([class]) th:not([class]), .Cms tbody:first-child:not([class]) tr:first-child:not([class]) th:not([class]), .CommonTable__tbody:first-child .CommonTable__tr:first-child .CommonTable__td, .Cms tbody:first-child:not([class]) .CommonTable__tr:first-child .CommonTable__td, .CommonTable__tbody:first-child .Cms tr:first-child:not([class]) .CommonTable__td, .Cms .CommonTable__tbody:first-child tr:first-child:not([class]) .CommonTable__td, .Cms tbody:first-child:not([class]) tr:first-child:not([class]) .CommonTable__td, .CommonTable__tbody:first-child .CommonTable__tr:first-child .Cms td:not([class]), .Cms .CommonTable__tbody:first-child .CommonTable__tr:first-child td:not([class]), .Cms tbody:first-child:not([class]) .CommonTable__tr:first-child td:not([class]), .CommonTable__tbody:first-child .Cms tr:first-child:not([class]) td:not([class]), .Cms .CommonTable__tbody:first-child tr:first-child:not([class]) td:not([class]), .Cms tbody:first-child:not([class]) tr:first-child:not([class]) td:not([class]),
.CommonTable__table > .CommonTable__tr:first-child .CommonTable__th,
.Cms .CommonTable__table > tr:first-child:not([class]) .CommonTable__th,
.CommonTable__table > .CommonTable__tr:first-child .Cms th:not([class]),
.Cms .CommonTable__table > .CommonTable__tr:first-child th:not([class]),
.Cms .CommonTable__table > tr:first-child:not([class]) th:not([class]),
.CommonTable__table > .CommonTable__tr:first-child .CommonTable__td,
.Cms .CommonTable__table > tr:first-child:not([class]) .CommonTable__td,
.CommonTable__table > .CommonTable__tr:first-child .Cms td:not([class]),
.Cms .CommonTable__table > .CommonTable__tr:first-child td:not([class]),
.Cms .CommonTable__table > tr:first-child:not([class]) td:not([class]) {
  border-top: 1px solid #999;
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .CommonTable:not(.-unbreakable) .CommonTable__tbody:first-child .CommonTable__tr:first-child .CommonTable__th, .Cms table:not(.-unbreakable):not([class]) .CommonTable__tbody:first-child .CommonTable__tr:first-child .CommonTable__th, .CommonTable:not(.-unbreakable) .Cms tbody:first-child:not([class]) .CommonTable__tr:first-child .CommonTable__th, .Cms .CommonTable:not(.-unbreakable) tbody:first-child:not([class]) .CommonTable__tr:first-child .CommonTable__th, .Cms table:not(.-unbreakable):not([class]) tbody:first-child:not([class]) .CommonTable__tr:first-child .CommonTable__th, .CommonTable:not(.-unbreakable) .CommonTable__tbody:first-child .Cms tr:first-child:not([class]) .CommonTable__th, .Cms .CommonTable:not(.-unbreakable) .CommonTable__tbody:first-child tr:first-child:not([class]) .CommonTable__th, .Cms table:not(.-unbreakable):not([class]) .CommonTable__tbody:first-child tr:first-child:not([class]) .CommonTable__th, .CommonTable:not(.-unbreakable) .Cms tbody:first-child:not([class]) tr:first-child:not([class]) .CommonTable__th, .Cms .CommonTable:not(.-unbreakable) tbody:first-child:not([class]) tr:first-child:not([class]) .CommonTable__th, .Cms table:not(.-unbreakable):not([class]) tbody:first-child:not([class]) tr:first-child:not([class]) .CommonTable__th, .CommonTable:not(.-unbreakable) .CommonTable__tbody:first-child .CommonTable__tr:first-child .Cms th:not([class]), .Cms .CommonTable:not(.-unbreakable) .CommonTable__tbody:first-child .CommonTable__tr:first-child th:not([class]), .Cms table:not(.-unbreakable):not([class]) .CommonTable__tbody:first-child .CommonTable__tr:first-child th:not([class]), .CommonTable:not(.-unbreakable) .Cms tbody:first-child:not([class]) .CommonTable__tr:first-child th:not([class]), .Cms .CommonTable:not(.-unbreakable) tbody:first-child:not([class]) .CommonTable__tr:first-child th:not([class]), .Cms table:not(.-unbreakable):not([class]) tbody:first-child:not([class]) .CommonTable__tr:first-child th:not([class]), .CommonTable:not(.-unbreakable) .CommonTable__tbody:first-child .Cms tr:first-child:not([class]) th:not([class]), .Cms .CommonTable:not(.-unbreakable) .CommonTable__tbody:first-child tr:first-child:not([class]) th:not([class]), .Cms table:not(.-unbreakable):not([class]) .CommonTable__tbody:first-child tr:first-child:not([class]) th:not([class]), .CommonTable:not(.-unbreakable) .Cms tbody:first-child:not([class]) tr:first-child:not([class]) th:not([class]), .Cms .CommonTable:not(.-unbreakable) tbody:first-child:not([class]) tr:first-child:not([class]) th:not([class]), .Cms table:not(.-unbreakable):not([class]) tbody:first-child:not([class]) tr:first-child:not([class]) th:not([class]), .CommonTable:not(.-unbreakable) .CommonTable__tbody:first-child .CommonTable__tr:first-child .CommonTable__td, .Cms table:not(.-unbreakable):not([class]) .CommonTable__tbody:first-child .CommonTable__tr:first-child .CommonTable__td, .CommonTable:not(.-unbreakable) .Cms tbody:first-child:not([class]) .CommonTable__tr:first-child .CommonTable__td, .Cms .CommonTable:not(.-unbreakable) tbody:first-child:not([class]) .CommonTable__tr:first-child .CommonTable__td, .Cms table:not(.-unbreakable):not([class]) tbody:first-child:not([class]) .CommonTable__tr:first-child .CommonTable__td, .CommonTable:not(.-unbreakable) .CommonTable__tbody:first-child .Cms tr:first-child:not([class]) .CommonTable__td, .Cms .CommonTable:not(.-unbreakable) .CommonTable__tbody:first-child tr:first-child:not([class]) .CommonTable__td, .Cms table:not(.-unbreakable):not([class]) .CommonTable__tbody:first-child tr:first-child:not([class]) .CommonTable__td, .CommonTable:not(.-unbreakable) .Cms tbody:first-child:not([class]) tr:first-child:not([class]) .CommonTable__td, .Cms .CommonTable:not(.-unbreakable) tbody:first-child:not([class]) tr:first-child:not([class]) .CommonTable__td, .Cms table:not(.-unbreakable):not([class]) tbody:first-child:not([class]) tr:first-child:not([class]) .CommonTable__td, .CommonTable:not(.-unbreakable) .CommonTable__tbody:first-child .CommonTable__tr:first-child .Cms td:not([class]), .Cms .CommonTable:not(.-unbreakable) .CommonTable__tbody:first-child .CommonTable__tr:first-child td:not([class]), .Cms table:not(.-unbreakable):not([class]) .CommonTable__tbody:first-child .CommonTable__tr:first-child td:not([class]), .CommonTable:not(.-unbreakable) .Cms tbody:first-child:not([class]) .CommonTable__tr:first-child td:not([class]), .Cms .CommonTable:not(.-unbreakable) tbody:first-child:not([class]) .CommonTable__tr:first-child td:not([class]), .Cms table:not(.-unbreakable):not([class]) tbody:first-child:not([class]) .CommonTable__tr:first-child td:not([class]), .CommonTable:not(.-unbreakable) .CommonTable__tbody:first-child .Cms tr:first-child:not([class]) td:not([class]), .Cms .CommonTable:not(.-unbreakable) .CommonTable__tbody:first-child tr:first-child:not([class]) td:not([class]), .Cms table:not(.-unbreakable):not([class]) .CommonTable__tbody:first-child tr:first-child:not([class]) td:not([class]), .CommonTable:not(.-unbreakable) .Cms tbody:first-child:not([class]) tr:first-child:not([class]) td:not([class]), .Cms .CommonTable:not(.-unbreakable) tbody:first-child:not([class]) tr:first-child:not([class]) td:not([class]), .Cms table:not(.-unbreakable):not([class]) tbody:first-child:not([class]) tr:first-child:not([class]) td:not([class]), .CommonTable:not(.-unbreakable) .CommonTable__table > .CommonTable__tr:first-child .CommonTable__th, .Cms table:not(.-unbreakable):not([class]) .CommonTable__table > .CommonTable__tr:first-child .CommonTable__th, .CommonTable:not(.-unbreakable) .Cms .CommonTable__table > tr:first-child:not([class]) .CommonTable__th, .Cms .CommonTable:not(.-unbreakable) .CommonTable__table > tr:first-child:not([class]) .CommonTable__th, .Cms table:not(.-unbreakable):not([class]) .CommonTable__table > tr:first-child:not([class]) .CommonTable__th, .CommonTable:not(.-unbreakable) .CommonTable__table > .CommonTable__tr:first-child .Cms th:not([class]), .Cms .CommonTable:not(.-unbreakable) .CommonTable__table > .CommonTable__tr:first-child th:not([class]), .Cms table:not(.-unbreakable):not([class]) .CommonTable__table > .CommonTable__tr:first-child th:not([class]), .CommonTable:not(.-unbreakable) .Cms .CommonTable__table > tr:first-child:not([class]) th:not([class]), .Cms .CommonTable:not(.-unbreakable) .CommonTable__table > tr:first-child:not([class]) th:not([class]), .Cms table:not(.-unbreakable):not([class]) .CommonTable__table > tr:first-child:not([class]) th:not([class]), .CommonTable:not(.-unbreakable) .CommonTable__table > .CommonTable__tr:first-child .CommonTable__td, .Cms table:not(.-unbreakable):not([class]) .CommonTable__table > .CommonTable__tr:first-child .CommonTable__td, .CommonTable:not(.-unbreakable) .Cms .CommonTable__table > tr:first-child:not([class]) .CommonTable__td, .Cms .CommonTable:not(.-unbreakable) .CommonTable__table > tr:first-child:not([class]) .CommonTable__td, .Cms table:not(.-unbreakable):not([class]) .CommonTable__table > tr:first-child:not([class]) .CommonTable__td, .CommonTable:not(.-unbreakable) .CommonTable__table > .CommonTable__tr:first-child .Cms td:not([class]), .Cms .CommonTable:not(.-unbreakable) .CommonTable__table > .CommonTable__tr:first-child td:not([class]), .Cms table:not(.-unbreakable):not([class]) .CommonTable__table > .CommonTable__tr:first-child td:not([class]), .CommonTable:not(.-unbreakable) .Cms .CommonTable__table > tr:first-child:not([class]) td:not([class]), .Cms .CommonTable:not(.-unbreakable) .CommonTable__table > tr:first-child:not([class]) td:not([class]), .Cms table:not(.-unbreakable):not([class]) .CommonTable__table > tr:first-child:not([class]) td:not([class]) {
    border-bottom: none;
    display: block;
  }
}

.CommonTable__th, .Cms th:not([class]) {
  background-color: #faf6f1;
  padding: 1rem;
  border-bottom: 1px solid #999;
}

@media screen and (max-width: 767px) {
  .CommonTable:not(.-unbreakable) .CommonTable__th, .Cms table:not(.-unbreakable):not([class]) .CommonTable__th, .CommonTable:not(.-unbreakable) .Cms th:not([class]), .Cms .CommonTable:not(.-unbreakable) th:not([class]), .Cms table:not(.-unbreakable):not([class]) th:not([class]) {
    display: block;
    border: none !important;
    width: 100%;
  }
}

.CommonTable__td, .Cms td:not([class]) {
  padding: 1rem;
  border-bottom: 1px solid #999;
}

@media screen and (max-width: 767px) {
  .CommonTable:not(.-unbreakable) .CommonTable__td, .Cms table:not(.-unbreakable):not([class]) .CommonTable__td, .CommonTable:not(.-unbreakable) .Cms td:not([class]), .Cms .CommonTable:not(.-unbreakable) td:not([class]), .Cms table:not(.-unbreakable):not([class]) td:not([class]) {
    display: block;
    border: none !important;
    width: 100%;
  }
}

.CommonTable__td:not(:last-child), .Cms td:not(:last-child):not([class]) {
  border-right: 1px solid #999;
}

@media screen and (max-width: 767px) {
  .CommonTable:not(.-unbreakable) .CommonTable__td:not(:last-child), .Cms table:not(.-unbreakable):not([class]) .CommonTable__td:not(:last-child), .CommonTable:not(.-unbreakable) .Cms td:not(:last-child):not([class]), .Cms .CommonTable:not(.-unbreakable) td:not(:last-child):not([class]), .Cms table:not(.-unbreakable):not([class]) td:not(:last-child):not([class]) {
    border: none;
  }
}

.CommonTable__td:not(:root), .Cms td:not(:root):not([class]),
.CommonTable__th:not(:root),
.Cms th:not(:root):not([class]) {
  vertical-align: top;
}

.CommonTable__td:not(:root).-bg01:not(:root), .Cms td:not(:root).-bg01:not(:root):not([class]),
.CommonTable__th:not(:root).-bg01:not(:root),
.Cms th:not(:root).-bg01:not(:root):not([class]) {
  background-color: #faf6f1;
  color: #333;
}

.CommonTable__td:not(:root).-bg02:not(:root), .Cms td:not(:root).-bg02:not(:root):not([class]),
.CommonTable__th:not(:root).-bg02:not(:root),
.Cms th:not(:root).-bg02:not(:root):not([class]) {
  background-color: #FCEAE8;
  color: #333;
}

.CommonText {
  line-height: 1.75;
}

.ConnectUs {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}

.ConnectUs::before {
  display: block;
  width: 111px;
  height: 147px;
  content: "";
  background-image: url("../img/common/sns-01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .ConnectUs::before {
    display: none;
  }
}

.ConnectUs::after {
  display: block;
  width: 227px;
  height: 78px;
  content: "";
  background-image: url("../img/common/sns-02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -60px;
  right: 0;
  z-index: 0;
}

.ConnectUs__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3rem;
  font-weight: 700;
  color: #3eaf6f;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.ConnectUs__heading::before {
  display: block;
  content: "";
  background-image: url("../img/common/sns-head.png");
  width: 120px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 3px;
}

.ConnectUs__text {
  margin-bottom: 20px;
  display: block;
  z-index: 1;
  position: relative;
}

.ConnectUs__snsList {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .ConnectUs__snsList {
    width: 300px;
  }
}

.ConnectUs__snsItem {
  width: 270px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.ConnectUs__snsLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #785357;
  border-radius: 5px;
  background-color: #fff;
}

.ConnectUs__snsImg {
  display: block;
}

.ContactForm__form {
  display: block;
}

.ContactForm__unit {
  display: block;
  margin-bottom: 10px;
}

.ContactForm__submit {
  margin-top: 40px;
  font-size: 1.6rem;
}

.ContactForm__label {
  font-size: 1.6rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 5px;
}

.ContactForm__label.-required::after {
  display: block;
  content: '(必須)';
  color: #ED1C24;
  margin-left: .5em;
}

.ContactForm__body {
  display: block;
  width: 100%;
  max-width: 480px;
}

.ContactForm__body.-wide {
  max-width: 720px;
}

.ContactForm__input {
  display: block;
  width: 100%;
  background-color: #faf6f1;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
}

.ContactForm__input.-textarea {
  height: 300px;
  line-height: 1.6;
}

.DaifukuHeader {
  margin-top: 60px;
  background-color: #7DCCF3;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url("../img/common/daifuku-head05.png");
  background-position: 30% 35%;
  background-repeat: no-repeat;
}

.DaifukuHeader__title {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -30px;
  max-width: 100%;
}

.DaifukuHeader__leadText {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 543px) {
  .DaifukuHeader__leadText {
    text-align: left;
  }
}

.DaifukuHeader__leadText::after {
  content: '';
  display: block;
  position: absolute;
  width: 250px;
  height: 60px;
  left: 0;
  top: 0;
  background-image: url("../img/common/daifuku-head04.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .DaifukuHeader__leadText::after {
    opacity: 0.4;
  }
}

.DaifukuHeader__box {
  display: block;
  max-width: 960px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
}

.DaifukuHeader__box::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-image: url("../img/daihuku/09.png");
  background-size: contain;
  position: absolute;
  top: 70%;
  left: 102%;
}

.DaifukuHeader__bg {
  display: block;
  height: 300px;
  background-image: url("../img/common/daifuku-head02.png");
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: auto;
  margin-left: -20px;
  margin-right: -20px;
}

.DaufukuHeader__bgItem {
  display: block;
  width: 80px;
  height: 80px;
  background-image: url("../img/common/daifuku-head05.png");
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.DaufukuHeader__bgItem.-item01 {
  right: calc(100% + 20px);
  top: 10px;
  width: 60px;
  height: 60px;
}

.DaufukuHeader__bgItem.-item02 {
  right: 0;
  bottom: calc(100% + 30px);
  opacity: 0.6;
}

.DaufukuHeader__bgItem.-item03 {
  right: calc(100% + 60px);
  bottom: 30%;
  opacity: 0.3;
}

.DaufukuHeader__bgItem.-item04 {
  left: calc(100% + 50px);
  top: 20%;
  width: 50px;
  height: 50px;
}

.DaufukuHeader__bgItem.-item05 {
  background-image: url("../img/common/daifuku-head03.png");
  width: 20px;
  height: 20px;
  bottom: 10px;
  right: calc(100% + 80px);
}

.DaifukuHeader__DaifukuSlider {
  padding-left: 40px;
  padding-right: 40px;
}

.DaifukuSlider__item {
  width: 100%;
}

.DaifukuSlider__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 543px) {
  .DaifukuSlider__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.DaifukuSlider__mainImgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media screen and (max-width: 543px) {
  .DaifukuSlider__mainImgBox {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.DaifukuSlider__mainImg {
  width: 360px;
  height: 360px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 543px) {
  .DaifukuSlider__mainImg {
    width: 100%;
    height: 200px;
  }
}

.DaifukuSlider__img {
  width: 140px;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}

.DaifukuSlider__img:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 543px) {
  .DaifukuSlider__img {
    width: 100px;
    height: 100px;
  }
}

.DaifukuSlider__introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 543px) {
  .DaifukuSlider__introduction {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.DaifukuSlider__imgBox {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 20px;
}

@media screen and (max-width: 543px) {
  .DaifukuSlider__imgBox {
    display: none;
  }
}

.DaifukuSlider__name {
  font-size: 3rem;
  font-weight: 700;
  color: #785357;
  margin-bottom: 10px;
}

.DaifukuSlider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.DaifukuSlider__navItem {
  border-radius: 50%;
  border: 4px solid #cfcfcf;
  overflow: hidden;
  width: 70px;
  height: 70px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  -webkit-transition: border-color .2s;
  -o-transition: border-color .2s;
  transition: border-color .2s;
  cursor: pointer;
}

.DaifukuSlider__navItem.-active {
  border-color: #3eaf6f;
}

.DaifukuSlider__navIcon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: translateY(25px);
      -ms-transform: translateY(25px);
          transform: translateY(25px);
}

.DaifukuSlider__navItem:hover > .DaifukuSlider__navIcon,
.DaifukuSlider__navItem.-active > .DaifukuSlider__navIcon {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}

.DaifukuSlider__navNote {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.DaifukuSlider__wrap {
  position: relative;
}

.DaifukuSlider__arrow {
  overflow: hidden;
  width: 40px;
  height: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../img/common/arrow.svg");
  background-repeat: no-repeat;
  background-size: cotain;
  cursor: pointer;
}

.DaifukuSlider__arrow.-prev {
  left: -30px;
}

.DaifukuSlider__arrow.-next {
  right: -30px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.Flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Flex__item:not(:last-child) {
  margin-right: 20px;
}

.Footer {
  background-color: #e4dddd;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 100px;
  position: relative;
}

.Footer__inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .Footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.Footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}

.Footer__nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 1em;
}

.Footer__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.Footer__navItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Footer__navItem::before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.6em;
  margin-top: 0.5em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-left: 0.4em solid currentColor;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-right: 0px solid transparent;
}

@media screen and (max-width: 767px) {
  .Footer__navItem {
    width: 100%;
  }
  .Footer__navItem:first-child {
    border-top: 1px dotted #785357;
  }
  .Footer__navItem::before {
    position: absolute;
    top: 0.45em;
    left: 0.25em;
  }
}

.Footer__navLink {
  margin-right: 20px;
  display: block;
}

@media screen and (max-width: 767px) {
  .Footer__navLink {
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px dotted #785357;
    width: 100%;
    padding-left: 1em;
    position: relative;
  }
}

.Footer__address {
  margin-bottom: 20px;
}

.Footer__addressLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.Footer__addressName01 {
  margin-right: 1em;
}

.Footer__addressName02 {
  font-size: 1.8rem;
}

.Footer__addressPhrase:not(:last-child) {
  margin-right: 1em;
}

.Footer__snsList {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Footer__snsItem {
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #785357;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3px;
  width: 155px;
  height: 50px;
  margin-bottom: 10px;
}

.Footer__snsItem:not(:last-child) {
  margin-right: 30px;
}

.Footer__snsImg {
  display: block;
  height: 42px;
}

.Footer__copyright {
  display: block;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  border-top: 1px solid #fff;
  font-size: 1.3rem;
  margin-left: -10px;
  margin-right: -10px;
}

.Footer__mascotGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 100%;
}

.Footer__mascot {
  width: 70px;
  height: 70px;
  display: block;
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}

.Footer__mascot.-mascot01 {
  background-image: url("../img/common/gnav01.png");
}

.Footer__mascot.-mascot02 {
  background-image: url("../img/common/gnav02.png");
}

.Footer__mascot.-mascot03 {
  background-image: url("../img/common/gnav03.png");
}

.Footer__mascot.-mascot04 {
  background-image: url("../img/common/gnav04.png");
}

.Footer__mascot.-mascot05 {
  background-image: url("../img/common/gnav05.png");
}

.Footer__mascot.-mascot06 {
  background-image: url("../img/common/gnav06.png");
}

.Footer__mascot.-mascot07 {
  background-image: url("../img/common/gnav07.png");
}

.Gnav {
  margin-top: 60px;
  background-color: #3eaf6f;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  height: auto;
  overflow: visible;
}

@media screen and (max-width: 767px) {
  .Gnav {
    display: none;
    opacity: 0;
    margin-top: 0;
  }
}

.Gnav.-open {
  display: block;
  opacity: 1;
}

.Gnav__list:not(:root) {
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: static;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .Gnav__list:not(:root) {
    display: block;
  }
}

.Gnav__listItem {
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.Gnav__listItem::after {
  width: 50px;
  height: 50px;
  background-image: url("../img/common/gnav01.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 100%;
}

.Gnav__link:not(:root) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 100%;
  height: 50px;
  position: relative;
  font-weight: inherit;
}

@media screen and (max-width: 767px) {
  .Gnav__link:not(:root) {
    display: block;
  }
}

.Gnav__link:not(:root)::before {
  content: "";
  display: block;
  width: 100%;
  height: 46px;
  background-image: url("../img/common/rainbow.svg");
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 100%;
  left: 0;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  z-index: -1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .Gnav__link:not(:root)::before {
    display: none;
  }
}

.Gnav__link:not(:root):hover::before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.Gnav__link:not(:root).-current {
  color: #333;
  background-color: #fff;
}

.Gnav__link:not(:root).-current::before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.Gnav__link:not(:root)::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("../img/common/gnav01.png");
}

@media screen and (max-width: 767px) {
  .Gnav__link:not(:root)::after {
    display: none;
  }
}

.Gnav__link:not(:root).-link01::after {
  background-image: url("../img/common/gnav01.png");
}

.Gnav__link:not(:root).-link02::after {
  background-image: url("../img/common/gnav02.png");
}

.Gnav__link:not(:root).-link03::after {
  background-image: url("../img/common/gnav03.png");
}

.Gnav__link:not(:root).-link04::after {
  background-image: url("../img/common/gnav04.png");
}

.Gnav__link:not(:root).-link05::after {
  background-image: url("../img/common/gnav05.png");
}

.Gnav__link:not(:root).-link06::after {
  background-image: url("../img/common/gnav06.png");
}

.Gnav__link:not(:root).-link07::after {
  background-image: url("../img/common/gnav07.png");
}

.Gnav__linkInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.Gnav__listItem:first-child .Gnav__linkInner::before {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  position: absolute;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 100%;
}

.Gnav__linkInner::after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  position: absolute;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 100%;
}

.Gnav__child {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 100%;
  left: 0;
  color: #333;
  background-color: #fff;
  font-weight: 500;
  display: none;
}

@media screen and (max-width: 767px) {
  .Gnav__child {
    position: static;
  }
}

.Gnav__childInner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.Gnav__childList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

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

.Gnav__childLink:not(:root) {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 10px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  font-weight: 500;
}

.Gnav__childLink:not(:root):hover {
  color: #3eaf6f;
}

.Grid__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -40px;
}

.Grid__row.-gutter10 {
  margin-left: -10px;
}

.Grid__row.-gutter20 {
  margin-left: -20px;
}

.Grid__row.-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Grid__row.-wrap .Grid__col {
  margin-bottom: 20px;
}

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

.Grid__col {
  padding-left: 40px;
}

.Grid__row.-gutter20 > .Grid__col {
  padding-left: 20px;
}

.Grid__row.-gutter10 > .Grid__col {
  padding-left: 10px;
}

.Grid__col.-col2 {
  width: 50%;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.Grid__col.-col3 {
  width: 33.33%;
  max-width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}

.Grid__col.-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .Grid__col:not(:root) {
    width: auto;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.Header__Hamburger {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -5px;
}

.Hamburger {
  width: 60px;
  height: 60px;
  background-color: transparent;
  display: none;
  position: relative;
}

@media screen and (max-width: 991px) {
  .Hamburger {
    display: inline-block;
  }
}

.Hamburger__text {
  font-size: 10px;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #3eaf6f;
}

.Hamburger__line {
  background-color: #3eaf6f;
  display: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

@media screen and (max-width: 991px) {
  .Hamburger__line {
    display: inline-block;
  }
}

.Hamburger.-open .Hamburger__line {
  background-color: transparent;
}

.Hamburger__line::before, .Hamburger__line::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: #3eaf6f;
  width: 100%;
  height: 100%;
  -webkit-transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, -webkit-transform 0.2s;
  -o-transition: top 0.2s, transform 0.2s;
  transition: top 0.2s, transform 0.2s;
  transition: top 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.Hamburger__line::before {
  top: -5px;
}

.Hamburger.-open .Hamburger__line::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.Hamburger__line::after {
  top: 5px;
}

.Hamburger.-open .Hamburger__line::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.Hamburger.-active .Hamburger__line:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
      -ms-transform: translateY(-12px) rotate(45deg);
          transform: translateY(-12px) rotate(45deg);
}

.Header {
  padding-top: 10px;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .Header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
  }
}

.Header__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.Header__siteLogoLink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: auto;
}

.Header__siteLogo {
  height: 50px;
}

.Header__side {
  display: block;
}

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

.Header__sideMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Header__searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5px;
  padding-right: 5px;
}

.Header__searchText {
  display: block;
  background: #f2f2f2;
  padding: 5px 10px;
  border-radius: 5px;
}

.Header__searchText::-webkit-input-placeholder {
  color: #999;
}

.Header__searchText::-moz-placeholder {
  color: #999;
}

.Header__searchText::-ms-input-placeholder {
  color: #999;
}

.Header__searchText::placeholder {
  color: #999;
}

.Header__searchInput {
  display: block;
  width: 100%;
  height: 100%;
}

.Header__searchBtn {
  display: block;
  padding: 5px 10px;
  color: #fff;
  background-color: #4d4d4d;
  border-radius: 5px;
  margin-left: 0.3rem;
  font-size: 1.4rem;
}

.Header__searchSubmit {
  display: block;
}

.Header__configBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Header__configHead {
  font-weight: 700;
  width: auto;
  float: none;
}

.Header__configBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: none;
  margin: 0;
  line-height: inherit;
  padding-left: 0;
}

.Header__configBtn {
  border-radius: 5px;
  border: 1px solid #333;
  margin-left: 5px;
  font-size: 1.4rem;
  width: 1.8em;
  height: 1.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Header__configBtn.-yellow {
  background-color: #ff0;
  color: #000;
}

.Header__configBtn.-black {
  background-color: #000;
  color: #fff;
}

.Header_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.Header_addressPhrase {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.Heading01 {
  background-color: #785357;
  font-size: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 2rem;
  position: relative;
}

.Heading01.-daifuku01 {
  padding-left: 100px;
}

.Heading01.-daifuku01::after {
  width: 100px;
  height: 100px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -5px;
  background-image: url("../img/daihuku/09.png");
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.Heading01.-daifuku02 {
  padding-left: 90px;
}

.Heading01.-daifuku02::after {
  width: 100px;
  height: 100px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -5px;
  background-image: url("../img/daihuku/10.png");
  background-position: bottom 5px center;
  background-repeat: no-repeat;
  background-size: 70px;
}

.Heading02, .Cms h2:not([class]) {
  font-size: 2.8rem;
  color: #fff;
  background-color: #785357;
  padding-left: 4.5rem;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.3;
  position: relative;
  border-radius: 5px;
}

.Heading02::after, .Cms h2:not([class])::after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  background-color: currentColor;
  width: 0.6em;
  height: 0.6em;
  top: calc(10px + 0.35em);
  left: 15px;
}

.Heading03, .Cms h3:not([class]) {
  font-size: 2.5rem;
  color: #785357;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.3;
  position: relative;
  border-bottom: 3px solid #785357;
}

.Heading04, .Cms h4:not([class]) {
  font-size: 2.0rem;
  color: #785357;
  padding-left: 3.5rem;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.3;
  position: relative;
  border-radius: 5px;
}

.Heading04::after, .Cms h4:not([class])::after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  background-color: currentColor;
  width: 0.5em;
  height: 0.5em;
  top: calc( 5px + 0.4em);
  left: 15px;
}

.Html.-small {
  font-size: 8px;
}

.Html.-medium {
  font-size: 10px;
}

.Html.-large {
  font-size: 12px;
}

.Html.-white {
  background-color: #fff;
  color: #333;
}

.Html.-black * {
  background-color: #000 !important;
  color: #fff !important;
}

.Html.-yellow * {
  background-color: #ff0 !important;
  color: #000 !important;
}

.KaikanYoyaku {
  background-color: #faf6f1;
  padding: 20px;
  background-image: url("../img/common/illust-conference.png");
  background-repeat: no-repeat;
  background-position: right 20px bottom 20px;
  background-size: 200px;
}

@media screen and (max-width: 767px) {
  .KaikanYoyaku {
    background-image: none;
  }
}

.KaikanYoyaku__heading {
  margin-bottom: 15px;
}

.KaikanYoyaku__text {
  margin-bottom: 20px;
}

.KaikanYoyaku__address {
  margin-bottom: 20px;
}

.KaikanYoyaku__addressLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.KaikanYoyaku__addressHead {
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 20px;
}

.KaikanYoyaku__addressText {
  font-weight: 700;
  font-size: 2rem;
  color: #ED1C24;
}

.Kaikanoyaku__button {
  margin-bottom: 10px;
}

.Kaikanoyaku__note {
  font-size: 1.4remß;
}

.Page__KaikanYoyaku {
  margin-bottom: 40px;
}

.News__box {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #785357;
  padding: 15px;
  position: relative;
}

.News__tab + .News__box {
  border-radius: 0 0 5px 5px;
}

.News__box.js-tabContent:not(.-active) {
  display: none;
}

.News__mascot {
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  left: calc(100% + 1px);
  bottom: 0;
  overflow: hidden;
}

.News__mascot::after {
  position: absolute;
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  background-image: url("../img/common/mascot02.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 0;
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
  right: 20px;
}

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

.News__item {
  border-bottom: 1px solid #e2d9d8;
}

.News__item:last-child {
  border: none;
}

.News__link {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.News__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 1.5em;
  position: relative;
}

.News__post::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #ddd;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}

@media screen and (max-width: 543px) {
  .News__post {
    padding-left: 0;
  }
  .News__post::after {
    display: none;
  }
}

.News__post.-cat01::after {
  background-color: #3eaf6f;
}

.News__post.-cat02::after {
  background-color: #1da1f2;
}

.News__post.-cat03::after {
  background-color: #f7931e;
}

.News__post.-cat04::after {
  background-color: #ed7971;
}

.News__post.-cat05::after {
  background-color: #785357;
}

.News__postMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

.News__post.-new .News__postMeta::after {
  content: "NEW";
  color: #f00;
  -webkit-animation: News__new 1.6s steps(1) infinite;
          animation: News__new 1.6s steps(1) infinite;
}

.News__postDate {
  margin-right: 1em;
}

@media screen and (max-width: 543px) {
  .News__postDate {
    font-size: 1.2rem;
    margin-right: 0.5rem;
  }
}

.News__postCategory {
  margin-right: 1em;
  height: 1.5em;
  line-height: 1;
  border-radius: 5px;
  background-color: #4d4d4d;
  color: #fff;
  font-size: 1.3rem;
  width: 10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 543px) {
  .News__postCategory {
    margin-right: 0.5rem;
  }
}

.News__postCategory.-cat01 {
  background-color: #3eaf6f;
}

.News__postCategory.-cat02 {
  background-color: #1da1f2;
}

.News__postCategory.-cat03 {
  background-color: #f7931e;
}

.News__postCategory.-cat04 {
  background-color: #ed7971;
}

.News__postCategory.-cat05 {
  background-color: #785357;
}

.News__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -10px;
}

.News__box + .News__tab {
  margin-top: 20px;
}

@media screen and (max-width: 543px) {
  .News__tab {
    font-size: 1.2rem;
    margin-left: -3px;
  }
}

.News__tabItem {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 10px;
}

@media screen and (max-width: 543px) {
  .News__tabItem {
    padding-left: 3px;
  }
}

.News__tabBtn {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  position: relative;
  background: #fff;
  background-color: #e4dddd;
  padding-top: 10px;
  padding-bottom: 7px;
  border: 1px solid #785357;
  border-bottom: none;
  top: 1px;
  z-index: auto;
}

.News__tabItem.-current .News__tabBtn {
  z-index: 1;
}

.News__tabItem.-current .News__tabBtn {
  background-color: #fff;
}

.News__tabBtn::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 543px) {
  .News__tabBtn {
    font-size: 1.2rem;
  }
}

.News__tabBtn.-tab01::after {
  color: #fff;
  background-color: #785357;
}

.News__tabBtn.-tab02::after {
  color: #fff;
  background-color: #3eaf6f;
}

.News__tabBtn.-tab03::after {
  color: #fff;
  background-color: #f7931e;
}

.News__tabBtn.-tab04::after {
  color: #fff;
  background-color: #1da1f2;
}

.News__tabBtn.-tab05::after {
  color: #fff;
  background-color: #ed7971;
}

.News__more {
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

.News__moreLink {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.News__moreLink::before {
  display: block;
  content: '';
  margin-right: .5rem;
  border-top: .5rem solid transparent;
  border-bottom: .5rem solid transparent;
  border-right: .0rem solid transparent;
  border-left: 1.0rem solid currentColor;
  width: 1.0rem;
  height: 1.0rem;
  position: relative;
  top: .1rem;
}

.Archive__News {
  margin-bottom: 3rem;
  border-bottom: 1px solid #e2d9d8;
}

.News__notFoundMsg {
  padding: 40px 10px;
  text-align: center;
}

@-webkit-keyframes News__new {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes News__new {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.NotFound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.NotFound__heading {
  max-width: 960px;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.Page__header {
  border-bottom: 1px solid #785357;
  font-size: 3rem;
  font-weight: 700;
  color: #785357;
  padding-top: 30px;
  padding-bottom: 30px;
}

.Page__title {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.Page__content {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-bottom: 8rem;
  padding-left: 10px;
  padding-right: 10px;
}

.Pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: sans-serif;
}

.Pagination__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Pagination__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-right: 5px;
  color: #785357;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 1.4rem;
}

.Pagination__link:hover {
  opacity: 0.7;
}

.Pagination__link.-current {
  color: #fff;
  background-color: #785357;
  pointer-events: none;
}

.Purpose__list {
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.Purpose__item {
  padding-left: 30px;
  width: 50%;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .Purpose__item {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 10px;
  }
}

.Purpose__link {
  display: block;
  height: 100%;
  padding: 10px 10px 10px 100px;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.Purpose__imgBox {
  position: absolute;
  width: 80px;
  height: 80px;
  display: block;
  top: 10px;
  left: 10px;
}

.Purpose__img {
  width: 100%;
  height: 100%;
  display: block;
}

.Purpose__title {
  color: #3eaf6f;
  border-bottom: 2px solid currentColor;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.5rem;
}

.Purpose__item.-purpose01 .Purpose__title {
  color: #3eaf6f;
}

.Purpose__item.-purpose02 .Purpose__title {
  color: #f7931e;
}

.Purpose__item.-purpose03 .Purpose__title {
  color: #1da1f2;
}

.Purpose__item.-purpose04 .Purpose__title {
  color: #ed7971;
}

.Purpose__title::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background-color: currentColor;
  left: 0;
  top: 0;
}

.Purpose__title::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.6em;
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-left: 0.4em solid currentColor;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-right: 0px solid transparent;
}

.Renrakusaki__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 10px;
  padding-bottom: 10px;
}

.Renrakusaki__head {
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 20px;
}

.Renrakusaki__text {
  font-weight: 700;
  font-size: 2rem;
  color: #ED1C24;
}

.Search__list {
  display: block;
  margin-bottom: 40px;
}

.Search__link {
  border-bottom: 1px solid #e4dddd;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.Search__link:hover {
  opacity: 0.7;
}

.Search__title {
  font-size: 2rem;
  font-weight: 700;
  color: #3eaf6f;
  margin-bottom: 5px;
}

.Search__excerpt {
  margin-bottom: 10px;
}

.Search__url {
  color: #999;
  font-size: 1.2rem;
}

.Search__notFound {
  padding-top: 50px;
  padding-bottom: 50px;
}

.Section {
  display: block;
  margin-bottom: 60px;
}

.left_block ul:not([class]) {
  list-style-type: disc;
}

.left_block ul:not([class]) li:not([class]) {
  list-style-type: disc;
}

.left_block a {
  color: blue;
}

.left_block .block_title h1:not(:root) {
  min-height: 50px;
  padding-left: 50px;
}

.Single__heading {
  margin-bottom: 20px;
}

.Single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.Single__date {
  margin-left: auto;
  margin-right: 1em;
}

.Single__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Single__catHeading::after {
  content: '：';
}

.Single__CatLinkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Single__catLink:hover {
  text-decoration: underline;
}

.Single__content {
  border-bottom: 1px solid #E2D9D8;
  padding-bottom: 6rem;
  margin-bottom: 20px;
}

.Single__contentFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.Single__footLink {
  display: block;
  border: 1px solid #785357;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.4rem;
  border-radius: 5px;
  position: relative;
}

.Single__footLink::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
  border-left: 6px solid currentColor;
  width: 6px;
  height: 10px;
}

.Single__footLink.-prev {
  padding-left: 25px;
  padding-right: 10px;
}

.Single__footLink.-prev::after {
  left: 10px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.Single__footLink.-next {
  padding-right: 25px;
  padding-left: 10px;
}

.Single__footLink.-next::after {
  right: 10px;
}

.Spacer {
  display: block;
  height: 40px;
}

@media screen and (max-width: 767px) {
  .Spacer {
    height: 20px;
  }
}

.Spacer.-small {
  height: 20px;
}

.TopPage {
  background-color: #faf6f1;
}

.TopPage__inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.TopPage__01 {
  margin-bottom: 60px;
}

.TopPage__02 {
  padding-left: 10px;
  padding-right: 10px;
}

.TopPage__03 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.TopPage__03::after {
  position: absolute;
  opacity: 0.3;
  z-index: 0;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background-image: url("../img/common/bg-pattern.png");
  width: 100%;
  height: 100%;
}

.TopSlider {
  position: relative;
}

.TopSlider__img {
  max-width: 100%;
  display: block;
}

.TopSlider__arrow {
  display: block;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  width: calc((100% - 960px )/ 2);
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.TopSlider__arrow::after {
  display: block;
  width: 20px;
  height: 20px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  content: '';
}

.TopSlider__arrow.-prev {
  left: 0;
}

.TopSlider__arrow.-prev::after {
  right: 15px;
}

.TopSlider__arrow.-next {
  right: 0;
}

.TopSlider__arrow.-next::after {
  left: 15px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.TopSlider .slick-dots li {
  width: 10px;
  height: 10px;
}

.TopSlider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 8px;
  height: 8px;
  background-color: black;
  opacity: 0.25;
  display: block;
  border-radius: 50%;
}

.TopSlider .slick-dots li.slick-active button:before {
  background-color: #3eaf6f;
  opacity: 1;
}

/* scssファイルあり cssファイルは絶対に変更しないでください。 */
