@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");

/*!
  12 COLUMN : RESPONSIVE GRID SYSTEM
  DEVELOPER : DENIS LEBLANC
  URL : http://responsive.gs
  VERSION : 3.0
  LICENSE : GPL & MIT
*/
*,
*:after,
*:before {
  box-sizing: border-box;
}

.container {
  max-width: 100%;
  margin: 0 auto;
}

.row {
  padding-bottom: 0;
}

.col {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .span_1 {
    width: 8.3333333333%;
  }

  .span_2 {
    width: 16.6666666667%;
  }

  .span_3 {
    width: 25%;
  }

  .span_4 {
    width: 33.3333333333%;
  }

  .span_5 {
    width: 41.6666666667%;
  }

  .span_6 {
    width: 50%;
  }

  .span_7 {
    width: 58.3333333333%;
  }

  .span_8 {
    width: 66.6666666667%;
  }

  .span_9 {
    width: 75%;
  }

  .span_10 {
    width: 83.3333333333%;
  }

  .span_11 {
    width: 91.6666666667%;
  }

  .span_12 {
    width: 100%;
  }

  .gutters .row {
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 20px;
  }

  .gutters .span_1 {
    width: 6.5%;
  }

  .gutters .span_2 {
    width: 15%;
  }

  .gutters .span_3 {
    width: 23.5%;
  }

  .gutters .span_4 {
    width: 32%;
  }

  .gutters .span_5 {
    width: 40.5%;
  }

  .gutters .span_6 {
    width: 49%;
  }

  .gutters .span_7 {
    width: 57.5%;
  }

  .gutters .span_8 {
    width: 66%;
  }

  .gutters .span_9 {
    width: 74.5%;
  }

  .gutters .span_10 {
    width: 83%;
  }

  .gutters .span_11 {
    width: 91.5%;
  }

  .gutters .span_12 {
    width: 100%;
  }
}

/*!
 12 COLUMN : RESPONSIVE GRID SYSTEM Fix Ver. 1.2.1
*/
.container {
  padding: 0 1%;
}

.container img {
  max-width: 100%;
  height: auto;
}

*+.container {
  margin-top: 2em;
}

.row:not(:last-child) {
  margin-bottom: 4%;
}

.col:not(:last-child) {
  margin-bottom: 3%;
}

@media (min-width: 768px) {
  .container {
    max-width: 1000px;
    margin: auto;
    padding: 0 10px;
  }

  *+.container {
    margin-top: 40px;
  }

  .row {
    display: flex;
    flex-wrap: wrap;
  }

  .row.reverse {
    flex-flow: row-reverse;
  }

  .col:not(:last-child) {
    margin-bottom: 0;
  }

  .col.offset_1 {
    margin-left: 8.3333333333%;
  }

  .col.offset_2 {
    margin-left: 16.6666666667%;
  }

  .col.offset_3 {
    margin-left: 25%;
  }

  .col.offset_4 {
    margin-left: 33.3333333333%;
  }

  .col.offset_5 {
    margin-left: 41.6666666667%;
  }

  .col.offset_6 {
    margin-left: 50%;
  }

  .col.offset_7 {
    margin-left: 58.3333333333%;
  }

  .col.offset_8 {
    margin-left: 66.6666666667%;
  }

  .col.offset_9 {
    margin-left: 75%;
  }

  .col.offset_10 {
    margin-left: 83.3333333333%;
  }

  .col.offset_11 {
    margin-left: 91.6666666667%;
  }

  .col.offset_12 {
    margin-left: 100%;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .d-flex {
    display: flex;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .flex-nowrap {
    flex-wrap: nowrap;
  }

  .reverse {
    flex-direction: row-reverse;
  }

  .align-items-start {
    align-items: flex-start;
  }

  .align-items-center {
    align-items: center;
  }

  .align-items-end {
    align-items: flex-end;
  }

  .justify-content-start {
    justify-content: flex-start;
  }

  .justify-content-center {
    justify-content: center;
  }

  .justify-content-between {
    justify-content: space-between;
  }

  .justify-content-end {
    justify-content: flex-end;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .row.col_5 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}

.grid_16 .span_1 {
  width: 6.25%;
}

.grid_16 .span_2 {
  width: 12.5%;
}

.grid_16 .span_3 {
  width: 18.75%;
}

.grid_16 .span_4 {
  width: 25%;
}

.grid_16 .span_5 {
  width: 31.25%;
}

.grid_16 .span_6 {
  width: 37.5%;
}

.grid_16 .span_7 {
  width: 43.75%;
}

.grid_16 .span_8 {
  width: 50%;
}

.grid_16 .span_9 {
  width: 56.25%;
}

.grid_16 .span_10 {
  width: 62.5%;
}

.grid_16 .span_11 {
  width: 68.75%;
}

.grid_16 .span_12 {
  width: 75%;
}

.grid_16 .span_13 {
  width: 81.25%;
}

.grid_16 .span_14 {
  width: 87.5%;
}

.grid_16 .span_15 {
  width: 93.75%;
}

.grid_16 .span_16 {
  width: 100%;
}

.grid_16.gutters .span_1 {
  width: 4.375%;
}

.grid_16.gutters .span_2 {
  width: 10.75%;
}

.grid_16.gutters .span_3 {
  width: 17.125%;
}

.grid_16.gutters .span_4 {
  width: 23.5%;
}

.grid_16.gutters .span_5 {
  width: 29.875%;
}

.grid_16.gutters .span_6 {
  width: 36.25%;
}

.grid_16.gutters .span_7 {
  width: 42.625%;
}

.grid_16.gutters .span_8 {
  width: 49%;
}

.grid_16.gutters .span_9 {
  width: 55.375%;
}

.grid_16.gutters .span_10 {
  width: 61.75%;
}

.grid_16.gutters .span_11 {
  width: 68.125%;
}

.grid_16.gutters .span_12 {
  width: 74.5%;
}

.grid_16.gutters .span_13 {
  width: 80.875%;
}

.grid_16.gutters .span_14 {
  width: 87.25%;
}

.grid_16.gutters .span_15 {
  width: 93.625%;
}

.grid_16.gutters .span_16 {
  width: 100%;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html.scrollPrevent {
  overflow: hidden;
  height: 100%;
}

body {
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #222121;
  height: auto !important;
  overflow: hidden;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

.l-main {
  overflow: hidden;
}

figure {
  margin: 0;
  text-align: center;
}

figure img {
  max-width: 100%;
  height: auto;
}

figure figcaption {
  margin-top: 0.5em;
  text-align: left;
}

picture {
  margin: 0;
  text-align: center;
}

picture img {
  max-width: unset;
  height: auto;
}

a {
  color: #222121;
  transition: all 0.3s;
}

a:hover {
  color: #222121;
  text-decoration: none;
}

.highlight a {
  color: #222121;
}

.highlight a:hover {
  color: #222121;
}

a:not([class]) img,
a.swipebox img {
  transition: all 0.3s;
}

a:not([class]):hover img,
a.swipebox:hover img {
  opacity: 0.8;
}

img {
  vertical-align: middle;
}

img.circle {
  border-radius: 50%;
}

p {
  margin: 0.5em 0 1em;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  margin: 0 0 1em;
  padding: 0 0 0 2.5em;
  line-height: 1.6;
}

ol:last-child,
ul:last-child {
  margin-bottom: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0.5em 0;
  padding-left: 2em;
}

ol ol:last-child,
ol ul:last-child,
ul ol:last-child,
ul ul:last-child {
  margin-bottom: 0.5em;
}

ul.list-unstyled {
  padding-left: 0;
  list-style: none;
}

ul.list-unstyled ol,
ul.list-unstyled ul {
  padding-left: 2em;
}

ul.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -7px;
  font-size: 0rem;
  margin-bottom: 15px;
}

ul.list-inline>li {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  white-space: nowrap;
  font-size: 1.5rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.l-main .c-contents_wrapper {
  max-width: 100%;
  padding: 0;
}

.l-main section {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .l-main section {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .l-main section:last-child {
    margin-bottom: 80px;
  }
}

@media (min-width: 768px) {
  p {
    margin: 0.5em 0 1em;
  }
}

@media (max-width: 900px) {

  .gutters .span_3.l-columnSub,
  .gutters .span_9.l-columnMain {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  .gutters .span_3.l-columnSub .c-sidebar {
    letter-spacing: -0.4em;
  }

  .gutters .span_3.l-columnSub .c-sidebar .widget_wrap {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-left: 2%;
  }

  .gutters .span_3.l-columnSub .c-sidebar .widget_wrap:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 1000px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.article_button {
  margin-top: 5%;
}

@media (min-width: 768px) {

  .p-articleDetail:not(.reverse) .col.span_12+.span_4,
  .p-articleList:not(.reverse) .col.span_12+.span_4 {
    margin-left: 0;
  }
}

.c-sidebar {
  visibility: hidden;
}

.c-sidebar>.widget_wrap {
  visibility: visible;
}

.c-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 6%;
}

.c-sidebar ul a {
  color: #222121;
  text-decoration: none;
  display: block;
  padding: 0.5em;
  border-bottom: rgba(34, 33, 33, 0.1) solid 1px;
}

.c-sidebar ul a:hover {
  color: #222121;
  background: rgba(34, 33, 33, 0.05);
}

.gutters .col.span_12+.span_12 {
  margin-left: 0;
}

.map_wide #map_canvas,
.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_wide img {
  max-width: none;
}

.slick-track {
  margin: 0 auto;
}

.col dl p {
  line-height: 1.4;
  margin: 0;
}

.col p {
  line-height: 1.8;
}

.container {
  padding: 0 20px;
}

@media (min-width: 1020px) {
  .container {
    padding: 0;
  }
}

.u-highlight {
  background: rgba(34, 33, 33, 0.1);
  color: #222121;
}

.u-highlight.round {
  border-radius: 10px;
}

section.u-highlight,
p.u-highlight,
.col.u-highlight {
  padding: 4%;
}

.js-header_break_point {
  display: none;
  z-index: 1200;
}

:root {
  --header_break_point: 1200;
}

:root {
  --navi_event_type: hover;
}

.l-columnMain .col p+*:not(p),
.l-columnMain .col table+*:not(p) {
  margin-top: 40px;
}

.l-header {
  background: #fff;
  color: #222121;
  font-size: 15px;
}

@media (min-width: 1200px) {
  .l-header {
    position: fixed;
    width: 100%;
    z-index: 5;
  }
}

@media (max-width: 1199px) {
  .l-header.high {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 1199px) {

  .l-header.high .hdr_icon_tel a,
  .l-header.high .hdr_icon_mail a {
    color: #222121 !important;
  }

  .l-header.high #headerToggle span {
    background-color: #222121;
  }
}

@media (max-width: 1199px) {
  .l-header {
    background: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
    background: transparent;
  }
}

.l-header .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  height: 126px;
  max-width: 100%;
}

@media (max-width: 1199px) {
  .l-header .container {
    height: 70px;
  }
}

.l-header__top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 98%;
  margin: 0 auto 0 0 !important;
}

.l-header__logo {
  width: 357px;
  height: 126px;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .l-header__logo {
    width: 198px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .l-header__logo {
    width: 198px;
    height: auto;
  }
}

.l-header__logo a {
  display: block;
  height: auto;
  line-height: 0;
}

.l-header__logo a img {
  max-width: 100%;
  height: auto;
}

body.home .l-header {
  width: 100%;
  z-index: 999;
  background: transparent;
  color: #fff;
}

@media (min-width: 1200px) {
  body.home .l-header {
    position: fixed;
    transition: .3s;
  }

  body.home .l-header.high .globalNav>ul li a {
    color: #000;
  }

  body.home .l-header.high {
    background: #fff;
    transition: .3s;
  }

  body.home .l-header.high .globalNav>ul>li.menu-item-has-children>a:after {
    border-color: #000;
  }
}

body.home .l-header .globalNav>ul li a {
  color: #fff;
}

body.home .l-header .globalNav>ul li a:before {
  background: #fff;
}

body.home .l-header .menu-item-has-children a:after {
  border-color: #fff;
}

.globalNav {
  width: auto;
  list-style-position: inside;
}

@media (min-width: 1200px) {
  .globalNav {
    padding-right: 260px;
  }
}

@media (max-width: 1199px) {
  .globalNav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    z-index: 56;
    transition: all 0.3s;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

.globalNav>ul {
  list-style: none;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .globalNav>ul {
    display: block;
    background: rgba(34, 33, 33, 0.9);
    width: 80vw;
    max-width: 400px;
    transform: translateX(100%);
    transition: all 0.3s;
    height: 100%;
    overflow: auto;
  }
}

@media (max-width: 1199px) {
  .globalNav>ul li {
    border-bottom: #b3b3b3 solid 1px;
  }

  .globalNav>ul li:first-child {
    border-top: #b3b3b3 solid 1px;
  }
}

.globalNav>ul li a {
  color: #222121;
  text-decoration: none;
  padding: 1em;
  transition: all 0.1s;
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .globalNav>ul li a {
    padding: 1em 0.4em;
  }
}

@media (min-width: 1200px) {
  .globalNav>ul li a {
    position: relative;
  }
}

@media (max-width: 1199px) {
  .globalNav>ul li a {
    display: block;
    padding: 1em;
    color: #fff;
    position: relative;
  }

  .globalNav>ul li a:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -4px;
  }
}

.globalNav>ul li a:hover {
  opacity: 0.8;
}

.globalNav>ul li:first-child a:before {
  content: none;
}

@media (max-width: 1199px) {
  .globalNav.is-open {
    opacity: 1;
    visibility: visible;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
  }
}

@media (max-width: 1199px) {
  .globalNav.is-open>ul {
    transform: translateX(0);
  }
}

/**ハンバーガーメニュー**/
#headerToggle {
  display: none;
}

@media (max-width: 1199px) {
  #headerToggle {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    z-index: 99;
    cursor: pointer;
    width: 30px;
    height: 25px;
    transition: all 0.3s;
  }

  #headerToggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #222121;
    transition: all 0.4s;
  }

  #headerToggle span:nth-of-type(1) {
    top: 0;
  }

  #headerToggle span:nth-of-type(2) {
    top: 11px;
  }

  #headerToggle span:nth-of-type(3) {
    bottom: 0;
  }

  #headerToggle.active span {
    background-color: white !important;
  }

  #headerToggle.active span:nth-of-type(1) {
    transform: translateY(11px) rotate(-45deg);
  }

  #headerToggle.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
  }

  #headerToggle.active span:nth-of-type(3) {
    transform: translateY(-11px) rotate(45deg);
  }
}

@media (max-width: 1199px) {
  body.home #headerToggle span {
    background-color: #fff;
  }
}

.hdr_info_wrapper {
  display: none;
}

@media (min-width: 1200px) {
  .hdr_info_wrapper {
    display: block;
    position: absolute;
    top: 41px;
    right: 50px;
  }
}

.hdr_info_wrapper .hdr_info {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.hdr_info_wrapper .hdr_info_group {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hdr_info_wrapper .hdr_info_group li {
  margin-left: 10px;
}

.hdr_info_wrapper .hdr_info_group .c-button,
.hdr_info_wrapper .hdr_info_group .p-inquiry .form_button,
.p-inquiry .hdr_info_wrapper .hdr_info_group .form_button {
  min-width: 220px;
  font-size: 1.4rem;
  background-color: #fe0000;
  border-color: #fe0000;
}

.hdr_info_wrapper .hdr_info_group .c-button:hover,
.hdr_info_wrapper .hdr_info_group .p-inquiry .form_button:hover,
.p-inquiry .hdr_info_wrapper .hdr_info_group .form_button:hover {
  background-color: #ff3232;
  border-color: #ff3232;
}

.sp_hdr_info_wrapper {
  display: none;
}

@media (max-width: 1199px) {
  .sp_hdr_info_wrapper {
    display: block;
    position: absolute;
    top: 19px;
    right: 70px;
  }
}

.sp_hdr_info_wrapper .sp_hdr_info_group {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li {
  margin-left: 10px;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_tel a {
  color: #222121;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_tel i {
  font-size: 3.2rem;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_mail a {
  color: #222121;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_mail i {
  font-size: 3.2rem;
}

body.home .hdr_icon_tel a,
body.home .hdr_icon_mail a {
  color: #fff !important;
}

.l-footer {
  position: relative;
}

.l-footer .fNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-footer .fNav ul li+li {
  border-top: 1px solid rgba(34, 33, 33, 0.3);
}

.l-footer .fNav ul li a {
  display: block;
  padding: 1em 15px;
  text-decoration: none;
}

.l-footer .fNav ul li.menu-item-has-children ul {
  display: block !important;
}

.l-footer .copy_right {
  font-size: 1rem;
}

@media (max-width: 767px) {
  .l-footer ul {
    border-top: 1px solid rgba(34, 33, 33, 0.3);
  }

  .l-footer ul li>ul {
    border-top: 1px solid rgba(34, 33, 33, 0.3);
  }

  .l-footer ul li.menu-item-has-children ul {
    display: block !important;
    height: auto !important;
  }

  .l-footer ul li.menu-item-has-children ul a {
    font-size: 90%;
    padding-left: 1.5em;
  }

  .l-footer ul li.menu-item-has-children ul ul a {
    padding-left: 2.5em;
  }

  .l-footer .col {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .l-footer .fNav {
    margin-bottom: 5%;
  }

  .l-footer .fNav ul {
    width: 100%;
    text-align: left;
    border-bottom: none;
  }

  .l-footer .fNav ul li {
    border: none !important;
  }

  .l-footer .fNav ul li a {
    padding: 0.2em 1em 0.2em 1em !important;
    text-decoration: none;
    position: relative;
  }

  .l-footer .fNav ul li a:before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #222121;
    border-right: solid 2px #222121;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
  }

  .l-footer .fNav ul li>ul {
    padding-left: 0.2em;
  }

  .l-footer .fNav ul li>ul a {
    font-size: 90%;
  }

  .l-footer .fNav ul li>ul a:before {
    width: 5px;
    height: 5px;
    border: none;
    background: #222121;
    border-radius: 50%;
    margin-top: -2px;
  }

  .l-footer .fNav ul li>ul .sub-menu {
    padding-left: 1em;
  }

  .l-footer .fNav ul li>ul .sub-menu a:before {
    width: 5px;
    height: 2px;
    border: none;
    background: #222121;
    border-radius: 0;
    transform: rotate(0);
  }
}

.copy_right {
  background: #222121;
  color: white;
  font-size: 1.2rem;
  margin: 0;
  padding: 2em 0;
}

@media (max-width: 767px) {
  .copy_right {
    padding: 1em 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .l-footer nav ul li.tablet-break:after {
    content: "\a";
    white-space: pre;
  }

  .l-footer nav ul li.tablet-break+li:before {
    display: none;
  }
}

.l-footer {
  background: #f5f5f5;
  color: #222121;
}

.l-footer a {
  color: #222121;
}

.l-footer a:hover {
  color: #222121;
}

@media (min-width: 768px) {
  .l-footer .container .row nav ul {
    display: inline-block;
  }

  .l-footer .container .row nav a {
    display: inline-block;
    padding: 0.3em;
  }
}

.main_visual {
  position: relative;
  margin-bottom: 100px;
  margin-top: 0 !important;
}

@media (max-width: 1199px) {
  .main_visual {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .main_visual {
    margin-bottom: 40px;
  }
}

.main_visual .main_visual_slick,
.main_visual .slick-track {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100% !important;
}

.main_visual .slick-track {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.main_visual .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}

.main_visual .main_visual_slick {
  position: relative;
  margin: 0 auto;
}

.main_visual .main_visual_slick .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

.main_visual .main_visual_slick .slick-slide picture,
.main_visual .main_visual_slick .slick-slide img {
  position: absolute;
  left: -300%;
  right: -300%;
  margin: auto;
  top: 0;
  width: auto;
  height: 100%;
}

.main_visual .main_visual_copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 53;
}

.main_visual .main_visual_copy>li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.main_visual .main_visual_copy>li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 84%;
  max-width: 840px;
  max-height: 275px;
  z-index: 52;
}

@media (max-width: 767px) {
  .main_visual .main_visual_copy>li img {
    width: 70%;
    max-width: 840px;
    max-height: 275px;
    z-index: 52;
  }
}

.main_visual .main_visual_slick {
  padding-top: 83.9% !important;
}

@media (min-width: 1000px) {
  .main_visual .main_visual_slick {
    padding-top: 0 !important;
    height: 839px !important;
  }
}

@media (min-width: 1920px) {
  .main_visual .main_visual_slick {
    padding-top: 43.6979166667% !important;
  }
}

@media (max-width: 767px) {
  .main_visual .main_visual_slick {
    padding-top: 130.6666666667% !important;
  }
}

.slick-dots {
  z-index: 55 !important;
  bottom: -50px;
}

.slick-dots li button {
  margin: 0 auto;
  background: #ccc;
}

.slick-dots li.slick-active button {
  background: #222121;
}

.main_visual .main_visual_swiper .swiper-slide {
  position: relative;
}

.main_visual .main_visual_swiper .swiper-slide a {
  color: white;
}

.main_visual .main_visual_swiper .swiper-slide .u-ofi {
  padding-top: 700px;
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  padding: 1em;
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper h3 {
  color: white;
  padding: 0;
  margin: 0 0 0.5em;
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper h3:after {
  content: none;
}

.main_visual .swiper-button-prev,
.main_visual .swiper-button-next {
  background: #222121;
  color: white;
  width: 60px;
  height: 60px;
}

@media (max-width: 767px) {

  .main_visual .swiper-button-prev,
  .main_visual .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}

.main_visual .swiper-button-prev:after,
.main_visual .swiper-button-next:after {
  font-size: 16px;
}

@media (max-width: 767px) {

  .main_visual .swiper-button-prev:after,
  .main_visual .swiper-button-next:after {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .main_visual .swiper-button-prev {
    left: 0;
  }
}

@media (max-width: 767px) {
  .main_visual .swiper-button-next {
    right: 0;
  }
}

.main_visual .swiper-pagination {
  position: static;
  margin: 1em 0;
}

.main_visual .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #222121;
  margin: 0 5px;
  outline-color: transparent;
}

/*==========================
	メインスライド
==========================*/
@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
    /* 拡大率 */
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
    /* 拡大率 */
  }
}

.add-animation {
  -webkit-animation: zoomUp 10s linear 0s normal both;
  animation: zoomUp 10s linear 0s normal both;
}

.c-h1 {
  text-align: center;
  font-size: 4.5rem;
  font-weight: bold;
  padding: 5em 5%;
  color: #fff;
  background: url(../../../../../wp-content/uploads/h1_bg.jpg) no-repeat center/cover;
  margin: 0 0 40px;
}

@media (max-width: 767px) {
  .c-h1 {
    margin-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .c-h1 {
    margin-top: 70px;
  }
}

.c-h1 span {
  display: block;
  font-size: 2.8rem;
  padding-top: 0.2em;
  color: white;
}

.c-h1 a {
  text-decoration: none;
}

.c-h1 a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .c-h1 {
    font-size: 3rem;
  }

  .c-h1 span {
    font-size: 2rem;
  }
}

.c-h2 {
  display: block;
  margin: 0 auto 1em;
  position: relative;
  text-align: center;
  border: 0;
  font-weight: bold;
  font-size: 3.8rem;
  color: #222121;
  padding: 0;
}

.c-h2 a {
  text-decoration: none;
  color: #222121;
}

.c-h2 a:hover {
  text-decoration: underline;
  color: #222121;
}

.c-h2 span {
  display: block;
  color: #fe0000;
  padding-top: 0.5em;
  font-size: 2.2rem;
}

@media (max-width: 767px) {
  .c-h2 span {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .c-h2 {
    font-size: 2.4rem;
  }

  .c-h2:after {
    width: 20px;
  }
}

.c-h3 {
  margin: 0 0 1em;
  padding-bottom: 0.5em;
  color: #222121;
  font-size: 2.4rem;
  position: relative;
}

.c-h3 a {
  text-decoration: none;
}

.c-h3 a:hover {
  text-decoration: underline;
}

.c-h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(34, 33, 33, 0.2);
}

@media (max-width: 767px) {
  .c-h3 {
    font-size: 2rem;
  }
}

.c-h4 {
  margin: 0 0 1em;
  padding-left: 1em;
  font-size: 1.8rem;
  position: relative;
  color: #222121;
  font-weight: bold;
}

.c-h4 a {
  text-decoration: none;
}

.c-h4 a:hover {
  text-decoration: underline;
}

.c-h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 1em;
  margin: auto;
  background: #222121;
}

@media (max-width: 767px) {
  .c-h4 {
    font-size: 1.4rem;
  }
}

.widget_wrap .widget_header {
  font-size: 1.6rem;
  color: #222121;
  padding: 0.5em 0 0.5em 0.5em;
  border-bottom: #222121 solid 2px;
  font-weight: bold;
}

.widget_wrap .widget_header a {
  text-decoration: none;
}

.widget_wrap .widget_header a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .widget_wrap .widget_header {
    font-size: 1.4rem;
  }
}

.p-bread {
  overflow: hidden;
  font-size: 1.2rem;
  margin: 0 auto 60px;
  width: 100%;
  max-width: 1000px;
}

@media (max-width: 767px) {
  .p-bread {
    margin: 0 auto 40px;
  }
}

.p-bread ul {
  padding: 1em 0;
  margin: 0 auto;
  float: none;
}

.p-bread ul li {
  list-style: none;
  position: relative;
  float: left;
  padding-right: 2em;
  margin-right: 1.5em;
}

.p-bread ul li a {
  text-decoration: none;
  color: #222121;
}

.p-bread ul li a:hover {
  color: #222121;
  text-decoration: none;
}

.p-bread ul li:after {
  content: ">";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.p-bread ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.p-bread ul li:last-child:after {
  content: none;
}

.c-button,
.p-inquiry .form_button {
  display: inline-block;
  max-width: 200px;
  width: 100%;
  margin: 0;
  padding: 1em 1em;
  border: #222121 solid 1px;
  border-radius: 0px;
  line-height: 1;
  background: #222121;
  color: white;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s;
  font-size: 1.5rem;
  cursor: pointer;
  /*
  * ボタン矢印
  */
}

.c-button:hover,
.p-inquiry .form_button:hover {
  background: #3c3a3a;
  color: white;
  border-color: #3c3a3a;
}

.c-button.arrow,
.p-inquiry .arrow.form_button {
  position: relative;
  font-size: 1.5rem;
}

.c-button.arrow:after,
.p-inquiry .arrow.form_button:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 49%;
  right: 5%;
  margin: auto;
  width: 20px;
  height: 5px;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  transform: skew(45deg);
  transition: 0.2s;
}

.c-button.arrow:hover,
.p-inquiry .arrow.form_button:hover {
  border: 1px solid #222121;
}

.c-button.arrow:hover:after,
.p-inquiry .arrow.form_button:hover:after {
  right: 4%;
}

.u-highlight .c-button,
.u-highlight .p-inquiry .form_button,
.p-inquiry .u-highlight .form_button {
  color: white;
}

.u-highlight .c-button:hover,
.u-highlight .p-inquiry .form_button:hover,
.p-inquiry .u-highlight .form_button:hover {
  color: white;
}

.c-button.inverse,
.p-inquiry .inverse.form_button {
  background: none;
  border-color: #222121;
  color: #222121;
}

.c-button.inverse:after,
.p-inquiry .inverse.form_button:after {
  border-color: #222121;
}

.c-button.inverse:hover,
.p-inquiry .inverse.form_button:hover {
  background: #222121;
  color: #fff;
}

.c-button.inverse:hover:after,
.p-inquiry .inverse.form_button:hover:after {
  border-color: #fff;
}

.c-button.block,
.p-inquiry .block.form_button {
  display: block;
  min-width: 100%;
}

.c-button.small,
.p-inquiry .small.form_button {
  padding: 0.8em 1em;
  max-width: unset;
  width: auto;
}

.c-button.small.arrow,
.p-inquiry .small.arrow.form_button {
  padding-right: 2.5em;
}

.c-button+.c-button,
.p-inquiry .form_button+.c-button,
.p-inquiry .c-button+.form_button,
.p-inquiry .form_button+.form_button {
  margin-left: 0.5em;
}

@media (max-width: 767px) {

  .c-button+.c-button,
  .p-inquiry .form_button+.c-button,
  .p-inquiry .c-button+.form_button,
  .p-inquiry .form_button+.form_button {
    margin-left: 0;
    margin-top: 1em;
  }
}

/* お問い合わせフォーム */
.p-inquiry .h-adr {
  margin: 0;
  padding: 4%;
  border: rgba(34, 33, 33, 0.1) solid 5px;
  border-radius: 10px;
}

.p-inquiry .c-table__default {
  border: none;
}

.p-inquiry .c-table__default tr:not(:last-of-type) {
  border-bottom: 1px solid #cccccc;
}

.p-inquiry .c-table__default th {
  background: none;
  border: none;
  text-align: left;
  padding: 1.4em 50px 1.2em 0.5em;
  vertical-align: top;
  font-weight: bold;
  position: relative;
}

@media (max-width: 767px) {
  .p-inquiry .c-table__default th {
    padding: 1em 0 0;
  }
}

.p-inquiry .c-table__default th .u-required {
  display: inline-block;
  background: #d43f3a;
  color: white;
  padding: 4px 10px;
  border-radius: 3px;
  font-size: 1.2rem;
  margin-left: 0.5em;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .p-inquiry .c-table__default th .u-required {
    position: absolute;
    top: 1.6em;
    right: 0;
  }
}

.p-inquiry .c-table__default td {
  background: none;
  border: none;
  padding: 1.2em 0.5em;
}

@media (max-width: 767px) {
  .p-inquiry .c-table__default td {
    padding: 0.5em 0 1em;
  }
}

.p-inquiry .input_wrap {
  display: block;
  margin: 0;
  padding: 0 0.2em;
}

@media (max-width: 767px) {
  .p-inquiry .input_wrap {
    margin: 0;
  }
}

.p-inquiry .input_wrap input,
.p-inquiry .input_wrap textarea {
  margin: 0;
}

.p-inquiry .input_wrap:last-child {
  margin-right: auto;
}

.p-inquiry__text--2col {
  display: flex;
}

.p-inquiry__text--2col .input_wrap {
  flex-basis: 50%;
}

.p-inquiry input[type=text],
.p-inquiry input[type=url],
.p-inquiry input[type=email],
.p-inquiry input[type=tel],
.p-inquiry input[type=date],
.p-inquiry input[type=number],
.p-inquiry select,
.p-inquiry textarea {
  width: 100%;
  max-width: 100%;
  padding: 7px 2%;
  color: #222121;
  font-size: 1.6rem;
  margin: 0 0.2em;
  border: 1px solid #cccccc;
  background: #fafafa;
  border-radius: 3px;
  -webkit-appearance: none;
}

@media (max-width: 767px) {

  .p-inquiry input[type=text],
  .p-inquiry input[type=url],
  .p-inquiry input[type=email],
  .p-inquiry input[type=tel],
  .p-inquiry input[type=date],
  .p-inquiry input[type=number],
  .p-inquiry select,
  .p-inquiry textarea {
    margin: 0.2em 0;
  }
}

.p-inquiry input[type=number] {
  width: 65px;
  text-align: center;
}

.p-inquiry input.p-postal-code {
  width: 200px;
}

.p-inquiry input.p-region {
  width: 100px;
}

.p-inquiry input.p-locality {
  width: 150px;
}

.p-inquiry input.p-street-address {
  width: 100%;
}

.p-inquiry input.p-extended-address {
  width: 100%;
}

.p-inquiry .mwform-tel-field {
  display: flex;
  justify-content: space-between;
}

.p-inquiry .submit {
  margin: 1em 0;
  text-align: center;
}

.p-inquiry label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.p-inquiry .input_wrap .mwform-checkbox-field {
  display: block;
  margin: 0;
}

@media (min-width: 768px) {

  .p-inquiry input[type=text],
  .p-inquiry input[type=url],
  .p-inquiry input[type=email],
  .p-inquiry input[type=tel],
  .p-inquiry input[type=date],
  .p-inquiry input[type=text],
  .p-inquiry select {
    margin: 0 0.2em;
  }

  .p-inquiry input[type=number] {
    width: 65px;
  }

  .p-inquiry input.p-postal-code {
    width: 200px;
  }

  .p-inquiry input.p-region {
    width: 100px;
  }

  .p-inquiry input.p-locality {
    width: 150px;
  }

  .p-inquiry input.p-street-address {
    width: 100%;
  }

  .p-inquiry input.p-extended-address {
    width: 100%;
  }

  .p-inquiry textarea {
    width: 100%;
  }

  .p-inquiry .input_wrap {
    display: block;
    margin: 0 0.2em;
  }

  .p-inquiry .input_wrap input,
  .p-inquiry .input_wrap textarea {
    margin: 0;
  }

  .p-inquiry .input_wrap:last-child {
    margin-right: auto;
  }

  .p-inquiry .submit {
    margin: 60px 0 0;
  }

  .p-inquiry .form_button,
  .p-inquiry .wpcf7-submit {
    background: #222121;
    color: white;
    border-color: #222121;
  }

  .p-inquiry .form_button.form_back,
  .p-inquiry .wpcf7-submit.form_back {
    background: #ccc;
    border-color: #ccc;
    color: #666;
  }

  .p-inquiry .form_button.form_back:hover,
  .p-inquiry .wpcf7-submit.form_back:hover {
    background: #bfbfbf;
    border-color: #bfbfbf;
    color: #666;
  }

  .p-inquiry .form_button.form_send,
  .p-inquiry .wpcf7-submit.form_send {
    background: #080808;
    border-color: #080808;
    color: #fff;
  }

  .p-inquiry .form_button.form_send:hover,
  .p-inquiry .wpcf7-submit.form_send:hover {
    background: black;
    border-color: black;
    color: #fff;
  }
}

.form_button_wrap {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .form_button_wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}

.form_button_wrap button {
  margin: 0.5em !important;
}

.privacy_wrap {
  margin-top: 5%;
  border: #ccc solid 1px;
  padding: 1em;
  height: 400px;
  overflow-y: scroll;
}

.mw_wp_form_confirm .input-show {
  display: none !important;
}

.mw_wp_form_input .input-hide {
  display: none !important;
}

.mw_wp_form .error {
  color: #d43f3a !important;
}

header .globalNav>ul>li.menu-item-has-children {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

header .globalNav>ul>li.menu-item-has-children>a {
  position: relative;
}

@media (max-width: 1199px) {
  header .globalNav>ul>li.menu-item-has-children>a {
    width: calc(100% - 49px);
  }
}

header .globalNav>ul>li.menu-item-has-children>a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(135deg);
  transition: 0.2s;
}

@media (max-width: 1199px) {
  header .globalNav>ul>li.menu-item-has-children>a:after {
    content: none;
  }
}

header .globalNav>ul>li.menu-item-has-children.menu_under_open>a:after {
  transform: translate(0, 0) rotate(-45deg);
}

header .globalNav>ul>li>.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 1200px) {
  header .globalNav>ul>li>.sub-menu {
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 1199px) {
  header .globalNav>ul>li>.sub-menu {
    width: 100%;
    display: none;
  }
}

header .globalNav>ul>li>.sub-menu>li {
  border-bottom: 1px solid #b3b3b3;
}

@media (max-width : 1199px) {
  header .globalNav>ul>li.menu-item-has-children.menu-wide>.sub-menu>li.typeA a:not(:last-child) {
    border-bottom: 1px solid #b3b3b3;
  }
}

header .globalNav>ul>li>.sub-menu>li:last-child {
  border-bottom: none;
}

header .globalNav>ul>li>.sub-menu>li>a {
  background: rgba(60, 58, 58, 0.9);
  padding-left: 2em;
  position: relative;
}

header .globalNav>ul>li>.sub-menu>li.menu-item-has-children {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

header .globalNav>ul>li>.sub-menu>li.menu-item-has-children>a {
  position: relative;
}

@media (max-width: 1199px) {
  header .globalNav>ul>li>.sub-menu>li.menu-item-has-children>a {
    width: calc(100% - 49px);
  }
}

@media (min-width: 1200px) {
  header .globalNav>ul>li>.sub-menu>li.menu-item-has-children>a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    transition: 0.2s;
  }
}

@media (max-width: 1199px) {
  header .globalNav>ul>li>.sub-menu>li.menu-item-has-children>a:after {
    content: none;
  }
}

@media (max-width: 1199px) {
  header .globalNav>ul>li>.sub-menu>li.menu-item-has-children.menu_under_open>a:after {
    transform: translate(0, 0) rotate(-45deg);
  }
}

header .globalNav>ul>li>.sub-menu>li.menu-item-has-children>.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 1200px) {
  header .globalNav>ul>li>.sub-menu>li.menu-item-has-children>.sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
}

@media (max-width: 1199px) {
  header .globalNav>ul>li>.sub-menu>li.menu-item-has-children>.sub-menu {
    display: none;
  }
}

@media (min-width: 1200px) {
  header .globalNav>ul>li>.sub-menu>li.menu-item-has-children>.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
  }
}

@media (max-width: 1199px) {
  header .globalNav>ul>li>.sub-menu>li.menu-item-has-children>.sub-menu {
    width: 100%;
    display: none;
  }
}

header .globalNav>ul>li>.sub-menu>li.menu-item-has-children>.sub-menu li:not(:last-child) {
  border-bottom: #fff solid 1px;
}

@media (max-width: 1199px) {
  header .globalNav>ul>li>.sub-menu>li.menu-item-has-children>.sub-menu li:not(:last-child) {
    border-bottom: #b3b3b3 solid 1px;
  }
}

header .globalNav>ul>li>.sub-menu>li.menu-item-has-children>.sub-menu li:last-child {
  border-bottom: none;
}

header .globalNav>ul>li>.sub-menu>li.menu-item-has-children>.sub-menu li a {
  background: rgba(73, 71, 71, 0.9);
}

@media (max-width: 1199px) {
  header .globalNav>ul>li>.sub-menu>li.menu-item-has-children>.sub-menu li a {
    padding-left: 2.5em;
  }
}

@media (min-width: 1200px) {

  header .globalNav>ul>li>.sub-menu>li.menu-item-has-children:hover>.sub-menu,
  header .globalNav>ul>li>.sub-menu>li.menu-item-has-children.menu_under_open>.sub-menu {
    opacity: 1;
    visibility: visible;
  }
}

.child-menu-button {
  position: relative;
  width: 49px;
  min-height: 49px;
  background: #000;
  border: 0;
  outline: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (min-width: 1200px) {
  .child-menu-button {
    display: none;
  }
}

.child-menu-button:before,
.child-menu-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  background: #fff;
  transition: 0.2s ease;
}

.child-menu-button:before {
  width: 15px;
  height: 1px;
}

.child-menu-button:after {
  width: 1px;
  height: 15px;
}

.child-menu-button.is-open:before {
  opacity: 0;
  transform: rotate(90deg);
}

.child-menu-button.is-open:after {
  transform: rotate(90deg);
}

.child-menu-button.is-open+.sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  display: none;
}

