@charset "UTF-8";
body {
  font-size: 18px;
  line-height: 2.4;
}

img {
  max-width: 100%;
}

p {
  font-family: "Noto Sans JP", sans-serif;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.origin-lp {
  /*高さ・位置・透過が変化して線が上から下に動く*/
}
.origin-lp .external_link {
  display: none;
}
.origin-lp .common-y-btn {
  border: 4px solid #00AA94;
  color: #00AA94;
  background-color: #FFF00A;
  text-align: center;
  position: relative;
  display: block;
  width: 350px;
  border-radius: 140px;
  font-weight: bold;
  height: 74px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-left: auto;
  margin-right: auto; */
  margin-top: 50px;
}
.origin-lp .common-y-btn:hover {
  opacity: 0.7;
}
.origin-lp .common-y-btn:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 16px;
  margin-right: 20px;
  height: 16px;
  background: url("../image/open_in_new_FILL1_wght400_GRAD0_opsz24.png") no-repeat 0 0;
  display: none;
}
.origin-lp .text-head {
  font-size: 32px;
  text-align: center;
  height: 300px;
  background-position: bottom center;
  background-repeat: no-repeat;
  font-family: "Zen Maru Gothic", serif;
}
.origin-lp .mainv {
  background-color: #F3F2E1;
  text-align: center;
  padding: 5%;
}
.origin-lp .about {
  background-color: #F3F2E1;
  text-align: center;
}
.origin-lp .mainv_txt {
  margin-top: 100px;
  padding: 100px 0 100px;
  font-size: 20px;
}
.origin-lp .mainv_txt span {
  text-decoration: underline;
  text-decoration-color: #FFF00A;
  text-decoration-thickness: 10px;
  text-underline-offset: -3px;
  text-underline-position: auto;
  text-decoration-skip-ink: none;
  font-family: "Zen Maru Gothic", serif;
}
.origin-lp .mainv_txt p {
  font-family: "Zen Maru Gothic", serif;
}
.origin-lp .mainv_txt .common-y-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.origin-lp .common-text {
  text-align: center;
  margin: 0 auto;
  width: 60%;
  font-size: 20px;
  line-height: 3;
}
.origin-lp .common-text .external_link {
  display: none;
}
.origin-lp .common-text .outside {
  position: relative;
  text-decoration: underline;
  display: inline-block;
  margin-right: 15px;
}
.origin-lp .common-text .outside:hover {
  text-decoration: none;
}
.origin-lp .common-text .outside:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 12px;
  margin-right: -14px;
  height: 12px;
  background: url("../image/open_in_new_FILL1_wght400_GRAD0_opsz24.png") no-repeat 0 0;
}
.origin-lp .scroll {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #00AA94;
  font-family: "Zen Maru Gothic", serif;
}
.origin-lp .scroll-line {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 2px;
  height: 50px;
  overflow: hidden;
  background-color: #FFF00A;
}
.origin-lp .scroll-line:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 50px;
  left: 0px;
  background-color: #00AA94;
  animation: scrolldown 1.4s ease-in-out infinite;
}
.origin-lp .about .text-head {
  text-align: center;
  height: 200px;
  padding-top: 100px;
  background-image: url("../image/about_bg.png");
  background-size: 100% 200px;
}
.origin-lp .about .text-box {
  background-color: #00AA94;
  color: #fff;
  line-height: 36px;
  padding-bottom: 20px;
}
.origin-lp .bcs_btn {
  background-color: #000;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  padding: 20px 5%;
  text-align: center;
  margin: 30px auto 0;
  border-radius: 50px;
}
.origin-lp .bcs_btn p {
  font-size: 20px;
}
.origin-lp .bcs_btn img {
  padding-left: 10px;
}
.origin-lp .value {
  background-color: #00AA94;
}
.origin-lp .value .text-head {
  height: 300px;
  padding-top: 250px;
  background-image: url("../image/value_bg.png");
  background-size: 100% 300px;
}
.origin-lp .value .text-head .common-text {
  font-size: 20px;
}
.origin-lp .point-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 120px 0 100px;
  background-color: #fff;
  justify-content: space-around;
}
.origin-lp .point-wrap .block {
  width: 345px;
  text-align: center;
}
.origin-lp .point-wrap .block .circle {
  width: 74px;
  height: 74px;
  text-align: center;
  display: block;
  padding-top: 13px;
  font-size: 14px;
  line-height: 21px;
  font-family: "Zen Maru Gothic", serif;
  justify-content: center;
  align-items: center;
  background: #00AA94;
  border-radius: 100px;
  color: #fff;
  z-index: 15;
  position: relative;
}
.origin-lp .point-wrap .block .circle span {
  font-size: 28px;
}
.origin-lp .point-wrap .block .point_img {
  display: flex;
  align-items: center;
  width: 257px;
  height: 257px;
  border-radius: 50%;
  background-color: #F3F2E1;
  margin: -80px auto 0;
  z-index: 10;
  position: relative;
}
.origin-lp .point-wrap .block .point_img img {
  margin: 0 auto;
  min-width: 70%;
}
.origin-lp .block h3 {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  position: relative;
  color: #00AA94;
  font-family: "Zen Maru Gothic", serif;
  display: inline-flex;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 25px;
}
.origin-lp .block h3::before, .origin-lp .block h3::after {
  position: absolute;
  top: 0.8rem;
  height: 1.8rem;
  content: "";
  color: #FFF00A;
}
.origin-lp .block h3::before {
  border-left: solid 3px;
  left: 0;
  transform: rotate(-30deg);
}
.origin-lp .block h3::after {
  border-right: solid 3px;
  right: 0;
  transform: rotate(30deg);
}
.origin-lp .point-wrap .block .text2 {
  text-align: left;
  font-size: 16px;
  margin-top: 5px;
  margin-top: 25px;
  line-height: 2;
}
.origin-lp .date .text-head {
  background-image: url("../image/date_bg.png");
  margin: 0px auto;
  padding: 100px 0;
  background-size: 100% 300px;
}
.origin-lp .date_wrap {
  background-color: #F3F2E1;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  padding-bottom: 350px;
  margin-top: -110px;
}
.origin-lp .date_wrap .date_detail {
  max-width: 966px;
  margin: 0 auto;
  background-color: #fff;
  padding-bottom: 60px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 144px;
}
.origin-lp .date_wrap .date_detail:first-child {
  margin-top: 0;
}
.origin-lp .date_wrap .date_detail .date_head {
  text-align: center;
  background-color: #00AA94;
  color: #FFF00A;
  font-size: 28px;
  font-family: "Zen Maru Gothic", serif;
  padding: 17px 0;
  line-height: 1;
}
.origin-lp .date_wrap .date_detail .date_conts {
  max-width: 760px;
  margin: 0 auto;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
.origin-lp .date_wrap .date_detail .date_conts .text {
  text-align: center;
  margin-top: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
.origin-lp .date_wrap .date_detail .date_conts .in {
  max-width: 485px;
  margin-top: 11px;
}
.origin-lp .date_wrap .date_detail .date_conts table {
  width: 100%;
  margin-top: 30px;
}
.origin-lp .date_wrap .date_detail .date_conts table th, .origin-lp .date_wrap .date_detail .date_conts table td {
  border-bottom: 1px solid #DEDEDE;
  padding: 10px 0;
  font-size: 16px;
}
.origin-lp .date_wrap .date_detail .date_conts table th {
  font-weight: bold;
  padding-left: 40px;
}
.origin-lp .date_wrap .date_detail .date_conts table td {
  padding-left: 35px;
}
.origin-lp .date_wrap .date_detail .date_conts table tr:first-child th, .origin-lp .date_wrap .date_detail .date_conts table tr:first-child td {
  border-top: 1px solid #DEDEDE;
}
.origin-lp .date_wrap .date_detail .date_conts table tr:last-child th, .origin-lp .date_wrap .date_detail .date_conts table tr:last-child td {
  border-bottom: 0;
}
.origin-lp .date_wrap .date_detail .date_conts .number-step .num {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: 20px;
}
.origin-lp .date_wrap .date_detail .date_conts .number-step .num:before {
  margin-right: 3px;
  display: block;
  content: "";
  background: #00AA94;
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  font-size: 12px;
  line-height: 1;
  margin-top: 0;
}
.origin-lp .date_wrap .date_detail .date_conts .number-step .num.num1:before {
  content: "1";
}
.origin-lp .date_wrap .date_detail .date_conts .number-step .num.num2:before {
  content: "2";
}
.origin-lp .date_wrap .date_detail .date_conts .number-step .num.num4:before {
  content: "3";
}
.origin-lp .date_wrap .date_detail .date_conts .number-step .num.num5:before {
  content: "4";
}
.origin-lp .date_wrap .date_detail .date_conts .number-step .num.num6:before {
  content: "5";
}
.origin-lp .date_wrap .date_detail .date_conts .number-step .num.num7:before {
  content: "6";
}
.origin-lp .date_wrap .date_detail .date_conts .number-step .num.num8:before {
  content: "7";
}
.origin-lp .date_wrap .date_detail .date_conts .number-step .pic {
  margin-top: 15px;
  text-align: center;
}
.origin-lp .date_wrap .date_detail .date_conts .number-step .common-y-btn {
  margin-left: auto;
  margin-right: auto;
}
.origin-lp .date_wrap .date_detail .date_conts .number-step .arw_btm {
  margin-top: 35px;
  background: #00AA94;
  height: 17.3205080757px;
  width: 30px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  /* margin: 0 auto; */
  margin-top: 45px;
  margin-bottom: 45px;
}
.origin-lp .date_wrap .date_detail .date_conts .list-wrap {
  margin-top: 60px;
}
.origin-lp .date_wrap .date_detail .date_conts .tac {
  margin: 60px 0 0;
  text-align: center;
}
.origin-lp .date_wrap .date_detail .date_conts .slider-head {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  font-family: "Zen Maru Gothic", serif;
}
.origin-lp .date_wrap .date_detail .date_conts .slider-head span {
  color: #00AA94;
  font-size: 16px;
  font-weight: bold;
}
.origin-lp .date_wrap .date_detail .date_conts .slider-all {
  margin-left: auto;
  margin-right: auto;
  max-width: 530px;
  position: relative;
  margin-top: 25px;
}
.origin-lp .date_wrap .date_detail .date_conts .slider-bottom-text {
  margin-top: 25px;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
  max-width: 530px;
}
.origin-lp .date_wrap .date_detail .date_conts .custom-swiper {
  overflow: hidden;
  border-radius: 10px;
}
.origin-lp .date_wrap .date_detail .date_conts .swiper-button-prev {
  left: -40px;
}
.origin-lp .date_wrap .date_detail .date_conts .swiper-button-next {
  right: -40px;
}
.origin-lp .date_wrap .date_detail .date_conts .swiper-button-prev,
.origin-lp .date_wrap .date_detail .date_conts .swiper-button-next {
  height: 30px;
  width: 30px;
}
.origin-lp .date_wrap .date_detail .date_conts .swiper-button-prev::after,
.origin-lp .date_wrap .date_detail .date_conts .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 28px;
  margin: auto;
  width: 28px;
}
.origin-lp .date_wrap .date_detail .date_conts .swiper-button-prev::after {
  background-image: url(../image/prev.png);
}
.origin-lp .date_wrap .date_detail .date_conts .swiper-button-next::after {
  background-image: url(../image/next.png);
}
.origin-lp .date_wrap .date_detail .date_conts .swiper-slide img {
  height: auto;
  width: 100%;
}
.origin-lp #date_box {
  background-color: #fff;
  color: gray;
  width: 70%;
  height: 300px;
  padding-top: 120px;
  margin: 0 auto;
  font-size: 30px;
  text-align: center;
  position: relative;
}
.origin-lp .news {
  color: #fff;
  background-color: #00AA94;
}
.origin-lp .news_box {
  /* width: 60%; */
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  justify-content: center;
}
.origin-lp .news .text-head {
  background-image: url("../image/news_bg.png");
  background-size: 100% 350px;
  height: 350px;
  padding-top: 300px;
  margin-top: -300px;
}
.origin-lp .news-list li {
  font-size: 18px;
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
  margin-top: 13px;
  align-items: center;
}
.origin-lp .news-list li span {
  /* padding-right: 3%; */
  font-family: "Zen Maru Gothic", serif;
}
.origin-lp .news-list li p {
  margin-left: 15px;
  font-size: 18px !important;
  /* min-width: 100%; */
  /* word-break: keep-all; */
}
.origin-lp .contact-origin {
  text-align: center;
  background-color: #00AA94;
}
.origin-lp .contact-origin .common-text {
  display: flex;
  justify-content: center;
}
.origin-lp .contact-origin .text-head {
  background-image: url("../image/contact_bg.png");
  background-size: 100% 200px;
  height: 200px;
  padding-top: 80px;
}
.origin-lp .contact_box {
  background-color: #fff;
}
.origin-lp .bnr {
  text-align: center;
  padding: 60px 0 50px;
  background-color: #fff;
}
.origin-lp .company {
  margin-top: 50px;
}
.origin-lp .company .text-head {
  background-image: url("../image/company_bg.png");
  background-position: top center;
  background-size: 100% 100px;
  height: 100px;
}
.origin-lp .company_box {
  background-color: #F3F2E1;
  text-align: center;
  padding: 0px 0 150px;
}
.origin-lp .company_box p {
  font-size: 16px !important;
  text-align: center;
  margin-top: 15px;
  line-height: 1;
}
.origin-lp .company_box p.head {
  margin-top: 50px;
}
.origin-lp .company_box p.head2 {
  margin-top: 0;
}
.origin-lp .company_box p .pdf_link {
  display: none;
}
.origin-lp .company_box div {
  display: inline-flex;
  margin: 0 auto;
}
.origin-lp .company_box strong {
  font-family: "Zen Maru Gothic", serif;
  font-size: 18px;
}
.origin-lp #footer_n {
  background-color: #F3F2E1 !important;
  margin-top: -40px;
}

@media screen and (max-width: 768px) {
  .origin-lp .common-y-btn {
    width: auto;
    border-width: 2px;
    font-size: 18px;
    height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .origin-lp .pc_only {
    display: none;
  }
  .origin-lp .sp_only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .origin-lp .text-head {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .origin-lp .mainv {
    padding: 0;
    padding-left: 6%;
    padding-right: 6%;
  }
}
@keyframes scrolldown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .origin-lp .mainv_txt {
    font-size: 16px;
    line-height: 32px;
    margin-top: 30px;
  }
  .origin-lp .common-text {
    width: 85%;
    text-align: left;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .origin-lp .about .text-head {
    height: 130px;
    padding: 50px 0 30px;
    background-size: 120% 130px;
  }
  .origin-lp .about .text-head img {
    max-width: 70%;
  }
  .origin-lp .bcs_btn {
    padding: 15px 10%;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .origin-lp .value .text-head {
    height: 100px;
    padding-top: 100px;
    background-size: 100% 100px;
  }
  .origin-lp .value .text-head .common-text {
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .origin-lp .point-wrap {
    padding-top: 160px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .origin-lp .block {
    margin: 30px 0;
  }
  .origin-lp .block h3 {
    font-size: 18px;
  }
  .origin-lp .block h3::before, .origin-lp .block h3::after {
    top: 0.3rem;
  }
  .origin-lp .point-wrap .block {
    width: 85%;
    max-width: 300px;
  }
  .origin-lp .point-wrap .block .circle {
    width: 60px;
    height: 60px;
    font-size: 10px;
    line-height: 18px;
    padding-top: 10px;
  }
  .origin-lp .point-wrap .block .circle span {
    font-size: 20px;
  }
  .origin-lp .point-wrap .block .point_img {
    width: 100%;
    height: 80vw;
    max-height: 300px;
  }
  .origin-lp .point-wrap .block .text2 {
    font-size: 14px;
    line-height: 28px;
    margin-top: 11px;
  }
}
@media screen and (max-width: 1100px) {
  .origin-lp .date_wrap {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .origin-lp .date_wrap .date_detail {
    max-width: none;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .origin-lp .date_wrap .date_detail .date_head {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .origin-lp .date_wrap .date_detail .date_conts {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .origin-lp .date_wrap .date_detail .date_conts .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .origin-lp .date_wrap .date_detail .date_conts .in {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .origin-lp .date_wrap .date_detail .date_conts table th, .origin-lp .date_wrap .date_detail .date_conts table td {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.4;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .origin-lp .date_wrap .date_detail .date_conts table th {
    padding-left: 0px;
    border-bottom: 0;
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .origin-lp .date_wrap .date_detail .date_conts table td {
    padding-left: 0;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .origin-lp .date_wrap .date_detail .date_conts table tr:first-child th, .origin-lp .date_wrap .date_detail .date_conts table tr:first-child td {
    border-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .origin-lp .date_wrap .date_detail .date_conts .slider-head {
    padding-left: 10px;
    padding-right: 10px;
  }
  .origin-lp .date_wrap .date_detail .date_conts .slider-head span {
    line-height: 1.4;
    display: inline-block;
  }
  .origin-lp .date_wrap .date_detail .date_conts .slider-all {
    max-width: 60vw;
  }
  .origin-lp .date_wrap .date_detail .date_conts .slider-bottom-text {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
  .origin-lp .date_wrap .date_detail .date_conts .number-step .pic img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .origin-lp .date_wrap .date_detail .date_conts .number-step .arw_btm {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .origin-lp .date .text-head {
    height: 100px;
    padding: 50px 0;
    background-size: 100% 100px;
  }
  .origin-lp .date_wrap {
    padding-bottom: 40px;
  }
  .origin-lp #date_box {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .origin-lp .news_box {
    width: 85%;
  }
  .origin-lp .news .text-head {
    background-image: url("../image/news_bg_sp.png");
    background-size: 100% 100px;
    height: 100px;
    padding-top: 100px;
    margin-top: 0;
  }
  .origin-lp .news-list li {
    font-size: 14px;
    align-items: flex-start;
  }
  .origin-lp .news-list li span {
    font-size: 14px;
    /* padding-right: 5%; */
  }
  .origin-lp .news-list li p {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 768px) {
  .origin-lp .contact-origin .text-head {
    background-image: url("../image/contact_bg.png");
    background-size: 100% 100px;
    height: 100px;
    padding-top: 50px;
  }
  .origin-lp .bnr {
    padding: 30px 10% 50px;
  }
}
@media screen and (max-width: 768px) {
  .origin-lp .company_box {
    font-size: 14px;
    padding: 20px 0 70px;
    margin-top: -70px;
  }
  .origin-lp .company_box strong {
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */