@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
	compass/scss
---------------------------------------------------- */
/* ----------------------------------------------------
base
---------------------------------------------------- */
html,
body {
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 1440px) {
  html,
  body {
    font-size: 1.111vw;
  }
}
@media (max-width: 599px) {
  html,
  body {
    font-size: 15px;
  }
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

ul {
  list-style: none;
  box-sizing: border-box;
}
ul li {
  box-sizing: border-box;
}

/* ----------------------------------------------------
selection
---------------------------------------------------- */
::selection {
  background: #e4e4e4;
  color: #333;
}

::-moz-selection {
  background: #e4e4e4;
  color: #333;
}

/* ----------------------------------------------------
link
---------------------------------------------------- */
a {
  color: #06c;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
a:visited {
  text-decoration: none;
  color: #06c;
}
a:hover {
  color: #06c;
  opacity: 0.6;
}
a:active {
  color: #06c;
}

/* ----------------------------------------------------
set
---------------------------------------------------- */
@media (max-width: 599px) {
  .pc-ver {
    display: none;
  }
}

.sp-ver {
  display: none;
}
@media (max-width: 599px) {
  .sp-ver {
    display: block;
  }
}

.red {
  color: #f00;
}

.bold {
  font-weight: bold;
}

/* ----------------------------------------------------
header
---------------------------------------------------- */
header {
  padding: 24px 0 0 27px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
@media (max-width: 1440px) {
  header {
    padding: 1.667vw 0 0 1.875vw;
  }
}
@media (max-width: 599px) {
  header {
    padding: 3.467vw 0 0 2.533vw;
  }
}
header h1 img {
  width: 408px;
  height: auto;
}
@media (max-width: 1440px) {
  header h1 img {
    width: 28.333vw;
  }
}
@media (max-width: 599px) {
  header h1 img {
    width: 59.2vw;
  }
}
header.home {
  padding: 100px 0 0 27px;
  padding-top: 24px;
  position: absolute;
}
@media (max-width: 1440px) {
  header.home {
    padding: 6.944vw 0 0 1.875vw;
    padding-top: 1.667vw;
  }
}
@media (max-width: 599px) {
  header.home {
    padding: 21.333vw 0 0 5.067vw;
    padding-top: 3.467vw;
  }
}
header.home img {
  width: 317px;
  height: auto;
}
@media (max-width: 1440px) {
  header.home img {
    width: 22.014vw;
  }
}
@media (max-width: 599px) {
  header.home img {
    width: 31.733vw;
  }
}

.fixed {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* ----------------------------------------------------
fixed side
---------------------------------------------------- */
.fixed-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 90px;
  background: #fff;
}
@media (max-width: 820px) {
  .fixed-menu {
    width: 60px;
  }
}
@media (max-width: 599px) {
  .fixed-menu {
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.fixed-menu .gnav {
  width: 90px;
  height: 90px;
  cursor: pointer;
  border-left: 1px solid #e4e4e4;
}
@media (max-width: 820px) {
  .fixed-menu .gnav {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 599px) {
  .fixed-menu .gnav {
    order: 3;
    border-top: 1px solid #e4e4e4;
    border-left: 0;
  }
}
.fixed-menu .gnav .g-inner {
  position: relative;
  z-index: 101;
  width: 100%;
  height: 100%;
}
.fixed-menu .gnav .g-inner span {
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 46px;
  height: 4px;
  background: #06c;
  transition: 0.2s ease-in-out;
}
@media (max-width: 820px) {
  .fixed-menu .gnav .g-inner span {
    width: 30px;
    height: 3px;
  }
}
.fixed-menu .gnav .g-inner span:nth-child(2) {
  top: 40px;
}
@media (max-width: 820px) {
  .fixed-menu .gnav .g-inner span:nth-child(2) {
    top: 28px;
  }
}
.fixed-menu .gnav .g-inner span:nth-child(3) {
  top: 52px;
}
@media (max-width: 820px) {
  .fixed-menu .gnav .g-inner span:nth-child(3) {
    top: 37px;
  }
}
.fixed-menu .gnav .g-inner span:nth-child(4) {
  top: 64px;
}
@media (max-width: 820px) {
  .fixed-menu .gnav .g-inner span:nth-child(4) {
    top: 46px;
  }
}
.fixed-menu .gnav .g-inner p {
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 16px;
  font-size: 12px;
  font-weight: bold;
  color: #06c;
  text-align: center;
}
@media (max-width: 820px) {
  .fixed-menu .gnav .g-inner p {
    top: 8px;
    font-size: 10px;
  }
}
.fixed-menu .gnav.open .g-inner span:nth-child(2) {
  top: 52px;
  transform: rotate(45deg);
}
@media (max-width: 820px) {
  .fixed-menu .gnav.open .g-inner span:nth-child(2) {
    top: 37px;
  }
}
.fixed-menu .gnav.open .g-inner span:nth-child(3) {
  width: 0;
  left: 50%;
}
.fixed-menu .gnav.open .g-inner span:nth-child(4) {
  top: 52px;
  transform: rotate(-45deg);
}
@media (max-width: 820px) {
  .fixed-menu .gnav.open .g-inner span:nth-child(4) {
    top: 37px;
  }
}
.fixed-menu .side-sns {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  .fixed-menu .side-sns {
    display: none;
  }
}
.fixed-menu .side-sns div {
  line-height: 0;
  width: 50%;
  height: 45px;
  border-left: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
}
@media (max-width: 820px) {
  .fixed-menu .side-sns div {
    height: 30px;
  }
}
.fixed-menu .side-sns div a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.fixed-menu .side-sns .twitter img {
  width: 14px;
  height: auto;
}
.fixed-menu .side-sns img {
  width: 16px;
  height: auto;
}
.fixed-menu .bnr-line {
  line-height: 0;
}
@media (max-width: 599px) {
  .fixed-menu .bnr-line {
    order: 1;
    width: 44vw;
    height: 60px;
  }
  .fixed-menu .bnr-line a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #15c656;
  }
  .fixed-menu .bnr-line img {
    width: auto;
    height: 45px;
  }
}
.fixed-menu .bnr-download {
  border-top: 1px solid #fff;
  line-height: 0;
}
@media (max-width: 599px) {
  .fixed-menu .bnr-download {
    border-top: 0;
    order: 2;
    width: 40vw;
    height: 60px;
  }
  .fixed-menu .bnr-download a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5ec3f4;
  }
  .fixed-menu .bnr-download img {
    width: auto;
    height: 30px;
  }
}

nav {
  position: fixed;
  top: 0;
  right: -100vw;
  bottom: 0;
  z-index: 90;
  width: 580px;
  height: 100vh;
  background: #06c;
  transition: right 0.2s;
}
nav.open-menu {
  right: 0;
}
@media (max-width: 599px) {
  nav {
    width: 100%;
  }
}
nav .nav__inner a {
  color: #fff;
  font-weight: bold;
}
nav .nav__inner .logo {
  padding: 24px 0 0 90px;
}
@media (max-width: 1440px) {
  nav .nav__inner .logo {
    padding-left: 6.25vw;
  }
}
@media (max-width: 599px) {
  nav .nav__inner .logo {
    padding: 3.467vw 0 0 2.533vw;
  }
}
nav .nav__inner .logo img {
  width: 225px;
  height: auto;
}
@media (max-width: 1440px) {
  nav .nav__inner .logo img {
    width: 15.625vw;
  }
}
@media (max-width: 599px) {
  nav .nav__inner .logo img {
    width: 29.067vw;
  }
}
nav .nav__inner ul {
  padding-left: 75px;
  margin: 150px auto 0 auto;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  nav .nav__inner ul {
    padding-left: 5.208vw;
    margin-top: 10.417vw;
    width: 58.333vw;
    font-size: 1.806vw;
  }
}
@media (max-width: 599px) {
  nav .nav__inner ul {
    padding-left: 0;
    margin-top: 24.533vw;
    width: 76vw;
    font-size: 5.333vw;
  }
}
@media (max-height: 667px) {
  nav .nav__inner ul {
    margin-top: 30px;
  }
}
nav .nav__inner ul li {
  margin-top: 56px;
  width: 340px;
}
@media (max-width: 1440px) {
  nav .nav__inner ul li {
    margin-top: 3.889vw;
  }
}
@media (max-width: 820px) {
  nav .nav__inner ul li {
    width: 100%;
  }
}
@media (max-width: 820px) {
  nav .nav__inner ul li:first-child {
    order: 1;
  }
}
@media (max-width: 820px) {
  nav .nav__inner ul li:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 820px) {
  nav .nav__inner ul li:nth-child(3) {
    order: 2;
  }
}
@media (max-width: 820px) {
  nav .nav__inner ul li:nth-child(4) {
    order: 5;
  }
}
@media (max-width: 820px) {
  nav .nav__inner ul li:nth-child(5) {
    order: 3;
  }
}
nav .nav__inner ul li a {
  display: block;
  background: url(../images/common/icon_arrow_white.svg) right center/9px no-repeat;
}
nav .sp-sns {
  display: none;
}
@media (max-width: 820px) {
  nav .sp-sns {
    margin: 10.417vw auto 0 auto;
    width: 58.333vw;
    display: flex;
    align-items: center;
  }
  nav .sp-sns div {
    margin-right: 30px;
  }
  nav .sp-sns .twitter img {
    width: calc(65px / 2);
    height: auto;
  }
  nav .sp-sns .facebook img {
    width: calc(65px / 2);
    height: auto;
  }
  nav .sp-sns .instagram img {
    width: calc(67px / 2);
    height: auto;
  }
  nav .sp-sns .youtube img {
    width: calc(69px / 2);
    height: auto;
  }
}
@media (max-width: 599px) {
  nav .sp-sns {
    margin-top: 27.333vw;
    width: 65.333vw;
    justify-content: space-between;
  }
  nav .sp-sns div {
    margin-right: 0;
  }
  nav .sp-sns div:last-child {
    margin-right: 0;
  }
}

/* ----------------------------------------------------
section
---------------------------------------------------- */
.section-01 {
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .section-01 {
    margin-bottom: 5.556vw;
  }
}
@media (max-width: 599px) {
  .section-01 {
    margin-bottom: 16vw;
  }
}

.section-02 {
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .section-02 {
    margin-bottom: 4.167vw;
  }
}
@media (max-width: 599px) {
  .section-02 {
    margin-bottom: 10.667vw;
  }
}

.section-03 {
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .section-03 {
    margin-bottom: 2.778vw;
  }
}
@media (max-width: 599px) {
  .section-03 {
    margin-bottom: 8vw;
  }
}

/* ----------------------------------------------------
pager
---------------------------------------------------- */
.wp-pagenavi {
  margin-top: 80px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .wp-pagenavi {
    margin-top: 5.556vw;
    font-size: 1.042vw;
  }
}
@media (max-width: 599px) {
  .wp-pagenavi {
    margin-top: 16vw;
    font-size: 14px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.wp-pagenavi span {
  padding: 2px 8px;
  margin-right: 5px;
  display: inline-block;
  border: 1px solid #06c;
}
.wp-pagenavi span.current {
  color: #fff;
  background: #06c;
}
.wp-pagenavi span.extend {
  border: 0;
}
@media (max-width: 599px) {
  .wp-pagenavi span {
    margin-bottom: 5px;
  }
}
.wp-pagenavi a {
  padding: 2px 8px;
  margin-right: 5px;
  display: block;
  border: 1px solid #06c;
}
.wp-pagenavi a:hover {
  opacity: 1;
  color: #fff;
  background: #06c;
}
@media (max-width: 599px) {
  .wp-pagenavi a {
    margin-bottom: 5px;
  }
}

/* ----------------------------------------------------
pageup
---------------------------------------------------- */
#pageup {
  position: fixed;
  right: 110px;
  bottom: 50px;
  z-index: 100;
  cursor: pointer;
}
#pageup img {
  width: 49px;
  height: auto;
}
@media (max-width: 1440px) {
  #pageup img {
    width: 3.403vw;
  }
}
@media (max-width: 599px) {
  #pageup img {
    width: 6.667vw;
  }
}
@media (max-width: 1440px) {
  #pageup {
    right: 7.639vw;
    bottom: 3.472vw;
  }
}
@media (max-width: 599px) {
  #pageup {
    right: 5.333vw;
    bottom: 21.333vw;
  }
}

