@charset "utf-8";
#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

body {
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.telWrap {
    color: inherit;
}

.telWrap:hover {
    color: inherit;
    text-decoration: underline;
}

.hidden {
    overflow: hidden;
}

.opacity_hover:hover {
    opacity: .7;
}

.cursol-pointer {
    cursor: pointer;
}

.fontA {
  font-family: "IBM Plex Sans JP", sans-serif;
}

.fontB {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
}

.fontC {
  font-family: "Rajdhani", sans-serif;
}

.inLink>a {
    text-decoration: underline;
    color: #13151A;
}

.inLink>a:hover {
    text-decoration: none;
    color: #13151A;
}

.backBtn .comBtnArrow:before {
    transform: scale(-1, 1);
}

.hiddenNoneMemo {
    display: none;
}

.hiddenNone {
    display: none;
}

.noSpecialpartsTit {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 2.5em;
}

/*---------------------------------------------------------------------------*/



/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/

/*-- 共通パーツ --------------------------------------------------------------*/

.comBtn01 {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.03em;
    font-weight: 500;
    position: relative;
    gap: 20px;
}

.comBtnArrow {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .5s;
    border: 1px solid;
}

.comBtnArrow:before {
    content: "";
    background: url(/system_panel/uploads/images/com_arrow_blue.svg)no-repeat;
    background-size: 100%;
    display: block;
    width: 15px;
    height: 11px;
}

.comBtnArrow.comBtnArrowBlack:before {
    background: url(/system_panel/uploads/images/com_arrow_black.svg) no-repeat;
}

.comBtn01.btnBlue {
    color: #0B4DE6;
}

.comBtn01.btnBlue .comBtnArrow {
    background-color: #0B4DE6;
    border-color: #0B4DE6;
}

.comBtn01.btnBlue .comBtnArrow::before {
    filter: brightness(0) invert(1);
}

.comBtn01.btnBlue:hover .comBtnArrow {
    background-color: #fff;
}

.comBtn01.btnBlue:hover .comBtnArrow::before {
    filter: unset;
}

.comBtn01.btnBlue {
    color: #0B4DE6;
}

.comBtn01.btnWhite .comBtnArrow {
    background-color: #fff;
    border-color: #fff;
}

.comBtn01.btnWhite .comBtnArrow::before {
    filter: unset;
}

.comBtn01.btnWhite {
    color: #fff;
}

.comBtn01.btnWhite:hover .comBtnArrow {
    background-color: #0B4DE6;
    border-color: #0B4DE6;
}

.comBtn01.btnWhite:hover .comBtnArrow::before {
    filter: brightness(0) invert(1);
}

.comBtn02 {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.03em;
    font-weight: 500;
    color: #0B4DE6;
    position: relative;
    background: #fff;
    padding: 5px 17px 5px 30px;
    gap: 15px;
}

.comBtn02:hover {
    color: #0B4DE6;
}

.comBtn02Arrow {
    width: 37px;
    height: 37px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .5s;
}

.comBtn02Arrow:before {
    content: "";
    background: url(/system_panel/uploads/images/com_arrow_blue.svg)no-repeat;
    background-size: 100%;
    display: block;
    width: 13.46px;
    height: 9.44px;
}

.comBtn02:hover .comBtn02Arrow {
    background-color: #0B4DE6;
}

.comBtn02:hover .comBtn02Arrow:before {
    filter: brightness(0) invert(1);
}

.comBtn02.blueBtn {
    background-color: #0B4DE6;
    color: #fff;
}

.comBtn02.blueBtn .comBtn02Arrow {
    background-color: #0B4DE6;
}

.comBtn02.blueBtn .comBtn02Arrow:before {
    filter: brightness(0) invert(1);
}

.comBtn02.blueBtn:hover .comBtn02Arrow {
    background-color: #fff;
}

.comBtn02.blueBtn:hover .comBtn02Arrow:before {
    filter: unset;
}

.titEn01 {
    font-size: 18px;
    line-height: 1.32em;
    margin-bottom: 5px;
}

.titJa01 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.5em;
}

.text01 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 2.5em;
}

.text02 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 2.222em;
}

