@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 94px;
}
img {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
h2 {
  font-weight: 900;
  font-size: 24px;
}
h5 {
  font-size: 14px;
  margin-bottom: 5px;
}
a {
  color: #000;
  text-decoration: none;
}
input,
textarea,
select {
  font: inherit;
  color: inherit;
  background: transparent;
  border: solid 1px #2E1766;
  border-radius: 5px;
  padding: 7px 10px;
  margin: 0;
  line-height: inherit;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  display: block;
  box-shadow: 0px 3px 0px #2E1766;
}
.form_inner button[name="submitBack"] {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  padding: 0;
  margin-top: 15px;
  font-weight: 600;
  text-decoration: underline;
}
select {
  padding: 10px 10px;
  background-image: url(../img/selectarrow.png);
  background-size: 7px;
  background-position: calc(100% - 5px) center;
  background-repeat: no-repeat;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  box-shadow: none;
  border: solid 1.5px #2E1766;
}
input[type="checkbox"]:checked {
  background-image: url(../img/checkbox.png);
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
}
button {
  -webkit-appearance: none; /* iOS / Safari */
  appearance: none;
}
.filter_actions button,
.form_inner button {
  display: block;
  background-color: #FFF200;
  color: #2E1766;
  font-weight: bold;
  border: none;
  border-radius: 10000px;
  padding: 10px 0;
  width: 80%;
  font-size: 18px;
  margin: 0 auto;
  box-shadow: 0px 3px 0px #ab992b;
}
.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:"wdth" 100;
}





.pc {
  display: none !important;
}
.sp {
  display: block !important;
}

.inner {
  max-width: 1000px;
  padding: 50px min(50px, 5vw);
  margin: 0 auto;
}
footer .inner {
  padding: 20px min(50px, 5vw);
}
.header_label,
.copy {
  font-size: 10px;
  text-align: center;
  padding: 3px 0;
  background-color: #2E1766;
  color: #fff;
  font-weight: 500;
}
.header_logo {
  color: #fff;
}
.header_logo h1 {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.header_logo h1 img {
  width: 30px;
  margin-right: 5px;
}
.header_logo h1 b {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.header_logo h1 b span {
  font-size: 10px;
  margin-left: 5px;
}
.header_logo_catch {
  font-size: 10px;
}
.header_info_child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.hummenu_label {
  background-color: #2E1766;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 38px;
  padding: 9px;
  border-radius: 5px;
}
.mvarea {
  background-image: url(../img/mv-bk.jpg);
  background-size: cover;
  background-position: center;
}
.mv_child {
  position: relative;
  background: linear-gradient(-6deg, transparent 0%, transparent 42%, #fff 30%, #fff 60%, transparent 60%, transparent 100%), url(../img/mv-human-sp.png) 100% 0% / 46% no-repeat;
  padding: 0 10px 30px;
}
.mv_human {
  position: absolute;
  top: 0;
  right: 0;
  width: 46%;
  z-index: -1;
}

#contact,#cta,#bottom-contact {
background-image: url(../img/form-bk.jpg);
  background-size: cover;
  background-position: center;
}
#contact {
  clip-path: polygon(0% 30px, 100% 0%, 100% 100%, 0% 100%);
  margin-top: -30px;
}
.contact_ttl {
  color: #fff;
  font-family: serif;
  font-style: italic;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.contact_ttl span {
  font-size: 130%;
  color: #FFF200;
}
.form_inner {
  background-color: #fff;
  padding: 20px 10px;
  border-radius: 10px;
}
form table {
  width: 100%;
}
form table tr th,
form table tr td {
  display: block;
  text-align: left;
  width: 100%;
}
form table tr th {
  display: flex;
  text-align: left;
  align-items: center;
  font-size: 14px;
  margin-bottom: 5px;
}
form table tr th span {
  display: inline-block;
  background-color: #D50000;
  font-size: 10px;
  color: #fff;
  padding: 3px 5px;
  margin-right: 8px;
  border-radius: 3px;
}
form table tr td {
  margin-bottom: 10px;
}
.cresit {
  padding: 20px 10px;
  text-align: center;
  background-color: #fff;
  margin-top: 10px;
}
.cresit h4 {
  font-size: 12px;
  margin-bottom: 5px;
}


#concerns {
  background-image: url(../img/concerns-bk.jpg);
  background-size: contain;
  background-position: center;
}
#concerns h2 {
  color: #fff;
  font-family: serif;
  font-style: italic;
  font-size: 22px;
  line-height: 1.3;
  background: url(../img/concerns-ttl.png) 100% 0% / contain no-repeat, url(../img/concerns-ttl-bk.png) 100% 0% / 100% no-repeat;
  padding: 10px 0;
}
#concerns h2 span {
  font-size: 130%;
  color: #FFF200;
}

.concerns_list li {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.concerns_list_upper{    
  display: grid;
  grid-template-columns: 40px 1fr 50px;
  gap: 10px;
  align-items: center;
}
.concerns_list_upper:before {
  font-size: 34px;
  font-weight: 900;
  color: #DF372B;
  font-family: 'Roboto';
}
.concerns_list li:nth-child(1) .concerns_list_upper:before{content:"01";}
.concerns_list li:nth-child(2) .concerns_list_upper:before{content:"02";}
.concerns_list li:nth-child(3) .concerns_list_upper:before{content:"03";}
.concerns_list li:nth-child(4) .concerns_list_upper:before{content:"04";}
.concerns_list li:nth-child(5) .concerns_list_upper:before{content:"05";}
.concerns_list li:nth-child(6) .concerns_list_upper:before{content:"06";}
.concerns_list li:nth-child(7) .concerns_list_upper:before{content:"07";}
.concerns_list li:nth-child(8) .concerns_list_upper:before{content:"08";}
.concerns_list li:nth-child(9) .concerns_list_upper:before{content:"09";}
.concerns_list li:nth-child(10) .concerns_list_upper:before{content:"10";}
.concerns_list li:nth-child(11) .concerns_list_upper:before{content:"11";}
.concerns_list li:nth-child(12) .concerns_list_upper:before{content:"12";}
.concerns_list li:nth-child(13) .concerns_list_upper:before{content:"13";}
.concerns_list li:nth-child(14) .concerns_list_upper:before{content:"14";}

.concerns_list_upper b {
  line-height: 1.2;
}
.concerns_list_upper b span {
  color: #292377;
}
.concerns_list_arrow {
  width: 40px;
  margin: 10px auto;
  display: block;
}
.concerns_list_lower h4 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.concerns_list_lower h4 span {
  color: #DF372B;
}
.concerns_list_lower p {
  font-size: 12px;
}


.half_visual {
  clip-path: polygon(0% 30px, 100% 0%, 100% calc(100% - 30px), 0% 102%);
  margin-top: -30px;
  height: 170px;
  object-fit: cover;
  position: relative;
  z-index: 1;
}


.section_ttl {
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  font-style: italic;
}
.section_ttl.red text {
  color: #DF372B;
}
.section_ttl.blue text {
  color: #292377;
}
.section_ttl:after {
  content: "";
  width: 20px;
  height: 3px;
  display: block;
  margin: 20px auto;
}
.section_ttl.red:after {
  background-color: #DF372B;
}
.section_ttl.blue:after {
  background-color: #292377;
}
.section_ttl span {
  font-size: 14px;
  font-weight: 600;
  display: block;
  font-style: normal;
}
.section_subtxt {
  text-align: center;
  font-size: 10px;
  margin-bottom: 20px;
}

.graybox {
  background-image: url(../img/graybox.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.type_list_ttl,
.type_list_price {
  padding: 0 10px;
}
.type_list_ttl {
  font-size: 18px;
}
.type_list_ttl span {
  display: block;
  font-size: 70%;
}
.type_list_visual {
  margin: 15px 0;
  height: 200px;
  object-fit: cover;
}
.type_list_price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.type_list_price p {
  font-size: 34px;
  color: #DF372B;
}
.type_list_price span {
  font-size: 14px;
  line-height: 1.2;
  margin-left: 5px;
}
.type_list_price span text {
  display: block;
  font-size: 10px;
}

.pricelist_area {
  overflow-x: scroll;
}
table.pricelist_table {
  width: 800px;
}
table.pricelist_table thead tr,
table.pricelist_table tbody tr{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 5px;
}
#checktime table.pricelist_table thead tr,
#checktime table.pricelist_table tbody tr{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5px;
}
table.pricelist_table th,
table.pricelist_table td {
  padding: 8px 15px;
}
table.pricelist_table th {
  font-size: 16px;
}
table.pricelist_table td {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
table.pricelist_table thead tr th:first-child {
  background-color: #E6E6E6;
}
table.pricelist_table thead tr th:not(:first-child) {
  background-color: #DF372B;
  color: #fff;
}
#checktime table.pricelist_table thead tr th:not(:first-child) {
  background-color: #292377;
}
table.pricelist_table tbody tr:nth-child(odd) td {
  background-color: #FBFBFB;
}
table.pricelist_table tbody tr:nth-child(even) td {
  background-color: #EFEFEF;
}
table.pricelist_table tbody tr td:not(:first-child) {
  text-align: right;
}
table.pricelist_table td {
  font-size: 14px;
}

.pricelist_att {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #DF372B;
  font-weight: bold;
  margin-top: 20px;
}


.cta_btn {
  display: block;
  text-align: center;
  border-radius: 10000px;
  border: solid 3px #fff;
  overflow: hidden;
  color: #fff;
}
.cta_btn.cta_form_btn{
  background: linear-gradient(180deg, #4A00FF, #2E1766);
}
.cta_btn.cta_tel_btn{
  background: linear-gradient(180deg, #FF8C00, #E70000);
}
.cta_btn b {
  font-size: 12px;
  line-height: 1.2;
  padding: 10px 0;
  display: block;
}
.cta_btn b span {
  display: block;
  font-size: 26px;
  line-height: 1;
  margin-top: 5px;
}
.cta_btn.cta_form_btn b span {
  color: #FFF200;
}
.cta_btn.cta_tel_btn b span {
  font-size: 36px;
}
.cta_btn p {
  display: flex;
  background-color: #fff;
  font-size: 10px;
  line-height: 1;
  padding: 4px 0 2px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}
.cta_btn.cta_form_btn p{
  color: #35118C;
}
.cta_btn.cta_tel_btn p{
  color: #EC2301;
}
.cta_btn p span {
  font-size: 12px;
  margin-left: 5px;
}

.cta_form_btn_att {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  margin: 20px 0 5px;
  text-align: center;
}
.cta_form_btn_att:before,
.cta_form_btn_att:after {
  font-size: 20px;
}
.cta_form_btn_att:before {
  content:"＼";
  margin-right: 3px;
}
.cta_form_btn_att:after {
  content:"／";
  margin-left: 3px;
}


.checklist_ttl,
.strongpoint_ttl {
  display: block;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
  font-style: italic;
  position: relative;
}
.checklist_ttl { 
  background-color: #EF3100;
}
.strongpoint_ttl {
  background-color: #2E1766;
}
.checklist_ttl span,
.strongpoint_ttl span {
  display: block;
  font-size: 26px;
}
.strongpoint_ttl span text {
  font-size: 140%;
  color: #FFF200;
  font-style: italic;
}
.checklist_ttl:after,
.strongpoint_ttl:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #EF3100 transparent transparent transparent;
  border-width: 15px 20px 0px 20px;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 20px);
}
.checklist_ttl:after {
  border-color: #EF3100 transparent transparent transparent;
}
.strongpoint_ttl:after {
  border-color: #2E1766 transparent transparent transparent;
}
.sec_ttl_image {
  height: 130px;
  object-fit: cover;
}
.checklist_child li {
  text-align: center;
}
.checklist_child li:not(:last-child) {
  margin-bottom: 30px;
}
.checklist_child li h4 {
  font-size: 24px;
  display: block;
  padding: 15px 0 5px;
  line-height: 1;
}
#flow .checklist_child li h4 {
  color:#2E1766;
  font-family: roboto;
}
.checklist_child li p {
  font-size: 16px;
  line-height: 1.2;
}


#purpose {
  background-image: url(../img/purpose-bk.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  clip-path: polygon(0% 30px, 100% 0%, 100% 100%, 0% 100%);
  margin-top: -30px;
}
#purpose .inner {
  padding: 80px min(50px, 5vw) 50px;
}
#purpose h2 {
  text-align: center;
  font-size: 36px;
  line-height: 1.1;
  font-style: italic;
  margin-bottom: 20px;
}
#purpose p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}
#purpose p span {
  color: #FFF200;
}
.bottom_link {
  display: block;
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  background-image: url(../img/bottom-link-arrow.png);
  background-size: 8px;
  background-position: calc(100% - 18px) center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 10px 0;
  border-radius: 10000px;
  margin-top: 20px;
  font-weight: 700;
  font-size: 18px;
  color: #C20000;
}
#strongpoint .bottom_link,
#voice .bottom_link {
  background-color: #C20000;
  background-image: url(../img/bottom-link-arrow2.png);
  color: #fff;
}
#works .bottom_link,
#faq .bottom_link {
  background-color: #2E1766;
  background-image: url(../img/bottom-link-arrow2.png);
  color: #fff;
}

