@charset "UTF-8";
/*!
global > color
------------------------------
*/
/*!
global > font
------------------------------
*/
:root {
  --font-family-base: "Noto Sans JP", sans-serif;
  --font-family-english: "M PLUS 1p", sans-serif;
}

/*!
foundation > base
------------------------------
*/
body {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  color: #3a3a3a;
}

html {
  font-size: 0.5208333333vw;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

a {
  color: #3a3a3a;
  text-decoration: none;
}

li {
  list-style: none;
}

:after, :before {
  box-sizing: inherit;
}

.sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_br {
    display: block;
  }
}

/* ------------------------------------------------
  Animation / Transition
------------------------------------------------ */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

/*!
foundation > reset
------------------------------
*/
/*!
layout > footer
------------------------------
*/
.footer {
  width: 100%;
  background-color: #8ABEE5;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: -32px;
}
.footer::before {
  content: url(../images/chihuahua.png);
  width: 13%;
  display: inline-block;
  transform: scale(0.55);
  position: absolute;
  top: -350px;
  right: 160px;
}
.footer .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .footer .container {
    width: 100%;
    padding: 40px 10px 0;
  }
}
.footer .row1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer img {
  width: 95px;
  height: 95px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .footer img {
    width: 75px;
    height: 75px;
    margin-top: -15px;
  }
}
.footer a:hover img {
  transform: scale(1.1);
}
.footer .flex {
  width: 800px;
  display: flex;
  justify-content: space-between;
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .footer .flex {
    display: block;
    position: relative;
  }
}
.footer .footer-pc-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
.footer .nav-item {
  display: flex;
  align-items: center;
}
.footer .footprint-separator {
  width: 20px;
  height: 20px;
  margin: 0 2rem;
}
@media screen and (max-width: 768px) {
  .footer .footprint-separator {
    width: 15px;
    height: 15px;
    margin: 0 1.5rem;
  }
}
.footer .nav-item a {
  font-size: clamp(18px, 2rem, 20px);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all 0.6s ease;
  display: inline-block;
}
.footer .nav-item a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.6s ease;
}
@media (hover: hover) {
  .footer .nav-item a:hover {
    transform: translateY(-2px);
  }
  .footer .nav-item a:hover::before {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer .nav-item a {
    font-size: clamp(12px, 1.6rem, 16px);
  }
  .footer .nav-item a::before {
    bottom: -2px;
    height: 1px;
  }
}
.footer .btn3 {
  width: 230px;
  height: 62px;
  background-color: #8ABEE5;
  border: 3px solid #fff;
  border-radius: 9999px;
  color: #Fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease;
}
@media screen and (max-width: 768px) {
  .footer .btn3 {
    width: 200px;
    height: 48px;
    border: 0.1rem solid;
    margin-left: 30px;
  }
}
@media (hover: hover) {
  .footer .btn3:hover {
    background-color: #CEE2F1;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }
}
.footer .arrow {
  color: #FFf;
  top: -32px;
  left: 195px;
  width: 70px;
  height: 2px;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer .arrow {
    color: #fff;
    width: 57px;
    height: 0.1rem;
    left: 198px;
    top: -25px;
  }
}
.footer .row2 p {
  font-size: 12px;
  font-family: "M PLUS 1p", sans-serif;
  color: #fff;
  text-align: center;
  margin: 30px 0 20px;
}
@media screen and (max-width: 768px) {
  .footer .row2 p {
    margin-bottom: 5px;
  }
}
.footer .footer-sp-nav {
  display: none;
}
@media (max-width: 1730px) {
  .footer::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-btn::before {
    content: url(../images/chihuahua.png);
    display: inline-block;
    transform: scale(0.1);
    position: absolute;
    top: -276px;
    left: -68px;
  }
  .footer .footer-pc-nav {
    display: none;
  }
  .footer .footer-sp-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    list-style: none;
  }
  .footer .footer-sp-nav .nav-item {
    display: flex;
    align-items: center;
  }
  .footer .footer-sp-nav .footprint-separator {
    margin: 0 1.5rem;
  }
  .footer .footer-sp-nav .nav-item a {
    position: relative;
    transition: all 0.6s ease;
    display: inline-block;
  }
  .footer .footer-sp-nav .nav-item a::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: width 0.6s ease;
  }
}
@media screen and (max-width: 768px) and (hover: hover) {
  .footer .footer-sp-nav .nav-item a:hover {
    transform: translateY(-2px);
  }
  .footer .footer-sp-nav .nav-item a:hover::before {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer .arrow::before {
    width: 8px;
    height: 8px;
    border: 0.1rem solid currentColor;
    border-left: 0;
    border-bottom: 0;
  }
  .footer .row1 {
    width: 315px;
    margin: 0 auto;
  }
}

/*!
layout > header
------------------------------
*/
body:has(.burger.active) {
  overflow: clip;
}

#header {
  width: 100%;
  height: 95px;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: rgba(255, 255, 255, 0.3); /* 白色で透明度50% */
  position: fixed; /* 固定*/
  top: 0; /* FV画像後ろ*/
  right: 0;
  z-index: 3; /* FV画像後ろ*/
  /* Hamburger Menu */
  /*==================================================
  　5-2-1 3本線が×に
  ===================================*/
  /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
  /*ボタン内側*/
  /*activeクラスが付与されると線が回転して×に*/
}
@media screen and (max-width: 1100px) {
  #header {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  #header {
    height: 70px;
  }
}
#header .header-inner {
  width: min(1200px, 90%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #header .header-inner {
    width: 100%;
    padding: 0 20px;
  }
}
#header .header-inner h1 img {
  max-width: 48.2%;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1100px) {
  #header .header-inner h1 img {
    max-width: 28%;
  }
}
@media screen and (max-width: 768px) {
  #header .header-inner h1 img {
    max-width: 27.9%;
  }
}
#header .header-inner h1 a:hover img {
  transform: scale(1.1);
}
#header nav ul {
  list-style: none;
  display: flex;
  gap: 8.5rem;
  line-height: 1;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1100px) {
  #header nav ul {
    gap: 7rem;
  }
}
#header .nav-item {
  position: relative;
  transition: all 0.6s ease;
}
@media (hover: hover) {
  #header .nav-item:hover {
    transform: translateY(-2px);
  }
}
#header nav a {
  text-decoration: none;
  text-align: center;
  color: #3A3A3A;
  font-size: clamp(16px, 2rem, 20px);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
  transition: all 0.6s ease;
}
@media (hover: hover) {
  #header nav a:hover {
    color: #070707;
  }
}
#header .nav-item a span {
  display: block;
}
#header .nav-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(12px, 1.6rem, 16px);
}
#header .nav-item::after {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: "";
  width: 52px;
  height: 52px;
  line-height: 52px;
  background-color: #BDD6E9;
  border-radius: 100vh;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1100px) {
  #header .nav-item::after {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
@media (hover: hover) {
  #header .nav-item:hover::after {
    transform: translateX(-50%) translateY(-50%) scale(1.1);
    background-color: #97bedc;
    box-shadow: 0 4px 15px rgba(189, 214, 233, 0.4);
  }
}
#header .header-button {
  display: block;
  background: #BDD6E9;
  border-radius: 9999px;
  position: relative;
  text-align: left;
  padding-left: 60px;
  margin: 0 auto;
  width: 265px;
  height: 60px;
  line-height: 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: clamp(16px, 2rem, 20px);
  transition: all 0.6s ease;
}
@media screen and (max-width: 1100px) {
  #header .header-button {
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: start;
    padding-left: 33px;
    font-size: 16px;
  }
}
@media (hover: hover) {
  #header .header-button:hover {
    background-color: #fff;
    color: #BDD6E9;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }
}
#header .header-button::after {
  content: "";
  width: 10px; /* くの字を山なりに見た時、左側の長さ */
  height: 10px; /* くの字を山なりに見た時、右側の長さ */
  border-top: 3px solid #fff; /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #fff; /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg) translateY(-50%); /* rotateくの字の向き translateY垂直方向の再配置*/
  position: absolute; /* 要素の配置方法を指定 */
  top: 50%; /* 上からの位置指定 */
  right: 42px; /* 左からの位置指定 */
  transition: all 0.6s ease;
}
@media screen and (max-width: 1100px) {
  #header .header-button::after {
    right: 30px;
  }
}
@media (hover: hover) {
  #header .header-button:hover::after {
    border-color: #BDD6E9;
  }
}
#header .burger {
  display: none;
}
@media screen and (max-width: 768px) {
  #header .burger {
    display: block; /* display: none;消す */
  }
}
#header .burger div {
  width: 40px;
  height: 4px;
  background-color: #fff;
  margin: 10px;
}
#header .burger {
  /*ボタン内側の基点となるためrelativeを指定。
  追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
  position: relative;
  cursor: pointer;
  width: 40px;
}
#header .burger span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: -2px;
  height: 3px;
  background: #fff;
  width: 100%;
}
#header .burger span:nth-of-type(1) {
  top: 0;
}
#header .burger span:nth-of-type(2) {
  top: 11px;
}
#header .burger span:nth-of-type(3) {
  top: 22px;
}
#header .burger.active span:nth-of-type(1) {
  top: 6px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 75%;
}
#header .burger.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}
#header .burger.active span:nth-of-type(3) {
  top: 17px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 75%;
}
#header .sp-navi {
  display: none;
}
@media screen and (max-width: 768px) {
  #header .sp-navi {
    display: block;
    position: fixed;
    top: 70px;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #8ABEE5;
    z-index: 20;
    transition: right 0.6s ease;
    /* メニューが開いているとき */
  }
  #header .sp-navi.active {
    right: 0;
  }
  #header .sp-navi .menu {
    display: block;
    margin: 100px auto;
    width: 265px;
  }
  #header .sp-navi .menu li {
    width: 100%;
    max-width: 345px;
    padding: 18px 0;
    border-bottom: 2px solid #fff;
    align-items: center;
    display: flex;
    transition: all 0.6s ease;
  }
}
@media screen and (max-width: 768px) and (hover: hover) {
  #header .sp-navi .menu li:hover {
    transform: translateX(10px);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  #header .sp-navi .menu li:last-child {
    border-bottom: none;
    margin-top: 60px;
  }
  #header .sp-navi .menu li .en {
    font-size: 18px;
    font-family: "M PLUS 1p", sans-serif;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0;
    transition: all 0.6s ease;
  }
  #header .sp-navi .menu li .ja {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    margin-right: 23px;
    transition: all 0.6s ease;
  }
  #header .sp-navi .menu li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.6s ease;
  }
}
@media screen and (max-width: 768px) and (hover: hover) {
  #header .sp-navi .menu li a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (max-width: 420px) {
  #header .sp-navi {
    right: -100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #header .pc-nav {
    display: none;
  }
}

