@charset "UTF-8";
/**************************************************** general */
.none-pc {
  display: none;
}

@media screen and (min-width: 1441px) {
  /********* header */
  .navtop_sm {
    display: none;
  }
  .hamburger-menu {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 25px 0 45px;
    z-index: 1;
    background: var(--color-bg);
  }
  .nav_msk {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: var(--color-border);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
  .nav_msk.show {
    opacity: 0.5;
    visibility: visible;
  }
  .menu__box li a {
    font-size: clamp(0.8125rem, 0.248rem + 0.63vw, 1rem);
  }
  .menu__box .nav {
    height: 100%;
    margin: 0 12px;
  }
  .menu__box .nav.has-sub::after {
    top: calc(50% + 1px);
  }
  .menu__box .nav .sub-menu {
    position: absolute;
    top: 100%;
    left: -30px;
    background: var(--color-bg);
    border: 1px solid var(--color-dgry);
  }
  .menu__box .nav .sub-menu li a {
    width: 100%;
    padding: 19px 30px 19px 48px;
    border-bottom: 1px solid var(--color-dgry);
  }
  .menu__box .nav .sub-menu li a::before {
    left: 30px;
  }
  .nav2 {
    margin-left: 15px;
  }
  .nav2 a {
    padding: 12px 25px 13px;
  }
  .nav2 span {
    margin-top: 2px;
    margin-right: 10px;
  }
  .nav2-bk a {
    padding: 12px 31px 13px;
  }
  .nav3 {
    margin-left: 20px;
  }
  .nav3 a {
    display: flex;
  }
  .nav3 img {
    width: 30px;
  }
}
/*************** (header) */
header {
  height: var(--height-header-pc);
}

#logo {
  margin-left: 25px;
  text-align: center;
}
#logo img {
  width: 210px;
  height: auto;
}

.menu__btn {
  top: 40px;
}

@media screen and (min-width: 1441px) {
  .menu__box {
    height: 100%;
  }
  .menu__box > ul {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
/*************** (main) */
.wrap {
  width: calc(100% - 160px);
  max-width: 1760px;
}
.wrap.-sm {
  width: 100%;
  max-width: 1140px;
}

.section {
  margin: 150px 0;
}

/*** content */
.pad5 {
  padding: 160px 5% 5% 5%;
}

.pad10 {
  padding: 160px 10% 5% 10%;
}

/*** column */
.col2_box:last-of-type {
  border-bottom: none;
}

.col3_item {
  padding: 20px 60px;
}
.col3_item:last-of-type::after {
  content: none;
}

/*** highlight */
.highlight2 {
  margin: 0 auto 60px;
}

.highlight2 span {
  font-size: 1.8em;
}

/*** faq */
.faq {
  margin: 200px 0;
}
.faq .title1 {
  padding-bottom: 10px;
}
.faq .text1:first-of-type {
  margin-bottom: 20px;
}
.faq_list {
  position: relative;
}
.faq_list::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  width: 1px;
  height: 100%;
  background: var(--color-dgry);
}
.faq_title, .faq_cont {
  padding-left: 40px;
  padding-right: 30px;
}
.faq_box {
  padding-top: 37px;
  padding-bottom: 37px;
}
.faq_box:first-of-type {
  padding-top: 0;
}
.faq_cont {
  padding-top: 25px;
}
.faq_title h3, .faq_cont p {
  padding-left: 45px;
}

/*** foot */
#foot {
  padding-top: 80px;
  margin-top: 250px;
}

#about + #foot {
  margin-top: 80px;
}

.text-anim {
  margin-bottom: 80px;
}

.foot-contact_top {
  margin-bottom: 90px;
}
.foot-contact_top > div {
  padding: 0 10px;
}
.foot-contact .text1 {
  margin-bottom: 10px;
}
.foot-contact ul {
  display: flex;
  justify-content: space-between;
}
.foot-contact ul li {
  padding: 65px 30px 55px 55px;
  width: calc(50% - 20px);
}
.foot-contact ul li:first-of-type::after {
  right: -20px;
  height: calc(100% - 30px);
}
.foot-contact ul li .foot-contact_title {
  padding-right: 65px;
  margin-bottom: 25px;
}
.foot-contact ul li .foot-contact_title::after {
  width: 54px;
  height: 64px;
}
.foot-contact ul li .foot-contact_text {
  margin-bottom: 60px;
}
.foot-contact ul li .goto_btn {
  margin-left: auto;
}

