@charset "utf-8";
/*　パッケージ・コーポレート用　*/
/*　共通　*/
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  color: rgb(59 64 67);
  letter-spacing: 0.05rem;
  position: relative;
  counter-reset: number 0;
  line-height: 2.4;
}
a {
  color: rgb(117 117 117);
  font-weight: 500;
}
address {
  font-style: normal;
}
.mb_YTPBar {
  display: none !important;
}
.flex_lay {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
}
.flex_lay_box {
  width: calc(50% - 3rem);
  height: auto;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.flex_lay_box:nth-child(even) {}
img.pc.use_logo_animation {
  width: 100%;
  height: auto;
  text-align: center;
}
#site_loader_logo .logo_image {
  width: 80%;
  max-width: 32rem;
  margin: 0 auto;
}
div#header_logo {
  width: 100%;
  max-width: 20rem;
  margin-left: 2rem;
  margin-top: 0;
}
#header_logo img {
  width: 100%;
  height: auto;
}
#header_button a {
  background: rgb(255 255 255) !important;
  font-size: 1.8rem;
  color: rgb(30 30 33) !important;
  font-weight: 600;
  position: relative;
}
#header_button a:hover {
  background: rgb(255 255 255) !important;
  color: rgb(70 115 2) !important;
}
#header_button a::before {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: calc(50% - 1.5rem);
  left: 0.5rem;
  background-image: url(/wp-content/themes/massive_tcd084/img/il_001.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: 0.5s;
}
#header_button a.num2::before {
  background-image: url(/wp-content/themes/massive_tcd084/img/il_002.png);
}
#header_button a:hover::before {
  transform: rotate(45deg);
}
#menu_button:hover {
  background: rgb(230 230 230);
}
#menu_button {
  background: rgb(252 252 252 / 0%);
}
#menu_button span {
  background: rgb(117 117 117);
}
#drawer_menu {
  background: rgb(255 255 255);
}
#global_menu .child_menu {
  background: rgb(248 248 248);
}
#global_menu .sub-menu li a {
  border-color: rgb(201 201 201) !important;
  font-size: 1em;
}
#global_menu li a {
  color: rgb(117 117 117);
  font-size: 1.4em;
  border-top: 1px dashed rgb(230 230 230);
  border-bottom: 1px dashed rgb(230 230 230);
}
#global_menu li a:hover {
  background: rgb(230 230 230);
  border-color: rgb(188 188 188);
}
#global_menu a .sub_title {
  color: rgb(252 252 252);
}
#drawer_footer_sns a:hover:before {
  color: rgb(117 117 117) !important;
}
#header_slider_wrap {
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
div#header_slider_wrap::before {
  content: "";
  position: absolute;
  width: 86%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-image: url(/wp-content/themes/massive_tcd084/img/fv_catchcopy.png);
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: right 10% bottom 10%;
  z-index: 1;
}
#header_slider::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: rgb(255 255 255 / 50%);
  background: linear-gradient(90deg, rgb(255 255 255 / 15%) 0%, rgb(255 255 255 / 82%) 100%);
  opacity: 70%;
}
#header_slider_button {
  display: none;
}
#header_slider_button:before {
  color: #6b5a58;
}
#return_top_pc a {
  border-color: rgb(230 230 230);
  color: rgb(230 230 230);
}
#return_top_pc a:before {
  color: rgb(198 198 198) !important;
}
#return_top_pc a:hover {
  background: rgb(117 117 117);
  color: rgb(255 255 255);
}
#return_top_pc a:hover::before {
  color: rgb(252 252 252) !important;
}
#global_menu li a:hover, #global_menu .menu-item-has-children.open > a {
  background: rgb(230 230 230);
  border-color: rgb(117 117 117);
}
/*　フェードイン　*/
.inview {
  opacity: 0;
  position: relative;
}
.inview.animate {
  -webkit-animation: inview_slide_up 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.4s;
  animation: inview_slide_up 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.4s;
}
.inview_group .animate_item {
  opacity: 0;
  position: relative;
}
.inview_group .animate_item.animate {
  -webkit-animation: inview_slide_up 0.7s cubic-bezier(.4, 0, .2, 1) forwards 0.5s;
  animation: inview_slide_up 0.7s cubic-bezier(.4, 0, .2, 1) forwards 0.5s;
}
/*　フェードイン___end　*/
/*　footer　*/
footer#footer {
  margin-top: -3.6rem;
}
footer#footer_wrapper {
  background: rgb(255 255 255);
  position: relative;
  z-index: 0;
}
#footer_logo img {
  max-width: 18rem;
  height: auto;
  margin-left: 0;
  margin-bottom: 2rem;
  margin-top: 2.5rem;
}
.footer_inner_sec {
  width: 100%;
  margin: 0 auto;
  padding: 6rem 0;
  gap: 0;
  background: rgb(117 117 117);
}
.footer_about_info {
  width: calc(40% - 2.5rem);
  box-sizing: border-box;
  background: #fff;
  padding: 2%;
}
.footer_menu_box {
  width: calc(60% - 2.5rem);
  box-sizing: border-box;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  display: -webkit-flex;
  display: flex;
}
#footer_logo .pc_logo_text {
  text-align: left;
  margin-bottom: 3rem;
}
.footer-bar01, p.copyright {
  width: 100%;
  background: rgb(51 51 51);
  color: rgb(250 248 240);
  font-size: 1.2rem !important;
  text-align: center;
  line-height: 4rem;
}
a.footer-con_but {
  display: inline-block;
  position: relative;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  border-radius: 5rem;
  text-align: center;
  margin-right: 0.5rem;
  background: #d9bd9c;
  transition: all .8s;
}
.footer-con-sns-but {
  margin-top: 1rem;
}
a.footer-con_but span {
  display: none;
}
a.footer-con_but::before {
  content: '';
  font-family: "design_plus";
  font-size: 2rem;
  color: #fff;
  z-index: 1;
  width: 5rem;
  font-weight: 400;
}
a.footer-con_but.footer-instagram_but::before {
  content: "\ea92";
}
a.footer-con_but.footer-line_but::before {
  content: "\e909";
}
a.footer-con_but.footer-instagram_but {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
a.footer-con_but.footer-line_but {
  background-color: #18c507;
}
a.footer-con_but.footer-twitter_but {
  background: #00acee;
}
a.footer-con_but.footer-twitter_but::before {
  content: "\f099";
  font-family: 'FontAwesome';
  color: #fff;
  z-index: 1;
  width: 4rem;
}
a.footer-con_but.footer-facebook_but {
  background: rgb(24, 119, 242);
}
a.footer-con_but.footer-facebook_but::before {
  content: "\f39e";
  font-family: 'FontAwesome';
  color: #fff;
  z-index: 1;
  width: 4rem;
}
a.footer-con_but:hover {
  opacity: 25%;
}
.footer-sitemap.flex_lay {
  gap: 0;
}
ul.footer-list {
  width: 33.3333%;
  box-sizing: border-box;
  padding-left: 2rem;
}
ul.footer-list li.footer-sitemap-subtittle {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  color: rgb(69 113 3);
  position: relative;
}
ul.footer-list li {
  line-height: 1.5;
  padding-bottom: 1rem;
  font-size: 0.85em;
}
ul.footer-list li a {
  position: relative;
  font-weight: 500;
  color: rgb(255 255 255);
}
ul.footer-list li a:hover {
  color: rgb(255 255 255) !important;
}
ul.footer-list li a::after {
  position: absolute;
  content: '';
  height: 0.1rem;
  width: 0%;
  left: 0;
  bottom: -0.3rem;
  background: rgb(255 255 255);
}
ul.footer-list li a:hover::after {
  width: 100%;
}
.footer_100_contact_lay.flex_lay {
  gap: 0;
}
.footer_100_contact {
  background: rgb(237 237 237);
  background-size: cover;
  background-position: center;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 10rem 0 10rem;
}
.footer_100_contact p._tittle {
  font-size: 5rem;
  font-weight: 300;
  letter-spacing: 0.5rem;
  line-height: 1.5;
}
.footer_100_contact p._text {
  font-size: 1.05em;
  letter-spacing: 0.15rem;
  font-weight: 400;
}
.footer_100_contact p.all_text {
  font-size: 0.8em;
  line-height: 2;
  text-align: center;
}
.footer_100_contact a:hover {
  color: rgb(117 117 117) !important;
  opacity: 0.5;
}
.footer_100_contact_box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.footer_100_contact_box p._tittle {
  font-size: 5em;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
}
.footer_100_contact_box p._tittle_a {
  font-size: 1em;
  font-weight: 700;
  color: rgb(117 117 117);
  line-height: 1.5;
}
.footer_100_contact_box p._tittle_a span {
  background: #fff;
  padding: 0.8rem 2rem;
  margin: 0 1rem;
}
.footer_100_contact::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15%;
  bottom: -1px;
  left: 0;
  background-image: url(/wp-content/themes/massive_tcd084/img/il_018.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 0;
}
.footer_inner_sec_box.flex_lay {
  margin: 0 auto;
  width: 86%;
  gap: 5rem;
}
.footer_about_seotext {
  font-size: 0.8em;
  line-height: 1.5;
  color: rgb(117 117 117);
  border-bottom: dashed 0.1rem rgb(230 230 230);
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}
.footer-info_address {
  font-size: 0.9em;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
}
.footer-info_address_01 {
  width: 100%;
}
.footer-info_address_tel, .footer-info_address_fax {
  width: 50%;
  font-size: 1.3em;
  position: relative;
}
.footer-info_address_tel span::after, .footer-info_address_fax span::after {
  content: ":";
  margin-right: 0.5rem;
}
ul.footer-list li.footer-sitemap-subtittle::before {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  top: calc(100% - 3.65rem);
  left: -3rem;
  background-image: url(/wp-content/themes/massive_tcd084/img/il_002.png);
  background-repeat: no-repeat;
  background-size: 85% auto;
  background-position: center;
}
ul.footer-list:nth-of-type(2) li.footer-sitemap-subtittle::before {
  background-image: url(/wp-content/themes/massive_tcd084/img/il_015.png);
}
ul.footer-list:nth-of-type(3) li.footer-sitemap-subtittle::before {
  background-image: url(/wp-content/themes/massive_tcd084/img/il_003.png);
}
ul.footer-list:nth-of-type(4) li.footer-sitemap-subtittle::before {
  background-image: url(/wp-content/themes/massive_tcd084/img/il_017.png);
}
ul.footer-list:nth-of-type(5) li.footer-sitemap-subtittle::before {
  background-image: url(/wp-content/themes/massive_tcd084/img/il_001.png);
}
ul.footer-list li.footer-sitemap-subtittle a.footer-list {
  font-weight: 700;
}
.footer_100_contact a {
  background: #fff;
  display: block;
  width: 100%;
  max-width: 35rem;
  padding: 1%;
  box-sizing: border-box;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  position: relative;
  transition: 0.5s;
  margin: 0 auto;
  margin-top: 4rem;
}
.footer_100_contact a::before, a.kp_saiyouform_but::before {
  content: "";
  position: absolute;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  top: 0.8rem;
  left: 0.9rem;
  border: solid 0.1rem rgb(117 117 117);
}
.footer_100_contact a::after {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-left: 2.5rem;
  font-size: 0.9em;
  line-height: 1;
}
/*　footer___END　*/
/*　共通レスポンシブ　*/
@media only screen and (min-width: 1200px) {
  .footer-bar02 {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 6.5rem;
    height: 6.5rem;
    background: #6b5a58;
    border-radius: 100%;
  }
}
@media only screen and (min-width: 768px) {
  address.footer-contact-tel a, address.footer-contact-fax a {
    pointer-events: none;
  }
}
@media only screen and (min-width: 1200px) {
  /*　js_mouse-stalker　*/
  #js_mouse-stalker {
    pointer-events: none;
    position: fixed;
    top: -15px;
    left: -15px;
    width: 30px;
    height: 30px;
    background-color: rgb(255 255 255 / 0%);
    border: solid 0.1rem rgb(220 189 158);
    border-radius: 50%;
    transform: translate(0, 0);
    transition: transform 0.3s ease-out;
    z-index: 9999;
    opacity: 0;
  }
  #js_mouse-stalker.js-hover {
    background-color: rgb(220 189 158 / 47%);
    width: 60px;
    height: 60px;
    border: none;
  }
  /*　js_mouse-stalker___END　*/
}
@media screen and (max-width: 1200px) {
  div#header_logo {
    max-width: 18rem;
  }
  .footer_100_contact p._tittle {
    font-size: 3.5rem;
  }
  .footer_100_contact p._text {
    font-size: 1em;
  }
  .footer_inner_sec {
    padding: 6rem 0 3rem 0;
  }
  .footer_about_info {
    width: 100%;
    max-width: 60rem;
    margin: 0 auto;
    text-align: center;
    padding: 5%;
  }
  .footer_about_logo {
    width: 100%;
    max-width: 18rem;
    margin: 0 auto;
  }
  .footer-con-sns-but {
    margin-top: 1.5rem;
  }
  .footer_menu_box {
    width: 100%;
    max-width: 80rem;
    padding: 0;
    margin: 0 auto;
  }
  .footer-bar01, p.copyright {
    text-align: center;
    margin: 0;
  }
  .footer-bar02 {
    display: none;
  }
  #header_slider_wrap, #header_slider .item {
    height: calc(50vh - 80px) !important;
  }
  .footer_100_contact {
    padding: 7rem 0 10rem;
  }
  .footer_100_contact_box p._tittle_a {
    font-size: 2.5em;
  }
  .footer_100_contact_box p._tittle_a span {
    margin: 0 0.5rem;
  }
  ul.footer-list {
    width: 33.3333%;
    margin-top: 3rem;
  }
  #global_menu li a {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 834px) {
  .flex_lay {
    gap: 4rem;
  }
  .flex_lay_box {
    width: calc(50% - 2rem);
  }
  .footer_menu_box {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .footer_about_info {
    margin-bottom: 0;
  }
  .footer_inner_sec {
    padding: 4rem 0 1.5rem 0;
    gap: 0;
  }
  ul.footer-list li.footer-sitemap-subtittle::before {
    display: block;
    position: unset;
    margin: 0 auto;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width:430px) {
  .flex_lay_box {
    width: 100%;
  }
  .flex_lay {
    gap: 2.5rem;
  }
  div#header_slider_wrap::before {
    background-size: 85%;
    background-position: right 20% bottom 5%;
  }
  .footer_100_contact {
    width: 100%;
  }
  .footer_100_contact a {
    height: 7rem;
    line-height: 6rem;
  }
  .footer_100_contact p._tittle {
    font-size: 3rem;
  }
  #footer_logo img {
    max-width: 18rem;
    margin: 0;
  }
  ul.footer-list {
    width: 50%;
    padding: 0;
  }
  ul.footer-list:last-of-type {
    width: 100%;
  }
  .footer_inner_sec {
    gap: 0;
  }
  .footer-info_address_tel, .footer-info_address_fax {
    font-size: 1.1em;
  }
  .footer_inner_sec_box.flex_lay {
    gap: 2rem;
  }
  ul.footer-list li.footer-sitemap-subtittle {
    font-size: 1.6rem;
  }
  ul.footer-list li {
    font-size: 0.75em;
  }
  #global_menu .sub-menu li a {
    font-size: 1.25em;
    font-weight: 600;
  }
}
@media screen and (max-width:375px) {}
@media screen and (max-height:768px) {}
@media screen and (max-height:415px) {}
/*　共通___END　*/
/*　オリジナル フロント　*/
.original_inner {
  margin: 0 auto;
  max-width: 135rem;
  width: 86%;
}
section.original01 {
  margin: 20rem 0;
}
.original_sub_tittel {
  font-size: 1.5em;
  font-weight: 800;
  margin-bottom: 3rem;
}
.original_sub_tittel span {
  display: block;
  line-height: 1;
  font-size: 2.5em;
}
section.original01 h2 {
  font-size: 2em;
  margin-bottom: 3rem;
}
section.original02 {
  margin: 20rem 0;
}
section.original03 {
  margin: 20rem 0;
}
/*　オリジナル フロント　レスポンシブ　*/
@media screen and (min-width: 1200px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width:834px) {}
@media screen and (max-width:430px) {}
@media screen and (max-width: 375px) {}
@media screen and (max-height: 415px) {}
/*　オリジナル フロント___END　*/
/*　投稿ページ　*/
#body.archive #page_header {
  height: 40rem;
}
.kp_saiyouform_ {
  width: fit-content;
  margin-bottom: 3rem;
}
.kp_saiyouform_ li {
  display: inline-block;
  background: rgb(109 96 46);
  padding: 0.25rem 1.5rem 0;
  color: rgb(255 255 255);
  box-sizing: border-box;
  font-size: 0.9em;
}
section.kp-main-content.kp_saiyouform h2 {
  text-align: left;
  margin-bottom: 2rem;
}
section.kp-main-content.kp_saiyouform h2::after {
  margin-left: 0;
}
a.kp_saiyouform_but {
  background: rgb(250 248 240);
  display: block;
  width: 100%;
  max-width: 35rem;
  padding: 2.5rem 4rem;
  box-sizing: border-box;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  color: rgb(70 115 2);
  border-radius: 10rem;
  position: relative;
  transition: 0.5s;
  margin: 0 auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
  line-height: 1.8;
}
a.kp_saiyouform_but span {
  letter-spacing: 0.4rem;
  display: block;
  line-height: 1;
  font-size: 0.8em;
}
a.kp_saiyouform_but:hover {
  background: rgb(227 236 214);
  color: rgb(109 96 46);
}
p.kp_saiyou_tel {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 0;
}
address.single_page {
  text-align: center;
  font-size: 3em;
  font-weight: 600;
  color: rgb(30 30 33);
  line-height: 1.5;
}
address.single_page span {
  font-size: 0.7em;
}
.kp_saiyouform_freebox {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  border-top: solid 0.1rem #b2a4a2;
  margin-top: 5rem;
  margin-bottom: 12rem;
}
.kp_saiyouform_freebox .kp_recruit_01_more {
  margin-bottom: 5rem;
}
div#category_post {
  background: rgb(250 248 240) !important;
}
#category_post .tab p {
  background: rgb(70 115 2);
}
#category_post .tab p:hover {
  background: rgb(242 134 39);
}
div#widget_area_overlay {
  background: #efefef94 !important;
}
.search_box_headline {
  color: #6b5a58;
  margin-bottom: 1rem;
}
.widget_headline {
  background: none;
  border-left: solid 0.2rem rgb(70 115 2);
  line-height: 4rem;
  height: 4rem;
  margin-bottom: 2rem;
  color: rgb(70 115 2);
  font-size: 1.2em;
  font-weight: 600;
}
.widget_content a:hover {
  color: rgb(30 30 33);
}
div#tcdw_search_box_widget-2 {
  width: 100%;
  margin: 0 auto;
  padding: 5% 20%;
  position: relative;
  display: none;
}
div#tcdw_search_box_widget-2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/wp-content/uploads/2024/01/kp_saiyoform_ichach.jpg);
  background-size: cover;
  z-index: -1;
  opacity: 0.5;
}
.blog_archive_recruit_but {
  margin-top: 5rem;
}
#widget_area div#tcdw_search_box_widget-2 {
  padding: 0;
}
#widget_area div#tcdw_search_box_widget-2::before {
  display: none;
}
select#cat {
  padding: 1.5rem;
  width: 100%;
  border-radius: 6px;
  border-color: rgb(206 197 161);
}
body.blog div#categories-2, body.archive div#categories-2 {
  max-width: 103rem;
  margin: 0 auto;
  margin-top: 8rem;
  margin-bottom: -4rem;
}
#blog_header .bg_image {
  border-radius: 3rem;
  background-image: url(http://maruhiro-seika.com/wp-content/uploads/2025/01/fp_bgimg_il000.png) !important;
}
#blog_header .overlay {
  border-radius: 3rem;
  background-color: rgb(70 115 2 / 65%) !important;
}
h1.title.rich_font_type2.entry-title {
  font-family: "Zen Maru Gothic", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}
#blog_header .title_area h1 {
  color: rgb(255 255 255);
  font-weight: 600;
}
/*　投稿ページレスポンシブ　*/
@media screen and (max-width:1200px) {
  #body.archive #page_header {
    height: 30rem;
  }
  div#tcdw_search_box_widget-2 {
    padding: 3% 5%;
  }
  .kp_saiyouform_ li {
    font-size: 0.9em;
    margin-bottom: 0.3rem;
  }
  body.blog div#categories-2, body.archive div#categories-2 {
    width: 86%;
    margin: 0 auto;
    margin-top: 5rem;
  }
  body.blog .widget_headline {
    font-size: 0.9em;
  }
}
@media screen and (max-width:900px) {}
@media screen and (max-width:430px) {
  #body.archive #page_header {
    height: 20rem;
  }
  div#tcdw_search_box_widget-2 {
    padding: 5%;
  }
  .search_box_headline {
    font-size: 0.9em;
    margin-bottom: 0.5rem;
  }
  body.blog .widget_headline {
    font-size: 0.8em;
    padding-left: 1.2rem;
  }
}
/*　投稿ページ___END　*/
/*　item_gridlay　*/
.kp_item_gridlay {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 2.8rem));
  grid-column-gap: 3.7rem;
  grid-row-gap: 3.7rem;
}
.kp_item_gridlay dl {
  margin-bottom: 0;
  border: dashed 0.1rem rgb(174 206 104);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.kp_item_gridlay dd {
  margin: 0 auto;
}
dd.item_titte_t {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 2.2;
  color: rgb(242 68 5);
  border-bottom: dashed 0.2rem rgb(193 227 142);
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
}
dd.item_titte_t span {
  display: block;
  font-size: 0.8rem;
  line-height: 1;
  color: rgb(189 183 107);
  margin-bottom: 1rem;
}
dd.item_price_t {
  font-weight: 600;
  line-height: 2;
  text-align: right;
}
@media screen and (max-width:900px) {
  .kp_item_gridlay {
    grid-template-columns: repeat(2, calc(50% - 1rem));
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
  dd.item_titte_t {
    line-height: 1.75;
  }
}
@media screen and (max-width:428px) {
  .kp_item_gridlay {
    grid-template-columns: repeat(1, calc(100% - 0rem));
    grid-row-gap: 3.5rem;
  }
}
/*　item_gridlay_end　*/
/*　固定ページ　*/
div#page_header, div#blog_header {
  background-color: rgb(230 230 230);
  background-size: cover;
  width: 100%;
  margin: 0 auto;
  height: 35rem;
}
#page_header .overlay {
  display: none;
}
div#page_header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(250 248 240 / 0%);
  z-index: 2;
}
#page_content {
  font-size: 1em !important;
}
.kp-content_inner {
  width: 86%;
  max-width: 135rem;
  margin: 0 auto;
}
section.kp-main-content {
  position: relative;
}
.kp-content {
  margin-bottom: 8rem;
}
.kp-content:last-of-type, section.kp-main-content.dimcharm .kp-content:last-of-type {
  margin-bottom: 0;
}
.kp-content_child {
  margin-bottom: 5rem;
}
.kp-content_child:last-child {
  margin-bottom: 0;
}
.kp_wireox_01 {
  width: 100%;
  height: 20rem;
  text-align: center;
  background: rgb(217 216 215);
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  display: -webkit-flex;
  display: flex;
  font-size: 1.25em;
}
.wpcf7 {
  padding: 0 6% 0;
}
span.wpcf7-list-item.first.last {
  margin: 0 auto;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background-color: rgb(70 115 2);
  font-family: "Zen Maru Gothic", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1;
  border-radius: 10rem;
  box-sizing: border-box;
  width: 35rem;
  height: 7rem;
  margin-top: 6rem;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background-color: rgb(242 134 39);
}
div#page_content {
  width: unset;
}
#page_header .sub_title {
  font-size: 1.4em;
  font-weight: 800;
  letter-spacing: 0.2rem;
  color: rgb(117 117 117);
}
#page_header .catch {
  font-size: 2.5em;
  letter-spacing: 0.15rem;
  font-weight: 600;
  color: rgb(117 117 117);
}
#interview_header_inner h2.catch.rich_font_type2 {
  display: none;
}
address.kp_contact_tell {
  text-align: center;
  font-size: 2.5em;
  font-weight: 600;
  color: rgb(70 115 2);
}
address.kp_contact_tell span {
  font-size: 0.5em;
  margin-right: 1.5rem;
}
table.mail_table th {
  background: rgb(245 242 240 / 0%);
  text-align: left;
  vertical-align: top;
  width: 35%;
  font-weight: 600;
  color: rgb(30 30 33);
}
table.mail_table th span, .wpcf7 p span.required {
  background: #dbdbdb;
  padding: 0.25rem 0.6rem 0.5rem;
  margin-right: 0.75rem;
  font-size: 0.7em;
  border-radius: 3px;
}
table.mail_table th span.required_off {
  background: rgb(114 114 114);
  color: #fff;
}
.wpcf7 p span.required {
  background: rgb(242 68 5);
  color: #fff;
}
article#article {
  max-width: 100rem;
}
.post_content h2 {
  font-size: 1.6em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  color: rgb(30 30 33);
}
.post_content h2::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.4rem;
  background: rgb(242 68 5);
  text-align: center;
  margin: 0 auto;
  margin-top: 3.5rem;
  border-radius: 10rem;
}
.post_content p {
  line-height: 1.8;
}
.flow-box {
  display: block;
  position: relative;
  padding-left: 20rem;
  max-width: 80rem;
  padding-bottom: 4.5rem;
}
.flow-box:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.flow-box::before {
  content: "";
  background-image: url(/wp-content/themes/massive_tcd084/img/il_310.png);
  display: block;
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 17rem;
  height: 10rem;
  left: 0;
  top: 0;
  z-index: 2;
  box-sizing: border-box;
}
.flow-box h2 {
  text-align: left;
  padding-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: none;
  font-size: 1.5em;
}
.flow-box h2::after {
  display: none;
}
.flow-box::after {
  height: 100%;
  width: 0.5rem;
  content: "";
  top: 0;
  left: 8rem;
  display: block;
  position: absolute;
  z-index: 0;
  background-image: url(/wp-content/themes/massive_tcd084/img/il_314.png);
  background-repeat: repeat-y;
  background-position: center;
}
.flow-box:last-child::after {
  content: none;
  height: 0;
}
.flow-box:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
p.kp_flow-box-day {
  margin-bottom: 1.5rem;
  background: rgb(209 172 134);
  width: fit-content;
  box-sizing: border-box;
  padding: 0.25rem 2rem 0;
  border-radius: 10rem;
  color: #fff;
}
p.kp_center00 {
  text-align: center;
}
ul.kp_kome_mark {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
ul.kp_kome_mark li {
  position: relative;
  line-height: 1.6;
  padding-left: 1.6rem;
  font-size: 0.85em;
  color: rgb(242 68 5);
  margin-bottom: 0.25rem;
}
ul.kp_kome_mark li:last-of-type {
  margin-bottom: 0;
}
ul.kp_kome_mark li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.6;
  color: rgb(242 68 5);
}
.s_table table th {
  text-align: left;
  width: 30%;
  position: relative;
  color: rgb(70 115 2);
  vertical-align: middle;
}
.post_content h3 {
  font-size: 1.2em;
  font-weight: 600;
  color: rgb(70 115 2);
  border-bottom: dashed 0.1rem rgb(212 202 162);
  padding-bottom: 1.5rem;
}
.wpcf7 input, textarea.wpcf7-form-control.wpcf7-textarea, .wpcf7 select {
  padding: 1.5rem;
  border-radius: 5px;
  border-color: rgb(220 215 197);
}
a.kp_contact_but_01 {
  text-decoration: underline;
}
a.kp_contact_but_01:hover {
  text-decoration: none;
}
/*　☆固定ページレスポンシブ　*/
@media screen and (max-width: 1200px) {
  div#page_header {
    height: 23rem !important;
    border-radius: 2rem;
  }
  .kp-content {
    margin-bottom: 5rem;
  }
  #page_header .catch {
    font-size: 2.2em;
  }
  .service-box {
    padding: 6%;
  }
  .service-box::before {
    width: 10rem;
    height: 10rem;
    line-height: 10rem;
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 834px) {
  .service-box {
    width: 100%;
    border: none;
  }
  .service-box h2 {
    font-size: 1.3em;
  }
  div#page_header {
    height: 20rem !important;
    border-radius: 2rem;
  }
  #page_header .catch {
    font-size: 2em;
  }
  #page_header .sub_title {
    font-size: 1.2em;
  }
  table.mail_table th, table.mail_table td {
    width: 100% !important;
    display: block;
    box-sizing: border-box;
    padding: 4% 0;
  }
  .s_table table th, .s_table table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1.7rem 1rem 1.5rem;
  }
  .s_table table th::after {
    display: none;
  }
  table.mail_table th {
    padding-bottom: 1rem;
  }
  table.mail_table td {
    padding-top: 0;
  }
}
@media screen and (max-width:430px) {
  div#page_header {
    width: calc(100% - 20px);
  }
  #page_header .catch {
    font-size: 1.7em;
  }
  .post_content h2 {
    margin-bottom: 2.5rem;
    font-size: 1.4em;
  }
  .service-box::before {
    width: 8rem;
    height: 8rem;
    line-height: 8rem;
    font-size: 8vw;
  }
  .flow-box {
    padding-left: 0;
  }
}
/*　固定ページ___END　*/
/*　CMS募集要項　*/
section.kp-recruitment_ori-content h2 {
  font-size: 1.6em;
  font-weight: 400;
  text-align: left;
  margin-bottom: 2rem;
  position: relative;
  color: rgb(30 30 33);
}
section.kp-recruitment_ori-content h2::after {
  content: "";
  display: block;
  width: 3rem;
  height: 0.3rem;
  background: rgb(70 115 2);
  text-align: center;
  margin-top: 2rem;
  border-radius: 10rem;
}
table.kp_saiyouform00 tr {
  border-bottom: dashed 0.2rem rgb(238 232 209);
}
table.kp_saiyouform00 th {
  padding: 17px 25px;
  line-height: 2.2;
  background: #f7f7f700;
  text-align: left;
  width: 15%;
  position: relative;
  font-weight: 500;
}
table.kp_saiyouform00 th::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.2rem;
  left: 0;
  bottom: -0.2rem;
  border-bottom: solid 0.2rem rgb(70 115 2);
}
table.kp_saiyouform00 td {
  padding: 17px 25px;
  line-height: 2.2;
  background: #f7f7f700;
  text-align: left;
  width: 30%;
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width:834px) {}
@media screen and (max-width:430px) {}
/*　CMS募集要項　ここまで　*/