@charset "UTF-8";

/* Common */
:root {
    --main-color-red:#ED001F;
    --main-color-blue:#143383;
    --sumb-color-red:#C1110F;
    --sumb-color-blue:#244265;
    --sumb-color-darkblue:#1B2431;
}
a {
    transition: all .5s;
    cursor: pointer;
}
.row {
    max-width:1320px;
    margin:0 auto;
    padding:0 60px;
}
.row-wide {
    max-width:1470px;
    margin:0 auto;
    padding:0 60px;
}
.flxbox {
    display:flex;
}
.pc-only {
    display:block
}
.sp-only {
    display:none;
}
.base-wht {
    background-color:#fff
}
.mt100 {
    margin-top:100px
}
.mt100sp40 {
    margin-top:100px
}
.mt2em {
    margin-top:2em;
}
p span.red-fig {
    color:var(--sumb-color-red);
}
p span.blue-fig {
    color:var(--sumb-color-blue)
}

/* Fonts */
body {
    font-family: "Noto Sans JP", sans-serif;
}
.g-jost {
    font-family: "Jost", sans-serif;
}
.mincho {
    font-family: "Noto Serif JP", serif;
    font-feature-settings: "palt";
}
p {
    margin-top:.6em;
    font-size:clamp(14px,2.1vw,16px);
    line-height:1.875em;
}
p.ctr {
    text-align:center
}
p.speck {
    font-size:clamp(12px,1.8vw,14px) !important
}

/* Header */
.toppage header, .reguler header {
    width:calc(100% - 40px);
    max-width:1740px;
    margin:0 auto;
    padding:66px 20px 48px;
}
header .header-bar {
    display:flex;
    gap:8px;
}
header .header-bar .left-bar {
    height:124px;
    padding-left:3.8vw;
    padding-right:3.2vw;
    flex:1;
    background-color: #fff;
    border-radius: 32px 0 0 32px;
    display:flex;
    align-items: center;
}
.btn-header {
    width:294px;
    border:thin solid var(--main-color-red);
    border-radius: 0 32px 32px 0;
    display:flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color:var(--main-color-red);
    font-size:22px;
    letter-spacing: .2em;
}
.btn-header:hover {
    color:#fff;
    background-color: var(--main-color-red);
}
.toppage header .header-bar .left-bar h1 {
    margin-right:32px;
    margin-bottom:-1em;
    font-size: clamp(18px,2.3vw,45px);
    text-transform: uppercase;
    letter-spacing: .3em;
    line-height: 1.3;
    color:var(--main-color-red)
}
.toppage header .header-bar .left-bar .logo-header {
    width:14vw;
    max-width:234px;
    margin-right:auto;
}
header .header-bar .left-bar .btn-area-headerbar {
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    gap:20px;
}
.toppage header .header-bar .left-bar .btn-area-headerbar li {
    font-size:16px;
}
header .header-bar .left-bar .btn-area-headerbar li a {
    text-decoration: none;
    color:#575757
}
header h3 {
    margin-left:3.8vw;
    margin-top:1.3em;
    font-size:clamp(10px,1.25vw,24px);
    font-weight:400;
    letter-spacing: .08em;
    color: #555555;
    position:relative;
}
header.sogo {
    width:100%;
    height:236px;
    max-width:none;
    padding:0 80px;
    margin:0;
    background-color:#fff;
    display:flex;
    align-items: center;
}


/* RegulerPage Header */
body.reguler {
    background-color: #EFEFEF;
    overflow-x: hidden;
    color:#575757;
}
header .header-bar .left-bar {
    padding-left:32px;
    padding-right:32px;
    flex:1
}
header .header-bar .left-bar .site-ttl {
    margin-right:auto;
}
.toppage header .header-bar .left-bar .site-ttl {
    margin-right:12%;
}
header .header-bar .left-bar .site-ttl h1 {
    margin-bottom:10px;
    font-size:clamp(18px,3.5vw,27px);
    font-weight:700;
    line-height:1.2;
    text-transform: uppercase;
    letter-spacing: .2em;
    color:var(--main-color-red)
}
header .header-bar .left-bar .site-ttl a {
    text-decoration: none;
}
header .header-bar .left-bar .site-ttl h3 {
    margin-left:0;
    margin-top:0;
    font-size:clamp(10px,1.8vw,14px)
}
header .header-bar .left-bar .btn-area-headerbar {
    gap:10px;
}
header .header-bar .left-bar .btn-area-headerbar li {
    font-size:clamp(14px,1vw,16px);
    color:#919191
}
header .header-bar .left-bar .btn-area-headerbar li a {
    color:inherit
}
header .header-bar .left-bar .btn-area-headerbar li:hover {
    cursor: pointer;
    color:#000
} 
header .header-bar .left-bar .btn-area-headerbar li.menu-pc.trigger {
    position:relative;
}
header .header-bar .left-bar .btn-area-headerbar li.menu-pc .inner-menu {
    height:0;
    min-width:10em;
    padding:.4em 1em;
    list-style:none;
    background-color:#fff;
    filter:drop-shadow(0 0 2px rgba(0,0,0,.2));
    position:absolute;
    left:-.5em;
    top:2.5em;
    opacity:0;
    transition: all .5s;
    z-index:1000
}
header .header-bar .left-bar .btn-area-headerbar li.menu-pc:hover .inner-menu {
    height:auto;
    opacity:1
}
header .header-bar .left-bar .btn-area-headerbar li.menu-pc .inner-menu li {
    border-bottom:thin dotted #ccc
}
header .header-bar .left-bar .btn-area-headerbar li.menu-pc .inner-menu li a {
    white-space: nowrap;
    padding:.8em .2em;
    font-size:14px;
    display:block;
}
header .header-bar .left-bar .btn-area-headerbar li.menu-pc .inner-menu li:last-child {
    border-bottom:none
}
header .header-bar .btn-header {
    width: 200px;
    font-size: 18px;
}
header .header-bar .btn-header:hover {
    color:#fff
}

/* Top Page */
body.toppage {
    background-color:#EFEFEF;
    overflow-x: hidden;
}

/* Top MV */
.top-mv-area {
    margin-bottom:94px;
    position:relative
}
.top-mv-area h2 {
    position:absolute;
    left:200px;
    bottom:64px;
    z-index:1000;
    color:#fff;
}
.top-mv-area h2 span.jp-fig {
    margin-bottom: .5em;
    display:block;
    font-size:clamp(30px,8vw,75px);
    font-weight:900;
}
.top-mv-area h2 span.eng-fig {
    font-size:clamp(12px,2.6vw,20px);
    font-weight:700;
}
.top-mv-area .mv-slider a img {
    width:420px;
    margin-right:20px;
}
.top-mv-area .mv-slider a:hover {
    opacity:.5
}
.top-mv-area .mv-slider button.slick-prev {
    display:none;
}

/* Top Page Information */
.top-infor {
    padding-bottom:100px;
    display:flex;
    position:relative;
}
.top-infor h3 {
    margin-left: calc((100vw - 1200px)/ 2);
    margin-right:48px;
    margin-top:20px;
}
.top-infor h3 span.eng-fig {
    margin-bottom:.25em;
    font-size: clamp(20px,4.1vw,32px);
    font-weight:700;
    letter-spacing: .2em;
    text-transform: uppercase;
    display:block
}
.top-infor h3 span.jp-fig {
    color:var(--main-color-red);
    font-size: clamp(13px,2.6vw,20px);
    font-weight:500;
    letter-spacing: .4em;
}
.top-infor .cont-base {
    padding:16px 360px 16px 64px;
    background-color:#fff;
    flex:1;
    border-radius: 32px 0 0 32px;
    position:relative;
}
.top-infor .cont-base ul.list-news {
    margin:0;
    padding:0;
    list-style:none;
}
.top-infor .cont-base ul.list-news li {
    border-bottom: thin dashed #707070;
}
.top-infor .cont-base ul.list-news li:last-child {
    border-bottom:none;
}
.top-infor .cont-base ul.list-news li a {
    padding:1.2em 0.8em;
    font-size:clamp(13px,2.1vw,16px);
    text-decoration: none;
    display:block;
}
.top-infor .cont-base ul.list-news li a span.date {
    margin-right:2.5em;
}
.top-infor .cont-base ul.list-news li a:hover {
    color:var(--main-color-blue)
}
a.brouchre {
    width:270px;
    height:270px;
    color:#fff;
    background-color: #B71210;
    position:absolute;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 50%;
    right:72px;
    bottom:0;
}
a.brouchre:hover {
    background-color: var(--main-color-red);
}
a.brouchre::before {
    width:152px;
    height:116px;
    content:'';
    background-image:url(../images/top_icon_brochure.svg);
    background-repeat: no-repeat;
    background-position: center center;
    mix-blend-mode: multiply;
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}
a.brouchre h4 {
    font-size: 32px;
    font-weight:700;
    text-align: center;
    position:relative;
    z-index:4
}
a.brouchre h4 span.eng-fig {
    margin-bottom:.25em;
    display: block;
    font-size: 32px;
    font-weight:700;
}
a.brouchre h4 span.jp-fig {
    font-size:16px;
    font-weight:400;
}
a.brouchre p {
    margin:0;
    font-size:22px;
    font-weight:500;
    position:relative;
    z-index:4
}
a.brouchre .waai {
    margin-top:-20px;
    margin-bottom:.7em;
    padding:4px 22px;
    font-size:20px;
    font-weight:700;
    position:relative;
    z-index:4
}
a.brouchre .waai::before {
    width:3px;
    height:36px;
    content:'';
    background-color:#fff;
    transform: rotate(-38deg);
    position:absolute;
    left:0;
    top:0;
}
a.brouchre .waai::after {
    width:3px;
    height:36px;
    content:'';
    background-color:#fff;
    transform: rotate(38deg);
    position:absolute;
    right:0;
    top:0;
}

