* {
    font-family: "Noto Sans JP", sans-serif;
    text-decoration: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;

}

.screen-reader-response {
    display: none;
}

a:hover {
    cursor: pointer;
}

a:visited {
    color: #FFF;
}

.wrapper {
    width: 100%;
}

.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 16px;
}

.wpcf7-response-output:empty {
    border: none;
}

.wpcf7-response-output {
    color: #f00;
    margin-top: 1em;
    padding: .5em 1em;
    width: 85%;
    margin: 3em auto 0;
    border: 1px solid #f00;
    font-size: 14px;
}


.content_wrapper {
    position: relative;
    width: 85%;
    margin: 0 auto;
    /* overflow: hidden; */
    z-index: 1;
    min-width: 320px;
}

.yellow {
    color: #C4C400;
}

.red {
    color: #F50000;
}

p {
    text-align: justify;
}

.section_title__big {
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    text-align: center;
    margin-bottom: 3px;
    font-weight: 500;
}

.section_title h2 {
    font-size: 20px;
    text-align: center;
}


.info_text h3 {
    font-size: 20px;
    text-align: center;

}

.info_text p {
    font-size: 16px;
}

.price_table__title {
    font-size: 16px;
}

.orange_button {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.contact_bar a {
    color: #fff;
    font-weight: bold;
    font-size: 20px;

}

.contact_bar a:first-child {
    display: none;
}

.header__menu {
    display: none;
}

.content02__slider____img__txt h3 {
    font-size: 24px;
}

.content02__slider____img__txt p {
    font-size: 16px;
}

.join__numeric {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
}

.join_table__title h3 {
    font-size: 20px;
}

.join_table__title p {
    font-size: 14px;
}

.how_to_use__title h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
}

.how_to_use__title h4 {
    font-size: 16px;
}

.voice__title h3 {
    font-size: 20px;
    font-weight: 700;
}

.voice__text p,
.access p {
    font-size: 16px;
}

.contact_form__title h3 {
    font-size: 20px;
}

.contact_form__button h2 {
    font-size: 24px;
}

.yellow_phone h1 {
    font-size: 32px;
}

.rights p {
    font-size: 12px;
    background-color: #FFF;
}

.header_mobile {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    display: flex;
    background-color: #000;
    height: 80px;
    justify-content: center;
    align-items: center;
}

.header_logo img {
    width: 250px;
    height: 60px;
    margin-left: 27px;

}

.hamburger_menu {
    position: relative;
    margin-left: auto;
    background-color: #000;
    height: 80px;
    width: 80px;
}

.hamburger_menu_line-1,
.hamburger_menu_line-2,
.hamburger_menu_line-3 {
    position: absolute;
    border: 1px solid #fff;
    width: 20px;
    right: 28px;
    border-radius: 1px;
}

.hamburger_menu_line-1 {
    top: calc(50% - 10px);
}

.hamburger_menu_line-2 {
    top: calc(50% - 3px);
}

.hamburger_menu_line-3 {
    top: calc(50% + 4px);
}

