@media screen and (min-width: 768px) {
  #slider_area {
    height: 790px;
    width: 100%;
    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: calc(50% - 180px);
    left: 100px;
  }
  #slider_area .swiper .swiper-wrapper .swiper-slide .slide_text h2 {
    font-weight: 600;
    font-size: 6.8rem;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    margin-bottom: 42px;
    line-height: 1.5;
    color: #ffffff;
    display: inline-block;
    padding: 0 15px;
    text-shadow: 1px 1px 5px #666666;
  }
  #slider_area .swiper .swiper-wrapper .swiper-slide .slide_text p {
    color: #ffffff;
  }
  #slider_area .swiper .swiper-wrapper .swiper-slide .slide_text p .blur {
    display: inline-block;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    margin-bottom: 8px;
    line-height: 2.6;
    font-size: 2rem;
    padding: 0 15px;
    text-shadow: 1px 1px 5px #666666;
    letter-spacing: 0.1em;
  }
  #slider_area .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  #slider_area .swiper .swiper-pagination {
    position: absolute;
    z-index: 110;
    bottom: 35px;
    right: 97px;
    width: 138px;
    display: flex;
    justify-content: space-between;
  }
  #slider_area .swiper .swiper-pagination .swiper-pagination-bullet {
    font-size: 1.6rem;
    color: #ffffff;
    position: relative;
    cursor: pointer;
  }
  #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: 22px;
    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: 22px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(100%, -50%);
  }
  #slider_area .swiper .arrow {
    position: absolute;
    width: 20px;
    height: 40px;
    top: 50%;
    z-index: 100;
    cursor: pointer;
  }
  #slider_area .swiper .arrow.swiper-button-prev {
    background: url("../img/pc/ico_leftarw.png") no-repeat;
    background-size: contain;
    left: 32px;
  }
  #slider_area .swiper .arrow.swiper-button-next {
    background: url("../img/pc/ico_rightarw.png") no-repeat;
    background-size: contain;
    right: 32px;
  }
  #slider_area .scroll_notice {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding-bottom: 90px;
    font-size: 1.6rem;
    color: #ffffff;
    width: 80px;
    z-index: 100;
    letter-spacing: 0.1em;
  }
  #slider_area .scroll_notice::after {
    position: absolute;
    display: block;
    content: "";
    height: 80px;
    width: 1px;
    background: #ffffff;
    left: 50%;
    bottom: 0;
  }
  #service_area {
    padding: 200px 0 190px;
    width: 100%;
  }
  #service_area .introduction {
    padding: 0 0 120px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #service_area .introduction h2 .main {
    font-size: 6.8rem;
    color: #3f3734;
  }
  #service_area .introduction h2 .sub {
    font-size: 1.4rem;
    color: #115b09;
    display: block;
    margin-top: 12px;
    letter-spacing: 0.05em;
  }
  #service_area .introduction p {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.15em;
  }
  #service_area .service {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 100px;
  }
  #service_area .service img {
    width: 700px;
    height: auto;
    position: relative;
    margin-left: -100px;
  }
  #service_area .service .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 100px;
    width: 50%;
  }
  #service_area .service .text h3 .sub {
    font-size: 1.4rem;
    color: #ffffff;
    background: #bc9946;
    border-radius: 100vh;
    line-height: 1;
    padding: 5px 0;
    display: inline-block;
    margin-bottom: 9px;
    width: 105px;
    text-align: center;
    box-sizing: border-box;
    letter-spacing: 0.05em;
  }
  #service_area .service .text h3 .main {
    font-size: 4.6rem;
    display: block;
    font-weight: 300;
    margin-bottom: 27px;
  }
  #service_area .service .text p {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.15em;
    margin-bottom: 50px;
    font-weight: 500;
  }
  #service_area .service .text .button {
    width: 265px;
    display: block;
    font-size: 1.5rem;
    color: #ffffff;
    background: #115b09;
    text-align: center;
    padding: 20px 0;
    line-height: 1;
    border-radius: 4px;
    padding-right: 10px;
    letter-spacing: 0.07em;
    font-weight: 300;
    position: relative;
  }
  #service_area .service .text .button::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;
  }
  #service_area .service:nth-of-type(2n+1) {
    flex-direction: row-reverse;
  }
  #service_area .service:nth-of-type(2n+1) img {
    margin-right: -100px;
  }
  #service_area .service:nth-of-type(2n+1) .text {
    padding: 0 100px 0 0;
  }
  #service_area .service:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #message_area {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 185px;
    scroll-margin-top: 190px;
  }
  #message_area h2 {
    margin-bottom: 74px;
  }
  #message_area h2 .main {
    font-size: 6.8rem;
    color: #3f3734;
  }
  #message_area h2 .sub {
    font-size: 1.4rem;
    color: #115b09;
    display: block;
    margin-top: 12px;
    letter-spacing: 0.05em;
  }
  #message_area .about {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 120px;
  }
  #message_area .about .text {
    margin-left: 80px;
  }
  #message_area .about .text h3 {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
  }
  #message_area .about .text h3 .main {
    font-size: 4.6rem;
    font-weight: 300;
  }
  #message_area .about .text h3 .sub {
    color: #bc9946;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 50px;
  }
  #message_area .about .text h3 .sub::before {
    content: "";
    width: 40px;
    height: 1px;
    background: #bc9946;
    margin-right: 7px;
  }
  #message_area .about .text .text_main p {
    font-size: 1.5rem;
    line-height: 1.87;
    letter-spacing: 0.15em;
    margin-bottom: 27px;
    font-weight: 500;
  }
  #message_area .about .text .signature {
    font-weight: 400;
    display: flex;
    align-items: flex-end;
  }
  #message_area .about .text .signature .post {
    font-size: 1.5rem;
    padding-bottom: 5px;
    margin-right: 20px;
  }
  #message_area .about .text .signature .name {
    font-size: 2.6rem;
  }
  #message_area .information {
    border-radius: 20px;
    background: #1e5b1e;
    width: 1000px;
    padding: 75px 80px;
    margin: 0 auto;
    display: flex;
    gap: 0 90px;
    justify-content: space-between;
    color: #ffffff;
    position: relative;
  }
  #message_area .information h2 {
    font-weight: 300;
    font-size: 3.2rem;
    letter-spacing: 0.15em;
    white-space: nowrap;
  }
  #message_area .information .text p {
    font-size: 1.5rem;
    line-height: 1.87;
    margin-bottom: 25px;
    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: 28px;
    left: 0;
  }
  #company_area {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 200px;
    scroll-margin-top: 185px;
  }
  #company_area h2 {
    margin-bottom: 81px;
  }
  #company_area h2 .main {
    font-size: 6.8rem;
    color: #3f3734;
  }
  #company_area h2 .sub {
    font-size: 1.4rem;
    color: #115b09;
    display: block;
    margin-top: 17px;
    letter-spacing: 0.05em;
  }
  #company_area table {
    display: table;
    width: 800px;
    margin: 0 auto 80px;
  }
  #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.6rem;
    padding: 28px 0 28px 40px;
    width: 28.75%;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.75;
  }
  #company_area table tbody tr td {
    font-size: 1.6rem;
    padding: 28px 0 28px 40px;
    width: 71.25%;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.75;
  }
  #company_area table tbody tr td a {
    pointer-events: none;
  }
  #company_area #move_contact_area {
    border: solid 1px #115b09;
    border-radius: 4px;
    width: 265px;
    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: 200px 200px 0 0;
    padding: 195px 0 100px;
  }
  #contact_area .introduction .introduction_inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #contact_area .introduction .introduction_inner h2 {
    margin-bottom: 80px;
  }
  #contact_area .introduction .introduction_inner h2 .main {
    font-size: 6.8rem;
    color: #3f3734;
  }
  #contact_area .introduction .introduction_inner h2 .sub {
    font-size: 1.4rem;
    color: #115b09;
    display: block;
    margin-top: 12px;
    letter-spacing: 0.05em;
  }
  #contact_area .introduction .introduction_inner p {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.15em;
    width: 500px;
    font-weight: 500;
  }
  #contact_area .form_area {
    background: #f7f7f7;
  }
  #contact_area .form_area .form_main {
    display: block;
    border-radius: 30px;
    background: #ffffff;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    width: 1000px;
    padding: 57px 0 80px;
  }
  #contact_area .form_area .form_main form {
    width: 725px;
    margin: 0 auto;
    padding: 0;
  }
  #contact_area .form_area .form_main form table {
    width: 100%;
    display: table;
    margin-bottom: 13px;
  }
  #contact_area .form_area .form_main form table tbody {
    display: table;
    width: 100%;
  }
  #contact_area .form_area .form_main form table tbody tr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
  }
  #contact_area .form_area .form_main form table tbody tr th {
    padding-top: 20px;
    display: flex;
    justify-content: start;
  }
  #contact_area .form_area .form_main form table tbody tr th .icon {
    font-weight: 400;
    width: 40px;
    height: 20px;
    border-radius: 100vh;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    padding: 3px 0;
    font-size: 1.2rem;
    margin-right: 9px;
    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.6rem;
    font-weight: 500;
  }
  #contact_area .form_area .form_main form table tbody tr td input {
    border-radius: 4px;
    border: 2px solid #f2f2f2;
    padding: 20px;
    line-height: 1.5;
    box-sizing: border-box;
    width: 503px;
    box-shadow: none;
    font-size: 1.6rem;
    margin: 0;
    letter-spacing: 0.1em;
  }
  #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 {
    border-radius: 4px;
    border: 2px solid #f2f2f2;
    padding: 20px;
    line-height: 1.5;
    box-sizing: border-box;
    width: 503px !important;
    height: 120px !important;
    box-shadow: none;
    font-size: 1.6rem;
    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;
    background: none;
  }
  #contact_area .form_area .form_main form .agreement {
    padding-left: 223px;
    margin-bottom: 56px;
  }
  #contact_area .form_area .form_main form .agreement .checkbox_wrap {
    display: flex;
    align-items: 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: 26px;
    height: 26px;
    margin-right: 15px;
    border: solid 2px #dcdcdc;
  }
  #contact_area .form_area .form_main form .agreement .checkbox_wrap input[type="checkbox"]::before {
    content: "";
    width: 15px;
    height: 12px;
    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.6rem;
    display: flex;
  }
  #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;
    background: none;
  }
  #contact_area .form_area .form_main form button[type="submit"] {
    width: 265px;
    padding: 20px 0;
    border-radius: 4px;
    background: #115b09;
    color: #ffffff;
    text-align: center;
    margin: 0 auto 0 223px;
    border: none;
    text-shadow: none;
    font-size: 1.5rem;
    position: relative;
  }
  #contact_area .form_area .form_main form button[type="submit"]::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;
  }
  #contact_area .contact_link_area {
    padding-top: 210px;
    background: url("../img/pc/img_contact_bg.jpg") no-repeat center;
    background-size: cover;
    margin-top: -135px;
  }
  #contact_area .contact_link_area .contact_info_wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #contact_area .contact_link_area .contact_info_wrap h3 {
    font-size: 3.2rem;
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-bottom: 110px;
    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;
  }
  #contact_area .contact_link_area .contact_info_wrap .link_wrap {
    display: flex;
    width: 615px;
    justify-content: space-between;
    padding-top: 55px;
  }
  #contact_area .contact_link_area .contact_info_wrap .link_wrap li {
    border-radius: 30px 30px 0 0;
    background: #ffffff;
    width: 300px;
    padding: 25px 0 24px;
    text-align: center;
  }
  #contact_area .contact_link_area .contact_info_wrap .link_wrap li .sub {
    color: #cfcfcf;
    font-weight: 300;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    margin: 0 auto 8px;
    display: block;
  }
  #contact_area .contact_link_area .contact_info_wrap .link_wrap li .main {
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin: 0 auto 20px;
    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.4rem;
    width: 200px;
    box-sizing: border-box;
    padding: 15px 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: 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;
  }
  #mfp_overlay #mfp_overlay_inner {
    padding: 40px;
    border-radius: 20px;
  }
  #mfp_overlay #mfp_overlay_inner h4 {
    text-align: center;
    font-size: 3.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;
  }
  #mfp_overlay #mfp_overlay_inner #mfp_confirm_table tbody tr th {
    font-size: 1.6rem;
    padding: 20px;
  }
  #mfp_overlay #mfp_overlay_inner #mfp_confirm_table tbody tr td {
    font-size: 1.6rem;
    padding: 20px;
  }
  #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: 180px;
    padding: 20px 0;
    border-radius: 4px;
    background: #115b09;
    color: #ffffff;
    text-align: center;
    /* margin: 0 auto 0 223px; */
    margin-left: 20px;
    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: 20px 0;
    border-radius: 4px;
    box-shadow: none;
    border: none;
    background: #cccccc;
    width: 120px;
    color: #ffffff;
  }
}
