@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
html {
  font-size: 16px;
}

body {
  background: #FFFFFF;
  color: #431896;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}

.post,
.page {
  margin: 0 0;
  padding: 0 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd {
  margin: 0 0;
  padding: 0 0;
}

ul,
ol {
  margin: 0 0;
  padding-left: 1.5em;
}

a {
  color: #431896;
  text-decoration: none;
}
a:hover {
  color: #431896;
}
a:visited {
  color: #431896;
}

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

p:empty {
  display: none;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

*.is-pc {
  display: block;
}

*.is-sp {
  display: none;
}

.site-header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 1280px;
  height: 80px;
}

.site-branding {
  width: 160px;
}

.site-title {
  padding: 10px 0;
  width: 100%;
  height: 50px;
}
.site-title img {
  display: block;
}

.main-navigation {
  width: calc(100% - 160px);
}

ul.primary-menu.nav-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
}
ul.primary-menu .menu-item {
  height: 50px;
}
ul.primary-menu .menu-item:nth-of-type(n + 2) {
  margin-left: 10px;
}
ul.primary-menu .menu-item a {
  display: block;
  padding: 0 25px;
  line-height: 50px;
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
}
ul.primary-menu .menu-item a:hover {
  background: url(../images/menu_asirai.png) no-repeat center bottom;
}
ul.primary-menu .current-menu-item > a {
  background: url(../images/menu_asirai.png) no-repeat center bottom;
}

.button-yellow {
  display: block;
  padding: 0 0;
  width: 100%;
  line-height: 50px;
  border: 0;
  border-radius: 5px;
  background-image: linear-gradient(90deg, #fdf383, #FBEB38);
  font-size: 1rem;
  color: #431896;
  font-weight: bold;
  text-align: center;
  font-style: normal;
  box-shadow: 3px 3px 3px rgba(226, 208, 5, 0.3);
  cursor: pointer;
  transition: 0.1s;
}
.button-yellow img {
  width: auto;
  height: 50px;
}
.button-yellow:hover {
  background-image: linear-gradient(90deg, #FBEB38, #fae81f);
  box-shadow: 0 0 0 rgba(226, 208, 5, 0);
}
.button-yellow:visited {
  color: #431896;
}

.button-frame-yellow {
  display: block;
  padding: 0 0;
  width: 100%;
  line-height: 50px;
  border: 2px solid #ECD819;
  border-radius: 5px;
  background: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  font-style: normal;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: 0.1s;
}
.button-frame-yellow:hover {
  background: #fffde7;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.button-line {
  display: block;
  padding: 0 0;
  width: 100%;
  line-height: 60px;
  border: 0;
  border-radius: 5px;
  background: #00C300;
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  font-style: normal;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: 0.1s;
}
.button-line img {
  width: auto;
  height: 60px;
}
.button-line:hover {
  background: #00dd00;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.button-line:visited {
  color: #FFFFFF;
}

.button-mail {
  display: block;
  padding: 0 0;
  width: 100%;
  line-height: 60px;
  border: 0;
  border-radius: 5px;
  background: #27A8D8;
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  font-style: normal;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: 0.1s;
}
.button-mail img {
  width: auto;
  height: 60px;
}
.button-mail:hover {
  background: #3db1dc;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.button-mail:visited {
  color: #FFFFFF;
}

.button-close {
  padding: 20px 20px;
  border: 0;
  background: transparent;
  font-size: 2rem;
  color: #431896;
  font-weight: bold;
  font-style: normal;
  cursor: pointer;
  transition: 0.1s;
}

.button-gray {
  display: block;
  padding: 0 0;
  width: 100%;
  line-height: 50px;
  border: 1px solid #7B7A7A;
  border-radius: 5px;
  background: #F1ECED;
  font-size: 1rem;
  color: #7B7A7A;
  font-weight: bold;
  text-align: center;
  font-style: normal;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: 0.1s;
}
.button-gray:hover {
  background: #e6dddf;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.anime-poyopoyo {
  margin: 0 auto;
  animation: poyopoyo forwards 2s infinite ease 0s;
}

@keyframes poyopoyo {
  0%,
	40%,
	60%,
	80% {
    transform: scale(1);
  }
  50%,
	70% {
    transform: scale(0.95);
  }
}
.fixed-button {
  display: none;
  position: fixed;
  top: 0;
  right: calc(50% - 630px);
  width: 190px;
  z-index: 999;
}
.fixed-button-link .button-yellow {
  padding: 0 0;
  font-size: 1rem;
  font-style: normal;
}
.fixed-button-banner {
  margin-top: 10px;
}

.go-to-top {
  display: none;
  position: fixed;
  bottom: 40px;
  right: calc(50% - 490px);
  z-index: 999;
}
.go-to-top a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1rem;
  text-align: center;
  font-style: normal;
  background-image: linear-gradient(135deg, #FFFFFF, #FFFFFF, #d9d9d9);
}
.go-to-top i {
  vertical-align: middle;
}

.apply {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.apply-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.apply-container {
  position: relative;
  padding: 60px 0 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 880px;
  background-image: linear-gradient(225deg, #FFFFFF, #F1ECED);
}
.apply-inner {
  padding: 40px 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 600px;
  background: #FFFFFF;
}
.apply-close {
  position: absolute;
  top: 0;
  right: 0;
}
.apply-h3 {
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  font-style: normal;
}
.apply-h3::before, .apply-h3::after {
  position: absolute;
  bottom: 0;
}
.apply-h3::before {
  left: 18%;
  content: "＼";
  font-size: 2.3rem;
  font-weight: bold;
  font-style: normal;
}
.apply-h3::after {
  right: 18%;
  content: "／";
  font-size: 2.3rem;
  font-weight: bold;
  font-style: normal;
}
.apply-buttons {
  margin-top: 10px;
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.apply-buttons li {
  width: calc((100% - 19.5px) / 2) !important;
}
.apply-buttons li:nth-of-type(n + 3) {
  margin-top: 20px;
}

.apply-line-h3 {
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  font-style: normal;
}
.apply-line-h3::before, .apply-line-h3::after {
  position: absolute;
  bottom: 0;
}
.apply-line-h3::before {
  left: 25%;
  content: "＼";
  font-size: 1.3rem;
  font-weight: bold;
  font-style: normal;
}
.apply-line-h3::after {
  right: 25%;
  content: "／";
  font-size: 1.3rem;
  font-weight: bold;
  font-style: normal;
}
.apply-line-container {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.apply-line-button {
  width: 31.35%;
  max-width: 232px;
}
.apply-line-text {
  width: 65.95%;
  max-width: 488px;
}
.apply-line-textarea {
  width: 70.27%;
  max-width: 520px;
}
.apply-line-textarea textarea {
  padding: 10px 10px;
  height: 15.0em;
  width: 100%;
  border: 1px solid #7B7A7A;
  font-size: 1rem;
  font-style: normal;
  vertical-align: bottom;
}
.apply-line-copy-button {
  margin-top: auto;
  width: 27.03%;
  max-width: 200px;
}

#APPLY_LINE .apply-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 1080px;
}
#APPLY_LINE .apply-inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 820px;
}

.apply-widget {
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 420px;
}
.apply-widget.is-home {
  margin-top: 40px;
}
.apply-widget .apply-h3 {
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  font-style: normal;
}
.apply-widget .apply-h3::before, .apply-widget .apply-h3::after {
  position: absolute;
  bottom: 0;
}
.apply-widget .apply-h3::before {
  left: 10%;
  content: "＼";
  font-size: 1.9rem;
  font-weight: bold;
  font-style: normal;
}
.apply-widget .apply-h3::after {
  right: 10%;
  content: "／";
  font-size: 1.9rem;
  font-weight: bold;
  font-style: normal;
}
.apply-widget .apply-buttons {
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.apply-widget .apply-buttons li {
  width: calc((100% - 19.5px) / 2) !important;
}
.apply-widget .apply-buttons li:nth-of-type(n + 3) {
  margin-top: 20px;
}
.apply-widget .apply-buttons li .button-line,
.apply-widget .apply-buttons li .button-mail {
  font-size: 0.8rem;
  font-style: normal;
}

.widget-area {
  background: #F0ECF8;
}

.widget {
  margin-top: 40px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 880px;
}
.widget:last-of-type {
  padding-bottom: 40px;
}

.widget-subject {
  position: relative;
  line-height: 70px;
  background-image: linear-gradient(180deg, #EFDDEE, #D474D1);
  font-size: 1.5rem;
  text-align: center;
  font-style: normal;
}
.widget-subject::before {
  position: absolute;
  content: "";
  background: url(../images/widget_support.png) no-repeat center center;
  background-size: 298px auto;
  width: 298px;
  height: 64px;
  top: -34px;
  left: calc(50vw - 40%);
}

.site-footer {
  padding: 40px 0 20px;
  background-image: linear-gradient(135deg, #FFFFFF, #F1ECED);
}
.site-footer-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 880px;
}
.site-footer .site-title {
  width: 200px;
}

.footer-menu-container {
  padding-top: 5px;
  width: calc(100% - 240px);
}

.footer-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
.footer-menu .menu-item {
  margin-left: -0.5px;
  width: calc((100% - -0.5px) / 3) !important;
}
.footer-menu .menu-item:nth-of-type(n + 4) {
  margin-top: 0px;
}
.footer-menu .menu-item:nth-of-type(3n + 1) {
  margin-left: 0;
}
.footer-menu .menu-item a {
  display: block;
  line-height: 50px;
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
}
.footer-menu .sub-menu {
  display: none;
}

.copyright {
  margin-top: 20px;
  font-size: 1rem;
  text-align: center;
  font-style: normal;
}

.site-main {
  padding-bottom: 100px;
  background: linear-gradient(to top, #FFFFFF 0px, #F0ECF8 300px, #F0ECF8);
}
.site-main .site-main {
  padding-bottom: 0;
}

.page .entry-header {
  margin-bottom: 90px;
  padding: 40px 0;
}
.page .entry-header .entry-title {
  font-size: 1.5rem;
  text-align: center;
  font-style: normal;
}
.page .entry-content {
  margin-top: 0;
}
.page .entry-content > div:not([class]) {
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 880px;
}
.page .entry-content > div:not([class]):nth-of-type(n + 2) {
  margin-top: 80px;
}
.page .entry-content > div:not([class]):last-of-type {
  padding-bottom: 80px;
}

.index-message-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: url(../images/index_message_box_pc.png) no-repeat center center;
  background-size: contain;
  aspect-ratio: 805 / 312;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  font-style: normal;
}
.index-message-box p {
  margin-top: 10px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  font-style: normal;
}
.index-message-box p:first-of-type {
  margin-top: auto;
}
.index-message-box p:last-of-type {
  margin-bottom: auto;
}

.is-page-features .site-main article {
  background-image: url(../images/page_title_features_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px auto;
}

.features-container:nth-of-type(n + 2) {
  margin-top: 80px;
}
.features-bg-nami {
  margin-top: 80px;
  padding-top: 40px;
  background-image: url(../images/features_background.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.features-bg-nami .features-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 880px;
}
.features-bg-nami .features-container:nth-of-type(n + 2) {
  margin-top: 80px;
}
.features-bg-nami .features-container:last-of-type {
  padding-bottom: 80px;
}

.features-item {
  margin-top: 40px;
  border: 3px solid #D474D1;
  border-radius: 20px;
  overflow: hidden;
}
.features-item-head {
  width: 200px;
  border-radius: 0 0 20px 0;
  background: #D474D1;
  font-size: 1.5rem;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  font-style: normal;
}
.features-item-h2 {
  margin-top: 20px;
  padding: 5px 0 5px 40px;
  width: calc(100% - 40px);
  background: #FFFFFF;
  background-image: linear-gradient(-45deg, #FBEB38 40px, transparent 0);
  font-size: 1.8rem;
  font-style: normal;
}
.features-item-text {
  margin-top: 20px;
  padding: 0 40px;
  font-size: 1.3rem;
  font-weight: bold;
  font-style: normal;
}
.features-item-box {
  margin-top: 20px;
  padding: 0 40px 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.features-item-image {
  width: 31.51%;
  max-width: 225px;
  text-align: center;
}
.features-item-image img {
  margin: 0 auto;
}
.features-item-detail {
  width: 65.69%;
  max-width: 469px;
}
.features-item-detail ul li {
  font-size: 1.3rem;
  font-style: normal;
}
.features-item-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.features-item:nth-of-type(even) .features-item-head {
  margin-left: auto;
  border-radius: 0 0 0 20px;
}
.features-item:nth-of-type(even) .features-item-image {
  order: 2;
}
.features-item:nth-of-type(even) .features-item-detail {
  order: 1;
}

.features-voice {
  margin-bottom: 80px;
}
.features-voice-h2 {
  font-size: 1.5rem;
  text-align: center;
  font-style: normal;
}
.features-voice-image {
  text-align: center;
}
.features-voice-text p:not([class]) {
  font-size: 1rem;
  text-align: center;
  font-style: normal;
}
.features-voice-button {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 200px;
}
.features-voice-picture1 {
  position: absolute;
  top: 20px;
  right: -120px;
  width: 42.32%;
  max-width: 303px;
}
.features-voice-picture2 {
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 34.08%;
  max-width: 244px;
}

.is-page-reward .site-main article {
  background-image: url(../images/page_title_reward_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px auto;
}

.reward-container {
  background: linear-gradient(to top, #FFFFFF 0px, #F0ECF8 300px, #F0ECF8);
}
.reward-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 880px;
}
.reward-inner:nth-of-type(n + 2) {
  margin-top: 80px;
}
.reward-inner:last-of-type {
  padding-bottom: 80px;
}
.reward-bg-nami {
  margin-top: -60px;
  padding-top: 80px;
  max-width: 100%;
  background-image: url(../images/reward_background.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.reward-h2 {
  margin-top: 40px;
  line-height: 51px;
  background: url(../images/reward_h2.png) no-repeat center center;
  background-size: contain;
  font-size: 1.5rem;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
}

.reward-banners {
  list-style: none;
  margin: 40px auto 0;
  padding-left: 0;
}
.reward-banners li:nth-of-type(n + 2) {
  margin-top: 20px;
}
.reward-banners li div {
  text-align: center;
}
.reward-banners li div img {
  margin: 0 auto;
}

.reward-item-wrapper {
  margin-top: 50px;
  padding-top: 50px;
}

.reward-item {
  padding-bottom: 40px;
  background: #FFFFFF;
}
.reward-item-subject {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  background: #E2D7F7;
  background-image: linear-gradient(135deg, #FFFFFF 70px, transparent 0);
}
.reward-item-subject-case {
  width: 12.5%;
  max-width: 100px;
}
.reward-item-subject-h2 {
  padding-left: 40px;
  width: 37.5%;
  max-width: 300px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.5rem;
  font-style: normal;
}
.reward-item-subject-tips {
  position: relative;
  width: 50%;
  max-width: 400px;
}
.reward-item-subject-tips-inner {
  position: absolute;
  right: -70px;
  bottom: -20px;
  width: 422px;
  height: 162px;
  background: url(../images/reward_item_h4.png) no-repeat center center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.reward-item-subject-tips-inner p {
  margin: 0 0 0 -50px;
  transform: rotate(-3deg);
  font-size: 0.9rem;
  font-weight: bold;
  font-style: normal;
}
.reward-item-subject-tips-inner em {
  font-size: 1.4rem;
  font-style: normal;
}

.reward-point {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 780px;
}
.reward-point-h3 {
  padding-left: 20px;
  line-height: 32px;
  background: url(../images/reward_point_h3.png) no-repeat left center;
  background-size: contain;
  font-size: 1rem;
  color: #FFFFFF;
  font-style: normal;
}
.reward-point-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.reward-point-detail {
  width: 81.25%;
  max-width: 650px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 10px;
  border: 1px solid #F0B1ED;
  background: #FFFFFF;
}
.reward-point-detail dt {
  width: 50px;
  font-size: 1rem;
  text-align: center;
  font-style: normal;
}
.reward-point-detail dt:nth-of-type(n + 2) {
  margin-top: 20px;
}
.reward-point-detail dd {
  padding-left: 10px;
  width: calc(100% - 50px);
}
.reward-point-detail dd:nth-of-type(n + 2) {
  margin-top: 20px;
}
.reward-point-image {
  position: relative;
  width: 18.75%;
  max-width: 150px;
}
.reward-point-image img {
  position: absolute;
  bottom: 0;
}

.reward-table {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 780px;
}
.reward-table-image {
  position: relative;
  text-align: center;
}
.reward-table-image img {
  margin: 0 auto;
}
.reward-table-image::after {
  position: absolute;
  bottom: -59px;
  right: 23%;
  content: "";
  background: url(../images/reward_arrow.png) no-repeat center center;
  width: 179px;
  height: 74px;
  z-index: 10;
}
.reward-table-text {
  margin-top: 10px;
}
.reward-table-text p {
  font-size: 1rem;
  color: #DB2348;
  font-weight: bold;
  text-align: right;
  font-style: normal;
}
.reward-table-text em {
  font-size: 1.8rem;
  font-style: normal;
}

.reward-last {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 780px;
}
.reward-last-h4 {
  padding-left: 20px;
  line-height: 32px;
  background: url(../images/reward_last_h4.png) no-repeat left center;
  background-size: contain;
  font-size: 1rem;
  color: #FFFFFF;
  font-style: normal;
}
.reward-last-box {
  padding: 20px 40px;
  background: #431896;
}
.reward-last-box p {
  font-size: 1rem;
  color: #FFFFFF;
  font-style: normal;
}

.reward-compare {
  margin-top: 40px;
  padding: 40px 0;
  background: url(../images/reward_compare.png) no-repeat center center;
  background-size: 100% 100%;
}
.reward-compare-message {
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 780px;
}
.reward-compare-message p {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  font-style: normal;
  font-family: "Noto Serif JP", serif;
}
.reward-compare-subject div {
  text-align: center;
}
.reward-compare-subject div img {
  margin: 0 auto;
}
.reward-compare-graph {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 780px;
}
.reward-compare-graph .js-scrollable img {
  max-width: none;
  width: 1036px;
}
.reward-compare-graph p {
  font-size: 0.8rem;
  color: #C24ABF;
  font-weight: bold;
  text-align: right;
  font-style: normal;
}

.reward-message-h2 {
  line-height: 60px;
  background: #E2D7F7;
  font-size: 1.5rem;
  text-align: center;
  font-style: normal;
  font-family: "Noto Serif JP", serif;
}
.reward-message-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 1280px;
  padding: 40px 0;
  background-image: url(../images/reward_message_background.png), url(../images/reward_message_woman.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 70% auto, 40% auto;
  background-position: top -40px right, bottom left;
}
.reward-message-list {
  list-style: none;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 500px;
}
.reward-message-list li {
  padding: 5px 0;
  background: rgba(123, 122, 122, 0.7);
  font-size: 1.3rem;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  font-family: "Noto Serif JP", serif;
}
.reward-message-list li:nth-of-type(n + 2) {
  margin-top: 30px;
}

.is-page-voice .site-main article {
  background-image: url(../images/page_title_voice_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px auto;
}

.voice-container {
  margin-top: 40px;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 780px;
}

.voice-item-wrapper {
  padding-top: 100px;
}
.voice-item-wrapper:nth-of-type(n + 2) {
  margin-top: 50px;
}

.voice-item {
  position: relative;
  padding: 40px 40px;
  border: 2px solid #D0D1E9;
  background: #FFFFFF;
}
.voice-item::before, .voice-item::after {
  content: "";
  position: absolute;
  border-top: 2px solid #D0D1E9;
  width: 60px;
  z-index: 10;
}
.voice-item::before {
  top: 20px;
  left: -15px;
  transform-origin: left center;
  transform: rotate(-30deg);
}
.voice-item::after {
  bottom: 20px;
  right: -15px;
  transform-origin: right center;
  transform: rotate(-30deg);
}
.voice-item:nth-of-type(n + 2) {
  margin-top: 70px;
}
.voice-item-header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.voice-item-image {
  width: 44.81%;
  max-width: 276px;
}
.voice-item-subject {
  width: 51.95%;
  max-width: 320px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.voice-item-h2 {
  margin-bottom: auto;
  font-size: 1.3rem;
  color: #D474D1;
  font-style: normal;
}
.voice-item-text-p {
  margin-top: auto;
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
}
.voice-item-text {
  margin-top: 20px;
}
.voice-item:nth-of-type(even) .voice-item-image {
  order: 2;
}
.voice-item:nth-of-type(even) .voice-item-subject {
  order: 1;
}

.is-page-support .site-main article {
  background-image: url(../images/page_title_support_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px auto;
}

.support-container {
  margin-top: 100px;
}

.support-item {
  position: relative;
  margin-top: 90px;
  padding: 40px 0;
  background: #FFFFFF;
}
.support-item-point {
  position: absolute;
  top: -70px;
  left: -40px;
  width: 211px;
  height: 116px;
}
.support-item-h2 {
  font-size: 1.8rem;
  color: #D474D1;
  text-align: center;
  font-style: normal;
}
.support-item-detail {
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 720px;
}
.support-item-list {
  margin-top: 20px;
  list-style: none;
}
.support-item-list li {
  padding-left: 30px;
  line-height: 20px;
  background: url(../images/support_icon.png) no-repeat left top;
  background-size: 20px 20px;
}
.support-item-list li:nth-of-type(n+ 2) {
  margin-top: 20px;
}

.is-page-faq .site-main article {
  background-image: url(../images/page_title_faq_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px auto;
}

.faq-table-of-contents {
  margin: 40px auto;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 680px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.faq-table-of-contents li {
  width: calc((100% - 9.5px) / 2) !important;
}
.faq-table-of-contents li:nth-of-type(n + 3) {
  margin-top: 20px;
}
.faq-table-of-contents li a {
  display: block;
  padding-left: 40px;
  height: 30px;
  line-height: 30px;
  background: url(../images/faq_icon.png) no-repeat left center;
  background-size: 30px 30px;
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
}

.faq-wrapper {
  padding-top: 50px;
}

.faq-subject {
  padding-left: 90px;
  height: 30px;
  line-height: 30px;
  font-size: 1.3rem;
  font-style: normal;
  background: url(../images/faq_icon.png) no-repeat left 50px center;
  background-size: 30px 30px;
}

.faq-item {
  position: relative;
  margin-top: 20px;
  border-right: 2px solid #E2D7F7;
  border-bottom: 2px solid #E2D7F7;
  background: #FFFFFF;
}
.faq-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50px;
  right: 0;
  border-top: 2px solid #E2D7F7;
}
.faq-item::after {
  position: absolute;
  content: "";
  top: 50px;
  left: 0;
  bottom: 0;
  border-left: 2px solid #E2D7F7;
}
.faq-item-question {
  position: relative;
  padding: 10px 20px 10px 70px;
  min-height: 70px;
  background: url(../images/faq_q.png) no-repeat top left;
  background-size: 50px 50px;
  font-size: 1.3rem;
  font-style: normal;
  cursor: pointer;
}
.faq-item-question::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-size: 2rem;
  color: #E2D7F7;
  font-weight: bold;
  text-align: center;
  font-style: normal;
}
.faq-item-question.is-active::after {
  content: "\f106";
}
.faq-item-answer {
  display: none;
  position: relative;
  padding: 0 40px 20px 60px;
}
.faq-item-answer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 110px;
  right: 40px;
  border-top: 2px solid #F6D9F5;
}
.faq-item-answer-text {
  padding: 10px 0 0 70px;
  min-height: 50px;
  background: url(../images/faq_a.png) no-repeat top left;
}

.is-page-flow .site-main article {
  background-image: url(../images/page_title_flow_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px auto;
}

.flow-container {
  margin-top: 40px;
}

.flow-item {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  background: linear-gradient(to right, #F0ECF8 0px, #F0ECF8 93px, #FFFFFF 93px, #FFFFFF);
  position: relative;
}
.flow-item::before {
  content: "";
  position: absolute;
  top: 100%;
  bottom: -80px;
  left: 93px;
  border-left: 20px solid #FFFFFF;
}
.flow-item.is-no-line::before {
  display: none;
}
.flow-item-step {
  margin-top: -20px;
  width: 206px;
}
.flow-item-detail {
  padding: 20px 20px;
  width: calc(100% - 206px);
}
.flow-item-subject {
  font-size: 1.8rem;
  color: #D474D1;
  font-style: normal;
}
.flow-item-subject + * {
  margin-top: 20px;
}

.flow-tips {
  margin: 40px 0 0 200px;
  min-height: 100%;
  border: 3px solid #D474D1;
  border-radius: 20px;
  position: relative;
}
.flow-tips::before {
  content: "";
  position: absolute;
  top: 0%;
  bottom: -80px;
  left: -110px;
  border-left: 20px solid #FFFFFF;
}
.flow-tips.is-no-line::before {
  display: none;
}
.flow-tips-head {
  width: 180px;
  border-radius: 15px 0 20px 0;
  background: #D474D1;
  font-size: 1.5rem;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  font-style: normal;
}
.flow-tips-subject {
  padding: 5px 0 5px 40px;
  width: calc(100% - 40px);
  background: #FFFFFF;
  background-image: linear-gradient(-45deg, #FBEB38 40px, transparent 0);
  font-size: 1.8rem;
  font-style: normal;
}
.flow-tips > p:not([class]) {
  padding: 10px 40px 20px 40px;
}
.flow-tips > p:not([class]) b {
  font-size: 1.5rem;
  font-style: normal;
}

.flow-item.flow-item-in-tips {
  background: transparent;
}
.flow-item.flow-item-in-tips dt {
  margin-top: 0;
}
.flow-item.flow-item-in-tips dd {
  padding: 0 0;
}
.flow-item.flow-item-in-tips .flow-tips {
  margin: 0 0;
}

.is-page-thanks .site-main article {
  background-image: url(../images/page_title_thanks_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px auto;
}

.thanks-container:nth-of-type(n + 2) {
  margin-top: 80px;
}
.thanks-button {
  margin: 0 auto;
  max-width: 200px;
}
.thanks-banner {
  margin-top: 80px;
}

.thanks-line-container {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 600px;
}
.thanks-line-textarea textarea {
  padding: 10px 10px;
  height: 22.0em;
  width: 100%;
  border: 1px solid #7B7A7A;
  font-size: 1rem;
  font-style: normal;
  vertical-align: bottom;
}
.thanks-line-copy-button {
  margin: 20px auto;
  max-width: 200px;
}

.home-container .site-main {
  background: #F0ECF8;
}
.home-container .site-main article {
  padding-top: 40px;
}
.home-container.is-banner {
  padding-top: 80px;
  background: linear-gradient(to bottom, #F0ECF8 0px, #FFFFFF 40px, #FFFFFF);
}
.home-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 880px;
}
.home-inner:nth-of-type(n + 2) {
  margin-top: 80px;
}
.home-inner:last-of-type {
  padding-bottom: 80px;
}
.home-h2 {
  font-size: 1.5rem;
  text-align: center;
  font-style: normal;
}
.home-h2 em {
  font-size: 3rem;
  font-style: normal;
  font-family: "Noto Serif JP", serif;
}

.home-banner {
  font-size: 1rem;
  text-align: center;
  font-style: normal;
}

.home-contents {
  margin-top: 40px;
  padding: 40px 40px;
  background: url(../images/reward_compare.png) no-repeat center center;
  background-size: 100% 100%;
}

.home-link {
  margin-top: 20px;
  text-align: right;
}
.home-link a {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: right;
  font-style: normal;
}
.home-link a::after {
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-size: 2rem;
  color: #ECD819;
  font-weight: bold;
  font-style: normal;
  vertical-align: middle;
}

.home-button {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 400px;
}
.home-button-text {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  font-style: normal;
}
.home-button-text::before {
  content: "＼ ";
  font-size: 1.3rem;
  font-weight: bold;
  font-style: normal;
}
.home-button-text::after {
  content: " ／";
  font-size: 1.3rem;
  font-weight: bold;
  font-style: normal;
}
.home-button-link {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 300px;
}

.home .is-home {
  display: block;
}
.home .is-not-home {
  display: none;
}

.is-home {
  display: none;
}

.home-header {
  background: linear-gradient(to top, #F4F4FE 0px, #F0ECF8 20px, #F0ECF8 120px, #FFFFFF 220px, #FFFFFF);
}
.home-header-container {
  background: url(../images/home_header_background_pc.png) no-repeat center center;
  background-size: auto 100%;
}
.home-header-flex {
  padding: 40px 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 980px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.home-header-left {
  width: 58.67%;
  max-width: 528px;
}
.home-header-left .home-button {
  margin-top: 10px;
  padding-left: 17%;
}
.home-header-right {
  width: 31.11%;
  max-width: 280px;
}

.home-container.is-features {
  background: #FFFFFF;
}
.home-container.is-features .site-main {
  background: url(../images/home_features_background_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px auto;
}
.home-container.is-features .entry-header {
  padding: 20px 0 0;
}
.home-container.is-features .home-contents {
  margin-top: 60px;
}

.home-banner {
  padding-top: 40px;
  text-align: center;
}
.home-banner img {
  margin: 0 auto;
}

.home-features-h3 {
  padding-bottom: 20px;
  background: url(../images/home_features_h3.png) no-repeat bottom center;
  background-size: 50% auto;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  font-style: normal;
  font-family: "Noto Serif JP", serif;
}
.home-features-container {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.home-features-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: calc((100% - 19.5px) / 2) !important;
}
.home-features-item:nth-of-type(n + 3) {
  margin-top: 20px;
}
.home-features-item-image {
  width: 80px;
}
.home-features-item-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - (80px + 10px));
}
.home-features-item-text p:not(class) {
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
  font-family: "Noto Serif JP", serif;
}
.home-features-item-text em:not(class) {
  font-size: 1.3rem;
  font-weight: bold;
  font-style: normal;
  font-family: "Noto Serif JP", serif;
}

.home-reward-compare-graph {
  text-align: center;
}
.home-reward-compare-graph img {
  margin: 0 auto;
}

.home-container.is-voice {
  background-image: linear-gradient(135deg, #FFFFFF, #F1ECED);
}
.home-container.is-voice .site-main {
  background: transparent url(../images/home_voice_background_pc.png) no-repeat left center;
  background-size: contain;
}

.home-voice-container {
  margin-top: 40px;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 1080px;
}
.home-voice-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.home-voice-item {
  position: relative;
  width: calc((100% - 39.5px) / 3) !important;
  border: 2px solid #D0D1E9;
}
.home-voice-item:nth-of-type(n + 4) {
  margin-top: 20px;
}
.home-voice-item::before, .home-voice-item::after {
  content: "";
  position: absolute;
  border-top: 2px solid #D0D1E9;
  width: 60px;
  z-index: 10;
}
.home-voice-item::before {
  top: 20px;
  left: -15px;
  transform-origin: left center;
  transform: rotate(-30deg);
}
.home-voice-item::after {
  bottom: 20px;
  right: -15px;
  transform-origin: right center;
  transform: rotate(-30deg);
}
.home-voice-item-header {
  position: relative;
}
.home-voice-item-h3 {
  position: absolute;
  left: 0;
  right: 20px;
  bottom: 10px;
  background: #FFFFFF;
  font-size: 0.9rem;
  color: #D474D1;
  text-align: center;
  font-style: normal;
}
.home-voice-item-h4 {
  margin-top: 20px;
  font-size: 1.3rem;
  text-align: center;
  font-style: normal;
}
.home-voice-item-text {
  padding: 20px 20px;
}
.home-voice-item-text p:not([class]) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.home-voice-item-link {
  margin-top: 10px;
  text-align: right;
}
.home-voice-item-link a {
  font-size: 1rem;
  color: #D474D1;
  text-align: right;
  font-style: normal;
}

.home-container.is-faq .faq-item-question {
  cursor: default;
}
.home-container.is-faq .faq-item-question::after {
  display: none;
}
.home-container.is-faq .faq-item-answer {
  display: block;
}

.home-container.is-flow {
  background-image: linear-gradient(135deg, #FFFFFF, #F1ECED);
}
.home-container.is-flow .site-main {
  background: url(../images/home_flow_background.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px auto;
}

.home-flow-container {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 720px;
  background: linear-gradient(to right, transparent 0px, transparent 166px, #FFFFFF 166px, #FFFFFF 186px, transparent 186px, transparent);
}

.home-flow-item {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  height: 123px;
}
.home-flow-item:nth-of-type(n + 2) {
  margin-top: 40px;
}
.home-flow-item-step {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 132px;
}
.home-flow-item-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-left: auto;
  padding-left: 86px;
  width: calc(100% - 66px);
  background: linear-gradient(to top, transparent 0, transparent 10%, #EFDDEE 10%, #EFDDEE 90%, transparent 90%, transparent 100%);
  font-size: 1.3rem;
  font-weight: bold;
  font-style: normal;
}

.home-flow-debut {
  margin-top: 40px;
  padding: 20px 20px;
  border: 3px solid #D474D1;
  border-radius: 20px;
}
.home-flow-debut-inner-l {
  background-image: linear-gradient(135deg, #FBEB38 40px, #FFFFFF 0);
}
.home-flow-debut-inner-r {
  background-image: linear-gradient(-45deg, #FBEB38 40px, transparent 0);
}
.home-flow-debut p {
  line-height: 60px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  font-style: normal;
}

.home-container.is-merit .home-h2 {
  padding: 10px 0;
  background: url(../images/asirai_sp_menu.png) no-repeat left 53% center;
  background-size: 160px auto;
}
.home-container.is-merit article {
  background: url(../images/home_merit_background_pc.png) no-repeat center center;
  background-size: cover;
}

.home-merit-container {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.home-merit-item {
  width: 28.13%;
  max-width: 225px;
  height: 225px;
  border-radius: 120px;
  background: #FFFFFF;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
.home-merit-item:nth-of-type(4) {
  margin-left: auto;
}
.home-merit-item:nth-of-type(5) {
  margin-left: 60px;
  margin-right: auto;
}
.home-merit-item-number {
  margin-top: -40px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  font-style: normal;
  font-family: "Noto Serif JP", serif;
}
.home-merit-item-text p:not(class) {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  font-style: normal;
  font-family: "Noto Serif JP", serif;
}
.home-merit-item-text em:not(class) {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  font-style: normal;
  font-family: "Noto Serif JP", serif;
}

.home-container.is-apply .site-main {
  min-height: 100vh;
  background: url(../images/home_apply_background.png) no-repeat top center;
  background-size: 100% auto;
}

.home-apply-container {
  padding-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 720px;
}

.home-apply-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  border: 1px solid #FFFFFF;
  background: #EFDDEE;
}
.home-apply-list:nth-of-type(n + 2) {
  margin-top: 40px;
}
.home-apply-list dt {
  padding: 40px 0;
  width: 200px;
  font-size: 1.3rem;
  text-align: center;
  font-style: normal;
}
.home-apply-list dd {
  padding: 40px 20px;
  width: calc(100% - 200px);
  background: #FFFFFF;
}
.home-apply-list dd p {
  font-size: 1.3rem;
  font-style: normal;
}
.home-apply-list dd li {
  font-size: 1.3rem;
  font-style: normal;
}
.home-apply-list dd li:nth-of-type(n + 2) {
  margin-top: 5px;
}
