@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
  outline: none; }

/*****************************

画面ロード

*****************************/
#loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  transition: all 1.5s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }
  #loading img {
    width: 100px;
    opacity: .7; }

#loading.loaded {
  opacity: 0;
  visibility: hidden; }

/*ーーーーーーーーーー
Gナビ
ーーーーーーーーーーー*/
.g-navi {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(231, 55, 136, 0.75);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s; }
  .g-navi h1 {
    width: 18%;
    max-width: 80px;
    margin: 8px auto; }
    @media (max-width: 768px) {
      .g-navi h1 {
        margin: 6px auto; } }
    .g-navi h1 img {
      -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1); }
  .g-navi.fixed {
    opacity: 1;
    visibility: visible;
    transition: 0.3s; }

@media (max-width: 900px) {
  .outer-menu {
    top: 5px;
    right: 4.5rem; } }
@media (max-width: 768px) {
  .outer-menu {
    top: 0px;
    right: 4.2rem; } }
@media (max-width: 360px) {
  .outer-menu {
    top: -4px;
    right: 3.8rem; } }

@media (max-width: 768px) {
  .outer-menu .menu div div ul li {
    font-size: 1rem; } }

.head-sns {
  position: fixed;
  top: 22px;
  right: 90px;
  width: 22px;
  z-index: 1000; }
  @media (max-width: 900px) {
    .head-sns {
      top: 21px;
      right: 80px; } }
  @media (max-width: 360px) {
    .head-sns {
      top: 15px;
      right: 62px;
      width: 20px; } }
  .head-sns img {
    filter: brightness(0) invert(1); }
  .head-sns.fixed img {
    filter: none; }

/*ーーーーーーーーーー
共通
ーーーーーーーーーーー*/
html {
  background: #fff; }

body {
  background: #fff;
  position: relative;
  margin: 0 auto;
  padding: 0;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 16px;
  font-smooth: auto;
  font-weight: 400;
  line-height: 2.0rem;
  color: #42210B;
  overflow-x: hidden;
  max-width: 2000px; }
  @media (max-width: 900px) {
    body {
      font-size: 14px;
      line-height: 1.8rem; } }
  @media (max-width: 360px) {
    body {
      font-size: 13px; } }

main {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  /*box-shadow: 0 0 10px rgba(black,0.3);*/
  transform: translateX(0px);
  transition: transform 500ms ease;
  z-index: 0; }
  main section {
    width: 100%;
    position: relative;
    display: block;
    margin: 0 0 50px;
    padding: 90px 0;
    background-color: white;
    z-index: 100; }
    @media (max-width: 900px) {
      main section {
        padding: 50px 0; } }
    main section#message-cont {
      padding: 0px 0 90px;
      margin-top: -5rem; }
      @media (max-width: 900px) {
        main section#message-cont {
          margin-top: -2rem;
          padding: 0px 0 60px; } }

.invisible {
  visibility: hidden; }

img {
  max-width: 100%;
  transition: 0.3s; }

a img:hover {
  opacity: 0.6;
  transition: 0.3s; }
