@charset "UTF-8";
/* CSS Document */
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
共通部分
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
h1{
    font-size: 2.67em;
    font-weight: 600;
}
h2 {
    margin-left: 0px;
    font-size: 2.12em;
/*    font-weight: 500;*/
    font-weight: 500;
}
.wrap_m.shadow {
    margin: 0 auto;
    background: #fff;
    padding: 64px 48px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
section.wrap_m.titleiner {
    margin-top: 6.75em;
    padding-bottom: 0;
}
.catchcopy {
    margin: 20px 0 40px;
    font-size: 1.2em;
    font-weight: 500;
}
.wrap_m {
    margin: 0 auto;
    padding: 50px 0 25px;
}
br.sp_on{
    display: none;
}
@media screen and (max-width:768px){
    section.wrap_m.titleiner {
        margin-top: 2.75em;
        padding: 50px 24.7px 0;
    }
    .wrap_m.shadow {
		width: 90%;
        padding: 30px 18px;
    }
    br.blake{
        display: none;
    }
    br.sp_on{
        display: block;
    }
    p.imgtitle{
        padding-right: 0;
    }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
社是
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.company-policy{
    margin-bottom: 40px;
}
.flex_box1{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.flex_box1 img{
    width: 100%;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
社是　スマホ対応
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width:768px){
    .flex_box1{
        display: block;
    }
    .flex_right, .flex_left{
        width: 87%;
        margin: 0 auto;
    }
    .flex_right {
        margin-bottom: 40px;
        margin-top: -5%;
        width: 55%;
    }
    .flex_left{
        width: 70%;
    }
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
id="greeting"　ごあいさつ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.gray_bg{
	padding: 65px 0 30px;
    background: #f1f1f1;
    z-index: -1;
}
#greeting {
    position: relative;
}
#greeting .greeting-wrap{
    padding: 0 60px 36px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.greeting-wrap h2{
    margin-left: -5px;
}
#greeting .flex_wrap2 {
    z-index: 2;
    position: relative;
}
#greeting .flex_wrap2 p{
    margin-top: 5px;
}
#greeting .rigth{
    text-align: right;
}
#greeting p.catch{
    font-weight: 500;
    font-size: 1.2em;
    margin: 45px 0 0;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
id="greeting"　ごあいさつ　スマホ対応
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width:768px){
    #greeting .greeting-wrap {
        padding: 0 20px 25px;
    }
    #greeting .flex_wrap1 {
        width: 100%;
    }
    #greeting .rigth br{
        display: block;
    }
    #greeting p.catch {
        font-size: 19px;
        margin: 20px 0 0;
    }
    #greeting .rigth span {
        display: inline-block;
        text-align: left;
    }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
id="outline"　会社概要
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#outline{
    position: relative;
    padding: 60px 0 60px;
}
#outline .outline-wrap{
    padding: 0 60px 60px;
    border-bottom: 1px solid #ccc;
}
#outline .flex_wrap1{
    width: 100%;
}
#outline .flex_wrap1 .catch{
    margin: 45px 0 50px;
}
#outline table.table_01 {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
#outline table.table_01 th {
    width: 220px;
    margin: 0;
    padding: 10px 10px 10px 30px;
    box-shadow: 0 0.5px 0 0 #969696;
    text-align: left;
    vertical-align: middle;
    font-weight: unset;
}
#outline table.table_01 td {
    padding: 6px 15px 6px 15px;
    box-shadow: 0 0.5px 0 0 #969696;
    line-height: 30px;
}
#outline .small{
    font-size: 13px;
    text-align: right;
    margin: 13px 0 0;
    padding-right: 2.24em;
}
#outline .wrap-down {
    margin-top: 40px;
}
#outline .wrap-down .factoryimg img{
    width: 100%;
    padding-top: 25px;
}
#outline .factoryimg {
    margin-top: 25px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
id="outline"　会社概要　スマホ対応
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width:768px){
    #outline {
        padding: 40px 0;
    }
    #outline .outline-wrap {
        padding: 0px 15px 40px;
    }
    #outline table.table_01 th {
        width: 120px;
        padding: 10px 0 10px 5px;
        box-shadow: 0 0.5px 0 0 #738192;
    }
    #outline table.table_01 td {
        line-height: 1.4;
        padding: 12px 5px;
    }
   #outline table.table_01 td a {
        word-break: break-all;
    }
    #outline .small {
        font-size: 11px;
        margin: 8px 0;
        padding-right: 0;
    }
    #outline .min_nav ul {
        padding: 0;
        display: flex;
        justify-content: space-around;
    }
    #outline .flex_wrap1 {
        width: 100%;
    }
    #outline .title {
        display: block;
    }
    #outline .click-img {
        top: 87%;
        right: 2%;
        width: 32% !important;
    }
    #outline .factoryimg {
        margin-top: 0px;
    }
    #outline .title .jp {
        font-size: 35px;
    }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
id="history"　沿革
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#history .history-wrap{
    padding: 0 60px;
}
#history .history-wrap .wrap-down{
    width: 100%;
}
#history .catch{
    overflow-wrap: break-word;
    word-break: break-all;
    margin-bottom: 50px;
}
#history .wrap-down h3 {
    font-size: 17px;
    font-weight: 500;
    margin: 17px 0 30px;
}
#history .table_02 {
    width: 90%;
    border-collapse: collapse;
    table-layout: fixed;
    margin: 30px auto 60px;
    box-shadow: 0 0.5px 0 0 #969696;
}
#history .table_02 th {
    width: 115px;
    text-align: left;
    font-weight: unset;
    padding: 9px 5px 9px 29px;
    box-shadow: 0 -0.5px 0 0 #969696;
}
#history .table_02 td {
    padding: 9px 12px;
    box-shadow: 0 -0.5px 0 0 #969696;
}
#history .table_02 td.num {
    width: 142px;
    padding: 9px 78px 9px 28px;
    text-align: right;
    white-space: nowrap;
    font-weight: normal;
    box-shadow: 0 -0.5px 0 0 #969696;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
id="history"　沿革　スマホ対応
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width:768px){
    #history .history-wrap {
        padding: 0 20px;
    }
    #history .wrap-down h3 {
        margin: 10px 0 20px;
        font-size: 15px;
    }
    #history .table_02 {
        margin: 30px 0 55px;
        width: 100%;
    }
    #history .table_02 th {
        padding: 10px 7px;
        width: 50px;
    }
    #history .table_02 td.num {
        width: 70px;
        padding: 9px 30px 9px 10px;
    }
    #history .table_02 td {
        padding: 10px 10px;
    } 
    #history .catch {
        margin-bottom: 30px;
    }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
id="access"　アクセス
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#access .access-wrap{
    padding: 0 60px;
}
#access .access-wrap .wrap-down{
    width: 100%;
    aspect-ratio: 4 / 3;
}
#access .access-wrap .wrap-down iframe {
    width: 100%;
    height: 100%;
}
#access .text{
    margin: 35px 0 0;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
id="access"　アクセス　スマホ対応
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width:768px){
    #access .access-wrap {
        padding: 0 20px 20px;
    }
    #access .text {
        margin: 15px 0;
    }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
提携会社　
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.affiliated {
    max-width: 660px;
    margin: 3.5em auto 4em;
}
.affiliated-link {
    position: relative;
    display: inline-block;
}
.affiliated-link img {
    display: block;
    width: 100%;
}
.img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.affiliated-link:hover .img-hover {
  opacity: 1;
}
.factoryimg p.imgtitle.another {
    padding-right: 29px;
    margin: 8px 0 0;
    font-weight: normal;
    letter-spacing: 0;
}
.title {
    display: flex;
    align-items: center;   
    gap: 20px;
    margin-bottom: 0.6em;
}
.title .jp {
    font-size: 2.28em;
    font-weight: 600;
}
.title .en {
    font-size: 14px;
    letter-spacing: 0.9px;
    color: #8790a0;
    font-weight: 200;
}
@media screen and (max-width:768px){
    .affiliated {
		width: 90%;
        margin: 4em auto 0;
        padding-bottom: 4em;
    }
    .factoryimg p.imgtitle.another {
        padding-right: 0;
    }
    .title {
        gap: 10px;
    }
    .title .jp {
        font-size: 2.3em;
    }
    .title .en {
        font-size: 11px;
    }
}