:root {
  color-scheme: light;
}
body {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 300;
    font-style: normal;
}

@media screen and (max-width:480px) {.sp_none {display: none}}
@media screen and (min-width:481px) {.pc_none {display: none}}
.header_fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.header_fixed_box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 100%;
    background: rgba(255,255,255,0.85);
}
.header_fixed_box_left {
    width: 37vw;
    margin-top: 1vw;
    margin-left: 1vw;
    padding-bottom: 1vw;
}
.header_fixed_box_left a {
    display: block;
    width: 100%;
}
.header_fixed_box_left a img {
    display: block;
    width: 100%;
}
.header_fixed_box_right {
    width: 40%;
    margin-top: 1.5vw;
    margin-right: 3vw;
}
.header_fixed_box_right ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 100%;
}
.header_fixed_box_right ul li {
    margin: 0;
    padding: 0;
}
.header_fixed_box_right ul li a {
    font-size: .9vw;
    font-weight: 700;
    text-decoration: none;
}
.header_fixed_box_right ul li a:hover {
    color: #E60033;
}
#menu-btn-check {
    display: none;
}
@media screen and (max-width:480px) {
    
.header_fixed_box_left {
    width: 67vw;
    margin-top: 7vw;
    margin-left: 3vw;
    padding-bottom: 7vw;
}
    .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #E60033;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check {
    display: none;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #E60033;
    transition: all 0.5s;/*アニメーション設定*/
}
.header_fixed_box_right ul {
    display: block;
    width: 100%;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
}
header {
    position: relative;
}
@media screen and (max-width:480px) {
header {
    
    margin-top: 20vw;
    }
}
.header_img01 {
    position: absolute;
    top: 0;
    z-index: 3;
    width: 100%;
} 
.header_img02 {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
} 
.header_img03 {
    position: relative;
    z-index: 1;
    width: 100%;
} 
.header_img04 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 30%;
} 
.top_company_bg {
    background-image: url(../images/top_company01.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}
.top_company {
    position: relative;
    display: block;
    width: 90%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 20vw 0;
}
.top_company_box01 {
    position: absolute;
    top: 10vw;
    left: 12vw;
}
.top_company_box01 h2::before {
    content: ' ';
    margin-right: 1vw;
    padding: 1.5vw;
    background-image: url(../images/top_company03.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.top_company_box01 h2 {
    font-size: 2.62vw;
    font-weight: 500;
    color: #e60033;
}
.top_company_box01 p {
    margin-top: .5vw;
    font-size: 1.67vw;
    line-height: 170%;
}
.top_company_box01_btn {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;justify-content:space-between;
    width: 20vw;
    margin: 1vw 0 0;
    padding: 2vw 3vw;
    color: #e60033;
    background :#fff;
    text-decoration: none;
    border: 2px solid #e60033;
    border-radius: 150px;
    transition: .3s;
}
.top_company_box01_btn span {
    font-size: 1.05vw;
    font-weight: 600;
}
.top_company_box01_btn img {
    width:  21%;
    height: auto;
}
.top_company_box01_btn:hover {
    background: #e60033;
    color: #fff;
}
.top_company_box01_btn_img01 {
}
.top_company_box01_btn_img02 {
    display: none;
}
.top_company_box01_btn:hover .top_company_box01_btn_img01 {
    display: none;
}
.top_company_box01_btn:hover .top_company_box01_btn_img02 {
    display: inline;
}
.top_company_box02 {
    position: absolute;
    top: -5vw;
    right: -10vw;
    width: 55vw;
}
.top_company_box02 img {
    width: 100%;
}
@media screen and (max-width:480px) {
    
.top_company {
    width: 80%;
    padding: 30vw 0;
}
.top_company_box01 {
    position: inherit;
    top: 0;
    left: 0;
}
.top_company_box01 h2::before {
    margin-right: 2vw;
    padding: 2.5vw;
}
.top_company_box01 h2 {
    font-size: 5vw;
}
.top_company_box01 p {
    margin-top: 1vw;
    font-size: 4vw;
}
.top_company_box01_btn {
    width: 40vw;
    margin: 2vw 0 0;
    padding: 4vw 5vw;
    border: 1px solid #e60033;
}
.top_company_box01_btn span {
    font-size: 2vw;
}
.top_company_box01_btn img {
    width:  21%;
    height: auto;
}
.top_company_box02 {
    display: none
}
}
.top_recruit_bg {
    background-image: url(../images/top_recruit01.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}
.top_recruit {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 39vw 0;
}
.top_recruit_box01 {
    position: absolute;
    top: 17vw;
    left: 17vw;
}
.top_recruit_box01 h2::before {
    content: ' ';
    margin-right: 1vw;
    padding: 1.5vw;
    background-image: url(../images/top_company03.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.top_recruit_box01 h2 {
    font-size: 2.62vw;
    font-weight: 500;
    color: #e60033;
}
.top_recruit_box01 p {
    margin-top: .5vw;
    font-size: 1.67vw;
    line-height: 170%;
}
.top_recruit_box02 {
    position: absolute;
    top: 51vw;
    left: 31vw;
}
.top_recruit_box02_btn {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;justify-content:space-between;
    width: 20vw;
    margin: 1vw 0 0;
    padding: 2vw 3vw;
    color: #e60033;
    background :#fff;
    text-decoration: none;
    border: 2px solid #e60033;
    border-radius: 150px;
    transition: .3s;
}
.top_recruit_box02_btn span {
    font-size: 1.05vw;
    font-weight: 600;
}
.top_recruit_box02_btn img {
    width:  21%;
    height: auto;
}
.top_recruit_box02_btn:hover {
    background: #e60033;
    color: #fff;
}
.top_recruit_box02_btn_img01 {
}
.top_recruit_box02_btn_img02 {
    display: none;
}
.top_recruit_box02_btn:hover .top_recruit_box02_btn_img01 {
    display: none;
}
.top_recruit_box02_btn:hover .top_recruit_box02_btn_img02 {
    display: inline;
}
.top_recruit_box03,.top_recruit_box04,.top_recruit_box05,.top_recruit_box06 {
    position: absolute;
    font-size: 1.05vw;
    font-weight: 500;
    color: #e60033;
}
.top_recruit_box03 {
    top: 35vw;
    left: 11vw;
}
.top_recruit_box04 {
    top: 25vw;
    left: 46vw;
}
.top_recruit_box05 {
    top: 26vw;
    left: 67vw;
}
.top_recruit_box06 {
    top: 52vw;
    left: 55vw;
}
@media screen and (max-width:480px) {
    
.top_recruit_bg {
    background-position: center;
}
.top_recruit {
    width: 80%;
    padding: 0 0 80vw;
}
.top_recruit_box01 {
    position: inherit;
    top: 0;
    left: 0;
}
.top_recruit_box01 h2::before {
    margin-right: 2vw;
    padding: 2.5vw;
}
.top_recruit_box01 h2 {
    font-size: 5vw;
}
.top_recruit_box01 p {
    margin-top: 1vw;
    font-size: 4vw;
}
.top_recruit_box02 {
    top: 80vw;
    left: 0;
    right: 0;
    width: 40vw;
    margin: auto;
}
.top_recruit_box02_btn {
    width: 100%;
    margin: 2vw 0 0;
    padding: 4vw 5vw;
    border: 1px solid #e60033;
}
.top_recruit_box02_btn span {
    font-size: 2vw;
}
.top_recruit_box02_btn img {
    width:  21%;
    height: auto;
}
.top_recruit_box03,.top_recruit_box04,.top_recruit_box05,.top_recruit_box06 {
    position: absolute;
    font-size: 2vw;
}
.top_recruit_box03 {
    top: 42vw;
    left: -2vw;
}
.top_recruit_box04 {
    top: 25vw;
    left: 25vw;
}
.top_recruit_box05 {
    top: 30vw;
    left: 53vw;
}
.top_recruit_box06 {
    top: 65vw;
    left: 32vw;
}
}
.top_sdgs_bg {
    background-image: url(../images/top_sdgs01.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}
.top_sdgs {
    position: relative;
    display: block;
    width: 90%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 30vw 0;
}
.top_sdgs_box01 {
    position: absolute;
    top: 20vw;
    left: 12vw;
}
.top_sdgs_box01 h2::before {
    content: ' ';
    margin-right: 1vw;
    padding: 1.5vw;
    background-image: url(../images/top_company03.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.top_sdgs_box01 h2 {
    font-size: 2.62vw;
    font-weight: 500;
    color: #e60033;
}
.top_sdgs_box01 p {
    margin-top: .5vw;
    font-size: 1.67vw;
    line-height: 170%;
}
.top_sdgs_box01_btn {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;justify-content:space-between;
    width: 20vw;
    margin: 1vw 0 0;
    padding: 2vw 3vw;
    color: #e60033;
    background :#fff;
    text-decoration: none;
    border: 2px solid #e60033;
    border-radius: 150px;
    transition: .3s;
}
.top_sdgs_box01_btn span {
    font-size: 1.05vw;
    font-weight: 500;
}
.top_sdgs_box01_btn img {
    width:  21%;
    height: auto;
}
.top_sdgs_box01_btn:hover {
    background: #e60033;
    color: #fff;
}
.top_sdgs_box01_btn_img01 {
}
.top_sdgs_box01_btn_img02 {
    display: none;
}
.top_sdgs_box01_btn:hover .top_sdgs_box01_btn_img01 {
    display: none;
}
.top_sdgs_box01_btn:hover .top_sdgs_box01_btn_img02 {
    display: inline;
}
.top_sdgs_box02 {
    position: absolute;
    top: 15vw;
    right: 0vw;
    width: 50vw;
}
.top_sdgs_box02 img {
    width: 100%;
}
.top_sdgs_box03 {
    position: absolute;
    top: 45vw;
    left: 0;
    right: 0;
    width: 12.5%;
    height: 19%;
    margin: auto;
    transition: .3s;
}
.top_sdgs_box03 a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.05vw;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 11;
    color: #fff;
    background: #e60033;
    border-radius: 150px;
}
@media screen and (max-width:480px) {
    
.top_sdgs_bg {
    background-position: bottom;
}
.top_sdgs {
    width: 80%;
    padding: 25vw 0;
}
.top_sdgs_box01 {
    position: inherit;
    top: 0;
    left: 0;
}
.top_sdgs_box01 h2::before {
    margin-right: 2vw;
    padding: 2.5vw;
}
.top_sdgs_box01 h2 {
    font-size: 5vw;
}
.top_sdgs_box01 p {
    margin-top: 1vw;
    font-size: 4vw;
}
.top_sdgs_box01_btn {
    width: 40vw;
    margin: 2vw 0 0;
    padding: 4vw 5vw;
    border: 1px solid #e60033;
}
.top_sdgs_box01_btn span {
    font-size: 2vw;
}
.top_sdgs_box01_btn img {
    width:  21%;
    height: auto;
}
.top_sdgs_box02 {
    position: inherit;
    top: 0;
    right: 0;
    width: 100%;
    margin: 10vw 0;
}
.top_sdgs_box03 {
    position: inherit;
    top: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 19%;
    margin: auto;
    transition: .3s;
}
.top_sdgs_box03:hover {
    width: 80%;
}
.top_sdgs_box03 a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 4vw;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 10;
    color: #fff;
    background: #e60033;
    border-radius: 150px;
}
}


/* ボタンスタイル */
.recruit_btn {
  position: relative;
  display: block;
  width: 40%;
  margin: 0 auto;
  padding: 3vw 0;
  font-size: 2.5vw;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  color: #e60033;
  border: 2px solid #e60033;
  z-index: 1;
  transition: color 0.3s ease-in-out;
  overflow: hidden;
}

/* ボタンホバー時のテキスト色変更 */
.recruit_btn:hover {
  color: #fff;
}

/* ボタンの液体部分 */
.recruit_btn::before {
  content: "";
  position: absolute;
  top: 0; /* 上からスタート */
  left: 0;
  width: 100%;
  height: 100%; /* ボタン全体の高さに合わせる */
  background-color: #fc8228;
  z-index: -1;
  transition: transform 0.3s ease-in-out;
  transform: translateY(100%); /* 初期状態で隠す */
}

/* ホバー時の液体エフェクト */
.recruit_btn:hover::before {
  transform: translateY(0); /* 液体を上にスライド */
}
@media screen and (max-width:480px) {
    .recruit_btn {
  width: 60%;
  font-size: 4vw;
}
}


.interview_other_bg {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 10vw 0 10vw;
    background-image: url("../images/interview_ohter01.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}
.interview_other_img01 {
    position: absolute;
    top: 12vw;
    left: 3vw;
    width: 12vw;
}
.interview_other h2 {
    font-weight: 500;
    font-size: 2.1vw;
    line-height: 150%;
    text-align: center;
}
.interview_other ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 55%;
    margin: 5vw auto;
}
.interview_other ul li {
}
.interview_other ul li a {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.interview_other ul li a img {
    display: block;
    width: auto;
    height: 7vw;
    margin: 0 auto;
}
.interview_other ul li a:hover {
    opacity: .7;
}
@media screen and (max-width:480px) {
.interview_other_bg {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 10vw 0 10vw;
    background-image: url("../images/interview_ohter01.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
.interview_other_img01 {
    display: none;
}
.interview_other h2 {
    font-weight: 500;
    font-size: 6vw;
    line-height: 150%;
    text-align: center;
}
.interview_other ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 80%;
    margin: 5vw auto;
}
.interview_other ul li {
    width: 50%
}
.interview_other ul li a {
    display: block;
    width: 100%;
    margin: 0 0 5vw;
}
.interview_other ul li a img {
    display: block;
    width: auto;
    height: 18vw;
    margin: 0 auto;
}
.interview_other ul li a:hover {
    opacity: .7;
}
}