@charset "UTF-8";

/* common */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

html.is-hidden,
body.is-hidden {
  position: relative;
  z-index: -1;
  overflow: hidden;
  height: 100%
}

.recruit_contents,
.recruit_btn,
.recruit_nav_area {
  overflow-x: hidden;
  font-family: "游ゴシック体", 'YuGothic', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', "noto-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #7d7d7d;
}

.avenir {
  font-family: 'Avenir', '小塚ゴシック';
}

.recruit_contents.page-freshman {
  color: #000000;
}

/* reset */
.recruit_contents html,
.recruit_contents body,
.recruit_contents body div,
.recruit_contents span,
.recruit_contents object,
.recruit_contents iframe,
.recruit_contents h1,
.recruit_contents h2,
.recruit_contents h3,
.recruit_contents h4,
.recruit_contents h5,
.recruit_contents h6,
.recruit_contents p,
.recruit_contents blockquote,
.recruit_contents pre,
.recruit_contents abbr,
.recruit_contents address,
.recruit_contents cite,
.recruit_contents code,
.recruit_contents del,
.recruit_contents dfn,
.recruit_contents em,
.recruit_contents img,
.recruit_contents ins,
.recruit_contents kbd,
.recruit_contents q,
.recruit_contents samp,
.recruit_contents small,
.recruit_contents strong,
.recruit_contents var,
.recruit_contents b,
.recruit_contents i,
.recruit_contents dl,
.recruit_contents dt,
.recruit_contents dd,
.recruit_contents ol,
.recruit_contents ul,
.recruit_contents li,
.recruit_contents fieldset,
.recruit_contents form,
.recruit_contents label,
.recruit_contents legend,
.recruit_contents table,
.recruit_contents caption,
.recruit_contents tbody,
.recruit_contents tfoot,
.recruit_contents thead,
.recruit_contents tr,
.recruit_contents th,
.recruit_contents td,
.recruit_contents article,
.recruit_contents aside,
.recruit_contents figure,
.recruit_contents footer,
.recruit_contents header,
.recruit_contents menu,
.recruit_contents nav,
.recruit_contents section,
.recruit_contents time,
.recruit_contents mark,
.recruit_contents audio,
.recruit_contents video,
.recruit_contents details,
.recruit_contents summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

.recruit_contents article,
.recruit_contents aside,
.recruit_contents figure,
.recruit_contents footer,
.recruit_contents header,
.recruit_contents nav,
.recruit_contents section,
.recruit_contents details,
.recruit_contents summary {
  display: block
}

.recruit_contents html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.recruit_contents *,
.recruit_contents *:before,
.recruit_contents *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

.recruit_contents img,
.recruit_contents object,
.recruit_contents embed {
  max-width: 100%;
  margin: 0 auto;
}

.recruit_contents html {
  overflow-y: scroll
}

.recruit_contents ul,
.recruit_contents ol {
  list-style: none
}

.recruit_contents blockquote,
.recruit_contents q {
  quotes: none
}

.recruit_contents blockquote:before,
.recruit_contents blockquote:after,
.recruit_contents q:before,
.recruit_contents q:after {
  content: '';
  content: none
}

.recruit_contents a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

br.sp,
br.tb {
  display: none;
}

/* width */
.w_01 {
  max-width: 965px;
  margin: 0 auto;
}

.w_02 {
  max-width: 1164px;
  margin: 0 auto;
}

/* color */

.color_00 {
  color: #ffffff !important;
}

.color_01 {
  color: #2E73B8 !important;
}

.color_02 {
  color: #DB7125 !important;
}

.color_03 {
  color: #ED4CA9 !important;
}

.color_04 {
  color: #379D56 !important;
}

.color_05 {
  color: #333 !important;
}


.small {
  font-size: 12px !important;
}

/* ぱんくず */
#suntory_contents .topicpath_area {
  max-width: 1164px;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
}

#suntory_contents .topicpath_area #topicpath {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 auto 0;
  display: flex;
  overflow-x: auto;
  word-break: keep-all;
  white-space: nowrap;
  list-style: none;
  padding: 0;
}

#suntory_contents .topicpath_area a {
  color: #0066aa;
  text-decoration: none;
}

/* bg */
.bg_00 {
  background: #ffffff !important;
}

.bg_01 {
  background: #2E73B8 !important;
}

.bg_02 {
  background: #DB7125 !important;
}

.bg_03 {
  background: #ED4CA9 !important;
}

.bg_04 {
  background: #379D56 !important;
}

