@charset "utf-8";
/* linect テーマ（www.linect-okinawa.com）のヘッダー／フッター系ルールを抜き出し、Accio 配色に置換したもの */


.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  z-index: 20;
  color: #392d2f;
  background: #ffffff;
  
  align-items: center;
  border-radius: 50px;
}


.header.scrolled {
  background: #ffffffd1;
  -webkit-box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.03);
  transition: all 0.3s;
  backdrop-filter: blur(8px);
}


.header.-sub {
  background-color: #ffffff;
}


.header__logo {
  margin-left: 1rem;
  margin-top: 0rem;
  width: 20rem;
  margin-left: 4rem;
}


.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.header__top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #392d2f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  
  padding-top: 1.2rem;
}


.header__top.-sub {
  color: #1d1d1d;
}


.header__tel {
  font-size: 3rem;
  font-weight: 700;
  position: relative;
}


.header__tel::before {
  background-image: url(../img/linect/tel-color.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -5px;
  content: "";
  
  
  height: 2rem;
  left: -2.1rem;
  margin: auto;
  position: absolute;
  top: 0;
  width: 2rem;
}


.header__tel.-sub {
  text-shadow: none;
}


.header__tel.-sub::before {
  background-image: url(../img/linect/tel-color.svg);
}


.header__time {
  font-size: 1.2rem;
  margin-left: 1.1rem;
}


.header__time span {}


.header__time span:nth-of-type(1) {
  border: 1px solid #14325c;
  font-size: 1rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}


.header__time span:nth-of-type(2) {
  font-size: 1.2rem;
}


.header__time.-sub span:nth-of-type(1) {
  border: 1px solid #14325c;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.header__time.-sub span:nth-of-type(1) span {
  text-shadow: none;
}


.header__nav {
  margin-right: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}


.header__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.header__item:not(:first-of-type) {
  margin-left: 2rem;
}


.header__item:last-of-type {
  
}


.header__item:last-of-type a {
  
}


.header__link {
    color: #1d1d1d;
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center;
}


.header__link.-sub {
  color: #1d1d1d;
}


.header__btn {
  background: linear-gradient(to right, #14325c, #1d5fa8);
  margin: 0 0 0 1px;
  border-radius: 0%;
  padding: 11px 33px 14px 70px;
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
  position: relative;
  transition: 0.3s;
  margin: 15px 5rem 15px 0;
  border-radius: 10px;
}


.header__btn:hover {
  opacity: 0.6;
  transition: 0.3s;
}


.header__btn::before {
  position: absolute;
  content: "";
  background-image: url(../img/linect/instagram.svg);
  background-repeat: no-repeat;
  background-size: 3.5rem;
  top: 19%;
  left: 13%;
  width: 3rem;
  height: 3rem;
  background-size: contain;
  transition: 0.3s;
}


.header__btn.email::before {
  background-image: url(../img/linect/header_icon001.svg);
}


.header__btn.line::before {
  background-image: url(../img/linect/line.svg);
}


.header__btn.ig::before {
  background-image: url(../img/linect/instagram.svg);
}


.header__btn.fb::before {
  background-image: url(../img/linect/facebook.png);
}


.nav-sns .header__btn.fb::before {
  background-image: url(../img/linect/facebook_color.svg);
}


.nav-sns .header__btn.ig::before {
  background-image: url(../img/linect/instagram-gray.svg);
}


.nav-sns .header__btn.line::before {
  background-image: url(../img/linect/line-gray.svg);
}


.nav-sns .header__btn::before {
  width: 5rem;
  height: 5rem;
}


.nav-sns .header__btn {
  background: none;
}


.header__item.-sns {
  width: 1.995rem;
  margin-left: 1.5rem;
}


.header__item .ig {
  width: 20px;
}


.header__item .ig img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {

  .header__link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: relative;
  }


  .header__link:hover {
    
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #14325c;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {

  .header__logo {
    margin-left: 2rem;
    width: 15rem;
  }
}


.footer {
  padding-top: 2rem;
  padding-bottom: 10rem;
}


.footer__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
}


.footer__item:not(:first-of-type) {
  margin-left: 3rem;
}


.footer__item:last-of-type {
  
}


.footer__item:last-of-type a {
  width: 20px;
}


.footer_link_banner {
  background: #1d5fa8;
  background: -moz-linear-gradient(left,
      #1d5fa8 0%,
      #14325c 100%);
  background: -webkit-linear-gradient(left,
      #1d5fa8 0%,
      #14325c 100%);
  background: #6b3fa0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d5fa8', endColorstr='#14325c', GradientType=1);
  padding: 50px 0 50px 0;
}


.footer_link_banner .footer_link_banner_inner {
  max-width: 116.8rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2%;
}


.footer_link_banner .footer_link_banner_inner a {
  width: 23.5%;
  background: #fff;
}


.footer__link {
  font-size: 1.6rem;
  font-weight: 600;
}


.footer__logo {
  margin-top: 1rem;
  width: 12rem;
}


.footer__address {
  margin-top: 2rem;
}


.footer__address span {
  display: block;
  font-style: normal;
  line-height: 1.5;
  margin-top: 10px;
}


.footer__details img {
  width: 27px;
}


.footer__details-num {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 10px;
}


.footer__details {
  margin-top: 2rem;
}


.footer__details-time {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 2;
    margin-top: 8px;
    margin-left: 20px;
}


.footer__details-time span {
  color: #fff;
  background: #585858;
  padding: 1px 8px 2px;
  font-weight: 600;
  margin-right: 10px;
}


.footer__details {
  display: flex;
}


.footer__copyright {
  background: #fff;
  color: #1d1d1d;
  display: block;
  font-size: 1.4rem;
  padding-bottom: 2.3rem;
  padding-top: 2.3rem;
  text-align: center;
  width: 100%;
}


.footer .page-top {
  width: 100%;
}


.footer .page-top a {
  bottom: 1.15rem;
  display: inline-block;
  position: absolute;
  right: 2.3rem;
}


.footer .page-top__img {
  margin-left: auto;
  margin-right: auto;
  width: 1.6rem;
}


.footer .page-top span {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 0.4rem;
  color: #fff;
}


.footer_top {
  
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  background: #14325c;
}


.footer_top .sec_ttl {
  color: #fff;
  padding-top: 4rem;
}


.footer_top .sec_ttl .en {
  color: #c8102e;
  font-size: 30px;
  font-weight: 500;
}


.footer_text {
  
  color: #333;
  padding-top: 20px;
  font-size: 100%;
  line-height: 1.7;
  background: #fff;
  padding: 20px;
  padding-top: 0;
  border-radius: 0 0 12px 12px;
  text-align: center;
}


.footer_flex {
  display: flex;
  justify-content: center;
  margin: 2rem auto 0;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  padding: 2rem 1rem;
  border-radius: 12px;
  width: 100%;
  color: #fff;
}


.footer_flex .left,
.footer_flex .right {
  width: calc((100% - 30px) / 2);
  
  border-radius: 6px;
  
  width: 100%;
}


.footer_flex .tel {
  font-size: 35px;
  
  
  transition: 0.3s;
  line-height: 1.1;
}


.footer_flex .tel span {
  font-weight: 600;
  font-size: 55px;
}


.footer_flex .tel img {
  width: 24px;
  bottom: -2px;
  position: relative;
}


.footer_flex .tel:hover {
  opacity: 0.7;
}


.footer_flex .tel_text .text01 {
  font-size: 15px;
  margin-right: 0px;
  border: 1px solid #6b3fa0;
  padding: 0px 3px;
}


.tel_text {
  margin: 0;
  margin-top: -1rem;
}


.footer_flex .tel_text .text02 {
  font-size: 23px;
}


.footer_flex .tel_text .text03 {
  font-size: 16px;
}


.tel_text02 {
  font-size: 26px;
}


.footer_flex .mail {
  display: block;
  background: #fff;
  color: #1d1d1d;
  width: 100%;
  max-width: 560px;
  text-align: center;
  padding: 22px 10px;
  font-size: 32px;
  font-weight: 600;
  transition: 0.3s;
  margin: auto 0 auto;
  margin-bottom: 20px;
  border-radius: 6px;
}


.footer_flex .tel {
  text-align: center;
  padding: 10px 10px;
}


.footer_flex .left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}


.footer_flex .mail span,
.footer_flex .tel span {
  padding-left: 25px;
  position: relative;
  font-weight: 600;
}


.footer_flex .mail span::after,
.footer_flex .mail span::before,
.footer_flex .tel span::after,
.footer_flex .tel span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  transition: 0.3s;
}


.footer_flex .mail span::after {
  background: url(../img/linect/mail.svg) no-repeat center/contain;
  width: 40px;
  height: 32px;
  top: 54%;
  left: -17px;
}


.footer_flex .tel span::after {
  background: url(../img/linect/tel-white.svg) no-repeat center/contain;
  width: 60px;
  height: 60px;
  left: -4rem;
}



.footer_flex .tel span::before {
  background: url(../img/linect/tel_white.svg) no-repeat center/contain;
  opacity: 0;
}


.footer_flex .mail:hover,
.footer_flex .tel:hover {
  opacity: 0.7;
}


.footer_flex .mail:hover span::after,
.footer_flex .tel:hover span::after {
  
}


.footer_flex .mail:hover span::before,
.footer_flex .tel:hover span::before {
  opacity: 1;
}


.footer_flex .mail_text {
  margin-top: 5px;
}


.footer_flex .contact_other span {
  padding-left: 25px;
  position: relative;
}


.footer_flex .contact_other span::after,
.footer_flex .contact_other span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  transition: 0.3s;
}


.footer_flex .contact_other span::after {
  background: url(../img/linect/line.svg) no-repeat center/contain;
}


.footer_flex .contact_other span::before {
  background: url(../img/linect/line_color.svg) no-repeat center/contain;
  opacity: 0;
}


.footer_flex .contact_other:hover {
  background-color: #fff;
  color: #6b3fa0;
}


.footer_flex .contact_other:hover span::after {
  opacity: 0;
}


.footer_flex .contact_other:hover span::before {
  opacity: 1;
}


.footer_flex .right {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  gap: 20px;
}
@media screen and (min-width: 768px) {

  .footer__link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }


  .footer__link:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }


  .footer_flex .tel_text .text01 {
    font-size: 10px;
  }
}


.sp_cta {
  position: fixed;
  width: 100%;
  display: block;
  height: 60px;
  bottom: 0;
  z-index: 2;
  background: #f4f8fc;
  display: flex;
  align-items: center;
  z-index: 11;
  border-top: 2px solid #fff;
  padding: 8px;
}


.sp_cta a {
  display: block;
  height: 100%;
  text-align: center;
  width: 50%;
  font-size: 16px;
  padding: 11px 0 10px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  background: #14325c;
  position: relative;
  margin: 5px;
  border-radius: 5px;
}


.sp_cta a:last-child {
  background: #1d5fa8;
}


.sp_cta a::before {
  position: absolute;
  content: "";
  background-image: url(../img/linect/tel-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 10px;
  left: 2rem;
  width: 2.1rem;
  height: 2.1rem;
}


.sp_cta a:last-child::before {
  position: absolute;
  content: "";
  background-image: url(../img/linect/header_icon001.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 8px;
  left: 10px;
  width: 2.5rem;
  height: 2.5rem;
  padding-top: 12px;
}


.sp_cta a span {
  font-weight: 400;
}
@media screen and (max-width: 767px) {


  .header-sp {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    background: #fff;
  }


  .header-sp.-sub {
    background-color: #fff;
  }


  .header-sp__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 3vw;
    padding-left: 0vw;
    padding-top: 3vw;
    background: #ffffff;
  }


  .header-sp__logo {
    position: relative;
    width: 28vw;
    z-index: 1;
    margin-left: 10px;
  }


  .hamburger {
    border: none;
    cursor: pointer;
    height: 14vw;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    width: 13.5vw;
    z-index: 40;
    background: #6b3fa0;
  }


  .hamburger.-sub span {
    background-color: #fff;
  }


  .hamburger span {
    background-color: #fff;
    height: 0.35vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 4.7vw;
  }


  .hamburger__lineTop {
    top: 5.1vw;
  }


  .hamburger__lineCenter {
    top: 6.4vw;
  }


  .hamburger__lineBottom {
    top: 7.7vw;
  }


  .nav-drawer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    display: none;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: scroll;
    padding-bottom: 35vw;
    padding-top: 20vw;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 35;
  }


  .nav-drawer__nav {
    padding-left: 0;
    padding-top: 0;
  }


  .nav-drawer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    color: #14325c;
    gap: 8px;
    padding: 0 16px;
  }


  
  .nav-drawer__item {
    margin-top: 0vw;
    background: #ffffff;
    padding: 15px 0 15px;
    position: relative;
    margin: auto;
    border-bottom: 1px solid #14325c;
  }


  .nav-drawer__item:last-of-type {
    
  }


  .nav-drawer__item:hover {
    opacity: 0.7;
  }


  .nav-drawer__link {
    font-size: 3.5vw;
    font-weight: 300;
    padding-bottom: 0;
    text-align: left;
    padding-left: 10px;
    color: #14325c;
  }


  .nav-drawer__btn {
    background: #1d5fa8;
    background: -moz-linear-gradient(left,
        #1d5fa8 0%,
        #14325c 100%);
    background: -webkit-linear-gradient(left,
        #1d5fa8 0%,
        #14325c 100%);
    background: #6b3fa0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d5fa8', endColorstr='#14325c', GradientType=1);
    color: #fff;
    display: inline-block;
    font-size: 4.5vw;
    margin-top: 7vw;
    padding: 3vw;
  }


  .nav-drawer__link-home {
    position: relative;
    font-size: 2rem;
    color: #6b3fa0;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }


  .nav-drawer__link-home img {
    width: 30px;
  }


  .nav-drawer__link.ig,
  .nav-drawer__link.line {
    padding-left: 0;
  }


  
  .nav-drawer__link span {
    font-size: 16px;
    letter-spacing: 0.03em;
    padding-bottom: 7px;
    padding-right: 10px;
    color: #333;
  }


  .nav-drawer__tel {
    font-size: 5vw;
    margin-top: 2vw;
    color: #14325c;
  }


  .nav-drawer__tel a {
    display: inline-block;
    margin-left: 4vw;
    position: relative;
    font-size: 20px;
  }


  .nav-drawer__tel.shop a {
    font-size: 28px;
    font-weight: 700;
  }


  .nav-drawer__tel a::before {
    background-image: url(../img/linect/tel-color.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 5vw;
    left: -6vw;
    margin: auto;
    position: absolute;
    top: 3px;
    width: 5vw;
  }


  .nav-drawer__shop {
    margin-top: 3rem;
  }


  .nav-drawer__tel.shop .nav-drawer__time {
    margin-bottom: 2vw;
  }


  .nav-drawer__tel.shop a::before {
    height: 7vw;
    left: -8vw;
    width: 7vw;
  }


  .nav-drawer__time {
    font-size: 4.5vw;
    margin-top: 3vw;
    color: #14325c;
  }


  .nav-drawer__time span {
    border: 1px solid #14325c;
    display: inline-block;
    margin-right: 2vw;
    padding: 1vw;
  }


  .nav-drawer__time:nth-of-type(2) {
    margin-top: 3vw;
  }


  
  .open .hamburger {
    background-color: #fff;
    -webkit-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
  }


  .open .hamburger__lineTop {
    top: 6.7vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  .open .hamburger__lineCenter {
    display: none;
  }


  .open .hamburger__lineBottom {
    top: 6.7vw;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }


  .open .hamburger span {
    background-color: #fff;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}
@media screen and (max-width: 767px) {

  .footer {
    padding-top: 15vw;
  }


  .footer_link_banner {
    padding: 40px 15px 40px 15px;
  }


  .footer_link_banner .footer_link_banner_inner {
    gap: 0;
  }


  .footer_link_banner .footer_link_banner_inner a {
    width: 46%;
    margin: 0 2% 3% 2%;
  }


  .footer__list {
    display: block;
    text-align: center;
  }


  .footer__item:not(:first-of-type) {
    margin-left: 0;
    margin-top: 10vw;
  }


  .footer__item:last-of-type {
    margin-left: 0;
    margin-top: 10vw;
  }


  .footer__item:last-of-type a {
    margin-left: auto;
    margin-right: auto;
  }


  .footer__link {
    font-size: 4vw;
  }


  .footer__logo {
    margin-top: 10vw;
    width: 80vw;
  }


  .footer__address {
    margin-top: 3vw;
  }


  .footer__address span {
    font-size: 14px;
  }


  .footer__copyright {
    font-size: 3.5vw;
    margin-top: 10vw;
    padding-bottom: 6vw;
    padding-top: 6vw;
    margin-bottom: 55px;
  }


  .footer .page-top span {
    font-size: 2.5vw;
    margin-top: 1vw;
  }


  .footer .page-top__img {
    width: 4vw;
  }


  .footer .page-top a {
    bottom: 4vw;
    right: 3vw;
    z-index: 10;
  }
}



.header-sp__top {
  height: 14vw;
  
}


.header-sp .nav-drawer__list {
  color: #333;
}


.header-sp .nav-drawer__btn {
  background: #1d5fa8;
  padding: 14px 80px;
}


.header-sp .nav-drawer__tel {
  color: #333;
}


.header-sp .nav-drawer__time {
  color: #333;
}


.header-sp .nav-drawer__time span {
  border-color: #333;
  font-size: 3.5vw;
}


.header-sp .hamburger {
  background: #14325c;
}



.footer {
  background: #fff;
  color: #1d1d1d;
}
@media (min-width: 768px) {


  .header__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 2rem;
    top: -3px;
    position: relative;
  }


  .header__nav {
    margin-right: 3rem;
  }


  .header__link {
    color: #392d2f;
    font-weight: 600;
  }


  .header__top {
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }


  .header__time {
    
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {


  .footer_flex {
    flex-direction: column;
    margin: 0;
    padding: 1rem 0;
  }


  .footer_flex .left,
  .footer_flex .right {
    width: 100%;
    margin: 0 auto 1rem auto !important;
  }


  .footer_flex .right {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    margin-top: 2rem;
    padding-bottom: 4rem;
    padding-left: 4vw;
    padding-right: 4vw;
  }


  .footer_top {
    padding-top: 0;
    padding-bottom: 0;
  }


  .footer_flex .tel {
    font-size: 3rem !important;
    
    width: 100%;
  }


  .footer_text {
    font-size: 14px;
  }
}


.sec05 .sec_inner__big {
  background-color: #fff;
  padding-top: 60px;
  
  overflow: hidden;
  color: #262830;
  background-image: url(../img/linect/advantagebg.png);
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-size: cover;
  background-position: center;
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {


  .sec05 .sec_inner__big {
    
    padding: 30px 0 50px;
  }
}


.footer-shop h2.c-heading01.c-heading01_center {
  text-align: left;
  background: #fff;
  padding: 18px;
  padding-bottom: 14px;
  border-radius: 12px 12px 0 0;
  text-align: center;
}
@media screen and (min-width: 1168px) {


  .footer_flex .tel_text .text03 {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 768px) {


  .header__nav {
    margin-right: 4rem !important;
  }
}
@media screen and (max-width: 767px) {

  .footer__logo {
    width: 140px;
    margin: auto;
    margin-top: 3rem;
  }
}


.header__time_contents {
  position: relative;
  top: 0.6rem;
}


.header__time {
  padding-bottom: 0.4rem;
  margin-left: 0;
}


.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0rem;
  position: relative;
  top: 0px;
}


.header__tel {
  font-size: 1.5vw;
  font-weight: 500;
  position: relative;
}


.sec03.bg_01 .sec_inner.inner {
  max-width: max-content;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}


.sp_cta a .contents_item .contents_img img {
  
  vertical-align: bottom;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.17, 0.84, 0.44, 1);
}
@media screen and (max-width: 767px) {


  .sec05 .sec_inner__big {
    border-radius: 6px;
    padding: 30px 0 0;
  }
}



.footer-contact .left__btn-wrap .btn.-color.mail:hover {
  color: var(--primary-color);
}


.footer_group {
  
  gap: 40px;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  margin-top: 2rem;
  padding-bottom: 8rem;
}


.footer_left {
  display: flex;
  text-align: left;
  gap: 20px;
  width: 100%;
}


.footer-contact__right {
  width: 100%;
  padding: 0;
  margin-top: 2rem;
  height: 100%;
}


.footer__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 15px;
    
    margin-top: 2rem;
    justify-content: flex-start;
    
    flex-wrap: wrap;
}


.footer__item:not(:first-of-type) {
  margin-left: 0;
}


.footer__item {
  position: relative;
}


.footer_group .footer_banner {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  margin-top: 3rem;
  width: auto;
  flex-direction: column;
}


.footer_left_contents {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: center;
  justify-items: center;
}


h3.footer_ttl {
  color: #333;
  font-weight: 700;
}


.footer_banner img {
  width: 100%;
}


.footer-contact__left {
  width: 100%;
}


.footer-contact .left__btn-wrap {
  padding-top: 0;
}


.footer-contact__left {
  width: 80%;
  background: #fff;
  margin: 0 auto;
  color: #333;
  padding: 20px;
}


.footer__item:last-of-type a {
  width: auto;
}


.footer_rigth {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
}


.footer_banner img {
  width: 50px;
}


.footer_sns {
  margin-top: 2rem;
}


.footer_note {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}


.right__map {
  height: 26vw;
}
@media screen and (min-width: 768px) {

  .footer__link {
    display: inline-block;
    padding-right: 17px;
  }
}
@media screen and (max-width: 767px) {

  .footer-contact__left {
    width: 100%;
  }


  .footer-contact .left__btn-wrap .btn.-color.mail {
    width: 230px;
  }


  .footer-contact .left__btn-wrap {
    padding-top: 4vh;
  }


  .footer {
    padding-top: 0;
  }


  .footer_group {
    gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 1rem;
    padding-bottom: 3rem;
  }


 .footer__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 2rem;
    gap: 1rem;
    column-gap: 2rem;
    justify-items: start;
    text-align: left;
}


  .footer__link {
    display: inline-block;
  }


  .footer__item+.footer__item {
    margin-top: 20px;
  }


  .footer_left {
    flex-direction: column;
    margin-top: 0;
  }


  .footer_rigth {
    margin-top: 3rem;
  }


  .footer_sns {
    margin-top: 2rem;
    padding-right: 30px;
    display: flex;
    gap: 20px;
  }


  .footer_note {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {


  .footer_top {
    margin-top: 1rem;
  }
}




.header__link::after {
  
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #14325c;
  bottom: -2rem;
  left: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


.header__link:hover::after {
  
  transform: scale(1, 1);
}




#page-top .footer_flex .tel span {
  font-size: 38px;
  padding-top: 0;
}


section#\30 2 .sec_inner.sec_inner__big {
  background: #f4f8fc;
}


.footer_top .c-heading01 span {
  margin-top: 0;
}


.header__item {
  position: relative;
  list-style: none;
}


.dropdown-menu {
  visibility: hidden;
  position: absolute;
  top: 230%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  width: 27rem;
}


.dropdown-menu li {
  margin: 0;
  padding: 0;
}


.footer-shop_flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}


.footer-shop_ttl {
  font-size: 24px;
  font-weight: 600;
  color: #6b3fa0;
}


.footer-shop {
  
  max-width: 900px;
}
@media screen and (max-width: 767px) {


  .footer_left_contents {
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }


  .footer__item+.footer__item {
    margin-top: 7px;
    font-size: 14px;
  }


  .footer__link {
    font-size: 14px;
  }


  .footer_flex .left {
    padding-left: 4vw;
    padding-right: 4vw;
  }


  .nav-sns {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    max-width: 210px;
    margin: 2rem auto;
  }


  .nav-sns__ig {
    display: inline-block;
  }


  .nav-sns__ig img {
    width: 48px;
    height: 48px;
    display: block;
  }


  .footer-shop {
    grid-template-columns: 1fr;
  }


  .right__map {
    height: auto;
  }


  .footer-shop_ttl {
    font-size: 20px;
  }
}


.service .sec05 .sec_inner__big {
  background: none;
  padding-bottom: 3rem;
}


.footer-shop_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}


.header__banner {
  position: fixed;
  top: 13rem;
  right: 0px;
  z-index: 1000;
  width: 70px;
  background: -webkit-linear-gradient(137deg,
      #2f9bd6 0%,
      #2f9bd6 30%,
      #c8102e 70%,
      #df035f 100%);
  padding: 6px 5px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 0px 10px 0px rgb(106 106 106 / 30%);
}


.header__banner:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {


  .footer_flex .mail {
    width: 100%;
    margin-bottom: 0;
    padding: 12px 10px 15px;
    font-size: 24px;
  }


  .header__btn::before {
    top: 0;
    left: 0;
  }


  .footer-shop_wrap {
    grid-template-columns: 1fr;
    padding: 1rem 0;
    gap: 0;
  }


  .header__banner {
    display: none;
  }


  .nav-banner {
    padding: 0 5vw;
  }
}


.footer-product__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}


.footer-product__ttl {
  background: linear-gradient(45deg, #6b3fa0 0%, #6b3fa0 30%, #446cba 100%);
  padding: 80px 15px 50px;
}


.footer-product .c-heading01 {
  text-align: center;
  color: #fff;
}


.footer-product .c-heading01 span {
  color: #82b31a;
}


.footer-product__link {
  border: 1px solid #fff;
  position: relative;
  transition: all 0.3s;
}


.footer-product__link:hover {
  opacity: 0.7;
}


.footer-product__txt {
  position: absolute;
  display: flex;
  bottom: 40px;
  right: 40px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  align-items: center;
}


.footer-product__txt img {
  width: 40px;
  margin-left: 20px;
}


.footer-product__name {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 60px;
  color: #6b3fa0;
  font-weight: 600;
  opacity: 0.8;
}


.footer-product__link figure img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}


.mail_text .text02 {
  font-size: 40px;
  line-height: 1.5;
}


.mail_text .text02 span {
  font-size: 56px;
  font-weight: 600;
  color: #bfe27a; /* ロゴのグリーン系 */
}


.footer_rigth_contents h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
}


.header__item {
  position: relative;
}


.dropdown-menu {
  visibility: hidden;
  position: absolute;
  top: 230%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  width: 22rem;
  padding: 1rem;
}


.dropdown-menu li {
  margin: 0;
  padding: 0;
}


.dropdown-link {
  display: block;
  padding: 12px 20px;
  color: #14325c;
  text-decoration: none;
  font-weight: 600;
}


.dropdown-link:hover {
  background-color: #183a7e1a;
}


.header__item:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  top: 5rem;
}


.product-lp .footer_flex .tel span::after {
  background: url(../img/linect/tel-color02.svg) no-repeat center/contain;
}


.product-lp .mail_text .text02 {
  color: #fff;
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: 0.05em;
}


.product-lp .mail_text .text02 span {
  font-weight: 900;
  font-size: 6rem;
}


.product-lp .mail_text .text02 span span {
  font-size: 4rem;
}


.product-lp .footer_flex .mail span {
  font-weight: 600;
}


.product-lp .sub-cta02 .mail_text .text02 {
  color: #1d1d1d;
  font-weight: 600;
}


.product-lp .sub-cta02 .mail_text .text02 span {
  color: #f79854;
  font-weight: 600;
}


.product-lp .sub-cta02 .footer_flex .mail {
  border-radius: 6px;
}


.sub-cta02.-gradation .mail_text .text02 {
  background: linear-gradient(to right, #14325c, #1263a8, #1d5fa8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}


#page-top .footer_flex .tel_text .text02 {
  font-size: 14px;
  padding-top: 0;
}


#page-top .footer_flex .mail {
  background: #82b31a;
  margin-right: 0;
}


#page-top .footer_flex .mail span {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}


#page-top .footer_flex .mail span::after {
  height: 28px;
  top: 63%;
  left: -13px;
}


#page-top .mail_text .text02 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}


#page-top .mail_text .text02 span {
  font-size: 19px;
  color: #C10F0F;
}


#page-top .footer_flex .mail_text {
  background: #fff;
  width: 100%;
  max-width: 377px;
  margin: auto;
  border-radius: 24px;
  margin-bottom: -1rem;
  z-index: 2;
  position: relative;
  text-align: center;
}


#page-top .footer_flex .mail_text::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}


#page-top .footer_flex {
  margin: 0;
  padding-top: 0;
}


#page-top .footer_flex .mail span::before {
  content: none;
}


#page-top .footer_flex {
  padding: 1rem;
  padding-top: 0;
}


#page-top .footer_flex .tel span::after {
  width: 40px;
  height: 40px;
  left: -2rem;
  top: 57%;
}


.tel_text {
  margin-top: -7px;
}
@media screen and (max-width: 1800px) {


  .footer-product__txt {
    font-size: 26px;
  }


  .footer-product__name {
    font-size: 50px;
  }
}
@media screen and (max-width: 1450px) {


  .header__btn {
    margin-right: 3rem;
    padding-left: 6rem;
  }


  .header__btn::before {
    left: 11%;
  }


  .footer-product__txt img {
    margin-left: 10px;
  }


  .footer-product__name {
    top: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 1200px) {


  .footer-product__name {
    font-size: 40px;
  }


  .footer-product__txt {
    right: 20px;
    bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {

  #page-top .footer_flex .tel span {
    font-size: 5rem;
  }


  #page-top .footer_flex .mail span {
    font-size: 26px;
  }


  #page-top .footer_flex .mail {
    padding: 17px 10px;
  }


  #page-top .footer_flex .tel span::after {
    width: 35px;
    height: 35px;
    left: -2rem;
    top: 3.5rem;
  }


  .footer-product__txt {
    font-size: 3rem;
    right: 10px;
    bottom: 20px;
  }
}
@media screen and (max-width: 900px) {


  .footer_flex .tel span {
    font-size: 38px;
  }


  .mail_text .text02 {
    font-size: 34px;
  }


  .mail_text .text02 span {
    font-size: 34px;
  }


  .footer_flex .tel span::after {
    width: 40px;
    height: 40px;
  }


  .footer_flex .tel_text .text02 {
    font-size: 18px;
  }


  .tel_text02 {
    font-size: 22px;
  }


  .footer__link {
    padding-right: 8px;
  }
}
@media screen and (max-width: 767px) {


  .footer-product__grid {
    grid-template-columns: 1fr 1fr;
  }


  .product-lp .mail_text .text02 {
    font-size: 1.3rem;
  }


  .footer-product__name {
    font-size: 30px!important;
    top: 10px;
    left: 10px;
}


  .product-lp .mail_text .text02 span {
    font-size: 2.4rem;
  }


  .product-lp .mail_text .text02 span span {
    font-size: 2.4rem;
  }


  .sub-cta .tel_text02 {
    margin-top: 0;
  }


  .tel_text02 {
    font-size: 16px;
    margin-top: 1rem;
  }


  .footer_flex .tel span {
    font-size: 34px;
  }


  .footer_flex .tel span::after {
    width: 26px;
    height: 26px;
    left: -0.5rem;
    top: 2rem;
  }


  .footer_flex .tel_text .text02 {
    font-size: 14px;
    margin-top: 1rem;
  }


  .product-lp .footer_flex .mail span {
    font-size: 20px;
  }


  .sub-cta02.-gradation .mail_text .text02 {
    font-size: 16px;
  }


  .mail_text .text02 span {
    font-size: 36px;
  }


  .footer-product__txt {
    right: 4px;
    bottom: 15px;
    font-size: 1.6rem!important;
    align-items: center;
  }


  .footer-product__txt img {
    margin-left: 8px;
  }


  .mail_text .text02 {
    font-size: 26px;
  }


  .mail_text .text02 span {
    font-size: 26px;
  }


  .footer__details {
    display: block;
    text-align: center;
  }


  .footer__details-time {
    margin-left: 0;
    margin-top: 2rem;
  }


  .footer__details-num {
    justify-content: center;
  }


  .nav-drawer_ttl {
    font-size: 2rem;
    font-weight: 600;
    width: 300px;
    text-align: left;
    margin: auto;
    margin-bottom: 1rem;
  }


  .footer-product__ttl {
    padding: 5rem 15px 3rem;
  }


  .footer {
    padding-bottom: 0;
  }


  .footer__copyright {
    margin-top: 0;
  }


  .nav-drawer-banner {
    max-width: 250px;
    margin: auto;
  }


  .footer_flex .mail span::after {
    width: 34px;
    height: 27px;
    left: -11px;
  }


  .nav-banner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 2rem;
  }
}


.-dr .footer_flex .mail {
  border-radius: 50px;
}


.sp_cta.is-dr-hidden {
    display: none !important;
}
@media screen and (max-width: 1800px) {

  .footer-product__txt {
      font-size: 2rem;
  }

  .footer-product__name {
    font-size: 5rem;
}
}