@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 96%;
  }
}

body {
  color: #717171;
  background: #ffffff;
  font-family: "Zen Maru Gothic", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 8rem;
  letter-spacing: 0.05em;
  line-height: 1.75em;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 6rem;
  }
}
body:not(.home) main {
  position: relative;
  z-index: 2;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 1.5rem;
}

figure {
  font-size: 0;
  margin-bottom: 1rem;
  line-height: 1.75em;
}
figure img {
  width: 100%;
  margin-bottom: 0 !important;
}

figcaption,
.wp-caption-text {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.75em;
}

figcaption {
  padding-top: 0.25em;
}

em {
  color: #5fb19f;
}

p {
  line-height: 1.85em;
  margin-bottom: 1.5em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
p a {
  color: #5fb19f;
}

a {
  text-decoration: none;
  color: inherit;
  color: #5fb19f;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

iframe {
  max-width: 100%;
}

h1,
.brand {
  font-weight: 500;
  text-align: center;
  font-size: 2.8rem;
}

h2 {
  text-align: center;
  font-weight: 500;
  font-size: 1.875rem;
  margin-bottom: 1.5em;
  margin-top: 2.75em;
  color: #5fb19f;
  letter-spacing: 0.075em;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.7rem;
  }
}

.h2-en span {
  margin-bottom: 0.35em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f2a1b0;
  font-size: 1.4375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
}
.h2-en span::before, .h2-en span::after {
  display: inline;
  content: "ー";
  font-size: 0.75em;
}
.h2-en h2 {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .h2-en span {
    margin-bottom: 0.25em;
  }
  .h2-en h2 {
    margin-bottom: 0.875em;
  }
}

h3 {
  font-weight: 500;
  font-size: 1.5rem;
  color: #5fb19f;
  border-bottom: 1px solid #5fb19f;
  padding-bottom: 0.4em;
  margin-bottom: 0.5em;
  margin-top: 2em;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.35rem;
  }
}

