@charset "UTF-8";
/* ---------------------------------------------------------
トップページ
----------------------------------------------------------*/
.main_visual {
  background: url(../images/top/main_visual_bg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  height: 100vh;
  padding-top: 130px;
  position: relative;
}
.main_visual .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-bottom: 130px;
}
.main_visual::after {
  content: "";
  background: url(../images/top/main_visual_image.png) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 674px;
  width: 1246px;
  pointer-events: none;
}
.main_visual h1 {
  font-size: 70px;
  margin-bottom: 30px;
}
.main_visual p {
  font-size: 18px;
  line-height: 2.5;
}
.main_visual .scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
}

.home .section01 {
  background: url(../images/top/section01_bg.jpg) center center no-repeat;
  background-size: cover;
}
.home .section01 .container {
  padding: 80px 30px 125px;
}
.home .section01 .points {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.home .section01 .points h2 {
  color: #780b11;
  font-size: 70px;
  line-height: 0.9;
  letter-spacing: 3px;
  text-align: center;
  margin-top: 50px;
  padding-right: 140px;
}
.home .section01 .points h2 span {
  font-size: 22px;
  letter-spacing: 1px;
}
.home .section01 .features {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -156px;
}
.home .section01 .features h2 {
  color: #fff;
  font-size: 70px;
  line-height: 0.7;
  letter-spacing: 3px;
  text-align: center;
  margin-top: 95px;
  padding-left: 165px;
}
.home .section01 .features h2 span {
  font-size: 22px;
  letter-spacing: 1px;
}
.home .section02 {
  background: url(../images/top/section02_bg.jpg) center center no-repeat;
  background-size: cover;
}
.home .section02 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 90px 100px;
  position: relative;
}
.home .section02 .text {
  color: #fff;
  flex-basis: 574px;
}
.home .section02 .text h2 {
  font-size: 63px;
  line-height: 0.6;
  margin-bottom: 50px;
}
.home .section02 .text h2 span {
  font-size: 22px;
}
.home .section02 .text p {
  line-height: 2;
}
.home .section02 .category {
  color: #fff;
  flex-basis: 448px;
}
.home .section02 .category ol {
  display: flex;
  flex-wrap: wrap;
}
.home .section02 .category ol li {
  flex-basis: 50%;
  font-size: 20px;
  height: 222px;
  line-height: 1.5;
  padding-top: 40px;
  text-align: center;
  position: relative;
}
.home .section02 .category ol li:nth-child(odd) {
  border-right: 1px solid #fff;
}
.home .section02 .category ol li:nth-child(-n+2) {
  border-bottom: 1px solid #fff;
}
.home .section02 .category ol li::before {
  content: "";
  display: block;
  margin: 0 auto 50px;
  height: 30px;
  width: 38px;
}
.home .section02 .category ol li::after {
  content: "";
  border-bottom: 1px solid;
  position: absolute;
  top: 88px;
  left: 50%;
  width: 25px;
  transform: translateX(-50%);
}
.home .section02 .category ol li:nth-child(1)::before {
  background: url(../images/top/section02_num_01.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.home .section02 .category ol li:nth-child(2)::before {
  background: url(../images/top/section02_num_02.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.home .section02 .category ol li:nth-child(3)::before {
  background: url(../images/top/section02_num_03.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.home .section02 .category ol li:nth-child(4)::before {
  background: url(../images/top/section02_num_04.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin-bottom: 40px;
}
.home .section02 .more {
  color: #fff;
  font-size: 20px;
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
}
.home .section02 .more::after {
  content: "";
  display: inline-block;
  background: url(../images/top/icon_more.svg) 0 0 no-repeat;
  background-size: cover;
  height: 34px;
  width: 34px;
  position: relative;
  top: 10px;
  margin-left: 15px;
}

/* ---------------------------------------------------------
下層共通
----------------------------------------------------------*/
.sub .main_visual {
  background: none;
  height: auto;
  padding-top: 0;
  position: relative;
}
.sub .main_visual::after {
  display: none;
}
.sub .main_visual .bg img {
  width: 100%;
}
.sub .main_visual .text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 130px;
}
.sub .main_visual .text h2 {
  font-size: 63px;
  line-height: 1;
  text-align: center;
}
.sub .main_visual .text h2 span {
  font-size: 20px;
}
.sub .breadcrumbs {
  font-size: 13px;
  margin-bottom: 70px;
  padding: 30px 0;
}
.sub .breadcrumbs a img {
  width: 20px;
}
.sub .main .container {
  max-width: 1000px;
}
.sub .main h3 {
  background: url(../images/icon_headline.svg) 0 8px no-repeat;
  background-size: 32px 32px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
  padding-left: 40px;
}
.sub .link_menu {
  margin-bottom: 120px;
}
.sub .link_menu ul {
  display: flex;
  justify-content: center;
  gap: 0 80px;
}
.sub .link_menu ul li {
  flex-basis: 300px;
}
.sub .link_menu ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 68px;
  border: 1px solid #780b11;
  color: #780b11;
  font-weight: bold;
  position: relative;
  padding-right: 50px;
}
.sub .link_menu ul li a::after {
  content: "";
  background: url(../images/link_arrow.svg);
  background-size: cover;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 70px;
  height: 10px;
  width: 30px;
  transform: translateY(-50%);
}
.sub .link_menu ul li a:hover {
  background: #780b11;
  color: #fff;
}
.sub .link_menu ul li a:hover::after {
  background: url(../images/link_arrow_on.svg);
}

/* ---------------------------------------------------------
業務内容
----------------------------------------------------------*/
.about .section01 {
  margin-bottom: 150px;
}
.about .section01 p {
  font-size: 22px;
  line-height: 2;
}
.about .section02 .service_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 150px;
}
.about .section02 .service_list .service_box {
  flex-basis: 50%;
  padding: 50px 0 5px 50px;
  min-height: 380px;
}
.about .section02 .service_list .service_box h4 {
  font-size: 24px;
  font-weight: bold;
  padding-left: 100px;
  position: relative;
}
.about .section02 .service_list .service_box h4 .num {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #780b11;
  border-right: 1px solid #780b11;
  color: #780b11;
  font-size: 34px;
  position: absolute;
  left: 0;
  top: 0;
  height: 68px;
  width: 68px;
}
.about .section02 .service_list .service_box h4 .en {
  display: block;
  color: #780b11;
  font-size: 16px;
  font-weight: 500;
}
.about .section02 .service_list .service_box:nth-child(-n+2) {
  border-bottom: 1px solid #780b11;
}
.about .section02 .service_list .service_box:nth-child(-n+2) h4 {
  height: 130px;
}
.about .section02 .service_list .service_box:nth-last-child(-n+2) h4 {
  height: 150px;
}
.about .section02 .service_list .service_box:nth-child(odd) {
  border-right: 1px solid #780b11;
  padding-left: 0;
}
.about .section02 .service_list .service_box ul {
  list-style-type: disc;
  font-size: 20px;
  padding-left: 1em;
}
.about .section02 .service_list .service_box ul li {
  margin-bottom: 5px;
}

/* ---------------------------------------------------------
ご依頼の流れ・FAQ
----------------------------------------------------------*/
.faq .section01 h3 {
  margin-bottom: 80px;
}
.faq .section01 h4 {
  color: #780b11;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 70px;
  text-align: center;
}
.faq .section01 .commission_content {
  margin-bottom: 240px;
  text-align: center;
  position: relative;
}
.faq .section01 .commission_content p {
  color: #780b11;
  font-size: 28px;
  margin-top: 20px;
}
.faq .section01 .commission_content::after {
  content: "";
  background: url(../images/faq/arrow.svg) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -182px;
  height: 112px;
  width: 136px;
  transform: translateX(-50%);
}
.faq .section01 .commission_content.last::after {
  display: none;
}
.faq .section01 .question_content {
  margin-bottom: 90px;
}
.faq .section01 .question_content .question {
  color: #780b11;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
.faq .section01 .question_content .answer {
  font-size: 20px;
}

/* ---------------------------------------------------------
会社情報
----------------------------------------------------------*/
.company table {
  border-bottom: 1px solid #000;
  margin-bottom: 100px;
  width: 100%;
}
.company table caption {
  line-height: 1;
  margin-bottom: 15px;
  text-align: left;
  width: 100%;
}
.company table caption span {
  display: inline-block;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  font-size: 22px;
  font-weight: bold;
  padding: 0 24px;
}
.company table tr {
  border-top: 1px solid #7f7f7f;
}
.company table tr:first-child {
  border-top: 1px solid #000;
}
.company table th {
  background: #f1e7e7;
  color: #780b11;
  font-size: 20px;
  font-weight: bold;
  padding: 12px 16px;
  vertical-align: middle;
  width: 18%;
}
.company table td {
  font-size: 20px;
  padding: 12px 0 12px 16px;
}
.company table td small {
  display: block;
  font-size: 10px;
}
.company table td dl {
  display: flex;
  flex-wrap: wrap;
}
.company table td dl dt {
  flex-basis: 6.5em;
}
.company table td dl dd {
  flex-basis: calc(100% - 6.5em);
}
.company table td a {
  color: #780b11;
}
.company .section01 p {
  font-size: 22px;
  line-height: 2;
  margin-bottom: 80px;
}
.company .section01 p.president {
  font-size: 20px;
  margin-bottom: 120px;
  text-align: right;
}
.company .section01 p.president span {
  font-size: 35px;
}
.company .section02 {
  margin-bottom: 200px;
}
.company .section03 {
  margin-bottom: 130px;
}
.company .section03 .lead {
  font-size: 22px;
  line-height: 2;
  margin-bottom: 30px;
}
.company .section03 .policy {
  background: rgba(174, 174, 174, 0.1);
  font-size: 22px;
  margin-bottom: 30px;
  padding: 40px 50px;
}
.company .section03 .policy ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.company .section03 .policy ol li {
  border-bottom: 1px dotted #7f7f7f;
  padding: 12px 0 12px 1em;
  text-indent: -1em;
}
.company .section03 .policy h4 {
  font-weight: bold;
  margin: 48px 0 10px;
}
.company .section03 .policy h4 span {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}
.company .section03 .policy h4 span::before {
  content: "";
  border-bottom: 1px solid #000;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% + 50px);
}
.company .section03 .signature {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
}
.company .section03 .signature .president {
  text-align: right;
}
.company .section03 .signature .president span {
  font-size: 35px;
}
.company .section04 .certificate {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.company .section04 .certificate .text {
  flex-basis: 72.4%;
  font-size: 22px;
  line-height: 2;
}
.company .section04 .certificate .image {
  flex-basis: 23.4%;
}
.company .section04 table th {
  text-align-last: justify;
}
.company .section05 .gmap {
  margin-bottom: 20px;
  height: 445px;
  width: 100%;
}
.company .section05 .address {
  font-size: 20px;
  margin-bottom: 50px;
}
.company .section05 .address:last-child {
  margin-bottom: 0;
}

/* ---------------------------------------------------------
プライバシーポリシー
----------------------------------------------------------*/
.privacy .section01 {
  font-size: 22px;
  line-height: 1.8;
}
.privacy .section01 .lead {
  margin-bottom: 110px;
}
.privacy .section01 h3:nth-of-type(n + 2) {
  margin-top: 170px;
}
.privacy .section01 p {
  margin-bottom: 40px;
}
.privacy .section01 ul {
  list-style-type: disc;
  margin-bottom: 40px;
  padding-left: 1em;
}

/* ---------------------------------------------------------
ダウンロード
----------------------------------------------------------*/
.download .section01 .lead {
  font-size: 22px;
  margin-bottom: 120px;
  word-break: break-all;
  text-align: justify;
}
.download .section01 .download_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0 100px;
}
.download .section01 .download_wrapper .download_box {
  flex-basis: 45%;
  font-size: 22px;
}
.download .section01 .download_wrapper .download_box .img_wrapper {
  margin-bottom: 20px;
}
.download .section01 .download_wrapper .download_box h3 {
  background: none;
  padding-left: 0;
  color: #780b11;
  font-size: 27px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN", "Hiragino 明朝 ProN", serif;
  font-weight: bold;
  margin-bottom: 10px;
}
.download .section01 .download_wrapper .background_submenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.download .section01 .download_wrapper .background_submenu li {
  width: 100%;
}
.download .section01 .download_wrapper .background_submenu li a {
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #780b11;
  color: #780b11;
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN", "Hiragino 明朝 ProN", serif;
  font-weight: bold;
  text-align: center;
  position: relative;
  height: 100px;
}
.download .section01 .download_wrapper .background_submenu li a::after {
  content: "";
  background: url(../images/link_arrow.svg);
  background-size: cover;
  margin-left: 20px;
  height: 14px;
  width: 43px;
  transform: translateY(-50%);
}

/* ---------------------------------------------------------
お問い合わせ
----------------------------------------------------------*/
.contact .section01 .lead {
  font-size: 22px;
  line-height: 2;
  margin-bottom: 30px;
}
.contact .section01 .lead a {
  color: #780b11;
}
.contact .section01 .form {
  border-bottom: 1px solid #000;
  margin-bottom: 60px;
  width: 100%;
}
.contact .section01 .form tr {
  border-top: 1px solid #000;
}
.contact .section01 .form th {
  color: #780b11;
  padding: 20px 0;
  text-align: left;
  vertical-align: top;
  width: 30%;
}
.contact .section01 .form th > p {
  font-size: 22px;
  font-weight: bold;
}
.contact .section01 .form th > p > span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
  padding: 2px 0;
  text-align: center;
  width: 42px;
}
.contact .section01 .form th > p > span.optional {
  background: #666;
}
.contact .section01 .form th > p > span.mandatory {
  background: #780b11;
}
.contact .section01 .form th > span {
  display: inline-block;
}
.contact .section01 .form td {
  font-size: 22px;
  padding: 20px 0;
}
.contact .section01 .form td input[type=text], .contact .section01 .form td input[type=email], .contact .section01 .form td input[type=tel] {
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: 100% !important;
  background: #e5e5e5;
  font-size: 22px;
  height: 64px;
  line-height: 64px;
  padding: 0 1.5em;
}
.contact .section01 .form td textarea {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: 260px !important;
  width: 100% !important;
  background: #e5e5e5;
  font-size: 22px;
  padding: 1em 1.5em;
}
.contact .section01 .form td select {
  cursor: pointer;
  appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  background: #e5e5e5;
  font-size: 22px;
  height: 64px;
  line-height: 64px;
  padding: 0 1.5em;
}
.contact .section01 .form td .selectBox {
  position: relative;
}
.contact .section01 .form td .selectBox::after {
  content: "";
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.contact .section01 .form td .radio {
  display: flex !important;
  align-items: center;
  position: relative;
}
.contact .section01 .form td .radio input[type=radio] {
  appearance: none;
}
.contact .section01 .form td .radio::before {
  content: "";
  display: block;
  border: 2px solid #b2b2b2;
  border-radius: 50%;
  margin-right: 0.5em;
  height: 16px;
  width: 16px;
}
.contact .section01 .form td .radio.mfp_checked::after {
  content: "";
  background: #780b11;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 50%;
  height: 20px;
  width: 20px;
  transform: translateY(-50%);
}
.contact .section01 .agreements {
  font-size: 22px;
  text-align: center;
}
.contact .section01 .agreements label {
  color: #780b11;
}
.contact .section01 .agreements .checkbox {
  display: inline-flex !important;
  align-items: center;
  position: relative;
}
.contact .section01 .agreements .checkbox input[type=checkbox] {
  appearance: none;
}
.contact .section01 .agreements .checkbox::before {
  content: "";
  display: block;
  border: 2px solid #b2b2b2;
  margin-right: 0.5em;
  height: 20px;
  width: 20px;
}
.contact .section01 .agreements .checkbox.mfp_checked::after {
  content: "";
  border-left: 5px solid #780b11;
  border-bottom: 5px solid #780b11;
  position: absolute;
  left: 2px;
  top: 26%;
  height: 15px;
  width: 25px;
  transform: translateY(-50%) rotate(-50deg);
}
.contact .section01 #mailformpro label {
  display: block;
  background: none;
  border: none;
  box-shadow: none;
}
.contact .section01 .mfp_element_all {
  max-width: none;
}
.contact .section01 .mfp_buttons {
  margin: 50px 0;
}
.contact .section01 .mfp_buttons button {
  background: none;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #780b11;
  color: #780b11;
  font-weight: bold;
  height: 68px;
  width: 300px;
  position: relative;
  margin: 0 20px;
  padding-right: 50px;
}
.contact .section01 .mfp_buttons button::after {
  content: "";
  background: url(../images/link_arrow.svg);
  background-size: cover;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 40px;
  height: 10px;
  width: 30px;
  transform: translateY(-50%);
}
.contact .section01 .mfp_buttons button:hover {
  background: #780b11;
  color: #fff;
}
.contact .section01 .mfp_buttons button:hover::after {
  background: url(../images/link_arrow_on.svg);
}
.contact .section01 #mfp_phase_confirm h4 {
  font-size: 24px;
}
.contact .section01 #mfp_confirm_table {
  border-bottom: solid 1px #ccc;
}
.contact .section01 #mfp_confirm_table th {
  font-size: 16px;
  font-weight: bold;
  width: 30%;
}
.contact .section01 #mfp_confirm_table td {
  font-size: 16px;
}
.contact .section01 .mfp_thanks {
  font-size: 22px;
}

@media screen and (min-width: 1px) and (max-width: 1500px) {
  .main_visual .container {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1px) and (max-width: 1300px) {
  /* トップページ */
  .main_visual {
    overflow: hidden;
  }
  .main_visual .container {
    justify-content: flex-start;
    padding: 0 50px;
  }
  .main_visual h1 {
    font-size: 48px;
  }
  .main_visual h1 .forSp {
    display: none;
  }
  .main_visual p {
    font-size: 16px;
  }
  .main_visual p .forSp {
    display: none;
  }
  .main_visual .scroll {
    display: none;
  }
  .main_visual::after {
    bottom: -60px;
    right: -104px;
    height: 674px;
    width: 1246px;
  }
  .home .section01 .container {
    padding: 50px 20px;
  }
  .home .section01 .points {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .home .section01 .points h2 {
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 1.1;
    margin: 0 0 30px;
    padding: 0;
  }
  .home .section01 .points h2 span {
    font-size: 18px;
  }
  .home .section01 .features {
    flex-direction: column;
    margin-top: 0;
  }
  .home .section01 .features h2 {
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 1.1;
    margin: 0 0 30px;
    padding: 0;
  }
  .home .section01 .features h2 span {
    font-size: 18px;
  }
  .home .section02 .container {
    flex-direction: column;
    gap: 20px 0;
    padding: 50px 20px 110px;
  }
  .home .section02 .text {
    flex-basis: auto;
    margin-bottom: 30px;
  }
  .home .section02 .text h2 {
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;
  }
  .home .section02 .text h2 span {
    font-size: 18px;
  }
  .home .section02 .text p {
    font-size: 12px;
  }
  .home .section02 .category {
    flex-basis: auto;
  }
  .home .section02 .category ol li {
    font-size: 14px;
    height: 140px;
    line-height: 1.5;
    padding-top: 20px;
  }
  .home .section02 .category ol li::before {
    margin-bottom: 30px;
    height: 20px;
    width: 25px;
  }
  .home .section02 .category ol li::after {
    top: 56px;
    width: 20px;
  }
  .home .section02 .category ol li:nth-child(4)::before {
    margin-bottom: 25px;
  }
  .home .section02 .more {
    bottom: 30px;
  }
  /* 下層共通 */
  .sub .main_visual {
    height: 210px;
  }
  .sub .main_visual .text {
    padding-top: 70px;
  }
  .sub .main_visual .text h2 {
    font-size: 40px;
  }
  .sub .main_visual .text h2 span {
    font-size: 16px;
  }
  .sub .main_visual p {
    height: 100%;
  }
  .sub .main_visual p img {
    height: 100%;
  }
  .sub .breadcrumbs {
    margin-bottom: 0;
  }
  .sub .main .container {
    padding: 0 20px 50px;
  }
  .sub .main h3 {
    background-size: 24px 24px;
    background-position: 0 4px;
    font-size: 22px;
    margin-bottom: 20px;
    padding-left: 34px;
  }
  .sub .link_menu {
    margin-bottom: 0;
    padding: 0 10%;
  }
  .sub .link_menu ul {
    flex-direction: column;
    gap: 40px 0;
  }
  .sub .link_menu ul li {
    flex-basis: auto;
  }
  /* 業務内容 */
  .about .section01 {
    margin-bottom: 20px;
  }
  .about .section01 p {
    font-size: 18px;
  }
  .about .section02 .service_list {
    margin-bottom: 60px;
  }
  .about .section02 .service_list .service_box {
    flex-basis: 100%;
    padding: 30px 0 20px 20px !important;
    min-height: auto;
    border-right: none !important;
  }
  .about .section02 .service_list .service_box h4 {
    font-size: 18px;
    padding-left: 70px;
    height: auto !important;
    margin-bottom: 20px;
  }
  .about .section02 .service_list .service_box h4 .num {
    font-size: 24px;
    height: 48px;
    width: 48px;
  }
  .about .section02 .service_list .service_box h4 .en {
    font-size: 14px;
  }
  .about .section02 .service_list .service_box:not(:last-child) {
    border-bottom: 1px solid #780b11;
  }
  .about .section02 .service_list .service_box ul {
    font-size: 14px;
  }
  /* ご依頼の流れ・FAQ */
  .faq .main h3 {
    margin-bottom: 40px;
  }
  .faq .main h4 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .faq .main .commission_content {
    margin-bottom: 120px;
    padding: 0 10%;
  }
  .faq .main .commission_content p {
    font-size: 18px;
  }
  .faq .main .commission_content::after {
    bottom: -90px;
    height: 58px;
    width: 70px;
  }
  .faq .main .question_content {
    margin-bottom: 50px;
  }
  .faq .main .question_content .question {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .faq .main .question_content .answer {
    font-size: 16px;
  }
  /* 会社情報 */
  .company table {
    display: block;
    margin-bottom: 50px;
  }
  .company table caption {
    display: block;
  }
  .company table caption span {
    font-size: 18px;
  }
  .company table tbody, .company table tr, .company table th, .company table td {
    display: block;
  }
  .company table th {
    font-size: 16px;
    text-align: left;
    width: 100%;
    padding: 10px 16px;
  }
  .company table td {
    font-size: 16px;
    padding: 10px 16px;
  }
  .company .section01 p {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .company .section01 p.president {
    font-size: 16px;
    margin-bottom: 60px;
  }
  .company .section01 p.president span {
    font-size: 20px;
  }
  .company .section02 {
    margin-bottom: 0;
  }
  .company .section03 {
    margin-bottom: 20px;
  }
  .company .section03 .lead {
    font-size: 16px;
  }
  .company .section03 .policy {
    font-size: 15px;
    margin-bottom: 25px;
    padding: 15px;
  }
  .company .section03 .policy ol li {
    padding: 8px 0 8px 1em;
  }
  .company .section03 .policy h4 {
    margin: 30px 0 8px;
  }
  .company .section03 .policy h4 span::before {
    width: calc(100% + 15px);
  }
  .company .section03 .signature {
    font-size: 16px;
  }
  .company .section03 .signature .president span {
    font-size: 20px;
  }
  .company .section04 .certificate {
    flex-direction: column;
    align-items: center;
    gap: 15px 0;
    margin-bottom: 25px;
  }
  .company .section04 .certificate .text {
    font-size: 16px;
  }
  .company .section04 .certificate .image {
    width: 50%;
  }
  .company .section04 table th {
    text-align-last: left;
  }
  .company .section05 .gmap {
    height: 280px;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 10px;
  }
  .company .section05 .address {
    font-size: 15px;
    margin-bottom: 30px;
  }
  /* プライバシーポリシー */
  .privacy .section01 {
    font-size: 18px;
  }
  .privacy .section01 .lead {
    margin-bottom: 60px;
  }
  .privacy .section01 h3:nth-of-type(n + 2) {
    margin-top: 90px;
  }
  .privacy .section01 p, .privacy .section01 ul {
    margin-bottom: 20px;
  }
  /* ダウンロード */
  .download .section01 .lead {
    font-size: 16px;
    margin-bottom: 60px;
  }
  .download .section01 .download_wrapper {
    padding: 20px 0 50px;
  }
  .download .section01 .download_wrapper .download_box {
    font-size: 16px;
  }
  .download .section01 .download_wrapper .download_box h3 {
    font-size: 18px;
  }
  .download .section01 .download_wrapper .download_box .background_submenu li a {
    font-size: 18px;
    height: 80px;
  }
  .download .section01 .download_wrapper .download_box .background_submenu li a::after {
    margin-left: 15px;
    height: 10px;
    width: 30px;
  }
  /* お問い合わせ */
  .contact .section01 .lead {
    font-size: 16px;
  }
  .contact .section01 .form {
    display: block;
    margin-bottom: 40px;
  }
  .contact .section01 .form tbody, .contact .section01 .form tr, .contact .section01 .form th, .contact .section01 .form td {
    display: block;
  }
  .contact .section01 .form th {
    border-bottom: 1px solid #000;
    padding: 10px 0;
    width: 100%;
  }
  .contact .section01 .form th > p {
    font-size: 16px;
  }
  .contact .section01 .form td {
    font-size: 16px;
    padding: 5px 0;
  }
  .contact .section01 .form td input[type=text], .contact .section01 .form td input[type=email], .contact .section01 .form td input[type=tel] {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0.5em;
  }
  .contact .section01 .form td textarea {
    font-size: 16px;
    padding: 0.5em;
  }
  .contact .section01 .form td select {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0.5em;
  }
  .contact .section01 .agreements {
    font-size: 16px;
    text-align: left;
  }
  .contact .section01 .mfp_buttons {
    margin: 30px 0 0;
  }
  .contact .section01 .mfp_buttons button {
    margin: 10px;
  }
  .contact .section01 #mfp_confirm_table th {
    display: block;
    width: 100%;
  }
  .contact .section01 #mfp_confirm_table td {
    border-top: none;
    display: block;
    width: 100%;
  }
  .contact .section01 .mfp_thanks {
    font-size: 16px;
  }
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .download .section01 .download_wrapper {
    justify-content: center;
  }
  .download .section01 .download_wrapper .download_box {
    flex-basis: 450px;
    max-width: 80%;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .main_visual .container {
    padding: 0 20px;
  }
  .main_visual .container h1 {
    font-size: 40px;
    line-height: 1.4;
  }
  .main_visual .container h1 .forSp {
    display: inline;
  }
  .main_visual .container p {
    font-size: 12px;
    line-height: 2.3;
  }
  .main_visual .container p .forSp {
    display: inline;
  }
  .main_visual::after {
    bottom: -30px;
    right: -52px;
    height: 290px;
    width: 550px;
  }
}