@charset "UTF-8";
/* -----------------------------------
Color
------------------------------------ */
.Main {
  background: #f4f4ef;
}
@media screen and (min-width: 769px) {
  .Main {
    min-width: 1300px;
  }
}
.Main {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .Main {
    font-size: 12px;
  }
}
.Main p {
  line-height: 2;
}
.Main img {
  vertical-align: top;
  height: auto;
  max-width: 100%;
}
.Main a {
  color: #00758e;
}
.Main a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .Main a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.Main ::selection {
  background: #00758e;
  color: #fff;
}
.Main ::-moz-selection {
  background: #00758e;
  color: #fff;
}
.Main input {
  appearance: none;
}
.Main button {
  appearance: none;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  color: inherit;
  padding: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 300;
}
.Main select {
  appearance: none;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  color: inherit;
  padding: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 300;
}
.Main select::-ms-expand {
  display: none;
}
.Main textarea {
  appearance: none;
}

/* -----------------------------------
wrapper
------------------------------------ */
/* -----------------------------------
section
------------------------------------ */
.l-sec {
  overflow: hidden;
  position: relative;
  padding: 60px 20px;
}
@media screen and (max-width: 768px) {
  .l-sec {
    padding: 40px 4%;
  }
}
.l-sec_in {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-sec_in {
    max-width: 500px;
  }
}

/* -----------------------------------
footer
------------------------------------ */
.l-footer {
  position: relative;
  background: #373733;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .l-footer {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 10vw 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer::after {
    content: "";
    display: block;
    width: 100%;
    height: 39vw;
    height: 25vw;
  }
}
.l-footer_corp {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l-footer_corp_logo {
    position: absolute;
    width: 200px;
    top: 10px;
    right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .l-footer_corp_logo {
    position: static;
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_corp_logo {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5vw;
    border-bottom: 1px solid #848484;
  }
  .l-footer_corp_logo img {
    width: 75vw;
  }
}
.l-footer_corp_logo a {
  display: block;
}
.l-footer_corp_plt {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-footer_corp_plt {
    margin-top: 5vw;
    justify-content: center;
  }
}
.l-footer_corp_plt a {
  display: block;
}
.l-footer_corp_plt img {
  width: 285px;
}
@media screen and (max-width: 768px) {
  .l-footer_corp_plt img {
    width: 70vw;
  }
}
.l-footer_corp_plt p {
  color: #848484;
  font-size: 12px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .l-footer_corp_plt p {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_top {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_top {
    margin-top: 10vw;
  }
}
.l-footer_top a {
  text-decoration: none;
  color: #fff;
}
.l-footer_top_in {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l-footer_top_in {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1160px;
  }
}
.l-footer_top_in > div,
.l-footer_top_in > ul {
  border-top: 1px solid #fff;
}
@media screen and (min-width: 769px) {
  .l-footer_top_nav1 {
    flex-basis: 72%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_top_nav1 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_top_nav1_title {
    flex-basis: 100%;
  }
}
.l-footer_top_nav1_title a {
  display: block;
  padding: 20px 5px;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-footer_top_nav1_title a {
    padding: 10px 5px;
    font-size: 14px;
  }
}
.l-footer_top_nav1_title a {
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .l-footer_top_nav1_title a:hover {
    background: #555;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_top_nav1_1, .l-footer_top_nav1_2, .l-footer_top_nav1_3 {
    flex-basis: 32%;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_top_nav1_1, .l-footer_top_nav1_2, .l-footer_top_nav1_3 {
    margin-bottom: 20px;
    margin-left: 1em;
  }
}
.l-footer_top_nav1_1 > dt, .l-footer_top_nav1_2 > dt, .l-footer_top_nav1_3 > dt {
  font-size: 14px;
  padding: 5px 5px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer_top_nav1_1 > dt, .l-footer_top_nav1_2 > dt, .l-footer_top_nav1_3 > dt {
    font-size: 12px;
  }
}
.l-footer_top_nav1_1 > dd, .l-footer_top_nav1_2 > dd, .l-footer_top_nav1_3 > dd {
  padding-left: 1em;
}
.l-footer_top_nav1_1 > dd ul li a, .l-footer_top_nav1_2 > dd ul li a, .l-footer_top_nav1_3 > dd ul li a {
  font-size: 14px;
  display: block;
  padding: 5px 5px;
  line-height: 1.6;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .l-footer_top_nav1_1 > dd ul li a, .l-footer_top_nav1_2 > dd ul li a, .l-footer_top_nav1_3 > dd ul li a {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_top_nav1_1 > dd ul li a:hover, .l-footer_top_nav1_2 > dd ul li a:hover, .l-footer_top_nav1_3 > dd ul li a:hover {
    background: #555;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_top_nav1_1 > dd ul, .l-footer_top_nav1_2 > dd ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.l-footer_top_nav2 {
  flex-basis: 25%;
}
.l-footer_top_nav2 li a {
  display: block;
  padding: 20px 10px;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-footer_top_nav2 li a {
    padding: 10px 5px;
    font-size: 12px;
  }
}
.l-footer_top_nav2 li a {
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .l-footer_top_nav2 li a:hover {
    background: #555;
  }
}
.l-footer_top_nav2 li + li {
  border-top: 1px solid #fff;
}
@media screen and (min-width: 769px) {
  .l-footer_bottom {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_bottom {
    margin-top: 10vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_bottom_in {
    max-width: 1160px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_bottom_cnt {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_bottom_cnt {
    margin-top: 20px;
  }
}
.l-footer_bottom_cnt_nav {
  flex: 1;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-footer_bottom_cnt_nav {
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_bottom_cnt_nav li {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_bottom_cnt_nav li {
    flex-basis: 50%;
  }
}
.l-footer_bottom_cnt_nav li a {
  display: inline-block;
  line-height: 30px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .l-footer_bottom_cnt_nav li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_bottom_cnt_nav li a {
    display: block;
    text-align: center;
    font-size: 10px;
  }
}
.l-footer_bottom_cnt_copyright {
  font-size: 12px;
  display: inline;
  line-height: 30px;
  vertical-align: baseline;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer_bottom_cnt_copyright {
    display: block;
    line-height: 25px;
    font-size: 10px;
    text-align: center;
    margin-top: 15px;
  }
}

.l-footerSimple {
  background: #F0F0F0;
  padding: 10px;
}
.l-footerSimple p {
  text-align: center;
  font-size: 12px;
}

/* -----------------------------------
.c-txtStyle
------------------------------------ */
.c-txtStyle1 {
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .c-txtStyle1 {
    font-size: 18px;
  }
}
.c-txtStyle2 {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 768px) {
  .c-txtStyle2 {
    font-size: 18px;
  }
}

/* -----------------------------------
.c-secTitle
------------------------------------ */
.c-secTitle {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-secTitle {
    overflow: hidden;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .c-secTitle {
    margin-bottom: 30px;
  }
}
.c-secTitle_img {
  position: relative;
  margin: 0 auto;
}
.c-secTitle_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (min-width: 769px) {
  .c-secTitle.-menu .c-secTitle_img {
    max-width: 614px;
  }
  .c-secTitle.-case .c-secTitle_img {
    max-width: 739px;
  }
  .c-secTitle.-guide .c-secTitle_img {
    max-width: 645.5px;
  }
  .c-secTitle.-catalog .c-secTitle_img {
    max-width: 423px;
  }
  .c-secTitle.-strength .c-secTitle_img {
    max-width: 594px;
  }
  .c-secTitle.-example .c-secTitle_img {
    max-width: 385px;
  }
  .c-secTitle.-other .c-secTitle_img {
    max-width: 620px;
  }
}
@media screen and (max-width: 768px) {
  .c-secTitle.-menu .c-secTitle_img {
    max-width: 245.6px;
  }
  .c-secTitle.-case .c-secTitle_img {
    max-width: 295.6px;
  }
  .c-secTitle.-guide .c-secTitle_img {
    max-width: 258.2px;
  }
  .c-secTitle.-catalog .c-secTitle_img {
    max-width: 169.2px;
  }
  .c-secTitle.-strength .c-secTitle_img {
    max-width: 237.6px;
  }
  .c-secTitle.-example .c-secTitle_img {
    max-width: 192.5px;
  }
  .c-secTitle.-other .c-secTitle_img {
    max-width: 310px;
  }
}
.c-secTitle_txt {
  padding-bottom: 0;
  line-height: 1.4;
  color: #847344;
  white-space: nowrap;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .c-secTitle_txt {
    font-size: 18px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .c-secTitle_txt {
    position: relative;
    font-size: 14px;
    top: -5px;
  }
}
.c-secTitle.-guide, .c-secTitle.-example, .c-secTitle.-other {
  overflow: visible;
}
@media screen and (min-width: 769px) {
  .c-secTitle.-guide, .c-secTitle.-example, .c-secTitle.-other {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 769px) {
  .c-secTitle.-menu .c-secTitle_txt {
    bottom: 0px;
  }
  .c-secTitle.-case .c-secTitle_txt {
    bottom: 0px;
  }
  .c-secTitle.-guide .c-secTitle_txt {
    bottom: -30px;
  }
  .c-secTitle.-catalog .c-secTitle_txt {
    bottom: 0px;
  }
  .c-secTitle.-example .c-secTitle_txt {
    bottom: -30px;
  }
  .c-secTitle.-other .c-secTitle_txt {
    bottom: -40px;
  }
}
.c-secTitle_read {
  font-weight: bold;
  color: #847344;
}
@media screen and (min-width: 769px) {
  .c-secTitle_read {
    font-size: 24px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .c-secTitle_read {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .c-secTitle.-strength .c-secTitle_read {
    bottom: 0px;
    margin-left: 280px;
  }
}
@media screen and (max-width: 768px) {
  .c-secTitle.-strength .c-secTitle_read {
    margin-top: 10px;
  }
}

/* -----------------------------------
.c-secTitle2
------------------------------------ */
.c-secTitle2 {
  margin-bottom: 70px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .c-secTitle2 {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.c-secTitle2.-gold {
  color: #847344;
}

/* -----------------------------------
.c-secTitle3
------------------------------------ */
.c-secTitle3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  color: #00758e;
}
@media screen and (max-width: 768px) {
  .c-secTitle3 {
    font-size: 18px;
  }
}

/* -----------------------------------
.c-secTitle4
------------------------------------ */
.c-secTitle4 {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .c-secTitle4 {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
.c-secTitle4.-gold {
  color: #847344;
}

/* -----------------------------------
input
------------------------------------ */
input.c-input {
  display: inline-block;
  padding: 10px 15px;
  min-width: 80px;
  max-width: 100%;
  min-height: 40px;
  border: 1px solid #ddd;
  background: #fff;
  line-height: 1.6;
  margin-top: 2px;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  input.c-input {
    padding: 5px 12px;
    font-size: 16px;
  }
}
input.c-input.-name {
  width: 300px;
}
@media screen and (max-width: 768px) {
  input.c-input.-name {
    width: 100%;
  }
}
input.c-input.-zip {
  width: 100px;
}
input.c-input.-tel {
  width: 100px;
}
@media screen and (max-width: 768px) {
  input.c-input.-tel {
    width: 80px;
  }
}
input.c-input.-address1 {
  width: 500px;
}
input.c-input.-address2 {
  width: 500px;
}
input.c-input.-mail {
  width: 500px;
}
input.c-input.-work {
  width: 500px;
}
input.c-input.-staff {
  width: 400px;
}
input.c-input.-w400 {
  width: 400px;
}
input.c-input.-w500 {
  width: 500px;
}
input.c-input.-w100p {
  width: 100%;
}
input.c-input:focus {
  outline: none;
  background: #edf9fc;
  border: 1px solid #00758e;
}
input.c-input::placeholder {
  color: #aaa;
}
input.c-input::-ms-input-placeholder {
  color: #aaa;
}
input.c-input:-ms-input-placeholder {
  color: #aaa;
}
input.c-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f2f2f2 inset;
}

/* -----------------------------------
.c-select
------------------------------------ */
.c-select {
  position: relative;
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
  vertical-align: top;
}
.c-select:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #333333;
  border-right: 2px solid #333333;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  margin-top: -2px;
}
.c-select select {
  display: block;
  width: 100%;
  min-height: 40px;
  border: 1px solid #ddd;
  font-size: 16px;
  line-height: 1.35;
  background-color: #fff;
  padding: 10px 50px 10px 10px;
}
.c-select select:focus {
  outline: none;
  background: #edf9fc;
  border: 1px solid #00758e;
}
.c-select.-large {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-select.-large select {
    padding: 25px 50px 25px 25px;
  }
}

/* -----------------------------------
radio
------------------------------------ */
.c-radio {
  position: relative;
  padding: 4px 0;
  margin: 3px 3px 3px 0px;
}
.c-radio > input[type=radio] {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.c-radio > span {
  padding-left: 30px;
  position: relative;
  display: inline-block;
}
.c-radio > span:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
}
.c-radio > span:after {
  transition: 0.3s ease-out;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #00758e;
  opacity: 0;
}
.c-radio > span:hover:after {
  opacity: 0.2;
}
.c-radio > input[type=radio]:checked + span:after {
  opacity: 1;
}

/* -----------------------------------
checkbox
------------------------------------ */
.c-checkbox {
  position: relative;
  padding: 2px 0;
  margin: 3px 15px 3px 0px;
}
.c-checkbox > input[type=checkbox] {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.c-checkbox > span {
  min-width: 20px;
  min-height: 20px;
  padding-left: 25px;
  position: relative;
  display: inline-block;
}
.c-checkbox > span:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 3px;
  border: 1px solid #ddd;
  background: #fff;
}
.c-checkbox > span:after {
  transition: 0.3s ease-out;
  content: "";
  display: block;
  width: 20px;
  height: 12px;
  position: absolute;
  top: 0px;
  left: 4px;
  transform: rotate(-45deg);
  border-bottom: 3px solid #00758e;
  border-left: 3px solid #00758e;
  opacity: 0;
}
.c-checkbox > span:hover:after {
  opacity: 0.2;
}
.c-checkbox > input[type=checkbox]:checked + span:after {
  opacity: 1;
}

/* -----------------------------------
.c-catalogList
------------------------------------ */
.c-catalogList {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .c-catalogList {
    margin-top: -3%;
    margin-left: -1%;
  }
}
@media screen and (max-width: 768px) {
  .c-catalogList {
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .c-catalogList li {
    flex-basis: 16%;
    flex-basis: 19%;
    margin-top: 3%;
    margin-left: 1%;
  }
}
@media screen and (max-width: 768px) {
  .c-catalogList li {
    flex-basis: 49%;
    margin-top: 3%;
  }
}
.c-catalogList li .c-checkbox {
  display: block;
  padding: 0;
  margin: 0;
}
.c-catalogList li .c-checkbox > span {
  position: absolute;
  z-index: 2;
  top: 6px;
  left: 6px;
}
.c-catalogList li .c-checkbox > span:before {
  background: #fff;
}
.c-catalogList li .c-checkbox > div._thumb {
  background: #eee;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 100%;
}
.c-catalogList li .c-checkbox > div._thumb img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-catalogList li .c-checkbox > div._thumb img.-mw {
  max-width: 75%;
}
.c-catalogList li .c-checkbox > div._thumb img.-mh {
  max-height: 75%;
}
.c-catalogList li .c-checkbox p {
  text-align: center;
  font-size: 11px;
  line-height: 1.3;
  margin-top: 7px;
}
@media screen and (max-width: 500px) {
  .c-catalogList li .c-checkbox p {
    font-size: 10px;
  }
}

/* -----------------------------------
.c-nameList
------------------------------------ */
@media screen and (min-width: 769px) {
  .c-nameList li {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .c-nameList li {
    display: flex;
    align-items: center;
  }
}
.c-nameList li span {
  display: inline-block;
  margin-right: 10px;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .c-nameList li + li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-nameList li + li {
    margin-top: 5px;
  }
}

/* -----------------------------------
.c-inputList
------------------------------------ */
.c-inputList.-col li {
  margin: 10px 0px;
}
.c-inputList.-row li {
  display: inline-block;
  margin: 3px 8px 3px 0px;
}
@media screen and (max-width: 768px) {
  .c-inputList.-row li {
    margin: 3px 6px 10px 0px;
  }
}

/* -----------------------------------
textarea
------------------------------------ */
.c-textarea {
  padding: 15px;
  width: 100%;
  max-width: 100%;
  min-height: 150px;
  border: 1px solid #ddd;
  background: #fff;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .c-textarea {
    font-size: 16px;
  }
}
.c-textarea:focus {
  outline: none;
  background: #edf9fc;
  border: 1px solid #00758e;
}

/* -----------------------------------
.c-btn
------------------------------------ */
.c-btnStyle1 {
  position: relative;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-btnStyle1 {
    display: block;
    width: 100%;
    max-width: 400px;
  }
}
.c-btnStyle1:before, .c-btnStyle1:after {
  transition: 0.3s ease-out;
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
}
.c-btnStyle1:before {
  top: 0;
  left: 0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-top: 1px solid #847344;
  border-left: 1px solid #847344;
}
.c-btnStyle1:after {
  bottom: 0;
  right: 0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-bottom: 1px solid #847344;
  border-right: 1px solid #847344;
}
.c-btnStyle1 span {
  transition: 0.3s ease-out;
  display: block;
  padding: 25px 70px;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  color: #847344;
}
@media screen and (max-width: 768px) {
  .c-btnStyle1 span {
    padding: 15px;
    font-size: 12px;
  }
}
.c-btnStyle1 span:after {
  transition: 0.3s ease-out;
  content: "";
  display: inline-block;
  width: 40px;
  height: 8px;
  background: url(../img/common/ico_arrowRight_gold.png) no-repeat center;
  background-size: 100%;
  position: relative;
  margin-left: 30px;
  top: -4px;
}
@media screen and (max-width: 768px) {
  .c-btnStyle1 span:after {
    margin-left: 20px;
    width: 20px;
    height: 4px;
  }
}
@media screen and (min-width: 769px) {
  .c-btnStyle1:hover:before {
    top: -12px;
    left: -12px;
    opacity: 0;
  }
  .c-btnStyle1:hover:after {
    bottom: -12px;
    right: -12px;
    opacity: 0;
  }
  .c-btnStyle1:hover span {
    background: #847344;
    color: #fff;
  }
  .c-btnStyle1:hover span:after {
    background-image: url(../img/common/ico_arrowRight_white.png);
  }
}
@media screen and (min-width: 769px) {
  .c-btnStyle1.-narrow span {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.c-btnStyle1.-narrow span {
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .c-btnStyle1.-wide span {
    padding-right: 140px;
    padding-left: 140px;
  }
}
@media screen and (min-width: 769px) {
  .c-btnStyle1.-w400 {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle1.-w400 {
    width: 70%;
  }
}
.c-btnStyle1.-w100p {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-btnStyle1.-pc_minw360 {
    min-width: 360px;
  }
}
@media screen and (min-width: 769px) {
  .c-btnStyle1.-pc_minw420 {
    min-width: 420px;
  }
}
.c-btnStyle1.-submit:before {
  border-top: 1px solid #ef6d00;
  border-left: 1px solid #ef6d00;
}
.c-btnStyle1.-submit:after {
  border-bottom: 1px solid #ef6d00;
  border-right: 1px solid #ef6d00;
}
.c-btnStyle1.-submit span {
  color: #ef6d00;
}
.c-btnStyle1.-submit span:after {
  background-image: url(../img/common/ico_arrowRight_orange.png);
}
.c-btnStyle1.-submit:hover span {
  background: #ef6d00;
  color: #fff;
}
.c-btnStyle1.-submit:hover span:after {
  background-image: url(../img/common/ico_arrowRight_white.png);
}
.c-btnStyle1.-back span:after {
  display: none;
}
.c-btnStyle1.-back span:before {
  transition: 0.3s ease-out;
  content: "";
  display: inline-block;
  width: 40px;
  height: 8px;
  background: url(../img/common/ico_arrowLeft_blue.png) no-repeat center;
  background-size: 100%;
  position: relative;
  margin-right: 30px;
  top: -4px;
}
@media screen and (max-width: 768px) {
  .c-btnStyle1.-back span:before {
    margin-right: 20px;
    width: 20px;
    height: 4px;
  }
}
@media screen and (min-width: 769px) {
  .c-btnStyle1.-back:hover span:before {
    background-image: url(../img/common/ico_arrowLeft_white.png);
  }
}
.c-btnStyle1.-search span:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-btnStyle1.-search {
    max-width: 70%;
  }
}
.c-btnStyle1.-gray:before {
  border-top: 1px solid #828282;
  border-left: 1px solid #828282;
}
.c-btnStyle1.-gray:after {
  border-bottom: 1px solid #828282;
  border-right: 1px solid #828282;
}
.c-btnStyle1.-gray span {
  color: #828282;
}
.c-btnStyle1.-gray span:after {
  background-image: url(../img/common/ico_arrowRight_gray.png);
}
.c-btnStyle1.-gray:hover span {
  background: #828282;
  color: #fff;
}
.c-btnStyle1.-gray:hover span:after {
  background-image: url(../img/common/ico_arrowRight_white.png);
}
.c-btnStyle1.-clear:before {
  border-top: 1px solid #828282;
  border-left: 1px solid #828282;
}
.c-btnStyle1.-clear:after {
  border-bottom: 1px solid #828282;
  border-right: 1px solid #828282;
}
.c-btnStyle1.-clear span {
  color: #828282;
}
.c-btnStyle1.-clear span:after {
  display: none;
}
.c-btnStyle1.-clear:hover span {
  background: #828282;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-btnStyle1.-clear {
    max-width: 70%;
  }
}
.c-btnStyle1.-pdf span:after {
  display: none;
}
.c-btnStyle1.-guide:before {
  border-top: 1px solid #00758e;
  border-left: 1px solid #00758e;
}
.c-btnStyle1.-guide:after {
  border-bottom: 1px solid #00758e;
  border-right: 1px solid #00758e;
}
.c-btnStyle1.-guide span {
  color: #00758e;
}
.c-btnStyle1.-guide span:after {
  background-image: url(../img/common/ico_arrowRight_blue.png);
}
.c-btnStyle1.-guide:hover span:after {
  background-image: url(../img/common/ico_arrowRight_white.png);
}
@media screen and (min-width: 769px) {
  .c-btnStyle1.-guide:hover span {
    background: #00758e;
    color: #fff;
  }
}
@media screen and (min-width: 769px) {
  .c-btnStyle1.-guide {
    width: 100%;
    max-width: 568px;
  }
  .c-btnStyle1.-guide span {
    width: 100%;
    padding: 23px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle1.-guide {
    width: 80%;
  }
  .c-btnStyle1.-guide span {
    padding: 12px;
  }
}
.c-btnStyle1.-orange:before {
  border-top: 1px solid #ef6d00;
  border-left: 1px solid #ef6d00;
}
.c-btnStyle1.-orange:after {
  border-bottom: 1px solid #ef6d00;
  border-right: 1px solid #ef6d00;
}
.c-btnStyle1.-orange span {
  color: #ef6d00;
}
@media screen and (min-width: 769px) {
  .c-btnStyle1.-orange:hover span {
    background: #ef6d00;
    color: #fff;
  }
}

/* -----------------------------------
.c-icoPlay
------------------------------------ */
.c-icoPlay {
  position: relative;
}
.c-icoPlay:before {
  content: "";
  display: block;
  width: 114px;
  height: 63px;
  background: url(../img/common/ico_play.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-icoPlay:before {
    width: 76px;
    height: 42px;
  }
}

/* -----------------------------------
.c-required
------------------------------------ */
.c-required {
  position: relative;
}
.c-required:after {
  content: "必須";
  position: absolute;
  display: inline-block;
  background: #ef6d00;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 5px 6px 6px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media all and (-ms-high-contrast: none) {
  .c-required:after {
    top: 38px;
  }
}
@media screen and (max-width: 768px) {
  .c-required:after {
    right: 10px;
  }
}

/* -----------------------------------
fixedBtn
------------------------------------ */
.p-fixedBtn {
  position: fixed;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .p-fixedBtn {
    transform: translateY(-50%);
    top: 50%;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-fixedBtn {
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-fixedBtn ul {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-fixedBtn ul li {
    margin: 0 5px;
  }
}
@media screen and (min-width: 769px) {
  .p-fixedBtn ul li + li {
    margin-top: 10px;
  }
}
.p-fixedBtn ul li a {
  transition: 0.3s ease-out;
  display: block;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-fixedBtn ul li a {
    width: 86px;
    height: 221px;
  }
  .p-fixedBtn ul li a:hover {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 768px) {
  .p-fixedBtn ul li a {
    width: 150px;
  }
}

/* -----------------------------------
.p-secHead
------------------------------------ */
.p-secHead {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .p-secHead {
    margin-bottom: 30px;
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .p-secHead {
    margin-bottom: 20px;
    height: 200px;
  }
}
.p-secHead:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 25, 14, 0.43);
  position: absolute;
  top: 0;
  left: 0;
}
.p-secHead ._thc {
  z-index: 1;
  font-weight: bold;
  color: #fff;
  width: 100%;
  max-width: 1160px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .p-secHead ._thc {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-secHead ._thc {
    position: relative;
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.p-secHead ._title {
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-secHead ._title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .p-secHead ._title {
    position: relative;
    text-align: center;
    margin: 20px auto 0;
  }
}
.p-secHead ._title_img {
  position: relative;
  margin: 0 auto;
}
.p-secHead ._title_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.p-secHead ._title_txt {
  display: inline-block;
  padding-bottom: 0;
  line-height: 1.4;
  border-bottom: 1px solid #fff;
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .p-secHead ._title_txt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-secHead ._title_txt {
    font-size: 14px;
    margin-top: 5px;
  }
}
.p-secHead ._title_txt2 {
  display: inline-block;
  padding-bottom: 0;
  line-height: 1.4;
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .p-secHead ._title_txt2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 28px;
    bottom: -90px;
  }
}
@media screen and (max-width: 768px) {
  .p-secHead ._title_txt2 {
    display: block;
    font-size: 14px;
    margin-top: 20px;
  }
}
.p-secHead.-case {
  background-image: url(../img/case/common/head_img.jpg);
}
.p-secHead.-case.-index {
  background-image: url(../img/case/index/head_img.jpg);
}
@media screen and (min-width: 769px) {
  .p-secHead.-case ._title_img {
    max-width: 739px;
  }
  .p-secHead.-case ._title_txt {
    bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-secHead.-case ._title_img {
    max-width: 328.4444444444px;
  }
}
.p-secHead.-menu {
  background-image: url(../img/menu/common/head_img.webp);
}
.p-secHead.-menu:after {
  display: none;
}
.p-secHead.-menu.-index {
  background-image: url(../img/menu/index/head_img.webp);
}
.p-secHead.-menu.-kitchen {
  background-position: left bottom;
}
@media screen and (min-width: 769px) {
  .p-secHead.-menu.-kitchen {
    background-image: url(../img/menu/kitchen/head_img.webp);
  }
}
@media screen and (max-width: 768px) {
  .p-secHead.-menu.-kitchen {
    background-image: url(../img/menu/kitchen/head_img_sp.webp);
  }
}
.p-secHead.-menu.-toilet {
  background-position: left bottom;
}
@media screen and (min-width: 769px) {
  .p-secHead.-menu.-toilet {
    background-image: url(../img/menu/toilet/head_img.webp);
  }
}
@media screen and (max-width: 768px) {
  .p-secHead.-menu.-toilet {
    background-image: url(../img/menu/toilet/head_img_sp.webp);
  }
}
.p-secHead.-menu.-bathroom {
  background-position: left bottom;
}
@media screen and (min-width: 769px) {
  .p-secHead.-menu.-bathroom {
    background-image: url(../img/menu/bathroom/head_img.webp);
  }
}
@media screen and (max-width: 768px) {
  .p-secHead.-menu.-bathroom {
    background-image: url(../img/menu/bathroom/head_img_sp.webp);
  }
}
.p-secHead.-menu.-solar-storage {
  background-position: left bottom;
}
@media screen and (min-width: 769px) {
  .p-secHead.-menu.-solar-storage {
    background-image: url(../img/menu/solar-storage/head_img.webp);
  }
}
@media screen and (max-width: 768px) {
  .p-secHead.-menu.-solar-storage {
    background-image: url(../img/menu/solar-storage/head_img_sp.webp);
  }
}
@media screen and (min-width: 769px) {
  .p-secHead.-menu.-paint-waterproof {
    background-image: url(../img/menu/paint-waterproof/head_img.webp);
  }
}
@media screen and (max-width: 768px) {
  .p-secHead.-menu.-paint-waterproof {
    background-image: url(../img/menu/paint-waterproof/head_img_sp.webp);
  }
}
.p-secHead.-menu.-insulation {
  background-position: left bottom;
}
@media screen and (min-width: 769px) {
  .p-secHead.-menu.-insulation {
    background-image: url(../img/menu/insulation/head_img.webp);
  }
}
@media screen and (max-width: 768px) {
  .p-secHead.-menu.-insulation {
    background-image: url(../img/menu/insulation/head_img_sp.webp);
  }
}
.p-secHead.-menu.-exterior {
  background-position: left bottom;
}
@media screen and (min-width: 769px) {
  .p-secHead.-menu.-exterior {
    background-image: url(../img/menu/exterior/head_img.webp);
  }
}
@media screen and (max-width: 768px) {
  .p-secHead.-menu.-exterior {
    background-image: url(../img/menu/exterior/head_img_sp.webp);
  }
}
.p-secHead.-menu.-pet {
  background-position: left bottom;
}
@media screen and (min-width: 769px) {
  .p-secHead.-menu.-pet {
    background-image: url(../img/menu/pet/head_img.webp);
  }
}
@media screen and (max-width: 768px) {
  .p-secHead.-menu.-pet {
    background-image: url(../img/menu/pet/head_img_sp.webp);
  }
}
.p-secHead.-menu.-disaster-prevention {
  background-position: left bottom;
}
@media screen and (min-width: 769px) {
  .p-secHead.-menu.-disaster-prevention {
    background-image: url(../img/menu/disaster-prevention/head_img.webp);
  }
}
@media screen and (max-width: 768px) {
  .p-secHead.-menu.-disaster-prevention {
    background-image: url(../img/menu/disaster-prevention/head_img_sp.webp);
  }
}
.p-secHead.-menu.-water-heater {
  background-position: left center;
}
@media screen and (min-width: 769px) {
  .p-secHead.-menu.-water-heater {
    background-image: url(../img/menu/water-heater/head_img.webp);
  }
}
@media screen and (max-width: 768px) {
  .p-secHead.-menu.-water-heater {
    background-image: url(../img/menu/water-heater/head_img_sp.webp);
  }
}
@media screen and (min-width: 769px) {
  .p-secHead.-menu ._title_img {
    max-width: 614px;
  }
  .p-secHead.-menu ._title_txt {
    bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-secHead.-menu ._title_img {
    max-width: 272.8888888889px;
  }
}
.p-secHead.-guide {
  background-image: url(../img/guide/common/head_img.webp);
}
@media screen and (min-width: 769px) {
  .p-secHead.-guide ._title_img {
    max-width: 645.5px;
  }
  .p-secHead.-guide ._title_txt {
    bottom: 10px;
    right: 0;
    left: auto;
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .p-secHead.-guide ._title_img {
    max-width: 286.8888888889px;
  }
}
.p-secHead.-guide:after {
  display: none;
}
.p-secHead.-contact {
  background-image: url(../img/contact/common/head_img.jpg);
}
@media screen and (min-width: 769px) {
  .p-secHead.-contact ._title_img {
    max-width: 410px;
  }
  .p-secHead.-contact ._title_txt {
    bottom: -25px;
  }
}
@media screen and (max-width: 768px) {
  .p-secHead.-contact ._title_img {
    max-width: 182.2222222222px;
  }
}
.p-secHead.-catalog {
  background-image: url(../img/catalog/common/head_img.jpg);
}
@media screen and (min-width: 769px) {
  .p-secHead.-catalog ._title_img {
    max-width: 423px;
  }
  .p-secHead.-catalog ._title_txt {
    bottom: -25px;
  }
}
@media screen and (max-width: 768px) {
  .p-secHead.-catalog ._title_img {
    max-width: 188px;
  }
}
.p-secHead.-stock {
  background-image: url(../img/stock/common/head_img.jpg);
}
@media screen and (min-width: 769px) {
  .p-secHead.-stock ._title_img {
    max-width: 410px;
  }
  .p-secHead.-stock ._title_txt {
    bottom: -25px;
  }
}
@media screen and (max-width: 768px) {
  .p-secHead.-stock ._title_img {
    max-width: 182.2222222222px;
  }
}
.p-secHead.-support {
  background-image: url(../img/support/common/head_img.jpg);
}
@media screen and (min-width: 769px) {
  .p-secHead.-support ._title_img {
    max-width: 410px;
  }
  .p-secHead.-support ._title_txt {
    bottom: -25px;
  }
}
@media screen and (max-width: 768px) {
  .p-secHead.-support ._title_img {
    max-width: 182.2222222222px;
  }
}
.p-secHead.-campaign {
  background-image: url(../img/campaign/common/head_img.jpg);
}
@media screen and (min-width: 769px) {
  .p-secHead.-campaign ._title_img {
    max-width: 410px;
  }
  .p-secHead.-campaign ._title_txt {
    bottom: -25px;
  }
}
@media screen and (max-width: 768px) {
  .p-secHead.-campaign ._title_img {
    max-width: 182.2222222222px;
  }
}

/* -----------------------------------
.p-secHeadImg
------------------------------------ */
.p-secHeadImg {
  text-align: center;
}
.p-secHeadImg img {
  width: 100%;
  max-width: 2000px;
}

.p-pageTop2 {
  position: fixed;
  z-index: 10;
  right: 40px;
  bottom: 35px;
  transition: 0.3s ease-out;
  background: #1c2123;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-pageTop2 {
    right: 5vw;
    bottom: 15vw;
    border-radius: 25vw;
    width: 15vw;
    height: 15vw;
  }
}
.p-pageTop2 {
  opacity: 0;
}
.p-pageTop2.is-visible {
  opacity: 1;
}
.p-pageTop2 > span {
  position: absolute;
  font-size: 0;
}
.p-pageTop2::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain;
  transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .p-pageTop2::before {
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .p-pageTop2:hover {
    opacity: 0.8;
  }
}

/* -----------------------------------
p-btnBox
------------------------------------ */
.p-btnBox {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-btnBox {
    margin-top: 40px;
    padding: 0 4%;
  }
}
@media screen and (min-width: 769px) {
  .p-btnBox.-multi > a, .p-btnBox.-multi > button {
    margin: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-btnBox.-multi > a, .p-btnBox.-multi > button {
    margin-top: 10px;
  }
}

/* -----------------------------------
p-imgStyle1
------------------------------------ */
.p-imgStyle1.-tc {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-imgStyle1.-pc_col4 ul::after {
    content: "";
    display: block;
    flex-basis: 21%;
  }
  .p-imgStyle1.-pc_col4 ul li {
    flex-basis: 21%;
    max-width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .p-imgStyle1.-sp_col1 ul {
    display: block;
    margin-top: 0;
  }
}
.p-imgStyle1.-slider ul {
  display: block;
  margin-top: 0;
}
.p-imgStyle1.-slider ul li {
  margin-top: 0;
  max-width: 100%;
}
.p-imgStyle1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -5%;
}
@media screen and (max-width: 768px) {
  .p-imgStyle1 ul {
    margin-top: -30px;
  }
}
.p-imgStyle1 ul::after {
  content: "";
  display: block;
  flex-basis: 28%;
}
@media screen and (min-width: 769px) {
  .p-imgStyle1 ul li {
    margin-top: 5%;
    flex-basis: 28%;
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .p-imgStyle1 ul li {
    margin-top: 30px;
    flex-basis: 47%;
  }
}
.p-imgStyle1 ul li a, .p-imgStyle1 ul li div {
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .p-imgStyle1 ul li a:hover ._img img, .p-imgStyle1 ul li div:hover ._img img {
    opacity: 0.7;
    transform: scale(1.1);
  }
}
.p-imgStyle1 ul li a.is-current, .p-imgStyle1 ul li div.is-current {
  opacity: 0.2;
}
.p-imgStyle1 ul li a, .p-imgStyle1 ul li div {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}
.p-imgStyle1 ul li a ._img, .p-imgStyle1 ul li div ._img {
  position: relative;
  overflow: hidden;
  user-select: none;
  background: #121516;
}
.p-imgStyle1 ul li a ._img img, .p-imgStyle1 ul li div ._img img {
  width: 100%;
  height: auto;
  transition: 0.3s ease-out;
}
.p-imgStyle1 ul li a ._title, .p-imgStyle1 ul li div ._title {
  margin-top: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-imgStyle1 ul li a ._title, .p-imgStyle1 ul li div ._title {
    margin-top: 20px;
  }
}
.p-imgStyle1 ul li a ._txt, .p-imgStyle1 ul li div ._txt {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-imgStyle1 ul li a ._txt, .p-imgStyle1 ul li div ._txt {
    margin-top: 15px;
  }
}
.p-imgStyle1 ul li a ._data, .p-imgStyle1 ul li div ._data {
  margin-top: 20px;
  display: table;
  border-collapse: collapse;
  width: 100%;
  position: relative;
}
.p-imgStyle1 ul li a ._data::before, .p-imgStyle1 ul li div ._data::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #f4f4ef;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.p-imgStyle1 ul li a ._data dl, .p-imgStyle1 ul li div ._data dl {
  display: table-row;
}
.p-imgStyle1 ul li a ._data dl > dt, .p-imgStyle1 ul li a ._data dl > dd, .p-imgStyle1 ul li div ._data dl > dt, .p-imgStyle1 ul li div ._data dl > dd {
  display: table-cell;
  border: 1px solid #ddd;
  padding: 8px 12px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-imgStyle1 ul li a ._data dl > dt, .p-imgStyle1 ul li a ._data dl > dd, .p-imgStyle1 ul li div ._data dl > dt, .p-imgStyle1 ul li div ._data dl > dd {
    padding: 6px 8px;
  }
}
.p-imgStyle1 ul li a ._data dl dt, .p-imgStyle1 ul li div ._data dl dt {
  font-weight: bold;
  position: relative;
  background: #f2f2f2;
  border-left: none;
}
@media screen and (min-width: 769px) {
  .p-imgStyle1 ul li a ._data dl dt, .p-imgStyle1 ul li div ._data dl dt {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-imgStyle1 ul li a ._data dl dt, .p-imgStyle1 ul li div ._data dl dt {
    width: 50px;
    font-size: 10px;
  }
}
.p-imgStyle1 ul li a ._data dl dd, .p-imgStyle1 ul li div ._data dl dd {
  display: table-cell;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .p-imgStyle1 ul li a ._data dl dd span, .p-imgStyle1 ul li div ._data dl dd span {
    font-size: 10px;
  }
}
.p-imgStyle1 ul li a ._data dl dd span:after, .p-imgStyle1 ul li div ._data dl dd span:after {
  content: "／";
}
.p-imgStyle1 ul li a ._data dl dd span:last-child:after, .p-imgStyle1 ul li div ._data dl dd span:last-child:after {
  display: none;
}

/* -----------------------------------
p-secCatalog
------------------------------------ */
.p-secCatalog {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-secCatalog {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.p-secCatalog_box {
  position: relative;
}
.p-secCatalog_box:after {
  content: "";
  display: block;
  width: 300%;
  height: 400px;
  background: #efefea;
  position: absolute;
  z-index: 0;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-secCatalog_box:after {
    height: 100%;
    top: 30px;
    bottom: 0;
  }
}
.p-secCatalog_box ._img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-secCatalog_box ._img {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .p-secCatalog_box ._img {
    text-align: center;
  }
}
.p-secCatalog_box ._img img {
  width: 100%;
  max-width: 579px;
}
@media screen and (max-width: 768px) {
  .p-secCatalog_box ._img img {
    width: 80%;
    max-width: 368.6666666667px;
  }
}
.p-secCatalog_box ._cnt {
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-secCatalog_box ._cnt {
    position: absolute;
    left: 50%;
    top: 30px;
    padding-left: 60px;
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .p-secCatalog_box ._cnt {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .p-secCatalog_box ._cnt_txt {
    margin-top: 30px;
  }
}
.p-secCatalog_box ._cnt_title {
  margin-top: 45px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-secCatalog_box ._cnt_title {
    text-align: center;
  }
}
.p-secCatalog_box ._cnt_btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-secCatalog_box ._cnt_btn {
    margin-top: 30px;
  }
}

/* -----------------------------------
p-tagList
------------------------------------ */
.p-tagList {
  display: inline-flex;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: -10px;
}
.p-tagList li {
  transition: 0.3s ease-out;
  margin: 10px 5px 0;
}
@media screen and (max-width: 768px) {
  .p-tagList li {
    margin: 10px 3px 0;
  }
}
.p-tagList li {
  flex-basis: auto;
  background: #373733;
  display: flex;
  align-items: center;
}
.p-tagList li:hover {
  opacity: 0.5;
}
.p-tagList li a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 769px) {
  .p-tagList li a {
    padding: 5px 20px 7px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-tagList li a {
    padding: 4px 6px 6px;
    font-size: 12px;
  }
}
.p-tagList li a span {
  display: inline-block;
  white-space: nowrap;
}
.p-tagList.-thc_blue li a {
  background: #00758e;
}

/* -----------------------------------
p-beforeafter
------------------------------------ */
@media screen and (min-width: 769px) {
  .p-beforeafter {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-beforeafter.-center {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-beforeafter.-titlenone {
    margin-top: -30px;
  }
}
.p-beforeafter.-titlenone > dl > dd {
  padding-top: 0px;
}
.p-beforeafter > dl {
  flex-basis: 49%;
}
.p-beforeafter > dl > dt {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.p-beforeafter > dl > dd {
  text-align: center;
  padding-top: 30px;
}
.p-beforeafter > dl > dd img {
  max-height: 300px;
  object-fit: contain;
}
.p-beforeafter > dl:nth-of-type(1) > dt {
  padding: 5px;
  color: #00758e;
  border: 1px solid #00758e;
}
@media screen and (max-width: 768px) {
  .p-beforeafter > dl:nth-of-type(1) > dt {
    padding: 3px;
  }
}
@media screen and (max-width: 768px) {
  .p-beforeafter > dl:nth-of-type(2) {
    margin-top: 40px;
  }
}
.p-beforeafter > dl:nth-of-type(2) > dt {
  padding: 5px;
  color: #ff7a9f;
  border: 1px solid #ff7a9f;
}
@media screen and (max-width: 768px) {
  .p-beforeafter > dl:nth-of-type(2) > dt {
    padding: 3px;
  }
}

/* -----------------------------------
p-gallery
------------------------------------ */
.p-gallery {
  max-width: 820px;
  margin: 0 auto;
}
.p-gallery li > a {
  display: block;
  text-decoration: none;
}
.p-gallery li > a div img {
  transition: 0.3s ease-out;
  margin: 0 auto;
  width: auto;
}
@media screen and (max-width: 768px) {
  .p-gallery li > a div img {
    max-height: 330px;
    object-fit: contain;
  }
}
@media screen and (max-width: 580px) {
  .p-gallery li > a div img {
    max-height: 53.5vw;
  }
}
.p-gallery li > a p {
  margin-top: 20px;
  color: #333333;
}
.p-gallery li > a:hover img {
  opacity: 0.7;
}

/* ---------------------------------------
p-youtube
--------------------------------------- */
.p-youtubeCover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.p-youtubeCover.is-visible {
  visibility: visible;
  opacity: 1;
  z-index: 1000000;
}
.p-youtube {
  max-width: 1000px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-out;
  visibility: hidden;
  margin-top: 50px;
  transition-delay: 0.2s;
  opacity: 0;
}
.p-youtube.is-visible {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}
.p-youtube_in {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.p-youtube_in iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-youtube_close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -50px;
  right: 0;
  transition: 0.4s;
  cursor: pointer;
  font-size: 0;
}
.p-youtube_close:hover {
  opacity: 0.7;
}
.p-youtube_close:before, .p-youtube_close:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.p-youtube_close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-youtube_close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ---------------------------------------
p-catalogList
--------------------------------------- */
.p-catalogList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-catalogBackgroundColor {
  width: 160px;
  height: 170px;
  background-color: #EEEEEE;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p-catalogBackgroundColor {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-catalogBackgroundColor {
    margin-bottom: 30px;
    margin-right: 45px;
  }
}

/*

カタログの画像はそれぞれサイズが違うので、一つづつスタイルをつけています。

*/
.p-catalogImg1 {
  width: 120px;
  margin-top: 50px;
  margin-left: -5px;
  margin-bottom: 38px;
}

.p-catalogImg2 {
  width: 120px;
  margin-top: 50px;
  margin-left: -5px;
  margin-bottom: 38px;
}

.p-catalogImg3 {
  width: 100px;
  margin-top: 20px;
  margin-left: 5px;
  margin-bottom: 16px;
}

.p-catalogImg4 {
  width: 140px;
  margin-top: 30px;
  margin-left: -15px;
  margin-bottom: 23px;
}

.p-catalogImg5 {
  width: 100px;
  margin-top: 20px;
  margin-left: 5px;
  margin-bottom: 16px;
}

.p-catalogName {
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  font-weight: 300;
}

/* ---------------------------------------
animation index
--------------------------------------- */
.js-animation-main_child.-slider {
  transition: 0.5s ease-out;
  opacity: 0;
}
.js-animation-main_child.-slider.is-animation {
  opacity: 1;
}

/* ---------------------------------------
animation page
--------------------------------------- */
.js-animation-page_child.-thc {
  transition: 0.4s ease-out;
  opacity: 0;
  margin-left: -20px;
}
.js-animation-page_child.-thc.is-animation {
  opacity: 1;
  margin-left: 0;
}
.js-animation-page_child.-title {
  transition: 0.3s ease-out;
  transition-delay: 0.1s;
  opacity: 0;
  margin-top: 40px;
}
.js-animation-page_child.-title.is-animation {
  opacity: 1;
  margin-top: 0;
}

/* ---------------------------------------
animation common
--------------------------------------- */
.js-animation.-fadein {
  transition: opacity 0.4s ease-out;
  opacity: 0;
}
.js-animation.-fadein.is-animation {
  opacity: 1;
}
.js-animation.-slideup {
  transition: 0.5s ease-out;
  opacity: 0;
  transform: translateY(30px);
}
.js-animation.-slideup.is-animation {
  opacity: 1;
  transform: translateY(0px);
}
@media screen and (min-width: 769px) {
  .js-animation.-delay1 {
    transition-delay: 0.1s;
  }
  .js-animation.-delay2 {
    transition-delay: 0.2s;
  }
  .js-animation.-delay3 {
    transition-delay: 0.3s;
  }
  .js-animation.-delay4 {
    transition-delay: 0.4s;
  }
  .js-animation.-delay5 {
    transition-delay: 0.5s;
  }
  .js-animation.-delay6 {
    transition-delay: 0.6s;
  }
  .js-animation.-delay7 {
    transition-delay: 0.7s;
  }
  .js-animation.-delay8 {
    transition-delay: 0.8s;
  }
  .js-animation.-delay9 {
    transition-delay: 0.9s;
  }
  .js-animation.-delay10 {
    transition-delay: 1s;
  }
}

[data-tab-container] [data-tab-group] {
  position: relative;
}
[data-tab-container] [data-tab-group] [data-tab] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
}
[data-tab-container] [data-tab-group] [data-tab].is-active {
  transition-duration: 1.3s;
  position: static;
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

/* -----------------------------------
font
------------------------------------ */
.u-fwb {
  font-weight: bold !important;
}

.u-fwn {
  font-weight: normal !important;
}

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

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

.u-tr {
  text-align: right !important;
}

/* -----------------------------------
padding
------------------------------------ */
.u-mt0 {
  margin-top: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

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

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

/* -----------------------------------
font-size rem
------------------------------------ */
.u-fz10px {
  font-size: 1rem;
}

.u-fz11px {
  font-size: 1.1rem;
}

.u-fz12px {
  font-size: 1.2rem;
}

.u-fz13px {
  font-size: 1.3rem;
}

.u-fz14px {
  font-size: 1.4rem;
}

/* -----------------------------------
font-size em
------------------------------------ */
.u-fz09em {
  font-size: 0.9em;
}

.u-fz10em {
  font-size: 1em;
}

.u-fz11em {
  font-size: 1.1em;
}

.u-fz12em {
  font-size: 1.2em;
}

.u-fz13em {
  font-size: 1.3em;
}

.u-fz14em {
  font-size: 1.4em;
}

/* -----------------------------------
clerfix
------------------------------------ */
.sec::after,
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* -----------------------------------
display
------------------------------------ */
.u-d_b {
  display: block !important;
}

.u-d_n {
  display: none !important;
}

.u-d_ib {
  display: inline-block !important;
}

/* -----------------------------------
display adjust
------------------------------------ */
.u-smhide, .u-sphide, .u-middlehide, .u-tablethide, .u-basehide {
  display: block;
}

.u-smblock, .u-spblock, .u-middleblock, .u-tabletblock, .u-baseblock {
  display: none;
}

@media screen and (max-width: 1499px) {
  .u-baseblock {
    display: block;
  }
  .u-basehide {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .u-tabletblock {
    display: block;
  }
  .u-tablethide {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u-middleblock {
    display: block;
  }
  .u-middlehide {
    display: none !important;
  }
}
@media screen and (max-width: 589px) {
  .u-spblock {
    display: block;
  }
  .u-sphide {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .u-smblock {
    display: block;
  }
  .u-smhide {
    display: none !important;
  }
}
/* -----------------------------------
top
------------------------------------ */
/* -----------------------------------
secMain
------------------------------------ */
.p-secMain {
  overflow: hidden;
}
.p-secMain_slider ul li.slick-active a ._cnt ._title, .p-secMain_slider ul li.slick-active > div ._cnt ._title {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .p-secMain_slider ul li.slick-active a ._cnt ._title, .p-secMain_slider ul li.slick-active > div ._cnt ._title {
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-secMain_slider ul li.slick-active a ._cnt ._title, .p-secMain_slider ul li.slick-active > div ._cnt ._title {
    left: 4%;
  }
}
.p-secMain_slider ul li.slick-active a ._cnt ._copy, .p-secMain_slider ul li.slick-active > div ._cnt ._copy {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .p-secMain_slider ul li.slick-active a ._cnt ._copy, .p-secMain_slider ul li.slick-active > div ._cnt ._copy {
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-secMain_slider ul li.slick-active a ._cnt ._copy, .p-secMain_slider ul li.slick-active > div ._cnt ._copy {
    left: 4%;
  }
}
.p-secMain_slider ul li a, .p-secMain_slider ul li > div {
  position: relative;
  z-index: 0;
  display: block;
}
.p-secMain_slider ul li a ._cnt, .p-secMain_slider ul li > div ._cnt {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  width: 44%;
  height: 100%;
  background-color: rgba(38, 25, 14, 0.43);
}
@media screen and (max-width: 768px) {
  .p-secMain_slider ul li a ._cnt, .p-secMain_slider ul li > div ._cnt {
    width: 46%;
  }
}
.p-secMain_slider ul li a ._cnt ._title, .p-secMain_slider ul li > div ._cnt ._title {
  transition: 1s;
  opacity: 0;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-secMain_slider ul li a ._cnt ._title, .p-secMain_slider ul li > div ._cnt ._title {
    right: 130px;
  }
}
@media screen and (max-width: 768px) {
  .p-secMain_slider ul li a ._cnt ._title, .p-secMain_slider ul li > div ._cnt ._title {
    left: -20%;
  }
}
@media screen and (min-width: 769px) {
  .p-secMain_slider ul li a ._cnt ._title.-title1, .p-secMain_slider ul li > div ._cnt ._title.-title1 {
    top: 10%;
  }
  .p-secMain_slider ul li a ._cnt ._title.-title1 img, .p-secMain_slider ul li > div ._cnt ._title.-title1 img {
    width: 464px;
  }
}
@media screen and (max-width: 768px) {
  .p-secMain_slider ul li a ._cnt ._title.-title1, .p-secMain_slider ul li > div ._cnt ._title.-title1 {
    top: 30px;
  }
  .p-secMain_slider ul li a ._cnt ._title.-title1 img, .p-secMain_slider ul li > div ._cnt ._title.-title1 img {
    width: 90%;
    max-width: none;
  }
}
@media screen and (min-width: 769px) {
  .p-secMain_slider ul li a ._cnt ._title.-title2, .p-secMain_slider ul li > div ._cnt ._title.-title2 {
    top: 20%;
  }
  .p-secMain_slider ul li a ._cnt ._title.-title2 img, .p-secMain_slider ul li > div ._cnt ._title.-title2 img {
    width: 438.5px;
  }
}
@media screen and (max-width: 768px) {
  .p-secMain_slider ul li a ._cnt ._title.-title2, .p-secMain_slider ul li > div ._cnt ._title.-title2 {
    top: 45px;
  }
  .p-secMain_slider ul li a ._cnt ._title.-title2 img, .p-secMain_slider ul li > div ._cnt ._title.-title2 img {
    width: 110%;
    max-width: none;
  }
}
@media screen and (min-width: 769px) {
  .p-secMain_slider ul li a ._cnt ._title.-title3, .p-secMain_slider ul li > div ._cnt ._title.-title3 {
    top: 11%;
  }
  .p-secMain_slider ul li a ._cnt ._title.-title3 img, .p-secMain_slider ul li > div ._cnt ._title.-title3 img {
    width: 413px;
  }
}
@media screen and (max-width: 768px) {
  .p-secMain_slider ul li a ._cnt ._title.-title3, .p-secMain_slider ul li > div ._cnt ._title.-title3 {
    top: 20px;
  }
  .p-secMain_slider ul li a ._cnt ._title.-title3 img, .p-secMain_slider ul li > div ._cnt ._title.-title3 img {
    width: 100%;
    max-width: none;
  }
}
.p-secMain_slider ul li a ._cnt ._copy, .p-secMain_slider ul li > div ._cnt ._copy {
  transition: 1.2s;
  opacity: 0;
  position: absolute;
  width: 330px;
  line-height: 1.6;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-secMain_slider ul li a ._cnt ._copy, .p-secMain_slider ul li > div ._cnt ._copy {
    font-size: 16px;
    bottom: 30%;
    right: -30px;
  }
}
@media screen and (max-width: 768px) {
  .p-secMain_slider ul li a ._cnt ._copy, .p-secMain_slider ul li > div ._cnt ._copy {
    font-size: 12px;
    bottom: 35%;
    left: 0%;
  }
}
@media screen and (max-width: 400px) {
  .p-secMain_slider ul li a ._cnt ._copy, .p-secMain_slider ul li > div ._cnt ._copy {
    font-size: 8px;
  }
}
.p-secMain_slider ul li a ._cnt ._site, .p-secMain_slider ul li > div ._cnt ._site {
  position: absolute;
  right: 30px;
  width: 330px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .p-secMain_slider ul li a ._cnt ._site, .p-secMain_slider ul li > div ._cnt ._site {
    font-size: 26px;
    bottom: 10%;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-secMain_slider ul li a ._cnt ._site, .p-secMain_slider ul li > div ._cnt ._site {
    font-size: 14px;
    bottom: 15%;
    left: 4%;
  }
}
.p-secMain_slider ul li a picture, .p-secMain_slider ul li > div picture {
  position: relative;
  z-index: 0;
}
.p-secMain_slider ul li a picture img, .p-secMain_slider ul li > div picture img {
  width: 100%;
  max-height: 800px;
  object-fit: cover;
}
.p-secMain_slider ul li a picture img.is-contain, .p-secMain_slider ul li > div picture img.is-contain {
  object-fit: contain !important;
}
@media screen and (max-width: 768px) {
  .p-secMain_slider ul li a picture img, .p-secMain_slider ul li > div picture img {
    max-height: 400px;
  }
}

/* -----------------------------------
p-secTopBnr
------------------------------------ */
.p-secTopBnr {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-secTopBnr {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-secTopBnr.-center ul {
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .p-secTopBnr ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-secTopBnr ul li {
    flex-basis: 49%;
    margin-top: 2%;
  }
  .p-secTopBnr ul li:nth-of-type(1), .p-secTopBnr ul li:nth-of-type(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-secTopBnr ul li + li {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .p-secTopBnr ul li a {
    transition: 0.3s ease-out;
  }
  .p-secTopBnr ul li a:hover {
    opacity: 0.7;
  }
}

/* -----------------------------------
p-secRead
------------------------------------ */
@media screen and (min-width: 769px) {
  .p-secRead_txt {
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-secRead_txt {
    margin-top: 30px;
  }
}

/* -----------------------------------
p-secStrength
------------------------------------ */
@media screen and (min-width: 769px) {
  .p-secStrength {
    padding-right: 0;
    padding-left: 0;
  }
  .p-secStrength .l-sec_in {
    max-width: none;
  }
}
@media screen and (min-width: 769px) {
  .p-secStrength_box {
    display: flex;
  }
}
.p-secStrength_box + .p-secStrength_box {
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  .p-secStrength_box ._img img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .p-secStrength_box ._img {
    margin: 0 -5%;
  }
}
@media screen and (max-width: 768px) {
  .p-secStrength_box ._cnt {
    padding-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .p-secStrength_box ._cnt_txt {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-secStrength_box ._cnt_txt {
    margin-top: 25px;
  }
}
@media screen and (min-width: 769px) {
  .p-secStrength_box.-box1 ._img, .p-secStrength_box.-box3 ._img {
    order: 1;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .p-secStrength_box.-box1 ._cnt, .p-secStrength_box.-box3 ._cnt {
    order: 2;
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 9%;
    padding-right: 13%;
    padding-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .p-secStrength_box.-box2 ._img {
    order: 2;
    flex-basis: 66%;
    max-width: 66%;
  }
  .p-secStrength_box.-box2 ._img img {
    max-height: 700px;
  }
}
@media screen and (min-width: 769px) {
  .p-secStrength_box.-box2 ._cnt {
    order: 1;
    flex-basis: 34%;
    max-width: 34%;
    padding-left: 7%;
    padding-right: 5%;
    padding-top: 80px;
  }
}

/* -----------------------------------
p-secMenu
------------------------------------ */
.p-secMenu_read {
  text-align: center;
}
.p-secMenu_txt1 {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .p-secMenu_txt1 {
    text-align: center;
  }
}
.p-secMenu_box {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-secMenu_box {
    margin-top: 30px;
  }
}
.p-secMenu_btn {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-secMenu_btn {
    margin-top: 30px;
  }
}

/* -----------------------------------
p-secCase
------------------------------------ */
.p-secCase_btn {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-secCase_btn {
    margin-top: 10px;
  }
}

.js-slider_top_case li {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .js-slider_top_case .slick-list {
    padding: 0 50px;
  }
}
@media screen and (min-width: 769px) {
  .js-slider_top_case_control {
    position: relative;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .js-slider_top_case_control {
    position: static;
    margin-top: 20px;
  }
}
.js-slider_top_case_control {
  min-height: 50px;
  padding: 0 20px;
}
.js-slider_top_case_control .slick-prev,
.js-slider_top_case_control .slick-next {
  transition: opacity 0.5s;
  z-index: 1000;
  display: inline-block;
  border-radius: 0px;
  background: #c4c4c4;
  color: transparent;
  border: none;
  outline: none;
  margin-top: 0px;
}
@media screen and (min-width: 769px) {
  .js-slider_top_case_control .slick-prev,
  .js-slider_top_case_control .slick-next {
    width: 60px;
    height: 60px;
    position: relative;
    right: auto;
    left: auto;
  }
}
@media screen and (max-width: 768px) {
  .js-slider_top_case_control .slick-prev,
  .js-slider_top_case_control .slick-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 160px;
  }
}
@media screen and (max-width: 500px) {
  .js-slider_top_case_control .slick-prev,
  .js-slider_top_case_control .slick-next {
    top: 23vw;
  }
}
@media screen and (max-width: 374px) {
  .js-slider_top_case_control .slick-prev,
  .js-slider_top_case_control .slick-next {
    top: 20vw;
  }
}
.js-slider_top_case_control .slick-prev:before,
.js-slider_top_case_control .slick-next:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-left: 2PX solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .js-slider_top_case_control .slick-prev:before,
  .js-slider_top_case_control .slick-next:before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .js-slider_top_case_control .slick-prev {
    left: 10px;
  }
}
.js-slider_top_case_control .slick-prev:before {
  margin-left: 5px;
}
@media screen and (min-width: 769px) {
  .js-slider_top_case_control .slick-next {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .js-slider_top_case_control .slick-next {
    right: 10px;
  }
}
.js-slider_top_case_control .slick-next:before {
  margin-left: 2px;
}
.js-slider_top_case_control .slick-dots {
  text-align: center;
  z-index: 10;
}
.js-slider_top_case_control .slick-dots li button:before {
  color: #c4c4c4;
  border: 1px solid #c4c4c4;
}
.js-slider_top_case_control .slick-dots li.slick-active button:before {
  background: #c4c4c4;
}

/* -----------------------------------
p-secGuide
------------------------------------ */
@media screen and (min-width: 769px) {
  .p-secGuide {
    padding-right: 0;
    padding-left: 0;
  }
  .p-secGuide .l-sec_in {
    max-width: none;
  }
}
@media screen and (min-width: 769px) {
  .p-secGuide_box {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .p-secGuide_box ._img {
    order: 2;
    flex-basis: 50%;
  }
  .p-secGuide_box ._img img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .p-secGuide_box ._img {
    margin: 0 -5%;
  }
}
@media screen and (min-width: 769px) {
  .p-secGuide_box ._cnt {
    order: 1;
    flex-basis: 50%;
    padding-left: 12.8%;
    padding-right: 10%;
    padding-top: 30px;
  }
  .p-secGuide_box ._cnt_txt {
    margin-top: 60px;
  }
  .p-secGuide_box ._cnt_txt span {
    font-size: 12px;
  }
  .p-secGuide_box ._cnt_btn {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .p-secGuide_box ._cnt_txt {
    margin-top: 30px;
  }
  .p-secGuide_box ._cnt_txt span {
    font-size: 10px;
  }
  .p-secGuide_box ._cnt_btn {
    margin-top: 30px;
  }
}

/* -----------------------------------
case
------------------------------------ */
/* -----------------------------------
p-secCaseIndex
------------------------------------ */
.p-secCaseIndex_select {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .p-secCaseIndex_select > div {
    flex-basis: 24%;
  }
}
@media screen and (max-width: 768px) {
  .p-secCaseIndex_select {
    flex-wrap: wrap;
  }
  .p-secCaseIndex_select > div {
    flex-basis: 49%;
    margin-top: 2%;
  }
}
.p-secCaseIndex_btn {
  text-align: center;
}
.p-secCaseIndex_reslutnone {
  margin-top: 50px;
  background: #f9f9f9;
  transition: 1s;
  opacity: 0;
  visibility: hidden;
}
.p-secCaseIndex_reslutnone.is-visible {
  opacity: 1;
  visibility: visible;
}
.p-secCaseIndex_reslutnone p {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-secCaseIndex_reslutnone p {
    font-size: 14px;
  }
}
.p-secCaseIndex_box {
  margin-top: 100px;
}
.p-secCaseIndex_box ul {
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.p-secCaseIndex_box ul.is-visible {
  opacity: 1;
  visibility: visible;
}
.p-secCaseIndex_box ul li {
  display: none;
}
.p-secCaseIndex_box ul li.is-visible {
  display: block;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* -----------------------------------
p-secCaseDetail
------------------------------------ */
.p-secCaseDetail_tag {
  text-align: center;
}
.p-secCaseDetail_tag p {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-secCaseDetail_tag p {
    margin-bottom: 25px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-secCaseDetail_tag p {
    margin-bottom: 10px;
  }
}
.p-secCaseDetail_title {
  margin-top: 40px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-secCaseDetail_title {
    margin-top: 30px;
    font-size: 18px;
  }
}
.p-secCaseDetail_pref {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-secCaseDetail_pref {
    margin-top: 35px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-secCaseDetail_pref {
    margin-top: 20px;
  }
}
.p-secCaseDetail_info {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-secCaseDetail_info {
    margin-top: 60px;
  }
}
.p-secCaseDetail_info_spec {
  padding: 40px;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .p-secCaseDetail_info_spec {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .p-secCaseDetail_info_spec {
    padding: 25px;
  }
}
@media screen and (min-width: 769px) {
  .p-secCaseDetail_info_spec > div {
    flex-basis: 48%;
  }
}
.p-secCaseDetail_info_spec > div > dl {
  display: flex;
}
.p-secCaseDetail_info_spec > div > dl > dt {
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-secCaseDetail_info_spec > div > dl > dt {
    padding-right: 40px;
    flex-basis: 150px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-secCaseDetail_info_spec > div > dl > dt {
    padding-right: 15px;
    flex-basis: 80px;
  }
}
.p-secCaseDetail_info_spec > div > dl > dd {
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: 1px solid #dddddd;
}
@media screen and (min-width: 769px) {
  .p-secCaseDetail_info_spec > div > dl > dd {
    padding-left: 40px;
    flex-basis: calc(100% - 150px);
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-secCaseDetail_info_spec > div > dl > dd {
    padding-left: 15px;
    flex-basis: calc(100% - 80px);
  }
}
.p-secCaseDetail_info_spec > div > dl > dd dl {
  display: flex;
}
.p-secCaseDetail_info_spec > div > dl > dd dl dt {
  flex-basis: 3em;
}
.p-secCaseDetail_info_spec > div > dl > dd dl dd {
  flex-basis: calc(100% - 3em);
}
.p-secCaseDetail_beforeafter {
  margin-top: 80px;
}

/* -----------------------------------
p-secCaseGallery
------------------------------------ */
.p-secCaseGallery {
  padding: 90px 0 100px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-secCaseGallery {
    padding: 40px 30px 60px;
  }
}
.p-secCaseGallery_tag {
  text-align: center;
}
.p-secCaseGallery_tag p {
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-secCaseGallery_tag p {
    margin-bottom: 25px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-secCaseGallery_tag p {
    display: block;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-secCaseGallery_tag p span {
    display: none;
  }
}
.p-secCaseGallery_gallery {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .p-secCaseGallery_gallery {
    margin-top: 30px;
  }
}
.p-secCaseGallery_gallery .p-gallery a {
  pointer-events: none;
}
.p-secCaseGallery_gallery .p-gallery a:hover img {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .p-secMenuDetail {
    padding-right: 0;
    padding-left: 0;
  }
  .p-secMenuDetail .l-sec_in {
    max-width: none;
  }
}
@media screen and (min-width: 769px) {
  .p-secMenuDetail_box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
}
.p-secMenuDetail_box ._img {
  position: relative;
  z-index: 1;
  order: 1;
}
@media screen and (min-width: 769px) {
  .p-secMenuDetail_box ._img {
    flex-basis: 60%;
    max-width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .p-secMenuDetail_box ._img {
    margin: 0 -5%;
  }
}
.p-secMenuDetail_box ._img img {
  width: 100%;
  max-height: 652px;
  object-fit: cover;
}
.p-secMenuDetail_box.-equipment ._img img {
  max-height: none;
}
@media screen and (min-width: 769px) {
  .p-secMenuDetail_box ._cnt {
    position: relative;
    z-index: 1;
    order: 2;
    flex-basis: 40%;
    max-width: 40%;
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 60px;
  }
  .p-secMenuDetail_box ._cnt_txt {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-secMenuDetail_box ._cnt {
    padding-top: 30px;
  }
  .p-secMenuDetail_box ._cnt_txt {
    margin-top: 30px;
  }
}

.p-secMenuCase_gallery {
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-secMenuCase_gallery {
    padding-top: 30px;
  }
}
.p-secMenuCase_gallery_txt1 {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-secMenuCase_gallery_txt1 {
    font-size: 14px;
  }
}
.p-secMenuCase_gallery_txt2 {
  margin-top: 25px;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-secMenuCase_gallery_txt2 {
    margin-top: 10px;
  }
}
.p-secMenuCase_gallery_txt2 span {
  display: inline-block;
  background: #333333;
  color: #fff;
  line-height: 1;
  padding: 6px 25px 8px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-secMenuCase_gallery_txt2 span {
    font-size: 12px;
  }
}
.p-secMenuCase_gallery_txt3 {
  margin-top: 50px;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-secMenuCase_gallery_txt3 {
    margin-top: 20px;
  }
}
.p-secMenuCase_gallery:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 120px);
  background: #fff;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.p-secMenuCase_gallery_slider {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-secMenuCase_gallery_slider {
    margin-top: 30px;
  }
}
.p-secMenuCase_beforeafter {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-secMenuCase_beforeafter {
    margin-top: 40px;
  }
}
.p-secMenuCase_btn {
  text-align: center;
  margin-top: 60px;
}

.p-secMenuNav_cnt1 ._nav {
  max-width: 1000px;
  margin: 0 auto;
}
.p-secMenuNav_cnt1 ._nav > ul {
  border-top: 1px solid rgba(132, 115, 68, 0.1);
}
.p-secMenuNav_cnt1 ._nav > ul > li {
  border-bottom: 1px solid rgba(132, 115, 68, 0.1);
}
.p-secMenuNav_cnt1 ._nav > ul > li > a {
  position: relative;
  display: block;
  padding: 15px 0;
  text-decoration: none;
  color: #1c2123;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-secMenuNav_cnt1 ._nav > ul > li > a {
    padding: 10px 0;
    font-size: 14px;
  }
}
.p-secMenuNav_cnt1 ._nav > ul > li > a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .p-secMenuNav_cnt1 ._nav > ul > li > a::after {
    width: 10px;
    height: 10px;
    right: 5px;
  }
}
.p-secMenuNav_cnt1 ._nav > ul > li a {
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .p-secMenuNav_cnt1 ._nav > ul > li a:hover {
    opacity: 0.8;
  }
}
.p-secMenuNav_cnt1 ._nav > ul > li > ul {
  margin-bottom: 20px;
  margin-left: 45px;
}
@media screen and (max-width: 768px) {
  .p-secMenuNav_cnt1 ._nav > ul > li > ul {
    margin-bottom: 15px;
    margin-left: 33px;
  }
}
.p-secMenuNav_cnt1 ._nav > ul > li > ul > li > a {
  display: flex;
  align-items: center;
  padding: 5px 0;
  font-size: 16px;
  color: #1c2123;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-secMenuNav_cnt1 ._nav > ul > li > ul > li > a {
    font-size: 12px;
  }
}
.p-secMenuNav_cnt1 ._nav > ul > li > ul > li > a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
  transform: rotate(90deg);
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-secMenuNav_cnt1 ._nav > ul > li > ul > li > a::after {
    width: 10px;
    height: 10px;
    margin-left: 10px;
  }
}

.p-secMenuDetail2_in {
  max-width: 1400px;
}
.p-secMenuDetail2_cnt1 > ._lead {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-secMenuDetail2_cnt1 > ._lead {
    text-align: left;
  }
}
.p-secMenuDetail2_cnt1 > ._lead span {
  font-size: 90%;
}
.p-secMenuDetail2_cnt1 > * + ._lead {
  margin-top: 60px;
  margin-bottom: 60px;
}
.p-secMenuDetail2_cnt1 > ._copy {
  text-align: center;
  font-size: 24px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-secMenuDetail2_cnt1 > ._copy {
    font-size: 16px;
  }
}

.p-tab {
  margin-top: 35px;
}
.p-tab + .p-tab {
  margin-top: 20px;
}
.p-tabNav ul {
  display: flex;
  justify-content: space-between;
  gap: 1px;
}
.p-tabNav ul li {
  flex-basis: 100%;
}
.p-tabNav ul li button {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 80px;
  background: #c1c1c1;
  color: #fff;
  font-size: 20px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-tabNav ul li button {
    height: 50px;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 1.3;
  }
}
.p-tabNav ul li button.is-active {
  background: #847344;
}
.p-tabNav ul li button.is-active::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #847344;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 30%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-tabNav ul li button.is-active::after {
    width: 10px;
    height: 10px;
  }
}
.p-tabContents {
  background: #fcfcfa;
  padding: 80px 120px;
}
@media screen and (max-width: 768px) {
  .p-tabContents {
    padding: 30px;
  }
}
.p-tabContents + .p-tabContents {
  padding: 10px 120px 100px;
}
@media screen and (max-width: 768px) {
  .p-tabContents + .p-tabContents {
    padding: 10px 30px 30px;
  }
}
@media screen and (min-width: 769px) {
  .p-tabContents > ._heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._heading {
    margin-bottom: 20px;
  }
}
.p-tabContents > ._heading ._title {
  color: #847344;
  font-size: 28px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._heading ._title {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
.p-tabContents > ._heading ._title span {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._heading ._title span {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.p-tabContents > ._heading ._lead {
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._heading ._lead {
    font-size: 16px;
  }
}
.p-tabContents > ._heading ._body {
  flex-basis: 100%;
}
.p-tabContents > ._heading * + ._body {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._heading * + ._body {
    margin-top: 20px;
  }
}
.p-tabContents > ._heading ._caption {
  margin-top: 10px;
  flex-basis: 100%;
  font-size: 10px;
  color: #898989;
}
.p-tabContents > ._heading ._caption.-base {
  color: #333333;
}
@media screen and (min-width: 769px) {
  .p-tabContents > ._heading.-type2 {
    display: flex;
    justify-content: center;
  }
}
.p-tabContents > ._heading.-type2 ._title {
  text-align: center;
  color: #333333;
}
.p-tabContents > ._heading.-type2 ._body {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._heading.-type2 ._body {
    text-align: left;
  }
}
.p-tabContents > ._heading.-type2 ._caption {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._heading.-type2 ._caption {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._main {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
.p-tabContents > ._imgList.-col3-1 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._imgList.-col3-1 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.p-tabContents > ._imgList.-col2-1 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._imgList.-col2-1 ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-tabContents > ._imgList ul li > ._title {
  color: #847344;
  font-size: 28px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._imgList ul li > ._title {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
.p-tabContents > ._imgList ul li > ._title span {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._imgList ul li > ._title span {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.p-tabContents > ._imgList ul li > ._img ._title {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._imgList ul li > ._img ._title {
    margin-top: 15px;
  }
}
.p-tabContents > ._imgList ul li > ._img ._title {
  font-size: 16px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._imgList ul li > ._img ._title {
    font-size: 14px;
  }
}
.p-tabContents > ._imgList ul li > ._txt ._title {
  font-size: 16px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._imgList ul li > ._txt ._title {
    font-size: 14px;
  }
}
.p-tabContents > ._imgList ul li > ._txt > * + ._title {
  margin-top: 30px;
}
.p-tabContents > ._imgList ul li > ._txt ._body {
  margin-top: 10px;
}
.p-tabContents > ._imgList ul li > ._txt ._body a {
  color: inherit;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
@media screen and (min-width: 769px) {
  .p-tabContents > ._imgList ul li > ._txt ._body a:hover {
    text-decoration: none;
  }
}
.p-tabContents > ._imgList ul li > ._txt > dl._body {
  display: grid;
  grid-template-columns: max-content 1fr;
}
.p-tabContents > ._imgList ul li > ._txt > dl._body dt {
  white-space: nowrap;
}
.p-tabContents > ._imgList ul li > ._txt ._caption {
  margin-top: 10px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._imgList ul li > ._txt ._caption {
    font-size: 10px;
  }
}
.p-tabContents > ._imgList ul li > ._txt ._caption a {
  color: inherit;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
@media screen and (min-width: 769px) {
  .p-tabContents > ._imgList ul li > ._txt ._caption a:hover {
    text-decoration: none;
  }
}
.p-tabContents > ._imgList ul li > ._txt > dl._caption {
  display: flex;
}
.p-tabContents > ._imgList ul li > ._txt > dl._caption dt {
  white-space: nowrap;
}
.p-tabContents > ._imgList ul li > ._txt ._btn {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._imgList ul li > ._txt ._btn {
    text-align: center;
    margin-top: 15px;
  }
}
.p-tabContents > ._imgList ul li > * + ._txt {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._imgList ul li > * + ._txt {
    margin-top: 15px;
  }
}
.p-tabContents > ._imgList ul li > * + ._img {
  margin-top: 30px;
}
.p-tabContents > ._imgList ul li > ._movie {
  margin-top: 30px;
  aspect-ratio: 560/320;
}
.p-tabContents > ._imgList ul li > ._movie iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .p-tabContents > ._imgList.-row ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .p-tabContents > ._imgList.-row ul li {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .p-tabContents > ._imgList.-row ul li > ._title {
    grid-column: 1/-1;
  }
  .p-tabContents > ._imgList.-row ul li ._txt {
    margin-top: 0;
  }
}
.p-tabContents * + ._imgList {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-tabContents * + ._imgList {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .p-tabContents > ._artcle {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-tabContents > ._artcle ._txt {
    width: 33.6206896552%;
    padding-right: 50px;
  }
}
@media screen and (min-width: 769px) {
  .p-tabContents > ._artcle ._img {
    width: 68.1034482759%;
    transform: translateX(70px);
  }
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._artcle ._img {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-tabContents > ._artcle ._img.-w620 {
    width: 53.4482758621%;
  }
}
.p-tabContents > ._artcle ._img p {
  margin-top: 15px;
  font-size: 11px;
  color: #898989;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._artcle ._img p {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  .p-tabContents > ._artcle2 {
    display: grid;
    grid-template-columns: 1fr 48.275862069%;
    align-items: start;
    column-gap: 7.7586206897%;
    column-gap: 6.8965517241%;
  }
}
.p-tabContents > ._artcle2 > ._shoulder {
  font-size: 24px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding-bottom: 25px;
  border-bottom: 1px solid #1c2123;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._artcle2 > ._shoulder {
    font-size: 16px;
    letter-spacing: 0;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.p-tabContents > ._artcle2 > ._title {
  color: #847344;
  font-size: 28px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._artcle2 > ._title {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 769px) {
  .p-tabContents > ._artcle2 > ._txt {
    padding-right: 50px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._artcle2 > ._txt {
    margin-top: 20px;
  }
}
.p-tabContents > ._artcle2 > ._txt > ._subtitle {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._artcle2 > ._txt > ._subtitle {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .p-tabContents > ._artcle2 > ._txt > * + ._subtitle {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._artcle2 > ._txt > * + ._subtitle {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-tabContents > ._artcle2 > ._txt > ._caption {
    margin-top: 30px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._artcle2 > ._txt > ._caption {
    margin-top: 20px;
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  .p-tabContents > ._artcle2 > ._txt > ._subtitle + ._caption {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._artcle2 > ._txt > ._subtitle + ._caption {
    margin-top: 10px;
  }
}
.p-tabContents > ._artcle2 > ._txt > dl._caption {
  display: flex;
}
.p-tabContents > ._artcle2 > ._txt > dl._caption dt {
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .p-tabContents > ._artcle2 > ._txt ._btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._artcle2 > ._txt ._btn {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-tabContents > ._artcle2 > ._btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._artcle2 > ._btn {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-tabContents > ._artcle2 > ._img {
    grid-column: 2;
    grid-row: 1/span 99;
  }
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._artcle2 > ._img {
    margin-top: 30px;
  }
}
.p-tabContents > ._artcle2 > ._img > ._subtitle {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._artcle2 > ._img > ._subtitle {
    font-size: 14px;
  }
}
.p-tabContents > ._artcle2 > ._img > ._subtitle.-tr {
  text-align: right;
}
@media screen and (min-width: 769px) {
  .p-tabContents > ._artcle2 > ._caption {
    margin-top: 30px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._artcle2 > ._caption {
    margin-top: 20px;
    font-size: 10px;
  }
}
.p-tabContents > ._subtitle {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}
.p-tabContents > * + ._subtitle {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-tabContents > * + ._subtitle {
    margin-top: 20px;
  }
}
.p-tabContents > ._body {
  font-size: 14px;
}
.p-tabContents > ._caption {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._caption {
    margin-top: 30px;
  }
}
.p-tabContents > ._caption > p {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._caption > p {
    font-size: 10px;
  }
}
.p-tabContents > ._caption > p a {
  color: inherit;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
@media screen and (min-width: 769px) {
  .p-tabContents > ._caption > p a:hover {
    text-decoration: none;
  }
}
.p-tabContents > ._caption > ul > li {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._caption > ul > li {
    font-size: 10px;
  }
}
.p-tabContents > ._caption > dl {
  display: flex;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._caption > dl {
    font-size: 10px;
  }
}
.p-tabContents > ._caption > dl > dt {
  white-space: nowrap;
}
.p-tabContents > ._caption > * + p,
.p-tabContents > ._caption > * + ul,
.p-tabContents > ._caption > * + dl {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._caption > * + p,
  .p-tabContents > ._caption > * + ul,
  .p-tabContents > ._caption > * + dl {
    margin-top: 15px;
  }
}
.p-tabContents > ._caption > dl + dl {
  margin-top: 0;
}
.p-tabContents > ._merit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._merit {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-tabContents > ._merit dl dt {
  text-align: center;
  background: #847344;
  font-size: 24px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._merit dl dt {
    font-size: 16px;
  }
}
.p-tabContents > ._merit dl dd {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.77;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._merit dl dd {
    margin-top: 15px;
    font-size: 14px;
  }
}
.p-tabContents > ._merit dl dd ul li {
  margin-left: 1em;
  text-indent: -1em;
}
.p-tabContents ._merit2 dl {
  background: #f4f4ef;
  border-radius: 12px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-tabContents ._merit2 dl {
    padding: 15px;
  }
}
.p-tabContents ._merit2 dl + dl {
  margin-top: 20px;
}
.p-tabContents ._merit2 dl dt {
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-tabContents ._merit2 dl dt {
    gap: 1em;
  }
}
@media screen and (max-width: 768px) {
  .p-tabContents ._merit2 dl dt {
    flex-direction: column;
  }
}
.p-tabContents ._merit2 dl dt span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-tabContents ._merit2 dl dt span {
    font-size: 14px;
  }
}
.p-tabContents ._merit2 dl dt span:nth-of-type(1) {
  color: #847344;
  white-space: nowrap;
}
.p-tabContents ._merit2 dl dd {
  margin-top: 10px;
}
.p-tabContents ._merit2 dl dd span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-tabContents ._merit2.-pc_row {
    display: flex;
    gap: 40px;
  }
  .p-tabContents ._merit2.-pc_row dl {
    flex: 1;
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-tabContents > ._recommend {
    margin-right: -50px;
    margin-left: -50px;
  }
}
.p-tabContents > ._recommend > ._main + ._main {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._recommend > ._main + ._main {
    margin-top: 30px;
  }
}
.p-tabContents > ._recommend > ._main {
  text-align: center;
}
.p-tabContents > ._recommend > ._main ._title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 72px;
  color: #847344;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._recommend > ._main ._title {
    font-size: 22px;
    letter-spacing: 0;
  }
}
.p-tabContents > ._recommend > ._main ._title.-medium {
  line-height: 1.7407407407;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .p-tabContents > ._recommend > ._main ._title.-medium {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._recommend > ._main ._title.-medium {
    font-size: 20px;
  }
}
.p-tabContents > ._recommend > ._main ._txt1 {
  margin-top: 40px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._recommend > ._main ._txt1 {
    text-align: left;
    margin-top: 20px;
    font-size: 14px;
  }
}
.p-tabContents > ._recommend > ._main ._txt2 {
  margin-top: 20px;
  font-size: 11px;
  color: #898989;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._recommend > ._main ._txt2 {
    text-align: left;
    margin-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  .p-tabContents > ._linkList ul li {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
.p-tabContents > ._linkList ul li + li {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._linkList ul li + li {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .p-tabContents > ._linkList ul li ._txt {
    flex: 1;
  }
}
.p-tabContents > ._linkList ul li ._txt ._title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._linkList ul li ._txt ._title {
    font-size: 14px;
  }
}
.p-tabContents > ._linkList ul li ._txt ._caption {
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  .p-tabContents > ._linkList ul li ._btn {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._linkList ul li ._btn {
    text-align: center;
    margin-top: 20px;
  }
}
.p-tabContents > * + ._linkList {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-tabContents > * + ._linkList {
    margin-top: 40px;
  }
}
.p-tabContents > ._btnList > ul {
  display: flex;
  gap: 50px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-tabContents > ._btnList > ul {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-tabContents > * + ._btnList {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .p-tabContents > * + ._btnList {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  [data-page-id=menu_disaster-prevention] .-s1-1_img3 {
    padding-right: 65px;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_disaster-prevention] .-s1-1_img4 {
    padding-right: 80px;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_disaster-prevention] .-s1-1_img4 {
    padding-right: 40px;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_disaster-prevention] .-s2-1_caption {
    margin-top: -50px;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_disaster-prevention] .-s2-1_img3 {
    padding-right: 190px;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_disaster-prevention] ._s2-3_box1 ._body {
    max-width: 400px;
  }
}
[data-page-id=menu_disaster-prevention] ._s2-3_box1 ._imgWrap {
  display: grid;
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_disaster-prevention] ._s2-3_box1 ._imgWrap {
    margin-top: 60px;
    grid-template-columns: 65.4545454545% 1fr;
    grid-template-rows: auto auto 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_disaster-prevention] ._s2-3_box1 ._imgWrap {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_disaster-prevention] ._s2-3_box1 ._imgWrap ._img1 {
    grid-row: 1/-1;
  }
}
[data-page-id=menu_disaster-prevention] ._s2-3_box1 ._imgWrap ._caption {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_disaster-prevention] ._s2-3_box1 ._imgWrap ._caption {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_disaster-prevention] ._s4-2_box1 > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  [data-page-id=menu_disaster-prevention] ._s4-2_box1 > ul > li {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 60px;
  }
  [data-page-id=menu_disaster-prevention] ._s4-2_box1 > ul > li.-item5 {
    flex: 0 0 auto;
    margin-bottom: 20px;
  }
  [data-page-id=menu_disaster-prevention] ._s4-2_box1 > ul > li.-item6 {
    flex: 0 0 auto;
    margin-bottom: 20px;
  }
  [data-page-id=menu_disaster-prevention] ._s4-2_box1 > ul > li > ._txt {
    min-height: 4em;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_disaster-prevention] ._s4-2_box1 > ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  [data-page-id=menu_disaster-prevention] ._s4-2_box1 > ul > li.-item1 {
    grid-row: 1;
  }
  [data-page-id=menu_disaster-prevention] ._s4-2_box1 > ul > li.-item2 {
    grid-row: 2;
  }
  [data-page-id=menu_disaster-prevention] ._s4-2_box1 > ul > li.-item3 {
    grid-row: 4;
  }
  [data-page-id=menu_disaster-prevention] ._s4-2_box1 > ul > li.-item4 {
    grid-row: 5;
  }
  [data-page-id=menu_disaster-prevention] ._s4-2_box1 > ul > li.-item5 {
    grid-row: 3;
  }
  [data-page-id=menu_disaster-prevention] ._s4-2_box1 > ul > li.-item6 {
    grid-row: 6;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_disaster-prevention] ._s3_box3 ._txt ._subtitle {
    margin-top: 120px;
  }
}
[data-page-id=menu_disaster-prevention] ._s3_list1 {
  background: #f4f4ef;
  border-radius: 12px;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_disaster-prevention] ._s3_list1 {
    padding: 15px 20px;
  }
}
[data-page-id=menu_disaster-prevention] ._s3_list1 ._title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #847344;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_disaster-prevention] ._s3_list1 ._title {
    font-size: 16px;
  }
}
[data-page-id=menu_disaster-prevention] ._s3_list1 ._list1 {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
}
[data-page-id=menu_disaster-prevention] ._s3_list1 ._list1 li {
  margin-right: 1em;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_disaster-prevention] ._s3_list1 ._list1 li {
    font-size: 14px;
  }
}
[data-page-id=menu_disaster-prevention] ._s3_list1 ._list2 dt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_disaster-prevention] ._s3_list1 ._list2 dt {
    font-size: 14px;
  }
}
[data-page-id=menu_disaster-prevention] ._s3_list1 ._list2 dd {
  margin-top: 5px;
  line-height: 1.8;
}
[data-page-id=menu_disaster-prevention] ._s3_list1 ._list2 dd a {
  color: inherit;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_disaster-prevention] ._s3_list1 ._list2 dd a:hover {
    text-decoration: none;
  }
}
[data-page-id=menu_disaster-prevention] ._s3_list1 ._list2 + ._list2 {
  margin-top: 20px;
}

[data-page-id=menu_pet] ._s1-6_box1 {
  position: relative;
  margin-top: 150px;
  padding: 80px 120px;
  background: #fff;
  border: 1px solid #847344;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_pet] ._s1-6_box1 {
    margin-top: 60px;
    padding: 40px 20px;
  }
}
[data-page-id=menu_pet] ._s1-6_box1::before {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  background: url(../img/menu/bathroom/plus.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: -140px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_pet] ._s1-6_box1::before {
    width: 40px;
    height: 40px;
    top: -60px;
  }
}
[data-page-id=menu_pet] ._s1-6_box1 > ._shoulder {
  position: absolute;
  top: 0;
  left: 0;
  background: #847344;
  color: #fff;
  font-size: 30px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.2em;
  padding: 6px 20px 8px 30px;
  border-radius: 3px;
  transform: rotate(-30deg) translateX(-20%);
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_pet] ._s1-6_box1 > ._shoulder {
    padding: 6px 20px 8px 25px;
    font-size: 16px;
    top: -10px;
  }
}
[data-page-id=menu_pet] ._s1-6_box1 > ._heading {
  font-size: 24px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #333333;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(132, 115, 68, 0.1);
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_pet] ._s1-6_box1 > ._heading {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
[data-page-id=menu_pet] ._s1-6_box1 > ._main + ._main {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_pet] ._s1-6_box1 > ._main + ._main {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_pet] ._s1-6_box1 > ._main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_pet] ._s1-6_box1 > ._main > ._txt {
    flex: 1;
    padding-right: 50px;
  }
}
[data-page-id=menu_pet] ._s1-6_box1 > ._main > ._txt ._txt1 {
  margin-top: 25px;
  font-size: 20px;
  color: #847344;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_pet] ._s1-6_box1 > ._main > ._txt ._txt1 {
    margin-top: 20px;
    font-size: 14px;
  }
}
[data-page-id=menu_pet] ._s1-6_box1 > ._main > ._txt ._txt2 {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_pet] ._s1-6_box1 > ._main > ._txt ._txt2 {
    margin-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_pet] ._s1-6_box1 > ._main > ._img {
    flex: 0 0 52.1739130435%;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_pet] ._s1-6_box1 > ._main > ._img {
    margin-top: 20px;
  }
}
[data-page-id=menu_pet] ._s1-6_box1 > ._main > ._img ._caption {
  margin-top: 20px;
  font-size: 16px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_pet] ._s1-6_box1 > ._main > ._img ._caption {
    margin-top: 15px;
    font-size: 14px;
  }
}
[data-page-id=menu_pet] ._s1-6_box1 > ._main > ._caption {
  flex: 1;
  flex-basis: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_pet] ._s1-6_box1 > ._main > ._caption {
    margin-top: 30px;
  }
}
[data-page-id=menu_pet] ._s1-6_box1 > ._main > ._caption > p {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_pet] ._s1-6_box1 > ._main > ._caption > p {
    font-size: 10px;
  }
}
[data-page-id=menu_pet] ._s1-6_box1 > ._main > ._caption > p a {
  color: inherit;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_pet] ._s1-6_box1 > ._main > ._caption > p a:hover {
    text-decoration: none;
  }
}
[data-page-id=menu_pet] ._s2_box1 {
  background: #f4f4ef;
  padding: 30px;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_pet] ._s2_box1 {
    padding: 20px;
    border-radius: 8px;
  }
}
[data-page-id=menu_pet] ._s2_box1 ._heading {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_pet] ._s2_box1 ._list {
    display: flex;
    gap: 90px;
  }
}
[data-page-id=menu_pet] ._s2_box1 ._list ul li {
  display: flex;
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_pet] ._s2_box1 ._list ul li {
    font-size: 14px;
  }
}
[data-page-id=menu_pet] ._s2_box1 ._list ul li::before {
  flex: 0 0 15px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/menu/pet/ico_check.svg) no-repeat center/contain;
  margin-right: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_pet] ._s2_box1 ._list ul li::before {
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
  }
}

[data-page-id=menu_water-heater] ._s1_box1 ._heading {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_water-heater] ._s1_box1 ._list {
    display: flex;
    gap: 90px;
  }
}
[data-page-id=menu_water-heater] ._s1_box1 ._list ul li {
  display: flex;
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_water-heater] ._s1_box1 ._list ul li {
    font-size: 14px;
  }
}
[data-page-id=menu_water-heater] ._s1_box1 ._list ul li::before {
  flex: 0 0 15px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/menu/water-heater/ico_check.svg) no-repeat center/contain;
  margin-right: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_water-heater] ._s1_box1 ._list ul li::before {
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_water-heater] ._s2-1_box1 {
    overflow-x: scroll;
  }
  [data-page-id=menu_water-heater] ._s2-1_box1 img {
    width: auto;
    max-width: 10000px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_water-heater] ._s2-3_box2 {
    overflow-x: scroll;
  }
  [data-page-id=menu_water-heater] ._s2-3_box2 img {
    width: auto;
    max-width: 10000px;
    height: 400px;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_water-heater] ._scrollTxt {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_water-heater] ._scrollTxt {
    margin-top: 10px;
  }
}

@media screen and (min-width: 769px) {
  [data-page-id=menu_exterior] ._s2-4_box1 {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_exterior] ._s2-4_box1 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_exterior] ._s2-4_box1 ._heading {
    flex: 1;
    padding-right: 80px;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_exterior] ._s2-4_box1 ._heading .c-secTitle {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_exterior] ._s2-4_box1 ._heading .c-secTitle {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_exterior] ._s2-4_box1 ._img {
    flex: 0 0 48.275862069%;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_exterior] ._s2-4_box1 ._img {
    margin-top: 20px;
  }
}

[data-page-id=menu_kitchen] ._s1-4_box1 {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_kitchen] ._s1-4_box1 {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_kitchen] ._s1-4_box1 ._img {
    min-width: 440px;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_kitchen] ._s1-4_box1 ._txt {
    margin-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_kitchen] ._s1-4_box1 ._txt {
    margin-top: 20px;
  }
}
[data-page-id=menu_kitchen] ._s1-4_box1 ._txt ._title {
  font-size: 16px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_kitchen] ._s1-4_box1 ._txt ._title {
    font-size: 14px;
  }
}
[data-page-id=menu_kitchen] ._s1-4_box1 ._txt ._body {
  margin-top: 10px;
}

[data-page-id=menu_bathroom] ._s3-6_box1 {
  position: relative;
  margin-top: 150px;
  padding: 80px 120px;
  background: #fff;
  border: 1px solid #847344;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_bathroom] ._s3-6_box1 {
    margin-top: 60px;
    padding: 40px 20px;
  }
}
[data-page-id=menu_bathroom] ._s3-6_box1::before {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  background: url(../img/menu/bathroom/plus.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: -140px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_bathroom] ._s3-6_box1::before {
    width: 40px;
    height: 40px;
    top: -60px;
  }
}
[data-page-id=menu_bathroom] ._s3-6_box1 > ._shoulder {
  position: absolute;
  top: 0;
  left: 0;
  background: #847344;
  color: #fff;
  font-size: 30px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.2em;
  padding: 6px 20px 8px 30px;
  border-radius: 3px;
  transform: rotate(-30deg) translateX(-20%);
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_bathroom] ._s3-6_box1 > ._shoulder {
    padding: 6px 20px 8px 25px;
    font-size: 16px;
    top: -10px;
  }
}
[data-page-id=menu_bathroom] ._s3-6_box1 > ._heading {
  font-size: 28px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #333333;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(132, 115, 68, 0.1);
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_bathroom] ._s3-6_box1 > ._heading {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
[data-page-id=menu_bathroom] ._s3-6_box1 > ._main + ._main {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_bathroom] ._s3-6_box1 > ._main + ._main {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_bathroom] ._s3-6_box1 > ._main {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_bathroom] ._s3-6_box1 > ._main > ._txt {
    width: 55.4347826087%;
    padding-right: 50px;
  }
}
[data-page-id=menu_bathroom] ._s3-6_box1 > ._main > ._txt ._title {
  font-size: 20px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_bathroom] ._s3-6_box1 > ._main > ._txt ._title {
    font-size: 16px;
  }
}
[data-page-id=menu_bathroom] ._s3-6_box1 > ._main > ._txt ._txt1 {
  margin-top: 25px;
  font-size: 20px;
  color: #847344;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_bathroom] ._s3-6_box1 > ._main > ._txt ._txt1 {
    margin-top: 20px;
    font-size: 14px;
  }
}
[data-page-id=menu_bathroom] ._s3-6_box1 > ._main > ._txt ._txt2 {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_bathroom] ._s3-6_box1 > ._main > ._txt ._txt2 {
    margin-top: 15px;
  }
}
[data-page-id=menu_bathroom] ._s3-6_box1 > ._main > ._txt ._txt3 {
  margin-top: 25px;
  font-size: 10px;
  color: #898989;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_bathroom] ._s3-6_box1 > ._main > ._txt ._txt3 {
    margin-top: 15px;
  }
}
[data-page-id=menu_bathroom] ._s3-6_box1 > ._main > ._txt ._txt3 span {
  color: #333333;
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_bathroom] ._s3-6_box1 > ._main > ._img {
    width: 44.5652173913%;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_bathroom] ._s3-6_box1 > ._main > ._img {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  [data-page-id=menu_insulation] ._s1-1_box1 {
    margin-top: 60px;
    padding: 0 120px;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s1-1_box1 {
    margin-top: 30px;
  }
}
[data-page-id=menu_insulation] ._s1-1_box1 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s1-1_box1 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
[data-page-id=menu_insulation] ._s1-1_box1 ul li ._heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
[data-page-id=menu_insulation] ._s1-1_box1 ul li ._heading ._merit {
  width: 122px;
}
[data-page-id=menu_insulation] ._s1-1_box1 ul li ._heading ._title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #847344;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s1-1_box1 ul li ._heading ._title {
    font-size: 18px;
  }
}
[data-page-id=menu_insulation] ._s1-1_box1 ul li ._img {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s1-1_box1 ul li ._img {
    text-align: center;
  }
  [data-page-id=menu_insulation] ._s1-1_box1 ul li ._img img {
    width: 65%;
  }
}
[data-page-id=menu_insulation] ._s1-1_box1 ul li ._txt {
  margin-top: 20px;
}
[data-page-id=menu_insulation] ._s1-1_box1 ul li ._txt ._title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s1-1_box1 ul li ._txt ._title {
    font-size: 16px;
  }
}
[data-page-id=menu_insulation] ._s1-1_box1 ul li ._txt ._body {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_insulation] ._s1-2_box1 {
    margin-top: 90px;
    display: flex;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s1-2_box1 {
    margin-top: 40px;
  }
}
[data-page-id=menu_insulation] ._s1-2_box1.-top {
  border-top: 1px solid rgba(132, 115, 68, 0.1);
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_insulation] ._s1-2_box1.-top {
    margin-top: 110px;
    padding-top: 110px;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s1-2_box1.-top {
    margin-top: 40px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_insulation] ._s1-2_box1 > ._img {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_insulation] ._s1-2_box1 > ._txt {
    width: 50%;
    padding-left: 140px;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_insulation] ._s1-2_box1 > ._txt ._in {
    max-width: 400px;
  }
}
[data-page-id=menu_insulation] ._s1-2_box1 > ._txt ._title {
  font-size: 24px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s1-2_box1 > ._txt ._title {
    font-size: 16px;
  }
}
[data-page-id=menu_insulation] ._s1-2_box1 > ._txt ._txt1 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s1-2_box1 > ._txt ._txt1 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s1-2_box1 > ._txt ._img {
    margin-top: 20px;
  }
}
[data-page-id=menu_insulation] ._s1-2_box1 > ._txt ._txt2 {
  margin-top: 20px;
  font-size: 11px;
  color: #898989;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s1-2_box1 > ._txt ._txt2 {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_insulation] ._s1-3_box1 {
    margin-top: 110px;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s1-3_box1 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_insulation] ._s1-3_box1 > ._heading {
    flex-basis: 37.8571428571%;
  }
}
[data-page-id=menu_insulation] ._s1-3_box1 > ._heading ._title {
  font-size: 24px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s1-3_box1 > ._heading ._title {
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_insulation] ._s1-3_box1 > ._main {
    flex-basis: 62.1428571429%;
    padding-right: 120px;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s1-3_box1 > ._main {
    margin-top: 30px;
  }
}
[data-page-id=menu_insulation] ._s1-3_box1 > ._main ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 90px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s1-3_box1 > ._main ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  [data-page-id=menu_insulation] ._s1-3_box1 > ._main ul li:nth-of-type(1) > ._img {
    margin-right: -80px;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_insulation] ._s1-3_box1 > ._main ul li > ._txt {
    margin-top: 40px;
  }
}
[data-page-id=menu_insulation] ._s1-3_box1 > ._main ul li > ._txt ._title {
  font-size: 18px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s1-3_box1 > ._main ul li > ._txt ._title {
    font-size: 16px;
  }
}
[data-page-id=menu_insulation] ._s1-3_box1 > ._main ul li > ._txt ._txt1 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s1-3_box1 > ._main ul li > ._txt ._txt1 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s1-3_box1 > ._main ul li > ._txt ._img {
    margin-top: 30px;
    text-align: center;
  }
  [data-page-id=menu_insulation] ._s1-3_box1 > ._main ul li > ._txt ._img img {
    width: 80%;
  }
}
[data-page-id=menu_insulation] ._s1-3_box1 > ._main ul li > ._txt ._txt2 {
  margin-top: 20px;
  font-size: 11px;
  color: #898989;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s1-3_box1 > ._main ul li > ._txt ._txt2 {
    margin-top: 15px;
    font-size: 10px;
  }
}
[data-page-id=menu_insulation] ._s2-1_box1 > ._title {
  margin-top: 40px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #847344;
  text-align: center;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-1_box1 > ._title {
    font-size: 16px;
  }
}
[data-page-id=menu_insulation] ._s2-1_box1 > ._img2 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-1_box1 > ._img2 {
    text-align: center;
  }
  [data-page-id=menu_insulation] ._s2-1_box1 > ._img2 img {
    width: 80%;
  }
}
[data-page-id=menu_insulation] ._s2-2_box1 > ._title {
  text-align: center;
  background: #847344;
  font-size: 24px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-2_box1 > ._title {
    font-size: 16px;
  }
}
[data-page-id=menu_insulation] ._s2-2_box1 > ._list1 {
  margin-top: 30px;
}
[data-page-id=menu_insulation] ._s2-2_box1 > ._list1 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-2_box1 > ._list1 ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
[data-page-id=menu_insulation] ._s2-2_box1 > ._list1 ul li ._txt ._txt1 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-2_box1 > ._list1 ul li ._txt ._txt1 {
    font-size: 16px;
  }
}
[data-page-id=menu_insulation] ._s2-2_box1 > ._list1 ul li ._txt ._txt2 {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_insulation] ._s2-2_box1 > ._list1 ul li:nth-of-type(2) {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_insulation] ._s2-2_box1 > ._list1 ul li:nth-of-type(2) ._txt {
    width: 61.7857142857%;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_insulation] ._s2-2_box1 > ._list1 ul li:nth-of-type(2) ._img {
    width: 28.5714285714%;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-2_box1 > ._list1 ul li:nth-of-type(2) ._img {
    margin-top: 20px;
    text-align: center;
  }
  [data-page-id=menu_insulation] ._s2-2_box1 > ._list1 ul li:nth-of-type(2) ._img img {
    width: 70%;
  }
}
[data-page-id=menu_insulation] ._s2-2_box2 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-2_box2 {
    margin-top: 50px;
  }
}
[data-page-id=menu_insulation] ._s2-2_box2 ._title {
  text-align: center;
  color: #847344;
  font-size: 24px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-2_box2 ._title {
    font-size: 16px;
  }
}
[data-page-id=menu_insulation] ._s2-2_box2 ._list1 {
  margin-top: 30px;
}
[data-page-id=menu_insulation] ._s2-2_box2 ._list1 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-2_box2 ._list1 ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
[data-page-id=menu_insulation] ._s2-2_box2 ._list1 ul li ._txt {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-2_box2 ._list1 ul li ._txt {
    margin-top: 20px;
  }
}
[data-page-id=menu_insulation] ._s2-2_box2 ._list1 ul li ._txt ._txt1 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-2_box2 ._list1 ul li ._txt ._txt1 {
    font-size: 16px;
  }
}
[data-page-id=menu_insulation] ._s2-2_box2 ._list1 ul li ._txt ._txt2 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-2_box2 ._list1 ul li ._txt ._txt2 {
    margin-top: 15px;
  }
}
[data-page-id=menu_insulation] ._s2-3_box1 > ._list1 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-3_box1 > ._list1 ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_insulation] ._s2-3_box1 > ._list1 ul li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
[data-page-id=menu_insulation] ._s2-3_box1 > ._list1 ul li ._title {
  flex-basis: 100%;
  margin-bottom: 40px;
  text-align: center;
  background: #847344;
  font-size: 24px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-3_box1 > ._list1 ul li ._title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-3_box1 > ._list1 ul li ._title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_insulation] ._s2-3_box1 > ._list1 ul li ._txt {
    width: 61.7857142857%;
  }
}
[data-page-id=menu_insulation] ._s2-3_box1 > ._list1 ul li ._txt ._txt1 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-3_box1 > ._list1 ul li ._txt ._txt1 {
    font-size: 14px;
  }
}
[data-page-id=menu_insulation] ._s2-3_box1 > ._list1 ul li ._txt ._txt2 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-3_box1 > ._list1 ul li ._txt ._txt2 {
    margin-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_insulation] ._s2-3_box1 > ._list1 ul li ._img {
    width: 28.5714285714%;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-3_box1 > ._list1 ul li ._img {
    margin-top: 20px;
    text-align: center;
  }
  [data-page-id=menu_insulation] ._s2-3_box1 > ._list1 ul li ._img img {
    width: 70%;
  }
}
[data-page-id=menu_insulation] ._s2-3_box2 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-3_box2 {
    margin-top: 40px;
  }
}
[data-page-id=menu_insulation] ._s2-3_box2 > ._title {
  text-align: center;
  color: #847344;
  font-size: 24px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-3_box2 > ._title {
    font-size: 16px;
  }
}
[data-page-id=menu_insulation] ._s2-3_box2 > ._list1 {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_insulation] ._s2-3_box2 > ._list1 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
  [data-page-id=menu_insulation] ._s2-3_box2 > ._list1 ul li:nth-child(3) {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-3_box2 > ._list1 ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_insulation] ._s2-3_box2 > ._list1 ul li {
    flex-basis: 48.275862069%;
  }
  [data-page-id=menu_insulation] ._s2-3_box2 > ._list1 ul li:nth-of-type(3) {
    margin-top: 40px;
    flex-basis: 100%;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_insulation] ._s2-3_box2 > ._list1 ul li ._txt {
    display: flex;
  }
}
[data-page-id=menu_insulation] ._s2-3_box2 > ._list1 ul li ._txt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-3_box2 > ._list1 ul li ._txt {
    font-size: 14px;
  }
}
[data-page-id=menu_insulation] ._s2-3_box2 > ._list1 ul li ._txt ._txt1 {
  color: #847344;
  margin-right: 2em;
}
[data-page-id=menu_insulation] ._s2-3_box2 > ._list1 ul li ._img {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-3_box2 > ._list1 ul li ._img {
    margin-top: 20px;
  }
}
[data-page-id=menu_insulation] ._s2-4_box1 > ._title {
  flex-basis: 100%;
  margin-bottom: 40px;
  text-align: center;
  background: #847344;
  font-size: 24px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-4_box1 > ._title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-4_box1 > ._title {
    margin-bottom: 20px;
  }
}
[data-page-id=menu_insulation] ._s2-4_box1 > ._main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-4_box1 > ._main {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
[data-page-id=menu_insulation] ._s2-4_box1 > ._main ._txt ._txt1 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-4_box1 > ._main ._txt ._txt1 {
    font-size: 14px;
  }
}
[data-page-id=menu_insulation] ._s2-4_box1 > ._main ._txt ._txt2 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-4_box1 > ._main ._txt ._txt2 {
    margin-top: 15px;
  }
}
[data-page-id=menu_insulation] ._s2-4_box1 > ._list1 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-4_box1 > ._list1 {
    margin-top: 20px;
  }
}
[data-page-id=menu_insulation] ._s2-4_box1 > ._list1 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-4_box1 > ._list1 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_insulation] ._s2-4_box1 > ._list1 ul li ._txt {
    display: flex;
  }
}
[data-page-id=menu_insulation] ._s2-4_box1 > ._list1 ul li ._txt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-4_box1 > ._list1 ul li ._txt {
    font-size: 14px;
  }
}
[data-page-id=menu_insulation] ._s2-4_box1 > ._list1 ul li ._txt ._txt1 {
  color: #847344;
  margin-right: 2em;
}
[data-page-id=menu_insulation] ._s2-4_box1 > ._list2 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-4_box1 > ._list2 {
    margin-top: 50px;
  }
}
[data-page-id=menu_insulation] ._s2-4_box1 > ._list2 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-4_box1 > ._list2 ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
[data-page-id=menu_insulation] ._s2-4_box1 > ._list2 ul li ._txt {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-4_box1 > ._list2 ul li ._txt {
    margin-top: 20px;
  }
}
[data-page-id=menu_insulation] ._s2-4_box1 > ._list2 ul li ._txt ._txt1 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-4_box1 > ._list2 ul li ._txt ._txt1 {
    font-size: 14px;
  }
}
[data-page-id=menu_insulation] ._s2-4_box1 > ._list2 ul li ._txt ._txt2 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_insulation] ._s2-4_box1 > ._list2 ul li ._txt ._txt2 {
    margin-top: 10px;
  }
}

@media screen and (min-width: 769px) {
  [data-page-id=menu_solar-storage] ._s1_box1 {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_solar-storage] ._s1_box1 > ._txt {
    width: 37.9310344828%;
  }
}
[data-page-id=menu_solar-storage] ._s1_box1 > ._txt p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(132, 115, 68, 0.1);
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_solar-storage] ._s1_box1 > ._img {
    width: 55.1724137931%;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_solar-storage] ._s2_box1 {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_solar-storage] ._s2_box1 > ._img {
    width: 75.4310344828%;
  }
}
[data-page-id=menu_solar-storage] ._s2_box1 > ._img p {
  margin-top: 15px;
  font-size: 11px;
  color: #898989;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_solar-storage] ._s2_box1 > ._img p {
    margin-top: 10px;
    font-size: 10px;
  }
}
[data-page-id=menu_solar-storage] ._s2_box1 > ._img p a {
  text-decoration: none;
  color: #898989;
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_solar-storage] ._s2_box1 > ._img p a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_solar-storage] ._s2_box1 > ._txt {
    width: 20.6896551724%;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_solar-storage] ._s2_box1 > ._txt {
    margin-top: 20px;
  }
}
[data-page-id=menu_solar-storage] ._s2_box1 > ._txt ._txt2 {
  margin-top: 20px;
  font-size: 11px;
  color: #898989;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_solar-storage] ._s2_box1 > ._txt ._txt2 {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_solar-storage] ._s3_box1 {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_solar-storage] ._s3_box1 > ._img1 {
    width: 48.275862069%;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_solar-storage] ._s3_box1 > ._img2 {
    width: 48.275862069%;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_solar-storage] ._s3_box1 > ._img2 {
    margin-top: 30px;
  }
}
[data-page-id=menu_solar-storage] ._s3_box1 > ._img2 p {
  margin-top: 15px;
  font-size: 11px;
  color: #898989;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_solar-storage] ._s3_box1 > ._img2 p {
    margin-top: 10px;
    font-size: 10px;
  }
}
[data-page-id=menu_solar-storage] ._s3_box1 > ._img2 p a {
  text-decoration: none;
  color: #898989;
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_solar-storage] ._s3_box1 > ._img2 p a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_solar-storage] ._s4_box1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_solar-storage] ._s4_box1 > ._img1 {
    width: 48.275862069%;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_solar-storage] ._s4_box1 > ._img2 {
    width: 48.275862069%;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_solar-storage] ._s4_box1 > ._img2 {
    margin-top: 30px;
  }
}
[data-page-id=menu_solar-storage] ._s4_box1 p {
  flex-basis: 100%;
  margin-top: 15px;
  font-size: 11px;
  color: #898989;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_solar-storage] ._s4_box1 p {
    margin-top: 10px;
    font-size: 10px;
  }
}
[data-page-id=menu_solar-storage] ._s4_box1 p a {
  text-decoration: none;
  color: #898989;
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_solar-storage] ._s4_box1 p a:hover {
    text-decoration: underline;
  }
}
[data-page-id=menu_solar-storage] ._s5_box1 p {
  flex-basis: 100%;
  margin-top: 15px;
  font-size: 11px;
  color: #898989;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_solar-storage] ._s5_box1 p {
    margin-top: 10px;
    font-size: 10px;
  }
}
[data-page-id=menu_solar-storage] ._s5_box1 p a {
  text-decoration: none;
  color: #898989;
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_solar-storage] ._s5_box1 p a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_solar-storage] ._s5_box2 {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_solar-storage] ._s5_box2 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_solar-storage] ._s5_box2 > ._txt {
    width: 64.6551724138%;
  }
}
[data-page-id=menu_solar-storage] ._s5_box2 > ._txt ._title {
  font-size: 28px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #847344;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_solar-storage] ._s5_box2 > ._txt ._title {
    font-size: 20px;
  }
}
[data-page-id=menu_solar-storage] ._s5_box2 > ._txt ._txt1 {
  margin-top: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(132, 115, 68, 0.1);
}
[data-page-id=menu_solar-storage] ._s5_box2 > ._txt ._txt2 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(132, 115, 68, 0.1);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_solar-storage] ._s5_box2 > ._txt ._txt2 {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_solar-storage] ._s5_box2 > ._img {
    width: 25.4310344828%;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_solar-storage] ._s5_box2 > ._img {
    margin-top: 20px;
    text-align: center;
    aspect-ratio: 3/2;
  }
  [data-page-id=menu_solar-storage] ._s5_box2 > ._img img {
    object-fit: cover;
    object-position: center bottom;
    width: 100%;
    height: 100%;
  }
}
[data-page-id=menu_solar-storage] ._s6_box1 > ._title {
  font-size: 28px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_solar-storage] ._s6_box1 > ._title {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_solar-storage] ._s6_box1 > ._info {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  [data-page-id=menu_solar-storage] ._s6_box1 > ._info li + li::before {
    content: "｜";
    display: inline-block;
    margin: 0 1em;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_solar-storage] ._s6_box1 > ._info {
    margin-top: 15px;
  }
}
[data-page-id=menu_solar-storage] ._s6_box1 > ._subtitle {
  margin-top: 50px;
  text-align: center;
  background: #847344;
  font-size: 24px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_solar-storage] ._s6_box1 > ._subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_solar-storage] ._s6_box1 > ._subtitle {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_solar-storage] ._s6_box1 > ._main {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_solar-storage] ._s6_box1 > ._main {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_solar-storage] ._s6_box1 > ._main > ._txt {
    width: 48.275862069%;
  }
}
[data-page-id=menu_solar-storage] ._s6_box1 > ._main > ._txt ._txt1 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_solar-storage] ._s6_box1 > ._main > ._txt ._txt1 {
    font-size: 16px;
  }
}
[data-page-id=menu_solar-storage] ._s6_box1 > ._main > ._txt ._txt2 {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_solar-storage] ._s6_box1 > ._main > ._img {
    width: 48.275862069%;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_solar-storage] ._s6_box1 > ._main > ._img {
    margin-top: 20px;
  }
}

[data-page-id=menu_paint-waterproof] ._s1-3_box1 {
  margin: 40px auto 0;
  max-width: 690px;
}
[data-page-id=menu_paint-waterproof] ._s1-3_box1 p {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_paint-waterproof] ._s1-3_box1 p {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_paint-waterproof] ._s1-4_box1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_paint-waterproof] ._s1-4_box1 > ._txt {
    width: 36.6379310345%;
  }
}
[data-page-id=menu_paint-waterproof] ._s1-4_box1 > ._txt ._title {
  font-size: 18px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_paint-waterproof] ._s1-4_box1 > ._txt ._title {
    font-size: 16px;
  }
}
[data-page-id=menu_paint-waterproof] ._s1-4_box1 > ._txt ._txt1 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_paint-waterproof] ._s1-4_box1 > ._txt ._txt1 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_paint-waterproof] ._s1-4_box1 > ._txt ._img {
    margin-top: 20px;
  }
}
[data-page-id=menu_paint-waterproof] ._s1-4_box1 > ._txt ._txt2 {
  margin-top: 15px;
  font-size: 11px;
  color: #898989;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_paint-waterproof] ._s1-4_box1 > ._txt ._txt2 {
    margin-top: 10px;
    font-size: 10px;
  }
}
[data-page-id=menu_paint-waterproof] ._s1-4_box1 > ._txt ._txt2 a {
  text-decoration: none;
  color: #898989;
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_paint-waterproof] ._s1-4_box1 > ._txt ._txt2 a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_paint-waterproof] ._s1-4_box1 > ._txt ._txt2 {
    margin-top: 140px;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_paint-waterproof] ._s1-4_box1 > ._txt ._txt2 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_paint-waterproof] ._s1-4_box1 > ._img {
    width: 49.6551724138%;
  }
}
[data-page-id=menu_paint-waterproof] ._s1-4_box2 ._caption {
  margin-top: 10px;
  margin-left: 1em;
  text-indent: -1em;
}
[data-page-id=menu_paint-waterproof] ._s2_box1 + ._s2_box1 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_paint-waterproof] ._s2_box1 + ._s2_box1 {
    margin-top: 30px;
  }
}
[data-page-id=menu_paint-waterproof] ._s2_box1 ._title {
  text-align: center;
  background: #847344;
  font-size: 24px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_paint-waterproof] ._s2_box1 ._title {
    font-size: 16px;
  }
}
[data-page-id=menu_paint-waterproof] ._s2_box1 ._body {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_paint-waterproof] ._s2_box1 ._body {
    text-align: left;
    margin-top: 20px;
  }
}
[data-page-id=menu_paint-waterproof] ._s2_box1 ._main {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_paint-waterproof] ._s2_box1 ._main {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_paint-waterproof] ._s2_box1 ._main ._item {
    flex-basis: 50%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_paint-waterproof] ._s2_box1 ._main ._item + ._item {
    margin-top: 30px;
  }
}
[data-page-id=menu_paint-waterproof] ._s2_box1 ._main ._item ._txt1 {
  padding-left: 20px;
  margin-top: 10px;
  font-size: 18px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_paint-waterproof] ._s2_box1 ._main ._item ._txt1 {
    font-size: 14px;
  }
}
[data-page-id=menu_paint-waterproof] ._s2_box1 ._main ._item ._list {
  padding-left: 20px;
  margin-top: 20px;
}
[data-page-id=menu_paint-waterproof] ._s2_box1 ._main ._item ._list li {
  margin-left: 1em;
  text-indent: -1em;
}
[data-page-id=menu_paint-waterproof] ._s2_box1 ._main ._item ._list li::before {
  content: "・";
}
@media screen and (min-width: 769px) {
  [data-page-id=menu_paint-waterproof] ._s2_box1 ._main2 {
    margin-top: 40px;
    display: flex;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_paint-waterproof] ._s2_box1 ._main2 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_paint-waterproof] ._s2_box1 ._main2 ._item + ._item {
    margin-top: 20px;
  }
}
[data-page-id=menu_paint-waterproof] ._s2_box1 ._main2 ._item ._txt1 {
  margin-top: 30px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_paint-waterproof] ._s2_box1 ._main2 ._item ._txt1 {
    margin-top: 15px;
    font-size: 14px;
  }
}
[data-page-id=menu_paint-waterproof] ._s3-2_box1 ._main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_paint-waterproof] ._s3-2_box1 ._main {
    grid-template-columns: repeat(1, 1fr);
  }
}
[data-page-id=menu_paint-waterproof] ._s3-2_box1 ._main ._item ._title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #847344;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_paint-waterproof] ._s3-2_box1 ._main ._item ._title {
    font-size: 20px;
  }
}
[data-page-id=menu_paint-waterproof] ._s3-2_box1 ._main ._item ._txt1 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_paint-waterproof] ._s3-2_box1 ._main ._item ._txt1 {
    margin-top: 15px;
  }
}
[data-page-id=menu_paint-waterproof] ._s3-2_box1 ._main ._item ._list1 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_paint-waterproof] ._s3-2_box1 ._main ._item ._list1 {
    margin-top: 15px;
  }
}
[data-page-id=menu_paint-waterproof] ._s3-2_box1 ._main ._item ._list1 li + li {
  margin-top: 12px;
}
[data-page-id=menu_paint-waterproof] ._s3-2_box1 ._main ._item ._list1 li {
  padding: 8px;
  background: #f4f3e4;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #847344;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_paint-waterproof] ._s3-2_box1 ._main ._item ._list1 li {
    font-size: 14px;
  }
}
[data-page-id=menu_paint-waterproof] ._s3-2_box1 ._main ._item ._img1 {
  padding-top: 20px;
  padding-right: 70px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_paint-waterproof] ._s3-2_box1 ._main ._item ._img1 {
    padding: 20px 20px 0;
  }
}
[data-page-id=menu_paint-waterproof] ._s3-2_box1 ._main ._item ._txt2 {
  margin-top: 20px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_paint-waterproof] ._s3-2_box1 ._main ._item ._txt2 {
    font-size: 14px;
  }
}
[data-page-id=menu_paint-waterproof] ._s3-2_box1 > ._caption {
  margin: 30px auto 0;
  width: fit-content;
}
[data-page-id=menu_paint-waterproof] ._s3-2_box1 > ._caption p {
  font-size: 16px;
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  [data-page-id=menu_paint-waterproof] ._s3-2_box1 > ._caption p {
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) {
  .p-secMenuExample_cnt1 {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .p-secMenuExample_cnt1 ._heading {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 769px) {
  .p-secMenuExample_cnt1 ._main {
    flex-basis: 50%;
  }
}
.p-secMenuExample_cnt1 ._main a {
  text-decoration: none;
  color: #1c2123;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .p-secMenuExample_cnt1 ._main a:hover {
    opacity: 0.8;
  }
}
.p-secMenuExample_cnt1 ._main a ._title {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-secMenuExample_cnt1 ._main a ._title {
    font-size: 14px;
  }
}
.p-secMenuExample_cnt1 ._main a ._title::after {
  content: "";
  display: block;
  width: 40px;
  height: 8px;
  background: url(../img/common/ico_arrowRight_gold.png) no-repeat center/contain;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-secMenuExample_cnt1 ._main a ._title::after {
    width: 30px;
    height: 6px;
    margin-left: 15px;
  }
}

.p-secMenuOther_cnt1 ._main ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-secMenuOther_cnt1 ._main ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-secMenuOther_cnt1 ._main ul li a {
  text-decoration: none;
  color: #1c2123;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .p-secMenuOther_cnt1 ._main ul li a:hover {
    opacity: 0.8;
  }
}
.p-secMenuOther_cnt1 ._main ul li a ._title {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: 18px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-secMenuOther_cnt1 ._main ul li a ._title {
    font-size: 14px;
  }
}
.p-secMenuOther_cnt1 ._main ul li a ._title::after {
  content: "";
  display: block;
  width: 40px;
  height: 8px;
  background: url(../img/common/ico_arrowRight_gold.png) no-repeat center/contain;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-secMenuOther_cnt1 ._main ul li a ._title::after {
    width: 30px;
    height: 6px;
    margin-left: 15px;
  }
}

@media screen and (min-width: 769px) {
  .p-secGuideDetail_read {
    display: flex;
    justify-content: space-between;
  }
  .p-secGuideDetail_read p:nth-child(1) {
    flex-basis: 50%;
  }
  .p-secGuideDetail_read p:nth-child(2) {
    flex-basis: 50%;
    padding-top: 30px;
  }
  .p-secGuideDetail_read p:nth-child(2) span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-secGuideDetail_read p:nth-child(2) {
    padding-top: 20px;
  }
  .p-secGuideDetail_read p:nth-child(2) span {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  .p-secGuideDetail_nav {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-secGuideDetail_nav {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .p-secGuideDetail_nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 40px;
  }
}
.p-secGuideDetail_nav ul li {
  transition: 0.3s ease-out;
  position: relative;
  border-top: 1px solid #ddd;
  cursor: pointer;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .p-secGuideDetail_nav ul li {
    padding: 25px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-secGuideDetail_nav ul li {
    padding: 10px 15px;
    font-size: 14px;
  }
}
.p-secGuideDetail_nav ul li:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #333333;
  border-right: 2px solid #333333;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  margin-top: -2px;
}
.p-secGuideDetail_nav ul li span {
  display: inline-block;
  margin-right: 25px;
  color: #00758e;
  font-weight: bold;
}
.p-secGuideDetail_nav ul li:hover {
  background: #f2f2f2;
}
.p-secGuideDetail_nav ul li:hover:after {
  border-bottom: 2px solid #00758e;
  border-right: 2px solid #00758e;
}
.p-secGuideDetail_nav ul li.is-active {
  background: #f2f2f2;
}
.p-secGuideDetail_nav ul li.is-active span {
  color: #ff7a9f;
}
.p-secGuideDetail_cnt {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-secGuideDetail_cnt {
    margin-top: 50px;
  }
}
.p-secGuideDetail_cnt_box {
  margin: 0 auto;
}
.p-secGuideDetail_cnt_box ._prev,
.p-secGuideDetail_cnt_box ._next {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-secGuideDetail_cnt_box ._prev,
  .p-secGuideDetail_cnt_box ._next {
    margin-top: 60px;
  }
}
.p-secGuideDetail_cnt_box ._prev + ._prev,
.p-secGuideDetail_cnt_box ._prev + ._next,
.p-secGuideDetail_cnt_box ._next + ._prev,
.p-secGuideDetail_cnt_box ._next + ._next {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-secGuideDetail_cnt_box ._prev + ._prev,
  .p-secGuideDetail_cnt_box ._prev + ._next,
  .p-secGuideDetail_cnt_box ._next + ._prev,
  .p-secGuideDetail_cnt_box ._next + ._next {
    margin-top: 20px;
  }
}

.guideContents .titleStyle1 {
  max-width: 970px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-bottom: 40px;
  height: 78px;
  font-size: 25px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .guideContents .titleStyle1 {
    margin-bottom: 20px;
    flex-direction: column;
    font-size: 16px;
  }
}
.guideContents .titleStyle1 ._txt1 {
  color: #ff7a9f;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .guideContents .titleStyle1 ._txt1 {
    line-height: 1;
  }
}
.guideContents .titleStyle1 ._txt2 {
  color: #6b6b6b;
}
.guideContents .titleStyle2 {
  text-align: center;
  font-size: 25px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .guideContents .titleStyle2 {
    font-size: 18px;
  }
}
.guideContents .titleStyle2 span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .guideContents .titleStyle2 span {
    font-size: 14px;
  }
}
.guideContents .titleStyle2.-dot::before {
  content: "●";
  display: inline-block;
  margin-right: 0.5em;
  color: #00758e;
}
.guideContents .titleStyle2.-dot_orange::before {
  color: #ef6d00;
}
.guideContents .titleStyle2.-blue {
  color: #00758e;
}
.guideContents .titleStyle2.-left {
  text-align: left;
}
.guideContents * + .titleStyle2 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .guideContents * + .titleStyle2 {
    margin-top: 30px;
  }
}
.guideContents .txtStyle1 {
  margin: 0 auto;
  font-size: 18px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .guideContents .txtStyle1 {
    font-size: 16px;
  }
}
.guideContents .txtStyle1.-left {
  width: 100%;
}
.guideContents .txtStyle1.-center {
  text-align: center;
}
.guideContents * + .txtStyle1 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .guideContents * + .txtStyle1 {
    margin-top: 30px;
  }
}
.guideContents .txtStyle2 {
  margin: 0 auto;
  max-width: 690px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .guideContents .txtStyle2 {
    font-size: 14px;
  }
}
.guideContents .txtStyle2.-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .guideContents .txtStyle2.-center {
    text-align: left;
  }
}
.guideContents * + .txtStyle2 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .guideContents * + .txtStyle2 {
    margin-top: 30px;
  }
}
.guideContents .secGuide {
  padding-top: 1px;
}
.guideContents .boxStyle0 {
  max-width: 970px;
  margin: 0 auto;
  background: #fff;
  padding: 50px 60px;
}
@media screen and (max-width: 768px) {
  .guideContents .boxStyle0 {
    padding: 25px;
  }
}
.guideContents .boxStyle1 {
  max-width: 690px;
  margin: 0 auto;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .guideContents .boxStyle1 {
    margin-top: 50px;
  }
}
.guideContents .boxStyle2 {
  max-width: 970px;
  margin: 0 auto;
  margin-top: 100px;
  background: #fff;
  padding: 45px 60px 60px;
}
.guideContents .boxStyle2.-border {
  border: 1px solid #00758e;
}
@media screen and (max-width: 768px) {
  .guideContents .boxStyle2 {
    padding: 25px;
    margin-top: 50px;
  }
}
.guideContents .boxStyle1 + .boxStyle2 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .guideContents .boxStyle1 + .boxStyle2 {
    margin-top: 20px;
  }
}
.guideContents .boxStyle3 {
  max-width: 970px;
  margin: 0 auto;
  margin-top: 100px;
  background: #e3e3e3;
  padding: 45px 60px 60px;
}
@media screen and (max-width: 768px) {
  .guideContents .boxStyle3 {
    padding: 25px;
    margin-top: 50px;
  }
}
.guideContents .boxStyle4 {
  max-width: 1030px;
  margin: 0 auto;
  margin-top: 100px;
  background: #fff;
  padding: 45px 60px 60px;
}
.guideContents .boxStyle4.-border {
  border: 1px solid #00758e;
}
@media screen and (max-width: 768px) {
  .guideContents .boxStyle4 {
    padding: 25px;
    margin-top: 50px;
  }
}
.guideContents .boxStyle5 {
  position: relative;
  max-width: 1030px;
  margin: 0 auto;
  margin-top: 100px;
  padding: 45px 60px 60px;
  border: 1px solid #00758e;
}
@media screen and (max-width: 768px) {
  .guideContents .boxStyle5 {
    padding: 25px;
    margin-top: 50px;
  }
}
.guideContents .boxStyle5::before, .guideContents .boxStyle5::after {
  content: "";
  display: block;
  width: 85px;
  height: 85px;
  background: #f4f4ef;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .guideContents .boxStyle5::before, .guideContents .boxStyle5::after {
    width: 30px;
    height: 30px;
  }
}
.guideContents .boxStyle5::before {
  top: -2px;
  right: -2px;
}
.guideContents .boxStyle5::after {
  bottom: -2px;
  left: -2px;
}
.guideContents .pointStyle1 {
  position: relative;
  max-width: 1030px;
  margin: 0 auto;
  margin-top: 220px;
  margin-top: 150px;
  background: #fff;
  border: 1px solid #f0872d;
  border-top: none;
  padding: 70px 50px 50px;
}
@media screen and (max-width: 768px) {
  .guideContents .pointStyle1 {
    padding: 40px 25px 25px;
    margin-top: 70px;
  }
}
.guideContents .pointStyle1 > ._shoulder {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.guideContents .pointStyle1 > ._shoulder::before, .guideContents .pointStyle1 > ._shoulder::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #f0872d;
}
.guideContents .pointStyle1 > ._shoulder img {
  width: 333px;
  margin: 0 40px;
}
@media screen and (max-width: 768px) {
  .guideContents .pointStyle1 > ._shoulder img {
    width: 150px;
    margin: 0 20px;
  }
}
.guideContents .pointStyle1 > ._title {
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1px solid #000;
  font-size: 25px;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .guideContents .pointStyle1 > ._title {
    padding-bottom: 5px;
    font-size: 18px;
  }
}
.guideContents .pointStyle1 .txtStyle2 + ._title {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .guideContents .pointStyle1 .txtStyle2 + ._title {
    margin-top: 30px;
  }
}
.guideContents .pointStyle1 > ._lead {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .guideContents .pointStyle1 > ._lead {
    margin-top: 20px;
    font-size: 16px;
  }
}
.guideContents .pointStyle1 > ._list1 {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}
@media screen and (max-width: 768px) {
  .guideContents .pointStyle1 > ._list1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.guideContents .pointStyle1 > ._list1 li {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .guideContents .pointStyle1 > ._list1 li {
    font-size: 14px;
  }
}
.guideContents .pointStyle1 > ._list1.-circle li {
  margin-left: 1em;
  text-indent: -1em;
}
.guideContents .pointStyle1 > ._list1.-circle li::before {
  content: "●";
  color: #f0872d;
}
.guideContents .pointStyle1 > ._list1.-num {
  list-style: none;
  counter-reset: my-counter;
}
.guideContents .pointStyle1 > ._list1.-num li {
  counter-increment: my-counter;
  position: relative;
  padding-left: 2em;
  text-indent: 0;
}
.guideContents .pointStyle1 > ._list1.-num li::before {
  position: absolute;
  left: 0;
}
.guideContents .pointStyle1 > ._list1.-num li:nth-child(1)::before {
  content: "① ";
}
.guideContents .pointStyle1 > ._list1.-num li:nth-child(2)::before {
  content: "② ";
}
.guideContents .pointStyle1 > ._list1.-num li:nth-child(3)::before {
  content: "③ ";
}
.guideContents .pointStyle1 > ._list1.-num li:nth-child(4)::before {
  content: "④ ";
}
.guideContents .pointStyle1 > ._list2 {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 90px;
}
@media screen and (max-width: 768px) {
  .guideContents .pointStyle1 > ._list2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.guideContents .pointStyle1 > ._list2 dl {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .guideContents .pointStyle1 > ._list2 dl {
    font-size: 14px;
  }
}
.guideContents .pointStyle1 > ._list2 dl dt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
.guideContents .pointStyle1 > ._main {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #b7b7b7;
}
@media screen and (max-width: 768px) {
  .guideContents .pointStyle1 > ._main {
    margin-top: 25px;
    padding-top: 25px;
  }
}
@media screen and (min-width: 769px) {
  .guideContents .pointStyle1 > ._main > ._heading {
    display: flex;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .guideContents .pointStyle1 > ._main > ._heading {
    margin-bottom: 25px;
  }
}
.guideContents .pointStyle1 > ._main > ._heading ._title {
  font-size: 25px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  margin-right: 50px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .guideContents .pointStyle1 > ._main > ._heading ._title {
    font-size: 18px;
  }
}
.guideContents .pointStyle1 > ._main > ._heading ._body {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .guideContents .pointStyle1 > ._main > ._heading ._body {
    font-size: 14px;
  }
}
.guideContents .pointStyle1 ._imgList.-col4-2 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .guideContents .pointStyle1 ._imgList.-col4-2 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.guideContents .pointStyle1 ._imgList.-col3-1 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 80px;
}
@media screen and (max-width: 768px) {
  .guideContents .pointStyle1 ._imgList.-col3-1 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.guideContents .pointStyle1 ._imgList ul li a {
  display: block;
  text-decoration: none;
  color: #333333;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .guideContents .pointStyle1 ._imgList ul li a:hover {
    opacity: 0.8;
  }
}
.guideContents .pointStyle1 ._imgList ul li ._title,
.guideContents .pointStyle1 ._imgList ul li ._caption {
  margin-top: 15px;
  font-size: 18px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .guideContents .pointStyle1 ._imgList ul li ._title,
  .guideContents .pointStyle1 ._imgList ul li ._caption {
    font-size: 14px;
  }
}
.guideContents .pointStyle1 ._imgList ul li ._body {
  margin-top: 15px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .guideContents .pointStyle1 ._imgList ul li ._body {
    font-size: 12px;
  }
}
.guideContents .btnStyle1 {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .guideContents .btnStyle1 {
    margin-top: 30px;
  }
}

[data-guide-id=guide8] ._s1_box1 ._main {
  margin: 0 auto;
  max-width: 790px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide8] ._s1_box1 ._main {
    padding: 0;
  }
}
[data-guide-id=guide8] ._s1_box1 ._main + ._main {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #b7b7b7;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide8] ._s1_box1 ._main + ._main {
    margin-top: 25px;
    padding-top: 25px;
  }
}
[data-guide-id=guide8] ._s1_box1 ._main ._heading {
  display: flex;
  align-items: center;
}
[data-guide-id=guide8] ._s1_box1 ._main ._heading ._img {
  min-width: 90px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide8] ._s1_box1 ._main ._heading ._img {
    min-width: 70px;
    margin-right: 20px;
  }
}
[data-guide-id=guide8] ._s1_box1 ._main ._heading ._title {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide8] ._s1_box1 ._main ._heading ._title {
    font-size: 14px;
  }
}
[data-guide-id=guide8] ._s1_box1 ._main ._list1 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide8] ._s1_box1 ._main ._list1 {
    margin-top: 20px;
  }
}
[data-guide-id=guide8] ._s1_box1 ._main ._list1 dl + dl {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide8] ._s1_box1 ._main ._list1 dl + dl {
    margin-top: 20px;
  }
}
[data-guide-id=guide8] ._s1_box1 ._main ._list1 dl dt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #00758e;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide8] ._s1_box1 ._main ._list1 dl dt {
    font-size: 14px;
  }
}
[data-guide-id=guide8] ._s1_box1 ._main ._list1 dl dd {
  margin-top: 15px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide8] ._s1_box1 ._main ._list1 dl dd {
    margin-top: 10px;
    font-size: 12px;
  }
}

