* {
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
p,
a,
span {
    margin: 0;
}

.sp {
    display: none;
}

@media (max-width:780px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }
}

/* header */
.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
}

.header-left img {
    height: 40px;
    width: auto;
    display: block;
}

/* hamburger */
.hamburger {
    width: 44px;
    height: 44px;
    border: none;
    background: transparent;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    cursor: pointer;
}

.hamburger__line {
    display: block;
    width: 24px;
    height: 2px;
    background: #111;
    margin: 0 auto;
    transition: transform .25s ease, opacity .25s ease;
}

/* overlay */
.menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: #00226D;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
}

.menu-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
}

.menu-overlay__nav {
    position: relative;
    text-align: center;
    width:330px;
}

.menu-overlay__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-overlay__list a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    padding: 14px 0;
}

.menu-overlay__list a:hover {
    opacity: .8;
}

.menu-overlay__close {
    position: absolute;
    top: 17px;
    right: 17px;
    width: 44px;
    height: 44px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 34px;
    cursor: pointer;
}

/* hamburger -> X */
.hamburger.is-open .hamburger__line:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.hamburger.is-open .hamburger__line:nth-child(2) {
    opacity: 0;
}

.hamburger.is-open .hamburger__line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

/* スムーススクロールの保険（JSでもやるけど） */
html {
    scroll-behavior: smooth;
}

@media (max-width:600px){
.site-header{
    padding:8px 16px;
}

    .header-left img{
        max-width:180px;
        object-fit: contain;
    }
}


/*common*/
html,
body {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
}

.container {
    max-width: 1192px;
    width: 92.48%;
    margin: auto;
}

.sec-ttl {
    font-size: 60px;
    font-family: "Cambay", sans-serif;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.04em;
    margin-bottom: 32px;
    color: #053473;
}

.sec-ttl .ja {
    display: block;
    font-size: 14px;
    font-family: "Noto sans jp", sans-serif;
    line-height: 2;
    letter-spacing: 0, 04em;
    font-weight: 500;
    padding-left: 21px;
    position: relative;
    margin-top: 10px;
}

.sec-ttl .ja:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url("/wp/wp-content/themes/suzuki-zeimu/recruit-img/chip-white.png");
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width:780px) {
    .sec-ttl {
        font-size: 40px;
    }
}

