@charset "UTF-8";
.mainVis {
}

.mainVis .slider {
  margin-top: -2.5rem;
}

.mainVis .slider p._kv-txt {
  width:100%;
  position: relative;
  padding: 0 1rem;
  margin-bottom: -1.5rem;
  z-index: 1000;
  text-align: center;
  left: 1rem;
}

.mainVis .slider p._kv-txt img {
  width: 80%;
}

@media screen and (min-width: 960px) {
  .mainVis {
    background-color: transparent;
    position: relative;
  }
  .mainVis .slider {
    margin-top: 0;
    position: static;
    padding-left: 20vw;
  }
  .mainVis .slider p._kv-txt {
    width:calc(100% - 21vw);
    position: absolute;
    top: -0.1rem;
    left: 21vw;
    text-align: center;
  }
  .mainVis .slider p._kv-txt img {
    width:auto;
    height: 12rem;
  }
}

@media screen and (min-width: 1200px) {
  .mainVis .slider p._kv-txt {
    top:-.2rem;
    left:24vw;
    padding:0
  }
  .mainVis .slider p._kv-txt img {
    height:14rem;
  }
}

@media screen and (min-width: 1500px) {
  .mainVis .slider p._kv-txt {
    left: 24vw;
    top: -1.4rem;
  }

  .mainVis .slider p._kv-txt img {
    width: auto;
    height: 17em;
  }
}

.policy .box720 {
  padding: 1rem 0;
}

.policy .box720 .policy-text {
  text-align: center;
  background-color: #FFFCE4;
  padding: 2rem;
  /*border: 3px solid #5FB530;*/
  border: solid 7px #a2803e;
  position: relative;
}

.policy .box720 .policy-text:after {
  content: "";
  display: block;
  width: calc(100% - 1rem);
  height: auto;
  /*border: 1px solid #5FB530;*/
  border: 2px solid #214c3b;;
  position: absolute;
  top: .5rem;
  bottom: .5rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px){
.policy .box720 .policy-text {
border: solid 4px #a2803e;
}
}

.information {
  margin-top: 1rem;
  border-bottom: 1px dashed #b1b1b1;
}

.information p._tit-txt {
  text-align: center;
  border-bottom: 1px solid #333;
  padding-bottom: .5rem;
  font-size: 1.3em;
}

.information .infoList .post-elm {
  padding: 1rem .5rem;
}

.information .infoList .post-elm:not(:last-child) {
  border-bottom: 1px solid silver;
}

.information .infoList .post-elm .post-cat {
  display: inline-block;
  width: 8rem;
  text-align: center;
  margin-right: 1rem;
}

.information .infoList .post-elm .post-cat.news {
  background-color: #6288C5;
  color: #fff;
}

.information .infoList .post-elm .post-cat.blog {
  background-color: #52B88C;
  color: #fff;
}

.information .infoList .post-elm .post-cat.event {
  background-color: #F7B52C;
  color: #fff;
}

.information .infoList .post-elm .post-time {
  font-family: Times new roman, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "HG明朝B", serif;
}

.information .infoList .post-elm .post-title {
  width: 100%;
  margin-top: .5rem;
  font-family: Times new roman, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "HG明朝B", serif;
}

.information .btn {
  border: 1px solid #6288C5;
  color: #6288C5;
  display: block;
  width: 7rem;
  padding: .2rem;
  text-align: center;
  margin: 1rem 0 1rem auto;
  -webkit-box-shadow: 2px 2px 5px rgba(168, 168, 168, 0.8);
          box-shadow: 2px 2px 5px rgba(168, 168, 168, 0.8);
}

.information .btn:hover {
  background-color: #6288C5;
  color: #fff;
}

@media screen and (min-width: 960px) {
  .information .infoList {
    padding: 1rem 0 0;
  }
  .information .infoList .post-elm {
    padding: .5rem;
  }
  .information .infoList .post-elm:not(:last-child) {
    border-bottom: 0;
  }
  .information .infoList .post-elm .post-cat,
  .information .infoList .post-elm .post-time {
    vertical-align: top;
  }
  .information .infoList .post-elm .post-time {
    display: inline-block;
    width: 5em;
  }
  .information .infoList .post-elm .post-title {
    display: inline-block;
    width: 61%;
    margin-left: 1rem;
    margin-top: 0;
  }
}

.pickup {
  margin: 2rem 0;
}

.pickup h2 {
  color: #5FB530;
  border: 2px solid #5FB530;
  display: block;
  font-size: 1.2em;
  padding: .3rem 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.pickup .pickupList li {
  margin-bottom: 1rem;
}

.pickup .pickupList li a {
  display: block;
  border: 1px solid #5FB530;
  border-radius: 8px;
  text-align: center;
  padding: .2rem;
  -webkit-box-shadow: 2px 2px 5px rgba(168, 168, 168, 0.8);
          box-shadow: 2px 2px 5px rgba(168, 168, 168, 0.8);
}

.pickup .pickupList li a:hover {
  background-color: #5FB530;
  color: #fff;
}

.pickup .method {
  background-color: #FFFCE4;
  border: 1px solid #F2ABCA;
  border-radius: 8px;
  padding: 1rem;
}

.pickup .method .methodList li {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pickup .method .methodList li p {
  background-color: #EA6DA4;
  width: calc(100% - 4rem);
  color: #fff;
  padding: .17rem .5rem;
  margin-right: 1rem;
  position: relative;
}

.pickup .method .methodList li p:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-left: .8rem solid #EA6DA4;
  border-top: .9rem solid transparent;
  border-bottom: .9rem solid transparent;
  border-right: .8rem solid transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -1.5rem;
}

.pickup .method .methodList li a {
  width: 2rem;
}

.pickup .method .girl {
  text-align: center;
}

@media screen and (min-width: 960px) {
  .pickup h2 {
    text-align: center;
  }
  .pickup .pickupList-wrapper {
    padding: 0 4rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #333;
  }
  .pickup .pickupList-wrapper .pickupList {
    width: 48%;
  }
  .pickup .method {
    width: 80%;
    margin: 1rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pickup .method .methodList {
    width: calc(100% - 13rem);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: .7em;
  }
  .pickup .method .methodList li {
    text-align: right;
  }
  .pickup .method .methodList li p {
    padding: .3rem 1rem;
    width: 16rem;
  }
}

@media screen and (min-width: 1600px) {
  .pickup .method {
    width: 60%;
  }
}

.worries {
  margin-top: 1rem;
}

.worries .box720 {
  background-image: url(../img/index_worry-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.worries .box720 .worryList {
  padding: 2rem 0 22rem;
}

.worries .box720 .worryList li {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  position: relative;
}

.worries .box720 .worryList li span {
  font-size: 1.2em;
  font-weight: bold;
}

.worries .box720 .worryList li:before {
  content: "";
  background-image: url(../img/check-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: .2rem;
  left: 0;
}

@media screen and (min-width: 960px) {
  .worries {
    background-position: right bottom;
  }
  .worries .box720 .worryList {
    padding: 2rem 0 6rem;
  }
  .worries .box720 .worryList li {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1500px) {
  .worries {
    background-position: 90% bottom;
  }
}

.solution {
  margin-top: -3.1em;
}

.solution .bg-green-line {
  background-color: rgba(56, 151, 4, 0.7);
  margin-bottom: 2rem;
}

.solution .solutionList li {
  margin-bottom: 1rem;
}

.solution .solutionList li .before {
  padding-left: 1.3rem;
}

.solution .solutionList li .before:before {
  content: "■";
  margin-left: -1.3rem;
  margin-right: .3rem;
}

.solution .solutionList li .before .red {
  color: #D82617;
}

.solution .solutionList li .after {
  border: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: .5rem;
  color: #D82617;
  font-weight: bold;
  margin-top: .3rem;
}

.solution .solutionList li .after:before {
  content: "";
  background-color: #000;
  background-image: url(../img/index_solution-list-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 1.5rem;
  margin-right: .5rem;
}

.solution .solutionList li .person {
  text-align: right;
}

.solution h3 {
  background-color: #888888;
  border: 1px solid #333;
  text-align: center;
  color: #fff;
  padding: .3rem;
  margin-top: 8rem;
}

.solution h4 {
  border: 1px solid #333;
  padding: .2rem 1rem;
}

.solution table {
  margin: 1rem 0;
  font-size: 1.1em;
}

.solution table th, .solution table td {
  border: 1px solid #333;
  text-align: center;
}

.solution table thead th {
  background-color: #EEEEEF;
}

.solution table .green {
  background-color: #5FB530;
  color: #fff;
}

.solution .middle-table-wrapper {
  margin-bottom: 1rem;
}

.solution .middle-table-wrapper .arrow {
  -webkit-transform: translateX(150%) rotate(90deg);
          transform: translateX(150%) rotate(90deg);
  width: 5rem;
}

.solution .junior-table-wrapper .right {
  margin-bottom: 1rem;
}

.solution .junior-table-wrapper .right .afterTable {
  margin-bottom: 0;
}

.solution .junior-table-wrapper .right .afterTable + p {
  font-size: .5em;
  text-align: right;
}

.solution .junior-table-wrapper .left {
  margin-top: 1rem;
}

.solution .junior-table-wrapper .left p {
  margin-bottom: 1rem;
  text-align: center;
}

.solution .junior-table-wrapper .left p span {
  display: block;
  border: 1px solid #D82617;
  margin-bottom: .5rem;
  padding: .2rem;
  font-size: 3.5vw;
}

@media screen and (min-width: 768px) {
  .solution {
    margin-top: -2.8em;
  }
  .solution .middle-table-wrapper .arrow {
    -webkit-transform: translateX(350%) rotate(90deg);
            transform: translateX(350%) rotate(90deg);
  }
  .solution .junior-table-wrapper .left p span {
    font-weight: bold;
    font-size:18px;
  }
}

@media screen and (min-width: 960px) {
  .solution {
    margin-top: -3.4em;
  }
  .solution .solutionList li {
    font-size: 1.2em;
    margin-bottom: 2rem;
  }
  .solution .solutionList li .after {
    margin-left: 2rem;
  }
  .solution .solutionList li .after:before {
    background-position: center;
    width: 2.5rem;
  }
  .solution h3 {
    font-size: 1.5em;
  }
  .solution h4 {
    text-align: center;
    font-size: 1.2em;
  }
  .solution .middle-table-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .solution .middle-table-wrapper table {
    width: 45%;
  }
  .solution .middle-table-wrapper .arrow {
    width: auto;
    position: absolute;
    bottom: 0;
    left: 43%;
    -webkit-transform: none;
            transform: none;
  }
  .solution .junior-table-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .solution .junior-table-wrapper .right {
    width: 45%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .solution .junior-table-wrapper .left {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  .solution {
    margin-top: -3.9em;
  }
}

@media screen and (min-width: 1500px) {
  .solution {
    margin-top: -4.4em;
  }
  .solution .solutionList {
    font-size: 1.3em;
  }
  .solution .junior-table-wrapper .left {
    width: 50%;
  }
}

.message {
  margin-top: 4rem;
}

.message ._sub-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items:flex-start;
  font-size: 1.3em;
  margin-top:1rem;
  margin-bottom: 1rem;
  font-weight: bold;
  line-height:1.5;
  color: #D82617;
}

.message ._sub-tit img {
  width: 35%;
}

.message p img {
  padding: 1rem 0;
  width: 100%;
}

.message p span {
  font-weight: bold;
}

.message .magic {
  margin-top: 4rem;
}

.message .magic p.up {
  color: #5FB530;
  font-size: 6.5vw;
  text-align: center;
  font-weight: bold;
  display: block;
}

.message .magic p.bg-green-line {
  line-height: 1.3;
  text-align: left;
}

.message .magic p.bg-green-line + p {
  text-align: right;
  margin-bottom: 1rem;
}

.message .magic .box720 p {
  font-size: 1.3em;
}

.message .magic .box720 p .red {
  display: block;
  color: #D82617;
  font-size: 1.7em;
  font-weight: bold;
}

.message .magic a {
  display: block;
  width: 50%;
  margin: 4rem auto;
  text-align: center;
}

.message .magic a:hover {
  opacity: .7;
}

.message .magic .hat {
  display: none;
}

@media screen and (min-width: 768px) {
  .message ._sub-tit {
    font-size: 2em;
  }
  .message p {
    line-height: 1.8;
    font-size: 1.2em;
  }
}

@media screen and (min-width: 960px) {
  .message ._sub-tit {
    font-size: 2.3em;
	margin-bottom:4rem;
  }
  .message ._sub-tit img {
    width: auto;
    margin-left: 1rem;
  }
  .message p img {
    display: block;
    width: 100%;
  }
  .message .difference img {
    width: 100%;
  }
  .message .magic {
    position: relative;
  }
  .message .magic p.up {
    font-size: 5.5vw;
    text-align: left;
  }
  .message .magic p.bg-green-line {
    text-align: left;
    font-size: 2.8vw;
  }
  .message .magic .box720 p {
    font-size: 1.5em;
  }
  .message .magic .box720 p .red {
    line-height: 1.5;
    font-size: 2em;
  }
  .message .magic .box720 p .red:last-child {
    position: relative;
  }
  .message .magic .box720 p .red:last-child:after {
    content: url(../img/index_magic-hat.png);
    position: absolute;
    top: -3rem;
    left: 27rem;
  }
}

@media screen and (min-width: 1200px) {
  .message .magic p.up {
    font-size: 4.4vw;
  }
}

@media screen and (min-width: 1500px) {
  .message ._sub-tit {
    font-size: 3em;
  }
  .message .magic .box720 p {
    font-size: 1.6em;
  }
}

.movie .box720 {
  padding: 1rem 0;
}

.movie .box720 .youtube {
  width: 100%;
}

.movie .box720 .youtube-inner{
  position: relative;
  text-algin:center;
}

.movie .box720 .youtube-inner iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 960px) {
  .movie {
    background-image: url(../img/index_movie-bg.png);
    background-size: 40% auto;
    background-repeat: no-repeat;
    background-position: bottom 0% left 10%;
    padding-bottom: 10rem;
  }
  .movie .box720 {
    padding-left: 15rem;
    padding-top:7rem;
    padding-bottom:1rem;
  }
}

@media screen and (min-width: 1200px) {
  .movie .box720 {
    padding-left: 27%;
    padding-bottom:2rem;
  }
}

.voice .bg-green-line {
  background-color: rgba(56, 151, 4, 0.7);
}

.voice .voiceList {
  margin-top: 2rem;
}

.voice .voiceList li {
  border: 1px solid #333;
  padding: .3rem 1rem;
  margin-bottom: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
}

.voice .voiceList li .red {
  color: #D82617;
  font-weight: bold;
}

@media screen and (min-width: 960px) {
  .voice {
    margin-top: -5rem;
  }
  .voice .voiceList {
    margin: 2rem auto 4rem;
  }
  .voice .voiceList li {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 1500px) {
  .voice {
    margin-top: -8rem;
  }
  .voice .voiceList {
    margin: 3rem auto 4rem;
  }
}
/*# sourceMappingURL=index.css.map */



@media screen and (max-width: 767px) {
  .mainVis .slider{
    margin-top:0;
  }
  .swiper-container{
    overflow:inherit!important;
  }
  .mainVis .slider p._kv-txt{
    position:absolute;
    top:-40px;
    left:0;
    text-align:right;
  }
}

/*2021.10.06追加*/
.graph-box {
    margin-bottom: 3em;
}
.graph-box .graph-img-pc{
    display:block;
    width: 100%;
}
.graph-box .graph-img-sp{
    display:none;
}

@media screen and (max-width: 767px){
    .graph-box .graph-img-pc{
        display:none;
    }
     .graph-box .graph-img-sp{
         display:block;
     }
}