@charset "UTF-8";
/* ■■■■■■■■■■■ */
/* mixin-variable mixin・変数 */
/* ■■■■■■■■■■■ */
/*-----------------変数------------------*/
/*メディアクエリ*/
/*---------------カラー----------------*/
/*画像ズーム*/
/*---------------------------------------------------------------- ここからは旧式 ----------------------------------------------------------------*/
.main-c-back {
  background-color: #000000;
}
.sub-c1-back {
  background-color: #f2fdff;
}
.sub-c2-back {
  background-color: #c2e0ec;
}
.sub-c2-bor {
  border: 2px solid #ea8f02;
}
.sub-c3-back {
  background-color: #ddf1f9;
}
/*カラーリスト*/
/*white*/
/*black9*/
/*$black3*/
/*$black3*/
/*$black3*/
/*$black3*/
/*$black3*/
/*$black3*/
/*$black3*/
/*black3*/
/*black3*/
/*black3*/
/*black3*/
/*black3*/
/*black3*/
/*black3*/
/*black3*/
/*black3*/
/*gray1*/
/*gray3*/
/*black3*/
/*black3*/
/*black3*/
/*black3*/
/*black3*/
/*black3*/
/*black3*/
/*black3*/
.color-border10 {
  border-color: #444444;
  border: solid 1px;
  /*black3*/
}
.color-bg11 {
  background-color: #f2f2f2;
}
.color-bg12 {
  background-color: #e3e3e3;
}
/*旧カラー*/
/*カラー*/
.bg-sub-color1 {
  background-color: #cccccc;
}
.bg-sub-color2 {
  background-color: #000000;
}
/*テキストカラー*/
/*テキストカラー*/
.text-maincolor {
  color: #333333;
}
.text-white {
  color: #ffffff;
}
/*ボーダーカラー*/
/*ボックスフレームカラー*/
.bg-black {
  background-color: #333333;
}
.border-black {
  border: solid 3px #333333;
}
.txt-black {
  color: #333333;
}
.bg-red {
  background-color: #ea0202;
}
.border-red {
  border: solid 3px #ea0202;
}
.txt-red {
  color: #ea0202;
}
.bg-light-gray {
  background-color: #f2f2f2;
}
.border-light-gray {
  border: solid 3px #f2f2f2;
}
.txt-light-gray {
  color: #f2f2f2;
}
.bg-main-color {
  background-color: #f08437;
}
.border-main-color {
  border: solid 3px #f08437;
}
.txt-main-color {
  color: #f08437;
}
/*ツートbg*/
.twotone-white-gray {
  background: linear-gradient(90deg, #f8f8f8 0%, #f8f8f8 50%, #f1f1f1 50%, #f1f1f1 100%);
}
/*-----------------mixin------------------*/
/*アニメーション*/
/*見出し*/
/*-----------------mixin------------------*/
/*コンテンツ背景*/
/*コンテンツ大枠*/
/*ボタンのマージンや大きさ*/
/*画像のマージンや大きさ*/
/*--------------------------ボタン--------------------------------*/
/*小ボタン*/
/*大ボタン*/
/*WEB作品集バッジ*/
/*_Foundation.scss　 ワードプレスの不要な設定の打ち消し（reset.css的なもの）とサイトの基本設定*/
.container {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 769px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
}
/*.container{
	@include pc{width: 1110px;};
	@include sp{width:100%;};
    margin: 0 auto;	
	padding-left:15px;
	padding-right:15px;
}*/
.container-sm, .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 100%;
  }
  .container, .container-md, .container-sm {
    max-width: 100%;
  }
  .container {
    max-width: 100%;
  }
}
  /* ヘッダー固定スクロール（高さ調整版） */
  @media (min-width: 769px) {
    body.header_scrolled .gMenu_outer {
      position: fixed !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      z-index: 1000 !important;
      background-color: #ffffff !important;
      box-shadow: 0 2px 1px rgba(0,0,0,0.1) !important;
      display: block !important;
      padding: 15px 0 !important;
      min-height: 75px !important;
    }

    body.header_scrolled .gMenu_outer nav {
      display: block !important;
    }

    body.header_scrolled .gMenu_outer nav ul {
      margin: 0 !important;
      padding: 0 !important;
    }

    body.header_scrolled .gMenu_outer nav ul li a {
      padding: 10px 0.7vw !important;
      line-height: 1.2 !important;
    }

    body.admin-bar.header_scrolled .gMenu_outer {
      top: 32px !important;
    }
  }
/*
@media screen and (min-width:768px) {
.container, .container-md, .container-sm {
    max-width: 95% !important;}
	
.container, .container-md, .container-sm {
    max-width: 95% !important;
}

.container {
    max-width: 95% !important;
}	
}
*/
.wp-block-vk-blocks-heading {
  margin: 0 0 0 0;
}
.wp-block-columns {
  margin: 0 0 0 0;
}
figure {
  margin: 0 0 0 0;
}
.wp-block-image {
  margin-bottom: 0px;
}
.siteContent {
  padding: 0px;
}
p {
  display: block;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: calc(39/17);
  margin-bottom: 16px;
}
.mainSection-title, h2, h3, h4, h5, h6 {
  margin: 0px;
  clear: both;
}
.subSection-title, h3 {
  padding-bottom: 0px;
  position: relative;
  border-bottom: none;
}
body.single .page-header, .entry-meta-dataList, .entry-meta .entry-meta_items_term, .comments-area {
  display: none;
}
html {
  height: 100%;
}
h3::after {
  border-bottom: 0px solid;
}
/*記事一覧見出しH2の不要な装飾打消し*/
.single h2 {
  border-top: 0px;
  padding: 0;
  text-align: left;
}
/*パンくずリスト打消し*/
.breadSection {
  display: none;
}
.breadcrumb {
  display: none;
}
.fa_v5_css .entry-meta_items.published::before {
  display: none;
}
/*スクロールボタン打消し*/
.scrolled .page_top_btn {
  display: none;
}
/*カテゴリリンク打ち消し*/
.cate a, .cat a {
  opacity: 1;
  pointer-events: none;
}
/*トップへ戻るボタン打ち消し*/
.page_top_btn {
  display: none;
}
/* ■■■■■■■■■■■ */
/* primary 基本設定 */
/* ■■■■■■■■■■■ */
/*------------基本設定----------------*/
html {
  overflow: auto;
}
html {
  scroll-behavior: smooth;
}
body {
  position: relative;
  min-height: 100%;
  height: auto !important;
  width: 100%;
  overflow: hidden;
  word-wrap: break-word;
  /* 単語の途中でも改行 */
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media (min-width: 769px) {
  body {
    line-height: 160%;
  }
}
@media (max-width: 768px) {
  body {
    line-height: 200%;
  }
}
* {
  box-sizing: border-box;
}
/*フレックス設定*/
@media (max-width: 768px) {
  .wp-block-columns {
    justify-content: space-between;
  }
}
/*----------リンク関連----------*/
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
@media (min-width: 769px) {
  a:hover {
    transition: 0.5s;
    opacity: 0.5;
  }
}
img {
  width: 100%;
}
@media (min-width: 769px) {
  a:hover img {
    transition: 0.5s;
    opacity: 0.7;
  }
}
/*--------テキスト---------*/
p, li, h2, h3, h4, h5, h6 {
  color: #444444;
}
@media (min-width: 769px) {
  p, li, h2, h3, h4, h5, h6 {
    font-size: 16px;
    line-height: 100%;
  }
}
@media (max-width: 768px) {
  p, li, h2, h3, h4, h5, h6 {
    font-size: 16px;
    line-height: 160%;
  }
}
ul, ol {
  padding-inline-start: 20px;
}
li {
  font-size: 16px;
}
.ek-linked-block a:hover {
  background-color: #ffffff;
  transition: 1.5s;
  opacity: 0.5;
}
/*--------------------------------------メインビジュアル--------------------------------------*/
.siteContent {
  margin-top: -2px;
}
/*テキスト調整 位置_PC右　SP中央*/
.slide-text-title {
  display: inline-block;
  background-color: white;
  padding: 20px;
  opacity: 0.9;
}
@media (min-width: 769px) {
  .slide-text-title {
    font-size: 2vw;
  }
}
@media (min-width: 769px) {
  .slide-text-set {
    left: 65%;
  }
}
.home .siteHeader {
  position: absolute;
  background: transparent;
}
/*---------------ヘッダー----------------------------*/
.vk-mobile-nav-menu-btn {
  top: 25px;
}
.siteHeader {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .siteHeader {
    height: 80px;
  }
}
@media (max-width: 768px) {
  .siteHeader {
    min-height: auto;
  }
}
.home .siteHeader {
  height: auto;
}
.siteHeader, .header_scrolled .gMenu_outer {
  background-color: #ffffff;
}
.siteHeader .container {
  z-index: 999;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .siteHeader .container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .siteHeader .container {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .siteHeader .container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.siteHeader_logo {
  display: none;
}
.header_scrolled.admin-bar .gMenu_outer {
  display: none;
}
.home .siteHeader .container {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 769px) {
  .gMenu_outer {
    display: block;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .gMenu_outer {
    display: none;
  }
}
@media (min-width: 769px) {
  .vk-mobile-nav-menu-btn, .vk-mobile-nav-menu-btn.menu-open {
    display: none;
  }
}
@media (max-width: 768px) {
  .vk-mobile-nav-menu-btn, .vk-mobile-nav-menu-btn.menu-open {
    display: block;
  }
}
.gMenu_outer {
  float: left;
  width: fit-content;
  margin-left: 50%;
  transform: translateX(-50%);
}
.gMenu > li .gMenu_name {
  font-size: 16px;
}
.gMenu a {
  color: #444444 !important;
  display: block !important;
  padding: 0.7vw !important;
  position: relative;
}
.home .gMenu_outer nav {
  top: 20px;
  position: relative;
}
.gMenu li li {
  background-color: #000000;
}
.gMenu a:hover {
  opacity: 0.3 !important;
  transition: 0.5s !important;
}
.gMenu > li:before {
  border-bottom: none;
}
/*メニュの伸びるボーダー*/
.sns-list {
  position: absolute;
  right: 2%;
  top: 29px;
  margin-top: 0;
  margin-bottom: 0;
}
.sns-list li {
  list-style-type: none;
  display: inline-block;
  width: 16px;
  max-width: 16px;
  margin: 0 4px;
}
.sns-list li a {
  color: #000000;
}
.home .sns-list {
  position: absolute;
  right: 2%;
  top: 30px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.home .sns-list li a {
  color: #000000;
}
.gMenu > li.menu-item-has-children::after {
  border-bottom-color: #000000 !important;
  bottom: 9px !important;
}
.gMenu > li > ul.sub-menu {
  background-color: #000000;
}
.gMenu ul li a, .gMenu ul li a:hover {
  color: #fff !important;
  font-size: 14px;
}
.gMenu > li.menu-item-has-children::after {
  border-bottom-color: #000000 !important;
}
.device-pc .gMenu > li.menu-item-has-children:hover::after, .gMenu > li.acc-parent-open::after {
  opacity: 1;
  bottom: 9px;
}
#content p {
  font-size: 18px;
}
.wp-block-table.is-style-stripes td {
  border-color: #cccccc;
}
/*--------------------------------------フッター調整--------------------------------------*/
.mainSection {
  margin-bottom: -1px;
}
@media (min-width: 769px) {
  .footerlink {
    display: flex;
    margin: 0 auto;
    width: fit-content;
    justify-content: center;
    gap: 4em;
    margin: 0px auto 48px auto;
  }
}
@media (max-width: 768px) {
  .footerlink {
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .footerlink p {
    margin-bottom: 20px;
  }
}
.sectionBox {
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}
@media (min-width: 769px) {
  .single footer {
    width: 100%;
    bottom: 0px;
  }
}
/*フッターカラー*/
.section.siteFooter {
  background: #000000;
  border-top-color: #000000;
}
footer a, footer p {
  color: #ffffff;
  text-decoration: none !important;
}
footer a:hover {
  color: #ffffff;
  opacity: 0.5;
  transition: 0.5s;
}
.size16 {
  font-size: 16px !important;
}
.vk-mobile-nav {
  background-color: #000000;
}
.vk-mobile-nav li {
  color: #ffffff;
}
.vk-mobile-nav nav > ul {
  border-top: none;
}
.vk-mobile-nav nav ul li a {
  color: #ffffff;
  border-bottom: none;
  text-align: center;
  font-family: "Suranna", serif;
  font-size: 24px;
}
.vk-mobile-nav-menu-btn {
  left: 87vw;
}
/*
.vk-mobile-nav-menu-btn {
	background: url(../../../themes/kiizna/inc/vk-mobile-nav/package//images/vk-menu-btn-black.svg) center 50% no-repeat rgba(0,0,0,0);
}*/
.mobile-sns-wrp {
  border-bottom: 1px solid #5a5a5a;
  border-top: 1px solid #5a5a5a;
}
.mobile-sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0px;
}
.mobile-sns-list li {
  font-size: 6vw;
  display: inline-block;
  margin-left: 3vw;
  margin-bottom: 0px;
}
.mobile-sns-list li:first-child {
  margin-left: 0px;
}
.mobile-sns-list a {
  color: #ffffff;
}
.movile-bottom-cont {
  text-align: center;
  gap: 0.5em;
  flex-wrap: nowrap !important;
  width: 86%;
  margin: 48px auto 0 auto;
  position: relative;
  left: 6%;
}
.movile-bottom-cont a {
  color: #ffffff;
}
.mobile-bottom-cap {
  color: #c9c9c9;
  font-size: 10px !important;
  text-align: center;
}
/* Close時　白色 */
.vk-mobile-nav-menu-btn.menu-open {
  background: url(../../../themes/kiizna/inc/vk-mobile-nav/package//images/vk-menu-close-white.svg) center 50% no-repeat rgba(0, 0, 0, 0);
}
.vk-mobile-nav-menu-btn, .vk-mobile-nav-menu-btn.menu-open {
  border: none;
}
/*SPメニュー開閉のアニメーーション*/
.vk-mobile-nav-open .vk-menu-acc li, .vk-mobile-nav-open .mobile-sns-list li, .vk-mobile-nav-open .hidebox {
  overflow: hidden;
}
.vk-mobile-nav-open .vk-menu-acc li a {
  transform: translate(0%, 0%);
}
.vk-mobile-nav-open .mobile-sns-list i {
  transform: translate(0%, 0%) !important;
}
.vk-mobile-nav-open .hidebox p {
  transform: translate(0%, 0%) !important;
}
.vk-mobile-nav nav ul li a, .vk-mobile-nav .mobile-sns-list i, .vk-mobile-nav .hidebox p {
  transform: translate(0%, 100%);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-delay: 600ms;
}
.vk-mobile-nav .mobile-sns-list i {
  transform: translate(0%, 140%);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-delay: 600ms;
}
.vk-mobile-nav.vk-mobile-nav-open {
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  opacity: 1;
  z-index: 2000;
}
.vk-mobile-nav {
  position: fixed;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  padding: 45px 10px;
  overflow: scroll;
  transition: all 0.7s cubic-bezier(0, 0.77, 0.6, 1.05);
  z-index: -2000;
}
/*---------------ニュース-------------------------*/
.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
  font-size: 0.8125em;
}
@media (min-width: 769px) {
  .wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    display: inline;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    display: block;
  }
}
.wp-block-latest-posts li time {
  color: #000000;
}
/*--------------------------------------コンタクトフォーム--------------------------------------*/
label {
  width: 100%;
}
.form-control {
  border-radius: 0;
}
.hr-bold {
  height: 2px;
  background-color: #000000;
  margin: 56px 0px;
}
.wid-800 {
  max-width: 800px;
  margin: 0 auto;
}
.wpcf7 .item, .hissu {
  display: inline-block;
  margin-bottom: 12px;
}
.wpcf7 .hissu {
  margin-left: 12px;
  font-size: 12px;
  color: #ffffff;
  padding: 6px 8px;
  background-color: #000000;
  line-height: 100%;
}
label {
  margin-bottom: 32px;
}
::placeholder {
  color: #BABABA !important;
  font-family: "Zen Old Mincho", serif;
}
.form-flx {
  display: flex;
  gap: 1em;
  margin-top: -40px;
}
@media (min-width: 769px) {
  .form-flx {
    align-items: start;
    margin-bottom: 0px;
  }
}
.form-flx-confirm {
  display: flex;
  gap: 1em;
}
@media (min-width: 769px) {
  .form-flx-confirm {
    align-items: start;
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.form-flx div {
  width: 100%;
}
.btn-primary {
  padding: 16px;
  border-radius: 0px;
}
@media (min-width: 769px) {
  .btn-primary {
    width: 240px;
  }
}
@media (max-width: 768px) {
  .btn-primary {
    width: 100%;
  }
}
.btn-primary:hover {
  background-color: #444444;
}
.submit-btn {
  margin: 0 auto;
  position: relative;
  width: fit-content;
}
@media (min-width: 769px) {
  .submit-btn {
    left: 30px;
  }
}
@media (max-width: 768px) {
  .submit-btn {
    width: 100%;
  }
}
.submit-btn:before {
  content: "";
  display: inline-block;
  height: 6px;
  width: 12px;
  position: absolute;
  background-image: url(../../../uploads/2024/08/arr_white.png);
  background-size: cover;
}
@media (min-width: 769px) {
  .submit-btn:before {
    right: 30%;
    top: 50%;
  }
}
@media (max-width: 768px) {
  .submit-btn:before {
    right: 6%;
    top: 32%;
  }
}
.submit-btn:hover::before {
  transition: 0.5s;
}
@media (min-width: 769px) {
  .submit-btn:hover::before {
    right: 26%;
  }
}
@media (max-width: 768px) {
  .submit-btn:hover::before {
    right: 3%;
  }
}
.wpcf7-submit:disabled {
  background-color: #999;
}
.btn-primary:disabled {
  color: #fff;
  border-color: transparent;
}
.wpcf7-form-control-wrap textarea {
  font-size: 16px;
}
.wpcf7-form-control-wrap input {
  font-size: 16px;
}
span.wpcf7-list-item {
  margin: 0;
}
.pribacy, .privacy a {
  color: #000000;
  margin-left: 16px;
  text-underline-offset: 5px;
}
input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  vertical-align: -7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="checkbox"]:checked:after {
  content: "";
  background-color: #707070;
  position: absolute;
  width: 19px;
  height: 19px;
  z-index: -1;
  bottom: 1;
  margin-top: -1px;
}
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 8px;
  height: 11px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  content: "";
}
.agree {
  font-size: 12px;
  margin-bottom: 32px;
  display: block;
  position: relative;
  left: 32px;
  line-height: 20px;
}
@media (min-width: 769px) {
  .agree {
    margin-top: 19px;
  }
}
@media (max-width: 768px) {
  .agree {
    margin-top: -4px;
    margin-bottom: 60px;
  }
}
.count {
  font-size: 12px;
}
@media (min-width: 769px) {
  .count {
    margin-left: 16px;
  }
}
.wpcf7-previous {
  background: no-repeat;
  border: none;
  color: #9b9b9b;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 16px;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}
/*----------------個別投稿一覧ページ-------------*/
.post-3948 {
  padding: 80px 0px;
}
.page-id-3948 h2, .single h2 {
  margin-bottom: 24px;
}
.page-id-3948 .wp-block-separator, .single .wp-block-separator {
  border-top: 1px none;
  border-bottom: 1px none;
}
@media (min-width: 769px) {
  .page-id-3948 .wp-block-post-title a, .page-id-3948 .wp-block-post-featured-image a, .single .wp-block-post-title a, .single .wp-block-post-featured-image a {
    display: block;
  }
}
@media (min-width: 769px) {
  .page-id-3948 figure {
    width: 300px;
    float: left;
    margin: 0 24px 24px 0;
  }
}
@media (max-width: 768px) {
  .page-id-3948 figure img {
    margin-bottom: 24px;
  }
}
.page-id-3948 h2 {
  border-top-color: #000000;
}
.alignwide {
  margin-left: 0px;
  margin-right: 0px;
}
.wp-block-read-more {
  display: inline;
  width: -moz-fit-content;
  width: fit-content;
}
.blog-inline ul {
  display: inline-block !important;
}
@media (min-width: 769px) {
  .wp-block-post-featured-image a {
    display: inline !important;
  }
}
/*----------------個別投稿ページ-------------*/
/*記事詳細ページ*/
.entry-header {
  margin-bottom: 0.2rem;
  position: relative;
  border-bottom: 1px solid #BABABA;
}
@media (min-width: 769px) {
  .entry-header {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .entry-header {
    height: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
.mainSection header h1 {
  margin-top: 0;
  line-height: 1.4em;
}
@media (min-width: 769px) {
  .mainSection header h1 {
    margin-bottom: 60px;
  }
}
.single .cate {
  letter-spacing: 1px;
  position: relative;
  top: 4px;
  height: 17px;
  padding-top: 3px;
  margin-left: -10px;
  font-family: "Suranna", serif;
  font-weight: normal;
  border: 0.25px solid #000000;
  font-size: 10px;
  width: 71px;
  margin-right: 8px;
  text-align: center;
  line-height: 100%;
}
.single .cate a {
  color: #000000;
}
.single .bloghead-flx {
  display: flex;
}
@media (min-width: 769px) {
  .single .bloghead-flx {
    margin-top: 60px;
  }
}
.single .siteContent, .single .breadSection, .category .siteContent, .category .breadSection {
  padding-left: 8%;
  padding-right: 8%;
}
.single .mainSection {
  margin-bottom: 0px;
  max-width: 960px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .single .mainSection {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.single .siteContent {
  margin: 0 auto 160px auto;
  /*	p a{
	margin-bottom: -48px; //Pについたパディングを打ち消すため
  　display: block;
	}*/
}
.single .siteContent .veu_autoEyeCatchBox {
  max-width: 480px;
  margin: 0 auto 80px auto;
}
.single .siteContent p {
  padding-bottom: 48px;
  margin-bottom: 0px;
}
@media (min-width: 769px) {
  .single .siteContent p {
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  .single .siteContent p {
    line-height: 32px;
  }
}
.single .siteContent h2 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 3px solid #000000;
  padding-bottom: 20px;
  line-height: 48px;
  margin-top: 48px;
  margin-bottom: 48px;
}
.single .siteContent h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  padding-top: 48px;
  padding-bottom: 32px;
  margin-bottom: 0px;
}
.single .siteContent .is-style-vk-heading-solid_bottomborder_black {
  border-bottom: solid 1px #bababa;
  margin-bottom: 48px;
}
.single .siteContent h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  margin-top: 40px;
  margin-bottom: 24px;
}
.single .siteContent ul {
  padding-inline-start: 0px;
  padding-left: 1.8em;
}
.single .siteContent ul, .single .siteContent ol {
  padding-bottom: 48px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.single .siteContent ul li {
  list-style-type: none;
  text-indent: -1.8em;
}
.single .siteContent ul li::before {
  content: "・";
  margin-right: 14px;
}
.single .siteContent ul li, .single .siteContent ol li {
  margin-bottom: 0px;
}
@media (min-width: 769px) {
  .single .siteContent ul li, .single .siteContent ol li {
    line-height: 48px;
    padding-bottom: 8px;
  }
}
@media (min-width: 769px) {
  .single .siteContent ul li, .single .siteContent ol li {
    line-height: 24px;
    padding-bottom: 28px;
  }
}
.single .siteContent ol li {
  padding-left: 10px;
}
.single .siteContent .single .siteContent ul li:last-child, .single .siteContent .single .siteContent ol li:last-child {
  padding-bottom: 0px;
}
.single .siteContent .has-cyan-bluish-gray-background-color {
  background: #fafafc !important;
  padding: 48px 48px 48px 48px;
  margin-bottom: 80px;
}
.single .siteContent .has-cyan-bluish-gray-background-color p:last-child, .single .siteContent .has-cyan-bluish-gray-background-color h2:last-child, .single .siteContent .has-cyan-bluish-gray-background-color h3:last-child, .single .siteContent .has-cyan-bluish-gray-background-color h4:last-child {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.single .siteContent .has-cyan-bluish-gray-background-color h2:first-child, .single .siteContent .has-cyan-bluish-gray-background-color h3:first-child, .single .siteContent .has-cyan-bluish-gray-background-color h4:first-child {
  padding-top: 0px !important;
  margin-top: 0px !important;
}
.single .siteContent .wp-block-freeform.block-library-rich-text__tinymce blockquote, .single .siteContent blockquote, .single .siteContent blockquote.wp-block-quote:not(.is-large):not(.is-style-large) {
  border: none;
  border-left: 5px solid #bababa;
  background-color: #ffffff;
  position: relative;
  font-size: 16px;
  margin-bottom: 80px;
}
.single .siteContent blockquote.wp-block-quote:not(.is-large):not(.is-style-large) p:first-child, .single .siteContent blockquote.wp-block-quote:not(.is-large):not(.is-style-large) h2:first-child, .single .siteContent blockquote.wp-block-quote:not(.is-large):not(.is-style-large) h3:first-child, .single .siteContent blockquote.wp-block-quote:not(.is-large):not(.is-style-large) h4:first-child {
  margin-top: 0px;
  padding-top: 0px;
}
.single .siteContent blockquote.wp-block-quote:not(.is-large):not(.is-style-large) p:last-child, .single .siteContent blockquote.wp-block-quote:not(.is-large):not(.is-style-large) h2:last-child, .single .siteContent blockquote.wp-block-quote:not(.is-large):not(.is-style-large) h3:last-child, .single .siteContent blockquote.wp-block-quote:not(.is-large):not(.is-style-large) h4:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.wp-block-freeform.block-library-rich-text__tinymce blockquote, blockquote, blockquote.wp-block-quote:not(.is-large):not(.is-style-large) p {
  margin-bottom: 0px;
}
.fa_v5_css blockquote:before, .fa_v5_css blockquote:after {
  display: none;
}
blockquote.wp-block-quote:not(.is-large):not(.is-style-large) p {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.cp-btn-sq01 p {
  padding-bottom: 0px !important;
}
/*----------Cpmpornentscss---------*/
h4 {
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 0.1 0.6em;
}
@media (min-width: 769px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 20px !important;
    text-align: center;
  }
}
.c-fullwidth-wrp {
  position: relative;
  margin: 0 calc(50% - 50vw);
}
@media (max-width: 768px) {
  .c-fullwidth-wrp {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.c-fullwidth-wrp-perfect {
  position: relative;
  margin: 0 calc(50% - 50vw);
}
/*
//コンテンツ幅全体
.c-fullwidth-wrp{
	position:relative;
			    left: 50%;
    transform: translateX(-50%);

	    @include pc {
			 width: 100vw;
           min-width:1200px;};

         @include sp {
			 width: 100vw;
            padding-right:16px !important;
	        padding-left:16px !important;};}


//コンテンツ幅全体
.c-fullwidth-wrp-perfect{
	position:relative;
			    left: 50%;
    transform: translateX(-50%);

	    @include pc {
			 width: 101vw;
           min-width:1200px;};

         @include sp {width: 100vw;};}
*/
.c-fullwidth-cont100 {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .c-fullwidth-cont100 {
    max-width: 1080px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .c-fullwidth-cont100 {
    width: 100%;
  }
}
.c-cont {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .c-cont {
    max-width: 1080px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .c-cont {
    width: 95%;
  }
}
.c-cont100 {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .c-cont100 {
    max-width: 1080px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .c-cont100 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .c-sp95-cont {
    width: 95%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .c-sp100-cont {
    width: 100%;
    margin: 0 auto;
  }
}
.c-fullwidth-cont {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .c-fullwidth-cont {
    max-width: 960px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .c-fullwidth-cont {
    width: 90%;
  }
}
@media (min-width: 769px) {
  .c-fullwidth-pd {
    padding: 0 5%;
  }
}
@media (min-width: 769px) {
  .c-fullwidth-pd-all {
    padding: 0 5%;
  }
}
@media (max-width: 768px) {
  .c-fullwidth-pd-all {
    padding: 0 3%;
  }
}
@media (min-width: 769px) {
  .c-fullwidth-mb {
    margin-left: 5%;
    margin-right: 5%;
  }
}
.c-bg-contain {
  background-size: contain;
  background-repeat: round;
}
.c-bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
}
.c-bg-cover-pic {
  background-size: cover;
  background-repeat: no-repeat;
}
.c-pic-full {
  background-size: contain;
  background-repeat: no-repeat;
  height: 81vw;
  margin-bottom: -20px;
}
.bg2 {
  width: 100vw;
  background-size: contain;
  background-image: url(http://siteworks.site/miroku-no-shizuku/wp-content/uploads/2021/03/wood-back-scaled.jpg);
  background-repeat: repeat;
}
.c-bgimage01 {
  background-image: url(https://www.siteworks.site/ssworks/wp-content/uploads/2022/11/tuyomi-back.jpg);
}
.c-bgimage02 {
  background-image: url(https://www.siteworks.site/handy-graphics/wp-content/uploads/2022/01/hg-top-intro.png);
}
.c-bgimage03 {
  background-image: url(https://www.siteworks.site/testsite/wp-content/uploads/2021/11/wood-back.jpg);
}
.c-bgimage04 {
  background-image: url(https://www.siteworks.site/testsite/wp-content/uploads/2021/11/14-6.jpg);
}
.c-bgimage05 {
  background-image: url(http://siteworks.site/csstest/wp-content/uploads/2021/11/21-4.jpg);
}
.c-bgimage06 {
  background-image: url(http://siteworks.site/csstest/wp-content/uploads/2021/12/bg_hougan01.png);
}
.c-subhead-v {
  position: relative;
}
@media (min-width: 769px) {
  .c-subhead-v {
    padding-top: 250px;
  }
}
@media (max-width: 768px) {
  .c-subhead-v {
    padding-top: 150px;
  }
}
.c-subhead-v::before {
  content: "";
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (min-width: 769px) {
  .c-subhead-v::before {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .c-subhead-v::before {
    width: 100%;
  }
}
.c-jirei::before {
  background-image: url(https://www.siteworks.site/utsugikeiki/wp-content/uploads/2023/10/img-mv-salutation-1.jpg);
}
.c-jirei2::before {
  background-image: url(https://www.siteworks.site/ssworks/wp-content/uploads/2023/04/kasou-head_2.jpg);
}
.c-jirei3::before {
  background-image: url(https://www.siteworks.site/ssworks/wp-content/uploads/2023/04/kasou-head_33.jpg);
}
.c-subhead-v .cont {
  position: absolute;
  background-color: #ffffff;
}
@media (min-width: 769px) {
  .c-subhead-v .cont {
    bottom: 0px;
    padding: 16px 24px;
    margin-bottom: -36px;
  }
}
@media (max-width: 768px) {
  .c-subhead-v .cont {
    bottom: 0px;
    padding: 16px;
  }
}
.c-subhead-v h1 {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 1em;
  text-align: left;
}
@media (min-width: 769px) {
  .c-subhead-v h1 {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .c-subhead-v h1 {
    font-size: 28px;
  }
}
.c-subhead-v h1::after {
  content: "";
  height: 1px;
  width: 100px;
  flex-grow: 1;
  background-color: #666;
  margin-left: 8px;
}
.c-subhead-v h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 1em;
  text-align: left;
}
@media (min-width: 769px) {
  .c-subhead-v h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .c-subhead-v h2 {
    font-size: 32px;
  }
}
.c-subhead-v h2::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 5px;
  background-color: #666;
}
.c-subhead-v p {
  font-weight: bold;
  line-height: 1em;
}
@media (min-width: 769px) {
  .c-subhead-v p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .c-subhead-v p {
    font-size: 16px;
    line-height: 1.6em;
  }
}
@media (max-width: 768px) {
  .c-clm25-50 .wp-block-column:not(:only-child) {
    flex-basis: 45% !important;
    flex-grow: 1 !important;
    margin-left: 8px;
  }
}
.c-clm25-50-card li {
  list-style-type: none;
}
@media (min-width: 769px) {
  .c-clm25-50-card li {
    margin-left: 16px;
  }
}
@media (max-width: 768px) {
  .c-clm25-50-card li {
    margin-left: 8px;
  }
}
.c-clm25-50-card li:first-child {
  margin-left: 0px;
}
@media (max-width: 768px) {
  .c-clm25-50-card ul li:nth-child(even) {
    margin-left: 8px;
  }
}
@media (max-width: 768px) {
  .c-clm25-50-card ul li:nth-child(odd) {
    margin-left: 0px;
  }
}
@media (min-width: 769px) {
  .c-clm25-50 {
    flex-basis: 25%;
  }
}
@media (max-width: 768px) {
  .c-clm25-50 {
    flex-basis: 44% !important;
    flex-grow: 1 !important;
  }
}
@media (max-width: 768px) {
  .c-clm50 {
    flex-basis: 47% !important;
    flex-grow: 1 !important;
    margin-left: 8px;
  }
}
/*----------アコーディオンボックス----------*/
/* メニュー全体 */
/* チェックボックスは非表示にする（内部的な Off/On の機能だけ利用する） */
.c-aco01 input {
  display: none;
}
/* 開いた状態のサブメニュー */
.c-aco01 input:checked + ul {
  line-height: 1.5;
  height: auto;
  margin: 24px auto;
  padding-inline-start: 0px;
}
/* 閉じた状態のサブメニュー */
.c-aco01 ul {
  overflow: hidden;
  line-height: 0;
  transition: 0.9s;
  height: 0px;
  padding-inline-start: 0px;
  /* 下記は開閉によらず共通の設定 */
  list-style: none;
  margin: 0;
}
.c-aco01 li {
  /* 下記は開閉によらず共通の設定 */
  list-style: none;
  margin-bottom: 16px;
}
/* 親項目の装飾 */
.c-aco01 label {
  display: block;
  margin: 0;
  padding: 0.5rem;
  background: #000000;
  cursor: pointer;
  width: 130px;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  font-size: 18px;
  background-color: #444444;
}
.c-aco-dsg01 label {
  display: flex;
  margin: 0;
  padding: 28px;
  background: #3c86a9;
  cursor: pointer;
  width: 100%;
  color: #666666;
  border-radius: 8px;
  text-align: left;
  font-size: 18px;
  background-color: #ebf5f9;
  align-items: center;
  font-weight: bold;
}
.q-head {
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #ffffff;
  margin: 0 8px;
  font-size: 0.9em;
}
@media (min-width: 769px) {
  .q-head {
    height: 30px;
    width: 30px;
    border-radius: 15px;
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .q-head {
    height: 36px;
    width: 36px;
    border-radius: 18px;
    padding: 18px;
  }
}
.c-aco01 label {
  margin: 0 auto;
}
.c-aco01 label:hover {
  background: #ccc;
  transition: 0.5s;
}
.c-aco01 ol li {
  list-style-type: disc;
}
.c-aco02, .c-aco02-op {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.c-aco02 dl, .c-aco02-op dl {
  margin-block-end: 0px;
  margin-block-start: 0px;
}
.c-aco02 dd, .c-aco02-op dd {
  margin-inline-start: 0px;
}
.c-aco02 dd .head, .c-aco02-op dd .head {
  font-size: 18px;
  border-bottom: 1px solid #eee;
}
.c-aco02 dd .discri, .c-aco02-op dd .discri {
  margin-bottom: 16px;
}
.c-aco02 .container, .c-aco02-op .container {
  margin: 0px auto 0;
  max-width: 100%;
  width: 100%;
}
.c-aco02 .container p, .c-aco02-op .container p {
  text-align: center;
}
.c-aco02 .list:not(:first-child), .c-aco02-op .list:not(:first-child) {
  margin-top: 2px;
}
.c-aco02 .title, .c-aco02-op .title {
  border-radius: 3px;
  cursor: pointer;
  font-size: 20px;
  padding: 28px 40px;
  position: relative;
  font-weight: bold;
}
.c-aco02 .title:after, .c-aco02-op .title:after {
  position: absolute;
  display: block;
  content: "";
  top: 44%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #adadad;
  border-right: 2px solid #adadad;
  transform: rotate(135deg);
  transition: all 0.3s ease-in-out;
}
.c-aco02 .title.open:after, .c-aco02-op .title.open:after {
  transform: rotate(-45deg);
  top: 45%;
}
.c-aco02 .text, .c-aco02-op .text {
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 20px 40px;
}
.c-aco02 .text {
  display: none;
}
.c-aco02-op .text {
  display: block;
}
@media (max-width: 768px) {
  .c-scloll-box .wrp {
    padding: 0 5vw;
  }
}
.c-scloll-box .box {
  flex-basis: 20%;
}
@media (max-width: 768px) {
  .c-scloll-box .box {
    width: 176px;
  }
}
.c-scloll-box .ovr-sc-x {
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .c-scloll-box .ovr-sc-x {
    overflow: scroll;
  }
}
/*---------------ページネーション-------------*/
/*ページネーション*/
ul {
  list-style: none;
}
.c-page_list {
  border-top: 1px solid #000;
  margin-bottom: 20px;
}
.c-page_list li {
  display: none;
  padding: 20px 0;
  border-bottom: 1px solid #000;
}
.c-page_list li.on {
  display: block;
}
.pagination {
  width: 70%;
  margin: 0 auto 50px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.pagination .number {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #ffffff;
  border: solid 1px #1597CC;
  border-radius: 5px;
  padding: 10px 0;
}
.pagination .number > a.active {
  background-color: #1597CC;
  color: #fff;
}
/*ページネーション2*/
.c-page_list2 {
  border-top: 1px solid #000;
  margin-bottom: 20px;
}
.c-page_list2 li {
  display: none;
  padding: 20px 0;
  border-bottom: 1px solid #000;
}
.c-page_list2 li.on {
  display: block;
}
.pagination2 {
  width: 70%;
  margin: 0 auto 50px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.pagination2 .number {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}
.pagination2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #ffffff;
  border: solid 1px #1597CC;
  border-radius: 5px;
  padding: 10px 0;
}
.pagination2 .number > a.active {
  background-color: #1597CC;
  color: #fff;
}
/*ーーーーーーータブページネーション-----------*/
/* スタイルはこんな感じで上書可能 */
.jquery-tab-pager-tabbar li.current {
  color: #fff;
}
#tabpager li.current {
  font-style: italic;
}
#jquery-tab-pager-navi {
  margin-bottom: 10px;
}
/* ここから独自スタイル */
h1 {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}
#wrapper {
  border: 1px solid #eee;
  padding: 10px;
}
.contents {
  margin-bottom: 10px;
}
/* Tab Bar */
.jquery-tab-pager-tabbar {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.jquery-tab-pager-tabbar li {
  float: left;
  padding: 10px 20px;
  list-style: none;
  cursor: pointer;
  background: #eee;
  border-radius: 10px 10px 0px 0px;
}
.jquery-tab-pager-tabbar li.current {
  background: #f90;
}
/* Page Navigation */
#jquery-tab-pager-navi {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#jquery-tab-pager-navi li {
  list-style: none;
  display: inline;
}
#jquery-tab-pager-navi li a {
  float: left;
  display: block;
  padding: 5px;
  margin-right: 10px;
  border: 1px solid #ccc;
  text-decoration: none;
  background: #fff;
  -webkit-transition: background 200ms linear;
  transition: background 200ms linear;
  border-radius: 3px;
}
#jquery-tab-pager-navi li:last-child a {
  margin-right: 0px;
}
#jquery-tab-pager-navi li a.current, #jquery-tab-pager-navi li a.disable, #jquery-tab-pager-navi li a:hover {
  background: #ebebeb;
  color: #000;
}
/*SPスクロールボックス*/
@media (max-width: 768px) {
  .c-scloll-box .wrp {
    padding: 0 5vw;
  }
}
.c-scloll-box .box {
  flex-basis: 20%;
}
@media (max-width: 768px) {
  .c-scloll-box .box {
    width: 176px;
  }
}
.c-scloll-box .ovr-sc-x {
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .c-scloll-box .ovr-sc-x {
    overflow: scroll;
  }
}
/*---------------タブコンテンツ---------------*/
.tab {
  border-bottom: #9ec34b 3px solid;
}
.tab div {
  width: 50%;
  min-width: 50%;
  margin: 0px 0 0px 0;
  box-sizing: border-box;
  flex-grow: 0;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  border-left: 2px solid #888888;
  border-radius: 5px 5px 0px 0px;
  box-sizing: border-box;
  padding: 15px 0 10px 0;
  /*cursor: pointer;*/
  transition: 0.5s;
  font-size: 18px;
  font-weight: bolder;
  top: 9px;
  position: relative;
}
.tab div:hover {
  background-color: #cccccc;
  border-top: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  border-left: 2px solid #cccccc;
  box-sizing: border-box;
}
.tab div.active {
  color: #fff;
  background: #9ec34b;
  border-top: 2px solid #9ec34b;
  border-right: 2px solid #9ec34b;
  border-left: 2px solid #9ec34b;
  cursor: pointer;
  padding: 17px 0;
  top: 0px;
  position: relative;
  cursor: url(../img/pointer.png), auto;
}
.area section {
  display: none;
}
.area section.show {
  display: block;
}
/*---------------タブ2---------------*/
.tab2 div {
  border-bottom: 1px solid #000000;
  box-sizing: border-box;
  transition: 0.3s;
  font-size: 24px;
  font-weight: bolder;
  position: relative;
}
.tab2 div:hover {
  background-color: #cccccc;
}
/*
.tab2 div.active {
	border-bottom: 5px solid #000000;}
*/
.tab2 div p, .tab2 div > a {
  font-weight: normal;
  padding: 20px;
  margin-bottom: 0px !important;
  text-align: center;
  font-size: 20px;
}
.tab2 div > a {
  display: block;
  color: inherit;
  font-family: "Zen Old Mincho", serif;
}
.tab2 div p:hover {
  cursor: pointer;
}
.tabarea section {
  display: none;
}
.tabarea section.show {
  display: block;
}
/*--------------------モジュール関連--------------------*/
@media (min-width: 769px) {
  .c-1c01 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .c-1c01 {
    padding: 80px 0px;
  }
}
.c-1c01 h2 {
  margin-bottom: 16px;
  color: #000000;
}
.c-1c01 img {
  border-radius: 10px !important;
}
@media (max-width: 768px) {
  .c-1c01 p {
    margin-bottom: 8px !important;
  }
}
.c-1c02-1 .title {
  line-height: 1;
  font-weight: 300;
}
@media (min-width: 769px) {
  .c-1c02-1 .title {
    font-size: 44px !important;
  }
}
@media (max-width: 768px) {
  .c-1c02-1 .title {
    font-size: 32px !important;
    text-align: center;
  }
}
.c-1c02-1 h3 {
  font-size: 36px;
  line-height: 1.6em;
}
@media (min-width: 769px) {
  .c-1c02-1 h4 {
    font-size: clamp(16px, 2.2vw, 28px);
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .c-1c02-1 h4 {
    font-size: 20px;
    margin: 0 auto 16px auto;
  }
}
@media (max-width: 768px) {
  .c-1c02-1 p {
    margin-bottom: 8px;
  }
}
.c-1c02-1 img {
  border-radius: 10px !important;
}
@media (min-width: 769px) {
  .img-box {
    max-width: 550px;
  }
}
@media (min-width: 769px) {
  .c-1c02-2 .l-box {
    min-height: 400px;
  }
}
.c-1c02-2 .title {
  line-height: 1;
  font-weight: 300;
  background-color: #000000;
  padding: 12px 24px;
  text-align: center;
  width: fit-content;
}
@media (min-width: 769px) {
  .c-1c02-2 .title {
    font-size: 24px !important;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .c-1c02-2 .title {
    font-size: 20px !important;
    margin: 0 auto 24px auto;
    text-align: center;
  }
}
.c-1c02-2 h3 {
  font-size: 36px;
  line-height: 1.6em;
}
@media (min-width: 769px) {
  .c-1c02-2 h4 {
    font-size: 22px !important;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .c-1c02-2 h4 {
    font-size: 20px !important;
    margin: 0 auto 16px auto;
  }
}
@media (max-width: 768px) {
  .c-1c02-2 p {
    margin-bottom: 8px;
  }
}
.c-1c02-2 figure {
  height: 100%;
}
.c-1c02-2 img {
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
}
.c-1c02-3 .btn {
  line-height: 1;
  font-weight: 300;
  background-color: #000000;
  padding: 16px 32px;
  text-align: center;
  width: fit-content;
  border-radius: 0px;
}
@media (min-width: 769px) {
  .c-1c02-3 .btn {
    font-size: 24px !important;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .c-1c02-3 .btn {
    font-size: 20px !important;
    margin: 0 auto 24px auto;
    text-align: center;
  }
}
.c-1c02-3 h3 {
  font-size: 36px;
  line-height: 1.6em;
}
@media (min-width: 769px) {
  .c-1c02-3 h4 {
    font-size: 22px !important;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .c-1c02-3 h4 {
    font-size: 20px !important;
    margin: 0 auto 16px auto;
  }
}
@media (max-width: 768px) {
  .c-1c02-3 p {
    margin-bottom: 8px;
  }
}
@media (min-width: 769px) {
  .c-1c02-4 .l-box {
    min-height: 400px;
    padding: 0px 80px;
  }
}
@media (max-width: 768px) {
  .c-1c02-4 .l-box {
    max-width: 95%;
    margin: 0 auto;
    padding-top: 40px;
  }
}
@media (min-width: 769px) {
  .c-1c02-4 .l-cont {
    max-width: 70%;
  }
}
.c-1c02-4 .title {
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  padding: 0px;
  text-align: center;
  width: fit-content;
  color: #000000;
}
@media (min-width: 769px) {
  .c-1c02-4 .title {
    font-size: 36px;
    margin-bottom: 24px;
    margin-left: 8px;
  }
}
@media (max-width: 768px) {
  .c-1c02-4 .title {
    display: block;
    font-size: 28px;
    margin: 0 auto 24px auto;
    text-align: center;
  }
}
.c-1c02-4 h3 {
  background-color: #000000;
  font-size: 100px;
  line-height: 1em;
  width: fit-content;
  padding: 6px 28px;
  display: inline-block;
  position: relative;
  top: -18px;
  margin-bottom: 8px;
  font-weight: 100;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .c-1c02-4 h3 {
    padding: 0px 15px;
    font-size: 65px;
    top: -15px;
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .c-1c02-4 h4 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .c-1c02-4 h4 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .c-1c02-4 p {
    margin-bottom: 8px;
  }
}
@media (min-width: 769px) {
  .c-1c02-4 figure {
    height: 100%;
  }
}
.c-1c02-4 img {
  outline: 20px solid #c2e0ec;
  object-fit: cover;
  display: block;
  position: relative;
}
@media (min-width: 769px) {
  .c-1c02-4 img {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .c-1c02-4 img {
    outline: 10px solid #c2e0ec;
    outline-offset: -10px;
  }
}
@media (min-width: 769px) {
  .c-1c02-5 .l-cont-left {
    padding: 0px 80px;
  }
}
.c-1c02-5 .title {
  line-height: 1;
  font-weight: 300;
  background-color: #000000;
  padding: 12px 24px;
  text-align: center;
  width: fit-content;
}
@media (min-width: 769px) {
  .c-1c02-5 .title {
    font-size: 24px !important;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .c-1c02-5 .title {
    font-size: 20px !important;
    margin: 0 auto 24px auto;
    text-align: center;
  }
}
.c-1c02-5 h3 {
  line-height: 1.4em;
  font-weight: bold;
}
@media (min-width: 769px) {
  .c-1c02-5 h3 {
    font-size: clamp(20px, 22px, 22px);
  }
}
@media (max-width: 768px) {
  .c-1c02-5 h3 {
    font-size: 24px;
  }
}
@media (min-width: 769px) {
  .c-1c02-5 h4 {
    font-size: 22px !important;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .c-1c02-5 h4 {
    font-size: 20px !important;
    margin: 0 auto 16px auto;
  }
}
@media (max-width: 768px) {
  .c-1c02-5 p {
    margin-bottom: 8px;
  }
}
@media (min-width: 769px) {
  .c-1c02-5 figure {
    height: 100%;
  }
}
.c-1c02-5 img {
  object-fit: cover;
  display: block;
  position: relative;
  height: 100%;
  margin: 0 0 0 auto;
}
.c-1c03 {
  margin-bottom: 32px;
}
.c-1c03 img {
  border-radius: 10px;
  border: solid 3px #333333;
}
@media (min-width: 769px) {
  .c-1c03 img {
    margin-bottom: 24px;
  }
}
@media (min-width: 769px) {
  .c-1c03 h4 {
    text-align: left;
    margin-left: 1em;
  }
}
@media (max-width: 768px) {
  .c-1c03 h4 {
    text-align: center;
  }
}
.c-1c03 .hr {
  height: 1px;
  background-color: #666666;
  border: none;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .c-1c03 p {
    margin-bottom: 24px !important;
  }
}
.c-1c04 {
  position: relative;
}
.c-1c04 .block-r {
  position: absolute;
  background-color: #f2fdff;
  width: 23vw;
  z-index: -1;
}
@media (min-width: 769px) {
  .c-1c04 .block-r {
    width: 23vw;
    right: 0px;
    height: 450px;
    top: 245px;
  }
}
@media (max-width: 768px) {
  .c-1c04 .block-r {
    width: 27vw;
    right: 5px;
    height: 100px;
    top: 540px;
  }
}
@media (max-width: 768px) {
  .c-1c04 .col-l {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 769px) {
  .c-1c04 .col-l p {
    padding: 0px 24px;
  }
}
@media (max-width: 768px) {
  .c-1c04 .col-r {
    margin-bottom: 24px !important;
  }
}
.c-1c04 .col-r img {
  border-radius: 10px;
}
.c-1c04 .col-r .mini-img {
  position: relative;
}
@media (min-width: 769px) {
  .c-1c04 .col-r .mini-img {
    top: -15%;
    left: -10%;
  }
}
@media (max-width: 768px) {
  .c-1c04 .col-r .mini-img {
    top: -15%;
    left: 4%;
    max-width: 70%;
  }
}
.c-1c05 {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .c-1c05 {
    flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .c-1c05 {
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .c-1c05 figure {
    min-width: 500px !important;
  }
}
@media (min-width: 769px) {
  .c-1c05 .box-r {
    max-width: 35%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .c-1c05 .box-r {
    padding: 0 10%;
  }
}
.c-1c05 h3 {
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .c-1c05 h3 {
    text-align: left;
  }
}
.c-1c05::before {
  display: block;
  content: "";
  position: absolute;
  top: -55px;
  right: 0;
  width: 800px;
  height: 220px;
  background: url(http://siteworks.site/csstest/wp-content/uploads/2022/01/type-line-business.png) 0 0 no-repeat;
  background-size: 1034px 220px;
  z-index: -10;
  opacity: 0;
  transition: all 2s;
  transform: translatex(80px);
  transition: all 1s;
}
@media (max-width: 768px) {
  .c-1c05::before {
    display: none;
  }
}
.c-1c05::after {
  display: block;
  content: "";
  position: absolute;
  top: -45px;
  right: -210px;
  width: 1000px;
  height: 213px;
  background: url(http://siteworks.site/csstest/wp-content/uploads/2022/01/type-fill-business.png) 0 0 no-repeat;
  background-size: 1000px 213px;
  z-index: -10;
  opacity: 1;
  opacity: 0;
  transition: all 2s 0.4s;
  transform: translateY(80px);
  transition: all 1s;
}
@media (max-width: 768px) {
  .c-1c05::after {
    display: none;
  }
}
.c-1c05.show::after {
  opacity: 1;
  transform: translateY(0px);
}
.c-1c05.show::before {
  opacity: 1;
  transform: translateX(0px);
}
.c-1c06 {
  display: flex;
  align-items: center;
  background: url(http://siteworks.site/csstest/wp-content/uploads/2022/01/recruit-bg_pc.jpg) 0 0 no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (min-width: 769px) {
  .c-1c06 {
    flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .c-1c06 {
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .c-1c06 .box-l {
    margin: auto;
    padding: 0 10%;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .c-1c06 .box-l {
    padding: 0 10%;
  }
}
.c-1c06 h3 {
  font-family: "Noto Sans JP", sans-serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto 32px auto;
}
@media (max-width: 768px) {
  .c-1c06 h3 {
    text-align: left;
  }
}
.c-1c06::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 30px;
  right: -58px;
  width: 1200px;
  height: 220px;
  background: url(http://siteworks.site/csstest/wp-content/uploads/2022/01/type-line-recruit.png) 0 0 no-repeat;
  background-size: 1034px 220px;
  z-index: 10;
  opacity: 1;
  transition: all 2s;
}
@media (max-width: 768px) {
  .c-1c06::before {
    display: none;
  }
}
.c-1c06::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 31px;
  right: 115px;
  width: 1000px;
  height: 213px;
  background: url(http://siteworks.site/csstest/wp-content/uploads/2022/01/type-fill-recruit.png) 0 0 no-repeat;
  background-size: 1000px 213px;
  z-index: 10;
  opacity: 1;
  transition: all 2s 0.4s;
}
@media (max-width: 768px) {
  .c-1c06::after {
    display: none;
  }
}
.massage-box01 {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 4px 4px 7px #cccccc;
}
@media (min-width: 769px) {
  .massage-box01 {
    margin-top: -44px;
  }
}
.c-1c07 {
  overflow: hidden;
  display: flex;
}
@media (min-width: 769px) {
  .c-1c07 {
    position: relative;
  }
}
@media (min-width: 769px) {
  .c-1c07 {
    flex-wrap: nowrap;
    height: 100vh;
  }
}
@media (max-width: 768px) {
  .c-1c07 {
    flex-wrap: wrap;
  }
}
.c-1c07 .box-l {
  background-image: url(http://siteworks.site/csstest/wp-content/uploads/2022/01/img_cover_platform.webp);
  z-index: -5;
}
@media (min-width: 769px) {
  .c-1c07 .box-l {
    width: 85%;
    background-size: cover;
    height: 100%;
    position: absolute;
  }
}
@media (max-width: 768px) {
  .c-1c07 .box-l {
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    height: 65vh;
    /* padding-top: min(100vh, 75%); */
    background-position: center;
  }
}
.c-1c07 .box-r {
  z-index: 5;
}
@media (min-width: 769px) {
  .c-1c07 .box-r {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 100vh;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .c-1c07 .box-r {
    width: 100%;
    position: relative;
  }
}
.c-1c07 .rr {
  position: relative;
  background-color: #00c8c8;
}
@media (min-width: 769px) {
  .c-1c07 .rr {
    height: calc(100% - 140px);
    padding: 80px 64px 1px 64px;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .c-1c07 .rr {
    padding: 24px 16px;
  }
}
.c-1c07 .rr::after {
  background-color: #00c8c8;
  content: "";
  display: block;
  position: absolute;
}
@media (min-width: 769px) {
  .c-1c07 .rr::after {
    height: 140px;
    bottom: -140px;
    right: 0;
    width: calc(100% - 120px);
  }
}
.c-1c07 svg {
  position: absolute;
}
@media (min-width: 769px) {
  .c-1c07 svg {
    left: -54px;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .c-1c07 svg {
    right: 0;
    top: -58px;
    z-index: 20;
    position: absolute;
  }
}
.p-topContent {
  margin-top: 160px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-topContent {
    margin-top: 80px;
  }
}
.p-topContent__header {
  position: relative;
}
.p-topContent.-reverse .p-topContent__headerInner {
  bottom: 0;
}
@media (max-width: 768px) {
  .p-topContent.-reverse .p-topContent__headerInner {
    bottom: auto;
    top: 0;
  }
}
.p-topContent__headerInner {
  position: absolute;
  width: 100%;
  max-width: 1040px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 769px) {
  .p-topContent__headerInner {
    min-height: 71.06598985%;
  }
}
@media (max-width: 768px) {
  .p-topContent__headerInner {
    min-height: 100%;
  }
}
.p-topContent__title {
  font-family: "SilkSerif", sans-serif;
  font-size: 8rem;
  letter-spacing: 0.05rem;
  line-height: 1;
  color: #ffffff !important;
  text-align: right;
  margin-top: -14px;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}
@media (min-width: 769px) {
  .p-topContent__title {
    top: 50%;
  }
}
@media (max-width: 768px) {
  .p-topContent__title {
    font-size: 4rem;
    line-height: 0.8;
    color: #1f1f1f;
    letter-spacing: -0.017rem;
    text-align: right;
  }
}
.p-topContent.-reverse .p-topContent__title {
  right: auto;
  left: 0;
  margin-top: -13px;
}
@media (max-width: 768px) {
  .p-topContent.-reverse .p-topContent__title {
    left: 43px;
    top: 17% !important;
  }
}
@media (max-width: 768px) {
  .bottom {
    bottom: 0%;
    right: -10px;
  }
}
.p-topContent__title a {
  line-height: 1;
  display: block;
  color: #fff;
  transition: opacity 0.2s;
  letter-spacing: 0.08rem;
}
@media (max-width: 768px) {
  .p-topContent__title a {
    color: #1f1f1f;
    letter-spacing: -0.02rem;
    line-height: 0.66666667;
  }
}
.u-color.-primary {
  color: #00c8c8;
}
.p-topContent__title .c-icon.-arrow {
  margin-left: 20px;
  position: relative;
  top: 11px;
}
@media (max-width: 768px) {
  .p-topContent__title .c-icon.-arrow {
    width: 32px;
    height: 32px;
    background: url(../../../assets/img/icon/icon_arrow_black.svg) no-repeat;
    background-size: 100% auto;
    margin-left: 11px;
    position: relative;
    top: 4px;
  }
}
.c-icon.-arrow {
  width: 64px;
  height: 64px;
  background: url(https://mint-vc.com/wp-content/themes/mint/assets/img/icon/icon_arrow.svg) no-repeat;
  background-size: 100% auto;
}
.c-icon {
  display: inline-block;
}
/*
.c-clip {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;}
 */
.c-clip__path {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.c-clip__image {
  width: 100%;
  height: auto;
  position: relative;
}
.p-topContent.-reverse .p-topContent__inner {
  top: -8px;
  bottom: auto;
}
.p-topContent__inner {
  display: flex;
  align-items: center;
  max-width: 1040px;
  width: 100%;
  height: 28.93401015%;
  margin: 0 auto;
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-topContent__inner {
    position: static;
    -webkit-transform: none;
    transform: none;
    display: block;
    height: auto;
    width: 95%;
  }
}
.p-topContent.-reverse .p-topContent__subTitle {
  width: 42.30769231%;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .p-topContent.-reverse .p-topContent__subTitle {
    width: auto;
  }
}
.p-topContent__subTitle {
  width: 50%;
  font-size: 3.2rem;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  text-align: justify;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .p-topContent__subTitle {
    display: block;
    font-size: 2.4rem;
    color: #1f1f1f;
    letter-spacing: 0.03rem;
    width: auto;
    margin-top: 25px;
  }
}
.p-topContent__description {
  width: 50%;
  font-size: 1.4rem;
  letter-spacing: 0.04rem;
  text-align: justify;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-topContent__description {
    width: auto;
    margin-top: 16px;
  }
}
.p-topContent.-reverse .p-topContent__descriptionInner {
  margin-left: 0;
  margin-right: auto;
}
.p-topContent__descriptionInner {
  max-width: 400px;
  margin-right: 0;
  margin-left: auto;
}
.c-1c09 .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 7.2rem;
  color: #fff;
  letter-spacing: 0.36px;
  text-align: center;
  line-height: 1.11111111;
  z-index: 1;
  margin-top: -12px;
}
@media (min-width: 769px) {
  .c-1c09 .title img {
    max-width: 565px;
  }
}
@media (max-width: 768px) {
  .c-1c09 .title img {
    max-width: 85vw;
  }
}
.c-1c09 .list {
  z-index: 50;
  position: relative;
}
@media (min-width: 769px) {
  .c-1c09 .list {
    margin: -120px auto 0 auto;
  }
}
@media (max-width: 768px) {
  .c-1c09 .list {
    margin: -80px auto 0 auto;
  }
}
.c-1c09 .list ul {
  list-style-type: none;
}
.c-1c09 .list ul h3 {
  font-size: 24px;
}
.c-1c09 .list li {
  text-align: center;
}
.c-1c10 {
  position: relative;
}
@media (min-width: 769px) {
  .c-1c10 h3 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .c-1c10 h3 {
    font-size: 32px;
  }
}
.c-1c10 .cont {
  width: 94%;
  z-index: -20;
  position: relative;
}
.c-1c10 .head1 {
  background-color: #000000;
  margin-left: -4%;
  top: -130px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: -120px;
}
@media (min-width: 769px) {
  .c-1c10 .head1 {
    height: 320px;
    width: 80%;
  }
}
@media (max-width: 768px) {
  .c-1c10 .head1 {
    height: 120px;
    width: 95%;
  }
}
.c-1c10 .head1::after {
  content: "";
  z-index: -10;
  background-color: #c2e0ec;
  position: absolute;
  top: 10px;
  left: 0px;
  width: calc((100% + 10px));
  border-radius: 10px;
}
@media (min-width: 769px) {
  .c-1c10 .head1::after {
    height: 320px;
  }
}
@media (max-width: 768px) {
  .c-1c10 .head1::after {
    height: 120px;
  }
}
@media (min-width: 769px) {
  .c-1c10 .head1 h2 {
    font-size: 5vw;
    margin-left: 20vw;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .c-1c10 .head1 h2 {
    font-size: 9vw;
    margin-left: 6vw;
    margin-bottom: 0px;
  }
}
.c-1c10 .head1 p {
  position: absolute;
  margin-bottom: 0px;
  font-weight: bold;
  line-height: 0px;
  color: #ffffff;
  opacity: 0.5;
}
@media (min-width: 769px) {
  .c-1c10 .head1 p {
    font-size: 100px;
    bottom: 45px;
    right: 150px;
  }
}
@media (max-width: 768px) {
  .c-1c10 .head1 p {
    font-size: 30px;
    bottom: 15px;
    right: 50px;
  }
}
.c-1c10 .head1 i {
  position: absolute;
  display: block;
  background: transparent url(https://www.siteworks.site/testsite/wp-content/uploads/2022/01/ico-dog-03.png) 50% 50% no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 30;
  bottom: 0;
}
@media (min-width: 769px) {
  .c-1c10 .head1 i {
    width: 250px;
    height: 350px;
    right: 5px;
  }
}
@media (max-width: 768px) {
  .c-1c10 .head1 i {
    width: 84px;
    height: 125px;
    right: -16px;
    background-position: 43% 30px;
  }
}
.c-1c11 {
  position: relative;
}
@media (min-width: 769px) {
  .c-1c11 {
    padding: 160px 0;
  }
}
@media (max-width: 768px) {
  .c-1c11 {
    padding: 0px 0 0 0;
  }
}
.c-1c11 h2 {
  position: absolute;
}
@media (min-width: 769px) {
  .c-1c11 h2 {
    font-size: 100px;
    top: -10%;
    left: 8%;
  }
}
@media (max-width: 768px) {
  .c-1c11 h2 {
    font-size: 44px;
    top: -4%;
    left: 8%;
  }
}
.c-1c11 .subtitle {
  position: absolute;
  font-weight: bold;
}
@media (min-width: 769px) {
  .c-1c11 .subtitle {
    font-size: 26px;
    top: -18%;
    left: 9%;
  }
}
@media (max-width: 768px) {
  .c-1c11 .subtitle {
    font-size: 16px;
    top: -8%;
    left: 9%;
  }
}
.c-1c11 .cont {
  background-color: #ffffff;
}
@media (min-width: 769px) {
  .c-1c11 .cont {
    position: absolute;
    top: 30%;
    right: 10%;
    max-width: 600px;
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .c-1c11 .cont {
    padding: 40px 24px;
  }
}
@media (min-width: 769px) {
  .c-1c12 {
    min-height: 650px;
  }
}
.c-1c12 .right-cont {
  display: flex;
  justify-content: center;
}
.c-1c12 .right-cont h2 {
  font-family: YuMincho, "Yu Mincho", serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: fit-content;
  padding: 8px;
  background-color: #ffffff;
  position: relative;
  top: 20px;
}
.c-1c12 .left-cont figure {
  position: absolute;
  right: 0px;
  z-index: -1;
}
@media (min-width: 769px) {
  .c-1c12 .left-cont figure {
    max-width: 73%;
  }
}
.c-1c12 .left-cont img {
  object-fit: cover;
}
@media (min-width: 769px) {
  .c-1c12 .left-cont img {
    height: 650px;
  }
}
.c-1c113 .line {
  display: block;
  position: absolute;
  width: 100%;
  background: linear-gradient(to right, #ffffff 0%, #e6fffb 0%, #6bc7e6 30%, #0b3d96 70%);
  bottom: 0px;
  z-index: -1;
}
@media (min-width: 769px) {
  .c-1c113 .line {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .c-1c113 .line {
    height: 100px;
  }
}
.c-1c113 .wp-block-latest-posts li {
  padding: 12px 0;
  font-size: 16px;
}
.c-1c113 .notice1 .bdg, .c-1c113 .notice2 .bdg {
  border-radius: 20em;
  padding: 16px;
  width: fit-content;
  color: #ffffff;
  font-weight: bold;
  line-height: 1em;
  top: -25px;
  position: absolute;
}
.c-1c14 .wrp-back {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 85%;
  right: 0px;
  z-index: -10;
}
.c-1c14 .text-back {
  background-image: url(https://www.siteworks.site/handy-graphics/wp-content/uploads/2023/05/PIACERE3.png);
  position: absolute;
  right: 3%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 50;
}
@media (min-width: 769px) {
  .c-1c14 .text-back {
    height: 15%;
    width: 60%;
    min-width: 760px;
    bottom: 50px;
  }
}
@media (max-width: 768px) {
  .c-1c14 .text-back {
    height: 5%;
    bottom: 5%;
    width: 90%;
  }
}
.c-1c14 .l-back {
  background: url(https://www.siteworks.site/handy-graphics/wp-content/uploads/2023/05/about-pic01@2x.jpg);
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .c-1c14 .l-back {
    padding: 40px 0px;
    z-index: -1;
    min-width: 500px;
    min-height: 600px;
    width: calc(100% + 60px);
  }
}
@media (max-width: 768px) {
  .c-1c14 .l-back {
    z-index: 1;
    position: relative;
    padding: 24px 0px;
    top: 3%;
    width: 95%;
    margin: 0 auto;
  }
}
.c-1c14 .l-back::after {
  content: "";
  background-color: rgba(0, 61, 255, 0.1);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.c-1c14 .l-cont {
  z-index: 50;
}
@media (min-width: 769px) {
  .c-1c14 .l-cont {
    width: 85%;
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .c-1c14 .l-cont {
    width: 90%;
    padding: 24px;
  }
}
.c-1c-29 .wrp-back {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 85%;
  right: 0px;
  z-index: -10;
}
.c-1c-29 .text-back {
  background-image: url(https://www.siteworks.site/handy-graphics/wp-content/uploads/2023/05/PIACERE3.png);
  position: absolute;
  right: 3%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 50;
}
@media (min-width: 769px) {
  .c-1c-29 .text-back {
    height: 15%;
    width: 60%;
    min-width: 760px;
    bottom: 50px;
  }
}
@media (max-width: 768px) {
  .c-1c-29 .text-back {
    height: 5%;
    bottom: 5%;
    width: 90%;
  }
}
.c-1c-29 .l-back {
  background: url(https://www.siteworks.site/handy-graphics/wp-content/uploads/2023/05/about-pic01@2x.jpg);
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .c-1c-29 .l-back {
    padding: 40px 0px;
    z-index: -1;
    min-width: 500px;
    min-height: 600px;
    width: calc(100% + 60px);
  }
}
@media (max-width: 768px) {
  .c-1c-29 .l-back {
    z-index: 1;
    position: relative;
    padding: 24px 0px;
    top: 3%;
    width: 95%;
    margin: 0 auto;
  }
}
.c-1c-29 .l-back::after {
  content: "";
  background-color: rgba(0, 61, 255, 0.1);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.c-1c-29 .l-cont {
  z-index: 50;
}
@media (min-width: 769px) {
  .c-1c-29 .l-cont {
    width: 85%;
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .c-1c-29 .l-cont {
    width: 90%;
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .c-1c30 .wrap {
    flex-direction: column-reverse;
  }
}
.c-1c30 .back01 {
  position: absolute;
  z-index: -1;
}
@media (min-width: 769px) {
  .c-1c30 .back01 {
    width: calc(50% + 100px);
    height: calc(100% + 80px);
    left: 0px;
  }
}
@media (max-width: 768px) {
  .c-1c30 .back01 {
    width: 100%;
    height: calc(100% + 80px);
    top: -60px;
  }
}
.c-1c30 .back02 {
  width: calc(50% + 50px);
  height: 100%;
  position: absolute;
  z-index: -2;
  right: 0px;
  margin-top: -80px;
}
@media (min-width: 769px) {
  .c-1c30 .l-cont {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 24px;
  }
}
@media (max-width: 768px) {
  .c-1c30 .l-cont {
    padding-top: 0px;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.c-1c30 .r-cont img {
  margin-top: -1px;
}
.c-1c31 .back01 {
  background: url(https://www.siteworks.site/utsugikeiki/wp-content/uploads/2023/11/back01.jpg);
  display: flex;
  align-items: center;
  position: absolute;
  z-index: -1;
  left: 0px;
  opacity: 0.9;
}
@media (min-width: 769px) {
  .c-1c31 .back01 {
    width: calc(50% + 100px);
    height: calc(100% + 80px);
  }
}
@media (max-width: 768px) {
  .c-1c31 .back01 {
    width: 100%;
    height: calc(100% + 40px);
  }
}
.c-1c31 .back01::after {
  content: "";
  background-color: rgba(11, 61, 150, 0.1);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.c-1c31 .l-cont {
  padding-top: 64px;
}
@media (min-width: 769px) {
  .c-1c31 .l-cont {
    padding-bottom: 64px;
  }
}
.c-1c31 .r-cont {
  overflow: hidden;
}
@media (min-width: 769px) {
  .c-1c31 .r-cont {
    position: absolute;
    right: 0px;
    width: calc(50% - 2em);
  }
}
@media (min-width: 769px) {
  .c-1c31 .r-cont figure {
    max-height: 500px;
    overflow: hidden;
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  .c-1c31 .r-cont figure {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .c-1c31 .r-cont img {
    object-fit: cover;
    min-height: 500px;
  }
}
.c-1c35::after {
  content: "";
  background-image: url(https://www.siteworks.site/sokosport/wp-content/uploads/2023/10/right-cont.jpg);
  background-repeat: no-repeat;
  display: block;
  background-position: center;
}
@media (min-width: 769px) {
  .c-1c35::after {
    background-size: cover;
    position: absolute;
    width: 50% !important;
    height: 100%;
    right: 0;
    top: 0;
  }
}
@media (max-width: 768px) {
  .c-1c35::after {
    background-size: contain;
    width: 100% !important;
    padding-top: 100%;
    top: -12px;
    position: relative;
  }
}
.c-1c35 .l-cont {
  width: 50%;
}
@media (max-width: 768px) {
  .c-1c35 .l-cont {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media (min-width: 769px) {
  .c-1c36 .wp-block-group__inner-container {
    display: flex;
    gap: 2em;
  }
}
.c-1c36 .l-cont .wp-block-group__inner-container {
  display: block;
}
.c-1c36 .l-cont .title {
  line-height: 100%;
  margin-bottom: 8px;
  line-height: 100%;
  font-weight: bold;
  margin-bottom: 0px;
  letter-spacing: 0px;
  font-weight: bold;
  margin-bottom: 0px;
  letter-spacing: 0px;
}
@media (min-width: 769px) {
  .c-1c36 .l-cont .title {
    padding: 4px 0px;
    font-size: clamp(26px, 3vw, 30px);
  }
}
@media (max-width: 768px) {
  .c-1c36 .l-cont .title {
    padding: 8px 0px;
    font-size: 26px;
  }
}
.c-1c36 .l-cont .year {
  font-size: clamp(170px, 14vw, 190px);
  line-height: 100%;
  font-weight: bold;
}
.c-1c36 .l-cont .year span {
  font-size: clamp(60px, 5vw, 65px);
  line-height: 100%;
}
.c-1c36 .r-cont .wp-block-group__inner-container {
  display: block;
}
.c-1c36 .r-cont .title {
  font-size: 24px;
  border-bottom: 1px solid #333333;
  margin-bottom: 16px;
}
.c-1c36 .r-cont p {
  line-height: 200%;
}
.c-1c36 .r-cont ul {
  padding-inline-start: 0px;
}
.c-1c36 .r-cont li {
  font-size: 18px;
  list-style-type: none;
  display: inline-block;
  padding: 8px 12px;
  background-color: #333333;
  font-weight: bold;
  color: #ffffff;
  border-radius: 20px;
  line-height: 100%;
}
.c-1c37 {
  overflow: hidden;
}
.c-1c37 .cont {
  width: calc(50vw + 50% - 5%);
  margin-left: 5%;
  position: relative;
  padding: 7vw 0 7vw 40vw;
  color: #fff;
}
.c-1c37 .img-cont {
  padding-top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.c-1c37 .img-cont img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
}
.c-1c37 .txt-cont {
  margin-right: 15%;
}
.c-1c37 .txt-cont .big-txt {
  font-size: bold;
  font-style: italic;
  line-height: 100%;
  font-size: 60px;
  margin-bottom: 40px;
}
.c-1c37 .txt-cont .small-txt {
  line-height: 100%;
  margin-bottom: 16px;
}
.c-1c37 .txt-cont .clm-box {
  margin-bottom: 40px;
}
.c-1c37 .txt-cont p {
  color: #ffffff;
}
.c-1c37 .txt-cont .clm-box2 img {
  border-radius: 10px;
}
/*２カラム*/
.c-2c01 {
  padding: 32px;
  border-radius: 10px;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .c-2c01 .cont {
    height: 100%;
    position: relative;
  }
}
.c-2c01 h4 {
  color: #ffffff;
  margin-bottom: 24px;
}
.c-2c01 p {
  color: #ffffff;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .c-2c01 p {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .c-2c01 p {
    margin-bottom: 8px;
  }
}
.c-2c01 ul {
  margin: 32px 0px 32px -1em;
}
.c-2c01 li {
  margin-bottom: 5px;
  color: #ffffff;
  margin-left: 33px;
}
.c-2c01 img {
  border-radius: 10px !important;
  margin-bottom: 16px;
}
.c-2c01 .box {
  color: #000000;
  background-color: #ffffff;
  padding: 8px;
  font-weight: bold;
  border-radius: 10px;
  text-align: center;
}
.c-2c02 .zoom a:hover img {
  opacity: 1 !important;
}
.c-2c02 .zoom a:hover {
  opacity: 1 !important;
}
.c-2c02 ul {
  display: flex;
  list-style-type: none;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (min-width: 769px) {
  .c-2c02 ul {
    flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .c-2c02 ul {
    flex-wrap: wrap;
  }
}
.c-2c02 li {
  position: relative;
}
@media (min-width: 769px) {
  .c-2c02 li {
    flex-basis: 46%;
  }
}
@media (max-width: 768px) {
  .c-2c02 li {
    flex-basis: 47%;
  }
}
.c-2c02 .bdg {
  position: absolute;
  font-weight: bold;
}
@media (min-width: 769px) {
  .c-2c02 .bdg {
    top: -32px;
    left: -14px;
    width: 66px;
    height: 66px;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    border-radius: 50%;
    line-height: 66px;
  }
}
@media (max-width: 768px) {
  .c-2c02 .bdg {
    top: -16px;
    left: -7px;
    width: 33px;
    height: 33px;
    text-align: center;
    font-size: 0.9rem;
    color: #fff;
    border-radius: 50%;
    line-height: 33px;
  }
}
@media (min-width: 769px) {
  .c-2c02 .info {
    position: relative;
    margin: -35px 0 0 16%;
    padding: 35px 40px 25px;
    border-top: 2px solid #0cb59b;
    background-color: #fff;
    z-index: 100;
  }
}
@media (max-width: 768px) {
  .c-2c02 .info {
    padding-top: 10px;
    border-top: 2px solid #0cb59b;
  }
}
.c-2c02 .info .title {
  font-family: "Overpass", sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .c-2c02 .info .cont {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .c-2c02 .info .cont {
    font-size: 1rem;
    line-height: 1.2em;
  }
}
.c-2c02 .link {
  text-align: right;
  font-size: 0.7em;
}
@media (min-width: 769px) {
  .c-2c02 .link a {
    display: inline;
    position: relative;
    padding-left: 57px;
    font-size: 0.9rem;
    transition: all 0.2s;
  }
}
@media (max-width: 768px) {
  .c-2c02 .link a {
    display: none;
  }
}
.c-2c02 .link a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 7px;
  margin-top: -4px;
  background: url(https://www.siteworks.site/testsite/wp-content/uploads/2022/01/icon-arrow.svg) 0 0 no-repeat;
  background-size: 35px 7px;
  transition: all 0.4s;
}
.c-2c02 .link a:hover::before {
  left: 10%;
}
.c-2c-05 .wrp-back {
  position: absolute;
  height: 50%;
  width: 80%;
  z-index: -1;
  margin-top: -50px;
}
.c-2c-05 .cont-wrp {
  column-gap: 60px;
  row-gap: 0px;
}
.c-2c-05 .cont {
  width: 80%;
  margin-top: -80px;
  position: relative;
  background-color: rgba(48, 54, 74, 0.95);
}
.c-2c-05 .cont h3 {
  font-size: clamp(20px, 2.5vw, 44px);
  font-weight: normal;
  letter-spacing: 0.3em;
  line-height: 1.3em;
  margin-bottom: 28px;
}
.c-2c-05 .cont .cont-btn {
  width: 80%;
  border: 1px #ffffff solid;
  font-size: 20px;
}
.c-2c-05 .cont .cont-btn:hover {
  background-color: rgba(218, 218, 218, 0.5);
  transition: 0.5s;
}
.c-2c-05 .cont .cont-btn a {
  display: block;
  padding: 8px 0px;
  color: white;
  text-decoration: none;
  text-align: center;
}
.c-2c09 .cont {
  padding: 32px;
}
.c-2c09 .mini {
  width: 90%;
  position: relative;
  top: -32px;
}
.c-3c01 .list {
  box-shadow: 0 0 0 3px #1486aa;
  padding: 24px;
  background-color: #ffffff;
}
.c-3c01 .title {
  color: #000000;
  margin-bottom: 8px;
  font-weight: bold;
}
.c-3c01 .wp-block-column:not(:first-child) {
  margin-left: 0px !important;
}
@media (min-width: 769px) {
  .c-3c02 {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .c-3c02 {
    margin-bottom: 0px;
  }
}
.c-3c02 h3 {
  margin-bottom: 0px;
}
.c-3c02 .pict img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.c-3c02 .cont, .c-3c02 .mini {
  display: flex;
  justify-content: center;
}
@media (min-width: 769px) {
  .c-3c02 .cont, .c-3c02 .mini {
    align-items: center;
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .c-3c02 .cont, .c-3c02 .mini {
    padding: 24px;
  }
}
@media (min-width: 769px) {
  .c-3c02 .cont {
    aspect-ratio: 1;
  }
}
.c-3c02 .cont h3 {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 769px) {
  .c-3c02 .mini {
    width: 90%;
    position: relative;
    top: -32px;
  }
}
.c-3c03 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
  margin-left: 0px !important;
}
.c-3c03 .title {
  margin: 0 auto 16px auto;
  padding: 16px 24px;
}
@media (min-width: 769px) {
  .c-3c03 .title {
    width: fit-content;
  }
}
@media (max-width: 768px) {
  .c-3c03 .title {
    width: 80%;
  }
}
.c-3c03 .title p {
  line-height: 1.5em;
}
@media (min-width: 769px) {
  .c-3c03 .cont {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .c-3c03 .list {
    margin: 0 auto;
  }
}
.c-3c03 .mini-btn {
  margin: 0 auto;
}
.c-3c03 ul {
  width: fit-content;
}
@media (min-width: 769px) {
  .c-3c03 ul {
    height: 130px;
  }
}
.c-3c03 li {
  margin-bottom: 8px;
}
.c-3c03 .btn-cont {
  margin: auto auto 0 auto;
}
@media (max-width: 768px) {
  .c-3c04 .column {
    flex-wrap: nowrap;
  }
}
@media (min-width: 769px) {
  .c-3c04 .l-box {
    flex-basis: 0;
  }
}
@media (max-width: 768px) {
  .c-3c04 .l-box {
    flex-basis: 25% !important;
  }
}
.c-3c04 .r-box {
  padding: 16px 12px;
}
@media (min-width: 769px) {
  .c-3c04 .r-box {
    flex-basis: 0;
  }
}
@media (max-width: 768px) {
  .c-3c04 .r-box {
    flex-basis: 55% !important;
  }
}
.c-3c04 h4 {
  line-height: 1em;
  text-align: left;
  font-size: 16px;
  margin-bottom: 8px;
}
.c-3c04 p {
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 0px;
}
.c-3c05 .cont .title-box {
  padding: 16px;
  border-radius: 10px 10px 0 0;
}
.c-3c05 .cont .title {
  display: flex;
  justify-content: center;
}
.c-3c05 .cont .txt-box {
  border-radius: 0 0 10px 10px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .c-3c05 .cont .txt-box {
    margin-bottom: 24px;
  }
}
.c-3c05 .cont h4 {
  margin-bottom: 0px;
}
.c-3c05 .cont .triangele::after {
  content: "";
  border-right: 20px solid transparent;
  border-bottom: 25px solid #ffffff;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translatex(-50%);
}
.c-3c05 .bdg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  position: relative;
}
.c-3c05 .bdg::before {
  content: "";
  position: absolute;
  display: block;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border: 1px solid white;
  border-radius: 50px;
}
.c-3c06 .cont {
  padding: 16px 24px;
}
.c-3c06 .cont h3 {
  margin-bottom: 16px;
}
/*------------------カード関連------------------*/
.c-3c08 .cardcont {
  position: absolute;
  top: 0;
  width: 80%;
  margin: auto;
  bottom: 0;
  right: 0;
  left: 0;
  height: 80%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 24px;
}
.c-3c08 .cardcont h3 {
  margin-bottom: 12px;
}
.c-3c08 .cardcont p {
  margin: 0 auto;
  width: fit-content;
}
.c-3c08 .marks img {
  position: absolute;
  margin: auto auto 10% auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 13%;
}
.c-3c08 :hover .cardcont .marks img {
  margin: auto auto 3% auto;
  transition: 1s;
}
.c-3c09 .cont {
  position: relative;
}
.c-3c09 .cont::before {
  content: "";
  background-image: url(https://www.siteworks.site/ssworks/wp-content/uploads/2022/11/marker.png);
  position: absolute;
  top: -10px;
  left: -10px;
  width: 79px;
  height: 61px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .c-3c09 .cont::before {
    width: 60px;
    height: 46px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.c-3c11 {
  position: relative;
}
@media (min-width: 769px) {
  .c-3c11 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: auto;
  }
}
@media (max-width: 768px) {
  .c-3c11 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 46% !important;
  }
}
.c-3c11 .box {
  background-color: #ffffff;
}
.c-3c11 .box p {
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 0px;
  font-size: clamp(12px, 1.3vw, 16px);
}
.c-3c11 .box img {
  box-shadow: 2px 3px 12px rgba(100, 100, 100, 0.8);
  aspect-ratio: 1;
}
.c-3c11 .box .bdg {
  background-color: #ffffff;
  bottom: 0px;
  opacity: 0.9;
  padding: 8px 8px;
  z-index: 10;
  width: 100%;
  display: flex;
  align-items: center !important;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .c-3c11 .box .bdg {
    position: absolute;
    height: 4vw;
  }
}
@media (max-width: 768px) {
  .c-3c11 .box .bdg {
    height: 14vw;
  }
}
.c-3c11 .box .left {
  flex-basis: auto;
  flex-grow: 1;
}
.c-3c11 .box .right {
  flex-basis: auto;
  flex-grow: 0;
  margin-right: 1vw;
}
.c-ico3c-01 h3 {
  font-size: 20px !important;
  text-align: left;
  line-height: 1.4 !important;
}
.c-ico3c-01 figure {
  text-align: left;
}
.c-3img-list {
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0px;
}
@media (max-width: 768px) {
  .c-3img-list {
    padding-left: 0;
  }
}
.c-3img-list li {
  list-style-type: none;
}
@media (min-width: 769px) {
  .c-3img-list li {
    width: 32%;
  }
}
@media (max-width: 768px) {
  .c-3img-list li {
    width: 48%;
  }
}
.c-2img-list, .c-4img-list {
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0px;
}
@media (max-width: 768px) {
  .c-2img-list, .c-4img-list {
    padding-left: 0;
  }
}
.c-2img-list li, .c-4img-list li {
  list-style-type: none;
}
.c-2img-list li h3, .c-4img-list li h3 {
  margin-bottom: 0px;
}
.c-2img-list li p, .c-4img-list li p {
  margin-bottom: 24px !important;
}
.c-2img-list li {
  width: 48%;
}
@media (min-width: 769px) {
  .c-4img-list li {
    width: 23%;
  }
}
@media (max-width: 768px) {
  .c-4img-list li {
    width: 48%;
  }
}
.c-list01 {
  width: 100%;
}
.c-list01 ul {
  overflow: auto;
}
@media (max-width: 768px) {
  .c-list01 ul {
    padding-inline-start: 0px;
  }
}
.c-list01 li {
  list-style-type: none;
  float: left;
  padding: 10px;
}
@media (min-width: 769px) {
  .c-list01 li {
    padding: 6px 24px;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .c-list01 li {
    width: 100%;
    margin-left: 0px !important;
  }
}
.c-list01 li:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 8px;
  font-weight: 900;
  content: "";
  color: #666666;
}
.c-list02 {
  border-top: 3px solid #cccccc;
  border-bottom: 3px solid #cccccc;
}
.c-list02 .border-b {
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 768px) {
  .c-list02 .list {
    padding: 8px 0px;
  }
}
@media (min-width: 769px) {
  .c-list02 .list-l, .c-list02 .list-r {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .c-list02 .list-l, .c-list02 .list-r {
    padding: 4px 24px;
  }
}
.c-list03 ul {
  padding: 0px 16px !important;
}
.c-list03 li {
  list-style-type: none;
  display: inline-block;
}
@media (min-width: 769px) {
  .c-list03 li {
    padding: 8px 24px;
    min-width: 45%;
  }
}
@media (max-width: 768px) {
  .c-list03 li {
    width: 100%;
    margin-left: 0px !important;
    border-bottom: 1px solid;
    padding-bottom: 8px;
  }
}
.c-list03 li .l-box {
  display: inline-block;
}
@media (max-width: 768px) {
  .c-list03 li .l-box {
    width: 85%;
  }
}
.c-list03 li .r-box {
  display: inline-block;
  text-align: end;
}
.c-list04 ul {
  padding-left: 0px !important;
}
.c-list04 li {
  list-style-type: none;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 8px;
  font-size: 15px;
}
@media (min-width: 769px) {
  .c-list04 li {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .c-list04 li {
    margin-left: 0px !important;
    border-bottom: 1px solid;
    padding-bottom: 8px;
  }
}
.c-list04 li .l-box {
  display: inline-block;
  width: 80%;
}
@media (max-width: 768px) {
  .c-list04 li .l-box {
    width: 100%;
    margin-bottom: 8px;
  }
}
.c-list04 li .r-box {
  display: inline-block;
  font-weight: bold;
  width: 20%;
}
@media (min-width: 769px) {
  .c-list04 li .r-box {
    text-align: end;
  }
}
@media (max-width: 768px) {
  .c-list04 li .r-box {
    width: 100%;
  }
}
.c-list05 li {
  list-style-type: none;
  text-indent: -1.8em;
  padding-left: 1.8em;
}
.c-list05 li span {
  font-weight: bold;
  color: #000000;
}
.c-list05 li::before {
  font-family: "Font Awesome 5 Free";
  margin-right: 8px;
  font-weight: 900;
  color: #000000;
  font-size: 1.5em;
  position: relative;
  top: 3px;
  content: "";
}
.c-list06 li {
  list-style: none;
  text-align: center;
  position: relative;
}
.c-list06 li span {
  font-weight: bold;
  color: #000000;
}
.c-list06 li:after {
  content: "";
  border-right: 15px solid transparent;
  border-top: 20px solid;
  border-top-color: #EC4520;
  border-left: 15px solid transparent;
  position: relative;
  left: 50%;
  transform: translatex(-50%);
  display: table;
  margin: 12px 0px 16px 0px;
}
.c-list06 li:last-child::after {
  content: none;
}
.c-list07 ul {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-inline-start: 0px;
}
.c-list07 li {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: solid 1px;
  border-color: #cccccc;
  border-top: solid 2px;
  border-top-color: #000000;
  padding: 24px;
}
@media (min-width: 769px) {
  .c-list07 li {
    width: calc(300 / 960 * 100%);
  }
}
@media (max-width: 768px) {
  .c-list07 li {
    width: 100%;
    margin-bottom: 54px;
  }
}
.c-list07 li span {
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1em;
  color: #ffffff;
  font-weight: normal;
}
.c-list07 .listafter::after, .c-list07 .listaftersp::after {
  content: "▶︎";
  display: flex;
  position: absolute;
  justify-content: center;
}
@media (min-width: 769px) {
  .c-list07 .listafter::after, .c-list07 .listaftersp::after {
    width: calc(30 / 300 * 100%);
    height: 100%;
    align-items: center;
    margin-right: calc((-30 / 300 * 100%) - 1px);
    right: 0;
    top: 0;
  }
}
@media (max-width: 768px) {
  .c-list07 .listafter::after, .c-list07 .listaftersp::after {
    content: "▼";
    right: 0;
    bottom: -42px;
    width: 100%;
    font-size: 30px;
  }
}
@media (min-width: 769px) {
  .listaftersp::after {
    display: none !important;
  }
}
.c-list09 .cont {
  background-color: #ffffff;
  padding: 16px;
  box-shadow: 5px 5px 15px #999999;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .c-list09 .cont {
    align-items: center !important;
    border-radius: 20em;
  }
}
@media (max-width: 768px) {
  .c-list09 .cont {
    gap: 1em;
    border-radius: 10px;
  }
}
.c-list09 .arrows {
  position: relative;
}
.c-list09 .arrows::after {
  content: "";
  background-image: url(http://siteworks.site/csstest/wp-content/uploads/2024/01/c-list09-arrowi.png);
  filter: invert(50%) sepia(50%) saturate(9999%) hue-rotate(160deg) brightness(120%);
  height: 48px;
  width: 48px;
  display: block;
  position: absolute;
  bottom: -48px;
  left: 5%;
  z-index: 10;
}
@media (min-width: 769px) {
  .c-list09 .cont-l {
    padding: 12px;
    border-radius: 20em;
  }
}
@media (max-width: 768px) {
  .c-list09 .cont-l {
    border-radius: 10px;
    padding: 12px;
    flex-basis: 40vw !important;
  }
}
@media (min-width: 769px) {
  .c-list09 .cont-l p {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .c-list09 .cont-l p {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
  }
}
@media (min-width: 769px) {
  .c-list09 .cont-r {
    padding-right: 32px;
    align-items: center !important;
  }
}
@media (max-width: 768px) {
  .c-list09 .cont-r {
    flex-basis: 60vw !important;
    gap: 1em;
  }
}
.c-list09 li {
  list-style: none;
  text-align: center;
  position: relative;
}
.c-list09 li span {
  font-weight: bold;
  color: #000000;
}
.c-list09 li:after {
  content: "";
  border-right: 15px solid transparent;
  border-top: 20px solid;
  border-top-color: #EC4520;
  border-left: 15px solid transparent;
  position: relative;
  left: 50%;
  transform: translatex(-50%);
  display: table;
  margin: 12px 0px 16px 0px;
}
.c-list09 li:last-child::after {
  content: none;
}
.c-list-works ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .c-list-works ul li {
    width: 49%;
  }
}
@media (max-width: 768px) {
  .c-list-works ul li {
    width: 100%;
  }
}
.c-list-works .wp-block-latest-posts__featured-image a :hover {
  display: inline;
}
.c-list-works .wp-block-latest-posts__featured-image a {
  display: inline;
}
.c-list-works .wp-block-latest-posts__featured-image a {
  display: inline;
}
@media (max-width: 768px) {
  .c-2img-list li {
    width: 100%;
  }
}
.c-2img-list li .caption {
  position: relative;
  background-color: #ffffff;
  box-shadow: 1px 1px 5px #cccccc;
  width: 95%;
  margin: auto;
  padding: 40px 16px 12px 16px;
  border-top: 3px solid #00df82;
  top: -24px;
}
.c-2img-list li .title {
  background-color: #333333;
  width: fit-content;
  padding: 0px 16px;
  color: #ffffff;
  margin-bottom: 8px !important;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.c-2img-list li .sentence {
  margin-bottom: 0px !important;
  font-weight: bold;
  line-height: 160%;
}
@media (max-width: 768px) {
  .c-blog li {
    display: flex;
    flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .c-blog li time {
    margin-left: 12px;
  }
}
@media (max-width: 768px) {
  .c-history .sec-years {
    align-items: center !important;
  }
}
.c-history .sec-years .l-cont p {
  font-weight: bold;
  line-height: 1em;
}
@media (min-width: 769px) {
  .c-history .sec-years .l-cont p {
    font-size: clamp(65px, 9vw, 95px);
  }
}
@media (max-width: 768px) {
  .c-history .sec-years .l-cont p {
    font-size: 8vw;
  }
}
.c-history .sec-years .r-cont p {
  font-weight: bold;
  border-bottom: 1px solid #333333;
}
@media (min-width: 769px) {
  .c-history .sec-years .r-cont p {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .c-history .sec-years .r-cont p {
    font-size: 20px;
    line-height: 1.7em;
  }
}
.c-history .sec-detail .right {
  border-right: 3px solid;
}
.c-history .sec-detail .border1 {
  border-color: #b70000;
}
.c-history .sec-detail .border2 {
  border-color: #ff9000;
}
.c-history .sec-detail .border3 {
  border-color: #c99c00;
}
.btn-history-side {
  position: fixed;
  right: 2%;
  top: 40%;
  z-index: 100;
}
.btn-history-side p {
  writing-mode: tb-rl;
  text-orientation: upright;
  color: #ffffff;
  padding: 16px 8px;
  line-height: 1em;
  margin-bottom: 8px;
}
.btn-history-side .btn1 {
  background-color: #b70000;
}
.btn-history-side .btn2 {
  background-color: #ff9000;
}
.btn-history-side .btn3 {
  background-color: #c99c00;
}
/*----- Q&A -----*/
.blk-qa {
  display: flex;
  margin: 16px 0 0 0;
}
.blk-qa > div {
  display: table-cell;
}
.blk-qa > div img {
  width: 100px;
}
.blk-qa p {
  margin-bottom: 1em;
}
.blk-qa p:last-child {
  margin-bottom: 0;
}
.blk-qa > div:first-child {
  z-index: 2;
}
.blk-qa > div:nth-child(2) {
  display: inline-block;
  position: relative;
  padding: 32px;
  width: 735px;
  border-radius: 20px;
}
.blk-qa > div:nth-child(2)::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 25px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
@media screen and (max-width: 600px) {
  .blk-qa {
    position: relative;
    display: block;
    width: 100%;
    margin: 2px 0 0 0;
  }
  blk-qa .body_img.is_mi .blk-qa > div:first-child {
    width: 50px;
  }
  .blk-qa > div:nth-child(2) {
    margin: 20px 0 0 0;
    padding: 24px;
  }
  .blk-qa > div:nth-child(2)::after {
    display: none;
  }
}
/* Q&A - クエスチョン*/
.blk-q > div:first-child {
  width: 100px;
  padding-right: 20px;
}
.blk-q > div:nth-child(2) {
  background: #dbf7ff;
}
.blk-q > div:nth-child(2)::after {
  left: -10px;
  border-right: 20px solid #dbf7ff;
}
@media screen and (max-width: 600px) {
  .blk-q > div:first-child {
    position: absolute;
    left: -5px;
    width: 50px;
    padding: 0;
  }
  .blk-q > div:nth-child(2) {
    width: calc(100% - 42px);
    left: 20px;
  }
}
/* Q&A - アンサー*/
.blk-a > div:first-child {
  width: 100px;
  padding-left: 20px;
}
.blk-a > div:first-child p {
  position: relative;
}
.blk-a > div:first-child p span {
  position: absolute;
  display: block;
  top: 100%;
  width: 100%;
  padding: 4px 2px;
  background-color: #fff;
  color: #000;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media (min-width: 769px) {
  .blk-a > div:first-child p span {
    font-size: 80%;
  }
}
@media (max-width: 768px) {
  .blk-a > div:first-child p span {
    font-size: 10px;
  }
}
.blk-a {
  flex-direction: row-reverse;
}
.blk-a > div:nth-child(2) {
  background: #fff2e0;
}
.blk-a > div:nth-child(2)::after {
  right: -10px;
  border-left: 20px solid #fff2e0;
}
@media screen and (max-width: 600px) {
  .blk-a > div:first-child {
    position: absolute;
    right: -5px;
    width: 50px;
    padding: 0;
  }
  .blk-a > div:first-child p span {
    padding-right: 0;
    padding-left: 0;
    font-size: 9px;
  }
  .blk-a > div:nth-child(2) {
    width: calc(100% - 42px);
    right: -20px;
  }
}
.blk-q > div:first-child p span {
  display: block;
  top: 100%;
  width: 100%;
  padding: 4px 2px;
  background-color: #fff;
  color: #000;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media (min-width: 769px) {
  .blk-q > div:first-child p span {
    font-size: 80%;
  }
}
@media (max-width: 768px) {
  .blk-q > div:first-child p span {
    font-size: 10px !important;
  }
}
/*----------パーツ----------*/
/*----------強調系----------*/
.cp-expand-box01 {
  aspect-ratio: 1;
  max-width: 250px;
  max-height: 250px;
}
@media (min-width: 769px) {
  .cp-expand-box01 {
    width: 100%;
    min-height: 222px;
    min-width: 222px;
  }
}
@media (max-width: 768px) {
  .cp-expand-box01 {
    max-width: 300px;
    width: 85%;
    margin: 0 auto 24px auto;
    display: block !important;
  }
}
.h2lower {
  background-color: #000000;
  color: #ffffff;
  padding: 16px 24px;
}
.cp-emph01 {
  font-weight: bold;
  background-color: #000000;
  color: #ffffff;
  padding: 16px;
  border-radius: 0px;
  font-size: 22px;
  max-width: 750px;
  position: relative;
  margin: 40px auto 0px auto;
  line-height: 1.8em;
  text-align: center;
}
.cp-emph01::before {
  content: "";
  position: absolute;
  display: block;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border: 1px solid white;
  border-radius: 0px;
}
.cp-emph02 {
  font-weight: bold;
  max-width: 1110px;
  position: relative;
}
.cp-emph02 p {
  font-weight: bold;
  color: #ffffff;
  font-weight: bolder;
  text-align: center;
  line-height: 1.4em;
}
@media (min-width: 769px) {
  .cp-emph02 p {
    font-size: clamp(32px, 4vw, 48px);
  }
}
@media (max-width: 768px) {
  .cp-emph02 p {
    line-height: 1.3em;
    font-size: 21px;
  }
}
/*----------ボタン----------*/
.cp-btn-r01 {
  border-radius: 20em;
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
}
.cp-btn-r01 a {
  display: block;
  padding: 8px 20px;
}
.cp-btn-sr01 {
  margin: 0 auto;
  font-weight: bold;
  filter: drop-shadow(4px 4px 0px #2a586e);
  max-width: 350px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .cp-btn-sr01 {
    font-size: 16px;
  }
}
.cp-btn-sr01:hover {
  opacity: 0.8;
  transition: 0.5s;
}
.cp-btn-sr01 a {
  color: #ffffff;
  display: block;
  text-decoration: none;
}
@media (min-width: 769px) {
  .cp-btn-sr01 a {
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .cp-btn-sr01 a {
    padding: 16px 0px;
  }
}
.cp-btn-sr02 {
  font-weight: bold;
  /* filter: drop-shadow(4px 4px 0px #2a586e); */
  border-radius: 5px;
  text-align: center;
}
@media (min-width: 769px) {
  .cp-btn-sr02 {
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .cp-btn-sr02 {
    max-width: 200px;
    margin: 0 auto;
  }
}
.cp-btn-sr02:hover {
  opacity: 0.8;
  transition: 0.5s;
}
.cp-btn-sr02 a {
  color: #ffffff;
  display: block;
  text-decoration: none;
}
@media (min-width: 769px) {
  .cp-btn-sr02 a {
    padding: 16px 0px;
  }
}
@media (max-width: 768px) {
  .cp-btn-sr02 a {
    padding: 12px 8px;
  }
}
.cp-btn-sq01-frame {
  text-align: center;
  background-color: #444444;
}
@media (min-width: 769px) {
  .cp-btn-sq01-frame {
    max-width: 280px;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .cp-btn-sq01-frame {
    max-width: 280px;
    width: 280px;
    margin: 0 auto;
  }
}
.cp-btn-sq01-frame:hover {
  opacity: 0.8;
  transition: 0.5s;
}
.cp-btn-sq01-frame a {
  letter-spacing: 1px;
  display: block;
  text-decoration: none;
}
@media (min-width: 769px) {
  .cp-btn-sq01-frame a {
    padding: 16px 0px;
  }
}
@media (max-width: 768px) {
  .cp-btn-sq01-frame a {
    padding: 12px 8px;
  }
}
.cp-btn-sq02 {
  filter: drop-shadow(0px 1px 2px #8bbad0);
  text-align: center;
}
@media (min-width: 769px) {
  .cp-btn-sq02 {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .cp-btn-sq02 {
    max-width: 350px;
    margin: 0 auto;
  }
}
.cp-btn-sq02:hover {
  opacity: 0.8;
  transition: 0.5s;
}
.cp-btn-sq02 a {
  color: #ffffff;
  letter-spacing: 1px;
  display: block;
  text-decoration: none;
}
@media (min-width: 769px) {
  .cp-btn-sq02 a {
    padding: 24px 0px;
  }
}
@media (max-width: 768px) {
  .cp-btn-sq02 a {
    padding: 18px 8px;
  }
}
/*ボックス*/
.cp-massage-box01 {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 4px 4px 7px #cccccc;
}
@media (min-width: 769px) {
  .cp-massage-box01 {
    margin-top: -44px;
  }
}
.cp-btn-sq03 {
  filter: drop-shadow(0px 1px 2px #8bbad0);
  text-align: center;
}
@media (min-width: 769px) {
  .cp-btn-sq03 {
    max-width: 120px;
    padding: 0 20px;
    margin: 16px auto 24px auto;
  }
}
@media (max-width: 768px) {
  .cp-btn-sq03 {
    max-width: 120px;
    width: 120px;
    margin: 0 auto;
  }
}
.cp-btn-sq03:hover {
  opacity: 0.8;
  transition: 0.5s;
}
.cp-btn-sq03 a {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
  text-decoration: none;
}
@media (min-width: 769px) {
  .cp-btn-sq03 a {
    padding: 8px 0px;
  }
}
@media (max-width: 768px) {
  .cp-btn-sq03 a {
    padding: 8px 8px;
  }
}
.cp-btn-home {
  background-color: #000000;
  text-align: center;
  max-width: 150px;
  margin: 0 auto;
  border-radius: 5px;
  color: #ffffff;
  filter: drop-shadow(1px 1px 2px #cfe9f7);
}
.cp-btn-home a {
  color: #ffffff;
  display: block;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .cp-btn-home a {
    padding: 4px 0;
  }
}
@media (max-width: 768px) {
  .cp-btn-home a {
    padding: 12px 0;
  }
}
.cp-btn-home a::after {
  font-family: "Font Awesome 5 Free";
  margin-left: 8px;
  font-weight: 900;
  content: "";
}
.cp-btn-link1 {
  position: relative;
  margin-bottom: 24px;
}
.cp-btn-link1 a {
  border: 1px solid #cccccc;
  color: #444444;
  display: block;
}
@media (min-width: 769px) {
  .cp-btn-link1 a {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .cp-btn-link1 a {
    padding: 24px 14px;
    text-align: center;
  }
}
.cp-btn-link1 a:before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  margin-right: 12px;
  display: inline-block;
  margin-bottom: -15px;
}
@media (max-width: 768px) {
  .cp-btn-link1 a:before {
    margin: 0 auto;
    display: block;
  }
}
.cp-btn-link1 a:after {
  content: "";
  background: url(https://www.siteworks.site/ssworks/wp-content/uploads/2022/08/arrow_02.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 10px;
  width: 30px;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translatey(-50%);
}
@media (max-width: 768px) {
  .cp-btn-link1 a:after {
    display: none;
  }
}
#link-ico01 a:before {
  content: "";
  background: url(https://www.siteworks.site/ssworks/wp-content/uploads/2022/11/sol-icon1.png);
}
@media (max-width: 768px) {
  #link-ico01 a:before {
    margin-bottom: 8px;
  }
}
#link-ico02 a:before {
  content: "";
  background: url(https://www.siteworks.site/ssworks/wp-content/uploads/2022/11/sol-icon2.png);
}
@media (max-width: 768px) {
  #link-ico02 a:before {
    margin-bottom: 8px;
  }
}
/*----------バッジ----------*/
.cp-bdg-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  position: relative;
}
.cp-bdg-01::before {
  content: "";
  position: absolute;
  display: block;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border: 1px solid white;
  border-radius: 50px;
}
.cp-bdg-01-txt {
  line-height: 0.5em;
  font-size: 16px;
  margin-bottom: 12px;
}
.cp-bdg-01-num {
  font-size: 22px;
  font-weight: bold;
  line-height: 0.5em;
  margin-bottom: 12px;
}
.cp-bdg-square01 {
  padding: 2px 20px;
  width: 250px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  z-index: 100;
}
@media (min-width: 769px) {
  .cp-bdg-square01 {
    position: absolute;
    top: 0px;
    left: 0px;
  }
}
@media (max-width: 768px) {
  .cp-bdg-square01 {
    width: 100%;
    padding: 2px 4px;
    margin-bottom: 0px;
  }
}
.cp-bdg-sqcent01 {
  width: 140px;
  height: 140px;
  padding: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #ffffff;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 1px solid #ffffff;
  outline-offset: -5px;
}
.cp-bdg-sqcent01:hover {
  background-color: #cccccc;
  transition: 1s;
}
.cp-bdg-sqcent01 a {
  line-height: 140px;
  text-align: center;
  display: block;
  color: #ffffff;
  font-size: 22px;
}
.cp-bdg-sqcent01 p {
  line-height: 140px;
  text-align: center;
  display: block;
  color: #ffffff;
  font-size: 22px;
}
.cp-bdg-comment01 {
  padding: 8px 20px;
  color: #666666;
  font-size: 20px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #ffffff;
  opacity: 0.8;
  width: 100%;
  font-size: 22px;
}
@media (max-width: 768px) {
  .cp-bdg-comment01 {
    position: relative;
    background-color: #efefef;
    opacity: 1;
  }
}
.cp-bdgmini-sq01 {
  width: fit-content;
  padding: 4px 12px;
  font-size: 14px;
  border-radius: 4px;
}
.u-bdg-notice01 {
  position: relative;
}
.u-bdg-notice01::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #222;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -10;
}
.u-bdg-notice01 .back {
  background-color: #ffffff;
  width: 170px;
  height: 2px;
  margin: 0 auto;
}
.u-bdg-notice01 p {
  background-color: #000000;
  padding: 2px 24px;
  border-radius: 50px;
  /* max-width: 150px; */
  text-align: center;
  position: absolute;
  width: 150px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.u-bdg-notice01 li::before {
  font-family: "Font Awesome 5 Free";
  margin-right: 8px;
  font-weight: 900;
  content: "";
  color: #666;
}
/*----------図表----------*/
.cp-chart01 .title {
  padding: 16px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
@media (max-width: 768px) {
  .cp-chart01 .title {
    justify-content: center;
  }
}
.cp-chart01 .cont {
  padding: 16px;
  margin-left: 4px;
  margin-bottom: 4px !important;
}
/*----------カード----------*/
.cp-card01 .card-cont {
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cp-card01 .card-cont {
    margin-bottom: 24px;
  }
}
.cp-card01 h4 {
  margin-bottom: 0px;
}
.cp-card01 .wp-block-column {
  flex-basis: auto !important;
  flex-grow: 0;
}
@media (max-width: 768px) {
  .cp-card01 .wp-block-column {
    flex-grow: 0 !important;
  }
}
.cp-card01 .title-base {
  padding: 16px;
  border-radius: 10px 10px 0 0;
  flex-flow: wrap;
}
.cp-card01 .title {
  align-items: center;
  display: flex;
  justify-content: center;
}
.cp-btn-r03 {
  position: absolute;
  width: 170px;
  height: 170px;
  margin: 0 -10px -10px 0;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  z-index: 100;
  transition: all 0.8s;
}
.cp-btn-r03:hover {
  opacity: 1;
}
.cp-btn-r03 span {
  display: block;
}
.cp-btn-r03::after {
  content: "";
  /* display: block; */
  position: absolute;
  top: 5px;
  left: 5px;
  width: 160px;
  height: 160px;
  background: url(../img/recruit-btn-frame.svg) 0 0 no-repeat;
  background-size: 160px 160px;
  transition: all 0.4s;
}
.cp-btn-r03:hover::after {
  transform: rotate(180deg);
}
.cp-btn-r03-title {
  position: relative;
  margin-top: 38px;
}
.cp-btn-r03-title .eng {
  color: #000000;
  font-size: 14px;
}
.cp-btn-r03-title .jpn {
  font-size: 18px;
}
.cp-btn-r03-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 15px;
  height: 19px;
  /* margin-left: -5px; */
  background: url(../img/recruit-btn-arrow.svg) 0 0 no-repeat;
  background-size: 15px 19px;
  transition: all 0.4s;
  margin-left: -5%;
}
.cp-btn-r03:hover .cp-btn-r03-title::after {
  margin-left: 0;
}
/*-----見出し-------*/
.cp-h-ico01 {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .cp-h-ico01 {
    gap: 1em;
  }
}
@media (max-width: 768px) {
  .cp-h-ico01 {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .cp-h-ico01 figure {
    margin: 0 auto;
  }
}
.cp-h-ico01 .icon {
  max-width: 100px;
  min-width: 80px;
}
@media (min-width: 769px) {
  .cp-h-ico01 .icon {
    width: 8vw;
  }
}
@media (max-width: 768px) {
  .cp-h-ico01 .icon {
    width: 30%;
  }
}
.cp-h-ico01 .text {
  font-size: clamp(20px, 2em, 24px);
}
.cp-h-pic {
  text-align: center;
}
.cp-h-pic:before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background: url(../img/h2@2x.png) no-repeat;
  background-size: contain;
}
/*------------------------------*/
.cp-under-dot {
  border-bottom: dotted 5px;
  border-bottom-color: #000000;
  display: table;
  width: fit-content;
}
/*------------------------------*/
.cp-h-dotted {
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.3em 0.5em;
}
/*------------------------------*/
.cp-h-square1 {
  position: relative;
  padding: 10px 5px 10px 42px;
  background: #000000;
  font-size: 20px;
  color: #ffffff;
  margin-left: -33px;
  line-height: 1.3;
  z-index: 14;
}
.cp-h-square1:before {
  position: absolute;
  content: "";
  left: -2px;
  top: -2px;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index: -2;
}
/*------------------------------*/
.cp-h-smallunder {
  position: relative;
  margin-bottom: 1.5em;
}
.cp-h-smallunder:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
/*------------------------------*/
.cp-h-circle {
  color: #505050;
  /*文字色*/
  padding: 0.5em;
  /*文字周りの余白*/
  display: inline-block;
  /*おまじない*/
  line-height: 1.3;
  /*行高*/
  background: #dbebf8;
  /*背景色*/
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;
  /*左側の角を丸く*/
}
.cp-h-circle:before {
  content: "●";
  color: white;
  margin-right: 8px;
}
/*------------------------------*/
.cp-h-curve {
  position: relative;
  color: #158b2b;
  font-size: 32px;
  padding: 17px 0;
  text-align: center;
  margin: 1.5em 0;
}
.cp-h-curve:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 75px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/*------------------------------*/
.cp-h-kagikakko {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
}
.cp-h-kagikakko:before, .cp-h-kagikakko:after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
.cp-h-kagikakko:before {
  border-left: solid 1px #ff5722;
  border-top: solid 1px #ff5722;
  top: 0;
  left: 0;
}
.cp-h-kagikakko:after {
  border-right: solid 1px #ff5722;
  border-bottom: solid 1px #ff5722;
  bottom: 0;
  right: 0;
}
.cp-h-square01 {
  display: table;
  border-left: 16px solid;
  margin-right: 12px;
  border-left-color: #000000;
  padding: 0px 0px 0px 8px;
  margin: 0;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .cp-h-square01 {
    border-left: 8px solid;
    border-left-color: #000000;
  }
}
.cp-h-3dots::after {
  display: block;
  transform: scale(0.2);
  margin-top: -10px;
  content: url(https://www.siteworks.site/testsite/wp-content/uploads/2022/02/dots-1.png);
  position: relative;
  width: auto;
}
.cp-hr-botted {
  border-width: 0 0 8px;
  border-style: solid;
  border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(30, 50%, 65%, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
  width: 216px;
  margin: 0 auto;
}
.cp-hr-dot {
  border: none;
  border-top: dotted 5px #f08437;
}
.cp-hr-black {
  height: 2px;
  background-color: #333333;
  border: none;
}
.cp-hr-dot-gray {
  border: none;
  border-top: dotted 5px #cccccc;
}
/*-------カギカッコ-------*/
.cp-brc-in01 .top, .cp-brc-in01 .left, .cp-brc-in01 .bottom, .cp-brc-in01 .right {
  position: absolute;
  z-index: 50;
}
.cp-brc-in01 .top {
  width: 100px;
  height: 4px;
  top: 30px;
  left: 30px;
}
@media (max-width: 768px) {
  .cp-brc-in01 .top {
    width: 30px;
    height: 2px;
    top: 4px;
    left: 5px;
  }
}
.cp-brc-in01 .left {
  width: 4px;
  height: 100px;
  top: 30px;
  left: 30px;
}
@media (max-width: 768px) {
  .cp-brc-in01 .left {
    width: 2px;
    height: 30px;
    top: 5px;
    left: 5px;
  }
}
.cp-brc-in01 .bottom {
  width: 100px;
  height: 4px;
  bottom: 30px;
  right: 30px;
}
@media (max-width: 768px) {
  .cp-brc-in01 .bottom {
    width: 30px;
    height: 2px;
    bottom: 5px;
    right: 5px;
  }
}
.cp-brc-in01 .right {
  width: 4px;
  height: 100px;
  bottom: 30px;
  right: 30px;
}
@media (max-width: 768px) {
  .cp-brc-in01 .right {
    width: 2px;
    height: 30px;
    bottom: 5px;
    right: 5px;
  }
}
.cp-brc-in02 .top, .cp-brc-in02 .left, .cp-brc-in02 .bottom, .cp-brc-in02 .right {
  position: absolute;
  z-index: 50;
}
.cp-brc-in02 .top {
  width: 50px;
  height: 10px;
  top: 5px;
  left: 5px;
}
@media (max-width: 768px) {
  .cp-brc-in02 .top {
    width: 30px;
    height: 6px;
  }
}
.cp-brc-in02 .left {
  width: 10px;
  height: 50px;
  top: 5px;
  left: 5px;
}
@media (max-width: 768px) {
  .cp-brc-in02 .left {
    width: 6px;
    height: 30px;
  }
}
.cp-brc-in02 .bottom {
  width: 50px;
  height: 10px;
  bottom: 5px;
  right: 5px;
}
@media (max-width: 768px) {
  .cp-brc-in02 .bottom {
    width: 30px;
    height: 6px;
  }
}
.cp-brc-in02 .right {
  width: 10px;
  height: 50px;
  bottom: 5px;
  right: 5px;
}
@media (max-width: 768px) {
  .cp-brc-in02 .right {
    width: 6px;
    height: 30px;
  }
}
.cp-brc-in03 .top, .cp-brc-in03 .left {
  position: absolute;
  z-index: 50;
}
.cp-brc-in03 .top {
  width: 50%;
  height: 50px;
  top: 0px;
  left: 0px;
}
@media (max-width: 768px) {
  .cp-brc-in03 .top {
    width: 50%;
    height: 20px;
  }
}
.cp-brc-in03 .left {
  width: 50px;
  height: 500px;
  top: 50px;
  left: 9px;
}
@media (max-width: 768px) {
  .cp-brc-in03 .left {
    width: 20px;
    height: 150px;
    top: 20px;
    left: 0px;
  }
}
.cp-brc-out01 .top, .cp-brc-out01 .left, .cp-brc-out01 .bottom, .cp-brc-out01 .right {
  position: absolute;
  z-index: 50;
}
.cp-brc-out01 .top {
  width: 100px;
  height: 15px;
  top: -40px;
  left: -40px;
}
@media (max-width: 768px) {
  .cp-brc-out01 .top {
    width: 40px;
    height: 6px;
    top: -30px;
    left: 0px;
  }
}
.cp-brc-out01 .left {
  width: 15px;
  height: 100px;
  top: -40px;
  left: -40px;
}
@media (max-width: 768px) {
  .cp-brc-out01 .left {
    width: 6px;
    height: 20px;
    top: -30px;
    left: 0px;
  }
}
.cp-brc-out01 .bottom {
  width: 100px;
  height: 15px;
  bottom: -40px;
  right: -40px;
}
@media (max-width: 768px) {
  .cp-brc-out01 .bottom {
    width: 40px;
    height: 6px;
    bottom: -10px;
    right: 0px;
  }
}
.cp-brc-out01 .right {
  width: 15px;
  height: 100px;
  bottom: -40px;
  right: -40px;
}
@media (max-width: 768px) {
  .cp-brc-out01 .right {
    width: 6px;
    height: 20px;
    bottom: -10px;
    right: 0px;
  }
}
.cp-scroll-yoko1 {
  display: flex;
  overflow: hidden;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media (min-width: 769px) {
  .cp-scroll-yoko1 {
    margin-top: -150px;
  }
}
@media (max-width: 768px) {
  .cp-scroll-yoko1 {
    margin-top: -100px;
  }
}
.cp-scroll-yoko1 .cont {
  display: flex;
  list-style: none;
}
.cp-scroll-yoko1 .list {
  animation: infinity-scroll-left 15s infinite linear 0.5s both;
}
.cp-scroll-yoko1 .font {
  font-weight: bold;
  white-space: pre;
  color: #ffffff;
  filter: drop-shadow(0px 0px 1px black);
  line-height: 0.6em;
  font-style: italic;
}
@media (min-width: 769px) {
  .cp-scroll-yoko1 .font {
    font-size: 12.5vw;
  }
}
@media (max-width: 768px) {
  .cp-scroll-yoko1 .font {
    font-size: 20.5vw;
  }
}
.cp-bdg-square02 {
  padding: 2px 20px;
  width: fit-content;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  position: absolute;
  bottom: 30px;
  opacity: 0.9;
  background-color: #0d1d41;
}
@media (max-width: 768px) {
  .cp-bdg-square02 {
    font-size: 16px;
    padding: 2px 4px;
  }
}
/*----------Utilityscss---------*/
.u-display-none {
  display: none !important;
}
.u-display-inline {
  display: inline !important;
}
.u-display-block {
  display: block !important;
}
.u-display-flex {
  display: flex !important;
}
@media (min-width: 769px) {
  .u-pc-none {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .u-sp-none {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .u-sp-clm100 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
  }
}
@media (max-width: 768px) {
  .u-sp-clm100 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
    margin-left: 0px !important;
  }
}
/*【背景色】*/
.bg-main-c {
  background-color: #000000;
}
.bg-sub-c1 {
  background-color: #f2fdff;
}
.bg-sub-c2 {
  background-color: #c2e0ec;
}
.bg-sub-c3 {
  background-color: #ddf1f9;
}
.bg-sub-c4 {
  background-color: #ea6100;
}
.bg-accent-c1 {
  background-color: #ed8207;
}
.bg-accent-c2 {
  background-color: #ead800;
}
.bg-trueblack {
  background-color: #000000;
}
.bg-white {
  background-color: #ffffff;
}
.bg-gray {
  background-color: #898989;
}
.bg-lightgray {
  background-color: #f8f8f8;
}
.bg-lightgray2 {
  background-color: #efefef;
}
.bg-black {
  background-color: #444444;
}
.bg-navy {
  background-color: #003e92;
}
.bg-darkgray {
  background-color: #666666;
}
.bg-stripe1 {
  background-image: linear-gradient(-45deg, #ccc 25%, #efefef 25%, #efefef 50%, #ccc 50%, #ccc 75%, #efefef 75%, #efefef);
  background-size: 4px 4px;
}
/*グラデーション*/
.bg-grad-c1 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1486aa+0,136ba5+100 */
  background: #609ed1;
  /* Old browsers */
  background: -moz-linear-gradient(left, #008cff 0%, #18b4e6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #008cff 0%, #18b4e6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #008cff 0%, #18b4e6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#609ed1", endColorstr="#18b4e6",GradientType=1);
  /* IE6-9 */
}
* .bg_dot01 {
  background-color: #fff;
  background-image: radial-gradient(#c1c1c1 20%, transparent 50%);
  background-size: 3px 3px;
}
.rgba09-white {
  background-color: rgba(255, 255, 255, 0.9);
}
.opcity8 {
  opacity: 0.8;
}
/*【テキスト色】*/
.txt-main-c {
  color: #000000;
}
.txt-sub-c4 {
  color: #ea6100;
}
.txt-white {
  color: #ffffff !important;
}
.txt-red {
  color: #e60012;
}
.txt-gray {
  color: #898989;
}
.txt-a-main-c a {
  color: #000000;
}
.txt-a-black a {
  color: #000000;
}
.txt-a-white a {
  color: #ffffff;
}
/*【罫線色】*/
.frame-mein-c-solid {
  border: 2px solid;
  border-color: #000000;
}
.frame-main-c {
  border: 2px solid;
  border-color: #000000;
}
.frame-main-c-dash {
  border: 2px dashed;
  border-color: #000000;
}
@media (min-width: 769px) {
  .frame-main-c-dash {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .frame-main-c-dash {
    padding: 24px 16px;
  }
}
.frame-sub-c2 {
  border: solid 8px;
  border-color: #c2e0ec;
}
.frame-gray-c {
  border: 1px solid;
  border-color: #898989;
}
@media (min-width: 769px) {
  .frame-r-lightgray-c {
    border-right: 1px solid #cccccc;
  }
}
@media (max-width: 768px) {
  .frame-r-lightgray-c {
    border-bottom: 1px solid #cccccc;
  }
}
.frame-lightgray-c {
  border: 1px solid;
  border-color: #f8f8f8;
}
.frame-black {
  border: solid 2px;
  border-color: #212529;
}
.frame-white {
  border: solid 3px;
  border-color: #ffffff;
}
.frame-grad-c1 {
  border: 1px solid #b48401;
  border-image: #b48401;
  /* Old browsers */
  border-image: -moz-linear-gradient(left, #b48401 40%, #fff961 69%, #b48401 100%) 1;
  /* FF3.6-15 */
  border-image: -webkit-linear-gradient(left, #b48401 40%, #fff961 69%, #b48401 100%) 1;
  /* Chrome10-25,Safari5.1-6 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#609ed1", endColorstr="#18b4e6",GradientType=1) 1;
}
.border-white {
  border: solid 3px #ffffff;
}
.u-color-change01 {
  filter: invert(72%) sepia(26%) saturate(6428%) hue-rotate(170deg) brightness(105%) contrast(102%);
}
.u-txt-cent {
  text-align: center !important;
}
@media (min-width: 769px) {
  .u-txt-pccent {
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .u-txt-spcent {
    text-align: center !important;
  }
}
.u-txt-light {
  text-align: right;
}
.u-txt-right {
  text-align: right;
}
.u-txt-left {
  text-align: left;
}
.u-img-w60 {
  width: 60%;
}
.u-img-w100 img {
  width: 100%;
}
.u-img-wauto img {
  width: auto;
}
.u-font-s {
  font-size: 14px !important;
}
@media (max-width: 768px) {
  .u-font-sm {
    font-size: 18px !important;
  }
}
.u-font-ssm {
  font-size: 18px !important;
}
.u-font-m {
  font-size: 24px !important;
}
@media (min-width: 769px) {
  .u-font-sl {
    font-size: 28px !important;
  }
}
@media (max-width: 768px) {
  .u-font-sl {
    font-size: 22px !important;
  }
}
@media (min-width: 769px) {
  .u-font-l {
    font-size: 36px !important;
  }
}
@media (max-width: 768px) {
  .u-font-l {
    font-size: 21px !important;
  }
}
@media (min-width: 769px) {
  .u-font-el {
    font-size: 66px;
  }
}
@media (max-width: 768px) {
  .u-font-el {
    font-size: 40px;
  }
}
@media (min-width: 769px) {
  .u-font-xxl {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  .u-font-xxl {
    font-size: 40px;
  }
}
.u-font-explan li {
  font-size: 14px;
  line-height: 1.2em;
}
.u-line-h1em {
  line-height: 1em;
}
.u-line-h15em {
  line-height: 1.5em;
}
.u-line-h2em {
  line-height: 2em;
}
.u-line-h25em {
  line-height: 2.5em;
}
.font-space02em {
  letter-spacing: 0.2em;
}
.u-fcfont-m figcaption {
  font-size: 24px;
  line-height: 1.5;
}
.u-fc-box figcaption {
  border-radius: 20em;
  font-size: 20px;
  line-height: 1.5;
  background-color: #ffffff;
  padding: 4px;
  border-bottom: #1486aa solid 2px;
  margin: -20px auto 0 auto;
  position: relative;
  width: 70%;
}
.u-supplement {
  margin-left: 0.5em;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.7em;
}
.u-font-explan li {
  font-size: 14px;
  line-height: 1.2em;
}
.u-bold {
  font-weight: bold !important;
}
@media (min-width: 769px) {
  .u-spbr br {
    display: none;
  }
}
@media (max-width: 768px) {
  .u-pcbr br {
    display: none;
  }
}
.u-a-none a {
  text-decoration: none;
}
.u-pos-relative {
  position: relative;
}
@media (min-width: 769px) {
  .u-ovf-hid {
    overflow: hidden !important;
  }
}
@media (min-width: 769px) {
  .u-height01 {
    height: 350px;
  }
}
@media (min-width: 769px) {
  .u-height01 img {
    height: 350px;
  }
}
/*---------------レイアウト位置調整---------------*/
.u-boxs-b {
  box-sizing: border-box;
}
/*フレックス*/
.u-flxwrp-w {
  display: flex;
  flex-wrap: wrap;
}
.u-flxwrp-nw {
  display: flex;
  flex-wrap: nowrap;
}
.u-flxwrp-pcnw {
  display: flex;
}
@media (min-width: 769px) {
  .u-flxwrp-pcnw {
    flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .u-flxwrp-pcnw {
    flex-wrap: wrap;
  }
}
.u-flxwrp-w-spb {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .u-flxwrp-w-spb {
    flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .u-flxwrp-w-spb {
    flex-wrap: wrap;
  }
}
.u-flxwrp-nw-spb {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .u-flxwrp-nw-spb {
    justify-content: space-between;
  }
}
.u-flxwrp-nw-spb-all {
  display: flex;
  flex-wrap: nowrap !important;
}
.u-flxrow-r {
  flex-direction: row-reverse;
}
@media (min-width: 769px) {
  .f-flxcol-r {
    display: flex;
    flex-flow: column;
    flex-direction: column-reverse;
  }
}
.u-just-cent {
  justify-content: center;
}
.u-just-spbit {
  justify-content: space-between;
}
.u-just-spard {
  justify-content: space-around;
}
.u-align-start {
  align-items: start !important;
}
.u-align-cent-clm .wp-block-columns {
  align-items: center !important;
}
@media (min-width: 769px) {
  .u-flx-auto {
    flex-basis: auto !important;
  }
}
@media (max-width: 768px) {
  .u-flx-auto {
    flex-basis: 100% !important;
  }
}
@media (min-width: 769px) {
  .u-flx-auto-all {
    flex-basis: auto !important;
  }
}
@media (max-width: 768px) {
  .u-flx-auto-all {
    flex-basis: auto !important;
  }
}
@media (min-width: 769px) {
  .u-flx10 {
    flex-basis: 10%;
  }
}
@media (max-width: 768px) {
  .u-flx10 {
    flex-basis: 100%;
  }
}
@media (min-width: 769px) {
  .u-flx20 {
    flex-basis: 20%;
  }
}
@media (max-width: 768px) {
  .u-flx20 {
    flex-basis: 100%;
  }
}
@media (min-width: 769px) {
  .u-flx25 {
    flex-basis: 25%;
  }
}
@media (max-width: 768px) {
  .u-flx25 {
    flex-basis: 100%;
  }
}
@media (min-width: 769px) {
  .u-flx30 {
    flex-basis: 30% !important;
    flex-grow: 0 !important;
  }
}
@media (min-width: 769px) {
  .u-flx33 {
    flex-basis: 33% !important;
    flex-grow: 0 !important;
  }
}
@media (min-width: 769px) {
  .u-flx45 {
    flex-basis: 45% !important;
    flex-grow: 0 !important;
  }
}
@media (min-width: 769px) {
  .u-flx50 {
    flex-basis: 50% !important;
    flex-grow: 0 !important;
  }
}
@media (min-width: 769px) {
  .u-flx29 {
    flex-basis: 30%;
  }
}
@media (max-width: 768px) {
  .u-flx29 {
    flex-basis: 100%;
  }
}
@media (min-width: 769px) {
  .u-flx30 {
    flex-basis: 30%;
  }
}
@media (max-width: 768px) {
  .u-flx30 {
    flex-basis: 100%;
  }
}
@media (min-width: 769px) {
  .u-flx33 {
    flex-basis: 33%;
  }
}
@media (max-width: 768px) {
  .u-flx33 {
    flex-basis: 100%;
  }
}
@media (min-width: 769px) {
  .u-flx33vw {
    flex-basis: 33vw;
  }
}
@media (max-width: 768px) {
  .u-flx33vw {
    flex-basis: 100%;
  }
}
@media (min-width: 769px) {
  .u-flx40 {
    flex-basis: 40%;
  }
}
@media (max-width: 768px) {
  .u-flx40 {
    flex-basis: 100%;
  }
}
@media (min-width: 769px) {
  .u-flx45 {
    flex-basis: 45%;
  }
}
@media (max-width: 768px) {
  .u-flx45 {
    flex-basis: 100%;
  }
}
@media (min-width: 769px) {
  .u-flx50 {
    flex-basis: 50%;
  }
}
@media (max-width: 768px) {
  .u-flx50 {
    flex-basis: 100%;
  }
}
@media (min-width: 769px) {
  .u-flx60 {
    flex-basis: 60%;
  }
}
@media (max-width: 768px) {
  .u-flx60 {
    flex-basis: 100%;
  }
}
@media (min-width: 769px) {
  .u-flx65 {
    flex-basis: 65%;
  }
}
@media (max-width: 768px) {
  .u-flx65 {
    flex-basis: 100%;
  }
}
@media (min-width: 769px) {
  .u-flx66 {
    flex-basis: 66%;
  }
}
@media (max-width: 768px) {
  .u-flx66 {
    flex-basis: 100%;
  }
}
@media (min-width: 769px) {
  .u-flx70 {
    flex-basis: 70%;
  }
}
@media (max-width: 768px) {
  .u-flx70 {
    flex-basis: 100%;
  }
}
@media (min-width: 769px) {
  .u-flx75 {
    flex-basis: 75%;
  }
}
@media (max-width: 768px) {
  .u-flx75 {
    flex-basis: 100%;
  }
}
@media (min-width: 769px) {
  .u-flx80 {
    flex-basis: 80%;
  }
}
@media (max-width: 768px) {
  .u-flx80 {
    flex-basis: 100%;
  }
}
@media (min-width: 769px) {
  .u-flx75 {
    flex-basis: 75%;
  }
}
@media (max-width: 768px) {
  .u-flx75 {
    flex-basis: 100%;
  }
}
@media (min-width: 769px) {
  .u-flx25-50 {
    flex-basis: 25%;
  }
}
@media (max-width: 768px) {
  .u-flx25-50 {
    flex-basis: 49%;
  }
}
@media (min-width: 769px) {
  .u-flex-dircol {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .u-flcol {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .u-glow1 {
    flex-grow: 1;
  }
}
/*フレックスのレフトマージン消す*/
.u-clmleft-out {
  gap: 0px !important;
}
.u-clmleft-out .wp-block-column {
  flex-grow: 1 !important;
}
.u-clmleft-out .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
  margin-left: 0px;
}
.u-clmleft-out .wp-block-columns {
  gap: 0px !important;
}
.u-gap0 .wp-block-columns {
  gap: 0em !important;
}
.u-gap05 .wp-block-columns {
  gap: 0.5em !important;
}
.u-gap1 .wp-block-columns {
  gap: 1em !important;
}
.u-gap2 .wp-block-columns {
  gap: 2em !important;
}
@media (max-width: 768px) {
  .u-sp-gap0 .wp-block-columns {
    gap: 0px !important;
  }
}
.u-glow0 {
  flex-grow: 0 !important;
}
.u-auto-glow0 {
  flex-basis: auto !important;
  flex-grow: 0 !important;
}
.u-auto-glow1 {
  flex-basis: auto !important;
  flex-grow: 1 !important;
}
.u-auto-pcglow0 {
  flex-basis: auto !important;
}
@media (min-width: 769px) {
  .u-auto-pcglow0 {
    flex-grow: 0 !important;
  }
}
.u-auto-pcglow1 {
  flex-basis: auto !important;
}
@media (min-width: 769px) {
  .u-auto-pcglow1 {
    flex-grow: 1 !important;
  }
}
@media (min-width: 769px) {
  .u-pcauto-pcglow1 {
    flex-basis: auto !important;
    flex-grow: 1 !important;
  }
}
@media (max-width: 768px) {
  .u-pcauto-pcglow1 {
    flex-basis: 100% !important;
  }
}
.u-centre {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .u-centre-sp {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.u-centre100 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.u-align-cent {
  display: flex;
  align-items: center !important;
  flex-flow: wrap;
}
.u-z-ind-1000 {
  z-index: 1000;
}
.u-z-ind-u1 {
  z-index: -1;
}
/*コンテンツ位置調整 ミロクの対談の白バック部分で使った*/
.mein-pic-centre {
  text-align: center;
}
@media (min-width: 769px) {
  .mein-pic-centre {
    padding-top: 20%;
  }
}
@media (max-width: 768px) {
  .mein-pic-centre {
    padding-top: 45%;
  }
}
@media (max-width: 768px) {
  .text-back-white {
    background-color: #ffffff;
    padding: 5px;
    width: 90%;
  }
}
/*-----------罫線----------*/
@media (min-width: 769px) {
  .u-border-pcl-none {
    border-left: none;
  }
}
@media (max-width: 768px) {
  .u-border-spt-none {
    border-top: none;
  }
}
.u-border-t-none {
  border-top: none;
}
@media (min-width: 769px) {
  .u-border01::after, .u-border02::after {
    content: "";
    display: block;
    position: relative;
    bottom: 0px;
    left: 50%;
    width: 40px;
    height: 2px;
    margin-left: -20px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .u-border01::after, .u-border02::after {
    content: "";
    display: block;
    position: relative;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 2px;
    margin: 10px -20px;
  }
}
.u-border01::after, .u-border100-x-bk::after, .u-border100-y-bk::after, .u-border100-xyoko-bk::after {
  background-color: #444444;
}
.u-border02::after, .u-border100-x-wh::after, .u-border100-y-whk::after, .u-border100-xyoko-wh::after {
  background-color: #ffffff;
}
.u-border100-x-wh::after, .u-border100-x-bk::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  display: block;
}
@media (min-width: 769px) {
  .u-border100-x-wh::after, .u-border100-x-bk::after {
    width: 100px;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .u-border100-x-wh::after, .u-border100-x-bk::after {
    width: 30px;
    margin-top: 12px;
  }
}
.u-border100-y-wh::after, .u-border100-y-bk::after {
  content: "";
  width: 1px;
  flex-grow: 1;
  margin-top: 8px;
  display: inline-block;
}
@media (min-width: 769px) {
  .u-border100-y-wh::after, .u-border100-y-bk::after {
    height: 100px;
  }
}
@media (max-width: 768px) {
  .u-border100-y-wh::after, .u-border100-y-bk::after {
    height: 30px;
  }
}
.u-border100-xyoko-wh::after, .u-border100-xyoko-bk::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-left: 12px;
}
@media (min-width: 769px) {
  .u-border100-xyoko-wh::after, .u-border100-xyoko-bk::after {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .u-border100-xyoko-wh::after, .u-border100-xyoko-bk::after {
    width: 30px;
  }
}
.u-border-bfull {
  border-bottom: 2px solid #444444;
  margin-bottom: 24px;
}
.u-rignt-line {
  width: 100%;
  height: 1px;
  flex-grow: 1 !important;
}
/*------------文章揃え、装飾---------------*/
.u-m000auto {
  margin: 0 0 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .u-msp0auto {
    margin: 0 auto;
    display: block;
  }
}
.u-m0auto-inline {
  margin: 0 auto;
}
.u-hr-white {
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.u-hr-black {
  height: 2px;
  background-color: #666666;
  border: none;
}
.u-hr-dot-brack {
  border: none;
  border-top: dotted 2px;
}
.u-hr-dot-gray {
  border: none;
  border-top: dotted 5px #cccccc;
}
.u-hrver-gray {
  border-right: 1px solid;
  border-right-color: #444444;
  padding: 0px 10px 0px 0px;
  margin-right: 8px;
}
@media (min-width: 769px) {
  .u-pchrver-gray {
    border-right: 1px solid;
    border-right-color: #444444;
  }
}
/*-------装飾関連---------*/
.d-shadow01 {
  filter: drop-shadow(3px 3px 6px rgba(30, 30, 30, 0.8));
}
.u-d-shadow01 {
  filter: drop-shadow(3px 3px 6px rgba(30, 30, 30, 0.8));
}
.u-r10 {
  border-radius: 10px !important;
}
.u-r25 {
  border-radius: 25px !important;
}
.u-r10img img {
  border-radius: 10px !important;
}
.u-r-left10img img {
  border-radius: 10px 0px 0px 10px !important;
}
@media (min-width: 769px) {
  .u-r-right10img img {
    border-radius: 0px 10px 10px 0px !important;
  }
}
@media (min-width: 769px) {
  .u-r-pc-left10img img {
    border-radius: 10px 0px 0px 10px !important;
  }
}
.u-r50 img {
  border-radius: 50% !important;
}
.u-r-top10img img {
  border-radius: 10px 10px 0 0 !important;
}
.u-r-top10 {
  border-radius: 10px 10px 0 0 !important;
}
.u-r-btm10img img {
  border-radius: 0 0 10px 10px !important;
}
.u-r-btm10 {
  border-radius: 0 0 10px 10px !important;
}
.u-r20em {
  border-radius: 20em;
}
.u-marker-yellow {
  background: linear-gradient(transparent 70%, #fee661 0%);
  display: table;
}
.u-marker-yellow-left {
  background: linear-gradient(transparent 70%, #fee661 0%);
}
@media (min-width: 769px) {
  .u-marker-yellow-left {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .u-marker-yellow-left {
    display: table;
  }
}
.u-under-dot {
  border-bottom: dotted 5px;
  border-bottom-color: #000000;
  display: table;
  width: fit-content;
}
.u-ico-btn-anchor01 a:after {
  font-family: "Font Awesome 5 Free";
  margin-left: 8px;
  font-weight: 900;
  content: "";
}
.u-ico-btn-down01 a:after {
  content: "";
  background-image: url(https://www.siteworks.site/testsite/wp-content/uploads/2021/11/dl-icon-green.png);
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}
.u-ico-btn-right01 a:after {
  font-family: "Font Awesome 5 Free";
  margin-left: 8px;
  font-weight: 900;
  content: "";
}
.u-ico-btn-check01::before {
  font-family: "Font Awesome 5 Free";
  margin-right: 8px;
  font-weight: 900;
  content: "";
}
/*---------------リスト---------------*/
.u-list-mark01 li {
  margin-bottom: 1.5em !important;
}
.u-list-mark01 li:before {
  position: absolute;
  left: 0;
  top: -5px;
  counter-increment: number;
  content: counter(number);
  margin-left: -1.5em !important;
  background: #222;
  color: #fff;
  text-indent: 0px;
  display: inline-block;
  font-weight: bold;
  border-radius: 50%;
  font-size: 1.5em !important;
  line-height: 1.3em !important;
  width: 35px !important;
  height: 35px !important;
  text-align: center;
  margin-bottom: 1.5em !important;
  color: #ffffff !important;
  background-color: #1486aa !important;
}
.u-listico-check01 li {
  list-style-type: none;
}
.u-listico-check01 li::before {
  font-family: "Font Awesome 5 Free";
  margin-right: 8px;
  font-weight: 900;
  content: "";
}
ul.list-icon01 {
  counter-reset: num;
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}
ul.list-icon01 li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 40px;
  margin-bottom: 8px;
}
ul.list-icon01 li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  background: #1486aa;
  /* border: #555 1px solid; */
  color: #ffffff;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 22px;
  border-radius: 50%;
  left: 0px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  top: 5px;
}
.cp-triangele-aft::after {
  content: "";
  border-right: 20px solid transparent;
  border-bottom: 25px solid #ffffff;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translatex(-50%);
}
/*-----------------コンテンツ幅調整-------------------------------*/
.u-max60 {
  max-width: 60px;
}
@media (min-width: 769px) {
  .u-max1400-95 {
    max-width: 1200px;
    width: 95%;
  }
}
@media (min-width: 769px) {
  .u-max1110 {
    margin: 0 auto;
    max-width: 1110px;
  }
}
@media (min-width: 769px) {
  .umax1110 {
    margin: 0 auto;
    max-width: 1110px;
  }
}
@media (min-width: 769px) {
  .u-max960 {
    margin: 0 auto;
    max-width: 960px;
  }
}
@media (min-width: 769px) {
  .u-max850 {
    margin: 0 auto;
    max-width: 850px;
  }
}
@media (min-width: 769px) {
  .u-max769 {
    margin: 0 auto;
    max-width: 769px;
  }
}
@media (min-width: 769px) {
  .u-max500 {
    margin: 0 auto;
    max-width: 500px;
  }
}
@media (min-width: 769px) {
  .u-min960 {
    margin: 0 auto;
    min-width: 960px;
  }
}
.u-wid70per {
  width: 70%;
}
@media (min-width: 769px) {
  .u-widpc70per {
    width: 70%;
  }
}
.u-wid75per {
  width: 75%;
}
@media (min-width: 769px) {
  .u-widpc75per {
    width: 75%;
  }
}
@media (min-width: 769px) {
  .u-widpc80per {
    width: 80%;
  }
}
.u-wid90per {
  width: 90%;
}
@media (min-width: 769px) {
  .u-widpc90per {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .u-widsp80per {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .u-widsp90per {
    width: 90%;
  }
}
@media (min-width: 769px) {
  .u-wid960 {
    width: 960px;
  }
}
@media (min-width: 769px) {
  .u-wid1110 {
    width: 1110px;
  }
}
.u-wid-fit {
  width: fit-content;
}
@media (min-width: 769px) {
  .u-wid-pcfit {
    width: fit-content;
  }
}
@media (min-width: 769px) {
  .u-wid-listpc-fit li {
    width: fit-content;
  }
}
/*背景関連*/
.u-nongrid-back1, .u-nongrid-back2 {
  height: 100%;
  position: absolute;
  width: 75%;
  z-index: -10;
}
.u-nongrid-back2 {
  right: 0px;
  z-index: -10;
}
.u-nong-txt01 span {
  margin-bottom: 40px;
  padding: 20px 24px 11px 24px;
  font-size: 50px;
  width: fit-content;
  margin-left: 10vw;
  line-height: 1em;
  background: #ff8631;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ff8631 0%, #ffbc00 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ff8631 0%, #ffbc00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ff8631 0%, #ffbc00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8631", endColorstr="#ffbc00",GradientType=1);
}
/*オパシティ*/
.u-opa0 {
  opacity: 0;
}
/*--------------------アニメーション調整--------------------*/
.fadein {
  opacity: 0;
  transform: translateY(80px);
  transition: all 1s;
}
.fadein-y {
  opacity: 0;
  transform: translateX(80px);
  transition: all 1s;
}
/*1カラム*/
.zoom {
  overflow: hidden;
}
.zoom img {
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  width: 100%;
}
.zoom img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.suiteki0 {
  position: absolute;
  width: 29vw;
  top: -5vw;
  right: -6%;
  z-index: 999;
  filter: brightness(340%) drop-shadow(2px 4px 5px rgba(45, 0, 80, 0.2)) saturate(5%);
  opacity: 0.8;
}
.suiteki0-left {
  position: absolute;
  z-index: 999;
  filter: brightness(340%) drop-shadow(2px 4px 5px rgba(45, 0, 80, 0.2)) saturate(5%);
  opacity: 0.8;
}
@media (min-width: 769px) {
  .suiteki0-left {
    width: 29vw;
    top: -5vw;
    left: -3%;
  }
}
@media (max-width: 768px) {
  .suiteki0-left {
    width: 50vw;
    top: -10vw;
    right: -15%;
  }
}
.suiteki1 {
  position: absolute;
  z-index: 999;
  filter: brightness(340%) drop-shadow(2px 4px 6px rgba(45, 0, 80, 0.6)) saturate(20%) hue-rotate(10deg);
  opacity: 0.8;
}
@media (min-width: 769px) {
  .suiteki1 {
    width: 32vw;
    top: -5vw;
    left: -1%;
  }
}
@media (max-width: 768px) {
  .suiteki1 {
    width: 70vw;
    top: -12vw;
    left: -32%;
  }
}
.suiteki2 {
  z-index: 999;
  filter: brightness(340%) drop-shadow(2px 4px 6px rgba(45, 0, 80, 0.6)) saturate(20%) hue-rotate(10deg);
  opacity: 0.8;
}
@media (min-width: 769px) {
  .suiteki2 {
    position: absolute;
    width: 29vw;
    top: -5vw;
    right: -7%;
  }
}
@media (max-width: 768px) {
  .suiteki2 {
    position: absolute;
    width: 70vw;
    top: -12vw;
    right: -43%;
  }
}
/*---------------パディング調整---------------*/
/*コンテンツ大枠*/
@media (min-width: 769px) {
  .u-pd-section {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
@media (max-width: 768px) {
  .u-pd-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 769px) {
  .u-pd-section-half {
    padding-top: 0px;
    padding-bottom: 160px;
  }
}
@media (max-width: 768px) {
  .u-pd-section-half {
    padding-top: 0px;
    padding-bottom: 160px;
  }
}
@media (min-width: 769px) {
  .u-pd-section-top {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .u-pd-section-top {
    padding-top: 40px;
  }
}
@media (min-width: 769px) {
  .u-pd-section-bottom {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .u-pd-section-bottom {
    padding-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .u-pd-content {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .u-pd-content {
    padding: 32px 0px;
  }
}
@media (max-width: 768px) {
  .u-pdsp-contfull {
    padding: 16px !important;
  }
}
.u-pdt0 {
  padding-top: 0px;
}
.u-pdb0 {
  padding-bottom: 0px;
}
@media (min-width: 769px) {
  .u-pd-head {
    padding: 120px 0px;
  }
}
@media (max-width: 768px) {
  .u-pd-head {
    padding: 40px 0px;
  }
}
@media (min-width: 769px) {
  .u-pd-foot {
    padding: 120px 0px;
  }
}
@media (max-width: 768px) {
  .u-pd-foot {
    padding: 40px 0px;
  }
}
.u-pd4 {
  padding: 4px;
}
.u-pd8 {
  padding: 8px;
}
@media (min-width: 769px) {
  .u-pd16 {
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .u-pd16 {
    padding: 8px;
  }
}
.u-pd16-24 {
  padding: 16px 24px;
}
.u-pd24 {
  padding: 24px;
}
.u-pdtb24 {
  padding: 24px 0px;
}
.u-pd32 {
  padding: 32px;
}
@media (min-width: 769px) {
  .u-pd40 {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .u-pd40 {
    padding: 24px 16px;
  }
}
@media (min-width: 769px) {
  .u-pd40_2416 {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .u-pd40_2416 {
    padding: 24px 16px;
  }
}
@media (min-width: 769px) {
  .u-pd-40-2416 {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .u-pd-40-2416 {
    padding: 24px 16px;
  }
}
@media (min-width: 769px) {
  .u-pd80-32 {
    padding: 80px;
  }
}
@media (max-width: 768px) {
  .u-pd80-32 {
    padding: 32px;
  }
}
@media (min-width: 769px) {
  .u-pd80-40 {
    padding: 80px;
  }
}
@media (max-width: 768px) {
  .u-pd80-40 {
    padding: 40px;
  }
}
@media (min-width: 769px) {
  .u-pdbpc80-0 {
    padding-bottom: 80px;
  }
}
.u-pd48 {
  padding: 48px;
}
.u-pdlr-8 {
  padding: 0px 8px;
}
.u-pdlr-20 {
  padding: 0px 20px;
}
.u-pdlr-32 {
  padding: 0px 32px;
}
.u-pdb40-20 {
  padding: 40px 20px;
}
@media (min-width: 769px) {
  .u-pd40-40sp20 {
    padding: 40px 40px;
  }
}
@media (max-width: 768px) {
  .u-pd40-40sp20 {
    padding: 20px 16px;
  }
}
@media (min-width: 769px) {
  .u-pd8-40sp8-16 {
    padding: 8px 40px;
  }
}
@media (max-width: 768px) {
  .u-pd8-40sp8-16 {
    padding: 8px 16px;
  }
}
@media (min-width: 769px) {
  .u-pd80-40sp20 {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .u-pd80-40sp20 {
    padding: 20px 16px;
  }
}
.u-pdt0 {
  padding-top: 0px;
}
/*デバイス別*/
@media (min-width: 769px) {
  .u-pd80_40 {
    padding: 80px;
  }
}
@media (max-width: 768px) {
  .u-pd80_40 {
    padding: 40px;
  }
}
@media (min-width: 769px) {
  .u-pd130_32 {
    padding: 130px;
  }
}
@media (max-width: 768px) {
  .u-pd130_32 {
    padding: 32px;
  }
}
@media (min-width: 769px) {
  .u-pd180_32 {
    padding: 180px;
  }
}
@media (max-width: 768px) {
  .u-pd180_32 {
    padding: 32px;
  }
}
@media (min-width: 769px) {
  .u-pd250_32 {
    padding: 250px;
  }
}
@media (max-width: 768px) {
  .u-pd250_32 {
    padding: 32px 16px;
  }
}
.u-pdt8 {
  padding-top: 8px;
}
.u-pdt32 {
  padding-top: 32px;
}
.u-pdt40 {
  padding-top: 40px;
}
@media (min-width: 769px) {
  .u-pdlr-pc20 {
    padding: 0px 20px;
  }
}
@media (min-width: 769px) {
  .u-pdlr-pc24 {
    padding: 0px 24px;
  }
}
@media (min-width: 769px) {
  .u-pdlr-pc32 {
    padding: 0px 32px;
  }
}
@media (min-width: 769px) {
  .u-pd-pc32 {
    padding: 0px 32px;
  }
}
@media (min-width: 769px) {
  .u-pdlr-pc60 {
    padding: 0px 60px;
  }
}
@media (min-width: 769px) {
  .u-pdtb-pc8040 {
    padding: 80px 40px;
  }
}
@media (min-width: 769px) {
  .u-pdtb-pc80-sp32 {
    padding: 80px 20px;
  }
}
@media (max-width: 768px) {
  .u-pdtb-pc80-sp32 {
    padding: 32px 0px;
  }
}
@media (min-width: 769px) {
  .u-pd16-sp8 {
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .u-pd16-sp8 {
    padding: 16px 8px;
  }
}
@media (min-width: 769px) {
  .u-pd32-24 {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .u-pd32-24 {
    padding: 24px;
  }
}
@media (min-width: 769px) {
  .u-pd32-30 {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .u-pd32-30 {
    padding: 30px;
  }
}
@media (min-width: 769px) {
  .u-pd48-32 {
    padding: 48px;
  }
}
@media (max-width: 768px) {
  .u-pd48-32 {
    padding: 32px;
  }
}
@media (min-width: 769px) {
  .u-pd80_20-24 {
    padding: 80px 20px;
  }
}
@media (max-width: 768px) {
  .u-pd80_20-24 {
    padding: 24px;
  }
}
@media (min-width: 769px) {
  .u-pd0_80_20-24 {
    padding: 0px 20px 80px 20px;
  }
}
@media (max-width: 768px) {
  .u-pd0_80_20-24 {
    padding: 24px;
  }
}
@media (min-width: 769px) {
  .u-pdtb80-24 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .u-pdtb80-24 {
    padding: 24px 0px;
  }
}
@media (min-width: 769px) {
  .u-pd-spmenu {
    padding: 80px 20px;
  }
}
@media (max-width: 768px) {
  .u-pd-spmenu {
    padding: 24px 24px 16vw 24px;
  }
}
.u-pd32_0 {
  padding: 32px 0px;
}
@media (min-width: 769px) {
  .u-pd32-24 {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .u-pd32-24 {
    padding: 24px;
  }
}
@media (min-width: 769px) {
  .u-pd32_24-0 {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .u-pd32_24-0 {
    padding: 24px 0px;
  }
}
@media (min-width: 769px) {
  .u-pd64-24 {
    padding: 64px;
  }
}
@media (max-width: 768px) {
  .u-pd64-24 {
    padding: 24px;
  }
}
@media (min-width: 769px) {
  .u-pdtpc80 {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .u-pdtpc80 {
    padding-top: 40px;
  }
}
@media (min-width: 769px) {
  .u-pdbpc80 {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .u-pdbpc80 {
    padding-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .u-pdtpc96 {
    padding-top: 96px;
  }
}
@media (max-width: 768px) {
  .u-pdtpc96 {
    padding-top: 96px;
  }
}
@media (min-width: 769px) {
  .u-pdbpc96 {
    padding-bottom: 96px;
  }
}
@media (max-width: 768px) {
  .u-pdbpc96 {
    padding-bottom: 96px;
  }
}
@media (min-width: 769px) {
  .u-pdtpc160 {
    padding-top: 160px;
  }
}
@media (max-width: 768px) {
  .u-pdtpc160 {
    padding-top: 80px;
  }
}
@media (min-width: 769px) {
  .u-pdtb160-80 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
@media (max-width: 768px) {
  .u-pdtb160-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 769px) {
  .u-pdtb240-80 {
    padding-top: 160px;
    padding-bottom: 240px;
  }
}
@media (max-width: 768px) {
  .u-pdtb240-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/*----------アンカーパディング調整---------*/
.anchor {
  display: block;
  padding-top: 160px;
  margin-top: -160px !important;
}
.u-anchor {
  padding-top: 80px;
  margin-top: -80px !important;
}
/*変速*/
@media (min-width: 769px) {
  .u-pdpc8088 {
    padding: 80px 0px 80px 80px;
  }
}
/*---------------マージン調整---------------*/
.u-m16 {
  margin: 16px;
}
.u-mb0 {
  margin-bottom: 0px;
}
.u-mb2 {
  margin-bottom: 2px;
}
.u-mb4 {
  margin-bottom: 4px;
}
.u-mb8 {
  margin-bottom: 8px;
}
.u-mb16 {
  margin-bottom: 16px;
}
.u-mb24 {
  margin-bottom: 24px !important;
}
.u-mb32 {
  margin-bottom: 32px !important;
}
.u-mb40 {
  margin-bottom: 40px !important;
}
.u-mb48 {
  margin-bottom: 48px !important;
}
.u-mb60 {
  margin-bottom: 60px !important;
}
.u-mb72 {
  margin-bottom: 72px;
}
.u-mb80 {
  margin-bottom: 80px !important;
}
.u-mb96 {
  margin-bottom: 96px;
}
.u-mr-6 {
  margin-right: 6px;
}
.u-mb-u8 {
  margin-bottom: -8px;
}
.u-mb-u16 {
  margin-bottom: -16px;
}
@media (min-width: 769px) {
  .u-mbpc-u100 {
    margin-bottom: -100px;
  }
}
/*トップ*/
.u-mt0 {
  margin-top: 0px !important;
}
.u-mt4 {
  margin-top: 4px;
}
.u-mt8 {
  margin-top: 8px;
}
.u-mt16 {
  margin-top: 16px;
}
.u-mt24 {
  margin-top: 24px;
}
.u-mt32 {
  margin-top: 32px;
}
.u-mt40 {
  margin-top: 40px;
}
.u-mt48 {
  margin-top: 48px;
}
.u-mt60 {
  margin-top: 60px;
}
.u-mtb8 {
  margin: 8px 0px;
}
.u-mtb24 {
  margin: 24px 0px;
}
.u-mt-u2 {
  margin-top: -3px;
}
.u-mt-u16 {
  margin-top: -16px;
}
.u-mt-u24 {
  margin-top: -24px;
}
.u-mt-u60 {
  margin-top: -60px !important;
}
@media (max-width: 768px) {
  .u-mt-spu24 {
    margin-top: -24px;
  }
}
.u-mr-6 {
  margin-right: 6px;
}
.u-ml0 {
  margin-left: 0px !important;
}
.u-mb4 {
  margin-bottom: 4px !important;
}
@media (max-width: 768px) {
  .u-mlsp4 {
    margin-left: 4px !important;
  }
}
@media (min-width: 769px) {
  .u-ml4 {
    margin-left: 4px !important;
  }
}
.u-ml05em {
  margin-left: 0.5em !important;
}
.u-ml1em {
  margin-left: 1em !important;
}
@media (min-width: 769px) {
  .u-mlpc2em {
    margin-left: 2em !important;
  }
}
@media (min-width: 769px) {
  .u-mlpc4em {
    margin-left: 4em !important;
  }
}
@media (min-width: 769px) {
  .u-mlpc40 {
    margin-left: 40px !important;
  }
}
.u-mtu52 {
  margin-top: -52px;
}
@media (min-width: 769px) {
  .u-mt-u52 {
    margin-top: -52px;
  }
}
.u-mtu105 {
  margin-top: -105px;
}
.u-mtb24 {
  margin: 24px 0px;
}
/*デバイス別*/
@media (min-width: 769px) {
  .u-mbpc0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 769px) {
  .u-mbpc24 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 769px) {
  .u-mbpc24-mrsp24 {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .u-mbpc24-mrsp24 {
    margin-right: 24px;
  }
}
@media (min-width: 769px) {
  .u-mb24-sp48 {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .u-mb24-sp48 {
    margin-top: 48px;
    margin-bottom: 24px;
  }
}
@media (min-width: 769px) {
  .u-mb-u8-sp-u8 {
    margin-bottom: -8px;
  }
}
@media (max-width: 768px) {
  .u-mb-u8-sp-u8 {
    margin-bottom: -8px;
  }
}
@media (max-width: 768px) {
  .u-mbsp8 {
    margin-bottom: 8px !important;
  }
}
@media (max-width: 768px) {
  .u-mbsp16 {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 768px) {
  .u-mbsp24 {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 768px) {
  .u-mbsp32 {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .u-mbsp48 {
    margin-bottom: 48px !important;
  }
}
@media (max-width: 768px) {
  .u-mbsp60 {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .u-mbsp80 {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .u-mtsp24 {
    margin-top: 24px;
  }
}
@media (min-width: 769px) {
  .u-mtpc8 {
    margin-top: 8px;
  }
}
@media (min-width: 769px) {
  .u-mtpc16 {
    margin-top: 16px;
  }
}
@media (min-width: 769px) {
  .u-mtpc24 {
    margin-top: 24px;
  }
}
@media (min-width: 769px) {
  .u-mtpc38 {
    margin-top: 38px;
  }
}
@media (min-width: 769px) {
  .u-mtpc60 {
    margin-top: 60px;
  }
}
@media (min-width: 769px) {
  .u-mt96 {
    margin-top: 96px;
  }
}
@media (min-width: 769px) {
  .u-mtpc80 {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .u-mtpc80 {
    margin-top: 40px;
  }
}
@media (min-width: 769px) {
  .u-mbpc80 {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .u-mbpc80 {
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .u-mbpc80-0 {
    margin-bottom: 80px !important;
  }
}
@media (min-width: 769px) {
  .u-mtpc160 {
    margin-top: 160px;
  }
}
@media (max-width: 768px) {
  .u-mtpc160 {
    margin-top: 80px;
  }
}
@media (min-width: 769px) {
  .u-mbpc160 {
    margin-bottom: 160px;
  }
}
@media (max-width: 768px) {
  .u-mbpc160 {
    margin-bottom: 80px;
  }
}
@media (min-width: 769px) {
  .u-mtpc240 {
    margin-top: 240px;
  }
}
@media (max-width: 768px) {
  .u-mtpc240 {
    margin-top: 80px;
  }
}
@media (min-width: 769px) {
  .u-mbpc240 {
    margin-bottom: 240px;
  }
}
@media (max-width: 768px) {
  .u-mbpc240 {
    margin-bottom: 60px;
  }
}
/*コンテンツ高さ*/
@media (min-width: 769px) {
  .u-conth400 {
    height: 400px;
  }
}
@media (min-width: 769px) {
  .u-conthimg400 img {
    height: 400px;
  }
}
.u-ml0 {
  margin-left: 0px !important;
}
body.home {
  opacity: 0;
}
body.loadingfade {
  opacity: 1;
}
.loadingfade .animation-bg {
  background: #ffffff;
  content: "";
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  animation-name: PageAnime-fade;
  animation-duration: 0.7s;
  animation-delay: 0.7s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  pointer-events: none;
  background-image: url(../../../uploads/2024/07/kiilogo.png);
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .loadingfade .animation-bg {
    background-position: center;
    background-size: 20%;
  }
}
@media (max-width: 768px) {
  .loadingfade .animation-bg {
    background-position: 50% 40%;
    background-size: 60%;
  }
}
@keyframes PageAnime-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
/*フォント*/
.news_title, h3, h4, .single h1, .single h2, .single h3, .single h4, .single li, .page-faq dt, .page-contact span, .btn-primary, ul.c-aco03-list li, .page-contact label {
  font-family: "Zen Old Mincho", serif;
}
.gMenu li a, .c-tab-move-buttons p, footer-ltd, page-profile .name-cap, .entry-meta_items {
  font-family: "Suranna", serif;
  font-size: 16px;
}
.news_title {
  font-family: "Zen Old Mincho", serif;
}
.txt01 {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.txt02 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 任意の行数を指定 */
}
/*
.text-limit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 0;}
*/
.txt-a-main-c a {
  color: #000000;
}
.txt-a-white a {
  color: #ffffff;
}
.bg-fa {
  background-color: #fafafa;
}
/*下層ヘッダー*/
.sub-kv {
  background-color: #fafafa;
}
@media (min-width: 769px) {
  .sub-kv {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .sub-kv {
    aspect-ratio: 1;
    margin-bottom: 96px;
  }
}
@media (max-width: 768px) {
  .sub-kv .head {
    display: flex;
    align-items: center;
    height: 100vw;
  }
}
/* NEWS, SCHEDULE PC板の余白調整用 */
@media (min-width: 769px) {
  .post-name-news .sub-kv, .post-name-schedule .sub-kv, .post-type-schedule-post .sub-kv {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .post-name-news .sub-kv, .post-name-schedule .sub-kv, .post-type-schedule-post .sub-kv {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .post-name-schedule .page-news-top .sub-kv {
    margin-bottom: 0;
  }
}
h2 {
  font-family: "Didot", sans-serif;
  text-align: center;
}
@media (min-width: 769px) {
  h2 {
    font-size: clamp(43px, 5vw, 62px);
    line-height: 128%;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 15vw;
    margin-bottom: 0px;
    line-height: 1.3em;
  }
}
h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 10px;
  position: relative;
  top: 32px;
  padding: 12px 16px;
}
.h2-sub-txt {
  width: fit-content;
  padding: 0px 16px;
  font-size: 10px;
  margin-bottom: 48px;
  line-height: 20px;
}
h3 {
  line-height: 1.6em;
  color: #444444;
  font-weight: normal;
}
@media (min-width: 769px) {
  h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }
}
@media (min-width: 769px) {
  .content-pd {
    padding-left: 8%;
    padding-right: 8%;
  }
}
.content-width, .concert-top-width {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .content-width, .concert-top-width {
    max-width: 960px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .content-width, .concert-top-width {
    width: 84%;
  }
}
p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 24px;
  font-style: normal;
}
.u-display-none {
  display: none !important;
}
.u-display-inline {
  display: inline !important;
}
.u-display-block {
  display: block !important;
}
.u-display-flex {
  display: flex !important;
}
@media (min-width: 769px) {
  .u-pc-none {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .u-sp-none {
    display: none !important;
  }
}
.cp-btn-sq01 {
  text-align: center;
}
@media (min-width: 769px) {
  .cp-btn-sq01 {
    width: 240px;
  }
}
@media (max-width: 768px) {
  .cp-btn-sq01 {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}
.cp-btn-sq01:hover {
  opacity: 0.8;
  transition: 0.5s;
}
.cp-btn-sq01 a {
  line-height: 100%;
  letter-spacing: 1px;
  display: block;
  text-decoration: none;
}
@media (min-width: 769px) {
  .cp-btn-sq01 a {
    padding: 14px 0px;
  }
}
@media (max-width: 768px) {
  .cp-btn-sq01 a {
    padding: 16px 8px;
  }
}
.cp-btn-sq01.-border a {
  border: 1px solid #000;
}
.u-ico-miniarrow-black a::after, .u-ico-miniarrow-white a::after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
}
.u-ico-miniarrow-black a::after {
  background-image: url(../../../uploads/2024/08/arr_blk.png);
  background-size: cover;
}
.u-ico-miniarrow-white a::after {
  background-image: url(../../../uploads/2024/08/arr_white.png);
  background-size: cover;
}
/*.u-ico-miniarrow-black a:hover::after , .u-ico-miniarrow-white a:hover::after {
	right:15px;
	transition:.5s;}
*/
.viewmore-black a {
  font-size: 12px;
}
.viewmore-black a::after, .viewmore-white a::after {
  content: "";
  width: 80px;
  height: 6px;
  display: block;
  position: relative;
  bottom: 8px;
  right: 0px;
}
@media (min-width: 769px) {
  .viewmore-black a:hover::after, .viewmore-white a:hover::after {
    margin-left: 10px;
    transition: 0.5s;
  }
}
.viewmore-black a::after {
  background-image: url(../../../uploads/2024/08/arr_more_blk.png);
  background-size: cover;
}
.viewmore-white a::after {
  background-image: url(../../../uploads/2024/08/arr_more_white.png);
  background-size: cover;
}
.vk-mobile-nav {
  background-color: #000000;
}
.vk-mobile-nav li {
  color: #ffffff;
}
.vk-mobile-nav nav > ul {
  border-top: none;
}
.vk-mobile-nav nav ul li a {
  color: #ffffff;
  border-bottom: none;
  text-align: center;
  font-family: "Suranna", serif;
  font-size: 24px;
}
.vk-mobile-nav-menu-btn {
  left: 87vw;
}
/*
.vk-mobile-nav-menu-btn {
	background: url(../../../themes/kiizna/inc/vk-mobile-nav/package//images/vk-menu-btn-black.svg) center 50% no-repeat rgba(0,0,0,0);
}
*/
/* Close時　白色 */
.vk-mobile-nav-menu-btn.menu-open {
  background: url(../../../themes/kiizna/inc/vk-mobile-nav/package//images/vk-menu-close-white.svg) center 50% no-repeat rgba(0, 0, 0, 0);
}
.vk-mobile-nav-menu-btn, .vk-mobile-nav-menu-btn.menu-open {
  border: none;
}
.vk-mobile-nav-menu-btn {
  background: none;
  mix-blend-mode: difference;
}
.vk-mobile-nav-menu-btn div {
  margin-top: 9px;
}
.vk-mobile-nav-menu-btn span, .vk-mobile-nav-menu-btn span.top, vk-mobile-nav-menu-btn span.bottom {
  width: 20px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: auto;
}
.vk-mobile-nav-menu-btn span.middle {
  transform: translateY(6px);
}
.vk-mobile-nav-menu-btn span.bottom {
  transform: translateY(12px);
}
.vk-mobile-nav-menu-btn.menu-open span {
  display: none;
}
.slider-bn .slick-slide {
  display: inline-block;
  margin: 0px 10px 0px 10px;
}
.slider-bn a {
  outline: none;
  box-shadow: none;
}
.sec-news {
  padding-top: 96px;
  padding-bottom: 52px;
}
@media (min-width: 769px) {
  .sec-news .news_list li {
    margin-bottom: 0.5em;
  }
}
@media (max-width: 768px) {
  .sec-news .news_list li {
    margin-bottom: -14px;
  }
}
.sec-news ul {
  padding-inline-start: 0px;
}
.news_list li {
  line-height: 160%;
  width: 100%;
}
@media (min-width: 769px) {
  .news_list li {
    display: flex;
  }
}
@media (max-width: 768px) {
  .news_list li {
    display: block;
  }
}
.news_list li a {
  color: #000000;
  cursor: pointer;
}
@media (max-width: 768px) {
  .news_list li a {
    display: block;
  }
}
.news_list li h2 {
  text-align: left;
  font-size: 16px;
  padding: 0px;
  border-top: none;
  border-bottom: none;
}
@media (min-width: 769px) {
  .news_list li h2 {
    margin-bottom: 24px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (max-width: 768px) {
  .news_list li h2 {
    margin-bottom: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media (min-width: 769px) {
  .news_list li h2 a {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (max-width: 768px) {
  .news_list li h2 a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.news_list li .cat {
  white-space: nowrap;
  letter-spacing: 1px;
  font-family: "Suranna", serif;
  font-weight: normal;
  border: 0.25px solid #000000;
  padding: 2px 7px;
  font-size: 11px;
  width: 81px;
  margin-right: 8px;
  display: inline-block;
  text-align: center;
  line-height: 130%;
  position: relative;
  height: 18px;
}
@media (min-width: 769px) {
  .news_list li .cat {
    top: 4px;
  }
}
@media (max-width: 768px) {
  .news_list li .cat {
    top: -2px;
  }
}
.news_date {
  white-space: nowrap;
  font-family: "Suranna", serif;
  display: inline-block;
  margin-right: 16px;
}
@media (max-width: 768px) {
  .viewmore-black {
    width: fit-content;
    margin: 0 0 0 auto;
  }
}
.sec-concert .concert-card li {
  font-family: "Suranna", serif;
  min-height: 230px;
  border: solid 1px #707070;
  color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .sec-concert .concert-card li {
    margin-bottom: 8px;
  }
}
.sec-concert .concert-card li .date {
  margin-bottom: 16px;
  line-height: 100%;
}
.sec-concert .concert-card h2 {
  font-family: "Zen Old Mincho", serif;
  padding-top: 24px;
  border-top: #ffffff solid 1px;
  border-bottom: none;
  text-align: left;
  font-size: 16px;
  line-height: 160%;
}
.sec-concert .concert-card h2 a {
  color: #ffffff;
}
.sec-concert .concert-card h2 a::before {
  font-family: "Suranna", serif;
  content: "VIEWMORE";
  display: block;
  font-size: 12px;
  position: absolute;
  bottom: 22px;
  right: 40px;
  letter-spacing: 1px;
}
.sec-concert .concert-card h2 a::after {
  content: "";
  height: 6px;
  background-image: url(../../../uploads/2024/08/arr_more_white.png);
  background-size: cover;
  display: block;
  background-repeat: no-repeat;
  width: 80px;
  position: absolute;
  bottom: 24px;
  right: 28px;
}
.sec-concert .concert-card h2 a:hover::after {
  margin-left: 10px;
  transition: 0.5s;
  right: 14px;
}
@media (max-width: 768px) {
  .sec-newrelease .is-layout-flex {
    gap: 0px;
  }
}
@media (min-width: 769px) {
  .sec-newrelease .data {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .sec-newrelease .data {
    display: block;
  }
}
.sec-newrelease .day {
  margin-bottom: 8px;
}
.sec-newrelease .topic {
  font-size: 20px;
}
@media (min-width: 769px) {
  .sec-newrelease .topic {
    margin-bottom: 4px;
  }
}
.sec-newrelease .price {
  font-size: 11px;
}
@media (min-width: 769px) {
  .sec-newrelease .u-mbsp24 {
    flex-basis: 50% !important;
  }
}
@media (min-width: 769px) {
  .sec-newrelease img {
    width: auto;
  }
}
@media (min-width: 769px) {
  .sec-newrelease figure {
    text-align: right;
  }
}
@media (min-width: 769px) {
  .sec-newrelease .data {
    flex-basis: 50% !important;
  }
}
.sec-bottom .wp-block-columns.is-layout-flex {
  gap: 1px;
  margin-bottom: 2px;
}
.sec-bottom a::before {
  font-family: "Suranna", serif;
  color: #ffffff;
  content: "VIEWMORE";
  display: block;
  font-size: 12px;
  position: absolute;
  bottom: 22px;
  right: 40px;
  letter-spacing: 1px;
  z-index: 1;
}
.sec-bottom a:hover::before {
  opacity: 1;
}
.sec-bottom a::after {
  content: "";
  height: 6px;
  background-image: url(../../../uploads/2024/08/arr_more_white.png);
  background-size: cover;
  display: block;
  background-repeat: no-repeat;
  width: 80px;
  position: absolute;
  bottom: 24px;
  right: 28px;
}
.sec-bottom a:hover::after {
  margin-left: 10px;
  transition: 0.5s;
  right: 14px;
}
.sec-bottom a:hover {
  transition: 0.5s;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .page-news-top .sub-kv {
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .page-news-top .menu .wp-block-column, .page-news-top .c-tab-move-wrp .wp-block-column {
    flex-basis: 50% !important;
    flex-grow: 0;
  }
}
@media (min-width: 769px) {
  .page-news-top .news_list li {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .page-news-top .news_list li {
    margin-bottom: -10px;
  }
}
@media (max-width: 768px) {
  .page-news-top .active::after {
    content: "";
    height: 3px;
    width: 100%;
    background-color: #000000;
    display: block;
    position: absolute;
    bottom: 0;
  }
}
.page-news-top ul.accordion {
  padding: 0;
  margin: 0;
}
/*タブバーの移動のアニメーション*/
.tab2 {
  position: relative;
}
@media (min-width: 769px) {
  .tab2::after {
    content: "";
    display: inline-block;
    width: 20%;
    height: 5px;
    position: absolute;
    background-color: #000000;
    z-index: 2;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 769px) {
  .tab2.navIdx-0::after, .tab2.navIdx-1::after, .tab2.navIdx-2::after, .tab2.navIdx-3::after, .tab2.navIdx-4::after {
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
  }
}
@media (min-width: 769px) {
  .tab2.navIdx-0::after {
    left: 0;
  }
}
@media (min-width: 769px) {
  .tab2.navIdx-1::after {
    left: 20%;
  }
}
@media (min-width: 769px) {
  .tab2.navIdx-2::after {
    left: 40%;
  }
}
@media (min-width: 769px) {
  .tab2.navIdx-3::after {
    left: 60%;
  }
}
@media (min-width: 769px) {
  .tab2.navIdx-4::after {
    left: 80%;
  }
}
/*タブバーの移動のアニメーション｜スケジュールページ用*/
@media (min-width: 769px) {
  .tab2.tab_schedule::after {
    width: calc(100% / 6);
  }
}
@media (min-width: 769px) {
  .tab2.tab_schedule.navIdx-0::after {
    left: 0;
  }
}
@media (min-width: 769px) {
  .tab2.tab_schedule.navIdx-1::after {
    left: 16.66%;
  }
}
@media (min-width: 769px) {
  .tab2.tab_schedule.navIdx-2::after {
    left: 33.33%;
  }
}
@media (min-width: 769px) {
  .tab2.tab_schedule.navIdx-3::after {
    left: 49.99%;
  }
}
@media (min-width: 769px) {
  .tab2.tab_schedule.navIdx-4::after {
    left: 66.65%;
  }
}
@media (min-width: 769px) {
  .tab2.tab_schedule.navIdx-5::after {
    left: 83.31%;
  }
}
/*---------------タブバー移動アニメーション旧式---------------*/
.c-tab-move-wrp {
  margin: 10px auto;
  position: relative;
}
.c-tab-move-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media (min-width: 769px) {
  .c-tab-move-buttons .cont {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .c-tab-move-buttons .cont {
    width: 50%;
  }
}
.c-tab-move-buttons span {
  cursor: pointer;
  border-bottom: 2px solid #ddd;
  display: block;
  font-weight: bold;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding-bottom: 60px;
}
.c-tab-move-content {
  padding: 15px;
  display: inline-block;
  font: 400 13px "open sans", sans-serif;
  color: #333;
  width: 100%;
  box-sizing: border-box;
}
#lamp {
  height: 4px;
  background: #333;
  display: block;
  position: absolute;
  top: 58px;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
@media (min-width: 769px) {
  #lamp {
    width: 20%;
  }
}
#lamp.content1, #lamp.content2, #lamp.content3, #lamp.content4, #lamp.content5 {
  left: 0;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
#lamp.content2 {
  left: 20%;
}
#lamp.content3 {
  left: 40%;
}
#lamp.content4 {
  left: 60%;
}
#lamp.content5 {
  left: 80%;
}
/*ニュースページもっと見るアコーディオン実装*/
.accordion_box {
  padding: 0 0 50px;
  position: relative;
}
.accordion_box .accordion > li {
  opacity: 1;
  transition: all 0.5s ease 0s;
  height: auto;
}
.accordion_box .accordion > li.none {
  height: 0;
  opacity: 0;
  margin-bottom: 0px;
}
.btn-page-news {
  display: none;
  /* 必須 */
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 160px;
  padding: 10px 0;
  margin: 0 auto;
  border: 1px solid #333;
  cursor: pointer;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
}
.btn-page-news:hover {
  opacity: 0.5;
  transition: 0.5s;
}
/*ニュースページ関連ここまで*/
.page-concert-top .news_list li .wp-block-columns {
  width: 100%;
}
.page-concert-top .card-content {
  position: relative;
}
@media (min-width: 769px) {
  .page-concert-top .card-content {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .page-concert-top .card-content {
    padding: 0 0 0px 0;
  }
}
@media (min-width: 769px) {
  .page-concert-top .news_list li {
    border: solid 1px #c9c9c9;
  }
}
.page-concert-top .news_date {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .page-concert-top .news_list li h2 {
    width: 95%;
  }
}
.wp-block-column.is-vertically-aligned-center {
  align-self: start;
}
.u-hr-black {
  height: 2px;
  background-color: #666666;
  border: none;
}
.page-concert-top .news_list h2 a::before {
  font-family: "Suranna", serif;
  content: "VIEWMORE";
  display: block;
  font-size: 12px;
  position: absolute;
  letter-spacing: 1px;
}
@media (min-width: 769px) {
  .page-concert-top .news_list h2 a::before {
    bottom: 24px;
    right: 40px;
  }
}
@media (max-width: 768px) {
  .page-concert-top .news_list h2 a::before {
    bottom: 0px;
    right: 13px;
  }
}
.page-concert-top .news_list h2 a::after {
  content: "";
  height: 6px;
  background-image: url(../../../uploads/2024/08/arr_more_blk.png);
  display: block;
  background-repeat: no-repeat;
  width: 80px;
  position: absolute;
  background-size: contain;
}
@media (min-width: 769px) {
  .page-concert-top .news_list h2 a::after {
    bottom: 24px;
    right: 28px;
  }
}
@media (max-width: 768px) {
  .page-concert-top .news_list h2 a::after {
    bottom: 0px;
    right: 0px;
  }
}
.page-concert-top .news_list h2 a:hover::after {
  margin-left: 10px;
  transition: 0.5s;
}
@media (min-width: 769px) {
  .page-concert-top .news_list h2 a:hover::after {
    right: 14px;
  }
}
@media (max-width: 768px) {
  .page-concert-top .news_list h2 a:hover::after {
    right: -10px;
  }
}
@media (max-width: 768px) {
  .page-concert-top .content-width {
    width: 100%;
  }
  .page-concert-top .news_list li {
    margin: 0 auto;
    padding: 32px 8% 64px;
    border-top: 1px solid #C9C9C9;
  }
}
.page-numbers {
  transition: 0.5s;
  border-radius: 50%;
}
@media (min-width: 769px) {
  .page-numbers {
    margin: 8px;
    padding: 11px 16px;
  }
}
@media (max-width: 768px) {
  .page-numbers {
    margin: 0px;
    padding: 7px 12px;
  }
}
.wp-block-query-pagination-numbers a:hover {
  transition: 0.5s;
  opacity: 1;
  background-color: #000000;
  border-radius: 50%;
  color: #ffffff;
}
@media (min-width: 769px) {
  .wp-block-query-pagination-numbers a:hover {
    padding: 11px 16px;
  }
}
@media (max-width: 768px) {
  .wp-block-query-pagination-numbers a:hover {
    padding: 7px 12px;
  }
}
.wp-block-query-pagination-next::after {
  content: "";
  display: block;
  background-image: url(../../../uploads/2024/07/round-arrow-r.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 769px) {
  .wp-block-query-pagination-next::after {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .wp-block-query-pagination-next::after {
    width: 30px;
    height: 30px;
  }
}
.wp-block-query-pagination-next:hover::after {
  content: "";
  background-image: url(../../../uploads/2024/07/round-arrow-r-hov.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  opacity: 1;
}
@media (min-width: 769px) {
  .wp-block-query-pagination-next:hover::after {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .wp-block-query-pagination-next:hover::after {
    width: 30px;
    height: 30px;
  }
}
.wp-block-query-pagination-previous:after {
  content: "";
  display: block;
  background-image: url(../../../uploads/2024/07/round-arrow-l.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .wp-block-query-pagination-previous:after {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .wp-block-query-pagination-previous:after {
    width: 30px;
    height: 30px;
  }
}
.wp-block-query-pagination-previous:hover::after {
  content: "";
  display: block;
  background-image: url(../../../uploads/2024/07/round-arrow-l-hov.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}
@media (min-width: 769px) {
  .wp-block-query-pagination-previous:hover::after {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .wp-block-query-pagination-previous:hover::after {
    width: 30px;
    height: 30px;
  }
}
.wp-block-query-pagination-previous-arrow.is-arrow-arrow {
  display: none;
}
.wp-block-query-pagination-previous-arrow.is-arrow-arrow {
  display: none;
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
  display: none;
}
/*SNSリスト*/
.sns__container {
  display: flex;
  gap: 0.5em;
  margin: 0 0 32px auto;
  align-items: center;
  max-width: 120px;
}
.sns__container p {
  font-size: 14px;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  margin-right: 12px;
}
.sns__container a {
  width: 100%;
  text-align: center;
  color: #000000;
  padding: 0.5rem 0;
}
.sns__container a:hover {
  opacity: 0.6;
}
.aco-wrp {
  position: relative;
  display: flex;
  border-bottom: solid #cccccc 2px;
}
.koumoku {
  width: 25%;
}
.nakami {
  width: 75%;
}
.c-aco-prof, .c-aco-prof-open {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.c-aco-prof dl, .c-aco-prof-open dl {
  margin-block-end: 0px;
  margin-block-start: 0px;
}
.c-aco-prof dd, .c-aco-prof-open dd {
  margin-inline-start: 0px;
}
.c-aco-prof dd .head, .c-aco-prof-open dd .head {
  font-size: 18px;
  border-bottom: 1px solid #eee;
}
.c-aco-prof dd .discri, .c-aco-prof-open dd .discri {
  margin-bottom: 16px;
}
.c-aco-prof .container, .c-aco-prof-open .container {
  margin: 0px auto 0;
  max-width: 100%;
  width: 100%;
  /*  p{text-align: center;}*/
}
.c-aco-prof .list:not(:first-child), .c-aco-prof-open .list:not(:first-child) {
  margin-top: 2px;
}
.c-aco-prof .title, .c-aco-prof-open .title {
  border-radius: 3px;
  /* background: #DDD;*/
  cursor: pointer;
  font-size: 32px;
  padding: 40px 16px;
  /* position: relative;*/
  font-weight: bold;
}
.c-aco-prof .title:after, .c-aco-prof-open .title:after {
  position: absolute;
  display: block;
  content: "";
  top: 30px;
  right: 22px;
  width: 2px;
  height: 22px;
  background-color: #000066;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}
.c-aco-prof .title.open:after, .c-aco-prof-open .title.open:after {
  transform: rotate(-90deg);
}
.c-aco-prof .title:before, .c-aco-prof-open .title:before {
  position: absolute;
  display: block;
  content: "";
  top: 30px;
  right: 22px;
  width: 2px;
  height: 22px;
  background-color: #000066;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.c-aco-prof .title.open:before, .c-aco-prof-open .title.open:before {
  transform: rotate(-90deg);
}
.c-aco-prof .text {
  display: none;
  padding: 48px 80px 48px 20px;
}
.c-aco-prof-open .text {
  display: block;
  padding: 20px 80px 20px 20px;
}
.page-profile .navimenu div {
  border-bottom: 1px solid #000000;
}
.page-profile .navimenu p a {
  padding: 20px;
  display: block;
  color: #000000;
}
.page-profile .navimenu p:hover {
  background-color: #cccccc;
  transition: 0.5s;
}
.page-profile .menu-active {
  border-bottom: 5px solid #000000 !important;
  margin-top: -5px !important;
}
.page-profile .hr-bold {
  margin: 40px 0px;
}
.page-profile .r-cont {
  display: flex;
  align-items: start;
}
.page-profile .name {
  font-size: 40px;
  margin-bottom: 24px;
}
.page-profile .name-cap {
  font-size: 20px;
}
.page-profile .sec-data .row-data {
  padding: 11px 0px;
  border-bottom: 1px solid #bababa;
}
.page-profile .sec-data .border-0 {
  border-bottom: none;
}
.page-bio-award h3 {
  font-family: "Suranna", serif;
  font-size: 32px;
  line-height: 48px;
}
.page-bio-award li {
  margin-bottom: 0px;
}
.page-bio-award p {
  line-height: 32px;
}
@media (min-width: 769px) {
  .page-kiiznatop .sec-about .head {
    margin-top: 84px;
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .page-kiiznatop .sec-about .head {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
  }
}
.page-kiiznatop .sec-about .cont {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (max-width: 768px) {
  .page-kiiznatop .name-box {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.page-kiiznatop .name-box .name {
  font-size: 40px;
  line-height: 64px;
  margin-bottom: 0px;
}
.page-kiiznatop .name-box .namesmall {
  line-height: 48px;
}
@media (min-width: 769px) {
  .page-kiiznatop .name-box .namesmall {
    margin-bottom: 72px;
  }
}
@media (max-width: 768px) {
  .page-kiiznatop .name-box .namesmall {
    margin-bottom: 48px;
  }
}
.page-privacy p {
  margin-bottom: 48px;
}
.page-privacy .u-border-bold {
  border-bottom: 3px solid #444444;
  margin-bottom: 48px;
}
.page-privacy .u-border-light {
  border-bottom: 1px solid #444444;
  margin-bottom: 48px;
}
.c-aco03, .c-aco03-op {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.c-aco03 .first-border, .c-aco03-op .first-border {
  border-top: #000000 1px solid;
}
.c-aco03 .attention, .c-aco03-op .attention {
  text-indent: -1em;
  line-height: 24px;
  margin-bottom: 0px;
}
@media (min-width: 769px) {
  .c-aco03 .attention, .c-aco03-op .attention {
    padding-left: 2.5em;
  }
}
@media (max-width: 768px) {
  .c-aco03 .attention, .c-aco03-op .attention {
    padding-left: 1em;
  }
}
.c-aco03 ul.c-aco03-list, .c-aco03-op ul.c-aco03-list {
  margin-top: 16px;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .c-aco03 ul.c-aco03-list, .c-aco03-op ul.c-aco03-list {
    padding-inline-start: 3em;
  }
}
@media (max-width: 768px) {
  .c-aco03 ul.c-aco03-list, .c-aco03-op ul.c-aco03-list {
    padding-inline-start: 1em;
  }
}
.c-aco03 ul.c-aco03-list li, .c-aco03-op ul.c-aco03-list li {
  line-height: 24px;
  margin-bottom: 0px;
  text-indent: -1em;
}
.c-aco03 ul.c-aco03-list li::before, .c-aco03-op ul.c-aco03-list li::before {
  content: "・";
}
.c-aco03 .caption, .c-aco03-op .caption {
  font-size: 12px;
  text-indent: -1em;
}
@media (min-width: 769px) {
  .c-aco03 .caption, .c-aco03-op .caption {
    padding-left: 3em;
  }
}
@media (max-width: 768px) {
  .c-aco03 .caption, .c-aco03-op .caption {
    padding-left: 1em;
  }
}
.c-aco03 dt, .c-aco03-op dt {
  border-left-style: none;
}
.c-aco03 dt span.head, .c-aco03-op dt span.head {
  font-size: 32px;
}
.c-aco03 dt span.cont, .c-aco03-op dt span.cont {
  position: relative;
  left: 10px;
}
.c-aco03 .indent, .c-aco03-op .indent {
  padding-left: 1em;
  text-indent: -1em;
}
.c-aco03 dl, .c-aco03-op dl {
  border-bottom: 1px solid #000000;
  margin-block-end: 0px;
  margin-block-start: 0px;
  padding-bottom: 56px;
}
.c-aco03 dd, .c-aco03-op dd {
  margin-inline-start: 0px;
  border-left-style: none;
}
.c-aco03 dd .discri, .c-aco03-op dd .discri {
  margin-bottom: 16px;
}
.c-aco03 .container, .c-aco03-op .container {
  margin: 0px auto 0;
  max-width: 100%;
  width: 100%;
}
.c-aco03 .list:not(:first-child), .c-aco03-op .list:not(:first-child) {
  margin-top: 2px;
}
.c-aco03 .title, .c-aco03-op .title {
  text-indent: -1em;
  cursor: pointer;
  font-size: 20px;
  position: relative;
  font-weight: normal;
}
@media (min-width: 769px) {
  .c-aco03 .title, .c-aco03-op .title {
    padding: 50px 40px 0px 40px;
  }
}
@media (max-width: 768px) {
  .c-aco03 .title, .c-aco03-op .title {
    padding: 50px 40px 24px 40px;
  }
}
.c-aco03 .title:after, .c-aco03-op .title:after {
  position: absolute;
  display: block;
  content: "";
  width: 19px;
  height: 1px;
  background-color: #000066;
  z-index: 999;
}
@media (min-width: 769px) {
  .c-aco03 .title:after, .c-aco03-op .title:after {
    transition: all 0.2s ease-in-out;
    top: 70px;
    right: 22px;
  }
}
@media (max-width: 768px) {
  .c-aco03 .title:after, .c-aco03-op .title:after {
    transition: all 0.2s ease-in-out;
    bottom: 0px;
    right: 50%;
  }
}
@media (max-width: 768px) {
  .c-aco03 .title.open:after, .c-aco03-op .title.open:after {
    opacity: 0;
  }
}
.c-aco03 .title:before, .c-aco03-op .title:before {
  position: absolute;
  display: block;
  content: "";
  width: 19px;
  height: 1px;
  background-color: #000066;
  transform: rotate(90deg);
  z-index: 999;
}
@media (min-width: 769px) {
  .c-aco03 .title:before, .c-aco03-op .title:before {
    transition: all 0.2s ease-in-out;
    top: 70px;
    right: 22px;
  }
}
@media (max-width: 768px) {
  .c-aco03 .title:before, .c-aco03-op .title:before {
    transition: all 0.2s ease-in-out;
    bottom: 0px;
    right: 50%;
  }
}
.c-aco03 .title.open:before, .c-aco03-op .title.open:before {
  transform: rotate(0deg);
}
@media (max-width: 768px) {
  .c-aco03 .title.open:before, .c-aco03-op .title.open:before {
    opacity: 0;
  }
}
.c-aco03 .text, .c-aco03-op .text {
  margin-top: 24px;
  position: relative;
  background-color: #fafafa;
  margin-bottom: 0px;
}
@media (min-width: 769px) {
  .c-aco03 .text, .c-aco03-op .text {
    padding: 28px 32px;
  }
}
@media (max-width: 768px) {
  .c-aco03 .text, .c-aco03-op .text {
    padding: 28px 32px 68px 32px;
  }
}
.c-aco03 .text {
  display: none;
}
.c-aco03-op .text {
  display: block;
}
@media (max-width: 768px) {
  span.close-click {
    width: 19px;
    display: block;
    height: 1px;
    background-color: #000000;
    position: absolute;
    bottom: 32px;
    right: 50%;
  }
}
span.close-click::before {
  content: "";
  position: absolute;
  top: -10px;
  /* 必要な範囲に合わせて調整 */
  left: -10px;
  /* 必要な範囲に合わせて調整 */
  right: -10px;
  /* 必要な範囲に合わせて調整 */
  bottom: -10px;
  /* 必要な範囲に合わせて調整 */
  z-index: 1;
}
span.close-click:hover {
  cursor: pointer;
}
.page-contact .sub-kv p {
  line-height: 20px;
}
.page-contact h3 {
  font-size: 32px;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .page-contact h3 {
    line-height: 64px;
  }
}
@media (max-width: 768px) {
  .page-contact h3 {
    line-height: 48px;
    letter-spacing: -2px;
  }
}
.page-contact p {
  margin-bottom: 12px;
}
@media (min-width: 769px) {
  .page-contact p {
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .page-contact p {
    line-height: 32px;
  }
}
.page-contact .caption {
  font-size: 12px;
  line-height: 24px;
}
@media (min-width: 769px) {
  .page-contact .caption {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .page-contact .caption {
    margin-bottom: 8px;
  }
}
@media (min-width: 769px) {
  .page-confirm .wpcf7-previous {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .page-confirm .wpcf7-previous {
    margin-top: -16px;
  }
}
.page-confirm .hr-bold {
  margin: 56px 0px 16px 0;
}
.page-confirm .label-box {
  border-bottom: 1px solid #707070;
}
.page-confirm .label-box-last {
  margin-bottom: 40px;
}
.page-confirm label {
  margin-bottom: 24px;
  margin-top: 36px;
}
.u-pd120 {
  padding: 160px 20px;
}
.u-gap4em {
  gap: 4em;
}
@media (min-width: 769px) {
  .u-pdtpc80 {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .u-pdtpc80 {
    padding-top: 80px;
  }
}
.u-pd24 {
  padding: 24px;
}
@media (min-width: 769px) {
  .u-pdbpc80 {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .u-pdbpc80 {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .u-pdtsp40 {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .u-pdbsp40 {
    padding-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .u-pdbpc160 {
    padding-bottom: 160px;
  }
}
@media (max-width: 768px) {
  .u-pdbpc160 {
    padding-bottom: 160px;
  }
}
/*マージン*/
.u-m0auto {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
@media (max-width: 768px) {
  .u-msp0auto {
    margin: 0 auto;
    display: block;
  }
}
.u-mbtpc60 {
  margin-top: 60px;
}
.u-mbbpc60 {
  margin-bottom: 60px;
}
@media (min-width: 769px) {
  .u-mtpc80 {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .u-mtpc80 {
    margin-top: 80px;
  }
}
@media (min-width: 769px) {
  .u-mbpc80 {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .u-mbpc80 {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .u-mbsp0 {
    margin-bottom: 0px;
  }
}
.u-mbpc120 {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .top-schedule-title {
    font-size: 14vw;
  }
}
.top-schedule-block {
  margin: 40px 0;
  padding: 60px 25px;
}
@media (max-width: 768px) {
  .top-schedule-block {
    margin: 40px -6%;
    padding: 25px 15px;
  }
}
@media (min-width: 769px) {
  .top-schedule-block .news_list li {
    display: block;
  }
}
.top-schedule-block .news_list li:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid #D9D9D9;
}
.top-schedule-block .news_title {
  margin-top: 18px;
}
@media (min-width: 769px) {
  .top-schedule-block .schedule_meta {
    grid-template-columns: 80px auto 80px;
    grid-column-gap: 20px;
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .top-schedule-block .schedule_meta {
    grid-template-columns: 105px auto 80px;
  }
}
.top-schedule-block .schedule_meta .date {
  font-size: 16px;
}
@media (max-width: 768px) {
  .top-schedule-block .schedule_meta .date {
    font-size: 20px;
  }
}
.top-schedule-block .schedule_meta .start, .top-schedule-block .schedule_meta .end, .top-schedule-block .schedule_meta .allday {
  font-size: 14px;
}
@media (max-width: 768px) {
  .top-schedule-block .schedule_meta .start, .top-schedule-block .schedule_meta .end, .top-schedule-block .schedule_meta .allday {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .top-schedule-block .schedule_meta .cat {
    top: 4px;
  }
}
.archive-schedule.siteContent {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 769px) {
  .content-width.-schedule {
    max-width: 1152px;
  }
}
.current_month {
  font-family: "Suranna", serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.07em;
}
.current_month_number {
  font-size: 70px;
}
@media (max-width: 768px) {
  .current_month_number {
    font-size: 60px;
  }
}
.current_month_fullspell {
  display: inline-block;
  text-indent: 0.5em;
  font-size: 40px;
}
@media (max-width: 768px) {
  .current_month_fullspell {
    font-size: 30px;
  }
}
.current_month_year {
  font-size: 30px;
}
@media (max-width: 768px) {
  .current_month_year {
    font-size: 24px;
  }
}
.schedule_list > li {
  display: block;
}
.schedule_list > li .taxonomy-category {
  font-size: 15px;
  height: 24px;
  border-color: #18191E;
}
.schedule_list .news_title {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
  font-size: 21px;
}
@media (max-width: 768px) {
  .schedule_list .news_title {
    margin-top: 10px;
    margin-bottom: 30px !important;
  }
}
.schedule_meta {
  display: grid;
  grid-template-columns: 124px auto 80px;
  grid-template-rows: 1fr;
  grid-column-gap: 27px;
  grid-row-gap: 0px;
  width: 100%;
  max-width: 400px;
}
@media (max-width: 768px) {
  .schedule_meta {
    grid-template-columns: 100px auto 80px;
    grid-column-gap: 10px;
  }
}
.schedule_meta .date {
  font-family: "Suranna", serif;
  font-size: 25px;
}
@media (max-width: 768px) {
  .schedule_meta .date {
    font-size: 20px;
  }
}
.schedule_meta .start, .schedule_meta .end, .schedule_meta .allday {
  margin-right: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
}
@media (max-width: 768px) {
  .schedule_meta .start, .schedule_meta .end, .schedule_meta .allday {
    font-size: 16px;
  }
}
.label_schedule {
  margin-top: 40px;
  font-size: 30px;
  text-align: center;
}
.month-nav {
  position: relative;
  margin: 30px auto 45px;
  width: 285px;
  max-width: 365px;
  height: 40px;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
}
@media (min-width: 769px) {
  .month-nav {
    width: calc((100% - 90px) / 2);
  }
}
.month-nav::before {
  content: "";
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 100%;
  border-left: 1px solid #707070;
}
.month-nav_prev, .month-nav_next {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.month-nav_prev a, .month-nav_next a {
  display: flex;
  align-items: center;
  width: 88px;
  height: 100%;
  color: currentColor;
}
.month-nav_prev a::before, .month-nav_prev a::after, .month-nav_next a::before, .month-nav_next a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: -1;
}
.month-nav_prev a::before, .month-nav_next a::before {
  width: 40px;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #000;
  background-repeat: no-repeat;
  background-size: 12px 6px;
  background-position: center;
}
.month-nav_prev {
  left: 0;
}
.month-nav_prev a {
  justify-content: flex-end;
}
.month-nav_prev a::before {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.35 5.85'%3E%3Cg%3E%3Cpath d='M11.35,5.35H0.35' stroke='%23000' fill='none'/%3E%3Cpath d='M0.35,5.35L5.35,0.35' stroke='%23000' fill='none'/%3E%3C/g%3E%3C/svg%3E");
}
.month-nav_next {
  right: 0;
  justify-content: flex-end;
}
.month-nav_next a::before {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.35 5.85'%3E%3Cg%3E%3Cline y1='5.35' x2='11' y2='5.35' stroke='%23000' fill='none'/%3E%3Cline x1='11' y1='5.35' x2='6' y2='0.35' stroke='%23000' fill='none'/%3E%3C/g%3E%3C/svg%3E");
}
@media (min-width: 769px) {
  .single-schedule-post .entry-header {
    padding-bottom: 60px;
  }
}
.single-schedule-post .entry-title {
  margin-bottom: 0;
}
.single-schedule-post .bloghead-flx {
  margin-top: 20px;
}
.single-schedule-post .time, .single-schedule-post .cate {
  margin-left: 15px;
}
.single-schedule-post .news_date {
  margin-right: 0;
}
