@charset "UTF-8";
/*設定読み込み
-------------------------------*/
/*共通
-------------------------------*/
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/ /*MAC IE5*/
  height: auto;
  overflow: hidden;
  /**/
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  transition: 0.2s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

/*コンテンツ幅設定*/
/*レスポンシブ設定*/
/*レスポンシブ設定*/
body {
  padding: 0;
  margin: 0 auto;
  border: 0 none;
  color: #333333;
}

.right {
  float: right;
}

.left {
  float: left;
}

.sp-zone {
  display: none;
}
@media screen and (max-width: 780px) {
  .sp-zone {
    display: block;
  }
}

.pc-zone {
  display: block;
}
@media screen and (max-width: 780px) {
  .pc-zone {
    display: none;
  }
}

/* ヘッダーに適用 */
header {
  width: 100%;
}

.errorpage {
  background-image: linear-gradient(90deg, rgba(168, 202, 240, 0.52), rgba(255, 255, 255, 0.52));
  color: #333;
  height: 80vh;
  width: 100%;
  padding: 20vh 10% 0;
  line-height: 2em;
}
.errorpage__title {
  font-size: 5vw;
  margin-bottom: 70px;
  font-weight: bold;
}
.errorpage__title span {
  font-size: 6vw;
}
.errorpage__text strong {
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  font-size: 145%;
}
.errorpage__text a {
  display: inline-block;
  margin-block-start: 10px;
  font-weight: bold;
  text-decoration: underline;
}
.errorpage__text a:hover {
  opacity: 0.7;
}

#page-header {
  position: relative;
}
#page-header .rightbox {
  display: flex;
  justify-content: flex-end;
  width: 90%;
  margin: auto;
  max-width: 1160px;
  position: absolute;
  top: 77%;
  left: 50%;
  transform: translate(-50%, 0px);
  color: #fff;
  font-size: 1.6rem;
}

.topcontent__section {
  width: 100%;
  margin: auto;
}
.topcontent__section.intro-wrap {
  margin-bottom: 10em;
}
.topcontent__section .content {
  width: 90%;
  max-width: 1080px;
  margin: auto;
  color: #3c3c3c;
}
.topcontent__section .content h2 {
  font-size: 3.4rem;
  text-shadow: none;
  border: none;
  color: #3c3c3c;
  display: flex;
  width: 100%;
  padding: 0;
  margin-top: 0;
  margin-bottom: 1.7em;
  display: flex;
  width: 100%;
  align-items: center;
}
.topcontent__section .content h2 span {
  margin-left: 20px;
  flex: 1;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 2rem;
  border: none;
  padding-bottom: 3px;
  border-top: none;
  border-bottom: 1px solid #3c3c3c;
}
.topcontent__section .content h2 span:before {
  display: none;
}
.topcontent__section.slide {
  margin-bottom: 6em;
}
.topcontent__section.slide .content {
  width: 100%;
}
.topcontent__section.news .newslist {
  width: 100%;
  max-width: 830px;
  margin: auto;
}
.topcontent__section.news .newslist li {
  padding-bottom: 30px;
}
.topcontent__section.news .newslist li a {
  font-size: 1.8rem;
  display: flex;
  justify-content: left;
  align-items: center;
}
.topcontent__section.news .newslist li a .ymd {
  font-weight: 600;
  font-size: 2rem;
}
.topcontent__section.news .newslist li a .cat {
  padding: 8px 25px;
  display: block;
  line-height: 1em;
  font-size: 1.6rem;
  border: 1px solid;
  border-radius: 9999px;
  margin: 0 15px;
}
.topcontent__section.news .btn_more {
  text-align: right;
}
.topcontent__section.news .btn_more a {
  display: block;
  margin: 0 0 auto auto;
}
.topcontent__section.topics {
  padding: 1em 0;
  background: #f5f5f5;
}
.topcontent__section.topics .topicslist li {
  display: flex;
  padding: 10px;
  background: #fff;
  margin-bottom: 20px;
}
.topcontent__section.topics .topicslist li .photo {
  width: 90%;
  max-width: 240px;
  margin-right: 20px;
}
.topcontent__section.topics .topicslist li .text h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.topcontent__section.topics .topicslist li .text .txt {
  font-size: 1.6rem;
  color: #000;
  padding-right: 120px;
}
.topcontent__section.topics .topicslist li .text .btn_more {
  text-align: right;
}
.topcontent__section.topics .topicslist li .text .btn_more a {
  display: block;
  margin: 0 30px auto auto;
}
.topcontent__section.blog .flexarea {
  display: flex;
  justify-content: space-between;
}
.topcontent__section.blog .flexarea .info {
  width: 49%;
  max-width: 520px;
  padding: 20px;
  background: #f5f5f5;
}
.topcontent__section.blog .flexarea .info h3 {
  font-size: 3.4rem;
  text-shadow: none;
  border: none;
  color: #3c3c3c;
  display: flex;
  width: 100%;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0.7em;
  display: flex;
  width: 100%;
  align-items: center;
}
.topcontent__section.blog .flexarea .info h3 span {
  margin-left: 20px;
  flex: 1;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 2rem;
  border: none;
  padding-bottom: 3px;
  border-top: none;
  border-bottom: 1px solid #3c3c3c;
  gap: 20px;
}
.topcontent__section.blog .flexarea .info h3 span:before {
  display: none;
}
.topcontent__section.blog .flexarea .info .flex {
  justify-content: space-between;
  display: flex;
}
.topcontent__section.blog .flexarea .info .flex .photo {
  width: 70%;
  max-width: 160px;
  margin-right: 20px;
}
.topcontent__section.blog .flexarea .info .flex .text {
  font-size: 1.6rem;
  color: #000;
}
.topcontent__section.blog .flexarea .info .flex .text .btn_more {
  text-align: right;
}
.topcontent__section.blog .flexarea .info .flex .text .btn_more a {
  display: block;
  margin: 0 0 auto auto;
}

.back__dark {
  background: #aaa;
}

.workspage.active .category {
  max-width: 830px;
  margin: auto auto 5% auto;
}
.workspage.active .active__list {
  max-width: 830px;
  margin: auto auto 5% auto;
}
.workspage .category {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: left;
  gap: 5%;
  margin-bottom: 5%;
}
.workspage .category li {
  display: block;
  width: 30%;
  margin-bottom: 2.5%;
}
.workspage .category li a {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 9999px;
  border: 1px solid #aaa;
  padding: 0.7rem;
}
.workspage.single {
  max-width: 830px;
  margin: auto auto 5% auto;
}
.workspage.active .active__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: left;
  gap: 5%;
  margin-bottom: 5%;
}
.workspage.active .active__list img {
  width: 100%;
  height: auto;
}
.workspage.active .active__list .active__list__item {
  display: block;
  width: 30%;
  margin-bottom: 2.5%;
}
.workspage.active .active__list .active__list__item a {
  display: block;
  width: 100%;
  position: relative;
}
.workspage.active .active__list .active__list__item a .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  padding: 66.5% 0 0 0;
  width: 100%;
  display: block;
  overflow: hidden;
}
.workspage.active .active__list .active__list__item a .thumbnail img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.workspage.active .active__list .active__list__item a h3 {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 0.85rem;
}
.workspage.active .active__list .active__list__item a h3 span {
  display: block;
  font-weight: normal;
  font-size: 1.4rem;
}
.workspage.single .title {
  display: block;
  align-items: center;
  margin-bottom: 5%;
}
.workspage.single .title .category {
  font-size: 1.4rem;
  display: inline-block;
  text-align: center;
  border-radius: 9999px;
  border: 1px solid #aaa;
  padding: 0.5rem 1.5rem;
  margin-right: 10px;
  margin-bottom: 1%;
}
.workspage.single .title h2.blk {
  width: 100%;
}
.workspage.single .photo .main {
  width: 100%;
  margin-bottom: 5%;
}
.workspage.single .photo .main img {
  width: 100%;
  height: auto;
}
.workspage.single .photo .sub {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: left;
  gap: 2.5%;
  margin-bottom: 5%;
}
.workspage.single .photo .sub li {
  display: block;
  width: 18%;
  margin-bottom: 2.5%;
}
.workspage.single .photo .sub li a {
  display: block;
  width: 100%;
}
.workspage.single .text {
  margin-bottom: 10rem;
}
.workspage.single .text .text__content {
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #aaa;
}
.workspage.single .text .text__content div, .workspage.single .text .text__content p, .workspage.single .text .text__content img {
  max-width: 100%;
}
.workspage.single .text .text__content:last-child {
  margin-bottom: 0rem;
  padding-bottom: 0rem;
  border-bottom: none;
}
.workspage.single .text .text__content.flexarea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5%;
}
.workspage.single .text .text__content.flexarea .flexarea__photo {
  width: 47.5%;
}
.workspage.single .text .text__content.flexarea .flexarea__text {
  width: 47.5%;
}
.workspage.single .info {
  margin-bottom: 10rem;
}
.workspage.single .info ul li {
  margin-bottom: 2.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #aaa;
}
.workspage.single .info ul li .title {
  display: inline-block;
  width: 100%;
  max-width: 100px;
}
#post-pagezone .single {
  max-width: 830px;
  margin: auto;
}
#post-pagezone .single .sns__share {
  display: flex;
  justify-content: left;
  gap: 1rem;
  margin-bottom: 12rem;
  width: 100%;
}
#post-pagezone .single .sns__share a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  border: 1px solid #333;
  border-radius: 9999px;
  font-size: 1.4rem;
}
#post-pagezone .single .sns__share a span {
  width: 15px;
  margin-right: 0.5rem;
}
#post-pagezone .single .sns__share.tagzone {
  display: block;
}
#post-pagezone .single .sns__share .tag {
  width: 100%;
  margin-bottom: 2rem;
}
#post-pagezone .single .sns__share .tag .post-tags {
  font-size: 1.1rem;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
