@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Arial, sans-serif;
  background-color: #fff;
}
body * {
  box-sizing: border-box;
}
body img {
  vertical-align: top;
  max-width: 100%;
}
#header {
  position: relative;
  z-index: 3;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1039px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    background-color: #fff;
  }
}
#header div.cf {
  position: relative;
}
#header div.cf:after {
  content: " ";
  display: block;
  clear: both;
}
@media print, screen and (min-width: 1040px) {
  #header div.cf {
    margin: 0 auto;
    width: 1040px;
  }
}
@media screen and (max-width: 1039px) {
  #header div.cf {
    padding: 0 15px;
  }
}
#header h1 {
  float: left;
  margin: 0;
}
#header h1 a {
  display: block;
}
@media print, screen and (min-width: 1040px) {
  #header h1 a {
    line-height: 100px;
  }
}
@media screen and (max-width: 1039px) {
  #header h1 a {
    line-height: 80px;
  }
}
#header h1 a img {
  vertical-align: middle;
}
#header div.gnavi {
  float: right;
}
@media print, screen and (min-width: 1040px) {
  #header div.gnavi div.button {
    display: none;
  }
}
@media screen and (max-width: 1039px) {
  #header div.gnavi div.button {
    padding-top: 20px;
  }
  #header div.gnavi div.button a {
    display: block;
    border: 1px solid #ffae00;
    background-color: #ffae00;
    border-radius: 5px;
    width: 40px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 38px;
    transition: all 0.3s ease-in-out;
  }
  #header div.gnavi div.button a i.fa-times {
    display: none;
  }
  #header div.gnavi div.button a.active {
    background-color: #fff;
    color: #ffae00;
  }
  #header div.gnavi div.button a.active i.fa-bars {
    display: none;
  }
  #header div.gnavi div.button a.active i.fa-times {
    display: inline-block;
  }
}
#header div.gnavi > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 1040px) {
  #header div.gnavi > ul:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 1039px) {
  #header div.gnavi > ul {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 4;
    background-color: #fff7d2;
  }
}
@media print, screen and (min-width: 1040px) {
  #header div.gnavi > ul li {
    float: left;
    padding: 0 20px;
  }
}
#header div.gnavi > ul li a {
  display: block;
  text-align: center;
  color: #555;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
#header div.gnavi > ul li a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 1040px) {
  #header div.gnavi > ul li a {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1039px) {
  #header div.gnavi > ul li a {
    padding: 5px 0;
  }
}
#header div.gnavi > ul li a span {
  display: block;
  color: #ffae00;
  font-size: 11px;
}
#header div.gnavi > ul li.entry {
  padding: 0;
}
@media print, screen and (min-width: 1040px) {
  #header div.gnavi > ul li.entry {
    width: 115px;
  }
}
#header div.gnavi > ul li.entry a {
  background-color: #ffae00;
  color: #fff;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.06em;
  text-align: center;
  padding-right: 0;
  padding-left: calc(0 + 0.06em);
}
#header div.gnavi > ul li.corp, #header div.gnavi > ul li.training {
  display: none;
}
@media screen and (max-width: 767px) {
  #header div.gnavi > ul li.corp, #header div.gnavi > ul li.training {
    display: block;
  }
}
#header div.gnavi > ul li.corp a, #header div.gnavi > ul li.training a {
  color: #fff;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.06em;
  text-align: center;
  padding-right: 0;
}
#header div.gnavi > ul li.corp a {
  background-color: #3ca8f0;
}
#header div.gnavi > ul li.training a {
  background-color: #ef5b77;
}
#header div.gnavi > ul li.sns {
  display: none;
}
@media screen and (max-width: 767px) {
  #header div.gnavi > ul li.sns {
    display: block;
  }
}
#header:has(.header_sns) .otherPage {
  bottom: auto;
  top: 100%;
  padding-top: 20px;
}
#header .header_sns.sp_sns {
  display: none;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  #header .header_sns.sp_sns {
    display: block;
  }
}
#header .header_sns.sp_sns ul {
  justify-content: center;
  padding: 0;
}
#header .header_sns ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
#header .header_sns ul li a {
  display: block;
}
#header .header_sns ul li a:hover {
  opacity: 0.8;
}
#header .header_sns ul li a img {
  width: 25px;
  aspect-ratio: 1;
  object-fit: contain;
}
#footer div.buttons {
  margin: 70px auto 45px;
}
@media print, screen and (min-width: 1040px) {
  #footer div.buttons {
    width: 640px;
  }
  #footer div.buttons:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 1039px) {
  #footer div.buttons {
    width: 260px;
  }
}
#footer div.buttons::after {
  content: "";
  display: block;
  clear: both;
}
#footer div.buttons.block div.l, #footer div.buttons.block div.r {
  float: none;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  #footer div.buttons.block div.l, #footer div.buttons.block div.r {
    margin: 20px auto;
  }
}
#footer div.buttons.flex-button {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  #footer div.buttons.flex-button {
    display: block;
  }
}
#footer div.buttons.flex-button .button {
  flex: 0 0 260px;
  height: 100%;
  width: auto;
}
@media screen and (max-width: 767px) {
  #footer div.buttons.flex-button .button {
    margin: 20px auto 0;
    max-width: 260px;
  }
}
#footer div.buttons.flex-button .button a {
  display: block;
  border-radius: 5px;
  padding: 5px;
  position: relative;
  text-decoration: none;
}
#footer div.buttons.flex-button .button a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border: 2px solid;
  border-radius: 5px;
  transition: border-color 0.4s linear, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  border-color: #ffae00;
}
#footer div.buttons.flex-button .button a > span {
  display: block;
  border-radius: 5px;
  padding-top: 25.5px;
  padding-bottom: 25.5px;
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0.025em;
  text-align: center;
  padding-right: 0;
  padding-left: calc(0 + 0.025em);
  transition: all 0.4s linear;
  background-color: #ffae00;
  color: #fff;
}
#footer div.buttons.flex-button .button a:hover::before {
  transition: opacity 0.2s linear 0.1s, border-color 0.4s linear, transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  opacity: 0;
  transform: scale(0.5);
  border-color: #f70;
}
#footer div.buttons.flex-button .button a:hover > span {
  background-color: #f70;
}
#footer div.buttons.flex-button .button.mlb a {
  display: block;
  border-radius: 5px;
  padding: 5px;
  position: relative;
  text-decoration: none;
}
#footer div.buttons.flex-button .button.mlb a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border: 2px solid;
  border-radius: 5px;
  transition: border-color 0.4s linear, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  border-color: #ffae00;
}
#footer div.buttons.flex-button .button.mlb a > span {
  display: block;
  border-radius: 5px;
  padding-top: 13.5px;
  padding-bottom: 13.5px;
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  text-align: center;
  padding-right: 0;
  padding-left: calc(0 + 0.05em);
  transition: all 0.4s linear;
  background-color: #ffae00;
  color: #fff;
}
#footer div.buttons.flex-button .button.mlb a:hover::before {
  transition: opacity 0.2s linear 0.1s, border-color 0.4s linear, transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  opacity: 0;
  transform: scale(0.5);
  border-color: #f70;
}
#footer div.buttons.flex-button .button.mlb a:hover > span {
  background-color: #f70;
}
#footer div.buttons div {
  width: 260px;
}
@media screen and (max-width: 1039px) {
  #footer div.buttons div {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 1040px) {
  #footer div.buttons div.l {
    float: left;
  }
}
#footer div.buttons div.l a {
  display: block;
  border-radius: 5px;
  padding: 5px;
  position: relative;
  text-decoration: none;
}
#footer div.buttons div.l a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border: 2px solid;
  border-radius: 5px;
  transition: border-color 0.4s linear, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  border-color: #ffae00;
}
#footer div.buttons div.l a > span {
  display: block;
  border-radius: 5px;
  padding-top: 25.5px;
  padding-bottom: 25.5px;
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  text-align: center;
  padding-right: 0;
  padding-left: calc(0 + 0.05em);
  transition: all 0.4s linear;
  background-color: #ffae00;
  color: #fff;
}
#footer div.buttons div.l a:hover::before {
  transition: opacity 0.2s linear 0.1s, border-color 0.4s linear, transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  opacity: 0;
  transform: scale(0.5);
  border-color: #f70;
}
#footer div.buttons div.l a:hover > span {
  background-color: #f70;
}
@media print, screen and (min-width: 1040px) {
  #footer div.buttons div.r {
    float: right;
  }
}
#footer div.buttons div.r a {
  display: block;
  border-radius: 5px;
  padding: 5px;
  position: relative;
  text-decoration: none;
}
#footer div.buttons div.r a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border: 2px solid;
  border-radius: 5px;
  transition: border-color 0.4s linear, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  border-color: #ffae00;
}
#footer div.buttons div.r a > span {
  display: block;
  border-radius: 5px;
  padding-top: 13.5px;
  padding-bottom: 13.5px;
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  text-align: center;
  padding-right: 0;
  padding-left: calc(0 + 0.05em);
  transition: all 0.4s linear;
  background-color: #ffae00;
  color: #fff;
}
#footer div.buttons div.r a:hover::before {
  transition: opacity 0.2s linear 0.1s, border-color 0.4s linear, transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  opacity: 0;
  transform: scale(0.5);
  border-color: #f70;
}
#footer div.buttons div.r a:hover > span {
  background-color: #f70;
}
#footer div.buttons div.buttons_common {
  margin: 35px auto 0;
  width: 100%;
  max-width: 360px;
  clear: both;
}
@media screen and (max-width: 767px) {
  #footer div.buttons div.buttons_common {
    margin-top: 20px;
  }
}
#footer div.buttons div.buttons_common a {
  display: block;
  border-radius: 5px;
  padding: 5px;
  position: relative;
  text-decoration: none;
}
#footer div.buttons div.buttons_common a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border: 2px solid;
  border-radius: 5px;
  transition: border-color 0.4s linear, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  border-color: #ffae00;
}
#footer div.buttons div.buttons_common a > span {
  display: block;
  border-radius: 5px;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  font-size: 18px;
  line-height: 2.7777777778;
  letter-spacing: 0.025em;
  text-align: center;
  padding-right: 0;
  padding-left: calc(0 + 0.025em);
  transition: all 0.4s linear;
  background-color: #ffae00;
  color: #fff;
}
#footer div.buttons div.buttons_common a:hover::before {
  transition: opacity 0.2s linear 0.1s, border-color 0.4s linear, transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  opacity: 0;
  transform: scale(0.5);
  border-color: #f70;
}
#footer div.buttons div.buttons_common a:hover > span {
  background-color: #f70;
}
#footer div.orange_bg {
  background-color: #ffae00;
  padding: 26px 0 40px;
}
#footer div.orange_bg h2 {
  margin: 16px 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.4705882353;
  letter-spacing: 0em;
  text-align: center;
  padding-right: calc(0 + 0em);
  padding-left: 0;
}
@media print, screen and (min-width: 1040px) {
  #footer div.orange_bg div.pics div.slick-slide {
    padding: 0 1.5px;
  }
}
@media print, screen and (min-width: 1040px) {
  #footer div.orange_bg div.cf {
    margin: 34px auto 0;
    width: 1040px;
  }
  #footer div.orange_bg div.cf:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 1039px) {
  #footer div.orange_bg div.cf {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 1040px) {
  #footer div.orange_bg div.cf div.l {
    float: left;
  }
}
@media print, screen and (min-width: 1040px) {
  #footer div.orange_bg div.cf div.l div.logo {
    float: left;
    padding-top: 1px;
    margin-right: 32px;
  }
}
@media screen and (max-width: 1039px) {
  #footer div.orange_bg div.cf div.l div.logo {
    text-align: center;
  }
}
#footer div.orange_bg div.cf div.l div.logo a {
  display: block;
}
#footer div.orange_bg div.cf div.l div.address {
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 1040px) {
  #footer div.orange_bg div.cf div.l div.address {
    float: left;
  }
}
@media screen and (max-width: 1039px) {
  #footer div.orange_bg div.cf div.l div.address {
    margin-top: 15px;
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 1040px) {
  #footer div.orange_bg div.cf div.r {
    float: right;
    padding-top: 5px;
    text-align: right;
  }
}
@media screen and (max-width: 1039px) {
  #footer div.orange_bg div.cf div.r {
    margin-top: 25px;
    padding: 0 10px;
    text-align: center;
  }
}
#footer div.orange_bg div.cf div.r div.links {
  font-size: 0;
}
#footer div.orange_bg div.cf div.r div.links a.button {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  background-color: #fff;
  border-radius: 3px;
  color: #ffae00;
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 0.1em;
  text-align: center;
  padding-right: 0;
  padding-left: calc(0 + 0.1em);
  text-decoration: none;
}
#footer div.orange_bg div.cf div.r div.links a.button:hover {
  text-decoration: underline;
}
#footer div.orange_bg div.cf div.r div.links a.fb {
  display: inline-block;
  margin-left: 15px;
  vertical-align: top;
  line-height: 30px;
}
#footer div.orange_bg div.cf div.r div.copyright {
  margin-top: 9px;
  color: #fff;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.1em;
}
#pagetop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 4;
}
#pagetop a {
  display: block;
  width: 50px;
  line-height: 50px;
  border-radius: 5px;
  background-color: #ffae00;
  box-shadow: 0 3px 5px 0 #aaa;
  text-align: center;
}
#pagetop a img {
  vertical-align: middle;
}
@media screen and (max-width: 1039px) {
  #main {
    padding-top: 80px;
  }
}
div.title {
  padding: 33px 0 17px;
}
div.title h1 {
  margin: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: -0.025em;
  text-align: center;
  padding-right: calc(0 + 0.025em);
  padding-left: 0;
}
div.title h2 {
  margin: 0;
  color: #ffae00;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.4166666667;
  letter-spacing: 0.05em;
  text-align: center;
  padding-right: 0;
  padding-left: calc(0 + 0.05em);
}
div.lnavi {
  background-color: #ffae00;
}
@media print, screen and (min-width: 1040px) {
  div.lnavi div.button {
    display: none;
  }
}
@media screen and (max-width: 1039px) {
  div.lnavi div.button a {
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
    padding-right: calc(0 + 0em);
    padding-left: 0;
  }
  div.lnavi div.button a i.fa-angle-double-up {
    display: none;
  }
  div.lnavi div.button a.active i.fa-angle-double-down {
    display: none;
  }
  div.lnavi div.button a.active i.fa-angle-double-up {
    display: inline-block;
  }
}
div.lnavi ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}
@media screen and (max-width: 1039px) {
  div.lnavi ul {
    display: none;
  }
}
@media print, screen and (min-width: 1040px) {
  div.lnavi ul li {
    display: inline-block;
    padding: 0 25px;
  }
}
div.lnavi ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.2857142857;
  text-decoration: none;
}
div.lnavi ul li a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 1040px) {
  div.lnavi ul li a {
    padding: 18.5px 0;
  }
}
@media screen and (max-width: 1039px) {
  div.lnavi ul li a {
    padding: 6px 0;
  }
}
@media print, screen and (min-width: 1040px) {
  div.lnavi.l2 ul li a {
    padding: 9.5px 0;
  }
}
div.pankuzu ul {
  margin: 0 auto;
  padding: 10px 42px;
  list-style: none;
  font-size: 0;
}
@media print, screen and (min-width: 1040px) {
  div.pankuzu ul {
    width: 1040px;
  }
}
div.pankuzu ul li {
  display: inline-block;
  color: #888;
  font-size: 14px;
  line-height: 1.7142857143;
}
div.pankuzu ul li a, div.pankuzu ul li span {
  display: inline-block;
}
div.pankuzu ul li a {
  color: inherit;
  text-decoration: none;
}
div.pankuzu ul li a:hover {
  text-decoration: underline;
}
div.pankuzu ul li::before {
  content: ">";
  padding: 0 0.5em;
}
div.pankuzu ul li:first-child::before {
  content: none;
}
div.section div.boundary {
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
  margin: -1px 0;
}
div.section h3 {
  margin: 0;
  font-weight: normal;
  font-size: 36px;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  text-align: center;
}
div.section h3 span {
  display: inline-block;
  vertical-align: top;
  padding-left: 0.05em;
  padding-bottom: 6px;
  border-bottom: 2px solid #000;
}
.otherPage__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}
.otherPage__list > li {
  flex: 0 0 160px;
  margin-left: 10px;
  font-size: 14px;
}
.otherPage__list > li.corp a {
  border: 2px solid #3ca8f0;
}
.otherPage__list > li.corp a::before {
  background-color: #3ca8f0;
}
.otherPage__list > li.training a {
  border: 2px solid #ef5b77;
}
.otherPage__list > li.training a::before {
  background-color: #ef5b77;
}
.otherPage__list > li.button a {
  position: relative;
  display: block;
  padding: 10px;
  border-radius: 25px;
  background-color: #fff;
  text-align: center;
  color: #555;
  text-decoration: none;
}
@media print, screen and (min-width: 1040px) {
  .otherPage__list > li.button a:hover {
    text-decoration: underline;
  }
}
.otherPage__list > li.button a::before {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 20px;
}
.otherPage__list > li.button a::after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.otherPage__list > li.sns {
  flex: 1 1 auto;
}
.otherPage__list > li.sns a {
  padding: 0;
  background-color: none;
}
.header .otherPage {
  position: absolute;
  right: 0;
  bottom: -60px;
}
@media screen and (max-width: 1039px) {
  .header .otherPage {
    display: none;
  }
}
@media print, screen and (min-width: 1040px) {
  .header .otherPage__list {
    width: 1040px;
  }
}
@media screen and (max-width: 767px) {
  .footer .otherPage__list {
    padding: 0 50px;
    flex-flow: column nowrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer .otherPage__list .button {
    flex: 0 0 20px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.footer .otherPage__list .button a {
  padding: 7px 0;
}
.footer .otherPage__list .facebook {
  flex: 0 0 45px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .footer .otherPage__list .facebook {
    flex: 0 0 0px;
    margin-left: 0;
    text-align: center;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=./r_main.css.map */