@charset "UTF-8";
@font-face {
  font-family: "avenir";
  src: url(../fonts/AvenirLTStd-Black.otf) format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "avenir";
  src: url(../fonts/AvenirLTStd-Roman.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
}
html {
  font-size: 100%;
}
@media (max-width: 393px) {
  html {
    font-size: 4.0712468193vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.28vw;
  }
}
@media (min-width: 1250px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #1a2229;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

html {
  scroll-behavior: smooth;
}

.anchor-link {
  scroll-margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .anchor-link {
    scroll-margin-top: 10rem;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-case {
  padding-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-case {
    padding-top: 10rem;
  }
}

.l-comment {
  padding-top: 6.1875rem;
}
@media screen and (min-width: 768px) {
  .l-comment {
    padding-top: 10rem;
  }
}

.l-contact {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-contact {
    padding-top: 10.1875rem;
    padding-bottom: 10rem;
  }
}

.l-demo {
  padding-top: 6.5625rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-demo {
    padding-top: 7.5625rem;
    padding-bottom: 10rem;
  }
}

.l-footer {
  padding: 1.75rem 0;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 2rem 0;
  }
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  margin-top: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .l-header {
    margin-top: 2.1875rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 1.75rem;
  padding-left: 1.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1250px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-mv {
  padding-bottom: 19.75rem;
}
@media screen and (min-width: 768px) {
  .l-mv {
    padding-bottom: 12.75rem;
  }
}

.l-pdf {
  padding-top: 6.1875rem;
  padding-bottom: 5.5rem;
}
@media screen and (min-width: 768px) {
  .l-pdf {
    padding-top: 10rem;
    padding-bottom: 8.25rem;
  }
}

.l-read {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-read {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.l-record {
  padding-top: 6.25rem;
  padding-bottom: 6.875rem;
}
@media screen and (min-width: 768px) {
  .l-record {
    padding-top: 9.9375rem;
    padding-bottom: 10rem;
  }
}

.l-release {
  padding-top: 1.5rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-release {
    padding-bottom: 10rem;
  }
}

.c-btn-cta {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #FF4674;
  border-radius: 1.875rem;
  min-width: 16.25rem;
  text-align: center;
  padding: 1.125rem 1.8125rem 1.125rem 0.75rem;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn-cta {
    font-size: 1.125rem;
    min-width: 18.75rem;
    padding: 1.25rem 1.8125rem 1.25rem 0.75rem;
  }
}

.c-btn-cta .u-fz12 {
  font-size: 0.75rem;
  font-weight: 600;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-btn-cta .u-fz12 {
    font-size: 0.875rem;
    margin-right: 0.75rem;
  }
}

.c-btn-cta__text {
  position: relative;
}

.c-btn-cta__text::after {
  content: "";
  position: absolute;
  top: 12%;
  right: -1.5625rem;
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-left: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .c-btn-cta__text::after {
    top: 30%;
    right: -1.1875rem;
    width: 0.375rem;
    height: 0.375rem;
  }
}

@media screen and (min-width: 768px) {
  .c-btn-cta:hover {
    background-color: #fd809f;
    opacity: 1;
  }
}

.c-btn-cta02 {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background-color: #FF4674;
  border-radius: 2.5rem;
  min-width: 18.75rem;
  text-align: center;
  padding: 0.875rem 2.5rem;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn-cta02 {
    font-size: 1.25rem;
    min-width: 33.75rem;
    padding: 1.5rem 3.75rem 1.5rem 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .c-btn-cta02::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 2.6875rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    margin-left: 1.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .c-btn-cta02:hover {
    background-color: #fd809f;
    opacity: 1;
  }
}

.c-btn-form {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  border: none;
  border-radius: 1.875rem;
  min-width: 16.25rem;
  padding: 1.125rem;
  background: #FF4674 url(../images/icon_arrow-right.png) no-repeat center right 19px/15px 13px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn-form {
    font-size: 1.125rem;
    min-width: 18.75rem;
    padding: 1.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .c-btn-form:hover {
    opacity: 0.7;
  }
}

.c-hamburger span {
  display: block;
  width: 2.125rem;
  height: 0.0625rem;
  background-color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.c-hamburger span:nth-child(2) {
  margin: 0.5rem 0;
}

.c-hamburger.is-active {
  position: fixed;
  top: 1.9375rem;
  right: 1.75rem;
}

.c-hamburger.is-active span {
  background-color: #1a2229;
}

.c-hamburger.is-active span:nth-child(1) {
  -webkit-transform: translateY(0.5625rem) rotate(45deg);
          transform: translateY(0.5625rem) rotate(45deg);
}

.c-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-0.5625rem) rotate(-45deg);
          transform: translateY(-0.5625rem) rotate(-45deg);
}

.c-step-square {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3125;
  color: #0D98BA;
  min-height: 5rem;
  text-align: center;
  border: 1px solid #dee1e3;
  display: grid;
  place-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-step-square {
    font-size: 1.125rem;
    width: 17.5rem;
    min-height: 8.75rem;
  }
}

.c-step-square::before,
.c-step-square::after,
.c-step-square__inner::before,
.c-step-square__inner::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #abb7c1;
}

.c-step-square::before {
  top: -2px;
  left: -2px;
}

.c-step-square::after {
  top: -2px;
  right: -2px;
}

.c-step-square__inner::before {
  bottom: -2px;
  left: -2px;
}

.c-step-square__inner::after {
  bottom: -2px;
  right: -2px;
}

.c-title-section {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #0D98BA;
}
@media screen and (min-width: 768px) {
  .c-title-section {
    font-size: 2.25rem;
  }
}

.c-title-section span {
  font-family: "avenir", sans-serif;
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .c-title-section--sm {
    font-size: 2rem;
  }
}

_:lang(x)::-moz-placeholder, .c-title-section--sm {
  letter-spacing: -0.01em;
}

.c-title-section--release {
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .c-title-section--release {
    letter-spacing: 0;
  }
}

.c-title-sub-section {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-title-sub-section {
    font-size: 1.125rem;
  }
}

.c-title-sub-section span {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-title-sub-section span {
    font-size: 0.875rem;
  }
}

.p-case__inner {
  max-width: 31.25rem;
}
@media screen and (min-width: 768px) {
  .p-case__inner {
    max-width: 65.625rem;
  }
}

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

@media screen and (min-width: 768px) {
  .p-case__table {
    margin-top: 3.625rem;
  }
}

.p-case__table table {
  width: 100%;
}

.p-case__list {
  margin-top: 1.875rem;
}

.p-comment__inner {
  max-width: 31.25rem;
}
@media screen and (min-width: 768px) {
  .p-comment__inner {
    max-width: 65.625rem;
  }
}

.p-comment__text01 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-comment__text01 {
    font-size: 1rem;
  }
}

.p-comment__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-comment__title {
    font-size: 1.25rem;
    margin-top: 1.875rem;
  }
}

.p-comment__text02 {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: right;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-comment__text02 {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

.p-contact {
  background-color: #f3f4f5;
}

.p-contact__inner {
  max-width: 31.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__inner {
    max-width: 53.125rem;
  }
}

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

.p-contact__text01 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__text01 {
    font-size: 1.125rem;
    margin-top: 3.75rem;
  }
}

.p-contact__text02 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__text02 {
    font-size: 1rem;
    margin-top: 0.5625rem;
  }
}

.p-contact__text02 a {
  color: #0D98BA;
  border-bottom: 1px solid #0D98BA;
}

.p-contact__text03 {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .p-contact__text03 {
    font-size: 0.875rem;
    margin-top: 3.75rem;
  }
}

.p-contact__text03 span {
  font-weight: 700;
  color: #FF4674;
}

.p-contact__form {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form {
    margin-top: 2.5rem;
  }
}

.p-demo__inner {
  max-width: 31.25rem;
}
@media screen and (min-width: 768px) {
  .p-demo__inner {
    max-width: 65.625rem;
  }
}

.p-demo__title {
  width: 20.875rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-demo__title {
    width: 36rem;
  }
}

.p-demo__lead {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-demo__lead {
    font-size: 1.5rem;
    margin-top: 2.5rem;
  }
}

.p-demo__wrap {
  margin-top: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .p-demo__wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 2.5rem;
    margin-top: 3.8125rem;
  }
}

.p-demo__squares {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1875rem;
  max-width: 20.9375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-demo__squares {
    grid-area: 1/1/2/2;
    max-width: 100%;
  }
}

.p-demo__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .p-demo__text {
    grid-area: 2/1/3/2;
    font-size: 1.125rem;
    width: 30.375rem;
    text-align: left;
    margin-inline: auto;
    margin-top: 1.9375rem;
  }
}

.p-demo__img {
  width: 12.25rem;
  margin-inline: auto;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-demo__img {
    width: 23.75rem;
    grid-area: 1/2/4/3;
    padding-top: 0.375rem;
    margin-top: 0;
  }
}

.p-demo__btn {
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-demo__btn {
    grid-area: 3/1/4/2;
    margin-top: 3.75rem;
  }
}

.p-fixed-btn {
  position: fixed;
  bottom: 1.875rem;
  right: 1.25rem;
  z-index: 5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-fixed-btn {
    right: 2.1875rem;
  }
}

.p-fixed-btn.show {
  opacity: 1;
  pointer-events: auto;
}

.p-fixed-btn.arrow-up .c-btn-cta {
  background: #FF4674 url(../images/icon_down.png) no-repeat center center/10px 7px;
  min-width: 2.5rem;
  height: 2.5rem;
}

.p-fixed-btn.arrow-up .c-btn-cta__text {
  opacity: 0;
  position: absolute;
}

.p-footer {
  background-color: #1a2229;
}

.p-footer__address {
  font-size: 0.625rem;
  font-weight: 500;
  font-family: "avenir";
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__address {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.p-form__item + .p-form__item {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-form__item + .p-form__item {
    margin-top: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form__item--details {
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
  }
}

.p-form__label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-form__label {
    font-size: 1.125rem;
    width: 12.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-form__label--required::after {
  content: "＊";
  font-size: 0.75rem;
  line-height: 1.5;
  color: #FF4674;
}
@media screen and (min-width: 768px) {
  .p-form__label--required::after {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form__item--details label {
    display: inline-block;
    margin-top: 1.0625rem;
  }
}

.p-form__input {
  width: 100%;
}

.p-form__input input {
  width: 100%;
  border: 1px solid #dee1e3;
  padding: 0.75rem 1.1875rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-form__input input {
    padding: 1.0625rem 1.25rem;
    margin-top: 0;
  }
}

.p-form__name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.p-form__name-wrap-item {
  width: 100%;
}

.p-form__input--name input {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-form__input--name input {
    width: 84%;
  }
}

.p-form__input--name span {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-inline: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-form__input--name span {
    margin-inline: 0.75rem;
  }
}

.p-form__input--name span.u-ml-0 {
  margin-left: 0;
}

.p-form__input--select {
  position: relative;
}

.p-form__input--select::before {
  content: "";
  position: absolute;
  top: 1.8125rem;
  right: 1.4375rem;
  width: 0.5625rem;
  height: 0.5625rem;
  border-top: 0.125rem solid #1a2229;
  border-right: 0.125rem solid #1a2229;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (min-width: 768px) {
  .p-form__input--select::before {
    top: 1.3125rem;
    right: 2rem;
  }
}

.p-form__input select {
  width: 100%;
  border: 1px solid #dee1e3;
  padding: 0.75rem 2.5rem 0.75rem 0.9375rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-form__input select {
    padding: 1.0625rem 3.125rem 1.0625rem 1.25rem;
    margin-top: 0;
  }
}

.p-form__input textarea {
  width: 100%;
  height: 15rem;
  border: 1px solid #dee1e3;
  resize: none;
  padding: 0.9375rem 0.9375rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-form__input textarea {
    height: 17.5rem;
    padding: 1.0625rem 1.25rem;
    margin-top: 0;
  }
}

.p-form__error {
  font-size: 0.875rem;
  font-weight: 700;
  color: #FF4674;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.625rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-form__error {
    font-size: 1rem;
  }
}

.p-form__error::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url(../images/icon_error-mark.png) no-repeat center center/contain;
  margin-right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-form__error::before {
    margin-right: 0.5625rem;
  }
}

.p-form__input input.invalid,
.p-form__input select.invalid {
  border: 1px solid #FF4674;
}

.p-form__check {
  text-align: center;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-form__check {
    margin-top: 3.625rem;
  }
}

.p-form__check label {
  font-size: 0.875rem;
  line-height: 1;
  padding-top: 0.25rem;
  padding-left: 2.5rem;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-form__check label {
    font-size: 1rem;
    padding-left: 2.875rem;
  }
}

.p-form__check label::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #dee1e3;
  background-color: white;
}

.p-form__check label::after {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0.5625rem;
  width: 0.75rem;
  height: 0.5rem;
  border-left: 2px solid #1a2229;
  border-bottom: 2px solid #1a2229;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: none;
}

.p-form__check input[type=checkbox]:checked + label::after {
  display: block;
}

.p-form__check label a {
  color: #0D98BA;
  text-decoration: underline;
}

.p-form__btn {
  text-align: center;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-form__btn {
    margin-top: 2rem;
  }
}

.p-form__btn input {
  cursor: not-allowed;
}

.p-form__btn input.is-active {
  cursor: pointer;
}

::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #dee1e3;
  background-color: #fff;
}

::-moz-placeholder {
  font-size: 0.875rem;
  color: #dee1e3;
  background-color: #fff;
}

::-ms-input-placeholder {
  font-size: 0.875rem;
  color: #dee1e3;
  background-color: #fff;
}

::placeholder {
  font-size: 0.875rem;
  color: #dee1e3;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  ::-webkit-input-placeholder {
    font-size: 1rem;
  }
  ::-moz-placeholder {
    font-size: 1rem;
  }
  ::-ms-input-placeholder {
    font-size: 1rem;
  }
  ::placeholder {
    font-size: 1rem;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.p-header {
  height: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 5rem;
  }
}

.p-header__hamburger {
  position: absolute;
  top: 0.9375rem;
  right: 1.75rem;
  z-index: 30;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger {
    display: none;
  }
}

.p-header__inner {
  height: inherit;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding-left: 4.375rem;
    padding-right: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-header__logo {
  position: absolute;
  top: 1.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: inherit;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    top: 4.6875rem;
    left: 4.375rem;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
}

.p-header__logo a {
  display: inline-block;
  width: 18.625rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo a {
    width: 22.625rem;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header__nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  padding-bottom: 6.25rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    position: static;
    height: inherit;
    overflow: visible;
    padding-bottom: 0;
    display: block !important;
  }
}

_::-webkit-full-page-media,
_:future,
:root .p-header__nav {
  height: 100dvh;
  overflow: auto;
  padding-bottom: 6.25rem;
  display: none;
}
@media screen and (min-width: 768px) {
  _::-webkit-full-page-media,
  _:future,
  :root .p-header__nav {
    height: 100%;
    overflow: visible;
    padding-bottom: 0;
    display: block !important;
  }
}

.p-list__item:not(:first-child) {
  padding-top: 1.875rem;
}

.p-list__item:not(:last-child) {
  border-bottom: 1px solid #DEE1E3;
  padding-bottom: 1.875rem;
}

.p-list dt {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #75838e;
}

.p-list dt span {
  font-family: "avenir", sans-serif;
  font-weight: 900;
}

.p-list dt:not(:first-child) {
  margin-top: 1.25rem;
}

.p-list dd {
  padding-left: 1.3125rem;
  margin-top: 0.625rem;
}

.p-list__dd-01,
.p-list__dd-02 {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-list__dd-01 {
  color: #0D98BA;
}

.p-list__dd-03 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-list__dd-03 span {
  font-size: 0.75rem;
  padding-left: 0.25rem;
}

.p-mv {
  overflow: hidden;
  position: relative;
}

.p-mv__bg-movie {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-mv__bg-movie {
    height: 54.6875rem;
  }
}

.p-mv__bg-movie::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(43%, #fff), to(transparent));
  background: linear-gradient(to top, #fff 43%, transparent);
}
@media screen and (min-width: 768px) {
  .p-mv__bg-movie::before {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(48%, #fff), to(transparent));
    background: linear-gradient(to top, #fff 48%, transparent);
  }
}

.p-mv__bg-movie::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08abd2), color-stop(51%, rgba(8, 171, 210, 0)));
  background-image: linear-gradient(to bottom, #08abd2 0%, rgba(8, 171, 210, 0) 51%);
}
@media screen and (min-width: 768px) {
  .p-mv__bg-movie::after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#08abd2), color-stop(44%, rgba(8, 171, 210, 0)));
    background-image: linear-gradient(to bottom, #08abd2 0%, rgba(8, 171, 210, 0) 44%);
  }
}

.p-mv__bg-movie video {
  width: 100%;
  height: 100%;
  aspect-ratio: 693/432;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-mv__bg-movie video {
    aspect-ratio: 1400/400;
  }
}

.p-mv__inner {
  max-width: 24.5625rem;
  padding-inline: 1.5625rem;
  margin-inline: auto;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-mv__inner {
    max-width: 87.5rem;
    padding-inline: 0;
  }
}

.p-mv__contents {
  margin-top: 11.25rem;
}
@media screen and (min-width: 768px) {
  .p-mv__contents {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 17.5rem;
    margin-left: 6.25rem;
  }
}

.p-mv__tag {
  width: 12.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-mv__tag {
    width: 15rem;
    margin-left: 0;
  }
}

.p-mv__lead {
  width: 21.125rem;
  margin-top: 1.125rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-mv__lead {
    width: 26.5625rem;
    margin-top: 1.4375rem;
    margin-left: 0;
  }
}

.p-mv__title {
  width: 17.6875rem;
  margin-top: 1.3125rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    width: 30.375rem;
    margin-top: 1.375rem;
    margin-left: 0;
  }
}

.p-mv__text {
  width: 20.8125rem;
  margin-top: 1.75rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-mv__text {
    width: 27.1875rem;
    margin-top: 2.5625rem;
    margin-left: 0;
  }
}

.p-mv__pc-frame {
  width: 30.5625rem;
  position: absolute;
  top: 19.6875rem;
  right: -19%;
}
@media screen and (min-width: 768px) {
  .p-mv__pc-frame {
    top: -8.375rem;
    right: -23.75rem;
    width: min(85.7142vw, 1200px);
  }
}
@media screen and (min-width: 1300px) {
  .p-mv__pc-frame {
    right: -21.3125rem;
  }
}

.p-mv__pc-movie {
  position: absolute;
  top: 9.6%;
  left: 15.5%;
  width: 58.4%;
  z-index: -1;
}

.p-mv__pc-movie video {
  width: 100%;
  height: 100%;
  aspect-ratio: 283/159;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-nav {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-nav {
    background-color: transparent;
  }
}

.p-nav__drawer-head {
  position: fixed;
  width: 100%;
  height: 5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 20px 0 rgba(26, 34, 41, .05);
          box-shadow: 0 6px 20px 0 rgba(26, 34, 41, .05);
  z-index: 20;
}

.p-nav__drawer-logo {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.75rem;
}

.p-nav__drawer-logo img {
  width: 8.125rem;
}

.p-nav__menu {
  padding: 0 1.75rem;
  margin-top: 8.125rem;
}
@media screen and (min-width: 768px) {
  .p-nav__menu {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    margin-top: 0;
  }
}

.p-nav__item {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  color: #1a2229;
  border-bottom: 1px solid #dee1e3;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-nav__item {
    font-size: 1rem;
    height: inherit;
    color: #fff;
    border: none;
  }
}

.p-nav__item span {
  font-family: "avenir", sans-serif;
  padding-top: 0.125rem;
}

_::-webkit-full-page-media,
_:future,
:root .p-nav__item span {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .p-nav__item + .p-nav__item {
    margin-left: 3.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-nav__item + .p-nav__item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1.8125rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 1.25rem;
    background-color: #fff;
    opacity: 0.2;
  }
}

.p-nav__item::after {
  content: "";
  position: absolute;
  bottom: 46%;
  right: 4.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 0.125rem solid #0D98BA;
  border-right: 0.125rem solid #0D98BA;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-nav__item::after {
    bottom: 1.125rem;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(135deg);
            transform: translateX(-50%) rotate(135deg);
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    will-change: opacity;
    opacity: 0.4;
  }
}

.p-nav__item:last-of-type::before,
.p-nav__item:last-of-type::after {
  display: none;
}

.p-nav__item a {
  display: block;
  padding: 1.875rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-nav__item a {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-nav__item:hover::after {
    bottom: 0.9375rem;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-nav__item a:hover {
    opacity: 1;
  }
}

.p-nav__btn {
  text-align: center;
  margin-top: 3.75rem;
}

.p-nav__to-morpho {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  padding: 0 2.5rem;
  margin-top: 7.25rem;
}

.p-nav__to-morpho a {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.p-nav__item--morpho img {
  width: 5rem;
}

.p-nav__to-morpho a::after {
  content: "";
  background: url(../images/icon_arrow-right--blue.png) no-repeat center center/contain;
  width: 0.8125rem;
  margin-left: auto;
}

.p-pdf {
  background-color: rgba(13, 152, 186, .1);
}

.p-pdf__inner {
  max-width: 24.5625rem;
}
@media screen and (min-width: 768px) {
  .p-pdf__inner {
    max-width: 1250px;
  }
}

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

.p-pdf__sub-title {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-pdf__sub-title {
    margin-top: 1.25rem;
  }
}

.p-pdf__items {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-pdf__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3.75rem;
  }
}

.p-pdf__item {
  position: relative;
}

.p-pdf__item02 {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-pdf__item02 {
    margin-top: 0;
  }
}

.p-pdf__fukidashi {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  width: 11.5625rem;
  text-align: center;
  border-radius: 1.5625rem;
  padding: 0.4375rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-pdf__fukidashi {
    font-size: 1.25rem;
    width: 18.75rem;
    padding: 0.625rem;
  }
}

.p-pdf__fukidashi::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 4px 0 4px;
}
@media screen and (min-width: 768px) {
  .p-pdf__fukidashi::after {
    bottom: -13px;
    border-width: 14px 6px 0 6px;
  }
}

.p-pdf__fukidashi01 {
  background-color: #A6B3BA;
  margin-bottom: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-pdf__fukidashi01 {
    margin-bottom: 2.5rem;
  }
}

.p-pdf__fukidashi01::after {
  border-color: #A6B3BA transparent transparent transparent;
}

.p-pdf__fukidashi02 {
  background-color: #0D98BA;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-pdf__fukidashi02 {
    margin-bottom: 1.5625rem;
  }
}

.p-pdf__fukidashi02::after {
  border-color: #0D98BA transparent transparent transparent;
}

@media screen and (min-width: 768px) {
  .p-pdf__item01 {
    width: 35.3125rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-pdf__item02 {
    width: 36.5625rem;
  }
}

.p-pdf__text {
  position: absolute;
  font-weight: 700;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-pdf__text01 {
  top: 6.3125rem;
  left: 1.875rem;
  font-size: 0.75rem;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .p-pdf__text01 {
    font-size: 1.25rem;
    top: 10.25rem;
    left: 3.9375rem;
  }
}

.p-pdf__text02 {
  top: 15.8125rem;
  left: 2.4375rem;
  font-size: 0.625rem;
  line-height: 1.5;
}
@media screen and (min-width: 375px) {
  .p-pdf__text02 {
    left: 3.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-pdf__text02 {
    font-size: 1rem;
    top: 25.6875rem;
    left: 6.1875rem;
  }
}

.p-pdf__text03 {
  top: 16.8125rem;
  left: 1.9375rem;
  font-size: 0.75rem;
  line-height: 1.1666666667;
}
@media screen and (min-width: 768px) {
  .p-pdf__text03 {
    font-size: 1.25rem;
    top: 27.4375rem;
    left: 4.125rem;
  }
}

.p-pdf__text04 {
  top: 56px;
  left: 2.125rem;
  font-size: 0.625rem;
  line-height: 1.2;
}
@media screen and (min-width: 375px) {
  .p-pdf__text04 {
    top: 4.125rem;
    left: 2.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-pdf__text04 {
    font-size: 1rem;
    top: 7.375rem;
    left: 5.125rem;
  }
}

.p-pdf__text05 {
  top: 81px;
  left: 1.375rem;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  color: #0D98BA;
}
@media screen and (min-width: 375px) {
  .p-pdf__text05 {
    top: 5.9375rem;
    left: 1.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-pdf__text05 {
    font-size: 1.375rem;
    top: 10.375rem;
    left: 3.0625rem;
  }
}

.p-pdf__text06 {
  top: 70%;
  left: 10%;
  font-size: 0.5625rem;
  line-height: 1.3333333333;
}
@media screen and (min-width: 375px) {
  .p-pdf__text06 {
    top: 13.9375rem;
    left: 2.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-pdf__text06 {
    font-size: 1rem;
    top: 24.125rem;
    left: 4.9375rem;
  }
}

.p-pdf__text07 {
  top: 15.6875rem;
  left: 2rem;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  color: #0D98BA;
}
@media screen and (min-width: 768px) {
  .p-pdf__text07 {
    font-size: 1.25rem;
    top: 27.375rem;
    left: 3.6875rem;
  }
}

.p-read {
  background-color: rgba(13, 152, 186, .1);
  overflow: hidden;
}

.p-read__inner {
  max-width: 31.25rem;
}
@media screen and (min-width: 768px) {
  .p-read__inner {
    max-width: 73.125rem;
  }
}

.p-read__fukidashi {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #75838e;
  border-radius: 0.3125rem;
  padding: 0.375rem 1rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-read__fukidashi {
    font-size: 1.125rem;
    padding: 0.625rem 1.375rem;
  }
}

.p-read__fukidashi::after {
  content: "";
  position: absolute;
  bottom: -0.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 7px 0 7px;
  border-color: #75838e transparent transparent transparent;
}

.p-read__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #75838e;
  text-align: center;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-read__text {
    font-size: 1.375rem;
    margin-top: 1.125rem;
  }
}

.p-read__title {
  text-align: center;
  margin-top: 1.25rem;
}

.p-read__sub-title {
  margin-top: 1.25rem;
}

.p-read__sub-title--02 {
  margin-top: 0.625rem;
}

.p-read__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  overflow-x: auto;
  padding-inline: calc(50vw - 50%);
  margin-inline: calc(50% - 50vw);
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-read__items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.125rem;
    overflow-x: visible;
    padding-inline: inherit;
    margin-inline: auto;
    margin-top: 3.75rem;
  }
}

.p-read__item {
  width: 12.3125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-read__item {
    width: 18.75rem;
  }
}

_::-webkit-full-page-media, _:future, :root .p-read__item--ios {
  width: 14.0625rem;
  padding-right: 1.75rem;
}
@media screen and (min-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .p-read__item--ios {
    width: 18.75rem;
    padding-right: 0;
  }
}

_:lang(x)::-internal-media-controls-overlay-cast-button, .p-read__item--ios {
  width: 14.0625rem;
  padding-right: 1.75rem;
}
@media screen and (min-width: 768px) {
  _:lang(x)::-internal-media-controls-overlay-cast-button, .p-read__item--ios {
    width: 18.75rem;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-read__under {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 7.5rem;
  }
}

.p-read__semi-title {
  text-align: center;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-read__semi-title {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-read__under-left,
  .p-read__under-right {
    width: 32.5rem;
  }
}

.p-read__img {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-read__img {
    margin-top: 2.5rem;
  }
}

.p-record__inner {
  max-width: 31.25rem;
}
@media screen and (min-width: 768px) {
  .p-record__inner {
    max-width: 73.125rem;
  }
}

.p-record__title {
  text-align: center;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-record__title {
    margin-top: 0;
  }
}

.p-record__title--top {
  margin-top: 0.5625rem;
}

.p-record__items {
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .p-record__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 7.3125rem;
    margin-top: 3.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-record__item--01 {
    width: 32.625rem;
  }
}

.p-record__item--02 {
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-record__item--02 {
    width: 32.625rem;
    margin-top: 0;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-record__item--01 .c-title-sub-section,
  .p-record__item--02 .c-title-sub-section {
    margin-left: 2.6875rem;
  }
}

.p-record__item--03 {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-record__item--03 {
    width: 33.125rem;
    margin-top: 0;
  }
}

.p-record__item--04 {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-record__item--04 {
    width: 33.5625rem;
    margin-top: 0;
    margin-left: auto;
  }
}

.p-record__item--03 .p-record__sub-title,
.p-record__item--04 .p-record__sub-title {
  margin-top: 0.625rem;
}

.p-record__img {
  margin-top: 1.25rem;
}

.p-record__item--03 .p-record__img {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-record__item--03 .p-record__img {
    margin-top: 2.5rem;
  }
}

.p-record__item--04 .p-record__img {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-record__item--04 .p-record__img {
    margin-top: 3.125rem;
  }
}

.p-record__text {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-record__text {
    font-size: 0.875rem;
    padding-left: 0.625rem;
    margin-top: 1.375rem;
  }
}

.p-release__inner {
  max-width: 31.25rem;
  padding-right: 1.3125rem;
  padding-left: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-release__inner {
    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;
    max-width: 1250px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.p-release__title {
  text-align: center;
  margin-top: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .p-release__title {
    text-align: left;
  }
}

.p-release__lead {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-release__lead {
    font-size: 1.5rem;
    text-align: left;
  }
}

.p-release__lead span {
  font-family: "avenir", sans-serif;
  font-weight: 900;
}

.p-release__lead .u-ff {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-release__lead .u-ff {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
    display: inline-block;
  }
}

.p-release__text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
  padding-inline: 0.4375rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-release__text {
    font-size: 1.125rem;
    padding-inline: 0;
    margin-top: 2.5rem;
  }
}

.p-release__img {
  padding-inline: 0.4375rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-release__img {
    width: 33.75rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-inline: 0;
    margin-top: 0;
    margin-right: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-table table {
    border-collapse: collapse;
  }
}

@media screen and (min-width: 768px) {
  .p-table thead {
    border-bottom: 1px solid #DEE1E3;
  }
}

@media screen and (min-width: 768px) {
  .p-table__thead-th {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    color: #75838e;
    text-align: left;
    padding-bottom: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-table__thead-th span {
    font-family: "avenir", sans-serif;
    font-weight: 900;
  }
}

@media screen and (min-width: 768px) {
  .p-table__thead-th:first-child {
    padding-left: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-table__thead-th:last-child {
    padding-left: 1.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-table tbody tr:nth-child(even) {
    background-color: #F3F4F5;
  }
}

@media screen and (min-width: 768px) {
  .p-table tbody td {
    padding: 2.5rem 0;
  }
}

@media screen and (min-width: 768px) {
  .p-table__tbody-th {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    color: #0D98BA;
    width: 22.25rem;
    text-align: left;
    padding: 2.5rem 0 2.5rem 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-table__tbody-td01 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
    width: 17.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-table__tbody-td02 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  .p-table__tbody-td02 span {
    display: block;
    font-size: 0.875rem;
    line-height: 1.5;
    padding-left: 0.5rem;
    margin-top: -0.125rem;
  }
}

.p-test {
  color: red;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.u-fixed .p-header__inner {
  background-color: #fff;
  -webkit-box-shadow: 0 6px 20px 0 rgba(26, 34, 41, .05);
          box-shadow: 0 6px 20px 0 rgba(26, 34, 41, .05);
}
@media screen and (min-width: 768px) {
  .u-fixed .p-header__inner {
    height: 6.25rem;
    padding-left: 3.125rem;
  }
}

.u-fixed .c-hamburger {
  top: 1.75rem;
}

.u-fixed .c-hamburger span {
  background-color: #1a2229;
}

.l-header.u-fixed {
  margin-top: 0;
}

.p-header.u-fixed {
  height: 5rem;
}

.u-fixed .p-header__logo {
  top: -0.25rem;
  left: 1.75rem;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: initial;
          transform: initial;
}
@media screen and (min-width: 768px) {
  .u-fixed .p-header__logo {
    top: 0;
    left: 3.125rem;
  }
}

.u-fixed .p-header__logo a {
  width: 8.125rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .u-fixed .p-header__logo a {
    width: 9.625rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .u-fixed .p-nav__item {
    color: #1a2229;
  }
}

@media screen and (min-width: 768px) {
  .u-fixed .p-nav__item + .p-nav__item {
    margin-left: 3.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .u-fixed .p-nav__item:hover {
    color: #0D98BA;
  }
}

@media screen and (min-width: 768px) {
  .u-fixed .p-nav__item::after {
    bottom: 1.75rem;
    border-top: 0.0625rem solid #abb7c1;
    border-right: 0.0625rem solid #abb7c1;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-fixed .p-nav__item:hover::after {
    bottom: 1.5625rem;
    border-top: 0.0625rem solid #0D98BA;
    border-right: 0.0625rem solid #0D98BA;
  }
}

.u-ml-0 {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
