@charset "UTF-8";
html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-wrap: anywhere;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333;
  background: #fff;
  letter-spacing: 0.05em;
}
body .b-fixed {
  position: fixed;
  width: 100%;
}

ol,
li {
  list-style: none;
}

a {
  color: #70bf83;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
/*----------------------------------------------------
	LAYOUT
----------------------------------------------------*/
.column {
  padding: 0 0 100px 0;
  overflow: hidden;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .column {
    padding: 0 0 40px 0;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}
.inner.column {
  padding-bottom: 100px;
}
@media screen and (max-width: 1100px) {
  .inner {
    width: 100%;
  }
  .inner.column {
    padding-bottom: 40px;
  }
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.main_color {
  color: #70bf83;
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .mb30 {
    margin-bottom: 15px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .mb40 {
    margin-bottom: 20px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .mb60 {
    margin-bottom: 30px;
  }
}

.pt60 {
  padding-top: 60px;
}
@media screen and (max-width: 820px) {
  .pt60 {
    padding-top: 30px;
  }
}

.pt30 {
  padding-top: 30px;
}
@media screen and (max-width: 820px) {
  .pt30 {
    padding-top: 15px;
  }
}

.pb30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .pb30 {
    padding-bottom: 15px;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.breadcrumbs {
  font-size: 1.2rem;
  margin: 20px 0 60px;
}
.breadcrumbs a {
  color: #333;
}
@media screen and (max-width: 820px) {
  .breadcrumbs {
    margin-bottom: 15px;
  }
}

main {
  position: relative;
}
main .h1_box {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
main .h1_box .h_tit {
  color: #7f7e7e;
  letter-spacing: 0.1em;
  font-weight: 300;
  line-height: inherit;
  font-size: 1.1rem;
  position: absolute;
  width: 60vw;
  bottom: 5px;
  left: 0;
}
@media screen and (max-width: 1100px) {
  main .h1_box .h_tit {
    width: 90vw;
    left: 15px;
  }
}
main .h1_box .h_tit br {
  display: none;
}

/*----------------------------------------------------
	FONT
----------------------------------------------------*/
.sec_title {
  font-size: clamp(2.8rem, 4vw, 3.2rem);
  color: #70bf83;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.sec_title.en {
  font-size: clamp(3.3rem, 4vw, 3.7rem);
  font-family: "Oswald", sans-serif;
}
.sec_title .en {
  font-family: "Oswald", sans-serif;
}

/*----------------------------------------------------
	HEADER
----------------------------------------------------*/
#header {
  background: #fff;
  padding: 20px;
}
#header .h_left img {
  max-width: 140px;
  width: 100%;
}
#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all 0.3s;
  width: 100%;
  padding: 10px 15px;
  box-shadow: 0 5px 5px #eee;
}
#header.fixed .hamburger {
  top: 0;
}

/*----------------------------------------------------
	グロナビ
----------------------------------------------------*/
@media screen and (max-width: 1100px) {
  .nav {
    position: fixed;
    overflow: auto;
    right: -150%;
    top: 0;
    width: 70%;
    height: 100%;
    padding-top: 60px;
    background: #70bf83;
    transition: all 0.6s;
    z-index: 200;
    margin-bottom: 100px;
  }
  .nav .nav_list {
    margin: auto;
    padding: 0;
    list-style: none;
    width: 95%;
    flex-direction: column;
    gap: 0;
  }
  .nav .nav_list .nav_item {
    text-align: left;
    padding: 0;
    width: 100%;
  }
  .nav .nav_list .nav_item a {
    display: block;
    padding: 12px 8px;
    border-bottom: 1px solid #9ed9ad;
    color: #fff;
    position: relative;
  }
  .nav .nav_list .nav_item a:after {
    content: "\f105";
    font-family: "Font Awesome 6 free";
    color: #fff;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    font-size: 1.4rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    margin-right: 5px;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
  }
  .nav .nav_list .nav_item .tgl_menu {
    display: block;
  }
  .nav .nav_list .nav_item .tgl_menu .dwn_plan {
    gap: 0;
    flex-direction: column;
  }
  .nav .nav_list .nav_item .tgl_menu .dwn_plan li {
    width: 100%;
    padding-left: 1em;
  }
  .hamburger {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 63px;
    height: 63px;
    cursor: pointer;
    z-index: 300;
  }
  .hamburger .hamburger_border {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 3px;
    background-color: #70bf83;
    transition: all 0.6s;
  }
  .hamburger .hamburger_border_top {
    top: 14px;
  }
  .hamburger .hamburger_border_center {
    top: 25px;
  }
  .hamburger .hamburger_border_bottom {
    top: 36px;
  }
  .hamburger .hamburger_text {
    display: inline;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
    font-size: 1.3rem;
    color: #70bf83;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 150;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open {
    overflow: hidden;
  }
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav-open .hamburger_border {
    background: #fff;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
}
@media only screen and (min-width: 1101px) {
  .nav {
    position: relative;
  }
  .nav .nav_list .nav_item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .nav .nav_list .nav_item:after {
    content: "";
    background: #70bf83;
    width: 0px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
  }
  .nav .nav_list .nav_item:hover:after {
    width: 100%;
  }
  .nav .nav_list .nav_item a {
    padding: 8px 0;
    font-size: 1.4rem;
    text-align: center;
    color: #333;
  }
  .nav .nav_list .nav_item .tgl_menu {
    display: none;
    position: absolute;
    left: 0;
    top: 35px;
    z-index: 100;
    width: auto;
    padding: 15px;
    background: #fff;
  }
  .nav .nav_list .nav_item .tgl_menu:after {
    content: "";
    border: none;
  }
  .nav .nav_list .nav_item .tgl_menu ul li {
    width: 100%;
    display: block;
  }
  .nav .nav_list .nav_item .tgl_menu ul li a {
    display: block;
    text-align: left;
    min-width: 100px;
    white-space: nowrap;
    line-height: 30px;
    color: #333;
    padding: 5px 0;
  }
  .hamburger_text {
    display: none;
  }
  #gnav.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
  }
}
#footer {
  background: #70bf83;
  padding: 50px 0 10px;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer .footer_wrap {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .f_left {
    text-align: center;
  }
}
#footer .footer_wrap .f_left .logo {
  max-width: 140px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .f_gnav {
    flex-direction: column;
    gap: 20px;
  }
}
#footer .footer_wrap .gnav_box li {
  padding-bottom: 10px;
}
#footer .footer_wrap .gnav_box li.child {
  padding-left: 1em;
}
#footer .footer_wrap .gnav_box li.child:before {
  content: "― ";
}
#footer .footer_wrap .f_right {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .f_right {
    max-width: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .f_right .sns_box {
    justify-content: center;
    text-align: center;
  }
}
#footer .footer_wrap .f_right .sns_box img {
  max-width: 50%;
}
#footer .copy {
  text-align: center;
  font-size: 1.2rem;
}
#footer .copy2 {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #footer .copy2 {
    position: relative;
    text-align: center;
  }
}

.pagetop {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #ccc;
  position: fixed;
  display: block;
  bottom: 6%;
  right: 2%;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*----------------------------------------------------
	FRONTPAGE
----------------------------------------------------*/
.mv {
  background: url(../img/top/mv_bg.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 790px;
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 1100px) {
  .mv {
    height: auto;
    aspect-ratio: 16/9;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    background-image: url(../img/top/mv_bg_sp.png);
    background-size: contain;
    background-position: top;
    height: calc(80vh - 85px);
    aspect-ratio: unset;
  }
}
.mv img {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0 2%;
}
@media screen and (max-width: 767px) {
  .mv img {
    padding: 0 8%;
    top: 10%;
  }
}

.front_news .inner {
  max-width: 800px;
}
.front_news .news_list {
  margin-bottom: 40px;
}
.front_news .news_list li {
  display: block;
  width: 100%;
  border-top: 2px solid #70bf83;
}
.front_news .news_list li .flex {
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 0;
  line-height: 1.2;
  color: #333;
  transition: all 0.3s;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .front_news .news_list li .flex {
    flex-wrap: wrap;
    gap: 5px;
  }
}
.front_news .news_list li .flex .cat {
  background: #e9efaf;
  font-size: 1.5rem;
  padding: 5px 15px;
  border-radius: 50px;
  width: 140px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .front_news .news_list li .flex .title {
    width: 100%;
  }
}
.front_news .news_list li .flex:hover {
  background: #e9efaf;
}
.front_news .news_list li:last-of-type {
  border-bottom: 2px solid #70bf83;
}
.front_news-links {
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .front_news-links {
    flex-direction: column;
    gap: 30px;
  }
}
.front_news-links .linkbtn {
  background: #70bf83;
  background: linear-gradient(90deg, #5fa46f 0%, #70bf83 100%);
  font-size: 2rem;
  color: #fff;
  border-radius: 30px;
  padding: 20px 60px;
  position: relative;
  display: block;
  box-shadow: 0 0 5px #ccc;
  text-decoration: unset;
  max-width: 280px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .front_news-links .linkbtn {
    margin: 0 auto;
  }
}
.front_news-links .linkbtn:after {
  content: "\f054";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.front_first {
  background-color: #f1f9ef;
  padding: 40px;
  background-image: url(../img/top/first_bg.png);
  background-repeat: no-repeat;
  background-position: bottom right -15%;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .front_first {
    padding: 40px 10px;
  }
}
.front_first .inner {
  max-width: 1000px;
}
.front_first-flex {
  align-items: center;
  gap: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .front_first-flex {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.front_first-flex .flex_left {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .front_first-flex .flex_left {
    width: 100%;
  }
}
.front_first-flex .flex_right {
  flex: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .front_first-flex .flex_right {
    width: 100%;
  }
}
.front_first-flex .flex_right:before {
  content: url(../img/top/first_02.png);
  position: absolute;
  top: -17%;
  right: -8%;
}
.front_first-flex .flex_right .first_title {
  font-size: 2rem;
}
.front_first-flex .flex_right .first_title .big {
  color: #70bf83;
  font-family: "Oswald", sans-serif;
  font-size: 3.2rem;
}
.front_first-flex .flex_right .lead {
  line-height: 2;
  position: relative;
  z-index: 2;
}
.front_first-flex .flex_right .lead .color {
  color: #70bf83;
  font-size: 1.8rem;
  font-weight: 600;
}

.introduction {
  background: url(../img/top/intro_bg.png) no-repeat;
  background-position: bottom left;
  margin-bottom: 100px;
  background-size: contain;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .introduction {
    background: unset;
    margin-bottom: 50px;
  }
}
.introduction .movies {
  margin-bottom: 100px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .introduction .movies {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}
.introduction .movies_box {
  width: calc(25% - 15px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .introduction .movies_box {
    width: calc(50% - 15px);
  }
}
.introduction .movies_box iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 10px;
}
.introduction .movies_box .title {
  color: #fff;
  text-align: center;
  padding: 10px 40px;
  border-radius: 10px;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .introduction .movies_box .title {
    padding: 10px 20px;
  }
}
.introduction .movies_box .title.kensetsu {
  background: #70bf83;
}
.introduction .movies_box .title.genba {
  background: #62b9ca;
}
.introduction .movies_box .title.partner {
  background: #e5c320;
}
.introduction .movies_box .title.user {
  background: #f08336;
}

.reccomend {
  padding-bottom: 0;
}
.reccomend_box {
  gap: 0;
}
@media screen and (max-width: 767px) {
  .reccomend_box {
    flex-direction: column;
  }
}
.reccomend_box .item {
  width: 50%;
  background: url(../img/top/rec_bg_01.png);
  background-size: cover;
  padding: 70px 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reccomend_box .item {
    width: 100%;
    margin: 0 auto;
  }
}
.reccomend_box .item:nth-child(2) {
  background: url(../img/top/rec_bg_02.png);
}

.dl {
  padding: 100px 0;
  background-image: url(../img/top/dl_bg_02.png), url(../img/top/dl_bg_01.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
}
@media screen and (max-width: 767px) {
  .dl {
    background-image: url(../img/top/dl_bg_02.png);
    padding: 50px 0;
  }
}
.dl .sec_title {
  margin-bottom: 10px;
}
.dl .center {
  font-size: 2.4rem;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .dl .center {
    margin-bottom: 40px;
  }
}
.dl_box {
  max-width: 600px;
  margin: 0 auto;
  gap: 200px;
}
@media screen and (max-width: 767px) {
  .dl_box {
    padding: 0 15px;
    gap: 20px;
  }
}
.dl_box .item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.dl_box .item .title {
  font-size: clamp(2rem, 4vw, 2.4rem);
  font-family: "Oswald", sans-serif;
  background: #70bf83;
  color: #fff;
  line-height: 1;
  padding: 10px 15px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .dl_box .item .qr {
    display: none;
  }
}

/*----------------------------------------------------
	下層ページ共通
----------------------------------------------------*/
.under_header {
  background: url(../img/common/bg_mv.png);
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .under_header {
    padding: 50px 0;
  }
}
.under_header .header_title {
  font-size: clamp(2.6rem, 4vw, 3rem);
  color: #fff;
}

/*----------------------------------------------------
	レスポンシブ
----------------------------------------------------*/
@media screen and (min-width: 1100px) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .tab_hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .smart_hide {
    display: none !important;
  }
}
/*----------------------------------------------------
	animation
----------------------------------------------------*/
/* 遅れて表示させる */
.delay1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay4 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay5 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInTrigger {
  opacity: 0;
}

.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*# sourceMappingURL=common.css.map */