@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.kugiri_m02 {
    padding: 6.5rem 0 15.5rem;
}

.main_area {
    overflow: hidden;
}

p.cmn_page_btn {
    text-align: center;
}

.cmn_page_btn button ,p.cmn_page_btn a {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    background: var(--theme_m_color);
    text-align: center;
    display: flex;
    align-items: center;
    width: 34.4rem;
    letter-spacing: .1em;
    padding: 2.2rem 4.5rem;
    border-radius: 6rem;
    position: relative;
    border: .2rem solid var(--theme_m_color);
    margin: 0 auto;
    transition: .2s ease-in;
    cursor: pointer;
    line-height: normal;
    font-family: "Noto Sans JP","游ゴシック体", "Yu Gothic", "yugothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.cmn_page_btn button::before ,p.cmn_page_btn a::before, .cmn_page_btn button::after ,p.cmn_page_btn a::after {
    position: absolute;
    content: "";
    width: 4.8rem;
    height: 4.8rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 1.5rem;
}

.cmn_page_btn button::before ,p.cmn_page_btn a::before {
    border-radius: 100%;
    background: #fff;
}

.cmn_page_btn button::after ,p.cmn_page_btn a::after {
    mask: url("../images/common/btn_arrow.svg") no-repeat 50% / 1.9rem auto;
    background-color: var(--theme_m_color);
}



.return {
    margin-top: 6rem; /* 60px */
}

.return a {
    position: relative;
}

.return a::before {
    position: absolute;
    content: "";
    background: url(../images/common/arrow_w.svg) no-repeat 50% / contain;
    width: 1.5rem; /* 15px */
    height: 2rem; /* 20px */
    top: 50%;
    left: 3.5rem; /* 35px */
    transition: .2s ease-in;
    transform: translateY(-50%) rotateY(180deg);
}


@media screen and (min-width: 769px) {
    
    .cmn_page_btn button:hover ,
p.cmn_page_btn a:hover{
    background: #fff;
    color: var(--theme_m_color);
    opacity: 1;
}
.cmn_page_btn button:hover::before ,p.cmn_page_btn a:hover::before {
    background: var(--theme_m_color);
}

.cmn_page_btn button:hover::after ,p.cmn_page_btn a:hover::after {
    background-color: #fff;
}

}

ul.page_btn_list {
    width: 66rem;
    margin: 12rem auto 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:5rem;
}

ul.page_btn_list li{
    
}

ul.page_btn_list li a{
    font-size: 2.2rem;
    letter-spacing: .04em;
    color: #fff;
    border-radius: 1rem;
    border: 2px solid var(--theme_m_color);
    min-height: 11.4rem;
    display: grid;
    align-items: center;
    padding: 1rem 3rem;
    position: relative;
    background: var(--theme_m_color);
}

ul.page_btn_list li a::before,
ul.page_btn_list li a::after{
        position: absolute;
    content: "";
    width: 3.2rem;
    height: 3.2rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 2rem;
}

ul.page_btn_list li a::before{
        border-radius: 100%;
    background: #fff;
}

ul.page_btn_list li a::after{
        mask: url("../images/common/btn_arrow.svg") no-repeat 50% / 1.9rem auto;
    background-color: var(--theme_m_color);
}

ul.page_btn_list li.active a,
ul.page_btn_list li a:hover{
    color: var(--theme_m_color);
     background: #fff;
}

ul.page_btn_list li.active a::before,
ul.page_btn_list li a:hover::before{
     background: var(--theme_m_color);
}

ul.page_btn_list li.active a::after,
ul.page_btn_list li a:hover::after{
    background-color: #fff;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プロモ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_promo {
    padding: 0 2rem;
}

.page_promo .page_width {
    max-width: 140rem;
}

.page_promo .promo_inner {
}

.page_promo .promo_inner .ttl_wrap {
    margin-top: -1.5rem;
    padding: 0 5rem;
}

.page_promo .promo_inner .promo_ttl {
    font-size: 2em;
    font-weight: bold;
}

.page_promo .promo_inner .ja {
    font-size: 2.4rem;
    letter-spacing: .1em;
    font-weight: 700;
    padding-left: 5rem;
    position: relative;
    margin-bottom: 0rem;
    display: block;
}

.page_promo .promo_inner .ja::before {
    position: absolute;
    content: "";
    background: url("../images/common/ttl_icon.svg") no-repeat 50% / contain;
    width: 3.4rem;
    height: 2rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
}

.page_promo .promo_inner .slug {
    font-family: "Outfit", sans-serif;
    font-size: 11rem;
    display: table;
    color: var(--theme_m_color);
    letter-spacing: .02em;
    line-height: 1;
    font-weight: 600;
}

.page_main_img {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 70px 0 40px;
    margin-bottom: 20px;
}

.page_main_img::before, .page_main_img::after {
    position: absolute;
    content: "";
    background: no-repeat 50% /contain;
}

.page_main_img img {
    border-radius: 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ごあいさつ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_greeting {
}
.page_greeting > .page_width{
    max-width: none;
    min-width: auto;
}
.page_greeting .fv_area {
    position: relative;
    min-height: 54rem;
    margin-bottom: 8rem;
}
.page_greeting .fv_area p.main_img {
    width: 88rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.page_greeting .fv_area .contents_area {
    padding: 10rem 0 0;
    top: 0;
    right: 0;
    display: grid;
    justify-content: flex-end;
}
.page_greeting .fv_area .contents_area h2.main_ttl {
    width: 67.2rem;
    margin-bottom: 5.5rem;
}
.page_greeting .fv_area .contents_area .ceo_wrap {margin-left: 29rem;}

.page_greeting .fv_area .contents_area .ceo_wrap p.ceo {
    font-size: 2rem;
    letter-spacing: .08em;
    color: #666666;
    margin-bottom: 2rem;
}
.page_greeting .fv_area .contents_area .ceo_wrap p.name {
    width: 21.3rem;
    margin-bottom: 2rem;
}
.page_greeting .fv_area .contents_area .ceo_wrap p.furigana {
    font-size: 1.6rem;
    color: #CCCCCC;
    font-family: "Outfit", sans-serif;
    letter-spacing: .14em;
    font-weight: 600;
}

.page_greeting .page_width .cmn_txt_wrap p {
    font-size: 2.2rem;
    line-height: 2.5;
}
.page_greeting .page_width .cmn_txt_wrap p:not(:last-child) {
    margin-bottom: 3rem;
}

.com_slider-wrap {
    overflow: hidden;
    width: 100%;
    height: 32.2rem;
    margin-top: 10rem;
}

.com_slider-wrap .slider-bg {
    height: 100%;
    width: calc(234.2rem * 2);
    background-image: url("../images/page/company/slider.png");
    background-repeat: repeat-x;
    background-size: 234.2rem 32.2rem;
    animation: comslide 40s linear infinite;
}

@keyframes comslide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-156rem);
    }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
概要・沿革
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_outline section.overview {
    margin-bottom: 13rem;
}

.page_outline section .inner h2.main_ttl {
    margin-bottom: 6rem;
}

.page_outline section .inner h2.main_ttl span {
    display: table;
    margin: 0 auto;
}

.page_outline section .inner h2.main_ttl span.en {
    font-family: "Outfit", sans-serif;
    font-size: 2rem;
    letter-spacing: .04em;
    color: var(--theme_m_color);
    font-weight: 500;
}

.page_outline section .inner h2.main_ttl span.ja {
    font-size: 6.2rem;
    font-weight: bold;
}

.page_outline section.history .inner h2.main_ttl .ja {
    letter-spacing: .4em;
}