/* ----------------------------------------------------
footer
---------------------------------------------------- */
.vd_container {
  margin-top: 116px;
  display: flex;
  color: #fff;
  border-bottom: 1px solid #fff;
  background: #06c;
}
@media (max-width: 1440px) {
  .vd_container {
    margin-top: 8.056vw;
  }
}
@media (max-width: 599px) {
  .vd_container {
    margin-top: 21.333vw;
    border: 0;
    flex-direction: column;
  }
}
.vd_container_item {
  padding: 80px 0;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .vd_container_item {
    padding: 5.556vw 0;
  }
}
@media (max-width: 599px) {
  .vd_container_item {
    padding: 12.267vw 0 11.467vw 0;
    border-top: 1px solid #e4e4e4;
    width: 100%;
  }
}
.vd_container_item:first-child {
  border-right: 1px solid #e4e4e4;
}
@media (max-width: 599px) {
  .vd_container_item:first-child {
    border-right: 0;
  }
}
.vd_container_item.volunteer {
  text-align: center;
}
.vd_container_item h3 {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .vd_container_item h3 {
    margin-bottom: 0.694vw;
    font-size: 1.806vw;
  }
}
@media (max-width: 599px) {
  .vd_container_item h3 {
    margin-bottom: 4vw;
    font-size: 5.067vw;
  }
}
.vd_container_item p {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .vd_container_item p {
    font-size: 1.25vw;
  }
}
@media (max-width: 599px) {
  .vd_container_item p {
    font-size: 3.733vw;
  }
}
.vd_container_item .btn {
  margin-top: 40px;
  width: 200px;
  height: 50px;
}
@media (max-width: 1440px) {
  .vd_container_item .btn {
    margin-top: 2.778vw;
    width: 13.889vw;
    height: 3.472vw;
  }
}
@media (max-width: 599px) {
  .vd_container_item .btn {
    margin-top: 9.333vw;
    width: 45.333vw;
    height: 11.2vw;
  }
}
.vd_container_item .btn a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
}
.vd_container_item .btn a:hover {
  opacity: 1;
  color: #06c;
  background: #fff;
}
@media (max-width: 1440px) {
  .vd_container_item .btn a {
    font-size: 1.111vw;
  }
}
@media (max-width: 599px) {
  .vd_container_item .btn a {
    font-size: 4vw;
  }
}

