@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* Scss Document */
/* Scss Document */
:root {
  --headheight:80px;
  --bp_sp:520px;
  --bp_tab:bp2;
  --sidewidth:0px;
  --cont_margin:20px;
  --basefont:calc( ( 100vw - var(--cont_margin) * 2 ) / 27 );
  --fontsize_n:1rem;
  --fontsize_l:1.14rem;
  --fontsize_ll:1.9rem;
  --fontsize_xl:2.6rem;
  --fontsize_s:0.86rem;
  --fontsize_ss:0.66rem;
}

@media (min-width: 521px) {
  :root {
    --cont_margin:40px;
    --basefont:calc( ( 100vw - var(--cont_margin) * 2 ) / 48 );
  }
}

@media (min-width: 640px) {
  :root {
    --basefont:calc( ( 100vw - var(--cont_margin) * 2 ) / 54 );
  }
}

@media (min-width: 768px) {
  :root {
    --headheight:100px;
    --sidewidth:0px;
    --cont_margin:40px;
    --basefont:calc( ( 100vw - var(--cont_margin) * 2 ) / 60 );
  }
}

@media (min-width: 960px) {
  :root {
    --sidewidth:0px;
    --basefont:16px;
    --cont_margin:80px;
  }
}

body, html {
  width: 100%;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: none !important;
  transition: none !important;
  font-size: var(--basefont);
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  font-weight: 400;
}

html {
  height: -webkit-fill-available;
}

body {
  background-repeat: 100% auto;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  color: #333333;
  word-wrap: break-word;
  min-height: -webkit-fill-available;
  position: relative;
  font-weight: 600;
}

div, p, img, iframe {
  padding: 0;
  margin: 0;
  border: 0;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  padding: 0;
  margin: 0;
  line-height: 1.5;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 600;
}

h1, .h1 {
  font-size: 3rem;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 3rem;
  }
}

h2, .h2 {
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  h2, .h2 {
    font-size: 2.4rem;
  }
}

h3, .h3 {
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}

h4, .h4 {
  font-size: 1.2rem;
}

h5, .h5 {
  font-size: 1.1rem;
}

a {
  text-decoration: underline;
  color: #8f1d22;
}

