@charset "UTF-8";
/* ↓ ブレイクポイントの定義 -------*/
/* ↓ フォントサイズの定義 -------*/
/* ↓ フォントの定義 -------*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
  src: url(../webfonts/NotoSansJP-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  src: url(../webfonts/NotoSansJP-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
  src: url(../webfonts/NotoSerifJP-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  src: url(../webfonts/NotoSerifJP-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/Roboto-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  src: url(../webfonts/Roboto-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
  src: url(../webfonts/RobotoCondensed.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  src: url(../webfonts/RobotoCondensed.woff2) format("woff2");
}
/* ↑ sass変数定義 ------------------------*/
/* ↓ アニメーションの定義 -------*/
@keyframes shiny {
  0% {
    opacity: 0;
    transform: scale(0) rotate(25deg);
  }
  50% {
    opacity: 1;
    transform: scale(1) rotate(25deg);
  }
  100% {
    opacity: 0;
    transform: scale(50) rotate(25deg);
  }
}
@keyframes scroll-btn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(200px);
  }
}
@keyframes leaf-move {
  from {
    transform: rotate(7.5deg);
  }
  to {
    transform: rotate(-7.5deg);
  }
}
.js-observe {
  opacity: 0;
}
.js-observe.js-count {
  opacity: 1;
}

.fadeIn {
  animation: fadeIn 3s ease 0s both 1 normal;
}

.fadeInRight {
  animation: fadeInRight 1.5s ease 0s both 1 normal;
}

.fadeInLeft {
  animation: fadeInLeft 1.5s ease 0s both 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp0 {
  animation: fadeInUp0 1.25s ease 0s both 1 normal;
}

.fadeInUp1 {
  animation: fadeInUp1 1.25s ease 0.5s both 1 normal;
}

.fadeInUp2 {
  animation: fadeInUp2 1.25s ease 1s both 1 normal;
}

.fadeInUp3 {
  animation: fadeInUp3 1.25s ease 1.5s both 1 normal;
}

.fadeInUp4 {
  animation: fadeInUp4 1.25s ease 2s both 1 normal;
}

.fadeInUp5 {
  animation: fadeInUp5 1.25s ease 2.5s both 1 normal;
}

@keyframes fadeInUp0 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp1 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp4 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp5 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/* ↓ インナーの定義 -------*/
.w1200 {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
}

.w1100 {
  width: 1100px;
  max-width: 95%;
  margin: 0 auto;
}

.w1093 {
  width: 1093px;
  max-width: 80%;
  margin: 0 auto;
}

.w1080 {
  width: 1080px;
  max-width: 95%;
  margin: 0 auto;
}

.w890 {
  width: 890px;
  max-width: 75%;
  margin: 0 auto;
}

.w850 {
  width: 850px;
  max-width: 95%;
  margin: 0 auto;
}

.w710 {
  width: 710px;
  max-width: 95%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sw100 {
    width: 100%;
    max-width: 100%;
  }
  .sw98 {
    max-width: 98%;
  }
  .sw92 {
    max-width: 92%;
  }
  .sw88 {
    max-width: 88%;
  }
  .sw82 {
    max-width: 82%;
  }
}
/* ↓ その他の定義 -------*/
html {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 4.266675vw;
  }
}

body {
  font-family: "Noto Sans JP";
  line-height: 1.4;
  color: #333;
  letter-spacing: 0;
}

img {
  backface-visibility: hidden;
}

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

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

.btn-basic {
  display: inline-block;
  line-height: 1.4 !important;
  color: #fff !important;
  text-align: center;
  background: #f8710a !important;
  border-radius: 9999px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
.btn-basic::after {
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  content: "";
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@media (any-hover: hover) {
  .btn-basic:hover {
    opacity: 0.3;
  }
}
.btn-basic span {
  display: block !important;
  margin: 0 !important;
  color: #fff !important;
}

.single-title {
  display: block;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1rem;
}
.single-title {
  font-size: 1.875rem;
}
@media screen and (max-width: 1600px) {
  .single-title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1300px) {
  .single-title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .single-title {
    font-size: 1.3749973145rem;
  }
}
@media screen and (max-width: 768px) {
  .single-title {
    letter-spacing: 0;
  }
}
.single-title span {
  position: relative;
  display: inline-block;
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #46b3ba;
  letter-spacing: 0.3rem;
}
.single-title span {
  font-size: 1.625rem;
}
@media screen and (max-width: 1600px) {
  .single-title span {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 1300px) {
  .single-title span {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 768px) {
  .single-title span {
    font-size: 1.2499975586rem;
  }
}
@media screen and (max-width: 768px) {
  .single-title span {
    letter-spacing: 0.15rem;
  }
}
.single-title span::before {
  position: absolute;
  display: block;
  content: "";
  top: 1.2rem;
  right: 103%;
  left: -7.5rem;
  height: 2px;
  background: #46b3ba;
}
@media screen and (max-width: 768px) {
  .single-title span::before {
    top: 0.9rem;
    right: 103.5%;
    margin: 0;
  }
}

.sec-title {
  display: block;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1rem;
}
.sec-title {
  font-size: 1.875rem;
}
@media screen and (max-width: 1600px) {
  .sec-title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1300px) {
  .sec-title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-title {
    font-size: 1.3749973145rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-title {
    letter-spacing: 0;
  }
}
.sec-title span {
  position: relative;
  display: inline-block;
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #46b3ba;
  letter-spacing: 0.3rem;
}
.sec-title span {
  font-size: 2.875rem;
}
@media screen and (max-width: 1600px) {
  .sec-title span {
    font-size: 2.875rem;
  }
}
@media screen and (max-width: 1300px) {
  .sec-title span {
    font-size: 2.875rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-title span {
    font-size: 2.6249948731rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-title span {
    margin-bottom: 1rem;
    line-height: 1.05;
  }
}
.sec-title span::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: calc(85% + 6.5rem);
  bottom: 0;
  left: calc(50% - 50vw);
  height: 2px;
  margin: auto;
  background: #46b3ba;
}
@media screen and (max-width: 768px) {
  .sec-title span::before {
    right: calc(100% + 1.5rem);
  }
}

.sec-blue-title {
  font-family: "Noto Serif JP";
  color: #01366b;
  text-align: center;
}
.sec-blue-title {
  font-size: 3rem;
}
@media screen and (max-width: 1600px) {
  .sec-blue-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1300px) {
  .sec-blue-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-blue-title {
    font-size: 1.8749963379rem;
  }
}

.page-ttl {
  padding: 1.25rem 0;
  background: #f1f5f9;
}
@media screen and (max-width: 768px) {
  .page-ttl {
    padding: 0.5rem 0;
  }
}
.page-ttl h1 {
  font-weight: 400;
}
.page-ttl h1 {
  font-size: 1.5625rem;
}
@media screen and (max-width: 1600px) {
  .page-ttl h1 {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 1300px) {
  .page-ttl h1 {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .page-ttl h1 {
    font-size: 1.5624969482rem;
  }
}

.ttlRec {
  text-align: center;
}
.ttlRec h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.2rem;
  margin-top: 0.5rem;
  font-family: "M PLUS 2";
  font-weight: 400;
  line-height: 1.65;
  color: #7cd3fd;
  letter-spacing: 0.6rem;
  background: #f0d4ea;
}
.ttlRec h1 {
  font-size: 1.875rem;
}
@media screen and (max-width: 1600px) {
  .ttlRec h1 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1300px) {
  .ttlRec h1 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .ttlRec h1 {
    font-size: 1.5624969482rem;
  }
}
@media screen and (max-width: 768px) {
  .ttlRec h1 {
    height: 8rem;
  }
}
.ttlRec h1 span {
  position: relative;
}
.ttlRec h1 span img {
  position: absolute;
  top: 0;
  right: -19rem;
  bottom: -4rem;
  height: 12rem;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .ttlRec h1 span img {
    right: -12rem;
  }
}
@media screen and (max-width: 768px) {
  .ttlRec h1 span img {
    right: -4rem;
    bottom: -3.75rem;
    height: 6rem;
  }
}
.ttlRec p {
  padding: 1.2rem 0;
  background: #fff;
}

.current-menu a span {
  color: #f8710a !important;
}

.headerSec {
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 1.25rem 1rem 1.25rem 2rem;
  background: #fff;
  border-top: 8px solid #46b3ba;
  border-bottom: 8px solid #46b3ba;
}
@media screen and (max-width: 1300px) {
  .headerSec {
    padding: 1.25rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .headerSec {
    padding: 1rem;
  }
}
.headerSec--page {
  padding: 1.1rem 1.5rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .headerSec--page {
    padding: 0.75rem 1rem 1.8rem;
  }
}
.headerSec__nav {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .headerSec__nav {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
}
.headerSec__logo {
  width: 25rem;
  margin-right: auto;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .headerSec__logo:hover {
    opacity: 0.3;
  }
}
@media screen and (max-width: 1300px) {
  .headerSec__logo {
    order: 0;
  }
}
@media screen and (max-width: 768px) {
  .headerSec__logo {
    width: 15rem;
  }
}
.headerSec__logo img {
  width: 100%;
}
.headerSec__entry {
  flex-shrink: 0;
  padding: 0.55rem 1.5rem;
}
.headerSec__entry {
  font-size: 1rem;
}
@media screen and (max-width: 1600px) {
  .headerSec__entry {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1300px) {
  .headerSec__entry {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .headerSec__entry {
    font-size: 0.9999980469rem;
  }
}
.headerSec__entry span {
  font-size: 0.875rem;
}
@media screen and (max-width: 1600px) {
  .headerSec__entry span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1300px) {
  .headerSec__entry span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .headerSec__entry span {
    font-size: 0.874998291rem;
  }
}
@media screen and (max-width: 1300px) {
  .headerSec__entry {
    order: 1;
    padding: 0.55rem 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .headerSec__entry {
    display: none;
  }
}
.headerSec__menu {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .headerSec__menu {
    justify-content: center;
    order: 3;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .headerSec__menu {
    display: none;
  }
}
.headerSec__menu li {
  border-left: 1px solid #333;
}
.headerSec__menu li:first-child {
  border: none;
}
.headerSec__menu li a {
  display: block;
  padding: 0 1rem;
  line-height: 1.7;
  color: #333;
  border-radius: 2rem;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .headerSec__menu li a:hover {
    opacity: 0.3;
  }
}
.headerSec__menu li a {
  font-size: 1rem;
}
@media screen and (max-width: 1600px) {
  .headerSec__menu li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1300px) {
  .headerSec__menu li a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .headerSec__menu li a {
    font-size: 0.9999980469rem;
  }
}
@media screen and (max-width: 1300px) {
  .headerSec__menu li a {
    padding: 0 0.5rem;
  }
}
.headerSec__menu li a span {
  display: block;
  color: #46b3ba;
}
.headerSec__menu li a span {
  font-size: 0.875rem;
}
@media screen and (max-width: 1600px) {
  .headerSec__menu li a span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1300px) {
  .headerSec__menu li a span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .headerSec__menu li a span {
    font-size: 0.874998291rem;
  }
}

/*------ hamburger ------*/
.spNav {
  display: none;
}
@media screen and (max-width: 768px) {
  .spNav {
    display: block;
  }
}

.fat-nav {
  transform-origin: 50% 50%;
}
.fat-nav__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hamburger {
  top: 0.85rem;
  right: 0.75rem;
  z-index: 9999;
  display: none;
  width: 3rem;
  height: 3rem;
  padding: 0;
  background: #fff;
  border: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
  }
}
.hamburger.active {
  background: #46b3ba;
  border: none;
}
.hamburger.active .hamburger__icon::before,
.hamburger.active .hamburger__icon::after {
  background: #fff;
}
.hamburger.active .hamburger__icon::before {
  top: -12px;
}
.hamburger.active .hamburger__icon::after {
  top: 12px;
}
.hamburger__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1.4rem;
  height: 3px;
  margin: auto;
  background: #46b3ba;
}
.hamburger__icon::before {
  top: -0.5rem;
  width: 1.4rem;
  height: 3px;
  background: #46b3ba;
}
.hamburger__icon::after {
  top: 0.5rem;
  width: 1.4rem;
  height: 3px;
  background: #46b3ba;
}

.nav-container {
  display: block;
  width: 100%;
  padding: 0 2rem;
}
.nav-container ul {
  display: block;
}
.nav-container ul li {
  padding: 0;
  margin-bottom: 1.25rem;
  text-align: left;
}
.nav-container ul li {
  font-size: 1.25rem;
}
@media screen and (max-width: 1600px) {
  .nav-container ul li {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1300px) {
  .nav-container ul li {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .nav-container ul li {
    font-size: 1.2499975586rem;
  }
}
.nav-container ul li:last-child {
  margin-bottom: 0;
}
.nav-container ul li a {
  display: block;
  line-height: 1.4;
  color: #333;
}
.nav-container ul li a span {
  display: inline-block;
  margin-left: 1rem;
  color: #46b3ba;
}
.nav-container ul li a span {
  font-size: 0.875rem;
}
@media screen and (max-width: 1600px) {
  .nav-container ul li a span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1300px) {
  .nav-container ul li a span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .nav-container ul li a span {
    font-size: 0.874998291rem;
  }
}
.nav-container ul .btn-basic {
  width: 100%;
  padding: 0.75rem 0;
  margin: 2.5rem auto 0;
  color: #fff !important;
}

#js-bottomNavi {
  position: sticky;
  z-index: 99;
  transition: 0.5s;
}
#js-bottomNavi.is-show {
  bottom: 0 !important;
  box-shadow: rgba(44, 30, 28, 0.3) 0px 0px 7.5px;
}

.bottomNavi {
  display: none;
}
@media screen and (max-width: 768px) {
  .bottomNavi {
    display: flex;
  }
}
.bottomNavi__btns {
  display: flex;
  width: 100%;
}
.bottomNavi__btns div {
  width: 100%;
}
.bottomNavi__btns div:last-child a {
  background: #46b3ba;
}
.bottomNavi__btns div a {
  position: relative;
  display: flex;
  gap: 0.25rem;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0.9rem 0;
  line-height: 1.4;
  color: #fff !important;
  text-align: center;
  background: #f8710a;
}
.bottomNavi__btns div a {
  font-size: 0.9375rem;
}
@media screen and (max-width: 1600px) {
  .bottomNavi__btns div a {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 1300px) {
  .bottomNavi__btns div a {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .bottomNavi__btns div a {
    font-size: 0.9374981689rem;
  }
}
.bottomNavi__btns div a i {
  transform: translateY(0.1rem) rotate(30deg);
}
.bottomNavi__btns div a i {
  font-size: 1.125rem;
}
@media screen and (max-width: 1600px) {
  .bottomNavi__btns div a i {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1300px) {
  .bottomNavi__btns div a i {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .bottomNavi__btns div a i {
    font-size: 1.1249978027rem;
  }
}

.footerSec {
  position: relative;
  color: #fff;
  background: #333;
}
.footerSec__container {
  display: flex;
  gap: 10rem;
  padding: 4rem 0 1rem;
}
@media screen and (max-width: 1300px) {
  .footerSec__container {
    gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__container {
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 3rem 0 1.5rem;
  }
}
.footerSec__logo {
  display: block;
  width: 25rem;
  margin-bottom: 3.75rem;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .footerSec__logo:hover {
    opacity: 0.3;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__logo {
    width: 20rem;
    margin-bottom: 2rem;
  }
}
.footerSec__logo img {
  width: 100%;
}
.footerSec__info {
  flex-shrink: 0;
}
.footerSec__info p {
  line-height: 1.7;
}
.footerSec__info p {
  font-size: 1rem;
}
@media screen and (max-width: 1600px) {
  .footerSec__info p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1300px) {
  .footerSec__info p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__info p {
    font-size: 0.8437483521rem;
  }
}
.footerSec__info a {
  color: #fff;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .footerSec__info a:hover {
    opacity: 0.3;
  }
}
.footerSec__info a {
  font-size: 1rem;
}
@media screen and (max-width: 1600px) {
  .footerSec__info a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1300px) {
  .footerSec__info a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__info a {
    font-size: 0.9999980469rem;
  }
}
.footerSec__nav {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .footerSec__nav {
    display: none;
  }
}
.footerSec__nav__tel {
  display: block;
  margin: 0.05rem 0 -0.3rem;
  font-family: "Roboto";
  letter-spacing: 0.09rem;
}
.footerSec__nav__tel {
  font-size: 2.125rem;
}
@media screen and (max-width: 1600px) {
  .footerSec__nav__tel {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 1300px) {
  .footerSec__nav__tel {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__nav__tel {
    font-size: 2.1249958496rem;
  }
}
.footerSec__nav__btns {
  display: flex;
  gap: 2rem;
}
.footerSec__nav__btns li a {
  position: relative;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  height: 100%;
  padding: 0.25rem 0rem 0.5rem 0rem;
}
.footerSec__nav__btns li a {
  font-size: 1.375rem;
}
@media screen and (max-width: 1600px) {
  .footerSec__nav__btns li a {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 1300px) {
  .footerSec__nav__btns li a {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__nav__btns li a {
    font-size: 1.3749973145rem;
  }
}
.footerSec__nav__btns li a i {
  display: inline-block;
  transform: translateY(0.1rem) rotate(30deg);
}
.footerSec__nav__btns li a i {
  font-size: 1.75rem;
}
@media screen and (max-width: 1600px) {
  .footerSec__nav__btns li a i {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1300px) {
  .footerSec__nav__btns li a i {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__nav__btns li a i {
    font-size: 1.749996582rem;
  }
}
.footerSec__menu {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .footerSec__menu {
    width: 100%;
  }
}
.footerSec__menu h2 {
  display: block;
  padding-bottom: 0.25rem;
  margin-bottom: 1rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  border-bottom: 1px solid #fff;
}
.footerSec__menu h2 {
  font-size: 1.25rem;
}
@media screen and (max-width: 1600px) {
  .footerSec__menu h2 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1300px) {
  .footerSec__menu h2 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__menu h2 {
    font-size: 1.4999970703rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__menu h2 {
    margin-bottom: 1.5rem;
  }
}
.footerSec__menu ul li {
  margin-bottom: 0.75rem;
}
.footerSec__menu ul li a {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .footerSec__menu ul li a:hover {
    opacity: 0.3;
  }
}
.footerSec__menu ul li a {
  font-size: 1rem;
}
@media screen and (max-width: 1600px) {
  .footerSec__menu ul li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1300px) {
  .footerSec__menu ul li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__menu ul li a {
    font-size: 1.1249978027rem;
  }
}
.footerSec__menu ul li a i {
  margin-right: 0.35rem;
}
.footerSec__menu ul li a span {
  margin-left: 0.5rem;
}
.footerSec__menu ul li a span {
  font-size: 0.75rem;
}
@media screen and (max-width: 1600px) {
  .footerSec__menu ul li a span {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1300px) {
  .footerSec__menu ul li a span {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__menu ul li a span {
    font-size: 0.7499985352rem;
  }
}
.footerSec__menu ul li .btn-mail {
  font-size: 2.125rem;
}
@media screen and (max-width: 1600px) {
  .footerSec__menu ul li .btn-mail {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 1300px) {
  .footerSec__menu ul li .btn-mail {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__menu ul li .btn-mail {
    font-size: 2.9999941406rem;
  }
}
.footerSec__copyright {
  padding: 1.25rem 0;
  line-height: 1.5;
  color: #333;
  text-align: center;
  letter-spacing: 0.1rem;
  background: #fff;
}
.footerSec__copyright {
  font-size: 0.875rem;
}
@media screen and (max-width: 1600px) {
  .footerSec__copyright {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1300px) {
  .footerSec__copyright {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__copyright {
    font-size: 0.6249987793rem;
  }
}
@media screen and (max-width: 768px) {
  .footerSec__copyright {
    padding: 0.75rem 0;
  }
}

.pageTop {
  position: fixed;
  right: 2rem;
  z-index: 99;
  width: 5rem;
  height: 5rem;
  transform: translateY(200px);
}
@media screen and (max-width: 768px) {
  .pageTop {
    right: 1rem;
    width: 2.75rem;
    height: 2.75rem;
  }
}
.pageTop a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  background: #46b3ba;
  border: 1px solid #fff;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .pageTop a:hover {
    opacity: 0.3;
  }
}
.pageTop a {
  font-size: 1.125rem;
}
@media screen and (max-width: 1600px) {
  .pageTop a {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1300px) {
  .pageTop a {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .pageTop a {
    font-size: 0.8124984131rem;
  }
}

.pageTop.UpMove {
  animation: UpAnime 0.5s forwards;
}

.pageTop.DownMove {
  animation: DownAnime 0.5s forwards;
}

/*----------- single -----------*/
.single-mv {
  position: relative;
  width: 100%;
  border-radius: 2.5rem;
}
@media screen and (max-width: 768px) {
  .single-mv {
    border-radius: 1rem;
  }
}
.single-mv img {
  width: 100%;
  height: 27.5rem;
  object-fit: cover;
  object-position: 100% 5%;
}
@media screen and (max-width: 1300px) {
  .single-mv img {
    height: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .single-mv img {
    height: 18rem;
    object-position: 25% 50%;
  }
}
.single-mv h3 {
  position: absolute;
  bottom: 0;
  left: 1rem;
  z-index: 10;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.15rem;
}
.single-mv h3 {
  font-size: 6.875rem;
}
@media screen and (max-width: 1600px) {
  .single-mv h3 {
    font-size: 6.875rem;
  }
}
@media screen and (max-width: 1300px) {
  .single-mv h3 {
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 768px) {
  .single-mv h3 {
    font-size: 3.4374932861rem;
  }
}
@media screen and (max-width: 768px) {
  .single-mv h3 {
    bottom: 0rem;
    left: 0.75rem;
  }
}
.single-mv h4 {
  position: absolute;
  top: 2rem;
  right: 14.5rem;
  z-index: 10;
  font-weight: 400;
  color: #fff;
  text-align: right;
  letter-spacing: 0.1rem;
}
.single-mv h4 {
  font-size: 3.125rem;
}
@media screen and (max-width: 1600px) {
  .single-mv h4 {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 1300px) {
  .single-mv h4 {
    font-size: 2.875rem;
  }
}
@media screen and (max-width: 768px) {
  .single-mv h4 {
    font-size: 1.4999970703rem;
  }
}
@media screen and (max-width: 1300px) {
  .single-mv h4 {
    top: 1rem;
    right: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .single-mv h4 {
    top: 2.25rem;
    right: 1rem;
    line-height: 1.2;
  }
}
.single-mv h4 span {
  font-size: 5rem;
}
@media screen and (max-width: 1600px) {
  .single-mv h4 span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1300px) {
  .single-mv h4 span {
    font-size: 4.0625rem;
  }
}
@media screen and (max-width: 768px) {
  .single-mv h4 span {
    font-size: 3.1249938965rem;
  }
}
.single-mv p {
  position: absolute;
  top: 9rem;
  right: 15rem;
  z-index: 10;
  padding: 1rem 2rem;
  line-height: 2;
  letter-spacing: -0.05rem;
  background: rgba(255, 255, 255, 0.8);
}
.single-mv p {
  font-size: 1.625rem;
}
@media screen and (max-width: 1600px) {
  .single-mv p {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 1300px) {
  .single-mv p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .single-mv p {
    font-size: 0.9999980469rem;
  }
}
@media screen and (max-width: 1300px) {
  .single-mv p {
    top: 7rem;
    right: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .single-mv p {
    top: 8.5rem;
    right: 1em;
    padding: 0.5rem 0.75rem;
  }
}

/*----------- single -----------*/
.singleSec {
  padding: 6rem 0 7rem;
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  .singleSec {
    padding: 4rem 0 4rem;
    margin-left: 1.25rem;
  }
}
.singleSec__container {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .singleSec__container {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.singleSec__item {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .singleSec__item {
    margin-bottom: 3.5rem;
  }
}
.singleSec__item:last-child {
  margin: 0;
}
.singleSec__item h3 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .singleSec__item h3 {
    margin-bottom: 1rem;
  }
}
.singleSec__item p {
  line-height: 1.7;
}
.singleSec__item p {
  font-size: 1.25rem;
}
@media screen and (max-width: 1600px) {
  .singleSec__item p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1300px) {
  .singleSec__item p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .singleSec__item p {
    font-size: 0.9999980469rem;
  }
}
.singleSec__item ul li {
  margin-bottom: 1rem;
  line-height: 1.7;
}
.singleSec__item ul li {
  font-size: 1.25rem;
}
@media screen and (max-width: 1600px) {
  .singleSec__item ul li {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1300px) {
  .singleSec__item ul li {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .singleSec__item ul li {
    font-size: 0.9999980469rem;
  }
}
@media screen and (max-width: 768px) {
  .singleSec__item ul li {
    margin-bottom: 0.5rem;
  }
}
.singleSec__item img {
  display: block;
  width: 27.5rem;
}
@media screen and (max-width: 1300px) {
  .singleSec__item img {
    width: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .singleSec__item img {
    width: 100%;
  }
}

/*----------- next -----------*/
.nextSec {
  padding: 0 0 8rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .nextSec {
    padding: 0 0 5rem;
  }
}
.nextSec h2 {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .nextSec h2 {
    margin-bottom: 2.5rem;
  }
}
.nextSec h2 span::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: calc(50% - 50vw);
  bottom: 0;
  left: calc(85% + 6.5rem);
  height: 2px;
  margin: auto;
  background: #46b3ba;
}
@media screen and (max-width: 768px) {
  .nextSec h2 span::after {
    left: calc(100% + 1.5rem);
  }
}
.nextSec__box {
  padding: 1.75rem 1.75rem 3.75rem 1.75rem;
}
@media screen and (max-width: 768px) {
  .nextSec__box {
    padding: 1rem 1rem 2rem 1rem;
  }
}
.nextSec__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .nextSec__list {
    gap: 2rem;
  }
}
.nextSec__item {
  display: block;
  width: calc(33.333% - 1rem);
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 0 1.5rem rgba(162, 178, 182, 0.4);
}
@media screen and (max-width: 768px) {
  .nextSec__item {
    width: 100% !important;
  }
}
.nextSec__item img {
  width: 100%;
}
.nextSec__item a {
  position: relative;
  display: block;
  height: 100%;
  color: #333;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .nextSec__item a:hover {
    opacity: 0.3;
  }
}
.nextSec__item a:after {
  position: absolute;
  right: 1.25rem;
  bottom: 1rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  color: #6a6a6a;
  content: "\f0a9";
}
.nextSec__item a:after {
  font-size: 1.9375rem;
}
@media screen and (max-width: 1600px) {
  .nextSec__item a:after {
    font-size: 1.9375rem;
  }
}
@media screen and (max-width: 1300px) {
  .nextSec__item a:after {
    font-size: 1.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .nextSec__item a:after {
    font-size: 1.6249968262rem;
  }
}
@media screen and (max-width: 768px) {
  .nextSec__item a:after {
    right: 1rem;
    bottom: 0.5rem;
  }
}
.nextSec__item h3 {
  margin-bottom: 0.75rem;
}
.nextSec__item h3 {
  font-size: 1.375rem;
}
@media screen and (max-width: 1600px) {
  .nextSec__item h3 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 1300px) {
  .nextSec__item h3 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .nextSec__item h3 {
    font-size: 1.1249978027rem;
  }
}
.nextSec__item p {
  font-size: 1.375rem;
}
@media screen and (max-width: 1600px) {
  .nextSec__item p {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 1300px) {
  .nextSec__item p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .nextSec__item p {
    font-size: 1.1249978027rem;
  }
}