@media (min-width: 1200px) {
  header .globalNav>ul>li.menu-item-has-children {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  header .globalNav>ul>li.menu-item-has-children>a {
    padding-right: 2em;
    position: relative;
  }

  header .globalNav>ul>li.menu-item-has-children>a:after {
    border-color: #222121;
    width: 6px;
    height: 6px;
  }

  header .globalNav>ul>li.menu-item-has-children>a:after {
    transform: translate(0, -50%) rotate(135deg);
  }

  header .globalNav>ul>li.menu-item-has-children>a.menu_under_open:after {
    transform: translate(0) rotate(-45deg);
  }

  header .globalNav>ul>li.menu-item-has-children.menu-wide {
    position: initial;
  }

  header .globalNav>ul>li.menu-item-has-children.menu-wide>.sub-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: 0px;
    right: 0px;
    background: #000;
    cursor: initial;
    top: calc(100% - 35px);
  }

  header .globalNav>ul>li.menu-item-has-children.menu-wide>.sub-menu>li {
    width: 200px;
    max-width: 100%;
    border-bottom: none !important;
    border-left: solid 1px #333333;
  }

  header .globalNav>ul>li.menu-item-has-children.menu-wide>.sub-menu>li.typeA {
    border: 0 !important;
    padding: 0 30px;
    text-align: left;
  }

  header .globalNav>ul>li.menu-item-has-children.menu-wide>.sub-menu>li.typeA a {
    padding: 5px 0 5px 10px;
    position: relative;
  }

  header .globalNav>ul>li.menu-item-has-children.menu-wide>.sub-menu>li.typeA a:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  header .globalNav>ul>li.menu-item-has-children.menu-wide>.sub-menu>li:last-child {
    border-right: solid 1px #333333;
  }

  header .globalNav>ul>li.menu-item-has-children.menu-wide>.sub-menu>li>a {
    background: #000;
    padding: 0;
    color: #fff;
  }

  header .globalNav>ul>li.menu-item-has-children.menu-wide>.sub-menu>li>a span {
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header .globalNav>ul>li.menu-item-has-children>.sub-menu {
    position: absolute;
    right: 0;
    margin: auto;
    top: 100%;
    min-width: 200px;
    letter-spacing: -0.4em;
    z-index: 999;
  }

  header .globalNav>ul>li.menu-item-has-children>.sub-menu>li {
    letter-spacing: normal;
    display: block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-bottom: 0;
    padding: 0;
  }

  header .globalNav>ul>li.menu-item-has-children>.sub-menu>li:not(:last-child) {
    border-bottom: white solid 1px;
  }

  header .globalNav>ul>li.menu-item-has-children>.sub-menu>li a {
    display: block;
    background: rgba(34, 33, 33, 0.9);
    padding: 0.5em;
    color: #fff;
  }

  header .globalNav>ul>li.menu-item-has-children>.sub-menu>li a:before {
    content: none;
  }
}

@media (min-width: 1200px) and (max-width: 1199px) {
  header .globalNav>ul>li.menu-item-has-children {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  header .globalNav>ul>li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }

  header .globalNav>ul>li.menu-item-has-children:hover>a:after {
    transform: translate(0) rotate(-45deg);
  }

  header .globalNav>ul>li.menu-item-has-children:hover>ul {
    opacity: 1;
    height: auto;
    visibility: visible;
  }
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #222121;
}

.movie {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie.ar16to9 {
  padding-top: 56.25%;
}

.movie.ar4to3 {
  padding-top: 75%;
}

@media (max-width: 767px) {
  .p-news .c-heading {
    display: flex;
    justify-content: space-between;
  }

  .p-news .c-heading h2 {
    text-align: left;
    margin: 0 0 1em;
  }

  .p-news .c-heading h2:after {
    right: auto;
  }
}

.p-news .c-heading h2 span {
  padding-top: 0 !important;
  position: relative;
  padding-right: 35px;
  display: table;
}

.p-news .c-heading h2 span:after {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 2px;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  background: #fe0000;
}

.p-news dl {
  margin: 0;
  overflow-y: auto;
  max-height: 300px;
}

.p-news dl dt {
  margin: 0.5em 0 0;
  padding: 0 1em;
  font-weight: normal;
}

.p-news dl dd {
  margin: 0.5em 0;
  padding: 0 1em 0.5em;
  border-bottom: #ccc solid 1px;
  position: relative;
}

.p-news dl dd a {
  text-decoration: none;
}

.p-news dl dd a:hover {
  text-decoration: underline;
}

.p-news dl .badge_category {
  display: inline-block;
  background: #222121;
  color: white;
  padding: 0.2em 1em;
  margin-left: 1em;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .p-news>div {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }

  .p-news>div .c-heading {
    width: 23.5%;
  }

  .p-news h2 {
    margin: 0;
    padding: 0;
    text-align: left;
  }

  .p-news h2:after {
    display: none;
  }

  .p-news .c-content {
    overflow: hidden;
    width: 76.5%;
    padding-left: 2%;
  }

  .p-news dl {
    overflow-y: auto;
    max-height: 200px;
  }

  .p-news dl dt {
    margin: 0;
    padding: 1.2em 0;
    float: left;
    color: #8c8c8c;
  }

  .p-news dl dd {
    margin: 0;
    padding: 1.2em 0 1.2em 100px;
  }
}

.c-pageTop {
  position: fixed;
  bottom: 20px;
  right: 5%;
  z-index: 98;
}

@media (min-width: 1200px) {
  .c-pageTop {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .c-pageTop {
    right: 0;
    top: 0;
    bottom: 0;
  }
}

.c-pageTop a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: rgba(34, 33, 33, 0.9);
}

@media (min-width: 1200px) {
  .c-pageTop a {
    width: 36px;
    height: 100vh;
    border-radius: 0;
    background: #fe0000;
  }
}

.c-pageTop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translate(-50%, -20%) rotate(45deg);
  transition: 0.2s;
}

@media (min-width: 1200px) {
  .c-pageTop a:after {
    transform: translate(-50%, -50%);
    width: 10px;
    height: 106px;
    border: none;
    background: url(../../../../../wp-content/uploads/pagetop_txt.png) no-repeat center;
  }
}

@media (max-width: 1199px) {
  footer.high .c-pageTop {
    position: absolute;
    bottom: auto;
    right: 5%;
    top: 0;
    margin: 0;
    transform: translateY(-50%);
  }
}

.p-qa__question {
  font-size: 1.6rem;
  border: none;
  position: relative;
  margin: 0 0 0;
  padding: 1em 50px 1em 1em;
  background-color: rgba(34, 33, 33, 0.1);
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.p-qa__question:after {
  content: none;
}

.p-qa__question:before {
  content: none;
}

.p-qa__question.is-open:after {
  transform: rotate(180deg);
}

.p-qa__question:not(:first-child) {
  margin-top: 1em !important;
}

.p-qa__answer {
  padding: 1em 0 0 1em;
}

.p-qa.js-qa_active .p-qa__question {
  cursor: pointer;
}

.p-qa.js-qa_active .p-qa__question:hover {
  opacity: 0.8;
}

.p-qa.js-qa_active .p-qa__question:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 1em;
  left: auto;
  top: 50%;
  bottom: auto;
  margin-top: -12px;
  background: url(../../../../..../../../../../wp-content/uploads/arrow_down.svg) center center no-repeat;
  background-size: 24px;
  transition: 0.5s;
  border: none;
}

.p-qa.js-qa_active .p-qa__answer {
  display: none;
}

.u-highlight .p-qa__question {
  background: rgba(47, 46, 46, 0.1);
}

.u-highlight .p-qa__question:hover {
  background: rgba(39, 38, 38, 0.1);
}

.u-highlight .p-qa__question.is-open:hover {
  background: rgba(47, 46, 46, 0.1);
}

.nav_search {
  display: none;
}

.nav_search_box {
  display: none;
}

.p-search .article_list {
  padding: 0;
  border-bottom: rgba(34, 33, 33, 0.1) solid 1px;
}

.p-search .article_list:first-of-type {
  border-top: rgba(34, 33, 33, 0.1) solid 1px;
}

.p-search .article_list .col {
  margin: 0;
}

.p-search .article_list .search_item {
  display: block;
  text-decoration: none;
  color: currentColor;
  padding: 1em;
}

.p-search .article_list .search_item:hover {
  opacity: 0.8;
  background: rgba(34, 33, 33, 0.03);
}

.p-search .article_list .search_item h2 {
  margin: 0 0 0 !important;
  padding-bottom: 0 !important;
  text-align: left;
}

.p-search .article_list .search_item h2:after {
  content: none;
}

.p-search .article_list .search_item h2~p {
  margin-top: 0.6em;
}

.shopinfo figure,
.shopinfo picture {
  max-width: 80%;
  margin: 0 auto;
}

.shopinfo address {
  text-align: center;
  font-size: 2rem;
  font-style: normal;
}

.shopinfo dl {
  margin: 2em 0;
  line-height: 1.4;
}

.shopinfo dl:first-child {
  margin-top: 0;
}

.shopinfo dl dt {
  margin: 0 0 0.2em 0;
  font-weight: normal;
}

.shopinfo dl dt:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 3px;
  margin-right: 0.3em;
  vertical-align: middle;
  background: #222121;
}