a.blank::after {
  font-family: 'Font Awesome 6 Free';
  content: "\f08e";
  margin-left: 10px;
  font-size: 0.66rem;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

a.link_words {
  text-decoration: none;
  color: #333333;
  border-bottom: 1px dotted #ddd;
}

a.link_words::after {
  font-family: 'Font Awesome 6 Free';
  content: "\f059";
  margin-left: 5px;
  margin-right: 5px;
  font-size: 0.66rem;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  position: relative;
  top: -2px;
  color: #ddd;
}

a:hover,
a:focus {
  text-decoration: none;
}

.pc_only {
  display: none;
}

@media (min-width: 960px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
}

.eng {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.bold {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}

.normal {
  font-weight: 400;
}

img {
  line-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  max-width: 100%;
}

.fit_image {
  position: relative;
}

.fit_image img {
  width: 100%;
  height: auto;
}

.photo .bg {
  height: 0;
  padding-top: 56%;
  background-color: #ddd;
  background-image: url(../images/common/thumb.jpg);
}

.videoWrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

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

figure {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  line-height: 0;
}

figure img {
  max-width: 100%;
  height: auto !important;
}

figure figcaption {
  font-size: 0.86rem;
  line-height: 1.5;
}

picture {
  width: 100%;
  max-width: 100%;
}

picture source,
picture img {
  width: 100%;
}

span {
  display: inline-block;
}

.with_comma:not(:last-child)::after {
  content: "、";
}

sub {
  vertical-align: baseline;
}

.pan ul, .pan li, .pagenavi ul, .pagenavi li, .catselect ul, .catselect li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article_move_btns {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article_move_btns li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sns {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sns li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.pan {
  display: none;
}

.pan.box_wrap {
  max-width: 1300px !important;
}

@media (min-width: 960px) {
  .pan {
    display: block;
    position: relative;
  }
}

.pan ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  --gap:25px;
  grid-gap: var(--gap);
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pan ul li {
  position: relative;
  max-width: 300px;
  line-height: .8;
}

.pan ul li:not(:last-child):before {
  content: '';
  background: #333333;
  width: 1px;
  height: .5em;
  bottom: 0;
  position: absolute;
  right: calc( -1 * var(--gap) / 2);
}

.pan span, .pan a {
  color: #333333;
  text-decoration: none;
  font-size: 10px;
  line-height: 1.2;
}

.link_recruit .a .hover {
  opacity: 0;
}

.link_recruit .a .default {
  opacity: 1;
}

.link_recruit .a:hover .hover {
  opacity: 1;
}

.link_recruit .a:hover .default {
  opacity: 0;
}

.flex {
  --gap:space2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px var(--gap);
}

.flex .flex_inner_sub .boxes {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.flex .flex_inner_sub .boxes .box:not(.bg_grey) {
  padding: 0;
}

.flex .flex_inner_sub .boxes .box.bg_grey {
  padding: 20px !important;
}

.flex .flex_inner_sub .boxes .box.bg_grey .head .icon {
  width: 24px;
  height: 24px;
}

.flex .flex_inner_sub .boxes .box.bg_grey .body .line a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  grid-gap: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
}

.flex .flex_inner_sub .boxes .box.bg_grey .body .line .icon {
  width: 12px;
  height: 12px;
}

.flex .flex_inner_sub .boxes .box:not(:first-child) .share_wrap {
  padding-top: 40px;
}

.flex .flex_inner_sub .to_link {
  width: 100%;
}

.flex .flex_inner_sub .to_link .a {
  width: 100%;
}

.flex.ac {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex.flex_archives .flex_inner_sub .btns_archives,
.flex.flex_archives .flex_inner_sub .steps {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.flex.flex_archives .flex_inner_sub .btns_archives .btn,
.flex.flex_archives .flex_inner_sub .steps .btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 60px;
}

.flex.flex_archives .flex_inner_sub .btns_archives .btn .a,
.flex.flex_archives .flex_inner_sub .steps .btn .a {
  text-decoration: none;
  border: 1px solid #ddd;
  color: #333333;
}

.flex.flex_archives .flex_inner_sub .btns_archives .btn .icon,
.flex.flex_archives .flex_inner_sub .steps .btn .icon {
  width: 24px;
  height: 24px;
}

.flex.flex_archives .flex_inner_sub .btns_archives .btn.here .a,
.flex.flex_archives .flex_inner_sub .steps .btn.here .a {
  border-color: #8f1d22;
  color: #8f1d22;
}

.flex.flex_archives .flex_inner_sub .btns_archives .btn.here .a .icon svg *,
.flex.flex_archives .flex_inner_sub .steps .btn.here .a .icon svg * {
  fill: #8f1d22 !important;
}

.flex.flex_archives .flex_inner_sub .btns_archives .btn .a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex.flex_archives .flex_inner_sub .steps {
  grid-gap: 40px;
}

.flex.flex_archives .flex_inner_sub .steps .btn {
  position: relative;
  pointer-events: none;
}

.flex.flex_archives .flex_inner_sub .steps .btn:not(:last-child)::after {
  width: 14px;
  height: 14px;
  border: 1px solid transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right-color: #ddd;
  border-top-color: #ddd;
  position: absolute;
  right: -24px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
}

@media (min-width: 521px) {
  .flex.flex_archives, .flex.flex_article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex .flex_inner_sub .box.box_contact {
    margin-bottom: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px !important;
    border: 1px solid #707070;
    /*.head{
                        margin-bottom:0;
                    }*/
  }
  .flex .flex_inner_sub .box.box_contact .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .flex.flex_archives, .flex.flex_article {
    --sidewidth:240px;
    --gap:40px;
  }
  .flex.flex_archives .flex_inner_sub, .flex.flex_article .flex_inner_sub {
    width: var(--sidewidth);
    min-width: var(--sidewidth);
    max-width: var(--sidewidth);
  }
  .flex.flex_archives .flex_inner_main, .flex.flex_article .flex_inner_main {
    width: calc( 100% - var(--sidewidth) - var(--gap));
  }
  .flex.flex_archives .flex_inner_sub .btns_archives,
  .flex.flex_archives .flex_inner_sub .steps {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex.flex_archives .flex_inner_sub .btns_archives .btn,
  .flex.flex_archives .flex_inner_sub .steps .btn {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
  .flex.flex_archives .flex_inner_sub .btns_archives .btn {
    height: 90px;
  }
  .flex.flex_archives .flex_inner_sub .steps .btn:not(:last-child)::after {
    left: 0;
    right: 0;
    top: auto;
    bottom: -24px;
    border-top-color: transparent;
    border-bottom-color: #ddd;
  }
}

@media (min-width: 960px) {
  .flex.flex_archives, .flex.flex_article {
    --sidewidth:260px;
    --gap:80px;
  }
}

.flex + .to_link {
  margin-top: 80px;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}

.a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.a > * {
  pointer-events: none;
}

.a:not(.disabled) {
  cursor: pointer;
}

.a:not(.disabled) > * {
  cursor: pointer;
}

.nw {
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  font-weight: 400;
}

.b {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 600;
}

.w40 {
  width: 40px !important;
}

.w60 {
  width: 60px !important;
}

.w80 {
  width: 80px !important;
}

.w100 {
  width: 100px !important;
}

.w120 {
  width: 120px !important;
}

.w140 {
  width: 140px !important;
}

.w160 {
  width: 160px !important;
}

.w180 {
  width: 180px !important;
}

.over100 {
  width: 100vw !important;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

@media (min-width: 768px) {
  .over100 {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}

@media (min-width: 960px) {
  .over100 {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.ml10 {
  margin-left: 1rem !important;
}

.mr10 {
  margin-right: 1rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.mt50 {
  margin-top: 5rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

.mt60 {
  margin-top: 6rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}

.mt80 {
  margin-top: 8rem !important;
}

.mb80 {
  margin-bottom: 8rem !important;
}

.caption {
  font-size: 0.9rem;
  line-height: 1.5;
}

.caption_wrap {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.caption_wrap .caption:not(:last-child) {
  margin-bottom: 5px;
}

.text {
  font-size: 1.1rem;
  line-height: 2;
}

.text.red {
  color: #8f1d22;
}

.text.lh_wide {
  line-height: 3;
}

.text.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  grid-gap: 20px;
}

@media (min-width: 960px) {
  .text {
    font-size: 1rem;
  }
}

.mini {
  font-size: 0.8rem;
  position: relative;
  top: -1px;
}

.red {
  color: #8f1d22;
}

.blue {
  color: #8f1d22;
}

.underline {
  text-decoration: underline;
}

.anchor {
  padding-top: 90px;
  margin-top: -90px;
  pointer-events: none;
}

@media (min-width: 960px) {
  .anchor {
    padding-top: 110px;
    margin-top: -110px;
  }
}

.box_wrap,
.box_wrap_slendar,
.box_wrap_minimum,
.container {
  position: relative;
  margin: 0 auto;
  width: calc( 100% - var(--cont_margin) * 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1400px;
}

.box_wrap_minimum {
  max-width: 568px;
}

.box_wrap_slendar {
  max-width: 840px;
}

.container {
  max-width: none;
}

.bg_grey {
  background: #f7f7f7;
}

.with_bg_grey::before {
  width: 100%;
  height: 240px;
  background: #f7f7f7;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.tc {
  text-align: center !important;
}

.tr {
  text-align: left !important;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 768px) {
  .tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 1rem;
  }
}

.tl {
  text-align: left !important;
}

@media (max-width: 520px) {
  .tl_for_sp {
    text-align: left !important;
  }
}

@media (min-width: 521px) {
  .for_sp {
    display: none !important;
  }
}

@media (max-width: 520px) {
  .not_for_sp {
    display: none !important;
  }
}

@media (min-width: 521px) {
  .for_device {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .not_for_device {
    display: none !important;
  }
}

@media (min-width: 521px) {
  .for_pc {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .not_for_pc {
    display: none !important;
  }
}

.radius {
  border-radius: 4px;
}

.icon {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.fixed_center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.movie {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: calc( 100% * ( 9 / 16 ));
}

.movie > .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.movie > .inner video {
  width: 100%;
  height: auto;
}

.movie > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

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

.vertical_adjust_wrap .vertical_adjust_margin {
  margin-bottom: auto;
}

.gmap {
  position: relative;
  padding-top: 80%;
  background: #ddd;
}

.eng {
  font-family: "Roboto", sans-serif;
}

.mincho {
  font-family: "Times", "Noto Serif JP", serif;
}

.scroll {
  /*mix-blend-mode: exclusion;*/
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 240px;
}

.scroll .txt {
  font-size: 0.66rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.scroll .bar {
  width: 1px;
  height: 160px;
  background: rgba(51, 51, 51, 0.33);
  /*background:rgba(255,255,255,0.33);*/
  position: relative;
  overflow: hidden;
}

.scroll .bar::after {
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #333333;
  -webkit-animation-name: expansion;
          animation-name: expansion;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.scroll.scrolldown {
  top: auto;
  bottom: -120px;
}

.scroll.scrolldown .txt::before {
  content: "Scroll Down";
}

.scroll.scrolldown .bar {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.scroll.scrollup {
  position: relative;
}

.scroll.scrollup .txt::before {
  content: "Scroll Up";
}

@media (max-width: 520px) {
  .scroll.scrollup {
    height: 180px;
  }
  .scroll.scrollup .bar {
    height: 100px;
  }
}

@-webkit-keyframes expansion {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes expansion {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes expansion2 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes expansion2 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.to_pagetop {
  bottom: auto;
  left: auto;
  right: 10px;
  width: 40px;
}

@media (min-width: 768px) {
  .to_pagetop {
    width: 80px;
  }
}

.to_pagetop .bar {
  height: 80px;
}

.to_scroll {
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
  width: 40px;
}

.to_scroll .bar {
  height: 80px;
}

.secTab {
  line-height: 1.2;
  text-align: center;
  margin-bottom: 3rem;
  color: #777777;
}

.secTab .ja {
  font-size: 2rem;
}

.secTab .en {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .secTab {
    text-align: left;
  }
}

.newsTable .row:not(:last-child) {
  margin-bottom: 1rem;
}

.newsTable .row .a {
  display: block;
  text-decoration: none;
  color: #333333;
}

@media (min-width: 768px) {
  .newsTable .row .a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-gap: 1em;
  }
}

.animate:not(.active),
.effect:not(.active) {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  filter: Alpha(opacity=0);
}

.animate.active,
.effect.active {
  -webkit-transition: 0.66s opacity, 0.66s -webkit-transform;
  transition: 0.66s opacity, 0.66s -webkit-transform;
  transition: 0.66s transform, 0.66s opacity;
  transition: 0.66s transform, 0.66s opacity, 0.66s -webkit-transform;
}

.animate.block:not(.active),
.effect.block:not(.active) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  filter: Alpha(opacity=100);
}

.animate.block:not(.active) > *,
.effect.block:not(.active) > * {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  filter: Alpha(opacity=0);
}

.animate.block.active > *,
.effect.block.active > * {
  -webkit-transition: 0.66s opacity, 0.66s -webkit-transform;
  transition: 0.66s opacity, 0.66s -webkit-transform;
  transition: 0.66s transform, 0.66s opacity;
  transition: 0.66s transform, 0.66s opacity, 0.66s -webkit-transform;
}

.to_link {
  margin: 0 auto;
  text-align: center;
}

.to_link .a {
  width: 100px;
  margin: 0 auto;
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid #333333;
  display: inline;
}

.to_link .a[key=detail] .icon {
  background-image: url("../images/home/btn_detail_sp.png");
}

.to_link .a[key=more] .icon {
  background-image: url("../images/home/btn_more_sp.png");
}

.to_link .a[key=all] .icon {
  background-image: url("../images/home/btn_all_sp.png");
}

.to_link .a[key=viewmore] .icon {
  background-image: url("../images/archives/link_view_more.png");
}

.to_link .a[key=more_v2] .icon {
  background-image: url("../images/home/btn_more_v2_sp.png");
}

.to_link .a[key=all_v2] .icon {
  background-image: url("../images/home/btn_all_v2_sp.png");
}

@media (min-width: 960px) {
  .to_link .a {
    width: 125px;
    height: 110px;
  }
  .to_link .a[key=detail] .icon {
    background-image: url("../images/home/btn_detail_pc.png");
  }
  .to_link .a[key=more] .icon {
    background-image: url("../images/home/btn_more_pc.png");
  }
  .to_link .a[key=all] .icon {
    background-image: url("../images/home/btn_all_pc.png");
  }
  .to_link .a[key=more_v2] .icon {
    background-image: url("../images/home/btn_more_v2_pc.png");
  }
  .to_link .a[key=all_v2] .icon {
    background-image: url("../images/home/btn_all_v2_pc.png");
  }
}

.to_load_more .a .txt::before {
  content: "もっと読み込む";
}

.to_load_more .a::after {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-width: 1px;
  border-bottom-color: #FFF;
  border-right-color: #FFF;
  position: relative;
  top: -2px;
  display: none !important;
}

.to_text_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-gap: 20px;
}

.to_text_link.tl {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.to_text_link.tc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.to_text_link .a {
  width: auto;
  color: #DC7641;
}

.to_text_link.to_return .a {
  overflow: visible;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px;
  line-height: 15.96px;
  text-decoration: none;
}

.to_text_link.to_return .a::before {
  width: 14px;
  height: 14px;
  border: 1px solid transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 12px;
  height: 12px;
  content: "";
  border-left-color: #DC7641;
  border-bottom-color: #DC7641;
  -webkit-transition: 0.33s left;
  transition: 0.33s left;
}

.banners {
  width: 100%;
}

.banners.zero {
  grid-gap: 0;
}

.banners .banner .a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  height: 160px;
  text-decoration: none;
  background: #707070;
  color: #FFF;
}

@media (min-width: 768px) {
  .banners .banner .a {
    height: 220px;
  }
}

.banners .banner .a .img,
.banners .banner .a .photo {
  margin-bottom: 0;
}

.banners .banner .a.blank::after {
  color: #ddd;
  font-size: 0.66rem;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.banners .banner .a .inner {
  width: calc( 100% - 20px * 2);
  height: calc( 100% - 20px * 2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.banners.banners_signup {
  --gap:20px;
}

@media (min-width: 768px) {
  .banners.banners_signup {
    --gap:40px;
  }
}

.banners.banners_signup .banner .a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #333333;
  color: #333333;
  background: #FFF;
  overflow: hidden;
}

.banners.banners_signup .banner .a::before {
  width: 14px;
  height: 14px;
  border: 1px solid transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 120px;
  content: "";
  background: #333333;
  position: absolute;
  right: -60px;
  bottom: -60px;
}

.banners.banners_signup .banner .a::after {
  width: 14px;
  height: 14px;
  border: 1px solid transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top-color: #FFF;
  border-right-color: #FFF;
  position: absolute;
  bottom: 20px;
  right: 20px;
  content: "";
}

.btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: 0.025rem;
}

.btns.tc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btns.sns {
  grid-gap: 10px;
}

.btns.sns .btn {
  width: 40px;
  height: 40px;
  margin: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.btns.sns .btn .icon {
  width: 30px;
  height: 30px;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
}

.btns.sns .btn .a {
  text-decoration: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.btns.sns .btn .a .txt {
  font-size: 0.86rem;
}

.btns.btns_cont_move .a {
  background: #000;
  color: #FFF;
  text-decoration: none;
  position: relative;
}

.btns.btns_cont_move .a .bg {
  opacity: 0.8;
  filter: Alpha(opacity=80);
  padding-top: 60%;
  height: 0;
  -webkit-transition: 0.33s opacity;
  transition: 0.33s opacity;
}

.btns.btns_cont_move .a .inner {
  height: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.btns.btns_cont_move .a .icon {
  width: 12px;
  height: 12px;
  right: 10px;
  top: 10px;
  bottom: auto;
  left: auto;
}

.btns.btns_cont_move .a .icon svg * {
  fill: #FFF !important;
}

.btns.pagenations {
  width: auto;
  height: 40px;
  grid-gap: 0;
}

.btns.pagenations > .btn {
  height: 100%;
  width: 32px;
}

.btns.pagenations > .btn .a {
  background: #f7f7f7;
}

.btns.pagenations > .btn.here .a {
  background: #FFF;
}

.pagenations_wrap {
  margin: 80px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  --h:40px;
  --radius:calc( var(--h) / 2 );
}

.pagenations_wrap::after {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: var(--radius);
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.pagenations_wrap > .btn {
  height: var(--h);
  grid-gap: 0;
}

.pagenations_wrap > .btn .arrow {
  width: 14px;
  height: 14px;
  border: 1px solid transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-width: 1px;
}

.pagenations_wrap > .btn .a {
  width: 32px;
  background: #f7f7f7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pagenations_wrap > .btn:not(.front):not(.end) {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.pagenations_wrap > .btn.front .arrow, .pagenations_wrap > .btn.end .arrow {
  border-width: 3px;
  border-style: double;
}

.pagenations_wrap > .btn.prev .arrow, .pagenations_wrap > .btn.front .arrow {
  border-left-color: #707070;
  border-bottom-color: #707070;
}

.pagenations_wrap > .btn.next .arrow, .pagenations_wrap > .btn.end .arrow {
  border-right-color: #707070;
  border-top-color: #707070;
}

.pagenations_wrap > .btn.front .a {
  border-radius: var(--radius) 0 0 var(--radius);
  padding-left: 10px;
  width: calc( 32px + 10px);
}

.pagenations_wrap > .btn.end .a {
  border-radius: 0 var(--radius) var(--radius) 0;
  padding-right: 10px;
  width: calc( 32px + 10px);
}

@media (max-width: 520px) {
  .pagenations_wrap {
    --h:58px;
  }
  .pagenations_wrap select {
    border: 0;
  }
}

.share {
  margin: 30px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.share .sns .btn {
  width: 60px;
  height: 60px;
}

.textures {
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.textures .texture {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

.textures .texture:not(.active) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.categories,
.tags {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  grid-gap: 10px;
}

.categories .btn,
.tags .btn {
  margin: 0;
}

.categories .btn .a,
.tags .btn .a {
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.categories .btn .a .txt,
.tags .btn .a .txt {
  font-size: var(--fontsize_s);
}

@media (min-width: 768px) {
  .categories .btn .a .txt,
  .tags .btn .a .txt {
    font-size: var(--fontsize_s);
  }
}

.categories .btn .a {
  min-width: 120px;
  border: 1px solid #ddd;
  background: #f7f7f7;
  color: #333333;
  padding: 0 10px;
  height: 24px;
  border-radius: 12px;
}

.tags .btn .a {
  border-radius: 4px;
  border: 1px solid #232323;
  background: #FCFBF8;
  padding: 2px 6px;
  -webkit-transition: .33s;
  transition: .33s;
}

.tabs {
  width: 100%;
  height: 60px;
  grid-gap: 10px;
  position: relative;
}

.tabs::before {
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #ddd;
  content: "";
  bottom: -1px;
  left: 0;
  z-index: 0;
}

.tabs .btn {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  height: 100%;
}

.tabs .btn .a {
  background: #FFF;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: var(--fontsize_ll);
}

.tabs .btn:not(.active) .a {
  background: #f7f7f7;
  color: #ddd;
}

.tabs .btn.active {
  border-bottom-color: #FFF;
}

.tabs_wrap .tab_body > .inner:not(.active) {
  display: none;
}

.list_wrap .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #ddd;
}

.list_wrap .list > .a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #333333;
}

.list_wrap .list > .a > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px;
  position: relative;
  z-index: 2;
}

@media (max-width: 520px) {
  .list_wrap .list > .a > * {
    padding: 10px 10px;
  }
}

.list_wrap .list > .a > *:not(:last-child) {
  padding-right: 0;
}

@media (max-width: 520px) {
  .list_wrap .list > .a > *:not(:last-child) {
    padding-right: 0;
  }
}

.list_wrap .list .label .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.list_wrap .list .cont {
  width: 100%;
}

.list_wrap .list .cont .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.list_wrap.list_news_wrap {
  --gap: 40px;
  grid-gap: 20px 40px;
}

.list_wrap.list_news_wrap .list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ddd !important;
  padding: 0rem 0 1.2rem;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list_wrap.list_news_wrap .list:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid transparent;
  -webkit-transform: rotate(45deg) translateY(3px);
          transform: rotate(45deg) translateY(3px);
  -webkit-transition: .33s;
  transition: .33s;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right-color: #111111;
  border-top-color: #111111;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.list_wrap.list_news_wrap .list:hover:after {
  right: -5px;
}

.list_wrap.list_news_wrap .list > a {
  display: block;
  width: calc(100% - 20px);
}

.list_wrap.list_news_wrap .list > a > * {
  padding: 0;
}

.list_wrap.list_news_wrap .list > a .data {
  margin-bottom: 8px !important;
}

.list_wrap.list_news_wrap .list > .data {
  color: #666;
  font-size: var(--fontsize_s);
}

.list_wrap.list_news_wrap .list > .label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20px;
}

.list_wrap.list_news_wrap .list > .label .status_wrap {
  width: 48px;
}

.list_wrap.list_news_wrap .list a {
  text-decoration: none;
  color: #333333;
}

@media (max-width: 520px) {
  .list_wrap.list_news_wrap .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-gap: 10px;
  }
}

@media (min-width: 521px) {
  .list_wrap.list_news_wrap .list {
    --w:150px;
  }
  .list_wrap.list_news_wrap .list > .label {
    width: var(--w);
    min-width: var(--w);
    max-width: var(--w);
  }
  .list_wrap.list_news_wrap .list > .cont {
    width: 100%;
  }
}

.list_wrap.list_info_wrap .list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 10px;
}

.list_wrap.list_info_wrap .list a {
  color: #333333;
}

.list_wrap.list_info_wrap .list > .label {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 600;
}

.list_wrap.list_info_wrap .list > .cont {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 10px;
}

.list_wrap.list_info_wrap .list > .cont .caption {
  font-size: var(--fontsize_s);
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  font-weight: 400;
}

.list_wrap.list_info_wrap .list > .cont .icon {
  width: 12px;
  height: 12px;
}

@media (min-width: 768px) {
  .list_wrap.list_info_wrap .list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-gap: 20px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .list_wrap.list_info_wrap .list > .label {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
  }
  .list_wrap.list_info_wrap .list > .cont {
    width: 100%;
  }
}

.list_wrap + .to_link {
  margin-top: 80px;
}

ol {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

ol li {
  padding-top: 10px;
  padding-bottom: 10px;
  list-style: decimal;
}

ol:first-child li:first-child {
  padding-top: 0;
}

.dotted {
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.dotted::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.sub_block:not(:last-child) {
  margin-bottom: 40px;
}

.sub_block > h4 {
  margin-bottom: 10px;
}

.sub_block .head {
  margin-bottom: 10px;
}

.boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 40px 20px;
}

.boxes.zero {
  grid-gap: 0;
}

.boxes.zero .box {
  padding: 0;
}

.box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}

.box > .title {
  font-size: 1rem;
  margin-bottom: 10px;
}

.box.box_attention .title {
  font-size: 0.86rem;
}

.box.box_attention .text {
  font-size: 0.66rem;
}

.box.box_with_num {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 80px;
  position: relative;
}

.box.box_with_num > .num {
  width: 80px;
  font-size: 5rem;
  color: #ddd;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
}

.box.box_contact .head {
  margin-bottom: 10px;
}

.box.box_contact .tel {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 600;
  letter-spacing: normal;
}

.box.box_beginner_attention.with_border {
  padding-top: 40px;
  padding-bottom: 40px;
  border: 1px solid #f7f7f7;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}

.box.box_beginner_attention .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.box.box_beginner_attention .head .icon {
  width: 24px;
  height: 24px;
}

.box.box_beginner_attention .foot {
  margin-top: 40px;
}

.box .head {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  grid-gap: 20px;
}

.box .head.border_bottom {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.box.box_faq {
  --radius:calc( 4px * 2 );
  background: #FFF;
  border: 1px solid #ddd;
  border-radius: var(--radius);
}

.box.box_faq .head {
  padding-left: 80px;
  margin-bottom: 0;
  -webkit-transition: 0.33s margin;
  transition: 0.33s margin;
  position: relative;
  cursor: pointer;
}

.box.box_faq .head::before, .box.box_faq .head::after {
  width: 30px;
  height: 4px;
  background: #707070;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}

.box.box_faq .body {
  height: 0;
  padding: 0 20px 0 80px;
  background: #FFF;
  overflow: hidden;
  border-radius: var(--radius);
  -webkit-transition: 0.33s padding, 0.33s height;
  transition: 0.33s padding, 0.33s height;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 20px;
}

.box.box_faq.active {
  background: #f7f7f7;
}

.box.box_faq.active .head {
  margin-bottom: 20px;
}

.box.box_faq.active .body {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.box.box_faq:not(.active) .head::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.columns {
  --gap:20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  grid-gap: var(--gap);
}

@media (min-width: 521px) {
  .columns {
    --gap:40px;
  }
}

.columns.slim {
  --gap:20px;
}

.columns.wide {
  --gap:80px;
}

.columns.zero {
  --gap:0px;
}

.columns .column {
  width: 100%;
}

@media (min-width: 768px) {
  .columns.column2 .column {
    width: calc( ( 100% - var(--gap) ) / 2);
  }
}

@media (min-width: 521px) {
  .columns.column3 .column {
    width: calc( ( 100% - var(--gap) ) / 2);
  }
}

@media (min-width: 960px) {
  .columns.column3 .column {
    width: calc( ( 100% - 40px * 2 ) / 3);
  }
}

@media (min-width: 521px) {
  .columns.column4 .column {
    width: calc( ( 100% - var(--gap) ) / 2);
  }
}

@media (min-width: 768px) {
  .columns.column4 .column {
    width: calc( ( 100% - var(--gap) * 3 ) / 4);
  }
}

.columns.column5 .column {
  width: calc( ( 100% - var(--gap) ) / 2);
}

@media (min-width: 521px) {
  .columns.column5 .column {
    width: calc( ( 100% - var(--gap) * 2 ) / 3 - 1px);
  }
}

@media (min-width: 768px) {
  .columns.column5 .column {
    width: calc( ( 100% - var(--gap) * 4 ) / 5);
  }
}

.columns.column6 .column {
  width: calc( ( 100% - var(--gap) ) / 2);
}

@media (min-width: 521px) {
  .columns.column6 .column {
    width: calc( ( 100% - var(--gap) * 2 ) / 3 - 1px);
  }
}

@media (min-width: 768px) {
  .columns.column6 .column {
    width: calc( ( 100% - var(--gap) * 3 ) / 4);
  }
}

@media (min-width: 960px) {
  .columns.column6 .column {
    width: calc( ( 100% - var(--gap) * 5 ) / 6);
  }
}

@media (min-width: 768px) {
  .columns.pickup {
    --gap: 40px;
  }
  .columns.pickup .column {
    width: calc((100% - 80px)/3);
  }
}

@media (min-width: 960px) {
  .columns.pickup {
    --gap: 80px;
  }
  .columns.pickup .column {
    width: calc((100% - 160px)/3);
  }
}

.columns + .to_link {
  margin-top: 40px;
}

.date {
  font-weight: bold;
  letter-spacing: 0.01rem;
  margin-left: 10px;
  font-size: 14px;
}

.date .new {
  margin-left: 10px;
}

.area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-column-gap: 20px;
}

.area > * {
  position: relative;
  font-size: var(--fontsize_s);
}

.area > *:not(:first-child)::before {
  width: 10px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  margin: auto;
  content: "";
  background: #333333;
}

.provider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 20px;
  font-size: var(--fontsize_ss);
}

.provider a {
  color: #333333;
  text-decoration: none;
}

.provider::before {
  content: "提供企業";
}

.collaboration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 5px 30px;
  font-size: var(--fontsize_ss);
}

.collaboration > * {
  position: relative;
}

.collaboration > *:not(:last-child)::after {
  content: "×";
  position: absolute;
  width: 12px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: normal;
  top: 0;
  bottom: 0;
  right: -20px;
}

.date_wrap,
.event_info_mini {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  grid-gap: 10px 20px;
  font-size: var(--fontsize_s);
}

.status_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.status_wrap > * {
  background: #333333;
  color: #FFF;
  font-size: var(--fontsize_ss);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  min-width: 48px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.status_wrap > *.new {
  background: #8f1d22;
}

.status_wrap > *.new::before {
  content: "NEW";
}

.category {
  color: #FFF;
  font-size: 12px;
  letter-spacing: .6px;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: var(--fontsize_s);
  padding: 0 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 70px;
}

.category.article {
  background-color: #FFC633;
}

.category.events {
  background-color: #FF5833;
}

.category.info {
  background-color: #F99500;
}

@media (min-width: 521px) {
  .category span {
    margin-top: -2px;
  }
}

.section[key=project] .slick-initialized .slick-slide {
  padding: 20px 17px 0;
}

.section[key=project] .archives .archive .date {
  margin-left: 0;
}

.section[key=blog] .archives {
  --gap:20px;
}

.section[key=blog] .archives .archive {
  padding-top: 20px;
}

.section[key=blog] .archives .archive .cat {
  background-color: #1b451a;
}

.section[key=blog] .archives .archive .tags {
  grid-gap: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.section[key=blog] .archives .archive .tags .tag {
  border: 1px solid #333333;
  padding: 7px 14px;
}

.section[key=blog] .archives .archive .photo .bg {
  padding-top: 60%;
}

.section[key=blog] .archives .archive .date {
  margin-left: 0;
}

@media (min-width: 960px) {
  .section[key=blog] .archives {
    --gap:40px;
  }
}

.wp-block-column .wp-block-image img {
  border-radius: 60px 0 60px 0;
}

.archives {
  --gap: 60px;
}

.archives .tags .tag {
  font-size: 14px;
  line-height: 1;
}

@media (min-width: 768px) {
  .archives {
    --gap: 80px;
  }
}

.archives.archive_news {
  --gap:60px;
}

.archives.archive_news .archive:not(:last-child):after {
  content: '';
  background: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: calc( -1 * var(--gap) / 2);
  left: 0;
}

.archives.archive_news .archive > .a {
  position: static;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #FFF;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 960px) {
  .archives.archive_news {
    --gap:50px;
  }
}

.archives.pickup .archive:not(:last-child):after {
  content: '';
  background: #e9e9e9;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: calc( -1 * var(--gap) / 2);
  left: 0;
}

@media (min-width: 768px) {
  .archives.pickup .archive:not(:last-child):after {
    background: #e9e9e9;
    width: 1px;
    height: 100%;
    position: absolute;
    right: calc( -1 * var(--gap) / 2);
    bottom: auto;
    left: auto;
  }
}

.archives .archive {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 20px;
}

.archives .archive .pro_title, .archives .archive .pro_data {
  font-weight: bold !important;
  line-height: 1.5 !important;
}

.archives .archive .date {
  font-weight: normal;
  font-size: 12px;
}

.archives .archive .text.pro_data {
  font-weight: normal !important;
  font-size: 0.9rem !important;
}

.archives .archive .pro_title {
  margin-bottom: 5px;
}

.archives .archive a {
  text-decoration: none;
  color: #333333;
}

.archives .archive.disabled {
  pointer-events: none;
}

.archives .archive .ex_data {
  display: none;
}

.archives .archive > .a {
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #333333;
  grid-gap: 10px;
}

.archives .archive > .a.wrap {
  cursor: auto;
}

.archives .archive .cat {
  background-color: #231815;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px 0 30px 0;
  color: #FFF;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0px;
}

.archives .archive .cat span {
  font-size: .7rem;
}

@media (min-width: 960px) {
  .archives .archive .cat {
    width: 70px;
    height: 70px;
  }
  .archives .archive .cat span {
    font-size: .7rem;
  }
}

.archives .archive .photo {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-top: 15px;
  border-radius: 100px 0 100px 0;
  margin-bottom: 10px;
}

.archives .archive .photo::after {
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background: linear-gradient(0deg, black, rgba(0, 0, 0, 0));
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 50%;
  opacity: 0.5;
  filter: Alpha(opacity=50);
  pointer-events: none;
}

.archives .archive .photo .bg {
  -webkit-transition: 0.33s -webkit-transform;
  transition: 0.33s -webkit-transform;
  transition: 0.33s transform;
  transition: 0.33s transform, 0.33s -webkit-transform;
  padding-top: 100%;
}

.archives .archive > a {
  position: absolute;
  z-index: 1;
}

.archives .archive > a > .info {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 10px;
}

.archives .archive > a > .info .inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 5px;
}

.archives .archive > a > .info .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.archives .archive > a > .info .data .text {
  font-size: 1rem;
}

.archives .archive > a > .info .title,
.archives .archive > a > .info .name {
  font-size: var(--fontsize_ll);
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 600;
  -webkit-transition: .33s;
  transition: .33s;
}

.archives .archive > a > .info .ex {
  font-size: var(--fontsize_ss);
}

.archives .archive .addtext .text {
  color: #8A8A8A;
}

.archives .archive .hide {
  display: none;
}

.archives .archive .areabox {
  margin-top: 15px;
  line-height: 1;
}

.archives .archive .areabox .text {
  color: #8A8A8A;
  font-size: .8rem;
  display: inline;
  line-height: 1.5;
}

.archives .archive .areabox .text:not(:last-child):after {
  content: "/";
  padding: 0 0px 0px 4px;
  display: inline-block;
}

.archives .archive .detailed-links p {
  border-radius: 50px;
  background: -webkit-linear-gradient(359deg, #23B782 1.32%, #BDCC14 139.71%);
  background: linear-gradient(91deg, #23B782 1.32%, #BDCC14 139.71%);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  height: 50px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 140px;
}

.archives .archive .detailed-links p:not(:last-child) {
  margin-bottom: 10px;
}

.archives .archive .detailed-links p a {
  color: #FFF;
  text-decoration: underline;
  font-size: 0;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -ms-inline-grid;
  display: inline-grid;
}

.archives .archive .detailed-links p a:after {
  content: '詳細リンク';
  display: inline-block;
  font-size: 1rem;
}

.archives .archive .detailed-links p a:hover {
  text-decoration: none;
}

.archives .archive .detailed-links p:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../images/common/icon_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.archives.archives_mini .archive {
  --w:120px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.archives.archives_mini .archive .photo {
  width: var(--w);
  height: var(--w);
  min-width: var(--w);
  max-width: var(--w);
}

.archives.archives_mini .archive .photo .bg {
  padding-top: 0;
  height: 100%;
}

.archives.archives_mini .archive .info {
  width: 100%;
  min-height: var(--w);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.archives + .to_link {
  margin-top: 80px;
}

.slick .slick-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #333333;
  -webkit-transition: 0.33s background;
  transition: 0.33s background;
  z-index: 1;
}

.slick .slick-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border: 1px solid transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 2px;
}

.slick .slick-arrow.slick-disabled {
  background: #ddd;
  pointer-events: none;
  display: none !important;
}

.slick .slick-arrow.slick-next {
  right: 0;
}

.slick .slick-arrow.slick-next::before {
  border-right-color: #FFF;
  border-top-color: #FFF;
  right: 3.33333px;
}

.slick .slick-arrow.slick-prev {
  left: 0;
}

.slick .slick-arrow.slick-prev::before {
  border-left-color: #FFF;
  border-bottom-color: #FFF;
  position: relative;
  left: 3.33333px;
}

.scroller_wrap {
  --w:100vw;
  position: relative;
  width: var(--w);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: calc( -1 * var(--cont_margin));
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scroller_wrap .scroller_inner {
  overflow: hidden;
  overflow-x: scroll;
  width: 100%;
}

.scroller_wrap .scroller_inner::-webkit-scrollbar {
  display: none;
}

.scroller_wrap .scroller {
  position: relative;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.scroller_wrap .scroller > * {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: var(--cont_margin);
  padding-right: var(--cont_margin);
}

.scroller_wrap .scroller .archives {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.scroller_wrap .scroller .archives .archive {
  width: 75vw;
  max-width: 280px;
  padding: 10px 0;
}

.scroller_wrap .btn_move_control {
  width: 53px;
  height: 53px;
  -webkit-filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.15));
}

.scroller_wrap .btn_move_control:not(.active) {
  opacity: 0.5;
  -webkit-filter: none;
          filter: none;
}

.scroller_wrap .btn_move_control.hide {
  display: none;
}

.scroller_wrap .btn_move_control .a {
  background: white;
  border-radius: 50px;
}

.scroller_wrap .btn_move_control .a .arrow {
  width: 14px;
  height: 14px;
  border: 1px solid transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.scroller_wrap .btn_move_control.btn_move_control_prev {
  right: auto;
}

.scroller_wrap .btn_move_control.btn_move_control_prev .arrow {
  border-left-color: #111111;
  border-bottom-color: #111111;
}

.scroller_wrap .btn_move_control.btn_move_control_next {
  left: auto;
}

.scroller_wrap .btn_move_control.btn_move_control_next .arrow {
  border-right-color: #111111;
  border-top-color: #111111;
  margin-right: 5px;
}

@media (min-width: 521px) {
  .scroller_wrap.tile_for_sp .scroller {
    overflow: auto;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .scroller_wrap.tile_for_sp .scroller .archives {
    width: 100%;
    height: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .scroller_wrap.tile_for_sp .scroller .archives > .archive {
    width: calc( 50% - 10px);
  }
  .scroller_wrap.tile_for_sp .btn_control {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .scroller_wrap:not(.under_flex) .scroller .archives .archive {
    max-width: calc( ( 100vw - var(--cont_margin) * 2 - var(--gap) * 2 ) / 3);
  }
  .scroller_wrap.under_flex {
    width: calc( 100vw - var(--cont_margin) * 2 - var(--sidewidth));
  }
  .scroller_wrap.under_flex .scroller .archives .archive {
    width: calc( ( 100vw - ( var(--sidewidth) + var(--gap) + var(--cont_margin) * 2 + var(--gap) * 2 ) ) / 3);
  }
}

@media (min-width: 960px) {
  .scroller_wrap.under_flex .scroller .archives .archive {
    width: calc( ( 100vw - ( var(--sidewidth) + var(--gap) * 2 + var(--cont_margin) * 2 + var(--gap) * 2 ) ) / 3);
  }
}

@media (min-width: 1480px) {
  .scroller_wrap {
    left: calc( ( 1400px - 100vw ) / 2);
  }
  .scroller_wrap:not(.under_flex) .scroller .archives .archive {
    max-width: calc( ( 1400px + var(--cont_margin) * 2 ) / 3);
  }
  .scroller_wrap.under_flex .scroller .archives .archive {
    width: calc( ( 1400px - ( var(--sidewidth) + var(--gap) * 2 + var(--gap) * 2 ) ) / 3);
  }
  .scroller_wrap .scroller > * {
    padding-left: calc( ( 100vw - 1400px ) / 2);
    padding-right: calc( ( 100vw - 1400px ) / 2);
  }
  .scroller_wrap .btn_move_control.btn_move_control_prev {
    left: calc( ( 100vw - 1400px ) / 2 - 60px);
  }
  .scroller_wrap .btn_move_control.btn_move_control_next {
    right: calc( ( 100vw - 1400px ) / 2 - 60px);
  }
}

.scroller_wrap + .to_link {
  margin-top: 80px;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
    filter: Alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: Alpha(opacity=0);
  }
}

@keyframes blink {
  0% {
    opacity: 1;
    filter: Alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: Alpha(opacity=0);
  }
}

.scroller_control_wrap {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 20px;
}

.scroller_control_wrap .arrow {
  width: 60px;
  min-width: btnheight;
  max-width: btnheight;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.scroller_control_wrap .arrow::before {
  width: 14px;
  height: 14px;
  border: 1px solid transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  width: 24px;
  height: 24px;
  -webkit-transform: scaleX(0.66) rotate(45deg);
          transform: scaleX(0.66) rotate(45deg);
}

.scroller_control_wrap .arrow:not(.disabled) {
  cursor: pointer;
}

.scroller_control_wrap .arrow.disabled {
  opacity: 0.5;
  filter: Alpha(opacity=50);
}

.scroller_control_wrap .arrow.arrow_prev::before {
  border-bottom-color: #8f1d22;
  border-left-color: #8f1d22;
}

.scroller_control_wrap .arrow.arrow_next::before {
  border-top-color: #8f1d22;
  border-right-color: #8f1d22;
}

.scroller_control_wrap .range {
  width: 100%;
  height: 1px;
  position: relative;
}

.scroller_control_wrap .range::before {
  background: #8f1d22;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.25;
  filter: Alpha(opacity=25);
}

.scroller_control_wrap .range .here {
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #8f1d22;
}

.scroller_control_wrap.white .arrow.arrow_prev::before {
  border-bottom-color: #FFF;
  border-left-color: #FFF;
}

.scroller_control_wrap.white .arrow.arrow_next::before {
  border-top-color: #FFF;
  border-right-color: #FFF;
}

.scroller_control_wrap.white .range::before {
  background: #FFF;
}

.scroller_control_wrap.white .range .here {
  background: #FFF;
}

.scroller_control_wrap + .to_link {
  margin-top: 80px;
}

.logo_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tag_clouds {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  grid-gap: 10px;
}

.tag_clouds.tc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tag_clouds a {
  color: #333333;
  min-width: 60px;
  height: 24px;
  border-radius: 12px;
  padding: 0 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  background: #f7f7f7;
}

.relation_link_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 20px;
}

.relation_link_wrap::before {
  content: "関連リンク";
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 600;
}

.relation_link_wrap > p {
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.relation_link_wrap > p::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #8f1d22;
  left: 0;
  top: 0.75rem;
  position: absolute;
}

.share_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20px;
}

.share_wrap::before {
  content: "SHARE!";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: var(--fontsize_s);
}

.share_wrap .share {
  margin: 0;
}

.share_wrap .share .btn {
  --size:60px;
  width: var(--size);
  height: var(--size);
}

.share_wrap .share .btn .a {
  border-radius: 50%;
  background: #333333;
  color: #FFF;
}

.to_modal {
  cursor: pointer;
}

.modal_black {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  -webkit-transition: 0.33s opacity;
  transition: 0.33s opacity;
}

.modal_black:not(.active) {
  opacity: 0;
  filter: Alpha(opacity=0);
  pointer-events: none !important;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  -webkit-transition: 0.33s opacity;
  transition: 0.33s opacity;
}

.modal[stl=youtube] .modal_inner_wrap {
  width: calc( 100% - 20px * 2);
  max-width: 1280px;
}

.modal[stl=youtube] .modal_inner_wrap .modal_inner .movie {
  padding-top: calc( 100% * 9 / 16);
}

.modal[stl=words] {
  max-width: 640px;
}

.modal .modal_inner_wrap {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: calc( 100vw - 20px * 2);
  max-height: calc( 100vh - 20px * 2);
  min-height: 240px;
  min-width: 240px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  overflow-y: auto;
}

.modal .modal_inner_wrap .modal_inner {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}

@media (max-width: 520px) {
  .modal .modal_inner_wrap {
    max-height: calc( 100vh - 20px * 2 - 48px * 2);
  }
}

.modal:not(.active) {
  opacity: 0;
  filter: Alpha(opacity=0);
  pointer-events: none !important;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.modal .btn_close.btn {
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: #8f1d22;
  bottom: auto;
  left: auto;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal .btn_close.btn::after {
  content: "×";
}

@media (min-width: 1280px) {
  .modal .modal_inner_wrap {
    max-width: 1400px;
  }
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  -webkit-transition: 0.66s opacity;
  transition: 0.66s opacity;
}

#loading .bg {
  background: #f7f7f7;
  -webkit-transition: 0.33s -webkit-transform;
  transition: 0.33s -webkit-transform;
  transition: 0.33s transform;
  transition: 0.33s transform, 0.33s -webkit-transform;
}

#loading .icon {
  width: 120px;
  height: 150px;
  -webkit-transition: 0.33s -webkit-transform;
  transition: 0.33s -webkit-transform;
  transition: 0.33s transform;
  transition: 0.33s transform, 0.33s -webkit-transform;
}

.navi .navi_btn .a {
  text-decoration: none;
  font-size: 1rem;
}

.navi .navi_btn .a .txt {
  -webkit-transition: 0.33s opacity;
  transition: 0.33s opacity;
}

.navi.horizontal {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  grid-gap: 20px;
}

.navi.horizontal .navi_btn {
  width: auto;
}

.navi.horizontal .navi_btn .a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  flex-wrap: wrap;
}

nav .navi {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 0;
}

nav .navi .btn {
  width: 100%;
}

nav .navi .btn .a {
  height: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
}

nav .navi .btn.here .a {
  color: #ddd;
}

@media (min-width: 960px) {
  nav .navi .btn .a {
    height: 54px;
  }
}

.navi_wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0;
}

.navi_wrap .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-gap: 20px;
}

.navi_wrap .inner > .btns .btn .a {
  text-decoration: none;
}

.navi_wrap .inner > .btns .btn .a .txt {
  font-size: 0.86rem;
}

.navi_wrap .navi_cont_wrap .logo_wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 10px;
  margin-bottom: 20px;
}

.navi_wrap .navi_cont_wrap .logo_wrap .name {
  font-size: var(--fontsize_ss);
}

.navi_wrap .navi_cont_wrap .logo_wrap .logo {
  width: 300px;
  height: 24px;
}

.navi_wrap .navi_cont_wrap .logo_wrap .logo .icon {
  background-image: url("../images/common/logo_nagano.svg");
}

@media (min-width: 768px) {
  .navi_wrap .navi_cont_wrap .logo_wrap .logo {
    width: 500px;
    height: 40px;
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  .navi_wrap .navi_cont_wrap .logo_wrap .logo .icon {
    background-position: left center;
  }
}

.navi_wrap .navis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navi_wrap .navis .navi .sub_navi_btn .a {
  padding-left: 1.2rem;
}

.navi_wrap .navis .navi .sub_navi_btn .a::before {
  width: 10px;
  height: 10px;
  position: absolute;
  content: "";
  left: 0.2rem;
  top: 0;
  bottom: 8px;
  margin: auto;
  border-left: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  opacity: 0.5;
  filter: Alpha(opacity=50);
}

@media (min-width: 521px) {
  .navi_wrap .inner > .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .navi_wrap .navis {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-gap: 40px;
  }
}

@media (min-width: 768px) {
  .navi_wrap .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#search_box {
  position: fixed;
  top: var(--headheight);
  right: 0;
  -webkit-transition: 0.33s height;
  transition: 0.33s height;
  background: #FCFBF8;
  z-index: 16;
  width: 100%;
  max-width: 360px;
  height: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#search_box .search_box {
  width: 90%;
  margin: auto;
}

#searchform {
  position: relative;
}

#searchform input {
  padding: 10px .5em;
}

@media (max-width: 520px) {
  #searchform input {
    font-size: 1.25rem;
  }
}

.navi > .btns > .btn[key=top] > .a .txt:before {
  content: 'TOP';
}

.navi > .btns > .btn[key=project] > .a .txt:before {
  content: 'PROJECT';
}

.navi > .btns > .btn[key=news] > .a .txt:before {
  content: 'NEWS';
}

.navi > .btns > .btn[key=recruit] > .a .txt:before {
  content: 'RECRUIT';
}

.navi > .btns > .btn[key=contact] > .a .txt:before {
  content: 'CONTACT';
}

.navi > .btns > .btn[key=about] > .a .txt:before {
  content: 'ABOUT';
}

.navi > .btns > .btn[key=blog] > .a .txt:before {
  content: 'BLOG';
}

#global_navi {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 15;
  overflow: hidden;
  pointer-events: none;
  top: 0;
  right: 0;
  -webkit-transition: 0.33s width;
  transition: 0.33s width;
  background-image: url("../images/common/menu_bg.png");
  -webkit-transition: .33s;
  transition: .33s;
  opacity: 0;
  --padding:20px;
}

#global_navi .moji {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: url("../images/common/menu_logo_bg_sp.png");
}

#global_navi .logo {
  width: 52px;
  height: 120px;
  background-image: url("../images/common/menu_logo.png");
  position: absolute;
  left: 40px;
  bottom: 40px;
}

@media (min-width: 960px) {
  #global_navi .logo {
    left: 80px;
    bottom: 100px;
  }
}

#global_navi .box_wrap {
  overflow: scroll;
  height: 100%;
}

#global_navi .menu {
  padding: 80px 0;
}

#global_navi .menu.menu_pc {
  display: none;
}

#global_navi .menu .navi {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

#global_navi .menu .navi .column {
  width: calc((100%)/2);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

#global_navi .menu .navi .list .a {
  text-decoration: none;
}

#global_navi .menu .navi .list .a .txt {
  color: #FFF;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
}

#global_navi .menu .navi .list .a:hover {
  opacity: 1 !important;
}

#global_navi .menu .navi .list .a:hover .txt {
  opacity: 1 !important;
  color: #000 !important;
  border-color: #000 !important;
}

#global_navi .menu .navi .list .a:hover.parent:after, #global_navi .menu .navi .list .a:hover.cat_parent:after {
  color: #000 !important;
}

#global_navi .menu .navi .list .a.parent, #global_navi .menu .navi .list .a.cat_parent {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#global_navi .menu .navi .list .a.parent:after, #global_navi .menu .navi .list .a.cat_parent:after {
  content: '＋';
  display: inline-block;
  color: #FFF;
}

#global_navi .menu .navi .list .a.parent.active:after, #global_navi .menu .navi .list .a.cat_parent.active:after {
  content: '−';
  margin-left: 5px;
}

#global_navi .menu .navi .list .cat_wrap {
  display: none;
}

#global_navi .menu .navi .list .cat_wrap > .list:not(:last-child) {
  margin-bottom: 25px;
}

#global_navi .menu .navi .list .cat_wrap > .list > .a {
  height: auto;
}

#global_navi .menu .navi .list .cat_wrap > .list > .a .txt {
  margin-left: 1em;
  font-size: 1.11rem;
  border-bottom: 1.5px solid #FFF;
}

#global_navi .menu .navi .list .child_wrap {
  margin-top: 10px;
  display: none;
}

#global_navi .menu .navi .list .child_wrap > .list:not(:last-child) {
  margin-bottom: 10px;
}

#global_navi .menu .navi .list .child_wrap > .list > .a {
  height: auto;
}

