@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input, button, select, textarea {
  /*	-webkit-appearance: none;*/
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "LINE Seed JP_OTF Thin";
  src: url("../font/LINESeedJP_OTF_Th.otf");
}
@font-face {
  font-family: "LINE Seed JP_OTF Reguler";
  src: url("../font/LINESeedJP_OTF_Rg.otf");
}
@font-face {
  font-family: "LINE Seed JP_OTF Bold";
  src: url("../font/LINESeedJP_OTF_Bd.otf");
}
@font-face {
  font-family: "LINE Seed JP_OTF ExtraBold";
  src: url("../font/LINESeedJP_OTF_Eb.otf");
}
@font-face {
  font-family: "Caveat-Regular";
  src: url("../font/Caveat-Regular.ttf");
}
body {
  font-family: "LINE Seed JP_OTF Reguler", sans-serif;
  font-size: 16px;
  color: #333333;
  background-color: #ffffff;
  line-height: 1.5;
}

a {
  color: #333333;
  text-decoration: none;
}

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

.main {
  margin-top: 60px;
}

.contentWrap {
  width: 96%;
  max-width: 1080px;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.contentBlock {
  margin-top: 1rem;
}
.contentBlock .exp {
  font-size: 20px;
  text-align: center;
}

.spaceTopArea {
  margin-top: 2rem;
}

.spaceTopAreaLarge {
  margin-top: 4rem;
}

.spaceBottomArea {
  margin-top: 8rem;
}

.contact {
  text-align: center;
}
.contact.contentWrap {
  margin-top: 6rem;
}
.contact .txt1 {
  margin-top: 1rem;
}
.contact .btn {
  width: 30%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.contact .txt2 {
  color: #757575;
  margin-top: 1rem;
}

.pageTitleBar {
  width: 100%;
  color: #ffffff;
  text-align: center;
  padding: 5rem 0 4rem;
  margin-top: 2rem;
  background: -webkit-linear-gradient(45deg, rgba(45, 80, 193, 0.8), rgba(45, 80, 193, 0.8)), url(../img/overlayBackground.jpg);
  background: linear-gradient(45deg, rgba(45, 80, 193, 0.8), rgba(45, 80, 193, 0.8)), url(../img/overlayBackground.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pageTitleBar p {
  font-family: "Caveat-Regular";
  margin-top: 1em;
}
.pageTitleBar h2 {
  font-size: 1.6rem;
  font-weight: 700;
} /* pc */
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  display: inline-table;
  min-height: 1%; /* IE7 */
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #ffffff;
}

.header_inner {
  position: relative;
} /* sp */ /* pc */
.footer {
  padding: 2rem 0 1rem;
  margin-top: 10px;
  background-color: #262626;
  color: #ffffff;
}
.footer a {
  color: #ffffff;
}
.footer_inner {
  width: 96%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.footer_logo {
  width: 20%;
}
.footer_link {
  width: 78%;
}
.footer_link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 1.8;
}
.footer_link li:not(:first-child) {
  margin-left: 1.5em;
}
.footer_link p {
  text-align: right;
  margin-top: 2rem;
}

/*
  カラムレイアウト
-------------------------------*/
/*--- 並列配置 ---*/
.c-flex_sb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-flex_fs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-flex_fe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-flex_sa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.c-flex_c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*--- フレックスボックス内配置 ---*/
.c-flex__pos_fs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-flex__pos_fe {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-flex__pos_c {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/*--- フレックスボックス配置 ---*/
.c-flex__cont_fs {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.c-flex__cont_fe {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.c-flex__cont_c {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
} /* sp */ /* pc */
.c-caption {
  text-align: center;
}
.c-caption p:nth-of-type(2) {
  font-family: "LINE Seed JP_OTF Bold";
  font-size: calc(38px + 8 * (100vw - 1080px) / 1080);
  font-weight: 700;
  line-height: 1.2;
  margin-top: calc((40px + 10 * (100vw - 1080px) / 1080) * -1);
}
.btn_black {
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 0.8rem 0;
  background-color: #2c2c2c;
  border-radius: 4px;
  border: 1px solid #2C2C2C;
}
.btn_black:hover {
  opacity: 0.8;
}

.btn_blue {
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 0.8rem 0;
  background: -webkit-gradient(linear, left top, right top, from(#1741CC), to(#001647));
  background: -webkit-linear-gradient(left, #1741CC, #001647);
  background: linear-gradient(to right, #1741CC, #001647);
  border-radius: 4px;
  border: 1px solid #2C2C2C;
}
.btn_blue:hover {
  opacity: 0.8;
}

.breadcrumbs {
  width: 96%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.breadcrumbs li {
  font-size: 14px;
  white-space: nowrap;
  /*
  &:last-child {
  	color: #F84F69;
  }
  */
}
.breadcrumbs li:not(:last-child)::after {
  content: ">";
  margin: 0 5px;
}
.breadcrumbs a {
  text-wrap: nowrap;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

.c-flowWBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c-flowWBlock .step {
  position: relative;
  width: 80px;
}
.c-flowWBlock .step .line {
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  z-index: -1;
  border-right: 1px solid #1741CA;
}
.c-flowWBlock .detail {
  width: calc(100% - 90px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 10px;
  margin-bottom: 2rem;
}
.c-flowWBlock .detail .image {
  width: 36%;
}
.c-flowWBlock .detail .image img {
  border-radius: 16px;
}
.c-flowWBlock .detail .explain {
  width: 62%;
}
.c-flowWBlock .detail .explain h3 {
  display: inline-block;
  font-size: 20px;
  font-family: "LINE Seed JP_OTF Bold";
  background: -webkit-gradient(linear, left top, right top, from(#1741CC), to(#001647));
  background: -webkit-linear-gradient(left, #1741CC 0%, #001647 100%);
  background: linear-gradient(90deg, #1741CC 0%, #001647 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-flowWBlock .detail .explain p {
  margin-top: 0.5rem;
}
.c-flowWBlock .detail .explain a {
  color: rgb(41, 98, 255);
}

.c-amount_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 48%;
  text-align: center;
  margin-top: 1.2rem;
  border: 1px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 130, 159)), to(rgb(246, 64, 119)));
  -webkit-border-image: -webkit-linear-gradient(left, rgb(255, 130, 159), rgb(246, 64, 119));
  -o-border-image: linear-gradient(to right, rgb(255, 130, 159), rgb(246, 64, 119));
  border-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 130, 159)), to(rgb(246, 64, 119)));
  border-image: linear-gradient(to right, rgb(255, 130, 159), rgb(246, 64, 119));
  border-image-slice: 1;
}
.c-amount_block p {
  font-size: 1.2rem;
  padding: 0.8rem 0 0.6rem;
}
.c-amount_block p:nth-of-type(1) {
  width: 30%;
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 130, 159)), to(rgb(246, 64, 119)));
  background-image: -webkit-linear-gradient(left, rgb(255, 130, 159), rgb(246, 64, 119));
  background-image: linear-gradient(90deg, rgb(255, 130, 159), rgb(246, 64, 119));
}
.c-amount_block p:nth-of-type(2) {
  width: 70%;
}
.mainImg {
  text-align: center;
}
.mainImg p:nth-of-type(2) {
  margin-top: 4rem;
}
.mainImg p:nth-of-type(2) img {
  max-width: 96%;
}

.reason ul {
  margin-top: 1.2rem;
}
.reason ul li {
  width: 32%;
}
.reason .exp {
  text-align: center;
  margin-top: 1rem;
}
.reason .btn {
  width: 20%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.support ul {
  text-align: center;
  margin-top: 1.2rem;
}
.support ul li {
  width: 32%;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 700;
  color: #2D50C1;
  padding: 1rem;
  background-color: #F3F5FC;
  border-radius: 8px;
}
.support ul li:nth-of-type(n + 4) {
  margin-top: 1rem;
}
.support .btn {
  width: 20%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.topFAQ {
  width: 90%;
  color: #ffffff;
  padding: 2rem 0;
  margin-top: 4rem;
  margin-left: 10%;
  background: -webkit-linear-gradient(45deg, rgba(45, 80, 193, 0.8), rgba(45, 80, 193, 0.8)), url(../img/bg_fq.png);
  background: linear-gradient(45deg, rgba(45, 80, 193, 0.8), rgba(45, 80, 193, 0.8)), url(../img/bg_fq.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.topFAQ .contentWrap {
  position: relative;
  left: -5%;
}
.topFAQ .titleArea {
  width: 30%;
}
.topFAQ .titleArea h2 {
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
}
.topFAQ .faqArea {
  width: 65%;
}
.topFAQ .faqBlock:not(:nth-of-type(1)) {
  margin-top: 2rem;
}
.topFAQ .faq_q,
.topFAQ .faq_a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.topFAQ .faq_q p:nth-of-type(1),
.topFAQ .faq_a p:nth-of-type(1) {
  width: 32px;
}
.topFAQ .faq_q p:nth-of-type(2),
.topFAQ .faq_a p:nth-of-type(2) {
  width: calc(100% - 32px);
}
.topFAQ .faq_q {
  font-size: 1.2rem;
}
.topFAQ .faq_a {
  margin-top: 1rem;
}
.topFAQ .faq_a p:nth-of-type(1) {
  font-size: 1.2rem;
}
.topFAQ .faq_a p:nth-of-type(2) {
  padding-top: 3px;
}

.topInquiries {
  width: 80%;
  text-align: center;
  padding: 2rem;
  margin: 2rem auto 0;
  background-color: #fff3f6;
  border-radius: 16px;
}
.topInquiries .inquiriesArea {
  margin-top: -2rem;
}
.topInquiries .inquiriesArea h2 {
  font-size: 1.4rem;
}
.topInquiries .inquiriesArea p:nth-of-type(1) {
  color: #757575;
  margin-top: 1rem;
}
.topInquiries .inquiriesArea p:nth-of-type(2) {
  width: 40%;
  margin: 2rem auto 1rem;
}

#strengths .reason_block {
  margin-top: 1.8rem;
}
#strengths .reason_block .img {
  width: 30%;
}
#strengths .reason_block .detail {
  width: 68%;
}
#strengths .reason_block .detail h3 {
  display: inline-block;
  font-size: 20px;
  font-family: "LINE Seed JP_OTF Bold";
  background: -webkit-gradient(linear, left top, right top, from(#1741CC), to(#001647));
  background: -webkit-linear-gradient(left, #1741CC 0%, #001647 100%);
  background: linear-gradient(90deg, #1741CC 0%, #001647 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#strengths .reason_block .detail p {
  margin-top: 0.8rem;
}
#strengths .attraction_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 32%;
  margin-top: 1.8rem;
  background-color: #F6F6F6;
  border-radius: 8px;
}
#strengths .attraction_block p:nth-of-type(1) {
  text-align: center;
  padding: 1.5rem 0;
}
#strengths .attraction_block p:nth-of-type(1) img {
  width: 50%;
  -webkit-filter: brightness(0) saturate(100%) invert(40%) sepia(89%) saturate(269%) hue-rotate(188deg) brightness(90%) contrast(90%);
  filter: brightness(0) saturate(100%) invert(40%) sepia(89%) saturate(269%) hue-rotate(188deg) brightness(90%) contrast(90%);
}
#strengths .attraction_block p:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #ffffff;
  padding: 1rem;
  background-color: #1741CA;
  border-radius: 0 0 8px 8px;
}
#strengths .recruit_block {
  width: 96%;
  max-width: 720px;
  text-align: center;
  margin-top: 1.8rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0.5rem;
  background-color: #F3F5FC;
  border-radius: 8px;
}
#strengths .recruit_block p {
  font-size: 20px;
}
#strengths .recruit_block span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#1741CC), to(#001647));
  background: -webkit-linear-gradient(left, #1741CC 0%, #001647 100%);
  background: linear-gradient(90deg, #1741CC 0%, #001647 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#strengths .down_arrow {
  text-align: center;
  margin: 1rem 0;
}
#strengths .down_arrow img {
  max-width: 80px;
  -webkit-filter: brightness(0) saturate(100%) invert(26%) sepia(98%) saturate(1701%) hue-rotate(215deg) brightness(80%) contrast(87%);
  filter: brightness(0) saturate(100%) invert(26%) sepia(98%) saturate(1701%) hue-rotate(215deg) brightness(80%) contrast(87%);
}
#strengths .result {
  font-family: "LINE Seed JP_OTF Bold";
  font-size: 24px;
  text-align: center;
}
#strengths .franchise {
  font-family: "LINE Seed JP_OTF Bold";
}
#strengths .franchise_list {
  margin-top: 1.8rem;
}
#strengths .franchise_list p {
  width: 32%;
  font-size: 20px;
  color: #2D50C1;
  text-align: center;
  padding: 1rem 0.5rem;
  background-color: #F3F5FC;
  border-radius: 8px;
}
#strengths .franchise_phrase {
  font-size: 18px;
  text-align: center;
  margin-top: 1.8rem;
}
#strengths .royalty_contract {
  margin-top: 4rem;
}
#strengths .royalty_contract .title {
  text-align: center;
}
#strengths .royalty_contract .title h3 {
  display: inline-block;
  font-size: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#1741CC), to(#001647));
  background: -webkit-linear-gradient(left, #1741CC 0%, #001647 100%);
  background: linear-gradient(90deg, #1741CC 0%, #001647 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#strengths .royalty_contract .rc_block {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
#strengths .royalty_contract .rc_block p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  padding: 1rem;
  background-color: #F6F6F6;
  border-radius: 8px;
}
#strengths .royalty_contract .rc_block p:nth-of-type(1) {
  width: 66%;
  font-size: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#strengths .royalty_contract .rc_block p:nth-of-type(2) {
  width: 32%;
  font-size: 40px;
  text-align: right;
  line-height: 1;
}
#strengths .royalty_contract .rc_block p:nth-of-type(2) span.right_alignment {
  display: block;
  width: 100%;
}
#strengths .royalty_contract .rc_block p:nth-of-type(2) span.small {
  font-size: 18px;
}
#strengths .royalty_contract .rc_block .orange {
  color: #FF5A3F;
}

#support .flow {
  width: 100%;
  max-width: 1028px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
#support .flowWrap {
  margin-top: 2rem;
  border-bottom: 1px solid rgb(217, 217, 217);
}
#support .annotation {
  text-align: center;
  margin-top: 3rem;
}
#support .annotation p:nth-of-type(2) {
  margin-top: 2rem;
}

#faq .heading_text {
  text-align: center;
}
#faq .heading_text h3 {
  color: #1741CA;
}
#faq .heading_text p {
  margin-top: 1rem;
}
#faq .accordion_wrapper {
  margin-top: 2rem;
}
#faq .accordion {
  width: 100%;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  padding-left: 1rem;
  padding-right: 1rem;
}
#faq .accordion:not(:first-child) {
  margin-top: 1rem;
}
#faq .accordion_header,
#faq .accordion_content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#faq .accordion_header {
  position: relative;
  /*cursor: pointer;*/
  /* プラスマーク縦線 */
  /* プラスマーク横線 */
  /*
  .circle {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 30px;
      height: 30px;
      background-color: #FF829F;
      border-radius: 15px;
  }
  */
}
#faq .accordion_header::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  width: 20px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#faq .accordion_header::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  width: 20px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#faq .accordion_header.open {
  /* アコーディオンが開いたとき縦線 */
  /* アコーディオンが開いたとき横線 */
}
#faq .accordion_header.open::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#faq .accordion_header.open::after {
  opacity: 0;
}
#faq .faq_style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#faq .faq_style p:nth-of-type(1) {
  width: 2em;
  font-size: 1.4rem;
}
#faq .faq_style p:nth-of-type(2) {
  width: calc(100% - 2em);
}
#faq .faq_style.faq_q {
  width: 92%;
}
#faq .faq_style.faq_q p:nth-of-type(1) {
  color: #FF0000;
}
#faq .faq_style.faq_q p:nth-of-type(2) {
  font-family: "LINE Seed JP_OTF Bold";
  font-size: 1.2rem;
  padding-top: 0.3rem;
}
#faq .faq_style.faq_a p:nth-of-type(1) {
  color: #1741CA;
}
#faq .faq_style.faq_a p:nth-of-type(2) {
  padding-top: 0.5rem;
}
#faq .accordion_content {
  /*display: none;*/
  border-top: 1px dotted #E0E0E0;
}

