body #header,
body #footer {
  font-family: "Inter", 'Noto Sans JP', Arial, Meiryo, "Hiragino Kaku Gothic ProN", YuGothic, sans-serif;
  font-style: normal;
  font-weight: 500;
}

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

@keyframes fadeIn_header {
  0% {
    opacity: 1;
    transform: translateY(-90px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#header a {
  text-decoration: none;
  color: #000;
}

#header {
  /* top: 0px;
  left: 0px;
  position: fixed; */
  width: 100%;
  font-size: 20px;
  z-index: 10;
  /* background: rgba(255,255,255,.7); */

}

#header .header-inner {
  /* display: flex;
  justify-content: space-between; */
  /* position: absolute; */
  /* background: #fff; */
  font-size: 14px;
  padding: 20px 0;
}

#header .newgrads-top,
#header .newgrads-gnavi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: .5px;
  animation: fadeIn_header 0.6s 1 normal forwards;
}

#header .newgrads-top {
  font-size: 17px;
  letter-spacing: 1.5px;
  width: 240px;

}

#header .newgrads-gnavi {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}

#header .newgrads-top .logo-top {
  padding: 0 15px;
}

#header .newgrads-gnavi li:nth-of-type(n+2) {
  margin-left: 30px;
}

#header .newgrads-top a:hover,
#header .menu_list_inner .item_menu a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

#header .newgrads-gnavi a:hover,
#header .menu_list_inner .item ul li a:hover {
  color: #ff0000;
  transition: 0.3s;
}

#header .newgrads-gnavi .menu_item {
  padding: 30px 0;
  width: 125px;
  background: #000;
  color: #fff;
  text-align: center;
  border-radius: 0 0 0 30px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

#header .newgrads-gnavi .menu_item .menu_close,
#header .newgrads-gnavi .menu_item.is-active .menu_open {
  display: none;
  transition: 0.3s;
}

#header .newgrads-gnavi .menu_item.is-active .menu_close {
  display: block;
  transition: 0.3s;
}

#header .newgrads-gnavi .menu_item:hover {
  background: #ff0000;
  transition: 0.3s;
}

/* menu_list
--------------------------------- */
@keyframes open_menu {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#header .menu_list {
  background: #fff;
  width: 100%;
  height: 100vh;
  display: none;
  animation: open_menu .2s linear 1 normal backwards;
  position: fixed;
  top: 0;
  z-index: 9;
}

#header .menu_list.is-active {
  display: block;
  animation: open_menu .2s linear 1 normal forwards;
  overflow-y: scroll;
}

#header .menu_list_inner {
  width: 80%;
  margin: auto;
  position: relative;
  /* top: 290px; */
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
}

#header .menu_list_inner .sp_menu {
  display: none;
}

#header .menu_list_inner .item_menu,
#header .menu_list_inner .item_menu a {
  font-size: 30px;
  color: #ff0000;
  pointer-events: none;
}

#header .menu_list_inner .item_menu a {
  pointer-events: all;
}

#header .menu_list_inner .item .item_menu {
  margin-bottom: 20px;
  letter-spacing: 1px;
}

#header .menu_list_inner .menu_item_list {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}

#header .menu_list_inner .menu_item_list .item {
  /* width: calc(77%/3); */
  margin-left: 50px;
}

#header .menu_list_inner .menu_item_list1 .item:nth-of-type(1) {
  width: 5%;
}

#header .menu_list_inner .menu_item_list1 .item:nth-of-type(2),
#header .menu_list_inner .menu_item_list2 .item:nth-of-type(1) {
  width: 31%;
}

#header .menu_list_inner .menu_item_list1 .item:nth-of-type(3),
#header .menu_list_inner .menu_item_list2 .item:nth-of-type(2) {
  width: 24%;
}

#header .menu_list_inner .menu_item_list1 .item:nth-of-type(4),
#header .menu_list_inner .menu_item_list2 .item:nth-of-type(3) {
  width: 26%;
}

#header .menu_list_inner .item ul li {
  line-height: 1.6;
}

#header .menu_list_inner .item ul li:nth-of-type(n+2) {
  margin-top: 15px;
}

#header .menu_list_inner .menu_item_list .item:nth-of-type(1) {
  margin-left: 0;
}

#header .menu_list_inner .menu_item_list2 {
  margin-top: 60px;
}


/* footer
--------------------------------- */
#footer a {
  text-decoration: none;
  color: #000;
}

#footer {
  padding: 120px 0 30px;
  bottom: 0px;
  left: 0px;
  position: relative;
  width: 100%;
  font-size: 12px;
  background: #fff;
  line-height: 1.4;
}

#footer .footer-inner {
  margin: auto;
  padding: 0 60px;
}



#footer .footer_flex {
  display: flex;
  justify-content: space-between;
}

#footer .logo-footer {
  margin-bottom: 45px;
}

#footer .logo-footer:hover {
  opacity: 1;
}

#footer .part1.sp {
  display: none;
}

#footer .link_part1 li {
  width: 210px;
}

#footer .link_part1 li a {
  display: block;
  padding: 16px;
  font-size: 16px;
  border-radius: 40px;
  border: 1px solid #000000;
  text-align: center;
  transition: .3s;
  line-height: 1.4;
}

#footer .link_part1 li a:hover {
  border: 1px solid #ff0000;
  color: #fff;
  background: #ff0000;
  transition: .3s;

}

#footer .link_part1 li:nth-of-type(n+2) {
  margin-top: 10px;
}

/* menu_list
--------------------------------- */
#footer .part2 {
  width: 80%;
}

#footer .link_part2 .item_part2 {
  margin-bottom: 20px;
}

#footer .link_part2 .item_part2,
#footer .link_part2 .item_part2 a {
  font-size: 16px;
  color: #ff0000;
}

#footer .link_part2 {
  margin-bottom: 20px;
}

#footer .link_part2 {
  display: flex;
  justify-content: end;
}

#footer .link_part2 .item {
  width: 260px;
  margin-left: 45px;
}

#footer .link_part2 .item ul li:nth-of-type(n+2) {
  margin-top: 10px;
}

#footer .link_part2 .item:nth-of-type(1) {
  margin-left: 0;
}

#footer .link_part2+.link_part2 {
  margin-top: 45px;
}

#footer .link_part2:nth-of-type(1) .item:nth-of-type(1) {
  width: auto;
}

#footer .link_part2 .item_part2 a,
#footer .link_part2 .item ul li a,
#footer .link_part3 li a {
  transition: 0.3s;
}

#footer .link_part2 .item ul li a:hover,
#footer .link_part3 li a:hover {
  color: #ff0000;
  transition: 0.3s;
}

#footer .link_part2 .item_part2 a:hover,
#footer .part3 .logo-bottom:hover {
  opacity: 0.6;
  transition: 0.3s;
}

#footer .part3 {
  display: flex;
  margin: 40px auto 10px;
  justify-content: space-between;
  align-items: center;
}

#footer .link_part3 {
  display: flex;
}

#footer .link_part3 li a[target="_blank"] {
  padding-right: 22px;
  background: url(/saiyou/img/newgrads/icon_arrow.svg) no-repeat top 1px right 8px/10px;
}

#footer .link_part3 li:nth-of-type(n+2) {
  margin-left: 30px;
}

#footer .link_part3+.link_part3 {
  margin-top: 15px;
}

#footer .copyright {
  font-size: 11px;
}

@media screen and (max-width: 1600px) {
  #header {
    font-size: 14px;
  }

  /* menu_list
  --------------------------------- */

  #header .menu_list_inner .item .item_menu {
    margin-bottom: 10px;
  }

  #header .menu_list_inner .item ul li:nth-of-type(n+2) {
    margin-top: 10px;
  }

  #header .menu_list_inner {
    width: 90%;
    overflow: hidden;
  }

  #header .menu_list_inner .item_menu,
  #header .menu_list_inner .item_menu a {
    font-size: 22px;
  }

  #header .menu_list_inner .menu_item_list {
    justify-content: unset;
    width: 100%;
    padding-left: 11%;
  }

  #header .menu_list_inner .menu_item_list1 .item:nth-of-type(1) {
    width: 4%;
  }

  #header .menu_list_inner .menu_item_list1 .item:nth-of-type(2),
  #header .menu_list_inner .menu_item_list2 .item:nth-of-type(1) {
    width: 24%;
  }

  #header .menu_list_inner .menu_item_list1 .item:nth-of-type(3),
  #header .menu_list_inner .menu_item_list2 .item:nth-of-type(2) {
    width: 20%;
  }

  #header .menu_list_inner .menu_item_list1 .item:nth-of-type(4),
  #header .menu_list_inner .menu_item_list2 .item:nth-of-type(3) {
    width: 20%;
  }

  #header .menu_list_inner .menu_item_list2 {
    margin-top: 50px;
    margin-left: calc(4% + 50px);
  }

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

  #footer .logo-footer {
    margin-bottom: 30px;
  }

  #footer .part1.sp {
    display: none;
  }

  #footer .part1 {
    width: 15%;
  }

  #footer .link_part1 li,
  #footer .logo-footer img {
    width: 100%;
    height: auto;
  }

  /* menu_list
  --------------------------------- */
  #footer .part2 {
    width: 82%;
  }

  #footer .link_part2 .item {
    width: 230px;
    margin-left: 30px;
    line-height: 1.4;
  }

  #footer .link_part3 li a[target="_blank"] {
    background: url(/saiyou/img/newgrads/icon_arrow.svg) no-repeat top 5px right 8px/10px;
  }

}