footer {
  padding-bottom: 50px;
  border-top: 1px solid #e4e4e4;
}
@media (max-width: 1440px) {
  footer {
    padding-bottom: 3.472vw;
  }
}
@media (max-width: 599px) {
  footer {
    padding-bottom: 24vw;
  }
}
footer .share_item {
  display: flex;
  justify-content: center;
  line-height: 0;
}
footer .share_item img {
  width: 140px;
}
@media (max-width: 1440px) {
  footer .share_item img {
    width: 9.722vw;
    height: 2.778vw;
  }
}
@media (max-width: 599px) {
  footer .share_item img {
    width: auto;
    height: 9.333vw;
  }
}
footer .share p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #06c;
  text-align: center;
}
@media (max-width: 1440px) {
  footer .share p {
    margin-top: 1.389vw;
    font-size: 1.25vw;
  }
}
@media (max-width: 599px) {
  footer .share p {
    margin-top: 4.8vw;
    font-size: 4vw;
  }
}
footer .contact {
  margin: 80px auto 0 auto;
  width: 550px;
  height: 88px;
}
@media (max-width: 1440px) {
  footer .contact {
    margin-top: 5.556vw;
    width: 38.194vw;
    height: 6.111vw;
  }
}
@media (max-width: 599px) {
  footer .contact {
    margin: 13.067vw 5.333vw 0 5.333vw;
    width: auto;
    height: 14.667vw;
  }
}
footer .contact a {
  height: 100%;
  font-size: 15px;
  font-weight: 400;
  color: #06c;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #06c;
}
@media (max-width: 1440px) {
  footer .contact a {
    font-size: 1.042vw;
  }
}
@media (max-width: 599px) {
  footer .contact a {
    font-size: 4vw;
  }
}
footer .contact a:before {
  content: "";
  display: block;
  background: url(../images/common/icon_mail_blue.svg) center center/100% no-repeat;
  margin-right: 20px;
  width: 45px;
  height: 45px;
  transition: 0.2s ease-in-out;
}
@media (max-width: 1440px) {
  footer .contact a:before {
    margin-right: 1.389vw;
    width: 3.125vw;
    height: 3.125vw;
  }
}
@media (max-width: 599px) {
  footer .contact a:before {
    width: 8vw;
    height: 8vw;
    margin-right: 6.667vw;
  }
}
footer .contact a:hover {
  opacity: 1;
  color: #fff;
  background: #06c;
}
footer .contact a:hover:before {
  background: url(../images/common/icon_mail_white.svg) center center/100% no-repeat;
}
footer .footer-navi {
  margin: 44px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  footer .footer-navi {
    margin: 3.056vw 0;
  }
}
@media (max-width: 599px) {
  footer .footer-navi {
    margin: 14.667vw 5.333vw 11.733vw 5.333vw;
    flex-wrap: wrap;
  }
}
footer .footer-navi li:after {
  content: "｜";
  margin: 0 10px;
}
@media (max-width: 1440px) {
  footer .footer-navi li:after {
    margin: 0 0.694vw;
  }
}
@media (max-width: 599px) {
  footer .footer-navi li:after {
    margin: 0 4vw;
  }
}
footer .footer-navi li:last-child:after {
  content: none;
}
@media (max-width: 599px) {
  footer .footer-navi li {
    font-size: 3.333vw;
  }
}
footer .footer-navi a {
  color: #333;
}
footer .address {
  text-align: center;
}
footer .address p {
  font-size: 18px;
}
@media (max-width: 1440px) {
  footer .address p {
    font-size: 1.25vw;
  }
}
@media (max-width: 599px) {
  footer .address p {
    font-size: 3.733vw;
  }
}
footer .address address {
  font-size: 14px;
  font-style: normal;
}
@media (max-width: 1440px) {
  footer .address address {
    font-size: 0.972vw;
  }
}
@media (max-width: 599px) {
  footer .address address {
    font-size: 3.333vw;
  }
}
footer .jcplogo {
  margin: 30px 0;
  line-height: 0;
  text-align: center;
}
@media (max-width: 1440px) {
  footer .jcplogo {
    margin: 2.083vw 0;
  }
}
@media (max-width: 599px) {
  footer .jcplogo {
    margin: 7.467vw 0;
  }
}
footer .jcplogo img {
  width: 188px;
  height: auto;
}
@media (max-width: 1440px) {
  footer .jcplogo img {
    width: 13.056vw;
  }
}
@media (max-width: 599px) {
  footer .jcplogo img {
    width: 38.667vw;
  }
}
footer .copyright {
  font-size: 10px;
  text-align: center;
}
