@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
body {
    /* overflow-x: hidden; */
}
a:hover {
    text-decoration: none;
}
header {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-bottom: none;
    text-align: center;
    padding: 24px 0;
}
.footerLogoArea {
    text-align: center;
    padding-top: 30px;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
}
#mainContent {
    padding-top: 0;
    background: none;
}
.footerLogoArea p {
    margin-bottom: 5px;
}
.footerLogoArea .logo {
    margin-bottom: 15px;
}
.footerLogoArea .ftr_btn {
    max-width: 384px;
    margin: 0 auto;
}
.footerLogoArea .ftr_btn a {
    background: #181777;
    border-radius: 10px;
    display: block;
    color: #fff;
    padding: 15px 20px;
    font-size: 14px;
    box-shadow:5px 5px 0px 0px #e5e5e5;
    transition: 0.3s ease-out;
    backface-visibility: hidden;
    position: relative;
}
.footerLogoArea .ftr_btn a::before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 769px) {
    .footerLogoArea .ftr_btn a:hover {
        -webkit-transform: translate(2.5px ,2.5px);
        -ms-transform: translate(2.5px ,2.5px);
        transform: translate(2.5px ,2.5px);
        box-shadow:2.5px 2.5px 0px 0px #e5e5e5;
        opacity: 0.75;
    }
}
@media only screen and (max-width: 768px) {
    #gFooter #CopyrightArea {
        margin-top: 40px;
        padding: 25px 0 0;
        border: solid 1px #e5e5e5;
    }
}
#gFooter {
    background: none;
    padding-top: 0;
    margin-top: 0;
}
#gFooter .wrap.clmList {
    display: none;
}
.pagetop {
    -webkit-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%);
    transition: 0.25s ease-out;
    right: 20px;
}
.pagetop.active {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
#mainContent {
    padding-bottom: 0;
}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #181d6f;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}
#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.cap {
    margin-top: 25px;
    font-size: 12px;
}

#mainContent .mv .pc {
    border-top: 4px solid #a8de42;
}
#mainContent .mv .pc .bg img {
    width: 100%;
}
#mainContent .mv .pc {
    position: relative;
}
#mainContent .mv .pc .mv_inner {
    max-width: 1440px;
    width: 100%;
    max-height: 682px;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#mainContent .mv .pc .mv_inner .mv_text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 66.666666667%;
    z-index: 2;
}
#mainContent .mv .pc .mv_inner .mv_illust {
    position: absolute;
    display: inline-block;
    bottom: 3.083333333%;
    right: 2.083333333%;
    z-index: 4;
    width: 20.277777778%;
}
#mainContent .mv .pc .mv_inner .mv_circle {
    position: absolute;
    right: 10.416666667%;
    bottom: 35.923753666%;
    z-index: 3;
    width: 12.013888889%;
}
@media screen and (min-width: 768px) {
    #mainContent .mv .pc {
        display: block !important;
    }
    #mainContent .mv .sp {
        display: none !important;
    }
    img.pc {
        display: inline !important;
    }
    img.sp {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    img.sp {
        display: inline !important;
    }
    img.pc {
        display: none !important;
    }
    #mainContent .mv .sp {
        position: relative;
    }
    #mainContent .mv .sp .text {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
    }
}

.cont {
    padding: 80px 15px 140px;
}
.cont03 {
    padding: 80px 15px 140px;
}
@media screen and (max-width: 959px) {
    .cont {
        padding: 30px 15px;
    }
}
.cont01 {
    background: url(../imgs/cont_bg01_2.png) repeat-x center bottom, url(../imgs/cont_bg01_1.gif) repeat center center;
}
.cont03 {
    background: url(../imgs/cont_bg03_2.png) repeat-x center bottom, url(../imgs/cont_bg03_1.gif) repeat center center;
    padding-bottom: 40px;
}
.cont03 .captionArea {
    font-size: 12px;
    max-width: 1080px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 40px auto 0;
    line-height: 1.8;
}
.cont .cont_inner {
    max-width: 1080px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 50px 60px;
    background: rgba(255,255,255,0.9);
    border-radius: 20px;
}
.cont02 .cont_inner {
    max-width: 1080px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 35px 60px 50px;
    background: rgba(255,255,255,0.9);
    border-radius: 20px;
}
.cont .cont_inner + .cont_inner {
    margin-top: 80px;
}
.blockTtl {
    display: table;
    margin: 0 auto 50px;
}
.blockTtl > div {
    display: table-cell;
    vertical-align: middle;
    font-family: 'Rounded Mplus 1c';
}
.blockTtl .icon {
    width: 155px;
}
.blockTtl .text {
    font-size: 30px;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
    top: 6px;
    letter-spacing: 0;
}
@media screen and (max-width: 959px) {
    .cont .cont_inner {
        padding: 40px 15px;
    }
    .cont02 .cont_inner {
        padding: 20px 15px 40px;
    }
    .blockTtl > div {
        width: 100% !important;
        display: block;
        text-align: center;
    }
    .blockTtl .icon {
        margin-bottom: 0px;
    }
    .blockTtl .text {
        padding-left: 0;
        line-height: 1.5;
    }
    .cont .voice .title .ja, .cont .comment .title .ja {
        line-height: 1.5;
    }
}
@media screen and (max-width: 640px) {
    .cont .cont_inner {
        padding: 20px 15px;
    }
    .blockTtl {
        display: table;
        margin: 0 auto 10px;
    }
    .blockTtl .text {
        font-size: 20px;
    }
    .cont .voice .title .ja, .cont .comment .title .ja {
        font-size: 18px;
    }
    .cont .voice .voiceTable .voiceInner > div.voiceTxt .textInner p {
        font-size: 12px;
    }
    .blockTtl .icon img {
        width: 100px;
    }
    .cont .cont_inner + .cont_inner {
        margin-top: 40px;
    }
    .sptxt{
        margin-top:-10px; 
    }
}

.fukidashi {
    margin-bottom: 70px;
}
.fukidashiInner {
    position: relative;
    background: #fff;
    max-width: 880px;
    width: 100%;
    box-sizing: border-box;
    border: 4px solid #a6db6e;
    border-radius: 40px;
    box-shadow:10px 10px 0px 0px #ecf7df;
    text-align: center;
    padding: 16px 20px 18px;
    margin: 0 auto;
}
.fukidashiInner::after {
    content: '';
    width: 47.5px;
    height: 53px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0px;
    background: url(../imgs/fukidashi_bottom01.png) no-repeat center center;
    background-size: 100% 100%;
    -webkit-transform: translate(-45%,100%);
    -ms-transform: translate(-45%,100%);
    transform: translate(-45%,100%);
}
.fukidashiInner .caution {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-30%,-35%);
    -ms-transform: translate(-30%,-35%);
    transform: translate(-30%,-35%);
}
@media screen and (max-width: 960px) {
    .fukidashiInner .caution {
        -webkit-transform: translate(-5%,-35%);
        -ms-transform: translate(-5%,-35%);
        transform: translate(-5%,-35%);
    }
}
.cont .graph {
    text-align: center;
    margin-bottom: 30px;
}
.cont01 .voice {
    margin-bottom: 35px;
}
.cont .voice .title ,
.cont .comment .title {
    font-family: 'Rounded Mplus 1c';
    text-align: center;
    font-size: 26px;
    line-height: 1.8;
    border-bottom: 2px dashed #ccc;
    padding-bottom: 7px;
    margin-bottom: 20px;
}
.cont .voice .title .en ,
.cont .comment .title .en {
    font-size: 26px;
    color: #1f9947;
    font-weight: 500;
}
.cont .voice .title .ja ,
.cont .comment .title .ja {
    font-weight: 500;
}
.cont .voice .voiceBox {
    /* margin-top: -20px; */
}
.cont .voice .voiceClm {
    margin-top: 20px;
}
.cont .voice .voiceTable {
    display: inline-block;
    width: 47.5%;
    vertical-align: top;
}
.cont .voice .voiceTable + .voiceTable {
    margin-left: 5%;
}
.cont .voice .voiceTable .voiceInner {
    display: table;
    width: 100%;
}
.cont .voice .voiceTable .voiceInner > div {
    display: table-cell;
    vertical-align: middle;
}
.cont .voice .voiceTable .voiceInner > div.voiceIcon {
    width: 77px;
}
.cont .voice .voiceTable .voiceInner > div.voiceTxt {
    padding-left: 25px;
    font-size: 16px;
    position: relative;
}
.cont .voice .voiceTable .voiceInner > div.voiceTxt .textInner {
    font-family: 'Noto Sans JP';
    border: 2px solid #ccc;
    position: relative;
    border-radius: 10px;
    padding: 7px 18px;
    background: #fff;
    display: table;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: bold;
}
.cont .voice .voiceTable .voiceInner > div.voiceTxt::after {
    content: '';
    width: 23px;
    height: 11px;
    display: block;
    background: url(../imgs/voice_fukidashi.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(17%, -50%);
    -ms-transform: translate(17%, -50%);
    transform: translate(17%, -50%);
}
.cont .voice .voiceTable .voiceInner > div.voiceTxt .textInner p {
    display: table-cell;
    vertical-align: middle;
    letter-spacing: normal;
}
.cont .voice .voiceTable .who {
	font-size: 12px;
	text-align: right;
}
.cont .comment .commentClm {
    margin-top: 40px;
}
.cont .comment .commentBox {
    display: inline-block;
    vertical-align: top;
    width: 31.25%;
    background: #f7f7f7;
    border-radius: 20px;
    padding: 30px 20px 30px;
    box-sizing: border-box;
    position: relative;
}
.cont .comment .commentBox + .commentBox {
    margin-left: 3.125%;
}
.cont .comment .commentBox .commentNum {
    font-family: 'Rounded Mplus 1c';
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fcd91d;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    padding: 11px 17px;
    border-radius: 7px;
    text-align: center;
}
.cont .comment .commentBox .commentTtl {
    font-family: 'Rounded Mplus 1c';
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #cc0000;
    font-weight: 500;
    margin-bottom: 10px;
}
.cont .comment .commentBox .commentTxt {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 200;
    margin-bottom: 10px;
    letter-spacing: normal;
}
.cont .comment .commentBox .commentName {
    font-size: 10px;
    font-weight: 800;
}
@media screen and (max-width: 959px) {
    .cont .voice .voiceTable {
        display: block;
        width: 100%;
        vertical-align: top;
    }
    .cont .voice .voiceTable + .voiceTable {
        margin-left: auto;
        margin-top: 20px;
    }
    .cont .comment .commentBox {
        display: block;
        width: 100%;
    }
    .cont .comment .commentBox + .commentBox {
        margin-left: auto;
        margin-top: 30px;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .cont .comment .commentBox br {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .cont .comment .commentBox .commentTtl {
        font-size: 16px;
    }
    .cont .comment .commentBox .commentTxt {
        font-size: 12px;
    }
    .cont .comment .commentBox .commentNum {
        font-size: 16px;
    }
}

.cont02 {
    background: #1f9947;
    padding-bottom: 80px;
}
@media screen and (max-width: 959px) {
    .cont02 {
        padding-bottom: 30px;
    }
}
.cont02 .cont_inner {
    background: #fff;
    border-radius: 0 0 20px 20px;
}
.cont02 .main_title {
    background: #e6f2da;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px 20px 0 0;
    text-align: center;
    padding: 25px 15px 16px;
    box-sizing: border-box;
}
.cont02 .graph02 > div {
    display: inline-block;
    width: 50%;
    border-right: 1px dashed #cccccc;
    box-sizing: border-box;
}
.cont02 .graph02 > div:nth-child(2) {
    border-right: none;
    border-left: 1px dashed #cccccc;
}
.cont02 .title {
    font-size: 20px;
    color: #1f9947;
    margin-bottom: 20px;
}
.cont02 .graph02 > div:nth-child(2) .title {
    padding-left: 26px;
}
.cont02 .graph02 {
    margin-bottom: 55px;
}
.cont02 .fukidashi {
    position: relative;
}
.cont02 .fukidashiInner {
    padding-left: 0;
    padding-right: 0;
}
.cont02 .fukidashiInner::after {
    content: '';
    width: 56.5px;
    height: 45px;
    display: block;
    position: absolute;
    left: 50%;
    top: 0px;
    background: url(../imgs/fukidashi_top01.png) no-repeat center center;
    background-size: 100% 100%;
    -webkit-transform: translate(-40%,-100%);
    -ms-transform: translate(-40%,-100%);
    transform: translate(-40%,-100%);
}
.cont02 .fukidashi .illust {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(5%,10%);
    -ms-transform: translate(5%,10%);
    transform: translate(5%,10%);
    width: 19.166666667%;
}
@media screen and (max-width: 959px) {
    .cont02 .fukidashi .illust {
        position: static;
        width: 100%;
        bottom: auto;
        right: auto;
        -webkit-transform: translate(0,-15px);
        -ms-transform: translate(0,-15px);
        transform: translate(0,-15px);
        text-align: center;
    }
}
@media screen and (max-width: 640px) {
    .cont02 .title {
        font-size: 16px;
    }
    .cont02 .graph02 {
    margin-bottom: 20px;
}
}
.cont02 .fukidashi {
    margin-bottom: 70px;
}
.cont02 .graph03 > div {
    display: inline-block;
    vertical-align: top;
    width: 47.291666667%;
    box-sizing: border-box;
    margin-right: 5.416666666%;
}
.cont02 .graph03 > div + div {
    margin-right: auto;
}
.fukidashi .pc {
    display: block;
}
.fukidashi .sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .cont02 .graph02 > div {
        display: block;
        width: 100%;
        max-width: 479px;
        border-left: none !important;
        border-right: none !important;
        margin-left: auto;
        margin-right: auto;
    }
    .cont02 .graph02 > div:nth-child(2) {
        margin-top: 20px;
    }
    .cont02 .graph02 > div:nth-child(2) .title {
        padding-left: 0;
    }
    .cont02 .graph03 > div {
        display: block;
        vertical-align: top;
        width: 100%;
        box-sizing: border-box;
        margin-right: auto;
        max-width: 454px;
        margin-left: auto;
    }
    .cont02 .graph03 > div + div {
        margin: 20px auto;
    }
    .fukidashi {
        text-align: center;
        margin-bottom: 35px;
    }
    .cont02 .fukidashi {
        margin-bottom: 35px;
    }
    .fukidashi .pc {
        display: none;
    }
    .fukidashi .sp {
        display: block;
    }
}
@media screen and (max-width: 640px) {
    .fukidashi {
        text-align: center;
        margin-bottom: 15px;
    }
}
.blockTtl br ,
.title .ja br {
    display: none;
}
@media screen and (max-width: 959px) {
    .blockTtl br ,
    .title .ja br {
        display: block!important;
    }
}

@media screen and (max-width: 959px) {
    #block06 .fukidashi .pc {
        display: none !important;
    }
    #block06 .fukidashi .sp {
        display: block !important;
        text-align: center;
    }
}

#container {
    overflow-x: hidden;
}
