@charset "UTF-8";
/*************************

base

**************************/
body {
  position: relative;
  color: #333333;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
body::after {
  content: "";
  position: fixed;
  display: block;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: url(../images/bg.jpg) center center no-repeat;
  background-size: cover;
  z-index: -10;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  margin: 0;
}

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

img {
  max-width: 100%;
}

ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

small {
  display: block;
  width: 100%;
  text-align: center;
}

/*************************

base - typography

**************************/
.txt {
  line-height: 1.7;
}

.top-service .txt {
  line-height: 1.5;
}

.headline {
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 20px;
  }
}

.content-title {
  font-size: 22px;
  color: #2c2960;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .content-title {
    font-size: 20px;
  }
}

/*************************

layout - wrapper

**************************/
.wrapper {
  width: 100%;
  padding: 0 1%;
  margin-inline: auto;
  transition: opacity 1s ease-in-out;
  /* ページコンテンツも初期は非表示 */
}

/*************************

layout - main

**************************/
.main {
  padding-top: 80px;
  background-color: #FFFFFF;
}

/*************************

layout - section

**************************/
.section {
  padding-bottom: 80px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .section {
    padding-bottom: 64px;
  }
}

/*************************

layout - container

**************************/
.container {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
}
.container--sm {
  max-width: 800px;
}

