@charset "utf-8";
/******************************************************

        スマートフォンサイト用

******************************************************/
@media screen and (max-width: 767px) {


/******************************************************/
/* main 共通  */
/******************************************************/
/* 看板 */
#main #pagetitle {
    color: #fff;
    position: relative;
}
#main #pagetitle h1 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.15em;
    text-align: center;
    padding: 5.6vw 0;
}
#main #pagetitle h1 span {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: center;
    display: block;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
#main #pagetitle h1 span::after {
    content: "";
    display: block;
    background: rgba(255,255,255,0.5);
    height: 1px;
    width: 134px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 67px);
}
#main #pagetitle h1 strong {
    display: block;
}
#main #pagetitle .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
#main #pagetitle .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/* 見出し */
#main h2 {
    font-size: 1.7rem;
    line-height: 1;
    margin: 0 0 32px;
}
#main h2 .en {
    font-size: 3.3rem;
    line-height: 1;
    letter-spacing: normal;
    display: block;
}
#main h2 strong::before {
    content: "";
    display: block;
    background: #707070;
    height: 1px;
    width: 56px;
    position: absolute;
    top: 0;
    left: calc(50% - 28px);
}
#main h2 strong {
    font-size: 1.7rem;
    line-height: 1.45;
    letter-spacing: 0.05em;
    display: block;
    position: relative;
    padding-top: 10px;
    margin-top: 8px;
}
#main h3.h3ttl {
    font-size: 1.7rem;
    line-height: 1;
    margin: 50px 0 32px;
}
#main h3.h3ttl .en {
    font-size: 3.3rem;
    line-height: 1;
    letter-spacing: normal;
    display: block;
}
#main h3.h3ttl strong {
    font-size: 1.7rem;
    line-height: 1.45;
    letter-spacing: 0.05em;
    display: block;
    position: relative;
    margin-top: 8px;
}
/* ピックアップエリア */
#main #pickup_navi {
    background: rgba(232,240,255,0.6);
    margin-top: 75px;
    padding: 0 6.4vw 30px;
}
#main #pickup_navi h3 {
    font-size: 1.5rem;
    line-height: 1;
    transform: translateY(-1.65rem);
    margin: 0 0 14px;
}
#main #pickup_navi h3 .en {
    font-size: 3.3rem;
    line-height: 1;
    letter-spacing: normal;
    display: block;
}
#main #pickup_navi h3 strong::before {
    content: "";
    display: block;
    background: #164392;
    height: 1px;
    width: 160px;
    position: absolute;
    top: 0;
    left: calc(50% - 80px);
}
#main #pickup_navi h3 strong {
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: 0.12em;
    display: block;
    position: relative;
    padding-top: 9px;
    margin-top: 7px;
}
#main #pickup_navi .pickup_list a {
    display: block;
    color: #000;
    text-decoration: none;
    position: relative;
}
#main #pickup_navi .pickup_list a:nth-of-type(n+2) {
    margin-top: 16px;
}
#main #pickup_navi .pickup_list a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 3px solid #0A8EE1;
    border-top: 3px solid #0A8EE1;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
}
#main #pickup_navi .pickup_list dl {
    background: #fff;
    display: flex;
}
#main #pickup_navi .pickup_list dt {
    width: 134px;
    flex-shrink: 0;
    margin-right: 20px;
}
#main #pickup_navi .pickup_list dt img {
    width: 100%;
}
#main #pickup_navi .pickup_list dd {
    align-self: center;
    text-align: left;
    padding-right: 20px;
}
#main #pickup_navi .pickup_list dd h4 {
    font-size: 1.5rem;
    line-height: 1;
}
#main #pickup_navi .pickup_list dd h4 .en {
    font-size: 2.6rem;
    line-height: 1;
    letter-spacing: normal;
    display: block;
}
#main #pickup_navi .pickup_list dd h4 strong::before {
    content: "";
    display: block;
    background: #707070;
    height: 1px;
    width: 90px;
    position: absolute;
    top: 0;
    left: 0;
}
#main #pickup_navi .pickup_list dd h4 strong {
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: 0.05em;
    display: block;
    position: relative;
    padding-top: 10px;
    margin-top: 8px;
}
#main #pickup_navi .pickup_list dd .btn {
    display: none;
}


