.top_container.container {
  padding: 0px;
}

@media (max-width: 767px) {
  .top_servicePrice {
      padding: 80px 15px;
  }
  .top_bg {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:767px */
/* タブレット：min-width:768px */
/* PC：min-width:1025px */
/***************************************
------------- TOP MAIN IMG -------------
***************************************/
#mv {
  position: relative;
}
#mv .maincopy {
  width: 95%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #mv {
    margin-top: 0;
  }
  #mv .maincopy {
    top: 42%;
  }
  #mv .sp_maincopy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    margin: auto;
  }
}
#mv .mainimage {
  text-align: center;
}
@media (min-width: 768px) {
  #mv .maincopy {
    max-width: 1152px;
    width: 72%;
  }
}

@media (min-width: 768px) {
  .top_container {
    max-width: 100%;
  }
}
.news_container {
  background: #fff;
  padding: 10px 10px 10px 30px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
  max-width: 1050px;
  width: 100%;
  position: absolute;
  bottom: -40px;
  right: 0;
  border-radius: 50px 0 0 50px;
  z-index: 1;
}
.news_container dl {
  font-size: clamp(16px, 2.3vw, 20px);
  display: flex;
  margin: 0;
}
.news_container dl dt, .news_container dl dd {
  line-height: 1.4;
  font-weight: 500;
}
.news_container dl dd {
  padding-left: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_container dl dd a {
  break-inside: avoid;
}
.news_container dl a:hover {
  color: var(--base-color01);
}
.news_container .btn {
  margin: 0;
}
.news_container .btn a {
  font-weight: 700;
  padding-right: clamp(15px, 2.6vw, 25px);
  position: relative;
  font-size: clamp(14px, 2vw, 16px);
}
.news_container .btn a:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-bottom: solid 2px var(--text-color);
  border-right: solid 2px var(--text-color);
  transform: rotate(315deg);
  transition: 0.3s;
}
.news_container .btn a:hover {
  color: var(--base-color01);
}
.news_container .btn a:hover:after {
  border-color: var(--base-color01);
  transition: 0.3s;
}
@media (min-width: 768px) {
  .news_container {
    padding: clamp(15px, 1.9vw, 25px) 40px clamp(15px, 1.9vw, 25px) 50px;
    display: flex;
    align-items: center;
    gap: 10px 30px;
    justify-content: space-between;
  }
  .news_container dl dt {
    padding-right: 30px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .news_container dl dt:after {
    content: "";
    width: 1px;
    height: 20px;
    background: var(--text-color);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .news_container dl dd a {
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1125px) {
  .news_container {
    width: calc(100% - 30px);
  }
}
@media (min-width: 768px) {
  .news_container .btn {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .news_container {
    padding-right: 20px;
    width: calc(100% - 20px);
  }
  .news_container dl dt {
    display: flex;
    align-items: end;
    font-weight: 700;
    font-size: 18px;
  }
  .news_container dl dd {
    padding-left: 15px;
  }
  .news_container dl dd a {
    padding-left: 10px;
  }
  .news_container .btn {
    text-align: right;
  }
}

/***************************************
------------- TOP COMMON -------------
***************************************/
.stripe_bg {
  position: relative;
  z-index: 0;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 7px, #ffffd9 7px, #ffffd9 14px);
}
.stripe_bg .list {
  margin-bottom: 45px;
}
.stripe_bg .list li {
  width: 100%;
}
.stripe_bg .list li img {
  width: 100%;
}

@media (min-width: 768px) {
  .stripe_bg:before {
    background: url(../img/stripe_bg.jpg) repeat top left/contain;
  }
  .stripe_bg .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .stripe_bg .list li {
    width: calc(100% / 3);
  }
  .stripe_bg .container {
    max-width: 1135px;
  }
}

.top_servicePrice {
  padding: clamp(40px, 7.8vw, 100px) 0;
}
.top_servicePrice .txt_wrap {
  margin-bottom: 40px;
}
.top_servicePrice .txt_wrap p {
  font-size: clamp(16px, 2.2vw, 18px);
  font-weight: 500;
  line-height: 1.7777777778;
}
.top_servicePrice .txt_wrap p:not(:last-child) {
  margin-bottom: 30px;
}
.top_servicePrice h3 {
  font-weight: 900;
  font-size: clamp(20px, 2.8vw, 24px);
}
.top_servicePrice .servicePrice_container {
  margin-bottom: clamp(20px, 3.9vw, 60px);
}
.top_servicePrice .servicePrice_container .col {
  background: #fff;
  padding: 15px 10px 20px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
.top_servicePrice .servicePrice_container .col figure {
  width: 100%;
  height: auto;
  aspect-ratio: 5/3;
}
.top_servicePrice .servicePrice_container .col figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.top_servicePrice .table_list {
  padding-left: 10px;
}
.top_servicePrice .table_list th, .top_servicePrice .table_list td {
  font-weight: 700;
}
.top_servicePrice .table_list th {
  text-align: left;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .top_servicePrice {
    padding-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1125px) {
  .top_servicePrice .servicePrice_container .col {
    grid-column: span 6;
  }
}



.top_bg {
  padding: clamp(40px, 7.8vw, 100px) 0;
}

.top_company {
  padding-bottom: clamp(40px, 7.8vw, 100px);
}
.top_company h3 {
  font-size: clamp(22px, 3.9vw, 38px);
  text-align: left;
  line-height: 1.5;
  font-weight: 900;
}
.top_company .txt_wrap p {
  font-size: clamp(16px, 2.2vw, 18px);
  font-weight: 500;
  line-height: 1.7777777778;
}
.top_company .txt_wrap p:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .top_company .row .img_container {
    order: 2;
  }
  .top_company .row .txt_container {
    order: 1;
  }
}
@media (max-width: 767px) {
  .top_company .row {
    gap: 15px 10px;
  }
}

.top_blog {
  padding: clamp(40px, 7.8vw, 100px) 0;
  position: relative;
  z-index: 0;
}
.top_blog:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: url(../img/top_blog_bg.jpg) repeat left top/contain;
  position: absolute;
  top: 0;
  left: -300%;
  right: -300%;
  margin: auto;
  z-index: -1;
}
.top_blog .list .date {
  font-size: clamp(13px, 1.8vw, 15px);
  font-weight: 500;
  margin-bottom: 10px;
}
.top_blog .list .btn a {
  color: #EF6100;
  font-size: clamp(16px, 2.2vw, 18px);
  font-weight: 700;
}
.top_blog .list_container {
  margin-bottom: clamp(30px, 6.5vw, 70px);
}
@media (min-width: 768px) {
  .top_blog .list_container {
    gap: clamp(40px, 5.2vw, 70px) 40px;
  }
  .top_blog .list_container .col figure {
    height: clamp(142px, 18.4vw, 220px);
    display: flex;
    align-items: flex-end;
  }
  .top_blog .list_container .col figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.top_flow {
  padding: clamp(40px, 7.8vw, 80px) 0;
}
.top_flow .txt_wrap {
  margin-bottom: clamp(20px, 5.2vw, 80px);
}
.top_flow .flow_container .col figure {
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  width: 200px;
  margin: 0 auto clamp(10px, 1.9vw, 25px);
}

@media (max-width: 767px) {
  .top_flow .flow_container .col figure {
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    width: 120px;
    margin: 0 auto clamp(10px, 1.9vw, 25px);
  }
}
.top_flow .flow_container .col h3 {
  font-size: clamp(20px, 2.6vw, 26px);
  line-height: 1.3076923077;
}
.top_flow .flow_container .col .wrap p {
  font-size: clamp(16px, 2.2vw, 18px);
  line-height: 1.7777777778;
  font-weight: 700;
}
@media (max-width: 767px) {
  .top_flow .flow_container .col:not(:last-child) {
    margin-bottom: 40px;
    position: relative;
  }
  .top_flow .flow_container .col:not(:last-child):after {
    content: "";
    width: 50px;
    height: 21px;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 20px);
    margin: auto;
    background: url(../img/flow_arrow_sp.png) no-repeat center/cover;
  }
}
@media (min-width: 768px) {
  .top_flow .txt_wrap {
    line-height: 2;
  }
  .top_flow .flow_container {
    gap: 5.8%;
  }
  .top_flow .flow_container .col:not(:last-child) figure {
    position: relative;
  }
  .top_flow .flow_container .col:not(:last-child) figure:after {
    content: "";
    width: 20px;
    height: 26px;
    background: url(../img/flow_arrow.png) no-repeat center/cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 40px);
    margin: auto;
  }
  .top_flow .flow_container .col figure {
    width: clamp(130px, 16.92vw, 200px);
  }
  .top_flow .flow_container .col h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 68px;
  }
}

.top_faq {
  padding: clamp(40px, 7.8vw, 80px) 0;
}
.top_faq .question, .top_faq .answer {
  font-size: clamp(18px, 2.6vw, 24px);
  margin: 0;
}
.top_faq .question .q, .top_faq .answer .q {
  color: var(--base-color01);
  margin-right: clamp(10px, 1.9vw, 25px);
}
.top_faq .faq_wrap .faq_item:not(:last-child) {
  margin-bottom: 20px;
}
.top_faq .faq_wrap .question {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 15px clamp(35px, 3.9vw, 45px) 20px clamp(15px, 2.6vw, 35px);
  cursor: pointer;
  position: relative;
}
.top_faq .faq_wrap .question:before, .top_faq .faq_wrap .question:after {
  content: "";
  width: clamp(15px, 2.6vw, 20px);
  height: 2px;
  background: var(--text-color);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
}
.top_faq .faq_wrap .question:after {
  transform: rotate(90deg);
  transition: 0.3s;
}
.top_faq .faq_wrap .question.open:after {
  transform: rotate(0);
  transition: 0.3s;
}
.top_faq .faq_wrap .answer {
  padding: 15px 0 20px 20px;
  background: #F7F6EC;
  display: none;
}

.top_otherService {
  padding: clamp(30px, 5.2vw, 40px) 0;
  position: relative;
  z-index: 0;
}
.top_otherService:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: url(../img/top_otherService_bg_sp.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: -300%;
  right: -300%;
  margin: auto;
  z-index: -1;
}
.top_otherService h2 {
  color: #fff;
  font-size: clamp(24px, 3.9vw, 40px);
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
  margin: 0 0 15px;
}
.top_otherService .txt_wrap p {
  font-size: clamp(16px, 2.2vw, 18px);
  font-weight: 500;
  line-height: 1.7777777778;
  color: #fff;
}
.top_otherService .otherService_container {
  margin-bottom: clamp(20px, 2.7vw, 40px);
}
.top_otherService .button {
  background: #fff;
  color: #008045;
  border: solid 2px #008045;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.top_otherService .button:after {
  border-color: #008045;
}
@media (min-width: 768px) {
  .top_otherService:before {
    background: url(../img/top_otherService_bg.jpg) no-repeat center/cover;
  }
  .top_otherService .otherService_container {
    gap: 10px 1%;
    grid-template-columns: 45% 54%;
  }
  .top_otherService .otherService_container .col {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .top_otherService .otherService_container .img_block {
    transform: translateY(15px);
  }
  .top_otherService .container {
    max-width: 1255px;
  }
}
@media (max-width: 767px) {
  .top_otherService .otherService_container {
    gap: 15px 10px;
  }
}
@media (min-width: 1125px) {
  .top_otherService .txt_block {
    padding-left: 75px;
  }
}

@media (max-width: 767px) {
  .top_container.container {
      padding: 0px;
  }
      .top_servicePrice {
          padding: 80px 15px;
      }
  .top_bg,section.top_blog,section.top_flow.stripe_bg,section.top_faq,.top_otherService {
      padding-left: 15px;
      padding-right: 15px;
  }
  }