@charset "UTF-8";
main {
  line-height: 1.8;
  width: 100%;
  overflow-x: hidden;
}

p {
  font-size: 1.4rem;
}

img {
  width: 100%;
  display: block;
}

.button {
  /*hoverした際の移動のアニメーション*/
}
.button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  letter-spacing: 0.4px;
  font-size: 1.4rem;
  border-radius: 5px;
  font-weight: bold;
}
.button a:hover, .button .input-button:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact_sec .button {
  width: 100%;
  max-width: 360px;
  margin: 4rem auto 0;
  font-weight: bold;
  background: #091E46;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  letter-spacing: 0.4px;
  font-size: 1.4rem;
  border-radius: 5px;
  font-weight: bold;
}

.white-button a {
  background: #fff;
  color: #091E46;
}

.orange-button a {
  background: #F58C0F;
  color: #fff;
}

.section-title {
  font-size: 2.4rem;
  text-align: center;
  padding-bottom: 2rem;
}

.white-waku-button {
  margin-top: 9rem;
}
.white-waku-button a {
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
}
.white-waku-button a span {
  padding-left: 15px;
}
.white-waku-button a:hover {
  background: #fff;
  color: #091E46;
  opacity: 1;
}

.anchor-link {
  text-decoration: underline;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 60px;
}
.header-wrap .logo-text {
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
}
.header-wrap .button a {
  font-size: 1.2rem;
}

.fv {
  background: left/cover url(/img/fv-bg.png);
  height: 790px;
  position: relative;
}
.fv .fv-text-box {
  color: #fff;
  position: absolute;
  top: 85px;
}
.fv .fv-text-box .fv-title {
  font-size: 2.6rem;
  letter-spacing: 2px;
  line-height: 1.6;
  font-weight: bold;
}
.fv .fv-text-box .fv-sub-title {
  font-weight: bold;
  padding-top: 1rem;
}
.fv .fv-text-box .day-box {
  width: 100%;
}
.fv .fv-text-box .day-box .border {
  height: 1px;
  background-color: #fff;
  width: 100%;
  margin: 3px 0;
}

.message {
  background: bottom/cover url(/img/message-bg.png);
}
.message .message-wrap {
  padding-bottom: 8rem;
}
.message .message-wrap img {
  width: 100%;
}
.message .message-wrap .text-box {
  padding-top: 2.4rem;
  color: #fff;
}
.message .message-wrap .text-box h2 {
  font-size: 2.4rem;
  padding-bottom: 1.2rem;
  font-weight: bold;
}

.film-task {
  position: relative;
  z-index: 3;
}
.film-task .film-task-wrap {
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  margin-top: -60px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  z-index: -2;
}
.film-task h4 {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}
.film-task h4 span {
  font-weight: bold;
  font-size: 2.8rem;
  color: #2A4E91;
  padding-right: 0.5rem;
}
.film-task .title-box {
  background: none;
  border: 1px solid #2A4E91;
  /* 線の太さ・種類・色 */
  padding: 15px;
  /* 内側の余白 */
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
}
.film-task .title-box::before {
  background: none;
  border: 1px solid #2A4E91;
  /* 線の太さ・種類・色 */
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.film-task .task-text {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  font-weight: bold;
  text-align: center;
  color: #2A4E91;
  font-size: 2rem;
}
.film-task img {
  width: 100%;
}

.mov_screen {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.mov_screen video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mov_size {
  max-width: 740px;
  margin: 20px auto 5px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.movie-section-title {
  font-size: 2.2rem;
  text-align: center;
}
.movie-section-title span {
  font-size: 3.2rem;
}

.movie-section-01 {
  background: top/cover url(/img/movie-bg-01.png);
  padding-top: 6rem;
  margin-top: -70px;
}
.movie-section-01 .movie-section-title {
  color: #2A4E91;
}

.movie-section-02 .movie-section-02-title {
  font-size: 2rem;
}
.movie-section-02 .right-wrap .img {
  padding-bottom: 10px;
}

.seminar {
  background: center/cover url(/img/seminar-bg.png);
  margin-top: 0 !important;
}
.seminar .seminar-wrap {
  padding-bottom: 8rem;
}
.seminar .main-text {
  color: #fff;
}
.seminar .main-text h4 {
  font-size: 1.4rem;
}
.seminar .main-text .border {
  width: 100%;
  height: 1px;
  background: #fff;
  margin: 10px 0;
}
.seminar .main-text h3 {
  font-size: 2rem;
  font-weight: bold;
}
.seminar .main-text p {
  padding-top: 1.5rem;
}
.seminar .day-button {
  color: #fff;
  padding-top: 1.5rem;
}
.seminar .day-button .day-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 300px;
}
.seminar .day-button .left {
  border: 1px solid #fff;
  padding: 5px;
  width: 90px;
  height: 90px;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  padding: 15px;
}
.seminar .day-button .right {
  font-size: 1.4rem;
}
.seminar .day-button .right li {
  white-space: nowrap;
}
.seminar .day-button .button {
  margin-top: 2rem;
}
.seminar .mini-text {
  color: #fff;
  padding-top: 2rem;
  font-size: 1.4rem;
}

.people .people-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  margin-top: -4.8rem;
}
.people .people-box {
  width: 48%;
  padding-bottom: 1rem;
  height: 280px;
}
.people .title {
  line-height: 1.4;
  padding-top: 1rem;
}
.people .name {
  font-size: 1.8rem;
}
.people .border {
  width: 100%;
  height: 1px;
  background: #000;
  margin: 5px 0 0;
}

.movie-section-04 {
  background: center/cover url(/img/movie-bg-03.png);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.movie-section-04 .movie-section-title {
  color: #fff;
}

.sheet-solution {
  background: right/cover url(/img/technology-bg.png);
}
.sheet-solution .sheet-solution-content-wrap {
  padding-bottom: 6rem;
}
.sheet-solution .section-title {
  font-size: 2.2rem;
}
.sheet-solution .sheet-solution-text-box .border {
  width: 100%;
  height: 1px;
  background: #000;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
.sheet-solution .sheet-solution-text-box .title {
  letter-spacing: 1.2px;
}
.sheet-solution .sheet-solution-text-box .main-text {
  font-size: 1.8rem;
  font-weight: bold;
}
.sheet-solution .sheet-solution-box {
  padding-bottom: 2rem;
}

.rank .rank-wrap {
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  margin-top: -4rem;
}
.rank .rank-wrap .right-box .no1 {
  max-width: 200px;
  margin: 0 auto;
}
.rank .rank-wrap .right-box .rank-text {
  font-size: 2rem;
  text-align: center;
  padding-top: 2.5rem;
}
.rank .rank-wrap .japan-map {
  padding-top: 2.5rem;
  max-width: 330px;
  margin: 0 auto;
}

.film-solution {
  position: relative;
}
.film-solution .film-solution-title-box .title {
  font-size: 2rem;
  padding-bottom: 1rem;
}
.film-solution .film-solution-title-box .border {
  width: 100%;
  height: 1px;
  background: #000;
}
.film-solution .slide-wrap {
  margin-top: 2.5rem;
}
.film-solution .slide-wrap .slide-box {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  padding: 20px 25px;
  height: 380px;
  max-width: 370px;
  margin: 1.2rem;
  height: 430px;
}
.film-solution .slide-wrap .slide-text-box {
  padding-top: 1.5rem;
}
.film-solution .slide-wrap .slide-text-box h4 {
  color: #2A4E91;
  font-weight: bold;
  font-size: 1.8rem;
}
.film-solution .slide-wrap .slide-text-box p {
  font-size: 1.6rem;
}
.film-solution .slide-arrow {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -55px;
}
.film-solution .slide-arrow::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin: 0 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.film-solution .prev-arrow {
  left: 15px;
}
.film-solution .prev-arrow::before {
  border-left: 2px solid #091E46;
  border-bottom: 2px solid #091E46;
  margin-right: 3px;
}
.film-solution .next-arrow {
  left: 75px;
}
.film-solution .next-arrow::before {
  border-top: 2px solid #091E46;
  border-right: 2px solid #091E46;
  margin-left: 3px;
}

.film-solution::before {
  content: "";
  display: block;
  background: #091E46;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: -5px;
  z-index: -1;
}

.download .download-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.download .download-box {
  width: 48%;
  margin: 0 1% 30px;
}
.download .download-box p {
  padding-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.6;
}
.download .download-box img {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.blue-button a {
  background: #091E46;
  color: #fff;
}

.contact_form .form_dl {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact_form .form_dl dt {
  width: 24%;
  font-weight: 600;
  padding: 12px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_form .form_dl dt span {
  display: block;
  width: 50px;
  text-align: center;
  font-size: 1rem;
  background-color: #CC1144;
  color: #fff;
  padding: 2px 0;
  border-radius: 4px;
}

.contact_form .form_dl dd {
  width: 73%;
  padding: 12px 0;
}

.contact_form .form_dl dd input[type=text], .contact_form .form_dl dd textarea {
  background-color: #F6F6F6;
  width: 100% !important;
  padding: 12px;
  font-size: 1.6rem;
  border-radius: 4px;
}

.contact_form .form_dl dd textarea {
  height: 120px !important;
}

.contact_form .form_dl dd input::-webkit-input-placeholder, .contact_form .form_dl dd textarea::-webkit-input-placeholder {
  color: #999;
}

.contact_form .form_dl dd input:-ms-input-placeholder, .contact_form .form_dl dd textarea:-ms-input-placeholder {
  color: #999;
}

.contact_form .form_dl dd input::-ms-input-placeholder, .contact_form .form_dl dd textarea::-ms-input-placeholder {
  color: #999;
}

.contact_form .form_dl dd input::-moz-placeholder, .contact_form .form_dl dd textarea::-moz-placeholder {
  color: #999;
}

.contact_form .form_dl dd input::placeholder, .contact_form .form_dl dd textarea::placeholder {
  color: #999;
}

.contact_form .form_dl .questionnaire_q, .contact_form .form_dl .questionnaire_a {
  width: 100%;
}

.contact_form .form_dl .questionnaire_q {
  padding-bottom: 0;
}

.contact_form .form_dl dd select {
  padding: 4px;
  border: solid 1px #ccc;
  border-radius: 4px;
  font-size: 14px;
  position: relative;
}

.contact_form .btn_wrap {
  width: 280px;
  margin: 20px auto;
  position: relative;
}

.contact_form .btn_wrap::after {
  content: "";
  color: #fff;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.thanks_sec {
  min-height: calc(100vh - 121px);
}

.thanks_sec .container {
  width: 800px;
}

.thanks_sec h2 {
  font-size: 3.2rem;
  border-bottom: solid 1px #ccc;
  margin-bottom: 40px;
}

.thanks_sec p {
  margin-bottom: 30px;
  line-height: 2;
}

.thanks_sec .thanks_back_btn {
  display: block;
  width: 240px;
  background-color: #005EB8;
  color: #fff;
  text-align: center;
  padding: 12px;
  border-radius: 100px;
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  .contact_form .form_dl {
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .contact_form .form_dl dt {
    width: 100%;
    padding-bottom: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.4rem;
  }

  .contact_form .form_dl dt span {
    margin-left: 12px;
  }

  .contact_form .form_dl dd {
    width: 100%;
  }

  .thanks_sec .container {
    width: 100%;
  }
}
.divisitons_sec .container {
  border-top: solid 1px #dadada;
}
.divisitons_sec .button a {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 1.8rem;
}
.divisitons_sec .button .fas {
  font-size: 1.4rem;
}

footer .copyright {
  text-align: center;
  padding: 16px 0 32px;
  border-top: solid 1px #dadada;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .fv {
    height: 690px;
  }
  .fv .fv-text-box {
    width: 100%;
  }
  .fv .fv-text-box .day-box {
    padding-top: 2rem;
  }

  .pb-img {
    padding-bottom: 20px;
  }

  .people .people-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .people .people-box {
    width: 24%;
    height: auto;
    padding-bottom: 0;
  }

  .movie-section-02 .right-wrap .img {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .button a {
    padding: 10px 25px;
    font-size: 1.6rem;
  }

  .header-wrap {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    height: 80px;
  }
  .header-wrap .logo-text {
    font-size: 1.6rem;
  }
  .header-wrap .button a {
    font-size: 1.4rem;
  }

  .section-title {
    font-size: 3.2rem;
    padding-bottom: 4rem;
  }

  .fv {
    background: center/cover url(/img/fv-bg.png);
    height: 790px;
  }
  .fv .fv-text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    top: 90px;
  }
  .fv .fv-text-box .catch {
    width: 57%;
    margin-left: calc(50% - 550px);
  }
  .fv .fv-text-box .day-box {
    padding-top: 0;
    width: 40%;
  }
  .fv .fv-text-box .day-box p {
    font-size: 1.8rem;
  }
  .fv .fv-text-box .day-box .title {
    font-size: 2rem;
  }
  .fv .fv-text-box .day-box .day {
    font-size: 2.4rem;
  }
  .fv .fv-text-box .fv-title {
    font-size: 3.8rem;
    line-height: 1.8;
  }
  .fv .fv-text-box .fv-sub-title {
    font-size: 2.4rem;
  }

  .message .message-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 18rem;
  }
  .message .message-wrap img {
    width: 58%;
  }
  .message .message-wrap .text-box {
    width: 39%;
  }
  .message .message-wrap .text-box h2 {
    font-size: 3.4rem;
  }
  .message .message-wrap .text-box p {
    font-size: 1.6rem;
  }

  .film-task h4 {
    font-size: 2.4rem;
  }
  .film-task h4 span {
    font-size: 3.2rem;
  }
  .film-task .title-box {
    max-width: 420px;
  }
  .film-task .task-text {
    font-size: 3.2rem;
  }
  .film-task img {
    max-width: 730px;
    margin: 0 auto;
  }
  .film-task .film-task-wrap {
    max-width: 960px;
    margin: -130px auto 0;
  }

  .movie-section-title {
    font-size: 3.2rem;
  }

  .movie-section .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
    padding-top: 4rem;
  }
  .movie-section .mov_size {
    width: 65%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .movie-section .right-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 30%;
    height: 400px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .movie-section-01 {
    padding-top: 12rem;
    margin-top: -140px;
  }
  .movie-section-01 .movie-section-title {
    font-size: 2.8rem;
  }
  .movie-section-01 .movie-section-title span {
    font-size: 4rem;
  }
  .movie-section-01 .mini-text {
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
  }

  .movie-section-02 .movie-section-02-title {
    font-size: 3.2rem;
  }

  .movie-section-03 .flex-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .seminar .main-text {
    width: 65%;
  }
  .seminar .main-text h3 {
    font-size: 3.2rem;
  }
  .seminar .main-text h4 {
    font-size: 1.6rem;
  }
  .seminar .main-text p {
    font-size: 1.6rem;
    line-height: 2;
  }
  .seminar .day-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 600px;
  }
  .seminar .day-button .day-wrap {
    max-width: 340px;
  }
  .seminar .day-button .left {
    font-size: 1.6rem;
    width: 110px;
    height: 110px;
  }
  .seminar .day-button .right {
    font-size: 1.6rem;
    padding-left: 20px;
  }
  .seminar .seminar-wrap {
    padding-bottom: 10rem;
    padding-top: 10rem;
  }

  .people .people-wrap {
    padding-left: 4rem;
    padding-right: 4rem;
    margin-bottom: 4rem;
  }
  .people .people-box {
    width: 23%;
  }

  .sheet-solution .sheet-solution-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 6rem;
  }
  .sheet-solution .sheet-solution-box .mov_size {
    width: 60%;
  }
  .sheet-solution .sheet-solution-box .sheet-solution-text-box {
    width: 42%;
  }
  .sheet-solution .sheet-solution-box .text {
    font-size: 1.6rem;
  }
  .sheet-solution .sheet-solution-box .main-text {
    font-size: 2.4rem;
  }
  .sheet-solution .right-box {
    margin-left: calc(50% - 550px);
  }
  .sheet-solution .right-box .sheet-solution-text-box .title, .sheet-solution .right-box .sheet-solution-text-box .text, .sheet-solution .right-box .sheet-solution-text-box .main-text {
    padding-left: 4rem;
  }
  .sheet-solution .left-box {
    margin-right: calc(50% - 550px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sheet-solution .left-box .sheet-solution-text-box .title, .sheet-solution .left-box .sheet-solution-text-box .text, .sheet-solution .left-box .sheet-solution-text-box .main-text {
    padding-left: 8rem;
  }
  .sheet-solution .section-title {
    font-size: 3.2rem;
    text-align: left;
    padding-bottom: 2rem;
  }

  .rank .rank-wrap {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rank .rank-wrap .right-box {
    width: 40%;
  }
  .rank .rank-wrap .right-box .no1 {
    max-width: 240px;
  }
  .rank .rank-wrap .right-box .rank-text {
    font-size: 2.4rem;
  }
  .rank .rank-wrap .japan-map {
    margin: 0;
    padding-top: 0;
    max-width: 420px;
  }

  .film-solution .film-solution-title-box {
    margin-left: calc(50% - 550px);
  }
  .film-solution .film-solution-title-box .title {
    font-size: 3.2rem;
  }
  .film-solution .slide-wrap {
    margin-left: calc(50% - 550px);
  }
  .film-solution .slide-wrap .slide-box {
    height: 450px;
  }
  .film-solution .slide-wrap .slide-box .slide-text-box h4 {
    font-size: 2rem;
  }
  .film-solution .slide-wrap .slide-box .slide-text-box p {
    padding-top: 0.5rem;
  }
  .film-solution .white-waku-button a {
    max-width: 600px;
    margin: 0 auto;
  }

  .download .download-box {
    width: 18%;
  }
  .download .download-box p {
    font-size: 1.4rem;
  }
  .download .button a {
    max-width: 320px;
    margin: 0 auto;
  }

  .contact_sec .form_intro {
    text-align: center;
    padding-bottom: 4rem;
  }
  .contact_sec .button {
    max-width: 320px;
  }

  .divisitons_sec .button a {
    max-width: 740px;
    letter-spacing: 1px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 25px;
  }
  .divisitons_sec .button a .fas {
    margin-left: 20px;
  }
}
.movie-section .mov_size {
  margin-bottom: 3rem;
}
.movie-section .flex-wrap {
  padding-bottom: 10px;
}
.movie-section .mini-text {
  padding-top: 5px;
}

.mini-text {
  font-size: 1.2rem;
}

.movie-section-04 .mini-text {
  color: #fff;
}

.sheet-solution .mini-text {
  padding-bottom: 1rem;
  padding-top: 5px;
}
.sheet-solution .mov_size {
  margin-bottom: 4rem;
}

.useragent {
  color: #fff;
  font-size: 1rem;
  padding-bottom: 0.5rem;
}

.useragent-sp {
  position: absolute;
  top: 10px;
  right: 0;
}

.header-wrap {
  height: 110px;
}

@media screen and (min-width: 768px) {
  .useragent {
    color: #fff;
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
  }
}