/* recruit btn */
.recruit_btn ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
}

.recruit_btn {
  margin-bottom: 85px;
  overflow: hidden;
}

.recruit_btn .description img {
  width: 50vw;
  height: auto;
}

.recruit_btn .message img {
  width: 50vw;
  height: auto;
}

.recruit_btn a:hover {
  opacity: 0.8;
}

/* menu */
body.open {
  overflow: hidden;
}

.js-menu_cont .inner {
  max-width: 1290px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto 0;
}

.js-menu_cont {
  background: #5BC2DC;
  color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.js-menu_cont .box {
  width: 33.3333%;
  padding: 30px 45px 10px;
}

.js-menu_cont .box > a + a {
  margin-top: 20px;
  display: block;
}

.js-menu_cont .ttl {
  display: block;
  position: relative;
}

.js-menu_cont .ttl:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 8px;
  left: 0;
}

.js-menu_cont .list li {
  line-height: 1;
}

.js-menu_cont .list li+li {
  margin-top: 15px;

}

.js-menu_cont .list a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  display: inline-block;
  margin: 0 0 2px 10px;
}

.js-menu_cont .list a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  transition: 0.5s;
}

.js-menu_cont .list a[href*="project"] {
  font-size: 14px;
  line-height: 1;
}

.js-menu_cont .list li.no-click a {
  pointer-events: none;
  color: #ccc;
}

.js-menu_cont .list li.no-click a:before {
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
}


.js-menu_cont .list a:hover {
  opacity: 0.5;
}

@media screen and (max-width:1200px) {
  /* recruit btn */
  /* .recruit_btn .description a {
    padding: 40px 6% 50px 10px;
  }
  .recruit_btn .message a {
    padding: 40px 0 50px 10px;
  } */
}

@media screen and (max-width:1095px) {

  /* recruit btn */
  .recruit_btn li span {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.4;
  }

  .recruit_btn span:after {
    margin-left: 10px;
  }
}

@media screen and (max-width:960px) {

  .recruit_contents,
  .recruit_btn {
    width: 960px;
  }
}

@media screen and (max-width:767px) {

  br.sp,
  br.tb {
    display: block;
  }

  br.pc {
    display: none;
  }

  /* recruit btn */
  .recruit_btn ul {
    display: block;
  }

  .recruit_btn .description img {
    width: 100vw;
  }

  .recruit_btn .message img {
    width: 100vw;
  }

  .js-menu_cont .box {
    width: 100%;
    padding: 0 0 30px;
  }
}

/* recruit nav */
.recruit_nav_area {
  position: relative;
  max-width: 1164px;
  margin: 0 auto;
  z-index: 600;
  overflow: initial;
}

.recruit_nav {
  position: fixed;
  right: 20px;
  transition: 0.5s;
}

.recruit_nav.fixed {
  top: 0;
}

.recruit_nav.fixed.hidden {
  opacity: 0;
  visibility: hidden;
}

/* rec_btn */
.rec_navbtn {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  margin: 10px 0 10px auto;
  padding: 0;
}

.rec_navbtn::before {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  width: 100px;
  height: 100px;
  background-image: url(../../assets/images/common/menu.png);
  background-size: 100%;
  background-repeat: no-repeat;
  transition: 0.5s;

}

.open .rec_navbtn::before {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  width: 100px;
  height: 100px;
  background-image: url(../../assets/images/common/menu_close.png);
  background-size: 100%;
  background-repeat: no-repeat;
  transition: 0.5s;
}

.rec_navbtn.active {
  margin: 10px 0 10px auto;
}

.recruit_nav .btn_area a {
  width: 100px;
  display: block;
  transition: 0.5s;
}

.recruit_nav .btn_area a:hover {
  opacity: 0.5;
}

.recruit_nav .btn_area ul {
  list-style: none;
  margin-top: 16px;
}

.recruit_nav .btn_area ul li+li {
  margin-top: 15px;
}

/* .shine {
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin: center;
}

@keyframes anime1 {
  from {
    transform: scale(0.9, 0.9);
  }

  to {
    transform: scale(1.2, 1.2);
  }
} */


.recruit_nav img {
  width: 100%;
  height: auto;
  display: block;
}

