@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=IBM+Plex+Mono:wght@200&family=Inconsolata:wght@300&family=Roboto+Mono:wght@200&family=Zen+Maru+Gothic&display=swap");
html, body {
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 1.3rem;
  font-size: 75%;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}

html {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(192, 192, 192);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #599ed3;
  border-radius: 10px;
  opacity: 0.5;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  opacity: 1;
}

a {
  transition: all 0.3s ease;
  position: relative;
}

a:active, a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

h1 {
  font-size: 2.9rem;
  font-weight: 600;
}

h2 {
  font-size: 2.3rem;
  font-weight: 600;
}

h3 {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 2.4rem;
  }
}

h4 {
  font-size: 1.3rem;
  font-weight: 600;
}

h5 {
  font-size: 1.5rem;
  font-weight: 600;
}

h6 {
  font-size: 1.6rem;
  font-weight: 600;
}

@media screen and (min-width: 1200px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3.6rem;
  }
  h3 {
    font-size: 3rem;
  }
  h4 {
    font-size: 2.4rem;
  }
  h5 {
    font-size: 2rem;
  }
  h6 {
    font-size: 1.8rem;
  }
}
p {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

@media (max-width: 860px) {
  .pc {
    display: none;
  }
}
@media (min-width: 860px) {
  .sp {
    display: none;
  }
}
br._sp {
  display: none;
}
@media screen and (max-width: 470px) {
  br._sp {
    display: block;
  }
}

.navbar-default .navbar-nav > li._sp {
  display: none;
}
@media screen and (max-width: 1020px) {
  .navbar-default .navbar-nav > li._sp {
    display: block;
  }
}

p._sp {
  display: none;
}
@media screen and (max-width: 1020px) {
  p._sp {
    display: block;
  }
}

/* Zooming effect when click the hamburger icon */
#wrapper {
  width: 100%;
  top: 0;
  left: 0;
  display: inline-block;
}

#wrapper.behind {
  position: relative;
}

/* Mobile Navigation */
.width-screen {
  width: 90%;
}

.mobile-nav {
  background-color: #fff;
  position: fixed;
  top: 100%;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 9500;
  color: #222;
  transition: all 0.3s ease;
  display: table;
  opacity: 0;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.mobile-nav.active {
  top: 0;
  opacity: 1;
  z-index: 9700;
}

@media (min-width: 1400px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav > ul {
  text-align: left;
  padding-left: 8%;
  padding-right: 8%;
  top: 0px;
  display: table-cell;
  vertical-align: middle;
  list-style: none;
  width: 100%;
  padding: 0;
  text-align: center;
  overflow-y: hidden;
  position: relative;
  top: 0;
  /* 
  @media(max-width:470px){
      top: -25px;
  }
  */
}
.mobile-nav > ul:before {
  width: 50%;
}
@media (min-width: 1200px) {
  .mobile-nav > ul:before {
    padding: 5% 100px;
    top: 65px;
  }
}

.mobile-nav > ul > li > a {
  margin: 10px 0;
  font-size: 4vw;
  font-weight: 600;
  line-height: 3;
  color: #222;
  font-weight: 100;
}
.mobile-nav > ul > li > a:not(:last-child):after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  top: 0px;
  left: 0;
  margin-left: 10px;
  padding: 1px 6px;
}

.mobile-nav > ul > li > a.scrollto.btn {
  margin: 10px 0;
  font-size: 4vw;
  font-weight: 600;
  line-height: 5;
  background: #fff;
  padding: 10px 30px;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .mobile-nav > ul > li > a.scrollto.btn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 470px) {
  .mobile-nav > ul > li > a.scrollto.btn {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1030px) {
  .mobile-nav > ul > li > a.scrollto.btn {
    margin: 10px 0;
    font-size: 1.6rem;
    font-weight: 600;
    background: #fff;
    padding: 10px 30px;
    border-radius: 10px;
  }
}

.mobile-nav a.close-btn {
  position: absolute;
  color: #6a6868;
  position: absolute;
  top: 3px;
  bottom: auto;
  right: 14px;
  padding: 1vh 3.5vw 1.2vh;
  font-size: 3.5rem;
}

/* main navbar */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.3s ease;
  z-index: 100;
  padding: 0px 0;
}
@media (max-width: 768px) {
  .navbar {
    margin-top: 0px;
  }
}
@media (max-width: 480px) {
  .navbar {
    margin-top: 0px;
  }
}

.navbar-header, .navbar-collapse {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1235px) {
  .navbar-header, .navbar-collapse {
    width: 100%;
  }
}

.navbar-default .navbar-nav > li {
  display: flex;
  margin-right: 0.2rem;
}

.navbar-default .navbar-nav > li > a:focus:after {
  width: 0;
}

.wrap-btnav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) and (orientation: landscape) {
  .wrap-btnav {
    margin: 10px 0;
  }
}

span a.btn {
  color: #fff;
  background-image: linear-gradient(to left top, #19418e, #1f499c, #2451aa, #2a5ab8, #2f62c6, #236dce, #1378d5, #0083db, #0090d6, #009ac8, #00a1b5, #00a6a2);
  padding: 10px 25px 10px;
  font-size: 1.6rem;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) and (orientation: landscape) {
  span a.btn {
    font-size: 2rem;
  }
}
@media screen and (max-width: 860px) {
  span a.btn {
    margin-top: 20px;
    font-size: 1.5rem;
  }
}

span a.btn:hover {
  opacity: 0.5;
}

span.iconav img {
  width: 2rem;
  margin: 0 0 0 15px;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) and (orientation: landscape) {
  span.iconav img {
    width: 4rem;
    margin: 0 0 0 24px;
  }
}
@media screen and (max-width: 860px) {
  span.iconav img {
    display: none;
  }
}

span.iconav img:hover {
  opacity: 0.5;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.active > a {
  color: #fff;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a:hover:after, .navbar-default .navbar-nav > li.active > a:after {
    width: 100%;
  }
}
.navbar.navbar-default.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-weight: 400;
}

.navbar.navbar-default.navbar-default .navbar-nav > li > a.btn {
  border: solid 1.5px;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  transition: 0.3s;
}
.navbar.navbar-default.navbar-default .navbar-nav > li > a.btn:hover {
  background-color: #ece0c5;
}

.nav-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.07) 0px 6px 12px -2px, rgba(0, 0, 0, 0.07) 0px 3px 7px -3px;
}

/*change nav font color*/
.nav-fixed.navbar-default.navbar-default .navbar-nav > li > a {
  color: #38617a;
}

span.iconav {
  mix-blend-mode: difference;
}

.nav-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 10px;
}

img.comp-logo {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  img.comp-logo {
    width: 20%;
  }
}
@media screen and (max-width: 860px) {
  img.comp-logo {
    width: 25%;
  }
}
@media screen and (max-width: 470px) {
  img.comp-logo {
    width: 45%;
  }
}
@media screen and (min-width: 1024px) {
  img.comp-logo {
    width: 200px;
  }
}

.main-nav__item--has-dropdown::after {
  content: "";
  width: 5px;
  height: 5px;
  margin-left: 8px;
  opacity: 0.5;
  transition: opacity 0.3s;
}
@media (max-width: 860px) {
  .main-nav__item--has-dropdown::after {
    margin-left: 0px;
  }
}

.main-nav__item:hover {
  background-color: transparent;
}
.main-nav__item:hover:after {
  opacity: 1;
}

.main-nav__dropdown {
  position: absolute;
  min-width: 175px;
  transform: translateY(15px);
  opacity: 0;
  transition: 0.4s;
  pointer-events: none;
  top: 0px;
  right: 0;
}
@media screen and (max-width: 1200px) and (orientation: landscape) {
  .main-nav__dropdown {
    top: 57% !important;
  }
}
@media (max-width: 860px) {
  .main-nav__dropdown {
    top: 0px;
    right: 0;
    z-index: 999;
  }
}
.main-nav__dropdown--fullwidth {
  left: 0;
  right: 0;
}

.main-nav__item:hover .main-nav__dropdown,
.main-nav__item:focus-within .main-nav__dropdown,
.main-nav__link:focus + .main-nav__dropdown {
  transition-duration: 0.3s;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.dropdown-nav {
  padding: 15px;
  background: #297ab0;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  width: 195px;
  border-radius: 0px;
  margin-top: 45px;
  line-height: 2;
}
.dropdown-nav:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-color: #297ab0 transparent;
  border-width: 0 20px 14px;
  top: -14px;
  left: 77%;
  margin-left: -20px;
}
@media screen and (max-width: 1200px) and (orientation: landscape) {
  .dropdown-nav {
    width: 414px;
    margin-top: 0px;
  }
  .dropdown-nav:after {
    border-color: transparent;
  }
}
@media screen and (max-width: 860px) {
  .dropdown-nav {
    margin-top: 0px;
    margin: 54vh 0;
  }
  .dropdown-nav:after {
    border-color: transparent;
  }
}

.dropdown-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 999;
}

.dropdown-nav__item a:hover {
  transition: 1s;
}

ul.dropdown-nav__list {
  display: block;
}

li.dropdown-nav__item a {
  text-transform: uppercase;
  transition: 1s;
  color: #fff;
}
@media screen and (max-width: 1200px) and (orientation: landscape) {
  li.dropdown-nav__item a {
    font-size: 2rem;
  }
}

li.dropdown-nav__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.231372549);
  padding: 7px 0;
}
li.dropdown-nav__item:last-child {
  border-bottom: none;
  padding: 7px 0 0 0;
}