/*** footer */
footer {
  padding: 50px 0;
}
footer .logo {
  margin-bottom: 15px;
}

.footer_inner {
  align-items: center;
}

/****** wp-navi */
div.wp-pagenavi {
  margin-top: 150px;
}
div.wp-pagenavi a,
div.wp-pagenavi span {
  width: 70px;
  height: 70px;
  margin: 0 10px;
}
div.wp-pagenavi .nextpostslink,
div.wp-pagenavi .previouspostslink {
  margin-left: 16px;
}
div.wp-pagenavi .nextpostslink::before,
div.wp-pagenavi .previouspostslink::before {
  width: 33px;
  height: 24px;
}

/****** TOC */
#toc_container {
  margin: 100px 0 110px !important;
  padding: 60px 10px !important;
}
#toc_container .toc_title,
#toc_container .toc_list {
  width: 84.9%;
  margin-left: auto !important;
  margin-right: auto !important;
}
#toc_container .toc_title {
  margin-bottom: 30px;
}
#toc_container > ul > li {
  margin-bottom: 30px;
}
#toc_container > ul > li > ul {
  margin-top: 10px;
}
#toc_container > ul > li > ul li {
  margin-bottom: 10px;
}

/**************************************************** Testimonial / Column */
.cat {
  padding-top: 50px;
  padding-bottom: 15px;
  margin-bottom: 140px;
  overflow-x: auto;
}
.cat li {
  margin-right: 40px;
}

/************* archive */
.cards:after {
  width: 32.33%;
}

.card {
  width: 32.33%;
  margin-bottom: 120px;
}
.card_cont {
  padding: 20px 38px 50px;
}
.card_cont > span {
  margin-bottom: 15px;
}
.card_cat {
  padding: 30px 0;
}

/************* archive testimonial */
.testimonial_list {
  padding-top: 155px;
}

.card_testimonial {
  padding: 30px;
  margin-bottom: 50px;
}
.card_testimonial_img {
  padding-top: 53.6%;
}
.card_testimonial .card_cont {
  padding: 35px 0 60px;
}
.card_testimonial .card_cont h2 {
  margin-bottom: 10px;
}

.testimonial_company {
  padding: 27px 40px 20px 48px;
}

.card_testimonial_btm {
  padding-top: 30px;
}
.card_testimonial_btm > span {
  width: 34px;
}

.testimonial_cat li {
  margin-right: 20px;
}

/************* archive jisseki */
.jisseki_cat {
  width: 400px;
  margin-bottom: 100px;
}
.jisseki_cat_all {
  padding: 26px 20px 23px 54px;
}
.jisseki_cat > span span {
  width: 49px;
  height: 49px;
}
.jisseki_cat_list {
  padding: 35px 55px;
  top: calc(100% + 20px);
  border-radius: 40px;
}
.jisseki_cat_list li {
  margin-bottom: 15px;
}

.jisseki_card {
  width: 46.56%;
  margin-bottom: 120px;
}
.jisseki_card:nth-last-of-type(-n + 2) {
  margin-bottom: 50px;
}
.jisseki_card_cont {
  padding-top: 40px;
}
.jisseki_card h2 {
  margin-bottom: 40px;
}
.jisseki_card_desc p {
  display: flex;
  margin-bottom: 10px;
}
.jisseki_card_desc p:last-of-type {
  margin-bottom: 0;
}
.jisseki_card_desc p span:first-of-type {
  width: -moz-fit-content;
  width: fit-content;
}
.jisseki_card_desc p span:last-of-type {
  flex: 1;
}

/************* single */
#single {
  margin-top: 250px;
}
#single time {
  margin-bottom: 70px;
}
#single h1 {
  margin-bottom: 100px;
}
#single h2,
#single h3 {
  margin: 100px 0 40px;
}
#single ul {
  padding: 40px 0;
}
#single li {
  margin-left: 20px;
}
#single ol {
  margin: 0 20px;
  padding-bottom: 30px;
}
#single .goto_btn {
  width: 442px;
  padding: 32px 30px 31px 70px;
  margin-top: 150px;
}

.single_content {
  margin: 100px 0 150px;
}

.wp-block-table table {
  margin: 40px 0;
}
.wp-block-table th,
.wp-block-table td {
  padding: 10px;
}

.is-style-stripes th,
.is-style-stripes td {
  padding: 10px;
}

.wp-block-gallery ul {
  padding-bottom: 10px;
}
.wp-block-gallery a img {
  max-width: 300px;
  height: 150px !important;
}

.wp-block-image img {
  margin-bottom: 10px;
}

.wp-block-separator {
  border-top: 5px dotted #eeece4;
  margin: 20px 0;
}

/************* single writer */
.single_writer {
  padding: 27px 46px;
}
.single_writer_img {
  width: 165px;
  margin-right: 40px;
}
.single_writer_cont p:nth-of-type(1) {
  padding: 0 10px;
  margin-bottom: 8px !important;
}
.single_writer_cont p:nth-of-type(1) span {
  margin-left: 8px;
}
.single_writer_cont p:nth-of-type(2) {
  margin-bottom: 1px !important;
}
.single_writer_cont p:nth-of-type(3) {
  margin-bottom: 10px !important;
}
.single_writer_cont p:nth-of-type(3) span {
  margin-left: 8px;
}
.single_writer_cont p:nth-of-type(4) {
  font-size: 14px;
}

/************* single jisseki */
#single.single-jisseki {
  margin-top: 100px;
}
#single.single-jisseki .single_title {
  margin: 250px 0 100px;
}
#single.single-jisseki .jisseki_card_desc {
  padding: 48px 75px;
  margin-bottom: 100px;
}
#single.single-jisseki .jisseki_card_desc h2 {
  margin: 0 0 30px;
}
#single.single-jisseki .jisseki_card_desc p {
  margin: 0 0 10px;
}
#single.single-jisseki .goto_btn {
  width: 400px;
}

/********************* slider */
.slider_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
}

.slider_inner {
  width: calc(100% + (100vw - 100%) / 2);
  overflow: hidden;
}
.slider_inner .card {
  margin-right: 30px;
}
.slider_inner .jisseki_card {
  margin-right: 40px;
  margin-bottom: 44px;
}

.slick-slider {
  padding-bottom: 130px;
}

.slick__prev,
.slick__next {
  width: 86px;
  height: 86px;
}

.slick__prev {
  right: calc(100vw - 100% + 126px);
}

/**************************************************** Top */
#top {
  padding-top: calc(var(--height-header-pc) + 15px);
}

/********************* Top1 */
.content_top1 {
  margin: 1px 25px 0;
  box-shadow: 0px 0px 15px rgba(70, 70, 70, 0.6);
}
.content_top1_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  bottom: 10.4%;
  left: 50%;
  transform: translateX(-50%);
}
.content_top1_inner.wrap {
  width: 94.1%;
}

.highlight_top1 {
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 400px);
}
.highlight_top1 p {
  font-size: clamp(1rem, 0.103rem + 1.22vw, 1.5625rem);
}
.highlight_top1 p.-md {
  font-size: clamp(1.6875rem, -0.106rem + 2.43vw, 2.8125rem);
}
.highlight_top1 p.-lg {
  font-size: clamp(7.5rem, 1.52rem + 8.11vw, 11.25rem);
  margin-bottom: 25px;
}

/********************* Top about */
.top-about {
  margin: 200px 0;
}
.top-about .content {
  width: -moz-fit-content;
  width: fit-content;
}
.top-about .goto_btn {
  margin-top: 100px;
}
.top-about_img {
  margin: 70px 35px 40px;
}

.top-about_client {
  padding: 15px 0;
}
.top-about_client h3 {
  display: flex;
  align-items: center;
  width: 13.1%;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border-right: 1px solid var(--color-dgry);
}
.top-about_client ul {
  padding: 40px 0;
}

/********************* Top experts */
.experts {
  margin: -70px 0 200px;
}
.experts .col2 {
  padding-bottom: 80px;
  border-bottom: 1px solid var(--color-dgry);
}
.experts li {
  padding: 45px 0 45px 21.7%;
}
.experts li::after {
  left: 7.9%;
  width: 8.6%;
  height: 44%;
}
.experts li span {
  margin-top: 10px;
}