h4 {
  font-weight: 500;
  font-size: 1.35rem;
  color: #5fb19f;
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
h4::before {
  content: "";
  display: block;
  margin-right: 0.5rem;
  margin-top: 0.375em;
  width: 0.5em;
  height: 0.5em;
  background: #f2a1b0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0.1em;
}

h5 {
  margin-bottom: 0.5em;
  font-size: 1.125rem;
  font-weight: 700;
}

.page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eff7f5 no-repeat center/cover;
  width: 96%;
  min-height: 22rem;
  margin: 0 auto;
  padding: 1.5rem;
  border-radius: 1.75rem;
  overflow: hidden;
}
.page-title div, .page-title h1 {
  padding-left: 0.15em;
  padding-bottom: 0.075em;
  text-align: center;
  font-weight: 500;
  font-size: 3.625rem;
  line-height: 1.2em;
  color: #5fb19f;
  background: #ffffff;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1200px) {
  .page-title div, .page-title h1 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 1400px) {
  .page-title {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-title {
    width: 100%;
    min-height: 12rem;
    border-radius: 0;
  }
  .page-title div, .page-title h1 {
    font-size: 2rem;
    font-size: clamp(1.75rem, 7vw, 2rem);
  }
}

section,
.section {
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  section,
  .section {
    padding: 2.5rem 0;
  }
}
section *:first-child,
.section *:first-child {
  margin-top: 0;
}

.link-button {
  display: block;
  border-radius: 50px;
  background-color: #5fb19f;
  color: #fff;
  margin: 0 auto;
  padding: 1rem 3.75rem 1rem 1.25rem;
  width: 240px;
  max-width: 100%;
  font-weight: 500;
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(40%, #fff), color-stop(60%, #5fb19f), to(#5fb19f));
  background: linear-gradient(90deg, #fff 0%, #fff 40%, #5fb19f 60%, #5fb19f 100%);
  background-size: 250% 100%;
  background-position: 100% 0;
  border: solid 1px #5fb19f;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.link-button:before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 1rem auto auto;
  z-index: 2;
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.link-button:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 1.75rem auto auto;
  z-index: 3;
  content: "";
  display: block;
  width: 0.825rem;
  height: 0.825rem;
  border-top: 1px solid #5fb19f;
  border-right: 1px solid #5fb19f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (hover: hover) {
  .link-button:hover {
    opacity: 1;
    background-position: 0 0;
    color: #5fb19f;
  }
  .link-button:hover:before {
    background: #5fb19f;
  }
  .link-button:hover:after {
    border-color: #fff;
  }
}
.link-button.left {
  margin-left: 0;
}
.link-button.button-l {
  width: 360px;
}
.link-button.button-white {
  background-color: #fff;
  color: #5fb19f;
  background: -webkit-gradient(linear, left top, right top, from(#5fb19f), color-stop(40%, #5fb19f), color-stop(60%, #fff), to(#fff));
  background: linear-gradient(90deg, #5fb19f 0%, #5fb19f 40%, #fff 60%, #fff 100%);
  background-size: 250% 100%;
  background-position: 100% 0;
  border-color: #fff;
}
.link-button.button-white:before {
  background: #5fb19f;
}
.link-button.button-white:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (hover: hover) {
  .link-button.button-white:hover {
    color: #fff;
    background-position: 0 0;
  }
  .link-button.button-white:hover:before {
    background: #fff;
  }
  .link-button.button-white:hover:after {
    border-color: #5fb19f;
  }
}
.link-button.button-pink {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(40%, #fff), color-stop(60%, #f2a1b0), to(#f2a1b0));
  background: linear-gradient(90deg, #fff 0%, #fff 40%, #f2a1b0 60%, #f2a1b0 100%);
  background-size: 250% 100%;
  background-position: 100% 0;
  border-color: #f2a1b0;
  color: #fff;
}
.link-button.button-pink:before {
  background: #fff;
}
.link-button.button-pink:after {
  border-top: 1px solid #f2a1b0;
  border-right: 1px solid #f2a1b0;
}
@media (hover: hover) {
  .link-button.button-pink:hover {
    opacity: 1;
    background-position: 0 0;
    color: #f2a1b0;
  }
  .link-button.button-pink:hover:before {
    background: #f2a1b0;
  }
  .link-button.button-pink:hover:after {
    border-color: #fff;
  }
}
#breadcrumbs {
  margin: 0.5rem auto 4rem;
  color: #717171;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.8em;
}
#breadcrumbs a {
  color: #717171;
  letter-spacing: 0.075em;
}

main li {
  margin-bottom: 0.5rem;
}
main ul {
  margin-bottom: 1.5rem;
  margin-left: 1.5em;
}
main ol {
  margin-bottom: 1.5rem;
  margin-left: 1.5em;
}
main.list-s li {
  margin-bottom: 0.25rem;
}

.eyecatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .eyecatch {
    padding: 7rem 0;
  }
}

.page-link > ul {
  margin-left: 0 !important;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #5fb19f;
  font-size: 0.875rem;
}
.page-link > ul > li {
  margin: 0 0.5rem 1rem;
}
.page-link > ul > li > a {
  border: 1px solid #5fb19f;
  padding: 0.2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.5rem;
}
.page-link > ul > li > a::before {
  content: "";
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.5rem;
  border-bottom: 0.2rem solid;
  border-left: 0.2rem solid;
  top: 0.15rem;
}
@media (hover: hover) {
  .page-link > ul > li > a:hover {
    opacity: 1;
    background: #eff7f5;
  }
}

.inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.middle {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.narrow {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.w25per {
  width: 25%;
}

.w50per {
  width: 50%;
}

.w75per {
  width: 75%;
}

.mw160 {
  max-width: 160px;
  width: 100%;
}

.mw200 {
  max-width: 200px;
  width: 100%;
}

.mw280 {
  max-width: 280px;
  width: 100%;
}

.mw400 {
  max-width: 400px;
  width: 100%;
}

.mw500 {
  max-width: 500px;
  width: 100%;
}

.mw600 {
  max-width: 600px;
  width: 100%;
}

.mw700 {
  max-width: 700px;
  width: 100%;
}

.white {
  color: white;
}

.gray {
  color: #7f7f7f;
}

.red {
  color: #c30d23;
}

.green {
  color: #5fb19f;
}

.pink {
  color: #f2a1b0;
}

.x-small {
  font-size: 0.75rem !important;
}

.small {
  font-size: 0.875rem !important;
}

.large {
  font-size: 1.125rem !important;
}

.x-large {
  font-size: 1.375rem !important;
}

.xx-large {
  font-size: 1.875rem !important;
}

.xxx-large {
  font-size: 2.5rem !important;
}

@media screen and (max-width: 768px) {
  .xx-large {
    font-size: 1.5rem !important;
  }
  .xxx-large {
    font-size: 2rem !important;
  }
}
.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.pc-center {
  text-align: center !important;
}

.bold {
  font-weight: bold !important;
}

.medium {
  font-weight: 500 !important;
}

.ls-0 {
  letter-spacing: 0 !important;
}

.ls-m {
  letter-spacing: 0.05em !important;
}

.ls-l {
  letter-spacing: 0.075em !important;
}

.ls-xl {
  letter-spacing: 0.1em !important;
}

.lh-m {
  line-height: 2.25em !important;
}

.lh-l {
  line-height: 2.66em !important;
}

.indent-2 {
  padding-left: 2em;
  text-indent: -2em;
}

.bg-gray {
  background-color: #f7f7f7;
}

.bg-white {
  background-color: #fff !important;
}

.bg-beige {
  background-color: #f2eee4 !important;
}

.bg-first {
  background-color: #eff7f5 !important;
}

.bg-second {
  background-color: #fae5ee !important;
}

.bg-second-light {
  background-color: #fff3f8 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-ss {
  margin-bottom: 0.25rem !important;
}

.mb-s {
  margin-bottom: 0.5rem !important;
}

.mb-m {
  margin-bottom: 1.5rem !important;
}

.mb-l {
  margin-bottom: 3rem !important;
}

.mb-xl {
  margin-bottom: 5rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-s {
  margin-top: 0.5rem !important;
}

.mt-m {
  margin-top: 1.5rem !important;
}

.mt-l {
  margin-top: 3rem !important;
}

.mt-xl {
  margin-top: 5rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-ss {
  padding-bottom: 0.25rem !important;
}

.pb-s {
  padding-bottom: 0.5rem !important;
}

.pb-m {
  padding-bottom: 1.5rem !important;
}

.pb-l {
  padding-bottom: 3rem !important;
}

.pb-xl {
  padding-bottom: 5rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-s {
  padding-top: 0.5rem !important;
}

.pt-m {
  padding-top: 1.5rem !important;
}

.pt-l {
  padding-top: 3rem !important;
}

.pt-xl {
  padding-top: 5rem !important;
}

.pc,
.pc-sm {
  display: block;
}

br.pc {
  display: inline;
}

.sp {
  display: none;
}

.sm {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-center {
    text-align: left !important;
  }
  .pc,
  br.pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline;
  }
}
@media screen and (max-width: 576px) {
  .sm {
    display: block;
  }
  br.sm {
    display: inline;
  }
  .pc-sm {
    display: none;
  }
}
.no-radius {
  border-radius: 0;
}

.box {
  padding: 2rem;
  border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
  .box {
    padding: 1.25rem;
  }
}

.box-s {
  padding: 1.5rem;
  border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
  .box-s {
    padding: 0.75rem;
  }
}

.box *:last-child,
.box-s *:last-child,
.border-box *:last-child {
  margin-bottom: 0;
}

.border-box {
  border: 2px solid #e7e7e7;
  padding: 2rem;
  border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
  .border-box {
    padding: 1.25rem;
  }
}

.border-pink {
  border-color: #f2a1b0;
}

.dash-box {
  border: dashed #5fb19f;
  padding-left: 0;
  padding-right: 0;
  border-width: 1px 0 1px 0;
  border-radius: 0;
}

.border-bottom {
  border-bottom: 1px solid #5fb19f !important;
}

.border-bottom3 {
  border-bottom: 3px double #7f7f7f !important;
}

.fit-img {
  display: block;
  position: relative;
  padding-bottom: 65%;
}
.fit-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  left: 0;
  top: 0;
}

.fit-img-sq {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
}
.fit-img-sq img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  left: 0;
  top: 0;
}

.list-style-none {
  list-style: none;
}

ul.sitemap-list {
  padding: 0;
  list-style: none;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
@media screen and (max-width: 768px) {
  ul.sitemap-list {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
ul.sitemap-list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.25em;
}
ul.sitemap-list li::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: 2px solid #5fb19f;
  border-right: 2px solid #5fb19f;
  top: 0.6em;
  left: 0;
}
ul.sitemap-list li a {
  color: #717171;
}
@media (hover: hover) {
  ul.sitemap-list li a:hover {
    text-decoration: underline;
  }
}
ul.sitemap-list li ul {
  margin-top: 1rem;
  margin-left: 0.75rem;
  list-style: none;
}
ul.sitemap-list li ul li::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  border-right: none;
  border-width: 2px;
  top: 0.85em;
  height: 0;
}
ul.sitemap-list br,
ul.sitemap-list rp, ul.sitemap-list rt {
  display: none;
}

.dot-list {
  list-style: none;
  margin-left: 0;
}
.dot-list > li {
  position: relative;
  padding-left: 1.35rem;
  line-height: 1.85;
}
.dot-list > li:before {
  content: "";
  width: 10px;
  aspect-ratio: 1/1;
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0.25rem;
  border-radius: 50%;
  background: #5fb19f;
}
.dot-list > li:last-child {
  margin-bottom: 0;
}

.check-list {
  list-style: none;
  margin-left: 0;
}
.check-list > li {
  position: relative;
  padding-left: 1.75em;
  margin-bottom: 0.75em;
  line-height: 1.5;
  font-weight: 500;
  color: #7f7f7f;
}
.check-list > li:before {
  position: absolute;
  top: -0.15em;
  left: 0.25rem;
  color: #f2a1b0;
  font-size: 1.3em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f00c";
}
.check-list > li:last-child {
  margin-bottom: 0;
}

.note-list {
  list-style: none;
  margin-left: 0;
}
.note-list > li {
  position: relative;
  padding-left: 1.25em;
  margin-bottom: 0.5em;
  line-height: 1.5;
  color: #7f7f7f;
}
.note-list > li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.note-list > li:last-child {
  margin-bottom: 0;
}

ul.down-link {
  margin-left: 0;
  list-style: none;
}
ul.down-link li {
  margin: 0 0.5rem 0.5rem;
}
ul.down-link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #717171;
  position: relative;
}
ul.down-link li a::before {
  content: "";
  display: block;
  width: 0.65rem;
  height: 0.65rem;
  border-bottom: 0.2rem solid #5fb19f;
  border-left: 0.2rem solid #5fb19f;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 0.4em;
  margin-right: 0.75rem;
}
@media (hover: hover) {
  ul.down-link li a:hover {
    opacity: 1;
    color: #5fb19f;
  }
}

.circle-num {
  margin-left: 0;
  list-style: none;
  counter-reset: circlenum;
}
.circle-num > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.5rem;
  padding-top: 0.3em;
  color: #5fb19f;
  font-size: 1.375rem;
  font-weight: 700;
}
.circle-num > li::before {
  counter-increment: circlenum;
  content: counter(circlenum);
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  margin-top: -0.25em;
  margin-right: 1rem;
  border-radius: 50%;
  background: #f2a1b0;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.6em;
  letter-spacing: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .circle-num > li {
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
  }
  .circle-num > li::before {
    margin-top: -0.125em;
    margin-right: 0.5rem;
    font-size: 1.1875rem;
  }
}

.num-list {
  margin-left: 1.75em;
  margin-left: 2em;
}
.num-list li::marker {
  font-weight: 700;
  font-size: 1.25em;
  color: #f2a1b0;
}

.list-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-center ul,
.list-center ol {
  display: inline-block;
}

.dl-list dt {
  position: relative;
  padding-left: 1.5rem;
  margin-top: 0.75em;
  margin-bottom: 0.15em;
  line-height: 1.6em;
  font-size: 1.125rem;
  font-weight: 500;
}
.dl-list dt:before {
  content: "";
  width: 14px;
  aspect-ratio: 1/1;
  display: block;
  position: absolute;
  top: 0.45em;
  left: 0.25rem;
  border-radius: 50%;
  background: #f2a1b0;
}
.dl-list dt:first-child {
  margin-top: 0;
}
.dl-list dd {
  padding-left: 1.5rem;
}

.link-arrow::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f105";
}

.link-down::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f107";
}

.link-blank::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f35d";
}

.link-download::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f019";
}

a[href$=".pdf"]::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c1";
}

a[href$=".doc"]::before, a[href$=".docx"]::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c2";
}

a[href$=".xls"]::before, a[href$=".xlsx"]::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c3";
}

.noicon::before, .noicon::after {
  display: none !important;
}

.column2-1 {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
@media screen and (max-width: 576px) {
  .column2-1 {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.youtube-sp {
  width: 100%;
  aspect-ratio: 9/16;
}
.youtube-sp iframe {
  width: 100%;
  height: 100%;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #ffffff;
  color: white;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 8rem;
}
header.header-s {
  height: 5rem;
}
header.header-s .logo {
  -webkit-transform: scale(0.6, 0.6);
          transform: scale(0.6, 0.6);
}
@media screen and (max-width: 768px) {
  header.header-s .logo {
    -webkit-transform: scale(0.45, 0.45);
            transform: scale(0.45, 0.45);
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 6rem;
  }
}
@media screen and (max-width: 576px) {
  header.header-s .logo img {
    width: 60%;
  }
}

@media print {
  header {
    position: absolute;
  }
}
.logo {
  margin-left: 5%;
  display: block;
  width: 216px;
  height: 294px;
  padding: 1.75rem 1rem 1.5rem;
  border-radius: 0 0 1.25rem 1.25rem;
  text-align: center;
  background: #ffffff;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.logo img {
  display: inline-block;
  width: 80%;
  height: auto;
  margin-bottom: 0.25rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.logo .sitename {
  color: #717171;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0;
}
@media screen and (max-width: 1400px) {
  .logo {
    -webkit-transform: scale(0.75, 0.75);
            transform: scale(0.75, 0.75);
  }
}
@media screen and (max-width: 768px) {
  .logo {
    -webkit-transform: scale(0.45, 0.45);
            transform: scale(0.45, 0.45);
  }
}
@media screen and (max-width: 576px) {
  .logo {
    padding: 1.5rem 1rem 1.25rem;
    margin-left: 4%;
    height: auto;
  }
  .logo img {
    width: 76%;
  }
  .logo .sitename {
    font-size: 1.6rem;
  }
}

.head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.head-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head-links a {
  display: block;
  margin-left: 2.5rem;
  color: #717171;
  font-size: 1.125rem;
  font-weight: 500;
}
.head-links a:first-child {
  margin-left: 0;
}
.head-links a.head-recruit {
  padding: 1rem 1.75rem;
  margin-left: 1.75rem;
  color: #f8f2eb;
  background: #5fb19f;
  letter-spacing: 0.075em;
  border-radius: 5rem;
}
.head-links a.head-contact {
  padding: 1rem 2.5rem 1rem 1.75rem;
  margin-left: 1.75rem;
  color: #ffffff;
  font-weight: 700;
  background: #f2a1b0;
  letter-spacing: 0.075em;
  border-radius: 5rem 0 0 5rem;
}
@media screen and (max-width: 1400px) {
  .head-links a.head-contact {
    padding: 1rem 1.75rem;
    margin: 0 2rem 0 0;
    border-radius: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .head-links a.head-contact {
    padding: 0.5rem 1.25rem;
    margin: 0 1rem 0 0;
    border-radius: 5rem;
    font-size: 0.875rem;
  }
}

.foot-recruit {
  margin-bottom: -4rem;
  background: url(../img/bn-recruit-pc.jpg) #fff no-repeat center left/cover;
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.foot-recruit > div {
  width: 60%;
  max-width: 580px;
  margin: 0 0 0 auto;
  padding: 2.5rem;
  background-image: url(../img/kogin-pink.svg), -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(250, 229, 238, 0.3)), color-stop(20%, #fae5ee), to(#fae5ee));
  background-image: url(../img/kogin-pink.svg), linear-gradient(90deg, rgba(250, 229, 238, 0.3) 10%, #fae5ee 20%, #fae5ee);
  background-size: 46% auto, 100% auto;
  background-repeat: no-repeat, no-repeat;
  background-position: right -1rem bottom -2rem, center center;
}
.foot-recruit > div .h2-en span {
  color: #f2a1b0;
}
.foot-recruit > div .h2-en h2 {
  color: #f2a1b0;
  margin-bottom: 0.75em;
}
.foot-recruit > div p {
  font-size: 1.125rem;
  line-height: 2.33em;
}
@media screen and (max-width: 768px) {
  .foot-recruit {
    padding: 65% 0 0;
    background: url(../img/bn-recruit-sp.jpg) #fff no-repeat top center/contain;
  }
  .foot-recruit > div {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 2rem 1.5rem;
    background: url(../img/kogin-pink.svg) #fae5ee no-repeat right -2.5rem bottom -2rem/60% auto;
  }
}

body.home .foot-recruit {
  margin-top: 3%;
  margin-bottom: 3%;
}

footer {
  color: #717171;
  padding: 6rem 0 0;
  background-image: url(../img/kogin-beige2.svg), url(../img/kogin-beige1.svg);
  background-position: top right 8%, bottom 3.75rem left 16%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 440px, auto 206px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  footer {
    background-position: top right 2%, bottom 3.75rem left 5%;
    background-size: auto 330px, auto 153px;
  }
}
@media screen and (max-width: 576px) {
  footer {
    background-position: top right -2rem, bottom 3.75rem left -1.25rem;
    background-size: 90% auto, 45% auto;
  }
}
footer a {
  color: #717171;
}
@media (hover: hover) {
  footer a:hover {
    color: #5fb19f;
  }
}
footer ul {
  list-style: none;
}
footer .inner {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem 2rem;
}
footer .inner .foot-menu {
  display: inline-block;
  font-weight: 700;
}
footer .inner .foot-menu > li > a {
  white-space: nowrap;
}
footer .inner .foot-menu li {
  margin-bottom: 1rem;
}
footer .inner .foot-menu li ul {
  margin-left: 0.35rem;
  margin-top: 0.875rem;
  padding-left: 0.75rem;
  font-weight: 400;
  border-left: 1px solid #717171;
}
footer .inner .foot-menu li ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  footer .inner .foot-menu {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .inner .foot-menu {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 576px) {
  footer .inner {
    margin-bottom: 1.5rem;
  }
  footer .inner .foot-menu {
    width: 100%;
  }
}
footer .foot-sns {
  font-size: 1.8125rem;
  margin-top: 1.5rem;
}
footer .foot-sns a {
  display: inline-block;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  footer .foot-sns {
    margin-top: 0.5rem;
  }
}
footer .foot-link {
  margin-bottom: 1rem;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 576px) {
  footer .foot-link {
    margin-bottom: 3rem;
  }
}
footer .f-copy {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 1rem 1rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  background: #5fb19f;
}

.f-image {
  margin-bottom: -2rem;
  position: relative;
  z-index: 5;
}
.f-image .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.f-image .swiper-wrapper .swiper-slide img {
  width: 100%;
  border-radius: 0;
}
@media screen and (min-width: 575px) {
  .f-image .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .f-image .swiper-wrapper .swiper-slide {
    width: 25%;
  }
}

#pagetop {
  position: fixed;
  z-index: 30;
  width: 50px;
  height: 50px;
  bottom: 85px;
  right: 8px;
  line-height: 2em;
  background: #5fb19f;
  color: white;
  font-size: 2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}
#pagetop:hover {
  line-height: 3rem;
  opacity: 0.8;
  cursor: pointer;
}
#pagetop a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  -webkit-transform: scale(var(--ggs, 1));
          transform: scale(var(--ggs, 1));
  width: 30px;
  height: 30px;
  border: 4px solid transparent;
}
#pagetop a::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 18px;
  height: 18px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  left: 2px;
  bottom: -2px;
}

.grid,
.flex2,
.flex2-2,
.flex3,
.flex4,
.flex4-2-1,
.flex5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid > *,
.flex2 > *,
.flex2-2 > *,
.flex3 > *,
.flex4 > *,
.flex4-2-1 > *,
.flex5 > * {
  margin-bottom: 1.5rem;
}
.grid *:first-child,
.flex2 *:first-child,
.flex2-2 *:first-child,
.flex3 *:first-child,
.flex4 *:first-child,
.flex4-2-1 *:first-child,
.flex5 *:first-child {
  margin-top: 0;
}

.flex2 > *,
.flex2-2 > * {
  width: calc((100% - 1.5rem) / 2);
}

.flex3:after {
  content: "";
  display: block;
  width: calc((100% - 3rem) / 3);
}
.flex3 > * {
  width: calc((100% - 3rem) / 3);
}

.flex4:before,
.flex4-2-1:before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc((100% - 4.5rem) / 4);
}
.flex4:after,
.flex4-2-1:after {
  content: "";
  display: block;
  width: calc((100% - 4.5rem) / 4);
}
.flex4 > *,
.flex4-2-1 > * {
  width: calc((100% - 4.5rem) / 4);
}

.flex5:before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc((100% - 6rem) / 5);
}
.flex5:after {
  content: "";
  display: block;
  width: calc((100% - 6rem) / 5);
}
.flex5 > * {
  width: calc((100% - 6rem) / 5);
}

.grid3-2 {
  width: calc((100% - 3rem) / 3 * 2 + 1.5rem);
}
.grid3-2 h2 {
  text-align: left;
}
.grid3-2 h3 {
  text-align: left;
}

.grid4-3 {
  width: calc((100% - 4.5rem) / 4 * 3 + 3rem);
}

.grid4-2 {
  width: calc((100% - 1.5rem) / 2);
}

.grid3-1 {
  width: calc((100% - 3rem) / 3);
}

.grid4-1 {
  width: calc((100% - 4.5rem) / 4);
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ai-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ai-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-grow2 {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

@media screen and (max-width: 768px) {
  .grid3-1,
  .grid3-2,
  .grid4-1,
  .grid4-2,
  .grid4-3 {
    width: 100%;
  }
  .flex2 > * {
    width: 100%;
  }
  .flex3 > * {
    width: 100%;
  }
  .flex3:after {
    width: 100%;
  }
  .flex2-2 > * {
    width: calc((100% - 1rem) / 2);
  }
  .flex4 > *, .flex4:before, .flex4:after,
  .flex4-2-1 > *,
  .flex4-2-1:before,
  .flex4-2-1:after {
    width: calc((100% - 1rem) / 2);
  }
  .flex5 > *, .flex5:before, .flex5:after {
    width: calc((100% - 1rem) / 2);
  }
  .grid > *,
  .flex2 > *,
  .flex2-2 > *,
  .flex3 > *,
  .flex4 > *,
  .flex5 > * {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .flex4-2-1 > *, .flex4-2-1:before, .flex4-2-1:after {
    width: 100%;
  }
}
input,
select,
textarea {
  padding: 0.25rem 0.5rem;
  vertical-align: middle;
  border: 1px solid #e7e7e7;
}

input[type=text],
input[type=tel],
input[type=number],
input[type=email],
input[type=submit],
input[type=reset],
input[type=button],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans Japanese", Hiragino Sans, "ヒラギノ角ゴシック";
  border: 1px solid #e7e7e7;
  width: 100%;
}

textarea {
  height: 7rem;
}

input[type=reset],
input[type=button] {
  background-color: rgba(190, 190, 190, 0.3);
  border: 2px solid rgba(142, 142, 142, 0.2);
}
input[type=reset]:hover,
input[type=button]:hover {
  background-color: white !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

:focus {
  outline: none;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wpcf7-radio span {
  margin-left: 0.5rem;
}

input[name=form-type] {
  display: none;
}

label {
  font-size: 1rem;
}

.submit {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.submit input {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 1.2rem;
}
.submit input:disabled {
  opacity: 0.3;
  border: 1px solid #e7e7e7 !important;
  color: #717171 !important;
  background-color: #e7e7e7;
}

table {
  width: 100%;
  border-spacing: 6px;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  border-top: 1px solid #7f7f7f;
  background: #fff;
}
table th, table td {
  padding: 0.5rem 1.25rem;
  border-bottom: 1px solid #7f7f7f;
  text-align: left;
}
table th {
  white-space: nowrap;
  font-weight: 700;
  background: #eff7f5;
}
table td {
  word-break: break-all;
}
table thead th {
  background-color: #5fb19f;
  color: #fff;
}
table *:last-child {
  margin-bottom: 0;
}

.ws-nowrap {
  white-space: nowrap;
}

.scroll-table-wrap {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroll-table-wrap::-webkit-scrollbar {
  display: none;
}
.scroll-table-wrap table {
  width: 100%;
  min-width: 700px;
}
.scroll-table-wrap table.minw500 {
  min-width: 500px;
}

.simple-table th, .simple-table td {
  padding: 0.5rem 1rem;
  border: 1px solid #7f7f7f;
  text-align: left;
  background: transparent;
}

.table-fix {
  table-layout: fixed;
}

@media screen and (max-width: 768px) {
  .flex-table thead {
    display: none;
  }
  .flex-table th {
    display: block;
    width: 100%;
  }
  .flex-table td {
    display: block;
    width: 100%;
  }
  .flex-table tbody th::before, .flex-table tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 0.125rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: #5fb19f;
  }
}
.top-eyecatch {
  width: 96%;
  margin: 0 auto;
  border-radius: 1.75rem;
  overflow: hidden;
  position: relative;
}
.top-eyecatch video {
  width: 100%;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  aspect-ratio: 192/108;
  background: #b5b5b5;
}
.top-eyecatch video.eyemovie-sp {
  display: none;
}
.top-eyecatch .top-eye-text {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto auto 3.15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #5fb19f;
}
.top-eyecatch .top-eye-text span {
  display: block;
  padding-left: 0.065em;
  padding-bottom: 0.075em;
  font-weight: 500;
  font-size: 3.625rem;
  line-height: 1em;
  letter-spacing: 0.065em;
  background: #ffffff;
}
.top-eyecatch .top-eye-text span:first-child {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1200px) {
  .top-eyecatch .top-eye-text span {
    font-size: 5vw;
  }
}
@media screen and (max-width: 576px) {
  .top-eyecatch {
    width: 100%;
    border-radius: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    overflow: visible;
  }
  .top-eyecatch video {
    aspect-ratio: 1/1;
  }
  .top-eyecatch video.eyemovie-sp {
    display: block;
  }
  .top-eyecatch video.eyemovie-pc {
    display: none;
  }
  .top-eyecatch .top-eye-text {
    margin-left: 4%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 4.25vw;
  }
  .top-eyecatch .top-eye-text span {
    display: block;
    padding-left: 0.065em;
    padding-bottom: 0.075em;
    font-size: 8vw;
  }
  .top-eyecatch .top-eye-text span:first-child {
    margin-bottom: 0.5em;
  }
}

.top-news {
  margin-bottom: -2rem;
  position: relative;
  z-index: 3;
  background: url(../img/kogin-beige1.svg) no-repeat bottom 1rem left calc(50% + 600px)/auto 160px;
}
.top-news .h2-en span {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-news .h2-en h2 {
  text-align: left;
}
.top-news .link-button {
  margin-left: 0;
  margin-top: -5.5rem;
}
@media screen and (max-width: 1200px) {
  .top-news {
    background: url(../img/kogin-beige1.svg) no-repeat bottom right/auto 160px;
  }
}
@media screen and (max-width: 992px) {
  .top-news .grid3-1,
  .top-news .grid3-2 {
    width: 100%;
  }
  .top-news .h2-en span {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-news .h2-en h2 {
    text-align: center;
    margin-bottom: 1em;
  }
  .top-news .link-button {
    margin-left: auto;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    margin-bottom: 0;
    padding-bottom: 5rem;
    background: url(../img/kogin-beige1.svg) no-repeat bottom right -0.5rem/auto 200px, -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0)), color-stop(#eff7f5), to(#eff7f5));
    background: url(../img/kogin-beige1.svg) no-repeat bottom right -0.5rem/auto 200px, linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) calc(100% - 1rem), #eff7f5 calc(100% - 1rem), #eff7f5);
  }
}

.top-about {
  position: relative;
  z-index: 1;
  background-color: #eff7f5;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(3rem, rgba(255, 255, 255, 0)), color-stop(3rem, #eff7f5), color-stop(#eff7f5), to(#fff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 3rem, #eff7f5 3rem, #eff7f5 calc(100% - 3rem), #fff calc(100% - 3rem));
  overflow: hidden;
}
.top-about .inner {
  padding: 5rem 0;
  position: relative;
  z-index: 3;
  max-width: 700px;
  width: 50%;
}
.top-about .inner h2 {
  text-align: left;
  font-size: 2.25rem;
}
.top-about .inner p {
  margin-bottom: 3rem;
  line-height: 2.66em;
  font-size: 1.125rem;
}
.top-about .top-about-img1,
.top-about .top-about-img2 {
  position: absolute;
  z-index: 2;
}
.top-about .top-about-img1 img,
.top-about .top-about-img2 img {
  border-radius: 1.5rem;
  display: block;
}
.top-about .top-about-img1 {
  width: 25%;
  max-width: 426px;
  top: 6rem;
  left: calc(25% - 380px);
}
.top-about .top-about-img2 {
  width: 35%;
  max-width: 572px;
  bottom: 0;
  right: calc(28% - 380px);
}
.top-about .top-about-img2 img:first-child {
  width: 57%;
  margin: 0 0 7% auto;
}
.top-about .top-about-img2 img:last-child {
  width: 92.5%;
  margin: 0 auto 0 0;
}
.top-about .top-about-bg1 {
  position: absolute;
  right: 80%;
  bottom: 0;
  width: 45%;
  max-width: 204px;
  z-index: 1;
  pointer-events: none;
}
.top-about .top-about-bg2 {
  position: absolute;
  left: 65%;
  top: 0;
  width: 86%;
  max-width: 440px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .top-about .top-about-img1 {
    left: auto;
    right: 78%;
  }
  .top-about .top-about-img2 {
    right: auto;
    left: 67%;
  }
}
@media screen and (max-width: 992px) {
  .top-about .top-about-bg1 {
    right: auto;
    left: -1rem;
  }
  .top-about .top-about-bg2 {
    left: auto;
    right: -5rem;
  }
}
@media screen and (max-width: 768px) {
  .top-about {
    background: #eff7f5;
    padding-top: 1.5rem;
  }
  .top-about .inner {
    padding: 0;
    width: 90%;
  }
  .top-about .inner h2 {
    margin-bottom: 0.75em;
  }
  .top-about .top-about-img1 {
    position: relative;
    width: 90%;
    top: 0;
    left: 0;
    margin: 0 auto 2rem;
  }
  .top-about .top-about-img2 {
    position: relative;
    width: 90%;
    bottom: auto;
    top: 0;
    left: 0;
    margin: 3rem auto 0;
  }
  .top-about .top-about-img2 img:first-child {
    margin-bottom: 1.5rem;
  }
  .top-about .top-about-bg1 {
    width: 48%;
    bottom: 60vw;
  }
  .top-about .top-about-bg2 {
    width: 80%;
    top: auto;
    bottom: 102vw;
  }
}
@media screen and (max-width: 576px) {
  .top-about .inner p br {
    display: none;
  }
}

.home .works-bn {
  margin: 4rem auto;
}
@media screen and (max-width: 576px) {
  .home .works-bn {
    margin: 2rem auto;
  }
}

.works-bn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem 6%;
  text-align: center;
}
.works-bn a {
  width: 29.3333333333%;
  min-width: 18.75rem;
  padding: 1.75rem 1.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fae5ee;
  border-radius: 1.5rem;
}
.works-bn a .arch-title {
  width: 50%;
  margin-bottom: 0.75rem;
}
.works-bn a span {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #f2a1b0;
}
.works-bn a .works-img {
  width: 90%;
  max-width: 320px;
}
.works-bn a p {
  color: #7f7f7f;
}
@media screen and (max-width: 576px) {
  .works-bn {
    gap: 1.5rem 6%;
  }
  .works-bn a {
    width: 100%;
  }
}

.movie {
  width: 100%;
  text-align: center;
}
.movie video {
  width: 100%;
  display: block;
}

.top-career {
  padding: 0 0 8rem;
  background: url(../img/top-career-pc.jpg) #ced6e3 no-repeat center/cover;
  position: relative;
}
.top-career > div {
  width: 50%;
  max-width: 654px;
  margin: 0 auto auto 5%;
  padding: 5% 3.5%;
  color: #fff;
  background: #5fb19f;
  border-radius: 0 0 1.5rem 1.5rem;
}
.top-career > div .h2-en span,
.top-career > div .h2-en h2 {
  color: #fff;
}
.top-career > div p {
  font-size: 1.125rem;
  line-height: 2.33em;
}
@media screen and (max-width: 768px) {
  .top-career {
    padding: 61% 0 0;
    background: url(../img/top-career-sp.jpg) #ced6e3 no-repeat top center/contain;
  }
  .top-career > div {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 3rem 5%;
    background: rgba(95, 177, 159, 0.7);
    border-radius: 0;
  }
}

body.page .page-title {
  background: #eff7f5 no-repeat center/cover;
  aspect-ratio: 1820/440;
}
body.page #breadcrumbs {
  margin-bottom: 0;
}
body.page.page-parent .page-title {
  aspect-ratio: 1820/590;
}

.link-bn-box {
  border: dashed #5fb19f;
  border-width: 1px 0 1px 0;
}
.link-bn-box .link-bn {
  margin: 1.75rem auto 0.25rem;
}
@media screen and (max-width: 768px) {
  .link-bn-box .link-bn {
    margin: 1.75rem auto 0.75rem;
  }
}

.link-bn a {
  padding: 1rem 1rem 1rem 3.75rem;
  min-height: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/kogin-beige2.svg) #eff7f5 no-repeat right center/auto 150%;
  border-radius: 1.5rem;
  color: #717171;
  font-weight: 700;
  font-size: 1.25rem;
  position: relative;
  z-index: 1;
}
.link-bn a:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto auto auto 1rem;
  z-index: 2;
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: #5fb19f;
  border-radius: 50%;
}
.link-bn a:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto auto auto 1.4rem;
  z-index: 3;
  content: "";
  display: block;
  width: 0.825rem;
  height: 0.825rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (hover: hover) {
  .link-bn a:hover {
    opacity: 1;
    background-color: #bee1d8;
  }
}

.section-list > a,
.section-list > span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem;
  margin-bottom: 0.5rem;
  border: 1px solid #f2a1b0;
  border-radius: 0.75em;
  color: #717171;
}
.section-list > a span,
.section-list > span span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1rem;
  padding: 0.5rem 0.25rem;
  width: 6rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #7f7f7f;
  background: #fae5ee;
  border-radius: 0.5em 0 0 0.5em;
}
@media screen and (max-width: 576px) {
  .section-list > a span,
  .section-list > span span {
    margin-right: 0.5rem;
  }
}
.section-list > a {
  border-radius: 0.75em 0.75em 0 0.75em;
  position: relative;
}
.section-list > a::after {
  height: 1rem;
  width: 1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  right: 0.25rem;
  bottom: 0.25rem;
  z-index: 1;
  content: "";
  display: block;
  background: #f2a1b0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media (hover: hover) {
  .section-list > a:hover {
    opacity: 1;
    background: #fff3f8;
  }
}
.section-list > span span {
  background: #e7e7e7;
}

.hd-green {
  width: 100%;
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.25rem 1rem;
  background-color: #eff7f5;
  color: #5fb19f;
  font-weight: 500;
  border-radius: 0.5rem;
  line-height: 1.5em;
}

.h-kogin {
  position: relative;
}
.h-kogin > * {
  position: relative;
  z-index: 3;
}
.h-kogin::before {
  content: "";
  display: block;
  position: absolute;
  top: -1rem;
  left: -2rem;
  z-index: 1;
  width: 5rem;
  height: 5rem;
  background: url(../img/kogin-pink.svg) no-repeat center/contain;
}

.schedule-table td {
  padding: 0.75rem 1rem;
  border: solid 1px #5fb19f;
}
.schedule-table th {
  padding: 0.75rem 0.5rem;
  border: solid 1px #5fb19f;
  width: 5em;
  vertical-align: top;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.85em;
}
@media screen and (max-width: 768px) {
  .schedule-table th {
    width: 4em;
  }
}

.wlb-data > div {
  padding: 1.5rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
  background: #fae5ee url(../img/kogin-pink.svg) no-repeat top -2rem left -2rem/auto 80%;
  border-radius: 1.5rem;
}
.wlb-data > div:nth-child(2n) {
  background-position: bottom -2rem right -2rem;
}
.wlb-data > div .wlb-title {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 700;
  color: #7f7f7f;
}
.wlb-data > div .wlb-num {
  width: 100%;
  margin-bottom: 0.75rem;
  color: #f2a1b0;
  font-weight: 700;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  line-height: 1.4em;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.wlb-data > div .wlb-num span {
  font-size: 2em;
  padding-right: 0.05em;
}
.wlb-data > div .wlb-num span.small {
  font-size: 0.8em !important;
  font-weight: 500;
}
.wlb-data > div .wlb-text {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.5em;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.wlb-data > div *:last-child {
  margin-bottom: 0;
}

.number-l {
  display: inline-block;
  padding: 0 0.125em;
  font-size: 1.5em;
  vertical-align: top;
  margin-top: -0.1em !important;
}

.edu-region {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.edu-region > div {
  width: calc((100% - 4rem) / 5);
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eff7f5;
  border-radius: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.edu-region > div img {
  display: block;
  margin-bottom: 1rem;
  padding: 0.5rem;
  width: 80px;
  background: #fff;
  border-radius: 50%;
}
.edu-region > div span {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1.5rem;
  color: #5fb19f;
}
.edu-region > div p {
  margin-bottom: 0;
  line-height: 1.6em;
}
@media screen and (max-width: 992px) {
  .edu-region > div {
    width: calc((100% - 2rem) / 3);
  }
}
@media screen and (max-width: 576px) {
  .edu-region > div {
    width: calc((100% - 1rem) / 2);
    padding: 1rem;
  }
  .edu-region > div img {
    margin-bottom: 0.5rem;
    width: 62px;
  }
}

.training-table {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
.training-table colgroup col {
  width: 25%;
}
.training-table colgroup col:first-child {
  width: 4em;
}
.training-table th, .training-table td {
  padding: 0.75rem 1rem;
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
}
.training-table thead th {
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
}
.training-table thead th:nth-child(1) {
  background: #e7e7e7;
}
.training-table thead th:nth-child(2) {
  background: #f2a1b0;
}
.training-table thead th:nth-child(3) {
  background: #5fb19f;
}
.training-table tbody th {
  background: #f2eee4;
  vertical-align: top;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .training-table {
    font-size: 0.9rem;
  }
  .training-table tbody th, .training-table tbody td {
    padding: 0.5rem 0.75rem;
    line-height: 1.7em;
  }
  .training-table tbody th .large, .training-table tbody td .large {
    font-size: 1rem !important;
  }
}

.flow-hiroco .box {
  position: relative;
}
.flow-hiroco .box:nth-of-type(1) {
  background: #fff3f8;
}
.flow-hiroco .box:nth-of-type(2) {
  background: #feedf4;
}
.flow-hiroco .box:nth-of-type(3) {
  background: #fae5ee;
}
.flow-hiroco .box:nth-of-type(4) {
  background: #f2a1b0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
.flow-hiroco .box > div {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow-hiroco .box > div > span {
  display: block;
  width: 4em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.25rem;
  margin-right: 1rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  color: #f2a1b0;
  background: #fff;
  position: relative;
  border-radius: 0.5rem;
}
.flow-hiroco .box > div > span span {
  font-size: 1.75em;
  padding-right: 0.125rem;
  margin-bottom: 1em;
}
.flow-hiroco .box > div p {
  margin-bottom: 0;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .flow-hiroco .box > div {
    display: block;
  }
  .flow-hiroco .box > div > span {
    margin-bottom: 0.5rem;
  }
}

.recruit-intro {
  background: #fff3f8;
  overflow-x: hidden;
}
.recruit-intro .inner {
  position: relative;
}
.recruit-intro .inner h2 {
  position: relative;
  z-index: 3;
}
.recruit-intro .inner > div {
  position: relative;
  z-index: 3;
}
.recruit-intro .inner img {
  position: absolute;
  z-index: 1;
}
.recruit-intro .inner img.recruit-intro-img1 {
  width: 32%;
  max-width: 300px;
  top: -2rem;
  right: -10%;
}
.recruit-intro .inner img.recruit-intro-img2 {
  width: 40%;
  max-width: 360px;
  bottom: -3rem;
  left: -14%;
}
@media screen and (max-width: 768px) {
  .recruit-intro .inner img {
    position: relative;
  }
  .recruit-intro .inner img.recruit-intro-img1 {
    margin: 0 0 0 32%;
    width: 68%;
    max-width: 68%;
    top: 0;
    right: 0;
    z-index: 2;
  }
  .recruit-intro .inner img.recruit-intro-img2 {
    margin: 1rem 10% 0 0;
    width: 90%;
    max-width: 90%;
    bottom: auto;
    left: auto;
    z-index: 1;
  }
}

.pamphlet-link {
  padding: 2rem;
  border-radius: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem 1.5rem;
  background: url(../img/kogin-pink.svg) #fae5ee no-repeat right -1rem top -2rem/280px auto;
  border: solid 2px #f2a1b0;
  position: relative;
  overflow: hidden;
}
.pamphlet-link::before {
  content: none !important;
}
.pamphlet-link::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.75rem;
  height: 2.5rem;
  padding-left: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f019";
  background: #f2a1b0;
  color: #fff;
  font-size: 1.375rem;
  border-radius: 1.5rem 0 0 0;
}
.pamphlet-link *:last-child {
  margin-bottom: 0;
}
.pamphlet-link img {
  border: solid 1px #e7e7e7;
}
.pamphlet-link .pamphlet-text {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6em;
}
.pamphlet-link .pamphlet-text span {
  font-size: 0.875em;
}
@media screen and (max-width: 576px) {
  .pamphlet-link {
    padding: 1.5rem 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background: url(../img/kogin-pink.svg) #fae5ee no-repeat right -3rem top -4rem/72% auto;
  }
  .pamphlet-link .div {
    width: 100%;
  }
  .pamphlet-link .pamphlet-text {
    font-size: 1.35rem;
  }
}

.dl-qa {
  border-bottom: solid 1px #b5b5b5;
}
.dl-qa > dt {
  display: block;
  position: relative;
  padding: 2.5rem 1.5rem 2.5rem 3.5rem;
  margin-bottom: 0;
  margin-top: 0;
  border-top: solid 1px #b5b5b5;
  font-weight: 650;
  font-size: 1.125rem;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dl-qa > dt:after {
  position: absolute;
  right: 0;
  top: 2.5rem;
  color: #7f7f7f;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "+";
  margin-right: 0;
}
.dl-qa > dt.active {
  color: #5fb19f;
}
.dl-qa > dt.active:after {
  content: "\f068";
}
.dl-qa > dt:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.3rem;
  content: "Q";
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  background: #5fb19f;
  position: absolute;
  left: 0;
  top: 2.125rem;
  letter-spacing: 0;
  border-radius: 0.5rem;
}
@media (hover: hover) {
  .dl-qa > dt:hover {
    text-decoration: underline;
    color: #5fb19f;
  }
}
.dl-qa > dd {
  position: relative;
  padding: 0.5rem 0 0 3.5rem;
  margin-bottom: 2rem;
  margin-top: 0;
  display: none;
}
.dl-qa > dd:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "A";
  width: 2.5rem;
  height: 2.5rem;
  padding-bottom: 0.2rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  background: #f2a1b0;
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: 0;
  border-radius: 0.5rem;
}
.dl-qa > dd *:last-child {
  margin-bottom: 0;
}

.careerup-flow {
  position: relative;
  list-style: none;
  margin: 0 0 1rem;
}
.careerup-flow li {
  margin-bottom: 0.25rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.careerup-flow li span {
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  line-height: 1.5em;
}
.careerup-flow li span.careerup-title {
  width: 10rem;
  min-height: 3.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  background: #5fb19f;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  text-align: center;
  border-radius: 0.5rem 0 0 0.5rem;
}
.careerup-flow li span:last-child {
  width: calc(100% - 10rem);
  border: solid 2px #5fb19f;
  border-radius: 0 0.5rem 0.5rem 0;
}
.careerup-flow li::before {
  content: "";
  height: 14px;
  width: 28px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: -1px;
  left: 4px;
  z-index: 2;
}
.careerup-flow li::after {
  content: "";
  height: 15px;
  width: 30px;
  background: #5fb19f;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -12px;
  left: 3px;
  z-index: 3;
}
.careerup-flow li:nth-of-type(1) span.careerup-title {
  background: #5fb19f;
}
.careerup-flow li:nth-of-type(1) span:last-child {
  border-color: #5fb19f;
}
.careerup-flow li:nth-of-type(1)::before {
  display: none;
}
.careerup-flow li:nth-of-type(2) span.careerup-title {
  background: #99bfdd;
}
.careerup-flow li:nth-of-type(2) span:last-child {
  border-color: #99bfdd;
}
.careerup-flow li:nth-of-type(2)::after {
  background: #99bfdd;
}
.careerup-flow li:nth-of-type(3) span.careerup-title {
  background: #d3bd90;
}
.careerup-flow li:nth-of-type(3) span:last-child {
  border-color: #d3bd90;
}
.careerup-flow li:nth-of-type(3)::after {
  background: #d3bd90;
}
.careerup-flow li:nth-of-type(4) span.careerup-title {
  background: #f2a1b0;
}
.careerup-flow li:nth-of-type(4) span:last-child {
  border-color: #f2a1b0;
}
.careerup-flow li:nth-of-type(4)::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .careerup-flow li span.careerup-title {
    width: 6.5rem;
    min-height: 5rem;
    padding: 0.5rem 0.25rem;
  }
  .careerup-flow li span:last-child {
    padding: 0.5rem 0.75rem;
    width: calc(100% - 6.5rem);
    font-size: 0.9rem;
  }
}

.introduction-card {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.5rem;
  background: url(../img/kogin-beige2.svg) #eff7f5 no-repeat right -1.5rem center/60% auto;
  background: url(../img/kogin-pink.svg) no-repeat right -1.5rem top -1rem/50% auto, linear-gradient(135deg, #fff3f8, #fae5ee);
  position: relative;
  z-index: 1;
  border: solid 2px #fae5ee;
}
.introduction-card .fit-img-sq {
  width: 34%;
  margin-right: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.introduction-card .fit-img-sq img {
  border-radius: 1rem;
}
.introduction-card .introduction-card-body {
  position: relative;
  z-index: 5;
}
.introduction-card .introduction-card-body p {
  color: #717171;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5em;
}
.introduction-card .introduction-card-body .post-univ {
  margin-top: 0.25em;
  font-size: 1rem;
  font-weight: 400;
}
.introduction-card:before {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 2;
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.introduction-card:after {
  position: absolute;
  right: 1.5rem;
  bottom: 1.35rem;
  z-index: 3;
  content: "";
  display: block;
  width: 0.825rem;
  height: 0.825rem;
  border-top: 1px solid #f2a1b0;
  border-right: 1px solid #f2a1b0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .introduction-card:hover {
    opacity: 1;
    border: solid 2px #f2a1b0;
  }
  .introduction-card:hover:before {
    background: #f2a1b0;
  }
  .introduction-card:hover:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
@media screen and (max-width: 576px) {
  .introduction-card {
    padding: 0.75rem;
  }
  .introduction-card .fit-img-sq {
    margin-right: 0.75rem;
    width: 28%;
  }
  .introduction-card:before {
    right: 0.5rem;
    bottom: 0.5rem;
  }
  .introduction-card:after {
    right: 1.25rem;
    bottom: 1.1rem;
  }
}

.gmap iframe {
  width: 100%;
  height: 340px;
}
@media screen and (max-width: 768px) {
  .gmap iframe {
    height: 280px;
  }
}

body.archive .page-title {
  min-height: 12rem;
  background: url(../img/kogin-pink.svg) no-repeat top 2rem left 20%/auto 110%, url(../img/kogin-pink2.svg) #fae5ee no-repeat center right 12%/auto 150%;
}
body.archive .page-title h1 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  body.archive .page-title {
    min-height: 9rem;
  }
}
body.archive #breadcrumbs {
  margin-bottom: 0;
}
body.archive .cat-nav {
  padding: 0 0 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 0.875rem;
  gap: 1rem 0.875rem;
}
body.archive .cat-nav > a {
  padding: 0.25rem 1rem;
  display: block;
  min-width: 10em;
  text-align: center;
  border: 1px solid #5fb19f;
  border-radius: 2rem;
  cursor: pointer;
}
@media (hover: hover) {
  body.archive .cat-nav > a:not(.active):hover {
    color: #fff;
    background: #5fb19f;
    opacity: 1;
  }
}
body.archive .cat-nav > a.active {
  background: #eff7f5;
  opacity: 1;
  cursor: initial;
}
@media screen and (max-width: 768px) {
  body.archive .cat-nav {
    padding-bottom: 2.5rem;
    gap: 0.75rem;
  }
  body.archive .cat-nav > a {
    text-align: center;
  }
}
body.archive .news-box-area {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  body.archive .news-box-area {
    margin-bottom: 2rem;
  }
}

.news-box-area {
  border-top: 1px #ccc solid;
}
.news-box-area .news-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px #ccc solid;
  text-decoration: none;
}
.news-box-area .news-box time {
  letter-spacing: 0.025em;
  margin-right: 1rem;
  width: 5em;
}
.news-box-area .news-box .news-title {
  display: block;
  padding: 0.5rem 0;
  margin-left: 1rem;
  line-height: 1.7em;
  color: #717171;
  font-weight: 700;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
@media (hover: hover) {
  .news-box-area .news-box .news-title:hover {
    color: #5fb19f;
    opacity: 1;
    text-decoration: underline;
  }
}
@media (hover: hover) {
  .news-box-area .news-box .cat:hover {
    color: #fff;
    background: #5fb19f;
  }
}
@media screen and (max-width: 768px) {
  .news-box-area .news-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0.75rem;
  }
  .news-box-area .news-box .news-title {
    width: 100%;
    margin-left: 0;
    padding: 0.25rem 0;
  }
}

.cat {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 10em;
  padding: 0.125em;
  color: #5fb19f;
  font-size: 0.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5em;
  border: 1px solid #5fb19f;
  text-decoration: none;
  border-radius: 1rem;
}

.page-navigation {
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1rem;
}
.page-navigation a,
.page-navigation span {
  text-decoration: none;
  padding: 0.2rem 0.8rem;
  margin: 4px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #f2a1b0;
  color: #7f7f7f;
  border-radius: 0.25rem;
}
.page-navigation a.prev, .page-navigation a.next {
  font-size: 0.875rem;
}
@media (hover: hover) {
  .page-navigation a:hover {
    opacity: 0.75;
    background: #fae5ee;
  }
}
.page-navigation span.current {
  color: white;
  font-weight: bold;
  background: #f2a1b0;
}

body.single section {
  padding-top: 0;
}
body.single .news-supple {
  margin-bottom: 1rem;
}
body.single time {
  margin-right: 0.5rem;
  display: inline-block;
}
body.single .page-title {
  min-height: 12rem;
  background: url(../img/kogin-pink.svg) no-repeat top 2rem left 20%/auto 110%, url(../img/kogin-pink2.svg) #fae5ee no-repeat center right 12%/auto 150%;
}
body.single .page-title div {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  body.single .page-title {
    min-height: 9rem;
  }
}
body.single h1 {
  margin-bottom: 1.25em;
  font-size: 1.75rem;
  text-align: left;
  line-height: 1.55em;
}
body.single main h2 {
  text-align: left;
}
body.single .navigation {
  border-top: 1px solid #e7e7e7;
  width: 100%;
  margin: 0 0 1.5rem;
  padding: 1.2rem 0 0;
  font-size: 85%;
  clear: both;
  text-align: left;
}
body.single .navigation > h2 {
  display: none;
}
body.single .navigation a {
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #7f7f7f;
  line-height: 1.65em;
}
body.single .navigation a span {
  display: block;
}
body.single .navigation a span.navitext {
  margin-right: 1em;
  padding-right: 1em;
  width: 3rem;
  border-right: 1px solid #e7e7e7;
  white-space: nowrap;
}
@media (hover: hover) {
  body.single .navigation a:hover {
    background: #eff7f5;
    color: #5fb19f;
    opacity: 1;
  }
}
body.single .navigation .nav-previous {
  background-color: #f6f6f6;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
}
body.single .navigation .nav-next {
  background-color: #f6f6f6;
  border-radius: 0.25rem;
}

.introduction-box h2,
h2.h-introduction {
  margin: 1.5em 0 0.5em;
  font-size: 1.575rem;
}

.introduction-title {
  margin-bottom: 2.75rem;
}
.introduction-title h1 {
  margin-bottom: 0 !important;
}
.introduction-title p {
  margin: 0.75rem 0 0;
  font-size: 1.125rem;
  font-weight: 500;
}

.introduction-img {
  padding: 5rem 0 2.5rem;
  margin-top: -3rem !important;
  text-align: center;
  position: relative;
}
.introduction-img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  aspect-ratio: 10/9;
  background: url(../img/kogin-beige2.svg) no-repeat center/contain;
  z-index: 1;
}
.introduction-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3%;
  width: 110px;
  height: 110px;
  background: url(../img/kogin-beige1.svg) no-repeat center/contain;
  z-index: 3;
}
.introduction-img img {
  width: 70%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .introduction-img {
    padding: 4rem 0 1rem;
    margin-top: -2rem !important;
  }
  .introduction-img::before {
    content: "";
    position: absolute;
    top: -0.5rem;
    right: -2rem;
    width: 60%;
  }
  .introduction-img::after {
    left: 1%;
    width: 22vw;
    height: 22vw;
  }
}

#g-nav {
  display: none;
}

@media screen and (max-width: 1400px) {
  .head-links a:not(.head-contact) {
    display: none;
  }
  #g-nav {
    display: block;
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(5px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #g-nav.panelactive {
    opacity: 1;
    z-index: 100;
  }
  #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g-nav ul {
    display: none;
    width: 90%;
    max-width: 500px;
    margin: 14rem auto 0;
    border-top: 1px solid #5fb19f;
  }
  #g-nav ul li {
    list-style: none;
  }
  #g-nav ul li a {
    color: #5fb19f;
    padding: 0.75rem 0.75rem;
    display: block;
    letter-spacing: 0.1em;
    text-decoration: none;
    border-bottom: 1px solid #5fb19f;
    color: #717171;
    text-align: center;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (hover: hover) {
  #g-nav ul li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1400px) {
  #g-nav ul li.child a {
    font-size: 0.9rem;
    padding-left: 1.75rem;
    position: relative;
  }
  #g-nav ul li.child a::before {
    content: "−";
    position: absolute;
    left: 0.75rem;
  }
  #g-nav.panelactive ul {
    display: block;
  }
  .openbtn {
    z-index: 9999;
    position: relative;
    margin-right: 1rem;
    cursor: pointer;
    width: 40px;
    height: 40px;
  }
  .openbtn span,
  .openbtn span::before,
  .openbtn span::after {
    display: block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    background: #5fb19f;
    height: 2px;
    width: 100%;
  }
  .openbtn span {
    top: 19px;
  }
  .openbtn span::before {
    content: "";
    top: -14px;
  }
  .openbtn span::after {
    content: "";
    top: 14px;
  }
  .openbtn.active span {
    background: transparent;
  }
  .openbtn.active span::before {
    top: -6px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    background: #5fb19f;
  }
  .openbtn.active span::after {
    top: 6px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    background: #5fb19f;
  }
}
@media screen and (max-width: 768px) {
  #g-nav ul {
    margin-top: 10rem;
  }
}/*# sourceMappingURL=basic.css.map */