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

        PCサイト用

******************************************************/
@media screen and (min-width: 768px), print {


/******************************************************/
/* main 共通  */
/******************************************************/
/* 看板 */
#main #pagetitle {
    color: #fff;
    height: 300px;
    position: relative;
}
#main #pagetitle::before {
    content: "";
    background: #EAEDF1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}
#main #pagetitle h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
}
#main #pagetitle h1 {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.15em;
    text-align: center;
    padding-top: 10px;
}
#main #pagetitle h1 span {
    font-size: 5.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: center;
    display: block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
#main #pagetitle h1 span::after {
    content: "";
    display: block;
    background: rgba(255,255,255,0.5);
    height: 2px;
    width: 268px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 134px);
}
#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: 2.6rem;
    line-height: 1;
    margin: 0 0 50px;
}
#main h2 .en {
    font-size: 4.8rem;
    line-height: 1;
    letter-spacing: normal;
    display: block;
}
#main h2 strong::before {
    content: "";
    display: block;
    background: #707070;
    height: 1px;
    width: 70px;
    position: absolute;
    top: 0;
    left: calc(50% - 35px);
}
#main h2 strong {
    font-size: 2.6rem;
    line-height: 1.45;
    letter-spacing: 0.05em;
    display: block;
    position: relative;
    padding-top: 20px;
    margin-top: 10px;
}
#main h3.h3ttl {
    font-size: 1.8rem;
    line-height: 1;
    margin: 80px 0 30px;
}
#main h3.h3ttl .en {
    font-size: 3.8rem;
    line-height: 1;
    letter-spacing: normal;
    display: block;
}
#main h3.h3ttl strong {
    font-size: 1.8rem;
    line-height: 1.25;
    letter-spacing: 0.12em;
    display: block;
    position: relative;
    margin-top: 8px;
}
/* ピックアップエリア */
#main #pickup_navi {
    background: #E8F0FF;
    margin-top: 150px;
    padding-bottom: 74px;
}
#main #pickup_navi h3 {
    font-size: 1.8rem;
    line-height: 1;
    transform: translateY(-1.8rem);
    margin: 0 0 30px;
}
#main #pickup_navi h3 .en {
    font-size: 3.8rem;
    line-height: 1;
    letter-spacing: normal;
    display: block;
}
#main #pickup_navi h3 strong::before {
    content: "";
    display: block;
    background: #707070;
    height: 1px;
    width: 120px;
    position: absolute;
    top: 0;
    left: calc(50% - 60px);
}
#main #pickup_navi h3 strong {
    font-size: 1.8rem;
    line-height: 1.25;
    letter-spacing: 0.12em;
    display: block;
    position: relative;
    padding-top: 10px;
    margin-top: 8px;
}
#main #pickup_navi .pickup_list {
    width: 1024px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
#main #pickup_navi .pickup_list a {
    color: #000;
    width: 496px;
    text-decoration: none;
}
#main #pickup_navi .pickup_list a:nth-of-type(2n) {
    margin-left: 32px;
}
#main #pickup_navi .pickup_list a:nth-of-type(n+3) {
    margin-top: 32px;
}
#main #pickup_navi .pickup_list dl {
    background: #fff;
    display: flex;
}
#main #pickup_navi .pickup_list dt {
    width: 172px;
}
#main #pickup_navi .pickup_list dd {
    background: #fff;
    margin-left: 4px;
    padding-bottom: 54px;
    position: relative;
    display: flex;
    align-items: center;
    text-align: left;
}
#main #pickup_navi .pickup_list dd h4 {
    font-size: 1.6rem;
    line-height: 1;
    margin-left: 26px;
    flex-grow: 1;
}
#main #pickup_navi .pickup_list dd h4 .en {
    font-size: 3.2rem;
    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: 70px;
    position: absolute;
    top: 0;
    left: 0;
}
#main #pickup_navi .pickup_list dd h4 strong {
    font-size: 1.6rem;
    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 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}


/******************************************************/
/* about/index.html 豊和の考え方  */
/******************************************************/
#about .about01 {
    width: 1024px;
    margin: auto;
    padding: 70px 0 80px;
}
#about .about02 {
    background: #EAEDF1;
    padding-bottom: 48px;
}
#about .about02 h3 {
    font-size: 1.8rem;
    line-height: 1;
    transform: translateY(-1.8rem);
    margin: 0 0 30px;
}
#about .about02 h3 .en {
    font-size: 3.8rem;
    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.8rem;
    line-height: 1.25;
    letter-spacing: 0.12em;
    display: block;
    position: relative;
    padding-top: 10px;
    margin-top: 8px;
}
#about .about02 .pickup {
    display: flex;
    justify-content: space-between;
    width: 1024px;
    margin: auto;
}
#about .about02 .pickup dl {
    width: 320px;
    background: #fff;
    position: relative;
    padding-bottom: 80px;
}
#about .about02 .pickup dd {
    padding-top: 25px;
}
#about .about02 .pickup dd .btn {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}
#about .about02 .pickup dd h4 {
    font-size: 1.6rem;
    line-height: 1;
    margin: 0 0 20px;
}
#about .about02 .pickup dd h4 .en {
    font-size: 3.2rem;
    line-height: 1;
    letter-spacing: normal;
    display: block;
}
#about .about02 .pickup dd h4 strong::before {
    content: "";
    display: block;
    background: #707070;
    height: 1px;
    width: 70px;
    position: absolute;
    top: 0;
    left: calc(50% - 35px);
}
#about .about02 .pickup dd h4 strong {
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: 0.05em;
    display: block;
    position: relative;
    padding-top: 10px;
    margin-top: 8px;
}
#about .about02 .pickup dd h5 {
    font-size: 2.4rem;
    line-height: 1.4;
    text-align: center;
    margin: 10px 0;
}
#about .about02 .pickup dd p.text {
    padding: 0 20px;
    letter-spacing: normal;
    text-align: justify;
}


/******************************************************/
/* about/process.html 豊和の加工  */
/******************************************************/
#process {
    padding: 70px 0 0;
}
#process .pc_center {
    text-align: center;
}
#process .inbox .list_title {
    text-align: center;
}
#process .inbox .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
}
#process .inbox .list_title + .list {
    margin-top: 50px;
}
#process .inbox .list dl {
    width: 50%;
    display: flex;
}
#process .inbox .list dl:nth-of-type(n+3) {
    margin-top: 32px;
}
#process .inbox .list dt {
    width: 232px;
    height: 232px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}
#process .inbox .list dt .mark_tokkyo {
    background: #ff6600;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    padding: 6px 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 {
    align-self: center;
    padding: 0 36px 0 30px;
    text-align: left;
}
#process .inbox .list dd h4 {
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: normal;
    margin-bottom: 12px;
}
#process .inbox .list dd {
    line-height: 1.65;
}
#process .inbox .list2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
    margin-top: 70px;
}
#process .inbox .list2 dl {
    width: 320px;
    margin-right: 32px;
}
#process .inbox .list2 dl:nth-of-type(n+4) {
    margin-top: 42px;
}
#process .inbox .list2 dl:nth-of-type(3n) {
    margin-right: 0;
}
#process .inbox .list2 dt {
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.25;
    padding-bottom: 18px;
    margin-bottom: 12px;
    border-bottom: 1px solid #b7b7b7;
    position: relative;
}
#process .inbox .list2 dt .mark_tokkyo {
    background: #ff6600;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    height: 27px;
    padding: 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
    white-space: nowrap;
    position: absolute;
    top: -37px;
    left: 50%;
    transform: translateX(-50%);
}
#process .inbox .list2 dd {
    text-align: left;
}
#process .inbox .list2 dd {
    line-height: 1.65;
}


/******************************************************/
/* about/history.html 豊和の歩み  */
/******************************************************/
#history {
    padding: 70px 0 0;
}
#history .list {
    position: relative;
    padding: 100px 0 0;
    width: 848px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
#history .list::before {
    content: "";
    background: linear-gradient(180deg, #0AFFC5 0%, #042CF5 100%) no-repeat;
    width: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 2px);
}
#history .list dl {
    width: 320px;
    height: 436px;
    position: relative;
}
#history .list dl:nth-of-type(2n) {
    margin-left: 208px;
    transform: translateY(218px);
}
#history .list dl::before {
    content: "";
    display: block;
    background: #fff;
    border: 10px solid #ccc;
    width: 26px;
    height: 26px;
    border-radius: 23px;
    position: absolute;
    top: 0;
}
#history .list dl:nth-of-type(2n+1)::before {
    right: -127px;
}
#history .list dl:nth-of-type(2n)::before {
    left: -127px;
}
#history .list dl:nth-of-type(1)::before { border-color: #F0D820; }
#history .list dl:nth-of-type(2)::before { border-color: #E7C720; }
#history .list dl:nth-of-type(3)::before { border-color: #DFB920; }
#history .list dl:nth-of-type(4)::before { border-color: #D7AB20; }
#history .list dl:nth-of-type(5)::before { border-color: #CE9C20; }
#history .list dl:nth-of-type(6)::before { border-color: #C78F21; }
#history .list dl:nth-of-type(7)::before { border-color: #BE8021; }
#history .list dl:nth-of-type(8)::before { border-color: #B67221; }
#history .list dl:nth-of-type(9)::before { border-color: #E76934; }
#history .list dl:nth-of-type(10)::before { border-color: #E55A37;}
#history .list dl:nth-of-type(11)::before { border-color: #E34C39; }
#history .list dl:nth-of-type(12)::before { border-color: #E2403B; }
#history .list dl:nth-of-type(13)::before { border-color: #E0313E; }
#history .list dl:nth-of-type(14)::before { border-color: #DF2440; }
#history .list dl:nth-of-type(15)::before { border-color: #E0313E; }
#history .list dl:nth-of-type(16)::before { border-color: #DF2440; }
#history .list dl::after {
    content: "";
    display: block;
    background: #DBDBDB;
    width: 89px;
    height: 8px;
    position: absolute;
    top: 19px;
}
#history .list dl:nth-of-type(2n+1)::after {
    right: -70px;
}
#history .list dl:nth-of-type(2n)::after {
    left: -70px;
}
#history .list dl.pict_dl dt {
    margin-top: -65px;
}
#history .list dt img {
    margin-bottom: 12px;
}
#history .list dt .year {
    font-size: 4.6rem;
    font-weight: 300;
    line-height: 1;
    display: block;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 14px;
}
#history .list dd p {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.45;
}
#history .list dd .note {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 14px;
}


/******************************************************/
/* factory/index.html 工場紹介  */
/******************************************************/
#factory {
    padding: 70px 0 0;
}
#factory .factoryinfo {
    width: 1024px;
    margin: auto;
}
#factory #tamano {
    margin-top: 95px;
}
#factory .factoryinfo .txt {
    margin-bottom: 32px;
}
#factory .factoryinfo .mainimg {
    margin-bottom: 32px;
}
#factory .factoryinfo .photos {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}
/*
#factory .factoryinfo .photo_info {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 45px;
}
#factory  #tamano.factoryinfo .photo_info {
    flex-direction: row;
}
#factory .factoryinfo .photo_info > dd {
    width: 496px;
}
#factory .factoryinfo .info {
    border-top: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    padding: 30px 0;
    margin-top: 45px;
}
#factory .factoryinfo .info dl {
    display: flex;
    text-align: left;
    margin: 14px 0;
}
#factory .factoryinfo .info dt {
    flex-shrink: 0;
    width: 7em;
    font-weight: 600;
}
#factory .factoryinfo .info dd {
    letter-spacing: 0.01em;
}
*/


/******************************************************/
/* company/index.html 会社概要・代表メッセージ  */
/******************************************************/
#company {
    padding: 70px 0 0;
}
#company .btn a,
#company .btn_pdf a {
    margin: 50px auto 0;
}
#company .policy p.name {
    margin-top: 1em;
    text-align: right;
}
#company .profile {
    display: flex;
    justify-content: space-between;
}
#company .profile .box {
    width: 496px;
    border-top: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    padding: 30px 0;
}
#company .profile .box dl {
    display: flex;
    text-align: left;
    margin: 14px 0;
}
#company .profile .box dt {
    flex-shrink: 0;
    width: 8em;
    font-weight: 600;
}
#company .office {
    display: flex;
    justify-content: space-between;
}
#company .office .info {
    width: 496px;
    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: 14px 0;
}
#company .office .info dl dt {
    flex-shrink: 0;
    width: 8em;
    font-weight: 600;
}
#company .customer {
    border-top: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    padding: 30px 0;
}
#company .customer dl {
    display: flex;
    text-align: left;
    margin: 14px 0;
}
#company .customer dt {
    flex-shrink: 0;
    width: 12em;
    font-weight: 600;
}


/******************************************************/
/* brand/index.html 会社概要・代表メッセージ  */
/******************************************************/
#brand {
    padding: 70px 0 0;
}
#brand .brandinfo {
    padding: 95px 0 0;
}
#brand .brandinfo .mainimg {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}
#brand .brandinfo .mainimg img {
    width: calc(50% + 512px);
    height: auto;
}
#brand #tsumugu .mainimg {
    text-align: right;
}
/*
#brand #tsumugu .mainimg::after {
    content: url(../images/brand/tsumugu_mark.png);
    position: absolute;
    top: calc(50% - 52px);
    left: calc(50% - 52px);
}
*/
#brand #kurashikizome .mainimg::after {
    content: url(../images/brand/kurashikizome_mark.png);
    position: absolute;
    top: calc(50% - 65px);
    left: calc(50% - 54px);
}
#brand .brandinfo .annai {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 45px;
}
#brand .brandinfo .shopinfo {
    text-align: left;
    width: 496px;
}
#brand .brandinfo .shopinfo h3 {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
}
#brand .brandinfo .info {
    border-top: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    padding: 30px 0;
    margin-top: 45px;
}
#brand .brandinfo .info dl {
    display: flex;
    text-align: left;
    margin: 14px 0;
}
#brand .brandinfo .info dt {
    flex-shrink: 0;
    width: 7em;
    font-weight: 600;
}
#brand .brandinfo .info dd {
    letter-spacing: 0.01em;
}
#brand .brandinfo .join {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin-top: 50px;
}
#brand .brandinfo .join h3 {
    width: 100%;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
}
#brand .brandinfo .join dl {
    flex-grow: 1;
}
#brand .brandinfo .join dt {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}
#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: 70px 0 0;
}
#sdgs .aboutsdgs {
    background: #F1F6FF;
    padding: 72px 616px 68px 90px;
    min-height: 340px;
    margin: 0 -88px;
    text-align: left;
    position: relative;
}
#sdgs .aboutsdgs .mark {
    position: absolute;
    top: 72px;
    right: 88px;
}
#sdgs .aboutsdgs h3 {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.2;
    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 .aboutsdgs .btn_gaibu {
    position: absolute;
    top: 352px;
    left: 616px;
    margin: 0;
}
#sdgs .list {
    margin-top: 100px;
}
#sdgs .project {
    text-align: left;
    position: relative;
    min-height: 608px;
    margin-top: 48px;
    letter-spacing: 0.01em;
}
#sdgs .project.photo1 {
    min-height: 300px;
}
#sdgs .list .project:nth-of-type(2n+1) {
    padding-right: 528px;
}
#sdgs .list .project:nth-of-type(2n) {
    padding-left: 528px;
}
#sdgs .project h3 {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: normal;
    margin: 0 0 20px;
}
#sdgs .project .photo {
    position: absolute;
    top: 0;
}
#sdgs .project:nth-of-type(2n+1) .photo {
    right: 0;
}
#sdgs .project:nth-of-type(2n) .photo {
    left: 0;
}
#sdgs .project .note {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-top: 10px;
}
#sdgs .project .note li {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-top: 10px;
    display: flex;
}
#sdgs .project .note li span {
    flex-shrink: 0;
    margin-right: 1em;
}
#sdgs .project .icons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
}
#sdgs .project .icons li {
    margin: 16px 0 0 16px;
}
#sdgs .project .icons li:nth-of-type(4n+1) {
    margin-left: 0;
}


/******************************************************/
/* recruit/index.html 採用情報  */
/******************************************************/
#recruit {
    padding: 70px 0 100px;
}
#recruit .talk {
    padding-top: 60px;
}
#recruit .talk dl {
    display: flex;
    position: relative;
}
#recruit .talk dt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: calc(50% - 248px);
}
#recruit .talk dt img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#recruit .talk dd {
    align-self: center;
    background: #fff;
    position: relative;
    padding: 50px 55px 40px 84px;
    width: 455px;
    margin: 70px 0 70px calc(50% + 12px);
    text-align: left;
}
#recruit .talk dd h3 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
    white-space: nowrap;
    margin-bottom: 15px;
}
#recruit .interview {
    background: #F1F6FF;
    margin-top: 120px;
    padding-bottom: 50px;
}
#recruit .interview h2 {
    transform: translateY(-2.4rem);
    margin-bottom: 20px;
}
#recruit .interview .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    max-width: 1220px;
    margin: 0 auto;
}
#recruit .interview .list dl {
    width: 380px;
}
#recruit .interview .list dt img {
    width: 380px;
    height: auto;
}
#recruit .interview .list dd {
    margin: -20px auto 0;
    background: #fff;
    width: 280px;
    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 16px 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 {
    padding-top: 110px;
}
#recruit .other dl {
    display: flex;
    position: relative;
}
#recruit .other dl:nth-of-type(2n+1) {
    flex-direction: row-reverse;
}
#recruit .other dl:nth-of-type(n+2) {
    margin-top: 65px;
}
#recruit .other dt {
    position: absolute;
    top: 0;
    bottom: 0;
}
#recruit .other dl:nth-of-type(2n+1) dt {
    left: calc(50% - 248px);
    right: 0;
}
#recruit .other dl:nth-of-type(n+2) dt {
    left: 0;
    right: calc(50% - 248px);
}
#recruit .other dd {
    align-self: center;
    background: #fff;
    position: relative;
    padding: 0 55px 0 84px;
    width: 455px;
    height: 375px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 60px 0 60px calc(50% + 12px);
    text-align: left;
}
#recruit .other dl:nth-of-type(2n+1) dd {
    margin: 60px calc(50% + 12px) 60px 0;
}
#recruit .other dd h3 {
    font-size: 2rem;
    line-height: 1;
    margin: 0 0 20px;
}
#recruit .other dd h3 .en {
    font-size: 4.8rem;
    line-height: 1;
    letter-spacing: normal;
    display: block;
}
#recruit .other dd h3 strong::before {
    content: "";
    display: block;
    background: #707070;
    height: 1px;
    width: 165px;
    position: absolute;
    top: 0;
    left: 0;
}
#recruit .other dd h3 strong {
    font-size: 2rem;
    line-height: 1.25;
    letter-spacing: 0.05em;
    display: block;
    position: relative;
    padding-top: 10px;
    margin-top: 8px;
}


/******************************************************/
/* recruit/interview.html 先輩インタビュー  */
/******************************************************/
#interview {
    padding: 70px 0 0;
}
#interview .mainimg {
    position: relative;
    margin: 0 -88px 48px;
}
#interview .mainimg .txt {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 714px;
    width: 312px;
    padding: 32px 10px;
    transform: translateY(-50%);
}
#interview .mainimg h3 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.05em;
    position: relative;
    margin-bottom: 40px;
}
#interview .mainimg h3::after {
    content: "";
    display: block;
    background: #000;
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: -18px;
    left: calc(50% - 50px);
}
#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 {
    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-top: 45px;
    margin-bottom: 80px;
}
#interview .interview dl {
    text-align: justify;
}
#interview .interview dt {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: normal;
    display: flex;
    margin-bottom: 28px;
}
#interview .interview dt .q {
    font-weight: 400;
    flex-shrink: 0;
    margin-right: 8px;
}
#interview .interview dd {
    line-height: 1.85;
    margin-bottom: 48px;
}
#interview .interview dd.rbox {
    padding-left: 528px;
}
#interview .interview .img1 {
    float: left;
    margin: 0 32px 48px 0;
    padding: 0;
}
#interview .interview .img2 {
    float: right;
    margin: 0 0 48px 32px;
    padding: 0;
}
#interview .interview .clear {
    clear: both;
}
#interview .interview .note {
    border-top: 1px dashed #c1c1c1;
    padding-top: 12px;
    font-size: 1.4rem;
    line-height: 1.45;
    text-align: right;
    display: inline-block;
}
#interview .schedule {
    clear: both;
}
#interview .schedule .time {
    display: flex;
    justify-content: space-between;
    text-align: left;
}
#interview .schedule .am {
    width: 496px;
}
#interview .schedule .pm {
    width: 496px;
}
#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: 32px;
}
#interview .schedule .time dd {
    align-self: center;
    line-height: 1.85;
}
#interview .schedule .time dd h4 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: normal;
    margin: 12px 0;
}
#interview .schedule .note {
    margin-top: 20px;
    line-height: 1.45;
    text-align: right;
}
#interview .other_interview {
    background: #F1F6FF;
    margin-top: 120px;
    padding-bottom: 100px;
}
#interview .other_interview h2 {
    transform: translateY(-2.4rem);
    margin-bottom: 20px;
}
#interview .other_interview .list {
    display: flex;
    justify-content: center;
    gap: 24px;
}
#interview .other_interview .list dl {
    width: 282px;
}
#interview .other_interview .list dt img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#interview .other_interview .list dd {
    margin: -20px auto 0;
    background: #fff;
    width: 232px;
    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 16px 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.008em;
    display: block;
    position: relative;
    min-height: 4.35em;
    margin-top: 20px;
}