/*!
component > button
------------------------------
*/
.btn {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 15%;
  margin: 0 auto;
}

.vm {
  position: relative;
  font-size: clamp(12px, 1.6rem, 16px);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  z-index: 1;
}

.vm::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  line-height: 64px;
  background-color: #CDC2AE;
  border-radius: 50vh;
  text-align: center;
  z-index: -1;
  transition: all 0.6s ease;
}

@media (hover: hover) {
  .vm:hover::before {
    background-color: #E5D2C5;
    transform: translateY(-50%) scale(1.1);
  }
}
.arrow {
  line-height: 1;
  position: relative;
  z-index: 2;
  width: 30%;
  height: 2px;
  background: currentColor;
}

.arrow::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  top: 0.7px;
  right: -1px;
}

/*!
component > headline
------------------------------
*/
h3 {
  text-align: center;
  font-size: clamp(20px, 3.2rem, 32px);
  font-family: "M PLUS 1p Mplus 1p Bold", sans-serif;
  font-weight: 700;
  line-height: 0.7;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  h3 {
    line-height: 1;
    margin-bottom: 25px;
  }
}

h3::after {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: "";
  width: 65px;
  height: 65px;
  line-height: 65px;
  background-color: #BDD6E9;
  border-radius: 100vh;
}
@media screen and (max-width: 768px) {
  h3::after {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.title-main {
  font-size: clamp(20px, 3.2rem, 32px);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .title-main {
    margin-bottom: 0;
    font-size: clamp(12px, 2rem, 20px);
  }
}

.title-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(12px, 1.6rem, 16px);
}
@media screen and (max-width: 768px) {
  .title-sub {
    font-size: clamp(12px, 1.8rem, 18px);
  }
}

/*!
object > project > service
------------------------------
*/
.service {
  scroll-margin-top: 120px;
}
@media screen and (max-width: 1100px) {
  .service {
    scroll-margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .service {
    scroll-margin-top: 90px;
  }
}
.service .container {
  width: min(90%, 1200px);
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .service .container {
    width: min(80%, 375px);
  }
}
.service .flex {
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .service .flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    margin-bottom: 2rem;
  }
}
.service .box {
  opacity: 0;
  border: 3px solid #BDD6E9;
  width: 32%;
  padding: 5% 6%;
  border-radius: 0 100px 0 100px;
  text-align: center;
  box-shadow: 7px 5px 5px #AAAAAA;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 970px) {
  .service .box {
    border-radius: 0 70px 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .service .box {
    width: 370px;
    padding: 58px 62px 69px;
    border-radius: 0 100px 0 100px;
  }
}
@media screen and (max-width: 420px) {
  .service .box {
    width: 240px;
    padding: 25px 30px 34px;
    border-radius: 0 75px 0 75px;
  }
}
.service .fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(120px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.service .box-in {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service h5 {
  font-size: clamp(16px, 2.4rem, 24px);
  font-weight: 500;
  padding-bottom: 4rem;
}
@media screen and (max-width: 970px) {
  .service h5 {
    font-size: clamp(13px, 1.8rem, 18px);
  }
}
@media screen and (max-width: 768px) {
  .service h5 {
    font-size: clamp(12px, 1.8rem, 18px);
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 420px) {
  .service h5 {
    padding-bottom: 15px;
  }
}
.service h5 img {
  width: 10%;
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  .service img {
    width: 80%;
  }
}
@media screen and (max-width: 420px) {
  .service img {
    width: 70%;
  }
}
.service .btn {
  width: 60%;
  padding-top: 15%;
  gap: 8px;
  flex-grow: 1;
  transition: all 0.6s ease;
  cursor: pointer;
}
.service .btn a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .service .btn:hover {
    transform: scale(1.1);
  }
}
@media (max-width: 1200px) {
  .service .btn {
    width: 80%;
    gap: 8px;
  }
}
@media (max-width: 900px) {
  .service .btn {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .service .btn {
    max-width: 100px;
    padding: 30px 0 0;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .service a.btn-circle::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.service .vm {
  font-size: clamp(12px, 1.4rem, 14px);
}
@media screen and (max-width: 768px) {
  .service .vm {
    font-size: 1.2rem;
  }
}
.service .vm::before {
  width: 55px;
  height: 55px;
  line-height: 55px;
}
@media screen and (max-width: 768px) {
  .service .vm::before {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
}
.service .arrow {
  width: 38%;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .service .arrow {
    height: 2px;
    width: 30%;
  }
}
.service .arrow::before {
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  top: 0.5px;
  right: -1px;
}
@media screen and (max-width: 768px) {
  .service .arrow::before {
    width: 6px;
    height: 6px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
  }
}
.service .treat img {
  width: 80rem;
  padding-top: 14rem;
}
@media screen and (max-width: 768px) {
  .service .treat img {
    display: none;
  }
}

/*!
object > project > concept
------------------------------
*/
.concept {
  position: relative;
}
@media screen and (max-width: 404px) {
  .concept {
    padding-bottom: 60px;
  }
}
.concept .container {
  max-width: 1746px;
  width: 100%;
  aspect-ratio: 1746/933;
  background-image: url(../images/concept_background.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .concept .container {
    width: 100%; /* 幅を指定 */
    height: auto; /* 高さを指定 */
    background-image: url(../images/tb_concept_background.png); /* 画像を指定 */
    background-size: cover; /* 画像が要素に対してカバーされるように拡大/縮小 */
    background-position: center; /* 中央に配置 */
    background-repeat: no-repeat; /* 繰り返さない */
  }
}
@media screen and (max-width: 405px) {
  .concept .container {
    width: 94.6%;
    aspect-ratio: 355/533;
    background-image: url(../images/sp_concept_background.png);
    height: auto;
  }
}
.concept .container::before {
  content: "";
  width: 72rem;
  height: 19.2rem;
  background-image: url(../images/concept_dog.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -13rem;
  right: 13.3rem;
}
@media screen and (max-width: 768px) {
  .concept .container::before {
    width: 12rem;
    height: 8rem;
    top: -3.5rem;
    right: 1.6rem;
  }
}
@media screen and (max-width: 405px) {
  .concept .container::before {
    right: 6.6rem;
  }
}
.concept .content {
  padding-top: 12rem;
}
@media screen and (max-width: 768px) {
  .concept .content {
    padding: 2rem;
  }
}
.concept .pc-text-wrap {
  overflow: hidden;
  min-width: 515px;
  width: calc(515px + (1920px - 100vw) * 0.1);
  margin: 0 auto 50px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .concept .pc-text-wrap {
    display: none;
  }
}
.concept .sp-text-wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .concept .sp-text-wrap {
    display: block;
    width: 54%;
    margin: 0 auto 3rem;
    letter-spacing: 0.1px;
  }
}
@media screen and (max-width: 420px) {
  .concept .sp-text-wrap {
    width: 98.4%;
  }
}
.concept .text-emphasis {
  font-size: clamp(18px, 2.4rem, 24px);
  margin-bottom: 4.5rem;
  text-align: center;
  animation: textAnime 1.5s 0.5s forwards ease-in-out;
  transform: translateY(100%);
}
@media screen and (max-width: 768px) {
  .concept .text-emphasis {
    margin: 0 auto;
    padding-bottom: 2rem;
    line-height: 1.2;
    font-size: clamp(12px, 1.8rem, 18px);
  }
}
@keyframes textAnime {
  to {
    transform: translateY(0px);
  }
}
.concept .mb30 {
  margin-bottom: 3rem;
  animation: textAnime 1.5s 0.5s forwards ease-in-out;
  transform: translateY(100%);
}
@media screen and (max-width: 768px) {
  .concept .mb30 {
    margin-bottom: 2rem;
  }
}
@keyframes textAnime {
  to {
    transform: translateY(0px);
  }
}
.concept .text {
  text-align: center;
  font-size: clamp(14px, 1.6rem, 16px);
  line-height: 2;
  animation: textAnime 1.5s 0.5s forwards ease-in-out;
  transform: translateY(100%);
}
@media screen and (max-width: 768px) {
  .concept .text {
    font-size: clamp(12px, 1.4rem, 14px);
    text-align: left;
    text-indent: 20px;
    line-height: 1.5;
    font-weight: 400;
  }
}
@keyframes textAnime {
  to {
    transform: translateY(0px);
  }
}
.concept .img-wrap .img {
  width: min(32.3rem, 323px);
  height: auto;
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  background: url(../img/ico-apple.svg) no-repeat center center/60px auto;
  display: inline-block;
  transition: 1.5s ease-in-out;
  width: 16%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-3deg);
  }
  50% {
    transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(3deg);
  }
}
@media screen and (max-width: 970px) {
  .concept .img-wrap .img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .concept .img-wrap .img {
    display: block;
    width: 35%;
  }
}

/*!
object > project > main-view
------------------------------
*/
.main-view .container {
  aspect-ratio: 1200/675;
  background-size: cover;
  background-position: center top;
  background-image: url(../images/mv.png);
  text-align: center;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .main-view .container {
    background-image: url(../images/mv_sp.jpg);
    align-items: start;
    aspect-ratio: 375/667;
  }
}
.main-view h2 {
  display: none;
}
@media screen and (max-width: 768px) {
  .main-view h2 {
    display: block;
    color: #BC9D64;
    font-size: 2.6rem;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    padding-top: 160px;
  }
}

/*!
object > project > features
------------------------------
*/
.features {
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center top;
  background-image: url(../images/features_background.jpg);
  margin: 130px 0 130px;
  padding: 130px 20px 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 970px) {
  .features {
    padding: 130px 20px 0;
    margin: 80px 0 130px;
  }
}
@media screen and (max-width: 768px) {
  .features {
    margin: 0;
    padding: 20px 0 0;
  }
}
.features::before {
  content: "";
  display: inline-block;
  width: 620px;
  height: 620px;
  vertical-align: middle;
  background-image: url(../images/features_footprints.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .features::before {
    width: 310px;
    height: 310px;
    top: -40px;
    left: -20px;
  }
}
.features .container {
  width: min(100%, 1200px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .features .container {
    width: 100%;
    padding: 0 10px;
  }
}
.features .features-box {
  display: flex;
  flex-direction: column; /* 縦に並べる */
  align-items: center; /* 中央揃え */
  margin: 0 auto;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .features .features-box {
    margin: 80px auto;
  }
}
@media screen and (max-width: 768px) {
  .features .features-box {
    width: 370px;
  }
}
@media screen and (max-width: 420px) {
  .features .features-box {
    width: 94.6%;
  }
}
.features .row {
  position: relative; /* 子要素を基準に配置 */
  display: flex;
  margin-bottom: 90px;
}
@media screen and (max-width: 1200px) {
  .features .row {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 970px) {
  .features .row {
    margin-bottom: 250px;
  }
}
@media screen and (max-width: 768px) {
  .features .row {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 370px;
  }
}
@media screen and (max-width: 420px) {
  .features .row {
    margin-bottom: 350px;
  }
}
.features .col-01 {
  width: 54.2%;
  position: relative;
  z-index: 2;
  left: 0;
}
@media screen and (max-width: 970px) {
  .features .col-01 {
    width: 60%;
    top: 135px;
  }
}
@media screen and (max-width: 768px) {
  .features .col-01 {
    width: 64%;
    top: 73px;
  }
}
@media screen and (max-width: 420px) {
  .features .col-01 {
    width: 61.1%;
    top: 73px;
  }
}
.features .col-02 {
  background: #fff;
  width: 48.3%;
  border-radius: 0px 200px 0px 0px;
  position: absolute;
  z-index: 1;
  padding: 45px 9rem;
  right: 0;
  top: 92px;
}
@media screen and (max-width: 970px) {
  .features .col-02 {
    width: 46%;
    border-radius: 0px 150px 0px 0px;
    top: 0;
    padding: 45px 13rem 45px 17rem;
  }
}
@media screen and (max-width: 768px) {
  .features .col-02 {
    width: 320px;
    height: 180px;
    border-radius: 0 100px 0 0;
    padding: 0 20px 35px 33px;
  }
}
.features .no {
  font-family: "M PLUS 1p Bold", sans-serif;
  font-size: clamp(120px, 14.6rem, 146px);
  font-weight: 700;
  color: #BDD6E9;
  position: absolute;
  top: -99px;
  right: 0;
  z-index: 3;
  animation: 3s linear infinite rotation;
}
@keyframes rotation {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@media screen and (max-width: 970px) {
  .features .no {
    top: -71px;
  }
}
@media screen and (max-width: 768px) {
  .features .no {
    top: -40px;
    font-size: clamp(12px, 7.2rem, 72px);
  }
}
.features h4 {
  font-size: clamp(18px, 2.4rem, 24px);
  font-weight: 900;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .features h4 {
    font-size: clamp(12px, 1.8rem, 18px);
    margin: 25px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .features img {
    position: absolute;
    top: 81px;
  }
}
.features .text {
  width: 96%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .features .text {
    font-size: clamp(12px, 1.4rem, 14px);
    width: 95.7%;
    line-height: 1.4;
  }
}
.features .text-03 {
  width: 96%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .features .text-03 {
    font-size: clamp(12px, 1.4rem, 14px);
    width: 92%;
    line-height: 1.3;
  }
}
.features .row.reverse {
  flex-direction: row-reverse;
}
.features .row.reverse .col-02 {
  left: 0;
  border-radius: 200px 0 0 0;
  padding: 70px 6rem 60px 12rem;
}
@media screen and (max-width: 970px) {
  .features .row.reverse .col-02 {
    padding: 70px 10rem 60px 12rem;
    border-radius: 150px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .features .row.reverse .col-02 {
    width: 320px;
    border-radius: 100px 0 0 0;
    padding: 0 28px 35px 42px;
    margin-bottom: -5px;
  }
}
.features .row.reverse .col-02 .no {
  font-family: "M PLUS 1p Bold", sans-serif;
  font-size: clamp(120px, 14.6rem, 146px);
  font-weight: 700;
  color: #BDD6E9;
  position: absolute;
  right: 70%;
  animation: 3s linear infinite rotation;
}
@keyframes rotation {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@media screen and (max-width: 970px) {
  .features .row.reverse .col-02 .no {
    top: -71px;
    right: 59%;
  }
}
@media screen and (max-width: 768px) {
  .features .row.reverse .col-02 .no {
    top: -50px;
    left: -5px;
    font-size: clamp(12px, 7.2rem, 72px);
  }
}
@media screen and (max-width: 768px) {
  .features .features .row.reverse .col-02 h4 {
    margin: 30px 0 10px;
  }
}
@media screen and (max-width: 970px) {
  .features .features-pc {
    display: none;
  }
}

/*!
object > project > news
------------------------------
*/
.news {
  background: url(../images/main-view_background.png) repeat;
  animation: fall 10s infinite linear;
  /*
  アニメーション
  10秒かけて背景画像の位置「background-position」を移動させる動作を繰り返す
  */
}
@keyframes fall {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -700px 700px;
  }
}
.news .container {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 55px 0 160px;
}
@media screen and (max-width: 768px) {
  .news .container {
    max-width: 215px;
    padding: 55px 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .news ul br {
    display: none;
  }
}
.news ul.list-news {
  max-width: 435px;
  margin: 0 auto;
  display: grid;
  row-gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .news ul.list-news {
    row-gap: 20px;
    margin-bottom: 50px;
  }
}
.news li {
  list-style: none;
  display: flex;
  transition: all 0.6s ease;
}
@media (hover: hover) {
  .news li:hover {
    opacity: 0.7;
    transform: translateY(-3px);
  }
}
@media screen and (max-width: 768px) {
  .news li {
    display: block;
    margin-top: 20px;
  }
}
.news li a {
  color: #3A3A3A;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.news .year {
  font-size: clamp(14px, 1.2rem, 12px);
  width: 120px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .news .year {
    width: 90px;
    font-size: 14px;
  }
}
.news .day {
  font-size: clamp(14px, 2rem, 20px);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .news .day {
    font-size: 14px;
  }
}
.news .category {
  font-family: "M PLUS 1p Bold", sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.2rem, 12px);
  width: 100px;
  position: relative;
  z-index: 1;
}
.news .category::after {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateX(-45%) translateY(-50%);
  content: "";
  width: 60px;
  height: 25px;
  line-height: 60px;
  background-color: #BDD6E9;
  border-radius: 0px 15px 0px 0px;
}
@media screen and (max-width: 768px) {
  .news .category::after {
    height: 20px;
    margin-left: 0.3rem;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media screen and (max-width: 420px) {
  .news .category::after {
    left: 15%;
  }
}
@media screen and (max-width: 768px) {
  .news .announce {
    display: grid;
    margin-bottom: 10px;
  }
}
.news .ttl {
  font-size: clamp(14px, 1.6rem, 16px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .news .ttl {
    font-size: 14px;
    font-weight: 400;
  }
}
@media screen and (max-width: 970px) {
  .news .btn {
    width: 20%;
  }
}
.news .btn a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  width: 100%;
  transition: all 0.6s ease;
}
@media (hover: hover) {
  .news .btn a:hover {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 970px) {
  .news .arrow {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .news .btn {
    width: auto;
    margin-left: 40px;
    gap: 5px;
  }
  .news .btn a {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    color: inherit;
    transition: all 0.6s ease;
  }
}
@media screen and (max-width: 768px) and (hover: hover) {
  .news .btn a:hover {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .news .vm {
    font-size: 12px;
    font-weight: 500;
  }
  .news .vm::before {
    width: 42px;
    height: 42px;
    line-height: 42px;
    left: 80%;
  }
  .news .arrow {
    width: 22%;
    height: 2px;
    left: 6px;
    background: currentColor;
  }
  .news .arrow::before {
    width: 8px;
    height: 8px;
    top: 1px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
  }
}

/*!
object > project > access
------------------------------
*/
.access .wrapper {
  width: 100%;
  height: auto;
  background-image: url(../images/tb_concept_background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 85rem 85rem 0 0;
  padding: 130px 0;
  position: relative;
  z-index: 0;
}
.access .wrapper::before {
  content: url(../images/access_footprints.png);
  position: absolute;
  bottom: -24%;
  left: -12%;
  transform: scale(0.5);
  z-index: -1;
}
@media screen and (max-width: 1550px) {
  .access .wrapper::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .access .wrapper::before {
    display: block;
    top: 151px;
    left: -267px;
    transform: scale(0.4);
  }
}
@media screen and (max-width: 420px) {
  .access .wrapper::before {
    display: none;
  }
}
@media screen and (max-width: 1550px) {
  .access .wrapper {
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .access .wrapper {
    padding: 50px 0 50px;
  }
}
@media screen and (max-width: 420px) {
  .access .wrapper {
    width: 100%;
    background-image: url(../images/access_background_sp.png);
    aspect-ratio: 375/810;
    height: auto;
    padding: 50px 0 20px;
    margin-top: -18rem;
  }
}
.access .container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .access .container {
    width: 100%;
  }
}
.access h3 {
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .access .row {
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .access .row a {
    font-weight: 700;
    text-decoration: none;
    color: #BDD6E9;
    font-size: clamp(12px, 1.6rem, 16px);
  }
}
.access .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .access .flex {
    flex-direction: column-reverse;
    margin-bottom: 20px;
    max-width: 355px;
    margin: 0 auto;
  }
}
.access .information {
  max-width: 48.8%;
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .access .information {
    max-width: 322px;
  }
}
.access dt {
  width: 27%;
  font-size: clamp(14px, 1.6rem, 16px);
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .access dt {
    font-size: clamp(12px, 1.4rem, 14px);
    width: 29%;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) {
  .access dt::before {
    vertical-align: middle;
    transform: scale(0.6);
  }
}
.access dt img {
  width: 10%;
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  .access dt img {
    width: 15%;
  }
}
.access dd {
  width: 60%;
  font-size: clamp(14px, 1.6rem, 16px);
}
@media screen and (max-width: 768px) {
  .access dd {
    font-size: clamp(12px, 1.4rem, 14px);
    font-weight: 400;
  }
}
.access .acs-img {
  display: block;
  width: 48.8%;
  border: solid 3px #BDD6E9;
  border-radius: 0 200px 0 0;
}
@media screen and (max-width: 768px) {
  .access .acs-img {
    top: 10px;
    width: 105.9%;
    margin-bottom: 20px;
  }
}
.access iframe {
  width: 100%;
  aspect-ratio: 16/9; /*アスペクト比（縦横比）を指定 */
}
@media screen and (max-width: 768px) {
  .access .row-img {
    display: none;
  }
}
.access .row-img-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .access .row-img-sp {
    max-width: 350px;
    padding: 20px 0 50px;
    display: block;
    height: auto;
    margin: 0 auto;
  }
  .access .row-img-sp iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
}
.access .row-sp-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .access .row-sp-btn {
    display: flex;
    background: #fff;
    border-radius: 10px;
    width: 320px;
    height: 48px;
    justify-content: center;
    align-items: center;
    margin: 10px auto 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .access .row-sp-btn a {
    color: #BDD6E9;
    text-decoration: none;
    font-weight: 700;
    font-size: clamp(12px, 1.6rem, 16px);
  }
}
@media screen and (max-width: 768px) {
  .access .row-sp-btn:hover {
    background-color: #CEE2F1;
  }
}
@media screen and (max-width: 768px) {
  .access .btn-arrow-3 {
    display: block;
    color: #BDD6E9;
    position: relative;
    height: 2px;
    background: currentColor;
    left: 90px;
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .access .btn-arrow-3::before {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid currentColor;
    transform: rotate(45deg);
    transform-origin: top right;
    border-left: 0;
    border-bottom: 0;
    display: block;
    position: absolute;
    top: 50%;
    right: 0em;
  }
}

/*!
object > project > contact
------------------------------
*/
@media screen and (max-width: 768px) {
  .contact {
    background-color: #F4EEE3;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 2rem;
    top: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 420px) {
  .contact {
    padding-bottom: 10rem;
  }
}
.contact .wrapper {
  background-image: url(../images/bone.png);
  width: 90%;
  background-size: cover;
  background-position: center;
  height: 88rem;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  top: -19rem;
}
@media screen and (max-width: 768px) {
  .contact .wrapper {
    width: 100%;
    background: url(../images/contact_bone_labrador_sp.png) no-repeat top;
    background-size: 97%;
    position: relative;
    z-index: 0;
    height: auto;
    top: 0;
  }
}
.contact .container {
  width: min(100%, 73rem);
  margin: 0 auto;
  text-align: center;
  padding: 30rem 0 10rem;
  aspect-ratio: 1780/880;
}
@media screen and (max-width: 1200px) {
  .contact .container {
    padding: 24rem 0 0;
  }
}
@media screen and (max-width: 970px) {
  .contact .container {
    width: 56%;
  }
}
@media screen and (max-width: 768px) {
  .contact .container {
    padding: 29% 0 5rem;
    width: 90%;
  }
}
@media screen and (max-width: 420px) {
  .contact .container {
    padding: 28% 0 10rem;
  }
}
@media screen and (max-width: 1200px) {
  .contact h3 {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .contact h3 {
    margin: 2rem 0 5rem;
  }
}
.contact h3::after {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .contact h3::after {
    background-color: #BDD6E9;
  }
}
.contact .row {
  position: relative;
}
.contact .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .contact .flex {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .contact .flex {
    display: block;
    padding-top: 5rem;
  }
}
.contact .inquiry-01 {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .contact .inquiry-01 {
    width: 250px;
    margin: 0 auto;
  }
}
.contact .inquiry-02 {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .contact .inquiry-02 {
    width: 300px;
    margin: 0 auto;
  }
}
.contact img {
  width: 76%;
}
@media screen and (max-width: 1250px) {
  .contact img {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .contact img {
    width: 100%;
  }
}
.contact p {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .contact p {
    max-width: none;
  }
}
.contact .text {
  font-size: clamp(12px, 2rem, 20px);
}
@media screen and (max-width: 768px) {
  .contact .text {
    font-size: clamp(12px, 2rem, 18px);
    text-align: left;
    padding-left: 5px;
  }
}
.contact .phone {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(16px, 3.6rem, 36px);
  font-weight: 800;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact .phone {
    font-size: clamp(12px, 3.2rem, 32px);
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .contact .phone::before {
    top: -16px;
    left: -40px;
  }
}
.contact .phone .phone-desktop {
  display: inline;
}
@media screen and (max-width: 768px) {
  .contact .phone .phone-desktop {
    display: none;
  }
}
.contact .phone .phone-mobile {
  display: none;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .contact .phone .phone-mobile {
    display: inline;
    cursor: pointer;
  }
}
.contact .phone img {
  width: 12%;
  height: 12%;
}
.contact .text-t, .contact .text-h {
  font-size: clamp(14px, 1.6rem, 16px);
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact .text-t, .contact .text-h {
    font-size: clamp(12px, 1.6rem, 16px);
  }
}
.contact .text-t img {
  width: 2.8%;
}
.contact .text-h img {
  width: 2.5%;
}
.contact .btn1-wrapper {
  margin-bottom: 4rem;
}
@media screen and (max-width: 970px) {
  .contact .btn1-wrapper {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .contact .btn1-wrapper {
    margin-bottom: 20px;
  }
}
.contact .btn1 {
  width: 72.6%;
  height: 62px;
  background-color: #fff;
  border: 3px solid #FFC28B;
  border-radius: 20px;
  color: #FFC28B;
  font-size: clamp(14px, 1.6rem, 16px);
  font-weight: 500;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 7.3rem;
  transition: all 0.6s ease;
}
@media (max-width: 1340px) {
  .contact .btn1 {
    width: 93%;
    margin-left: 0;
  }
}
@media screen and (max-width: 970px) {
  .contact .btn1 {
    height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .contact .btn1 {
    width: 266px;
    height: 62px;
  }
}
@media (hover: hover) {
  .contact .btn1:hover {
    background-color: #FFE2C8;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 194, 139, 0.3);
  }
}
.contact .arrow {
  position: relative;
  z-index: 2;
  color: #FFC28B;
  top: -28px;
  left: 80%;
  width: 22%;
  display: block;
}
@media screen and (max-width: 768px) {
  .contact .arrow {
    left: 75%;
    width: 27%;
    top: -34px;
  }
}
.contact .btn2 {
  width: 72.6%;
  height: 62px;
  background-color: #BDD6E9;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 7.3rem;
  transition: all 0.6s ease;
}
@media (max-width: 1340px) {
  .contact .btn2 {
    width: 93%;
    margin-left: 0;
  }
}
@media screen and (max-width: 970px) {
  .contact .btn2 {
    height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .contact .btn2 {
    width: 266px;
    height: 62px;
    margin-bottom: 20px;
  }
}
@media (hover: hover) {
  .contact .btn2:hover {
    background-color: #CEE2F1;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(189, 214, 233, 0.4);
  }
}
.contact .arrow-2 {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1;
  position: relative;
  height: 2px;
  background: currentColor;
  top: -30px;
  left: 80%;
  width: 22%;
}
@media screen and (max-width: 768px) {
  .contact .arrow-2 {
    left: 75%;
    width: 27%;
    top: -50px;
  }
}
.contact .arrow-2::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 0em;
  box-sizing: border-box;
}
.contact .ctt-treat1 {
  width: 32%;
  margin-top: 5rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 25rem;
  animation: poyoyon3 2.5s infinite;
  opacity: 1;
}
@keyframes poyoyon3 {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}
@media screen and (max-width: 1200px) {
  .contact .ctt-treat1 {
    top: 27rem;
  }
}
.contact .ctt-treat1 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact .ctt-treat1 img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .contact .ctt-treat2 {
    display: none;
  }
}
.contact .ctt-treat2 img {
  width: 50%;
  position: absolute;
  left: 95rem;
  top: 16rem;
}

/*!
object > project > slider
------------------------------
*/
.slider {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  background-color: #f5f5f5;
}
.slider .slider__slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slider .slider-track {
  display: flex;
  width: 4000px;
  animation: slide 20s linear infinite;
}
.slider .slider-track.auto-scroll {
  animation-play-state: running;
}
.slider .slider-track:hover {
  animation-play-state: paused;
}
.slider .slider__item {
  flex-shrink: 0;
  width: 400px;
  height: 230px;
  margin-right: 20px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  background-color: #ddd;
}
.slider .slider__item:hover {
  transform: translateY(-5px);
}
.slider .slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2100px);
  }
}
@media screen and (max-width: 768px) {
  .slider .slider__item {
    width: 300px;
    height: 172px;
    margin-right: 15px;
  }
  .slider .slider-track {
    width: 3000px;
  }
  @keyframes slide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1575px);
    }
  }
}
@media screen and (max-width: 420px) {
  .slider .slider__item {
    width: 250px;
    height: 143px;
    margin-right: 10px;
  }
  .slider .slider-track {
    width: 2500px;
  }
  @keyframes slide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1300px);
    }
  }
}

/*!
object > project > news_details
------------------------------
*/
#news_detail {
  background: url(../images/main-view_background.png) repeat;
  animation: fall 10s infinite linear;
  /*
  アニメーション
  10秒かけて背景画像の位置「background-position」を移動させる動作を繰り返す
  */
}
@keyframes fall {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -700px 700px;
  }
}
#news_detail .wrapper {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 0 0 130px 0;
}
@media screen and (max-width: 1200px) {
  #news_detail .wrapper {
    padding: 0 20px 10px;
  }
}
#news_detail .news_detail_breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 140px 0 72px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #news_detail .news_detail_breadcrumb {
    padding: 67px 0 37px;
  }
}
#news_detail .news_detail_breadcrumb a {
  display: inline-block;
  position: relative;
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  #news_detail .news_detail_breadcrumb a:hover::after {
    width: 100%;
  }
}
#news_detail .news_detail_breadcrumb .breadcrumb_icon {
  color: #BDD6E9;
  padding: 0 10px 0 20px;
}
#news_detail .news_detail_text .ttl {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #news_detail .news_detail_text .ttl {
    font-size: 25px;
    margin-bottom: 9px;
  }
}
#news_detail .news_detail_text .announce {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #news_detail .news_detail_text .announce {
    margin-bottom: 40px;
  }
}
#news_detail .news_detail_text .single__news--meta {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #news_detail .news_detail_text .single__news--meta {
    margin-bottom: 40px;
  }
}
#news_detail .news_detail_text .single__news--meta time {
  letter-spacing: 0.8px;
  font-family: "Archivo Narrow";
}
#news_detail .news_detail_text .category {
  font-size: 14px;
  width: 96px;
  height: 26px;
  border-radius: 5px;
  background: #BDD6E9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  padding-top: 1px;
}
@media screen and (max-width: 768px) {
  #news_detail .news_detail_text .category {
    margin-left: 6px;
  }
}
#news_detail .news_detail_box {
  width: 100%;
  height: auto;
  border-radius: 90px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: 80px 0;
  margin: 0 auto 160px;
}
@media screen and (max-width: 768px) {
  #news_detail .news_detail_box {
    width: 100%;
    border-radius: 50px;
    padding: 30px 0;
    margin: 0 auto 75px;
  }
}
#news_detail .news_detail_box_inner {
  width: 62.5%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #news_detail .news_detail_box_inner {
    width: 88.4%;
  }
}
#news_detail .news_detail_img {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  aspect-ratio: 600/390;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  #news_detail .news_detail_img {
    margin-bottom: 20px;
  }
}
#news_detail .news_detail_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#news_detail .editor-style {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #news_detail .editor-style {
    margin-bottom: 0;
  }
}
#news_detail .editor-style p {
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #news_detail .editor-style p {
    margin-bottom: 30px;
  }
}
#news_detail .news_detail_button {
  width: 300px;
  height: 70px;
  background-color: #fff;
  border: 2px solid #BDD6E9;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 20px;
  text-decoration: none; /* リンクの下線を消す */
  color: #BDD6E9;
  font-weight: bold;
  transition: all 0.6s ease;
}
@media screen and (max-width: 768px) {
  #news_detail .news_detail_button {
    margin-top: 80px;
  }
}
@media screen and (max-width: 420px) {
  #news_detail .news_detail_button {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  #news_detail .news_detail_button:hover {
    background-color: #BDD6E9;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }
  #news_detail .news_detail_button:active, #news_detail .news_detail_button:focus {
    background-color: #BDD6E9;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
}

/*!
object > project > news_list
------------------------------
*/
#news_list {
  background: url(../images/main-view_background.png) repeat;
  animation: fall 10s infinite linear;
  /*
  アニメーション
  10秒かけて背景画像の位置「background-position」を移動させる動作を繰り返す
  */
}
@keyframes fall {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -700px 700px;
  }
}
#news_list .wrapper {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 100px 0 130px 0;
}
@media screen and (max-width: 1200px) {
  #news_list .wrapper {
    padding: 0 20px 10px;
  }
}
#news_list .news_list_top {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  #news_list .news_list_top {
    padding-top: 52px;
  }
}
#news_list .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #news_list .breadcrumb {
    font-size: 14px;
    margin-top: 17px;
    padding: 0 15px;
  }
}
#news_list .breadcrumb a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  #news_list .breadcrumb a:hover::after {
    width: 100%;
  }
}
#news_list .breadcrumb .breadcrumb_icon {
  color: #BDD6E9;
  padding: 0 10px 0 20px;
}
#news_list .news_heading_inner {
  margin: 100px 0;
}
#news_list .news_box {
  width: 100%;
  height: auto;
  border-radius: 90px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: 80px 0;
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  #news_list .news_box {
    border-radius: 50px;
    padding: 42px 0 35px;
    width: 100%;
    margin: 0 auto 75px;
  }
}
#news_list .news_pc_column {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #news_list .news_pc_column {
    display: none;
  }
}
#news_list .news_pc_column img {
  width: 372px;
  height: auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  transition: opacity 0.3s ease;
}
#news_list .news_pc_column_text {
  width: 45%;
  margin-left: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
  line-height: 1.6; /* 調整可能 */
  word-break: break-word; /* 長い単語の折り返し */
}
#news_list .news_pc_column .announce {
  display: flex;
  font-size: 14px;
}
#news_list .news_pc_column .announce .day {
  font-family: "Archivo Narrow";
  transition: color 0.3s ease;
}
#news_list .news_pc_column .ttl {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: bold;
  letter-spacing: -0.1em;
  transition: color 0.3s ease;
}
#news_list .news_pc_column .detail {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* ← 表示する最大行数に調整 */
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2; /* ← 行高を適宜調整 */
  max-height: 4.8em; /* 安定表示のため行数×line-height */
  transition: color 0.3s ease;
}
#news_list .news_pc_column:hover {
  transform: translateY(-5px);
}
#news_list .news_pc_column:hover img {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
#news_list .news_pc_column:hover .ttl,
#news_list .news_pc_column:hover .detail,
#news_list .news_pc_column:hover .wp-block-heading,
#news_list .news_pc_column:hover .announce .day,
#news_list .news_pc_column:hover p {
  color: #ccc;
  transition: color 0.3s ease;
}
#news_list .news_pc_column:hover .announce .category {
  background: #b8d9a0;
}
#news_list .news_pc_column p {
  transition: color 0.3s ease;
}
#news_list .news_link {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
#news_list .news_sp_column {
  display: none;
  transition: all 0.6s ease;
}
@media screen and (max-width: 768px) {
  #news_list .news_sp_column {
    position: relative;
    display: block;
    width: 91%;
    aspect-ratio: 600/390;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    margin: 0 auto 25px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media (hover: hover) {
  #news_list .news_sp_column:hover {
    transform: translateY(-5px);
  }
}
#news_list .news_sp_column img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #news_list .container {
    padding: 0;
  }
  #news_list .news_sp_column_text {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0 10px;
  }
  #news_list .news_sp_column_text .day {
    font-size: 12px;
    margin-bottom: 5px;
    font-family: "Archivo Narrow";
  }
  #news_list .news_sp_column_text .ttl {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
  }
}
@media screen and (max-width: 420px) {
  #news_list .news_sp_column_text {
    height: 48px;
  }
}
#news_list .pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
}
#news_list .pagination li {
  margin: 0 6px;
}
#news_list .pagination li:last-child {
  margin-bottom: 0;
}
#news_list .pagination .page-numbers {
  display: inline-block;
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-decoration: none;
  border: 2px solid #F0F3F5;
  border-radius: 10px;
  background-color: #FAFAFA;
  font-size: 14px;
  color: #BDD6E9;
  font-family: "Archivo Narrow";
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  #news_list .pagination .page-numbers:hover {
    background-color: #BDD6E9;
    color: #fff;
    border-color: #BDD6E9;
  }
}
#news_list .pagination .page-numbers:active, #news_list .pagination .page-numbers:focus {
  background-color: #BDD6E9;
  color: #fff;
  border-color: #BDD6E9;
}
#news_list .pagination .page-numbers.current {
  background-color: #BDD6E9;
  color: #fff;
  border-color: #BDD6E9;
}
#news_list .pagination .page-numbers .arrow {
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
}
#news_list .pagination .pagination .next i {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  #news_list .pagination {
    padding: 0;
  }
}

