@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

body {
  scroll-behavior: smooth;
}

#body_wrap {
  overflow: hidden;
  display: block !important;
}

#content {
  padding-top: 14vh;
}

#body_wrap.home #content {
  margin-bottom: 0;
}

/* 非表示用css */
@media screen and (max-width: 599px) {
  .spnone {
    display: none !important;
  }
}

.dispnone {
  display: none !important;
}

/* ローディング画面 */
/* #loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color_bg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
}
.loading-animation {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.progress-bar-container {
  width: 100%;
  height: 2px;
  background-color: #fff;
  overflow: hidden;
}
.progress-bar {
  height: 100%;
  width: 0;
  background-color: var(--color_main);
  transition: width 0.2s ease;
}
.fade-out {
  animation: fadeOut 0.5s forwards;
}
@keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
} */

#loading-screen {
  display: none;
}

/* ヘッダー */

.l-header {
  padding-top: 24px;
  background: transparent;
  box-shadow: none;
}

/* .l-header__logo .c-headLogo {
    height: var(--logo_size_pc) !important;
} */

/* ハンバーガーメニュー,snsアイコンを消す */
.l-header .l-header__bar,
.l-header__inner .l-header__customBtn {
  display: none !important;
}

/* ヘッダーのナビ */
.w-header__item ul {
  display: flex;
  gap: 24px;
  margin-right: 40px;
  letter-spacing: 0.2em;
}

.w-header__item ul a {
  color: #ffffff;
}

/* #body_wrap:not(.home) .w-header__item ul a {
    color: #333;
} */

/* ヘッダーの幅調整 */
#header .l-header__inner {
  max-width: 86vw;
  justify-content: space-between;
}

.home #header .l-header__inner {
  margin-right: 0;
}

/* ロゴ */
.c-catchphrase {
  font-size: 36px !important;
  color: #fff;
  text-shadow: 1px 1px 5px #333;
  max-width: 270px;
}

/* ナビのホバー */
.w-header__item ul li:hover a {
  border-bottom: 1px solid #333;
}

/* メニューのサイズ調整 */
.l-header__inner .l-header__menuBtn {
  width: calc(var(--logo_size_pc) * 0.6) !important;
  height: calc(var(--logo_size_pc) * 0.6) !important;
}

/* spメニューのアイコン消す */
#sp_menu_bottom {
  display: none;
}

@media screen and (max-width: 1200px) {
  .c-catchphrase {
    font-size: 24px !important;
    max-width: 190px;
  }

  #header .l-header__inner {
    max-width: 100%;
  }

  .p-mainVisual {
    width: 100% !important;
  }

  .w-header__item ul {
    gap: 16px;
  }

  .l-header__logo .c-headLogo {
    height: calc(var(--logo_size_pc) * 0.6) !important;
  }
}

@media screen and (max-width: 959px) {
  .l-header {
    padding-top: 8px;
    position: absolute;
  }

  .l-header__logo {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .l-header__inner .l-header__logo .c-catchphrase {
    display: block;
  }

  .sp__top-text {
    text-align: left;
  }
}

@media screen and (max-width: 599px) {
  .l-header__logo .c-headLogo {
    height: calc(var(--logo_size_pc) * 0.6) !important;
  }

  .l-header__inner .l-header__menuBtn {
    width: calc(var(--logo_size_pc) * 0.4) !important;
    height: calc(var(--logo_size_pc) * 0.4) !important;
  }

  .c-catchphrase {
    font-size: 15px !important;
  }

  @media (min-width: 960px) {
    .p-spMenu {
      display: block !important;
    }

    /* .l-header__customBtn.sp_,
	.l-header__menuBtn.sp_{
		display: block !important;
	} */
    .l-header__inner {
      justify-content: flex-end !important;
    }
  }

  .l-header {
    z-index: 102 !important;
  }
}
@media (max-width: 959px) {
  .l-header {
    z-index: 102 !important;
  }
}

/* ------------------------------ヘッダーの背景有------------------------------ */
/* .l-header[data-spfix="1"]{
	position: sticky !important;
	top: var(--swl-adminbarH,0) !important;
}
.l-header__inner .l-header__logo{
	background-color: #fff;
} */
/* ---------------------------------------------------------------------------- */
/* ------------------------------ヘッダーの背景無------------------------------ */
.l-header[data-spfix="1"] {
  /* position: fixed !important; */
  /* top: var(--swl-adminbarH,0) !important; */
  background: none !important;
  box-shadow: none !important;
  position: absolute;
  top: 0;
}

/* ---------------------------------------------------------------------------- */
.l-fixHeader,
.l-header__gnav {
  display: none !important;
}

.l-header__logo {
  margin-right: auto !important;
}

.l-header__logo .c-headLogo {
  height: calc(var(--logo_size_pc) * 0.8);
}

.l-header__logo .c-headLogo__link {
  padding: 0 !important;
}

#fix_header .l-fixHeader__inner {
  max-width: 100%;
}

.l-header__bar {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: auto;
  background-color: #ffffff00;
  z-index: 2;
}

.l-header__bar .l-header__barInner {
  padding: 0;
}

.l-header__bar .l-header__barInner .c-iconList {
  gap: 10px;
}

.l-header__bar .l-header__barInner .c-iconList .c-iconList__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0;
  overflow: hidden;
}

.l-header__bar .l-header__barInner .c-iconList .c-iconList__item a:before {
  position: absolute;
  content: "" !important;
  background-color: #ffffff33;
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  transition: 0.6s;
}

.l-header__bar
  .l-header__barInner
  .c-iconList
  .c-iconList__item
  a:hover:before {
  bottom: 0;
}

/* ----------------------------------------------------------------------------
SNSアイコンの色を全体的にかすれさせる */
.l-header__bar .l-header__barInner .c-iconList .c-iconList__item a {
  filter: grayscale(80%);
}

/* ---------------------------------------------------------------------------- */
.l-header__inner {
  max-width: 100%;
  padding: 0 20px 0 0 !important;
  gap: 0;
}

.l-header__inner .l-header__logo {
  text-align: left;
  padding: 0 0 0 20px;
}

/* .l-header__inner .l-header__logo .c-headLogo__img {
    filter: drop-shadow(0 0 4px rgba(255 255 255 / 90%));
} */

.l-header__inner .l-header__logo .c-catchphrase {
  margin: 0;
}

.l-header__inner .l-header__gnav {
  color: #333;
  margin: 0 !important;
}

.l-header__inner .l-header__gnav .c-gnav {
  justify-content: start;
  flex-wrap: wrap;
  height: auto;
}

.l-header__inner .l-header__gnav .c-gnav .menu-item {
  width: 20%;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

.l-header__inner .l-header__gnav .c-gnav .menu-item a {
  font-weight: bold;
  transition: 0.4s;
}

.l-header__inner .l-header__gnav .c-gnav .current-menu-item a,
.l-header__inner .l-header__gnav .c-gnav .menu-item:hover a {
  background-color: #fcf8e9;
  color: #e1813b;
}

/* ---------------------------------------------------------------------------- 
メニューの形を四角にする */
.l-header__bar {
  right: 220px;
}

.l-header__bar
  .l-header__barInner
  .c-iconList
  .c-iconList__item
  a
  .c-iconList__icon {
  font-size: 1.2rem;
}

.l-header__bar .l-header__barInner .c-iconList .c-iconList__item.-facebook a {
  color: #1877f2;
}

.l-header__bar .l-header__barInner .c-iconList .c-iconList__item.-twitter a {
  color: #1da1f2;
}

.l-header__bar .l-header__barInner .c-iconList .c-iconList__item.-instagram a {
  color: #cf2e92;
}

.l-header__bar .l-header__barInner .c-iconList .c-iconList__item.-line a {
  color: #00b900;
}

.l-header__bar .l-header__barInner .c-iconList .c-iconList__item.-youtube a {
  color: #da1725;
}

.l-header__bar .l-header__barInner .c-iconList .c-iconList__item.-tiktok a {
  color: #000000;
}

.l-header__bar
  .l-header__barInner
  .c-iconList
  .c-iconList__item.-search
  button {
  color: var(--color_footer_bg);
}

.l-header__inner {
  padding: 0 !important;
}

.l-header__inner .l-header__customBtn,
.l-header__inner .l-header__menuBtn {
  margin: 0;
}

/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- 
メニューの形を丸にする */
/* .l-header__bar{
	right: 280px;
}
.l-header__bar .l-header__barInner .c-iconList .c-iconList__item.-facebook a{
	background-color: #1877f2;
}
.l-header__bar .l-header__barInner .c-iconList .c-iconList__item.-twitter a{
	background-color: #1DA1F2;
}
.l-header__bar .l-header__barInner .c-iconList .c-iconList__item.-instagram a{
	background-color: #CF2E92;
}
.l-header__bar .l-header__barInner .c-iconList .c-iconList__item.-line a{
	background-color: #00B900;
}
.l-header__bar .l-header__barInner .c-iconList .c-iconList__item.-youtube a{
	background-color: #DA1725;
}
.l-header__bar .l-header__barInner .c-iconList .c-iconList__item.-tiktok a{
	background-color: #000000;
}
.l-header__bar .l-header__barInner .c-iconList .c-iconList__item.-search button{
	background-color: var(--color_footer_bg);
}
.l-header__bar .l-header__barInner .c-iconList .c-iconList__item a{
	color: #fff;
}
.l-header__inner{
	padding: 0 20px 0 0 !important;
}
.l-header__inner .l-header__customBtn,
.l-header__inner .l-header__menuBtn{
	margin: 10px;
}
.l-header__inner .c-iconBtn{
	border-radius: 50%;
	box-shadow: 0 0 20px rgba(0 0 0 / 20%);
}
@media screen and (max-width: 599px){
	.l-header__inner{
		padding: 0 10px 0 0 !important;
	}
	.l-header__inner .l-header__customBtn,
	.l-header__inner .l-header__menuBtn{
		margin: 10px 5px;
	}
} */
/* ---------------------------------------------------------------------------- */
.l-header__inner .l-header__customBtn,
.l-header__inner .l-header__menuBtn {
  width: calc(var(--logo_size_pc) * 1.2);
  height: calc(var(--logo_size_pc) * 1.2);
}

.l-header__inner .c-iconBtn {
  color: var(--color_footer_bg);
}

.l-header__inner .l-header__customBtn .c-iconBtn {
  position: relative;
  background-color: var(--color_main);
  overflow: hidden;
}

.l-header__inner .l-header__menuBtn .c-iconBtn {
  position: relative;
  background-color: transparent;
  overflow: hidden;
}

.home .l-header__inner .l-header__menuBtn .c-iconBtn {
  background-color: transparent;
}

.l-header__inner .l-header__customBtn .c-iconBtn:before,
.l-header__inner .l-header__menuBtn .c-iconBtn:before {
  position: absolute;
  content: "" !important;
  background-color: #ffffff33;
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  transition: 0.6s;
}

.l-header__inner .l-header__customBtn .c-iconBtn:hover:before,
.l-header__inner .l-header__menuBtn .c-iconBtn:hover:before {
  bottom: 0;
}

.l-header__inner .l-header__menuBtn .c-iconBtn i.icon-menu-thin {
  position: relative;
  width: 24px;
  height: 24px;
  transition: 0.5s;
  animation: hamburgerClickv2 0.5s ease-out forwards;
}

.l-header__inner .l-header__menuBtn .c-iconBtn i.icon-menu-thin:before {
  content: "" !important;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 6px;
  left: 0;
  transition: 0.5s;
  animation: hamburgerClickv202 0.5s ease-out forwards;
}

.l-header__inner .l-header__menuBtn .c-iconBtn i.icon-menu-thin:after {
  content: "" !important;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 6px;
  left: 0;
  transition: 0.5s;
  animation: hamburgerClickv203 0.5s ease-out forwards;
}

.l-header__inner .l-header__menuBtn .c-iconBtn i.icon-menu-thin:before,
.l-header__inner .l-header__menuBtn .c-iconBtn i.icon-menu-thin:after {
  background-color: var(--color_footer_bg);
}

.l-header__inner .l-header__menuBtn .c-iconBtn.activeh i.icon-menu-thin {
  animation: hamburgerClick 0.5s ease-out forwards !important;
}

.l-header__inner .l-header__menuBtn .c-iconBtn.activeh i.icon-menu-thin:before {
  animation: hamburgerClick02 0.5s ease-out forwards !important;
}

.l-header__inner .l-header__menuBtn .c-iconBtn.activeh i.icon-menu-thin:after {
  animation: hamburgerClick03 0.5s ease-out forwards !important;
}

@keyframes hamburgerClickv202 {
  0% {
    top: 11px;
    transform: rotate(-45deg);
  }

  50% {
    top: 11px;
    transform: rotate(0deg);
  }

  100% {
    top: 6px;
    transform: rotate(0deg);
  }
}

@keyframes hamburgerClickv203 {
  0% {
    bottom: 11px;
    transform: rotate(45deg);
  }

  50% {
    bottom: 11px;
    transform: rotate(0deg);
  }

  100% {
    bottom: 6px;
    transform: rotate(0deg);
  }
}

@keyframes hamburgerClick02 {
  50% {
    top: 11px;
    transform: rotate(0deg);
  }

  100% {
    top: 11px;
    transform: rotate(-45deg);
  }
}

@keyframes hamburgerClick03 {
  50% {
    bottom: 11px;
    transform: rotate(0deg);
  }

  100% {
    bottom: 11px;
    transform: rotate(45deg);
  }
}

#sp_menu .c-widget__title {
  display: none;
}

#sp_menu .p-spMenu__nav {
  margin-top: 0;
}

.-right .p-spMenu__inner {
  -webkit-transform: translateX(100vw) !important;
  transform: translateX(100vw) !important;
}

[data-spmenu="opened"] .p-spMenu__inner {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

#sp_menu .p-spMenu__inner {
  width: 100vw;
  padding-top: 0;
}

#sp_menu .p-spMenu__inner:before {
  background-color: #ffffffcc;
}

#sp_menu .p-spMenu__inner .p-spMenu__body {
  background-color: var(--color_bg);
  max-width: 980px;
  width: 90%;
  height: calc(100% - 200px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  margin: 140px auto 60px auto;
  overflow-y: auto;
}

#sp_menu .p-spMenu__inner .p-spMenu__body .p-spMenu__nav {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

#sp_menu .p-spMenu__inner .p-spMenu__body .p-spMenu__nav .c-listMenu {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}

#sp_menu .p-spMenu__inner .p-spMenu__body .p-spMenu__nav .c-listMenu a {
  position: relative;
  border: none;
  overflow: hidden;
}

#sp_menu .p-spMenu__inner .p-spMenu__body .p-spMenu__nav .c-listMenu a:before {
  position: absolute;
  content: "";
  background-color: var(--color_main);
  opacity: 0.1;
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  transition: 0.4s;
}

#sp_menu
  .p-spMenu__inner
  .p-spMenu__body
  .p-spMenu__nav
  .c-listMenu
  a:hover:before {
  bottom: 0;
}

#sp_menu
  .p-spMenu__inner
  .p-spMenu__body
  .p-spMenu__nav
  .c-listMenu
  a
  .c-smallNavTitle {
  display: inline-block;
  top: auto;
}

#sp_menu .p-spMenu__inner .p-spMenu__closeBtn {
  display: none;
}

@media screen and (max-width: 959px) {
  .l-header__bar {
    display: none !important;
  }
}

@media screen and (max-width: 599px) {
  .l-header__inner .l-header__logo {
    max-width: 180px;
    padding: 0 0 0 10px;
  }

  .l-header__inner .l-header__customBtn,
  .l-header__inner .l-header__menuBtn {
    width: var(--logo_size_sp);
    height: var(--logo_size_sp);
  }
}

/* フッター */

/* 下線を消す */
.c-listMenu a {
  border-bottom: none;
  padding: 8px 0px !important;
  font-size: 14px !important;
}

.w-footer__box .textwidget {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 24px;
}

.w-footer__box .textwidget p {
  font-size: 24px;
  text-shadow: 1px 1px 5px #333;
}

#media_image-4 {
  margin-bottom: 16px;
}

#nav_menu-17.c-widget ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
}

.l-container .w-footer__box:nth-child(2) {
  display: flex;
  gap: 70px;
  padding: 0;
}

.l-footer__inner .l-container {
  padding: 0 16px 0 70px;
}

.l-footer__inner .l-container .w-footer__box {
  padding: 0;
}

.c-widget + .c-widget {
  margin-top: 0;
}

.w-beforeFooter {
  margin-top: 0 !important;
}

/* フッターのホバー */
.c-listMenu.c-listMenu li {
  transition: all 0.2s ease;
}

.c-listMenu.c-listMenu li:hover {
  background-color: rgba(0, 57, 115, 0.15) !important;
  transform: translateX(3px);
}

@media (max-width: 1144px) {
  .l-footer__inner .l-container {
    flex-direction: column;
    padding: 0px 15px;
    gap: 40px;
  }
}

@media (max-width: 959px) {
  .l-footer__inner .l-container {
    font-size: 14px;
  }
}

@media (max-width: 599px) {
  .l-container .w-footer__box:nth-child(2) {
    flex-direction: column;
    gap: 32px;
  }

  .l-footer__inner .l-containe {
    padding: 0px 30px;
  }

  .l-footer__inner {
    padding-bottom: 32px;
  }
}

.l-footer {
  padding-top: 50px;
}

.l-footer__inner {
  /* display: flex;
	justify-content: space-between; */
  padding-bottom: 40px;
}

.l-footer__inner .l-container {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  gap: 20px;
  height: 100%;
}

.l-footer__inner .l-footer__widgetArea {
  padding: 0 0 120px 0;
}

.l-footer__inner .l-footer__foot {
  padding: 0;
}

.l-footer__inner .l-footer__foot .copyright {
  text-align: right;
  opacity: 0.75;
}

.l-footer__inner .l-footer__foot .l-footer__nav {
  flex-direction: column;
  padding: 0 20px 0 0;
}

