@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Sans+JP:wght@100..900&family=Zen+Kurenaido&display=swap");
html {
  box-sizing: border-box;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  line-height: normal;
}

img {
  vertical-align: bottom;
}

a,
a:visited {
  color: #333;
  transition: 0.5s;
  opacity: 1;
}

a:hover {
  opacity: 0.6;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 1rem;
}

span.page-numbers {
  background: rgba(254, 86, 33, 0.5);
}

span.page-numbers {
  display: block;
  background: #dadada;
  padding: 10px;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 35px;
  font-size: 9px;
}

.page-numbers a {
  display: block;
  background: #9f9f9f;
  padding: 10px;
  color: #fff;
  width: 40px;
  height: 35px;
  font-size: 9px;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

.breadcrumb-area ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  color: #fff;
}

.breadcrumb-area a {
  color: #fff;
}

.breadcrumb-area li::after {
  content: ">";
  font-weight: 900;
  margin: 0 10px;
}

.breadcrumb-area li:last-child::after {
  display: none;
}

.post,
.page {
  margin: 0;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 2rem 0;
}

.post-main h1 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.entry-meta {
  display: flex;
  gap: 2rem;
}

.post-main .pagination {
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.post-main .pagination a {
  background: #47a48f;
  display: block;
  padding: 10px 15px;
  color: #fff;
  border-radius: 5px;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  padding: 10px;
  background: #fff;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  line-height: normal;
  padding: 1rem;
  margin: 0 auto;
  display: block;
  width: 200px;
  text-align: center;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

select::-ms-expand {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

summary {
  display: block;
}

.error-404 {
  margin-top: 3rem;
}

.error-404 h1 {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 1rem 0;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
}

.error-404 p {
  text-align: center;
}

.error-404 a {
  display: block;
  width: 200px;
  margin: 2rem auto 0;
  background: #080f57;
  text-align: center;
  color: #fff;
  padding: 10px;
}

i.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
}

i.prev-arrow {
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

i.next-arrow {
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#colophon {
  padding: 1rem;
  text-align: center;
  font-size: 70%;
  line-height: 25px;
}

#colophon p a {
  text-decoration: underline;
}

.pp p {
  font-size: 90%;
  margin-bottom: 1rem;
  line-height: 25px;
}

.pp h2 {
  margin: 2rem 0 1rem;
}

.pp ol {
  font-size: 90%;
  margin-bottom: 1rem;
  line-height: 25px;
  list-style: auto;
  margin-left: 30px;
}

.pp ul {
  font-size: 90%;
  margin-bottom: 1rem;
  line-height: 25px;
}

.blog-content p {
  margin-top: 1rem;
}

.blog-content h2 {
  margin: 2rem 0 1rem;
  font-size: 1.3rem;
  background: #ffcdd2;
  padding: 10px;
}

.blog-content h3 {
  font-size: 1.2rem;
  margin: 2rem 0 1rem;
  border-bottom: 2px solid #ffcdd2;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

.blog-content h4 {
  font-size: 1.1rem;
  border-left: 2px solid #fecdd3;
  padding-left: 1rem;
}

.blog-content p a {
  color: #3f51b5;
  text-decoration: underline;
}

.blog-content ul {
  margin-top: 1rem;
  list-style: disc;
  margin-left: 2rem;
}

.blog-content ol {
  margin-top: 1rem;
  list-style: decimal;
  margin-left: 2rem;
}

.pp-area p {
  font-size: 90%;
  margin-top: 1rem;
}

.pp-area h2 {
  text-align: left;
  font-size: 18px;
  margin: 2rem 0 1rem;
}

.pp-area ol {
  font-size: 90%;
  list-style: decimal;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.pp-area ul {
  font-size: 90%;
  list-style: decimal;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

p.tR {
  text-align: right;
}

#map {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  line-height: 40px;
}

#map > li {
  width: calc(25% - 1.5rem);
}

#map li a {
  display: block;
  position: relative;
  border-bottom: 1px dotted rgba(204, 204, 204, 0.8);
}

#map li a::after {
  content: "＞";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.pp-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 1rem;
  background: #fff;
  font-size: 14px;
}

.pp-page p {
  margin-top: 1rem;
}

.pp-page h2 {
  margin: 2rem 0 1rem;
  font-size: 17px;
  font-weight: 600;
}

.pp-page h3 {
  margin: 2rem 0 1rem;
  font-size: 15px;
  font-weight: 600;
}

.pp-page ul {
  margin-top: 1rem;
  margin-left: 1rem;
  line-height: 2;
}

.pp-page ul li {
  list-style: disc;
}

.pp-page p a {
  text-decoration: underline;
}

.pp-page > *:first-child {
  margin-top: 0;
}

/* bottom */
.inner {
  max-width: 1280px;
  padding: 0 1rem;
  margin: 0 auto;
}

.pc-main-hd {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 1rem 0;
}
.pc-main-hd .site-branding {
  width: 200px;
}
.pc-main-hd #pc-navigation {
  flex: 1;
}
.pc-main-hd #pc-navigation ul {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}
.pc-main-hd #pc-navigation ul li::after {
  content: "/";
  margin-left: 1rem;
}
.pc-main-hd #pc-navigation ul li:last-child::after {
  display: none;
}

