@charset "UTF-8";
/*====================================
　早見表
  画面幅サイズ別
  $conts-width-◎　◎＝l , m , s

  サイトカラー
  $color-◎　◎＝pink , blue , orange , green , border , lightgray

  フォントカラー・フォントファミリー
  $font-color-black
  $font-family-gothic  $font-family-mincho

  full-width＝親要素を超えて子要素がフル画面幅
  flex-column＝端寄せ均等幅  flex-center＝上下左右中央揃え
  media(320px ＝ xs   480px ＝ s   768px ＝ m   1000px ＝ l)

  可変px指定clamp
  auto-px(○,□,△) ○＝最大pxサイズ　□＝最小pxサイズ　△＝最小画面サイズ

====================================*/
@font-face {
  font-family: 'Kollektif';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Kollektif.woff") format("woff");
  font-display: swap; }
@font-face {
  font-family: 'Kollektif';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Kollektif-Bold.woff") format("woff");
  font-display: swap; }
/*====================================*/
/*----------------------------------
  Structure
----------------------------------
0. タグ設定
  0.1. ページサイズ
1. ヘッダー
  1.1	ナビゲーション
  1.2 見出し
2. コンテンツ
  2.1. トップへ戻る
3. フッター

====================================*/
/*----------------------------------
	0. タグ設定
------------------------------------*/
/* ------ ベース ------- */
html {
  font-size: 62.5%; }

body {
  font-size: clamp(14px, 2.917vw, 16px);
  font-weight: 500;
  line-height: 1.7em;
  color: #000;
  font-family: "Kollektif", Quicksand, "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  counter-reset: number 0; }

/* ------ link ------- */
a {
  color: #03C;
  text-decoration: none; }

a:hover {
  color: #06F;
  text-decoration: underline; }

a.textlinkUl {
  text-decoration: underline; }

a img {
  border: none;
  border: 0; }

a:hover img.link {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6; }

/* ------ img ------- */
@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
    width: auto; } }
/*----------------------------------
	1. ヘッダー
------------------------------------*/
/* ------ ロゴのサブタイトル非表示 ------- */
.header-titles .site-description {
  display: none; }

/*----------------------------------
	1.1. ナビゲーション
------------------------------------*/
.header {
  background-color: white;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.35); }
  @media screen and (min-width: 960px) {
    .header {
      height: 80px; } }
  .header .fix-button {
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px; }
    @media screen and (max-width: 960px) {
      .header .fix-button {
        width: 80px;
        right: 60px;
        position: relative;
        gap: 15px; } }
    .header .fix-button div {
      width: calc(50% - 4px); }
      .header .fix-button div a {
        display: block;
        line-height: 0; }

.header__inner {
  padding: 0 0 0 2%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative; }
  @media screen and (min-width: 960px) {
    .header__inner {
      padding: 0 20px; } }

/* ヘッダーのロゴ部分 */
.header__title {
  width: 126px; }
  .header__title:hover {
    opacity: 0.8; }
  @media screen and (min-width: 960px) {
    .header__title {
      width: 140px; } }
  .header__title img {
    display: block;
    width: 100%;
    height: 100%; }

/* ヘッダーのナビ部分 */
.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #fff;
  transition: ease .4s;
  display: flex;
  z-index: 1; }
  @media screen and (max-width: 959px) {
    .header__nav {
      width: 100%; } }
  @media screen and (min-width: 960px) and (max-width: 1199px) {
    .header__nav {
      width: 70%;
      position: static;
      transform: initial;
      background-color: inherit;
      height: inherit;
      display: flex;
      justify-content: end; } }
  @media screen and (min-width: 1200px) and (max-width: 1399px) {
    .header__nav {
      width: 60%;
      position: static;
      transform: initial;
      background-color: inherit;
      height: inherit;
      display: flex;
      justify-content: end; } }
  @media screen and (min-width: 1400px) {
    .header__nav {
      width: 50%;
      position: static;
      transform: initial;
      background-color: inherit;
      height: inherit;
      display: flex;
      justify-content: end; } }

.nav__items {
  margin: auto; }
  @media screen and (min-width: 960px) {
    .nav__items {
      margin: initial;
      width: 100%;
      display: flex;
      align-items: center;
      height: initial;
      justify-content: space-between; } }

.nav-items__item {
  font-family: "Kollektif";
  font-weight: 600;
  cursor: pointer;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center; }
  .nav-items__item:last-child a {
    margin-bottom: 0; }
  .nav-items__item a {
    color: black;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 24px;
    margin-bottom: 24px;
    font-family: "Kollektif", Quicksand, "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
    @media screen and (min-width: 960px) {
      .nav-items__item a {
        margin-bottom: 0;
        font-size: 18px; } }

/* ハンバーガーメニュー */
.header__hamburger {
  height: 100%;
  width: 40px;
  right: 10px;
  position: absolute; }

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  cursor: pointer; }
  @media screen and (min-width: 960px) {
    .hamburger {
      display: none; } }
  .hamburger span {
    width: 100%;
    height: 1px;
    background-color: #000;
    position: relative;
    transition: ease .4s;
    display: block; }
    .hamburger span:nth-child(1) {
      top: 0; }
    .hamburger span:nth-child(2) {
      margin: 6px 0; }
    .hamburger span:nth-child(3) {
      top: 0; }

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0); }

.hamburger.active span:nth-child(1) {
  top: 4px;
  transform: rotate(45deg); }

.hamburger.active span:nth-child(2) {
  opacity: 0; }

.hamburger.active span:nth-child(3) {
  top: -10px;
  transform: rotate(-45deg); }

/*----------------------------------
	1.2. 見出し
------------------------------------*/
p {
  margin-bottom: 1em; }

.ttl-style01 {
  font-size: clamp(13px, 1.693vw, 18px);
  margin-bottom: clamp(40px, 5.208vw, 60px);
  font-family: 'Kollektif', 'Yu Gothic', '游ゴシック体', 'YuGothic', sans-serif;
  line-height: 1.4; }
  .ttl-style01 span {
    display: flex;
    align-items: center;
    font-size: clamp(36px, 4.688vw, 48px);
    margin-bottom: 6px; }
    .ttl-style01 span:before {
      content: '';
      display: inline-block;
      margin-right: 10px;
      width: 18px;
      height: 4px;
      background-color: #000000; }

.ttl-style02 {
  width: 96%;
  margin: 0 auto 30px;
  font-family: 'Kollektif', 'Yu Gothic', '游ゴシック体', 'YuGothic', sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 5.208vw, 50px); }
  .ttl-style02.mb-60 {
    margin-bottom: 60px; }
  @media (max-width: 768px) {
    .ttl-style02 {
      margin-bottom: 10px; }
      .ttl-style02.mb-60 {
        margin-bottom: 60px; } }

.ttl-style03 {
  margin: 0 auto 60px;
  font-family: 'Kollektif', 'Yu Gothic', '游ゴシック体', 'YuGothic', sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 2.604vw, 28px);
  text-shadow: 1px 1px 0px #000, -1px -1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, 1px 0px 0px #000, -1px 0px 0px #000, 0px 1px 0px #000, 0px -1px 0px #000;
  color: white; }
  @media (max-width: 768px) {
    .ttl-style03 {
      margin-bottom: 10px; } }

.ttl-style04 {
  margin: 0 auto 30px;
  font-family: 'Kollektif', 'Yu Gothic', '游ゴシック体', 'YuGothic', sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 5.208vw, 50px);
  max-width: 100%; }
  .ttl-style04.mb-60 {
    margin-bottom: 60px; }
  @media (max-width: 768px) {
    .ttl-style04 {
      margin-bottom: 10px; }
      .ttl-style04.mb-60 {
        margin-bottom: 60px; } }

.ttl-style05 {
  margin: 0 auto 30px;
  font-family: 'Kollektif', 'Yu Gothic', '游ゴシック体', 'YuGothic', sans-serif;
  font-weight: 900;
  font-size: clamp(30px, 3.906vw, 50px);
  line-height: 1.4; }

.ttl-style06 {
  margin: 0 auto 30px;
  font-family: 'Yu Gothic', '游ゴシック体', 'YuGothic', sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 2.344vw, 24px);
  line-height: 1.4; }
  .ttl-style06 span {
    font-size: clamp(13px, 1.693vw, 16px); }

/*----------------------------------
	2. コンテンツ
------------------------------------*/
.grecaptcha-badge {
  visibility: hidden; }

.entry-content {
  padding-top: clamp(90px, 11.719vw, 100px); }
  .entry-content p {
    font-size: clamp(13px, 1.693vw, 15px); }

.home .entry-content {
  padding-top: 0; }

.conts__cell--0 {
  padding: 0; }

.conts__cell--tb20 {
  padding: 20px 0; }

.conts__cell--t20 {
  padding-top: 20px; }

.conts__cell--b20 {
  padding-bottom: 20px; }

.conts__cell--tb40 {
  padding: 40px 0; }

.conts__cell--t40 {
  padding-top: 40px; }

.conts__cell--b40 {
  padding-bottom: 40px; }

.conts__cell--tb60 {
  padding: 60px 0; }

.conts__cell--t60 {
  padding-top: 60px; }

.conts__cell--b60 {
  padding-bottom: 60px; }

.conts__cell--tb80 {
  padding: 80px 0; }

.conts__cell--t80b40 {
  padding: 80px 0 40px; }

.conts__cell--t80 {
  padding-top: 80px; }

.conts__cell--b80 {
  padding-bottom: 80px; }

.conts__inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 94%; }
  .conts__inner.narrow {
    max-width: 1000px; }

.conts__inner-xl {
  margin: 0 auto;
  width: 94%; }
  .conts__inner-xl.narrow {
    max-width: 1000px; }

.conts__width-m {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 1000px) {
  .conts__width-m {
    padding: 0 4%; } }
.conts__width-s {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 800px) {
  .conts__width-s {
    padding: 0 4%; } }
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: red; }

/*----------------------------------
	3. フッター
------------------------------------*/
#site-footer {
  background-color: #000000;
  padding: clamp(60px, 7.813vw, 80px) 4%; }

.footer-navigation-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .footer-navigation-wrapper {
      gap: 50px;
      align-items: center; } }
  .footer-navigation-wrapper nav {
    display: flex;
    gap: clamp(30px, 3.906vw, 50px);
    justify-content: flex-end;
    margin-bottom: 100px; }
    @media (max-width: 768px) {
      .footer-navigation-wrapper nav {
        justify-content: center; } }
    @media (max-width: 648px) {
      .footer-navigation-wrapper nav {
        display: block;
        width: 100%;
        margin-bottom: 0px; } }
    .footer-navigation-wrapper nav ul h4 {
      font-size: clamp(18px, 2.344vw, 24px);
      color: #fff;
      margin-bottom: 30px;
      font-family: 'Kollektif', 'Yu Gothic', '游ゴシック体', 'YuGothic', sans-serif; }
    .footer-navigation-wrapper nav ul li {
      font-size: clamp(14px, 1.823vw, 16px); }
      @media (max-width: 648px) {
        .footer-navigation-wrapper nav ul li {
          padding-left: 20px; } }
      .footer-navigation-wrapper nav ul li:not(:first-child) {
        margin-bottom: 20px; }
      .footer-navigation-wrapper nav ul li a {
        color: #ffffff; }
        .footer-navigation-wrapper nav ul li a .elementor-icon-list-icon {
          display: inline-block;
          padding-right: 6px; }

@media (max-width: 768px) {
  .footer-info {
    margin-bottom: 40px !important; } }
.footer-info a .logo {
  width: 260px;
  margin-bottom: 20px; }
.footer-info address {
  line-height: 2;
  margin-bottom: 10px;
  font-style: normal;
  font-size: clamp(13px, 2.708vw, 16px);
  color: #ffffff; }
.footer-info .ft-icon {
  justify-content: flex-start; }
  .footer-info .ft-icon a {
    width: 40px;
    margin-right: 20px; }
    .footer-info .ft-icon a img {
      width: 100%;
      height: auto; }

.footer-copyright {
  text-align: center;
  color: #ffffff;
  margin: 0;
  text-align: right; }

#page-top {
  position: fixed;
  right: 10px;
  z-index: 999;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px); }
  #page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e4eaf1;
    border-radius: 5px;
    width: 60px;
    height: 60px;
    color: #000000;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
    font-weight: 700;
    font-family: 'Kollektif', 'Yu Gothic', '游ゴシック体', 'YuGothic', sans-serif;
    line-height: 1.2; }
    #page-top a:hover {
      background: #000000;
      color: #ffffff; }
  #page-top.UpMove {
    animation: UpAnime 0.5s forwards; }
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
  #page-top.DownMove {
    animation: DownAnime 0.5s forwards; }
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 1;
    transform: translateY(100px); } }
.column-box__title {
  width: 35%; }

.column-box__body {
  width: 65%; }
