@charset "UTF-8";

html {
  width: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP","Barlow", "游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  font-feature-settings: "palt";
  line-height: 1.8;
  color: #222;
  background-color: #FDCF0C;
  box-sizing: border-box;
}

img {
  display: inline-block;
  line-height: 1;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
}

input[type="checkbox"] {
	opacity: 0;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

input[type="text"],
textarea {
  box-sizing: border-box;
  border: 1px solid #C3C3C3;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
}

textarea {
  resize: none;
  width:100%;
  height:400px;
}

.content-width {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 20px;
}

.sp-only {
  display: none;
}

.top-150 {
  padding-top: 150px;
}

.section-ttl-sub {
  font-family: "Barlow";
  font-size: 2.4rem;
  line-height: 1.3;
  color: #FBA801;
}

.section-ttl-sub-w {
  font-size: 2.4rem;
  color: #FFFFFF;
}

.section-ttl {
  font-size: 4.8rem;
  line-height: 1.3;
}

.section-ttl span {
  font-size: 3.2rem;
  line-height: 2;
}

.ttl-box {
	position: relative;
  text-align: center;
  margin-bottom: 80px;
  font-weight: 700;
}

.mv{
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../images/mv_bg.png);
  background-size: cover;
  width: 100%;
  padding-bottom: 22%;
}

.mv-upper {
  display: flex;
  padding: 0 30px 0 0;
  align-items: center;
  justify-content: space-between;
}

.btn {
  display: inline-block;
  background-color: #FFFFFF;
  border-radius: 40px;
  border: 3px solid #000000;
  font-weight: 700;
}

.btn-small {
  padding: 20px 70px 20px 30px;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 500;
  font-size: 1.6rem;
}

.btn-small span {
  position: relative;
  line-height: 1.3;
}

.btn-small span::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 50%;
  right: -47px;
  transform: translateY(-50%) translateX(0%);
  background-image: url(../images/btn_arrow_small.svg);
}

.btn-large-center {
  text-align: center;
  margin-top: -40px;
  position: relative;
  z-index: 10;
}

.btn-large {
  font-size: 2rem;
  padding: 20px 115px 20px 30px;
}

.btn-large span {
  position: relative;
  line-height: 1.35;
}

.btn-large span::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: 50%;
  right: -87px;
  transform: translateY(-50%) translateX(0%);
  background-image: url(../images/btn_arrow_large.svg);
}

.mv-ttl-img-box {
  max-width: 987px;
  margin: 0 auto;
}

.dot {
  position: relative;
  padding-left: 25px;
}

.dot-min span {
  position: relative;
  padding-left: 21px;
}

.dot::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  left: 3px;
  transform: translateY(-50%) translateX(-50%);
  background: #FBA801;
  border-radius: 50%;
}

.dot-min span::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(-50%);
  background: #FDCF0C;
  border-radius: 50%;
}

.notes {
  text-align: center;
}


/*------------------
pc-section-about
--------------------*/

#sec-about {
  padding: 200px 0 150px 0;
  background-color: #FFFFFF;
  clip-path: ellipse(100% 66% at 50% 66%)
}

.about-content-width {
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(../images/about_bg_img.png);
}

.about-content {
  display: flex;
}

.about-content-left {
  max-width: 500px;
}

.about-content-right {
  max-width: 50%;
  margin-left: 50px;
}

/*------------------
pc-section-support
--------------------*/


#sec-support {
  background-color: #FFFFFF;
  padding-bottom: 150px;
  clip-path: ellipse(120% 66% at 50% 34%);
}

.support-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2%;
}

.support-list-box {
  position: relative;
  width: 32%;
  margin-bottom: 50px;
  padding: 29px;
  border: solid 1px #C3C3C3;
  border-radius: 30px;
}

.box-num {
  position: absolute;
  top: -20px;
  left: 30px;
  width: 76px;
  height: 58px;
}

.support-content-img {
  text-align: center;
  margin-bottom: 20px;
}

.support-content-ttl {
  margin-top: 30px;
  margin-bottom: 55px;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5;
}

.support-content-txt span {
  color: #FF0000;
}

/*------------------
pc-section-schedule
--------------------*/

.schedule-content {
  padding: 50px 100px;
  background-color: #FFFFFF;
  border-radius: 20px;
}

