@charset "utf-8";


/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */
#page_title_wrap {
  background: var(--mainColor);
  color: #fff;
}
#page_title_wrap .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_title {
  font-weight: 700;
  text-align: center;
  letter-spacing: .1em;
}
@media only screen and ( max-width : 767px ) {
  #page_title_wrap .container {
    height: 24rem;
  }
  .page_title {
    font-size: 2.5rem;
    margin-top: 10rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #page_title_wrap .container {
    height: 40rem;
  }
  .page_title {
    font-size: 4rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   PRIVACY

--------------------------------------------------------------------------------------------- */
.privacy_title {
  text-align: center;
}
.privacy_text {
  font-weight: 500;
  line-height: 1.7;
}
.privacy_item {
  border-left: .4rem solid var(--mainColor);
}
.privacy_item:last-child {
  margin-bottom: 0;
}
.privacy_item h3 {
  font-weight: 500;
}
.privacy_item h3:first-of-type {
  margin-top: 0;
}
.privacy_item p {
  font-weight: 500;
  line-height: 1.7;
}
.privacy_item a {
  color: #2e9ecf;
  text-decoration: underline;
  font-weight: 500;
}
@media only screen and ( max-width : 767px ) {
  .privacy_title {
    color: var(--mainColor);
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  .privacy_text {
    margin-bottom: 4rem;
  }
  .privacy_item {
    margin-bottom: 4rem;
    padding-left: 1rem;
  }
  .privacy_item h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 2.5rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .privacy_title {
    font-size: 5rem;
    margin-bottom: 12rem;
  }
  .privacy_text {
    font-size: 2.9rem;
    margin-bottom: 14rem;
  }
  .privacy_item {
    margin-bottom: 12rem;
    font-size: 2.9rem;
    padding-left: 1.5rem;
  }
  .privacy_item h3 {
    font-size: 3.6rem;
    margin-bottom: 2rem;
    margin-top: 6rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   HOWTO

--------------------------------------------------------------------------------------------- */
.howto_intro_title {
  text-align: center;
}
.howto_intro_item {
  position: relative;
}
.howto_intro_item_inner:after {
  content: "";
  position: absolute;
}
.howto_intro_item:last-child .howto_intro_item_inner:after {
  content: none;
}
.howto_intro_item_title {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .1em;
}
.howto_intro_item_title .howto_intro_item_num {
  color: var(--mainColor);
  margin-right: 1rem;
  display: inline-block;
}
.howto_intro_item_content {
  background: var(--mainColor);
  color: #fff;
  padding: 1rem;
}
.howto_intro_item_content p {
  text-align: center;
  font-weight: 700;
}
.howto_intro_item_inner {
  border: .6rem solid var(--mainColor);
  border-radius: 2rem;
}
.howto_flow_title {
  text-align: center;
  letter-spacing: .1em;
}
.howto_flow_content_title {
  border-top: .4rem solid var(--mainColor);
  border-bottom: .4rem solid var(--mainColor);
  color: var(--mainColor);
  text-align: center;
  font-weight: 500;
  padding: .3em 0;
}
.howto_flow_item_text {
  font-weight: 500;
  line-height: 2;
}
.howto_link_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--mainColor);
  color: #fff;
  border-radius: 5rem;
  position: relative;
  max-width: 63.8rem;
  font-weight: 500;
}
.howto_link_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/howto/arrow_white.svg) no-repeat center center / contain;
}
.howto_flow_content:last-child {
  margin-bottom: 0;
}
.howto_flow_item:last-child {
  margin-bottom: 0;
}
.howto_flow_item_text_small {
  font-weight: 500;
}
@media only screen and ( max-width : 767px ) {
  #howto_intro {
    margin-bottom: 12rem;
  }
  .howto_intro_title {
    margin-bottom: 4.5rem;
  }
  .howto_intro_title img {
    width: 26.4rem;
  }
  .howto_intro_content {
    max-width: 24rem;
    margin: 0 auto;
  }
  .howto_intro_item {
    margin-bottom: 5rem;
  }
  .howto_intro_item:last-child {
    margin-bottom: 0;
  }
  .howto_intro_item_title {
    font-size: 2.7rem;
    margin-bottom: 1rem;
  }
  .howto_intro_item_title .howto_intro_item_num {
    font-size: 3.5rem;
  }
  .howto_intro_item_content p {
    font-size: 1.6rem;
  }
  .howto_intro_item_inner:after {
    width: 3rem;
    height: 2.2rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4rem;
    background: url(../img/howto/arrow_sp.svg) no-repeat center center / contain;
  }
  .howto_intro_item .btn {
    display: none;
  }
  .howto_flow_title {
    font-size: 2.2rem;
    margin-bottom: 5rem;
  }
  .howto_flow_item {
    margin-bottom: 5rem;
  }
  .howto_flow_item_img {
    width: 21.2rem;
    margin: 0 auto 1.5rem;
  }
  .howto_flow_item_content {
  }
  .howto_flow_content_title {
    font-size: 2.2rem;
    margin-bottom: 3.5rem;
  }
  .howto_link_btn {
    font-size: 2rem;
    height: 4rem;
    margin-top: 1.5rem;
  }
  .howto_link_btn:after {
    width: 1.2rem;
    height: 1.2rem;
    right: 1rem;
  }
  .howto_flow_content {
    margin-bottom: 7rem;
  }
  .howto_flow_item_content .howto_flow_item_text_small {
    font-size: 1.2rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #howto_intro {
    margin-bottom: 9rem;
  }
  .howto_intro_title {
    margin-bottom: 7rem;
  }
  .howto_intro_title img {
    width: 39.2rem;
  }
  .howto_intro_item {
    width: 28.2rem;
  }
  .howto_intro_item_title {
    font-size: 3.4rem;
    margin-bottom: 1rem;
  }
  .howto_intro_item_title .howto_intro_item_num {
    font-size: 4.4rem;
  }
  .howto_intro_item_content p {
    font-size: 1.9rem;
  }
  .howto_intro_item_inner:after {
    width: 2rem;
    height: 2.7rem;
    top: 50%;
    transform: translateY(-50%);
    right: -5.5rem;
    background: url(../img/howto/arrow.svg) no-repeat center center / contain;
  }
  .howto_intro_item .btn {
    margin-top: 2.5rem;
  }
  .howto_flow_title {
    font-size: 5rem;
    margin-bottom: 7rem;
  }
  .howto_flow_item {
    display: flex;
    margin-bottom: 9rem;
  }
  .howto_flow_item_img {
    width: 28rem;
    margin-right: 3rem;
  }
  .howto_flow_item_content {
    width: calc(100% - 31rem);
    font-size: 2rem;
  }
  .howto_flow_content_title {
    font-size: 4rem;
    margin-bottom: 9rem;
    letter-spacing: .1em;
  }
  .howto_link_btn {
    font-size: 3.6rem;
    height: 7rem;
    margin-top: 3.5rem;
  }
  .howto_link_btn:after {
    width: 2.2rem;
    height: 2.2rem;
    right: 1.5rem;
  }
  .howto_flow_content {
    margin-bottom: 13rem;
  }
  .howto_flow_item_content .howto_flow_item_text_small {
    font-size: 1.8rem;
  }
  .howto_flow_item_note {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

/* ---------------------------------------------------------------------------------------------

　   PARTNERS

--------------------------------------------------------------------------------------------- */
.partners_category_list li {
  width: 30%;
  margin-right: 5%;
  margin-top: 5%;
}
.partners_category_list li:nth-child(-n+3) {
  margin-top: 0;
}
.partners_category_list li:nth-child(3n),
.partners_category_list li:last-child {
  margin-right: 0;
}
.partners_category_list li a {
  display: block;
}
.partners_category_title {
  border-top: .4rem solid var(--mainColor);
  border-bottom: .4rem solid var(--mainColor);
  color: var(--mainColor);
  text-align: center;
  font-weight: 700;
  letter-spacing: .1em;
  padding: .3em 0;
}
.partners_category_item:last-child,
.partners_list_item:last-child {
  margin-bottom: 0;
}
.partners_list_item_img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.partners_list_item_img img {
  width: 100%;
  height: 100%;
  display: block;
}
.partners_list_item_content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1;
}
.partners_list_item_title h3 {
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 .6em;
}
.partners_list_item_note {
  margin: 0;
  line-height: 1.6;
  font-weight: 700;
}
.partners_list_item_info {
  margin-top: 1.2em;
  flex: 1;
}
/* 電話・定休日は常に1行2列（折り返さない）。定休日列を広く */
.partners_list_item_row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 1rem 2.4rem;
  align-items: start;
}
.partners_list_item_row .partners_list_item_dl {
  margin-bottom: 0;
  min-width: 0;
}
.partners_list_item_dl {
  display: flex;
  gap: 1rem;
  margin: 0 0 1em;
}
.partners_list_item_info > .partners_list_item_dl:last-child {
  margin-bottom: 0;
}
.partners_list_item_dl dt {
  flex-shrink: 0;
  width: 3rem;
  line-height: 0;
  padding-top: .2em;
}
.partners_list_item_dl dt img {
  width: 3rem;
  height: auto;
  display: block;
}
.partners_list_item_dl dd {
  margin: 0;
  flex: 1;
  min-width: 0;
  line-height: 1.4;
  font-weight: 700;
}
.partners_list_item_dl dd a {
  color: inherit;
  text-decoration: underline;
}
.partners_list_item_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 2rem;
}
.partners_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16rem;
  padding: 0 1rem;
  height: 3rem;
  border-radius: 5rem;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .25s;
}
.partners_btn:hover {
  opacity: .85;
}
.partners_btn_map {
  background: var(--mainColor);
  color: #fff;
  border: .2rem solid var(--mainColor);
}
.partners_btn_web {
  background: #e53935;
  color: #fff;
  border: .2rem solid #e53935;
}
@media only screen and ( max-width : 767px ) {
  .partners_category_list {
    margin-bottom: 7rem;
  }
  .partners_category_item {
    margin-bottom: 7rem;
  }
  .partners_list_item {
    display: flex;
    flex-direction: column;
    margin-bottom: 5rem;
  }
  .partners_list_item_img {
    width: 100%;
    margin: 0 0 2rem;
  }
  .partners_list_item_content {
    width: 100%;
  }
  .partners_category_title {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
  .partners_list_item_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.2rem;
    flex-wrap: nowrap;
  }
  .partners_list_item_title h3 {
    font-size: 1.9rem;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .partners_list_item_note {
    font-size: 1.3rem;
    flex: 1;
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .partners_list_item_dl dt {
    width: 1.6rem;
  }
  .partners_list_item_dl dt img {
    width: 1.6rem;
  }
  .partners_list_item_dl dd {
    font-size: 1.3rem;
  }
  /* SP: 定休日列をPCより狭め（電話列の比率をやや上げる） */
  .partners_list_item_row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    gap: 0.8rem 1.2rem;
  }
  .partners_list_item_actions {
    flex-direction: row;
    align-items: stretch;
    gap: 0.8rem;
  }
  .partners_list_item_actions .partners_btn {
    flex: 1;
    min-width: 0;
    max-width: none;
  }
}
@media print, screen and ( min-width : 768px ) {
  .partners_category_list {
    margin-bottom: 22rem;
  }
  .partners_category_item {
    margin-bottom: 15rem;
  }
  .partners_list_item {
    display: flex;
    align-items: flex-start;
  }
  .partners_category_title {
    font-size: 4rem;
    margin-bottom: 8rem;
  }
  .partners_list_item {
    margin-bottom: 8rem;
  }
  .partners_list_item_img {
    flex-shrink: 0;
    width: 37.5rem;
    margin-right: 2.5rem;
  }
  .partners_list_item_content {
    width: calc(100% - 40rem);
  }
  .partners_list_item_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2.4rem;
    flex-wrap: nowrap;
  }
  .partners_list_item_title h3 {
    font-size: 3rem;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .partners_list_item_note {
    font-size: 2.4rem;
    flex: 1;
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .partners_list_item_dl dd {
    font-size: 2.4rem;
  }
  .partners_btn {
    height: 3.6rem;
    font-size: 2.2rem;
    min-width: 20rem;
  }
}

/* 加盟店募集CTA */
.partners_recruit {
  margin-top: 10rem;
  text-align: center;
}
.partners_recruit_inner {
  max-width: 72rem;
  margin: 0 auto;
}
.partners_recruit_illust {
  margin: 0 0 3rem;
}
.partners_recruit_illust img {
  display: block;
  width: auto;
  max-width: 19rem;
  height: auto;
  margin: 0 auto;
}
.partners_recruit_title {
  margin: 0 0 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  letter-spacing: .05em;
}
.partners_recruit_lead {
  margin: 0 0 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--mainColor);
  letter-spacing: .1em;
}
.partners_recruit_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.8rem;
  padding: 0 4.8rem 0 2.8rem;
  background: var(--mainColor);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 999px;
  transition: opacity 0.25s;
  max-width: 100%;
  box-sizing: border-box;
}
.partners_recruit_btn span {
  text-align: center;
}
.partners_recruit_btn:hover {
  opacity: 0.88;
}
.partners_recruit_btn::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 0.45em;
  height: 0.45em;
  margin-top: 0;
  border-top: 0.12em solid #fff;
  border-right: 0.12em solid #fff;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