.mv {
  background: url(../img/mv-bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  gap: 5rem;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 0;
}
.mv .mv-inner {
  width: 50%;
  padding: 2rem 0 2rem 13rem;
}
.mv .mv-inner h1 {
  font-size: 3rem;
  font-weight: 400;
}
.mv .mv-inner p.eng {
  font-family: "Lora", serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.mv .mv-inner p.jp {
  margin-top: 2rem;
  line-height: 2;
  font-size: 1.1rem;
}
.mv .mv-inner img {
  max-width: 500px;
}
.mv .mv-inner ul {
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
}
.mv .mv-img {
  width: 50%;
}
.mv .mv-img img {
  width: 500px;
  margin-left: auto;
  display: block;
  border-radius: 2rem 0 0 2rem;
}

a.more {
  position: relative;
  background: #fd644f;
  background: linear-gradient(270deg, rgb(253, 100, 79) 0%, rgb(242, 142, 38) 100%);
  display: block;
  color: #fff;
  padding: 10px;
  width: 300px;
  text-align: center;
  border-radius: 2rem;
}
a.more::after {
  font-family: "Material Symbols Outlined";
  content: "\e941";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" -25, "opsz" 24;
  font-size: 30px;
}

.front-content section {
  padding: 5rem 0;
}
.front-content section h2 {
  display: flex;
  gap: 5rem;
  align-items: center;
  margin-bottom: 2rem;
}
.front-content section h2 span {
  color: #fd644f;
  display: block;
  font-family: "Lora", serif;
  font-size: 1.8rem;
  letter-spacing: 5px;
}
.front-content section h2 strong {
  display: block;
  font-size: 2rem;
  font-weight: 400;
}
.front-content section h2::after {
  content: "";
  display: block;
  background: #fd644f;
  background: linear-gradient(270deg, rgb(253, 100, 79) 0%, rgb(242, 142, 38) 100%);
  flex: 1;
  height: 2px;
}
.front-content section h2.nm-m {
  margin-bottom: 0;
}
.front-content section p.read-text {
  margin: 1rem 0 2rem;
  font-size: 1.1rem;
}

.job-cards {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.job-cards .job-card {
  background: #fffafa;
  padding: 1.5rem;
  width: calc(33.3333333333% - 1.34rem);
}
.job-cards .job-card .job-card__thumb img {
  border-radius: 1rem;
}
.job-cards .job-card .job-card__body {
  margin-top: 1rem;
}
.job-cards .job-card .job-card__body h3 {
  margin: 1rem 0 0.5rem;
  font-size: 1.3rem;
  font-weight: 500;
}
.job-cards .job-card .job-card__body .job-card__lead {
  font-size: 90%;
  line-height: 2;
  list-style: disc;
  margin-left: 1.5rem;
}
.job-cards .job-card .job-card__body .job-card__tags {
  display: flex;
  gap: 1rem;
}
.job-cards .job-card .job-card__body .job-card__tags span {
  color: #fff;
  background: #84c98b;
  padding: 5px 10px;
  font-size: 90%;
}
.job-cards .job-card .job-card__footer a {
  color: #fd644f;
  border: 1px solid #fd644f;
  display: block;
  background: #fff;
  text-align: center;
  margin-top: 1rem;
  padding: 5px 10px;
  font-size: 90%;
  border-radius: 2rem;
}

.front-reason {
  position: relative;
  overflow: hidden;
}

.front-content section.reason-section {
  position: relative;
  width: 100%;
  padding: 120px 0;
  overflow: hidden;
}

/*
.reason-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/top/reason-bg.png) #fff7f4 no-repeat;
  background-size: 550px;
  background-position: -30% 50%;
  --cut: clamp(16px, 3vw, 60px);
  clip-path: polygon(
    0 var(--cut),
    100% 0,
    100% calc(100% - var(--cut)),
    0 100%
  );
  z-index: 0;
}
斜め背景 */
/* 中身 */
.reason-inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

.reason-box {
  display: flex;
  gap: 2rem;
}
.reason-box .reason-inner-box {
  position: relative;
  width: 25%;
}
.reason-box .reason-inner-box img {
  border-radius: 1rem;
  box-shadow: 5px 5px 0px #fce4e4;
}
.reason-box .reason-inner-box h3 {
  text-align: center;
  color: #4d9000;
  margin: 1rem 0 0.5rem 0;
  font-size: 1.1rem;
  font-weight: 500;
}
.reason-box .reason-inner-box p {
  font-size: 90%;
  font-feature-settings: "palt" 1;
  line-height: 1.7;
}
.reason-box a {
  color: #fd644f;
  border: 1px solid #fd644f;
  display: block;
  background: #fff;
  text-align: center;
  margin-top: 1rem;
  padding: 5px 10px;
  font-size: 90%;
  border-radius: 2rem;
}

.about-box {
  display: flex;
  gap: 2rem;
}
.about-box .about-inner-box {
  position: relative;
  width: 33.3333333333%;
}
.about-box .about-inner-box h3 {
  text-align: center;
  color: #4d9000;
  margin: 1rem 0 0.5rem 0;
  font-size: 1.1rem;
  font-weight: 500;
}
.about-box .about-inner-box p {
  font-size: 90%;
  font-feature-settings: "palt" 1;
  line-height: 1.7;
}
.about-box .about-inner-box img {
  border-radius: 1rem;
  box-shadow: 5px 5px 0px #fce4e4;
}

.front-content section.about-section {
  padding-bottom: 0;
}

.front-content section.front-dr {
  padding: 5rem 0;
}

.front-content section .front-dr-box {
  display: flex;
  gap: 10rem;
  align-items: center;
}
.front-content section .front-dr-box .front-dr-text {
  width: 40%;
}
.front-content section .front-dr-box .front-dr-text p {
  margin-top: 1rem;
}
.front-content section .front-dr-box .front-dr-img {
  flex: 1;
}
.front-content section .front-dr-box h2 {
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
}
.front-content section .front-dr-box h2::after {
  display: none;
}
.front-content section .front-dr-box h2 strong {
  font-size: 1.5rem;
}
.front-content section .front-dr-box a {
  margin-top: 2rem;
}
.front-content section .front-dr-box img {
  border-radius: 1rem;
  box-shadow: 5px 5px 0px #fce4e4;
}

.ft-blog h2 {
  display: flex;
  gap: 5rem;
  align-items: center;
  margin-bottom: 2rem;
}
.ft-blog h2 span {
  color: #fd644f;
  display: block;
  font-family: "Lora", serif;
  font-size: 1.8rem;
  letter-spacing: 5px;
}
.ft-blog h2 strong {
  display: block;
  font-size: 2rem;
  font-weight: 400;
}
.ft-blog h2::after {
  content: "";
  display: block;
  background: #fd644f;
  background: linear-gradient(270deg, rgb(253, 100, 79) 0%, rgb(242, 142, 38) 100%);
  flex: 1;
  height: 2px;
}
.ft-blog .latest-posts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 5rem;
}
.ft-blog .latest-posts-grid a {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.ft-blog .latest-posts-grid a .latest-post-thumb {
  width: 40%;
  position: relative;
}
.ft-blog .latest-posts-grid a .latest-post-thumb img {
  border-radius: 1rem;
  box-shadow: 5px 5px 0px #fce4e4;
  transition: 0.5s;
}
.ft-blog .latest-posts-grid a .latest-post-meta {
  flex: 1;
}
.ft-blog .latest-posts-grid a .latest-post-meta h3 {
  font-weight: 600;
  margin: 1rem 0;
  line-height: 1.8;
}
.ft-blog .latest-posts-grid a .latest-post-meta span {
  display: inline-block;
  background: #4d9000;
  color: #fff;
  padding: 5px 10px;
  font-size: 80%;
}
.ft-blog .latest-posts-grid a:hover img {
  box-shadow: 0 0 0 #fce4e4;
}

.ft-menu {
  background: #fffafa;
  padding: 2rem 0;
  margin-top: 3rem;
}
.ft-menu .ft-menu-box {
  display: flex;
  gap: 10rem;
  align-items: center;
}
.ft-menu .ft-menu-box .ft-logo {
  width: 30%;
}
.ft-menu .ft-menu-box .ft-logo p {
  margin-top: 0.5rem;
  display: flex;
  gap: 10px;
}
.ft-menu .ft-menu-box .ft-logo p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ft-menu .ft-menu-box .ft-logo span {
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
}
.ft-menu .ft-menu-box .ft-logo img {
  width: 250px;
}
.ft-menu .ft-menu-box .ft-menu-area {
  flex: 1;
}
.ft-menu .ft-menu-box .ft-menu-area #ft-menu {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  font-size: 95%;
}
.ft-menu .ft-menu-box .ft-cta ul {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5rem;
  gap: 1rem;
}
.ft-menu .ft-menu-box .ft-cta ul li {
  width: 250px;
  text-align: center;
}
.ft-menu .ft-menu-box .ft-cta ul li a {
  display: block;
  color: #fff;
  background: #4d9000;
  font-size: 90%;
  padding: 10px;
  border-radius: 2rem;
}
.ft-menu .ft-menu-box .ft-cta ul li:last-child a {
  display: block;
  background: #fd644f;
  background: linear-gradient(270deg, rgb(253, 100, 79) 0%, rgb(242, 142, 38) 100%);
}

#colophon {
  margin-top: 0.5rem;
  padding: 0 1rem;
}
#colophon ul {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
#colophon ul li a {
  text-decoration: underline;
}

