@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #222;
}

.kanaboweb_footer {
  display: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

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

button {
  user-select: none;
}

.container {
  width: 1000px;
  padding: 100px 0;
  margin: 0 auto;
}

.telnum:hover {
  opacity: 0.7;
}

main h2 {
  margin-bottom: 80px;
  font-size: 3.2rem;
  position: relative;
}
main h2::before {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 60px;
  height: 5px;
  content: "";
  background: #065D2E;
}

#titleArea {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#titleArea .container {
  padding: 60px 0;
}
#titleArea h2 {
  margin-bottom: 0;
  font-size: 4rem;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
#titleArea h2::before {
  display: none;
}

#introduction {
  position: relative;
}
#introduction .container {
  padding-top: 30px;
}
#introduction .bgImage {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#introduction #pan {
  margin-bottom: 100px;
}
#introduction #pan li {
  font-size: 1.4rem;
  display: inline-block;
  padding-right: 20px;
  margin-right: 5px;
  position: relative;
}
#introduction #pan li::before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 0px;
}
#introduction #pan li:last-child {
  position: static;
  padding-right: 0;
  margin-right: 0;
}
#introduction #pan li:last-child::before {
  display: none;
}
#introduction #pan a {
  text-decoration: underline;
}

.btn {
  display: inline-block;
  width: 384px;
  border-radius: 200px;
  padding: 15px 30px;
  background-color: #065D2E;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.btn img {
  position: absolute;
  top: calc(50% - 9px);
  right: 30px;
}
.btn img:nth-of-type(2) {
  opacity: 0;
  transition: 0.3s ease;
}
.btn:hover {
  background-color: #C1EAC2;
  color: #065D2E;
}
.btn:hover img:nth-of-type(2) {
  opacity: 1;
}
.btn i {
  margin-right: 5px;
}

.pageLink {
  margin-top: 30px;
  text-align: right;
  font-weight: bold;
}
.pageLink a:hover {
  text-decoration: underline;
}
.pageLink a:hover::after {
  display: none;
}
.pageLink img {
  margin: 0 0 6px 5px;
}

#contact {
  background-color: #E4F3EA;
}
#contact h2 {
  text-align: center;
}
#contact h2::before {
  left: calc(50% - 30px);
}
#contact p {
  text-align: center;
  margin-bottom: 40px;
}
#contact .d-flex {
  align-items: center;
  justify-content: center;
  gap: 60px;
}
#contact a:nth-of-type(1) {
  border-radius: 10px;
  padding: 18px 30px;
  background-color: #ffffff;
  font-size: 3.6rem;
  font-weight: bold;
}
#contact a:nth-of-type(1):hover {
  transform: translateY(5px);
}
#contact a:nth-of-type(1) span {
  display: block;
  font-size: 1.6rem;
}
#contact a:nth-of-type(1) i {
  color: #065D2E;
  font-size: 3rem;
}
#contact .fax {
  border-radius: 10px;
  padding: 18px 30px;
  background-color: #ffffff;
  font-size: 3.6rem;
  font-weight: bold;
}
#contact .fax span {
  display: block;
  font-size: 1.6rem;
}
#contact .fax i {
  color: #065D2E;
  font-size: 3rem;
}

#orientation {
  background-color: #E4F3EA;
}
#orientation .orientation {
  border-radius: 30px;
  padding: 100px 90px;
  margin-top: 80px;
  background-image: url(../img/orientation_bg.webp);
  background-position: center;
  background-size: cover;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#orientation .orientation h2 {
  text-align: left;
  margin-bottom: 30px;
}
#orientation .orientation h2::before {
  display: none;
}
#orientation .orientation p {
  margin-bottom: 30px;
}

#schedule {
  background-color: #F4F9F6;
}
#schedule li {
  width: 800px;
  border-radius: 10px;
  padding: 25px 20px;
  margin-bottom: 15px;
  background-color: #C1EAC2;
  display: flex;
  column-gap: 70px;
}
#schedule li:nth-of-type(2n) {
  background-color: #ffffff;
}
#schedule .time {
  font-weight: bold;
  flex-basis: 250px;
}
#schedule .time span {
  padding: 0 45px 0 15px;
}
#schedule .time p {
  display: inline-block;
}

#comment ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#comment li {
  width: 800px;
  border: 1px solid #DDDDDD;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  background-color: #ffffff;
}
#comment h3 {
  margin-bottom: 10px;
}
#comment .btnBox {
  margin-top: 100px;
  text-align: center;
}

#categoryLink h2 {
  text-align: center;
}
#categoryLink h2::before {
  left: calc(50% - 30px);
}
#categoryLink ul {
  display: flex;
  justify-content: space-between;
}
#categoryLink li {
  width: 30%;
  border-radius: 30px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
#categoryLink a:hover {
  opacity: 0.7;
}
#categoryLink p {
  padding: 20px;
  font-weight: bold;
}
#categoryLink img:nth-of-type(2) {
  position: absolute;
  bottom: 22px;
  right: 20px;
}

.d-flex {
  display: flex;
  justify-content: space-between;
}

.pics img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1139px) {
  main {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: 90%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  #contact .container {
    padding: 100px 0;
  }
  #contact .d-flex {
    justify-content: center;
    gap: 20px;
  }
  #contact a:nth-of-type(1) {
    font-size: 2.5rem;
  }
  #contact a:nth-of-type(1) i {
    font-size: 1.6rem;
  }
  #contact .fax {
    font-size: 2.5rem;
  }
  #contact .fax i {
    font-size: 1.6rem;
  }
  #schedule li {
    width: 100%;
    column-gap: 30px;
  }
  #schedule .time {
    flex-basis: 230px;
  }
  #schedule .time span {
    padding-right: 20px;
  }
  #comment li {
    width: 100%;
    gap: 30px;
  }
}
@media screen and (max-width: 750px) {
  main h2 {
    margin-bottom: 50px;
    font-size: 2.5rem;
  }
  .container {
    padding: 50px 0;
  }
  .pageLink a {
    padding: 10px 0;
  }
  .d-flex {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .btn {
    max-width: 330px;
    font-size: 1.6rem;
  }
  #titleArea .container {
    padding: 40px 0;
  }
  #titleArea h2 {
    font-size: 3rem;
  }
  #introduction .container {
    padding-top: 15px;
  }
  #introduction #pan {
    margin-bottom: 50px;
  }
  #introduction #pan li {
    font-size: 1rem;
  }
  #contact p {
    margin-bottom: 30px;
  }
  #contact .d-flex {
    gap: 30px;
  }
  #contact a:nth-of-type(1) {
    font-size: 2.5rem;
  }
  #contact a:nth-of-type(1) i {
    font-size: 2rem;
  }
  #contact .fax {
    font-size: 2.5rem;
  }
  #contact .fax i {
    font-size: 2rem;
  }
  #orientation .orientation {
    padding: 50px 20px;
    margin-top: 50px;
    background-position: right;
    background-color: rgba(255, 255, 255, 0.3);
    background-blend-mode: lighten;
  }
  #orientation .orientation h2 {
    text-align: left;
    margin-bottom: 30px;
  }
  #orientation .orientation h2::before {
    display: none;
  }
  #orientation .orientation p {
    margin-bottom: 30px;
  }
  #orientation .orientation .btn {
    max-width: 100%;
  }
  #orientation .orientation .btn img {
    top: 30px;
  }
  #schedule li {
    width: 100%;
    gap: 10px;
    flex-direction: column;
  }
  #schedule .time {
    flex-basis: auto;
  }
  #schedule .time span {
    padding-right: 20px;
  }
  #comment li {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
  #comment .btnBox {
    margin-top: 40px;
  }
  #categoryLink ul {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  #categoryLink li {
    width: 300px;
  }
}
@media screen and (min-width: 751px) {
  .onlySP-br {
    display: none;
  }
  .telnum {
    pointer-events: none;
  }
}
header img {
  width: auto;
}
header ul a {
  position: relative;
  display: inline-block;
}
header ul a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
header ul a:hover::after {
  transform: scale(1, 1);
}
header .topArea {
  padding: 15px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.4rem;
  background-color: #ffffff;
}
header .topArea h1 {
  font-size: 3rem;
}
header .topArea nav {
  margin-right: 0;
  margin-left: auto;
}
header .topArea h2 {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
}
header .topArea .supportMenu {
  display: flex;
  column-gap: 40px;
  margin-bottom: 15px;
}
header .topArea .supportMenu button {
  border-radius: 5px;
  padding: 5px 16px;
  margin-left: 5px;
  background-color: #DDDDDD;
  cursor: pointer;
  transition: all 0.3s ease;
}
header .topArea .supportMenu button:hover {
  background-color: #FFD500;
}
header .topArea .supportMenu button:focus {
  background-color: #FFD500;
  border: 3px solid #222;
  border: 3px solid #222;
}
header .topArea .supportMenu .active {
  background-color: #FFD500;
}
header .topArea .headMenu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 20px;
  font-weight: bold;
}
header .topArea a::after {
  background: #222;
}
header .topArea .siteSearch {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .topArea .siteSearch h2 {
  font-weight: bold;
  margin-right: 10px;
}
header .bottomArea {
  background-color: #065D2E;
  position: relative;
}
header .bottomArea .container {
  padding: 15px 0;
}
header .mainList {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  font-weight: bold;
}
header .mainList .clicked i {
  transform: rotate(180deg);
}
header .mainList a::after {
  background: #ffffff;
}
header .mainList i {
  margin-left: 5px;
}
header .subMenu {
  width: 100%;
  padding: 60px 0;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  color: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 80px;
}
header .subMenu img {
  margin-right: 8px;
  margin-bottom: 8px;
}
header .subMenu a:after {
  background-color: #222;
}
header .subMenu::before {
  content: "";
  position: absolute;
  top: -20px;
  margin-left: -180px;
  border: 10px solid transparent;
  border-bottom: 10px solid #FFF;
  z-index: 2;
}
header .show {
  opacity: 1;
  visibility: visible;
}
header .subMenu1 ul {
  display: flex;
  flex-direction: column;
  gap: 15px 50px;
}
header .subMenu1::before {
  left: 45%;
}
header .subMenu2 ul {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
header .subMenu2::before {
  left: 58%;
}

#___gcse_0.gsc-control-cse-ja {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

.gsc-clear-button {
  visibility: hidden;
}

#headerSlide {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: none;
}
#headerSlide .topArea {
  padding: 0;
  flex-wrap: wrap;
}
#headerSlide .logoArea {
  padding: 5px 0 3px 10px;
  position: relative;
}
#headerSlide .logoArea img {
  max-width: 200px;
}
#headerSlide .logoArea h1 {
  font-size: 1.6rem;
}
#headerSlide .sp-btn {
  display: flex;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}
#headerSlide .toolBtn {
  width: 71px;
  height: 71px;
  cursor: pointer;
}
#headerSlide .burger {
  width: 71px;
  height: 71px;
  cursor: pointer;
}
#headerSlide .burger .closeBtn {
  display: none;
}
#headerSlide .close .burgerBtn {
  display: none;
}
#headerSlide .close .closeBtn {
  display: block;
}
#headerSlide .sp-tool, #headerSlide .sp-menu {
  width: 100%;
  padding: 50px 0;
  background-color: #EBF2EE;
  font-weight: bold;
  z-index: 20;
  overflow-y: scroll;
  display: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#headerSlide .sp-tool ul, #headerSlide .sp-menu ul {
  width: 90%;
  margin: 0 auto;
}
#headerSlide .sp-tool ul:nth-of-type(1) {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 20px;
}
#headerSlide .sp-menu {
  height: 440px;
}
#headerSlide .sp-menu ul:nth-of-type(1) li {
  padding: 10px 0;
  border-bottom: 1px solid #CCCCCC;
  transition: 0.3s ease;
}
#headerSlide .sp-menu ul:nth-of-type(1) li:hover {
  border-bottom: 1px solid #065D2E;
}
#headerSlide .sp-menu ul:nth-of-type(1) .clickItem .minus {
  opacity: 0;
}
#headerSlide .sp-menu ul:nth-of-type(1) .action .plus {
  opacity: 0;
}
#headerSlide .sp-menu ul:nth-of-type(1) .action .minus {
  opacity: 1;
}
#headerSlide .sp-menu ul:nth-of-type(1) a {
  display: block;
  padding: 10px 0;
  position: relative;
}
#headerSlide .sp-menu ul:nth-of-type(1) a::after {
  display: none;
}
#headerSlide .sp-menu ul:nth-of-type(1) img, #headerSlide .sp-menu ul:nth-of-type(1) i {
  position: absolute;
  top: 15px;
  right: 0px;
}
#headerSlide .sp-menu ul:nth-of-type(1) i {
  color: #065D2E;
}
#headerSlide .sp-menu ul:nth-of-type(1) .sp-subMenu {
  display: none;
  transition: 0.5s;
  font-weight: normal;
}
#headerSlide .sp-menu ul:nth-of-type(1) .sp-subMenu li {
  padding: 0;
  border-bottom: 0;
  margin-bottom: 10px;
}
#headerSlide .sp-menu ul:nth-of-type(1) .sp-subMenu a {
  text-decoration: underline;
}
#headerSlide .sp-menu ul:nth-of-type(1) .sp-subMenu a:hover {
  color: #065D2E;
}
#headerSlide .sp-menu ul:nth-of-type(2) {
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
}
#headerSlide .sp-menu ul:nth-of-type(2) a {
  padding: 10px 0;
}

/*fadeDownクラスが付与された後のheaderSlieの出現アニメーション設定*/
#headerSlide.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  display: block;
  z-index: 100;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-71px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1139px) {
  #header {
    display: none;
  }
  #headerSlide {
    display: block;
    z-index: 100;
  }
}
@media screen and (max-width: 804px) {
  .sp-tool ul:nth-of-type(1) {
    flex-wrap: wrap;
    column-gap: 40px;
  }
  .sp-tool .supportMenu {
    padding: 0 0 50px;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }
  .sp-tool .supportMenu h2 {
    width: 90px;
  }
  header .topArea .siteSearch {
    width: 100%;
    margin-bottom: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  header .topArea .sp-tool .supportMenu button {
    padding: 10px 20px;
  }
  #___gcse_1 {
    width: 100%;
  }
  #___gcse_1 .gsc-control-cse {
    border-color: #EBF2EE;
    background-color: #EBF2EE;
  }
}
footer {
  font-size: 1.4rem;
}
footer .topArea {
  background-color: #F4F9F6;
}
footer .topArea .container {
  padding: 30px 0;
  display: flex;
  column-gap: 50px;
  align-items: center;
}
footer .topArea h1 {
  font-size: 2.4rem;
}
footer .topArea .telnum {
  text-decoration: underline;
  padding: 12px 0;
}
footer .bottomArea {
  background-color: #065D2E;
  color: #ffffff;
}
footer .bottomArea .container {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}
footer .bottomArea ul {
  display: flex;
  column-gap: 25px;
}
footer .bottomArea img {
  margin-bottom: 3px;
}
footer .bottomArea a {
  position: relative;
  display: inline-block;
}
footer .bottomArea a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
footer .bottomArea a:hover::after {
  transform: scale(1, 1);
}

@media screen and (max-width: 750px) {
  footer .topArea h1 {
    font-size: 1.6rem;
  }
  footer .topArea .logoArea img {
    width: 200px;
  }
  footer .topArea .container {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }
  footer .bottomArea .container {
    padding: 30px 0;
    flex-direction: column-reverse;
    align-items: flex-start;
    row-gap: 5px;
  }
  footer .bottomArea ul {
    flex-direction: column;
  }
  footer .bottomArea a {
    padding: 10px 0;
  }
  footer .bottomArea img {
    width: 15px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 751px) {
  footer .topArea .telnum {
    text-decoration: none;
  }
}
#titleArea {
  background-image: url(../img/title_bg_03.webp);
}

#introduction .textArea {
  width: 700px;
}
#introduction p:nth-of-type(1),
#introduction p:nth-of-type(2) {
  margin-bottom: 30px;
}

#course {
  background-color: #F4F9F6;
}
#course ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
#course li {
  width: 48%;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
#course li h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}
#course .textArea {
  margin-top: 10px;
}

#workTraining ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
#workTraining li {
  width: 48%;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
#workTraining li h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}
#workTraining .textArea {
  margin-top: 10px;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  #introduction .container {
    padding-top: 100px;
  }
  #introduction .textArea {
    width: 100%;
  }
  #course ul {
    gap: 20px;
  }
  #workTraining ul {
    gap: 20px;
  }
}
@media screen and (max-width: 750px) {
  #introduction .textArea {
    width: 100%;
  }
  #introduction p:nth-of-type(1),
  #introduction p:nth-of-type(2) {
    margin-bottom: 20px;
  }
  #course ul {
    flex-direction: column;
  }
  #course li {
    width: 100%;
  }
  #workTraining ul {
    flex-direction: column;
  }
  #workTraining li {
    width: 100%;
  }
}/*# sourceMappingURL=basic.css.map */