#privacy_policy .regarding_to {
  line-height: 1.8;
}
#privacy_policy .regarding_to:not(:first-child) {
  margin-top: 2rem;
}
#privacy_policy .regarding_to h3 {
  font-size: 1.4rem;
  font-weight: 700;
}
#privacy_policy .regarding_to p {
  margin-top: 0.5rem;
}
#privacy_policy .regarding_to li {
  position: relative;
  padding-left: 1em;
  margin-top: 0.5rem;
}
#privacy_policy .regarding_to li:first-child {
  margin-top: 1.2rem;
}
#privacy_policy .regarding_to li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
#privacy_policy .regarding_to dl {
  margin-top: 0.5rem;
}
#privacy_policy .regarding_to dd {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

#entry .summary {
  color: #757575;
  text-align: center;
}
#entry .entry_area {
  margin-top: 2rem;
  padding-bottom: 2rem;
  background-color: #F6F6F6;
}
#entry .entry_area .contentWrap {
  margin-top: 0;
}
#entry .entry_area dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#entry .entry_area dt {
  width: 30%;
  margin-top: 2rem;
  padding-top: 0.2rem;
}
#entry .entry_area dd {
  width: 70%;
  margin-top: 2rem;
}
#entry .entry_area dd input[type=text],
#entry .entry_area dd input[type=email],
#entry .entry_area dd textarea {
  width: 80%;
  padding: 10px;
  border: 1px solid #bbbbbb;
  border-radius: 8px;
}
#entry .entry_area dd textarea {
  height: 120px;
}
#entry .entry_area dd .select_wrapper {
  position: relative;
  width: 80%;
}
#entry .entry_area dd .select_wrapper::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#entry .entry_area dd select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 10px;
  border: 1px solid #bbbbbb;
  border-radius: 8px;
}
#entry .entry_area dd:has(.formError) input[type=text],
#entry .entry_area dd:has(.formError) select {
  background-color: #ffebeb;
  border: 1px solid #da0000;
}
#entry .entry_area p {
  text-align: center;
  margin-top: 2rem;
}
#entry .entry_area input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30%;
  font-size: 1.2rem;
  font-weight: 300;
  color: #ffffff;
  padding: 0.8rem 0;
  background-color: #2C2C2C;
  border: 0;
  cursor: pointer;
}
#entry .entry_area input[type=submit]:hover {
  opacity: 0.8;
}
#entry .entry_area input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30%;
  font-size: 1.2rem;
  font-weight: 300;
  color: #2C2C2C;
  padding: 0.8rem 0;
  background-color: #F6F6F6;
  border: 1px solid #2C2C2C;
  cursor: pointer;
}
#entry .entry_area input[type=button]:hover {
  opacity: 0.8;
}
#entry .entry_area .confirm dd {
  font-weight: bold;
}
#entry .entry_area .button_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#entry .entry_area .button_area p {
  width: 30%;
}
#entry .entry_area .button_area p:nth-of-type(1) {
  margin-right: 5%;
}
#entry .entry_area .button_area input[type=submit] {
  width: 100%;
}
#entry .entry_area .button_area input[type=button] {
  width: 100%;
}
#entry .forme_complete {
  text-align: center;
}
#entry .forme_complete p {
  font-size: 1.2rem;
}
#entry .forme_complete .success h3 {
  font-size: 1.4rem;
  font-weight: 700;
}
#entry .forme_complete .success p:nth-of-type(1) {
  margin-top: 2rem;
}
#entry .forme_complete .success p:nth-of-type(2) {
  margin-top: 3rem;
}