.breadcrumb-wrap {
  margin-top: 1rem;
}
.breadcrumb-wrap .breadcrumbs {
  display: flex;
  gap: 5px;
  font-size: 70%;
  justify-content: flex-end;
}

.page-hd {
  max-width: 1280px;
  padding: 2rem 1rem 1rem;
  margin: 0 auto;
  background: url(../img/top/dr-bg.jpg) no-repeat;
  background-size: 320px;
  background-position: right;
  padding: 3rem 0;
}
.page-hd h1 {
  font-size: 3rem;
  letter-spacing: 5px;
  font-weight: 500;
}
.page-hd p {
  font-family: "Lora", serif;
  display: inline-block;
}
.page-hd p::after {
  content: "";
  display: block;
  background: #fd644f;
  background: linear-gradient(270deg, rgb(253, 100, 79) 0%, rgb(242, 142, 38) 100%);
  height: 2px;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.page-mv {
  text-align: center;
}
.page-mv h2 {
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.page-mv h2 span {
  background: linear-gradient(transparent 40%, #ffe2e5 60%);
  padding: 0 5px;
}
.page-mv p {
  margin-top: 1rem;
}
.page-mv p span {
  text-decoration: #ffe2e5 wavy underline;
  -webkit-text-decoration: #e5bb09 wavy underline;
  text-underline-offset: 5px;
}

.main-page-box {
  padding: 0 20% 0 1rem;
  display: flex;
  gap: 5rem;
  margin-top: 5rem;
  background: url(../img/page-bg.jpg) no-repeat;
  background-attachment: fixed;
  background-size: 250px;
  background-position: right 80%;
}
.main-page-box .main-page-doc {
  width: 30%;
  position: relative;
  background: url(../img/page-bg2.jpg) no-repeat;
  background-size: 250px;
  background-attachment: fixed;
  background-position: 0px 60%;
}
.main-page-box .main-page-doc .main-page-doc-inner {
  position: sticky;
  top: 50px;
}
.main-page-box .main-page-doc .main-page-doc-inner ul {
  line-height: 3;
}
.main-page-box .main-page-main {
  flex: 1;
}
.main-page-box .main-page-main .main-page-main-inner {
  margin-bottom: 5rem;
}
.main-page-box .main-page-main .main-page-main-inner .main-page-title {
  margin-bottom: 2rem;
}
.main-page-box .main-page-main .main-page-main-inner .main-page-title p {
  font-size: 2rem;
  font-weight: 600;
  font-style: italic;
}
.main-page-box .main-page-main .main-page-main-inner .main-page-title h2 {
  font-size: 2rem;
  font-weight: 500;
}
.main-page-box .main-page-main .main-page-main-inner .main-page-body p {
  margin-top: 1rem;
  line-height: 2;
}
.main-page-box .main-page-main .main-page-main-inner .main-page-body p span {
  text-decoration: #e5bb09 dotted underline;
  -webkit-text-decoration: #e5bb09 dotted underline;
  text-underline-offset: 5px;
}
.main-page-box .main-page-main .main-page-main-inner .main-page-body img {
  margin-top: 1rem;
  width: 100%;
}
.main-page-box .main-page-main .main-page-main-inner .main-page-body ul {
  line-height: 2;
  list-style: disc;
  margin: 1rem 0 0 1.5rem;
}

.main-page-doc-inner li.ac a {
  color: #fd644f;
  font-weight: 600;
}

.main-page-doc-inner li.ac {
  border-left: 3px solid #fd644f;
  padding-left: 12px;
}

.main-page-box .main-page-main .main-page-main-inner .main-page-body .fukuri ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1rem 0 0;
  list-style: none;
}
.main-page-box .main-page-main .main-page-main-inner .main-page-body .fukuri ul li {
  font-size: 90%;
  width: calc(50% - 2.5rem);
  list-style: disc;
  margin-left: 2rem;
}

.main-page-box .main-page-main .main-page-main-inner .main-page-body .senpai ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin: 0;
  list-style: none;
}
.main-page-box .main-page-main .main-page-main-inner .main-page-body .senpai ul li {
  padding: 2rem;
  background: #fffafa;
}
.main-page-box .main-page-main .main-page-main-inner .main-page-body .senpai ul li img {
  margin-top: 0;
}
.main-page-box .main-page-main .main-page-main-inner .main-page-body .senpai ul li h3 {
  text-align: center;
  margin: 1rem 0 0.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
.main-page-box .main-page-main .main-page-main-inner .main-page-body .senpai ul li p {
  margin-top: 0;
  font-family: "Zen Kurenaido", sans-serif;
  text-align: center;
}
.main-page-box .main-page-main .main-page-main-inner .main-page-body .senpai ul li a {
  color: #fd644f;
  border: 1px solid #fd644f;
  display: block;
  background: #fff;
  text-align: center;
  margin-top: 1rem;
  padding: 5px 10px;
  font-size: 90%;
  border-radius: 2rem;
}

.blog-box {
  display: flex;
  gap: 3rem;
  margin-top: 2rem;
}
.blog-box .blog-main {
  width: 75%;
}
.blog-box .side {
  flex: 1;
}
.blog-box .side .side-box {
  margin-top: 2rem;
}
.blog-box .side .side-box h2 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  border-left: 3px solid #fd644f;
  padding-left: 5px;
  line-height: 1.5;
}
.blog-box .side .side-box:first-child {
  margin-top: 0;
}
.blog-box .side .side-menu ul li a {
  position: relative;
  background: #fd644f;
  background: linear-gradient(270deg, rgb(253, 100, 79) 0%, rgb(242, 142, 38) 100%);
  display: block;
  color: #fff;
  padding: 10px;
  width: 300px;
  text-align: center;
  border-radius: 2rem;
}
.blog-box .side .side-menu ul li a::after {
  font-family: "Material Symbols Outlined";
  content: "\e941";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" -25, "opsz" 24;
  font-size: 30px;
}

.side-posts-grid a {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
}
.side-posts-grid a .latest-post-thumb {
  width: 40%;
}
.side-posts-grid a .side-post-meta {
  flex: 1;
}
.side-posts-grid a .side-post-meta h3 {
  font-size: 90%;
  font-weight: 600;
}

.post .entry-header h1 {
  font-size: 1.3rem;
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding: 10px;
}

.senior-box {
  display: flex;
  gap: 5rem;
}
.senior-box .senior-img {
  width: 30%;
}
.senior-box .senior-img table th,
.senior-box .senior-img table td {
  padding: 0.5rem;
  border-bottom: 2px solid #ccc;
  width: 50%;
}
.senior-box .senior-img table th {
  border-color: #fd644f;
}
.senior-box .senior-q-box {
  flex: 1;
}
.senior-box .senior-q-box .senior-inner {
  margin-top: 2rem;
}
.senior-box .senior-q-box .senior-inner:first-child {
  margin-top: 0;
}
.senior-box .senior-q-box h2 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  border-left: 5px solid #fb6a48;
  padding-left: 10px;
}
.senior-box .senior-q-box h3 {
  margin: 2rem 0 1rem;
  font-weight: 600;
  font-size: 1.1rem;
}
.senior-box .senior-q-box p {
  margin-top: 1rem;
}

.other-senior {
  margin: 2rem 0 2rem;
}
.other-senior .senior-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
}

.flow-page .main-page-main .main-page-main-inner .main-page-title {
  margin-bottom: 1rem;
}
.flow-page .main-page-main .main-page-main-inner .main-page-title p strong {
  display: inline-block;
  font-weight: 600;
  margin-left: 2rem;
  font-style: normal;
}
.flow-page .main-page-main .main-page-main-inner h2 span {
  display: block;
  font-size: 90%;
  margin-top: 0.5rem;
}
.flow-page .main-page-main .main-page-main-inner .flow-box {
  display: flex;
  gap: 2rem;
}
.flow-page .main-page-main .main-page-main-inner .flow-box p {
  width: 65%;
}
.flow-page .main-page-main .main-page-main-inner .flow-box img {
  flex: 1;
  width: 35%;
  margin-top: 0;
}

.job-content h2 {
  color: #fff;
  margin: 2rem 0 1rem;
  background: #4d9000;
  padding: 10px;
  font-weight: 700;
  font-size: 1.2rem;
}
.job-content .job-midashi p {
  font-size: 1.5rem;
}
.job-content .job_description {
  margin-top: 2rem;
}
.job-content .job_description p {
  margin-top: 1rem;
}
.job-content .job_description h3 {
  margin: 2rem 0 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  border-left: 3px solid #fb6b48;
  padding-left: 10px;
}
.job-content .job_description ul {
  list-style: disc;
  margin: 1rem 0 0 1.5rem;
  line-height: 2;
}
.job-content .job-naiyo {
  margin-top: 2rem;
}
.job-content .job-naiyo table {
  margin-bottom: 2rem;
}
.job-content .job-naiyo table th,
.job-content .job-naiyo table td {
  padding: 10px;
  border-bottom: 2px solid #ccc;
  width: 75%;
}
.job-content .job-naiyo table th ul,
.job-content .job-naiyo table td ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.job-content .job-naiyo table th ul li,
.job-content .job-naiyo table td ul li {
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 90%;
}
.job-content .job-naiyo table th p,
.job-content .job-naiyo table td p {
  margin: 1rem 0 0.5rem;
}
.job-content .job-naiyo table th p:first-child,
.job-content .job-naiyo table td p:first-child {
  margin-top: 0;
}
.job-content .job-naiyo table td.fukuri ul li {
  border: none;
  padding: 0;
  list-style: disc;
  margin-left: 2rem;
  width: calc(50% - 2.32rem);
}
.job-content .job-naiyo table th {
  width: 25%;
  border-color: #fb6b48;
  position: relative;
}
.job-content .job-naiyo table th span {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ef5350;
  color: #fff;
  font-weight: 400;
  padding: 5px;
  font-size: 10px;
}
.job-content .job-naiyo table th span.nini {
  background: #3f51b5;
}

