@charset "UTF-8";
/*-------------------------------

	Reset

-------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

/*-------------------------------

	Foundation

-------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #555555;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
}

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

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

a {
  transition: all 0.3s;
}

*:focus {
  outline: none;
}

p {
  line-height: 2;
}

h5, h4, h3, h2, h1 {
  font-weight: 700;
}

h1 {
  font-size: 3.2rem;
  line-height: 1.34;
  letter-spacing: 0.05em;
}

h2 {
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

h3 {
  font-size: 2rem;
  line-height: 1.6;
}

h4 {
  font-size: 1.8rem;
  line-height: 1.5;
}

h5 {
  font-size: 1.5rem;
}

time {
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

main {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*-------------------------------

	Layout

-------------------------------*/
/*
* wrapper
*/

.l-page {
  margin-left: 22px;
  margin-right: 22px;
}

.l-gnav {
  position: fixed;
  top: 5.4rem;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  display: block;
  transition: all 0.5s;
}
.l-gnav.open {
  z-index: 1;
}

.l-gnav__inner {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: top 0.5s;
}
.open .l-gnav__inner {
  top: 0;
}

/*
* inner
*/
.l-short {
  margin-left: 22px;
  margin-right: 22px;
}

.l-wide {
  margin-left: 22px;
  margin-right: 22px;
}

/*-------------------------------

	Object

-------------------------------*/
/*---------- Component ----------*/
.p-movie {
  position: relative;
  width: 100%;
  padding: 56.2719812427% 0 0;
}
.p-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*---------- Project ----------*/
.idx01 {
  background-color: #94daff;
  background-image: url(../images/idx01_bg01_xs.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.idx01__outline {
  padding: 3rem 4%;
  display: flex;
  flex-flow: column;
}
.idx01__link {
  text-align: center;
}
.idx01__link img {
  height: 6rem;
}
.idx01__ttl {
  margin-top: 2rem;
}
.idx01__ttl img {
  width: 100%;
}

.main {
  background-image: url(../images/bg02_xs.png), url(../images/bg01_xs.png);
  background-position: 100% 100%, 50% 90%;
  background-repeat: no-repeat;
  background-size: 100%, cover;
  padding-bottom: 14rem;
}
.main__outline {
  margin: 0 4%;
  padding: 2rem 4% 2rem;
  background-color: #fff;
}
.main__ttl {
  font-weight: 600;
  text-align: center;
  color: #0068b7;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.main__ttl::before, .main__ttl::after {
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.4rem;
  height: 1.8rem;
  display: block;
  content: "";
}
.main__ttl::before {
  background-image: url(../images/tit_ico_bfr.png);
  margin-right: 1.2rem;
}
.main__ttl::after {
  background-image: url(../images/tit_ico_aft.png);
  margin-left: 1.2rem;
}

.idx02__txt p {
  font-size: 1.2rem;
  line-height: 1.6667;
  text-indent: 1em;
  font-weight: 500;
}
.idx02__txt2 {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 1rem;
  font-weight: 600;
}
.idx02__note {
  background-color: #e5f5ec;
  padding: 1rem;
  margin-top: 1rem;
}
.idx02__note__txt {
  line-height: 1.75;
  font-weight: 400;
  font-size: 1rem;
}
.idx02__note__link {
  line-height: 1.5;
  margin-top: 1.5rem;
  text-align: center;
}
.idx02__note__link a {
  text-decoration: underline;
  font-weight: 600;
  font-size: 1.2rem;
  color: #0068b7;
}
.idx02__note__link a:hover {
  text-decoration: none;
}
.idx02__btn {
  text-align: center;
  margin-top: 2rem;
}
.idx02__btn a img {
  height: 5rem;
  transition: all 0.3s;
}
.idx02__btn a:hover img {
  opacity: 0.7;
}
.idx02__movie {
  position: relative;
  margin-top: 2rem;
  border: 1px solid #ccc;
}
.idx02__movie video {
  display: block;
  cursor: pointer;
  width: 100%;
}
.idx02__movie__btn {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
  /*コントローラー分下部に余白を*/
  cursor: pointer;
  z-index: 2;
  /*ボタンが前面になるようにする*/
}
.idx02__youtube {
  position: relative;
  margin-top: 2rem;
  border: 1px solid #ccc;
  width: 100%;
  padding: 56.2719812427% 0 0;
}
.idx02__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.idx03 {
  margin-top: 4.3rem;
}
.idx03__sttl {
  background-color: #0068b7;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 0.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.idx03__sttl:first-of-type {
  margin-top: 0;
}
.idx03__txt {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.64285714;
  text-align: center;
}
.idx03__table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #888888;
}
.idx03__table th,
.idx03__table td {
  border-right: 1px solid #888888;
  border-bottom: 1px solid #888888;
  font-size: 1rem;
  padding: 0.8rem 0.5rem;
  line-height: 1.25;
  font-weight: 400;
}
.idx03__table th {
  text-align: center;
}
.idx03__table td:last-of-type {
  border-right: none;
}
.idx03__table tr.cl__b {
  background-color: #ebf5ff;
}
.idx03__link {
  background-color: #fffccc;
  padding: 1rem 1rem 1rem 3rem;
}
.idx03__link ul li {
  color: #0068b7;
  margin-top: 1.5rem;
  position: relative;
  padding-left: 1rem;
}
.idx03__link ul li::before {
  position: absolute;
  top: 0.5rem;
  left: -1rem;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border-radius: 100%;
  background: #0068b7;
}
.idx03__link ul li:first-of-type {
  margin-top: 0;
}
.idx03__link ul li a {
  color: #0068b7;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2857;
}
.idx03__link ul li a:hover {
  text-decoration: underline;
}
.idx03__att {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.5rem;
}
.idx03__box {
  border: 1px solid #888888;
  padding: 3rem 1.5rem 3.5rem;
}
.idx03__box__ttl {
  font-size: 1.6rem;
  line-height: 1.25;
  color: #0068B7;
  font-weight: 600;
  text-align: center;
}
.idx03__box__txt {
  font-size: 1.2rem;
  line-height: 1.66666667;
  margin-top: 3rem;
  font-weight: 400;
  text-indent: 1em;
}
.idx03__box__txt:last-of-type {
  text-align: right;
}
.idx03__box__txt__mt0 {
  margin-top: 0 !important;
}

.idx04 {
  margin-top: 4.3rem;
}
.idx04__box {
  background-color: #fffccc;
  padding: 2rem 0;
}
.idx04__box__img {
  text-align: center;
}
.idx04__box__img img {
  height: 15rem;
}
.idx04__box__txt {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: #e85a00;
  line-height: 1.7143;
}
.idx04__txt {
  margin-top: 3rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6667;
  text-indent: 1em;
}
.idx04__txt__mt0 {
  margin-top: 0;
}
.idx04__catch {
  margin-top: 3rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #00469b;
}
.idx04__link {
  margin-top: 2rem;
  background-color: #fffccc;
  padding: 1rem 2rem 1rem 3rem;
}
.idx04__link p {
  text-align: center;
  font-size: 1.4rem;
  white-space: nowrap;
}
.idx04__link ul {
  margin-top: 0.5rem;
}
.idx04__link ul li {
  color: #0068b7;
  margin-top: 1.5rem;
  position: relative;
  padding-left: 1rem;
}
.idx04__link ul li::before {
  position: absolute;
  top: 0.5rem;
  left: -1rem;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border-radius: 100%;
  background: #0068b7;
}
.idx04__link ul li:first-of-type {
  margin-top: 0;
}
.idx04__link ul li a {
  color: #0068b7;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2857;
}
.idx04__link ul li a:hover {
  text-decoration: underline;
}
.idx04__link2 {
  margin-top: 2rem;
  text-align: center;
}
.idx04__link2 a {
  font-weight: 600;
  color: #ff0000;
  transition: all 0.3s;
}
.idx04__link2 a span {
  font-size: 1.9rem;
  line-height: 1.4545;
  padding: 0 1.5rem;
  background: linear-gradient(transparent 80%, #ffd500 80%);
}
.idx04__link2 a:hover {
  opacity: 0.7;
}
.idx04__img {
  text-align: center;
  margin-top: 2rem;
}
.idx04__img img {
  height: 9rem;
}

.idx05 {
  background-color: #00469b;
}
.idx05__outline {
  padding: 2.5rem 10%;
}
.idx05__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.idx05__item {
  width: calc(50% - 1rem);
}
.idx05__item:last-of-type {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}
.idx05__item a {
  display: block;
  transition: all 0.3s;
}
.idx05__item a img {
  display: block;
  width: 100%;
}
.idx05__item a:hover {
  opacity: 0.7;
}
.idx05__copy {
  color: #fff;
  font-size: 1rem;
  display: block;
  text-align: center;
  line-height: 1;
  background-color: #000;
  padding: 1rem 0;
}

/*---------- Utility ----------*/
/*
 * block
 */
.u-sm {
  display: inline-block;
}

.u-md {
  display: none;
}

.u-img-sp {
  display: inline-block;
}

.u-img-lg {
  display: none;
}

.u-img-xl {
  display: none;
}

@media screen and (min-width: 768px) {
  body {
    font-size: calc(1.4rem + (1vw - 0.768rem) * 0.3339);
  }
  p {
    line-height: 1.75;
  }
  h1 {
    font-size: calc(3.2rem + (1vw - 0.768rem) * 3.8397);
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
  h2 {
    font-size: calc(2.4rem + (1vw - 0.768rem) * 2.6711);
  }
  h3 {
    font-size: calc(2rem + (1vw - 0.768rem) * 2.0033);
  }
  h4 {
    font-size: calc(1.8rem + (1vw - 0.768rem) * 0.3339);
    line-height: 1.2;
  }
  h5 {
    ont-size: 1.6rem;
  }
  time {
    font-size: calc(1.2rem + (1vw - 0.768rem) * 1.0017);
  }
  .l-gnav {
    display: none;
  }
  .l-gnav__inner {
    display: none;
  }
  .idx01 {
    background-image: url(../images/idx01_bg01_ml.png);
  }
  .idx01__outline {
    height: 45rem;
    padding: 0;
    position: relative;
    display: block;
    flex-flow: inherit;
    text-align: center;
  }
  .idx01__link {
    position: absolute;
    top: 1.5rem;
    left: 3rem !important;
  }
  .idx01__ttl {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 23rem;
  }
  .idx01__ttl img {
    width: auto;
    height: 100%;
  }
  .main {
    background-image: url(../images/bg02_ml.png), url(../images/bg01_ml.png);
  }
  .main__outline {
    margin: 0 1.6%;
    padding: 4rem 3% 2rem;
  }
  .main__ttl {
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
  .main__ttl::before, .main__ttl::after {
    width: 8.8rem;
    height: 3.6rem;
  }
  .main__ttl::before {
    margin-right: 2.4rem;
  }
  .main__ttl::after {
    margin-left: 2.4rem;
  }
  .idx02__txt p {
    font-size: 2.4rem;
  }
  .idx02__txt2 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .idx02__note {
    padding: 2rem;
    margin-top: 2rem;
  }
  .idx02__note__txt {
    font-size: 1.6rem;
  }
  .idx02__note__link a {
    font-size: 2rem;
  }
  .idx02__btn {
    margin-top: 4rem;
  }
  .idx02__btn a img {
    height: 11.5rem;
  }
  .idx02__movie {
    margin-top: 5rem;
  }
  .idx02__movie__wrap {
    width: 68rem;
    margin: auto;
  }
  .idx02__youtube {
    margin-top: 5rem;
  }
  .idx03 {
    margin-top: 11rem;
  }
  .idx03__sttl {
    font-weight: 400;
    font-size: 2.8rem;
    margin-top: 5rem;
    margin-bottom: 2rem;
  }
  .idx03__txt {
    font-size: 2.4rem;
  }
  .idx03__table th,
.idx03__table td {
    font-size: 2rem;
    padding: 1rem 1rem;
  }
  .idx03__table th {
    width: 13%;
  }
  .idx03__link {
    padding: 2rem 2rem 2rem 6rem;
  }
  .idx03__link ul li::before {
    top: 0.3rem;
    left: -2rem;
    width: 2.4rem;
    height: 2.4rem;
  }
  .idx03__link ul li a {
    font-size: 2.4rem;
  }
  .idx03__att {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
  .idx03__box {
    padding: 6rem 5rem 5rem;
  }
  .idx03__box__ttl {
    font-size: 2.6rem;
  }
  .idx03__box__txt {
    font-size: 1.8rem;
    margin-top: 6rem;
  }
  .idx04 {
    margin-top: 10rem;
  }
  .idx04__box {
    padding: 0;
    display: flex;
    align-items: center;
  }
  .idx04__box__img {
    margin-right: 3rem;
  }
  .idx04__box__img img {
    height: 23rem;
  }
  .idx04__box__txt {
    margin-top: 0;
    text-align: left;
    font-size: 2.6rem;
    line-height: 1.84615385;
  }
  .idx04__txt {
    margin-top: 4rem;
    font-size: 1.8rem;
    line-height: 1.77777778;
  }
  .idx04__txt__mt0 {
    margin-top: 0;
  }
  .idx04__catch {
    margin-top: 9rem;
    font-size: 2.8rem;
  }
  .idx04__link {
    display: flex;
    padding: 2rem 2rem 2rem 3rem;
  }
  .idx04__link p {
    font-size: 2.4rem;
    margin-right: 5rem;
  }
  .idx04__link ul li::before {
    top: 0.3rem;
    left: -2rem;
    width: 2.4rem;
    height: 2.4rem;
  }
  .idx04__link ul li a {
    font-size: 2.4rem;
  }
  .idx04__link2 a span {
    font-size: 3.8rem;
    padding: 0 2.5rem;
  }
  .idx04__img {
    margin-top: 4rem;
  }
  .idx04__img img {
    height: 15.5rem;
  }
  .idx05__outline {
    width: 74rem;
    padding: 5rem 0 5rem;
    margin: auto;
  }
  .idx05__item {
    width: calc(33.3333333333% - 0.5rem);
  }
  .idx05__item:last-of-type {
    margin: 0;
  }
  .idx05__copy {
    font-size: 1.2rem;
  }
  .u-sm {
    display: none;
  }
  .u-md {
    display: block;
  }
  .u-img-sp {
    display: none;
  }
  .u-img-lg {
    display: inline-block;
  }
}

@media screen and (min-width: 1367px) {
  body {
    font-size: 1.6rem;
  }
  h1 {
    font-size: 5.5rem;
  }
  h2 {
    font-size: 4rem;
  }
  h3 {
    font-size: 3.2rem;
  }
  h4 {
    font-size: 2rem;
  }
  time {
    font-size: 1.8rem;
  }
  .main__outline {
    padding: 8.5rem 19rem 0 !important;
  }
  .idx05__item {
    width: calc(33.3333333333% - 0.5rem);
  }
  .idx05__item:last-of-type {
    margin: 0;
  }
  .idx05__copy {
    font-size: 1.6rem;
    padding: 1.5rem 0;
  }
  .u-img-lg {
    display: none;
  }
  .u-img-xl {
    display: inline-block;
  }
}

@media screen and (min-width: 1280px) {
  .l-base {
    margin-left: calc((100vw - (1280px)) / 2);
    margin-right: calc((100vw - (1280px)) / 2);
  }
}

@media screen and (min-width: 1324px) {
  .l-page {
    margin-left: calc((100% - (1280px)) / 2);
    margin-right: calc((100% - (1280px)) / 2);
  }
}

@media screen and (min-width: 1084px) {
  .l-short {
    margin-left: auto;
    margin-right: auto;
    width: 1040px;
  }
}

@media screen and (min-width: 1244px) {
  .l-wide {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
  }
}

@media screen and (min-width: 1024px) {
  .idx01 {
    background-image: url(../images/idx01_bg01.png);
  }
  .idx01__link {
    left: 0;
  }
  .idx01__ttl {
    position: absolute;
  }
  .main {
    background-image: url(../images/bg02.png), url(../images/bg01.png);
    padding-bottom: 14rem;
  }
  .main__outline {
    padding: 8.5rem 8.7% 2rem;
  }
  .idx02__movie__wrap {
    width: 68rem;
    margin: auto;
  }
  .idx02__youtube__wrap {
    width: 68rem;
    margin: auto;
  }
}

@media screen and (min-width: 1920px) {
  .idx01 {
    background-position: 50% 50%;
    background-size: 192rem;
  }
  .main {
    background-position: 100% 100%, 50% 0;
    background-size: 100%, 192rem;
  }
}

@media screen and (min-width: 375px) {
  .idx03__table th {
    width: 17%;
  }
}

@media screen and (min-width: 420px) {
  .idx03__table th {
    width: 15%;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */