@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300&display=swap");

/**
 * 共通
 * -----------------------------------------------------------------------------
 */

.page_container {
  padding: 127px 0 60px;
}
.page_container .inner {
  padding: 2rem 20px 4rem;
  max-width: 1047px;
  margin: auto;
  background: white;
}

h1.header_title {
  max-width: 1047px;
  width: 100%;
  padding: 0 2rem;
  margin: auto;
  line-height: 1.3;
  letter-spacing: 0.3rem;
  position: relative;
}
h1.header_title span {
  display: block;
  /* font-size: clamp(12px, 3vw, 18px); */
  font-size: 1em;
  letter-spacing: 0.2rem;
  font-weight: normal;
}

.page_container .inner p {
  line-height: 1, 6;
}
.page_container h2 {
  font-size: clamp(21px, 5vw, 28px);
  line-height: 1.4;
  padding: 2rem 0;
  position: relative;
  margin-bottom: 3rem;
  font-weight: 300;
  letter-spacing: 0.2rem;
  font-family: "Work Sans", sans-serif;
}
.page_container h2::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #26222b;
  position: absolute;
  transform: translateY(-50%);
  bottom: 0;
  left: 0;
}

.page_container h2 span {
  font-size: clamp(11px, 3vw, 16px);
  display: block;
  font-weight: normal;
  color: grey;
}
.page_container h3 {
  margin: 1rem 0;
  border-bottom: 1px solid #bbb9b6;
  position: relative;
  padding-bottom: 7px;
  font-weight: 400;
}

.page_container h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #26222b;
  bottom: -1px;
  width: 17%;
}
/* 会社情報 */
.page_container table tr {
  background: none !important;
  display: flex;
  flex-wrap: wrap;
}

.page_container .wp-block-table.is-style-stripes {
  border-bottom: 1px solid transparent !important;
}
.page_container table td {
  font-weight: 400;
}
.page_container table td:first-child {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  width: 100%;
  border-image-slice: 1;
}
.page_container table td:last-child {
  border-bottom: 1px solid #bbb9b6;
  width: 100%;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3";
}

/**
 * single
 * -----------------------------------------------------------------------------
 */
.topics_inner {
  padding-top: 3rem;
}
.news_list_l {
  max-width: 780px;
  width: 100%;
  margin: auto;
}
.news_list_l h2::before {
  display: none !important;
}
.head_post_tit {
  margin-top: 30px;
  padding-bottom: 15px;
  font-size: 2.2rem;
}
.contents-img-single {
  width: 100%;
  height: 200px;
  border-radius: 2px;
  margin-top: 3rem;
}
.contents-img-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid #dedede;
  margin: auto;
  display: block;
}
.contents-text-single {
  margin: 15px 0 20px;
}
.contents-text-single figure img {
  object-fit: contain;
  width: 100%;
  height: auto!important;
}
.single_tag a::before {
  content: "＃";
  display: inline-block;
}
.single_tag {
  display: inline-block;
  color: #007cba;
  font-weight: 900;
}
.post-navigation {
  padding: 35px 0;
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
.pagenation {
  display: inline-block;
  width: 47%;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 45px 0;
}
.next {
  text-align: right;
}
.pagenation a:hover {
  text-decoration: underline;
  -webkit-transition: 1s;
  transition: 1s;
}
.article-date {
  display: flex;
}
.date_box {
  color: #999;
  letter-spacing: 0.2rem;
}

.f_cate_box {
  padding: 4px 22px 0;
  border-radius: 2px;
  font-size: 12px;
  display: inline-block;
  background: rgba(197, 204, 197, 0.2);
  margin-left: 1.5rem;
}
.a_cate_box {
  padding: 4px 22px 0;
  border-radius: 2px;
  font-size: 12px;
  display: inline-block;
  background: rgba(197, 204, 197, 0.2);
  margin-left: 1.5rem;
}
.cate_box a{
  padding: 4px 22px 0;
  border-radius: 2px;
  font-size: 12px;
  display: inline-block;
  background: rgba(197, 204, 197, 0.2);
  margin-left: 1.5rem;
}

/**
 * (一覧)
 * -----------------------------------------------------------------------------
 */

.news_flex_list {
  padding: 32px 0px 23px;
  border-bottom: 1px solid #dedede;
  display: flex;
  flex-direction: column;
}

.news_wrap {
  position: relative;
  margin-top: 7px;
}

.news_list_thum_image {
  border: 1px solid #dedede;
  border-radius: 2px;
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.news_list_thum_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.news_list_thum_image img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
.news_list_thum a {
  display: block;
  height: 100%;
}
.page_container .news_tit {
  font-size: 120%;
  letter-spacing: 0.1rem;
  margin-top: 1rem;
}
.list_text_ex {
  margin-top: 2rem;
}

.news_wrap p {
  color: #7f7f7f;
}
.nav-links {
  padding: 0rem 0 4rem;
  text-align: center;
}
.page-numbers {
  display: inline-block;
  padding: 8px 0;
  text-align: center;
  width: 38px;
  height: 38px;
  color: #f2f0e7;
  line-height: 2;
  font-size: 1.2rem;
  font-weight: 400;
  border-radius: 50%;
  background-color: #d0d0d0;
}
.page-numbers:hover {
  background-color: #26222b;
  -webkit-transition: color 0.4s ease, background-color 0.4s ease;
  transition: color 0.4s ease, background-color 0.4s ease;
}
.nav-links .current {
  background-color: #26222b;
}
.tag {
  font-size: 90%;
  margin-top: 3rem;
}
.tag a::before {
  content: "#";
  margin-left: 5px;
}
.tag a:first-child {
  display: none;
}
.tag a {
  background: rgba(197, 204, 197, 0.2);
  padding: 2px 7px;
  margin-bottom: 10px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 2px;
}
.contents-text-single h3 {
  font-size: 1.4rem;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #444;
}
.work_list_wrap {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  padding-bottom: 4rem;
  justify-content: space-between;
}
.work_list {
  width: calc(100% / 2.1);
  padding-bottom: 2rem;
}
.work_list_wrap::after {
  display: block;
  content: "";
  width: calc(100% / 2.1);
}
.work_list_thum_image {
  display: block;
  margin: auto;
  position: relative;
  width: 100%;
  max-width: 280px;
}
.work_list_thum_image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.work_list_thum_image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
}
.work_tit {
  text-align: center;
  font-weight: bold;
  margin: 2rem 0 1rem;
  font-size: 116%;
}
.list_text_ex p {
  line-height: 1.6 !important;
}
/**
 * sidebar
 * -----------------------------------------------------------------------------
 */
.sidebar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 2rem 0 0rem;
}
.widget_block.sidebar-wrapper {
  border-bottom: none;
  width: 100%;
}
.widget_nav_menu.sidebar-wrapper {
  border-bottom: none;
  padding-bottom: 1.8rem;
  width: 100%;
}
.sidebar h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar ul {
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
}
.sidebar li {
  margin-right: 1rem;
  margin-top: 1rem;
}
.sidebar li.current a {
  background: #26222b;
  color: #f2f0e7;
}
.sidebar li a {
  display: block;
  background-color: #d0d0d0;
  color: #f2f0e7;
  text-align: center;
  border-radius: 2px;
  padding: 0.2rem 2rem;
}
.sidebar li a:hover {
  background: #26222b;
  color: #f2f0e7;
}

.fa-tags:before {
  font-family: "Font Awesome 5 Free";
  content: "\f02c";
  font-weight: 900;
}

.wp-block-tag-cloud a::before {
  content: "＃";
  font-weight: 900;
  color: #007cba;
}
.wp-block-tag-cloud a {
  font-size: 14px !important;
  color: #007cba;
}
.wp-block-tag-cloud a:hover {
  text-decoration: underline;
}
.wp-block-categories {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-categories li {
  margin-right: 10px;
}
.wp-block-archives li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  margin-right: 7px;
  font-size: 120%;
  color: #2a7b6f;
}

/**
 * フォーム
 * -----------------------------------------------------------------------------
 */
