@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
	compass/scss
---------------------------------------------------- */
/* ----------------------------------------------------
base
---------------------------------------------------- */
html, body {
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: #fff;
  height: 100%;
  background: #00a7fb;
}

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: #40474f;
  color: #fff;
}

::-moz-selection {
  background: #40474f;
  color: #fff;
}

/* ----------------------------------------------------
link
---------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
a:visited {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #000;
  opacity: 0.6;
}
a:active {
  color: #000;
}

/* ----------------------------------------------------
set
---------------------------------------------------- */
@media (max-width: 736px) {
  .ps-p-ver {
    display: none;
  }
}

.ps-s-ver {
  display: none;
}
@media (max-width: 736px) {
  .ps-s-ver {
    display: block;
  }
}

.text-bold {
  font-weight: bold;
}

.text-palt {
  font-feature-settings: "palt";
}

/* ----------------------------------------------------
.fixed
---------------------------------------------------- */
.fixed {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* ----------------------------------------------------
header
---------------------------------------------------- */
#l-navi {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 460px;
  height: 100%;
  background: #00a7fb;
  z-index: 100;
}
@media (max-width: 1024px) {
  #l-navi {
    position: static;
    width: 100%;
    height: auto;
  }
}
#l-navi h1 {
  line-height: 0;
}
#l-navi h1.logo-sp {
  display: none;
}
@media (max-width: 736px) {
  #l-navi h1.logo {
    pointer-events: none;
  }
}
@media (max-width: 1024px) {
  #l-navi h1 img {
    width: 100%;
    height: auto;
  }
}
#l-navi .text {
  line-height: 0;
  text-align: center;
}
@media (max-width: 736px) {
  #l-navi .text img {
    margin: 0 auto;
    width: 310px;
    height: auto;
  }
}
#l-navi #spNavi {
  display: none;
}
@media (max-width: 1024px) {
  #l-navi #spNavi {
    position: fixed;
    top: 1px;
    right: 10px;
    display: block;
    z-index: 300;
  }
  #l-navi #spNavi .inner {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: #0085ec;
  }
  #l-navi #spNavi .inner span {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 30px;
    height: 2px;
    background: #fff;
    transition: 0.2s ease-in-out;
  }
  #l-navi #spNavi .inner span:first-child {
    top: 10px;
  }
  #l-navi #spNavi .inner span:nth-child(2) {
    top: 18px;
  }
  #l-navi #spNavi .inner span:nth-child(3) {
    top: 26px;
  }
  #l-navi #spNavi.open .inner span:first-child {
    top: 18px;
    transform: rotate(45deg);
  }
  #l-navi #spNavi.open .inner span:nth-child(2) {
    width: 0;
    left: -50%;
  }
  #l-navi #spNavi.open .inner span:nth-child(3) {
    top: 18px;
    transform: rotate(-45deg);
  }
}
#l-navi nav .pc-navi {
  margin-top: 30px;
  line-height: 0;
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  #l-navi nav .pc-navi {
    display: none;
  }
}
#l-navi nav .sp-navi {
  display: none;
}
@media (max-width: 1024px) {
  #l-navi nav .sp-navi {
    padding: 100px 10px 0 10px;
    position: fixed;
    top: 0;
    right: -400px;
    bottom: 0;
    width: 320px;
    height: 100vh;
    display: block;
    background: #00a7fb;
    z-index: 200;
    transition: right 0.2s;
  }
  #l-navi nav .sp-navi a {
    padding: 10px;
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    border-bottom: 2px solid #fff;
  }
  #l-navi nav .sp-navi li:first-child a {
    border-top: 2px solid #fff;
  }
}
#l-navi nav.open-menu .sp-navi {
  right: 0;
}

/* ----------------------------------------------------
main
---------------------------------------------------- */
main {
  padding: 45px 0 0 0;
  margin: 0 0 0 auto;
  width: calc(100% - 460px);
}
@media all and (-ms-high-contrast: none) {
  main {
    display: block;
  }
}
@media (max-width: 1024px) {
  main {
    width: 100%;
  }
}

.content {
  margin-bottom: 70px;
}

.inner-box {
  margin: 0 auto;
  width: 980px;
}
@media (max-width: 980px) {
  .inner-box {
    padding: 0 20px;
    width: auto;
  }
}

.inner-box-02 {
  margin: 0 auto;
  width: 800px;
}
@media (max-width: 800px) {
  .inner-box-02 {
    padding: 0 20px;
    width: auto;
  }
}

.title-img {
  line-height: 0;
  text-align: center;
}
.title-img + .section-01 {
  margin-top: 40px;
}

.pagetitle-01 {
  padding: 4px 0 6px 0;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  color: #00a7fb;
  text-align: center;
  background: #fff;
}
@media (max-width: 736px) {
  .pagetitle-01 {
    font-size: 18px;
  }
}
@media (max-width: 736px) {
  .pagetitle-01 span.br-s {
    display: block;
  }
}
.pagetitle-01 span.sub-title {
  display: block;
  font-size: 18px;
}
@media (max-width: 736px) {
  .pagetitle-01 span.sub-title {
    font-size: 15px;
  }
}

.aside-title-01 {
  background: url(../images/cmn/img-bg-title.jpg) center top no-repeat;
  height: 36px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff71b;
}
@media (max-width: 768px) {
  .aside-title-01 {
    background: url(../images/cmn/img-bg-title.jpg) center top/100% no-repeat;
  }
}
@media (max-width: 768px) {
  .aside-title-01 {
    height: auto;
    font-size: 22px;
  }
}
@media (max-width: 736px) {
  .aside-title-01 span.inr {
    position: relative;
    top: -10px;
  }
}
.aside-title-01 span.br-s {
  margin-left: 20px;
  display: inline-block;
}
@media (max-width: 736px) {
  .aside-title-01 span.br-s {
    margin-left: 0;
    display: block;
  }
}

.section-01 {
  margin: 0 auto;
  width: 480px;
}
@media (max-width: 736px) {
  .section-01 {
    padding: 0 35px;
    width: auto;
  }
}
.section-01 + .section-01 {
  margin-top: 80px;
}
.section-01 + .img-c {
  margin-top: 60px;
}
@media (max-width: 736px) {
  .section-01 + .img-c {
    margin-top: 30px;
  }
}
.section-01 p {
  font-size: 17px;
  line-height: 2.0;
}

/* ----------------------------------------------------
footer
---------------------------------------------------- */
footer.home {
  padding: 686px 0 0 0;
  background: url(../images/top/img-titile-footer.jpg) center top no-repeat;
}
@media (max-width: 736px) {
  footer.home {
    padding: 100vw 0 0 0;
    background: url(../images/top/sp/img-titile-footer.jpg) center top/100% no-repeat;
  }
}
footer .jcpsupporter {
  margin: 60px 0 80px 0;
  line-height: 0;
  text-align: center;
}
@media (max-width: 1024px) {
  footer .jcpsupporter {
    padding: 0 30px;
  }
}
@media (max-width: 736px) {
  footer .jcpsupporter {
    padding: 0;
  }
  footer .jcpsupporter img {
    margin: 0 auto;
    width: 305px;
    height: auto;
  }
}
footer .share {
  margin: 0 auto;
  width: 800px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 800px) {
  footer .share {
    padding: 0 35px;
    width: auto;
  }
}
footer .share li {
  width: 32%;
}
footer .share li a {
  padding: 24px 0 22px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-cotent: center;
  text-align: center;
  font-weight: bold;
  background: #fff;
}
@media (max-width: 736px) {
  footer .share li a {
    padding: 12px 0 8px 0;
  }
}
footer .share li a img {
  width: calc(116px / 2);
  height: auto;
}
@media (max-width: 736px) {
  footer .share li a img {
    width: 25px;
    height: auto;
  }
}
footer .share li a span {
  margin-top: 6px;
  display: inline-block;
}
@media (max-width: 736px) {
  footer .share li a span {
    margin-top: 3px;
    font-size: 10px;
  }
}
footer .share li.twitter a {
  color: #1da1f2;
}
footer .share li.facebook a {
  color: #1877f1;
}
footer .share li.line a {
  color: #00b900;
}
footer .pageback {
  margin: 120px auto 0 auto;
  text-align: center;
  width: 200px;
}
@media (max-width: 736px) {
  footer .pageback {
    padding: 0 33px;
    margin-top: 10vw;
    width: 100%;
    font-size: 14px;
  }
}
footer .pageback a {
  padding: 10px 0;
  color: #fff;
  display: block;
  background: #0060cf;
}
footer .pageback a:before {
  content: "";
  background: url(../images/cmn/icon_arrow.png) center center/100% no-repeat;
  display: inline-block;
  width: 7px;
  height: 11px;
  margin-right: 10px;
}
footer .copyright {
  padding: 52px 0 46px 0;
  text-align: center;
  line-height: 0;
  background: #0060cf;
}
@media (max-width: 736px) {
  footer .copyright {
    padding: 24px 0 20px 0;
  }
}
footer .copyright img {
  width: calc(436px / 2);
  height: auto;
}
@media (max-width: 736px) {
  footer .copyright img {
    width: calc(218px / 2);
  }
}

#pageup {
  margin: 120px 0 20px 0;
  text-align: center;
  cursor: pointer;
  line-height: 0;
}
@media (max-width: 736px) {
  #pageup {
    margin-top: 20vw;
  }
}
#pageup img {
  width: calc(222px / 2);
  height: auto;
}
@media (max-width: 736px) {
  #pageup img {
    width: calc(152px / 2);
  }
}

#pageup-02 {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 100;
  cursor: pointer;
}
@media (max-width: 736px) {
  #pageup-02 {
    right: 20px;
    bottom: 20px;
  }
}
#pageup-02 img {
  width: calc(120px / 2);
  height: auto;
}
@media (max-width: 736px) {
  #pageup-02 img {
    width: calc(120px / 3);
  }
}