#global_navi .menu .navi .list .child_wrap > .list > .a .txt {
  margin-left: 2em;
  font-size: 1rem;
}

@media (min-width: 960px) {
  #global_navi {
    min-height: 800px;
  }
  #global_navi .moji {
    background-image: url("../images/common/menu_logo_bg_pc.png");
  }
  #global_navi .menu.menu_sp {
    display: none;
  }
  #global_navi .menu.menu_pc {
    display: block;
  }
  #global_navi .menu .navi {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #global_navi .menu .navi .column {
    width: calc((100%)/4);
  }
}

@media (min-width: 960px) and (min-width: 1280px) {
  #global_navi .menu .navi .column {
    width: calc((100% - 180px)/4);
  }
}

@media (min-width: 960px) {
  #global_navi .menu .navi .list .a .txt {
    font-size: 1.75rem;
  }
  #global_navi .menu .navi .list .cat_wrap > .list > .a .txt {
    font-size: 1.25rem;
  }
  #global_navi .menu .navi .list .child_wrap > .list > .a .txt {
    font-size: 1rem;
  }
}

.copyright {
  font-size: 0.66rem;
  letter-spacing: normal;
}

.main .btns .btn .a {
  font-size: 1.35rem;
}

@media (min-width: 960px) {
  .main .btns .btn .a {
    font-size: 1rem;
  }
}