#post-pagezone .single .sns__share .tag .post-tags a {
  margin-right: 5px;
  padding: 0;
  border: none;
  width: auto;
}
#post-pagezone .single .sns__share .tag .post-tags a:before {
  content: "#";
}
#post-pagezone .archive .active__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: left;
  gap: 5%;
  max-width: 830px;
  margin: auto;
  margin-bottom: 5%;
}
#post-pagezone .archive .active__list img {
  width: 100%;
  height: auto;
}
#post-pagezone .archive .active__list .active__list__item {
  display: block;
  width: 30%;
  margin-bottom: 2.5%;
}
#post-pagezone .archive .active__list .active__list__item a {
  display: block;
  width: 100%;
  position: relative;
}
#post-pagezone .archive .active__list .active__list__item a .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 100%;
  width: 100%;
  overflow: hidden;
}
#post-pagezone .archive .active__list .active__list__item a .thumbnail img {
  height: auto;
  min-width: 135%;
  min-height: 100%;
  width: auto;
  min-height: 100%;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#post-pagezone .archive .active__list .active__list__item a .thumb {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
#post-pagezone .archive .active__list .active__list__item a .thumb img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: 1000%;
  max-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#post-pagezone .archive .active__list .active__list__item a h3 {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 0.85rem;
}
#post-pagezone .archive .active__list .active__list__item a h3 span {
  display: block;
  font-size: 1.4rem;
}
#post-pagezone .archive .active__list .active__list__item .ymd {
  font-size: 1.2rem;
}
#post-pagezone .archive .active__list .active__list__item .blogtxt {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  display: block;
}
#post-pagezone .archive .active__list .active__list__item .post-tags {
  font-size: 1.1rem;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
#post-pagezone .archive .active__list .active__list__item .post-tags a {
  margin-right: 5px;
  display: block;
  width: auto;
}
#post-pagezone .archive .active__list .active__list__item .post-tags a:first-child {
  display: none;
}
#post-pagezone .archive .active__list .active__list__item .post-tags a:before {
  content: "#";
}
#post-pagezone .archive .active__list .active__list__item .post-tags a:after {
  content: " /";
}