/******************************************************/
/* about/index.html 豊和の考え方  */
/******************************************************/
#about .about01 {
    padding: 12.8vw 6.4vw 0;
}
#about .about01 .vision {
    margin-top: 40px;
}
#about .about02 {
    margin-top: 70px;
    padding: 0 6.4vw 35px;
    background: #E8F0FF;
}
#about .about02 h3 {
    font-size: 1.5rem;
    line-height: 1;
    transform: translateY(-1.65rem);
    margin: 0 0 15px;
}
#about .about02 h3 .en {
    font-size: 3.3rem;
    line-height: 1;
    letter-spacing: normal;
    display: block;
}
#about .about02 h3 strong::before {
    content: "";
    display: block;
    background: #707070;
    height: 1px;
    width: 120px;
    position: absolute;
    top: 0;
    left: calc(50% - 60px);
}
#about .about02 h3 strong {
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: 0.12em;
    display: block;
    position: relative;
    padding-top: 9px;
    margin-top: 7px;
}
#about .about02 .pickup dl {
    background: #fff;
    position: relative;
}
#about .about02 .pickup dl:nth-of-type(n+2) {
    margin-top: 32px;
}
#about .about02 .pickup dt img {
    width: 100%;
}
#about .about02 .pickup dd {
    padding-top: 25px;
}
#about .about02 .pickup dd h4 {
    font-size: 1.5rem;
    line-height: 1;
    margin: 0 0 12px;
}
#about .about02 .pickup dd h4 .en {
    font-size: 2.6rem;
    line-height: 1;
    letter-spacing: normal;
    display: block;
}
#about .about02 .pickup dd h4 strong::before {
    content: "";
    display: block;
    background: #707070;
    height: 1px;
    width: 90px;
    position: absolute;
    top: 0;
    left: calc(50% - 45px);
}
#about .about02 .pickup dd h4 strong {
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: 0.05em;
    display: block;
    position: relative;
    padding-top: 9px;
    margin-top: 7px;
}
#about .about02 .pickup dd h5 {
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
    margin: 10px 0 15px;
}
#about .about02 .pickup dd p.text {
    padding: 0 5.6vw;
    letter-spacing: normal;
    text-align: justify;
}
#about .about02 .pickup dd .btn a {
    max-width: initial;
    width: auto;
}


/******************************************************/
/* about/process.html 豊和の加工  */
/******************************************************/
#process {
    padding: 12.8vw 0 0;
}
#process .pc_center {
    margin: 0 6.4vw;
}
#process .inbox h3:nth-of-type(n+2) {
    margin-top: 60px;
}
#process .inbox .list_title {
    text-align: center;
}
#process .inbox .list_title img {
    width: 100%;
}
#process .inbox .list {
    padding: 0 6.4vw;
}
#process .inbox .list_title + .list {
    margin-top: 32px;
}
#process .inbox .list dl:nth-of-type(n+2) {
    margin-top: 48px;
}
#process .inbox .list dt {
    overflow: hidden;
    position: relative;
}
#process .inbox .list dt img {
    width: 100%;
}
#process .inbox .list dt .mark_tokkyo {
    background: #ff6600;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    padding: 4px 100px;
    white-space: nowrap;
    display: block;
    position: absolute;
    top: 2em;
    left: 3em;
    z-index: 1;
    transform: translate(-50%, -50%) rotate(-30deg);
}
#process .inbox .list dd {
    padding: 18px 0 0;
    text-align: left;
}
#process .inbox .list dd h4 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: normal;
    margin-bottom: 12px;
}
#process .inbox .list dd {
    line-height: 1.65;
}
#process .inbox .list2 {
    padding: 0 6.4vw;
}
#process .inbox .list_title + .list2 {
    margin-top: 32px;
}
#process .inbox .list2 dl:nth-of-type(n+2) {
    margin-top: 48px;
}
#process .inbox .list2 dt {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.25;
    padding-bottom: 18px;
    margin-bottom: 12px;
    border-bottom: 1px solid #b7b7b7;
}
#process .inbox .list2 dt .mark_tokkyo {
    background: #ff6600;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    padding: 6px 16px;
    display: table;
    margin: 0 auto 10px;
}
#process .inbox .list2 dd {
    text-align: left;
    line-height: 1.65;
}


/******************************************************/
/* about/history.html 豊和の歩み  */
/******************************************************/
#history {
    padding: 12.8vw 0 0;
}
#history .list {
    margin: 0 6.4vw;
    position: relative;
}
#history .list::before {
    content: "";
    background: linear-gradient(180deg, #0AFFC5 0%, #042CF5 100%) no-repeat;
    width: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 13px;
}
#history .list dl {
    position: relative;
    padding-left: 52px;
    padding-bottom: 48px;
}
#history .list dl:nth-of-type(1) dt .start {
    display: block;
    position: relative;
}
#history .list dl:nth-of-type(1) dt .start::before {
    content: "";
    background: #fff;
    width: 4px;
    position: absolute;
    top: 0;
    bottom: calc(50% + 6px);
    left: -39px;
}
#history .list dt {
    position: relative;
}
#history .list dl dt::before {
    content: "";
    display: block;
    background: #fff;
    border: 6px solid #ccc;
    width: 16px;
    height: 16px;
    border-radius: 14px;
    position: absolute;
    top: 4px;
    left: -52px;
    z-index: 1;
}
#history .list dl:nth-of-type(1) dt::before { border-color: #F0D820; }
#history .list dl:nth-of-type(2) dt::before { border-color: #E7C720; }
#history .list dl:nth-of-type(3) dt::before { border-color: #DFB920; }
#history .list dl:nth-of-type(4) dt::before { border-color: #D7AB20; }
#history .list dl:nth-of-type(5) dt::before { border-color: #CE9C20; }
#history .list dl:nth-of-type(6) dt::before { border-color: #C78F21; }
#history .list dl:nth-of-type(7) dt::before { border-color: #BE8021; }
#history .list dl:nth-of-type(8) dt::before { border-color: #B67221; }
#history .list dl:nth-of-type(9) dt::before { border-color: #E76934; }
#history .list dl:nth-of-type(10) dt::before { border-color: #E55A37;}
#history .list dl:nth-of-type(11) dt::before { border-color: #E34C39; }
#history .list dl:nth-of-type(12) dt::before { border-color: #E2403B; }
#history .list dl:nth-of-type(13) dt::before { border-color: #E0313E; }
#history .list dl:nth-of-type(14) dt::before { border-color: #DF2440; }
#history .list dl:nth-of-type(15) dt::before { border-color: #E0313E; }
#history .list dl:nth-of-type(16) dt::before { border-color: #DF2440; }
#history .list dl dt::after {
    content: "";
    display: block;
    background: #DBDBDB;
    width: 44px;
    height: 6px;
    position: absolute;
    top: 15px;
    left: -18px;
}
#history .list dl.pict_dl dt::before {
    top: calc(50% - 47px);
}
#history .list dl.pict_dl dt::after {
    top: calc(50% - 35px);
}
#history .list dt img {
    width: 100%;
    margin-bottom: 13px;
}
#history .list dt .year {
    font-size: 3.8rem;
    font-weight: 300;
    line-height: 1;
    display: block;
    padding: 0 0 13px 0;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 14px;
}
#history .list dd p {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.5;
}
#history .list dd .note {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 8px;
}


/******************************************************/
/* factory/index.html 工場紹介  */
/******************************************************/
#factory {
    padding: 12.8vw 0 0;
}
#factory .factoryinfo {
    margin: 0 6.4vw;
}
#factory #tamano {
    margin-top: 60px;
}
#factory .factoryinfo .txt {
    margin-bottom: 6.4vw;
}
#factory .factoryinfo .mainimg {
    margin-bottom: 6.4vw;
}
#factory .factoryinfo .photos li {
    margin-top: 6.4vw;
}


/******************************************************/
/* company/index.html 会社概要・代表メッセージ  */
/******************************************************/
#company {
    padding: 12.8vw 0 0;
}
#company .inbox h3:nth-of-type(n+2) {
    margin-top: 60px;
}
#company .inbox {
    padding: 0 6.4vw;
}
#company .policy p.name {
    margin-top: 1em;
    text-align: right;
}
#company .profile {
    border-top: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    padding: 30px 0;
}
#company .profile .box dl {
    display: flex;
    text-align: left;
    margin: 18px 0;
}
#company .profile .box dt {
    flex-shrink: 0;
    width: 7em;
    font-weight: 600;
}
#company .office .info {
    border-top: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    padding: 50px 0;
}
#company .office .info > dt {
    font-size: 2.2rem;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 30px;
}
#company .office .info > dt strong {
    display: block;
    margin-bottom: 32px;
}
#company .office .info dl {
    display: flex;
    text-align: left;
    margin: 18px 0;
}
#company .office .info dl dt {
    flex-shrink: 0;
    width: 7em;
    font-weight: 600;
}
#company .office .info dd .btn_gaibu {
    margin-top: 30px;
}
#company .customer {
    border-top: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    padding: 30px 0;
}
#company .customer dl {
    display: flex;
    text-align: left;
    margin: 18px 0;
}
#company .customer dt {
    flex-shrink: 0;
    width: 7em;
    font-weight: 600;
}