[data-guide-id=guide7] ._s1_box1 {
  position: relative;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide7] ._s1_box1 {
    padding-top: 60px;
  }
}
[data-guide-id=guide7] ._s1_box1 ._title {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00758e;
  min-height: 64px;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide7] ._s1_box1 ._title {
    min-height: 40px;
    padding: 0 25px;
  }
}
[data-guide-id=guide7] ._s1_box1 ._title span {
  color: #fff;
}
[data-guide-id=guide7] ._s1_box1 ._title span._txt1 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide7] ._s1_box1 ._title span._txt1 {
    font-size: 14px;
  }
}
[data-guide-id=guide7] ._s1_box1 ._title span._txt2 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 25px;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide7] ._s1_box1 ._title span._txt2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  [data-guide-id=guide7] ._s1_box1 ._main {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  [data-guide-id=guide7] ._s1_box1 ._main ._img {
    flex-basis: 48%;
  }
  [data-guide-id=guide7] ._s1_box1 ._main ._img.-img1 {
    flex-basis: 40%;
  }
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide7] ._s1_box1 ._main ._img {
    text-align: center;
  }
  [data-guide-id=guide7] ._s1_box1 ._main ._img img {
    width: 90%;
  }
  [data-guide-id=guide7] ._s1_box1 ._main ._img.-img1 img {
    width: 70%;
  }
}
@media screen and (min-width: 769px) {
  [data-guide-id=guide7] ._s1_box1 ._main ._txt {
    flex-basis: 48%;
  }
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide7] ._s1_box1 ._main ._txt {
    margin-top: 30px;
  }
}
[data-guide-id=guide7] ._s1_box1 ._main ._txt ._list1 dl + dl {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide7] ._s1_box1 ._main ._txt ._list1 dl + dl {
    margin-top: 40px;
  }
}
[data-guide-id=guide7] ._s1_box1 ._main ._txt ._list1 dl dt {
  font-size: 18px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide7] ._s1_box1 ._main ._txt ._list1 dl dt {
    font-size: 16px;
  }
}
[data-guide-id=guide7] ._s1_box1 ._main ._txt ._list1 dl dt::before {
  content: "●";
  margin-right: 0.5em;
  color: #00758e;
}
[data-guide-id=guide7] ._s1_box1 ._main ._txt ._list1 dl dd {
  margin-top: 25px;
  padding-left: 1.5em;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide7] ._s1_box1 ._main ._txt ._list1 dl dd {
    margin-top: 10px;
  }
}
[data-guide-id=guide7] ._s1_box1 ._main ._txt ._list1 dl dd ul li + li {
  margin-top: 10px;
}
[data-guide-id=guide7] ._s1_box1 ._main ._txt ._list1 dl dd ul li {
  letter-spacing: 0.05em;
  font-size: 14px;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide7] ._s1_box1 ._main ._txt ._list1 dl dd ul li {
    font-size: 12px;
  }
}
[data-guide-id=guide7] ._s1_box1 ._main ._txt ._list1 dl dd ul li::before {
  content: "●";
  margin-right: 0.5em;
}
[data-guide-id=guide7] ._s1_box2 {
  margin: 0 auto;
  max-width: 1030px;
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide7] ._s1_box2 {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 50px;
  }
}
[data-guide-id=guide7] ._s1_box2 ._item {
  background: #e3e3e3;
  padding: 35px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide7] ._s1_box2 ._item {
    padding: 30px 20px;
  }
}
[data-guide-id=guide7] ._s1_box2 ._item ._title {
  font-size: 31px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #00758e;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide7] ._s1_box2 ._item ._title {
    font-size: 20px;
  }
}
[data-guide-id=guide7] ._s1_box2 ._item ._txt1 {
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 25px;
  margin: 20px auto 30px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide7] ._s1_box2 ._item ._txt1 {
    font-size: 16px;
  }
}
[data-guide-id=guide7] ._s1_box2 ._item ._txt2 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
[data-guide-id=guide7] ._s1_box2 ._item ._list1 li {
  display: flex;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide7] ._s1_box2 ._item ._list1 li {
    font-size: 12px;
    letter-spacing: 0.01em;
  }
}
[data-guide-id=guide7] ._s1_box2 ._item ._list1 li span:nth-of-type(1) {
  flex-grow: 1;
}
[data-guide-id=guide7] ._s1_box2 ._item ._list1 li span:nth-of-type(2) {
  flex-basis: 7em;
  margin-left: 1em;
  white-space: nowrap;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide7] ._s1_box2 ._item ._list1 li span:nth-of-type(2) {
    margin-left: 0.5em;
    flex-basis: 5.5em;
  }
}
[data-guide-id=guide7] ._s1_box2 ._item ._list1 li span:nth-of-type(2)::before {
  content: "／";
}
[data-guide-id=guide7] ._s1_box2 ._item ._list1 li + li {
  margin-top: 8px;
}
[data-guide-id=guide7] ._s1_box2 ._item ._list1 li::before {
  content: "●";
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide7] ._s1_box2 ._item ._list1 li::before {
    margin-right: 0.3em;
  }
}

[data-guide-id=guide6] ._s1_box1 > ._list3 {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 90px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide6] ._s1_box1 > ._list3 {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 90px;
  }
}
[data-guide-id=guide6] ._s1_box1 > ._list3 dl {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide6] ._s1_box1 > ._list3 dl {
    font-size: 14px;
  }
}
[data-guide-id=guide6] ._s1_box1 > ._list3 dl dt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #ef6d00;
}
[data-guide-id=guide6] ._s2_box1 > ._list1 {
  margin: 0 auto;
  max-width: 707px;
}
[data-guide-id=guide6] ._s2_box1 > ._list1 dl + dl {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide6] ._s2_box1 > ._list1 dl + dl {
    margin-top: 20px;
  }
}
[data-guide-id=guide6] ._s2_box1 > ._list1 dl dt {
  font-size: 17px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #00758e;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide6] ._s2_box1 > ._list1 dl dt {
    font-size: 16px;
  }
}
[data-guide-id=guide6] ._s2_box1 > ._list1 dl dd {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide6] ._s2_box1 > ._list1 dl dd {
    font-size: 14px;
  }
}
[data-guide-id=guide6] ._s2_box2 ._item {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide6] ._s2_box2 ._item {
    margin-top: 40px;
  }
}
[data-guide-id=guide6] ._s2_box2 ._item ._main {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  [data-guide-id=guide6] ._s2_box2 ._item ._main {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  [data-guide-id=guide6] ._s2_box2 ._item ._main ._img {
    width: 47.6744186047%;
  }
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide6] ._s2_box2 ._item ._main ._img {
    text-align: center;
  }
  [data-guide-id=guide6] ._s2_box2 ._item ._main ._img img {
    width: 80%;
  }
  [data-guide-id=guide6] ._s2_box2 ._item ._main ._img p {
    text-align: left;
  }
}
[data-guide-id=guide6] ._s2_box2 ._item ._main ._img ._caption {
  margin-top: 20px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide6] ._s2_box2 ._item ._main ._img ._caption {
    margin-top: 15px;
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  [data-guide-id=guide6] ._s2_box2 ._item ._main ._txt {
    width: 44.1860465116%;
  }
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide6] ._s2_box2 ._item ._main ._txt {
    margin-top: 20px;
  }
}
[data-guide-id=guide6] ._s2_box2 ._item ._main ._txt ._list1 dl + dl {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide6] ._s2_box2 ._item ._main ._txt ._list1 dl + dl {
    margin-top: 20px;
  }
}
[data-guide-id=guide6] ._s2_box2 ._item ._main ._txt ._list1 dl dt {
  font-size: 18px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #ef6d00;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide6] ._s2_box2 ._item ._main ._txt ._list1 dl dt {
    font-size: 16px;
  }
}
[data-guide-id=guide6] ._s2_box2 ._item ._main ._txt ._list1 dl dd {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide6] ._s2_box2 ._item ._main ._txt ._list1 dl dd {
    font-size: 14px;
  }
}
[data-guide-id=guide6] ._s2_box2 ._item ._main ._txt ._list1 dl dd span {
  color: #999999;
}

[data-guide-id=guide5] ._s1_box1 ._txt1 {
  margin: 0 auto;
  max-width: 685px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide5] ._s1_box1 ._txt1 {
    margin-top: 20px;
  }
}
[data-guide-id=guide5] ._s1_box1 ._img1 {
  margin: 0 auto;
  max-width: 756px;
}
@media screen and (min-width: 769px) {
  [data-guide-id=guide5] ._s2_box1 ._main {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide5] ._s2_box1 ._main {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  [data-guide-id=guide5] ._s2_box1 ._main ._img {
    width: 40.9638554217%;
  }
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide5] ._s2_box1 ._main ._img {
    text-align: center;
  }
  [data-guide-id=guide5] ._s2_box1 ._main ._img img {
    width: 70%;
  }
}
@media screen and (min-width: 769px) {
  [data-guide-id=guide5] ._s2_box1 ._main ._txt {
    width: 51.0843373494%;
  }
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide5] ._s2_box1 ._main ._txt {
    margin-top: 30px;
  }
}
[data-guide-id=guide5] ._s2_box1 ._main ._txt ._item + ._item {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #b7b7b7;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide5] ._s2_box1 ._main ._txt ._item + ._item {
    margin-top: 20px;
    padding-top: 20px;
  }
}
[data-guide-id=guide5] ._s2_box1 ._main ._txt ._item .titleStyle2 {
  text-align: left;
  white-space: nowrap;
}
[data-guide-id=guide5] ._s2_box1 ._main ._txt ._item ._txt1 {
  margin-top: 30px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide5] ._s2_box1 ._main ._txt ._item ._txt1 {
    margin-top: 15px;
    font-size: 14px;
  }
}
[data-guide-id=guide5] ._s2_box1 ._main ._txt ._txt2 {
  margin-top: 100px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide5] ._s2_box1 ._main ._txt ._txt2 {
    margin-top: 40px;
    font-size: 10px;
  }
}
[data-guide-id=guide5] ._s3_box1 ._list1 {
  margin-top: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide5] ._s3_box1 ._list1 {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
[data-guide-id=guide5] ._s3_box1 ._list1 dl + dl {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide5] ._s3_box1 ._list1 dl + dl {
    margin-top: 20px;
  }
}
[data-guide-id=guide5] ._s3_box1 ._list1 dl dt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #00758e;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide5] ._s3_box1 ._list1 dl dt {
    font-size: 16px;
  }
}
[data-guide-id=guide5] ._s3_box1 ._list1 dl dd {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide5] ._s3_box1 ._list1 dl dd {
    font-size: 14px;
  }
}
[data-guide-id=guide5] ._s3_box1 ._box1 {
  padding: 40px 80px;
  background: #fff;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide5] ._s3_box1 ._box1 {
    padding: 20px;
  }
}
[data-guide-id=guide5] ._s3_box1 ._box1 a {
  color: #333333;
}
[data-guide-id=guide5] ._s3_box2 ._list3 {
  margin: 0 auto;
  max-width: 680px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide5] ._s3_box2 ._list3 {
    margin-top: 30px;
  }
}
[data-guide-id=guide5] ._s3_box2 ._list3 dl + dl {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide5] ._s3_box2 ._list3 dl + dl {
    margin-top: 20px;
  }
}
[data-guide-id=guide5] ._s3_box2 ._list3 dl dt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide5] ._s3_box2 ._list3 dl dt {
    font-size: 16px;
  }
}
[data-guide-id=guide5] ._s3_box2 ._list3 dl dt::before {
  content: "●";
  color: #ef6d00;
}
[data-guide-id=guide5] ._s3_box2 ._list3 dl dd {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide5] ._s3_box2 ._list3 dl dd {
    font-size: 14px;
  }
}
[data-guide-id=guide5] ._s3_box2 ._img1 {
  margin: 0 auto;
  max-width: 620px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide5] ._s3_box2 ._img1 {
    margin-top: 20px;
    text-align: center;
  }
  [data-guide-id=guide5] ._s3_box2 ._img1 img {
    width: 80%;
  }
}

[data-guide-id=guide4] ._s1_box1 ._list1 {
  font-size: 16px;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide4] ._s1_box1 ._list1 {
    margin-top: 30px;
    font-size: 14px;
  }
}
[data-guide-id=guide4] ._s1_box1 ._list1 dl + dl {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide4] ._s1_box1 ._list1 dl + dl {
    margin-top: 25px;
  }
}
[data-guide-id=guide4] ._s1_box1 ._list1 dl dt {
  display: flex;
  align-items: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
[data-guide-id=guide4] ._s1_box1 ._list1 dl dt::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/guide/guide4/ico_check.svg) no-repeat center/contain;
  margin-right: 0.5em;
  margin-top: 0.1em;
}
[data-guide-id=guide4] ._s2_box1 ._list1 {
  font-size: 16px;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide4] ._s2_box1 ._list1 {
    margin-top: 30px;
    font-size: 14px;
  }
}
[data-guide-id=guide4] ._s2_box1 ._list1 dl + dl {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide4] ._s2_box1 ._list1 dl + dl {
    margin-top: 25px;
  }
}
[data-guide-id=guide4] ._s2_box1 ._list1 dl dt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide4] ._s2_box1 ._list1 dl dt {
    font-size: 16px;
  }
}
[data-guide-id=guide4] ._s2_box1 ._list1 dl dd {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide4] ._s2_box1 ._list1 dl dd {
    margin-top: 15px;
  }
}
[data-guide-id=guide4] ._s2_box2 ._list1 {
  margin: 0 auto;
  margin-top: 60px;
  letter-spacing: 0.04em;
  max-width: 574px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide4] ._s2_box2 ._list1 {
    margin-top: 30px;
  }
}
[data-guide-id=guide4] ._s2_box2 ._list1 dl {
  border-top: 1px solid #00758e;
  padding-top: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide4] ._s2_box2 ._list1 dl {
    padding-top: 20px;
    margin-top: 20px;
  }
}
[data-guide-id=guide4] ._s2_box2 ._list1 dl:first-child {
  border: none;
  padding-top: 0;
  margin-top: 0;
}
[data-guide-id=guide4] ._s2_box2 ._list1 dl dt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #00758e;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide4] ._s2_box2 ._list1 dl dt {
    font-size: 14px;
  }
}
[data-guide-id=guide4] ._s2_box2 ._list1 dl dd {
  margin-top: 10px;
}
[data-guide-id=guide4] ._s3_box1 {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  [data-guide-id=guide4] ._s3_box1 {
    max-width: 845px;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide4] ._s3_box1 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  [data-guide-id=guide4] ._s3_box1 ._img {
    width: 47.8106508876%;
  }
}
[data-guide-id=guide4] ._s3_box1 ._txt {
  background: #e3e3e3;
}
@media screen and (min-width: 769px) {
  [data-guide-id=guide4] ._s3_box1 ._txt {
    width: 47.9289940828%;
    padding: 35px 50px;
  }
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide4] ._s3_box1 ._txt {
    padding: 20px;
  }
}
[data-guide-id=guide4] ._s3_box1 ._txt ._heading {
  display: flex;
}
[data-guide-id=guide4] ._s3_box1 ._txt ._heading ._shoulder {
  width: 68px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide4] ._s3_box1 ._txt ._heading ._shoulder {
    width: 50px;
  }
}
[data-guide-id=guide4] ._s3_box1 ._txt ._heading ._title {
  margin-top: -0.3em;
  font-size: 16px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide4] ._s3_box1 ._txt ._heading ._title {
    font-size: 14px;
  }
}
[data-guide-id=guide4] ._s3_box1 ._txt ._body {
  margin-top: 20px;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide4] ._s3_box1 ._txt ._body {
    margin-top: 15px;
    font-size: 10px;
  }
}
[data-guide-id=guide4] ._s3_box2 ._box1 {
  letter-spacing: 0em;
  display: grid;
}
@media screen and (min-width: 769px) {
  [data-guide-id=guide4] ._s3_box2 ._box1 {
    margin-top: 60px;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide4] ._s3_box2 ._box1 {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
[data-guide-id=guide4] ._s3_box2 ._box1 ._item + ._item {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide4] ._s3_box2 ._box1 ._item + ._item {
    margin-top: 20px;
  }
}
[data-guide-id=guide4] ._s3_box2 ._box1 ._item ._category {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide4] ._s3_box2 ._box1 ._item ._category {
    font-size: 18px;
  }
}
[data-guide-id=guide4] ._s3_box2 ._box1 ._item ._list dl + dl {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide4] ._s3_box2 ._box1 ._item ._list dl + dl {
    margin-top: 15px;
  }
}
[data-guide-id=guide4] ._s3_box2 ._box1 ._item ._list dl {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide4] ._s3_box2 ._box1 ._item ._list dl {
    font-size: 14px;
  }
}
[data-guide-id=guide4] ._s3_box2 ._box1 ._item ._list dl dt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
[data-guide-id=guide4] ._s3_box2 ._box1 ._item ._list ul li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
[data-guide-id=guide4] ._s3_box2 ._box1 ._item ._list ul li::before {
  content: "□";
  margin-right: 0.5em;
}
[data-guide-id=guide4] ._s3_box2 ._box1 ._item ._list table {
  margin-top: 10px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  [data-guide-id=guide4] ._s3_box2 ._box1 ._item ._list table {
    max-width: 370px;
  }
}
[data-guide-id=guide4] ._s3_box2 ._box1 ._item ._list table th, [data-guide-id=guide4] ._s3_box2 ._box1 ._item ._list table td {
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 2px;
}
[data-guide-id=guide4] ._s3_box2 ._box1 ._item ._list table thead th, [data-guide-id=guide4] ._s3_box2 ._box1 ._item ._list table thead td {
  background: #fff5ee;
}
[data-guide-id=guide4] ._s3_box3 ._txt1 {
  width: fit-content;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 700px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide4] ._s3_box3 ._txt1 {
    margin-top: 20px;
    font-size: 14px;
  }
}
[data-guide-id=guide4] ._s3_box3 ._img1 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide4] ._s3_box3 ._img1 {
    margin-top: 30px;
  }
}

[data-guide-id=guide3] ._s1_box1 {
  max-width: 1015px;
  margin: 0 auto;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide3] ._s1_box1 {
    margin-top: 50px;
  }
}
[data-guide-id=guide3] ._s1_box1 ._list1 {
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide3] ._s1_box1 ._list1 {
    margin-top: 30px;
  }
}
[data-guide-id=guide3] ._s1_box1 ._list1 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide3] ._s1_box1 ._list1 ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
[data-guide-id=guide3] ._s1_box1 ._list1 ul li {
  position: relative;
  background: #fff;
  border: 1px solid #00758e;
  padding: 20px 30px 30px;
}
[data-guide-id=guide3] ._s1_box1 ._list1 ul li ._shoulder {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #00758e;
  aspect-ratio: 1/1;
  width: 72px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide3] ._s1_box1 ._list1 ul li ._shoulder {
    width: 50px;
  }
}
[data-guide-id=guide3] ._s1_box1 ._list1 ul li ._shoulder span {
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
}
[data-guide-id=guide3] ._s1_box1 ._list1 ul li ._shoulder span._txt1 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide3] ._s1_box1 ._list1 ul li ._shoulder span._txt1 {
    font-size: 11px;
  }
}
[data-guide-id=guide3] ._s1_box1 ._list1 ul li ._shoulder span._txt2 {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide3] ._s1_box1 ._list1 ul li ._shoulder span._txt2 {
    font-size: 18px;
  }
}
[data-guide-id=guide3] ._s1_box1 ._list1 ul li ._title {
  font-size: 21px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  padding-left: 60px;
  letter-spacing: 0.01em;
  white-space: nowrap;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide3] ._s1_box1 ._list1 ul li ._title {
    padding-left: 50px;
    font-size: 16px;
  }
}
[data-guide-id=guide3] ._s1_box1 ._list1 ul li ._img1 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide3] ._s1_box1 ._list1 ul li ._img1 {
    margin-top: 15px;
  }
}
[data-guide-id=guide3] ._s1_box1 ._list1 ul li ._body {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide3] ._s1_box1 ._list1 ul li ._body {
    margin-top: 15px;
  }
}
[data-guide-id=guide3] ._s1_box2 ._txt1 {
  margin-top: 40px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide3] ._s1_box2 ._txt1 {
    margin-top: 20px;
    font-size: 14px;
  }
}
[data-guide-id=guide3] ._s1_box2 ._btn1 {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #b7b7b7;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide3] ._s1_box2 ._btn1 {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
[data-guide-id=guide3] ._s1_box2 ._tel {
  text-align: center;
}
[data-guide-id=guide3] ._s1_box2 ._tel dl {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide3] ._s1_box2 ._tel dl {
    margin-top: 40px;
  }
}
[data-guide-id=guide3] ._s1_box2 ._tel dl dt {
  font-size: 20px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide3] ._s1_box2 ._tel dl dt {
    font-size: 14px;
  }
}
[data-guide-id=guide3] ._s1_box2 ._tel dl dd {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide3] ._s1_box2 ._tel dl dd {
    margin-top: 15px;
    padding: 0 15px;
  }
}
@media screen and (min-width: 769px) {
  [data-guide-id=guide3] ._s1_box3 ._item {
    margin-top: 50px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide3] ._s1_box3 ._item {
    margin-top: 25px;
  }
}
@media screen and (min-width: 769px) {
  [data-guide-id=guide3] ._s1_box3 ._item ._img {
    min-width: 195px;
    margin-right: 80px;
  }
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide3] ._s1_box3 ._item ._img {
    text-align: center;
  }
  [data-guide-id=guide3] ._s1_box3 ._item ._img img {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide3] ._s1_box3 ._item ._txt {
    margin-top: 20px;
  }
}
[data-guide-id=guide3] ._s1_box3 ._item ._txt ._txt1 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide3] ._s1_box3 ._item ._txt ._txt1 {
    font-size: 14px;
  }
}
[data-guide-id=guide3] ._s1_box3 ._item ._txt ._btn1 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide3] ._s1_box3 ._item ._txt ._btn1 {
    margin-top: 35px;
  }
}
[data-guide-id=guide3] ._s1_box3 ._item ._txt ._btn1 .c-btnStyle1 {
  max-width: 100%;
}
[data-guide-id=guide3] ._s2_box1 ._list1 dl {
  max-width: 790px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide3] ._s2_box1 ._list1 dl {
    padding: 0 20px;
  }
}
[data-guide-id=guide3] ._s2_box1 ._list1 dl + dl {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #b7b7b7;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide3] ._s2_box1 ._list1 dl + dl {
    margin-top: 25px;
    padding-top: 25px;
  }
}
[data-guide-id=guide3] ._s2_box1 ._list1 dl dt {
  font-size: 25px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide3] ._s2_box1 ._list1 dl dt {
    font-size: 18px;
  }
}
[data-guide-id=guide3] ._s2_box1 ._list1 dl dt::before {
  content: "●";
  color: #00758e;
  display: inline-block;
  margin-right: 0.5em;
}
[data-guide-id=guide3] ._s2_box1 ._list1 dl dd {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide3] ._s2_box1 ._list1 dl dd {
    font-size: 14px;
  }
}

[data-guide-id=guide2] ._s1_box1 ._list1 {
  margin: 0 auto;
  margin-top: 60px;
  max-width: 470px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide2] ._s1_box1 ._list1 {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    font-size: 14px;
  }
}
[data-guide-id=guide2] ._s1_box2 ._list1 {
  margin: 0 auto;
  margin-top: 60px;
  max-width: 640px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide2] ._s1_box2 ._list1 {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    font-size: 14px;
  }
}

[data-guide-id=guide1] ._s1_box1 ._txt1 {
  margin-top: 50px;
  text-align: center;
  font-size: 25px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide1] ._s1_box1 ._txt1 {
    margin-top: 25px;
    font-size: 16px;
  }
}
[data-guide-id=guide1] ._s2_box1 {
  max-width: 970px;
  margin: 0 auto;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide1] ._s2_box1 {
    margin-top: 50px;
  }
}
[data-guide-id=guide1] ._s2_box1 ._list1 {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide1] ._s2_box1 ._list1 {
    margin-top: 25px;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
[data-guide-id=guide1] ._s2_box1 ._list1 li {
  padding: 20px;
  background: #fff;
  border: 1px solid #00758e;
}
[data-guide-id=guide1] ._s2_box1 ._list1 li ._title {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide1] ._s2_box1 ._list1 li ._title {
    font-size: 16px;
  }
}
[data-guide-id=guide1] ._s2_box1 ._list1 li ._txt1 {
  margin-top: 20px;
}
[data-guide-id=guide1] ._s2_box1 ._list1 li ._img1 {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  [data-guide-id=guide1] ._s2_box1 ._list1 li ._img1 {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide1] ._s2_box1 ._list1 li ._img1 {
    text-align: center;
  }
}
[data-guide-id=guide1] ._s2_box1 ._list1 li ._img1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide1] ._s2_box1 ._list1 li ._img1 img {
    width: 60%;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  [data-guide-id=guide1] ._s3_box1 ._list1 dl {
    display: flex;
    align-items: center;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide1] ._s3_box1 ._list1 dl {
    margin-top: 20px;
  }
}
[data-guide-id=guide1] ._s3_box1 ._list1 dl dt {
  position: relative;
  min-width: 107px;
  padding-right: 15px;
  font-size: 13px;
  background: #00758e;
  margin-right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  min-height: 85px;
  line-height: 1.6;
  text-align: center;
  background: url(../img/guide/guide1/bg.svg) no-repeat center;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide1] ._s3_box1 ._list1 dl dt {
    width: 100%;
    min-height: 40px;
    background-size: cover;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide1] ._s3_box1 ._list1 dl dt br {
    display: none;
  }
}
[data-guide-id=guide1] ._s3_box1 ._list1 dl dd {
  font-size: 16px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide1] ._s3_box1 ._list1 dl dd {
    font-size: 14px;
  }
}
[data-guide-id=guide1] ._s3_box2 ._list1 {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  [data-guide-id=guide1] ._s3_box2 ._list1 {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 40px;
  }
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide1] ._s3_box2 ._list1 {
    margin-top: 20px;
  }
}
[data-guide-id=guide1] ._s3_box2 ._list1 dl {
  font-size: 16px;
  display: flex;
}
@media screen and (max-width: 768px) {
  [data-guide-id=guide1] ._s3_box2 ._list1 dl {
    font-size: 14px;
  }
}
[data-guide-id=guide1] ._s3_box2 ._list1 dl dt::before {
  content: "●";
  display: inline-block;
  margin-right: 0.5em;
}
@media screen and (min-width: 769px) {
  [data-guide-id=guide1] ._s3_box2 ._list1 dl:nth-of-type(odd) {
    flex-basis: 40%;
  }
}
@media screen and (min-width: 769px) {
  [data-guide-id=guide1] ._s3_box2 ._list1 dl:nth-of-type(odd) dt {
    min-width: 150px;
  }
}
@media screen and (min-width: 769px) {
  [data-guide-id=guide1] ._s3_box2 ._list1 dl:nth-of-type(even) dt {
    min-width: 240px;
  }
}
[data-guide-id=guide1] ._s3_box2 ._list1 dl dd::before {
  content: "：";
  display: inline-block;
}
@media screen and (min-width: 769px) {
  [data-guide-id=guide1] ._s3_box2 ._list1 dl dd::before {
    margin-right: 2em;
  }
}
[data-guide-id=guide1] ._s3_box2 ._txt1 {
  margin: 30px auto 0;
  font-size: 12px;
  width: fit-content;
}

