@charset "UTF-8";
/*
  Base
---------------------------------------------- */
/* まずはブラウザ既定の余白をリセット（念のため） */
html, body {
  height: 100%;
}

.main-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#main {
  flex: 1;
}

html {
  box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  height: 100%;
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.09em;
  background: #F6F4F4;
  color: #444444;
  overflow-x: hidden;
  counter-reset: number 0;
}

#main {
  overflow-x: hidden;
  margin-top: 95px;
}
@media screen and (max-width: 900px) {
  #main {
    margin-top: 65px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

button {
  font-family: "Zen Maru Gothic", sans-serif;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  color: inherit;
  cursor: pointer;
  outline: none;
}

input,
textarea {
  max-width: 100%;
  font-family: inherit;
  font-size: 100%;
}

.disable-call {
  color: inherit;
}
.disable-call a[href^=tel] {
  text-decoration: none;
  pointer-events: none;
}

body.admin-bar .header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .header {
    top: 46px;
  }
}
/*
　layout
---------------------------------------------- */
.l_flex {
  display: flex;
}
@media screen and (max-width: 600px) {
  .l_flex {
    flex-direction: column;
  }
}

.l_flex_column {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
}

.l_common-sect {
  padding: 0 25px;
  margin-bottom: 85px;
}
@media screen and (max-width: 900px) {
  .l_common-sect {
    padding: 0 20px;
    margin-bottom: 55px;
  }
}

.l_wide-sect {
  width: 100vw;
}

.m_main_btn {
  display: block;
  padding: 15px 25px;
  border: solid #E6787A 1.8px;
  width: 300px;
  border-radius: 40px;
  margin: auto;
  text-align: center;
  font-size: 21px;
  color: #E6787A;
  font-weight: 600;
  transition: all 0.3s;
  background-color: transparent;
}
.m_main_btn:hover {
  background-color: #E6787A;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .m_main_btn {
    width: 90%;
    font-size: 18px;
    padding: 10px 25px;
    max-width: 300px;
  }
}

.m_sect_ttl {
  text-align: center;
  font-size: 23px;
  position: relative;
  margin-top: 8px;
  margin-bottom: 45px;
}
.m_sect_ttl::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 8px;
  background: url(../images/ttl_deco.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 900px) {
  .m_sect_ttl {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

.u_col_wh {
  color: #ffffff;
}

.l_txt_row {
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .l_txt_row {
    margin-bottom: 20px;
    font-size: 15px;
  }
}

.u_large-txt {
  font-size: 1.3em;
}

.u_ac-color-txt {
  color: #E6787A;
  font-weight: 600;
}

.u_bd-line {
  background: linear-gradient(transparent 60%, #FFCE00 30%);
  display: inline-block;
}

.wysiwyg p + p {
  margin-top: 1.2em;
}

.u_sp-only {
  display: none;
}
@media screen and (max-width: 600px) {
  .u_sp-only {
    display: block;
  }
}

.u-pc-only {
  display: block;
}
@media screen and (max-width: 600px) {
  .u-pc-only {
    display: none;
  }
}

/*
　header
---------------------------------------------- */
.header {
  background: #F4F4F4;
  box-shadow: 0 4px 5.5px 0 rgba(177, 177, 177, 0.25);
  padding: 10px 25px;
  color: #444444;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
@media screen and (max-width: 900px) {
  .header {
    height: 65px;
    padding: 0 10px;
  }
}

.header_inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.brandWrapper {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.brandWrapper img {
  width: 65px;
  object-fit: contain;
}

.header_logo {
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .header_logo {
    font-size: 16px;
  }
}

.logo_smalltxt {
  font-size: 0.7em;
}

.header_nav {
  display: flex;
  align-items: flex-end;
  flex-direction: column-reverse;
  font-weight: 600;
  row-gap: 10px;
}
@media screen and (max-width: 900px) {
  .header_nav {
    display: none;
  }
}

.header_navlist {
  display: flex;
  gap: 30px;
  align-items: center;
  margin: 0 15px;
}

.header_navlist a {
  position: relative;
  font-size: 16px;
}

.header_navlist li a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #3596DE;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
}

.header_navlist li a:hover::after {
  transform: scale(1, 1);
}

.header_nav_btnwrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header_btn {
  display: block;
  padding: 3px 8px;
  border-radius: 25px;
  width: 170px;
  text-align: center;
  font-size: 13px;
}

.btn__blue {
  background: #3596DE;
  border: 2px solid #3596DE;
  color: #ffffff;
  transition: all 0.3s;
  box-shadow: 0 2px 6.1px rgba(0, 0, 0, 0.25);
}
.btn__blue:hover {
  color: #3596DE;
  background-color: transparent;
}

.btn__red {
  background: #E6787A;
  border: 2px solid #E6787A;
  color: #ffffff;
  transition: all 0.3s;
  box-shadow: 0 2px 6.1px rgba(0, 0, 0, 0.25);
}
.btn__red:hover {
  color: #E6787A;
  background-color: transparent;
}

.btn__yellow {
  background: #FFC700;
  border: 2px solid #FFC700;
  color: #ffffff;
  transition: all 0.3s;
  box-shadow: 0 2px 6.1px rgba(0, 0, 0, 0.25);
}
.btn__yellow:hover {
  color: #FFC700;
  background-color: transparent;
}

.openbtn {
  position: relative;
  background: #E6787A;
  cursor: pointer;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  display: none;
  z-index: 99999;
}
@media screen and (max-width: 900px) {
  .openbtn {
    display: block;
  }
}

.openbtn .openbtn-area {
  transition: all 0.6s;
  width: 45px;
  height: 45px;
}

.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 12px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 14px;
}

.openbtn span:nth-of-type(2) {
  top: 21px;
}

.openbtn span:nth-of-type(3) {
  top: 28px;
}

.openbtn.active .openbtn-area {
  transform: rotate(360deg);
}

.openbtn.active span:nth-of-type(1) {
  top: 16px;
  left: 16px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 28px;
  left: 16px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

#g-nav {
  position: fixed;
  z-index: 999;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #F6F4F4;
  transition: all 0.6s;
}

#g-nav.panelactive {
  top: 0;
}

.g-nav_inner {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
}

#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  border-bottom: 1px solid #c0c0c4;
  position: relative;
}
#g-nav li a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #444444;
  border-top: 2px solid #444444;
  transform: translateY(-50%) rotate(45deg);
}