#column-pagezone #page-header.aboutus {
  background-image: url(../assets/images/aboutus/column-mv.png);
}
#column-pagezone .single {
  max-width: 830px;
  margin: auto;
}
#column-pagezone .archive .active__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: left;
  gap: 5%;
  max-width: 830px;
  margin: auto;
  margin-bottom: 5%;
}
#column-pagezone .archive .active__list img {
  width: 100%;
  height: auto;
}
#column-pagezone .archive .active__list .active__list__item {
  display: block;
  width: 30%;
  margin-bottom: 2.5%;
  text-align: center;
}
#column-pagezone .archive .active__list .active__list__item .title {
  font-size: 1.3rem;
  margin-top: 1rem;
  color: #000;
}
#column-pagezone .archive .active__list .active__list__item a {
  display: block;
  width: 100%;
}
#column-pagezone .archive .active__list .active__list__item a strong {
  font-weight: bold;
}
#column-pagezone .archive .active__list .active__list__item a span {
  font-size: 1.3rem;
  width: 100%;
  display: block;
  margin-top: 5px;
  font-weight: bold;
}
#column-pagezone .archive .active__list .active__list__item a .thumb {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
#column-pagezone .archive .active__list .active__list__item a .thumb img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#column-pagezone .archive .active__list .active__list__item a h3 {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 0.85rem;
}
#column-pagezone .archive .active__list .active__list__item a h3 span {
  display: block;
  font-size: 1.4rem;
}
#column-pagezone .archive .active__list .active__list__item .ymd {
  font-size: 1.2rem;
}
#column-pagezone .archive .active__list .active__list__item .post-tags {
  font-size: 1.1rem;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
#column-pagezone .archive .active__list .active__list__item .post-tags a {
  margin-right: 5px;
  display: block;
  width: auto;
}
#column-pagezone .archive .active__list .active__list__item .post-tags a:first-child {
  display: none;
}
#column-pagezone .archive .active__list .active__list__item .post-tags a:before {
  content: "#";
}
#column-pagezone .archive .active__list .active__list__item .post-tags a:after {
  content: " /";
}

#post-pagezone .archive .active__list .active__list__item .post-tags li::nth-child(1) {
  background-color: #333;
}

#news-pagezone .single {
  max-width: 830px;
  margin: auto;
}

.news__page .news__page__list {
  margin-bottom: 5rem;
}
.news__page .news__page__list .news__page__list__item {
  width: 100%;
  max-width: 830px;
  margin: auto;
  margin-bottom: 2.5rem;
}
.news__page .news__page__list .news__page__list__item a {
  display: block;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #aaa;
}
.news__page .news__page__list .news__page__list__item a .category {
  font-size: 1.4rem;
  display: inline-block;
  text-align: center;
  border-radius: 9999px;
  border: 1px solid #aaa;
  padding: 0.5rem 1.5rem;
  margin-right: 10px;
}
.news__page .news__page__list .news__page__list__item a .title {
  margin-top: 0.5rem;
}
.news__page.single .title {
  margin-bottom: 10rem;
}
.news__page.single .title .category {
  font-size: 1.4rem;
  display: inline-block;
  text-align: center;
  border-radius: 9999px;
  border: 1px solid #aaa;
  padding: 0.5rem 1.5rem;
  margin-right: 10px;
}
.news__page.single .title h2 {
  display: block;
}
.news__page.single .photo .main {
  width: 100%;
  margin-bottom: 5%;
}
.news__page.single .photo .main img {
  width: 100%;
  height: auto;
}
.news__page.single .photo .sub {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: left;
  gap: 2.5%;
  margin-bottom: 5%;
}
.news__page.single .photo .sub li {
  display: block;
  width: 18%;
  margin-bottom: 2.5%;
}
.news__page.single .photo .sub li a {
  display: block;
  width: 100%;
}
.news__page.single .text {
  margin-bottom: 10rem;
}
.news__page.single .text p img {
  display: inline;
}
.news__page.single .text figure {
  width: 100%;
}
.news__page.single .text .text__content {
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #aaa;
}
.news__page.single .text .text__content div, .news__page.single .text .text__content p, .news__page.single .text .text__content img {
  max-width: 100%;
}
.news__page.single .text .text__content:last-child {
  margin-bottom: 0rem;
  padding-bottom: 0rem;
  border-bottom: none;
}
.news__page.single .text .text__content.flexarea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5%;
}
.news__page.single .text .text__content.flexarea .flexarea__photo {
  width: 47.5%;
}
.news__page.single .text .text__content.flexarea .flexarea__text {
  width: 47.5%;
}
.news__page.single .info {
  margin-bottom: 10rem;
}
.news__page.single .info ul li {
  margin-bottom: 2.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #aaa;
}
.news__page.single .info ul li .title {
  display: inline-block;
  width: 100%;
  max-width: 100px;
}
.single .text__content strong {
  font-weight: bold;
}
.single .text__content h2 {
  font-size: 180%;
  text-shadow: none;
  margin-bottom: 0;
  color: #3c3c3c;
}
.single .text__content h3 {
  font-size: 130%;
  text-shadow: none;
  margin-bottom: 0;
  color: #3c3c3c;
}
.single .text__content h4 {
  font-size: 110%;
  text-shadow: none;
  margin-bottom: 0;
  color: #3c3c3c;
  border: none;
}

