@charset "utf-8";
/* ===================================================================
 File Name  : page.css
 Style Info : ページに関するスタイル指定
=================================================================== */

/*----------------------------------------------------
  トップページ index
--------------------------------------------------- */
#mainVisual {
  position: relative;
  border-bottom: solid 1px #000;
  padding-bottom: 30px;
}
#mainVisual::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: 5;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
}
.mv_slider_wrap {
  position: relative;
  overflow: hidden;
  margin-left: 20px;
}
.mv_slider {
  position: relative;
}
.mv_slider .swiper {
  position: relative;
  z-index: 2;
  overflow: visible;
}
.mv_slider .swiper-slide {
  position: relative;
  width: calc(100% - 60px);
  transition: none !important;
  z-index: 0;
}
.mv_slider .swiper-slide img {
  width: 100%;
  display: block;
}
.mv_slider .mv_freeze {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 60px);
  pointer-events: none;
  z-index: 1;
}
.mv_slider .mv_freeze img,
.mv_slider .mv_freeze picture,
.mv_slider .mv_freeze picture > img {
  display: block;
  width: 100%;
  height: auto;
}
  @media screen and (max-width: 430px) {
    #mainVisual {
      padding-bottom: 7.69vw;
    }
    .mv_slider_wrap {
      margin-left: 5.12vw;
    }
    .mv_slider .swiper-slide {
      width: calc(100% - 15.38vw);
    }
    .mv_slider .mv_freeze {
      width: calc(100% - 15.38vw);
    }
  }

.mv_slider .swiper-slide.swiper-slide-prev { z-index: 1; }
.mv_slider .swiper-slide.swiper-slide-next { z-index: 2; }
.mv_slider .swiper-slide.swiper-slide-active { z-index: 3; }
.mv_slider.is-anim .swiper-slide.swiper-slide-prev { visibility: hidden; }

.mv_ttl {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.mv_ttl01 {
  position: absolute;
  right: 23px;
  top: 40px;
}
.mv_ttl02 {
  position: absolute;
  right: 64px;
  top: 40px;
}
  @media screen and (max-width: 430px) {
    .mv_ttl01 {
      right: 5.89vw;
      top: 10.25vw;
    }
    .mv_ttl01 img {
      width: 7.94vw;
      height: auto;
    }
    .mv_ttl02 {
      position: absolute;
      right: 16.41vw;
      top: 10.25vw;
    }
    .mv_ttl02 img {
      width: 10.25vw;
      height: auto;
    }
  }

.mv_txt {
  position: relative;
  z-index: 15;
  text-align: right;
  font-weight: 600;
  margin-top: 50px;
}
.mv_txt h3 {
  font-size: 2.4rem;
}
.mv_txt p {
  font-size: 3.2rem;
}
  @media screen and (max-width: 430px) {
    .mv_txt {
      margin-top: 12.82vw;
    }
    .mv_txt h3 {
      font-size: 6.15vw;
    }
    .mv_txt p {
      font-size: 8.2vw;
    }
  }

#index_detour {
  position: relative;
  padding-top: 55px;
  padding-bottom: 50px;
  border-bottom: solid 1px #000;
}
#index_detour::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: 5;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
}
  @media screen and (max-width: 430px) {
    #index_detour {
      padding-top: 14.1vw;
      padding-bottom: 12.82vw;
    }
  }

.detour_lead {
  min-height: 380px;
}
.detour_ttl {
  position: relative;
}
.detour_ttl h2 {
  margin-bottom: 20px;
}
.detour_ttl .detour_ttl02 {
  position: absolute;
  right: 0;
  top: 75px;
}
.detour_img {
  position: relative;
  width: 226px;
  padding-bottom: 35px;
}
.detour_img02 {
  position: absolute;
  right: 0;
  bottom: 0;
}
  @media screen and (max-width: 430px) {
    .detour_lead {
      min-height: 97.43vw;
    }
    .detour_ttl h2 {
      margin-bottom: 5.12vw;
    }
    .detour_ttl01 img {
      width: 47.69vw;
      height: auto;
    }
    .detour_ttl02 img {
      width: 16.41vw;
      height: auto;
    }
    .detour_ttl .detour_ttl02 {
      top: 19.23vw;
    }
    .detour_img {
      width: 57.94vw;
      padding-bottom: 8.97vw;
    }
    .detour_img01 img {
      width: 36.92vw;
      height: auto;
    }
    .detour_img02 img {
      width: 26.15vw;
    }
  }

.detour_txt {
  position: relative;
  margin-top: 12px;
  padding-bottom: 12px;
}
.detour_txt p {
  font-feature-settings: "palt";
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 35px;
}
.detour_txt p span {
  display: inline-block;
  border-bottom: solid 1px #000;
  letter-spacing: 0.15em;
  margin-bottom: 14px;
}
.detour_txt figure {
  position: absolute;
  right: 5px;
  top: 5px;
}
  @media screen and (max-width: 430px) {
    .detour_txt {
      margin-top: 3.07vw;
      padding-bottom: 3.07vw;
    }
    .detour_txt p {
      font-size: 4.1vw;
      margin-bottom: 8.97vw;
    }
    .detour_txt p span {
      margin-bottom: 3.58vw;
    }
    .detour_txt figure {
      right: 1.28vw;
      top: 1.28vw;
    }
    .detour_txt figure img {
      width: 26.15vw;
      height: auto;
    }
  }

#index_works {
  position: relative;
  padding-top: 55px;
  padding-bottom: 10px;
  border-bottom: solid 1px #000;
}
#index_works::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: 5;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
}
.works_box {
  margin-bottom: 45px
}
.works_box h3 {
  text-align: center;
  margin-bottom: 10px;
}
.works_box h3 small {
  display: block;
  margin-bottom: 5px;
}
.works_box h3 small img {
  margin: 0 2px;
}
.works_box h3 span {
  display: block;
  font-size: 2.3rem;
}
.works_box figure {
  margin-left: -20px;
  margin-right: -20px;
}
.works_txt {
  margin-bottom: 10px;
}
.works_box .btn01,
.works_box .btn02 {
  margin-top: 16px;
}
  @media screen and (max-width: 430px) {
    #index_works {
      padding-top: 14.1vw;
      padding-bottom: 2.56vw;
    }
    .works_box {
      margin-bottom: 11.53vw
    }
    .works_box h3 {
      margin-bottom: 2.56vw;
    }
    .works_box h3 small {
      margin-bottom: 1.28vw;
    }
    .works_box h3 small img {
      width: 6.4vw;
      height: auto;
      margin: 0 0.51vw;
    }
    .works_box h3 span {
      font-size: 5.89vw;
    }
    .works_box figure {
      margin-left: -5.12vw;
      margin-right: -5.12vw;
    }
    .works_txt {
      margin-bottom: 2.56vw;
    }
    .works_box .btn01,
    .works_box .btn02 {
      margin-top: 4.1vw;
    }
  }

#index_topics {
  padding-top: 55px;
}
.topics_list_box {
  transition: none;
  display: block;
  color: #000!important;
  text-decoration: none;
}
.topics_list_box:hover h3 {
  color: #F08300!important;
}
.topics_list_box figure {
  overflow: hidden;
}
.topics_list_box figure img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: all 0.4s ease-in-out 0s;
}
.topics_list_box:hover figure img {
  transform: scale(1.05);
}
.topics_list_txt h3 {
  transition: all 0.2s ease-in-out 0s;
}
.topics_list_info {
  display: flex;
  margin-bottom: 5px;
}
.topics_list_info time {
  font-weight: 300;
  font-size: 1.3rem;
}
.cat_box span {
  min-width: 62px;
  padding: 0 15px;
  display: inline-block;
  background: #000;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  border-radius: 10px;
}
  @media screen and (max-width: 430px) {
    #index_topics {
      padding-top: 14.1vw;
    }
    .topics_list_box:hover figure img {
      transform: scale(1);
    }
    .topics_list_info {
      margin-bottom: 1.28vw;
    }
    .topics_list_info time {
      font-size: 3.33vw;
    }
    .cat_box span {
      min-width: 15.89vw;
      padding: 0 3.84vw;
      font-size: 3.33vw;
      border-radius: 2.56vw;
    }
  }

.topics_list01 .topics_list_box {
  max-width: 296px;
  margin: 0 auto 40px auto;
}
.topics_list01 figure {
  border-radius: 20px;
  margin-bottom: 10px;
}
.topics_list02 figure {
  border-radius: 10px;
}
.topics_list01 .topics_list_info {
  justify-content: space-between;
}
  @media screen and (max-width: 430px) {
    .topics_list01 .topics_list_box {
      max-width: 75.89vw;
      margin: 0 auto 10.25vw auto;
    }
    .topics_list01 figure {
      border-radius: 5.12vw;
      margin-bottom: 2.56vw;
    }
    .topics_list02 figure {
      border-radius: 2.56vw;
    }
  }

.topics_list02 .topics_list_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.topics_list02 .topics_list_box figure {
  max-width: 148px;
}
.topics_list02 .topics_list_txt {
  width: 100%;
  max-width: 184px;
}
.topics_list02 .topics_list_txt h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.topics_list02 .topics_list_info time {
  display: inline-block;
  font-size: 1.2rem;
  white-space: nowrap;
  margin-left: 5px;
  margin-top: 2px;
}
  @media screen and (max-width: 430px) {
    .topics_list02 .topics_list_box {
      margin-bottom: 7.69vw;
    }
    .topics_list02 .topics_list_box figure {
      max-width: 37.94vw;
    }
    .topics_list02 .topics_list_txt {
      max-width: 47.17vw;
    }
    .topics_list02 .topics_list_info time {
      font-size: 3.07vw;
      margin-left: 1.28vw;
      margin-top: 0.51vw;
    }
  }

#no_border {
  padding-top: 75px;
}
.no_border_box {
  position: relative;
}
.no_border_box h2 {
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 5;
}
.no_border_box h2 img {
  filter: drop-shadow(0 0 20px rgba(0,0,0,1));
}
.no_border_box .btn01 {
  position: absolute;
  left: 20px;
  bottom: 40px;
  z-index: 5;
}
.no_border_box .btn01 a {
  width: 200px;
}
.no_border_box .btn01 a span {
  background: url("../img/ico_arrow04a.svg") right center no-repeat;
  background-size: 20px auto;
}
.no_border_box .btn01 a:hover span {
  background: url("../img/ico_arrow04b.svg") right center no-repeat;
  background-size: 20px auto;
}
  @media screen and (max-width: 430px) {
    #no_border {
      padding-top: 19.23vw;
    }
    .no_border_box h2 {
      width: 100%;
      top: 3.84vw;
    }
    .no_border_box h2 img {
      width: 100%;
      height: auto;
    }
    .no_border_box .btn01 {
      left: 5.12vw;
      bottom: 10.25vw;
    }
    .no_border_box .btn01 a {
      width: 51.28vw;
    }
    .no_border_box .btn01 a span {
      background: url("../img/ico_arrow04a.svg") right center no-repeat;
      background-size: 5.12vw auto;
    }
    .no_border_box .btn01 a:hover span {
      background: url("../img/ico_arrow04b.svg") right center no-repeat;
      background-size: 5.12vw auto;
    }
  }

#index_company {
  padding-top: 75px;
}
.philosophy_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 216px;
  background: url("../img/index_company_bg.png") center center no-repeat;
  background-size: 320px auto;
  margin-bottom: 35px;
}
.philosophy_box p {
  font-weight: 600;
  font-size: 2rem;
}
  @media screen and (max-width: 430px) {
    #index_company {
      padding-top: 19.23vw;
    }
    .philosophy_box {
      height: 55.38vw;
      background-size: 82vw auto;
      margin-bottom: 8.97vw;
    }
    .philosophy_box p {
      font-size: 5.12vw;
    }
  }