/*!
object > project > contact_form
------------------------------
*/
#contact_page {
  background-image: url(../images/features_background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  /* .form-item-first の中に .wpcf7-not-valid がある場合にだけ、::beforeを赤く */
  /* エラーがあるときだけ margin を小さくする */
  /* select要素がフォーカスされたときのスタイル */
  /* エラー時のスタイル */
}
#contact_page .wrapper {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 100px 0 130px 0;
}
#contact_page .container {
  margin: 0 auto 160px;
}
@media screen and (max-width: 768px) {
  #contact_page .container {
    margin: 0 auto 60px;
  }
}
#contact_page .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  #contact_page .breadcrumb {
    font-size: 14px;
    padding-top: 67px;
  }
}
#contact_page .breadcrumb .breadcrumb_icon {
  color: #BDD6E9;
  padding: 0 10px 0 20px;
}
#contact_page .contact_heading {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #contact_page .contact_heading {
    margin-bottom: 30px;
  }
}
#contact_page .contact_text_box {
  width: 60%;
  padding: 80px 0;
  margin: 0 auto;
  text-align: center;
  line-height: 1.6;
}
#contact_page .contact_text_box .contact_text {
  margin-bottom: 48px;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 768px) {
  #contact_page .contact_text_box .contact_text {
    margin-bottom: 68px;
    line-height: 1.2;
  }
}
#contact_page .contact_text_box .phone {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(16px, 3.6rem, 36px);
  font-weight: 800;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #contact_page .contact_text_box .phone {
    font-size: clamp(12px, 3.2rem, 32px);
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  #contact_page .contact_text_box .phone::before {
    top: -16px;
    left: -40px;
  }
}
#contact_page .contact_text_box .phone .phone-desktop {
  display: inline;
}
@media screen and (max-width: 768px) {
  #contact_page .contact_text_box .phone .phone-desktop {
    display: none;
  }
}
#contact_page .contact_text_box .phone .phone-mobile {
  display: none;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #contact_page .contact_text_box .phone .phone-mobile {
    display: inline;
    cursor: pointer;
  }
}
#contact_page .contact_text_box .phone img {
  width: 6%;
}
#contact_page .contact_box {
  width: 100%;
  height: auto;
  border-radius: 90px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #contact_page .contact_box {
    padding: 30px 0;
    border-radius: 50px;
  }
}
#contact_page .wpcf7-form {
  width: 62.5%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contact_page .wpcf7-form {
    width: 88.4%;
  }
}
#contact_page .form-item {
  width: 100%;
  align-items: center;
}
#contact_page .form-item-first {
  width: 100%;
  align-items: center;
  position: relative;
}
#contact_page .form-item-first::before {
  content: "";
  display: block;
  position: absolute;
  top: 66px;
  left: 23.2em;
  width: 0.8em;
  height: 0.8em;
  border-bottom: 2px solid #BDD6E9;
  border-left: 2px solid #BDD6E9;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: center center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #contact_page .form-item-first::before {
    top: 55px;
  }
}
@media screen and (max-width: 500px) {
  #contact_page .form-item-first::before {
    left: 89%;
  }
}
#contact_page .form-item-first .wpcf7-not-valid-tip {
  display: none;
}
#contact_page .form-item-first.clicked::before {
  transform: translateY(0%) rotate(135deg);
}
#contact_page .form-item-first:has(select.wpcf7-not-valid)::before {
  border-bottom: 2px solid red;
  border-left: 2px solid red;
}
#contact_page .form-item-input {
  border: 1px solid #BDD6E9;
  border-radius: 6px;
  padding: 0 1em;
  height: 50px;
  flex: 1;
  width: 100%;
  max-width: 500px;
  background: #fff;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
