@charset "UTF-8";
/*
theme Name: ベース
Description: 共通テンプレート
version： 1.0.0
*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
a,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  transition: 0.3s;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* =========================================== */
/* 定義 */
/* =========================================== */
/* =========================================== */
/* 共通設定 */
/* =========================================== */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 15px;
  color: #000000;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

.base {
  width: 100%;
  max-width: 1200px;
  padding: 0px 20px;
  margin: 0 auto;
  clear: both;
  position: relative;
}

.base-100 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  clear: both;
  position: relative;
}

.base-sub {
  width: 100%;
  max-width: 960px;
  padding: 0px 20px;
  margin: 0 auto;
  clear: both;
  position: relative;
}

p {
  line-height: 1.8;
}
@media (max-width: 768px) {
  p {
    line-height: 1.6;
  }
}

a {
  color: #333333;
}

img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

img[src$=".svg"] {
  width: 100%;
}

.wrp-block {
  margin: 120px 0;
  position: relative;
}
@media (max-width: 768px) {
  .wrp-block {
    margin: 60px 0;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

/* =========================================== */
/* 共通クラス */
/* =========================================== */
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.8;
}
#page_top:hover {
  background: #666666;
}
@media (max-width: 768px) {
  #page_top {
    display: none !important;
  }
}
#page_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f106";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.is-fixed {
  position: fixed !important;
  right: 0px !important;
  top: 100px !important;
}

.hover:hover {
  opacity: 0.7 !important;
  cursor: pointer;
}

.bgimg {
  background-position: center center;
  background-size: cover;
}

.pc {
  display: inline-block !important;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 768px) {
  .sp {
    display: inline-block !important;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}
@media (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.wrp-iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.wrp-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.no-scroll {
  overflow: hidden;
}

/* =========================================== */
/* テキストホバー */
/* =========================================== */
/* ライン */
.line-hover {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  padding: 0 0 5px 0;
}
.line-hover::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #333333;
  transition: 0.3s;
}
.line-hover:hover::after {
  width: 100%;
}

/* ライン(下から) */
.line-under {
  position: relative;
}
.line-under::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000000;
  bottom: 10px; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.line-under:hover::after {
  visibility: visible;
  bottom: 0px; /*アニメーションが止まる位置*/
  opacity: 1;
}

/* =========================================== */
/* フェードイン */
/* =========================================== */
.fadein-bottom {
  transform: translateY(10px);
}

.fadein-top {
  transform: translateY(-10px);
}

.fadein-right {
  transform: translateX(10px);
}

.fadein-left {
  transform: translateX(-10px);
}

.fadein-bottom {
  opacity: 0;
  transform: translateY(10px);
  transition: all 1s;
}

.fadein {
  opacity: 0;
  transition: all 1s;
}

.fadein.isPlay {
  opacity: 1;
  transform: translate(0);
}

/* =========================================== */
/* マスクアニメーション */
/* =========================================== */
.maskimg {
  overflow: hidden;
  position: relative;
}
.maskimg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ecf2f0;
  transition: 0.7s;
  z-index: 1;
}

.isPlay-left:before {
  transform: translate(100%, 0);
}

.isPlay-right:before {
  transform: translate(-100%, 0);
}

.isPlay-top:before {
  transform: translate(0, 100%);
}

.isPlay-bottom:before {
  transform: translate(0, -100%);
}

/* =========================================== */
/* パンクズ */
/* =========================================== */
.pan {
  padding: 15px 0 50px;
}
@media (max-width: 768px) {
  .pan {
    padding: 10px 0 10px;
  }
}
.pan ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  .pan ul {
    justify-content: flex-start;
  }
}
.pan ul li {
  font-size: 14px;
  line-height: 1.4;
  color: #595959;
}
@media (max-width: 768px) {
  .pan ul li {
    font-size: 12px;
  }
}
.pan ul li:last-child a:after {
  content: none;
}
.pan ul li a {
  color: #595959;
}
.pan ul li a:hover {
  opacity: 0.6;
}
.pan ul li a:after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  padding-left: 10px;
}

/* =========================================== */
/* ページャ       */
/* =========================================== */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 40px;
  position: relative;
  font-size: 13px;
}

.pagination span,
.pagination a {
  display: block;
  width: auto;
  margin: 4px;
  padding: 8px 13px;
  text-decoration: none;
  text-align: center;
  line-height: 16px;
  border: 1px solid #fff;
  mix-blend-mode: darken;
}
.pagination span i,
.pagination a i {
  font-size: 1.7em;
}

/* ページ番号 */
.pagination .pager {
  display: inline;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current {
  border: 1px solid #707070;
}

/* 前へ */
.pagination a.prev {
  margin-right: 16px;
}

/* 次へ */
.pagination a.next {
  margin-left: 16px;
}

/* 最初へ */
.pagination a.first {
  display: none;
}

/* 最後へ */
.pagination a.last {
  display: none;
}

/* Page x / y */
.pagination span.page_num {
  display: none;
}

/* ===============================================
    scroll
=============================================== */
@keyframes scroll-bar {
  0% {
    transform-origin: top left;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top left;
    transform: scaleY(1);
  }
  75% {
    transform-origin: bottom left;
    transform: scaleY(1);
  }
  95% {
    transform-origin: bottom left;
    transform: scaleY(0);
  }
  100% {
    transform-origin: top left;
    transform: scaleY(0);
  }
}
/* =============================================================================================== */
/* WPクラシックテキストエディター */
/* =============================================================================================== */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
}

.block-head12 {
  display: flex;
  justify-content: space-between;
}
.block-head12 .wrp-logo {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 0 0 20px;
}
@media (max-width: 768px) {
  .block-head12 .wrp-logo {
    gap: 10px;
    padding: 0 0 0 8px;
  }
}
.block-head12 .wrp-logo .logo {
  width: 112px;
}
@media (max-width: 768px) {
  .block-head12 .wrp-logo .logo {
    width: 90px;
  }
}
.block-head12 .wrp-logo .catch {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .block-head12 .wrp-logo .catch {
    font-size: 10px;
  }
}
.block-head12 .wrp-btn .btn {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 0px 30px;
  height: 63px;
  background-color: #ffe62e;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .block-head12 .wrp-btn .btn {
    gap: 7px;
    height: 55px;
    font-size: 13px;
    padding: 0px 10px;
  }
}
.block-head12 .wrp-btn .btn .icon {
  width: 34px;
}
@media (max-width: 768px) {
  .block-head12 .wrp-btn .btn .icon {
    width: 25px;
  }
}

.block-mv {
  position: relative;
}
.block-mv .catch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 35%;
}
@media (max-width: 425px) {
  .block-mv .catch {
    width: 70%;
  }
}

.block-news {
  background-color: #ffe62e;
  padding: 50px 0;
}
@media (max-width: 425px) {
  .block-news {
    padding: 35px 0;
  }
}
.block-news .catch {
  text-align: center;
  font-size: clamp(16px, 5.3vw, 42px);
  font-weight: 800;
}
.block-news .catch .br {
  display: none;
}
@media (max-width: 1024px) {
  .block-news .catch .br {
    display: block;
  }
}
.block-news .btm {
  display: flex;
  align-items: center;
  gap: 4%;
  padding: 30px 20px 0;
}
@media (max-width: 425px) {
  .block-news .btm {
    display: block;
    padding: 20px 0px 0;
  }
}
.block-news .btm .img {
  width: clamp(0px, 25%, 357px);
}
@media (max-width: 425px) {
  .block-news .btm .img {
    width: 50%;
    display: block;
    margin: auto;
  }
}
.block-news .btm .list {
  display: flex;
  gap: 2%;
}
@media (max-width: 425px) {
  .block-news .btm .list {
    padding: 5% 0 0;
  }
}

#slick08 .slick-slide {
  padding: 0 0.3%; /* チラ見せの余白を調整（centerPaddingと合わせて調整） */
  box-sizing: border-box;
}

