@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..900&display=swap");
:root {
  --font-family-serif:'Noto Serif JP', serif;
  --font-family-Marcellus: "Marcellus", serif;
  --font-family-Cormorant:"Cormorant Garamond", serif;
  --color-white:#ffffff;
  --color-dark-brw:#61564A;
  --color-brw:#AA9883;
  --color-beige:#f5ede8;
}
* {
  margin:0;
  padding:0;
}
html, body {
  width:100%;
  height:auto;
  margin:0;
  padding:0;
}
html {
  font-size:62.5%;
}
body {
  font-family: "Roboto", "Noto Sans JP", 'Hiragino Sans,', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', YuGothic, '游ゴシック体', 'BIZ UDPGothic', 'Meiryo', sans-serif;
  color:#001D30;
  font-size:1.6rem;
  font-weight:500;
  word-break: break-all;
  line-height:2;
  letter-spacing:.015em;
  overflow-x:hidden;
  position:relative;
}
a,
a:hover {
  text-decoration: none;
  color:#001D30;
}
a:where(:not(.wp-element-button)) {
	text-decoration: none;
}
#heading {
  width:100%;
  height:auto;
  position:absolute;
  top:52.5vh;
  left:50%;
  transform:translate(-50%,0);
  color:#fff;
  z-index:1;
}
.header01-title {
  width:90%;
  max-width:1200px;
  margin:0 auto;
  font-size:1.2rem;
}
/*----------------------------------------------------
  共通項目
----------------------------------------------------*/
/*---見出し---*/
.ttl {
  width:100%;
  height:auto;
  margin-bottom:80px;
  position:relative;
}
.ttl > h2 {
  font-size:6rem;
  color: transparent;
  letter-spacing:.1em;
  background: linear-gradient(270deg, rgb(0,57,98) 0%, rgb(1, 217, 236) 100%);
  background-clip: text;
}
/*---link__btn---*/
.link__btn {
  width:100%;
  height:48px;
  margin:0 auto;
}
.link__btn svg {
  width:18px;
  margin-right:3px;
  fill:#545454;
}
.link__btn-middle {
  max-width:360px;
}
.link__btn > a {
  width:100%;
  height:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  background: linear-gradient(-270deg, rgb(0,57,98) 0%, rgb(1, 217, 236) 100%);
  color:#fff;
  border:2px solid #fff;
  padding:0 20px;
  box-sizing:border-box;
  border-radius:50vh;
  filter: drop-shadow(4px 6px 6px rgba(30, 103, 64, 0.1));

}
.link__btn > a > span {
  display:flex;
  flex-direction:column;
  line-height:1.6;
}
.link__btn-sub {
  font-family:var(--font-family-Marcellus);
  font-size:1.2rem;
}
.link__btn > a > img {
  width:24px;
  fill:#fff;
}
.link__btn > a > svg {
  width:24px;
}
.icon-arrow__base {
  stroke: #fff;
  stroke-miterlimit:10;
  fill:none;
}
.icon-arrow__main {
  fill:#fff;
}

/*----------------------------------------------------
  #loading
----------------------------------------------------*/
.loading {
  width:100vw;
  height:100vh;
  background-color:#fff;
  display:flex;
  justify-content:center;
  align-items:center;
  position:fixed;
  top:0;left:0;
  z-index:99999;
}
.loading__inner {
  width:100%;
  height:auto;
}
.loading__inner > img {
  width:50%;
  max-width:200px;
  margin:0 auto;
}
/*----------------------------------------------------
 mouse tracking
----------------------------------------------------*/
#stkr {
  position:fixed;
  top:0px;
  left:0px;
  width:26px;
  height:26px;
  background:linear-gradient(45deg,rgba(135,193,153,.5),rgba(180, 187, 145,.5));
  border-radius:50%;
  transition:.5s;
  transition-timing-function:ease-out;
  pointer-events:none;
  mix-blend-mode:multiply;
  z-index:1000;
}
/*----------------------------------------------------
  header
----------------------------------------------------*/
#header01 {
  width:100%;
  height:200px;
  display:flex;
  justify-content:center;
  align-items:center;
  position:fixed;
  top:0;
  left:0;
  z-index:999;
  box-sizing:border-box;
  transition:1s cubic-bezier(.4, 0, .2, 1);
}
.head-animation {
  transform: translateY(-100%);
}
.global-nav__wrapper {
  width:100%;
  height:auto;
  transition: 1s cubic-bezier(.4, 0, .2, 1);
}
.global-nav {
  width:85%;
  height:60px;
  max-width:1440px;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.global-nav__logo {
  width:auto;
  height:48px;
  position:relative;z-index:1001;
}
.global-nav__logo > a,
.global-nav__logo > a > h1 {
  width:auto;height:100%;
}
.global-nav__logo > a img {
  width:auto;
  height:100%;
}
.navi {
  display:inline-flex;
  width:auto;
  height:60px;
  background:rgba(255,255,255,.6);
  padding:0 40px;
  box-shadow: 4px 16px 40px rgba(30, 103, 64, 0.16);
  border-radius:50vh;
}
.navi__list {
  width:100%;
  height:auto;
  display:flex;
  justify-content:center;
}
.navi__list > ul {
  width:100%;height:auto;
  display:flex;justify-content:flex-end;
  list-style:none;
  padding-left:0;
}
.navi__list > ul > li {
  display:flex;
  letter-spacing:0;
  position:relative;
}
.navi__list > ul > li > a {
  display:flex;
  flex-direction:column;
  justify-content:center;align-items:center;line-height:1.4;
  padding:0 20px;
  letter-spacing:.1em;
  font-weight:bold;
}
.navi__list-ruby {
  display:none;
}
.navi__cta {
  display:inline-flex;
  align-items:center;
  width:auto;height:auto;
  margin-left:20px;
  position:relative;
}
.navi__cta > a {
  display:inline-flex;
  flex-direction:row!important;
  justify-content:space-between;
  align-items:center!important;
  background: linear-gradient(-270deg, #003962 0%, #01d9ec 100%);
  width:150px;
  height:38px;
  color:#fff!important;
  font-size:1.4rem;
  box-sizing:border-box;
  border-radius:8px;
}
.navi__cta > a > span {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  width:24px;
  height:24px;
  background:#fff;
  color:#01d9ec!important;
  font-size:1.2rem;
  border-radius:50vh;
  margin-left:5px;
}

/*----------------------------------------------------
  #nav-toggle
----------------------------------------------------*/
.nav-toggle {
  display:none;
  position:fixed;
  top:3px;
  right:2.5%;
  width:36px;
  height:56px;
  z-index:1001;
  cursor:pointer;
  transform:scale(.8);
}
.nav-toggle > span {
  display:inline-block;
  width:100%;
  height:4px;
  position:absolute;
  left:50%;
  transform:translate(-50%,0);
  background:#fff;
  border-radius: 2px;
  transition:all .4s;
  box-sizing:border-box;
}
.scroll .nav-toggle > span {
  background: linear-gradient(-270deg, #003962 0%, #01d9ec 100%);
}
.nav-toggle > span:nth-of-type(1) {
  top:14px;
}
.nav-toggle > span:nth-of-type(2) {
  top:24px;
  right:0;
}
.nav-toggle > span:nth-of-type(3) {
  top:34px;
}
.nav-toggle.active > span {
  width:36px;
  height:3px;
  left:50%;
  transform:translate(-50%,0);
  background:#fff;
}
.nav-toggle.active > span:nth-of-type(1) {
  top:4px;
  transform:translate(-50%,20px) rotate(-45deg);
  -webkit-transform:translate(-50%,20px) rotate(-45deg);
}
.nav-toggle.active > span:nth-of-type(2) {
  left:50%;
  opacity:0;
  animation: active-menu-bar02 .8s forwards;
  -webkit-animation: active-menu-bar .8s forwards;
}
@-webkit-keyframes active-menu-bar {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar {
  100% {
    height: 0;
  }
}
.nav-toggle.active span:nth-of-type(3) {
  top:44px;
  transform: translate(-50%,-20px) rotate(45deg);
  -webkit-transform:translate(-50%,-20px) rotate(45deg);
}
/*------------------------------------
  main
------------------------------------*/
main {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
#heading {
  width:100%;
  height:auto;
  position:absolute;
  top:52.5vh;
  left:50%;
  transform:translate(-50%,0);
  color:#fff;
  z-index:1;
}
.heading {
  width:90%;
  max-width:1200px;
  margin:0 auto;
}
.header01-title {
  font-size:1.2rem;
}
.mv {
  width:100%;
  height:60vh;
  border:10px solid #fff;
  box-sizing:border-box;
  border-radius:40px;
  position:relative;
  overflow:hidden;
  background: rgba(1, 217, 236,.05);
}
.iPad .mv {
  height:30vh;
}
.mv__body {
  width:100%;
  height:100%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:1;
}
.mv__ttl {
  width:90%;
  max-width:1200px;
  margin:0 auto;
  display:flex;
  flex-direction:column-reverse;
  align-items:center;
  justify-content:center;
  line-height:1.4;
  position:absolute;
  top:55%;
  left:50%;
  transform:translate(-50%,-50%);
  color:#fff;
}
.mv__ttl > h2 {
  font-size:1.4rem;
  font-weight:normal;
}
.mv__ttl > p {
  font-size:4rem;
  font-weight:bold;
  letter-spacing:.05em;
}
.bg-animaWrap {
  background:linear-gradient(-270deg, #003962 0%, #01d9ec 100%);
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.bg-anima {
  position:absolute;
  top:0;
  left:0;
  width:60%;
  height:100%;
  -webkit-transform: translateZ(0);
  transform:translateZ(0);
}
.bg-anima > span {
  position:absolute;
  display:block;
  background-color:rgba(255, 255, 255, 0.05);
  bottom:-100px;
  -webkit-animation:square 10s infinite;
  animation:square 10s infinite;
  -webkit-transition-timing-function:linear;
  transition-timing-function:linear;
  border-radius:6px;
}
.bg-anima > span:nth-child(1) {
  width:40px;
  height:40px;
  left:20%;
}
.bg-anima > span:nth-child(2) {
  width:60px;
  height:60px;
  left:40%;
  -webkit-animation-delay:1s;
  animation-delay:1s;
}
.bg-anima > span:nth-child(3) {
  width:30px;
  height:30px;
  left:60%;
  -webkit-animation-delay:2s;
  animation-delay:2s;
}
.bg-anima > span:nth-child(4) {
  width:80px;
  height:80px;
  left:80%;
  -webkit-animation-delay:3s;
  animation-delay:3s;
}
.bg-anima > span:nth-child(5) {
  width:50px;
  height:50px;
  left:50%;
  -webkit-animation-delay:4s;
  animation-delay:5s;
}
.bg-anima > span:nth-child(6) {
  width:40px;
  height:40px;
  left:25%;
  -webkit-animation-delay:6s;
  animation-delay:6s;
}
.bg-anima > span:nth-child(7) {
  width:60px;
  height:60px;
  left:45%;
  -webkit-animation-delay:7s;
  animation-delay:7s;
}
.bg-anima > span:nth-child(8) {
  width:30px;
  height:30px;
  left:66%;
  -webkit-animation-delay:8s;
  animation-delay:8s;
}
.bg-anima > span:nth-child(9) {
  width:80px;
  height:80px;
  left:85%;
  -webkit-animation-delay:9s;
  animation-delay:9s;
}
.bg-anima > span:nth-child(10) {
  width:50px;
  height:50px;
  left:55%;
  -webkit-animation-delay:10s;
  animation-delay:10s;
}
@-webkit-keyframes square {
  0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  100% {
      -webkit-transform: translateY(-1080px) rotate(630deg);
      transform: translateY(-1080px) rotate(630deg);
  }
}
@keyframes square {
  0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  100% {
      -webkit-transform: translateY(-1080px) rotate(630deg);
      transform: translateY(-1080px) rotate(630deg);
  }
}
.earth {
  width:60%;
  position:absolute;
  top:-20%;
  right:-10%;
  animation:earth-blink 4s infinite,earth-rotate 40s infinite linear;
}
@keyframes earth-blink {
  0% {opacity:.4;}
  50% {opacity:.2;}
  100% {opacity:.4;}
}
@keyframes earth-rotate {
  0% {transform:rotate(0);}
  100% {transform:rotate(360deg);}
}
/*------------------------------------
 .wp adjust
------------------------------------*/
.content {
  margin-top:0;
}
.content-in {
  padding-top:80px;
}
.footer-in.wrap {
  width:100%;
}
/*----------------------------------------------------
  wp adjust2
-----------------------------------------------------*/
.main {padding-top:0;}
.container {position:relative;}
.ect-vertical-card .entry-card-wrap .entry-card-thumb {position:relative;}
.ect-vertical-card .entry-card-wrap .entry-card-thumb::after {display:block;content:'';width:100%;height:0;padding-top:56.25%;}
.ect-vertical-card .entry-card-wrap .entry-card-thumb img {display:block;width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover;object-position:center;}
.ect-vertical-card .entry-card-wrap .entry-card-content {margin-top:10px;}
.entry-card-title, .related-entry-card-title {font-size:1.4rem;}
.entry-card-snippet, .related-entry-card-snippet {font-size:1.2rem;line-height:1.8;}
.entry-card-meta, .related-entry-card-meta {position:relative;bottom:initial;right:initial;margin-top:8px;}

.article h1 {border-bottom:1px solid #545454;padding-bottom:10px;font-size:1.8rem;}
.entry-content {margin-bottom:80px;}
.related-entry-heading {font-size:1.6rem;}
.sidebar h2, .sidebar h3 {font-size:1.4rem;background:#EFF9FE;}
.sidebar h3 {font-size:2rem;display:flex;justify-content:space-between;align-items:center;color:#4BB7FA;}

.widget_popular_entries h3::after,.widget_new_entries h3::after,.widget_archive h3::after,.widget_categories h3::after {display:inline;font-size:1.4rem;font-weight:normal;color:#B1E0FC;}
.widget_popular_entries h3::after {content:'人気記事';}
.widget_new_entries h3::after {content:'新着記事';}
.widget_archive h3::after {content:'アーカイブ';}
.widget_categories h3::after {content:'カテゴリー';}
.widget-entry-cards .a-wrap:nth-of-type(n+2),.cat-item:nth-of-type(n+2),.widget_archive li:nth-of-type(n+2) {border-top:1px dashed #ccc;}
.wp-block-search__label {display:none;}
.widget_block ul li a {font-size:1.4rem;}
.widget-entry-cards .a-wrap {
	width:100%;height:auto;
}
.widget-entry-card {display:flex;justify-content:space-between;width:100%;height:auto;}
.widget-entry-card-thumb {float:initial;}
.widget-entry-cards figure {
	width:45%;height:auto;position:relative;
}
.widget-entry-cards figure::after {
	display:block;content:'';width:100%;height:0;padding-top:56.25%;
}
.widget-entry-cards figure img {
	width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;
}
.widget-entry-card-content {width:50%;margin-left:0;display:flex;flex-direction:column-reverse;justify-content:center;padding:8px 0;}
.widget-entry-card-date.display-none {display:block;}
.widget-entry-card-post-date.post-date{color:#4BB7FA!important;font-weight:bold;}
.widget-entry-card-post-date.post-date {display:block;font-size:1rem;color:#ccc;}
.widget-entry-card-title {font-size:1.2rem;}
.sidebar-campaign {width:100%;height:auto;}
.sidebar-campaign a {display:block;width:100%;height:auto;}
.sidebar-campaign a > img {display:block;width:100%;height:auto;}

#blog_category_list {width:100%;height:auto;padding-top:80px;}
.blog_category_list ul {
	width:90%;height:auto;max-width:800px;
    display:flex;justify-content:center;margin: 0 auto;align-items:center;flex-wrap:wrap;
	list-style:none;padding-left:0;
}
.blog_category_list ul li:nth-of-type(n+2) {margin-left:10px;}
.blog_category_list ul li > a {display:flex;justify-content:center;align-items:center;width:auto;height:44px;padding:0 20px;box-sizing:border-box;background:#0ecc8a;color:#fff;font-weight:bold;border-radius:50vh;}

.article h2 {font-size:1.8rem;background:#EFF7F4;}
.article h2, .article h3, .article h4, .article h5, .article h6 {margin-bottom:20px;}
.article h3, .article h4, .article h5, .article h6 {width:100%;font-size:1.8rem;border:none;border-bottom: 3px solid #EFF7F4;position:relative;padding-left:10px;}
.article h3::before,.article h4::before,.article h5::before,.article h6::before {font-family: "Font Awesome 5 Free";font-weight:900;content:"\f0da";margin-right:6px;}
.article h3::after,.article h4::after,.article h5::after,.article h6::after {content:'';background-color:#94CDB4;width:3em;height:3px;position:absolute;bottom:-3px;left:0;z-index:1;}
.article p {font-size:1.6rem;text-align:justify;}
.entry-date {font-size:1.2rem;}
.entry-categories a {color:#fff!important;}
.toc {width:100%;}
.post-update {display:none;}
.video-container {margin-bottom:4px!important;}
.footer-in.wrap {width:100%;}
.footer {margin-top:0;padding:0;}
/*------------------------------------
 .footer
------------------------------------*/
.footer {
  width:100%;
  height:auto;
  color:#fff;
  position:relative;
  padding:0;
  margin:0;
}
.footer a {
  color:#fff!important;
}
.footer::before {
  display:block;
  content:'';
  width:calc(100% - 40px);
  height:calc(100% - 40px);
  background: linear-gradient(270deg, #003962 0%, #01d9ec 100%);
  border-radius:40px;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.footer__body {
  width:90%;
  max-width:1280px;
  margin:0 auto;
  padding:150px 0;
  box-sizing:border-box;
  position:relative;
  z-index:1;
}
.footer__col {
  width:100%;
  height:auto;
  display:flex;
  justify-content:space-around;
  align-items:center;
}
.footer__logoArea {
  width:40%;
}
.footer__logo {
  width:180px;
  margin-bottom:10px;
}
.footer__add {
  font-size:1.4rem;
  padding-left:10px;
}
.footer__add > p br {
  display:none;
}
.footer__nav {
  width:auto;
  margin-left:auto;
}
.footer__nav > ul {
  display:inline-flex;
  align-items:center;
  list-style:none;
  margin-bottom:10px;
  padding-left:0;
}
.footer__nav > ul > li > a {
  font-size:1.4rem;
  padding:0 14px;
  letter-spacing:.1em;
  font-weight:bold;
  color:#fff;
}
.footer__policy {
  text-align:right;
  font-size:1.2rem;
}
.footer__policy > a {
  padding-left:14px;
}
.copyright {
  font-size:1rem;
  padding-left:10px;
}
@media screen and (max-width:1440px) {
  html {
    font-size: calc(100vw/144.0);
  }
}
@media screen and (max-width:1360px) {
  .footer01 {
    width:90%;
    max-width:initial;
  }
}
@media screen and (max-width:1280px) {
  html {
    font-size: calc(100vw/128.0);
  }
}
@media screen and (max-width:1024px) {
  html {
    font-size: calc(100vw/102.4);
  }
  #header01 {
    height:60px;
    position:fixed;
    z-index:1001;
  }
  .global-nav__wrapper {
    width:100%;
    height:60px;
    max-width:initial;
    padding-left:0;
  }
  .global-nav {
    height:60px;
    justify-content: space-between;
    padding:0 10px;
    box-sizing:border-box;
  }
  .global-nav__logo {
    width:100%;
    height:40px;
    margin:0 auto;
    opacity:0;
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .scroll .global-nav__logo {
    opacity:1;
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);

  }
  .global-nav__logo > a img {
    margin:0 auto;
  }
  #nav-toggle {
    display:block;
  }
 .navi__list > ul > li a:not(.navi__cta a),
 .navi__list > ul > li p {
    width:100%;
    align-items:flex-start;
  }
  
  /*-------------------------------------------------
    toggle
  -------------------------------------------------*/
 .navi {
    width:100%;
    max-width:initial;
    height:100vh;
    background:#fff;
    box-sizing:border-box;
    opacity:0;
    visibility:hidden;
    transition: .4s;
    position:fixed;
    top:0;
    left:0;
    z-index:1000;
    border-radius:0;
  }
  .navi.is-open {
    width:100%;
    height:100vh;
    opacity:1;
    visibility:visible;
  }
  .navi.is-open::after {
    display:block;
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:url('https://hao-inc.co.jp/img/top/mv-bg.png');
    background-size:cover;
    opacity:.8;
  }
  .navi__list {
    width:100%;
    height:auto;
    margin:0 auto;
    padding:100px 0;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    overflow-y:scroll;
    position:relative;
    z-index:1;
  }
  .navi__list::-webkit-scrollbar {
    display:none;
  }
  .navi__list > ul {
    width:100%;
    max-width:460px;
    height:auto;
    margin:0 auto;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content: space-between;
    padding-left:0;
  }
  .navi__list > ul > li {
    width:100%;
    height:auto;
    box-sizing:border-box;
    margin-top:32px;
  }
  .navi__list > ul > li a:not(.navi__cta a, .navi__menuSub > li > a) {
    align-items:stretch;
    color:#fff;
    height:auto;
    font-size:3rem;
    padding:0;
  }
  .navi__list-ruby {
    display:block;
    font-size:1.8rem;
  }
  .navi__cta {
    display:flex;
    flex-direction:column;
    margin-left:0;
  }
  .navi__cta > a {
    width:60%;
    margin:0 auto 0 0;
  }
  /*--- 下層用 ---*/
  .global-nav__logo {
    opacity:1;
  }
  .scroll .nav-toggle > span {
    background:linear-gradient(-270deg, #003962 0%, #01d9ec 100%);
  }
  .nav-toggle > span {
    background:linear-gradient(-270deg, #003962 0%, #01d9ec 100%);
  }
  .nav-toggle.active > span {
    background:#fff;
  }
}
@media screen and (max-width:896px) {
  html {
    font-size: calc(100vw/89.6);
  }
  /*---footer---*/
  .footer__body {
    text-align:center;
  }
  .footer__col {
    width:auto;
    display:inline-flex;
    flex-direction:column;
    align-items:flex-start;
    text-align:left;
  }
  .footer__logoArea {
    width:auto;
    margin-bottom:30px;
  }
}
@media screen and (max-width:786px) {
  html {
    font-size: calc(100vw/78.6);
  }
}
@media screen and (max-width:680px) {
  html {
    font-size: calc(100vw/68);
  }
}
@media screen and (max-width:480px) {
  html {
    font-size:62.5%;
  }
  body {
    font-size:1.4rem;
    position:relative;
  }
  #heading {
    top:37.5vh;
  }
  .header01-title {
    text-align:right;
  }
  #stkr {
    display:none;
  }
  .ttl > h2 {
    font-size:4rem;
  }
  /*--- header ---*/
  #header01 {
    position:fixed;
    height:60px;
  }
  .global-nav__logo {
    opacity:1;
  }
  .scroll .global-nav__logo {
    opacity:1;
  }
  nav {
    padding-bottom:0;
  }
  .navi__list > ul {
    width:100%;max-width:initial;
    padding-left:0;
  }
  .navi__list > ul > li {
    width:100%;
  }
  .navi__list > ul > li a:not(.navi__cta a, .navi__menuSub > li > a) {
    font-size:2.4rem;
    padding:0;
  }
  .navi__list-ruby {
    display:block;
    font-size:1.4rem;
  }
  .navi__cta > a {
    width:80%;
  }
  .ttl__sub {
    font-size:5rem;
  }
  .link__btn > a {
    padding:0 20px;
  }
  .link__btn > a > svg {
    width:20px;
  }
  /*--- contents ---*/
  .content-in {
    padding-top:18px;
  }
  .no-sp-snippet .entry-card-snippet {
    display: block!important;
  }
  .mv {
    width:100%;
    height:40vh;
    min-height:324px;
    border-top:none;
    border-radius:0;
    border:none;
    position:relative;
    overflow:hidden;
    background: rgba(1, 217, 236,.05);
    margin-top:60px;
  }
  .mv__ttl > p {
    font-size:3rem;
  }
  .mv__body {
    top:47.5%;
  }
  .bg-anima > span {
    -webkit-animation:square 20s infinite;
    animation:square 20s infinite;
  }
  .bg-anima > span:nth-child(1),
  .bg-anima > span:nth-child(6) {
    width:20px;
    height:20px;
  }
  .bg-anima > span:nth-child(2),
  .bg-anima > span:nth-child(7) {
    width:24px;
    height:24px;
  }
  .bg-anima > span:nth-child(3),
  .bg-anima > span:nth-child(8) {
    width:30px;
    height:30px;
  }
  .bg-anima > span:nth-child(4),
  .bg-anima > span:nth-child(9) {
    width:34px;
    height:34px;
    left:80%;
  }
  .bg-anima > span:nth-child(5),
  .bg-anima > span:nth-child(10) {
    width:36px;
    height:36px;
  }
  .earth {
    width:100%;
    top:10%;
    right:-40%;
  }

  /*---footer---*/
  .footer__body {
    width:90%;
    padding:100px 0;
  }
  .footer::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .footer__logo {
    margin:0 auto 40px auto;
  }
  .footer__logoArea {
    display:inline-flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    font-size:1.2rem;
    text-align:center;
    margin:0 auto 30px auto;
  }
  .footer__add > p br {
    display:block;
  }
  .footer__nav > ul {
    flex-wrap:wrap;
    margin-bottom:60px;
    padding-left:0;
  }
  .footer__nav > ul > li {
    width:25%;
  }
  .footer__nav > ul > li > a {
    display:flex;
    justify-content:center;
    align-self: center;
    font-size:1.2rem;
    padding:0;
  }
  .footer .navi__cta {
    width:60%;
    padding:0;
    padding:0 14px;
    margin:14px auto 0 auto;
  }
  .footer .navi__cta > a {
    width:100%;
  }
  .footer__policy {
    width:100%;
    text-align:center;
  }
  .footer__policy > a {
    padding-left:0;
    font-size:1rem;
  }
}