@charset "UTF-8";

/* 変数 */
:root {
  --coop_blue: #1e51a2;
  --gray1: #aaaaaa;

  --trans: 0.12s;
}

/* 全体 */
body {
  min-width: 0px !important;
  overflow-x: hidden;
}
#body {
  min-width: 0px !important;
}
#contents {
  width: min(100%, 1400px) !important;
  margin: 0 auto;
}
#content_body {
  display: flex;
  gap: 1rem;
  height: auto;
}
ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
li {
  list-style: none;
}
a {
  color: #000000;
  text-decoration: none;
}
a,
button,
input[type="submit"] {
  cursor: pointer;
}
h1 > span {
  display: inline !important;
}

/* -------------------------------- */

/* ヘッダ */
header {
  padding-left: 1.5rem;
}
.header_image {
  width: min(100%, 1300px);
  margin: 0 auto;
  padding: 0.4rem 0;
  text-align: left;
}

/* -------------------------------- */

/* サイドメニュー */
.sideMenu {
  position: sticky;
  top: 0;
  left: auto;
  width: 13%; /* サイドメニュー 横幅 */
  height: 100%;
  padding-top: 1.2rem;
  padding-left: 1.2rem;
  transition: 0.4s ease-in-out;
  background-color: #fff;
}
.sideMenu.is_scroll {
  top: 16%; /* サービストップ用 */
}
.sideMenu.is_scroll.noIndex {
  top: 28%; /* 各サービスページ用 */
}
.side_logo img {
  width: 100%;
  opacity: 1;
  transition: var(--trans);
}
.side_logo img:hover {
  opacity: 0.8;
}
.sideMenu_body_top,
.sideMenu_body_under {
  padding-bottom: 1rem;
  border-bottom: solid 1px var(--gray1);
}
.sideMenu_body_under,
.freeTel {
  padding-top: 1rem;
}
.sideMenu_body_top a {
  display: block;
  padding: 0.3rem 0.75rem;
  margin: 0.25rem 0;
  border-radius: 1.75rem;
  font-size: 0.8rem;
  /* font-weight: bold; */
  box-sizing: border-box;
  color: #ffffff;
  /* background-color: #2f78ef; */
  background-color: var(--coop_blue);
  transition: var(--trans);
}
.sideMenu_body_under a {
  display: block;
  padding: 0.25rem 0.5rem;
  font-size: 0.95rem;
}
.sideMenu_body_top a:hover {
  background-color: #235ebc;
}
.sideMenu_body_under a:hover {
  background-color: #fffde3;
}
.sideMenu_body_top img,
.sideMenu_body_under img {
  display: inline-block;
  width: 1.2rem;
  height: auto;
  margin-right: 0.4rem;
  vertical-align: -0.4rem;
  filter: brightness(0) saturate(100%) invert(100%) sepia(94%) saturate(23%)
    hue-rotate(201deg) brightness(105%) contrast(102%);
}
.sideMenu_body_top li.top:not(:has(a)) {
  font-weight: bold;
  font-size: 1.05rem;
  text-align: center;
  margin: 0.5rem 0;
  margin-bottom: 1.5rem;
  color: var(--coop_blue);
  cursor: default;
  user-select: none;
}
.sideMenu_body_top li.top a {
  font-weight: bold;
  padding: 0;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
  text-align: center;
  color: var(--coop_blue);
  background-color: transparent;
  opacity: 1;
}
.sideMenu_body_top li.top a:hover {
  opacity: 0.8;
}

/* PCのみ表示 */
@media screen and (min-width: 0px) and (max-width: 679px) {
  .sideMenu {
    display: none;
  }
}

/* -------------------------------- */

/* コンテンツ */
.contents_body {
  width: 82%; /* コンテンツ 横幅(index.htmlのみ) */
}
.contents_body > div.w93p,
.contents_body > div.widthSet > div,
.contents_body > div.widthSet > section,
.contents_body > div.widthSet > h1 {
  width: 95%;
  box-sizing: border-box;
}
@media screen and (max-width: 679px) {
  .contents_body > div.w93p,
  .contents_body > div.widthSet > div,
  .contents_body > div.widthSet > section,
  .contents_body > div.widthSet > h1 {
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 679px) {
  /* コンテンツ */
  .contents_body {
    width: 100%; /* コンテンツ 横幅 */
  }
  .contents_body > div.w93p,
  .contents_body > div.widthSet > div {
    width: calc(100% - 2rem) !important;
    margin: 0 auto;
  }
  .contents_body h1 {
    display: block;
    text-align: center;
    color: #ffffff;
    background-color: #009bc2;
  }
}

/* about */
.about h2 {
  width: fit-content;
  margin: 0 auto !important;
  border-width: 4px !important;
}
.about p {
  line-height: 1.6;
}
@media screen and (min-width: 680px) {
  .about {
    margin: 3rem 0;
  }
  .about h2 {
    padding: 0 20rem 0.75rem 20rem !important;
  }
  .about p {
    text-align: center;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 679px) {
  .about {
    margin: 1.5rem auto !important;
  }
  .about h2 {
    padding: 0 2rem 0.5rem 2rem !important;
  }
  .about p {
    text-align: justify;
    font-size: 1rem;
  }
}

/* -------------------------------- */

/* Swiper */
.swiper-item {
  height: 35rem;
}
.swiper-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide a {
  opacity: 1;
  transition: var(--trans);
}
@media screen and (min-width: 680px) {
  .swiper-slide a:hover {
    opacity: 0.85;
  }
}

/* Swiper ボタン */
.swiper-wrapper {
  position: relative;
  height: 2rem;
  margin: 0 auto;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute !important;
  content: "";
  width: 1rem;
  height: 1rem;
  border-left: solid 3px #ffffff;
  border-bottom: solid 3px #ffffff;
  transition: var(--trans);
}
.swiper-button-prev {
  left: 2rem !important;
}
.swiper-button-prev::before {
  left: 0;
  rotate: 45deg;
}
.swiper-button-next {
  right: 2rem !important;
}
.swiper-button-next::before {
  right: 0;
  rotate: -135deg;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  display: none; /* デフォルトの矢印を非表示に */
}
@media screen and (min-width: 680px) {
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    border-color: var(--coop_blue);
  }
}

/* Swiper ページネーション 画像 */
.swiper-buttons {
  display: none;
}
.swiperThumb {
  margin: 0 auto;
  margin-top: 0.75rem;
}
.swiperThumb .swiper-wrapper {
  width: fit-content;
}
.swiperThumb .swiper-slide {
  width: 120px !important;
  transition: var(--trans);
  cursor: pointer;
}
.swiperThumb .swiper-item {
  width: inherit;
  height: auto;
}
.swiperThumb img {
  width: inherit;
  height: auto;
  aspect-ratio: 28 / 15;
  box-sizing: border-box;
  transition: var(--trans);
  opacity: 0.6;
}
.swiperThumb img:hover {
  transform: translateY(-5px);
  opacity: 1;
}
.swiper-slide-thumb-active img {
  border: solid 2px var(--coop_blue);
  opacity: 1;
}

/* Swiper SP */
@media screen and (min-width: 0px) and (max-width: 679px) {
  .swiper-item {
    height: 15rem;
  }

  /* Swiper ボタン */
  .swiper-buttons {
    position: relative;
    display: block;
    height: 2rem;
    margin: 0 auto;
  }

  /* ページネーション ドットver */
  .swiperThumb {
    display: none;
  }
  .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-pagination span {
    background-color: var(--coop_blue);
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 0.8rem !important;
    transition: var(--trans);
  }
  .swiper-pagination span:not(.swiper-pagination-bullet-active):hover {
    background-color: var(--coop_blue);
    opacity: 1;
  }
  .swiper-pagination span:not(.swiper-pagination-bullet-active) {
    background-color: var(--gray1);
    opacity: 0.8;
  }
}

/* -------------------------------- */

/* 各サービス */
.contents_buttons ul {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(160px, 2fr)); */
  grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
  gap: 1rem;
}
.contents_buttons li {
  border: solid 1px var(--gray1);
  height: 17rem;
}
.contents_buttons li:hover {
  background-color: #fffde3;
}
.contents_buttons li a {
  display: block;
}
.contents_buttons li strong {
  display: block;
  line-height: 1;
  padding: 0.5rem;
}
.contents_buttons li span {
  display: block;
  font-size: 0.8rem;
  padding: 0 0.5rem;
}
.contents_buttons li img {
  width: 100%;
}
.contents_buttons li.pdf a {
  position: relative;
  background-image: none !important;
}
.contents_buttons li.pdf a strong::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 10rem;
  height: 10rem;
  /* background-image: url(../images/pdf.gif); */
  background-repeat: no-repeat;
  background-position: center;
  z-index: 100;
}

/* 各サービス SP */
@media screen and (max-width: 679px) {
  .contents_buttons ul {
    display: block;
  }
  .contents_buttons li {
    height: auto;
    margin-bottom: 0.5rem;
    padding: 0;
  }
  .contents_buttons li a {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .contents_buttons li strong {
    line-height: 1;
    padding: 0.25rem 0.5rem;
  }
  .contents_buttons li strong::after {
    content: none !important;
  }
  .contents_buttons li span {
    font-size: 0.75rem;
    padding: 0 0.5rem;
    padding-bottom: 0.25rem;
    line-height: 1.4;
  }
  .contents_buttons li img {
    width: 6rem;
    height: 100%;
    object-fit: cover;
  }
  .contents_buttons li .small {
    font-size: 0.8rem;
    padding: 0;
  }
}

/* -------------------------------- */

/* お問い合わせ */
.contents_inquiry {
  margin-top: 3rem;
}
.inquiry_button {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
.inquiry_button > div {
  width: 50%;
}

/* お問い合わせ SP */
@media screen and (max-width: 679px) {
  .contents_inquiry {
    margin-top: 3rem !important;
  }
  .inquiry_button {
    display: block;
    margin-bottom: 2rem;
  }
  .inquiry_button > div {
    width: 100%;
  }
}

/* -------------------------------- */

/* サイドメニューのボタン */
.eventButtons {
  display: none;
}
@media screen and (max-width: 679px) {
  .eventButtons {
    display: block;
    margin: 1rem auto !important;
  }
  .eventButtons ul {
    display: grid;
    grid-template-columns: 5fr 5fr;
    gap: 0.5rem;
  }
  .eventButtons a {
    display: block;
    padding: 0.75rem 0.5rem;
    border: solid 1px var(--gray1);
  }
  .eventButtons img {
    display: inline-block;
    width: 1.2rem;
    height: auto;
    margin-right: 0.4rem;
    vertical-align: -0.15rem;
    filter: brightness(0) saturate(100%) invert(23%) sepia(73%) saturate(1532%)
      hue-rotate(196deg) brightness(96%) contrast(90%);
  }
}

/* -------------------------------- */

/* フリーダイヤル */
.freeTel {
  font-size: 0.9rem;
}
.freeTel img {
  width: 2rem !important;
  vertical-align: -0.2rem;
}
.freeTel span {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #26690b;
}

/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */

/* 組声ひろば リンクバナー用 */
@media screen and (min-width: 680px) {
  /* PC */
  .kumikoe_banner {
    /* opacity: 0;
    pointer-events: none; */
    position: fixed;
    content: "";
    bottom: 4rem;
    right: calc((100vw - 1100px) / 2 - 2rem);
    /* width: 14rem !important; */
    transition: 0.5s;
    z-index: 100;
  }
  .kumikoe_banner.is_show {
    /* opacity: 1;
    pointer-events: all; */
    bottom: 2rem;
    right: calc((100vw - 1100px) / 2 - 3rem);
    transform: scale(0.9);
  }
  .kumikoe_banner.is_show a {
    padding: 0.6rem 2rem;
  }
  .kumikoe_banner a {
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 3rem;
    padding-left: 3.5rem;
    line-height: 1;
    border-radius: 10rem;
    font-size: 1.1rem;
    font-weight: bold;
    color: #ff711f;
    background-color: #ffffff;
    border: solid 2px #ff711f;
    box-sizing: border-box;
    transition: 0.15s;
    z-index: 1;
  }
  .kumikoe_banner a:hover {
    color: #ffffff;
  }
  .kumikoe_banner a::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
  }
  .kumikoe_banner a:hover::after {
    transform: scale(1, 1);
    background-color: #ff711f;
  }
  .kumikoe_banner a img {
    transition: 0.15s;
    width: 1.5rem;
  }
  .kumikoe_banner a:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(94%) saturate(23%)
      hue-rotate(201deg) brightness(105%) contrast(102%);
  }
}

@media screen and (min-width: 0px) and (max-width: 679px) {
  /* SP */
  .kumikoe_banner {
    position: fixed;
    content: "";
    top: 1.5rem;
    right: -20rem;
    transition: 0.3s;
    /* line-height: 0;
    opacity: 0; */
    z-index: 100;
  }
  .kumikoe_banner.is_show {
    right: 0.4rem;
    /* line-height: 1;
    opacity: 1; */
  }
  .kumikoe_banner a {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    padding: 0.4rem 3rem;
    padding-left: 2.5rem;
    line-height: 1;
    border-radius: 10rem;
    font-size: 1rem;
    font-weight: bold;
    color: #ff711f;
    background-color: #ffffff;
    border: solid 2px #ff711f;
    box-sizing: border-box;
    transition: 0.15s;
    z-index: 1;
  }
  .kumikoe_banner.is_show a {
    pointer-events: auto;
  }
  .kumikoe_banner a img {
    transition: 0.15s;
    width: 1.5rem;
  }
}