.formError .formErrorArrowBottom {
  display: none !important;
}

.formError .formErrorContent::before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 9px 8px;
  border-color: transparent transparent #ff0000 transparent;
}

.formError .formErrorContent {
  top: 15px;
  left: 15px;
  background: #ff0000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 5em;
  min-width: auto;
  padding: 5px 10px;
}

/*
  フォント
-------------------------------*/
/*--- 字体 ---*/
/*--- サイズ ---*/
.u-fs1 {
  font-size: 2rem !important;
}

.u-fs2 {
  font-size: 1.8rem !important;
}

.u-fs3 {
  font-size: 1.6rem !important;
}

.u-fs4 {
  font-size: 1.4rem !important;
}

.u-fs5 {
  font-size: 1.2rem !important;
}

/*--- 太さ ---*/
.u-bold {
  font-weight: bold;
}

/*--- 行間 ---*/
.u-lh_1 {
  line-height: 1;
}

.u-lh_1-2 {
  line-height: 1.2;
}

.u-lh_1-4 {
  line-height: 1.4;
}

.u-lh_1-6 {
  line-height: 1.6;
}

.u-lh_1-8 {
  line-height: 1.8;
}

.u-lh_2 {
  line-height: 2;
}

/*--- 装飾 ---*/
.u-deco__u_line {
  text-decoration: underline;
}

/*
  カラー
-------------------------------*/
.u-pink {
  color: #ff829f;
}

.u-red {
  color: #df0000;
}

/*--- 文字 ---*/
/*--- 背景 ---*/
/*--- グラデーション ---*/
/*
  横幅
-------------------------------*/
.u-width_10 {
  width: 10% !important;
}

.u-width_15 {
  width: 15% !important;
}

.u-width_20 {
  width: 20% !important;
}

.u-width_25 {
  width: 25% !important;
}

.u-width_30 {
  width: 30% !important;
}

.u-width_35 {
  width: 35% !important;
}

.u-width_40 {
  width: 40% !important;
}

.u-width_45 {
  width: 45% !important;
}

.u-width_50 {
  width: 50% !important;
}

.u-width_55 {
  width: 55% !important;
}

.u-width_60 {
  width: 60% !important;
}

.u-width_65 {
  width: 65% !important;
}

.u-width_70 {
  width: 70% !important;
}

.u-width_75 {
  width: 75% !important;
}

.u-width_80 {
  width: 80% !important;
}

.u-width_85 {
  width: 85% !important;
}

.u-width_90 {
  width: 90% !important;
}

.u-width_95 {
  width: 95% !important;
}

.u-width_100 {
  width: 100% !important;
}

/*
  表示位置
-------------------------------*/
/*--- テキスト ---*/
.u-text_c {
  text-align: center;
}

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

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

/*--- ブロック ---*/
.u-block_c {
  margin-left: auto;
  margin-right: auto;
}

/*--- ポジション ---*/
.u-pos_r {
  position: relative;
}

.u-pos_a {
  position: absolute;
}

.u-pos_s {
  position: static;
}

/*
  余白(margin)
-------------------------------*/
.u-mt_1 {
  margin-top: 1%;
}

.u-mb_1 {
  margin-bottom: 1%;
}

.u-mt_2 {
  margin-top: 2%;
}

.u-mb_2 {
  margin-bottom: 2%;
}

.u-mt_3 {
  margin-top: 3%;
}

.u-mb_3 {
  margin-bottom: 3%;
}

.u-mt_4 {
  margin-top: 4%;
}

.u-mb_4 {
  margin-bottom: 4%;
}

.u-mt_5 {
  margin-top: 5%;
}

.u-mb_5 {
  margin-bottom: 5%;
}

.u-mt_6 {
  margin-top: 6%;
}

.u-mb_6 {
  margin-bottom: 6%;
}

.u-mt_7 {
  margin-top: 7%;
}

.u-mb_7 {
  margin-bottom: 7%;
}

.u-mt_8 {
  margin-top: 8%;
}

.u-mb_8 {
  margin-bottom: 8%;
}

.u-mt_9 {
  margin-top: 9%;
}

.u-mb_9 {
  margin-bottom: 9%;
}

.u-mt_10 {
  margin-top: 10%;
}

.u-mb_10 {
  margin-bottom: 10%;
}

.u-mt_11 {
  margin-top: 11%;
}

.u-mb_11 {
  margin-bottom: 11%;
}

.u-mt_12 {
  margin-top: 12%;
}

.u-mb_12 {
  margin-bottom: 12%;
}

.u-mt_13 {
  margin-top: 13%;
}

.u-mb_13 {
  margin-bottom: 13%;
}

.u-mt_14 {
  margin-top: 14%;
}

.u-mb_14 {
  margin-bottom: 14%;
}

.u-mt_15 {
  margin-top: 15%;
}

.u-mb_15 {
  margin-bottom: 15%;
}

.u-mt_16 {
  margin-top: 16%;
}

.u-mb_16 {
  margin-bottom: 16%;
}

.u-mt_17 {
  margin-top: 17%;
}

.u-mb_17 {
  margin-bottom: 17%;
}

.u-mt_18 {
  margin-top: 18%;
}

.u-mb_18 {
  margin-bottom: 18%;
}

.u-mt_19 {
  margin-top: 19%;
}

.u-mb_19 {
  margin-bottom: 19%;
}

.u-mt_20 {
  margin-top: 20%;
}

.u-mb_20 {
  margin-bottom: 20%;
}

/*
  余白(padding)
-------------------------------*/
.u-pt_1 {
  padding-top: 1%;
}

.u-pb_1 {
  padding-bottom: 1%;
}

.u-pt_2 {
  padding-top: 2%;
}

.u-pb_2 {
  padding-bottom: 2%;
}

.u-pt_3 {
  padding-top: 3%;
}

.u-pb_3 {
  padding-bottom: 3%;
}

.u-pt_4 {
  padding-top: 4%;
}

.u-pb_4 {
  padding-bottom: 4%;
}

.u-pt_5 {
  padding-top: 5%;
}

.u-pb_5 {
  padding-bottom: 5%;
}

.u-pt_6 {
  padding-top: 6%;
}

.u-pb_6 {
  padding-bottom: 6%;
}

.u-pt_7 {
  padding-top: 7%;
}

.u-pb_7 {
  padding-bottom: 7%;
}

.u-pt_8 {
  padding-top: 8%;
}

.u-pb_8 {
  padding-bottom: 8%;
}

.u-pt_9 {
  padding-top: 9%;
}

.u-pb_9 {
  padding-bottom: 9%;
}

.u-pt_10 {
  padding-top: 10%;
}

.u-pb_10 {
  padding-bottom: 10%;
}

.u-pt_11 {
  padding-top: 11%;
}

.u-pb_11 {
  padding-bottom: 11%;
}

.u-pt_12 {
  padding-top: 12%;
}

.u-pb_12 {
  padding-bottom: 12%;
}

.u-pt_13 {
  padding-top: 13%;
}

.u-pb_13 {
  padding-bottom: 13%;
}

.u-pt_14 {
  padding-top: 14%;
}

.u-pb_14 {
  padding-bottom: 14%;
}

.u-pt_15 {
  padding-top: 15%;
}

.u-pb_15 {
  padding-bottom: 15%;
}

.u-pt_16 {
  padding-top: 16%;
}

.u-pb_16 {
  padding-bottom: 16%;
}

.u-pt_17 {
  padding-top: 17%;
}

.u-pb_17 {
  padding-bottom: 17%;
}

.u-pt_18 {
  padding-top: 18%;
}

.u-pb_18 {
  padding-bottom: 18%;
}

.u-pt_19 {
  padding-top: 19%;
}

.u-pb_19 {
  padding-bottom: 19%;
}

.u-pt_20 {
  padding-top: 20%;
}

.u-pb_20 {
  padding-bottom: 20%;
}

/*
  表示形式
-------------------------------*/
.u-display_inline {
  display: inline;
}

.u-display_block {
  display: block;
}

