@charset "UTF-8";

/*===========================================================

COMMON

============================================================*/

.font-en {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
}

.inner01 {
  width: 90%;
  margin: 0 auto;
}

.ttl01-wrap {
  position: relative;
  margin-bottom: 80px;
}

.ttl01-wrap::after {
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  width: 2px;
  height: 40px;
  content: "";
  margin: 0 auto;
  background-color: #05569e;
  z-index: 1;
}

.ttl01-en {
  position: absolute;
  top: -140px;
  font-size: 9rem;
  text-align: center;
  color: #05569e;
  font-weight: bold;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

.ttl01-ja {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}

.side-ttl01 .font-en {
  font-size: 9rem;
  letter-spacing: 0.05em;
  color: var(--blue);
  font-weight: bold;
  line-height: 1.2em;
}

.side-ttl01 .font-zen {
  font-size: 2rem;
  font-weight: bold;
}

.ttl03-wrap {
  margin-bottom: 60px;
}

.ttl03-en {
  font-size: 9rem;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.1em;
}

.ttl03-wrap.blue .ttl03-en {
  color: var(--blue);
}

.ttl03-ja {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffffff;
}

.ttl03-wrap.blue .ttl03-ja {
  color: var(--txt-color);
}

.ttl04 {
  text-align: center;
  background-color: var(--blue);
  max-width: 500px;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  border-radius: 999px;
  margin: 0 auto 30px;
  padding: 15px;
}

.ttl05-wrap {
  margin-bottom: 60px;
}

.ttl05-en {
  font-size: 6rem;
  text-align: center;
  color: var(--blue);
  font-weight: bold;
  line-height: 1.25em;
}

.ttl05-en.white {
  color: #fff;
}

.ttl05-wrap.blue .ttl03-en {
  color: var(--blue);
}

.ttl05-ja {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.ttl05-ja.white {
  color: #fff;
}

.btn02-wrap {
  text-align: right;
  margin-top: 20px;
}

.btn02:hover {
  text-decoration: underline;
}

.btn02 i {
  color: var(--main);
}

/*===========================================================

MV

============================================================*/

.mv {
  padding: 0;
  position: relative;
  background-color: #eaf5ff;
}

.mv-bg {
  width: calc(100% - 200px);
  margin-left: auto;
  position: relative;
}

.mv-bg-mask {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mv-catch-wrap {
  position: absolute;
  bottom: 15%;
  left: 3%;
  z-index: 2;
}

.mv-catch {
  font-size: 4.8rem;
  letter-spacing: 0.1em;
  color: var(--blue);
  font-weight: 700;
  line-height: 1.75em;
  display: inline-block;
  padding: 20px 10px 20px 30px;
  background-color: #fff;
  border-radius: 999px;
}

.mv-catch01 {
  margin-bottom: 30px;
}

.sp-mv {
  display: none;
}

/*===========================================================

お知らせ

============================================================*/

.news-section {
  padding-bottom: 60px;
  background-color: #eaf5ff;
  background-image: url(/wp-content/uploads/2025/08/kamome.png);
  background-repeat: no-repeat;
  background-size: 200px auto;
  background-position: top 30% right 15%;
}

.news-ttl {
  width: 350px;
}

.news-content {
  width: calc(100% - 410px);
}

/*===========================================================

ごあいさつ

============================================================*/

.greeting-section {
  padding-bottom: 0;
  background-color: #eaf5ff;
}

.greeting-bg {
  position: relative;
}

.greeting-bg-inner {
  background-color: #ffffff;
  padding: 90px 40px 60px;
  margin: 0 auto;
  width: 100%;
  max-width: calc(100% - 400px);
  border-radius: 80px;
}

.greeting-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 40px;
  content: "";
  margin: 0 auto;
  background-color: var(--blue);
  z-index: 1;
}

.greeting-txt {
  max-width: 600px;
  margin: 0 auto;
}

.greeting-txt p {
  line-height: 2em;
  font-weight: 600;
  font-size: 2rem;
}

.greeting-img01 {
  position: absolute;
  top: -200px;
  left: 0;
  width: 340px;
  z-index: 1;
}
.greeting-img02 {
  position: absolute;
  bottom: -200px;
  right: 0;
  width: 340px;
  z-index: 1;
}

.greeting-img01 img {
  border-radius: 0 20px 20px 0;
}

.greeting-img02 img {
  border-radius: 20px 0 0 20px;
}

/*===========================================================

事業所紹介

============================================================*/

.intro-section {
  padding-top: 200px;
  background-color: #eaf5ff;
  background-image: url(/wp-content/uploads/2025/08/info-top.png);
  background-repeat: no-repeat;
  background-size: 700px auto;
  background-position: bottom -2px left 100px;
  padding-bottom: 150px;
}

.intro-ttl {
  width: 350px;
}

.intro-content {
  width: calc(100% - 410px);
}

.intro-list.flex {
  justify-content: flex-start;
}

.intro-list li {
  width: 43%;
}

.intro-img {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4 / 2.6;
  margin-bottom: 25px;
}

.intro-img img {
  border-radius: 20px;
  aspect-ratio: 4 / 2.6;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition-duration: 0.3s;
}

.intro-img img:hover {
  transform: scale(1.2);
}

.intro02 {
  margin-top: 200px;
  margin-left: 7%;
}

.intro-head {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.5em;
}

.intro-head a {
  color: var(--blue);
  font-size: 2.4rem;
  font-weight: bold;
  transition-duration: 0.3s;
  line-height: 1.5em;
  align-items: center;
  justify-content: center;
  transform: translateX(-15px);
}

.intro-head a:hover {
  opacity: 0.7;
}

.ih-left {
  margin-right: 10px;
}

.ih-left img {
  width: 30px;
}
/*===========================================================

情報公開

============================================================*/

.info-section {
  background-color: #4a7fae;
}

.info-list li a {
  display: block;
  color: var(--blue);
  padding: 15px;
  background-color: #fff;
  border-radius: 8px;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  transition-duration: 0.3s;
}

.info-list li a:hover {
  background-color: var(--main);
  color: #fff;
}

.info-list li {
  margin-bottom: 15px;
}

.info-list li:last-of-type {
  margin-bottom: 0;
}

/*===========================================================

法人・施設概要

============================================================*/

.overview-ttl {
  width: 450px;
}

.overview-content {
  width: calc(100% - 510px);
  margin-top: 40px;
}

.overview-box {
  width: 47%;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*===========================================================

お問い合わせ

============================================================*/

.contact-section {
  background-color: #eaf5ff;
  background-image: url(/wp-content/uploads/2025/08/contact-bg.png);
  background-repeat: no-repeat;
  background-position: bottom right 100px;
  background-size: 200px auto;
}

.tel-bnr {
  max-width: 400px;
  margin: 0 auto 80px;
  transition-duration: 0.3s;
}

.tel-bnr:hover {
  opacity: 0.7;
}

/*===========================================================

就労支援B型

============================================================*/

.b-section01 {
  background-image: url(/wp-content/uploads/2025/08/kamome-blue.png);
  background-repeat: no-repeat;
  background-size: 200px auto;
  background-position: top 30% right 15%;
  padding-bottom: 60px;
}

.business-block01.flex {
  align-items: center;
}

.business-box01 {
  width: 47%;
}

.business-head01 {
  font-weight: bold;
  color: var(--blue);
  font-size: 3rem;
  margin-bottom: 40px;
}

.business-txt01 p {
  line-height: 2em;
}

.business-img01 img {
  border-radius: 30px;
}

.business-box02 {
  margin-top: 70px;
}

.business-d-list li {
  width: 47%;
  margin-bottom: 40px;
}

.bd-head {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--blue);
  line-height: 1.5em;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--main);
  margin-bottom: 10px;
}

.bd-img {
  max-width: 500px;
  margin: 0 auto 15px;
}

.bd-img img {
  border-radius: 30px;
}

.b-section02 {
  background-color: #eaf5ff;
}

.flow-list li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 20px;
}

.flow-list li::before {
  position: absolute;
  background-color: var(--blue);
  content: "";
  left: 0;
  top: 20px;
  width: 11px;
  height: 11px;
  border-radius: 999px;
}

.flow-list li::after {
  position: absolute;
  background-color: var(--blue);
  content: "";
  left: 5px;
  top: 30px;
  width: 1px;
  height: calc(100% + 20px);
}

.flow-list li:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}

.flow-list li:last-of-type::after {
  display: none;
}

.flow-inner-left {
  width: 65%;
}

.flow-inner-right {
  width: 30%;
}

.flow-time {
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  color: var(--blue);
  width: 100px;
}

.flow-content {
  width: calc(100% - 120px);
}

.flow-head {
  color: var(--blue);
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--main);
  font-size: 2.2rem;
  font-weight: bold;
}

.flow-img img {
  border-radius: 15px;
}

.b-section03 {
  background-image: url(/wp-content/uploads/2025/08/house.png);
  background-repeat: no-repeat;
  background-size: 700px auto;
  background-position: bottom -2px left 100px;
  padding-bottom: 150px;
}

.mer-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.mer-img {
  margin-bottom: 15px;
}

.mer-img img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
}

.mer-txt {
  font-size: 1.8rem;
  text-align: center;
  color: var(--blue);
  font-weight: bold;
  margin-bottom: 0;
}

/*===========================================================

共同生活援助

============================================================*/

.life-section01 {
  background-image: url(/wp-content/uploads/2025/08/kamome-blue.png);
  background-repeat: no-repeat;
  background-size: 200px auto;
  background-position: top 30% left 15%;
  padding-bottom: 180px;
}

.life-section02 {
  background-color: #eaf5ff;
}

.worries-list li {
  width: 30%;
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
}

.worries-head {
  text-align: center;
  font-weight: bold;
  color: var(--blue);
  margin-bottom: 15px;
  font-size: 2rem;
}

.worries-icon {
  max-width: 200px;
  margin: 0 auto;
}

.life-section03 {
  background-image: url(/wp-content/uploads/2025/08/house.png);
  background-repeat: no-repeat;
  background-size: 700px auto;
  background-position: bottom -2px left 100px;
  padding-bottom: 90px;
}

.facility-box {
  margin-bottom: 60px;
}

.facility-inner > div {
  width: 47%;
}

/*===========================================================

採用情報

============================================================*/

.recruit-section01 {
  background-image: url(/wp-content/uploads/2025/08/kamome-blue.png);
  background-repeat: no-repeat;
  background-size: 200px auto;
  background-position: top 30% right 15%;
}

.recruit-section02 {
  background-color: #eaf5ff;
}

.recruit-section03 {
  background-color: #4a7fae;
}

.faq-wrap {
  padding: 50px 50px 30px 50px;
  background-color: #fff;
  border-radius: 30px;
}

.recruit-section04 {
  background-image: url(/wp-content/uploads/2025/08/house.png);
  background-repeat: no-repeat;
  background-size: 700px auto;
  background-position: bottom -2px left 100px;
  padding-bottom: 90px;
}

/*===========================================================

沿革

============================================================*/
table#tablepress-10 tbody td.column-1 {
  width: 20%;
  font-weight: 700;
}
table#tablepress-10 tbody td.column-2 {
  width: 80%;
}
