@charset "UTF-8";
:root {
  --vw: 1vw;
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd10: calc((1 * 10) / 1239 * 100vw);
  }
}

@media screen and (min-width: 1240px) {
  :root {
    --pd10: calc((1 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd10: calc((1 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd20: calc((2 * 10) / 1239 * 100vw);
  }
}

@media screen and (min-width: 1240px) {
  :root {
    --pd20: calc((2 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd20: calc((2 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd30: calc((3 * 10) / 1239 * 100vw);
  }
}

@media screen and (min-width: 1240px) {
  :root {
    --pd30: calc((3 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd30: calc((3 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd40: calc((4 * 10) / 1239 * 100vw);
  }
}

@media screen and (min-width: 1240px) {
  :root {
    --pd40: calc((4 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd40: calc((4 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd50: calc((5 * 10) / 1239 * 100vw);
  }
}

@media screen and (min-width: 1240px) {
  :root {
    --pd50: calc((5 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd50: calc((5 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd60: calc((6 * 10) / 1239 * 100vw);
  }
}

@media screen and (min-width: 1240px) {
  :root {
    --pd60: calc((6 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd60: calc((6 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd70: calc((7 * 10) / 1239 * 100vw);
  }
}

@media screen and (min-width: 1240px) {
  :root {
    --pd70: calc((7 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd70: calc((7 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd80: calc((8 * 10) / 1239 * 100vw);
  }
}

@media screen and (min-width: 1240px) {
  :root {
    --pd80: calc((8 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd80: calc((8 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd90: calc((9 * 10) / 1239 * 100vw);
  }
}

@media screen and (min-width: 1240px) {
  :root {
    --pd90: calc((9 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd90: calc((9 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd100: calc((10 * 10) / 1239 * 100vw);
  }
}

@media screen and (min-width: 1240px) {
  :root {
    --pd100: calc((10 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd100: calc((10 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd110: calc((11 * 10) / 1239 * 100vw);
  }
}

@media screen and (min-width: 1240px) {
  :root {
    --pd110: calc((11 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd110: calc((11 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd120: calc((12 * 10) / 1239 * 100vw);
  }
}

@media screen and (min-width: 1240px) {
  :root {
    --pd120: calc((12 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd120: calc((12 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd130: calc((13 * 10) / 1239 * 100vw);
  }
}

@media screen and (min-width: 1240px) {
  :root {
    --pd130: calc((13 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd130: calc((13 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd140: calc((14 * 10) / 1239 * 100vw);
  }
}

@media screen and (min-width: 1240px) {
  :root {
    --pd140: calc((14 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd140: calc((14 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd150: calc((15 * 10) / 1239 * 100vw);
  }
}

@media screen and (min-width: 1240px) {
  :root {
    --pd150: calc((15 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd150: calc((15 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd160: calc((16 * 10) / 1239 * 100vw);
  }
}

@media screen and (min-width: 1240px) {
  :root {
    --pd160: calc((16 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd160: calc((16 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd170: calc((17 * 10) / 1239 * 100vw);
  }
}

@media screen and (min-width: 1240px) {
  :root {
    --pd170: calc((17 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd170: calc((17 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd180: calc((18 * 10) / 1239 * 100vw);
  }
}

@media screen and (min-width: 1240px) {
  :root {
    --pd180: calc((18 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd180: calc((18 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd190: calc((19 * 10) / 1239 * 100vw);
  }
}

@media screen and (min-width: 1240px) {
  :root {
    --pd190: calc((19 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd190: calc((19 * 10) / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    --pd200: calc((20 * 10) / 1239 * 100vw);
  }
}

@media screen and (min-width: 1240px) {
  :root {
    --pd200: calc((20 * 10) / 2000 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pd200: calc((20 * 10) / 767 * 100vw);
  }
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-size: 62.5%;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 54.69%;
  }
}

body {
  font-size: 16px;
  font-family: YuGothic, "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #222222;
  background: #fff;
  letter-spacing: 0.04rem;
  line-height: 1.75;
}

a {
  color: #222222;
}
a.long {
  word-wrap: break-word;
}

a:hover {
  -webkit-transition: color .3s;
  transition: color .3s;
  cursor: pointer;
}
a:hover img {
  opacity: .7;
}

*:focus {
  outline: none;
}

.clearfix {
  overflow: hidden;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

img,
svg {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a[href^="tel:"] {
  color: #534536;
}

@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: #222222;
  }
}
.alignleft,
.alignright,
.aligncenter {
  margin-bottom: 24px;
}

.aligncenter {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .alignleft,
  .alignright {
    max-width: 34%;
  }

  .alignleft {
    float: left;
    margin-right: 30px;
  }

  .alignright {
    float: right;
    margin-left: 30px;
  }

  .alignleft,
  .alignright {
    max-width: 34%;
  }
  .alignleft .w-per10,
  .alignright .w-per10 {
    max-width: 10%;
  }
  .alignleft .w-per12,
  .alignright .w-per12 {
    max-width: 12%;
  }
  .alignleft .w-per14,
  .alignright .w-per14 {
    max-width: 14%;
  }
  .alignleft .w-per16,
  .alignright .w-per16 {
    max-width: 16%;
  }
  .alignleft .w-per18,
  .alignright .w-per18 {
    max-width: 18%;
  }
  .alignleft .w-per20,
  .alignright .w-per20 {
    max-width: 20%;
  }
  .alignleft .w-per22,
  .alignright .w-per22 {
    max-width: 22%;
  }
  .alignleft .w-per24,
  .alignright .w-per24 {
    max-width: 24%;
  }
  .alignleft .w-per26,
  .alignright .w-per26 {
    max-width: 26%;
  }
  .alignleft .w-per28,
  .alignright .w-per28 {
    max-width: 28%;
  }
  .alignleft .w-per30,
  .alignright .w-per30 {
    max-width: 30%;
  }
  .alignleft .w-per32,
  .alignright .w-per32 {
    max-width: 32%;
  }
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }

  .spbasic {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  br.sp,
  span.sp {
    display: inline !important;
  }

  span.br {
    display: inline-block !important;
  }

  span.spdb {
    display: inline-block;
  }
}
@media only screen and (min-width: 421px) {
  .spmin {
    display: none !important;
  }
}
@media only screen and (max-width: 420px) {
  .spbasic {
    display: none !important;
  }
}
.container,
.gutters,
.mce-content-body {
  max-width: calc(100vw - 40px);
  max-width: calc((var(--vw) * 100) - 40px);
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}

.home .mce-content-body {
  max-width: 100%;
  width: 100%;
}

.wrap {
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  body.archive .contents, body.single .contents {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-bottom: 90px;
    width: calc(100vw - 40px);
    width: calc((var(--vw) * 100) - 40px);
  }
}
@media only screen and (max-width: 767px) {
  body.archive .contents, body.single .contents {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  body.contents-column-two .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.contents-column-two .contents #main {
    width: 72%;
  }
  body.contents-column-two .contents #aside {
    width: 23.5%;
  }
}

.grid {
  display: grid;
}
.grid:not(:last-child) {
  margin-bottom: 50px;
}
.grid.same {
  display: grid;
  gap: 20px 2%;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.grid.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .grid {
    gap: 30px 0;
  }
  .grid.same {
    row-gap: 30px;
  }
  .grid.sp-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .grid.sp_col2 {
    gap: 10px 10px;
    grid-template-columns: repeat(2, calc((100% - 10px) / 2));
  }
  .grid.sp_col2 > * {
    margin-bottom: 0 !important;
  }
  .grid.sp_col3 {
    gap: 10px 10px;
    grid-template-columns: repeat(3, calc((100% - 20px) / 3));
  }
  .grid.sp_col3 > * {
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .grid {
    gap: 30px 2%;
  }
  .grid.reverse {
    grid-template-areas: "col1 col2";
  }
  .grid.reverse .col:first-child {
    grid-area: col2;
  }
  .grid.reverse .col:last-child {
    grid-area: col1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  .grid.reverse.clear {
    grid-template-areas: "col2" "col1";
  }
}
@media only screen and (min-width: 768px) {
  .grid.pc-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .grid.col1 {
    grid-template-columns: 1fr;
  }
  .grid.col2 {
    grid-template-columns: repeat(2, calc(98% / 2));
  }
  .grid.col3 {
    grid-template-columns: repeat(3, calc(96% / 3));
  }
  .grid.col4 {
    grid-template-columns: repeat(4, calc(94% / 4));
  }
  .grid.col5 {
    grid-template-columns: repeat(5, calc(92% / 5));
  }
  .grid__img_txt {
    grid-template-columns: 32% 66%;
    grid-template-areas: "img text";
  }
  .grid__img_txt.reverse {
    grid-template-columns: 66% 32%;
  }
  .grid__img_txt.reverse .col__img {
    grid-area: text;
  }
  .grid__img_txt.reverse .col__text {
    grid-area: img;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row:not(:last-child) {
  margin-bottom: 50px;
}
.row.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .row {
    row-gap: 30px;
  }
  .row.sp-align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.sp-justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row > *, .row .col {
    width: 100%;
  }
  .row.sp_col2 {
    gap: 10px 10px;
  }
  .row.sp_col2 > *, .row.sp_col2 .col {
    width: calc((100% - 10px) / 2);
  }
  .row.sp_col3 {
    gap: 10px 10px;
  }
  .row.sp_col3 > *, .row.sp_col3 .col {
    width: calc((100% - 20px) / 3);
  }
}
@media only screen and (min-width: 768px) {
  .row {
    gap: 20px 2%;
  }
  .row.pc-align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.pc-justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .row.auto > *, .row.auto .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .row.col2 > *, .row.col2 .col {
    width: 49%;
  }
  .row.col3 > *, .row.col3 .col {
    width: 32%;
  }
  .row.col4 > *, .row.col4 .col {
    width: calc(94% / 4);
  }
  .row.col5 > *, .row.col5 .col {
    width: calc(92% / 5);
  }
  .row .col_2 {
    width: 49%;
  }
  .row .col_3 {
    width: 32%;
  }
  .row .col_4 {
    width: calc(94% / 4);
  }
  .row .col_2 > .box_border, .row .col_2 > .box_bg, .row .col_3 > .box_border, .row .col_3 > .box_bg, .row .col_4 > .box_border, .row .col_4 > .box_bg {
    height: 100%;
    padding: 20px;
  }
  .row__img_txt .col__img {
    width: 32%;
  }
  .row__img_txt .col__text {
    width: 66%;
  }
  .row__img_txt.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

@media screen and (max-width: 767px) {
  .sp-text-right {
    text-align: right !important;
  }

  .sp-text-center {
    text-align: center !important;
  }

  .sp-text-left {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  .pc-text-right {
    text-align: right !important;
  }

  .pc-text-center {
    text-align: center !important;
  }

  .pc-text-left {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  .pc_span {
    display: inline !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_span {
    display: inline !important;
  }
}
.bold {
  font-weight: bold;
}

.text-red {
  color: #ff0000;
}

.txt-large {
  font-size: clamp(18px, 2.4vw, 24px);
}

.mt-1 {
  margin-top: 1em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.mt-6 {
  margin-top: 6em !important;
}

.mb-6 {
  margin-bottom: 6em !important;
}

.mt-7 {
  margin-top: 7em !important;
}

.mb-7 {
  margin-bottom: 7em !important;
}

.mt-8 {
  margin-top: 8em !important;
}

.mb-8 {
  margin-bottom: 8em !important;
}

.mt-9 {
  margin-top: 9em !important;
}

.mb-9 {
  margin-bottom: 9em !important;
}

.mt-10 {
  margin-top: 10em !important;
}

.mb-10 {
  margin-bottom: 10em !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.dbl {
  display: inline-block;
}

.color1 {
  color: #534536;
}

.color2 {
  color: #5e8234;
}

.header {
  background: #fff;
  width: 100%;
}
.header .header_logo {
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .header .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .header_logo {
    margin-right: 40px;
  }
  .header .header_info {
    margin-left: auto;
  }
  .header .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .header .row .header_list:not(:first-child) {
    margin-left: 20px;
  }
  .header .row .header_list > ul {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
  .header .row .header_list > ul > li:not(:first-child) {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .pc_horizon {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 12;
  }
  .pc_horizon .global_nav,
  .pc_horizon .header_menu {
    width: auto;
  }
  .pc_horizon .global_nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: auto;
    position: relative;
  }
  .pc_horizon .header_menu.container {
    width: auto;
  }
  .pc_horizon .header_menu > li {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .sp_horizon {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 13;
  }
  .sp_horizon .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sp_horizon .header_logo {
    margin-left: 0;
  }
  .sp_horizon .sp_nav {
    position: inherit;
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .header_hover_item_wrap {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }

  .header_hover_item {
    margin-right: -220px;
    z-index: 3;
    -webkit-transition: margin-right 0.5s;
    transition: margin-right 0.5s;
  }
  .header_hover_item.active {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header .header_inner {
    max-width: calc(100% - calc(40 / 767 * 100vw));
  }
  .header .header_logo {
    margin-left: auto;
    text-align: center;
    padding: calc(30 / 767 * 100vw) 0 calc(10 / 767 * 100vw);
  }
  .header .header_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: calc(10 / 767 * 100vw);
            column-gap: calc(10 / 767 * 100vw);
    margin: calc(20 / 767 * 100vw) 0 calc(10 / 767 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .header .header_logo {
    text-align: center;
  }
  .header .header_logo img {
    max-width: calc(685 / 1920 * 100vw);
  }
  .header .global_nav .menu {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .home .header_logo {
    position: absolute;
    z-index: 1;
    top: calc(20 / 1920 * 100vw);
    left: calc(25 / 1920 * 100vw);
  }
  .home .header_logo img {
    max-width: calc(710 / 1920 * 100vw);
  }
}

@media only screen and (min-width: 768px) {
  body:not(.home) .header_inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body:not(.home) .header_inner .header_logo {
    margin: calc(20 / 1920 * 100vw) 0;
  }
}

.sp_nav {
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .sp_nav {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sp_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: calc(20 / 767 * 100vw) 0;
  }
  .sp_nav > li {
    border-left: 1px solid #e7e7e7;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: center;
  }
  .sp_nav > li:first-child {
    border-left: none;
  }
}

.menu_bk {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .menu_bk {
    display: none !important;
  }
}

.global_nav {
  background: #f7f6f2;
  overscroll-behavior: contain;
}
.global_nav a {
  display: block;
  line-height: 1.5;
  position: relative;
  text-decoration: none;
}
.global_nav .menu {
  z-index: 2;
}
.global_nav .menu-item {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .global_nav .menu-item > .sub-menu,
  .global_nav .menu-item > .sub-menu_wrap {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
}
@media only screen and (max-width: 767px) {
  .global_nav .menu-item > .sub-menu,
  .global_nav .menu-item > .sub-menu_wrap {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .global_nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .global_nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  .global_nav .menu {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .global_nav .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .global_nav .menu-item > a {
    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;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    color: #222222;
    height: 77px;
    padding-left: 0.15em;
    padding-right: 0.15em;
    text-align: center;
    -webkit-transition: background .3s , color .3s;
    transition: background .3s , color .3s;
    position: relative;
  }
  .global_nav .menu-item > a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 34px;
    background: #cccccc;
  }
  .global_nav .menu-item:hover > a {
    color: #fff;
    background: #534536;
  }
  .global_nav .menu-item.menu-item-has-children > a {
    position: relative;
  }
  .global_nav .menu-item.menu-item-has-children > a::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: auto;
    bottom: 12%;
    right: 0;
    left: 0;
    margin: auto;
    border-bottom: solid 1px #534536;
    border-right: solid 1px #534536;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .global_nav .menu-item.menu-item-has-children:hover > a:after {
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
  }
  .global_nav .menu-item.wide {
    position: static;
  }
  .global_nav .menu-item > .sub-menu,
  .global_nav .menu-item > .sub-menu_wrap {
    background: #534536;
    color: #fff;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
  }
  .global_nav .menu-item > .sub-menu a,
  .global_nav .menu-item > .sub-menu_wrap a {
    -webkit-transition: .2s;
    transition: .2s;
    color: #fff;
  }
  .global_nav .menu-item > .sub-menu a:hover,
  .global_nav .menu-item > .sub-menu_wrap a:hover {
    -webkit-transition: .2s;
    transition: .2s;
    color: #534536;
    background: #fff;
  }
  .global_nav .menu-item > .sub-menu a:hover .dbl,
  .global_nav .menu-item > .sub-menu_wrap a:hover .dbl {
    text-decoration: underline;
  }
  .global_nav .menu-item > .sub-menu_wrap {
    left: 0;
    right: 0;
    width: 100vw;
    width: calc(var(--vw) * 100);
    overscroll-behavior-y: contain;
    overflow-y: auto;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  .global_nav .menu-item.active > .sub-menu,
  .global_nav .menu-item.active > .sub-menu_wrap {
    z-index: 2;
  }
  .global_nav .menu-item.active > .sub-menu {
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
  }
  .global_nav .menu-item.active > .sub-menu_wrap {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .global_nav .menu-item:last-child > .sub-menu, .global_nav .menu-item.has_submenu_right > .sub-menu {
    left: auto;
    right: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  .global_nav .menu-item:last-child.active > .sub-menu, .global_nav .menu-item.has_submenu_right.active > .sub-menu {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .global_nav .menu-item > .sub-menu {
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
    left: 50%;
    min-width: 200px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .global_nav .menu-item > .sub-menu > li:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .global_nav .menu-item > .sub-menu a {
    display: block;
    padding: 0.75em 1em;
  }
  .global_nav .menu-item > .sub-menu_wrap {
    background: none;
  }
  .global_nav .menu-item > .sub-menu_wrap .container {
    background: #534536;
    padding: 32px;
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  .global_nav .menu-item > .sub-menu_wrap .container.col4 > * {
    width: 48%;
  }
}
@media only screen and (min-width: 768px) {
  .global_nav .menu-item > .sub-menu_wrap .sub-menu.col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 2%;
            column-gap: 2%;
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu.col2 li {
    width: 49%;
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu.col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 2%;
            column-gap: 2%;
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu.col3 li {
    width: calc((96% / 3));
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu a {
    margin-bottom: 6px;
    margin-top: 6px;
    position: relative;
    padding-left: 15px;
  }
  .global_nav .menu-item > .sub-menu_wrap .sub-menu a:after {
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    width: 6px;
    height: 6px;
    top: 0.6em;
    bottom: auto;
    right: auto;
    left: 0;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg) translateY(-3px);
  }
  .global_nav .menu-item > .sub-menu_wrap .ttl {
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .global_nav .menu-item > .sub-menu_wrap .ttl a {
    color: #fff;
    pointer-events: none;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    padding: 0;
    padding-bottom: 10px;
  }
  .global_nav .menu-item > .sub-menu_wrap .ttl a:after {
    display: none;
  }
  .global_nav .menu-item > .sub-menu_wrap a:hover {
    text-decoration: underline;
    color: #fff;
    background: none;
  }
  .global_nav .menu-item {
    border-top: none;
  }
  .global_nav .menu-item > a {
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #534536;
  }
  .global_nav .menu-item > a .sub-t {
    font-size: 12px;
    color: #534536;
  }
  .global_nav .menu-item:hover > a .sub-t {
    color: #fff;
  }
  .global_nav .sp_toggle_close {
    display: none !important;
  }
}
.global_nav .sp_toggle_close {
  display: none;
}
@media only screen and (max-width: 767px) {
  .global_nav {
    display: none;
    height: 100%;
    left: 0;
    padding-top: 70px;
    padding-bottom: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    overflow-y: auto;
    scrollbar-width: none;
  }
  .global_nav .row .col_2:not(:first-of-type), .global_nav .row .col_3:not(:first-of-type), .global_nav .row .col_4:not(:first-of-type), .global_nav .row .col_5:not(:first-of-type) {
    margin-top: 0 !important;
  }
  .global_nav .row .col_2:not(:first-of-type) li:first-child a, .global_nav .row .col_3:not(:first-of-type) li:first-child a, .global_nav .row .col_4:not(:first-of-type) li:first-child a, .global_nav .row .col_5:not(:first-of-type) li:first-child a {
    border-top: 1px solid #ddd;
  }
  .global_nav::-webkit-scrollbar {
    display: none;
  }
  .global_nav .container {
    width: 100%;
    max-width: none;
  }
  .global_nav .container.row {
    row-gap: 0;
  }
  .global_nav .menu {
    border-top: 1px solid #ddd;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .global_nav .menu-item {
    border-bottom: 1px solid #ddd;
  }
  .global_nav .menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3.6em;
    padding-left: 1em;
    padding-right: 2.6em;
    -webkit-transition: .2s;
    transition: .2s;
    color: #222222;
    background: #fff;
    position: relative;
  }
  .global_nav .menu-item a:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 15px;
    top: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    border-top: 2px solid #ddd;
    border-right: 2px solid #ddd;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .global_nav .menu-item a:hover {
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    background: #534536;
  }
  .global_nav .menu-item a .sub-t {
    display: none;
  }
  .global_nav .menu-item.menu-item-has-children > a:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .global_nav .sub-menu {
    font-size: 15px;
  }
  .global_nav .sub-menu a {
    height: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 2em;
    padding-right: 2.6em;
    background: #f7f6f2;
    border-bottom: 1px solid #ddd;
  }
  .global_nav .sub-menu a:hover {
    background: #534536;
  }
  .global_nav .sub-menu li:last-child a {
    border: none;
  }
  .global_nav .ttl {
    background: #5e8234;
    color: white;
    text-align: center;
    padding: 1em 2em;
    line-height: 1.5;
  }
  .global_nav .ttl a {
    background: #5e8234;
    color: white;
    pointer-events: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .global_nav .ttl a:after {
    display: none !important;
  }
  .global_nav .sp_toggle_close_top {
    position: fixed;
    top: 18px;
    right: 10px;
  }
  .global_nav .sp_toggle_close_top .icon {
    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;
    background: #534536;
    border-radius: 50%;
    height: 36px;
    width: 36px;
  }
  .global_nav .sp_toggle_close_top .icon svg {
    fill: #fff;
    width: 20px;
    height: 20px;
  }
  .global_nav .sp_toggle_close_bottom {
    background: #534536;
    color: #fff;
    display: table;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    letter-spacing: 0.075em;
    line-height: 1.5;
    padding: 0.25em 1em;
  }
  .global_nav .sp_toggle_close_bottom .icon {
    display: inline-block;
    line-height: 1;
    margin-left: 0.5em;
    vertical-align: middle;
  }
  .global_nav .sp_toggle_close_bottom svg {
    fill: #fff;
    width: 18px;
    height: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .global_nav #menu-header_menu .custom_nav > a {
    display: none !important;
  }
  .global_nav #menu-header_menu .custom_nav .sub-menu_wrap {
    display: block !important;
  }
  .global_nav #menu-header_menu .custom_nav .nav_title {
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 15px 10px;
    font-size: 18px;
    margin-bottom: 4%;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_box {
    padding: 20px;
  }
  .global_nav #menu-header_menu .custom_nav .row .col_2 a {
    text-align: center !important;
    background: #fff;
  }
  .global_nav #menu-header_menu .custom_nav .row .col_2 a:hover:after {
    border-color: #fff !important;
  }
  .global_nav #menu-header_menu .custom_nav .row .col_2:nth-child(n + 3) {
    margin-top: 2% !important;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 {
    background: #deebf7;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .nav_title {
    background: #534536;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .row .col_2 a {
    border: 1px solid #534536;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .row .col_2 a:after {
    border-color: #534536;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .row .col_2 a:hover {
    background: #534536;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 {
    background: #e2f0d9;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .nav_title {
    background: #5e8234;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .row .col_2 a {
    border: 1px solid #5e8234;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .row .col_2 a:after {
    border-color: #5e8234;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .row .col_2 a:hover {
    background: #5e8234;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 {
    background: #fff2cc;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .nav_title {
    background: #ff6600;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .row .col_2 a {
    border: 1px solid #ff6600;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .row .col_2 a:after {
    border-color: #ff6600;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .row .col_2 a:hover {
    background: #ff6600;
  }
}
@media only screen and (max-width: 767px) and (max-width: 600px) {
  .global_nav #menu-header_menu .custom_nav .row .col_2 a {
    font-size: 2.5vw;
    padding: 10px 25px 10px 10px;
    height: 60px;
    text-align: center;
    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;
  }
}

:root {
  --scrollbar: 0;
}

.mainimage {
  overflow: hidden;
  position: relative;
}
.mainimage .main_copy {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-shadow: 0 0 10px #000;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  color: white;
  text-align: center;
}
.mainimage .main_copy .bg {
  background: url("../img/top/copy_bg2.png") no-repeat center/cover;
  display: table;
  margin: auto;
  line-height: 1.6;
  padding: 0 1rem;
}
.mainimage .main_copy .bd {
  position: relative;
}
.mainimage .main_copy .bd:before, .mainimage .main_copy .bd:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: white;
  -webkit-box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.1);
}
.mainimage .main_copy .bd:before {
  top: 0;
  bottom: auto;
}
.mainimage .main_copy .bd:after {
  bottom: 0;
  top: auto;
}
.mainimage .main_copy .copy_box01 {
  line-height: 1.4;
}
.mainimage .main_copy .copy_box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mainimage .main_copy .copy_box02 p {
  background: url("../img/top/copy_bg.png") no-repeat center/contain;
  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;
  letter-spacing: 0.04rem;
  line-height: 1.4;
}
.mainimage .copy_link {
  position: absolute;
}
.mainimage .slider {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}
.mainimage .slider:not(.slick-initialized) > * {
  float: left;
}
.mainimage .slider .slick-slide img {
  width: 100%;
}
.mainimage .slick-initialized {
  opacity: 1;
}
.mainimage .slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .mainimage {
    height: 850px;
    height: calc( 100vw * 850 / 2000 + 0px );
  }
  .onload .mainimage {
    height: calc( ( 100vw - var(--scrollbar) ) * 850 / 2000 + 0px );
  }
  .mainimage .main_copy .fs23 {
    font-size: calc(23 / 1920 * 100vw);
  }
  .mainimage .main_copy .fs24 {
    font-size: calc(24 / 1920 * 100vw);
  }
  .mainimage .main_copy .fs25 {
    font-size: calc(25 / 1920 * 100vw);
  }
  .mainimage .main_copy .fs26 {
    font-size: calc(26 / 1920 * 100vw);
  }
  .mainimage .main_copy .fs27 {
    font-size: calc(27 / 1920 * 100vw);
  }
  .mainimage .main_copy .fs28 {
    font-size: calc(28 / 1920 * 100vw);
  }
  .mainimage .main_copy .fs29 {
    font-size: calc(29 / 1920 * 100vw);
  }
  .mainimage .main_copy .fs30 {
    font-size: calc(30 / 1920 * 100vw);
  }
  .mainimage .main_copy .fs31 {
    font-size: calc(31 / 1920 * 100vw);
  }
  .mainimage .main_copy .fs32 {
    font-size: calc(32 / 1920 * 100vw);
  }
  .mainimage .main_copy .fs33 {
    font-size: calc(33 / 1920 * 100vw);
  }
  .mainimage .main_copy .fs34 {
    font-size: calc(34 / 1920 * 100vw);
  }
  .mainimage .main_copy .fs35 {
    font-size: calc(35 / 1920 * 100vw);
  }
  .mainimage .main_copy .fs36 {
    font-size: calc(36 / 1920 * 100vw);
  }
  .mainimage .main_copy .fs37 {
    font-size: calc(37 / 1920 * 100vw);
  }
  .mainimage .main_copy .fs38 {
    font-size: calc(38 / 1920 * 100vw);
  }
  .mainimage .main_copy .fs39 {
    font-size: calc(39 / 1920 * 100vw);
  }
  .mainimage .main_copy .fs40 {
    font-size: calc(40 / 1920 * 100vw);
  }
  .mainimage .main_copy .fs41 {
    font-size: calc(41 / 1920 * 100vw);
  }
  .mainimage .main_copy .fs42 {
    font-size: calc(42 / 1920 * 100vw);
  }
  .mainimage .main_copy .fs43 {
    font-size: calc(43 / 1920 * 100vw);
  }
  .mainimage .main_copy .fs44 {
    font-size: calc(44 / 1920 * 100vw);
  }
  .mainimage .main_copy .fs45 {
    font-size: calc(45 / 1920 * 100vw);
  }
  .mainimage .main_copy .fs46 {
    font-size: calc(46 / 1920 * 100vw);
  }
  .mainimage .main_copy .fs47 {
    font-size: calc(47 / 1920 * 100vw);
  }
  .mainimage .main_copy .fs48 {
    font-size: calc(48 / 1920 * 100vw);
  }
  .mainimage .main_copy .fs49 {
    font-size: calc(49 / 1920 * 100vw);
  }
  .mainimage .main_copy .fs50 {
    font-size: calc(50 / 1920 * 100vw);
  }
  .mainimage .main_copy .bd {
    margin-top: calc(20 / 1920 * 100vw);
    padding: calc(15 / 1920 * 100vw) 0;
  }
  .mainimage .main_copy .copy_box01 {
    margin-bottom: calc(30 / 1920 * 100vw);
  }
  .mainimage .main_copy .copy_box02 {
    -webkit-column-gap: calc(20 / 1920 * 100vw);
            column-gap: calc(20 / 1920 * 100vw);
  }
  .mainimage .main_copy .copy_box02 p {
    width: calc(216 / 1920 * 100vw);
    height: calc(216 / 1920 * 100vw);
  }
  .mainimage .main_copy .copy_box03 .main_text {
    line-height: 1.4;
  }
  .mainimage .main_copy .copy_box03 .main_text.bg {
    line-height: 1.6;
  }
  .mainimage .main_copy .copy_box03 .bg {
    margin-bottom: calc(20 / 1920 * 100vw);
  }
  .mainimage .main_copy .copy_box04 .main_text {
    line-height: 1.4;
  }
  .mainimage .copy_link {
    bottom: calc(60 / 1920 * 100vw);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .mainimage .copy_link img {
    max-width: calc(710 / 1920 * 100vw);
  }
  .mainimage .slider_item01 .main_copy {
    bottom: calc(240 / 1920 * 100vw);
  }
  .mainimage .slider_item02 .main_copy {
    bottom: calc(250 / 1920 * 100vw);
  }
  .mainimage .slider_item03 .main_copy {
    bottom: calc(277 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .mainimage {
    height: calc( 100vw * 850 / 770 + 0px );
  }
  .onload .mainimage {
    height: calc( ( 100vw - var(--scrollbar) ) * 850 / 770 + 0px );
  }
  .mainimage .main_copy {
    width: 100%;
  }
  .mainimage .main_copy .fs23 {
    font-size: calc(23 / 900 * 100vw);
  }
  .mainimage .main_copy .fs24 {
    font-size: calc(24 / 900 * 100vw);
  }
  .mainimage .main_copy .fs25 {
    font-size: calc(25 / 900 * 100vw);
  }
  .mainimage .main_copy .fs26 {
    font-size: calc(26 / 900 * 100vw);
  }
  .mainimage .main_copy .fs27 {
    font-size: calc(27 / 900 * 100vw);
  }
  .mainimage .main_copy .fs28 {
    font-size: calc(28 / 900 * 100vw);
  }
  .mainimage .main_copy .fs29 {
    font-size: calc(29 / 900 * 100vw);
  }
  .mainimage .main_copy .fs30 {
    font-size: calc(30 / 900 * 100vw);
  }
  .mainimage .main_copy .fs31 {
    font-size: calc(31 / 900 * 100vw);
  }
  .mainimage .main_copy .fs32 {
    font-size: calc(32 / 900 * 100vw);
  }
  .mainimage .main_copy .fs33 {
    font-size: calc(33 / 900 * 100vw);
  }
  .mainimage .main_copy .fs34 {
    font-size: calc(34 / 900 * 100vw);
  }
  .mainimage .main_copy .fs35 {
    font-size: calc(35 / 900 * 100vw);
  }
  .mainimage .main_copy .fs36 {
    font-size: calc(36 / 900 * 100vw);
  }
  .mainimage .main_copy .fs37 {
    font-size: calc(37 / 900 * 100vw);
  }
  .mainimage .main_copy .fs38 {
    font-size: calc(38 / 900 * 100vw);
  }
  .mainimage .main_copy .fs39 {
    font-size: calc(39 / 900 * 100vw);
  }
  .mainimage .main_copy .fs40 {
    font-size: calc(40 / 900 * 100vw);
  }
  .mainimage .main_copy .fs41 {
    font-size: calc(41 / 900 * 100vw);
  }
  .mainimage .main_copy .fs42 {
    font-size: calc(42 / 900 * 100vw);
  }
  .mainimage .main_copy .fs43 {
    font-size: calc(43 / 900 * 100vw);
  }
  .mainimage .main_copy .fs44 {
    font-size: calc(44 / 900 * 100vw);
  }
  .mainimage .main_copy .fs45 {
    font-size: calc(45 / 900 * 100vw);
  }
  .mainimage .main_copy .fs46 {
    font-size: calc(46 / 900 * 100vw);
  }
  .mainimage .main_copy .fs47 {
    font-size: calc(47 / 900 * 100vw);
  }
  .mainimage .main_copy .fs48 {
    font-size: calc(48 / 900 * 100vw);
  }
  .mainimage .main_copy .fs49 {
    font-size: calc(49 / 900 * 100vw);
  }
  .mainimage .main_copy .fs50 {
    font-size: calc(50 / 900 * 100vw);
  }
  .mainimage .main_copy .copy_box01 {
    margin-bottom: calc(30 / 767 * 100vw);
  }
  .mainimage .main_copy .copy_box02 {
    display: grid;
    gap: 0;
    padding: 0 calc(40 / 767 * 100vw) 0 5px;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: repeat(2, calc(208 / 767 * 100vw));
  }
  .mainimage .main_copy .copy_box02 p {
    max-width: calc(208 / 767 * 100vw);
    max-height: calc(208 / 767 * 100vw);
  }
  .mainimage .main_copy .copy_box02 p.main_icon03, .mainimage .main_copy .copy_box02 p.main_icon04 {
    -webkit-transform: translate(calc(180 / 767 * 100vw), calc(-85 / 767 * 100vw));
            transform: translate(calc(180 / 767 * 100vw), calc(-85 / 767 * 100vw));
  }
  .mainimage .main_copy .copy_box03, .mainimage .main_copy .copy_box04 {
    max-width: calc(100% - calc(100 / 767 * 100vw));
    margin: 0 auto;
  }
  .mainimage .slider_item01 .main_copy {
    bottom: calc(30 / 767 * 100vw);
  }
  .mainimage .slider_item02 .main_copy {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
  }
  .mainimage .slider_item03 .main_copy {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
  }
}
.mainimage .slick-arrow {
  position: absolute;
  z-index: 1;
  width: 3vw;
  height: 3vw;
}
.mainimage .slick-arrow:before {
  content: none;
}
.mainimage .slick-arrow svg {
  fill: #fff;
  vertical-align: bottom;
  width: min( 25px , 4vw );
}
@media only screen and (max-width: 767px) {
  .mainimage .slick-arrow {
    width: 30px;
    height: 30px;
    top: auto;
    bottom: 0;
  }
  .mainimage .slick-arrow.slick-prev {
    left: 10px;
  }
  .mainimage .slick-arrow.slick-next {
    right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .mainimage .slick-arrow.slick-prev {
    left: calc(100 / 1920 * 100vw);
  }
  .mainimage .slick-arrow.slick-next {
    right: calc(100 / 1920 * 100vw);
  }
}
.mainimage .slick-prev-original,
.mainimage .slick-next-original {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mainimage .slick-prev-original {
  left: 10px;
}
.mainimage .slick-next-original {
  right: 10px;
}
.mainimage .slick-dots {
  bottom: 0;
}
.mainimage .slick-dots li button {
  background: #c4c4c4;
  -webkit-box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.7);
          box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.mainimage .slick-dots li button:before {
  content: none;
}
.mainimage .slick-dots li.slick-active button {
  background: #5e8234;
}
@media only screen and (min-width: 768px) {
  .mainimage .slick-dots {
    bottom: clamp(0px, -15.584px + 2.029vw, 25px);
  }
}

@media only screen and (max-width: 767px) {
  .copy_link {
    padding: 0 calc(20 / 767 * 100vw);
    margin-top: calc(40 / 767 * 100vw);
  }
}
.animation1 {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

.animation2 {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 4.5s;
  animation-duration: 4.5s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

.animation3 {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.side_bnr {
  position: fixed;
  right: 0;
  z-index: 10;
}
.side_bnr a:not([class]) img, .side_bnr a.swipebox img {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.side_bnr a:not([class]):hover img, .side_bnr a.swipebox:hover img {
  opacity: 0.8;
}
@media only screen and (min-width: 768px) {
  .side_bnr {
    top: clamp(120px, 88.831px + 4.058vw, 170px);
    width: calc(120 / 1920 * 100vw);
  }
  .side_bnr .side_bnr_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .side_bnr .side_bnr_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: calc(10 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .side_bnr {
    bottom: 0;
    width: 100%;
  }
  .side_bnr .side_bnr_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .side_bnr .side_bnr_block li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media only screen and (min-width: 768px) {
  .side_bnr2 {
    position: fixed;
    left: 0;
    top: clamp(120px, 88.831px + 4.058vw, 170px);
    z-index: 99;
    width: calc(120 / 1920 * 100vw);
  }
}

.totop {
  bottom: 10px;
  display: none;
  position: fixed;
  right: 10px;
  z-index: 10;
}
.totop:hover {
  cursor: pointer;
  opacity: .8;
}
.totop .totop_inner {
  background: #534536;
  width: 80px;
  height: 80px;
  color: #fff;
  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;
}
.totop .totop_inner svg {
  width: 15px;
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .totop {
    width: 50px;
    bottom: 17vw;
  }
  .totop .totop_inner {
    width: 50px;
    height: 50px;
  }
}

/*
 * btnstyleボタン雛形
 */
.btnstyle a {
  display: block;
  position: relative;
  letter-spacing: normal;
  border: 1px solid #534536;
  color: #fff !important;
  background: #534536;
  padding: 0.4em 1em;
  margin-bottom: 1px;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 230px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  border-radius: 0px;
}
.btnstyle a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 3%;
}
.btnstyle a:hover:after {
  right: 2%;
}
.btnstyle a:after {
  right: 0;
  width: 20px;
  height: 1px;
  background: white;
}
.btnstyle a:hover {
  background: #5e8234;
  border: 1px solid #5e8234;
  color: #fff !important;
}
.btnstyle a:hover:after {
  border-color: #fff;
  right: 0;
  width: 25px;
}
.btnstyle.inverse a {
  background: #fff;
  color: #222222 !important;
}
.btnstyle.inverse a:after {
  border-color: #222222;
}
.btnstyle.small a {
  width: 190px;
}
.btnstyle.large a {
  width: 320px;
}
.btnstyle.block a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.btnstyle.text-left a {
  margin-left: 0;
}
.btnstyle.text-right a {
  margin-right: 0;
}
@media (min-width: 768px) {
  .btnstyle.pc-text-left a {
    margin-left: 0;
  }
  .btnstyle.pc-text-right a {
    margin-right: 0;
  }
}

.section {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin-left: calc(50% - (var(--vw) * 50));
  margin-right: calc(50% - (var(--vw) * 50));
  padding-left: calc((var(--vw) * 50) - 50%);
  padding-right: calc((var(--vw) * 50) - 50%);
}

.section_wide {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - (var(--vw) * 50));
  margin-right: calc(50% - (var(--vw) * 50));
  padding-left: 20px;
  padding-right: 20px;
}

.section_overwide {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - (var(--vw) * 50));
  margin-right: calc(50% - (var(--vw) * 50));
  padding-left: 0;
  padding-right: 0;
}

.mce-content-body p, .mce-content-body ul, .mce-content-body ol, .mce-content-body dl, .mce-content-body table {
  margin-top: 0;
  margin-bottom: 2.4rem;
}
.mce-content-body p:last-child, .mce-content-body ul:last-child, .mce-content-body ol:last-child, .mce-content-body dl:last-child, .mce-content-body table:last-child {
  margin-bottom: 0;
}
.mce-content-body .box_bg p:last-child, .mce-content-body .box_bg ul:last-child, .mce-content-body .box_bg ol:last-child, .mce-content-body .box_bg dl:last-child, .mce-content-body .box_bg table:last-child, .mce-content-body .box_border p:last-child, .mce-content-body .box_border ul:last-child, .mce-content-body .box_border ol:last-child, .mce-content-body .box_border dl:last-child, .mce-content-body .box_border table:last-child, .mce-content-body .box_flow p:last-child, .mce-content-body .box_flow ul:last-child, .mce-content-body .box_flow ol:last-child, .mce-content-body .box_flow dl:last-child, .mce-content-body .box_flow table:last-child {
  margin-bottom: 0;
}
.mce-content-body .clearfix img:not(.home *) {
  border-radius: 0;
}
.mce-content-body a {
  color: #534536;
  text-decoration: underline;
}
.mce-content-body a:hover {
  color: #534536;
  text-decoration: none;
}
.mce-content-body a:hover img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .mce-content-body a[href^="tel:"] {
    color: inherit;
    pointer-events: none;
    text-decoration: none;
  }
}
.mce-content-body hr {
  border: none;
  height: 0;
  margin: 0 auto 0;
  display: block;
  border-bottom: 1px solid #ddd;
}
.mce-content-body strong {
  font-weight: bold;
}
.mce-content-body sup {
  font-size: 10.4px;
  vertical-align: super;
}
.mce-content-body sub {
  font-size: 10.4px;
  vertical-align: sub;
}
.mce-content-body blockquote {
  border: 1px solid #ccc;
  margin-top: 24px;
  padding: 28.8px;
  position: relative;
}
.mce-content-body blockquote::before, .mce-content-body blockquote::after {
  display: block;
  position: absolute;
  content: "format_quote";
  width: 32px;
  height: 32px;
  font-family: "Material Icons";
  font-size: 32px;
  white-space: nowrap;
  word-wrap: normal;
  color: #ccc;
}
.mce-content-body blockquote::before {
  top: 16px;
  left: 12px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.mce-content-body blockquote::after {
  right: 12px;
  bottom: 16px;
}
.mce-content-body table {
  width: 100%;
}
.mce-content-body p.error404 {
  margin-bottom: 10rem;
  margin-top: 7.5rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .mce-content-body p.error404 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.main_post_body,
.post_aside {
  margin-top: 28px;
}

.main_post_body {
  margin-bottom: 48px;
}

.wp-embedded-content {
  display: block;
  max-width: 100%;
}

.breadcrumb {
  background: #fff;
  color: #7b7b7b;
  font-size: 14px;
  line-height: 1.4;
  padding-top: 20px;
  padding-bottom: 20px;
}
.breadcrumb .svg-icons {
  fill: #7b7b7b;
  width: 12px;
  height: 12px;
}
.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb a {
  color: #534536;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #222222;
  text-decoration: none;
}
.breadcrumb li:last-child a {
  pointer-events: none;
}
.breadcrumb .current a {
  color: #6f6f6f;
}

.btn-style {
  text-align: center;
}

.sitemap_box {
  margin-top: 28px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .sitemap_box {
    margin-bottom: 56px;
  }
}
.sitemap_box .menu {
  border-top: 1px solid #ddd;
}
.sitemap_box .menu li {
  border-bottom: 1px solid #ddd;
}
.sitemap_box .menu a {
  position: relative;
  display: block;
  padding: 20px 40px 20px 20px;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  color: #222222;
}
@media only screen and (max-width: 767px) {
  .sitemap_box .menu a {
    padding: 16px 32px 16px 16px;
  }
}
.sitemap_box .menu a:hover {
  color: #534536;
  background: #f7f6f2;
}
.sitemap_box .menu a::after {
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #534536;
  border-right: 1px solid #534536;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wpcf7 select, .wpcf7 input, .wpcf7 textarea {
  max-width: 100%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 10px 6px;
  width: 100%;
}
.wpcf7 textarea {
  width: 100%;
}
.wpcf7 select {
  background: url("../img/default/expand_more.svg") no-repeat right center;
  background-size: 20px;
  min-width: 40%;
  padding: 8px 24px 8px 6px;
  width: auto;
}
.wpcf7 input[type="submit"] {
  background: #534536;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #534536;
  border-radius: 5px;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 15px 20px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  width: 240px;
}
.wpcf7 input[type="submit"]:not(:disabled):hover {
  background: #fff;
  color: #534536;
  cursor: pointer;
}
.wpcf7 input[type="submit"]:disabled {
  background: #ccc;
  border: 2px solid #ccc;
}
.wpcf7 input[type="submit"]:disabled:hover {
  pointer-events: none;
}
.wpcf7 .screen-reader-response {
  margin-bottom: 20px;
  padding: 10px;
  background: #FFFBD2;
}
.wpcf7 .screen-reader-response ul {
  display: none;
}
.wpcf7 .ajax-loader {
  position: absolute !important;
}

.wpcf7-spinner {
  position: absolute !important;
}

.wpcf7-not-valid {
  background: #FFFBD2;
}

.wpcf7-not-valid-tip {
  color: #cc0000;
}

.wpcf7-response-output.wpcf7-validation-errors {
  margin-top: 20px;
  padding: 10px;
  background: #FFFBD2;
}

.wpcf7-not-valid-tip {
  font-size: 76%;
  color: #af2223;
}

.wpcf7-list-item {
  margin-left: 0;
  margin-right: 20px;
}
.wpcf7-list-item input {
  width: auto;
}

.box_form {
  margin-top: 32px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .box_form {
    margin-top: 20px;
    margin-bottom: 32px;
  }
}
.box_form dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dotted #ddd;
}
.box_form dt,
.box_form dd {
  padding: 1.5em 5px;
}
.box_form dt p,
.box_form dd p {
  margin-bottom: 0;
}
.box_form dt {
  clear: both;
  float: left;
  font-weight: bold;
  margin-bottom: 8px;
}
.box_form dd {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 0;
  padding-left: 14em;
}
.box_form dd > span + span {
  margin-left: 15px;
}
@media only screen and (min-width: 768px) {
  .box_form .input_wrap:not(:first-child) {
    margin-left: 20px;
  }
}
.box_form .mf {
  font-size: 80%;
  color: #EA0000;
  padding-left: 3px;
}
.box_form .ex,
.box_form .subtxt {
  font-size: 88%;
  color: #999;
  line-height: 1.4em;
  display: inline-block;
}
.box_form .requisite,
.box_form .attention {
  font-size: 78%;
  color: #f45000;
}
.box_form .attention {
  color: #cc0000;
  font-size: 12px;
}
.box_form .acceptance .attention {
  font-size: inherit;
}
.box_form .subtxt {
  color: #888;
  font-size: 12px;
  display: block;
}
.box_form .btnstyle {
  text-align: center;
  margin-top: 28px;
}
@media only screen and (max-width: 767px) {
  .box_form .btnstyle {
    margin-top: 20px;
  }
}
.box_form .wpcf7-list-item {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.box_form .acceptance_wrap {
  background: #f1f1f1;
  padding: 1em 0.5em;
}
.box_form .acceptance_wrap > * {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .box_form dt {
    float: none;
    padding-bottom: 0;
  }
  .box_form dd {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  .box_form dd input, .box_form dd textarea {
    width: 100%;
    max-width: 750px;
  }
}

@media only screen and (max-width: 767px) {
  .post_aside {
    padding-top: 16px;
  }
}

.entry_archive_wrap.blogsingleon .btnstyle {
  margin-top: 15px;
}
.entry_archive_wrap.blogsingleon .btnstyle a {
  min-width: 200px;
  padding: 0.8rem 1.5rem;
  font-size: 1.4rem;
}

.entry_title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .entry_title {
    font-size: 24px;
  }
}
.blogsingleon .entry_archive .entry_title {
  font-size: 24px;
}
.entry_title a {
  color: #222222;
  text-decoration: none;
}
.entry_title a:hover {
  color: #534536;
}

.entry_ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 6px;
  -webkit-column-gap: 18px;
          column-gap: 18px;
  color: #666;
  font-size: 14px;
  letter-spacing: 0.01em;
  margin-bottom: 36px;
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .entry_ex {
    margin-bottom: 24px;
    margin-top: 12px;
  }
}
.blogsingleon .entry_archive .entry_ex {
  margin-bottom: 24px;
  margin-top: 12px;
}
.entry_ex a {
  color: #534536;
  text-decoration: none;
}
.entry_ex a:hover {
  color: #222222;
}
.entry_ex .svg-icons {
  fill: #666;
  width: 18px;
  height: 18px;
  margin-left: -22px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.entry_date,
.entry_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 22px;
}

.entry.mce-content-body {
  max-width: 100%;
}

.pagenav_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  border-top: 1px solid #ddd;
  font-size: 14.08px;
  line-height: 1.5;
  margin-top: 64px !important;
  padding-top: 48px;
}
@media only screen and (max-width: 767px) {
  .pagenav_single {
    margin-top: 32px !important;
    padding-top: 28px;
  }
}
.pagenav_single li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}
.pagenav_single a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}
.pagenav_single a:hover {
  opacity: .7;
}
.pagenav_single a .svg-icons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin-bottom: auto;
  margin-top: 0.25em;
}

.pagenav_single_previous a {
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.entry_archive {
  border-bottom: 1px solid #ddd;
  margin-bottom: 48px;
  padding-bottom: 48px;
}
.entry_archive .archive {
  border-bottom: 1px solid #ddd;
  padding-bottom: 80px;
}

.pagenav_archive {
  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;
  font-size: 14.08px;
  line-height: 20px;
  margin-top: 48px;
}
.pagenav_archive .page-numbers {
  border: 1px solid #aaa;
  color: #aaa;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  width: 30px;
}
.pagenav_archive .page-numbers.current {
  background: #eee;
  border-color: #eee;
}
.pagenav_archive .page-numbers:hover {
  background: #534536;
  border: 1px solid #534536;
  color: #fff;
  cursor: pointer;
}

.post_aside .aside_title {
  border-bottom: 2px solid #222222;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 12px;
}
.post_aside .category_list {
  margin-top: 16px;
}
.post_aside .category_list li {
  border-bottom: 1px solid #ddd;
}
.post_aside .category_list li ul li {
  border-top: 1px solid #ddd;
  border-bottom: none;
}
.post_aside .category_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #222222;
  line-height: 1.5;
  padding: 12px 8px;
  text-decoration: none;
}
.post_aside .category_list a:hover {
  color: #534536;
}
.post_aside .category_list a .material-icons {
  font-size: 16px;
}
.post_aside .latestpost_list {
  margin-top: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}
.post_aside .latestpost_list a {
  color: #222222;
  display: table;
  line-height: 1.5;
  padding: 4px 8px 4px 24px;
  position: relative;
  text-decoration: none;
}
.post_aside .latestpost_list a::before {
  content: "・";
  left: 8px;
  padding-top: 4px;
  position: absolute;
  top: 0;
}
.post_aside .latestpost_list a:hover {
  color: #534536;
}
.post_aside .latestpost_list a:hover::before {
  color: #534536;
}

.blog_thumbnail_list_item a .title, .blog_thumbnail_list_item a .date, .blog_thumbnail_list_item a .post_term {
  color: inherit;
  text-decoration: none;
}
.blog_thumbnail_list_item .title {
  display: block;
}
.blog_thumbnail_list_item .btnstyle a {
  min-width: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .blog_thumbnail_list_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 23.5%;
        flex: 1 1 23.5%;
    margin-right: 2%;
    position: relative;
    padding-bottom: 5rem;
  }
  .blog_thumbnail_list_item:nth-child(4n) {
    margin-right: 0;
  }
  .blog_thumbnail_list_item .btnstyle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.slide_main {
  position: relative;
}
.slide_main .item {
  position: absolute;
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: -1;
}
.slide_main .item.active {
  opacity: 1;
  z-index: 1;
  position: inherit;
}
.slide_main .item:first-child .arrow-prev, .slide_main .item:last-child .arrow-next {
  display: none;
}
.slide_main .item .caption {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  color: #fff;
  font-size: 20px;
  left: 0;
  line-height: 1.6;
  padding: 13px 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slide_main .item img {
  margin: 0;
}
.slide_main .arrow-prev,
.slide_main .arrow-next {
  height: 60px;
  width: 40px;
  position: absolute;
  top: 50%;
  display: block;
  z-index: 2;
  margin-top: -30px;
}
.slide_main .arrow-prev:hover,
.slide_main .arrow-next:hover {
  cursor: pointer;
}
.slide_main .arrow-prev::before,
.slide_main .arrow-next::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url("../img/default/icon_slidearrow_01.svg");
}
.slide_main .arrow-prev {
  left: 10px;
}
@media only screen and (max-width: 767px) {
  .slide_main .arrow-prev {
    left: 0px;
  }
}
.slide_main .arrow-next {
  right: 10px;
}
@media only screen and (max-width: 767px) {
  .slide_main .arrow-next {
    right: 0px;
  }
}
.slide_main .arrow-next::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#tinymce .slide_main .item:first-child {
  opacity: 1;
  z-index: 1;
  position: inherit;
}

.slide_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-bottom: 30px;
}
.slide_thumb .item {
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}
.slide_thumb .item:hover {
  cursor: pointer;
  opacity: .8;
}
.slide_thumb .item.thumbnail-current:hover {
  opacity: 1;
}
.slide_thumb .item.thumbnail-current::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #534536;
}
.slide_thumb .item img {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .slide_wrap_horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }
  .slide_wrap_horizontal .slide_main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  .slide_wrap_horizontal .slide_thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-bottom: 4%;
    margin-right: 4%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .slide_wrap_horizontal .slide_main {
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    width: 15.8%;
    width: calc(95% / 6);
    max-width: calc(95% / 6);
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(6n) {
    margin-right: 0;
  }
}

.slide_wrap_vertical .slide_main {
  margin-bottom: 1%;
}
.slide_wrap_vertical .slide_thumb .item {
  width: 15.8%;
  width: calc(95% / 6);
  max-width: calc(95% / 6);
  margin-right: 1%;
  margin-bottom: 1%;
}
.slide_wrap_vertical .slide_thumb .item:nth-child(6n) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .slide_wrap_vertical {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.point_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
}
.columns .point_box:first-child {
  margin-top: 60px;
}
.point_box p {
  margin-bottom: 30px;
}
.point_box p.image {
  margin-top: auto;
  margin-bottom: 0;
}

h4.point_title {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
h4.point_title .subtext {
  font-size: 2rem;
}

.notice_box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notice_box .notice_title {
  background: #fff;
  border-radius: 6px;
  padding: 25px 0;
  text-align: center;
  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;
}
@media only screen and (min-width: 768px) {
  .notice_box .notice_title {
    margin-right: 30px;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
@media only screen and (max-width: 767px) {
  .notice_box .notice_title {
    margin-bottom: 20px;
  }
}
.notice_box .notice_title h4 {
  color: #534536;
  display: block;
  position: relative;
  text-align: center;
}
.notice_box .notice_title h4::before {
  position: absolute;
  content: "";
  background: #534536;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
}
@media only screen and (min-width: 768px) {
  .notice_box .notice_title h4 {
    margin-bottom: 0;
  }
}
.notice_box .notice_text ul, .notice_box .notice_text p {
  width: 100%;
}
.notice_box .notice_text ul:first-child, .notice_box .notice_text p:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .notice_box .notice_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.icon_tags {
  padding-top: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
.icon_tags a {
  background: #f1f1f1;
  border-radius: 3px;
  color: #534536;
  display: block;
  font-size: 92%;
  line-height: 1.25;
  padding: 0.5em 0.75em;
  text-decoration: none;
}
.icon_tags a:hover {
  background: #534536;
  color: #fff;
}