@media (min-width: 1024px) {
  .main .btns .btn .a {
    font-size: 1.2rem;
  }
}

@media (min-width: 1280px) {
  .main .btns .btn .a {
    font-size: 1.35rem;
  }
}

#head.head_contact .inner .logo .icon {
  background-image: url("../images/common/common_logo_brown.png");
}

body.scrolled #head {
  background-color: rgba(255, 255, 255, 0.6);
}

#pan {
  background: #FFF;
  display: none;
}

#pan ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#pan ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#pan ul li:not(:last-child)::after {
  content: '＞';
  margin: 0 .5rem;
  font-size: .8rem;
}

#pan ul li .text {
  color: #333;
  font-size: .8rem;
}

@media (min-width: 960px) {
  #pan {
    display: block;
  }
}

#head {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 10;
  -webkit-transition: .3s;
  transition: .3s;
}

#head.scroll #hamburger:after {
  color: #bfab71 !important;
}

#head.scroll #hamburger .lines .line {
  background: #bfab71 !important;
}

#head .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

#head .inner .logo {
  width: 60px;
  height: 75px;
}

#head .inner .logo .icon {
  background-image: url("../images/common/logoColor.png");
}

@media (min-width: 768px) {
  #head {
    height: 100px;
  }
  #head .inner .logo {
    width: 60px;
    height: 75px;
  }
}

