@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
/* =============================================== 
  base
=============================================== */
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #FAF5EB;
  color: #323232;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body.fixed {
  position: fixed;
  top: 0;
  width: 100%;
}
body.wrap {
  overflow: hidden;
}
body #wrapper {
  height: auto;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

@media print {
  html,
  html body {
    overflow: visible !important;
  }
}
/* アクセシビリティ */
.guidance {
  left: -999px;
  position: absolute;
  width: 990px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  pointer-events: none;
}

/* レスポンシブ対応 */
img {
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
  /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0;
  /* IE7対応 */
}

/* Windows Chrome 画像ぼやけ防止 */
@media screen and (max-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
/* リンク */
a {
  display: inline-block;
}

a:link,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}

/* CLEARFIX */
.container:after,
.row:after,
.col:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 768px) {
  #wrapper {
    width: 100%;
  }
  #screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 200;
  }
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

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

/* =============================================== 
　　ヘッダー
=============================================== */
header {
  background: #fff;
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  header {
    width: 100%;
    height: 60px;
    overflow: visible;
  }
  header .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    width: 100%;
    height: 60px;
    padding-left: 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
}
header #site_title {
  width: min(27vw, 325px);
  margin-top: -15px;
}
@media screen and (max-width: 768px) {
  header #site_title {
    width: 259px;
    margin: 0;
  }
}

/* グローバルナビゲーション */
#gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #gnav {
    background: #fff;
    display: block !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    float: none;
    width: 100%;
    height: auto;
    max-height: 100vh;
    padding: 60px 20px;
    margin: 0;
    position: absolute;
    top: -1000px;
    left: 0;
    z-index: 1000;
    overflow: auto;
  }
  #gnav.open {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
  }
}
#gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #gnav ul {
    display: block;
    height: auto;
  }
}
#gnav ul li a {
  text-decoration: none;
}
@media (hover: hover) {
  #gnav ul li a:hover {
    opacity: 0.6;
  }
}
#gnav ul.h_nav {
  font-size: min(1.53vw, 16px);
}
@media screen and (max-width: 768px) {
  #gnav ul.h_nav {
    border-top: 1px solid #AFC8D7;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
#gnav ul.h_nav li {
  padding: 0 min(1.3vw, 14px);
}
@media screen and (max-width: 768px) {
  #gnav ul.h_nav li {
    padding: 0;
    border-bottom: 1px solid #AFC8D7;
  }
  #gnav ul.h_nav li a {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
}
#gnav ul.h_nav li:not(:last-child) {
  border-right: 1px solid currentColor;
}
@media screen and (max-width: 768px) {
  #gnav ul.h_nav li:not(:last-child) {
    border-right: none;
  }
}
#gnav ul.sns {
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  #gnav ul.sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
    margin-bottom: 70px;
  }
  #gnav ul.sns li:nth-child(1) img {
    width: 42px;
  }
  #gnav ul.sns li:nth-child(2) img {
    width: 45px;
  }
}
#gnav .txt_area {
  font-size: 14px;
}
#gnav .txt_area .tel {
  font-size: min(1.92vw, 20px);
  font-weight: bold;
}
#gnav .txt_area .tel mark {
  display: inline-block;
  background: #D8EDAE;
  padding: 3px 5px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #gnav .txt_area .tel {
    margin: 5px 0;
    font-size: min(8.4vw, 32px);
  }
  #gnav .txt_area .tel mark {
    padding: 10px 8px 8px;
  }
}
@media screen and (max-width: 768px) {
  #gnav .txt_area {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .menu_fixed .menu {
    background: #AFC8D7;
  }
}

.menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu {
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 5px;
    right: 20px;
    z-index: 2000;
  }
  .menu .icon {
    display: block;
    width: 30px;
    height: 2px;
    border-top: 2px solid #AFC8D7;
    position: absolute;
    top: 40%;
    right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu .icon::before, .menu .icon::after {
    content: "";
    width: 30px;
    border-top: 2px solid #AFC8D7;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    right: 0;
  }
  .menu .icon::before {
    top: -10px;
  }
  .menu .icon::after {
    bottom: -8px;
  }
  .menu .icon span:before {
    content: "";
    background: url(../img/menu.svg) no-repeat center/contain;
    width: 37px;
    height: 14px;
    position: absolute;
    left: 50%;
    bottom: -25px;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  .menu .icon.active {
    border-color: transparent;
    top: 50%;
  }
  .menu .icon.active::before, .menu .icon.active::after {
    border-color: #fff;
  }
  .menu .icon.active:before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    top: -2px;
    right: 0;
  }
  .menu .icon.active:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    bottom: 0;
    right: 0;
  }
  .menu .icon.active span:before {
    background: none;
  }
}

/* =============================================== 
　　parts
=============================================== */
.container {
  width: min(100%, 1040px);
  padding: 0 20px;
  margin: 0 auto;
}

/* タイトル */
.sect_ttl {
  padding-left: 20px;
  margin-bottom: 25px;
  font-size: 24px;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sect_ttl {
    padding: 0;
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
  }
  .sect_ttl span {
    display: block !important;
    margin: 10px 0 0 !important;
    text-align: center;
    line-height: 1.5 !important;
  }
}
.sect_ttl::before {
  content: "";
  border-left: 2px solid #AFC8D7;
  height: 95%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sect_ttl::before {
    display: none;
  }
}
.sect_ttl:not(.block) span {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  margin-left: 10px;
}
.sect_ttl.block span {
  display: block;
  margin-top: 30px;
}

/* テキスト */
.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt {
  letter-spacing: 0.1em;
}

/* =============================================== 
　　コンテンツ
=============================================== */
#main {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  #main {
    padding-top: 60px;
  }
}

.mv {
  position: relative;
}
.mv .bg::before, .mv .bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.mv .bg::before {
  background: url(../img/main_img2_pc.png) no-repeat center/contain;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mv .bg::before {
    background-image: url(../img/main_img2_sp.png);
  }
}
.mv .bg::after {
  background: url(../img/main_img3_pc.png) no-repeat center/contain;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv .bg::after {
    background-image: url(../img/main_img3_sp.png);
  }
}
.mv .bg.animate.active::before {
  -webkit-animation: fadeIn 1s ease 1s forwards;
          animation: fadeIn 1s ease 1s forwards;
}
.mv .bg.animate.active::after {
  -webkit-animation: fadeIn 1s ease 2s forwards;
          animation: fadeIn 1s ease 2s forwards;
}

section {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 35px 0;
  }
}

#about {
  padding-top: 10px;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  #about {
    background: #FAF5EB;
    padding-top: 0;
    margin-top: -30px;
  }
}
#about::before {
  content: "";
  background: url(../img/mv_bg_pc.svg) no-repeat center top/100%;
  width: 100%;
  height: 14.13vw;
  position: absolute;
  top: calc(-14.13vw + 10px);
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #about::before {
    background-image: url(../img/mv_bg_sp.svg);
    height: 21.6vw;
    top: calc(-21.6vw + 30px);
  }
}
#about .container {
  position: relative;
  z-index: 4;
}
#about .container::before {
  content: "";
  background: url(../img/decor01.svg) no-repeat center/contain;
  width: 214px;
  height: 196px;
  position: absolute;
  right: -100px;
  bottom: -110px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #about .container::before {
    width: 176px;
    height: 161px;
    right: -80px;
    bottom: -160px;
  }
}
#about h2.pc {
  position: absolute;
  top: 40px;
  right: 20px;
}
#about .lead {
  font-size: 24px;
  font-weight: bold;
}
#about .txt {
  line-height: 2.25;
}
#about .img {
  width: min(100%, 578px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #about .img {
    width: 225px;
  }
}

