@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: 14px;
}

body {
  background: #FFFFFF;
  color: #431896;
  font-size: 14px;
  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: none;
}

*.is-sp {
  display: block;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  height: 50px;
  background: #FFFFFF;
  z-index: 9999;
}

.site-branding {
  width: 160px;
  height: 50px;
}

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

.main-navigation {
  width: 50px;
}

.menu-toggle {
  border: none;
  background: transparent;
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.menu-toggle::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-family: "Font Awesome 5 Free";
  color: #431896;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.menu-toggle[aria-expanded="false"]::after {
  content: "\f0c9";
}
.menu-toggle[aria-expanded="true"]::after {
  content: "\f00d";
}

.primary-menu-container {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 100%;
  background: #FFFFFF url(../images/asirai_sp_menu.png) no-repeat top center;
  background-size: auto;
  transition: 0.3s;
  z-index: -1;
}

[aria-expanded="true"] + .primary-menu-container {
  bottom: 0;
  z-index: 999;
}
[aria-expanded="true"] + .primary-menu-container ul.primary-menu {
  display: block;
}

ul.primary-menu {
  margin-top: 70px;
}
ul.primary-menu .menu-item a {
  display: block;
  line-height: 60px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  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;
}
ul.primary-menu .sub-menu {
  position: inherit;
  float: inherit;
  left: inherit;
  box-shadow: none;
}
ul.primary-menu .sub-menu .menu-item a {
  width: 100%;
}

.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: 1.2rem;
  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: 36px;
  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: 50px;
  border: 0;
  border-radius: 5px;
  background: #00C300;
  font-size: 1.2rem;
  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: 50px;
}
.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: 50px;
  border: 0;
  border-radius: 5px;
  background: #27A8D8;
  font-size: 1.2rem;
  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: 50px;
}
.button-mail:hover {
  background: #3db1dc;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.button-mail:visited {
  color: #FFFFFF;
}

.button-close {
  padding: 10px 10px;
  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: 40px;
  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;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 999;
}
.fixed-button-link {
  padding: 0 30px;
}

.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;
  text-align: center;
  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 {
  padding: 0 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.apply-container {
  position: relative;
  padding: 40px 10px;
  width: 100%;
  background-image: linear-gradient(225deg, #FFFFFF, #F1ECED);
}
.apply-inner {
  padding: 20px 10px;
  width: 100%;
  background: #FFFFFF;
}
.apply-close {
  position: absolute;
  top: 0;
  right: 0;
}
.apply-h3 {
  position: relative;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  font-style: normal;
}
.apply-h3::before, .apply-h3::after {
  position: absolute;
  bottom: 0;
}
.apply-h3::before {
  left: 7.5%;
  content: "＼";
  font-size: 1.8rem;
  font-weight: bold;
  font-style: normal;
}
.apply-h3::after {
  right: 7.5%;
  content: "／";
  font-size: 1.8rem;
  font-weight: bold;
  font-style: normal;
}
.apply-buttons {
  margin-top: 10px;
  list-style: none;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 240px;
}
.apply-buttons li:nth-of-type(n + 2) {
  margin-top: 10px;
}

.apply-line-h3 {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  font-style: normal;
}
.apply-line-h3::before {
  content: "＼";
  font-size: 1.2rem;
  font-weight: bold;
  font-style: normal;
}
.apply-line-h3::after {
  content: "／";
  font-size: 1.2rem;
  font-weight: bold;
  font-style: normal;
}
.apply-line-container {
  margin-top: 10px;
}
.apply-line-button {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 200px;
}
.apply-line-text {
  margin-top: 10px;
}
.apply-line-text p {
  font-size: 0.9rem;
  font-style: normal;
}
.apply-line-text ol li {
  font-size: 0.9rem;
  font-style: normal;
}
.apply-line-textarea {
  margin-top: 10px;
}
.apply-line-textarea textarea {
  padding: 10px 10px;
  height: 15.0em;
  width: 100%;
  border: 1px solid #7B7A7A;
  font-size: 0.9rem;
  font-style: normal;
  vertical-align: bottom;
}
.apply-line-copy-button {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 200px;
}

.apply-widget {
  padding: 20px 10px;
}
.apply-widget .apply-h3 {
  position: relative;
  font-size: 1.5rem;
  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: 5%;
  content: "＼";
  font-size: 2.2rem;
  font-weight: bold;
  font-style: normal;
}
.apply-widget .apply-h3::after {
  right: 5%;
  content: "／";
  font-size: 2.2rem;
  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% - 9.5px) / 2) !important;
}
.apply-widget .apply-buttons li:nth-of-type(n + 3) {
  margin-top: 10px;
}
.apply-widget .apply-buttons li:nth-of-type(n + 2) {
  margin-top: 0;
}
.apply-widget .apply-buttons li .button-line,
.apply-widget .apply-buttons li .button-mail {
  font-size: 0.9rem;
  font-style: normal;
}

.widget-area {
  background: #F0ECF8;
}

.widget {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0 10px;
}
.widget:last-of-type {
  padding-bottom: 20px;
}

.widget-subject {
  position: relative;
  padding: 20px 10px;
  line-height: 1.2;
  background-image: linear-gradient(180deg, #EFDDEE, #D474D1);
  font-size: 1.3rem;
  text-align: center;
  font-style: normal;
}
.widget-subject::before {
  position: absolute;
  top: -45px;
  left: 10px;
  right: 10px;
  content: "";
  background: url(../images/widget_support.png) no-repeat center center;
  background-size: contain;
  height: 64px;
}

.site-footer {
  padding: 20px 0;
  background-image: linear-gradient(135deg, #FFFFFF, #F1ECED);
}
.site-footer-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 10px;
}
.site-footer .site-title {
  margin: 20px auto 0;
  width: 265px;
  height: auto;
  text-align: center;
  order: 2;
}
.site-footer .site-title img {
  margin: 0 auto;
}

.footer-menu-container {
  width: 100%;
  order: 1;
}

.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) / 2) !important;
}
.footer-menu .menu-item:nth-of-type(n + 3) {
  margin-top: 0px;
}
.footer-menu .menu-item:nth-of-type(2n + 1) {
  margin-left: 0;
}
.footer-menu .menu-item a {
  display: block;
  padding: 10px 0;
  font-size: 1.2rem;
  font-weight: bold;
  font-style: normal;
}
.footer-menu .menu-item.is-100 {
  width: 100% !important;
}
.footer-menu .menu-item.is-padding {
  width: 100% !important;
}
.footer-menu .menu-item.is-padding a {
  text-indent: -9999px;
  pointer-events: none;
}
.footer-menu .sub-menu {
  display: none;
}

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

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

.page .entry-header {
  margin-bottom: 30px;
  padding: 20px 0;
}
.page .entry-header .entry-title {
  line-height: 1.2;
  font-size: 1.2rem;
  text-align: center;
  font-style: normal;
}
.page .entry-content {
  margin-top: 0;
}
.page .entry-content > div:not([class]) {
  padding: 0 10px;
}
.page .entry-content > div:not([class]):nth-of-type(n + 2) {
  margin-top: 40px;
}
.page .entry-content > div:not([class]):last-of-type {
  padding-bottom: 40px;
}

.index-message-box {
  padding: 50px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: url(../images/index_message_box_sp.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 1rem;
  text-align: center;
  font-style: normal;
}
.index-message-box p {
  margin-top: 10px;
  font-size: 1rem;
  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_sp.png);
  background-repeat: no-repeat;
  background-position: top -5px center;
  background-size: 100% auto;
}

.features-container:nth-of-type(n + 2) {
  margin-top: 80px;
  padding: 0 10px;
}
.features-bg-nami {
  margin-top: 40px;
  padding-top: 80px;
  background-image: url(../images/features_background.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.features-bg-nami .features-container {
  padding: 0 10px;
}
.features-bg-nami .features-container:nth-of-type(n + 2) {
  margin-top: 40px;
}
.features-bg-nami .features-container:last-of-type {
  padding-bottom: 40px;
}

.features-item {
  margin-top: 20px;
  border: 2px solid #D474D1;
  border-radius: 20px;
  overflow: hidden;
}
.features-item-head {
  width: 160px;
  border-radius: 0 0 20px 0;
  background: #D474D1;
  font-size: 1.8rem;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  font-style: normal;
}
.features-item-h2 {
  margin-top: 10px;
  padding: 5px 0 5px 10px;
  width: calc(100% - 10px);
  background: #FFFFFF;
  background-image: linear-gradient(-45deg, #FBEB38 40px, transparent 0);
  font-size: 1.5rem;
  font-style: normal;
}
.features-item-text {
  position: relative;
  margin-top: 10px;
  padding: 0 10px 10px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  font-style: normal;
}
.features-item-text::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  border-bottom: 2px solid #D474D1;
}
.features-item-box {
  margin-top: 10px;
  padding: 0 10px 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.features-item-image {
  margin-top: 10px;
  width: 100%;
  order: 2;
  text-align: center;
}
.features-item-image img {
  margin: 0 auto;
  width: 150px;
}
.features-item-detail {
  width: 100%;
  order: 1;
}
.features-item-detail ul li {
  font-size: 1rem;
  font-weight: bold;
  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.is-reason-03 .features-item-image {
  order: 1;
}
.features-item.is-reason-03 .features-item-detail {
  margin-top: 20px;
  order: 2;
}

.features-voice {
  margin-bottom: 40px;
  padding: 140px 0 20px;
  background: #FFFFFF;
}
.features-voice-h2 {
  font-size: 1.2rem;
  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: 20px auto 0;
  max-width: 200px;
}
.features-voice-picture1 {
  position: absolute;
  top: -40px;
  right: -20px;
  width: 56.67%;
  max-width: 170px;
}
.features-voice-picture2 {
  position: absolute;
  top: 10px;
  left: -20px;
  width: 43.33%;
  max-width: 130px;
}

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

.reward-container {
  background: linear-gradient(to top, #FFFFFF 0px, #F0ECF8 20vh, #F0ECF8);
}
.reward-inner {
  padding: 0 10px;
}
.reward-inner:nth-of-type(n + 2) {
  margin-top: 40px;
}
.reward-inner:last-of-type {
  padding-bottom: 40px;
}
.reward-bg-nami {
  padding-top: 1px;
  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: 20px auto 0;
  padding-left: 0;
}
.reward-banners li:nth-of-type(n + 2) {
  margin-top: 10px;
}
.reward-banners li div {
  text-align: center;
}
.reward-banners li div img {
  margin: 0 auto;
}

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

.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 45px, transparent 0);
}
.reward-item-subject-case {
  width: 60px;
  order: 2;
}
.reward-item-subject-h2 {
  padding-left: 10px;
  width: calc(100% - (60px + 60px));
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 1rem;
  font-style: normal;
  order: 3;
}
.reward-item-subject-image {
  width: 60px;
  order: 4;
}
.reward-item-subject-tips {
  position: relative;
  width: 100%;
  order: 1;
}
.reward-item-subject-tips-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 10px;
  background: url(../images/reward_item_h4.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.reward-item-subject-tips-inner p {
  line-height: 1.2;
  transform: rotate(-3deg);
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
}
.reward-item-subject-tips-inner em {
  font-size: 1.5rem;
  font-style: normal;
}

.reward-point {
  margin-top: 20px;
  padding: 0 10px;
}
.reward-point-h3 {
  padding: 5px 10px;
  background: url(../images/reward_point_h3.png) no-repeat left center;
  background-size: 100% 100%;
  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 {
  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: 1.2rem;
  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-table {
  margin-top: 20px;
  padding: 0 10px;
}
.reward-table-image {
  text-align: center;
}
.reward-table-image img {
  margin: 0 auto;
}
.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.3rem;
  font-style: normal;
}

.reward-last {
  margin-top: 20px;
  padding: 0 10px;
}
.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: 10px 10px;
  background: #431896;
}
.reward-last-box p {
  font-size: 1rem;
  color: #FFFFFF;
  font-style: normal;
}

.reward-compare {
  margin-top: 20px;
  padding: 20px 0;
  background: url(../images/reward_compare.png) no-repeat center center;
  background-size: 100% 100%;
}
.reward-compare-message {
  padding: 0 10px;
}
.reward-compare-message p {
  font-size: 1rem;
  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;
  padding: 0 10px;
}
.reward-compare-graph .js-scrollable img {
  max-width: none;
  width: 606px;
}
.reward-compare-graph p {
  font-size: 0.9rem;
  color: #C24ABF;
  font-weight: bold;
  text-align: right;
  font-style: normal;
}

.reward-message-h2 {
  padding: 10px 10px;
  background: #E2D7F7;
  font-size: 1.2rem;
  text-align: center;
  font-style: normal;
  font-family: "Noto Serif JP", serif;
}
.reward-message-inner {
  padding: 10px 10px 60vw;
  background-image: url(../images/reward_message_background.png), url(../images/reward_message_woman.png);
  background-repeat: repeat-y, no-repeat;
  background-size: 100% auto, 80% auto;
  background-position: top center, bottom center;
}
.reward-message-list {
  list-style: none;
  padding-left: 0;
}
.reward-message-list li {
  padding: 5px 10px;
  background: rgba(123, 122, 122, 0.7);
  font-size: 1rem;
  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: 10px;
}

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

.voice-container {
  margin-top: 40px;
  padding: 0 20px 20px;
}

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

.voice-item {
  position: relative;
  border: 2px solid #D0D1E9;
}
.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: 40px;
}
.voice-item-image {
  position: relative;
}
.voice-item-subject {
  margin-top: 10px;
}
.voice-item-h2 {
  position: absolute;
  left: 0;
  right: 20px;
  bottom: 5px;
  background: #FFFFFF;
  font-size: 1.2rem;
  color: #D474D1;
  text-align: center;
  font-style: normal;
}
.voice-item-text-p {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  font-style: normal;
}
.voice-item-text {
  margin-top: 10px;
  padding: 0 10px 20px;
}
.voice-item-text p:not([class]):nth-of-type(n + 2) {
  margin-top: 10px;
}

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

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

.support-item {
  position: relative;
  margin-top: 60px;
  padding: 40px 0 20px;
  background: #FFFFFF;
}
.support-item-point {
  position: absolute;
  top: -40px;
  left: 0;
  width: 115px;
  height: 65px;
}
.support-item-h2 {
  font-size: 1.2rem;
  color: #D474D1;
  text-align: center;
  font-style: normal;
}
.support-item-detail {
  padding: 0 10px;
}
.support-item-list {
  margin-top: 10px;
  list-style: none;
}
.support-item-list li {
  padding-left: 30px;
  line-height: 24px;
  background: url(../images/support_icon.png) no-repeat left top;
  background-size: 20px 20px;
  font-size: 1rem;
  font-style: normal;
}
.support-item-list li:nth-of-type(n+ 2) {
  margin-top: 10px;
}

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

.faq-table-of-contents {
  margin: 40px -10px;
  padding: 20px 10px;
  width: calc(100% + 20px);
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  background: linear-gradient(to bottom, #F0ECF8 0, #FFFFFF 10%, #FFFFFF 90%, #F0ECF8 100%);
}
.faq-table-of-contents li:nth-of-type(2n + 1) {
  width: calc(40% - 5px);
}
.faq-table-of-contents li:nth-of-type(2n + 2) {
  width: calc(60% - 5px);
}
.faq-table-of-contents li:nth-of-type(n + 3) {
  margin-top: 20px;
}
.faq-table-of-contents li a {
  display: block;
  padding-left: 30px;
  height: 30px;
  line-height: 30px;
  background: url(../images/faq_icon.png) no-repeat left center;
  background-size: 20px 20px;
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
}

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

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

.faq-item {
  position: relative;
  margin-top: 20px;
  background: #FFFFFF;
}
.faq-item-question {
  position: relative;
  padding: 10px 20px 10px 50px;
  min-height: 60px;
  background: url(../images/faq_q.png) no-repeat top left;
  background-size: 40px 40px;
  font-size: 1rem;
  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: 2.3rem;
  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 10px 10px 10px;
}
.faq-item-answer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50px;
  right: 10px;
  border-top: 2px solid #F6D9F5;
}
.faq-item-answer-text {
  padding: 10px 0 0 50px;
  min-height: 40px;
  background: url(../images/faq_a.png) no-repeat top left;
  background-size: 40px 40px;
}

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

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

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

.flow-tips {
  margin: 20px 0 0 60px;
  min-height: 100%;
  border: 2px solid #D474D1;
  border-radius: 20px;
  position: relative;
}
.flow-tips::before {
  content: "";
  position: absolute;
  top: 0%;
  bottom: -50px;
  left: -22px;
  border-left: 5px 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.2rem;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  font-style: normal;
}
.flow-tips-subject {
  padding: 5px 0 5px 10px;
  width: calc(100% - 10px);
  background: #FFFFFF;
  background-image: linear-gradient(-45deg, #FBEB38 30px, transparent 0);
  font-size: 1.2rem;
  font-style: normal;
}
.flow-tips > p:not([class]) {
  padding: 10px 10px;
  font-size: 1rem;
  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_sp.png);
  background-repeat: no-repeat;
  background-position: top -5px center;
  background-size: 100% auto;
}

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

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

.home .site-main {
  padding-top: 0;
}
.home-container .site-main {
  background: #F0ECF8;
}
.home-container .site-main article {
  padding-top: 20px;
}
.home-container.is-banner {
  padding: 40px 0;
  background: linear-gradient(to bottom, #F0ECF8 0px, #FFFFFF 20px, #FFFFFF);
}
.home-inner {
  padding: 0 10px;
}
.home-inner:nth-of-type(n + 2) {
  margin-top: 40px;
}
.home-inner:last-of-type {
  padding-bottom: 40px;
}
.home-h2 {
  font-size: 1.8rem;
  text-align: center;
  font-style: normal;
}
.home-h2 em {
  font-size: 3.5rem;
  font-style: normal;
  font-family: "Noto Serif JP", serif;
}

.home-contents {
  margin-top: 20px;
  padding: 20px 20px;
  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: 1rem;
  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: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 380px;
}
.home-button-text {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  font-style: normal;
}
.home-button-text::before {
  content: "＼ ";
  font-size: 1.5rem;
  font-weight: bold;
  font-style: normal;
}
.home-button-text::after {
  content: " ／";
  font-size: 1.5rem;
  font-weight: bold;
  font-style: normal;
}
.home-button-link {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 400px;
}

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

.is-home {
  display: none;
}

.is-page-home .site-header {
  background: transparent;
}
.is-page-home .site-header:has(.main-navigation.toggled) {
  background: #FFFFFF !important;
}

.home-header {
  background: linear-gradient(to top, #F4F4FE 0px, #F0ECF8 20px, #F0ECF8 120px, #FFFFFF 220px, #FFFFFF);
}
.home-header-container {
  padding-top: 50px;
  background: url(../images/home_header_background_sp.png) no-repeat top center;
  background-size: cover;
}
.home-header-flex {
  padding-bottom: 40px;
}
.home-header-left {
  text-align: center;
}
.home-header-left img {
  margin: 0 auto;
}
.home-header-left .home-button {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 380px;
}

.home-container.is-features {
  background: #F0ECF8;
  background: linear-gradient(to bottom, #F4F4FE 0px, #F0ECF8 50px, #F0ECF8);
}
.home-container.is-features .site-main {
  background: url(../images/home_features_background_sp.png);
  background-repeat: no-repeat;
  background-position: top 0px center;
  background-size: 100% auto;
}
.home-container.is-features .home-contents {
  margin-top: 20px;
}

.home-banner {
  padding: 20px 10px 0;
  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: 100% auto;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  font-style: normal;
  font-family: "Noto Serif JP", serif;
}
.home-features-container {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  max-width: 280px;
}
.home-features-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: calc(100% - 20px);
}
.home-features-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
.home-features-item-image {
  width: 70px;
}
.home-features-item-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - (70px + 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.2rem;
  font-weight: bold;
  font-style: normal;
  font-family: "Noto Serif JP", serif;
}
.home-features-item:nth-of-type(2n + 2) .home-features-item-image {
  order: 2;
}
.home-features-item:nth-of-type(2n + 2) .home-features-item-text {
  order: 1;
  margin-left: auto;
  margin-right: 10px;
}

.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-color: transparent;
  background-image: url(../images/home_voice_background_sp.png), url(../images/home_voice_background_sp.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top right, bottom left;
}

.home-voice-container {
  margin-top: 20px;
  padding: 0 20px;
}

.home-voice-item {
  position: relative;
  border: 2px solid #D0D1E9;
}
.home-voice-item:nth-of-type(n + 2) {
  margin-top: 40px;
}
.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-image {
  text-align: center;
}
.home-voice-item-h3 {
  position: absolute;
  left: 0;
  right: 20px;
  bottom: 5px;
  background: #FFFFFF;
  font-size: 1.2rem;
  color: #D474D1;
  text-align: center;
  font-style: normal;
}
.home-voice-item-h4 {
  margin-top: 10px;
  font-size: 1.5rem;
  text-align: center;
  font-style: normal;
}
.home-voice-item-text {
  padding: 10px 10px 20px;
}
.home-voice-item-text p:not([class]) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.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 20px center;
  background-size: 100% auto;
}
.home-container.is-flow .home-h2 {
  padding: 20px 0;
}

.home-flow-container {
  margin-top: 20px;
  background: linear-gradient(to right, transparent 0px, transparent 40px, #F0ECF8 40px, #F0ECF8 45px, transparent 45px, transparent);
}

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

.home-flow-debut {
  margin-top: 40px;
  padding: 20px 20px;
  border: 3px solid #D474D1;
  border-radius: 10px;
}
.home-flow-debut-inner-l {
  background-image: linear-gradient(135deg, #FBEB38 20px, #FFFFFF 0);
}
.home-flow-debut-inner-r {
  background-image: linear-gradient(-45deg, #FBEB38 20px, transparent 0);
}
.home-flow-debut p {
  line-height: 40px;
  font-size: 1.2rem;
  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 center center;
  background-size: 111px auto;
}
.home-container.is-merit article {
  background: url(../images/home_merit_background_sp_01.png), url(../images/home_merit_background_sp_02.png), url(../images/home_merit_background_sp_03.png), url(../images/home_merit_background_sp_04.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top 50vw center, top 100vw center, bottom 125vw center, bottom 75vw center;
  background-size: 100% auto, 100% auto, 100% auto, 100% auto;
}

.home-merit-container {
  margin-top: 20px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.home-merit-item {
  width: 50vw;
  height: 50vw;
  border-radius: 120px;
  background: #FFFFFF;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
.home-merit-item:nth-of-type(2n + 2) {
  margin-left: auto;
}
.home-merit-item:nth-of-type(n + 2) {
  margin-top: -10px;
}
.home-merit-item-number {
  margin-top: -30px;
  font-size: 3.3rem;
  font-weight: bold;
  text-align: center;
  font-style: normal;
  font-family: "Noto Serif JP", serif;
}
.home-merit-item-text {
  margin-top: 20px;
}
.home-merit-item-text p:not(class) {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  font-style: normal;
  font-family: "Noto Serif JP", serif;
}
.home-merit-item-text em:not(class) {
  font-size: 1.5rem;
  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: 20px;
}

.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: 20px;
}
.home-apply-list dt {
  padding: 20px 0;
  width: 100px;
  font-size: 1.2rem;
  text-align: center;
  font-style: normal;
}
.home-apply-list dd {
  padding: 20px 10px;
  width: calc(100% - 100px);
  background: #FFFFFF;
}
.home-apply-list dd p {
  font-size: 1.2rem;
  font-style: normal;
}
.home-apply-list dd li {
  font-size: 1.2rem;
  font-style: normal;
}
.home-apply-list dd li:nth-of-type(n + 2) {
  margin-top: 10px;
}