@media screen and (max-width: 1110px) {
  #header .menu_list_inner .menu_item_list .item {
    margin-left: 30px;
  }
}

@media screen and (max-width: 1100px) {

  /* menu_list
--------------------------------- */
  #header .menu_list_inner .menu_item_list {
    padding-left: 0;
  }

  #header .menu_list_inner .menu_item_list1 .item:nth-of-type(1) {
    width: 7%;
  }

  #header .menu_list_inner .menu_item_list1 .item:nth-of-type(2),
  #header .menu_list_inner .menu_item_list1 .item:nth-of-type(3),
  #header .menu_list_inner .menu_item_list1 .item:nth-of-type(4),
  #header .menu_list_inner .menu_item_list2 .item:nth-of-type(1),
  #header .menu_list_inner .menu_item_list2 .item:nth-of-type(2),
  #header .menu_list_inner .menu_item_list2 .item:nth-of-type(3) {
    width: 26%;
  }

  #header .menu_list_inner .menu_item_list2 {
    margin-left: calc(7% + 30px);
  }

  #footer .link_part2 .item {
    width: 150px;
    margin-left: 20px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 950px) {
  #footer .link_part1 li a {
    padding: 8px;
    font-size: 15px;
  }
}

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

  /* body #header,
  #header .header-inner{
    position: fixed;
  } */
  #header {
    font-size: 13px;
    top: 0;
    left: 0;
  }

  #header .header-inner {
    padding: 15px 0;
  }

  #header.is-active {
    height: 100%;
    background: #fff;
  }

  #header .newgrads-top {
    font-size: 13px;
    width: 184px;
  }

  #header .newgrads-top .logo-top {
    padding: 0 10px;
  }

  #header .newgrads-top .logo-top img {
    width: 98px;
    height: auto;
  }

  #header .newgrads-gnavi li {
    display: none;
  }

  #header .newgrads-gnavi li.menu_item {
    display: block;
  }

  #header .newgrads-gnavi li:nth-of-type(n+2) {
    margin-left: 0;
  }

  #header .newgrads-gnavi .menu_item {
    padding: 30px 0;
    width: 100px;
    font-size: 14px;
  }

  #header .newgrads-gnavi .menu_item:hover {
    background: #000;
  }

  /* menu_list
--------------------------------- */

  #header .menu_list.is-active {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
    padding-top: 70px;
    height: 100%;
  }

  #header .menu_list {
    height: auto;
    background: #fff;
    display: none;
    animation: open_menu .2s linear 1 normal backwards;
  }

  #header .menu_list_inner {
    width: 100%;
    /* height:calc(100vh - 84px); */
    top: 0;
    margin: auto;
    position: relative;
    -webkit-transform: none;
    /* Safari用 */
    transform: none;
    overflow: unset;
  }

  #header .menu_list_inner .sp_menu,
  #header .menu_list_inner .menu_item_list {
    display: block;
  }

  #header .menu_list_inner .item_menu,
  #header .menu_list_inner .item_menu a {
    font-size: 20px;
    color: #000;
    pointer-events: all;
  }

  #header .menu_list_inner .menu_item_list .item,
  #header .menu_list_inner .menu_item_list:nth-of-type(1) .item:nth-of-type(1) {
    width: 100%;
    margin-left: 0;
  }

  #header .menu_list_inner .item .item_menu {
    margin-bottom: 0;
    padding: 10px 30px;
    margin-bottom: 0;
    position: relative;
  }

  #header .menu_list_inner .item .item_menu::before,
  #header .menu_list_inner .item .item_menu::after {
    content: '';
    position: absolute;
    display: block;
    width: 15px;
    height: 1px;
    background: #000;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }

  #header .menu_list_inner .item.top .item_menu::before,
  #header .menu_list_inner .item.top .item_menu::after {
    display: none;
    background: unset;
  }

  #header .menu_list_inner .item .item_menu::after {
    transform: translate(-50%, -50%) rotate(90deg);
    right: 13px;
  }

  #header .menu_list_inner .item .item_menu.menu-open::after {
    transform: translate(-50%, -50%) rotate(0);
  }

  #header .menu_list_inner .menu_item_list .item:nth-of-type(1) {
    margin-left: 0;
  }

  #header .menu_list_inner .menu_item_list1 .item:nth-of-type(1),
  #header .menu_list_inner .menu_item_list1 .item:nth-of-type(2),
  #header .menu_list_inner .menu_item_list1 .item:nth-of-type(3),
  #header .menu_list_inner .menu_item_list1 .item:nth-of-type(4),
  #header .menu_list_inner .menu_item_list2 .item:nth-of-type(1),
  #header .menu_list_inner .menu_item_list2 .item:nth-of-type(2),
  #header .menu_list_inner .menu_item_list2 .item:nth-of-type(3) {
    width: 100%;
  }

  #header .menu_list_inner .menu_item_list2 {
    margin: 0;
    padding-bottom: 150px;
  }

  #header .menu_list_inner .item ul {
    background: #f0f0f0;
    padding: 10px 30px;
    font-size: 15px;
    display: none;
  }

  #header .menu_list_inner .item ul li {
    padding: 10px 0;
  }

  #header .menu_list_inner .item ul li:nth-of-type(n+2) {
    margin-top: 0;
    margin-bottom: 0;
  }

  #header .menu_list_inner .sp_menu {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
  }

  #header .menu_list_inner .sp_menu ul {
    display: flex;
    font-size: 16px;
  }

  #header .menu_list_inner .sp_menu li {
    width: 50%;
  }

  #header .menu_list_inner .sp_menu li a {
    display: block;
    padding: 15px 0;
    text-align: center;
    color: #fff;
  }

  #header .menu_list_inner .sp_menu li.entry a {
    background: #ff0000;
  }

  #header .menu_list_inner .sp_menu li.internship a {
    background: #000;
  }

  /* footer
--------------------------------- */
  #footer a {
    text-decoration: none;
    color: #000;
  }

  #footer {
    padding: 50px 0 40px;
    position: relative;
    font-size: 12px;
    background: #fff;
  }

  #footer .footer-inner {
    margin: auto;
    padding: 0 25px;
  }

  #footer .footer_flex {
    display: block;
  }

  #footer .link_part1 {
    margin: auto;
    text-align: center;
  }

  #footer .logo-footer {
    margin: 50px auto 0;
    width: 210px;
    text-align: center;
  }

  #footer .part1 {
    width: 100%;
    margin: auto;
  }

  #footer .part1.pc {
    display: none;
  }

  #footer .part1.sp {
    display: block;
  }

  #footer .link_part1 li {
    width: 100%;
  }

  #footer .link_part1 li a {
    padding: 16px;
  }

  #footer .link_part1 li:nth-of-type(n+2) {
    margin-top: 10px;
  }

  /* menu_list
--------------------------------- */
  #footer .part2 {
    width: 100%;
  }

  #footer .link_part2 .item_part2 {
    margin-bottom: 0;
    margin-top: 30px;
  }

  #footer .link_part2 .item_part2,
  #footer .link_part2 .item_part2 a {
    font-size: 12px;
  }

  #footer .link_part2 {
    display: block;
    margin-bottom: 40px;
  }

  #footer .link_part2 .item {
    width: 100%;
    margin-left: 0;
  }

  #footer .link_part2 .item ul {
    font-size: 14px;
    line-height: 1.6;
  }

  #footer .link_part2 .item ul li,
  #footer .link_part2 .item ul li:nth-of-type(n+2) {
    margin-top: 15px;
  }

  #footer .link_part2 .item:nth-of-type(1) {
    margin-left: 0;
  }

  #footer .link_part2+.link_part2 {
    margin-top: 0;
  }

  #footer .link_part2:nth-of-type(1) .item:nth-of-type(1) {
    width: auto;
  }

  #footer .part3 {
    display: block;
    margin: 60px auto 40px;
    position: relative;
  }

  #footer .part3 div:nth-of-type(1) {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  #footer .logo-bottom {
    width: 196px;
    margin: auto;
    padding-bottom: 150px;
  }

  #footer .link_part3 {
    display: flex;
    flex-wrap: wrap;
  }

  #footer .link_part3 li a[target="_blank"] {
    padding-right: 22px;
    background: url(/saiyou/img/newgrads/icon_arrow.svg) no-repeat top 5px right 8px/8px;
  }

  #footer .link_part3+.link_part3 {
    margin-top: 20px;
    width: 400px;
  }

  #footer .link_part3+.link_part3 {
    justify-content: start;
  }

  #footer .link_part3+.link_part3 li:nth-of-type(n+2) {
    margin-left: 0;
  }

  #footer .link_part3+.link_part3 li:nth-of-type(n+3) {
    margin-top: 20px;
  }

  #footer .link_part3+.link_part3 li:nth-of-type(2n) {
    margin-left: 30px;
  }
}

@media screen and (max-width: 500px) {
  #footer .part1 {
    width: 100%;
  }

  #footer .link_part3+.link_part3 li:nth-of-type(n+3) {
    margin-top: 20px;
  }

  #footer .link_part3+.link_part3 li:nth-of-type(3) {
    margin-left: 0;
  }

  #footer .link_part3+.link_part3 li {
    width: auto;
  }

  #footer .link_part3+.link_part3 li:nth-of-type(2n) {
    margin-left: 30px;
  }

}

@media screen and (max-width: 450px) {
  #footer .link_part3 {
    width: 80%;
  }

  #footer .link_part3 li:nth-of-type(n+2) {
    margin-left: 0;
  }

  #footer .link_part3 li:nth-of-type(2n) {
    margin-left: 30px;
  }

  #footer .link_part3 li:nth-of-type(n+3) {
    margin-top: 20px;
  }
}



.clearfix,
#header .header-inner .utility,
#header .header-inner .utility>ul,
#content .content-inner article section {
  *zoom: 1;
}

.clearfix:after,
#header .header-inner .utility:after,
#header .header-inner .utility>ul:after,
#content .content-inner article section:after {
  content: "";
  display: table;
  clear: both;
}

/* ==========================================================================
   base
   ========================================================================== */
html {
  overflow-y: scroll;
}

html,
body {
  height: 100%;
}

body {
  color: #000;
  font-family: Arial, Meiryo, "Hiragino Kaku Gothic ProN", YuGothic, sans-serif;
  font-size: 13px;
  line-height: 1.8;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #ff0000;
  text-decoration: underline;
}

a:hover,
a:active {
  text-decoration: none;
}

/* ==========================================================================
   loader
   ========================================================================== */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url(/saiyou/img/common/loading.gif) no-repeat center center;
  z-index: 9999;
}

@media screen and (max-width: 768px) {
  #loader {
    background-size: 30px 30px;
  }
}

/* ==========================================================================
   container
   ========================================================================== */
#container {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  min-width: 320px;
}

/* ==========================================================================
   content
   ========================================================================== */
#content {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-top: 40px;
  font-size: 14px;
}

#content>h1 {
  position: relative;
  padding: 40px 0 25px;
  background: #f1f1f1;
  text-align: center;
}

#content .content-inner {
  max-width: 1080px;
  margin: 0 auto;
}

#content .content-inner article {
  margin: 50px 0 80px;
  padding: 55px;
  border: solid 5px #ff0000;
}

#content .content-inner article>header {
  text-align: center;
}

#content .content-inner article>header h1 {
  color: #ff0000;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

#content .content-inner article>header h1+p {
  margin: 50px 0 0 0;
}

#content .content-inner article>header h2+p {
  margin: 30px 0 0 0;
}

#content .content-inner article>header p {
  margin: 30px 0 0 0;
  font-size: 16px;
  text-align: center;
}

#content .content-inner article section {
  margin: 50px 0 0 0;
}

#content .content-inner article section h1 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

#content .content-inner article section h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#content .content-inner article>footer {
  margin: 70px 0 0 0;
}

#content .content-inner article>footer p+p {
  margin: 30px 0 0 0;
}

@media screen and (max-width: 768px) {
  #content>h1 {
    padding: 20px 0;
  }

  #content>h1 img {
    height: 50px;
  }

  #content .content-inner article {
    margin: 15px 15px 25px;
    padding: 25px 10px;
  }

  #content .content-inner article>header {
    padding: 0 0 30px 0;
  }

  #content .content-inner article>header h1 {
    color: #ff0000;
    font-size: 23px;
    line-height: 1.5;
  }

  #content .content-inner article>header h1+p {
    margin: 30px 0 0 0;
  }

  #content .content-inner article>header p {
    margin: 30px 0 0 0;
    font-size: 16px;
    text-align: center;
  }

  #content .content-inner article section {
    margin: 30px 0 0 0;
  }

  #content .content-inner article section h1 {
    font-size: 19px;
  }

  #content .content-inner article>footer {
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
  }

  #content .content-inner article>footer p+p {
    margin: 30px 0 0 0;
  }
}

.modaal-inner-wrapper .modaal-container {
  padding: 0px;
  border-radius: 0px;
}

.modaal-content .modaal-close {
  background: url(/saiyou/img/common/btn_close_window.png) no-repeat 0 0;
}

/* ==========================================================================
  scroll hint (downscroll)
========================================================================== */
.scroll_botton {
  height: 0;
  text-align: center
}

.scroll_botton a {
  position: fixed;
  bottom: 10px;
  left: calc(50% + 7px);
  z-index: 400;
  display: none;
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 60px;
  color: #aaa;
  font-family: arial;
  margin-left: -25px;
  font-size: 14px;
  font-weight: 400;
}

.scroll_botton a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 1px solid #ddd;
  border-radius: 50px;
  box-sizing: border-box
}

.scroll_botton a span:before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: calc(11px * 1.5);
  height: calc(6px * 1.5);
  margin-left: calc(-5.5px * 1.5);
  background: url(/img/common/arw_down_gray.png) no-repeat center center;
  background-size: cover;
  animation: sdb 3s infinite;
  box-sizing: border-box
}

.scroll_botton .icn {
  display: none;
  position: fixed;
  bottom: 10px;
  left: calc(50% + 7px);
  z-index: 400;
  display: none;
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 60px;
  color: #aaa;
  font-family: arial;
  margin-left: -25px;
  font-size: 14px;
  font-weight: 400;
}

.scroll_botton .icn span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 1px solid #ddd;
  border-radius: 50px;
  box-sizing: border-box
}

.scroll_botton .icn span:before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: calc(11px * 1.5);
  height: calc(6px * 1.5);
  margin-left: calc(-5.5px * 1.5);
  background: url(/img/common/arw_down_gray.png) no-repeat center center;
  background-size: cover;
  animation: sdb 3s infinite;
  box-sizing: border-box
}

@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0
  }

  40% {
    opacity: 1
  }

  80% {
    transform: translate(0, 40px);
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

@media screen and (max-width: 1940px) {
  .scroll_botton a {
    left: calc(50% + 7px)
  }

  .scroll_botton .icn {
    left: calc(50% + 7px)
  }
}

@media screen and (max-width: 1024px) {
  .scroll_botton {
    display: none
  }
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(0px);
    opacity: 0
  }

  40% {
    opacity: 1
  }

  80% {
    transform: translateX(-30px);
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

@keyframes scroll-hint-appear2 {
  0% {
    transform: translateX(0px);
    opacity: 0
  }

  40% {
    opacity: 1
  }

  80% {
    transform: translateX(30px);
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

/* ==========================================================================
   scroll hint (sidescroll)
========================================================================== */
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0))
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0))
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0))
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 51px * 0.65);
  left: calc(50% - 85px * 0.65);
  box-sizing: border-box;
  width: calc(85px * 1.3);
  height: calc(51px * 1.3);
  transition: opacity .3s;
  opacity: 0;
  background: rgba(102, 102, 102, .3);
  text-align: center;
  padding: 20px 10px 10px
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none
}

.scroll-hint-text {
  font-size: 13px;
  color: #FFF;
  margin-top: 21px
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 1
}

.scroll-hint-icon:before {
  content: "";
  width: calc(7px * 1.3);
  height: calc(12px * 1.3);
  display: block;
  position: absolute;
  top: 17px;
  left: 50%;
  margin-left: -10px;
  background: url(/img/common/scrollhint_arw_left.png) no-repeat center center;
  background-size: contain;
  transition-delay: .2s
}

.scroll-hint-icon:after {
  content: "";
  width: calc(7px * 1.3);
  height: calc(12px * 1.3);
  display: block;
  position: absolute;
  top: 17px;
  right: 50%;
  margin-right: -10px;
  background: url(/img/common/scrollhint_arw_right.png) no-repeat center center;
  background-size: contain;
  transition-delay: .2s
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.6s infinite;
  animation-direction: normal;
  animation-fill-mode: forwards
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  animation: scroll-hint-appear2 1.6s infinite;
  animation-direction: normal;
  animation-fill-mode: forwards
}


/* bg-video
--------------------------------- */
.bg-video {
  position: relative;
  display: block;
  max-width: 1920px;
  margin: 0 auto;
}

.bg-video .button_play {
  position: absolute;
  bottom: 27px;
  right: 37px;
  background-color: #333333;
  z-index: 2;
}

.bg-video .button_play a {
  padding: 7px 40px 7px 10px;
  color: #fff;
  background: url(/saiyou/img/common/arw_typeG.png) no-repeat right 5px top 8px;
}

.bg-video .button_play a:after {}

.bg-video #bgvid {
  display: block;
  max-width: 1920px;
  margin: 0 auto;
  width: 103%;
  object-fit: cover;
  font-family: 'object-fit: cover;object-position: 50% 50%;';
  object-position: 50% 53%;
  /*  height: 500px; */
}

@media all and (-ms-high-contrast: none) {

  /* IE */
  .bg-video .video-wrapper {
    overflow: hidden;
    height: 500px;
  }

  .bg-video #bgvid {
    height: auto;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1900px) {

  /* IE */
  .bg-video #bgvid {
    margin-top: -235px;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1900px) {

  /* IE */
  .bg-video #bgvid {
    margin-top: -11.5vw;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1800px) {

  /* IE */
  .bg-video .video-wrapper #bgvid {
    height: auto;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1500px) {

  /* IE */
  .bg-video .video-wrapper {
    height: 450px;
  }

  .bg-video #bgvid {
    margin-top: -10vw;
    height: auto;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1200px) {

  /* IE */
  .bg-video #bgvid {
    margin-top: -5vw;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1050px) {

  /* IE */
  .bg-video #bgvid {
    margin-top: 0vw;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 900px) {

  /* IE */
  .bg-video .video-wrapper {
    height: 400px;
  }

  .bg-video .video-wrapper #bgvid {
    height: 400px;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 800px) {
  .list-link li.vfactory a.two_vf {
    height: 141px;
  }

  /* IE */
  .bg-video .video-wrapper {
    height: 370px;
  }

  .bg-video .video-wrapper #bgvid {
    height: 370px;
    width: auto;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 700px) {

  /* IE */
  .bg-video .video-wrapper {
    height: 340px;
  }

  .bg-video .video-wrapper #bgvid {
    height: 340px;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 650px) {

  /* IE */
  .bg-video .video-wrapper #bgvid {
    margin-left: -50px;
  }
}

.over1000 {
  display: block;
}

.under1000 {
  display: none;
}

@media screen and (max-width: 1000px) {
  .over1000 {
    display: none;
  }

  .under1000 {
    display: block;
  }
}

.over768 {
  display: block;
}

.under768 {
  display: none;
}

@media screen and (max-width: 768px) {
  .over768 {
    display: none;
  }

  .under768 {
    display: block;
  }
}

.over700 {
  display: block;
}

.under700 {
  display: none;
}

@media screen and (max-width: 700px) {
  .over700 {
    display: none;
  }

  .under700 {
    display: block;
  }
}

.over500 {
  display: block;
}

.under500 {
  display: none;
}

@media screen and (max-width: 500px) {
  .over500 {
    display: none;
  }

  .under500 {
    display: block;
  }
}

.clearfix,
.content-inner article .outline-menu {
  *zoom: 1;
}