.shopinfo dl dd {
  margin: 0 0 0.5em 1em;
  padding: 0;
}

.c-mapContainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}

.c-mapContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-mapContainer+p {
  margin-top: 2em;
}

.map_wide {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}

.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.scroll .googlemap {
  pointer-events: none;
}

@media (min-width: 768px) {

  .shopinfo figure,
  .shopinfo picture {
    max-width: 100%;
  }

  .shopinfo address {
    margin-bottom: 15px;
    text-align: left;
    font-size: 2.6rem;
    line-height: 1;
  }

  .shopinfo dl.dl-horizontal {
    margin: 10px 0;
  }

  .shopinfo dl.dl-horizontal dd {
    margin-bottom: 0.3em;
  }

  .shopinfo .span12 .c-mapContainer {
    padding-top: 50%;
  }

  .c-mapWide {
    padding-top: 420px;
  }
}

.p-sitemap {
  border-top: rgba(34, 33, 33, 0.3) solid 1px;
}

.p-sitemap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-sitemap ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 0.6em 1em 0.6em 1.5em;
  border-bottom: rgba(34, 33, 33, 0.3) solid 1px;
  font-size: 1.8rem;
}

.p-sitemap ul li a:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #222121;
  border-right: solid 2px #222121;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.5em;
  margin: auto;
}

.p-sitemap ul li a:hover {
  background: rgba(34, 33, 33, 0.1);
}

.p-sitemap ul.children {
  margin: 0;
}

.p-sitemap ul.children li a {
  padding-left: 3em;
  font-size: 1.4rem;
}

.p-sitemap ul.children li a:before {
  left: 2em;
}

.sns_icons {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0rem;
  margin: auto;
}

.sns_icons>li {
  display: inline;
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
  font-size: 1.5rem;
}

.sns_icons li {
  display: inline-block;
}

.sns_icons li:not(:last-child) {
  margin-right: 10px;
}

.sns_icons a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
}

.sns_icons a.icon_facebook {
  background-image: url(../../../../..../../../../../wp/wp-content/uploads/icon_facebook.png);
}

.sns_icons a.icon_twitter {
  background-image: url(../../../../..../../../../../wp/wp-content/uploads/icon_twitter.png);
}

.sns_icons a.icon_line {
  background-image: url(../../../../..../../../../../wp/wp-content/uploads/icon_line.png);
}

.sns_icons a.icon_google {
  background-image: url(../../../../..../../../../../wp/wp-content/uploads/icon_google.png);
}

.sns_icons a.icon_instagram {
  background-image: url(../../../../..../../../../../wp/wp-content/uploads/icon_instagram.png);
}

footer .sns_icons {
  margin-top: 1.5em;
}

@media (min-width: 768px) {
  .sns_icons {
    margin: 0;
  }

  .sns_icons.center {
    margin: auto;
  }

  .sns_icons li:not(:last-child) {
    margin-right: 20px;
  }

  .sns_icons a {
    width: 68px;
    height: 68px;
  }

  footer .sns_icons {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .sp_image_cols {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 20px;
  }

  .sp_image_cols.sp_col2 .col {
    width: 49%;
  }

  .sp_image_cols.sp_col3 {
    display: flex;
    flex-wrap: wrap;
  }

  .sp_image_cols.sp_col3 .col {
    width: 33.3333333333%;
    padding: 0 1%;
  }
}

table {
  margin: 0 auto;
}

table td,
table th {
  padding: 0.7em 1em;
}

@media (max-width: 767px) {

  table td,
  table th {
    padding: 0.7em 0.3em;
  }
}

table th {
  text-align: center;
  font-weight: normal;
}

.c-table__default {
  width: 100%;
  table-layout: fixed;
}

.c-table__default thead th,
.c-table__default thead td {
  background: rgba(34, 33, 33, 0.15);
}

.c-table__default td,
.c-table__default th {
  border: 1px solid #ccc;
}

.c-table__default th {
  background: rgba(204, 204, 204, 0.2);
  color: #222121;
}

.c-table__default td {
  background: transparent;
}

.c-table__default.table-mini td,
.c-table__default.table-mini th {
  padding: 0.5em 1em;
}

@media (max-width: 767px) {

  .c-table__default.table-mini td,
  .c-table__default.table-mini th {
    padding: 0.5em 0.3em;
  }
}

.c-table__menu {
  width: 100%;
}

.c-table__menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 2rem;
}

.c-table__menu td,
.c-table__menu th {
  padding: 0.7em 1em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 767px) {

  .c-table__menu td,
  .c-table__menu th {
    padding: 0.7em 0.3em;
  }
}

.c-table__menu tbody th {
  text-align: left;
}

.c-table__menu td:last-child {
  text-align: right;
  white-space: nowrap;
}

.c-table__schedule {
  width: 100%;
}

.c-table__schedule caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 2rem;
}

.c-table__schedule td,
.c-table__schedule th {
  border: 1px solid #ccc;
  padding: 0.7em 1em;
  text-align: center;
}

@media (max-width: 767px) {

  .c-table__schedule td,
  .c-table__schedule th {
    padding: 0.7em 0.3em;
  }
}

.c-table__schedule thead th {
  background: rgba(204, 204, 204, 0.2);
}

.c-table__schedule tbody th {
  background: rgba(204, 204, 204, 0.2);
}

.c-table__schedule td {
  background: transparent;
}

@media (max-width: 767px) {
  .responsiveStack {
    display: block;
  }

  .responsiveStack thead {
    display: none;
  }

  .responsiveStack tbody,
  .responsiveStack td,
  .responsiveStack th,
  .responsiveStack tr {
    display: block;
  }

  .responsiveStack td,
  .responsiveStack th {
    width: 100% !important;
  }

  .responsiveStack tr:not(:last-child) td,
  .responsiveStack tr:not(:last-child) th {
    border-bottom: 0;
  }

  .responsiveStack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .js-responsiveScroll__container {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: scroll;
  }

  .js-responsiveScroll__container .js-responsiveScroll__inner {
    width: 798px;
    padding: 0 15px 15px;
  }

  .js-responsiveScroll__container table {
    width: 768px;
    margin: 0;
  }
}

table.c-table__default.typeA tr td,
table.c-table__default.typeA tr th {
  border: 0;
}

table.c-table__default.typeA tr:nth-child(odd) th {
  background: #222121;
}

table.c-table__default.typeA tr:nth-child(odd) td {
  background: rgba(34, 33, 33, 0.1);
}

table.c-table__default.typeA tr:nth-child(even) th {
  background: #3c3a3a;
}

table.c-table__default.typeA tr:nth-child(even) td {
  background: rgba(60, 58, 58, 0.1);
}

table.c-table__default.typeB {
  border-spacing: 0;
  overflow: hidden;
}

table.c-table__default.typeB tbody td,
table.c-table__default.typeB tbody th {
  background: transparent;
  color: #222121;
  border: 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0.1);
}

table.c-table__default.typeB tbody tr {
  position: relative;
}

table.c-table__default.typeB tbody th {
  color: #222121;
}

table.c-table__default.typeC th {
  background: rgba(204, 204, 204, 0.2);
  color: #222121;
}

table.c-table__default.typeC td,
table.c-table__default.typeC th {
  border: 0;
}

table.c-table__default.typeC td:not(:last-child),
table.c-table__default.typeC th:not(:last-child) {
  border-bottom: 2px #fff solid;
}

table.c-table__default.typeC tr {
  position: relative;
}

table.c-table__default.typeC td {
  transform: translateX(2px);
}

.u-highlight table.c-table__default.typeC td,
.u-highlight table.c-table__default.typeC th {
  border: 0;
}

.u-highlight table.c-table__default.typeC td:not(:last-child),
.u-highlight table.c-table__default.typeC th:not(:last-child) {
  border-bottom: 2px rgba(34, 33, 33, 0.1) solid;
}

.p-articleList {
  padding: 0.5em;
  border-top: rgba(34, 33, 33, 0.2) solid 1px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .p-articleList {
    padding: 1em;
  }
}

.p-articleList .span_12 {
  margin: 2% 0;
}

.p-articleList:last-of-type {
  border-bottom: rgba(34, 33, 33, 0.2) solid 1px;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .p-articleList:last-of-type {
    margin-bottom: 40px;
  }
}

.p-articleList .c-postHeader__time:before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  margin-right: 0.5em;
}

.p-articleList .c-postHeader__categoryBadge {
  background: #222121;
  color: white;
  font-size: 1.4rem;
  margin-left: 1em;
  display: inline-block;
}

.p-articleList .c-postHeader__categoryBadge a {
  display: block;
  padding: 0.2em 1em;
  color: white;
  text-decoration: none;
}

.p-articleList .c-h2 {
  text-align: left;
  margin: 0 0 0.5em !important;
  padding: 0;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .p-articleList .c-h2 {
    font-size: 1.9rem;
  }
}

.p-articleList .c-h2:after {
  content: none;
}

.p-articleList .c-h2 a:hover {
  text-decoration: none;
  color: #222121;
}

.m-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .m-pagenation {
    margin-bottom: 50px;
  }
}

.m-pagenation .m-pagenation__prev {
  margin-right: 0.5em;
}

.m-pagenation .m-pagenation__prev a {
  display: block;
  text-decoration: none;
  padding: 0.3em 1em;
  border: #ccc solid 1px;
}

.m-pagenation .m-pagenation__prev a:hover {
  background: rgba(34, 33, 33, 0.1);
  border-color: rgba(34, 33, 33, 0.1);
}

.m-pagenation .m-pagenation__next {
  margin-left: 0.5em;
}

.m-pagenation .m-pagenation__next a {
  display: block;
  text-decoration: none;
  padding: 0.3em 1em;
  border: #ccc solid 1px;
}

.m-pagenation .m-pagenation__next a:hover {
  background: rgba(34, 33, 33, 0.1);
  border-color: rgba(34, 33, 33, 0.1);
}

.m-pagenation .m-pagenation__body {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.m-pagenation .m-pagenation__body li {
  display: inline-block;
  margin: 0 5px;
}

.m-pagenation .m-pagenation__body li a {
  text-decoration: none;
  display: block;
  padding: 0.3em 1em;
  border: #ccc solid 1px;
}

.m-pagenation .m-pagenation__body li a:hover {
  background: rgba(34, 33, 33, 0.1);
  border-color: rgba(34, 33, 33, 0.1);
}

.m-pagenation .m-pagenation__body li.current {
  background: #222121;
  color: white;
  border: #222121 solid 1px;
  padding: 0.3em 1em;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .wp-pagenavi {
    margin-bottom: 50px;
  }
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
  padding: 0.3em 1em;
  border: #ccc solid 1px;
  color: #222121;
}

.wp-pagenavi a.current,
.wp-pagenavi span.current {
  background: #222121;
  color: white;
  border: #222121 solid 1px;
  padding: 0.3em 1em;
}

.wp-pagenavi a:hover {
  background: rgba(34, 33, 33, 0.1);
  border-color: rgba(34, 33, 33, 0.1);
}

.article_single01 .article_single01_02 {
  margin-top: 10px;
}

.article_single01 .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single01 .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single01 .ofi {
  background: rgba(34, 33, 33, 0.1);
}

.article_single01 .more {
  display: block;
  text-align: center;
}

.article_single02 .article_single02_01 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single02 .article_single02_01 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single02 .ofi {
  background: rgba(34, 33, 33, 0.1);
}

.article_single02 .more {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_6 {
    width: 45%;
    margin-left: 10%;
  }

  .article_single03 .article_single03_02 .span_6:first-child {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_12 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.article_single03 .article_single03_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single03 .article_single03_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single03 .case_arrow {
  position: relative;
}

@media (max-width: 767px) {
  .article_single03 .case_arrow {
    margin-bottom: 10%;
  }
}

.article_single03 .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 108%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #222121;
  border-right: 3px solid #222121;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .article_single03 .case_arrow:after {
    left: 0;
    right: 0;
    top: 105%;
    width: 20px;
    height: 20px;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}

.article_single03 .ofi {
  background: rgba(34, 33, 33, 0.1);
}

.article_single03 .more {
  display: block;
  text-align: center;
}

.article_single04 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article_single04 .article_single04_01_img1 .ofi {
  padding-top: 75%;
}

.article_single04 .article_single04_01_img2 .ofi {
  padding-top: 15%;
}

.article_single04 .article_single04_01_img3 .ofi {
  padding-top: 10.8%;
}

.article_single04 .article_single04_01_img4 .ofi {
  padding-top: 8.4%;
}

.article_single04 .article_single04_01_img5 .ofi {
  padding-top: 6.9%;
}

.article_single04 .article_single04_01_img6 .ofi {
  padding-top: 5.8%;
}

.article_single04 .article_single04_01_nav {
  margin-top: 15px;
}

.article_single04 .article_single04_01_nav .ofi {
  padding-top: 11.1%;
}

.article_single04 .article_single04_01_nav .slick-track {
  width: 100% !important;
  transform: none !important;
  left: 0 !important;
}

.article_single04 .article_single04_01_nav li {
  margin-left: 0.8%;
  width: 16% !important;
}

.article_single04 .article_single04_01_nav li:nth-child(1) {
  margin-left: 0;
}

.article_single04.article_container .article_single04_01_img1 .ofi {
  padding-top: 74.5%;
}

.article_single04.article_container .article_single04_01_img2 .ofi {
  padding-top: 18.7%;
}

.article_single04.article_container .article_single04_01_img3 .ofi {
  padding-top: 14.9%;
}

.article_single04.article_container .article_single04_01_img4 .ofi {
  padding-top: 12.5%;
}

.article_single04.article_container .article_single04_01_img5 .ofi {
  padding-top: 10.7%;
}

.article_single04.article_container .article_single04_01_img6 .ofi {
  padding-top: 9.4%;
}

.article_single04.article_container .article_single04_01_nav {
  margin-top: 15px;
}

.article_single04.article_container .article_single04_01_nav .ofi {
  padding-top: 12%;
}

.article_single04.article_container .article_single04_01_nav .slick-track {
  width: 100% !important;
  transform: none !important;
  left: 0 !important;
}

.article_single04.article_container .article_single04_01_nav li {
  margin-left: 0.8%;
  width: 16% !important;
}

.article_single04.article_container .article_single04_01_nav li:nth-child(1) {
  margin-left: 0;
}

.article_single04 .article_single04_02 {
  margin-top: 10px;
}

.article_single04 .article_single04_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single04 .article_single04_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single04 .slick-next,
.article_single04 .slick-prev {
  z-index: 1;
}

.article_single04 .slick-next:before,
.article_single04 .slick-prev:before {
  content: none;
}

.article_single04 .slick-next:after,
.article_single04 .slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #222121;
  transition: 0.2s;
  z-index: 1;
}

.article_single04 .slick-prev {
  left: 0;
}

.article_single04 .slick-prev:after {
  left: 0;
  border-left: 3px solid #222121;
  transform: translate(0, -50%) rotate(-45deg);
  transform-origin: right top;
}

.article_single04 .slick-next {
  right: 0;
}

.article_single04 .slick-next:after {
  right: 0;
  border-right: 3px solid #222121;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
}

.article_single04 .ofi {
  background: rgba(34, 33, 33, 0.1);
  height: auto !important;
}

.article_single04 .more {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .article_list_case02 .article_list_case02_01 {
    width: 67%;
  }

  .article_list_case02 .article_list_case02_02 {
    width: 31%;
  }

  .article_list_case02.article_single01 .article_single01_02 {
    margin-top: 0;
  }
}

.article_container .article_single01_02 {
  margin-top: 10px;
}

.article_container .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_container .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.p-articleDetail {
  margin-bottom: 4%;
  font-size: 1.5rem;
}

.p-articleDetail .c-h2 {
  text-align: left;
  margin: 0 0 1em;
  padding: 0 0 0.5em !important;
  font-size: 2.4rem;
  border-bottom: #222121 solid 2px;
}

@media (max-width: 767px) {
  .p-articleDetail .c-h2 {
    font-size: 1.9rem;
  }
}

.p-articleDetail .c-h2:after {
  content: none;
}

.p-articleDetail .c-h2 a:hover {
  text-decoration: none;
  color: #222121;
}

.p-articleDetail .span_12 {
  margin: 2% 0;
}

.p-articleDetail .c-postHeader__time:before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  margin-right: 0.5em;
}

.p-articleDetail .c-postHeader__categoryBadge {
  background: #222121;
  color: white;
  font-size: 1.4rem;
  margin-left: 1em;
  display: inline-block;
}

.p-articleDetail .c-postHeader__categoryBadge a {
  display: block;
  padding: 0.2em 1em;
  color: white;
  text-decoration: none;
}

.pager {
  overflow: hidden;
  margin-bottom: 5%;
}

.pager .pager_prev {
  float: left;
}

.pager .pager_prev a {
  display: block;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
}

.pager .pager_prev a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #222121;
  border-left: solid 2px #222121;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -6px;
}

.pager .pager_prev a:hover {
  opacity: 0.8;
}

.pager .pager_next {
  float: right;
}

.pager .pager_next a {
  display: block;
  position: relative;
  padding-right: 20px;
  text-decoration: none;
}

.pager .pager_next a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #222121;
  border-right: solid 2px #222121;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -6px;
}

.pager .pager_next a:hover {
  opacity: 0.8;
}

.u-ofi {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 75%;
}

.u-ofi.cover img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.u-ofi>img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-lead {
  color: #222121;
  font-size: 2rem;
}

.u-text-xxlarge {
  font-size: 2.4rem;
}

.u-text-xlarge {
  font-size: 2rem;
}

.u-text-large {
  font-size: 1.6rem;
}

.u-text-small {
  font-size: 1.2rem;
}

.u-text-xsmall {
  font-size: 1rem;
}

.u-text-white {
  color: #fff !important;
}

.u-text-black {
  color: #000 !important;
}

.u-text-red {
  color: #D60000 !important;
}

.u-text-primary {
  color: #222121 !important;
}

@media (max-width: 767px) {

  .u-sp-hide,
  .u-pc-only,
  .u-tablet-only {
    display: none !important;
  }

  .u-sp-text-center {
    text-align: center;
  }

  .u-sp-text-left {
    text-align: left;
  }

  .u-sp-text-right {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .u-lead {
    font-size: 2.8rem;
  }

  .u-text-xxlarge {
    font-size: 3.6rem;
  }

  .u-text-xlarge {
    font-size: 2.8rem;
  }

  .u-text-large {
    font-size: 2rem;
  }

  .u-text-small {
    font-size: 1.2rem;
  }

  .u-text-xsmall {
    font-size: 1rem;
  }

  .u-pc-hide,
  .u-sp-only {
    display: none !important;
  }

  .u-pc-text-center {
    text-align: center;
  }

  .u-pc-text-left {
    text-align: left;
  }

  .u-pc-text-right {
    text-align: right;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .u-tablet-hide {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .u-tablet-only {
    display: none !important;
  }
}

@media (max-width: 1199px) {

  .u-sp-hide02,
  .u-pc-only02,
  .u-tablet-only02 {
    display: none !important;
  }
}

@media (min-width: 1200px) {

  .u-pc-hide02,
  .u-sp-only02 {
    display: none !important;
  }
}

.u-arial {
  font-family: "Arial", arial !important;
}

.u-arial_n {
  font-family: "Arial Narrow", arial !important;
}

.js-tel a {
  color: currentColor;
  text-decoration: none;
}

@media (min-width: 768px) {
  .js-tel a {
    pointer-events: none;
  }
}

.u-fs12 {
  font-size: 12px;
}

@media (max-width: 767px) {
  .u-sp-fs12 {
    font-size: 12px !important;
  }
}

.u-fs13 {
  font-size: 13px;
}

@media (max-width: 767px) {
  .u-sp-fs13 {
    font-size: 13px !important;
  }
}

.u-fs14 {
  font-size: 14px;
}

@media (max-width: 767px) {
  .u-sp-fs14 {
    font-size: 14px !important;
  }
}

.u-fs15 {
  font-size: 15px;
}

@media (max-width: 767px) {
  .u-sp-fs15 {
    font-size: 15px !important;
  }
}

.u-fs16 {
  font-size: 16px;
}

@media (max-width: 767px) {
  .u-sp-fs16 {
    font-size: 16px !important;
  }
}

.u-fs17 {
  font-size: 17px;
}

@media (max-width: 767px) {
  .u-sp-fs17 {
    font-size: 17px !important;
  }
}

.u-fs18 {
  font-size: 18px;
}

@media (max-width: 767px) {
  .u-sp-fs18 {
    font-size: 18px !important;
  }
}

.u-fs19 {
  font-size: 19px;
}

@media (max-width: 767px) {
  .u-sp-fs19 {
    font-size: 19px !important;
  }
}

.u-fs20 {
  font-size: 20px;
}

@media (max-width: 767px) {
  .u-sp-fs20 {
    font-size: 20px !important;
  }
}

.u-fs21 {
  font-size: 21px;
}

@media (max-width: 767px) {
  .u-sp-fs21 {
    font-size: 21px !important;
  }
}

.u-fs22 {
  font-size: 22px;
}

@media (max-width: 767px) {
  .u-sp-fs22 {
    font-size: 22px !important;
  }
}

.u-fs23 {
  font-size: 23px;
}

@media (max-width: 767px) {
  .u-sp-fs23 {
    font-size: 23px !important;
  }
}

.u-fs24 {
  font-size: 24px;
}

@media (max-width: 767px) {
  .u-sp-fs24 {
    font-size: 24px !important;
  }
}

.u-fs25 {
  font-size: 25px;
}

@media (max-width: 767px) {
  .u-sp-fs25 {
    font-size: 25px !important;
  }
}

.u-fs26 {
  font-size: 26px;
}

@media (max-width: 767px) {
  .u-sp-fs26 {
    font-size: 26px !important;
  }
}

.u-fs27 {
  font-size: 27px;
}

@media (max-width: 767px) {
  .u-sp-fs27 {
    font-size: 27px !important;
  }
}

.u-fs28 {
  font-size: 28px;
}

@media (max-width: 767px) {
  .u-sp-fs28 {
    font-size: 28px !important;
  }
}

.u-fs29 {
  font-size: 29px;
}

@media (max-width: 767px) {
  .u-sp-fs29 {
    font-size: 29px !important;
  }
}

.u-fs30 {
  font-size: 30px;
}

@media (max-width: 767px) {
  .u-sp-fs30 {
    font-size: 30px !important;
  }
}

.u-fs31 {
  font-size: 31px;
}

@media (max-width: 767px) {
  .u-sp-fs31 {
    font-size: 31px !important;
  }
}

.u-fs32 {
  font-size: 32px;
}

@media (max-width: 767px) {
  .u-sp-fs32 {
    font-size: 32px !important;
  }
}

.u-fs33 {
  font-size: 33px;
}

@media (max-width: 767px) {
  .u-sp-fs33 {
    font-size: 33px !important;
  }
}

.u-fs34 {
  font-size: 34px;
}

@media (max-width: 767px) {
  .u-sp-fs34 {
    font-size: 34px !important;
  }
}

.u-fs35 {
  font-size: 35px;
}

@media (max-width: 767px) {
  .u-sp-fs35 {
    font-size: 35px !important;
  }
}

.u-fs36 {
  font-size: 36px;
}

@media (max-width: 767px) {
  .u-sp-fs36 {
    font-size: 36px !important;
  }
}

.u-fs37 {
  font-size: 37px;
}

@media (max-width: 767px) {
  .u-sp-fs37 {
    font-size: 37px !important;
  }
}

.u-fs38 {
  font-size: 38px;
}

@media (max-width: 767px) {
  .u-sp-fs38 {
    font-size: 38px !important;
  }
}

.u-fs39 {
  font-size: 39px;
}

@media (max-width: 767px) {
  .u-sp-fs39 {
    font-size: 39px !important;
  }
}

.u-fs40 {
  font-size: 40px;
}

@media (max-width: 767px) {
  .u-sp-fs40 {
    font-size: 40px !important;
  }
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.u-mt-1 {
  margin-top: 1em;
}

.u-mt-2 {
  margin-top: 2em;
}

.u-mt-3 {
  margin-top: 3em;
}

.u-mt-4 {
  margin-top: 4em;
}

.u-mt-5 {
  margin-top: 5em;
}

.u-mb-1 {
  margin-bottom: 1em;
}

.u-mb-2 {
  margin-bottom: 2em;
}

.u-mb-3 {
  margin-bottom: 3em;
}

.u-mb-4 {
  margin-bottom: 4em;
}

.u-mb-5 {
  margin-bottom: 5em;
}

.inverse .c-h2,
.inverse .c-h3,
.inverse .c-h4,
.inverse p {
  color: #fff;
}

.inverse .c-h2:after {
  background: #fff;
}

.inverse .c-h2 small,
.inverse .c-h2 span {
  color: #fff;
}

.image_right {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .image_right {
    display: inline-block;
    float: right;
    margin-left: 1em;
  }
}

.dsp-home-only {
  display: none;
}

.u-dsp-under-only {
  display: block;
}

.home .u-dsp-home-only {
  display: block;
}

.home .u-dsp-under-only {
  display: none;
}

@media (max-width: 1199px) {
  .u-targetOffset {
    scroll-margin-top: 70px;
  }
}

.icon-tel:before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

.js-fadeUp {
  visibility: hidden;
}

.mce-content-body .js-fadeUp {
  visibility: visible!important;
}

.p-top__slick {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .p-top__slick {
    padding: 50px 0;
  }
}

.p-top__slick_items {
  box-sizing: border-box;
  background: #f3f3f3;
  padding: 20px 10px;
  text-decoration: none;
  margin: 10px;
  position: relative;
}

.p-top__slick_items:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  top: auto;
  right: 5%;
  margin: auto;
  width: 20px;
  height: 5px;
  border-bottom: 1px solid #222121;
  border-right: 1px solid #222121;
  transform: skew(45deg);
  transition: 0.2s;
}

.p-top__slick_items p {
  margin: 0;
  font-size: clamp(11px, 1vw, 15px);
}

.p-top__slick_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7%;
}

.p-top__slick .slick-slider {
  margin: 0;
}

.p-top__slick .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.p-top__slick .slick-next {
  right: -15px;
}

@media (min-width: 1065px) {
  .p-top__slick .slick-next {
    right: -20px;
  }

  .p-top__slick .slick-prev {
    left: -20px;
  }
}

.p-top__slick .slick-next:before {
  background: url(../../../../../wp-content/uploads/arrow_slide.png) !important;
  background-size: contain !important;
}

.p-top__slick .slick-prev {
  left: -15px;
}

.p-top__slick .slick-prev:before {
  background: url(../../../../../wp-content/uploads/arrow_slide.png) !important;
  background-size: contain !important;
  transform: rotate(-180deg);
}

.p-top__about {
  padding: 100px 0;
  background: url(../../../../../wp-content/uploads/bg01.jpg) no-repeat center/cover;
}

.p-top__about .bnr_list {
  list-style: none;
  padding: 0;
}

@media (min-width : 1025px) {
  .p-top__about .bnr_list {
    margin-top: 50px;
  }
}

@media (min-width : 768px) {
  .p-top__about .bnr_list {
    display: flex;
    justify-content: center;
    gap: 20px 2%;
  }

  .p-top__about .bnr_list li {
    width: 49%;
  }
}

@media (max-width : 767px) {
  .p-top__about .bnr_list li:not(:last-child) {
    margin-bottom: 1em;
  }
}

@media (max-width: 767px) {
  .p-top__about {
    background: url(../../../../../wp-content/uploads/sp_bg01.jpg) no-repeat center/cover;
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .p-top__about .c-h2 {
    font-size: 22px;
  }
}

.p-top__bnr {
  color: #fff;
}

.p-top__bnr_button {
  padding: 30px 0 40px;
  background: transparent;
}

@media (min-width : 1225px) {
  .p-top__bnr_button {
    padding: 60px 0 120px;
  }
}

.p-top__bnr .container {
  max-width: 100%;
  padding: 0;
}

@media (max-width: 767px) {
  .p-top__bnr .col {
    margin: 0;
  }
}

.p-top__bnr a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  transition: 0.2s;
  padding: 10px;
  color: #fff;
  position: relative;
}

@media (min-width: 768px) {
  .p-top__bnr a {
    min-height: 425px;
  }
}

@media (max-width: 767px) {
  .p-top__bnr a {
    padding: 30px 10px;
  }
}

.p-top__bnr a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  top: auto;
  right: 5%;
  margin: auto;
  width: 20px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
  transition: 0.2s;
}

.p-top__bnr a:hover {
  opacity: 0.8;
}

.p-top__bnr a:hover:after {
  right: 4%;
}

.p-top__bnr_1 {
  background: url(../../../../../wp-content/uploads/bnrbg01.jpg) no-repeat center/cover;
}

@media (max-width: 767px) {
  .p-top__bnr_1 {
    background: url(../../../../../wp-content/uploads/sp_bnrbg01.jpg) no-repeat center/cover;
  }
}

.p-top__bnr_2 {
  background: url(../../../../../wp-content/uploads/bnrbg02.jpg) no-repeat center/cover;
}

@media (max-width: 767px) {
  .p-top__bnr_2 {
    background: url(../../../../../wp-content/uploads/sp_bnrbg02.jpg) no-repeat center/cover;
  }
}

.p-top__bnr_3 {
  background: url(../../../../../wp-content/uploads/bnrbg03.jpg) no-repeat center/cover;
}

@media (max-width: 767px) {
  .p-top__bnr_3 {
    background: url(../../../../../wp-content/uploads/sp_bnrbg03.jpg) no-repeat center/cover;
  }
}

.p-top__bnr_4 {
  background: url(../../../../../wp-content/uploads/bnrbg04.jpg) no-repeat center/cover;
}

@media (max-width: 767px) {
  .p-top__bnr_4 {
    background: url(../../../../../wp-content/uploads/sp_bnrbg04.jpg) no-repeat center/cover;
  }
}

.p-top__bnr_5 {
  background: url(../../../../../wp-content/uploads/bnrbg05.jpg) no-repeat center/cover;
}

@media (max-width: 767px) {
  .p-top__bnr_5 {
    background: url(../../../../../wp-content/uploads/sp_bnrbg05.jpg) no-repeat center/cover;
  }
}

.p-top__bnr_tit {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  width: 400px;
  max-width: 100%;
  margin: 0 auto 1em auto;
}

@media (max-width: 767px) {
  .p-top__bnr_tit {
    font-size: 22px;
  }
}

.p-top__bnr_tit span {
  font-size: 16px;
  font-weight: normal;
  display: block;
  border-top: solid 1px;
  padding-top: 0.5em;
  margin-top: 0.5em;
}

.p-top__products {
  padding: 100px 0;
  background: url(../../../../../wp-content/uploads/bg02.jpg) no-repeat center/cover;
}

.p-top__products.typeA {
  padding: 100px 0;
  background: url(../../../../../wp-content/uploads/bg02_1.jpg) no-repeat center/cover;
}

.p-top__products.typeB {
  padding: 100px 0;
  background: url(../../../../../wp-content/uploads/bg02_2.jpg) no-repeat center/cover;
}

@media (max-width: 767px) {
  .p-top__products {
    padding: 50px 0;
    background: url(../../../../../wp-content/uploads/sp_bg02.jpg) no-repeat center/cover;
  }

  .p-top__products.typeA {
    padding: 40px 0;
  }
}

.p-top__products .container {
  max-width: 100%;
  padding: 0;
}

.p-top__products_text {
  padding: 0 1%;
}

@media (min-width: 900px) {
  .p-top__products_text {
    width: 435px !important;
  }
}

@media (max-width: 767px) {
  .p-top__products_text {
    padding: 0 2%;
  }
}

.p-top__products_tit {
  font-size: clamp(20px, 2.3vw, 24px);
  border-bottom: solid 2px;
  display: inline-block;
}

.p-top__products_ul {
  padding: 0;
}

.p-top__products_ul li {
  list-style: none;
  font-weight: bold;
  position: relative;
  padding-left: 18px;
  line-height: 2;
}

.p-top__products_ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: #fe0000;
}

.p-top__bnr2 {
  padding: 0 0 100px 0;
  color: #fff;
}

@media (max-width: 767px) {
  .p-top__bnr2 {
    padding: 0 0 50px 0;
  }
}

.p-top__bnr2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  transition: 0.2s;
  padding: 10px;
  color: #fff;
  position: relative;
}

@media (max-width: 767px) {
  .p-top__bnr2 a {
    min-height: 150px;
  }
}

.p-top__bnr2 a+a {
  margin-top: 3%;
}

.p-top__bnr2 a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  top: auto;
  right: 5%;
  margin: auto;
  width: 20px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
  transition: 0.2s;
}

.p-top__bnr2 a:hover {
  opacity: 0.8;
}

.p-top__bnr2 a:hover:after {
  right: 4%;
}

@media (min-width: 768px) {

  .p-top__bnr2_1,
  .p-top__bnr2_2 {
    min-height: 205px;
  }
}

.p-top__bnr2_1 {
  background: url(../../../../../wp-content/uploads/bnrbg06.jpg) no-repeat center/cover;
}

@media (max-width: 767px) {
  .p-top__bnr2_1 {
    background: url(../../../../../wp-content/uploads/sp_bnrbg06.jpg) no-repeat center/cover;
  }
}

.p-top__bnr2_2 {
  background: url(../../../../../wp-content/uploads/bnrbg07.jpg) no-repeat center/cover;
}

@media (max-width: 767px) {
  .p-top__bnr2_2 {
    background: url(../../../../../wp-content/uploads/sp_bnrbg07.jpg) no-repeat center/cover;
  }
}

.p-top__bnr2_3 {
  background: url(../../../../../wp-content/uploads/bnrbg08.jpg) no-repeat center/cover;
}

@media (min-width: 768px) {
  .p-top__bnr2_3 {
    min-height: 425px;
  }
}

@media (max-width: 767px) {
  .p-top__bnr2_3 {
    background: url(../../../../../wp-content/uploads/sp_bnrbg08.jpg) no-repeat center/cover;
  }
}

.p-top__bnr2_tit {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  width: 280px;
  max-width: 100%;
  margin: 0;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .p-top__bnr2_tit {
    font-size: 18px;
    width: 200px;
  }
}

.p-top__bnr2_tit span {
  font-size: 14px;
  font-weight: normal;
  display: block;
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 0.8em 0;
  margin-top: 0.5em;
}

.p-top__news {
  padding: 100px 0;
  background: #f3f3f3;
}

@media (max-width: 767px) {
  .p-top__news {
    padding: 50px 0;
  }
}

.p-top__recruit {
  padding: 22% 0 40px 0;
  background: url(../../../../../wp-content/uploads/bg03.jpg) no-repeat center top/100%;
}

@media (max-width: 767px) {
  .p-top__recruit {
    padding: 28% 0 40px 0;
    background: url(../../../../../wp-content/uploads/sp_bg03.jpg) no-repeat center top/100%;
  }
}

.p-top__recruit_bg {
  background: #fff;
  padding: 6% 10px;
  max-width: 690px;
  margin: 0 auto;
}

.p-top__company {
  padding: 100px 0;
  background: url(../../../../../wp-content/uploads/bg05.jpg);
}

@media (max-width: 767px) {
  .p-top__company {
    padding: 50px 0;
  }
}

.p-top__company_table th,
.p-top__company_table td {
  border-bottom: solid 1px #c9c9c9;
  vertical-align: text-top;
  padding: 1em 0;
  text-align: left;
}

.p-top__company ul {
  padding-left: 1.5em;
}

.p-top__company .c-mapContainer {
  padding-top: 530px;
}

.p-sec__contact {
  padding: 100px 0;
  color: #fff;
  background: url(../../../../../wp-content/uploads/bg04.jpg) no-repeat center/cover;
}

@media (max-width: 767px) {
  .p-sec__contact {
    padding: 50px 0;
    background: url(../../../../../wp-content/uploads/sp_bg04.jpg) no-repeat center/cover;
  }
}

.p-sec__contact a {
  color: #fff;
}

.p-sec__contact .c-h2 {
  color: #fff;
}

.p-sec__contact .c-button,
.p-sec__contact .p-inquiry .form_button,
.p-inquiry .p-sec__contact .form_button {
  background: #fe0000;
  border-color: #fe0000;
}

.p-sec__contact .c-button:hover,
.p-sec__contact .p-inquiry .form_button:hover,
.p-inquiry .p-sec__contact .form_button:hover {
  background-color: #ff3232;
  border-color: #ff3232;
}

.p-sec__contact .js-tel {
  position: relative;
  padding-left: 30px;
}

.p-sec__contact .js-tel::before {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 23px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: url(../../../../../wp-content/uploads/tel.png) no-repeat center;
}

.p-under__greeting {
  background: url(../../../../../wp-content/uploads/under_bg01.jpg);
  padding: 100px 0;
}

@media (max-width: 767px) {
  .p-under__greeting {
    padding: 50px 0;
  }
}

.p-under__history {
  background: url(../../../../../wp-content/uploads/under_bg02.jpg) no-repeat center top/cover;
  padding: 100px 0;
}

@media (max-width: 767px) {
  .p-under__history {
    padding: 50px 0;
  }
}

.p-under__sdgs {
  background: #f3f3f3;
  padding: 100px 0;
}

@media (max-width: 767px) {
  .p-under__sdgs {
    padding: 50px 0;
  }
}

.p-under__history_table {
  background: #f3f3f3;
  padding: 100px 0;
}

@media (max-width: 767px) {
  .p-under__history_table {
    padding: 50px 0;
  }
}

.p-under__history .p-under__wrap .row {
  margin-bottom: 0;
  row-gap: 0;
}

@media (min-width: 768px) {
  .p-under__history .p-under__wrap .row:not(:first-child) {
    margin-top: -15px;
  }
}

.p-under__history .p-under__wrap .row .col.p-under__history_head {
  float: left;
  margin-bottom: 20px;
  padding-top: 25px;
  position: relative;
  width: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-under__history .p-under__wrap .row .col.p-under__history_head>* {
  width: 100%;
}

.p-under__history .p-under__wrap .row .col.p-under__history_head p {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  display: block;
  padding: 0.5em;
  font-weight: bold;
}

@media (max-width: 767px) {
  .p-under__history .p-under__wrap .row .col.p-under__history_head p {
    font-size: 2.8rem;
  }
}

.p-under__history .p-under__wrap .row .col.p-under__history_head:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 110px 0 110px;
  border-color: #fff transparent transparent transparent;
}

.p-under__history .p-under__wrap .row .col.p-under__history_head:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 110px 0 110px;
  border-color: #222121 transparent transparent transparent;
  clear: both;
  z-index: 1;
}

.p-under__history .p-under__wrap .row .col.p-under__history_content {
  float: left;
  padding: 2em 1em 1em 0;
  width: calc(100% - 220px - 20px);
  border-bottom: solid 1px #c1c1c1;
}

.p-under__history .p-under__wrap .row:first-child .col.p-under__history_head:before {
  content: none;
}

.p-under__history .p-under__wrap .row:nth-child(1) .col.p-under__history_head {
  background: #ffbfbf;
}

.p-under__history .p-under__wrap .row:nth-child(1) .col.p-under__history_head:after {
  border-color: #ffbfbf transparent transparent transparent;
}

.p-under__history .p-under__wrap .row:nth-child(2) .col.p-under__history_head {
  background: #ffafaf;
}

.p-under__history .p-under__wrap .row:nth-child(2) .col.p-under__history_head:after {
  border-color: #ffafaf transparent transparent transparent;
}

.p-under__history .p-under__wrap .row:nth-child(3) .col.p-under__history_head {
  background: #ffa0a0;
}

.p-under__history .p-under__wrap .row:nth-child(3) .col.p-under__history_head:after {
  border-color: #ffa0a0 transparent transparent transparent;
}

.p-under__history .p-under__wrap .row:nth-child(4) .col.p-under__history_head {
  background: #ff8e8e;
}

.p-under__history .p-under__wrap .row:nth-child(4) .col.p-under__history_head:after {
  border-color: #ff8e8e transparent transparent transparent;
}

.p-under__history .p-under__wrap .row:nth-child(5) .col.p-under__history_head {
  background: #ff7171;
}

.p-under__history .p-under__wrap .row:nth-child(5) .col.p-under__history_head:after {
  border-color: #ff7171 transparent transparent transparent;
}

.p-under__history .p-under__wrap .row:nth-child(6) .col.p-under__history_head {
  background: #fe4e4e;
}

.p-under__history .p-under__wrap .row:nth-child(6) .col.p-under__history_head:after {
  border-color: #fe4e4e transparent transparent transparent;
}

.p-under__history .p-under__wrap .row:nth-child(7) .col.p-under__history_head {
  background: #fe3636;
}

.p-under__history .p-under__wrap .row:nth-child(7) .col.p-under__history_head:after {
  border-color: #fe3636 transparent transparent transparent;
}

.p-under__history .p-under__wrap .row:nth-child(8) .col.p-under__history_head {
  background: #fe1919;
}

.p-under__history .p-under__wrap .row:nth-child(8) .col.p-under__history_head:after {
  border-color: #fe1919 transparent transparent transparent;
}

.p-under__history .p-under__wrap .row:nth-child(9) .col.p-under__history_head {
  background: #fe0000;
}

.p-under__history .p-under__wrap .row:nth-child(9) .col.p-under__history_head:after {
  border-color: #fe0000 transparent transparent transparent;
}

@media (max-width: 767px) {
  .p-under__history .p-under__wrap .row .col.p-under__history_head {
    margin-bottom: 12px;
    padding-top: 17px;
    width: 80px;
  }

  .p-under__history .p-under__wrap .row .col.p-under__history_head:before {
    border-width: 12px 40px 0 40px;
  }

  .p-under__history .p-under__wrap .row .col.p-under__history_head:after {
    bottom: -12px;
    border-width: 12px 40px 0 40px;
  }

  .p-under__history .p-under__wrap .row .col.p-under__history_content {
    padding: 12px 0.5em 0.5em 0;
    width: calc(100% - 80px - 12px);
    margin-left: 12px;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.p-link__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 5px 10px;
  height: 75px;
  text-decoration: none;
  background: #e9e9e9;
}

.p-link__sns.circle {
  justify-content: flex-start;
}

.p-link__sns img {
  max-height: 100%;
  width: auto;
  max-width: 80%;
}

.p-sns__border {
  border: solid 1px;
}

.p-sns__border.p-website .p-link__sns {
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1.4;
  justify-content: flex-start;
  padding-left: 1.5em;
}

.p-sns__border.p-website .p-link__sns .large {
  font-size: 30px;
}

@media (max-width: 1224px) {
  .p-sns__border.p-website .p-link__sns .large {
    font-size: 20px;
  }
}

.p-sns__border.p-website .p-sns__txt {
  margin-top: 0 !important;
}

.p-sns__border .c-button,
.p-sns__border .p-inquiry .form_button,
.p-inquiry .p-sns__border .form_button {
  max-width: 300px;
}

.p-sns__txt {
  padding: 20px 5px;
}

.p-sns__facebook {
  border: solid 1px #3b5998;
}

.p-sns__facebook .p-link__sns {
  background: rgba(59, 89, 152, 0.2);
}

.p-sns__facebook .c-button,
.p-sns__facebook .p-inquiry .form_button,
.p-inquiry .p-sns__facebook .form_button {
  background: #3b5998;
  border-color: #3b5998;
  color: #fff;
}

.p-sns__facebook .c-button:hover,
.p-sns__facebook .p-inquiry .form_button:hover,
.p-inquiry .p-sns__facebook .form_button:hover {
  border-color: #3b5998;
  opacity: 0.8;
}

.p-sns__twitter {
  border: solid 1px #2b2b2b;
}

.p-sns__twitter .p-link__sns {
  background: rgba(204, 204, 204, 1);
  margin-bottom: 0;
  line-height: 1.4;
}

.p-sns__twitter .p-sns__txt {
  margin-top: 0 !important;
}

@media (min-width: 1225px) {
  .p-sns__twitter .p-link__sns {
    padding-left: 1.5em;
  }
}

.p-sns__twitter .c-button,
.p-sns__twitter .p-inquiry .form_button,
.p-inquiry .p-sns__twitter .form_button {
  background: #2b2b2b;
  border-color: #2b2b2b;
  color: #fff;
}

.p-sns__twitter .c-button:hover,
.p-sns__twitter .p-inquiry .form_button:hover,
.p-inquiry .p-sns__twitter .form_button:hover {
  border-color: #cccccc;
  opacity: 0.8;
}

.p-sns__line {
  border: solid 1px #06c755;
}

.p-sns__line .p-link__sns {
  background: rgba(6, 199, 85, 0.2);
}

.p-sns__line .c-button,
.p-sns__line .p-inquiry .form_button,
.p-inquiry .p-sns__line .form_button {
  background: #06c755;
  border-color: #06c755;
  color: #fff;
}

.p-sns__line .c-button:hover,
.p-sns__line .p-inquiry .form_button:hover,
.p-inquiry .p-sns__line .form_button:hover {
  border-color: #06c755;
  opacity: 0.8;
}

.p-sns__youtube {
  border: solid 1px #c4302b;
}

.p-sns__youtube .p-link__sns {
  background: rgba(196, 48, 43, 0.2);
}

.p-sns__youtube .c-button,
.p-sns__youtube .p-inquiry .form_button,
.p-inquiry .p-sns__youtube .form_button {
  background: #c4302b;
  border-color: #c4302b;
  color: #fff;
}

.p-sns__youtube .c-button:hover,
.p-sns__youtube .p-inquiry .form_button:hover,
.p-inquiry .p-sns__youtube .form_button:hover {
  border-color: #c4302b;
  opacity: 0.8;
}

.p-pc_tit {
  position: relative;
  padding-left: 60px;
  padding-top: 0.5em;
}

.p-pc_tit:before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: url(../../../../../wp-content/uploads/pc_icon.png) no-repeat center/contain;
}

.p-fb_tit {
  position: relative;
  padding-left: 45px;
  padding-top: 0.5em;
}

.p-fb_tit:before {
  content: "";
  display: block;
  position: absolute;
  width: 39px;
  height: 39px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: url(../../../../../wp-content/uploads/fb_icon.png) no-repeat center/contain;
}

.p-tw_tit {
  position: relative;
  padding-left: 45px;
  padding-top: 0.5em;
}

.p-tw_tit:before {
  content: "";
  display: block;
  position: absolute;
  width:39px;
  height:39px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: url(../../../../../wp-content/uploads/tw_icon-1.png) no-repeat center/contain;
}

.p-line_tit {
  position: relative;
  padding-left: 45px;
  padding-top: 0.5em;
}

.p-line_tit:before {
  content: "";
  display: block;
  position: absolute;
  width: 39px;
  height: 39px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: url(../../../../../wp-content/uploads/line_icon.png) no-repeat center/contain;
}

.p-you_tit {
  position: relative;
  padding-left: 45px;
  padding-top: 0.5em;
}

.p-you_tit:before {
  content: "";
  display: block;
  position: absolute;
  width: 39px;
  height: 39px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: url(../../../../../wp-content/uploads/youtube_icon.png) no-repeat center/contain;
}

/*# sourceMappingURL=style.css.map */

#overlay-mv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 812px;
  width: 100%;
  height: 558px;
}

@media (max-width: 767px) {
  #overlay-mv {
    width: 50%;
    height: 50vh;
    left: 40%;
    top: 70%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #overlay-mv {
    width: 60%;
    left: 40%;
  }
}

#overlay-mv .before img,
#overlay-mv .after img {
  position: absolute;
}

#overlay-mv .before img {
  transform: translate(0, 0);
}

#overlay-mv .after img {
  transform: translate(100%, 0);
}

.before img,
.after img {
  animation-duration: 8s;
  animation-iteration-count: infinite;
  max-width: 100%;
  height: auto;
}

.before img {
  animation-name: animation;
}

.after img {
  animation-name: animation02;
}

@media (max-width: 767px) {
  .before img {
    max-width: 70%;
  }

  .after img {
    max-width: 60%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .after img {
    max-width: 60%;
  }
}

@keyframes animation {
  0% {
    transform: translate(0, 0);
  }

  5% {
    transform: translate(0, 0);
  }

  30% {
    transform: translate(40%, 10%) rotate(125deg);
  }

  35% {
    transform: translate(40%, 10%) rotate(125deg);
  }

  60% {
    transform: translate(50%, 0%) rotate(360deg);
  }

  65% {
    transform: translate(50%, 0%) rotate(360deg);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes animation02 {
  0% {
    transform: translate(100%, 0);
  }

  5% {
    transform: translate(100%, 0);
  }

  30% {
    transform: translate(0, 65%) rotate(190deg);
  }

  35% {
    transform: translate(0, 65%) rotate(190deg);
  }

  60% {
    transform: translate(0%, 50%) rotate(230deg);
  }

  65% {
    transform: translate(0%, 50%) rotate(230deg);
  }

  100% {
    transform: translate(100%, 0);
  }
}

.under_contents_parts .container .c-h2 {
  text-align: left;
  margin-bottom: 20px;
}

.under_contents_parts .container ul {
  padding-left: 1.5em;
}

.under_contents_parts .container ul li:not(:last-child) {
  margin-bottom: 1em;
}

@media (min-width : 1025px) {
  .under_contents_parts .container {
    max-width: 90%;
  }

  .under_contents_parts .container .c-h2 {
    font-size: 28px;
  }
}

@media (min-width : 1300px) {
  .under_contents_parts .row {
    display: flex;
    align-items: center;
  }
}

@media (min-width : 768px) and (max-width : 1299px) {
  .under_contents_parts .row {
    display: block;
  }

  .under_contents_parts .col {
    width: 100%;
  }

  .under_contents_parts .col:not(:last-child) {
    margin-bottom: 4%;
  }

  .under_contents_parts .col figure {
    height: 500px;
  }

  .under_contents_parts .col figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.under_contents_parts {
  position: relative;
  z-index: 0;
  padding: 50px 0;
}

.under_contents_parts:before {
  content: "";
  width: 80%;
  height: 30%;
  background: #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

.under_contents_parts.p-reverse:before {
  right: 0;
  left: auto;
}

@media (min-width : 1300px) {
  .under_contents_parts {
    padding: 100px 0;
  }

  .under_contents_parts:before {
    width: 70%;
    height: 100%;
    bottom: 0;
  }
}

@media (min-width : 1300px) {
  .under_contents_parts .box {
    max-width: 600px;
    margin-left: auto;
  }

  .under_contents_parts.p-reverse .box {
    margin-right: auto;
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .c-h1 {
    margin-top: 126px;
  }
}

.p-top__bnr3 .banner_list {
  list-style: none;
  padding: 0;
}

@media (min-width : 768px) {
  .p-top__bnr3 .banner_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
  }

  .p-top__bnr3 .banner_list li {
    width: 32%;
  }

  .p-top__bnr3 .container {
    max-width: 1350px;
  }
}

@media (max-width : 767px) {
  .p-top__bnr3 .banner_list li:not(:last-child) {
    margin-bottom: 1em;
  }
}

@media (min-width : 1200px) {
  .txt_menu {
    height: 340px;
    align-items: center;
  }

  .txt_menu p {
    margin: 0;
  }

  .txt_menu a {
    color: #fff !important;
    letter-spacing: .01em;
  }
}

@media (min-width: 768px) {
  .targetOffset {
    scroll-margin-top: 126px;
  }
}