a.btn-pink {
  display: block;
  position: relative;
  margin: 3rem auto 0;
  padding: 1rem;
  width: 24em;
  max-width: 95%;
  background: #E73788;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px; }
  a.btn-pink span {
    width: 22px;
    position: absolute;
    top: 38%;
    right: 18px;
    transform: translateY(-38%);
    -webkit-transform: translateY(-38%);
    -ms-transform: translateY(-38%); }
    @media (max-width: 768px) {
      a.btn-pink span {
        width: 18px; } }

.container {
  width: 88%;
  max-width: 950px;
  margin: 0 auto;
  position: relative; }

h2.c-title {
  font-family: 'Oleo Script', cursive;
  font-size: 62px;
  font-weight: 400;
  margin: 0 auto;
  width: 15rem;
  /*text-align: center;*/
  z-index: 10;
  padding: 0 0;
  line-height: 1.2;
  color: #E73788;
  position: absolute;
  z-index: 1000; }
  @media (max-width: 900px) {
    h2.c-title {
      font-size: 40px;
      padding: 0 0;
      width: 10rem; } }
  @media (max-width: 900px) and (max-width: 768px) {
    h2.c-title {
      font-size: 35px; } }

  h2.c-title.pos-r {
    transform: rotate(90deg);
    right: -4.5%;
    top: 0; }
    h2.c-title.pos-r.contact {
      top: 0.5rem; }
    @media (max-width: 768px) {
      h2.c-title.pos-r {
        right: -14.5%;
        top: 1rem; } }
  h2.c-title.pos-l {
    transform: rotate(90deg);
    left: -4%;
    top: 0; }
    @media (max-width: 768px) {
      h2.c-title.pos-l {
        left: -14%;
        top: 1rem; } }

h3.subtitle {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5.5rem; }
  @media (max-width: 768px) {
    h3.subtitle {
      font-size: 1.5rem;
      margin-bottom: 2.5rem; } }

.headline {
  position: relative; }

.headline:after {
  content: '';
  position: absolute;
  left: -2.5%;
  bottom: 1rem;
  width: 0%;
  height: 3px;
  background: #E73788;
  transition: all 0.3s ease-out;
  z-index: 1;
  transition-delay: 0.5s; }
  @media (max-width: 768px) {
    .headline:after {
      bottom: 0.5rem; } }

.headline.isActive:after {
  width: 105%; }

.list-half {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 8%; }
  @media (max-width: 768px) {
    .list-half {
      gap: 4rem 0; } }
  .list-half li {
    width: 46%; }
    @media (max-width: 768px) {
      .list-half li {
        width: 100%; } }
    .list-half li img.act-ph {
      margin-bottom: 1.4rem; }
      @media (max-width: 768px) {
        .list-half li img.act-ph {
          margin-bottom: 1.2rem; } }
    .list-half li h4 {
      font-size: 1.25rem;
      margin-bottom: 1.2rem;
      font-weight: 500; }
      @media (max-width: 768px) {
        .list-half li h4 {
          font-size: 1.2rem; } }
      .list-half li h4::after {
        content: "";
        display: block;
        border-bottom: 3px solid #E73788;
        width: 2rem;
        margin: 1.2rem 0 0 0; }

.illust-r {
  width: 20%;
  max-width: 115px;
  position: absolute;
  top: -7.5rem;
  right: 4%; }
  @media (max-width: 768px) {
    .illust-r {
      width: 17%;
      max-width: 115px;
      position: absolute;
      top: -5.5rem;
      right: 2%; } }

#page-top {
  width: 40px;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  opacity: .8; }
  @media (max-width: 768px) {
    #page-top {
      right: 0.6rem;
      bottom: 0.6rem;
      width: 28px; } }

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

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

/*ーーーーーーーーーー
メインイメージ
ーーーーーーーーーーー*/
.main-img {
  width: 100%;
  /*width: 100vw;*/
  height: 100vh;
  position: relative;
  z-index: 1; }
  @media (max-width: 900px) {
    .main-img {
      height: 90vh; } }
  .main-img .anime {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    -webkit-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    width: 70%;
    max-width: 480px;
    text-align: center; }
  .main-img img.main-logo {
    min-width: 100%; }

.scroll {
  position: relative;
  width: 50px;
  margin: -18px auto 0;
  z-index: 100;
  opacity: 1;
  visibility: visible;
  transition: 0.5s; }
  .scroll.scrolled {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s; }

/*ーーーーーーーーーー
横から表示の動き
ーーーーーーーーーーー*/
.img-wrap {
  opacity: 0; }

.img-wrap img {
  /*width:100%;
	height:auto;*/ }

.img-wrap.under {
  opacity: 1; }

.img-wrap.run {
  opacity: 1;
  overflow: hidden;
  position: relative; }

.img-wrap.run:before {
  animation: img-wrap 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

@keyframes img-wrap {
  100% {
    transform: translateX(100%); } }
.img-wrap-r {
  opacity: 0; }

.img-wrap-r img {
  /*width:100%;
	height:auto;*/ }

.img-wrap-r.under {
  opacity: 1; }

.img-wrap-r.run {
  opacity: 1;
  overflow: hidden;
  position: relative; }

.img-wrap-r.run:before {
  animation: img-wrap-r 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

@keyframes img-wrap-r {
  100% {
    transform: translateX(-100%); } }
/*ーーーーーーーーーー
背景アーチ指定
ーーーーーーーーーーー*/
.circle-content {
  overflow: hidden;
  z-index: 9999;
  position: relative; }

.top-circle {
  position: relative;
  background-color: #DE3F2B;
  border-radius: 2000px 2000px 0 0 / 300px 300px 0 0;
  margin: -20px -200px 0;
  padding: 65px 280px;
  min-height: 300px;
  text-align: center;
  z-index: 9999; }

.arch {
  margin: -12vh auto 0;
  width: 100%;
  position: relative;
  z-index: 100;
  overflow: hidden;
  text-align: center; }
  .arch img {
    width: 100%;
    min-width: 100%;
    max-width: 3000px; }

/*ーーーーーーーーーー
メッセージ
ーーーーーーーーーーー*/
.concept {
  width: 100%;
  position: relative;
  /*img{
  	&.img-concept{
  		position: absolute;
  		width:60%;
  		top:0;
  		right: 0;
  	}
  }*/ }
  @media (max-width: 900px) {
    .concept {
      width: 85%;
      margin: 1rem auto 0; } }
  .concept .text-area {
    width: 80%;
    max-width: 950px;
    position: absolute;
    z-index: 1001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    @media (max-width: 900px) {
      .concept .text-area {
        width: 96%;
        position: relative;
        margin: -4.5rem auto 0;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0); } }
  .concept p {
    font-size: 1.1rem;
    line-height: 2.0;
    margin: 0 0 2rem 32%;
    padding: 0;
    font-weight: 400; }
    @media (max-width: 1024px) {
      .concept p {
        font-size: 1.0rem;
        line-height: 1.9rem; } }
    @media (max-width: 900px) {
      .concept p {
        font-size: 0.9rem;
        line-height: 1.8rem;
        margin: 0 0 1.5rem 0; } }
  .concept h3 {
    font-size: 2rem;
    font-weight: 700;
    display: inline-block;
    line-height: 1.1;
    margin-bottom: 2rem; }
    @media (max-width: 900px) {
      .concept h3 {
        padding: 0;
        width: 100%;
        font-size: 1.5rem; } }
    .concept h3.second-line {
      margin-bottom: 30px; }
      @media (max-width: 900px) {
        .concept h3.second-line {
          margin-bottom: 24px; } }
  .concept.sec-a {
    margin-bottom: 5rem; }
    @media (max-width: 900px) {
      .concept.sec-a {
        margin-bottom: 4rem; } }
    .concept.sec-a h3 {
      padding: 0;
      margin-left: 32%; }
      @media (max-width: 900px) {
        .concept.sec-a h3 {
          padding: 0;
          margin: 0 auto 1.2rem;
          text-align: center; } }
      .concept.sec-a h3.second-line {
        margin-left: 2em; }
        @media (max-width: 900px) {
          .concept.sec-a h3.second-line {
            margin-left: 0; } }
    .concept.sec-a p {
      /*width:60%;*/ }
      @media (max-width: 900px) {
        .concept.sec-a p {
          width: 100%; } }

.advisor {
  display: flex;
  align-items: center; }
  @media (max-width: 768px) {
    .advisor {
      flex-wrap: wrap-reverse; } }
  .advisor h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 1.5rem; }
    @media (max-width: 768px) {
      .advisor h3 {
        font-size: 1.3rem; } }
  .advisor .advisor-text {
    width: 69%;
    margin-right: 6%; }
    @media (max-width: 768px) {
      .advisor .advisor-text {
        width: 100%;
        margin: 0; } }
  .advisor .advisor-ph {
    width: 25%; }
    @media (max-width: 768px) {
      .advisor .advisor-ph {
        width: 56%;
        text-align: center;
        margin: 0 22% 2rem; } }

/*ーーーーーーーーーー
取り組み
ーーーーーーーーーーー*/
#activity {
  background: #FDF1F7; }

section#activity {
  margin-bottom: 0; }

/*ーーーーーーーーーー
トピックス
ーーーーーーーーーーー*/
#topics {
  background: #FDF1F7; }
  #topics h3.subtitle {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 1.5rem; }
    @media (max-width: 768px) {
      #topics h3.subtitle {
        font-size: 1.3rem;
        text-align: center;
        margin-bottom: 1.3rem; } }
  #topics ul {
    border-top: 1px solid #E1D2D4; }
    #topics ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      border-bottom: 1px solid #E1D2D4;
      padding: 0.8rem 0.4rem 1.0rem; }
      #topics ul li time {
        padding-right: 2rem;
        min-width: 6em; }
        @media (max-width: 360px) {
          #topics ul li time {
            padding-right: 1.5rem; } }
      #topics ul li a:hover {
        text-decoration: underline; }

section#topics {
  margin-bottom: 0; }
  @media (max-width: 768px) {
    section#topics {
      padding-bottom: 70px; } }

/*ーーーーーーーーーー
parallax
ーーーーーーーーーーー*/
/*.bg-a{
	height:85vh;
	background:url("../img/bg_a.jpg") no-repeat;
	background-size: cover;
	background-attachment: fixed;
}*/
.parallax-a {
  position: relative;
  background-size: cover;
  background: url("../img/bg_a.jpg") no-repeat;
  height: 0%;
  padding-top: min(85vh,75%); }
  @media (max-width: 900px) {
    .parallax-a {
      background: url("../img/bg_a_sp.jpg") no-repeat;
      background-position: center;
      background-size: 100%; } }

.parallax-b {
  position: relative;
  background-size: cover;
  background: url("../img/bg_b.jpg") no-repeat;
  height: 0%;
  padding-top: min(85vh,75%); }
  @media (max-width: 900px) {
    .parallax-b {
      background: url("../img/bg_b_sp.jpg") no-repeat;
      background-position: center;
      background-size: 100%; } }

/*ーーーーーーーーーー
メニュー
ーーーーーーーーーーー*/
.menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 10%; }
  @media (max-width: 900px) {
    .menu-list {
      gap: 40px 0; } }
  .menu-list li {
    width: 45%; }
    @media (max-width: 900px) {
      .menu-list li {
        width: 100%; } }
    .menu-list li h3 {
      font-size: 20px;
      padding: 1em 0 0.7em;
      font-weight: normal; }
      @media (max-width: 900px) {
        .menu-list li h3 {
          font-size: 18px;
          padding: 0.8em 0 0.5em; } }
    .menu-list li p.price {
      text-align: right; }

/*ーーーーーーーーーー
ギャラリー 
ーーーーーーーーーーー*/
.gallery-slider {
  margin: -2rem auto 0;
  padding: 0;
  position: relative; }
  @media (max-width: 768px) {
    .gallery-slider {
      margin: 0 auto 0; } }
  .gallery-slider li {
    margin: 0;
    padding: 0 8px; }
  .gallery-slider .slide-arrow {
    width: 42px;
    position: absolute;
    z-index: 1000; }
    @media (max-width: 768px) {
      .gallery-slider .slide-arrow {
        width: 32px; } }
    .gallery-slider .slide-arrow:hover {
      cursor: pointer; }
    .gallery-slider .slide-arrow.prev-arrow {
      top: 50%;
      left: 1%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
    .gallery-slider .slide-arrow.next-arrow {
      top: 50%;
      right: 1%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }

.slick-dots {
  bottom: -3rem; }
  @media (max-width: 768px) {
    .slick-dots {
      bottom: -2.2rem; } }

.slick-dots li {
  width: 1.8rem !important;
  text-align: center; }
  @media (max-width: 768px) {
    .slick-dots li {
      width: 1.5rem !important; } }

.slick-dots li button:before {
  font-size: 0.9rem !important;
  color: #aaa; }
  @media (max-width: 768px) {
    .slick-dots li button:before {
      font-size: 0.8rem !important; } }

.slick-dots li.slick-active button:before {
  color: #E73788; }

/*ーーーーーーーーーー
概要
ーーーーーーーーーーー*/
#about {
  /*background: $color-l-pink;*/
  background: url("../img/bg_about.jpg") no-repeat;
  background-size: cover; }
  #about h3.subtitle {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 1.5rem; }
    @media (max-width: 768px) {
      #about h3.subtitle {
        font-size: 1.3rem;
        text-align: center;
        margin-bottom: 1.3rem; } }
  #about ul {
    border-top: 1px solid #DCB9BC; }
    #about ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      border-bottom: 1px solid #DCB9BC;
      padding: 0.8rem 0.4rem 1.0rem; }
      #about ul li time {
        min-width: 9em;
        padding-right: 2rem; }
        @media (max-width: 768px) {
          #about ul li time {
            min-width: 7em;
            padding-right: 1.5rem; } }
      #about ul li a:hover {
        text-decoration: underline; }

section#about {
  margin-bottom: 0; }
  @media (max-width: 768px) {
    section#about {
      padding-bottom: 80px; } }

/*ーーーーーーーーーー
アクセス
ーーーーーーーーーーー*/
.cont-access {
  background: #f2f9fc; }
  .cont-access iframe {
    opacity: .7; }
  .cont-access .text-access {
    margin: 35px auto 0;
    display: flex; }
    @media (max-width: 900px) {
      .cont-access .text-access {
        margin: 20px auto 0;
        flex-wrap: wrap; } }
    .cont-access .text-access p {
      font-size: 18px; }
      @media (max-width: 1024px) {
        .cont-access .text-access p {
          font-size: 16px; } }
      @media (max-width: 900px) {
        .cont-access .text-access p {
          font-size: 15px; } }
    .cont-access .text-access .address {
      width: 50%;
      border-right: 1px solid #ccc; }
      @media (max-width: 900px) {
        .cont-access .text-access .address {
          width: 100%;
          border-right: none;
          border-bottom: 1px solid #ccc; } }
      .cont-access .text-access .address p {
        padding-right: 2em; }
        @media (max-width: 900px) {
          .cont-access .text-access .address p {
            padding: 0 0 1.2em; } }
    .cont-access .text-access .access {
      width: 50%; }
      @media (max-width: 900px) {
        .cont-access .text-access .access {
          width: 100%; } }
      .cont-access .text-access .access p {
        padding-left: 2em; }
        @media (max-width: 900px) {
          .cont-access .text-access .access p {
            padding: 1.2em 0 0; } }
  .cont-access .gmap {
    width: 100%;
    position: relative;
    padding-top: 56.25%; }
  .cont-access .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*ーーーーーーーーーー
第二階層
ーーーーーーーーーーー*/
.head-under {
  background: url("../img/head-under.jpg") no-repeat;
  background-size: cover;
  position: relative;
  padding: 40px 0;
  text-align: center; }
  .head-under img.main-logo {
    width: 40%;
    max-width: 400px; }

/*ーーーーーーーーーー
お問い合わせ
ーーーーーーーーーーー*/
.form-def .form-line {
  border-bottom: 1px solid #C6BCB6;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.3rem; }
  .form-def .form-line .name {
    padding: 1rem 0;
    width: 33%;
    font-weight: bold; }
    @media (max-width: 900px) {
      .form-def .form-line .name {
        width: 100%;
        padding: 1rem 0 0; } }
  .form-def .form-line .value {
    padding: 1rem 0;
    width: 67%; }
    @media (max-width: 900px) {
      .form-def .form-line .value {
        width: 100%;
        padding: 0.5rem 0 1rem; } }
.form-def textarea {
  border: 1px solid #C6BCB6;
  font-size: 16px;
  padding: 0.5rem;
  color: #42210B;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-smooth: auto;
  font-weight: 400; }
  .form-def textarea.textarea_a {
    width: 25em;
    height: 6em; }
    @media (max-width: 900px) {
      .form-def textarea.textarea_a {
        width: 100%; } }
  .form-def textarea.textarea_a_l {
    width: 25em;
    height: 12em; }
    @media (max-width: 900px) {
      .form-def textarea.textarea_a_l {
        width: 100%; } }
.form-def input {
  border: 1px solid #C6BCB6;
  font-size: 16px;
  padding: 0.5rem;
  color: #42210B;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-smooth: auto;
  font-weight: 400; }
  .form-def input.textarea_l {
    width: 25em; }
    @media (max-width: 900px) {
      .form-def input.textarea_l {
        width: 100%; } }
.form-def .form_btn {
  text-align: center;
  margin: 2.5em auto; }
  .form-def .form_btn input {
    width: 8em;
    padding: 0.8em;
    margin: 0 0.8em;
    background: #EE73AC;
    color: #fff;
    border: none;
    cursor: pointer; }
    @media (max-width: 900px) {
      .form-def .form_btn input {
        width: 6em;
        padding: 0.8em 0.5em;
        margin: 0 0.4em; } }

.must {
  color: #E73788; }

.thanks p {
  margin-bottom: 1.5rem; }
.thanks a {
  color: #E73788; }
  .thanks a:hover {
    color: #E73788;
    text-decoration: underline; }

/*ーーーーーーーーーー
フッター
ーーーーーーーーーーー*/
footer {
  background: #E73788;
  padding: 1rem 0 1.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #fff; }
  footer .foot-logo {
    margin: 0 auto;
    width: 55%;
    max-width: 280px; }
  footer .foot-menu {
    margin: 40px auto 60px;
    display: flex; }
    @media (max-width: 768px) {
      footer .foot-menu {
        margin: 30px auto 40px;
        flex-wrap: wrap-reverse; } }
    footer .foot-menu .link {
      width: 70%;
      margin-right: 3%;
      line-height: 2.3rem; }
      @media (max-width: 768px) {
        footer .foot-menu .link {
          width: 100%;
          margin-right: 0;
          line-height: 2.0rem; } }
      footer .foot-menu .link a {
        display: block;
        width: 55%; }
        @media (max-width: 768px) {
          footer .foot-menu .link a {
            display: inline-block;
            min-width: 100%; } }
        footer .foot-menu .link a:hover {
          text-decoration: underline; }
    footer .foot-menu .icon {
      width: 28%;
      text-align: right; }
      @media (max-width: 768px) {
        footer .foot-menu .icon {
          width: 50%;
          margin: 0 25% 1rem;
          ext-align: center; } }
      footer .foot-menu .icon img {
        max-width: 250px;
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1); }
  footer p {
    text-align: center; }
    @media (max-width: 768px) {
      footer p {
        font-size: 0.85rem; } }
