@charset "UTF-8";

@media screen and (max-width: 768px) {
    main {
        padding-top: 23px;
        padding-bottom: 230px;
    }
}

@media screen and (min-width: 769px) {
    main {
        padding-top: 78px;
        padding-bottom: 360px;
    }
}

/* page_heading */
.page_heading .heading_wrap {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.page_heading .heading_wrap h1 {
    line-height: 1.25;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.page_heading .heading_wrap span {
    font-family: bilo, sans-serif;
    font-weight: 400;
    line-height: 1.78;
    letter-spacing: 0.1em;
    position: relative;
    color: #dbef00;
}

.page_heading .heading_wrap span::before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: -0.8em;
    transform: translateY(-50%);
    background-color: #dbef00;
}

.page_heading .lead_text p {
    letter-spacing: 0.1em;
    font-weight: bold;
}

.page_heading .img {
    position: relative;
}

.page_heading .img img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .page_heading .heading_wrap h1 {
        font-size: 1.05rem;
        margin-right: 19px;
    }
    
    .page_heading .heading_wrap span {
        font-size: 0.9rem;
    }

    .page_heading .heading_wrap span::before {
        width: 3px;
        height: 3px;
    }

    .page_heading .lead_text {
        margin-top: 12px;
    }

    .page_heading .lead_text p {
        font-size: 1.4rem;
        line-height: 1.85;
    }
}

@media screen and (min-width: 769px) {
    .page_heading .heading_wrap h1 {
        font-size: 20px;
        margin-right: 31px;
    }
    
    .page_heading .heading_wrap span {
        font-size: 14px;
    }

    .page_heading .heading_wrap span::before {
        width: 4px;
        height: 4px;
    }

    .page_heading .lead_text {
        margin-top: 38px;
    }

    .page_heading .lead_text p {
        font-size: 28px;
        line-height: 2;
    }
}

/* page_content */
.page_content .con_heading h2 {
    letter-spacing: 0.2em;
    position: relative;
}

.page_content .con_heading h2::before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #dbef00;
}

.page_content .text p {
    letter-spacing: 0.1em;
}

.page_content .text p:not(:first-child) {
    margin-top: 1.7em;
}

.page_content .img_wrap img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .page_content {
        margin-top: 71px;
    }

    .page_content .con_heading h2 {
        font-size: 1.7rem;
        padding-left: 17px;
    }
    
    .page_content .con_heading h2::before {
        width: 6px;
        height: 6px;
    }

    .page_content .text p {
        font-size: 1.4rem;
        line-height: 1.71;
    }
}

@media screen and (min-width: 769px) {
    .page_content {
        margin-top: 145px;
    }

    .page_content .con_heading h2 {
        font-size: 28px;
        padding-left: 33px;
    }
    
    .page_content .con_heading h2::before {
        width: 12px;
        height: 12px;
    }

    .page_content .text p {
        font-size: 16px;
        line-height: 1.56;
    }
}

/* duskin */
.duskin {
    position: relative;
}

.duskin::after {
    content: '';
    width: 50%;
    position: absolute;
    top: 10%;
    left: 0;
    background-color: #f8f8f8;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .duskin {
        margin-top: 50px;
    }
    .duskin .img_wrap {
        width: 100%;
    }

    .duskin::after {
        height: 275px;
    }

    .duskin .text_wrap {
        margin-top: 50px;
    }

    .duskin .text {
        margin-top: 10px;
    }
}

@media screen and (min-width: 769px) {
    .duskin {
        margin-top: 170px;
    }
    .duskin .img_wrap {
        width: 83.3%;
    }

    .duskin::after {
        height: 750px;
    }

    .duskin .text_wrap {
        margin-top: 71px;
    }

    .duskin .text {
        margin-top: 29px;
    }
}

/* douror */
.douror {
    position: relative;
}

.douror::after {
    content: '';
    width: 50%;
    position: absolute;
    top: 10%;
    right: 0;
    background-color: #f8f8f8;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .douror {
        margin-top: 100px;
    }

    .douror .img_wrap {
        width: 100%;
    }

    .douror::after {
        height: 275px;
    }

    .douror .text_wrap {
        margin-top: 50px;
    }
    
    .douror .text {
        margin-top: 10px;
    }
}

@media screen and (min-width: 769px) {
    .douror {
        margin-top: 199px;
    }

    .douror .img_wrap {
        width: 83.3%;
        margin-left: auto;
        margin-right: 0;
    }

    .douror::after {
        height: 750px;
    }

    .douror .text_wrap {
        margin-top: 80px;
    }
    
    .douror .text {
        margin-top: 26px;
    }
}

/* sanchoku */
.sanchoku {
    position: relative;
}

.sanchoku::after {
    content: '';
    width: 50%;
    position: absolute;
    top: 10%;
    left: 0;
    background-color: #f8f8f8;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .sanchoku {
        margin-top: 100px;
    }

    .sanchoku .img_wrap {
        width: 100%;
    }

    .sanchoku::after {
        height: 275px;
    }

    .sanchoku .text_wrap {
        margin-top: 50px;
    }
    
    .sanchoku .text {
        margin-top: 10px;
    }
}