.job-menu {
  margin-top: 2rem;
}
.job-menu ul {
  display: flex;
  gap: 1rem;
}
.job-menu ul li {
  width: 25%;
}
.job-menu ul li a {
  width: 100%;
  font-size: 90%;
}

.a-job {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.a-job article {
  padding: 1rem;
}

.job-cards-a {
  margin: 2rem 0 5rem;
}

.job-content {
  margin-top: 0;
}

/* スクロール無効用クラス */
.no-scroll {
  overflow: hidden;
}

/* メニューボタン */
.menu-btn {
  position: fixed;
  top: 33px;
  right: 10px;
  z-index: 1001;
  cursor: pointer;
  background: #fd644f;
  background: linear-gradient(270deg, rgb(253, 100, 79) 0%, rgb(242, 142, 38) 100%);
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
}

/* オーバーレイ（マスク） */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.overlay.show {
  opacity: 1;
  visibility: visible;
}

/* ドロワーの基本スタイル */
.drawer {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 250px;
  background-color: #fff;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 1002;
  overflow-y: auto; /* コンテンツが多い場合にスクロール可能に */
  -webkit-overflow-scrolling: touch; /* iOSでスムーズなスクロールを実現 */
}

/* ドロワーが開いた状態 */
.drawer.open {
  transform: translateX(0);
}

.drawer ul {
  list-style: none;
  padding: 20px;
  margin: 0;
}

.drawer li {
  margin-bottom: 15px;
}

.drawer a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
}

.side-cta {
  position: fixed;
  right: 0;
  top: 30%;
}
.side-cta img {
  width: 45px;
  margin-top: 20px;
}

.entry-area p {
  margin-top: 1rem;
}
.entry-area p:first-child {
  margin-top: 0;
}
.entry-area p a {
  text-decoration: underline;
  color: #1565c0;
}
.entry-area h2 {
  margin: 2rem 0 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  border-left: 5px solid #f8783c;
  padding-left: 10px;
}
.entry-area table {
  margin: 0 0 2rem 0;
}
.entry-area table th,
.entry-area table td {
  padding: 10px;
  border-bottom: 2px solid #ccc;
  width: 60%;
}
.entry-area table th {
  width: 40%;
  border-color: #fb6b48;
  position: relative;
}
.entry-area table th span {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ef5350;
  color: #fff;
  font-weight: 400;
  padding: 5px;
  font-size: 10px;
}
.entry-area table th span.nini {
  background: #3f51b5;
}

.entry-box {
  display: flex;
  gap: 5rem;
}
.entry-box .entry-text {
  width: 45%;
}
.entry-box .entry-f {
  flex: 1;
}

.other-senior h2 {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  border-left: 5px solid #f77b38;
  padding-left: 10px;
}

.senior-body h3 {
  text-align: center;
  margin: 0.5rem 0;
  color: #4d9000;
  font-weight: 500;
}
.senior-body p {
  font-size: 70%;
  text-align: center;
}

