
/* font */
/* ----------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@font-face {
	font-family: 'fontello';
	src: local("fontello"), url("../icon/fontello.eot");
	src: local("fontello"), url("../icon/fontello.eot#iefix") format("embedded-opentype");
	src: local("fontello"), url("../icon/fontello.woff2") format("woff2");
	src: local("fontello"), url("../icon/fontello.woff") format("woff");
	src: local("fontello"), url("../icon/fontello.ttf") format("truetype");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'Noto Serif JP';
    font-weight: bold;
    font-style: normal;
    src: local('Noto Serif JP'), url('../../assets/fonts/Noto_Serif_JP/NotoSerifJP-Black.otf') format('opentype');
}

@font-face {
	font-family: 'Noto Serif JP';
    font-weight: 900;
    font-style: normal;
    src: local('Noto Serif JP'), url('../../assets/fonts/Noto_Serif_JP/NotoSerifJP-Bold.otf') format('opentype');
}

@font-face {
	font-family: 'Noto Serif JP';
    font-weight: 700;
    font-style: normal;
    src: local('Noto Serif JP'), url('../../assets/fonts/Noto_Serif_JP/NotoSerifJP-SemiBold.otf') format('opentype');
}


@font-face {
	font-family: 'Noto Serif JP';
    font-weight: 500;
    font-style: normal;
    src: local('Noto Serif JP'), url('../../assets/fonts/Noto_Serif_JP/NotoSerifJP-Medium.otf') format('opentype');
}

@font-face {
	font-family: 'Noto Serif JP';
    font-weight: normal;
    font-style: normal;
    src: local('Noto Serif JP'), url('../../assets/fonts/Noto_Serif_JP/NotoSerifJP-Regular.otf') format('opentype');
}

@font-face {
	font-family: 'Noto Serif JP';
    font-weight: 300;
    font-style: normal;
    src: local('Noto Serif JP'), url('../../assets/fonts/Noto_Serif_JP/NotoSerifJP-Light.otf') format('opentype');
}

@font-face {
	font-family: 'Noto Serif JP';
    font-weight: 100;
    font-style: normal;
    src: local('Noto Serif JP'), url('../../assets/fonts/Noto_Serif_JP/NotoSerifJP-ExtraLight.otf') format('opentype');
}

/* Noto Serif JP */

/* Cormorant Garamond*/
@font-face {
	font-family: 'Cormorant Garamond';
    font-weight: bold;
    font-style: normal;
    src: local('Cormorant Garamond'), url('../../assets/fonts/Cormorant_Garamond/CormorantGaramond-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Cormorant Garamond';
    font-weight: bold;
    font-style: italic;
    src: local('Cormorant Garamond'), url('../../assets/fonts/Cormorant_Garamond/CormorantGaramond-BoldItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Cormorant Garamond';
    font-weight: 700;
    font-style: normal;
    src: local('Cormorant Garamond'), url('../../assets/fonts/Cormorant_Garamond/CormorantGaramond-SemiBold.ttf') format('truetype');
}

@font-face {
	font-family: 'Cormorant Garamond';
    font-weight: 700;
    font-style: italic;
    src: local('Cormorant Garamond'), url('../../assets/fonts/Cormorant_Garamond/CormorantGaramond-SemiBoldItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Cormorant Garamond';
    font-weight: 500;
    font-style: normal;
    src: local('Cormorant Garamond'), url('../../assets/fonts/Cormorant_Garamond/CormorantGaramond-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Cormorant Garamond';
    font-weight: 500;
    font-style: italic;
    src: local('Cormorant Garamond'), url('../../assets/fonts/Cormorant_Garamond/CormorantGaramond-MediumItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Cormorant Garamond';
    font-weight: normal;
    font-style: normal;
    src: local('Cormorant Garamond'), url('../../assets/fonts/Cormorant_Garamond/CormorantGaramond-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Cormorant Garamond';
    font-weight: normal;
    font-style: italic;
    src: local('Cormorant Garamond'), url('../../assets/fonts/Cormorant_Garamond/CormorantGaramond-Italic.ttf') format('truetype');
}

@font-face {
	font-family: 'Cormorant Garamond';
    font-weight: 200;
    font-style: normal;
    src: local('Cormorant Garamond'), url('../../assets/fonts/Cormorant_Garamond/CormorantGaramond-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Cormorant Garamond';
    font-weight: 200;
    font-style: italic;
    src: local('Cormorant Garamond'), url('../../assets/fonts/Cormorant_Garamond/CormorantGaramond-LightItalic.ttf') format('truetype');
}

/* Cormorant Garamon */

@font-face {
	font-family: 'MyYuGothicM';
	font-weight: normal;
	src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular")
}

@font-face {
	font-family: 'MyYuGothicM';
	font-weight: bold;
	src: local("YuGothic-Bold"), local("Yu Gothic")
}
#apply{
    background-color: #e3e3e3;
    padding-top: 119px;
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
}
.drawer-nav{
    display: none;
}
.for-large{
    display: block;
}
.for-small{
    display: none;
}
a:hover{
    text-decoration:none;
}
@media screen and (max-width: 736px){
    #apply{
        padding-top: 62px;
        font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    }
    .for-large{
        display: none;
    }
    .for-small{
        display: block;
    }
}

#pagetop{
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 2;
}
#pagetop img{
    width: 60px;
}

/* よく使うタイトルのcss */
.width{
    max-width: 1200px;
    margin: 0 auto;
}
.width2 {
    max-width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 1300px) {
    
    #pagetop{
        position: fixed;
        right: 20px;
        bottom: 20px;
    }
    #pagetop img{
        width: 50px;
    }
    .width{
        max-width: 100%;
        padding: 0 50px ;
        margin: 0 auto;
    }
}
@media screen and (max-width: 736px) {
    .width{
        max-width: calc(100% - 40px);
        padding: 0 20px;
        margin: 0 auto;
    }
    .width2{
        max-width: calc(100% - 40px);
        padding: 0 20px;
        margin: 0 auto;
    }
}
.tab_inner{
    display: flex;
    /* background-color: #e3e3e3; */
    padding-top: 30px;
    padding-bottom:50px;
    gap: 0;
}
.tab_inner .detail_box{
    flex-basis: 50%;
    padding: 3% 0;
    background-color: #fff;
    margin-right: 10%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.detail_box_link{
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: baseline;
    /* text-align:left; */
    margin: 0 7%;
}


@media screen and (max-width: 736px){
    .tab_inner{
        flex-direction: column;
        padding-bottom: 10px;
    }
    .tab_inner .detail_box{
        margin:15px 15px 0;
        padding: 20px 10px;
    }
    .tab_inner .detail_box .titles{
        text-align: left;
        padding-bottom: 15px;
    }
    .tab_inner .detail_box .imgbox{
        padding-bottom:20px;
    }
    .tab_inner .detail_box .imgbox img{
        width: 100%;
    }
    
}



.top {
    flex-basis: 60%;
    padding-left: 10%;
    width: 100%;
    position: relative;
}
.top #titlebox {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%); /* テキストを中央に配置 */
}
  .slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .slide-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: slider-1 24s linear infinite;
    z-index: 1;
  }
  
  .slide-image:nth-child(1) {
    background-image: url(https://image.global-center.co.jp/globalcenter/recruit/index/top1.jpg);
    animation-delay: -2s;
  }
  
  .slide-image:nth-child(2) {
    background-image: url(https://image.global-center.co.jp/globalcenter/recruit/index/top2.jpg);
    animation-delay: 2s;
  }
  
  .slide-image:nth-child(3) {
    background-image: url(https://image.global-center.co.jp/globalcenter/recruit/index/top3.jpg);
    animation-delay: 6s;
  }
  .slide-image:nth-child(4) {
    background-image: url(https://image.global-center.co.jp/globalcenter/recruit/index/top4.jpg);
    animation-delay: 10s;
  }
  .slide-image:nth-child(5) {
    background-image: url(https://image.global-center.co.jp/globalcenter/recruit/index/top5.jpg);
    animation-delay: 14s;
  }
  .slide-image:nth-child(6) {
    background-image: url(https://image.global-center.co.jp/globalcenter/recruit/index/top6.jpg);
    animation-delay: 18s;
  }


  @media screen and (max-width: 736px){
    .slide {
        width: 100%;
        height: 100%;
      }
      
      .slide-image {
        background-size: cover;
        bottom: 10%;
        left: 0;
        width: 100%;
        height: 100%;
      }

      .slide-image:nth-child(1) {
        background-image: url(https://image.global-center.co.jp/globalcenter/recruit/index/top_sp1.jpg);
      }

      .slide-image:nth-child(2) {
        background-image: url(https://image.global-center.co.jp/globalcenter/recruit/index/top_sp2.jpg);
      }
      
      .slide-image:nth-child(3) {
        background-image: url(https://image.global-center.co.jp/globalcenter/recruit/index/top_sp3.jpg);
      }
      .slide-image:nth-child(4) {
        background-image: url(https://image.global-center.co.jp/globalcenter/recruit/index/top_sp4.jpg);
      }
      .slide-image:nth-child(5) {
        background-image: url(https://image.global-center.co.jp/globalcenter/recruit/index/top_sp5.jpg);
      }
      .slide-image:nth-child(6) {
        background-image: url(https://image.global-center.co.jp/globalcenter/recruit/index/top_sp6.jpg);
      }   
  }
  
  
  @keyframes slider-1 {
    0% {
      opacity: 0;
      transform: scale(1);
    }
    4.16% {
      opacity: 1;
    }
    16.66% {
      opacity: 1;
    }
    25.0% {
      opacity: 0;
      transform: scale(1.2);
    }
    100% {
      opacity: 0;
    }
  }


#titlebox .main_t {
    font-family: 'Cormorant Garamond',sans-serif;
    font-size: 62px;
    font-style: italic;
    margin: 0;
    line-height: initial;
    font-weight: 500;
    color: #fff;
}
#titlebox .sub_t {
    font-family: Noto Serif JP, YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #fff;
}

@media screen and (max-width: 1300px) {
    .top #titlebox {
        position: absolute;
        top: 50%;
        left: 60%;
    }
}


@media screen and (max-width: 736px){
    .top{
        margin-top: -8%;
        width: 100%;
        flex-basis: 100%;
        padding-left: 0;
    }
    .top .banner{
        width: 100%;
    }
    
    .top #titlebox{
        position: absolute;
        top: 50%;
        left: 50%;
    }
    #titlebox .main_t{
        font-size: 48px;
    }
    #titlebox .sub_t{
        font-size: 14px;
    }
}
.detail_box a{
    text-decoration: none;
    color:#333333;
    padding: 4% 0;
}
.detail_box a:hover{
    color: #333333;
    background: linear-gradient(transparent 70%, #77AAD9 70%);
    transition : 0.5s;
}
.apply-menu{
    text-decoration: none;
    color:#333333;
    font-size: 21px;
    margin: 1% 0;
    transition : 0.5s;
}
@media screen and (max-width: 736px){
    .apply-menu{
        font-size: 17px;
        text-align: left;
    }    
}

/* 社長メッセージ */

.image-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 7%;
  }

  .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.3s ease; /* ホバー時のトランジション効果を追加 */
  }

  .image-container:hover img {
    filter: brightness(150%); /* ホバー時のフィルター（白くする） */
  }

  .text {
    position: absolute;
    top: 25%;
    left: 27%;
    font-size: 40px;
    transform: translate(-50%, -50%);
    color: #FFF; /* テキストの色 */
    transition: color 0.3s ease; /* ホバー時のテキストカラーのトランジション効果を追加 */
  }

  .image-container:hover .text {
    color: #FFF; /* ホバー時でもテキストの色を維持 */
  }

  .more-img{
    position: absolute;
    top: 75%;
    right: 15%;
    width: 10%;
    transition : 0.5s;
  }

  .image-container:hover .more-img{
    right: 13%;
    transition : 0.5s;
  }
  @media screen and (max-width: 736px){
    .text {
        position: absolute;
        top: 25%;
        left: 32%;
        font-size: 19px;
    }
    .more-img{
        top: 80%;
        right: 5%;
        width: 25%;
     }
}
/* 問合せボタン */
.Content .btns{
    display: flex;
    gap: 20px;
    padding: 10px 0 50px;
    width: 90%;
    margin: 0 auto;
}
.link{
    display: flex;
    width:51%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
}
.link .icon{ 
    width: 30px;
}
.link .text{ 
    font-size: 16px;
}

.formlink{
    background-color: #333333;
}
.formlink .icon{ 
    width: 30px;
}
.formlink .text{ 
    color: #fff;
}

.tellink{
    border: 1px solid #333333;
}
.tellink .icon{ 
    width: 30px;
}
.tellink .text{ 
    line-height: 20px;
    color: #333333;
}

.Content .btns .formlink{
    width: calc(50% -10px);
}


@media screen and (max-width: 736px){
    .Content {
        padding-bottom: 20px;
    }
    .Content .title{
        font-size: 14px;
        padding: 5px 10px;
        letter-spacing: 0px;
    }
    .Content .text{
        font-size: 14px;
        line-height: 28px;
        padding: 0px 10px;
        letter-spacing: 0px;
    }
    .Content .text .bold{
        font-size: 16px;
        font-weight: bold;
    }
    .Content .btns{
        display: flex;
        gap: 10px;
        padding: 10px 0 50px;
        flex-flow: column;
        width: 90%;
        margin: 0 auto;
    }
    .link{
        display: flex;
        width:91%;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        gap: 0px;
        padding: 10px 0;
    }
    .link .icon{ 
        width: 25px;
    }
    .link .text{ 
        font-size: 14px;
    }
    

    .formlink .icon{ 
        width: 25px;
    }

    .tellink{
        padding: 5px 0;
    }
    .tellink .icon{ 
        width: 20px;
    }
    .tellink .text{ 
        line-height: 17px;
        color: #333333;
    }
    
    .Content .btns .formlink{
        width: 90%;
    }
}