.schedule-list {
  display: flex;
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: 700;
}

.schedule-left {
  width: 40%;
}


/*------------------
pc-section-flow
--------------------*/

.flow-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flow-content-left {
  margin-right: 140px;
}

.flow-content-right {
  position: relative;
}

.flow-content-right::before {
  position: absolute;
  content: "";
  width: 2px;
  top: 10px;
  bottom: 30px;
  left: -60px;
  transform: translateY(0%) translateX(-50%);
  background: #FFFFFF;
}

.flow-content-txt {
  position: relative;
  padding: 49px 0;
  border-bottom: dashed 2px #FFFFFF;
}

.flow-content-txt::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 48px;
  bottom: -50px;
  left: 50%;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  background-image: url(../images/arrow.png);
}

.flow-content-txt:last-child::after {
  content: none;
}

.flow-content-txt:first-child {
  padding-top: 21px;
}

.flow-content-txt:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.flow-txt {
  position: relative;
  align-items: center;
}

.flow01::before {
  position: absolute;
  content: "";
  top: 35%;
  left: -60px;
  width: 60px;
  height: 60px;
  transform: translateY(-50%) translateX(-50%);
  background-image: url(../images/flow01.png);
  background-repeat: no-repeat;
}

.flow02::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -60px;
  width: 60px;
  height: 60px;
  transform: translateY(-50%) translateX(-50%);
  background-image: url(../images/flow02.png);
  background-repeat: no-repeat;
}

.flow03::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -60px;
  width: 60px;
  height: 60px;
  transform: translateY(-50%) translateX(-50%);
  background-image: url(../images/flow03.png);
  background-repeat: no-repeat;
}

.flow04::before {
  position: absolute;
  content: "";
  top: 70%;
  left: -60px;
  width: 60px;
  height: 60px;
  transform: translateY(-50%) translateX(-50%);
  background-image: url(../images/flow04.png);
  background-repeat: no-repeat;
}

/*------------------
pc-section-requirement
--------------------*/

.requirement-content {
  padding: 50px 140px;
  background-color: #FFFFFF;
  border-radius: 20px;
}

.requirement-list {
  display: flex;
  margin-bottom: 50px;
  align-items: baseline;
}

.requirement-list:last-child {
  margin-bottom: 0;
}

.requirement-left {
  width: 25%;
  font-size: 2.4rem;
  font-weight: 700;
}

/*------------------
pc-section-faq
--------------------*/

#sec-faq {
  padding-top: 150px;
  padding-bottom: 150px;
}

.faq-box {
  padding: 50px 80px;
  background: #FFFFFF;
  border-radius: 20px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.question {
  display: flex;
  align-items: center;
}

.answer {
  display: flex;
  align-items: center;
}

.faq-img {
  width: 10%;
}

.question-txt {
  font-size: 2.4rem;
  font-weight: 700;
}

.faq-list + .faq-list {
  margin-top: 50px;
}

.faq-txt {
  width: 100%;
}

/*------------------
pc-section-entry
--------------------*/

#sec-entry {
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #FFFFFF;
  clip-path: ellipse(130% 50% at 50% 50%);
}

.privacy-policy {
  max-width: 750px;
  width: 100%;
  height: 200px;
  margin: 50px auto;
  padding: 30px 50px;
  background-color: #FFFFFF;
  border: 1px solid #C3C3C3;
  overflow-y: scroll;
}

.privacy-policy-ttl {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}

.privacy-policy-txt p + p {
  margin-top: 30px;
}

.privacy-policy-txt a {
  color: #0014FF;
  text-decoration: underline #0014FF;
}

.form-item {
  text-align: center;
}

.btn-box {
  margin-top: 50px;
}

.btn-submit {
  padding: 12px 65px;
}

.form-part {
	position: relative;
}
.form-part + .form-part {
  margin-top: 30px;
}

.input-wrap + .input-wrap {
  margin-top: 10px;
}

.form-ttl {
  margin-bottom: 20px;
}

.form-ttl .txt {
  font-weight: 700;
}

.is-required {
  margin-left: 3%;
  font-size: 1.3rem;
  color: #FF0000;
}

#_form_d {
  width: 40%;
}

input[type="checkbox"] + span {
  position: relative;
  padding-left: 34px;
}

input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  display: block;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 0px;
  cursor: pointer;
}

input[type="checkbox"]:checked + span::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -10px;
  color: #000000;
  cursor: pointer;
  width: 25px;
  height: 10px;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(-45deg);
}

/*------------------
pc-footer
--------------------*/

.footer-content {
  display: flex;
  padding-bottom: 50px;
}

.footer-content-left {
  display: flex;
  padding-right: 78px;
  border-right: 1px solid #000000;
}

.footer-content-left .logo {
  margin-right: 78px;
}

.footer-content-right {
  padding-left: 78px;
}

.footer-explanation {
  font-size: 1.3rem;
  text-align: center;
  padding-bottom: 50px;
}

.copyright {
  font-size: 1.3rem;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #000000;
}

@media screen and (max-width: 1024px) {

body {
  min-width: 640px;
  font-size: 2rem;
}

textarea {
  height:200px;
}

.content-width {
  margin: 0 auto;
}

.ttl {
  margin-bottom: 50px;
}

.section-ttl-sub,
.section-ttl-sub-w {
  font-size: 3.6rem;
}
.section-ttl {
	font-size: 4rem;
}

.sp-only {
  display: block;
}

.top-150 {
  padding-top: 100px;
}

.btn-small {
  width:290px;
}

/*------------------
sp-section-about
--------------------*/

#sec-about {
  padding: 100px 0;
}

.about-content {
  flex-direction: column;
  row-gap: 50px;
}

.about-content-width {
  background-size: 50%;
  background-position: bottom;
}

.about-content-left {
  margin: 0 auto;
}

.about-content-right {
  max-width: 100%;
  margin: 0 auto;
}

/*------------------
sp-section-support
--------------------*/

#sec-support {
  margin-top: -1px;
  padding-bottom: 90px;
}

.support-content-ttl {
  margin-top: 20px;
  margin-bottom: 20px;
}

.support-list-box {
  width: 48%;
  padding: 10px;
}

/*------------------
sp-section-schedule
--------------------*/

.schedule-list {
  font-size: 2rem;
  flex-direction: column;
}

.schedule-content {
  padding: 30px;
}

.schedule-right {
  padding-left: 24px;
}

/*------------------
sp-section-flow
--------------------*/

.flow-content {
  flex-direction: column;
  row-gap: 50px;
}

.flow-content-left {
  margin: 0 auto;
}

.flow-content-txt {
  text-align: center;
  width: 100%;
}

.flow-content-right::before {
  left: -35px;
}

.flow01::before {
  left: -35px;
}

.flow02::before {
  left: -35px;
}

.flow03::before {
  left: -35px;
}

.flow04::before {
  left: -35px;
}

/*------------------
sp-section-requirement
--------------------*/

.requirement-content {
  padding: 30px;
}

.requirement-list {
  flex-direction: column;
}

.requirement-left {
  width: 100%;
}

.requirement-right {
  font-size: 1.9rem;
  padding-left: 24px;
}

.dot-min span {
  padding-left: 0;
}

.dot-min span::before {
  top: 15px;
  left: -21px;
}

/*------------------
sp-section-faq
--------------------*/

#sec-faq {
  padding: 100px 0;
}

.faq-box {
  padding: 30px ;
}

.faq-img {
  margin-right: 25px;
}


/*------------------
sp-section-entry
--------------------*/

#sec-entry {
  padding: 100px 0;
}

/*------------------
sp-footer
--------------------*/

.footer-content {
  flex-direction: column;
}

.footer-content-left {
  flex-direction: column;
  row-gap: 20px;
  padding: 0 0 30px;
  border-right: none;
  border-bottom: 1px solid #000000;
}

.footer-content-right {
  padding: 30px 0 0;
}

.footer-explanation {
  font-size: 1.7rem;
}

.copyright {
  font-size: 1.7rem;
}

}

/*---------------------------------------------------
	for jqeuryValidation
---------------------------------------------------*/
form label.error {
	display: block;
	font-weight: bold;
	color: #f00;
	margin-top: 5px;
}

/*---------------------------------------------------
	thanks page
---------------------------------------------------*/
#sec-thanks {
	padding: 150px 0;
	text-align: center;
}