@charset "UTF-8";
/* 読み込みフォント
Poppins 英語
font-family: "poppins", sans-serif;
*/
/*** Main ***/
html {
  margin: 0;
  padding: 0;
}

body {
  color: #333333;
  font-family: "zen-maru-gothic", "poppins", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", sans-serif;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 2;
  font-size: clamp(0.875rem, 0.7007481297rem + 0.4987531172vw, 1rem);
}
body.noscroll {
  overflow: hidden;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

img:not([width]) {
  width: auto;
}

a {
  color: #333333;
  transition: opacity 0.5s ease-in-out;
}

a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: clamp(0.875rem, 0.7007481297rem + 0.4987531172vw, 1rem);
}

main {
  width: 100vw;
  position: relative;
}

.contents {
  margin: 0 auto;
  width: 100%;
  max-width: 1380px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.contents.compact {
  max-width: 950px;
}
@media screen and (max-width: 959px) {
  .contents {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 960px), print {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 559px), print {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 960px), print {
  .tablet {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .tablet {
    display: block;
  }
}
@media screen and (max-width: 559px), print {
  .tablet {
    display: block;
  }
}

@media screen and (min-width: 960px), print {
  .sm {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .sm {
    display: none;
  }
}
@media screen and (max-width: 559px), print {
  .sm {
    display: block;
  }
}

@media screen and (min-width: 960px), print {
  .pc-tab {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .pc-tab {
    display: block;
  }
}
@media screen and (max-width: 559px), print {
  .pc-tab {
    display: none;
  }
}

@media screen and (min-width: 960px), print {
  .sm-tab {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .sm-tab {
    display: block;
  }
}
@media screen and (max-width: 559px), print {
  .sm-tab {
    display: block;
  }
}

/*** 汎用 ***/
.btnMore {
  margin-bottom: 10px;
  width: auto;
}
.btnMore a {
  display: inline-block;
  min-width: 500px;
  font-size: clamp(1rem, 0.6514962594rem + 0.9975062344vw, 1.25rem);
  color: #fff;
  padding: 1.2em 1em;
  padding-right: 50px;
  line-height: 1;
  box-sizing: border-box;
  background-color: #18BBB6;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  transition: 0.5s ease;
}
.btnMore a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  background-image: url(../img/icon_circlearrow_w.svg);
  width: 40px;
  height: 40px;
  transition: all 0.5s;
}
.btnMore a:hover {
  opacity: 0.5;
}
.btnMore a:hover:after {
  right: 0.8em;
}
@media screen and (max-width: 959px) {
  .btnMore a {
    display: block;
    min-width: 300px;
    padding-right: 30px;
  }
  .btnMore a:after {
    background-image: url(../img/icon_circlearrow_w_sm.svg);
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 559px), print {
  .btnMore a {
    min-width: inherit;
    width: 100%;
  }
}

.flexBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.flexBox h3 {
  margin-top: 0 !important;
}
.flexBox .txt {
  width: calc(100% - 380px);
}
.flexBox .img {
  width: 340px;
}
.flexBox .half {
  width: calc(50% - 20px);
}
.flexBox.imgbig .txt {
  width: calc(100% - 520px);
}
.flexBox.imgbig .img {
  width: 480px;
}
@media screen and (max-width: 959px) {
  .flexBox {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .flexBox.reverse {
    flex-direction: column-reverse;
  }
  .flexBox .txt {
    width: 100%;
  }
  .flexBox .img {
    max-width: 350px;
    width: auto;
    margin: 1rem auto;
    text-align: center;
  }
  .flexBox .half {
    width: 100%;
    margin-bottom: 1rem;
  }
  .flexBox .half img {
    display: block;
    margin: 0 auto;
    max-width: 350px;
  }
  .flexBox.imgbig .txt {
    width: 100%;
  }
  .flexBox.imgbig .img {
    width: 100%;
  }
}

.txtCenter {
  text-align: center;
  margin: 0 auto;
}

/*** Header ***/
header {
  width: calc(100vw - 40px);
  margin: 0 auto;
  position: relative;
}
header .headerInner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100px;
}
header .headerInner .headerRight {
  width: calc(100vw - 320px);
}
header .headerInner .logo {
  width: 307px;
  height: 97px;
  position: relative;
}
header .headerInner a {
  text-decoration: none;
  display: block;
}
header .headerInner .groupBtn {
  display: none;
}
header .mainNav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .mainNav .nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: clamp(1rem, 0.6514962594rem + 0.9975062344vw, 1.25rem);
  height: 70px;
}
header .mainNav .nav li {
  line-height: 70px;
  margin-left: 3rem;
  font-weight: 700;
}
header .mainNav .nav li:hover {
  cursor: pointer;
}
header .mainNav .nav li.recruit a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #18BBB6;
  width: 250px;
  height: 70px;
  color: #fff;
  position: relative;
}
header .mainNav .nav li.recruit a:after {
  content: "";
  display: inline-block;
  background: url(../img/icon_blank_w.svg) no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
header .mainNav .nav li.nopc, header .mainNav .nav li.footer {
  display: none;
  flex-wrap: wrap;
}
header .mainNav .nav li ul.sub-menu {
  display: none;
  background: rgb(229, 239, 238);
  background: rgb(220, 244, 243);
  position: absolute;
  top: 100%;
  left: calc(-50vw + 50%);
  right: calc(50vw - 50%);
  z-index: 6;
  width: 100vw;
  box-sizing: border-box;
  padding: 2rem;
  transition: 0.5s ease;
}
header .mainNav .nav li.menu-item-has-children:hover {
  transition: 0.5s ease;
}
header .mainNav .nav li.menu-item-has-children:hover > ul.sub-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
header .mainNav .nav li.menu-item-has-children:hover > ul.sub-menu li {
  margin-bottom: 1rem;
  margin-right: 1rem;
  margin-left: 1rem;
  line-height: 1.4;
}
header .mainNav .nav li.menu-item-has-children:hover > ul.sub-menu li a {
  padding-right: 1rem;
}
header .mainNav .nav li.menu-item-has-children:hover > ul.sub-menu li a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #18BBB6;
  vertical-align: middle;
  margin-right: 0.5rem;
}
header .slideMenu {
  position: fixed;
  z-index: 5;
  top: 0px;
  left: 0;
  color: #fff;
  background: rgb(24, 187, 182);
  width: 100%;
  display: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
header .slideMenu.active {
  display: block;
  opacity: 100;
}
header .bannerBtn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: clamp(1rem, 0.8257481297rem + 0.4987531172vw, 1.125rem);
  height: 70px;
  margin-left: 3rem;
}
header .bannerBtn li {
  width: 280px;
}
header .bannerBtn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  background-color: #18BBB6;
  color: #fff;
  position: relative;
}
header .bannerBtn li a .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
header .bannerBtn li:first-child a {
  background-color: #2E74A7;
}
@media screen and (max-width: 1500px) {
  header .headerInner .logo {
    width: 220px;
    height: auto;
  }
  header .mainNav .nav li {
    margin-left: 1.5rem;
  }
  header .mainNav .nav li.recruit {
    width: 200px;
  }
  header .bannerBtn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: clamp(1rem, 0.8257481297rem + 0.4987531172vw, 1.125rem);
    height: 70px;
    margin-left: 3rem;
  }
  header .bannerBtn li {
    width: auto;
  }
  header .bannerBtn li a {
    padding-right: 50px;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 1220px) {
  header {
    width: 100%;
  }
  header .headerInner {
    padding-right: 0;
    padding-left: 0px;
    height: 60px;
  }
  header .headerInner .logo {
    max-width: 130px;
    width: auto;
    height: auto;
  }
  header .headerInner .groupBtn {
    display: block;
    margin-right: 70px;
  }
  header .headerInner .groupBtn a {
    color: #18BBB6;
    font-weight: 700;
    font-size: 0.8rem;
    position: relative;
  }
  header .headerInner .groupBtn a:after {
    content: "";
    display: inline-block;
    background: url(../img/icon_blank_g_sm.svg) no-repeat;
    width: 12px;
    height: 11px;
    margin-left: 0.2rem;
  }
  header .mainNav {
    display: none;
  }
  header .slideMenu {
    width: 100%;
  }
  header .slideMenu ul {
    width: 80%;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 50px;
  }
  header .slideMenu ul a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 1rem 0;
    position: relative;
    cursor: pointer;
  }
  header .slideMenu ul li {
    cursor: pointer;
    border-top: 1px solid #5ED0CC;
  }
  header .slideMenu ul li.recruit {
    position: relative;
  }
  header .slideMenu ul li.recruit a {
    margin-top: 2rem;
    color: #333333;
    background-color: #fff;
    border-radius: 12px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .slideMenu ul li.recruit a:after {
    content: none;
  }
  header .slideMenu ul li.recruit a:before {
    content: "";
    display: inline-block;
    background: url(../img/icon_blank_b.svg) no-repeat;
    width: 23px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  header .slideMenu ul li.menu-item-has-children a {
    padding-bottom: 0;
  }
  header .slideMenu ul li.nopc {
    display: block;
  }
  header .slideMenu ul li.footer, header .slideMenu ul li.nosp {
    display: none;
  }
  header .slideMenu ul li ul.sub-menu {
    padding: 5px 0 10px;
    width: 100%;
  }
  header .slideMenu ul li ul.sub-menu li {
    padding: 0;
    border: none;
    margin-left: 10px;
    margin-bottom: 1rem;
    position: relative;
  }
  header .slideMenu ul li ul.sub-menu li a {
    padding: 0;
  }
  header .slideMenu ul li ul.sub-menu li a:before {
    content: "";
    display: inline-block;
    background: url(../img/icon_circlearrow_sm.svg) no-repeat;
    opacity: 0.3;
    margin-right: 0.5rem;
    width: 13px;
    height: 13px;
  }
  header .btn,
  header .btn span {
    transition: all 0.4s;
    box-sizing: border-box;
  }
  header .btn {
    position: absolute;
    top: 0;
    right: 0px;
    width: 60px;
    height: 60px;
    z-index: 6;
    background-color: #18BBB6;
  }
  header .btn span {
    position: absolute;
    right: 10px;
    margin: auto;
    width: 40px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    z-index: 10;
  }
  header .btn span:nth-of-type(1) {
    top: 20px;
  }
  header .btn span:nth-of-type(2) {
    top: 29px;
  }
  header .btn span:nth-of-type(3) {
    bottom: 20px;
  }
  header .btn.on {
    position: fixed;
  }
  header .btn.on span:nth-of-type(1) {
    width: 30px;
    right: 15px;
    transform: translateY(9px) rotate(-45deg);
  }
  header .btn.on span:nth-of-type(2) {
    opacity: 0;
  }
  header .btn.on span:nth-of-type(3) {
    width: 30px;
    right: 15px;
    transform: translateY(-9px) rotate(45deg);
  }
}

/*** Footer ***/
.footerBannerBtn {
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 200;
  font-size: clamp(0.8125rem, 0.6382481297rem + 0.4987531172vw, 0.9375rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.footerBannerBtn.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.footerBannerBtn li {
  width: 210px;
}
.footerBannerBtn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 54px;
  background-color: #18BBB6;
  color: #fff;
}
.footerBannerBtn li a .icon {
  display: flex;
  align-items: center;
}
.footerBannerBtn li a .icon img {
  width: 22px;
}
.footerBannerBtn li:first-child a {
  background-color: #2E74A7;
}
@media screen and (max-width: 559px), print {
  .footerBannerBtn {
    display: flex;
    width: 100%;
    bottom: 0;
  }
  .footerBannerBtn li {
    width: 50%;
  }
}

footer {
  background-color: #18BBB6;
  background-size: cover;
  padding: 4em 1em 1em;
  box-sizing: border-box;
  color: #fff;
}
footer a {
  color: #fff;
}
footer .footerBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
footer .footerBox .logo {
  width: 350px;
}
footer .footerBox .footerNav {
  width: calc(100% - 650px);
}
footer .footerBox .linkbox {
  width: 300px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .footerBox .linkbox .recruit {
  width: 100%;
  margin-bottom: 2rem;
}
footer .footerBox .linkbox .recruit a {
  display: block;
  background-color: #fff;
  border-radius: 15px;
  padding: 1rem;
  text-align: center;
  color: #333333;
  position: relative;
}
footer .footerBox .linkbox .recruit a[target=_blank]:after {
  background-image: url(../img/icon_blank_g.svg);
  width: 21px;
  height: 19px;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
footer .footerBox .linkbox .sns {
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
footer .footerBox .linkbox .sns img {
  text-align: center;
}
footer .footerBox .linkbox .sns :after {
  content: none;
}
footer .footerNav {
  display: flex;
  justify-content: center;
}
footer .footerNav ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .footerNav ul a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer;
}
footer .footerNav ul li {
  border-left: 1px solid #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  margin-bottom: 2rem;
}
footer .footerNav ul li.header, footer .footerNav ul li.recruit {
  display: none;
}
footer .footerNav ul li ul.sub-menu {
  display: block;
  padding: 5px 0 0;
  width: 100%;
}
footer .footerNav ul li ul.sub-menu li {
  width: 100%;
  border: none;
  padding: 0;
  margin-bottom: 0.5rem;
  position: relative;
}
footer .footerNav ul li ul.sub-menu li a {
  padding: 0;
}
footer .footerNav ul li ul.sub-menu li a:before {
  content: "";
  display: inline-block;
  background: url(../img/icon_footernav_circle.svg) no-repeat;
  opacity: 0.3;
  margin-right: 0.5rem;
  width: 13px;
  height: 13px;
}
footer .footerNav ul li:nth-child(2) a {
  padding-top: 0;
}
footer .footerNav ul li:last-child a {
  padding-bottom: 0;
}
footer .footerNav ul li.parent a {
  padding-top: 0;
  padding-bottom: 0.5rem;
}
footer .footerNav ul li.menu-item-48 a {
  padding-bottom: 0;
}
footer .footerNav ul li.menu-item-48 ul.sub-menu {
  padding: 5px 0 0;
  width: 100%;
}
footer .footerNav ul li.menu-item-48 ul.sub-menu li {
  padding: 0;
  margin-bottom: 0.5rem;
  position: relative;
}
footer .footerNav ul li.menu-item-48 ul.sub-menu li a {
  padding: 0;
}
footer .footerNav ul li.menu-item-48 ul.sub-menu li a:before {
  content: none;
}
footer .copyright {
  text-align: left;
  font-size: clamp(0.625rem, 0.4507481297rem + 0.4987531172vw, 0.75rem);
}
@media screen and (max-width: 1220px) {
  footer .footerBox .logo {
    width: 250px;
  }
  footer .footerBox .footerNav {
    width: calc(100% - 480px);
    padding-left: 30px;
  }
  footer .footerBox .linkbox {
    width: 200px;
  }
}
@media screen and (max-width: 959px) {
  footer {
    padding-bottom: 2rem;
  }
  footer .footerBox {
    flex-direction: column;
  }
  footer .footerBox .logo {
    width: 100%;
    padding-bottom: 2rem;
  }
  footer .footerBox .footerNav {
    width: 100%;
    display: block;
  }
  footer .footerBox .footerNav ul {
    height: auto;
  }
  footer .footerBox .footerNav ul li {
    width: 100%;
    border: none;
    padding: 0;
    border-top: 1px solid #5ED0CC;
    margin-bottom: 0;
  }
  footer .footerBox .footerNav ul li:last-child {
    border-bottom: 1px solid #5ED0CC;
  }
  footer .footerBox .footerNav ul li a {
    padding-top: 1rem;
  }
  footer .footerBox .footerNav ul li ul.sub-menu li {
    padding: 0;
    border: none;
    margin-bottom: 1rem;
    position: relative;
  }
  footer .footerBox .footerNav ul li ul.sub-menu li a {
    padding: 0;
  }
  footer .footerBox .footerNav ul li ul.sub-menu li a:before {
    content: "";
    display: inline-block;
    background: url(../img/icon_circlearrow_sm.svg) no-repeat;
    opacity: 0.3;
    margin-right: 0.5rem;
    width: 13px;
    height: 13px;
  }
  footer .footerBox .footerNav ul li.parent a {
    padding: 0.8rem 0;
  }
  footer .footerBox .footerNav ul li.parent ul.sub-menu li {
    border-top: 1px solid #5ED0CC;
    padding-top: 1rem;
  }
  footer .footerBox .footerNav ul li.parent ul.sub-menu li a:before {
    content: none;
  }
  footer .footerBox .linkbox {
    width: 100%;
    justify-content: center;
    margin: 2rem 0;
  }
  footer .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 559px), print {
  footer {
    margin-bottom: 55px;
  }
}

/*** Front-page ***/
.index h2 {
  font-family: "poppins", sans-serif;
  font-size: clamp(2.5rem, -0.9850374065rem + 9.9750623441vw, 5rem);
  font-weight: 600;
  line-height: 1.4;
  margin-top: 1.5rem;
}
.index .h2sub {
  display: block;
  position: relative;
  font-size: clamp(1.125rem, 0.7764962594rem + 0.9975062344vw, 1.375rem);
  color: #18BBB6;
  font-family: "poppins", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.index h3 {
  font-size: clamp(1.25rem, 0.5529925187rem + 1.9950124688vw, 1.75rem);
  font-weight: 700;
  line-height: 1.4;
}
.topMainimg {
  overflow: hidden;
  width: calc(100% - 40px);
  margin: 30px auto 0;
  position: relative;
  aspect-ratio: 19/9;
  margin-bottom: 50px;
}
.topMainimg .slick-dots {
  position: absolute;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.topMainimg .slick-dots li {
  width: 7px;
  height: 30px;
  background-color: #7B7B7B;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.topMainimg .slick-dots li.slick-active {
  height: 120px;
  background-color: #18BBB6;
}
.topMainimg .slick-dots li button {
  display: none;
}
.topMainimg .maintxt {
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px 40px 0;
  z-index: 1;
}
.topMainimg .maintxt .imgtxt {
  position: absolute;
  right: -150px;
  top: -100px;
  width: 400px;
}
.topMainimg h1 {
  line-height: 2;
  font-size: clamp(1.5rem, 0.1059850374rem + 3.9900249377vw, 2.5rem);
  font-weight: 700;
}
.topMainimg .dots {
  font-size: clamp(1.375rem, -0.7160224439rem + 5.9850374065vw, 2.875rem);
  color: #18BBB6;
  background-image: radial-gradient(circle at center, #8AEDEA 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.5rem;
}
@media screen and (max-width: 1220px) {
  .topMainimg .maintxt {
    padding: 20px 20px 0;
  }
}
@media screen and (max-width: 959px) {
  .topMainimg {
    aspect-ratio: 6/6;
    width: 100%;
    margin-bottom: 20px;
  }
  .topMainimg .slick-dots {
    display: none;
  }
  .topMainimg .slider-dots-sp .slick-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .topMainimg .slider-dots-sp .slick-dots li {
    width: 30px;
    height: 7px;
    background-color: #7B7B7B;
    border-radius: 6px;
    transition: all 0.3s ease;
  }
  .topMainimg .slider-dots-sp .slick-dots li.slick-active {
    width: 120px;
    background-color: #18BBB6;
  }
  .topMainimg .slider-dots-sp .slick-dots li button {
    display: none;
  }
  .topMainimg .maintxt {
    width: calc(100% - 40px);
    padding: 20px 20px 0;
  }
  .topMainimg .maintxt .imgtxt {
    width: 50%;
    top: -70px;
    right: -20px;
  }
}

.topline {
  text-align: center;
  display: none;
}
@media screen and (max-width: 959px) {
  .topline {
    display: block;
    margin-top: 0;
  }
}

.topNews {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-color: #fff;
  padding: 2rem;
  margin-bottom: 40px;
}
.topNews a {
  text-decoration: none;
  color: #333333;
}
.topNews .sp {
  display: none;
}
.topNews .btnLink a {
  font-size: clamp(1rem, 0.6514962594rem + 0.9975062344vw, 1.25rem);
  line-height: 1;
  position: relative;
}
.topNews .btnLink a:after {
  content: "";
  display: inline-block;
  background-image: url(../img/icon_circlearrow_g.svg);
  width: 24px;
  height: 24px;
  margin-bottom: -5px;
  margin-left: 5px;
  transition: 0.5s ease;
}
.topNews .btnLink a:hover:after {
  margin-right: -1rem;
}
.topNews .titleBox {
  width: 200px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.topNews .titleBox .h2en {
  display: block;
}
.topNews .titleBox h2 {
  margin-top: 0 !important;
}
.topNews .inner {
  width: calc(100% - 220px);
  position: relative;
}
.topNews dl {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #DEDEDE;
  padding: 1rem 0;
}
.topNews dl dt {
  width: 120px;
  line-height: 1.5;
  font-weight: 300;
}
.topNews dl dd {
  width: calc(100% - 300px);
  line-height: 1.5;
  font-weight: 400;
  font-size: clamp(1rem, 0.6514962594rem + 0.9975062344vw, 1.25rem);
}
.topNews dl .new {
  background-color: #D06D61;
  padding: 0.2em 1em;
  border-radius: 5px;
  margin-left: 1em;
  color: #fff;
  font-size: clamp(0.625rem, 0.4507481297rem + 0.4987531172vw, 0.75rem);
}
@media screen and (max-width: 959px) {
  .topNews {
    flex-direction: column;
    width: auto;
  }
  .topNews .sp {
    display: block;
    margin: 20px 0 0 auto;
  }
  .topNews .titleBox {
    width: 100%;
  }
  .topNews .inner {
    width: 100%;
    margin-bottom: 20px;
  }
  .topNews dl {
    flex-direction: column;
    width: 100%;
    padding: 0.5rem;
  }
  .topNews dl dt {
    width: 100%;
  }
  .topNews dl dd {
    width: 100%;
  }
}

.topWhats {
  margin-top: 40px;
  margin-bottom: 80px;
  background-color: #E5EFEE;
  padding-top: 80px;
  padding-bottom: 80px;
}
.topWhats.page {
  background-color: #18BBB6;
}
.topWhats.page .txtBox {
  display: flex;
  justify-content: center;
  align-items: stretch;
  color: #fff;
}
.topWhats.page .txtBox h2 {
  color: #fff;
}
.topWhats .txtBox {
  text-align: center;
  margin-bottom: 40px;
}
.topWhats .txtBox h2 {
  font-size: clamp(1.875rem, -4.2238154613rem + 17.4563591022vw, 6.25rem);
}
.topWhats .txtBox .inner {
  width: 70%;
  margin: 2rem auto;
}
.topWhats .iconlist {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.topWhats .iconlist li {
  width: calc(33.3333333333% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 1.5rem 1.5rem;
}
.topWhats dl {
  text-align: center;
}
.topWhats dl dt {
  font-size: clamp(1.25rem, 0.9014962594rem + 0.9975062344vw, 1.5rem);
  font-weight: 400;
  line-height: 1.4;
  background-color: #18BBB6;
  border-radius: 10px;
  padding: 0.5rem 1.5rem;
  margin-bottom: 3rem;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.topWhats dl dt.blue {
  background-color: #2E74A7;
}
.topWhats dl dt.bluegreen {
  background-color: #5AAEC2;
}
.topWhats dl dd.main {
  font-family: "poppins", sans-serif;
  font-size: clamp(1.875rem, 1.0037406484rem + 2.493765586vw, 2.5rem);
  color: #8B8B8B;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 1rem;
  white-space: nowrap;
}
.topWhats dl dd.main .num {
  font-size: clamp(2.5rem, -1.6820448878rem + 11.970074813vw, 5.5rem);
  font-weight: 700;
  color: #333333;
  line-height: 1;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.topWhats dl dd.main img {
  margin-right: 1rem;
}
.topWhats dl dd.sub {
  text-align: center;
  font-size: clamp(1rem, 0.6514962594rem + 0.9975062344vw, 1.25rem);
  color: #969696;
}
@media screen and (max-width: 1220px) {
  .topWhats .iconlist li {
    width: calc(33.3333333333% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .topWhats dl dd.main .num {
    font-size: clamp(2.5rem, -0.1137780549rem + 7.4812967581vw, 4.375rem);
  }
}
@media screen and (max-width: 959px) {
  .topWhats {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .topWhats .txtBox .inner {
    text-align: left;
    width: 100%;
  }
  .topWhats .iconlist {
    flex-direction: column;
    align-items: center;
  }
  .topWhats .iconlist li {
    width: 100%;
    margin: 0 0 20px;
    background-color: #fff;
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (max-width: 559px), print {
  .topWhats dl {
    flex-direction: column;
  }
  .topWhats dl dd {
    width: 100%;
  }
  .topWhats .txtCenter {
    margin: 0 auto;
    width: 100%;
    max-width: 1380px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .topWhats .iconlist li {
    width: 100%;
    margin: 0 0 20px;
    padding: 1rem 1rem;
  }
}

.topPhoto {
  margin-top: 40px;
  margin-bottom: 80px;
}
.topPhoto img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .topPhoto {
    margin-bottom: 40px;
  }
}

.topWorks {
  background-color: #18BBB6;
  margin-top: 40px;
  margin-bottom: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.topWorks .titleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url(../img/top_works_english.svg);
  background-repeat: no-repeat;
  background-position: top -50px left 100px;
  color: #fff;
}
.topWorks .titleBox .title {
  width: 330px;
}
.topWorks .titleBox .title .h2sub {
  color: #fff;
}
.topWorks .titleBox .txt {
  width: 650px;
  text-align: right;
}
.topWorks ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 50px;
}
.topWorks ul li {
  width: calc(20% - 10px);
  margin: 0 5px 3rem;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
}
.topWorks ul li a {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
}
.topWorks ul li.first {
  background-color: #AAD9D8;
  box-sizing: border-box;
  position: relative;
}
.topWorks ul li.first a {
  padding: 1.5rem;
}
.topWorks ul li .bgW {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: clamp(1rem, 0.6514962594rem + 0.9975062344vw, 1.25rem);
  padding: 1rem;
  box-sizing: border-box;
}
.topWorks ul li .bgW strong {
  font-size: clamp(1.5rem, 0.977244389rem + 1.4962593516vw, 1.875rem);
}
.topWorks ul li .linkbtn {
  margin-top: 2rem;
}
.topWorks ul li .linkbtn img {
  padding-left: 5px;
  vertical-align: bottom;
}
.topWorks ul li .linkname {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem 0.5rem;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.9507481297rem + 0.4987531172vw, 1.25rem);
  line-height: 1.3;
}
.topWorks ul li .img {
  margin-top: 0;
  margin-bottom: 1rem;
}
.topWorks ul li .img img {
  width: 100%;
  max-width: 80px;
  max-height: 80px;
}
@media screen and (max-width: 1380px) {
  .topWorks ul li {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 959px) {
  .topWorks {
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .topWorks .titleBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(../img/top_works_english.svg);
    background-repeat: no-repeat;
    background-position: top -50px right -50px;
    background-size: contain;
    color: #fff;
    flex-direction: column;
  }
  .topWorks .titleBox .title {
    width: 100%;
    margin-bottom: 2rem;
  }
  .topWorks .titleBox .title .h2sub {
    color: #fff;
  }
  .topWorks .titleBox .txt {
    width: 100%;
    text-align: left;
  }
  .topWorks ul li {
    width: calc(50% - 10px);
  }
  .topWorks ul li.first a {
    padding: 1rem;
  }
  .topWorks ul li .bgW {
    padding: 0;
  }
}
@media screen and (max-width: 559px), print {
  .topWorks ul li.first a {
    padding: 0.5rem;
  }
}

.topProfessionals .Contaner {
  margin-right: calc(50% - 50vw);
  position: relative;
  margin-bottom: 50px;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
}
.topProfessionals .Contaner ul {
  display: flex;
  transition: transform 0.3s ease;
  transform: translateX(0);
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 1rem;
  margin-top: 50px;
}
.topProfessionals .Contaner ul li {
  width: 400px;
  margin-right: 2rem;
  flex-shrink: 0;
}
.topProfessionals .Contaner ul li p {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.topProfessionals .Contaner ul li a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
}
.topProfessionals .Contaner ul li a img {
  transition: 0.5s all;
  width: 100%;
  height: auto;
}
.topProfessionals .Contaner ul li a img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.5s all;
}
.topProfessionals .Contaner::-webkit-scrollbar {
  height: 10px;
}
.topProfessionals .Contaner::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 5px;
}
.topProfessionals .Contaner::-webkit-scrollbar-track {
  background-color: #E5EFEE;
}
.topProfessionals .right {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 959px) {
  .topProfessionals .Contaner {
    width: calc(100% - 30px);
    margin-left: 30px;
  }
  .topProfessionals .Contaner ul li {
    width: 300px;
  }
}

.topButton {
  background-image: url(../img/top_button_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  margin-top: 80px;
  margin-bottom: 80px;
}
.topButton ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.topButton ul li {
  width: 640px;
  position: relative;
}
.topButton ul li:nth-child(1) a:before {
  background: url(../img/icon_listen.svg) no-repeat;
  width: 126px;
  height: 130px;
}
.topButton ul li:nth-child(2) a:before {
  background: url(../img/icon_benefits.svg) no-repeat;
  width: 112px;
  height: 131px;
}
.topButton ul li a {
  display: block;
  min-height: 240px;
  background-color: #fff;
  padding: 2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.topButton ul li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
}
.topButton ul li p {
  margin-bottom: 2rem;
}
.topButton ul li img {
  margin-top: 2rem;
}
@media screen and (max-width: 959px) {
  .topButton {
    padding-bottom: 60px;
  }
  .topButton ul {
    flex-direction: column;
  }
  .topButton ul li {
    width: 100%;
    margin-bottom: 1rem;
  }
  .topButton ul li:nth-child(1) a:before {
    background: url(../img/icon_listen_sm.svg) no-repeat;
    width: 68px;
    height: 70px;
  }
  .topButton ul li:nth-child(2) a:before {
    background: url(../img/icon_benefit_sm.svg) no-repeat;
    width: 64px;
    height: 75px;
  }
  .topButton ul li a {
    padding: 1.5rem 1rem;
    min-height: 140px;
  }
}

.topFaq {
  margin-bottom: 80px;
}
.topFaq .titleBox {
  padding-top: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 3rem;
  background: url(../img/top_faq_english.svg) no-repeat;
  background-size: contain;
  background-position: top 0 left 250px;
}
.topFaq .titleBox h2 {
  margin-top: 0;
}
.topFaq .titleBox .h2sub {
  margin-left: 1rem;
}
.topFaq ul.accordion {
  margin-bottom: 3rem;
  counter-reset: number 0;
}
.topFaq ul.accordion li {
  margin-bottom: 1rem;
  position: relative;
  counter-increment: number 1;
}
.topFaq ul.accordion li:before {
  content: "";
  display: inline-block;
  background-color: #000;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 1rem;
}
.topFaq ul.accordion li:after {
  content: "";
  display: inline-block;
  background: url(../img/icon_cross.svg) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 12px;
  top: 1.7rem;
}
.topFaq ul.accordion li a {
  color: #18BBB6;
  text-decoration: underline;
}
.topFaq ul.accordion .inner {
  width: calc(100% - 60px);
  position: relative;
}
.topFaq ul.accordion .inner:before {
  content: "";
  position: absolute;
  left: 120px;
  top: -8px;
  background: url(../img/top_faq_bgl.svg) no-repeat;
  width: 24px;
  height: 17px;
  z-index: 1;
}
.topFaq ul.accordion .qtitle {
  background-color: #E5EFEE;
  padding: 1.5rem;
  padding-left: 120px;
  background-image: linear-gradient(90deg, rgb(24, 187, 182) 100px, rgb(229, 239, 238) 100px);
  position: relative;
}
.topFaq ul.accordion .qtitle:before {
  content: "Q" counter(number);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
}
.topFaq ul.accordion .qtitle:after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: -8px;
  background: url(../img/top_faq_bgr.svg) no-repeat;
  width: 24px;
  height: 17px;
  z-index: 1;
}
.topFaq ul.accordion .atxt {
  display: none;
  padding: 1.5rem;
  padding-left: 120px;
  background-image: linear-gradient(90deg, rgb(237, 164, 0) 100px, rgb(255, 246, 225) 100px);
  position: relative;
}
.topFaq ul.accordion .atxt:before {
  content: "A" counter(number);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
}
.topFaq ul.accordion li.open:after {
  background: url(../img/icon_mainus.svg) no-repeat;
  width: 20px;
  height: 5px;
  right: 12px;
  top: 2.2rem;
}
@media screen and (max-width: 959px) {
  .topFaq .titleBox {
    flex-direction: column;
    align-items: flex-start;
    background-position: top 0 right -20px;
    background-size: 60%;
  }
}

.topInsta {
  margin-bottom: 80px;
}
.topInsta .bg {
  font-family: "poppins", sans-serif;
  font-size: clamp(3.75rem, -5.398223192rem + 26.1845386534vw, 10.3125rem);
  font-weight: 200;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  color: #DCF4F3;
  position: relative;
  bottom: -1rem;
  z-index: 0;
}
.topInsta .img {
  position: relative;
  z-index: 1;
  top: -50px;
}
.topInsta ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.topInsta ul li {
  margin: 0 2rem;
}
.topInsta ul li img {
  margin-right: 1rem;
  vertical-align: bottom;
}
@media screen and (max-width: 959px) {
  .topInsta .bg {
    bottom: 0;
    top: -1rem;
  }
}

.topRecruit {
  background-color: #E5EFEE;
  padding-top: 50px;
  padding-bottom: 100px;
}
.topRecruit .titleBox {
  padding-top: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-image: url(../img/top_recruit_english.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top 0 right -10px;
}
.topRecruit .titleBox h2 {
  margin-top: 0;
}
.topRecruit .titleBox .h2sub {
  margin-left: 1rem;
}
.topRecruit .inner img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.topRecruit .inner ul {
  position: relative;
  z-index: 2;
  top: -50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.topRecruit .inner ul li {
  width: 45%;
  font-size: clamp(1.125rem, 0.7764962594rem + 0.9975062344vw, 1.375rem);
  font-weight: 700;
}
.topRecruit .inner ul li a {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 2rem;
  text-align: center;
  position: relative;
}
.topRecruit .inner ul li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon_circlearrow_g_middle.svg) no-repeat;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 959px) {
  .topRecruit {
    padding-bottom: 160px;
  }
  .topRecruit .titleBox {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
  .topRecruit .inner ul {
    top: 2rem;
    flex-direction: column;
  }
  .topRecruit .inner ul li {
    width: 100%;
    margin-bottom: 1rem;
  }
  .topRecruit .inner ul li a {
    padding: 1rem;
  }
  .topRecruit .inner ul li a:after {
    right: 1rem;
    background: url(../img/icon_circlearrow_g_sm.svg) no-repeat;
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 559px), print {
  .topRecruit {
    padding-bottom: 50px;
  }
}

/***下層ページ ***/
.breadcrumbs {
  text-align: left;
  font-size: clamp(0.625rem, 0.4507481297rem + 0.4987531172vw, 0.75rem);
}
.breadcrumbs a {
  text-decoration: underline;
}

.pageTitle {
  position: relative;
  width: 100%;
  height: 380px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #E5EFEE;
  display: flex;
  align-items: center;
  color: white;
  margin-top: 30px;
  margin-bottom: 1rem;
}
.pageTitle h1 {
  line-height: 1;
  font-size: clamp(1.875rem, 0.3067331671rem + 4.4887780549vw, 3rem);
  font-weight: 700;
  padding: 0 1rem;
}
.pageTitle h1 span {
  display: block;
  color: #fff;
  font-family: "poppins", sans-serif;
  font-size: clamp(1.25rem, 0.727244389rem + 1.4962593516vw, 1.625rem);
  font-weight: 500;
  margin-top: 2rem;
}
@media screen and (max-width: 959px) {
  .pageTitle {
    height: auto;
    min-height: 150px;
  }
}

.pageinner {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 80px;
}
.pageinner .flexContent {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.pageinner .flexContent .sidebar {
  width: 230px;
}
.pageinner .flexContent .maincontents {
  width: calc(100% - 280px);
}
.pageinner h2 {
  margin-top: 5rem;
  margin-bottom: 2rem;
  font-size: clamp(1.625rem, 0.7537406484rem + 2.493765586vw, 2.25rem);
  font-weight: 700;
  color: #333333;
  line-height: 1.5;
  padding-left: 1.5rem;
  position: relative;
}
.pageinner h2:first-of-type {
  margin-top: 0;
}
.pageinner h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  display: inline-block;
  background-color: #18BBB6;
  width: 8px;
  height: 36px;
}
.pageinner h2.color:before {
  background-color: #A5E2E0;
}
.pageinner h3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: clamp(1.375rem, 0.6779925187rem + 1.9950124688vw, 1.875rem);
  font-weight: 700;
  line-height: 1.5;
}
.pageinner h4 {
  margin-top: 2rem;
  margin-bottom: 1em;
  font-size: clamp(1rem, 0.3029925187rem + 1.9950124688vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
}
.pageinner p {
  margin-bottom: 1.5em;
}
.pageinner .update {
  text-align: right;
  padding-bottom: 0.2em;
  font-size: clamp(0.625rem, 0.2764962594rem + 0.9975062344vw, 0.875rem);
  color: #555;
}
.pageinner .txtCenter {
  margin: 0 auto;
  text-align: center;
}
.pageinner .txtCenter img {
  margin: 0 auto;
}
.pageinner .imgBox {
  width: 100%;
}
.pageinner .imgBox img {
  width: 100%;
}
.pageinner a[target=_blank]:after {
  content: "";
  display: inline-block;
  background: url(../img/icon_blank_g.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 3px;
  width: 22px;
  height: 19px;
  margin-left: 0.5rem;
}
.pageinner a[target=_blank].noicon:after {
  content: none;
}
.pageinner a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  margin-right: 3px;
  background: url(../img/icon_pdf.svg) no-repeat;
  background-size: cover;
  position: relative;
  top: 5px;
  left: 3px;
  width: 16px;
  height: 20px;
  margin-left: 1rem;
}
.pageinner a[href$=".pdf"].noicon:after {
  content: none;
}
.pageinner a[target=_blank][href$=".pdf"]::after {
  background: url(../img/icon_pdf.svg) no-repeat;
  background-size: cover;
  width: 16px;
  height: 20px;
  top: 5px;
  left: 3px;
}
.pageinner a[target=_blank][href$=".pdf"].noicon:after {
  content: none;
}
.pageinner a[href*=".docx"]::after {
  content: "";
  display: inline-block;
  margin-right: 3px;
  background: url(../img/icon_word.svg) no-repeat;
  background-size: cover;
  position: relative;
  top: 5px;
  left: 3px;
  width: 16px;
  height: 20px;
  margin-left: 1rem;
}
.pageinner a[href*=".docx"].noicon:after {
  content: none;
}
.pageinner a[target=_blank][href*=".docx"]::after {
  background: url(../img/icon_word.svg) no-repeat;
  background-size: cover;
  width: 16px;
  height: 20px;
}
.pageinner a[target=_blank][href*=".docx"].noicon:after {
  content: none;
}
.pageinner .marginTop {
  margin-top: 80px;
}
.pageinner .marginTop.more {
  margin-top: 100px;
}
.pageinner .subBlock {
  max-width: 1000px;
  margin: 0 auto 50px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.pageinner .bgBlue {
  background-color: #F0F7FE;
  padding: 50px 0;
}
.pageinner .bgBlue.inner {
  padding: 2rem;
  margin-bottom: 4rem;
}
.pageinner .bgBlue.inner.txtCenter {
  font-size: clamp(1.25rem, 0.9014962594rem + 0.9975062344vw, 1.5rem);
}
.pageinner .bgBlueOver {
  background-color: #F0F7FE;
  padding: 50px 0;
  margin-top: 80px;
  margin-bottom: 80px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.pageinner .bglightGreen {
  background-color: #E5EFEE;
  padding: 50px 0;
}
@media screen and (max-width: 959px) {
  .pageinner {
    padding-top: 50px;
  }
  .pageinner .flexContent {
    flex-direction: column;
  }
  .pageinner .flexContent .sidebar {
    width: 100%;
  }
  .pageinner .flexContent .maincontents {
    width: 100%;
  }
}

.conteStyle {
  position: relative;
}
.conteStyle a {
  text-decoration: underline;
  color: #18BBB6;
}
.conteStyle ul {
  margin: 10px 0 30px;
}
.conteStyle ul a {
  color: #333333;
  text-decoration: none;
}
.conteStyle ul a:hover {
  opacity: 0.5;
  transition: opacity 0.5s;
}
.conteStyle ul li {
  position: relative;
  padding-left: 1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.conteStyle ul li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #333333;
  border-radius: 50%;
}
.conteStyle ul.noDot li {
  padding-left: 0;
  font-size: clamp(0.75rem, 0.5757481297rem + 0.4987531172vw, 0.875rem);
}
.conteStyle ul.noDot li:before {
  content: none;
}
.conteStyle ul.rowList {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.conteStyle ul.rowList li {
  margin: 0 10px 1rem;
}
.conteStyle ul li > ol li:before {
  content: none;
}
.conteStyle ul.ez-toc-list li:before {
  content: none;
}
.conteStyle ol {
  counter-reset: section;
  margin: 15px 0 1.8em;
}
.conteStyle ol li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}
.conteStyle ol li:after {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: section;
  content: counter(section) ".";
  color: #212121;
}
.conteStyle ol li span {
  position: relative;
}
.conteStyle ol li span:before {
  content: "-----";
  color: #18BBB6;
  padding-right: 10px;
}
.conteStyle ol li ul {
  counter-reset: section;
}
.conteStyle table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ccc;
}
.conteStyle table th,
.conteStyle table td {
  padding: 0.5em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.conteStyle table th:last-of-type,
.conteStyle table td:last-of-type {
  border-right: none;
}
.conteStyle table th {
  background-color: #2E558E;
  text-align: center;
  color: #fff;
  vertical-align: middle;
}
.conteStyle table tbody.mater tr td {
  text-align: center;
}
.conteStyle table tbody.mater tr td:nth-child(3) {
  text-align: left;
}
.conteStyle table tbody.mater .bg-pink {
  background-color: #ffe0e0;
}
.conteStyle table tbody.mater .bg-blue {
  background-color: #e0f0ff;
}
.conteStyle table tr:last-of-type th,
.conteStyle table tr:last-of-type td {
  border-bottom: none;
}
.conteStyle table .bluecolor {
  color: #2E558E;
  font-weight: bold;
}
.conteStyle table .redcolor {
  color: #D06D61;
  font-weight: bold;
}
.conteStyle table .redcolor b {
  font-size: 130%;
}
.conteStyle .entryBtn {
  font-size: clamp(1rem, 0.8257481297rem + 0.4987531172vw, 1.125rem);
  margin-bottom: 2rem;
  height: 70px;
  width: 300px;
}
.conteStyle .entryBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  text-decoration: none;
  background-color: #2E74A7;
  color: #fff;
  position: relative;
}
.conteStyle .entryBtn a .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.topWhats.page {
  background-color: #18BBB6;
  margin-top: 0px;
}
.topWhats.page .txtBox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  color: #fff;
  margin-bottom: 3rem;
}
.topWhats.page .txtBox h2 {
  font-size: clamp(1.625rem, 0.7537406484rem + 2.493765586vw, 2.25rem);
  text-align: left;
}
.topWhats.page .txtBox .inner {
  width: 60%;
  margin: 0;
  text-align: left;
}
.topWhats.page dl dd.main .num.nopadding {
  padding-left: 0;
  padding-right: 0;
}
.topWhats.page dl dd.main img {
  margin-right: 1rem;
}
@media screen and (max-width: 959px) {
  .topWhats.page {
    margin-top: 0px;
  }
  .topWhats.page .txtBox {
    flex-direction: column;
  }
  .topWhats.page .txtBox .inner {
    width: 100%;
  }
}

.rankingBlock {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.rankingBlock dl {
  width: 48%;
}
.rankingBlock dl dt {
  text-align: center;
  padding: 1rem;
  color: #fff;
}
.rankingBlock dl dd {
  padding: 2.5rem 2.5rem 0.5rem;
}
.rankingBlock dl dd p {
  margin-bottom: 2rem;
  position: relative;
  padding-left: 4rem;
  font-size: clamp(1.5rem, 0.977244389rem + 1.4962593516vw, 1.875rem);
  line-height: 1.4;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.rankingBlock dl dd p:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 35px;
  height: 27px;
}
.rankingBlock dl dd p span {
  display: inline-block;
  font-family: "poppins", sans-serif;
  width: 5.5rem;
}
.rankingBlock dl dd p strong {
  display: inline;
  font-size: clamp(2.1875rem, -0.8619077307rem + 8.7281795511vw, 4.375rem);
  font-weight: 600;
  line-height: 1;
}
.rankingBlock dl dd p.first:before {
  background-image: url(../img/icon_rank1.svg);
}
.rankingBlock dl dd p.second:before {
  background-image: url(../img/icon_rank2.svg);
}
.rankingBlock dl dd p.third:before {
  background-image: url(../img/icon_rank3.svg);
}
.rankingBlock dl.bgG dt {
  background-color: #18BBB6;
}
.rankingBlock dl.bgG dd {
  background-color: #EDF7F4;
}
.rankingBlock dl.bgB dt {
  background-color: #2E74A7;
}
.rankingBlock dl.bgB dd {
  background-color: #EFF4FA;
}
@media screen and (max-width: 959px) {
  .rankingBlock {
    flex-direction: column;
  }
  .rankingBlock dl {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.bglightGreen.bgJapan {
  background-image: url(../img/bg_japan.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.bglightGreen.bgJapan .bgWhite {
  background-color: #fff;
  padding: 3rem 3rem 2rem 4rem;
}
.bglightGreen.bgJapan .bgWhite ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}
.bglightGreen.bgJapan .bgWhite ul li {
  width: calc(25% - 10px);
  margin-bottom: 1rem;
}
@media screen and (max-width: 959px) {
  .bglightGreen.bgJapan .bgWhite {
    width: 90%;
    margin: 0 auto;
    padding: 1.5rem 1rem 1.5rem;
  }
  .bglightGreen.bgJapan .bgWhite .js-scrollable {
    margin-bottom: 0;
  }
  .bglightGreen.bgJapan .bgWhite ul li {
    width: calc(50% - 10px);
  }
}

.bgImgbtn {
  position: relative;
  background: url(../img/nurse_img4.png) no-repeat center/contain;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1360/275;
}
.bgImgbtn a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
}
.bgImgbtn a img.arrow {
  margin-top: 1rem;
  width: clamp(28px, 5vw, 48px);
  height: clamp(28px, 5vw, 48px);
}
@media screen and (max-width: 959px) {
  .bgImgbtn {
    aspect-ratio: auto;
    background-size: cover;
    background-position: center;
  }
  .bgImgbtn a {
    height: auto;
    min-height: 160px;
    padding: 1.5rem 1rem;
  }
  .bgImgbtn a img.arrow {
    margin-top: 0.75rem;
    width: 32px;
    height: 32px;
  }
}

.anchorList {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 840px;
  margin: 0 auto 50px !important;
}
.anchorList li {
  width: 33.3333333333%;
  margin-bottom: 1rem;
  padding-left: 30px;
  position: relative;
}
.anchorList li:before {
  content: url(../img/icon_circlearrow_g_sm.svg);
  display: inline-block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0.4rem;
  left: 0;
}
@media screen and (max-width: 959px) {
  .anchorList {
    padding-left: 1rem;
    padding-right: 1rem;
    align-items: flex-start;
  }
  .anchorList li {
    width: 50%;
  }
}

.anchorBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  margin: 0 auto 50px;
}
.anchorBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding: 1rem 2rem;
  text-decoration: none;
  background-color: #2E74A7;
  font-size: clamp(1.125rem, 0.9507481297rem + 0.4987531172vw, 1.25rem);
  color: #fff;
  position: relative;
}
.anchorBtn a .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.archivementBox p {
  padding: 0 !important;
}
.archivementBox dl {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #DEDEDE;
  padding: 1rem 0;
}
.archivementBox dl dt {
  width: 120px;
  line-height: 1.5;
  font-weight: 300;
}
.archivementBox dl dd {
  width: calc(100% - 120px);
  line-height: 1.5;
  font-weight: 400;
  font-size: clamp(1rem, 0.6514962594rem + 0.9975062344vw, 1.25rem);
}
.archivementBox dl .new {
  background-color: #D06D61;
  padding: 0.2em 1em;
  border-radius: 5px;
  margin-left: 1em;
  color: #fff;
  font-size: clamp(0.625rem, 0.4507481297rem + 0.4987531172vw, 0.75rem);
}
.archivementBox ul.line li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.archivementBox .listBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 1em;
  margin-bottom: 10px;
  text-decoration: none;
}
.archivementBox .listBox .imgBox {
  width: 250px;
}
.archivementBox .listBox .txtBox {
  width: calc(100% - 300px);
}
@media screen and (max-width: 959px) {
  .archivementBox {
    width: 100%;
  }
  .archivementBox dl {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin-bottom: 15px;
  }
  .archivementBox dl.catInner {
    flex-direction: row;
  }
  .archivementBox dl.catInner dt {
    width: 100px;
  }
  .archivementBox dl dt {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .archivementBox dl dd {
    padding-top: 0;
    width: 100%;
  }
  .archivementBox .listBox {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .archivementBox .listBox .imgBox {
    margin: 0 auto 1em;
    text-align: center;
  }
  .archivementBox .listBox .txtBox {
    width: 100%;
  }
}

.singleBox {
  max-width: 1000px;
  margin: 0 auto;
}
.singleBox h1 {
  font-size: clamp(1.875rem, 1.7007481297rem + 0.4987531172vw, 2rem);
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.singleBox .btnMore {
  margin-top: 3rem;
}
.singleBox .btnMore a {
  color: #fff;
}

.imgArchive h3 {
  font-size: clamp(1.25rem, 0.9014962594rem + 0.9975062344vw, 1.5rem);
  margin-top: 1rem;
}
.imgArchive ul li {
  padding-left: 0;
}
.imgArchive ul li:before {
  content: none;
}
.imgArchive ul.innerBlock {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}
.imgArchive ul.innerBlock li {
  width: calc(33.3333333333% - 20px);
  margin-bottom: 50px;
  margin-right: 30px;
}
.imgArchive ul.innerBlock li:nth-child(3n) {
  margin-right: 0;
}
.imgArchive ul.innerBlock li a {
  display: block;
  text-align: center;
}
.imgArchive ul.innerBlock.four {
  gap: 20px;
}
.imgArchive ul.innerBlock.four li {
  width: calc(25% - 15px);
  margin: 0;
}
.imgArchive ul.innerBlock.four li img {
  width: 100%;
  max-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center -15px;
     object-position: center -15px;
}
.imgArchive ul.innerBlock.four li h3 {
  font-size: clamp(1rem, 0.6514962594rem + 0.9975062344vw, 1.25rem);
}
.imgArchive ul.btnBlock {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.imgArchive ul.btnBlock li {
  width: 49%;
  margin: 0;
}
.imgArchive ul.btnBlock li a {
  display: block;
  color: #fff;
  padding: 0.5rem 0.5rem;
  position: relative;
}
.imgArchive ul.btnBlock li a:after {
  content: "";
  background-image: url(../img/icon_blank_out.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.imgArchive ul.btnBlock li.btnWeb {
  background-color: #18BBB6;
}
.imgArchive ul.btnBlock li.btnRecruit {
  background-color: #77A8EB;
}
@media screen and (max-width: 959px) {
  .imgArchive ul.innerBlock.four li {
    width: calc(33.3% - 15px);
  }
  .imgArchive ul.innerBlock.four li img {
    max-height: 220px;
  }
}
@media screen and (max-width: 559px), print {
  .imgArchive ul.innerBlock {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .imgArchive ul.innerBlock li {
    width: 100%;
    margin: 0 auto 1rem;
  }
  .imgArchive ul.innerBlock li .img {
    text-align: center;
  }
  .imgArchive ul.innerBlock.four li {
    width: calc(50% - 10px);
  }
  .imgArchive ul.innerBlock.four li img {
    max-height: 180px;
    -o-object-position: center -10px;
       object-position: center -10px;
  }
  .imgArchive ul.btnBlock {
    flex-direction: column;
  }
  .imgArchive ul.btnBlock li {
    width: auto;
    min-width: 200px;
  }
}

.professionalSingle .innerBox {
  border-bottom: 4px solid #18BBB6;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
.professionalSingle .innerBox .img {
  width: 40%;
  text-align: right;
}
.professionalSingle .innerBox .txt {
  width: calc(60% - 30px);
  box-sizing: border-box;
}
.professionalSingle .innerBox .txt h1 {
  font-weight: 700;
  font-size: clamp(1.875rem, 1.1779925187rem + 1.9950124688vw, 2.375rem);
  margin-bottom: 1.5rem;
}
.professionalSingle .innerBox .txt .name {
  font-size: clamp(1.375rem, 0.6779925187rem + 1.9950124688vw, 1.875rem);
  margin-bottom: 0.5rem;
}
.professionalSingle .innerBox .txt .position {
  font-size: clamp(1rem, 0.6514962594rem + 0.9975062344vw, 1.25rem);
}
.professionalSingle .innerContents {
  padding-bottom: 50px;
  max-width: 1000px;
  margin: 0 auto;
}
.professionalSingle .innerContents h2 {
  font-size: clamp(1.375rem, 0.6779925187rem + 1.9950124688vw, 1.875rem);
  margin-bottom: 2rem;
}
.professionalSingle .innerContents h2:before {
  top: 0;
}
.professionalSingle .innerContents p {
  margin-bottom: 1.5rem;
}
.professionalSingle .bglightGreen {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #E5EFEE;
  padding: 50px 0;
  margin-bottom: 80px;
}
.professionalSingle .bglightGreen dl {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background-color: #fff;
  padding: 2rem 3rem;
  box-sizing: border-box;
}
.professionalSingle .bglightGreen dl dt {
  color: #18BBB6;
  font-size: clamp(2.25rem, 1.3787406484rem + 2.493765586vw, 2.875rem);
  font-family: "poppins", sans-serif;
  font-weight: 400;
  width: 300px;
}
.professionalSingle .bglightGreen dl dt span {
  display: block;
  color: #333333;
  font-size: clamp(1.125rem, 0.9507481297rem + 0.4987531172vw, 1.25rem);
}
.professionalSingle .bglightGreen dl dd {
  width: calc(100% - 300px);
  padding-left: 40px;
  box-sizing: border-box;
}
.professionalSingle .btnBox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 80px;
}
.professionalSingle .btnBox .btnMore {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 1rem;
}
.professionalSingle .btnBox .btnMore a {
  min-width: 400px;
}
.professionalSingle .btnBox .btnMore > a[target=_blank]:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  background-image: url(../img/icon_circlearrow_w.svg);
  width: 40px;
  height: 40px;
  transition: all 0.5s;
}
.professionalSingle .btnBox .btnMore:first-child a {
  background-color: #2E74A7;
}
@media screen and (max-width: 959px) {
  .professionalSingle .innerBox {
    flex-direction: column-reverse;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .professionalSingle .innerBox .img {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
  }
  .professionalSingle .innerBox .txt {
    width: 100%;
  }
  .professionalSingle .bglightGreen {
    padding: 50px 20px;
    margin-bottom: 40px;
  }
  .professionalSingle .bglightGreen dl {
    padding: 1.5rem 1.5rem;
    flex-direction: column;
  }
  .professionalSingle .bglightGreen dl dt {
    width: 100%;
    margin-bottom: 1rem;
    line-height: 1.4;
  }
  .professionalSingle .bglightGreen dl dd {
    width: 100%;
    padding-left: 0;
  }
  .professionalSingle .btnBox {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  .professionalSingle .btnBox .btnMore {
    width: 60%;
  }
  .professionalSingle .btnBox .btnMore a {
    min-width: inherit;
    width: 100%;
  }
  .professionalSingle .btnBox .btnMore > a[target=_blank]:after {
    content: "";
    background-size: cover;
    width: 22px;
    height: 22px;
  }
}
.pageLink {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}
.pageLink li {
  width: calc(33.3333333333% - 10px);
  margin-bottom: 2rem;
  margin-right: 15px;
}
.pageLink li:nth-child(3n) {
  margin-right: 0;
}
.pageLink li a {
  display: block;
  box-sizing: border-box;
  position: relative;
}
.pageLink li a:after {
  content: "";
  display: inline-block;
  background: url(../img/icon_arrow_g.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 12px;
  bottom: 0.8rem;
  right: 0.25rem;
  position: absolute;
  z-index: 2;
  transition: 0.5s ease;
}
.pageLink li a:hover:after {
  right: 0.1rem;
}
.pageLink li img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
@media screen and (max-width: 959px) {
  .pageLink li {
    width: 100%;
  }
  .pageLink li:nth-child(odd) {
    margin-right: 0;
  }
}

ul.jobsBlock {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 50px;
}
ul.jobsBlock p {
  display: none;
}
ul.jobsBlock li {
  width: calc(20% - 10px);
  margin: 0 5px 1rem;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 15px;
  position: relative;
}
ul.jobsBlock li::before {
  content: none;
}
ul.jobsBlock li a {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
}
ul.jobsBlock li.first {
  background-color: #AAD9D8;
  box-sizing: border-box;
  position: relative;
}
ul.jobsBlock li.first a {
  padding: 1.5rem;
}
ul.jobsBlock li .bgW {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: clamp(1rem, 0.6514962594rem + 0.9975062344vw, 1.25rem);
  padding: 1rem;
  box-sizing: border-box;
}
ul.jobsBlock li .bgW strong {
  font-size: clamp(1.5rem, 0.977244389rem + 1.4962593516vw, 1.875rem);
}
ul.jobsBlock li .linkbtn {
  margin-top: 2rem;
}
ul.jobsBlock li .linkbtn img {
  padding-left: 5px;
  vertical-align: bottom;
}
ul.jobsBlock li .linkname {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem 0.5rem;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.9507481297rem + 0.4987531172vw, 1.25rem);
  line-height: 1.3;
}
ul.jobsBlock li .img {
  margin-bottom: 1rem;
  margin-top: 0;
}
ul.jobsBlock li .img img {
  width: 100%;
  max-width: 80px;
  max-height: 80px;
}
@media screen and (max-width: 1380px) {
  ul.jobsBlock li {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 959px) {
  ul.jobsBlock li {
    width: calc(50% - 10px);
    margin-bottom: 1rem;
  }
  ul.jobsBlock li.first a {
    padding: 1rem;
  }
  ul.jobsBlock li .bgW {
    padding: 0;
  }
}
@media screen and (max-width: 559px), print {
  ul.jobsBlock li.first a {
    padding: 0.5rem;
  }
}

/** ポップアップ **/
.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.popup.is-open {
  display: flex;
}

.popup__inner {
  display: inline-block;
  width: 80%;
  background: #fff;
  padding: 2rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

.popup__title {
  font-size: clamp(1.125rem, 0.7764962594rem + 0.9975062344vw, 1.375rem);
  margin-bottom: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.popup__body .flexBox p {
  padding-bottom: 1rem;
  font-size: clamp(1.125rem, 0.7764962594rem + 0.9975062344vw, 1.375rem);
}
.popup__body dl {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 2rem;
  font-size: clamp(0.875rem, 0.7007481297rem + 0.4987531172vw, 1rem);
}
.popup__body dl dt {
  width: 10%;
}
.popup__body dl dd {
  width: 90%;
  line-height: 1.8;
}
@media screen and (max-width: 959px) {
  .popup__body .flexBox .img {
    margin-bottom: 1rem;
    width: auto;
  }
  .popup__body dl {
    flex-direction: column;
    margin-top: 1rem;
  }
  .popup__body dl dt {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .popup__body dl dd {
    width: 100%;
  }
}

.close {
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #dc5a45;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close:hover {
  opacity: 0.6;
}

table.jobs {
  min-width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}
table.jobs th,
table.jobs td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}
table.jobs thead th {
  background-color: #366092;
  color: white;
  font-weight: bold;
  text-align: center;
}
table.jobs tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
table.jobs tbody.month tr td:first-child {
  width: 80px;
  white-space: nowrap;
  text-align: center;
}
table.jobs tbody th.lightblue {
  background-color: #2E74A7;
}
table.jobs tbody.noeven tr:nth-child(even) {
  background-color: transparent;
}
table.jobs tfoot td {
  font-size: 0.9em;
  color: #555;
  padding-top: 15px;
  line-height: 1.5;
}

/***プラグイン関係 ***/
.contactForm p {
  margin: 0;
}
.contactForm select {
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 1rem 1rem;
  padding-right: 3rem;
  min-width: 200px;
  position: relative;
}
.contactForm .select > p {
  position: relative;
  display: inline-block;
  width: auto;
}
.contactForm .select > p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 1.5rem;
  right: 20px;
  pointer-events: none;
}
.contactForm dl {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.contactForm dt {
  line-height: 1.6;
  width: 25%;
  font-weight: 400;
}
.contactForm dt .must {
  background-color: #EA2241;
  color: #fff;
  font-size: clamp(0.625rem, 0.4507481297rem + 0.4987531172vw, 0.75rem);
  line-height: 1;
  padding: 3px 5px;
  margin-left: 10px;
}
.contactForm dd {
  line-height: 1.6;
  margin-bottom: 1em;
  width: 75%;
}
.contactForm dd .text {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 1rem 1rem;
  width: 100%;
  box-sizing: border-box;
}
.contactForm dd .text.short {
  width: auto;
}
.contactForm dd textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 1rem 1rem;
}
.contactForm dd.numdd {
  margin-left: 1em;
}
.contactForm dd.numdd .wpcf7-form-control {
  margin-bottom: 0.3em;
}
.contactForm dd .select {
  width: 200px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 1rem 1rem;
  padding-right: 2rem;
  box-sizing: border-box;
  position: relative;
}
.contactForm dd .select .wpcf7-form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contactForm dd .goods {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
}
.contactForm dd .goods:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.contactForm dd textarea.noinput {
  width: 100%;
  resize: none;
  height: 5rem !important;
  box-sizing: border-box;
  border: none;
  border-radius: inherit;
  padding: 0;
}
@media screen and (max-width: 959px) {
  .contactForm {
    padding: 0;
  }
  .contactForm dl {
    flex-direction: column;
  }
  .contactForm dt {
    width: 100%;
    margin-bottom: 1rem;
  }
  .contactForm dd {
    width: 100%;
  }
  .contactForm dd.flex div {
    margin-bottom: 10px;
  }
  .contactForm dd .text.short {
    width: auto;
  }
  .contactForm .submitBlock .contactBtn input {
    min-width: inherit;
    width: 45%;
    margin: 0 10px;
  }
}
@media screen and (max-width: 559px), print {
  .contactForm .submitBlock .contactBtn input {
    width: 100%;
    margin: 0 0 1rem;
  }
}

.submitBlock {
  margin: 4rem auto 0;
  text-align: center;
}
.submitBlock input[type=checkbox] {
  position: relative;
  left: -0.5rem;
  width: 20px;
  height: 20px;
  background-color: #18BBB6;
  border-radius: 10px;
  vertical-align: -5px;
}
.submitBlock input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 5px;
  transform: rotate(50deg);
  width: 10px;
  height: 16px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.submitBlock .contactBtn {
  margin-top: 1rem;
}
.submitBlock .contactBtn input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.submitBlock .contactBtn span.wpcf7-spinner {
  display: none;
}
.submitBlock .contactBtn input[type=submit] {
  min-width: 270px;
  box-sizing: border-box;
  background-color: #18BBB6;
  color: #fff;
  font-weight: 700;
  padding: 1em 1.5em;
  display: inline-block;
  text-align: center;
  margin: 0 1rem;
}
.submitBlock .contactBtn input:hover {
  opacity: 0.5;
  transition: opacity 0.5s;
}

.wp-pagenavi {
  margin: 40px auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
}

.wp-pagenavi a {
  color: #333333;
  border: none;
  transition: inherit;
}

.wp-pagenavi a:hover {
  opacity: 1;
  color: #18BBB6;
}

.wp-pagenavi span.current,
.wp-pagenavi a.page {
  margin: 0 0.5em 0 0;
  border: none;
  color: #333333;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  align-items: center;
}

.wp-pagenavi span.current {
  border: 1px solid #18BBB6 !important;
  background-color: #18BBB6;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  align-items: center;
}

.wp-pagenavi a.page {
  background: none;
}

.wp-pagenavi a.page:hover {
  background: #fff;
  color: #18BBB6;
  border: 1px solid #18BBB6;
  box-sizing: border-box;
}

.wp-pagenavi .first,
.wp-pagenavi .extend {
  margin-right: 10px;
  border: none;
}

.wp-pagenavi span.pages,
.wp-pagenavi .last {
  border: none;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: none;
}

@media screen and (max-width: 959px) {
  .js-scrollable {
    margin-bottom: 3rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .js-scrollable table {
    width: 900px;
    margin-bottom: 0;
  }
}

#ez-toc-container {
  margin-bottom: 3rem;
}
@media screen and (max-width: 959px) {
  #ez-toc-container {
    margin-bottom: 1.5rem;
  }
}

/*** FAQタブ切り替え ***/
#faqNurse {
  margin-top: 80px;
}
@media screen and (max-width: 959px) {
  #faqNurse {
    margin-top: 50px;
  }
}

.faqTab {
  margin-bottom: 80px;
}
.faqTab .nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.75rem;
  padding: 0;
  list-style: none;
}
.faqTab .nav li {
  padding: 0.55rem 1.4rem !important;
  border-radius: 999px;
  background-color: #fff;
  border: 1px solid #E1E6EF;
  color: #6E7A8A;
  font-size: clamp(0.8125rem, 0.7253740648rem + 0.2493765586vw, 0.875rem);
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.faqTab .nav li::before {
  content: none;
}
.faqTab .nav li:hover {
  background-color: #F3F6FB;
  color: #1F3F73;
}
.faqTab .nav li.isActive {
  background-color: #1F3F73;
  border-color: #1F3F73;
  color: #fff;
}
.faqTab .nav li.isActive:hover {
  background-color: #1F3F73;
  color: #fff;
}
.faqTab .body {
  display: none;
  background-color: #fff;
  border: 1px solid #E5EAF2;
  border-radius: 12px;
  padding: 0.5rem 1.75rem;
  box-shadow: 0 1px 2px rgba(31, 63, 115, 0.04);
}
.faqTab .body.isActive {
  display: block;
  animation: faqTabFade 0.3s ease;
}
.faqTab dl.item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #EDF1F7;
}
.faqTab dl.item:last-child {
  border-bottom: none;
}
.faqTab dl.item dt, .faqTab dl.item dd {
  position: relative;
  padding-left: calc(26px + 0.75rem);
  min-height: 26px;
  margin: 0;
}
.faqTab dl.item dt:before, .faqTab dl.item dd:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  box-sizing: border-box;
  padding-bottom: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1;
}
.faqTab dl.item dt {
  font-weight: 700;
  font-size: clamp(1.125rem, 0.9507481297rem + 0.4987531172vw, 1.25rem);
  line-height: 1.6;
}
.faqTab dl.item dt:before {
  content: "Q";
  background-color: #1F3F73;
}
.faqTab dl.item dd {
  margin-top: 1rem;
}
.faqTab dl.item dd:before {
  content: "A";
  background-color: #18BBB6;
}
.faqTab dl.item dd p {
  margin: 0 0 0.6rem;
  line-height: 1.8;
}
.faqTab dl.item dd .tag {
  display: inline-block;
  background-color: #E5F1FB;
  color: #2E74A7;
  padding: 0.2rem 0.7rem;
  border-radius: 4px;
  font-size: clamp(0.6875rem, 0.6003740648rem + 0.2493765586vw, 0.75rem);
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .faqTab {
    margin-bottom: 50px;
  }
  .faqTab .nav {
    gap: 0.4rem;
  }
  .faqTab .nav li {
    padding: 0.3rem 0.8rem !important;
  }
  .faqTab .body {
    padding: 0.25rem 1.1rem;
  }
  .faqTab .item {
    padding: 1.1rem 0;
  }
}
@media screen and (max-width: 559px), print {
  .faqTab .nav li {
    flex: 0 0 auto;
  }
}

@keyframes faqTabFade {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}