/******************************************************/
/* recruit/talk.html 座談会  */
/******************************************************/
#talk {
    padding: 70px 0 0;
}
#talk + #recruit {
    padding: 0;
}
#talk + #recruit .interview {
    padding-bottom: 100px;
}
#talk .member {
    background: #F1F6FF;
    margin: 100px -88px 0;
    padding-bottom: 60px;
}
#talk .member h2 {
    transform: translateY(-2.4rem);
    margin-bottom: 20px;
}
#talk .member .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 64px;
}
#talk .member .list dl {
    width: 260px;
}
#talk .member .list dl:nth-of-type(1) { order:1 }
#talk .member .list dl:nth-of-type(2) { order:2 }
#talk .member .list dl:nth-of-type(3) { order:4 }
#talk .member .list dl:nth-of-type(4) { order:3 }
#talk .member .list dl:nth-of-type(5) { order:5 }

#talk .member .list dt {
    width: 260px;
    height: 185px;
}
#talk .member .list dt img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#talk .member .list dd {
    margin: -35px auto 0;
    background: #fff;
    width: 220px;
    padding: 20px 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: 20px;
}
#talk .member .list dd .name::after {
    content: "";
    display: block;
    background: #c1c1c1;
    width: 40px;
    height: 1px;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 20px);
}
#talk .member .list dd .year {
    display: block;
    font-size: 1.2rem;
}
#talk .talk h2 {
    margin-top: 80px;
}
#talk .talk .section dl {
    display: flex;
    margin-top: 12px;
}
#talk .talk .section dt {
    flex-shrink: 0;
    text-align: center;
    margin-right: 20px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    position: relative;
}
#talk .talk .section dt::before {
    content: "";
    display: block;
    background: #fff;
    width: 10px;
    height: 10px;
    border-left: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    position: absolute;
    top: 45px;
    right: -20px;
    transform: translate(50%, -50%) rotate(45deg);
}
#talk .talk .section dt .img {
    display: block;
    width: 80px;
    height: 80px;
    border: 5px solid #ccc;
    border-radius: 45px;
    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;
    line-height: 1.65;
    text-align: left;
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    padding: 24px 30px;
    margin-bottom: 20px;
}
#talk .talk .section .note {
    border-top: 1px dashed #c1c1c1;
    margin-top: 20px;
    padding-top: 12px;
    font-size: 1.4rem;
    line-height: 1.45;
    text-align: right;
}


/******************************************************/
/* recruit/overview.html 募集要項  */
/******************************************************/
#overview {
    padding: 70px 0 100px;
}
#overview table.overviewtable {
    margin: 32px 0;
}
#overview table.overviewtable th {
    background: rgba(232,240,255,0.6);
    font-size: 1.8rem;
    white-space: nowrap;
    padding: 17px 30px;
}
#overview table.overviewtable td {
    padding: 20px 30px;
}
#overview table.overviewtable td .note {
    margin-top: 10px;
}
#overview table.overviewtable td .note li {
    font-size: 1.5rem;
    line-height: 1.45;
    margin-top: 3px;
    padding-left: 1em;
    text-indent: -1em;
}