/******************************************************/
/* brand/index.html 会社概要・代表メッセージ  */
/******************************************************/
#brand {
    padding: 12.8vw 0 0;
}
#brand .inbox {
    padding: 0 6.4vw;
}
#brand .brandinfo {
    padding: 50px 0 0;
}
#brand .brandinfo p {
    text-align: left;
}
#brand .brandinfo .mainimg {
    margin-bottom: 30px;
    position: relative;
}
#brand .brandinfo .mainimg img {
    width: 100%;
}
/*
#brand #tsumugu .mainimg::after {
    content: "";
    display: block;
    background: url(../images/brand/sp_tsumugu_mark.png) no-repeat;
    background-size: 56px 56px;
    width: 56px;
    height: 56px;
    position: absolute;
    top: calc(50% - 28px);
    left: calc(50% - 28px);
}
*/
#brand #kurashikizome .mainimg::after {
    content: "";
    display: block;
    background: url(../images/brand/sp_kurashikizome_mark.png) no-repeat;
    background-size: 56px auto;
    width: 56px;
    height: 68px;
    position: absolute;
    top: calc(50% - 34px);
    left: calc(50% - 28px);
}
#brand .brandinfo .annai {
    margin-top: 30px;
}
#brand .brandinfo .shopimg {
    text-align: center;
}
#brand .brandinfo .shopinfo {
    margin-top: 32px;
    text-align: left;
}
#brand .brandinfo .shopinfo h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
}
#brand .brandinfo .info {
    border-top: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    padding: 16px 0;
    margin-top: 30px;
}
#brand .brandinfo .info dl {
    display: flex;
    text-align: left;
    margin: 18px 0;
}
#brand .brandinfo .info dt {
    flex-shrink: 0;
    width: 7em;
    font-weight: 600;
}
#brand .brandinfo .info dd {
    letter-spacing: 0.01em;
}
#brand .brandinfo .join {
    text-align: left;
    margin-top: 32px;
}
#brand .brandinfo .join h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
}
#brand .brandinfo .join dl {
    flex-grow: 1;
    margin-top: 20px;
}
#brand .brandinfo .join dt {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 8px;
}
#brand .brandinfo .join dt::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 3px solid #707070;
    border-radius: 6px;
    margin-right: 6px;
}
#brand .brandinfo .join dd {
    padding-left: 1em;
}


/******************************************************/
/* sdgs/index.html SDGs 持続可能な社会を目指して  */
/******************************************************/
#sdgs {
    padding: 12.8vw 0 0;
}
#sdgs iframe.movie {
    width: 100%;
    height: 62.5vw;
}
#sdgs .aboutsdgs {
    background: #F1F6FF;
    padding: 30px 6.4vw 40px;
    text-align: left;
    position: relative;
}
#sdgs .aboutsdgs .mark {
    background: #fff;
    text-align: center;
    margin-bottom: 32px;
}
#sdgs .aboutsdgs .mark img {
    width: 100%;
    max-width: 323px;
}
#sdgs .aboutsdgs h3 {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 25px;
    position: relative;
}
#sdgs .aboutsdgs h3::before {
    content: "";
    display: block;
    background: #C1C1C1;
    height: 1px;
    width: 70px;
    position: absolute;
    bottom: -15px;
    left: 0;
}
#sdgs .list {
    margin: 44px 6.4vw 0;
}
#sdgs .project {
    text-align: left;
    position: relative;
    letter-spacing: 0.01em;
    display: flex;
    flex-direction: column;
}
#sdgs .list .project:nth-of-type(n+2) {
    margin-top: 32px;
    border-top: 1px solid #C1C1C1;
    padding-top: 32px;
}
#sdgs .project h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: normal;
    margin: 0 0 32px;
    order: -3;
}
#sdgs .project .photo {
    margin-bottom: 24px;
    order: -2;
}
#sdgs .project .note {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 10px;
}
#sdgs .project .note li {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 10px;
    display: flex;
}
#sdgs .project .note li span {
    flex-shrink: 0;
    margin-right: 1em;
}
#sdgs .project .icons {
    order: -1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 24px;
}
#sdgs .project .icons li {
    margin: 4px;
}
#sdgs .project .icons li img {
    width: 80px;
}


/******************************************************/
/* recruit/index.html 採用情報  */
/******************************************************/
#recruit {
    padding: 12.8vw 0;
}
#recruit .inbox {
    padding: 0 6.4vw;
}
#recruit .talk {
    padding-top: 50px;
}
#recruit .talk dt img {
    width: 100%;
}
#recruit .talk dd {
    padding: 30px 6.4vw;
}
#recruit .talk dd h3 {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
    text-align: left;
}
#recruit .interview {
    background: #F1F6FF;
    margin-top: 50px;
    padding-bottom: 4px;
}
#recruit .interview h2 {
    transform: translateY(-1.65rem);
    margin-bottom: 20px;
}
#recruit .interview .list dt img {
    width: 100%;
}
#recruit .interview .list dd {
    margin: -40px 9.6vw 32px;
    background: #fff;
    position: relative;
    z-index: 1;
    display: table;
}
#recruit .interview .list dd a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    padding: 26px 6.4vw 20px;
    color: inherit;
}
#recruit .interview .list dd h3 {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
    position: relative;
}
#recruit .interview .list dd h3::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 3px solid #0A8EE1;
    border-top: 3px solid #0A8EE1;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
}
#recruit .interview .list dd h3 span {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    display: block;
    margin-top: 8px;
}
#recruit .interview .list dd p {
    font-size: 1.6rem;
    line-height: 1.45;
    letter-spacing: 0.02em;
    display: block;
    position: relative;
    margin-top: 20px;
}
#recruit .other dt {
    display: none;
}
#recruit .other dd {
    padding: 0 6.4vw;
}
#recruit .other dd h3 {
    font-size: 1.7rem;
    line-height: 1;
    margin: 50px 0 32px;
}
#recruit .other dd h3 .en {
    font-size: 3.3rem;
    line-height: 1;
    letter-spacing: normal;
    display: block;
}
#recruit .other dd h3 strong::before {
    content: "";
    display: block;
    background: #707070;
    height: 1px;
    width: 56px;
    position: absolute;
    top: 0;
    left: calc(50% - 28px);
}
#recruit .other dd h3 strong {
    font-size: 1.7rem;
    line-height: 1.45;
    letter-spacing: 0.05em;
    display: block;
    position: relative;
    padding-top: 10px;
    margin-top: 8px;
}
#recruit .other dd .img {
    margin: 0 -6.4vw 32px;
}
#recruit .other dd .img img {
    width: 100%;
}