@media screen and (min-width: 769px) {
    .sanchoku {
        margin-top: 200px;
    }

    .sanchoku .img_wrap {
        width: 83.3%;
    }

    .sanchoku::after {
        height: 750px;
    }

    .sanchoku .text_wrap {
        margin-top: 74px;
    }
    
    .sanchoku .text {
        margin-top: 26px;
    }
}

/* drink */
@media screen and (max-width: 768px) {
    .drink {
        margin-top: 100px;
    }

    .drink .img_wrap {
        width: 100%;
    }
    
    .drink .text_wrap {
        width: 100%;
        margin-top: 50px;
    }

    .drink .text_wrap .text {
        margin-top: 10px;
    }
}

@media screen and (min-width: 769px) {
    .drink {
        margin-top: 188px;
    }

    .drink .inner_wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .drink .img_wrap {
        width: 63.3%;
    }
    
    .drink .text_wrap {
        width: 33.4%;
    }

    .drink .text_wrap .text {
        margin-top: 29px;
    }
}

/* other */
.text_img {
    width: 100%;
    /* margin-top: 30px; */
}

.text_img img {
    width: 100%;
}

.text_img span {
    display: block;
    margin-top: 0.3em;
}

@media screen and (max-width: 768px) {
    .other {
        margin-top: 100px;
    }
    
    .other .img_wrap {
        width: 100%;
    }
    
    .other .text_wrap {
        width: 100%;
        margin-top: 50px;
    }
    
    .other .text_wrap .text {
        margin-top: 10px;
    }

    .text_img span {
        text-align: center;
        font-size: 1.4rem;
    }
    
}

@media screen and (min-width: 769px) {
    .other {
        margin-top: 200px;
    }
    
    .other + .other {
        margin-top: 100px;
    }
    
    .other .inner_wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    
    .other .img_wrap {
        width: 63.3%;
    }
    
    .other .text_wrap {
        width: 33.4%;
    }
    
    .other .text_wrap .text {
        margin-top: 40px;
    }

    .text_img span {
        /* text-align: right; */
        font-size: 16px;
    }
    
}

/* アンカーリスト */
.anc_list ul {
    position: relative;
    background-color: #f8f8f8;
    display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.anc_list ul::after {
    content: 'FIELD';
    font-family: bilo, sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    display: inline-block;
    position: absolute;
    bottom: 100%;
    right: 0;
    color: #dbef00;
}
.anc_list ul li a {
    font-weight: bold;
    color: #333333;
    width: 100%;
    border: 1px solid #dddddd;
    background-color: #fff;
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
    position: relative;
}
.anc_list ul li a::before {
    content: '';
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #dbef00;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
}
.anc_list ul li a::after {
    content: '';
    aspect-ratio: 1/1;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    rotate: 45deg;
}

@media screen and (max-width: 768px) {
    .anc_list ul {
        padding: 20px 4.16%;
        gap: 10px 4%;
    }
    .anc_list ul::after {
        font-size: 50px;
        translate: 0 26%;
    }
    .anc_list ul li {
        width: 48%;
    }
    .anc_list ul li a {
        min-height: 60px;
        font-size: 14px;
        line-height: 1.3;
        letter-spacing: 0;
        padding: 0 2.2em 0 6%;
    }
    .anc_list ul li a::before {
        width: 20px;
        right: 0.4em;
    }
    .anc_list ul li a::after {
        width: 4px;
        right: calc(20px / 2 - 3px + 0.4em);
    }
}

@media screen and (min-width: 769px) {
    .anc_list ul {
        padding: 50px 4.16%;
        gap: 33px 2.9%;
    }
    .anc_list ul::after {
        font-size: min(7.66vw, 92px);
        translate: 0 26%;
    }
    .anc_list ul li {
        width: 31.36%;
    }
    .anc_list ul li a {
        min-height: 80px;
        font-size: 20px;
        line-height: 1.3;
        letter-spacing: 0;
        padding: 0 3.5em 0 8%;
    }
    .anc_list ul li a::before {
        width: 40px;
        right: 1em;
    }
    .anc_list ul li a::after {
        width: 6px;
        right: calc(40px / 2 - 4px + 1em);
    }
}

/* detail_link_list */
.detail_link_list a,
.detail_link_list span {
    display: block;
    letter-spacing: 0.1em;
    color: #333333;
}
.detail_link_list ul.column li a {
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .detail_link_list {
        margin-top: 20px;
    }
    .detail_link_list li + li {
        margin-top: 12px;
    }
    .detail_link_list a {
        font-size: 14px;
        line-height: 1.56;
        cursor: pointer;
    }
    .detail_link_list span {
        font-size: 12px;
        line-height: 1.56;
    }
}

@media screen and (min-width: 769px) {
    .detail_link_list {
        margin-top: 40px;
    }
    .detail_link_list ul {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        gap: 0 2%;
    }
    .detail_link_list li {
        width: calc(100% / 4);
    }
    .detail_link_list a {
        font-size: 16px;
        line-height: 1.56;
        cursor: pointer;
    }
    .detail_link_list span {
        font-size: 14px;
        line-height: 1.56;
        margin-top: 0.3em;
    }
    .detail_link_list ul.column {
        display: inline-flex;
        flex-direction: column;
        gap: 20px 0;
    }
    .detail_link_list ul.column li {
        width: 100%;
    }
}