@charset "UTF-8";
/* ■■■■■■■■■■■ */
/* mixin-variable mixin・変数 */
/* ■■■■■■■■■■■ */
/*-----------------変数------------------*/
/*メディアクエリ*/
/*---------------カラー----------------*/
.main-grad-c1 {
  background: linear-gradient(90deg, #6EF8FF 0%, #C7FFCD 30%, #F7FF57 100%);
}
.main-grad-mobile {
  background: linear-gradient(90deg, #E5EFFF 0%, #F6F4FF 17%, #DEF1FF 52%, #ABD4FF 100%);
}
.main-grad-fit {
  background: linear-gradient(90deg, #FFFA62 0%, #FFEE6F 17%, #FFC760 52%, #FFAF3F 100%);
}
.main-grad-food {
  background: linear-gradient(90deg, #fdfbd6 0%, #fffffd 17%, #fffeed 52%, #d5d6b5 100%);
}
/*画像ズーム*/
/* ■■■■■■■■■■■ */
/* Foudation基本設定 */
/* ■■■■■■■■■■■ */
html {
  overflow: auto;
}
html {
  scroll-behavior: smooth;
}
body {
  word-wrap: break-word;
  /* 単語の途中でも改行 */
  position: relative;
  min-height: 100vh;
  height: auto;
  width: 100%;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  box-sizing: border-box;
  background-color: #ffffff;
}
@media (min-width: 769px) {
  body {
    line-height: 160%;
  }
}
@media (max-width: 768px) {
  body {
    line-height: 200%;
  }
}
* {
  box-sizing: border-box;
}
/*----------リンク関連----------*/
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%;
}
figure {
  line-height: 0;
}
a {
  text-decoration: none !important;
}
a:hover {
  cursor: pointer;
}
@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: 180%;
  }
}
@media (max-width: 768px) {
  p, li, h2, h3, h4, h5, h6 {
    font-size: 14px;
    line-height: 200%;
  }
}
li {
  font-size: 16px;
  list-style-type: none;
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}
/* ■■■■■■■■■■■ */
/* Layout.scss */
/* ■■■■■■■■■■■ */
@media (min-width: 769px) {
  header.scrolled {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  header.scrolled li, header.scrolled li a {
    color: #444444;
  }
  header.scrolled .ico-fit .menu-item::before, header.scrolled .ico-mobile .menu-item::before, header.scrolled .ico-food .menu-item::before {
    filter: brightness(0.3);
  }
}
header {
  background-color: transparent;
  position: fixed;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 100;
}
@media (max-width: 768px) {
  header {
    position: absolute;
  }
}
@media (min-width: 769px) {
  header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  header {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
header nav {
  display: inline-block;
}
header li {
  display: inline-block;
}
.scrolled .hide h1 {
  display: none;
}
.hide2 h1 {
  display: none;
}
.scrolled .hide2 h1 {
  display: inline-block;
}
.nav-wrp {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  h1 {
    max-width: 150px;
    width: 12vw;
  }
}
@media (max-width: 768px) {
  h1 {
    width: 35vw;
  }
}
.entory {
  padding: 8px 28px 8px 8px;
  background: linear-gradient(45deg, #00318e 10%, #0052b6 70%, #005cf4 100%);
}
.scrolled .entory {
  color: #ffffff;
}
.sub-mv {
  position: relative;
}
.sub-mv img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .sub-mv img {
    height: 400px;
  }
}
.sub-mv .title {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 32%;
  left: 8%;
  font-size: clamp(24px, 7vw, 40px);
  font-weight: bold;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(108, 108, 108, 0.3);
  letter-spacing: 2px;
}
.sub-mv .title::after {
  content: "";
  margin-left: 8px;
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #ffffff;
}
.sub-mv300 {
  position: relative;
}
.sub-mv300 img {
  height: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .sub-mv300 img {
    object-position: -240px 0px;
    height: 250px;
  }
}
.sub-mv300 .title {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 32%;
  left: 8%;
  font-size: clamp(24px, 7vw, 40px);
  font-weight: bold;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(108, 108, 108, 0.3);
  letter-spacing: 1px;
}
.sub-mv300 .title::after {
  content: "";
  margin-left: 8px;
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #ffffff;
}
.vwide {
  height: 100vh;
  overflow: hidden;
  margin-top: -1px;
}
.vwide video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.vwide p {
  position: absolute;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 2px 2px 4px rgba(50, 50, 50, 0.4);
  left: 3%;
  bottom: 15%;
  line-height: 140%;
}
@media (min-width: 769px) {
  .vwide p {
    font-size: clamp(50px, 7vw, 58px);
  }
}
@media (max-width: 768px) {
  .vwide p {
    font-size: 7vw;
    left: 1%;
    bottom: 30%;
  }
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-top: 8px;
}
.breadcrumb li, .breadcrumb li a {
  font-size: 13px;
}
@media (max-width: 768px) {
  .breadcrumb li, .breadcrumb li a {
    font-size: 11px;
  }
}
.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 0.6em;
  /* 記号の左右の余白 */
  color: #444444;
  /* 記号の色 */
}
footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #12D4D4;
  width: 100%;
  /*@include pc{position:absolute;
		bottom:0;};*/
}
footer p {
  color: #ffffff;
  font-size: 14px;
  width: fit-content;
  margin: 0 auto 24px auto;
}
@media (max-width: 768px) {
  footer p {
    font-size: 12px;
  }
}
footer span {
  font-size: 12px;
  letter-spacing: 2px;
}
footer .footer-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  footer .footer-list {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  footer .footer-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  footer .footer-list .ttl {
    width: 50%;
    margin-bottom: 32px;
  }
}
footer .footer-list .ttl span {
  font-size: 16px;
}
@media (max-width: 768px) {
  footer .footer-list .ttl span {
    font-size: 13px;
  }
}
footer .footer-list li {
  margin-bottom: 4px;
}
footer .footer-list li a {
  color: #ffffff;
  font-size: 14px;
}
@media (max-width: 768px) {
  footer .footer-list li a {
    font-size: 12px;
  }
}
footer .footer-bottom {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 40px;
}
footer .footer-bottom p {
  margin: 0;
}
footer .logolist {
  display: flex;
  justify-content: center;
  gap: 3em;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  footer .logolist img {
    height: 2.8vw;
    width: 100%;
  }
}
@media (max-width: 768px) {
  footer .logolist img {
    width: 30vw;
  }
}
footer img {
  width: 200px;
  margin: 0 auto 24px auto;
  display: block;
}
.ico-fit .menu-item::before, .ico-mobile .menu-item::before, .ico-food .menu-item::before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(5px);
  margin-right: 2px;
}
.ico-fit .menu-item::before {
  background-image: url(../../../uploads/ico-menu-fit.png);
}
.ico-mobile .menu-item::before {
  background-image: url(../../../uploads/ico-menu-mobile.png);
}
.ico-food .menu-item::before {
  background-image: url(../../../uploads/ico-menu-food.png);
}
.post-wrp a {
  display: table;
}
.content-pd {
  padding-left: 8%;
  padding-right: 8%;
}
.content-width {
  margin: 0 auto;
  width: 84%;
}
@media (min-width: 769px) {
  .content-width {
    max-width: 1080px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .content-width {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .content-top-pd {
    padding-top: 120px;
  }
}
@media (max-width: 768px) {
  .content-top-pd {
    padding-top: 60px;
  }
}
@media (min-width: 769px) {
  .content-bottom-pd {
    padding-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .content-bottom-pd {
    padding-bottom: 60px;
  }
}
@media (min-width: 769px) {
  .content-top-pdpc {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .content-top-pdsp {
    padding-top: 40px;
  }
}
.content-basic-pd {
  padding: 80px;
}
@media (max-width: 768px) {
  .sp-head-box {
    height: 100vw;
    display: flex;
    align-items: center;
  }
}
.menu-wrp {
  padding: 12px 0px;
  z-index: 100;
  position: relative;
  margin: 0 auto;
}
.menu-wrp li {
  padding: 8px 0px 8px 4px;
}
.aco-border {
  border-bottom: 1px #fff solid;
  border-top: 1px #fff solid;
  width: 84%;
}
@media (min-width: 769px) {
  .aco-menu-pc {
    position: absolute;
    right: 8%;
  }
}
.aco-menu-pc li {
  margin: 0 0 0 1em;
  position: relative;
  font-size: 12px;
  color: #ffffff;
}
.aco-menu-pc li a {
  text-decoration: none;
  color: #ffffff;
}
.aco-menu-pc .menu-item {
  margin-right: 20px;
}
.aco-menu-pc .menu-item::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  margin-top: -6px;
  transition: 0.5s;
  margin: -6px 8px;
}
.aco-menu-pc li:hover > .menu-item::after {
  transform: rotate(315deg);
  margin-top: 0;
}
.aco-menu-pc .sub-menu {
  position: absolute;
  margin-top: 0px !important;
  padding-top: 10px;
  width: 240px;
  left: 50%;
  margin-left: -120px;
}
.aco-menu-pc .sub-menu li {
  border-left: none;
  display: block;
  background-color: #797979;
  margin-top: 1px;
}
.aco-menu-pc .sub-menu li:hover {
  background: #cccccc;
  transition: 0.5s;
}
.aco-menu-pc .sub-menu li a {
  color: #ffffff;
  display: block;
  padding: 20px;
}
header.scrolled .menu-item::after {
  border-top-color: #444444;
  border-right-color: #444444;
}
header.scrolled .entory::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}
.sp-nav-hamburger {
  mix-blend-mode: difference;
  position: fixed;
  margin-left: 85%;
  z-index: 110;
  top: 0%;
  right: 8%;
}
@media (min-width: 769px) {
  .sp-nav-hamburger {
    top: 0.7%;
    right: 3%;
  }
}
.sp-nav-hamburger button {
  margin-top: 10px;
  display: block;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: none;
  position: relative;
  outline: none;
}
.sp-nav-hamburger button span {
  transition: 0.3s;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
}
.sp-nav-hamburger button span.top {
  transform: translateY(-6px);
}
.sp-nav-hamburger button span.bottom {
  transform: translateY(6px);
}
.sp-nav-hamburger.active span.top {
  top: 30px;
  right: 8%;
  transform: translateY(-6px) rotate(45deg);
  width: 20px;
}
.sp-nav-hamburger.active span.middle {
  opacity: 0;
}
.sp-nav-hamburger.active span.bottom {
  top: 18px;
  right: 8%;
  transform: translateY(6px) rotate(-45deg);
  width: 20px;
}
#sp__bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #12D4D4;
  text-align: center;
  z-index: 105;
}
@media (min-width: 769px) {
  #sp__bg {
    display: none;
  }
}
@media (min-width: 769px) {
  #sp__bg .menu-wrp {
    width: 60%;
  }
}
.aco-menu-sp {
  position: relative;
  top: 14%;
}
.aco-menu-sp li {
  margin: 16px 0px;
  padding: 0px;
  list-style-type: none;
}
.aco-menu-sp a {
  text-decoration: none;
  color: #ffffff;
}
.aco-menu-sp a:hover {
  color: #ffffff;
}
.aco-menu-sp .menu-item {
  display: block;
  position: relative;
}
.aco-menu-sp .menu-item {
  color: #ffffff;
}
.aco-menu-sp .menu-item::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20%;
  margin-top: -6px;
  transition: 0.5s;
}
.aco-menu-sp .menu-wrp .open::after {
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  margin-top: -3px;
}
.aco-menu-sp .menu-wrp .mmenu-item:hover, .aco-menu-sp .menu-wrp .open {
  background-color: #11b2b2;
  color: #FFF;
}
.aco-menu-sp .menu-wrp .menu-item:hover::after, .aco-menu-sp .menu-wrp .open::after {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
.aco-menu-sp .sub-menu li {
  margin: 0;
}
.aco-menu-sp .sub-menu li a {
  padding-top: 10px;
  color: #666666;
  padding-bottom: 10px;
  background-color: #ffffff;
  display: block;
  position: relative;
  border-top: 1px solid #dffdff;
  line-height: 110%;
}
.aco-menu-sp .sub-menu li a:hover {
  background-color: #f2f2f2;
}
/*SPメニュー開閉のアニメーーション*/
.aco-menu-sp li {
  overflow: hidden;
  border-left: none;
}
.aco-menu-sp.open li a, .aco-menu-sp.open .menu-item {
  transform: translate(0%, 0%);
}
.aco-menu-sp li a, .aco-menu-sp .menu-item {
  transform: translate(0%, 100%);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-delay: 600ms;
  display: block;
}
.page-privacy dt {
  background-color: #000000;
  padding: 12px 24px;
  color: #ffffff;
  margin-bottom: 16px;
}
.page-privacy dl {
  margin-bottom: 48px;
}
.post .cate {
  display: inline-block;
  margin-right: 8px;
}
.post .cate ul {
  padding-bottom: 0;
}
.post .cate ul li::before {
  content: "";
}
.post .cate a {
  text-decoration: none;
  font-size: 12px;
  color: #333;
  padding: 2px 8px;
  border: 0.25px solid #ccc;
}
.post .date {
  font-size: 12px;
  display: inline-block;
}
.post .title {
  font-size: 32px;
  line-height: 140%;
}
@media (min-width: 769px) {
  .post .title {
    padding: 24px 0px 64px 0px;
  }
}
@media (max-width: 768px) {
  .post .title {
    padding: 8px 0px 0px 0px;
  }
}
.post .title-border {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 64px;
}
.post .thumbneil-box {
  max-width: 480px;
  margin: 0px auto 80px auto;
}
.post h2 {
  margin-top: 48px;
  padding-top: 48px;
  font-size: 32px;
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 2px solid #333;
}
.post h3 {
  font-size: 24px;
  text-align: left;
  margin-bottom: 16px;
}
.post h4 {
  font-size: 20px;
  margin-bottom: 16px;
}
.post .head {
  font-weight: bold;
  margin-bottom: 48px;
}
@media (min-width: 769px) {
  .post .head {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .post .head {
    font-size: 26px;
  }
}
.post .head::after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  background-color: #333333;
  margin-top: 24px;
}
.post p {
  margin-bottom: 48px;
}
.post ul, .post ol {
  padding-bottom: 12px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.post ul {
  padding-inline-start: 0px;
  padding-left: 1.8em;
}
.post ul li, .post ol li {
  line-height: 32px;
  padding-bottom: 28px;
  margin-bottom: 0px;
}
@media (min-width: 769px) {
  .post ul li, .post ol li {
    line-height: 24px;
    padding-bottom: 16px;
  }
}
.post ul li {
  list-style-type: none;
  text-indent: -1.8em;
}
.post ul li::before {
  content: "・";
  margin-right: 14px;
}
.post ol {
  padding-inline-start: 1.8em;
}
.post .has-cyan-bluish-gray-background-color {
  background: #fafafc !important;
  margin-bottom: 80px;
}
@media (min-width: 769px) {
  .post .has-cyan-bluish-gray-background-color {
    padding: 48px;
  }
}
@media (max-width: 768px) {
  .post .has-cyan-bluish-gray-background-color {
    padding: 32px 24px;
  }
}
.post .has-cyan-bluish-gray-background-color p:last-child, .post .has-cyan-bluish-gray-background-color a:last-child {
  margin-bottom: 0px;
}
.post .wp-block-quote {
  border: none;
  border-left: 5px solid #bababa;
  background-color: #ffffff;
  position: relative;
  font-size: 16px;
  margin-bottom: 80px;
  padding: 24px;
}
.post .wp-block-quote p {
  margin-bottom: 0px;
}
.post .prev-next-wrp {
  display: flex;
  line-height: 0px;
  margin: 0 auto;
  justify-content: space-between;
  gap: 2em;
}
@media (min-width: 769px) {
  .post .prev-next-wrp {
    width: 800px;
  }
}
@media (max-width: 768px) {
  .post .prev-next-wrp {
    width: 100%;
    flex-wrap: wrap;
  }
}
.post .prev-next-wrp .prev, .post .prev-next-wrp .next {
  display: flex;
  border: 1px solid #cccccc;
}
@media (min-width: 769px) {
  .post .prev-next-wrp .prev, .post .prev-next-wrp .next {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .post .prev-next-wrp .prev, .post .prev-next-wrp .next {
    width: 100%;
  }
}
.post .prev-next-wrp .prev p, .post .prev-next-wrp .next p {
  margin-bottom: 0px;
  height: 100%;
}
.post .prev-next-wrp .l-cont a {
  color: #333333;
  text-align: center;
}
.post .prev-next-wrp .r-cont a {
  color: #333333;
  padding: 24px 16px;
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 160%;
}
.post .prev-next-wrp .l-cont, .post .prev-next-wrp .r-cont {
  width: 50%;
  overflow: hidden;
}
.post .prev-next-wrp img {
  object-fit: cover;
  height: 100%;
}
/*--------------------------------------アーカイブページ--------------------------------------*/
@media (min-width: 769px) {
  .page-archive h2 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .page-archive h2 {
    font-size: 34px;
  }
}
.page-archive li {
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.page-archive li .date {
  display: block;
  margin-bottom: 8px;
}
/*--------------------------------------ニュースタブページ--------------------------------------*/
/*--------------------------------------コンタクトフォーム--------------------------------------*/
label {
  margin-bottom: 32px;
  display: block;
}
input {
  border-radius: 0;
  border: solid 1px #cfcfcf;
  height: 40px;
}
.wpcf7 p {
  font-size: 14px;
}
.wpcf7-radio {
  display: flex;
}
@media (min-width: 769px) {
  .wpcf7-radio {
    gap: 1em;
  }
}
@media (max-width: 768px) {
  .wpcf7-radio {
    flex-wrap: wrap;
    gap: 0.5em;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .wpcf7-radio label {
    margin-bottom: 0px;
  }
}
.wpcf7-radio label {
  display: flex;
  align-items: center;
}
.wpcf7-radio label span {
  margin-left: 4px;
  line-height: 150%;
}
.wpcf7-radio label input {
  width: fit-content;
  height: 20px;
}
.wpcf7-list-item {
  display: flex;
}
.wpcf7 .item, .hissu {
  display: inline-block;
  margin-bottom: 12px;
}
.wpcf7 .hissu {
  margin-left: 12px;
  font-size: 12px;
  color: #ffffff;
  padding: 3px 6px;
  background-color: #c02b2b;
  line-height: 100%;
  margin-right: 12px;
  width: 36px;
}
@media (max-width: 768px) {
  .wpcf7 .hissu {
    margin-left: 4px;
  }
}
.flex-form p {
  align-items: center;
  margin-bottom: 24px;
}
::placeholder {
  color: #BABABA !important;
}
.form-flx {
  display: flex;
  gap: 1em;
}
@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%;
}
input, textarea {
  width: 100%;
}
::placeholder {
  color: #BABABA !important;
}
.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: "";
}
.rireki {
  border: none;
}
.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;
}
.wpcf7-previous {
  background: no-repeat;
  border: none;
  color: #9b9b9b;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 16px;
}
.contact-select {
  width: 70%;
  height: 34px;
  padding: 4px 12px;
  border-radius: 4px;
  border-color: #cccccc;
  background-color: #f2f2f2;
}
.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;
}
.contact-select {
  width: 30%;
  padding: 4px;
}
@media (max-width: 768px) {
  .contact-select {
    width: 100%;
  }
}
.sec-news .content {
  padding-bottom: 16px;
  align-items: center;
  margin-bottom: 24px;
  border-bottom: dashed 1px #cccccc;
  padding-bottom: 16px;
}
@media (min-width: 769px) {
  .sec-news .content {
    display: flex;
  }
}
.sec-news .content .cate {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  color: #333;
  padding: 4px 8px 4px 8px;
  border: 0.25px solid #ccc;
  margin-right: 16px;
  line-height: 100%;
}
.sec-news .content .date {
  font-size: 12px;
  display: inline-block;
  margin-right: 12px;
}
.sec-news .content .title {
  font-size: 32px;
}
@media (min-width: 769px) {
  .sec-news .content .title {
    padding: 24px 0px 64px 0px;
  }
}
@media (max-width: 768px) {
  .sec-news .content .title {
    padding: 8px 0px 0px 0px;
  }
}
@media (max-width: 768px) {
  .sec-news .content a {
    display: block;
  }
}
.sec-news .c-btn-02 {
  margin-top: 60px;
}
h2 {
  font-weight: normal;
  width: fit-content;
  line-height: 160%;
  position: relative;
  margin: 0 auto 0px auto;
  font-weight: 600;
}
@media (min-width: 769px) {
  h2 {
    font-size: 44px;
    padding: 0px 80px;
    line-height: 140%;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 23px;
    padding: 0px 29px;
  }
}
h2::before, h2::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 769px) {
  h2::before, h2::after {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  h2::before, h2::after {
    width: 24px;
    height: 24px;
  }
}
h2::before {
  background-image: url(../../../uploads/h2-before.png);
  left: 0px;
}
h2::after {
  background-image: url(../../../uploads/h2-after.png);
  right: 0px;
}
h2.white-h2::before, h2.white-h2::after {
  filter: invert(1) brightness(2);
}
h3 {
  width: fit-content;
  margin-bottom: 24px;
  font-weight: normal;
  line-height: 160%;
}
@media (min-width: 769px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}
p {
  margin-bottom: 24px;
}
.bg-white-c {
  background-color: #ffffff;
}
.bg-lightgray-c {
  background-color: #F4F6F8;
}
.bg-main-c {
  background-color: #12D4D4;
}
.txt-main-c {
  color: #12D4D4;
}
.txt-white-c {
  color: #ffffff;
}
.page-mobile footer, .page-mobile .bg-main-c, .page-mobile .c-1c01 .wrp .r-cont::after {
  background-color: #5383F3;
}
.page-mobile .c-1c01 .wrp h3 {
  border-left-color: #5383F3;
}
.page-mobile .txt-main-c {
  color: #5383F3;
}
.page-mobile .btn-main::before, .page-mobile .sec-bottom .btn::before {
  filter: hue-rotate(72deg) saturate(7);
}
.page-mobile .active {
  opacity: 0.3;
}
.page-fit footer, .page-fit .bg-main-c, .page-fit .c-1c01 .wrp .r-cont::after, .page-fit .tab-wrp .active {
  background-color: #E7782F;
}
.page-fit .c-1c01 .wrp h3 {
  border-left-color: #E7782F;
}
.page-fit .txt-main-c {
  color: #E7782F;
}
.page-fit .btn-main::before, .page-fit .sec-bottom .btn::before {
  filter: hue-rotate(230deg) saturate(7);
}
.page-food footer, .page-food .bg-main-c, .page-food .c-1c01 .wrp .r-cont::after, .page-food .tab-wrp .active {
  background-color: #a60000;
}
.page-food .c-1c01 .wrp h3 {
  border-left-color: #a60000;
}
.page-food .txt-main-c {
  color: #a60000;
}
.page-food .btn-main::before, .page-food .sec-bottom .btn::before {
  filter: hue-rotate(190deg) saturate(10) brightness(0.7);
}
.tab-wrp .active p {
  color: #ffffff;
}
.c-btn-01:hover, .c-btn-02:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}
.c-btn-01 {
  background-color: #666666;
  border-radius: 100px;
  margin-left: auto;
  text-align: center;
}
.c-btn-01 a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  padding: 4px 24px;
}
.c-btn-02 {
  background-color: #888888;
  border-radius: 100px;
  width: 230px;
  text-align: center;
}
.c-btn-02 a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  padding: 12px 24px;
}
.btn-home {
  background-color: #333333;
  border-radius: 100px;
  margin: 40px auto 0 auto;
}
@media (min-width: 769px) {
  .btn-home {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .btn-home {
    width: 160px;
  }
}
.btn-home a {
  display: block;
  color: #ffffff;
  font-size: 14px;
}
@media (min-width: 769px) {
  .btn-home a {
    padding: 8px 24px;
  }
}
@media (max-width: 768px) {
  .btn-home a {
    padding: 4px 24px;
  }
}
.btn-link a {
  color: #ffffff;
  padding: 12px 24px;
  display: block;
  background: linear-gradient(135deg, #2abcff 0%, #0077ff 30%, #00d8fb 100%);
  width: 230px;
  border-radius: 3px;
  box-shadow: 2px 5px 9px #d4e0e8;
}
/* ■■■■■■■■■■■ */
/* Compornent.scss */
/* ■■■■■■■■■■■ */
/*---------------タブ---------------*/
.tab-wrp {
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .tab-wrp {
    flex-wrap: wrap;
  }
}
.tab-wrp div {
  width: 50%;
  border-bottom: 1px solid #000000;
  box-sizing: border-box;
  transition: 0.3s;
  font-size: 24px;
  font-weight: bolder;
  position: relative;
}
@media (max-width: 768px) {
  .tab-wrp div {
    width: 33%;
  }
}
.page-mobile .tab-wrp div img {
  height: 40px;
  width: auto;
  margin: auto;
  display: block;
  padding: 24px 0px;
  box-sizing: content-box;
}
@media (max-width: 768px) {
  .page-mobile .tab-wrp div img {
    height: 20px;
  }
}
.page-mobile .tab-wrp div:hover {
  opacity: 0.3;
  background: none;
}
.tab-wrp div:hover {
  background-color: #cccccc;
}
/*
.tab-wrp div.active {
	border-bottom: 5px solid #000000;}
*/
.tab-wrp div p {
  font-weight: normal;
  padding: 20px;
  margin-bottom: 0px !important;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 768px) {
  .tab-wrp div p {
    font-size: 16px;
  }
}
.tabarea {
  position: relative;
}
.tab-wrp div p:hover {
  cursor: pointer;
}
.tabarea section {
  display: none;
}
.tabarea section.show {
  display: block;
}
/*タブバーの移動のアニメーション
.tab-wrp{}

.tab-wrp::after{
	@include pc{
	content: "";
	display:inline-block;
	width:33.3%;
	height:5px;
	position:absolute;
	background-color:#000000;
	z-index:2;
	bottom: 0;
	left:0;};


}


.tab-wrp .active{
    background: $main-c;
   p{ color: #ffffff;
    transition: .5s;
}
}

.tab-wrp .active::after{
	@include sp{
	content: "";
	display:inline-block;
	width:100%;
	height:5px;
	position:absolute;
	background-color:#000000;
	z-index:2;
	bottom: 0;
	left:0;};


}




.tab-wrp.navIdx-0::after , .tab-wrp.navIdx-1::after , .tab-wrp.navIdx-2::after{
	@include pc{
		transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		-webkit-transition: all .3s ease-in;
		-moz-transition: all .3s ease-in;};
}

.tab-wrp.navIdx-0::after{@include pc{left:0;};}
.tab-wrp.navIdx-1::after{@include pc{left:33.33%;};}
.tab-wrp.navIdx-2::after{@include pc{left:66.66%;};}



*/
/*ニュースページもっと見るアコーディオン実装*/
.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;
}
/*ニュースページ関連ここまで*/
/*---------------パネルアコーディオン---------------*/
.content-panel {
  position: relative;
  padding-top: 46px;
  padding-bottom: 46px;
  border-top: 1px solid #BABABA;
  cursor: default;
}
@media screen and (min-width: 768px) {
  .content-panel {
    display: flex;
    padding-top: 51px;
    padding-bottom: 51px;
    cursor: pointer;
  }
}
.content-panel::before, .content-panel::after {
  content: "";
  position: absolute;
  top: 66px;
  right: 0;
  width: 19px;
  height: 0px;
  border-top: 1px solid #000;
}
.content-panel::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.content-panel.is-active::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 0;
}
.content-panel__head {
  margin: 0;
  text-align: left;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  line-height: 44px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .content-panel__head {
    width: 120px;
    line-height: 1;
  }
}
.content-panel__body {
  width: 100%;
  max-width: 744px;
}
.post-accordion {
  margin: 0;
  /* デフォルト打ち消し */
  width: 100%;
}
@media screen and (min-width: 768px) {
  .post-accordion {
    display: flex;
    justify-content: space-between;
  }
}
.post-accordion:not(:first-child) {
  margin-top: 24px;
}
.post-accordion__head, .post-accordion__body {
  margin: 0;
  /* デフォルト打ち消し */
  border: none;
  /* デフォルト打ち消し */
}
.post-accordion__head {
  padding: 0;
  /* デフォルト打ち消し */
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  /* 本文と文字位置を揃える */
}
.post-accordion__body {
  padding: 0;
  /* デフォルト打ち消し */
  width: 100%;
  max-width: 680px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
}
/* ■■■■■■■■■■■ */
/* Animation.scssアニメーション調整 */
/* ■■■■■■■■■■■ */
.loadfade {
  animation-name: loadfad;
  animation-duration: 2s;
  animation-iteration-count: 1;
}
@keyframes loadfad {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*--------------------アニメーション調整--------------------*/
.fadein {
  opacity: 0;
  transform: translateY(80px);
  transition: all 1s;
}
.fadein-y {
  opacity: 0;
  transform: translateX(80px);
  transition: all 1s;
}
.fadein-y-l {
  opacity: 0;
  transform: translateX(-80px);
  transition: all 1s;
}
.fadin {
  animation-name: fad;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
@keyframes fad {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadin2 {
  animation-name: fad2;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
@keyframes fad2 {
  from {
    opacity: 0;
    transform: translateY(30px) translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateY(0px);
  }
}
.fade-lag {
  opacity: 0;
  animation: fad-lag 1.5s ease forwards;
}
@keyframes fad-lag {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*以下遅延の指定*/
.lag01 {
  animation-delay: 0.2s;
}
.lag02 {
  animation-delay: 0.4s;
}
.lag03 {
  animation-delay: 0.6s;
}
.lag04 {
  animation-delay: 0.8s;
}
.lag05 {
  animation-delay: 1s;
}
.lag06 {
  animation-delay: 1.2s;
}
/*以下遅延の指定*/
.a-delay-3s {
  animation-delay: 3s;
}
.jj {
  opacity: 0;
}
.jj.active {
  opacity: 1;
  transition: all 1s;
}
.a-fader-jojo, .a-fader-jojo-l, .fader-full, .fader-l-full {
  opacity: 0;
}
.migikara, .migikara-full {
  overflow: hidden;
  position: relative;
  opacity: 1 !important;
}
.migikara:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  pointer-events: none;
  animation: migikara 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes migikara {
  100% {
    transform: translateX(-100%);
  }
}
.hidarikara, .hidarikara-full {
  overflow: hidden;
  position: relative;
  opacity: 1 !important;
}
.hidarikara:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  pointer-events: none;
  animation: hidarikara 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes hidarikara {
  100% {
    transform: translateX(100%);
  }
}
.jojo-delay1s:before {
  animation-delay: 1s;
}
.jojo-delay15s:before {
  animation-delay: 1.5s;
}
.jojo-delay2s:before {
  animation-delay: 2s;
}
.jojo-delay3s:before {
  animation-delay: 3s;
}
.jojo-delay4s:before {
  animation-delay: 4s;
}
.jojo-delay5s:before {
  animation-delay: 5s;
}
.slide-animation {
  animation: fadezoom 8s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.home .row-wrp1 img, .home .row-wrp2 img, .home .row-wrp1 p, .home .row-wrp2 p, .home .row-wrp2 .inline p, .page-infog .row-wrp1 img, .page-infog .row-wrp2 img, .page-infog .row-wrp1 p, .page-infog .row-wrp2 p, .page-infog .row-wrp2 .inline p {
  vertical-align: middle;
  transform: scale(0);
}
.home .row-wrp1.js-on img, .home .row-wrp2.js-on img, .home .row-wrp1.js-on p, .home .row-wrp2.js-on p, .home .row-wrp2.js-on .inline p, .page-infog .row-wrp1.js-on img, .page-infog .row-wrp2.js-on img, .page-infog .row-wrp1.js-on p, .page-infog .row-wrp2.js-on p, .page-infog .row-wrp2.js-on .inline p {
  transform: scale(1);
}
.home .row-wrp1 img, .home .row-wrp2 img, .page-infog .row-wrp1 img, .page-infog .row-wrp2 img {
  transition: all 0.4s ease-in-out 0.3s;
}
@media (min-width: 769px) {
  .home .row-wrp1 p, .home .row-wrp2 p, .home .row-wrp2 .inline p, .page-infog .row-wrp1 p, .page-infog .row-wrp2 p, .page-infog .row-wrp2 .inline p {
    transition: all 0.4s ease-in-out 0.6s;
  }
}
@media (max-width: 768px) {
  .home .row-wrp1 p, .home .row-wrp2 p, .home .row-wrp2 .inline p, .page-infog .row-wrp1 p, .page-infog .row-wrp2 p, .page-infog .row-wrp2 .inline p {
    transition: all 0.4s ease-in-out 0.5s;
  }
}
/* ■■■■■■■■■■■ */
/* Project.scss */
/* ■■■■■■■■■■■ */
.h2-wrapper {
  overflow: hidden;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .h2-wrapper {
    margin-bottom: 40px;
  }
}
.scroll-in {
  transform: translateY(100%);
  transition: transform 0.5s ease-out;
}
.scroll-in.show2 {
  transform: translateY(0%);
}
#map1, #map2, #map3, #map4, #map5, #map6, #map7 {
  height: 600px;
  width: 100%;
}
.gm-style-iw-chr {
  height: 40px;
}
.pos-abs {
  position: absolute;
}
.dis-block {
  display: block;
}
.txt-right {
  text-align: right;
}
/*--------トップページ--------*/
.sec-message {
  background-image: url(../../../uploads/back-plygon.png);
  background-size: cover;
}
.sec-message .logo-list {
  display: flex;
  gap: 1em;
  flex-wrap: nowrap;
}
@media (min-width: 769px) {
  .sec-message .logo-list {
    margin: 0 auto 40px auto;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .sec-message .logo-list {
    margin: 0 auto 24px auto;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 0.5em;
  }
}
@media (max-width: 768px) {
  .sec-message .logo-list li {
    text-align: center;
    width: calc(25% - 0.5em);
  }
}
@media (min-width: 769px) {
  .sec-message .logo-list li img {
    height: 2.5vw;
    max-height: 32px;
  }
}
@media (max-width: 768px) {
  .sec-message .logo-list li img {
    max-height: 18px;
    width: auto;
  }
}
@media (min-width: 769px) {
  .text-message {
    margin-left: 60px;
  }
}
.text-message .wrap {
  width: fit-content;
  position: relative;
  font-weight: 600;
}
@media (min-width: 769px) {
  .text-message .wrap {
    font-size: clamp(24px, 3vw, 28px);
    margin: 0 auto 40px auto;
  }
}
@media (max-width: 768px) {
  .text-message .wrap {
    font-size: 22px;
    margin: 0 auto;
    line-height: 160%;
  }
}
.text-message .wrap::after {
  display: block;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #000000;
}
@media (min-width: 769px) {
  .text-message .wrap::after {
    position: absolute;
    top: 50%;
    left: -75px;
  }
}
@media (max-width: 768px) {
  .text-message .wrap::after {
    margin: 24px auto;
  }
}
@media (min-width: 769px) {
  .spbr-sp br {
    display: none;
  }
}
@media (max-width: 768px) {
  .spbr-pc br {
    display: none;
  }
}
.sec-tokucho {
  position: relative;
}
.sec-tokucho .future {
  position: absolute;
  top: -6vw;
  width: 50vw;
  right: 0px;
}
@media (max-width: 768px) {
  .sec-tokucho .u-mt-16 {
    margin-top: -16px;
  }
}
.c-1c01 .wrp {
  display: flex;
  row-gap: 1em;
  column-gap: 2em;
}
@media (min-width: 769px) {
  .c-1c01 .wrp {
    flex-wrap: nowrap;
    row-gap: 40px;
  }
}
@media (max-width: 768px) {
  .c-1c01 .wrp {
    flex-wrap: wrap;
    row-gap: 2em;
    margin-bottom: 80px;
  }
}
.c-1c01 .wrp .l-cont p {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .c-1c01 .wrp .l-cont p {
    margin-bottom: 24px;
  }
}
@media (min-width: 769px) {
  .c-1c01 .wrp .l-cont {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .c-1c01 .wrp .l-cont {
    width: 100%;
  }
}
.c-1c01 .wrp .r-cont {
  position: relative;
  z-index: 1;
}
.c-1c01 .wrp .r-cont img {
  object-position: center;
}
@media (min-width: 769px) {
  .c-1c01 .wrp .r-cont img {
    object-fit: cover;
    height: 100%;
  }
}
@media (min-width: 769px) {
  .c-1c01 .wrp .r-cont {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .c-1c01 .wrp .r-cont {
    width: 100%;
  }
}
.c-1c01 .wrp .r-cont::after {
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -15px;
  right: -15px;
  background-color: #12D4D4;
  z-index: -1;
}
@media (max-width: 768px) {
  .c-1c01 .wrp p {
    margin-bottom: 0px;
  }
}
.c-1c01 .wrp h3 {
  padding: 4px 24px;
  background-color: #ffffff;
  font-weight: 500;
  border-left: 8px solid;
  border-left-color: #12D4D4;
}
@media (min-width: 769px) {
  .c-1c01 .wrp h3 {
    font-size: clamp(20px, 2.3vw, 24px);
  }
}
@media (max-width: 768px) {
  .c-1c01 .wrp h3 {
    font-size: 20px;
  }
}
.home .c-1c01 img {
  height: 100%;
  object-fit: cover;
}
.sec-main-concept {
  position: relative;
  background-image: url(../../../uploads/bg-concept.png);
}
.sec-main-concept .image1, .sec-main-concept .image2 {
  position: absolute;
  bottom: -5vw;
  z-index: 10;
}
@media (min-width: 769px) {
  .sec-main-concept .image1, .sec-main-concept .image2 {
    width: 17vw;
  }
}
@media (max-width: 768px) {
  .sec-main-concept .image1, .sec-main-concept .image2 {
    width: 28vw;
  }
}
.sec-main-concept .image1 {
  top: -5vw;
  right: 2vw;
}
.sec-main-concept .image2 {
  bottom: -5vw;
  left: 2vw;
}
.sec-voice::before {
  content: "";
  display: block;
  background-image: url(../../../uploads/square-top.png);
  position: absolute;
  top: -3vw;
  width: 15vw;
  height: 15vw;
  max-width: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 3%;
}
.sec-voice::after {
  content: "";
  display: block;
  background-image: url(../../../uploads/square-bottom.png);
  position: absolute;
  bottom: -3vw;
  width: 15vw;
  height: 15vw;
  max-width: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: bottom;
  left: 3%;
}
.sec-voice ul {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 4px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .sec-voice ul {
    justify-content: start;
  }
}
.sec-voice ul li {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 0px;
}
@media (min-width: 769px) {
  .sec-voice ul li {
    width: calc(100% / 3 - 4px);
  }
}
@media (max-width: 768px) {
  .sec-voice ul li {
    width: calc(100% / 2 - 4px);
  }
}
.sec-bottom ul {
  display: flex;
  justify-content: space-between;
  column-gap: 1px;
  margin: 0;
}
@media (max-width: 768px) {
  .sec-bottom ul {
    flex-wrap: wrap;
    row-gap: 1px;
  }
}
.sec-bottom ul li {
  position: relative;
  display: inline-block;
  line-height: 0;
  margin: 0;
}
@media (min-width: 769px) {
  .sec-bottom ul li {
    width: calc(100% / 3 - 1px);
  }
}
@media (max-width: 768px) {
  .sec-bottom ul li {
    width: 100%;
    margin: 0;
  }
}
.sec-bottom ul li img {
  margin-bottom: 0;
  line-height: 0;
}
.sec-bottom ul li p {
  text-align: center;
  color: #ffffff;
  padding: 4px 6px;
  background: rgba(70, 150, 170, 0.2);
  width: fit-content;
  margin: 0 auto 24px auto;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 1px;
}
.sec-bottom ul li .wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
}
.c-2c01 .graph .row-wrp1, .c-2c01 .graph .row-wrp2, .c-2c01 .graph-1fr .row-wrp1, .c-2c01 .graph-1fr .row-wrp2 {
  padding: 24px;
  display: grid;
  grid-template-rows: subgrid;
  /* 追加 */
  border-radius: 20px;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .c-2c01 .graph .row-wrp1, .c-2c01 .graph .row-wrp2, .c-2c01 .graph-1fr .row-wrp1, .c-2c01 .graph-1fr .row-wrp2 {
    margin-bottom: 32px;
  }
}
.c-2c01 .graph .inline, .c-2c01 .graph-1fr .inline {
  margin: 0 auto;
}
.c-2c01 .graph .inline p, .c-2c01 .graph-1fr .inline p {
  display: inline-block;
}
.c-2c01 .graph .inline .mr8, .c-2c01 .graph-1fr .inline .mr8 {
  margin-right: 16px;
}
.c-2c01 .graph img, .c-2c01 .graph h4, .c-2c01 .graph p, .c-2c01 .graph li, .c-2c01 .graph-1fr img, .c-2c01 .graph-1fr h4, .c-2c01 .graph-1fr p, .c-2c01 .graph-1fr li {
  margin-bottom: 24px;
}
.c-2c01 .graph img, .c-2c01 .graph-1fr img {
  margin: 0 auto 24px auto;
  display: block;
}
.c-2c01 .graph h4, .c-2c01 .graph-1fr h4 {
  font-size: 24px;
}
@media (max-width: 768px) {
  .c-2c01 .graph h4, .c-2c01 .graph-1fr h4 {
    font-size: 20px;
  }
}
.c-2c01 .graph p, .c-2c01 .graph-1fr p {
  font-size: clamp(30px, 5.5vw, 90px);
  font-weight: bold;
  text-align: center;
  line-height: 100%;
  color: #444444;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .c-2c01 .graph p, .c-2c01 .graph-1fr p {
    font-size: 13vw;
  }
}
.c-2c01 .graph p span, .c-2c01 .graph-1fr p span {
  font-size: clamp(22px, 3vw, 42px);
  position: relative;
  bottom: 0.75vw;
}
@media (max-width: 768px) {
  .c-2c01 .graph p span, .c-2c01 .graph-1fr p span {
    font-size: 6vw;
  }
}
.c-2c01 .graph {
  display: grid;
  column-gap: 1em;
}
@media (min-width: 769px) {
  .c-2c01 .graph {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .c-2c01 .graph {
    grid-template-columns: 1fr;
  }
}
.c-2c01 .graph .row-wrp1, .c-2c01 .graph .row-wrp2 {
  grid-row: span 3;
  /* 追加 */
}
.c-2c01 .graph img {
  width: 50%;
}
.c-2c01 .graph-1fr {
  display: grid;
  column-gap: 1em;
  grid-template-columns: 1fr;
}
.c-2c01 .graph-1fr .row-wrp1 {
  grid-row: span 4;
  /* 追加 */
}
@media (max-width: 768px) {
  .c-2c01 .graph-1fr .row-wrp1 {
    margin-bottom: 32px;
  }
}
.c-2c01 .graph-1fr img {
  width: 25%;
}
.c-2c01 .graph-1fr .cap {
  font-size: 16px;
  font-weight: normal;
  line-height: 160%;
  margin-bottom: 12px;
}
.btn-main, .sec-bottom .btn {
  font-size: 16px;
  background-color: #ffffff;
  border-radius: 50px;
  text-align: center;
  margin: 0 auto 24px auto;
  box-shadow: 2px 2px 6px 0px rgba(100, 100, 100, 0.2);
  border: 1px solid #f2f2f2;
  position: relative;
  width: 380px;
}
@media (max-width: 768px) {
  .btn-main, .sec-bottom .btn {
    font-size: 14px;
  }
}
.btn-main:hover::before, .sec-bottom .btn:hover::before {
  animation: hoverMove 0.5s ease-out;
}
@keyframes hoverMove {
  0% {
    transform: translate(0, -50%);
  }
  30% {
    transform: translate(8px, -50%);
  }
  100% {
    transform: translate(0, -50%);
  }
}
@media (max-width: 768px) {
  .btn-main {
    width: 100%;
  }
}
.btn-main a {
  color: #000000;
  padding: 16px 24px;
  display: block;
}
@media (max-width: 768px) {
  .btn-main a {
    padding: 8px 24px;
  }
}
.sec-bottom .btn {
  width: 80%;
}
.sec-bottom .btn a {
  color: #000000;
  padding: 24px;
  display: block;
  font-size: clamp(13px, 1.5vw, 16px);
}
.btn-main::before, .sec-bottom .btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 11px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
}
.btn-main::before, .sec-bottom .btn::before {
  background-image: url(../../../uploads/btn-main-arrow.png);
}
.c-1c540 {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .c-1c540 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.c-1c540 .l-cont {
  background: rgba(250, 250, 250, 0.95);
  z-index: 10;
  position: relative;
}
@media (min-width: 769px) {
  .c-1c540 .l-cont {
    height: 100%;
    width: 50%;
    margin-right: -4%;
    padding: 60px;
  }
}
@media (max-width: 768px) {
  .c-1c540 .l-cont {
    margin-top: 24px;
    padding: 24px;
  }
}
@media (min-width: 769px) {
  .c-1c540 .r-cont {
    width: fit-content;
  }
}
@media (max-width: 768px) {
  .c-1c540 .r-cont {
    width: 100%;
  }
}
.c-1c540 .r-cont img {
  object-fit: cover;
}
@media (min-width: 769px) {
  .c-1c540 .r-cont img {
    height: 650px;
  }
}
.c-1c540 .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 145%;
}
.top-name {
  text-align: right;
}
.top-name span {
  font-size: 24px;
  margin-left: 8px;
  position: relative;
  top: 2px;
}
.sec-img-2col ul {
  display: flex;
  column-gap: 16px;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .sec-img-2col ul li {
    width: calc(50% - 16px);
    margin-bottom: 16px;
    line-height: 0;
  }
}
.c-list02 {
  border-top: 3px solid #cccccc;
  border-bottom: 3px solid #cccccc;
}
.c-list02 p {
  margin-bottom: 0px;
}
.c-list02 .ttl {
  font-weight: bold;
}
.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-list02 .u-flx-wrp {
  display: flex;
  gap: 0em;
}
.page-recm .text-message .wrap::before {
  top: 23%;
}
.dlBlock {
  position: relative;
}
.dlBlock:before {
  position: absolute;
  display: block;
  content: "";
  background: #ccc;
  width: 1px;
  height: 100%;
  z-index: -1;
}
.dlBlock .dlInner {
  display: flex;
  align-items: flex-start;
  /*なくても問題ない？？*/
}
.dlBlock dt {
  position: relative;
  color: #000000;
  line-height: 1;
  box-sizing: border-box;
  word-break: break-all;
}
.dlBlock dt:before {
  position: absolute;
  display: block;
  content: "";
  top: 0.5em;
  right: -3px;
  width: 13px;
  height: 13px;
  background: #000000;
  border-radius: 50%;
  transform: translateY(-50%);
}
.dlBlock dd {
  line-height: 1.5;
  flex: 1;
}
.dlBlock:before {
  top: 12px;
  left: 96px;
}
.dlBlock .dlInner {
  padding-bottom: 40px;
}
.dlBlock dt {
  width: 100px;
  padding-right: 15px;
  font-size: 26px;
}
.dlBlock dd {
  margin-left: 50px;
  font-size: 16px;
}
.dlBlock dd p {
  margin-bottom: 12px;
}
.dlBlock dd span {
  font-weight: bold;
  margin-right: 8px;
}
.c-3c17 {
  display: grid;
  column-gap: 1em;
  row-gap: 0;
}
@media (min-width: 769px) {
  .c-3c17 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .c-3c17 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .c-3c17 p:last-child {
    margin-bottom: 40px;
  }
}
.c-3c17 .row-wrp1, .c-3c17 .row-wrp2, .c-3c17 .row-wrp3 {
  display: grid;
  grid-template-rows: subgrid;
  /* 追加 */
  grid-row: span 3;
  /* 追加 */
}
@media (max-width: 768px) {
  .c-3c17 .row-wrp1, .c-3c17 .row-wrp2, .c-3c17 .row-wrp3 {
    margin-bottom: 40px;
    border-bottom: 1px solid #cccccc;
  }
}
.c-3c17 .ttl {
  font-size: 20px;
  margin: 0 auto 12px auto;
}
.c-3c17 img {
  margin: 0 auto 24px auto;
}
img.ico {
  width: 100px;
}
.img30 {
  width: 30%;
}
.c-1c02 h2, .c-1c02 h3, .c-1c02 p {
  color: #ffffff;
}
@media (min-width: 769px) {
  .c-1c02 h2 {
    font-size: clamp(19px, 3.2vw, 48px);
  }
}
.c-1c02 .h2-wrapper {
  margin-bottom: 40px;
}
.c-1c02 .wrp {
  display: flex;
  gap: 0;
}
@media (min-width: 769px) {
  .c-1c02 .wrp {
    flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .c-1c02 .wrp {
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .c-1c02 .wrp .l-cont {
    width: 50%;
    padding: 80px;
  }
}
@media (max-width: 768px) {
  .c-1c02 .wrp .l-cont {
    width: 100%;
    padding: 40px;
  }
}
@media (min-width: 769px) {
  .c-1c02 .wrp .r-cont {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .c-1c02 .wrp .r-cont {
    width: 100%;
  }
}
.c-1c02 .wrp figure {
  overflow: hidden;
}
.c-1c02 .wrp img {
  object-position: center;
}
@media (min-width: 769px) {
  .c-1c02 .wrp img {
    object-fit: cover;
    height: 100%;
  }
}
.c-1c02 .wrp .btn-main {
  width: 92%;
}
.cont {
  display: flex;
  gap: 12px;
  border-bottom: 1px solid #cccccc;
  padding: 32px 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cont {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.cont .cont-l {
  width: 31%;
}
@media (max-width: 768px) {
  .cont .cont-l {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cont .cont-l img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
}
.cont .cont-c {
  position: relative;
  width: 45%;
}
@media (min-width: 769px) {
  .cont .cont-c {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .cont .cont-c {
    width: 100%;
  }
}
.cont .cont-c .ttl {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 12px;
}
.cont .cont-c p {
  font-size: clamp(11px, 1.5vw, 14px);
  margin-bottom: 12px;
}
.cont .cont-c span {
  font-size: 12px;
  color: #ffffff;
  padding: 4px 8px;
  letter-spacing: 1px;
  margin-right: 8px;
}
.cont .cont-r {
  width: 24%;
  height: 100%;
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  .cont .cont-r {
    width: 100%;
  }
}
.cont .cont-r iframe {
  width: 100%;
  height: 100%;
}
.cont .btn {
  bottom: 0;
  width: 80%;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 768px) {
  .cont .btn {
    width: 100%;
  }
}
.cont .btn a {
  padding: 6px 16px;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cont .btn a {
    padding: 0px 8px;
  }
}
.c-2c12 h3 {
  font-size: 20px;
  margin: 0 auto 16px auto;
}
.c-2c12 figure {
  margin-bottom: 24px;
}
.rinen h3 {
  font-size: 24px;
}
@media (max-width: 768px) {
  .rinen h3 {
    font-size: 18px;
  }
}
.about-text {
  position: relative;
}
.about-text a {
  transition: 0.5s;
}
.about-text span {
  position: absolute;
  height: auto;
  display: block;
  bottom: 0%;
  font-size: 20px;
  padding: 16px 10px 17px 10px;
  background: #12D4D4;
  color: #ffffff;
  pointer-events: none;
  border-radius: 0 4px 0 0;
}
@media (max-width: 768px) {
  .about-text span {
    font-size: 16px;
    padding: 0px 10px;
  }
}
@media (min-width: 769px) {
  .page-recm .c-1c01 .wrp .l-cont {
    width: 43%;
  }
  .page-recm .c-1c01 .wrp .r-cont {
    width: 57%;
  }
}
/* ■■■■■■■■■■■ */
/* Utility.scss */
/* ■■■■■■■■■■■ */
/*-------フレックス------*/
.u-flx-wrp {
  display: flex;
  gap: 1em;
}
@media (min-width: 769px) {
  .u-flx-wrp {
    flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .u-flx-wrp {
    flex-wrap: wrap;
  }
}
@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-flx40 {
    flex-basis: 40% !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;
  }
}
@media (max-width: 768px) {
  .u-flx50 {
    flex-basis: 100% !important;
  }
}
@media (min-width: 769px) {
  .u-flx70 {
    flex-basis: 70% !important;
  }
}
@media (max-width: 768px) {
  .u-flx70 {
    flex-basis: 100% !important;
  }
}
@media (min-width: 769px) {
  .u-flx25 {
    flex-basis: 25% !important;
    flex-grow: 0 !important;
  }
}
@media (max-width: 768px) {
  .u-flx25 {
    flex-basis: 100% !important;
    flex-grow: 0 !important;
  }
}
@media (min-width: 769px) {
  .u-flx25-50 {
    flex-basis: 25% !important;
    flex-grow: 0 !important;
  }
}
@media (max-width: 768px) {
  .u-flx25-50 {
    flex-basis: 50% !important;
    flex-grow: 0 !important;
  }
}
@media (min-width: 769px) {
  .u-flx75 {
    flex-basis: 75% !important;
    flex-grow: 0 !important;
  }
}
.u-flex-reverse {
  flex-direction: row-reverse;
}
/*-------ディスプレイ------*/
@media (min-width: 769px) {
  .u-pc-none {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .u-sp-none {
    display: none !important;
  }
}
/*-------コンテンツ幅------*/
.u-max960 {
  max-width: 960px;
}
/*-------コンテンツ幅------*/
.u-m0auto {
  margin: 0 auto;
}
.u-lrauto {
  margin-left: auto;
  margin-right: auto;
}
.u-wid-fit {
  width: fit-content;
}
.u-pos-relative {
  position: relative;
}
/*-------角丸------*/
.u-border-r20 {
  border-radius: 20px;
}
/*-------角丸------*/
.u-bold {
  font-weight: 600;
}
/*-------テキスト関連------*/
.u-txt-cent {
  text-align: center;
}
@media (min-width: 769px) {
  .u-pc-cent {
    text-align: center;
  }
}
/*-------マージン調整関連------*/
@media (min-width: 769px) {
  .u-mb0 {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .u-mb0 {
    margin-bottom: 0px;
  }
}
@media (min-width: 769px) {
  .u-mb24 {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .u-mb24 {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .u-mb32 {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .u-mb32 {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .u-mb40 {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .u-mb40 {
    margin-bottom: 24px;
  }
}
@media (min-width: 769px) {
  .u-mb60 {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .u-mb60 {
    margin-bottom: 32px;
  }
}
@media (min-width: 769px) {
  .u-mb80 {
    margin-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .u-mb80 {
    margin-bottom: 40px;
  }
}
.u-mt40 {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .u-mt40 {
    margin-top: 32px;
  }
}
/*-------パディング調整関連------*/
.u-pd20 {
  padding-bottom: 20px;
}
.u-pd8 {
  padding: 8px;
}
.u-pd24 {
  padding: 24px;
}
@media (min-width: 769px) {
  .u-pd40 {
    padding: 60px;
  }
}
@media (max-width: 768px) {
  .u-pd40 {
    padding: 24px;
  }
}
/*-------罫線関連------*/
.u-border-bk100per {
  height: 1px;
  width: 100%;
  background-color: #444444;
  margin-bottom: 16px;
}
.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;
}
@media (min-width: 769px) {
  .u-border01::after, .u-border02::after {
    content: "";
    display: block;
    position: relative;
    bottom: 0px;
    left: 50%;
    width: 40px;
    height: 1px;
    margin-left: -20px;
    margin-top: 24px;
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .u-border01::after, .u-border02::after {
    content: "";
    display: block;
    position: relative;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 2px;
    margin-bottom: 32px;
    transform: translateX(-50%);
    margin-top: 16px;
  }
}
.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;
    margin-bottom: 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;
  }
}
