@charset "UTF-8";
a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1025px) {
  a[href^="tel"] {
    pointer-events: none;
  }
}

.txt-basic {
  font-size: 1.6rem;
}

#header {
  position: relative;
  background: #ffffff;
  padding-top: 40px;
}

@media screen and (max-width: 1024px) {
  #header {
    background: #e5e5e5;
    padding: 17px 0 16px;
  }
}

#header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: #808080;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  #header:after {
    height: 3px;
    background: #ffffff;
  }
}

#header .inner {
  position: relative;
}

@media screen and (max-width: 1024px) {
  #header .inner {
    padding: 0 17px;
  }
}

#header .logo {
  display: block;
  text-align: center;
  width: 360px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 1024px) {
  #header .logo {
    margin-bottom: 0;
    width: 140.5px;
  }
}

#header .box-user {
  position: absolute;
  width: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: -17px;
  right: 39px;
}

@media screen and (max-width: 1024px) {
  #header .box-user {
    width: auto;
    top: 5px;
    right: 58px;
  }
}

#header .box-user li {
  text-align: center;
}

#header .box-user li i {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 5px;
  color: #595959;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  #header .box-user li a img {
    width: 25px;
    margin-bottom: 0;
  }
}

#header .box-user li a span {
  display: block;
  font-family: Helvetica, sans-serif;
  font-weight: 500;
  color: #595959;
  font-size: 1.1rem;
}

@media screen and (max-width: 1024px) {
  #header .box-user li a span {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  #header .nav-menu {
    display: none;
    position: absolute;
    top: 41px;
    left: 0;
    height: calc(100vh - 57px);
    width: 100%;
    background: #e5e5e5;
    padding: 30px 28px 100px;
    overflow-y: scroll;
    z-index: 10;
  }
  #header .nav-menu.active {
    display: block;
  }
}

#header .nav-menu .show-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  #header .nav-menu .show-menu {
    display: block;
  }
}

#header .nav-menu .show-menu > .item {
  position: relative;
  width: calc(100%/8);
  padding: 8px 0;
  border-bottom: 10px solid #000000;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  #header .nav-menu .show-menu > .item {
    width: 100%;
    border-bottom: 3px solid;
  }
}
/*
#header .nav-menu .show-menu > .item:first-child {
  width: 80px;
}
*/
#header .nav-menu .show-menu > .item:first-child {
  width: calc( calc( 100% / 8 ) - 20px );
}
#header .nav-menu .show-menu > .item:nth-child(2) {
  width: calc( calc( 100% / 8 ) + 20px );
}
@media screen and (max-width: 1024px) {
  #header .nav-menu .show-menu > .item:first-child {
    width: 100%;
  }
}

/*
#header .nav-menu .show-menu > .item:nth-child(2) > a {
  position: relative;
  left: -4px;
}

@media screen and (max-width: 1024px) {
  #header .nav-menu .show-menu > .item:nth-child(2) > a {
    left: 0;
  }
}
*/

#header .nav-menu .show-menu > .item.darkblue {
  border-color: #1E238C;
}

#header .nav-menu .show-menu > .item.blue {
  border-color: #00A0D2;
}

#header .nav-menu .show-menu > .item.violet {
  border-color: #7D1482;
}

#header .nav-menu .show-menu > .item.red {
  border-color: #C8282D;
}

#header .nav-menu .show-menu > .item.pink {
  border-color: #F05573;
}

#header .nav-menu .show-menu > .item.green {
/*   border-color: #FFA014; */
  border-color: #009B46;
}

#header .nav-menu .show-menu > .item.orange {
/*   border-color: #009B46; */
  border-color: #FFA014;
}

#header .nav-menu .show-menu > .item.brown {
  border-color: #938D27;
}

/*
#header .nav-menu .show-menu > .item > a {
  display: block;
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-weight: 600;
  font-size: 2rem;
  word-break: keep-all;
  letter-spacing: -2px;
}
*/
#header .nav-menu .show-menu > .item > a {
  display: block;
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
/*   word-break: keep-all; */
  word-break: break-all;
/*   letter-spacing: -2px; */
  flex: 0 1 100%;
/*   padding: 8px 0; */
}

@media screen and (max-width: 1024px) {
  #header .nav-menu .show-menu > .item > a {
    position: relative;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

#header .mobile-icon {
  width: 30px;
  height: 15px;
  position: absolute;
  right: -4px;
  top: 40%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  z-index: 12;
  display: none;
}

@media screen and (max-width: 1024px) {
  #header .mobile-icon {
    display: block;
  }
}

#header .mobile-icon span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
}

#header .mobile-icon span:before, #header .mobile-icon span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#header .mobile-icon span:before {
  -webkit-transform: translateY(-250%);
  -ms-transform: translateY(-250%);
      transform: translateY(-250%);
  top: -6px;
}

#header .mobile-icon span:after {
  -webkit-transform: translateY(250%);
  -ms-transform: translateY(250%);
      transform: translateY(250%);
  bottom: -6px;
}

#header .mobile-icon.mobile-close span {
  background-color: transparent;
}

#header .mobile-icon.mobile-close span:before, #header .mobile-icon.mobile-close span:after {
  width: 100%;
  background: #000;
}

#header .mobile-icon.mobile-close span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg);
  top: 2px;
}

#header .mobile-icon.mobile-close span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg);
  bottom: -2px;
}

.sec-luxury {
  background: #000000;
  border-top: 10px solid #808080;
  padding: 58px 0 91px;
}

@media screen and (max-width: 1024px) {
  .sec-luxury {
    border-top: 3px solid #502314;
    border-bottom: 3px solid #502314;
    padding: 18px 0 40px;
  }
}

.luxury-sub {
  text-align: center;
  margin-bottom: 50px;
}

.luxury-sub span.logo {
  position: relative;
  display: inline-block;
}
.luxury-sub span.logo img {
  width: 360px;
  height: auto;
}

.luxury-sub span label {
  position: absolute;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
  font-size: 2rem;
  bottom: -3px;
  left: calc(100% + 8px);
  letter-spacing: 2px;
}

.luxury-note {
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 1.4rem;
  margin-bottom: 63px;
  letter-spacing: 2px;
}

.luxury-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}

.luxury-img {
  width: 35%;
  padding-top: 4px;
}

.luxury-img img {
  width: 100%;
}

.luxury-contents {
  width: 57.9%;
}

.luxury-ttl {
  font-weight: 600;
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 34px;
}

.luxury-txt {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.125;
}

#footer {
  background: #404040;
  color: #ffffff;
  padding-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  #footer {
    padding: 30px 0;
  }
}

#footer .footer-top {
  background: #E5E5E5;
  margin-bottom: 54px;
}

#footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 15px 18px;
}

#footer .footer-menu li a {
  font-family: Helvetica, sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 2rem;
  letter-spacing: -1.5px;
}

#footer .footer-ttl {
  text-align: center;
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 29px;
}

#footer .footer-ttl span {
  display: block;
  font-size: 2.6rem;
  margin-bottom: 20px;
}

#footer .footer-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 0;
  border-radius: 0;
  display: block;
  width: 100%;
  max-width: 640px;
  height: 66px;
  background: #ffffff;
  font-size: 1.6rem;
  padding: 10px 20px;
  margin: 0 auto 39px;
}

#footer .footer-input::-webkit-input-placeholder {
  color: #BFBFBF;
  font-size: 1.8rem;
}

#footer .footer-input::-moz-placeholder {
  color: #BFBFBF;
  font-size: 1.8rem;
}

#footer .footer-input:-ms-input-placeholder {
  color: #BFBFBF;
  font-size: 1.8rem;
}

#footer .footer-input::-ms-input-placeholder {
  color: #BFBFBF;
  font-size: 1.8rem;
}

#footer .footer-input::placeholder {
  color: #BFBFBF;
  font-size: 1.8rem;
}

#footer .footer-check {
  text-align: center;
}

#footer .footer-check__ct {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  word-break: keep-all;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 4px 0 8px 50px;
  margin-bottom: 35px;
}

#footer .footer-check__ct input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 34px;
  width: 34px;
  top: 0;
  left: 0;
  z-index: 1;
}

#footer .footer-check__ct .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 34px;
  width: 34px;
  border: 1px solid #808080;
  background: #ffffff;
  cursor: pointer;
}

#footer .footer-check__ct .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  width: 15px;
  height: 9px;
  border-left: 2px solid #3C3C3C;
  border-bottom: 2px solid #3C3C3C;
  top: 41%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

#footer .footer-check__ct input:checked ~ .checkmark:after {
  display: block;
}

#footer .footer-txt {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 62px;
}

#footer .footer-link {
  width: 100%;
  max-width: 630px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 54px;
}

#footer .footer-link li a {
  color: #ffffff;
  font-size: 1.6rem;
}

#footer .footer-sns {
  width: 100%;
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 27px;
}
#footer .footer-sns li + li {
  margin-left: 20px;
}
#footer .footer-sns li a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
#footer .footer-sns li a i {
  font-size: 3rem;
}
#footer .footer-sns li.fb a {
  background: #1877f2;
}
#footer .footer-sns li.tw a {
  background: #1DA1F2;
}
#footer .footer-sns li.insta a {
  background: #E85471;
}

#footer .footer-copy {
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 2px;
}

.sec-mv {
  padding: 40px 0 84px;
}

@media screen and (max-width: 1024px) {
  .sec-mv {
    padding: 0;
  }
}

.sec-mv__ttl {
  display: none;
}

.slider-home {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .slider-home {
    border-top: 3px solid #404040;
    border-bottom: 3px solid #404040;
    max-width: 100%;
  }
}

.slider-home .item {
  outline: none !important;
}

.slider-home .item img {
  width: 100%;
}

.slider-home .slick-dots {
  bottom: -25px;
}

@media screen and (max-width: 1024px) {
  .slider-home .slick-dots {
    bottom: 10px;
  }
}

.slider-home .slick-dots li {
  margin: 0 8.5px;
}

.slider-home .slick-dots li button:before {
  width: 10px;
  height: 10px;
  background: #404040;
}

.slider-home .slick-dots li.slick-active button:before {
  border: 0;
  background: #ffffff;
}

.sec-intro {
  padding-bottom: 56px;
}

@media screen and (max-width: 1024px) {
  .sec-intro {
    padding: 50px 0;
  }
}

.intro-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.intro-wrap .box-left {
  width: 33.333%;
  padding: 0 10px;
}

.intro-wrap .box-right {
  width: 66.666%;
  padding: 0 10px;
}

.intro-wrap .box-right .intro-contents {
  padding: 14px 20px;
}

.intro-wrap .txt-basic {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 50px;
}

.intro-box {
  position: relative;
  display: block;
  height: 100%;
  background: #ffffff;
}

.intro-box__pos .intro-contents {
  position: relative;
  padding: 45px 20px 20px;
}

.intro-tag {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 30px;
  background: #B0A755;
  color: #ffffff;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  padding-top: 2px;
  top: 16px;
  right: 16px;
  z-index: 1;
}

.intro-tag.orange {
  width: 130px;
  background: #FFA014;
}

.intro-sub img {
  width: 100%;
}

.intro-contents {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 20px;
  bottom: 0;
  left: 0;
}

.intro-ttl {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
}

.intro-ttl .jp {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 3px;
}

.intro-ttl .en {
  color: #404040;
  font-size: 1.4rem;
}

.intro-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 20px;
}

.intro-flex .item {
  width: 50%;
  padding: 0 10px;
}

.intro-flex__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.intro-flex__img:before {
  content: "";
  display: block;
  background: #CBCBCB;
  padding-bottom: calc(320 / 320 * 100%);
}

.intro-flex__img .thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.intro-flex__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}

.intro-block {
  display: block;
  position: relative;
}

.intro-block img {
  width: 100%;
}

.intro-block .intro-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.intro-block .intro-contents .intro-ttl {
  width: 200px;
}

.intro-block .intro-contents .txt-basic {
  width: calc(100% - 275px);
  height: 4.48rem;
}

.sec-news {
  padding-bottom: 57px;
}

.news-ttl {
  position: relative;
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 2.6rem;
  margin-bottom: 56px;
  letter-spacing: 5px;
}

.news-ttl:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #262626;
  top: 17px;
  left: 0;
}

.news-ttl span {
  position: relative;
  background: #e5e5e5;
  padding: 0 10px;
}

.news-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 640px;
  font-family: Helvetica, sans-serif;
  background: #404040;
  font-weight: bold;
  color: #ffffff;
  font-size: 2.8rem;
  padding: 5px 10px;
  margin: 0 auto;
  letter-spacing: 3px;
}

.list-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 60px;
}

.list-news__item {
  width: calc( calc( 100% / 3 ) - 20px );
  margin: 0 10px;
  background: #fff;
  position: relative;
}

.list-news__wrap {
  position: relative;
  display: block;
  background: #ffffff;
}

.list-news__item:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  bottom: 0;
  left: 0;
}

.list-news__item.red:after {
  border-bottom: 15px solid #C8282D;
}
.list-news__item.darkblue:after {
  border-bottom: 15px solid #1E238C;
}
.list-news__item.violet:after {
  border-bottom: 15px solid#7D1482
}
.list-news__item.green:after {
  border-bottom: 15px solid #009B46;
}
.list-news__item.pink:after {
  border-bottom: 15px solid #F05573;
}
.list-news__item.blue:after {
  border-bottom: 15px solid #00A0D2;
}
.list-news__item.orange:after {
  border-bottom: 15px solid #FFA014;
}
.list-news__item.brown:after {
  border-bottom: 15px solid #938D27;
}
.list-news__img {
  position: relative;
  overflow: hidden;
}

.list-news__img:before {
  content: "";
  display: block;
  background: #CBCBCB;
  padding-bottom: calc(320 / 320 * 100%);
}

.list-news__img .thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.list-news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}

.list-news__contents {
  position: relative;
  padding: 30px 20px 20px;
}

.list-news__tag {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 130px;
  height: 30px;
  color: #ffffff;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  top: -14px;
  right: 16px;
}

.list-news__tag.red {
  background: #C8282D;
}

.list-news__tag.darkblue {
  background: #1E238C;
}

.list-news__tag.green {
  background: #009B46;
}

.list-news__ttl {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
}

.list-news__ttl .jp {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.list-news__ttl .en {
  color: #404040;
  font-size: 1.4rem;
}

.list-news .txt-basic {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1;
}

.sec-category {
  padding-bottom: 140px;
}

.list-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.list-category__item {
  width: 33.333%;
  padding: 10px;
}

.list-category__ttl {
  font-weight: bold;
  margin-bottom: 6px;
  margin-top: 10px;
}
.list-category__ttl .jp {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 100%;
  max-height: calc( 1.6rem * 1.4 * 3 );
  display: -webkit-box;
  overflow: hidden;
}

.list-category__ttl .en {
  color: #502314;
  font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
  .list-category__item {
    width: 50%;
  }
}

.list-category__item.w2 {
  width: 66.666%;
}

@media screen and (max-width: 1024px) {
  .list-category__item.w2 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.list-category__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #ffffff;
}

.list-category__img {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.list-category__img:before {
  content: "";
  display: block;
  padding-bottom: calc(160 / 160 * 100%);
}

.list-category__img .thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.list-category__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}

.list-category__img.s2 {
  width: 100%;
}

.list-category__img.s3 {
  width: 100%;
}

.list-category__img.s3:before {
  padding-bottom: calc(320 / 660 * 100%);
}
.w2 .list-category__img.s2:before {
  padding-bottom: calc(160 / 160 * 50%);
}

.list-category__ct {
  position: relative;
  width: 50%;
  padding: 14px;
}

.list-category__ct:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  bottom: 0;
  left: 0;
}

