@charset "UTF-8";
/*=============================================*/
/*Common Base*/
/*=============================================*/
/********************************************/
/* csr */
/********************************************/
.csr_news {
  margin-top: 32px;
}

.csr_news .post_list .ico::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/ico/btn-arrow-red.svg) no-repeat center/contain;
  opacity: 1;
  visibility: visible;
}
.csr_news .post_list .ico::before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/ico/btn-arrow-red.svg) no-repeat center/contain;
  opacity: 0;
  visibility: hidden;
}
.csr_news .post_list .item .link {
  position: relative;
  display: block;
  padding: 16px 0;
}
.csr_news .post_list .item .link:hover .ico::before {
  animation: arrowIn 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.csr_news .post_list .item .link:hover .ico::after {
  animation: arrowOut 0.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.csr_news .post_list .item .link::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #B7B7B7;
  z-index: 1;
}
.csr_news .post_list .item .link::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #E6001B;
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: right;
  z-index: 2;
}
.csr_news .post_list .item .link:hover::after {
  width: 100%;
  transform: scaleX(1);
  left: 0;
  right: auto;
  transform-origin: left;
}

.csr_news {
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .csr_news {
    padding-bottom: 120px;
  }
}
.csr_news .container {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  padding: 31px 64px;
  background-color: #F6F7F9;
  border-radius: 12px;
}
@media (max-width: 1024px) {
  .csr_news .container {
    padding: 24px 15px;
  }
}
.csr_news .container .title {
  display: block;
  width: 15%;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 700;
}
@media (max-width: 1024px) {
  .csr_news .container .title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.csr_news .container .post_list {
  width: 80%;
}
@media (max-width: 1024px) {
  .csr_news .container .post_list {
    width: 100%;
  }
}
.csr_news .top {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.csr_news .post_list .item:first-child a {
  padding-top: 0;
}
.csr_news .post_list .item .date {
  font-size: 1.6rem;
  color: #B7B7B7;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.csr_news .post_list .item .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.csr_news .post_list .item .tags .tag {
  display: inline-block;
  border: 1px solid #B7B7B7;
  padding: 1px 10px;
  border-radius: 20px;
  font-size: 1.4rem;
}
@media (max-width: 1024px) {
  .csr_news .post_list .item .tags .tag {
    font-size: 1.2rem;
  }
}
.csr_news .post_list .item .post_title {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-right: 25px;
}

/********************************************/
/* News */
/********************************************/
.adjust_p .common_contact {
  margin-bottom: 0;
}

.news_sidebar {
  width: 25%;
}
@media (max-width: 1024px) {
  .news_sidebar {
    width: 100%;
    margin-bottom: 30px;
  }
}
.news_sidebar .archive_selectbox .box {
  position: relative;
  display: inline-block;
  max-width: 210px;
  width: 100%;
  margin-bottom: 20px;
  background-color: #FFF;
  border: 1px solid #2B2B2B;
  border-radius: 5px;
}
.news_sidebar .archive_selectbox .box::after {
  position: absolute;
  right: 10px;
  top: 50%;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/ico/ico-pagination-left.svg) no-repeat center/100%;
  transform: rotate(-90deg) translateX(30%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .news_sidebar .archive_selectbox .box {
    max-width: 100%;
  }
}
.news_sidebar .archive_selectbox select {
  width: 100%;
  padding: 10px 12px;
  font-size: 1.6rem;
  color: #2B2B2B;
}
@media (max-width: 1024px) {
  .news_sidebar .news_category {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
}
.news_sidebar .news_category .item:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .news_sidebar .news_category .item:not(:last-child) {
    margin-bottom: 0;
  }
}
.news_sidebar .news_category a {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  transition: all 0.3s;
  font-size: 1.4rem;
  font-weight: 700;
}
.news_sidebar .news_category a .circle {
  display: block;
  width: 28px;
  height: 28px;
  background: #e60012;
  border-radius: 50%;
  background: #E8E8E8;
  border: 1px solid #DEDEDE;
}
.news_sidebar .news_category a .circle.current {
  border: 1px solid #FFBBC3;
  background: radial-gradient(circle, #E6001B 35%, #FFC8CF 0%);
}
@media (max-width: 1024px) {
  .news_sidebar .news_category a .circle {
    display: none;
  }
}
.news_sidebar .news_category a:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .news_sidebar .news_category a {
    display: inline-block;
    padding: 4px 12px;
    border: 1px solid #E1E1E1;
    border-radius: 20px;
    font-weight: 500;
  }
  .news_sidebar .news_category a.active {
    background-color: #E6001B;
    color: #FFF;
  }
}

/********************************************/
/* news single */
/********************************************/
.page_single_block .post_details {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .page_single_block .post_details {
    margin-bottom: 40px;
  }
}
.page_single_block .box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .page_single_block .box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page_single_block .date {
  font-size: 1.6rem;
  color: #B7B7B7;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.page_single_block .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.page_single_block .tags .tag {
  display: inline-block;
  border: 1px solid #B7B7B7;
  padding: 1px 10px;
  border-radius: 20px;
  font-size: 1.4rem;
}
.page_single_block .single_title {
  padding-bottom: 20px;
  line-height: 1.5;
  font-size: clamp(2.4rem, 2.6vw, 3.2rem);
  font-weight: 700;
}
.page_single_block .content_wrapper {
  padding: 70px;
  background-color: #FFF;
  border-radius: 32px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .page_single_block .content_wrapper {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 43px 24px;
  }
}
.page_single_block .content_wrapper .the_content {
  max-width: 800px;
  margin: auto;
}
.page_single_block .mod-common_btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .page_single_block .mod-common_btn {
    margin-bottom: 100px;
  }
}
.page_single_block .mod-common_btn .btn {
  position: relative;
  display: inline-block;
  border-radius: 100px;
  background-color: #E6001B;
  padding: 20px 20px 20px 80px;
  transition: all 0.3s;
  color: #FFF;
  width: 100%;
}
@media (max-width: 768px) {
  .page_single_block .mod-common_btn .btn {
    width: 100%;
  }
}
.page_single_block .mod-common_btn .btn::before {
  position: absolute;
  left: 10px;
  top: 50%;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(../img/ico/btn-arrow-red.svg) no-repeat center/40% #FFF;
  box-shadow: 0 0 0 2px rgba(230, 0, 27, 0.7) inset, 0 0 0 1px #FFF;
  transform: translateY(-50%) rotate(-180deg);
  transition: all 0.3s;
}
.page_single_block .mod-common_btn .btn::after {
  content: none;
}
.page_single_block .mod-common_btn .btn:hover::before {
  background: url(../img/ico/btn-arrow-white.svg) no-repeat center/40% #E6001B;
  box-shadow: 0 0 0 2px white inset, 0 0 0 1px #E6001B;
}
.page_single_block .mod-common_btn .btn .text {
  line-height: 1;
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
}

/********************************************/
/* ページネーション */
/********************************************/
.page-numbers {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.page-numbers li:not(:last-child) {
  margin-right: 8px;
}
@media (max-width: 768px) {
  .page-numbers li:not(:last-child) {
    margin-right: 8px;
  }
}
.page-numbers li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 1.6rem;
  line-height: 1.6;
  transition: all 0.3s;
}
.page-numbers li a:hover {
  color: #00A23F;
}
@media (max-width: 768px) {
  .page-numbers li a {
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
  }
}
.page-numbers li .current {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #00A23F;
  font-weight: 700;
}
@media (max-width: 768px) {
  .page-numbers li .current {
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
  }
}

.page-numbers .prev,
.page-numbers .next {
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  background-color: unset;
  z-index: 1;
}
.page-numbers .prev:hover,
.page-numbers .next:hover {
  opacity: 0.7;
  background-color: unset;
}
@media (max-width: 768px) {
  .page-numbers .prev,
  .page-numbers .next {
    width: 30px;
    height: 30px;
  }
}
.page-numbers .prev:before,
.page-numbers .next:before {
  content: "";
  width: 40px;
  height: 40px;
  border: 1px solid #2B2B2B;
  border-radius: 50%;
  background: url(../img/ico/ico-pagination-left.svg) no-repeat center/20% #FFF;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .page-numbers .prev:before,
  .page-numbers .next:before {
    width: 30px;
    height: 30px;
  }
}
.page-numbers .prev:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -2px;
  margin: auto;
}
.page-numbers .next:before {
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
}

