@charset "UTF-8";

/*
Theme name: arte
Author: arai kenichi
Description: arteサイト
Version:1.0
License: GNU General Public Licence v2 or later
License URI:http://www.gnu.org/licenses/qp1-2.0.html
*/


@font-face {
    font-family: 'Noto Sans JP';
    src: url('fonts/NotoSansJP-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

    font-family: 'Zen Maru Gothic';
    src: url('fonts/ZenMaruGothic-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

.zen-maru-gothic-regular {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.zen-maru-gothic-regular {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.zen-maru-gothic-bold {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
}


figure {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: normal;
}

p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: normal;
}

h2 {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

h3 {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

a {
    text-decoration: none;
    color: inherit;
    display: inline;
}

a:hover {
    opacity: 0.7;
    /* 例: 70%の透明度 */
}


.sp {
    display: none;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
}

h1,
h2,
h3,
h4,
p,
td {
    color: #3f3f3f;
}

h1 {
    font-size: 40px;
    margin: 0px;
}

h2 {
    font-size: 32px;
    margin-top: 0;
}

/* .lower h2,
.lower h3, */
.lower-heading,
.lowerall h2,
.lowerall h3,
.zen-maru-gothic {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
}

h3 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 {
    font-size: 19px;
    font-weight: normal;
}

.p {
    font-size: 16px;
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.lower section {
    position: relative;
    overflow: hidden;
}

.header-visual {
    position: relative;
    background-color: #fffdf8;
}

.header-nav {
    position: fixed;
    height: 91px;
    z-index: 999;
    background-color: #ffffff;
    border-radius: 52px;
    top: 12px;
    right: calc((74/1442)*100%);
    box-shadow: 0 3px 6px rgba(154, 154, 154, 0.16);
}

.header-nav ul {
    display: flex;
    list-style: none;
    align-items: center;
}

.header-nav li {
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
}

.selected {
    color: #f1a650;
    border-bottom: solid 2px #f1a650;
}

.header-nav_mail-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 62px;
    width: 146px;
    margin: 0;
    border-radius: 30px;
    background-color: #f1a650;
    padding: 0 8px;
}

.header-nav_mail-contact img {
    height: 30px;
    width: 30px;
}

.header-nav_mail-contact_text {
    text-align: center;
    color: #ffffff;
    margin-left: 10px;
    margin-right: 10px;
}

.contact_text {
    padding: 0 4%;
}

.header-MV {
    position: relative;
    width: 95%;
    margin: 0 auto;
    aspect-ratio: 1364/655;
    overflow: hidden;
    border-radius: 30px;
    height: 650px;
}

.header-MV_kasou {
    position: relative;
    width: 95%;
    margin: 0 auto;
    aspect-ratio: 1364/655;
    overflow: hidden;
    border-radius: 30px;
    height: 500px;
}

.header-MV-lower {
    width: 100%;
    position: static;
}

.fade-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 650px;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.fade-img_kasou {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.fade-img2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 650px;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.fade-img.show {
    opacity: 1;
}


.philosophy {
    position: absolute;
    top: 370px;
    left: calc((109/1440)*100%);
    font-weight: bold;
}

.philosophytop{
    top: 270px;
}

.philosophy_line {
    background-color: #ffffff;
    opacity: 0.74;
    font-size: 38px;
    height: 62px;
    margin-bottom: 10px;
    display: flex;
    width: fit-content;
    align-items: flex-end;
    padding: 0px 12px;

}

.shibtn {
    display: flex;
    align-items: flex-end;
}

.philosophy_orange {
    color: #f1a650;
    font-size: 60px;
}

.slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: calc((450 / 655) * 100%);
    left: calc((1283 / 1442) * 100%);
}

.slider_bar {
    width: 1px;
    height: 85px;
    background-color: #ffffff;
    position: relative;
}

.slider_dot {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: top 0.5s ease;
}

.slider_text {
    margin-top: 20px;
    color: #ffffff;
    transform: rotate(90deg);
}

.about-us {

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #fffdf8;
    padding-top: 120px;
    border-radius: 16px;
    gap: 20px;
    flex-wrap: wrap;
    /* スマホ時の折り返し用 */
}

.about-us_under {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    column-gap: 50px;
    padding: 0 4%;
}


.about-us_text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 55%;
}

.about-us_headings {
    margin-bottom: 20px;
}

.about-us_body-text {
    margin-top: auto;
}

.about-us_figure {
    margin-top: 10px;

}

.about-us_image {
    width: 100%;
    border-radius: 16px;
    height: auto;
    display: block;
}

.about-us_exp_label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hyphen {
    width: 50px;
    height: 2px;
    background-color: #f1a650;
    margin-right: 10px;
}

.heading-label {
    font-size: 20px;
}

.about-us_orange {
    font-size: 28px;
    color: #f1a650;
}

.service {
    background-color: #fafafc;
}

.service_under {
    max-width: 1000px;
    margin: 0 auto;
}

.heading {
    text-align: center;
    padding-bottom: 50px;
}

.hyphen-center {
    margin: 0 auto;
    margin-top: 5px;
}

.service_introduction {
    display: flex;
    margin-top: 50px;
}

.service_introduction_element {
    margin: 0 auto;
    width: calc((633/1442)*100%);
    background-color: #ffffff;
    border-radius: 30px;
}

.shadow-green {
    box-shadow: 4px 4px 4px #d2efbd;
}

.shadow-blue {
    box-shadow: 4px 4px 4px #bdebef;
}

.shadow-red {
    box-shadow: 4px 4px 4px #efc1bd;
}

.shadow-yellow {
    box-shadow: 4px 4px 4px #e4c890;
}

.service_introduction_element img {
    width: calc((420/470)*100%);
    display: block;
    margin: 0 auto;
    margin-top: 25px;
}

.service_introduction_element_heading {
    margin: 0 calc((25/470)*100%);
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.point {
    width: 17px;
    height: 17px;
    border-radius: 8.5px;
}

.bg-green {
    background-color: #d2efbd;
}

.bg-blue {
    background-color: #bdebef;
}

.bg-red {
    background-color: #efc1bd;
}

.bg-yellow {
    background-color: #e4c890;
}

.bg-orange {
    background-color: #f1a650;
}

.service_introduction_element p {
    /* margin: 0vh calc((20/470)*100%); */
}

.Service_p {
    padding: 0 4%;
}

.service_introduction_element_datails {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 25%;
    margin-right: 25%;
}

.datails_button {
    width: 22px;
    height: 22px;
    border-radius: 11px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
}

.triangle {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.triangle-green {
    border-left: 9px solid #d2efbd;
}

.triangle-blue {
    border-left: 9px solid #bdebef;
}

.triangle-red {
    border-left: 9px solid #efc1bd;
}

.triangle-yellow {
    border-left: 9px solid #e4c890;
}

.triangle-orange {
    border-left: 9px solid #f1a650;
}

.messege {
    background-color: #fffdf8;
}

.messege_under {
    max-width: 1000px;
    margin: 0 auto;
}

.representative {
    display: flex;
    justify-content: space-around;
    /* width: calc((893/1442)*100%); */
    margin: 0 auto;
    margin: 10px 50px 60px 50px;
}

.representative img {
    width: calc((300/893)*100%);
    height: 100%;
}

.representative_introduction {
    width: calc((455/893)*100%);
}

.representative_name {
    padding: 5%;
    background-color: #ffffff;
    border: solid 13px #ffecd2;
    border-radius: 20px;
}

.representative_title {
    color: #f1a650;
    margin: 0;
}

.gradation-bar {
    /* width: 90%; */
    height: 2px;
    background: linear-gradient(to right, #f1a650, #f3e8d8);
    margin: 10px 0;
}

.representative_career_datail {
    display: flex;
    align-items: center;
}

.representative_career_datail p {
    margin-top: 10px;
}

.yurai {
    margin: 20px 50px 80px;
}

.syamei {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.keireki {
    font-weight: bold;
}

.post {
    display: flex;
    justify-content: space-between;
    /* width: calc((893/1442)*100%); */
    margin: 0 50px;
}

.post_introduction {
    width: calc((416/893)*100%);
}

.post_introduction img {
    width: calc((250/416)*100%);
}

.company-overview {
    background-color: #fafafc;
}

.overview-table {
    width: calc((1300/1442)*100%);
    margin: 0 auto;
    border-collapse: collapse;
    border-color: #d2d2d2;
    text-align: left;
    margin-top: 50px;
    padding-bottom: 50px;
    max-width: 1000px;
}

.overview-table th {
    padding: 25px;
    padding-right: 75px;
    background-color: #ffecd2;
}

.overview-table td {
    padding: 25px;
    background-color: #ffffff;
}

.office {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.office p {
    margin: 0;
}

.office_datail {
    display: flex;
    width: 100%;
    margin: 0 0 auto auto;
    padding-bottom: 20px;
}

.office_datail_address {
    margin: 0;
    padding-left: 26px;

}

.office_datail_datail {
    display: flex;
    margin-left: auto;
    align-items: center;
}

.office_datail_datail a {
    display: flex;
}

.office_datail_link {
    margin: 0 0 0 auto;
    border-bottom: dotted 1px #454545;
}

.border-green {
    border: solid 1px #d2efbd;
}

.border-blue {
    border: solid 1px #bdebef;
}

.border-red {
    border: solid 1px #efc1bd;
}

.border-yellow {
    border: solid 1px #e4c890;
}

.instagram {
    padding-bottom: 300px;
}

.instagram-table {
    width: 100%;
}

.instagram-table td {
    width: calc((280/1442)*100%);
    text-align: center;
}

.instagram-table img {
    width: 100%;
}

.contact {
    position: relative;
    bottom: 0;
    width: calc((1280/1442)*100%);
    margin: 0 auto;
    background: radial-gradient(#fff7ed, #ffd89f);
    border-radius: 45px;
    text-align: center;
    max-width: 1000px;

}

.main-contact {
    background-color: #fdfff2;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact_button {
    display: flex;
    justify-content: center;
    height: 65px;
    padding-bottom: 65px;
    padding-top: 40px;
    column-gap: 25px;
    flex-wrap: wrap;
    row-gap: 20px;
    /* padding-left: 40px; */
    /* flex-direction: column; */

}

.contact_button_mail {
    width: 300px;
    border: solid 12px #f1a650;
    border-radius: 50px;
    height: 46px;
    box-shadow: 0 3px 6px rgba(154, 154, 154, 0.16);
}

.contact_button_mail_border {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #f1a650;
    border-radius: 43px;
    border: solid 1px #ffffff;
    height: 100%;
}

.contact_button_text {
    color: #ffffff;
    margin: 0;
    font-weight: 500;
}

.contact_button_tel_text {
    font-weight: 500;

}

.contact_button_tel {
    width: 300px;
    border: solid 12px #ffffff;
    border-radius: 50px;
    box-shadow: 0 3px 6px rgba(154, 154, 154, 0.16);

}

.contact_button_tel_border {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #ffffff;
    border-radius: 43px;
    border: solid 1px #f1a650;
    height: 100%;
}

.telnum {
    font-size: 18px;
    margin: 0;
}

.telhour {
    font-size: 12px;
    margin: 0;
}

.circle-orange {
    border: solid 1px #f1a650;
}

footer {
    position: relative;
}

.white-border {
    width: 90%;
    margin: 0 auto;
    height: 1px;
    background-color: #ffffff;
    margin-bottom: 40px;
}

.footer-arte {
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 20px;
}

.footer_contact {
    position: absolute !important;
    bottom: 350px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 66%;
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.2);
}

.footer-bg {
    background-color: #363434;
    padding-top: 250px;
}

.footer-label {
    display: flex;
    justify-content: space-evenly;
}

.footer-label h2,
.footer-label p {
    color: #ffffff;
}

.footer-about_contact {
    background-color: #2fa6f1;
    width: 160px;
    border-radius: 43px;
    text-align: center;
    padding: 7px 10px;
    margin: 20px 0;
}

.footer-menu p {
    padding-bottom: 10px;
}

.copyright {
    font-size: 12px;
    padding: 10px 0 20px 0;
}

.philosophy_access {
    width: 224px;
    font-size: 29px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 15px;
    text-align: center;
}

.philosophy_logo {
    margin-top: 30px;
}

.philosophy_heading {
    font-size: 48px;
    color: #ffffff;
}

.about-our-work {
    width: 100%;
    margin: 0 auto;
}

.section-heading {
    display: block;
    /* width: calc((251/1442)*100%); */
    margin: 0 auto -30px auto;
    width: 183px;
}

.lower-heading {
    width: fit-content;
    margin: 0 auto;
    background: linear-gradient(transparent 80%, #d2efbd 80%);
    margin-bottom: 50px;
}

.about-our-work_exp {
    display: flex;
    justify-content: space-evenly;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 4%;
    column-gap: 40px;
}

.about-our-work_exp_text {
    /* width: calc((468/1442)*100%); */
}

.about-our-work_exp figure {}

.about-our-work_exp img {
    /* width: calc((460/1442)*100%); */
    width: 460px;
}

.service-content {
    background-color: #fdfff2;
}

.service-content_introduction {
    display: flex;
    justify-content: flex-start;
    padding: 0 4%;
    margin: 0 auto;
    max-width: 1000px;
    column-gap: 34px;
}

.service-content_introduction_element {
    display: flex;
    /* width: calc((483/1442)*100%); */
    justify-content: space-evenly;
    align-items: center;
    background-color: #ffffff;
    border: solid 1px #c9fdc6;
    border-radius: 30px 0px 30px 0px;
    box-shadow: 3px 3px 4px #d8d8d8;
    margin-bottom: 40px;
    height: auto;
    width: 48%;
    min-height: 175px;
}

.service-content_introduction_element img {
    width: calc((110/483)*100%);
    aspect-ratio: 1 / 1;
    object-fit: contain;
    display: block;
}

.service-content_introduction_element_dotted {
    height: 80px;
    width: 1px;
    border-left: dotted 2px #1e8917;
}

.service-content_introduction_element_text {
    width: calc((310/483)*100%);
}

.reason-choosing_introduction {
    display: flex;
    justify-content: space-evenly;
    max-width: 1000px;
    margin: 90px auto;
    padding: 0 4%;
    column-gap: 34px;
}

.reason-choosing_introduction_element {
    /* width: calc((310/1442)*100%); */
    text-align: center;
    box-shadow: 4px 4px 4px #e6e6e6;
    background-color: #ffffff;
    width: 33%;
}

.reason-choosing_introduction_element h3 {
    margin: 18px 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

.reason-choosing_introduction_element img {
    width: 100%;
}

.reason-choosing_introduction_element_dotted {
    margin: 18px auto;
    width: 16%;
    height: 1px;
    border-top: dotted 3px #1e8917;

}

.contact_outer {
    background-color: #fdfff2;
    padding-top: 50px;
    padding-bottom: 50px;
}

.how-to-use_introduction {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 50px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 4%;
    column-gap: 30px;
    margin-bottom: 50px;
}

.how-to-use_introduction_element {
    /* width: calc((271/1442)*100%); */
    max-width: 270px;
    width: 27%;
}

.how-to-use_introduction_element img {
    width: 100%;
}

.how-to-use_introduction_element_step {
    display: flex;
    column-gap: 16px;
    margin-top: 10px;
    align-items: center;
}

.how-to-use_introduction_element_text {
    padding-top: 10px;
}

.how-to-use_introduction_element_step_num {
    text-align: center;
}

.how-to-use_introduction_element_step_num_sharp {
    font-size: 17px;
    margin: 0;
    color: #1e8917;
    font-weight: 400;
    margin-top: -3px;
    margin-bottom: -10px;
}

.how-to-use_introduction_element_step_num_number {
    font-size: 37px;
    margin: 0;
    color: #1e8917;
    font-weight: 500;
}

.how-to-use_introduction_element_green-bar {
    width: 100%;
    border: solid 1px #1e8917;
}

.how-to-use_introduction_right-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 25px solid #ffd69f;
    border-right: 0;
    margin: auto 0;
}

.q-and-a {
    background-color: #fdfff2;
}

.q-and-a_element {
    /* width: calc((1000 / 1442) * 100%); */
    margin: 10px auto;
    max-width: 1000px;
    /* width: 100%; */
    padding: 0 4%;
    margin: 0 auto;
}

.q-and-a_element_q {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    column-gap: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 19px;
}

.q-and-a_element_a span {
    margin-left: 15px;
    font-size: 24px;
    font-weight: 500;


}


.q-and-a_element_q_bg-green {
    background-color: #1e8917;
    width: 49px;
    height: 49px;
    border-radius: 25px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 19px;
    min-width: 49px;
}

.q-and-a_element_q_question {
    color: #1e8917;
    padding: 0;
    margin: 0;
}

.q-and-a_element_a {
    display: flex;
    column-gap: 24px;
    margin-bottom: 20px;
}

.q-and-a_element_dotted {
    width: 100%;
    height: 1px;
    border-bottom: dashed 1.5px #3f3f3f;
}

.schedule-and-access {
    padding-bottom: 340px;
}

.schedule-and-access_info {
    display: flex;
    justify-content: space-evenly;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 4%;
    column-gap: 50px;
    padding-bottom: 60px;
}

.schedule-and-access_schedule_table {
    border-collapse: collapse;
    text-align: center;
}

.schedule-and-access_schedule_table td:first-child {
    text-align: left;
}

.schedule-and-access_schedule tr {
    border-bottom: solid 1px #d9d9d9;
}

.schedule-and-access_schedule td {
    padding: 12px 8px;
}

.open,
.special {
    color: #1e8917;
}

.schedule-and-access_text {
    font-size: 12px;
    padding-top: 7px;
}

.schedule-and-access_access_image {
    max-width: 440px;
}

.schedule-and-access_access_tool {
    display: flex;
    align-items: center;
    padding-top: 7px;
}

.schedule-and-access_access_tool p {
    color: #1e8917;
    padding-left: 10px;
}

.schedule-and-access_access_icon {
    height: 35%;
}

.schedule-and-access_map {
    width: 100%;
    padding-top: 50px;
}

.bg-ornament {
    z-index: -1;
    position: absolute;
    width: 362px;
    height: 324px;
    border-radius: 200px;
    background-color: #e3fcd1;
    opacity: 0.5;
    filter: blur(50px);
}

.ornament-top {
    top: -150px;
}

.ornament-center {
    top: 50%;
    transform: translateY(-50%);
}

.ornament-bottom {
    bottom: -150px;
}

.ornament-left {
    left: -100px;
}

.ornament-right {
    right: -100px;
}

.footer-arte a {
    color: #ffffff;
}

.schedule-arte {
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 10px;
}

.how-text {
    font-weight: 500;
    font-size: 19px;
}

.guideline_modal_lineup{
	    display: grid;
    grid-template-columns: repeat(2, 0fr);
    justify-items: center;
	column-gap:20px;
	    justify-content: center;
}


/* ----------------------------------------------- arte 1st ------------------------------------------------ */

.lower-heading1 {
    width: fit-content;
    margin: 0 auto;
    background: linear-gradient(transparent 80%, #BDEBEF 80%);
    margin-bottom: 50px;
}

.service-content1 {
    background-color: #F7FDFF;
}

.q-and-a1 {
    background-color: #F7FDFF;
}

.bg-ornament1 {
    z-index: -1;
    position: absolute;
    width: 362px;
    height: 324px;
    border-radius: 200px;
    background-color: #D2FBFF;
    opacity: 0.5;
    filter: blur(50px);
}

.how-to-use_introduction_element_step_num_sharp1 {
    font-size: 17px;
    margin: 0;
    color: #047AC3;
    font-weight: 400;
    margin-top: -3px;
    margin-bottom: -10px;
}

.service-content_introduction1 {
    display: flex;
    justify-content: space-evenly;
    padding: 0 4%;
    margin: 0 auto;
    max-width: 1000px;
    column-gap: 34px;
}


.service-content_introduction_element1 {
    display: flex;
    /* width: calc((483/1442)*100%); */
    justify-content: space-evenly;
    align-items: center;
    background-color: #ffffff;
    border: solid 1px #BDEBEF;
    border-radius: 30px 0px 30px 0px;
    box-shadow: 3px 3px 4px #d8d8d8;
    margin-bottom: 40px;
    height: auto;
    width: 48%;
    min-height: 175px;
}

.service-content_introduction_element1 img {
    width: calc((110/483)*100%);
    aspect-ratio: 1 / 1;
    object-fit: contain;
    display: block;
}

.service-content_introduction_element_dotted1 {
    height: 80px;
    width: 1px;
    border-left: dotted 2px #047AC3;
}

.reason-choosing_introduction_element_dotted1 {
    margin: 18px auto;
    width: 16%;
    height: 1px;
    border-top: dotted 3px #047AC3;

}

.how-to-use_introduction_element_step_num_number1 {
    font-size: 37px;
    margin: 0;
    color: #047AC3;
    font-weight: 500;
}

.how-to-use_introduction_element_green-bar1 {
    width: 100%;
    border: solid 1px #047AC3;
}

.open1,
.special1 {
    color: #047AC3;
}

.q-and-a_element_q_bg-green1 {
    background-color: #047AC3;
    width: 49px;
    height: 49px;
    border-radius: 25px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 19px;
    min-width: 49px;
}

.q-and-a_element_q_question1 {
    color: #047AC3;
    padding: 0;
    margin: 0;
    font-size: 19px;
}

.schedule-and-access_access_tool1 {
    display: flex;
    align-items: center;
    padding-top: 7px;
}



.schedule-and-access_access_tool1 p {
    color: #047AC3;
    padding-left: 10px;
}

.takusyokui {
    font-size: 18px;
    font-weight: bold;
    margin-top: -11px;
    margin-bottom: 10px;
}



/* ----------------------------------------------- arte 2st ------------------------------------------------ */


.lower-heading2 {
    width: fit-content;
    margin: 0 auto;
    background: linear-gradient(transparent 80%, #EFC1BD 80%);
    margin-bottom: 50px;
}

.service-content2 {
    background-color: #FFF9F9;
}

.q-and-a2 {
    background-color: #FFF9F9;
}

.bg-ornament2 {
    z-index: -1;
    position: absolute;
    width: 362px;
    height: 324px;
    border-radius: 200px;
    background-color: #FBDDDB;
    opacity: 0.5;
    filter: blur(50px);
}

.how-to-use_introduction_element_step_num_sharp2 {
    font-size: 17px;
    margin: 0;
    color: #DE6B5B;
    font-weight: 400;
    margin-top: -3px;
    margin-bottom: -10px;
}

.service-content_introduction1 {
    display: flex;
    justify-content: space-evenly;
    padding: 0 4%;
    margin: 0 auto;
    max-width: 1000px;
    column-gap: 34px;
}


.service-content_introduction_element2 {
    display: flex;
    /* width: calc((483/1442)*100%); */
    justify-content: space-evenly;
    align-items: center;
    background-color: #ffffff;
    border: solid 1px #EFC1BD;
    border-radius: 30px 0px 30px 0px;
    box-shadow: 3px 3px 4px #d8d8d8;
    margin-bottom: 40px;
    height: auto;
    width: 48%;
    min-height: 175px;
}

.service-content_introduction_element2 img {
    width: calc((110/483)*100%);
    aspect-ratio: 1 / 1;
    object-fit: contain;
    display: block;
}

.service-content_introduction_element_dotted2 {
    height: 80px;
    width: 1px;
    border-left: dotted 2px #DE6B5B;
}

.reason-choosing_introduction_element_dotted2 {
    margin: 18px auto;
    width: 16%;
    height: 1px;
    border-top: dotted 3px #DE6B5B;

}

.how-to-use_introduction_element_step_num_number2 {
    font-size: 37px;
    margin: 0;
    color: #DE6B5B;
    font-weight: 500;
}

.how-to-use_introduction_element_green-bar2 {
    width: 100%;
    border: solid 1px #DE6B5B;
}

.open2,
.special2 {
    color: #DE6B5B;
}

.q-and-a_element_q_bg-green2 {
    background-color: #DE6B5B;
    width: 49px;
    height: 49px;
    border-radius: 25px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 19px;
    min-width: 49px;
}

.q-and-a_element_q_question2 {
    color: #DE6B5B;
    padding: 0;
    margin: 0;
    font-size: 19px;
}

.schedule-and-access_access_tool2 {
    display: flex;
    align-items: center;
    padding-top: 7px;
}



.schedule-and-access_access_tool2 p {
    color: #DE6B5B;
    padding-left: 10px;
}


/* ----------------------------------------------- hoiku ------------------------------------------------ */

.lower-heading3 {
    width: fit-content;
    margin: 0 auto;
    background: linear-gradient(transparent 80%, #E4C890 80%);
    margin-bottom: 50px;
}

.service-content3 {
    background-color: #FFFEFA;
}

.q-and-a3 {
    background-color: #FFFEFA;
}

.bg-ornament3 {
    z-index: -1;
    position: absolute;
    width: 362px;
    height: 324px;
    border-radius: 200px;
    background-color: #FEEFD2;
    opacity: 0.5;
    filter: blur(50px);
}

.how-to-use_introduction_element_step_num_sharp3 {
    font-size: 17px;
    margin: 0;
    color: #E0CA21;
    font-weight: 400;
    margin-top: -3px;
    margin-bottom: -10px;
}

.service-content_introduction1 {
    display: flex;
    justify-content: space-evenly;
    padding: 0 4%;
    margin: 0 auto;
    max-width: 1000px;
    column-gap: 34px;
}


.service-content_introduction_element3 {
    display: flex;
    /* width: calc((483/1442)*100%); */
    justify-content: space-evenly;
    align-items: center;
    background-color: #ffffff;
    border: solid 1px #E4C890;
    border-radius: 30px 0px 30px 0px;
    box-shadow: 3px 3px 4px #d8d8d8;
    margin-bottom: 40px;
    height: auto;
    width: 48%;
    min-height: 175px;
}

.service-content_introduction_element3 img {
    width: calc((110/483)*100%);
    aspect-ratio: 1 / 1;
    object-fit: contain;
    display: block;
}

.service-content_introduction_element_dotted3 {
    height: 80px;
    width: 1px;
    border-left: dotted 2px #E0CA21;
}

.reason-choosing_introduction_element_dotted3 {
    margin: 18px auto;
    width: 16%;
    height: 1px;
    border-top: dotted 3px #E0CA21;

}

.how-to-use_introduction_element_step_num_number3 {
    font-size: 37px;
    margin: 0;
    color: #E0CA21;
    font-weight: 500;
}

.how-to-use_introduction_element_green-bar3 {
    width: 100%;
    border: solid 1px #E0CA21;
}

.open3,
.special3 {
    color: #E0CA21;
}

.q-and-a_element_q_bg-green3 {
    background-color: #E0CA21;
    width: 49px;
    height: 49px;
    border-radius: 25px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 19px;
    min-width: 49px;
}

.q-and-a_element_q_question3 {
    color: #E0CA21;
    padding: 0;
    margin: 0;
    font-size: 19px;
}

.schedule-and-access_access_tool3 {
    display: flex;
    align-items: center;
    padding-top: 7px;
}



.schedule-and-access_access_tool3 p {
    color: #E0CA21;
    padding-left: 10px;
}

/* .p-map {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.p-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
} */


.current {
    color: #F1A650;
    border-bottom: #F1A650;
    position: relative;
}

/* ############ contact ############### */

.contact-background {
    background-color: #FFFDF8;
}

.title__wrapper {
    text-align: center;

    padding: 150px 0 50px 0;
}

.contact-about__description {
    width: 64%;
    margin: 0px auto 0 auto;
    text-align: center;
    padding-top: 30px;
}

.contact-about__description2 {
    width: 64%;
    margin: 50px auto 60px auto;
}


#contact {
    max-width: 1100px;
    padding: 0px 4% 350px 4%;
    margin: 0 auto;
}

.h-text {
    text-align: center;
}

.line-btn {
    width: 364px;
    font-size: 17px;
    background-color: #9ec91c;
    color: #ffffff;
    text-align: center;
    margin: 0px auto 60px auto;
    padding: 26px 0;
    font-weight: bold;
}

.line-btn:hover {
    opacity: 0.7;
}

.form-container {
    max-width: 800px;
    margin: 60px auto;
    padding: 4px 4%;
}

form div {
    margin-bottom: 14px;
}

label {
    display: block;
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 17px;

}

.textform {
    width: 100%;
    padding: 1% 1%;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 3px rgb(0 0 0 / 5%) inset;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 5%) inset;
}

textarea {
    width: 100%;
    height: 200px;
    padding: 1% 1%;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 3px rgb(0 0 0 / 5%) inset;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 5%) inset;
    margin-top: 14px;
}

.required {
    background-color: #F1A650;
    color: #ffffff;
    padding: 2px 10px;
    margin: 0 10px 0px 0px;
    border-radius: 10px;
}

.any {
    background-color: #ffffff;
    color: #F1A650;
    border: 1px solid #F1A650;
    padding: 4px 10px;
    margin: 0 10px 0px 0px;
    border-radius: 10px;
}

.contact-item {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 90px;
}

.contact-btn {
    width: 400px;
    padding: 20px 0;
    background-color: #ffffff;
    font-weight: bold;
    border: 1px solid #F1A650;
    font-size: 17px;
    color: #F1A650;
}

.contact-btn:hover {
    opacity: 0.7;
}

.form-container div br {
    display: none;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    width: 100%;
    padding: 1% 1%;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 3px rgb(0 0 0 / 5%) inset;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 5%) inset;
    margin-top: 14px;
}

.wpcf7-list-item {
    display: block !important;
    margin: 0 !important;
}

.wpcf7-list-item label {
    display: block;
    padding-bottom: 0;
    font-weight: normal;
    font-size: 17px;
    margin-top: 5px;
}

.wpcf7-list-item.first {
    margin: 0;
    padding-top: 7px;
}


.wpcf7-list-item-label {
    cursor: pointer;
    display: flex;
}

/* ラジオボタンのデフォルトのボタン */
/* // デフォルトのボタンを非表示 */
input[type="radio"] {
    opacity: 0;
    position: absolute;
}

/* チェック前のボタン */
/* // ラジオボタンっぽく丸くする */
/* // 色をじんわり変化させる */
.wpcf7-list-item-label::before {
    background: #fff;
    border: 1px solid #333;
    border-radius: 100%;
    content: "";
    height: 1.0em;
    margin-bottom: auto;
    margin-right: .5em;
    margin-top: auto;
    transition: background-color .5s;
    width: 1.0em;
}

/* チェック後のボタン */
/* // チェック後の中心の色 */
/* // 中心の色のスタイル */
input[type="radio"]:checked+.wpcf7-list-item-label::before {
    background-color: #F1A650;
    box-shadow: inset 0 0 0 2px #fff;
}

input.contact-btn {
    width: 400px;
    padding: 20px 0;
    background-color: #F1A650;
    font-weight: bold;
    border: 1px solid #F1A650;
    font-size: 20px;
    color: #ffffff;
    border-radius: 50px;
    box-shadow: 0 3px 6px rgba(154, 154, 154, 0.16);
}

.wpcf7-spinner {
    display: none !important;
}


/* チェックボックスのデフォルトのボタン */
/* // デフォルトのボタンを非表示 */
input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

/* チェック後のボタン */
/* // チェック後の中心の色 */
/* // 中心の色のスタイル */
input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
    background-color: #F1A650;
    box-shadow: inset 0 0 0 3px #fff;
}

.contact-privacy {
    text-align: center;
    margin-top: 30px;
    max-width: 378px;
    margin: 0 auto;
}

.contact-privacy a {
    color: #1571DA;
    display: inline-block;
}

.thank {
    height: 500px;
}

.cta__btn--outer {
    width: 375px;
    margin: 0 auto;
}

#sb_instagram #sbi_load {
    display: none;
}

.grecaptcha-badge {
    visibility: hidden;
}

.recap {
    text-align: center;
    font-size: 14px;
}

.kouhyou {
    margin: 0 auto;
    text-align: center;
    padding: 60px 4% 0 4%;
}

.pdf-buttons {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 60px auto 0 auto;
}


/* 最後のコンテンツを左寄せにする指定 */
.pdf-buttons:after {
    content: "";
    display: block;
    width: 300px;
    /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
    padding: 15px 20px;
}

.pdf-button {
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
    padding: 15px 20px;
    border-radius: 4px;
    text-decoration: none;
    /* リンクの下線を消す */
    width: 300px;
    transition: background-color 0.3s;
}

.pdf-button:hover {
    background-color: #f0f0f0;
    /* ホバー時に少し濃くする */
}

.pdf-button .icon img {
    width: 35px;
    height: auto;
    margin-right: 15px;
}

.pdf-button span {
    font-size: 16px;
    color: #333;
    flex: 1;
}

.pdf-button .arrow {
    font-size: 22px;
    color: #666;
    margin-left: 15px;


}

.kango_kasan{
    margin: 0 auto;
    text-align: center;
    padding: 60px 4% 0 4%;
    max-width: 1000px;
}

.kango_dx{
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
}

.kango_kasan_p{
    text-align: left;
        margin: 60px auto 0 auto;
}

/* ----------------------------------------------- recruit ------------------------------------------------ */
.rec-info {
    background-color: #fffdf8;
}

.rec-info_title {
    display: flex;
    justify-content: center;
}

.rec-info_title_circle {
    height: 10px;
    width: 10px;
    border-radius: 5px;
    margin: auto 5px;
}

.dark {
    background-color: #f1a650;
}

.light {
    background-color: #ffdc85;
}

.rec-info_about {
    margin: 50px auto;
    max-width: 760px;
    padding: 0 4%;
}

.rec-info_staffimage {
    max-width: 1000px;
    display: block;
    margin: 30px auto;
    padding: 0 4%;
}

.rec-info_staffimagesp {
    display: none;
    margin: 30px auto;
}

.lookingfor {
    background-color: #fafafc;
}

.lookingfor_title {
    font-size: 28px;
    text-align: center;
    margin: 30px auto;
    font-weight: bold;
}

.lookingfor_content {
    display: flex;
    justify-content: space-between;
    margin: 40px auto;
    max-width: 820px;
    padding: 0 4%;
    row-gap: 20px;
}

.lookingfor_content_element {
    display: flex;
    width: 45%;
    height: 70px;
    background-color: #fff;
}

.lookingfor_content_element_triangle {
    margin: auto 20px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #f1a650;
}

.lookingfor_content_element_text {
    font-size: 19px;
    margin: auto 0;
    font-weight: 500;
}

.guideline {
    background-color: #fffdf8;
}

.heading_exp {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.guideline_modal {
    max-width: 1000px;
    height: 385px;
    background-color: #fff;
    border-radius: 27px;
    margin: 0 auto;
}

.guideline_modal_flex {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly; */
        display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    column-gap: 20px;
}

.guideline_modal_content {
    display: flex;
    align-items: center;
    width: 410px;
    height: 121px;
    background-color: #f0f6ff;
    border-radius: 27px;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 50px;
}

.guideline_modal_content_image {
    width: 58px;
    height: 58px;
    margin-left: 35px;
}

.guideline_modal_content_text {
    margin-left: 20px;
    font-size: 19px;
    font-weight: 500;
}

.guideline_modal_content_open {
    position: relative;
    width: 36px;
    height: 36px;
    margin-left: auto;
    margin-right: 35px;
}

.guideline_modal_content_open:before,
.guideline_modal_content_open:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #f1a650;
}

.guideline_modal_content_open:before {
    width: 3px;
    height: 36px;
}

.guideline_modal_content_open:after {
    width: 36px;
    height: 3px;
}

.guideline_modal_wrapper {
    z-index: 1000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFFDF8;
    overflow-y: scroll;
}

.guideline_modal_wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.guideline_modal_wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: .3s;
}

.guideline_modal_window {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 4%;
}

.guideline_modal_window_table {
    background-color: #fff;
    border-radius: 27px;
    margin-top: 50px;
    padding: 50px 0;
}

.guideline_modal_window_table_content {
    display: flex;
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #eaeaea;
    padding: 30px 0;
}

.guideline_modal_window_table_content_title {
    width: 25%;
    margin-left: 5px;
    font-size: 16px;
    font-weight: bold;
}

.guideline_modal_window_table_content_text {
    width: 75%;
    font-size: 16px;
}

.guideline_modal_window_close-x {
    display: flex;
    width: 60px;
    height: 60px;
    border: 3px solid #f1a650;
    border-radius: 50%;
    background-color: #fcfcfc;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 30px 0 0 auto;
}

.guideline_modal_window_close-x:before,
.guideline_modal_window_close-x:after {
    content: "";
    position: absolute;
    width: 36px;
    height: 3px;
    background-color: #f1a650;
}

.guideline_modal_window_close-x:before {
    transform: rotate(45deg);
}

.guideline_modal_window_close-x:after {
    transform: rotate(-45deg);
}

.guideline_modal_window_close-button {
    display: flex;
    width: 330px;
    height: 80px;
    border: 3px solid #f1a650;
    border-radius: 45px;
    background-color: #fff;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
}

.guideline_modal_window_close-button_text {
    font-size: 22px;
    margin-left: 135px;
    margin-right: auto;
}

.guideline_modal_window_close-button_circle {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border: 3px solid #f1a650;
    border-radius: 50%;
    margin-right: 45px;
}

.guideline_modal_window_close-button_triangle {
    width: 0;
    height: 0;
    margin-left: 2px;
    border-left: 18px solid #f1a650;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.interview {
    background-color: #fafafc;
}

.interview_content {
    display: flex;
    justify-content: space-between;
    margin: 60px auto;
    max-width: 1000px;
    padding: 0 4%;
}

.interview_content_image {
    width: calc((268/1000)*100%);
    height: 100%;
}

.interview_content_exp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    background-color: #fff;
    border-radius: 27px;
    padding: 20px 0;
}

.interview_content_exp_title {
    display: flex;
    font-size: 19px;
    width: 95%;
}

.interview_content_exp_title_category {
    width: 29%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #F1A650;
    border-radius: 27px;
    color: #fff;
    font-weight: 600;
}

.interview_content_exp_title_name {
    width: 60%;
    height: 38px;
    line-height: 38px;
    margin-left: 30px;
    font-weight: 500;
}

.interview_content_exp_text {
    width: 96%;
    font-size: 16px;
    margin-top: 15px;
}

.rec-qanda {
    background-color: #fffdf8;
}

.rec-qanda_table {
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 27px;
    background-color: #fff;
    overflow: hidden;
    padding: 30px 0;
}

.rec-qanda_table_content {
    width: 90%;
    /* height: 205px; */
    border-radius: 27px;
    background-color: #f0f6ff;
    margin: 0 auto;
    margin-bottom: 38px;
}

.rec-qanda_table_content_text {
    vertical-align: top;
    height: 100%;
    padding-left: 10px;
}

.rec-qanda_table_content_question {
    display: flex;
    /* height: 80px; */
    align-items: center;
    padding: 20px 25px 0px 25px;
    font-weight: 600;
}

.rec-qanda_table_content_question_q {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    vertical-align: top;
    height: 100%;
}

.rec-qanda_table_content_answer {
    display: flex;
    height: 70px;
    padding: 20px 25px 0px 25px;
}

.rec-qanda_table_content_answer_a {
    font-size: 24px;
    font-weight: bold;
    color: #f1a650;
    vertical-align: top;
    height: 100%;
}

.entry {
    background-color: #fffdf8;
    padding: 0 4%;
    padding-bottom: 340px;
}

.entry_sent {
    display: flex;
    width: 450px;
    height: 90px;
    border-radius: 45px;
    background-color: #f1a650;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
}

.entry_sent_text {
    font-size: 22px;
    margin-left: 75px;
    margin-right: auto;
    color: #fff;
}

.entry_sent_circle {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 45px;
}

.entry_sent_triangle {
    width: 0;
    height: 0;
    margin-left: 2px;
    border-left: 18px solid #f1a650;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.h1_lower {
    padding: 0 13px;
}

.modal_h {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}

/* ----------------------------------------------- /recruit ------------------------------------------------ */

@media screen and (max-width: 1200px) {


    .how-to-use_introduction_element_step_num_sharp {
        font-size: 17px;
        margin: 0;
        color: #1e8917;
        font-weight: 400;
        margin-top: -3px;
        margin-bottom: -3px;
    }


    .fade-img2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 460px;
        object-fit: cover;
        opacity: 0;
        transition: opacity 1s ease-in-out;
    }


    .header-nav li {
        font-size: 14px;
        margin-left: 10px;
        margin-right: 13px;
    }

    .break {
        display: none;
    }

    .header-nav_mail-contact {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 62px;
        width: 100px;
        margin: 0;
        border-radius: 30px;
        background-color: #f1a650;
        padding: 0 8px;
    }

}


@media screen and (max-width: 768px) {



    .guideline_modal_content_open {
        position: relative;
        width: 36px;
        height: 36px;
        margin-left: auto;
        margin-right: 13px;
    }

    .guideline_modal_content_open:before {
        width: 3px;
        height: 28px;
    }

    .guideline_modal_content_open:after {
        width: 28px;
        height: 3px;
    }



    .pdf-buttons {
        display: flex;
        justify-content: center;
        gap: 30px;
        /* ボタン間のスペース */
        margin-top: 60px;
        flex-wrap: wrap;
    }

    .pdf-button span {
        font-size: 15px;
        color: #333;
        flex: 1;
    }

    /* 最後のコンテンツを左寄せにする指定 */
    .pdf-buttons:after {
        content: "";
        display: none;
        width: 300px;
        /* .boxに指定したwidthと同じ幅を指定する */
        height: 0;
        padding: 15px 20px;
    }

    .service_introduction_element_datails {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        border-radius: 25px;
        margin-top: 25px;
        margin-bottom: 25px;
        margin-left: 15%;
        margin-right: 15%;
    }

    .q-and-a_element_a {
        display: flex;
        column-gap: 28px;
        margin-bottom: 20px;
    }


    .q-and-a_element_a span {
        margin-left: 16px;
        font-size: 19px;
        font-weight: 500;
    }

    .about-us_under {
        display: flex;
        max-width: 1000px;
        margin: 0 auto;
        column-gap: 50px;
        padding: 0 4%;
        flex-direction: column;
        row-gap: 70px;
    }

    .philosophy_orange {
        color: #f1a650;
        font-size: 54px;
    }

    .slider {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: calc((430 / 655) * 100%);
        left: calc((1260 / 1442) * 100%);
    }


    .philosophy_line {
        background-color: #ffffff;
        opacity: 0.74;
        font-size: 38px;
        height: 55px;
        margin-bottom: 13px;
        display: flex;
        width: fit-content;
        align-items: flex-end;
        padding: 0px 12px;
    }

    .yurai {
        margin: 20px 0px 80px;
        padding: 0 4%;
    }

    .overview-table th {
        padding: 20px;
        padding-right: 18px;
        background-color: #ffecd2;
    }

    .overview-table td {
        padding: 25px;
        background-color: #ffffff;
        padding-left: 10px;
        padding-right: 10px;
    }

    .office_datail_datail a {
        display: flex;
        margin-left: auto;
        padding-top: 10px;
    }

    .footer-arte {
        font-size: 32px;
        font-weight: bold;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 19px;
    }

    h4 {
        font-size: 17px;
    }

    p {
        font-size: 15px;
    }

    input[type="checkbox"] {
        opacity: 0;
        visibility: hidden;
        position: absolute;
    }

    .hamburger {
        z-index: 3;
        display: block;
        width: 56px;
        height: 56px;
        border-radius: 30px;
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        background-color: #f1a650;
        top: 20px;
        right: 20px;
        padding-bottom: 0px;
    }

    .hamburger span,
    .hamburger span::before,
    .hamburger span::after {
        position: absolute;
        display: block;
        content: "";
        width: 32px;
        height: 2px;
        background-color: #fff;
        transition: all 0.5s;
    }

    .hamburger span::before {
        top: -10px;
    }

    .hamburger span::after {
        bottom: -10px;
    }

    input[type="checkbox"]:checked+.hamburger span {
        background-color: transparent;
    }

    input[type="checkbox"]:checked+.hamburger span::before {
        top: 0;
        transform: rotate(45deg);
    }

    input[type="checkbox"]:checked+.hamburger span::after {
        bottom: 0;
        transform: rotate(-45deg);
    }

    .nav {
        z-index: 2;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        right: -100%;
        background-color: #fffdf8;
        padding: 100px 0;
        transition: all 0.5s;
    }

    .nav__item {
        display: block;
        font-size: 18px;
        /* text-transform: uppercase; */
        color: #3f3f3f;
        padding: 14px 0;
    }

    input[type="checkbox"]:checked~.nav {
        right: 0;
    }

    .header-MV {
        aspect-ratio: 357/500;
        position: relative;
        width: 95%;
        margin: 0 auto;
        aspect-ratio: 1364 / 655;
        overflow: hidden;
        border-radius: 30px;
        height: 550px;
    }

    .header-MV-lower {
        height: 460px;
        border-radius: 0px;
        width: 100%;
    }

    .philosophy {
        left: 5%;
        top: 54%;
    }


    .philosophy-lower {
        left: 5%;
        top: 56%;
    }

    .about-us {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 90px;
    }

    .about-us_text {
        width: 100%;
        order: 1;
    }

    .about-us_headings {
        margin: 0 auto;
    }

    .about-us_exp_label {
        justify-content: center;
    }

    .about-us_image {
        width: 100%;
        order: 2;
    }

    .about-us_body-text {
        order: 3;
        margin-top: 20px;
    }

    .service_introduction {
        display: block;
        margin-top: 30px;
    }

    .service_introduction_element {
        width: calc((351/384)*100%);
        padding-bottom: 10px;
    }

    .service_introduction_element img {
        padding-top: 20px;
    }

    .service_introduction_element p {
        margin: 0 calc((25 / 470) * 100%);
    }

    .representative {
        display: block;
        width: 100%;
        margin: 0px 0px 0px 0px;
    }

    .representative img {
        display: block;
        width: calc((250/384)*100%);
        margin: 30px auto;
    }

    .representative_introduction {
        width: 100%;
    }

    .representative_name {
        width: calc((282 / 384) * 100%);
        margin: 0 auto;
    }

    .representative_career_datail p {
        margin: 10px 0;
    }

    .representative_career {
        width: calc((357/384)*100%);
        margin: 0 auto;
    }

    .post {
        display: block;
        width: 100%;
        margin: 0 0px;
    }

    .post_introduction {
        width: calc((350/384)*100%);
        margin: 0 auto;
        margin-bottom: 60px;
    }

    .post_introduction img {
        width: calc((250/350)*100%);
        display: block;
        margin: 20px auto;
    }

    .overview-table {
        width: calc((359/384)*100%);
    }

    .company-overview th {
        padding-left: 10px;
    }

    .office_datail {
        display: block;
        padding-bottom: 30px;
    }

    .office_datail_link {
        margin-left: 17px;
    }

    .contact {
        width: calc((357/382)*100%);
    }

    .footer_contact {
        bottom: 550px;
    }

    .contact_text {
        width: calc((285/357)*100%);
        margin: 20px auto;
        margin-top: 0px;
        margin-bottom: 40px;
    }

    .contact_button {
        display: block;
        padding-top: 0px;
        padding-left: 0px;
    }

    .contact_button_mail {
        width: calc((300/382)*100%);
        margin: 20px auto;
        box-shadow: 0 3px 6px rgba(154, 154, 154, 0.16);
    }

    .contact_button_tel {
        width: calc((300/382)*100%);
        border: solid 12px #ffffff;
        border-radius: 50px;
        margin: 0 auto;
        box-shadow: 0 3px 6px rgba(154, 154, 154, 0.16);
        height: 46px;
    }

    .contact_button_tel_border {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        background-color: #ffffff;
        border-radius: 43px;
        border: solid 1px #f1a650;
        height: 100%;

    }

    .footer-bg {
        padding-top: 250px;

    }

    .footer-label {
        flex-direction: column-reverse;
        width: 90%;
        margin: 0 auto;
    }

    .philosophy_access {
        width: 184px;
        font-size: 25px;
    }

    .philosophy_heading {
        font-size: 33px;
    }

    .section-heading {
        /* width: calc((156/384)*100%); */
    }

    .about-our-work_exp {
        display: block;
        width: calc((354/384)*100%);
        margin: 0 auto;
    }

    .about-our-work_exp_text {
        width: 100%;
        padding-bottom: 40px;
    }

    .about-our-work_exp img {
        width: 100%;
    }

    .service-content_introduction {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .service-content_introduction_element {
        width: calc((380/384)*100%);
        margin: 10px auto;
    }

    .reason-choosing_introduction {
        display: block;
        margin: 60px auto;
    }

    .reason-choosing_introduction_element {
        width: calc((310/384)*100%);
        margin: 50px auto;
    }

    .reason-choosing_introduction_element h3 {
        padding: 0px 0px 25px 0px;
    }

    .how-to-use_introduction {
        display: block;
    }

    .how-to-use_introduction_element {
        width: calc((320/384)*100%);
        margin: 0 auto;
        max-width: 430px;
    }

    .how-to-use_introduction_element img {
        width: 100%;
    }

    .how-to-use_introduction_right-triangle {
        margin: 25px auto;
        rotate: 90deg;
    }

    /* 
    .q-and-a_element_q_bg-green {
        font-size: 19px;
        width: 44px;
        height: 41px;
    } */

    .q-and-a_element_q_question {
        font-size: 19px;
    }

    .q-and-a_element_q {
        display: flex;
        align-items: center;
        font-size: 24px;
        font-weight: 500;
        column-gap: 10px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .schedule-and-access {
        padding-bottom: 340px;
    }

    .schedule-and-access_info {
        display: block;
        width: auto;
        margin: 0 auto;
    }

    .schedule-arte {
        font-size: 22px;
        font-weight: 500;
        padding-bottom: 10px;
    }

    .schedule-and-access_schedule td {
        padding: 12px 7px;
    }

    .schedule-and-access_access_image {
        width: 100%;
        padding-top: 40px;
    }

    .fade-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 550px;
        object-fit: cover;
        opacity: 0;
        transition: opacity 1s ease-in-out;
    }

    .takusyokui {
        font-size: 16px;
        font-weight: bold;
        margin-top: -8px;
        margin-bottom: 10px;
    }

    /* ----------------------------------------------- arte 1st ------------------------------------------------ */

    .how-to-use_introduction_element_step_num_sharp1 {
        font-size: 17px;
        margin: 0;
        color: #047AC3;
        font-weight: 400;
        margin-top: -3px;
        margin-bottom: -3px;
    }

    .service-content_introduction_element1 {
        width: calc((380/384)*100%);
        margin: 10px auto;
    }

    /* ----------------------------------------------- arte 2st ------------------------------------------------ */


    .how-to-use_introduction_element_step_num_sharp2 {
        font-size: 17px;
        margin: 0;
        color: #DE6B5B;
        font-weight: 400;
        margin-top: -3px;
        margin-bottom: -3px;
    }

    .service-content_introduction_element2 {
        width: calc((380/384)*100%);
        margin: 10px auto;
    }

    /* ----------------------------------------------- hoiku ------------------------------------------------ */

    .how-to-use_introduction_element_step_num_sharp3 {
        font-size: 17px;
        margin: 0;
        color: #E0CA21;
        font-weight: 400;
        margin-top: -3px;
        margin-bottom: -3px;
    }

    .service-content_introduction_element3 {
        width: calc((380/384)*100%);
        margin: 10px auto;
    }

    /* ############ contact ############### */

    .title__wrapper {
        text-align: center;

        padding: 50px 0;
    }

    .contact-about__description {
        width: 90%;
        margin: 0px auto 0 auto;
        text-align: center;
        padding-top: 30px;
    }

    .contact-about__description2 {
        width: 90%;
        margin: 50px auto 60px auto;
    }

    #contact {
        max-width: 1100px;
        padding: 0px 4% 350px 4%;
        margin: 0 auto;
    }

    .line-btn {
        width: 300px;
        background-color: #9ec91c;
        color: #ffffff;
        text-align: center;
        margin: 0px auto 60px auto;
        padding: 20px 0;
        font-weight: bold;
        font-size: 13px;
    }

    .line-btn:hover {
        opacity: 0.7;
    }

    .form-container {
        max-width: 800px;
        margin: 0px auto;
        padding: 4px 4%;
    }

    form div {
        margin-bottom: 14px;
    }

    label {
        display: block;
        padding-bottom: 15px;
        font-weight: bold;
        font-size: 17px;
        color: #3f3f3f;

    }

    .textform {
        width: 100%;
        padding: 1% 1%;
        border: 1px solid #c6c6c6;
        border-radius: 3px;
        -webkit-box-shadow: 1px 1px 3px rgb(0 0 0 / 5%) inset;
        box-shadow: 1px 1px 3px rgb(0 0 0 / 5%) inset;
    }

    textarea {
        width: 100%;
        height: 200px;
        padding: 2% 1%;
        border: 1px solid #c6c6c6;
        border-radius: 3px;
        -webkit-box-shadow: 1px 1px 3px rgb(0 0 0 / 5%) inset;
        box-shadow: 1px 1px 3px rgb(0 0 0 / 5%) inset;
        font-size: 15px;
    }

    .required {
        background-color: #F1A650;
        color: #ffffff;
        padding: 2px 10px;
        margin: 0 10px 0px 0px
    }

    .any {
        background-color: #ffffff;
        color: #F1A650;
        border: 1px solid #F1A650;
        padding: 2px 10px;
        margin: 0 10px 0px 0px
    }

    .contact-item {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .contact-btn {
        width: 300px;
        padding: 20px 0;
        background-color: #ffffff;
        font-weight: bold;
        border: 1px solid #F1A650;
        font-size: 15px;
        color: #F1A650;
    }

    .contact-btn:hover {
        opacity: 0.7;
    }


    .form-container div br {
        display: none;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"] {
        width: 100%;
        padding: 1% 1%;
        border: 1px solid #c6c6c6;
        border-radius: 3px;
        -webkit-box-shadow: 1px 1px 3px rgb(0 0 0 / 5%) inset;
        box-shadow: 1px 1px 3px rgb(0 0 0 / 5%) inset;
        margin-top: 14px;
        height: 23px;
        font-size: 15px;
    }

    .wpcf7-list-item {
        display: block !important;
        margin: 0 !important;
    }

    .wpcf7-list-item label {
        display: block;
        padding-bottom: 0;
        font-weight: normal;
        font-size: 14px;
        margin-top: 5px;
    }

    .wpcf7-list-item.first {
        margin: 0;
    }


    .wpcf7-list-item-label {
        cursor: pointer;
        display: flex;
    }

    /* ラジオボタンのデフォルトのボタン */
    /* // デフォルトのボタンを非表示 */
    input[type="radio"] {
        opacity: 0;
        position: absolute;
    }

    /* チェック前のボタン */
    /* // ラジオボタンっぽく丸くする */
    /* // 色をじんわり変化させる */
    .wpcf7-list-item-label::before {
        background: #fff;
        border: 1px solid #333;
        border-radius: 100%;
        content: "";
        height: 1.0em;
        margin-bottom: auto;
        margin-right: .5em;
        margin-top: auto;
        transition: background-color .5s;
        width: 1.0em;
    }

    /* チェック後のボタン */
    /* // チェック後の中心の色 */
    /* // 中心の色のスタイル */
    input[type="radio"]:checked+.wpcf7-list-item-label::before {
        background-color: #F1A650;
        box-shadow: inset 0 0 0 2px #fff;
    }

    input.contact-btn {
        width: 300px;
        padding: 15px 0;
        background-color: #F1A650;
        font-weight: bold;
        border: 1px solid #F1A650;
        font-size: 17px;
        color: #ffffff;
        box-shadow: 0 3px 6px rgba(154, 154, 154, 0.16);
    }

    .wpcf7-spinner {
        display: none !important;
    }


    /* チェックボックスのデフォルトのボタン */
    /* // デフォルトのボタンを非表示 */
    input[type="checkbox"] {
        opacity: 0;
        position: absolute;
    }

    /* チェック後のボタン */
    /* // チェック後の中心の色 */
    /* // 中心の色のスタイル */
    input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
        background-color: #F1A650;
        box-shadow: inset 0 0 0 3px #fff;
    }

    .contact-privacy {
        text-align: center;
        margin-top: 30px;
        max-width: 378px;
        margin: 0 auto;
        font-size: 12px;
    }

    .contact-privacy a {
        color: #1571DA;
        display: inline-block;
    }

    .wpcf7-list-item first last {
        font-size: 12px;
    }

    .kango_dx{
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
}


    /* ----------------------------------------------- recruit ------------------------------------------------ */

    .rec-qanda_table_content_question {
        display: flex;
        /* height: 80px; */
        align-items: center;
        padding: 20px 14px 0px 14px;
    }

    .guideline_modal_content_text {
        margin-left: 20px;
        font-size: 17px;
    }

    .rec-info_about {
        width: 90%;
    }

    .rec-info_staffimage {
        display: none;
    }

    .rec-info_staffimagesp {
        display: block;
        width: 90%
    }

    .lookingfor_title {
        font-size: 20px;
    }

    .lookingfor_content {
        display: block;
        margin: 0 auto;
        width: 90%;
    }

    .lookingfor_content_element {
        margin: 30px auto;
        width: 90%;
    }

    .lookingfor_content_element_text {
        font-size: 17px;
    }

    .guideline_modal {
        width: 90%;
        height: auto;
        overflow: hidden;
        padding: 15px 0;

    }

    .guideline_modal_flex {
        display: grid;
        overflow: hidden;
		width:100%;
        grid-template-columns: 1fr;
    }


    .guideline_modal_content {
        width: 92%;
        height: 121px;
        margin: 15px auto;

    }

    .guideline_modal_content_image {
        width: 40px;
        height: 40px;
        margin-left: 18px;
    }


    .guideline_modal_window {
        margin: 0 auto;
        width: 100%;
        padding: 0 0%;
    }

    .guideline_modal_window_close-x {
        width: 38px;
        height: 38px;
        border: 2px solid #f1a650;
        margin: 30px 10px 0 auto;
    }

    .guideline_modal_window_close-x:before,
    .guideline_modal_window_close-x:after {
        width: 20px;
    }

    .guideline_modal_window_table {
        width: 90%;
        margin: 50px auto;
    }

    .guideline_modal_window_table_content {
        display: block;
        width: 90%;

    }

    .guideline_modal_window_table_content_title {
        width: 40%;
        margin-left: 0;
        padding-bottom: 15px;
    }


    .guideline_modal_window_table_content_text {
        width: 100%;
    }

    .guideline_modal_window_close-button {
        width: 249px;
        height: 76px;
    }

    .guideline_modal_window_close-button_text {
        margin-left: 75px;
    }

    .guideline_modal_window_close-button_circle {
        width: 25px;
        height: 25px;
    }

    .guideline_modal_window_close-button_triangle {
        border-left: 15px solid #f1a650;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }

    .interview_content {
        display: block;
        margin: 0 auto;
        width: 100%;
        padding: 0 0%;
    }

    .interview_content_image {
        display: block;
        margin: 0 auto;
        width: 80%;
        height: 100%;
    }

    .interview_content_exp {
        width: 85%;
        height: 100%;
        margin: 25px auto 60px;
    }

    .interview_content_exp_title {
        display: block;
        width: 90%;
        margin-top: 15px;
    }

    .interview_content_exp_title_category {
        width: 51%;
    }

    .interview_content_exp_title_name {
        width: 90%;
        margin-left: 0;
        font-size: 17px;
        padding-top: 10px;
    }

    .interview_content_exp_text {
        width: 90%;
        margin-bottom: 15px;
    }

    .rec-qanda_table {
        width: 90%;
    }

    .rec-qanda_table_content {
        width: 90%;
        /* height: 365px; */
        padding-bottom: 60px;
    }


    .rec-qanda_table_content_answer {
        height: auto;
        padding-bottom: 20px;

    }

    .rec-qanda_table_content_answer {
        display: flex;
        height: 70px;
        padding: 20px 14px 0px 14px;
    }

    .entry_sent {
        width: 300px;
        height: 76px;
    }

    .entry_sent_text {
        font-size: 19px;
        margin-left: 30px;
    }

    .entry_sent_circle {
        width: 25px;
        height: 25px;
        margin-right: 10px;

    }

    .entry_sent_triangle {
        border-left: 15px solid #f1a650;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }

    .modal_h {
        text-align: center;
        font-size: 26px;
        font-weight: 600;
    }
	.guideline_modal_lineup{
        grid-template-columns: 1fr;
}
    /* ----------------------------------------------- /recruit ------------------------------------------------ */
}