.page_outline section .inner dl.cmn_data_list .data_item dt {
    display: grid;
    align-items: center;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
選ばれる理由
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_reasons {
    padding-bottom: 15rem;
}

.page_reasons > .page_width {
    max-width: none;
}

.reason_main {
    padding-bottom: 5rem;
}


.reason_main .bg {
    background: url("../images/page/reasons/reasons_main.jpg") no-repeat 50% / cover;
    min-height: 58rem;
    display: grid;
    align-content: center;
    padding-bottom: 3rem;
    position: relative;
}

.reason_main .bg::after {
    position: absolute;
    content: "";
    background: rgba(0,0,0,.25);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.reason_main .bg .content_area {
    position: relative;
    z-index: 1;
}


.reason_main .bg .content_area h2.main_ttl {
    width: 65rem;
    margin: 0 auto 4rem;
}

.reason_main .bg .content_area p.txt {
    font-size: 2rem;
    color: #fff;
    text-align: center;
    letter-spacing: .08em;
}

.cmn_zigzag {
    padding: 5rem 0 0;
}

.cmn_zigzag .zigzag_wrap {
    position: relative;
    min-height: 63rem;
}

.cmn_zigzag .zigzag_wrap:nth-child(even) .zigzag_inner {
    display: flex;
    flex-direction: row-reverse;
}

.cmn_zigzag .zigzag_wrap:not(:last-child) {
    margin-bottom: 15rem;
}

.cmn_zigzag .zigzag_wrap .contents_wrap {
    padding-top: 3rem;
}

.cmn_zigzag .zigzag_wrap .contents_wrap p.slug {
    color: #fff;
    background: var(--theme_m_color);
    font-size: 2.2rem;
    letter-spacing: .04em;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
    position: relative;
    display: table;
    min-width: 16rem;
    padding: 0 2rem;
    text-align: center;
    margin-bottom: 4.5rem;
}

.cmn_zigzag .zigzag_wrap .contents_wrap p.slug::after {
    position: absolute;
    content: "";
    width: calc(100% + 1.2rem);
    height: 33%;
    background: var(--theme_m_color);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}

.cmn_zigzag .zigzag_wrap .contents_wrap h2.main_ttl {
    margin-bottom: 5.5rem;
}

.cmn_zigzag .zigzag_wrap.re_zigzag01 .contents_wrap h2.main_ttl img {
    width: 54.8rem;
}

.cmn_zigzag .zigzag_wrap.re_zigzag02 .contents_wrap h2.main_ttl img {
    width: 60.4rem;
}

.cmn_zigzag .zigzag_wrap.re_zigzag03 .contents_wrap h2.main_ttl img {
    width: 58rem;
}

.cmn_zigzag .zigzag_wrap .contents_wrap p.main_txt {
    font-size: 2rem;
    letter-spacing: .08em;
    line-height: 2;
    max-width: 58rem;
}

.cmn_zigzag .zigzag_wrap .img_wrap {
    position: absolute;
    top: 0;
}

.cmn_zigzag .zigzag_wrap:nth-child(odd) .img_wrap {
    right: calc(50% - 80rem);
}

.cmn_zigzag .zigzag_wrap:nth-child(even) .img_wrap {
    left: 0;
}

.cmn_zigzag .zigzag_wrap .img_wrap p.img.main {
    width: 54rem;
    overflow: hidden;
}

.cmn_zigzag .zigzag_wrap:nth-child(odd) .img_wrap p.img.main {
    border-radius: 2rem 0 0 2rem;
}

.cmn_zigzag .zigzag_wrap:nth-child(even) .img_wrap p.img.main {
    border-radius: 0 2rem 2rem 0;
}

.cmn_zigzag .zigzag_wrap .img_wrap p.img.sub {
    width: 34rem;
    margin-top: -16rem;
    border-radius: 2rem;
    overflow: hidden;
}

.cmn_zigzag .zigzag_wrap:nth-child(odd) .img_wrap p.img.sub {
    margin-left: -13rem;
}

.page_reasons .inner {
    padding: 3rem 0 6.5rem;
}

.page_reasons .inner h3.ttl {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5rem;
    letter-spacing: .08em;
}

.page_reasons .inner ul.items.f_wrap {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    position: relative;
    width: 118rem;
    margin: 0 auto;
}

.page_reasons .inner ul.items.f_wrap::after {
    position: absolute;
    content: "";
    background: var(--theme_m_color);
    width: 100%;
    height: 4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    z-index: -1;
}

.page_reasons .inner ul.items.f_wrap li {
    width: 21.8rem;
    height: 21.8rem;
    background: var(--theme_m_color);
    border-radius: 100%;
    display: grid;
    color: #fff;
    align-content: center;
    padding-bottom: .5rem;
}

.page_reasons .inner ul.items.f_wrap li h4.ttl {
    font-size: 2rem;
    letter-spacing: .08em;
    text-align: center;
    margin-bottom: 1rem;
}

.page_reasons .inner ul.items.f_wrap li p.txt {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
チルドロールの事業
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_chilled-roll {
}

.page_chilled-roll > .page_width {
    max-width: 110rem;
}

.page_product_cd h2.main_ttl {
    margin-bottom: 6rem;
}

.page_product_cd h2.main_ttl span {
    display: block;
}

.page_product_cd h2.main_ttl span.en {
    font-family: "Outfit", sans-serif;
    font-size: 2rem;
    letter-spacing: .04em;
    color: var(--theme_m_color);
    text-align: center;
    font-weight: 500;
}

.page_product_cd h2.main_ttl span.ja {
    font-size: 6.2rem;
    font-weight: bold;
    letter-spacing: .08em;
    text-align: center;
}

.page_product_cd .inner {
    margin-bottom: 12.5rem;
}

.page_product_cd .inner .grid.box {
    grid-template-columns: 1fr 48rem;
    gap: 5.5rem;
    margin-bottom: 6rem;
}

.page_product_cd .inner .grid.box .contents_area {
    padding-top: 1rem;
}

.page_product_cd .inner .grid.box .contents_area p {
    font-size: 2rem;
}

.page_product_cd p.img {
    border-radius: 2rem;
    overflow: hidden;
}

.page_product_cd .inner p.lead {
    font-size: 3.4rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-align: center;
    margin-bottom: 3rem;
}

.page_product_cd .inner ul.items {
    grid-template-columns: repeat(2 , 1fr);
    gap: 2rem;
    display: grid;
    padding: 0 6rem;
}

.page_product_cd .inner ul.items li {
    border: 2px solid #CCCCCC;
    padding: 4rem 4.5rem;
}

.page_product_cd .inner ul.items li h3.ttl {
    font-size: 2.8rem;
    color: var(--theme_m_color);
    text-align: center;
    font-weight: 500;
    letter-spacing: .08em;
    margin-bottom: 4rem;
}

.page_product_cd .inner ul.items li p.txt {
    letter-spacing: .08em;
    margin-bottom: 3rem;
    line-height: 1.5;
}

.page_product_cd .inner ul.items li .img_wrap.f_wrap {
    width: 38rem;
    margin: 0 auto;
}

.page_product_cd .inner ul.items li .img_wrap.f_wrap p.img {
    width: 50%;
    border-radius: 0;
}

.page_product_cd .inner02 .process {
    margin-bottom: 9.5rem;
}

.page_product_cd .inner02 .process h2.main_ttl02 {
    font-size: 3rem;
    font-weight: bold;
    position: relative;
    letter-spacing: .08em;
    background: var(--theme_m_color);
    min-height: 8rem;
    display: flex;
    align-items: center;
    color: #fff;
    width: 98%;
    margin: 0 auto 5rem;
    padding: 1rem 3rem;
}

.page_product_cd .inner02 .process h2.main_ttl02::after {
    position: absolute;
    content: "";
    width: calc(100% + 2rem);
    height: 59%;
    background: var(--theme_m_color);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}

.page_product_cd .inner02 .process h2.main_ttl02 .small {
    font-size: 2.2rem;
    display: inline-block;
    margin-right: 1.5rem;
}

.page_product_cd .inner02 .process ul.items.grid {
    grid-template-columns: repeat(2,1fr);
    gap: 4rem;
    padding: 0 6rem;
}

.page_product_cd .inner02 .process ul.items.grid li p.img {
    margin-bottom: 2rem;
}

.page_product_cd .inner02 .process ul.items.grid li .contents h3.ttl {
    font-size: 3.5rem;
    font-weight: bold;
    color: var(--theme_m_color);
    text-align: center;
    margin-bottom: 1.5rem;
}

.page_product_cd .inner02 .process ul.items.grid li .contents p.txt {
    letter-spacing: .08em;
    font-size: 2rem;
    padding: 0 2.5rem;
}

.page_product_cd .inner02 .process ul.items02 li.grid {
    grid-template-columns: 1fr 48rem;
    gap: 8rem;
    padding: 0 6rem;
}

.page_product_cd .inner02 .process ul.items02 li.grid .contents {
    padding-top: 1.5rem;
}

.page_product_cd .inner02 .process ul.items02 li.grid .contents p {
    font-size: 2rem;
}

.page_product_cd .maintenance {
    margin-top: 14rem;
}

.page_product_cd .maintenance ul.items02 {
    margin-bottom: 6rem;
}

.page_product_cd .maintenance ul.items02 li.grid {
    grid-template-columns: 1fr 48rem;
    gap: 6rem;
}

.page_product_cd .maintenance ul.items02 li.grid .contents {
    padding-top: 1rem;
}

.page_product_cd .maintenance ul.items02 li.grid .contents p.txt {
    font-size: 2rem;
    margin-bottom: 3.5rem;
}

.page_product_cd .maintenance ul.items02 li.grid .contents ul.list {
    display: grid;
    gap: 1rem;
    width: 38rem;
}

.page_product_cd .maintenance ul.items02 li.grid .contents ul.list li {
    border: 1px solid var(--theme_m_color);
    font-size: 2.2rem;
    letter-spacing: .08em;
    text-align: center;
    color: var(--theme_m_color);
    font-weight: bold;
    display: grid;
    min-height: 5rem;
    align-items: center;
}

.page_product_cd .maintenance ul.maru_list.f_wrap {
    width: 90rem;
    margin: 0 auto;
    justify-content: space-between;
}

.page_product_cd .maintenance ul.maru_list.f_wrap li {
    width: 28rem;
    height: 28rem;
    display: grid;
    align-content: center;
    justify-content: center;
    color: #fff;
    background: var(--theme_m_color);
    border-radius: 100%;
    text-align: center;
    padding-bottom: 1.5rem;
}

.page_product_cd .maintenance ul.maru_list.f_wrap li h3.ttl {
    font-size: 1.4rem;
    letter-spacing: .04em;
    font-weight: 500;
    margin-bottom: 1.5rem;
    font-family: "Outfit", sans-serif;
}

.page_product_cd .maintenance ul.maru_list.f_wrap li p.txt {
    font-size: 2.4rem;
    letter-spacing: .08em;
    font-weight: bold;
    line-height: 1.5;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_commercial > .page_width {
    max-width: 110rem;
}

.page_commercial .maintenance {
    margin-top: 0;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プライバシーポリシー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_privacy {
}
@media (min-width: 769px) { 
.page_privacy > .page_width {
    max-width: 94rem;
    min-width: 94rem;
}
}


.page_privacy p.main_lead {
    margin-bottom: 4.5rem;
}

.page_privacy .box {
    margin-bottom: 3rem;
}

.page_privacy .box h3.ttl {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.page_privacy .box p {
    padding-left: 2.6rem;
    margin-bottom: 0;
    line-height: 1.75;
}

.page_privacy .box p:not(:last-of-type) {
}

.page_privacy ul.indent {
    padding-left: 2.6rem;
    margin-bottom: 0;
}

.page_privacy ul.indent li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0;
    line-height: 1.75;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
404
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_promo.letter404 {
    padding-top: 212px;
}

.page_promo.letter404::after {
    width: 35vw;
    top: 85%;
}

@media (min-width: 769px) and (max-width: 1800px) {

.page_promo.letter404::after {
        right: calc(50% - 888px);
        z-index: -1;
    }
}


.page_promo.letter404 .promo_inner h1 .slug {
    font-size: 110px;
}

.page_404 h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 32px;
}

.page_404 p.txt {
    font-size: 22px;
    letter-spacing: .1em;
    text-align: center;
    line-height: 2.25;
    margin-bottom: 65px;
}

.page_404 p.btn {
}

.page_404 p.btn a {
    margin: 0 auto;
    text-align: center;
}

.page_404 p.btn a:hover {
    background: #00a99d;
    color: #fff;
}
