@charset "utf-8";

:root {
    --red: #e51d49;
    --gray: #7e8e99;
}

*{
    margin: 0;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2.2em;
    transition: .2s ease-in-out;
    color: #000;
    font-family: "Roboto", "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    font-style: normal;
}


/* 共通 */
.err {
	margin-top: 20px;
	font-size: 16px;
}

.error{
	color: #e51d49;
	line-height: 1.5em;
}

dd .error{
	margin-bottom: 5px;
	font-size: 12px;
}

.sp_none{
    display: block;
}

.pc_none{
    display: none;
}

a{
    text-decoration: none;
}

a:hover,
.tab:hover{
    opacity: 0.7;
}

body{
    counter-reset: number 0;
    background-image: url(../images/index_bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

body.lower{
    background-image: url(../images/lower_bg.png);
    background-position: top 300px center;
}

.wrap{
    display: flex;
    max-width: 1440px;
    justify-content: center;
    margin: 0 auto;
}

.right_contents{
    width: 1000px;
    padding-right: 100px;
}

section{
    padding-bottom: 100px;
}

.container{
}

li{
    list-style: none;
    line-height: 2em;
}

img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* header */

header{
    width: 340px;
    min-width: 200px;
    flex-grow: 2;
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

.menu_bg{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    max-width: 1440px;
    width: 100%;
    height: 0;
    justify-content: center;
}

.menu_bg .bg_img{
    width: 340px;
    min-width: 200px;
    flex-grow: 2;
    height: 100vh;
    background-image: url(../images/header.png);
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: top -50% center;
}

header h1{
    position: relative;
    z-index: 3;
}

header h1 a{
    display: flex;
    flex-direction: column;
    align-items: center;
}

header .logo{
    display: block;
    width: 45px;
    margin-bottom: 28px;
    line-height: 0;
}

header .header_name{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.32em;
    line-height: 1em;
}

header .menu{
    margin-top: 80px;
    position: relative;
    z-index: 3;
}

header .menu li{
    line-height: 2.8em;
}


/* 共通 */

.index h3,
.lower h2,
.lower h3{
    display: flex;
    flex-direction: column;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.5em;
    margin-bottom: 40px;
}

.index h3 span,
.lower h2 span,
.lower h3 span{
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    color: var(--gray);
}

.index h3 .icon-scale::before,
.lower h2 .icon-scale::before,
.lower h3 .icon-scale::before{
    padding-right: 8px;
    font-size: 11px;
}

.index h3.red,
.index h3.red span,
.lower h3.red,
.lower h3.red span{
    color: var(--red);
}

.lower h2,
.lower h2 span,
.lower h3.white,
.lower h3.white span{
    color: #fff;
}

.lower .title .container{
    background-size: cover;
    background-position: center;
    padding: 110px;
    border-radius: 60px;
    margin-top: 50px;
    position: relative;
    box-sizing: border-box;
}

.lower h2{
    margin-bottom: 0;
	text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5), -1px -1px 5px rgba(0, 0, 0, 0.3);
}

.lower .title img{
    position: absolute;
    height: 270px;
    width: auto;
    right: -2px;
    bottom: -50px;
}

.button{
    position: relative;
    background: var(--red);
    color: #fff;
    font-size: 16px;
    padding: 30px 40px;
    border-radius: 40px;
    min-width: 150px;
    display: inline-block;
    line-height: 1em;
    letter-spacing: 0.2em;
    text-align: center;
}

.button::after{
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 6px;
    height: 8px;
    background-image: url(../images/arrow.svg);
    background-size: contain;
}


/* index */

.anime{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

main{
    padding-bottom: 230px;
}

main .container{
    padding-top: 70px;
    position: relative;
}

main .img{
    border-radius: 60px;
    height: 580px;
    overflow: hidden;
    line-height: 0;
}

main .main_copy{
    height: 370px;
    background-image: url(../images/main_title.png);
    background-size: contain;
    position: absolute;
    right: -6px;
    bottom: -4px;
    padding-left: 236px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

main h2{
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 2em;
}

main .en{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    color: var(--red);
    font-size: 13px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 30px;
}

main .caption{
    margin-bottom: -160px;
}

.index_topics .container{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.index_topics .container > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 80px;
}

.index_topics dl{
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
}

.index_topics dt,
.index_topics dd{
    border-bottom: 1px solid #e4edf3;
    padding: 7px 0;
}

.index_topics dt:last-of-type,
.index_topics dd:last-of-type{
    border-bottom: 0;
}

.index_topics dt{
    color: var(--gray);
    width: 120px;
}

.index_topics dd{
    width: calc(100% - 120px);
}

.index_topics .pc_none{
    display: none;
}

.index_topics .button{
    position: relative;
    z-index: 3;
}

.index_about .container{
    background-image: url(../images/index_about.png);
    border-radius: 60px;
    background-size: cover;
    background-position: center;
    padding: 100px;
    display: flex;
    align-items: flex-end;
    min-height: 370px;
}

.index_about .container > div{
    margin-right: 80px;
}

.index_about h3,
.index_about h3 span,
.index_about p{
    color: #fff;
}

.service .container{
    display: flex;
    flex-direction: column;
}

.service ul{
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.service li{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #000;
    border-radius: 30px;
    text-align: center;
    padding: 32px 0;
    line-height: 1.5em;
    width: calc(100% / 6);
}

.service li div{
    height: 70px;
    width: 76px;
    margin-bottom: 12px;
}

.service li div img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.service .button{
    width: 40%;
    margin-top: 60px;
    align-self: center;
}

.process .container{
    display: flex;
}

.process .img{
    border-radius: 60px;
    overflow: hidden;
    margin-right: 100px;
    max-height: 920px;
}

.process .img img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.process h4{
    color: var(--red);
    font-size: 20px;
    line-height: 2em;
    letter-spacing: 0.18em;
    font-weight: 700;
    position: relative;
}

.process h4::before{
    counter-increment: number 1;
    content: "0"counter(number);
    color: #fff;
    background: var(--red);
    width: 40px;
    height: 40px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    left: -70px;
}

.process ul{
    padding-left: 20px;
}

.process li{
    padding-left: 50px;
}

.process li:not(:last-of-type){
    padding-bottom: 40px;
    border-left: 1px solid var(--red);
}

.process p{
    line-height: 2em;
}

.index_recruit h3{
    margin-top: 20px;
}

.index_recruit .container{
    display: flex;
    justify-content: flex-end;
    background-image: url(../images/index_recruit.png);
    background-size: auto 100%;
    background-position: center left;
    border-radius: 60px;
    overflow: hidden;
}

.index_recruit .container > div{
    background: #e4edf3;
    max-width: 290px;
    padding: 80px;
}

.index_recruit p{
    color: var(--red);
    margin-bottom: 46px;
}

.info_link{
    background-image: url(../images/index_link.png);
    background-size: 90% auto;
    background-position: bottom -70px center;
    background-repeat: no-repeat;
}

.information{
    padding-bottom: 100px;
}

.information .container{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.information .logo{
    display: flex;
    align-items: center;
}

.information .img{
    width: 44px;
    height: auto;
    margin-right: 16px;
    line-height: 0em;
}

.information h4{
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0.12em;
}

.information .com_info{
    display: flex;
    margin-top: 30px;
    margin-left: 12px;
}

.information h5{
    color: var(--red);
    display: flex;
    white-space: nowrap;
    align-items: center;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-right: 30px;
    line-height: 1em;
    padding-top: 4px;
}

.information h5::after{
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background: var(--red);
    margin-top: 10px;
}

.information p{
    line-height: 2em;
}

.information .button_block{
    display: flex;
    flex-direction: column;
    padding: 100px;
}

.information .button_block a:first-of-type{
    background: #000;
    margin-bottom: 30px;
}

.button{
    position: relative;
    background: var(--red);
    color: #fff;
    font-size: 16px;
    padding: 30px 40px;
    border-radius: 40px;
    min-width: 150px;
    display: inline-block;
    line-height: 1em;
    letter-spacing: 0.2em;
    text-align: center;
}

.information .button_block a{
    max-width: 380px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px 0 20px;
    height: 76px;
    min-width: 200px;
}

.information .button_block img{
    width: 38px;
    height: auto;
    margin-right: 16px;
}

.link .container{
    display: flex;
    gap: 30px;
}

.link a{
    display: block;
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    padding: 50px;
    width: calc((100% - 30px)/2);
}

.link a:first-of-type{
    background-image: url(../images/index_link01.png);
}
.link a:last-of-type{
    background-image: url(../images/index_link02.png);
}

.link h4{
    display: flex;
    flex-direction: column;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.5em;
    color: #fff;
}

.link h4 span{
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    color: #fff;
}

.link h4 .icon-scale::before{
    padding-right: 8px;
    font-size: 11px;
}

.link p{
    font-size: 16px;
    color: #fff;
    word-break: break-all;
    line-height: 1.2em;
    padding-top: 10px;
}


/* topics */

.topics .title .container{
    background-image: url(../images/topics_title.png);
}

.topics .post{
    display: flex;
}

.topics .post{
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #e4edf3;
}

.topics .post .img{
    width: 45%;
    max-height: 320px;
    border-radius: 60px;
    overflow: hidden;
    margin-right: 50px;
    line-height: 0;
}

.topics .post .img img{
    object-position: center;
}

.topics .post .text{
    width: 55%;
}

.topics h3{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.9em;
    letter-spacing: 0.04em;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.topics h3 span{
    color: var(--red);
}

.topics .pager{
    display: flex;
    justify-content: center;
}

.topics .pager li{
    color: var(--red);
}

.topics .pager li:not(:last-of-type){
    margin-right: 18px;
}

.topics .pager li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: var(--red);
    border: 1px solid var(--red);
    border-radius: 50%;
    line-height: 1em;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 400;
}

.topics .pager li.active a{
    background: var(--red);
    color: #fff;
}


/* about */

.about .title .container,
.zeb .title .container{
    background-image: url(../images/about_title.png);
}

.about .message h4{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .2em;
/*    font-feature-settings: "palt" 1;*/
    margin-bottom: 70px;
    margin-left: -.5em;
}

.about .message .img{
    border-radius: 40px;
    overflow: hidden;
    margin-right: 50px;
    min-width: 300px;
    max-width: 350px;
    line-height: 0;
}

.about .message .flex{
    display: flex;
}

.about .message .flex .name{
    width:fit-content;
    margin: 30px 0 0 auto;
    border-bottom: 1px solid var(--red);
    font-weight: 400;
    line-height: 2em;
}

.about .message .flex .name span{
    font-weight: 500;
    padding-left: 10px;
}

.about .mission h3,
.about .mission h3 span{
    color: #fff;
}

.about .mission h3{
    flex-shrink: 0;
    flex-grow: 2;
    align-items: center;
}


.about .mission h4,
.about .mission li{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .2em;
    line-height: 2em;
    color: #fff;
}

.about .mission h4{
    margin: 0 0 0 14px;
    align-self: flex-start;
    display: flex;
    align-items: center;
}

.about .mission h4::before{
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    background: #fff;
    margin-bottom: 14px;
}

.about .mission ul{
    display: flex;
    flex-direction: row-reverse;
}

.about .mission li{
    text-indent: -2.4em;
    padding-top: 2em;
}

.about .mission li::before{
    content: "一、";
}

.about .mission .container{
    background-image: url(../images/about_mission.png);
    background-size: cover;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    padding: 90px 0 90px 90px;
}

.about .company dl,
.job dl{
    display: flex;
    flex-wrap: wrap;
}

.about .company dt,
.job dt{
    width: 145px;
    border-bottom: 1px solid var(--red);
    color: var(--red);
    font-weight: 700;
    font-size: 16px;
    padding: 16px 0;
}

.about .company dd,
.job dd{
    width: calc(100% - 145px);
    border-bottom: 1px solid #e4edf3;
    padding: 22px;
    box-sizing: border-box;
    line-height: 2em;
}

.about .company dd dt,
.job dd dt{
    border-bottom: 0;
    padding: 0;
    font-size: 14px;
    color: var(--gray);
}

.about .company dd dd,
.job dd dd{
    border-bottom: 0;
    padding: 0;
}

.about .company .member{
    display: flex;
    flex-wrap: wrap;
}

.about .company .member dl{
    width: 50%;
}

.about .company .member dl:first-of-type,
.about .company .member dl:last-of-type{
    width: 100%;
}

.about .company .member dt{
    width: 100px;
}

.about .company .member dd{
    width: calc(100% - 100px);
}

.about .company .img{
    border-radius: 40px;
    overflow: hidden;
    height: 340px;
    max-width: 500px;
    margin-top: 16px;
}

table{
    border-radius: 10px;
    overflow: hidden;
    border-spacing: 0;
    width: 100%;
}

th,
td{
    padding: 5px 20px;
    box-sizing: border-box;
    word-break: break-all;
}

th{
    background: var(--red);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #ed6180;
    width: 260px;
    letter-spacing: 0.1em;
    white-space: nowrap;
}

td{
    background: #e4edf3;
    border-bottom: 1px solid #fff;
    line-height: 2em;
    letter-spacing: 0.08em;
}

tr:last-of-type th,
tr:last-of-type td{
    border-bottom: 0;
}

.about .sales tr:first-of-type th:not(:first-of-type){
    background: var(--gray);
    border-bottom: 0;
}

.about .sales tr td:nth-last-child(-n+2){
    border-left: 1px solid #fff;
}

.about .sales td{
    text-align: right;
}

.about .lm{
    display: flex;
    flex-direction: row;
    gap: 130px;
}

.about .lm .container{
    width: calc((100% - 130px)/2);
}

.about .lm h3{
    margin-bottom: 20px;
}

.about .lm .sub{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}

.about .lm .sub h4{
    font-size: 16px;
    color: var(--red);
}

.about .lm .sub .day{
    color: var(--gray);
    margin-left: auto;
}

.about .lm dl{
    display: flex;
    flex-wrap: wrap;
}

.about .lm .license dt{
    width: calc(100% - 40px);
}

.about .lm .license dd{
    width: 40px;
    text-align: right;
}

.about .lm .machinery dt{
    width: calc(100% - 120px);
}

.about .lm .machinery dd{
    text-align: right;
}

.about .lm .machinery dd:nth-of-type(odd){
    width: 60px;
}

.about .lm .machinery dd:nth-of-type(even){
    width: 60px;
}

.about .lm dt::before{
    font-family: 'icomoon';
    content: "\e900";
    color: var(--red);
    font-size: 10px;
    margin-right: 6px;
}

.about .zeb .container,
.zeb_about .container:nth-of-type(2){
    background: var(--red);
    border-radius: 60px;
    padding: 90px;
    display: flex;
    align-items: center;
    gap: 60px;
}

.about .zeb .img,
.zeb_about .container:nth-of-type(2) .img{
 min-width: 250px;   
}

.about .zeb h3,
.zeb_about .container:nth-of-type(2) h4{
    color: #fff;
    font-size: 26px;
}

.about .zeb p,
.zeb_about .container:nth-of-type(2) p{
    color: #fff;
}

.about .zeb .button{
    background: #fff;
    color: var(--red);
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px;
}

.about .zeb .button::after{
    background-image: url(../images/arrow_red.svg);
}

.about .helth .flex{
    display: flex;
    gap: 34px;
    margin-top: 30px;
}

.about .helth .flex .img{
    border: 1px solid var(--gray);
    line-height: 0;
}

.about .smile_img{
    margin-top: 50px;
    border-radius: 60px;
    overflow: hidden;
    line-height: 0;
}

.about .smile_img img{
    object-position: top center;
    height: 300px;
}

.zeb_about .container:nth-of-type(2) h4 {
    margin-bottom: 20px;
    letter-spacing: 0.2em;
}

.zeb_about .container:nth-of-type(2) sup{
    color: #fff;
    font-size: 10px;
}

.zeb .note{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.zeb .note p,
.zeb .note span{
    color: #667986;
    font-size: 13px;
    line-height: 2em;
    letter-spacing: 0.08em;
}

.zeb .note p{
    width: calc(100% - 30px);
}

.zeb .note span{
    width: 30px;
}

.zeb .attempt .container{
    display: flex;
}

.zeb .attempt .img {
    border-radius: 60px;
    overflow: hidden;
    margin-right: 100px;
    max-height: 920px;
}

.zeb .attempt h4,
.zeb .result h4{
    font-size: 20px;
    font-weight: 700;
    line-height: 2em;
    letter-spacing: 0.18em;
    color: var(--red);
    margin-bottom: 36px;
}

.zeb .attempt .button{
    width: 100%;
    box-sizing: border-box;
    margin: 50px 0;
}

.zeb .attempt h5{
    font-weight: 700;
    line-height: 1.8em;
    position: relative;
}

.zeb .attempt span{
    color: var(--gray);
    font-size: 13px;
    letter-spacing: 0.12em;
}

.zeb .attempt_block{
    margin-bottom: 30px;
    border-left: 1px solid var(--gray);
    padding-left: 50px;
    margin-left: 20px;
}

.zeb .attempt_block h5::before {
    counter-increment: number 1;
    content: "0" counter(number);
    color: #fff;
    background: var(--gray);
    width: 40px;
    height: 40px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    left: -70px;
}

.zeb .result h4{
    border-bottom: 1px solid var(--red);
    display: inline-block;
}

.zeb .result h5{
    font-size: 16px;
    font-weight: 700;
    color: var(--gray);
    margin-bottom: 10px;
}

.zeb .scroll{
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
}

.zeb .scroll::-webkit-scrollbar{
    display: none;
}

.zeb .scroll table td{
    line-height: 1.5em;
}

.zeb .result .note span{
    width: 90px;
}

.zeb .result .note p {
    width: calc(100% - 90px);
}

/*
.zeb .scroll::after{
    background-image: linear-gradient(90deg, transparent, #7e8e994d);
    display: block;
    content: "";
    width: 24px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    mix-blend-mode: multiply;
}
*/

.zeb .bottom60{
    margin-bottom: 60px;
}

.zeb .result .container > p{
    margin-top: 30px;
}

.zeb .scroll table sup{
    font-size: 10px;
}

.zeb .scroll table td span{
    color: var(--red);
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 1em;
}

.zeb table td,
.zeb table tr:last-of-type th{
    text-align: right;
}

.zeb table .white td{
    background: #fff;
}

.zeb table tr:first-of-type th{
    background: var(--gray);
    border-bottom: 0;
}

.zeb table .left{
    text-align: left;
    white-space: nowrap;
}

.zeb table .center{
    text-align: center !important;
}

.zeb table td[rowspan],
.zeb table .bold{
    font-weight: 700;
}

.zeb table th{
    white-space: wrap;
    width: auto;
}


/* achieve */

.achieve .title .container{
    background-image: url(../images/achieve_title.png);
}

.achieve_list .flex{
    display: flex;
    align-items: flex-end;
}

.achieve_list .flex a{
    background: #000;
    color: #fff;
    padding: 2px 34px 2px 28px;
    border-radius: 18px;
    letter-spacing: 0.2em;
    position: relative;
    margin-bottom: 50px;
    margin-left: 30px;
}

.achieve_list .private .flex a{
    background: var(--red);
}

.achieve_list .flex a::after{
    content: "";
    width: 5px;
    height: 7px;
    background-image: url(../images/arrow.svg);
    background-size: contain;
    display: block;
    position: absolute;
    right: 16px;
    top: 14px;
    transform: rotate(90deg);
}

.achieve .list_block{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.achieve .list_block > div{
    width: calc((100% - 60px)/3);
    border-radius: 40px;
    overflow: hidden;
/*    cursor: pointer;*/
}

.achieve .list_block > div:hover{
/*    opacity: .5;*/
}

.achieve h4{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1.5em;
}

.achieve .achieve_list .img{
    line-height: 0;
    height: 180px;
}

.achieve .text{
    background: #e4edf3;
    padding: 20px 28px 28px 28px;
    height: 100%;
}

.achieve .text ul,
.modal ul.service_list{
    display: flex;
    flex-wrap: wrap;
}

.achieve .text li,
.modal .service_list li{
    font-size: 12px;
    font-weight: 400;
    border: 1px solid var(--red);
    border-radius: 13px;
    padding: 3px 8px;
    line-height: 1em;
    margin-top: 4px;
    color: var(--red);
}

.achieve .text li.blue,
.modal .service_list li.blue{
    border: 1px solid #1a67cc;
    color: #1a67cc;
}

.achieve .text li:not(:last-of-type),
.modal .service_list li:not(:last-of-type){
    margin-right: 8px;
}

.achieve .public h4{
    color: var(--red);
}

.achieve .private{
    padding-top: 100px;
}

.modal{
    position: fixed;
    z-index: 10;
    display: none;
}

.modal.active{
    display: block;
}

.modal .container{
    position: absolute;
    background: #fff;
    border-radius: 60px;
    z-index: 11;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 800px;
    display: none;
}

.modal .container.active{
    display: block;
}

.modal .container > div{
    position: relative;
    padding: 60px 60px 60px 40px;
    display: flex;
}

.modal .container .scroll{
    overflow: scroll;
    height: 70vh;
}

.modal .container .scroll{
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.modal .container .scroll::-webkit-scrollbar{
    display: none;
}

.modal .bg{
    position: relative;
    width: 100vw;
    height: 100vh;
    background: rgb(0 0 0 / .5);
}

.modal .vertical{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 38px;
}

.modal .vertical p{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1em;
    margin-bottom: 12px;
}

.modal .vertical .en{
    font-size: 13px;
    font-weight: 700;
}

.modal .vertical .category{
    font-weight: 700;
    color: #fff;
    background: #000;
    padding: 20px 5px;
    border-radius: 12px;
    margin-bottom: 0;
}

.modal .vertical .line{
    width: 1px;
    height: auto;
    flex-grow: 2;
    display: block;
    background: #000;
}

.modal .caption{
    display: flex;
}

.modal .img{
    border-radius: 40px;
    height: 370px;
    overflow: hidden;
    margin-bottom: 40px;
}


.modal img{
    object-position: center;
}

.modal .day{
    background: #c3ccd1;
    width: 70px;
    height: 70px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 30px;
}

.modal h4{
    font-size: 24px;
    margin-bottom: 2px;
}

.modal .address{
    font-weight: 700;
}

.modal .mo_text{
    margin: 20px 0;
}

.modal .red h4,
.modal .red .address,
.modal .red .vertical p{
    color: var(--red);
} 

.modal .red .vertical .category{
    color: #fff;
    background: var(--red);
}

.modal .red .vertical .line{
    background: var(--red);
}

.modal .close{
    position: absolute;
    width: 70px;
    height: 70px;
    background: var(--red);
    border-radius: 50%;
    right: -35px;
    top: 60px;
}

.modal .close:hover{
    cursor: pointer;
    opacity: .5;
}

.modal .close div{
    position: relative;
    height: 100%;
}

.modal .close span{
    width: 24px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}

.modal .close span:first-of-type{
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal .close span:last-of-type{
    transform: translate(-50%, -50%) rotate(-45deg);
}


/* recruit */

.recruit .title .container{
    background-image: url(../images/recruit_title.png);
}

.recruit .message{
    position: relative;
}

.recruit .message .container{
    position: relative;
    z-index: 2;
    width: 60%;
    padding-top: 40px;
}

.recruit .message .bg{
    position: absolute;
    background-image: url(../images/recruit_message.png);
    background-size: cover;
    background-position: center right;
    width: 70%;
    height: calc(100% - 100px);
    bottom: 100px;
    right: 0;
    border-radius: 60px 0 0 0;
    margin-right: -100px;
}

.recruit .message .container div{
    background: #fff;
    padding: 60px 60px 40px 0;
    border-radius: 0 60px 0 0;
}

.recruit .message h3{
    margin-bottom: 0;
}

.recruit .message .name {
    width: fit-content;
    margin: 30px 0 0 auto;
    border-bottom: 1px solid var(--red);
    font-weight: 400;
    line-height: 2em;
}

.recruit .message .name span {
    font-weight: 500;
    padding-left: 10px;
}

.recruit .ideal .container{
    background-image: url(../images/recruit_ideal.png);
    border-radius: 60px;
    background-size: cover;
    background-position: center;
    padding: 100px;
    padding-top: 130px;
    box-sizing: border-box;
}

.recruit .ideal h4 span,
.recruit .ideal p{
    color: #fff;
}

.recruit .ideal h4{
    margin-bottom: 30px;
}

.recruit .ideal h4 span{
    background: var(--red);
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 2em;
    padding: 10px 20px;
}

.recruit .grid{
    display: grid;
    
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.recruit .grid .box-big {
  grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.recruit .grid > div{
    background-color: #e4edf3;
    border-radius: 30px;
    padding: 30px;
    background-repeat: no-repeat;
    background-size: auto 60%;
    background-position: right 30px center;
}

.recruit .grid > div:nth-of-type(3){
    background-image: url(../images/recruit_features03.png);
}

.recruit .grid > div:nth-of-type(4){
    background-image: url(../images/recruit_features04.png);
}

.recruit .grid > div:nth-of-type(5){
    background-image: url(../images/recruit_features05.png);
}

.recruit .grid > div:nth-of-type(6){
    background-image: url(../images/recruit_features06.png);
}

.recruit .grid > div:nth-of-type(7){
    background-image: url(../images/recruit_features07.png);
}

.recruit .grid > div:nth-of-type(8){
    background-image: url(../images/recruit_features08.png);
}

.recruit .grid > div:nth-of-type(9){
    background-image: url(../images/recruit_features09.png);
}

.recruit .grid > div:nth-of-type(10){
    background-image: url(../images/recruit_features10.png);
}

.recruit .grid .img{
    width: 80%;
}

.recruit .grid .img img{
    height: auto;
}

.recruit .grid h4,
.recruit .grid h5,
.recruit .grid h5 .unit{
    color: var(--red);
    font-weight: 700;
    line-height: 1em;
}

.recruit .grid h4{
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
}

.recruit .grid h5{
    font-size: 26px;
    letter-spacing: 0.05em;
    line-height: 1em;
}

.recruit .grid h5 .unit{
    font-size: 18px;
    padding-left: 4px;
}

.recruit .grid h5 .caption{
    color: var(--gray);
    font-weight: 700;
}

.recruit .employee{
    padding-bottom: 140px;
}

.recruit .employee .flex{
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.recruit .employee .flex > div{
    width: calc((100% - 60px)/2);
}

.recruit .employee .post{
    cursor: pointer;
    margin-bottom: -40px;
}

.recruit .employee .flex > div:nth-of-type(n+3){
    margin-top: 40px;
}

.recruit .employee .post:hover .affiliat{
    padding-top: 36px;
}

.recruit .employee .img{
    border-radius: 40px;
    overflow: hidden;
    line-height: 0;
    height: 300px;
}

.recruit .employee .list{
    position: relative;
}

.recruit .employee .affiliat{
    background: #fff;
    border-radius: 40px;
    position: absolute;
    z-index: 2;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px 40px;
    width: calc(100% - 100px);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recruit .employee .list .switch{
    content: "";
    width: 50px;
    height: 50px;
    background: var(--red);
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    margin-right: -6px;
}

.recruit .employee .list .switch span{
    width: 14px;
    height: 1px;
    display: block;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.recruit .employee .list.active .switch span:last-of-type{
    transform: translate(-50%, -50%) rotate(90deg);
}

.recruit .employee .list h4{
    color: var(--red);
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    padding-top: 10px;
}

.recruit .employee .list p{
    color: var(--gray);
    line-height: 1.5em;
    font-size: 12px;
}

.recruit .employee .text{
    transition: .0s ease-in;
    background: #e4edf3;
    border-radius: 0 0 40px 40px;
    padding: 50px;
    padding-top: 120px;
}

.recruit .employee .text::before{
    content: "MESSAGE";
    font-size: 44px;
    color: #fff;
    letter-spacing: 0.15em;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.recruit .employee h5{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.8em;
    text-align: center;
}

.recruit .benefits .container{
    padding: 100px;
    background: var(--red);
    border-radius: 60px;
    display: flex;
    align-items: center;
    gap: 80px;
    box-sizing: border-box;
}

.recruit .benefits h3{
    margin-bottom: 0;
}

.recruit .benefits li{
    color: #fff;
}

.recruit .benefits li::before{
    font-family: 'icomoon';
    content: "\e900";
    color: #f28ea4;
    font-size: 10px;
    margin-right: 14px;
}

.recruit .job .button{
    display: block;
    width: fit-content;
    min-width: 500px;
    margin: 80px auto 0;
}

.mobile_s{
    display: none;
}
.mobile_m{
    display: block;
}


/* access */

.access .title .container{
    background-image: url(../images/access_title.png);
}

.access h3{
    font-size: 20px;
    flex-direction: row;
    align-items: center;
    line-height: 1em;
    letter-spacing: 0.14em;
}

.access h3 .logo{
    width: 42px;
    line-height: 0;
    margin-right: 20px;
}

.access h3 .logo img{
    height: auto;
}

.access_block{
    display: flex;
    margin-left: 12px;
}

.access_block:not(:last-of-type){
    margin-bottom: 70px;
}

.access h4{
    color: var(--red);
    display: flex;
    white-space: nowrap;
    align-items: center;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-right: 30px;
    line-height: 1em;
    padding-top: 4px;
}

.access h4::after {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background: var(--red);
    margin-top: 10px;
}

.access_block > div{
    flex-grow: 2;
}

.access_block p{
    line-height: 2em;
    margin-bottom: 30px;
    letter-spacing: 0.08em;
}

.access iframe{
    width: 100%;
    min-height: 400px;
    border-radius: 0 60px 0 0;
    overflow: hidden;
}


/* contact */

.contact .title .container{
    background-image: url(../images/contact_title.png);
}

.contact .form .container{
    max-width: 700px;
    margin: 0 auto;
}

.contact dl{
    display: flex;
    flex-wrap: wrap;
    margin: 70px 0 30px 0;
}

.contact dt,
.contact dd{
    margin-bottom: 20px;
}

.contact dt{
    width: 220px;
    height: 45px;
    display: flex;
    align-items: center;
}

.contact.check dt{
    height: auto;
    
}

.contact dt label{
    font-size: 15px;
    color: var(--red);
    font-weight: 700;
}

.contact dd{
    width: calc(100% - 220px);
    /* line-height: 0; */
}

::placeholder{
    color: var(--gray);
}
input, textarea {
    width: 100%;
    padding: 12px 20px;
    background: #e4edf3;
    border: 0;
    border-radius: 23px;
    box-sizing: border-box;
    line-height: 1.5em;
}
textarea{
    height: 200px;
}
input:focus,
textarea:focus{
    outline: 0;
    background: #F0FFFC;
}

.radiobutton{
    position: absolute;
    opacity: 0;
    z-index: -1; 
    width: 30px;
}
.radiobutton + .radio-fontas{
    display: inline-flex;
    align-items: center;

}
.radiobutton + .radio-fontas:before {
    display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../images/radio_off.svg);
    background-size: contain;
    margin-right: 6px;
}
.radiobutton:checked + .radio-fontas:before {
    background-image: url(../images/radio_on.svg);
}

.contact dd.radio,
.contact dd.radio .flex{
    display: flex;
    align-items: center;
}

.contact dd.radio .flex:not(:first-of-type){
    margin-left: 20px;
}

.contact .button_block{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact .button{
    border: 0;
    width: 100%;
    background: #000;
}

.contact .returnBtn{
    border: 0;
    background: none;
    color: var(--gray);
    margin-top: 20px;
}

.contact.send h3{
    font-size: 30px;
}

.contact.send .button{
    margin-top: 40px;
    background: var(--red);
}


/* policy */

.policy .title .container{
    background-image: url(../images/contact_title.png);
}

.policy .contents .container{
    border-left: 1px solid var(--red);
    padding-left: 30px;
    max-width: 700px;
    margin: 0 auto;
}

.policy h3{
    font-size: 20px;
    color: var(--red);
    margin-bottom: 0;
    margin-top: 30px;
}

.policy .contents p,
.policy .contents li{
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 2em;
}

.policy .contents p:not(:first-child),
.policy .contents ul{
    padding-top: 10px;
}

.policy .contents li{
    text-indent: -1.6em;
    padding-left: 1.6em;
}

.policy .contents li::before{
    font-family: 'icomoon';
    content: "\e900";
    color: var(--gray);
    font-size: 10px;
    margin-right: 10px;
}

/* footer */

footer{
    background: var(--red);
    display: flex;
    justify-content: center;
    position: relative;
}

footer .bg{
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 0;
    height: 170px;
}

footer .container{
    position: relative;
    z-index: 2;
    padding: 18px 100px;
    max-width: 1440px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .img{
    position: relative;
    align-self: flex-end;
    width: 200px;
}

footer .img img{
    position: absolute;
    bottom: -18px;
    object-fit: contain;
    height: 120px;
}

footer .img.sp_none img{
    height: 130px;
}

footer .img:last-of-type img{
    bottom: 0;
}

footer ul{
    flex-shrink: 0;
}

footer li a{
    color: #fff;
}

footer li a::before{
    content: "";
    width: 5px;
    height: 7px;
    display: inline-block;
    background-image: url(../images/arrow.svg);
    background-size: contain;
    background-position: center;
    margin-right: 6px;
}

footer address{
    color: #fff;
    font-size: 12px;
}


/* page top */

.cta{
    position: fixed;
    z-index: 3;
    bottom: 20px;
    right: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0;
}

#page_top{
    cursor: pointer;
    background: rgb(255 255 255 / .4);
    border-radius: 10px;
}

#page_top a{
    line-height: 1em;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.05em;
    padding: 20px;
}

#recruit_button{
    width: 140px;
    height: 140px;
    background: var(--red);
    border-radius: 50%;
    z-index: 3;
    margin-bottom: 10px;
}

#recruit_button a{
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#recruit_button a img{
    width: 66px;
    height: auto;
    margin-left: -10px;
    margin-bottom: 4px;
}