/***************************************

top.css

***************************************/
.f_s {font-size: 80%;} 

.f_bold {font-weight: bold;}

h1.h1ttl {
  display: none;
}
figure.books_img {
  max-width: 100%;
  margin: 2rem auto;
  text-align: center;
}
figure.books_img img {
  max-width: 100%;
}

.contact_banner .button dl dd a {
    background: #FF7C2F;
    color: #fff;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
  figure.books_img {
    width: 96%;
  }
}
/* main_message

============================ */
.main_message p {
  text-align: center;
	line-height: 2.5rem;
	letter-spacing: .1rem;
}


/* lead_message kakko

============================ */
.kakko {
	padding: 20px;
	position: relative;
    text-align:center;
	margin: 3rem 6rem;
	letter-spacing: .3rem;
}
.kakko::before, .kakko::after {
	content: '';
	width: 20px;
	height: 100%;
	position: absolute;
}
.kakko::before {
	border-left: solid 2px #888;
	border-top: solid 2px #888;
	border-bottom: solid 2px #888;
	top: 0;
	left: 0;
}
.kakko::after {
	border-right: solid 2px #888;
	border-top: solid 2px #888;
	border-bottom: solid 2px #888;
	top: 0;
	right: 0;
}


.brochure {
	display: flex;
    flex-direction: column;
	justify-content: center;
	margin: 5rem 0;
}
.brochure a {
	    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 70%;
    height: 3.6rem;
    padding: 0rem 1rem 0 0;
    border-radius: .5rem;
    background: var(--Main_Color);
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1;
    margin: 1rem auto;
}
.brochure a:hover {
	opacity: .5;
}
.brochure a::after {
	    position: absolute;
    top: calc(50% - .6rem);
    right: 1rem;
    width: auto;
    height: auto;
    border: none;
    line-height: 1;
    font-weight: 900;
    font-family: var(--Font_Awesome);
    content: var(--Arrow_Right);
}

@media screen and (orientation: portrait) and (max-width: 767px) {
	
	/* main_message

============================ */
.main_message p {
	line-height: 1.8rem;
}
	
	.kakko {
	padding: 0px;
	margin: 2rem auto;
	letter-spacing: .2rem;
		width: 90%;
}
	.kakko::before, .kakko::after {
	content: '';
	width: 10px;
	height: 100%;
	position: absolute;
}
	
	
	.brochure {
	margin: 2.5rem 0 3rem;
}
.brochure a {
    width: 80%;
    height: 4.6rem;
    line-height: 1.2;
}

	
}


/* detail_conte

============================ */
section.detail_conte {
	width: 90%;
    margin: 2rem auto 5rem;
}

section.detail_conte h2 {
    color: var(--Dark_Sub_Color);
    font-weight: bold;
    font-size: 1.6rem;
    font-family: var(--Font_Weight_Bold);
}

section.detail_conte ul {
	margin: 1.5rem 1rem 0 3rem;
	font-size: 1.2rem;
}

section.detail_conte ul li {
	margin-bottom: 1.5rem;
	margin-left: 1rem;
	text-indent: -1.2rem;
}

section.detail_conte ul li a {
	color: #036eb8;
}

section.detail_conte ul li a:hover {
	opacity: .5;
}

section.detail_conte ul li a::after {
    font-weight: 900;
    font-family: var(--Font_Awesome);
    content: var(--Arrow_Right);
	margin-left: 1.5rem;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
	
	section.detail_conte {
    margin: 2rem auto 3rem;
}
	
	section.detail_conte h2 {
    font-size: 1.2rem;
}

section.detail_conte ul {
	margin: 1.5rem 0rem 0 0rem;
	font-size: 1.1rem;
}

section.detail_conte ul li {
	margin-bottom: 1.2rem;
}

section.detail_conte ul li a::after {
	margin-left: 1rem;
}
	
}


/* link_wrap

============================ */
.link_wrap .link_list span {
  font-size: 1rem;
}
.link_wrap p {
  font-size: 1.2rem;
  margin-bottom: 0;
  text-align: center;
}
.link_wrap p a {
  color: var(--Dark_Sub_Color);
}
.link_wrap p a::after {
  padding-left: 1rem;
  font-weight: 900;
  font-family: var(--Font_Awesome);
  content: var(--Arrow_Right);
}


/* schedule

============================ */
.schedule {
  width: 90%;
  margin: 4rem auto 3rem;
}
.schedule > p {
  margin: 3rem 0 0 0;
  color: var(--Dark_Sub_Color);
  font-weight: bold;
  font-size: 1.6rem;
  font-family: var(--Font_Weight_Bold);
}
.schedule > div {
  display: flex;
}
.schedule > div div:nth-of-type(1) {
  width: 50%;
	margin-right: 1.5rem;
}
.schedule > div div:nth-of-type(2) {
  width: 50%;
	margin-left: 1.5rem;
}
.schedule > div ul {
  margin: 0 auto;
}
.schedule > div table {
  width: 100%;
  margin: 1rem auto;
  border-collapse: collapse;
}
.schedule > div table th, .schedule > div table td {
  border: 1px solid #ccc;
}
.schedule > div table th {
  width: 20%;
  background-color: #eee;
}
.schedule > div table td {
  width: 80%;
}
.schedule > div table.term td {
  padding: 1rem 0;
  text-align: center;
}
.schedule > div table.time td {
  padding: 1rem;
}
.schedule > div table.time td p {
	font-size: .8rem;
	line-height: 1.1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .schedule {
    width: 96%;
    font-size: 1rem;
  }
  .schedule > p {
    font-size: 1.2rem;
  }
  .schedule > div {
    display: block;
  }
	.schedule > div div:nth-of-type(1) {
  width: 100%;
	margin-right: 0rem;
}
.schedule > div div:nth-of-type(2) {
  width: 100%;
	margin-left: 0rem;
}
  .schedule > div div {
    margin: 1rem 0;
  }
  .schedule > div table th {
    width: 25%;
    background-color: #eee;
  }
  .schedule > div table td {
    width: 75%;
  }
  .schedule > div table.time td {
    padding: .5rem 0rem .5rem 1rem;
  }
}
/* feature

============================ */
.feature {
  width: 80%;
  margin: 2rem auto;
	letter-spacing: .1rem;
}
.feature > p {
  max-width: 100%;
  margin: 4rem auto 2rem;
  padding: .5rem;
  border: 1px solid var(--Dark_Sub_Color);
  color: var(--Dark_Sub_Color);
  font-weight: 900;
  font-family: var(--Font_Weight_Bold);
  font-size: 1.6rem;
}
.feature_info + .feature_info {
  margin-top: 1.5rem;
}
.feature_list {
  display: flex;
  width: 100%;
}
.feature_list dt {
  display: block;
  position: relative;
  height: 3.5rem;
  width: 3.5rem;
  margin-right: 1rem;
  border-radius: 50%;
  background: var(--Dark_Sub_Color);
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  line-height: 5.1rem;
}
.feature_list dt::before {
  position: absolute;
  top: -1.3rem;
  left: .4rem;
  font-size: .8rem;
  content: 'POINT';
}
.feature_list dd {
  flex: 1;
}
.feature_list dd p:first-child {
  color: var(--Dark_Sub_Color);
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .feature {
    width: 96%;
    font-size: 1rem;
  }
  .feature > p {
    font-size: 1.2rem;
  }
  .feature_list dd p:first-child {
    margin-top: .5rem;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}


/* campaign_2025w

============================ */

.campaign_2025w {
    background-color: #fffff0;
    box-shadow: 0 0 0 1.5rem #fffff0;
    padding: 1rem 2rem 1.5rem;
    margin: 5rem 1.5rem 5rem;
    border: 2px solid #ffd700;
    letter-spacing: .1rem;
}

.campaign_2025w h2 {
    position: relative;
    left: -50px;
    background-color: #ff8c00;
    color: #fff;
    padding: 0.5rem 2rem;
    margin: 0 0 0 0;
    width: 112%;
    font-size: 1.4rem;
    font-weight: bold;
}

.campaign_2025w dl {
     margin-top: 2rem;
}

.campaign_2025w dl dt {
    font-size: 1.4rem;
    font-weight: bold;
}

.campaign_2025w dl dd {
    margin: 1rem 0 0 2rem;
}

.campaign_2025w dl dd p {
    text-indent: -1.3rem;
    margin: 1rem 0 0 1.3rem;
    text-align: justify;
}

.campaign_2025w dl dd p::before {
    content: "●";
    color: #ffd700;
    margin-right: .3rem;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
    
    .campaign_2025w {
    padding: 1rem 1rem 1.5rem;
    margin: 4rem 1rem 5rem;
}
    
    .campaign_2025w h2 {
    left: -25px;
    width: 115%;
        text-align: center;
}
    
    .campaign_2025w dl {
     margin-top: 1rem;
}
    
    .campaign_2025w dl dd {
    margin: 1rem 0 0 0rem;
}
    
    .campaign_2025w dl dd p {
    text-indent: -1.4rem;
    margin: 1rem 0 0 1.4rem;
}

    
}


/* 2024win_campaign

============================ */

section.win2024_campaign {
	border: 1px solid #036eb8;
	border-radius: 20px;
	padding: 2rem 4rem 2.5rem;
	margin: 5rem;
	letter-spacing: .1rem;
	background-color: #ffefd5;
}

section.win2024_campaign h2 {
	font-size: 1.4rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #036eb8;
	padding-bottom: 1rem;
	font-weight: 900;
    font-family: var(--Font_Weight_Bold);
}

section.win2024_campaign dl.wc_name {
	border-bottom: 1px solid #036eb8;
}

section.win2024_campaign dl.wc_name > dt {
	font-size: 1.2rem;
	margin-bottom: 1rem;
	padding: .8rem 1rem;
	background-color: #FF7C2F;
	color: #fff;
	font-weight: 900;
    font-family: var(--Font_Weight_Bold);
}

section.win2024_campaign dl.wc_name dl.wc_date {
	margin-left: 1.3rem;
}

section.win2024_campaign dl.wc_name dl.wc_date > dt {
	margin-bottom: 1rem;
	font-size: 1.1rem;
	font-weight: 900;
    font-family: var(--Font_Weight_Bold);
}

section.win2024_campaign dl.wc_name dl.wc_date > dt::before {
	content: "■";
	color: #036eb8;
	margin-right: .5rem;
}

section.win2024_campaign dl.wc_name dl.wc_date > dd {
	margin-bottom: 1rem;
	font-size: 1.1rem;
	font-weight: 900;
    font-family: var(--Font_Weight_Bold);
}

section.win2024_campaign dl.wc_name dl.wc_date > dd p {
	margin: .6rem 0 .6rem 1.5rem;
	text-indent: -1.5rem;
}

section.win2024_campaign dl.wc_name dl.wc_date > dd p::before {
	content: "○";
	margin-right: .5rem;
}

section.win2024_campaign dl.wc_name dl.wc_date > dd ul {
	list-style: disc;
	margin: 0 0 1.5rem 3rem;
}


@media screen and (orientation: portrait) and (max-width: 767px) {
	
	section.win2024_campaign {
	padding: .8rem 1rem 1rem;
	margin: 2rem;
}
	
	section.win2024_campaign h2 {
	font-size: 1.3rem;
	margin-bottom: 1rem;
	padding-bottom: .5rem;
}
	
	section.win2024_campaign dl.wc_name > dt {
	padding: .2rem .7rem;
}
	
	section.win2024_campaign dl.wc_name dl.wc_date {
	margin-left: 1rem;
}
	
	section.win2024_campaign dl.wc_name dl.wc_date > dd ul {
	margin: 0 0 1rem 3rem;
}
	
}


/* cta

============================ */

.cta_orange {
	display: flex;
    flex-direction: column; 
    justify-content: center;
    width: 450px;
    margin: 0 auto;
}

.cta_orange p {
    text-align: center;
    color: #FF7C2F;
    font-size: 1.1rem;
}

.cta_orange a {
	background: #FF7C2F;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0rem auto 1rem;
    padding-right: 15px;
    border-radius: 25px;
    color: #fff;
    font-weight: 900;
    font-family: var(--Font_Weight_Bold);
    font-size: 20px;
    text-align: center;
    line-height: 150%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.cta_orange a:hover {
    opacity: .5;
}

.cta_orange a::after {
	position: absolute;
    top: calc(45% - 10px);
    right: 15px;
    width: auto;
    height: auto;
    border: none;
    line-height: 1;
    font-weight: 900;
    font-family: var(--Font_Awesome);
    content: var(--Arrow_Right);
}


@media screen and (orientation: portrait) and (max-width: 767px) {
	
	.cta_orange {
	width: 80%;
    margin: 0 auto;
}
	
}



/* contact_banner

============================ */
.contact_banner .button dl dd.trial_btn a {
  background: var(--Dark_Sub_Color);
  color: #fff;
}
.contact_banner .button dl dd.trial_btn a:hover {
  background: var(--Light_Sub_Color);
}
.contact_banner:not(.floating_appli) .button br {
  display: none;
}
/* first_free_campaign

============================ */
.first_free_campaign {
  width: 600px;
  margin: 2rem auto;
  padding: 2rem 3rem;
  text-align: center;
  border: 2px solid #f00;
	border-radius: 20px;
}
.first_free_campaign p {
  margin: 0;
}
.first_free_campaign p:nth-of-type(1) {
  font-weight: 900;
  font-family: var(--Font_Weight_Bold);
  font-size: 1.4rem;
}
.first_free_campaign p:nth-of-type(1)::before {
  padding-right: .5rem;
  content: "＼";
}
.first_free_campaign p:nth-of-type(1)::after {
  padding-left: .5rem;
  content: "／";
}
.first_free_campaign p:nth-of-type(2) {
  margin: 1rem 0;
  font-size: 1rem;
}
.first_free_campaign p:nth-of-type(2)::before, .first_free_campaign p:nth-of-type(2)::after {
  content: "▼";
}
.first_free_campaign dl {
  display: flex;
  justify-content: center;
  padding-top: .5rem;
}
.first_free_campaign dl dt::after {
  padding-right: .5rem;
  content: "：";
}
.first_free_campaign ul.appli_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.first_free_campaign ul.appli_btn a {
  display: table;
  padding: .5rem 3rem;
  border: 2px solid var(--Main_Color);
  border-radius: 0.5rem;
  background: #ff0;
  color: var(--Main_Color);
  font-weight: bold;
  font-family: var(--Font_Weight_Bold);
  font-size: 1.2rem;
}
.first_free_campaign ul.appli_btn li:nth-of-type(3) a {
  visibility: hidden;
}
.first_free_campaign ul.appli_btn a:hover {
  background-color: #ced7ed;
  color: var(--Main_Color);
}

.first_free_campaign .ffc_link a {
	    background: var(--Gradation_Red);
	    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 50px;
    margin: 2rem auto .5rem;
    border-radius: 25px;
    color: #fff;
    font-weight: 900;
    font-family: var(--Font_Weight_Bold);
    font-size: 20px;
    text-align: center;
    line-height: 150%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.first_free_campaign .ffc_link a:hover {
	opacity: .5;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
  .first_free_campaign {
    width: 96%;
  }
  .first_free_campaign p:nth-of-type(1) {
    font-size: 1.2rem;
  }
  .first_free_campaign p:nth-of-type(1)::before, .first_free_campaign p:nth-of-type(1)::after {
    padding: 0;
  }
  .first_free_campaign ul.appli_btn a {
    padding: .5rem 1.5rem;
  }
}


/* fday_experience

============================ */

.arrow_box{
    position:relative;
    width:fit-content;
	margin: 3rem auto 0;
    background:#FFFFFF;
    padding:1rem 3rem;
    text-align:center;
    border:1px solid #000000;
    color:#000000;
    font-size:1.2rem;
    font-weight:bold;
    border-radius:10px;
}
.arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
.arrow_box:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:20px;
    border-right-width:20px;
    margin-left: -20px;
    border-top-color:#FFFFFF;
}
.arrow_box:before{
    border-color: rgba(0, 0, 0, 0);
    border-top-width:21px;
    border-bottom-width:21px;
    border-left-width:21px;
    border-right-width:21px;
    margin-left: -21px;
    margin-top: 1px;
    border-top-color:#000000;
}



.fday_experience {
	width: 90%;
	margin: 1rem auto 4rem;
	border: 1px solid #036eb8;
	border-radius: 10px;
	padding: 2.5rem;
	letter-spacing: .1rem;
}

.fday_experience > h2 {
	font-size: 1.7rem;
	text-align: center;
	padding-bottom: 3rem;
}

.fday_experience > h2::before {
	content: "＼";
	margin-right: 1rem;
}

.fday_experience > h2::after {
	content: "／";
	margin-left: 1rem;
}

.fday_experience > h3 {
	font-size: 1.4rem;
	text-align: center;
	padding: 1.5rem 0;
	margin: 0rem 0 2rem;
	background-color: #deebf7;
}

.fday_experience > h3 > span {
	font-size: 140%;
	padding: 0 .5rem;
}

.fday_experience > h4 {
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 3rem;
	line-height: 3rem;
	background-color: #f0f8ff;
	padding: .5rem 0;
}

.fday_experience > ul {
	padding-left: 2rem;
	margin: 0 2rem;
}

.fday_experience > ul > li {
	padding-bottom: 1rem;
	text-indent: -2rem;
}

.fday_experience > ul > li::before {
	content: "※";
	margin-left: 1rem;
}

.fday_experience > .link_bt {
	display: flex;
	justify-content: center;
	width: 350px;
	margin: 0 auto;
}

.fday_experience > .link_bt a {
	background: var(--Gradation_Red);
	    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 50px;
    margin: 1rem auto;
    padding-right: 15px;
    border-radius: 25px;
    color: #fff;
    font-weight: 900;
    font-family: var(--Font_Weight_Bold);
    font-size: 20px;
    text-align: center;
    line-height: 150%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.fday_experience > .link_bt a::after {
	    position: absolute;
    top: calc(45% - 10px);
    right: 15px;
    width: auto;
    height: auto;
    border: none;
    line-height: 1;
    font-weight: 900;
    font-family: var(--Font_Awesome);
    content: var(--Arrow_Right);
}


@media screen and (orientation: portrait) and (max-width: 767px){
	
	.arrow_box{
	margin: 2rem auto 0;
    padding:.5rem 2rem;
    font-size:1.1rem;
}
	
	.fday_experience {
	width: 90%;
	margin: 1rem auto 2rem;
	border: 1px solid #036eb8;
	padding: 1rem .8rem;
}
	
	.fday_experience > h2 {
		font-size: 1.5rem;
	padding-bottom: 1.5rem;
}
	
	.fday_experience > h2::before {
	content: "";
	margin-right: 0rem;
}

.fday_experience > h2::after {
	content: "";
	margin-left: 0rem;
}
	
	.fday_experience > h3 {
	font-size: 1.2rem;
	padding: 1rem 0;
	margin: 0rem 0 2rem;
}
	
	.fday_experience > h3 > span {
	font-size: 130%;
	padding: 0 .2rem;
}

.fday_experience > h4 {
	font-size: 1.2rem;
	margin-bottom: 2rem;
	line-height: 2rem;
}
	
	.fday_experience > ul {
	padding-left: 1rem;
	margin: 0 0rem;
}
	
	.fday_experience > ul > li {
	padding-bottom: .5rem;
}
	
	.fday_experience > .link_bt {
	width: 100%;
	margin: 0 0rem;
}

	
}


/* apply_button

============================ */

.apply_button {
    background-color: #deebf7;
    padding: 2rem;
    margin-top: 5rem;
    border-radius: .5rem;
}

.apply_button dl dt h2 {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 2.5rem;
    align-items: center;
    display: flex; 
    justify-content: center;
}

.apply_button dl dt h2::before,
.apply_button dl dt h2::after {
    background-color: #555; 
    content: "";
    height: 1px; 
    width: 40px;
}

.apply_button dl dt h2::before {
    margin-right: 1.5rem;
}

.apply_button dl dt h2::after {
    margin-left: 1.5rem;
}

.apply_button dl dd ul {
    display: flex;
    justify-content: center;
    column-gap: 3rem;
    margin-top: 2rem;
}

.apply_button dl dd ul li {
    width: 16rem;
}

.apply_button dl dd ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 2.6rem;
    padding: 0rem 1rem 0 0;
    border-radius: 1.8rem;
    background: #ff8c00;
    color: #fff;
    font-weight: 900;
    font-family: var(--Font_Weight_Bold);
    font-size: 1.2rem;
    text-align: center;
    line-height: 1;
}

.apply_button dl dd ul li a::after {
    position: absolute;
    top: calc(50% - .6rem);
    right: 1rem;
    width: auto;
    height: auto;
    border: none;
    line-height: 1;
    font-weight: 900;
    font-family: var(--Font_Awesome);
    content: var(--Arrow_Right);
}

.apply_button dl dd ul li a:hover {
    opacity: .5;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
    
    .apply_button {
    padding: 1rem;
    margin-top: 4rem;
}
    
    .apply_button dl dt h2 {
        font-size: 1.3rem;
    margin-bottom: 1.5rem;
}
    
    .apply_button dl dd ul {
    column-gap: 1rem;
        margin-top: 1.5rem;
}
    
    .apply_button dl dd ul li {
    width: 7rem;
}
    
}

