body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}


body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #2D2D2D;
}
body a {
  color: #2D2D2D;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}

.sp_only {
  display: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.pc_view {
  display: none;
}

@media (min-width: 768px) {
  .pc_view {
    display: block;
    position: fixed;
    background: url("../img/bg_pc.png") center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  .pc_view::after {
		content: "";
        position: absolute;
        top: 40%;
        left: 50%;
        width: 110%;
        height: 38%;
        background: #FF720C;
        background: linear-gradient(0deg, rgba(255, 114, 12, 1) 0%, rgba(255, 182, 1, 1) 100%);
        transform: rotate(6deg) translate(-50%, -50%);  }
  .pc_inner {
    box-sizing: content-box;
    max-width: 960px;
    padding: 0 2%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
  .pc_logo {
    width: 200px;
    position: absolute;
    top: 24px;
    left: 0;
  }
  .pc_ttl {
	max-width: 416px;
    padding-top: 140px;
    margin-bottom: 50px;
	}
  .pc_menu {
    max-width: 373px;
    border-top: 1px dashed #666666;
    border-bottom: 1px dashed #666666;
    margin-bottom: 24px;
  }
  .pc_menu li {
    font-size: 20px;
	  font-weight: 500;
    padding: 5px 0;
  }
  .pc_menu a {
    transition: 0.3s ease-in-out;
  }
  .pc_menu a:hover {
    font-weight: 700;
    background: linear-gradient(180deg, rgb(255, 182, 1) 0%, rgb(255, 114, 12) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .pc_btn {
    max-width: 373px;
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.25));
  }
}
.main {
  max-width: 375px;
  width: 100%;
  position: absolute;
  top: 0;
  left: calc(50% + 105px);
  right: auto;
  background: #FAFAFA;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
  min-height: 100%;
}

.inner {
  padding: 0 5%;
}

@media screen and (max-width: 1000px) {
  .main {
    position: absolute;
    left: auto;
    right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .main {
    position: relative;
    max-width: 100%;
    width: 100%;
    left: auto;
    right: auto;
    margin: 0 auto;
    box-shadow: none;
  }
}
/*----------------------------------
mv
----------------------------------*/
.mv {
  position: relative;
  background: url(../img/bg_mv.png) left top no-repeat;
  background-size: contain;
  padding-top: 20px;
  overflow: hidden;
}

.mv_logo {
  width: 37%;
  margin-left: 4%;
}

.mv_btn {
  width: 161px;
  position: fixed;
  top: 8px;
  left: calc(50% + 303px);
  filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.25));
  z-index: 100;
}

@media screen and (max-width: 1000px) {
  .mv_btn {
    left: auto;
    right: 3%;
  }
}
.mv_ttl {
  margin-top: 80px;
  width: 58.4%;
  margin-left: 4%;
  margin-bottom: 195px;
  position: relative;
  z-index: 10;
}

.mv_scroll {
  position: absolute;
  width: 12px;
  left: 4%;
  bottom:62%;
  animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove{
   0%{bottom:62%;}
   50%{bottom:60.5%;}
   00%{bottom:62%;}
}

.mv_cta {
  background: url(../img/pic_mv.png) no-repeat;
  background-size: contain;
  aspect-ratio: 750/775;
  padding: 0 5%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 40px;
  position: relative;
  z-index: 10;
}

.mv_cta_btn {
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.25));
}

.mv_slide_wrap01 {
  position: absolute;
  top: -60px;
  right: 35%;
  width: 120px;
  height: 100%;
  transform: rotate(28deg);
}
.mv_slide_wrap02 {
  position: absolute;
  top: -60px;
  right: -2.5%;
  width: 120px;
  height: 100%;
  transform: rotate(28deg);
}
.mv_slide_wrap01 .slick-list,
.mv_slide_wrap02 .slick-list {
  overflow: visible;
}

/*----------------------------------
worry
----------------------------------*/
.worry {
  background: #FAFAFA;
}

.bg_worry {
  background: url(../img/bg_worry.png) center top no-repeat;
  background-size: cover;
  padding: 40px 0 0;
}

.worry_list {
  margin-bottom: 20px;
}

/*----------------------------------
point
----------------------------------*/
.point {
  background: url(../img/bg_point.png) center top no-repeat #FAFAFA;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 116px;
}

.point_ttl {
  width: 45.3%;
  margin: 0 auto 35px;
}

.point_list li + li {
  margin-top: 16px;
}

/*----------------------------------
reason
----------------------------------*/
.reason_ttl {
  margin-bottom: -30px;
}

.bg_reason {
  background: url(../img/bg_reason.png) no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 40px;
}

.reason_list {
  margin-bottom: 40px;
}
.reason_list li + li {
  margin-top: 40px;
}

.reason_btn {
  filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.25));
}

/*----------------------------------
achievements
----------------------------------*/
.achievements {
  overflow: hidden;
  padding-bottom: 40px;
}

.achievements_ttl {
  margin-bottom: 40px;
}

