@charset "UTF-8";
/*----- メディアクエリ -----*/
/* 使い方
@include mq(){
  font-size: rem(16);
}
@include mq(375px){
  font-size: rem(16);
}
*/
/*----- font -----*/
/* 使い方
font-family: $noto;
*/
/*----- px変換 -----*/
/* 使い方
font-size: rem(16);
font-size: vw(16);
font-size: vw(16, 375); // ブラウザ幅が375pxのデザインデータの場合
line-height: lh(16,28);
letter-spacing: ls(50);
*/
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  clear: both;
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  color: inherit;
  border-top-width: 1px;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  background: transparent;
  border-radius: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::inner-spin-button, [type=number]::outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::search-decoration {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

::file-upload-button {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  font-weight: 700;
  text-align: left;
}

body {
  background: #fff;
  overflow-x: hidden;
  color: #000;
  line-height: 1.58;
}
body * {
  box-sizing: border-box;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

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

ul, ol, dl {
  list-style: none;
}

a {
  outline: none;
  color: #38b5dd;
}

p, li, dt, dd {
  color: #000;
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.p-index__wrap {
  width: 46.875rem;
  margin: 0 auto;
}
.p-index-mv {
  position: relative;
}
.p-index-mv__logo {
  position: absolute;
  top: 1.25rem;
  left: 0.8125rem;
}
.p-index-mv__logo a {
  display: inline-block;
  width: 10.09375rem;
}
.p-index-mv__logo a:hover {
  opacity: 0.7;
}
.p-index-mv__logo a:nth-of-type(1) {
  display: block;
}
.p-index-mv__logo a:nth-of-type(2) {
  display: none;
}
.p-index-mv__img {
  text-align: center;
}
.p-index__body {
  padding: 4.0625rem 2.8125rem 3rem 2.8125rem;
  background: #fff9dd;
}
.p-index-entry__summary {
  margin-bottom: 0.25rem;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
}
.p-index-entry__summary span {
  display: inline-block;
  border-bottom: 2px solid #000;
}
.p-index-entry__summary sup {
  font-size: 1rem;
}
.p-index-entry__remark {
  margin-top: 0.625rem;
  font-size: 1.375rem;
  font-weight: 600;
  text-align: center;
}
.p-index-entry__box {
  box-sizing: border-box;
  width: 35rem;
  padding: 1.75rem 1.25rem 2.75rem 1.25rem;
  margin: 2.25rem auto 0 auto;
  background-color: #fff;
  border: 2px solid #000;
}
.p-index-entry__box__lead {
  margin-bottom: 0.8125rem;
  color: #262626;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1.2352941176;
  text-align: center;
  font-feature-settings: "palt";
}
.p-index-entry__box__lead span {
  color: #00acc5;
  font-size: 2.625rem;
  font-weight: 600;
}
.p-index-entry__box__heading {
  width: 18.40625rem;
  margin: 2.5rem auto 0.25rem auto;
}
.p-index-entry__box__link {
  width: 24.4375rem;
  margin: 0.3125rem auto 0 auto;
}
.p-index-entry__box__link a:hover {
  opacity: 0.7;
}
.p-index-entry__box__link a:nth-of-type(1) {
  display: block;
}
.p-index-entry__box__link a:nth-of-type(2) {
  display: none;
}
.p-index-register {
  margin-top: 4.0625rem;
}
.p-index-register__heading {
  width: 24.625rem;
  margin: 0 auto 2.8125rem;
}
.p-index-register__summary {
  margin-bottom: 0.25rem;
  font-size: 1.6875rem;
  font-weight: 600;
  letter-spacing: 0.015em;
  text-align: center;
  font-feature-settings: "palt";
}
.p-index-register__flex {
  display: flex;
  justify-content: center;
}
.p-index-register__left {
  width: 14.0625rem;
  margin: -0.3125rem -0.3125rem 0 0;
}
.p-index-register__right {
  width: 21.40625rem;
  padding-top: 2.1875rem;
}
.p-index-register__right__img {
  margin-bottom: 0.25rem;
}
.p-index-register__right__link a:hover {
  opacity: 0.7;
}
.p-index-register__right__link a:nth-of-type(1) {
  display: block;
}
.p-index-register__right__link a:nth-of-type(2) {
  display: none;
}
.p-index-apps {
  margin-top: 3.25rem;
}
.p-index-apps__heading {
  width: 31.59375rem;
  margin: 0 auto 1.5rem;
}
.p-index-apps__flex {
  display: flex;
  justify-content: center;
  margin-bottom: 3.6875rem;
}
.p-index-apps__left {
  width: 20.25rem;
  margin-right: -0.3125rem;
}
.p-index-apps__right {
  width: 14.59375rem;
  margin-left: 0.9375rem;
}
.p-index-apps__right li {
  margin-bottom: 0.125rem;
}
.p-index-apps__right li:last-child {
  margin-bottom: 0;
}
.p-index-apps__right li a:hover {
  opacity: 0.7;
}
.p-index-campaign__heading {
  margin-bottom: 0.9375rem;
  font-size: 2.125rem;
  font-weight: 600;
  text-align: center;
  font-feature-settings: "palt";
}
.p-index-campaign__ul {
  width: 35rem;
  padding-bottom: 2.9375rem;
  margin: 0 auto 1.8125rem;
  border-bottom: 1px solid #000;
}
.p-index-campaign__ul li {
  margin-bottom: 1.8125rem;
  font-weight: 600;
  line-height: 1.58;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.p-index-campaign__ul li:last-child {
  margin-bottom: 0;
}
.p-index-campaign__subheading {
  padding-bottom: 0.125rem;
  margin-bottom: 0.6875rem;
  border-bottom: 1px solid #000;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.6153846154;
}
.p-index-campaign__lead {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.6153846154;
  letter-spacing: 0.05em;
  text-align: justify;
}
.p-index-campaign__lead sup {
  font-size: 1rem;
}
.p-index-campaign__outro {
  margin-bottom: 3.75rem;
  font-size: 1.4375rem;
  font-weight: 600;
  text-align: center;
}
.p-index-campaign__button {
  width: 21.875rem;
  margin: 0 auto;
}
.p-index-campaign__button a {
  display: block;
  padding: 0.375rem;
  background-color: #00acc5;
  border-radius: 1.75rem;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  font-feature-settings: "palt";
}
.p-index-campaign__button a:hover {
  opacity: 0.7;
}
.p-index-footer {
  padding: 0.6875rem 0;
  background: #00acc5;
}
.p-index-footer address {
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.75;
  text-align: center;
}

.u-wrap {
  max-width: 71.25rem;
  padding: 0 1.25rem;
  margin: 0 auto;
}

.u-nopc {
  display: none;
}

.u-nosp {
  display: inherit;
}

.u-hover--fade {
  transition: opacity 0.3s ease;
}
.u-hover--fade:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-index__wrap {
    width: 100%;
  }
  .p-index-mv__logo {
    top: 2.6666666667vw;
    left: 1.7333333333vw;
  }
  .p-index-mv__logo a {
    width: 21.5333333333vw;
  }
  .p-index-mv__logo a:nth-of-type(1) {
    display: none;
  }
  .p-index-mv__logo a:nth-of-type(2) {
    display: block;
  }
  .p-index__body {
    padding: 8.6666666667vw 6vw 6.4vw 6vw;
  }
  .p-index-entry__summary {
    margin-bottom: 0.5333333333vw;
    font-size: 3.4666666667vw;
  }
  .p-index-entry__summary sup {
    font-size: 2.1333333333vw;
  }
  .p-index-entry__remark {
    margin-top: 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
  .p-index-entry__box {
    width: 74.6666666667vw;
    padding: 3.7333333333vw 2.6666666667vw 5.8666666667vw 2.6666666667vw;
    margin: 4.8vw auto 0 auto;
  }
  .p-index-entry__box__lead {
    margin-bottom: 1.7333333333vw;
    font-size: 4.5333333333vw;
  }
  .p-index-entry__box__lead span {
    font-size: 5.6vw;
  }
  .p-index-entry__box__heading {
    width: 34vw;
    margin: 5.3333333333vw auto 0.5333333333vw auto;
  }
  .p-index-entry__box__link {
    width: 52.1333333333vw;
    margin: 0.6666666667vw auto 0 auto;
  }
  .p-index-entry__box__link a:nth-of-type(1) {
    display: none;
  }
  .p-index-entry__box__link a:nth-of-type(2) {
    display: block;
  }
  .p-index-register {
    margin-top: 8.6666666667vw;
  }
  .p-index-register__heading {
    width: 52.5333333333vw;
    margin: 0 auto 6vw;
  }
  .p-index-register__summary {
    margin-bottom: 0.5333333333vw;
    font-size: 3.6vw;
  }
  .p-index-register__left {
    width: 30vw;
    margin: -0.6666666667vw -0.6666666667vw 0 0;
  }
  .p-index-register__right {
    width: 45.6666666667vw;
    padding-top: 4.6666666667vw;
  }
  .p-index-register__right__img {
    margin-bottom: 0.5333333333vw;
  }
  .p-index-register__right__link a:nth-of-type(1) {
    display: none;
  }
  .p-index-register__right__link a:nth-of-type(2) {
    display: block;
  }
  .p-index-apps {
    margin-top: 6.9333333333vw;
  }
  .p-index-apps__heading {
    width: 67.4vw;
    margin: 0 auto 3.2vw;
  }
  .p-index-apps__flex {
    margin-bottom: 7.8666666667vw;
  }
  .p-index-apps__left {
    width: 21.4vw;
    margin-right: -0.6666666667vw;
  }
  .p-index-apps__right {
    width: 31.1333333333vw;
    margin-left: 2vw;
  }
  .p-index-apps__right li {
    margin-bottom: 0.2666666667vw;
  }
  .p-index-campaign__heading {
    margin-bottom: 2vw;
    font-size: 4.5333333333vw;
  }
  .p-index-campaign__ul {
    width: 74.6666666667vw;
    padding-bottom: 6.2666666667vw;
    margin: 0 auto 3.8666666667vw;
  }
  .p-index-campaign__ul li {
    margin-bottom: 3.8666666667vw;
  }
  .p-index-campaign__subheading {
    padding-bottom: 0.2666666667vw;
    margin-bottom: 1.4666666667vw;
    font-size: 3.4666666667vw;
  }
  .p-index-campaign__lead {
    font-size: 3.4666666667vw;
  }
  .p-index-campaign__lead sup {
    font-size: 2.1333333333vw;
  }
  .p-index-campaign__outro {
    margin-bottom: 8vw;
    font-size: 3.0666666667vw;
  }
  .p-index-campaign__button {
    width: 46.6666666667vw;
  }
  .p-index-campaign__button a {
    padding: 0.8vw;
    border-radius: 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
  .p-index-footer {
    padding: 1.4666666667vw 0;
  }
  .p-index-footer address {
    font-size: 2.6666666667vw;
  }
  .u-wrap {
    padding: 0 2.6041666667vw;
  }
  .u-nopc {
    display: inherit;
  }
  .u-nosp {
    display: none;
  }
  .u-hover--fade {
    transition: none;
  }
  .u-hover--fade:hover {
    opacity: 1;
  }
}