@media (min-width: 960px) {
  #head .inner .logo {
    width: 200px;
    height: 100px;
  }
  #head .inner .logo .icon {
    background-image: url("../images/common/logo.png");
  }
  #head.scroll .inner .logo {
    width: 200px;
    height: 100px;
  }
  #head.scroll .inner .logo .icon {
    background-image: url("../images/common/logo_pc_color.png");
  }
}

body.navi_on #head .logo {
  opacity: 0;
}

body.navi_on #gNav {
  right: 0;
}

@media (min-width: 960px) {
  body.navi_on #head .logo {
    opacity: 1;
  }
}

#gNav {
  background: #3e3a39;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 1;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
}

#gNav .cont {
  padding: 120px 40px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: 100%;
}

#gNav .cont .logo {
  background-image: url(../images/common/logoColor.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 80px;
  height: 95px;
}

#gNav .cont .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#gNav ul {
  list-style: none;
}

#gNav .left, #gNav .right {
  padding: 0;
  width: 50%;
}

#gNav .left > li .a, #gNav .right > li .a {
  font-size: 1.4rem;
  font-weight: bold;
}

#gNav .left > li.on .i::after, #gNav .right > li.on .i::after {
  display: none;
}

#gNav .left > li .i, #gNav .right > li .i {
  position: relative;
  width: 20px;
  height: 20px;
  top: 2px;
  left: 20px;
}

#gNav .left > li .i::before, #gNav .right > li .i::before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#gNav .left > li .i::after, #gNav .right > li .i::after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: auto;
}

#gNav .left ul, #gNav .right ul {
  padding-left: 1.5rem;
}

#gNav .left ul li, #gNav .right ul li {
  padding-top: 1rem;
}

#gNav .left ul li .a, #gNav .right ul li .a {
  font-size: 1rem;
  font-weight: normal;
}

#gNav .left .a, #gNav .right .a {
  color: #FFF;
  display: block;
  text-decoration: none;
  white-space: nowrap;
}

#gNav .left > li:not(:first-child), #gNav .right > li:not(:first-child) {
  padding-top: 2rem;
}

#gNav .left li[key=home] .a:before, #gNav .right li[key=home] .a:before {
  content: 'HOME';
}

#gNav .left li[key=about] .a:before, #gNav .right li[key=about] .a:before {
  content: '丸吾木材について';
}

#gNav .left li[key=work] .a:before, #gNav .right li[key=work] .a:before {
  content: '事業内容';
}

#gNav .left li[key=sanrin] .a:before, #gNav .right li[key=sanrin] .a:before {
  content: '山林買取事業';
}

#gNav .left li[key=bassai] .a:before, #gNav .right li[key=bassai] .a:before {
  content: '伐採工事業（林地開発）';
}

#gNav .left li[key=maki] .a:before, #gNav .right li[key=maki] .a:before {
  content: '薪販売事業';
}

#gNav .left li[key=tokusyubassai] .a:before, #gNav .right li[key=tokusyubassai] .a:before {
  content: '特殊伐採工事';
}

#gNav .left li[key=zourin] .a:before, #gNav .right li[key=zourin] .a:before {
  content: '造林事業';
}

#gNav .left li[key=unso] .a:before, #gNav .right li[key=unso] .a:before {
  content: '運送事業';
}

#gNav .left li[key=seisan] .a:before, #gNav .right li[key=seisan] .a:before {
  content: '素材生産業';
}

#gNav .left li[key=recruit] .a:before, #gNav .right li[key=recruit] .a:before {
  content: 'リクルート';
}

#gNav .left li[key=order] .a:before, #gNav .right li[key=order] .a:before {
  content: '仕事のご依頼';
}

#gNav .left li[key=news] .a:before, #gNav .right li[key=news] .a:before {
  content: 'お知らせ';
}

#gNav .left li[key=contact] .a:before, #gNav .right li[key=contact] .a:before {
  content: 'お問い合わせ';
}

#gNav .right {
  padding-left: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 960px) {
  #gNav {
    width: 50%;
    right: -50%;
  }
  #gNav .cont {
    padding: 120px 80px 40px;
  }
}

.pageScroll {
  position: fixed;
  right: 6%;
  bottom: 0px;
  z-index: 50;
}

.pageScroll.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.pageScroll .pageScrollBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

.pageScroll .text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

.pageScroll .line {
  width: 1px;
  height: 140px;
  position: relative;
  display: block;
  overflow: hidden;
}

.pageScroll .line::before {
  content: "";
  width: 1px;
  height: 60px;
  position: absolute;
  left: 0;
}

.pageScroll.scrollDown .text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  color: #8b1a1a;
}

.pageScroll.scrollDown .line {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  background: rgba(139, 26, 26, 0.25);
}

.pageScroll.scrollDown .line::before {
  top: -60px;
  background: #8b1a1a;
  -webkit-animation: scrollLineDown 1.6s ease-in-out infinite;
          animation: scrollLineDown 1.6s ease-in-out infinite;
}

.pageScroll.pageTop .line {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  background: rgba(255, 255, 255, 0.35);
}

.pageScroll.pageTop .line::before {
  bottom: -60px;
  background: #fff;
  -webkit-animation: scrollLineUp 1.6s ease-in-out infinite;
          animation: scrollLineUp 1.6s ease-in-out infinite;
}

.pageScroll.pageTop .text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  color: #fff;
}

@-webkit-keyframes scrollLineDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
}

@keyframes scrollLineDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
}

@-webkit-keyframes scrollLineUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
}

@keyframes scrollLineUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
}

@-webkit-keyframes fuwafuwaRecruit {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(8px, -10px);
            transform: translate(8px, -10px);
  }
  50% {
    -webkit-transform: translate(-6px, 6px);
            transform: translate(-6px, 6px);
  }
  75% {
    -webkit-transform: translate(10px, 4px);
            transform: translate(10px, 4px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fuwafuwaRecruit {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(8px, -10px);
            transform: translate(8px, -10px);
  }
  50% {
    -webkit-transform: translate(-6px, 6px);
            transform: translate(-6px, 6px);
  }
  75% {
    -webkit-transform: translate(10px, 4px);
            transform: translate(10px, 4px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fuwafuwaRequest {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(-10px, 8px);
            transform: translate(-10px, 8px);
  }
  45% {
    -webkit-transform: translate(6px, -12px);
            transform: translate(6px, -12px);
  }
  70% {
    -webkit-transform: translate(-4px, -6px);
            transform: translate(-4px, -6px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fuwafuwaRequest {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(-10px, 8px);
            transform: translate(-10px, 8px);
  }
  45% {
    -webkit-transform: translate(6px, -12px);
            transform: translate(6px, -12px);
  }
  70% {
    -webkit-transform: translate(-4px, -6px);
            transform: translate(-4px, -6px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

#other {
  background-image: url(../images/common/backFooter.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10rem 0 2rem;
  margin-top: -10rem;
}

#other .box_wrap {
  width: calc(100% - 40px * 2);
}

#other .a {
  text-decoration: none;
  color: #FFF;
}

#other .contTop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 40px;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto 4rem;
}

#other .contTop .link {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

#other .contTop .link .text {
  font-size: 2rem;
  line-height: 1;
}

#other .contTop .link.recruit {
  background-image: url(../images/home/btnRecruitment.jpg);
  -webkit-animation: fuwafuwaRecruit 4s ease-in-out infinite;
          animation: fuwafuwaRecruit 4s ease-in-out infinite;
}

#other .contTop .link.request {
  background-image: url(../images/home/btnRequest.jpg);
  -webkit-animation: fuwafuwaRequest 5.2s ease-in-out infinite;
          animation: fuwafuwaRequest 5.2s ease-in-out infinite;
}

@media (min-width: 768px) {
  #other {
    padding: 16rem 0 4rem;
    margin-top: -18rem;
  }
  #other .contTop {
    grid-gap: 80px;
  }
  #other .contTop .link {
    width: calc((100% - 80px) / 2);
  }
  #other .contTop .link:nth-child(2) {
    margin-top: 10rem;
  }
}

.pgLabelNormal {
  color: #bfab71;
  text-align: center;
  padding: 0 0 80px;
}

.pgLabelNormal span {
  display: block;
}

.pgLabelNormal .ja {
  font-size: 2.5rem;
}

.pgLabelNormal .en {
  font-size: 1.4rem;
}

#sectionMv {
  padding-top: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100vh;
  position: relative;
}

#sectionMv .pgLabel {
  background-color: rgba(62, 58, 57, 0.6);
  width: 14rem;
  height: 14rem;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

#sectionMv .pgLabel .text {
  color: #bfab71;
  font-weight: bold;
}

#sectionMv .pgLabel .text .ja {
  font-size: 2rem;
  line-height: 1.2;
  display: block;
}

#sectionMv .pc, #sectionMv .sp {
  background-size: cover;
  background-repeat: no-repeat;
}

#sectionMv .pc {
  display: none;
  width: 100%;
  height: 100%;
}

#sectionMv .sp {
  height: calc(100vh - 180px - 60px);
  width: 100%;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

@media (min-width: 960px) {
  #sectionMv {
    height: calc(790px / 2);
    padding-top: 0;
  }
  #sectionMv .pgLabel {
    position: absolute;
    width: 12rem;
    height: 12rem;
    left: 3rem;
    bottom: -3rem;
    z-index: 2;
  }
  #sectionMv .pc {
    display: block;
  }
  #sectionMv .sp {
    display: none;
  }
}

#recruitFlowLine {
  text-align: center;
  margin: 2rem 0 4rem;
}

#recruitFlowLine .a {
  margin: 2rem 0 0rem;
}

#recruitFlowLine .img {
  margin: 0 auto;
  max-width: 1024px;
}

@media (min-width: 960px) {
  #recruitFlowLine .img {
    margin-top: -4rem;
  }
}

#hamburger {
  width: 50px;
  height: 60px;
  position: fixed;
  top: 0;
  right: var(--cont_margin);
  left: auto;
  bottom: auto;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 16;
  -webkit-transition: 0.33s background, 0.33s -webkit-transform;
  transition: 0.33s background, 0.33s -webkit-transform;
  transition: 0.33s transform, 0.33s background;
  transition: 0.33s transform, 0.33s background, 0.33s -webkit-transform;
}

#hamburger:after {
  content: 'MENU';
  display: block;
  font-size: 1rem;
  color: #bfab71;
  -webkit-transform: translate(0px, -15px);
          transform: translate(0px, -15px);
}

#hamburger > .a {
  overflow: visible;
}

#hamburger .lines {
  width: 100%;
  height: 15px;
  position: relative;
}

#hamburger .lines .line {
  background: #bfab71;
  height: 2px;
  -webkit-transition: 0.33s all;
  transition: 0.33s all;
  width: 100%;
  border-radius: 2px;
  position: absolute;
}

#hamburger .lines .line:nth-child(1) {
  bottom: auto;
  left: auto;
}

#hamburger .lines .line:nth-child(2) {
  top: auto;
  right: auto;
}

#hamburger .new {
  position: absolute;
  top: 0;
  width: 12px;
  height: 12px;
  z-index: 1;
  border-radius: 50%;
  background: #8f1d22;
  bottom: 40px;
  left: 50px;
}

#hamburger .new::before {
  display: none;
}

@media (min-width: 960px) {
  #hamburger {
    width: 54px;
    height: 60px;
    top: 0;
  }
  #hamburger:after {
    color: #FFF;
  }
  #hamburger .lines {
    width: 100%;
  }
  #hamburger .lines .line {
    background: #fff;
  }
}

#contents {
  position: relative;
  padding-top: calc var(--headheight);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc( 100vw - var(--sidewidth));
  margin-left: auto;
  z-index: 0;
}

#contents > .section {
  position: relative;
}

@media (min-width: 960px) {
  #contents {
    padding-top: 0;
  }
}

body.scrolled .fix {
  opacity: 1;
}

.fix {
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 14;
}

.fix.is-hidden {
  opacity: 0 !important;
}

@media (min-width: 960px) {
  .fix {
    right: 40px;
  }
  .fix .a:hover {
    opacity: .8;
  }
}

.fix .sp_only ul, .fix .sp_only li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fix .sp_only ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40px;
  grid-gap: 20px;
}

.fix .sp_only ul li {
  width: 40px;
  height: 52px;
}

.fix .sp_only ul li .a[key=line] .icon {
  background-image: url("../images/common/btn_line.png");
}

.fix .sp_only ul li .a[key=tel] .icon {
  background-image: url("../images/common/btn_tel.png");
}

.fix .sp_only ul li .a[key=mail] .icon {
  background-image: url("../images/common/btn_mail.png");
}

.fix .pc_only .btn {
  width: 90px;
  height: 90px;
}

.fix .pc_only .btn .a[key=contact] .icon {
  background-image: url("../images/common/btn_contact.png");
}

#contents_bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 5;
}

#contents_bottom .contact_link {
  left: auto;
  top: auto;
  right: 20px;
  width: 90px;
  height: 90px;
}

#contents_bottom .contact_link .a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #8f1d22;
  color: #FFF;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}

#pan {
  --height:60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: var(--height);
}

#pan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  pointer-events: none;
  background: #ddd;
}

#pan .container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px 20px;
  max-width: 1400px;
}

#pan .container > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#pan .container > * {
  position: relative;
}

#pan .container > *:not(.root) .txt {
  color: #888;
}

#pan .container > * a {
  color: #333333;
}

#pan .container > *:not(:last-child)::after {
  content: '/';
  width: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: calc( -1 * 28px / 2);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

#pan .container .txt {
  font-size: var(--fontsize_s);
}

#pan .root .a .txt::before {
  content: "ホーム";
}

#pan .a {
  text-decoration: none;
  overflow: visible;
}

#pan .a .txt {
  font-size: var(--fontsize_s);
}

