@charset "UTF-8";
/* CSS Document */
body {
    font-family: 'Oswald', 'Zen Kaku Gothic New', 'sans-serif';
    font-weight: 300, 400, 500, 700, 900;
    font-style: bold;
    font-optical-sizing: auto;
    background-color: #F7F7F7;
}
li{
    text-decoration: none;
    list-style-type: none;
}
a{
    text-decoration: none;	
}
.barlow-thin {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.barlow-extralight {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.barlow-light {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.barlow-medium {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.barlow-extrabold {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.barlow-black {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.barlow-thin-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: italic;
}
.barlow-extralight-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: italic;
}
.barlow-light-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.barlow-regular-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.barlow-medium-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
}
.barlow-semibold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.barlow-bold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.barlow-extrabold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: italic;
}
.barlow-black-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: italic;
}
.New_graduate {
    width: 300px;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #FFFFFF;
    border-radius: 15px;
    -webkit-box-shadow: 4px 3px 5px -3px #777777;
    box-shadow: 4px 3px 5px -3px #777777;
    position: relative;
    bottom: auto;
    transition: all .2s;
    margin-top: 40px;
  }
	.New_graduate:hover {
    width: 300px;
    background-color: #F7F7F7;
    -webkit-box-shadow: 0px 0px 0px 0px #333333;
    box-shadow: 0px 0px 0px 0px #333333;
  }
.New_graduate span {
    display: block;
    padding-left: 20px;
    padding-right: 0px;
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
  }
.New_graduate small {
    /*形状*/
    display: inline-block;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    color: #333;
    text-decoration: none;
    outline: none;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  /*矢印と下線の形状*/
  .New_graduate small::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
    position: absolute;
    bottom: 20px;
    left: 20px;
    /*下線の形状*/
    width: 260px;
    height: 2px;
    /*アニメーションの指定*/
    transition: all .3s;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-text-fill-color: transparent;
  }
  .New_graduate small::after{
    border-image-slice: 1;
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    bottom: 24px;
    right: 19px;
    /*矢印の形状*/
    width: 15px;
    height: 2px;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-text-fill-color: transparent;
  }
  .New_graduate small:hover::before{
    left: 33px;
  }
 .New_graduate small:hover::after {
    right: 5px;
  }
.detail p a {
    color: #282828;
}
@media screen and (min-width:1441px){
		body{
    background-image: url(imgs/pc/background_pc.png);
    background-size: cover; /* 背景画像を全画面表示 */
    background-repeat: no-repeat;
    background-position: center; /* 背景画像の表示位置を中央に */
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
	}
  .sp {
    display: none !important;
  }
  .btn-set.pc .logo {
    width: 120px;
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: #F2F2F2;
  }
  a.btn-8 {
    color: #333333;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    width: 90px;
    display: block;
    text-align: center;
    top: 5px;
    margin-right: 5px;
    margin-left: 5px;
  }
  a.btn-8::before {
    background-color: #CE0000;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  a.btn-8:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .btn-set ul li .sub_menu {
    display: block;
    width: 100px;
    right: auto;
    bottom: auto;
    text-align: center;
    background-color: #F7F7F7;
    margin-left: 0px;
    margin-top: 0px;
  }
  /* ホバー時に表示 */
  .btn-set ul li:hover .sub_menu {
    display: block;
    margin-left: 0px;
  }
  .btn-set ul li .sub_menu {
    display: none;
  }
  .btn-set ul li .sub_menu li {
    border-left-style: none;
    display: block;
    padding-bottom: 10px;
  }
  .btn-set ul li .sub_menu li a {
    display: block;
    margin-top: 10px;
    color: #333333;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    top: 10px;
    right: 0px;
    width: 110px;
  }
  .sub_menu li a::before {
    background-color: #CE0000;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  .sub_menu li a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .btn-set {
    position: fixed;
    right: 0px;
    padding-bottom: 30px;
    width: 100%;
    background-color: #F7F7F7;
    z-index: 2;
  }
  .btn-set ul {
    display: flex;
    margin-top: 20px;
    margin-left: auto;
    width: 975px;
  }
  .btn-set ul li {
    height: 100%;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-left: 2px solid #4D4D4D;
  }
  .btn-set ul li:first-child {
    border-left: none;
  }
	  /*------ここからmain-------------*/
body main {
    margin: auto;
    width: 70vw;
}
  body main h1 {
    font-size: 2.5em;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 4px solid;
    -webkit-border-image: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -o-border-image: -o-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    border-image: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    border-image-slice: 1;
    margin-top: 0px;
    padding-top: 150px;
    margin-left: auto;
    width: 30vw;
    margin-right: auto;
    text-align: center;
  }
.detail .bullet strong {
    font-size: 1.1em;
}
main h1 small {
    display: block;
    font-size: 0.45em;
    margin-bottom: 8px;
    letter-spacing: 2px;
}
.Requirements {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #C00000;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1em;
}
/* 共通スタイル */
	
	/* ◾️付き（先頭記号あり）段落 */
.detail p.bullet {
  margin-left: 0;
}
body main table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
  table-layout: fixed;
}

main table tr {
    border-top: 1.5px solid #282828;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
}

.overview {
    text-align: center;
    vertical-align: middle;
    width: 150px;
    border-right: 1.5px solid #282828;
    padding: 1em;
}

.detail {
  padding: 1.2em;
  width: 80%;
}

.detail p {
    margin-top: 1.2em;
    margin-right: 0;
    margin-left: 1.2em;
    margin-bottom: 1.2em;
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    font-weight: 500;
}
.detail .bullet .colours_link {
    color: #C00000;
    font-size: 1.2em;
    font-weight: 500;
}

.detail p b {
  font-size: 1.125rem; /* 18px相当 */
  display: block;
  margin: 2em 0 0.5em -1.5em;
}

.detail p .first_b {
    margin-top: 0;
    display: block;
    margin-bottom: -1em;
    margin-left: 0px;
}

.detail .med {
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 1.5em;
    margin-right: 0;
    margin-bottom: 0;
    display: block;
}

.detail .region {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 1.5em 0 0.5em 0;
  display: block;
}
	.time_example {
    margin-bottom: -1em;
    position: relative;
    left: -1.5vw;
}


.detail p .barlow-semibold {
    font-size: 1rem;
    line-height: normal;
}
  .New_graduate_vivo {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #FFFFFF;
    border-radius: 15px;
    -webkit-box-shadow: 4px 3px 5px -3px #777777;
    box-shadow: 4px 3px 5px -3px #777777;
    position: relative;
    bottom: auto;
    transition: all .2s;
    margin-bottom: 0px;
  }
			.New_graduate_vivo:hover {
    background-color: #F7F7F7;
    -webkit-box-shadow: 0px 0px 0px 0px #333333;
    box-shadow: 0px 0px 0px 0px #333333;
  }
.New_graduate_vivo span b {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-top: 2px;
    background-color: #FFFFFF;
    color: #924998;
    margin-left: 10px;
}
  .New_graduate_bearsi {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #FFFFFF;
    border-radius: 15px;
    -webkit-box-shadow: 4px 3px 5px -3px #777777;
    box-shadow: 4px 3px 5px -3px #777777;
    position: relative;
    bottom: auto;
    transition: all .2s;
    margin-left: 0px;
    margin-top: 0px;
  }
.career ul li {
    width: 47.5%;
}
			.New_graduate_bearsi:hover {
    background-color: #F7F7F7;
    -webkit-box-shadow: 0px 0px 0px 0px #333333;
    box-shadow: 0px 0px 0px 0px #333333;
  }
  .New_graduate_vivo span {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1em;
    font-weight: 500;
    color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;
 background: linear-gradient(70deg,rgba(74, 81, 184, 1) 0%, rgba(64, 89, 159, 1) 100%);
    background: -webkit-linear-gradient(70deg,rgba(74, 81, 184, 1) 0%, rgba(64, 89, 159, 1) 100%);
    letter-spacing: 1px;
    text-align: center;
    line-height: 1.5em;
  }
  .New_graduate_bearsi span {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1em;
    font-weight: 500;
    color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;
    background: linear-gradient(70deg, #f35370, #fb948c);
    background: -webkit-linear-gradient(70deg, #f35370, #fb948c);
    line-height: 1.5em;
    text-align: center;
  }
  .New_graduate small,.New_graduate_vivo small,.New_graduate_bearsi small,.New_graduate_hotel small,.New_graduate_rokkou small,.New_graduate_company small{
    /*形状*/
    display: inline-block;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    color: #333;
    text-decoration: none;
    outline: none;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  /*矢印と下線の形状*/
  .New_graduate small::before,.New_graduate_vivo small::before,.New_graduate_bearsi small::before,.New_graduate_hotel small::before,.New_graduate_rokkou small::before,.New_graduate_company small::before {
    content: '';
    /*絶対配置で下線の位置を決める*/
    position: absolute;
    bottom: 20px;
    left: 20px;
    /*下線の形状*/
    width: 92%;
    height: 2px;
    /*アニメーションの指定*/
    transition: all .3s;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-text-fill-color: transparent;
  }
  .New_graduate small::after,.New_graduate_vivo small::after,.New_graduate_bearsi small::after,.New_graduate_hotel small::after,.New_graduate_rokkou small::after,.New_graduate_company small::after {
    border-image-slice: 1;
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    bottom: 24px;
    right: 1.5vw;
    /*矢印の形状*/
    width: 15px;
    height: 2px;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-text-fill-color: transparent;
  }
  .New_graduate small:hover::before,.New_graduate_vivo small:hover::before,.New_graduate_bearsi small:hover::before,.New_graduate_hotel small:hover::before,.New_graduate_rokkou small:hover::before,.New_graduate_company small:hover::before {
    left: 25px;
  }
 .New_graduate small:hover::after,.New_graduate_vivo small:hover::after,.New_graduate_bearsi small:hover::after,.New_graduate_hotel small:hover::after,.New_graduate_rokkou small:hover::after,.New_graduate_company small:hover::after  {
    right: 20px;
  }
	 .career ul {
    display: flex;
    margin-top: 30px;
    width: 70vw;
    margin-right: auto;
    margin-left: auto;
  }
.career ul li {
    margin: auto;
}
  /*------ここまでmain-------------*/
}
@media screen and (max-width:1440px){
		body{
    background-image: url(imgs/pc/background_pc.png);
    background-size: cover; /* 背景画像を全画面表示 */
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
	}
  .sp {
    display: none !important;
  }
  /*------ここからmain-------------*/
    body main {
    margin: auto;
    width: 80vw;
}
  body main h1 {
    font-size: 36px;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 4px solid;
    -webkit-border-image: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -o-border-image: -o-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    border-image: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    border-image-slice: 1;
    margin-top: 0px;
    padding-top: 150px;
    margin-left: auto;
    width: 350px;
    margin-right: auto;
    text-align: center;
  }
main h1 small {
    display: block;
    font-size: 15.5px;
    margin-bottom: 8px;
    letter-spacing: 2px;
}
.vivo_concept {
    text-align: center;
    font-size: 0.9em;
    line-height: 0.7em;
}
.Requirements {
    margin-top: 2em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #C00000;
    color: #FFFFFF;
    display: inline-block;
}
/* 共通スタイル */
	
	/* ◾️付き（先頭記号あり）段落 */
.detail p.bullet {
  margin-left: 0;
}

/* ◾️なし（普通の段落） */
.detail p.indent {
  margin-left: 1em;
}
body main table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
  table-layout: fixed;
}

main table tr {
    border-top: 1.5px solid #282828;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
}

.overview {
    text-align: center;
    vertical-align: middle;
    width: 150px;
    border-right: 1.5px solid #282828;
    padding: 1em;
}

.detail {
    padding-top: 1.2em;
    padding-right: 1.2em;
    padding-left: 2em;
    padding-bottom: 1.2em;
}

.detail p {
    margin-top: 1.2em;
    margin-right: 0;
    margin-left: 1.2em;
    margin-bottom: 1.2em;
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    font-weight: 500;
}
.detail .bullet .colours_link {
    color: #C00000;
    font-size: 1.2em;
    font-weight: 500;
}

.detail p b {
  font-size: 1.125rem; /* 18px相当 */
  display: block;
  margin: 2em 0 0.5em -1.5em;
}

.detail p .first_b {
    margin-top: 0;
    display: block;
    margin-bottom: -1em;
    margin-left: 0px;
}

.detail .med {
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 1.5em;
    margin-right: 0;
    margin-bottom: 0;
    display: block;
}

.detail .region {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 1.5em 0 0.5em 0;
  display: block;
}
.time_example {
    margin-bottom: -1em;
    position: relative;
    left: -1.5vw;
}

.detail p .barlow-semibold {
    font-size: 1rem;
    line-height: normal;
}
  .New_graduate_vivo {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #FFFFFF;
    border-radius: 15px;
    -webkit-box-shadow: 4px 3px 5px -3px #777777;
    box-shadow: 4px 3px 5px -3px #777777;
    position: relative;
    bottom: auto;
    transition: all .2s;
    margin-bottom: 0px;
  }
			.New_graduate_vivo:hover {
    background-color: #F7F7F7;
    -webkit-box-shadow: 0px 0px 0px 0px #333333;
    box-shadow: 0px 0px 0px 0px #333333;
  }
.career ul li {
    margin: auto;
    width: 47%;
}
  .New_graduate_vivo span {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1em;
    font-weight: 500;
    color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;
 background: linear-gradient(70deg,rgba(74, 81, 184, 1) 0%, rgba(64, 89, 159, 1) 100%);
    background: -webkit-linear-gradient(70deg,rgba(74, 81, 184, 1) 0%, rgba(64, 89, 159, 1) 100%);
    letter-spacing: 1px;
    text-align: center;
    line-height: 1.5em;
  }
	  .New_graduate_bearsi {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #FFFFFF;
    border-radius: 15px;
    -webkit-box-shadow: 4px 3px 5px -3px #777777;
    box-shadow: 4px 3px 5px -3px #777777;
    position: relative;
    bottom: auto;
    transition: all .2s;
    margin-left: 0px;
    margin-top: 0px;
  }
  .New_graduate_bearsi span {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1em;
    font-weight: 500;
    color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;
    background: linear-gradient(70deg, #f35370, #fb948c);
    background: -webkit-linear-gradient(70deg, #f35370, #fb948c);
    line-height: 1.5em;
    text-align: center;
  }
				.New_graduate_bearsi:hover {
    background-color: #F7F7F7;
    -webkit-box-shadow: 0px 0px 0px 0px #333333;
    box-shadow: 0px 0px 0px 0px #333333;
  }
  .New_graduate small,.New_graduate_vivo small,.New_graduate_bearsi small,.New_graduate_hotel small,.New_graduate_rokkou small,.New_graduate_company small{
    /*形状*/
    display: inline-block;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    color: #333;
    text-decoration: none;
    outline: none;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  /*矢印と下線の形状*/
  .New_graduate small::before,.New_graduate_vivo small::before,.New_graduate_bearsi small::before,.New_graduate_hotel small::before,.New_graduate_rokkou small::before,.New_graduate_company small::before {
    content: '';
    /*絶対配置で下線の位置を決める*/
    position: absolute;
    bottom: 20px;
    left: 20px;
    /*下線の形状*/
    width: 90.5%;
    height: 2px;
    /*アニメーションの指定*/
    transition: all .3s;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-text-fill-color: transparent;
  }
  .New_graduate small::after,.New_graduate_vivo small::after,.New_graduate_bearsi small::after,.New_graduate_hotel small::after,.New_graduate_rokkou small::after,.New_graduate_company small::after {
    border-image-slice: 1;
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    bottom: 24px;
    right: 2vw;
    /*矢印の形状*/
    width: 3%;
    height: 2px;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-text-fill-color: transparent;
  }
  .New_graduate small:hover::before,.New_graduate_vivo small:hover::before,.New_graduate_bearsi small:hover::before,.New_graduate_hotel small:hover::before,.New_graduate_rokkou small:hover::before,.New_graduate_company small:hover::before {
    left: 33px;
  }
 .New_graduate small:hover::after,.New_graduate_vivo small:hover::after,.New_graduate_bearsi small:hover::after,.New_graduate_hotel small:hover::after,.New_graduate_rokkou small:hover::after,.New_graduate_company small:hover::after  {
    right: 1.2vw;
  }
	 .career ul {
    display: flex;
    margin-top: 30px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
  }
  /*------ここまでmain-------------*/
}
@media screen and (max-width: 765px) {
	body{
    background-image: url(imgs/sp/background_sp.png);
    background-size: cover; /* 背景画像を全画面表示 */
    background-repeat: no-repeat;
    background-position: center; /* 背景画像の表示位置を中央に */
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
	}
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
    text-align: justify;
  }
  .logo.sp {
    width: 110px;
    position: fixed;
    left: 20px;
    top: 20px;
    z-index: 3;
  }
body main {
    width: 90vw;
}
  /*------ここからmain-------------*/
    body main h1 {
    font-size: 2.2em;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 4px solid;
    -webkit-border-image: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -o-border-image: -o-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    border-image: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    border-image-slice: 1;
    margin-top: 0px;
    padding-top: 150px;
    margin-left: auto;
    width: 80vw;
    margin-right: auto;
    text-align: center;
  }
main h1 small {
    display: block;
    font-size: 15.5px;
    margin-bottom: 8px;
    letter-spacing: 2px;
}
.Requirements {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #C00000;
    color: #FFFFFF;
    display: inline-block;
}
/* 共通スタイル */
	
	/* ◾️付き（先頭記号あり）段落 */
.detail p.bullet {
  margin-left: 0;
}
body main table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
  table-layout: fixed;
}

main table tr {
    border-top: 1.5px solid #282828;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
}

.overview {
    text-align: center;
    vertical-align: middle;
    width: 100px;
    border-right: 1.5px solid #282828;
    padding-top: 1em;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 1em;
    writing-mode: vertical-rl;
}

.detail {
    padding-top: 1.2em;
    padding-right: 1.2em;
    padding-left: 2em;
    padding-bottom: 1.2em;
    width: 100%;
}

.detail p {
    margin-top: 1.2em;
    margin-right: 0;
    margin-left: 1.2em;
    margin-bottom: 1.2em;
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    font-weight: 500;
}
.detail .bullet .colours_link {
    color: #C00000;
    font-size: 1.2em;
    font-weight: 500;
}

.detail p b {
  font-size: 1.125rem; /* 18px相当 */
  display: block;
  margin: 2em 0 0.5em -1.5em;
}

.detail p .first_b {
    margin-top: 0;
    display: block;
    margin-bottom: -1em;
    margin-left: 0px;
}

.detail .med {
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 1.5em;
    margin-right: 0;
    margin-bottom: 0;
    display: block;
}

.detail .region {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 1.5em 0 0.5em 0;
  display: block;
}
	.time_example {
    margin-bottom: -1em;
    position: relative;
    left: -5vw;
}


  .New_graduate_vivo {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #FFFFFF;
    border-radius: 15px;
    -webkit-box-shadow: 4px 3px 5px -3px #777777;
    box-shadow: 4px 3px 5px -3px #777777;
    position: relative;
    bottom: auto;
    transition: all .2s;
    margin-bottom: 30px;
  }
			.New_graduate_vivo:hover {
    background-color: #F7F7F7;
    -webkit-box-shadow: 0px 0px 0px 0px #333333;
    box-shadow: 0px 0px 0px 0px #333333;
  }
.New_graduate_vivo span b {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-top: 2px;
    background-color: #FFFFFF;
    color: #924998;
    margin-left: 10px;
}
  .New_graduate_bearsi {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #FFFFFF;
    border-radius: 15px;
    -webkit-box-shadow: 4px 3px 5px -3px #777777;
    box-shadow: 4px 3px 5px -3px #777777;
    position: relative;
    bottom: auto;
    transition: all .2s;
    margin-left: 0px;
  }
			.New_graduate_bearsi:hover {
    background-color: #F7F7F7;
    -webkit-box-shadow: 0px 0px 0px 0px #333333;
    box-shadow: 0px 0px 0px 0px #333333;
  }
  .New_graduate span {
    display: block;
    padding-left: 20px;
    padding-right: 0px;
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
  }
  .New_graduate_vivo span {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;
 background: linear-gradient(70deg,rgba(74, 81, 184, 1) 0%, rgba(64, 89, 159, 1) 100%);
    background: -webkit-linear-gradient(70deg,rgba(74, 81, 184, 1) 0%, rgba(64, 89, 159, 1) 100%);
    letter-spacing: 1px;
    text-align: center;
  }
  .New_graduate_bearsi span {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1em;
    font-weight: 500;
    color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;
    background: linear-gradient(70deg, #f35370, #fb948c);
    background: -webkit-linear-gradient(70deg, #f35370, #fb948c);
    text-align: center;
  }
.New_graduate_bearsi span b {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-top: 2px;
    background-color: #FFFFFF;
    color: #6FC193;
    margin-left: 10px;
}
  .New_graduate small,.New_graduate_vivo small,.New_graduate_bearsi small,.New_graduate_hotel small,.New_graduate_rokkou small,.New_graduate_company small{
    /*形状*/
    display: inline-block;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    color: #333;
    text-decoration: none;
    outline: none;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  /*矢印と下線の形状*/
  .New_graduate small::before,.New_graduate_vivo small::before,.New_graduate_bearsi small::before,.New_graduate_hotel small::before,.New_graduate_rokkou small::before,.New_graduate_company small::before {
    content: '';
    /*絶対配置で下線の位置を決める*/
    position: absolute;
    bottom: 20px;
    left: 20px;
    /*下線の形状*/
    width: 89%;
    height: 2px;
    /*アニメーションの指定*/
    transition: all .3s;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-text-fill-color: transparent;
  }
  .New_graduate small::after,.New_graduate_vivo small::after,.New_graduate_bearsi small::after,.New_graduate_hotel small::after,.New_graduate_rokkou small::after,.New_graduate_company small::after {
    border-image-slice: 1;
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    bottom: 24px;
    right: 4%;
    /*矢印の形状*/
    width: 15px;
    height: 2px;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
    background: linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    background: -webkit-linear-gradient(150deg, rgba(159, 8, 16, 1), rgba(200, 22, 27, 1));
    -webkit-text-fill-color: transparent;
  }
  .New_graduate small:hover::before,.New_graduate_vivo small:hover::before,.New_graduate_bearsi small:hover::before,.New_graduate_hotel small:hover::before,.New_graduate_rokkou small:hover::before,.New_graduate_company small:hover::before {
    left: 33px;
  }
 .New_graduate small:hover::after,.New_graduate_vivo small:hover::after,.New_graduate_bearsi small:hover::after,.New_graduate_hotel small:hover::after,.New_graduate_rokkou small:hover::after,.New_graduate_company small:hover::after  {
    right: 5px;
  }
	 .career ul {
    display: block;
    margin-top: 30px;
    width: 90vw;
    padding-left: 0px;
    padding-right: 0px;
  }
.career ul li {
    width: 100%;
}
	
  /*------ここまでmain-------------*/
}