/******************************************************/
/* recruit/interview.html 先輩インタビュー  */
/******************************************************/
#interview {
    padding: 12.8vw 0 0;
}
#interview .mainimg {
    position: relative;
    background: #EFF4F8;
    margin-bottom: 40px;
}
#interview .mainimg img {
    width: 100%;
}
#interview .mainimg .txt {
    padding: 20px 6.4vw;
}
#interview .mainimg h3 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.02em;
    position: relative;
    margin-bottom: 28px;
}
#interview .mainimg h3::after {
    content: "";
    display: block;
    background: #C1C1C1;
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
}
#interview .mainimg dl {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    text-align: left;
}
#interview .mainimg dt {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.1;
}
#interview .mainimg dt .year {
    display: block;
}
#interview .mainimg dt .name {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.1;
}
#interview .mainimg dd {
    background: #fff;
    border: 2px solid #000;
    padding: 10px 12px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.1;
    margin-right: 10px;
}
#interview .work {
    border-top: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    padding: 30px 0;
    margin: 32px 6.4vw;
}
#interview .interview {
    margin: 0 6.4vw;
}
#interview .interview .img1 {
    order: 1;
}
#interview .interview .img2 {
    order: -1;
}
#interview .interview dl {
    text-align: justify;
    display: flex;
    flex-direction: column;
}
#interview .interview dt {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: normal;
    display: flex;
    margin-bottom: 12px;
}
#interview .interview dt .q {
    font-weight: 400;
    flex-shrink: 0;
    margin-right: 8px;
}
#interview .interview dd {
    line-height: 1.85;
    margin-bottom: 40px;
}
#interview .interview dl:last-of-type dd:last-of-type {
    margin-bottom: 0;
}
#interview .interview .clear {
    clear: both;
}
#interview .schedule {
    clear: both;
}
#interview .schedule .time {
    margin: 0 6.4vw;
    text-align: left;
}
#interview .schedule .time dl {
    display: flex;
    padding-bottom: 16px;
    position: relative;
}
#interview .schedule .time dl::before {
    content: "";
    background: #164392;
    display: block;
    width: 2px;
    position: absolute;
    top: 0;
    left: 39px;
    bottom: 0;
    z-index: -1;
}
#interview .schedule .time dl.gyoumu::before {
    content: "";
    background: #164392;
    display: block;
    width: 6px;
    position: absolute;
    top: 0;
    left: 37px;
    bottom: 0;
    z-index: -1;
}
#interview .schedule .time .pm dl:last-of-type::before {
    display: none;
}
#interview .schedule .time dt {
    font-size: 2rem;
    letter-spacing: normal;
    color: #164392;
    background: #fff;
    border: 1px solid #164392;
    border-radius: 40px;
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 20px;
}
#interview .schedule .time dd {
    align-self: center;
    font-size: 1.4rem;
    line-height: 1.6;
}
#interview .schedule .time dd h4 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: normal;
    margin: 12px 0;
}
#interview .schedule .note {
    margin: 10px 6.4vw 0;
    line-height: 1.45;
}
#interview .other_interview {
    background: #F1F6FF;
    margin-top: 60px;
    padding-bottom: 32px;
}
#interview .other_interview h2 {
    transform: translateY(-1.65rem);
    margin-bottom: 20px;
}
#interview .other_interview .list dt img {
    width: 100%;
}
#interview .other_interview .list dd {
    margin: -40px 9.6vw 32px;
    background: #fff;
    position: relative;
    z-index: 1;
    display: table;
}
#interview .other_interview .list dd a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    padding: 26px 6.4vw 20px;
    color: inherit;
}
#interview .other_interview .list dd h3 {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
    position: relative;
}
#interview .other_interview .list dd h3::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 3px solid #0A8EE1;
    border-top: 3px solid #0A8EE1;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
}
#interview .other_interview .list dd h3 span {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    display: block;
    margin-top: 8px;
}
#interview .other_interview .list dd p {
    font-size: 1.6rem;
    line-height: 1.45;
    letter-spacing: 0.02em;
    display: block;
    position: relative;
    margin-top: 20px;
}


/******************************************************/
/* recruit/talk.html 座談会  */
/******************************************************/
#talk {
    padding: 12.8vw 0 0;
}
#talk + #recruit {
    padding-top: 6.4vw;
}
#talk .member {
    background: #F1F6FF;
    margin: 50px 0 0;
    padding: 0 6.4vw 30px;
}
#talk .member h2 {
    transform: translateY(-1.65rem);
    margin-bottom: 12px;
}
#talk .member .list dl:nth-of-type(n+2) {
    margin-top: 20px;
}
#talk .member .list dt img {
    width: 100%;
    height: auto;
}
#talk .member .list dd {
    margin: -45px 6.4vw 0;
    background: #fff;
    padding: 16px 10px;
    position: relative;
    z-index: 1;
    line-height: 1.35;
}
#talk .member .list dd .belong {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 2px;
}
#talk .member .list dd .name {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    margin-bottom: 14px;
}
#talk .member .list dd .name::after {
    content: "";
    display: block;
    background: #c1c1c1;
    width: 40px;
    height: 1px;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 20px);
}
#talk .member .list dd .year {
    display: block;
    font-size: 1.2rem;
}
#talk .talk h2 {
    margin-top: 50px;
}
#talk .talk .section dl {
    display: flex;
    margin: 10px 4.8vw 0;
}
#talk .talk .section dt {
    flex-shrink: 0;
    text-align: center;
    margin-right: 10px;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    position: relative;
}
#talk .talk .section dt::before {
    content: "";
    display: block;
    background: #fff;
    width: 6px;
    height: 6px;
    border-left: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    position: absolute;
    top: 31px;
    right: -10px;
    transform: translate(50%, -50%) rotate(45deg);
}
#talk .talk .section dt .img {
    display: block;
    width: 54px;
    height: 54px;
    border: 3px solid #ccc;
    border-radius: 33px;
    overflow: hidden;
    margin-bottom: 5px;
}
#talk .talk .section dt .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#talk .talk .section dl.kinoshita dt {
    color: #cc9b14;
}
#talk .talk .section dl.fujiwara dt {
    color: #cc568d;
}
#talk .talk .section dl.machida dt {
    color: #8866cc;
}
#talk .talk .section dl.yamamoto dt {
    color: #3d8d99;
}
#talk .talk .section dl.miyamoto dt {
    color: #43993d;
}
#talk .talk .section dl.kinoshita dt .img {
    border-color: #ffde84;
}
#talk .talk .section dl.fujiwara dt .img {
    border-color: #ffd1e7;
}
#talk .talk .section dl.machida dt .img {
    border-color: #e4d6ff;
}
#talk .talk .section dl.yamamoto dt .img {
    border-color: #c2f7ff;
}
#talk .talk .section dl.miyamoto dt .img {
    border-color: #c6ffc2;
}
#talk .talk .section dd {
    align-self: center;
    font-size: 1.4rem;
    line-height: 1.65;
    letter-spacing: normal;
    text-align: justify;
    border: 1px solid #c1c1c1;
    border-radius: 6px;
    padding: 12px 15px;
}
#talk .talk .section .note {
    border-top: 1px dashed #c1c1c1;
    margin: 10px 6.4vw 0;
    padding-top: 12px;
    font-size: 1.2rem;
    line-height: 1.45;
    padding-left: 1em;
    text-indent: -1em;
}


/******************************************************/
/* recruit/overview.html 募集要項  */
/******************************************************/
#overview {
    padding: 12.8vw 6.4vw 0;
}
#overview table.overviewtable {
    margin: 20px 0;
}
#overview table.overviewtable,
#overview table.overviewtable tbody,
#overview table.overviewtable tr,
#overview table.overviewtable th,
#overview table.overviewtable td {
    display: block;
}
#overview table.overviewtable th {
    background: rgba(232,240,255,0.6);
    padding: 8px 10px;
}
#overview table.overviewtable td {
    padding: 12px 10px 12px 20px;
}
#overview table.overviewtable td .note {
    margin-top: 10px;
}
#overview table.overviewtable td .note li {
    font-size: 1.3rem;
    line-height: 1.45;
    margin-top: 3px;
    padding-left: 1em;
    text-indent: -1em;
}


/******************************************************/
/* privacy/index.html 個人情報保護方針  */
/******************************************************/
#privacy {
    padding: 12.8vw 6.4vw 6.4vw;
}
#privacy .privacypolicy {
    text-align: left;
}
#privacy h3 {
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.45;
    margin: 36px 0 16px;
    text-align: center;
}
#privacy h4 {
    font-weight: 600;
    line-height: 1.45;
    margin: 20px 0 8px;
}
#privacy ul ul {
    margin-top: 12px;
}
#privacy ul li {
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 5px;
    line-height: 1.65;
}
#privacy .madoguchi {
    text-align: center;
}


/******************************************************/
/* sitemap/index.html サイトマップ  */
/******************************************************/
#sitemap {
    padding: 12.8vw 6.4vw 6.4vw;
}
#sitemap .sitemap {
    text-align: left;
    display: table;
    margin: auto;
}
#sitemap .sitemap nav {
}
#sitemap .sitemap nav:first-of-type dl:first-of-type dt {
    margin-top: 10px;
}
#sitemap .sitemap dl:nth-of-type(n+2) {
}
#sitemap .sitemap dt {
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 1;
    margin-top: 36px;
    margin-bottom: 16px;
    font-family: "Poppins", sans-serif;
}
#sitemap .sitemap dd li {
    line-height: 1.35;
    margin-top: 12px;
    padding-left: 16px;
    position: relative;
}
#sitemap .sitemap dd li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-right: 2px solid #bbb;
    border-top: 2px solid #bbb;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
}


/******************************************************/
/* news/index.html お知らせ  */
/******************************************************/
#news {
    padding: 12.8vw 6.4vw 6.4vw;
}
#news .list ul:nth-last-of-type(n+2) {
    border-bottom: none;
}
#news .list ul {
    border-bottom: 1px solid #ddd;
}
#news .list li {
    border-top: 1px solid #ddd;
    padding: 16px 0 16px 10px;
    display: flex;
    line-height: 1.5;
    text-align: left;
}
#news .list li .date {
    flex-shrink: 0;
    width: 6.5em;
}


/******************************************************/
/* お知らせ記事  */
/******************************************************/
#news_detail {
    padding: 12.8vw 6.4vw 6.4vw;
}
#news_detail h2 {
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.45;
    text-align: left;
    margin: 0 0 8px;
}
#news_detail .date {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 8px 0 32px;
    text-align: center;
    text-align: right;
}
#news_detail .article {
    margin-top: 32px;
    text-align: left;
}
#news_detail .article h3 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.45;
    text-align: left;
    margin: 28px 0 12px;
}
#news_detail .article p + p {
    margin-top: 1.5em;
}
#news_detail .article ul {
    list-style-type: disc;
    padding-left: 2em;
    margin-bottom: 12px;
}
#news_detail .article ol {
    padding-left: 2em;
    margin-bottom: 12px;
}
#news_detail .article table {
    margin-bottom: 24px;
}
#news_detail .article img {
    max-width: 100%;
    height: auto;
}
#news_detail .article .image {
    text-align: center;
}
#news_detail .btn {
    margin-top: 40px;
    text-align: center;
}
#news_detail .btn a {
    margin: auto;
}


/******************************************************/
/* contact/index.html お問い合わせ  */
/******************************************************/
#contact {
    padding: 12.8vw 6.4vw 6.4vw;
}
/* フォーム */
form#mailformpro {
    position: relative;
    overflow: hidden;
    padding: 0 !important;
    margin-top: 30px;
}
form#mailformpro ::placeholder {
  color: #bbb;
}
form#mailformpro .agreement {
    margin-top: 16px;
    line-height: 1.45;
}
form#mailformpro label {
    white-space: normal !important;
}
form#mailformpro .agreement label {
    display: flex;
}
form#mailformpro .agreement label input {
    flex-shrink: 0;
    margin: 4px 8px 0 0;
}
form#mailformpro .must {
    background: #e60012;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1;
    white-space: nowrap;
    padding: 3px 6px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    order: 1;
    float: none;
    margin: 0 0 0 10px;
}
form#mailformpro .optional {
    color: #000000;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1;
    white-space: nowrap;
    padding: 2px 5px;
    border: 1px solid #78655b;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    order: 1;
    float: none;
    margin: 0 0 0 10px;
}
form#mailformpro table {
    border: none;
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}
form#mailformpro table thead,
form#mailformpro table tbody,
form#mailformpro table tr {
    display: block;
}
form#mailformpro table tr {
    border: none;
    margin-bottom: 18px;
}
form#mailformpro table tr:first-of-type {
    margin-top: 0;
}
form#mailformpro table th {
    display: block;
    border: none;
    border-left: 3px solid #333;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    padding: 0 0 0 17px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
form#mailformpro table td {
    display: block;
    border: none;
    border-left: 1px solid #d6d6d6;
    margin-left: 1px;
    text-align: justify;
    padding: 12px 0 10px 18px;
}
form#mailformpro table th strong {
    font-weight: 600;
}
form#mailformpro table td .hosoku {
    line-height: 1.35;
    letter-spacing: normal;
    display: inline-block;
    margin-top: 2px;
    width: 100%;
}
form#mailformpro table td .note {
    margin-top: 14px;
    margin-bottom: 4px;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.35;
    letter-spacing: normal;
}
form#mailformpro table ul,
form#mailformpro table ol {
    list-style: none;
}
form#mailformpro table select,
form#mailformpro table textarea {
    margin-right: 5px;
    padding: 10px;
    font-size: 1.6rem;
    line-height: 1.35;
    border: 2px solid #555;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    max-width: 100%;
}
form#mailformpro table input {
    margin:0 5px 3px;
    max-width: calc(100% - 10px);
    margin:0 0 3px;
    max-width: 100%;
}
form#mailformpro table input[type=text],
form#mailformpro table input[type=tel],
form#mailformpro table input[type=email] {
    width: 100% !important;
    padding: 10px;
    font-size: 1.6rem;
    line-height: 1.35;
    border: 2px solid #555;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
}
form#mailformpro table td textarea {
    width: auto !important;
    height: 7em !important;
    margin: 0;
}
form#mailformpro table label {
    border-radius: 3px;
    padding: 6px 12px 6px 8px;
    margin: 0 3px 3px 0;
    border: 1px solid #cccccc;
    line-height: 1.35;
    display: block;
}
form#mailformpro table label.mfp_not_checked {
    padding: 6px 12px 6px 8px;
    border: 1px solid #cccccc;
}
form#mailformpro table label.mfp_checked {
    padding: 6px 12px 6px 8px;
    border: solid 1px #aaaaaa;
    background-color: #ffffff;
    box-shadow: none;
}
form#mailformpro .mfp_buttons {
    text-align: center;
    margin: 16px 0 0;
}
div.mfp_buttons button#mfp_button_send,
form#mailformpro button[type="submit"] {
    position: relative;
    padding: 0 5px 0 0;
    max-width: 100%;
    width: 100%;
    height: 50px;
    border: none;
    background: linear-gradient(270deg, #0391E6 0%, #0B6CBF 49%, #786ED2 100%);
    color: #ffffff;
    text-shadow: none;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.03em;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 0;
}
div.mfp_buttons button#mfp_button_send::after,
form#mailformpro button[type="submit"]::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
}
div.mfp_buttons button#mfp_button_cancel,
form#mailformpro button[type="reset"] {
    border-radius: 0;
    padding: 8px 0;
    border: solid 1px #CCC;
    background: #EEE;
    text-shadow: none;
    font-size: 12px;
    line-height: 1;
    letter-spacing: normal;
    cursor: pointer;
    outline: none;
    width: 50%;
    margin-top: 10px;
}
form#mailformpro table#mfp_confirm_table {
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
    margin: auto;
}
form#mailformpro table#mfp_confirm_table tr th,
form#mailformpro table#mfp_confirm_table tr td {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.5;
    border-top: solid 1px #CCC;
    padding: 8px 6px;
}
form#mailformpro table#mfp_confirm_table tr th {
    font-size: 1.5rem;
    line-height: 1.5;
    white-space: nowrap;
    vertical-align: middle;
    width: auto;
}
form#mailformpro table#mfp_confirm_table tr td {
    font-size: 1.5rem;
    line-height: 1.5;
    word-break: break-all;
}
form#mailformpro div.validation-advice {
    white-space: nowrap;
    background: url("../media/pointred.gif") no-repeat scroll 0px 2px transparent;
    color: #CC0000;
    font-size: 82%;
    margin: 3px;
    padding-left: 15px;
}
/* 確認画面オーバーレイ */
#mfp_overlay_inner table#mfp_confirm_table tr th,
#mfp_overlay_inner table#mfp_confirm_table tr td {
    padding: 12px 6px 11px;
    font-size: 1.5rem;
    line-height: 1.45;
    letter-spacing: normal;
}


/******************************************************/
/* contact/thanks.html お問い合わせ完了  */
/******************************************************/
#thanks {
    padding: 12.8vw 6.4vw 6.4vw;
}
#thanks #mfp_thanks {
    border: 2px solid #fca09a;
    padding: 30px 20px;
    margin: 30px 0 20px;
    font-size: 1.8rem;
    line-height: 1.65;
    text-align: center;
}
#thanks .message {
    display: table;
    margin: 0 auto;
}
#thanks .red {
    color: #E60012;
}
#thanks p + p {
    margin-top: 1em;
}
#thanks .btn {
}
#thanks .btn a {
}







}