.top-video-link {
    background-color:#fff;
    position:relative;
}
.top-video-link::before {
    width:100%;
    height:117px;
    content:'';
    background-color:#efefef;
    position:absolute;
    left:0;
    top:0;
}
.top-video-link figure {
    max-width:1740px;
    padding:0 90px;
    margin:0 auto;
    position:relative;
    z-index:4;
}
.top-video-link figure img {
    border-radius: 32px 32px 0 0;
}
.top-video-link .wrap {
    width:100%;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index:10;
    text-align:center;
    color:#fff;
}
.top-video-link .wrap h3 {
    margin-bottom:48px;
    font-size:clamp(20px,7vw,124px);
    font-weight:700;
    color:#fff;
    letter-spacing: .2em;
    filter:drop-shadow(0 0 13px rgba(0,0,0,.16))
}
.top-video-link .wrap a.btn-video {
    width:186px;
    height:186px;
    content:'';
    background-image: url(../images/icon_startvideo.svg);
    background-size: cover;
    background-repeat: no-repeat;
    display:inline-block;
}
.top-video-link .wrap a.btn-video:hover {
    opacity:.5
}
.top-video-link .wrap p {
    margin-top:1.6em;
    line-height:2;
    font-size:clamp(12px,2.1vw,16px);
    filter: drop-shadow(0 0 2px #fff);
    color: #000;
}
.top-about {
    padding:146px 0;
    color:#fff;
    background-image: url(../images/gradation_red.jpg);
    background-size: cover;
    background-position:center center;
    text-align: center;
}
.top-about h4 {
    margin-bottom:72px;
}
.top-about h4 span.eng-fig {
    margin-bottom:.4em;
    font-size: clamp(14px,3.9vw,30px);
    font-weight:700;
    display:block;
    letter-spacing: .2em;;
}
.top-about h4 span.jp-fig {
    font-size:clamp(12px,2.6vw,20px);
    font-weight:400;
    letter-spacing: .2em;;
}
.top-about h3 {
    margin-bottom:142px;
    font-size: clamp(14px,5.9vw,45px);
    font-weight:700;
    letter-spacing: .2em;
    line-height:1.5;
}
a.btn-veiwmore {
    width:38vw;
    height:8.1vw;
    max-width:384px;
    max-height:84px;
    margin:0 auto;
    display:flex;
    justify-content: center;
    align-items: center;
    color: #C90D0B;
    background-color:#fff;
    font-size: clamp(10px,2.6vw,20px);
    font-weight:700;
    letter-spacing: .2em;
    border-radius: 42px;
    text-decoration: none;
    position:relative;
    border:2px solid #fff
}
a.btn-veiwmore::after {
    width:36px;
    height:14px;
    content:'';
    background-image: url(../images/arrow_right_red.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position:absolute;
    top:50%;
    right:30px;
    transform: translateY(-50%);
}
a.btn-veiwmore:hover {
    color:#fff;
    background-color: transparent;
}
a.btn-veiwmore:hover::after {
    background-image:url(../images/arrow_right_wht.svg)
}

.top-business {
    height:588px;
    background-image:url(../images/top_img_business.jpg);
    background-size:cover;
    background-position: center center;
    position:relative;
}
.top-business a {
    width:510px;
    height:96px;
    background-size: contain;
    background-repeat: no-repeat;
    display:block;
    display:flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
}
.top-business a:hover {
    opacity: .5;
}
.top-business a::before {
    width:510px;
    height:96px;
    content:'';
    background-size: contain;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    position:absolute;
    left:0;
    top:0;
}
.top-business a.top-support {
    padding-left:105px;
    position:absolute;
    top:calc(50% - 48px);
    left:calc(50% - 492px);
}
.top-business a.top-system {
    justify-content: flex-end;
    padding-right:105px;
    position: absolute;
    top:calc(50% - 48px);
    left:calc(50% - 18px);
}
.top-business a.top-system::before {
    background-image: url(../images/btn_base_red.svg);
}
.top-business a.top-support::before {
    background-image: url(../images/btn_base_blue.svg);
}
.top-business a::after {
    width:62px;
    height:62px;
    content:'';
    background-image:url(../images/btn_circle_wht.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position:absolute;
}
.top-business a.top-support::after {
    left:20px;
    top:17px;
}
.top-business a.top-system::after {
    right:20px;
    top:17px;
}
.top-business a h3 {
    font-size:32px;
    font-weight:400;
    font-family: "Noto Serif JP", serif;
    color:#fff;
    position:relative;
    z-index:4;
}
.top-business h4 {
    font-size: clamp(40px,7vw,54px);
    font-weight:700;
    letter-spacing: 1em;
    position:absolute;
}
.top-business .col:first-child h4 {
    top:96px;
    right:50%;
    background: linear-gradient(90deg, #202886 0%, #91B3FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.top-business .col:last-child h4 {
    bottom:80px;
    left:58%;
    color:#CE0A0B
}
.top-story {
    padding-top:280px;
    padding-bottom:116px;
    position:relative;
}
.top-story::before {
    width:747px;
    height: 100%;
    content:'';
    background-color: #fff;
    position:absolute;
    top:0;
    left:50%;
}
.top-story::after {
    width:100%;
    height:292px;
    content:'';
    background-color: #fff;
    position:absolute;
    bottom:0;
    left:0;
    z-index:-1;
}
.top-story h3 {
    margin-bottom:92px;
    position:relative;
    z-index:4;
}
.top-story h3 span.eng-fig.ss {
    margin-right:.6em;
    font-size:clamp(20px,3.9vw,30px);
    font-weight:700;
    color: var(--main-color-red);
}
.top-story h3 span.eng-fig.large {
    margin-right:.7em;
    font-size:clamp(48px,14.8vw,114px);
    font-weight:400;
    font-family: "Oswald", sans-serif;
    letter-spacing: .05em;
}
.top-story h3 span.jp-fig {
    margin-top:-2em;
    font-size: clamp(13px,2.6vw,20px);
    font-weight: 500;
    vertical-align: 1em;
    letter-spacing: .8em;
}
.top-story .col:first-child {
    flex:1
}
.top-story h4 {
    margin-top:1em;
    margin-bottom:.8em;
    font-size: clamp(24px,5.2vw,40px);
    font-weight:900;
    letter-spacing: .2em;
}
.top-story p {
    font-size:clamp(13px,2.1vw,16px);
    line-height:2;
}
.top-story .col:last-child .inner-col {
    margin-right:-60px;
    width:746px;
}
.top-story .col:last-child .inner-col:first-child {
    margin-bottom:114px;
}
.top-story .col:last-child .inner-col a {
    padding-bottom:42px;
    display:block;
    position:relative;
    text-decoration: none;
    border-radius: 32px;
}
.top-story .col:last-child .inner-col a::after {
    width:100%;
    height:100%;
    content:'';
    border-radius: 32px;
    position:absolute;
    top:0;
    left:20px;
    z-index:-1
}
.top-story .col:last-child .inner-col:first-child a::after {
    background-color: var(--main-color-blue);
}
.top-story .col:last-child .inner-col:last-child a::after {
    background-color: var(--main-color-red);
}
.top-story .col:last-child .inner-col:first-child a {
    background-color: var(--main-color-blue);
}
.top-story .col:last-child .inner-col:last-child a {
    background-color: var(--main-color-red);
}
.top-story .col:last-child .inner-col a h4 {
    margin:0;
    position:absolute;
    text-align:center;
    line-height:1;
    z-index:20;
    filter:drop-shadow(0 0 3px #fff)
}
.top-story .col:last-child .inner-col a h4 span.numb {
    display: block;
    font-size: clamp(63px,20vw,150px);
    font-weight:400;
    font-family: "Oswald", sans-serif;
    letter-spacing:-.05em;
}
.top-story .col:last-child .inner-col a h4 span.numb span.red-fig {
    color: var(--main-color-red);
}
.top-story .col:last-child .inner-col a h4 span.eng-fig.red {
    font-size:clamp(10px,1.4vw,23px);
    font-weight:700;
    display:block;
    color: var(--main-color-red);
    letter-spacing: 0;
}
.top-story .col:last-child .inner-col a h4 span.eng-fig.black {
    font-size:clamp(16px,4vw,38px);
    font-weight:700;
    letter-spacing: 0em;
    vertical-align: .2em;
}
.top-story .col:last-child .inner-col:first-child a h4 {
    top:-80px;
    right:24px;
}
.top-story .col:last-child .inner-col:last-child a h4 {
    top:-106px;
    left:32px;
}
.top-story .col:last-child .inner-col a figure img {
    border-radius: 32px 32px 0 0;
}
.top-story .col:last-child .inner-col a figure {
    margin-bottom:20px;
    position:relative
}
.top-story .col:last-child .inner-col a figure h5 {
    margin:0;
    color:#fff;
    font-size: clamp(13px,3.4vw,26px);
    font-weight:600;
    font-family: "Noto Serif JP", serif;
    position:absolute;
    left:106px;
    bottom:0.5em;
    filter:drop-shadow(0 0 4px rgba(0,0,0,.58))
}
.top-story .col:last-child .inner-col a .profile {
    margin-left:106px;
    margin-bottom:.4em;
    color:#fff;
    font-size:clamp(10px,2.1vw,16px)
}
.top-story .col:last-child .inner-col a .stuff {
    margin-left:106px;
    color: #fff;
    font-weight:400;
}
.top-story .col:last-child .inner-col a .stuff span.initial {
    font-size:clamp(18px,3.9vw,30px);
    margin-right:.4em;
}
.top-story .col:last-child .inner-col a .stuff span.year {
    font-size:clamp(11px,2.6vw,20px);
}
.top-story .col:last-child .inner-col a::before {
    width:62px;
    height:62px;
    content:'';
    background-image:url(../images/btn_circle_wht.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position:absolute;
    bottom:24px;
    right:24px;
}
.top-story .col:last-child .inner-col a:hover {
    opacity:.6
}
.top-story .image-topstory {
    position:absolute;
    bottom:116px;
    left:calc(50% - 705px);
}

.top-archive {
    padding:114px 0;
    background-color:#182432;
    display:flex;
    gap:48px;
}
.top-archive .col {
    margin-left:calc((100% - 1200px)/ 2);
}
.top-archive .col h3 {
    margin-top:30px;
}
.top-archive .col h3 span.eng-fig.ss {
    margin-bottom:1em;
    display:block;
    font-size:clamp(11px,2.6vw,20px);
    color:#fff;
}
.top-archive .col h3 span.eng-fig.red {
    font-size:clamp(18px,1.7vw,27px);
    font-weight:700;
    color:var(--main-color-red);
    display:block;
}
.top-archive .col h3 span.eng-fig.white {
    font-size:clamp(18px,4.9vw,38px);
    font-weight:700;
    color:#fff;
    letter-spacing: .25em;
    letter-spacing: 0.1em;
}
.top-archive .col.archive-list {
    margin-left:0;
    flex: 1;
}
.top-archive .archive-list ul {
    margin:0;
    padding:0;
    list-style: none;
}
.top-archive .archive-list ul li a {
    width:436px;
    padding-bottom:24px;
    display:block;
    background-color: #A0A0A0;
    border-radius: 32px;
    text-decoration: none;
    position:relative;
    filter:drop-shadow(12px 12px 0 #A0A0A0)
}
.top-archive .archive-list ul li a:hover {
    opacity:.5
}
.top-archive .archive-list ul li a figure {
    margin-bottom:12px;
    position:relative
}
.top-archive .archive-list ul li a figure h5 {
    margin:0;
    font-size:clamp(10px,1.8vw,14px);
    font-weight:700;
    font-family: "Noto Serif JP", serif;
    color:#fff;
    position:absolute;
    left:62px;
    bottom:8px;
    filter:drop-shadow(0 0 2px rgba(0,0,0,.8))
}
.top-archive .archive-list ul li a figure img {
    border-radius: 32px 32px 0 0;
}
.top-archive .archive-list ul li a .profile {
    margin-left:62px;
    margin-bottom:4px;
    font-size:10px;
    color:#fff;
}
.top-archive .archive-list ul li a .stuff {
    margin-left:62px;
    font-size: clamp(11px,2.3vw,18px);
    color:#fff;
}
.top-archive .archive-list ul li a::after {
    width:42px;
    height:42px;
    content:'';
    background-image:url(../images/btn_circle_wht.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position:absolute;
    right:12px;
    bottom:12px;
}
.top-archive .archive-list.slick-list {
  margin: 0 -29px;
}
.top-archive .archive-list .slick-slide {
  margin: 0 29px;
}
.archive-list .slider-archive.slick-slider .slick-track {
    padding-bottom:12px;
}

.top-worklife {
    padding-top:84px;
    padding-bottom:114px;
    background-color:#fff;
    border-bottom:thin solid #707070;
}
.top-worklife .row {
    display:flex;
    align-items: center;
}
.top-worklife .col:first-child {
    padding-left:42px;
    flex:1;
    position:relative
}
.top-worklife h3 {
    margin-bottom:34px;
}
.top-worklife h3 span.jp-fig {
    font-size:clamp(30px,5.3vw,41px);
    font-weight:700;
    letter-spacing: .2em;
    line-height:1.4
}
.top-worklife h3 span.eng-fig {
    margin-top:1.5em;
    font-size: clamp(16px,2.3vw,18px);
    font-weight:400;
    letter-spacing: .3em;
    font-family: "Oswald", sans-serif;
    color:var(--main-color-red);
    display:block
}
.top-worklife p {
    line-height: 2;
    font-size:clamp(13px,2.1vw,16px)
}
.top-worklife .col .btn-circle {
    width:62px;
    height:62px;
    margin-top:30px;
    content:'';
    background-image:url(../images/btn_circle_red.svg);
    display:block
}
.top-worklife .col .btn-circle:hover {
    opacity:.5
}
.top-data {
    padding-top:360px;
    padding-bottom:230px;
    background-color:#fff;
    position:relative;
}
.top-data .row {
    padding:0 64px;
    display:flex;
}
.top-data .row .col:first-child {
    flex:1;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
}
.top-data .row .col:first-child .ttl-area {
    margin-bottom:auto;
    padding-left:64px;
    border-left:3px solid var(--main-color-red)
}
.top-data .ttl-area h3 {
    margin-bottom:72px;
}
.top-data .ttl-area h3 span.jp-fig {
    margin-bottom:.5em;
    font-size:clamp(24px,5.3vw,41px);
    font-weight:700;
    display:block
}
.top-data .ttl-area h3 span.eng-fig {
    font-size:clamp(13px,1.8vw,14px);
    color:var(--main-color-red)
}
.top-data .ttl-area p {
    font-size:clamp(13px,2.1vw,16px)
}
.top-data h4 {
    margin-bottom:1.4em;
    font-size:26px;
    font-weight:700;
}
.top-data h4 span.red-fig {
    color: var(--main-color-red);
}
.top-data .decoration-fig {
    font-size:423px;
    font-weight:500;
    color:#000;
    opacity:.05;
    position:absolute;
    top:0px;
    left:calc(50% - 330px);
}
.top-data .row .col:last-child {
    width:568px;
    position:relative;
}
.top-data .row .col:last-child .parecent {
    margin-top:-.3em;
    font-size:150px;
    font-weight:400;
    font-family: "Oswald", sans-serif;
}
.top-data .row .col:last-child .parecent .small-fig {
    font-size:30%
}
.top-data .row .col:last-child .parecent span.jp-fig {
    margin-top:-1em;
    font-size:18px;
    font-weight:400;
    font-family: "Noto Sans JP", sans-serif;
    display:block;
}
.top-data a.btn-readmore {
    margin-left:150px;
    margin-top:64px;
}
.top-data a.btn-readmore.sp-only {
    display:none;
}
a.btn-readmore {
    padding-right:182px;
    text-decoration: none;
    font-size:26px;
    color:var(--main-color-red);
    position:relative;
    display:block
}
a.btn-readmore::after {
    width:164px;
    height:11px;
    content:'';
    background-image:url(../images/arrow_right_red_long.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position:absolute;
    bottom:10px;
    right:0;
}
a.btn-readmore:hover {
    opacity:.5
}
.top-data .row .col:last-child figure {
    position:relative;
    z-index:4;
}

.top-mentor {
    padding:100px 0;
    background-color: #CDD7E0;
}
.top-mentor .row {
    display:flex;
}
.top-mentor .row .col:first-child {
    max-width:352px;
    margin-right:auto;
    color:#fff
}
.top-mentor a.btn-readmore {
    text-align: right;
}
.top-mentor h3 {
    margin-bottom:32px;
}
.top-mentor h3 span.eng-fig {
    font-size:clamp(70px,15vw,116px);
    font-weight:400;
    font-family: "Oswald", sans-serif;
    letter-spacing: .05em;
    display:block;
}
.top-mentor h3 span.jp-fig {
    font-size: clamp(16px,3.4vw,26px);
    font-weight: 700;
    color: var(--main-color-red);
}
.top-mentor p {
    max-width:352px;
    margin-bottom:2em;
    font-size:14px;
    line-height:2;
    font-size:clamp(13px,2.1vw,16px)
}

footer .footer-ttl {
    padding:68px 0 110px 0;
    background-color: #fff;
    text-align: center;
}
footer .footer-ttl .logo-footer {
    width:54vw;
    max-width:368px;
    margin:0 auto;
}
footer .footer-ttl h5 {
    font-size:clamp(10px,2.1vw,16px);
    font-weight:400;
    color:var(--main-color-red)
}
footer .footer-ttl p {
    font-size:clamp(13px,2.1vw,16px);
    line-height:2;
}
footer .footer-bottom {
    padding-top:100px;
    padding-bottom:24px;
    text-align: center;
    background-color:#EDEAEA
}
footer .footer-bottom .footer-sitemap {
    margin-bottom:72px;
    list-style:none;
    display:flex;
    justify-content: center;
    gap:1em 2em;
    flex-wrap: wrap;
}
footer .footer-bottom .footer-sitemap li a {
    text-decoration: none;
    font-size:clamp(13px,2.1vw,16px);
}
footer .footer-bottom .footer-sitemap li a:hover {
    text-decoration: underline;
}
footer .footer-bottom .absolute-footer {
    font-size:clamp(10px,1.6vw,12px);
}

/* Sempai Page */
.row-senpai {
    max-width:1728px;
    margin: 0 auto;
    padding: 0 64px
}
.ttl-area-senpai {
    color:#fff;
    background-color: var(--main-color-red);
    border-radius: 60px 0 0 0;
}
.ttl-area-senpai .row-senpai {
    gap:80px;
}
.ttl-area-senpai .row-senpai .col:first-child {
    margin-top:90px;
    margin-bottom:180px;
    flex-basis:476px;
}
.ttl-area-senpai .row-senpai .col:last-child {
    margin-top:90px;
    margin-bottom:192px;
    flex:1;
}
.ttl-area-senpai h4 {
    margin-bottom:120px;
    font-size:clamp(16px,3.4vw,26px);
    font-weight:700;
    letter-spacing: .2em;
}
.ttl-area-senpai h2 {
    margin-bottom:.8em;
    font-size:clamp(28px,7vw,40px);
    font-weight:700;
    line-height:1.75
}
.ttl-area-senpai .parson {
    margin-bottom:54px;
    font-weight:500;
}
.ttl-area-senpai .parson .position {
    margin-bottom:1.2em;
    font-size:clamp(14px,2.1vw,16px);
}
.ttl-area-senpai .parson .name {
    font-size:clamp(21px,4.7vw,36px)
}
.ttl-area-senpai .profile {
    font-size:clamp(14px,2.1vw,16px);
    font-weight:500;
    line-height:2;
}
.ttl-area-senpai .video-sumbnail {
    width:calc(100% + 64px);
    height:718px;
    display:flex;
    position:relative;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    flex-direction: column;
}
.ttl-area-senpai .video-sumbnail img {
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    object-fit: cover;
}
.ttl-area-senpai .video-sumbnail .btn-video {
    width:386px;
    height:96px;
    background-color: rgba(255, 255, 255, .8);
    position:relative;
    z-index:4;
    border-radius: 48px;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size:38px;
    color:#C1110F;
    transition: all .5s;
}
.ttl-area-senpai .video-sumbnail:hover .btn-video {
    background-color:#C1110F;
    color:#fff
}
.ttl-area-senpai .video-sumbnail h3 {
    font-family: "Oswald", sans-serif;
    font-size:clamp(37px,9.5vw,73px);
    position:relative;
    z-index:4;
    color:#fff;
    font-weight:400;
    filter:drop-shadow(0 0 4px rgba(0,0,0,.2))
}
.content-area-senpai {
    padding-bottom:100px;
    background-color: #fff;
    position:relative;
    z-index:2;
}
main.senpai .content-area-senpai:nth-child(2) {
    padding-top:208px;
}
.content-area-senpai .row-senpai {
    gap:80px    
}
.content-area-senpai .row-senpai .col.ttl-sect {
    flex-basis: 476px;
}
.content-area-senpai .row-senpai .col.ttl-sect h3 {
    padding-bottom:1.2em;
    font-size:clamp(31px,5.2vw,40px);
    font-weight:500;
    line-height: 1.75;
    position:relative;
}
.content-area-senpai .row-senpai .col.ttl-sect h3::after {
    width:122px;
    height:4px;
    content:'';
    background-color:var(--main-color-red);
    position:absolute;
    left:0;
    bottom:0;
}
.content-area-senpai .row-senpai .col.cont-sect {
    flex:1;
}
.content-area-senpai .row-senpai .col.cont-sect .block-cont {
    padding-right:30px;
    padding-bottom:90px;
}
.content-area-senpai .row-senpai .col.cont-sect .block-cont h4 {
    margin-bottom:1em;
    font-size:clamp(21px,3.9vw,30px);
    font-weight:700;
}
.content-area-senpai .row-senpai .col.cont-sect .block-cont p {
    font-size:clamp(14px,2.1vw,16px);
    line-height:2.5;
}
.content-area-senpai .row-senpai .col.cont-sect .block-img {
    width:calc(100% + 64px);
    display:flex;
    flex-wrap: wrap;
    gap:2px;
    position:relative;
    z-index:3
}
.content-area-senpai .row-senpai .col.cont-sect .block-img img.w1 {
    width:100%;
}
.content-area-senpai .row-senpai .col.cont-sect .block-img img.w2 {
    width:calc((100% - 2px)/ 2);
}
.selector-senpai {
    padding-top:113px;
    padding-bottom:140px;
    background-color: #E3E3E3;
}
.selector-senpai .flxbox {
    align-items: center;
}
.selector-senpai .col:first-child {
    flex-basis: 368px;
}
.selector-senpai .col:last-child {
    width:calc(100% - 368px);
    flex:1;
}
.selector-senpai .col h3 span.jp-fig {
    font-size:clamp(16px,3.4vw,16px);
    font-weight: 700;
    letter-spacing: .2em;
}
.selector-senpai .col h3 span.eng-fig {
    display:block;
    margin-top:.2em;
    font-size: clamp(38px,7.7vw,59px);
    font-weight:400;
    color: var(--main-color-red);
    font-family: "Oswald", sans-serif;
}
.selector-senpai .slect-card {
    list-style:none;
    padding:0;
    margin:0;
}
.selector-senpai .slect-card li {
    width:330px;
    margin:0 25px;
}
.selector-senpai .slect-card li a {
    text-decoration: none;
    background-color: #fff;
    display:block;
    border-radius: 20px;
}
.selector-senpai .slect-card li a .parson {
    padding:18px 32px;
}
.selector-senpai .slect-card li a .parson .position {
    font-size:13px;
}
.selector-senpai .slect-card li a .parson .name {
    font-size:clamp(14px,3.4vw,26px);
}
.reguler footer .footer-ttl {
    padding-top:140px;
}
.content-area-senpai:nth-child(2) .row-senpai .col.cont-sect .block-img:after {
    width:72vw;
    height:36vw;
    content:'';
    background-color: var(--main-color-red);
    position:absolute;
    bottom:-32px;
    right:0;
    z-index:-1;
}
.content-area-senpai:nth-child(3) .row-senpai .col.cont-sect .block-img:after {
    width:50vw;
    height:36vw;
    content:'';
    background-color: var(--main-color-red);
    position:absolute;
    top:-68px;
    right:0;
    z-index:-1;
}
.content-area-senpai:nth-child(4) .row-senpai .col.cont-sect .block-img:after {
    width:57vw;
    height:20vw;
    content:'';
    background-color: var(--main-color-red);
    position:absolute;
    left:-187px;
    bottom:-55px;
    z-index:-1;
}
.content-area-senpai:nth-child(3)::after {
    width:100vw;
    height:1600px;
    content:'';
    background-color:#F7F7F7;
    position:absolute;
    top:400px;
    left:0;
    z-index:-1;
}
.content-area-senpai:nth-child(4)::after {
    width:100vw;
    height:300px;
    content:'';
    background-color:#F7F7F7;
    position:absolute;
    top:0px;
    left:0;
    z-index:-1;
}

/* Story Page */
main.story {
    background-color:#fff;
}
.story-ttl {
    padding-bottom:32px;
    padding-top:140px;
    border-bottom:thin solid #575757;
}
.story-ttl .flxbox {
    padding-bottom:152px;
    gap:70px;
    align-items: center;
}
.story-ttl .ttl-series {
    font-weight:700;
} 
.story-ttl .ttl-series span {
    display:block;
    text-align:center;
}
.story-ttl .ttl-series span.red-fig {
    color:var(--sumb-color-red)
}
.story-ttl .ttl-series span:first-child {
    font-size:clamp(18px,2.4vw,29px);
    letter-spacing:.01em
}
.story-ttl .ttl-series span:last-child {
    font-size:clamp(28px,7.1em,49px)
}
.story-ttl h4 {
    font-size:clamp(14px,2.1em,16px);
    line-height:1.6;
    letter-spacing:.4em;
    font-weight:500
}
.story-ttl p {
    font-size:clamp(14px,2.3em,18px);
    font-weight:300;
    line-height:2;
}
.story-ttl .main-visual {
    display:flex;
}
.story-ttl .main-visual figure {
    flex:1;
    position:relative;
}
.story-ttl .main-visual figure img {
    width:100%;
    height:100%;
}
.story-ttl .main-visual figure figcaption {
    color:#fff;
    position:absolute;
    bottom:32px;
    filter:drop-shadow(0 0 2px rgba(0,0,0,.6))
}
.story-ttl .main-visual figure figcaption .profile {
    font-size:clamp(13px,2.1em,16px);
}
.story-ttl .main-visual figure figcaption .name {
    font-size:clamp(13px,2.1em,16px);
}
.story-ttl .main-visual figure figcaption .name span {
    font-size:2.25em;
}
.story-ttl .main-visual figure:first-child figcaption {
    left:calc((100vw - 1200px)/ 2);
}
.story-ttl .main-visual figure:last-child figcaption {
    left:46px
}
.story-ttl .ttl-page {
    padding-top:64px;
    display:flex;
    gap:136px;
}
.story-ttl .ttl-page.row::after {
    content:none;
}
.story-ttl .ttl-page .series-numb > span {
    display:block;
}
.story-ttl .ttl-page .series-numb .s-fig {
    font-size:clamp(13px,2.3vw,18px);
    font-weight:700;
    line-height: 1.1;
    color:var(--main-color-red)
}
.story-ttl .ttl-page .series-numb .m-fig {
    font-size:clamp(35px,7.9vw,61px);
    font-weight:700;
    line-height: 1.1;
    text-transform:uppercase
}
.story-ttl .ttl-page .series-numb .numb {
    font-family: "Oswald", sans-serif;
    font-size:clamp(54px,12vw,94px);
    font-weight:400;
    line-height: 1.1;
}
.story-ttl .ttl-page .series-numb .numb .red-fig {
    color:var(--main-color-red)
}
.story-ttl .ttl-page h2 {
    margin-top:.6em;
    font-size:clamp(21px,3.9vw,30px);
    font-weight:700;
    letter-spacing:.3em;
    line-height:1.7;
}
main.story .video-area {
    padding-bottom:78px;
    padding-top:98px;
}
main.story .video-area a {
    position:relative;
}
main.story .video-area a::after {
    width:368px;
    height:96px;
    content:'▶';
    font-size:38px;
    color:#fff;
    display:flex;
    justify-content: center;
    align-items: center;
    background-color: var(--sumb-color-red);
    border-radius: 48px;
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}
main.story .video-area a:hover::after {
    color: var(--sumb-color-red);
    background-color: #fff;
}
.story-content {
    padding-bottom:162px;
}
.story-content h3 {
    margin-bottom:3.8em;
    font-size: clamp(21px,3.9vw,30px);
    line-height:1.7;
    font-weight:700;
}
.story-content .taidan-block {
}
.story-content .taidan-block .comment {
    margin-top:68px;
    display:flex;
    gap:40px;
}
.story-content .taidan-block .comment .name {
    width:145px;
    height:36px;
    margin-top:.6em;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size:clamp(14px,2.1vw,16px);
    color:#fff;
    border-radius: 18px;
}
.story-content .taidan-block .comment .name.cl {
    background-color: var(--main-color-blue);
}
.story-content .taidan-block .comment .name.bk {
    background-color: var(--main-color-red);
}
.story-content .taidan-block .comment p {
    flex:1;
    font-size:clamp(14px,2.1vw,16px);
    line-height:2.5;
    font-weight:400;
}
.story-content .taidan-block .comment p span.speck {
    display:block;
    font-size:12px
}
.story-content .img-block {
    margin-top:156px;
    display:flex;
    flex-wrap:wrap;
}
.story-content .img-block img.w1pc {
    flex-basis:100%;
    height:auto
}
.story-content .img-block img.w2pc {
    flex-basis: 50%;
    width:50%;
    height:auto
}
.story-list {
    padding-bottom:84px;
    padding-top:72px;
    border-bottom:thin solid #575757;
    border-top:thin solid #bababa;
}
.story-list ul.story-list-unit {
    margin:0;
    padding:0;
    list-style:none;
}
.story-list ul.story-list-unit li a {
    text-decoration: none;
    display:flex;
    gap:64px
}
.story-list ul.story-list-unit li a .col {
    display:flex;
    flex-direction: column;
}
.story-list ul.story-list-unit li a h3.series-numb {
    margin-bottom:auto;
}
.story-list ul.story-list-unit li a h3.series-numb > span {
    display:block
}
.story-list ul.story-list-unit li a h3.series-numb .s-fig {
    font-size: clamp(13px,2.3vw,18px);
    font-weight: 700;
    color: var(--main-color-red);
}
.story-list ul.story-list-unit li a h3.series-numb .m-fig {
    font-size: clamp(35px,6.4vw,49px);
    font-weight: 700;
    text-transform: uppercase;
}
.story-list ul.story-list-unit li a h3.series-numb .numb {
    margin-top:-.1em;
    font-family: "Oswald", sans-serif;
    font-size: clamp(60px,9.9vw,76px);
    font-weight: 400;
}
.story-list ul.story-list-unit li a h3.series-numb .numb .red-fig {
    color: var(--main-color-red);
}
.story-list ul.story-list-unit li a .parson {
    margin-bottom:-4px;
}
.story-list ul.story-list-unit li a .parson .profile {
    font-size:16px;
}
.story-list ul.story-list-unit li a .parson .name {
    margin-top:-.2em;
    font-size:36px
}
/* Mentor Page */
main.mentor {
    margin-top:18px;
    background-color:#fff;
    border-bottom:thin solid #BABABA;
}
.ttl-mentor {
    padding-top:108px;
}
.ttl-mentor .mv-area {
    position:relative;
}
.ttl-mentor .mv-area img {
    width:100%;
    height:auto;
}
.ttl-mentor .mv-area  h2.eng-fig {
    font-size:clamp(208px,32vw,477px);
    color:#fff;
    font-weight:400;
    font-family: "Oswald", sans-serif;
    position:absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    opacity:.6
}
.ttl-mentor .about-mentor {
    padding-top:64px;
    padding-bottom:94px;
    text-align:center;
}
.ttl-mentor .about-mentor h3 {
    margin-bottom:1.9em;
    font-size:clamp(21px,3.9vw,30px);
    font-weight:700;
    letter-spacing: .3em;
}
.ttl-mentor .about-mentor p.lead {
    margin-bottom:4em;
    font-size:clamp(16px,2.6vw,20px);
    font-weight:700;
    line-height:2
}
.ttl-mentor .about-mentor .chart-mentor {
    display:flex;
    justify-content: center;
}
.taidan-mentor .member img {
    margin-bottom:58px;
    width:100%;
    height:auto;
}
.taidan-mentor .member .flxbox {
    margin-bottom:132px;
    justify-content: space-between;
}
.taidan-mentor .member .flxbox .col {
    flex-basis: 250px;
}
.taidan-mentor .member .parson .profile {
    font-size:clamp(13px,2.1vw,16px);
    line-height:1.8;
    margin-bottom:.4em;
}
.taidan-mentor .member .parson .name {
    margin-bottom:.3em;
    font-size: clamp(21px,4.9vw,36px);
}
.taidan-mentor .member .parson p {
    font-size:13px;
    line-height:2;
}
.content-taidan h3 {
    margin-bottom:2em;
    font-size:clamp(21px,4.9vw,30px);
    font-weight:700;
    line-height:1.7;
    letter-spacing: .3em;
}
.content-taidan h3 sup {
    font-size:50%
}
.content-taidan .taidan-block {
    margin-bottom:114px;
}
.content-taidan .taidan-block .comment {
    display:flex;
}
.content-taidan .taidan-block .comment .member {
    width:80px;
    margin-right:10px;
    text-align:center;
    font-size:clamp(10px,1.8vw,14px)
}
.content-taidan .taidan-block .comment .member::before {
    margin-bottom:6px;
    width:80px;
    height:80px;
    background-size: cover;
    background-repeat: no-repeat;
    border:thin solid #858585;
    border-radius: 50%;
    content:'';
    display:block;
}
.taidan-mentor .content-taidan .taidan-block .comment .member.kt::before {
    background-image:url(../images/mentor_m_kt.png)
}
.taidan-mentor .content-taidan .taidan-block .comment .member.ky::before {
    background-image:url(../images/mentor_m_ky.png)
}
.taidan-mentor .content-taidan .taidan-block .comment .member.mm::before {
    background-image:url(../images/mentor_m_mm.png)
}
.taidan-mentor .content-taidan .taidan-block .comment .member.in::before {
    background-image:url(../images/mentor_m_in.png)
}
.taidan-mentor .content-taidan .taidan-block .comment .member.ms::before {
    background-image:url(../images/mentor_m_ms.png)
}
.taidan-mentor .content-taidan .taidan-block .comment .member.os::before {
    background-image:url(../images/mentor_m_os.png)
}
.content-taidan .taidan-block .comment {
    margin-top:22px;
}
.content-taidan .taidan-block .comment p {
    flex:1;
    margin-left:30px;
    font-size:clamp(14px,2.1vw,16px);
    line-height:2.5;
}
.content-taidan .taidan-block .comment p .speck {
    font-size:80%;
}
.mentor .photo-image {
    margin-bottom:200px;
    flex-wrap: wrap;
}
.mentor .photo-image img {
    height:30vw;
    object-fit: cover;
}
.mentor .photo-image img.w1 {
    width:46%;
}
.mentor .photo-image img.w2 {
    width:27%;
}
.mentor .photo-image.row {
    margin-bottom:114px;
}
.mentor .photo-image.row img.w50p {
    height:auto;
    width:50%;
}

/* Term Page */
.ttl-term {
    width:100%;
    height:480px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image:url(../images/term_ttl_bg.jpg);
    background-size:cover;
    border-top:44px solid #fff;
    border-bottom:40px solid #fff;
    text-align:center;
}
.ttl-term h2 {
    margin-bottom:48px;
    font-weight:700;
}
.faq .ttl-term h2 {
    margin-bottom:0;
}
.ttl-term h2 .jp-fig {
    font-size:clamp(21px,5.2vw,40px);
    letter-spacing: .4em;
}
.ttl-term h2 .eng-fig {
    margin-top:.4em;
    display:block;
    font-size:clamp(12px,3.1vw,24px);
    color: var(--sumb-color-red);
    letter-spacing:.2em;
}
.ttl-term p {
    font-size: clamp(14px,2.6vw,20px);
    line-height:2;
    font-weight:700;
}
.row-term {
    width:100%;
    max-width:1750px;
    margin-top:104px;
    margin-bottom:110px;
    margin-left:auto;
    margin-right:auto;
    padding:0 60px;
}
.row-term .base-wht {
    padding-top:16px;
    padding-bottom:140px;
    background-color:#fff;
    border-radius: 38px;
}
.sect-term {
    margin-top:100px;
}
h3.ttl-sect-term {
    width:412px;
    height:68px;
    margin:0 auto 1.6em;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size:31px;
    font-weight:700;
    letter-spacing: .2em;
    color:var(--sumb-color-red);
    position:relative;
}
h3.ttl-sect-term::before, h3.ttl-sect-term::after {
    width:35px;
    height:70px;
    content:'';
    background-image:url(../images/kakko_red.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position:absolute;
}
h3.ttl-sect-term::before {
    left:0;
    top:0;
}
h3.ttl-sect-term::after {
    right:0;
    top:0;
    transform: rotate(180deg);
}
h3.ttl-sect-term.wide {
    width:auto;
    text-align:center;
}
h3.ttl-sect-term.wide::before, h3.ttl-sect-term.wide::after {
    content:none;
}
h3.ttl-sect-term.wide span::before, h3.ttl-sect-term.wide span::after {
    width:35px;
    height:70px;
    content:'';
    background-image:url(../images/kakko_red.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position:absolute;
}
h3.ttl-sect-term.wide span::before {
    left:0;
    top:0;
}
h3.ttl-sect-term.wide span::after {
    right:0;
    top:0;
    transform: rotate(180deg);
}
h3.ttl-sect-term.wide span {
    height:68px;
    padding:0 2em;
    display:flex;
    align-items: center;
    position:relative;
}
h4.sumbttl-sect-term {
    margin-bottom:1.64em;
    padding-bottom:1em;
    font-size:clamp(18px,3.1vw,24px);
    font-weight:700;
    text-align:center;
    justify-content: center;
    position:relative;
}
h4.sumbttl-sect-term::after {
    width:142px;
    height:2px;
    content:'';
    background-color:#0F1A26;
    position:absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
}
p.lead.ctr {
    text-align:center;
    font-size:clamp(14px,2.6vw,20px);
    line-height:2;
    font-weight:700;
}
.sect-term table.system {
    width:100%;
    margin-bottom:64px;
    margin-top:48px;
    border-spacing: 0 4px;
}
.sect-term table.system tr th, .sect-term  table.system tr td {
    padding:.8em 1.2em;
    font-weight:700;
    font-size:clamp(10px,2.1vw,16px)
}
.sect-term  table.system tr th {
    color:#fff;
    background-color:#575757;
    border:thin solid #575757;
}
.sect-term table.system tr td {
    border:thin solid #E3E3E3;
    background-color: #f7f7f7;
}
.sect-term .subm-content {
    padding:68px 0;
    border-top:thin dotted #707070;
}
.sect-term .subm-content:last-child {
    border-bottom:thin dotted #707070
}
.sect-term .subm-content h4 {
    margin-bottom:1.8em;
    padding-bottom:1.5em;
    font-size:clamp(16px,3.1vw,24px);
    font-weight:700;
    position:relative;
}
.sect-term .subm-content h4::after {
    width:142px;
    height:2px;
    content:'';
    background-color:#0F1A26;
    position:absolute;
    left:0;
    bottom:0;
}
.sect-term .subm-content p {
    font-size:clamp(14px,2.3vw,18px);
    line-height:2.2em;
    font-weight:700;
}
.sect-term .subm-content .link-icon {
    margin-top:42px;
    display:block
}
.sect-term .subm-content ul {
    padding:0;
    list-style:none;
}
.sect-term .subm-content ul li {
    margin-left:0;
    margin-top:.4em;
    padding-left:1.5em;
    font-size:clamp(14px,2.1vw,16px);
    font-weight:700;
    line-height:2;
    position:relative
}
.sect-term .subm-content ul li:before {
    content:'※';
    position:absolute;
    left:0;
    top:0;
}

/* Performance Page */
main.performance .ttl-term {
    background-image: url(../images/performance_ttl_bg.jpg);
    border-bottom:none;
}
main.performance section.perform-sect {
    padding-top:142px;
    padding-bottom:142px;
}
main.performance section.perform-sect figure {
    margin-top:100px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.perform-sect .capital-data {
    margin-top:70px;
    padding:72px 32px;
}
.sumbttl-sect-term span.eng-fig {
    margin-top:.8em;
    display:block;
    font-size:16px;
    color: var(--sumb-color-red);
}
section.perform-sect ul.cash {
    list-style:none;
    padding:0;
    margin:0;
    position:relative;
    z-index:4;
}
section.perform-sect ul.cash li {
    margin-bottom:-24px;
    display:flex;
    justify-content: center;
    align-items: last baseline;
}
section.perform-sect ul.cash li span.suji {
    font-family: "Oswald", sans-serif;
    font-weight:400;
}
section.perform-sect ul.cash li span.kanji {
    font-weight:300;
}
section.perform-sect ul.cash li span.suji.fig-s {
    font-size:59px;
}
section.perform-sect ul.cash li span.suji.fig-m {
    font-size:79px;
}
section.perform-sect ul.cash li span.suji.fig-l {
    margin-left:.1em;
    font-size:139px;
}
section.perform-sect ul.cash li span.kanji.fig-m {
    font-size:45px;
}
section.perform-sect ul.cash li span.kanji.fig-l {
    margin-left:.1em;
    font-size:80px;
}
section.perform-sect ul.cash li .special {
    margin-left:32px;
    color:#A5A5A5;
}
section.perform-sect ul.cash li .special .kakko {
    margin-bottom:-.6em;
    font-size:31px;
}
section.perform-sect ul.cash::after {
    width:230px;
    height:182px;
    content:'';
    background-image: url(../images/arrow_red_upper.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position:absolute;
    bottom:0;
    right:100px;
    z-index:-1;
}
section.perform-sect .subm-content {
    padding:112px 0;
    border-bottom:thin dotted #707070;
}
section.perform-sect .subm-content p {
    font-size:18px;
    line-height: 2;
}

/* Check-dat Page */
main.check-data .ttl-term {
    background-image: url(../images/checkdata_ttl_bg.jpg);
}
.ttl-checkdata {
    width:100%;
    height:51vw;
    max-height:290px;
    display:flex;
    align-items: center;
    background-color:#fff;
    justify-content: flex-start;
}
.check-data .data-box {
    padding-top:160px;
    padding-bottom:200px;
    display:flex;
    flex-wrap:wrap;
    gap:58px 68px;
}
.check-data .data-box figure img {
    filter:drop-shadow(0 0 16px rgba(0,0,0,.08))
}
.check-data .data-box figure.w2pc {
    flex-basis:calc((100% - 68px)/ 2)
}
.check-data .data-box figure.w1pc {
    flex-basis:100%
}
.ttl-checkdata .row {
    width:100%;
    align-items: center;
    gap:100px;
}
.ttl-checkdata .row h2 {
    color:var(--sumb-color-red)
}
.ttl-checkdata .row h2 span.jp-fig {
    font-size:clamp(24px,3.9vw,30px);
    font-weight:700;
    letter-spacing: .3em;
}
.ttl-checkdata .row h2 span.eng-fig {
    margin-top:.4em;
    display:block;
    font-size:clamp(18px,2.7vw,21px);
}

/* Work Life Burrance Page */
main.worklife-balance .ttl-term {
    background-image: url(../images/wlb_ttl_bg.jpg);
}
.worklife-balance .support-list {
    padding-top:164px;
    padding-bottom:162px;
}
.worklife-balance .support-list .flxbox {
    margin-top:48px;
    gap:52px;
    justify-content: center;
}
.worklife-balance .support-list .flxbox .col {
    padding:44px 16px;
    flex-basis: calc((100% - 104px)/ 3);
    background-color: #fff;
    text-align:center;
    display:flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    filter: drop-shadow(0 0 16px rgba(0,0,0,.08));
}
.worklife-balance .support-list .flxbox .col h5 {
    margin-top:0;
    margin-bottom:2.4em;
    font-size:clamp(12px,2.3vw,18px);
}
.worklife-balance .support-list .flxbox .col h3 {
    font-size:clamp(18px,2.8vw,22px);
    font-weight:700;
    line-height:1.5;
    margin-top:0;
    margin-bottom:1em;
}
.worklife-balance .support-list .flxbox .col p {
    font-size:clamp(13px,1.8vw,14px);
    font-weight:700;
    line-height:2;
}
.worklife-balance .support-list .flxbox .col i.icon {
    margin-left:auto;
    margin-bottom:-30px;
}
.worklife-balance .familyday {
    max-width:1780px;
    margin:0 auto 162px auto;
    padding:0 60px;
}
.worklife-balance .women-support {
    max-width:1780px;
    margin:0 auto 162px auto;
    padding:0 60px;
}
.worklife-balance .women-support .base-wht {
    padding:170px 60px;
    border-radius: 99px;
}
.worklife-balance .women-support h3 {
    margin-bottom:1.5em;
    font-size:clamp(16px,4vw,31px);
    font-weight:700;
    text-align:center;
    letter-spacing: .2em;
}
.worklife-balance .women-support h3 .red-fig {
    color:var(--sumb-color-red)
}
.worklife-balance .women-support .schedule {
    margin-top:100px;
    padding-bottom:100px;
    border-bottom:2px solid #A5A5A5;
}
.worklife-balance .women-support .schedule img {
    margin:auto;
}
.worklife-balance .women-support .work-year {
    padding-top:128px
}
.worklife-balance .women-support .work-year h3 {
    margin-bottom:.5em;
    font-size:clamp(16px,4vw,31px);
    font-weight:700;
    text-align:center;
    letter-spacing: .2em;
}
.worklife-balance .women-support .work-year .year {
    list-style:none;
    padding:0;
}
.worklife-balance .women-support .work-year .year li {
    display:flex;
    justify-content: center;
    align-items: first baseline;
}
.worklife-balance .women-support .work-year .year li .suji {
    font-family: "Oswald", sans-serif;
    font-weight:400;
}
.worklife-balance .women-support .work-year .year li .kanji {
    font-weight:300;
}
.worklife-balance .women-support .work-year .year li .suji.fig-m {
    font-size:59px;
}
.worklife-balance .women-support .work-year .year li .suji.fig-l {
    margin-left:.1em;
    font-size:140px;
}
.worklife-balance .women-support .work-year .year li .kanji.fig-m {
    font-size:45px;
}
.worklife-balance .women-support .work-year .year li .kanji.fig-l {
    font-size:80px;
}
.worklife-balance .women-support .work-year .year li:last-child {
    position:relative;
    z-index:4;
}
.worklife-balance .women-support .work-year .year li:last-child::after {
    width: 230px;
    height: 182px;
    content: '';
    background-image: url(../images/arrow_red_upper.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 100px;
    z-index: -1;
}

/* GuideLine Page */
.guideline .ttl-term {
    background-image: url(../images/guideline_ttl_bg.jpg);
}
.guideline .yokou-list {
    width:100%;
    border-spacing: 0;
    border-width:0;
}
table.yokou-list tr th {
    padding-top:.8em;
    padding-right:1em;
    font-size:clamp(16px,3.1vw,24px);
    font-weight:700;
    border-right:thin solid #707070;
    border-bottom-width:0;
    border-left-width:0;
    border-top-width:0;
    white-space: nowrap;
    text-align:left;
    vertical-align: top;
}
table.yokou-list tr td {
    padding-top:1em;
    padding-bottom:1em;
    padding-left:1em;
    font-size:clamp(14px,2.3vw,18px);
    line-height:1.7;
    font-weight:400;
}
table.yokou-list tr td div {
    margin-bottom:.2em;
}
.guideline table.saiyo {
    width:973px;
    margin:0 auto;
    border-spacing: 0;
}
.guideline table.saiyo thead tr th {
    padding:.8em;
    color:#fff;
    background-color:var(--sumb-color-red);
    font-size:clamp(12px,2.3vw,18px);
    font-weight:700;
    border-right:thin solid #E3E3E3;
}
.guideline table.saiyo tbody tr th, .guideline table.saiyo tbody tr td {
    padding:.8em;
    font-size:clamp(12px,2.3vw,18px);
    color:#A5A5A5;
    font-weight:700;
    border-bottom:thin solid #E3E3E3;
    border-right:thin solid #E3E3E3;
    text-align:center;
}
.guideline table.saiyo tbody tr th {
    width:25%;
    border-left:thin solid #e3e3e3
}
.guideline table.saiyo tbody tr td {
    width:25%
}
.guideline table.saiyo tbody tr.yotei th {
    border-radius: 0 0 0 10px;
    background-color:#F7F7F7;
    color:#575757;
}
.guideline table.saiyo tbody tr.yotei td {
    color:var(--sumb-color-red)
}
.guideline table.saiyo thead tr th:first-child {
    background-color:#C45253;
    border-radius: 10px 0 0 0;
}
.guideline table.saiyo thead tr th:last-child {
    border-radius: 0 10px 0 0;
}
.guideline table.saiyo tbody tr.yotei td:last-child {
    border-radius: 0 0 10px 0;
}
.guideline .link-box, .intern .link-box {
    gap:26px;
}
.guideline .link-box a, .intern .link-box a {
    height:132px;
    flex-basis: calc((100% - 52px)/ 3);
    display: flex;
    justify-content: center;
    align-items: center;
    filter:drop-shadow(0 0 10px rgba(0,0,0,.16));
    border-radius: 20px;
    background-color: #fff;
}

/* FAQ Page */
.faq .ttl-term {
    background-image:url(../images/faq_ttl_bg.jpg)
}
.faq .faq-area {
    padding-top:172px;
    padding-bottom:170px;
}
.sect-faq {
    margin-bottom:92px;
}
.sect-faq h3 {
    margin-bottom:1em;
    font-size:clamp(16px,3.1vw,24px);
    font-weight:700;
    letter-spacing: .05em;
}
.sect-faq details {
    margin-bottom:20px;
}
.sect-faq details summary {
    height:132px;
    padding-left:114px;
    display:flex;
    align-items: center;
    list-style-type: none;
    font-size:clamp(12px,3.1vw,24px);
    font-weight:500;
    position:relative;
    letter-spacing: .05em;
    background-color: #fff;
    border-radius: 20px;
    cursor: pointer;
}
.sect-faq details summary span.question {
    width:60px;
    height:60px;
    margin-right:38px;
    padding-bottom:.2em;
    display:flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color:var(--main-color-red);
    border-radius: 50%;
    font-size: 32px;
    font-weight: 700;
    position: absolute;
    left:30px;
    top:50%;
    transform: translateY(-50%);
}
.sect-faq details summary span.icon {
    width:26px;
    height:26px;
    position:absolute;
    top:50%;
    right:48px;
    transform: translateY(-50%);
}
.sect-faq details summary span.icon::before {
    width:26px;
    height:2px;
    content:'';
    background-color:#575757;
    position:absolute;
    top:50%;
    left:0;
    transition: all .5s;
}
.sect-faq details summary span.icon::after {
    width:26px;
    height:2px;
    content:'';
    background-color:#575757;
    position:absolute;
    top:50%;
    left:0;
    opacity:0;
    transition: all .5s;
}
.sect-faq details .answer {
    height:0;
    position:relative;
    font-size:clamp(12px,2.7vw,21px);
    line-height: 2;
    opacity:0;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
}
.sect-faq details[open] .answer {
    height:auto;
    padding:48px 114px;
    opacity:1
}
.sect-faq details .answer::before {
    width:60px;
    height:60px;
    padding-bottom:.2em;
    content:'A';
    display:flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: 700;
    color: var(--main-color-red);
    background-color: #F4F2F2;
    border-radius: 50%;
    position:absolute;
    top:48px;
    left:30px;
}
.sect-faq details .answer p {
    font-size:clamp(12px,2.7vw,21px);
    line-height: 2;
}
.sect-faq details[open] summary {
    color: #fff;
    background: linear-gradient(to right, #ED001F, #770010);
    border-radius: 20px 20px 0 0;
}
.sect-faq details[open] summary span.icon::before {
    background-color: #fff;
}
.sect-faq details[open] summary span.icon::after {
    background-color: #fff;
    transform: rotate(90deg);
    opacity:1
}
.sect-faq details[open] summary span.question {
    background-color:#fff;
    color:var(--main-color-red)
}
.sect-faq details .answer .flxbox .col:first-child {
    flex:1
}
.sect-faq details .answer .flxbox .col img {
    margin-top:24px
}
.sect-faq details .answer .flxbox {
    gap:32px
}

:root {
  interpolate-size: allow-keywords; /* サイズキーワードによるアニメーションを許可 */
}
.sect-faq details {
  &::details-content {
    @media (prefers-reduced-motion: no-preference) {
      overflow: clip;
      transition-duration: 300ms;
      transition-property: content-visibility, block-size;
      transition-behavior: allow-discrete;
    }
  }

  &:not(:open)::details-content {
    block-size: 0;
  }
}

/* Intrenship Page */
main.intern {
    padding-top:114px;
    background-color:#fff;
}
main.intern h2 {
    margin-bottom:92px;
    text-align:center;
}
main.intern h2 span.jp-fig {
    font-size:clamp(21px,5.2vw,40px);
    font-weight:700;
    letter-spacing: .3em;
}
main.intern h2 span.eng-fig {
    margin-top:.8em;
    font-size:clamp(12px,2.7vw,21px);
    font-weight:700;
    display:block;
    color:var(--sumb-color-red)
}
main.intern .message {
    background:linear-gradient(90deg, #F7F7F7 0%, #F7F7F7 50%, #fff 50%, #fff 100%);
}
main.intern .message .base-gray {
    margin-bottom:0;
    padding:60px 15px 112px;
    background-color: #f7f7f7;
    border-radius: 56px;
    position:relative;
    z-index:4
}
main.intern .message h3 {
    margin-bottom:40px;
    text-align:center;
    position:relative;
}
main.intern .message h3 span.eng-fig {
    color:#fff;
    font-size:clamp(70px,18vw,170px);
    letter-spacing: .04em;
}
main.intern .message h3 span.jp-fig {
    font-size:clamp(18px,3.6vw,28px);
    font-weight:700;
    position:absolute;
    top:55%;
    left:50%;
    transform: translateX(-50%);
}
main.intern .message .col p.lead {
    margin-bottom:2em;
    font-size:clamp(16px,2.3vw,18px);
    font-weight:700;
    line-height:2;
}
main.intern .message .col p.lead:last-child {
    margin-bottom:0;
}
main.intern .message .flxbox {
    gap:110px;
}
main.intern .course-guide {
    padding-bottom:88px;
    background:linear-gradient(90deg, #F7F7F7 0%, #F7F7F7 50%, #EFEFEF 50%, #EFEFEF 100%);
    position:relative;
    z-index:2;
}
main.intern .course-guide .flxbox {
    gap:112px;
}
main.intern .course-guide .flxbox.row::after {
    content:none;
}
main.intern .course-guide .flxbox .col {
    flex:1;
}
main.intern .course-guide .flxbox .col .ttl-course {
    margin-bottom:86px;
    padding-bottom:56px;
    padding-top:76px;
    position:relative;
    z-index:2
}
main.intern .course-guide .flxbox .col.general .ttl-course:before {
    width:50vw;
    height:100%;
    content:'';
    background-color:var(--main-color-red);
    position:absolute;
    bottom:0;
    right:-56px;
    z-index:-1
}
main.intern .course-guide .flxbox .col.system .ttl-course:before {
    width:50vw;
    height:calc(100% + 240px);
    content:'';
    background-color:var(--sumb-color-darkblue);
    position:absolute;
    bottom:0;
    left:-56px;
    z-index:-1
}
main.intern .course-guide .flxbox .col .ttl-course img {
    width:100%;
    margin-bottom:44px;
    border-radius: 30px;
}
main.intern .course-guide .flxbox .col .ttl-course h3 {
    padding-left:80px;
    color:#fff;
    position:relative;
}
main.intern .course-guide .flxbox .col .ttl-course h3 span.jp-fig {
    font-size:clamp(24px,4vw,31px);
    font-weight:700;
    letter-spacing: .1em;
}
main.intern .course-guide .flxbox .col .ttl-course h3 span.eng-fig {
    margin-top:1em;
    font-size:14px;
    font-weight:700;
    letter-spacing: .2em;
    display:block;
}
main.intern .course-guide .flxbox .col .ttl-course h3::before {
    width:52px;
    height:39px;
    content:'';
    background-size: contain;
    background-repeat: no-repeat;
    position:absolute;
    left:0;
    top:8px;
}
main.intern .course-guide .flxbox .col.general .ttl-course h3::before {
    background-image:url(../images/icon_general.svg);
}
main.intern .course-guide .flxbox .col.system .ttl-course h3::before {
    background-image:url(../images/icon_system.svg);
}
main.intern .course-guide .flxbox .col h4 {
    margin-bottom:1em;
    font-size:clamp(24px,3.6vw,28px);
    font-weight:900;
    letter-spacing:.1em
}
main.intern .course-guide .flxbox .col.general h4 {
    color:var(--sumb-color-red)
}
main.intern .course-guide .flxbox .col.system h4 {
    color:var(--sumb-color-darkblue)
}
main.intern .course-guide .flxbox .col h5 {
    margin:0 0 32px 0;
}
main.intern .course-guide .flxbox .col h5 span {
    margin-bottom:1.2em;
    padding:.3em 2em;
    font-size:clamp(18px,3.1vw,24px);
    font-weight:700;
    color:#fff;
    border-radius: 1.5em;
    letter-spacing:.1em;
}
main.intern .course-guide .flxbox .col.general h5 span {
    background-color:var(--sumb-color-red);
}
main.intern .course-guide .flxbox .col.system h5 span {
    background-color:var(--sumb-color-darkblue);
}
main.intern .course-guide .flxbox .col h6 {
    margin:32px 0 20px 0;
}
main.intern .course-guide .flxbox .col h6 span {
    margin-bottom:16px;
    padding:.4em;
    font-size:clamp(18px,3.1vw,24px);
    font-weight:700;
    border-bottom-width:2px;
    border-bottom-style:solid;
}
main.intern .course-guide .flxbox .col.general h6 span {
    border-bottom-color:var(--sumb-color-red)
}
main.intern .course-guide .flxbox .col.system h6 span {
    border-bottom-color:var(--sumb-color-darkblue)
}
main.intern .course-guide .flxbox .col p {
    font-weight:500;
    line-height:1.6;
}
main.intern .course-guide .flxbox .col .inner {
    padding-top:54px;
    padding-bottom:48px;
}
main.intern .course-guide .flxbox .col .inner:nth-child(4) {
    border-bottom:thin dotted #A5A5A5;
}
main.intern .course-guide .flxbox .col p.speck {
    font-weight:400;
}
main.intern .course-guide .flxbox .col .inner .base-wht {
    margin-bottom:32px;
    padding:54px 32px;
    border-radius: 24px;
}
main.intern .course-guide .flxbox .col .inner ul.program {
    margin-bottom:0;
    margin-top:0;
    padding:0;
    list-style:none;
}
main.intern .course-guide .flxbox .col .inner ul.program > li {
    margin-bottom:1.5em;
}
main.intern .course-guide .flxbox .col .inner ul.program > li:last-child {
    margin-bottom:0;
}
main.intern .course-guide .flxbox .col .inner ul.program li .ttl-inner {
    font-size: clamp(16px,2.7vw,21px);
    font-weight:700;
}
main.intern .course-guide .flxbox .col .inner ul.program li ul.inner-list {
    padding-top:.4em;
    list-style:disc
}
main.intern .course-guide .flxbox .col .inner ul.inner-list {
    margin:0;
    padding-left:1.2em;
}
main.intern .course-guide .flxbox .col .inner ul.inner-list li {
    margin-top:.4em;
    font-weight: 500;
    font-size:clamp(14px,2.1vw,16px);
}
main.intern .course-guide .flxbox .col .base-wht h6:first-child {
    margin-top:0;
}
main.intern .course-guide .flxbox .col .inner .base-wht .bb-d1 {
    margin-bottom:24px;
    padding-bottom:32px;
    border-bottom:thin dotted #A5A5A5
}
main.intern .course-guide .flxbox .col.system figure {
    margin-right:-100px;
}
main.intern .course-guide .flxbox .col.system figure img {
    border-radius: 30px;
}
main.intern section.program {
    padding-top:174px;
    padding-bottom:170px;
}
main.intern section.program .program-list {
    flex-wrap:wrap;
    gap:40px;
}
main.intern section.program .program-list .col {
    flex-basis: calc((100% - 80px)/ 3);
    padding:54px 24px;
    border-radius: 20px;
    text-align:center;
    background-color: #fff;
    filter:drop-shadow(0 0 16px rgba(0,0,0,.16))
}
main.intern section.program .program-list .col h4 span.eng-fig {
    font-size:clamp(12px,1.8vw,14px);
    font-weight:700;
    color:var(--sumb-color-red)
}
main.intern section.program .program-list .col h4 span.jp-fig {
    margin-top:.4em;
    margin-bottom:1em;
    font-size:clamp(16px,2.7vw,21px);
    font-weight:700;
    line-height:1.5;
    display:block;
}
main.intern section.program .program-list .col p {
    font-size: clamp(13px,1.8vw,14px);
    font-weight:700;
}
main.intern section.gaiyou {
    padding-top:150px;
    padding-bottom:132px;
    background-color:#F7F7F7
}
main.intern section.gaiyou .base-wht {
    padding-top:120px;
    padding-bottom:172px;
    border-radius: 56px;
}
main.intern section.gaiyou .base-wht table.gaiyo-table {
    width:100%;
    margin-bottom:170px;
    border-spacing: 0;
    border:none;
}
main.intern section.gaiyou .base-wht table.gaiyo-table tr th {
    padding:2em 2em 2em 0;
    font-size:clamp(16px,3.1vw,24px);
    font-weight:700;
    text-align:left;
    border-bottom:thin solid #707070;
    border-right-width:0;
    border-left-width:0;
    border-top-width:0;
}
main.intern section.gaiyou .base-wht table.gaiyo-table tr td {
    padding:2em 0 2em 0;
    font-size:clamp(14px,2.1vw,16px);
    font-weight:300;
    text-align:left;
    border-bottom:thin solid #707070;
    border-right-width:0;
    border-left-width:0;
    border-top-width:0;
}
main.intern section.gaiyou .base-wht table.gaiyo-table tr td p {
    font-size:clamp(16px,1.5vw,18px);
    font-weight:300;
}
main.intern section.gaiyou .base-wht table.gaiyo-table tr td p.speck {
    font-size:16px;
}
main.intern section.gaiyou .base-wht table.gaiyo-table tr td .red-fig.checked {
    margin-top:1em;
    margin-bottom:1em;
    padding-left:1.2em;
    font-size:clamp(16px,1.5vw,18px);
    line-height:1.8;
    color:var(--sumb-color-red);
    position:relative;
}
main.intern section.gaiyou .base-wht table.gaiyo-table tr td .red-fig.checked::before {
    width:14px;
    height:9px;
    content:'';
    background-image: url(../images/icon_check_red.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position:absolute;
    left:0;
    top:.8em;
}
main.intern section.gaiyou .base-wht table.gaiyo-table tr td ul {
    margin-top:0;
    padding-left:1.4em;
}
main.intern section.gaiyou .base-wht table.gaiyo-table tr td ul li {
    margin-top:.4em
}
main.intern section.gaiyou .base-wht table.gaiyo-table tr td dl {
    margin-bottom:.4em;
    display:flex;
    font-size:clamp(16px,1.5vw,18px);
    line-height:1.8;
    gap:.5em;
}
main.intern section.gaiyou .base-wht .link-box {
    gap: 26px;
    justify-content: center;
}
main.intern section.gaiyou .base-wht .link-box a {
    flex:1;
    max-width:506px;
}

/* Support Page */
.ttl-jigyo {
    width:calc(100% - 120px);
    max-width:1672px;
    margin:0 auto;
    position:relative;
}
.ttl-jigyo .ttl-copy {
    position:absolute;
    left:6%;
    top:50%;
    transform: translateY(-50%);
    color:#fff;
}
.ttl-jigyo .ttl-eng {
    position:absolute;
    bottom:32px;
    right:8%;
    color:#fff;
    font-size:clamp(12px,3vw,100px);
    font-weight:700;
    letter-spacing: .3em;
    opacity:.7
}
.ttl-jigyo .ttl-copy h2 {
    margin-bottom:.8em;
    font-size:clamp(21px,2.5vw,41px);
    font-weight:500;
}
.ttl-jigyo .ttl-copy p {
    font-size:clamp(13px,1.5vw,18px);
    font-weight:500;
    line-height:1.6;
}
.system .ttl-jigyo .ttl-copy h2 {
    font-size:clamp(21px,3.2vw,41px);
}
main.support {
    padding-top:108px;
    padding-bottom:44px;
    background-color:#fff;
    border-bottom:thin solid #BABABA
}
main.support section.nayami {
    padding-bottom:48px;
    padding-top:156px;
    background-image: url(../images/support_bg01.png);
    background-size:100vw 768px;
    background-repeat: no-repeat;
    background-position: center bottom;
}
main.support h3.ctr {
    margin-bottom:.2em;
    font-size:clamp(16px,2.5vw,30px);
    font-weight:700;
    text-align:center;
    letter-spacing: .3em;
    line-height:1.6;
}
main.support section.nayami h3 span.red-u-line {
    color:var(--sumb-color-red);
    padding-bottom:.1em;
    border-bottom:2px solid var(--sumb-color-red)
}
main.support section.kaiketsu {
    padding-top:100px;
    padding-bottom:172px;
}
main.support section.kaiketsu h3 {
    margin-bottom:100px;
}
main.support section.kaiketsu .kaiketsu-box {
    flex-wrap: wrap;
    gap:55px 45px
}
main.support section.kaiketsu .kaiketsu-box .col {
    flex-basis: calc((100% - 90px)/ 3);
    padding:72px 16px 48px;
    background-color:#F7F7F7;
    border-radius: 20px;
    filter:drop-shadow(0 0 16px rgba(0,0,0,.08));
    text-align:center
}
main.support section.kaiketsu .kaiketsu-box .col h4 {
    margin-bottom:1.5em;
    font-size:clamp(16px,1.8vw,22px);
    font-weight:900;
    color:var(--sumb-color-blue)
}
main.support section.kaiketsu .kaiketsu-box .col p {
    font-size:clamp(13px,1.1vw,14px);
    font-weight:500;
}
.ttl-taidan {
    position:relative;
    height:23.6vw;
    display:flex;
    align-items: center;
}
.taidan-jigyo.taidan01 .ttl-taidan {
    justify-content: flex-start;
}
.taidan-jigyo.taidan02 .ttl-taidan {
    justify-content: flex-end;
}
.ttl-taidan img.pc-only {
    width:100%;
    position:absolute;
    top:0;
    left:0;
}
.ttl-taidan .ttl-copy {
    margin-top:24px;
    position:relative;
    z-index:2;
    color:#fff;
}
.taidan-jigyo.taidan01 .ttl-copy {
    width:100%;
}
.taidan-jigyo.taidan02 .ttl-copy {
    margin-left:auto;
    margin-right:calc((100vw - 1200px)/ 2);
}
.ttl-taidan .ttl-copy .sumb-ttl {
    margin-bottom:1.5em;
    font-size:clamp(12px,1.3vw,21px);
    font-weight:500;
    letter-spacing:.4em;
}
.ttl-taidan .ttl-copy h3 {
    font-size:clamp(21px,1.9vw,30px);
    font-weight:700;
    line-height:1.6;
    letter-spacing: .3em;
}
.taidan-jigyo .member-list {
    margin-bottom:120px;
    padding-top:54px;
}
.taidan-jigyo .member-list .flxbox {
    gap:180px;
}
.taidan-jigyo .member-list .flxbox .col {
    flex-basis: 250px;
}
.taidan-jigyo .member-list .flxbox .col .profile {
    margin-bottom:.6em;
    font-size:clamp(13px,2.1vw,16px);
    font-weight:500;
    line-height:2;
}
.taidan-jigyo .member-list .flxbox .col .name {
    margin-bottom:.4em;
    font-size:clamp(21px,4.7vw,36px);
    font-weight:500;
}
.taidan-jigyo .member-list .flxbox .col .name span {
    font-size:clamp(13px,2.1vw,16px);
    font-weight:400;
}
.taidan-jigyo .member-list .flxbox .col p {
    font-size:13px;
}
.taidan-jigyo.taidan01 .member-list .flxbox {
    justify-content: center;
}
.content-taidan .taidan-block .comment .member.ih::before {
    background-image:url(../images/support_person_ih.png)
}
.content-taidan .taidan-block .comment .member.my::before {
    background-image:url(../images/support_person_my.png)
}
.content-taidan .taidan-block .comment .member.mx::before {
    background-image:url(../images/support_person_mx.png)
}
.content-taidan .taidan-block .comment .member.ut::before {
    background-image:url(../images/support_person_ut.png)
}
.content-taidan .taidan-block .comment .member.md::before {
    background-image:url(../images/support_person_md.png)
}
.content-taidan .taidan-block .comment .member.st::before {
    background-image:url(../images/support_person_st.png)
}
.content-taidan .taidan-block .comment .member.kh::before {
    background-image:url(../images/support_person_kh.png)
}
.content-taidan .taidan-block .comment .member.c-s::before {
    background-image:url(../images/insight_person_s.png)
}
.content-taidan .taidan-block .comment .member.c-t::before {
    background-image:url(../images/insight_person_t.png)
}
.taidan-jigyo .photo-jigyo, .taidan-insight .photo-jigyo {
    margin-bottom:120px;
    flex-wrap:wrap;
}
.taidan-jigyo .photo-jigyo img.w2,  .taidan-insight .photo-jigyo img.w2 {
    width:50%;
    flex-basis: 50%;
}
.taidan-jigyo .photo-jigyo img.w1, .taidan-insight .photo-jigyo img.w1 {
    width: 100%;
    flex-basis: 100%;
}

/* System Page */
main.system {
    padding-top:108px;
    padding-bottom:44px;
    background-color:#fff;
    border-bottom:thin solid #BABABA;
}
main.system .ttl-jigyo {
    margin-bottom:74px;
}
main.system figure.chart {
    width:calc(100% - 120px);
    max-width:1440px;
    margin:0 auto;
    padding-bottom:100px;
}
.base-gray {
    margin-bottom:126px;
    padding-top:86px;
    padding-bottom:106px;
    background-color: #F7F7F7;
}
.tantou .base-wht {
    padding:66px 120px;
    border-radius: 48px;
}
.tantou h3 span {
    width:100%;
    height:2.5em;
    max-width:708px;
    margin:0 auto 1.6em;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size:clamp(16px,2.5vw,30px);
    font-weight:700;
    color:#fff;
    background-color:var(--sumb-color-red);
    border-radius: 38px;
}
.tantou p.lead {
    margin-bottom:98px;
    font-size:clamp(14px,1.3vw,16px);
    font-weight:500;
    line-height:2;
}
.tantou .flxbox {
    gap:20px;
}
.tantou .flxbox .col {
    padding:108px 54px 64px;
    background-color:#f7f7f7;
    text-align: center;
    border-radius: 28px;
    position:relative;
}
.tantou .flxbox .col img.icon-tantou {
    position:absolute;
    top:-25px;
    left:50%;
    transform: translateX(-50%);
}
.tantou .flxbox .col h4 {
    margin-bottom:.8em;
    font-size: 22px;
    font-weight:700;
    color:var(--sumb-color-red)
}
.tantou .flxbox .col p {
    font-size: 14px;
    line-height:2;
    text-align:left;
    font-weight:500;
}

/* Career Top Page */
body.career header {
    width: 100%;
    margin:0;
    padding:0;
    max-width:none;
    display:flex;
    align-items: center;
    flex-direction: column;
}
body.career header .wrapper {
    width: 100%;
    height:262px;
}
body.career.reguler header {
    position:relative;
}
body.career.reguler header .wrapper::after {
    width:188px;
    height:262px;
    content:'';
    background-image:url(../images/career_header_element.png);
    background-size:contain;
    background-repeat: no-repeat;
    position:absolute;
    right:0;
    top:0;
}
body.career.reguler header .wrapper {
    width:100%;
    background-image:url(../images/career_header_bg_pc.png);
    background-size:cover;
    background-repeat: no-repeat;
    position:relative;
}
body.career header .wrapper .header-main {
    max-width: 1660px;
    margin: 0 auto;
    padding:60px 30px;
    display:flex;
    align-items: center;
}
body.career header .wrapper .header-main .header-left h1 {
    font-size: clamp(18px, 3.75vw, 45px);
    text-transform: uppercase;
    letter-spacing: .3em;
    line-height: 1.3;
    color: var(--main-color-red);
}
body.career header .wrapper .header-main .header-left a {
    text-decoration: none;
}
body.career header .wrapper .header-main .header-left h3 {
    margin-left:0;
    margin-top:.6em;
    font-size:clamp(10px,1.7vw,21px);
    color:#fff;
}
body.career header .wrapper .header-main .header-left {
    margin-right:auto;
    position:relative;
}
body.career header .wrapper .header-main .header-left img {
    position:absolute;
    bottom:0;
    right:0;
    transform: translateX(100%);
}
body.career header .wrapper .header-main nav .header-nav {
    width:436px;
    height:90px;
    padding:0;
    margin:0;
    list-style:none;
    display:flex;
    justify-content: center;
    align-items: center;
    border:2px solid #fff;
    border-radius: 12px;
    gap:1em;
    color:#fff;
    position:relative;
    z-index:4;
}
body.career header .wrapper .header-main nav .header-nav li {
    font-size:22px;
}
body.career header .wrapper .header-main nav .header-nav li a {
    text-decoration: none;
}
body.career .ttl-page {
    height:360px;
    background-color:#fff;
    display:flex;
    justify-content: center;
    align-items: center;
}
body.career .ttl-page h3.ctr {
    text-align:center;
}
body.career .ttl-page h3 span.eng-fig {
    font-size:clamp(46px,5.8vw,70px);
    font-weight:200;
}
body.career .ttl-page h3 span.jp-fig {
    margin-top:.4em;
    font-size: clamp(14px,1.5vw,18px);
    font-weight:400;
    color:#2B8AE8;
    display:block;
}
body.career .row-term .base-wht {
    padding-top: 155px;
    padding-bottom: 140px;
    border-radius: 0px;
    position:relative;
}
body.career .row-term .base-wht::before {
    width:378px;
    height:13px;
    content:'';
    background: linear-gradient(to right, #164574,#ED001F);
    position:absolute;
    left:0;
    top:0;
}
body.career .row-term .base-wht::after {
    width:378px;
    height:13px;
    content:'';
    background: linear-gradient(to left, #164574,#ED001F);
    position:absolute;
    right:0;
    bottom:0;
}
body.career .youko h3 {
    margin-bottom:2em;
    font-size:clamp(21px,2.8vw,34px);
    font-weight:400;
}
body.career table.yokou-list {
    margin-bottom:144px;
    border-spacing: 0;
    border: none;
}
table.yokou-list p {
    font-size:clamp(14px,1.5vw,18px);
}
table.yokou-list p.speck {
    font-size:clamp(13px,1.2vw,14px);
}
table.yokou-list tr td {
    padding-left:84px;
    vertical-align: top;
    border-width:0px;
}
table.yokou-list tr td p:first-child {
    margin-top:0;
    padding-left:0em;
}
body.career table.yokou-list tr td ol {
    margin-top:0;
    margin-bottom:.4em;
    padding-left:1.5em;
    list-style-type: decimal;
}
body.career table.yokou-list tr td p.kangei {
    margin-top:-0.4em;
}
body.career .caution {
    list-style:none;
}
body.career .caution li  {
    font-size:clamp(14px,1.5vw,18px);
    line-height:1.8;
    margin-top:1em;
    position:relative;
}
body.career .caution li::before {
    content:'◆';
    color:var(--main-color-blue);
    position:absolute;
    left:-1.8em;
    top:0;
}
body.career .ttl-page .flxbox {
    align-items: center;
    gap:112px;
}
body.career .ttl-page .flxbox.row::after {
    content:none;
}
body.career .ttl-page .flxbox p {
    font-size:clamp(14px,1.75vw,21px)
}
body.career .intoroduct {
    margin-bottom:140px;
    padding-bottom:66px;
    border-bottom:thin solid #707070;
}
body.career .intoroduct .ttl-bunner {
    margin-bottom:77px;
    position:relative;
}
body.career .intoroduct h2 {
    font-size:clamp(22px,4.4vw,53px);
    line-height:1.5;
    font-weight:900;
    text-align: center;
    color:#fff;
    filter:drop-shadow(0 0 11px rgba(0,0,0,.6));
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
body.career .intoroduct .parson {
    width:100%;
    position:absolute;
    left:0;
    bottom:32px;
    color:#fff;
    justify-content: space-around;
    filter:drop-shadow(0 0 2px rgba(0,0,0,.6));
}
body.career .intoroduct .parson .profile {
    margin-bottom:0;
    font-size:clamp(14px,1.5vw,18px);
}
body.career .intoroduct .parson .name {
    font-size:clamp(24px,3.75vw,45px)
}
body.career .intoroduct p.lead {
    font-size:clamp(16px,1.7vw,20px);
    font-weight:700;
}
.taidan-insight {
    position:relative;
    z-index:4;
}
.taidan-insight .photo-jigyo.elemented::before {
    width:24.8vw;
    height:17vw;
    content:'';
    background-image:url(../images/career_insight_element01.png);
    background-size:contain;
    background-repeat: no-repeat;
    position:absolute;
    top:27%;
    right:0;
    z-index:-1
}
.taidan-insight .photo-jigyo.elemented::after {
    width:28.1vw;
    height:23.9vw;
    content:'';
    background-image:url(../images/career_insight_element02.png);
    background-size:contain;
    background-repeat: no-repeat;
    position:absolute;
    top:44%;
    left:0;
    z-index:-1
}
.career main.insight {
    padding-bottom:200px;
    background-color:#fff;
    border-bottom:thin solid #bababa
}
body.career .footer-bottom-sp {
    display:none;
}
body.career.top {
    position:relative;
    background-image:url(../images/career_top_mv_bg_pc.png);
    background-size:contain;
    background-repeat: no-repeat;
    background-position: left top;
}
body.career.top::after {
    width:100%;
    height:62.2vw;
    content:'';
    background-image:url(../images/career_top_mv_element_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    position:absolute;
    left:0;
    top:0;
}
body.career.top .career-top-mv {
    width:100%;
    max-width:1660px;
    margin:-20px auto 0 auto;
    padding:0 30px;
    position:relative;
    z-index:10;
}
body.career.top .career-top-mv h2 {
    position:absolute;
    color:#011842;
    top:64%;
    left:12%;
    z-index:100;
    transform: translateY(-30%);
}
body.career.top .career-top-mv h2 .mincho {
    font-size:clamp(24px,3.8vw,61px);
    font-weight:700;
    line-height:1.5;
    filter:drop-shadow(2px 2px 4px #fff)
}
body.career.top .career-top-mv h2 .eng-fig {
    margin-top:.6em;
    font-size:clamp(14px,1.5vw,24px);
    font-weight:400;
    letter-spacing: .1em;
    display:block;
    filter:drop-shadow(0 0 2px rgba(255,255,255,.8))
}
body.career.top .ttl-page {
    height: 526px;
    background-color: transparent;
    flex-direction: column;
    text-align: center;
    gap:40px
}
body.career.top .top-about-career {
    padding-top:150px;
    padding-bottom:170px;
    background-image: url(../images/career_top_about_bg.png);
    background-size:100% 636px;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
}
body.career.top .top-about-career .ttl-area {
    color:#fff;
    margin-bottom:80px;
}
body.career.top .top-about-career .ttl-area .row {
    padding-left:116px;
    gap:78px;
    align-items: flex-end;
}
body.career.top .top-about-career .ttl-area h3 span.eng-fig {
    font-size: clamp(46px,5.8vw,70px);
    font-weight: 200;
}
body.career.top .top-about-career .ttl-area h3 span.jp-fig {
    margin-top: .4em;
    font-size: clamp(14px,1.5vw,18px);
    font-weight: 400;
    color: #2B8AE8;
    display: block;
}
body.career.top .top-about-career .about-content {
    gap:44px;
}
body.career.top .top-about-career .about-content .col {
    flex:1;
}
body.career.top .top-about-career .about-content .col .inner {
    margin-top:-50px;
    margin-left:40px;
    padding-top:110px;
    padding-bottom:32px;
    padding-left:52px;
    border-left:4px solid var(--sumb-color-darkblue);
    position:relative;
    z-index:4;
}
body.career.top .top-about-career .about-content .col .inner h4 {
    margin-bottom:24px;
}
body.career.top .top-about-career .about-content .col .inner h4 span.jp-fig {
    margin-right:.3em;
    font-size:clamp(21px,2.8vw,34px);
    font-weight:400;
}
body.career.top .top-about-career .about-content .col .inner h4 span.eng-fig {
    font-size:clamp(12px,1.75vw,21px);
    font-weight:400;
    color:#2B8AE8;
}
body.career.top .top-about-career .about-content .col .inner p {
    margin-bottom:2em;
    font-size:clamp(13px,1.3vw,16px);
    font-weight:400;
}
body.career a.btn-read-more {
    padding-right:58px;
    text-decoration: none;
    color:#2B8AE8;
    font-size:clamp(12px,1.75vw,21px);
    font-weight:700;
    position:absolute;
    display:block;
}
body.career a.btn-read-more:hover {
    opacity:.6
}
body.career a.btn-read-more::after {
    width:37px;
    height:11px;
    content:'';
    background-image: url(../images/arrow_right_blk.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position:absolute;
    bottom:8px;
    right:0;
}
body.career.top .top-about-career img.kirinuki {
    position:absolute;
}
body.career.top .top-about-career img.kirinuki.k01 {
    top:-265px;
    left:50%;
    transform: translateX(256px);
}
body.career.top .top-about-career img.kirinuki.k02 {
    top:-419px;
    left:50%;
    transform: translateX(399px);
}
body.career.top .top-insight .col.left-col {
    flex:1;
}
body.career.top .top-insight .col.right-col {
    width:calc(50vw + 218px)
}
body.career.top .top-insight .col:last-child img.top-insight-img {
    width:100%;
    height:693px;
    object-fit: cover;
}
body.career.top .top-insight .col:last-child {
    position:relative;
}
body.career.top .top-insight .col:last-child .parson {
    position:absolute;
    left:230px;
    bottom:56px;
    color:#fff;
    gap:29px;
    align-items: center;
}
body.career.top .top-insight .col:last-child .parson .profile {
    margin-bottom:0;
    font-size:clamp(13px,1.2vw,19px);
    font-weight:500;
}
body.career.top .top-insight .col:last-child .parson .name {
    font-size:clamp(27px,2.8vw,46px);
    font-weight:500;
}
body.career.top .top-insight .col.left-col {
    margin-top:48px;
    margin-right:-212px;
    padding-top:136px;
    padding-left:calc((100vw - 1320px)/ 2);
    background-color:#fff;
    position:relative;
    z-index:4;
    clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%)
}
body.career.top .top-insight .col.left-col .copy-block {
    margin-left:60px;
    margin-right:30px;
}
body.career.top .top-insight .col.left-col h3 span.eng-fig {
    font-size: clamp(46px,5.8vw,70px);
    font-weight: 200;
}
body.career.top .top-insight .col.left-col h3 span.jp-fig {
    margin-top: .4em;
    font-size: clamp(14px,1.5vw,18px);
    font-weight: 400;
    color: #2B8AE8;
    display: block;
}
body.career.top .top-insight .col.left-col h3 {
    margin-bottom:34px;
}
body.career.top .top-insight .col.left-col h4 {
    margin-bottom:2em;
    font-size:clamp(13px,1.3vw,21px);
    font-weight:400;
    line-height:1.8;
}
body.career.top .top-insight .col.left-col p {
    font-size:clamp(13px,1vw,16px);
    line-height:2;
    margin-bottom:2em;
}
body.career.top .top-entory {
    padding:148px 0;
    background-color: #fff;
}
body.career.top .top-entory .row {
    position:relative;
    display:block
}
body.career.top .top-entory .row a {
    text-decoration: none;
}
body.career.top .top-entory .row a img {
    width:100%;
    transition: all .5s;
}
body.career.top .top-entory .row a:hover img {
    opacity:.6
}
body.career.top .top-entory .flxbox {
    width:100%;
    padding-left:160px;
    padding-right:160px;
    color:#fff;
    position:absolute;
    left:0;
    top:50%;
    justify-content: space-between;
    align-items: flex-end;
    transform: translateY(-50%);
}
body.career.top .top-entory .flxbox .col:first-child {
    padding-left:52px;
    border-left:4px solid #fff
}
body.career.top .top-entory .flxbox .col:first-child h3 {
    font-size: clamp(16px,3.6vw,44px);
    font-weight:700;
    margin-bottom:1em;
}
body.career.top .top-entory .flxbox .col:first-child p {
    font-size: clamp(10px,1.3vw,16px);
    font-weight:500;
}
body.career.top .top-entory .btn-veiwmor {
    width:260px;
    height:68px;
    font-size:16px;
    font-weight:700;
    display:flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 34px;
    color:#fff;
}
body.career.top .top-entory .btn-veiwmor::after {
    width:28px;
    height:9px;
    margin-bottom:-4px;
    margin-left:8px;
    content:'';
    background-image:url(../images/arrow_right_wht.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display:inline-block
}
body.career.top .top-welcome {
    padding-top:180px;
    padding-bottom:132px;
    background-image:url(../images/career_top_bg02_pc.jpg);
    background-size: cover;
    background-position: left bottom;
    text-align: center;
}
body.career.top .top-welcome h4 {
    font-size:clamp(16px,2.6vw,32px);
    font-weight:400;
    letter-spacing: .3em;
    line-height: 2;
    margin-bottom:3em;
}
body.career.top .top-welcome h5 {
    font-size:clamp(14px,2vw,24px);
    font-weight:400;
}
body.career.top .top-welcome table.chuto {
    width:100%;
    max-width:958px;
    margin:0 auto;
    border-spacing: 10px;
}
body.career.top .top-welcome table.chuto thead tr th {
    padding:1.15em;
    font-size:clamp(13px,1.9vw,23px);
    font-weight:700;
    color: #fff;
    background-color: var(--sumb-color-darkblue);
    letter-spacing: .3em;
}
body.career.top .top-welcome table.chuto tbody tr th {
    width:38%;
    padding:1.15em;
    font-size:clamp(13px,1.9vw,23px);
    font-weight:700;
    color: #fff;
    background-color: #2B8AE8;
    letter-spacing: .3em;
}
body.career.top .top-welcome table.chuto tbody tr td {
    padding:1.15em;
    font-size:clamp(13px,2.3vw,28px);
    font-weight:700;
    color:#939393;
    background-color: #fff;
    letter-spacing: .3em;
}
body.career.top .top-welcome table.chuto tbody tr:last-child td {
    color:#4A4A4A
}
body.career.top .top-welcome table.chuto caption {
    caption-side: bottom;
    text-align: right;
    margin-right:1em;
    font-size:clamp(10px,1.3vw,16px)
}

/* Modal Video */
.recruit-video .modal_container {
    background: rgba(0,0,0,.5);
    box-sizing: border-box;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: auto;
    padding: 20vh 20vw;
    position: fixed;
    text-align: center;
    top: 0;
    transition: .3s;
    visibility: hidden;
    width: 100%;
    z-index: 4000
}
.recruit-video .modal_body {
    display: inline-block;
    left: 50%;
    max-width: 1200px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    vertical-align: middle;
    width: 90%
}
.recruit-video .modal_close {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 40px;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: -40px;
    width: 40px
}
.recruit-video .modal_container.active {
    opacity: 1;
    visibility: visible
}

/* Recruit Top Page */
.recruit-top .ttl-term {
    border-top:none;
    background-image:url(../images/recruittop_ttl_bg.jpg)
}
.recruit-top .overview {
    padding:172px 0 0 0;
    gap:126px 54px;
    flex-wrap: wrap;
}
.recruit-top .overview .col {
    flex-basis: calc((100% - 54px)/ 2);
}
.recruit-top .overview .col img {
    margin-bottom:50px;
    border-radius: 20px;
    transition: .3s;
}
.recruit-top .overview .col img:hover {
    opacity:.6
}
.recruit-top .overview .col > :not(img) {
    margin-left:32px;
}
.row-term .overview {
    padding:132px 60px 0 60px;
}
.recruit-top .overview .col p {
    margin-bottom:2.5em;
    font-size:clamp(14px,1.3vw,16px);
    font-weight:500;
}
.recruit-top .overview .col a.btn-read-more {
    padding-right: 182px;
    text-decoration: none;
    color: var(--main-color-red);
    font-size:clamp(16px,2.2vw,26px);
    font-weight:400;
    position: relative;
}
.recruit-top .overview .col a.btn-read-more::after {
    width: 164px;
    height: 11px;
    content: '';
    background-image: url(../images/arrow_right_red_long.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 10px;
    right: 0;
}
.recruit-top .overview .col a.btn-read-more:hover {
    opacity:.6
}

/* Job Return Page */
.jobreturn .ttl-term {
    background-image:url(../images/jobreturn_ttl_bg.jpg)
}
.introduct-area {
    margin-bottom:84px;
}
.introduct-area .flxbox {
    margin-bottom:84px;
    gap:24px;
}
.introduct-area .flxbox img {
    width:calc((100% - 24px)/ 2)
}
.overview .list-job {
    list-style:none;
    padding:0;
}
.overview .list-job:first-child {
    margin-bottom:94px;
}
.overview .list-job li {
    padding:30px;
    margin-bottom:20px;
    background-color:#F6FAFC;
    border-radius: 20px;
    display: flex;
    gap:80px;
    align-items: center;
}
.overview .list-job li h4 {
    width:28%;
    height:6em;
    font-size:clamp(20px,2.3vw,28px);
    font-weight:700;
    letter-spacing: .1em;
    color:#579AC3;
    display:flex;
    justify-content: center;
    align-items: center;
    border:3px solid #579AC3;
    border-radius: 16px;
}
.overview .list-job li div {
    font-size:clamp(16px,2vw,24px);
    font-weight: 500;
    line-height: 2;
}
/* Part Time Page */
.jobreturn .ttl-term {
    border-top:none;
    background-image:url(../images/perttime_ttl_bg.jpg)
}
h3.blue-base {
    margin-bottom:.5em;
    padding:.8em;
    font-size:clamp(16px,2.3vw,28px);
    font-weight:700;
    color:#fff;
    letter-spacing: .1em;
    background-color: #579AC3;
    border-radius: 12px;
}
table.job-part {
    margin-bottom:60px;
    width:100%;
    border-spacing: 10px;
    border:none;
    border-collapse: separate;
}
table.job-part tr th {
    font-size:clamp(15px,2vw,24px);
    color:#fff;
    background-color:#579AC3;
    font-weight:700;
}
table.job-part tbody tr td {
    padding:1em;
    font-size:clamp(13px,1.75vw,21px);
    background-color:#F6FAFC;
    font-weight:700;
    border-radius: 12px;
    border:none;
}
table.job-part tbody tr th {
    width:20%;
    border-radius: 12px;
    border:none;
}
table.job-part thead tr th {
    padding:1em;
    border-radius: 12px 12px 0 0;
}
table.job-part tbody tr th span {
    font-size:67%;
    display:block;
}
table.job-part thead tr th span.short {
    font-size:75%
}
table.job-part .ctr {
    text-align: center;
}
.overview .list-caution {
    margin-bottom:72px;
}
.overview .list-caution li {
    margin-bottom:.6em;
    font-size:clamp(16px,2vw,24px);
    line-height:2;
    font-weight:500;
}
/* ComeBack Page */
.comeback .ttl-term {
    border-top:none;
    background-image:url(../images/comeback_ttl_bg.jpg);
}
.comeback .ttl-term .row {
    width:100%;
    height:100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.comeback .ttl-term .row .col {
    text-align: left;
}
.comeback .flxbox {
    margin-bottom:120px;
    gap:60px;
}
.comeback .set-revs {
    flex-direction: row-reverse;
}
.comeback .overview figure {
    width:600px;
    max-width:100%;
}
.comeback .overview .col {
    flex:1
}
.overview h3.red-lined {
    margin-bottom:1em;
    margin-top:1em;
    padding:.48em 1.45em;
    font-size:clamp(18px,2.6vw,31px);
    font-weight:500;
    border-left:6px solid var(--main-color-red)
}
.overview h3.red-lined span {
    margin-bottom:.4em;
    margin-top:.4em;
    font-size:68%;
    display:block;
}
.comeback .overview  .list-comeback {
    padding-left:1em;
}
.comeback .overview  .list-comeback li {
    margin-bottom:.4em;
    font-size:clamp(14px,2vw,24px);
    font-weight:500;
    line-height: 1.8;
}
.comeback .overview  .list-comeback li p.speck {
    margin-top:0;
    margin-bottom:1em;
}
.comeback .overview  p.caution {
    margin-bottom:1em;
    font-size:clamp(14px,1.75vw,21px);
    font-weight:500;
}
.comeback .overview .phone-numb {
    margin-bottom:1em;
    padding:1.375em;
    font-size:clamp(18px,2vw,24px);
    font-weight:500;
    display:flex;
    justify-content: center;
    align-items: center;
    border:3px solid #707070;
    border-radius: 14px;
}
.comeback .overview .message-end {
    padding:2.5em 1em;
    font-size: clamp(14px,2vw,24px);
    font-weight:500;
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border:3px solid #707070;
    border-radius: 20px;
}



/* Large-size PC */
@media screen and (min-width:1729px) {
    .content-area-senpai .row-senpai .col.cont-sect .block-img {
        width:calc(100% + (100vw - 1600px)/ 2);
    }
    .ttl-area-senpai .video-sumbnail {
        width:calc(100% + (100vw - 1600px)/ 2);
    }
    .reguler header .header-bar .left-bar .btn-area-headerbar li {
        font-size: 20px;
    }
    header .header-bar .btn-header {
        width: 294px;
        font-size: 22px;
    }
    .toppage header .header-bar .left-bar .btn-area-headerbar li {
        font-size: 22px;
    }
    .toppage header .header-bar .left-bar, .reguler header .header-bar .left-bar {
        padding-left: 34px;
        padding-right: 62px;
    }
    .toppage header h3 {
        margin-left:72px;
    }
    body.career.top::after {
        width:100%;
        height:1196px;
        background-size: 100% 1196px;
    }
}

/* PC */
@media screen and (min-width:769px) {
    .footer-bottom-sp {
        position:fixed;
        top:calc((100vh - 468px)/ 2);
        right:0;
        list-style:none;
        z-index:4000;
    }
    .footer-bottom-sp li a {
        width:72px;
        height:232px;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse;
    }
    .footer-bottom-sp li a {
        text-decoration: none;
        position:relative
    }
    .footer-bottom-sp li a span.jp-fig {
        margin-bottom:1em;
        writing-mode: vertical-rl;
        color:#fff;
        font-size:18px;
    }
    .footer-bottom-sp li a span.eng-fig {
        margin-bottom:1em;
        font-size:10px;
        writing-mode: vertical-rl;
        white-space: nowrap;
    }
    .footer-bottom-sp li:first-child a {
        margin-bottom:4px;
        background-color: var(--main-color-red);
        border-radius: 20px 0 0 0;
    }
    .footer-bottom-sp li:nth-child(2) a {
        background-color: var(--main-color-blue);
        border-radius: 0 0 0 20px;
    }
    .footer-bottom-sp li a::after {
        width:26px;
        height:26px;
        content:'';
        background-image: url(../images/btn_circle_wht.svg);
        background-size:contain;
        background-repeat: no-repeat;
        position:absolute;
        bottom:16px;
        left:50%;
        transform: translateX(-50%);
    }
    .footer-bottom-sp li a:hover {
        background-color: #aaa;
    }
    .mv-sldbase {
        margin-left:40px;
    }
}

/* SP */
@media screen and (max-width:768px) {
    html {
        overflow-x: hidden;
    }
    body {
        position:relative;
    }
    .pc-only {
        display:none
    }
    .sp-only {
        display:block
    }
    .row {
        padding: 0 20px;
    }
    .mt100sp40 {
        margin-top:40px
    }
    .row-wide {
        padding: 0 20px;
    }
    header {
        width: 100%;
        margin:0;
        padding: 22px;
    }
    header .header-bar {
        gap: 0;
        align-items: center;
    }
    header .header-bar .left-bar {
        height: 50px;
        margin-right:32px;
        padding-left: 20px;
        padding-right: 14px;
        flex:1;
        border-radius: 12px;
    }
    .toppage header .header-bar .left-bar .logo-header {
        width: 23.7vw;
        max-width: 234px;
        margin-right: 0;
    }
    .toppage header .header-bar .left-bar .site-ttl {
        margin-right: auto;
    }
    header .header-bar .left-bar .btn-area-headerbar {
        display: none;
    }
    header .header-bar .left-bar h1 {
        margin-right: auto;
        margin-top:40px;
    }
    header .header-bar .humbarger {
        width:29px;
        cursor: pointer;
        position:relative;
        z-index:4001;
        position:fixed;
        right:16px;
    }
    header .header-bar .humbarger span {
        width:29px;
        height:2px;
        content:'';
        background-color:var(--main-color-red);
        display:block;
    }
    header .header-bar .humbarger span:first-child {
        transform: translateY(-16px);
    }
    header .header-bar .humbarger span:last-child{
        transform: translateY(16px);
    }
    header h3 {
        margin-left: 20px;
        margin-top: 14px;
        font-size: clamp(10px,3.1vw,24px);
        font-weight: 400;
        letter-spacing: .08em;
        color: #555555;
    }
    header .header-bar .humbarger.open span {
        background-color:rgba(255, 255, 255, .8);
        transition: all .5s;
    }
    header .header-bar .humbarger.open span:first-child {
        transform: translateY(0) rotate(-45deg);
    }
    header .header-bar .humbarger.open span:nth-child(2) {
        display:none;
    }
    header .header-bar .humbarger.open span:last-child{
        transform: translateY(-2px) rotate(45deg);
    }
    .reguler header.sogo {
        height:18vw;
        padding:0 5vw;
    }
    header.sogo h1 a img {
        width:30vw;
    }
    nav.sp-menu .slide-menue {
        width:100%;
        position:fixed;
        left:0;
        top:0;
        z-index:4000;
        margin:0;
        padding:50px 30px;
        list-style:none;
        background-color:var(--main-color-blue);
        display: none;
    }
    nav.sp-menu .slide-menue li {
        padding:.6em .2em;
        font-size:14px;
        border-bottom:thin dotted rgba(255, 255, 255, .2)
    }
    nav.sp-menu .slide-menue li a {
        text-decoration: none;
        color:#fff;
    }
    nav.sp-menu .slide-menue li.sumb {
        font-size:12px;
        padding-left:1em;
    }
    .top-mv-area {
        margin-top:36px;
        margin-bottom: 44px;
    }
    .top-mv-area .mv-slider a img {
        width: 288px;
    }
    .top-mv-area .mv-sldbase {
        padding-left:16px;
    }
    .top-mv-area h2 {
        left: 46px;
        bottom: 40px;
    }
    .top-infor {
        padding-bottom: 46px;
        padding-left:36px;
        flex-direction: column;
    }
    .top-infor h3 {
        margin-bottom:20px;
        margin-left: 10px;
        margin-right: 0;
        margin-top: 0;
    }
    .top-infor h3 span.eng-fig {
        margin-bottom: 0;
    }
    .top-infor .cont-base {
        padding: 16px 20px 16px 20px;
        background-color: #fff;
        flex: 1;
        border-radius: 32px 0 0 32px;
        position: relative;
    }
    a.brouchre {
        display: none;
    }
    .top-infor .cont-base ul.list-news li a span.date {
        margin-right:0;
        margin-bottom:.4em;
        display:block;
    }
    .top-video-link figure {
        padding: 0 36px;
    }
    .top-video-link .wrap a.btn-video {
        width: 38px;
        height: 38px;
    }
    .top-video-link .wrap h3 {
        margin-bottom: .4em;
    }
    .top-video-link .wrap p {
        margin-top: 0em;
        line-height: 1.4;
    }
    .top-about {
        padding: 64px 0;
    }
    .top-about h4 {
        margin-bottom: 16px;
    }
    .top-about h3 {
        margin-bottom: 24px;
    }
    a.btn-veiwmore::after {
        width: 14px;
        height: 5px;
        right: 10px;
    }
    .top-business {
        height: 138vw;
        background-image: url(../images/top_img_business_sp.jpg);
    }
    .top-business a {
        padding-right:48px;
        width: 190px;
        height: 50px;
        justify-content: flex-end;
    }
    .top-business a.top-support {
        padding-left: 0;
        top: 34%;
        left: 0;
    }
    .top-business a.top-system {
        padding-right:48px;
        top: 61%;
        left: 0;
    }
    .top-business a::before {
        width: 190px;
        height: 50px;
        content: '';
        mix-blend-mode: multiply;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 0 25px 25px 0;
    }
    .top-business a.top-support::before {
        background-color:#143383;
    }
    .top-business a.top-system::before {
        background-color:#E10706
    }
    .top-business a.top-support::before, .top-business a.top-system::before {
        background-image: none;
    }
    .top-business a h3 {
        font-size: 16px;
    }
    .top-business a::after {
        width: 32px;
        height: 32px;
    }
    .top-business a.top-support::after, .top-business a.top-system::after {
        left: auto;
        top: 10px;
        right:8px;
    }
    .top-business .col:first-child h4 {
        top: 7.8%;
        right:8vw;
        letter-spacing: .2em;
        opacity:.7;
    }
    .top-business .col:last-child h4 {
        bottom: 9.2%;
        left: auto;
        right:8vw;
        letter-spacing: .2em;
        opacity:.7;
    }
    .top-story {
        padding-top: 46px;
        padding-bottom: 266px;
    }
    .top-story h3 span.jp-fig {
        margin-top: .4em;
        vertical-align: 0;
        letter-spacing: 0em;
        display:block;
    }
    .top-story .row > .flxbox {
        flex-direction: column;
    }
    .top-story h3 {
        margin-bottom: 32px;
    }
    .top-story h4 {
        margin-top: 0;
    }
    .top-story .col:first-child {
        margin-bottom:32px;
        position:relative;
        z-index:4;
    }
    .top-story .col:last-child .inner-col {
        margin-right: 0;
        width: 100%;
    }
    .top-story .col:last-child .inner-col a {
        padding-bottom: 10px;
        border-radius: 16px;
    }
    .top-story .col:last-child .inner-col a .profile {
        margin-left: 40px;
        margin-bottom:0;
    }
    .top-story .col:last-child .inner-col a .stuff {
        margin-left: 40px;
        margin-top:-.2em;
    }
    .top-story .col:last-child .inner-col a figure img {
        border-radius: 16px 16px 0 0;
    }
    .top-story .col:last-child .inner-col a figure h5 {
        left: 40px;
    }
    .top-story .col:last-child .inner-col a::before {
        width: 28px;
        height: 28px;
        bottom: 14px;
        right: 14px;
    }
    .top-story .col:last-child .inner-col a figure {
        margin-bottom: 4px;
    }
    .top-story .col:last-child .inner-col:first-child a h4 {
        top: -40px;
        right: 8px;
    }
    .top-story .col:last-child .inner-col:last-child a h4 {
        top: -40px;
        left: auto;
        right: 8px;
    }
    .top-story .col:last-child .inner-col:first-child {
        margin-bottom: 48px;
    }
    .top-story::after {
        content: none;
    }
    .top-story .image-topstory {
        position: absolute;
        bottom: 48px;
        left: 32px;
        width:55vw;
        max-width:490px;
    }
    .top-archive {
        padding: 32px 0;
        gap: 20px;
        flex-direction: column;
    }
    .top-archive .archive-list ul li a {
        width: 288px;
        padding-bottom: 10px;
        display: block;
        background-color: #A0A0A0;
        border-radius: 16px;
        text-decoration: none;
        position: relative;
        filter: drop-shadow(8px 8px 0 #A0A0A0);
    }
    .top-archive .col {
        margin-left: 20px;
    }
    .top-archive .col.archive-list {
        margin-left: 20px;
    }
    .top-archive .col h3 {
        margin-top: 0;
    }
    .top-archive .archive-list .slick-slide {
        margin: 0 12px;
    }
    .top-archive .archive-list ul li a figure img {
        border-radius: 16px 16px 0 0;
    }
    .top-archive .archive-list ul li a figure h5 {
        left: 20px;
    }
    .top-archive .archive-list ul li a .profile {
        margin-left: 20px;
        margin-bottom:0;
    }
    .top-archive .archive-list ul li a .stuff {
        margin-left: 20px;
    }
    .top-archive .archive-list ul li a::after {
        width: 24px;
        height: 24px;
        right: 8px;
        bottom: 8px;
    }
    .top-archive .archive-list ul li a figure {
        margin-bottom: 4px;
    }
    .top-worklife .row {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .top-worklife .sign-wlb .circle-img {
        width:100%;
    }
    .top-data .row {
        padding: 0 32px;
        flex-direction: column;
    }
    .top-worklife .col:first-child {
        padding-left: 0;
        margin-bottom:16px;
    }
    .top-worklife {
        padding-top: 32px;
        padding-bottom: 64px;
    }
    .top-data {
        padding-top: 108px;
        padding-bottom: 64px;
    }
    .top-data .row .col:first-child .ttl-area {
        margin-bottom: auto;
        padding-left: 64px;
        border-left: 3px solid var(--main-color-red);
        margin-left:-32px;
    }
    a.btn-readmore {
        padding-right: 90px;
        font-size: 16px;
    }
    .top-data a.btn-readmore {
        margin-top:20px;
        margin-left: 0;
    }
    .top-data a.btn-readmore.sp-only {
        display:block;
    }
    .top-data a.btn-readmore.pc-only {
        display:none;
    }
    a.btn-readmore::after {
        width: 82px;
        height: 6px;
        bottom: 5px;
    }
    .top-data a.btn-readmore::after {
        margin-left:12px;
        right:auto;
    }
    .top-data h4 {
        margin-bottom: 1em;
        font-size: 16px;
        font-weight: 700;
    }
    .top-data .row .col:last-child {
        margin-top:44px;
        padding-left:32px;
        position: relative;
    }
    .top-data .row .col:last-child .parecent {
        font-size: 110px;
    }
    .top-data .row .col:last-child .parecent span.jp-fig {
        margin-top: -1em;
        font-size: 10px;
    }
    .top-mentor {
        padding: 32px 0;
    }
    .top-mentor .row {
        display: block;
    }
    .top-mentor h3 {
        text-align: center;
        margin-bottom: 32px;
    }
    .top-data .decoration-fig {
        font-size: 116px;
        top: 30px;
        left: auto;
        right:0;
    }
    .footer-bottom-sp {
        width:100vw;
        margin:0;
        padding:0;
        list-style:none;
        display:flex;
        position:fixed;
        left:0;
        bottom:0;
        z-index:3000;
    }
    .footer-bottom-sp li {
        flex:1;
    }
    .footer-bottom-sp li a {
        width:100%;
        height:70px;
        text-decoration: none;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .footer-bottom-sp li a span.jp-fig {
        color:#fff;
        font-size:13px;
    }
    .footer-bottom-sp li a span.eng-fig {
        font-size:10px
    }
    .footer-bottom-sp li:first-child a {
        background-color: var(--main-color-red);
    }
    .footer-bottom-sp li:nth-child(2) a {
        background-color: var(--main-color-blue);
    }
    .footer-bottom-sp li:last-child a {
        border-top:2px solid var(--main-color-red);
        color: var(--main-color-red);
        background-color:#fff;
        font-size: 12px;
    }
    .top-story::before {
        width:50%;
    }
    footer .footer-bottom {
        padding-top: 40px;
        padding-bottom:90px;
    }
    footer .footer-bottom .footer-sitemap {
        margin-bottom: 32px;
    }
    .reguler header {
        padding-bottom:50px;
    }
    .reguler header .header-bar .left-bar {
        padding-left: 20px;
    }
    .reguler header .header-bar .left-bar .site-ttl {
        margin-top:0;
    }
    .reguler header .header-bar .left-bar .logo-header {
        width: 25vw;
        max-width: 234px;
        margin-right: 0;
    }
    .row-senpai {
        padding: 0 30px;
    }
    .ttl-area-senpai .row-senpai {
        flex-direction: column-reverse;
        gap:24px
    }
    .ttl-area-senpai .video-sumbnail {
        width: calc(100% + 30px);
        height: 67vw;
    }
    .ttl-area-senpai .video-sumbnail .btn-video {
        width:50vw;
        height:12vw;
        max-width: 386px;
        max-height: 96px;
        border-radius: 6vw;
        font-size: clamp(18px,4.6vw,38px);
    }
    .ttl-area-senpai {
        border-radius: 27px 0 0 0;
    }
    .ttl-area-senpai .row-senpai .col:last-child {
        margin-top: 40px;
        margin-bottom: 0;
    }
    .ttl-area-senpai .row-senpai .col:first-child {
        margin-top: 0;
        margin-bottom: 64px;
        flex-basis: 100%;
    }
    .ttl-area-senpai h4 {
        margin-bottom: .8em;
    }
    .ttl-area-senpai h2 {
        line-height: 1.4;
    }
    .ttl-area-senpai .parson .position {
        margin-bottom: 0;
    }
    .ttl-area-senpai .parson {
        margin-bottom: 24px;
    }
    .content-area-senpai .row-senpai {
        gap: 48px;
        flex-direction: column;
    }
    .content-area-senpai .row-senpai .col.ttl-sect {
        flex-basis: auto;
    }
    .content-area-senpai .row-senpai .col.cont-sect .block-cont {
        padding-right: 0;
        padding-bottom: 40px;
    }
    .content-area-senpai .row-senpai .col.cont-sect .block-img {
        width: calc(100% + 60px);
        margin-left:-30px;
    }
    .content-area-senpai:nth-child(2) .row-senpai .col.cont-sect .block-img:after {
        width: 100%;
        height: 100%;
        bottom: 0;
        right: 0;
    }
    .content-area-senpai {
        padding-bottom: 64px;
    }
    main.senpai .content-area-senpai:nth-child(2) {
        padding-top: 64px;
    }
    .content-area-senpai:nth-child(3) .row-senpai .col.cont-sect .block-img:after {
        width: 79vw;
        height: 58vw;
        top: -24px;
    }
    .content-area-senpai:nth-child(3)::after {
        width: 100vw;
        height: 127vw;
        top: auto;
        left: 0;
        bottom:0;
    }
    .content-area-senpai:nth-child(4)::after {
        height: 95vw;
    }
    .content-area-senpai:nth-child(4) .row-senpai .col.cont-sect .block-img:after {
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
    }
    .selector-senpai {
        padding-top: 52px;
        padding-bottom: 62px;
    }
    .selector-senpai .flxbox {
        align-items: flex-start;
        flex-direction: column;
        gap:16px;
    }
    .selector-senpai .col:first-child {
        flex-basis: 100%;
    }
    .selector-senpai .slect-card li {
        width: 166px;
        margin: 0 5px;
    }
    .selector-senpai .col:last-child {
        width: 100%;
    }
    .selector-senpai .slect-card li a .parson {
        padding: 8px 16px;
    }
    .selector-senpai .slect-card li a {
        border-radius: 8px;
    }
    .reguler footer .footer-ttl {
        padding: 57px 0 20px 0;
    }
    .story-ttl .flxbox {
        padding-bottom: 42px;
        gap: 24px;
        flex-wrap:wrap
    }
    .story-ttl p {
        flex-basis: calc(100vw - 40px);
    }
    .story-ttl {
        padding-bottom: 32px;
        padding-top: 42px;
    }
    .story-ttl .main-visual figure figcaption {
        bottom: 8px;
    }
    .story-ttl .main-visual figure:first-child figcaption {
        left: 20px;
    }
    .story-ttl .main-visual figure:last-child figcaption {
        left: 12px;
    }
    .story-ttl .main-visual figure img {
        width:50vw;
        height:53vw;
        object-fit: cover;
    }
    .story-ttl .ttl-page {
        padding-top: 32px;
        gap: 12px;
        flex-wrap:wrap
    }
    .story-ttl .ttl-page .series-numb .m-fig, .story-ttl .ttl-page .series-numb .numb {
        display:inline
    }
    .story-ttl .ttl-page .series-numb .m-fig {
        margin-right:.2em;
    }
    .story-ttl .ttl-page .series-numb .s-fig {
        margin-bottom:-1.5em;
    }
    main.story .video-area {
        padding-bottom: 39px;
        padding-top: 51px;
    }
    main.story .video-area a::after {
        width:28vw;
        height:7vw;
        max-width: 368px;
        max-height: 96px;
        min-width:110px;
        min-height:28px;
        font-size: clamp(12px,3vw,38px);
    }
    .story-content h3 {
        margin-bottom: .6em;
    }
    .story-content .taidan-block .comment {
        margin-top: 24px;
        gap: 16px;
    }
    .story-content .taidan-block .comment .name {
        width:5.3em;
        height:2.1em;
    }
    .story-content .img-block {
        width:100vw;
        margin-top: 40px;
        margin-left:-20px;
    }
    .story-content .img-block img.w2pc {
        height: 40vw;
        object-fit: cover;
    }
    .story-content {
        padding-bottom: 40px;
    }
    .story-list {
        padding-bottom: 42px;
        padding-top: 42px;
    }
    .story-list ul.story-list-unit li a {
        text-decoration: none;
        display: flex;
        gap: 64px;
        flex-direction: column;
    }
    .story-list ul.story-list-unit li a h3.series-numb .m-fig, .story-list ul.story-list-unit li a h3.series-numb .numb {
        display:inline;
    }
    .story-list ul.story-list-unit li a h3.series-numb .m-fig {
        margin-right:.2em;
    }
    .story-list ul.story-list-unit li a h3.series-numb .s-fig {
        margin-bottom:-1.8em;
    }
    .story-list ul.story-list-unit li a {
        position:relative;
        gap:16px;
        padding-bottom:80px;
    }
    .story-list ul.story-list-unit li a .parson {
        position:absolute;
        bottom:0;
        left:0;
    }
    .ttl-mentor .mv-area  h2.eng-fig {
        font-size: 32vw;
    }
    .ttl-mentor {
        padding-top: 12px;
    }
    .taidan-mentor .member .flxbox {
        margin-bottom: 72px;
        justify-content: flex-start;
        flex-direction: column;
        gap:32px
    }
    .taidan-mentor .member .flxbox .col.parson {
        flex-basis: 100%;
        display:flex;
        gap:8px;
    }
    .taidan-mentor .member .flxbox .col.parson:nth-child(odd) {
        flex-direction: row-reverse;
    }
    .taidan-mentor .member .flxbox .col.parson img {
        width:48vw;
        height:48vw;
    }
    .taidan-mentor .member .flxbox .col.parson:nth-child(odd) img {
        margin-right:-20px;
    }
    .taidan-mentor .member .flxbox .col.parson:nth-child(even) img {
        margin-left:-20px;
    }
    .taidan-mentor .member img {
        margin-bottom: 0;
    }
    .taidan-mentor .content-taidan .taidan-block {
        margin-bottom: 58px;
    }
    .mentor .photo-image {
        margin-bottom: 58px;
    }
    .ttl-checkdata .row {
        gap: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    .check-data .data-box {
        gap:20px;
        padding-top:40px;
        padding-bottom:64px;
    }
    .check-data .data-box figure img {
        width:100%;
    }
    .check-data .data-box figure.w2pc {
        flex-basis:100%
    }
    .worklife-balance .support-list {
        padding-top: 32px;
        padding-bottom: 54px;
    }
    .worklife-balance .support-list .flxbox {
        margin-top: 38px;
        gap: 38px;
        flex-direction: column;
    }
    .worklife-balance .support-list .flxbox .col {
        padding: 52px 16px 32px;
        flex-basis: 100%;
        border-radius: 12px;
        position:relative
    }
    .worklife-balance .support-list .flxbox .col img.icon-support {
        width:17vw;
        height:auto;
        max-width:105px;
        position:absolute;
        top:-24px;
        left:50%;
        transform: translateX(-50%);
    }
    .worklife-balance .support-list .flxbox .col h5 {
        margin-top:-8px;
        margin-bottom: .2em;
    }
    .worklife-balance .support-list .flxbox .col h3 {
        margin-bottom: 0;
    }
    .worklife-balance .support-list .flxbox .col i.icon {
        width:72px;
        margin-bottom: 0;
        position:absolute;
        top:8px;
        right:8px;
    }
    .worklife-balance .familyday {
        margin: 0 auto 48px auto;
        padding: 0;
    }
    .worklife-balance .women-support {
        margin: 0 auto 55px auto;
        padding: 0 20px;
    }
    .worklife-balance .women-support .base-wht {
        padding: 40px 0;
        border-radius: 16px;
    }
    .worklife-balance .women-support .schedule {
        margin-top: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #A5A5A5;
    }
    .worklife-balance .women-support .work-year {
        padding-top: 40px;
    }
    .worklife-balance .women-support .work-year img.sp-only {
        margin-top:24px;
    }
    .ttl-term {
        width: 100%;
        height:54vw;
        max-height: 460px;
        background-image: url(../images/term_ttl_bg_sp.jpg);
        background-size: cover;
        border-top: 10px solid #fff;
        border-bottom: 10px solid #fff;
    }
    .ttl-term h2 {
        margin-bottom: 6px;
    }
    main.worklife-balance .ttl-term {
        background-image: url(../images/wlb_ttl_bg_sp.jpg);
    }
    .row-term {
        margin-top: 20px;
        margin-bottom: 25px;
        padding: 0 20px;
    }
    .row-term .base-wht {
        padding-top: 16px;
        padding-bottom: 64px;
        background-color: #fff;
        border-radius: 8px;
    }
    .sect-term {
        margin-top: 32px;
    }
    h3.ttl-sect-term {
        width: 69vw;
        height: 11vw;
        max-width: 412px;
        max-height: 68px;
        font-size: clamp(21px,4vw,31px);
    }
    h3.ttl-sect-term::before, h3.ttl-sect-term::after {
        width: 5.5vw;
        height: 11vw;
        max-width: 35px;
        max-height: 70px;
    }
    h3.ttl-sect-term.wide span::before, h3.ttl-sect-term.wide span::after {
        width: 5.5vw;
        height: 11vw;
        max-width: 35px;
        max-height: 70px;
        top:50%;
    }
    h3.ttl-sect-term.wide span::before {
        transform: translateY(-50%);
    }
    h3.ttl-sect-term.wide span::after {
        transform: translateY(-50%) rotate(180deg);
    }
    .sect-term .subm-content {
        padding: 32px 0;
    }
    .sect-term .subm-content h4::after {
        width: 68px;
    }
    .sect-term .subm-content .link-icon {
        width:200px;
        margin-top: 24px;
    }
    main.performance section.perform-sect {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    main.performance section.perform-sect figure {
        margin-top: 40px;
    }
    h4.sumbttl-sect-term::after {
        width: 84px;
    }
    .perform-sect .capital-data {
        margin-top: 42px;
        padding: 42px 20px;
    }
    .perform-sect .capital-data:last-child figure img {
        margin-bottom:-20vw;
    }
    section.perform-sect .subm-content {
        padding: 70px 0;
    }
    .guideline table.saiyo {
        width:100%
    }
    table.yokou-list tr th, table.yokou-list tr td {
        display:block
    }
    table.yokou-list tr th {
        padding-top: 1.5em;
        padding-bottom:.8em;
        border-right:none;
        border-bottom:thin solid #707070
    }
    table.yokou-list tr td {
        padding-left: 0;
        padding-bottom:1.5em
    }
    .guideline .link-box {
        gap: 26px;
        flex-direction: column;
    }
    .guideline .link-box a {
        flex-basis: 100%;;
        padding:20px;
    }
    .faq .ttl-term {
        background-image:url(../images/faq_ttl_bg_sp.jpg)
    }
    .sect-faq details summary {
        height:10.7vw;
        max-height: 132px;
        padding-left: 11.2vw;
        border-radius: 4px;
    }
    .sect-faq details summary span.question {
        width:6vw;
        height:6vw;
        max-width: 60px;
        max-height: 60px;
        padding-bottom: .2em;
        font-size: clamp(12px,4vw,32px);
        left: 10px;
    }
    .sect-faq details summary span.icon {
        width: 13px;
        height: 13px;
        right: 10px;
    }
    .sect-faq details summary span.icon::before {
        width: 13px;
        height: 1px;
    }
    .sect-faq details summary span.icon::after {
        width: 13px;
        height: 1px;
    }
    .sect-faq details[open] summary {
        border-radius: 4px 4px 0 0;
    }
    .sect-faq details[open] .answer {
        height: auto;
        padding: 8px 44px;
        border-radius: 0 0 4px 4px;
    }
    .sect-faq details .answer::before {
        width:6vw;
        height:6vw;
        max-width: 60px;
        max-height: 60px;
        font-size: clamp(12px,4vw,32px);
        top: 16px;
        left: 10px;
    }
    .faq .faq-area {
        padding-top: 44px;
        padding-bottom: 44px;
    }
    .sect-faq {
        margin-bottom: 38px;
    }
    .sect-faq details .answer .flxbox {
        gap: 0;
        flex-direction: column;
        align-items: flex-end;
    }
    .sect-faq details .answer .flxbox .col img {
        margin-top: 0px;
        width:100px
    }
    main.intern .course-guide .flxbox {
        gap: 0;
        flex-direction: column;
    }
    main.intern .message .flxbox {
        gap: 32px;
        flex-direction: column;
    }
    main.intern .course-guide .flxbox .col.general .ttl-course:before {
        width: calc(100% + 40px);
        bottom: 0;
        right: auto;
        left:-20px;
    }
    main.intern .message .base-gray {
        margin-bottom:16px;
        padding: 24px 0px 64px;
        border-radius: 24px;
    }
    main.intern h2 {
        margin-bottom: 32px;
    }
    main.intern {
        padding-top: 36px;
    }
    main.intern .message .base-gray figure img {
        width:60vw;
        max-width:392px;
        margin:0 auto;
    }
    main.intern .course-guide .flxbox .col.system .ttl-course:before {
        width: calc(100% + 40px);
        height: 100%;
        bottom: 0;
        left: -20px;
    }
    main.intern .course-guide .flxbox .col .ttl-course {
        margin-bottom: 72px;
        padding-bottom: 32px;
        padding-top: 32px;
    }
    main.intern .course-guide .flxbox .col .ttl-course img {
        border-radius: 16px;
    }
    main.intern .course-guide .flxbox .col .inner .base-wht {
        margin-bottom: 24px;
        padding: 24px 16px;
        border-radius: 16px;
    }
    main.intern .course-guide .flxbox .col.system figure {
        margin-right: 0;
    }
    main.intern .course-guide .flxbox .col.system figure img {
        border-radius: 16px;
    }
    main.intern section.program {
        padding-top: 92px;
        padding-bottom: 48px;
    }
    main.intern section.program .program-list .col {
        flex-basis: 100%;
        padding: 32px 16px;
        border-radius: 12px;
    }
    main.intern section.program .program-list {
        gap: 20px;
    }
    main.intern section.gaiyou {
        padding-top: 32px;
        padding-bottom: 48px;
    }
    main.intern section.gaiyou .base-wht {
        padding-top: 44px;
        padding-bottom: 32px;
        border-radius: 24px;
    }
    main.intern section.gaiyou .base-wht table.gaiyo-table tr th, main.intern section.gaiyou .base-wht table.gaiyo-table tr td {
        display:block;
    }
    main.intern section.gaiyou .base-wht table.gaiyo-table tr th {
        padding-bottom:0;
        border-bottom:none;
    }
    main.intern section.gaiyou .base-wht table.gaiyo-table tr td {
        padding-top:0;
    }
    main.intern section.gaiyou .base-wht table.gaiyo-table tr td p.speck {
        font-size: 14px;
    }
    main.intern section.gaiyou .base-wht table.gaiyo-table {
        margin-bottom: 48px;
    }
    main.intern section.gaiyou .base-wht .link-box {
        gap: 16px;
        flex-direction: column;
    }
    main.intern section.gaiyou .base-wht .link-box a {
        flex-basis: 100%;
        padding: 0 20px;
    }
    main.intern section.gaiyou .base-wht .link-box a img {
        width:100%;
        max-width:330px;
    }
    main.intern .course-guide {
        padding-bottom: 64px;
        background: #F7F7F7;
    }
    .ttl-taidan .ttl-copy {
        margin-top: 24px;
        color: inherit;
    }
    .taidan-jigyo.taidan02 .ttl-copy {
        margin-left: 0;
        margin-right:0;
    }
    .ttl-taidan {
        height: auto;
        display: block;
    }
    .ttl-jigyo {
        width:100%;
    }
    main.support {
        padding-top: 8px;
        padding-bottom: 44px;
        background-color: #fff;
        border-bottom: thin solid #BABABA;
    }
    .ttl-jigyo .ttl-copy {
        position: absolute;
        left: 20px;
        top: auto;
        bottom:44px;
        transform: translateY(0);
    }
    .ttl-jigyo .ttl-eng {
        position: absolute;
        bottom: auto;
        top:68vw;
    }
    main.support section.nayami {
        padding-bottom: 0;
        padding-top: 58px;
        background-image: none;
    }
    main.support section.nayami figure {
        width:calc(100% + 40px);
        margin-left:-20px;
    }
    main.support section.nayami figure img {
        width:100vw;
    }
    main.support section.kaiketsu {
        padding-top: 100px;
        padding-bottom: 172px;
    }
    main.support section.kaiketsu {
        padding-top: 76px;
        padding-bottom: 72px;
    }
    main.support section.kaiketsu .kaiketsu-box .col {
        flex-basis: 100%;
        padding: 56px 8px 32px;
        filter: drop-shadow(0 0 16px rgba(0,0,0,.08));
        text-align: center;
    }
    main.support section.kaiketsu .kaiketsu-box {
        gap: 40px;
    }
    .taidan-jigyo .member-list .flxbox {
        justify-content: center;
        gap:32px
    }
    .taidan-jigyo .member-list .flxbox {
        flex-direction: column-reverse;
    }
    .taidan-jigyo .member-list .flxbox .col.parson {
        flex-basis: 100%;
        display:flex;
        align-items: flex-start;
        gap:10px;
    }
    .taidan-jigyo .member-list .flxbox .col.parson:last-child {
        flex-direction: row-reverse;
    }
    .taidan-jigyo .member-list .flxbox .col.parson img {
        width: 47vw;
    }
    .taidan-jigyo .member-list .flxbox .col.parson:first-child img {
        margin-left:-20px;
    }
    .taidan-jigyo .member-list .flxbox .col.parson:last-child img {
        margin-right:-20px;
    }
    
    .taidan-jigyo .member-list {
        margin-bottom: 58px;
        padding-top: 48px;
    }
    .content-taidan .taidan-block {
        margin-bottom: 54px;
    }
    .taidan-jigyo .photo-jigyo, .taidan-insight .photo-jigyo {
        margin-bottom: 54px;
    }
    main.system {
        padding-top: 10px;
        padding-bottom: 24px;
    }
    main.system .ttl-jigyo {
        margin-bottom: 10px;
    }
    .base-gray {
        margin-bottom: 32px;
        padding-top: 20px;
        padding-bottom: 24px;
    }
    main.system figure.chart {
        width: 100%;
        padding-left:30px;
        padding-right:30px;
        padding-bottom: 62px;
        margin:0 auto;
    }
    main.system figure.chart img {
        width:100%;
        max-width:333px;
        margin:0 auto;
    }
    .tantou .base-wht {
        padding: 48px 16px;
        border-radius: 16px;
    }
    .tantou .flxbox {
        gap: 63px;
        flex-direction: column;
    }
    .tantou .flxbox .col {
        padding: 108px 28px 40px;
    }
    main.system .taidan-jigyo .member-list .flxbox {
        flex-direction: column;
    }
    main.system .taidan-jigyo .member-list .flxbox .col {
        gap:10px;
    }
    main.system .taidan-jigyo .member-list .flxbox .col.parson:first-child {
        flex-direction: row-reverse;
    }
    main.system .taidan-jigyo .member-list .flxbox .col.parson:nth-child(2) {
        flex-direction: row;
    }
    main.system .taidan-jigyo .member-list .flxbox .col.parson:first-child img {
        margin-right:-20px;
        margin-left:0;
    }
    main.system .taidan-jigyo .member-list .flxbox .col.parson:nth-child(2) img {
        margin-left:-20px;
    }
    body.career .header-top {
        width:100%;
        height:40px;
        padding-left:30px;
        background-color: #fff;
        display:flex;
        align-items: center;
    }
    body.career header .wrapper {
        height:21vw;
        background-image: url(../images/career_header_bg_sp.png);
        display:flex;
        align-items: center;
    }
    body.career.reguler header .wrapper::after {
        content: none;
    }
    body.career header .wrapper  .header-main {
        width: calc(100% - 60px);
        padding: 0;
    }
    body.career header .wrapper .header-main nav .header-nav {
        width: auto;
        height: auto;
        border: none;
        border-radius: 0;
        gap: 1em;
    }
    body.career header .wrapper .header-main nav .header-nav li {
        font-size: clamp(13px,1.8vw,22px);
    }
    body.career .ttl-page {
        height:38vw;
        max-height: 360px;
    }
    body.career .row-term .base-wht::before, body.career .row-term .base-wht::after {
        width:27.7vw;
        height:1.3vw;
        max-width: 378px;
        max-height: 13px;
    }
    body.career .row-term .base-wht {
        padding-top: 50px;
        padding-bottom: 67px;
    }
    body.career table.yokou-list tr td {
        padding-left:0;
    }
    body.career table.yokou-list {
        margin-bottom: 62px;
    }
    .taidan-insight .photo-jigyo.elemented::before, .taidan-insight .photo-jigyo.elemented::after {
        content: none;
    }
    .taidan-insight .photo-jigyo {
        width:calc(100% + 40px);
        margin-left:-20px;
    }
    body.career .intoroduct .ttl-bunner {
        margin-bottom: 32px;
    }
    body.career .insight .ttl-page {
        height:65vw;
    }
    body.career .insight .ttl-page .flxbox {
        align-items: center;
        gap:10px;
        flex-direction: column;
        text-align: center;
    }
    body.career .intoroduct .parson {
        width: 100%;
        padding-top:14px;
        position: static;
        left: 0;
        bottom: 0;
        color: #575757;
        filter: drop-shadow(0 0 2px rgba(0,0,0,.0));
    }
    body.career .intoroduct h2 {
        top: 19vw;
        left: 50%;
        transform: translate(-50%,0);
    }
    body.career .intoroduct {
        margin-bottom: 58px;
        padding-bottom: 40px;
    }
    body.career  main.insight {
        padding-bottom: 10px;
    }
    body.career .footer-bottom-sp {
        display:block;
    }
    body.career .footer-bottom-sp li a {
        border-top: none;
        color: var(--main-color-red);
        background-color: var(--sumb-color-darkblue);
        font-size: 12px;
    }
    body.career .footer-bottom-sp li a span.jp-fig {
        letter-spacing: .2em;
    }
    body.career .footer-bottom-sp li a span.eng-fig {
        color:#2B8AE8
    }
    body.career.top {
        background-image: none;
    }
    body.career.top::after {
        content: none;
    }
    body.career.top .career-top-mv {
        margin: -6.8vw 0 0 0;
        padding: 0;
    }
    body.career.top .career-top-mv h2 {
        left: 6vw;
    }
    body.career.top .ttl-page {
        height:88vw;
        max-height: 526px;
        flex-direction: column;
        text-align: center;
        gap: 30px;
        justify-content: flex-start;
    }
    body.career.top .top-about-career {
        padding-top: 58vw;
        padding-bottom: 80px;
        margin-top:-35vw;
        background-image: url(../images/career_top_about_bg_sp.png);
        background-size:100%;
    }
    body.career.top .top-about-career .ttl-area .row {
        padding-left: 0;
        gap: 30px;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    body.career.top .top-about-career .about-content {
        flex-direction: column;
    }
    body.career.top .top-about-career .about-content .col .inner {
        margin-top: -30px;
        margin-left: 24px;
        padding-top: 62px;
        padding-bottom: 32px;
        padding-left: 24px;
        border-left: 2px solid var(--sumb-color-darkblue);
    }
    body.career.top .top-insight .flxbox {
        flex-direction: column;
    }
    body.career.top .top-insight .col.right-col {
        display:none;
    }
    body.career.top .top-insight .col.left-col {
        margin-top: 0;
        margin-right: 0;
        padding-top: 64px;
        padding-left: 0;
        padding-bottom:64px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    body.career.top .top-insight .col.left-col .copy-block {
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
    }
    body.career.top .top-insight .col.left-col .copy-block p {
        text-align: left;
    }
    body.career.top .top-insight .col.left-col .copy-block figure {
        margin-top:32px;
        margin-bottom:32px;
        width:calc(100% + 40px);
        margin-left:-20px;
    }
    body.career.top .top-entory {
        padding: 32px 0;
        background-color: #fff;
    }
    body.career.top .top-entory .flxbox {
        padding-left: 30px;
        padding-right: 0;
        left: 0;
        top: 50%;
        justify-content: space-between;
        align-items: flex-end;
        transform: translateY(-50%);
    }
    body.career.top .top-entory .flxbox .col:first-child {
        padding-left: 10px;
        border-left: 2px solid #fff;
    }
    body.career.top .top-welcome {
        padding-top: 86px;
        padding-bottom: 86px;
        background-image: url(../images/career_top_bg02_sp.jpg);
    }
    .recruit-top .overview .col {
        flex-basis: 100%;
    }
    .row-term .overview {
        flex-direction: column;
    }
    .comeback .flxbox {
        margin-bottom: 32px;
        gap: 12px;
        flex-direction: column;
    }
    .recruit-top .ttl-term {
        background-image:url(../images/recruittop_ttl_bg_sp.jpg)
    }
    .jobreturn .ttl-term {
        background-image:url(../images/jubreturn_ttl_bg_sp.jpg)
    }
    .parttime .ttl-term {
        background-image:url(../images/parttime_ttl_bg_sp.jpg)
    }
    .comeback .ttl-term {
        background-image:url(../images/comeback_ttl_bg_sp.jpg)
    }
    .row-term .overview {
        padding: 5px 20px 0 20px;
    }
    .recruit-top .overview .col img {
        margin-bottom: 24px;
        border-radius: 10px;
    }
    .recruit-top .overview .col a.btn-read-more {
        padding-right: 80px;
        margin-right:0;display:flex;
        justify-content: flex-end;
    }
    .recruit-top .overview .col a.btn-read-more::after {
        width: 70px;
        height: 5px;
        bottom: 4px;
    }
    .recruit-top .overview .col > :not(img) {
        margin-left: 12px;
    }
    .recruit-top .overview {
        gap: 54px;
        flex-wrap: wrap;
    }
    .recruit-top .overview .col a {
        margin-left:0;
    }
    .overview h3.red-lined {
        margin-top: 1em;
        padding: .0em 1em;
        border-left: 3px solid var(--main-color-red);
    }
    .recruit-top .overview .col p {
        margin-bottom: 1em;
    }
    .introduct-area .flxbox {
        margin-bottom: 30px;
        gap: 6px;
    }
    .overview .list-job li {
        padding: 18px;
        border-radius: 16px;
        gap: 24px;
        flex-direction: column;
    }
    .overview .list-job li h4 {
        width: 100%;
        height: 2.8em;
        border-radius: 8px;
    }
    .introduct-area {
        margin-bottom: 30px;
    }
    .jobreturn .row-term .scroll-sp {
        margin-bottom: 30px;
        overflow-x: scroll;
    }
    table.job-part {
        margin-bottom: 12px;
        width: 100%;
        min-width:720px;
        border-spacing: 6px;
    }
    table.job-part tbody tr th {
        border-radius: 8px;
    }
    table.job-part tbody tr td {
        border-radius: 8px;
    }
    table.job-part thead tr th {
        border-radius: 8px 8px 0 0;
    }
    h3.blue-base {
        border-radius: 6px;
    }
    .comeback .ttl-term {
        position:relative;
    }
    .comeback .ttl-term .row {
        flex-direction: column;
        justify-content: center;
        gap:16px;
    }
    .comeback .ttl-term .row .col {
        text-align: center;
    }
    .comeback .ttl-term .row img {
        width:24vw;
        max-height:54px;
    }
    .comeback .overview .phone-numb {
        padding: .6em;
        border: 2px solid #707070;
        border-radius: 6px;
    }
    .comeback .overview .message-end {
        padding:1em 1em;
        border:2px solid #707070;
        border-radius: 6px;
    }
    .top-data .row .col:last-child {
        width: 100%;
    }
}

/* SP mobilePhone */
@media screen and (max-width:480px) {
    footer .footer-bottom .footer-sitemap li:nth-child(4) {
        display:none;
    }
    .story-ttl .ttl-series span:last-child {
        font-size: 28px;
    }
    .story-ttl h4 {
        font-size: 14px;
        white-space: preserve nowrap;
    }
    .story-ttl p {
        font-size: 14px
    } 
    .story-ttl .main-visual figure figcaption .profile {
        font-size: 13px
    }
    .story-ttl .main-visual figure figcaption .name {
        font-size: 13px
    }
    .story-ttl .main-visual figure figcaption .name span {
        font-size: 24px;
    }
    .content-taidan .taidan-block .comment .member {
        width: 68px;
        margin-right: 8px;
    }
    .content-taidan .taidan-block .comment .member::before {
        margin-bottom: 4px;
        width: 68px;
        height: 68px;
    }
    .content-taidan .taidan-block .comment p {
        margin-left: 12px;
    }
    .content-taidan h3 {
        letter-spacing: 0em;
    }
 }

 /* 追加 新卒トップ 260205 */
.toppage header .header-bar .left-bar .site-ttl {
    margin-right: 32px;
}
.toppage header .header-bar .left-bar .logo-header {
    width: 14vw;
    max-width: 263px;
    margin-right: auto;
}
@media screen and (min-width: 1729px) {
    .toppage header .header-bar .left-bar .btn-area-headerbar li {
        font-size: 16px;
    }
}

/* 追加 SP 260206 */
@media screen and (max-width: 768px) {
	.toppage header, .reguler header {
	    padding-bottom: 50px;
	    padding-top: 22px;
		padding-left:0;
	}
	header .header-bar .left-bar {
	    margin-right: 18px;
	}
}