#service .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  #service .flex_box {
    display: block;
  }
}
#service .sect_ttl {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  #service .sect_ttl {
    margin-top: 0;
  }
}
#service .item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin: -60px 0 85px;
}
@media screen and (max-width: 768px) {
  #service .item_wrap {
    display: block;
    margin: 0 0 50px;
  }
}
#service .item_wrap::before {
  content: "";
  background: url(../img/decor02.svg) no-repeat center/contain;
  width: 209px;
  height: 173px;
  position: absolute;
  left: -200px;
  bottom: 130px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #service .item_wrap::before {
    display: none;
  }
}
#service .item_wrap > div {
  padding: 0 20px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #service .item_wrap > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  #service .item_wrap > div:nth-of-type(2n) {
    margin-top: 160px;
  }
}
#service .item_wrap > div:nth-of-type(1) h3 {
  background: url(../img/dots01.svg) no-repeat left center/auto;
}
#service .item_wrap > div:nth-of-type(1) ul li {
  background: url(../img/check01.svg) no-repeat left 2px top 8px/auto;
}
#service .item_wrap > div:nth-of-type(2) h3 {
  background: url(../img/dots02.svg) no-repeat left center/auto;
}
#service .item_wrap > div:nth-of-type(2) ul li {
  background: url(../img/check02.svg) no-repeat left 2px top 8px/auto;
}
#service .item_wrap > div:nth-of-type(3) h3 {
  background: url(../img/dots03.svg) no-repeat left center/auto;
}
#service .item_wrap > div:nth-of-type(3) ul li {
  background: url(../img/check03.svg) no-repeat left 2px top 8px/auto;
}
#service .item_wrap > div:nth-of-type(4) h3 {
  background: url(../img/dots04.svg) no-repeat left center/auto;
}
#service .item_wrap > div:nth-of-type(4) ul li {
  background: url(../img/check04.svg) no-repeat left 2px top 8px/auto;
}
#service .item_wrap > div h3 {
  padding-left: 30px;
  margin-top: 20px;
  font-size: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #service .item_wrap > div h3 {
    font-size: 24px;
  }
}
#service .item_wrap > div ul li {
  padding-left: 24px;
  margin-top: 10px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #service .item_wrap > div ul li {
    font-size: 18px;
  }
}
#service .item_wrap > div ul li span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #service .philosophy_img {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
#service .philosophy {
  width: min(100%, 808px);
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  #service .philosophy {
    margin-top: 20px;
  }
}
#service .philosophy h3 {
  font-size: 24px;
  letter-spacing: 0.6em;
}
#service .philosophy ul li {
  background: url(../img/dots02.svg) no-repeat left top 5px/auto;
  padding-left: 30px;
  margin-top: 7px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #service .philosophy ul li {
    background-size: 14px;
    background-position: left top 5px;
    padding-left: 20px;
    font-size: 16px;
    letter-spacing: 0.03em;
  }
}

#greeting {
  background: #AFC8D7;
  padding: 10vw 0 47px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #greeting {
    padding: 21vw 0 37px;
  }
}
#greeting::before {
  content: "";
  background: url(../img/profile_bg_pc.svg) no-repeat center top/100%, #FAF5EB;
  width: 100%;
  height: 10vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #greeting::before {
    background-image: url(../img/profile_bg_sp.svg);
    height: 21vw;
  }
}
#greeting .inner {
  display: inline-block;
  padding: 0 20px;
  margin: 0 auto;
}
#greeting h2 {
  margin-bottom: 25px;
  font-size: 24px;
  text-align: center;
}
#greeting .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 25px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #greeting .flex_box {
    display: block;
    padding: 0 17px;
  }
}
#greeting .flex_box .img {
  border-radius: 15px;
  overflow: hidden;
  width: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #greeting .flex_box .img {
    width: 129px;
    margin: 34px auto 0;
  }
}
#greeting .flex_box p {
  line-height: 1.88;
}
#greeting .txt_right {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #greeting .txt_right {
    text-align: center;
  }
}
#greeting .txt_right span {
  font-size: 18px;
  padding-right: 0.5em;
}
#greeting h3 {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin: 25px 0 15px;
}
@media screen and (max-width: 768px) {
  #greeting h3 {
    margin-top: 20px;
  }
}
#greeting h3 + p {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #greeting h3 + p {
    letter-spacing: 0.02em;
  }
}

#news .container {
  position: relative;
}
#news .container::before, #news .container::after {
  content: "";
  position: absolute;
  z-index: -1;
}
#news .container::before {
  background: url(../img/decor03.svg) no-repeat center/contain;
  width: 247px;
  height: 248px;
  top: -150px;
  right: -170px;
}
@media screen and (max-width: 768px) {
  #news .container::before {
    width: 172px;
    height: 173px;
    top: -75px;
    right: -75px;
  }
}
#news .container::after {
  background: url(../img/decor04.svg) no-repeat center/contain;
  width: 289px;
  height: 218px;
  top: 50%;
  left: -140px;
}
@media screen and (max-width: 768px) {
  #news .container::after {
    width: 223px;
    height: 168px;
    top: auto;
    left: -80px;
    bottom: -110px;
  }
}
#news .fb {
  padding: 27px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #news .fb {
    padding: 10px;
  }
}
#news .fb > div {
  width: min(100%, 500px);
  margin: 0 auto;
}
#news .fb > div .fb-page {
  width: 100%;
}
#news .fb > div .fb-page .fb-page > span, #news .fb > div .fb-page iframe {
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  #access {
    padding-bottom: 0;
  }
}
#access .access_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #access .access_wrap {
    display: block;
  }
}
#access .map {
  width: 44%;
  aspect-ratio: 1/0.56;
}
@media screen and (max-width: 768px) {
  #access .map {
    width: 100%;
    margin-bottom: 25px;
  }
}
#access .map iframe {
  width: 100%;
  height: 100%;
}
#access table {
  width: 54%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #access table {
    display: block;
    width: 100%;
    padding-bottom: 180px;
  }
  #access table tbody, #access table tr, #access table th, #access table td {
    display: block;
    width: 100% !important;
  }
}
#access table::after {
  content: "";
  background: url(../img/SRP_img.png) no-repeat right bottom/contain;
  width: 140px;
  height: 140px;
  position: absolute;
  right: 0;
  bottom: -50px;
}
@media screen and (max-width: 768px) {
  #access table::after {
    background-position: center bottom;
    width: 100%;
    height: 168px;
    bottom: 0;
  }
}
#access table th, #access table td {
  font-weight: normal;
  padding-bottom: 10px;
}
#access table th {
  width: 119px;
}
@media screen and (max-width: 768px) {
  #access table th {
    padding: 0;
  }
}
#access table th mark {
  background: #D8EDAE;
  display: inline-block;
  padding: 0 5px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #access table th mark {
    display: block;
    text-align: center;
  }
}
#access table th.fz_sm {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #access table th.fz_sm {
    font-size: 16px;
  }
}
#access table td {
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  #access table td {
    padding: 8px 0 13px;
    text-align: center;
  }
}
#access table td.pr {
  padding-right: 140px;
}
@media screen and (max-width: 768px) {
  #access table td.pr {
    padding-right: 0;
  }
}
#access table .mid th, #access table .mid td {
  vertical-align: middle;
  padding-bottom: 0;
}

/* --------------------------------------------
　  アニメーション
-------------------------------------------- */
.animate {
  opacity: 0;
}
.animate.active.fadeInUp {
  -webkit-animation: fadeInUp 0.8s ease forwards;
          animation: fadeInUp 0.8s ease forwards;
}
.animate.active.fadeIn {
  -webkit-animation: fadeIn 0.3s ease forwards;
          animation: fadeIn 0.3s ease forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  70% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  70% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* =============================================== 
　  フッター
=============================================== */
footer {
  padding: 25px 0;
}
footer p {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  footer p {
    font-size: 12px;
  }
}