p.en-text {
  margin-bottom: 1rem;
}
p.en-text a {
  text-decoration: underline;
  color: #1565c0;
}

#opening {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: url(../img/mv-bg.jpg) center/cover no-repeat;
  display: grid;
  place-items: center;
  opacity: 1;
}

#opening .opening-inner {
  width: min(1100px, 92vw);
  will-change: transform, opacity;
}

#opening .logo-scale {
  transform: scale(0.6);
  transform-origin: center;
}

/* SVGは上が切れやすいので必ず block にする */
#opening svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

/***************************************************
 * Generated by SVG Artista on 12/23/2025, 5:08:15 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .svg-elem-1 {
  fill: transparent;
  transition: fill 0.7s ease 0.8s;
}

svg.active .svg-elem-1 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-2 {
  fill: transparent;
  transition: fill 0.7s ease 0.9s;
}

svg.active .svg-elem-2 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-3 {
  fill: transparent;
  transition: fill 0.7s ease 1s;
}

svg.active .svg-elem-3 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-4 {
  fill: transparent;
  transition: fill 0.7s ease 1.1s;
}

svg.active .svg-elem-4 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-5 {
  fill: transparent;
  transition: fill 0.7s ease 1.2s;
}

svg.active .svg-elem-5 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-6 {
  fill: transparent;
  transition: fill 0.7s ease 1.3s;
}

svg.active .svg-elem-6 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-7 {
  fill: transparent;
  transition: fill 0.7s ease 1.4s;
}

svg.active .svg-elem-7 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-8 {
  fill: transparent;
  transition: fill 0.7s ease 1.5s;
}

svg.active .svg-elem-8 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-9 {
  fill: transparent;
  transition: fill 0.7s ease 1.6s;
}

svg.active .svg-elem-9 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-10 {
  fill: transparent;
  transition: fill 0.7s ease 1.7s;
}

svg.active .svg-elem-10 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-11 {
  fill: transparent;
  transition: fill 0.7s ease 1.8s;
}

svg.active .svg-elem-11 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-12 {
  fill: transparent;
  transition: fill 0.7s ease 1.9s;
}

svg.active .svg-elem-12 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-13 {
  fill: transparent;
  transition: fill 0.7s ease 2s;
}

svg.active .svg-elem-13 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-14 {
  fill: transparent;
  transition: fill 0.7s ease 2.1s;
}

svg.active .svg-elem-14 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-15 {
  fill: transparent;
  transition: fill 0.7s ease 2.2s;
}

svg.active .svg-elem-15 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-16 {
  fill: transparent;
  transition: fill 0.7s ease 2.3s;
}

svg.active .svg-elem-16 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-17 {
  fill: transparent;
  transition: fill 0.7s ease 2.4s;
}

svg.active .svg-elem-17 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-18 {
  fill: transparent;
  transition: fill 0.7s ease 2.5s;
}

svg.active .svg-elem-18 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-19 {
  fill: transparent;
  transition: fill 0.7s ease 2.6s;
}

svg.active .svg-elem-19 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-20 {
  fill: transparent;
  transition: fill 0.7s ease 2.7s;
}

svg.active .svg-elem-20 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-21 {
  fill: transparent;
  transition: fill 0.7s ease 2.8s;
}

svg.active .svg-elem-21 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-22 {
  fill: transparent;
  transition: fill 0.7s ease 2.9s;
}

svg.active .svg-elem-22 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-23 {
  fill: transparent;
  transition: fill 0.7s ease 3s;
}

svg.active .svg-elem-23 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-24 {
  fill: transparent;
  transition: fill 0.7s ease 3.1s;
}

svg.active .svg-elem-24 {
  fill: rgb(51, 51, 51);
}

/* Exit */
#opening.is-exit .opening-inner {
  transform: translateY(0) scale(0.985);
  opacity: 0;
  transition: transform 0.55s ease, opacity 0.55s ease;
}

