@charset "UTF-8";
html {
  font-size: 62.5%;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.tab {
  display: none !important;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  width: 100%;
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
}

@media only screen and (max-width:640px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}

#header {
  position: fixed;
  height: 75px;
  background: #fff;
  width: 100%;
  z-index: 99;
  top: 40px;
  border-bottom: 1px solid #efefef;
}
#header .inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}
#header .inner h1 {
  max-width: 229px;
}
#header .inner ul {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .inner ul li {
  font-size: 1.6rem;
  padding-right: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#header .inner ul li a {
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
#header .inner ul li:last-child {
  padding-right: 0;
}
#header .header__top {
  position: fixed;
  top: 0;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  background-color: #00a2e9;
  -webkit-box-shadow: 0.438px 0.899px 8.19px 0.81px rgba(22, 82, 108, 0.23);
          box-shadow: 0.438px 0.899px 8.19px 0.81px rgba(22, 82, 108, 0.23);
}
#header .header__top .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
#header .header__top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
#header .header__top-link span:nth-child(1) {
  margin-top: 5px;
}
#header .header__top-link:nth-child(2) {
  margin-left: 80px;
}
#header .header__top-link:nth-child(1) span:nth-child(2) {
  letter-spacing: 0.1em;
}
#header .header__top-link span:nth-child(2) {
  margin-left: 10px;
  color: #fff;
  font-size: 1.6rem;
}

#footer .links {
  background: #f5f5f5;
  padding: 27px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#footer .links .inner {
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#footer .links .inner a:hover {
  opacity: 0.85;
}
#footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 72px 0 20px;
  padding: 0;
}
#footer ul li {
  line-height: 1.4;
  border-left: 1px solid #000;
  padding: 0 20px;
  list-style-type: none;
}
#footer ul li a {
  font-size: 1.6rem;
  color: #000;
  text-decoration: none;
}
#footer ul li:last-child {
  border-right: 1px solid #000;
}
#footer p {
  text-align: center;
  font-size: 1.2rem;
}

@media only screen and (max-width:640px), only screen and (min-width:641px) and (max-width:959px) {
  h1 {
    margin-top: 20px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 120px;
  }

  #header {
    top: 0;
    height: 60px;
  }
  #header .apply {
    position: absolute;
    top: 20px;
    right: 55px;
    display: inline-block;
    width: 140px;
  }
  #header.pc {
    display: none !important;
  }
  #header.tab, #header.sp {
    display: block !important;
  }
  #header .inner nav#g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: -120%;
    left: 0;
    width: 100%;
    height: 295px;
    /*動き*/
    -webkit-transition: all 0;
    transition: all 0;
  }
  #header .inner nav#g-nav.panelactive {
    top: 0;
  }
  #header .inner nav#g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    padding-top: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #header .inner nav#g-nav.panelactive #g-nav-list a {
    font-size: 1.6rem;
  }
  #header .inner nav#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #header .inner nav#g-nav ul li {
    list-style: none;
    text-align: center;
    border-bottom: 1px solid #000;
    background: #fff;
  }
  #header .inner nav#g-nav ul li a {
    color: #333;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  #header .inner nav#g-nav ul li:last-child {
    background: #fd7663;
  }
  #header .inner nav#g-nav ul li:last-child a {
    color: #fff;
  }
  #header .inner .openbtn {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  #header .inner .openbtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #00a2e9;
    width: 45%;
  }
  #header .inner .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  #header .inner .openbtn span:nth-of-type(2) {
    top: 23px;
  }
  #header .inner .openbtn span:nth-of-type(3) {
    top: 31px;
  }
  #header .inner .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  #header .inner .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header .inner .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

  #footer .links {
    padding: 27px 0;
  }
  #footer .links .inner {
    max-width: 1080px;
    display: block;
  }
  #footer .links .inner a {
    display: block;
  }
  #footer .links .inner a:first-child {
    margin-bottom: 21px;
  }
  #footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 44px 0 20px;
    padding: 0;
  }
  #footer ul li {
    line-height: 1.4;
    border-left: 1px solid #000;
    padding: 0 20px;
    list-style-type: none;
  }
  #footer ul li a {
    font-size: 1.1rem;
    color: #000;
    text-decoration: none;
  }
  #footer ul li:last-child {
    border-right: 1px solid #000;
  }
  #footer p {
    text-align: center;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width:641px) and (max-width:959px) {
  #footer .links {
    background: #f5f5f5;
    padding: 27px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #footer .links .inner {
    max-width: 1080px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #footer .links .inner a:hover {
    opacity: 0.85;
  }
  #footer .links .inner a:first-child {
    margin-right: 20px;
    margin-bottom: 0;
  }
  #footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 72px 0 20px;
    padding: 0;
  }
  #footer ul li {
    line-height: 1.4;
    border-left: 1px solid #000;
    padding: 0 20px;
    list-style-type: none;
  }
  #footer ul li a {
    font-size: 1.6rem;
    color: #000;
    text-decoration: none;
  }
  #footer ul li:last-child {
    border-right: 1px solid #000;
  }
}
#mv {
  position: relative;
  margin-top: 75px;
}

.mv__text-area {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 996px;
  width: 100%;
}

.mv__text {
  font-size: 2.6rem;
  font-size: min(1.4vw, 26px);
  color: #0b0b0b;
  font-weight: bold;
  white-space: nowrap;
}

.mv__text--detail li {
  font-size: 1.8rem;
  font-size: min(1.4vw, 18px);
  color: #0b0b0b;
  margin-top: 10px;
}

.mv__text-area-inner {
  max-width: 996px;
  width: 100%;
}

.mv__text--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mv__text--left span {
  margin: 0 10px;
  width: 110px;
  width: min(5.92vw, 110px);
}