@-webkit-keyframes hurueru {
  0% {
    -webkit-transform: translate(0) rotateZ(0deg);
            transform: translate(0) rotateZ(0deg);
  }
  25% {
    -webkit-transform: translate(4px, 0px) rotateZ(3deg);
            transform: translate(4px, 0px) rotateZ(3deg);
  }
  50% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
  75% {
    -webkit-transform: translate(4px, 0px) rotateZ(-3deg);
            transform: translate(4px, 0px) rotateZ(-3deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
}

@keyframes hurueru {
  0% {
    -webkit-transform: translate(0) rotateZ(0deg);
            transform: translate(0) rotateZ(0deg);
  }
  25% {
    -webkit-transform: translate(4px, 0px) rotateZ(3deg);
            transform: translate(4px, 0px) rotateZ(3deg);
  }
  50% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
  75% {
    -webkit-transform: translate(4px, 0px) rotateZ(-3deg);
            transform: translate(4px, 0px) rotateZ(-3deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
}

body:not(.touch) .for_touch {
  display: none !important;
}

body:not(.touch) a.tel {
  text-decoration: none;
  color: #333333;
  cursor: default;
  pointer-events: none;
}

body:not(.touch):not(.navi_on) #global_navi {
  pointer-events: none;
}

body:not(.touch):not(.navi_on) #hamburger:hover .lines .line {
  width: 100% !important;
}

body:not(.touch) .tags .tag .a:hover {
  opacity: 1 !important;
  color: #FFFFFF;
  background-color: #232323;
}

body:not(.touch) nav .navi .btn .a:not(.disabled):hover .txt {
  opacity: 0.5;
  filter: Alpha(opacity=50);
}

body:not(.touch) .btns.btns_cont_move .a:hover .bg {
  opacity: 1;
  filter: Alpha(opacity=100);
}

body:not(.touch) .btns:not(.btns_cont_move) .btn .a:hover {
  opacity: 0.5;
  filter: Alpha(opacity=50);
}

body:not(.touch) .archives .archive:hover .name {
  opacity: .7;
}

body:not(.touch) .archives .archive:hover .photo .bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

body:not(.touch) .archives .a:hover .photo .bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

body:not(.touch) .slick .slick-arrow:hover {
  background: #ddd;
}

body.touch .not_for_touch {
  display: none !important;
}

@media (min-width: 521px) {
  body:not(.navi_on) #global_navi {
    pointer-events: none;
  }
}

@media (min-width: 521px) {
  body:not(.navi_on) #search_box {
    pointer-events: none;
  }
}

body.navi_on {
  height: 100vh !important;
  overflow: hidden !important;
}

body.navi_on #global_navi {
  width: 100vw;
  opacity: 1;
  pointer-events: visible;
}

body.navi_on #contents {
  pointer-events: none;
}

body.navi_on #hamburger:after {
  content: 'CLOSE';
  color: #FFF;
}

body.navi_on #hamburger .lines .line {
  background: #FFF;
}

body.navi_on #hamburger .lines .line:nth-child(1) {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

body.navi_on #hamburger .lines .line:nth-child(2) {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

body.scrolled #head nav .btns.navi .btn .child,
body.scrolled #global_navi nav .btns.navi .btn .child {
  top: 90px;
}

body.scrolled #head nav .main {
  height: 50%;
}

@media (min-width: 960px) {
  body.scrolled #head {
    position: fixed;
  }
  body.scrolled #head .logo_wrap .logo {
    width: 220px;
    height: 62px;
  }
  body.scrolled #head nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.scrolled #contents {
    padding-top: calc(var(--headheight));
  }
}

@media (min-width: 1280px) {
  body.scrolled .main .btns .btn .a {
    font-size: 1.2rem;
  }
}

body.loaded #loading {
  opacity: 0;
  filter: Alpha(opacity=0);
  pointer-events: none;
}

body.loaded #loading .icon {
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
}

body.sub_head_on #sub_head {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.search_box {
  position: relative;
}

.search_box input:not([type=range]) {
  background: none;
  border-color: transparent transparent #000 transparent;
  border-radius: 0;
  font-weight: 700;
}

.search_box button {
  position: absolute;
  left: auto;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: none;
  background-image: url(../images/common/icon_keyword.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.keywords.to_link .in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-gap: 11px;
}

.keywords.to_link .to_link {
  width: 50%;
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
  padding: 10px;
}

.keywords.to_link .to_link .a {
  background: none;
}

.keywords.to_link .to_link .a:before {
  display: none;
}

@media (min-width: 960px) {
  .keywords.to_link .to_link {
    display: none;
  }
}

.tags_wrap {
  --gap: 60px;
}

.tags_wrap .box {
  position: relative;
  padding: 0;
}

.tags_wrap .box:not(:last-child):after {
  content: '';
  background: #e9e9e9;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: calc( -1 * var(--gap) / 2);
}

@media (min-width: 768px) {
  .tags_wrap {
    --gap: 40px;
  }
  .tags_wrap .box:not(:last-child):after {
    width: 1px;
    height: 100%;
    top: 0;
    bottom: auto;
    right: calc( -1 * var(--gap) / 2);
  }
}

@media (min-width: 960px) {
  .tags_wrap {
    --gap: 220px;
  }
}

.movies {
  --gap:25px;
  margin-bottom: 40px;
}

@media (min-width: 960px) {
  .movies {
    margin-bottom: 80px;
  }
  .movies + .to_link {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.movies .movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
}

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

.movies .title {
  margin-top: 25px;
  line-height: 2;
  font-size: 1.18rem;
}

@media (min-width: 960px) {
  .movies .column {
    width: calc((100% - var(--gap))/2);
  }
}

.contactinfo {
  margin-top: 20px;
}

.contactinfo[key=sss] > .head {
  color: #008585;
}

.contactinfo[key=sss] .datail .box {
  background-color: rgba(0, 133, 133, 0.09);
  color: #008585;
}

.contactinfo[key=sss] .datail .box .a {
  color: #008585;
}

.contactinfo[key=sss] .datail .box[key=mail] .head:before {
  background-image: url("../images/sss/icon_mail_sss.svg");
}

.contactinfo[key=sss] .datail .box[key=tel] .head:before {
  background-image: url("../images/sss/icon_tel_sss.svg");
}

.contactinfo[key=sou] > .head {
  color: #EA4E19;
}

.contactinfo[key=sou] .datail .box {
  background-color: rgba(234, 78, 25, 0.09);
  color: #EA4E19;
}

.contactinfo[key=sou] .datail .box .a {
  color: #EA4E19;
}

.contactinfo[key=sou] .datail .box[key=mail] .head:before {
  background-image: url("../images/sou/icon_mail_sou.svg");
}

.contactinfo[key=sou] .datail .box[key=tel] .head:before {
  background-image: url("../images/sou/icon_tel_sou.svg");
}

.contactinfo > .head {
  margin-bottom: 30px;
  font-size: 1.56rem;
}

.contactinfo .text {
  margin-bottom: 40px;
}

.contactinfo .a {
  text-decoration: none;
}

.contactinfo .datail {
  --gap:20px !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  grid-gap: var(--gap) !important;
}

.contactinfo .datail .box {
  border-radius: 20px;
  text-align: center;
  font-size: 1.25rem;
  height: 174px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.contactinfo .datail .box .head {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contactinfo .datail .box[key=mail] .head:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 27px;
  height: 20px;
}

.contactinfo .datail .box[key=tel] .head:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.contactinfo .datail .box[key=tel] .body {
  font-size: 1.56rem;
}

.contactinfo .datail .box[key=sns] .to_link {
  margin-bottom: 0;
}

.contactinfo .datail .box[key=sns] .to_link .a:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.contactinfo .datail .box .in {
  text-align: center;
}

@media (min-width: 960px) {
  .contactinfo .datail {
    --gap:20px !important;
  }
  .contactinfo .datail .box {
    width: calc((100% - var(--gap) * 2)/3);
  }
}

@media (min-width: 960px) {
  .contactinfo > .head {
    font-size: 1.9rem;
  }
}

.making {
  overflow: hidden;
}

.making .sectitle {
  width: 85%;
  max-width: 500px;
  margin: 0 auto;
}

.making .cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  grid-gap: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.making .cards .card {
  width: calc((100% - 20px)/2);
  background-size: contain;
  position: relative;
  padding-top: 54%;
  -webkit-transform: translate3d(100%, 0px, 0px) rotateY(120deg);
          transform: translate3d(100%, 0px, 0px) rotateY(120deg);
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  background-size: cover;
}

.making .cards .card.active {
  -webkit-transform: translate3d(0%, 0px, 0px) rotateY(0deg);
          transform: translate3d(0%, 0px, 0px) rotateY(0deg);
  opacity: 1;
}

.making .cards .card[key=garden] {
  background-image: url("../images/home/making_garden_cat01.png");
}

.making .cards .card[key=garden].click {
  background-image: url("../images/home/making_garden_cat03.png");
}

.making .cards .card[key=plants] {
  background-image: url("../images/home/making_plants_cat01.png");
}

.making .cards .card[key=plants].click {
  background-image: url("../images/home/making_plants_cat03.png");
}

.making .cards .card[key=design] {
  background-image: url("../images/home/making_design_cat01.png");
}

.making .cards .card[key=design].click {
  background-image: url("../images/home/making_design_cat03.png");
}

.making .cards .card[key=life] {
  background-image: url("../images/home/making_life_cat01.png");
}

.making .cards .card[key=life].click {
  background-image: url("../images/home/making_life_cat03.png");
}

@media (min-width: 960px) {
  .making .sectitle {
    position: relative;
    z-index: 1;
  }
  .making .cards {
    grid-gap: 30px;
    padding: 0 80px;
    margin: 30px;
  }
  .making .cards .card {
    width: calc((100% - 90px)/4);
    padding-top: 25.7%;
  }
  .making .cards .card[key=garden] {
    background-image: url("../images/home/making_garden_cat01.png");
  }
  .making .cards .card[key=garden]:before {
    content: '';
    background-image: url("../images/home/making_garden_cat02.png");
  }
  .making .cards .card[key=garden]:hover {
    background-image: url("../images/home/making_garden_cat02.png");
  }
  .making .cards .card[key=garden].click {
    -webkit-transition: .8;
    transition: .8;
    background-image: url("../images/home/making_garden_cat03.png");
  }
  .making .cards .card[key=plants] {
    background-image: url("../images/home/making_plants_cat01.png");
  }
  .making .cards .card[key=plants]:before {
    content: '';
    background-image: url("../images/home/making_plants_cat02.png");
  }
  .making .cards .card[key=plants]:hover {
    background-image: url("../images/home/making_plants_cat02.png");
  }
  .making .cards .card[key=plants].click {
    -webkit-transition: .8;
    transition: .8;
    background-image: url("../images/home/making_plants_cat03.png");
  }
  .making .cards .card[key=design] {
    background-image: url("../images/home/making_design_cat01.png");
  }
  .making .cards .card[key=design]:before {
    content: '';
    background-image: url("../images/home/making_design_cat02.png");
  }
  .making .cards .card[key=design]:hover {
    background-image: url("../images/home/making_design_cat02.png");
  }
  .making .cards .card[key=design].click {
    -webkit-transition: .8;
    transition: .8;
    background-image: url("../images/home/making_design_cat03.png");
  }
  .making .cards .card[key=life] {
    background-image: url("../images/home/making_life_cat01.png");
  }
  .making .cards .card[key=life]:before {
    content: '';
    background-image: url("../images/home/making_life_cat02.png");
  }
  .making .cards .card[key=life]:hover {
    background-image: url("../images/home/making_life_cat02.png");
  }
  .making .cards .card[key=life].click {
    -webkit-transition: .8;
    transition: .8;
    background-image: url("../images/home/making_life_cat03.png");
  }
  .making .text {
    max-width: 585px;
    text-align: center;
    margin: 0 auto;
  }
}

.link_recruit {
  position: relative;
  position: relative;
  width: 150px;
  height: 60px;
  margin: 0 auto;
}

@-webkit-keyframes flow {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes flow {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.flow .sp_flow_slide {
  width: 95%;
}

.flow .flow_slide_wrap {
  position: relative;
}

.flow .flow_slide_wrap .flow_slide_center {
  width: 16%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(590px);
          transform: translateY(590px);
  display: none;
}

.flow .flow_slide_wrap .flow_slide_center img {
  -webkit-animation-name: flow;
          animation-name: flow;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (min-width: 960px) {
  .flow .flow_slide_wrap .flow_slide_center {
    display: block;
  }
}

.flow .slide {
  padding-top: 60px;
}

@media (min-width: 521px) {
  .flow .section_cont_body .box_wrap {
    width: 100%;
  }
}

@media (min-width: 960px) {
  .flow .slide {
    width: 830px;
    max-width: 830px;
    margin: 0 auto;
    padding-top: 0;
    -webkit-transform: translateY(280px);
            transform: translateY(280px);
  }
}

#snsUnit {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#snsUnit .animeImg {
  display: none;
}

@media (min-width: 768px) {
  #snsUnit .animeImg {
    display: block;
    position: absolute;
    right: 4%;
    bottom: -1rem;
    width: 38%;
    max-width: 460px;
    z-index: 0;
    pointer-events: none;
  }
  #snsUnit .animeImg .image {
    width: 100%;
  }
  #snsUnit .animeImg img {
    width: 100%;
    display: block;
  }
}

#snsUnit.color {
  margin-bottom: 4rem;
}

#snsUnit.color .label {
  color: #3e3a39;
}