/********************* Top support */
.support {
  margin-top: 200px;
}
.support .col2 {
  padding-bottom: 100px;
}
.support_img {
  width: 81.5%;
}
.support ol > li {
  padding-top: 20px;
  margin-bottom: 20px;
}
.support_title,
.support ul {
  padding-left: 30px;
}
.support_title {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.support_title > span {
  margin-right: 22px;
}
.support_title h3 span {
  margin-left: 20px;
}
.support ul li span {
  margin-left: 20px;
}

/********************* Top service */
.top-service_inner {
  padding-bottom: 110px;
}
.top-service_card {
  width: calc(50% - 30px);
  margin-bottom: 60px;
}
.top-service_cont {
  padding: 50px 40px 60px;
}
.top-service_cont > span:last-of-type {
  right: 50px;
  bottom: 60px;
  width: 86px;
  height: 86px;
}
.top-service_num {
  top: 55px;
  right: 40px;
}
.top-service h3 {
  padding-right: 1.5em;
}
.top-service p {
  margin-bottom: 35px;
}
.top-service dl {
  margin-right: 106px;
}
.top-service dt {
  padding: 5px 15px;
  margin-bottom: 20px;
}

/********************* Top testimonial */
.top-testimonial {
  margin-bottom: 130px;
}

/********************* Top jisseki */
.top-jisseki {
  margin-bottom: 80px;
}

/********************* Top column */
.top-column .slider_title {
  padding-top: 95px;
}
.top-column .card {
  margin-bottom: 36px;
}

/**************************************************** Page */
.page-thumb {
  margin: 0 25px 200px;
}

.page-top_cont {
  margin-left: 10px;
}
.page-top .price {
  margin-top: 40px;
}
.page-top .goto_btn {
  margin-top: 100px;
  width: 320px;
  padding-left: 65px;
}

/**************************************************** service */
.page-service::before {
  top: -230px;
  height: 230px;
}
.page-service .goto_btn {
  padding-top: 22px;
  padding-bottom: 21px;
  font-size: 20px;
}
.page-service .title2 {
  white-space: nowrap;
}

.service_inner {
  padding-bottom: 80px;
}

.service-desc {
  margin-top: 80px;
  padding-bottom: 170px;
}
.service-desc .title3 {
  margin-bottom: 40px;
}
.service-desc p {
  margin-bottom: 80px;
}

.service_btn {
  width: 285px;
}

/********************* Support */
.service-support .service_inner {
  padding-bottom: 200px;
}
.service-support .col2 {
  justify-content: space-between;
}
.service-support .col2_box {
  padding: 37px 45px;
  margin-bottom: 20px;
}
.service-support .col2_item {
  width: 37%;
}
.service-support ul.col2_item {
  width: 51.05%;
}
.service-support ul.col2_item span::before {
  width: 1.25em;
  height: 15px;
}

/********************* Investigation */
.investigation {
  margin: 80px 0;
}
.investigation .title3 {
  margin-bottom: 50px;
}
.investigation_box {
  margin-top: 80px;
}
.investigation_card {
  width: calc(50% - 30px);
}
.investigation_img {
  margin-bottom: 40px;
}
.investigation h3 {
  padding: 2px 22px 3px;
  margin-bottom: 15px;
}

/********************* Flow */
.flow {
  padding: 150px 0 160px;
  margin: 0 17px;
}
.flow_title {
  margin-bottom: 10px;
}
.flow_title span {
  font-size: clamp(2.3125rem, 0.02rem + 3.11vw, 3.75rem);
  margin-right: 25px;
}
.flow_title h3 {
  font-size: clamp(1.125rem, 0.527rem + 0.81vw, 1.5rem);
}
.flow_item {
  width: 33.33%;
}
.flow_item:nth-of-type(3)::before, .flow_item:nth-of-type(3)::after, .flow_item:nth-of-type(6)::before, .flow_item:nth-of-type(6)::after {
  content: none;
}
.flow_box {
  padding: 50px 20px 50px 35px;
}

.guideline .flow_item {
  width: 25%;
}
.guideline .flow_item:nth-of-type(4)::before, .guideline .flow_item:nth-of-type(4)::after {
  content: none;
}
.guideline .flow_item:nth-of-type(4) .flow_box {
  border-bottom: 1px solid var(--color-dgry);
}
.guideline .flow_item:nth-of-type(3)::before, .guideline .flow_item:nth-of-type(3)::after, .guideline .flow_item:nth-of-type(6)::before, .guideline .flow_item:nth-of-type(6)::after {
  content: "";
}

@media screen and (max-width: 1280px) {
  .none-xpc {
    display: none;
  }
  .flow_title {
    flex-direction: column;
    align-items: flex-start;
  }
}
/********************* Popup */
.popup_close {
  top: 21px;
  right: 28px;
  width: 40px;
  height: 40px;
}
.popup_cont {
  padding: 90px 28px;
  max-height: calc(100vh - 40px);
}
.popup_cont > ol > li {
  padding: 0 50px;
}
.popup_cont > ol > li h2 {
  padding: 6px 20px;
  margin-bottom: 20px;
}
.popup_cont > ol > li ol {
  margin-bottom: 20px;
}
.popup_num {
  margin-bottom: 10px;
}
.popup_price {
  margin-bottom: 20px;
}

@media screen and (max-width: 1280px) {
  .popup_cont {
    padding: 90px 5px;
  }
  .popup_cont > ol > li {
    padding: 0 20px;
  }
}
/**************************************************** Office */
.company_detail {
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  border-top: none;
}

.company_detail dt {
  width: 17%;
  float: left;
  padding: 10px;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  text-align: right;
}

.company_detail dd {
  margin-left: 17%;
  padding: 10px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background: var(--color-wh);
}

/**************************************************** Privacy */
.privacy .content {
  width: 65.45%;
}
.privacy .title2 {
  margin-bottom: 160px;
}
.privacy h2 {
  margin: 120px 0 25px;
}

/**************************************************** Sitemap */
.sitemap p {
  padding: 5px !important;
}

.sitemap a {
  letter-spacing: 0.1em;
  background: linear-gradient(transparent 60%, #eeece4 0%);
  margin-bottom: 15px;
  font-weight: 600;
}

.sitemap_detail {
  margin-left: 10px;
}

.sitemap ul {
  margin-left: 15px;
  display: table;
}

.sitemap li {
  margin-right: 15px;
  float: left;
}

.sitemap li > a {
  font-weight: 400;
  background: none !important;
}

.sitemap_detail p::before {
  content: "▶";
  padding-right: 5px;
}

.sitemap_detail li::before {
  content: "＞";
}

/**************************************************** About */
#about .page-top .title3 {
  margin-bottom: 0;
}
#about .page-top_cont {
  width: 52.9%;
}

.about_cont {
  padding-top: 20px;
  width: 50%;
}
.about_cont::before, .about_cont::after {
  content: "";
  position: absolute;
  background: var(--color-dgry);
}
.about_cont::before {
  top: 0;
  left: 50%;
  width: calc(100% - 20px);
  height: 1px;
  transform: translateX(-50%);
}
.about_cont::after {
  bottom: 0;
  width: 1px;
  height: calc(100% - 25px);
}
.about_cont h2 {
  margin-bottom: 12.4%;
}
.about_img {
  flex: 1;
}

.about-col2 {
  margin-bottom: 250px;
}

.mission {
  margin-bottom: 50px;
}
.mission .about_cont {
  padding-right: 40px;
}
.mission .about_cont::after {
  right: 0;
}

.message {
  padding-bottom: 50px;
  border-bottom: 1px solid var(--color-dgry);
}
.message .about_cont {
  padding-left: 40px;
}
.message .about_cont::after {
  left: 0;
}

/********************* Value */
.value .col3_item {
  padding: 47px 30px 25px 60px;
}
.value_img {
  width: 100px;
  margin-bottom: 40px;
}
.value h3 {
  margin-bottom: 10px;
}

/********************* About works */
.about-works_inner {
  display: flex;
  justify-content: space-between;
  margin-right: calc(50% - 50vw);
}
.about-works_title {
  width: 33.55%;
  margin-right: 10px;
}
.about-works .arrow_box,
.about-works .arrow_box-2 {
  margin-top: 80px;
}
.about-works .slick-slider {
  padding: 45px 20px;
}
.about-works .slider_inner .card {
  padding: 0 30px;
  width: auto !important;
}
.about-works .slick__next {
  left: 40px;
}

/********************* Company */
.company {
  padding: 50px 0;
  border-top: 1px solid var(--color-dgry);
  border-bottom: 1px solid var(--color-dgry);
}
.company_wrap {
  margin-bottom: 0;
}
.company .title1 span:first-of-type {
  margin-bottom: 10px;
}
.company .about_cont {
  padding-top: 0;
  padding-right: 10px;
  justify-content: center;
}
.company .about_cont::before {
  content: none;
}
.company .about_cont::after {
  right: 0;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% + 50px);
}
.company dt {
  margin-right: 9.5%;
}

/********************** First table */
.phases {
  width: 100%;
  border: 5px solid #eeece4;
  box-sizing: border-box;
}

.box {
  width: 23.5%;
  text-align: center;
}

.space {
  width: 2%;
  background-image: url("../img/service/border.jpg");
  background-repeat: repeat-y;
  background-position: center;
  display: table-cell;
  vertical-align: middle;
}

.space img {
  padding-left: 23.5%;
}

.phases_title ul {
  line-height: 1.8em;
}

.phases_title ul:first-of-type {
  padding: 20px 0 0 20px;
  font-weight: 600;
}

.phases_title li:nth-child(2) {
  font-size: 1.3em;
}

.phases_title td:last-of-type {
  padding-right: 20px;
}

.phase-icon {
  text-align: center;
}

.phase-icon img {
  max-width: 130px;
  margin: 0 auto;
  padding: 20px 10px;
}

.phase_des1 td:first-of-type {
  padding-left: 10px;
}

.phase_des1 td:last-of-type {
  padding-right: 10px;
}

.phase_des1 td {
  font-size: 0.9em;
  line-height: 1.4em;
  padding-bottom: 40px;
  font-weight: 600;
}

.phase_des2 li:first-of-type {
  font-weight: 600;
  text-align: center;
  line-height: 1.8em;
  padding-bottom: 15px;
}

.phase_des2 {
  line-height: 1.4em;
}

.phase_des2 span {
  padding: 10px;
  display: block;
}

/********************** Guide step chart*/
.flex1 {
  width: 150px;
  border-right: 8px solid var(--color-wh);
}

.flex2 {
  flex: 1;
  border-top: 5px solid var(--color-wh);
}

.flex2-forfirst {
  flex: 1;
  border-top: 0;
}

.flex-box > table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.empty {
  width: 80%;
  height: 35px;
}

.icon {
  vertical-align: middle;
}

.icon img {
  max-width: 150px;
  padding: 10px;
}

/********* head  */
.flex1 dl {
  padding: 5px 10px 5px 10px;
  margin-bottom: 10px;
}

.flex1 dt {
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1.3em;
  border-bottom: 1px solid var(--color-bk);
  display: block;
  margin-bottom: 5px;
}

.flex1 dd:first-of-type {
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 600;
}

.flex1 dd:last-of-type {
  font-size: 0.9em;
  line-height: 1.2em;
  padding-top: 5px;
}

.chart_first {
  padding-top: 10px;
}

/********* step  */
.step {
  width: 95%;
  margin-right: 5%;
}

/********* step-first  */
.step-first {
  border-top: 0;
}

/********* step-other  */
.step-other {
  border-top: 5px solid var(--color-wh);
}

/********* step-first+step-other common  */
.step-first dl,
.step-other dl {
  padding: 10px 0 0;
}

.step-first td:last-of-type,
.step-first td:last-of-type,
.step-other td:last-of-type {
  width: 20%;
  vertical-align: middle;
  padding-top: 10px;
}

/********* step + step-other common */
.step dl,
.step-first dl,
.step-other dl {
  margin-right: 15px;
}

.step dt,
.step-first dt,
.step-other dt {
  width: 17%;
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1.3em;
  border-bottom: 1px solid var(--color-bk);
  display: block;
  padding-top: 5px;
  margin: 0 0 5px 10px;
  box-sizing: border-box;
  float: left;
}

.step dd,
.step-first dd,
.step-other dd {
  margin-left: 23%;
}

.step span,
.step-first span,
.step-other span {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.3em;
  border-bottom: 1px solid var(--color-bk);
  display: block;
  margin-bottom: 10px;
}

.step li,
.step-first li,
.step-other li {
  font-size: 0.9em;
  list-style-type: disc;
  list-style-position: inside;
  line-height: 1.3em;
}

.step p,
.step-first p,
.step-other p {
  font-size: 0.9em;
  line-height: 1.3em;
  padding-bottom: 0;
}

.g001 {
  background: #fbfbfb;
}

.g002 {
  background: #f8f7f4;
}

.g003 {
  background: #f7f7f7;
}

.g004 {
  background: #edebe3;
}

/**************************************************** Contact  */
.contact_inner {
  width: 94.3%;
  padding: 100px 9.2% 130px;
}
.contact_inner h2 {
  margin-bottom: 10px;
}
.contact_text {
  margin-bottom: 80px;
}

/************ Form ***/
#form dl > div {
  padding: 40px 0;
}
#form dt {
  width: 32.3%;
  margin-right: 30px;
}

.must {
  margin-left: 10px;
  padding: 2px 14px 3px;
  min-width: calc(2em + 28px);
}

.wpcf7-form .con,
.wpcf7-form .mes {
  padding: 36px 40px;
}
.wpcf7-form .con {
  height: 100px;
}
.wpcf7-form .mes {
  height: 250px;
}

.wpcf7-form-control .wpcf7-list-item {
  width: calc(4em + 70px);
  margin-left: 0;
  margin-right: 45px;
  margin-bottom: 40px;
}

.wpcf7-form-control.circlecheck1 .wpcf7-list-item {
  width: max-content;
}

@media screen and (max-width: 1875px) {
  .wpcf7-form-control.circlecheck1 .wpcf7-list-item {
    width: calc(9.5em + 70px);
  }
}
.wpcf7-form-control.circlecheck2 .wpcf7-list-item {
  width: max-content;
}

.wpcf7-form-control.circlecheck3 .wpcf7-list-item {
  width: max-content;
}

.wpcf7-form-control.circlecheck4 .wpcf7-list-item {
  width: max-content;
}

.wpcf7-list-item-label {
  height: 50px;
  line-height: 50px;
  padding-left: 70px;
}

.wpcf7-radio .wpcf7-list-item-label::before,
.wpcf7-checkbox .wpcf7-list-item-label::before {
  width: 50px;
  height: 50px;
}

.wpcf7-radio.circlecheck input[type=radio]:checked + .wpcf7-list-item-label::after,
.wpcf7-checkbox.circlecheck input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  width: 23px;
  height: 23px;
  top: 14px;
  left: 14px;
}

.wpcf7-radio.boxcheck input[type=radio]:checked + .wpcf7-list-item-label::after,
.wpcf7-checkbox.boxcheck input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  width: 25px;
  height: 18px;
  left: 13px;
  top: 16px;
}

.contact_ac {
  margin-top: 40px;
}
.contact_ac .faq_title {
  padding: 42px 78px 42px 68px;
}
.contact_ac .faq_title::after {
  right: 40px;
  width: 28px;
  height: 28px;
}
.contact_ac .faq_cont {
  padding: 40px 0 0;
}

.gotoprivacy {
  margin-top: 100px;
}
.gotoprivacy .wpcf7-form-control-wrap {
  margin-top: 50px;
}
.gotoprivacy .wpcf7-list-item-label {
  padding-left: 45px;
}
.gotoprivacy .wpcf7-list-item-label::before {
  top: 2px;
  width: 28px;
  height: 28px;
}
.gotoprivacy input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  width: 16px;
  height: 11px;
  left: 7px;
  top: 10px;
}

.form_btn {
  margin: 100px auto 0;
  width: 300px;
}
.form_btn .button {
  font-size: 20px;
}
.form_btn .goto_btn_arrow {
  right: 15px;
}
.form_btn .wpcf7-submit {
  padding: 19px 30px;
}