/*
Theme Name: Gosakudou
*/
@charset "utf-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

:root{
    --pc_site_width: 1200px;
	--main_text_color: #231815;
	--color_red: #c8161d;
}
html {
    width: 100%;
    height: auto;
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body {
    font-family: "m-plus-1c", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.7rem;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a, a:hover, a:link, a:visited {
    color: #ffffff;
    text-decoration: none;
}
h2{
    margin-bottom: 3.0rem;
    padding: 0 7.0rem;
    display: inline-block;
    position: relative;
    font-size: 4.5rem;
    font-weight: 700;
    letter-spacing: 5px;
    border-bottom: 2px solid var(--main_text_color);
}
h2::before,
h2::after{
    content: "";
    height: 12px;
    width: 12px;
    position: absolute;
    bottom: -7px;
    background: var(--main_text_color);
    border-radius: 50%;
}
h2::before{
    left: 0;
}
h2::after{
    right: 0;
}
h3 {
    margin-bottom: 2.0rem;
    color: var(--color_red);
    border-bottom: 5px solid var(--color_red);
    font-size: 4.5rem;
    font-weight: 500;
}
@media screen and (max-width: 1200px) {
    h2{
        padding: 0 3.0rem;
        font-size: 2.6rem;
    }
    h2 span{
        font-size: 2.2rem;
    }
    h3 {
        font-size: 2.6rem;
    }
}
/*** HEADER ***/
header {
    width: 100%;
    height: auto;
    background: url("./assets/img/010_header.jpg") no-repeat center top;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    header {
        background: url("./assets/img/010_header_sp.jpg") no-repeat center top;
        background-size: cover;
    }
}
.header_wrap {
    max-width: var(--pc_site_width);
    height: auto;
    margin: 0 auto;
    padding: 7.0rem 2.0rem 1.0rem;
    line-height: 1;
    h1 img{
        width: 180px;
        height: auto;
    }
    p {
        padding-left: 2.0rem;
        font-size: 0.9em;
        font-weight: 700;
        letter-spacing: 5px;
    }
}
@media screen and (max-width: 1200px) {
    .header_wrap {
        padding: 3.0rem 2.0rem 1.0rem;
        h1 img{
            width: 140px;
        }
        p {
            padding-left: 0.3rem;
        }
    }
}
#breadcrumb a,
#breadcrumb a:hover,
#breadcrumb a:link,
#breadcrumb a:visited {
    color: var(--main_text_color);
    text-decoration: underline;
}
/*** TOP ***/
.keyvisual.alignfull.wp-block-cover {
    width: 100vw;
    height: auto;
    padding: 0;
}
.wp-block-cover, .wp-block-cover-image {
    min-height: initial;
    display: block;
}
.keyvisual ul {
    padding: 0;
}
.icon_link {
    display: inline-flex;
    align-items: center;
    color: var(--color_red) !important;
    font-size: 1.1rem;
}
.icon_link:hover {
    border-bottom: 1px dotted var(--color_red);
}
.btn_link {
    padding: 1.0rem 2.0rem;
    display: inline-flex;
    align-items: center;
    background: var(--color_red);
    border-radius: 2.5rem;
    font-size: 1.4rem;
}
.btn_link:hover {
    opacity: 0.9;
}

/* Slider -------------------------------------- */
.slider {
    height: 100%;
    position: relative;
    z-index: 1;
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    width: 100%;
    height: auto;
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* /Slider ------------------------------------- */
.slick-slider p {
    width: 100%;
    max-width: var(--pc_site_width);
    padding: 0 2.0rem;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateY(-40%);
    transform: translateX(-50%);
    font-size: 5.5rem;
    color: var(--color_red);
    line-height: 1.2;
    text-shadow: #ffffff 1px 1px 10px, #ffffff -1px 1px 10px, #ffffff 1px -1px 10px, #ffffff -1px -1px 10px;
}
.slick-slider p span {
    padding-top: 2.0rem;
    display: block;
    font-size: 3.5rem;
    color: var(--main_text_color);
}
@media screen and (max-width: 767px) {
    .slick-slider p {
        font-size: 3.0rem;
        font-weight: 700;
    }
    .slick-slider p span {
        font-size: 2.0rem;
        padding-top: 1.0rem;
    }
}
.contents {
    padding-top: 8.0rem;
    background: url("./assets/img/010_bg.jpg") repeat-y center top;
    background-size: contain;
}
section {
    max-width: 1200px;
    height: auto;
    margin: 0 auto 10.0rem;
    padding: 0 2.0rem;
}
@media screen and (max-width: 767px) {
    section {
        margin: 0 2.0rem 5.0rem;
        padding: 0;
    }
}
.about {
    margin-bottom: 20.0rem;
    text-align: center;
    position: relative;
    z-index: 0;
}
@media screen and (max-width: 767px) {
    .about {
        margin-bottom: 5.0rem;
        text-align: center;
        position: relative;
        z-index: 0;
    }
}
.about::before {
    content: '';
    display: inline-block;
    background: url("./assets/img/010_senbei.png") no-repeat;
    width: 35.0rem;
    height: 35.0rem;
    position: absolute;
    top: -16.0rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.about p {
    font-size: 2.8rem;
}
.about p > span{
    font-size: 3.6rem;
    color: var(--color_red);
}
@media screen and (max-width: 767px) {
    .about::before {
        width: 20.0rem;
        height: 20.0rem;
        top: -12.0rem;
        background-size: 100% auto;
    }
    .about p {
        font-size: 2.0rem;
    }
    .about p > span{
        font-size: 2.4rem;
    }
}
.about_01 p,
.about_02 p {
    font-size: 2.2rem;
}
.about_01 > .my_flex > div,
.about_02 > .my_flex > div {
    margin: 0 0 4.0rem;
}
.about_01 > .my_flex > div:first-child,
.about_02 > .my_flex > div:last-child {
    width: 40%;
    position: relative;
    img {
        width: 80%;
        position: absolute;
        left: 10%;
        bottom: -15.0rem;
    }
}
.about_01 > .my_flex > div:last-child,
.about_02 > .my_flex > div:first-child {
    width: 60%;
}
@media screen and (max-width: 767px) {
    section.about_01,
    section.about_02 {
        margin: 0 0 5.0rem
    }
    section.about_01 > .my_flex,
    section.about_02 > .my_flex {
        margin: 0 2.0rem;
    }
    .about_01 p,
    .about_02 p {
        font-size: 1.7rem;
    }
    .about_01 > .my_flex > div:first-child,
    .about_01 > .my_flex > div:last-child,
    .about_02 > .my_flex > div:first-child,
    .about_02 > .my_flex > div:last-child {
        width: 100%;
    }
    .about_01 > .my_flex > div:first-child,
    .about_02 > .my_flex > div:last-child {
        width: 100%;
        img {
            width: 70%;
            position: absolute;
            left: auto;
            right: -5.0rem;
            bottom: -22.0rem;
            overflow: hidden;
        }
    }
    .about_01 > .my_flex > div:first-child {
        order: 2;
    }
    .about_01 > .my_flex > div:last-child {
        order: 1;
    }
    .about_01 > div:last-child,
    .about_02 > div:last-child {
        height: 50.0rem;
        order: 1;
        > img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: 80% 50%;
        }
    }
    .about_02 > div:last-child {
        > img {
            object-position: 50% 50%;
        }
    }
}
.feature_01 {
    padding: 6.0rem 4.0rem;
    background: url("./assets/img/010_feature_bg.jpg") no-repeat center top/cover;
    text-align: center;
}
.feature_01 > .my_flex > div {
    width: 30%;
    margin: 3.0rem 0;
}
.feature_01 > ul {
    counter-reset: num;
}
.feature_01 > ul > li {
    width: 30%;
    margin: 3.0rem 0;
}
.feature_01 > ul > li > p{
    margin: 0 2.0rem;
    counter-increment: num;
    display: block;
    font-size: 2.2rem;
    font-weight: 700;
    position: relative;
    background:linear-gradient(transparent 30%, #f8e6db 30%);
}
.feature_01 > ul > li > p::before {
    width: 5.5rem;
    height: 5.5rem;
    padding-top: 0.8rem;
    white-space: pre;
    content: "特長\A" counter(num, decimal-leading-zero);
    color: var(--color_red);
    border: 2px solid var(--color_red);
    border-radius: 50%;
    position: absolute;
    top: -1.0rem;
    left: 0;
    font-size: 2.0rem;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .feature_01 > ul > li {
        width: 100%;
        margin: 2.0rem 0;
    }
    .feature_01 > ul > li > p{
        margin: -1.0rem 0 0;
        font-size: 2.0rem;
    }
    .feature_01 > ul > li > p::before {
        left: -1.0rem;
    }
}
.feature_02 {
    padding: 0 10.0rem;
    text-align: center;
}
.feature_02 p {
    margin-bottom: 2.0rem;
    font-size: 1.9rem;
}
p.feature_02__title {
    margin-bottom: 4.0rem;
    padding: 0.5rem 2.0rem;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--color_red);
    border: 2px solid var(--color_red);
}
p.feature_02__item {
    margin-bottom: 1.0rem;
    font-size: 2.8rem;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .feature_02 {
        padding: 0;
    }
    .feature_02 p {
        margin-bottom: 1.0rem;
        font-size: 1.7rem;
    }
    p.feature_02__title {
        margin-bottom: 1.0rem;
        padding: 0.5rem;
        font-size: 2.2rem;
    }
    p.feature_02__item {
        margin-bottom: 1.0rem;
        font-size: 2.0rem;
    }
}
.industry {
    padding: 4.0rem 10.0rem;
    background: url("./assets/img/010_industry_bg.jpg") no-repeat center top/cover;
}
.industry > ul {
    margin-bottom: 3.0rem;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.industry > ul > li {
    width: 45%;
    padding-left: 3.0rem;
    background: url("./assets/img/010_listmarker.svg") no-repeat left center / 2.4rem auto;
    font-size: 2.1rem;
}
.industry > ul > li:nth-of-type(3) {
    width: 100%;
    height: 0;
}
.industry p {
    margin-bottom: 0.5rem;
    padding: 0.5rem 2.0rem;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    border: 2px solid var(--main_text_color);
}
@media screen and (max-width: 767px) {
    .industry {
        padding: 2.0rem 1.0rem;
    }
    .industry > ul {
        margin: 0 1.0rem 3.0rem;
        display: block;
    }
    .industry > ul > li {
        width: 100%;
        font-size: 1.7rem;
    }
    .industry p {
        padding: 0.5rem 1.0rem;
        font-size: 1.7rem;
        text-align: left;
    }
}
.contact {
    padding: 6.0rem 5.0rem;
    background: url("./assets/img/010_contact_bg.png") no-repeat center top/cover;
    font-size: 2.8rem;
    color: #ffffff;
    text-align: right;
}
.contact a.tel_link,
.contact a.tel_link > span {
    font-size: 5.1rem;
}
.contact a.tel_link {
    margin: 2.0rem 0;
    padding: 0 2.0rem;
    display: inline-flex;
    align-items: center;
    border: 3px solid #ffffff;
}
@media screen and (max-width: 767px) {
    .contact {
        padding: 2.0rem 1.0rem;
        background-position: right top;
        font-size: 1.8rem;
        text-align: center;
    }
    .contact a.tel_link,
    .contact a.tel_link > span {
        font-size: 2.5rem;
    }
    .contact a.tel_link {
        border: 2px solid #ffffff;
    }
    .contact a.btn_link {
        margin-top: 1.0rem;
    }
}
/*** CONTACT ***/
.contact-wrap {
    max-width: 90.0rem;
    margin: 0 auto 5.0rem;
}
.contact-wrap > div > p {
    display: flex;
}
.contact-wrap > div > p > * {
    padding: 1.0rem;
}
.contact-wrap > div > p > span:first-child {
    width: 30%;
    border-bottom: 1px solid var(--main_text_color);
}
.contact-wrap > div > p > span:last-child {
    width: 70%;
    border-bottom: 1px solid #cccccc;
    clear: both;
}
.contact-wrap > div:nth-of-type(2) > p > span:first-child {
    border-top: 1px solid var(--main_text_color);
}
.contact-wrap > div:nth-of-type(2) > p > span:last-child {
    border-top: 1px solid #cccccc;
}
.contact-wrap input:not(input[type="radio"]):not(.wpcf7-submit),
.contact-wrap textarea {
    width: 100%;
}
.contact-wrap textarea {
    height: 15.0rem;
}
.contact-wrap input
.contact-wrap > p:last-of-type {
    margin-top: 5.0rem;
}
.mark-required::after {
    content: '必須';
    margin-top: 0.5rem;
    padding: 0 0.5rem;
    float: right;
    font-size: 80%;
    color: #ffffff;
    background-color: #c41134;
    border-radius: 3px;
}
.wpcf7-submit {
    margin-top: 5.0rem;
    background-color: #EFEFEF;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #c41134;
}
@media screen and (max-width: 767px) {
    .contact-wrap > div > p {
        flex-direction: column;
    }
    .contact-wrap > div > p > span:first-child,
    .contact-wrap > div > p > span:last-child {
        width: 100%;
    }
}


/*** FOOTER ***/
footer {
    background: url("./assets/img/010_footer.jpg") no-repeat center top/cover;
    color: #ffffff;
    font-size: 1.3rem;
}
.footer_wrap {
    max-width: var(--pc_site_width);
    margin: 0 auto;
    padding: 4.0rem 2.0rem;
    display: flex;
    justify-content: space-between;
}
.footer_wrap > div {
    margin: 0 2.0rem;
}
.footer_wrap p {
    margin-bottom: 1.0rem;
    padding: 0 1.0rem;
    font-size: 1.4rem;
    border-bottom: 1.5px solid #ffffff;
}
.footer_wrap p > span {
    font-size: 1.9rem;
}
.footer_wrap ul {
    margin: 0 2.0rem;
}
.footer_wrap ul.connect li {
    vertical-align: middle;
}
.footer_wrap ul.connect li::before {
    margin-right: 1.0rem;
    font-family: 'Material Icons';
}
.footer_wrap ul.connect li:nth-of-type(1)::before {
    content: '\e61d';
}
.footer_wrap ul.connect li:nth-of-type(2)::before {
    content: '\ead8';
}
.footer_wrap ul.connect li:nth-of-type(3)::before {
    content: '\e158';
}
.footer_wrap ul.company li {
    position: relative;
}
.footer_wrap ul.company li::after {
    font-family: 'Material Icons';
    content: '\e89e';
    position: absolute;
    right: -2.0rem;
}
.recaptcha_text {
    padding-bottom: 0.5rem;
    font-size: 1.0rem;
    text-align: center;
    font-weight: 200;
    line-height: 1.2;
}
/* reCAPTCHA画像非表示 */
.grecaptcha-badge { visibility: hidden; }
.copyright {
    margin: 1.0rem 0;
    text-align: center;
    font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
    .footer_wrap {
        max-width: 100%;
        margin: 0;
        padding: 2.0rem;
        flex-direction: column;
    }
    .footer_wrap > div {
        margin: 1.0rem 0;
    }
    .footer_wrap ul {
        margin: 0 1.0rem;
    }
    .footer_wrap ul.company li::after {
        right: -1.0rem;
    }
}

/* Class -------------------------------------- */
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.bold {
    font-weight: 700;
}
.red {
    color: var(--color_red);
}
.for-sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .for-sp {
        display: block;
    }
    .for-pc {
        display: none;
    }
}
.my_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/* scroll animation */
.scrollSlidein {
    opacity: 0;
    transform: translateY(100px);
}
.fadeIn {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes fadeIn {
    0% {
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

.p-topArea {
    min-height: 100px;
}