.mid-center-aligned::before {
  content: "";
  padding: 33%;
  width: 0;
  background-image: url(../img/light.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: -11vw;
  left: -7vw;
  position: absolute;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .mid-center-aligned::before {
    padding: 23%;
    top: -11vw;
    left: -9vw;
  }
}
.mid-center-aligned header#main-visual {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  height: 100vh;
  overflow: hidden;
  display: block;
  /* added */
  align-items: center;
}
.mid-center-aligned header#main-visual .tag-wrap {
  position: absolute;
  transform: translate(0, 45%);
  z-index: 4;
  height: 100vh;
  width: 95%;
  left: 0;
  right: 0;
  margin: auto;
}
.mid-center-aligned header#main-visual .tag-wrap .tag p {
  color: #4f4f4f;
  text-align: center;
  letter-spacing: 0.5rem;
  font-size: 1.3rem;
  font-weight: 100;
  margin: -17px;
  -moz-text-shadow: 0px 0px 13px rgb(255, 255, 255);
  -webkit-text-shadow: 0px 0px 13px rgb(255, 255, 255);
  -ms-text-shadow: 0px 0px 13px rgb(255, 255, 255);
  text-shadow: 0px 0px 13px rgb(255, 255, 255);
}
@media screen and (min-width: 1024px) {
  .mid-center-aligned header#main-visual .tag-wrap .tag p {
    letter-spacing: 1rem;
  }
}
.mid-center-aligned header#main-visual .tag-wrap .tag h2 {
  text-align: center;
  letter-spacing: 0rem;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
  background: #599ed3 -webkit-radial-gradient(circle, rgb(158, 248, 233), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) no-repeat 280px -94px;
  -webkit-background-clip: text;
  -webkit-background-size: 288px;
  color: rgba(89, 158, 211, 0.1647058824);
  -webkit-animation: ani 6s linear infinite;
}
@keyframes ani {
  from {
    background-position: -280px -94px;
  }
  to {
    background-position: 100vw -94px;
  }
}
@media screen and (min-width: 1024px) {
  .mid-center-aligned header#main-visual .tag-wrap .tag h2 {
    letter-spacing: 1rem;
    font-size: 3rem;
  }
}
.mid-center-aligned header#main-visual .slide {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100vh;
}
.mid-center-aligned header#main-visual .slide .item {
  position: relative;
  height: 100%;
}
.mid-center-aligned header#main-visual .slide .item img {
  width: 160%;
  height: 320%;
}
.mid-center-aligned header#main-visual .slide .item::before {
  display: block;
  padding-top: 39%;
  content: "";
}
.mid-center-aligned header#main-visual .slide .item .image {
  position: relative;
  overflow: hidden;
}
.mid-center-aligned header#main-visual .slide .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 175%;
  transform: translate(-30%, 0%);
  -o-object-fit: contain;
     object-fit: contain;
}
.mid-center-aligned header#main-visual .slide > .slick-list,
.mid-center-aligned header#main-visual .slide > .slick-list > .slick-track,
.mid-center-aligned header#main-visual .slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}
.mid-center-aligned header#main-visual .slide-animation {
  animation: fadezoom 30s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@media screen and (min-width: 1200px) {
  .mid-center-aligned header#main-visual .slide {
    position: relative;
    margin: 0;
    padding: 0;
  }
  .mid-center-aligned header#main-visual .slide .item {
    position: relative;
    height: 100%;
  }
  .mid-center-aligned header#main-visual .slide .item img {
    width: 100%;
    height: auto;
  }
  .mid-center-aligned header#main-visual .slide .item::before {
    display: block;
    padding-top: 39%;
    content: "";
  }
  .mid-center-aligned header#main-visual .slide .item .image {
    position: relative;
    overflow: hidden;
  }
  .mid-center-aligned header#main-visual .slide .item img {
    top: 368px;
    transform: translate(-10%, -13%);
    width: 120%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .mid-center-aligned header#main-visual .slide > .slick-list,
  .mid-center-aligned header#main-visual .slide > .slick-list > .slick-track,
  .mid-center-aligned header#main-visual .slide > .slick-list > .slick-track > .slick-slide > div {
    position: relative;
    height: 100%;
  }
}
.mid-center-aligned header#main-visual .mole {
  position: absolute;
  transform: translate(0, 5%);
  z-index: 2;
  height: 100vh;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}
.mid-center-aligned header#main-visual .mole .cules1 {
  position: absolute;
  transform: translate(0, 25%);
  left: 0;
  right: 0;
  margin: auto;
  height: 100vh;
  transition: all 2.5s ease-in-out;
  /* Firefox */
  /* Webkit */
  /* IE */
  animation: blink normal 3.5s infinite ease-in-out;
  /* Opera */
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.mid-center-aligned header#main-visual .mole .cules1 img {
  width: 300%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .mid-center-aligned header#main-visual .mole .cules1 img {
    width: 100%;
  }
}
.mid-center-aligned header#main-visual .mole .cules2 {
  position: absolute;
  transform: translate(0, 25%);
  left: 0;
  right: 0;
  margin: auto;
  height: 100vh;
  transition: all 1.5s ease-in-out;
  /* Firefox */
  /* Webkit */
  /* IE */
  animation: blink normal 2.5s infinite ease-in-out;
  /* Opera */
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.mid-center-aligned header#main-visual .mole .cules2 img {
  width: 300%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .mid-center-aligned header#main-visual .mole .cules2 img {
    width: 100%;
  }
}

.scroll-wrap {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
  left: 0rem;
  padding: 50px 0 20px;
}
@media screen and (min-width: 1024px) {
  .scroll-wrap {
    padding: 80px 0 50px;
  }
}

.scroll-down {
  bottom: 8px;
  left: 0px;
  transform: translateX(-50%);
  width: 1.5px;
  border-radius: 25px;
  height: 65px;
  opacity: 1;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .scroll-down {
    height: 100px;
  }
}

.scroll-down:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #61462a;
  height: 100%;
  width: 100%;
  animation: scrolling 2.5s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
}