#strongpoint {
  background-image: url(../img/strongpoint-bk.jpg);
  background-size: cover;
  background-position: center;
}
.strongpoint_child li {
  text-align: center;
}
.strongpoint_child li:not(:last-child) {
  margin-bottom: 20px;
}
.strongpoint_child li img {
  width: 164px;
  margin: 0 auto;
  display: block;
}
.strongpoint_child li h4 {
  color: #2E1766;
  font-size: 30px;
  font-weight: 900;
  -webkit-text-stroke: #ffffff 6px;
  paint-order: stroke;
  margin-top: -30px;
}



#voice .type_list_ttl,
#works .type_list_ttl {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 5px;
}
#voice .type_list li,
#works .type_list li {
  margin: 0 5px;
}
#voice .type_list li p,
#works .type_list li p {
  font-size: 12px;
  padding: 0 10px;
}
.type_list_visualbox {
  position: relative;
  margin: 15px 0;
}
.type_list_visualbox .type_list_visual {
  margin: 0;
}
#voice .type_list .type_list_category,
#works .type_list .type_list_category { 
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  display: flex;
  flex-wrap: wrap;
}
#voice .type_list .type_list_category p,
#works .type_list .type_list_category p {
  display: block;
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
  font-size: 10px;
  padding: 3px 8px;
  margin: 0 2px 2px 0;
}
#voice .type_list_category p {
  background-color: #DF372B;
}
#works .type_list_category p {
  background-color: #292377;
}


#faq .inner {
    padding: 20px min(50px, 5vw) 50px
}
.faq_ttl,
.flow_ttl {
  display: block;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  padding: 20px 0;
  font-size: 22px;
  font-style: italic;
  position: relative;
  background-color: #2E1766;
}
.faq_ttl {
  background-color: #2E1766;
}
.flow_ttl {
  background-color: #C20000;
}
.faq_label {
  display: grid;
  grid-template-columns: 20px 1fr 20px;
  gap: 10px;
  padding: 20px 0;
  border-bottom: solid 1px #D9D9D9;
  align-items: baseline;
}
.faq_label .faq_child input[type="checkbox"] {
  display: none;
}
.faq_label text {
  font-weight: 700;
  font-size: 22px;
}
.faq_label .faq_child h3 {
  font-size: 16px;
  line-height: 1.2;
}
.faq_label .faq_child p {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
  display: none;
}
.faq_label .faq_child input[type="checkbox"]:checked ~ p {
  display: block;
}
.faq_label:after {
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #CACACA;
  color: #fff;
  height: 20px;
  border-radius: 10000px;
}
.hummenu_area {
  position: fixed;
  top: 0;
  right: 0;
  width: 0%;
  height: 100vh;
  z-index: 3;
  background-color:rgba(46,23,102,.95);
  overflow: hidden;
  transition: .25s;
  display: grid;
  grid-template-columns: 0px 1fr;
}
.hummenu_list {
  padding: 30px 20px;
}
.hummenu_list .hummenu_label {
  background-color: #fff;
  margin-left: auto;
}
.hummenu_list_child {
  margin-bottom: 20px;
}
.hummenu_list_child a {
  color: #fff;
  margin-top: 8px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
}
.hummenu_list_child a:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 1px;
  background-color: #BDA2FF;
  vertical-align: middle;
  margin-right: 10px;
}

.hummenu_list .cta_btn b {
  padding: 8px 0;
}
.hummenu_list .cta_btn b span {
  margin-top: 2px;
}
.hummenu_list .cta_form_btn_att {
  margin: 5px 0;
}
input[type="checkbox"]#hummenu {
  display: none;
}
input[type="checkbox"]#hummenu:checked ~ .hummenu_area {
  width: 100%;
}


footer {
  background-color: #C20000;
  color: #fff;
}
.bottom_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 2;
}
.bottom_fixed .cta_btn {
  border-radius: 0px;
  border: none;
  overflow: hidden;
  position: relative;
}
.bottom_fixed .cta_btn::before {
	content: "";
	position: absolute;
	display: block;
	background: linear-gradient(to right,rgba(255,255,255,0), rgba(255,255,255,0.9));
	width: 50px;
	height: 50px;
	top: -60px;
	left: -60px;
	animation-name:shine-run;
	animation-delay:0s;
	animation-duration: 2s;
	animation-timing-function: ease-in;
	animation-iteration-count: infinite;
}
@keyframes shine-run {
    0% {
        transform: scale(0) rotate(50deg);
        opacity: 0;
    }

    40% {
        transform: scale(1) rotate(50deg);
        opacity: 1;
    }

    100% {
        transform: scale(250) rotate(50deg);
        opacity: 0;
    }
}

.bottom_fixed .cta_btn b {
  font-size: 14px;
  line-height: 1;
  padding: 10px 0 5px;
}
.bottom_fixed .cta_btn.cta_tel_btn b text {
  display: inline-block;
  transform-origin: center;
  animation: pulse2 2s ease-in-out infinite;
  will-change: transform;
}
@keyframes pulse2 {
  0%   { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}
.bottom_fixed .cta_btn.cta_tel_btn b span {
  font-size: 42px;
  color: #FFF200;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom_fixed .cta_btn.cta_tel_btn b span img {
  width: 28px;
  margin-right: 5px;
}





.mv_child_bottom {
  padding: 30px 0;
}
.mv_child_bottom h1 {
  font-size: 24px;
  text-align: center;
  color: #fff;
}

.purpuse_inner p {
  display: block;
  padding: 20px 0;
}
.purpuse_inner h2 {
  font-style: italic;
  display: flex;
  align-items: center;
  margin: 20px 0 10px;
  line-height: 1.2;
}
.purpuse_inner h2:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 3px;
  background-color: #000;
  vertical-align: middle;
  margin-right: 5px;
}
.txt_list {
  padding: 0 0 20px 16px;
}
.txt_list li {
  list-style: disc;
}
.txt_list.num li {
  list-style: decimal;
}




.point_inner {
  padding: 20px min(50px, 5vw);
}
.point_inner h2 {
  display: flex;
  align-items: center;
  font-style: italic;
  margin-bottom: 10px;
}
.point_inner h2 span {
  font-size: 12px;
  background-color: #292377;
  color: #fff;
  padding: 8px 15px;
  border-radius: 10000px;
  margin-right: 5px;
}
.point_inner h3 {
  font-size: 16px;
  line-height: 1.3;
  font-style: italic;
}
.point_inner img {
    margin: 15px 0;
    height: 150px;
    object-fit: cover;
    display: block;
}

.works_filter_child {
  padding: 0px 20px;
  border: solid 1px #555;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
}
.select_label {
  display: block;
  font-size: 12px;
  color: #959595;
  padding: 10px 0;
  background-image: url(../img/select-label.png);
  background-size: 10px;
  background-position: right center;
  background-repeat: no-repeat;
}
.src_label_box {
  padding-bottom: 20px;
  display: none;
}
input[type="checkbox"]#sort-buinding,
input[type="checkbox"]#sort-facilities {
  display: none;
}
input[type="checkbox"]#sort-buinding:checked ~ .src_label_box,
input[type="checkbox"]#sort-facilities:checked ~ .src_label_box {
  display: block;
}
.src_label_box label {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 10px;
}
.src_label_box label input[type="checkbox"] {
  margin-right: 5px;
}
.filter_actions{
  display: grid;
  grid-template-columns: 1fr 80px;
  gap: 5px;
  align-items: center;
  width: 80%;
  margin: 20px auto 50px;
}
.filter_actions button {
  width: 100%;
}
.filter_actions a {
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #2E1766;
  padding: 10px 0;
  border-radius: 10000px;
}
.filter_actions button,
.filter_actions a {
  font-size: 12px;
}
.works_list li:not(:last-child) {
  margin-bottom: 30px;
}
.post_img {
  position: relative;
}
.post_slug {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  top: 8px;
  left: 8px;
}
.post_slug p {
  display: inline-block;
  background-color: #DF372B;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  padding: 5px 10px;
  margin: 0 5px 5px 0;
  border-radius: 5px;
}
.post_cont {
  padding: 15px 10px;
}
.post_cont h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.post_cont p {
  font-size: 12px;
}



.thanks_txt_child h2 {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 20px;
  color: #2E1766;
}
.thanks_txt_child p {
  font-size: 14px;
  text-align: center;
}





footer .gaiyo h2,
footer .sitemap h2 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
footer .gaiyo p,
footer .sitemap a {
  font-size: 12px;
  padding: 7px 0;
  border-top: solid 1px #e25352;
  color: #fff;
  display: block;
}
footer .sitemap a {
    background-image: url(../img/linkarrow.png);
    background-size: 20px;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    padding: 10px 10px;
    font-size: 14px;
}