.block-about .inner {
  display: flex;
  align-items: center;
  padding: 7% 0;
}
@media (max-width: 425px) {
  .block-about .inner {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.block-about .inner .txt {
  width: 75%;
  font-size: clamp(0px, 2.7vw, 35px);
  font-weight: 800;
  line-height: 2.2;
}
@media (max-width: 425px) {
  .block-about .inner .txt {
    width: 100%;
    font-size: 3.7vw;
  }
}
.block-about .inner .txt span {
  font-weight: 800;
  display: inline-block;
  position: relative;
}
.block-about .inner .txt span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1.2em;
  background-color: #ffe62e;
  z-index: -1;
}
.block-about .inner .wrp-img {
  width: 25%;
}
@media (max-width: 425px) {
  .block-about .inner .wrp-img {
    width: 100%;
  }
}

.block-point {
  background-color: #ff7c01;
  padding: 7% 0;
}
.block-point .tit-line {
  font-size: clamp(0px, 7vw, 75px);
  font-weight: 800;
  text-align: center;
  padding: 0 0 4%;
}
@media (max-width: 425px) {
  .block-point .tit-line {
    padding: 0 0 6%;
  }
}
.block-point .block-list-box06 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 425px) {
  .block-point .block-list-box06 {
    flex-wrap: wrap;
  }
}
.block-point .block-list-box06 li {
  width: 33.3333333333%;
  border-radius: 10px;
  padding: 2% 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 425px) {
  .block-point .block-list-box06 li {
    width: 100%;
    padding: 6% 6%;
  }
}
.block-point .block-list-box06 li .wrp-img {
  width: 60%;
  padding: 0 0 3%;
}
.block-point .block-list-box06 li .tit {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  display: block;
}
@media (max-width: 425px) {
  .block-point .block-list-box06 li .tit {
    font-size: 19px;
  }
}
.block-point .block-list-box06 li .txt {
  display: block;
  font-size: 17px;
  padding: 3% 0 0;
}
@media (max-width: 425px) {
  .block-point .block-list-box06 li .txt {
    font-size: 15px;
  }
}

.block-parallax {
  height: 300px;
  position: relative;
}
@media (max-width: 425px) {
  .block-parallax {
    height: 100px;
  }
}
.block-parallax .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 180%;
  z-index: -1;
  will-change: transform;
  transition: transform 0.05s linear;
}
@media (max-width: 425px) {
  .block-parallax .bg {
    height: 250%;
  }
}
.block-parallax .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.block-lead {
  background-color: #ffffff;
  padding: 5% 0 9%;
}
.block-lead .tit-lead {
  font-size: clamp(0px, 5.5vw, 65px);
  font-weight: 800;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 425px) {
  .block-lead .tit-lead {
    font-size: 7vw;
  }
}
.block-lead .tit-lead br {
  display: none;
}
@media (max-width: 425px) {
  .block-lead .tit-lead br {
    display: block;
  }
}
.block-lead .block-list-box02-b {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
  margin: 5% 0 0;
}
@media (max-width: 425px) {
  .block-lead .block-list-box02-b {
    gap: 10px;
    margin: 5% 0 0;
  }
}
.block-lead .block-list-box02-b .list-box {
  width: 100%;
  display: flex;
  gap: 4%;
  align-items: center;
  background-color: #ffe62e;
  border-radius: 5px;
  padding: 3%;
}
@media (max-width: 425px) {
  .block-lead .block-list-box02-b .list-box {
    width: 100%;
    padding: 5%;
    flex-direction: column;
    gap: 12px;
  }
}
.block-lead .block-list-box02-b .list-box .wrp-thum {
  overflow: hidden;
  display: block;
  width: 146px;
}
@media (max-width: 425px) {
  .block-lead .block-list-box02-b .list-box .wrp-thum {
    margin: auto;
    width: 100px;
  }
}
.block-lead .block-list-box02-b .list-box .wrp-thum img {
  border-radius: 8px;
}
.block-lead .block-list-box02-b .list-box .wrp-txt .tit {
  font-size: clamp(18px, 3.5vw, 43px);
  font-weight: 800;
  padding: 0 0 10px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .block-lead .block-list-box02-b .list-box .wrp-txt .tit br {
    display: none;
  }
}
@media (max-width: 425px) {
  .block-lead .block-list-box02-b .list-box .wrp-txt .tit {
    font-size: 18px;
    padding: 0 0 5px;
  }
}
.block-lead .block-list-box02-b .list-box .wrp-txt .txt {
  font-size: clamp(14px, 1.8vw, 22px);
  font-weight: 500;
  position: relative;
  display: flex;
}
@media (max-width: 425px) {
  .block-lead .block-list-box02-b .list-box .wrp-txt .txt {
    font-size: 15px;
  }
  .block-lead .block-list-box02-b .list-box .wrp-txt .txt br {
    display: none;
  }
}

