@charset "UTF-8";
/*!
Theme Name: pruksa-japan_base
Author: TNS株式会社
Author URI: https://tns.co.jp/#1
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pruksa-japan_base
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@font-face {
  font-family: "Noto Sans JP";
  src: url(./assets/font/NotoSansJP-Regular.otf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url(./assets/font/NotoSansJP-Bold.otf);
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url(./assets/font/NotoSansJP-Medium.otf);
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Noto Serif JP";
  src: url(./assets/font/NotoSerifJP-Regular.otf);
  font-style: normal;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

.wpcf7 .wpcf7-response-output {
  border: 0px !important;
}

.wpcf7-not-valid-tip {
  padding: 0 1em;
}

/*------------------------------------------------------------
	default style
------------------------------------------------------------*/
* {
  font-family: 'Noto Sans JP';
  font-size: 16px;
  line-height: 28.8px;
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  word-break: break-word;
  box-sizing: inherit;
}

*::before, *::after {
  box-sizing: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  overflow: hidden;
}

.ly_header {
  background: #fff;
  display: block;
  padding: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.ly_header_inner {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .ly_header {
    position: fixed;
    flex-direction: column;
  }
}

.ly_main {
  margin: 0;
  width: 100%;
  height: auto;
  background: #481244;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 768px) {
  .ly_main {
    padding-top: 75px;
  }
}

.ly_main_header {
  position: absolute;
  max-width: 100%;
  height: 400px;
  object-fit: cover;
  background-size: cover;
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {
  .ly_main_header {
    margin-top: -10px;
  }
}

.ly_btn {
  display: block;
  max-width: 1004px;
  padding-top: 40px;
  padding-bottom: 120px;
}

.ly_footer {
  background: #0F0F0F;
  color: white;
}

.ly_archive, .ly_single {
  display: flex;
  flex-direction: row;
  max-width: 1004px;
  margin: 0 auto 140px;
}

.ly_archive__cont, .ly_single__cont {
  width: 70%;
  display: flex;
  flex-direction: column;
  margin-right: 85px;
}

.ly_archive__side, .ly_single__side {
  width: 30%;
  text-align: left;
}

@media (max-width: 768px) {
  .ly_archive, .ly_single {
    flex-direction: column;
    row-gap: 100px;
    margin: 0 20px 140px;
  }
  .ly_archive__cont, .ly_single__cont {
    width: 100%;
  }
  .ly_archive__side, .ly_single__side {
    width: 100%;
  }
}

.ly_breadcrumb {
  display: block;
  max-width: 1004px;
  height: auto;
  margin: 10px auto 60px;
}

@media (max-width: 768px) {
  .ly_breadcrumb {
    margin: 10px 20px 60px;
  }
}

.ly_postTitle {
  display: flex;
  width: 100%;
  margin: 0;
  height: 120px;
  background-color: #33062F;
}

@media (max-width: 768px) {
  .ly_postTitle {
    height: auto;
  }
}

.ly_page {
  max-width: 1004px;
  margin: 0 auto 140px;
}

@media (max-width: 768px) {
  .ly_page {
    padding: 0 20px;
  }
}

.bl_headerUtils {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 118px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fff;
  border-bottom: 5px solid transparent;
  position: relative;
}

.bl_headerUtils::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #DBB022 0%, #E0CA82 40%, #DBB022 100%);
}

.bl_headerUtils_logo__pc {
  display: block;
  max-width: 341px;
  height: auto;
  object-fit: cover;
}

.bl_headerUtils_logo__pc img {
  object-fit: scale-down;
}

.bl_headerUtils_logo__sp {
  display: none;
  max-width: 266px;
  height: auto;
  object-fit: cover;
  padding: 15px;
}

.bl_headerUtils_logo__sp img {
  max-width: calc(100% - 60px);
}

.bl_headerUtils_tel {
  width: 170px;
  margin: 20px 0 20px auto;
  border: solid 1px #9B7700;
  text-align: center;
}

.bl_headerUtils_tel span {
  display: block;
  margin: 8px auto 5px;
  font-size: 18px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  font-family: 'Noto Serif JP';
}

.bl_headerUtils_tel span img {
  width: 12px;
  height: 20px;
  margin-right: 6px;
}

.bl_headerUtils_tel p {
  background-color: #9B7700;
  margin: 0;
  font-size: 14px;
  height: 20px;
  line-height: 19px;
  padding: 10px 0;
  color: #fff;
  font-weight: 500;
}

@media (max-width: 768px) {
  .bl_headerUtils {
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
    height: auto;
  }
  .bl_headerUtils_logo__pc {
    display: none;
  }
  .bl_headerUtils_logo__sp {
    display: block;
  }
}

/* --------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.openbtn {
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 5px;
  right: 10px;
  cursor: pointer;
  width: 60px;
  height: 60px;
}

.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #9B7700;
  width: 35px;
}

.openbtn span:nth-of-type(1) {
  top: 20px;
}

.openbtn span:nth-of-type(2) {
  top: 30px;
}

.openbtn span:nth-of-type(3) {
  top: 40px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation .nav-menu {
  display: flex;
  justify-content: space-between;
  padding: 0 10%;
  background-color: #9B7700;
  list-style-type: none;
  height: 50px;
}

.main-navigation .nav-menu > :first-child {
  display: none;
}

.main-navigation .nav-menu > .menu-item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 30px;
  background-color: #886800;
  transform: translateY(-50%);
}

.main-navigation .nav-menu > .menu-item:last-child::after {
  content: none;
}

.main-navigation .nav-menu .menu-item {
  flex-grow: 1;
  text-align: center;
  position: relative;
}

.main-navigation .nav-menu .menu-item:last-child a::after {
  content: none;
}

.main-navigation .nav-menu .menu-item:hover > ul, .main-navigation .nav-menu .menu-item.focus > ul {
  left: 7px;
}

.main-navigation .nav-menu .menu-item a {
  margin: 5px 9px 5px 7px;
  /* 区切り線の分の2pxを右に追加 */
  position: relative;
  display: block;
  padding: 10px 0;
  min-width: 7.5em;
  text-decoration: none;
  color: white;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.main-navigation .nav-menu .menu-item a:focus, .main-navigation .nav-menu .menu-item a:hover {
  background-color: #886800;
}

.main-navigation .nav-menu .menu-item + .menu-item-has-children > a::before {
  border: 3px solid #fff;
  left: calc(50% + 2.75em);
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 8px;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 0.625em;
}

.main-navigation .nav-menu .sub-menu {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  background-color: #9B7700;
  width: calc(100% - 14px);
}

.main-navigation .nav-menu .sub-menu ul {
  left: -999em;
  top: 0;
}

.main-navigation .nav-menu .sub-menu li {
  width: 100%;
  border-top: 1px solid #886800;
}

.main-navigation .nav-menu .sub-menu li:hover > ul, .main-navigation .nav-menu .sub-menu li.focus > ul {
  display: block;
  left: 7px;
}

.main-navigation .nav-menu .sub-menu a {
  margin: 0;
}

.main-navigation .nav-menu .sub-menu a::after {
  content: none !important;
}

@media (max-width: 768px) {
  .main-navigation .nav-menu {
    display: block;
    height: auto;
    padding: 20px;
  }
  .main-navigation .nav-menu .menu-item {
    text-align: left;
    clear: both;
    border-bottom: 2px solid #886800;
  }
  .main-navigation .nav-menu .menu-item::after {
    content: none;
  }
  .main-navigation .nav-menu .menu-item a {
    margin: 0;
    padding: 20px;
  }
  .main-navigation .nav-menu .menu-item:first-child {
    display: block;
  }
  .main-navigation .nav-menu .menu-item + .menu-item-has-children > a::before {
    content: none;
  }
  .main-navigation .nav-menu .menu-item + .menu-item-has-children > a {
    pointer-events: none;
  }
  .main-navigation .nav-menu .menu-item + .menu-item-has-children > a:focus, .main-navigation .nav-menu .menu-item + .menu-item-has-children > a:hover {
    background-color: transparent;
  }
  .main-navigation .nav-menu .sub-menu {
    position: static;
    display: block;
    width: 100%;
  }
  .main-navigation .nav-menu .sub-menu li {
    border-top: none;
    border-bottom: 2px solid #886800;
    background-color: #917000;
  }
  .main-navigation .nav-menu .sub-menu li:first-child {
    border-top: 2px solid #886800;
  }
  .main-navigation .nav-menu .sub-menu li a {
    padding-left: 30px;
  }
}

/* Small menu. */
.menu-toggle {
  display: block;
}

@media (min-width: 769px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
  .menu-header_menu-container .bl_headerUtils_tel {
    display: none;
  }
  .menu-header_menu-container .sub-menu li:nth-child(2) {
    display: block;
  }
  .menu-header_menu-container .sub-menu li:nth-child(3) {
    display: none;
  }
}

@media (max-width: 768px) {
  .bl_headerUtils_tel {
    display: none;
  }
  .menu-header_menu-container {
    background-color: #9B7700;
    display: block;
    position: fixed;
    right: -100%;
    height: 100%;
    max-width: 80%;
    z-index: 9999;
    transition: .5s;
  }
  .menu-header_menu-container_inner {
    height: calc(100% + 200px);
  }
  .menu-header_menu-container .bl_headerUtils_tel {
    display: block;
    margin: 20px auto auto;
    background-color: #fff;
  }
  .menu-header_menu-container .bl_headerUtils_tel p {
    background-color: #886800;
  }
  .menu-header_menu-container .sub-menu li:nth-child(2) {
    display: none;
  }
  .menu-header_menu-container .sub-menu li:nth-child(3) {
    display: block;
  }
  .toggled .menu-header_menu-container {
    right: 0;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .toggled .nav-menu {
    display: block;
    margin: 0 0 0 auto;
  }
}

.el_line__gradient {
  width: 100%;
  height: 5px;
  margin-top: -9px;
  background: linear-gradient(to right, #DBB022 0%, #E0CA82 40%, #DBB022 100%);
}

.dropdown-menu {
  text-align: center;
  position: absolute;
  margin: 0;
  background-color: #9B7700;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 100%;
  letter-spacing: -.40em;
  z-index: 52;
}

.dropdown-menu.show {
  display: block !important;
  top: 46px;
}

.dropdown-menu > .dropdown-menu__li {
  height: 20px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-bottom: 0;
  padding: 10px 0;
  margin: 0;
}

.dropdown-menu li:nth-child(2) {
  border-top: 1px solid #886800;
}

/* --------------------------------------------------------------*/
/* Top
--------------------------------------------- */
.un_explanation {
  text-align: center;
  margin: 80px auto 96px;
  max-width: 834px;
  padding: 40px;
}

.un_explanation_line {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}

.un_explanation_line span {
  display: inline-block;
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #DBB022 0%, #E0CA82 40%, #DBB022 100%);
}

.un_explanation_line__topLine {
  margin: 10px 21px auto;
}

.un_explanation_line__bottomLine {
  margin: auto 21px 10px;
}

.un_explanation_line__img {
  width: auto;
  height: 105px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .un_explanation_line__img {
    height: 55px;
  }
}

.un_explanation_body {
  text-align: center;
  margin: 0 10.4% 0 10.4%;
  padding: 0;
  color: #fff;
}

.un_explanation_body_header {
  font-family: 'Noto Serif JP';
  font-size: 28px;
  line-height: 37px;
  margin: 20px auto 60px;
  text-align: center;
}

.un_explanation_body_content {
  font-family: 'Noto Serif JP';
  text-align: left;
}

.un_explanation_body_btn {
  margin: 60px auto 20px;
}

@media (max-width: 768px) {
  .un_explanation_body {
    margin: 0 5%;
  }
}

.el_arrowBtn, .el_wrap_submit {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  line-height: 52px;
  position: relative;
  width: 324px;
  height: 56px;
  border-radius: 28px;
  color: #fff;
  border: 2px solid #9B7700;
}

@media (max-width: 768px) {
  .el_arrowBtn, .el_wrap_submit {
    width: 100%;
  }
}

.el_arrowBtn::before, .el_wrap_submit::before {
  position: absolute;
  content: "";
  width: 35px;
  top: 26px;
  right: 25px;
  background: #9B7700;
  height: 2px;
}

.el_arrowBtn::after, .el_wrap_submit::after {
  position: absolute;
  content: "";
  top: 20px;
  right: 15px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #9B7700;
}

.el_arrowBtn__toNews, .el_wrap_submit__toNews {
  float: right;
  width: 200px;
  height: 40px;
  padding-left: 25px;
  border-radius: 20px;
  text-align: left;
  font-size: 16px;
  line-height: 38px;
  border: 1px solid #fff;
}

.el_arrowBtn__toNews::before, .el_wrap_submit__toNews::before {
  margin-left: 35px;
  width: 20px;
  top: 19px;
  background: #fff;
}

.el_arrowBtn__toNews::after, .el_wrap_submit__toNews::after {
  top: 13px;
  border-left: 10px solid #fff;
}

.un_strength {
  margin: 94px auto 100px;
  box-sizing: border-box;
  padding: 0 10px;
  max-width: 1004px;
  text-align: center;
}

.un_strength_header {
  font-size: 40px;
  line-height: 28.8px;
  text-align: center;
  color: #fff;
  font-family: 'Noto Serif JP';
  font-weight: 400;
  margin-bottom: 60px;
}

.un_strength_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
}

.un_strength_list_item {
  width: 48%;
  height: 149px;
  display: flex;
}

.un_strength_list_item img {
  width: 62px;
  height: 149px;
}

.un_strength_list_item p {
  padding-top: 4em;
  margin-left: 1.2em;
  color: #fff;
  text-align: left;
}

@media (max-width: 768px) {
  .un_strength {
    padding: 0 20px;
  }
  .un_strength_header {
    font-size: 32px;
  }
  .un_strength_list_item {
    width: 100%;
  }
}

.bl_news {
  display: block;
  width: 100%;
  background-color: #33062F;
  text-align: center;
}

.bl_news_inner {
  max-width: 1004px;
  padding: 0 10px;
  margin: 0 auto;
}

.bl_news_header {
  font-family: 'Noto Serif JP';
  font-weight: 500;
  color: #fff;
  font-size: 40px;
  line-height: 28.8px;
  padding: 103px 0 41px 0;
  margin: 0;
  font-weight: 400;
}

@media (max-width: 768px) {
  .bl_news_inner {
    max-width: 100%;
    padding: 0 25px;
    margin: 0 auto;
  }
}

.bl_postList {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bl_postList_item {
  text-align: left;
  width: 32%;
}

.bl_postList_item_img__wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.bl_postList_item_img__wrapper:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.bl_postList_item_img__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bl_postList_item_prop {
  color: #D2D2D2;
  font-size: 12px;
  line-height: 1.2em;
}

.bl_postList_item_prop a {
  color: #D2D2D2;
  font-size: 12px;
  margin-right: 8px;
}

.bl_postList_item_prop a:last-child {
  margin-right: 0;
}

.bl_postList_item_link {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
}

.el_icon__category, .el_icon__tag {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
  color: #D2D2D2;
}

.el_icon__category::before, .el_icon__tag::before {
  font-family: "dashicons";
  font-size: 14px;
  position: absolute;
  left: 0;
}

.el_icon__category::before {
  content: "\f318";
}

.el_icon__tag {
  margin-left: calc(20px - 8px);
}

.el_icon__tag::before {
  content: "\f323";
}

/* --------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.bl_footer {
  margin: 0 auto 70px;
  padding-top: 65px;
  background: #0F0F0F;
  max-width: 1004px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.bl_footer .box-logo {
  display: block;
  max-width: 50%;
  float: left;
}

.bl_footer .footer-logo {
  margin-bottom: 30px;
  padding: 0;
}

.bl_footer .footer-logo img {
  width: 100%;
}

.bl_footer .footer-text {
  text-align: left;
  font-size: 12px;
  line-height: 21.6px;
  max-width: 324px;
}

@media (max-width: 768px) {
  .bl_footer {
    padding: 100px 25px;
    flex-direction: column;
    align-items: center;
  }
  .bl_footer .box-logo {
    max-width: 100%;
    float: none;
    padding: auto;
  }
}

.box {
  padding: 0;
  display: flex;
  max-width: 50%;
  float: right;
  margin-right: 6em;
}

.box ul {
  display: flex;
  padding: 0;
  min-width: 340px;
  flex-direction: column;
  flex-wrap: wrap;
  height: 11em;
  row-gap: 1em;
}

.box li {
  width: 170px;
}

.box li a {
  color: #fff;
  font-size: 16px;
  line-height: 28.8px;
}

@media (max-width: 768px) {
  .box ul {
    min-width: 0;
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
  }
}

.section-copy {
  background: #000000;
  padding: 19px 0;
}

.copy {
  max-width: 1004px;
  margin: 0 auto 3px;
  text-align: right;
  color: #D2D2D2;
  font-size: 11px;
  line-height: 17.6px;
  white-space: break-spaces;
}

.pagetop {
  position: fixed;
  bottom: 60px;
  right: 20px;
  width: 80px;
  height: 30px;
  padding-top: 50px;
  border-radius: 50%;
  background: #000000;
  opacity: 0.4;
  color: #fff;
  font-size: 11px;
  line-height: 17.6px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
}

.arow-pagetop::before {
  content: "";
  top: 27px;
  width: 2px;
  height: 25px;
  left: 37px;
  display: inline-block;
  position: absolute;
  background: #fff;
}

.pagetop::after {
  display: block;
  position: absolute;
  top: 17px;
  left: 33px;
  content: "";
  width: 0px;
  border-color: #fff;
  border-style: solid;
  border-width: 5px;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
}

@media (max-width: 768px) {
  #PC-header {
    display: none;
  }
  table, tbody, th, tr, td {
    border: none;
    display: block;
  }
  .pagetop {
    display: none;
  }
  #mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px;
    width: 100%;
  }
  .header-logo {
    content: "";
    width: 266px;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .menu_icon {
    position: absolute;
    margin-top: 20px;
    right: 5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
  }
  .menu_icon a {
    position: relative;
    display: block;
    width: 36px;
    height: 19px;
    padding: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    overflow: hidden;
  }
  .menu_icon a:after, .menu_icon a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 36px;
    height: 3px;
    background: #9B7700;
    border-radius: 1rem;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .menu_icon span {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 36px;
    height: 3px;
    background: #9B7700;
    border-radius: 1rem;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
  }
  .menu_icon a:before {
    top: 0;
  }
  .menu_icon a::after {
    bottom: 0;
  }
  .chidlen-menu li:nth-child(2) {
    background: linear-gradient(0deg, #fff 0%, #fff 60%, transparent 100%);
    -webkit-text-fill-color: transparent;
    overflow: hidden;
    white-space: nowrap;
    background-clip: text;
    -webkit-background-clip: text;
  }
  .border-top-bottom-mob {
    display: block;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #DBB022 0%, #E0CA82 40%, #DBB022 100%);
  }
  .body-img {
    height: 300px;
  }
  .explanation {
    text-align: center;
    padding: 70px calc(8.3% / 2) 0;
    margin: 0;
  }
  .explanation-img {
    width: 55px;
    height: 55px;
  }
  .explanation-header {
    font-size: 24px;
    line-height: 32px;
    margin: 22px 0 37px 0;
  }
  .explanation-text {
    /* margin: 0 4%; */
    font-size: 16px;
    line-height: 28.8px;
  }
  .explanation-border {
    font-size: 16px;
    width: 294px;
    padding: 18px 0;
  }
  .arrow {
    left: 30px;
  }
  .line-bottom {
    margin-top: 50px !important;
  }
  .strength {
    padding: 102px 21px 131px 21px;
    margin: 0;
  }
  .strength-header {
    font-size: 31px;
    margin-bottom: 25px;
  }
  .nunber-box-mv {
    display: block;
    margin: 25px 0 0;
  }
  .nunber-box_chidlen {
    display: block;
    margin: 0;
  }
  .box-num {
    margin-bottom: 7px;
    height: 190px;
  }
  .box-num p {
    font-size: 16px;
    margin-right: 0;
    margin-top: 55px;
    margin-left: 22px;
  }
  .news {
    padding: 82px 26px 0;
  }
  .news-header {
    font-size: 32px;
    margin-bottom: 61px;
    padding: 0;
  }
  .bl_postList {
    display: flex;
    margin: 0;
    flex-direction: column;
  }
  .bl_postList_item {
    text-align: left;
    width: 100%;
    position: relative;
  }
  .bl_postList_item:before {
    content: "";
    display: block;
    padding-top: 75%;
    /* 高さを幅の75%に固定 */
  }
  .bl_postList_item_img {
    height: auto;
    width: 100%;
    object-fit: cover;
  }
  .bl_postList_item_prop {
    font-size: 12px;
    line-height: 28.8px;
    color: #D2D2D2;
  }
  .bl_postList_item_prop a {
    font-size: 12px;
    line-height: 19px;
    color: #D2D2D2;
  }
  .bl_postList_item_link {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .bl_postList_item::before {
    content: none;
  }
}

@media (max-width: 768px) {
  .img-menulist {
    margin: 0;
  }
  .img-menulist-text {
    font-size: 16px;
    margin-bottom: 72px;
  }
  .explanation-border-bottom {
    width: 200px;
    padding: 10px 25px;
    margin: 40px 0 140px 26%;
  }
  .explanation-border-reset {
    padding: 0;
  }
  .arow-bottom {
    left: 33px;
  }
  .explanation-thai {
    padding: 11px 21px 140px 20px;
  }
  .line-left {
    position: absolute;
    margin-top: -23px;
  }
  .explanation-thai h2:nth-child(1):before, .explanation-thai h2::after {
    display: block;
  }
  .title-thai {
    padding: 40px 0 68px 0;
  }
  .exp-mv {
    margin: 0;
  }
  .exp-tel-semi p {
    margin-top: 30px;
  }
  .exp-mv img {
    object-fit: contain;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  .thailand-elite {
    display: block;
  }
  .thailand-elite p {
    width: 100%;
  }
  .thailand-elite img {
    width: 100%;
    object-position: 12% 32%;
    object-fit: cover;
    height: 220px;
  }
  .thailand-consulting {
    display: block;
  }
  .thailand-consulting p {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
  .thailand-consulting img {
    width: 100%;
  }
  .explanation h2 {
    margin-top: 136px;
    margin-bottom: 46px;
  }
  .tel-text {
    display: block;
    font-size: 13px;
    line-height: 20.8px;
    margin-top: 53px;
    margin-bottom: 42px;
  }
  .tel-school-text {
    margin-top: 23px;
    margin-bottom: 0;
    /* margin-bottom: 42px; */
  }
  .cost-description {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
  .head-seminar-2 {
    margin-bottom: 81px !important;
  }
  .table-set {
    margin: 0 28px 81px 26px;
  }
  .cost-table td {
    width: auto !important;
  }
  .cost-table th {
    width: auto !important;
    border-bottom: none;
    border-top: none;
  }
  .bord-top-tel {
    border-top: 1px solid #D2D2D2 !important;
  }
  .exp-cost {
    margin: 170px 0 0;
  }
  .footer-outer {
    padding: 105px 25px 0;
    display: block;
  }
  .container {
    display: block;
    margin: 0;
    padding-bottom: 80px;
  }
  .box-logo {
    margin: 0;
    max-width: 100%;
    float: none;
  }
  .footer-logo {
    max-width: 100%;
  }
  .footer-text {
    max-width: 100%;
    margin-bottom: 54px;
    font-size: 12px;
  }
  .box {
    display: block;
    margin-left: 0;
    width: 100%;
  }
  .section-copy {
    margin: 0;
    padding: 22px;
    max-width: 100%;
  }
  .copy {
    padding: 0;
    text-align: right;
    font-size: 9px;
  }
}

@media (max-width: 768px) {
  .service-item::after {
    margin-left: 80%;
  }
}

.bl_archive {
  color: #fff;
}

.bl_archive_h {
  font-family: 'Noto Serif JP';
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 60px;
  text-align: left;
  font-weight: 500;
}

.bl_archive .bl_postList {
  justify-content: space-between;
  column-gap: 16px;
  margin-bottom: 20px;
}

.bl_archive .bl_postList_item {
  width: calc(50% - 8px);
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .bl_archive .bl_postList_item {
    width: 100%;
    margin-bottom: 40px;
  }
}

.bl_cats, .bl_tags {
  color: #fff;
  margin-bottom: 50px;
}

.bl_cats_h, .bl_tags_h {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

.bl_cats_list_item, .bl_tags_list_item {
  font-size: 16px;
  border-bottom: solid 1px #D2D2D2;
  text-align: left;
  padding: 18px 0;
}

.bl_cats_list_item a, .bl_tags_list_item a {
  position: relative;
  margin: 18px auto 18px 3em;
}

.bl_cats_list_item a::before, .bl_tags_list_item a::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: -27px;
  right: auto;
  border-top: solid 2px #D2D2D2;
  border-right: solid 2px #D2D2D2;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
}

.nav-links {
  width: min-content;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.nav-links .page-numbers {
  display: inline-block;
  border: 1px solid #9B7700;
  width: 56px;
  height: 56px;
  background-color: transparent;
  font-size: 16px;
  line-height: 56px;
  color: #fff;
  padding: auto;
  margin-right: 15px;
}

.nav-links .page-numbers.current {
  background-color: #9B7700;
}

.nav-links .page-numbers.dots {
  border: 0;
}

.nav-links .page-numbers.dots:focus, .nav-links .page-numbers.dots:hover {
  background-color: transparent;
}

.nav-links .page-numbers:focus, .nav-links .page-numbers:hover {
  background-color: #9B7700;
}

.bl_breadcrumb {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.bl_breadcrumb li {
  font-size: 11px;
  line-height: 16px;
  color: #D2D2D2;
  white-space: nowrap;
}

.bl_breadcrumb li a {
  font-size: 11px;
  line-height: 16px;
  color: #D2D2D2;
  text-decoration: underline;
}

.bl_breadcrumb li a::after {
  display: inline-block;
  content: '/';
  margin: 0 1em;
}

.bl_breadcrumb li:last-child {
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.bl_single {
  display: grid;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: #fff;
  width: 100%;
  grid-template-columns: auto 1fr;
}

.bl_single_date {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  display: flex;
  flex-direction: column;
  width: 50px;
  box-sizing: border-box;
  height: min-content;
  background-color: #33062F;
  color: #fff;
  padding: 0 12px;
  margin-right: 35px;
}

.bl_single_date .bl_single_date_item {
  display: flex;
  font-family: 'Noto Serif JP';
  height: 53px;
  justify-content: center;
  box-sizing: border-box;
}

.bl_single_date .bl_single_date_item__month {
  align-items: flex-end;
  font-size: 18px;
  line-height: 26px;
  border-bottom: solid 1px #fff;
  padding-bottom: 5.5px;
}

.bl_single_date .bl_single_date_item__day {
  align-items: flex-start;
  font-size: 24px;
  vertical-align: bottom;
}

.bl_single_img {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.bl_single_img img {
  width: 100%;
  margin-bottom: 60px;
}

.bl_single_sec__title {
  text-align: left;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  margin-bottom: 60px;
}

.bl_single_sec__title__noImage {
  text-align: left;
  margin-bottom: 60px;
}

.bl_single_sec__cont {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
}

.bl_single_sec_h {
  font-family: 'Noto Serif JP';
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 20px;
}

.bl_single_sec_content {
  text-align: left;
  margin-bottom: 80px;
}

.bl_single_sec_content img {
  object-fit: scale-down;
}

@media (max-width: 768px) {
  .bl_single_date {
    margin-right: 20px;
  }
  .bl_single_sec__title {
    grid-column: 1 / 3;
  }
  .bl_single_sec__title__noImage {
    grid-column: 2 / 3;
  }
  .bl_single_sec__cont {
    grid-column: 1 / 3;
  }
  .bl_single_sec_h {
    text-align: left;
  }
}

.el_page_nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

.el_page_nav_item {
  display: block;
  border: solid 1px #9B7700;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  cursor: pointer;
  width: 154px;
}

.el_page_nav_item a {
  position: relative;
  display: block;
  height: 100%;
  padding: 1em calc(3em + 10px);
}

.el_page_nav_item.prev:focus, .el_page_nav_item.prev:hover {
  background-color: #886800;
}

.el_page_nav_item.prev:focus.hp_border_unset, .el_page_nav_item.prev:hover.hp_border_unset {
  background-color: unset;
}

.el_page_nav_item.prev a::before {
  content: "";
  position: absolute;
  top: calc(50% - 3.5px);
  left: 27px;
  right: auto;
  border-top: solid 2px #886800;
  border-right: solid 2px #886800;
  width: 7px;
  height: 7px;
  transform: rotate(225deg);
}

.el_page_nav_item.next:focus, .el_page_nav_item.next:hover {
  background-color: #886800;
}

.el_page_nav_item.next:focus.hp_border_unset, .el_page_nav_item.next:hover.hp_border_unset {
  background-color: unset;
}

.el_page_nav_item.next a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3.5px);
  left: auto;
  right: 27px;
  border-top: solid 2px #886800;
  border-right: solid 2px #886800;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
}

.el_page_nav_item.sep {
  cursor: unset;
  border: none;
}

.el_page_nav_item.sep div {
  position: relative;
  width: 28px;
  height: 28px;
  background-color: #9B7700;
}

.el_page_nav_item.sep div::before {
  content: "";
  position: absolute;
  left: 8px;
  width: 12px;
  height: 100%;
  background-color: #481244;
}

.el_page_nav_item.sep div::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 12px;
  background-color: #481244;
}

@media (max-width: 768px) {
  .el_page_nav_item {
    width: 33%;
  }
  .el_page_nav_item.sep {
    width: auto;
  }
  .el_page_nav_item.sep a {
    padding: 0;
  }
  .el_page_nav_item.prev a {
    text-align: center;
  }
  .el_page_nav_item.prev a::before {
    left: 17px;
  }
  .el_page_nav_item.next a {
    text-align: center;
  }
  .el_page_nav_item.next a::after {
    right: 17px;
  }
}

@media (max-width: 480px) {
  .el_page_nav_item {
    max-width: 33%;
  }
  .el_page_nav_item a {
    padding-left: 0;
    padding-right: 0;
  }
  .el_page_nav_item.sep {
    width: auto;
  }
  .el_page_nav_item.prev a {
    padding-left: 17px;
  }
  .el_page_nav_item.prev a::before {
    left: 17px;
  }
  .el_page_nav_item.next a {
    padding-right: 17px;
  }
  .el_page_nav_item.next a::after {
    right: 17px;
  }
}

.bl_postTitle {
  font-family: 'Noto Serif JP';
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  color: #fff;
  margin: auto;
}

@media (max-width: 768px) {
  .bl_postTitle {
    padding: 40px 30px;
  }
}

.bl_page_cont {
  color: #fff;
  width: 100%;
  text-align: left;
  margin-bottom: 60px;
}

.bl_page_cont_h {
  position: relative;
  font-family: 'Noto Serif JP';
  font-size: 24px;
  line-height: 35px;
  margin-left: 120px;
  margin-bottom: 40px;
}

.bl_page_cont_h::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 0.82px;
  background-color: #fff;
  left: -120px;
  top: 17px;
}

.bl_page_cont_cont {
  margin-left: 170px;
}

@media (max-width: 768px) {
  .bl_page_cont {
    height: fit-content;
    margin-bottom: 100px;
  }
  .bl_page_cont_h {
    padding-top: 20px;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .bl_page_cont_h::before {
    left: 0;
    top: -20px;
  }
  .bl_page_cont_cont {
    margin-left: 0;
  }
  .bl_page_cont_cont p {
    margin-top: 40px;
  }
}

.wp-block-embed__wrapper {
  position: relative;
  width: 100%;
}

.wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {
  .wp-block-embed__wrapper iframe {
    height: auto;
  }
}

.bl_topicText {
  display: flex;
  flex-direction: row;
  column-gap: 36px;
  margin-bottom: 80px;
}

.bl_topicText_text {
  width: 100%;
}

.bl_topicText_img {
  width: 40%;
}

@media (max-width: 768px) {
  .bl_topicText {
    flex-direction: column;
    row-gap: 40px;
  }
  .bl_topicText_img {
    width: 100%;
  }
}

.el_topic_head_img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.bl_topicList {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}

.bl_topicList_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  background-color: #33062F;
  border-top: solid 1px #D2D2D2;
  width: 28%;
  padding: 10px 20px;
  box-sizing: border-box;
}

.bl_topicList_title:nth-last-child(2) {
  border-bottom: solid 1px #D2D2D2;
}

.bl_topicList_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  border-top: solid 1px #D2D2D2;
  width: 72%;
  padding: 10px 20px;
  box-sizing: border-box;
}

.bl_topicList_detail:last-child {
  border-bottom: solid 1px #D2D2D2;
}

@media (max-width: 768px) {
  .bl_topicList {
    display: flex;
    flex-direction: column;
  }
  .bl_topicList_title {
    width: 100%;
    line-height: 22.4px;
  }
  .bl_topicList_title:nth-last-child(2) {
    border-bottom: 0;
  }
  .bl_topicList_detail {
    width: 100%;
    line-height: 22.4px;
    border-top: 0;
  }
}

.bl_topic {
  margin-left: 5em;
}

.bl_topic_h {
  font-family: 'Noto Serif JP';
  position: relative;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
}

.bl_topic_h::before {
  content: '';
  position: absolute;
  left: -2em;
  top: 12px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #9B7700;
}

.bl_topic_cont {
  margin-left: calc(170px - 5em);
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .bl_topic {
    margin-left: 0;
  }
  .bl_topic_h {
    margin-left: calc(12px + 16px);
    margin-bottom: 20px;
  }
  .bl_topic_h::before {
    left: calc(-12px - 16px);
  }
  .bl_topic_cont {
    margin-left: 0;
    margin-bottom: 40px;
  }
}

.bl_staffProfile_item {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}

.bl_staffProfile_item__img {
  width: 30%;
  height: auto;
  object-fit: cover;
}

.bl_staffProfile_item__cont {
  display: flex;
  flex-direction: column;
  margin-left: 36px;
  padding: 20px 0;
  row-gap: 30px;
}

@media (max-width: 768px) {
  .bl_staffProfile_item {
    display: flex;
    flex-direction: column;
  }
  .bl_staffProfile_item__img {
    width: 100%;
  }
  .bl_staffProfile_item__cont {
    margin-left: 0;
    padding: 30px 0 0 0;
  }
}

.bl_officeMap {
  min-height: calc(80px + 185px);
}

.bl_officeMap_item {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  border: solid 1px #fff;
  padding: 40px;
}

.bl_officeMap_item_cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.bl_officeMap_item_cont .el_name {
  display: block;
  margin-bottom: 10px;
}

.bl_officeMap_item_cont .el_address {
  display: block;
  margin-bottom: 10px;
}

.bl_officeMap_item_map {
  margin-left: 50px;
}

.bl_officeMap_item_map iframe {
  width: 284px;
  height: 185px;
}

@media (max-width: 768px) {
  .bl_officeMap_item {
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
  }
  .bl_officeMap_item_cont {
    row-gap: 20px;
  }
  .bl_officeMap_item_map {
    position: relative;
    width: 100%;
    margin-left: 0;
  }
  .bl_officeMap_item_map::before {
    content: "";
    display: block;
    padding-top: 65%;
  }
  .bl_officeMap_item_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.el_name {
  font-family: 'Noto Serif JP';
  font-size: 18px;
  line-height: 32px;
}

.el_address {
  font-size: 14px;
  line-height: 22.4px;
}

.el_add_topLine {
  position: relative;
  margin-top: 15px;
}

.el_add_topLine::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 0.82px;
  background-color: #fff;
  left: 0px;
  top: -15px;
}

.bl_costs {
  margin: 0 170px;
  border: solid 1px #fff;
  padding: 60px 85px 80px;
  color: #fff;
}

.bl_costs_head {
  font-family: 'Noto Serif JP';
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 40px;
}

.bl_costs_about {
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 40px;
}

.bl_costs .bl_topicList_title {
  width: 58%;
}

.bl_costs .bl_topicList_detail {
  width: 42%;
}

@media (max-width: 768px) {
  .bl_costs {
    margin: 0;
    padding: 60px 20px 80px;
  }
  .bl_costs_about {
    text-align: left;
    margin-bottom: 30px;
  }
  .bl_costs .bl_topicList {
    padding: 0 7px;
  }
  .bl_costs .bl_topicList_title {
    width: 100%;
  }
  .bl_costs .bl_topicList_detail {
    width: 100%;
  }
}

.bl_guidance {
  margin-right: 90px;
  color: #fff;
}

@media (max-width: 768px) {
  .bl_guidance {
    margin-right: 0;
  }
}

.bl_contact {
  margin-top: 30px;
  background-color: #33062F;
  padding: 60px 42px 80px;
  text-align: center;
}

.bl_contact_form {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  line-height: 22.4px;
  margin-bottom: 36px;
}

.bl_contact_form_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  background-color: #33062F;
  border-top: solid 1px #D2D2D2;
  width: 20%;
  padding: 20px 15px 20px 15px;
  box-sizing: border-box;
  font-weight: normal;
}

.bl_contact_form_title:nth-last-child(2) {
  border-bottom: solid 1px #D2D2D2;
}

.bl_contact_form_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  background-color: #481244;
  border-top: solid 1px #D2D2D2;
  width: 80%;
  padding: 10px 20px;
  box-sizing: border-box;
}

.bl_contact_form_detail:last-child {
  border-bottom: solid 1px #D2D2D2;
}

.bl_contact_checks {
  margin: 0 80px 0 170px;
}

.bl_contact ul {
  display: flex;
  flex-direction: column;
  margin-left: calc(170px - 42px);
  margin-right: 85px;
  margin-bottom: 40px;
  align-items: flex-start;
  text-align: left;
}

.bl_contact ul li {
  width: 100%;
}

.bl_contact ul li:first-child {
  margin-bottom: 15px;
}

.bl_contact ul li .wpcf7-list-item {
  margin: 0;
}

.bl_contact ul li .wpcf7-list-item label {
  display: flex;
  flex-direction: row;
}

.bl_contact ul li .wpcf7-list-item label input[type="checkbox"] {
  display: block;
  margin-top: 8px;
  margin-right: calc(25px + 6px);
  width: min-content;
  transform: scale(1.41);
}

.bl_contact ul li .wpcf7-list-item label span {
  display: block;
  width: 100%;
}

.bl_contact p {
  line-height: 32px;
  margin: 0 0 43px 0;
}

.bl_contact p span {
  display: block;
  font-size: 20px;
  margin-bottom: 1em;
}

@media (max-width: 768px) {
  .bl_contact {
    padding: 60px 20px 80px;
  }
  .bl_contact_form {
    display: flex;
    flex-direction: column;
  }
  .bl_contact_form_title {
    width: 100%;
    line-height: 22.4px;
  }
  .bl_contact_form_title:first-child {
    border-top: 0;
  }
  .bl_contact_form_title:nth-last-child(2) {
    border-bottom: 0;
  }
  .bl_contact_form_detail {
    width: 100%;
    line-height: 22.4px;
    border-top: 0;
  }
  .bl_contact ul {
    margin: 0;
    margin-bottom: 60px;
    padding-left: 10px;
  }
}

.bl_contact_form_detail .wpcf7-form-control-wrap {
  background-color: #fff;
  width: 100%;
  color: #000;
}

.bl_contact_form_detail .wpcf7-form-control-wrap input[type="text"], .bl_contact_form_detail .wpcf7-form-control-wrap input[type="email"], .bl_contact_form_detail .wpcf7-form-control-wrap input[type="tel"], .bl_contact_form_detail .wpcf7-form-control-wrap textarea {
  padding: 11px 25px;
  line-height: 22.4px;
  width: 100%;
}

.bl_contact_form_detail .wpcf7-form-control-wrap textarea {
  height: 8.5em;
}

.hp_flex_r_reverse {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .hp_flex_r_reverse {
    flex-direction: column-reverse;
  }
}

.hp_flex_c_gap_10px {
  column-gap: 10px;
}

.hp_lineHeight_32 {
  line-height: 32px;
}

.hp_bordered {
  border: solid 1px #9B7700;
}

.hp_pad_1em {
  padding: 1em;
}

@media (max-width: 480px) {
  .hp_pad_1em {
    padding: 10px;
    box-sizing: border-box;
  }
}

.hp_w60pc {
  width: 60%;
}

@media (max-width: 480px) {
  .hp_w60pc {
    width: 100%;
  }
}

.hp_submitBtn {
  text-align: center;
}

.hp_submitBtn input {
  margin-top: -8px;
}

.hp_submitBtn__nonActive {
  border: solid 1px #D2D2D2;
}

.hp_submitBtn__nonActive::before {
  background-color: #D2D2D2;
}

.hp_submitBtn__nonActive::after {
  border-color: transparent transparent transparent #D2D2D2;
}

.hp_inline_link {
  display: inline;
  text-decoration: underline;
}

.hp_display_block {
  display: block;
}

.hp_border_unset {
  border: unset;
  cursor: none;
}

.hp_align_left {
  text-align: left;
}

.hp_is_fixed {
  position: fixed;
}

.hp_non_margin {
  margin: 0;
}