/******************************************************/
/* privacy/index.html 個人情報保護方針  */
/******************************************************/
#privacy {
    padding: 70px 0 100px;
}
#privacy .privacypolicy {
    width: 700px;
    margin: auto;
    text-align: left;
}
#privacy h3 {
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1.25;
    margin: 72px 0 32px;
    text-align: center;
}
#privacy h4 {
    font-weight: 600;
    line-height: 1.45;
    margin: 24px 0 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: 70px 0 100px;
}
#sitemap .sitemap {
    text-align: left;
    display: table;
    width: 924px;
    margin: auto;
}
#sitemap .sitemap nav {
    display: table-row;
}
#sitemap .sitemap dl {
    display: table-cell;
}
#sitemap .sitemap dl:nth-of-type(n+2) {
    padding-left: 50px;
}
#sitemap .sitemap dt {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    margin-top: 32px;
    margin-bottom: 16px;
    font-family: "Poppins", sans-serif;
}
#sitemap .sitemap dd li {
    font-size: 1.5rem;
    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: 70px 0 100px;
}
#news .list {
    width: 760px;
    margin: auto;
}
#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: 20px;
    display: flex;
    line-height: 1.65;
    text-align: left;
}
#news .list li .date {
    flex-shrink: 0;
    width: 8em;
}


/******************************************************/
/* お知らせ記事  */
/******************************************************/
#news_detail {
    padding: 70px 0 100px;
}
#news_detail .inbox {
    width: 800px;
    margin: auto;
}
#news_detail h2 {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.45;
    text-align: left;
    display: table;
    margin: 0 auto 20px;
}
#news_detail .date {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.15em;
    margin: 16px 0 40px;
    text-align: center;
}
#news_detail .article {
    margin-top: 40px;
    text-align: left;
}
#news_detail .article h3 {
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.45;
    text-align: left;
    margin: 36px 0 12px;
}
#news_detail .article p + p {
    margin-top: 1.5em;
}
#news_detail .article ul {
    list-style-type: disc;
    padding-left: 2.4em;
    margin-bottom: 16px;
}
#news_detail .article ol {
    padding-left: 2.4em;
    margin-bottom: 16px;
}
#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: 80px;
    text-align: center;
}
#news_detail .btn a {
    margin: auto;
}


