@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Maven+Pro:wght@400..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Maven+Pro:wght@400..900&family=Noto+Sans+JP:wght@100..900&display=swap");
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 1s;
}
header.scrolled {
  background-color: rgba(0, 0, 0, 0.5); /* 透明度ありの白背景など */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari用 */
}
header.scrolled .header_inner {
  padding: 10px 40px;
  transition: 1s;
}
@media screen and (max-width: 860px) {
  header.scrolled .header_inner {
    padding: 15px;
  }
}
header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  box-sizing: border-box;
  margin-left: 0px;
  transition: 1s;
}
@media screen and (max-width: 860px) {
  header .header_inner {
    padding: 15px;
  }
}
header .header_inner h1 {
  display: flex;
  align-items: center;
  width: 324px;
  justify-content: space-between;
  transition: 1s;
}
header .header_inner h1 a {
  width: 150px;
  width: 28.3%;
  transition: 1s;
}
header .header_inner h1 a img {
  width: 100%;
}
header .header_inner h1 .yokologo {
  width: 350px;
  width: 66%;
  display: block;
  transition: 1s;
}
header .header_inner h1.scrolled {
  width: 200px;
}
header .header_inner h1.scrolled a {
  transition: 1s;
}
@media screen and (max-width: 860px) {
  header .header_inner h1 {
    width: 220px;
    transition: 0.5s;
    margin-right: 20px;
  }
  header .header_inner h1.scrolled {
    width: 120px;
    margin-left: 0;
  }
}
@media screen and (max-width: 860px) {
  header .header_inner nav {
    position: fixed;
    top: 0;
    right: -100vw;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px); /* Safari対応 */
    width: 80vw;
    height: 100vh;
    overflow: scroll;
    max-width: 300px;
    padding: 20px;
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 9999;
  }
  header .header_inner nav.active {
    right: 0;
  }
  header .header_inner nav .nav_close {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    font-size: 3rem;
    margin-left: auto;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 20px;
  }
}
header .header_inner nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 860px) {
  header .header_inner nav ul {
    display: block;
  }
}
header .header_inner nav ul li {
  font-size: 1.4rem;
  margin-left: 2.1em;
  position: relative;
  padding: 10px 0;
}
@media screen and (max-width: 860px) {
  header .header_inner nav ul li {
    margin: 0;
    text-align: left;
    border-top: 1px solid #fff;
  }
}
header .header_inner nav ul li a {
  color: #fff;
  font-family: YakuHanJP, "Maven Pro", sans-serif;
  display: block;
  text-align: center;
}
header .header_inner nav ul li a:hover {
  color: #07ad98;
}
@media screen and (max-width: 860px) {
  header .header_inner nav ul li a {
    text-align: left;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .header_inner nav ul li a::after {
    content: "";
    width: 8px;
    height: 4px;
    display: block;
    background: url(../image/common/icn_link.svg) no-repeat center/contain;
    transform: rotate(-90deg);
  }
}
header .header_inner nav ul li.recruit a {
  background: #07ad98;
  border-radius: 1px;
  width: 131px;
  padding: 10px;
  box-sizing: border-box;
  flex-shrink: 0;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header_inner nav ul li.recruit a::after {
  content: "";
  width: 8px;
  height: 4px;
  display: block;
  background: url(../image/common/icn_link.svg) no-repeat center/contain;
}
header .header_inner nav ul li.recruit a:hover {
  background: #212121;
  color: #07ad98;
}
@media screen and (max-width: 860px) {
  header .header_inner nav ul li.recruit {
    padding-top: 20px;
  }
  header .header_inner nav ul li.recruit a {
    width: 100%;
    padding: 20px 10px;
  }
}
header .header_inner nav ul li.recruit .child_nav ul li a {
  display: block;
}
header .header_inner nav ul li.recruit .child_nav ul li a::after {
  display: none;
}
header .header_inner nav ul li.recruit .child_nav ul li a:hover {
  color: #07ad98;
}
header .header_inner nav ul li.works {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  header .header_inner nav ul li.works {
    display: block;
  }
}
header .header_inner nav ul li.works::after {
  content: "";
  width: 8px;
  height: 4px;
  display: block;
  background: url(../image/common/icn_link.svg) no-repeat center/contain;
  flex-shrink: 0;
  margin-left: 0.5em;
}
@media screen and (max-width: 860px) {
  header .header_inner nav ul li.works::after {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  header .header_inner nav ul li.works .togglelink::after {
    content: "";
    width: 8px;
    height: 4px;
    display: block;
    background: url(../image/common/icn_link.svg) no-repeat center/contain;
    transform: none;
  }
}
header .header_inner nav ul li .child_nav {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
@media screen and (max-width: 860px) {
  header .header_inner nav ul li .child_nav {
    position: static;
    transform: none;
  }
}
header .header_inner nav ul li .child_nav ul {
  list-style: disc;
  background: rgba(33, 33, 33, 0.5);
  border-radius: 6px;
  display: block;
  width: 166px;
  box-sizing: border-box;
  padding: 10px 5px;
}
@media screen and (max-width: 860px) {
  header .header_inner nav ul li .child_nav ul {
    width: 100%;
    background: none;
  }
}
header .header_inner nav ul li .child_nav ul li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 860px) {
  header .header_inner nav ul li .child_nav ul li {
    border-color: rgba(255, 255, 255, 0.3);
  }
  header .header_inner nav ul li .child_nav ul li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
header .header_inner nav ul li .child_nav ul li a {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  padding: 0;
  background: none;
  text-align: left;
  line-height: 1.833;
  width: 100%;
}
@media screen and (max-width: 860px) {
  header .header_inner nav ul li .child_nav ul li a {
    justify-content: flex-start;
    padding: 10px;
    box-sizing: border-box;
  }
  header .header_inner nav ul li .child_nav ul li a::after {
    margin-left: auto;
  }
}
header .header_inner nav ul li .child_nav ul li a::before {
  content: "・";
}
header .header_inner nav ul li .child_nav ul li a:hover {
  background: none;
  color: #07ad98;
}
@media screen and (max-width: 860px) {
  header .header_inner .nav_toggle {
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    position: relative;
    display: block;
  }
  header .header_inner .nav_toggle span {
    display: block;
    width: 70%;
    height: 50%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
  }
  header .header_inner .nav_toggle span::before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
  }
}
header.black h1 a {
  background: url(../image/common/logo_black.svg) no-repeat center/contain;
  display: block;
  transition: 1s;
}
header.black h1 a img {
  opacity: 0;
  transition: 1s;
}
header.black h1 .yokologo {
  background: url(../image/common/full_logo_black.svg) no-repeat center/contain;
}
header.black h1 .yokologo img {
  opacity: 0;
  transition: 1s;
  display: block;
}
header.black .header_inner nav ul li a {
  color: #212121;
}
@media screen and (max-width: 860px) {
  header.black .header_inner nav ul li a {
    color: #fff;
  }
}
header.black .header_inner nav ul li .child_nav ul li a {
  color: #fff;
}
header.black .header_inner nav ul li .child_nav ul li a:hover {
  color: #07ad98;
}
header.black .header_inner nav ul li.recruit a {
  color: #fff;
}
header.black.scrolled a {
  background: none;
  display: block;
}
header.black.scrolled a img {
  opacity: 1;
}
header.black.scrolled .yokologo {
  background: none;
}
header.black.scrolled .yokologo img {
  opacity: 1;
}
header.black.scrolled .header_inner nav ul li a {
  color: #fff;
}

footer {
  background: #000;
  color: #fff;
  padding: 227px 0 250px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 860px) {
  footer {
    padding: 100px 0;
  }
}
footer a {
  color: #fff;
}
footer .contact {
  margin-bottom: 380px;
}
@media screen and (max-width: 860px) {
  footer .contact {
    margin-bottom: 0;
  }
}
footer .contact .en {
  font-family: YakuHanJP, "Caveat", cursive;
  color: #07ad98;
  font-size: 3.2rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
  line-height: 1;
}
footer .contact .en::after {
  content: "";
  width: 100%;
  margin-left: 15px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 860px) {
  footer .contact .en {
    font-size: 2.4rem;
  }
}
footer .contact a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 0 50px;
  flex-wrap: wrap;
}
footer .contact a .ttl {
  font-size: 1.4rem;
  color: #fff;
  margin-right: 25px;
}
footer .contact a strong {
  font-size: 3.7rem;
  font-weight: 900;
  display: block;
  color: #fff;
}
footer .contact a small {
  margin-left: auto;
  font-size: 1.4rem;
  font-family: YakuHanJP, "Maven Pro", sans-serif;
  display: block;
}
footer .contact a small span {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../image/common/link_arrow.svg) no-repeat center/contain;
  display: inline-block;
  transition: 0.5s;
  position: relative;
  right: 0;
}
@media screen and (max-width: 860px) {
  footer .contact a {
    display: block;
    padding: 10px 0 20px;
  }
  footer .contact a .ttl {
    font-size: 1.2rem;
  }
  footer .contact a strong {
    font-size: 2.2rem;
    margin: 5px 0;
  }
}
footer .contact a:hover small span {
  right: -5px;
}
footer .background_footer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  max-width: 800px;
  width: 100%;
}
footer .background_footer video {
  width: 100%;
}
@media screen and (max-width: 860px) {
  footer .background_footer {
    position: static;
    transform: none;
    margin: 20px auto;
  }
}
footer .flex {
  justify-content: flex-start;
  align-items: flex-start;
}
footer .flex + .flex {
  margin-top: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  footer .flex {
    display: block;
  }
}
footer .logo {
  max-width: 166.5px;
  margin-top: -10px;
  margin-right: 30px;
  display: block;
}
@media screen and (max-width: 860px) {
  footer .logo {
    margin: 0 auto 20px;
  }
}
footer .address p {
  font-size: 1.3rem;
  line-height: 2.1;
}
footer .address p + p {
  margin-top: 0.5em;
}
@media screen and (max-width: 860px) {
  footer .address p {
    margin: 0 auto;
    text-align: center;
  }
}
footer nav {
  margin-left: auto;
}
footer nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 860px) {
  footer nav ul {
    justify-content: center;
    margin-top: 20px;
  }
}
footer nav ul li + li {
  margin-left: 1.7em;
}
footer nav ul li a {
  font-size: 1.3rem;
}
footer nav ul.small {
  margin-top: 1.5em;
}
footer nav ul.small li {
  margin-left: 0;
}
footer nav ul.small li:first-child {
  border-right: 1px solid #fff;
  padding-right: 1.4em;
  margin-right: 1.3em;
}
footer nav ul.small li a {
  font-size: 1.1rem;
  display: block;
}
footer nav ul.small li a img {
  width: 16.5px;
  display: block;
}
footer .txt img {
  max-width: 405px;
  margin-bottom: 6px;
}
@media screen and (max-width: 860px) {
  footer .txt img {
    margin: 20px auto;
    width: 100%;
  }
}
footer .txt p small {
  font-size: 1rem;
  display: block;
}
@media screen and (max-width: 860px) {
  footer .txt p small {
    text-align: center;
  }
}
footer .retop {
  max-width: 110px;
  display: block;
}
@media screen and (max-width: 860px) {
  footer .retop {
    width: 55px;
    margin-left: auto;
  }
}

#frontpage {
  transition: 0.5s;
}
#frontpage::after {
  content: "";
  background: #000;
  opacity: 0.15;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
}
#frontpage::before {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px); /* Safari対応 */
  opacity: 0;
  transition: 0.5s;
}
#frontpage.scrolled::before {
  opacity: 1;
}
#frontpage .video-background {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -2;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover; /* 重要：切り抜きながらフィットさせる */
}
#frontpage #mv {
  height: 100vh;
  position: relative;
}
#frontpage #mv h2 {
  max-width: 856px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: none;
}
#frontpage main {
  color: #fff;
}
#frontpage #topMessage {
  position: relative;
  padding-top: 388px;
}
@media screen and (max-width: 860px) {
  #frontpage #topMessage {
    height: auto;
    padding: 50px 0;
  }
}
#frontpage #topMessage .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 860px) {
  #frontpage #topMessage .flex {
    display: block;
  }
}
#frontpage #topMessage .flex .leftBox {
  width: 395px;
  flex-shrink: 0;
}
@media screen and (max-width: 860px) {
  #frontpage #topMessage .flex .leftBox {
    width: 100%;
  }
}
#frontpage #topMessage .flex .leftBox .btn a {
  margin-top: 28px;
  max-width: 248px;
  margin-left: 0;
  margin-right: auto;
  padding: 2.4rem;
}
#frontpage #topMessage .flex .rightBox {
  max-width: 730px;
  margin-left: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 860px) {
  #frontpage #topMessage .flex .rightBox {
    width: 100%;
    margin-left: 0;
  }
}
#frontpage #topMessage .flex .rightBox p {
  font-size: 1.5rem;
  line-height: 2.46666;
}
@media screen and (max-width: 860px) {
  #frontpage #topMessage .flex .rightBox p {
    line-height: 2;
  }
}
#frontpage #topMessage .flex .rightBox p strong {
  font-weight: 700;
  font-size: 1.4em;
  line-height: 2.3;
}
#frontpage #DepartmentDivision {
  padding-bottom: 20rem;
  padding-top: 415px;
}
@media screen and (max-width: 860px) {
  #frontpage #DepartmentDivision {
    padding: 50px 0;
  }
}
#frontpage #DepartmentDivision .cont {
  display: flex;
  margin-top: 8rem;
  align-items: center;
  justify-content: space-between;
}
#frontpage #DepartmentDivision .cont:nth-child(odd) {
  flex-direction: row-reverse;
}
#frontpage #DepartmentDivision .cont:nth-child(odd) .txtBox {
  margin-left: 85px;
}
#frontpage #DepartmentDivision .cont:nth-child(odd) .imgBox {
  margin-left: 0;
  margin-right: 0;
}
#frontpage #DepartmentDivision .cont:nth-child(odd) .txtBox {
  margin-left: 0;
}
@media screen and (max-width: 860px) {
  #frontpage #DepartmentDivision .cont {
    display: block;
  }
}
#frontpage #DepartmentDivision .cont .imgBox {
  width: calc(100% - 530px);
}
@media screen and (max-width: 860px) {
  #frontpage #DepartmentDivision .cont .imgBox {
    margin: 0 auto;
    margin: 30px auto !important;
    width: 100% !important;
  }
}
#frontpage #DepartmentDivision .cont .imgBox img {
  border-radius: 54px;
}
@media screen and (max-width: 860px) {
  #frontpage #DepartmentDivision .cont .imgBox img {
    border-radius: 0;
    margin-left: -5vw;
    width: 100vw;
    max-width: none;
  }
}
#frontpage #DepartmentDivision .cont .txtBox {
  width: 455px;
  flex-shrink: 0;
}
@media screen and (max-width: 860px) {
  #frontpage #DepartmentDivision .cont .txtBox {
    margin: 20px auto !important;
    width: 100%;
    min-width: auto;
  }
}
#frontpage #DepartmentDivision .cont .txtBox h2 {
  text-align: left;
}
#frontpage #DepartmentDivision .cont .txtBox h2 .icn {
  font-family: YakuHanJP, "Maven Pro", sans-serif;
  font-size: 1.5rem;
  background: #07ad98;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 300;
  padding: 0.5em;
  padding-right: 1em;
  line-height: 1;
  -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
@media screen and (max-width: 860px) {
  #frontpage #DepartmentDivision .cont .txtBox h2 .icn {
    font-size: 1.2rem;
  }
}
#frontpage #DepartmentDivision .cont .txtBox h2 strong {
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
  margin: 0.4em 0;
}
@media screen and (max-width: 860px) {
  #frontpage #DepartmentDivision .cont .txtBox h2 strong {
    font-size: 2rem;
  }
}
#frontpage #DepartmentDivision .cont .txtBox h2 .en_ttl {
  display: block;
  font-family: YakuHanJP, "Maven Pro", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}
#frontpage #DepartmentDivision .cont .txtBox h3 {
  font-size: 2.8rem;
  margin: 33px 0 15px;
  font-weight: 900;
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 860px) {
  #frontpage #DepartmentDivision .cont .txtBox h3 {
    margin: 25px 0;
    font-size: 2.4rem;
  }
}
#frontpage #DepartmentDivision .cont .txtBox ul li {
  font-size: 1.4rem;
  display: flex;
  line-height: 2.2;
  letter-spacing: 0.025em;
}
#frontpage #DepartmentDivision .cont .txtBox ul li::before {
  content: "■";
  color: #07ad98;
  margin-right: 0.5em;
}
#frontpage #DepartmentDivision .btn a {
  margin-right: 2%;
  margin-top: 115px;
}
@media screen and (max-width: 860px) {
  #frontpage #DepartmentDivision .btn a {
    margin-top: 40px;
  }
}
#frontpage #Introduction {
  padding-top: 200px;
}
@media screen and (max-width: 860px) {
  #frontpage #Introduction {
    padding: 50px 0;
  }
}
#frontpage #Introduction .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 860px) {
  #frontpage #Introduction .flex {
    display: block;
  }
}
#frontpage #Introduction .rightBox {
  width: 540px;
  flex-shrink: 0;
  margin-left: 50px;
}
@media screen and (max-width: 860px) {
  #frontpage #Introduction .rightBox {
    width: 100%;
    margin-left: 0;
  }
}
#frontpage #Introduction .rightBox p {
  font-size: 1.5rem;
  line-height: 2.46666;
  margin-top: 2.3rem;
}
@media screen and (max-width: 860px) {
  #frontpage #Introduction .rightBox p {
    line-height: 2;
  }
}
#frontpage #Introduction .rightBox p strong {
  font-weight: 700;
  font-size: 1.4em;
  line-height: 2.3;
}
#frontpage #Introduction .rightBox .btn a {
  margin-top: 28px;
  max-width: 248px;
  margin-left: 0;
  margin-right: auto;
  padding: 2.4rem;
}
#frontpage #Introduction .imgBox {
  max-width: 540px;
}
#frontpage #Introduction .imgBox img {
  border-radius: 72px;
}
@media screen and (max-width: 860px) {
  #frontpage #Introduction .imgBox {
    width: 100%;
    margin-top: 30px;
  }
  #frontpage #Introduction .imgBox img {
    border-radius: 0;
    width: 100vw;
    margin-left: -5vw;
    max-width: none;
  }
}
#frontpage #News {
  padding-top: 200px;
  margin-top: 250px;
}
@media screen and (max-width: 860px) {
  #frontpage #News {
    padding: 50px 0;
    margin-top: 0;
  }
}
#frontpage #News .newsBox.newTopic {
  background: rgba(0, 0, 0, 0.25);
  margin-top: 50px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}
#frontpage #News .newsBox ul li {
  display: flex;
  align-items: stretch;
  color: #fff;
}
@media screen and (max-width: 860px) {
  #frontpage #News .newsBox ul li {
    display: block;
  }
}
#frontpage #News .newsBox ul li .thum {
  display: block;
  max-width: 230px;
  width: 30%;
  aspect-ratio: 46/35;
  flex-shrink: 0;
}
#frontpage #News .newsBox ul li .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 860px) {
  #frontpage #News .newsBox ul li .thum {
    width: 100%;
    margin: 0 auto;
    max-width: none;
  }
}
#frontpage #News .newsBox ul li .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 25px;
  padding-right: calc(5% + 15px);
  padding-left: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #frontpage #News .newsBox ul li .txt {
    padding: 15px;
  }
}
#frontpage #News .newsBox ul li .txt dl {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#frontpage #News .newsBox ul li .txt dl dt {
  display: flex;
  align-items: center;
}
#frontpage #News .newsBox ul li .txt dl dt .date {
  font-family: YakuHanJP, "Maven Pro", sans-serif;
  font-size: 1.3rem;
  margin-right: 1em;
}
#frontpage #News .newsBox ul li .txt dl dt .tag {
  background: #fff;
  border-radius: 999px;
  color: #212121;
  font-size: 1rem;
  padding: 0.5em;
  width: 90px;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: 0;
}
#frontpage #News .newsBox ul li .txt dl dd {
  font-size: 1.4rem;
  margin-top: 15px;
  transition: 0.5s;
}
#frontpage #News .newsBox.newslist {
  background: rgba(255, 255, 255, 0.05);
  scrollbar-color: #000 #d1d1d1;
  scrollbar-width: thin;
  overflow-y: scroll;
  max-height: 550px;
}
#frontpage #News .newsBox.newslist ul {
  width: 90%;
  margin: 0 auto;
}
#frontpage #News .newsBox.newslist ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#frontpage #News .newsBox.newslist ul li:last-child {
  border-bottom: none;
}
#frontpage #News .newsBox.newslist ul li a {
  display: block;
  padding-right: 15px;
  box-sizing: border-box;
}
#frontpage #News .newsBox.newslist ul li .txt {
  padding: 0;
}
#frontpage #News .newsBox.newslist ul li .txt dl {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 50px 0;
}
@media screen and (max-width: 860px) {
  #frontpage #News .newsBox.newslist ul li .txt dl {
    display: block;
    padding: 15px 0;
  }
}
#frontpage #News .newsBox.newslist ul li .txt dl dd {
  padding: 0;
  margin-top: 0;
  margin-left: 1em;
}
@media screen and (max-width: 860px) {
  #frontpage #News .newsBox.newslist ul li .txt dl dd {
    margin-left: 0;
    margin-top: 15px;
  }
}
#frontpage #News .btn a {
  margin-top: 0;
  margin-left: 0;
  max-width: 248px;
  padding: 27px 15px;
  font-size: 1.4rem;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media screen and (max-width: 860px) {
  #frontpage #News .btn a {
    max-width: none;
    width: 100%;
  }
}
#frontpage #OurTeam {
  padding-top: 200px;
  margin-top: 210px;
  margin-bottom: 345px;
}
@media screen and (max-width: 860px) {
  #frontpage #OurTeam {
    margin: 0 auto;
    padding: 50px 0 100px;
  }
}
#frontpage #OurTeam .stuffList {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 860px) {
  #frontpage #OurTeam .stuffList {
    display: block;
  }
}
#frontpage #OurTeam .stuffList li {
  width: 30%;
  max-width: 368px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 860px) {
  #frontpage #OurTeam .stuffList li {
    width: 100%;
    margin: 40px auto !important;
    max-width: none;
  }
}
#frontpage #OurTeam .stuffList li:nth-child(1) {
  margin-top: 70px;
}
#frontpage #OurTeam .stuffList li:nth-child(2) {
  margin-top: 37.5px;
}
#frontpage #OurTeam .stuffList li .img {
  margin-bottom: 25px;
  border-radius: 72px;
}
#frontpage #OurTeam .stuffList li .img img {
  border-radius: 72px;
}
@media screen and (max-width: 860px) {
  #frontpage #OurTeam .stuffList li .img {
    width: 100vw;
    aspect-ratio: 4/4.5;
    margin-left: -5vw;
    border-radius: 0;
  }
  #frontpage #OurTeam .stuffList li .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
    border-radius: 0;
  }
}
#frontpage #OurTeam .stuffList li .num {
  font-family: YakuHanJP, "Maven Pro", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  display: block;
  margin: 10px 0;
}
#frontpage #OurTeam .stuffList li .name {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 10px 0;
}
#frontpage #OurTeam .stuffList li .name .pic {
  font-size: 0.58em;
  margin-left: 1em;
}
#frontpage #OurTeam .stuffList li p {
  font-size: 1.4rem;
  line-height: 2.5714;
  margin-top: 1em;
}
#frontpage #OurTeam .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
#frontpage #OurTeam .btn a {
  margin-left: 0;
  margin-right: 0;
}
#frontpage #OurTeam .btn a + a {
  margin-left: 20px;
}
@media screen and (max-width: 860px) {
  #frontpage #OurTeam .btn {
    display: block;
  }
  #frontpage #OurTeam .btn a + a {
    margin-top: 20px;
  }
}/*# sourceMappingURL=style.css.map */