.clearfix:after,
.content-inner article .outline-menu:after {
  content: "";
  display: table;
  clear: both;
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W2", "HiraMinProN-W2", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}

/* ==========================================================================
   top
   ========================================================================== */

.wrap {
  width: 100%;
}

.nav-dot {
  position: fixed;
  top: 50%;
  right: 3%;
  z-index: 3;
  display: none;
}

.nav-dot li {
  width: 6px;
  height: 6px;
  margin: 0 0 14px;
  background: #cccccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.nav-dot li.current {
  background: #ff0000;
  transition: background 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.nav-dot li:last-child {
  margin: 0;
}

.block {
  height: 800px;
}

.bg-lightlightgray {
  background-color: #E3E3E3;
}

.bg-lightgray {
  background-color: #ccc;
}

.bg-gray {
  background-color: #999;
}

.bg-darkgray {
  background-color: #666;
}

.mt80 {
  margin-top: 80px;
}

.page-title h2 {
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
}

.page-title span {
  color: #ff0000;
  font-size: 16px;
  font-weight: normal;
}

.bg-page-title {
  display: block;
  text-align: center;
  color: #fff;
  padding: 96px 10px 90px;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
  max-height: 250px;
}

.bg-page-title h2 {
  font-size: 20pt;
  margin-bottom: 62px;
  line-height: 1.4;
  text-shadow: 1px 2px 4px rgba(33, 33, 33, 0.84);
}

.bg-page-title h2 span {
  font-size: 11pt;
  font-weight: 100;
  color: #dcdcdc;
}

.list-pageindex {
  margin: 48px auto 62px;
  max-width: 694px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-pageindex .item img {
  margin-bottom: 10px;
}

.list-pageindex .item p {
  width: 294px;
}

.list-pageindex .item p.link-ttl span.jpn {
  display: block;
  font-size: 13pt;
  font-weight: bold;
  display: block;
  padding: 0;
  line-height: 1.3;
}

.list-pageindex .item p.link-ttl span.jpn.newpage:after {
  content: url(/saiyou/img/common/newpage_black-white_w15.png);
  margin-left: 6px;
}

.list-pageindex .item p.link-ttl span.eng {
  font-size: 11pt;
  font-weight: normal;
  display: block;
  padding: 0px 0 4px;
  color: #6BBDD1;
}

.list-pageindex .item p.desc {
  padding: 0px 0 30px;
  font-size: 9pt;
  line-height: 1.4;
}

.underline_red {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url('/saiyou/img/common/underline_red.png');
  background-size: 200px 4px;
}

.underline_gray {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url('/saiyou/img/common/underline_gray.png');
  background-size: 200px 5px;
}

.back-to-top {
  margin-top: 3em;
  background-color: #ff0000;
}

.back-to-top a {
  color: #fff;
  background: url(/saiyou/img/common/arw_typeA.png) no-repeat calc(100% - 10px) center;
  background-size: 2em 1.2em;
  display: block;
  padding: 7px;
  text-align: center;
}

.is-pc {
  display: none;
}

br.is-pc {
  display: inline-block;
}

.is-sp {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 1500px) {
  .is-wide {
    display: none;
  }

  .is-pc {
    display: block;
  }

  br.is-pc {
    display: inline-block;
  }
}

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

  .is-wide {
    display: none;
  }

  .is-pc {
    display: none;
  }

  .is-wide2pc {
    display: none;
  }

  br.is-pc {
    display: none;
  }

  .is-sp {
    display: inline-block;
  }
}


.over900 {
  display: block;
}

.under900 {
  display: none;
}

@media screen and (max-width: 900px) {
  .over900 {
    display: none;
  }

  .under900 {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .nav-dot {
    display: none;
  }

  .page-title h2 {
    font-size: 18px;
    line-height: 1.2;
  }

  .page-title h2 span {
    font-size: 12px;
  }

  .bg-page-title {
    max-height: 179px;
    padding: 73px 10px 106px;
  }

  .bg-page-title h2 {
    font-size: 13pt;
    margin-bottom: 48px;
    line-height: 1;
  }

  .bg-page-title h2 span {
    font-size: 8pt;
  }

  .list-pageindex {
    margin: 25px auto 25px;
  }

  .list-pageindex .item {
    text-align: center;
  }

  .list-pageindex .item img {
    width: 100%;
    height: auto;
  }

  .list-pageindex .item p {
    width: calc(100% - 30px);
    padding: 0 15px 30px;
  }

  .list-pageindex .item p.link-ttl {
    padding: 0px 15px 0px;
  }

  .list-pageindex .item p.link-ttl span.jpn.newpage {
    margin-left: 26px;
  }

  .list-pageindex .item p.desc {
    padding: 0px 10px 20px;
    width: calc(100% - 20px);
    line-height: 1.5;
    font-size: 10.8pt;
    /* x1.2 */
  }

  .underline_red {
    background-size: 100px 2.5px;
  }

  .underline_gray {
    background-size: 100px 2.5px;
  }

  .mt80 {
    margin-top: 40px;
  }

  .back-to-top a {
    font-size: 12px;
    padding: 3px;
  }

}

@media screen and (max-width: 500px) {
  .list-pageindex .item p.link-ttl span.eng {
    font-size: calc(11pt * 1.2);
  }

  .list-pageindex .item p.desc {
    font-size: calc(10.8pt * 1.2);
  }
}

@media screen and (max-width: 415px) {
  .bg-page-title {
    max-height: 175px;
  }
}

@media screen and (min-width: 1226px) {
  .over1226 {
    display: none;
  }
}