/*
Theme Name:base theme
Theme URI:
Version: 1.0
Author: imawaka
Author URI: https://dai2.yoshida-designbu.com/
License: takami
*/


/*--------------
    common
--------------*/
html{
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body{
    font-size: 1.6rem;
    font-family: 'Noto Sans JP',"游ゴシック", YuGothic ,Hiragino Mincho ProN,"ヒラギノ明朝 ProN",sans-serif;
    line-height: 1.75;
	letter-spacing: 0.05em;
    color: #333333;
    margin: 0;
    padding: 0;
}

.breadcrumbs {
    display: none;
}


h2{
    font-size: 6.4rem;
}

h3{
    font-size: 4.27rem;
}

h4{
    font-size: 2.56rem;
}

small{
    font-size: 1.16rem;
}

h1,h2,h3,h4,h5,h6,ul,dl,dt,dd,td,p{
    margin: 0;
    padding: 0;
}

li{
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
    margin: 0;
    padding: 0;
	text-decoration:none;
    color: #333;
    box-sizing: border-box;
}

img{
    max-width:100%;
    height: auto;
    box-sizing: border-box;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
}


/* font */

.headerWrapper, nav.globalMenuSp ul li a, h2, h3, h4, dt, .note-serif, .link, .submit input, .footer-menu {
    font-family: 'Noto Serif JP', serif;
}


/* hover（ホバー） */
.hover01 a {
    transition: all 1s;
}
.hover02 a {
    transition: background-color 1s;
}
.hover01 a:hover {
    opacity: 0.5;
}
.hover02 a:hover {
    background-color: rgba(255,255,255,0.4);
}


/* header（ヘッダー） */

.headerWrapper {
    position: relative;
    height: 98px;
}
.headerWrapper h1 {
    position: absolute;
    width: 162px;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}
.header-menu {
    position: absolute;
    top: 50%;
    right: 273px;
    transform: translateY(-50%);
}
.header-menu ul {
    display: flex;
}
.header-menu ul li {
    padding-left: 32px;
}
.header-menu li:first-child {
    padding-left: 0;
}
.header-contact {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #00274F;
}
.header-contact a {
    background: url(./img/common/contact-deco.png) 35px center no-repeat;
    background-size: 30px;
    padding-left: 40px;
    font-size: 1.8rem;
    color: #fff;
    width: 221px;
    height: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* mobile-menu（ハンバーガーメニュー） */

.mobile-menu {
    display: none;
}


/* main（メイン共通） */

main h2 {
    font-weight: 400;
    line-height: 1.4;
    font-size: 5.5rem;
}

.top-container, .main-container {
    padding-bottom: 80px;
}
.sub-head {
    font-size: 2.4rem;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
}


/* top（トップページ） */

.top-area {
    position: relative;
    padding: 46px 0;
}
.top-area .bg-text {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.top-area .slogan {
    font-size: 7.2rem;
    line-height: 1.3;
    padding-left: 5%;
}
.top-area .slogan-explanation {
    font-size: 1.83rem;
    padding: 22px 0 0 5%;
}

.history-banner {
    background: url(./img/top/top-bg01.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
}
.history-banner a {
    padding: 90px 0;
    color: #fff;
    display: block;
}
.history-banner .main-text {
    font-size: 6.4rem;
}
.history-banner .vertical {
    display: inline-block;
    height: 57px;
    margin: 16px auto;
    border-right: 1px solid #fff;
}
.history-banner .sub-text {
    font-size: 2.56rem;
    padding-bottom: 24px;
    font-family: 'Cormorant Garamond', serif;
}
.history-banner .link {
    font-size: 1.4rem;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-right: 20px;
    display: inline-block;
    position: relative;
}
.history-banner .link::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 3px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: skew(45deg);
}

.top-sec .sub-head {
    color: #00274F;
    line-height: 1.4;
}
.top-sec .link {
    text-align: right;
}
.top-sec .link a {
    color: #00274F;
    border-bottom: 1px solid #00274F;
    padding-right: 22px;
    position: relative;
}
.top-sec .link a::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 17px;
    height: 4px;
    border-bottom: 1px solid #00274F;
    border-right: 1px solid #00274F;
    transform: skew(45deg);
}

.about-area {
    position: relative;
    margin: 82px 0;
}
.about-area .about-area-img .sp-img {
    display: none;
}
.about-area .about-area-img {
    position: absolute;
    width: 27%;
}
.about-area .about-area-img01 {
    left: 0;
}
.about-area .about-area-img01 img {
    border-radius: 0 30px 30px 0;
}
.about-area .about-area-img02 {
    right: 0;
    bottom: 0;
}
.about-area .about-area-img02 img {
    border-radius: 30px 0 0 30px;
}
.about-area .text-area {
    width: 35%;
    margin: 0 auto;
    padding: 13% 0;
    position: relative;
}
.about-area .text-area .bg-text {
    position: absolute;
    width: 110%;
    top: 23%;
    right: -45%;
}
.about-area .text-area .main-text {
    padding: 20px 0;
}

.products-area {
    position: relative;
}
.products-area-inner {
    background: url(./img/top/top-bg02.jpg) center center no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.products-area .bg-text {
    padding-left: 5%;
    width: 600px;
    position: absolute;
    top: -131px;
}
.products-area .text-area {
    background-color: #fff;
    display: inline-block;
    margin: 0 0 0 10%;
    border-radius: 30px;
    padding: 50px;
}
.products-area h2 {
    font-size: 4.27rem;
}
.products-area .text-area .main-text {
    padding: 16px 0 30px;
}

.access-area {
    max-width: 1080px;
    width: 85%;
    margin: 0 auto;
    padding-top: 56px;
}
.access-area h2 {
    font-size: 4.27rem;
}
.access-area .address-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 32px;
}
.access-area .address-box .map {
    width: 50%;
}
.access-area .address-box .map iframe {
    width: 100%;
}
.access-area .address {
    width: 45%;
    font-size: 2.4rem;
}


/* main-container */

.main-container {
    width: 90%;
    margin: 0 auto;
    position: relative;
}


/* リンクスクロール */

.flex-container {
    display: flex;
    justify-content: space-between;
}
.flex-container .links {
    width: 15%;
    padding-top: 92px;
    font-size: 1.83rem;
}
.flex-container .links ul {
    position: sticky;
    top: 92px;
}
.links li {
    margin-bottom: 34px;
    font-family: 'Noto Serif JP', serif;
}
.links li a {
    background: url(./img/common/bread-arrow.png) right center no-repeat;
    background-size: contain;
    padding-right: 35px;
    color: #00274F;
}

.products-bread {
    top: -16%;
}


/* under-layer（下層ページ共通） */

.under-layer {
    width: 85%;
    margin: 0 0 0 auto;
    position: relative;
}
.under-layer-head {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #E3E3E3;
    padding: 65px 0;
}
.under-layer-head h2 {
    font-size: 6.4rem;
}

.under-layer h3, .under-layer h4 {
    font-weight: 500;
}
.under-layer h3 {
    padding-bottom: 30px;
}


/* about（会社概要） */

.about-sec01 {
    padding: 92px 0 34px;
}
.overview-list div {
    display: flex;
    width: 80%;
    padding: 24px 0;
    border-bottom: 1px solid #000;
}
.overview-list dt {
    width: 22%;
}
.overview-list dd {
    width: 80%;
}

.map-text a {
    text-decoration: underline;
    color: #00274F;
    padding-left: 8px;
    font-family: 'Noto Serif JP', serif;
}

.about-sec02 {
    padding-top: 46px;
}
.company-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 37px;
    width: 85%;
}
.company-list-inner {
    width: 45%;
}
.company-list-inner img {
    border-radius: 20px;
}
.company-list-inner .image_link{
    display:block;
}
.image_link img {
    transition:0.3s;
    display:block;
}
.image_link:hover img {
    opacity:0.7;
}
.company-list-inner h4 {
    padding: 16px 0;
}
.company-list-inner h4 span {
    font-size: 1.83rem;
}
.company-list-inner .url a {
    text-decoration: underline;
    color: #00274F;
}


/* products（製品紹介） */

.products-first-img {
    width: 45%;
    margin: 0 0 0 auto;
    position: relative;
}
.products-first-img img {
    border-radius: 30px 0 0 30px;
    position: absolute;
    top: 92px;
}

.products-container {
    margin-top: 400px;
}

.products-top-text {
    width: 43%;
    font-size: 2rem;
    position: absolute;
    top: -10.5%;
}

.products-sec01 {
    padding: 92px 0 8px;
}
.main-items {
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
}
.main-items .item-detail {
    width: 45%;
}
.main-items .item-detail img {
    border-radius: 20px;
}
.main-items .item-detail .text-box {
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
    padding: 24px;
    text-align: center;
    background-color: #fff;
    transform: translateY(-60px);
    box-shadow: 0 0 8px gray;
    height: 195px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-items .item-detail .text-box .sub-head {
    font-size: 1.8rem;
    color: #00274F;
}
.main-items .item-detail .text-box h4 {
    font-size: 3.2rem;
    padding-bottom: 5px;
}
.main-items .item-detail .text-box .text {
    height: 56px;
    display: flex;
    align-items: center;
}

.products-sec02 h3 span {
    font-size: 2.56rem;
}
.suppliers-list {
    display: flex;
    width: 90%;
    column-gap: 100px;
}
.suppliers-list li {
    font-size: 2.5rem;
    position: relative;
    padding-left: 35px;
}
.suppliers-list li::before {
    content: "";
    position: absolute;
    background: #00274F;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    top: 10px;
    left: 0;
}


/* history（100年の歩み） */

.under-history-layer h3 {
    font-weight: 500;
}

.history-top {
    padding: 13% 0;
    background: url(./img/common/bg-deco02.png) center center no-repeat;
    background-size: 55%;
}
.history-top .main-text {
    font-size: 6.4rem;
    color: #00274F;
    text-align: center;
}
.history-top .sub-text {
    font-size: 1.83rem;
    text-align: center;
    padding-top: 16px;
}

.greeting {
    padding: 40px 0 125px;
}
.greeting h3 {
    text-align: center;
    margin-bottom: 25px;
    background: url(./img/history/bg-text-greeting.png) center center no-repeat;
    background-size: 35%;
    padding: 3% 0;
}
.greeting-box {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 80px;
}
.greeting-box .greeting-image {
    width: 30%;
}
.greeting-image img {
    border-radius: 20px;
}
.greeting-box .greeting-text {
    width: 50%;
}
.greeting-text p:first-child {
    font-size: 1.83rem;
}
.greeting-text .name {
    padding-top: 70px;
    text-align: right;
    font-size: 2.57rem;
}
.greeting-text .name {
    padding-top: 70px;
    text-align: right;
    font-size: 2.57rem;
}
.greeting-text .name span {
    font-size: 1.8rem;
    padding-right: 21px;
}

.history-table h3 {
    text-align: center;
    background: url(./img/history/bg-text-history.png) center center no-repeat;
    background-size: 35%;
    padding: 4% 0;
}
.history-table h4 {
    display: inline-block;
    font-weight: 400;
    padding: 0 30px 5px 16px;
    font-size: 3.2rem;
    margin: 16px 0 0 42px;
    border-left: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
}
.history-table .cross {
    border-top: 1px solid #CBCBCB;
    border-right: 1px solid #CBCBCB;
    width: 42px;
    height: 21px;
    transform: translateY(-1px);
}
.history-list {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
}
.history-list div {
    padding: 20px 0;
    border-bottom: 1px solid #B1B1B1;
    display: flex;
    align-items: flex-start;
    column-gap: 30px;
}
.history-list .term {
    width: 170px;
    color: #fff;
    background-color: #00274F;
    font-size: 2.0rem;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
}
.history-list .flex-box {
    border: 0;
    padding: 0;
}
.history-list .flex-item {
    display: initial;
    width: 60%;
    border: 0;
    padding: 0;
}
.history-list div.history-list-img {
    width: 40%;
    border: 0;
    padding: 20px 0 0;
    justify-content: center;
}
.history-list-img .img01 {
    width: 40%;
}
.history-list-img .img02 {
    width: 30%;
    transform: translate(0, 45px);
}

.history-list .flex-box02 .flex-item {
    width: 70%;
}
.history-list .flex-box02 div.history-list-img {
    width: 30%;
}
.history-list .flex-box02 .history-list-img .img01 {
    width: 65%;
    margin-top: 20px;
}
.history-list .flex-box02 .history-list-img .img02 {
    width: 45%;
    transform: translate(0, 30px);
}

.history-list img {
    border-radius: 20px;
}

.history-list .description-width {
    width: 65%;
}


/* contact お問い合わせ */

/* 送信完了 */
.thanks-container p:first-child {
    padding-top: 92px;
}

.contact-container {
    width: 67%;
    margin: 0 auto;
}
.contact-container ul {
    padding: 46px 0;
}
.contact-container ul li {
    list-style: initial;
    margin-left: 16px;
}

.contact-container .form-item {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.contact-container dl dt {
    width: 25%;
    font-size: 1.83rem;
}
.contact-container dl dt span {
    font-size: 1.4rem;
    background-color: #CE0000;
    color: #fff;
    margin: 10px;
    padding: 1px 5px;
}
.contact-container dl dd {
    width: 70%;
}
.contact-container dl dd input {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
}
.contact-container dl dd input, .contact-container .text-area dd textarea {
    font-size: 1.6rem;
}

/* form text-area（お問い合わせ内容） */
.contact-container dl div.text-area {
    display: block;
}
.contact-container .text-area dt {
    padding-bottom: 10px;
}
.contact-container .text-area dt, .contact-container .text-area dd {
    width: 100%;
}
.contact-container .text-area dd textarea {
    width: 100%;
}

/* form address（ご住所） */
.contact-container dl .form-address .post-code {
    padding-bottom: 15px;
}
.contact-container dl .form-address .post-code p {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.contact-container dl .form-address .post-code br {
    display: none;
}
.contact-container dl .form-address .post-code span {
    display: inline-block;
}
.form-address .post-code span:nth-child(2) {
    width: 100%;
    margin-top: 20px;
}

.submit {
    text-align: center;
}
.wpcf7-spinner {
    display: none !important;
}
.submit input {
    width: 350px;
    margin-top: 40px;
    padding: 20px;
    background-color: #00274F;
    color: #fff;
    font-size: 1.9rem;
    line-height: 1;
}


/* privacy-policy（プライバシーポリシー） */

.privacy-container {
    padding-top: 46px;
}
.privacy-container .privacy-inner {
    width: 90%;
    margin: 0 auto;
}
.privacy-container .privacy-inner div {
    padding-top: 28px;
}
.privacy-container h3 {
    font-size: 3.2rem;
    font-weight: 500;
}
.privacy-container div p {
    padding-top: 16px;
}


/* 404 */

.error-head h2 {
    font-size: 5rem;
    font-weight: 400;
}
.error-container {
    padding-top: 92px;
}


/* footer */

.footer-container {
    background-color: #00274F;
    color: #fff;
}

.footer_contact {
    text-align: center;
    padding: 90px 0;
    background: url(./img/common/footer-bg01.jpg) center center no-repeat;
    background-size: cover;
}
.footer-contact .sub-head {
    font-size: 1.83rem;
}
.footer_contact h2 {
    font-size: 4.27rem;
    font-weight: 400;
}
.footer_contact .main-text {
    padding: 20px 0;
}
.footer_contact .link a {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-right: 25px;
    position: relative;
}
.footer_contact .link a::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 17px;
    height: 4px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: skew(45deg);
}

.footer-under-area {
    background: url(./img/common/bg-deco.png) 300px -80px no-repeat;
    background-size: 100%;
}

.footer-container .contents {
    width: 85%;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    padding: 62px 0;
}
.footer-information .top-btn a {
    color: #fff;
    font-size: 1.83rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    padding-bottom: 16px;
}
.footer-information ul {
    padding: 16px 0;
}
.footer-menu {
    padding-top: 25px;
}
.footer-menu ul {
    display: flex;
}
.footer-menu li {
    padding-right: 32px;
}
.footer-menu li a {
    color: #fff;
}
.footer-information .link a {
    color: #fff;
    text-decoration: underline;
}

.copyright {
    text-align: center;
    padding: 16px 0;
}


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

    .about-area .text-area h2 {
        font-size: 4.3rem;
    }
}


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

    .suppliers-list {
        column-gap: 60px;
    }
    .suppliers-list li {
        font-size: 2.3rem;
    }
    .suppliers-list li::before {
        width: 22px;
        height: 22px;
    }
}


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

    
    .products-area .bg-text {
        width: 400px;
        top: -87px;
    }

    .history-top .main-text {
        font-size: 5.1rem;
    }
    
    .suppliers-list li {
        font-size: 1.8rem;
        padding-left: 25px;
        padding-bottom: 5px;
    }
    .suppliers-list li::before {
        width: 17px;
        height: 17px;
        top: 8px;
    }
}


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

    /* top（トップページ） */

    .top-area .slogan {
        font-size: 5rem;
        line-height: 1.3;
        padding: 0 5%;
    }
    .top-area .slogan-explanation {
        font-size: 1.83rem;
        padding: 10px 5%;
    }

    .history-banner .main-text {
        font-size: 4rem;
    }
    .history-banner .vertical {
        height: 40px;
        margin: 10px auto;
    }
    .history-banner .sub-text {
        font-size: 2.3rem;
        padding-bottom: 15px;
    }

    .top-sec h2 {
        font-size: 3.7rem;
    }

    .about-area .about-area-img {
        position: initial;
        width: 90%;
    }
    .top-sec .about-area-img .pc-img {
        display: none;
    }
    .top-sec .about-area-img .sp-img {
        display: initial;
    }
    .top-sec .about-area-img02 {
        margin: 0 0 0 auto;
    }
    .about-area .text-area {
        width: 80%;
        padding: 10% 0 11%;
    }
    .about-area .text-area h2 {
        font-size: 3.7rem;
    }
    .about-area .text-area .bg-text {
        width: 80%;
        top: 15%;
        right: 0;
    }

    .products-area .bg-text {
        position: initial;
        width: 50%;
    }
    .products-area .text-area {
        width: 60%;
        margin: 0 auto;
        display: block;
        padding: 30px;
    }
    .products-area .text-area .main-text {
        padding: 25px 0 20px;
    }

    .access-area .address-box {
        display: block;
    }
    .access-area .address-box .map {
        width: 100%;
    }
    .access-area .address-box .address {
        width: 100%;
        padding-top: 16px;
        font-size: 1.8rem;
    }


    /* under-layer（下層ページ） */

    .main-container {
        padding-bottom: 60px;
    }

    .under-layer {
        width: 100%;
    }
    .under-layer-head {
        padding: 50px 0;
    }
    .under-layer-head h2 {
        font-size: 4.5rem;
    }
    .under-layer h3 {
        font-size: 3.7rem;
        padding-bottom: 10px;
    }


    /* リンクスクロール */

    .flex-container {
        display: block;
    }
    .flex-container .links {
        width: 100%;
        padding-top: 25px;
    }
    .flex-container .links ul {
        display: flex;
        column-gap: 40px;
    }
    .links li {
        margin-bottom: 15px;
    }


    /* about（会社概要） */

    .overview-list div {
        width: 85%;
        justify-content: space-between;
    }
    .overview-list div dd {
        width: 73%;
    }
    .about-sec01 {
        padding: 25px 0 35px;
    }

    .about-sec02 {
        padding-top: 25px;
    }
    .company-list {
        width: 75%;
        row-gap: 0;
    }
    .company-list-inner {
        width: 100%;
        padding-top: 30px;
    }
    

    /* products（製品紹介） */


    .products-first-img {
        width: 75%;
    }
    .products-first-img img {
        top: 100px;
    }

    .products-container {
        margin-top: 40%;
    }

    .products-top-text {
        width: 100%;
        font-size: 2rem;
        position: initial;
        padding-bottom: 30px;
    }

    .products-sec01 {
        padding: 30px 0 0;
    }
    
    .main-items {
        width: 100%;
        padding-top: 20px;
    }

    .products-sec02 h3 span {
        font-size: 2.3rem;
    }
    .suppliers-list {
        width: 100%;
        padding-top: 20px;
    }
    .suppliers-list ul {
        padding-left: 5%;
    }
    .suppliers-list ul li {
        font-size: 1.7rem;
    }


    /* history（100年の歩み） */

    .under-history-layer h3 {
        font-size: 3.7rem;
    }

    .history-top {
        background-size: contain;
        margin-top: 60px;
        padding: 40px 0 40px;
    }
    .history-top .main-text {
        font-size: 3.7rem;
    }
    .history-top .sub-text {
        font-size: 1.6rem;
    }

    .greeting {
        padding: 50px 0;
    }
    .greeting h3 {
        background-size: 50%;
        margin-bottom: 30px;
    }
    .greeting-box {
        display: block;
    }
    .greeting-box .greeting-image {
        width: 50%;
        margin: 0 auto;
    }
    .greeting-box .greeting-text {
        width: 95%;
        padding-top: 40px;
        margin: 0 auto;
    }
    .greeting-text .name {
        padding-top: 20px;
        font-size: 2rem;
    }
    .greeting-text p:first-child {
        font-size: 1.6rem;
    }
    .greeting-text .name span {
        font-size: 1.6rem;
    }

    .history-table h3 {
        background-size: 52%;
    }
    .history-table h4 {
        font-size: 2.7rem;
        margin: 22px 0 0 16px;
    }
    .history-table .cross {
        width: 16px;
    }
    .history-list div {
        display: block;
    }
    .history-list .flex-box div.history-list-img {
        display: flex;
        justify-content: center;
        column-gap: 15px;
        border-bottom: 1px solid #B1B1B1;
        width: 100%;
        padding: 20px 0;
    }
    .history-list .term {
        width: 140px;
        display: inline-block;
        font-size: 1.6rem;
    }
    .history-list .description {
        padding: 10px 0 0;
    }
    .history-list-img .img01 {
        width: 45%;
    }
    .history-list-img .img02 {
        width: 35%;
        transform: initial;
    }

    .history-list .flex-box02 .history-list-img .img01 {
        width: 45%;
        margin: 0;
    }
    .history-list .flex-box02 .history-list-img .img02 {
        width: 35%;
        transform: initial;
    }

    .history-list .description-width {
        width: initial;
    }


    /* contact （お問い合わせ） */

    .contact-container {
        width: 80%;
    }
    .contact-container .form-item {
        flex-wrap: wrap;
        row-gap: 5px;
        padding: 12px 0;
    }
    .contact-container .form-item dt, .contact-container .form-item dd {
        width: 100%;
    }
    .contact-container dl .form-address {
        width: 100%;
    }
    .contact-container dl .form-address .post-code {
        padding-bottom: 10px;
        width: 40%;
    }


    /* privacy-policy （プライバシーポリシー） */

    .privacy-container h3 {
        font-size: 2.8rem;
    }


    /* footer（フッター） */

    .footer_contact {
        padding: 90px 0;
    }
    .footer_contact h2 {
        font-size: 3.7rem;
    }
    .footer_contact .main-text {
        font-size: 1.5rem;
        padding: 15px 0;
    }

    .footer-under-area {
        background: url(./img/common/bg-deco.png) 145px -10px no-repeat;
        background-size: 100%;
    }

}

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

    /* mobile-menu（ハンバーガーメニュー） */

    .pc-menu {
        display: none;
    }

    .headerWrapper h1 {
        position: initial;
        transform: initial;
        width: 120px;
        padding: 25px 0 0 25px;
    }

    .mobile-menu {
        display: initial;
    }
    
    .hamburger {
        display : block;
        position: fixed;
        z-index : 4;
        right : 25px;
        top   : 30px;
        width : 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 40px;
        height: 2px;
        left: 0;
        background: #565555;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 10px;
    }
    .hamburger span:nth-child(2) {
        top: 20px;
    }
    .hamburger span:nth-child(3) {
        top: 30px;
    }

    .hamburger.active span:nth-child(1) {
        top : 24px;
        left: 0px;
        -webkit-transform: rotate(-45deg);
        -moz-transform   : rotate(-45deg);
        transform        : rotate(-45deg);
        background: #fff;
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 24px;
        -webkit-transform: rotate(45deg);
        -moz-transform   : rotate(45deg);
        transform        : rotate(45deg);
        background: #fff;
    }

    nav.globalMenuSp {
        display: block;
        position: fixed;
        z-index: 3;
        top: 0;
        left: 0;
        background:#00274F;
        text-align: center;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: opacity .6s ease, visibility .6s ease;
    }

    .globalMenuSp-wrapper{
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    nav.globalMenuSp ul {
        margin-top: 110px;
        padding: 0;
        width: 100%;
        list-style: none;
    }

    nav.globalMenuSp ul li:first-child {
        border-top: 1px solid #fff;
    }

    nav.globalMenuSp ul li {
        width: 100%;
        transition: .4s all;
        border-bottom: 1px solid #fff;
        padding: 20px 35px;
        text-align: right;
    }

    nav.globalMenuSp ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 2rem;
        display: block;
    }

    nav.globalMenuSp.active {
        opacity: 100;
        visibility: visible;
    }

    .main-items {
        justify-content: center;
        row-gap: 0;
    }
    .main-items .item-detail {
        width: 80%;
    }

    .suppliers-list {
        display: block;
        padding-top: 20px;
    }


}

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

    /* top（トップページ） */

    .top-container, .main-container {
        padding-bottom: 50px;
    }

    .sub-head {
        font-size: 2rem;
    }

    .top-area {
        padding: 25px 0;
    }
    .top-area .slogan {
        font-size: 2.8rem;
    }
    .top-area .slogan-explanation {
        font-size: 1.4rem;
    }

    .top-sec {
        font-size: 1.4rem;
    }
    .top-sec h2 {
        font-size: 2.4rem;
    }

    .history-banner .main-text {
        font-size: 2.6rem;
    }
    .history-banner .vertical {
        height: 24px;
        margin: 10px auto;
    }
    .history-banner .sub-text {
        font-size: 1.6rem;
        padding-bottom: 5px;
    }
    .history-banner a {
        padding: 50px 0;
    }

    .about-area {
        margin: 50px 0;
    }
    .about-area .text-area h2 {
        font-size: 2.4rem;
    }
    .about-area .text-area .main-text {
        padding: 10px 0;
    }

    .products-area .text-area .main-text {
        padding: 10px 0;
    }

    .access-area {
        padding-top: 50px;
    }
    .access-area .address-box .address {
        font-size: 1.4rem;
    }


    /* under-layer（下層ページ） */

    .main-container {
        padding-bottom: 40px;
    }

    .under-layer-head {
        padding: 25px 0;
    }
    .under-layer-head h2 {
        font-size: 3.0rem;
    }
    .under-layer h3 {
        font-size: 2.4rem;
    }


    /* リンクスクロール */

    .flex-container .links ul {
        column-gap: 20px;
    }
    .links li a {
        background-size: 15px;
        padding-right: 18px;
    }


    /* about（会社概要） */

    .about-sec01 {
        padding: 15px 0 25px;
    }
    .overview-list div {
        width: 100%;
        justify-content: space-between;
        font-size: 1.4rem;
        padding: 15px 0;
    }

    .about-sec02 {
        padding-top: 15px;
    }
    .company-list {
        width: 100%;
    }
    .company-list-inner {
        padding-top: 20px;
    }
    .company-list-inner h4 {
        font-size: 1.8rem;
        padding: 16px 0 4px;
    }
    .company-list-inner p {
        font-size: 1.4rem;
    }
    

    /* products（製品紹介） */

    .products-first-img img {
        border-radius: 20px 0 0 20px;
        top: 80px;
    }

    .products-top-text {
        font-size: 1.4rem;
        padding-bottom: 0;
    }

    .main-items .item-detail {
        width: 90%;
    }
    .main-items .item-detail .text-box {
        height: 160px;
        transform: translateY(-40px);
    }
    .main-items .item-detail .text-box h4 {
        font-size: 2.2rem;
    }
    .main-items .item-detail .text-box .text {
        font-size: 1.4rem;
    }

    .products-sec02 h3 span {
        font-size: 1.6rem;
    }
    .suppliers-list {
        padding-top: 10px;
    }
    .suppliers-list ul li {
        font-size: 1.5rem;
        padding-left: 23px;
    }
    .suppliers-list li::before {
        width: 14px;
        height: 14px;
        top: 6px;
    }


    /* history（100年の歩み） */

    .history-top {
        padding: 20px 0;
    }
    .history-top .main-text {
        font-size: 2.4rem;
    }
    .history-top .sub-text {
        font-size: 1.4rem;
    }

    .under-history-layer h3 {
        font-size: 2.4rem;
    }

    .greeting {
        padding: 50px 0 70px;
    }
    .greeting-box .greeting-image {
        width: 70%;
    }
    .greeting-text p:first-child {
        font-size: 1.4rem;
    }
    .greeting-text .name {
        padding-top: 15px;
        font-size: 1.8rem;
    }
    .greeting-text .name span {
        font-size: 1.4rem;
        padding-right: 14px;
    }

    .history-table h4 {
        font-size: 2rem;
    }
    .history-list div {
        padding: 15px 0;
    }
    .history-list dd {
        padding: 5px 0 0;
    }
    .history-list img {
        border-radius: 10px;
    }


    /* contact（お問い合わせ） */

    .contact-container ul, .thanks-container p:first-child {
        padding: 25px 0;
    }
    .contact-container ul li {
        font-size: 1.4rem;
    }

    .contact-container .form-item {
        row-gap: 2px;
        padding: 9px 0;
    }
    .contact-container dl dt {
        font-size: 1.5rem;
    }
    .contact-container dl dd input {
        height: 30px;
    }
    .contact-container dl dd input, .contact-container .text-area dd textarea {
        font-size: 1.4rem;
    }

    .submit input {
        width: 250px;
        margin-top: 20px;
        padding: 15px;
        font-size: 1.5rem;
    }

    /* 送信完了 */
    .thanks-container p:first-child {
        padding-top: 50px;
    }


    /* privacy-policy （プライバシーポリシー） */

    .privacy-container {
        padding-top: 25px;
    }
    .privacy-container .privacy-inner {
        width: 100%;
        margin: 0 auto;
    }
    .privacy-container p {
        font-size: 1.4rem;
    }
    .privacy-container .privacy-inner div {
        padding-top: 15px;
    }
    .privacy-container h3 {
        font-size: 2rem;
    }


    /* 404 */

    .error-container {
        padding-top: 50px;
    }
    

    /* footer（フッター） */

    .footer_contact {
        padding: 60px 0;
    }
    .footer_contact h2 {
        font-size: 2.4rem;
    }
    .footer_contact .main-text, .footer_contact .link {
        font-size: 1.4rem;
    }
    .footer_contact .main-text {
        padding: 20px 0;
    }
    .footer_contact .main-text span {
        display: block;
    }

    .footer-container .contents {
        padding: 40px 0;
        font-size: 1.5rem;
    }
    .footer-menu {
        padding-top: 18px;
    }
    .footer-menu ul {
        display: initial;
    }
    .footer-menu li {
        padding: 5px 0;
    }

    .footer-under-area {
        background: url(./img/common/bg-deco.png) 100px 30px no-repeat;
        background-size: 100%;
    }

}