@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  text-decoration-skip-ink: none;
}

img,
picture {
  max-width: 100%;
  display: inline-block;
}

input,
button,
textarea,
select {
  font: inherit;
  cursor: pointer;
}

strong {
  font-weight: bolder;
}

textarea {
  resize: vertical;
}

:root {
  --font_base: 16px/1.6 "Zen Maru Gothic", 'Noto Sans JP', 'Hiragino Sans', "Hiragino Kaku Gothic ProN", sans-serif;
}

:root {
  --default-black: #333;
  --default-white: #fff;
  --default-blue: #009CEF;
  --base-gray-default: #F4F6F8;
  --base-gray-dark:#6C6C6C;
  --color-primary:#E61673;
  --color-pink-light:#FCE9EA;
  --color-blue-dark:#006F9D;
  --color-yell:#FFF33F;
  --color-yell-light:#FEF2DE;
  --color-dark-yell:#F5A200;
  --color-green-bluelight:#E3FFFF;
  --color-green-blue:#3AACAD;
  --color-pink:#EB6EA5;
  --color-red:#CC005A;
}

a[href^=https],
a[href^="mailto:"] {
  word-break: break-all;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

a {
  color: var(--default-blue);
  text-decoration: none;
  transition: all 0.5s;
}
a.link__normal {
  color: #000;
  text-decoration: underline;
}

@media all and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

@media all and (min-width: 768px) {
  .spOnlyI {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .iframe-aspect {
    max-width: 100%;
    aspect-ratio: 16/9;
  }
  .iframe-aspect iframe {
    width: 100%;
    height: 100%;
  }
}

header {
  position: relative;
  z-index: 100;
}

.l-header__ttl {
  padding: 15px 10px;
}
@media screen and (max-width: 767px) {
  .l-header__ttl {
    padding: 8px 10px 20px;
  }
}
.l-header__ttl .wrap {
  display: flex;
}
@media all and (min-width: 768px) {
  .l-header__ttl .wrap {
    gap: 24px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
  }
}
.l-header__ttl .site-ttl {
  color: #000;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none !important;
  padding: 30px 10px 0px 12em;
  position: relative;
  display: block;
}
@media all and (min-width: 768px) {
  .l-header__ttl .site-ttl {
    min-height: 11.8132em;
  }
}
@media screen and (max-width: 767px) {
  .l-header__ttl .site-ttl {
    padding: 10px 10px 0px 100px;
  }
  .l-header__ttl .site-ttl span {
    line-height: 1.3;
  }
}
.l-header__ttl .site-ttl::before {
  content: "";
  background: url("../common/logo.png") no-repeat center center;
  display: block;
  width: 11.8132em;
  height: 10.688em;
  background-size: contain;
  margin-right: 10px;
  margin-top: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-header__ttl .site-ttl::before {
    width: 100px;
    height: 64px;
    top: 8px;
  }
}
.l-header__ttl .site-sub {
  color: #787878;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left !important;
}
.l-header__ttl .site-sub span {
  font-size: 0.75rem;
  display: inline-block;
  margin-top: 5px;
}
.l-header.active {
  padding: 0;
  overflow: hidden;
}
.l-header.active .l-header__ttl {
  width: 100%;
  z-index: 100;
}

.menu {
  position: fixed;
  top: 50px;
  right: 50px;
  margin-left: auto;
  z-index: 100;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .menu {
    top: 10px;
    right: 10px;
  }
}
.menu-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background: var(--color-pink-light);
  padding: 13px 10px 10px 10px;
  box-sizing: border-box;
  border-radius: 6px;
}
.menu-line {
  display: block;
  min-height: 4px;
  width: 44px;
  background: var(--color-primary);
  border-radius: 2px;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .menu-line {
    width: 27px;
  }
}
.menu-txt {
  font-size: 0.5625rem;
  color: var(--color-primary);
  font-weight: bold;
  line-height: 0.8;
  text-align: center;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .menu-txt {
    display: none;
  }
}
.menu-active .menu-line:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.menu-active .menu-line:nth-child(2) {
  opacity: 0;
}
.menu-active .menu-line:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
.menu-active .menu-txt {
  display: block;
}
.menu-nav {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--color-pink-light);
  overflow-y: scroll;
  display: none;
  z-index: 99;
  visibility: hidden;
  transition: 0.3s all;
}
.menu-nav .wrap {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
.menu-nav-active {
  visibility: visible;
  display: flex;
  padding: 80px 60px 30vh 60px;
}
@media screen and (max-width: 767px) {
  .menu-nav-active {
    padding: 100px 20px 20px 20px;
  }
}
.menu-nav-active figure {
  margin-left: auto;
  min-width: 39%;
  max-width: 45%;
}
.menu-nav-active figure img {
  width: 100%;
}
.menu-nav__list {
  list-style: none;
}
@media screen and (max-width: 767px) {
  .menu-nav__list {
    min-width: 100%;
    max-width: 100%;
  }
}
.menu-nav__list ul.inner {
  padding-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .menu-nav__list ul.inner {
    border-bottom: 1px solid #fff;
  }
}
.menu-nav__item {
  margin: 0px 0 0px;
  border-bottom: #A0A0A0 solid 2px;
}
.menu-nav__item a {
  font-weight: bold;
  color: #000;
  font-size: 1.25rem;
  text-decoration: none !important;
  position: relative;
  display: block;
  padding: 30px 2em 30px 0px;
}
@media screen and (max-width: 767px) {
  .menu-nav__item a {
    padding: 15px 2em 15px 0px;
    font-size: 1rem;
  }
}
.menu-nav__item a::before {
  position: absolute;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../common/ico_acc-menu.svg) no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -8.5px;
  right: 0px;
}
.menu-nav__link {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  transition: color 0.3s;
}
.menu-nav__link:hover {
  color: lightgray;
}
.menu-nav__info {
  display: flex;
  align-items: center;
  padding: 40px 0;
}
.menu-nav__info .siteinfo-ttl {
  font-weight: 400;
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .menu-nav__info .siteinfo-ttl {
    color: #000;
  }
}
.menu-nav__info .siteinfo-ttl::before {
  content: "";
  background: url("../common/logo.svg") no-repeat center center;
  display: block;
  width: 80px;
  height: 80px;
  background-size: contain;
  margin-right: 10px;
}
.menu-nav__info .siteinfo-ttl span {
  display: contents;
}
.menu-nav__info .siteinfo-btn {
  display: flex;
  flex-wrap: wrap;
  margin-left: 40px;
  gap: 16px;
}
.menu-nav__info .siteinfo-btn li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  width: 42px;
  height: 42px;
  border-radius: 100vh;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .menu-nav__info .siteinfo-btn li a {
    border-color: #fff;
    width: 32px;
    height: 32px;
  }
}
.menu-nav__info .siteinfo-btn li a img {
  max-width: 1.4em;
}
.menu-nav__info .siteinfo-btn li a:hover {
  background: var(--color-secondary);
}
.menu-nav__info .siteinfo-btn li.mail a {
  text-indent: 1000%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-decoration: none !important;
  display: inline-block;
  word-break: inherit;
}
.menu-nav__info .siteinfo-btn li.mail a::before {
  content: "";
  background: url("../common/ico_mail_black.svg") no-repeat center center;
  width: 1.4em;
  height: 1.4em;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .menu-nav__info .siteinfo-btn li.mail a::before {
    background: url("../common/ico_mail.svg") no-repeat center center;
  }
}

@starting-style {
  .menu-nav.menu-nav-active {
    opacity: 0;
  }
}
.pagetop {
  position: sticky;
  bottom: 100px;
  left: 93%;
  display: inline-block;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .pagetop {
    left: 83%;
  }
}
.pagetop a img {
  width: 70px;
  height: 70px;
}

@media all and (min-width: 768px) {
  .footer_flow {
    display: none;
    visibility: hidden;
  }
}
.footer_flow {
  position: sticky;
  bottom: 0px;
  display: inline-block;
  z-index: 10;
  background: #fff;
  width: 100%;
  padding: 10px;
  text-align: center;
  box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
  left: 0;
}
.footer_flow a {
  display: inline-block;
  margin: auto;
  width: 90%;
  text-align: center;
  padding: 12px 40px 12px 50px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  border-radius: 100vh;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  background: #fff;
  color: #FFF33F;
  background: #E61816;
  box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
}
.footer_flow a::before {
  content: "";
  background: url("../common/ico_question.svg") no-repeat center center;
  background: url("../common/ico_apply.svg") no-repeat center center;
  background-size: contain !important;
  width: 1.4em;
  height: 1.4em;
  display: block;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .footer_flow a::before {
    width: 1.2em;
    height: 1.2em;
    left: 12px;
  }
}
.footer_flow .text {
  display: inline-block;
  padding: 0 0 5px 0;
}

footer {
  border-top: solid 4px var(--color-primary);
}

.footer__text {
  background: var(--color-pink-light);
  display: inline-block;
  padding: 6px 30px;
  border-radius: 100vh;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    margin: 0 15px;
  }
}
.footer__copy {
  color: #707070;
  padding-bottom: 30px;
}

.l-footer {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .l-footer {
    width: 92vw;
    margin: auto;
    padding: 5px 0 15px;
  }
}
@media all and (min-width: 768px) {
  .l-footer {
    padding: 10px 50px 30px;
  }
}
.l-footer small {
  font-size: 0.6875rem;
}

body {
  font: var(--font_base);
  background: #fff;
  font-weight: 500;
}

html,
body {
  height: 100%;
}

body > footer {
  position: sticky;
  top: 100vh;
}

@media all and (min-width: 768px) {
  .l-container {
    max-width: 1120px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1120px) {
  .l-container {
    max-width: inherit;
    margin: 0 15px;
  }
}
@media all and (min-width: 768px) {
  .l-container__small {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media all and (min-width: 768px) {
  .l-container__medium {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 899px) and (min-width: 767px) {
  .l-container__medium {
    margin: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-container__medium {
    max-width: inherit;
    margin: 0 15px;
  }
}

@media all and (min-width: 768px) {
  .l-grid__pc {
    display: grid;
  }
  .l-grid__pc.-col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .l-grid__pc.-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .l-grid__pc.-gap10 {
    gap: 10px;
  }
  .l-grid__pc.-gap20 {
    gap: 20px;
  }
  .l-grid__pc.-gap30 {
    gap: 30px;
  }
  .l-grid__pc.-center {
    place-content: center;
    place-items: center;
  }
  .l-flex__item.-ord-1 {
    order: 1;
  }
  .l-flex__item.-ord-2 {
    order: 2;
  }
  .l-flex__item.-ord-3 {
    order: 3;
  }
  .l-flex__item.-ord-4 {
    order: 4;
  }
  .l-flex__item.-ord-5 {
    order: 5;
  }
  .l-flex__item.-ord-6 {
    order: 6;
  }
  .l-flex__item.-ord-7 {
    order: 7;
  }
  .l-flex__item.-ord-8 {
    order: 8;
  }
  .l-flex__item.-ord-9 {
    order: 9;
  }
  .l-flex__item.-ord-10 {
    order: 10;
  }
  .l-flex {
    display: flex;
  }
  .l-flex.-fxd-c {
    flex-direction: column;
  }
  .l-flex.-fxd-cr {
    flex-direction: column-reverse;
  }
  .l-flex.-fxd-r {
    flex-direction: row;
  }
  .l-flex.-fxd-rr {
    flex-direction: row-reverse;
  }
  .l-flex.-fxw-n {
    flex-wrap: nowrap;
  }
  .l-flex.-fxw-w {
    flex-wrap: wrap;
  }
  .l-flex.-fxw-wr {
    flex-wrap: wrap-reverse;
  }
  .l-flex.-jc-c {
    justify-content: center;
  }
  .l-flex.-jc-fe {
    justify-content: flex-end;
  }
  .l-flex.-jc-fs {
    justify-content: flex-start;
  }
  .l-flex.-jc-sa {
    justify-content: space-around;
  }
  .l-flex.-jc-sb {
    justify-content: space-between;
  }
  .l-flex.-ai-b {
    align-items: baseline;
  }
  .l-flex.-ai-c {
    align-items: center;
  }
  .l-flex.-ai-fe {
    align-items: flex-end;
  }
  .l-flex.-ai-fs {
    align-items: flex-start;
  }
  .l-flex.-ai-s {
    align-items: stretch;
  }
  .l-flex.-ac-c {
    align-content: center;
  }
  .l-flex.-ac-fe {
    align-content: flex-end;
  }
  .l-flex.-ac-fs {
    align-content: flex-start;
  }
  .l-flex.-ac-s {
    align-content: stretch;
  }
  .l-flex.-ac-sa {
    align-content: space-around;
  }
  .l-flex.-ac-sb {
    align-content: space-between;
  }
  .l-flex .-ar {
    margin-left: auto;
  }
  .l-flex.col-1-2 {
    gap: 20px 20px;
  }
  .l-flex.col-1-2 .l-flex__item:first-child {
    width: 67%;
  }
  .l-flex.col-1-2 .l-flex__item:nth-child(2n) {
    width: 33%;
  }
  .l-flex.col-2 .l-flex__item {
    width: 50%;
  }
  .l-flex.col-3 .l-flex__item {
    width: 33.3333333333%;
  }
  .l-flex.col-4 .l-flex__item {
    width: 25%;
  }
  .l-flex.-gap10 {
    gap: 10px 10px;
  }
  .l-flex.-gap10.col-2 .l-flex__item {
    width: calc(50% - 5px);
  }
  .l-flex.-gap10.col-4 .l-flex__item {
    width: calc(25% - 5px);
  }
  .l-flex.-gap20 {
    gap: 10px 10px;
  }
  .l-flex.-gap20.col-2 .l-flex__item {
    width: calc(50% - 5px);
  }
  .l-flex.-gap20.col-4 .l-flex__item {
    width: calc(25% - 5px);
  }
  .l-flex.col-5 .l-flex__item {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid__sp {
    display: grid;
  }
  .l-grid__sp.-col2__sp {
    grid-template-columns: repeat(2, 1fr);
  }
  .l-grid__sp.-col3__sp {
    grid-template-columns: repeat(3, 1fr);
  }
  .l-grid__sp.-gap10 {
    gap: 10px;
  }
  .l-grid__sp.-gap20 {
    gap: 20px;
  }
  .l-grid__sp.-gap30 {
    gap: 30px;
  }
  .l-grid__sp.-center {
    place-content: center;
    place-items: center;
  }
  .l-grid__sp.-auto150__sp {
    grid-template-columns: repeat(auto-fit, 150px);
  }
  .l-flex__item.-ord-1 {
    order: 1;
  }
  .l-flex__item.-ord-2 {
    order: 2;
  }
  .l-flex__item.-ord-3 {
    order: 3;
  }
  .l-flex__item.-ord-4 {
    order: 4;
  }
  .l-flex__item.-ord-5 {
    order: 5;
  }
  .l-flex__item.-ord-6 {
    order: 6;
  }
  .l-flex__item.-ord-7 {
    order: 7;
  }
  .l-flex__item.-ord-8 {
    order: 8;
  }
  .l-flex__item.-ord-9 {
    order: 9;
  }
  .l-flex__item.-ord-10 {
    order: 10;
  }
  .l-flex__sp {
    display: flex;
  }
  .l-flex__sp.-fxd-c-sp {
    flex-direction: column;
  }
  .l-flex__sp.-fxd-cr-sp {
    flex-direction: column-reverse;
  }
  .l-flex__sp.-fxd-r-sp {
    flex-direction: row;
  }
  .l-flex__sp.-fxd-rr-sp {
    flex-direction: row-reverse;
  }
  .l-flex__sp.-fxw-n-sp {
    flex-wrap: nowrap;
  }
  .l-flex__sp.-fxw-w-sp {
    flex-wrap: wrap;
  }
  .l-flex__sp.-fxw-wr-sp {
    flex-wrap: wrap-reverse;
  }
  .l-flex__sp.-jc-c-sp {
    justify-content: center;
  }
  .l-flex__sp.-jc-fe-sp {
    justify-content: flex-end;
  }
  .l-flex__sp.-jc-fs-sp {
    justify-content: flex-start;
  }
  .l-flex__sp.-jc-sa-sp {
    justify-content: space-around;
  }
  .l-flex__sp.-jc-sb-sp {
    justify-content: space-between;
  }
  .l-flex__sp.-ai-b-sp {
    align-items: baseline;
  }
  .l-flex__sp.-ai-c-sp {
    align-items: center;
  }
  .l-flex__sp.-ai-fe-sp {
    align-items: flex-end;
  }
  .l-flex__sp.-ai-fs-sp {
    align-items: flex-start;
  }
  .l-flex__sp.-ai-s-sp {
    align-items: stretch;
  }
  .l-flex__sp.-ac-c-sp {
    align-content: center;
  }
  .l-flex__sp.-ac-fe-sp {
    align-content: flex-end;
  }
  .l-flex__sp.-ac-fs-sp {
    align-content: flex-start;
  }
  .l-flex__sp.-ac-s-sp {
    align-content: stretch;
  }
  .l-flex__sp.-ac-sa-sp {
    align-content: space-around;
  }
  .l-flex__sp.-ac-sb-sp {
    align-content: space-between;
  }
  .l-flex__sp.col-1-2-sp {
    gap: 20px 20px;
  }
  .l-flex__sp.col-1-2-sp .l-flex__item-sp:first-child {
    width: 65%;
  }
  .l-flex__sp.col-1-2-sp .l-flex__item-sp:nth-child(2n) {
    width: 35%;
  }
  .l-flex__sp.col-2-sp .l-flex__item {
    width: 50%;
  }
  .l-flex__sp.-gap10-sp {
    gap: 10px 10px;
  }
  .l-flex__sp.-gap10-sp.col-2-sp .l-flex__item {
    width: calc(50% - 5px);
  }
  .l-flex__sp.-gap10-sp.col-4-sp .l-flex__item {
    width: calc(25% - 5px);
  }
  .l-flex__sp.col-3-sp .l-flex__item {
    width: 33.3333333333%;
  }
}
.c-title {
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.625rem;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .c-title {
    font-size: 2.1875rem;
    margin-bottom: 20px;
  }
}

.text_center {
  text-align: center;
}

@media all and (min-width: 768px) {
  .text_center_Pc {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .text_center_Sp {
    text-align: center;
  }
}
.head_achive {
  position: relative;
}
.head_achive::before {
  content: "";
  background: url("../common/ico_accordion02_close.svg") no-repeat center center;
  background-size: contain !important;
  right: 27px;
  top: 0px;
  width: 82px;
  height: 82px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .head_achive::before {
    width: 52px;
    height: 52px;
    right: 9.6px;
    top: 50%;
  }
}

.index-heading__box.-pink.active .head_achive::before {
  background: url(../common/ico_accordion02_open.svg) no-repeat center center;
  background-size: contain !important;
}

.head_trouble {
  position: relative;
}
.head_trouble::before {
  content: "";
  background: url("../common/ico_accordion02_close.svg") no-repeat center center;
  background-size: contain !important;
  right: 27px;
  top: -14px;
  width: 82px;
  height: 82px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .head_trouble::before {
    width: 52px;
    height: 52px;
    right: 9.6px;
    top: 0;
  }
}

.tell-sup {
  position: relative;
}
.tell-sup::before {
  content: "";
  background: url("../common/ico_accordion02_close.svg") no-repeat center center;
  background-size: contain !important;
  right: 27px;
  top: 0px;
  width: 82px;
  height: 82px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .tell-sup::before {
    display: none;
  }
}
.tell-sup::after {
  content: "";
  background: url("../images/img_round_yell01.png") no-repeat center center;
  background-size: contain !important;
  left: 147px;
  top: -13px;
  width: 100px;
  height: 100px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .tell-sup::after {
    background: none;
  }
}

@media screen and (max-width: 767px) {
  .img_round_blue_sp {
    width: 123px;
    margin-top: 10px;
  }
}

.disp-sup {
  position: relative;
}
.disp-sup::before {
  content: "";
  background: url("../common/ico_accordion02_close.svg") no-repeat center center;
  background-size: contain !important;
  right: 27px;
  top: 0px;
  width: 82px;
  height: 82px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .disp-sup::before {
    display: none;
  }
}
.disp-sup::after {
  content: "";
  background: url("../images/img_round_yell02.png") no-repeat center center;
  background-size: contain !important;
  left: 147px;
  top: -13px;
  width: 100px;
  height: 100px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .disp-sup::after {
    background: none;
  }
}

@media screen and (max-width: 767px) {
  .img_round_pink_sp {
    width: 123px;
    margin-top: 10px;
  }
}

.support_graph01 {
  display: block;
}
.support_graph01 img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .support_graph01 {
    display: flex;
    flex-direction: column-reverse;
  }
  .support_graph01 img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.l-ball {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-ball {
    flex-direction: column-reverse;
  }
}
.l-ball__text {
  background: var(--color-pink-light);
  padding: 60px 20px;
  position: relative;
  border-radius: 10px;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--color-primary);
  margin: 30px 70px 0 0;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .l-ball__text {
    min-width: 100%;
    font-size: 1.125rem;
    margin: 40px 0 0 0;
    padding: 20px;
  }
}
.l-ball__text::after {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  width: 40px;
  height: 30px;
  right: -40px;
  content: "";
  bottom: 20px;
  display: block;
  background: var(--color-pink-light);
}
@media screen and (max-width: 767px) {
  .l-ball__text::after {
    top: -39px;
    bottom: inherit;
    width: 40px;
    height: 40px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    transform: rotate(180deg);
    left: 20px;
  }
}
.l-ball__text.-blue {
  background: var(--color-green-bluelight);
  color: var(--color-green-blue);
}
.l-ball__text.-blue::after {
  background: var(--color-green-bluelight);
}
.l-ball__text.-orange {
  background: #FEF2DE;
  color: #FD4E00;
}
.l-ball__text.-orange::after {
  background: #FEF2DE;
}
.l-ball__text02 {
  background: var(--color-pink-light);
  padding: 20px;
  position: relative;
  border-radius: 10px;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--color-primary);
  margin: 10px 0 30px 0;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.l-ball__text02::after {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  width: 40px;
  height: 30px;
  content: "";
  bottom: -23px;
  transform: rotate(90deg);
  display: block;
  background: var(--color-pink-light);
}
@media screen and (max-width: 767px) {
  .l-ball__text02::after {
    top: -39px;
    bottom: inherit;
    width: 40px;
    height: 40px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    transform: rotate(180deg);
    left: 20px;
  }
}
.l-ball.-right {
  align-items: center;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .l-ball.-right {
    align-items: flex-start;
  }
}
.l-ball.-right .l-ball__text {
  margin: 0px 20px 0 70px;
  padding: 20px;
}
.l-ball.-right .l-ball__text::after {
  left: -39px;
  top: 50%;
  transform: translateY(-50%);
  bottom: inherit;
  clip-path: polygon(0 50%, 100% 0%, 100% 100%);
}
@media screen and (max-width: 767px) {
  .l-ball.-spflex {
    flex-direction: row !important;
  }
}
@media screen and (max-width: 767px) {
  .l-ball.-spflex .l-ball__text {
    min-width: auto;
    margin: 0px 0px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-ball.-spflex .l-ball__text::after {
    left: -20px;
    top: 20px;
  }
}
.l-ball__thum--left {
  margin-left: auto;
}

.l-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .l-panel {
    grid-template-columns: repeat(1, 1fr);
  }
}
.l-panel.-col1 {
  grid-template-columns: repeat(1, 1fr);
}
.l-panel.-col1 .col {
  padding: 13px;
}
@media screen and (max-width: 767px) {
  .l-panel.-col1 .col {
    padding: 13px 13px 100px 13px;
  }
}
.l-panel.-col1 .col::before {
  background: url("../common/ico_badge_paid.png") no-repeat center center;
  right: 150px;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .l-panel.-col1 .col::before {
    right: 10px;
  }
}
.l-panel.-col1 .col__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-panel.-col1 .col__list {
  margin-right: 40px;
}
.l-panel .col {
  background: #FCE9E7;
  padding: 13px 13px 80px 13px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-panel .col {
    padding: 13px 13px 100px 13px;
  }
}
.l-panel .col::before {
  content: "";
  background: url("../common/ico_badge_free.png") no-repeat center center;
  background-size: contain !important;
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.l-panel .col.-dark {
  background: #F0F0F0;
  padding: 13px 13px 30px;
}
.l-panel .col.-dark::before {
  display: none;
}
.l-panel .col__cate {
  text-align: center;
}
.l-panel .col__cate p {
  background: #fff;
  display: inline-block;
  padding: 6px 60px;
  border-radius: 100vh;
  color: var(--color-primary);
  font-weight: bold;
  position: relative;
}
.l-panel .col__cate p::after {
  content: "";
  background: url("../common/ico_faucet.svg") no-repeat center center;
  background-size: contain !important;
  width: 1.28em;
  height: 1.28em;
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.l-panel .col__cate.-key p::after {
  content: "";
  background: url("../common/ico_key.svg") no-repeat center center;
}
.l-panel .col__cate.-window p::after {
  content: "";
  background: url("../common/ico_window.svg") no-repeat center center;
  width: 1.6em;
}
.l-panel .col__cate.-car p::after {
  content: "";
  background: url("../common/ico_car.svg") no-repeat center center;
  width: 1.6em;
}
.l-panel .col__cate.-bike p::after {
  content: "";
  background: url("../common/ico_motorbike.svg") no-repeat center center;
  width: 1.6em;
}
.l-panel .col__heading {
  background: var(--color-primary);
  color: #fff;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  border-radius: 5px;
  margin: 12px 0 16px;
}
.l-panel .col__inner {
  /*padding-right: 100px;*/
  display: flex;
  justify-content: space-between;
}
.l-panel .col__inner .img_dispatch01 {
  width: 101px;
  height: 119px;
  margin-right: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-panel .col__inner .img_dispatch01 {
    width: 72px;
    height: 85px;
    margin-right: 10px;
  }
}
.l-panel .col__inner .img_dispatch02 {
  width: 66px;
  height: 96px;
  margin-left: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-panel .col__inner .img_dispatch02 {
    width: 55px;
    height: 80px;
    margin-right: 10px;
  }
}
.l-panel .col__inner .img_dispatch04 {
  width: 125px;
  height: 100px;
  margin-right: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-panel .col__inner .img_dispatch04 {
    width: 96px;
    height: 77px;
    margin-right: 10px;
  }
}
.l-panel .col__inner .img_dispatch05 {
  width: 144px;
  height: 100px;
  margin-right: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-panel .col__inner .img_dispatch05 {
    width: 90px;
    height: 63px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-panel .col__inner {
    padding-right: 0px;
  }
}
.l-panel .col .img_dispatch03 {
  width: 111px;
  height: 86px;
  margin-top: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .l-panel .col .img_dispatch03 {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 85px;
    height: 66px;
  }
}
.l-panel .col__list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.l-panel .col__list li::before {
  content: "";
  background: url("../common/ico_check.svg") no-repeat center center;
  background-size: contain !important;
  width: 1.28em;
  height: 1.28em;
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.l-panel .col__list.-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}
.l-panel .col__list.-flex li {
  margin-bottom: 0;
}

.div_info01 {
  background: var(--color-yell-light);
  padding: 14px;
  box-sizing: border-box;
  border-radius: 10px;
}
.div_info01.-head {
  padding: 0;
  overflow: hidden;
}
.div_info01.-head .div_info01__heading {
  background: var(--color-dark-yell);
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.div_info01.-head .div_info01__inner {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .div_info01.-head .div_info01__inner {
    padding: 35px;
    line-height: 30px;
  }
}
.div_info01.-head .div_info01__inner--head {
  text-align: center;
  margin: 10px 0 20px;
}
.div_info01.-head .div_info01__inner--head h4 {
  background: #fff;
  display: inline-block;
  padding: 4px 30px;
  border-radius: 100vh;
}
.div_info02 {
  background: var(--color-pink-light);
  padding: 14px;
  box-sizing: border-box;
  border-radius: 10px;
}
.div_info02.-head {
  padding: 0;
  overflow: hidden;
}
.div_info02.-head .div_info01__heading {
  background: var(--color-pink);
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.75rem;
}
.div_info02.-head .div_info01__inner {
  padding: 14px 40px;
}
@media screen and (max-width: 767px) {
  .div_info02.-head .div_info01__inner {
    padding: 14px;
  }
}
.div_info02.-head .div_info01__inner--head {
  text-align: center;
  margin: 10px 0 20px;
}
.div_info02.-head .div_info01__inner--head h4 {
  background: #fff;
  display: inline-block;
  padding: 4px 30px;
  border-radius: 100vh;
}
.div_info02.-head .div_info01__inner--head.-paid h4 {
  position: relative;
  padding-left: 90px;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .div_info02.-head .div_info01__inner--head.-paid h4 {
    display: flex;
    align-items: center;
  }
}
.div_info02.-head .div_info01__inner--head.-paid h4::before {
  background: url("../common/ico_badge_paid02.png") no-repeat center center;
  width: 82px;
  height: 82px;
  background-size: contain !important;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.div_info02.-head .div_info01__inner--head.-big h4 {
  padding: 6px 70px;
}
@media screen and (max-width: 767px) {
  .div_info02.-head .div_info01__inner--head.-big h4 {
    padding: 10px 50px;
    font-size: 1rem;
  }
}
.div_info03 {
  background: var(--color-pink-light);
  padding: 30px 70px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .div_info03 {
    padding: 15px;
  }
}
.div_info03--white {
  background: #fff;
  border-radius: 10px;
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .div_info03--white {
    padding: 20px 10px;
  }
}
.div_info04 {
  border: 2px solid #CC005A;
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .div_info04 {
    padding: 20px 10px;
  }
}
.div_info04.-pink {
  border: 3px solid #EB6EA5;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .div_info04.-pink {
    padding: 15px;
  }
}

.check__list li {
  position: relative;
  padding-left: 25px;
}
.check__list li::before {
  content: "";
  background: url("../common/ico_check.svg") no-repeat center center;
  background-size: contain !important;
  width: 1.28em;
  height: 1.28em;
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.list__arrow li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.list__arrow li::before {
  content: "";
  background-color: #38B8EF;
  width: 10px;
  height: 10px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  left: 0px;
  top: 0.5em;
}

div.hr {
  border-bottom: 1px solid var(--color-primary);
}
div.hr.-gray {
  border-color: #B4B4B4;
}

.l-table table {
  border-collapse: collapse;
}
.l-table table th,
.l-table table td {
  padding: 12px 30px;
}
.l-table table th {
  background: var(--color-dark-yell);
  border: none;
}
.l-table table td {
  background: var(--color-yell-light);
  border-right: 1px solid var(--color-dark-yell);
  border-bottom: 1px solid var(--color-dark-yell);
}
.l-table table tr:last-child td {
  border-bottom: none;
}
.l-table.-scroll {
  overflow-x: auto;
  display: block;
}
.l-table.-scroll table td,
.l-table.-scroll table th {
  white-space: nowrap;
}
.l-table__scrolltxt {
  text-align: center;
  margin-bottom: 5px;
}
.l-table__scrolltxt span {
  display: inline-block;
  position: relative;
  padding-right: 1.4em;
}
.l-table__scrolltxt span::after {
  content: "";
  background-color: var(--color-primary);
  width: 10px;
  height: 10px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  right: 0px;
  top: 0.5em;
}

.u-list__circle li {
  position: relative;
  padding-left: 20px;
}
.u-list__circle li::before {
  content: "";
  border: 1px solid #fff;
  width: 1em;
  height: 1em;
  border-radius: 50vh;
  position: absolute;
  left: 0;
  top: 0.8em;
  transform: translateY(-50%);
}
.u-list__default li {
  padding-left: 1em;
  position: relative;
}
.u-list__default li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.c-btn {
  padding: 8px 40px 8px 50px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  border-radius: 100vh;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  background: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 6px;
}
.c-btn::before {
  content: "";
  background: url("../common/ico_question.svg") no-repeat center center;
  background-size: contain !important;
  width: 1.4em;
  height: 1.4em;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-btn::before {
    width: 1.2em;
    height: 1.2em;
    left: 12px;
  }
}
.c-btn.-small {
  padding: 6px 10px 6px 40px;
  font-size: 0.8125rem;
}
.c-btn.-small.-small {
  padding: 6px 10px 6px 40px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .c-btn.-small.-small {
    padding: 12px 10px 12px 32px;
    font-size: 0.75rem;
    line-height: 1.1;
    letter-spacing: 0;
    width: 103px;
    margin: 5px 0;
  }
}
.c-btn.-big {
  box-shadow: 0 4px 0 #00222F;
  font-weight: 500;
  padding: 14px 40px 14px 60px;
}
.c-btn.-big:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #00222F;
}
@media screen and (max-width: 767px) {
  .c-btn.-big {
    font-size: 1.125rem;
    padding: 14px 30px 14px 40px;
  }
}
.c-btn.-big::before {
  left: 20px;
}
.c-btn.-normal {
  border: none !important;
  background: var(--color-primary);
  color: #fff;
}
.c-btn.-normal::before {
  background: url("../common/ico_telefill02.svg") no-repeat center center;
}
.c-btn.-normal02 {
  border: none !important;
  background: #2196f3;
  color: #fff;
}
.c-btn.-normal02::before {
  background: url("../common/ico_login.png") no-repeat center center;
}
.c-btn.-blue-dark {
  border: none !important;
  background: var(--color-blue-dark);
  color: #fff;
}
.c-btn.-blue-dark::before {
  display: none;
}
.c-btn.-darkblue {
  background: var(--color-blue-dark);
  color: var(--color-yell);
  border: none;
}
.c-btn.-darkblue::before {
  background: url("../common/ico_telefill.svg") no-repeat center center;
}
.c-btn.-pink {
  background: var(--color-primary);
  color: #fff;
}
.c-btn.-apply::before {
  background: url("../common/ico_apply.svg") no-repeat center center;
}
.c-btn.-current {
  border: 1px solid #006F9D;
  background-color: #E4F1F7;
  color: #000;
}
.c-btn.-current:before {
  background: url("../common/ico_current.svg") no-repeat center center;
  background-size: contain !important;
}
.c-btn__txt {
  color: #54C3F1;
  border-bottom: 1px solid #54C3F1;
  position: relative;
  padding: 0 30px 0 0;
  font-weight: bold;
  display: inline-block;
}
.c-btn__txt:hover {
  color: var(--color-blue-dark);
  border-bottom: 1px solid var(--color-blue-dark);
}
.c-btn__txt::before {
  content: "";
  background: url("../common/ico_right01.svg") no-repeat center center;
  background-size: contain !important;
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mb10 {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .mt10_Sp {
    margin-top: 10px;
  }
  .mt15_Sp {
    margin-top: 15px;
  }
  .mt20_Sp {
    margin-top: 20px;
  }
  .mt30_Sp {
    margin-top: 30px;
  }
  .mt40_Sp {
    margin-top: 40px;
  }
  .mt50_Sp {
    margin-top: 50px;
  }
}
@media all and (min-width: 768px) {
  .mt10_Pc {
    margin-top: 10px;
  }
  .mt15_Pc {
    margin-top: 15px;
  }
  .mt20_Pc {
    margin-top: 20px;
  }
  .mt30_Pc {
    margin-top: 30px;
  }
  .mt40_Pc {
    margin-top: 40px;
  }
  .mt50_Pc {
    margin-top: 50px;
  }
}
.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .mb10_Sp {
    margin-bottom: 10px;
  }
  .mb15_Sp {
    margin-bottom: 15px;
  }
  .mb20_Sp {
    margin-bottom: 20px;
  }
  .mb30_Sp {
    margin-bottom: 30px;
  }
  .mb40_Sp {
    margin-bottom: 40px;
  }
  .mb50_Sp {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 768px) {
  .mb10_Pc {
    margin-bottom: 10px;
  }
  .mb15_Pc {
    margin-bottom: 15px;
  }
  .mb20_Pc {
    margin-bottom: 20px;
  }
  .mb30_Pc {
    margin-bottom: 30px;
  }
  .mb40_Pc {
    margin-bottom: 40px;
  }
  .mb50_Pc {
    margin-bottom: 50px;
  }
}
.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .mr10_Sp {
    margin-right: 10px;
  }
  .mr15_Sp {
    margin-right: 15px;
  }
  .mr20_Sp {
    margin-right: 20px;
  }
  .mr30_Sp {
    margin-right: 30px;
  }
  .mr40_Sp {
    margin-right: 40px;
  }
  .mr50_Sp {
    margin-right: 50px;
  }
}
@media all and (min-width: 768px) {
  .mr10_Pc {
    margin-right: 10px;
  }
  .mr15_Pc {
    margin-right: 15px;
  }
  .mr20_Pc {
    margin-right: 20px;
  }
  .mr30_Pc {
    margin-right: 30px;
  }
  .mr40_Pc {
    margin-right: 40px;
  }
  .mr50_Pc {
    margin-right: 50px;
  }
}
.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .ml10_Sp {
    margin-left: 10px;
  }
  .ml15_Sp {
    margin-left: 15px;
  }
  .ml20_Sp {
    margin-left: 20px;
  }
  .ml30_Sp {
    margin-left: 30px;
  }
  .ml40_Sp {
    margin-left: 40px;
  }
  .ml-4em_Sp {
    margin-left: -4em;
  }
  .ml50_Sp {
    margin-left: 50px;
  }
}
@media all and (min-width: 768px) {
  .ml10_Pc {
    margin-left: 10px;
  }
  .ml15_Pc {
    margin-left: 15px;
  }
  .ml20_Pc {
    margin-left: 20px;
  }
  .ml30_Pc {
    margin-left: 30px;
  }
  .ml40_Pc {
    margin-left: 40px;
  }
  .ml50_Pc {
    margin-left: 50px;
  }
  .ml-4em_Pc {
    margin-left: -4em;
  }
}
.w50 {
  width: 50px;
}

.w80 {
  width: 80px;
}

.w100 {
  width: 100px;
}

.w120 {
  width: 120px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w180 {
  width: 180px;
}

.w200 {
  width: 200px;
}

.w220 {
  width: 220px;
}

.w250 {
  width: 250px !important;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w30per {
  width: 30%;
}

.w50per {
  width: 50%;
}

.w60per {
  width: 60%;
}

.w70per {
  width: 70%;
}

.w80per {
  width: 80%;
}

.w100per {
  width: 100%;
}

@media all and (min-width: 768px) {
  .w50_Pc {
    width: 50px;
  }
  .w80_Pc {
    width: 80px;
  }
  .w100_Pc {
    width: 100px;
  }
  .w120_Pc {
    width: 120px;
  }
  .w150_Pc {
    width: 150px;
  }
  .w160_Pc {
    width: 160px;
  }
  .w180_Pc {
    width: 180px;
  }
  .w200_Pc {
    width: 200px;
  }
  .w220_Pc {
    width: 220px;
  }
  .w250_Pc {
    width: 250px;
  }
  .w300_Pc {
    width: 300px;
  }
  .w300_center_Pc {
    max-width: 300px;
    margin: 0 auto;
  }
  .w340_center_Pc {
    max-width: 340px;
    margin: 0 auto;
  }
  .w350_center_Pc {
    max-width: 350px;
    margin: 0 auto;
  }
  .w350_Pc {
    width: 350px;
  }
  .w400_Pc {
    width: 400px;
  }
  .w430_Pc {
    width: 430px;
  }
  .w450_Pc {
    width: 450px;
  }
  .w500_Pc {
    width: 500px;
  }
  .w500_center_Pc {
    width: 500px;
    margin: 0 auto;
  }
  .w550_center_Pc {
    max-width: 550px;
    margin: 0 auto;
  }
  .w600_Pc {
    width: 600px;
  }
  .w850_Pc {
    width: 850px;
  }
  .w900_Pc {
    width: 900px;
  }
  .w30per_Pc {
    width: 30%;
  }
  .w50per_Pc {
    width: 50%;
  }
  .w60per_Pc {
    width: 60%;
  }
  .w70per_Pc {
    width: 70%;
  }
  .w80per_Pc {
    width: 80%;
  }
  .w100per_Pc {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .w50_Sp {
    width: 50px;
  }
  .w80_Sp {
    width: 80px;
  }
  .w100_Sp {
    width: 100px;
  }
  .w120_Sp {
    width: 120px;
  }
  .w150_Sp {
    width: 150px;
  }
  .w160_Sp {
    width: 160px;
  }
  .w180_Sp {
    width: 180px;
  }
  .w200_Sp {
    width: 200px;
  }
  .w220_Sp {
    width: 220px;
  }
  .w250_Sp {
    width: 250px;
  }
  .w300_Sp {
    width: 300px;
  }
  .w350_Sp {
    width: 350px;
  }
  .w400_Sp {
    width: 400px;
  }
  .w450_Sp {
    width: 450px;
  }
  .w500_Sp {
    width: 500px;
  }
  .w30per_Sp {
    width: 30%;
  }
  .w50per_Sp {
    width: 50%;
  }
  .w60per_Sp {
    width: 60%;
  }
  .w70per_Sp {
    width: 70%;
  }
  .w80per_Sp {
    width: 80%;
  }
  .w100per_Sp {
    width: 100%;
  }
}
.text__mark {
  text-indent: -1em;
  padding-left: 1em;
}

.u-txt__bt--yell {
  border-bottom: 6px solid var(--color-yell);
  padding-bottom: 0px;
}

.color-red {
  color: var(--color-red);
}

.color_brown_default {
  color: var(--default-brown);
}

.color-blue {
  color: var(--color-green-blue);
}

.color-blue-dark {
  color: var(--color-blue-dark);
}

.color-pink {
  color: var(--color-pink);
}

.color-primary {
  color: var(--color-primary);
}

.foS10 {
  font-size: 0.625rem;
  line-height: 1.4;
}

.foS11 {
  font-size: 0.6875rem;
  line-height: 1.4;
}

.foS12 {
  font-size: 0.75rem;
  line-height: 1.4;
}

.foS13 {
  font-size: 0.8125rem;
  line-height: 1.6;
}

.foS14 {
  font-size: 0.875rem;
  line-height: 1.6;
}

.foS15 {
  font-size: 0.9375rem;
}

.foM16 {
  font-size: 1rem;
}

.foL17 {
  font-size: 1.0625rem;
}

.foL18 {
  font-size: 1.125rem;
}

.foL19 {
  font-size: 1.1875rem;
  line-height: 1.6;
}

.foL20 {
  font-size: 1.25rem;
  line-height: 1.6;
}

.foL21 {
  font-size: 1.3125rem;
  line-height: 1.6;
}

.foL22 {
  font-size: 1.375rem;
  line-height: 1.5;
}

.foL24 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.foL26 {
  font-size: 1.625rem;
  line-height: 1.5;
}

.foL28 {
  font-size: 1.75rem;
  line-height: 1.5;
}

.foL30 {
  font-size: 1.875rem;
  line-height: 1.5;
}

.foL32 {
  font-size: 2rem;
  line-height: 1.4;
}

.foL34 {
  font-size: 2.125rem;
  line-height: 1.4;
}

.foL36 {
  font-size: 2.25rem;
  line-height: 1.4;
}

.foL38 {
  font-size: 2.375rem;
  line-height: 1.4;
}

.foL40 {
  font-size: 2.5rem;
  line-height: 1.4;
}

.foL44 {
  font-size: 2.75rem;
  line-height: 1.4;
}

.foL48 {
  font-size: 3rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .foS10_Sp {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .foS11_Sp {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
  .foS12_Sp {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .foS13_Sp {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .foS14_Sp {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .foS15_Sp {
    font-size: 0.9375rem;
  }
  .foM16_Sp {
    font-size: 1rem;
  }
  .foL17_Sp {
    font-size: 1.0625rem;
  }
  .foL18_Sp {
    font-size: 1.125rem;
  }
  .foL19_Sp {
    font-size: 1.1875rem;
    line-height: 1.6;
  }
  .foL20_Sp {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .foL21_Sp {
    font-size: 1.3125rem;
    line-height: 1.6;
  }
  .foL22_Sp {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .foL24_Sp {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .foL26_Sp {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .foL28_Sp {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .foL30_Sp {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .foL32_Sp {
    font-size: 2rem;
    line-height: 1.4;
  }
  .foL34_Sp {
    font-size: 2.125rem;
    line-height: 1.4;
  }
  .foL36_Sp {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .foL38_Sp {
    font-size: 2.375rem;
    line-height: 1.4;
  }
  .foL40_Sp {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .foL44_Sp {
    font-size: 2.75rem;
    line-height: 1.4;
  }
  .foL48_Sp {
    font-size: 3rem;
    line-height: 1.4;
  }
  .foL50_Sp {
    font-size: 3.125rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 768px) {
  .foS10_Pc {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .foS11_Pc {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
  .foS12_Pc {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .foS13_Pc {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .foS14_Pc {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .foS15_Pc {
    font-size: 0.9375rem;
  }
  .foM16_Pc {
    font-size: 1rem;
  }
  .foL17_Pc {
    font-size: 1.0625rem;
  }
  .foL18_Pc {
    font-size: 1.125rem;
  }
  .foL19_Pc {
    font-size: 1.1875rem;
    line-height: 1.6;
  }
  .foL20_Pc {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .foL21_Pc {
    font-size: 1.3125rem;
    line-height: 1.6;
  }
  .foL22_Pc {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .foL24_Pc {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .foL26_Pc {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .foL28_Pc {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .foL30_Pc {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .foL32_Pc {
    font-size: 2rem;
    line-height: 1.4;
  }
  .foL34_Pc {
    font-size: 2.125rem;
    line-height: 1.4;
  }
  .foL36_Pc {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .foL38_Pc {
    font-size: 2.375rem;
    line-height: 1.4;
  }
  .foL40_Pc {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .foL44_Pc {
    font-size: 2.75rem;
    line-height: 1.4;
  }
  .foL48_Pc {
    font-size: 3rem;
    line-height: 1.4;
  }
  .foL50_Pc {
    font-size: 3.125rem;
    line-height: 1.4;
  }
}
.asterisk-16 {
  padding-left: 1rem;
}

.asterisk-16::before {
  content: "※";
  margin-left: -1rem;
}

.asterisk-15 {
  padding-left: 0.9375rem;
}

.asterisk-15::before {
  content: "※";
  margin-left: -0.9375rem;
}

.asterisk-14 {
  padding-left: 0.875rem;
}

.asterisk-14::before {
  content: "※";
  margin-left: -0.875rem;
}

:root {
  scroll-padding: 100px;
  scroll-behavior: smooth;
}

.index_z {
  z-index: 1000;
}

body.body-fix {
  position: relative;
  height: 100vh;
  box-sizing: border-box;
  overflow: hidden;
}
body.body-fix:before {
  position: absolute;
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.inviewfadeIn {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: 1s;
}

.fadeIn {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.fresh_btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  font-size: 1.875em;
  padding: 20px 25px;
  color: #fff33f;
  text-decoration: none;
  background: #e61673;
  border-radius: 20px;
  box-shadow: 0 5px 0 #a21554;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .fresh_btn a {
    font-size: 0.8125em;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 12px;
  }
}
.fresh_btn a::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/ico_sakura.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .fresh_btn a::before {
    width: 17px;
    height: 17px;
  }
}

.fresh_btn a:hover {
  transform: translateY(3px);
  /* ← ボタンを3px下げる */
  box-shadow: 0 2px 0 #a21554;
  /* ← 影も縮める */
}

.index {
  background: url(../common/back_top01.png) repeat-y;
  background-size: 120%;
  background-position: center;
}
.index-copy {
  position: relative;
  background-color: #fff;
  padding: 60px;
  width: 90%;
  margin: 0 auto;
  margin-top: -135px;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .index-copy {
    flex-direction: column-reverse;
    border-radius: 15px;
    padding: 25px 18px;
    margin-top: -55px;
    background: rgba(255, 255, 255, 0.7);
    align-items: inherit;
  }
}
@media screen and (min-width:768px) and (max-width: 1019px) {
  .index-copy {
    flex-direction: column-reverse;
    text-align: center;
  }
}
.index-copy img {
  width: 400px;
  height: fit-content;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .index-copy img {
    width: 292px;
    margin: 0 auto;
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) and (max-width: 1019px) {
  .index-copy img {
    margin-top: 20px;
  }
}
.index-copy::before {
  content: "";
  background: url("../images/img_rabel_pc.png") no-repeat center center;
  background-size: contain !important;
  width: 130px;
  height: 115px;
  display: block;
  position: absolute;
  right: 47px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .index-copy::before {
    background: url("../images/img_rabel_sp.png") no-repeat center center;
    right: 20px;
    width: 85px;
    height: 53px;
  }
}
.index-txt {
  font-size: 2.063em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .index-txt {
    font-size: 1.2em;
    line-height: 2;
  }
}
.index-txt-small {
  font-size: 0.85em;
}
.index-contnav.-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 23px;
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .index-contnav.-top {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 0 60px 0;
  }
}
.index-contnav.-top .index-heading {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .index-contnav.-top .index-heading h2 {
    font-size: 1.25rem;
    padding: 0 30px 0 0;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .index-contnav.-under .panel {
    grid-template-columns: repeat(1, 1fr);
    gap: 18px;
  }
}
.index-contnav.-under .panel-item {
  padding: 20px 20px 50px 20px;
}
.index-contnav.-under .panel-txt {
  margin-top: 0;
}
.index-contnav.-under .panel p {
  line-height: 1.7;
}
.index-contnav .item {
  border: 3px solid var(--color-green-blue);
  padding: 0 20px 20px 20px;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .index-contnav .item {
    padding: 10px;
  }
}
.index-contnav .item:nth-of-type(2) {
  border: 3px solid var(--color-primary);
}
.index-contnav .item:nth-of-type(2) .panel {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .index-contnav .item:nth-of-type(2) .panel {
    grid-template-columns: repeat(3, 1fr);
  }
}
.index-contnav .item:nth-of-type(2) .panel .panel-item {
  background: var(--color-pink-light);
}
.index-contnav .panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .index-contnav .panel {
    margin: 0;
    gap: 7px;
  }
}
.index-contnav .panel-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--color-green-bluelight);
  color: #000;
  border-radius: 6px;
  font-size: 0.875rem;
  padding: 10px;
}
.index-contnav .panel-txt {
  margin-top: 10px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .index-contnav .panel-txt {
    font-size: 0.75rem;
  }
}
.index-contnav .panel h3.panel-txt {
  font-size: 1.625rem;
  font-weight: 500;
  color: var(--color-green-blue);
  margin-bottom: 15px;
}
.index-cta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .index-cta {
    grid-template-columns: repeat(1, 1fr);
    margin: 20px 3.5px;
    padding: 0 35px;
  }
}
.index-cta a {
  text-align: center;
}
.index-cta .c-btn {
  width: 100%;
}
.index-box {
  position: relative;
  cursor: pointer;
  border-radius: 7px;
  overflow: hidden;
  margin: 50px 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .index-box {
    margin: 50px 20px;
  }
}
.index-box__inner {
  border: 3px solid var(--color-pink);
  border-top: 0px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .index-box__inner {
    padding: 14.5px;
    margin: 0px;
    padding-bottom: 30px;
  }
}
.index-box__inner.-blue {
  border-color: #25c5de;
}
.index-box__inner.-darkpink {
  border-color: var(--color-primary);
}
.index-box__inner.-yell {
  border-color: var(--color-dark-yell);
}
@media screen and (max-width: 767px) {
  .index-box__inner .index-cta {
    padding: 0;
  }
}
.index-box .sec4_img01 {
  width: 80%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .index-box .sec4_img01 {
    width: 100%;
  }
}
.index-box .sec4_img02 {
  float: right;
  margin-left: 20px;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .index-box .sec4_img02 {
    float: inherit;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.index-box .sec4_txt {
  line-height: 2;
}
.index .parents {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .index .parents {
    display: flex !important;
  }
  .index .parents img {
    width: 151px;
    margin: 0 auto;
  }
}
.index .parents_reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .index .parents_reverse {
    flex-direction: column-reverse;
  }
}
.index .parents_half {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .index .parents_half {
    flex-direction: column-reverse;
  }
}
.index .parents_half p {
  display: block;
}
@media screen and (max-width: 767px) {
  .index .parents_half p img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}
.index-movie {
  background: url("../images/img_bg_movie.png") no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .index-movie {
    padding: 30px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .index .support-yell .index-cta {
    padding: 0;
  }
}

.index-heading {
  position: relative;
  display: inline-block;
  padding: 0px 0 10px;
  margin: 20px 0 20px;
}
@media screen and (max-width: 767px) {
  .index-heading {
    margin: 0;
  }
}
.index-heading h2 {
  color: var(--color-green-blue);
  position: relative;
  padding: 0 10px;
}
.index-heading h2::before {
  background: url("../common/ico_bottom01.svg") no-repeat center center;
  width: 1.3em;
  height: 1.3em;
  background-size: contain !important;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index-heading .g3_over {
  margin-top: -30px;
}
.index-heading.-none-arrow h2 {
  padding: 0 30px;
}
.index-heading.-none-arrow h2::before {
  display: none !important;
}
.index-heading::after {
  content: "";
  background: var(--color-green-blue);
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.index-heading::before {
  content: "";
  background: var(--color-green-blue);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  width: 20px;
  height: 13px;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.index-heading.-pink {
  cursor: pointer;
}
.index-heading.-pink h2 {
  color: var(--color-primary);
}
.index-heading.-pink h2::before {
  background: url("../common/ico_bottom02.svg") no-repeat center center;
}
.index-heading.-pink::after {
  background: var(--color-primary);
}
.index-heading.-pink::before {
  background: var(--color-primary);
}
.index-heading.-pinklight {
  cursor: pointer;
}
.index-heading.-pinklight h2 {
  color: var(--color-pink);
}
.index-heading.-pinklight::after {
  background: var(--color-pink);
}
.index-heading.-pinklight::before {
  background: var(--color-pink);
}
.index-heading.-darkpink {
  cursor: pointer;
}
.index-heading.-darkpink h2 {
  color: var(--color-primary);
}
.index-heading.-darkpink::after {
  background: var(--color-primary);
}
.index-heading.-darkpink::before {
  background: var(--color-primary);
}
.index-heading.-darkyell h2 {
  color: var(--color-dark-yell);
}
.index-heading.-darkyell::after {
  background: var(--color-dark-yell);
}
.index-heading.-darkyell::before {
  background: var(--color-dark-yell);
}
.index-heading.-blue-dark h2 {
  color: var(--color-blue-dark);
}
.index-heading.-blue-dark::after {
  background: var(--color-blue-dark);
}
.index-heading.-blue-dark::before {
  background: var(--color-blue-dark);
}
.index-heading.-under {
  width: 100%;
}
.index-heading.-under h2 {
  text-align: center;
  font-size: 2.125rem;
}
@media screen and (max-width: 767px) {
  .index-heading.-under h2 {
    font-size: 1.625rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.index-heading.-under h2::before {
  display: none !important;
}
.index-heading__box {
  background: var(--color-pink);
  background: repeating-linear-gradient(-45deg, #f092bb, #f092bb 2px, #eb6ea5 0, #eb6ea5 13px);
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
.index-heading__box h2 {
  font-size: 2.375rem;
}
@media screen and (max-width: 767px) {
  .index-heading__box h2 {
    font-size: 1.75rem;
  }
}
.index-heading__box.-blue {
  background: repeating-linear-gradient(-45deg, #a3e2ec, #a3e2ec 2px, #85d9e6 0, #85d9e6 13px);
  color: #000;
}
.index-heading__box.-blue.active h2:before {
  background: url(../common/ico_accordion02_open.svg) no-repeat center center;
  background-size: contain !important;
}
@media screen and (max-width: 767px) {
  .index-heading__box.-blue.active h2:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .index-heading__box.-blue {
    position: relative;
  }
  .index-heading__box.-blue.active::before {
    background: url(../common/ico_accordion02_open.svg) no-repeat center center;
    background-size: contain !important;
  }
}
@media screen and (max-width: 767px) {
  .index-heading__box.-blue::before {
    content: "";
    background: url("../common/ico_accordion02_close.svg") no-repeat center center;
    background-size: contain !important;
    right: 9.6px;
    bottom: 7px;
    width: 52px;
    height: 52px;
    position: absolute;
  }
}
.index-heading__box.-darkpink {
  background: repeating-linear-gradient(-45deg, #ec5096, #ec5096 2px, #e61673 0, #e61673 13px);
  color: #fff;
}
.index-heading__box.-darkpink.active h2:before {
  background: url(../common/ico_accordion02_open.svg) no-repeat center center;
  background-size: contain !important;
}
@media screen and (max-width: 767px) {
  .index-heading__box.-darkpink.active h2:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .index-heading__box.-darkpink {
    position: relative;
  }
  .index-heading__box.-darkpink.active::before {
    background: url(../common/ico_accordion02_open.svg) no-repeat center center;
    background-size: contain !important;
  }
}
@media screen and (max-width: 767px) {
  .index-heading__box.-darkpink::before {
    content: "";
    background: url("../common/ico_accordion02_close.svg") no-repeat center center;
    background-size: contain !important;
    right: 9.6px;
    bottom: 7px;
    width: 52px;
    height: 52px;
    position: absolute;
  }
}
.index-heading__box.-yell {
  background: repeating-linear-gradient(-45deg, #f7b93f, #f7b93f 2px, #f5a200 0, #f5a200 13px);
  color: #000;
}
.index-heading__box.-yell.active h2:before {
  background: url(../common/ico_accordion02_open.svg) no-repeat center center;
  background-size: contain !important;
}
@media screen and (max-width: 767px) {
  .index-heading__box.achiev {
    padding: 40px 0 45px;
  }
  .index-heading__box.achiev h2:before {
    margin-top: 28px;
  }
}
.index-heading__secondary {
  border-bottom: var(--color-green-blue) dashed 1px;
  margin: 40px 0 20px;
}
.index-heading__secondary h2 {
  color: var(--color-green-blue);
  font-size: 1.5rem;
  position: relative;
  padding: 10px 10px 10px 70px;
}
@media screen and (max-width: 767px) {
  .index-heading__secondary h2 {
    font-size: 1.25rem;
    padding: 5px 5px 5px 50px;
  }
}
.index-heading__secondary h2::before {
  content: "";
  background: url("../common/ico_info.svg") no-repeat center center;
  background-size: contain !important;
  width: 1.675em;
  height: 1.675em;
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .index-heading__secondary h2::before {
    top: 1.3em;
    left: 5px;
  }
}

.l-accordion {
  background: var(--color-green-bluelight);
  padding: 30px 0 100px;
}
@media screen and (max-width: 767px) {
  .l-accordion {
    padding: 30px 20px 100px;
  }
}
.handling_area .ttl {
  text-align: center;
}
.handling_area .ttl span {
  background-color: #fff;
  padding: 10px 70px;
  display: inline-block;
  color: var(--color-green-blue);
  font-size: 2.375rem;
  border-radius: 100vh;
}
@media screen and (max-width: 767px) {
  .handling_area .ttl span {
    font-size: 1.75rem;
  }
}

.handling_area .ttl common {
  width: 150px;
}

.handling_area .contents-header {
  width: 417px;
  margin: 40px auto 30px;
}

.handling_area .ttl {
  padding: 20px 0;
}

.handling_area .ttl common {
  width: 20%;
}

.handling_area .contents-header {
  width: 100%;
  margin: 24px auto 45px;
}

.accordion-box {
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
}

.accordion-box .area {
  margin: 2px 0 0;
}

.accordion-box .area h2 {
  line-height: 1em;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  background-color: var(--color-green-blue);
  padding: 26px 27px 20px;
  position: relative;
}
.accordion-box .area h2::after {
  content: "";
  width: 1.4em;
  height: 1.4em;
  background: url(../common/btn_pink_toggle_down.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.accordion-box .area.active h2 {
  cursor: pointer;
}
.accordion-box .area.active h2::after {
  background: url(../common/btn_pink_toggle_up.svg) no-repeat center center;
}

.accordion-box .accordion-block {
  display: block;
  margin: 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .accordion-box .accordion-block {
    background: none;
    padding: 14px 14px 18px;
    background: #fff;
  }
}

@media screen and (max-width: 767px) {
  .voice_wrap .accordion-block {
    background: none;
  }
}

.accordion-box .accordion-block .inner {
  padding: 10px 20px;
  display: -webkit-flex;
  display: flex;
}

.accordion-box .accordion-block ul {
  /*padding: 10px 20px;*/
  width: 280px;
}

.accordion-box .accordion-block li {
  width: 280px;
  height: auto;
  padding: 14px 10px;
  border-right: 1px solid var(--color-green-blue);
  border-bottom: 1px solid var(--color-green-blue);
  margin: 0;
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 1.2em;
}

.accordion-box .accordion-block li .box {
  display: table-cell;
  height: 3em;
  line-height: 1.2em;
  vertical-align: middle;
}

.accordion-box .accordion-block li.last {
  border-bottom: none;
}

.accordion-box .accordion-block ul.col3 li {
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .accordion-box .area {
    margin: 2px 0 0;
  }
  .accordion-box .area h2 {
    background-size: 30px;
    font-size: 16px;
    padding: 18px 13px;
  }
  .accordion-box .accordion-block .inner {
    display: block;
    padding: 10px 15px;
  }
  .accordion-box .accordion-block ul {
    width: 100%;
  }
  .accordion-box .accordion-block li {
    border-right: none;
    width: 100%;
    padding: 20px 8px;
  }
  .accordion-box .accordion-block li .box {
    height: auto;
  }
  .accordion-box .accordion-block li.last {
    border-bottom: 1px solid var(--color-green-blue);
  }
  .accordion-box .accordion-block li.last.none_cont {
    border-bottom: none;
    padding: 0;
  }
  .accordion-box .accordion-block li.sp_last {
    border-bottom: none;
  }
}
.index-contact__tel {
  line-height: 1;
}
.index-contact__tel span {
  position: relative;
  padding-left: 70px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .index-contact__tel span {
    padding-left: 40px;
  }
}
.index-contact__tel span::before {
  content: "";
  width: 30px;
  height: 20px;
  background: url(../common/ico_tell.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 55%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .index-contact__tel span::before {
    left: 0;
  }
}

@media all and (min-width: 768px) {
  .index-lasttext {
    text-align: center;
  }
}
.index-lasttext p {
  position: relative;
  color: var(--color-primary);
  display: inline-block;
  font-size: 1.625rem;
  padding: 0 80px;
  margin: 50px 0px;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .index-lasttext p {
    font-size: 1rem;
    padding: 0 38px;
    margin-bottom: 0px;
  }
}
.index-lasttext p::before, .index-lasttext p::after {
  top: 50%;
  content: "";
  height: 60%;
  position: absolute;
  width: 2px;
  background: var(--color-primary);
  display: block;
}
@media screen and (max-width: 767px) {
  .index-lasttext p::before, .index-lasttext p::after {
    top: inherit;
    bottom: -5px;
    height: 30%;
    width: 2px;
  }
}
.index-lasttext p::before {
  left: 20px;
  transform: translateY(-50%) rotate(-30deg);
}
@media screen and (max-width: 767px) {
  .index-lasttext p::before {
    left: 24px;
    transform: rotate(-30deg);
  }
}
.index-lasttext p::after {
  right: 20px;
  transform: translateY(-50%) rotate(30deg);
}
@media screen and (max-width: 767px) {
  .index-lasttext p::after {
    right: 24px;
    transform: rotate(30deg);
  }
}
@media screen and (max-width: 767px) {
  .index-lasttext p.lasttxt_none {
    margin: 0;
    font-size: 21px;
    padding: 0;
    line-height: 20px;
  }
  .index-lasttext p.lasttxt_none a {
    font-size: 13px;
  }
}
.index-lasttext p.lasttxt_none:after {
  display: none;
}

.index.newer .pop-up01 {
  position: fixed;
  display: none;
  width: 80%;
  height: 620px;
  top: 70px;
  right: 50%;
  margin-right: -40%;
}
@media screen and (max-width: 767px) {
  .index.newer .pop-up01 {
    top: 92px;
    width: 90%;
    height: 70%;
    margin-right: -45%;
  }
}
.index.newer .pop-up01:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fffcdb;
  transform: rotate(-3deg);
  border-radius: 10px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .index.newer .pop-up01:before {
    transform: rotate(-2deg);
  }
}
.index.newer .pop-up01:after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #fff;
  border-radius: 10px;
  z-index: -2;
}
.index.newer .pop-up01 .pop-close {
  cursor: pointer;
  position: fixed;
  display: block;
  width: 62px;
  height: 62px;
  background: url(../common/ico_popup_close.svg) no-repeat;
  background-size: contain;
  top: 58px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .index.newer .pop-up01 .pop-close {
    top: 17px;
  }
}
.index.newer .pop-up01 .pop-contain h2 img {
  width: 95%;
}
@media screen and (max-width: 767px) {
  .index.newer .pop-up01 .pop-contain h2 img {
    position: relative;
    top: -42px;
  }
}
.index.newer .pop-up01 .pop-contain .pop-text {
  height: 264px;
  overflow-y: scroll;
  padding-left: 65px;
  margin-right: 78.5px;
}
@media screen and (max-width: 767px) {
  .index.newer .pop-up01 .pop-contain .pop-text {
    margin: -30px 14px 20px 0px;
    padding: 0 11px 0 25px;
  }
}
.index.newer .pop-up01 .pop-contain .pop-link a {
  position: relative;
  display: block;
  width: 75%;
  margin: 30px auto 0;
  background-color: #fff;
  border-radius: 35px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 17.5px 0;
  text-align: center;
  color: #000;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .index.newer .pop-up01 .pop-contain .pop-link a {
    width: auto;
    margin: 0 12px;
    font-size: 16px;
    text-align: left;
    padding-left: 12.5px;
  }
}
.index.newer .pop-up01 .pop-contain .pop-link a:before {
  position: absolute;
  display: block;
  content: "";
  width: 95px;
  height: 40px;
  background: url(../common/pic_ttlpop01.png) no-repeat;
  background-size: contain;
  top: -30px;
  left: 50%;
  margin-left: -47.5px;
}
@media screen and (max-width: 767px) {
  .index.newer .pop-up01 .pop-contain .pop-link a:before {
    display: none;
  }
}
.index.newer .pop-up01 .pop-contain .pop-link a span {
  position: relative;
  color: #d62878;
}
@media screen and (max-width: 767px) {
  .index.newer .pop-up01 .pop-contain .pop-link a span {
    font-size: 16px;
  }
}
.index.newer .pop-up01 .pop-contain .pop-link a span::before {
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../common/ico_link02.svg) no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -12.5px;
  right: -110px;
}
@media screen and (max-width: 767px) {
  .index.newer .pop-up01 .pop-contain .pop-link a span::before {
    right: -80px;
    left: auto;
  }
}
.index.newer .pop-up02 {
  position: fixed;
  display: none;
  width: 80%;
  height: 620px;
  top: 70px;
  right: 50%;
  margin-right: -40%;
}
@media screen and (max-width: 767px) {
  .index.newer .pop-up02 {
    top: 92px;
    width: 90%;
    height: 70%;
    margin-right: -45%;
  }
}
.index.newer .pop-up02:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #eaf4f4;
  transform: rotate(-3deg);
  border-radius: 10px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .index.newer .pop-up02:before {
    transform: rotate(-2deg);
  }
}
.index.newer .pop-up02:after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #fff;
  border-radius: 10px;
  z-index: -2;
}
.index.newer .pop-up02 .pop-close {
  cursor: pointer;
  position: fixed;
  display: block;
  width: 62px;
  height: 62px;
  background: url(../common/ico_popup_close.svg) no-repeat;
  background-size: contain;
  top: 58px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .index.newer .pop-up02 .pop-close {
    top: 17px;
  }
}
.index.newer .pop-up02 .pop-contain h2 img {
  width: 95%;
}
@media screen and (max-width: 767px) {
  .index.newer .pop-up02 .pop-contain h2 img {
    position: relative;
    top: -42px;
  }
}
.index.newer .pop-up02 .pop-contain .pop-text {
  height: 264px;
  overflow-y: scroll;
  padding-left: 65px;
  margin-right: 78.5px;
}
@media screen and (max-width: 767px) {
  .index.newer .pop-up02 .pop-contain .pop-text {
    margin: -30px 14px 20px 0px;
    padding: 0 11px 0 25px;
  }
}
.index.newer .pop-up02 .pop-contain .pop-link a {
  position: relative;
  display: block;
  width: 75%;
  margin: 30px auto 0;
  background-color: #fff;
  border-radius: 35px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 17.5px 0;
  text-align: center;
  color: #000;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .index.newer .pop-up02 .pop-contain .pop-link a {
    width: auto;
    margin: 0 12px;
    font-size: 16px;
    text-align: left;
    padding-left: 12.5px;
  }
}
.index.newer .pop-up02 .pop-contain .pop-link a:before {
  position: absolute;
  display: block;
  content: "";
  width: 95px;
  height: 40px;
  background: url(../common/pic_ttlpop01.png) no-repeat;
  background-size: contain;
  top: -30px;
  left: 50%;
  margin-left: -47.5px;
}
@media screen and (max-width: 767px) {
  .index.newer .pop-up02 .pop-contain .pop-link a:before {
    display: none;
  }
}
.index.newer .pop-up02 .pop-contain .pop-link a span {
  position: relative;
  color: #d62878;
}
@media screen and (max-width: 767px) {
  .index.newer .pop-up02 .pop-contain .pop-link a span {
    font-size: 16px;
  }
}
.index.newer .pop-up02 .pop-contain .pop-link a span::before {
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../common/ico_link02.svg) no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -12.5px;
  right: -110px;
}
@media screen and (max-width: 767px) {
  .index.newer .pop-up02 .pop-contain .pop-link a span::before {
    right: -80px;
    left: auto;
  }
}
.index.newer .section_hero {
  padding-top: 110px;
  background: url(../images/pic_top01.png) no-repeat;
  background-size: cover;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .index.newer .section_hero {
    padding-top: 88px;
  }
}
@media screen and (max-width: 767px) {
  .index.newer .section_hero .slide {
    display: none;
  }
}
.index.newer .section_hero .slidesp {
  display: none;
}
@media screen and (max-width: 767px) {
  .index.newer .section_hero .slidesp {
    display: block;
  }
}
.index.newer .section_hero .size_img_main img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .index.newer .section_hero .size_img_main img {
    width: 95%;
  }
}
.index.newer .section_hero .slide_movie {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .index.newer .section_hero .slide_movie {
    margin-top: 60px;
  }
}
.index.newer .section_hero .size_img {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .index.newer .section_hero .size_img {
    margin-top: 130px;
  }
}
.index.newer .section_hero .size_img img {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .index.newer .section_hero .size_img img {
    width: 95%;
  }
}
.index.newer .section_hero .slick-dots {
  width: auto;
  bottom: 10px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .index.newer .section_hero .slick-dots {
    bottom: -25px;
    right: 5px;
  }
}
.index.newer .section_hero .slick-dots li {
  margin: 10px;
  width: 30px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .index.newer .section_hero .slick-dots li {
    margin: 0px;
    width: 26px;
  }
}
.index.newer .section_hero .slick-dots li button {
  display: block;
  width: 36px;
  height: 36px;
  background-color: #f8dcdc;
  border: 2px solid #f2b5b5;
  border-radius: 100px;
}
.index.newer .section_hero .slick-dots li button::before {
  font-size: 0px;
}
@media screen and (max-width: 767px) {
  .index.newer .section_hero .slick-dots li button {
    width: 18px;
    height: 18px;
  }
}
.index.newer .section_hero .slick-active button::before {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #e86868;
  border-radius: 100px;
  top: 8px;
  left: 8px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .index.newer .section_hero .slick-active button::before {
    width: 10px;
    height: 10px;
    top: 4px;
    left: 4px;
  }
}
@media screen and (max-width: 767px) {
  .index.newer .section_nav {
    position: relative;
  }
}
.index.newer .section_nav .section_nav_list {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .index.newer .section_nav .section_nav_list {
    display: block;
  }
}
.index.newer .section_nav .section_nav_list a:first-child {
  position: relative;
  top: -60px;
  margin-right: 13px;
}
@media screen and (max-width: 767px) {
  .index.newer .section_nav .section_nav_list a:first-child {
    top: 0;
  }
}
.index.newer .section_nav .section_nav_list a:last-child {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .index.newer .section_nav .section_nav_list a:last-child {
    margin-top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .index.newer .section_nav .section_nav_list a {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
}
.index.newer .section_nav .section_nav_list .link_card {
  cursor: pointer;
  position: relative;
  top: -27px;
  width: 400px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 31px;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .index.newer .section_nav .section_nav_list .link_card {
    width: 90%;
    margin: 0 auto;
  }
}
.index.newer .section_nav .section_nav_list .link_card .text {
  padding: 9.5px 70px 8px;
  font-size: 13px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .index.newer .section_nav .section_nav_list .link_card .text {
    display: block;
    font-size: 10px;
    padding: 7px 60px 8px;
  }
}
.index.newer .section_nav .section_nav_list .link_card .link {
  display: block;
  background-color: #ffeef4;
  border-bottom-right-radius: 31px;
  border-bottom-left-radius: 31px;
  padding: 8px 120px 8.6px;
}
@media screen and (max-width: 767px) {
  .index.newer .section_nav .section_nav_list .link_card .link {
    text-align: center;
    padding: 6px 60px 7px;
  }
}
.index.newer .section_nav .section_nav_list .link_card .link span {
  position: relative;
  color: #d62878;
  font-size: 25px;
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  .index.newer .section_nav .section_nav_list .link_card .link span {
    font-size: 18px;
    padding-right: 30px;
  }
}
.index.newer .section_nav .section_nav_list .link_card .link span::before {
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../common/ico_link02.svg) no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -10px;
  right: 0px;
}
@media screen and (max-width: 767px) {
  .index.newer .section_nav .section_nav_list .link_card .link span::before {
    margin-right: -10px;
  }
}
.index.newer .section_service .h2_service {
  position: relative;
  padding-bottom: 22px;
  z-index: 1;
}
.index.newer .section_service .h2_service:before {
  position: absolute;
  display: block;
  content: "";
  width: 86px;
  height: 5px;
  background-color: #f8aeae;
  bottom: 0;
  left: 50%;
  margin-left: -43px;
}
.index.newer .section_service .h2_service:after {
  position: absolute;
  display: block;
  content: "";
  width: 351px;
  height: 315px;
  background: url(../common/pic_ttlpop02.png) no-repeat;
  background-size: contain;
  top: -50px;
  left: 50%;
  margin-left: -175px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .index.newer .section_service .h2_service {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .index.newer .index-box {
    margin-top: 20px;
  }
}
.index.newer .div_info01 {
  position: relative;
  z-index: 1;
  overflow: visible;
  background-color: #fffce0;
}
.index.newer .div_info01 .div_info01__inner {
  padding-top: 0px;
  padding-bottom: 20px;
}
.index.newer .h3_over {
  position: relative;
  top: -30px;
}
.index.newer .h3_over .-dark-yell {
  color: #f5a200;
}
@media screen and (max-width: 767px) {
  .index.newer .inner_pink {
    padding: 14.5px 25px;
  }
  .index.newer .inner_pink .index-cta {
    margin-top: 43px;
    padding: 0;
  }
}
.index.newer .speech_bubble {
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 24px 0 32px;
  border-radius: 14px;
  background-color: #fce9ea;
  color: #e61673;
}
@media screen and (max-width: 767px) {
  .index.newer .speech_bubble {
    margin-top: 40px;
    padding: 29px 20px;
  }
}
.index.newer .speech_bubble:before {
  display: block;
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-top: 35px solid #fce9ea;
  border-bottom: 0;
  bottom: -35px;
  right: 50%;
  margin-right: -17.5px;
}
@media screen and (max-width: 767px) {
  .index.newer .speech_bubble:before {
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    border-bottom: 35px solid #fce9ea;
    border-top: 0;
    bottom: auto;
    top: -35px;
    right: 0;
    margin-right: 0;
    left: 35px;
  }
}
.index.newer .speech_bubble02 {
  position: relative;
  border-radius: 14px;
  background-color: #d4ecf3;
  color: #3aacad;
  text-align: center;
  padding: 70px 40px;
  margin-right: 70px;
}
@media screen and (max-width: 767px) {
  .index.newer .speech_bubble02 {
    margin-right: 0px;
    margin-top: 30px;
    padding: 29px 55px;
    width: 100%;
    box-sizing: border-box;
  }
}
.index.newer .speech_bubble02:before {
  display: block;
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 35px solid #d4ecf3;
  border-right: 0;
  bottom: 25px;
  right: -35px;
}
@media screen and (max-width: 767px) {
  .index.newer .speech_bubble02:before {
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    border-bottom: 35px solid #d4ecf3;
    border-top: 0;
    bottom: auto;
    top: -35px;
    right: auto;
    left: 20px;
  }
}
.index.newer .section_voice {
  background-color: #fcf7f0;
  padding-bottom: 40px;
}
.index.newer .section_voice .ttl {
  position: relative;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .index.newer .voice_wrap {
    background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 2px, #f8dcdc 0, #f8dcdc 13px);
    border-radius: 14px;
  }
}
.index.newer .accordion-box {
  margin-top: -40px;
}
.index.newer .accordion-box .voice {
  margin: 5px 0;
}
@media screen and (max-width: 767px) {
  .index.newer .accordion-box .voice {
    margin-bottom: 0px;
    margin-top: 10px;
  }
}
.index.newer .accordion-box .voice h2 {
  display: flex;
  align-items: center;
  line-height: 1em;
  cursor: pointer;
  color: #5a5a5a;
  font-weight: bold;
  font-size: 20px;
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 2px, #f8dcdc 0, #f8dcdc 13px);
  padding: 26px 67px 24px 86px;
  position: relative;
  border-radius: 14px;
}
@media screen and (max-width: 767px) {
  .index.newer .accordion-box .voice h2 {
    display: block;
    background: none;
    font-size: 16px;
    padding: 16px 5px 14px 55px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
.index.newer .accordion-box .voice h2::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../common/btn_voice_toggle_down.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .index.newer .accordion-box .voice h2::after {
    width: 20px;
    height: 20px;
    top: 23px;
    right: 16px;
  }
}
.index.newer .accordion-box .voice h2 .ttl_voiceacc {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .index.newer .accordion-box .voice h2 .ttl_voiceacc {
    padding-right: 40px;
  }
}
.index.newer .accordion-box .voice h2 .text_limit {
  position: relative;
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #fff;
  padding: 13px 13px 13px 30px;
  border-radius: 100vh;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .index.newer .accordion-box .voice h2 .text_limit {
    display: block;
    margin-left: -45px;
    margin-top: 15px;
    padding-left: 11px;
    width: calc(100% + 35px);
  }
}
.index.newer .accordion-box .voice h2 .text_limit:before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 16px solid #fff;
  border-left: 0;
  top: 50%;
  margin-top: -8px;
  left: -8px;
}
@media screen and (max-width: 767px) {
  .index.newer .accordion-box .voice h2 .text_limit:before {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 16px solid #fff;
    border-top: 0;
    top: 0;
    margin-top: -16px;
    left: 40px;
  }
}
.index.newer .accordion-box .voice .alone:before {
  position: absolute;
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background: url(../common/ico_voice01.svg) no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -29px;
  left: 14px;
}
@media screen and (max-width: 767px) {
  .index.newer .accordion-box .voice .alone:before {
    width: 36px;
    height: 36px;
    top: 6.7px;
    left: 10px;
    margin-top: 0px;
  }
}
.index.newer .accordion-box .voice .home:before {
  position: absolute;
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background: url(../common/ico_voice02.svg) no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -29px;
  left: 14px;
}
@media screen and (max-width: 767px) {
  .index.newer .accordion-box .voice .home:before {
    width: 36px;
    height: 36px;
    top: 6.7px;
    left: 10px;
    margin-top: 0px;
  }
}
.index.newer .accordion-box .voice.active h2:after {
  background: url(../common/btn_voice_toggle_up.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .index.newer #accordion_voice {
    padding: 0 20px;
  }
}
.index.newer #accordion_voice .inner {
  display: block;
}
@media screen and (max-width: 767px) {
  .index.newer #accordion_voice .inner {
    background-color: #fff;
    border-radius: 24px;
    padding: 14px 20px 23px 14px;
  }
}
.index.newer #accordion_voice .inner h3 {
  margin-bottom: 6px;
}
.index.newer #accordion_voice .inner img {
  float: right;
  width: 100px;
  margin-left: 20px;
}
.index.newer .color_pink01 {
  color: #e61673;
}
@media screen and (max-width: 767px) {
  .index.newer .ttl {
    position: relative;
    margin-top: 36.5px;
  }
}
.index.newer .ttl .ttl_pop {
  position: relative;
  display: inline-block;
  border-bottom: 5px solid #fce2e2;
}
@media screen and (max-width: 767px) {
  .index.newer .ttl .ttl_pop {
    border-bottom: 0px;
    position: static;
  }
}
.index.newer .ttl .ttl_pop:before {
  display: block;
  content: "";
  width: 95px;
  height: 40px;
  background: url(../common/pic_ttlpop01.png) no-repeat;
  background-size: contain;
  top: -10px;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .index.newer .ttl .ttl_pop:before {
    position: absolute;
    top: -45px;
    left: 50%;
    margin-left: -47.5px;
  }
}
@media screen and (max-width: 767px) {
  .index.newer .ttl .ttl_pop:after {
    position: absolute;
    width: 86px;
    height: 5px;
    display: block;
    content: "";
    background-color: #fce2e2;
    bottom: -25px;
    left: 50%;
    margin-left: -43px;
  }
}
.index.newer .light {
  position: relative;
  padding-left: 75px;
}
@media screen and (max-width: 767px) {
  .index.newer .light {
    margin-top: 20px;
    line-height: 30px;
  }
}
.index.newer .light:before {
  position: absolute;
  display: block;
  content: "";
  width: 52px;
  height: 78px;
  background: url(../common/ico_light01.svg) no-repeat;
  background-size: contain;
  top: -30px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .index.newer .light:before {
    width: 37px;
    height: 55px;
    left: 20px;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .index.newer .section_question .ttl {
    margin-top: 85px;
    margin-bottom: 50px;
  }
}
.index.newer .section_question .ttl_question {
  display: block;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 28px;
}
.index.newer .section_question .ttl_question:before {
  position: absolute;
  content: "";
  display: block;
  width: 86px;
  height: 5px;
  background-color: #fce2e2;
  bottom: 0;
  left: 50%;
  margin-left: -43px;
}
@media screen and (max-width: 767px) {
  .index.newer .section_question .accordion {
    padding: 0 20px;
  }
}
.index.newer .section_question .accordion .area {
  position: relative;
  cursor: pointer;
  margin-top: 20px;
  border: 1px solid #e61673;
  background-color: #fff;
  padding: 30px 100px 30px 70px;
}
@media screen and (max-width: 767px) {
  .index.newer .section_question .accordion .area {
    margin-top: 10px;
    padding: 18px 41px 14px 37px;
  }
}
.index.newer .section_question .accordion .area:before {
  position: absolute;
  display: block;
  content: "";
  width: 65px;
  height: 65px;
  background: url(../common/ico_accordion_open.svg) no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -32.5px;
  right: 29px;
}
@media screen and (max-width: 767px) {
  .index.newer .section_question .accordion .area:before {
    width: 37px;
    height: 37px;
    margin-top: -18.5px;
    right: 10px;
  }
}
.index.newer .section_question .accordion .area:after {
  position: absolute;
  display: block;
  content: "Q";
  font-size: 48px;
  color: #e61673;
  top: 5px;
  left: 25px;
}
@media screen and (max-width: 767px) {
  .index.newer .section_question .accordion .area:after {
    font-size: 32px;
    left: 6px;
  }
}
.index.newer .section_question .accordion .area h2 {
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .index.newer .section_question .accordion .area h2 {
    font-size: 16px;
  }
}
.index.newer .section_question .accordion .area.active:before {
  background: url(../common/ico_accordion_close.svg) no-repeat;
  background-size: contain;
}
.index.newer .section_question .accordion .accordion-block .inner {
  position: relative;
  border: 1px solid #e61673;
  border-top: none;
  background-color: #fff3f3;
  padding: 30px 100px 30px 70px;
}
@media screen and (max-width: 767px) {
  .index.newer .section_question .accordion .accordion-block .inner {
    padding: 18px 41px 14px 37px;
  }
}
.index.newer .section_question .accordion .accordion-block .inner:after {
  position: absolute;
  display: block;
  content: "A";
  font-size: 48px;
  color: #3aacad;
  top: 5px;
  left: 25px;
}
@media screen and (max-width: 767px) {
  .index.newer .section_question .accordion .accordion-block .inner:after {
    font-size: 32px;
    left: 6px;
  }
}
.index.newer .section_question .accordion .accordion-block .inner p {
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .index.newer .section_question .accordion .accordion-block .inner p {
    font-size: 16px;
  }
}
.index.newer .section_question .moreques {
  position: relative;
  padding-bottom: 5px;
  padding-right: 24px;
  border-bottom: 1px solid #e61616;
}
.index.newer .section_question .moreques:before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../common/ico_link02.svg) no-repeat;
  background-size: contain;
  top: 2px;
  right: 0;
}
.index.newer .section_worker {
  background-color: #fcf7f0;
  padding: 37.5px 60px 48px;
}
@media screen and (max-width: 767px) {
  .index.newer .section_worker {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .index.newer .section_worker .index-heading {
    margin-top: 0px;
  }
}
.index.newer .section_worker .ttl {
  font-size: 34px !important;
  color: #000;
}
@media screen and (max-width: 767px) {
  .index.newer .section_worker .ttl {
    margin-top: 0px;
    font-size: 20px !important;
  }
}
.index.newer .section_worker .ttl span {
  font-size: 45px;
}
@media screen and (max-width: 767px) {
  .index.newer .section_worker .ttl span {
    font-size: 24px;
  }
}
.index.newer .section_worker .trouble_list {
  display: flex;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .index.newer .section_worker .trouble_list {
    display: block;
  }
}
.index.newer .section_worker .trouble_list .trouble_table {
  width: 50%;
  margin-right: 10.5px;
}
@media screen and (max-width: 767px) {
  .index.newer .section_worker .trouble_list .trouble_table {
    width: 100%;
    margin-right: 0px;
  }
}
.index.newer .section_worker .trouble_list .trouble_table:last-child {
  margin-right: 0px;
  margin-left: 10.5px;
}
@media screen and (max-width: 767px) {
  .index.newer .section_worker .trouble_list .trouble_table:last-child {
    margin-left: 0px;
  }
}
.index.newer .section_worker .trouble_list .trouble_block {
  background-color: #fff1de;
  border-radius: 10px;
  padding: 19px 12px;
  margin-bottom: 14px;
}
.index.newer .section_worker .trouble_list .trouble_block .trouble_head {
  color: #fff;
  font-size: 18px;
  background-color: #f5a231;
  border-radius: 4px;
  text-align: center;
  padding: 10px 0;
}
.index.newer .section_worker .trouble_list .trouble_block .trouble_body {
  margin-top: 12px;
  line-height: 30px;
}
.index.newer .section_worker .trouble_list .trouble_block .trouble_body img {
  float: right;
}
@media screen and (max-width: 767px) {
  .index.newer .section_worker .trouble_list .trouble_block .trouble_body img {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .index.newer .section_worker .spimages {
    margin-bottom: 48px;
    margin-top: 6px;
  }
}
.index.newer .section_worker .work_cycle img {
  width: 50%;
  margin-right: 21px;
  float: left;
}
@media screen and (max-width: 767px) {
  .index.newer .section_worker .work_cycle img {
    margin-top: 16px;
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .index.newer .section_worker .work_cycle p {
    margin-top: 24.5px;
    padding-bottom: 24.5px;
    line-height: 30px;
  }
}
.index.newer .application_link {
  background-color: #fff;
  border-radius: 32px;
  padding: 36px 30px;
}
@media screen and (max-width: 767px) {
  .index.newer .application_link {
    padding: 20px 16px 35px;
  }
}
.index.newer .application_link .color-red {
  color: #e6161c;
}
@media screen and (max-width: 767px) {
  .index.newer .application_link .color-red {
    font-size: 18px;
  }
}
.index.newer .application_link .linkbtn_search {
  display: block;
  font-size: 30px;
  margin-top: 22px;
  text-align: center;
  background-color: #e61616;
  color: #fff;
  padding: 20px 0;
  border-radius: 100vh;
  box-shadow: 0px 4px 0px #5c0028;
}
@media screen and (max-width: 767px) {
  .index.newer .application_link .linkbtn_search {
    padding: 13px 0;
    font-size: 16px;
    margin-top: 15px;
  }
}
.index.newer .application_link .linkbtn_search span {
  position: relative;
  padding-left: 57px;
}
@media screen and (max-width: 767px) {
  .index.newer .application_link .linkbtn_search span {
    padding-left: 30px;
  }
}
.index.newer .application_link .linkbtn_search span:before {
  position: absolute;
  display: block;
  content: "";
  width: 43px;
  height: 43px;
  background: url(../common/ico_link01.svg) no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -21.5px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .index.newer .application_link .linkbtn_search span:before {
    width: 23px;
    height: 23px;
    margin-top: -11.5px;
  }
}
.index.newer .accordion_coop {
  margin-top: 40px;
}
.index.newer .section_sns {
  margin-top: 50px;
  margin-bottom: 118px;
}
@media screen and (max-width: 767px) {
  .index.newer .section_sns {
    padding: 30px 20px 0px;
    margin-bottom: 57px;
  }
}
.index.newer .section_sns .index-heading {
  display: block;
  width: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .index.newer .section_sns .index-heading {
    width: 100%;
    box-sizing: border-box;
  }
}
.index.newer .section_sns .sns_list {
  display: flex;
  margin: 28px auto;
}
@media screen and (max-width: 767px) {
  .index.newer .section_sns .sns_list {
    display: block;
  }
}
.index.newer .section_sns .sns_list a {
  width: 50%;
  text-align: center;
  margin-right: 32px;
  padding: 30px 0;
  display: block;
  background-color: #fff3f3;
  border-radius: 25px;
  box-shadow: 0px 3px 0px #f8dcdc;
}
@media screen and (max-width: 767px) {
  .index.newer .section_sns .sns_list a {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 22px;
  }
}
.index.newer .section_sns .sns_list a:last-child {
  margin-right: 0px;
}
.index.newer .section_sns .sns_list a span {
  position: relative;
  padding-left: 52px;
  color: #000;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .index.newer .section_sns .sns_list .sns_x span {
    font-size: 28px;
  }
}
.index.newer .section_sns .sns_list .sns_x span:before {
  position: absolute;
  display: block;
  content: "";
  width: 43px;
  height: 44px;
  background: url(../common/logo_x.svg) no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -22px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .index.newer .section_sns .sns_list .sns_insta span {
    font-size: 28px;
  }
}
.index.newer .section_sns .sns_list .sns_insta span:before {
  position: absolute;
  display: block;
  content: "";
  width: 43px;
  height: 44px;
  background: url(../common/logo_insta.svg) no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -22px;
  left: 0;
}
.index.newer .section_sns p {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .index.newer .section_sns p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .index.newer .secton_inquery {
    padding: 30px 20px 0px;
    margin-bottom: 57px;
  }
  .index.newer .secton_inquery .index-contact {
    border-radius: 10px;
  }
  .index.newer .secton_inquery .text__mark {
    font-size: 12px;
  }
}
.index.newer .linkbtn-current {
  margin: 42px auto;
  text-align: center;
}
.index.newer .linkbtn-current a {
  text-align: left;
  display: block;
  position: relative;
  padding: 21px 40px 21px 50px;
  background-color: #e4f1f7;
  border-radius: 17px;
  border: 1px solid #006f9d;
  color: #000000;
  font-size: 21px;
  line-height: 20px;
}
@media all and (min-width: 768px) {
  .index.newer .linkbtn-current a {
    text-align: center;
    font-size: 31px;
    line-height: 30px;
    line-height: 1.1;
  }
}
.index.newer .linkbtn-current a span {
  font-size: 13px;
}
@media all and (min-width: 768px) {
  .index.newer .linkbtn-current a span {
    font-size: 20px;
  }
}
.index.newer .linkbtn-current a:before {
  display: block;
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background: url(../common/ico_current.svg) no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -13px;
  left: 20px;
}
@media all and (min-width: 768px) {
  .index.newer .linkbtn-current a:before {
    display: none;
  }
}
.index.newer .linkbtn-current a p {
  color: #000;
  position: relative;
  display: inline;
}
@media screen and (max-width: 767px) {
  .index.newer .linkbtn-current a p:before {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .index.newer .linkbtn-current a p:before {
    transform: none;
    display: block;
    position: absolute;
    content: "";
    width: 37px;
    height: 37px;
    background: url(../common/ico_current.svg) no-repeat;
    background-size: contain;
    top: 50%;
    margin-top: -18.5px;
    left: -50px;
  }
}
.index.newer .section_terms a {
  width: 100%;
  text-align: center;
  padding: 30px 0;
  display: block;
  background-color: #fff3f3;
  border-radius: 25px;
  box-shadow: 0px 3px 0px #f8dcdc;
}
.index.newer .section_terms a span {
  position: relative;
  color: #000;
  font-size: 28px;
  font-weight: bold;
}

.bg_pink {
  background-color: #eb6ea5;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .bg_pink {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

.yellow_btn {
  display: inline-block;
  padding: 8px 40px 8px 50px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  border-radius: 100vh;
  color: #000000;
  background: #ffef42;
  box-shadow: 0 4px 0 #00222f;
}
.yellow_btn:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #00222f;
}
@media screen and (max-width: 767px) {
  .yellow_btn {
    margin-top: -5px;
  }
}

.blue_btn {
  display: inline-block;
  padding: 8px 40px 8px 50px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  border-radius: 100vh;
  color: #ffffff;
  background: #2196f3;
  box-shadow: 0 4px 0 #00222f;
}
.blue_btn:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #00222f;
}

.bg_pink_btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 15px;
}
@media screen and (max-width: 767px) {
  .bg_pink_btn {
    grid-template-columns: 1fr;
    gap: 15px 0;
  }
}

.index-deg__about {
  margin: 32px 0 40px;
}
.index-deg__about--wrap {
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .index-deg__about--wrap {
    gap: 40px;
    flex-direction: column;
  }
}
@media all and (min-width: 768px) {
  .index-deg__about--img {
    max-width: 360px;
    margin-left: auto;
  }
}
.index-deg__function {
  border: 3px solid var(--color-green-blue);
  border-radius: 8px;
  padding: 25px 30px;
}
@media screen and (max-width: 767px) {
  .index-deg__function {
    padding: 10px;
  }
}
.index-deg__function--heading {
  margin-bottom: 10px;
}
.index-deg__function--list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(249px, 1fr));
  place-content: center;
  place-items: center;
  gap: 30px 120px;
  margin: 30px 20px;
}
@media screen and (max-width: 767px) {
  .index-deg__function--list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 0;
  }
}
.index-deg__function--list li {
  text-align: center;
}
.index-deg__function--list li figure img {
  height: 200px;
  width: auto;
  max-width: auto !important;
}
@media screen and (max-width: 767px) {
  .index-deg__function--list li figure img {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .index-deg__function--list li figure img.height {
    height: 80px;
  }
}
.index-deg__attention {
  background: #CC005A;
  padding: 20px 50px;
  border-radius: 12px;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .index-deg__attention {
    padding: 15px;
    margin: 20px 0;
  }
}
.index-deg__attention * {
  color: #fff;
}
.index-deg__attention--heading {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .index-deg__attention--heading {
    text-align: left;
  }
}
.index-deg__attention--heading h2 {
  position: relative;
  font-size: 2.0625rem;
  padding-left: 1.5em;
  display: inline-block;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .index-deg__attention--heading h2 {
    font-size: 1.5rem;
    padding-left: 2.6em;
  }
}
.index-deg__attention--heading h2 span {
  font-size: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .index-deg__attention--heading h2 span {
    font-size: 2.125rem;
  }
}
.index-deg__attention--heading h2:before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url(../common/ico_attention.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .index-deg__attention--heading h2:before {
    width: 2em;
    height: 2em;
  }
}
.index-deg__attention--heading h2::after {
  content: "";
  background: var(--color-yell);
  width: calc(100% - 1.5em);
  height: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .index-deg__attention--heading h2::after {
    width: calc(100% - 2.6em);
  }
}
.index-deg__attention--heading.-bordernone h2 {
  font-size: 1.875rem;
}
.index-deg__attention--heading.-bordernone h2::after {
  display: none;
}
.index-deg__attention--heading.-bordernone h2 span {
  font-size: inherit;
}
.index-deg__attention--cap {
  line-height: 2;
}
.index-deg__attention.-small {
  padding: 10px;
  margin: 0;
  background: #E61673;
}
.index-deg__attention.-small .index-deg__attention--heading {
  text-align: left;
}
.index-deg__attention.-small .heading {
  position: relative;
  padding-left: 3.5em;
}
.index-deg__attention.-small .heading:before {
  content: "";
  display: block;
  width: 3em;
  height: 100%;
  background: url(../common/ico_attention.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
}

.wrap-tab {
  overflow: hidden;
}

.list-tab {
  display: flex;
  margin: 0 -2px;
  gap: 0 20px;
  padding: 0 50px;
  border-bottom: 5px solid var(--color-primary);
}
@media screen and (max-width: 767px) {
  .list-tab {
    padding: 0 0px;
    gap: 0 3px;
  }
}
.list-tab:has(> li:nth-of-type(1).active) {
  border-bottom-color: var(--color-primary);
}
.list-tab:has(> li:nth-of-type(2).active) {
  border-bottom-color: #006F9D;
}
.list-tab:has(> li:nth-of-type(3).active) {
  border-bottom-color: var(--color-green-blue);
}

.list-tab > li {
  display: block;
  padding: 0.8em 1em;
  margin: 0 2px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  border-top: 3px solid;
  border-right: 3px solid;
  border-left: 3px solid;
  font-size: 1.375rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .list-tab > li {
    font-size: 0.8125rem;
    padding: 0.5em 0.2em;
    border-radius: 20px 20px 0 0;
  }
}
.list-tab > li:nth-of-type(1) {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.list-tab > li:nth-of-type(2) {
  color: #006F9D;
  border-color: #006F9D;
}
.list-tab > li:nth-of-type(3) {
  color: var(--color-green-blue);
  border-color: var(--color-green-blue);
}

.list-tab li:nth-of-type(1).active {
  background: var(--color-primary);
  color: var(--color-yell);
}
.list-tab li:nth-of-type(2).active {
  background: #006F9D;
  color: var(--color-yell);
  border-color: #006F9D;
}
.list-tab li:nth-of-type(3).active {
  background: var(--color-green-blue);
  color: var(--color-yell);
  border-color: var(--color-green-blue);
}

.tab-content {
  display: none;
  padding: 20px 50px;
  border-bottom: 5px solid var(--color-primary);
  border-left: 5px solid var(--color-primary);
  border-right: 5px solid var(--color-primary);
}
@media screen and (max-width: 767px) {
  .tab-content {
    padding: 20px 10px;
  }
}

.tab-content.active {
  display: block;
}
.tab-content:nth-of-type(1).active {
  border-color: var(--color-primary);
}
.tab-content:nth-of-type(2).active {
  border-color: #006F9D;
}
.tab-content:nth-of-type(3).active {
  border-color: var(--color-green-blue);
}

.flow-box {
  margin-top: 40px;
  counter-reset: listnum;
}
@media screen and (max-width: 767px) {
  .flow-box {
    margin-top: 20px;
  }
}
.flow-box__item {
  background: var(--color-pink-light);
  padding: 50px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 120px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .flow-box__item {
    padding: 15px;
    margin-bottom: 70px;
  }
}
.flow-box__item::after {
  content: "";
  background: var(--color-pink);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  width: 100px;
  height: 45px;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .flow-box__item::after {
    width: 63px;
    height: 27px;
    bottom: -50px;
  }
}
.flow-box__item:last-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .flow-box__item:last-child {
    margin-bottom: 10px;
  }
}
.flow-box__item:last-child::after {
  display: none;
}
.flow-box__item--content {
  position: relative;
  padding-left: 4em;
}
.flow-box__item--content::before {
  counter-increment: listnum;
  content: counter(listnum);
  display: block;
  position: absolute;
  top: 0em;
  left: 0;
  font-weight: 400;
  aspect-ratio: 1/1;
  color: #fff;
  font-weight: bold;
  background: #EB6EA5;
  line-height: 40px;
  border-radius: 100vh;
  min-width: 1.2em;
  font-size: 2.5rem;
  text-align: center;
}
.flow-box__item--figbox {
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .flow-box__item--figbox {
    gap: 0 10px;
    flex-direction: column;
  }
}
.flow-box__item--figbox p,
.flow-box__item--figbox div {
  flex: 1;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .flow-box__item--figbox p,
  .flow-box__item--figbox div {
    line-height: 1.6;
  }
}
.flow-box__item--figbox2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  gap: 0 100px;
  margin: 40px 30px;
}
@media screen and (max-width: 767px) {
  .flow-box__item--figbox2 {
    gap: 0 50px;
    grid-template-columns: repeat(1, 1fr);
    margin: 0;
  }
}
@media all and (min-width: 768px) {
  .flow-box__item--figbox2 .col {
    max-width: 275px;
  }
}
.flow-box__item--figbox2.-arrows {
  gap: 0 40px;
  align-items: center;
}
@media all and (min-width: 768px) {
  .flow-box__item--figbox2.-arrows {
    margin: 30px 0;
    grid-template-columns: minmax(0, 275px) minmax(0, 100px) minmax(0, 275px);
  }
}
@media screen and (max-width: 767px) {
  .flow-box__item--figbox2.-arrows .col {
    margin-left: -4em;
  }
}

.flow-box2 {
  counter-reset: listnum;
  background: var(--color-pink-light);
  padding: 50px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .flow-box2 {
    padding: 15px;
    margin-bottom: 10px;
  }
}
.flow-box2__item {
  display: grid;
  gap: 0 16px;
}
@media all and (min-width: 768px) {
  .flow-box2__item {
    grid-template-columns: minmax(0, 300px) minmax(0, 275px) minmax(0, 275px);
    gap: 0 8px;
  }
}
.flow-box2__item.-col2 {
  place-content: center;
  display: grid;
  gap: 0 50px;
}
@media all and (min-width: 768px) {
  .flow-box2__item.-col2 {
    grid-template-columns: minmax(0, 360px) minmax(0, 275px);
  }
}
.flow-box2__item.-col2 .col.-arrow-right {
  padding-right: 5em;
}
@media screen and (max-width: 767px) {
  .flow-box2__item.-col2 .col.-arrow-right {
    padding-right: 0;
  }
}
.flow-box2__item.-col2 .col.-arrow-right::after {
  width: 30px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .flow-box2__item.-col2 .col.-arrow-right::after {
    width: 60px;
    height: 27px;
  }
}
.flow-box2 .col.-arrow-right {
  padding-right: 3em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow-box2 .col.-arrow-right {
    padding-bottom: 2em;
    padding-right: 0;
  }
}
.flow-box2 .col.-arrow-right::after {
  content: "";
  background: var(--color-pink);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  width: 27px;
  height: 50px;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  .flow-box2 .col.-arrow-right::after {
    content: "";
    background: var(--color-pink);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    position: absolute;
    width: 63px;
    height: 27px;
    bottom: 0px;
    top: inherit;
    left: 50%;
    transform: translateX(-50%);
  }
}
.flow-box2 .counter {
  position: relative;
  padding-left: 4em;
}
@media screen and (max-width: 767px) {
  .flow-box2 .counter {
    padding: 0px 0 10px 4em;
  }
}
.flow-box2 .counter p {
  font-size: 0.9375rem;
}
.flow-box2 .counter::before {
  counter-increment: listnum;
  content: counter(listnum);
  display: block;
  position: absolute;
  top: 0em;
  left: 0;
  font-weight: 400;
  aspect-ratio: 1/1;
  color: #fff;
  font-weight: bold;
  background: #EB6EA5;
  line-height: 40px;
  border-radius: 100vh;
  min-width: 1.2em;
  font-size: 2.5rem;
  text-align: center;
}
.flow-box2.-no-bg {
  background: none;
  padding: 0;
}
@media all and (min-width: 768px) {
  .flow-box2.-no-bg .flow-box__item--figbox2 {
    grid-template-columns: minmax(0, 275px) minmax(0, 30px) minmax(0, 275px) minmax(0, 30px) minmax(0, 275px);
  }
}
.flow-box2.-no-bg .col {
  margin-left: 0;
}
.flow-box2.-no-bg .counter {
  min-height: 48px;
}
@media screen and (max-width: 767px) {
  .flow-box2.-no-bg .flow-box__arrow {
    margin: 40px 0 30px;
    min-height: inherit;
    height: inherit;
    width: 100%;
  }
}
.flow-box2.-no-bg .flow-box__arrow::after {
  width: 27px;
  height: 60px;
  left: 0;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  .flow-box2.-no-bg .flow-box__arrow::after {
    width: 60px !important;
    height: 27px !important;
    left: 50%;
    transform: translateX(-50%);
    top: inherit;
  }
}
.flow-box2.-col2 .flow-box__item--figbox2 {
  place-content: center;
  place-items: start;
}
@media all and (min-width: 768px) {
  .flow-box2.-col2 .flow-box__item--figbox2 {
    grid-template-columns: minmax(0, 275px) minmax(0, 30px) minmax(0, 275px);
  }
}

.div_info04.-left {
  margin-left: -4em;
}

.summary-box ul {
  display: flex;
  gap: 10px 30px;
}
@media screen and (max-width: 767px) {
  .summary-box ul {
    flex-direction: column;
    gap: 10px 0;
  }
}
.summary-box ul li a {
  position: relative;
  padding-right: 1.3em;
  color: #000;
  display: inline-block;
}
.summary-box ul li a::before {
  position: absolute;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../common/ico_acc-menu.svg) no-repeat;
  background-size: contain;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}

.flow-box__arrow {
  position: relative;
  min-width: 60px;
  height: 100%;
  min-height: 120px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .flow-box__arrow {
    min-height: 27px;
    margin: 15px 0 15px -4em;
  }
}
.flow-box__arrow::after {
  content: "";
  background: var(--color-pink);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  width: 45px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .flow-box__arrow::after {
    content: "";
    background: var(--color-pink);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    position: absolute;
    width: 60px;
    height: 27px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.flow-box__arrow.-mini {
  min-width: 27px;
  height: 100%;
}
.flow-box__arrow.-mini::after {
  width: 27px;
  height: 60px;
}

.flow-box__arrow--bottom {
  position: relative;
  min-width: 60px;
  min-height: 27px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-box__arrow--bottom::after {
  content: "";
  background: var(--color-pink);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  width: 60px;
  height: 27px;
}

@media screen and (max-width: 767px) {
  .min-48_Sp {
    min-height: 48px;
  }
}

input[type=email],
input[type=tel],
input[type=text],
input[type=url],
dd textarea {
  width: 100%;
  max-width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--default-gray);
  background: var(--base-gray-default);
}

::placeholder {
  color: var(--default-gray);
}

.form .intro {
  letter-spacing: 0.06em;
}

@media all and (min-width: 768px) {
  .form-Item input[type=text].w250_Pc {
    width: 250px;
  }
}

.form-Item label.block,
.form-Item .label_confirm {
  display: block;
  margin-bottom: 5px;
  color: var(--base-gray-dark);
  font-size: 0.875rem;
}

.form_explanation {
  margin-top: 3px;
  font-size: 0.875rem;
  color: var(--default-gray-brown);
}

.privacyArea {
  margin: 25px auto;
  padding: 10px 20px;
  border: solid 4px var(--base-gray-light);
  letter-spacing: 0.04em;
}
@media all and (min-width: 768px) {
  .privacyArea {
    margin: 25px auto;
  }
}

.privacyArea dl {
  padding: 8px 6px;
  text-align: center;
  background: var(--base-gray-default);
}
@media all and (min-width: 768px) {
  .privacyArea dl {
    padding: 15px 10px 5px;
  }
}

.privacyArea a {
  text-decoration: underline;
}

.form-Item {
  padding: 25px 0;
}
@media all and (min-width: 768px) {
  .form-Item {
    display: grid;
    grid-template-columns: 240px 1fr;
    align-items: start;
  }
}

.form-Item + .form-Item {
  border-top: 1px solid var(--default-gray-light);
}

.form-Item dt {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 500;
  color: #000;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .form-Item dt {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .form-Item dt {
    margin-top: 15px;
    padding-right: 10px;
  }
}

.form-Item dd {
  letter-spacing: 0.04em;
}

.label_checkbox input[type=checkbox] {
  display: none;
}

.label_checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
}

.label_checkbox label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border: 1px solid var(--default-gray);
}

.label_checkbox input[type=checkbox]:checked + label::after {
  position: absolute;
  content: "";
  top: 7px;
  left: 3px;
  width: 20px;
  height: 6px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.label_checkbox input[type=checkbox]:checked + label::before {
  background: var(--base-pink-default);
  border: solid 1px #FF2E2E;
}

/* 必須&任意マーク */
.form-Item .ico {
  text-align: center;
  font-size: 0.6875rem;
  display: inline-block;
  color: #fff;
  line-height: 1;
  line-height: 1;
  padding: 6px 6px;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
}
.form-Item .ico.required {
  background-color: var(--default-red);
}
.form-Item .ico.optional {
  color: #333;
  background-color: var(--default-gray-light);
}

.form-Item ul.radio_area {
  margin-left: -25px;
  margin-top: 10px;
}

li.radio {
  list-style: none;
}

.radio {
  position: relative;
  margin: 0 0 0.7rem;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .radio:last-child {
    margin-bottom: 0;
  }
}

.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}

.radio input[type=radio] + .radio-label:before {
  content: "";
  background: var(--base-gray-default);
  border-radius: 100%;
  border: 1px solid var(--default-gray-light);
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0.2em;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.radio input[type=radio]:checked + .radio-label:before {
  background-color: var(--default-blue);
  box-shadow: inset 0 0 0 4px var(--base-gray-default);
}

.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: var(--default-blue);
}

.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px var(--base-gray-default);
  border-color: var(--default-gray-light);
  background: var(--default-gray-light);
}

.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

/* PCのみ横並びの場合 */
@media all and (min-width: 768px) {
  .radio_area_short {
    display: flex;
  }
}

.select_area {
  position: relative;
  display: inline-block;
  border: 1px solid var(--default-gray);
  vertical-align: middle;
  background: var(--base-gray-default);
}
@media screen and (max-width: 767px) {
  .select_area {
    width: 100%;
  }
}
.select_area::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 20px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 9px 6px 0 6px;
  border-style: solid;
  border-color: var(--default-gray) transparent transparent transparent;
  pointer-events: none;
}

.select_area select {
  appearance: none;
  padding: 11px 15px;
  padding-right: 2.5em;
  border: none;
  outline: 0;
  background: var(--base-gray-default);
  text-indent: 0.01px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .select_area select {
    width: 100%;
  }
}

.ajax_err p {
  position: relative;
  margin-top: 8px;
  padding: 8px 15px 8px;
  display: inline-block;
  color: var(--default-red-dark);
  line-height: 1.6;
  font-size: fo(14);
  border-radius: 5px;
  border: solid 1px var(--default-red-dark);
  background: var(--base-pink-default);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
@media all and (min-width: 768px) {
  .ajax_err p {
    margin-top: 10px;
    padding: 10px 40px 10px;
    font-size: 0.9375rem;
  }
}

.ajax_err p:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--default-red-dark);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.ajax_err p:after {
  content: "";
  position: absolute;
  top: -9px;
  left: 50px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--base-pink-default);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.ajax_err p.arw_center:before {
  left: 50%;
  transform: translateX(50%);
}

.ajax_err p.arw_center:after {
  left: 50%;
  transform: translateX(50%);
}

.l-form-btnArea {
  margin: 20px auto 50px;
}

.l-form-actbtn {
  padding: 0;
}
@media all and (min-width: 768px) {
  .l-form-actbtn {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }
}
.l-form-actbtn li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .l-form-actbtn li + li {
    margin-top: 15px;
  }
}
@media all and (min-width: 768px) {
  .l-form-actbtn li + li {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .btn_form {
    width: 100%;
  }
}

.btn_form a {
  display: block;
  padding: 20px;
  text-align: center;
  color: #fff;
  border-radius: 40px;
}
@media all and (min-width: 768px) {
  .btn_form a {
    width: 420px;
  }
}
.btn_form a:hover {
  text-decoration: none;
  background: var(--default-blue);
}

.btn_form.send {
  background: var(--default-black);
  border-radius: 40px;
}
.btn_form.back {
  background: var(--default-gray);
  border-radius: 40px;
}

@media all and (min-width: 768px) {
  .form-address {
    display: flex;
  }
}

#Ready-text {
  margin: 15px auto;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 500;
}

.form-Contents.conlayout {
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  .form-Contents.conlayout .form-Item dt {
    margin-top: 0 !important;
  }
}/*# sourceMappingURL=style.css.map */