.list-category__ct.red:after {
  border-bottom: 15px solid #C8282D;
}

.list-category__ct.red .list-category__tag {
  background: #C8282D;
}

.list-category__ct.darkblue:after {
  border-bottom: 15px solid #1E238C;
}

.list-category__ct.darkblue .list-category__tag {
  background: #1E238C;
}

.list-category__ct.green:after {
  border-bottom: 15px solid #009B46;
}

.list-category__ct.green .list-category__tag {
  background: #009B46;
}

.list-category__ct.violet:after {
  border-bottom: 15px solid #7D1482;
}

.list-category__ct.violet .list-category__tag {
  background: #7D1482;
}

.list-category__ct.blue:after {
  border-bottom: 15px solid #00A0D2;
}

.list-category__ct.blue .list-category__tag {
  background: #00A0D2;
}

.list-category__ct.pink:after {
  border-bottom: 15px solid #F05573;
}

.list-category__ct.pink .list-category__tag {
  background: #F05573;
}

.list-category__ct.orange:after {
  border-bottom: 15px solid #FFA014;
}

.list-category__ct.orange .list-category__tag {
  background: #FFA014;
}

.list-category__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 104px;
  height: 24px;
  color: #ffffff;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.12rem;
  padding-top: 2px;
  margin-left: auto;
}

.list-category .txt-basic {
  position: absolute;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  width: calc(100% - 30px);
  height: calc(100% - 70px);
  top: 57px;
  left: 15px;
}

.sec-articlemain {
  margin-top: 40px;
  margin-bottom: 59px;
}

.layout-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.layout-ct__l {
  width: 68%;
  padding-right: 20px;
}

.layout-ct__r {
  width: 32%;
}

/*
.txt-des22 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.545;
  color: #000000;
  margin-bottom: 33px;
}
*/
.txt-des22 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.545;
  color: #000000;
  margin-bottom: 33px;
  position: relative;
}

.article__body .txt-des22::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
  width: 44px;
  height: 4px;
  display: inline-block;
  background-color: #000000;
}

.txt-des16 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.44;
  color: #000000;
  margin-bottom: 30px;
}

.box-mainarticle {
  padding: 18px 20px 25px;
  background: #ffffff;
}

.box-mainarticle .item-tems {
  margin-bottom: 24px;
}

.box-mainarticle .item-tems a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.75;
  padding: 3px 10px;
  min-width: 130px;
  background: #c8282d;
  text-align: center;
  display: inline-block;
}

/*
.box-mainarticle .ttl-article {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.53;
  color: #262626;
  margin-bottom: 54px;
}
*/
.box-mainarticle .ttl-article {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.53;
  color: #262626;
  margin-bottom: 10px;
}

.box-mainarticle .time-author {
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.157em;
  margin-bottom: 28px;
  color: #808080;
}

.box-mainarticle .list-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -11px 26px;
}

.box-mainarticle .list-social .item-social {
  padding: 0 11px;
}

.box-mainarticle .article__body > p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7222;
  margin-bottom: 30px;
}
.box-mainarticle .article__body a:not([class]) {
  font-weight: bold;
  text-decoration: underline;
}
.box-mainarticle .article__body a:not([class]):hover {
  color: rgb(238, 0, 0);
}

.box-mainarticle .article__body > p:last-child {
  margin-bottom: 0;
}

.box-mainarticle .article__body > * + * {
  margin-top: 30px;
}
.box-mainarticle .article__body figure {
	margin-left: 0;
	margin-right: 0;
}
.box-mainarticle .article__body figure img {
	vertical-align: bottom;
}
.box-mainarticle .article__body figure figcaption {
	margin-top: 8px;
	font-size: 1.4rem;
    line-height: 1.428;
    letter-spacing: 0.045em;
    color: #808080;
}
.slidect {
  margin-bottom: 35px;
}

.slidect .list-siderct .item-ct {
  margin-bottom: 32px;
}

.slidect .list-siderct .item-ct__img {
  margin-bottom: 8px;
}

.slidect .list-siderct .item-ct__txt {
  font-size: 1.4rem;
  line-height: 1.428;
  letter-spacing: 0.045em;
  color: #808080;
}

.slidect .list-siderct .slick-prev, .slidect .list-siderct .slick-next {
  width: 16px;
  height: 26px;
  top: calc(50% - 37px);
}

.slidect .list-siderct .slick-prev:before, .slidect .list-siderct .slick-next:before {
  content: '';
  width: 16px;
  height: 26px;
  display: inline-block;
}

.slidect .list-siderct .slick-prev {
  left: 10px;
  z-index: 2;
}

.slidect .list-siderct .slick-prev:before {
  background: url("../img/article/img-arrl.png") no-repeat center center;
  background-size: 100%;
}

.slidect .list-siderct .slick-next {
  right: 10px;
}

.slidect .list-siderct .slick-next:before {
  background: url("../img/article/img-arrr.png") no-repeat center center;
  background-size: 100%;
}