.mv__text--color-red {
  font-size: 2.3rem;
  font-size: min(1.23vw, 23px);
  color: #dc000c;
}

.mv__text--h1 {
  margin-top: 0;
  color: #333333;
  font-size: 6rem;
  font-size: min(3.23vw, 60px);
  font-weight: bold;
  text-shadow: 5.785px 6.894px 6.93px rgba(90, 90, 90, 0.2), 3px 3px 0 #fff, 3px -3px #fff, -3px 3px #fff, -3px -3px #fff;
}

.mv__text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mv__text--background-blue {
  position: relative;
  margin-top: 34px;
  margin-top: min(1vw, 34px);
  padding: 15px 27px 13px 34px;
  padding-top: min(1.3vw, 15px);
  padding-bottom: min(1.14vw, 13px);
  display: inline-block;
  background-color: #00a2e9;
  border-radius: 10px;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.mv__text--background-blue span {
  color: #fff;
  font-weight: bold;
}

.mv__text--background-blue span:first-of-type {
  font-size: 3rem;
  font-size: min(1.6vw, 30px);
}

.mv__text--background-blue span:nth-child(2) {
  font-size: 1.5rem;
}

.mv__text--background-blue span img {
  position: absolute;
  top: 50%;
  right: -150px;
  right: min(-2.07vw, -140px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 110px;
  width: min(5.92vw, 110px);
}

.mv__white-area {
  margin-top: 17px;
  padding: 35px 60px 100px;
  padding-top: min(2vw, 35px);
  padding-bottom: min(3.76vw, 70px);
  position: relative;
  background-color: #fff;
  display: block;
}

.mv__white-area::before,
.mv__white-area::after {
  position: absolute;
  content: "";
  width: min(5.43vw, 101px);
  height: min(7.59vw, 141px);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}

.mv__white-area::before {
  background-image: url(../images/white-box-mark--left-bottom.png);
  bottom: -30px;
  left: -44px;
}

.mv__white-area::after {
  background-image: url(../images/white-box-mark.png);
  top: min(-3.77vw, -10px);
  right: min(-5.06vw, -24px);
}

.mv__white-area-title {
  position: relative;
  margin-left: 17px;
  padding-bottom: 12px;
  display: inline-block;
  color: #00a2e9;
  font-size: 3rem;
  font-size: min(1.61vw, 30px);
}

.mv__white-area-title::before {
  position: absolute;
  content: "";
  background-color: #00a2e9;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
}

.mv__white-area-content {
  margin-top: 40px;
  margin-top: min(2.46vw, 40px);
}

.mv__white-area-content .mv__text {
  font-weight: bold;
}

.mv__white-area-content .mv__text:nth-child(3) {
  margin-top: 30px;
  margin-top: min(1.25vw, 30px);
}

.mv__text--date {
  display: inline-block;
  margin-top: 10px;
  margin-top: min(1.84vw, 10px);
  padding: 25px 6px 24px 13px;
  padding-top: min(1.25vw, 25px);
  padding-bottom: min(1.23vw, 24px);
  background-color: #dc000c;
  font-size: 4.8rem;
  font-size: min(2.58vw, 18px);
  color: #fff;
}

.fv__last-message--pc {
  max-width: 760px;
  position: absolute;
  bottom: -17%;
  right: 0;
}

@media only screen and (min-width: 1700px) {
  .mv__text--date {
    font-size: min(2.58vw, 28px);
  }
}
.mv__text--date span {
  font-weight: bold;
}

.mv__text--date span:first-of-type {
  font-size: 16px;
  font-size: min(0.86vw, 16px);
}

.mv__text--date span:last-of-type {
  font-size: 22px;
  font-size: min(1.18vw, 22px);
}

.mv__text--limit {
  color: #dc000c;
  font-size: 3rem;
  font-size: min(1.61vw, 30px);
}

.mv__text--limit span {
  font-size: 3.6rem;
  font-size: min(1.93vw, 36px);
  font-weight: bold;
}

h2 {
  position: relative;
  max-width: 800px;
  margin: 0 auto 60px;
}

h2 span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 30px;
}

h2 img {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

#seminar_end {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#seminar_end p {
  font-weight: bold;
  font-size: 1.7rem;
  color: red;
  margin-top: 50px;
  text-align: center;
}

section#target {
  margin-top: 92px;
  padding: 20px;
}
section#target .bg {
  max-width: 1670px;
  margin: 0 auto;
  background: url(../images/target_bg.png) no-repeat center/cover;
}
section#target .inner {
  max-width: 1080px;
  margin: 0 auto;
}
section#target .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section#target .box2 {
  margin-left: 14px;
  width: 80%;
}
section#target .blue-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0 6px 80px;
  width: 100%;
  background-color: #e7f8ff;
  border-radius: 40px;
}
section#target .blue-box:not(:first-of-type) {
  margin-top: 20px;
}
section#target .blue-box span {
  font-size: 20px;
}
section#target .blue-box span:nth-child(2) {
  margin-left: 20px;
}

section#outline {
  margin-bottom: 98px;
}
section#outline .title_en {
  max-width: 365px;
  margin-right: auto;
}
section#outline .inner {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(4%, #fff), color-stop(4%, #e7f8ff), to(#e7f8ff));
  background: linear-gradient(180deg, #fff 0%, #fff 4%, #e7f8ff 4%, #e7f8ff 100%);
  padding: 0 0 45px 63px;
}
section#outline h2 {
  max-width: 950px;
}
section#outline .inner {
  position: relative;
}
section#outline .text {
  max-width: 607px;
  font-size: 1.6rem;
  letter-spacing: 0.8px;
  line-height: 2.5;
  margin-right: auto;
}
section#outline .picture {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: -10%;
}

#common__area {
  background: #00a2e9;
  padding: 48px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.common__summary--box {
  max-width: 882px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -3%;
}

.common__summary--card {
  border-width: 1px;
  border-color: rgb(0, 162, 233);
  border-style: solid;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  width: 31.86%;
  max-width: 281px;
  text-align: center;
  padding: 43px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.common__summary--card p {
  font-weight: bold;
  font-size: 1.8rem;
}
.common__summary--card p:before {
  position: absolute;
  content: "";
  background: url(../images/common/common__summary--icon.png) no-repeat center left/cover;
  display: block;
  width: 16px;
  height: 34px;
  top: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.common__detail--box {
  max-width: 1078px;
  margin: 0 auto;
  background-color: #fff;
  padding: 98px 0 35px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common__detail--box::before {
  background: url(../images/common/common__detail--box-bg.png) no-repeat center left/cover;
  content: "";
  display: block;
  width: min(5.43vw, 101px);
  height: min(7.59vw, 141px);
  position: absolute;
  top: 25%;
  left: 15%;
}
.common__detail--box::after {
  background: url(../images/common/common__detail--box-bg.png) no-repeat center left/cover;
  content: "";
  display: block;
  width: min(5.43vw, 101px);
  height: min(7.59vw, 141px);
  position: absolute;
  bottom: -8%;
  right: 14%;
}

.common__detail--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.common__detail--card {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.common__detail--icon {
  max-width: 109px;
  display: inline-block;
}
.common__detail--icon:first-of-type {
  margin-right: 10px;
}

.common__detail--title {
  font-size: 3.4rem;
  font-weight: bold;
  color: #00a2e9;
}

.common__button--content {
  text-align: center;
}

.common__button--message {
  font-size: 1.8rem;
}

.common__button {
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(252, 104, 111)), to(rgba(255, 147, 76, 0.99608)));
  background-image: linear-gradient(90deg, rgb(252, 104, 111) 0%, rgba(255, 147, 76, 0.99608) 100%);
  /*ベンダープレフィックスなしの記述*/
  -webkit-box-shadow: 0px 5px 10px 0px rgba(4, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(4, 0, 0, 0.1);
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
.common__button:hover {
  opacity: 0.85;
}
.common__button:before {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  background: url(../images/common/common__button--icon-tri.png) no-repeat center left/cover;
  position: absolute;
  right: 10px;
  bottom: 40%;
}

section#instructor {
  margin-top: 98px;
  margin-bottom: 105px;
}
section#instructor .title_en {
  max-width: 599px;
  margin-right: auto;
}
section#instructor h2 {
  max-width: 800px;
  margin: 0 auto;
}
section#instructor ul.instructor_list {
  max-width: 820px;
  margin: 53px auto 0;
}
section#instructor li + li {
  margin-top: 40px;
}
section#instructor .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 2.5px 4.3px 10px 0 rgba(4, 0, 0, 0.1);
          box-shadow: 2.5px 4.3px 10px 0 rgba(4, 0, 0, 0.1);
  padding: 20px 36px 20px 50px;
  border-left: solid 10px #00a2e9;
}
section#instructor .item_head {
  max-width: 240px;
  width: 100%;
}
section#instructor .item_body {
  width: 100%;
  margin-left: 29px;
}
section#instructor p.catch {
  color: #00a2e9;
  font-size: 2.2rem;
}
section#instructor hr.border {
  border-top: solid 4px #00a2e9;
  margin-top: 14px;
}
section#instructor p.name {
  max-width: 345px;
  text-align: right;
  padding: 18px 0 29px;
  margin: 0 0 0 auto;
}
section#instructor span.company {
  display: block;
  font-size: 1.6rem;
  line-height: 2.125;
}
section#instructor span.name {
  display: block;
  font-size: 2.2rem;
  line-height: 1.5454545455;
}
section#instructor .profile_box {
  border: solid 1px #00a2e9;
  padding: 11px 21px 13px 19px;
}
section#instructor .profile_box p.profile_title {
  color: #00a2e9;
  font-size: 1.6rem;
  text-align: center;
}
section#instructor .profile_box p.profile_title span {
  display: inline-block;
}
section#instructor .profile_box p.profile_title span.arrow {
  width: 19px;
  height: 9px;
  margin-left: 22px;
  background: url(../images/down.png) no-repeat;
}
section#instructor .profile_box p.profile_title.open span.arrow {
  background: url(../images/up.png) no-repeat;
}
section#instructor .profile_box p.detail {
  display: none;
  margin-top: 36px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.8px;
}
section#instructor .detail_sub {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.8px;
}