.index_company_info {
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: solid 1px #E7E6E6;
}
.index_company_info dl {
  font-weight: 600;
  margin-bottom: 30px;
}
.index_company_info dt {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.index_company_info dd {
  font-size: 1.6rem;
}
.index_company_info dd li {
  margin-bottom: 3px;
}
.index_company_info dd li:last-child {
  margin-bottom: 0;
}
.index_company_info dd p {
  line-height: 1.5;
  text-align: left;
  padding-top: 5px;
  letter-spacing: 0.05em;
}
  @media screen and (max-width: 430px) {
    .index_company_info {
      max-width: 82vw;
      padding-bottom: 5.12vw;
    }
    .index_company_info dl {
      margin-bottom: 7.69vw;
    }
    .index_company_info dt {
      font-size: 4.61vw;
      margin-bottom: 2.56vw;
    }
    .index_company_info dd {
      font-size: 4.1vw;
    }
    .index_company_info dd li {
      margin-bottom: 0.76vw;
    }
    .index_company_info dd p {
      padding-top: 1.28vw;
    }
  }

.index_company_address {
  max-width: 320px;
  margin: 0 auto;
  padding: 50px 0;
}
.index_company_address dl {
  font-weight: 600;
  margin-bottom: 25px;
}
  @media screen and (max-width: 430px) {
    .index_company_address {
      max-width: 82vw;
      padding: 12.82vw 0;
    }
    .index_company_address dl {
      margin-bottom: 6.41vw;
    }
  }

/*----------------------------------------------------
  トピックス topics
--------------------------------------------------- */

/*一覧*/
#topics_pickup {
  padding-bottom: 55px;
}
.topics_pickup_ttl {
  text-align: center;
  margin-bottom: 30px;
}
.topics_pickup_ttl small {
  display: block;
}
.topics_pickup_ttl span {
  display: block;
  font-size: 2.5rem;
}
  @media screen and (max-width: 430px) {
    #topics_pickup {
      padding-bottom: 14.1vw;
    }
    .topics_pickup_ttl {
      margin-bottom: 7.69vw;
    }
    .topics_pickup_ttl small img {
      width: 27.69vw;
      height: auto;
    }
    .topics_pickup_ttl span {
      font-size: 6.41vw;
    }
  }

.topics_cat_list {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.topics_cat_list::after {
  position: absolute;
  left: 25px;
  bottom: 0;
  z-index: 5;
  content: "";
  width: calc(100% - 50px);
  height: 1px;
  background: #828282;
}
.topics_cat_list li {
  margin: 0 3px 6px;
}
.topics_cat_list li a {
  min-width: 62px;
  padding: 0 15px;
  display: inline-block;
  background: #000;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
}
.topics_cat_list .current-cat a,
.topics_cat_list li a:hover {
  background: #F08300;
}
  @media screen and (max-width: 430px) {
    .topics_cat_list {
      padding-bottom: 5.12vw;
      margin-bottom: 6.41vw;
    }
    .topics_cat_list::after {
      left: 6.41vw;
      width: calc(100% - 12.82vw);
    }
    .topics_cat_list li {
      margin: 0 0.76vw 1.53vw;
    }
    .topics_cat_list li a {
      min-width: 15.89vw;
      padding: 0 3.84vw;
      font-size: 3.33vw;
      border-radius: 2.56vw;
    }
  }

/*詳細*/
.topics_single_box {
  max-width: 328px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.topics_single_box .topics_list_info {
  margin-bottom: 10px;
}
.topics_single_box .cat_box span {
  font-size: 1.6rem;
}
.topics_single_box .topics_list_info time {
  font-size: 1.4rem;
}
.topics_single_ttl {
  font-size: 2.8rem;
  line-height: 1.4;
  color: #333;
  padding: 15px 0 20px;
}
.topics_single_img img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 20px;
}
.topics_single_box .btn02 a {
  max-width: 294px;
}
  @media screen and (max-width: 430px) {
    .topics_single_box {
      max-width: 84.1vw;
      padding-bottom: 10.25vw;
    }
    .topics_single_box .topics_list_info {
      margin-bottom: 2.56vw;
    }
    .topics_single_box .cat_box span {
      font-size: 4.1vw;
    }
    .topics_single_box .topics_list_info time {
      font-size: 3.58vw;
    }
    .topics_single_ttl {
      font-size: 7.17vw;
      padding: 3.84vw 0 5.12vw;
    }
    .topics_single_img img {
      border-radius: 5.12vw;
    }
    .topics_single_box .btn02 a {
      max-width: 75.38vw;
    }
  }

/*----------------------------------------------------
  ページ名 slug
--------------------------------------------------- */
  @media screen and (max-width: 430px) {
  }

/*----------------------------------------------------
  ページ名 slug
--------------------------------------------------- */
  @media screen and (max-width: 430px) {
  }

/*----------------------------------------------------
  共通WP
--------------------------------------------------- */
/* img */
.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.alignright { float: right; }
.alignleft { float: left; }
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}
img.alignleft {
  margin-right: 25px;
}
img.alignright {
  margin-left: 25px;
}

/*投稿詳細用*/
.entry-content {
  font-size: 1.7rem;
  padding-bottom: 10px;
  line-height: 2;
}
.entry-content:after {
  content: ""; 
  display: block; 
  clear: both;
}
  @media screen and (max-width: 430px) {
    .entry-content {
      font-size: 3.84vw;
      padding-bottom: 2.56vw;
    }
  }

.entry-content h1 {
  font-size: 2.6rem;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #333;
}
  @media screen and (max-width: 430px) {
    .entry-content h1 {
      font-size: 6.66vw;
      margin-bottom: 5.12vw;
    }
  }

.entry-content h2 {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #333;
}
  @media screen and (max-width: 430px) {
    .entry-content h2 {
      font-size: 6.15vw;
      margin-bottom: 5.12vw;
    }
  }

.entry-content h3 {
  font-size: 2.2rem;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #333;
}
  @media screen and (max-width: 430px) {
    .entry-content h3 {
      font-size: 5.64vw;
      margin-bottom: 5.12vw;
    }
  }

.entry-content h4 {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #333;
}
  @media screen and (max-width: 430px) {
    .entry-content h4 {
      font-size: 5.12vw;
      margin-bottom: 5.12vw;
    }
  }

.entry-content h5 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #333;
}
  @media screen and (max-width: 430px) {
    .entry-content h5 {
      font-size: 4.61vw;
      margin-bottom: 5.12vw;
    }
  }

.entry-content h6 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #333;
}
  @media screen and (max-width: 430px) {
    .entry-content h6 {
      font-size: 4.1vw;
      margin-bottom: 5.12vw;
    }
  }

.entry-content p {
  margin-bottom:30px;
}
  @media screen and (max-width: 430px) {
    .entry-content p {
      margin-bottom: 5vw;
    }
  }

.entry-content img {
  margin-bottom:30px;
}
  @media screen and (max-width: 430px) {
    .entry-content img {
      margin-bottom: 5vw;
    }
  }

.entry-content ul {
  margin-bottom: 30px;
  padding-left: 20px;
}
.entry-content ul li {
  list-style-type: disc;
}
.entry-content ul li ul {
  margin-bottom: 10px;
  font-size: 93%;
}
.entry-content ul li ul li {
  list-style-type:circle;
}
  @media screen and (max-width: 430px) {
    .entry-content ul {
      margin-bottom: 5vw;
      padding-left: 5.4vw;
    }
    .entry-content ul li ul {
      margin-bottom: 2vw;
    }
  }

.entry-content ol {
  counter-reset: section;
  margin-bottom: 30px;
}
.entry-content ol li {
  list-style: none;
}
.entry-content ol > li:before {
  content : counters(section, '-') '. ';
  counter-increment : section;
}
.entry-content ol li ol {
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 93%;
}
  @media screen and (max-width: 430px) {
    .entry-content ol {
      margin-bottom: 5vw;
    }
    .entry-content ol li ol {
      padding-left: 5.4vw;
      margin-bottom: 2vw;
    }
  }