#opening.is-fadeout {
  opacity: 0;
  transition: opacity 0.55s ease;
}

/* op-logoは最初は見えない */
#opening .op-logo {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 800ms ease, transform 800ms ease;
  /* SVGの上に出すなら */
  display: block;
  margin: 40px auto 0;
}

/* ふんわり表示 */
#opening .op-logo.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* ===== ページ遷移の覆い ===== */
/* ===== 遷移オーバーレイ ===== */
#pt-transition {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease;
  background: rgba(255, 255, 255, 0.95); /* 好みで */
}

/* 表示 */
#pt-transition.is-in {
  opacity: 1;
  visibility: visible;
}

/* ===== #page 側は opacity のみ ===== */
#page {
  transition: opacity 0.25s ease;
}

/* 退場 */
#page.is-leaving {
  opacity: 0;
}

/* 入場 */
#page.is-entered {
  opacity: 1;
}

/* ===== #page 遷移：opacityのみ ===== */
#page {
  transition: opacity 0.22s ease;
  will-change: opacity; /* transformは使わない */
}

#page.is-leaving {
  opacity: 0;
}

#page.is-entering {
  opacity: 0;
}

#page.is-entered {
  opacity: 1;
}

/* ===== 永遠に横スクロールする画像 ===== */
.marquee {
  --h: 250px; /* 高さ */
  --gap: 0; /* 画像間の隙間 */
  --duration: 120s; /* 速度（小さいほど速い） */
  --fade: 70px; /* 端のフェード幅 */
  position: relative;
  overflow: hidden;
  height: var(--h);
  margin-bottom: 5rem;
}

.marquee__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: var(--gap);
  will-change: transform;
  animation: marquee var(--duration) linear infinite;
}

.marquee__group {
  display: flex;
  gap: var(--gap);
}

.marquee img {
  height: var(--h);
  width: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

/* 端をふんわり消す（好みで） */
.marquee::before,
.marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: var(--fade);
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.marquee::before {
  left: 0;
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

.marquee::after {
  right: 0;
  background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

/* 左へ流す：2周分あるので -50% でぴったり繋がる */
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* ホバーで停止（不要なら削除） */
.marquee:hover .marquee__track {
  animation-play-state: paused;
}

/* スマホ微調整 */
@media (max-width: 768px) {
  .marquee {
    --h: 200px;
    --fade: 40px;
    --duration: 120s;
  }
}
.aisatsu-box {
  display: flex;
  gap: 5rem;
}
.aisatsu-box .aisatsu-img {
  width: 35%;
}
.aisatsu-box .aisatsu-text {
  flex: 1;
}
.aisatsu-box .aisatsu-text p {
  margin-top: 1rem;
}
.aisatsu-box .aisatsu-text p:first-child {
  margin-top: 0;
}
.aisatsu-box .aisatsu-text img {
  width: 140px;
  margin-left: auto;
  display: block;
}

.blog-main .entry-content-post p {
  margin-top: 1rem;
  line-height: 1.5;
}
.blog-main .entry-content-post h2 {
  margin: 2rem 0 1rem;
  font-size: 1.2rem;
  background: #fd644f;
  background: linear-gradient(270deg, rgb(253, 100, 79) 0%, rgb(242, 142, 38) 100%);
  color: #fff;
  padding: 10px 20px;
}
.blog-main .entry-content-post ul {
  margin-top: 1rem;
  margin-left: 2rem;
  list-style: disc;
  line-height: 1.5;
}

.cf-turnstile {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}/*# sourceMappingURL=main.css.map */