.wrp-cta12 {
  padding: 8% 0;
  position: relative;
}
@media (max-width: 425px) {
  .wrp-cta12 {
    padding: 60px 0;
  }
}
.wrp-cta12 .bg {
  background: rgba(0, 0, 0, 0.39);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.wrp-cta12 .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.wrp-cta12 .bg-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.wrp-cta12 .block-cta12 {
  background-color: #ffffff;
  padding: 40px 50px;
  border-radius: 10px;
  position: relative;
  z-index: 3;
}
@media (max-width: 425px) {
  .wrp-cta12 .block-cta12 {
    padding: 20px 20px;
  }
}
.wrp-cta12 .block-cta12 .tit {
  position: relative;
  text-align: center;
}
.wrp-cta12 .block-cta12 .tit span {
  font-size: clamp(12px, 6vw, 75px);
  font-weight: 900;
  text-align: center;
  position: relative;
  z-index: 1;
}
.wrp-cta12 .block-cta12 .tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  height: 10px;
  background-color: #ffe62e;
  z-index: 0;
}
@media (max-width: 425px) {
  .wrp-cta12 .block-cta12 .tit::after {
    width: 100%;
    height: 6px;
  }
}
.wrp-cta12 .block-cta12 .txt {
  font-size: clamp(12px, 2.1vw, 24px);
  font-weight: 500;
  text-align: center;
  line-height: 2;
  padding: 4% 0;
}
@media (max-width: 425px) {
  .wrp-cta12 .block-cta12 .txt br {
    display: none;
  }
}
.wrp-cta12 .block-cta12 .entry {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 755px;
  padding: 25px 0;
  margin: auto;
  gap: 20px;
  border-radius: 10px;
  border: 3px solid #000;
  background: #ffe62e;
  box-shadow: 4px 4px 0 0 #000;
}
.wrp-cta12 .block-cta12 .entry:hover {
  background: #ff7c01;
}
@media (max-width: 425px) {
  .wrp-cta12 .block-cta12 .entry {
    padding: 5% 0;
    border: 2px solid #000;
    box-shadow: 2px 2px 0 0 #000;
    gap: 10px;
  }
}
.wrp-cta12 .block-cta12 .entry .txt-btn {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(12px, 4.5vw, 50px);
  font-style: normal;
  font-weight: 900;
}
@media (max-width: 425px) {
  .wrp-cta12 .block-cta12 .entry .txt-btn {
    font-size: 5.4vw;
  }
}
.wrp-cta12 .block-cta12 .entry .icon {
  width: 63px;
}
@media (max-width: 425px) {
  .wrp-cta12 .block-cta12 .entry .icon {
    width: 12%;
  }
}

.block-footer06 {
  padding: 4.5% 0;
}
@media (max-width: 425px) {
  .block-footer06 {
    padding: 40px 0;
  }
}
.block-footer06 .inner-footer06 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 425px) {
  .block-footer06 .inner-footer06 {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.block-footer06 .inner-footer06 .logo {
  width: 149px;
}
@media (max-width: 425px) {
  .block-footer06 .inner-footer06 .logo {
    margin: 0 auto;
  }
}
.block-footer06 .inner-footer06 .logo:hover {
  opacity: 0.8;
}
.block-footer06 .inner-footer06 .info {
  width: 45%;
}
@media (max-width: 425px) {
  .block-footer06 .inner-footer06 .info {
    width: 100%;
  }
}
.block-footer06 .inner-footer06 .info .txt {
  font-size: 14px;
  line-height: 1.8;
  padding: 30px 0 0;
}
@media (max-width: 425px) {
  .block-footer06 .inner-footer06 .info .txt {
    text-align: center;
  }
}
.block-footer06 .inner-footer06 .info .copy {
  font-size: 13px;
  color: #575859;
  padding: 30px 0 0;
}
@media (max-width: 425px) {
  .block-footer06 .inner-footer06 .info .copy {
    text-align: center;
  }
}
.block-footer06 .inner-footer06 .navi {
  width: 50%;
}
@media (max-width: 425px) {
  .block-footer06 .inner-footer06 .navi {
    width: 100%;
  }
}
.block-footer06 .inner-footer06 .navi .tit {
  display: flex;
  align-items: center;
}
.block-footer06 .inner-footer06 .navi .tit img {
  width: 42px;
  position: relative;
  z-index: 2;
}
.block-footer06 .inner-footer06 .navi .tit .txt {
  display: block;
  background-color: #000;
  color: #ffffff;
  font-weight: 500;
  line-height: 30px;
  padding: 0 30px 0 30px;
  border-radius: 0 16px 16px 0;
  margin: 0 0 0 -20px;
  position: relative;
  z-index: 1;
}
.block-footer06 .inner-footer06 .navi .txt-box {
  padding: 20px 0 0;
}
.block-footer06 .inner-footer06 .navi .txt-box span {
  font-weight: 600;
}/*# sourceMappingURL=style.css.map */