.slidect .list-thumbslide {
  padding: 0 110px 0 0;
}

.slidect .list-thumbslide .slick-track {
  margin-left: 0;
  margin: 0 -10px;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
          transform: translate3d(0px, 0px, 0px) !important;
}

.slidect .list-thumbslide .slick-track .slick-slide {
  padding: 0 10px;
}

.slidect .list-thumbslide .slick-track .slick-slide.slick-current {
  position: relative;
}

.slidect .list-thumbslide .slick-track .slick-slide.slick-current:after {
  content: '';
  width: calc(100% - 20px);
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  z-index: 2;
}

.txt-des18 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.724;
}

.block-eveninfor {
  padding: 20px 20px 27px;
  background: #bfbfbf;
}

.block-eveninfor .ttl {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.337;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
blockquote {
  padding: 40px;
  background: #bfbfbf;
  position: relative; 
}
blockquote:before {
  font-family: 'icomoon';
  content: '\eb1b';
  color: #cfcfcf;
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 5rem;
  z-index: 1;
  line-height: 1;
}
blockquote:after {
  font-family: 'icomoon';
  content: '\eb1c';
  color: #cfcfcf;
  position: absolute;
  right: 15px;
  bottom: 10px;
  font-size: 5rem;
  z-index: 1;
  line-height: 1;
}
blockquote p {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.66;
    z-index: 2;
    position: relative;
}
blockquote .source {
  display: block;
  text-align: right;
  font-size: 1.5rem;
  color: #333;
  position: relative;
  z-index: 2;   
  margin-top: 10px;
}

.block-tags {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.747;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
}

.block-tags .tags {
  margin-right: 24px;
}

.block-tags .list-tags {
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block-tags .list-tags .item-tag {
  margin-right: 20px;
}
/*
.block-tags .list-tags .item-tag:last-child, .block-tags .list-tags .item-tag:nth-child(4n) {
  margin-right: 0;
}
*/
.block-socialft {
  margin-top: 22px;
}
.block-socialft .list-socialft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-socialft .list-socialft .item-socialft {
  margin-right: 13px;
}

.block-socialft .list-socialft .item-socialft:last-child {
  margin-right: 0;
}

.sec-relatedart {
  margin-bottom: 36px;
}

.sec-featuredpage {
  margin-bottom: 60px;
}

.ttl-des26 {
  font-size: 2.6rem;
  line-height: 1.75;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}

.box-sidebar .block-sdb {
  margin-bottom: 32px;
}

.box-sidebar .block-sdb .part-sdb {
  margin-bottom: 20px;
}

.box-sidebar .block-sdb .part-sdb:last-child {
  margin-bottom: 0;
}

.box-sidebar .block-sdb .part-sdb .intro-flex__img .intro-contents {
  padding: 13px 20px 14px;
}

.box-sidebar .block-sdb .part-sdb .txt-basic {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.block-newarticle .part-newarticle {
  margin-bottom: 20px;
}

.block-newarticle .part-newarticle:last-child {
  margin-bottom: 0;
}

.block-newarticle .txt-basic {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sec-company {
  padding: 40px 0 61px;
}

.sec-company .inner {
  max-width: 1056px;
}

.company-ct {
  background: #fff;
  padding: 88px 40px 126px;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}

.company-title {
  text-align: center;
  margin-bottom: 88px;
}

.company-table dl {
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
  padding: 33px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid  #262626;
}

.company-table dl:first-child {
  border-top: 1px solid  #262626;
}

.company-table dl:last-child {
  border-bottom: 0;
}

.company-table dl dt {
  letter-spacing: 1px;
  width: 300px;
  padding: 0 35px;
  color: #000;
  font-weight: 600;
  font-size: 2rem;
}

.company-table dl dd {
  letter-spacing: 1px;
  width: calc(100% - 300px);
  color: #000;
  padding-right: 40px;
  font-weight: 300;
  line-height: 1.778;
  font-size: 1.8rem;
}

@media screen and (max-width: 1200px) {
  .company-table dl dd {
    padding-right: 0;
  }
}

.company-table dl dd a {
  color: #000;
  display: inline-block;
}

.company-table dl.dl-border-none {
  border-bottom: 0;
}

.company-map {
  padding-bottom: 44px !important;
}

.company-map iframe {
  width: 100%;
  height: 500px;
}

.company-iframe {
  width: 100%;
  border: 1px solid #595959;
}

.sec-page {
  padding: 40px 0 188px;
}

.sec-page .inner {
  max-width: 1056px;
}

.page-ct {
  background: #fff;
/*   padding: 91px 134px 83px; */
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}
.page-ct p {
  color: #000;
  font-weight: 300;
  line-height: 1.722;
  letter-spacing: 1.6px;
  font-size: 16px;
  font-size: 1.6rem;
}
.page-ct > * + * {
  margin-top: 30px;
}

.page-ct .list-ol {
  counter-reset: count 0;
}
.page-ct .list-ol li {
  color: #000;
  font-weight: 300;
  line-height: 1.722;
  letter-spacing: 1.6px;
  font-size: 16px;
  font-size: 1.6rem;
  text-indent: -3em;
  padding-left: 3em;
}
.page-ct .list-ol.oltype_2 li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.page-ct .list-ol li:before {
  content: "（" counter(count) "）";
  counter-increment: count 1;
}
.page-ct .list-ol.oltype_2 li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
}
.page-ct .notes li {
  color: #000;
  font-weight: 300;
  line-height: 1.66;
  letter-spacing: 1.2px;
  font-size: 14px;
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}
.page-ct .notes li:before {
  content: '※';
}
.page-ct hr {
  margin-right: 30px;
  margin-left: 30px;
}
.page-ct .page-dl {
  display: flex;
  color: #000;
  font-weight: 300;
  line-height: 1.722;
  letter-spacing: 1.6px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 40px;
}
.page-ct .page-dl dt {
  min-width: 22%;
}
.page-ct .page-dl dd {
  line-height: 2;
}

main.page-narrow .page-ct {
	padding: 91px 134px 83px;
}

/*
@media screen and (max-width: 1200px) {
  .page-ct {
    padding: 60px 80px;
  }
}
*/
@media screen and (max-width: 1200px) {
  main.page-narrow .page-ct {
    padding: 60px 80px;
  }
}

.page-heading {
  text-align: center;
  font-weight: 600;
  color: #000;
  margin-bottom: 44px;
  letter-spacing: 1px;
  font-size: 2.2rem;
}

.page-desc {
  color: #000;
  line-height: 1.778;
  font-weight: 300;
  margin-bottom: 54px;
  letter-spacing: 0.25px;
  font-size: 1.8rem;
}

.page-inqui {
  text-align: center;
  margin-bottom: 68px;
}

.page-inqui span, .page-inqui a {
  max-width: 540px;
  display: block;
  width: 100%;
  padding: 16px 10px;
  margin: 0 auto;
  background: #502314;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  font-size: 2rem;
}

.page-list {
  margin-bottom: 124px;
}

.page-item {
  margin-bottom: 60px;
  padding-bottom: 48px;
  border-bottom: 1px solid #262626;
}

.page-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.page-item p {
  color: #000;
  font-weight: 300;
  line-height: 1.722;
  letter-spacing: 1.6px;
  font-size: 1.8rem;
}

.page-logo {
  text-align: center;
  margin-bottom: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 640px;
  width: 100%;
  margin: 0 auto 33px;
}

.page-img {
  width: calc(50% - 9px);
  margin-right: 18px;
}

.page-img:nth-child(2) {
  margin-right: 0;
}

.page-ttl {
  color: #000;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 14px;
  letter-spacing: 2px;
  font-size: 2rem;
}

.table__wrap .caption {
    margin-top: 10px;
    font-size: 1.4rem;
    text-align: right;
}
.table__wrap table {
	width: 100%;
	font-size: 1.6rem;
	margin: 0 auto;
}
.table__wrap table.fixed {
	table-layout: fixed;
}
.table__wrap table thead th {
	text-align: center;
}
@media screen and (max-width: 834px) {
	.table__wrap table {
		font-size: 1.5rem;
	}
}
.table__wrap table th,
.table__wrap table td {
	padding: 11px 20px 15px;
	border: 1px solid #CCCCCC;
	word-break: break-all;
}
@media screen and (max-width: 834px) {
  .table__wrap table th,
  .table__wrap table td {
    padding: 9px;
    border: 1px solid #CCCCCC;
  }
}
.table__wrap table th {
	background: #eee;
}

.addtoany_list a + a {
  margin-left: 15px;
}

/* pagenation */
.wp-pagenavi {
    display: flex;
    gap: 0.3rem;
    justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    color: black;
    border: 1px solid #404040;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
}
.wp-pagenavi span.extend {
  border:none;
  width: auto;
}
.wp-pagenavi i {
    line-height: 40px;
}
.wp-pagenavi span.current {
    background-color: #404040;
    color: white;
}
.wp-pagenavi a:hover {
    background-color: #404040;
    color: white;
}

/* Memberform */

.member-form {
  width: 580px;
  max-width: 100%;
  margin: auto;
}

.member-form .message {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.4rem;
}

.member-form dl+dl {
  margin-top: 30px;
}

.member-form dl dt {
  margin-bottom: 10px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-size: 1.5rem
}

.member-form .submit-btn {}

.member-form input[type="text"],
.member-form input[type="email"],
.member-form input[type="password"] {
  width: 100%;
  height: 40px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  vertical-align: middle;
  border: 1px solid rgb(164, 164, 164);
  padding: 0 15px;
}

.member-form input[type="text"].short {
  width: 200px;
}

.member-form input[name="zip[data][0]"] {
  width: 80px;
  margin: 0 10px;
}

.member-form input[name="zip[data][1]"] {
  width: 100px;
  margin: 0 10px;
}

.member-form .radio {
  font-size: 1.5rem;
  line-height: 4rem;
}

.member-form .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}

.member-form .radio input[type=radio]+.radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.1em;
  margin-right: 8px;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  vertical-align: middle;
}

.member-form .radio input[type=radio]:checked+.radio-label:before {
  background-color: #502314;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.member-form .radio input[type=radio]:focus+.radio-label:before {
  outline: none;
  border-color: #502314;;
}

.member-form .radio input[type=radio]:disabled+.radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.member-form .radio input[type=radio]+.radio-label:empty:before {
  margin-right: 0;
}

.member-form .submit-btn {
  margin-top: 48px;
}

.member-form .submit-btn a,
.member-form .submit-btn input[type="submit"] {
  display: block;
  width: 200px;
  height: 50px;
  color: rgb(255, 255, 255);
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  backface-visibility: hidden;
  text-align: center;
  margin: 0px auto;
  background: rgb(6, 6, 6);
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  outline: 0px;
  transition: all 0.3s ease 0s;
  line-height: 50px;
}

.member-form .submit-btn a:hover,
.member-form .submit-btn input[type="submit"]:hover {
  opacity: .8;
}

.member-form .thanks {
  margin-top: 48px;
}

.member-form .thanks p {
  text-align: center;
  font-size: 1.5rem;
}

.tml-action-links,
.member-links {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.tml-action-links li,
.member-links li {
  width: 50%;
  font-size: 1.5rem;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
}

.tml-action-links a,
.member-links li a {
  display: block;
  text-align: center;
}

/*
 Contact Form
*/
.contact-form {
  width: 100%;
  margin: 0 auto
}

.contact-form dl {
  margin-top: 50px
}

.contact-form dl:nth-child(1) {
  margin-top: 0
}

.contact-form dl dt {
  position: relative;
  font-family: 'VisbyCF-Light', sans-serif;
  line-height: 1.7;
  letter-spacing: .1em;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.contact-form dl dt .arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px
}

.contact-form dl dt .arrow:after {
  position: absolute;
  top: -6px;
  right: 3px;
  width: 11px;
  height: 11px;
  border-top: 1px solid transparent;
  border-right: 1px solid #060606;
  border-bottom: 1px solid #060606;
  border-left: 1px solid transparent;
  content: '';
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.contact-form dl dd {
  line-height: 1.7;
  letter-spacing: .1em;
  border-bottom: 1px solid #060606
}
.contact-form dl dd .flex-form {
  display: flex;
  flex-direction: column;
}
.contact-form dl dd .flex-form .flex-form__item + .flex-form__item {
  margin-top: 10px;
}
.contact-form dl dd .flex-row {
  display: flex;
}
.contact-form dl dd .flex-row .flex-row__item {
  width: calc( calc( 100% - 40px ) / 2 );
  display: flex;
  align-items: center;
}
.contact-form dl dd .flex-row .flex-row__item span {
  font-size: 14px;
  font-size: 1.4rem;
  width: 40px;
}
.contact-form dl dd .flex-row .flex-row__item + .flex-row__item {
  margin-left: 40px;
}
.contact-form dl dd input[type=text],
.contact-form dl dd input[type=email],
.contact-form dl dd input[type=password] {
  display: inline-block;
  width: 100%;
  height: 40px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  background-color: transparent;
  border: none;
  vertical-align: middle;
  background: #fafafa;
  padding: 0 10px;
}
.contact-form dl dd input[name="zip[data][0]"],
.contact-form dl dd input[name="zip[data][1]"] {
  width: 100px;
}
.contact-form dl dd .hidden__wrap {
  display: inline-block;
  width: 100%;
  height: 40px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  background-color: transparent;
  border: none;
  vertical-align: middle
}

.contact-form dl dd input[type=text]:focus,
.contact-form dl dd input[type=email]:focus,
.contact-form dl dd input[type=password]:focus {
  background-color: #fff;
  outline: none
}

.contact-form dl dd textarea {
  width: 100%;
  height: 200px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  background-color: transparent;
  outline: none;
  border: none;
  -ms-overflow-style: none;
  background: #fafafa;
  vertical-align: bottom;
  padding: 10px;
}
/* チェックボックス01 */
input[type=checkbox] {
    display: none;
}
.checkbox__wrap {
  display: flex;
  flex-wrap: wrap;
}
.checkbox__wrap .checkbox__item {
  width: 50%;
}
.checkbox__wrap label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
    font-size: 1.5rem;
}
.checkbox__wrap label:before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox__wrap label:after {
    border-right: 3px solid #502314;
    border-bottom: 3px solid #502314;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
.checkbox__wrap input[type=checkbox]:checked + label:after {
    opacity: 1;
}
input[type=radio] {
    display: none;
}
.radiobtn__wrap {
  display: flex;
  flex-wrap: wrap;
}
.radiobtn__wrap .checkbox__item {
  width: 50%;
}
.radiobtn__wrap label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
    font-size: 1.5rem;
}
.radiobtn__wrap label:before {
    background: #fff;
    border: 1px solid #502314;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.radiobtn__wrap label:after {
    background: #502314;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 9px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 10px;
}
.radiobtn__wrap input[type=radio]:checked + label:after {
    opacity: 1;
}
.checkbox__wrap.col1,
.radiobtn__wrap.col1 {
  flex-direction: column;
}
.checkbox__wrap.col1 .checkbox__item,
.radiobtn__wrap.col1 .checkbox__item {
  width: 100%;
}
.checkbox__wrap.col3 .checkbox__item,
.radiobtn__wrap.col3 .checkbox__item {
  width: 33.33333%;
}
.checkbox__wrap.col4 .checkbox__item,
.radiobtn__wrap.col4 .checkbox__item {
  width: 25%;
}

.cp_ipselect {
  position: relative;    
  background: #fafafa;
  padding: 0 10px;
}

.cp_sl02 {
  position: relative;
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: 10px 10px 10px 0;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 0;
  border: none;
}

.cp_sl02:focus {
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.cp_ipselect .cp_sl02 {
  appearance: none;
  -webkit-appearance: none
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect:after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.3);
  pointer-events: none;
  transform: translateY(-50%);
}

.cp_sl02_selectlabel {
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  font
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  transition: 0.2s ease all;
}

.cp_sl02:focus~.cp_sl02_selectlabel,
.cp_sl02:valid~.cp_sl02_selectlabel {
  color: #232952;
  top: -20px;
  transition: 0.2s ease all;
  font-size: 14px;
}


.contact-form dl dd textarea:focus {
  background-color: #fff;
  outline: none
}

.contact-form .privacy dt {
  margin-bottom: 0;
  padding: 20px;
  border: 1px solid #060606;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  cursor: pointer
}

.contact-form .privacy dd {
  display: none;
  border: none;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .2em
}

.contact-form .privacy dd .txt-area {
  margin-top: 30px
}

.contact-form .privacy dd .privacy-list {
  margin-top: 30px
}

.contact-form .privacy dd .privacy-list dt {
  margin-bottom: 10px;
  padding: 0;
  border: none
}

.contact-form .privacy dd .privacy-list dd {
  display: block;
  border: none;
  font-size: 1.4rem;
}

.contact-form .privacy.is-open dt .arrow:after {
  top: -9px;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg)
}

.contact-form .txt-area p {
  font-size: 1.4rem;
  line-height: 2
}
.contact-form .check {
  margin-top: 50px;
}
.contact-form .check input[type=checkbox] + label {
  padding: 20px;
  background-color: #060606;
  color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .2em;
  display: block;
  transition : .5s; /*0.5秒で変化*/
  cursor: pointer;
}
.contact-form .check input[type=checkbox]:hover + label,
.contact-form .check input[type=checkbox]:checked + label {
  background-color: #502314;;
}


.contact-form .check label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0
}

.contact-form .check label:nth-child(1) {
  padding-left: 0
}
.contact-form .check input[type=checkbox]:focus {
  background-color: #fff;
  outline: none
}
.contact-form .btn-boxlink {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: 50px;
  padding: 0 20px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.btn-arrow {
  display: block;
  position: relative;
  margin-top: 80px;
  padding: 15px 30px;
  color: #060606;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  font-size: 93%;
  line-height: 1.7;
  letter-spacing: .1em;
  text-decoration: none;
  background: 0 0;
  border: 1px solid #060606;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0
}
.btn-arrow .arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  line-height: 1.5;
  z-index: 1
}
.btn-arrow .arrow:before {
  position: absolute;
  right: 2px;
  width: 25px;
  height: 1px;
  background-color: #060606;
  content: '';
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.btn-arrow .arrow:after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #060606;
  content: '';
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.btn-arrow:hover {
  background: #060606;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  opacity: 1;
}
.btn-arrow:hover .arrow:before {
  background-color: #fff
}
.btn-arrow:hover .arrow:after {
  border-left: 5px solid #fff
}
.contact-form .btn-boxlink .btn-submit {
  width: 100%;
  height: 67.84px;
  background: 0 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: left;
  letter-spacing: .1em;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.contact-form .btn-boxlink:hover .btn-submit {
  color: #fff
}
.mw_wp_form_confirm {
  font-size: 1.5rem;
}
.mw_wp_form_confirm .confnone {
  display: none;
}
.mw_wp_form .error {
  margin-top: 20px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  font-size: 77%;
  letter-spacing: .1em
}

/* Mypage */
.mypage-header {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.mypage-header .mypage-menu {
  display: flex;
}
.mypage-header .mypage-menu li {
  width: calc( 100% / 3 );
}
.mypage-header .mypage-menu li + li {
  border-left: 2px solid #fff;
}
.mypage-header .mypage-menu li a {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.4;
  background: #e5e5e5;
}
.mypage-header .mypage-menu li a.active {
  background: #000000;
  color: #fff;
}
.apply-history__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.apply-history__list .apply-history__item {
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.apply-history__list .apply-history__item + .apply-history__item {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
}
.apply-history__list .apply-history__item .apply-history__img-wrapper {
  width: 150px;
  height: 150px;
}
.apply-history__list .apply-history__item .apply-history__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.apply-history__list .apply-history__item .apply-history__body {
  width: calc( 100% - 180px );
}
.apply-history__list .apply-history__item .apply-history__body .apply-history__title {
  font-size: 2rem;
  line-height: 1.66;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.apply-history__list .apply-history__item .apply-history__body .apply-history__lead {
  font-size: 1.4rem;
  line-height: 1.44;
}
.apply-history__list .apply-history__item .apply-history__body .apply-history__bottom {
  margin-top: 10px;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
} 
.apply-history__list .apply-history__item .apply-history__body .apply-history__bottom time {
  font-size: 1.4rem;
  line-height: 1.44;  
}
.apply-history__list .apply-history__item .apply-history__body .apply-history__bottom a {
  width: 120px;
  background: #938D27;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: bold;
  text-align: center;
}
.nohistory {
  padding: 40px 0;
  background: #e5e5e5;
  margin-bottom: 50px;
}