@media screen and (min-width:768px){
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
body {
  padding-bottom: 0;
}
input, textarea, select, button {
  padding: 6px 10px;
}
h2 {
  font-size: 40px;
}
h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
input[type="checkbox"] {
    width: 23px;
    height: 23px;
}
.hummenu_label {
    height: 50px;
    width: 50px;
    padding: 13px;
}
.mv_child {
  position: relative;
  background: url(../img/mv-human-pc.png) 100% 0% / auto 110% no-repeat, linear-gradient(-10deg, transparent 0%, transparent 51%, #fff 51%, #fff 67%, transparent 67%, transparent 100%);
  padding: 0 5vw 6%;
}
.mv_child img {
  width: 60%;
}
.header_label, .copy {
    font-size: 12px;
    padding: 5px 0;
}
#header_info {
  max-width: 1280px;
  margin: 0 auto;
}
.header_info_child {
  padding: 20px 5vw;
}
.header_logo h1 b {
    font-size: 32px;
}
.header_logo h1 b span {
    font-size: 16px;
    margin-left: 10px;
}
.header_logo h1 img {
    width: 50px;
}
.header_logo_catch {
    font-size: 14px;
}
.inner {
  max-width: 1000px;
  padding: 100px min(50px, 5vw);
  margin: 0 auto;
}
.form_inner {
  background-color: #fff;
  padding: 60px 10%;
  border-radius: 30px;
}
.contact_ttl {
  color: #fff;
  font-family: serif;
  font-style: italic;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
}

#contact {
  clip-path: polygon(0% 200px, 100% 0%, 100% 100%, 0% 100%);
  margin-top: -200px;
}
#contact .inner {
  padding: 250px min(50px, 5vw) 100px;
}
form table tr {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
form table tr td {
  margin-bottom: 0;
}
.form_inner button {
  width: 300px;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 0;
}
.pc_tel {
  margin-top: 50px;
}
.pc_tel_child {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.pc_tel_child img {
  width: 64px;
  margin-right: 10px;
}
.pc_tel_child b {
  font-size: 100px;
  color: #FFF200;
  font-weight: 900;
  letter-spacing: -2px;
}
.pc_tel_child p {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
}


#cresit .inner {
  max-width: 600px;
  text-align: center;
  padding: 30px 0;
}
#cresit .inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
#concerns .inner {
  max-width: 1000px;
  padding: 100px min(50px, 5vw) 200px;
}
#concerns h2 {
  font-size: 50px;
  line-height: 1.1;
  padding: 40px 0;
}
.concerns_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.concerns_list li {
  padding: 30px 35px;
  border-radius: 30px;
  margin-bottom: 0px;
}
.concerns_list_lower h4 {
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 10px;
    font-weight: 800;
}
.concerns_list_lower p {
    font-size: 14px;
}
.half_visual {
  clip-path: polygon(0% 200px, 100% 0%, 100% calc(100% - 200px), 0% 102%);
  margin-top: -200px;
  height: 400px;
}
.section_ttl {
  font-size: 44px;
}
.section_ttl span {
  font-size: 18px;
}
.section_subtxt {
  font-size: 14px;
  margin-bottom: 50px;
}
.type_list,
.checklist_child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.type_list li:not(:last-child) {
  margin-bottom: 0px;
}
.type_list_ttl {
  font-size: 22px;
  font-weight: 700;
}
#voice .type_list_ttl,
#works .type_list_ttl {
  font-size: 24px;
}
#voice .type_list li p,
#works .type_list li p {
  font-size: 14px;
}
.type_list_price p {
  font-size: 50px;
  letter-spacing: -1px;
}
.type_list_price span {
  font-size: 20px;
}
.type_list_price span text {
  font-size: 14px;
}
table.pricelist_table {
    width: 100%;
}
.cta_btn b {
  font-size: 20px;
  padding: 20px 0;
}
.cta_btn b span {
  font-size: 50px;
  font-weight: 800;
  margin-top: 10px;
}
.cta_btn p {
  font-size: 16px;
  padding: 6px 0 4px;
}
.cta_btn p span {
  font-size: 24px;
}
.type_list_visual {
  height: 270px;
}
.sec_ttl_image {
  height: 25vh;
  object-fit: cover;
}

.checklist_ttl,
.strongpoint_ttl {
    line-height: 1.1;
    padding: 25px 0;
    font-size: 26px;
}
.checklist_ttl span,
.strongpoint_ttl span {
    font-size: 44px;
    font-weight: 800;
}
.checklist_ttl:after,
.strongpoint_ttl:after {
  border-width: 40px 50px 0px 50px;
  position: absolute;
  bottom: -40px;
  left: calc(50% - 25px);
}
.checklist_child li h4 {
    font-size: 26px;
    display: block;
    padding: 25px 0 10px;
    line-height: 1;
}

.point_inner img {
    margin: 30px 0;
    height: 300px;
}


#purpose {
  clip-path: polygon(0% 200px, 100% 0%, 100% 100%, 0% 100%);
  margin-top: -100px;
}
#purpose .inner {
  padding: 250px min(50px, 5vw) 100px;
}
#purpose h2 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 30px;
}
#purpose p {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}
.bottom_link {
  width: 300px;
  margin-top: 40px;
  font-weight: 700;
  font-size: 22px;
}
#strongpoint {
    background-position: top center;
}
.strongpoint_ttl span text {
    font-size: 200%;
}
.strongpoint_child {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.strongpoint_child li {
   width: 33.33%;
   margin-bottom: 20px;
}
.strongpoint_child li:nth-child(1),
.strongpoint_child li:nth-child(3),
.strongpoint_child li:nth-child(4){
  width: 30%;
}
.strongpoint_child li:nth-child(2),
.strongpoint_child li:nth-child(5){
  width: 40%;
}
.strongpoint_child li:not(:last-child) {
   margin-bottom: 20px;
}

#faq .inner {
  padding: 50px min(50px, 5vw) 100px;
}
.faq_ttl,
.flow_ttl {
  font-size: 44px;
}
.faq_label {
  display: grid;
  gap: 20px;
  padding: 25px 0;
  grid-template-columns: 20px 1fr 30px;
}
.faq_label .faq_child h3 {
  font-size: 24px;
}
.faq_label .faq_child p {
  font-size: 16px;
}
.faq_label text {
  font-weight: 600;
  font-size: 30px;
}
.faq_label:after {
  font-size: 22px;
  height: 30px;
}

.hummenu_area {
  display: grid;
  grid-template-columns: 1fr 350px;
}
.hummenu_list .cta_btn b {
  font-size: 14px;
}
.hummenu_list .cta_btn b span {
  font-size: 26px;
}
.hummenu_list .cta_btn p {
  font-size: 13px;
}
.hummenu_list .cta_btn p span {
  font-size: 16px;
}
.hummenu_list .pc_tel {
    margin-top: 20px;
}
.hummenu_list .pc_tel_child img {
  width: 24px;
  margin-right: 6px;
}
.hummenu_list .pc_tel_child b {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0px;
}
.hummenu_list .pc_tel_child p {
  font-size: 11px;
}
.hummenu_closearea {
  background-color: rgb(0 0 0 / 30%);
}
.hummenu_list_child a {
  margin-top: 15px;
  font-size: 16px;
}

.mv_child_bottom {
  padding: 50px 0;
}
.mv_child_bottom h1 {
  font-size: 50px;
  font-weight: 900;
}
.purpuse_inner h2 {
  margin: 50px 0 20px;
}
.purpuse_inner p,
.txt_list {
  line-height: 1.6;
}
.purpuse_inner p {
  padding: 30px 20px;
}
.txt_list {
  padding: 30px 20px 30px 36px;
}
.works_filter_child {
  border: solid 1.5px #555;
  margin-bottom: 20px;
}
.point_inner h2 span {
  font-size: 16px;
  padding: 10px 20px;
}
.point_inner h3 {
  font-size: 24px;
}
.select_label {
  font-size: 16px;
  padding: 15px 0;
  background-size: 12px;
}
input[type="checkbox"]#sort-buinding:checked ~ .src_label_box,
input[type="checkbox"]#sort-facilities:checked ~ .src_label_box {
  display: flex;
  flex-wrap: wrap;
}
.src_label_box label {
  font-size: 16px;
  margin: 10px 10px 0 0;
}
.filter_actions button,
.filter_actions a {
  padding: 15px 0;
}
.filter_actions button {
  font-size: 22px;
}
.filter_actions a {
  font-size: 18px;
}
.filter_actions {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 10px;
  width: 80%;
  max-width: 500px;
  margin: 30px auto 100px;
}
.works_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.post_cont h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.post_cont p {
  font-size: 13px;
  line-height: 1.6;
}
.post_slug p {
  font-size: 12px;
}

.thanks_txt_child h2 {
  font-size: 26px;
}
.thanks_txt_child p {
  font-size: 18px;
}


table.pricelist_table td {
    font-size: 16px;
}


.fotter_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
footer .inner {
  padding: 50px min(50px, 5vw);
  width: 100%;
}
footer .gaiyo h2,
footer .sitemap h2 {
  text-align: left;
  font-size: 24px;
  margin-bottom: 10px;
}
footer .sitemap a{
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
}
footer .gaiyo p {
  font-size: 14px;
  padding: 10px;
}



}