@charset "UTF-8";
/*
$newsColor: (
  col01: #238561,
  col02: #67a2b7,
  col03: #d2843e,
  col04: #cf775b,
  col05: #cf9942,
  col06: #926c28,
  col07: #cc7175,
  col08: #608ea1,
  col09: #5b609a,
  col10: #487390,
  col11: #4e9386,
  col12: #79a153,
  col13: #817499
);
*/
@media screen and (min-width: 769px) {
  html {
    font-size: 0.834vw;
  }
}
@media screen and (min-width: 1201px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.334vw;
  }
}

body {
  margin: 0;
  font-weight: 400;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: relative;
  line-height: 0;
  background: #fff;
}

html {
  height: -webkit-fill-available;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

img {
  vertical-align: bottom;
}

img, svg {
  width: 100%;
  height: auto;
}

@media  {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
a {
  text-decoration: none;
  color: inherit;
  color: #000;
}

h1, h2, h3, h4, h5, p, dl, dt, dd, ul, ol, li, figure {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

@media screen and (max-width: 768px) {
  .pcv {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .spv {
    display: none !important;
  }
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*common*/
.slider {
  width: 100%;
  /*height:100%;*/
}

main {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
}

section .inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  section .inner {
    width: 128rem;
  }
}
@media screen and (max-width: 768px) {
  section .inner {
    width: 70rem;
  }
}

header {
  position: relative;
  width: 100%;
  z-index: 9999;
}
@media screen and (min-width: 769px) {
  header {
    height: 7rem;
    border-bottom: #43ae37 1px solid;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 10rem;
    border-bottom: #43ae37 0.2rem solid;
  }
}

header div {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  header div {
    width: 100rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  header div {
    width: 100%;
    padding: 0 4rem;
  }
}

header a {
  position: relative;
  display: block;
  transition: 0.6s ease-out;
}
@media screen and (min-width: 769px) {
  header a {
    width: 16rem;
  }
}
@media screen and (max-width: 768px) {
  header a {
    width: 20rem;
  }
}

header a:hover {
  opacity: 0.6;
}

footer {
  position: relative;
  width: 100%;
  background: #fff;
  text-align: center;
}

footer .footer_bg {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  footer .footer_bg {
    background: url("../img/footer_bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 6rem 0 3rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_bg {
    background: url("../img/footer_bg.jpg") center center no-repeat;
    background-size: auto 100%;
    padding: 5rem 0 3rem;
  }
}

footer #share {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  footer #share {
    padding: 0 0 3rem;
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  footer #share {
    padding: 0 0 4rem;
    gap: 6rem;
  }
}

footer #share p {
  position: relative;
}
@media screen and (min-width: 769px) {
  footer #share p {
    width: 11.8rem;
    margin-left: -7rem;
  }
}
@media screen and (max-width: 768px) {
  footer #share p {
    width: 16.2rem;
    margin-left: -9rem;
  }
}

footer #share a {
  position: relative;
  display: block;
  transition: 0.6s ease-out;
}
@media screen and (min-width: 769px) {
  footer #share a {
    width: 5rem;
  }
}
@media screen and (max-width: 768px) {
  footer #share a {
    width: 6.8rem;
  }
}

footer #share a:hover {
  opacity: 0.6;
}

footer .privacy {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  transition: 0.6s ease-out;
  font-weight: 500;
  color: #000000;
}
@media screen and (min-width: 769px) {
  footer .privacy {
    line-height: 1em;
    font-size: 1.4rem;
    padding-right: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  footer .privacy {
    line-height: 1em;
    font-size: 2rem;
    padding-right: 1.6rem;
  }
}

footer .privacy::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: url("../img/arrow_k.svg") center center no-repeat;
  background-size: 100% auto;
  transition: 0.6s ease-out;
}
@media screen and (min-width: 769px) {
  footer .privacy::after {
    width: 0.8rem;
    transform: translateY(-0.1rem);
  }
}
@media screen and (max-width: 768px) {
  footer .privacy::after {
    width: 0.8rem;
    transform: translateY(-0.2rem);
  }
}

@media screen and (min-width: 769px) {
  footer .privacy:hover {
    opacity: 0.6;
  }
}

@media screen and (min-width: 769px) {
  footer .privacy:hover::after {
    transform: translateX(0.4rem);
  }
}

footer .summary_copylight {
  position: relative;
  font-weight: 500;
  color: #000000;
  text-align: center;
}
@media screen and (min-width: 769px) {
  footer .summary_copylight {
    line-height: 1.2em;
    font-size: 1rem;
    padding: 2.5rem 0;
  }
}
@media screen and (max-width: 768px) {
  footer .summary_copylight {
    line-height: 1.1em;
    font-size: 2rem;
    padding: 4rem 0;
  }
}

#totop {
  position: fixed;
  z-index: 1000;
}
@media screen and (min-width: 769px) {
  #totop {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #totop {
    display: block;
    right: 2rem;
    bottom: 0;
    padding-bottom: 2rem;
    width: 9.4rem;
  }
}