@media screen and (max-width: 767px) {
  #slider_area {
    width: 100%;
    height: 667px;
    overflow: hidden;
    position: relative;
  }
  #slider_area .swiper {
    width: 100%;
    height: 100%;
  }
  #slider_area .swiper .swiper-wrapper {
    width: 100%;
  }
  #slider_area .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #slider_area .swiper .swiper-wrapper .swiper-slide .slide_text {
    position: absolute;
    top: 315px;
    left: 18px;
  }
  #slider_area .swiper .swiper-wrapper .swiper-slide .slide_text h2 {
    margin-bottom: 24px;
  }
  #slider_area .swiper .swiper-wrapper .swiper-slide .slide_text h2 .sp_blur {
    font-weight: 600;
    font-size: 3.4rem;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    line-height: 1.5;
    color: #ffffff;
    display: inline-block;
    padding: 0 5px;
    text-shadow: 1px 1px 5px #666666;
    margin-bottom: 4px;
  }
  #slider_area .swiper .swiper-wrapper .swiper-slide .slide_text h2 .sp_blur:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #slider_area .swiper .swiper-wrapper .swiper-slide .slide_text p {
    color: #ffffff;
  }
  #slider_area .swiper .swiper-wrapper .swiper-slide .slide_text p .blur .sp_blur {
    display: inline-block;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    line-height: 1.3;
    font-size: 1.6rem;
    padding: 3px 12px;
    text-shadow: 1px 1px 5px #666666;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
  }
  #slider_area .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  #slider_area .swiper .swiper-pagination {
    position: absolute;
    z-index: 110;
    bottom: 32px;
    right: 25px;
    width: 95px;
    display: flex;
    justify-content: space-between;
  }
  #slider_area .swiper .swiper-pagination .swiper-pagination-bullet {
    font-size: 1.3rem;
    color: #ffffff;
    position: relative;
    cursor: pointer;
    text-shadow: 1px 1px 5px #666666;
  }
  #slider_area .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #bc9946;
  }
  #slider_area .swiper .swiper-pagination .swiper-pagination-bullet:nth-of-type(2) {
    position: relative;
  }
  #slider_area .swiper .swiper-pagination .swiper-pagination-bullet:nth-of-type(2)::before {
    content: "";
    width: 10px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(-100%, -50%);
  }
  #slider_area .swiper .swiper-pagination .swiper-pagination-bullet:nth-of-type(2)::after {
    content: "";
    width: 10px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(100%, -50%);
  }
  #slider_area .swiper .arrow {
    display: none;
  }
  #slider_area .scroll_notice {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding-bottom: 65px;
    font-size: 1.1rem;
    color: #ffffff;
    width: 60px;
    z-index: 100;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 2px #666666;
  }
  #slider_area .scroll_notice::after {
    position: absolute;
    display: block;
    content: "";
    height: 60px;
    width: 1px;
    background: #ffffff;
    left: 50%;
    bottom: 0;
  }
  #service_area {
    width: 100%;
    padding: 88px 23px 0;
    margin-bottom: 132px;
  }
  #service_area .introduction {
    padding: 0 0 75px;
  }
  #service_area .introduction h2 {
    margin-bottom: 32px;
  }
  #service_area .introduction h2 .main {
    font-size: 4.9rem;
    color: #221815;
  }
  #service_area .introduction h2 .sub {
    font-size: 1.4rem;
    color: #115b09;
    display: block;
    margin-top: 13px;
    letter-spacing: 0.05em;
  }
  #service_area .introduction p {
    font-size: 1.5rem;
    line-height: 1.87;
    letter-spacing: 0.1em;
  }
  #service_area .service {
    width: 100%;
    margin: 0 auto 100px;
  }
  #service_area .service img {
    width: calc(100% + 23px * 2);
    height: auto;
    position: relative;
    margin: 0 -23px 40px;
    border-radius: 20px 20px 0 0;
  }
  #service_area .service .text h3 .sub {
    font-size: 1.1rem;
    color: #ffffff;
    background: #bc9946;
    border-radius: 100vh;
    line-height: 1;
    padding: 3px 0;
    display: inline-block;
    margin-bottom: 9px;
    width: 80px;
    text-align: center;
    box-sizing: border-box;
    letter-spacing: 0.05em;
  }
  #service_area .service .text h3 .main {
    font-size: 3.2rem;
    margin-bottom: 16px;
    display: block;
    font-weight: 300;
    letter-spacing: 0.1em;
  }
  #service_area .service .text p {
    font-size: 1.5rem;
    line-height: 1.867;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
    font-weight: 500;
  }
  #service_area .service .text .button {
    width: 250px;
    display: block;
    font-size: 1.4rem;
    color: #ffffff;
    background: #115b09;
    text-align: center;
    padding: 18px 0;
    line-height: 1;
    border-radius: 4px;
    padding-right: 8px;
    letter-spacing: 0.07em;
    font-weight: 300;
    position: relative;
    margin: 0 auto;
  }
  #service_area .service .text .button::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
    right: 15px;
    display: block;
    position: absolute;
  }
  #service_area .service:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #message_area {
    padding: 0 23px 127px;
    scroll-margin-top: 120px;
  }
  #message_area h2 {
    margin-bottom: 57px;
  }
  #message_area h2 .main {
    font-size: 4.9rem;
    color: #221815;
  }
  #message_area h2 .sub {
    font-size: 1.4rem;
    color: #115b09;
    display: block;
    margin-top: 12px;
    letter-spacing: 0.05em;
  }
  #message_area .about {
    margin-bottom: 100px;
  }
  #message_area .about img {
    width: 63.6%;
    min-width: 238px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  #message_area .about .text {
    padding-top: 55px;
  }
  #message_area .about .text h3 {
    margin-bottom: 28px;
  }
  #message_area .about .text h3 .main {
    font-size: 2.8rem;
    font-weight: 300;
  }
  #message_area .about .text h3 .sub {
    color: #bc9946;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 9px;
  }
  #message_area .about .text h3 .sub::before {
    content: "";
    width: 18px;
    height: 1px;
    background: #bc9946;
    margin-right: 10px;
  }
  #message_area .about .text .text_main {
    margin-bottom: 48px;
  }
  #message_area .about .text .text_main p {
    font-size: 1.5rem;
    line-height: 1.87;
    letter-spacing: 0.15em;
    margin-bottom: 30px;
    font-weight: 500;
  }
  #message_area .about .text .text_main p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #message_area .about .text .signature {
    font-weight: 400;
    display: flex;
    align-items: flex-end;
  }
  #message_area .about .text .signature .post {
    font-size: 1.3rem;
    padding-bottom: 5px;
    margin-right: 22px;
  }
  #message_area .about .text .signature .name {
    font-size: 2.4rem;
  }
  #message_area .information {
    border-radius: 20px;
    background: #1e5b1e;
    width: calc(100% + 12px);
    padding: 46px 27px 128px;
    margin: 0 -6px;
    color: #ffffff;
    position: relative;
  }
  #message_area .information h2 {
    font-weight: 300;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    white-space: nowrap;
    margin-bottom: 28px;
  }
  #message_area .information .text p {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 27px;
    font-weight: 300;
    letter-spacing: 0.05em;
  }
  #message_area .information .text p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #message_area .information .decoration {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 232px;
    height: auto;
  }
  #company_area {
    padding: 0 23px 100px;
    scroll-margin-top: 127px;
  }
  #company_area h2 {
    margin-bottom: 29px;
  }
  #company_area h2 .main {
    font-size: 4.9rem;
  }
  #company_area h2 .sub {
    font-size: 1.4rem;
    color: #115b09;
    display: block;
    margin-top: 12px;
    letter-spacing: 0.05em;
  }
  #company_area table {
    display: table;
    width: 100%;
    margin: 0 auto 40px;
  }
  #company_area table tbody {
    display: table;
    width: 100%;
  }
  #company_area table tbody tr {
    display: flex;
    border-bottom: 1px solid #f2f2f2;
  }
  #company_area table tbody tr th {
    font-size: 1.4rem;
    padding: 18px 0;
    width: 30%;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
  #company_area table tbody tr td {
    font-size: 1.4rem;
    padding: 18px 0;
    width: 70%;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
  #company_area #move_contact_area {
    border: solid 1px #115b09;
    border-radius: 4px;
    width: 250px;
    box-sizing: border-box;
    color: #115b09;
    padding: 19px 0;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 1.5rem;
    position: relative;
  }
  #company_area #move_contact_area::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #115b09;
    border-bottom: 1px solid #115b09;
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
    right: 15px;
    display: block;
    position: absolute;
  }
  #contact_area {
    width: 100%;
  }
  #contact_area .introduction {
    background: #f7f7f7;
    border-radius: 60px 60px 0 0;
    padding: 89px 23px 0;
  }
  #contact_area .introduction .introduction_inner {
    margin: 0 auto;
  }
  #contact_area .introduction .introduction_inner h2 {
    margin-bottom: 34px;
  }
  #contact_area .introduction .introduction_inner h2 .main {
    font-size: 4.9rem;
    color: #221815;
  }
  #contact_area .introduction .introduction_inner h2 .sub {
    font-size: 1.4rem;
    color: #115b09;
    display: block;
    margin-top: 11px;
    letter-spacing: 0.05em;
  }
  #contact_area .introduction .introduction_inner p {
    font-size: 1.5rem;
    line-height: 1.87;
    font-weight: 500;
  }
  #contact_area .form_area {
    background: #f7f7f7;
    padding: 53px 17px 0;
  }
  #contact_area .form_area .form_main {
    display: block;
    border-radius: 30px;
    background: #ffffff;
    position: relative;
    z-index: 100;
    padding: 47px 26px 60px;
  }
  #contact_area .form_area .form_main form {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #contact_area .form_area .form_main form table {
    width: 100%;
    display: table;
    margin-bottom: 30px;
  }
  #contact_area .form_area .form_main form table tbody {
    display: table;
    width: 100%;
  }
  #contact_area .form_area .form_main form table tbody tr {
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
  }
  #contact_area .form_area .form_main form table tbody tr th {
    padding: 0;
    justify-content: start;
    margin-bottom: 10px;
  }
  #contact_area .form_area .form_main form table tbody tr th .icon {
    font-weight: 400;
    width: 35px;
    height: 15px;
    border-radius: 100vh;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    padding: 1px 0;
    font-size: 1.1rem;
    margin-right: 4px;
    letter-spacing: 0.1em;
  }
  #contact_area .form_area .form_main form table tbody tr th .icon.any {
    background: #d2d2d2;
  }
  #contact_area .form_area .form_main form table tbody tr th .icon.require {
    background: #bc9946;
  }
  #contact_area .form_area .form_main form table tbody tr th .text {
    font-size: 1.4rem;
    font-weight: 500;
  }
  #contact_area .form_area .form_main form table tbody tr td input {
    border-radius: 4px;
    border: 2px solid #f2f2f2;
    padding: 15px;
    line-height: 1.5;
    box-sizing: border-box;
    width: 100%;
    box-shadow: none;
    font-size: 1.3rem;
    margin: 0;
    letter-spacing: 0.1em;
    max-width: none;
  }
  #contact_area .form_area .form_main form table tbody tr td input.problem {
    background: none;
    border-color: #f67d7f;
  }
  #contact_area .form_area .form_main form table tbody tr td input::placeholder {
    color: #dcdcdc;
  }
  #contact_area .form_area .form_main form table tbody tr td textarea {
    max-width: none;
    border-radius: 4px;
    border: 2px solid #f2f2f2;
    padding: 15px;
    line-height: 1.5;
    box-sizing: border-box;
    width: 100% !important;
    height: 120px !important;
    box-shadow: none;
    font-size: 1.3rem;
    margin: 0;
    letter-spacing: 0.1em;
  }
  #contact_area .form_area .form_main form table tbody tr td textarea.problem {
    background: none;
    border-color: #f67d7f;
  }
  #contact_area .form_area .form_main form table tbody tr td textarea::placeholder {
    color: #dcdcdc;
  }
  #contact_area .form_area .form_main form table tbody tr td .mfp_err {
    padding-left: 0;
    margin-top: 0;
    background: none;
  }
  #contact_area .form_area .form_main form .agreement {
    padding: 0 20px;
    margin-bottom: 35px;
  }
  #contact_area .form_area .form_main form .agreement .checkbox_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #contact_area .form_area .form_main form .agreement .checkbox_wrap input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    appearance: none;
    padding-left: 18px;
    position: relative;
    width: 25px;
    height: 25px;
    margin-right: 12px;
    border: solid 2px #dcdcdc;
  }
  #contact_area .form_area .form_main form .agreement .checkbox_wrap input[type="checkbox"]::before {
    content: "";
    width: 13px;
    height: 10px;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
  }
  #contact_area .form_area .form_main form .agreement .checkbox_wrap input[type="checkbox"]:checked {
    background: #115b09;
  }
  #contact_area .form_area .form_main form .agreement .checkbox_wrap input[type="checkbox"]:checked::before {
    background: url("../img/pc/ico_check_on.png") no-repeat;
  }
  #contact_area .form_area .form_main form .agreement .checkbox_wrap p {
    font-size: 1.4rem;
    display: flex;
    white-space: nowrap;
  }
  #contact_area .form_area .form_main form .agreement .checkbox_wrap p a {
    color: #115b09;
    text-decoration: underline;
    text-decoration-color: #115b09;
  }
  #contact_area .form_area .form_main form .agreement .mfp_err {
    padding-left: 0;
    margin-top: 0;
    background: none;
    text-align: center;
  }
  #contact_area .form_area .form_main form button[type="submit"] {
    display: block;
    width: 250px;
    padding: 17px 0;
    border-radius: 4px;
    background: #115b09;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    border: none;
    text-shadow: none;
    font-size: 1.4rem;
    position: relative;
  }
  #contact_area .form_area .form_main form button[type="submit"]::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
    right: 15px;
    display: block;
    position: absolute;
  }
  #contact_area .contact_link_area {
    padding: 175px 16px 0;
    background: url("../img/sp/img_contact_bg.jpg") no-repeat center;
    background-size: cover;
    margin-top: -110px;
  }
  #contact_area .contact_link_area .contact_info_wrap {
    display: contents;
  }
  #contact_area .contact_link_area .contact_info_wrap h3 {
    font-size: 2.4rem;
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
    padding-top: 5px;
    font-weight: 500;
  }
  #contact_area .contact_link_area .contact_info_wrap h3 .text_wrap {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: inline-block;
    padding: 0 10px 4px;
    white-space: nowrap;
  }
  #contact_area .contact_link_area .contact_info_wrap .link_wrap {
    display: flex;
    width: 343px;
    justify-content: space-between;
    gap: 7px;
    margin: 0 auto;
  }
  #contact_area .contact_link_area .contact_info_wrap .link_wrap li {
    border-radius: 12px 12px 0 0;
    background: #ffffff;
    width: 169px;
    padding: 18px 0 32px;
    text-align: center;
  }
  #contact_area .contact_link_area .contact_info_wrap .link_wrap li .sub {
    color: #cfcfcf;
    font-weight: 300;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    margin: 0 auto;
    display: block;
  }
  #contact_area .contact_link_area .contact_info_wrap .link_wrap li .main {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    margin: 0 auto 15px;
    display: block;
    font-weight: 500;
  }
  #contact_area .contact_link_area .contact_info_wrap .link_wrap li a {
    background: #bc9946;
    color: #ffffff;
    border-radius: 4px;
    display: block;
    font-size: 1.2rem;
    width: 130px;
    box-sizing: border-box;
    padding: 13px 6px 13px 0;
    margin: 0 auto;
    position: relative;
    letter-spacing: 0.05em;
  }
  #contact_area .contact_link_area .contact_info_wrap .link_wrap li a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    transform: translateY(-50%) rotate(-45deg);
    top: 51%;
    right: 7px;
    display: block;
    position: absolute;
  }
  #mfp_overlay #mfp_overlay_inner {
    padding: 40px;
    border-radius: 20px;
  }
  #mfp_overlay #mfp_overlay_inner h4 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 27px;
  }
  #mfp_overlay #mfp_overlay_inner #mfp_confirm_table {
    margin-bottom: 20px;
  }
  #mfp_overlay #mfp_overlay_inner #mfp_confirm_table tbody tr {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    border-top: solid 1px #CCC;
    letter-spacing: 0.1em;
  }
  #mfp_overlay #mfp_overlay_inner #mfp_confirm_table tbody tr:nth-last-of-type(1) {
    border-bottom: solid 1px #CCC;
  }
  #mfp_overlay #mfp_overlay_inner #mfp_confirm_table tbody tr th {
    font-size: 1.2rem;
    padding: 10px 0 0;
    border: none;
    width: auto;
  }
  #mfp_overlay #mfp_overlay_inner #mfp_confirm_table tbody tr td {
    font-size: 1.5rem;
    padding: 10px;
    border: none;
    letter-spacing: 0.1em;
  }
  #mfp_overlay #mfp_overlay_inner .mfp_buttons {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  #mfp_overlay #mfp_overlay_inner .mfp_buttons #mfp_button_send {
    width: 140px;
    padding: 17px 0;
    border-radius: 4px;
    background: #115b09;
    color: #ffffff;
    text-align: center;
    margin-left: 12px;
    border: none;
    text-shadow: none;
    font-size: 1.6rem;
    position: relative;
  }
  #mfp_overlay #mfp_overlay_inner .mfp_buttons #mfp_button_send::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
    right: 15px;
    display: block;
    position: absolute;
  }
  #mfp_overlay #mfp_overlay_inner .mfp_buttons #mfp_button_cancel {
    text-shadow: none;
    font-size: 1.5rem;
    padding: 15px 0;
    border-radius: 4px;
    box-shadow: none;
    border: none;
    background: #cccccc;
    width: 100px;
    color: #ffffff;
  }
}