/*************************

layout - flex

**************************/
.flex {
  display: flex;
  justify-content: space-between;
}
.flex--center {
  align-items: center;
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex--col-2 {
  gap: 32px;
}
.flex--col-3 {
  flex-wrap: wrap;
  gap: 24px;
}
.flex-item--col-2 {
  width: calc(50% - 12px);
}
.flex-item--col-3 {
  width: calc(33.3% - 24px);
}
.flex-item--40 {
  width: 40%;
}
.flex-item--60 {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .flex {
    flex-direction: column;
  }
  .flex-item--col-2 {
    width: 100%;
  }
  .flex-item--col-3 {
    width: 100%;
  }
  .flex-item--40 {
    width: 100%;
  }
  .flex-item--60 {
    width: 100%;
  }
}
/*************************

layout - btn-container

**************************/
.btn-container {
  text-align: center;
}

/*************************

layout - card-container

**************************/
.card-container {
  flex-wrap: nowrap;
}

/*************************

layout - healine-box

**************************/
.headline-box {
  padding: 32px 5%;
  margin-bottom: 80px;
  letter-spacing: 0.05em;
}

.headline-box--gradation {
  background: #E97251;
  background: linear-gradient(144deg, rgb(233, 114, 81) 0%, rgb(255, 222, 89) 64%, rgb(119, 175, 42) 80%, rgb(0, 144, 217) 100%);
}

@media screen and (max-width: 1024px) {
  .headline-box {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .headline-box {
    margin-bottom: 40px;
    padding: 18px 5%;
  }
}
/*************************

layout - content-title-box

**************************/
.content-title-box {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.content-title-box img {
  width: 80px;
  margin-right: 10px;
}

/*************************

layout - header

**************************/
.header {
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 98%;
  height: 100%;
  padding: 0 5%;
  margin-inline: auto;
  background-color: #FFFFFF;
}
.header__logo {
  height: 60px;
}
.header__logo a {
  height: 100%;
  display: flex;
  align-items: center;
}
.header__logo img {
  height: 100%;
}
.header__nav-list {
  display: flex;
  align-items: center;
}
.header__nav-item {
  margin-left: 32px;
  padding: 10px 28px;
  border-radius: 50px;
}
.header__nav-item:first-child {
  margin-left: 0;
}
.header__nav-item a {
  font-weight: 600;
  color: #FFFFFF;
  font-size: 15px;
  letter-spacing: 0.05em;
}

/*************************
〜1200px
**************************/
@media screen and (max-width: 1200px) {
  .header__nav-item {
    margin-left: 24px;
  }
}
/*************************
〜1024px
**************************/
@media screen and (max-width: 1200px) {
  .header__nav {
    display: none;
  }
}
/*************************

layout - banner

**************************/
.banner {
  position: relative;
}
.banner__img {
  width: 100%;
  text-align: center;
}
.banner img {
  width: 35%;
}

.footer {
  background-color: #FFDE59;
  padding: 80px 0 20px 0;
}
.footer__logo, .footer__list {
  margin-bottom: 24px;
}
.footer__info-box {
  padding-right: 48px;
  flex-shrink: 0;
}
.footer__info {
  margin-bottom: 4px;
}
.footer__nav {
  margin-bottom: 24px;
}
.footer__nav-list {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  flex-wrap: wrap;
}
.footer__nav-item a {
  font-weight: 500;
}
.footer__map iframe {
  width: 100%;
  height: 200px;
}

@media screen and (max-width: 1024px) {
  .banner img {
    width: 90%;
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 48px 0 10px 0;
  }
  .footer__info-box {
    margin-bottom: 24px;
  }
  .footer__nav-list {
    flex-direction: column;
    gap: 16px;
  }
}
/*************************

component - btn

**************************/
.btn {
  position: relative;
  display: inline-block;
  padding: 16px 0;
  width: 100%;
  max-width: 296px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 50px;
  font-weight: 600;
}
.btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../images/arrow-right.svg) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .btn {
    padding: 12px 0;
    max-width: 500px;
  }
}
/*************************

component - card

**************************/
.card {
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
}
.card__img {
  margin-bottom: 16px;
}
.card__img img {
  aspect-ratio: 16/10;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__date {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 8px;
}
.card__title {
  font-size: 18px;
  font-weight: 500;
}

.single .card__img {
  margin-bottom: 40px;
}
.single .card__date {
  font-size: 16px;
  margin-bottom: 10px;
}
.single .card__title {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .card__img {
    margin-bottom: 10px;
  }
  .card__date {
    margin-bottom: 0;
  }
  .card__title {
    font-size: 16px;
  }
}
/*************************

component - menu

**************************/
.menu {
  display: none;
}

/*************************
〜1024px
**************************/
@media screen and (max-width: 1200px) {
  .menu {
    position: relative;
    display: block;
    width: 34px;
    height: 100%;
  }
  .menu__line {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    border-radius: 10px;
    transition: 0.4s ease-in-out;
  }
  .menu__line:first-child {
    top: calc(50% - 8px);
  }
  .menu__line:last-child {
    top: calc(50% + 8px);
  }
}
/*************************

component - balloon

**************************/
.balloon {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 120px;
  bottom: 10px;
  right: 8px;
  z-index: 10;
  animation: float 6s ease-in-out infinite;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
@media screen and (max-width: 1024px) {
  .balloon {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .balloon {
    width: 80px;
    right: 0;
    bottom: 0;
  }
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px) scale(1.02);
  }
  100% {
    transform: translateY(0px);
  }
}
.balloon.show {
  visibility: visible;
  opacity: 1;
}

/*************************

component - form

**************************/
.contact__form {
  max-width: 800px;
  margin: 0 auto;
}

.contact__item {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.contact__item label {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}

.contact__item input[type=text],
.contact__item input[type=email],
.contact__item input[type=tel],
.contact__item textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  transition: border-color 0.3s;
}

.contact__item input:focus,
.contact__item textarea:focus {
  border-color: #0073e6;
  /* WPっぽいブルー */
  outline: none;
}

.contact__item textarea {
  resize: vertical;
  min-height: 150px;
}

/* 確認チェック */
.confirm-check {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.confirm-check input {
  margin-right: 8px;
}

/* 送信ボタン */
.contact__item input[type=submit] {
  background-color: #0073e6;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.1s;
}

.contact__item input[type=submit]:hover {
  background-color: #005bb5;
}

.contact__item input[type=submit]:active {
  transform: scale(0.98);
}

.wpcf7-list-item {
  margin-left: 0;
}

.contact__item label.required::after {
  content: " *";
  color: #d9534f;
  /* 赤っぽい色（Bootstrap風） */
  font-weight: bold;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 4px;
}

/* 送信中のスピナーを非表示 */
.wpcf7 .ajax-loader {
  display: none !important;
}

/* 送信完了・エラーメッセージを非表示 */
.wpcf7 .wpcf7-response-output {
  display: none !important;
}

/*************************

component - sp-nav

**************************/
.sp-nav {
  display: none;
}

/*************************
〜1024px
**************************/
@media screen and (max-width: 1200px) {
  .sp-nav {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98%;
    height: calc(100svh - 80px);
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/bg.svg) center center no-repeat;
    background-size: cover;
    background-color: #FFFFFF;
    z-index: 90;
  }
  .sp-nav__list {
    padding: 0 20%;
  }
  .sp-nav__item {
    margin-bottom: 24px;
    padding: 16px 40px;
    text-align: center;
    border-radius: 50px;
  }
  .sp-nav__item a {
    color: #FFFFFF;
    font-weight: 600;
  }
}
/*************************

pages - front-page

**************************/
.fv {
  padding-top: 40px;
}
.fv__inner {
  padding: 0 5%;
}
.fv__tagline {
  font-size: clamp(2.4rem, 0.857rem + 5.71vw, 6rem);
  margin-bottom: 24px;
}
.fv__txt-box {
  margin-bottom: 48px;
}
.fv .txt {
  font-size: clamp(0.875rem, 0.768rem + 0.54vw, 1.25rem);
  font-weight: 600;
}

.top-service__inner {
  position: relative;
}
.top-service__bg-img {
  width: 100%;
  text-align: center;
  transform-origin: center center;
  animation: spin-360 60s linear infinite;
}
@keyframes spin-360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.top-service__item {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 10;
}
.top-service__item--school {
  top: 0;
  left: 0;
}
.top-service__item--children {
  top: 200px;
  right: 0;
}
.top-service__item--region {
  bottom: 0;
  right: 0;
}
.top-service__item--worker {
  bottom: 200px;
  left: 0;
}

.policy__title {
  font-size: 64px;
}
.policy__txt {
  font-weight: 600;
}
.policy__container {
  text-align: center;
  padding: 0 5%;
  margin-bottom: 64px;
}

@media screen and (max-width: 1024px) {
  .top-service__bg-img {
    position: absolute;
    top: 200px;
  }
  .top-service__item {
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    flex-direction: column;
    text-align: center;
    width: 90%;
    margin-inline: auto;
    margin-bottom: 24px;
  }
  .top-service__item:last-child {
    margin-bottom: 0;
  }
  .top-service__txt-box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .fv__txt-outer {
    margin-bottom: 32px;
  }
  .fv__txt-box {
    margin-bottom: 32px;
  }
  .policy__title {
    font-size: 48px;
    margin-bottom: 24px;
  }
  .policy__txt {
    font-size: 14px;
  }
  .policy__container {
    text-align: left;
  }
}
/*************************

pages - company

**************************/
.company__item {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dotted #2c2960;
}
.company__item:last-child {
  margin-bottom: 0;
}
.company dl {
  display: flex;
}
.company dt {
  width: 20%;
  font-weight: 600;
}
.company dd {
  width: 80%;
}

@media screen and (max-width: 767px) {
  .company dl {
    flex-direction: column;
  }
  .company dt,
  .company dd {
    width: 100%;
  }
  .company dt {
    margin-bottom: 8px;
  }
}
/*************************

pages - school

**************************/
.school__title {
  padding: 16px;
  border-radius: 5px;
  letter-spacing: 0.05em;
}
.school__support {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.school__support .txt {
  flex-grow: 1;
}
.school__support-title {
  position: relative;
  font-size: 16px;
  margin-bottom: 16px;
  padding-left: 20px;
  letter-spacing: 0.05em;
}
.school__support-title span {
  display: inline;
}
.school__support-title::before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
}
.school__support-title--green::before {
  background-color: #77AF2A;
}
.school__support-title--orange::before {
  background-color: #E97251;
}
.school__support-title--blue::before {
  background-color: #0090D9;
}
.school__support-title--pink::before {
  background-color: #EF858C;
}
.school__support-title--yellow::before {
  background-color: #FFDE59;
}
.school__support-item {
  margin-bottom: 6px;
}
.school__support-item:last-child {
  margin-bottom: 0;
}
.school__support-bottom .school__support-item {
  margin-bottom: 10px;
}
.school__img img {
  border-radius: 15px;
}

.voice {
  margin-top: 48px;
}
.voice__headline {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
  color: #77AF2A;
}
.voice__item {
  display: flex;
  flex-direction: column;
  width: calc(50% - 16px);
  background-color: rgba(119, 175, 42, 0.1);
  border-radius: 10px;
}
.voice__inner {
  padding: 24px;
  display: flex;
  flex-direction: row-reverse;
  gap: 24px;
}
.voice__title {
  font-size: 20px;
  padding: 20px;
  color: #FFFFFF;
  background-color: #77AF2A;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
.voice__txt {
  width: 60%;
}
.voice__img {
  text-align: center;
  margin-bottom: 16px;
  width: 40%;
}
.voice__img img {
  width: 80%;
}

@media screen and (max-width: 1024px) {
  .voice__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 0;
  }
  .voice__img, .voice__txt {
    width: 100%;
  }
  .voice__img img {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .school__support {
    margin-bottom: 0;
  }
  .voice__item {
    width: 100%;
    margin-bottom: 24px;
    max-width: 500px;
    margin-inline: auto;
  }
  .voice__item:last-child {
    margin-bottom: 0;
  }
  .voice__title {
    padding: 12px 0;
    font-size: 18px;
  }
  .voice__img img {
    width: 60%;
  }
}
/*************************

layout - single

**************************/
.single__title-box {
  padding: 40px 0;
}
.single__container {
  margin-bottom: 40px;
}
.single .single__nav {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px dotted #2c2960;
}
.single .single__nav--prev a,
.single .single__nav--next a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}
.single .single__nav--prev a:hover,
.single .single__nav--next a:hover {
  text-decoration: underline;
}

.bg-green {
  background-color: #77AF2A;
}

.bg-pink {
  background-color: #EF858C;
}

.bg-blue {
  background-color: #0090D9;
}

.bg-orange {
  background-color: #E97251;
}

.bg-yellow {
  background-color: #FFDE59;
}

.bg-navy {
  background-color: #2c2960;
}

.clr-orange {
  color: #E97251;
}

.clr-navy {
  color: #2c2960;
}

.clr-white {
  color: #FFFFFF;
}

.mb-xsm {
  margin-bottom: 8px;
}

.mb-sm {
  margin-bottom: 16px;
}

.mb-md--half {
  margin-bottom: 24px;
}

.mb-md {
  margin-bottom: 32px;
}

.mb-lr {
  margin-bottom: 48px;
}

.mb-xl {
  margin-bottom: 64px;
}

.ml-sm {
  display: inline-block;
  margin-left: 10px;
}

.fs-sm {
  font-size: 12px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.block {
  display: block;
}

.fw-bold {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .mb-md {
    margin-bottom: 24px;
  }
  .mb-lr {
    margin-bottom: 32px;
  }
  .mb-xl {
    margin-bottom: 48px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/*************************
loader
**************************/
#loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: 200;
}
#loader svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

/*************************
hamburger-menu
**************************/
.is-active:first-child,
.is-active:last-child {
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.is-active:first-child {
  rotate: 135deg;
}

.is-active:nth-child(2) {
  opacity: 0;
}

.is-active:last-child {
  rotate: -135deg;
}/*# sourceMappingURL=style.css.map */