@charset "UTF-8";
/* =================================
  Foundation
================================= */
/*
  Reset
————————————————————————————————————————— */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}
input[type="submit"], input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 0;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
select::-ms-expand {
  display: none;
}
/*
  Base
————————————————————————————————————————— */
html {
  overflow-x: hidden;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  font-stretch: normal;
  color: #212121;
  line-height: 1;
  overflow-x: hidden;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (min-width: 769px) {
  /* ======================
  project(768)
  =========================*/
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*
  Settings
————————————————————————————————————————— */
/* =================================
  Layout
================================= */
/*
  layout
————————————————————————————————————————— */
.l-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.l-siteWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.l-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.l-wrapper2 {
  max-width: 1200px;
  margin: 0 auto;
}
.l-wrapper3 {
  max-width: 1280px;
  margin: 0 auto;
}
.l-wrapper4 {
  max-width: 1100px;
  margin: 0 auto;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 1199px) {
  /* ======================
  layout(1199)
  =========================*/
  .l-wrapper {
    max-width: 90%;
  }
  .l-wrapper2 {
    max-width: 90%;
  }
  .l-wrapper3 {
    max-width: 90%;
  }
  .l-wrapper4 {
    max-width: 90%;
  }
}
/* =================================
  Object
================================= */
/*
  component
————————————————————————————————————————— */
.c-title {
  font-size: 2rem;
  color: #9B8C6C;
  line-height: .8;
}
.c-title span {
  font-size: 1rem;
}
.c-title span.c-br-title {
  display: inline-block;
  margin: 0 0 0 10px;
}
.c-link {
	font-size: 1.125rem;
	line-height: 1.4;
	padding: 0 55px 5px 7px;
	display: inline-block;
	min-width: 152px;
	position: relative;
	/* [disabled]margin-top: 30px; */
}
.c-link.-white {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.c-link.-white:after {
  content: '';
  display: inline-block;
  background: url(../img/common/arrow-white.svg) no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  position: absolute;
  top: calc(50% - 2px);
  right: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.c-link.-gold {
  color: #9B8C6C;
  border-bottom: 1px solid #9B8C6C;
}
.c-link.-gold:after {
  content: '';
  display: inline-block;
  background: url(../img/common/arrow-gold.svg) no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  position: absolute;
  top: calc(50% - 2px);
  right: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.c-link:hover.-white:after, .c-link:hover.-gold:after {
  right: 10px;
}
.c-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.c-hamburger {
  position: fixed;
  top: 42px;
  right: 5%;
  z-index: 50;
  width: 35px;
  height: 20px;
  margin: auto;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.c-hamburger:hover, .c-hamburger:focus {
  -webkit-box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.5);
}
.c-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 35px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.c-hamburger__line:before, .c-hamburger__line:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: '';
  -webkit-transition: inherit;
  transition: inherit;
}
.c-hamburger__line:before {
  top: -7px;
}
.c-hamburger__line:after {
  top: 7px;
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line {
  background-color: transparent;
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before, .c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
  top: 0;
  background-color: #000;
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before {
  -webkit-transform: rotate(315deg);
  transform: translate(50px, 0) rotate(315deg);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
  -webkit-transform: rotate(-315deg);
  transform: translate(50px, 0) rotate(-315deg);
}
.c-pageTOP {
  display: block;
  width: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 575px) {
  /* ======================
  project(575)
  =========================*/
  .c-hamburger {
    top: 30px;
  }
}
/*
  footer
————————————————————————————————————————— */
.p-footer .p-footer__head {
  padding: 50px 0;
  background: #949292;
}
.p-footer .p-footer__head address {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  margin: 0 0 20px;
}
.p-footer .p-footer__head address span {
  font-size: 1rem;
}
.p-footer .p-footer__head .p-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-footer .p-footer__head .p-footer__contact .p-contact__box {
  color: #000;
  width: 50%;
  height: 165px;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-footer .p-footer__head .p-footer__contact .p-contact__box.-tel {
  padding: 23px 0;
  background: #EFF2F5;
}
.p-footer .p-footer__head .p-footer__contact .p-contact__box.-tel .p-contact__text {
  font-size: 1rem;
  margin: 0 0 12px;
}
.p-footer .p-footer__head .p-footer__contact .p-contact__box.-tel .p-contact__text2 {
  font-size: 1.625rem;
  margin: 0 0 12px;
}
.p-footer .p-footer__head .p-footer__contact .p-contact__box.-tel .p-contact__text3 {
  font-size: 0.875rem;
  line-height: 1.6;
}
.p-footer .p-footer__head .p-footer__contact .p-contact__box.-tel:hover {
  background: #FFBF36;
}
.p-footer .p-footer__head .p-footer__contact .p-contact__box.-mail {
  padding: 68px 0;
  background: #FFBF36;
}
.p-footer .p-footer__head .p-footer__contact .p-contact__box.-mail img {
  width: 34px;
}
.p-footer .p-footer__head .p-footer__contact .p-contact__box.-mail span {
  font-size: 1.375rem;
  display: inline-block;
  margin: 0 0 0 10px;
}
.p-footer .p-footer__head .p-footer__contact .p-contact__box.-mail:hover {
  background: #EFF2F5;
}
.p-footer .p-footer__body {
  background: #6C6A6A;
  padding: 50px 0;
}
.p-footer .p-footer__body .p-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-footer .p-footer__body .p-footer__flex .p-footer__list__item {
  color: #fff;
  font-size: 0.875rem;
  margin: 0 0 10px;
}
.p-footer .p-footer__body .p-footer__flex .p-footer__list__item a {
  color: #fff;
}
.p-footer .p-footer__body .p-footer__flex .p-footer__list__item.-margin {
  margin: 0 0 12px;
}
.p-footer .p-footer__body .p-footer__flex .p-footer__list.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 170px;
}
.p-footer .p-footer__body .p-footer__flex .p-footer__list.-flex .p-footer__list__item.-first {
  width: 100%;
}
.p-footer .p-footer__body .p-footer__flex .p-footer__list.-flex .p-footer__list.-left {
  margin: 0 40px 0 0;
}
.p-copyright {
  font-size: 0.75rem;
  color: #fff;
  display: block;
  text-align: center;
  padding: 18px 0;
  background: #414141;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 768px) {
  /* ======================
  project(767)
  =========================*/
  .p-footer .p-footer__head .p-footer__contact {
    display: block;
  }
  .p-footer .p-footer__head .p-footer__contact .p-contact__box {
    width: 100%;
    height: 165px;
  }
  .p-footer .p-footer__body .p-footer__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-footer .p-footer__body .p-footer__flex .p-footer__list {
    width: 50%;
  }
  .p-footer .p-footer__body .p-footer__flex .p-footer__list__item {
    color: #fff;
    font-size: 0.875rem;
    margin: 0 0 12px;
  }
  .p-footer .p-footer__body .p-footer__flex .p-footer__list__item a {
    color: #fff;
  }
  .p-footer .p-footer__body .p-footer__flex .p-footer__list__item.-margin {
    margin: 0 0 15px;
  }
  .p-footer .p-footer__body .p-footer__flex .p-footer__list.-flex {
    max-width: unset;
  }
  .p-footer .p-footer__body .p-footer__flex .p-footer__list.-flex .p-footer__list__item.-first {
    width: 100%;
  }
  .p-footer .p-footer__body .p-footer__flex .p-footer__list.-flex .p-footer__list.-left {
    margin: -55px 0 0;
    max-width: 25%;
  }
  .p-footer .p-footer__body .p-footer__flex .p-footer__list.-flex .p-footer__list.-right {
    margin: -55px 0 0;
  }
  .p-footer .p-footer__body .p-footer__flex .p-footer__list.-sp-first {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 575px) {
  /* ======================
  project(575)
  =========================*/
  .p-footer .p-footer__head {
    padding: 30px 0;
  }
  .p-footer .p-footer__head address span {
    line-height: 1.4;
    display: block;
    margin: 10px 0 0;
  }
  .p-footer .p-footer__head .p-footer__contact .p-contact__box {
    height: 100px;
  }
  .p-footer .p-footer__head .p-footer__contact .p-contact__box.-tel {
    padding: 12px 0;
  }
  .p-footer .p-footer__head .p-footer__contact .p-contact__box.-tel .p-contact__text {
    font-size: 0.875rem;
    margin: 0 0 8px;
  }
  .p-footer .p-footer__head .p-footer__contact .p-contact__box.-tel .p-contact__text2 {
    font-size: 1.25rem;
    margin: 0 0 8px;
  }
  .p-footer .p-footer__head .p-footer__contact .p-contact__box.-tel .p-contact__text3 {
    font-size: 0.75rem;
    line-height: 1.2;
  }
  .p-footer .p-footer__head .p-footer__contact .p-contact__box.-mail {
    padding: 40px 0;
  }
  .p-footer .p-footer__head .p-footer__contact .p-contact__box.-mail img {
    width: 26px;
  }
  .p-footer .p-footer__head .p-footer__contact .p-contact__box.-mail span {
    font-size: 1.125rem;
    margin: 0 0 0 6px;
  }
  .p-footer .p-footer__body .p-footer__flex .p-footer__list__item {
    font-size: 0.8125rem;
    letter-spacing: 0;
  }
  .p-footer .p-footer__body .p-footer__flex .p-footer__list.-flex .p-footer__list.-left {
    margin: -55px 0 0;
    max-width: 25%;
  }
  .p-footer .p-footer__body .p-footer__flex .p-footer__list.-flex .p-footer__list.-right {
    margin: -55px 0 0;
  }
  .p-footer .p-footer__body .p-footer__flex .p-footer__list.-sp-first {
    margin: 0 0 40px;
    width: 60%;
  }
  .p-footer .p-footer__body .p-footer__flex .p-footer__list.-sp-second {
    width: 40%;
  }
  .p-footer .p-footer__body .p-footer__flex .p-footer__list.-sp-third {
    width: 60%;
  }
  .p-footer .p-footer__body .p-footer__flex .p-footer__list.-sp-fourth {
    width: 40%;
  }
  .p-copyright {
    padding: 12px 0;
  }
}
/*
  header
————————————————————————————————————————— */
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 25px 0;
  background: rgba(0, 0, 0, 0.5);
}
.p-header .p-header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.p-header .p-header__flex .p-header__logo {
  width: 270px;
}
.p-header .p-header__flex .p-header__nav {
  height: 69px;
}
.p-header .p-header__flex .p-header__nav .p-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item a:not(.p-none) {
  font-size: 1rem;
  color: #fff;
  padding: 0 17px;
  border-right: solid 1px #fff;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item ul.p-hover__list li.p-hover__list__item a.link {
  padding: 0 10px 0 10px;
  border-right: none;
}

.p-nav-list__item .p-hover__menu figure a.bnone {
border-right: none!important;
}

.p-nav-list__item .p-hover__menu figure a img:hover {
opacity: 0.8;
}

.p-header .p-header__flex .p-header__nav .p-nav-list__item.-last a {
  border: none;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu {
  display: none;
  position: absolute;
  top: 69px;
  left: 0;
  width: 100%;
  padding: 25px 30px;
  background: #F4F3F0;
  border-top: solid 6px #868585;
  border-bottom: solid 6px #868585;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__flex .p-hover__image {
  width: 25%;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__flex2 .p-hover__image  {
    width: 33%;
    margin: 0 30px 0 0;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__flex2 .p-hover__image a {
    padding: 0!important;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__flex2 .p-hover__image a {
    display: block;
    text-align:  center;
    color:  #000;
    font-size: 14px;
    margin: 15px 0 0;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__flex2 .p-hover__image img {
     padding-bottom: 10px;
}

.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__flex2 .p-hover__image a:hover {
     color: #FFBF36;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__flex2 .p-hover__image:last-child {
    margin: 0;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__flex .p-hover__list,
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__flex2 .p-hover__list {
  padding: 0 0 0 25px;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__flex .p-hover__list__item,
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__flex2 .p-hover__list__item {
  margin: 0 0 20px;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__flex .p-hover__list__item a {
  color: #212121;
  font-size: 0.875rem;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__flex .p-hover__list__item a:hover {
  color: #FFBF36;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__icon a {
  display: block;
  width: 62px;
  text-align: center;
  padding: 14px 0;
  background: #FFBF36;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__icon a img {
  width: 29px;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__icon a:hover {
  background: #EFF2F5;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 1199px) {
  /* ======================
  project(1199)
  =========================*/
  .p-header {
    padding: 20px 0;
  }
  .p-header .p-header__flex .p-header__logo {
    width: 190px;
  }
}
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .p-header .p-header__flex .p-header__logo {
    width: 150px;
  }
  .p-header .p-header__flex .p-header__nav {
    height: 38px;
  }
  .p-header .p-header__flex .p-header__nav .p-nav-list__item a {
    font-size: 0.875rem;
    padding: 0 10px;
  }
  .p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu {
    top: 38px;
  }
  .p-header .p-header__flex .p-header__nav .p-nav-list__icon a {
    width: 50px;
    padding: 8px 0;
  }
  .p-header .p-header__flex .p-header__nav .p-nav-list__icon a img {
    width: 22px;
  }
}
@media screen and (max-width: 768px) {
  /* ======================
  project(768)
  =========================*/
  .p-sp-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 20px 55px 20px 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .p-sp-header .p-sp-header__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-sp-header .p-sp-header__flex .p-sp-header__logo {
    width: 250px;
  }
  .p-sp-header .p-sp-header__flex .p-sp-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-sp-header .p-sp-header__flex .p-sp-header__list__item.-tel {
    margin: 0 12px 0 0;
  }
  .p-sp-header .p-sp-header__flex .p-sp-header__list__item.-tel img {
    width: 30px;
  }
  .p-sp-header .p-sp-header__flex .p-sp-header__list__item.-mail img {
    width: 34px;
  }
  #p-globalMenuSp {
    width: 100%;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    opacity: 0;
    trasition: all .3s;
    padding: 100px 0 100px 25px;
  }
  #p-globalMenuSp.is-active {
    z-index: 10;
    opacity: 1;
    overflow-y: scroll;
  }
  #p-globalMenuSp .p-nav-list {
    z-index: 200;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item {
    margin: 0 0 22px;
    line-height: 1.4;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item a {
    color: #000;
    font-size: 1.375rem;
    letter-spacing: 1px;
    position: relative;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item a .i-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: -30%;
    width: 15px;
    height: 15px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item a .i-box .one-i {
    position: relative;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item a .i-box .one-i:before {
    content: '';
    width: 15px;
    height: 15px;
    margin: -11px 0 0;
    border: 0;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item a.open .i-box .one-i:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 0;
    margin: -3px 0 0;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item.click-menu .p-menu-content {
    display: none;
    padding: 15px 0;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item.click-menu .p-menu-content__inr li {
    margin: 0 0 15px;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item.click-menu .p-menu-content__inr li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  /* ======================
  project(575)
  =========================*/
  .p-sp-header .p-sp-header__flex .p-sp-header__logo {
    width: 150px;
  }
  .p-sp-header .p-sp-header__flex .p-sp-header__list__item.-tel {
    margin: 0 12px 0 0;
  }
  .p-sp-header .p-sp-header__flex .p-sp-header__list__item.-tel img {
    width: 30px;
  }
  .p-sp-header .p-sp-header__flex .p-sp-header__list__item.-mail img {
    width: 34px;
  }
	.topcp {
	font-size: 2.5rem!important;
	margin-bottom: 30px;
}
}
/*
  top
————————————————————————————————————————— */
.p-top__section1 .p-top__mainvisual {
  position: relative;
  width: 100%;
  height: 80vh;
}
.p-top__section1 .p-top__video {
  position: relative;
  width: 100vw;
  height: 80vh;
  overflow: hidden;
}
.p-top__section1 .p-top__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
.p-top__section1 .p-top__video .p-video__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.p-top__section1 .p-top__video .p-video__text .p-video__hero {
  font-size: 2rem;
  font-family: serif;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  z-index: 2;
}

.topcp {
	font-size: 3.0rem;
}
.p-top__section2 .p-top__reason {
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top__section2 .p-top__reason .p-reason__head {
  width: 22%;
  border-right: solid 1px #9B8C6C;
}
.p-top__section2 .p-top__reason .p-reason__body {
  width: 78%;
  padding: 0 0 0 30px;
}
.p-top__section2 .p-top__reason .p-reason__body .p-reason__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-top__section2 .p-top__reason .p-reason__body .p-reason__flex .p-reason__box {
  margin: 0 5% 0 0;
}
.p-top__section2 .p-top__reason .p-reason__body .p-reason__flex .p-reason__box:nth-child(1), .p-top__section2 .p-top__reason .p-reason__body .p-reason__flex .p-reason__box:nth-child(2) {
  width: 48%;
  margin: 0 4% 65px 0;
}
.p-top__section2 .p-top__reason .p-reason__body .p-reason__flex .p-reason__box:nth-child(3), .p-top__section2 .p-top__reason .p-reason__body .p-reason__flex .p-reason__box:nth-child(4), .p-top__section2 .p-top__reason .p-reason__body .p-reason__flex .p-reason__box:nth-child(5) {
  width: 30%;
}
.p-top__section2 .p-top__reason .p-reason__body .p-reason__flex .p-reason__box:nth-child(2) {
  margin: 0 0 65px 0;
}
.p-top__section2 .p-top__reason .p-reason__body .p-reason__flex .p-reason__box:nth-child(5) {
  margin: 0;
}
.p-top__section2 .p-top__reason .p-reason__body .p-reason__flex .p-reason__box__title {
  font-size: 1.25rem;
  color: #9B8C6C;
  margin: 0 0 8px;
}
.p-top__section2 .p-top__reason .p-reason__body .p-reason__flex .p-reason__box__text {
	font-size: 0.8rem;
	margin: 0 0 14px;
}
.p-top__section3 .p-top__products {
  padding: 100px 0;
  background: #504F4F;
}
.p-top__section3 .p-top__products .p-products__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-top__section3 .p-top__products .p-products__flex .p-products__image {
  width: 65%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-top__section3 .p-top__products .p-products__flex .p-products__image img {
  width: calc(100%/3);
  display: inline-block;
  height: auto;
  vertical-align: top;
}
.p-top__section3 .p-top__products .p-products__flex .p-products__image img:nth-child(1) {
  margin: 80px 0 0;
}
.p-top__section3 .p-top__products .p-products__flex .p-products__image img:nth-child(3) {
  margin: 180px 0 0;
}
.p-top__section3 .p-top__products .p-products__flex .p-products__wrap {
  width: 35%;
  padding: 0 0 0 60px;
  margin: 0 0 0 auto;
}
.p-top__section3 .p-top__products .p-products__flex .p-products__wrap .p-products__head {
  margin: 0 0 38px;
}
.p-top__section3 .p-top__products .p-products__flex .p-products__wrap .p-products__body .p-products__box {
  margin: 0 0 50px;
}
.p-top__section3 .p-top__products .p-products__flex .p-products__wrap .p-products__body .p-products__box__title {
  font-size: 1.25rem;
  color: #fff;
  margin: 0 0 14px;
}
.p-top__section3 .p-top__products .p-products__flex .p-products__wrap .p-products__body .p-products__box__text {
  font-size: 1rem;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 20px;
}
.p-top__section3 .p-top__products .p-products__flex .p-products__wrap .p-products__body .p-products__box .p-products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-top__section3 .p-top__products .p-products__flex .p-products__wrap .p-products__body .p-products__box .p-products__list__item {
  margin: 0 40px 10px 0;
}
.p-top__section3 .p-top__products .p-products__flex .p-products__wrap .p-products__body .p-products__box .p-products__list__item:nth-child(2n) {
  margin: 0 0 10px;
}
.p-top__section3 .p-top__products .p-products__flex .p-products__wrap .p-products__body .p-products__box:last-child {
  margin: 0;
}
.p-top__section4 .p-top__equipment {
  background: #F4F3F0;
  padding: 200px 0 100px;
}
.p-top__section4 .p-top__equipment .p-equiment__wrap .p-equiment__head {
  margin: 0 0 74px;
}
.p-top__section4 .p-top__equipment .p-equiment__wrap .p-equiment__body {
  position: relative;
}
.p-top__section4 .p-top__equipment .p-equiment__wrap .p-equiment__body .p-equiment__image {
  width: 54%;
  position: relative;
  z-index: 2;
}
.p-top__section4 .p-top__equipment .p-equiment__wrap .p-equiment__body .p-equiment__image a figcaption {
  background: rgba(0, 0, 0, 0.5);
  padding: 25px 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.p-top__section4 .p-top__equipment .p-equiment__wrap .p-equiment__body .p-equiment__image a figcaption span {
  font-size: 1.125rem;
  color: #fff;
  display: inline-block;
  position: relative;
}
.p-top__section4 .p-top__equipment .p-equiment__wrap .p-equiment__body .p-equiment__image a figcaption span:after {
  content: '';
  display: inline-block;
  background: url(../img/top/arrow-white.svg) no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-top__section4 .p-top__equipment .p-equiment__wrap .p-equiment__body .p-equiment__image a:hover figcaption span:after {
  right: -38px;
}
.p-top__section4 .p-top__equipment .p-equiment__wrap .p-equiment__body .p-equiment__image.-absolute {
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 1;
}
.p-top__section5 .p-top__company {
  padding: 100px 0 80px;
}
.p-top__section5 .p-top__company .p-company__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-top__section5 .p-top__company .p-company__flex .p-company__left {
  width: 40%;
  padding: 0 87px 0 0;
}
.p-top__section5 .p-top__company .p-company__flex .p-company__left .p-company__head {
  margin: 0 0 62px;
}
.p-top__section5 .p-top__company .p-company__flex .p-company__left .p-company__body .p-company__logo {
  margin: 0 0 66px;
}
.p-top__section5 .p-top__company .p-company__flex .p-company__left .p-company__body .p-company__list__item a {
  font-size: 1.125rem;
  color: #000;
  padding: 22px 16px;
  display: block;
  border-top: 1px solid #9B8C6C;
  position: relative;
}
.p-top__section5 .p-top__company .p-company__flex .p-company__left .p-company__body .p-company__list__item a:after {
  content: '';
  display: inline-block;
  background: url(../img/top/arrow-gold.svg) no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-top__section5 .p-top__company .p-company__flex .p-company__left .p-company__body .p-company__list__item a:hover:after {
  right: 8px;
}
.p-top__section5 .p-top__company .p-company__flex .p-company__left .p-company__body .p-company__list__item:last-child a {
  border-bottom: 1px solid #9B8C6C;
}
.p-top__section5 .p-top__company .p-company__flex .p-company__right {
  width: 60%;
}
.p-top__section5 .p-top__news {
  padding: 35px 130px;
  margin: 0 0 100px;
  background: #EDEAEA;
}
.p-top__section5 .p-top__news .p-news__head {
  margin: 0 0 30px;
}
.p-top__section5 .p-top__news .p-news__head h2 {
  text-align: center;
}
.p-top__section5 .p-top__news .p-news__body .p-news__list__item a {
  font-size: 0.875rem;
  color: #000;
  padding: 12px 0 12px 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #fff;
}
.p-top__section5 .p-top__news .p-news__body .p-news__list__item a .p-news__date {
  display: inline-block;
  margin: 0 38px 0 0;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 768px) {
  /* ======================
  project(768)
  =========================*/
  .p-top__section2 .p-top__reason {
    display: block;
  }
  .p-top__section2 .p-top__reason .p-reason__head {
    width: 100%;
    text-align: center;
    border-right: none;
    margin: 0 0 48px;
  }
  .p-top__section2 .p-top__reason .p-reason__body {
    width: 100%;
    padding: 0;
  }
  .p-top__section2 .p-top__reason .p-reason__body .p-reason__flex {
    display: block;
  }
  .p-top__section2 .p-top__reason .p-reason__body .p-reason__flex .p-reason__box {
    margin: 0;
  }
  .p-top__section2 .p-top__reason .p-reason__body .p-reason__flex .p-reason__box:nth-child(1), .p-top__section2 .p-top__reason .p-reason__body .p-reason__flex .p-reason__box:nth-child(2) {
    width: 100%;
    margin: 0 0 50px;
  }
  .p-top__section2 .p-top__reason .p-reason__body .p-reason__flex .p-reason__box:nth-child(3), .p-top__section2 .p-top__reason .p-reason__body .p-reason__flex .p-reason__box:nth-child(4), .p-top__section2 .p-top__reason .p-reason__body .p-reason__flex .p-reason__box:nth-child(5) {
    width: 100%;
    margin: 0 0 50px;
  }
  .p-top__section2 .p-top__reason .p-reason__body .p-reason__flex .p-reason__box:nth-child(2) {
    margin: 0 0 50px;
  }
  .p-top__section2 .p-top__reason .p-reason__body .p-reason__flex .p-reason__box:nth-child(5) {
    margin: 0;
  }
  .p-top__section3 .p-top__products .p-products__flex {
    display: block;
  }
  .p-top__section3 .p-top__products .p-products__flex .p-products__head {
    margin: 0 0 30px;
    text-align: center;
  }
  .p-top__section3 .p-top__products .p-products__flex .p-products__head h2 {
    line-height: 1.4;
  }
  .p-top__section3 .p-top__products .p-products__flex .p-products__head h2 span {
    display: block;
  }
  .p-top__section3 .p-top__products .p-products__flex .p-products__image {
    width: 100%;
    position: static;
  }
  .p-top__section3 .p-top__products .p-products__flex .p-products__wrap {
    width: 90%;
    margin: 0 auto;
    padding: 42px 0 0;
  }
  .p-top__section3 .p-top__products .p-products__flex .p-products__wrap .p-products__head {
    margin: 0 0 38px;
  }
  .p-top__section3 .p-top__products .p-products__flex .p-products__wrap .p-products__body .p-products__box .p-products__list__item {
    margin: 0 40px 10px 0;
  }
  .p-top__section3 .p-top__products .p-products__flex .p-products__wrap .p-products__body .p-products__box .p-products__list__item:nth-child(2n) {
    margin: 0 40px 10px 0;
  }
  .p-top__section3 .p-top__products .p-products__flex .p-products__wrap .p-products__body .p-products__box .p-products__list__item:nth-child(3n) {
    margin: 0 40px 10px 0;
  }
  .p-top__section4 .p-top__equipment {
    background: #F4F3F0;
    padding: 100px 0;
  }
  .p-top__section4 .p-top__equipment .p-equiment__wrap .p-equiment__head {
    margin: 0 0 40px;
    text-align: center;
  }
  .p-top__section4 .p-top__equipment .p-equiment__wrap .p-equiment__head h2 {
    line-height: 1.4;
  }
  .p-top__section4 .p-top__equipment .p-equiment__wrap .p-equiment__head h2 span {
    display: block;
  }
  .p-top__section4 .p-top__equipment .p-equiment__wrap .p-equiment__body .p-equiment__image {
    width: 100%;
  }
  .p-top__section4 .p-top__equipment .p-equiment__wrap .p-equiment__body .p-equiment__image.-absolute {
    position: static;
    margin: 50px 0 0;
  }
  .p-top__section5 .p-top__company .p-company__flex {
    display: block;
  }
  .p-top__section5 .p-top__company .p-company__flex .p-company__left {
    width: 100%;
    padding: 40px 0 0;
  }
  .p-top__section5 .p-top__company .p-company__flex .p-company__left .p-company__body {
    width: 80%;
    margin: 0 auto;
  }
  .p-top__section5 .p-top__company .p-company__flex .p-company__left .p-company__body .p-company__logo {
    margin: 0 0 40px;
  }
  .p-top__section5 .p-top__company .p-company__flex .p-company__right {
    width: 100%;
  }
  .p-top__section5 .p-top__company .p-company__flex .p-company__right .p-company__head {
    margin: 0 0 40px;
    text-align: center;
  }
  .p-top__section5 .p-top__news {
    padding: 50px 25px;
    margin: 0 0 80px;
  }
  .p-top__section5 .p-top__news .p-news__head {
    margin: 0 0 40px;
  }
  .p-top__section5 .p-top__news .p-news__body .p-news__list__item a {
    font-size: 0.875rem;
    padding: 20px 0;
    display: block;
  }
  .p-top__section5 .p-top__news .p-news__body .p-news__list__item a .p-news__date {
    display: block;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 575px) {
  /* ======================
  project(575)
  =========================*/
  .p-top__section1 .p-top__video .p-video__text .p-video__hero {
    font-size: 1.3125rem;
  }
  .p-top__section2 .p-top__reason {
    padding: 50px 0;
  }
  .p-top__section2 .p-top__reason .p-reason__head {
    margin: 0 0 40px;
  }
  .p-top__section2 .p-top__reason .p-reason__body .p-reason__flex .p-reason__box {
    margin: 0;
  }
  .p-top__section2 .p-top__reason .p-reason__body .p-reason__flex .p-reason__box:nth-child(1), .p-top__section2 .p-top__reason .p-reason__body .p-reason__flex .p-reason__box:nth-child(2) {
    margin: 0 0 30px;
  }
  .p-top__section2 .p-top__reason .p-reason__body .p-reason__flex .p-reason__box:nth-child(3), .p-top__section2 .p-top__reason .p-reason__body .p-reason__flex .p-reason__box:nth-child(4), .p-top__section2 .p-top__reason .p-reason__body .p-reason__flex .p-reason__box:nth-child(5) {
    width: 100%;
    margin: 0 0 30px;
  }
  .p-top__section2 .p-top__reason .p-reason__body .p-reason__flex .p-reason__box:nth-child(2) {
    margin: 0 0 30px;
  }
  .p-top__section2 .p-top__reason .p-reason__body .p-reason__flex .p-reason__box .p-reason__box__title {
    text-align: center;
    margin: 0 0 12px;
  }
  .p-top__section2 .p-top__reason .p-reason__body .p-reason__flex .p-reason__box .p-reason__box__text {
    line-height: 1.4;
  }
  .p-top__section3 .p-top__products {
    padding: 50px 0;
  }
  .p-top__section3 .p-top__products .l-wrapper3 {
    max-width: 100%;
  }
  .p-top__section3 .p-top__products .p-products__flex .p-products__head {
    margin: 0 0 40px;
  }
  .p-top__section3 .p-top__products .p-products__flex .p-products__image img:nth-child(1) {
    margin: 40px 0 0;
  }
  .p-top__section3 .p-top__products .p-products__flex .p-products__image img:nth-child(3) {
    margin: 90px 0 0;
  }
  .p-top__section3 .p-top__products .p-products__flex .p-products__wrap {
    width: 80%;
  }
  .p-top__section3 .p-top__products .p-products__flex .p-products__wrap .p-products__body .p-products__box .p-products__list__item {
    margin: 0 48px 10px 0;
  }
  .p-top__section3 .p-top__products .p-products__flex .p-products__wrap .p-products__body .p-products__box .p-products__list__item:nth-child(2n) {
    margin: 0 0 10px 0;
  }
  .p-top__section3 .p-top__products .p-products__flex .p-products__wrap .p-products__body .p-products__box .p-products__list__item:nth-child(3n) {
    margin: 0 0 10px 0;
  }
  .p-top__section3 .p-top__products .p-products__flex .p-products__wrap .p-products__body .p-products__box .p-products__list__item:nth-child(3) {
    margin: 0 48px 10px 0;
  }
  .p-top__section3 .p-top__products .p-products__flex .p-products__wrap .p-products__body .p-products__box .p-products__list__item .c-link {
    font-size: 0.875rem;
    padding: 0 35px 5px 7px;
    min-width: 120px;
  }
  .p-top__section3 .p-top__products .p-products__flex .p-products__wrap .p-products__body .p-products__box .c-link {
    font-size: 0.875rem;
  }
  .p-top__section4 .p-top__equipment {
    padding: 50px 0 0;
  }
  .p-top__section4 .p-top__equipment .l-wrapper {
    max-width: 100%;
  }
  .p-top__section4 .p-top__equipment .p-equiment__wrap .p-equiment__body .p-equiment__image.-absolute {
    margin: 25px 0 0;
  }
  .p-top__section5 .l-wrapper, .p-top__section5 .l-wrapper2 {
    max-width: 100%;
  }
  .p-top__section5 .p-top__company {
    padding: 50px 0;
  }
  .p-top__section5 .p-top__company .p-company__flex .p-company__left {
    padding: 30px 0 0;
  }
  .p-top__section5 .p-top__company .p-company__flex .p-company__left .p-company__body {
    width: 80%;
    margin: 0 auto;
  }
  .p-top__section5 .p-top__company .p-company__flex .p-company__left .p-company__body .p-company__logo {
    margin: 0 0 30px;
  }
  .p-top__section5 .p-top__company .p-company__flex .p-company__right {
    width: 100%;
  }
  .p-top__section5 .p-top__news {
    padding: 50px 25px;
    margin: 0 0 50px;
  }
  .p-top__section5 .p-top__news .p-news__head {
    margin: 0 0 20px;
  }
  .p-top__section5 .p-top__news .p-news__body .p-news__list__item a {
    padding: 15px 0;
  }
  .p-top__section5 .p-top__news .p-news__body .p-news__list__item a .p-news__title {
    line-height: 1.4;
  }
}
/*
  page
————————————————————————————————————————— */
.p-page-main {
  padding: 170px 0 0px;
}
.p-page-main section {
	padding-top: 60px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 60px;
}
  .p-page-main section:nth-child(2) {
    padding-top: 50px;
  }
  .p-page-main section.sec2 {
    padding-top: 50px;
  }
.p-page-main h1 {
  font-size: 2.625rem;
  line-height: 1.4;
  /*font-family: serif;*/
}
.p-page-main h1 span {
  color: #9B8C6C;
  display: block;
  font-size: 1rem;
  font-family: "游ゴシック体", YuGothic, sans-serif;
}
.p-page-main h2 {
  font-size: 2.0rem;
  line-height: 1.4;
	margin-bottom: 30px;
}
.p-page-main h2 span {
  color: #9B8C6C;
  font-size: 1rem;
  display: block;
}
.p-page-main h3 {
  font-size: 1.5rem;
  position: relative;
	margin-bottom: 20px;
	padding-top: 10px;
}
.p-page-main h3:before {
 content: '';
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 80px;
  height: 1px;
  background: #9B8C6C;
}
.p-page-main h3.-gold {
  color: #9B8C6C;
}

.p-page-main h4 {
  font-size: 1.2rem;
	line-height: 1.8;
	font-weight: bold;
}
.p-page-main p {
  font-size: 1rem;
  line-height: 1.8;
	margin-bottom: 20px;
}
.p-page-main ul.p-list li {
  font-size: 1.125rem;
  margin: 0 0 9px;
  line-height: 1.4;
  padding: 0 0 0 20px;
  position: relative;
}
.p-page-main ul.p-list li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 1px;
  background: #000;
}
.p-page-main section.bg-color1 {
  background: #F4F3F0;
}
.p-page-main .p-breadCrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
}
.p-page-main .p-breadCrumb li a {
  color: #000;
}
.p-page-main .p-breadCrumb li {
  margin: 0 30px 0 0;
  position: relative;
}
.p-page-main .p-breadCrumb li:after {
  content: '>';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-page-main .p-breadCrumb li:last-child {
  margin: 0;
}
.p-page-main .p-breadCrumb li:last-child:after {
  display: none;
}
.p-page-main .p-text-center {
  text-align: center;
}
.p-page-main .p-text-center p {
	font-size: 1rem;
}
.p-page-main .sec1 h1 {
  margin: 0 0 30px;
}
.p-page-main .sec1 h2 {
  margin: 80px 0 20px;
}
.p-page-main .sec1 h3 {
  margin: 60px 0 0;
}
.p-page-main .sec1 p {
  margin: 10px 0;
}
.p-page-main .sec1 .c-link {
  margin: 60px 0 0;
}
.p-page-main .sec1 ul.p-list {
  margin: 20px 0 0;
}
.p-page-main .sec2 .p-top__flex .p-flex__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-page-main .sec2 .p-top__flex .p-flex__box .p-flex__image {
  width: 50%;
  position: relative;
}
.p-page-main .sec2 .p-top__flex .p-flex__box .p-flex__image img {
  height: 340px;
  min-width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.p-page-main .sec2 .p-top__flex .p-flex__box .p-flex__image figcaption {
  font-size: 1rem;
  margin: 5px 0 0;
}
.p-page-main .sec2 .p-top__flex .p-flex__box .p-flex__image:before {
  content: '';
  width: 35%;
  background: #9B8C6C;
  height: 380px;
  width: 150px;
  position: absolute;
  top: calc(50% - 11px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.p-page-main .sec2 .p-top__flex .p-flex__box .p-flex__text {
  width: 50%;
}
.p-page-main .sec2 .p-top__flex .p-flex__box .p-flex__text h2 {
  margin: 0 0 20px;
}
.p-page-main .sec2 .p-top__flex .p-flex__box.-flex1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0 0 50px;
}
.p-page-main .sec2 .p-top__flex .p-flex__box.-flex1 .p-flex__image {
  padding: 0 50px 0 0;
}
.p-page-main .sec2 .p-top__flex .p-flex__box.-flex1 .p-flex__image img {
  padding: 0 0 0 20px;
}
.p-page-main .sec2 .p-top__flex .p-flex__box.-flex1 .p-flex__image figcaption {
  text-align: right;
}
.p-page-main .sec2 .p-top__flex .p-flex__box.-flex1 .p-flex__image:before {
  left: 0;
}
.p-page-main .sec2 .p-top__flex .p-flex__box.-flex2 .p-flex__image {
  padding: 0 0 0 50px;
}
.p-page-main .sec2 .p-top__flex .p-flex__box.-flex2 .p-flex__image img {
  padding: 0 20px 0 0;
}
.p-page-main .sec2 .p-top__flex .p-flex__box.-flex2 .p-flex__image figcaption {
  text-align: left;
}
.p-page-main .sec2 .p-top__flex .p-flex__box.-flex2 .p-flex__image:before {
  right: 0;
}
.p-page-main .sec3 .p-top__flex .p-flex__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}
.p-page-main .sec3 .p-top__flex .p-flex__box .p-flex__text {
  width: 40%;
}
.p-page-main .sec3 .p-top__flex .p-flex__box .p-flex__text h2 {
  margin: 0 0 20px;
}
.p-page-main .sec3 .p-top__flex .p-flex__box .p-flex__image {
  width: 60%;
}
.p-page-main .sec3 .p-top__flex .p-flex__box .p-flex__image figcaption {
  font-size: 1rem;
  margin: 5px 0 0;
}
.p-page-main .sec3 .p-top__flex .p-flex__box.-flex1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0 auto 100px 0;
}
.p-page-main .sec3 .p-top__flex .p-flex__box.-flex1 .p-flex__image {
  padding: 0 50px 0 0;
}
.p-page-main .sec3 .p-top__flex .p-flex__box.-flex1 .p-flex__image figcaption {
  text-align: right;
}
.p-page-main .sec3 .p-top__flex .p-flex__box.-flex2 {
	margin: 0 0 100px auto;
}
.p-page-main .sec3 .p-top__flex .p-flex__box.-flex2 .p-flex__image {
  padding: 0 0 0 50px;
}
.p-page-main .sec3 .p-top__flex .p-flex__box.-flex2 .p-flex__image figcaption {
  text-align: left;
}
.p-page-main .sec4 .p-top__flex .p-flex__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #707070;
  padding: 90px 0 55px;
  position: relative;
}
.p-page-main .sec4 .p-top__flex .p-flex__box:after {
  position: absolute;
  content: '';
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 40px solid #9B8C6C;
  border-right: 48px solid transparent;
  border-left: 48px solid transparent;
  z-index: 4;
}
.p-page-main .sec4 .p-top__flex .p-flex__box .p-flex__image {
  max-width: 380px;
	margin-left: 50px;
}
.p-page-main .sec4 .p-top__flex .p-flex__box .p-flex__text a.-first {
  margin: 0 20px 0 0;
}
.p-page-main .sec4 .p-top__flex .p-flex__box .p-flex__text p {
  margin: 0 0 20px;
}
.p-page-main .sec5 h2 {
  margin: 0 0 50px;
}
.p-page-main .sec5 .p-products__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-page-main .sec5 .p-products__body .p-products__box {
  width: 50%;
  margin: 0 0 50px;
}
.p-page-main .sec5 .p-products__body .p-products__box__title {
  font-size: 1.25rem;
  margin: 0 0 14px;
}
.p-page-main .sec5 .p-products__body .p-products__box__title.-second {
  margin: 50px 0 14px;
}
.p-page-main .sec5 .p-products__body .p-products__box__text {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0 0 20px;
}
.p-page-main .sec5 .p-products__body .p-products__box .p-products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-page-main .sec5 .p-products__body .p-products__box .p-products__list__item {
  margin: 0 40px 10px 0;
}
.p-page-main .sec5 .p-products__body .p-products__box .p-products__list__item:nth-child(3n) {
  margin: 0 0 10px;
}
.p-page-main .sec5 .p-products__body .p-products__box a {
  color: #000;
}
.p-page-main .sec6 .p-top__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-page-main .sec6 .p-top__flex .p-flex__box {
  width: 31%;
  margin: 0 3.5% 50px 0;
}
.p-page-main .sec6 .p-top__flex .p-flex__box:nth-child(3n) {
  margin: 0 0 50px;
}
.p-page-main .sec6 .p-top__flex .p-flex__box table {
  margin: 20px 0 0;
	width: 100%;
}
.p-page-main .sec6 .p-top__flex .p-flex__box table tr {
  border-bottom: 1px dashed #E0E1E2;
}
.p-page-main .sec6 .p-top__flex .p-flex__box table tr th, .p-page-main .sec6 .p-top__flex .p-flex__box table tr td {
  font-size: 0.8rem;
 /* font-family: "メイリオ", sans-serif;*/
  text-align: left;
  padding: 10px 0;
  line-height: 1.8;
}
.p-page-main .sec6 .p-top__flex .p-flex__box table tr th::after {
  content: "：";
}
.p-page-main .sec6 .p-top__flex .p-flex__box table tr th {
  width: 25%;
}
.p-page-main .sec6 .p-top__flex .p-flex__box table tr td {
  width: 75%;
}
.p-page-main .sec7 .p-top__table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 30px;
}
.p-page-main .sec7 .p-top__table tr {
  border-bottom: 1px solid #E0E1E2;
}
.p-page-main .sec7 .p-top__table tr th, .p-page-main .sec7 .p-top__table tr td {
  padding: 20px 0 20px 10px;
  font-size: 0.875rem;
	line-height: 1.8;
}
.p-page-main .sec7 .p-top__table tr th {
	/* [disabled]width: 30%; */
	text-align: left;
}
.p-page-main .sec7 .p-top__table tr td {
	/* [disabled]width: 70%; */
}
.p-page-main .sec7 .p-top__table2 {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 80px;
}
.p-page-main .sec7 .p-top__table2 tr th, .p-page-main .sec7 .p-top__table2 tr td {
  padding: 20px 0 20px 10px;
  font-size: 0.875rem;
}
.p-page-main .sec7 .p-top__table2 tr th {
	/* [disabled]width: 30%; */
	text-align: left;
	border-bottom: 1px solid #9B8C6C;
}
.p-page-main .sec7 .p-top__table2 tr td {
  width: 70%;
  border-bottom: 1px solid #E0E1E2;
}
.p-page-main .sec7 .p-top__faq h4 {
  font-size: 1.25rem;
  margin: 0 0 10px;
}
.p-page-main .sec7 .p-top__faq h4 span {
  font-size: 1.5rem;
  color: #ff0000;
  margin: 0 10px 0 0;
}
.p-page-main .sec7 .p-top__faq p {
  font-size: 0.875rem;
  border-left: 1px solid #9B8C6C;
  margin: 0 0 0 20px;
  padding: 10px 0 10px 10px;
}
.sec8 .p-top_caption {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}
.sec8 .p-top_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec8 .p-top_imgBox1 {
  margin: 0 0 20px;
}
.sec8 .p-top_imgBox1 .p-top_img1 {
 
  background-size: cover;
  background-position: center;
  height: 100px;
}
.sec8 .p-top_imgBox2 {
  width: 100%;
}
.sec8 .p-top_imgBox2 .p-top_img2 {
  
  background-size: cover;
  background-position: center;
  height: 100px;
}
.sec8 .p-top_imgBox3 {
  width: 49%;
}
.sec8 .p-top_imgBox3 .p-top_img3 {
 
  background-size: cover;
  background-position: center;
  height: 100px;
}
.sec8 .p-top_imgBox4 {
  width: 49%;
}
.sec8 .p-top_imgBox4 .p-top_img4 {
  
  background-size: cover;
  background-position: center;
  height: 100px;
}
.sec8 .p-top_imgBox5 {
  width: 32%;
}
.sec8 .p-top_imgBox5 .p-top_img5 {
  
  background-size: cover;
  background-position: center;
  height: 100px;
}
.sec8 .p-top_imgBox6 {
  width: 32%;
}
.sec8 .p-top_imgBox6 .p-top_img6 {
  
  background-size: cover;
  background-position: center;
  height: 100px;
}
.sec8 .p-top_imgBox7 {
  width: 32%;
}
.sec8 .p-top_imgBox7 .p-top_img7 {
  
  background-size: cover;
  background-position: center;
  height: 100px;
}
.sec8 .p-top_imgBox8 {
  width: 66%;
}
.sec8 .p-top_imgBox8 .p-top_img8 {
 
  background-size: cover;
  background-position: center;
  height: 100px;
}
.sec8 .p-top_imgBox9 {
  width: 32%;
}
.sec8 .p-top_imgBox9 .p-top_img9 {
  
  background-size: cover;
  background-position: center;
  height: 100px;
}
.sec8 .p-top_imgBox10 {
  width: 32%;
}
.sec8 .p-top_imgBox10 .p-top_img10 {
  
  background-size: cover;
  background-position: center;
  height: 100px;
}
.sec8 .p-top_imgBox11 {
  width: 66%;
}
.sec8 .p-top_imgBox11 .p-top_img11 {
  
  background-size: cover;
  background-position: center;
  height: 100px;
}
.sec8 .p-top_imgBox12 {
  width: 23.5%;
}
.sec8 .p-top_imgBox12 .p-top_img12 {
  
  background-size: cover;
  background-position: center;
  height: 100px;
}
.sec8 .p-top_imgBox13 {
  width: 23.5%;
}
.sec8 .p-top_imgBox13 .p-top_img13 {
  
  background-size: cover;
  background-position: center;
  height: 100px;
}
.sec8 .p-top_imgBox14 {
  width: 23.5%;
}
.sec8 .p-top_imgBox14 .p-top_img14 {
  
  background-size: cover;
  background-position: center;
  height: 100px;
}
.sec8 .p-top_imgBox15 {
  width: 23.5%;
}
.sec8 .p-top_imgBox15 .p-top_img15 {
 
  background-size: cover;
  background-position: center;
  height: 100px;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 768px) {
  /* ======================
  project(768)
  =========================*/
  .p-page-main .sec2 .p-top__flex .p-flex__box {
    display: block;
  }
  .p-page-main .sec2 .p-top__flex .p-flex__box .p-flex__image {
    width: 100%;
  }
  .p-page-main .sec2 .p-top__flex .p-flex__box .p-flex__image figcaption {
    display: none;
  }
  .p-page-main .sec2 .p-top__flex .p-flex__box .p-flex__text {
    width: 100%;
    margin: 0 0 50px;
  }
  .p-page-main .sec2 .p-top__flex .p-flex__box.-flex1 {
    margin: 0 0 50px;
  }
  .p-page-main .sec2 .p-top__flex .p-flex__box.-flex1 .p-flex__image {
    padding: 0;
  }
  .p-page-main .sec2 .p-top__flex .p-flex__box.-flex2 .p-flex__image {
    padding: 0;
  }
  .p-page-main .sec3 .p-top__flex .p-flex__box {
    display: block;
    width: 100%;
  }
  .p-page-main .sec3 .p-top__flex .p-flex__box .p-flex__text {
    width: 90%;
    margin: 0 auto;
  }
  .p-page-main .sec3 .p-top__flex .p-flex__box .p-flex__image {
    width: 100%;
  }
  .p-page-main .sec3 .p-top__flex .p-flex__box .p-flex__image figcaption {
    display: none;
  }
  .p-page-main .sec3 .p-top__flex .p-flex__box.-flex1 {
    margin: 0 0 70px;
  }
  .p-page-main .sec3 .p-top__flex .p-flex__box.-flex1 .p-flex__image {
    padding: 50px 0 0;
  }
  .p-page-main .sec3 .p-top__flex .p-flex__box.-flex2 {
    margin: 0;
  }
  .p-page-main .sec3 .p-top__flex .p-flex__box.-flex2 .p-flex__image {
    padding: 50px 0 0;
  }
  .p-page-main .sec4 .p-top__flex .p-flex__box {
    display: block;
    padding: 50px 0 100px;
  }
  .p-page-main .sec4 .p-top__flex .p-flex__box:after {
    bottom: -20px;
    border-top: 20px solid #9B8C6C;
    border-right: 24px solid transparent;
    border-left: 24px solid transparent;
  }
  .p-page-main .sec4 .p-top__flex .p-flex__box .p-flex__image {
    max-width: 100%;
    margin: 0 0 50px;
  }
  .p-page-main .sec4 .p-top__flex .p-flex__box .p-flex__text p {
    margin: 0 0 20px;
  }
  .p-page-main .sec4 .p-top__flex .p-flex__box a.-first {
    margin: 0 0 20px;
  }
  .p-page-main .sec5 .p-products__body {
    display: block;
  }
  .p-page-main .sec5 .p-products__body .p-products__box {
    width: 90%;
    margin: 0 auto 50px;
  }
  .p-page-main .sec5 .p-products__body .p-products__box .p-products__list__item:nth-child(3n) {
    margin: 0 40px 10px 0;
  }
  .p-page-main .sec5 .p-products__body .p-products__box a {
    color: #000;
  }
  .p-page-main .sec6 .p-top__flex {
    display: block;
  }
  .p-page-main .sec6 .p-top__flex .p-flex__box {
    width: 100%;
    margin: 0 0 50px;
  }
  .p-page-main .sec6 .p-top__flex .p-flex__box:nth-child(3n) {
    margin: 0 0 50px;
  }
  .p-page-main .sec7 .p-top__table tr th, .p-page-main .sec7 .p-top__table tr td {
    padding: 20px 0 20px 10px;
    display: block;
  }
  .p-page-main .sec7 .p-top__table tr th {
    font-weight: bold;
	  font-size: 1.1rem;
  }
  .p-page-main .sec7 .p-top__table tr th {
    width: 100%;
  }
  .p-page-main .sec7 .p-top__table tr td {
    width: 100%;
    padding: 0 0 20px 10px;
  }
  .p-page-main .sec7 .p-top__table2 tr th, .p-page-main .sec7 .p-top__table2 tr td {
    padding: 20px 0 20px 10px;
    display: block;
  }
  .p-page-main .sec7 .p-top__table2 tr th {
    width: 100%;
    border-bottom: 1px solid #E0E1E2;
  }
  .p-page-main .sec7 .p-top__table2 tr td {
    width: 100%;
    border-bottom: 1px solid #9B8C6C;
  }
  .p-page-main .sec7 .p-top__faq h4 {
    font-size: 1.125rem;
  }
  .p-page-main .sec7 .p-top__faq h4 span {
    font-size: 1.375rem;
  }
  .p-page-main .sec7 .p-top__faq p {
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .p-page-main .sec8 .p-top_imgBox1 {
    width: 100%;
  }
  .p-page-main .sec8 .p-top_imgBox1 .p-top_img1 {
    height: 200px;
  }
  .p-page-main .sec8 .p-top_imgBox2 {
    width: 100%;
  }
  .p-page-main .sec8 .p-top_imgBox2 .p-top_img2 {
    height: 200px;
  }
  .p-page-main .sec8 .p-top_imgBox3 {
    width: 100%;
  }
  .p-page-main .sec8 .p-top_imgBox3 .p-top_img3 {
    height: 200px;
  }
  .p-page-main .sec8 .p-top_imgBox4 {
    width: 100%;
  }
  .p-page-main .sec8 .p-top_imgBox4 .p-top_img4 {
    height: 200px;
  }
  .p-page-main .sec8 .p-top_imgBox5 {
    width: 100%;
  }
  .p-page-main .sec8 .p-top_imgBox5 .p-top_img5 {
    height: 200px;
  }
  .p-page-main .sec8 .p-top_imgBox6 {
    width: 100%;
  }
  .p-page-main .sec8 .p-top_imgBox6 .p-top_img6 {
    height: 200px;
  }
  .p-page-main .sec8 .p-top_imgBox7 {
    width: 100%;
  }
  .p-page-main .sec8 .p-top_imgBox7 .p-top_img7 {
    height: 200px;
  }
  .p-page-main .sec8 .p-top_imgBox8 {
    width: 100%;
  }
  .p-page-main .sec8 .p-top_imgBox8 .p-top_img8 {
    height: 200px;
  }
  .p-page-main .sec8 .p-top_imgBox9 {
    width: 100%;
  }
  .p-page-main .sec8 .p-top_imgBox9 .p-top_img9 {
    height: 200px;
  }
  .p-page-main .sec8 .p-top_imgBox10 {
    width: 100%;
  }
  .p-page-main .sec8 .p-top_imgBox10 .p-top_img10 {
    height: 200px;
  }
  .p-page-main .sec8 .p-top_imgBox11 {
    width: 100%;
  }
  .p-page-main .sec8 .p-top_imgBox11 .p-top_img11 {
    height: 200px;
  }
  .p-page-main .sec8 .p-top_imgBox12 {
    width: 48%;
  }
  .p-page-main .sec8 .p-top_imgBox12 .p-top_img12 {
    height: 200px;
  }
  .p-page-main .sec8 .p-top_imgBox13 {
    width: 48%;
  }
  .p-page-main .sec8 .p-top_imgBox13 .p-top_img13 {
    height: 200px;
  }
  .p-page-main .sec8 .p-top_imgBox14 {
    width: 48%;
  }
  .p-page-main .sec8 .p-top_imgBox14 .p-top_img14 {
    height: 200px;
  }
  .p-page-main .sec8 .p-top_imgBox15 {
    width: 48%;
  }
  .p-page-main .sec8 .p-top_imgBox15 .p-top_img15 {
    height: 200px;
  }
}
@media screen and (max-width: 575px) {
  /* ======================
  project(575)
  =========================*/
  .p-page-main {
    padding: 80px 0 50px;
  }
  .p-page-main section {
    padding: 50px 0;
  }
  .p-page-main section:nth-child(2) {
    padding-top: 0px;
  }
  .p-page-main section.sec2 {
    padding-top: 50px !important;
  }
  .p-page-main h1 {
    font-size: 1.75rem;
  }
  .p-page-main h1 span {
    font-size: 0.875rem;
  }
  .p-page-main h2 {
    font-size: 1.5rem;
  }
  .p-page-main h2 span {
    font-size: 0.875rem;
  }
  .p-page-main h3 {
    font-size: 1.25rem;
  }
  .p-page-main h3:before {
    top: -10px;
    width: 40px;
  }
  .p-page-main p {
    font-size: 1rem;
    line-height: 1.8;
  }
  .p-page-main ul.p-list li {
    font-size: 1rem;
    margin: 0 0 6px;
    padding: 0 0 0 12px;
  }
  .p-page-main .p-breadCrumb li {
    font-size: 0.875rem;
  }
  .p-page-main .p-text-center p {
    font-size: 1.125rem;
  }
  .p-page-main .sec1 h1 {
    margin: 0 0 30px;
  }
  .p-page-main .sec1 h2 {
    margin: 80px 0 20px;
  }
  .p-page-main .sec1 h3 {
    margin: 60px 0 0;
  }
  .p-page-main .sec1 p {
    margin: 10px 0;
  }
  .p-page-main .sec1 .c-link {
    margin: 60px 0 0;
  }
  .p-page-main .sec1 ul.p-list {
    margin: 20px 0 0;
  }
  .p-page-main .sec2 .p-top__flex .p-flex__box .p-flex__image img {
    height: 200px;
  }
  .p-page-main .sec2 .p-top__flex .p-flex__box .p-flex__image:before {
    width: 35%;
    height: 240px;
    top: calc(50%);
  }
  .p-page-main .sec5 .p-products__body .p-products__box .p-products__list__item:nth-child(2n) {
    margin: 0 0 10px 0;
  }
  .p-page-main .sec5 .p-products__body .p-products__box .p-products__list__item .c-link {
    font-size: 0.875rem;
    padding: 0 35px 5px 7px;
    min-width: 120px;
  }
  .p-page-main .sec5 .p-products__body .p-products__box a {
    font-size: 0.875rem;
  }
  .p-page-main .sec6 .p-top__flex {
    display: block;
  }
  .p-page-main .sec6 .p-top__flex .p-flex__box table tr th, .p-page-main .sec6 .p-top__flex .p-flex__box table tr td {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
/*
  utillity
————————————————————————————————————————— */
.u-screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}
.u-sp-none {
  display: none;
}
.u-m-auto {
  margin: 0 auto;
}
.u-display-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.u-position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.u-link-none {
  pointer-events: none;
}
.u-fade {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.u-fade.is-active {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.u-fade-up {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.u-fade-lr {
  -webkit-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}
.u-fade-rl {
  -webkit-transform: translate(100px, 0);
  transform: translate(100px, 0);
}
.u-fade-type-up {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}
.is-active .u-fade-type-up {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.is-active .u-fade-type-up:nth-child(2) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.is-active .u-fade-type-up:nth-child(3) {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}
.is-active .u-fade-type-up:nth-child(4) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.u-mask-bg {
  color: transparent;
 /* display: inline-block;*/
  overflow: hidden;
  position: relative;
}
.u-mask-bg img {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
.u-mask-bg:after {
  background: #000;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.u-mask-bg.is-animated:after {
  -webkit-animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
  animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}
.u-mask-bg.is-animated img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
@-webkit-keyframes mask-bg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes mask-bg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (min-width: 769px) {
  /* ======================
  utility(768)
  =========================*/
  .u-sp-none {
    display: block;
  }
  .u-pc-none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-sp-visuallyHidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    margin: -1px;
  }
.mt50_s {
	margin-top: 50px;
}
}
/*# sourceMappingURL=style.css.map */


.mt30 {
	margin-top: 30px;
}

.mt50 {
	margin-top: 50px;
}
.fs14 {
	font-size: 0.8rem !important;
}

.bgCH{
  position:relative;
}

.bgCH span.mask{
  position:relative;
  display: block;
    line-height: 0;
    overflow: hidden;
}

.bgCH span.mask::before {
  content:"";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(1, 0);
  transform-origin:center;
    background:#333;
  width: 100%;
  height: 100%;
	opacity: 0.5;
}

.bgCH span.mask:hover::before{
  transform:scale(1, 1)
}

.bgCH span.cap{
  position: absolute;
  opacity:0;
  transition: .5s ease-in-out;
  z-index:3;
  top: 50%;
    left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
    line-height: 1.5;
}

.bgCH a:hover span.cap{
  opacity:1;
}


/* contact, reserve */
/*********************
INPUTS
*********************/
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
	display: block;
	/*height: 40px;*/
	line-height: 40px;
	font-size: 1em;
	color: #5c6b80;
	border-radius: 3px;
	vertical-align: middle;
	box-shadow: none;
	border: 1px solid #ADABAB;
	width: 100%;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
	-webkit-transition: background-color 0.24s ease-in-out;
	transition: background-color 0.24s ease-in-out;
	padding-left: 5px;
}
input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="date"]:focus, input[type="date"]:active, input[type="month"]:focus, input[type="month"]:active, input[type="time"]:focus, input[type="time"]:active, input[type="week"]:focus, input[type="week"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="color"]:focus, input[type="color"]:active, select:focus, select:active, textarea:focus, textarea:active, .field:focus, .field:active {
	background-color: #f7f8fa;
}
input[type="text"].error, input[type="text"].is-invalid, input[type="password"].error, input[type="password"].is-invalid, input[type="datetime"].error, input[type="datetime"].is-invalid, input[type="datetime-local"].error, input[type="datetime-local"].is-invalid, input[type="date"].error, input[type="date"].is-invalid, input[type="month"].error, input[type="month"].is-invalid, input[type="time"].error, input[type="time"].is-invalid, input[type="week"].error, input[type="week"].is-invalid, input[type="number"].error, input[type="number"].is-invalid, input[type="email"].error, input[type="email"].is-invalid, input[type="url"].error, input[type="url"].is-invalid, input[type="search"].error, input[type="search"].is-invalid, input[type="tel"].error, input[type="tel"].is-invalid, input[type="color"].error, input[type="color"].is-invalid, select.error, select.is-invalid, textarea.error, textarea.is-invalid, .field.error, .field.is-invalid {
	color: #fbe3e4;
	border-color: #fbe3e4;
	background-color: white;
	background-position: 99% center;
	background-repeat: no-repeat;
	/*background-image: url(../img/common/ask/ask_error.png);*/
	outline-color: #fbe3e4;
}
input[type="text"].success, input[type="text"].is-valid, input[type="password"].success, input[type="password"].is-valid, input[type="datetime"].success, input[type="datetime"].is-valid, input[type="datetime-local"].success, input[type="datetime-local"].is-valid, input[type="date"].success, input[type="date"].is-valid, input[type="month"].success, input[type="month"].is-valid, input[type="time"].success, input[type="time"].is-valid, input[type="week"].success, input[type="week"].is-valid, input[type="number"].success, input[type="number"].is-valid, input[type="email"].success, input[type="email"].is-valid, input[type="url"].success, input[type="url"].is-valid, input[type="search"].success, input[type="search"].is-valid, input[type="tel"].success, input[type="tel"].is-valid, input[type="color"].success, input[type="color"].is-valid, select.success, select.is-valid, textarea.success, textarea.is-valid, .field.success, .field.is-valid {
	color: #e6efc2;
	border-color: #e6efc2;
	background-color: white;
	background-position: 99% center;
	background-repeat: no-repeat;
	/*background-image: url(../img/common/ask/ask_ok.png);*/
	outline-color: #e6efc2;
}
input[type="text"][disabled], input[type="text"].is-disabled, input[type="password"][disabled], input[type="password"].is-disabled, input[type="datetime"][disabled], input[type="datetime"].is-disabled, input[type="datetime-local"][disabled], input[type="datetime-local"].is-disabled, input[type="date"][disabled], input[type="date"].is-disabled, input[type="month"][disabled], input[type="month"].is-disabled, input[type="time"][disabled], input[type="time"].is-disabled, input[type="week"][disabled], input[type="week"].is-disabled, input[type="number"][disabled], input[type="number"].is-disabled, input[type="email"][disabled], input[type="email"].is-disabled, input[type="url"][disabled], input[type="url"].is-disabled, input[type="search"][disabled], input[type="search"].is-disabled, input[type="tel"][disabled], input[type="tel"].is-disabled, input[type="color"][disabled], input[type="color"].is-disabled, select[disabled], select.is-disabled, textarea[disabled], textarea.is-disabled, .field[disabled], .field.is-disabled {
	cursor: not-allowed;
	border-color: #cfcfcf;
	opacity: 0.6;
}
input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active, input[type="password"][disabled]:focus, input[type="password"][disabled]:active, input[type="password"].is-disabled:focus, input[type="password"].is-disabled:active, input[type="datetime"][disabled]:focus, input[type="datetime"][disabled]:active, input[type="datetime"].is-disabled:focus, input[type="datetime"].is-disabled:active, input[type="datetime-local"][disabled]:focus, input[type="datetime-local"][disabled]:active, input[type="datetime-local"].is-disabled:focus, input[type="datetime-local"].is-disabled:active, input[type="date"][disabled]:focus, input[type="date"][disabled]:active, input[type="date"].is-disabled:focus, input[type="date"].is-disabled:active, input[type="month"][disabled]:focus, input[type="month"][disabled]:active, input[type="month"].is-disabled:focus, input[type="month"].is-disabled:active, input[type="time"][disabled]:focus, input[type="time"][disabled]:active, input[type="time"].is-disabled:focus, input[type="time"].is-disabled:active, input[type="week"][disabled]:focus, input[type="week"][disabled]:active, input[type="week"].is-disabled:focus, input[type="week"].is-disabled:active, input[type="number"][disabled]:focus, input[type="number"][disabled]:active, input[type="number"].is-disabled:focus, input[type="number"].is-disabled:active, input[type="email"][disabled]:focus, input[type="email"][disabled]:active, input[type="email"].is-disabled:focus, input[type="email"].is-disabled:active, input[type="url"][disabled]:focus, input[type="url"][disabled]:active, input[type="url"].is-disabled:focus, input[type="url"].is-disabled:active, input[type="search"][disabled]:focus, input[type="search"][disabled]:active, input[type="search"].is-disabled:focus, input[type="search"].is-disabled:active, input[type="tel"][disabled]:focus, input[type="tel"][disabled]:active, input[type="tel"].is-disabled:focus, input[type="tel"].is-disabled:active, input[type="color"][disabled]:focus, input[type="color"][disabled]:active, input[type="color"].is-disabled:focus, input[type="color"].is-disabled:active, select[disabled]:focus, select[disabled]:active, select.is-disabled:focus, select.is-disabled:active, textarea[disabled]:focus, textarea[disabled]:active, textarea.is-disabled:focus, textarea.is-disabled:active, .field[disabled]:focus, .field[disabled]:active, .field.is-disabled:focus, .field.is-disabled:active {
	background-color: #d5edf8;
}
input[type="password"] {
	letter-spacing: 0.3em;
}

.button {
	width: 320px;
	max-width: 100%;
	text-align: center;
	text-decoration: none;
	padding: 1em 1em;
	color: #000000;
	background: #FFE660;
	border: none;
	box-sizing: border-box;
	text-transform: uppercase;
	border-radius: 5px;
	background-clip: padding-box;
	cursor: pointer;
	font-size: 16px;
}
.button:hover {
	color: #000000;
	background: #FFCD06;
	box-sizing: border-box;
	text-transform: uppercase;
	border-radius: 5px;
	background-clip: padding-box;
	cursor: pointer;
	font-size: 16px;
}
.submit_box {
	margin: 2em 0 1em;
}



/* sitemap */
@media screen and (min-width: 768px) {
	.smap {
		margin-left: 5px;
		margin-bottom: 20px;
	}
	.smap ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.smap li {
		margin: 0;
		padding-bottom: 5px;
	}
	.smap a {
		display: block;
		color: #000000;
		width: 780px;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap .nolink {
		display: block;
		color: #000000;
		width: 780px;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap a:hover {
		color: #333;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
	}
	.smap ul ul {
		margin-left: 20px;
		padding: 0;
		list-style-type: none;
	}
	.smap li li a {
		display: block;
		color: #333;
		width: 750px;
		padding: 10px 10px;
		margin: 0;
		text-decoration: none;
		border-left-width: 1px;
		border-top-style: none;
		border-bottom-style: dotted;
		border-left-style: solid;
		border-left-color: #CCCCCC;
		border-bottom-width: 1px;
		border-bottom-color: #CCCCCC;
	}
	/* 第一階層 */
	.smap>li>a {
		font-size: 1.6rem;
		font-weight: bold;
	}
}
@media screen and (max-width: 767px) {
	.smap {
		margin-left: 5px;
		margin-bottom: 20px;
	}
	.smap ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.smap li {
		margin: 0;
		padding-bottom: 5px;
	}
	.smap a {
		display: block;
		color: #000000;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap .nolink {
		display: block;
		color: #000000;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap a:hover {
		color: #333;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
	}
	.smap ul ul {
		margin-left: 20px;
		padding: 0;
		list-style-type: none;
	}
	.smap li li a {
		display: block;
		color: #333;
		padding: 10px 10px;
		margin: 0;
		text-decoration: none;
		border-left-width: 1px;
		border-top-style: none;
		border-bottom-style: dotted;
		border-left-style: solid;
		border-left-color: #CCCCCC;
		border-bottom-width: 1px;
		border-bottom-color: #CCCCCC;
	}
	/* 第一階層 */
	.smap>li>a {
		font-size: 1.6rem;
		font-weight: bold;
	}
}

.gmap{
position: relative;
width: 100%;
height: 0;
padding-top: 80%;/*比率をお好みで*/
}
.gmap iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*取り扱い材料テーブル*/
.u-scroll-wrap .p-top__table3 {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 80px;
    text-align: left;
}

.u-scroll-wrap .p-top__table3 tr {
    border-bottom: 1px solid #E0E1E2;
}

.u-scroll-wrap .p-top__table3 tr th,
.u-scroll-wrap .p-top__table3 tr td {
    padding: 20px 0 20px 10px;
    font-size: 0.875rem;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .u-scroll-wrap {
        overflow-x: scroll;
    }
    .u-scroll-wrap .p-top__table3 {
        border-collapse: collapse;
        width: 100%;
        min-width: 450px;
        margin: 0 0 80px;
        text-align: left;
    }
}