.pop-up_menu {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 100%;
    background-color: #727272;
    z-index: 1001;
    transition: 0.7s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.pop-up_menu p {
    color: #fff;
    margin-top: 40px;
}

.close-button {
    position: absolute;
    top: 25px;
    right: 30px;
    background: none;
    border: none;
    font-size: 20px;
    color: #ffffff;
    font-weight: 100;
    transition: box-shadow 0.3s ease;
    width: 30px;
    height: 30px;
}

.close-button:active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

.menu-item {
    display: block;
    padding: 0 5px;
    transition: box-shadow 0.3s ease;
}

.menu-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.menu-open {
    right: 0;
}

.pop-up_menu__nav {
    list-style: none;
    font-weight: 900;
}

.pop-up_menu__nav {
    text-align: center;
    color: #fff;
    margin-bottom: 80px;
}

.contact_bar {
    position: fixed;
    display: flex;
    width: 100%;
    justify-content: center;
    z-index: 1000;
    bottom: 0;
    height: 73px;
    background-color: #fff;
    padding-top: 10px;
}


.contact_bar__button {
    text-align: center;

}

.contact_bar__button:nth-child(2) {
    position: relative;
    bottom: -3px;
    background-color: #707070;
    width: 245px;
    height: 60px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    padding-top: 14px;
    margin-right: 20px;
}

.contact_bar__button:last-child {
    position: relative;
    bottom: -3px;
    background-color: #C40000;
    width: 60px;
    height: 60px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    padding-top: 14px;
}


.main_page {
    position: relative;
    margin-top: 80px;
    width: 100%;
    height: calc(100vh - 153px);
    max-height: 1024px;
    overflow: hidden;
}

.main_page__background {
    background: url('../images/background/main_background.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 35% 0%;
    width: 100%;
    height: 100%;
}

.main_page__decorative-element {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.decorative-element {
    position: absolute;
    overflow: hidden;
}

.red-triangle {
    top: 0;
    bottom: 0;
    left: calc(15vh - 50%);
    width: 0;
    border-top: 1024px solid rgba(255, 0, 0, 0.82);
    border-right: 350px solid transparent;
}

.gray-trapezoid {
    bottom: 36px;
    right: 0px;
    width: calc(100% - 10px);
    /* height: 15vw; */
    border-bottom: 225px solid rgb(18, 18, 18, 0.82);
    border-left: 76px solid transparent;
    transition: all 1s ease;
}

.white-frame__container {
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}

.white-frame {
    position: relative;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #FFF;
    z-index: 1;
}

.red-triangle__text {
    position: absolute;
    top: -10px;
    left: -3px;
    height: 200px;
    width: 215px;
    z-index: 2;
}

.red-triangle__text {

    color: #FFF;
    font-size: 65px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1px;
}

.gray-trapezoid__text {
    position: absolute;
    left: calc(50% - 100px);
    bottom: 65px;
    z-index: 2;
    line-height: 1.3;
    transition: all 0.5s ease;
}

.gray-trapezoid__text h3 span {
    font-weight: 900;
}

.gray-trapezoid__text h2 {
    color: #FFF;
    font-size: 32px;
    margin-bottom: 14px;
    font-weight: 600;
    letter-spacing: -1px;
}

.gray-trapezoid__text h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;

}

.main_section {
    position: relative;
    margin-bottom: 80px;
    width: 100%;
}

.background-image {
    position: relative;
    top: 80px;
    height: calc(100vh - 153px);
    background-image: url('../images/background/main_background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 36% 0%;
}

.grey_background {
    background-repeat: repeat;
    background-size: 400px 400px;
}

.grey_background {
    background-image: url("../images/background/so-white.png");
}

.service__slider-item {
    max-width: 235px;
    position: relative;
    margin: 0 10px;

}

.content01__slider-item {
    margin: 0 10px;
    text-align: center;
}

.content01__slider__img {
    width: 100%;
    max-width: 235px;
    border-radius: 50%;
    overflow: hidden;
}

.content01__slider__img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: grayscale(100%);
}

.content01__slider__img img:hover {
    filter: grayscale(0%);
}



.content01__slider____img__txt {
    font-size: 20px;
    margin-top: 30px;
}


.content01__slider____img__txt p {
    display: block;
    max-width: 235px;
    font-size: 20px;
    text-align: center;
}

.section_title {
    position: relative;
    text-align: center;
}

.worries .section_title {
    margin-bottom: 41px;
}

.section_title__shadow {
    position: absolute;
    top: -3px;
    left: 0;
    right: 4px;
    bottom: 0;
    margin: auto;
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    font-weight: 400;
    -webkit-text-stroke: 1px #656565;
    color: transparent;

}

.worries {
    margin: 0 auto 100px auto;
    padding-top: 40px;
    overflow: hidden;
    width: 100%;
}

section, footer, .main_page {
    overflow: hidden;
    min-width: 320px;
}

.service__slider__img img {
    width: 100%;
}

.worries .info_text h3 {
    margin: 21px 0 23px 0;
}

.worries hr {
    border: none;
    height: 1px;
    background-color: #7C7C7C;
    width: 85%;
    margin: 55px auto 0 auto;
}

.figure_bar_pc {
    display: none;
}

.figure_bar_sp {
    margin-top: 60px;
    height: 14.25px;
    width: 100%;
    text-align: center;
}

.figure_bar_sp img {
    width: 85%;
}

.worries__info__text {
    width: 85%;
    margin: 0 auto;
}

.concept {
    width: 100%;
    position: relative;
    background-color: #000;
    padding: 100px 0;
    color: #fff;
    overflow: hidden;

}

.concept_gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 61px;
}

.concept_gallery__image {
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

.concept_gallery__text h3 {
    color: #C4C400;
    text-align: left;
    margin-top: 9px;
    margin-bottom: 14px;
}

.concept_gallery__text {
    color: #fff;
    margin-bottom: 93px;
    z-index: 2;
}

.concept_gallery__text:last-child {
    margin-bottom: 0px;
}


.concept_gallery__image img {
    max-width: 320px;
    width: 100%;

}

.background_image_1 {
    position: absolute;
    background-image: url('../images/background/concept_1.png');
    width: 408px;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    left: -120px;
    top: -30px;
    filter: grayscale(100%);
}

.background_image_2 {
    position: absolute;
    background-image: url('../images/background/concept_2.png');
    width: 502px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 335px;
    filter: grayscale(100%);
    bottom: 270px;
    right: -130px;

}

.concept_gallery__text:last-child {
    height: 100px;
}

.price {
    position: relative;
    padding: 101px 0;
}

.price {

    background-image: url('../images/background/price_background.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: 76% 0%;
}

.price_table_title {
    position: relative;
}

.price_table_title p {
    text-align: center;
    margin: 41px 0 42px 0;
}

.price_table {
    display: block;
    width: 335px;
    border-collapse: collapse;
    border: none;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.49);
    margin: 0 auto;
}

.join_table {
    width: 85%;
}

table.price_table tr {
    border-bottom: 1px solid #707070;
    border-top: 1px solid #707070;
}

tr,
td {
    border: none;
}

.price_table td {
    padding-left: 20px;
    height: 70px;
}

.price_table td:first-child {
    width: 30%;
    font-weight: bold;
}

.price_table td:last-child {
    width: 70%;
}

.page_button,
.common__btn__wrap,
.phone_contact__button,
.contact_button {
    display: block;
    width: 85%;
    max-width: 320px;
    height: 64px;
    background: linear-gradient(to bottom, #FF7600 0%, #891E1E 100%);
    font-weight: bold;
    color: #fff;
    border: none;
    margin: 0 auto;

}

.phone_contact__button span {
    position: relative;
    bottom: 2px;
    font-size: 24px;
    font-family: 'Noto Sans JP', sans-serif;
}

.phone_contact a {
    display: inline-block;
}

.contact_button, .phone_contact__button {
    width: 100%;
}

.price .common__btn__wrap {

    margin-top: 40px;

}

section.maschine {
    padding: 100px 0;
    background-color: #000;
}

.maschine .section_title {
    margin-bottom: 95px;
}

.maschine .section_title h2 {
    color: #FFF;
}

.content02__slider__wrap-sp {
    position: relative;
    margin: 0 0 50px 0;
}

.content02__slider__wrap-sp h5 {
    color: #FFF;
}

.content02__slider-item {
    position: relative;
    width: 300px;
    margin: 0 20px;
}

.content02__slider__img {
    width: 235px;
    height: 235px;
    background-color: #7C7C7C;
    padding-top: 50%;
    overflow: hidden;
    position: relative;
}

.content02__slider__img img {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
    transition: transform 0.5s;
    top: 0;
}

.content02__slider-item::before {
    content: "";
    display: block;
    position: absolute;
    width: 5%;
    height: 12%;
    top: -2%;
    left: -4%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.content02__slider-item::after {
    content: "";
    display: block;
    position: absolute;
    width: 5%;
    height: 12%;
    bottom: -3%;
    right: -4%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    transform: rotate(180deg);
}

.content02__slider____img__txt {
    text-align: center;
    margin-top: 30px;
    width: 260px;
}

.content02__slider____img__txt h3 {
    color: #C4C400;
    margin-bottom: 24px;
}

.content02__slider____img__txt p {
    color: #FFF;
}

.content02__slider__wrap-pc {
    display: none;

}

.content02__slider__img__bar img {
    margin: 10px auto 0 auto;
    width: 220px;
}

.content02__slider__img {
    width: 270px;
    height: 300px;
    overflow: hidden;
    transform: skew(-8deg);
}

.content02__slider__img img {
    display: block;
    /* transform: skew(20deg); */
    transform: skew(8deg) scale(1.1);
    /* margin-left: -20%; */

}

.maschine {
    position: relative;
    overflow: hidden;
}

.background_image_3 {
    position: absolute;
    background-image: url('../images/background/maschine_background.png');
    width: 664px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 826px;
    filter: grayscale(100%);
    top: 100px;
    right: -275px;
}

.join {
    background-image: url('../images/background/join_background.png');
    background-repeat: no-repeat, repeat;
    background-size: cover, 400px 400px;
    height: 100%;
    background-position: 28% -100px;
    position: relative;
    padding: 100px 0 122px 0;
    z-index: -1;
}

.grain-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/background/so-white.png);
    opacity: 0.5;
    /* pointer-events: none;  */
    background-repeat: repeat;
    background-size: 400px 400px;
    z-index: 0;
}

.table_wrapper {
    position: relative;
    margin: 0 auto;
}

.join .section_title {
    position: relative;
    margin-bottom: 102px;
}

.join_table {
    margin: 0 auto;
}

.join_table__numbers {
    position: relative;
    top: -30px;
}

.join_table__numbers .yellow {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    font-weight: 400;
}

.join_table tr:first-child .yellow {
    position: absolute;
    top: 21%;
    left: 0px;
    transform: translateY(3px);
}

.join_table tr:nth-child(3) .yellow,
.join_table tr:nth-child(5) .yellow,
.join_table tr:nth-child(7) .yellow {
    position: absolute;
    top: 24%;
    left: 0px;
    transform: translateY(3px);

}

.join_table tr:first-child .join_table__shadow {
    position: absolute;
    top: 21%;
    left: -2px;
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    font-weight: 400;
    -webkit-text-stroke: 1px #656565;
    color: transparent;
    transform: translate(10px 10px);
}

.join_table tr:nth-child(3) .join_table__shadow,
.join_table tr:nth-child(5) .join_table__shadow,
.join_table tr:nth-child(7) .join_table__shadow {
    position: absolute;
    top: 24%;
    left: -2px;
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    font-weight: 400;
    -webkit-text-stroke: 1px #656565;
    color: transparent;
}

.join_table td:first-child {

    width: 74px;
}

.join_table td:last-child {
    width: 260px;
    padding-left: 0px;
}

.join_table__title h3 {
    margin-bottom: 11px;
}

.join_table__title p {
    margin-bottom: 33px;
}


.full_width {

    text-align: center;
    font-weight: bold;
    column-span: all;
}

.full_width_pc {
    display: none;

}

.full_width_sp {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px
}

.join_background {
    background-image: url('../images/background/join_background.png'), url(../images/background/so-white.png);
    background-repeat: no-repeat, repeat;
    background-size: cover, 400px 400px;
    background-position: 76% 0%;
}

.service__slider__num {
    width: 62px;
    height: 89px;
}

.how_to_use {
    background-color: #000;
    color: #FFF;
    padding: 100px 0 103px 0;
}

.how_to_use .section_title {
    margin-bottom: 63px;
}

.content03__slider__wrap-sp {

    position: relative;
    margin-bottom: 50px;
    max-width: 1000px;
}

.content03__slider__wrap-sp h5 {
    color: #FFF;
}

.content03__slider-item {
    position: relative;
    width: 180px;
    height: 300px !important;
    overflow-y: visible !important;
    padding-top: 50px;
}

.content03__slider__img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    padding-top: 50%;
    overflow-x: hidden;
    position: relative;
    margin: 0 auto;
}

.content03__slider__img img {
    position: absolute;
    height: 150px;
    /* min-width: 100%;
    max-width: 100%; */
    object-fit: cover;
    transition: transform 0.5s;
    top: 0;
}

.content03__slider____img__txt {
    text-align: center;
    width: 150px;
    margin: 20px auto 0 auto;
}

.content03__slider____img__txt p {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.content03__slider__wrap-pc {
    display: none;
}

.content03__slider__img {
    width: 150px;
    height: 150px;
}

.content03__slider___number {
    position: absolute;
}

.content03__slider___number img {
    position: absolute;
    top: -45px;
    left: -10px;
    width: 56px;
    height: 89px;
}

.join {
    background-image: url('../images/background/join_background.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: 28% 0;
    position: relative;
    padding: 100px 0 122px 0;

}

.voice, .contact {
    background-image: url(../images/background/so-white.png);
    background-repeat: repeat;
    background-size: 400px 400px;
    height: 100%;
    padding: 100px 0 100px 0;

}

.voice .section_title {
    position: relative;
    margin-bottom: 61px;
}

.content04__slider__wrap-sp {
    position: relative;
    margin-top: 55px;
}


.content04__slider-item {
    position: relative;
    width: 235px;
    margin: 0 10px;
    box-sizing: border-box;
    padding-bottom: 55px;
    border-bottom: 1px solid #707070;

}

.content04__slider__wrap-sp .slick-slide {
    height: 550px;
}


.content04__slider__img {
    width: 235px;
    height: 235px;
    background-color: none;
    padding-top: 50%;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    border: 1px solid #707070;
}


.content04__slider__img img {
    position: absolute;
    width: 235px;
    height: 235px;
    max-width: 100%;
    transition: transform 0.5s;
    top: 0;
}

.content04__slider____img__txt {
    text-align: center;
    width: 235px;
}

.content04__slider____img__txt img {
    width: 235px;
    margin: 20px 0 22px 0;
}

.content04__slider____img__txt h3 {
    color: #000;
    margin-bottom: 24px;
}

.content04__slider____img__txt p {
    color: #000;
}

.content04__slider__wrap-pc {
    display: none;
}

.content04__slider__img {
    width: 235px;
    height: 235px;
    overflow: hidden;
    margin-bottom: 20px;
}

.access {
    padding: 100px 0 103px 0;
    background-color: #000;
}

.access .section_title h2 {
    color: #FFF;
}

.access .section_title {
    margin-bottom: 42px;
}

iframe#map {
    display: block;
    border: 1px solid white;
    background-color: #FFF;
    height: 158px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

.map_title {
    max-width: 320px;
    margin: 0 auto;
}



.map_title p {
    color: #FFF;
    margin-top: 10px;
}


.contact .section_title {
    position: relative;
    margin-bottom: 61px;
}

.phone_contact {
    text-align: center;
    margin-top: 81px;
}

.phone_contact a {
    display: inline-block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

.phone_contact__button {
    display: flex;
    justify-content: center;
    align-items: center;

}

.phone_contact__button img {
    width: 24px;
    margin-right: 11px;

}

.phone_contact .info_text {
    margin-top: 20px;
}

.phone_contact .info_text p {
    text-align: center;
    font-size: 16px;
    line-height: 2;
}

.phone_contact .info_text p:last-child {
    position: relative;
    left: 24px;
}

.footer_container {
    width: 100%;
    background-color: #000;
    margin-bottom: 73px;

}

.footer_content {

    padding: 60px 0 0 0;
    text-align: center;
    margin: 0 auto 73px auto;
    width: 100%;
    max-width: 1200px;
}

.footer_logo img {
    width: 184px;
    margin-bottom: 21px;

}

.footer_logo .info_text p {
    color: #FFF;
    text-align: center;
}



.footer_logo, .footer_contact {
    width: 100%;
}

.footer_contact .yellow {
    font-size: 32px;
    margin: 29px 0 42px 0;
    font-weight: 900;
}

.contact_button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-bottom: 60px;

}

.contact_button a {
    color: #FFF;
}

.rights {
    width: 100%;
}

.rights p {
    text-align: center;
}

@media (min-width: 361px) {
    .gray-trapezoid {
        bottom: 36px;
        right: 0px;
        width: calc(100% - 10px);
        height: 225px;
        border-bottom: 225px solid rgb(18, 18, 18, 0.82);
        border-left: 76px solid transparent;
        transition: all 1s ease;
    }

}

@media (max-width: 360px) {
    .gray-trapezoid {
        border-bottom: 185px solid rgb(18, 18, 18, 0.82);
        border-left: 63px solid transparent;
        bottom: 20px;
        width: 80%;
        right: 0;
    }

    .gray-trapezoid__text {
        left: calc(40%);
        bottom: 35px;
    }

    .gray-trapezoid__text h2 {
        font-size: 24px;
    }


    .gray-trapezoid__text h3 {
        font-size: 16px;
    }

    .red-triangle {
        top: 0;
        bottom: 0;
        left: -50%;
        width: 0;
        border-top: 1024px solid rgba(255, 0, 0, 0.82);
        border-right: 350px solid transparent;
    }

    .red-triangle__text {
        top: -8px;
    }

    .red-triangle__text h1 {
        font-size: 58px;
    }


}