@charset "UTF-8";
/*! sanitize.css v3.3.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/* Latest tested: Android 6, Chrome 48, Edge 13, Firefox 44, Internet Explorer 11, iOS 9, Opera 35, Safari 9, Windows Phone 8.1 */
/*
 * Normalization
 */
abbr[title] {
  text-decoration: underline;
  /* Chrome 48+, Edge 12+, Internet Explorer 11-, Safari 9+ */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* Firefox 40+ */
}

audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

b,
strong {
  font-weight: bolder;
  /* Edge 12+, Safari 6.2+, and Chrome 18+ */
}

button {
  -webkit-appearance: button;
  /* iOS 8+ */
  overflow: visible;
  /* Internet Explorer 11- */
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  /* Firefox 4+ */
  padding: 0;
  /* Firefox 4+ */
}

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
  /* Firefox 4+ */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+, Windows Phone 8.1+ */
}

hr {
  overflow: visible;
  /* Internet Explorer 11-, Edge 12+ */
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type=number] {
  width: auto;
  /* Firefox 36+ */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  box-sizing: inherit;
}

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

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

button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the margin and padding of all elements */
* {
  margin: 0;
  padding: 0;
}

/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* remove the tapping delay from clickable elements */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  touch-action: manipulation;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* use current current as the default fill of svg elements */
svg {
  fill: currentColor;
}

/* specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

/*
 * Configurable defaults
 */
/* specify the background repeat of all elements */
* {
  background-repeat: no-repeat;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the coloring of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
}

/* specify the minimum height of form elements */
button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the font size of small elements */
small {
  font-size: 75%;
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none;
}

body {
  /* @include font-smoothing('on'); */
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  background: white;
}
@media (min-width: 769px) {
  body {
    min-width: 1280px;
  }
}

img {
  max-width: 100%;
}

iframe[name=google_conversion_frame] {
  position: absolute;
  height: 0;
}

body.-inmodal {
  overflow: hidden;
}

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

.l-main {
  position: relative;
}
@media (max-width: 768px) {
  .l-main {
    overflow: hidden;
  }
}
@media (min-width: 769px) {
  .l-main {
    max-width: 1280px;
    overflow: auto;
    margin: 0 auto;
  }
}
.l-main__bg {
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .l-main__bg {
    position: fixed;
    top: 0;
    left: 0;
    background: url(../img/bg/bg_nrw.jpg) no-repeat top center/cover;
  }
}
@media (min-width: 769px) {
  .l-main__bg {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/bg/bg_wide.jpg) no-repeat top center/cover;
    max-width: 1280px;
  }
}

/* ==========================================================================
	back
========================================================================== */
.back {
  position: absolute;
  top: 10px;
  left: 114px;
  font-size: 0.8125rem;
}
.back a {
  background: url(../img/common/ico_back.png) no-repeat left center;
  color: #000;
  display: inline-block;
  text-decoration: underline;
  padding-left: 22px;
}
.back span {
  font-size: 0.6875rem;
}

@media (min-width: 769px) {
  .c-br_nrw {
    display: none;
  }
}

.c-br_wide {
  display: none;
}
@media (min-width: 769px) {
  .c-br_wide {
    display: inline-block;
  }
}

/* ==========================================================================
	btn
========================================================================== */
.c-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  padding: 0;
  z-index: 6000;
}

.c-back-btn, .c-back-btn--w, .c-back-btn--b {
  position: absolute;
  top: 22px;
  left: 28px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 26px;
}
.c-back-btn a, .c-back-btn--w a, .c-back-btn--b a {
  display: inline-block;
  padding-left: 30px;
  text-decoration: underline;
}
.c-back-btn--b a {
  background: url(../img/common/ico_back-b.png) no-repeat left center;
  color: #000;
}
.c-back-btn--w a {
  background: url(../img/common/ico_back-w.png) no-repeat left center;
  color: #fff;
}

.c-red-btn {
  color: #ffffff;
  background-color: #f44336;
  border-radius: 999px;
  box-shadow: 0 4px #d50000;
  text-align: left;
}
.c-red-btn:active {
  transform: translateY(4px);
  box-shadow: none;
}
.c-red-btn::after {
  content: "";
  background: url(../img//top/icon_arrow.png) no-repeat center/contain;
}

/* ==========================================================================
    display
========================================================================== */
.c-disp_none {
  display: none;
}

.c-disp_block {
  display: block;
}

/* ==========================================================================
    error
========================================================================== */
.c-error {
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  z-index: 600000;
  font-size: 1.125rem;
  position: fixed;
  top: 0;
  left: 0;
}
.c-error__inner {
  background-color: #fff;
  border-radius: 8px;
  padding: 35px 40px 40px;
  transform: translate(-50%, -50%);
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.c-error__btn {
  background-color: #000;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  margin-top: 35px;
  padding: 16px;
  text-align: center;
}

.c-hidetxt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.c-hover_op {
  transition: opacity 0.3s ease-out;
}
@media (min-width: 769px) {
  .c-hover_op:hover {
    opacity: 0.7;
  }
}

html.-in_modal,
body.-in_modal {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  overflow-y: scroll;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .c-modal {
    height: 100%;
  }
}
.c-modal.-active {
  opacity: 1;
  visibility: visible;
}

.c-modal__close {
  width: 15vw;
  height: 15vw;
  position: fixed;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .c-modal__close {
    position: fixed;
    top: 40px;
    right: 40px;
    width: 64px;
    height: 64px;
  }
}
.c-modal__close:after, .c-modal__close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1px;
  height: 50%;
  background: #000;
}
.c-modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 769px) {
  .c-modal__close:hover {
    transform: scale(1.1);
  }
}

.js-scrollreveal {
  transition: all 0.6s 0s ease;
  transform: translate(0, 30px);
  opacity: 0;
}
.js-scrollreveal.-reveal {
  opacity: 1;
  transform: translate(0, 0);
}

.c-cmnreveal {
  transition: all 0.6s 0s ease;
  transform: translate(0, 30px);
  opacity: 0;
}
.c-cmnreveal.-reveal {
  opacity: 1;
  transform: translate(0, 0);
}

.c-talkroom {
  position: absolute;
  top: 0;
  left: calc(50% + 380px);
  box-sizing: border-box;
  height: 731px;
  padding: 0;
  background-color: transparent;
  overflow: hidden;
}
.c-talkroom.is-fixed {
  position: fixed;
}
.c-talkroom__recommend {
  margin-top: 30px;
  background-color: #ffffff;
  border: 4px solid #053657;
  border-right: none;
  border-radius: 10px 0 0 10px;
  padding: 14px 20px 20px;
}
.c-talkroom__recommend__ttl {
  background-color: #053657;
  border-radius: 9999px;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
}
.c-talkroom__recommend__ph {
  display: flex;
  margin-top: 12px;
  justify-content: center;
}
.c-talkroom__recommend__ph img {
  margin: 0 10px;
  box-shadow: 4px 4px 7px 3px rgba(0, 0, 0, 0.08);
}
.c-talkroom__body {
  border-radius: 0 0 8px 8px;
  height: 430px;
}
.c-talkroom__body.-editor {
  height: 97px;
}
.c-talkroom__body.-user {
  height: 190px;
}
.c-talkroom__ttl {
  margin: 0;
  background: #008db3;
  border-radius: 8px 8px 0 0;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
  text-align: center;
  font-size: 13px;
  position: relative;
  margin-top: 10px;
}
.c-talkroom__submit {
  display: block;
  color: #333333;
  width: 224px;
  margin: -38px -4px 0px;
  position: relative;
  text-align: left;
}
.c-talkroom__submit:before {
  display: none;
}
.c-talkroom__submit:after {
  position: absolute;
  top: -2px;
  left: -16px;
  content: "コメントを投稿する";
  background: #f9dd33;
  border-radius: 0 40px 40px 0;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.5);
  display: block;
  font-size: 1.125rem;
  font-weight: 800;
  padding-top: 5px;
  padding-left: 17px;
  width: 100%;
  height: 40px;
}
.c-talkroom__submit__arrow::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 37px;
  background: url(../img//top/comment_arrow.png);
  width: 16px;
  height: 16px;
  z-index: 1;
}
.c-talkroom__notice {
  display: block;
  margin-top: 21px;
  text-align: left;
  text-decoration: underline;
  font-size: 0.8125rem;
  color: #fff;
}
.c-talkroom__comment {
  background-color: #053657;
  border-radius: 0 6px 0 0;
  padding: 20px;
  margin-top: 62px;
}

/* ==========================================================================
	ULIZA
========================================================================== */
.c-uliza {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  z-index: 2000;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.c-uliza.-active {
  opacity: 1;
  visibility: visible;
}
.c-uliza__inner {
  height: 500px;
  margin: auto;
  width: 800px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.c-uliza__open {
  cursor: pointer;
}

.c-uliza__close {
  background: none;
  cursor: pointer;
  display: block;
  height: 80px;
  padding: 0;
  width: 80px;
  position: absolute;
  top: 8px;
  right: 8px;
}
.c-uliza__close:before, .c-uliza__close:after {
  background: #fff;
  content: "";
  height: 100%;
  width: 4px;
  position: absolute;
  top: 0%;
  left: 50%;
}
.c-uliza__close:before {
  transform: rotate(45deg);
}
.c-uliza__close:after {
  transform: rotate(-45deg);
}

.c-before1119 {
  display: block;
}
.-update1119 .c-before1119 {
  display: none;
}

.c-after1119 {
  display: none;
}
.-update1119 .c-after1119 {
  display: block;
}

.c-after1119-before1201 {
  display: none;
}
.-update1119 .c-after1119-before1201 {
  display: block;
}
.-update1201 .c-after1119-before1201 {
  display: none;
}

.c-before1201 {
  display: block;
}
.-update1201 .c-before1201 {
  display: none;
}

.c-after1201 {
  display: none;
}
.-update1201 .c-after1201 {
  display: block;
}

.c-visible_nrw {
  display: block;
}
@media (min-width: 769px) {
  .c-visible_nrw {
    display: none;
  }
}
.c-visible_nrw.-inline {
  display: inline;
}
@media (min-width: 769px) {
  .c-visible_nrw.-inline {
    display: none;
  }
}

@media (max-width: 768px) {
  .c-visible_wide {
    display: none;
  }
}

/* ==========================================================================
    utility:clearfix
========================================================================== */
.u-clearfix:after {
  content: "";
  clear: both;
  display: block;
}

@media (max-width: 768px) {
  .direct-rule {
    padding: 0 5.3vw 10.6vw;
    margin: 5.3vw 0 0;
  }
}
@media (min-width: 769px) {
  .direct-rule {
    padding: 0 85px 80px;
    margin: 21px 0 0;
  }
}
.direct-rule__inner {
  background: #fff;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.3));
  opacity: 0;
  transform: translateY(20px);
}
@media (max-width: 768px) {
  .direct-rule__inner {
    border-radius: 15px;
    padding: 9.3vw 5.6vw;
  }
}
@media (min-width: 769px) {
  .direct-rule__inner {
    border-radius: 22px;
    padding: 45px;
  }
}
.-load .direct-rule__inner {
  -webkit-animation: contIn 0.5s 1s forwards ease;
          animation: contIn 0.5s 1s forwards ease;
}
@-webkit-keyframes contIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes contIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.direct-rule .top__txt {
  font-weight: 500;
  position: relative;
}
@media (max-width: 768px) {
  .direct-rule .top__txt {
    background: url(../img/deco/deco_line_nrw.png) repeat-y top center/100% auto;
    font-size: 4vw;
    line-height: 2.2;
    padding-bottom: 10px;
  }
}
@media (min-width: 769px) {
  .direct-rule .top__txt {
    font-size: 1.25rem;
    background: url(../img/deco/deco_line_wide.png) repeat-y top left/812px auto;
    line-height: 2.2;
    padding-bottom: 10px;
  }
}
.direct-rule .top__txt::after {
  background: url(../img/deco/ph_senpai.png) no-repeat top center/cover;
  content: "";
}
@media (max-width: 768px) {
  .direct-rule .top__txt::after {
    position: absolute;
    top: -12.7vw;
    right: -6.7vw;
    height: 30.2vw;
    width: 30.8vw;
  }
}
@media (min-width: 769px) {
  .direct-rule .top__txt::after {
    position: absolute;
    top: -58px;
    right: -28px;
    height: 228px;
    width: 232px;
  }
}
.direct-rule .txt-color-red {
  color: #ee0d1d;
}
@media (max-width: 768px) {
  .direct-rule__cont.-post {
    margin-top: 6.6vw;
  }
}
@media (min-width: 769px) {
  .direct-rule__cont.-post {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .direct-rule__cont.-function {
    margin-top: 5.6vw;
  }
}
@media (min-width: 769px) {
  .direct-rule__cont.-function {
    margin-top: 34px;
  }
}
@media (min-width: 769px) {
  .direct-rule__top {
    align-items: center;
    display: flex;
    /* gap: 0 11px; */
  }
}
@media (max-width: 768px) {
  .direct-rule__top__ttl {
    height: 11.4vw;
  }
}
@media (min-width: 769px) {
  .direct-rule__top__ttl {
    height: 64px;
  }
}
.direct-rule__top__ttl img {
  height: 100%;
  width: auto;
}
.direct-rule__top__txt {
  font-weight: 900;
}
@media (max-width: 768px) {
  .direct-rule__top__txt {
    font-size: 4vw;
    margin-top: 2.4vw;
  }
}
@media (min-width: 769px) {
  .direct-rule__top__txt {
    font-size: 1.5rem;
    margin-left: 11px;
  }
}
.direct-rule__list {
  background: #fcf6cc;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .direct-rule__list {
    gap: 6.1vw 0;
    margin-top: 2.4vw;
    padding: 5vw 4.4vw;
  }
}
@media (min-width: 769px) {
  .direct-rule__list {
    /* gap: 30px 0; */
    margin-top: 8px;
    padding: 30px;
  }
}
.direct-rule__item {
  font-weight: 900;
  position: relative;
}
@media (max-width: 768px) {
  .direct-rule__item {
    font-size: 4.2vw;
    line-height: 1.375;
    margin: 2.1vw 0 0 7.2vw;
  }
}
@media (min-width: 769px) {
  .direct-rule__item {
    font-size: 1.5625rem;
    margin: 30px 0 0 53px;
  }
}
.direct-rule__item:first-child {
  margin-top: 0;
}
.direct-rule__item::before {
  background: url(../img/ico/ico_batsu.svg) no-repeat top center/cover;
  content: "";
}
@media (max-width: 768px) {
  .direct-rule__item::before {
    position: absolute;
    top: 0;
    left: -7.8vw;
    height: 6.9vw;
    width: 6.9vw;
  }
}
@media (min-width: 769px) {
  .direct-rule__item::before {
    position: absolute;
    top: -1px;
    left: -45px;
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 768px) {
  .direct-rule__offer {
    font-size: 2.9vw;
    line-height: 1.3636363636;
    margin-top: 3.2vw;
  }
}
@media (min-width: 769px) {
  .direct-rule__offer {
    font-size: 0.75rem;
    margin-top: 11px;
  }
}
.direct-rule__senpaidirect {
  position: relative;
}
@media (min-width: 769px) {
  .direct-rule__senpaidirect {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
}
.direct-rule__senpaidirect__txt {
  font-weight: 900;
  text-decoration: underline;
  position: relative;
}
@media (max-width: 768px) {
  .direct-rule__senpaidirect__txt {
    font-size: 5vw;
    line-height: 1.3103448276;
    margin-top: 8vw;
    text-align: center;
    text-decoration-thickness: 0.8vw;
    text-underline-offset: 1vw;
  }
}
@media (min-width: 769px) {
  .direct-rule__senpaidirect__txt {
    font-size: 1.875rem;
    margin-top: 11px;
    line-height: 1.6;
    text-decoration-thickness: 4px;
    text-underline-offset: 8px;
  }
}
.direct-rule__senpaidirect__txt::after {
  background: url(../img/ico/ico_ex.svg) no-repeat top center/contain;
  content: "";
}
@media (max-width: 768px) {
  .direct-rule__senpaidirect__txt::after {
    position: absolute;
    top: -7.4vw;
    left: 32vw;
    height: 12vw;
    width: 12vw;
  }
}
@media (min-width: 769px) {
  .direct-rule__senpaidirect__txt::after {
    position: absolute;
    top: -27px;
    left: -6px;
    height: 70px;
    width: 70px;
  }
}
.direct-rule__senpaidirect__link {
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.3));
}
@media (max-width: 768px) {
  .direct-rule__senpaidirect__link {
    margin-top: 13.3vw;
  }
}
.direct-rule__senpaidirect__link a {
  display: block;
  height: 100%;
  width: 100%;
}
.direct-rule__senpaidirect::after {
  background: url(../img/ico/ico_arrow.svg) no-repeat top center/contain;
  content: "";
}
@media (max-width: 768px) {
  .direct-rule__senpaidirect::after {
    position: absolute;
    top: 16.6vw;
    left: 34vw;
    transform: rotate(90deg);
    height: 6.4vw;
    width: 8.8vw;
  }
}
@media (min-width: 769px) {
  .direct-rule__senpaidirect::after {
    position: absolute;
    top: 50%;
    left: 475px;
    transform: translateY(-50%);
    height: 32px;
    width: 44px;
  }
}

@media (max-width: 768px) {
  .usefulsite {
    margin-top: 7.3vw;
  }
}
@media (min-width: 769px) {
  .usefulsite {
    margin-top: 45px;
  }
}
@media (min-width: 769px) {
  .usefulsite .usefulsite-flex {
    display: flex;
  }
}
@media (min-width: 769px) {
  .usefulsite .usefulsite-flex__70 {
    border-right: 1.5px solid #7f7e7f;
  }
}
@media (max-width: 768px) {
  .usefulsite .usefulsite-flex__70 {
    text-align: center;
  }
}
@media (min-width: 769px) {
  .usefulsite .usefulsite-flex__70 {
    width: 73%;
  }
}
@media (min-width: 769px) {
  .usefulsite .usefulsite-flex__70.-top {
    border-right: 1.5px solid #fff;
  }
}
.usefulsite .usefulsite-flex__30 {
  text-align: center;
}
@media (min-width: 769px) {
  .usefulsite .usefulsite-flex__30 {
    width: 27%;
  }
}
.usefulsite__ttl {
  color: #15318f;
  font-weight: 900;
  position: relative;
}
@media (max-width: 768px) {
  .usefulsite__ttl {
    font-size: 5vw;
    margin-left: 5.7vw;
  }
}
@media (min-width: 769px) {
  .usefulsite__ttl {
    font-size: 1.5rem;
    margin-left: 30px;
  }
}
.usefulsite__ttl::before {
  background: url(../img/ico/ico_light.svg) no-repeat top center/contain;
  content: "";
}
@media (max-width: 768px) {
  .usefulsite__ttl::before {
    position: relative;
    position: absolute;
    top: -1.4vw;
    left: -6vw;
    height: 8.5vw;
    width: 5.7vw;
  }
}
@media (min-width: 769px) {
  .usefulsite__ttl::before {
    position: absolute;
    top: -6px;
    left: -30px;
    height: 40px;
    width: 27px;
  }
}
.usefulsite__table {
  border: 1.5px solid #7f7e7f;
  border-top: none;
}
@media (max-width: 768px) {
  .usefulsite__table {
    margin-top: 0.6vw;
  }
}
@media (min-width: 769px) {
  .usefulsite__table {
    margin-top: 5px;
  }
}
.usefulsite__table__top {
  background: #15318f;
  border-top: 1.5px solid #7f7e7f;
  color: #fff;
}
@media (max-width: 768px) {
  .usefulsite__table__line {
    padding: 2.6vw 0 4.6vw;
  }
}
.usefulsite__table__line.-bottomdotted {
  border-bottom: 1.5px dotted #7f7e7f;
}
.usefulsite__table__ttl {
  font-weight: 700;
}
@media (max-width: 768px) {
  .usefulsite__table__ttl {
    font-size: 3.4vw;
    padding: 1vw 2.6vw 1.2vw;
  }
}
@media (min-width: 769px) {
  .usefulsite__table__ttl {
    font-size: 1.125rem;
    padding: 8px 20px 9px;
  }
}
.usefulsite__table__txt {
  font-weight: 700;
}
@media (max-width: 768px) {
  .usefulsite__table__txt {
    font-size: 4.2vw;
  }
}
@media (min-width: 769px) {
  .usefulsite__table__txt {
    font-size: 1.375rem;
    align-items: center;
    display: flex;
    padding: 8px 20px 9px;
  }
}
@media (min-width: 769px) {
  .usefulsite__table__txt.-btn {
    padding: 8px 28px 15px;
  }
}
.usefulsite__table__btn {
  background: #00b4ed;
  border-radius: 6px;
  color: #fff;
  text-align: left;
  position: relative;
}
@media (max-width: 768px) {
  .usefulsite__table__btn {
    box-shadow: 0 5px #15318f;
    font-size: 4.9vw;
    margin: 1.3vw auto 0;
    width: 60vw;
  }
}
@media (min-width: 769px) {
  .usefulsite__table__btn {
    font-size: 1.125rem;
    box-shadow: 0 5px #15318f;
    width: 100%;
  }
}
.usefulsite__table__btn a {
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .usefulsite__table__btn a {
    padding: 0.8vw 0 0.9vw 8vw;
  }
}
@media (min-width: 769px) {
  .usefulsite__table__btn a {
    padding: 6px 0 7px 30px;
  }
}
.usefulsite__table__btn::before {
  background: url(../img/ico/ico_door.svg) no-repeat top center/contain;
  content: "";
}
@media (max-width: 768px) {
  .usefulsite__table__btn::before {
    position: absolute;
    top: 50%;
    left: 3.3vw;
    transform: translateY(-50%);
    height: 4.4vw;
    width: 3.3vw;
  }
}
@media (min-width: 769px) {
  .usefulsite__table__btn::before {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    height: 16px;
    width: 12px;
  }
}
.usefulsite__table__btn::after {
  content: "";
}
@media (max-width: 768px) {
  .usefulsite__table__btn::after {
    position: absolute;
    top: 50%;
    right: 2.1vw;
    transform: translateY(-50%) rotate(45deg);
    border-top: 0.4vw solid #fff;
    border-right: 0.4vw solid #fff;
    height: 2.1vw;
    width: 2.1vw;
  }
}
@media (min-width: 769px) {
  .usefulsite__table__btn::after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 8px;
    width: 8px;
  }
}

@media (max-width: 768px) {
  .ttl {
    margin: 7.2vw auto 0;
  }
}
@media (min-width: 769px) {
  .ttl {
    align-items: center;
    display: flex;
    margin: 36px 0 0 70px;
  }
}
.ttl__logo {
  opacity: 0;
}
@media (max-width: 768px) {
  .ttl__logo {
    margin: 0 auto;
    width: 89.6vw;
  }
}
@media (min-width: 769px) {
  .ttl__logo {
    width: 465px;
  }
}
.-load .ttl__logo {
  -webkit-animation: logoIN 0.8s 0s forwards;
          animation: logoIN 0.8s 0s forwards;
}
.ttl__txt {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.5s 0.6s ease-out;
  transition: clip-path 0.5s 0.6s ease-out;
  transition: clip-path 0.5s 0.6s ease-out, -webkit-clip-path 0.5s 0.6s ease-out;
}
@media (max-width: 768px) {
  .ttl__txt {
    margin: 1.3vw auto 0;
    width: 84vw;
  }
}
@media (min-width: 769px) {
  .ttl__txt {
    margin: 11px 0 0 8px;
    width: 570px;
  }
}
.-load .ttl__txt {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

@-webkit-keyframes logoIN {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  40% {
    transform: translateY(10px);
    opacity: 1;
  }
  60% {
    transform: translateY(-10px);
    opacity: 1;
  }
  90% {
    transform: translateY(5px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes logoIN {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  40% {
    transform: translateY(10px);
    opacity: 1;
  }
  60% {
    transform: translateY(-10px);
    opacity: 1;
  }
  90% {
    transform: translateY(5px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}