section#timeTable {
  margin-top: 100px;
  padding-bottom: 81px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(1%, #fff), color-stop(1%, #e7f8ff), to(#e7f8ff));
  background: linear-gradient(180deg, #fff 0%, #fff 1%, #e7f8ff 1%, #e7f8ff 100%);
}
section#timeTable .title_en {
  max-width: 507px;
  margin-right: auto;
}
section#timeTable h2 {
  max-width: 800px;
  margin: 0 auto;
}
section#timeTable .message {
  max-width: 860px;
  margin: 47px 0 0 auto;
  padding-right: 30px;
}
section#timeTable li.timeTable_item {
  background: #fff;
  padding: 40px 40px 40px 30px;
  position: relative;
}
section#timeTable li.timeTable_item::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 31px;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/timeTable_arrow.png);
}
section#timeTable li.timeTable_item:last-child::after {
  display: none;
}
section#timeTable li.timeTable_item + li.timeTable_item {
  margin-top: 104px;
}
section#timeTable .seminar_box {
  border-left: 15px solid #00a2e9;
  padding: 15px;
}
section#timeTable .seminar_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
section#timeTable .number {
  max-width: 85px;
  width: 100%;
}
section#timeTable .detail {
  width: 100%;
  margin-left: 29px;
}
section#timeTable .line {
  width: 60px;
  margin-left: auto;
}
section#timeTable span.order {
  font-size: 2.2rem;
  color: #00a2e9;
  line-height: 2;
}
section#timeTable span.time {
  font-size: 2.6rem;
  color: #00a2e9;
  line-height: 1.6923076923;
}
section#timeTable span.detail_title {
  font-size: 2.2rem;
  line-height: 2;
}
section#timeTable .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 51px;
}
section#timeTable .flex_box p {
  font-size: 1.6rem;
  line-height: 1.8;
}
section#timeTable .item_head {
  width: 100%;
}
section#timeTable .item_body {
  max-width: 300px;
  width: 100%;
  margin-left: 61px;
}
section#timeTable .blue {
  color: #00a2e9;
}
section#timeTable .green {
  color: #639d44;
}
section#timeTable .text_company {
  margin-top: 30px;
}
section#timeTable .text_company span {
  display: block;
}
section#timeTable .text_feature span {
  display: block;
}
section#timeTable ul.feature_list li {
  margin-left: 15px;
  font-size: 1.6rem;
  list-style-type: disc;
  list-style-position: outside;
  line-height: 1.8;
}

section#faq {
  padding: 80px 0 101px 0;
}
section#faq .title_en {
  max-width: 161px;
  margin-right: auto;
}
section#faq h2 {
  max-width: 800px;
  margin: 0 auto;
}
section#faq dl {
  max-width: 799px;
  margin: 41px auto 0;
}
section#faq dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 15px 15px 27px;
  border-bottom: solid 2px #00a2e9;
}
section#faq dt span {
  display: block;
}
section#faq dd {
  padding: 33px 38px 28px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8f8f8;
  border-bottom: solid 2px #dc000c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section#faq dd span {
  display: inline-block;
}
section#faq span.q {
  max-width: 36px;
  width: 100%;
}
section#faq span.a {
  max-width: 39px;
  width: 100%;
}
section#faq span.faq_open {
  width: 31px;
  margin-left: auto;
}
section#faq span.q_text {
  margin-left: 24px;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.8px;
}
section#faq span.a_text {
  margin-left: 21px;
  font-size: 1.6rem;
  line-height: 1.7777777778;
  letter-spacing: 0.8px;
  width: 100%;
}

section#information .inner {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(4%, #fff), color-stop(4%, #e7f8ff), to(#e7f8ff));
  background: linear-gradient(180deg, #fff 0%, #fff 4%, #e7f8ff 4%, #e7f8ff 100%);
  padding-bottom: 61px;
}
section#information .title_en {
  max-width: 602px;
  margin-right: auto;
}
section#information h2 {
  max-width: 800px;
  margin: 0 auto;
}
section#information .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px 20px 37px;
  border-bottom: solid 1px #ccc;
}
section#information dl.info_list {
  max-width: 800px;
  margin: 19px auto 0;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 50px 30px;
}
section#information dl.info_list::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  top: 10px;
  right: -10px;
  background: #00a2e9;
}
section#information dl.info_list::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: -10px;
  left: 10px;
  background: #00a2e9;
}
section#information dt {
  max-width: 100px;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.8px;
  position: relative;
}
section#information dt::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: -29px;
  top: 10px;
  background: url(../images/info_slash.png) no-repeat;
}
section#information dd {
  width: 100%;
  margin-left: 34px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.8px;
}

section#movie {
  margin-top: 99px;
}
section#movie .inner {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(4%, #fff), color-stop(4%, #e7f8ff), to(#e7f8ff));
  background: linear-gradient(180deg, #fff 0%, #fff 4%, #e7f8ff 4%, #e7f8ff 100%);
  padding-bottom: 61px;
}
section#movie .title_en {
  max-width: 274px;
  margin-right: auto;
}
section#movie h2 {
  max-width: 800px;
  margin: 0 auto;
}
section#movie ul.movie_box {
  max-width: 992px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section#movie ul.movie_box2 {
  max-width: 992px;
  margin: 40px auto 0;
  text-align: center;
}
section#movie ul.movie_box2 li {
  margin: 0 auto;
}
section#movie li {
  margin-top: 60px;
  width: calc((100% - 90px) / 2);
}
section#movie li:nth-child(2n) {
  margin-left: 90px;
}
section#movie .item_head iframe {
  width: 100%;
  height: 250px;
}
section#movie .item_body {
  margin-top: 20px;
}
section#movie p.movie_title {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.8px;
  font-weight: bold;
  text-align: center;
}
section#movie p.intro {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.8px;
  font-weight: bold;
  text-align: center;
  color: #00a2e9;
}

section#entry {
  margin-top: 98px;
  padding-bottom: 60px;
}
section#entry .title_en {
  max-width: 548px;
  margin-right: auto;
}
section#entry h2 {
  max-width: 800px;
  margin: 0 auto;
}
section#entry .entry_box {
  max-width: 880px;
  margin: 142px auto 0;
  padding: 0 20px;
}

@media only screen and (min-width:641px) and (max-width:959px) {
  .inner {
    padding: 0 20px;
  }

  .mv__text-area {
    top: 47%;
  }

  .mv__text--background-blue {
    padding: 15px 17px 13px 14px;
    padding-top: min(1.3vw, 15px);
    padding-bottom: min(1.14vw, 13px);
  }

  .mv__text--background-blue span img {
    right: -70px;
  }

  .mv__white-area {
    margin-top: 8px;
  }

  .fv__last-message--pc {
    width: 65%;
  }

  section#target {
    margin-top: 60px;
  }
  section#target .blue-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 6px 20px;
    padding-left: 20px;
    width: 100%;
    background-color: #e7f8ff;
    border-radius: 40px;
  }
  section#target .blue-box:not(:first-of-type) {
    margin-top: 20px;
  }
  section#target .blue-box span {
    font-size: 16px;
  }
  section#target .blue-box span:nth-child(1) img {
    width: 25px;
  }
  section#target .blue-box span:nth-child(2) {
    margin-left: 20px;
  }

  section#outline {
    margin-bottom: 60px;
  }
  section#outline .title_en {
    max-width: 365px;
    margin-right: auto;
  }
  section#outline h2 {
    max-width: 800px;
  }
  section#outline .inner {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(4%, #fff), color-stop(4%, #e7f8ff), to(#e7f8ff));
    background: linear-gradient(180deg, #fff 0%, #fff 4%, #e7f8ff 4%, #e7f8ff 100%);
    padding: 0 0 45px 63px;
  }
  section#outline .flex_box {
    margin-top: 40px;
  }
  section#outline .text {
    max-width: 400px;
  }
  section#outline .picture {
    margin-left: 56px;
  }

  #common__area {
    padding: 48px 10px;
  }

  .common__summary--box {
    max-width: 882px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }

  .common__summary--card {
    width: 31.86%;
    max-width: 281px;
    padding: 43px 10px;
  }
  .common__summary--card p {
    font-weight: bold;
    font-size: 1.6rem;
  }
  .common__summary--card p:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 34px;
  }

  .common__detail--box {
    max-width: 1078px;
    margin: 0 auto;
    padding: 35px 0;
  }
  .common__detail--box::before {
    content: "";
    display: block;
    width: 7.76%;
    padding-top: 10.6%;
    position: absolute;
    top: 40%;
    left: 1%;
  }
  .common__detail--box::after {
    content: "";
    display: block;
    width: 7.76%;
    padding-top: 10.6%;
    position: absolute;
    bottom: 3%;
    right: 1%;
  }

  .common__detail--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .common__detail--icon {
    max-width: 80px;
    display: inline-block;
  }

  .common__detail--title {
    font-size: 2.5rem;
  }

  .common__button--content {
    text-align: center;
    margin-top: 10px;
  }

  .common__button--message {
    font-size: 1.4rem;
  }

  .common__button {
    font-size: 2rem;
    padding: 10px 30px;
  }
  .common__button:before {
    content: "";
    display: block;
    width: 15px;
    height: 7px;
    right: 10px;
    bottom: 40%;
  }

  section#timeTable .message {
    max-width: 90%;
    margin: 47px 0 0 auto;
    padding-right: 30px;
  }
  section#timeTable .number {
    max-width: 75px;
  }
  section#timeTable span.detail_title {
    font-size: 1.8rem;
    line-height: 1.2222222222;
  }
  section#timeTable .flex_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 51px;
  }
  section#timeTable .flex_box p {
    font-size: 1.6rem;
    line-height: 2;
  }
  section#timeTable .item_head {
    width: 100%;
  }
  section#timeTable .item_body {
    max-width: 200px;
    width: 100%;
    margin-left: 20px;
  }

  section#faq {
    padding: 60px 0 80px 0;
  }

  section#information dd {
    margin-left: 20px;
  }

  section#movie {
    margin-top: 60px;
  }
  section#movie li {
    margin-top: 60px;
    width: calc((100% - 60px) / 2);
  }
  section#movie li:nth-child(2n) {
    margin-left: 60px;
  }
  section#movie p.movie_title {
    text-align: left;
  }

  section#entry {
    margin-top: 60px;
  }
  section#entry .entry_box {
    max-width: 998px;
    margin: 80px auto 0;
  }
}
@media only screen and (max-width:640px) {
  .inner {
    padding: 0 20px;
  }

  #mv {
    margin-top: 57px;
  }

  .mv__text-area {
    top: initial;
    left: initial;
    -webkit-transform: initial;
            transform: initial;
    position: relative;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    background-image: url(../images/fv--sp.jpg);
    background-size: contain;
  }

  .mv__text-area-inner {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .mv__text {
    font-size: 14px;
    font-size: min(4vw, 14px);
  }

  .mv__text--color-red {
    padding-left: 10px;
    font-size: 14px;
    font-size: min(4vw, 13px);
  }

  .mv__text-content {
    display: block;
  }

  .mv__text--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
  .mv__text--left span {
    width: 100px;
    margin: 0 8px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .mv__text--h1 {
    font-size: 32px;
    font-size: min(7.7vw, 32px);
  }

  .mv__text--background-blue {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 10px 0;
    width: 100%;
    text-align: center;
  }

  .mv__text--background-blue span:first-of-type {
    font-size: 17px;
  }

  .mv__text--background-blue span:last-of-type {
    font-size: 15px;
  }

  .mv__text--background-blue span img {
    position: absolute;
    right: 20px;
    top: -90px;
    -webkit-transform: initial;
            transform: initial;
    width: 70px;
  }

  .mv__white-area {
    margin-top: 12px;
    padding: 18px 0 18px 11px;
    margin: 12px auto 0;
    width: 100%;
  }

  .mv__white-area-title {
    padding-bottom: 6px;
    margin-left: 8px;
    font-size: 15px;
  }

  .mv__white-area-title::before {
    height: 2px;
  }

  .mv__white-area::after {
    top: min(-3.77vw, 3px);
    right: min(0.94vw, -10px);
  }

  .mv__white-area::before {
    bottom: min(-3.77vw, 3px);
    left: min(0.94vw, -10px);
  }

  .mv__text--date {
    margin-top: 20px;
    text-align: center;
    width: 100%;
    font-size: 20px;
  }

  .mv__text--date span:first-of-type {
    font-size: 12px;
  }

  .mv__text--date span:last-of-type {
    font-size: 16px;
  }

  .mv__text--limit {
    font-size: 17px;
  }

  .mv__text--limit span {
    font-size: 20px;
  }

  section#target {
    margin-top: 40px;
    padding: 0;
  }
  section#target .bg {
    height: auto;
    background: url(../images/target_bg_sp.png)/cover;
  }
  section#target .flex_box {
    display: block;
  }
  section#target .box1 {
    max-width: 50%;
    margin: 0 auto;
  }
  section#target .box2 {
    margin-left: 0;
    margin-top: 34px;
    width: 100%;
  }
  section#target .blue-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 6px 20px;
    padding-left: 20px;
    width: 100%;
    background-color: #e7f8ff;
    border-radius: 40px;
  }
  section#target .blue-box:not(:first-of-type) {
    margin-top: 20px;
  }
  section#target .blue-box span {
    font-size: 16px;
  }
  section#target .blue-box span:nth-child(1) img {
    width: 25px;
  }
  section#target .blue-box span:nth-child(2) {
    margin-left: 20px;
  }

  section#outline {
    margin-top: 40px;
    margin-bottom: 0;
  }
  section#outline .title_en {
    max-width: 60%;
    margin-right: auto;
  }
  section#outline h2 {
    margin-bottom: 40px;
  }
  section#outline h2 span {
    font-size: 2rem;
  }
  section#outline .inner {
    padding: 0 20px;
  }
  section#outline .flex_box {
    margin-top: 40px;
    display: block;
  }
  section#outline .text {
    max-width: 607px;
    font-size: 1.6rem;
    letter-spacing: 0.8px;
  }
  section#outline .picture {
    margin-left: 0;
    margin-top: 20px;
  }

  #common__area {
    padding: 48px 10px;
  }

  .common__summary--box {
    max-width: 882px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }

  .common__summary--card {
    width: 100%;
    max-width: 100%;
    padding: 10px;
  }
  .common__summary--card p {
    font-weight: bold;
    font-size: 1.6rem;
  }
  .common__summary--card p:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 34px;
    right: auto;
    left: 10px;
    top: 25%;
  }

  .common__detail--box {
    max-width: 1078px;
    margin: 0 auto;
    padding: 35px 0;
  }
  .common__detail--box::before {
    content: "";
    display: block;
    width: 13.76%;
    padding-top: 18.6%;
    position: absolute;
    top: 42%;
    left: 1%;
  }
  .common__detail--box::after {
    content: "";
    display: block;
    width: 13.76%;
    padding-top: 18.6%;
    position: absolute;
    bottom: 3%;
    right: 1%;
  }

  .common__detail--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .common__detail--icon {
    max-width: 80px;
    display: inline-block;
  }

  .common__detail--title {
    font-size: 2.5rem;
  }

  .common__button--content {
    text-align: center;
    margin-top: 10px;
  }

  .common__button--message {
    font-size: 1.4rem;
  }

  .common__button {
    font-size: 2rem;
    padding: 10px 30px;
  }
  .common__button:before {
    content: "";
    display: block;
    width: 15px;
    height: 7px;
    right: 10px;
    bottom: 40%;
  }

  section#instructor {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  section#instructor .title_en {
    max-width: 70%;
  }
  section#instructor ul.instructor_list {
    margin: 30px auto 0;
  }
  section#instructor .flex_box {
    display: block;
    padding: 20px 30px 20px 30px;
  }
  section#instructor .item_body {
    margin-left: 0;
  }
  section#instructor p.catch {
    max-width: 100%;
    font-size: 2rem;
  }
  section#instructor p.name {
    max-width: 345px;
    text-align: right;
    padding: 14px 0 20px;
  }

  section#timeTable {
    margin-top: 40px;
    padding-bottom: 60px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(1%, #fff), color-stop(1%, #e7f8ff), to(#e7f8ff));
    background: linear-gradient(180deg, #fff 0%, #fff 1%, #e7f8ff 1%, #e7f8ff 100%);
  }
  section#timeTable .title_en {
    max-width: 507px;
    margin-right: auto;
  }
  section#timeTable h2 {
    max-width: 800px;
    margin: 0 auto;
  }
  section#timeTable .message {
    max-width: 860px;
    margin: 47px 0 0 auto;
    padding-right: 30px;
  }
  section#timeTable ul.timeTable_list {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  section#timeTable li.timeTable_item {
    background: #fff;
    padding: 10px;
    position: relative;
  }
  section#timeTable li.timeTable_item::after {
    height: 31px;
  }
  section#timeTable li.timeTable_item + li.timeTable_item {
    margin-top: 104px;
  }
  section#timeTable .seminar_box {
    border-left: 10px solid #00a2e9;
    padding: 0 0 0 15px;
  }
  section#timeTable .seminar_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
  }
  section#timeTable .accent {
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 30px;
  }
  section#timeTable .number {
    max-width: 40px;
    width: 100%;
  }
  section#timeTable .detail {
    width: 100%;
    margin-left: 12px;
  }
  section#timeTable .line {
    width: 60px;
    margin-left: auto;
  }
  section#timeTable span.order {
    font-size: 1.4rem;
  }
  section#timeTable span.time {
    font-size: 1.8rem;
  }
  section#timeTable span.detail_title {
    font-size: 1.4rem;
    line-height: 1;
  }
  section#timeTable .flex_box {
    display: block;
    margin-top: 40px;
  }
  section#timeTable .flex_box p {
    font-size: 1.6rem;
    line-height: 2;
  }
  section#timeTable .item_head {
    width: 100%;
  }
  section#timeTable .item_body {
    max-width: 200px;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  section#timeTable .text_company {
    margin-top: 30px;
  }
  section#timeTable .text_feature span {
    display: block;
  }

  section#faq {
    padding: 40px 0 60px 0;
  }
  section#faq .title_en {
    margin-right: auto;
    max-width: 100px;
  }
  section#faq h2 {
    max-width: 800px;
    margin: 0 auto;
  }
  section#faq dl {
    max-width: 799px;
    margin: 41px auto 0;
  }
  section#faq dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 12px 15px 5px;
  }
  section#faq dt span {
    display: block;
  }
  section#faq dd {
    padding: 18px 20px 20px 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section#faq dd span {
    display: inline-block;
  }
  section#faq span.q {
    max-width: 20px;
    width: 100%;
  }
  section#faq span.a {
    max-width: 23px;
    width: 100%;
  }
  section#faq span.faq_open {
    width: 31px;
    margin-left: auto;
  }
  section#faq span.q_text {
    margin-left: 16px;
    font-size: 1.6rem;
  }
  section#faq span.a_text {
    margin-left: 21px;
    font-size: 1.6rem;
  }

  section#information .inner {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(6%, #fff), color-stop(6%, #e7f8ff), to(#e7f8ff));
    background: linear-gradient(180deg, #fff 0%, #fff 6%, #e7f8ff 6%, #e7f8ff 100%);
    padding-bottom: 61px;
  }
  section#information .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
  }
  section#information dl.info_list {
    max-width: 800px;
    margin: 19px auto 0;
    position: relative;
    z-index: 1;
    padding: 30px 10px 30px 20px;
  }
  section#information dl.info_list::before {
    display: none;
  }
  section#information dl.info_list::after {
    display: none;
  }
  section#information dt {
    max-width: 80px;
  }
  section#information dt::after {
    left: -20px;
  }
  section#information dd {
    width: 100%;
    margin-left: 10px;
  }

  section#movie {
    margin-top: 40px;
  }
  section#movie .inner {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(4%, #fff), color-stop(4%, #e7f8ff), to(#e7f8ff));
    background: linear-gradient(180deg, #fff 0%, #fff 4%, #e7f8ff 4%, #e7f8ff 100%);
    padding-bottom: 61px;
  }
  section#movie .title_en {
    max-width: 160px;
  }
  section#movie ul.movie_box {
    max-width: 992px;
    margin: 40px auto 0;
    display: block;
  }
  section#movie li {
    margin-top: 60px;
    width: 100%;
  }
  section#movie li:nth-child(2n) {
    margin-left: 0;
  }
  section#movie .item_body {
    margin-top: 20px;
  }
  section#movie p.movie_title {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.8px;
    font-weight: bold;
    text-align: left;
  }
  section#movie p.intro {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.8px;
    font-weight: bold;
    text-align: left;
    color: #00a2e9;
  }

  section#entry {
    margin-top: 40px;
    padding-bottom: 60px;
  }
  section#entry .title_en {
    max-width: 260px;
  }
  section#entry .entry_box {
    margin: 40px auto 0;
  }
}
section#outline .title_en {
  max-width: 365px;
  margin-right: auto;
}
section#outline h2 {
  max-width: 800px;
}
section#outline .inner {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(4%, #fff), color-stop(4%, #e7f8ff), to(#e7f8ff));
  background: linear-gradient(180deg, #fff 0%, #fff 4%, #e7f8ff 4%, #e7f8ff 100%);
  padding: 0 0 45px 63px;
}
section#outline h2 {
  max-width: 950px;
}
section#outline .inner {
  position: relative;
}
section#outline .text {
  max-width: 607px;
  font-size: 1.6rem;
  letter-spacing: 0.8px;
  line-height: 2.5;
  margin-right: auto;
}
section#outline .picture {
  width: 47%;
  position: absolute;
  bottom: -15%;
  right: -200px;
}