@media only screen and ( max-width : 767px ) {
  .partners_recruit {
    margin-top: 5rem;
  }
  .partners_recruit_illust {
    margin-bottom: 2.4rem;
  }
  .partners_recruit_illust img {
    max-width: 12rem;
  }
  .partners_recruit_title {
    font-size: 2.5rem;
  }
  .partners_recruit_lead {
    font-size: 1.5rem;
    margin-bottom: 2.4rem;
  }
  .partners_recruit_btn {
    width: 100%;
    min-height: 5rem;
    font-size: 2rem;
    padding: 0 4rem 0 2rem;
  }
  .partners_recruit_btn::after {
    right: 1.6rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .partners_recruit_title {
    font-size: 4.4rem;
  }
  .partners_recruit_lead {
    font-size: 2.5rem;
  }
  .partners_recruit_btn {
    font-size: 3.6rem;
    min-width: 58rem;
    padding: 0 6rem 0 3.5rem;
    min-height: 9rem;
  }
  .partners_recruit_btn::after {
    right: 3rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   FAQ

--------------------------------------------------------------------------------------------- */
.faq_category_item:last-child,
.faq_category_list li:last-child {
  margin-bottom: 0;
}
.faq_category_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--mainColor);
  color: #fff;
  border-radius: 10rem;
  position: relative;
  color: #fff;
  font-weight: 700;
}
.faq_category_list li a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/faq/arrow_down.svg) no-repeat center center / contain;
}
.faq_category_title {
  background: var(--mainColor);
  color: #fff;
  font-weight: 500;
  letter-spacing: .1em;
  text-align: center;
  padding: .3em 0;
}
.faq_list_item_title {
  position: relative;
  font-weight: 500;
  letter-spacing: .05em;
}
.faq_list_item_title:before {
  content: "";
  background: url(../img/faq/q.svg) no-repeat center center / contain;
  position: absolute;
  left: 0;
}
.faq_list_item_content {
  border-left: .4rem solid var(--mainColor);
}
.faq_list_item_content p {
  line-height: 1.8;
  font-weight: 500;
}
.faq_list_item:last-child {
  margin-bottom: 0;
}
.faq_list_item_table td {
  font-weight: 500;
  line-height: 1.8;
}
.faq_item_link {
  border: .4rem solid var(--mainColor);
  position: relative;
  border-radius: 10rem;
  color: var(--mainColor);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq_item_link:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/faq/arrow.svg) no-repeat center center / contain;
}
@media only screen and ( max-width : 767px ) {
  .faq_category_list {
    margin-bottom: 6rem;
  }
  .faq_category_list li {
    margin-bottom: 1.5rem;
  }
  .faq_category_list li a {
    height: 3.6rem;
    font-size: 1.7rem;
  }
  .faq_category_list li a:after {
    width: 1rem;
    height: .9rem;
    right: 1rem;
  }
  .faq_category_item {
    margin-bottom: 7rem;
  }
  .faq_category_title {
    font-size: 1.8rem;
    margin-bottom: 3.5rem;
  }
  .faq_list_item_title {
    font-size: 1.7rem;
    padding-left: 5rem;
    margin-bottom: 2rem;
  }
  .faq_list_item_title:before {
    width: 3.6rem;
    height: 2.8rem;
    top: 0.3rem;
  }
  .faq_list_item {
    margin-bottom: 3.5rem;
  }
  .faq_list_item_content {
    padding-left: 1rem;
  }
  .faq_list_item_table {
    display: block;
    border: .2rem solid var(--mainColor);
    margin-top: 1rem;
  }
  .faq_list_item_table td {
    display: block;
    width: 100%;
    padding: 1rem;
    border-bottom: .2rem solid var(--mainColor);
  }
  .faq_list_item_table tr:last-child td {
    border-bottom: none;
  }
  .faq_item_link {
    height: 4.2rem;
    width: 30rem;
    margin: 0 auto;
    font-size: 2rem;
    border-width: .2rem;
  }
  .faq_item_link:after {
    width: 1rem;
    height: 1.1rem;
    right: 1rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .faq_category_list {
    max-width: 87.6rem;
    margin: 0 auto 18rem;
  }
  .faq_category_list li {
    margin-bottom: 3.5rem;
  }
  .faq_category_list li a {
    height: 8.6rem;
    font-size: 3.9rem;
  }
  .faq_category_list li a:after {
    width: 2rem;
    height: 1.8rem;
    right: 4rem;
  }
  .faq_category_item {
    margin-bottom: 24rem;
  }
  .faq_category_title {
    font-size: 4.5rem;
    margin-bottom: 9rem;
  }
  .faq_list_item_title {
    font-size: 3.6rem;
    padding-left: 8rem;
    margin-bottom: 3.5rem;
  }
  .faq_list_item_title:before {
    width: 6.2rem;
    height: 4.9rem;
    top: 0.6rem;
  }
  .faq_list_item {
    margin-bottom: 9rem;
  }
  .faq_list_item_content {
    padding-left: 2.5rem;
    font-size: 2.8rem;
  }
  .faq_list_item_table {
    width: 100%;
    table-layout: fixed;
    margin-top: 2rem;
  }
  .faq_list_item_table td {
    font-size: 2.2rem;
    padding: 1rem;
    border: .2rem solid var(--mainColor);
  }
  .faq_item_link {
    height: 9rem;
    width: 70rem;
    margin: 0 auto;
    font-size: 4.3rem;
  }
  .faq_item_link:after {
    width: 2.2rem;
    height: 2.5rem;
    right: 3rem;
  }
}


/* ---------------------------------------------------------------------------------------------

　   JOIN

--------------------------------------------------------------------------------------------- */
#join_intro {
  background: url(../img/join/line_house.svg) no-repeat bottom center / 100%;
}
.join_intro_title {
  margin: 0 auto;
}
.join_intro_text {
  text-align: center;
  line-height: 2.2;
  font-weight: 700;
}
.join_flow_title {
  text-align: center;
  letter-spacing: .1em;
}
.join_flow_title span {
  display: inline-block;
  position: relative;
}
.join_flow_item_title {
  color: var(--mainColor);
  display: inline-block;
  position: relative;
  letter-spacing: .1em;
}
.join_flow_item_content {
  border-left: .4rem solid var(--mainColor);
  padding-left: 1.5rem;
  font-weight: 500;
}
.join_flow_text {
}
.join_flow_note {
  position: relative;
  padding-left: 1.2em;
  color: #e01f19;
  line-height: 1.3;
}
.join_flow_note span {
  position: absolute;
  left: 0;
  top: 0;
}
.join_flow_email_link {
  display: inline-block;
  position: relative;
}
.join_flow_email_link:before {
  content: "";
  background: url(../img/ico-mail.svg) no-repeat center center / contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.join_flow_downloads a {
  display: flex;
  align-items: center;
  background: var(--mainColor);
  color: #fff;
  border-radius: 2rem;
  position: relative;
  font-weight: 500;
}
.join_flow_downloads a:after {
  content: "";
  background: url(../img/join/ico-download.svg) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.join_flow_downloads a:last-child {
  margin-bottom: 0;
}
.contact_info {
  max-width: 70rem;
  margin: 0 auto;
  border: .4rem solid var(--mainColor);
}
.contact_info_title {
  color: var(--mainColor);
  text-align: center;
  letter-spacing: .2em;
  font-weight: 700;
}
.contact_info_list p {
  text-align: center;
  font-weight: 700;
}
.contact_info_tel a,
.contact_info_email a {
  display: inline-block;
  position: relative;
}
.contact_info_tel a:before {
  content: "";
  background: url(../img/ico-tel.svg) no-repeat center center / contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact_info_email a:before {
  content: "";
  background: url(../img/ico-mail.svg) no-repeat center center / contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and ( max-width : 767px ) {
  #join_intro {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    padding: 0 2.5rem;
    padding-bottom: 10rem;
    margin-bottom: 7rem;
  }
  .join_intro_title {
    max-width: 26rem;
    margin-bottom: 5rem;
  }
  .join_flow_title {
    font-size: 2.1rem;
    margin-bottom: 4rem;
  }
  .join_flow_item {
    margin-bottom: 5rem;
  }
  .join_flow_item_title {
    font-size: 1.7rem;
    margin-bottom: 2rem;
    letter-spacing: 0;
  }
  .join_flow_item_title .join_flow_item_title_text_sub {
    font-size: 1.2rem;
  }
  .join_flow_item_content {
  }
  .join_flow_email_link {
    padding-left: 2.5rem;
  }
  .join_flow_email_link:before {
    width: 2rem;
    height: 1.4rem;
  }
  .join_flow_downloads {
    max-width: 28rem;
    margin: 0 auto 5rem;
  }
  .join_flow_downloads a {
    height: 4rem;
    font-size: 1.5rem;
    padding: 0 2rem;
    margin-bottom: 3rem;
    border-radius: 1rem;
  }
  .join_flow_downloads a:after {
    width: 2.5rem;
    height: 2.5rem;
    right: 2rem;
  }
  .contact_info {
    padding: 2rem;
    border-width: .2rem;
  }
  .contact_info_title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .contact_info_text {
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }
  .contact_info_tel {
    margin-bottom: 1rem;
  }
  .contact_info_tel a {
    font-size: 1.7rem;
    padding-left: 2rem;
    letter-spacing: .1em;
  }
  .contact_info_tel a:before {
    width: 1.2rem;
    height: 2.8rem;
  }
  .contact_info_time {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .contact_info_email a {
    font-size: 1.4rem;
    padding-left: 2.5rem;
    letter-spacing: .05em;
  }
  .contact_info_email a:before {
    width: 2rem;
    height: 1.4rem;
  }
  #join_flow_item01 .join_flow_item_ico {
    width: 3.2rem;
  }
  #join_flow_item02 .join_flow_item_ico {
    width: 7rem;
  }
  #join_flow_item03 .join_flow_item_ico {
    width: 6rem;
    position: absolute;
    top: -.3rem;
    right: 3.5rem;
  }
  .join_flow_note {
    font-size: 1.2rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #join_intro {
    padding-bottom: 22rem;
    margin-bottom: 22rem;
  }
  .join_intro_title {
    max-width: 70.8rem;
    margin-bottom: 12rem;
  }
  .join_intro_text {
    font-size: 2.5rem;
  }
  .join_flow_title {
    font-size: 5rem;
    margin-bottom: 12rem;
  }
  .join_flow_title span {
    padding: 0 6rem;
  }
  .join_flow_title span:before,
  .join_flow_title span:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3.4rem;
    height: 5.2rem;
  }
  .join_flow_title span:before {
    left: 0;
    background: url(../img/join/title_decoL.svg) no-repeat center center / contain;
  }
  .join_flow_title span:after {
    right: 0;
    background: url(../img/join/title_decoR.svg) no-repeat center center / contain;
  }
  .join_flow_item {
    margin-bottom: 14rem;
  }
  .join_flow_item_title {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
  .join_flow_item_title .join_flow_item_title_text_sub {
    font-size: 2.9rem;
  }
  .join_flow_item_content {
    font-size: 2.8rem;
  }
  .join_flow_email_link {
    padding-left: 5rem;
  }
  .join_flow_email_link:before {
    width: 4rem;
    height: 2.8rem;
  }
  .join_flow_downloads {
    max-width: 56.8rem;
    margin: 0 auto 14rem;
  }
  .join_flow_downloads a {
    height: 7rem;
    font-size: 2.9rem;
    padding: 0 2rem;
    margin-bottom: 6rem;
  }
  .join_flow_downloads a:after {
    width: 5rem;
    height: 5rem;
    right: 2rem;
  }
  .contact_info {
    padding: 4rem;
  }
  .contact_info_title {
    font-size: 3.8rem;
    margin-bottom: 3rem;
  }
  .contact_info_text {
    font-size: 2.1rem;
    margin-bottom: 4rem;
  }
  .contact_info_tel {
    margin-bottom: 2rem;
  }
  .contact_info_tel a {
    font-size: 3.1rem;
    padding-left: 3rem;
  }
  .contact_info_tel a:before {
    width: 2.2rem;
    height: 5.1rem;
  }
  .contact_info_time {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .contact_info_email a {
    font-size: 2.8rem;
    padding-left: 5rem;
  }
  .contact_info_email a:before {
    width: 4.2rem;
    height: 3rem;
  }
  #join_flow_item01 .join_flow_item_ico {
    width: 7.8rem;
  }
  #join_flow_item02 .join_flow_item_ico {
    width: 16.4rem;
  }
  #join_flow_item03 .join_flow_item_ico {
    width: 14rem;
  }
}
/* ---------------------------------------------------------------------------------------------

　   404

--------------------------------------------------------------------------------------------- */
.p-none__result {
  text-align: center;
  color: #333;
  font-weight: 700;
  line-height: 1.9;
}
.p-none__result .c-split--block {
  display: block;
}
@media only screen and ( max-width : 767px ) {
  .p-none__result {
    font-size: 1.6rem;
    margin: 0 auto 3.6rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .p-none__result {
    font-size: 2.8rem;
    margin: 0 auto 5rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   NEWS

--------------------------------------------------------------------------------------------- */
.c-news {
  border-top: .2rem solid var(--mainColor);
}
.c-news__list {
  display: flex;
  align-items: baseline;
  border-bottom: .2rem solid var(--mainColor);
}
.c-news__time {
  color: var(--mainColor);
  font-weight: 700;
  flex-shrink: 0;
}
.c-news__title {
  margin: 0;
  min-width: 0;
}
.p-news__link {
  color: #333;
  text-decoration: none;
  line-height: 1.7;
  font-weight: 500;
}
.p-news__link:hover {
  text-decoration: underline;
}
.c-news__empty {
  text-align: center;
  color: #333;
  font-weight: 500;
  border-top: .2rem solid var(--mainColor);
  border-bottom: .2rem solid var(--mainColor);
}
.c-pagination.l-container {
  padding-left: 0;
  padding-right: 0;
}
.c-pagination .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: .8rem;
}
.c-pagination .pagination a,
.c-pagination .pagination span {
  min-width: 3.2rem;
  height: 3.2rem;
  padding: 0 .8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: .1rem solid var(--mainColor);
  border-radius: .4rem;
  color: var(--mainColor);
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  background: #fff;
}
.c-pagination .pagination span.current {
  background: var(--mainColor);
  color: #fff;
}
.c-pagination .pagination a:hover {
  background: rgba(0, 160, 250, .1);
}

/* news single */
.news_single {
  background: transparent;
}
.page-news__header {
  border-bottom: .1rem solid rgba(0, 160, 250, .25);
}
.page-news__title {
  margin: 0;
  color: #333;
  font-weight: 700;
  line-height: 1.6;
}
.page-news__time {
  display: block;
  color: var(--mainColor);
  font-weight: 700;
  line-height: 1.2;
}
.page-news__body {
  display: flex;
  flex-direction: column;
}
.page-news__content {
  line-height: 2;
  color: #333;
}
.page-news__content p:first-child {
  margin-top: 0;
}
.page-news__content p:last-child {
  margin-bottom: 0;
}
.page-news__thumbnail {
  width: 100%;
}
.page-news__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.page-news__footer {
  background: rgba(0, 160, 250, .04);
}
.page-news__footer__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: none;
  background: var(--mainColor);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
}
.page-news__footer__item a:hover {
  opacity: .85;
}
@media only screen and ( max-width : 767px ) {
  .c-news {
    margin-bottom: 3.5rem;
  }
  .c-news__list {
    padding: 1.4rem .4rem;
    gap: 1.2rem;
  }
  .c-news__time {
    width: 7.8rem;
    font-size: 1.2rem;
  }
  .p-news__link {
    font-size: 1.4rem;
  }
  .c-news__empty {
    font-size: 1.4rem;
    padding: 2.4rem 1.2rem;
  }
  .c-pagination .pagination {
    gap: .6rem;
  }
  .c-pagination .pagination a,
  .c-pagination .pagination span {
    min-width: 2.8rem;
    height: 2.8rem;
    font-size: 1.3rem;
  }
  .news_single {
  }
  .page-news__header {
    padding: 2rem 0 1.6rem;
  }
  .page-news__title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  .page-news__time {
    font-size: 1.3rem;
  }
  .page-news__body {
    gap: 2.4rem;
    padding: 2.2rem 0 3rem;
  }
  .page-news__content {
    font-size: 1.5rem;
  }
  .page-news__footer {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 2rem .8rem;
  }
  .page-news__footer__item {
    flex: 1;
  }
  .page-news__footer__item a {
    width: 100%;
    min-height: 3.8rem;
    font-size: 1.4rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .c-news {
    margin-bottom: 6rem;
  }
  .c-news__list {
    padding: 2.2rem 1rem;
    gap: 3rem;
  }
  .c-news__time {
    width: 13.2rem;
    font-size: 2rem;
  }
  .p-news__link {
    font-size: 2.4rem;
  }
  .c-news__empty {
    font-size: 2.2rem;
    padding: 4rem 2rem;
  }
  .c-pagination .pagination {
    gap: 1.2rem;
  }
  .c-pagination .pagination a,
  .c-pagination .pagination span {
    min-width: 4.2rem;
    height: 4.2rem;
    font-size: 2rem;
  }
  .news_single {
    max-width: 104rem;
    margin: 0 auto;
  }
  .page-news__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 3rem;
    padding: 4rem 2rem 3rem;
  }
  .page-news__title {
    font-size: 3.6rem;
  }
  .page-news__time {
    font-size: 2rem;
    flex-shrink: 0;
    padding-bottom: .4rem;
  }
  .page-news__body {
    gap: 4rem;
    padding: 4rem 2rem 5rem;
  }
  .page-news__content {
    font-size: 2rem;
  }
  .page-news__footer {
    display: flex;
    justify-content: center;
    gap: 3rem;
    padding: 3rem 2rem;
  }
  .page-news__footer__item a {
    min-width: 24rem;
    min-height: 5.2rem;
    font-size: 2rem;
    padding: 0 2rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   CONTACT

--------------------------------------------------------------------------------------------- */
#form {
}
.contact_faq_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--mainColor);
  color: #fff;
  border-radius: 999px;
  position: relative;
  text-decoration: none;
  font-weight: 700;
}
.contact_faq_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: .2rem solid #fff;
  border-right: .2rem solid #fff;
}
.contact_form_item {
  position: relative;
}
.contact_form_label {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  margin-bottom: .5rem;
}
.contact_form_item label {
  display: block;
  font-weight: 700;
}
.contact_form_item .required {
  color: #ff3e3e;
  font-weight: 700;
  position: static;
}
.contact_form_item input,
.contact_form_item textarea {
  width: 100%;
  border: .2rem solid var(--mainColor);
  background: #fff;
  color: #333;
  box-sizing: border-box;
  border-radius: 0;
}
.contact_form_item textarea {
  resize: vertical;
}
.contact_form_agree {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Contact Form 7 checkbox */
.contact_form_agree .wpcf7-form-control-wrap {
  display: inline-block;
}
.contact_form_agree .wpcf7-checkbox,
.contact_form_agree .wpcf7-list-item {
  margin: 0;
}
.contact_form_agree .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 1rem;
}
.contact_form_agree .wpcf7-list-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.contact_form_agree .wpcf7-list-item-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}
.contact_form_agree .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  background: #fff;
  border: .2rem solid var(--mainColor);
  margin-right: .8rem;
}
.contact_form_agree .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 1.26rem;
  top: 50%;
  width: .9rem;
  height: .5rem;
  border-left: .2rem solid var(--mainColor);
  border-bottom: .2rem solid var(--mainColor);
  transform: translate(-50%, -56%) rotate(-45deg);
}
.contact_form_check {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.contact_form_check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.contact_form_check span {
  position: relative;
  display: inline-block;
  background: #fff;
  border: .2rem solid var(--mainColor);
}
.contact_form_check input:checked + span {
  background: #fff;
}
.contact_form_check input:checked + span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 42%;
  height: 24%;
  border-left: .2rem solid var(--mainColor);
  border-bottom: .2rem solid var(--mainColor);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.contact_form_agree_text {
  font-weight: 500;
  cursor: pointer;
}

.contact_form_submit input[type="submit"] {
  width: 100%;
  border: none;
  border-radius: 2rem;
  background: var(--mainColor);
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  font-family: inherit;
}

@media only screen and ( max-width : 767px ) {
  #form {
    margin-bottom: 7rem;
  }
  .contact_faq_btn {
    height: 5.2rem;
    font-size: 1.8rem;
    max-width: 28rem;
    margin: 0 auto 7rem;
    letter-spacing: .08em;
  }
  .contact_faq_btn:after {
    width: 1rem;
    height: 1rem;
    right: 1.6rem;
  }
  .contact_form_item {
    margin-bottom: 3.4rem;
  }
  .contact_form_item label {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .contact_form_label {
    margin-bottom: .5rem;
  }
  .contact_form_item .required {
    font-size: 1.2rem;
  }
  .contact_form_item input {
    height: 3.8rem;
    padding: 0 1rem;
    font-size: 1.4rem;
  }
  .contact_form_item textarea {
    min-height: 18rem;
    padding: .8rem 1rem;
    font-size: 1.4rem;
  }
  .contact_form_agree {
    gap: 1rem;
    margin: 3.4rem 0 4rem;
  }
  .contact_form_agree .wpcf7-list-item-label {
    font-size: 1.3rem;
  }
  .contact_form_agree .wpcf7-list-item-label::before {
    width: 2.2rem;
    height: 2.2rem;
  }
  .contact_form_agree .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    left: 1.26rem;
    width: .9rem;
    height: .5rem;
  }
  .contact_form_check span {
    width: 2.2rem;
    height: 2.2rem;
  }
  .contact_form_agree_text {
    font-size: 1.3rem;
  }
  .contact_form_submit input[type="submit"] {
    height: 5.6rem;
    font-size: 2rem;
    letter-spacing: .2em;
  }
}
@media print, screen and ( min-width : 768px ) {
  #form {
    margin: 0 0 12rem;
    padding: 8rem 10rem 9rem;
  }
  .contact_faq_btn {
    height: 9rem;
    font-size: 3.6rem;
    max-width: 58rem;
    margin: 0 auto 8rem;
    letter-spacing: .08em;
  }
  .contact_faq_btn:after {
    width: 1.8rem;
    height: 1.8rem;
    right: 2.8rem;
  }
  .contact_form {
    max-width: 100rem;
    margin: 0 auto;
  }
  .contact_form_item {
    margin-bottom: 5rem;
  }
  .contact_form_item label {
    font-size: 2.6rem;
    margin-bottom: 0;
  }
  .contact_form_label {
    margin-bottom: 1rem;
  }
  .contact_form_item .required {
    font-size: 1.8rem;
  }
  .contact_form_item input {
    height: 7rem;
    padding: 0 2rem;
    font-size: 2.2rem;
  }
  .contact_form_item textarea {
    min-height: 32rem;
    padding: 1.6rem 2rem;
    font-size: 2.2rem;
  }
  .contact_form_agree {
    gap: 1.4rem;
    margin: 5rem 0 6rem;
  }
  .contact_form_agree .wpcf7-list-item-label {
    font-size: 2rem;
  }
  .contact_form_agree .wpcf7-list-item-label::before {
    width: 3rem;
    height: 3rem;
  }
  .contact_form_agree .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    left: 1.66rem;
    width: 1.2rem;
    height: .7rem;
  }
  .contact_form_check span {
    width: 3rem;
    height: 3rem;
  }
  .contact_form_agree_text {
    font-size: 2rem;
  }
  .contact_form_submit {
    max-width: 58rem;
    margin: 0 auto;
  }
  .contact_form_submit input[type="submit"] {
    height: 9rem;
    font-size: 4.2rem;
    letter-spacing: .2em;
  }
}


/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}