/* .rec_navbtn span {
    width: 45px;
    height: 2px;
    display: block;
    background: #ffffff;
    top: 23px;
    position: absolute;
}
.rec_navbtn span:before,.rec_navbtn span:after{
  content: "";
    width: 45px;
    height: 2px;
    display: block;
    background: #ffffff;
  position: absolute;
}
.recruit_nav_area.top .rec_navbtn span,
.recruit_nav_area.top .rec_navbtn span:before,
.recruit_nav_area.top .rec_navbtn span:after{
	background: #ffffff;
}
.rec_navbtn span:before {
    top: 10px;
}
.rec_navbtn span:after {
    bottom: 10px;
} */
/* rec_list */
.rec_menu,
.rec_list {
  display: none;
}

.rec_menu ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff;
}

.rec_menu ul>li {
  position: relative;
}

.rec_ttl {
  position: relative;
  height: 48px;
  margin: 0 !important;
  padding: 5px 10px 5px 20px;
  border-top: 1px solid #a6d7ea;
  font-size: 12px !important;
  font-size: 0.75rem !important;
  transition: 0.7s;
  color: #5BC2DC;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}

.rec_ttl:hover {
  background: #ebf4fa;
}

.rec_ttl>a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.rec_ttl>a>span {
  display: block;
  font-weight: 300;
}

.rec_ttl>span,
.rec_ttl>a>span {
  display: block;
  font-weight: 300;
  font-size: 14px !important;
  font-size: 0.875rem !important;
  color: #525252;
  width: 100%;
}

.rec_ttl:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #5bbcd6;
  border-right: 2px solid #5bbcd6;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}

.rec_list {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  background: #dee7ec;
  list-style: none;
  padding: 0;
}

.rec_list a {
  position: relative;
  text-decoration: none;
  color: #4d4d4d;
  padding: 10px;
  height: 48px;
  display: flex;
  align-items: center;
  font-size: 13px !important;
  font-size: 0.8125rem !important;
  border-bottom: 1px solid #e7e7e7;
  transition: 0.7s;
}

.rec_list a:hover {
  background: #ebf4fa;
}

.rec_list a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #5BC2DC;
  content: "";
  position: absolute;
  right: 20px;
}

.rec_list li:nth-last-of-type(1) a {
  border-bottom: none;
  height: 47px;
}

.rec_menu ul>li.icon_none a:after {
  display: none;
}

.rec_menu ul>li.icon_blank a:after {
  background: #5BC2DC;
  border-width: 0;
  width: 15px;
  height: 15px;
}

.rec_menu ul>li.icon_blank a:before {
  content: "";
  width: 15px;
  height: 15px;
  border-left: 2px solid #5BC2DC;
  border-bottom: 2px solid #5BC2DC;
  display: block;
  position: absolute;
  bottom: 17px;
  right: 23px;
}

/*.rec_list > li:nth-of-type(odd) a {
    background: #ebf4fa;
}*/
.rec_list.list_career a span {
  font-weight: 300;
  display: block;
  margin-left: 10px;
}

.rec_ttl.list_top {
  height: 48px;
  display: flex;
  align-items: center;
  background: #5BC2DC;
  color: #ffffff;
  font-size: 14px !important;
  font-size: 0.875rem !important;
}

.rec_ttl.list_top:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.rec_list.list_career {
  top: -239px;
}

.rec_list.list_recruit {
  top: -143px;
}

/* list_btn */
.rec_ttl.list_btn {
  padding: 0;
}

/* nav_bg */
.nav_bg.active {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 500;
}

.rec_ttl.list_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 10px 5px 20px;
}

.rec_list>li a:not([href]) {
  background: #e7e7e7;
}

/* hover */
@media screen and (max-width:1200px) {
  .recruit_nav {
    right: 20px;
    margin-right: 0;
  }
}

@media screen and (min-width:768px) {

  .rec_ttl:hover+.rec_list,
  .rec_list:hover {
    display: block !important;
  }
}

@media screen and (max-width:767px) {

  br.sp,
  br.tb {
    display: block;
  }

  br.pc {
    display: none;
  }

  .recruit_contents,
  .recruit_btn {
    width: 100%;
  }

  .recruit_btn {
    margin-bottom: 35px;
  }

  .rec_menu.pc {
    display: none;
  }

  /*.rec_ttl.open + .rec_list {
        display: block !important;
    } */
  /*.rec_menu {
        width: 100vw;
        position: fixed;
        left: 0;
    } */
  .rec_ttl:after {
    transform: rotate(135deg);
    transition: .5s;
  }

  .rec_ttl {
    text-align: center;
    font-size: 14px !important;
    font-size: 0.875rem !important;
    justify-content: center;
  }

  .recruit_nav {
    right: 15px;
    width: 50px;
    padding: 0 !important;
    transition: .5s;
    margin-right: 0;
  }

  .recruit_nav .btn_area ul {
    padding: 0;
  }

  .rec_list {
    position: static !important;
  }

  .recruit_nav_area.top .rec_navbtn span,
  .recruit_nav_area.top .rec_navbtn span:before,
  .recruit_nav_area.top .rec_navbtn span:after {
    background: #5BC2DC;
  }

  .recruit_nav:before {
    height: 1px;
  }

  .rec_navbtn:before,
  .rec_navbtn:after {
    width: 50px;
    height: 50px;
  }

  .open .rec_navbtn:before,
  .rec_navbtn:after {
    width: 50px;
    height: 50px;
  }

  .recruit_nav .img_txt {
    max-width: 81px;
  }

  .rec_navbtn {
    width: 50px;
    height: 50px;
    margin: 0;
  }

  .recruit_nav .btn_area a {
    width: 50px;
  }

  .recruit_btn a {
    padding: 25px 5% 47px 0 !important;
  }

  .recruit_btn li span {
    display: block;
    position: relative;
    text-align: center;
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }

  .recruit_btn span:after {
    position: absolute;
    bottom: -28px;
    right: 50%;
    margin-right: -7px;
  }

  .rec_list a:after {
    right: 17px;
    border-width: 6px 0 6px 12px;
  }

  .rec_menu ul>li.icon_blank a:after {
    width: 13px;
    height: 13px;
  }

  .rec_menu ul>li.icon_blank a:before {
    width: 13px;
    height: 13px;
    right: 19px;
    bottom: 15px;
  }

  .rec_list a {
    height: 50px;
    justify-content: center;
  }

  /* active */
  .nav_bg.active {
    width: 100vw;
    height: 100vh;
    top: 0;
    background: rgba(255, 255, 255, 0.6);
  }

  .recruit_nav.active:before {
    content: "ALL MENU";
    display: block;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    font-family: 'Noto Sans JP', 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
    font-weight: bold;
    letter-spacing: 0.05em;
    z-index: 650;
  }

  .active .rec_navbtn {
    margin: 0 !important;
    width: 100%;
    height: 45px;
    background: #5bbcd6;
  }

  .active .rec_navbtn span {
    background: #ffffff;
    right: 15px;
  }

  .active .rec_navbtn span:before,
  .active .rec_navbtn span:after {
    display: none;
  }

  .recruit_nav.active {
    width: 100%;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 2000;

  }

  .open.rec_ttl:after {
    transform: rotate(-45deg);
  }

  .open.rec_ttl.list_btn:after {
    transform: rotate(135deg);
  }

  .rec_ttl.list_top {
    justify-content: center;
    height: 51px;
  }

  .recruit_nav_area.top .rec_navbtn.active span {
    background: #ffffff;
  }

  .rec_ttl.list_btn a {
    justify-content: center;
  }
}

/* btn area */

.banner_inner a {
  max-width: 550px;
  display: block;
  margin: 0 auto;
  transition: 0.3s;
}

.banner_inner a:hover {
  opacity: 0.7;
}

.banner_inner .pagetop {
  max-width: 68px;
  position: absolute;
  top: -25px;
  right: 0;
  margin: 0 !important;
  z-index: 20;
}

@media screen and (max-width:767px) {

  .banner_inner a {
    max-width: 400px;
  }
}

/* fixed right */
.rec_btnlist {
  position: fixed;
  top: 80px;
  right: 50%;
  z-index: 1000;
  max-width: 1164px;
  margin-right: -582px;
  opacity: 0;
  transition: 0.5s;
}

.rec_btnlist.block {
  opacity: 1;
}

.rec_btnlist p {
  max-width: 121px;
  margin: 0 !important;
}

.rec_btnlist a {
  transition: 0.5s;
}

.rec_btnlist a:hover {
  opacity: 0.7;
}

.recruit_nav.fixed+.rec_btnlist {
  top: 20px;
}

.rec_btnlist a[href*="challenge"] {
  display: none !important;
}

@media screen and (max-width:1220px) {
  .rec_btnlist {
    max-width: none;
    right: 0;
    margin-right: 0;
  }
}

@media screen and (max-width:767px) {
  .rec_btnlist p {
    max-width: 60px;
  }

  .rec_btnlist {
    top: 100px;
    right: 10px;
  }

  .recruit_nav.fixed+.rec_btnlist {
    top: 50px;
  }
}