.achievements_slide {
  margin-bottom: 40px;
}
.achievements_slide .item {
  background: #F7F7F7;
  border-radius: 8px;
  padding: 16px;
  position: relative;
}
.achievements_slide .item.is-active {
  background: #FFF6EB;
  border-radius: 8px;
  padding: 16px;
  position: relative;
}
.achievements_slide .slick-list {
  overflow: visible;
}
.achievements_slide .slick-slide {
  margin: 0 16px;
}
.achievements_slide .slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.achievements_slide .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.achievements_slide .slick-dots button {
  border: none;
  background: none;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 2px solid #2D2D2D;
}
.achievements_slide .slick-dots .slick-active button {
  background: #FFB601;
  background: linear-gradient(180deg, rgb(255, 182, 1) 0%, rgb(255, 114, 12) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 2px solid #FF720C;
}
.achievements_slide .slick-prev,
.achievements_slide .slick-next {
  position: absolute;
  bottom: 0%;
  cursor: pointer;
  outline: none;
  height: 32px;
  width: 32px;
}
.achievements_slide .slick-prev {
  left: 18%;
  background: url(../img/btn_prev.png) no-repeat;
  background-size: contain;
}
.achievements_slide .slick-next {
  right: 18%;
  background: url(../img/btn_next.png) no-repeat;
  background-size: contain;
}

.achievements_num {
  position: absolute;
  top: -30px;
  right: -10px;
  width: 81px;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.achievements_num p {
  font-family: Helvetica;
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  position: relative;
  z-index: 2;
  background: #FFB601;
  background: linear-gradient(180deg, rgb(255, 182, 1) 0%, rgb(255, 114, 12) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.achievements_num img {
  position: absolute;
  top: 0;
  left: 0;
  animation: 12s linear infinite rotation;
}

.achievements_list_ttl {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
.achievements_list_ttl span {
  font-size: 18px;
  font-weight: 500;
}

.tab_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.tab {
  width: 45%;
  text-align: center;
}
.tab a {
  color: #999999;
  font-weight: 600;
}

.tab01.is-active a {
  position: relative;
  color: #2D2D2D;
}
.tab01.is-active a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #2D2D2D;
}

.tab02.is-active a {
  background: #FFB601;
  background: linear-gradient(180deg, rgb(255, 182, 1) 0%, rgb(255, 114, 12) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.tab02.is-active a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FF720C;
  background: linear-gradient(280deg, rgb(255, 182, 1) 0%, rgb(255, 114, 12) 100%);
}

.panel_pic {
  margin-bottom: 10px;
}
.panel_pic img {
  border-radius: 8px;
}

.panel01 .panel_table {
  width: 100%;
}
.panel01 .panel_table th {
  vertical-align: middle;
  font-size: 12px;
}
.panel01 .panel_table td {
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  padding: 5px 0;
}
.panel01 .panel_table td p {
  display: inline-block;
  padding: 5px 2px;
}

.panel02 .panel_table {
  width: 100%;
}
.panel02 .panel_table th {
  vertical-align: middle;
  font-size: 12px;
}
.panel02 .panel_table td {
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  padding: 5px 0;
}
.panel02 .panel_table td p {
  display: inline-block;
  padding: 4px;
  background: #FF720C;
  background: linear-gradient(45deg,rgba(255, 114, 12, 1) 0%, rgba(255, 182, 1, 1) 100%);
  color: #fff;
}
.panel02 .panel_table td p em {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.panel02 .panel_table td p span {
  font-size: 15px;
  font-weight: 700;
}

.panel {
  display: none;
}

.panel.is-show {
  display: block;
}

.achievements_btn {
  filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.25));
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*----------------------------------
flow
----------------------------------*/
.flow {
  padding-bottom: 40px;
}

.flow_ttl {
  margin-bottom: 30px;
}

/*----------------------------------
form
----------------------------------*/
.form {
  background: #fefcf4;
  padding-bottom: 40px;
}

.form_ttl {
  margin-bottom: 5px;
}

.form_box {
  width: 102%;
  margin: 0 -1% 25px;
  background: #FAFAFA;
  padding: 10px;
}

.form_box label {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}

.select_box {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #F7F7F7;
}

.select_wrap {
  margin-bottom: 25px;
  position: relative;
  background: #F7F7F7;
}

.select_wrap::before {
  position: absolute;
  top: 50%;
  right: 3%;
  margin-top: -4px;
  width: 0;
  height: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #AAAAAA;
  pointer-events: none;
}
.select_wrap select {
  width: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 15px 12px;
}
.select_wrap select::-ms-expand {
  display: none;
}
.wpcf7-text,
.wpcf7-tel,
.wpcf7-email
 {
  background: #F7F7F7;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 4px;
  padding: 15px 12px;
  outline: 0;
  border: none;
  width: 100%;
}
.wpcf7-text:focus,
.wpcf7-tel:focus,
.wpcf7-email:focus {
  outline: 2px #ff9407 solid;
}

.form_note {
  font-size: 12px;
  color: #AAAAAA;
  margin-bottom: 40px;
}
.form_note a {
  color: #00B894;
  text-decoration: underline;
}

.btn_contact {
    background: url(../img/btn_contact.png) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 51px;
    border: none;
    cursor: pointer;
    text-indent: -9999px;
    filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.25));
}



/*----------------------------------
footer
----------------------------------*/
.footer {
  position: sticky;
  top: 100%;
  background: #00B894;
  padding: 32px 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.footer_logo {
  width: 110px;
  margin: 0 auto 24px;
}

.footer_link {
  padding-right: 25px;
  background: url(../img/ico_link.png) right center no-repeat;
  background-size: 16px;
  color: #fff;
}

.footer_txt {
  margin-bottom: 20px;
}

.footer_copy {
  margin-top: 10px;
}


/*----------------------------------
thanks
----------------------------------*/
.main_thanks {
  background: #F0F0F0;
}

.thanks {
  padding: 20px 0 25px;
}

.thanks_ttl {
  text-align: center;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
}
.thanks_ttl::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
  width: 100px;
  height: 3px;
  background: #FF847F;
  background: linear-gradient(280deg, rgb(255, 132, 127) 0%, rgb(255, 148, 81) 50%);
}

.thanks_box {
  background: #fff;
  border-radius: 10px;
  padding: 20px 4%;
  font-size: 14px;
  margin-bottom: 25px;
}
.thanks_box span {
  font-weight: 700;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */