@charset "utf-8";

@-moz-keyframes slidePc {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-161.64vw, 0, 0) rotate(0deg);
  }
}

@-webkit-keyframes slidePc {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-161.64vw, 0, 0) rotate(0deg);
  }
}

@-o-keyframes slidePc {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-161.64vw, 0, 0) rotate(0deg);
  }
}

@keyframes slidePc {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-161.64vw, 0, 0) rotate(0deg);
  }
}

@-moz-keyframes slideSp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-220vw, 0, 0) rotate(0deg);
  }
}

@-webkit-keyframes slideSp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-220vw, 0, 0) rotate(0deg);
  }
}

@-o-keyframes slideSp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-220vw, 0, 0) rotate(0deg);
  }
}

@keyframes slideSp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-220vw, 0, 0) rotate(0deg);
  }
}

@-moz-keyframes arrowRight {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(60%);
  }

  100% {
    transform: translateX(0);
  }
}

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

  50% {
    transform: translateX(60%);
  }

  100% {
    transform: translateX(0);
  }
}

@-o-keyframes arrowRight {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(60%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes arrowRight {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(60%);
  }

  100% {
    transform: translateX(0);
  }
}

@-moz-keyframes slideBtns {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@-webkit-keyframes slideBtns {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@-o-keyframes slideBtns {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes slideBtns {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@-moz-keyframes scrollbar {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@-webkit-keyframes scrollbar {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@-o-keyframes scrollbar {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@keyframes scrollbar {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@font-face {
  font-family: 'Corporate';
  src: url("../font/logotypejp_mp_b_1.1.ttf");
}

@font-face {
  font-family: 'Corporate';
  src: url("../font/logotypejp_mp_b_1.1.eot");
}

* {
  box-sizing: border-box;
}

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

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

main {
  display: block;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

h1,
h2,
h3 {
  text-transform: initial;
}

[v-cloak] {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.global_wrap {
  overflow: hidden;
}

.halfIndent {
  display: inline-block;
  text-indent: -0.5em;
}

.indent {
  display: inline-block;
  text-indent: -1em;
}

.jsInviewFade {
  opacity: 0;
  transform: translate3d(0, 60px, 0);
  transition: opacity 0.8s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.jsInviewFade.inviewd {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.jsInviewFade-order {
  opacity: 0;
  transform: translate3d(0, 60px, 0);
  transition: opacity 0.8s, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.fade {
  opacity: 0;
  transition: 1s opacity;
}

.fade.faded {
  opacity: 1;
}

.inview {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.inview.inviewd {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  background: linear-gradient(to right, #0047b2, #0091ff);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 5px 10px 0 rgba(0,55,137,0.4);
  position: relative;
  line-height: 1.3;
}

.btn:after {
  content: "";
  background: url("../img/arrow.png") no-repeat;
  background-size: contain;
}

.bb {
  position: relative;
  z-index: 0;
}

.bb:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: linear-gradient(to right, rgba(166,239,251,0.8), rgba(211,187,239,0.8));
  z-index: -1;
}

.kome {
  color: #666;
  font-weight: bold;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}

.footer_link {
  display: inline-block;
}

.footer_logo {
  display: inline-block;
}

.footer_copy {
  font-family: 'Meiryo', 'メイリオ', 'Verdana', 'MS Pゴシック', sans-serif;
  font-weight: bold;
  color: #435b67;
  position: relative;
}

.footer_txt {
  display: block;
  font-family: 'Meiryo', 'メイリオ', 'Verdana', 'MS Pゴシック', sans-serif;
  font-weight: bold;
  color: #435b67;
}

.footer_txt span {
  display: inline-block;
  border-bottom: 1px solid #435b67;
  transition: 0.3s;
}

.footer .top_btn {
  position: absolute;
  box-shadow: 5px 10px 10px 0 rgba(130,140,154,0.25);
  z-index: 1000;
}

.global_wrap {
  opacity: 0;
  transition: opacity 0.3s;
}

.global_wrap.loaded {
  opacity: 1;
}

.kv {
  position: relative;
  background: linear-gradient(to bottom, rgba(166,239,251,0.5), rgba(211,187,239,0.5));
  overflow: hidden;
}

.kv_illust {
  position: absolute;
  z-index: 0;
}

.kv_scroll {
  position: absolute;
}

.kv_scroll_line {
  background: #333;
  transform-origin: top;
}

.kv .inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.kv_img {
  position: absolute;
}

.kv_box,
.kv_entry {
  text-align: right;
}

.kv_box_title {
  margin-right: -0.175em;
  font-family: 'Corporate';
  font-weight: 400;
  line-height: 1.07;
}

.kv_box_title .typing {
  display: none;
}

.kv_box_txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.kv_box_txt span {
  background: #fff;
}

.kv_box_txt .kome {
  background: none;
  padding: 0;
  display: block;
  line-height: 1.6;
}

.kv_entry_txt {
  position: relative;
  font-family: 'Corporate';
  font-weight: 400;
  color: #0047b2;
}

.kv_entry_links {
  display: flex;
}

.kv_entry_links .btn:after {
  position: relative;
}

.merit1,
.merit2 {
  position: relative;
  overflow: hidden;
}

.merit1_illust,
.merit2_illust {
  position: absolute;
  display: inline-block;
}

.merit1_title,
.merit2_title {
  font-family: 'Corporate';
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}

.merit1_title .fontS,
.merit2_title .fontS {
  position: relative;
  top: -0.1em;
}

.merit1_title .fontSS,
.merit2_title .fontSS {
  position: relative;
  top: -0.2em;
}

.merit1_title .accent,
.merit2_title .accent {
  display: block;
  line-height: 1;
}

.merit1_merits dl,
.merit2_merits dl {
  position: relative;
}

.merit1_merits dl:before,
.merit2_merits dl:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.merit1_merits dl dt,
.merit2_merits dl dt {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.merit1_merits dl dd,
.merit2_merits dl dd {
  font-weight: 700;
  letter-spacing: 0.05em;
}

.merit1_title .accent {
  background: #8521e2;
}

.merit1_merits dl:before {
  background: url("../img/merit1_check.svg") no-repeat;
  background-size: contain;
}

.merit2_title .accent {
  background: #0047b2;
}

.merit2_caution {
  display: flex;
  justify-content: flex-end;
}

.merit2_caution .kome {
  text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 0px 1px #fff, 0px 1px 1px #fff, -1px 0px 1px #fff, 0px -1px 1px #fff;
  line-height: 1.8;
  display: inline-block;
  text-indent: -1em;
  margin-left: 1em;
  position: relative;
}

.merit2_merits dl:before {
  background: url("../img/merit2_check.svg") no-repeat;
  background-size: contain;
}

.matter {
  position: relative;
  background: linear-gradient(to bottom, rgba(166,239,251,0.5), rgba(211,187,239,0.5));
}

.matter_grid {
  background: url("../img/grid.svg") repeat;
  background-size: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.matter .inner {
  position: relative;
  z-index: 1;
}

.matter_box {
  position: relative;
}

.matter_lists {
  display: flex;
  flex-wrap: wrap;
}

.matter_lists li {
  background: #fff;
  box-shadow: 0 20px 30px 0 rgba(26,107,156,0.2);
  white-space: pre-line;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.matter_lists li:last-child {
  margin-bottom: 0;
}

.matter_lists li .matter_lists_title {
  color: #0047b2;
  line-height: 1.3;
}

.matter_lists li dl {
  line-height: 1.7;
  display: flex;
}

.matter_lists li dl dt {
  min-width: 6em;
}

.matter_lists li dl dd {
  margin-left: 1em;
  text-indent: -1em;
}

.matter_illust {
  background: url("../img/matter_illust.png") no-repeat;
  background-size: contain;
}

.matter_illust .matter_caution {
  position: absolute;
}

.matter_title {
  text-align: center;
}

.matter_txt {
  text-align: center;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.step_title {
  text-align: center;
}

.step_list {
  width: 100%;
  display: flex;
  align-items: baseline;
  position: relative;
}

.step_list_1:after {
  content: "";
  position: absolute;
}

.step_list_1 dd:after {
  content: none;
}

.step_list_2 dd:after {
  background: url("../img/step2_illust.png") no-repeat;
  background-size: contain;
}

.step_list_3 dd:after {
  background: url("../img/step3_illust.png") no-repeat;
  background-size: contain;
}

.step_list_4 dd:after {
  background: url("../img/step4_illust.png") no-repeat;
  background-size: contain;
}

.step_list_5 dd:after {
  background: url("../img/step5_illust.png") no-repeat;
  background-size: contain;
}

.step_list dt img {
  width: auto;
  vertical-align: sub;
}

.step_list dd {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.step_list dd:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.step_list dd .register {
  display: block;
  color: #0047b2;
  font-weight: 900;
  position: relative;
}

.step_list dd .register:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.precautions_title {
  text-align: center;
}

.precautions_list li {
  font-weight: 700;
  line-height: 2;
}

.precautions_list li span {
  display: inline-block;
  margin-left: 1em;
  text-indent: -1em;
}

.precautions_list li span:before {
  content: "・";
}

.entry_title {
  color: #0047b2;
  font-family: 'Corporate';
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
}

.entry_btn .btn {
  margin: 0 auto;
}

.entry_btn .btn:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.entry_area {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
  background: #fff;
  opacity: 0;
}

.entry_area.fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 100;
}

.entry_area .btn {
  box-shadow: none;
  width: calc(100% * (1 / 3));
}

.entry_area .btn:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.entry_area .btn span {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  br.forPC,
  img.forPC,
  span.forPC {
    display: inline;
  }

  br.forTAB,
  img.forTAB,
  span.forTAB,
  br.forSP,
  img.forSP,
  span.forSP,
  br.forSP_small,
  img.forSP_small,
  span.forSP_small {
    display: none;
  }

  .btn {
    font-size: 1.7rem;
    height: 70px;
    opacity: 1;
    -ms-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .btn:hover {
    opacity: 0.6;
  }

  .btn .fontS {
    font-size: 1.3rem;
  }

  .btn:after {
    width: 10px;
    height: 22px;
  }

  .bb:after {
    height: 20px;
    bottom: 2px;
  }

  .kome {
    font-size: 1.4rem;
  }

  .header {
    padding: 0 40px;
  }

  .header .inner {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
  }

  .header_logo {
    opacity: 1;
    -ms-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .header_logo:hover {
    opacity: 0.6;
  }

  .footer {
    padding: 20px 40px;
  }

  .footer .inner {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer_link {
    opacity: 1;
    -ms-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .footer_link:hover {
    opacity: 0.6;
  }

  .footer_logo {
    margin-right: 20px;
  }

  .footer_copy {
    font-size: 1rem;
    bottom: 2px;
  }

  .footer_txt {
    font-size: 1rem;
    margin-top: 20px;
  }

  .footer_txt span {
    padding-bottom: 1px;
  }

  .footer_txt span:hover {
    border-bottom: 1px solid transparent;
  }

  .footer .top_btn {
    bottom: 20px;
    right: 20px;
    opacity: 1;
    -ms-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .footer .top_btn:hover {
    opacity: 0.6;
  }

  .kv {
    padding: 50px 40px 80px;
  }

  .kv_illust {
    background: url("../img/kv_img.png") no-repeat;
    background-size: contain;
    width: 920px;
    height: 685px;
    top: 0;
    left: calc(50% - 637px);
  }

  .kv_scroll {
    top: 489px;
    left: calc(50% - 445px);
  }

  .kv_scroll_line {
    margin-top: 10px;
    width: 2px;
    height: 180px;
  }

  .kv .inner {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }

  .kv_box,
  .kv_entry {
    width: 530px;
  }

  .kv_box_title {
    letter-spacing: 0.1em;
    font-size: 8rem;
    margin-top: 28px;
    height: 170px;
  }

  .kv_box_title .t-container span {
    font-size: 7.2rem;
  }

  .kv_box_txt {
    line-height: 2.35;
    font-size: 1.7rem;
    margin-top: 25px;
  }

  .kv_box_txt span {
    padding: 1px 6px;
  }

  .kv_entry {
    margin-top: 25px;
  }

  .kv_entry_txt {
    font-size: 2.4rem;
    text-align: center;
  }

  .kv_entry_txt span {
    font-size: 2.2rem;
  }

  .kv_entry_txt:before,
  .kv_entry_txt:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 60px;
    height: 4px;
    background: #0047b2;
  }

  .kv_entry_txt:before {
    left: 0;
  }

  .kv_entry_txt:after {
    right: 0;
  }

  .kv_entry_links {
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
  }

  .kv_entry_links .btn {
    width: 170px;
  }

  .kv_entry_links .btn:after {
    left: 15px;
  }

  .merit1 .inner,
  .merit2 .inner {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }

  .merit1_title,
  .merit2_title {
    font-size: 4.8rem;
  }

  .merit1_title .fontS,
  .merit2_title .fontS {
    font-size: 3.2rem;
  }

  .merit1_title .fontSS,
  .merit2_title .fontSS {
    font-size: 2.5rem;
  }

  .merit1_title .accent,
  .merit2_title .accent {
    font-size: 3.2rem;
    width: 164px;
    margin: 5px auto 0;
    padding: 5px 10px;
  }

  .merit1_title .accent span,
  .merit2_title .accent span {
    font-size: 3rem;
  }

  .merit1_merits,
  .merit2_merits {
    margin: 0 40px;
  }

  .merit1_merits dl,
  .merit2_merits dl {
    padding: 0 0 30px 53px;
    margin-bottom: 30px;
    border-bottom: 2px solid #68b7e7;
  }

  .merit1_merits dl:before,
  .merit2_merits dl:before {
    width: 40px;
    height: 45px;
  }

  .merit1_merits dl:last-child,
  .merit2_merits dl:last-child {
    margin-bottom: 100px;
  }

  .merit1_merits dl dt,
  .merit2_merits dl dt {
    line-height: 1.3;
    margin-bottom: 20px;
    font-size: 3.2rem;
  }

  .merit1_merits dl dd,
  .merit2_merits dl dd {
    line-height: 1.8;
    font-size: 1.7rem;
  }

  .merit1_merits dl dd span,
  .merit2_merits dl dd span {
    font-size: 1.3rem;
  }

  .merit1 {
    background: url("../img/merit1_bg.png") no-repeat;
    background-size: 1366px auto;
    background-position: top;
  }

  .merit1_illust {
    top: 113px;
    left: calc(50% + 240px);
    width: 521px;
    height: 337px;
    background: url("../img/merit1_illust.png") no-repeat;
    background-size: contain;
  }

  .merit1_title {
    margin: 50px 0 215px;
  }

  .merit2 {
    background: url("../img/merit2_bg.png") no-repeat;
    background-size: 1366px auto;
    background-position: top;
  }

  .merit2_illust {
    top: 135px;
    left: calc(50% + 130px);
    width: 496px;
    height: 288px;
    background: url("../img/merit2_illust.png") no-repeat;
    background-size: contain;
  }

  .merit2_title {
    margin: 90px 0 171px;
  }

  .merit2_caution .kome {
    margin-right: 2.8em;
    margin-bottom: 40px;
  }

  .matter {
    padding: 105px 0 37px;
  }

  .matter .inner {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }

  .matter_box {
    padding: 0 40px;
  }

  .matter_lists {
    justify-content: flex-start;
  }

  .matter_lists li {
    width: 620px;
    padding: 40px 20px 40px 40px;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .matter_lists li .matter_lists_title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }

  .matter_lists li dl {
    font-size: 1.5rem;
  }

  .matter_lists li dl dd {
    padding-right: 20px;
  }

  .matter_illust {
    position: absolute;
    left: calc(50% + 136px);
    top: 50%;
    transform: translateY(-50%);
    width: 367px;
    height: 437px;
  }

  .matter_illust .matter_caution {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .matter_title {
    margin-top: 100px;
    font-size: 4.8rem;
  }

  .matter_title .bb:after {
    width: 104%;
  }

  .matter_txt {
    font-size: 2.4rem;
    margin-top: 25px;
  }

  .matter_img {
    margin-top: 60px;
    margin-left: 40px;
  }

  .step {
    padding: 100px 0;
  }

  .step .inner {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }

  .step_title {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }

  .step_title .bb:after {
    height: 12px;
  }

  .step_list {
    margin-bottom: 58px;
  }

  .step_list_1:after {
    left: 27px;
    top: 37px;
    width: 16px;
    height: 420px;
    background: url("../img/step_arrow.png") no-repeat;
    background-size: contain;
  }

  .step_list_2 dd:after {
    width: 85px;
    height: 67px;
  }

  .step_list_3 dd:after {
    width: 71px;
    height: 65px;
    right: 5px !important;
  }

  .step_list_4 dd:after {
    width: 68px;
    height: 58px;
    right: 5px !important;
  }

  .step_list_5 {
    margin-bottom: 0;
  }

  .step_list_5 dd:after {
    width: 85px;
    height: 59px;
  }

  .step_list dt {
    min-width: 100px;
  }

  .step_list dt img {
    height: 22px;
  }

  .step_list dd {
    font-size: 2.4rem;
  }

  .step_list dd .register {
    font-size: 1.7rem;
    border: 4px solid #0047b2;
    height: 60px;
    padding: 16px;
    margin-top: 15px;
  }

  .step_list dd .register:after {
    right: 20px;
    width: 8px;
    height: 16px;
    background: url("../img/arrow_blue.png") no-repeat;
    background-size: contain;
  }

  .precautions {
    padding: 60px 40px 70px;
  }

  .precautions .inner {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }

  .precautions_title {
    font-size: 2.4rem;
  }

  .precautions_title .bb:after {
    height: 12px;
  }

  .precautions_list {
    margin-top: 50px;
  }

  .precautions_list li {
    font-size: 1.7rem;
  }

  .precautions_list li:not(:last-child) {
    margin-bottom: 30px;
  }

  .precautions_list_more {
    font-size: 1.4rem;
    margin-left: 20px;
    text-indent: -8px;
  }

  .precautions_list_more.caution {
    margin-left: 20px;
    text-indent: 0;
  }

  .entry .inner {
    max-width: 1366px;
    margin-right: auto;
    margin-left: auto;
  }

  .entry_title {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }

  .entry_title .fontS {
    font-size: 3rem;
  }

  .entry_btn {
    margin: 0 auto 80px;
  }

  .entry_btn .btn {
    width: 404px;
  }

  .entry_btn .btn:after {
    right: 25px;
  }

  .entry_area {
    border-top: 4px solid #0047b2;
    border-bottom: 4px solid #0047b2;
  }

  .entry_area .btn:after {
    right: 35px;
  }

  .entry_area .btn span {
    font-size: 13px;
    top: 2px;
  }
}

@media print, screen and (min-width: 1367px) {
  .merit1 {
    background-size: 100% 503px;
  }

  .merit2 {
    background-size: 100% 441px;
  }
}

@media screen and (max-width: 1020px) {
  br.forTAB,
  img.forTAB,
  span.forTAB {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  br.forPC,
  img.forPC,
  span.forPC {
    display: none;
  }

  br.forSP,
  img.forSP,
  span.forSP {
    display: inline;
  }

  .btn {
    height: 17.33vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
  }

  .btn .fontS {
    font-size: 3.2vw;
    position: relative;
    top: -0.1em;
  }

  .btn:after {
    width: 2.13vw;
    height: 5.07vw;
  }

  .bb:after {
    height: 4vw;
    bottom: 0.67vw;
  }

  .kome {
    font-size: 2.8vw;
  }

  .header .inner {
    margin-top: 4vw;
  }

  .header_logo {
    margin-right: 5.33vw;
    text-align: right;
  }

  .header_logo a img {
    width: 44.67vw;
    height: auto;
  }

  .footer {
    padding: 5.33vw 0;
  }

  .footer .inner {
    width: 89.33vw;
    margin: 0 auto;
  }

  .footer_logo {
    margin-right: 2.67vw;
  }

  .footer_logo img {
    width: 20.27vw;
    height: auto;
  }

  .footer_copy {
    font-size: 2.67vw;
    bottom: 0.27vw;
  }

  .footer_txt {
    font-size: 2.67vw;
    margin-top: 5.33vw;
  }

  .footer_txt span {
    padding-bottom: 0.67vw;
  }

  .footer .top_btn {
    bottom: 4.67vw;
    right: 2.67vw;
  }

  .footer .top_btn img {
    width: 16vw;
    height: 16vw;
  }

  .kv {
    padding-bottom: 8vw;
  }

  .kv_illust {
    background: url("../img/kv_img_sp.png") no-repeat;
    background-size: contain;
    width: 100%;
    height: 144.93vw;
    bottom: -6.67vw;
    left: 0;
  }

  .kv_scroll {
    left: 25.33vw;
    top: 141.07vw;
  }

  .kv_scroll img {
    width: 3.2vw;
    height: 10vw;
  }

  .kv_scroll_line {
    margin-top: 2vw;
    width: 0.53vw;
    height: 26vw;
  }

  .kv .inner {
    width: 89.33vw;
    margin: 0 auto;
  }

  .kv_box,
  .kv_entry {
    width: 100%;
  }

  .kv_box {
    margin-top: 13.33vw;
  }

  .kv_box_title {
    letter-spacing: 0.06em;
    margin-top: 4vw;
    font-size: 14.67vw;
    height: 31.2vw;
  }

  .kv_box_title .t-container span {
    font-size: 12.8vw;
  }

  .kv_box_txt {
    line-height: 2.2;
    font-size: 3.2vw;
    margin-top: 3.33vw;
  }

  .kv_box_txt span {
    padding: 0 0.67vw;
  }

  .kv_box_sub img {
    width: 100%;
  }

  .kv_entry {
    margin-top: 3.33vw;
  }

  .kv_entry_txt {
    font-size: 5.87vw;
    line-height: 1.3;
  }

  .kv_entry_txt span {
    font-size: 5.07vw;
  }

  .kv_entry_txt .spAdjust {
    margin-right: -0.35em;
  }

  .kv_entry_links {
    flex-wrap: wrap;
    margin-left: auto;
    margin-top: 4vw;
    width: 42vw;
  }

  .kv_entry_links li {
    width: 100%;
  }

  .kv_entry_links li:not(:first-child) {
    margin-top: 1.33vw;
  }

  .kv_entry_links .btn {
    width: 100%;
  }

  .kv_entry_links .btn:after {
    margin-left: 0.8em;
  }

  .merit1 .inner,
  .merit2 .inner {
    width: 89.33vw;
    margin: 0 auto;
  }

  .merit1_title,
  .merit2_title {
    font-size: 9.33vw;
  }

  .merit1_title .fontS,
  .merit2_title .fontS {
    font-size: 6.13vw;
  }

  .merit1_title .fontSS,
  .merit2_title .fontSS {
    font-size: 5.33vw;
  }

  .merit1_title .accent,
  .merit2_title .accent {
    width: 30vw;
    margin: 1.33vw auto 0;
    font-size: 6.13vw;
    padding: 0.8vw 0;
  }

  .merit1_title .accent span,
  .merit2_title .accent span {
    font-size: 5.6vw;
  }

  .merit1_merits dl,
  .merit2_merits dl {
    padding: 0 0 4.67vw 9.07vw;
    margin-bottom: 4.67vw;
    border-bottom: 0.53vw solid #68b7e7;
  }

  .merit1_merits dl:before,
  .merit2_merits dl:before {
    width: 6.93vw;
    height: 8vw;
  }

  .merit1_merits dl:last-child,
  .merit2_merits dl:last-child {
    margin-bottom: 13.33vw;
  }

  .merit1_merits dl dt,
  .merit2_merits dl dt {
    line-height: 1.4;
    margin-bottom: 4vw;
    font-size: 5.6vw;
  }

  .merit1_merits dl dd,
  .merit2_merits dl dd {
    line-height: 2;
    font-size: 3.2vw;
  }

  .merit1_merits dl dd span,
  .merit2_merits dl dd span {
    font-size: 2.8vw;
  }

  .merit1 {
    background: url("../img/merit1_bg_sp.png") no-repeat;
    background-size: contain;
    background-position: top;
  }

  .merit1_illust {
    top: 56.4vw;
    right: 0;
    width: 67.2vw;
    height: 51.2vw;
    background: url("../img/merit1_illust_sp.png") no-repeat;
    background-size: contain;
  }

  .merit1_title {
    margin: 12vw 0 64.67vw;
  }

  .merit2 {
    background: url("../img/merit2_bg_sp.png") no-repeat;
    background-size: contain;
    background-position: top;
  }

  .merit2_illust {
    top: 56vw;
    right: 0;
    width: 69.07vw;
    height: 50.13vw;
    background: url("../img/merit2_illust_sp.png") no-repeat;
    background-size: contain;
  }

  .merit2_title {
    margin: 12vw 0 57.33vw;
  }

  .merit2_caution .kome {
    margin-bottom: 8vw;
  }

  .matter {
    padding: 7.07vw 0 8.53vw;
  }

  .matter .inner {
    width: 94.67vw;
    margin: 0 auto;
  }

  .matter_box {
    padding: 0 2.67vw;
  }

  .matter_lists li {
    width: 100%;
    padding: 5.33vw;
    border-radius: 1.33vw;
    margin-bottom: 2.67vw;
  }

  .matter_lists li .matter_lists_title {
    font-size: 4.53vw;
    margin-bottom: 2vw;
  }

  .matter_lists li dl {
    font-size: 3.2vw;
  }

  .matter_illust {
    position: relative;
    z-index: 1;
    width: 62.4vw;
    height: 76vw;
    margin: 9.33vw auto 0;
  }

  .matter_illust .matter_caution {
    top: -5.73vw;
    right: -15.47vw;
  }

  .matter_title {
    margin-top: 4vw;
    font-size: 9.33vw;
  }

  .matter_title .bb:after {
    width: 102%;
  }

  .matter_txt {
    font-size: 4.53vw;
    margin-top: 6.67vw;
  }

  .matter_img {
    margin-top: 4vw;
  }

  .matter_img img {
    max-width: none;
    width: 97.33vw;
  }

  .step {
    padding: 13.33vw 0;
  }

  .step .inner {
    width: 89.33vw;
    margin: 0 auto;
  }

  .step_title {
    font-size: 5.6vw;
    letter-spacing: 0.1em;
    margin-bottom: 8vw;
  }

  .step_title .bb:after {
    height: 2.93vw;
    bottom: -0.67vw;
  }

  .step_list {
    margin-bottom: 8.67vw;
  }

  .step_list_1:after {
    left: 6.4vw;
    top: 9.07vw;
    width: 2.13vw;
    height: 74.67vw;
    background: url("../img/step_arrow_sp.png") no-repeat;
    background-size: contain;
  }

  .step_list_2 dd:after {
    width: 11.33vw;
    height: 8.93vw;
  }

  .step_list_3 dd:after {
    width: 9.47vw;
    height: 8.67vw;
    right: 1.07vw !important;
  }

  .step_list_4 dd:after {
    width: 9.07vw;
    height: 7.73vw;
    right: 1.07vw !important;
  }

  .step_list_5 {
    margin-bottom: 0;
  }

  .step_list_5 dd:after {
    width: 11.47vw;
    height: 8vw;
  }

  .step_list dt {
    min-width: 20vw;
  }

  .step_list dt img {
    height: 4.47vw;
    position: relative;
    top: 0.27vw;
  }

  .step_list dd {
    font-size: 4.8vw;
  }

  .step_list dd .register {
    margin-top: 4vw;
    padding: 4vw;
    font-size: 3.2vw;
    height: 13.33vw;
    border: 0.53vw solid #0047b2;
  }

  .step_list dd .register:after {
    right: 4vw;
    width: 1.73vw;
    height: 4.53vw;
    background: url("../img/arrow_blue_sp.png") no-repeat;
    background-size: contain;
  }

  .precautions {
    padding: 13.33vw 0 10.67vw;
  }

  .precautions .inner {
    width: 94.67vw;
    margin: 0 auto;
  }

  .precautions_title {
    font-size: 4.8vw;
  }

  .precautions_title .bb:after {
    height: 2.93vw;
    bottom: -0.67vw;
  }

  .precautions_list {
    margin-top: 6.67vw;
  }

  .precautions_list li {
    font-size: 4vw;
  }

  .precautions_list li:not(:last-child) {
    margin-bottom: 4vw;
  }

  .precautions_list_more {
    margin-left: 4vw;
    font-size: 2.8vw;
    text-indent: -1.73vw;
  }

  .precautions_list_more.caution {
    margin-left: 4vw;
    text-indent: 0;
  }

  .entry .inner {
    width: 100%;
  }

  .entry_title {
    font-size: 5.6vw;
    letter-spacing: 0.05em;
    margin-bottom: 5.33vw;
  }

  .entry_title .fontS {
    font-size: 5.07vw;
  }

  .entry_btn {
    margin: 0 auto 13.33vw;
  }

  .entry_btn .btn {
    width: 89.33vw;
    letter-spacing: 0.05em;
  }

  .entry_btn .btn:after {
    right: 3.33vw;
  }

  .entry_area {
    border-top: 0.8vw solid #0047b2;
    border-bottom: 0.8vw solid #0047b2;
  }

  .entry_area .btn {
    display: inline-block;
    text-align: right;
    padding: 3.2vw;
  }

  .entry_area .btn:after {
    content: none;
  }

  .entry_area .btn span {
    font-size: 3.2vw;
    top: -0.27vw;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1080px) {
  .kv_scroll {
    left: 9%;
  }

  .matter_lists li {
    width: 57.41vw;
  }

  .matter_illust {
    left: 57.04vw;
  }

  .entry_area .btn:after {
    right: 2.56vw;
  }
}