.l-footer__inner .l-footer__foot .l-footer__nav li a {
  position: relative;
  border: none !important;
  padding: 10px;
}

.l-footer__inner .l-footer__foot .l-footer__nav li a:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  top: 0;
  bottom: 0;
  left: -15px;
  background-color: #fff;
  margin: auto 0;
  transition: 0.4s;
}

.l-footer__inner .l-footer__foot .l-footer__nav li a:hover:before {
  left: -20px;
}

.w-beforeFooter {
  position: relative;
  overflow: inherit;
  z-index: -1;
  margin-top: 0;
}

.w-beforeFooter .footer-imgarea img {
  display: block;
  aspect-ratio: 4/1;
  object-fit: cover;
  object-position: bottom;
}

.c-widget__title {
  margin-bottom: 18px;
  padding: 0 !important;
  font-weight: normal;
  font-size: 16px;
}

.c-widget__title::before,
.c-widget__title::after {
  display: none;
}

.c-listMenu a {
  padding: 0 0 8px 0;
}

@media screen and (max-width: 959px) {
  .w-beforeFooter .footer-imgarea img {
    aspect-ratio: 3/1;
  }
}

@media screen and (max-width: 599px) {
  .l-footer__inner {
    flex-direction: column;
    padding-bottom: 60px;
  }

  .l-footer__inner .l-footer__foot .copyright {
    text-align: center;
  }

  .l-footer__inner .l-footer__foot .l-footer__nav {
    padding: 0;
  }

  .l-footer__inner .l-footer__widgetArea {
    padding: 0 0 40px 0;
  }
}

/* ---------------------------------------------------------------------------- 
フッターを特殊デザインにする */
/* .l-footer{
	width: 92vw;
	margin-left: auto;
	border-radius: 50px 0 0 0;
	box-shadow: 0 0 20px rgb(0 0 0 / 20%);
} */
.w-beforeFooter {
  margin-top: 5rem;
  margin-bottom: 0;
}

.w-beforeFooter .footer-imgarea img {
  width: 96vw;
}

.w-beforeFooter .footer-imgarea.swell-block-fullWide {
  width: 96vw;
}

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

/* 検索モーダル */
#search_modal .p-searchModal__inner .c-searchForm__submit {
  border-radius: 0 6px 6px 0;
}

/* トップ以外ページタイトル */
.c-pageTitle {
  display: none;
}

/* パンくず */
#breadcrumb {
  color: #333333;
}

/* パーツ：共通コンテンツ幅指定用グループブロック */
.width980box {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

/* パーツ：共通h2見出し */
.mainh2-box {
  position: relative;
}

/* .mainh2-box h2 span{
    font-size:24px !important;
} */

.mainh2-box h2:first-child {
  color: var(--color_main);
}

.mainh2-box p {
  position: absolute;
  bottom: 8px;
  left: 0;
  opacity: 0.14;
  color: var(--color_main);
  font-size: 64px;
  font-weight: bold;
  line-height: 0.9;
  z-index: -1;
}

@media screen and (max-width: 959px) {
  .mainh2-box h2:first-child {
    text-align: center !important;
  }

  .mainh2-box p {
    font-size: 12vw;
  }
}

@media screen and (max-width: 599px) {
  .mainh2-box p {
    font-size: 16vw;
    line-height: 1;
  }
}

/* パーツ：共通ボタン */
.button-design a.swell-block-button__link {
  max-width: 300px;
  min-width: auto;
  width: 100%;
  background-color: #fff;
  border: 1px solid var(--color_main);
  color: var(--color_main);
  font-weight: bold;
  box-shadow: none;
  border-radius: 50px;
  overflow: hidden;
  transition: 0.4s;
}

.button-design a.swell-block-button__link:hover {
  color: #fff;
}

.button-design a.swell-block-button__link span {
  position: relative;
  z-index: 1;
}

.button-design a.swell-block-button__link:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--color_main);
  bottom: -100%;
  left: 0;
  transition: 0.4s;
  z-index: 0;
}

.button-design a.swell-block-button__link:hover:before {
  bottom: 0;
}

.button-design a.swell-block-button__link:after {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color_main);
  color: #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  right: 10px;
}

/* ページ：お問い合わせフォーム */
.form-content {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
}

.form-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.form-item input,
.form-item textarea {
  max-width: 100%;
  width: 700px;
}

.form-item .required {
  display: inline-block;
  font-size: 12px;
  background-color: red;
  color: #fff;
  border-radius: 50px;
  padding: 1px 6px;
  margin-left: 20px;
}

.form-accept {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 2rem;
}

.form-accept .acceptbox {
  width: 800px;
  max-width: 100%;
  background-color: #fff;
  padding: 40px;
  margin: 0 auto;
}

/* ---------------------------------------------------------------------------- 
フォームプライバシーポリシーデザイン */
/* .form-accept .acceptbox{
	border: 1px solid var(--color_main);
	border-radius: 20px;
} */
/* ---------------------------------------------------------------------------- */
.form-accept .acceptbox h3 {
  text-align: left;
  border: none;
  padding: 0;
  margin-bottom: 20px;
}

.form-accept .acceptbox h3:before {
  content: none !important;
}

.form-accept .acceptbox p {
  text-align: left;
  margin-bottom: 40px;
}

.form-accept .acceptbox .wpcf7-list-item {
  margin-left: 0;
}

.form-submit {
  text-align: center;
}

.form-submit input {
  width: 240px;
  max-width: 100%;
  background-color: var(--color_main);
  color: #fff;
  border: none;
  font-weight: bold;
  border-radius: 50px;
  padding: 10px 50px;
  transition: 0.4s;
}

.form-submit input:hover {
  opacity: 0.7;
}

.form-submit .wpcf7-spinner {
  position: absolute;
}