/********************************************/
/* お問い合わせフォーム */
/********************************************/
.page_contact_block {
  padding-bottom: 150px;
}
@media (max-width: 1024px) {
  .page_contact_block {
    padding-bottom: 80px;
  }
}
.page_contact_block .txt_base {
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .page_contact_block .txt_base {
    margin-bottom: 50px;
  }
}

.contact-form {
  max-width: 650px;
  margin: 0 auto;
}
.contact-form .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 5%;
}
@media (max-width: 768px) {
  .contact-form .form-group {
    display: block;
  }
}
.contact-form .form-group .input_title {
  display: flex;
  align-items: center;
  width: 30%;
}
@media (max-width: 768px) {
  .contact-form .form-group .input_title {
    width: 100%;
    margin-bottom: 10px;
  }
}
.contact-form .form-group label {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.4rem;
  vertical-align: top;
  letter-spacing: 0.01em;
}
.contact-form .form-group label .required {
  display: inline-block;
  background: #E6001B;
  color: #FFF;
  border-radius: 8px;
  padding: 3px 15px;
  margin-left: 8px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .contact-form .form-group label .required {
    padding: 0 10px;
    border-radius: 4px;
  }
}
.contact-form .form-group .box {
  width: 65%;
}
@media (max-width: 768px) {
  .contact-form .form-group .box {
    width: 100%;
  }
}
.contact-form .form-group .box.flex {
  display: flex;
}
.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: #989898;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder,
.contact-form select option:first-child {
  color: #989898;
}
.contact-form .form-control {
  width: 100%;
  padding: 11px 14px;
  font-size: 1em;
  border: 1px solid #2B2B2B;
  border-radius: 5px;
  background: #FFF;
}
.contact-form .postcode-fields {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-form .postcode-fields input.form-control {
  width: 80px;
  font-size: 1.4rem;
}
.contact-form .postcode-fields button.address-search-btn {
  margin-left: 8px;
  padding: 8px 13px;
  border-radius: 4px;
  background: #B7B7B7;
  font-size: 1.4rem;
  color: #282828;
  letter-spacing: 0.01em;
  transition: all 0.3s;
  cursor: pointer;
}
.contact-form .postcode-fields button.address-search-btn:hover {
  background: #e60012;
  color: #FFF;
}
.contact-form textarea.form-control {
  min-height: 120px;
}
.contact-form .select {
  position: relative;
  z-index: 1;
}
.contact-form .select::after {
  position: absolute;
  right: 10px;
  top: 50%;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/ico/selectbox-arrow.svg) no-repeat center/contain;
  transform: translateY(-50%);
  pointer-events: none;
}
.contact-form .privacy-policy {
  max-width: 390px;
  background-color: #B7B7B7;
  padding: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 44px;
  text-align: center;
}
.contact-form .privacy-policy label {
  display: block;
  min-width: auto;
  font-weight: 400;
  font-size: 1.4rem;
  cursor: pointer;
}
.contact-form .privacy-policy label input[type=checkbox] {
  position: relative;
  background: #FFF;
  accent-color: #FFF;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  margin-right: 8px;
  vertical-align: middle;
  border: 1px solid #ccc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.contact-form .privacy-policy label input[type=checkbox]:checked {
  background-color: #00A23F;
}
.contact-form .privacy-policy label input[type=checkbox]:checked::after {
  position: absolute;
  display: block;
  left: 5px;
  top: 2px;
  content: "";
  width: 5px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.contact-form .txt_base {
  margin-bottom: 30px;
  border: 1px solid #d9d9d9;
}
.contact-form .txt_base .title {
  display: block;
  background-color: #D9D9D9;
  padding: 7px 10px;
  text-align: center;
  font-size: 1.2rem;
}
.contact-form .description {
  display: block;
  justify-content: center;
  max-width: 520px;
  margin: auto;
  padding: 20px 15px;
  line-height: 1.6;
  font-size: 1.2rem;
}
.contact-form .mod-common_btn {
  position: relative;
  padding: 0;
  margin-bottom: 0;
}
.contact-form .mod-common_btn .btn {
  padding: 0 !important;
}
.contact-form .mod-common_btn .wpcf7-submit {
  display: block;
  width: 100%;
  height: 100%;
  padding: 24px 63px 24px 20px;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.contact-form .wpcf7-spinner {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}

/********************************************/
/* サンクスページ */
/********************************************/
.contact_thanks {
  padding-top: 100px;
}
.contact_thanks .title {
  display: block;
  margin-bottom: 45px;
  line-height: 1.4;
  font-size: clamp(2.4rem, 2.5vw, 3.2rem);
  font-weight: 700;
  text-align: center;
}
.contact_thanks .txt_base .text {
  line-height: 1.9;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  text-align: center;
}
.contact_thanks .mod-common_btn {
  padding: 0;
  margin-bottom: 0;
  max-width: 330px;
}

/********************************************/
/* Contact 確認画面レイアウト調整/
/********************************************/
.page_contact_block.ver_check_page_block .contact-form .form-group {
  border-bottom: 1px solid #989898;
  padding-bottom: 18px;
}
@media (max-width: 768px) {
  .page_contact_block.ver_check_page_block .contact-form .form-group {
    padding-top: 10px;
    margin-bottom: 10px;
  }
}
.page_contact_block.ver_check_page_block .contact-form .form-group .box p {
  font-size: 1.4rem;
}
.page_contact_block.ver_check_page_block .contact-form .form-group .select::after {
  content: none;
}

.page_contact_block.ver_check_page_block .contact-form .btn_column_2 {
  margin-top: 50px;
  display: flex;
}
@media (max-width: 768px) {
  .page_contact_block.ver_check_page_block .contact-form .btn_column_2 {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .page_contact_block.ver_check_page_block .contact-form .ver_back {
    order: 2;
    margin-top: 10px;
  }
}
.page_contact_block.ver_check_page_block .contact-form .ver_back p {
  width: 100%;
}
.page_contact_block.ver_check_page_block .contact-form .ver_back a {
  display: block;
  width: 100%;
  color: #E6001B;
  background-color: #FFF;
  border: 1px solid #E6001B;
  padding: 16px 20px 17px 63px !important;
  text-align: right;
}
.page_contact_block.ver_check_page_block .contact-form .ver_back a span {
  color: inherit;
}
.page_contact_block.ver_check_page_block .contact-form .ver_back a:after {
  left: 10px;
  right: auto;
  background: url(../img/ico/btn-arrow-white.svg) no-repeat center/40% #E6001B;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7) inset, 0 0 0 1px #E6001B;
  transform: translateY(-50%) rotate(-180deg);
  transition: all 0.3s;
}
.page_contact_block.ver_check_page_block .contact-form .ver_back a:hover {
  background-color: #E6001B;
}
.page_contact_block.ver_check_page_block .contact-form .ver_back a:hover span {
  color: #FFF;
}
.page_contact_block.ver_check_page_block .contact-form .ver_back a:hover:after {
  background: url(../img/ico/btn-arrow-red.svg) no-repeat center/40% #FFF;
  box-shadow: 0 0 0 2px rgba(230, 0, 27, 0.7) inset, 0 0 0 1px #FFF;
}

/********************************************/
/* Year Archive Page*/
/********************************************/
.mod-title_box .title.ver_main_en .en small {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.5em;
}

/********************************************/
/* Contact Page*/
/********************************************/
.page_contact_block .wpcf7 form.invalid .wpcf7-response-output {
  border-color: #E6001B;
}/*# sourceMappingURL=wp-style.css.map */