#contact_page .form-item-input.wpcf7-select {
  max-width: 400px;
}
#contact_page .form-item-input[type=submit] {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #contact_page .form-item-input[type=submit] {
    margin-bottom: 0;
  }
}
#contact_page .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #contact_page .wpcf7-form-control-wrap {
    margin-bottom: 27px;
  }
}
#contact_page .form-item-label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle; /* 中央揃え */
  margin-bottom: 13px;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 768px) {
  #contact_page .form-item-label {
    margin-bottom: 7px;
    line-height: 1.3;
  }
}
#contact_page .wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) {
  margin-bottom: 10px; /* またはお好みの値 */
}
#contact_page .wpcf7-select:focus {
  color: #BDD6E9; /* テキスト色を緑に */
  border: 2px solid #BDD6E9; /* 枠線を緑に */
  outline: none; /* デフォルトの青いアウトラインを消す */
}
@media screen and (max-width: 768px) {
  #contact_page .wpcf7-select:focus {
    font-size: 16px;
  }
}
#contact_page .form-item-label.ismsg {
  margin-bottom: 4px;
}
#contact_page .form-item-label-required {
  border-radius: 5px;
  width: 34px;
  height: 24px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  background: #BDD6E9;
  color: #fff;
  font-size: 12px;
  margin-left: 22px;
}
#contact_page .form-item-textarea {
  border: 1px solid #BDD6E9;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 150px;
  flex: 1;
  width: 100%;
  max-width: 600px;
  background: #fff;
  font-size: 18px;
  white-space: pre-wrap; /* 改行も折り返しも両方サポート */
  word-break: break-word; /* 長い単語も折り返し */
  resize: vertical; /* ユーザーが縦にサイズ変更できる */
}
#contact_page .wpcf7-not-valid {
  border: 2px solid red; /* 枠を赤に */
  background-color: #fff;
}
#contact_page .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
#contact_page .wpcf7-not-valid-tip {
  display: block;
  min-height: 1em; /* 高さを固定 */
  font-size: 0.9em;
  color: red;
  margin-top: 4px; /* 必要に応じて調整 */
}
#contact_page .form_item_button {
  width: 200px;
  height: 50px;
  background-color: #fff;
  border: 2px solid #BDD6E9;
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 16px;
  color: #BDD6E9;
  font-weight: bold;
  cursor: pointer;
  /* Contact Form 7 の <input type="submit"> に必要なもの */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  #contact_page .form_item_button {
    margin: 0 auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  #contact_page .form_item_button:hover {
    background-color: #BDD6E9;
    color: #fff;
    border-color: #BDD6E9;
  }
}
#contact_page .form_item_button:active, #contact_page .form_item_button:focus {
  background-color: #BDD6E9;
  color: #fff;
  border-color: #BDD6E9;
}
#contact_page .wpcf7-spinner {
  display: none;
}
#contact_page .form-item_button br {
  display: none;
}

/*!
object > project > confirm
------------------------------
*/
#confirm {
  background-image: url(../images/features_background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  /* Contact Form 7の送信ボタンスタイル */
}
#confirm .wrapper {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 100px 0 130px 0;
}
#confirm .container {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  #confirm .container {
    margin-bottom: 60px;
  }
}
#confirm .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  #confirm .breadcrumb {
    font-size: 14px;
    padding-top: 67px;
  }
}
#confirm .breadcrumb li:not(:last-of-type)::after {
  content: ">";
  color: #BDD6E9;
  margin: 0 0.6em; /* 記号の左右の余白 */
}
@media screen and (max-width: 768px) {
  #confirm .breadcrumb li:not(:last-of-type)::after {
    font-size: 14px;
  }
}
#confirm .breadcrumb a {
  color: inherit;
  text-decoration: none;
}
#confirm .contact_text {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  #confirm .contact_text {
    margin-bottom: 68px;
  }
}
#confirm .contact_box {
  width: 100%;
  height: auto;
  border-radius: 90px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #confirm .contact_box {
    width: 100%;
    padding: 30px 0;
    border-radius: 50px;
  }
}
#confirm .form {
  width: 62.5%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #confirm .form {
    width: 88.4%;
  }
}
#confirm .form-item {
  width: 100%;
  align-items: center;
  margin-bottom: 25px;
}
#confirm .form-item-label {
  width: 100%;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  vertical-align: middle; /* 中央揃え */
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #confirm .form-item-label {
    margin-bottom: 9px;
  }
}
#confirm .form-item-label-required {
  border-radius: 5px;
  width: 34px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #BDD6E9;
  color: #fff;
  font-size: 12px;
  margin-left: 22px;
}
#confirm .form-item-textarea {
  white-space: pre-wrap; /* 改行も折り返しも両方サポート */
  word-break: break-word; /* 長い単語も折り返し */
  resize: vertical; /* ユーザーが縦にサイズ変更できる */
  white-space: normal;
}
#confirm .wpcf7-submit {
  width: 200px;
  height: 50px;
  background-color: #fff;
  border: 2px solid #BDD6E9;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 16px;
  color: #BDD6E9;
  font-weight: bold;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
  margin-top: 50px;
}
#confirm .wpcf7-form {
  width: 62.5%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #confirm .wpcf7-form {
    width: 88.4%;
  }
}
#confirm .wpcf7-spinner {
  display: none;
}
#confirm .form_item_button br {
  display: none;
}