/******************************************************/
/* contact/index.html お問い合わせ  */
/******************************************************/
#contact {
    padding: 70px 0 100px;
}
/* フォーム */
form#mailformpro {
    width: 760px;
    margin: auto;
}
form#mailformpro ::placeholder {
  color: #bbb;
}
form#mailformpro .agreement {
    text-align: center;
    margin-top: 16px;
}
form#mailformpro .must {
    background: #e60012;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1;
    white-space: nowrap;
    padding: 6px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    order: 1;
    float: none;
    float: right;
    margin: 0 0 0 12px;
}
form#mailformpro .optional {
    color: #000000;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1;
    white-space: nowrap;
    padding: 3px 5px;
    border: 1px solid #78655b;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    order: 1;
    float: none;
    margin: 0 0 0 12px;
}
form#mailformpro table {
    max-width: 100%;
    width: 100%;
    border: none;
}
form#mailformpro table tr {
    border: none;
}
form#mailformpro table th {
    border: none;
    border-top: 1px solid #d6d6d6;
    width: 12em;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    padding-top: 25px;
    white-space: nowrap;
    position: relative;
}
form#mailformpro table th .mini {
    font-size: 1.2rem;
    line-height: 1.25;
    letter-spacing: 0.02em;
}
form#mailformpro table td {
    border: none;
    border-top: 1px solid #d6d6d6;
    padding: 15px 0 12px 30px;
    line-height: 2;
    line-height: 1.5;
}
form#mailformpro table th strong {
    font-weight: 700;
    display: flex;
    align-items: center;
}
form#mailformpro table th strong .num {
    background: #B71254;
    color: #fff;
    font-size: 1.3rem;
    border-radius: 1em;
    line-height: 1;
    letter-spacing: normal;
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 5px;
}
form#mailformpro table td .hosoku {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    margin-left: 6px;
}
form#mailformpro table td .note {
    margin-top: 14px;
    margin-bottom: 4px;
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1.45;
    letter-spacing: 0.02em;
}
form#mailformpro table ul,
form#mailformpro table ol {
    list-style: none;
}
form#mailformpro table select {
    height: 39px;
    width: calc(10em + 20px);
    margin-right: 5px;
    font-size: 1.5rem;
    line-height: 1.2;
    border: 2px solid #555555;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    margin: 0 5px 3px 0;
}
form#mailformpro table textarea {
    margin-right: 5px;
    padding: 12px 18px;
    font-size: 1.5rem;
    line-height: 1.2;
    border: 2px solid #555555;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    margin:0 5px 3px 0;
    width: 100% !important;
    height: 9em !important;
}
form#mailformpro table input {
    margin:0 5px 3px 0;
}
form#mailformpro table input#postcode {
    width: calc(10em + 20px) !important;
}
form#mailformpro table input[type=text],
form#mailformpro table input[type=tel],
form#mailformpro table input[type=email] {
    margin-right: 5px;
    padding: 12px 18px;
    font-size: 1.5rem;
    line-height: 1.2;
    border: 2px solid #555555;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    width: auto !important;
}
form#mailformpro table label {
    border-radius: 3px;
    padding: 4px 8px 5px;
    margin: 3px 6px 3px 0;
    display: inline-block;
    white-space: nowrap;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
}
form#mailformpro table label.mfp_not_checked {
    padding: 8px 10px;
    border: 1px solid #e2e2e2;
    background-color: transparent;
}
form#mailformpro table label.mfp_checked {
    padding: 8px 10px;
    border: 1px solid #999966;
    background-color: #ffffdd;
    box-shadow: none;
}
form#mailformpro .mfp_buttons {
    text-align: center;
    margin: 30px 0 0;
}
div.mfp_buttons button#mfp_button_send,
form#mailformpro button[type="submit"] {
    position: relative;
    padding: 0;
    width: 380px;
    height: 80px;
    border: none;
    background: linear-gradient(270deg, #0391E6 0%, #0B6CBF 49%, #786ED2 100%);
    color: #ffffff;
    text-shadow: none;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.08em;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto 0;
}
div.mfp_buttons button#mfp_button_send::after,
form#mailformpro button[type="submit"]::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}
div.mfp_buttons button#mfp_button_cancel,
form#mailformpro button[type="reset"] {
    border-radius: 5px;
    padding: 8px 30px;
    border: solid 1px #CCC;
    background: #EEE;
    text-shadow: none;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: normal;
    cursor: pointer;
    outline: none;
    margin-top: 15px;
}
form#mailformpro table#mfp_confirm_table {
    border-spacing: 0px;
    border-collapse: collapse;
    min-width: 60%;
    width: auto;
    margin: auto;
}
form#mailformpro table#mfp_confirm_table tr th,
form#mailformpro table#mfp_confirm_table tr td {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.5;
    border-top: solid 1px #CCC;
    padding: 8px 10px;
}
form#mailformpro table#mfp_confirm_table tr th {
    white-space: nowrap;
    width: auto;
}
form#mailformpro table#mfp_confirm_table tr td {
    font-size: 1.6rem;
    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;
}


/******************************************************/
/* contact/thanks.html お問い合わせ完了  */
/******************************************************/
#thanks {
    padding: 70px 0 100px;
}
#thanks .inbox {
    width: 760px;
    margin: auto;
}
#thanks #mfp_thanks {
    border: 3px solid #fca09a;
    padding: 30px 50px;
    margin: 50px 0 30px;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
}
#thanks #mfp_thanks strong {
    display: block;
    font-size: 3rem;
    line-height: 1.45;
}
#thanks .message {
    display: table;
    margin: 0 auto;
}
#thanks .red {
    color: #E60012;
}
#thanks p + p {
    margin-top: 1em;
}
#thanks .btn {
    margin-top: 80px;
}
#thanks .btn a {
    margin: auto;
}





}