/*
  その他
-------------------------------*/
.u-marker {
  background: -webkit-gradient(linear, left top, right top, from(#ff829f), to(#f64077));
  background: -webkit-linear-gradient(left, #ff829f 0%, #f64077 100%);
  background: linear-gradient(to right, #ff829f 0%, #f64077 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 48%;
}

.u-border_img {
  border: 1px solid #bdbdbd;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .contentBlock .exp {
    font-size: 16px;
  }
  .contact .btn {
    width: 60%;
  }
  .pageTitleBar {
    padding: 3rem 0 2rem;
  }
  .pageTitleBar h2 {
    margin-top: 0;
  }
  .footer_logo {
    display: none;
  }
  .footer_link {
    width: 100%;
  }
  .footer_link ul {
    display: block;
  }
  .footer_link li {
    margin-left: 0 !important;
    border-bottom: 1px solid #aaaaaa;
  }
  .footer_link li:not(:first-child) {
    margin-left: 1.5em;
  }
  .footer_link a {
    display: block;
    position: relative;
    padding: 10px;
  }
  .footer_link a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
  }
  .footer_link p {
    text-align: center;
    margin-top: 2rem;
  }
  .c-caption p:nth-of-type(1) img {
    max-width: 80%;
  }
  .c-flowWBlock .detail {
    flex-wrap: wrap;
  }
  .c-flowWBlock .detail .image {
    width: 100%;
  }
  .c-flowWBlock .detail .explain {
    width: 100%;
  }
  .c-flowWBlock .detail .explain h3 {
    margin-top: 1rem;
  }
  .c-amount_block {
    width: 100%;
  }
  .mainImg p:nth-of-type(2) {
    margin-top: 2rem;
  }
  .reason .btn {
    width: 40%;
  }
  .support ul li {
    width: 100%;
  }
  .support ul li:not(:first-child) {
    margin-top: 1rem;
  }
  .support .btn {
    width: 40%;
  }
  .topFAQ .titleArea {
    width: 100%;
  }
  .topFAQ .faqArea {
    width: 100%;
    margin-top: 2rem;
  }
  .topInquiries {
    width: 90%;
  }
  .topInquiries .inquiriesArea p:nth-of-type(2) {
    width: 60%;
  }
  #strengths .reason_block .img {
    width: 100%;
  }
  #strengths .reason_block .detail {
    width: 100%;
  }
  #strengths .reason_block .detail h3 {
    margin-top: 0.8rem;
  }
  #strengths .royalty_contract .title h3 {
    font-size: 28px;
  }
  #strengths .royalty_contract .rc_block p:nth-of-type(2) {
    font-size: 24px;
  }
  #entry .entry_area dt {
    width: 100%;
  }
  #entry .entry_area dd {
    width: 100%;
    margin-top: 1rem;
  }
  #entry .entry_area dd input[type=text],
  #entry .entry_area dd input[type=email],
  #entry .entry_area dd textarea {
    width: 100%;
  }
  #entry .entry_area dd .select_wrapper {
    width: 100%;
  }
  #entry .entry_area .button_area p {
    width: 100%;
  }
  #entry .entry_area .button_area p:nth-of-type(1) {
    margin-right: 0;
  }
  #entry .entry_area .button_area input[type=submit] {
    width: 70%;
  }
  #entry .entry_area .button_area input[type=button] {
    width: 70%;
  }
}

@media screen and (max-width: 428px) {
  .pageTitleBar h2 {
    font-size: 1.4rem;
    margin-top: 0.2rem;
  }
}

@media only screen and (min-width: 901px) {
  .main {
    margin-top: 100px;
  }
  .header {
    height: 100px;
  }
  .header_inner {
    max-width: 1920px;
    width: 90%;
    padding: 15px 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .logo {
    width: 210px;
  }
  .nav_list li {
    display: inline-block;
    text-align: right;
  }
  .nav_list li:not(:first-child) {
    margin-left: 20px;
  }
  .nav_list a {
    display: block;
    color: #333333;
    padding: 6px 0 5px;
  }
}

@media only screen and (max-width: 900px) {
  .header {
    height: 60px;
  }
  .header_inner {
    padding: 5px 15px;
  }
  .logo {
    width: 140px;
  }
  .nav {
    position: fixed;
    right: -320px;
    top: 0;
    width: 300px;
    height: 100vh;
    padding-top: 60px;
    background-color: #fff;
    transition: all 0.6s;
    z-index: 200;
    overflow-y: auto;
  }
  .hamburger {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
    padding: 0 14px;
  }
  .nav_item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
  }
  .nav_item a:hover {
    background-color: #eee;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #333;
    transition: all 0.6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 20px;
  }
  .hamburger_border_bottom {
    top: 26px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    /*transition: all .6s;*/
    cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .c-caption p:nth-of-type(2) {
    font-size: calc(30px + 16 * (100vw - 768px) / 1080);
    margin-top: calc((32px + 18 * (100vw - 768px) / 1080) * -1);
  }
}

@media only screen and (max-width: 768px) {
  .c-caption p:nth-of-type(2) {
    font-size: calc(18px + 10 * (100vw - 428px) / 768);
    margin-top: calc((20px + 12 * (100vw - 428px) / 768) * -1);
  }
}

@media only screen and (max-width: 428px) {
  .c-caption p:nth-of-type(2) {
    font-size: calc(16px + 10 * (100vw - 428px) / 428);
    margin-top: calc((18px + 12 * (100vw - 428px) / 428) * -1);
  }
}

@media screen and (max-width: 1280px) {
  .topFAQ {
    width: 100%;
    margin-left: 0;
    border-bottom-left-radius: 0;
  }
  .topFAQ .contentWrap {
    position: static;
  }
}
/*# sourceMappingURL=map/style.css.map */