@media only screen and (min-width:641px) and (max-width:959px) {
  #mv {
    margin-top: 60px;
  }

  section#outline .inner {
    padding: 0 20px;
    padding-bottom: 60px;
  }
  section#outline .text {
    max-width: 100%;
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.6rem;
    letter-spacing: 0.8px;
    line-height: 2.5;
    margin-right: auto;
  }
  section#outline .picture {
    display: none;
    width: 70%;
    position: static;
    margin-top: 30px;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width:640px) {
  * {
    line-height: 1.5;
  }

  section#outline .inner {
    padding: 0 20px;
    padding-bottom: 60px;
  }
  section#outline .text {
    max-width: 100%;
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.6rem;
    letter-spacing: 0.8px;
    margin-right: auto;
    margin-top: 20px;
  }
  section#outline .picture {
    display: none;
    width: 50%;
    position: static;
    bottom: 0;
    right: 0;
  }
}
#container.questionnaire {
  margin-top: 150px;
}
#container.questionnaire .inner {
  max-width: 1080px;
  margin: 0 auto;
}
#container.questionnaire .inner h2 {
  max-width: 1080px;
  font-weight: bold;
  font-size: 2.6rem;
  background: #48996b;
  color: #fff;
  padding: 15px 0 15px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#container.questionnaire .inner .box {
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#container.questionnaire .inner .box p {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
#container.questionnaire .inner .box p a {
  margin: 20px 0;
  display: block;
}
#container.questionnaire .inner .box .flex_box {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#container.questionnaire .inner .box .flex_box .download_item {
  max-width: 500px;
  width: calc((100% - 40px) / 2);
  margin-bottom: 40px;
}
#container.questionnaire .inner .box .flex_box .download_item:nth-child(2n) {
  margin-left: 40px;
}
#container.questionnaire .inner .box .flex_box .data_title {
  font-size: 15px;
  font-weight: bold;
}
#container.questionnaire .inner .box .flex_box .thumb .img_box {
  max-height: 280px;
  overflow-y: hidden;
}
#container.questionnaire .inner .box .flex_box .thumb img {
  width: 100%;
  max-height: 280px;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
}
#container.questionnaire .inner .box .flex_box .thumb img.fit-potision--center {
  -o-object-position: center;
     object-position: center;
}
#container.questionnaire .inner .box .flex_box a {
  border-radius: 5px;
  background: #09c;
  color: #fff;
  font-size: 16px;
  max-width: 200px;
  display: block;
  padding: 12px 0;
  text-align: center;
  margin: 10px auto 0;
  text-decoration: none;
}
#container.questionnaire .inner .box .flex_box a:hover {
  opacity: 0.8;
}
#container.questionnaire .inner .box .flex_box a:before {
  width: 18px;
  height: 18px;
  margin-right: 7px;
  content: "";
  background: url(../images/pdf/download_icon.png) no-repeat;
  background-size: contain;
  display: inline-block;
}
#container.questionnaire .inner .attention {
  font-weight: bold;
  color: red;
  font-size: 1.7rem;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#page_links {
  margin-bottom: 30px;
}
#page_links .inner {
  max-width: 1366px;
}
#page_links p.page_description {
  text-align: center;
}
#page_links p.page_description span {
  display: inline-block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
  color: #045699;
  font-size: 2.6rem;
  letter-spacing: 2.3px;
  line-height: 1.6153846154;
}
#page_links ul.gallery {
  margin: 0 auto 0;
  overflow-x: hidden;
}
#page_links ul.gallery li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page_links ul.gallery li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#page_links ul.gallery li:nth-child(even) .item_body {
  padding: 60px 20px;
}
#page_links ul.gallery li:nth-child(odd) .item_body {
  padding: 60px 20px;
}
#page_links ul.gallery .item_head,
#page_links ul.gallery .item_body {
  width: 50%;
}
#page_links ul.gallery .item_head img,
#page_links ul.gallery .item_body img {
  width: 100%;
  bottom: 0;
  vertical-align: bottom;
}
#page_links ul.gallery .item_body {
  color: #fff;
  font-family: kozuka-gothic-pr6n, sans-serif;
  background: -webkit-gradient(linear, left bottom, left top, from(#0b78d2), to(#0665b3));
  background: linear-gradient(to top, #0b78d2, #0665b3);
}
#page_links ul.gallery p.name {
  font-size: 2.6rem;
  letter-spacing: 1.3px;
}
#page_links ul.gallery p.section_description {
  font-size: 1.4rem;
  letter-spacing: 0.7px;
}
#page_links ul.gallery .example {
  margin-top: 30px;
}
#page_links ul.gallery .example span {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.8px;
}

.util_btn {
  margin-top: 50px;
  display: block;
  max-width: 280px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #f0da5b;
  border-radius: 3px;
  color: #4f4f61;
  font-size: 1.6rem;
  letter-spacing: 0.8px;
  position: relative;
}
.util_btn::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  bottom: 10px;
  right: 9px;
  background-image: url(../images/pdf/triangle.png);
}

@media only screen and (min-width:641px) and (max-width:959px) {
  #container.questionnaire .inner h2 {
    font-weight: bold;
    font-size: 2.5rem;
    background: #48996b;
    color: #fff;
    padding: 15px 0 15px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #container.questionnaire .inner .box .flex_box .thumb .img_box {
    max-height: 200px;
  }
  #container.questionnaire #page_links {
    margin-top: 60px;
  }
  #container.questionnaire #page_links .inner {
    padding: 0;
  }
  #container.questionnaire #page_links ul.gallery {
    margin: 60px auto 0;
  }
  #container.questionnaire #page_links ul.gallery li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #container.questionnaire #page_links ul.gallery li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #container.questionnaire #page_links ul.gallery li:nth-child(even) .item_body {
    padding: 30px;
  }
  #container.questionnaire #page_links ul.gallery li:nth-child(odd) .item_body {
    padding: 30px;
  }
  #container.questionnaire #page_links ul.gallery p.name {
    font-size: 2.4rem;
  }
  #container.questionnaire #page_links ul.gallery .example {
    margin-top: 20px;
  }
}
@media only screen and (max-width:640px) {
  #container.questionnaire {
    margin-top: 100px;
  }
  #container.questionnaire .inner h2 {
    font-size: 2rem;
    padding: 10px 0 10px 10px;
  }
  #container.questionnaire .inner .box {
    padding: 15px 10px;
  }
  #container.questionnaire .inner .box .flex_box {
    display: block;
    margin-top: 30px;
  }
  #container.questionnaire .inner .box .flex_box .download_item {
    width: 100%;
    margin-top: 40px;
  }
  #container.questionnaire .inner .box .flex_box .download_item:nth-child(2n) {
    margin-left: 0;
  }
  #container.questionnaire #page_links {
    margin-top: 40px;
  }
  #container.questionnaire #page_links p.page_description span {
    font-size: 1.8rem;
  }
  #container.questionnaire #page_links ul.gallery li {
    display: block;
    margin-top: 40px;
  }
  #container.questionnaire #page_links ul.gallery li:nth-child(odd) .item_body {
    padding: 20px;
  }
  #container.questionnaire #page_links ul.gallery li:nth-child(even) .item_body {
    padding: 20px;
  }
  #container.questionnaire #page_links ul.gallery .item_head,
#container.questionnaire #page_links ul.gallery .item_body {
    width: 100%;
  }
  #container.questionnaire #page_links ul.gallery .item_head img,
#container.questionnaire #page_links ul.gallery .item_body img {
    height: auto;
    width: 100%;
  }
  #container.questionnaire #page_links ul.gallery p.name {
    font-size: 2rem;
  }
}