#snsUnit.color .btns .btn.instagram .icon {
  background-image: url(../images/common/icon_li_color.png);
}

#snsUnit.color .btns .btn.line .icon {
  background-image: url(../images/common/icon_fb_color.png);
}

#snsUnit.color .btns .btn.facebook .icon {
  background-image: url(../images/common/icon_in_color.png);
}

#snsUnit.color .btns .btn.youtube .icon {
  background-image: url(../images/common/icon_youtube_color.png);
}

#snsUnit .label {
  text-align: center;
  font-size: 3rem;
  color: #FFF;
  margin-bottom: 2rem;
}

#snsUnit .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 1.5rem;
  list-style: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

#snsUnit .btns .btn.instagram .icon {
  width: 3rem;
  height: 3rem;
  background-image: url(../images/common/iconInstagram.png);
}

#snsUnit .btns .btn.line .icon {
  width: 3rem;
  height: 3rem;
  background-image: url(../images/common/iconLine.png);
}

#snsUnit .btns .btn.facebook .icon {
  width: 3rem;
  height: 3rem;
  background-image: url(../images/common/iconFacebook.png);
}

#snsUnit .btns .btn.youtube .icon {
  width: 10rem;
  height: 3rem;
  background-image: url(../images/common/iconYoutube.png);
}

#foot {
  background-color: #3e3a39;
  padding: 4rem 0;
}

#foot .container {
  max-width: 1200px;
}

#foot .footLogo {
  margin-bottom: 4rem;
}

#foot .footLogo .icon {
  background-image: url(../images/common/logo_foot.png);
  width: 240px;
  height: 90px;
}

#foot .info {
  margin-bottom: 3rem;
}

#foot .info .tel {
  margin-bottom: 4rem;
}

#foot .info .tel .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}

#foot .info .tel .icon {
  background-image: url(../images/common/iconTel.png);
  width: 30px;
  height: 30px;
  margin-right: 1rem;
}

#foot .info .address .text {
  line-height: 1.5;
  color: #FFF;
  font-size: 1rem;
}

#foot .contact {
  margin-bottom: 4rem;
}

#foot .contact .to_link .a {
  color: #FFF;
  text-decoration: none;
  background-color: #8f1d22;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#foot .contact .to_link .a .text {
  font-size: 1.4rem;
}

#foot .navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#foot .navi .a {
  display: block;
  text-decoration: none;
  color: #FFF;
}

#foot .navi ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 50%;
}

#foot .navi ul.right {
  padding-left: 4em;
}

#foot .navi ul li .a {
  margin-bottom: 1.5rem;
}

#foot .navi ul li ul {
  width: auto;
}

#foot .navi ul li ul li {
  width: 100%;
}

#foot .navi ul li ul li .a {
  margin-bottom: 1rem;
}

#foot .navi ul li ul li .a .text {
  font-size: 1rem;
}

#foot .copyright {
  text-align: center;
  color: #FFF;
  margin-top: 2rem;
}

@media screen and (min-width: 1200px) {
  #foot .blockWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #foot .footLogo .a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #foot .block:first-child {
    padding-top: 4rem;
  }
  #foot .info {
    margin-bottom: 1rem;
  }
  #foot .info .tel {
    margin-bottom: 1rem;
  }
  #foot .info .tel .text {
    font-size: 2rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #foot .info .address .text {
    line-height: 2;
  }
  #foot .contact .to_link .a {
    margin-left: 0;
  }
  #foot .navi ul {
    width: auto;
  }
  #foot .navi ul li {
    margin-left: 2rem;
  }
  #foot .navi ul li .a {
    margin-bottom: 0;
  }
  #foot .navi ul li ul li {
    margin-left: 0;
  }
  #foot .navi ul li ul li .a {
    margin-bottom: 0;
  }
  #foot .navi ul li ul li .a .text {
    font-weight: 400;
  }
  #foot .navi ul.left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #foot .navi ul.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
  }
  #foot .copyright {
    margin-top: 0;
    text-align: right;
  }
}

@media screen and (min-width: 1400px) {
  #foot .navi ul li {
    margin-left: 4rem;
  }
}

/* Scss Document */
/* Scss Document */
input:not([type=range]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  display: block;
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  font-weight: 400;
  width: 100%;
  height: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 18px;
  border: 1px solid #ddd;
  color: #333333;
  background: #FFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 4px;
  line-height: 14px;
}

@media (max-width: 520px) {
  input:not([type=range]),
  textarea,
  select {
    height: 48px;
    line-height: 26px;
  }
}

select option[value=""] {
  display: none;
}

select.empty {
  color: #ddd;
}

textarea {
  min-height: 12rem;
  line-height: 1.5;
}

label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 2rem;
  height: 38px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  cursor: pointer;
}

label input {
  display: none !important;
}

label input + .txt,
label input + .mwform-radio-field-text,
label input + .mwform-checkbox-field-text {
  padding-left: 30px;
  min-height: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  color: #333333;
}

label input + .txt::before, label input + .txt::after,
label input + .mwform-radio-field-text::before,
label input + .mwform-radio-field-text::after,
label input + .mwform-checkbox-field-text::before,
label input + .mwform-checkbox-field-text::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

label input + .txt::before,
label input + .mwform-radio-field-text::before,
label input + .mwform-checkbox-field-text::before {
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  background: #ddd;
}

label input[type=radio] + .txt::before,
label input[type=radio] + .txt::after,
label input[type=radio] + .mwform-radio-field-text::before,
label input[type=radio] + .mwform-radio-field-text::after {
  border-radius: 50%;
}

label input[type=radio] + .txt::after,
label input[type=radio] + .mwform-radio-field-text::after {
  width: 10px;
  height: 10px;
  left: 4px;
  background: #8f1d22;
}

label input[type=checkbox] + .txt::before,
label input[type=checkbox] + .mwform-checkbox-field-text::before {
  border-radius: 4px;
}

label input[type=checkbox] + .txt::after,
label input[type=checkbox] + .mwform-checkbox-field-text::after {
  width: 14px;
  height: 8px;
  border: 3px solid #8f1d22;
  border-top: 0;
  border-right: 0;
  left: 2px;
  bottom: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

label input:not(:checked) + .txt::after,
label input:not(:checked) + .mwform-checkbox-field-text::after,
label input:not(:checked) + .mwform-radio-field-text::after {
  display: none;
}

label input.checked + .txt,
label input.checked + .mwform-checkbox-field-text,
label input.checked + .mwform-radio-field-text {
  color: #8f1d22;
}

button {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 600;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 0;
  background: none;
}

button:not(:disabled),
input[type=button]:not(:disabled) {
  cursor: pointer;
}

.textarea_wrap {
  position: relative;
  width: 100%;
}

.textarea_wrap .placeholder {
  pointer-events: none;
  color: #707070;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 18px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  font-weight: 400;
}

.textarea_wrap textarea:not(.empty) + .placeholder,
.textarea_wrap textarea:focus + .placeholder {
  display: none;
}

::-webkit-input-placeholder {
  color: #707070;
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  font-weight: 400;
  line-height: 16px;
}

:-ms-input-placeholder {
  color: #707070;
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  font-weight: 400;
  line-height: 16px;
}

::-ms-input-placeholder {
  color: #707070;
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  font-weight: 400;
  line-height: 16px;
}

::placeholder {
  color: #707070;
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  font-weight: 400;
  line-height: 16px;
}

@media (max-width: 520px) {
  ::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 34px;
  }
  :-ms-input-placeholder {
    font-size: 14px;
    line-height: 34px;
  }
  ::-ms-input-placeholder {
    font-size: 14px;
    line-height: 34px;
  }
  ::placeholder {
    font-size: 14px;
    line-height: 34px;
  }
}

.part {
  margin-bottom: 3rem;
}

.part > .label, .part .unit {
  color: #333333;
}

.part > .label {
  margin-bottom: 1rem;
}

.abs {
  content: "*";
}

.with_label {
  position: relative;
}

.with_label .label {
  position: absolute;
  height: 38px;
  line-height: 18px;
  top: 0;
  left: 0;
  pointer-events: none;
  padding: 10px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  -webkit-transition: 0.33s -webkit-transform;
  transition: 0.33s -webkit-transform;
  transition: 0.33s transform;
  transition: 0.33s transform, 0.33s -webkit-transform;
  color: #ddd;
}

.with_label input:active + .label, .with_label input:focus + .label, .with_label input:focus-within + .label, .with_label input:not(.empty) + .label, .with_label textarea:active + .label, .with_label textarea:focus + .label, .with_label textarea:focus-within + .label, .with_label textarea:not(.empty) + .label, .with_label select:active + .label, .with_label select:focus + .label, .with_label select:focus-within + .label, .with_label select:not(.empty) + .label {
  -webkit-transform: translate(-18px, -28px);
          transform: translate(-18px, -28px);
  color: #8f1d22;
}

.form_steps {
  position: static;
  width: calc(100% + 60px);
  height: 180px;
  margin-left: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../images/form/bg_step.jpg") no-repeat center center;
  background-size: cover;
  z-index: -1;
  padding: 0 30px;
}

.form_steps.form_steps_pc {
  display: none !important;
}

.form_steps.form_steps_sp {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form_steps .step {
  width: 200px;
  background: #707070;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 80px;
  padding: 1rem 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  border: 1px solid #0C0C0C;
}

@media (min-width: 960px) {
  .form_steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 28vw;
    margin-left: auto;
  }
  .form_steps.form_steps_sp {
    display: none !important;
  }
  .form_steps.form_steps_pc {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.mw_wp_form .flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.mw_wp_form .flex .part {
  margin-bottom: 0;
}

.mw_wp_form .flex .to_link {
  margin-bottom: 0 !important;
}

.mw_wp_form .flex > *:not(:last-child) {
  margin-right: 3rem;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

@media (min-width: 768px) {
  .mw_wp_form {
    width: 100%;
  }
}

.mw_wp_form.mw_wp_form_input .form_steps .step[key=input],
.mw_wp_form.mw_wp_form_input .form_steps .step_input {
  background: #333333;
}

.mw_wp_form.mw_wp_form_confirm .form_steps .step[key=confirm],
.mw_wp_form.mw_wp_form_confirm .form_steps .step_confirm {
  background: #333333;
}

.mw_wp_form.mw_wp_form_confirm .not_for_confirm {
  display: none;
}

.mw_wp_form.mw_wp_form_complete .form_steps .step[key=complete],
.mw_wp_form.mw_wp_form_complete .form_steps .step_complete {
  background: #333333;
}
/*# sourceMappingURL=common.css.map */