@charset "UTF-8";
#about .page-title-block-2 {
  background: url(../images/mv_about.jpg) no-repeat center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1300px) {
  #about .page-title-block-2 {
    background-size: 1400px;
  }
}

@media (max-width: 930px) {
  #about .page-title-block-2 {
    background-attachment: initial;
    background-size: cover;
    padding: 20px;
    height: auto;
  }
}

#task01 .page-title-block-2 {
  background: url(../images/mv_task01.jpg) no-repeat center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1300px) {
  #task01 .page-title-block-2 {
    background-size: 1500px;
  }
}

@media (max-width: 930px) {
  #task01 .page-title-block-2 {
    background-attachment: initial;
    background-size: cover;
    padding: 20px;
    height: auto;
  }
}

.task-mv {
  position: relative;
  margin-bottom: 110px;
}

@media (max-width: 930px) {
  .task-mv {
    margin-bottom: 5px;
  }
}

.checklist {
  position: absolute;
  right: 0;
  width: 1100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 930px) {
  .checklist {
    width: auto;
    -webkit-transform: none;
            transform: none;
    position: static;
  }
}

.checklist .checklist02 {
  background-color: #FFF;
  position: absolute;
  padding: 20px 20px 0 20px;
  right: 0;
  bottom: -50px;
}

@media (max-width: 930px) {
  .checklist .checklist02 {
    position: static;
  }
}

.checklist .checklist02 h2 {
  text-align: center;
}

.checklist .checklist02 p {
  text-align: center;
  color: #e85519;
  font-weight: 500;
  margin: 10px 0;
}

.checklist .checklist02 ul {
  border: 1px dashed #979797;
  padding: 10px 20px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 550px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 930px) {
  .checklist .checklist02 ul {
    font-size: 12px;
    padding: 5px 10px;
  }
}

.checklist .checklist02 ul li {
  width: 50%;
  margin: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

@media (max-width: 930px) {
  .checklist .checklist02 ul li {
    margin: 2px 0;
  }
}

.checklist .checklist02 ul li figure {
  margin-right: 7px;
}

#task02 .page-title-block-2 {
  background: url(../images/mv_task02.jpg) no-repeat center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1300px) {
  #task02 .page-title-block-2 {
    background-size: 1500px;
  }
}

@media (max-width: 930px) {
  #task02 .page-title-block-2 {
    background-attachment: initial;
    background-size: cover;
    padding: 20px;
    height: auto;
  }
}

#task03 .page-title-block-2 {
  background: url(../images/mv_task03.jpg) no-repeat center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1300px) {
  #task03 .page-title-block-2 {
    background-size: 1500px;
  }
}

@media (max-width: 930px) {
  #task03 .page-title-block-2 {
    background-attachment: initial;
    background-size: cover;
    padding: 20px;
    height: auto;
  }
}

.sec-01 {
  margin: 30px 0;
}

@media (max-width: 930px) {
  .sec-01 {
    width: 100%;
  }
}

.sec-01 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 930px) {
  .sec-01 .wrap {
    width: 100%;
    display: block;
    max-width: initial;
  }
}

.sec-01 .wrap .left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  margin-right: 37px;
}

@media (max-width: 930px) {
  .sec-01 .wrap .left {
    width: 90%;
    position: static;
    margin: 15px auto;
  }
}

.sec-01 .wrap .left .title-02 {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 40px;
}

.sec-01 .wrap .left .title-02:after {
  margin: 0;
}

.sec-01 .wrap .left .title-02 img.no02 {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 930px) {
  .sec-01 .wrap .left .title-02 img.no02 {
    width: 50px;
  }
}

.sec-01 .wrap .left p {
  line-height: 2;
  max-width: 430px;
}

@media (max-width: 930px) {
  .sec-01 .wrap .left p {
    font-size: 1.3rem;
  }
}

.sec-01 .wrap .right {
  width: 50%;
}

@media (max-width: 930px) {
  .sec-01 .wrap .right {
    width: auto;
  }
}

.sec-01 .wrap .right img {
  width: 100%;
}

.sec-01 .img_about01 {
  text-align: center;
  margin: 80px 20px;
}

@media (max-width: 930px) {
  .sec-01 .img_about01 {
    margin: 30px 20px;
  }
}

.sec-02 {
  margin: 70px 0;
}

@media (max-width: 930px) {
  .sec-02 {
    width: 100%;
    margin: 50px 0;
  }
}

.sec-02 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 930px) {
  .sec-02 .wrap {
    width: 100%;
    display: block;
    max-width: initial;
  }
}

.sec-02 .wrap .right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  margin-left: 45px;
}

@media (max-width: 930px) {
  .sec-02 .wrap .right {
    width: 90%;
    position: static;
    margin: 15px auto;
  }
}

.sec-02 .wrap .right .title-02 {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 40px;
}

.sec-02 .wrap .right .title-02:after {
  margin: 0;
}

.sec-02 .wrap .right .title-02 img.no01 {
  position: absolute;
  right: 30px;
  bottom: 0;
}

@media (max-width: 930px) {
  .sec-02 .wrap .right .title-02 img.no01 {
    width: 50px;
    right: 0;
  }
}

.sec-02 .wrap .right .title-02 img.no02 {
  position: absolute;
  right: 30px;
  bottom: 0;
}

@media (max-width: 930px) {
  .sec-02 .wrap .right .title-02 img.no02 {
    width: 50px;
    right: 0;
  }
}

.sec-02 .wrap .right .title-02 img.no03 {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 930px) {
  .sec-02 .wrap .right .title-02 img.no03 {
    width: 50px;
  }
}

.sec-02 .wrap .right p {
  line-height: 2;
  max-width: 430px;
}

@media (max-width: 930px) {
  .sec-02 .wrap .right p {
    font-size: 1.3rem;
  }
}

.sec-02 .wrap .left {
  width: 50%;
}

@media (max-width: 930px) {
  .sec-02 .wrap .left {
    width: auto;
  }
}

.sec-02 .wrap .left img {
  width: 100%;
}

.sec-01 {
  margin: 30px 0;
}

.sec-01 .title-02 {
  line-height: 1.5;
  margin-bottom: 40px;
}

.sec-01 .about_link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 30px auto 100px auto;
}

@media (max-width: 930px) {
  .sec-01 .about_link_list {
    display: block;
    margin: 20px 0 30px 0;
  }
}

.sec-01 .about_link_list li {
  width: 33.3333333%;
}

@media (max-width: 930px) {
  .sec-01 .about_link_list li {
    width: auto;
  }
}

.sec-01 .about_link_list li a {
  display: block;
  height: 366px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 0 20px;
  position: relative;
}

@media (max-width: 930px) {
  .sec-01 .about_link_list li a {
    height: 250px;
  }
}

.sec-01 .about_link_list li a p {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  margin-bottom: 40px;
  min-height: 5.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 930px) {
  .sec-01 .about_link_list li a p {
    display: block;
    min-height: inherit;
  }
}

.sec-01 .about_link_list li a p:after {
  content: "";
  display: inline-block;
  width: 30px;
  background-color: #FFF;
  position: absolute;
  height: 2px;
  left: 0;
  bottom: -16px;
}

@media (max-width: 930px) {
  .sec-01 .about_link_list li a p:after {
    bottom: -14px;
  }
}

.sec-01 .about_link_list li a h3 {
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.sec-01 .about_link_list li a::before {
  width: 95%;
  height: 95%;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: black;
  opacity: 0;
  outline: white 1px solid;
}

.sec-01 .about_link_list li a:hover::before {
  opacity: 0.7;
}

.sec-01 .about_link_list .about_link01 {
  background: url("../images/about03.jpg") no-repeat center center;
  background-size: cover;
}

.sec-01 .about_link_list .about_link02 {
  background: url("../images/about04.jpg") no-repeat center center;
  background-size: cover;
}

.sec-01 .about_link_list .about_link03 {
  background: url("../images/about05.jpg") no-repeat center center;
  background-size: cover;
}

.sec-03 {
  margin: 70px 0;
}

@media (max-width: 930px) {
  .sec-03 {
    width: 100%;
    margin: 50px 0;
  }
}

.sec-03 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1100px;
}

@media (max-width: 930px) {
  .sec-03 .wrap {
    width: 100%;
    display: block;
    max-width: initial;
  }
}

.sec-03 .wrap .left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  width: 550px;
}

@media (max-width: 930px) {
  .sec-03 .wrap .left {
    width: 90%;
    position: static;
    margin: 15px auto;
  }
}

.sec-03 .wrap .left .title-02 {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 40px;
}

.sec-03 .wrap .left .title-02:after {
  margin: 0;
}

.sec-03 .wrap .left .title-02 img.no01 {
  position: absolute;
  right: 85px;
  top: 15px;
  z-index: -1;
}

@media (max-width: 930px) {
  .sec-03 .wrap .left .title-02 img.no01 {
    width: 50px;
    right: 0;
  }
}

.sec-03 .wrap .left .title-02 img.no03 {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 930px) {
  .sec-03 .wrap .left .title-02 img.no03 {
    width: 50px;
  }
}

.sec-03 .wrap .left p {
  line-height: 2;
  max-width: 430px;
}

@media (max-width: 930px) {
  .sec-03 .wrap .left p {
    font-size: 1.3rem;
  }
}

.sec-03 .wrap .right {
  width: 550px;
}

@media (max-width: 930px) {
  .sec-03 .wrap .right {
    width: 90%;
    margin: 0 auto;
  }
}

.sec-03 .wrap .right .task02_01 {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 930px) {
  .sec-03 .wrap .right .task02_01 {
    margin-bottom: 20px;
  }
}

.sec-03 .wrap .right .task02_01 p {
  max-width: 225px;
  font-size: 14px;
}

@media (max-width: 930px) {
  .sec-03 .wrap .right .task02_01 p {
    max-width: 48%;
    font-size: 12px;
  }
}

@media (max-width: 930px) {
  .sec-03 .wrap .right .task02_01 figure {
    max-width: 48%;
  }
}

.sec-03 .wrap .right .task02_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec-03 .wrap .right .task02_02 p {
  max-width: 225px;
  font-size: 14px;
}

@media (max-width: 930px) {
  .sec-03 .wrap .right .task02_02 p {
    max-width: 48%;
    font-size: 12px;
  }
}

@media (max-width: 930px) {
  .sec-03 .wrap .right .task02_02 figure {
    max-width: 48%;
  }
}

.sec-04 {
  margin: 30px 0 150px 0;
}

@media (max-width: 930px) {
  .sec-04 {
    width: 100%;
    margin: 30px 0 50px 0;
  }
}

.sec-04 .wrap {
  margin: 0 auto;
  position: relative;
}

@media (max-width: 930px) {
  .sec-04 .wrap {
    width: 100%;
    display: block;
    max-width: initial;
  }
}

.sec-04 .wrap .left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  margin-right: 37px;
  width: 1100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
}

@media (max-width: 930px) {
  .sec-04 .wrap .left {
    width: auto;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

.sec-04 .wrap .left .task02_03 {
  position: absolute;
  left: 0;
  bottom: -70px;
  background-color: #FFF;
  padding: 30px 50px 0 0;
}

@media (max-width: 930px) {
  .sec-04 .wrap .left .task02_03 {
    position: static;
    padding: 0;
  }
}

@media (max-width: 930px) {
  .sec-04 .wrap .left {
    width: 90%;
    position: static;
    margin: 15px auto;
  }
}

.sec-04 .wrap .left .title-02 {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 40px;
}

.sec-04 .wrap .left .title-02:after {
  margin: 0;
}

.sec-04 .wrap .left .title-02 img.no03 {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 930px) {
  .sec-04 .wrap .left .title-02 img.no03 {
    width: 50px;
  }
}

.sec-04 .wrap .left p {
  line-height: 2;
  max-width: 430px;
}

@media (max-width: 930px) {
  .sec-04 .wrap .left p {
    font-size: 1.3rem;
  }
}

.sec-04 .wrap .right {
  width: 70%;
  margin: 0 0 0 auto;
}

@media (max-width: 930px) {
  .sec-04 .wrap .right {
    width: auto;
  }
}

.sec-04 .wrap .right img {
  width: 100%;
}

.sec-05 {
  margin: 70px 0;
}

@media (max-width: 930px) {
  .sec-05 {
    width: 100%;
    margin: 50px 0;
  }
}

.sec-05 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
}

@media (max-width: 930px) {
  .sec-05 .wrap {
    width: 100%;
    display: block;
    max-width: initial;
  }
}

@media (max-width: 930px) {
  .sec-05 .wrap .left {
    width: auto;
  }
}

.sec-05 .wrap .left img {
  width: 100%;
}

.sec-05 .wrap .right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  max-width: 430px;
}

@media (max-width: 930px) {
  .sec-05 .wrap .right {
    width: 90%;
    position: static;
    margin: 15px auto;
  }
}

.sec-05 .wrap .right .title-02 {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 40px;
}

.sec-05 .wrap .right .title-02:after {
  margin: 0;
}

.sec-05 .wrap .right .title-02 em {
  font-style: normal;
  font-size: 15px;
  color: #e85519;
  font-weight: 500;
  display: block;
}

.sec-05 .wrap .right p {
  line-height: 2;
}

@media (max-width: 930px) {
  .sec-05 .wrap .right p {
    font-size: 1.3rem;
  }
}

.sec-05 .sec-05-02 {
  max-width: 1100px;
  margin: 40px auto 110px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 930px) {
  .sec-05 .sec-05-02 {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

.sec-05 h3 {
  text-align: left;
  margin-bottom: 15px;
}

.sec-05 p {
  font-size: 14px;
  margin: 10px 0 0 0;
}

.sec-05 .sec-05-03 {
  max-width: 530px;
}

.sec-06 {
  margin: 70px 0;
}

@media (max-width: 930px) {
  .sec-06 {
    width: 100%;
    margin: 50px 0;
  }
}

.sec-06 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
}

@media (max-width: 930px) {
  .sec-06 .wrap {
    width: 100%;
    display: block;
    max-width: initial;
  }
}

@media (max-width: 930px) {
  .sec-06 .wrap .left {
    width: auto;
  }
}

.sec-06 .wrap .left img {
  width: 100%;
}

.sec-06 .wrap .right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  max-width: 430px;
}

@media (max-width: 930px) {
  .sec-06 .wrap .right {
    width: 90%;
    position: static;
    margin: 15px auto;
  }
}

.sec-06 .wrap .right .title-02 {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 40px;
}

.sec-06 .wrap .right .title-02:after {
  margin: 0;
}

.sec-06 .wrap .right .title-02 em {
  font-style: normal;
  font-size: 15px;
  color: #e85519;
  font-weight: 500;
  display: block;
}

.sec-06 .wrap .right p {
  line-height: 2;
}

@media (max-width: 930px) {
  .sec-06 .wrap .right p {
    font-size: 1.3rem;
  }
}

.waku {
  text-shadow: 1px 1px 1px #000000,
 -1px  1px 1px #000000,
 1px -1px 1px #000000,
 -1px -1px 1px #000000,
 1px  0px 1px #000000,
 0px  1px 1px #000000,
 -1px  0px 1px #000000,
 0px -1px 1px #000000;
  /* 文字の影 */
}

.virtual {
  margin-top: 100px;
  margin-bottom: 50px;
}

@media (max-width: 930px) {
  .virtual {
    margin-top: 50px;
  }
}
/*# sourceMappingURL=style.css.map */