table.ctf {
  width: 100%;
  padding: 2rem;
  background-color: rgba(197, 204, 197, 0.2);
}
table.ctf tr {
  align-items: center;
}
table.ctf tr:last-child {
  border-bottom: none;
}
table.ctf th {
  width: 100%;
  vertical-align: middle;
  font-weight: normal;
  padding: 0rem 0;
  text-align: left;
  font-size: 13px;
  overflow: hidden;
}
table.ctf td {
  padding: 1.5rem 0;
  border-bottom: none !important;
}
input,
textarea {
  font-size: 13px;
  padding: 5px;
}
input[type="text"],
input[type="email"],
textarea {
  background: white;
  color: #444;
  padding: 13px;
  font-size: 13px;
  border-radius: 2px;
  width: 100%;
  -webkit-transition: border-color 0.2s cubic-bezier(0.24, 0.57, 0.45, 1);
  transition: border-color 0.2s cubic-bezier(0.24, 0.57, 0.45, 1);
}
input[type="tel"] {
  background: white;
  color: #444;
  padding: 13px;
  font-size: 13px;
  border-radius: 2px;
  width: 110px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.24, 0.57, 0.45, 1);
  transition: border-color 0.2s cubic-bezier(0.24, 0.57, 0.45, 1);
}
a[href^="tel:"] {
  pointer-events: none;
}
select {
  background: white;
  color: #444;
  padding: 13px;
  font-size: 13px;
  border-radius: 2px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.24, 0.57, 0.45, 1);
  transition: border-color 0.2s cubic-bezier(0.24, 0.57, 0.45, 1);
}

.mw_wp_form_confirm .input-show {
  display: none;
}
.required {
  color: #ce0514;
}
.mwform-checkbox-field {
  text-align: center;
  display: block;
}
.mwform-checkbox-field-text {
  font-size: 13px;
  margin: 0 10px;
}
.mwform-checkbox-field label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn {
  width: 200px;
  height: 60px;
  padding: 0 50px 0 30px;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px #1f8ee9 solid;
  background: #1f8ee9;
  border-radius: 30px;
  font-weight: normal;
  margin: 5px;
  font-size: 16px;
  color: white;
  -webkit-transition: background 0.4s ease, color 0.4s ease,
    border-color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.btn:before {
  content: "";
  background: #fff;
  width: 2px;
  height: 10px;
  position: absolute;
  left: -1px;
  top: 30px;
  display: block;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.btn:hover {
  background: #26222b;
  border-color: #26222b;
  color: white;
  opacity: 1;
}

.back {
  width: 200px;
  height: 60px;
  padding: 0 50px 0 30px;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px #3c4240 solid;
  background: #3c4240;
  border-radius: 30px;
  font-weight: normal;
  font-size: 16px;
  color: white;
  -webkit-transition: background 0.4s ease, color 0.4s ease,
    border-color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  margin: 5px;
}

.back:hover {
  background: #26222b;
  color: white;
}
.mw_wp_form p {
  text-align: center;
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.progressbar {
  position: relative;
  margin: 30px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.progressbar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 33.333%;
  font-size: 13px;
  color: #999999;
  counter-increment: steps;
}
.progressbar li:before {
  display: block;
  width: 30px;
  height: 30px;
  margin: 7px auto;
  content: "";
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(197, 204, 197, 0.2);
  content: counter(steps);
}
.progressbar li:after {
  position: absolute;
  z-index: -1;
  top: 15px;
  left: -50%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #dedede;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active,
.progressbar li.complete {
  color: #26222b;
}
.progressbar li.active:before,
.progressbar li.complete:before {
  background-color: #a093df;
  color: #fff;
}
.progressbar li.active:after,
.progressbar li.complete:after {
  background-color: #dedede;
}

.select {
  border-radius: 0;
}
.r_p_tel {
  border: 1px solid #cecece;
  padding: 1rem;
  text-align: center;
  margin: 50px 0 80px;
}
.mw_wp_form .horizontal-item {
  display: block;
  margin-left: 0 !important;
  margin-bottom: 0.5em;
}
.mwform-radio-field-text {
  font-size: 13px;
}

/**
 * pp
 * -----------------------------------------------------------------------------
 */
.page_container .inner-pp h2 {
  margin-bottom: 2rem !important;
}
.page_container .inner-pp ol,
.page_container .inner-pp ul {
  margin: 1rem 0 1rem 2em;
}
.page_container .inner-pp ul li {
  position: relative;
}
.page_container .inner-pp ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -14px;
  width: 8px;
  height: 8px;
  background-color: #7f7f7f;
  border-radius: 50%;
}

/* service */
.wp-block-column.service_column.has-background.is-layout-flow {
  padding: 3rem;
  margin-bottom: 3rem;
}
.wp-block-column.service_column.has-background.is-layout-flow h3 {
  border: none;
  font-weight: 700;
}
.wp-block-column.service_column.has-background.is-layout-flow h3::after {
  border: none;
}