/*PAGENAVI
-------------------------------*/
.wp-pagenavi {
  text-align: center;
  clear: both;
  margin: 20px 0px;
  font-weight: 500;
  margin: 20px auto;
}
.wp-pagenavi a {
  margin-bottom: 10px;
  font-size: 16px;
  margin: 2px;
  padding: 0px 4px;
  box-sizing: border-box;
  display: inline-block;
  min-width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 0%;
  line-height: 22px;
  color: #737373;
  border: 1px solid #737373;
}
.wp-pagenavi span {
  margin-bottom: 10px;
  font-size: 16px;
  margin: 2px;
  padding: 0px 4px;
  box-sizing: border-box;
  display: inline-block;
  min-width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 0%;
  line-height: 22px;
  color: #737373;
  border: 1px solid #737373;
}
.wp-pagenavi a:hover {
  background: #EEFFCC;
}
.wp-pagenavi .current {
  background-color: #3c3c3c;
  color: #ffffff;
  font-weight: bold;
}
.wp-pagenavi .extend {
  background: #eeeeee;
}
.wp-pagenavi .first, .wp-pagenavi .last {
  background-color: #6c6c6c;
  color: #FFFFFF;
  font-weight: bold;
}
.wp-pagenavi .first:hover, .wp-pagenavi .last:hover {
  background-color: #8c8c8c;
  color: #FFFFFF;
}
.wp-pagenavi .first:active, .wp-pagenavi .last:active {
  color: #FFFFFF;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  background-color: none;
  overflow: hidden;
  text-indent: 9999px;
  width: 35px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #3c3c3c;
  position: relative;
}
.wp-pagenavi .previouspostslink {
  margin-right: 10px;
}
.wp-pagenavi .previouspostslink:after {
  position: absolute;
  border-left: 1px solid #3c3c3c;
  bottom: -5px;
  left: 0;
  content: "";
  width: 1px;
  height: 10px;
  transform: rotate(45deg);
}
.wp-pagenavi .nextpostslink {
  margin-left: 10px;
}
.wp-pagenavi .nextpostslink:after {
  position: absolute;
  border-left: 1px solid #3c3c3c;
  bottom: -5px;
  right: 0;
  content: "";
  width: 1px;
  height: 10px;
  transform: rotate(-45deg);
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
  background: none;
}
.wp-pagenavi .smaller, .wp-pagenavi .larger {
  border: 1px solid #eeeeee;
}
.wp-pagenavi .smaller:hover, .wp-pagenavi .larger:hover {
  background-color: #ffffff;
}
.wp-pagenavi .smaller:active, .wp-pagenavi .larger:active {
  color: #3c3c3c;
}
.wp-pagenavi .pages {
  font-size: 10px;
  width: 100%;
  padding: 0px;
  margin: auto;
  display: none;
}
.wp-pagenavi .last {
  display: none;
}

.backbtn {
  text-align: center;
}
.backbtn a {
  display: block;
  width: 150px;
  padding: 7px 0;
  border: 1px solid #3c3c3c;
  border-radius: 9999px;
  font-size: 1.6rem;
  margin: auto;
}

.post-navigation {
  margin-top: 5.5rem;
  display: flex;
  justify-content: space-between;
}

.related-posts h2 {
  margin-left: 0px;
  flex: 1;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 2rem;
  border: none;
  padding-bottom: 3px;
  margin-bottom: 0.5rem;
  border-top: none;
  border-bottom: 1px solid #3c3c3c;
  width: 100%;
}
.related-posts .active__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: left;
  gap: 5%;
  margin-bottom: 5%;
}
.related-posts .active__list .thumb {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.related-posts .active__list .thumb img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.related-posts .active__list .active__list__item {
  display: block;
  width: 30%;
  margin-bottom: 2.5%;
}
.related-posts .active__list .active__list__item a {
  display: block;
  width: 100%;
}
.related-posts .active__list .active__list__item a h3 {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 0.85rem;
}
.related-posts .active__list .active__list__item a h3 span {
  display: block;
  font-size: 1.4rem;
}
.related-posts .active__list .active__list__item .title {
  margin-bottom: 1rem;
}
.related-posts .active__list .active__list__item .post-tags {
  font-size: 1.1rem;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.related-posts .active__list .active__list__item .post-tags a {
  margin-right: 5px;
  display: block;
  width: auto;
}
.related-posts .active__list .active__list__item .post-tags a:first-child {
  display: none;
}
.related-posts .active__list .active__list__item .post-tags a:before {
  content: "#";
}
.related-posts .active__list .active__list__item .post-tags a:after {
  content: " /";
}

#privacy-pagezone .inner.pp {
  max-width: 830px;
  margin: auto;
}
#privacy-pagezone .inner.pp section p {
  margin-bottom: 2rem;
}
#privacy-pagezone .inner.pp section p.rightbox {
  display: flex;
  justify-content: flex-end;
}
#privacy-pagezone .inner.pp section p span {
  display: block;
}
#privacy-pagezone .inner.pp section h2 {
  font-size: 2.1rem;
  color: #000;
  margin-bottom: 1rem;
  text-shadow: none;
}
#privacy-pagezone .inner.pp section ol {
  margin-bottom: 5rem;
}

.contact__contentarea {
  width: 100%;
  max-width: 830px;
  margin: auto;
}
.contact__contentarea .contect__read {
  text-align: center;
  margin-bottom: 8rem;
}
.contact__contentarea .contact_mail {
  padding-top: 4.5rem;
  position: relative;
}
.contact__contentarea .contact_mail:before {
  content: "※必須項目";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 1.4rem;
}
.contact__contentarea input {
  cursor: pointer;
}
.contact__contentarea .contactarea dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  align-items: center;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #d6d6d6;
}
@media screen and (max-width: 767px) {
  .contact__contentarea .contactarea dl {
    display: block;
    margin-bottom: 10%;
  }
}
.contact__contentarea .contactarea dl dt {
  width: 23%;
}
.contact__contentarea .contactarea dl dt span {
  display: inline-block;
  margin-left: 15px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .contact__contentarea .contactarea dl dt {
    display: block;
    width: 100%;
    margin-bottom: 3%;
  }
}
.contact__contentarea .contactarea dl dd {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .contact__contentarea .contactarea dl dd {
    display: block;
    width: 100%;
  }
}
.contact__contentarea .contactarea dl dd span {
  display: block;
  width: 100%;
}
.contact__contentarea .contactarea dl dd span input, .contact__contentarea .contactarea dl dd span textarea {
  width: 98%;
  padding: 1%;
  border: 1px solid #a8a8a8;
  cursor: auto;
}
.contact__contentarea .contactarea dl dd select {
  padding: 5px 10px;
  border: 1px solid #aaa;
}
.contact__contentarea .contactarea .sectionlink .wpcf7-submit {
  display: block;
  border: none;
  padding: 15px 30px;
  font-size: 12px;
  letter-spacing: 1px;
  margin: auto;
  max-width: 200px;
  width: 60%;
  color: #fff;
  background: #333;
  font-weight: bold;
}
.contact__contentarea .multistep {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.contact__contentarea .multistep .contactarea dl {
  padding-bottom: 2%;
}
.contact__contentarea .multistep .contactarea dd span input, .contact__contentarea .multistep .contactarea dd span textarea {
  border: none;
}
.contact__contentarea .multistep .contactarea .sectionlink p {
  display: flex;
  justify-content: center;
}
.contact__contentarea .multistep .contactarea .sectionlink p .wpcf7-submit {
  display: block;
  border: none;
  padding: 15px 30px;
  font-size: 12px;
  letter-spacing: 1px;
  margin: auto;
  width: 45%;
  max-width: 200px;
  color: #fff;
  background: #333;
  font-weight: bold;
  margin: 0 10px;
}
.contact__contentarea .multistep .contactarea .sectionlink p .wpcf7-previous {
  display: block;
  border: none;
  padding: 15px 30px;
  font-size: 12px;
  letter-spacing: 1px;
  margin: auto;
  width: 45%;
  max-width: 200px;
  color: #fff;
  background: #333;
  font-weight: bold;
  margin: 0 10px;
}
.contact__contentarea .multistep .contactarea .sectionlink .wpcf7-spinner {
  display: none;
}

.contactpage__mail__box {
  width: 80%;
  max-width: 900px;
  margin: auto;
  padding-top: 45px;
  padding-bottom: 20px;
  border: 1px solid #505050;
  border-radius: 10px;
}

.contactpage__mail__box p.line {
  text-decoration: underline;
  color: #505050;
}

.contactpage__mail__box p.line a {
  text-decoration: underline;
  color: #505050;
}

.contactpage__mail__box p {
  font-size: 1.4rem;
  width: 100%;
  max-width: 560px;
  line-height: 1.5em;
  margin: auto;
  font-family: "Nunito", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.contactpage__mail__box .doui {
  text-align: center;
  font-size: 2rem;
  margin-top: 55px;
  margin-bottom: 50px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contactpage__mail__box .doui span {
  font-size: 2rem;
  display: inline-block;
  margin-right: 10px;
}

.contactpage__mail__box .confirmation {
  font-size: 2rem;
  width: 100%;
  max-width: 560px;
  margin: auto;
  color: #505050;
  padding: 20px 0;
  border: 1px solid #505050;
  border-radius: 5px;
  transition: 0.3s;
  display: block;
  text-align: center;
  font-family: "m-plus-2p", sans-serif;
  font-weight: 500;
}

.contactpage__mail__box .doui span.last label {
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contactpage__mail__box .doui span.last label input {
  font-size: 3rem;
  display: inline-block;
  margin-right: 10px;
}

.contactpage__mail__box .doui span.last label .wpcf7-list-item-label {
  font-family: "m-plus-2p", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
}

.contactpage__mail__box .doui span.last label input {
  background-color: initial;
  cursor: default;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 3px 4px;
  padding: initial;
  border: initial;
  font-size: 3rem;
  display: inline-block;
  margin-right: 10px;
}

.wpcf7-form.custom-wpcf7cp-confirm.wpcf7cp-form-hide {
  display: none;
}

.custom-wpcf7cp-confirm {
  max-height: 800px;
}
#wpcf7cpcnf {
  width: 100%;
  max-width: 830px;
  margin: auto;
  display: contents;
}
#wpcf7cpcnf table {
  width: 100%;
  max-width: 830px;
  margin: auto;
}
#wpcf7cpcnf tr {
  display: block;
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #aaa;
}
#wpcf7cpcnf tr:nth-child(1):before {
  content: "お名前";
  display: block;
}
#wpcf7cpcnf tr:nth-child(2):before {
  content: "フリガナ";
  display: block;
}
#wpcf7cpcnf tr:nth-child(3):before {
  content: "住所";
  display: block;
}
#wpcf7cpcnf tr:nth-child(4):before {
  content: "電話番号";
  display: block;
}
#wpcf7cpcnf tr:nth-child(5):before {
  content: "メールアドレス";
  display: block;
}
#wpcf7cpcnf tr:nth-child(6):before {
  content: "お問い合わせ内容";
  display: block;
}
#wpcf7cpcnf tr:nth-child(7) {
  display: none;
}

.wpcf7cp-btns button {
  display: block;
  border: none;
  padding: 15px 30px;
  font-size: 12px;
  letter-spacing: 1px;
  margin: auto;
  margin-top: 1rem;
  max-width: 200px;
  width: 60%;
  color: #fff;
  background: #333;
  font-weight: bold;
}

.wp-caption-text {
  font-size: 14px;
}

/* wp-caption を横並びでも崩れないようにする */
.wp-caption.alignleft {
  display: inline-block;
  float: left !important;
  vertical-align: top;
  margin: 0 16px 16px 0; /* 適宜調整 */
}

.wp-caption.alignright {
  display: inline-block;
  float: right !important;
  vertical-align: top;
  margin: 0 16px 16px 0; /* 適宜調整 */
}

/* キャプションの幅をもっと柔軟に */
.wp-caption {
  max-width: 100% !important;
}

a.telto {
  pointer-events: none;
}

.slick-slider .slick-list img {
  height: auto !important;
}

.entry-inner p {
  margin-bottom: 15px;
}/*# sourceMappingURL=basic.css.map */