/*!
object > project > thanks
------------------------------
*/
#thanks .wrapper {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 100px 0 130px 0;
}
#thanks .container {
  margin-bottom: 156px;
}
@media screen and (max-width: 768px) {
  #thanks .container {
    width: 100%;
  }
}
#thanks .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  #thanks .breadcrumb {
    font-size: 14px;
    padding-top: 67px;
  }
}
#thanks .breadcrumb .breadcrumb_icon {
  color: #BDD6E9;
  padding: 0 10px 0 20px;
}
#thanks .contact_thanks_box {
  width: 100%;
  height: auto;
  border-radius: 90px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: 76px 0 82px;
}
@media screen and (max-width: 768px) {
  #thanks .contact_thanks_box {
    width: 100%;
    padding: 30px 0;
    border-radius: 50px;
  }
}
#thanks .contact_thanks_box_inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #thanks .contact_thanks_box_inner {
    width: 100%;
  }
}
@media screen and (max-width: 370px) {
  #thanks .contact_thanks_box_inner {
    width: 75%;
  }
}
#thanks .contact_thanks_thanks {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 23px;
  text-align: center;
  letter-spacing: -0.14rem;
}
@media screen and (max-width: 768px) {
  #thanks .contact_thanks_thanks {
    margin-bottom: 21px;
  }
}
#thanks .contact_thanks_text {
  margin-bottom: 29px;
  letter-spacing: -0.1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #thanks .contact_thanks_text {
    letter-spacing: -0.18rem;
    margin-bottom: 25px;
  }
}
#thanks .pc_phone {
  font-size: 20px;
  color: #BDD6E9;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #thanks .pc_phone {
    display: none;
  }
}
#thanks .sp_phone {
  display: none;
}
@media screen and (max-width: 768px) {
  #thanks .sp_phone {
    display: block;
    font-size: 14px;
    color: #BDD6E9;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: center;
    line-height: 1.4;
  }
}
#thanks .contact_thanks_guidance {
  text-align: center;
}
#thanks .contact_thanks_guidance .phone_number {
  font-size: 30px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #thanks .contact_thanks_guidance .phone_number {
    font-size: 20px;
    text-align: center;
    letter-spacing: 0rem;
  }
}
#thanks .contact_thanks_guidance .reception {
  font-size: 20px;
  color: #BDD6E9;
  font-weight: bold;
  letter-spacing: -0.1rem;
  margin-bottom: 47px;
  margin-left: -10px;
}
@media screen and (max-width: 768px) {
  #thanks .contact_thanks_guidance .reception {
    font-size: 14px;
    text-align: center;
    margin-bottom: 28px;
    line-height: 1.5;
    letter-spacing: 0rem;
  }
}
#thanks .thanks_button {
  width: 200px;
  height: 50px;
  background-color: #fff;
  border: 2px solid #BDD6E9;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
#thanks .thanks_button a {
  font-size: 16px;
  color: #BDD6E9;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */