@charset "UTF-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/* themeColor
-----------------------------*/
.grad_01, .btn-item_blue, .readmore label {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 61, 125, 0.08)), to(rgba(13, 61, 125, 0.08)));
  background: linear-gradient(180deg, rgba(13, 61, 125, 0.08) 0%, rgba(13, 61, 125, 0.08) 100%);
}

.grad_02, .page_service .links::before, .contact::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 138, 205, 0.15)), to(rgba(51, 51, 51, 0.15)));
  background: linear-gradient(180deg, rgba(21, 138, 205, 0.15) 0%, rgba(51, 51, 51, 0.15) 100%);
}

.grad_03, .footer_copy {
  background: -webkit-gradient(linear, left top, right top, from(rgba(21, 138, 205, 0.1)), to(rgba(21, 138, 205, 0.15)));
  background: linear-gradient(90deg, rgba(21, 138, 205, 0.1) 0%, rgba(21, 138, 205, 0.15) 100%);
}

.grad_04, .page_service .flow_ttl-n1, .page_flow .flow_ttl-n1, .page_service .flow_ttl-n2, .page_flow .flow_ttl-n2 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(248, 248, 248, 0)), to(rgba(248, 248, 248, 0.22)));
  background: linear-gradient(90deg, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 0.22) 100%);
}

.max-width, .footer_gnavi, .footer .pankuzu_list, .page_about .swiper, .page_about .swiper-container, .pankuzu_list {
  max-width: 1400px;
}

.container_padding, .page_about .outline, .page_contact .txt-read, .page_contact-confirm .txt-read, .page_contact-thanks .txt-read, .page_privacy-policy .privacy-policy, .page_works .works_box, .page_faq .faq_container, .forms_box-item, .header_gnavi {
  padding-left: 20px;
  padding-right: 20px;
}

@media all and (max-width : 990px) {
  .inner_padding, .page_service .trouble, .page_service .cleaning, .page_service .cost, .page_service .flow, .page_service .faq, .page_service .huki, .page_about .outline_inner, .page_about .introduction_inner, .page_about .gallery_inner, .voice_inner, .contact {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.mt0 {
  margin-top: 0;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 22px;
}

.pl0 {
  padding-left: 0 !important;
}

.tac {
  text-align: center;
}

.cont_padding {
  padding: 0 20px;
}

.sp-only {
  display: none;
}
@media all and (max-width : 750px) {
  .sp-only {
    display: block !important;
  }
}

.pc-only {
  display: none;
}
@media all and (min-width: 751px) {
  .pc-only {
    display: block !important;
  }
}

* {
  font-size: 62.5%;
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: calc(34.4/16);
  line-height: 2.125;
  text-align: left;
  color: #333333;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

/* //文字のギザギザが気になるときに使用
span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,{
	transform: rotate(0.05deg);
	&::before,&::after{
		transform: rotate(0.05deg);
	}
}*/
.font-en, .voice_item::before, .c-pageTitle__subTitle, .ttl-h2 {
  font-family: "Montserrat", "Helvetica", "Helvetica Neue", "Avenir", "Arial", sans-serif !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
  font-variation-settings: "wdth" 100 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}

/*-- icon --*/
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 20;
}

.material-symbols-rounded {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

/*
p,span,ul,li{
	font-weight: fw(fw_regular);
	font-size: fz(base);
	@media all and (max-width : 750px) {
		font-size: fz(kv_read);
	}
}*/
.bold, .header_gnavi-link {
  font-weight: 700;
}

.ttl-h2 {
  font-size: 72px !important;
  line-height: 150% !important;
  color: #0d3d7d !important;
  text-align: center !important;
  line-height: 1.5 !important;
}
@media all and (max-width : 750px) {
  .ttl-h2 {
    font-size: 62px !important;
  }
}
.ttl-h2_sub {
  display: block !important;
  font-size: 12px !important;
  color: #333333 !important;
}
.ttl-h3 {
  font-size: 18px;
  line-height: 140%;
}
.ttl-sub {
  font-size: 12px;
  line-height: 120%;
  position: relative;
}
.ttl-sub_bg {
  font-size: 60px;
  font-weight: 300%;
  line-height: 140%;
  letter-spacing: 20%;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin: auto;
  color: #F3F5FC;
  position: relative;
  z-index: 1;
}
.ttl_gradation {
  color: #0d3d7d;
  background: -webkit-gradient(linear, left top, right top, from(#003C5B), to(#007FC1));
  background: linear-gradient(90deg, #003C5B 0%, #007FC1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.txt_navi, .header_txt {
  font-size: 13px !important;
}
.txt-sub {
  font-size: 12px !important;
  line-height: 120% !important;
  font-weight: 700 !important;
}
.txt_small, .pankuzu_link, .voice_prof, .card_time {
  font-size: 12px !important;
  letter-spacing: 0.05em !important;
  line-height: 3.2 !important;
}
.txt_att {
  font-size: 10px !important;
  font-weight: bold !important;
  vertical-align: 2px !important;
  padding-right: 3px !important;
  padding-left: 3px !important;
}
.txt_btn {
  font-size: 13px !important;
  line-height: 1;
  letter-spacing: 0.05em !important;
}
.txt_btn2, .btn, .readmore label {
  font-size: 14px !important;
  line-height: 1 !important;
  letter-spacing: 0.05em !important;
}
.txt_navyblue {
  color: #0d3d7d !important;
}
.txt_red {
  color: #c61f21;
}
.txt_border-blue {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, transparent), color-stop(0%, rgba(21, 138, 205, 0.3)));
  background: linear-gradient(transparent 68%, rgba(21, 138, 205, 0.3) 0%);
  background-position-y: 27px;
  display: inline-block;
}
.txt_border-red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, transparent), color-stop(0%, rgba(198, 31, 33, 0.2)));
  background: linear-gradient(transparent 68%, rgba(198, 31, 33, 0.2) 0%);
  background-position-y: 27px;
  display: inline-block;
}

/*
.ff-en {
	font-family: vars.$font-en;
	vertical-align: -1;
	letter-spacing: ls(0);
}
*/
/*
.fz12{	font-size: fz(fz12);}
.fz20{	font-size: fz(fz20);}
.fz22{	font-size: fz(fz22);}
.fz26{	font-size: fz(fz26);}
.fz32{	font-size: fz(fz32);}
.fz40{	font-size: fz(fz40);}
.fz42{	font-size: fz(fz42);}
.fz62{	font-size: fz(fz62);}
*/
.lh0 {
  line-height: 0;
}

.fc-white {
  color: #f8f8f8;
}

/*--------------
	Component
---------------*/
a {
  color: #333333;
}
a:hover {
  cursor: pointer;
}
a.link_win {
  font-size: 16px;
  font-weight: bold;
}

.card_time {
  font-weight: 400 !important;
}
.card_ttl {
  color: #0d3d7d !important;
  font-weight: 700 !important;
}
.card_txt {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  line-clamp: 3 !important;
  -webkit-line-clamp: 3 !important;
}

.btn::before, .readmore label::before {
  font-family: "Material Icons";
  content: "\e5cc";
  font-size: 24px;
}
.btn_line {
  color: #f8f8f8;
}
.btn-item_tel::before, .btn-item_contact2::before {
  font-family: "Material Icons";
  font-size: 38px;
}
.btn-item_tel::before {
  font-family: "Material Icons";
  content: "\e32c";
  color: #184683;
}
.btn-item_contact2::before {
  font-family: "Material Icons";
  content: "\e0be";
  color: #184683;
}
.btn-item_send::before {
  color: #f8f8f8;
}
.btn-item_send input {
  color: #f8f8f8;
}

.header_gnavi-link {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.15;
}
@media all and (max-width : 1200px) {
  .header_gnavi-link {
    font-size: 13px;
  }
}
.header_txt {
  letter-spacing: 0.075em;
  line-height: 2.3076923077;
}
@media all and (max-width : 990px) {
  .header_txt {
    font-size: 10px;
  }
}
@media all and (max-width : 750px) {
  .header_txt {
    font-size: 9px;
    text-align: left;
    padding-right: 65px;
  }
}

.kv .ttl-h2 {
  font-size: 72px !important;
  letter-spacing: 0.075em !important;
  line-height: 1.5277777778;
  text-shadow: 0px 2px 63.51px rgba(37, 37, 37, 0.22) !important;
  color: #f8f8f8 !important;
  position: relative !important;
  z-index: 1 !important;
  text-align: left !important;
  font-weight: 700 !important;
}
@media all and (max-width : 750px) {
  .kv .ttl-h2 {
    font-size: 58px;
  }
}
.kv .ttl-h2::before {
  white-space: pre;
  content: "精鋭が集う、\a最高のパートナー";
  position: absolute;
  text-shadow: 0px 0px 11.52px rgb(37, 37, 37);
  text-align: left;
  color: transparent;
  z-index: -1;
  font-weight: 700;
}
@media all and (max-width : 990px) {
  .kv .ttl-h2::before {
    display: none;
  }
}
.kv_txt {
  position: relative;
  text-shadow: 0px 2px 63.51px rgba(37, 37, 37, 0.22);
  color: #ffffff;
}
@media all and (max-width : 750px) {
  .kv_txt {
    font-size: 14px;
  }
}
.kv_txt::before {
  white-space: pre;
  content: "CYYは、水素ガスエンジンクリーニング、DPF洗浄、CCYは６inの提供を行なってます。\a安全をもっと先へ。\a専門スタッフによる確かな技術と、丁寧なカウンセリングで、\aより多くの方々に愛されるサービスを、目指しています。";
  position: absolute;
  text-shadow: 0px 0px 11.52px rgb(37, 37, 37);
  color: transparent;
  z-index: -1;
}
@media all and (max-width : 990px) {
  .kv_txt::before {
    display: none;
  }
}

.voice_ttl {
  color: #0d3d7d !important;
  font-weight: 700 !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.voice_prof {
  line-height: 1;
}
.voice_read .txt_memo {
  font-weight: 400;
}

.contact_ttl {
  color: #f8f8f8 !important;
}
.contact_ttl .sub {
  color: #f8f8f8 !important;
}
.contact_txt {
  color: #f8f8f8 !important;
  text-align: center !important;
}
@media all and (max-width : 750px) {
  .contact .btn-item_tel, .contact .btn-item_contact2 {
    font-size: 12px;
  }
}
.contact .material-symbols-outlined {
  color: rgba(0, 51, 118, 0.9);
  font-size: 34px;
}

.footer_copy {
  color: #f8f8f8;
}
.footer_name {
  font-size: 20px;
  color: #0d3d7d;
}
.footer_list li {
  list-style: none;
}
.footer_item .label::after {
  font-family: "Material Icons";
  content: "\e7cd";
  color: #0d3d7d;
  font-size: 20px;
}
.footer_item .label_child {
  font-size: 12px;
  font-weight: 500;
}
.footer_item .label_child::after {
  font-family: "Material Icons";
  content: "\e5cc";
  color: #0d3d7d;
  font-size: 20px;
}

.pankuzu_icon {
  font-size: 14px;
}
.pankuzu_item.home::before {
  font-family: "Material Icons";
  content: "\e88a";
}
.pankuzu_item::before {
  font-family: "Material Icons";
  content: "\e5cc";
}

.designBox_01 .designbox_ttl {
  text-align: center;
  font-weight: 700;
}

.pagenavi-item {
  line-height: 1;
}
.pagenavi-item::before {
  font-family: "Material Icons";
  content: "\e5cf";
}

.page_contents > .ttl-h2, .page .c-pageTitle > .ttl-h2 {
  font-size: 12px;
  font-weight: 700;
  color: #333333;
  display: block;
  padding-top: 31px;
  padding-bottom: 45px;
}
.page_contents > .ttl-h2 .font-en, .page_contents > .ttl-h2 .voice_item::before, .page_contents > .ttl-h2 .c-pageTitle__subTitle, .page_contents > .ttl-h2 .ttl-h2, .page .c-pageTitle > .ttl-h2 .font-en, .page .c-pageTitle > .ttl-h2 .voice_item::before, .page .c-pageTitle > .ttl-h2 .c-pageTitle__subTitle, .page .c-pageTitle > .ttl-h2 .ttl-h2 {
  font-size: 72px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  display: block;
  color: #0d3d7d;
}
@media all and (max-width : 750px) {
  .page_contents > .ttl-h2 .font-en, .page_contents > .ttl-h2 .voice_item::before, .page_contents > .ttl-h2 .c-pageTitle__subTitle, .page_contents > .ttl-h2 .ttl-h2, .page .c-pageTitle > .ttl-h2 .font-en, .page .c-pageTitle > .ttl-h2 .voice_item::before, .page .c-pageTitle > .ttl-h2 .c-pageTitle__subTitle, .page .c-pageTitle > .ttl-h2 .ttl-h2 {
    font-size: 62px;
  }
}
@media all and (max-width : 750px) {
  .page_contents > .ttl-h2, .page .c-pageTitle > .ttl-h2 {
    padding-top: 80px;
  }
}
.page_about .introduction_list .txt-ttl {
  font-weight: 700;
  color: #0d3d7d;
}
.page .ttl-h3 {
  font-size: 36px;
  line-height: calc(64/36);
  color: #0d3d7d;
}
@media all and (max-width : 750px) {
  .page .ttl-h3 {
    font-size: 30px;
  }
}
.page .ttl-h3 .font-en, .page .ttl-h3 .voice_item::before, .page .ttl-h3 .c-pageTitle__subTitle, .page .ttl-h3 .ttl-h2 {
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #333333;
  padding-top: 30px;
  line-height: 1;
}
.page .ttl-h4 {
  font-weight: 700;
}
.page .ttl-h4.trouble_ttl-h4 {
  font-size: 30px;
  line-height: calc(39/22);
  position: relative;
}
.page .ttl-h4.trouble_ttl-h4 .ttl_sub {
  font-size: 22px;
  line-height: calc(44/22);
}
.page .ttl-h4.trouble_ttl-h4::before, .page .ttl-h4.trouble_ttl-h4::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  bottom: 28px;
}
.page .ttl-h4.trouble_ttl-h4::before {
  left: -60px;
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
}
@media all and (max-width : 750px) {
  .page .ttl-h4.trouble_ttl-h4::before {
    left: -22px;
  }
}
.page .ttl-h4.trouble_ttl-h4::after {
  right: -50px;
  transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
}
@media all and (max-width : 750px) {
  .page .ttl-h4.trouble_ttl-h4::after {
    right: -22px;
  }
}
.page .ttl-h4.cleaning_ttl-h4, .page .ttl-h4.introduction_ttl-h4 {
  font-size: 36px;
  color: #0d3d7d;
  line-height: 1;
}
@media all and (max-width : 750px) {
  .page .ttl-h4.cleaning_ttl-h4, .page .ttl-h4.introduction_ttl-h4 {
    line-height: calc(64/36);
  }
}
.page .ttl-h4.cleaning_ttl-h4 .font-en, .page .ttl-h4.cleaning_ttl-h4 .voice_item::before, .page .ttl-h4.cleaning_ttl-h4 .c-pageTitle__subTitle, .page .ttl-h4.cleaning_ttl-h4 .ttl-h2, .page .ttl-h4.introduction_ttl-h4 .font-en, .page .ttl-h4.introduction_ttl-h4 .voice_item::before, .page .ttl-h4.introduction_ttl-h4 .c-pageTitle__subTitle, .page .ttl-h4.introduction_ttl-h4 .ttl-h2 {
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #333333;
  padding-top: 30px;
  line-height: 1;
}
.page .cost_txt {
  font-size: 12px;
  text-align: center;
  line-height: calc(27/12);
}
.page .links_link {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.page .links_link::before {
  font-family: "Material Icons";
  content: "\e5cc";
  font-size: 24px;
  opacity: 0.8;
}
.page .links_link .font-en, .page .links_link .voice_item::before, .page .links_link .c-pageTitle__subTitle, .page .links_link .ttl-h2 {
  font-size: 12px;
}
.page .flow_ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #f8f8f8;
}
.page .flow_item .txt_small, .page .flow_item .card_time, .page .flow_item .voice_prof, .page .flow_item .pankuzu_link {
  font-size: 14px;
  font-weight: 400;
  line-height: calc(26.4/12);
}
.page .flow_item .font-en, .page .flow_item .voice_item::before, .page .flow_item .c-pageTitle__subTitle, .page .flow_item .ttl-h2 {
  font-size: 12px;
  font-weight: 700;
  color: #0d3d7d;
}
.page .huki_ttl-h4 {
  font-size: 30px;
  line-height: calc(64/30);
  text-align: center;
}
.page .huki_read {
  font-weight: 500;
  text-align: center;
}
.page_works .works_inner .txt-read {
  text-align: center;
}
.page_works .works_category-txt a {
  color: #0d3d7d;
  font-weight: 600;
}
.page_works .works_category-txt a::before {
  font-family: "Material Icons";
  content: "\e5cc";
  font-size: 24px;
  font-weight: 700;
}
.page_works .works .label {
  font-size: 12px;
  font-weight: 500;
  padding-top: 30px;
  color: rgba(51, 51, 51, 0.8);
}

.privacy-policy h2 {
  font-size: 22px !important;
}
.privacy-policy ol li::marker {
  font-weight: 700 !important;
  color: #158acd !important;
}

.post_content h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) {
  background: none;
  padding: 0 !important;
  margin: 0 !important;
}

.post_content h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::before {
  display: none;
}

.c-pageTitle {
  position: relative;
  min-height: 202px;
}

.c-pageTitle__subTitle {
  font-size: 72px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -20px;
  color: #0d3d7d;
  padding: 0.8em 0.5rem 0.25em !important;
  opacity: 1;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -10px;
}
@media all and (max-width : 750px) {
  .c-pageTitle__subTitle {
    font-size: 62px;
  }
}

.c-pageTitle__inner {
  font-size: 12px;
  font-weight: 700;
  color: #333333;
  display: inline-block;
  border-bottom: 1px solid rgba(13, 61, 125, 0.3);
  padding-top: 140px !important;
  padding-bottom: 45px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0px;
  border: none;
}
@media all and (max-width : 750px) {
  .c-pageTitle__inner {
    padding-top: 80px;
  }
}

.page .ttl-h3 {
  border: none !important;
}
.page .ttl-h3::before {
  display: none;
}

.page .ttl-h4 {
  border-left: none;
}

.post_content h3 {
  margin-bottom: 0;
}

.post_column h3, .related-post h3 {
  font-size: 20px;
  line-height: 1.8;
  color: #0d3d7d;
}
.post_column h3 span, .related-post h3 span {
  font-size: 16px;
}

.post_column h1, .post_column h2, .post_column p {
  -webkit-font-feature-settings: "palt" 1, "trad" 1;
          font-feature-settings: "palt" 1, "trad" 1;
}
.post_column h1 {
  font-size: 34px;
  line-height: 1.7058823529;
  color: #0d3d7d;
  letter-spacing: 0.042em;
}
.post_column h2,
.post_column h2 *,
.post_column .post_column-box h2.wp-block-heading,
.post_column .post_column-box h2.wp-block-heading * {
  -webkit-font-feature-settings: "palt" 1, "trad" 1;
          font-feature-settings: "palt" 1, "trad" 1;
  font-size: 30px !important;
  line-height: 1.6;
  color: #0d3d7d !important;
  letter-spacing: 0.042em;
}
.post_column h3,
.post_column h3 *,
.post_column .post_column-box h3.wp-block-heading,
.post_column .post_column-box h3.wp-block-heading * {
  font-size: 20px !important;
  line-height: 1.9;
  color: #0d3d7d;
  letter-spacing: 0.042em;
}
.post_column h4,
.post_column h4 *,
.post_column .post_column-box h4.wp-block-heading,
.post_column .post_column-box h4.wp-block-heading * {
  font-size: 18px !important;
  line-height: 2;
  color: #0d3d7d !important;
  letter-spacing: 0.042em;
}
.post_column-categories-item * {
  font-size: 12px;
  text-align: center;
  line-height: 1;
  color: #0d3d7d !important;
}
.post_column-posttime * {
  font-size: 12px;
  line-height: 1;
}
.post_column dl dt {
  font-weight: 700;
}
.post_column p {
  letter-spacing: 0.105em;
}

.related-post-category {
  font-size: 12px;
  text-align: center;
  line-height: 1;
  color: #0d3d7d !important;
}
.related-post-date {
  font-size: 12px;
  line-height: 1;
}

.editor-styles-wrapper .post_column h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)),
.editor-styles-wrapper .post_column h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) * {
  font-size: 30px !important;
  line-height: 1.6;
  letter-spacing: 0.042em;
  -webkit-font-feature-settings: "palt" 1, "trad" 1;
          font-feature-settings: "palt" 1, "trad" 1;
}

.post_content h2.wp-block-heading {
  color: #0d3d7d !important;
}

.editor-styles-wrapper [data-type="core/heading"] h3,
.editor-styles-wrapper [data-type="core/heading"] h3 *,
.editor-styles-wrapper h3[data-type="core/heading"],
.editor-styles-wrapper h3[data-type="core/heading"] * {
  font-size: 20px !important;
  line-height: 1.9;
  color: #0d3d7d;
  letter-spacing: 0.042em;
}

.editor-styles-wrapper [data-type="core/heading"] h4,
.editor-styles-wrapper [data-type="core/heading"] h4 *,
.editor-styles-wrapper h4[data-type="core/heading"],
.editor-styles-wrapper h4[data-type="core/heading"] * {
  font-size: 18px !important;
  line-height: 2;
  color: #0d3d7d;
  letter-spacing: 0.042em;
}

.page_traktor .item-name .txt-zei {
  font-size: 12px;
}
.page_traktor .item-price {
  font-size: 26px;
  color: #c61f21;
}
.page_traktor .item-partnumber {
  font-size: 16px !important;
  font-weight: 700;
  color: #0d3d7d;
}
.page_traktor .traktor__models-productdetails li {
  font-size: 14px;
}
.page_traktor .traktor__models-ttl3 + p {
  line-height: calc(34.4/16);
}
.page_traktor .traktor__models-item {
  line-height: calc(34.4/16);
}
.page_traktor .traktor__solve-ttl {
  font-size: 20px;
  font-weight: 700;
  color: #003376;
}
.page_traktor .traktor__solve-ttl + p {
  line-height: calc(34.4/16);
}
.page_traktor .traktor__solve .ttl-h4 {
  color: inherit !important;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.042em;
}
.page_traktor .traktor__kv-inner h2 {
  font-size: 36px;
  line-height: calc(64/36);
  font-weight: 700;
  color: #333333;
  text-shadow: 2px 2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff, -2px -2px 0px #ffffff, 2px 0px 0px #ffffff, 0px 2px 0px #ffffff, -2px 0px 0px #ffffff, 0px -2px 0px #ffffff; /* 文字の影 */
}
@media all and (max-width : 990px) {
  .page_traktor .traktor__kv-inner h2 {
    font-size: 24px;
  }
}
.page_traktor .table-container thead th {
  font-size: 12px !important;
}
.page_traktor .table-container th, .page_traktor .table-container td {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex_default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex_lefttop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex_between, .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex_center-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex_justify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flex_centerStart, .col_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex_leftBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex_spaceCenter, .header_gnavi-list, .pagenavi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}
.flex_spaceLeft, .footer .col_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex_gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex_leftCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex_leftTopWrp, .pankuzu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex_centerTopWrapTOP, .page_service .trouble_list, .col-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex_leftBaseWrapStre, .outline_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex_spaStreWrapStre, .page_works .works_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

img {
  image-rendering: -webkit-optimize-contrast;
  height: auto;
}

.img_shadow {
  position: relative;
  line-height: 0;
  display: inline-block;
}
.img_shadow::before {
  content: "";
  width: 100%;
  height: 97.5%;
  position: absolute;
  top: 56.5%;
  left: 58%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #0d3d7d;
  z-index: -1;
}

.hover, a {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.hover:hover, a:hover {
  opacity: 0.7;
}

a.link_win {
  background-image: image-set(url(img/icon-window.png) 1x, url(img/icon-window.webp) 2x);
  background-image: -webkit-image-set(url(img/icon-window.png) 1x, url(img/icon-window.webp) 2x);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center right 4px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: auto;
  min-height: 16px;
  margin: 0 auto;
  padding-right: 20px;
}

.btn, .readmore label {
  border-radius: 6px;
  position: relative;
  display: block;
}
.btn::before, .readmore label::before {
  position: absolute;
  top: 53%;
  right: 4%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.btn-item_navyblue {
  background-color: #0d3d7d;
  color: #f8f8f8 !important;
}
.btn-item_blue, .readmore label {
  background-color: #158acd;
  color: #f8f8f8;
  padding: 18px 57px 18px 47px;
}
.btn-item_blue::before, .readmore label::before {
  right: 14%;
}
@media all and (max-width : 750px) {
  .btn-item_blue::before, .readmore label::before {
    right: 3%;
  }
}
.btn-item_contact {
  padding: 14px 34px 14px 18px;
  position: relative;
}
.btn-item_contact span {
  position: absolute;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.btn-item_line {
  background-color: #f8f8f8;
  color: #333333;
  padding: 17px 41px 17px 32px;
  border: 1px solid #0d3d7d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-item_line::before {
  right: 8%;
}
@media all and (max-width : 750px) {
  .btn-item_line::before {
    right: 3%;
  }
}

.card_time {
  position: relative;
  padding-top: 29px;
  padding-bottom: 9px;
  line-height: 1 !important;
}

.col_box:not(:first-child) {
  margin-right: 30px;
}
.col_item:not(:first-child) {
  margin-left: 30px;
}
@media all and (max-width : 990px) {
  .col-list {
    display: block;
  }
}
@media all and (max-width : 990px) {
  .col-item:not(:first-child) {
    margin-left: 0;
  }
}

.pankuzu_list {
  width: 100%;
  margin: 0 auto;
  list-style: none;
}
.pankuzu_item {
  position: relative;
}
.pankuzu_item.home {
  position: relative;
  padding-left: 33px;
}
.pankuzu_item.home::before {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: -5px;
  left: 3px;
  padding-top: 2px;
  font-size: 20px;
}
.pankuzu_item:not(.pankuzu_item:first-child) {
  padding-left: 26px;
}
.pankuzu_item::before {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 0;
  left: 5px;
  padding-top: 3px;
}

.contact {
  position: relative;
  width: 100%;
  padding: 112px 10px 120px;
}
.contact::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 51, 118, 0.9);
  background-image: url(../img/img-pattern@2x.png);
  background-repeat: repeat;
  background-position: top left;
  background-size: 10px;
  z-index: -1;
}
.contact_txt {
  padding-top: 64px;
}
.contact_box {
  background-color: #f8f8f8;
  border-radius: 6px;
  width: 100%;
  max-width: 706px;
  margin: 41px auto 0;
}
.contact_btn {
  padding: 0px;
}
@media all and (max-width : 750px) {
  .contact_btn {
    width: 100%;
  }
}
.contact .btn-item_tel, .contact .btn-item_contact2 {
  position: relative;
  width: 353px;
  height: 150px;
  display: block;
  padding: 36px 0;
}
@media all and (max-width : 750px) {
  .contact .btn-item_tel, .contact .btn-item_contact2 {
    width: 100%;
  }
}
.contact .btn-item_tel::before, .contact .btn-item_contact2::before {
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.contact .col_box {
  padding: 0px 15px;
  height: 150px;
}
@media all and (max-width : 750px) {
  .contact .col_box {
    padding: 0px 8px;
  }
}
.contact .col_item:not(:first-child) {
  border-left: 1px solid rgba(51, 51, 51, 0.4);
  margin-left: 0;
}
.contact .material-symbols-outlined {
  display: block;
}

.box_blue {
  background-color: rgba(13, 61, 125, 0.05);
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.designBox_01 {
  border: 1px solid rgba(33, 70, 119, 0.3);
  padding: 0;
}
.designBox_01 .designbox_ttl {
  background-color: rgba(21, 138, 205, 0.1);
  padding: 13px 20px 14px;
}
.designBox_01 .designbox_txt {
  padding: 33px 30px 37px;
  text-align: center;
}
.designBox_02 .designbox_ttl {
  padding: 9px 40px 10px;
  line-height: 1;
  font-weight: 700;
  color: #f8f8f8;
  text-align: center;
  background-color: #0d3d7d;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.designBox_02 .designbox_ttl:not(:first-child) {
  margin-top: 53px;
}
@media all and (max-width : 750px) {
  .designBox_02 .designbox_ttl {
    width: 100%;
  }
}
.designBox_02 .designbox_txt {
  padding-top: 18px;
}

.faq_container {
  margin: 4rem auto;
}
.faq_box {
  position: relative;
  margin-bottom: 1rem;
}
.faq .question, .faq .anser {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq .question {
  background-color: rgba(21, 138, 205, 0.1);
  padding: 1rem 2.2rem 1rem 1rem;
  display: block;
  text-align: center;
  cursor: pointer;
}
.faq .question .txt_ttl {
  position: relative;
}
.faq .question .txt_ttl::before, .faq .question .txt_ttl::after {
  content: "";
  position: absolute;
  right: -1.25rem;
  top: 3px;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 0.75rem;
  background-color: #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq .question .txt_ttl:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq .anser {
  max-height: 0;
  overflow: hidden;
}
.faq .anser_box {
  margin: 0;
  padding: 2rem 1rem 2rem;
  line-height: 1.8;
}
.faq .anser .txt_anser {
  text-align: center;
}
.faq .btn, .faq .readmore label, .readmore .faq label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.faq .btn-item_contact {
  padding: 17px 41px 17px 32px;
}
.faq_linkItem {
  list-style: none;
}
.faq_linkItem:not(:first-child) {
  padding-left: 30px;
}
@media all and (max-width : 990px) {
  .faq_linkItem:not(:first-child) {
    padding-left: 0;
  }
}

.toggle {
  display: none;
}

.toggle:checked + .question .txt_ttl::before {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

.toggle:checked + .question + .anser {
  max-height: 500px;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.balloon {
  font-weight: bold;
  background: #fff;
  border-bottom: solid 1px rgba(51, 51, 51, 0.6);
  padding: 20px 22px;
  position: relative;
}

.balloon::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 15px;
  background: #f8f8f8;
  bottom: -13px;
  left: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
  margin: auto;
}

.balloon::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 15px;
  background: rgba(51, 51, 51, 0.6);
  bottom: -15px;
  left: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: auto;
}

.readmore {
  position: relative;
  margin: 50px auto 0;
  padding: 0 0 75px;
}

.readmore label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /*
  padding: 10px 0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #333;
  transform: translateX(-50%);
  */
  cursor: pointer;
  z-index: 1;
}

.readmore label::after {
  content: "続きを見る";
}

.readmore input[type=checkbox]:checked ~ label::after {
  content: "元に戻す";
}

.readmore input[type=checkbox]:checked ~ label::before {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  top: 30%;
}

.readmore input[type=checkbox] {
  display: none;
}

.readmore-content {
  position: relative;
  height: 1400px;
  overflow-y: clip;
}

.readmore input[type=checkbox]:checked ~ .readmore-content {
  height: auto;
}

.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 75px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, 0)), color-stop(50%, rgba(248, 248, 248, 0.8)), to(#f8f8f8));
  background: linear-gradient(rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 0.8) 50%, #f8f8f8 100%);
  z-index: 1;
}

.readmore input[type=checkbox]:checked ~ .readmore-content::after {
  display: none;
}

.readmore input[type=checkbox]:checked ~ .readmore-content::before {
  display: none;
}

.pagenavi-list {
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
.pagenavi-item {
  padding: 18px 20px 19px 24px;
  list-style: none;
  position: relative;
}
@media all and (max-width : 750px) {
  .pagenavi-item {
    font-size: 10px;
  }
}
.pagenavi-item:not(:first-child)::after {
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  top: 51%;
  left: 9px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: rgba(51, 51, 51, 0.6);
}
@media all and (max-width : 750px) {
  .pagenavi-item:not(:first-child)::after {
    height: 13px;
  }
}
.pagenavi-item::before {
  position: absolute;
  top: 51%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media all and (max-width : 750px) {
  .outline_list {
    display: block;
    width: 100%;
  }
}
.outline_item {
  border-bottom: 1px solid rgba(51, 51, 51, 0.6);
}
.outline_item-ttl, .outline_item-txt {
  padding-top: 33px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.6);
  display: inline-block;
}
.outline_item-ttl ul, .outline_item-ttl ol, .outline_item-ttl li, .outline_item-txt ul, .outline_item-txt ol, .outline_item-txt li {
  list-style: none;
}
@media all and (max-width : 750px) {
  .outline_item-ttl, .outline_item-txt {
    border: none;
  }
}
.outline_item-ttl {
  width: 18.83%;
  font-weight: 700;
}
@media all and (max-width : 750px) {
  .outline_item-ttl {
    width: 100%;
    padding-bottom: 16px;
  }
  .outline_item-ttl:not(:first-child) {
    border-top: 1px solid rgba(51, 51, 51, 0.6);
  }
}
.outline_item-txt {
  width: 81.1%;
  margin-left: -1px;
}
@media all and (max-width : 750px) {
  .outline_item-txt {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    border: none;
  }
}
.outline .introduction_ttl-h4 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media all and (max-width : 990px) {
  .outline .introduction_ttl-h4 {
    width: 100%;
  }
}
@media all and (max-width : 750px) {
  .outline .introduction_ttl-h4 {
    top: -100px;
  }
}

.top_news {
  /* 矢印を任意の画像に変更 */
  /* 前へ次への矢印カスタマイズ */
  /* 矢印を任意の画像に変更 */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.top_news .l-container {
  max-width: 1400px;
  margin: 0 auto !important;
  position: relative;
}
.top_news .swiper-button-prev,
.top_news .swiper-button-next {
  width: 36px;
  height: 36px;
  background: none !important;
  background-image: none;
  top: 61.6%;
}
.top_news .swiper-button-prev::after,
.top_news .swiper-button-next::after {
  display: none;
}
.top_news .swiper-button-prev,
.top_news .swiper-button-next {
  width: 36px;
  height: 36px;
  background: none !important;
  background-image: none;
  top: 61.6% !important;
}
.top_news .swiper-button-prev::after,
.top_news .swiper-button-next::after {
  display: none;
}
.top_news .swiper-button-prev::before,
.top_news .swiper-button-next::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  display: block;
  width: 36px;
  height: 36px;
  background-color: #0d3d7d;
  border-radius: 50%;
  font-family: "Material Icons";
  color: #f8f8f8;
  font-size: 30px;
  line-height: 1.25;
}
.top_news .swiper-button-prev::before {
  content: "\e5cb";
  padding-left: 2px;
}
.top_news .swiper-button-next::before {
  content: "\e5cc";
  padding-left: 4px;
}
.page_about {
  /* 矢印をエリアの外に */
  /* 矢印を任意の画像に変更 */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.page_about .swiper {
  margin: 0 auto;
  position: relative;
}
.page_about .swiper-container {
  margin: 0 50px;
}
.page_about .swiper-button-prev {
  left: -2% !important;
}
@media all and (max-width : 990px) {
  .page_about .swiper-button-prev {
    left: 0% !important;
  }
}
.page_about .swiper-button-next {
  right: 0% !important;
}
@media all and (max-width : 990px) {
  .page_about .swiper-button-next {
    right: 5% !important;
  }
}
.page_about .swiper-button-prev,
.page_about .swiper-button-next {
  width: 36px;
  height: 36px;
  background: none !important;
  background-image: none;
  top: 61.6%;
}
.page_about .swiper-button-prev::after,
.page_about .swiper-button-next::after {
  display: none;
}
.page_about .swiper-button-prev::before,
.page_about .swiper-button-next::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  display: block;
  width: 36px;
  height: 36px;
  background-color: #0d3d7d;
  border-radius: 50%;
  font-family: "Material Icons";
  color: #f8f8f8;
  font-size: 30px;
  line-height: 1.25;
}
.page_about .swiper-button-prev::before {
  content: "\e5cb";
  padding-left: 2px;
}
.page_about .swiper-button-next::before {
  content: "\e5cc";
  padding-left: 4px;
}
.page_about .swiper-pagination {
  bottom: -45px !important;
}
.page_about .swiper-pagination-bullet {
  background-color: rgba(13, 61, 125, 0.6);
  width: 10px;
  height: 10px;
}
.page_about .swiper-pagination-bullet:not(:first-child) {
  margin-left: 10px;
}
.page_about .swiper-pagination-bullet-active {
  background-color: #0d3d7d;
}

.p-pickupBanners__item .c-bannerLink, .p-postList__thumb {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 auto;
}

@media all and (max-width : 990px) {
  .header .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 90;
    background-color: #158acd;
    border-radius: 6px;
  }
  .header .menu-btn:hover {
    cursor: pointer;
  }
  .header .menu-btn span,
  .header .menu-btn span:before,
  .header .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }
  .header .menu-btn span:before {
    bottom: 8px;
  }
  .header .menu-btn span:after {
    top: 8px;
  }
  .header #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
  }
  .header #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%; /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #f8f8f8;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; /*アニメーション設定*/
    opacity: 1;
  }
}
@media all and (max-width : 990px) and (max-width : 990px) {
  .header .menu-content {
    display: block;
  }
}
@media all and (max-width : 990px) {
  .header .menu-content ul {
    padding: 30px 10px 0;
  }
  .header .menu-content ul li {
    border-bottom: solid 1px #0d3d7d;
    list-style: none;
  }
}
@media all and (max-width : 990px) and (max-width : 990px) {
  .header .menu-content ul li:last-child {
    border-bottom: none;
    padding: 20px 0 0;
  }
  .header .menu-content ul li:last-child a {
    color: #ffffff !important;
  }
  .header .menu-content ul li:not(:last-child) a::before {
    border-top: solid 2px #0d3d7d;
    border-right: solid 2px #0d3d7d;
  }
}
@media all and (max-width : 990px) {
  .header .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }
}
@media all and (max-width : 990px) and (max-width : 990px) {
  .header .menu-content ul li a {
    color: #333333;
  }
}
@media all and (max-width : 990px) {
  .header .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
}
@media all and (max-width : 990px) and (max-width : 990px) {
  .header .menu-content ul li a::before {
    top: 23px;
  }
}
@media all and (max-width : 990px) {
  .header #menu-btn-check:checked ~ .menu-content {
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; /*アニメーション設定*/
  }
}
.header #menu-btn-check {
  display: none;
}

.logo_txt {
  display: block;
  background-image: image-set(url(../img/logo.png) 1x, url(../img/logo@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/logo.png) 1x, url(../img/logo@2x.png) 2x);
  mix-blend-mode: multiply;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 276px;
  height: 123px;
  margin: -7px auto 0;
}
@supports (background-image: url("../img/logo@2x.webp")) {
  .logo_txt .background {
    background-image: url("../img/logo@2x.webp");
  }
}
@media all and (max-width : 750px) {
  .logo_txt {
    width: 200px;
    height: 89px;
    margin: 0 10px;
  }
}

.header {
  position: relative;
}
.header_logo a:hover {
  opacity: 1;
}
.header_goTOP {
  display: none;
}
@media all and (max-width : 990px) {
  .header_goTOP {
    display: block;
    background-image: image-set(url(../img/logo.png) 1x, url(../img/logo@2x.png) 2x);
    background-image: -webkit-image-set(url(../img/logo.png) 1x, url(../img/logo@2x.png) 2x);
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    max-width: 160px;
    height: auto;
    min-height: 71px;
    margin: 0 auto;
    position: absolute;
    top: 30px;
    left: 10px;
    z-index: 1;
  }
}
@media all and (max-width : 750px) {
  .header_goTOP {
    top: 60px;
  }
}
.header_read {
  width: 100%;
  background-color: #0d3d7d;
  color: #f8f8f8;
  text-align: center;
  padding: 6px 10px;
}
.header_inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.header_gnavi {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background-color: #fff;
}
@media all and (max-width : 990px) {
  .header_gnavi-list {
    display: block;
    margin: 0 auto;
  }
}
.header_gnavi-item {
  padding-left: 50.7px;
}
.header_gnavi-item:first-child {
  display: none;
}
@media all and (max-width : 990px) {
  .header_gnavi-item:first-child {
    display: block;
  }
}
@media all and (max-width : 1200px) {
  .header_gnavi-item {
    padding-left: 24px;
  }
}
@media all and (max-width : 990px) {
  .header_gnavi-item {
    padding-left: 0;
    text-align: center;
  }
}
.header_gnavi-item:first-child {
  padding-left: 0;
}
.header_gnavi-item:first-child:hover::before {
  width: 100px;
}

/* --- ドロップダウンメニュー --- */
.header_gnavi-item {
  position: relative;
}
.header_gnavi-item:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}

.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 65%;
  -webkit-transform: translateX(-50%) translateY(10px);
          transform: translateX(-50%) translateY(10px);
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
  padding: 0;
  margin: 0;
  list-style: none;
  width: 200px;
  z-index: 1000;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  border-top: none !important;
}
@media all and (max-width : 990px) {
  .sub-menu {
    visibility: visible;
    opacity: 1;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    width: auto;
    -webkit-transition: none;
    transition: none;
    width: auto;
    left: 55%;
    top: 100%;
    margin: 0 auto 20px !important;
  }
  .sub-menu li {
    width: 100%;
  }
  .sub-menu li a {
    border-bottom: none !important;
  }
  .sub-menu li a:hover {
    background-color: #ffffff;
  }
}

.sub-menu .header_gnavi-item {
  width: 100%;
  padding-left: 0;
}
.sub-menu .header_gnavi-item .header_gnavi-link {
  display: block;
  text-align: center !important;
  padding: 20px;
  color: #333;
  text-align: left;
  white-space: nowrap;
  text-decoration: underline;
  text-decoration-color: rgba(51, 51, 51, 0.3);
}
.sub-menu .header_gnavi-item .header_gnavi-link:hover {
  background-color: #f5f5f5;
}

/*
  ----------------
	module:main
  ----------------
*/
body {
  background-color: #f8f8f8;
}
.footer_inner {
  border-bottom: 1px solid #0d3d7d;
  padding-bottom: 100px;
}
@media all and (max-width : 800px) {
  .footer_inner {
    padding-bottom: 50px;
  }
}
.footer_pankuzu {
  border-bottom: 3px solid #0d3d7d;
}
.footer_logo .txt {
  display: block;
  background-image: url(../img/logo@2x.webp);
  background-size: cover;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  max-width: 207px;
  height: auto;
  min-height: 92px;
  mix-blend-mode: multiply;
  margin-top: -12px;
}
@media all and (max-width : 800px) {
  .footer_logo .txt {
    margin: 0 auto;
  }
}
.footer_gnavi {
  width: 100%;
  margin: 0 auto;
  padding: 92px 15px 0;
}
@media all and (max-width : 800px) {
  .footer_gnavi {
    padding: 30px 20px 0;
  }
}
.footer_item .label {
  position: relative;
}
.footer_item .label::after {
  font-size: fz(name);
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 1px;
  right: -16px;
  -webkit-transform: rotate(-0.25turn);
          transform: rotate(-0.25turn);
}
.footer_item .label_child {
  position: relative;
}
.footer_item .label_child::after {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -11px;
  right: -22px;
}
.footer_item:not(:first-child) {
  padding-top: 46px;
}
.footer_itemSub {
  padding: 0px 0 6px;
}
.footer_name, .footer_icon {
  padding-top: 16px;
}
@media all and (max-width : 800px) {
  .footer_name, .footer_adr {
    text-align: center;
  }
}
@media all and (max-width : 800px) {
  .footer_icon img {
    margin: 0 auto;
  }
}
.footer_copy {
  border-top: 1px solid #f8f8f8;
  width: 100%;
  text-align: center;
  background-color: #0d3d7d;
  padding: 2px 10px;
}
.footer_listsub, .footer .sub-menu {
  padding-top: 2px;
}
.footer .pankuzu_list {
  width: 100%;
  margin: 0 auto;
  padding: 3px 10px;
}
@media all and (max-width : 800px) {
  .footer .col_box {
    display: block;
  }
  .footer .col_box.col_item {
    display: none;
  }
}
.footer .col_item {
  width: 50%;
}
@media all and (max-width : 800px) {
  .footer .col_item {
    width: 100%;
  }
}
.footer .col_item::before {
  margin-left: 60px;
}
.footer .col_item::after {
  margin-right: 0px;
}
.footer .col_item:not(:first-child) {
  margin-left: 30px;
  margin-right: 0;
}
@media all and (max-width : 800px) {
  .footer .col_item:not(:first-child) {
    margin-left: 0;
  }
}

/*
  ----------------
	page
  ----------------
*/
.page_service .trouble {
  padding-top: 116px;
}
.page_service .trouble p:not(:last-child) {
  padding-bottom: 36px;
}
.page_service .cleaning {
  padding-top: 180px;
}
.page_service .cleaning_read {
  padding-top: 83px;
  text-align: center;
}
.page_service .cost {
  padding-top: 176px;
}
.page_service .cost_read {
  padding-top: 86px;
  text-align: center;
}
.page_service .links {
  margin-top: 183px;
}
.page_service .voice {
  padding-top: 172px;
}
.page_service .flow {
  padding-top: 195px;
}
.page_service .faq {
  padding-top: 179px;
}
.page_service .huki {
  padding-top: 110px;
}
.page .ttl-h3 {
  text-align: center;
}
.page .ttl-h4.trouble_ttl-h4 {
  text-align: center;
}
.page .ttl-h4.cleaning_ttl-h4 {
  text-align: center;
}
.page_about .outline_inner > div, .page_about .introduction_inner > div, .page_about .gallery_inner > div {
  padding-top: 100px;
}
@media all and (max-width : 990px) {
  .page_about .outline_inner > div, .page_about .introduction_inner > div, .page_about .gallery_inner > div {
    padding-top: 70px;
  }
}
.page_about .outline {
  padding-top: 125px;
}
.page_about .introduction {
  padding-top: 200px;
  padding-bottom: 85px;
}
.page_about .gallery {
  padding-top: 100px;
  position: relative;
}
@media all and (max-width : 750px) {
  .page_about .gallery {
    padding-top: 70px !important;
  }
}
.page_about .gallery::before {
  content: "";
  width: 100%;
  height: 220px;
  background-color: rgba(13, 61, 125, 0.05);
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
  overflow: hidden;
}
.page_about .gallery_inner > div {
  margin-bottom: 210px;
}
.page_about .gallery .swiper-button-prev, .page_about .gallery .swiper-button-next {
  position: absolute;
  top: 74%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.page_about .gallery .swiper-button-prev {
  left: 0.5%;
}
.page_about .gallery .swiper-button-next {
  right: 0.5%;
}
.page_flow .flow {
  padding-top: 122px;
  padding-bottom: 180px;
}
@media all and (max-width : 750px) {
  .page_flow .flow {
    padding-top: 85.4px;
    padding-bottom: 126px;
  }
}
.page_works .works {
  padding-top: 122px;
  padding-bottom: 100px;
}
@media all and (max-width : 750px) {
  .page_works .works {
    padding-top: 85.4px;
    padding-bottom: 70px;
  }
}
.page_works .works .txt-read {
  padding-bottom: 30px;
}
@media all and (max-width : 750px) {
  .page_works .works .txt-read {
    padding-bottom: 21px;
  }
}
.page_faq .faq {
  padding-top: 122px;
  padding-bottom: 150px;
}
@media all and (max-width : 750px) {
  .page_faq .faq {
    padding-top: 85.4px;
    padding-bottom: 105px;
  }
}
.page_contact .forms, .page_contact-confirm .forms, .page_contact-thanks .forms {
  padding-top: 120px;
  padding-bottom: 102px;
}
@media all and (max-width : 750px) {
  .page_contact .forms, .page_contact-confirm .forms, .page_contact-thanks .forms {
    padding-top: 85.4px;
    padding-bottom: 71.4px;
  }
}
.page_contact .txt-read, .page_contact-confirm .txt-read, .page_contact-thanks .txt-read {
  padding-top: 102px;
  padding-bottom: 50px;
  text-align: center;
}
@media all and (max-width : 750px) {
  .page_contact .txt-read, .page_contact-confirm .txt-read, .page_contact-thanks .txt-read {
    padding-top: 71.4px;
    padding-bottom: 35px;
  }
}
.page_privacy-policy .privacy-policy {
  padding-top: 122px;
  padding-bottom: 150px;
  margin: 0 auto;
}

.page_service .trouble_list {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  padding-top: 49px;
}
.page_service .trouble_item {
  list-style: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 50px;
  padding: 22px 23px 23px;
  line-height: 1;
  background-color: rgba(13, 61, 125, 0.15);
  position: relative;
}
.page_service .trouble_item:not(:first-child) {
  margin-left: 35px;
}
@media all and (max-width : 750px) {
  .page_service .trouble_item:not(:first-child) {
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 30px;
  }
}
.page_service .trouble_item::before {
  content: "";
  width: 20px;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: linear-gradient(45deg, rgba(13, 61, 125, 0.15), rgba(13, 61, 125, 0.15));
  position: absolute;
  bottom: -17.3px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.page_service .trouble_box {
  position: relative;
  margin-top: 131px;
  padding: 117px 10px 70px 80px;
}
@media all and (max-width : 750px) {
  .page_service .trouble_box {
    padding: 140px 30px 70px 30px;
  }
}
.page_service .trouble_box .trouble_ttl-h4 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media all and (max-width : 990px) {
  .page_service .trouble_box .trouble_ttl-h4 {
    width: 88%;
  }
}
@media all and (max-width : 750px) {
  .page_service .trouble_box .trouble_ttl-h4 {
    width: 100%;
  }
}
.page_service .trouble_box picture {
  mix-blend-mode: multiply;
  max-width: none;
}
.page_service .trouble_box .col-item:first-child {
  width: 54%;
}
@media all and (max-width : 990px) {
  .page_service .trouble_box .col-item:first-child {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    text-align: center;
  }
}
@media all and (max-width : 750px) {
  .page_service .trouble_box .col-item:first-child {
    width: 100%;
  }
}
.page_service .trouble_box .col-item:last-child {
  width: 46%;
}
@media all and (max-width : 990px) {
  .page_service .trouble_box .col-item:last-child {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 32px auto 0;
  }
}
@media all and (max-width : 750px) {
  .page_service .trouble_box .col-item:last-child {
    width: 100%;
  }
}
.page_service .cleaning_col {
  width: 100%;
  max-width: 1400px;
  margin: 21px auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-right: 320px;
  background-image: url(https://test-ccy.sakulab-design.com/wp-content/uploads/2025/06/3eb48cf064ee2262dadd4dd20383438c.webp);
  background-position: bottom right 40px;
  background-repeat: no-repeat;
  background-size: 20%;
}
@media all and (max-width : 1440px) {
  .page_service .cleaning_col {
    background-size: 12%;
    padding-right: 120px;
  }
}
@media all and (max-width : 990px) {
  .page_service .cleaning_col {
    max-width: none;
    padding-right: 0;
    background-image: none;
  }
}
.page_service .cleaning_colItem {
  width: 45%;
  margin-top: 37px;
}
@media all and (max-width : 990px) {
  .page_service .cleaning_colItem {
    width: 100%;
    max-width: none;
  }
}
.page_service .cleaning_colItem:nth-child(2) {
  margin-left: 30px;
}
@media all and (max-width : 990px) {
  .page_service .cleaning_colItem:nth-child(2) {
    margin-left: 0;
  }
}
.page_service .cleaning_box {
  position: relative;
  margin-top: 190px;
  padding: 100px 10px 70px 80px;
  left: -47px;
}
@media all and (max-width : 990px) {
  .page_service .cleaning_box {
    left: 0;
    padding: 100px 20px 40px 20px;
  }
}
.page_service .cleaning_box .cleaning_ttl-h4 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media all and (max-width : 990px) {
  .page_service .cleaning_box .cleaning_ttl-h4 {
    width: 100%;
  }
}
@media all and (max-width : 750px) {
  .page_service .cleaning_box .cleaning_ttl-h4 {
    top: -100px;
  }
}
.page_service .cleaning_box picture {
  mix-blend-mode: multiply;
  max-width: none;
}
.page_service .cleaning_box .col-list {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media all and (max-width : 990px) {
  .page_service .cleaning_box .col-list {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
}
.page_service .cleaning_box .col-item:first-child {
  width: 50%;
  margin-left: -50%;
}
@media all and (max-width : 990px) {
  .page_service .cleaning_box .col-item:first-child {
    width: 100%;
    margin: 0 auto;
    padding-right: 0;
  }
}
.page_service .cleaning_box .col-item:last-child {
  width: 50%;
  position: relative;
  position: absolute;
  top: 50%;
  right: -8%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media all and (max-width : 990px) {
  .page_service .cleaning_box .col-item:last-child {
    display: none;
  }
}
.page_service .cleaning_list {
  padding-right: 60px;
  text-align: center;
  padding-top: 20px;
}
.page_service .cleaning_picture {
  z-index: 1;
}
.page_service .cost_col {
  margin: 0 auto;
  max-width: 1100px;
  padding-top: 67px;
}
.page_service .cost_list {
  width: 50%;
  max-width: 480px;
}
@media all and (max-width : 990px) {
  .page_service .cost_list {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
  .page_service .cost_list picture {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 20px auto 0;
  }
}
.page_service .cost_list:not(:first-child) {
  margin-left: 3%;
}
@media all and (max-width : 990px) {
  .page_service .cost_list:not(:first-child) {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-top: 50px;
  }
}
.page_service .cost_list:first-child .designbox_ttl {
  margin-bottom: 7px;
}
@media all and (max-width : 990px) {
  .page_service .cost_list:first-child .designbox_ttl {
    margin-bottom: auto;
  }
}
.page_service .cost_ttl {
  width: 100%;
  max-width: 480px;
}
@media all and (max-width : 990px) {
  .page_service .cost_ttl {
    max-width: none;
  }
}
.page_service .links {
  width: 100%;
  position: relative;
}
.page_service .links::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(13, 61, 125, 0.35);
  background-image: url(../img/img-pattern@2x.png);
  background-repeat: repeat;
  background-position: top left;
  background-size: 10px;
  z-index: -1;
}
.page_service .links_list {
  list-style: none;
}
@media all and (max-width : 990px) {
  .page_service .links_list {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.page_service .links_item {
  width: 100%;
  max-width: 242px;
  padding: 26px 0px 27px;
}
@media all and (max-width : 990px) {
  .page_service .links_item {
    max-width: none;
    padding: 26px 30px 27px;
  }
}
.page_service .links_item:not(:first-child) {
  margin-left: 30px;
}
@media all and (max-width : 990px) {
  .page_service .links_item:not(:first-child) {
    max-width: none;
    margin-left: 0;
  }
}
.page_service .links_link {
  display: block;
  width: 100%;
  padding: 23px 20px 23px;
  background-color: white;
  border-radius: 6px;
  position: relative;
}
.page_service .links_link::before {
  position: absolute;
  top: 53%;
  right: 4%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.page_service .links_link .font-en, .page_service .links_link .voice_item::before {
  display: block;
}
.page_service .faq_inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media all and (max-width : 990px) {
  .page_service .faq_inner {
    max-width: none;
  }
}
.page_service .faq .faq_box:first-child {
  margin-top: 61px;
}
.page_service .faq .faq_box:not(:first-child) {
  margin-top: 30px;
}
.page_service .huki {
  padding-bottom: 80px;
}
.page_service .huki_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 80px;
  background-color: #f8f8f8;
  position: relative;
}
@media all and (max-width : 990px) {
  .page_service .huki_inner {
    max-width: none;
  }
}
.page_service .huki_read {
  padding-top: 40px;
  margin: 0 auto;
}
.page_service .flow_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media all and (max-width : 990px) {
  .page_service .flow_inner {
    max-width: none;
  }
}

.page_service .flow_contents, .page_flow .flow_contents {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media all and (max-width : 990px) {
  .page_service .flow_contents, .page_flow .flow_contents {
    max-width: none;
  }
}
.page_service .flow_ttl, .page_flow .flow_ttl {
  padding: 30px 20px 31px;
  margin-bottom: 30px;
}
.page_service .flow_ttl-n1, .page_flow .flow_ttl-n1 {
  background-color: #0d3d7d;
}
.page_service .flow_ttl-n2, .page_flow .flow_ttl-n2 {
  background-color: #158acd;
}
.page_service .flow_list, .page_flow .flow_list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 50px;
}
@media all and (max-width : 990px) {
  .page_service .flow_list, .page_flow .flow_list {
    width: 100%;
    padding: 0 20px 40px;
  }
}
.page_service .flow .col-list, .page_flow .flow .col-list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  padding-top: 75px;
}
.page_service .flow_listBox, .page_flow .flow_listBox {
  width: 48%;
  background-color: rgba(13, 61, 125, 0.05);
}
@media all and (max-width : 990px) {
  .page_service .flow_listBox, .page_flow .flow_listBox {
    width: 100%;
  }
}
.page_service .flow_listBox:not(:first-child), .page_flow .flow_listBox:not(:first-child) {
  margin-left: 2%;
}
@media all and (max-width : 990px) {
  .page_service .flow_listBox:not(:first-child), .page_flow .flow_listBox:not(:first-child) {
    margin-left: 0;
  }
}
.page_service .flow_item, .page_flow .flow_item {
  list-style: none;
  position: relative;
}
.page_service .flow_item:not(:last-child), .page_flow .flow_item:not(:last-child) {
  padding-bottom: 31px;
}
@media all and (max-width : 990px) {
  .page_service .flow_item:not(:last-child), .page_flow .flow_item:not(:last-child) {
    padding-bottom: 16px;
  }
}
.page_service .flow_item:not(:last-child)::before, .page_flow .flow_item:not(:last-child)::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #f8f8f8;
  position: absolute;
  bottom: -5px;
  left: 18px;
}
.page_service .flow_item .txt_small, .page_service .flow_item .txtpl, .page_flow .flow_item .txt_small, .page_flow .flow_item .txtpl {
  display: block;
  padding-left: 59px;
}
.page_service .flow_item .font-en, .page_service .flow_item .voice_item::before, .page_flow .flow_item .font-en, .page_flow .flow_item .voice_item::before {
  margin-right: 20px;
  position: relative;
  z-index: 0;
}
.page_service .flow_item .font-en::after, .page_flow .flow_item .font-en::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f8f8f8;
}

.voice_box {
  padding-top: 78px;
}
.voice_item {
  position: relative;
  background-color: rgba(0, 51, 118, 0.05);
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  padding: 111px 156px 113px;
  ounter-reset: number 0;
  counter-increment: number 1;
}
@media all and (max-width : 990px) {
  .voice_item {
    padding: 330px 30px 40px 30px;
  }
}
.voice_item:not(:first-child) {
  margin-top: 83px;
}
.voice_item::before {
  content: counter(number, decimal-leading-zero);
  line-height: 0.7;
  color: #f8f8f8;
  font-size: 120px;
  position: absolute;
  bottom: 0;
}
@media all and (max-width : 750px) {
  .voice_item::before {
    font-size: 60px;
  }
}
.voice_item:nth-child(odd)::before {
  right: 21px;
}
@media all and (max-width : 990px) {
  .voice_item:nth-child(odd)::before {
    right: 0;
    left: 20px;
    top: 26px;
  }
}
.voice_item:nth-child(odd) .voice_img {
  position: absolute;
  top: 33px;
  left: -165px;
}
@media all and (max-width : 990px) {
  .voice_item:nth-child(odd) .voice_img {
    left: 30%;
    top: -38px;
  }
}
.voice_item:nth-child(even)::before {
  left: 24px;
}
@media all and (max-width : 990px) {
  .voice_item:nth-child(even)::before {
    right: 0;
    left: 20px;
    top: 26px;
  }
}
.voice_item:nth-child(even) .voice_img {
  position: absolute;
  bottom: 48px;
  right: -144px;
}
@media all and (max-width : 990px) {
  .voice_item:nth-child(even) .voice_img {
    left: 30%;
    top: -38px;
    right: auto;
    bottom: auto;
  }
}
.voice_ttl {
  font-weight: 500;
}
.voice_prof {
  padding-top: 10px;
}
.voice_read {
  padding-top: 19px;
  padding-left: 1px;
}

.page_about .outline_listContainer {
  width: 100%;
  max-width: 1400px;
  margin: 0px auto;
  overflow-x: hidden;
}
.page_about .outline_list {
  width: 70%;
  padding-right: 30px;
}
@media all and (max-width : 990px) {
  .page_about .outline_list {
    width: 100%;
    padding-right: 0;
  }
}
.page_about .outline_item-ttl {
  max-width: 220px;
}
@media all and (max-width : 750px) {
  .page_about .outline_item-ttl {
    max-width: none;
  }
}
.page_about .outline_map {
  width: 30%;
  max-width: 460px;
}
@media all and (max-width : 990px) {
  .page_about .outline_map {
    width: 100%;
    max-width: none;
    margin-top: 30px;
  }
  .page_about .outline_map iframe {
    width: 100%;
    max-width: none;
    height: 300px;
  }
}
.page_about .introduction {
  position: relative;
}
.page_about .introduction_ttl-h4 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
}
@media all and (max-width : 990px) {
  .page_about .introduction_ttl-h4 {
    width: 100%;
  }
}
@media all and (max-width : 990px) {
  .page_about .introduction_ttl-h4 {
    top: -70px;
  }
}
.page_about .introduction_box {
  margin-right: -80px;
  margin-left: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width : 750px) {
  .page_about .introduction_box {
    margin-right: 40px;
    margin-left: 40px;
  }
}
.page_about .introduction_list {
  width: 50%;
}
@media all and (max-width : 990px) {
  .page_about .introduction_list {
    width: 100%;
    margin: auto;
  }
}
.page_about .introduction_list .txt-ttl {
  font-weight: fw(fw_bold);
  color: #0d3d7d;
}
.page_about .introduction_list .txt-read {
  padding-top: 40px;
}
.page_about .introduction_picture {
  width: 50%;
  max-width: 532px;
  height: 404px;
  padding-left: 30px;
  mix-blend-mode: multiply;
}
@media all and (max-width : 990px) {
  .page_about .introduction_picture {
    width: 100%;
    margin: 30px auto 0px;
    padding-left: 0;
  }
}
@media all and (max-width : 750px) {
  .page_about .introduction_picture {
    height: auto;
  }
}

.page_works .works_list {
  max-width: 1472px;
  margin: 0 auto;
}
.page_works .works_item {
  padding: 70px 15px 30px;
  width: 100%;
  max-width: 368px;
  position: relative;
}
.page_works .works_item::before {
  content: "";
  display: block;
  position: absolute;
  width: 130%;
  height: 85%;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #ebeef1;
  margin: 0 auto;
  z-index: -3;
}
.page_works .works_category-txt a {
  color: #0d3d7d;
  font-weight: fw(fw_semibold);
  position: relative;
}
.page_works .works_category-txt a::before {
  font-family: "Material Icons";
  content: "\e5cc";
  position: absolute;
  top: 55%;
  right: -12%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: fz(btn);
  font-weight: fw(fw_bold);
}
.page_works .works .label {
  font-size: fz(small);
  font-weight: fw(fw_medium);
  padding-top: 30px;
  color: rgba(51, 51, 51, 0.8);
}

.page_faq .faq_container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media all and (max-width : 990px) {
  .page_faq .faq_container {
    max-width: none;
  }
}

.forms_box-inner {
  background-color: rgba(13, 61, 125, 0.05);
  max-width: 1100px;
  margin: 0 auto;
}
.forms_box-item {
  max-width: 660px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 70px;
}
.forms_box-item label {
  margin-top: 50px;
  display: block;
}
.forms_box-item label p.txt-ttl {
  color: #0d3d7d !important;
  padding-bottom: 20px !important;
}
.forms_box-item label span {
  font-size: 12px;
  color: #c61f21;
}
.forms_box-item label select, .forms_box-item label input, .forms_box-item label textarea {
  display: block;
  font-size: 13px;
  color: #333333;
  padding: 10px 8px;
  width: 100%;
  cursor: pointer;
}
.forms_box-item label select, .forms_box-item label textarea {
  max-width: 660px;
}
.forms_box-item label input {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.forms_box-btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 30px;
}
@media all and (max-width : 750px) {
  .forms_box-btn {
    width: auto;
  }
}
.forms_box-btn input {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
  cursor: pointer;
}
.forms_box-btn span {
  color: #333333;
}
.forms_box-btn span a {
  color: #158acd;
  font-weight: 700;
}
.forms_box-btn .wpcf7-form-control-wrap {
  display: block;
}
.forms_box-btn .wpcf7-list-item-label {
  padding-left: 10px;
}
.forms_box .btn-item_sent, .forms_box .btn-item_back {
  margin: 0 auto;
  cursor: pointer;
  width: 100%;
  max-width: 317px;
  padding: 0;
  display: block;
}
@media all and (max-width : 750px) {
  .forms_box .btn-item_sent, .forms_box .btn-item_back {
    max-width: none;
    width: auto;
  }
}
.forms_box .btn-item_sent::before, .forms_box .btn-item_back::before {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
}
.forms_box .btn-item_sent {
  border: none;
  margin-top: 20px;
}
@media all and (max-width : 750px) {
  .forms_box .btn-item_sent {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.forms_box .btn-item_sent input {
  color: #f8f8f8;
  background: none;
  border: none;
  width: 100%;
  padding: 18px 57px 18px 47px;
  cursor: pointer;
}
.forms_box .btn-item_back {
  border: none;
}
.forms_box .btn-item_back::before {
  right: 14%;
}
.forms_box .btn-item_back input {
  background-color: #f8f8f8;
  color: #333333;
  border: 1px solid #0d3d7d;
  background: none;
  padding: 18px 57px 18px 47px;
}
.forms .wpcf7-spinner {
  display: none;
}

.privacy-policy {
  width: 100%;
  max-width: 1400px;
  margin: 0px auto;
  padding: 0 20px;
}
.privacy-policy h2 {
  margin: 50px 0 40px 0 !important;
  padding: 15px 0 15px 20px !important;
  border-left: 5px solid #158acd !important;
  color: #333333;
}
.privacy-policy ol {
  margin: 20px 0 0 26px !important;
}
.privacy-policy ol li {
  position: relative !important;
  list-style: outside decimal !important;
  padding: 0 0 0 8px !important;
}
.privacy-policy ol li::marker {
  font-weight: 700 !important;
  color: #158acd !important;
}

.l-mainContent.l-article {
  width: 100%;
  max-width: none;
}

.l-mainContent__inner > .post_content {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.page_service .cost_list:first-child .designbox_ttl {
  line-height: 2.4rem;
}

.l-mainContent__inner > .post_content {
  margin-top: 0;
}

@media (max-width: 750px) {
  .c-pageTitle__subTitle {
    padding-top: 40px;
  }
  .l-mainContent__inner > .post_content {
    margin-top: 0em;
  }
  .l-content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.forms_box-item p.txt-ttl {
  color: #0d3d7d !important;
  padding-bottom: 20px !important;
  display: block;
}
.forms_box-item span {
  font-size: 12px;
  color: #c61f21;
}
.forms_box-item select, .forms_box-item input, .forms_box-item textarea {
  display: block;
  font-size: 13px;
  color: #333333;
  padding: 10px 8px;
  width: 100%;
  cursor: pointer;
}
.forms_box-item select, .forms_box-item textarea {
  max-width: 660px;
}
.forms_box-item input {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.post_content h2.wp-block-heading {
  background: #0d3d7d !important;
  padding: 0.75em 1em !important;
  color: #fff !important;
  margin-bottom: 18px;
}
.post_content h2.wp-block-heading::before {
  position: absolute !important;
  display: block !important;
  pointer-events: none !important;
  content: "" !important;
  top: -4px !important;
  left: 0 !important;
  width: 100% !important;
  height: calc(100% + 4px) !important;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  border-top: solid 2px #0d3d7d !important;
  border-bottom: solid 2px #0d3d7d !important;
}
.post_content h3.wp-block-heading {
  padding: 0 0.5em 0.5em !important;
  overflow-wrap: break-word !important;
  pointer-events: auto !important;
  position: relative !important;
}
.post_content h3.wp-block-heading::before {
  content: "" !important;
  width: 100% !important;
  height: 2px !important;
  background: repeating-linear-gradient(90deg, var(--color_htag) 0%, var(--color_htag) 29.3%, rgba(150, 150, 150, 0.2) 29.3%, rgba(150, 150, 150, 0.2) 100%) !important;
  bottom: 0 !important;
  display: block !important;
  left: 0 !important;
  position: absolute !important;
  z-index: 0 !important;
}

.page_about .pagenavi {
  position: absolute;
  width: 120%;
  margin: 0 auto;
  top: 200px;
  left: 49%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.page_about .pagenavi-list {
  border-bottom: 1px solid var(--color_border);
}

/*
  ----------------
	column
  ----------------
*/
/*
 * SWELLの「グループ」ブロックの内側コンテナをリセットする
 * ----------------------------------------------------------------- */
/*
 .post_column-box > .wp-block-group__inner-container {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
.post_column-read > .wp-block-group__inner-container {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
.post_column-summary > .wp-block-group__inner-container {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}*/
.max-width_column, .l-mainContent__inner .post_column .related-post, .l-mainContent__inner .block-editor-block-list__layout .related-post,
.editor-styles-wrapper .post_column .related-post,
.editor-styles-wrapper .block-editor-block-list__layout .related-post, .l-mainContent__inner .post_column, .l-mainContent__inner .block-editor-block-list__layout,
.editor-styles-wrapper .post_column,
.editor-styles-wrapper .block-editor-block-list__layout {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.max-width_columnInner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.c-pageTitle {
  position: absolute;
}

.column_inner .c-pageTitle {
  position: relative;
}
.column_inner .c-pageTitle::before {
  content: "";
  width: 150%;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.3);
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.l-content.l-container {
  padding-top: 203px;
}

.post_column-read {
  max-width: none !important;
}

.post_content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.l-mainContent__inner .post_column, .l-mainContent__inner .block-editor-block-list__layout,
.editor-styles-wrapper .post_column,
.editor-styles-wrapper .block-editor-block-list__layout {
  position: relative;
  margin-top: 100px;
}
.l-mainContent__inner .post_column .wp-block-image, .l-mainContent__inner .block-editor-block-list__layout .wp-block-image,
.editor-styles-wrapper .post_column .wp-block-image,
.editor-styles-wrapper .block-editor-block-list__layout .wp-block-image {
  margin-bottom: 0 !important;
}
.l-mainContent__inner .post_column h2, .l-mainContent__inner .post_column h3, .l-mainContent__inner .post_column h4, .l-mainContent__inner .post_column p, .l-mainContent__inner .post_column ul, .l-mainContent__inner .post_column ol, .l-mainContent__inner .post_column dl, .l-mainContent__inner .post_column table,
.l-mainContent__inner .post_column .post_column-box h2.wp-block-heading,
.l-mainContent__inner .post_column .post_column-box h3.wp-block-heading,
.l-mainContent__inner .post_column .post_column-box h4.wp-block-heading, .l-mainContent__inner .block-editor-block-list__layout h2, .l-mainContent__inner .block-editor-block-list__layout h3, .l-mainContent__inner .block-editor-block-list__layout h4, .l-mainContent__inner .block-editor-block-list__layout p, .l-mainContent__inner .block-editor-block-list__layout ul, .l-mainContent__inner .block-editor-block-list__layout ol, .l-mainContent__inner .block-editor-block-list__layout dl, .l-mainContent__inner .block-editor-block-list__layout table,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h2.wp-block-heading,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h3.wp-block-heading,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h4.wp-block-heading,
.editor-styles-wrapper .post_column h2,
.editor-styles-wrapper .post_column h3,
.editor-styles-wrapper .post_column h4,
.editor-styles-wrapper .post_column p,
.editor-styles-wrapper .post_column ul,
.editor-styles-wrapper .post_column ol,
.editor-styles-wrapper .post_column dl,
.editor-styles-wrapper .post_column table,
.editor-styles-wrapper .post_column .post_column-box h2.wp-block-heading,
.editor-styles-wrapper .post_column .post_column-box h3.wp-block-heading,
.editor-styles-wrapper .post_column .post_column-box h4.wp-block-heading,
.editor-styles-wrapper .block-editor-block-list__layout h2,
.editor-styles-wrapper .block-editor-block-list__layout h3,
.editor-styles-wrapper .block-editor-block-list__layout h4,
.editor-styles-wrapper .block-editor-block-list__layout p,
.editor-styles-wrapper .block-editor-block-list__layout ul,
.editor-styles-wrapper .block-editor-block-list__layout ol,
.editor-styles-wrapper .block-editor-block-list__layout dl,
.editor-styles-wrapper .block-editor-block-list__layout table,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h2.wp-block-heading,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h3.wp-block-heading,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h4.wp-block-heading {
  width: 100%;
  max-width: 900px;
  padding-left: 60px !important;
  padding-right: 60px !important;
  margin-bottom: 0;
}
@media all and (max-width : 750px) {
  .l-mainContent__inner .post_column h2, .l-mainContent__inner .post_column h3, .l-mainContent__inner .post_column h4, .l-mainContent__inner .post_column p, .l-mainContent__inner .post_column ul, .l-mainContent__inner .post_column ol, .l-mainContent__inner .post_column dl, .l-mainContent__inner .post_column table,
  .l-mainContent__inner .post_column .post_column-box h2.wp-block-heading,
  .l-mainContent__inner .post_column .post_column-box h3.wp-block-heading,
  .l-mainContent__inner .post_column .post_column-box h4.wp-block-heading, .l-mainContent__inner .block-editor-block-list__layout h2, .l-mainContent__inner .block-editor-block-list__layout h3, .l-mainContent__inner .block-editor-block-list__layout h4, .l-mainContent__inner .block-editor-block-list__layout p, .l-mainContent__inner .block-editor-block-list__layout ul, .l-mainContent__inner .block-editor-block-list__layout ol, .l-mainContent__inner .block-editor-block-list__layout dl, .l-mainContent__inner .block-editor-block-list__layout table,
  .l-mainContent__inner .block-editor-block-list__layout .post_column-box h2.wp-block-heading,
  .l-mainContent__inner .block-editor-block-list__layout .post_column-box h3.wp-block-heading,
  .l-mainContent__inner .block-editor-block-list__layout .post_column-box h4.wp-block-heading,
  .editor-styles-wrapper .post_column h2,
  .editor-styles-wrapper .post_column h3,
  .editor-styles-wrapper .post_column h4,
  .editor-styles-wrapper .post_column p,
  .editor-styles-wrapper .post_column ul,
  .editor-styles-wrapper .post_column ol,
  .editor-styles-wrapper .post_column dl,
  .editor-styles-wrapper .post_column table,
  .editor-styles-wrapper .post_column .post_column-box h2.wp-block-heading,
  .editor-styles-wrapper .post_column .post_column-box h3.wp-block-heading,
  .editor-styles-wrapper .post_column .post_column-box h4.wp-block-heading,
  .editor-styles-wrapper .block-editor-block-list__layout h2,
  .editor-styles-wrapper .block-editor-block-list__layout h3,
  .editor-styles-wrapper .block-editor-block-list__layout h4,
  .editor-styles-wrapper .block-editor-block-list__layout p,
  .editor-styles-wrapper .block-editor-block-list__layout ul,
  .editor-styles-wrapper .block-editor-block-list__layout ol,
  .editor-styles-wrapper .block-editor-block-list__layout dl,
  .editor-styles-wrapper .block-editor-block-list__layout table,
  .editor-styles-wrapper .block-editor-block-list__layout .post_column-box h2.wp-block-heading,
  .editor-styles-wrapper .block-editor-block-list__layout .post_column-box h3.wp-block-heading,
  .editor-styles-wrapper .block-editor-block-list__layout .post_column-box h4.wp-block-heading {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.l-mainContent__inner .post_column h2,
.l-mainContent__inner .post_column h2 *,
.l-mainContent__inner .post_column .post_column-box h2.wp-block-heading,
.l-mainContent__inner .post_column .post_column-box h2.wp-block-heading * h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)),
.l-mainContent__inner .post_column h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) *, .l-mainContent__inner .block-editor-block-list__layout h2,
.l-mainContent__inner .block-editor-block-list__layout h2 *,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h2.wp-block-heading,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h2.wp-block-heading * h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)),
.l-mainContent__inner .block-editor-block-list__layout h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) *,
.editor-styles-wrapper .post_column h2,
.editor-styles-wrapper .post_column h2 *,
.editor-styles-wrapper .post_column .post_column-box h2.wp-block-heading,
.editor-styles-wrapper .post_column .post_column-box h2.wp-block-heading * h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)),
.editor-styles-wrapper .post_column h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) *,
.editor-styles-wrapper .block-editor-block-list__layout h2,
.editor-styles-wrapper .block-editor-block-list__layout h2 *,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h2.wp-block-heading,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h2.wp-block-heading * h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)),
.editor-styles-wrapper .block-editor-block-list__layout h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) * {
  padding-top: 102px !important;
  position: relative;
  padding-bottom: 22px !important;
  background: none !important;
  color: #0d3d7d !important;
}
.l-mainContent__inner .post_column h2::after,
.l-mainContent__inner .post_column h2 *::after,
.l-mainContent__inner .post_column .post_column-box h2.wp-block-heading::after,
.l-mainContent__inner .post_column .post_column-box h2.wp-block-heading * h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::after,
.l-mainContent__inner .post_column h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) *::after, .l-mainContent__inner .block-editor-block-list__layout h2::after,
.l-mainContent__inner .block-editor-block-list__layout h2 *::after,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h2.wp-block-heading::after,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h2.wp-block-heading * h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::after,
.l-mainContent__inner .block-editor-block-list__layout h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) *::after,
.editor-styles-wrapper .post_column h2::after,
.editor-styles-wrapper .post_column h2 *::after,
.editor-styles-wrapper .post_column .post_column-box h2.wp-block-heading::after,
.editor-styles-wrapper .post_column .post_column-box h2.wp-block-heading * h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::after,
.editor-styles-wrapper .post_column h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) *::after,
.editor-styles-wrapper .block-editor-block-list__layout h2::after,
.editor-styles-wrapper .block-editor-block-list__layout h2 *::after,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h2.wp-block-heading::after,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h2.wp-block-heading * h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::after,
.editor-styles-wrapper .block-editor-block-list__layout h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) *::after {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 60px;
  background-color: #0d3d7d;
}
@media all and (max-width : 750px) {
  .l-mainContent__inner .post_column h2::after,
  .l-mainContent__inner .post_column h2 *::after,
  .l-mainContent__inner .post_column .post_column-box h2.wp-block-heading::after,
  .l-mainContent__inner .post_column .post_column-box h2.wp-block-heading * h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::after,
  .l-mainContent__inner .post_column h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) *::after, .l-mainContent__inner .block-editor-block-list__layout h2::after,
  .l-mainContent__inner .block-editor-block-list__layout h2 *::after,
  .l-mainContent__inner .block-editor-block-list__layout .post_column-box h2.wp-block-heading::after,
  .l-mainContent__inner .block-editor-block-list__layout .post_column-box h2.wp-block-heading * h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::after,
  .l-mainContent__inner .block-editor-block-list__layout h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) *::after,
  .editor-styles-wrapper .post_column h2::after,
  .editor-styles-wrapper .post_column h2 *::after,
  .editor-styles-wrapper .post_column .post_column-box h2.wp-block-heading::after,
  .editor-styles-wrapper .post_column .post_column-box h2.wp-block-heading * h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::after,
  .editor-styles-wrapper .post_column h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) *::after,
  .editor-styles-wrapper .block-editor-block-list__layout h2::after,
  .editor-styles-wrapper .block-editor-block-list__layout h2 *::after,
  .editor-styles-wrapper .block-editor-block-list__layout .post_column-box h2.wp-block-heading::after,
  .editor-styles-wrapper .block-editor-block-list__layout .post_column-box h2.wp-block-heading * h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::after,
  .editor-styles-wrapper .block-editor-block-list__layout h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) *::after {
    left: 15px;
  }
}
.l-mainContent__inner .post_column h2 *::after,
.l-mainContent__inner .post_column h2 * *::after,
.l-mainContent__inner .post_column .post_column-box h2.wp-block-heading *::after,
.l-mainContent__inner .post_column .post_column-box h2.wp-block-heading * h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) *::after,
.l-mainContent__inner .post_column h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) * *::after, .l-mainContent__inner .block-editor-block-list__layout h2 *::after,
.l-mainContent__inner .block-editor-block-list__layout h2 * *::after,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h2.wp-block-heading *::after,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h2.wp-block-heading * h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) *::after,
.l-mainContent__inner .block-editor-block-list__layout h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) * *::after,
.editor-styles-wrapper .post_column h2 *::after,
.editor-styles-wrapper .post_column h2 * *::after,
.editor-styles-wrapper .post_column .post_column-box h2.wp-block-heading *::after,
.editor-styles-wrapper .post_column .post_column-box h2.wp-block-heading * h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) *::after,
.editor-styles-wrapper .post_column h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) * *::after,
.editor-styles-wrapper .block-editor-block-list__layout h2 *::after,
.editor-styles-wrapper .block-editor-block-list__layout h2 * *::after,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h2.wp-block-heading *::after,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h2.wp-block-heading * h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) *::after,
.editor-styles-wrapper .block-editor-block-list__layout h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) * *::after {
  display: none !important;
}
.l-mainContent__inner .post_column h2::before,
.l-mainContent__inner .post_column h2 *::before,
.l-mainContent__inner .post_column .post_column-box h2.wp-block-heading::before,
.l-mainContent__inner .post_column .post_column-box h2.wp-block-heading * h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::before,
.l-mainContent__inner .post_column h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) *::before, .l-mainContent__inner .block-editor-block-list__layout h2::before,
.l-mainContent__inner .block-editor-block-list__layout h2 *::before,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h2.wp-block-heading::before,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h2.wp-block-heading * h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::before,
.l-mainContent__inner .block-editor-block-list__layout h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) *::before,
.editor-styles-wrapper .post_column h2::before,
.editor-styles-wrapper .post_column h2 *::before,
.editor-styles-wrapper .post_column .post_column-box h2.wp-block-heading::before,
.editor-styles-wrapper .post_column .post_column-box h2.wp-block-heading * h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::before,
.editor-styles-wrapper .post_column h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) *::before,
.editor-styles-wrapper .block-editor-block-list__layout h2::before,
.editor-styles-wrapper .block-editor-block-list__layout h2 *::before,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h2.wp-block-heading::before,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h2.wp-block-heading * h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::before,
.editor-styles-wrapper .block-editor-block-list__layout h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) *::before {
  display: none !important;
}
.l-mainContent__inner .post_column h2 + *,
.l-mainContent__inner .post_column h2 * + *,
.l-mainContent__inner .post_column .post_column-box h2.wp-block-heading + *,
.l-mainContent__inner .post_column .post_column-box h2.wp-block-heading * h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) + *,
.l-mainContent__inner .post_column h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) * + *, .l-mainContent__inner .block-editor-block-list__layout h2 + *,
.l-mainContent__inner .block-editor-block-list__layout h2 * + *,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h2.wp-block-heading + *,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h2.wp-block-heading * h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) + *,
.l-mainContent__inner .block-editor-block-list__layout h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) * + *,
.editor-styles-wrapper .post_column h2 + *,
.editor-styles-wrapper .post_column h2 * + *,
.editor-styles-wrapper .post_column .post_column-box h2.wp-block-heading + *,
.editor-styles-wrapper .post_column .post_column-box h2.wp-block-heading * h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) + *,
.editor-styles-wrapper .post_column h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) * + *,
.editor-styles-wrapper .block-editor-block-list__layout h2 + *,
.editor-styles-wrapper .block-editor-block-list__layout h2 * + *,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h2.wp-block-heading + *,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h2.wp-block-heading * h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) + *,
.editor-styles-wrapper .block-editor-block-list__layout h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) * + * {
  padding-top: 45px;
}
.l-mainContent__inner .post_column h3,
.l-mainContent__inner .post_column h3 *,
.l-mainContent__inner .post_column .post_column-box h3.wp-block-heading,
.l-mainContent__inner .post_column .post_column-box h3.wp-block-heading *, .l-mainContent__inner .block-editor-block-list__layout h3,
.l-mainContent__inner .block-editor-block-list__layout h3 *,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h3.wp-block-heading,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h3.wp-block-heading *,
.editor-styles-wrapper .post_column h3,
.editor-styles-wrapper .post_column h3 *,
.editor-styles-wrapper .post_column .post_column-box h3.wp-block-heading,
.editor-styles-wrapper .post_column .post_column-box h3.wp-block-heading *,
.editor-styles-wrapper .block-editor-block-list__layout h3,
.editor-styles-wrapper .block-editor-block-list__layout h3 *,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h3.wp-block-heading,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h3.wp-block-heading * {
  padding-top: 54px !important;
}
.l-mainContent__inner .post_column h3 + *,
.l-mainContent__inner .post_column h3 * + *,
.l-mainContent__inner .post_column .post_column-box h3.wp-block-heading + *,
.l-mainContent__inner .post_column .post_column-box h3.wp-block-heading * + *, .l-mainContent__inner .block-editor-block-list__layout h3 + *,
.l-mainContent__inner .block-editor-block-list__layout h3 * + *,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h3.wp-block-heading + *,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h3.wp-block-heading * + *,
.editor-styles-wrapper .post_column h3 + *,
.editor-styles-wrapper .post_column h3 * + *,
.editor-styles-wrapper .post_column .post_column-box h3.wp-block-heading + *,
.editor-styles-wrapper .post_column .post_column-box h3.wp-block-heading * + *,
.editor-styles-wrapper .block-editor-block-list__layout h3 + *,
.editor-styles-wrapper .block-editor-block-list__layout h3 * + *,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h3.wp-block-heading + *,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h3.wp-block-heading * + * {
  padding-top: 32px !important;
}
.l-mainContent__inner .post_column h3 + img, .l-mainContent__inner .post_column h3 + figure,
.l-mainContent__inner .post_column h3 * + img,
.l-mainContent__inner .post_column h3 * + figure,
.l-mainContent__inner .post_column .post_column-box h3.wp-block-heading + img,
.l-mainContent__inner .post_column .post_column-box h3.wp-block-heading + figure,
.l-mainContent__inner .post_column .post_column-box h3.wp-block-heading * + img,
.l-mainContent__inner .post_column .post_column-box h3.wp-block-heading * + figure, .l-mainContent__inner .block-editor-block-list__layout h3 + img, .l-mainContent__inner .block-editor-block-list__layout h3 + figure,
.l-mainContent__inner .block-editor-block-list__layout h3 * + img,
.l-mainContent__inner .block-editor-block-list__layout h3 * + figure,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h3.wp-block-heading + img,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h3.wp-block-heading + figure,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h3.wp-block-heading * + img,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h3.wp-block-heading * + figure,
.editor-styles-wrapper .post_column h3 + img,
.editor-styles-wrapper .post_column h3 + figure,
.editor-styles-wrapper .post_column h3 * + img,
.editor-styles-wrapper .post_column h3 * + figure,
.editor-styles-wrapper .post_column .post_column-box h3.wp-block-heading + img,
.editor-styles-wrapper .post_column .post_column-box h3.wp-block-heading + figure,
.editor-styles-wrapper .post_column .post_column-box h3.wp-block-heading * + img,
.editor-styles-wrapper .post_column .post_column-box h3.wp-block-heading * + figure,
.editor-styles-wrapper .block-editor-block-list__layout h3 + img,
.editor-styles-wrapper .block-editor-block-list__layout h3 + figure,
.editor-styles-wrapper .block-editor-block-list__layout h3 * + img,
.editor-styles-wrapper .block-editor-block-list__layout h3 * + figure,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h3.wp-block-heading + img,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h3.wp-block-heading + figure,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h3.wp-block-heading * + img,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h3.wp-block-heading * + figure {
  padding-top: 40px !important;
  margin-bottom: 0;
}
.l-mainContent__inner .post_column h3 + img + p, .l-mainContent__inner .post_column h3 + figure + p,
.l-mainContent__inner .post_column h3 * + img + p,
.l-mainContent__inner .post_column h3 * + figure + p,
.l-mainContent__inner .post_column .post_column-box h3.wp-block-heading + img + p,
.l-mainContent__inner .post_column .post_column-box h3.wp-block-heading + figure + p,
.l-mainContent__inner .post_column .post_column-box h3.wp-block-heading * + img + p,
.l-mainContent__inner .post_column .post_column-box h3.wp-block-heading * + figure + p, .l-mainContent__inner .block-editor-block-list__layout h3 + img + p, .l-mainContent__inner .block-editor-block-list__layout h3 + figure + p,
.l-mainContent__inner .block-editor-block-list__layout h3 * + img + p,
.l-mainContent__inner .block-editor-block-list__layout h3 * + figure + p,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h3.wp-block-heading + img + p,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h3.wp-block-heading + figure + p,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h3.wp-block-heading * + img + p,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h3.wp-block-heading * + figure + p,
.editor-styles-wrapper .post_column h3 + img + p,
.editor-styles-wrapper .post_column h3 + figure + p,
.editor-styles-wrapper .post_column h3 * + img + p,
.editor-styles-wrapper .post_column h3 * + figure + p,
.editor-styles-wrapper .post_column .post_column-box h3.wp-block-heading + img + p,
.editor-styles-wrapper .post_column .post_column-box h3.wp-block-heading + figure + p,
.editor-styles-wrapper .post_column .post_column-box h3.wp-block-heading * + img + p,
.editor-styles-wrapper .post_column .post_column-box h3.wp-block-heading * + figure + p,
.editor-styles-wrapper .block-editor-block-list__layout h3 + img + p,
.editor-styles-wrapper .block-editor-block-list__layout h3 + figure + p,
.editor-styles-wrapper .block-editor-block-list__layout h3 * + img + p,
.editor-styles-wrapper .block-editor-block-list__layout h3 * + figure + p,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h3.wp-block-heading + img + p,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h3.wp-block-heading + figure + p,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h3.wp-block-heading * + img + p,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h3.wp-block-heading * + figure + p {
  padding-top: 28px !important;
  margin-bottom: 0;
}
.l-mainContent__inner .post_column h3::before, .l-mainContent__inner .post_column h3::after,
.l-mainContent__inner .post_column h3 *::before,
.l-mainContent__inner .post_column h3 *::after,
.l-mainContent__inner .post_column .post_column-box h3.wp-block-heading::before,
.l-mainContent__inner .post_column .post_column-box h3.wp-block-heading::after,
.l-mainContent__inner .post_column .post_column-box h3.wp-block-heading *::before,
.l-mainContent__inner .post_column .post_column-box h3.wp-block-heading *::after, .l-mainContent__inner .block-editor-block-list__layout h3::before, .l-mainContent__inner .block-editor-block-list__layout h3::after,
.l-mainContent__inner .block-editor-block-list__layout h3 *::before,
.l-mainContent__inner .block-editor-block-list__layout h3 *::after,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h3.wp-block-heading::before,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h3.wp-block-heading::after,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h3.wp-block-heading *::before,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h3.wp-block-heading *::after,
.editor-styles-wrapper .post_column h3::before,
.editor-styles-wrapper .post_column h3::after,
.editor-styles-wrapper .post_column h3 *::before,
.editor-styles-wrapper .post_column h3 *::after,
.editor-styles-wrapper .post_column .post_column-box h3.wp-block-heading::before,
.editor-styles-wrapper .post_column .post_column-box h3.wp-block-heading::after,
.editor-styles-wrapper .post_column .post_column-box h3.wp-block-heading *::before,
.editor-styles-wrapper .post_column .post_column-box h3.wp-block-heading *::after,
.editor-styles-wrapper .block-editor-block-list__layout h3::before,
.editor-styles-wrapper .block-editor-block-list__layout h3::after,
.editor-styles-wrapper .block-editor-block-list__layout h3 *::before,
.editor-styles-wrapper .block-editor-block-list__layout h3 *::after,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h3.wp-block-heading::before,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h3.wp-block-heading::after,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h3.wp-block-heading *::before,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h3.wp-block-heading *::after {
  left: auto !important;
}
.l-mainContent__inner .post_column h4,
.l-mainContent__inner .post_column h4 *,
.l-mainContent__inner .post_column .post_column-box h4.wp-block-heading,
.l-mainContent__inner .post_column .post_column-box h4.wp-block-heading *, .l-mainContent__inner .block-editor-block-list__layout h4,
.l-mainContent__inner .block-editor-block-list__layout h4 *,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h4.wp-block-heading,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h4.wp-block-heading *,
.editor-styles-wrapper .post_column h4,
.editor-styles-wrapper .post_column h4 *,
.editor-styles-wrapper .post_column .post_column-box h4.wp-block-heading,
.editor-styles-wrapper .post_column .post_column-box h4.wp-block-heading *,
.editor-styles-wrapper .block-editor-block-list__layout h4,
.editor-styles-wrapper .block-editor-block-list__layout h4 *,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h4.wp-block-heading,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h4.wp-block-heading * {
  margin-top: 70px !important;
  border: none;
  display: block;
  padding-left: 76px !important;
  position: relative;
}
@media all and (max-width : 750px) {
  .l-mainContent__inner .post_column h4,
  .l-mainContent__inner .post_column h4 *,
  .l-mainContent__inner .post_column .post_column-box h4.wp-block-heading,
  .l-mainContent__inner .post_column .post_column-box h4.wp-block-heading *, .l-mainContent__inner .block-editor-block-list__layout h4,
  .l-mainContent__inner .block-editor-block-list__layout h4 *,
  .l-mainContent__inner .block-editor-block-list__layout .post_column-box h4.wp-block-heading,
  .l-mainContent__inner .block-editor-block-list__layout .post_column-box h4.wp-block-heading *,
  .editor-styles-wrapper .post_column h4,
  .editor-styles-wrapper .post_column h4 *,
  .editor-styles-wrapper .post_column .post_column-box h4.wp-block-heading,
  .editor-styles-wrapper .post_column .post_column-box h4.wp-block-heading *,
  .editor-styles-wrapper .block-editor-block-list__layout h4,
  .editor-styles-wrapper .block-editor-block-list__layout h4 *,
  .editor-styles-wrapper .block-editor-block-list__layout .post_column-box h4.wp-block-heading,
  .editor-styles-wrapper .block-editor-block-list__layout .post_column-box h4.wp-block-heading * {
    padding-left: 30px !important;
  }
}
.l-mainContent__inner .post_column h4 *,
.l-mainContent__inner .post_column h4 * *,
.l-mainContent__inner .post_column .post_column-box h4.wp-block-heading *,
.l-mainContent__inner .post_column .post_column-box h4.wp-block-heading * *, .l-mainContent__inner .block-editor-block-list__layout h4 *,
.l-mainContent__inner .block-editor-block-list__layout h4 * *,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h4.wp-block-heading *,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h4.wp-block-heading * *,
.editor-styles-wrapper .post_column h4 *,
.editor-styles-wrapper .post_column h4 * *,
.editor-styles-wrapper .post_column .post_column-box h4.wp-block-heading *,
.editor-styles-wrapper .post_column .post_column-box h4.wp-block-heading * *,
.editor-styles-wrapper .block-editor-block-list__layout h4 *,
.editor-styles-wrapper .block-editor-block-list__layout h4 * *,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h4.wp-block-heading *,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h4.wp-block-heading * * {
  padding-left: 0 !important;
}
.l-mainContent__inner .post_column h4 *::before,
.l-mainContent__inner .post_column h4 * *::before,
.l-mainContent__inner .post_column .post_column-box h4.wp-block-heading *::before,
.l-mainContent__inner .post_column .post_column-box h4.wp-block-heading * *::before, .l-mainContent__inner .block-editor-block-list__layout h4 *::before,
.l-mainContent__inner .block-editor-block-list__layout h4 * *::before,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h4.wp-block-heading *::before,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h4.wp-block-heading * *::before,
.editor-styles-wrapper .post_column h4 *::before,
.editor-styles-wrapper .post_column h4 * *::before,
.editor-styles-wrapper .post_column .post_column-box h4.wp-block-heading *::before,
.editor-styles-wrapper .post_column .post_column-box h4.wp-block-heading * *::before,
.editor-styles-wrapper .block-editor-block-list__layout h4 *::before,
.editor-styles-wrapper .block-editor-block-list__layout h4 * *::before,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h4.wp-block-heading *::before,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h4.wp-block-heading * *::before {
  display: none !important;
}
.l-mainContent__inner .post_column h4 + *,
.l-mainContent__inner .post_column h4 * + *,
.l-mainContent__inner .post_column .post_column-box h4.wp-block-heading + *,
.l-mainContent__inner .post_column .post_column-box h4.wp-block-heading * + *, .l-mainContent__inner .block-editor-block-list__layout h4 + *,
.l-mainContent__inner .block-editor-block-list__layout h4 * + *,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h4.wp-block-heading + *,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h4.wp-block-heading * + *,
.editor-styles-wrapper .post_column h4 + *,
.editor-styles-wrapper .post_column h4 * + *,
.editor-styles-wrapper .post_column .post_column-box h4.wp-block-heading + *,
.editor-styles-wrapper .post_column .post_column-box h4.wp-block-heading * + *,
.editor-styles-wrapper .block-editor-block-list__layout h4 + *,
.editor-styles-wrapper .block-editor-block-list__layout h4 * + *,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h4.wp-block-heading + *,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h4.wp-block-heading * + * {
  padding-top: 28px !important;
}
.l-mainContent__inner .post_column h4 + *::before,
.l-mainContent__inner .post_column h4 * + *::before,
.l-mainContent__inner .post_column .post_column-box h4.wp-block-heading + *::before,
.l-mainContent__inner .post_column .post_column-box h4.wp-block-heading * + *::before, .l-mainContent__inner .block-editor-block-list__layout h4 + *::before,
.l-mainContent__inner .block-editor-block-list__layout h4 * + *::before,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h4.wp-block-heading + *::before,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h4.wp-block-heading * + *::before,
.editor-styles-wrapper .post_column h4 + *::before,
.editor-styles-wrapper .post_column h4 * + *::before,
.editor-styles-wrapper .post_column .post_column-box h4.wp-block-heading + *::before,
.editor-styles-wrapper .post_column .post_column-box h4.wp-block-heading * + *::before,
.editor-styles-wrapper .block-editor-block-list__layout h4 + *::before,
.editor-styles-wrapper .block-editor-block-list__layout h4 * + *::before,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h4.wp-block-heading + *::before,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h4.wp-block-heading * + *::before {
  display: none;
}
.l-mainContent__inner .post_column h4 + img, .l-mainContent__inner .post_column h4 + figure,
.l-mainContent__inner .post_column h4 * + img,
.l-mainContent__inner .post_column h4 * + figure,
.l-mainContent__inner .post_column .post_column-box h4.wp-block-heading + img,
.l-mainContent__inner .post_column .post_column-box h4.wp-block-heading + figure,
.l-mainContent__inner .post_column .post_column-box h4.wp-block-heading * + img,
.l-mainContent__inner .post_column .post_column-box h4.wp-block-heading * + figure, .l-mainContent__inner .block-editor-block-list__layout h4 + img, .l-mainContent__inner .block-editor-block-list__layout h4 + figure,
.l-mainContent__inner .block-editor-block-list__layout h4 * + img,
.l-mainContent__inner .block-editor-block-list__layout h4 * + figure,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h4.wp-block-heading + img,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h4.wp-block-heading + figure,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h4.wp-block-heading * + img,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h4.wp-block-heading * + figure,
.editor-styles-wrapper .post_column h4 + img,
.editor-styles-wrapper .post_column h4 + figure,
.editor-styles-wrapper .post_column h4 * + img,
.editor-styles-wrapper .post_column h4 * + figure,
.editor-styles-wrapper .post_column .post_column-box h4.wp-block-heading + img,
.editor-styles-wrapper .post_column .post_column-box h4.wp-block-heading + figure,
.editor-styles-wrapper .post_column .post_column-box h4.wp-block-heading * + img,
.editor-styles-wrapper .post_column .post_column-box h4.wp-block-heading * + figure,
.editor-styles-wrapper .block-editor-block-list__layout h4 + img,
.editor-styles-wrapper .block-editor-block-list__layout h4 + figure,
.editor-styles-wrapper .block-editor-block-list__layout h4 * + img,
.editor-styles-wrapper .block-editor-block-list__layout h4 * + figure,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h4.wp-block-heading + img,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h4.wp-block-heading + figure,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h4.wp-block-heading * + img,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h4.wp-block-heading * + figure {
  padding-top: 40px !important;
  margin-bottom: 0;
}
.l-mainContent__inner .post_column h4 + img + p, .l-mainContent__inner .post_column h4 + figure + p,
.l-mainContent__inner .post_column h4 * + img + p,
.l-mainContent__inner .post_column h4 * + figure + p,
.l-mainContent__inner .post_column .post_column-box h4.wp-block-heading + img + p,
.l-mainContent__inner .post_column .post_column-box h4.wp-block-heading + figure + p,
.l-mainContent__inner .post_column .post_column-box h4.wp-block-heading * + img + p,
.l-mainContent__inner .post_column .post_column-box h4.wp-block-heading * + figure + p, .l-mainContent__inner .block-editor-block-list__layout h4 + img + p, .l-mainContent__inner .block-editor-block-list__layout h4 + figure + p,
.l-mainContent__inner .block-editor-block-list__layout h4 * + img + p,
.l-mainContent__inner .block-editor-block-list__layout h4 * + figure + p,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h4.wp-block-heading + img + p,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h4.wp-block-heading + figure + p,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h4.wp-block-heading * + img + p,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h4.wp-block-heading * + figure + p,
.editor-styles-wrapper .post_column h4 + img + p,
.editor-styles-wrapper .post_column h4 + figure + p,
.editor-styles-wrapper .post_column h4 * + img + p,
.editor-styles-wrapper .post_column h4 * + figure + p,
.editor-styles-wrapper .post_column .post_column-box h4.wp-block-heading + img + p,
.editor-styles-wrapper .post_column .post_column-box h4.wp-block-heading + figure + p,
.editor-styles-wrapper .post_column .post_column-box h4.wp-block-heading * + img + p,
.editor-styles-wrapper .post_column .post_column-box h4.wp-block-heading * + figure + p,
.editor-styles-wrapper .block-editor-block-list__layout h4 + img + p,
.editor-styles-wrapper .block-editor-block-list__layout h4 + figure + p,
.editor-styles-wrapper .block-editor-block-list__layout h4 * + img + p,
.editor-styles-wrapper .block-editor-block-list__layout h4 * + figure + p,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h4.wp-block-heading + img + p,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h4.wp-block-heading + figure + p,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h4.wp-block-heading * + img + p,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h4.wp-block-heading * + figure + p {
  padding-top: 22px !important;
  margin-bottom: 0;
}
.l-mainContent__inner .post_column h4::before,
.l-mainContent__inner .post_column h4 *::before,
.l-mainContent__inner .post_column .post_column-box h4.wp-block-heading::before,
.l-mainContent__inner .post_column .post_column-box h4.wp-block-heading *::before, .l-mainContent__inner .block-editor-block-list__layout h4::before,
.l-mainContent__inner .block-editor-block-list__layout h4 *::before,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h4.wp-block-heading::before,
.l-mainContent__inner .block-editor-block-list__layout .post_column-box h4.wp-block-heading *::before,
.editor-styles-wrapper .post_column h4::before,
.editor-styles-wrapper .post_column h4 *::before,
.editor-styles-wrapper .post_column .post_column-box h4.wp-block-heading::before,
.editor-styles-wrapper .post_column .post_column-box h4.wp-block-heading *::before,
.editor-styles-wrapper .block-editor-block-list__layout h4::before,
.editor-styles-wrapper .block-editor-block-list__layout h4 *::before,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h4.wp-block-heading::before,
.editor-styles-wrapper .block-editor-block-list__layout .post_column-box h4.wp-block-heading *::before {
  content: "";
  display: block;
  width: 2px;
  height: 85%;
  position: absolute;
  top: 52%;
  left: 60px !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #0d3d7d;
}
@media all and (max-width : 750px) {
  .l-mainContent__inner .post_column h4::before,
  .l-mainContent__inner .post_column h4 *::before,
  .l-mainContent__inner .post_column .post_column-box h4.wp-block-heading::before,
  .l-mainContent__inner .post_column .post_column-box h4.wp-block-heading *::before, .l-mainContent__inner .block-editor-block-list__layout h4::before,
  .l-mainContent__inner .block-editor-block-list__layout h4 *::before,
  .l-mainContent__inner .block-editor-block-list__layout .post_column-box h4.wp-block-heading::before,
  .l-mainContent__inner .block-editor-block-list__layout .post_column-box h4.wp-block-heading *::before,
  .editor-styles-wrapper .post_column h4::before,
  .editor-styles-wrapper .post_column h4 *::before,
  .editor-styles-wrapper .post_column .post_column-box h4.wp-block-heading::before,
  .editor-styles-wrapper .post_column .post_column-box h4.wp-block-heading *::before,
  .editor-styles-wrapper .block-editor-block-list__layout h4::before,
  .editor-styles-wrapper .block-editor-block-list__layout h4 *::before,
  .editor-styles-wrapper .block-editor-block-list__layout .post_column-box h4.wp-block-heading::before,
  .editor-styles-wrapper .block-editor-block-list__layout .post_column-box h4.wp-block-heading *::before {
    left: 15px !important;
  }
}
.l-mainContent__inner .post_column p, .l-mainContent__inner .post_column .post_column p, .l-mainContent__inner .block-editor-block-list__layout p, .l-mainContent__inner .block-editor-block-list__layout .post_column p,
.editor-styles-wrapper .post_column p,
.editor-styles-wrapper .post_column .post_column p,
.editor-styles-wrapper .block-editor-block-list__layout p,
.editor-styles-wrapper .block-editor-block-list__layout .post_column p {
  padding-top: 40px !important;
  padding-bottom: 0 !important;
  margin-bottom: 0;
  font-weight: normal;
}
.l-mainContent__inner .post_column p + p, .l-mainContent__inner .post_column .post_column p + p, .l-mainContent__inner .block-editor-block-list__layout p + p, .l-mainContent__inner .block-editor-block-list__layout .post_column p + p,
.editor-styles-wrapper .post_column p + p,
.editor-styles-wrapper .post_column .post_column p + p,
.editor-styles-wrapper .block-editor-block-list__layout p + p,
.editor-styles-wrapper .block-editor-block-list__layout .post_column p + p {
  padding-top: 22px !important;
  margin-bottom: 0;
}
.l-mainContent__inner .post_column p + img, .l-mainContent__inner .post_column p + figure, .l-mainContent__inner .post_column .post_column p + img, .l-mainContent__inner .post_column .post_column p + figure, .l-mainContent__inner .block-editor-block-list__layout p + img, .l-mainContent__inner .block-editor-block-list__layout p + figure, .l-mainContent__inner .block-editor-block-list__layout .post_column p + img, .l-mainContent__inner .block-editor-block-list__layout .post_column p + figure,
.editor-styles-wrapper .post_column p + img,
.editor-styles-wrapper .post_column p + figure,
.editor-styles-wrapper .post_column .post_column p + img,
.editor-styles-wrapper .post_column .post_column p + figure,
.editor-styles-wrapper .block-editor-block-list__layout p + img,
.editor-styles-wrapper .block-editor-block-list__layout p + figure,
.editor-styles-wrapper .block-editor-block-list__layout .post_column p + img,
.editor-styles-wrapper .block-editor-block-list__layout .post_column p + figure {
  padding-top: 40px !important;
  margin-bottom: 0;
}
.l-mainContent__inner .post_column p + img + p, .l-mainContent__inner .post_column p + figure + p, .l-mainContent__inner .post_column .post_column p + img + p, .l-mainContent__inner .post_column .post_column p + figure + p, .l-mainContent__inner .block-editor-block-list__layout p + img + p, .l-mainContent__inner .block-editor-block-list__layout p + figure + p, .l-mainContent__inner .block-editor-block-list__layout .post_column p + img + p, .l-mainContent__inner .block-editor-block-list__layout .post_column p + figure + p,
.editor-styles-wrapper .post_column p + img + p,
.editor-styles-wrapper .post_column p + figure + p,
.editor-styles-wrapper .post_column .post_column p + img + p,
.editor-styles-wrapper .post_column .post_column p + figure + p,
.editor-styles-wrapper .block-editor-block-list__layout p + img + p,
.editor-styles-wrapper .block-editor-block-list__layout p + figure + p,
.editor-styles-wrapper .block-editor-block-list__layout .post_column p + img + p,
.editor-styles-wrapper .block-editor-block-list__layout .post_column p + figure + p {
  padding-top: 22px !important;
  margin-bottom: 0;
}
.l-mainContent__inner .post_column p + ul, .l-mainContent__inner .post_column p + ol, .l-mainContent__inner .post_column p + table, .l-mainContent__inner .post_column p + dl, .l-mainContent__inner .post_column p + div, .l-mainContent__inner .post_column .post_column p + ul, .l-mainContent__inner .post_column .post_column p + ol, .l-mainContent__inner .post_column .post_column p + table, .l-mainContent__inner .post_column .post_column p + dl, .l-mainContent__inner .post_column .post_column p + div, .l-mainContent__inner .block-editor-block-list__layout p + ul, .l-mainContent__inner .block-editor-block-list__layout p + ol, .l-mainContent__inner .block-editor-block-list__layout p + table, .l-mainContent__inner .block-editor-block-list__layout p + dl, .l-mainContent__inner .block-editor-block-list__layout p + div, .l-mainContent__inner .block-editor-block-list__layout .post_column p + ul, .l-mainContent__inner .block-editor-block-list__layout .post_column p + ol, .l-mainContent__inner .block-editor-block-list__layout .post_column p + table, .l-mainContent__inner .block-editor-block-list__layout .post_column p + dl, .l-mainContent__inner .block-editor-block-list__layout .post_column p + div,
.editor-styles-wrapper .post_column p + ul,
.editor-styles-wrapper .post_column p + ol,
.editor-styles-wrapper .post_column p + table,
.editor-styles-wrapper .post_column p + dl,
.editor-styles-wrapper .post_column p + div,
.editor-styles-wrapper .post_column .post_column p + ul,
.editor-styles-wrapper .post_column .post_column p + ol,
.editor-styles-wrapper .post_column .post_column p + table,
.editor-styles-wrapper .post_column .post_column p + dl,
.editor-styles-wrapper .post_column .post_column p + div,
.editor-styles-wrapper .block-editor-block-list__layout p + ul,
.editor-styles-wrapper .block-editor-block-list__layout p + ol,
.editor-styles-wrapper .block-editor-block-list__layout p + table,
.editor-styles-wrapper .block-editor-block-list__layout p + dl,
.editor-styles-wrapper .block-editor-block-list__layout p + div,
.editor-styles-wrapper .block-editor-block-list__layout .post_column p + ul,
.editor-styles-wrapper .block-editor-block-list__layout .post_column p + ol,
.editor-styles-wrapper .block-editor-block-list__layout .post_column p + table,
.editor-styles-wrapper .block-editor-block-list__layout .post_column p + dl,
.editor-styles-wrapper .block-editor-block-list__layout .post_column p + div {
  padding-top: 19px !important;
}
.l-mainContent__inner .post_column p + ul + p, .l-mainContent__inner .post_column p + ol + p, .l-mainContent__inner .post_column p + table + p, .l-mainContent__inner .post_column p + dl + p, .l-mainContent__inner .post_column p + div + p, .l-mainContent__inner .post_column .post_column p + ul + p, .l-mainContent__inner .post_column .post_column p + ol + p, .l-mainContent__inner .post_column .post_column p + table + p, .l-mainContent__inner .post_column .post_column p + dl + p, .l-mainContent__inner .post_column .post_column p + div + p, .l-mainContent__inner .block-editor-block-list__layout p + ul + p, .l-mainContent__inner .block-editor-block-list__layout p + ol + p, .l-mainContent__inner .block-editor-block-list__layout p + table + p, .l-mainContent__inner .block-editor-block-list__layout p + dl + p, .l-mainContent__inner .block-editor-block-list__layout p + div + p, .l-mainContent__inner .block-editor-block-list__layout .post_column p + ul + p, .l-mainContent__inner .block-editor-block-list__layout .post_column p + ol + p, .l-mainContent__inner .block-editor-block-list__layout .post_column p + table + p, .l-mainContent__inner .block-editor-block-list__layout .post_column p + dl + p, .l-mainContent__inner .block-editor-block-list__layout .post_column p + div + p,
.editor-styles-wrapper .post_column p + ul + p,
.editor-styles-wrapper .post_column p + ol + p,
.editor-styles-wrapper .post_column p + table + p,
.editor-styles-wrapper .post_column p + dl + p,
.editor-styles-wrapper .post_column p + div + p,
.editor-styles-wrapper .post_column .post_column p + ul + p,
.editor-styles-wrapper .post_column .post_column p + ol + p,
.editor-styles-wrapper .post_column .post_column p + table + p,
.editor-styles-wrapper .post_column .post_column p + dl + p,
.editor-styles-wrapper .post_column .post_column p + div + p,
.editor-styles-wrapper .block-editor-block-list__layout p + ul + p,
.editor-styles-wrapper .block-editor-block-list__layout p + ol + p,
.editor-styles-wrapper .block-editor-block-list__layout p + table + p,
.editor-styles-wrapper .block-editor-block-list__layout p + dl + p,
.editor-styles-wrapper .block-editor-block-list__layout p + div + p,
.editor-styles-wrapper .block-editor-block-list__layout .post_column p + ul + p,
.editor-styles-wrapper .block-editor-block-list__layout .post_column p + ol + p,
.editor-styles-wrapper .block-editor-block-list__layout .post_column p + table + p,
.editor-styles-wrapper .block-editor-block-list__layout .post_column p + dl + p,
.editor-styles-wrapper .block-editor-block-list__layout .post_column p + div + p {
  padding-top: 22px !important;
  margin-bottom: 0;
}
.l-mainContent__inner .post_column .post_content img, .l-mainContent__inner .post_column .post_content .wp-block-image img, .l-mainContent__inner .block-editor-block-list__layout .post_content img, .l-mainContent__inner .block-editor-block-list__layout .post_content .wp-block-image img,
.editor-styles-wrapper .post_column .post_content img,
.editor-styles-wrapper .post_column .post_content .wp-block-image img,
.editor-styles-wrapper .block-editor-block-list__layout .post_content img,
.editor-styles-wrapper .block-editor-block-list__layout .post_content .wp-block-image img {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 780px;
  height: auto;
}
.l-mainContent__inner .post_column ul, .l-mainContent__inner .post_column ol, .l-mainContent__inner .post_column dl, .l-mainContent__inner .post_column .wp-block-list, .l-mainContent__inner .block-editor-block-list__layout ul, .l-mainContent__inner .block-editor-block-list__layout ol, .l-mainContent__inner .block-editor-block-list__layout dl, .l-mainContent__inner .block-editor-block-list__layout .wp-block-list,
.editor-styles-wrapper .post_column ul,
.editor-styles-wrapper .post_column ol,
.editor-styles-wrapper .post_column dl,
.editor-styles-wrapper .post_column .wp-block-list,
.editor-styles-wrapper .block-editor-block-list__layout ul,
.editor-styles-wrapper .block-editor-block-list__layout ol,
.editor-styles-wrapper .block-editor-block-list__layout dl,
.editor-styles-wrapper .block-editor-block-list__layout .wp-block-list {
  list-style: none;
}
.l-mainContent__inner .post_column ul li, .l-mainContent__inner .post_column ol li, .l-mainContent__inner .post_column dl li, .l-mainContent__inner .post_column .wp-block-list li, .l-mainContent__inner .block-editor-block-list__layout ul li, .l-mainContent__inner .block-editor-block-list__layout ol li, .l-mainContent__inner .block-editor-block-list__layout dl li, .l-mainContent__inner .block-editor-block-list__layout .wp-block-list li,
.editor-styles-wrapper .post_column ul li,
.editor-styles-wrapper .post_column ol li,
.editor-styles-wrapper .post_column dl li,
.editor-styles-wrapper .post_column .wp-block-list li,
.editor-styles-wrapper .block-editor-block-list__layout ul li,
.editor-styles-wrapper .block-editor-block-list__layout ol li,
.editor-styles-wrapper .block-editor-block-list__layout dl li,
.editor-styles-wrapper .block-editor-block-list__layout .wp-block-list li {
  list-style: none;
  -webkit-font-feature-settings: "palt" 0;
          font-feature-settings: "palt" 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.l-mainContent__inner .post_column ul + img, .l-mainContent__inner .post_column ul + figure, .l-mainContent__inner .post_column ol + img, .l-mainContent__inner .post_column ol + figure, .l-mainContent__inner .post_column dl + img, .l-mainContent__inner .post_column dl + figure, .l-mainContent__inner .post_column .wp-block-list + img, .l-mainContent__inner .post_column .wp-block-list + figure, .l-mainContent__inner .block-editor-block-list__layout ul + img, .l-mainContent__inner .block-editor-block-list__layout ul + figure, .l-mainContent__inner .block-editor-block-list__layout ol + img, .l-mainContent__inner .block-editor-block-list__layout ol + figure, .l-mainContent__inner .block-editor-block-list__layout dl + img, .l-mainContent__inner .block-editor-block-list__layout dl + figure, .l-mainContent__inner .block-editor-block-list__layout .wp-block-list + img, .l-mainContent__inner .block-editor-block-list__layout .wp-block-list + figure,
.editor-styles-wrapper .post_column ul + img,
.editor-styles-wrapper .post_column ul + figure,
.editor-styles-wrapper .post_column ol + img,
.editor-styles-wrapper .post_column ol + figure,
.editor-styles-wrapper .post_column dl + img,
.editor-styles-wrapper .post_column dl + figure,
.editor-styles-wrapper .post_column .wp-block-list + img,
.editor-styles-wrapper .post_column .wp-block-list + figure,
.editor-styles-wrapper .block-editor-block-list__layout ul + img,
.editor-styles-wrapper .block-editor-block-list__layout ul + figure,
.editor-styles-wrapper .block-editor-block-list__layout ol + img,
.editor-styles-wrapper .block-editor-block-list__layout ol + figure,
.editor-styles-wrapper .block-editor-block-list__layout dl + img,
.editor-styles-wrapper .block-editor-block-list__layout dl + figure,
.editor-styles-wrapper .block-editor-block-list__layout .wp-block-list + img,
.editor-styles-wrapper .block-editor-block-list__layout .wp-block-list + figure {
  padding-top: 40px !important;
  margin-bottom: 0;
}
.l-mainContent__inner .post_column ol.wp-block-list, .l-mainContent__inner .block-editor-block-list__layout ol.wp-block-list,
.editor-styles-wrapper .post_column ol.wp-block-list,
.editor-styles-wrapper .block-editor-block-list__layout ol.wp-block-list {
  list-style: none;
  margin-left: 1.5em;
}
.l-mainContent__inner .post_column ol.wp-block-list li, .l-mainContent__inner .block-editor-block-list__layout ol.wp-block-list li,
.editor-styles-wrapper .post_column ol.wp-block-list li,
.editor-styles-wrapper .block-editor-block-list__layout ol.wp-block-list li {
  list-style: decimal;
  text-indent: -1em;
  padding-left: 1em;
}
.l-mainContent__inner .post_column dl div, .l-mainContent__inner .block-editor-block-list__layout dl div,
.editor-styles-wrapper .post_column dl div,
.editor-styles-wrapper .block-editor-block-list__layout dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media all and (max-width : 750px) {
  .l-mainContent__inner .post_column dl div, .l-mainContent__inner .block-editor-block-list__layout dl div,
  .editor-styles-wrapper .post_column dl div,
  .editor-styles-wrapper .block-editor-block-list__layout dl div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-mainContent__inner .post_column dl dt, .l-mainContent__inner .block-editor-block-list__layout dl dt,
.editor-styles-wrapper .post_column dl dt,
.editor-styles-wrapper .block-editor-block-list__layout dl dt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-mainContent__inner .post_column-header, .l-mainContent__inner .post_column-read, .l-mainContent__inner .post_column-summary, .l-mainContent__inner .block-editor-block-list__layout-header, .l-mainContent__inner .block-editor-block-list__layout-read, .l-mainContent__inner .block-editor-block-list__layout-summary,
.editor-styles-wrapper .post_column-header,
.editor-styles-wrapper .post_column-read,
.editor-styles-wrapper .post_column-summary,
.editor-styles-wrapper .block-editor-block-list__layout-header,
.editor-styles-wrapper .block-editor-block-list__layout-read,
.editor-styles-wrapper .block-editor-block-list__layout-summary {
  width: 100%;
  max-width: 900px !important;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  padding: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width : 750px) {
  .l-mainContent__inner .post_column-header, .l-mainContent__inner .post_column-read, .l-mainContent__inner .post_column-summary, .l-mainContent__inner .block-editor-block-list__layout-header, .l-mainContent__inner .block-editor-block-list__layout-read, .l-mainContent__inner .block-editor-block-list__layout-summary,
  .editor-styles-wrapper .post_column-header,
  .editor-styles-wrapper .post_column-read,
  .editor-styles-wrapper .post_column-summary,
  .editor-styles-wrapper .block-editor-block-list__layout-header,
  .editor-styles-wrapper .block-editor-block-list__layout-read,
  .editor-styles-wrapper .block-editor-block-list__layout-summary {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.l-mainContent__inner .post_column-header h2, .l-mainContent__inner .post_column-header h3, .l-mainContent__inner .post_column-header p, .l-mainContent__inner .post_column-header ul, .l-mainContent__inner .post_column-header ol, .l-mainContent__inner .post_column-header dl, .l-mainContent__inner .post_column-header table, .l-mainContent__inner .post_column-read h2, .l-mainContent__inner .post_column-read h3, .l-mainContent__inner .post_column-read p, .l-mainContent__inner .post_column-read ul, .l-mainContent__inner .post_column-read ol, .l-mainContent__inner .post_column-read dl, .l-mainContent__inner .post_column-read table, .l-mainContent__inner .post_column-summary h2, .l-mainContent__inner .post_column-summary h3, .l-mainContent__inner .post_column-summary p, .l-mainContent__inner .post_column-summary ul, .l-mainContent__inner .post_column-summary ol, .l-mainContent__inner .post_column-summary dl, .l-mainContent__inner .post_column-summary table, .l-mainContent__inner .block-editor-block-list__layout-header h2, .l-mainContent__inner .block-editor-block-list__layout-header h3, .l-mainContent__inner .block-editor-block-list__layout-header p, .l-mainContent__inner .block-editor-block-list__layout-header ul, .l-mainContent__inner .block-editor-block-list__layout-header ol, .l-mainContent__inner .block-editor-block-list__layout-header dl, .l-mainContent__inner .block-editor-block-list__layout-header table, .l-mainContent__inner .block-editor-block-list__layout-read h2, .l-mainContent__inner .block-editor-block-list__layout-read h3, .l-mainContent__inner .block-editor-block-list__layout-read p, .l-mainContent__inner .block-editor-block-list__layout-read ul, .l-mainContent__inner .block-editor-block-list__layout-read ol, .l-mainContent__inner .block-editor-block-list__layout-read dl, .l-mainContent__inner .block-editor-block-list__layout-read table, .l-mainContent__inner .block-editor-block-list__layout-summary h2, .l-mainContent__inner .block-editor-block-list__layout-summary h3, .l-mainContent__inner .block-editor-block-list__layout-summary p, .l-mainContent__inner .block-editor-block-list__layout-summary ul, .l-mainContent__inner .block-editor-block-list__layout-summary ol, .l-mainContent__inner .block-editor-block-list__layout-summary dl, .l-mainContent__inner .block-editor-block-list__layout-summary table,
.editor-styles-wrapper .post_column-header h2,
.editor-styles-wrapper .post_column-header h3,
.editor-styles-wrapper .post_column-header p,
.editor-styles-wrapper .post_column-header ul,
.editor-styles-wrapper .post_column-header ol,
.editor-styles-wrapper .post_column-header dl,
.editor-styles-wrapper .post_column-header table,
.editor-styles-wrapper .post_column-read h2,
.editor-styles-wrapper .post_column-read h3,
.editor-styles-wrapper .post_column-read p,
.editor-styles-wrapper .post_column-read ul,
.editor-styles-wrapper .post_column-read ol,
.editor-styles-wrapper .post_column-read dl,
.editor-styles-wrapper .post_column-read table,
.editor-styles-wrapper .post_column-summary h2,
.editor-styles-wrapper .post_column-summary h3,
.editor-styles-wrapper .post_column-summary p,
.editor-styles-wrapper .post_column-summary ul,
.editor-styles-wrapper .post_column-summary ol,
.editor-styles-wrapper .post_column-summary dl,
.editor-styles-wrapper .post_column-summary table,
.editor-styles-wrapper .block-editor-block-list__layout-header h2,
.editor-styles-wrapper .block-editor-block-list__layout-header h3,
.editor-styles-wrapper .block-editor-block-list__layout-header p,
.editor-styles-wrapper .block-editor-block-list__layout-header ul,
.editor-styles-wrapper .block-editor-block-list__layout-header ol,
.editor-styles-wrapper .block-editor-block-list__layout-header dl,
.editor-styles-wrapper .block-editor-block-list__layout-header table,
.editor-styles-wrapper .block-editor-block-list__layout-read h2,
.editor-styles-wrapper .block-editor-block-list__layout-read h3,
.editor-styles-wrapper .block-editor-block-list__layout-read p,
.editor-styles-wrapper .block-editor-block-list__layout-read ul,
.editor-styles-wrapper .block-editor-block-list__layout-read ol,
.editor-styles-wrapper .block-editor-block-list__layout-read dl,
.editor-styles-wrapper .block-editor-block-list__layout-read table,
.editor-styles-wrapper .block-editor-block-list__layout-summary h2,
.editor-styles-wrapper .block-editor-block-list__layout-summary h3,
.editor-styles-wrapper .block-editor-block-list__layout-summary p,
.editor-styles-wrapper .block-editor-block-list__layout-summary ul,
.editor-styles-wrapper .block-editor-block-list__layout-summary ol,
.editor-styles-wrapper .block-editor-block-list__layout-summary dl,
.editor-styles-wrapper .block-editor-block-list__layout-summary table {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.l-mainContent__inner .post_column-header h2::after, .l-mainContent__inner .post_column-read h2::after, .l-mainContent__inner .post_column-summary h2::after, .l-mainContent__inner .block-editor-block-list__layout-header h2::after, .l-mainContent__inner .block-editor-block-list__layout-read h2::after, .l-mainContent__inner .block-editor-block-list__layout-summary h2::after,
.editor-styles-wrapper .post_column-header h2::after,
.editor-styles-wrapper .post_column-read h2::after,
.editor-styles-wrapper .post_column-summary h2::after,
.editor-styles-wrapper .block-editor-block-list__layout-header h2::after,
.editor-styles-wrapper .block-editor-block-list__layout-read h2::after,
.editor-styles-wrapper .block-editor-block-list__layout-summary h2::after {
  left: 0;
}
.l-mainContent__inner .post_column-header p, .l-mainContent__inner .post_column-read p, .l-mainContent__inner .post_column-summary p, .l-mainContent__inner .block-editor-block-list__layout-header p, .l-mainContent__inner .block-editor-block-list__layout-read p, .l-mainContent__inner .block-editor-block-list__layout-summary p,
.editor-styles-wrapper .post_column-header p,
.editor-styles-wrapper .post_column-read p,
.editor-styles-wrapper .post_column-summary p,
.editor-styles-wrapper .block-editor-block-list__layout-header p,
.editor-styles-wrapper .block-editor-block-list__layout-read p,
.editor-styles-wrapper .block-editor-block-list__layout-summary p {
  width: 100%;
  text-align: left;
}
.l-mainContent__inner .post_column-header, .l-mainContent__inner .block-editor-block-list__layout-header,
.editor-styles-wrapper .post_column-header,
.editor-styles-wrapper .block-editor-block-list__layout-header {
  position: relative;
  margin-top: -83px;
  padding-top: 54px;
  padding-left: 58px;
  padding-bottom: 51px;
}
.l-mainContent__inner .post_column-categories, .l-mainContent__inner .block-editor-block-list__layout-categories,
.editor-styles-wrapper .post_column-categories,
.editor-styles-wrapper .block-editor-block-list__layout-categories {
  padding-bottom: 9px;
}
.l-mainContent__inner .post_column-categories-item, .l-mainContent__inner .block-editor-block-list__layout-categories-item,
.editor-styles-wrapper .post_column-categories-item,
.editor-styles-wrapper .block-editor-block-list__layout-categories-item {
  list-style: none;
  border: 1px solid #adbdd1;
  display: inline-block;
  padding: 3px 10px 6px !important;
  line-height: 1;
}
.l-mainContent__inner .post_column-categories-item:not(:first-child), .l-mainContent__inner .block-editor-block-list__layout-categories-item:not(:first-child),
.editor-styles-wrapper .post_column-categories-item:not(:first-child),
.editor-styles-wrapper .block-editor-block-list__layout-categories-item:not(:first-child) {
  margin-left: 10px;
}
.l-mainContent__inner .post_column-posttime, .l-mainContent__inner .block-editor-block-list__layout-posttime,
.editor-styles-wrapper .post_column-posttime,
.editor-styles-wrapper .block-editor-block-list__layout-posttime {
  padding-top: 4px !important;
}
.l-mainContent__inner .post_column-posttime .icon-clock, .l-mainContent__inner .block-editor-block-list__layout-posttime .icon-clock,
.editor-styles-wrapper .post_column-posttime .icon-clock,
.editor-styles-wrapper .block-editor-block-list__layout-posttime .icon-clock {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -3px;
  width: 16px;
  height: 15px;
  background-image: url(../img/icon-schedule_42.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.l-mainContent__inner .post_column p.post_column-posttime, .l-mainContent__inner .block-editor-block-list__layout p.post_column-posttime,
.editor-styles-wrapper .post_column p.post_column-posttime,
.editor-styles-wrapper .block-editor-block-list__layout p.post_column-posttime {
  padding-top: 4px !important;
}
.l-mainContent__inner .post_column-read, .l-mainContent__inner .block-editor-block-list__layout-read,
.editor-styles-wrapper .post_column-read,
.editor-styles-wrapper .block-editor-block-list__layout-read {
  padding-top: 0;
  position: relative;
}
.l-mainContent__inner .post_column-read > *:first-child, .l-mainContent__inner .block-editor-block-list__layout-read > *:first-child,
.editor-styles-wrapper .post_column-read > *:first-child,
.editor-styles-wrapper .block-editor-block-list__layout-read > *:first-child {
  padding-top: 50px;
  border-top: 1px solid rgba(13, 61, 125, 0.3);
}
.l-mainContent__inner .post_column-read > div:first-child, .l-mainContent__inner .block-editor-block-list__layout-read > div:first-child,
.editor-styles-wrapper .post_column-read > div:first-child,
.editor-styles-wrapper .block-editor-block-list__layout-read > div:first-child {
  padding-top: 0;
}
.l-mainContent__inner .post_column-summary, .l-mainContent__inner .block-editor-block-list__layout-summary,
.editor-styles-wrapper .post_column-summary,
.editor-styles-wrapper .block-editor-block-list__layout-summary {
  margin-top: 100px;
}
@media all and (max-width : 750px) {
  .l-mainContent__inner .post_column-summary, .l-mainContent__inner .block-editor-block-list__layout-summary,
  .editor-styles-wrapper .post_column-summary,
  .editor-styles-wrapper .block-editor-block-list__layout-summary {
    padding: 30px !important;
    margin-left: 15px;
    margin-right: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.l-mainContent__inner .post_column-summary h2, .l-mainContent__inner .block-editor-block-list__layout-summary h2,
.editor-styles-wrapper .post_column-summary h2,
.editor-styles-wrapper .block-editor-block-list__layout-summary h2 {
  padding-top: 0 !important;
}
.l-mainContent__inner .post_column-summary h2 + p, .l-mainContent__inner .block-editor-block-list__layout-summary h2 + p,
.editor-styles-wrapper .post_column-summary h2 + p,
.editor-styles-wrapper .block-editor-block-list__layout-summary h2 + p {
  padding-top: 50px;
}
@media all and (max-width : 750px) {
  .l-mainContent__inner .post_column-summary h2 + p, .l-mainContent__inner .block-editor-block-list__layout-summary h2 + p,
  .editor-styles-wrapper .post_column-summary h2 + p,
  .editor-styles-wrapper .block-editor-block-list__layout-summary h2 + p {
    padding-top: 30px;
  }
}
.l-mainContent__inner .post_column .related-post, .l-mainContent__inner .block-editor-block-list__layout .related-post,
.editor-styles-wrapper .post_column .related-post,
.editor-styles-wrapper .block-editor-block-list__layout .related-post {
  margin-bottom: 110px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.l-mainContent__inner .post_column .related-post h3, .l-mainContent__inner .block-editor-block-list__layout .related-post h3,
.editor-styles-wrapper .post_column .related-post h3,
.editor-styles-wrapper .block-editor-block-list__layout .related-post h3 {
  padding-top: 100px !important;
}
@media all and (max-width : 990px) {
  .l-mainContent__inner .post_column .related-post h3, .l-mainContent__inner .block-editor-block-list__layout .related-post h3,
  .editor-styles-wrapper .post_column .related-post h3,
  .editor-styles-wrapper .block-editor-block-list__layout .related-post h3 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.l-mainContent__inner .post_column .related-post h3 + p, .l-mainContent__inner .block-editor-block-list__layout .related-post h3 + p,
.editor-styles-wrapper .post_column .related-post h3 + p,
.editor-styles-wrapper .block-editor-block-list__layout .related-post h3 + p {
  padding-top: 28px !important;
}
.l-mainContent__inner .post_column .related-post-list, .l-mainContent__inner .block-editor-block-list__layout .related-post-list,
.editor-styles-wrapper .post_column .related-post-list,
.editor-styles-wrapper .block-editor-block-list__layout .related-post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-left: -1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width : 990px) {
  .l-mainContent__inner .post_column .related-post-list, .l-mainContent__inner .block-editor-block-list__layout .related-post-list,
  .editor-styles-wrapper .post_column .related-post-list,
  .editor-styles-wrapper .block-editor-block-list__layout .related-post-list {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.l-mainContent__inner .post_column .related-post-item, .l-mainContent__inner .block-editor-block-list__layout .related-post-item,
.editor-styles-wrapper .post_column .related-post-item,
.editor-styles-wrapper .block-editor-block-list__layout .related-post-item {
  margin-top: 30px;
  list-style: none;
  width: 33.33%;
  min-width: 230px;
  max-width: 337px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 念のため追加 */
  margin-left: -1px;
}
.l-mainContent__inner .post_column .related-post-item:not(:first-child), .l-mainContent__inner .block-editor-block-list__layout .related-post-item:not(:first-child),
.editor-styles-wrapper .post_column .related-post-item:not(:first-child),
.editor-styles-wrapper .block-editor-block-list__layout .related-post-item:not(:first-child) {
  border-left: 1px dashed rgba(13, 61, 125, 0.3);
}
.l-mainContent__inner .post_column .related-post-item:not(:last-child), .l-mainContent__inner .block-editor-block-list__layout .related-post-item:not(:last-child),
.editor-styles-wrapper .post_column .related-post-item:not(:last-child),
.editor-styles-wrapper .block-editor-block-list__layout .related-post-item:not(:last-child) {
  border-right: 1px dashed rgba(13, 61, 125, 0.3);
}
@media all and (max-width : 990px) {
  .l-mainContent__inner .post_column .related-post-item, .l-mainContent__inner .block-editor-block-list__layout .related-post-item,
  .editor-styles-wrapper .post_column .related-post-item,
  .editor-styles-wrapper .block-editor-block-list__layout .related-post-item {
    max-width: none;
    width: 100%;
    border-left: none !important;
    border-right: none !important;
  }
  .l-mainContent__inner .post_column .related-post-item:not(:first-child), .l-mainContent__inner .block-editor-block-list__layout .related-post-item:not(:first-child),
  .editor-styles-wrapper .post_column .related-post-item:not(:first-child),
  .editor-styles-wrapper .block-editor-block-list__layout .related-post-item:not(:first-child) {
    border-top: 1px dashed rgba(13, 61, 125, 0.3);
    padding-top: 50px;
  }
}
.l-mainContent__inner .post_column .related-post-thumbnail img, .l-mainContent__inner .block-editor-block-list__layout .related-post-thumbnail img,
.editor-styles-wrapper .post_column .related-post-thumbnail img,
.editor-styles-wrapper .block-editor-block-list__layout .related-post-thumbnail img {
  width: 100%;
  max-width: 337px;
  height: auto;
  max-height: 225px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
.l-mainContent__inner .post_column .related-post .icon-clock, .l-mainContent__inner .block-editor-block-list__layout .related-post .icon-clock,
.editor-styles-wrapper .post_column .related-post .icon-clock,
.editor-styles-wrapper .block-editor-block-list__layout .related-post .icon-clock {
  display: inline-block;
  margin-bottom: -3px;
  width: 16px;
  height: 15px;
  background-image: url(../img/icon-schedule_42.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.l-mainContent__inner .post_column .related-post-categories .is-common-category, .l-mainContent__inner .block-editor-block-list__layout .related-post-categories .is-common-category,
.editor-styles-wrapper .post_column .related-post-categories .is-common-category,
.editor-styles-wrapper .block-editor-block-list__layout .related-post-categories .is-common-category {
  background-color: rgba(21, 138, 205, 0.1);
}
.l-mainContent__inner .post_column .related-post-category, .l-mainContent__inner .block-editor-block-list__layout .related-post-category,
.editor-styles-wrapper .post_column .related-post-category,
.editor-styles-wrapper .block-editor-block-list__layout .related-post-category {
  list-style: none;
  border: 1px solid #adbdd1;
  display: inline-block;
  padding: 7px 10px 9px;
  line-height: 1;
  margin-top: 29px;
  background-color: #f8f8f8;
}
.l-mainContent__inner .post_column .related-post-category:not(:first-child), .l-mainContent__inner .block-editor-block-list__layout .related-post-category:not(:first-child),
.editor-styles-wrapper .post_column .related-post-category:not(:first-child),
.editor-styles-wrapper .block-editor-block-list__layout .related-post-category:not(:first-child) {
  margin-left: 10px;
}
.l-mainContent__inner .post_column .related-post-title, .l-mainContent__inner .block-editor-block-list__layout .related-post-title,
.editor-styles-wrapper .post_column .related-post-title,
.editor-styles-wrapper .block-editor-block-list__layout .related-post-title {
  text-align: left;
  width: 100%;
  max-width: 337px;
  padding: 0 !important;
  font-weight: 700;
  margin: 0;
}
.l-mainContent__inner .post_column .related-post-title a, .l-mainContent__inner .block-editor-block-list__layout .related-post-title a,
.editor-styles-wrapper .post_column .related-post-title a,
.editor-styles-wrapper .block-editor-block-list__layout .related-post-title a {
  color: #0d3d7d;
}
.l-mainContent__inner .post_column .related-post-excerpt, .l-mainContent__inner .block-editor-block-list__layout .related-post-excerpt,
.editor-styles-wrapper .post_column .related-post-excerpt,
.editor-styles-wrapper .block-editor-block-list__layout .related-post-excerpt {
  text-align: left;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.l-mainContent__inner .post_column .related-post-readmore, .l-mainContent__inner .block-editor-block-list__layout .related-post-readmore,
.editor-styles-wrapper .post_column .related-post-readmore,
.editor-styles-wrapper .block-editor-block-list__layout .related-post-readmore {
  text-align: right;
  color: #158acd !important;
  padding-top: 16px;
  padding-right: 16px;
}
.l-mainContent__inner .post_column .related-post-readmore::before, .l-mainContent__inner .block-editor-block-list__layout .related-post-readmore::before,
.editor-styles-wrapper .post_column .related-post-readmore::before,
.editor-styles-wrapper .block-editor-block-list__layout .related-post-readmore::before {
  right: -8px;
  padding-top: 16px;
}
.l-mainContent__inner .column_container .related-post,
.editor-styles-wrapper .column_container .related-post {
  margin-bottom: 110px;
  max-width: 1470px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.l-mainContent__inner .column_container .related-post::after,
.editor-styles-wrapper .column_container .related-post::after {
  content: "";
  display: block;
  width: 105%;
  height: 90%;
  background-color: rgba(13, 61, 125, 0.05);
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}
@media all and (max-width : 1440px) {
  .l-mainContent__inner .column_container .related-post::after,
  .editor-styles-wrapper .column_container .related-post::after {
    width: 95%;
    height: calc(100% - 160px + 40px);
  }
}
.l-mainContent__inner .column_container .related-post h3,
.editor-styles-wrapper .column_container .related-post h3 {
  padding-top: 100px;
}
.l-mainContent__inner .column_container .related-post h3 + p,
.editor-styles-wrapper .column_container .related-post h3 + p {
  padding-top: 28px !important;
}
.l-mainContent__inner .column_container .related-post-list,
.editor-styles-wrapper .column_container .related-post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-left: -1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-mainContent__inner .column_container .related-post-item,
.editor-styles-wrapper .column_container .related-post-item {
  margin-top: 60px;
  list-style: none;
  width: 25%;
  min-width: 320px;
  max-width: 337px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 念のため追加 */
  margin-left: -1px;
}
@media all and (max-width : 750px) {
  .l-mainContent__inner .column_container .related-post-item,
  .editor-styles-wrapper .column_container .related-post-item {
    max-width: none;
    width: 100%;
  }
  .l-mainContent__inner .column_container .related-post-item:not(:first-child),
  .editor-styles-wrapper .column_container .related-post-item:not(:first-child) {
    padding-top: 50px;
  }
}
.l-mainContent__inner .column_container .related-post-thumbnail img,
.editor-styles-wrapper .column_container .related-post-thumbnail img {
  width: 100%;
  max-width: 337px;
  height: auto;
  max-height: 225px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width : 750px) {
  .l-mainContent__inner .column_container .related-post-thumbnail img,
  .editor-styles-wrapper .column_container .related-post-thumbnail img {
    max-width: none;
    max-height: none;
  }
}
.l-mainContent__inner .column_container .related-post .icon-clock,
.editor-styles-wrapper .column_container .related-post .icon-clock {
  display: inline-block;
  margin-bottom: -3px;
  width: 16px;
  height: 15px;
  background-image: url(../img/icon-schedule_42.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.l-mainContent__inner .column_container .related-post-categories .is-common-category,
.editor-styles-wrapper .column_container .related-post-categories .is-common-category {
  background-color: rgba(21, 138, 205, 0.1);
}
.l-mainContent__inner .column_container .related-post-category,
.editor-styles-wrapper .column_container .related-post-category {
  list-style: none;
  border: 1px solid #adbdd1;
  display: inline-block;
  padding: 7px 10px 9px;
  line-height: 1;
  margin-top: 29px;
  background-color: #f8f8f8;
}
.l-mainContent__inner .column_container .related-post-category:not(:first-child),
.editor-styles-wrapper .column_container .related-post-category:not(:first-child) {
  margin-left: 10px;
}
.l-mainContent__inner .column_container .related-post-title,
.editor-styles-wrapper .column_container .related-post-title {
  text-align: left;
  width: 100%;
  max-width: 337px;
  padding: 0 !important;
  font-weight: 700;
  margin: 0;
}
.l-mainContent__inner .column_container .related-post-title a,
.editor-styles-wrapper .column_container .related-post-title a {
  color: #0d3d7d;
}
.l-mainContent__inner .column_container .related-post-excerpt,
.editor-styles-wrapper .column_container .related-post-excerpt {
  text-align: left;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.l-mainContent__inner .column_container .related-post-readmore,
.editor-styles-wrapper .column_container .related-post-readmore {
  text-align: right;
  color: #158acd !important;
  padding-top: 16px;
  padding-right: 16px;
}
.l-mainContent__inner .column_container .related-post-readmore::before,
.editor-styles-wrapper .column_container .related-post-readmore::before {
  right: -8px;
  padding-top: 16px;
}
.l-mainContent__inner .category-filter-nav,
.editor-styles-wrapper .category-filter-nav {
  border-bottom: 1px solid rgba(13, 61, 125, 0.3);
  margin-bottom: 120px;
  width: 150%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media all and (max-width : 750px) {
  .l-mainContent__inner .category-filter-nav,
  .editor-styles-wrapper .category-filter-nav {
    margin-bottom: 60px;
    width: auto;
    white-space: nowrap;
  }
}
.l-mainContent__inner .category-filter-list,
.editor-styles-wrapper .category-filter-list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media all and (max-width : 750px) {
  .l-mainContent__inner .category-filter-list,
  .editor-styles-wrapper .category-filter-list {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    overflow-x: scroll;
  }
}
.l-mainContent__inner .category-filter-item,
.editor-styles-wrapper .category-filter-item {
  list-style: none;
  line-height: 1;
  padding: 0px 30px;
  margin-top: 16px;
  margin-bottom: 16px;
  position: relative;
}
.l-mainContent__inner .category-filter-item:not(:first-child),
.editor-styles-wrapper .category-filter-item:not(:first-child) {
  border-left: 1px solid #333333;
}
.l-mainContent__inner .category-filter-item.is-active::before,
.editor-styles-wrapper .category-filter-item.is-active::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #158acd;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.l-mainContent__inner .pickup-section,
.editor-styles-wrapper .pickup-section {
  max-width: 880px;
  border: 1px solid #adbdd1;
  outline: 9px solid rgba(13, 61, 125, 0.05);
  outline-offset: -9px;
  background-color: #f8f8f8;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 180px;
  margin-top: 200px;
}
@media all and (max-width : 990px) {
  .l-mainContent__inner .pickup-section,
  .editor-styles-wrapper .pickup-section {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.l-mainContent__inner .pickup-section .ttl-h3,
.editor-styles-wrapper .pickup-section .ttl-h3 {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #f8f8f8;
  paint-order: stroke;
  background-color: #f8f8f8;
  padding: 0px 20px 0;
}
.l-mainContent__inner .pickup-post_list,
.editor-styles-wrapper .pickup-post_list {
  padding-top: 10%;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 6%;
}
@media all and (max-width : 990px) {
  .l-mainContent__inner .pickup-post_list,
  .editor-styles-wrapper .pickup-post_list {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.l-mainContent__inner .pickup-post_item,
.editor-styles-wrapper .pickup-post_item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media all and (max-width : 750px) {
  .l-mainContent__inner .pickup-post_item,
  .editor-styles-wrapper .pickup-post_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-mainContent__inner .pickup-post_item:not(:first-child),
.editor-styles-wrapper .pickup-post_item:not(:first-child) {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}
.l-mainContent__inner .pickup-post_body,
.editor-styles-wrapper .pickup-post_body {
  width: 50%;
  margin-right: 5%;
}
@media all and (max-width : 990px) {
  .l-mainContent__inner .pickup-post_body,
  .editor-styles-wrapper .pickup-post_body {
    margin-right: auto;
    margin-right: 20px;
  }
}
@media all and (max-width : 750px) {
  .l-mainContent__inner .pickup-post_body,
  .editor-styles-wrapper .pickup-post_body {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.l-mainContent__inner .pickup-post_thumbnail,
.editor-styles-wrapper .pickup-post_thumbnail {
  width: 50%;
  -webkit-box-shadow: 20px 20px 0px -5px #0d3d7d;
          box-shadow: 20px 20px 0px -5px #0d3d7d;
  padding-top: 20px;
}
@media all and (max-width : 990px) {
  .l-mainContent__inner .pickup-post_thumbnail,
  .editor-styles-wrapper .pickup-post_thumbnail {
    position: static;
  }
}
@media all and (max-width : 750px) {
  .l-mainContent__inner .pickup-post_thumbnail,
  .editor-styles-wrapper .pickup-post_thumbnail {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.l-mainContent__inner .pickup-post_thumbnail img,
.editor-styles-wrapper .pickup-post_thumbnail img {
  width: 100%;
  max-width: 512px;
  height: auto;
}
@media all and (max-width : 750px) {
  .l-mainContent__inner .pickup-post_thumbnail img,
  .editor-styles-wrapper .pickup-post_thumbnail img {
    max-width: none;
  }
}
.l-mainContent__inner p.has-text-align-center.has-border.-border01, .l-mainContent__inner p.has-text-align-center.has-border.-border02, .l-mainContent__inner p.has-text-align-center.has-border.-border03, .l-mainContent__inner p.has-text-align-center.has-border.-border04,
.editor-styles-wrapper p.has-text-align-center.has-border.-border01,
.editor-styles-wrapper p.has-text-align-center.has-border.-border02,
.editor-styles-wrapper p.has-text-align-center.has-border.-border03,
.editor-styles-wrapper p.has-text-align-center.has-border.-border04 {
  padding-bottom: 36px !important;
  margin-left: auto;
  margin-right: auto;
}
.l-mainContent__inner a,
.editor-styles-wrapper a {
  color: #158acd;
}
.l-mainContent__inner a.swell-block-button__link,
.editor-styles-wrapper a.swell-block-button__link {
  color: #f8f8f8;
  margin-left: auto;
  margin-right: auto;
}
.l-mainContent__inner .wp-block-button,
.editor-styles-wrapper .wp-block-button {
  margin-left: auto;
  margin-right: auto;
}
.l-mainContent__inner .swell-block-column p:first-child,
.editor-styles-wrapper .swell-block-column p:first-child {
  padding-top: 0 !important;
}

.btn-item_contact {
  padding: 27px 34px 28px 18px;
}