.scroll-down-short {
  bottom: 8px;
  left: 0px;
  transform: translateX(-50%);
  width: 1.5px;
  border-radius: 25px;
  height: 45px;
  opacity: 1;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .scroll-down-short {
    height: 65px;
  }
}

.scroll-down-short:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  height: 100%;
  width: 100%;
  animation: scrolling 2.5s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
}

@keyframes scrolling {
  0% {
    transform: translateY(-100%);
  }
  70% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(100%);
  }
}
footer#footer {
  padding: 30px 0 0px;
}
footer#footer .full-line .footer-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 10px 0;
}
footer#footer .full-line .footer-wrap .logo-wrap {
  padding-top: 45px;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  width: 70%;
  text-align: center;
}
footer#footer .full-line .footer-wrap .logo-wrap img.comp-logo {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  footer#footer .full-line .footer-wrap .logo-wrap img.comp-logo {
    width: 25%;
  }
}
footer#footer .full-line .footer-wrap .f-add p {
  color: #38617a;
  font-size: 1rem;
  text-align: center;
  line-height: 2;
  font-weight: 100;
}
footer#footer .full-line .footer-wrap .f-con p {
  color: #38617a;
  font-size: 2rem;
  font-weight: 100;
}
@media screen and (max-width: 860px) {
  footer#footer .full-line .footer-wrap .f-con p .teltext {
    display: none;
  }
}
footer#footer .full-line .footer-wrap .f-con p .tel {
  font-weight: 600;
}
footer#footer .full-line .footer-wrap .menu-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  border-top: none;
  padding: 0;
  margin: 45px 0;
  z-index: 2;
  position: relative;
}
footer#footer .full-line .footer-wrap .menu-wrap .menu-nav {
  display: flex;
  justify-content: space-between;
  width: 80%;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  flex-direction: column;
  align-items: center;
}
footer#footer .full-line .footer-wrap .menu-wrap .menu-nav p {
  color: #38617a;
  font-size: 1.3rem;
  transition: 0.3s;
  font-weight: 100;
}
footer#footer .full-line .footer-wrap .menu-wrap .menu-nav p:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1024px) {
  footer#footer .full-line .footer-wrap .menu-wrap {
    z-index: 9600;
  }
  footer#footer .full-line .footer-wrap .menu-wrap .menu-nav {
    flex-direction: row;
  }
}
footer#footer .copyright {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  background-color: #cccccc;
  margin-bottom: 0;
}
footer#footer .copyright p {
  color: #fff;
  font-size: 1rem;
  font-weight: 100;
  margin: 0;
}
@media screen and (max-width: 470px) {
  footer#footer .copyright {
    margin-bottom: 16vw;
  }
}
footer#footer ul.fixed-btn {
  position: fixed;
  right: 1vw;
  bottom: 1vw;
  z-index: 9600;
}
@media screen and (max-width: 470px) {
  footer#footer ul.fixed-btn {
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    padding: 0;
  }
}
footer#footer ul.fixed-btn .dif {
  background-color: #f97d2d;
  opacity: 0.8;
  transition: 0.5s;
}
footer#footer ul.fixed-btn .dif:hover {
  opacity: 1;
  transition: 0.5s;
}
footer#footer ul.fixed-btn li {
  list-style-type: none;
  display: inline-flex;
  padding: 10px;
  border-radius: 50px;
  margin: 0;
  justify-content: space-evenly;
  align-items: center;
  background-color: #599ed3;
  opacity: 0.8;
  transition: 0.5s;
  border: 1px solid #fff;
}
@media screen and (max-width: 470px) {
  footer#footer ul.fixed-btn li {
    width: 49%;
  }
}
footer#footer ul.fixed-btn li:hover {
  opacity: 1;
  transition: 0.5s;
}
footer#footer ul.fixed-btn li span {
  width: 30%;
}
footer#footer ul.fixed-btn li span img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 470px) {
  footer#footer ul.fixed-btn li span {
    width: 18%;
  }
}
footer#footer ul.fixed-btn li p {
  margin: 0;
  color: #fff;
  letter-spacing: 0.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  display: none;
}
@media screen and (min-width: 1024px) {
  footer#footer ul.fixed-btn li {
    margin: 10px;
  }
  footer#footer ul.fixed-btn li span {
    width: 10%;
  }
  footer#footer ul.fixed-btn li p {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  footer#footer .full-line .footer-wrapper {
    padding: 30px 40px 0;
  }
  footer#footer .full-line .footer-wrapper .f-add p {
    line-height: auto;
    font-size: 1.5rem;
  }
  footer#footer .full-line .footer-wrapper .f-con p::before {
    top: 8px;
  }
  footer#footer .full-line .menu-wrap {
    justify-content: space-between;
  }
  footer#footer .full-line .menu-wrap .menu-nav {
    display: flex;
    padding: 30px 15px 0 0;
  }
  footer#footer .full-line .menu-wrap .policy {
    padding: 30px 0 0;
  }
}

.wpcf7-form.sent .wpcf7-response-output {
  text-align: center;
  margin-top: 30px;
  font-size: 1.3rem;
  color: #4F8A10;
  border: 0;
  padding: 10px;
}

.wpcf7-form.invalid .wpcf7-response-output {
  text-align: center;
  margin-top: 30px;
  font-size: 1.3rem;
  color: #D8000C;
  border: 0;
  padding: 10px;
}

.wpcf7-form.sent .wpcf7-response-output:before {
  content: "\f00c";
  font-family: FontAwesome;
  padding-right: 8px;
}

.wpcf7-form.invalid .wpcf7-response-output:before {
  content: "\f00d";
  font-family: FontAwesome;
  padding-right: 8px;
}

section#about {
  padding: 40px 0;
  background: linear-gradient(90deg, #e9eef4 58vw, #6ca8c8 58vw, #6ca8c8 100%);
}
@media screen and (min-width: 1024px) {
  section#about {
    padding: 80px 0;
  }
}
section#about .clinic-wrap h3 {
  color: #38617a;
  font-weight: 100;
  line-height: 1.5rem;
  padding-bottom: 20px;
  text-transform: uppercase;
}
section#about .clinic-wrap h3 span {
  font-size: 1rem;
  letter-spacing: 0.5rem;
}
@media screen and (min-width: 1024px) {
  section#about .clinic-wrap h3 {
    padding-bottom: 40px;
    line-height: 2.5rem;
  }
  section#about .clinic-wrap h3 span {
    font-size: 1.3rem;
  }
}
section#about .clinic-wrap .clinic {
  overflow: hidden;
  width: 100%;
  height: 190px;
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
section#about .clinic-wrap .clinic img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  section#about .clinic-wrap .clinic {
    height: 360px;
  }
  section#about .clinic-wrap .clinic img {
    bottom: -45%;
  }
}
section#about .clinic-wrap .more {
  padding-top: 20px;
  width: 100%;
  position: relative;
  right: 0;
}
@media screen and (min-width: 1024px) {
  section#about .clinic-wrap .more {
    width: 30%;
    right: -70%;
  }
}
section#about .clinic-wrap .more a p {
  text-transform: uppercase;
}
section#about .clinic-wrap .more a .hscroll-line {
  bottom: 13px;
  left: 34%;
  height: 2px;
  position: absolute;
  overflow: hidden;
  width: 65%;
}
@media screen and (min-width: 1024px) {
  section#about .clinic-wrap .more a .hscroll-line {
    height: 1px;
  }
}
section#about .clinic-wrap .more a .hscroll-line::before,
section#about .clinic-wrap .more a .hscroll-line::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
section#about .clinic-wrap .more a .hscroll-line:before {
  background: rgba(255, 255, 255, 0.231372549);
}
section#about .clinic-wrap .more a .hscroll-line::after {
  background: #FFD92A;
  animation: move 3s infinite;
}
@keyframes move {
  0% {
    transform: translate3d(-200%, 0, 0);
  }
  60% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
section#about .clinic-wrap .more p {
  font-size: 1rem;
  font-weight: 100;
  color: #38617a;
  text-align: justify;
}
@media screen and (min-width: 1024px) {
  section#about .clinic-wrap .more p {
    font-size: 1.3rem;
    color: #fff;
  }
}

section#category {
  padding: 40px 0;
}
@media screen and (min-width: 1024px) {
  section#category {
    padding: 80px 0;
  }
}
section#category .clinic-wrap h3 {
  color: #38617a;
  font-weight: 100;
  line-height: 1.5rem;
  padding-bottom: 20px;
  text-transform: uppercase;
}
section#category .clinic-wrap h3 span {
  font-size: 1rem;
  letter-spacing: 0.5rem;
}
@media screen and (min-width: 1024px) {
  section#category .clinic-wrap h3 {
    padding-bottom: 40px;
    line-height: 2.5rem;
  }
  section#category .clinic-wrap h3 span {
    font-size: 1.3rem;
  }
}
section#category .clinic-wrap .categories ul {
  padding: 0;
  width: 100%;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
section#category .clinic-wrap .categories ul li {
  list-style-type: none;
  display: inline-flex;
  text-align: center;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
  background-color: rgba(237, 237, 237, 0);
  transition: 0.5s;
  padding: 6px;
  border-radius: 50px;
}
section#category .clinic-wrap .categories ul li img {
  width: 65%;
  height: auto;
  position: relative;
  transform: scale(0.8);
  transition: 0.5s;
}
section#category .clinic-wrap .categories ul li span {
  text-align: center;
  font-size: 1rem;
  color: #38617a;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
}
section#category .clinic-wrap .categories ul li:hover {
  background-color: rgb(233, 238, 244);
  transition: 0.5s;
}
section#category .clinic-wrap .categories ul li:hover img {
  transform: scale(1);
  transition: 0.5s;
}
@media screen and (min-width: 1024px) {
  section#category .clinic-wrap .categories ul li {
    width: 70%;
    padding: 30px;
    margin: 0 30px 3vw;
  }
  section#category .clinic-wrap .categories ul li img {
    width: 100%;
  }
  section#category .clinic-wrap .categories ul li span {
    font-size: 1.5rem;
  }
}

section#team {
  background-color: #e9eef4;
  padding: 40px 0;
}
@media screen and (min-width: 1024px) {
  section#team {
    padding: 80px 0;
  }
}
section#team .team-wrap h3 {
  color: #38617a;
  font-weight: 100;
  line-height: 1.5rem;
  padding-bottom: 20px;
  text-transform: uppercase;
}
section#team .team-wrap h3 span {
  font-size: 1rem;
  letter-spacing: 0.5rem;
}
@media screen and (min-width: 1024px) {
  section#team .team-wrap h3 {
    padding-bottom: 40px;
    line-height: 2.5rem;
  }
  section#team .team-wrap h3 span {
    font-size: 1.3rem;
  }
}
section#team .team-wrap .responsive .slick-slide {
  min-height: 0;
}
section#team .team-wrap .responsive .slick-slide.slick-current.slick-active .card {
  background-color: #6ca8c8 !important;
  transition: 0.5s;
  transform: scale(1);
  padding-right: 30px;
  position: relative;
  right: 0;
}
section#team .team-wrap .responsive .slick-slide.slick-active .card {
  position: relative;
  right: -10%;
}
section#team .team-wrap .responsive .slick-slide.slick-cloned .card {
  position: relative;
  right: -10%;
}
section#team .team-wrap .responsive .card {
  background-color: #75bfd3;
  border-radius: 20px;
  padding: 25px;
  transition: 0.5s;
  transform: scale(0.79);
}
section#team .team-wrap .responsive .card .profile {
  background-color: #fff;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
}
section#team .team-wrap .responsive .card .profile img {
  width: 100%;
  height: auto;
}
section#team .team-wrap .responsive .card h3 {
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  padding-bottom: 0;
  line-height: 2rem;
  text-align: center;
}
section#team .team-wrap .responsive .card h3 span {
  color: #474747;
}
@media screen and (min-width: 1024px) {
  section#team .team-wrap .responsive .card h3 {
    line-height: 2.5rem;
  }
}
section#team .team-wrap .responsive .card p {
  text-align: center;
  font-size: 1rem;
  color: #474747;
  font-weight: 100;
}
@media screen and (min-width: 1024px) {
  section#team .team-wrap .responsive .card p {
    font-size: 1.5rem;
  }
}
section#team .team-wrap .responsive .card .btn {
  background-color: #fff;
  border-radius: 25px;
  width: 50%;
  position: relative;
  right: 0;
  left: 0;
  margin: auto;
  margin-top: 30px;
}
section#team .team-wrap .responsive .card .btn p {
  font-size: 1.3rem;
  color: #474747;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
  padding: 6px 0;
}
@media screen and (min-width: 1024px) {
  section#team .team-wrap .responsive .card .btn {
    font-size: 1.5rem;
  }
}
section#team .team-wrap .note {
  padding-top: 30px;
}
section#team .team-wrap .note h3 {
  font-size: 1.5rem;
  font-weight: 100;
  letter-spacing: 0.5rem;
  text-align: center;
  line-height: 1.6;
  text-transform: inherit;
}
@media screen and (min-width: 1024px) {
  section#team .team-wrap .note {
    padding-top: 60px;
  }
  section#team .team-wrap .note h3 {
    font-size: 1.8rem;
  }
}

.remodal-is-closed {
  display: none;
}

.detail-wraper {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}
.detail-wraper .image-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0px !important;
  justify-content: flex-start;
}
.detail-wraper .image-wrap .frame {
  overflow: hidden;
  border-radius: 25px;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-wraper .image-wrap .frame img {
  width: 100%;
  height: auto;
}
.detail-wraper .detail-info {
  width: 100%;
  background: #fff;
  border-radius: 25px;
}
.detail-wraper .detail-info h3 {
  color: #38617a;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 1rem;
}
.detail-wraper .detail-info h3 span {
  font-size: 1rem;
  font-weight: 100;
  letter-spacing: 0.5rem;
}
.detail-wraper .detail-info p {
  color: #38617a;
  font-size: 1.3rem;
  line-height: 1.8;
  text-align: left;
  font-weight: 100;
}
.detail-wraper .detail-info .details {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  text-align: justify;
}
.detail-wraper .detail-info .details div {
  color: #38617a;
  font-size: 1.3rem;
  font-weight: 100;
  margin-bottom: 0;
}
.detail-wraper .detail-info .details p {
  color: #38617a;
  font-size: 1.3rem;
  font-weight: 100;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .detail-wraper {
    flex-direction: row;
  }
  .detail-wraper .image-wrap {
    display: flex;
    flex-direction: column;
    width: 23%;
  }
  .detail-wraper .image-wrap .frame {
    margin-bottom: 0px !important;
  }
  .detail-wraper .image-wrap .details {
    text-align: left;
  }
  .detail-wraper .detail-info {
    width: 60%;
    background: none;
    border-radius: 0px;
  }
  .detail-wraper .detail-info h3 {
    margin-top: 0;
  }
  .detail-wraper .detail-info .details {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2;
  }
}

section#service {
  padding: 40px 0;
}
@media screen and (min-width: 1024px) {
  section#service {
    padding: 80px 0;
  }
}
section#service .service-wrap h3 {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  color: #38617a;
  font-weight: 100;
}
section#service .service-wrap h3 span {
  font-size: 1.5rem;
}
@media screen and (min-width: 1024px) {
  section#service .service-wrap h3 {
    font-size: 2.5rem;
  }
  section#service .service-wrap h3 span {
    font-size: 1.8rem;
  }
}
section#service .service-wrap p {
  color: #38617a;
  font-size: 1.3rem;
  text-align: left;
  font-weight: 100;
}
@media screen and (min-width: 1024px) {
  section#service .service-wrap p {
    font-size: 1.5rem;
    text-align: center;
  }
}
section#service .service-wrap .service-list {
  margin: 40px 0;
}
@media screen and (min-width: 1024px) {
  section#service .service-wrap .service-list {
    margin: 80px 0;
  }
}
section#service .service-wrap .service-list ul {
  padding: 0;
  width: 100%;
  display: inline-flex;
  justify-content: center;
}
section#service .service-wrap .service-list ul li {
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 30vw;
  height: 100%;
  padding: 3vw;
  position: relative;
  transition: 0.5s;
}
@media screen and (min-width: 1024px) {
  section#service .service-wrap .service-list ul li {
    width: 20vw;
  }
}
section#service .service-wrap .service-list ul li img {
  width: 70%;
  max-width: 80px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  section#service .service-wrap .service-list ul li img {
    width: 30%;
  }
}
section#service .service-wrap .service-list ul .second-child {
  border-right: 1px solid #e9eef4;
  border-left: 1px solid #e9eef4;
}

section#information {
  padding: 0;
  background: linear-gradient(180deg, #ffffff 65%, #e9eef4 50%, #e9eef4 100%);
  overflow: hidden;
}
section#information h1 {
  text-transform: uppercase;
  text-align: center;
  color: #e9eef4;
  font-size: 15.3vw;
  font-weight: 100;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  section#information h1 {
    font-size: 12.3vw;
    letter-spacing: 2rem;
  }
}
section#information .information-wrap {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
  top: -5vw;
}
section#information .information-wrap .info-box {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  section#information .information-wrap .info-box {
    flex-direction: row;
  }
}
section#information .information-wrap .info-box .info-left {
  width: 100%;
  background-color: #599ed3;
}
@media screen and (min-width: 1024px) {
  section#information .information-wrap .info-box .info-left {
    width: 40%;
  }
}
section#information .information-wrap .info-box .info-left .comp-img {
  overflow: hidden;
  height: 160px;
  position: relative;
}
section#information .information-wrap .info-box .info-left .comp-img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: -270px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  section#information .information-wrap .info-box .info-left .comp-img img {
    top: -245px;
  }
}
section#information .information-wrap .info-box .info-left .info-text {
  padding: 15px;
}
section#information .information-wrap .info-box .info-left .info-text p {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 100;
  line-height: 1.3;
}
section#information .information-wrap .info-box .info-left .info-text .tel h3 {
  color: #fff;
  letter-spacing: 0.5rem;
  font-size: 1.8rem;
}
section#information .information-wrap .info-box .info-left .info-text .tel h3 span {
  margin-right: 10px;
}
section#information .information-wrap .info-box .info-left .info-text .tel h3 span img {
  width: 11%;
  height: auto;
}
section#information .information-wrap .info-box .info-left .info-text table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  color: #fff;
}
section#information .information-wrap .info-box .info-left .info-text table caption {
  font-size: 1.3rem;
  color: #fff;
  padding-bottom: 10px;
}
section#information .information-wrap .info-box .info-left .info-text table tr {
  padding: 0.35em;
}
section#information .information-wrap .info-box .info-left .info-text table th,
section#information .information-wrap .info-box .info-left .info-text table td {
  padding: 0.125em;
  text-align: center;
  font-size: 1rem;
}
section#information .information-wrap .info-box .info-left .info-text table th {
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 100;
}
section#information .information-wrap .info-box .info-left .info-text table th.ttl {
  width: 35%;
  font-size: 1.1rem;
  text-align: left !important;
}
section#information .information-wrap .info-box .info-left .info-text table td.ttl {
  width: 100%;
  font-size: 1.3rem;
  text-align: right !important;
}
@media screen and (min-width: 1024px) {
  section#information .information-wrap .info-box .info-left .info-text table td.ttl {
    width: 35%;
    font-size: 1.1rem;
    text-align: left !important;
  }
}
section#information .information-wrap .info-box .info-left .info-text ul {
  padding: 0;
  margin: 10px 0;
}
section#information .information-wrap .info-box .info-left .info-text ul .ttl {
  width: 37%;
}
section#information .information-wrap .info-box .info-left .info-text ul li {
  list-style-type: none;
  display: inline-flex;
  color: #fff;
  font-size: 1.3rem;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  section#information .information-wrap .info-box .info-left .info-text ul li {
    font-size: 1.1rem;
  }
}
section#information .information-wrap .info-box .info-left .info-text p {
  text-align: left;
  color: #fff;
  font-size: 1.1rem;
}
@media screen and (max-width: 600px) {
  section#information .information-wrap .info-box .info-left .info-text table {
    border: 0;
  }
  section#information .information-wrap .info-box .info-left .info-text table caption {
    font-size: 2em;
  }
  section#information .information-wrap .info-box .info-left .info-text table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  section#information .information-wrap .info-box .info-left .info-text table tr {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
}
@media screen and (max-width: 600px) and (min-width: 1024px) {
  section#information .information-wrap .info-box .info-left .info-text table tr {
    border-bottom: 3px solid #ddd;
  }
}
@media screen and (max-width: 600px) {
  section#information .information-wrap .info-box .info-left .info-text table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 1.3em;
    text-align: right;
  }
}
@media screen and (max-width: 600px) and (min-width: 1024px) {
  section#information .information-wrap .info-box .info-left .info-text table td {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 600px) {
  section#information .information-wrap .info-box .info-left .info-text table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  section#information .information-wrap .info-box .info-left .info-text table td:last-child {
    border-bottom: 0;
  }
}
section#information .information-wrap .info-box .info-right {
  width: 100%;
  overflow: hidden;
}
section#information .information-wrap .info-box .info-right .map {
  background-color: #fff;
  height: 272px;
  width: 100%;
}
section#information .information-wrap .info-box .info-right .map iframe {
  width: 100%;
  border: 0;
}
@media screen and (min-width: 1024px) {
  section#information .information-wrap .info-box .info-right .map iframe {
    height: 472px;
  }
}

section#news {
  padding: 0 0 40px 0;
  background-color: #e9eef4;
}
@media screen and (min-width: 1024px) {
  section#news {
    padding: 0 0 80px 0;
  }
}
section#news .news-wrap h3 {
  color: #38617a;
  font-weight: 100;
  line-height: 2rem;
  padding-bottom: 20px;
  text-transform: uppercase;
}
section#news .news-wrap h3 span {
  font-size: 1rem;
  letter-spacing: 0.5rem;
}
@media screen and (min-width: 1024px) {
  section#news .news-wrap h3 {
    line-height: 2.5rem;
    padding-bottom: 40px;
  }
  section#news .news-wrap h3 span {
    font-size: 1.3rem;
  }
}
section#news .news-wrap .news-box {
  width: 85%;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
}
section#news .news-wrap .news-box .content-box {
  border-bottom: solid 1px #fff;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
section#news .news-wrap .news-box .content-box div {
  font-size: 1rem;
  color: #38617a;
  font-weight: 100;
}
section#news .news-wrap .news-box .content-box div img {
  width: 100%;
  height: auto;
}
section#news .news-wrap .news-box .content-box p {
  font-size: 1rem;
  color: #38617a;
  font-weight: 100;
}
section#news .news-wrap .news-box .content-box p img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  section#news .news-wrap .news-box .content-box {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  section#news .news-wrap .news-box .content-box div {
    font-size: 1.3rem;
  }
  section#news .news-wrap .news-box .content-box p {
    font-size: 1.3rem;
  }
}

section#buttons {
  margin-top: 5px;
}
section#buttons .button-wrap {
  width: 100%;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
}
section#buttons .button-wrap ul {
  padding: 0;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  section#buttons .button-wrap ul {
    flex-wrap: inherit;
  }
}
section#buttons .button-wrap ul li {
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 49vw;
  height: 100%;
  padding: 6vw 2vw;
  position: relative;
  transition: 0.5s;
}
section#buttons .button-wrap ul li img {
  width: 50%;
  max-width: 40px;
  height: auto;
  margin-bottom: 15px;
}
section#buttons .button-wrap ul li span {
  color: #fff;
  font-size: 1rem;
  font-weight: 100;
  margin-bottom: 20px;
}
section#buttons .button-wrap ul li p {
  color: #38617a;
  font-size: 0.8rem;
  font-weight: 100;
}
@media screen and (min-width: 1024px) {
  section#buttons .button-wrap ul li {
    width: 25vw;
    padding: 3vw;
  }
  section#buttons .button-wrap ul li img {
    width: 15%;
  }
  section#buttons .button-wrap ul li span {
    font-size: 1.5rem;
  }
  section#buttons .button-wrap ul li p {
    font-size: 1rem;
  }
}
section#buttons .button-wrap ul li.icon01 {
  background-color: #599ed3;
  position: relative;
  margin: 0;
}
section#buttons .button-wrap ul li.icon01:hover {
  background-color: #38617a;
  transition: 0.5s;
}
section#buttons .button-wrap ul li.icon01:hover p {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  section#buttons .button-wrap ul li.icon01 {
    margin: 0 1px;
  }
}
section#buttons .button-wrap ul li.icon02 {
  background-color: #70b6e0;
  position: relative;
  margin: 0;
}
section#buttons .button-wrap ul li.icon02:hover {
  background-color: #38617a;
  transition: 0.5s;
}
section#buttons .button-wrap ul li.icon02:hover p {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  section#buttons .button-wrap ul li.icon02 {
    margin: 0 1px;
  }
}
section#buttons .button-wrap ul li.icon03 {
  background-color: #75bfd3;
  position: relative;
  margin: 0;
}
section#buttons .button-wrap ul li.icon03:hover {
  background-color: #38617a;
  transition: 0.5s;
}
section#buttons .button-wrap ul li.icon03:hover p {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  section#buttons .button-wrap ul li.icon03 {
    margin: 0 1px;
  }
}
section#buttons .button-wrap ul li.icon04 {
  background-color: #7bc9db;
  position: relative;
  margin: 0;
}
section#buttons .button-wrap ul li.icon04:hover {
  background-color: #38617a;
  transition: 0.5s;
}
section#buttons .button-wrap ul li.icon04:hover p {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  section#buttons .button-wrap ul li.icon04 {
    margin: 0 1px;
  }
}/*# sourceMappingURL=style.css.map */