@charset "UTF-8";

html{
  height: 100%;
  scroll-behavior: smooth;
}

body{
  max-width: 100%;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: var(--black);
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}

body > footer {
  position: sticky;
  top: 100vh;
}

.back_gradation {
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 100% 0%, hsl(340.62deg 100% 93.53% / 60%) 0%, transparent 30%), radial-gradient(circle at 0% 100%, hsl(335.6deg 100% 95.95% / 60%) 0%, transparent 30%);
  background-blend-mode: normal, normal;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

/* カスタムプロパティ */
:root{
  --black:#333333;
  --white:#ffffff;
  --gray:#dfe6f1;
  --border:#E0DEDE;
  --blue:#2b82c5;
  --blue2:#bcd8ee;
  --blue3:#e4f0fa;
  --blue4:#67a5d5;
  --background1:#def9ff;
  --background_all:#fefafc;
  --shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
  --transition: .3s;
/* トップ背景青候補：#dfeef1 */
/* トップ背景青元の色：#dfe6f1 */
}

a[target="_blank"]::after{
	content: '';
	margin-left: 0.45rem;
	width: 15px;
	height: 15px;
	mask-image: url(../img/icon/blank.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: center;
	display: inline-block;
	position: relative;
	background-color: #888;
	top: 0px;
	right: 0px;
	border-top: unset;
	border-right:unset;
	transform: unset;
}

img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.inner,
.inner_large{
  margin-left: auto;
  margin-right: auto;
}

h2,h3,h4{
  display: block;
}

h2.top_tit{
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
}

h2.top_tit span{
  margin-top: 0.75em;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  font-size: 0.625em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  color: var(--blue);
}

h3{
  font-size: 1.35em;
  color: var(--blue);
}

h4{
  font-size: 1.25em;
  color: var(--blue);
}

.sns_icon{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.sns_icon img{
  width: 35px;
}

.sns_icon a[target="_blank"]::after{
  content: unset;
}

@media screen and (min-width: 0px) {
  section{
    margin-bottom: 50px;
    padding: 0em 1.5em;
    width: 100%;
  }

  .inner,
  .inner_large{
    max-width: 100%;
  }

  h2.top_tit {
    margin-bottom: 2.25rem;
    font-size: 1.75em;
  }

  .pc{
    display: none;
  }
  .sp{
    display: inline;
  }
}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1024px) {
  
  section{
    margin-bottom: 100px;
  }

  .inner{
    max-width: 1200px;
    width: 100%;
  }

  h2.top_tit {
    margin-bottom: 3rem;
    font-size: 2em;
  }    

  .pc{
    display: inline;
  }

  .sp{
    display: none;
  }

}

@media screen and (min-width: 1440px) {
  
  h2.top_tit {
    font-size: 2.25em;
  }

}

/*====================================
ロゴマーク アイコン
=====================================*/
.logo{
    font-size: 1.25em;
    font-weight: 500;
}

.logo h1,
.logo a,
.footer_area .logo img{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo img{
  width: auto;
  height: 100%;
}

.logo span{
  font-size: 0.75em;
  text-wrap: nowrap;
}

.mail_icon{
  mask-image: url(../img/icon/mail.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
}

.tel_icon{
  mask-image: url(../img/icon/tel.png);
  mask-repeat: no-repeat;
  mask-size: contain;
}

.talk_icon{
  mask-image: url(../img/icon/talk.png);
  mask-repeat: no-repeat;
  mask-size: contain;
}

@media screen and (min-width: 0px) {
  .logo h1,
  .logo a,
  .footer_area .logo img{
    height: 50px;
  }
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 1024px) {

}

/*====================================
電話リンク有効
=====================================*/
/* pcではタップ電話NG */
a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
}
  /* spではタップ電話OK */
  @media only screen and (max-width: 768px) {
    a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

/*====================================
breadcrumbs
=====================================*/
.breadcrumbs {
  margin: 1rem 0 2rem 0;
  font-weight: 500;
  display: inline-block;
}

.breadcrumbs span a:link,
.breadcrumbs span a:visited  {
  color: #757474;
  text-decoration: underline;
}

/*====================================
ページネーション
=====================================*/
.pager-archive .wp-pagenavi{
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  padding: 3px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

/*====================================
ページャー
=====================================*/
.pager {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pager-prev a, .pager-next a {
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: unset;
  font-weight: 500;
  font-size: 1.15em;
  letter-spacing: 1px;
  position: relative;
  gap: 0.75rem;
}

.pager-prev span.circlearrow{
  transform: scale(-1, 1);
}

.pager-prev a:hover, 
.pager-next a:hover{
  text-decoration: underline;
}

.pager-prev a:hover .circlearrow.arrow,
.pager-next a:hover .circlearrow.arrow {
  background-color: var(--blue);
}

.pager-prev a:hover .circlearrow.arrow::before,
.pager-next a:hover .circlearrow.arrow::before {
  background-color: var(--white);
}

.pager-prev a:hover .circlearrow.arrow::after,
.pager-next a:hover .circlearrow.arrow::after {
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
}

/*====================================
 reCAPTCHA
=====================================*/
.grecaptcha-badge { 
  visibility: hidden; 
}

/*====================================
本文へスキップ
=====================================*/
#blockskip a {
  padding: 10px 20px 15px 20px;
  display: block;
  position: absolute;
  left: -9999px;
  background-color: var(--border);
  font-size: 100%;
  font-weight: bold;
  text-decoration: underline;
  color: var(--black);
}

#blockskip .show{
	position: absolute; 
	left: 0;
	z-index: 1000;
  top: 10px;
  left: 10px;
}

.skip {
  position: absolute;
  left: -9999px;
}

/*====================================
  Youtube動画 レスポンシブ対応
=====================================*/
.editor iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

/*====================================
  ボタン 矢印のみ
=====================================*/
.arrow{
  width: 15px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: var(--transition);
}

.arrow::before{
  content: '';
  width: 14px;
  height: 2px;
  background-color: var(--blue);
  position: absolute;
  left: 0;
  transition: var(--transition);
}

.arrow::after{
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  transition: var(--transition);
}

.circlearrow.arrow{
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  height: 40px;
  border: solid 1px var(--blue);
  border-radius: 50%;
}

.circlearrow.arrow::before{
  left: 12px;
}

.circlearrow.arrow::after{
  right: 13px;
}

/*====================================
  カルーセル
=====================================*/
.splide__arrows {
  margin: 0 auto;
  display: flex;
}

.splide__arrow {
  border-radius: 50%;
}

.splide_circle__arrow {
  min-width: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 50%;
  border: solid 1px var(--blue);
  background-color: var(--white);
  position: relative;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  z-index: 2;
}

.splide__arrow--next .splide_circle__arrow::after,
.splide__arrow--prev .splide_circle__arrow::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
  transition: var(--transition);
  position: absolute;
}

.splide__arrow--next .splide_circle__arrow::after{
  transform: rotate(45deg);
  right: 20px;
}

.splide__arrow--prev .splide_circle__arrow::after {
  transform: rotate(225deg);
  left: 20px;
}

.splide_circle__arrow:hover {
  background-color: var(--blue);
}

.splide__arrow--next .splide_circle__arrow:hover::after,
.splide__arrow--prev .splide_circle__arrow:hover::after {
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
}

.splide__pagination__page {
  padding: 0;
  margin: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: var(--white);
  border: solid 1px var(--blue);
  box-shadow: var(--shadow);
  position: relative;
  transition: transform .2s linear;
  opacity: 0.9;
}

.splide__pagination__page.is-active {
  background: var(--blue);
  transform: unset;
}