.g-nav_btnwrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  margin-top: 25px;
}

/*
　animation
---------------------------------------------- */
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
  }
  to {
    transform: scale(1);
  }
}
.shakeAnime {
  animation: shakeAnime 3s ease-out infinite;
  opacity: 1;
}

@keyframes shakeAnime {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.delay02 {
  animation-delay: 0.2s;
}

.delay04 {
  animation-delay: 0.4s;
}

.delay06 {
  animation-delay: 0.6s;
}

.delay08 {
  animation-delay: 0.8s;
}

/*
　KV
---------------------------------------------- */
.kv_container {
  width: 100%;
  position: relative;
  height: calc(100vh - 85px);
  height: calc(100svh - 85px);
  margin-bottom: 65px;
}
@media screen and (max-width: 900px) {
  .kv_container {
    height: calc(100vh - 65px);
    height: calc(100svh - 65px);
  }
}

.kv_container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/kv_bg.png") repeat;
  background-size: 1200px;
  opacity: 0.3;
  z-index: -1;
}

.kv_inner {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}

.kv_txtwrapper {
  position: relative;
  margin-inline: auto;
  width: 60%;
}
@media screen and (max-width: 600px) {
  .kv_txtwrapper {
    width: 80%;
  }
}

.kv_txtwrapper__bg {
  position: absolute;
  width: 43%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  min-width: 300px;
  rotation-point: none;
}

.kv_txtwrapper__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kv_maincopy {
  margin-bottom: 55px;
  width: clamp(300px, 100%, 800px);
}
@media screen and (max-width: 900px) {
  .kv_maincopy {
    margin-bottom: 35px;
  }
}

.kv_subcopy {
  width: clamp(300px, 95%, 800px);
}

.deco {
  position: absolute;
}

.kv_mainimg {
  position: absolute;
}

.kv_kidsimg {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 20%;
}
@media screen and (max-width: 900px) {
  .kv_kidsimg {
    width: 40%;
    z-index: 1;
    bottom: 10px;
  }
}

.kv_mainimg__r {
  width: clamp(200px, 25%, 650px);
  top: 15%;
  right: 2%;
}
@media screen and (max-width: 600px) {
  .kv_mainimg__r {
    max-width: 150px;
    top: 8%;
  }
}

.kv__animal {
  position: absolute;
  min-width: 75px;
}

.kv__animal1 {
  width: 32%;
  top: 0;
  right: 0;
  transform: translate(-10%, -35%);
}

.kv_mainimg__topl {
  width: clamp(275px, 25%, 750px);
  top: 3%;
  left: 7%;
}
@media screen and (max-width: 600px) {
  .kv_mainimg__topl {
    max-width: 190px;
  }
}

.kv__animal2 {
  width: 30%;
  bottom: 0;
  left: 0;
  transform: translateX(-10%);
}

.kv_mainimg__bottoml {
  width: clamp(200px, 20%, 630px);
  bottom: 3%;
  left: 5%;
}
@media screen and (max-width: 600px) {
  .kv_mainimg__bottoml {
    max-width: 145px;
  }
}

.kv__animal3 {
  width: 40%;
  bottom: 0;
  left: 0;
}

.kv_mainimg__child {
  width: 100%;
}

.kv_badge {
  background: #FADFDF;
  width: clamp(165px, 45%, 380px);
  padding: 40px 25px 25px 25px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  position: absolute;
  bottom: 2%;
  right: 2%;
  outline: 4px solid #ffffff;
  outline-offset: -12px;
}
@media screen and (max-width: 900px) {
  .kv_badge {
    padding: 25px 15px 15px 15px;
    outline-width: 2px;
    outline-offset: -5px;
    border-radius: 10px;
  }
}

.kv_badge_img {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  width: clamp(60px, 20%, 80px);
  z-index: -1;
}

.kv_badge_ttl {
  padding: 5px 15px;
  background: #E6787A;
  color: #ffffff;
  border-radius: 30px;
  text-align: center;
  display: block;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: max-content;
}
@media screen and (max-width: 900px) {
  .kv_badge_ttl {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .kv_badge_ttl {
    white-space: normal;
    font-size: 13px;
  }
}

.kv_badge_txt {
  margin-inline: auto;
}

/*
　content
---------------------------------------------- */
.problem__section {
  background: #E5ECF1;
  position: relative;
  padding: 65px 25px 0;
}
@media screen and (max-width: 600px) {
  .problem__section {
    padding: 35px 25px 0;
  }
}

.problem__section::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 100px solid #E5ECF1;
}

.top_problem__ttl {
  padding-bottom: 5px;
  width: fit-content;
  margin-inline: auto;
  color: #3596DE;
  font-size: 23px;
  position: relative;
  font-weight: 600;
  z-index: 10;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top_problem__ttl {
    font-size: 16px;
    padding: 10px;
  }
}
.top_problem__ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='8'><path d='M0 4 Q5 0 10 4 T20 4 T30 4 T40 4 T50 4 T60 4 T70 4 T80 4 T90 4 T100 4' stroke='%234ea4e8' fill='none' stroke-width='3'/></svg>") repeat-x;
}

.problem__panel {
  position: relative;
  max-width: 1100px;
  min-height: 520px;
  margin: 45px auto;
}
@media screen and (max-width: 900px) {
  .problem__panel {
    margin: 25px auto;
    min-height: auto;
  }
}

.problem__panel::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  width: min(760px, 90%);
  height: 360px;
  background: url("../images/problrm__bg.png") no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .problem__panel::before {
    display: none;
  }
}

.problem__deco {
  position: absolute;
  width: clamp(80px, 20%, 170px);
  z-index: 1;
}

.problem__deco--left {
  top: 2%;
  left: 2%;
}

.problem__deco--right {
  bottom: 2%;
  right: 2%;
}

.problem__bubbles {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .problem__bubbles {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
}

/* 吹き出し画像 */
.problem__bubble img {
  width: 100%;
  height: auto;
  display: block;
}

/* テキスト */
.problem__bubble span {
  position: absolute;
  inset: 0;
  text-align: center;
  padding: 20px 25px 28px;
  font-weight: 700;
}

.problem__bubble--1 {
  top: 30px;
  left: 80px;
}
.problem__bubble--1 span {
  padding: 30px;
}

.problem__bubble--2 {
  top: 30px;
  right: 70px;
}
.problem__bubble--2 span {
  padding: 30px;
}

.problem__bubble--3 {
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
}

.problem__bubble--4 {
  top: 240px;
  left: 90px;
}

.problem__bubble--5 {
  top: 230px;
  right: 40px;
}
.problem__bubble--5 span {
  padding: 10px;
}
@media screen and (max-width: 900px) {
  .problem__bubble--5 span {
    padding: 10px 25px 28px;
  }
}

.problem__bubble {
  position: absolute;
  width: 280px;
  height: auto;
}
@media screen and (max-width: 900px) {
  .problem__bubble {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    transform: none;
    width: min(90%, 320px);
  }
}

.problem__illust {
  width: clamp(150px, 30%, 280px);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .problem__illust {
    position: relative;
    left: inherit;
    bottom: inherit;
    transform: none;
    margin: 25px auto 0;
    width: clamp(140px, 28vw, 200px);
  }
}

.philosophy_container {
  position: relative;
  padding-top: 150px;
  max-width: 1400px;
  margin-inline: auto;
}

.philosophy__txt {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 85px;
  text-align: center;
}

.philosophy__illust {
  width: 280px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .philosophy__illust {
    width: 180px;
  }
}

.philosophy__message {
  position: relative;
  width: 100%;
  max-width: 650px;
  padding: 35px 25px;
  background-size: cover;
  margin: 0 auto 85px;
  text-align: center;
}

.philosophy__message::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/philosophy__bg.png") no-repeat center center;
  background-size: 100% 100%;
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .philosophy__message .wysiwyg {
    text-align: left;
  }
}

.philosophy__img-inner {
  width: 100%;
  height: 100%;
}

.philosophy__img {
  position: absolute;
}

.philosophy__img__animal {
  position: absolute;
  width: 30%;
  min-width: 60px;
}

.philosophy__img__topl {
  top: 0;
  left: 3%;
  width: clamp(130px, 25%, 360px);
  transform: translateY(-30%);
}
@media screen and (max-width: 600px) {
  .philosophy__img__topl {
    transform: translateY(-10%);
  }
}

.philosophy__animal1 {
  top: 0;
  left: 0;
  transform: translateY(-10%) rotate(-15deg);
}

.philosophy__deco1 {
  left: 0;
  bottom: 0;
  width: 40%;
  max-width: 200px;
  transform: translate(-10%, 50%);
}

.philosophy__img__r {
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(100px, 23%, 320px);
}
@media screen and (max-width: 900px) {
  .philosophy__img__r {
    top: 40px;
    transform: none;
  }
}

.philosophy__animal2 {
  top: 0;
  right: 0;
  transform: translateY(-30%) rotate(15deg);
}

.philosophy__deco2 {
  left: 0;
  bottom: 0;
  width: 30%;
  max-width: 150px;
  transform: translateX(10%);
}

.philosophy__img__btml {
  width: clamp(110px, 23%, 230px);
  top: 50%;
  left: 6%;
}
@media screen and (max-width: 900px) {
  .philosophy__img__btml {
    left: 2%;
    top: inherit;
    bottom: 10%;
    transform: translateY(-30%);
  }
}

.philosophy__animal3 {
  bottom: 0;
  left: 0;
  width: 45%;
  transform: rotate(-10deg);
}

.philosophy__deco3 {
  right: 0;
  bottom: 0;
  width: 30%;
  max-width: 100px;
  transform: translateX(10%);
}

.message__text {
  text-align: center;
  font-size: 20px;
  color: #3596DE;
  font-weight: 600;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 600px) {
  .message__text {
    font-size: 18px;
  }
}

.feature_section {
  background: #E5ECF1;
  padding-block: 65px;
}

.feature__list {
  column-gap: 20px;
  row-gap: 35px;
  max-width: 1000px;
  margin: auto;
}

.feature__item {
  width: 33%;
  box-shadow: 0 0 10.3px 0 rgba(211, 211, 211, 0.4);
  border-radius: 15px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .feature__item {
    width: 100%;
  }
}

.feature_deco {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  transform: translateY(-50%);
  max-width: 60px;
}

.feature__item__img {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.feature__item__textBlock {
  border-radius: 0 0 15px 15px;
  background: #ffffff;
  width: 100%;
  padding: 20px;
  text-align: center;
  height: 100%;
}

.feature__item__title {
  color: #3596DE;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1em;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .feature__item__title {
    min-height: auto;
  }
}

@media screen and (max-width: 600px) {
  .feature__item__text {
    text-align: left;
  }
}

.service__item {
  width: 80%;
  max-width: 600px;
  margin: 0 auto 85px;
  box-shadow: 0 0 10.3px 0 rgba(211, 211, 211, 0.2);
  border-radius: 15px;
}
@media screen and (max-width: 600px) {
  .service__item {
    margin-bottom: 45px;
    width: 100%;
  }
}

.service__img {
  aspect-ratio: 3/1;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.service__title {
  padding: 25px;
  background: #E5ECF1;
  color: #3596DE;
  width: 100%;
  text-align: center;
  font-size: 20px;
  border-radius: 0 0 15px 15px;
}
@media screen and (max-width: 600px) {
  .service__title {
    padding: 20px;
    font-size: 18px;
  }
}

/*recruit page*/
.recruit_title {
  font-size: 21px;
  padding: 15px 25px;
  background: #E5ECF1;
  border-radius: 6px;
  text-align: center;
  margin: 0 auto 85px;
  width: fit-content;
  font-weight: 600;
  color: #3596DE;
}
@media screen and (max-width: 900px) {
  .recruit_title {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 600px) {
  .recruit_title {
    margin-bottom: 25px;
    font-size: 18px;
  }
}

.recruitwrapper {
  margin: 65px auto;
  position: relative;
  width: 100%;
  margin-inline: auto;
  background: url("../images/top_recruit_bg.png") no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: -1;
  padding: 100px 50px;
}
@media screen and (max-width: 900px) {
  .recruitwrapper {
    margin: 0 auto;
    padding: 100px 0 65px;
  }
}

.recruitwrapper_cardlist {
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 900px) {
  .recruitwrapper_cardlist {
    width: 100%;
    padding: 0;
  }
}

.recruitwrapper_cardlist ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  gap: 30px;
}
@media screen and (max-width: 900px) {
  .recruitwrapper_cardlist ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}

.recruitwrapper_carditem img {
  margin: auto;
}

.recruitwrapper_carditem:nth-of-type(2n) {
  margin-top: 150px;
}
@media screen and (max-width: 900px) {
  .recruitwrapper_carditem:nth-of-type(2n) {
    margin-top: 0;
  }
}

.recruit_deco0 {
  top: -20px;
  left: 0;
  width: clamp(185px, 30%, 385px);
  transform: translateY(-100%);
}
@media screen and (max-width: 900px) {
  .recruit_deco0 {
    top: -10px;
  }
}

.recruit_deco1 {
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}
@media screen and (max-width: 900px) {
  .recruit_deco1 {
    width: 23%;
  }
}

.recruit_deco2 {
  top: 0;
  right: 0;
  transform: translateY(-100%);
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .recruit_deco2 {
    width: 15%;
  }
}

.recruit_deco3 {
  top: 0;
  right: 0;
  width: 430px;
  transform: translateY(-100%);
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .recruit_deco3 {
    width: 30%;
    min-width: 150px;
  }
}

.recruit_deco4 {
  bottom: 0;
  left: 50%;
  transform: translate(-120%, 50%);
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .recruit_deco4 {
    width: 30%;
    left: inherit;
    bottom: inherit;
    top: 0;
    right: -10px;
    transform: translate(0, -120%);
    min-width: 150px;
  }
}

.recruit_deco5 {
  bottom: 0;
  left: 50%;
  transform: translate(150%, 50%);
  z-index: -1;
}

.sec_ttl_pt2 {
  text-align: center;
  margin-bottom: 35px;
  font-size: 21px;
}
@media screen and (max-width: 900px) {
  .sec_ttl_pt2 {
    margin-bottom: 25px;
    font-size: 16px;
  }
}

.job-spec {
  width: 100%;
  position: relative;
}

.job-spec table {
  max-width: 650px;
  width: 100%;
  margin: 0 auto 85px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
  line-height: 1.6;
  background: #fff;
  border-radius: 12px;
  overflow: hidden; /* 角丸を有効化 */
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 900px) {
  .job-spec table {
    margin: 0 auto 45px;
  }
}

.job-spec th,
.job-spec td {
  padding: 14px 16px;
  vertical-align: top;
}

.job-spec th {
  width: 28%;
  color: #fff;
  background: #3596DE;
  font-weight: 700;
  text-align: left;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.job-spec tr + tr th,
.job-spec tr + tr td {
  border-top: 1px solid #e9eef5; /* 行区切り */
}

/* モバイル：縦積み */
@media screen and (max-width: 900px) {
  .job-spec,
.job-spec tbody,
.job-spec tr,
.job-spec th,
.job-spec td {
    display: block;
    width: 100%;
  }
  .job-spec th {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0;
  }
  .job-spec td {
    background: #fff;
    border-radius: 0;
  }
  .job-spec tr + tr th {
    margin-top: 12px;
  }
}
.job-spec_row_content {
  margin-bottom: 1rem;
}

.job-spec_row_ttl {
  position: relative;
  margin-left: 1.2em;
  font-weight: 600;
}

.job-spec_row_ttl::before {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #E6787A;
  position: absolute;
  left: -1em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
}

.job-spec_row_item {
  list-style: disc outside;
  margin-left: 1.2em;
}

.greeting_outer {
  padding: 50px 25px;
  max-width: 1000px;
  background: #ffffff;
  margin: 0 auto 85px;
  border-radius: 35px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .greeting_outer {
    padding: 20px;
    border-radius: 15px;
  }
}

.greeting_inner {
  font-weight: 500;
  max-width: 780px;
  margin: auto;
}

.message_deco1 {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: clamp(65px, 20%, 150px);
}
@media screen and (max-width: 900px) {
  .message_deco1 {
    z-index: -1;
  }
}

.message_deco2 {
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
  width: clamp(100px, 20%, 150px);
}
@media screen and (max-width: 900px) {
  .message_deco2 {
    z-index: -1;
  }
}

.company-info {
  position: relative;
  max-width: 850px;
  width: 100%;
  margin: 0 auto 65px;
}

.company-info_deco {
  right: 0;
  bottom: 0;
  transform: translate(50%, 20%);
}
@media screen and (max-width: 900px) {
  .company-info_deco {
    width: 33%;
    max-width: 120px;
    transform: translate(0, -125%);
    bottom: inherit;
    top: 0;
  }
}

.company-info table {
  width: 100%;
}

.company-info table th,
.company-info table td {
  padding: 14px 16px;
  vertical-align: top;
}
@media screen and (max-width: 900px) {
  .company-info table th,
.company-info table td {
    padding: 8px 15px;
  }
}

.company-info table th {
  width: 28%;
  color: #3b73b9;
  font-weight: 700;
  text-align: left;
  border-bottom: 2px solid #3596DE;
}
@media screen and (max-width: 900px) {
  .company-info table th {
    width: 100%;
    border-width: 1px;
  }
}

.company-info table td {
  border-bottom: 2px solid #E3E3E3;
}
@media screen and (max-width: 900px) {
  .company-info table td {
    border-bottom: none;
  }
}

/* モバイル対応 */
@media screen and (max-width: 900px) {
  .company-info,
.company-info tbody,
.company-info tr,
.company-info th,
.company-info td {
    display: block;
    width: 100%;
  }
  .company-info th {
    border-right: none;
    border-bottom: 1px solid #e1e7ef;
  }
  .company-info tr + tr th {
    margin-top: 12px;
  }
}
/* お問い合わせボタン */
.contact-box {
  display: block;
  position: relative;
  border-radius: 15px;
  text-align: center;
  padding: 28px 20px;
  text-decoration: none;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
  outline: 3px solid #3596DE;
  outline-offset: -12px;
}
@media screen and (max-width: 600px) {
  .contact-box {
    display: flex;
    flex-direction: column;
  }
}

.contact-box:hover {
  background: #3596DE;
  color: #fff;
  outline-color: #ffffff;
}

.contact-box__title {
  font-weight: 800;
  font-size: 25px;
  color: #3596DE;
  margin-bottom: 10px;
  letter-spacing: 1px;
  transition: color 0.3s;
}

.contact-box:hover .contact-box__title {
  color: #fff;
}

.contact-box__text {
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.6;
  transition: color 0.3s;
}

.contact-box:hover .contact-box__text {
  color: #fff;
}

.contact-box__arrow {
  position: absolute;
  right: 30px;
  bottom: 0;
  transform: translateY(-50%);
  font-size: 22px;
  color: #ffffff;
  transition: transform 0.3s, color 0.3s;
  font-weight: 700;
  background: #3596DE;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: grid;
  align-content: center;
  line-height: 2em;
}
@media screen and (max-width: 600px) {
  .contact-box__arrow {
    font-size: 14px;
    position: inherit;
    transform: translate(0, 0);
    margin: 10px 0 0 auto;
  }
}

.contact-box:hover .contact-box__arrow {
  color: #3596DE;
  transform: translateY(-50%) translateX(4px);
  background: #ffffff;
}
@media screen and (max-width: 600px) {
  .contact-box:hover .contact-box__arrow {
    transform: translate(0, 0);
  }
}

/* ========== 新着情報 ========== */
.news {
  background: #E5ECF1;
  border-radius: 12px;
  padding: 60px 35px 60px 20px;
  position: relative;
  width: 90%;
  max-width: 900px;
  margin-inline: auto;
}
@media screen and (max-width: 900px) {
  .news {
    padding: 45px 20px;
  }
}

.news__grid {
  display: flex;
  align-items: flex-start;
  margin-inline: auto;
  justify-content: space-between;
  gap: 25px;
}
@media screen and (max-width: 900px) {
  .news__grid {
    flex-direction: column;
  }
}

.news__aside {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .news__aside {
    width: 100%;
  }
}

.news_content {
  width: 70%;
}
@media screen and (max-width: 900px) {
  .news_content {
    width: 100%;
    text-align: center;
  }
}

.top_news-deco {
  margin-top: auto;
  transform: scale(-1, 1);
}
@media screen and (max-width: 900px) {
  .top_news-deco {
    position: absolute;
    width: clamp(70px, 25%, 100px);
    top: 0;
    right: inherit;
    left: 25px;
  }
}

/* リスト */
.news__list {
  list-style: none;
  padding: 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .news__list {
    width: 100%;
  }
}

.c_news__list {
  width: 100%;
}

.news__item + .news__item {
  border-top: 1px solid #e9edf3;
}

.news__link {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 15px 45px 15px 25px;
  transition: background 0.2s ease;
}

.news__link:hover {
  background: #f8fbff;
}

/* 上段：バッジ＋日付 */
.news__meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 6px;
  justify-content: flex-start;
}

.news__badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: #64b4f6;
  color: #fff;
  min-width: 65px;
  text-align: center;
}

.news__date {
  font-size: 14px;
  color: #8a94a6;
}

/* タイトル */
.news__title {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  color: #E6787A;
}

/* > 矢印（右端） */
.news__chev {
  position: absolute;
  right: 16px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
}

.news__chev::before {
  content: "";
  position: absolute;
  inset: 0;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M9 6l6 6-6 6' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;
  background: #9db3c8;
  transition: transform 0.2s ease, background 0.2s ease;
}

.news__link:hover .news__chev::before {
  transform: translateX(2px);
  background: #2f86d6;
}

.news__none {
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .news__none {
    margin: auto;
  }
}

/* レスポンシブ */
@media (max-width: 768px) {
  .news__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .news__aside {
    order: -1;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .news__illust {
    max-width: 80px;
  }
}
.footer {
  background: #fff;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  width: 90%;
  margin: auto;
}

.footer__inner {
  display: flex;
  padding: 45px 45px 20px;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .footer__inner {
    flex-direction: column;
    padding: 20px;
    gap: 30px;
  }
}

.footer_infowrpper {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media screen and (max-width: 900px) {
  .footer_infowrpper {
    width: 100%;
  }
}
.footer_infowrpper .brandWrapper {
  font-size: 18px;
}

.footer__illust {
  width: clamp(150px, 40%, 180px);
  margin: auto 25px 0;
}
@media screen and (max-width: 900px) {
  .footer__illust {
    margin: 0 auto;
  }
}

.footer_infowrpper_top {
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  .footer_infowrpper_top {
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .footer_infowrpper_top .brandWrapper {
    justify-content: center;
  }
}

.footer_infowrpper__name {
  font-size: 21px;
}
@media screen and (max-width: 900px) {
  .footer_infowrpper__name {
    font-size: 16px;
  }
}

.footer_infowrpper__label {
  font-size: 14px;
}

.footer_infowrpper__addr {
  font-size: 14px;
  font-style: normal;
  margin-top: 10px;
}

.footer_navwrapper {
  width: 58%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  .footer_navwrapper {
    width: 100%;
    gap: 25px;
  }
}

.footer-nav__list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  column-gap: 35px;
  ror-gap: 25px;
}
@media screen and (max-width: 900px) {
  .footer-nav__list {
    justify-content: center;
    flex-direction: column;
  }
}

.footer-nav__list a {
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (max-width: 900px) {
  .footer-nav__list a {
    padding: 8px 10px;
    display: block;
    border-bottom: 1px solid #e9edf3;
  }
}

.footer-nav__list a:hover {
  color: #3596DE;
}

.footer-contact {
  text-align: right;
  margin-top: auto;
}
@media screen and (max-width: 900px) {
  .footer-contact {
    text-align: center;
  }
}

.footer-contact_top {
  margin-bottom: 25px;
}

.footer-contact__lead {
  color: #6b7480;
  font-size: 13px;
}
.footer-contact__lead:before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #6b7480;
  border-right: 0;
  margin-right: 5px;
}

.footer-contact__telNum {
  font-size: 35px;
  font-weight: 600;
  position: relative;
  margin-left: 55px;
}
@media screen and (max-width: 900px) {
  .footer-contact__telNum {
    font-size: 23px;
    margin-left: 35px;
  }
}
.footer-contact__telNum::before {
  position: absolute;
  top: 50%;
  left: -45px;
  transform: translateY(-48%);
  content: "";
  display: inline-block;
  height: 35px;
  width: 35px;
  background: url(../images/phone.svg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .footer-contact__telNum::before {
    height: 23px;
    width: 23px;
    left: -30px;
  }
}

.nav_btn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: 0.2s;
  width: 230px;
  text-align: center;
  color: #ffffff;
}

.footer-contact__actions {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .footer-contact__actions {
    justify-content: center;
  }
}

.site-footer__bottom {
  text-align: right;
  padding: 10px;
  color: #9aa6b2;
  font-size: 12px;
  border-top: 1px solid #f1f3f6;
  margin: 0 auto;
  width: 95%;
}

.hidden_footer {
  opacity: 0;
  display: block;
}

.c_page-heading_outer {
  width: 100%;
  padding: 45px 20px;
  border-bottom: 1px solid #3596DE;
}
@media screen and (max-width: 600px) {
  .c_page-heading_outer {
    padding: 25px 20px;
  }
}

.c_page-heading {
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 600px) {
  .c_page-heading {
    width: 100%;
  }
}

.c_page-heading_ttl {
  font-size: 23px;
  color: #3596DE;
}
@media screen and (max-width: 600px) {
  .c_page-heading_ttl {
    font-size: 18px;
  }
}

.contact_container {
  width: 90%;
  max-width: 900px;
  margin-inline: auto;
}
@media screen and (max-width: 600px) {
  .contact_container {
    width: 100%;
  }
}

.form_container {
  margin-top: 45px;
}

.form-group {
  display: flex;
  margin-bottom: 25px;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .form-group {
    flex-direction: column;
    margin-bottom: 15px;
  }
}

.form-group_label {
  width: 20%;
}
@media screen and (max-width: 900px) {
  .form-group_label {
    width: 100%;
    margin-bottom: 8px;
  }
}

.wpcf7-form-control-wrap {
  width: 78%;
}
@media screen and (max-width: 900px) {
  .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.form-group_input {
  width: 100%;
}

input,
textarea {
  max-width: 100%;
  font-family: inherit;
  font-size: 100%;
  padding: 5px 8px;
}

.required::after {
  content: "*";
  position: absolute;
  color: #E6787A;
  height: 0.8em;
  width: 0.8em;
  margin-left: 0.5em;
}

.l_submit_btn {
  margin-top: 45px;
}

/*
　news_page
---------------------------------------------- */
.c_news__container {
  max-width: 900px;
  margin-inline: auto;
}

.tab-group {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: center;
  margin-bottom: 45px;
}

.tab {
  color: #3596DE;
  min-width: 95px;
  padding: 3px 10px;
  background: #ffffff;
  border-radius: 35px;
  border: 2px solid #3596DE;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .tab {
    font-size: 14px;
    min-width: 90px;
  }
}

.tab.is-active {
  color: #ffffff;
  background: #3596DE;
}

.breadcrumb {
  font-size: 16px;
  margin: 25px auto 45px;
  max-width: 1200px;
}
@media screen and (max-width: 900px) {
  .breadcrumb {
    margin-bottom: 25px;
    font-size: 14px;
  }
}
.breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
}
.breadcrumb li::after {
  content: "＞";
  margin: 0 0.5rem;
  color: #999;
}
.breadcrumb li:last-child::after {
  content: "";
}
.breadcrumb a {
  text-decoration: none;
  color: #0074cc;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb [aria-current=page] {
  color: #333;
  font-weight: bold;
}

.wp-pagenavi {
  margin: 30px auto 0;
  text-align: center;
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  min-width: 36px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 14px;
  color: #444444;
  transition: 0.2s;
}

.wp-pagenavi a:hover {
  color: #FFCE00;
}

.wp-pagenavi span.current {
  background: #FFCE00;
  color: #fff;
}

.article-detail {
  max-width: 900px;
  background: #ffffff;
  border-radius: 15px;
  margin-inline: auto;
  padding: 35px;
}
@media screen and (max-width: 600px) {
  .article-detail {
    padding: 20px;
  }
}

.article-news__meta {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .article-news__meta {
    margin-bottom: 10px;
  }
}

.article-title {
  font-size: 18px;
  padding-bottom: 8px;
  width: 100%;
  border-bottom: 1px solid #E2E8EC;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .article-title {
    margin-bottom: 20px;
  }
}

.post_links {
  margin-top: 25px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  max-width: 900px;
  margin-inline: auto;
}
@media screen and (max-width: 900px) {
  .post_links {
    flex-direction: column;
  }
}

.post_link_item {
  font-weight: 700;
  font-size: 14px;
  gap: 20px;
}

.post_link_item_prev a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #3596DE;
  border-left: 2px solid #3596DE;
  display: inline-block;
  transform: rotate(-45deg);
  margin-right: 5px;
}

.post_link_item_next a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #3596DE;
  border-right: 2px solid #3596DE;
  display: inline-block;
  transform: rotate(45deg);
  margin-left: 5px;
}

/*
　c-page common
---------------------------------------------- */
.c-page__header {
  position: relative;
}

.c-page__header__titleContainer {
  background: #E5ECF1;
  text-align: center;
  padding: 0 25px;
  height: 250px;
  display: grid;
  place-content: center;
  clip-path: ellipse(60% 100% at 50% 0);
  margin-bottom: 85px;
}
@media screen and (max-width: 900px) {
  .c-page__header__titleContainer {
    height: 185px;
  }
}
@media screen and (max-width: 600px) {
  .c-page__header__titleContainer {
    height: 165px;
    clip-path: ellipse(80% 100% at 50% 0);
    margin-bottom: 45px;
  }
}

.c-page__title {
  font-size: 30px;
  margin-bottom: 0.1em;
  padding-top: 40px;
  position: relative;
}
.c-page__title::after {
  position: absolute;
  content: "";
  background: url(../images/c-page__ttldeco.png) no-repeat;
  background-size: contain;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 600px) {
  .c-page__title::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 600px) {
  .c-page__title {
    font-size: 20px;
    padding-top: 25px;
  }
}

.c-page__title__en {
  font-size: 15px;
  color: #3596DE;
  font-weight: 700;
}

.c-page__title__img {
  position: absolute;
  bottom: 0;
  right: 3%;
  width: clamp(70px, 25%, 185px);
}

.service__note {
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