/* -----------------------------------
contact
------------------------------------ */
/* -----------------------------------
p-secContact
------------------------------------ */
.p-secContact {
  padding-top: 30px;
}
.p-secContact_title {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .p-secContact_title {
    font-size: 16px;
  }
}
.p-secContact_img {
  text-align: center;
}
.p-secContact_img.-head {
  margin-top: 20px;
}
.p-secContact_img.-foot {
  margin-top: 60px;
}
.p-secContact_img img {
  width: 100%;
}
.p-secContact_step {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-secContact_step {
    margin-top: 20px;
  }
}
.p-secContact_step ul {
  display: flex;
  justify-content: space-between;
}
.p-secContact_step ul li {
  flex-basis: 32%;
  position: relative;
}
.p-secContact_step ul li span {
  padding: 20px;
  display: block;
  text-align: center;
  background: #e4f1f3;
  border-bottom: 1px solid #333333;
  font-weight: bold;
  font-size: 16px;
  color: #00758e;
}
@media screen and (max-width: 768px) {
  .p-secContact_step ul li span {
    padding: 10px;
    font-size: 12px;
  }
}
.p-secContact_step ul li.is-current span {
  background: #00758e;
  color: #fff;
}
.p-secContact_step ul li:before, .p-secContact_step ul li:after {
  content: "";
  display: block;
  width: 30px;
  height: 60px;
  background: #f4f4ef;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-secContact_step ul li:before, .p-secContact_step ul li:after {
    display: none !important;
  }
}
.p-secContact_step ul li:before {
  top: -25px;
  right: -9px;
  transform: rotate(-30deg);
}
.p-secContact_step ul li:after {
  bottom: -25px;
  right: -9px;
  transform: rotate(30deg);
}
.p-secContact_step ul li:nth-of-type(3):before, .p-secContact_step ul li:nth-of-type(3):after {
  display: none;
}
.p-secContact_error {
  margin-top: 20px;
}
.p-secContact_error ul li {
  color: #f00;
}
.p-secContact_form {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-secContact_form {
    margin-top: 20px;
  }
}
.p-secContact_contact {
  margin-top: 90px;
  padding: 35px;
  border: 1px solid #E4F1F3;
}
@media screen and (max-width: 768px) {
  .p-secContact_contact {
    padding: 15px;
    margin-top: 40px;
  }
}
.p-secContact_contact > dl {
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-secContact_contact > dl > dt {
    padding-right: 80px;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .p-secContact_contact > dl > dt {
    padding-right: 20px;
  }
}
.p-secContact_contact > dl > dd dl dd {
  margin-top: 5px;
}
.p-secContact_contact > dl > dd dl dd a {
  color: inherit;
}
.p-secContact_privacy {
  margin-top: 40px;
  padding: 30px;
  background: #efefea;
}
@media screen and (max-width: 768px) {
  .p-secContact_privacy {
    margin-top: 20px;
    padding: 15px;
  }
}
.p-secContact_privacy > p {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .p-secContact_privacy > p {
    font-size: 16px;
  }
}
.p-secContact_privacy * + p {
  margin-top: 20px;
}
.p-secContact_privacy > div {
  text-align: center;
  margin-top: 25px;
}
@media screen and (min-width: 769px) {
  .p-secContact_privacy > div {
    font-size: 16px;
  }
}
.p-secContact_privacy > dl > dt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-secContact_privacy > dl > dt {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .p-secContact_privacy > dl > dd {
    font-size: 16px;
  }
}
.p-secContact_privacy * + dl {
  margin-top: 20px;
}
.p-secContact_privacy a {
  color: #847344;
}
.p-secContact_thanks {
  margin-top: 60px;
  text-align: center;
  font-size: 16px;
}

@media screen and (min-width: 769px) {
  .p-form {
    display: table;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-form > dl {
    display: table-row;
  }
}
@media screen and (max-width: 768px) {
  .p-form > dl {
    padding-top: 0px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  .p-form > dl:first-child > dt, .p-form > dl:first-child > dd {
    border-top: 1px solid #ececec;
  }
}
@media screen and (min-width: 769px) {
  .p-form > dl > dt {
    display: table-cell;
    width: 26%;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-form > dl > dt {
    background: #f9f9f9;
    padding: 10px 15px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding-right: 50px;
  }
}
.p-form > dl > dt span {
  flex-basis: 100%;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0;
  display: inline;
}
.p-form > dl > dd {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-form > dl > dd {
    display: table-cell;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    vertical-align: middle;
    border-bottom: 1px solid #ececec;
  }
}
@media screen and (max-width: 768px) {
  .p-form > dl > dd {
    padding: 10px 15px;
  }
}

/* -----------------------------------
p-error
------------------------------------ */
.p-error {
  margin: 0 auto;
  text-align: center;
}
.p-error_in {
  display: inline-block;
}
.p-error_title {
  margin-bottom: 10px;
  font-weight: bold;
}
.p-error_cnt {
  color: #f00;
  text-align: left;
}

/* -----------------------------------
base
------------------------------------ */
.p-secBaseMap {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-secBaseMap {
    padding-top: 20px;
  }
}
.p-secBaseMap_title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  position: absolute;
  top: 0px;
}
.p-secBaseMap_title h2 {
  position: relative;
  padding-left: 25px;
  line-height: 1;
}
.p-secBaseMap_title h2:before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .p-secBaseMap_title h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .p-secBaseMap_title h2 {
    font-size: 18px;
  }
}
.p-secBaseMap_title p {
  padding-left: 25px;
}
@media screen and (min-width: 769px) {
  .p-secBaseMap_title p {
    margin-top: 30px;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-secBaseMap_title p {
    font-size: 13px;
    text-align: center;
  }
}
.p-secBaseMap_list {
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .p-secBaseMap_list {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-secBaseMap_list ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .p-secBaseMap_list ul:after {
    content: "";
    display: block;
    flex-basis: 40%;
  }
}
@media screen and (min-width: 769px) {
  .p-secBaseMap_list ul li {
    padding-left: 35px;
    position: absolute;
    z-index: 1000;
  }
}
@media screen and (max-width: 768px) {
  .p-secBaseMap_list ul li {
    flex-basis: 40%;
    position: relative;
    padding-left: 20px;
    margin-top: 5px;
  }
}
.p-secBaseMap_list ul li > span {
  pointer-events: auto;
  cursor: pointer;
  transition: 0.3s ease-out;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: inherit;
  display: block;
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  .p-secBaseMap_list ul li > span {
    font-size: 15px;
  }
}
.p-secBaseMap_list ul li > span.is-hover {
  opacity: 0.5;
}
.p-secBaseMap_list ul li > span span {
  font-size: 18px;
  display: inline-block;
  margin-left: 3px;
}
@media screen and (max-width: 768px) {
  .p-secBaseMap_list ul li > span span {
    font-size: 14px;
  }
}
.p-secBaseMap_list ul li:before {
  content: "";
  display: block;
  width: 26px;
  height: 40px;
  background: url(../img/base/ico_map01.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-secBaseMap_list ul li:before {
    width: 13px;
    height: 20px;
  }
}
.p-secBaseMap_list ul li.-tohoku:before {
  background-image: url(../img/base/ico_map01.svg);
}
.p-secBaseMap_list ul li.-kitakantou:before {
  background-image: url(../img/base/ico_map02.svg);
}
.p-secBaseMap_list ul li.-kantou:before {
  background-image: url(../img/base/ico_map03.svg);
}
.p-secBaseMap_list ul li.-chubu:before {
  background-image: url(../img/base/ico_map04.svg);
}
.p-secBaseMap_list ul li.-kinki:before {
  background-image: url(../img/base/ico_map05.svg);
}
.p-secBaseMap_list ul li.-chugoku:before {
  background-image: url(../img/base/ico_map06.svg);
}
.p-secBaseMap_list ul li.-kyusyu:before {
  background-image: url(../img/base/ico_map07.svg);
}
@media screen and (min-width: 769px) {
  .p-secBaseMap_list ul li.-tohoku {
    top: 68%;
    left: 76%;
  }
  .p-secBaseMap_list ul li.-kitakantou {
    top: 86%;
    left: 67%;
  }
  .p-secBaseMap_list ul li.-kantou {
    top: 98%;
    left: 62%;
  }
  .p-secBaseMap_list ul li.-chubu {
    top: 98%;
    left: 37%;
  }
  .p-secBaseMap_list ul li.-kinki {
    top: 58%;
    left: 33%;
  }
  .p-secBaseMap_list ul li.-chugoku {
    top: 56%;
    left: 16%;
  }
  .p-secBaseMap_list ul li.-kyusyu {
    top: 60%;
    left: 0%;
  }
}
@media screen and (min-width: 769px) {
  .p-secBaseMap_map {
    transform: translateX(50px);
    margin-bottom: 100px;
  }
}
.p-secBaseMap_map {
  position: relative;
  z-index: 2;
}
.p-secBaseMap_map a {
  transition: 0.3s ease-out;
  cursor: pointer;
}
.p-secBaseMap_map a.is-hover {
  opacity: 0.5;
}
.p-secBaseMap_map .st0 {
  fill: #E8E8E8;
  stroke: #FFFFFF;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
}
.p-secBaseMap_map .st1 {
  fill: #E8E8E8;
}
.p-secBaseMap_map .st2 {
  fill: #FFFFFF;
}
.p-secBaseMap_map .st3 {
  fill: #8ED2F4;
}
.p-secBaseMap_map .st4 {
  fill: #84CABF;
}
.p-secBaseMap_map .st5 {
  fill: #F7ACAC;
}
.p-secBaseMap_map .st6 {
  fill: #C0DC96;
}
.p-secBaseMap_map .st7 {
  fill: #F7D86F;
}
.p-secBaseMap_map .st8 {
  fill: #F5B4D8;
  stroke: #FFFFFF;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
}
.p-secBaseMap_map .st9 {
  fill: #F5B4D8;
}
.p-secBaseMap_map .st10 {
  fill: #C5AAF0;
}
.p-secBaseMap_area {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .p-secBaseMap_area {
    transform: translate(-50%);
  }
}
@media screen and (max-width: 768px) {
  .p-secBaseMap_area {
    transform: translate(-50%, -50%);
  }
}
.p-secBaseMap_area_item {
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  pointer-events: auto;
  width: 670px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .p-secBaseMap_area_item {
    width: 300px;
    padding: 10px;
  }
}
.p-secBaseMap_area_item {
  transition: 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.p-secBaseMap_area_item.is-visible {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.p-secBaseMap_area_item p {
  padding-left: 5px;
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  .p-secBaseMap_area_item p {
    font-size: 15px;
  }
}
.p-secBaseMap_area_item p span {
  font-size: 18px;
  display: inline-block;
  margin-left: 3px;
}
@media screen and (max-width: 768px) {
  .p-secBaseMap_area_item p span {
    font-size: 12px;
  }
}
.p-secBaseMap_area_item ul {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-secBaseMap_area_item ul {
    margin-top: 0px;
  }
}
.p-secBaseMap_area_item ul li {
  flex-basis: 33.33%;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .p-secBaseMap_area_item ul li {
    flex-basis: 50%;
    padding: 3px;
  }
}
.p-secBaseMap_area_item ul li a {
  transition: 0.3s ease-out;
  position: relative;
  display: block;
  padding: 10px 20px;
  background: #A8A8A6;
  font-size: 19px;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-secBaseMap_area_item ul li a {
    padding: 5px 15px;
    font-size: 13px;
  }
}
.p-secBaseMap_area_item ul li a:after {
  transition: 0.3s ease-out;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.p-secBaseMap_area_item ul li a:hover {
  color: #000;
}
.p-secBaseMap_area_item ul li a:hover:after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.p-secBaseMap_area_item ul.-tohoku li a:hover {
  background: #8ED2F4;
}
.p-secBaseMap_area_item ul.-kitakantou li a:hover {
  background: #84CABF;
}
.p-secBaseMap_area_item ul.-kantou li a:hover {
  background: #F7ACAC;
}
.p-secBaseMap_area_item ul.-chubu li a:hover {
  background: #C0DC96;
}
.p-secBaseMap_area_item ul.-kinki li a:hover {
  background: #F7D86F;
}
.p-secBaseMap_area_item ul.-chugoku li a:hover {
  background: #F5B4D8;
}
.p-secBaseMap_area_item ul.-kyusyu li a:hover {
  background: #C5AAF0;
}
.p-secBaseMap_area_item > span {
  font-size: 0;
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  background: #000;
  display: block;
  width: 56px;
  height: 56px;
  cursor: pointer;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .p-secBaseMap_area_item > span {
    width: 35px;
    height: 35px;
  }
}
.p-secBaseMap_area_item > span:hover {
  opacity: 0.7;
}
.p-secBaseMap_area_item > span:before, .p-secBaseMap_area_item > span:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  border-top: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .p-secBaseMap_area_item > span:before, .p-secBaseMap_area_item > span:after {
    width: 20px;
  }
}
.p-secBaseMap_area_item > span:before {
  transform: translate(-50%) rotate(-45deg);
}
.p-secBaseMap_area_item > span:after {
  transform: translate(-50%) rotate(45deg);
}

.p-secBaseList {
  background: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-secBaseList {
    padding-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-secBaseList_head {
    display: flex;
  }
  .p-secBaseList_head > div {
    font-size: 16px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
  }
  .p-secBaseList_head > div:nth-of-type(1) {
    flex-basis: 240px;
  }
  .p-secBaseList_head > div:nth-of-type(2) {
    flex-basis: 210px;
  }
  .p-secBaseList_head > div:nth-of-type(3) {
    flex-grow: 1;
  }
  .p-secBaseList_head > div:nth-of-type(4) {
    flex-basis: 120px;
  }
  .p-secBaseList_head > div:nth-of-type(5) {
    flex-basis: 160px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-secBaseList_head {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-secBaseList_body {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-secBaseList_body {
    border-bottom: 2px solid #D2D2D2;
  }
}
@media screen and (min-width: 769px) {
  .p-secBaseList_body > dl {
    font-size: 16px;
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
  }
  .p-secBaseList_body > dl + dl {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-secBaseList_body > dl {
    font-size: 14px;
    border-top: 2px solid #D2D2D2;
  }
}
.p-secBaseList_body > dl > dt {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-secBaseList_body > dl > dt {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-secBaseList_body > dl > dt {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-secBaseList_body > dl > dt:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-secBaseList_body > dl > dt.is-open:after {
    transform: translateY(-50%) rotate(-135deg);
  }
}
@media screen and (max-width: 768px) {
  .p-secBaseList_body > dl > dt > span {
    display: block;
    position: relative;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .p-secBaseList_body > dl > dt > span {
    font-size: 25px;
    padding-left: 35px;
    flex-basis: 25%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-secBaseList_body > dl > dt > span {
    font-size: 18px;
    padding-left: 17px;
  }
}
@media screen and (max-width: 768px) {
  .p-secBaseList_body > dl > dt > span:before {
    content: "";
    display: block;
    width: 26px;
    height: 40px;
    background: url(../img/base/ico_map01.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-secBaseList_body > dl > dt > span:before {
    width: 13px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-secBaseList_body > dl > dt > span > span {
    display: inline-block;
    margin-left: 3px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-secBaseList_body > dl > dt > span > span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-secBaseList_body > dl > dt.-tohoku > span:before {
    background-image: url(../img/base/ico_map01.svg);
  }
  .p-secBaseList_body > dl > dt.-kitakantou > span:before {
    background-image: url(../img/base/ico_map02.svg);
  }
  .p-secBaseList_body > dl > dt.-kantou > span:before {
    background-image: url(../img/base/ico_map03.svg);
  }
  .p-secBaseList_body > dl > dt.-chubu > span:before {
    background-image: url(../img/base/ico_map04.svg);
  }
  .p-secBaseList_body > dl > dt.-kinki > span:before {
    background-image: url(../img/base/ico_map05.svg);
  }
  .p-secBaseList_body > dl > dt.-chugoku > span:before {
    background-image: url(../img/base/ico_map06.svg);
  }
  .p-secBaseList_body > dl > dt.-kyusyu > span:before {
    background-image: url(../img/base/ico_map07.svg);
  }
}
.p-secBaseList_body > dl > dd {
  display: block !important;
}
.p-secBaseList_body > dl > dd > ._branch {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .p-secBaseList_body > dl > dd > ._branch {
    display: flex;
    justify-content: space-between;
  }
}
.p-secBaseList_body > dl > dd > ._branch + ._branch {
  border-top: 1px solid #D2D2D2;
}
.p-secBaseList_body > dl > dd > ._branch > ._title {
  flex-basis: 240px;
}
@media screen and (min-width: 769px) {
  .p-secBaseList_body > dl > dd > ._branch > ._title dl dt {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-secBaseList_body > dl > dd > ._branch > ._title dl dt {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
  }
}
.p-secBaseList_body > dl > dd > ._branch > ._title dl dd span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
}
.p-secBaseList_body > dl > dd > ._branch > ._title dl dd ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-secBaseList_body > dl > dd > ._branch > ._title dl dd ul {
    margin-top: 10px;
  }
}
.p-secBaseList_body > dl > dd > ._branch > ._title dl dd ul li {
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 1;
  padding: 5px 0px;
  width: 70px;
  text-align: center;
  background: #000;
}
@media screen and (max-width: 768px) {
  .p-secBaseList_body > dl > dd > ._branch > ._title dl dd ul li {
    font-size: 11px;
  }
}
.p-secBaseList_body > dl > dd > ._branch > ._title dl dd ul.-tohoku li {
  background: #8ED2F4;
}
.p-secBaseList_body > dl > dd > ._branch > ._title dl dd ul.-kitakantou li {
  background: #84CABF;
}
.p-secBaseList_body > dl > dd > ._branch > ._title dl dd ul.-kantou li {
  background: #F7ACAC;
}
.p-secBaseList_body > dl > dd > ._branch > ._title dl dd ul.-chubu li {
  background: #C0DC96;
}
.p-secBaseList_body > dl > dd > ._branch > ._title dl dd ul.-kinki li {
  background: #F7D86F;
}
.p-secBaseList_body > dl > dd > ._branch > ._title dl dd ul.-chugoku li {
  background: #F5B4D8;
}
.p-secBaseList_body > dl > dd > ._branch > ._title dl dd ul.-kyusyu li {
  background: #C5AAF0;
}
@media screen and (min-width: 769px) {
  .p-secBaseList_body > dl > dd > ._branch > ._base {
    flex-basis: calc(100% - 240px - 160px);
  }
}
.p-secBaseList_body > dl > dd > ._branch > ._base dl {
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-secBaseList_body > dl > dd > ._branch > ._base dl {
    justify-content: space-between;
  }
  .p-secBaseList_body > dl > dd > ._branch > ._base dl + dl {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px dashed #D2D2D2;
  }
}
@media screen and (max-width: 768px) {
  .p-secBaseList_body > dl > dd > ._branch > ._base dl {
    flex-wrap: wrap;
    margin-left: 1em;
    border-top: 1px dashed #D2D2D2;
    padding-top: 20px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-secBaseList_body > dl > dd > ._branch > ._base dl dt {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-secBaseList_body > dl > dd > ._branch > ._base dl dt {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    flex-basis: 80px;
  }
}
@media screen and (min-width: 769px) {
  .p-secBaseList_body > dl > dd > ._branch > ._base dl dd:nth-of-type(1) {
    flex-basis: 210px;
  }
  .p-secBaseList_body > dl > dd > ._branch > ._base dl dd:nth-of-type(2) {
    flex-grow: 1;
    padding-right: 10px;
  }
  .p-secBaseList_body > dl > dd > ._branch > ._base dl dd:nth-of-type(3) {
    flex-basis: 120px;
  }
}
@media screen and (max-width: 768px) {
  .p-secBaseList_body > dl > dd > ._branch > ._base dl dd {
    flex-basis: calc(100% - 80px);
  }
}
.p-secBaseList_body > dl > dd > ._branch > ._base dl dd a {
  color: inherit;
}
@media screen and (min-width: 769px) {
  .p-secBaseList_body > dl > dd > ._branch > ._link {
    flex-basis: 160px;
    padding-left: 20px;
    display: flex;
    align-items: center;
  }
}
.p-secBaseList_body > dl > dd > ._branch > ._link ul {
  flex-basis: 100%;
}
@media screen and (max-width: 768px) {
  .p-secBaseList_body > dl > dd > ._branch > ._link ul {
    margin-top: 25px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-secBaseList_body > dl > dd > ._branch > ._link ul li {
    flex-basis: 46%;
    margin: 0 2%;
    max-width: 250px;
  }
}
@media screen and (min-width: 769px) {
  .p-secBaseList_body > dl > dd > ._branch > ._link ul li + li {
    margin-top: 15px;
  }
}
.p-secBaseList_body > dl > dd > ._branch > ._link ul li a {
  position: relative;
  padding: 5px 5px;
  background: #e9e9e5;
  display: block;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  color: inherit;
}
.p-secBaseList_body > dl > dd > ._branch > ._link ul li a.-detail:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #dd0047;
  border-right: 1px solid #dd0047;
  transform: rotate(45deg);
  margin-left: 5px;
}
.p-secBaseList_body > dl > dd > ._branch > ._link ul li a.-contact:after {
  content: url("/assets/images/icon_mail.svg");
  display: inline-block;
  width: 18px;
  height: 12px;
  margin-left: 8px;
  margin-top: -1px;
  line-height: 1;
  vertical-align: middle;
}
.p-secBaseList_body > dl > dd > ._branch > ._link ul li a:hover {
  transition: opacity 0.2s;
  opacity: 0.7;
}

/* -----------------------------------
.p-eventInfo
------------------------------------ */
.p-eventInfo {
  position: relative;
  background: #f9f9f9;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .p-eventInfo {
    padding: 15px;
  }
}
.p-eventInfo_title {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p-eventInfo_title {
    margin-right: 320px;
  }
}
.p-eventInfo_title ._category {
  color: #fff;
  background: #00758e;
  display: inline-block;
  line-height: 1;
  padding: 5px 20px;
}
@media screen and (max-width: 768px) {
  .p-eventInfo_title ._category {
    padding: 5px 10px;
  }
}
.p-eventInfo_title ._title {
  display: inline-block;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-eventInfo_title ._title {
    margin-left: 15px;
    font-size: 1.3rem;
  }
}
.p-eventInfo_cnt {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .p-eventInfo_cnt {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-eventInfo_cnt ._img {
    order: 2;
    flex-basis: 300px;
    min-width: 300px;
    width: 300px;
    margin-left: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-eventInfo_cnt ._img {
    text-align: center;
  }
}
.p-eventInfo_cnt ._img img {
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: contain;
}
@media screen and (min-width: 769px) {
  .p-eventInfo_cnt ._img img {
    object-position: right center;
  }
}
@media screen and (max-width: 768px) {
  .p-eventInfo_cnt ._img img {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  .p-eventInfo_cnt ._data {
    flex-grow: 1;
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-eventInfo_cnt ._data {
    margin-top: 20px;
  }
}
.p-eventInfo_cnt ._data dl + dl {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-eventInfo_cnt ._data dl + dl {
    margin-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  .p-eventInfo_cnt ._data dl {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .p-eventInfo_cnt ._data dl dt {
    flex-basis: 170px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-eventInfo_cnt ._data dl dt {
    margin-bottom: 10px;
  }
}
.p-eventInfo_cnt ._data dl dt p {
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  border-left: 3px solid #ef6d00;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-eventInfo_cnt ._data dl dt p {
    padding-left: 10px;
  }
}
@media screen and (min-width: 769px) {
  .p-eventInfo_cnt ._data dl dt p::after {
    content: "／";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #ddd;
  }
}
@media screen and (min-width: 769px) {
  .p-eventInfo_cnt ._data dl dd {
    padding-left: 20px;
    flex-grow: 1;
  }
}

/* -----------------------------------
p-secEventDetail
------------------------------------ */
.p-secEventDetail {
  padding-top: 30px;
  padding-bottom: 80px;
}
.p-secEventDetail_title {
  position: relative;
}
.p-secEventDetail_title ._head {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-secEventDetail_title ._head ._category {
  color: #fff;
  background: #00758e;
  display: inline-block;
  line-height: 1;
  padding: 5px 20px;
}
@media screen and (max-width: 768px) {
  .p-secEventDetail_title ._head ._category {
    padding: 5px 10px;
  }
}
.p-secEventDetail_title ._head ._title {
  display: inline-block;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-secEventDetail_title ._head ._title {
    margin-left: 15px;
    font-size: 1.3rem;
  }
}
.p-secEventDetail_title ._data {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .p-secEventDetail_title ._data {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .p-secEventDetail_title ._data dl + dl {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-secEventDetail_title ._data dl + dl {
    margin-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  .p-secEventDetail_title ._data dl {
    display: flex;
    align-items: center;
  }
}
.p-secEventDetail_title ._data dl dt p {
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-secEventDetail_title ._data dl dt p::after {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    content: "／";
    color: #ddd;
  }
}
@media screen and (max-width: 768px) {
  .p-secEventDetail_title ._data dl dd {
    margin-top: 10px;
  }
}
.p-secEventDetail_cnt {
  margin-top: 60px;
}
.p-secEventDetail_cnt > ._img {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .p-secEventDetail_cnt > ._img ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p-secEventDetail_cnt > ._img ul li + li {
    margin-top: 30px;
  }
}
.p-secEventDetail_cnt > ._img ul li div._img {
  text-align: center;
}
.p-secEventDetail_cnt > ._img ul li div._img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 600px;
  vertical-align: top;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-secEventDetail_cnt > ._img ul li div._img img {
    max-width: 70%;
  }
}
.p-secEventDetail_cnt > ._img ul li div._comment p {
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-secEventDetail_cnt > ._img.-templateA ul li {
    flex-basis: 31.5%;
  }
}
@media screen and (min-width: 769px) {
  .p-secEventDetail_cnt > ._img.-templateB ul {
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .p-secEventDetail_cnt > ._img.-templateB ul li {
    flex-basis: 100%;
  }
}
.p-secEventDetail_cnt > ._img.-templateB ul li div._img img {
  max-width: 80%;
}
@media screen and (max-width: 768px) {
  .p-secEventDetail_cnt > ._img.-templateB ul li div._comment p {
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .p-secEventDetail_cnt > ._img.-templateC ul li:nth-child(1) {
    flex-basis: 62%;
  }
  .p-secEventDetail_cnt > ._img.-templateC ul li:nth-child(2) {
    flex-basis: 35%;
  }
}
@media screen and (min-width: 769px) {
  .p-secEventDetail_cnt > ._img.-templateD ul {
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .p-secEventDetail_cnt > ._img.-templateD ul li {
    flex-basis: 100%;
    display: flex;
  }
}
.p-secEventDetail_cnt > ._img.-templateD ul li + li {
  margin-top: 50px;
}
.p-secEventDetail_cnt > ._img.-templateD ul li div._img {
  flex-basis: 60%;
}
.p-secEventDetail_cnt > ._img.-templateD ul li div._comment {
  flex-basis: 40%;
  padding-left: 30px;
}
.p-secEventDetail_cnt > ._img.-templateD ul li div._comment p {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-secEventDetail_cnt > ._img.-templateD ul li div._comment p {
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .p-secEventDetail_cnt > ._img.-templateE ul {
    justify-content: space-between;
  }
}
.p-secEventDetail_cnt > ._img.-templateE ul li {
  flex-basis: 48%;
}
.p-secEventDetail_contact {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-secEventDetail_contact {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .p-secEventDetail_contact {
    display: flex;
    align-items: flex-start;
  }
}
.p-secEventDetail_contact > * {
  margin-top: 0;
  margin-right: 80px;
}
.p-secEventDetail_contact ._child a {
  text-decoration: none;
  color: initial;
}
@media screen and (min-width: 769px) {
  .p-secEventDetail_contact ._child a {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .p-secEventDetail_contact ._child + ._child {
    margin-top: 30px;
  }
}
.p-secEventDetail_map {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-secEventDetail_map {
    margin-top: 40px;
  }
}
.p-secEventDetail_map #GoogleMap {
  height: 500px;
}
@media screen and (max-width: 768px) {
  .p-secEventDetail_map #GoogleMap {
    height: 40vh;
  }
}
.p-secEventDetail_btn {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-secEventDetail_btn {
    margin-top: 40px;
  }
}/*# sourceMappingURL=style.css.map */