.entry-content table {
  width:100%;
  margin:0 0 30px 0;
}
.entry-content th {
  text-align: left;
  padding:7px 10px;
  border:solid 1px #eee;
  font-weight: 500;
}
.entry-content td {
  padding:7px 10px;
  border:solid 1px #eee;
}
  @media screen and (max-width: 430px) {
    .entry-content table {
      margin:0 0 5vw 0;
      font-size: 93%;
    }
    .entry-content th {
      padding:2vw;
    }
    .entry-content td {
      padding:2vw;
    }
  }

.entry-content table img {
  margin-bottom: 0;
}

.entry-content blockquote {
  position: relative;
  border: solid 4px #d7d7d7;
  padding: 20px 20px 20px 40px;
  margin-bottom: 30px;
}
.entry-content blockquote::before {
  position: absolute;
  left: 10px;
  top: 15px;
  content: "“";
  line-height: 1;
  font-size: 4.8rem;
  color: #d7d7d7;
}
  @media screen and (max-width: 430px) {
    .entry-content blockquote {
      border: solid 3px #d7d7d7;
      padding: 4vw 3.33vw 4vw 9.33vw;
      margin-bottom: 5vw;
    }
    .entry-content blockquote::before {
      left: 2vw;
      top: 4vw;
      font-size: 12.33vw;
    }
  }

.entry-content u {
  text-decoration: underline;
}

.entry-content .wp-caption.alignright {
  margin-left: 25px;
}
.entry-content .wp-caption.alignleft {
  margin-right: 25px;
}
  @media screen and (max-width: 430px) {
    .entry-content .wp-caption {
      width: 100%!important;
      float: none!important;
      margin: 0 0 5vw 0!important;
    }
  }

.entry-content .wp-caption img {
  margin-bottom: 5px;
}
.entry-content .wp-caption p {
  font-size: 90%;
  color: #757575;
  font-style: italic;
}
  @media screen and (max-width: 430px) {
    .entry-content .wp-caption img {
      margin-bottom: 2vw;
    }
  }

/*ページ分割ナビ*/
.wp-pagenavi {
  padding: 0 0 30px 0;
  text-align: center;
  overflow: hidden;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  width: 44px;
  line-height: 42px;
  background: #fff;
  border: 1px solid #333;
  color: #333;
  border-radius: 50%;
  margin: 0 1px 8px 1px;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
}
.wp-pagenavi span {
  background: #333;
  color: #fff;
}
.wp-pagenavi a:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.wp-pagenavi .first, .wp-pagenavi .last {
  line-height: 1;
  width: auto;
  border: none;
}
.wp-pagenavi .first:hover, .wp-pagenavi .last:hover {
  border: none;
  color: #333;
  background: none;
  text-decoration: underline;
}
.wp-pagenavi .extend {
  line-height: 1;
  width: auto;
  border: none;
  color: #333;
  background: none;
}
  @media screen and (max-width: 430px) {
    .wp-pagenavi {
      padding: 0 0 7.69vw 0;
    }
    .wp-pagenavi a, .wp-pagenavi span {
      width: 11.28vw;
      line-height: 10.76vw;
      margin: 0 0.25vw 2.05vw 0.25vw;
      font-size: 4.1vw;
    }
  }

/*記事詳細ナビ*/
.wp-detailnavi {
  position: relative;
  padding: 50px 0 0 0;
  text-align: center;
}
.wp-detailnavi a {
  display: block;
  text-decoration: none;
  color: #000;
  border: solid 1px #000;
  line-height: 40px;
  padding: 5px;
}
.wp-detailnavi a:hover {
  color: #fff;
  background: #000;
}
.prev_link {
  width: 33%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.next_link {
  width: 33%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.list_link {
  width: 34%;
  margin: 0 auto;
}
.list_link a {
  color: #fff;
  background: #000;
}
  @media screen and (max-width: 430px) {
    .wp-detailnavi {
      padding-top: 8vw;
    }
    .wp-detailnavi a {
      line-height: 9.33vw;
    }
    .prev_link {
      width: calc(32% - 1px);
    }
    .next_link {
      width: calc(32% - 1px);
    }
    .list_link {
      width: 36%;
    }
  }

/*----------------------------------------------------
  404 Not Found
--------------------------------------------------- */
#notfound {
  padding-bottom: 60px;
}
#notfound p {
  padding-bottom: 20px;
}
#notfound .btn01 {
  margin-top: 40px;
}
  @media screen and (max-width: 430px) {
    #notfound {
      padding-bottom: 10.66vw;
    }
    #notfound p {
      padding-bottom: 4vw;
    }
    #notfound .btn01 {
      margin-top: 6.66vw;
    }
  }

/*----------------------------------------------------
  お問い合わせ contact
--------------------------------------------------- */
#contact {
}

#contact_form {
  max-width: 1000px;
  margin: 0 auto;
}
.form_area table {
  margin-bottom: 40px;
  line-height: 1.6;
}
.form_area th {
  width: 300px;
  padding: 18px 20px;
  text-align: left;
  font-weight: 500;
  vertical-align: middle;
  border-bottom: dotted 1px #ddd;
  border-top: dotted 1px #ddd;
  background: #eeeeee;
}
.form_area th > span {
  display:block;
  position:relative;
  padding-right: 50px;
}
.form_area .require {
  position: absolute;
  color:#fff;
  background: #E5151F;
  font-style:normal;
  display:inline-block;
  font-size: 1.3rem;
  border-radius: 2px;
  width: 48px;
  line-height: 24px;
  text-align: center;
  right: 0;
  top: 2px;
}
.form_area td {
  padding: 18px 20px;
  border-bottom: dotted 1px #ddd;
  border-top: dotted 1px #ddd;
}
.form_area td .wpcf7-text, 
.form_area td textarea {
  padding: 13px 15px;
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 0;
  width: 100%;
  margin: 8px 0;
  outline: none;
}
.form_area td textarea {
  height: 250px;
}
.form_area td .wpcf7-list-item {
  display: block;
  margin: 5px 0;
}
.form_area td .wpcf7-list-item-label {
  margin: 0 0 0 5px;
}
  @media screen and (max-width: 999px) {
    .form_area {
      max-width: 100%;
      padding: 0;
    }
    .form_area table,
    .form_area tbody,
    .form_area tr,
    .form_area th,
    .form_area td {
      display: block;
      width: 100%!important;
    }
    .form_area table {
      margin-bottom: 2.66vw;
    }
    .form_area th {
      max-width: 100%;
      padding: 2.66vw 3vw;
      font-size: 4vw;
    }
    .form_area th span {
      margin: 0;
      padding-right: 12vw;
    }
    .form_area .require {
      font-size: 3.46vw;
      width: 10vw;
      line-height: 6vw;
    }
    .form_area th .require {
      right: 0;
      top: calc(50% - 3vw);
    }
    .form_area td {
      padding: 3vw 0;
      border: none;
    }
    .form_area td .wpcf7-text,
    .form_area td textarea {
      padding: 2vw 3vw;
      margin: 0;
      font-size:max(3.46vw,1.6rem);
    }
    .form_area td textarea {
      height: 54vw;
    }
  }

.contact_note {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
.entry_none {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.consent_box {
  margin-bottom: 40px;
}
.consent_box .wpcf7-list-item {
  margin: 0;
}
.consent_box .wpcf7-list-item-label {
  margin-left: 5px;
}
  @media screen and (max-width: 999px) {
    .form_area input[type="radio"],
    .form_area input[type="checkbox"] {
      transform: scale(1.5);
      vertical-align: middle;
    }
    .contact_note {
      font-size: 3.46vw;
      letter-spacing: 0;
      margin-top: 1.33vw;
    }
    .consent_box {
      margin-bottom: 6.66vw;
    }
  }
  @media screen and (max-width: 500px) {
    .form_area input[type="radio"],
    .form_area input[type="checkbox"] {
      transform: scale(1);
    }
  }

/*プレースホルダー*/
::-webkit-input-placeholder { color:#999; opacity: 1; }
:-moz-placeholder { color:#999; opacity: 1; }
::-moz-placeholder { color:#999; opacity: 1; }

:focus::-webkit-input-placeholder { color:transparent; }
:focus:-moz-placeholder { color:transparent; }
:focus::-moz-placeholder { color:transparent; }

  @media screen and (max-width: 999px) {
    ::-webkit-input-placeholder { color:#aaa; font-size: 3.46vw; }
    :-moz-placeholder { color:#666; font-size: 3.46vw; }
    ::-moz-placeholder { color:#666; font-size: 3.46vw; }
  }

/*ボタン*/
.submit-btn {
  position: relative;
  display: block;
  text-align: center;
}
.submit-btn input {
  display: inline-block;
  min-width: 320px;
  line-height: 60px;
  padding: 0 12px;
  border-radius: 30px;
  background-color: #E5151F;
  border: solid 1px #E5151F;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  font-style: normal;
  cursor: pointer;
  outline: none;
  letter-spacing: 0.08em;
  transition: all 0.2s ease-in-out 0s;
}
.submit-btn input:hover {
  background-color: #fff;
  color: #E5151F;
}
.submit-btn [disabled] {
  color: #999!important;
  opacity: 1!important;
  border: solid 1px #ccc!important;
  background-color: #ccc!important;
}
  @media screen and (max-width: 999px) {
    .submit-btn input {
      min-width: 74vw;
      line-height: 12.8vw;
      padding: 0 2.66vw;
      border-radius: 6.66vw;
      font-size: 4vw;
    }
  }

.wpcf7 .wpcf7-spinner {
  position: absolute;
  right: calc(50% - 35px)!important;
  bottom: -35px!important;
}
.wpcf7 .wpcf7-response-output {
  text-align: center!important;
}

.custom-wpcf7cp-confirm.wpcf7cp-form-hide > * {
  height: 0;
  padding: 0;
  margin: 0;
}
div#wpcf7cpcnf {
  position: relative!important;
}
div#wpcf7cpcnf table {
  margin-bottom: 40px;
}
div#wpcf7cpcnf th {
  width: 320px;
  padding: 18px 20px;
  text-align: left;
  font-weight: 500;
  vertical-align: middle;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
  background: #eeeeee;
}
div#wpcf7cpcnf th p {
  margin: 0;
}
div#wpcf7cpcnf td {
  padding: 18px 20px;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
}
  @media screen and (max-width: 999px) {
    div#wpcf7cpcnf table,
    div#wpcf7cpcnf tbody,
    div#wpcf7cpcnf tr,
    div#wpcf7cpcnf th,
    div#wpcf7cpcnf td {
      display: block;
      width: 100%;
    }
    div#wpcf7cpcnf table {
      margin-bottom: 6.66vw;
    }
    div#wpcf7cpcnf th {
      padding: 2.66vw 4vw;
    }
    div#wpcf7cpcnf td {
      padding: 4vw 0;
    }
  }

.wpcf7cp-btns {
  text-align: center;
}
.wpcf7cp-btns button {
  display: inline-block;
  min-width: 320px;
  line-height: 60px;
  padding: 0 12px;
  margin: 0 15px;
  border-radius: 30px;
  background-color: #E5151F;
  border: solid 1px #E5151F;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  font-style: normal;
  cursor: pointer;
  outline: none;
  letter-spacing: 0.08em;
  transition: all 0.2s ease-in-out 0s;
}
.wpcf7cp-btns button:hover {
  background-color: #fff;
  color: #E5151F;
}
.wpcf7cp-btns .wpcf7cp-cfm-edit-btn {
	background-color: #999;
  border: solid 1px #999;
}
.wpcf7cp-btns .wpcf7cp-cfm-edit-btn:hover {
  color: #999;
}
  @media screen and (max-width: 999px) {
    .wpcf7cp-btns button {
      min-width: 74vw;
      line-height: 12.8vw;
      padding: 0 2.66vw;
      border-radius: 6.66vw;
      font-size: 4vw;
      margin-bottom: 4vw;
    }
  }