/*FV*/
.fv-sec {
    background: url("/wp/wp-content/themes/suzuki-zeimu/recruit-img/fv-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 66px 0px 32px 0px;
    position: relative;
}

.fv-sec img {
    width: 100%;
}

.entry-btn {
    background: #ff860d;
    display: block;
    margin: auto;
    margin-top: 40px;
    padding: 12px 0px;
    max-width: 405px;
    width: 92.48%;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    text-decoration: none;
    position: relative;
}

.entry-btn svg {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width:600px){
.fv-sec {
    background: url("/wp/wp-content/themes/suzuki-zeimu/recruit-img/fv-bg-sp.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px 32px 0px;
    position: relative;
}

    .entry-btn{
        font-size:20px;
        padding:18px 0px;
    }
    .entry-btn svg{
        width:18px;
        height:16px;
    }
}

/*about*/
.about-sec {
    padding-top: 160px;
    padding-bottom: 120px;
}

.about-flex {
    display: flex;
    max-width: 1191px;
    width: 92.48%;
    margin: auto;
    align-items: center;
    justify-content: space-between;
}

.about-flex-left {
    width: 42.5%;
    max-width: 511px;
}

.about-flex-right {
    width: 55%;
    max-width: 634px;
    line-height: 3;
    letter-spacing: 0.04em;
    font-size: 18px;
    font-weight: 500;
}

@media (max-width:999px) {
    .about-flex-right {
        font-size: 16px;
        line-height: 2;
    }
}

@media (max-width:780px) {
    .about-sec {
        padding: 60px 0px;
    }

    .about-flex {
        flex-direction: column;
        gap: 24px 0px;
    }

    .about-flex-left,
    .about-flex-right {
        width: 100%;
        max-width: 100%;
    }
}

/*Message*/
.message-sec {
    background: #043371;
    padding: 100px 0px 88px 0px;
    color: #fff;
}

.message-sec .container {
    max-width: 1125px;
    margin: auto;
}

.message-sec .sec-ttl {
    color: #fff;
}

.message-flex {
    display: flex;
    margin: auto;
    width: 100%;
    justify-content: space-between;
}

.message-flex-left {
    max-width: 460px;
    width: 38%;
}

.message-flex-right {
    width: 60%;
    max-width: 634px;
}

.message-flex-right p {
    margin-bottom: 2em;
    line-height: 2;
    letter-spacing: 0.04em;
    font-size: 18px;
    font-weight: 400;
}

.message-flex-right img {
    width: 220px;
    margin-left: auto;
    position: relative;
    display: block;
}

@media (max-width:1024px) {
    .message-flex {
        flex-direction: column;
        gap: 24px 0px;
    }

    .message-flex-right {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width:780px) {
    .message-sec {
        padding: 48px 0px;
    }

    .message-flex-left {
        max-width: 100%;
        width: 100%
    }

    .message-flex-right p {
        font-size: 16px;
    }
}

/*philosophy*/
.philosophy-sec {
    padding: 120px 0px 80px 0px;
    background: url("/wp/wp-content/themes/suzuki-zeimu/recruit-img/philosophy-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.philosophy-sec p {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.04em;
    font-weight: 500;
    margin-bottom: 2em;
}

.philosophy-sec p:last-child {
    margin-bottom: 0;
}

.philosophy-sec .sec-ttl .ja:before {
    background: url("/wp/wp-content/themes/suzuki-zeimu/recruit-img/chip.png");
    background-size: contain;
}

@media (max-width:780px) {
    .philosophy-sec {
        padding: 60px 0px;
    }

    .philosophy-sec p {
        font-size: 16px;
    }
}

/*go-sec*/
.go-sec {
    padding: 100px 0px;
    position: relative;
    background: #F3F6FA;
}

.go-line {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #DFE5F3;
    left: 16.666%;
    top: 0;
}

.go-line2 {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #DFE5F3;
    left: 33.333%;
    top: 0;
}

.go-line3 {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #DFE5F3;
    left: 50%;
    top: 0;
}

.go-line4 {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #DFE5F3;
    left: 66.666%;
    top: 0;
}

.go-line5 {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #DFE5F3;
    left: 83.333%;
    top: 0;
}

.go-sec .container {
    position: relative;
    z-index: 1;
}

.go-sec .sec-ttl .ja:before {
    background: url("/wp/wp-content/themes/suzuki-zeimu/recruit-img/chip.png");
    background-size: contain;
}

.go-sec .sec-ttl {
    color: #053473;
}


.go-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}

.go-flex.last {
    margin-bottom: 0;
}

.go-flex-img {
    width: 40%;
    max-width: 480px;
}

.go-flex-text {
    width: 57%;
    max-width: 661px;
}

.go-flex-text .point {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #053473;
    font-weight: 500;
    padding-left: 12px;
    position: relative;
}

.go-flex-text .point:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #053473;
    border-radius: 50%;
}

.go-flex-text h3 {
    font-size: 29px;
    font-weight: bold;
    background: linear-gradient(90deg, #053473 1.01%, #327FE7 100.49%);
    margin-bottom: 8px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.go-flex-text p {
    line-height: 2;
    letter-spacing: 0.04em;
    font-size: 16px;
    margin-bottom: 2em;
}

.go-flex-text p:last-child {
    margin-bottom: 0;
}

.go-flex.reverse {
    flex-direction: row-reverse;
}

@media (max-width:1024px) {

    .go-flex,
    .go-flex.reverse {
        flex-direction: column;
        gap: 24px 0px;
        align-items: center;
    }

    .go-flex-text {
        max-width: 80%;
        width: 100%;
    }
}

@media (max-width:768px) {
    .go-sec {
        padding: 60px 0px;
    }

    .go-flex {
        margin-bottom: 40px;
    }

    .go-flex-text h3 {
        font-size: 24px;
    }

    .go-flex-img,
    .go-flex-text {
        max-width: 100%;
        width: 100%;
    }

    .go-flex-text p {
        font-size: 15px;
        line-height: 1.8;
        ;
    }
}

/*Skill*/
.skill-sec {
    padding: 60px 0px;
}

.skill-sec h2 {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(90deg, #053473 1.01%, #327FE7 100.49%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.skill-flex {
    display: flex;
    justify-content: space-between;
    max-width: 1076px;
    margin: auto;
}

.skill-flex .box {
    max-width: 340px;
    border: 2px solid #053473;
}

.skill-flex .box ul {
    padding: 0;
    max-width: 320px;
    margin: auto;
}

.skill-flex .box ul li {
    list-style: none;
    text-align: center;
    color: #053473;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E4E9F5;
    display: flex;
    align-items: center;
    justify-content: center;

}

.skill-flex .box ul li:last-child {
    border: none;
}

.skill-flex .box ul li:nth-child(2),
.skill-flex .box ul li:nth-child(3) {
    min-height: 66px;
}

@media (max-width:1120px) {
    .skill-flex {
        flex-wrap: wrap;
        align-items: center;
        gap: 24px;
        justify-content: center;
    }
}

@media (max-width:780px) {
    .skill-sec {
        padding: 48px 0px;
    }

    .skill-sec h2 {
        font-size: 24px;
    }
}



/*work-life*/
.work-life-sec {
    padding: 40px 0px 80px 0px;
}

.work-life-sec .sec-ttl {
    text-align: center;
    color: #053473;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.04em;
}

.work-life-sec .sec-ttl span {
    display: block;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.04em;
    margin-top: 20px;
    font-family: "Noto sans jp", sans-serif;
    font-weight: 500;
}

.work-life-flex {
    display: flex;
    max-width: 704px;
    margin: auto;
    justify-content: space-between;
}

.work-life-flex .box {
    width: 332px;
    border: 2px solid #053473;
}

.work-life-flex .box h3 {
    background: #053473;
    color: #fff;
    padding: 24px 0px;
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-size: 18px;
}

.work-life-flex .box ul {
    padding: 27px 0px 35px 0px;
    max-width: 290px;
    margin: auto;
}

.work-life-flex .box ul li {
    list-style: none;
    color: #053473;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 1.8em;
}

.work-life-flex .box ul li span {
    font-weight: 400;
    display: block;
    padding-left: 1em;
}

.work-life-flex .box:nth-child(2) li {
    margin-bottom: 0;
    line-height: 1.8;
}

@media (max-width:780px) {
    .work-life-flex {
        flex-direction: column;
        gap: 24px 0px;
        align-items: center;
    }

    .work-life-sec .sec-ttl {
        font-size: 32px;
        line-height: 1.5;
    }

    .work-life-sec .sec-ttl span {
        margin-top: 0;
    }
}

/*Relations*/
.space-img {
    position: relative;
    left: 0;
    right: 0;
    width: 92.84%;
    max-width: 1099px;
    margin: auto;
    display: block;
    position: relative;
    z-index: 1;
}


.relations-sec {
    margin-top: -285px;
    background: #F3F6FA;
    padding-top: 265px;
    padding-bottom: 80px;
    position: relative;
}

.relations-sec .container {
    max-width: 1099px;
}

.relations-sec .sec-ttl {
    margin-bottom: 32px;
    margin-top: 60px;
}

.relations-sec .sec-ttl .ja:before {
    content: "";
    background: url("/wp/wp-content/themes/suzuki-zeimu/recruit-img/chip.png");
    background-size: contain;
}

.relations-sec p {
    margin-bottom: 2em;
    line-height: 2;
    letter-spacing: 0.04em;
}

.relations-sec p:last-child {
    margin-bottom: 0;
}

@media (max-width:780px) {
    .space-img {
        margin-bottom: -100px;
    }

    .relations-sec {
        margin-top: 0;
        padding-top: 72px;
    }

    .relations-sec .sec-ttl {
        margin-bottom: 24px;
    }

    .relations-sec p {
        font-size: 15px;
    }
}

/*push-sec*/
.push-sec {
    padding: 80px 0px;
}

.push-sec .white-box {
    max-width: 978px;
    width: 95%;
    margin: auto;
    margin-top: -140px;
    background: #fff;
    position: relative;
    padding: 32px 10px;
    text-align: center;
}

.push-sec .white-box h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.04em;
    background: linear-gradient(90deg, #053473 1.01%, #327FE7 100.49%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 32px;
}

.push-sec .white-box p {
    margin-bottom: 2em;
    line-height: 2;
    letter-spacing: 0.04em;
}

.push-sec .white-box p:last-child {
    margin-bottom: 0;
}

@media (max-width:780px) {
    .push-sec {
        padding: 48px 0px;
    }

    .push-sec .white-box h2 {
        font-size: 24px;
    }

    .push-sec .white-box {
        text-align: left;
        margin-top: 0;
        width: 100%;
        padding: 0;
        padding-top: 16px;
    }

    .push-sec .white-box h2 {
        margin-bottom: 16px;
    }

    .push-sec .white-box p {
        font-size: 15px;
        margin-bottom: 1.5em;
    }

    .push-sec .white-box p br {
        display: none;
    }
}

/*join-sec*/
.join-sec {
    text-align: center;
    padding-top: 210px;
    padding-bottom: 100px;
    background: url("/wp/wp-content/themes/suzuki-zeimu/recruit-img/join-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -185px;
}

.join-sec h2 {
    font-size: 40px;
    font-weight: 500;
    background: linear-gradient(90deg, #053473 1.01%, #327FE7 100.49%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 32px;
    letter-spacing: 0.04em;
}

.join-sec p {
    margin-bottom: 1.5em;
    line-height: 2;
    letter-spacing: 0.04em;
}

.join-sec p:last-child {
    margin-bottom: 0;
}

@media (max-width:780px) {
    .join-sec {
        margin-top: 0;
        padding-top: 120px;
        padding-bottom:60px;
    }

    .join-sec h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .join-sec p {
        font-size: 15px;
        text-align: left;
    }
}

/*img slider*/
.scroll-infinity {
    margin-top: 80px;
    margin-bottom: 80px;
}

.scroll-infinity__wrap {
    overflow: hidden;
}

.scroll-infinity__track {
    display: flex;
    width: max-content;
    gap: 50px;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    animation: infinity-scroll-left 32s linear infinite;
}

.scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
}

.scroll-infinity__item {
    width: 2750px;
    height: 294px;
    flex-shrink: 0;
}

.scroll-infinity__item>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

@keyframes infinity-scroll-left {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }

    /* ← 2本分の半分で継ぎ目が一致 */
}

@media (max-width: 780px) {
    .scroll-infinity {
        margin-top: 48px;
        margin-bottom: 48px;
    }

    .scroll-infinity__item {
        width: 1400px;
        height: auto;
    }

    .scroll-infinity__item>img {
        height: auto;
    }

    .scroll-infinity__track {
        gap: 25px;
    }
}

/*CTA*/
.cta-sec{
    background:#043371;
    padding-top:88px;
    padding-bottom:160px;
    position: relative;
    overflow: hidden;
}
.cta-flex{
    display:flex;
    justify-content:space-between;
    align-items: flex-end;
}

.cta-flex-left{
    color:#fff;
    width:50%;
}
.cta-flex-left .sec-ttl{
    color:#fff;
}
.cta-flex-left p{
    margin-bottom:2em;
    line-height:2;
    letter-spacing: 0.04em;
    font-size:15px;
}
.cta-flex-left p:last-child{
    margin-bottom:0;
}
.cta-flex-right {
    width:350px;
}
.cta-btn{
    display: block;
    background:#fff;
    height:70px;
    position: relative;
    display:flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color:#000;
    font-weight: bold;
    margin-bottom:20px

}
.cta-btn:last-child{
    margin-bottom:0;
}

.cta-btn .min{
    display:block;
    font-size:12px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    width:100%;
    text-align: center;
    font-weight: 400;
}

.cta-btn svg{
    position:absolute;
    right:24px;
    top:50%;
    transform:translateY(-50%);
}

@media (max-width:780px){
.cta-sec{
    padding-top:60px;
    padding-bottom:80px;
}

    .cta-flex{
        flex-direction: column;
        gap:24px 0px;
    }

    .cta-flex-left{
        max-width:100%;
        width:100%;
    }
    .cta-flex-right{
        margin:auto;
    }

    .cta-flex-left p{
        font-size:14px;
    }
}

/* CTA infinity slider */
.cta-infinity{
  position: absolute;
  bottom:0;
}

.cta-infinity__wrap{
  overflow: hidden;
}

.cta-infinity__track{
  display: flex;
  width: max-content;
  gap: 50px;                    /* 間隔はここで維持 */
  will-change: transform;
  transform: translate3d(0,0,0);
  backface-visibility: hidden;
  animation: cta-infinity-move 18s linear infinite;
}

.cta-infinity__list{
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-shrink: 0;
}

.cta-infinity__item{
  width: 1766px;
  height: 96px;
  flex-shrink: 0;
}

.cta-infinity__item > img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@keyframes cta-infinity-move{
  from{ transform: translate3d(0,0,0); }
  to  { transform: translate3d(-50%,0,0); }
}

@media (max-width: 780px){

  .cta-infinity__item{
    width: 1200px;
    height: auto;
  }

  .cta-infinity__item > img{
    height: auto;
  }
}


/*Footer*/
footer{
    padding-top:48px;
    padding-bottom:20px;
    text-align: center;
}
footer img{
    display:block;
    width:280px;
    margin:auto;
    margin-bottom:12px;
}
footer p{
    line-height: 2;
    letter-spacing: 0.04em;
    font-size:14px;
}
footer .copyrights{
    display: block;
    font-size:14px;
    margin-top:40px;
    line-height: 2;
    letter-spacing: 0.04em;
}
@media (max-width:600px){
 footer .copyrights{
    font-size:12px;
 }   
}
/*アンカー位置*/
#message{
    scroll-margin-top: 30px;
}

#relations{
    scroll-margin-top: 80px;
}



/*
 * Archive-application
 * 
 * */
.recruit-page-header{
	padding:60px ;
	background:#053473;
}
.recruit-page-header h1{
	margin:0;
	text-align:center;
	color:#fff;
	font-size:40px;
	letter-spacing:1px;
}


.recruit-post-lists{
	padding:80px 0px;
}

.recruit-post-lists .container{
	max-width:800px;
	margin:auto;
	width:92.48%;
}

.application-list{
	margin:0;
	padding:0;
	display:flex;
	flex-direction:column;
	gap:40px;
	align-items:center;
}
.application-item{
	width:100%;
	list-style:none;
	padding:0;
	margin:0;
	border-radius:8px;
	box-shadow:0px 4px 6px rgba(0,0,0,0.16);
}
.application-item a{
	color:#fff;
	background: linear-gradient(90deg, #053473 1.01%, #327FE7 100.49%);
	letter-spacing:2px;
	font-weight:bold;
	font-size:20px;
	text-decoration:none;
	padding:20px 0px;
	text-align:center;
	display:block;
	transform:0.4s;
}
@media (min-width:768px){
	.application-item:hover a{
		opacity:0.7;
		transform:0.4s;
	}
}

/*
 * single-application
 * 
 * */
.application-contents{
	padding:80px 0px;
}
.application-contents .container{
	max-width:1100px;
	width:92.48%;
	margin:auto;
}

.application-contents h2{
	    background: linear-gradient(90deg, #053473 1.01%, #327FE7 100.49%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin-bottom:1em;
	margin-top:2em;
	padding-left:10px;
	border-left:5px solid #053473;
}
.application-contents h3{
	border-bottom:1px solid #053473;
	color:#053473;
	padding-bottom:8px;
	font-size:20px;
	margin-top:2em;
	margin-bottom:1em;
}

.application-contents p{
	line-height:1.8;
	margin-bottom:1em;
}

.application-contents ul{
	padding:0;
	margin:0;
	margin-top:1em;
	padding-left:1.25em;
}
.application-contents ul li{
	line-height:1.8;
}

.application-table{
	width:100%;
	border-collapse:collapse;
}

.application-table thead{
	background:#053473;
	color:#fff;
	text-align:center;
	margin-bottom:-1px;
}

.application-table tr,
.application-table td{
  height:auto !important;
}

.application-table th:first-child{
	padding:16px 10px;
	width:30% !important;
	height:auto !important;
}

.application-table th:nth-child(2){
	width:70% !important;
	padding:16px 10px;
	border-left:1px solid #fff;
	height:auto !important;
}

.application-table tr{
	display:flex;
}

.application-table tr td:first-child{
	width:30% !important;
	padding:16px 10px;
	border:1px solid #dedede;
	border-bottom:none;
	border-right:none;
	font-weight:bold;
	background:#f8f8f8;
}

.application-table tr td:nth-child(2){
	width:70% !important;
	padding:16px 10px;
	border:1px solid #dedede;
	border-bottom:none;
}

.application-table tr:last-child{
	border-bottom:1px solid #dedede;
}


/*Application-safari reset*/
.wpcf7 input:not([type="checkbox"]):not([type="radio"]),
.wpcf7 textarea,
.wpcf7 select{
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #666;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 16px !important;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: none !important;
}

input[type="radio"]{
  appearance: auto;
  -webkit-appearance: radio;
  border-radius: 50%;
  box-shadow: none;
  transform: scale(1.1);
  margin-right: 4px;
}

/* Safariのフォーム文字サイズを揃える */
.wpcf7,
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 button{
  font-size: 16px;
  font-family: inherit;
  -webkit-text-size-adjust: 100%;
}

/* selectの矢印を復活（appearance:noneのまま） */
.wpcf7 select{
  -webkit-appearance: none;
  appearance: none;
  padding-right: 40px; /* 矢印スペース */
  background-image:
    linear-gradient(45deg, transparent 50%, #333 50%),
    linear-gradient(135deg, #333 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

/*application-form*/
.application-form-wrap{
	background:#f8f8f8;
	padding:32px 4%;
	position:relative;
}

.application-form-wrap h2{
	text-align:center;
	border:none;
	padding:0;
}
.application-form-wrap .top-text{
	text-align:center;
}

.wpcf7 form fieldset{
  border:none;
  margin:0;
  padding:0;
}

.wpcf7 form legend{
  font-weight:700;
  margin-bottom:8px;
}

.wpcf7 .wpcf7-list-item{
  margin-right:16px;
}

.wpcf7 table{
	width:100%;
	max-width:600px;
	margin:auto;
}

.wpcf7 tr{
	display:flex;
	flex-direction:column;
	gap:0px;
	align-items:flex-start;
}
.wpcf7 th{
	font-weight:bold;
	margin-top:16px;
	width:100%;
	text-align:left;
}
.wpcf7 .essential{
	font-size:11px;
	background:#e60023;
	padding:4px 4px 5px 4px;
	color:#fff;
	display:inline-block;
	margin-left:4px;
}
.wpcf7 td{
	width:100%;
	text-align:left;
	margin-top:4px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 textarea{
	width:100%;
	padding:12px 2px;
}
.birth input[type="text"]{
	max-width:120px;
}

/* Safari：select矢印を確実に出す（後勝ち上書き） */
.wpcf7 select{
  -webkit-appearance: none;
  appearance: none;

  padding: 12px 40px 12px 8px !important; /* ←右40pxが重要 */
  background-image:
    linear-gradient(45deg, transparent 50%, #333 50%),
    linear-gradient(135deg, #333 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  background-color:#fff; /* 念のため */
}

.form-note{
	font-size:12px;
	color:#666;
}
/* 完全カスタムcheckbox（見た目統一したい時） */
.wpcf7 form input[type="checkbox"]{
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  border: 1px solid #666 !important;
  background: #fff !important;
  position: relative !important;
  margin-right: 8px !important;
  display: inline-block !important;
  vertical-align: middle;
	top:-2px;
}

.wpcf7 form input[type="checkbox"]:checked::after{
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: rotate(45deg);
}

.accept-wrap{
	text-align:center;
	margin-top:24px;
	margin-bottom:24px;
}
.submit-wrap{
	text-align:center;
}
.wpcf7 input[type="submit"]{
	background:#043371;
	color:#fff;
	font-weight:bold;
	padding:16px 0px;
	display:block;
	max-width:320px;
	width:100%;
	margin:auto;
}
/* CF7の上部エラーまとめ（サマリー）を消す */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output{
  display: none !important;
}
/* 各フィールド直下のエラー（赤い文言） */
.wpcf7 .wpcf7-not-valid-tip{
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: #e60023;
  line-height: 1.4;
}

/* ラジオ・チェックは横に回り込みやすいので縦積みに固定 */
.wpcf7 .wpcf7-form-control.wpcf7-radio,
.wpcf7 .wpcf7-form-control.wpcf7-checkbox{
  display: block;
}

/* エラーが横に流れないようにする */
.wpcf7 .wpcf7-form-control-wrap{
  display: block;
}

.birth .wpcf7-form-control-wrap{
	display:inline-block;
}
.birth .wpcf7-form-control-wrap select{
	margin-right:4px;
}

/* ラジオ/チェックの直後に出るエラーを必ず次行に */
.wpcf7 .wpcf7-form-control-wrap .wpcf7-not-valid-tip{
  clear: both;
}
/* CF7 上部エラー一覧を消す */
.wpcf7 .screen-reader-response ul{
  display:none !important;
}

.screen-reader-response{
  position:static;
}

.screen-reader-response p{
  color:#e60012;
  margin:10px 0 20px;
	text-align:center;
}

/* CF7 responseメッセージも不要なら消す */
.wpcf7 form.invalid .wpcf7-response-output{
  display:none !important;
}

/*Thanks*/
.thanks-wrap{
	padding:60px 0px;
	text-align:center;
	border-bottom:2px solid #053473;
}

.thanks-wrap .container{
		max-width:880px;
	width:92.48%;
	margin:auto;

}

.thanks-wrap p{
	margin-bottom:1.5em;
}

/*レスポンシブ*/
@media (max-width:600px){
	.recruit-page-header h1{
		font-size:24px;
	}
	.application-list{
		gap:24px;
	}
	
	.application-item a{
		font-size:18px;
	}
	.application-contents{
		padding-top:32px;
	}
	.application-contents h2{
		font-size:20px;
	}
	.application-form-wrap{
		padding-top:24px;
		padding-bottom:40px;
	}
	.application-form-wrap h2{
		margin-top:0;
	}
	.birth .wpcf7-form-control-wrap select{
		width:120px;
	}
	.wpcf7 .wpcf7-list-item{
		display:block;
		margin-bottom:4px;
	}
}

.honeypot{
  display:none;
}