@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
fieldset,
input,
abbr,
article,
aside,
command,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
meter,
nav,
output,
progress,
section,
summary,
time {
  margin: 0;
  padding: 0;
}

pre,
code,
address,
caption,
cite,
code,
em,
th,
figcaption {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
}

fieldset,
iframe {
  border: none;
}

caption,
th {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
  display: block;
}

strong {
  font-weight: 700;
}

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

:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

[lazy=bg-img-loaded] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

html {
  --font-medium: 20px;
  --font-big: 30px;
}

.nowrap {
  display: inline-block;
  white-space: nowrap;
  word-break: keep-all;
}

.more {
  max-width: 300px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  padding: 10px 30px;
  text-align: center;
  margin-top: 20px;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 16px;
  font-weight: 500;
}
.more.keybg {
  background-color: #38a1db;
  color: #fff;
  border: 1px solid #38a1db;
}
@media (min-width: 1000px) {
  .more.keybg:hover {
    background-color: transparent;
    color: #38a1db;
  }
}
.more.hasborder {
  border: 1px solid #fff;
}
@media (min-width: 1000px) {
  .more.hasborder:hover {
    border-color: #38a1db;
    background-color: #38a1db;
  }
}
.more svg {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.more a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  z-index: 2;
}

body {
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
  color: #4c4c4c;
  font-family: "Noto Sans JP", "Roboto", "-apple-system", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
}

.inner {
  max-width: 1400px;
  margin: auto;
  width: 93vw;
}

.sec_title {
  color: #38a1db;
  font-size: var(--font-medium);
  margin-bottom: 2em;
  line-height: 1.2;
  position: relative;
}
.sec_title:before {
  height: 3px;
  content: "";
  width: 4em;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #bfe8ff;
}
.sec_title:after {
  position: relative;
  z-index: 2;
  content: "";
  display: block;
  height: 3px;
  width: 1.5em;
  background-color: #38a1db;
  margin-top: 18px;
}
.sec_title h3 {
  text-transform: uppercase;
  font-size: 1em;
  font-family: "Roboto", sans-serif;
}
.sec_title h2 {
  font-size: 2.1em;
  margin-top: 10px;
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.hero {
  position: relative;
  color: #fff;
}
.hero .caution-text {
  display: block;
  margin-top: 30px;
  font-size: 16px;
}
.hero .caution-text a {
  color: #38a1db;
}

.hero .caution-text span{
	display:inline;
	color: #38a1db;
	text-decoration:underline;
	cursor:pointer;
}

.hero .caution-text span:hover{
	text-decoration:none;
}

.hidden-item {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.65);
  padding: 40px;
  z-index: 100;
}

.hidden-item .content-main {
  position: absolute;
  width: calc(100% - 40px);
  max-width: 1280px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px 2px #222;
          box-shadow: 0 0 15px 2px #222;
}

/* @media (max-width: 1300px) {
  .hidden-item .content-main .box{
    max-height: 650px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
} */

.hidden-item .content-main .close {
  position: absolute;
  right:0;
  top: -40px;
  z-index: 20;
}

.hidden-item .content-main .close svg {
  width: 40px;
  height: 40px;
  fill: #fff;
  cursor: pointer;
}

/* @media (max-width: 950px) {
  .hidden-item .content-main .box{
    overflow: scroll;
    max-height: 355px;
  }
} */

.hidden-item.open {
  display: block;
}

.hidden-item video {
  max-width: 1280px;
  margin: 0 auto -7px;
  width: 100%;
}
@media (min-width: 1000px) {
  .hero .caution-text a:hover {
    text-decoration: none;
  }
}
.hero .logo {
  width: 200px;
  padding: 25px 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 12;
  background-color: #fff;
}
.hero .slogan {
  width: 41.5%;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero h2 {
  font-size: var(--font-big);
  line-height: 1.4;
}
.hero h1 {
  font-size: 60px;
  line-height: 1.4;
  margin: 15px 0 20px;
}
/* .hero p {
  font-size: var(--font-medium);
  line-height: 1.8;
} */
.hero p strong.black {
  font-weight: 900;
}
.hero .more {
  margin-top: 35px;
}

@-webkit-keyframes moving {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes moving {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.concept {
  margin: 100px 0;
  position: relative;
  overflow: hidden;
}
.concept .cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.concept .slogan {
  height: 100%;
  padding-right: 20px;
}
.concept .slogan img {
  width: auto;
  height: 100%;
}
.concept .wrapper {
  width: 1100px;
  position: relative;
  padding: 110px;
  margin: auto;
}
.concept p {
  line-height: 2;
  font-size: var(--font-medium);
}
.concept .ttl {
  color: #38a1db;
  font-size: 42px;
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.concept .pic-left {
  width: calc((100vw - 1100px) / 2);
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  height: calc(100% - 80px);
  top: 0;
  background-position: right center;
}
.concept .pic-right {
  right: 0;
  position: absolute;
  bottom: 0;
  background-position: center;
  width: 18.75vw;
  aspect-ratio: 360/500;
  bottom: 110px;
}
@media (max-width: 1200px) {
  .concept .pic-right {
    bottom: 90px;
  }
}

.theme .des {
  font-size: var(--font-medium);
}
.theme .items {
  margin-top: 60px;
}
.theme .theme_order {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 85px;
}
.theme .item {
  position: relative;
  margin-bottom: 60px;
}
.theme .item .inner {
  height: 500px;
  position: relative;
}
.theme .item:last-child {
  margin-bottom: 0;
}
.theme .item:nth-child(even) .theme_order {
  left: 0;
}
.theme .item:nth-child(even) .pic {
  right: 50%;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.theme .item:nth-child(even) .cnt {
  padding-right: 60px;
}
.theme .item:nth-child(odd) .theme_order {
  right: 0;
}
.theme .item:nth-child(odd) .cnt {
  margin-left: auto;
  padding-left: 60px;
}
.theme .item:nth-child(odd) .pic {
  left: 50%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.theme .order {
  color: #38a1db;
  font-size: 22px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme .order:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #38a1db;
  margin-left: 15px;
}
.theme .cnt {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme .cnt h3 {
  font-size: var(--font-big);
}
.theme .pic {
  width: 50%;
  position: absolute;
  height: 100%;
  top: 0;
}
.theme .checked h4 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 5px;
  line-height: 1.3;
}
.theme .checked small {
  color: #808080;
}
.theme .checked li {
  position: relative;
  padding-left: 1.5em;
}
.theme .checked li::before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  left: 0;
  top: 3px;
  background: url(../../img/nof/square-check-solid.svg) center/contain no-repeat;
}
.theme .normal {
  margin-top: 15px;
}
.theme .normal li {
  position: relative;
  padding-left: 15px;
}
.theme .normal li:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 100%;
  background-color: #4c4c4c;
}
.theme .bottom {
  margin-top: 50px;
}
.theme .bottom h3 {
  font-size: var(--font-big);
}
@media (max-width: 767px) {
  .theme .bottom h3 {
    font-size: 20px;
  }
}
.theme .bottom .txt {
  font-size: 24px;
  font-weight: 500;
  margin-top: 0.8em;
  line-height: 1.3;
}
@media (max-width: 1001px) {
  .theme .bottom .txt {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .theme .bottom .txt {
    font-size: 18px;
  }
}

.target {
  padding: 80px 0;
}
.target .figs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-right: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
.target .fig {
  width: 33.3333333333%;
  text-align: center;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.target figure {
  padding: 10% 0;
}
.target img {
  width: 60%;
  max-width: 165px;
  margin: auto;
}
.target h3 {
  font-weight: 500;
  font-size: var(--font-medium);
  margin-top: 12px;
}

.merit {
  background-color: #f0f9ff;
  padding: 80px 0;
}
.merit .sec_title::before {
  background-color: #fff;
}
.merit .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
}
.merit .item {
  width: 25%;
  padding-left: 40px;
}
.merit .item h3 {
  font-size: var(--font-medium);
  margin: 15px 0 6px;
}

.schedule {
  padding: 80px 0;
}
.schedule .table-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  --dd-width: 380px;
}
@media (max-width: 1100px) {
  .schedule .table-box {
    --dd-width: 360px;
  }
}
.schedule .table {
  position: relative;
}
.schedule .table:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  top: 0;
  bottom: 0;
  background-color: #e6e6e6;
  left: var(--dd-width);
}
.schedule dl {
  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;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.schedule dd {
  font-weight: 500;
  font-size: 18px;
  text-align: right;
  font-weight: 500;
  padding: 18px 25px 15px 0;
  position: relative;
  width: var(--dd-width);
  min-width: var(--dd-width);
}
.schedule dd::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #38a1db;
  right: 0;
  top: 50%;
  -webkit-transform: translate(7px, -50%);
      -ms-transform: translate(7px, -50%);
          transform: translate(7px, -50%);
  display: block;
  position: absolute;
}
@media (max-width: 767px) {
  .schedule dd {
    min-width: 0;
    max-width: 100%;
  }
}
.schedule dt {
  padding: 15px 0 15px 25px;
  font-weight: 700;
  font-size: var(--font-medium);
  width: calc(100% - var(--dd-width));
}
.schedule dt p {
  font-size: 14px;
  color: #808080;
  font-weight: 400;
}

.video {
  padding: 70px 0;
}
.video video {
  width: 100%;
  display: block;
}

.explanation {
  padding: 100px 0;
  background: url(../../img/nof/meeting.webp) 80% center/cover no-repeat;
}
.explanation .more {
  background-color: #fff;
  color: #38a1db;
  font-weight: 500;
  border: 1px solid #fff;
}
@media (min-width: 1000px) {
  .explanation .more:hover {
    background-color: transparent;
    color: #fff;
  }
}
.explanation .sec_title {
  color: #fff;
  margin-bottom: 20px;
}
.explanation .sec_title:before, .explanation .sec_title:after {
  content: none;
}
.explanation .wrapper {
  width: 50%;
  background-color: #38a1db;
  color: #fff;
  padding: 40px 50px;
  border-radius: 10px;
}
.explanation .wrapper h4 {
  font-size: var(--font-medium);
}
.explanation .wrapper strong {
  display: block;
  margin-top: 6px;
}

.critieria {
  background-color: #f0f9ff;
  padding: 80px 0;
  font-size: 18px;
}
.critieria .sec_title::before {
  background-color: #fff;
}
.critieria ul {
  font-size: 16px;
  margin: 10px 0;
}
.critieria li {
  position: relative;
  padding-left: 25px;
}
.critieria li:before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  left: 0;
  top: 4px;
  background: url(../../img/nof/square-check-solid.svg) center/contain no-repeat;
}
@media (max-width: 767px) {
  .critieria li br {
    display: none;
  }
}
.critieria .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  height: 350px;
  margin-bottom: 50px;
}
.critieria .item:last-child {
  margin-bottom: 0;
}
.critieria .item h3 {
  font-size: var(--font-big);
}
.critieria .pic {
  width: 38%;
}
.critieria .cnt {
  width: 62%;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.message {
  font-size: var(--font-medium);
  margin-bottom: 100px;
}
.message .pic {
  background-position: 50% 15%;
}
.message .wrapper {
  width: 50%;
  position: relative;
  padding-right: 95px;
  padding-top: 100px;
  padding-bottom: 50px;
}
.message p {
  margin-bottom: 0.75em;
  line-height: 2;
}
.message .pic {
  position: absolute;
  width: 50vw;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.faq {
  background-color: #f0f9ff;
  padding: 80px 0;
}
.faq .sec_title {
  text-align: center;
}
.faq .sec_title:before, .faq .sec_title::after {
  content: none;
}
.faq .items {
  max-width: 1000px;
  margin: auto;
}
.faq dl {
  margin-bottom: 35px;
}
.faq dl:last-child {
  margin-bottom: 0;
}
.faq dt {
  background-color: #38a1db;
  color: #fff;
  font-size: 24px;
  padding: 18px 40px 18px 20px;
  cursor: pointer;
  position: relative;
  font-weight: 700;
}
.faq dt.show:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq dt::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 22px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: url(../../img/nof/arrow-down.png) center/contain no-repeat;
}
.faq dt span {
  position: relative;
  display: block;
  padding-left: 40px;
}
.faq dt span:before {
  content: "Q.";
  display: block;
  position: absolute;
  left: 0;
  font-size: var(--font-big);
  font-weight: 700;
  line-height: 1;
  top: 2px;
  font-family: "Roboto", sans-serif;
}
.faq dd {
  background-color: #fff;
  font-size: var(--font-medium);
  padding: 18px 20px;
  display: none;
}
.faq dd a {
  color: #38a1db;
  text-decoration: underline;
  display: inline;
  word-break: break-all;
}
@media (min-width: 1000px) {
  .faq dd a:hover {
    text-decoration: none;
  }
}
.faq dd span {
  position: relative;
  display: block;
  padding-left: 40px;
}
.faq dd span:before {
  content: "A.";
  display: block;
  position: absolute;
  left: 0;
  font-size: var(--font-big);
  font-weight: 700;
  line-height: 1;
  top: 1px;
  font-family: "Roboto", sans-serif;
}

.banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.banners .sec_title {
  color: #fff;
}
.banners .sec_title:before, .banners .sec_title:after {
  content: none;
}
.banners .note {
  display: block;
  margin-top: 2em;
  padding: 0 20px;
}
.banners .note a {
  display: inline-block;
  color: #38a1db;
}
@media (min-width: 1000px) {
  .banners .note a:hover {
    text-decoration: none;
  }
}
.banners .more {
  margin: 35px auto 0;
}
.banners .banner {
  width: 50%;
  color: #fff;
  position: relative;
  text-align: center;
  padding: 80px 0;
}
.banners .banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
}
.banners .banner > * {
  position: relative;
  z-index: 2;
}
.banners .banner p {
  font-size: var(--font-medium);
}

.banners .banner .note{
  font-size: smaller;
}

.banners .banner:nth-child(2):before {
  background-color: rgba(0, 0, 0, 0.5);
}
.banners .txt {
  padding: 0 20px;
  line-height: 2;
}
.banners .cnt_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.banners .cnt_ul li {
  position: relative;
  margin: 0 10px;
}
.banners .cnt_ul li:first-child a {
  pointer-events: none;
}
.banners .cnt_ul a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}

.copyright {
  text-align: center;
  padding: 20px 15px;
}

.gotop {
  position: fixed;
  bottom: 170px;
  right: 50px;
  z-index: 99;
  opacity: 0;
  cursor: pointer;
  color: #38a1db;
  opacity: 1;
}
.gotop svg {
  width: 1em;
  height: 1em;
  font-size: 40px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (max-width: 1921px) {
  .schedule dd {
    padding: 15px 25px 15px 0;
  }
  html {
    --font-medium: 18px;
    --font-big: 26px;
  }
  .hero h1 {
    font-size: 56px;
  }
}
@media (max-width: 1700px) {
  .hero h1 {
    font-size: 3vw;
  }
  .concept .pic-left {
    width: calc((100vw - 850px) / 2);
  }
  .concept .pic-right {
    width: calc((100vw - 850px) / 2);
    height: calc(100% - 160px);
  }
  .concept .wrapper {
    width: 850px;
    padding: 110px 70px;
  }
}
@media (max-width: 1500px) {
  .hero h1 {
    font-size: 2vw;
	margin:5px auto 10px;
  }
  .hero .slogan {
    padding: 0 20px;
  }
}
@media (max-width: 1400px) {
  .hero h2 {
    font-size: 20px;
  }
  .hero p,.hero .caution-text {
    font-size: 14px;
  }
  .hero small {
    font-size: smaller;
  }
  .explanation {
    padding: 80px 0;
  }
  .message .wrapper {
    padding-right: 30px;
  }
  .schedule dd {
    padding: 11px 25px 11px 0;
  }
  .critieria {
    font-size: 16px;
  }
  body {
    font-size: 14px;
  }
  html {
    --font-big: 24px;
  }
  .concept {
    margin: 80px 0;
  }
  .theme .item:nth-child(odd) .cnt {
    padding-left: 35px;
  }
  .theme .item:nth-child(even) .cnt {
    padding-right: 35px;
  }
  .theme .normal li:before {
    top: 7px;
  }
}
@media (max-width: 1200px) {
  .message .wrapper {
    padding-top: 80px;
  }
  .explanation .wrapper {
    padding: 40px 30px;
  }
  .faq dt {
    font-size: 20px;
  }
  .merit .items {
    margin-left: -20px;
  }
  .merit .item {
    padding-left: 20px;
  }
  .hero .logo {
    width: 180px;
    padding: 18px 15px;
  }
  .hero .slogan {
    padding: 50px 25px 0 25px;
  }
  .concept .ttl {
    font-size: 36px;
  }
  .concept .pic-left {
    width: calc((100vw - 680px) / 2);
  }
  .concept .pic-right {
    width: calc((100vw - 680px) / 2);
  }
  .concept .wrapper {
    width: 680px;
    padding: 90px 0;
  }
}
@media (max-width: 1100px) {
  .hero p br {
    display: none;
  }
  .hero h2 {
    font-size: 16px;
  }
  .hero h1 {
    font-size: 1.8vw;
  }
  .hero .more {
    margin-top: 15px;
  }
  .hero .caution-text {
    margin-top: 15px;
  }
}
@media (max-width: 1001px) {
  .gotop {
    right: 18px;
    bottom: 50px;
  }
  .gotop svg {
    font-size: 32px;
  }
  .message {
    font-size: 14px;
  }
  .concept {
    margin: 60px 0;
  }
  .concept p {
    font-size: 16px;
  }
  .concept .pic-right,
  .concept .pic-left {
    display: none;
  }
  .concept .wrapper {
    padding: 0;
    width: 100%;
  }
  .concept .cnt {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .banners .banner {
    padding: 60px 0;
  }
  .message .wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .sec_title h2 {
    font-size: 1.8em;
  }
  .critieria .cnt {
    padding: 0 20px;
  }
  .critieria .item {
    height: 390px;
  }
  .theme .theme_order {
    display: none;
  }
  .theme .item {
    margin-bottom: 35px;
  }
  .theme .item .inner {
    height: auto;
  }
  .theme .order {
    font-size: 18px;
  }
  .theme .cnt {
    width: 100%;
    padding: 0 !important;
  }
  .theme .pic {
    position: static;
    width: 100%;
    padding-top: 68%;
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important;
    margin-bottom: 20px;
  }
  .merit {
    padding: 80px 0 60px;
  }
  .merit .item {
    width: 50%;
    margin-bottom: 25px;
  }
  .merit .item:last-child {
    margin-bottom: 0;
  }
  html {
    --font-big: 22px;
  }
  .theme .item:nth-child(odd) .cnt {
    padding-left: 25px;
  }
  .theme .item:nth-child(even) .cnt {
    padding-right: 25px;
  }
  .theme .checked h4 {
    font-size: 20px;
  }
  .hero {
    height: 100vh;
    position: relative;
    overflow: hidden;
    min-height: 600px;
    max-height: 700px;
  }
  .hero picture img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .hero .slogan {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .hero .slogan h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .more {
    font-size: 16px;
  }
  .hero p {
    font-size: 15px;
  }
  .inner {
    width: 100%;
    padding: 0 20px;
  }
  .theme .des {
    font-size: 17px;
  }
  .theme .des br {
    display: none;
  }
  .theme .checked h4 {
    font-size: 18px;
  }
  .theme .cnt h3 {
    font-size: 20px;
  }
  .theme .items {
    margin-top: 40px;
  }
  .critieria {
    padding: 60px 0;
  }
  .merit {
    padding: 60px 0;
  }
  .sec_title h2 {
    font-size: 1.55em;
  }
  .concept .ttl {
    font-size: 28px;
  }
  .banners .banner {
    width: 100%;
  }
  .banners .banner:first-child {
    margin-bottom: 10px;
  }
  .banners .banner p {
    font-size: 14px;
  }
  .banners .cnt_ul {
    font-size: 16px;
  }
  .banners .cnt_ul li:first-child a {
    pointer-events: auto;
  }
  .faq {
    padding: 60px 0;
  }
  .faq dl {
    margin-bottom: 25px;
  }
  .faq dt {
    font-size: 16px;
    padding: 15px 30px 15px 12px;
  }
  .faq dt span {
    padding-left: 30px;
  }
  .faq dt:before {
    top: 16px;
    width: 24px;
    height: 24px;
    right: 10px;
  }
  .faq dd {
    font-size: 15px;
  }
  .faq dd span {
    padding-left: 30px;
  }
  .message {
    margin-bottom: 60px;
  }
  .message .wrapper {
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }
  .message .pic {
    width: 100%;
    position: static;
    padding-top: 90%;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    margin-bottom: 20px;
  }
  .explanation {
    padding: 60px 0;
  }
  .explanation .wrapper {
    padding: 30px 20px;
  }
  .explanation .wrapper {
    width: 100%;
    background-color: rgba(56, 161, 219, 0.85);
  }
  .critieria .item {
    height: auto;
    margin-bottom: 30px;
  }
  .critieria .pic {
    width: 100%;
    padding-top: 60%;
  }
  .critieria .cnt {
    width: 100%;
    padding: 20px;
  }
  .schedule {
    padding: 60px 0;
  }
  .schedule .table {
    padding-left: 20px;
  }
  .schedule .table:before {
    left: 0;
  }
  .schedule dd {
    width: 100%;
    text-align: left;
    padding: 0;
    font-size: 15px;
    margin-bottom: 8px;
  }
  .schedule dd:before {
    left: 0;
    right: auto;
    -webkit-transform: translate(-25px, -50%);
        -ms-transform: translate(-25px, -50%);
            transform: translate(-25px, -50%);
  }
  .schedule dl {
    margin: 13px 0;
  }
  .schedule dt {
    width: 100%;
    padding: 0;
  }
  .merit .item {
    width: 100%;
  }
  .target {
    padding: 50px 0 60px;
  }
  .target h3 {
    font-size: 13px;
  }
  .target .fig {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 700px) {
  .concept p {
    margin: 10px 0;
  }
  .concept p br {
    display: none;
  }
  .concept span.nowrap {
    white-space: inherit;
    word-break: break-all;
    display: inline;
  }
  .hero .slogan h2 {
    font-size: 4.5vw;
  }
  .hero .slogan h1 {
    font-size: 7.5vw;
  }
}

.movie-add{
	margin:60px auto;
}

@media (max-width: 767px) {
	.movie-add{
		margin:40px auto;
	}
}


.movie-add video{
	width:100%;
}