.paddingWr01 {
    padding: 0 15px;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- 共通カラー --------------------------------------------------------------*/

.colorWhite {
    color: #fff;
}

.colorBlue {
    color: #0B4DE6;
}

.bgGray01 {
    background-color: #EEEFF2;
}

/*-- inCover -----------------------------------------------------------------*/



/*-- ****** -----------------------------------------------------------------*/
/*-- パンくずリスト ----------------------------------------------------------*/


/*-- ****** -----------------------------------------------------------------*/
/*-- coverTxt ---------------------------------------------------------------*/



/*---------------------------------------------------------------------------*/
/*-- header -----------------------------------------------------------------*/

.header {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.headerBox01 {
    width: 100%;
    padding-left: 2.6%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
}

.hLogoPc01 {
    max-width: 180px;
    width: 100%;
    display: block;
    margin-right: 15px;
}

.hSetBoxWr {
    display: none;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    width: 100%;
    margin-left: auto;
}

.hNavWr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 5px 20px;
    flex: 1;
}

.hNavLink>p {
    color: #fff;
}

.hContWr {
    max-width: 430.86px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.hTelSet {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 33px;
}

.hTelSet>img {
    filter: brightness(0) invert(1);
}

.hContBtn {
    max-width: 180px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 50px;
    padding: 5px;
    background: #0B4DE6;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
    transition: all .3s;
    border: 1px solid #0B4DE6;
}

.hContBtn:hover {
    background-color: #fff;
    color: #0B4DE6;
}

.hContBtn:hover>img {
    filter: unset;
}

.hContBtn>img {
    filter: brightness(0) invert(1);
    transition: all .5s;
}

.hNavLinkHover:hover>p {
    opacity: .5;
}

.header .whiteLogo {
    display: block;
}

.header .blackLogo {
    display: none;
}

.hNavDropBox {
    position: relative;
}

.hNavBoxLinks:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    z-index: -1;
}

.hNavBoxLinksWrap {
    background-color: #fff;
    left: 0;
    position: absolute;
    visibility: hidden;
    width: 180px;
    top: 50px;
    margin: auto;
    padding: 20px 30px;
    z-index: 100;
    opacity: 0;
    transition: all .5s;
}

.hNavDropBox:hover .hNavBoxLinksWrap {
    visibility: visible;
    opacity: 1;
}

.hNavBoxLinks {
    width: 100%;
    position: relative;
}

.hNavBoxLinks>.hNavBoxLinkSub:first-child {
    margin-top: 0;
}

.hNavBoxLinkSub {
    display: flex;
    align-items: center;
    margin-top: 5px;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.03em;
    transition: all .5s;
}

.hNavBoxLinkSub>p {
    color: #13151A;
}

.hNavBoxLinkSub:hover {
    opacity: .5;
}

.hNavLink {
    font-size: 14px !important;
}

.hNavDropMainNav {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
    cursor: pointer;
}

.hNavArrowIcon {
    width: 15px;
    height: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

.hNavArrowIcon:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
}

.hNavArrowIcon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    transform:rotate(90deg);
}

.hNavDropBox:hover .hNavArrowIcon:after {
    opacity: 0;
}

/*--is-animation--*/

.header.clone.is-animation {
    top: 0;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}

.header.clone {
    position: fixed;
    top: -130px;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
}

.header.clone .dropMenuBtn {
    background-color: #13151A;
}

.header.clone .hNavLinkHover>p {
    color: #13151A;
}

.header.clone .whiteLogo {
    display: none;
}

.header.clone .blackLogo {
    display: block;
}

.header.clone .hTelSet {
    color: #13151A;
}

.header.clone .hTelSet>img {
    filter: unset;
}

.header.clone .hNavDropMainNav {
    color: #13151A;
}

.header.clone .hNavArrowIcon:before {
    background-color: #13151A;
}

.header.clone .hNavArrowIcon:after {
    background-color: #13151A;
}

/*---------------------------------------------------------------------------*/
/*-- footer -----------------------------------------------------------------*/

.fContBtn:hover>img {
    filter: unset;
}

.fContBtn>img {
    filter: brightness(0) invert(1);
    transition: all .5s;
}

.fNavBoxRight {
    gap: 15px;
}

/*---------------------------------------------------------------------------*/

/*---topMain----------------------------------------------*/

.topFvSliderWr .carousel-item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: rgb(0 8 26 / 30%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-image: radial-gradient(circle, #13151a80 1px, transparent 1px);
    background-position: 0 0;
    background-size: 4px 4px;
}

.topCoverTitBox {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 15px;
    top: 100px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.topBgDeco01 {
    background-size: contain !important;
}

.topCoverTit {
    font-size: 5.2vw;
}

.topTit01 {
    font-size: 25px;
}

.topTit01Br>br:last-child {
    display: block;
}

.topRecruitLeftBox {
    clip-path: unset;
    background-image: repeating-linear-gradient(
    90deg,
    #3068E9 ,
    #3068E9 1px,
    transparent 0.8px,
    transparent 25px
  ),
  repeating-linear-gradient(
    0deg,
    #3068E9 ,
    #3068E9 1px,
    #0B4DE6 0.8px,
    #0B4DE6 25px
  );
}

.topRecruitRightBox>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.topRecruitBtnSetBox {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 15px;
}

.topLinkBannerWr {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
}

.topLinkBannerLinkImgBox {
    width: 100%;
    padding-top: 75%;
    position: relative;
}

.topLinkBannerLinkImgBox>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.topLinkBannerLinkImgBox:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: rgb(0 8 26 / 60%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-image: radial-gradient(circle, #13151a80 1px, transparent 1px);
    background-position: 0 0;
    background-size: 4px 4px;
    transition: all .5s;
    z-index: 1;
}

.topLinkBannerLink:hover .topLinkBannerLinkImgBox:before {
    background-color: rgb(0 8 26 / 30%);
    transition: all .5s;
}

.topLinkBannerLinkItemBox {
    padding: 15% 15px 15%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    gap: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.topLinkBannerLink {
    height: auto !important;
    transition: all .5s;
}

.topBannerTitEn {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.3em;
}

.topBannerTitJa {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.03em;
}

/*----*/

.inMaskBg01  {
    background-image: repeating-linear-gradient(
    90deg,
    #3068E9 ,
    #3068E9 1px,
    transparent 0.8px,
    transparent 25px
  ),
  repeating-linear-gradient(
    0deg,
    #3068E9 ,
    #3068E9 1px,
    #0B4DE6 0.8px,
    #0B4DE6 25px
  );
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.topRecruitBtnSetBox {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.topLinkBannerWr {
    grid-template-columns: repeat(2, 1fr);
}

.text01 {
    font-size: 16px;
}

.topLinkBannerLinkImgBox {
    padding-top: 100%;
}

.topTit01Br>br:last-child {
    display: none;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.topBgDeco01 {
    background-size: auto !important;
}

.topBannerTitEn {
    font-size: 16px;
    margin-bottom: 20px;
}

.topBannerTitJa {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.topTit01 {
    font-size: 30px;
}

.comBtn01 {
    font-size: 18px;
}

.comBtn02 {
    font-size: 18px;
}

.topLinkBannerLinkImgBox {
    padding-top: 100%;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.hSetBoxWr {
    display: flex;
    align-items: flex-end;
    flex-direction: column-reverse;
    gap: 5px;
}

.text02 {
    font-size: 16px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.titEn01 {
    font-size: 25px;
}

.titJa01 {
    font-size: 50px;
}

.topRecruitLeftBox {
    clip-path: polygon(0 0, 43% 0, 100% 100%, 0% 100%);
}

.topBannerTitEn {
    font-size: 20px;
}

.topBannerTitJa {
    font-size: 40px;
}

.comBtnArrow {
    width: 50px;
    height: 50px;
}

.topTit01 {
    font-size: 40px;
}

.topLinkBannerLinkImgBox {
    padding-top: 100%;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


.topLinkBannerWr {
    grid-template-columns: repeat(4, 1fr);
}

.topLinkBannerLink {
    height: auto !important;
}

.topLinkBannerLinkItemBox {
    padding: 41% 15px 41%;
}

.topTit01 {
    font-size: 55px;
}

.hContWr {
    justify-content: space-between;
}

.text01 {
    font-size: 18px;
}

.topLinkBannerLinkImgBox {
    padding-top: 201.68%;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1400px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.hNavLink {
    font-size: 16px !important;
}

.hNavDropMainNav {
    font-size: 16px;
}

.hNavWr {
    gap: 10px 15px;
}

.hSetBoxWr {
    align-items: center;
    flex-direction: row;
    gap: 30px;
}

.text01 {
    font-size: 20px;
}

.text02 {
    font-size: 18px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1800px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.hNavLink {
    font-size: 18px !important;
}

.hNavDropMainNav {
    font-size: 18px;
}

.hNavWr {
    gap: 10px 40px;
}

.hSetBoxWr {
    gap: 50px;
}

.hContBtn {
    max-width: 217px;
    height: 60px;
    font-size: 18px;
}

.hContWr {
    max-width: 464.86px;
}

.hLogoPc01 {
    max-width: 251px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1800px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */