/* reset */
main {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

[hidden] {
  display: none;
}

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

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

*,
::before,
::after {
  border-width: 0;
  border-style: solid;
}

* {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
}

:root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
}

a {
  text-decoration: none;
}

a,
[tabindex] {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

/* variables */
/* media query */
/* utility */
@media only screen and (max-width: 767px) {
  .u-pcOnly {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .u-spOnly {
    display: none !important;
  }
}

/* base */
html, body {
  height: 100%;
}

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  background-color: white;
  color: black;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .06em;
  text-align: left;
}

a {
  cursor: pointer;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* layout */
.l-main {
  overflow: hidden;
}

/* components */
.c-heading {
  color: #2A58AE;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.3;
}

.c-heading .sup,
.c-heading .main {
  display: block;
}

.c-heading .sup {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .c-heading .sup {
    font-size: 20px;
  }
}

.c-heading .sup small {
  font-size: 24px;
  font-weight: 900;
}

@media only screen and (max-width: 767px) {
  .c-heading .sup small {
    font-size: 20px;
  }
}

.c-heading .sup strong {
  font-weight: 900;
}

@media only screen and (max-width: 767px) {
  .c-heading .sup strong {
    font-size: 26px;
  }
}

.c-heading .main {
  font-size: 50px;
}

@media only screen and (max-width: 767px) {
  .c-heading .main {
    font-size: 28px;
    font-size: clamp(20px, 7.5vw, 28px);
  }
}

.c-heading .main strong {
  font-weight: 900;
}

@media only screen and (max-width: 767px) {
  .c-heading .main strong {
    font-size: 40px;
    font-size: clamp(30px, 11vw, 40px);
  }
}

.c-heading .underline {
  padding: 0 .15em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 169, 234, 0)), color-stop(68%, rgba(35, 169, 234, 0)), color-stop(69%, #23a9ea), color-stop(95%, #23a9ea), color-stop(96%, rgba(35, 169, 234, 0)), to(rgba(35, 169, 234, 0)));
  background: linear-gradient(180deg, rgba(35, 169, 234, 0) 0%, rgba(35, 169, 234, 0) 68%, #23a9ea 69%, #23a9ea 95%, rgba(35, 169, 234, 0) 96%, rgba(35, 169, 234, 0) 100%);
}

.c-lead {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-lead {
    font-size: 15px;
  }
}

.c-lead .underline {
  padding: 0 .15em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 210, 51, 0)), color-stop(64%, rgba(255, 210, 51, 0)), color-stop(65%, #ffd233), to(#ffd233));
  background: linear-gradient(180deg, rgba(255, 210, 51, 0) 0%, rgba(255, 210, 51, 0) 64%, #ffd233 65%, #ffd233 100%);
}

.c-btn {
  display: inline-block;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
}

.c-btn > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.c-btn--small {
  padding: 0 29px;
  height: 44px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 700;
}

.c-btn--medium {
  height: 60px;
  width: 400px;
  max-width: 100%;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 700;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 767px) {
  .c-btn--medium {
    width: 330px;
    height: 50px;
    font-size: 16px;
    -webkit-box-shadow: 0px 0.83723px 1.67446px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0.83723px 1.67446px rgba(0, 0, 0, 0.25);
  }
}

.c-btn--large {
  padding: 0 42px;
  height: 76px;
  border-radius: 100px;
  font-size: 24px;
  font-weight: 700;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-btn--large {
    padding: 0 20px;
    font-size: 20px;
    font-size: clamp(14px, 2.2vw, 20px);
  }
}

@media only screen and (max-width: 767px) {
  .c-btn--large {
    height: 49px;
    width: 100%;
    max-width: 330px;
    padding: 0 12px;
    font-size: 16px;
  }
}

.c-btn--primary {
  border-style: solid;
  background-color: #DF9433;
  color: white;
}

.c-btn--secondary {
  border: solid 3px #DF9433;
  background-color: white;
  color: #DF9433;
}

.c-btn--gray {
  border: solid 1px #2A58AE;
  background-color: #f5f5f5;
  color: #2A58AE;
}

.c-comment {
  position: relative;
  display: inline-block;
  width: 280px;
  height: 280px;
  padding: 40px;
  border-radius: 50%;
  background-color: #F5F5F5;
  color: #2A58AE;
}

.c-comment::before {
  content: "";
  position: absolute;
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.c-comment--1 {
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
}

.c-comment--1::before {
  width: 140px;
  height: 78px;
  background-image: url(../img/comment-tip-1.png);
}

@media print, screen and (min-width: 768px) {
  .c-comment--1::before {
    top: 60px;
    left: -64px;
  }
}

@media only screen and (max-width: 767px) {
  .c-comment--1::before {
    top: 40px;
    left: -20px;
  }
}

.c-comment--2 {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}

.c-comment--2::before {
  width: 169px;
  height: 99px;
  background-image: url(../img/comment-tip-2.png);
}

@media print, screen and (min-width: 768px) {
  .c-comment--2::before {
    bottom: -20px;
    right: -88px;
  }
}

@media only screen and (max-width: 767px) {
  .c-comment--2::before {
    bottom: 0;
    right: 0;
  }
}

.c-comment--3 {
  -webkit-transform: rotate(-8.4deg);
          transform: rotate(-8.4deg);
}

.c-comment--3::before {
  width: 111px;
  height: 71px;
  background-image: url(../img/comment-tip-3.png);
}

@media print, screen and (min-width: 768px) {
  .c-comment--3::before {
    top: 60px;
    left: -54px;
  }
}

@media only screen and (max-width: 767px) {
  .c-comment--3::before {
    top: 40px;
    left: -20px;
  }
}

.c-comment--4 {
  -webkit-transform: rotate(5.75deg);
          transform: rotate(5.75deg);
}

.c-comment--4::before {
  width: 97px;
  height: 44px;
  background-image: url(../img/comment-tip-4.png);
}

@media print, screen and (min-width: 768px) {
  .c-comment--4::before {
    bottom: 85px;
    left: -60px;
  }
}

@media only screen and (max-width: 767px) {
  .c-comment--4::before {
    top: 40px;
    left: -20px;
  }
}

.c-comment__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.c-comment__title {
  margin: -10px 0 10px;
  font-weight: 900;
  font-size: 16px;
  text-align: center;
}

.c-comment__content {
  font-size: 14px;
  text-align: left;
}

/* projects */
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .p-header {
    top: -50px;
    padding: 12px 15px;
  }
}

.p-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.p-header__logo {
  width: 170px;
}

@media only screen and (max-width: 767px) {
  .p-header__logo {
    width: 150px;
  }
}

.p-header__logo a,
.p-header__logo img {
  display: block;
}

@media only screen and (max-width: 767px) {
  .p-header__btn {
    display: none;
  }
}

.p-header__btn .c-btn {
  margin-left: 11px;
}

.p-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 767px) {
  .p-header.is-scrolled {
    top: 0;
  }
}

.p-footer {
  padding: 50px 0 24px;
  background-color: #2A58AE;
  color: white;
}

@media only screen and (max-width: 767px) {
  .p-footer {
    padding: 24px 0 12px;
  }
}

.p-footer__wrap {
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .p-footer__wrap {
    padding: 0 15px;
  }
}

.p-footer__upper {
  border-bottom: solid 1px #2B62BE;
}

@media print, screen and (min-width: 768px) {
  .p-footer__upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .p-footer__upper {
    padding-bottom: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-footer__lower {
    padding-top: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .p-footer__lower {
    padding-top: 12px;
  }
}

.p-footer__logo {
  width: 200px;
}

@media only screen and (max-width: 767px) {
  .p-footer__logo {
    width: 140px;
    margin: 0 auto 16px;
  }
}

.p-footer__logo a,
.p-footer__logo img {
  display: block;
}

.p-footer__nav {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .p-footer__nav {
    font-size: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-footer__nav ul {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .p-footer__nav ul {
    text-align: center;
  }
}

.p-footer__nav li {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .p-footer__nav li {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .p-footer__nav li {
    margin: 0 6px 6px;
  }
}

.p-footer__nav li a {
  color: white;
}

.p-footer__copyright {
  display: block;
  font-size: 12px;
}

@media print, screen and (min-width: 768px) {
  .p-footer__copyright {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 10px;
    text-align: center;
  }
}

.p-sticky {
  position: fixed;
  bottom: -50px;
  left: 0;
  width: 100%;
  padding: 5px 0;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: bottom .3s;
  transition: bottom .3s;
  z-index: 10;
}

@media print, screen and (min-width: 768px) {
  .p-sticky {
    display: none;
  }
}

.p-sticky__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-sticky .c-btn--small {
  margin: 0 2.5px;
  padding: 0 24px;
  font-size: clamp(10px, 4vw, 13px);
}

@media screen and (max-width: 359px) {
  .p-sticky .c-btn--small {
    padding: 0 10px;
  }
}

.p-sticky.is-scrolled {
  bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .p-keyvisual {
    padding: 148px 30px 75px;
    background: url(../img/bg-keyvisual_pc.jpg) center top no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  .p-keyvisual {
    padding: 50px 15px 64px;
    background: url(../img/bg-keyvisual_sp.jpg) center top no-repeat;
  }
}

@media print, screen and (min-width: 768px) {
  .p-keyvisual__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media print, screen and (min-width: 768px) {
  .p-keyvisual__img {
    width: 482px;
    margin-right: 102px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-keyvisual__img {
    width: 42%;
    margin-right: 8%;
  }
}

@media only screen and (max-width: 767px) {
  .p-keyvisual__img {
    max-width: 280px;
    margin: 0 auto 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-keyvisual__content {
    width: 568px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-keyvisual__content {
    width: 50%;
  }
}

@media print, screen and (min-width: 768px) {
  .p-keyvisual__catch {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .p-keyvisual__catch {
    margin-bottom: 36px;
    text-align: center;
  }
}

.p-keyvisual__text {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .p-keyvisual__text {
    margin-bottom: 24px;
    font-size: 13px;
    text-align: left;
  }
}

.p-keyvisual__text em {
  color: #23A9EA;
  font-style: normal;
  font-weight: 700;
}

.p-keyvisual__text p {
  margin-bottom: 1em;
}

.p-keyvisual__text p:last-of-type {
  margin-bottom: 0;
}

.p-keyvisual__btn {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .p-keyvisual__btn {
    margin-top: 24px;
  }
}

.p-tanaken {
  padding: 100px 30px;
  background-color: #2F80ED;
}

@media only screen and (max-width: 767px) {
  .p-tanaken {
    padding: 60px 15px 56px;
  }
}

.p-tanaken__wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.p-tanaken__img {
  position: absolute;
  bottom: 100%;
  max-width: 100%;
  z-index: 0;
}

@media print, screen and (min-width: 768px) {
  .p-tanaken__img {
    width: 408px;
    right: 16px;
    margin-bottom: -56px;
  }
}

@media only screen and (max-width: 767px) {
  .p-tanaken__img {
    right: -12px;
    width: 194px;
    margin-bottom: -30px;
  }
}

.p-tanaken__img figure {
  display: block;
  width: 100%;
}

.p-tanaken__img figure img {
  width: 100%;
  height: auto;
}

.p-tanaken__img p {
  position: absolute;
  color: white;
  font-weight: 900;
  font-size: 14px;
  -webkit-transform: rotate(-8.73deg);
          transform: rotate(-8.73deg);
  letter-spacing: 0;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .p-tanaken__img p {
    top: 164px;
    right: -20px;
  }
}

@media only screen and (max-width: 767px) {
  .p-tanaken__img p {
    bottom: 60px;
    right: 100%;
    margin-right: -37px;
    font-size: 10px;
  }
}

.p-tanaken__title {
  position: relative;
  color: white;
  font-weight: 900;
  letter-spacing: 0;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .p-tanaken__title {
    width: 57%;
    margin-bottom: 72px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .p-tanaken__title {
    margin-left: 5px;
  }
}

@media screen and (max-width: 359px) {
  .p-tanaken__title {
    margin-left: 0;
  }
}

.p-tanaken__title .sup {
  display: block;
  margin-bottom: 4px;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .p-tanaken__title .sup {
    font-size: 20px;
    margin-bottom: 18px;
  }
}

.p-tanaken__title .main {
  display: block;
  font-size: 40px;
}

@media only screen and (max-width: 767px) {
  .p-tanaken__title .main {
    margin-bottom: 44px;
    font-size: 30px;
    line-height: 1.27;
  }
}

.p-tanaken__comments {
  position: relative;
  z-index: 0;
}

@media print, screen and (min-width: 768px) {
  .p-tanaken__comments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .p-tanaken__left {
    width: 57%;
  }
}

@media print, screen and (min-width: 768px) {
  .p-tanaken__right {
    width: 40%;
  }
}

.p-tanaken__item {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-tanaken__item {
    margin-bottom: 30px;
  }
  .p-tanaken__item:last-of-type {
    margin-bottom: 0;
  }
}

.p-tanaken__itemWrap {
  position: relative;
  padding: 42px 48px;
  border-radius: 20px;
  background-color: white;
  z-index: 1;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-tanaken__itemWrap {
    padding: 42px 4vw;
  }
}

@media only screen and (max-width: 767px) {
  .p-tanaken__itemWrap {
    padding: 28px 7.4vw;
  }
}

@media print, screen and (min-width: 768px) {
  .p-tanaken__item--blue {
    margin-top: 40px;
  }
}

.p-tanaken__item--blue .p-tanaken__itemWrap {
  padding: 20px 30px;
  background-color: rgba(238, 248, 255, 0.7);
}

@media print, screen and (min-width: 768px) {
  .p-tanaken__item--tip1::before {
    content: "";
    position: absolute;
    top: 16px;
    right: -50px;
    width: 85px;
    height: 84px;
    background: url(../img/tip-1.png) 0 0 no-repeat;
    background-size: 100% 100%;
    z-index: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .p-tanaken__item--tip2::before {
    content: "";
    position: absolute;
    top: -47px;
    right: 53px;
    width: 85px;
    height: 84px;
    background: url(../img/tip-2.png) 0 0 no-repeat;
    background-size: 100% 100%;
    z-index: 1;
  }
}

.p-tanaken__headline {
  margin-bottom: 22px;
  color: #2F80ED;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .p-tanaken__headline {
    margin-bottom: 20px;
    font-size: 22px;
    font-size: clamp(16px, 7vw, 22px);
  }
}

.p-tanaken__headline .underline {
  padding: 0 .15em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 191, 45, 0)), color-stop(60%, rgba(248, 191, 45, 0)), color-stop(61%, #f8bf2d), to(#f8bf2d));
  background: linear-gradient(180deg, rgba(248, 191, 45, 0) 0%, rgba(248, 191, 45, 0) 60%, #f8bf2d 61%, #f8bf2d 100%);
}

.p-tanaken__text {
  font-size: 14px;
  line-height: 1.7;
}

.p-tanaken__text p {
  margin-bottom: calc(14px * 1.7);
}

.p-tanaken__text p:last-of-type {
  margin-bottom: 0;
}

.p-tanaken__text em {
  font-style: normal;
  color: #DF9433;
}

.p-tanaken__glossary {
  margin-top: 30px;
  padding: 20px;
  background-color: #EEF8FF;
  line-height: 1.857;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .p-tanaken__glossary {
    margin-top: 18px;
    padding: 5vw;
  }
}

.p-tanaken__glossary li {
  display: inline-block;
  margin-right: 1em;
}

.p-tanaken__profile {
  letter-spacing: 0;
}

.p-tanaken__profile dt {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 700;
}

.p-tanaken__profile dd {
  font-size: 12px;
  line-height: 1.67;
  font-weight: 500;
}

.p-movie {
  padding: 100px 30px;
  background-color: #2A58AE;
  color: white;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .p-movie {
    padding: 75px 15px;
  }
}

.p-movie__wrap {
  max-width: 1160px;
  margin: 0 auto;
}

.p-movie__title {
  margin-bottom: 32px;
  font-weight: 900;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-movie__title {
    margin-bottom: 30px;
  }
}

.p-movie__title .sup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .p-movie__title .sup {
    margin-bottom: 6px;
    font-size: 26px;
    font-size: clamp(18px, 7vw, 26px);
  }
}

.p-movie__title .sup span {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 12px;
}

@media only screen and (max-width: 767px) {
  .p-movie__title .sup span {
    width: 20px;
    height: 20px;
  }
}

.p-movie__title .main {
  font-size: 50px;
}

@media only screen and (max-width: 767px) {
  .p-movie__title .main {
    font-size: 40px;
    font-size: clamp(20px, 11vw, 40px);
  }
}

.p-movie__lead {
  margin-bottom: 64px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-movie__lead {
    margin-bottom: 30px;
    font-size: 16px;
    font-size: clamp(12px, 4.2vw, 16px);
  }
}

@media print, screen and (min-width: 768px) {
  .p-movie__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-movie__movie {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .p-movie__movie {
    width: 53%;
  }
}

@media only screen and (max-width: 767px) {
  .p-movie__movie {
    margin-bottom: 30px;
  }
}

.p-movie__movie::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.p-movie__movie > figure {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.p-movie__movie > figure iframe {
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 768px) {
  .p-movie__text {
    width: 41%;
  }
}

.p-movie__textTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 30px;
}

.p-movie__textTitle .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  margin-right: 14px;
}

.p-movie__textTitle .text {
  font-weight: 900;
  font-size: 20px;
}

.p-movie__textLead {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .p-movie__textLead {
    font-size: clamp(12px, 4.2vw, 16px);
  }
}

.p-movie__textLead .label {
  display: inline-block;
  margin-bottom: 8px;
  padding: 5px 10px;
  background-color: #2F80ED;
  font-size: 14px;
}

.p-movie__textDetail {
  font-size: 14px;
}

.p-usage {
  padding: 100px 30px 210px;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .p-usage {
    padding: 75px 15px;
  }
}

.p-usage .c-heading {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .p-usage .c-heading {
    margin-bottom: 75px;
  }
}

.p-usage__wrap {
  max-width: 1200px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .p-usage__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .p-usage__item {
    margin-bottom: 60px;
  }
  .p-usage__item:last-of-type {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .p-usage__item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 767px) {
  .p-usage__item--reverse .p-usage__itemText .main {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .p-usage__item--reverse .p-usage__itemImg {
    text-align: left;
  }
}

@media print, screen and (min-width: 768px) {
  .p-usage__item:nth-of-type(1) {
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-usage__item:nth-of-type(1) .p-usage__itemImg {
    margin-top: 46px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-usage__item:nth-of-type(1) .p-usage__itemText {
    width: 478px;
    margin-left: -16px;
  }
}

.p-usage__item:nth-of-type(1) .p-usage__itemText .c-comment {
  margin: 12px 0 0 150px;
}

@media print, screen and (min-width: 768px) {
  .p-usage__item:nth-of-type(2) {
    margin-bottom: 100px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-usage__item:nth-of-type(2) .p-usage__itemImg {
    margin-top: 22px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-usage__item:nth-of-type(2) .p-usage__itemText {
    width: 542px;
    margin-right: -106px;
  }
}

.p-usage__item:nth-of-type(2) .p-usage__itemText .c-comment {
  margin: 0 0 46px 80px;
}

@media print, screen and (min-width: 768px) {
  .p-usage__item:nth-of-type(3) {
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-usage__item:nth-of-type(3) .p-usage__itemImg {
    margin-top: 48px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-usage__item:nth-of-type(3) .p-usage__itemText {
    width: 410px;
    margin-left: -70px;
    text-align: right;
  }
}

.p-usage__item:nth-of-type(3) .p-usage__itemText .c-comment {
  margin: 48px -20px 0 0;
}

@media print, screen and (min-width: 768px) {
  .p-usage__item:nth-of-type(4) .p-usage__itemImg {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-usage__item:nth-of-type(4) .p-usage__itemText {
    width: 592px;
    margin-left: -246px;
    text-align: right;
  }
}

.p-usage__item:nth-of-type(4) .p-usage__itemText .c-comment {
  margin: 70px -20px 0 0;
}

.p-usage__itemImg {
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .p-usage__itemImg {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .p-usage__itemImg > figure {
    display: inline-block;
    vertical-align: top;
    width: 80%;
  }
}

@media screen and (max-width: 359px) {
  .p-usage__itemImg > figure {
    width: 90%;
  }
}

.p-usage__itemImg img {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
}

.p-usage__itemText {
  position: relative;
  z-index: 1;
}

.p-usage__itemText .main {
  color: white;
}

.p-usage__itemText .main > dl {
  padding: 50px;
  background-color: #2A58AE;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .p-usage__itemText .main > dl {
    display: inline-block;
    padding: 36px;
    vertical-align: top;
    width: 80%;
    margin-bottom: -30px;
  }
}

@media screen and (max-width: 359px) {
  .p-usage__itemText .main > dl {
    width: 90%;
    padding: 30px 20px;
  }
}

.p-usage__itemText .mainTitle {
  margin-bottom: 27px;
  font-size: 28px;
  font-weight: 900;
}

@media only screen and (max-width: 767px) {
  .p-usage__itemText .mainTitle {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.p-usage__itemText .mainContent {
  font-size: 14px;
  color: #D7EFFF;
}

.p-usage__itemBtn {
  margin-top: 20px;
  text-align: center;
}

.p-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.p-modal.is-open {
  display: block;
}

.p-modal__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.p-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  cursor: pointer;
}

.p-feature {
  margin-bottom: 150px;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .p-feature {
    margin-bottom: 80px;
    padding: 0 15px;
  }
}

.p-feature__wrap {
  max-width: 1196px;
  margin: 0 auto;
}

.p-feature__title {
  margin-bottom: 54px;
  color: #2A58AE;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-feature__title {
    margin-bottom: 16px;
    font-size: 18px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-feature__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .p-feature__list {
    max-width: 500px;
    margin: 0 auto;
  }
}

.p-feature__listItem {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

@media print, screen and (min-width: 768px) {
  .p-feature__listItem {
    margin-bottom: 20px;
    padding: 24px 28px 16px;
    width: calc((100% - 48px) / 4);
  }
}

@media only screen and (max-width: 767px) {
  .p-feature__listItem {
    margin-bottom: 16px;
    padding: 24px 16px 16px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .p-feature__listItem {
    width: calc((100% - 16px) / 2);
  }
}

.p-feature__listItem figure {
  display: block;
  width: 90px;
  margin: 0 auto 6px;
}

.p-feature__listItem dl {
  line-height: 1.45;
}

.p-feature__listItem dt {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.p-feature__listItem dd {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.p-feature__closing {
  margin-bottom: 48px;
  padding: 28px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  line-height: 1.45;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .p-feature__closing {
    max-width: 500px;
    margin: 0 auto 42px;
    padding: 24px 16px;
  }
}

.p-feature__closingTitle {
  margin-bottom: 16px;
}

@media print, screen and (min-width: 768px) {
  .p-feature__closingTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-feature__closingTitle .icon {
  display: block;
  width: 65px;
  margin-right: 24px;
}

@media only screen and (max-width: 767px) {
  .p-feature__closingTitle .icon {
    margin: 0 auto 16px;
  }
}

.p-feature__closingTitle .text {
  font-weight: 700;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .p-feature__closingTitle .text {
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 359px) {
  .p-feature__closingTitle .text {
    font-size: 16px;
  }
}

.p-feature__closingTitle .text small {
  color: #2872E5;
  font-size: 16px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .p-feature__closingTitle .text small {
    margin-bottom: 4px;
  }
}

.p-feature__closingText {
  width: 100%;
  max-width: 848px;
  margin: 0 auto;
  font-size: 14px;
}

.p-contact {
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .p-contact {
    padding: 0 15px;
  }
}

.p-contact .c-heading {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .p-contact .c-heading {
    margin-bottom: 48px;
  }
}

.p-contact__wrap {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
  padding-bottom: 164px;
}

@media only screen and (max-width: 767px) {
  .p-contact__wrap {
    padding-bottom: 0;
  }
}

.p-contact__decoPC {
  position: absolute;
  bottom: 0;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .p-contact__decoPC {
    display: none;
  }
}

.p-contact__decoPC:nth-of-type(1) {
  width: 312px;
  right: 50%;
}

.p-contact__decoPC:nth-of-type(2) {
  width: 251px;
  left: 50%;
}

@media screen and (min-width: 1340px) {
  .p-contact__decoPC:nth-of-type(1) {
    margin-right: calc(225px + 123px);
  }
  .p-contact__decoPC:nth-of-type(2) {
    margin-left: calc(225px + 193px);
  }
}

@media screen and (max-width: 1399px) and (min-width: 1024px) {
  .p-contact__decoPC:nth-of-type(1) {
    margin-right: calc(225px + 20px);
  }
  .p-contact__decoPC:nth-of-type(2) {
    margin-left: calc(225px + 20px);
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-contact__decoPC:nth-of-type(1) {
    width: calc((312px / 5) * 4);
    margin-right: calc(173px + 10px);
  }
  .p-contact__decoPC:nth-of-type(2) {
    width: calc((251px / 5) * 4);
    margin-left: calc(173px + 10px);
  }
}

.p-contact__decoSP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .p-contact__decoSP {
    display: none;
  }
}

.p-contact__decoSP figure {
  margin: 0 8px;
}

.p-contact__lead {
  margin-bottom: 80px;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -.02em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-contact__lead {
    margin-bottom: 50px;
    text-align: left;
  }
}

.p-contact__btn {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-contact__btn {
    margin-bottom: 30px;
  }
}

.p-contact__btn .c-btn ~ .c-btn {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .p-contact__btn .c-btn ~ .c-btn {
    margin-top: 12px;
  }
}

.is-pc .c-btn--primary:hover {
  background-color: #F8BF2D;
}

.is-pc .c-btn--secondary:hover {
  border-color: #F8BF2D;
  background-color: #FFFBF1;
  color: #F8BF2D;
}

.is-pc .p-footer__nav a:hover {
  opacity: .7;
}
/*# sourceMappingURL=style.css.map */