@media screen and (max-width: 959px) {
  .form-content {
    width: 800px;
  }

  .form-item {
    display: block;
  }

  .form-item label {
    display: block;
    margin-bottom: 6px;
  }

  .form-item input,
  .form-item textarea {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .form-accept .acceptbox {
    padding: 40px 20px;
  }
}

/* ページ：サイトマップ */
.wsp-container {
  display: grid;
}

.wsp-container h2 {
  position: relative;
  text-decoration: none;
  display: block;
  border: 1px solid #ccc;
  padding: 5px 9px 5px 36px;
  margin: 40px 0 10px;
  background-color: #f6f6f6;
  color: #454545;
  font-size: 1em;
}

.wsp-container h2:before {
  position: absolute;
  content: "";
  top: 34%;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #c29f54;
}

.wsp-container ul {
  list-style: none !important;
  margin: 0;
}

.wsp-container a {
  position: relative;
  text-decoration: none;
  display: block;
  border: 1px solid #ccc;
  padding: 5px 9px 5px 36px;
  margin: 10px 0;
  background-color: #f6f6f6;
  color: #454545;
  font-size: 0.8em;
}

.wsp-container a:before {
  position: absolute;
  content: "";
  top: 34%;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #c29f54;
}

.wsp-container a:last-child {
  margin-bottom: 0;
}

.wsp-container a:hover {
  background-color: #fff;
}

.wsp-areas-list a {
  padding: 4px 9px 4px 34px;
  margin-left: 20px;
  font-size: 14px;
  color: #454545;
}

.wsp-areas-list a:before {
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #5d2240bb;
}

.sitemap-title {
  display: block;
  font-size: 1.4rem;
  color: #333;
  text-decoration: underline;
  margin-bottom: 30px;
  transition: 0.4s;
}

.sitemap-title:hover {
  opacity: 0.7;
}

/* ページ：記事一覧 */
#body_wrap.archive #main_content {
  max-width: none;
}

#body_wrap.archive .p-termContent {
  padding: 6rem 0;
}

#body_wrap.archive .mainh2-box {
  margin-bottom: 4rem;
}

#body_wrap.archive .mainh2-box h2 {
  font-size: 1.4em;
  line-height: 1.4;
  text-align: center;
}

#body_wrap.archive .p-postList {
  max-width: 780px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  #body_wrap.archive .p-termContent {
    padding: 4rem 0;
  }

  #body_wrap.archive .mainh2-box h2 {
    font-size: 1.2em;
  }
}

/* 記事一覧（リスト型デザイン） */
#body_wrap.archive .p-postList.-type-simple {
  border: none;
}

#body_wrap.archive
  .p-postList.-type-simple
  .p-postList__item
  .p-postList__link {
  position: relative;
  border-bottom: none;
  padding: 28px 10px;
  overflow: hidden;
}

#body_wrap.archive
  .p-postList.-type-simple
  .p-postList__item
  .p-postList__link:before {
  position: absolute;
  content: "";
  background-color: var(--color_main);
  opacity: 0.1;
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  transition: 0.4s;
}

#body_wrap.archive
  .p-postList.-type-simple
  .p-postList__item
  .p-postList__link:hover:before {
  bottom: 0;
}

#body_wrap.archive
  .p-postList.-type-simple
  .p-postList__item
  .p-postList__link
  .p-postList__body {
  display: flex;
  align-items: center;
  gap: 2vw;
}

#body_wrap.archive
  .p-postList.-type-simple
  .p-postList__item
  .p-postList__link
  .p-postList__body
  .p-postList__meta {
  margin: 0;
}

#body_wrap.archive
  .p-postList.-type-simple
  .p-postList__item
  .p-postList__link
  .p-postList__body
  .p-postList__meta
  .c-postThumb__cat {
  position: inherit;
}

@media screen and (max-width: 599px) {
  #body_wrap.archive
    .p-postList.-type-simple
    .p-postList__item
    .p-postList__link
    .p-postList__body {
    flex-direction: column;
    align-items: baseline;
    gap: 1vw;
  }
}

/* 記事一覧（カード型デザイン） */
#body_wrap.archive .p-postList.-type-card .p-postList__item .p-postList__link {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0 0 0 / 6%);
  overflow: hidden;
}

#body_wrap.archive
  .p-postList.-type-card
  .p-postList__item
  .p-postList__link
  .p-postList__thumb {
  box-shadow: none;
  overflow: initial;
}

#body_wrap.archive
  .p-postList.-type-card
  .p-postList__item
  .p-postList__link
  .p-postList__thumb
  .c-postThumb__cat {
  top: auto;
  bottom: -30px;
  left: 0;
  right: auto;
}

#body_wrap.archive
  .p-postList.-type-card
  .p-postList__item
  .p-postList__link
  .p-postList__body {
  padding: 40px 10px 20px 10px;
}

/* #body_wrap.archive .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times{
	display: none;
} */

/* ページ：記事詳細 */
.p-articleFoot .p-articleMetas__termList.c-categoryList {
  display: none;
}

/* ページ：トップ */
.p-mainVisual__textLayer {
  /* font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
  font-family: "inter";
  width: 65%;
  right: 0;
  left: auto;
  padding-top: 16vh;
  padding-bottom: 10vh;
  justify-content: flex-end;
  -webkit-transform: none;
  transform: none;
  box-sizing: border-box;
}

.p-mainVisual__textLayer .p-mainVisual__slideTitle {
  font-size: 3vw !important;
  font-size: 48px !important;
  letter-spacing: 0.3em;
}

.p-mainVisual__textLayer .p-mainVisual__slideText {
  font-size: 1.4vw !important;
  font-size: 32px !important;
  letter-spacing: 0.3em;
}

.p-mainVisual__textLayer .p-mainVisual__slideTitle,
.p-mainVisual__textLayer .p-mainVisual__slideText {
  text-shadow: 1px 1px 5px #000000;
}

.topmv-snsembed {
  position: relative;
  width: 35%;
  background-color: var(--color_bg);
  padding: 10px;
  border-radius: 0 14px 14px 0;
  margin: -500px auto 0 0;
  z-index: 2;
  box-sizing: border-box;
}

.topmv-snsembed .twitter-container,
.topmv-snsembed .facebook-container,
.topmv-snsembed .instagram-container,
.topmv-snsembed .tiktok-container,
.topmv-snsembed .threads-container {
  max-width: 450px !important;
  width: 100% !important;
  height: 600px !important;
  margin-left: auto;
}

.topmv-snsembed .facebook-container iframe {
  width: 100%;
}

.topmv-snsembed .facebook-container .fb-page,
.topmv-snsembed .facebook-container .fb-page span,
.topmv-snsembed .facebook-container iframe {
  width: 100% !important;
}

.topmv-snsembed .instagram-container iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 2/3;
}

.topmv-snsembed .threads-container {
  overflow: auto;
}

.topmv-snsembed .instagram-container .insta-box-h {
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  padding: 0.8em;
}

.topmv-snsembed .instagram-container .insta-box-h .insta-prf {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #1d9bf0;
  color: #fff;
  border-radius: 5px;
  padding: 3px 10px;
}

.topmv-snsembed .instagram-container .insta-box-h .insta-prf:hover {
  opacity: 0.8;
}

.topmv-snsembed .instagram-container .insta-box-c {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0 0 10px 10px;
  padding: 1em;
  height: calc(100% - 56px) !important;
}

.topmv-snsembed .tiktok-container .tiktok-embed {
  margin: 0;
}

.topmv-snsembed .tiktok-container iframe {
  height: 600px !important;
}

.topmv-snsembed .tiktok-container .css-vptvdy {
  max-width: 100% !important;
}

@media screen and (max-width: 1279px) {
  .p-mainVisual__textLayer {
    width: 60%;
  }

  .topmv-snsembed {
    width: 40%;
  }
}

@media screen and (max-width: 959px) {
  .p-mainVisual__textLayer {
    width: 100vw;
    justify-content: center;
  }

  .p-mainVisual__textLayer .p-mainVisual__slideTitle {
    font-size: 32px !important;
  }

  .p-mainVisual__textLayer .p-mainVisual__slideText {
    font-size: 24px !important;
  }

  .topmv-snsembed {
    max-width: 90%;
    width: 400px;
    border-radius: 14px;
    margin: -100px auto 0 auto;
  }

  .topmv-snsembed .twitter-container,
  .topmv-snsembed .facebook-container,
  .topmv-snsembed .instagram-container,
  .topmv-snsembed .tiktok-container,
  .topmv-snsembed .threads-container {
    width: 100% !important;
    height: 500px !important;
    margin: 0 auto;
  }

  .topmv-snsembed .facebook-container .fb-page,
  .topmv-snsembed .facebook-container .fb-page span,
  .topmv-snsembed .facebook-container iframe {
    height: 500px !important;
  }

  .topmv-snsembed .tiktok-container iframe {
    height: 500px !important;
  }
}

/* パターン：ギャラリー */
.dgwt-jg-gallery {
  max-height: 600px;
  overflow: auto !important;
}

/* パターン：画像＆テキスト01 */
.textandimg-box .business-list .swell-block-columns__inner {
  counter-reset: number 0;
}

.textandimg-box .business-list img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

.textandimg-box .business-list h3,
.textandimg-box .business-list p {
  padding: 0 16px;
}

.textandimg-box .business-list h3 {
  position: relative;
  padding-right: 5rem;
}

.textandimg-box .business-list h3:after {
  position: absolute;
  content: "";
  counter-increment: number 1;
  content: counter(number);
  bottom: -20px;
  right: 20px;
  font-size: 7rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 2px 2px 4px rgba(255 255 255 / 90%);
  z-index: 2;
  opacity: 0.5;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  font-style: italic;
}

/* パターン：画像＆テキスト02 */
.textandimg02-box .swell-block-column:last-child {
  position: relative;
}

.textandimg02-box .swell-block-column:last-child:before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 20px;
  transform: scale(1.3, 1.4);
  z-index: -1;
}

.textandimg02-box .textandimg-accordion .swell-block-accordion__title {
  background-color: #f7f7f7;
}

@media screen and (max-width: 959px) {
  .textandimg02-box .swell-block-column:last-child {
    width: 80%;
    margin-left: auto;
  }

  .textandimg02-box .swell-block-column:last-child:before {
    left: 10%;
  }
}

@media screen and (max-width: 599px) {
  .textandimg02-box .swell-block-column:last-child {
    width: 100%;
    margin-left: var(--swl-clmn-mrgn--x);
  }

  .textandimg02-box .swell-block-column:last-child:before {
    left: 0;
    transform: scale(1.3, 1.2);
  }
}

/* パターン：記事一覧＆カテゴリー01 */
.articlelistandcat-box .productlist-postlist .p-postList {
  max-width: 780px;
  width: 100%;
  border-top: none;
  padding-top: 0;
  margin: 0 auto;
}

.articlelistandcat-box .productlist-postlist .p-postList .p-postList__item {
  background-color: #fff;
  border: 1px solid var(--color_main);
  padding: 20px;
}

/* パターン：記事一覧＆カテゴリー02 */
.articlelistandcat02-box .catlist-area {
  max-width: 280px;
  width: 100%;
  list-style: none;
  padding: 10px;
  margin: 0 auto;
}

.articlelistandcat02-box .catlist-area li {
  margin: 0;
}

.articlelistandcat02-box .catlist-area li .catlist-item {
  position: relative;
  display: block;
  color: var(--color_main);
  border-bottom: 1px solid #999;
  padding: 10px 10px 10px 40px;
  overflow: hidden;
}

.articlelistandcat02-box .catlist-area .catlist-item:before {
  position: absolute;
  content: "\e92f";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: icomoon !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  font-size: 16px;
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
}

.articlelistandcat02-box .catlist-area .catlist-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--color_main);
  bottom: -100%;
  left: 0;
  opacity: 0.2;
  transition: 0.4s;
  z-index: 0;
}

.articlelistandcat02-box .catlist-area .catlist-item:hover:after {
  bottom: 0;
}

.articlelistandcat02-box .productlist02-postlist .p-postList__link {
  overflow: hidden;
}

.articlelistandcat02-box .productlist02-postlist .p-postList__thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  box-shadow: none;
}

.articlelistandcat02-box .productlist02-postlist .p-postList__thumb:after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, #fff 80%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.articlelistandcat02-box .productlist02-postlist .p-postList__body {
  position: relative;
  width: 100% !important;
  padding: 10px 8% 10px 30%;
  z-index: 10;
}

.articlelistandcat02-box .productlist02-postlist .p-postList__body:after {
  position: absolute;
  content: "\e930";
  font-family: icomoon;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color_main);
  color: #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  transition: 0.4s;
}

.articlelistandcat02-box
  .productlist02-postlist
  .p-postList__link:hover
  .p-postList__body:after {
  right: 0;
}

.articlelistandcat02-box
  .productlist02-postlist
  .p-postList__body
  .p-postList__meta
  .c-postThumb__cat {
  position: relative;
}

@media screen and (max-width: 599px) {
  .articlelistandcat02-box .productlist02-postlist .p-postList__item {
    margin-bottom: 1em;
  }

  .articlelistandcat02-box .productlist02-postlist .p-postList__body {
    min-height: 63px !important;
  }

  .articlelistandcat02-box .productlist02-postlist .p-postList__body:after {
    width: 30px;
    height: 30px;
    right: 4px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

/* パターン：記事スライダー */
.articleslider-box .recommend-postlist .wp-block-group__inner-container {
  width: 100%;
  max-width: 100%;
}

.articleslider-box
  .recommend-postlist
  .wp-block-group__inner-container
  .p-postSlider {
  padding: 0;
}

.articleslider-box
  .recommend-postlist
  .wp-block-group__inner-container
  .p-postSlider
  .p-postSlider__swiper {
  padding-bottom: 50px !important;
}

.articleslider-box
  .recommend-postlist
  .wp-block-group__inner-container
  .p-postSlider
  .p-postList__item {
  display: block;
}

.articleslider-box
  .recommend-postlist
  .wp-block-group__inner-container
  .p-postSlider
  .swiper-pagination {
  bottom: 16px;
}

.articleslider-box
  .recommend-postlist
  .wp-block-group__inner-container
  .p-postSlider
  .swiper-pagination
  .swiper-pagination-bullet {
  background-color: var(--color_main);
}

.articleslider-box
  .recommend-postlist
  .wp-block-group__inner-container
  .p-postSlider
  .swiper-button-prev {
  background-color: var(--color_main);
  top: auto !important;
  bottom: -16px;
  left: calc(50% - 100px);
}

.articleslider-box
  .recommend-postlist
  .wp-block-group__inner-container
  .p-postSlider
  .swiper-button-next {
  background-color: var(--color_main);
  top: auto !important;
  bottom: -16px;
  right: calc(50% - 100px);
}

.articleslider-box .recommend-postlist .wp-block-coblocks-post-carousel__item {
  display: block;
}

.articleslider-box
  .recommend-postlist
  .wp-block-coblocks-post-carousel__item
  .wp-block-coblocks-post-carousel__image
  a {
  aspect-ratio: 16/9;
  width: 100%;
  padding-top: 0;
}

.articleslider-box
  .recommend-postlist
  .wp-block-coblocks-post-carousel__item
  .wp-block-coblocks-post-carousel__content
  a {
  color: var(--color_text);
}

.articleslider-box .catlist-area {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  padding: 0;
}

.articleslider-box .catlist-area a {
  position: relative;
  display: block;
  background-color: var(--color_main);
  color: #fff;
  border-radius: 50px;
  padding: 6px 16px;
  overflow: hidden;
  opacity: 0.6;
}

.articleslider-box .catlist-area a:before {
  position: absolute;
  content: "";
  bottom: -100%;
  left: 0;
  background-color: var(--color_main);
  opacity: 0.4;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}

.articleslider-box .catlist-area a:hover:before {
  bottom: 0;
}

/* パターン：会社概要・アクセス01 */
.overview-box .access-mandt .wp-block-media-text__content {
  background-color: #ffffffcc;
  box-shadow: 0 0 50px rgba(0 0 0 / 6%);
  align-self: end;
  padding: 20px 30px !important;
  margin-bottom: 3rem !important;
  z-index: 1;
}

.overview-box .access-mandt {
  color: inherit;
  background: none;
  box-shadow: none;
}

.overview-box iframe {
  width: 100%;
  filter: grayscale(1);
}

@media screen and (max-width: 959px) {
  .overview-box .access-mandt .wp-block-media-text__content {
    margin-bottom: 8px !important;
  }
}

@media screen and (max-width: 599px) {
  .overview-box .access-mandt .wp-block-media-text__content {
    padding: 10px 20px !important;
    margin-top: -18px !important;
    margin-bottom: 0 !important;
  }

  .overview-box iframe {
    height: 400px;
  }
}

/* パターン：会社概要・アクセス02 */
.overview02-box .access-textandiframe .swell-block-column:first-child {
  padding: 100px 4vw;
}

.overview02-box .access-textandiframe .swell-block-column iframe {
  width: 100%;
  filter: grayscale(1);
}

@media screen and (max-width: 599px) {
  .overview02-box .access-textandiframe .swell-block-column:first-child {
    padding: 20px 4vw;
  }

  .overview02-box .access-textandiframe .swell-block-column iframe {
    height: 400px;
  }
}

/* パターン：沿革 */
.history-box {
  padding-bottom: 60px;
  padding-left: 4vw;
}

.history-box .wp-block-group__inner-container {
  max-width: var(--wp--style--global--content-size) !important;
}

.history-design {
  display: flex;
  width: 100%;
  overflow-x: scroll;
}

.history-design::-webkit-scrollbar {
  height: 12px !important;
}

.history-design::-webkit-scrollbar-track {
  background-color: #ccc !important;
}

.history-design::-webkit-scrollbar-thumb {
  background-color: var(--color_main) !important;
}

.history-design .swell-block-step__item {
  min-width: 300px;
  padding: 20px 10px 0 10px;
  margin-bottom: 40px !important;
}

.history-design .swell-block-step__item:last-child {
  padding-right: 4vw;
}

.history-design .swell-block-step__item:before {
  border: none;
  top: 4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #bdc7d0;
}

.history-design .swell-block-step__item .swell-block-step__number {
  top: 0;
  width: 10px;
  height: 10px;
}

.history-design .swell-block-step__item .swell-block-step__title {
  justify-content: flex-start !important;
  min-height: auto !important;
  font-size: 120% !important;
  line-height: 1.2;
  color: var(--color_main);
  white-space: nowrap;
}

.history-design .swell-block-step__item .swell-block-step__body {
  margin-top: 0;
  margin-left: 0 !important;
}

@media screen and (max-width: 599px) {
  .history-box {
    padding-top: 60px;
  }

  .history-design .swell-block-step__item:before {
    display: block !important;
  }
}

/* パターン：背景画像テキスト */
.imgbg-box .imgbg-textarea {
  width: 100%;
  max-width: 600px;
  margin: 0 0 0 auto;
}

/* パターン：お知らせ表示 */
.notice-box .p-postListWrap .p-postList__body {
  display: flex;
  align-items: center;
}

.notice-box .p-postListWrap .p-postList {
  border: none;
}

.notice-box .p-postListWrap .p-postList__link {
  position: relative;
  border-bottom: 1px dashed var(--color_border);
  padding: 28px 10px;
  overflow: hidden;
}

.notice-box .p-postListWrap .p-postList__link:before {
  position: absolute;
  content: "";
  background-color: var(--color_main);
  opacity: 0.1;
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  transition: 0.4s;
}

.notice-box .p-postListWrap .p-postList__link:hover:before {
  bottom: 0;
}

.notice-box .p-postListWrap .p-postList__body .p-postList__meta {
  margin: 0;
}

@media screen and (max-width: 959px) {
  .notice-box .p-postListWrap .p-postList__body {
    align-items: start;
    flex-direction: column;
  }
}

/* パターン：バナーリンク */
.bunnerlink-box .bunnerlink-design {
  position: relative;
}

.bunnerlink-box .bunnerlink-design .c-bannerLink__description:last-child {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 140px;
  height: 140px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 3rem;
  padding: 20px;
  margin: auto 0 !important;
  transition: 0.4s;
}

.bunnerlink-box
  .bunnerlink-design
  .c-bannerLink:hover
  .c-bannerLink__description:last-child {
  right: 20px;
}

@media screen and (max-width: 599px) {
  .bunnerlink-box .bunnerlink-design .c-bannerLink__description:last-child {
    right: 14px;
    width: 100px;
    height: 100px;
    font-size: 2.4rem;
  }

  .bunnerlink-box
    .bunnerlink-design
    .c-bannerLink:hover
    .c-bannerLink__description:last-child {
    right: 7px;
  }
}

/* アクセントカラーON!!(今回の色：#DDA01D) */
.accentcolor .detv {
  color: #dda01d;
  background-color: #dda01d;
}

/* .mainh2-box.accentcolor{
	padding-bottom: 20px;
}
.mainh2-box.accentcolor:after{
	position: absolute;
	content: "";
	width: 100px;
	height: 4px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #DDA01D;
	margin: 0 auto;
} */
/* .mainh2-box p:first-letter{
	color: #DDA01D;
	opacity: 0.9;
} */

.textandimg02-box figure {
  box-shadow: -10px 10px 0 #dda01d33;
}

.articleslider-box.accentcolor .catlist-area a {
  background-color: #dda01d;
}

.button-design.accentcolor .swell-block-button__link {
  color: #dda01d;
  border: 1px solid #dda01d;
}

.button-design.accentcolor a.swell-block-button__link:before {
  background-color: #dda01d;
}

.button-design.accentcolor a.swell-block-button__link:after {
  background-color: #dda01d;
}

.c-postThumb__cat {
  background-color: #dda01d;
}

.form-accept .acceptbox h3 span.accentcolor {
  color: #dda01d;
}

/* メインビジュアル */
.p-mainVisual {
  width: 90%;
  margin-left: auto;
  height: 85vh !important;
}

.p-mainVisual__textLayer {
  flex-direction: column-reverse;
  height: auto;
  bottom: 0;
  top: auto;
  bottom: 96px;
  /* bottom: 120px; */
}

#body_wrap {
  background: linear-gradient(187.87deg, #f2f8ff 0%, #f1f8ff 50%, #deecf9 100%);
  /* background: linear-gradient(187.87deg, #e4f0ff 0%, #e0efff 50%, #c9dcf3 100%); */
}

#body_wrap.archive
  .p-postList.-type-simple
  .p-postList__item
  .p-postList__link:hover:before {
  bottom: 0;
}

#body_wrap.archive
  .p-postList.-type-simple
  .p-postList__item
  .p-postList__link:before {
  position: absolute;
  content: "";
  opacity: 0.2;
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  background: linear-gradient(
    102deg,
    #ffffff 0%,
    #83a2cd,
    #4a75ba 100%
  ) !important;
  color: #111 !important;
  transition: 0.3s;
}

/* 記事ページ */
.single #content {
  padding-top: 20vh;
}

.p-postList__meta {
  width: 8em;
}

/* 251003_追記 */
@media (max-width: 599px) {
  .lecture-box .swell-block-columns__inner > div:first-child {
    width: 100% !important;
  }

  .lecture-box .p-postList__title {
    width: 100% !important;
  }

  .sibu_postlist .p-postList__body {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* .l-header {
  background-color: #7693b8;
  padding: 0;
}
.l-header * {
  color: #ffffff !important;
} */

/* 20251028追記 */

#body_wrap:not(.home) .l-header {
  padding-top: 0;
  /*     background-color: #3b5fa9; */
  background: var(--color_footer_bg);
}

#body_wrap:not(.home) .c-headLogo__img {
  max-width: 80% !important;
}

.l-header__inner .l-header__menuBtn .c-iconBtn i.icon-menu-thin:before,
.l-header__inner .l-header__menuBtn .c-iconBtn i.icon-menu-thin:after {
  background-color: #fff;
}

.l-header__inner .c-iconBtn {
  color: #fff;
}

/* 学術講演会の日付けを非表示 */
#body_wrap.single-post .c-postTitle__date {
  display: none;
}
@media (max-width: 599px) {
  .p-mainVisual__textLayer {
    padding-bottom: 12vh;
  }
}

.p-spMenu__nav .c-listMenu.c-listMenu li {
  border-bottom: 1px solid #cccccc;
}
.p-spMenu__nav .c-listMenu a {
  padding: 16px !important;
  font-size: 16px !important;
}
