/* ======================================================================
lp
====================================================================== */
body {
  background: url(../img/sec2-bg.png);
  background-repeat: repeat;
}

.l_header {
  position: absolute;
  padding: 20px 30px;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
}
.l_header.fixed {
  position: fixed;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .l_header {
    background: #fff;
    position: fixed;
    padding: 15px 4.6875vw;
    z-index: 100;
  }
}
.l_header_inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l_header_btn {
  background: #FA7F15;
  font-size: 18px;
  color: #fff !important;
  font-weight: 600;
  width: 300px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  transition: all .3s linear;
}
@media screen and (max-width: 768px) {
  .l_header_btn {
    width: 171px;
    height: 30px;
    font-size: 14px;
  }
}
.l_header_btn:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .l_header_btn:hover {
    opacity: 1;
  }
}

.l_main_visual {
  padding: 170px 70px 0;
  height: 540px;
  background: url(../img/mvbg.png);
  background-size: cover;
  position: relative;
  transition: all .2s linear;
}
@media screen and (min-width: 1575px) {
  .l_main_visual {
    padding: 170px 8vw 0;
  }
}
@media screen and (max-width: 768px) {
  .l_main_visual {
    background: linear-gradient(to bottom, #fff 0%, #fff 80%, #fff 80%, rgba(255, 255, 255, 0) 100%);
    height: auto;
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .l_main_visual h1 {
    width: 80vw;
    margin: 0 auto;
  }
  .l_main_visual h1 img {
    max-width: 100%;
  }
}
.l_main_visual .u-sp {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .l_main_visual .u-sp {
    padding: 0 4.6875vw;
  }
  .l_main_visual .u-sp img {
    max-width: 100%;
  }
}
.l_main_visual_ico {
  position: absolute;
  bottom: -30px;
  right: 70px;
}
@media screen and (max-width: 768px) {
  .l_main_visual_ico {
    bottom: -40px;
    right: 4.6875vw;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

.u-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

@media screen and (max-width: 1126px) {
  .l_content,
  .l_container {
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  #lp {
    overflow: hidden;
  }
}
#lp .c-ico-1 {
  width: 90px;
  height: 90px;
  background: #3DA21E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}
#lp .c-ico-1-sml {
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: bold;
  transform: translateX(2px);
}
#lp .c-ico-1-big {
  color: #fff;
  font-size: 41px;
  font-weight: 700;
  line-height: 1;
}
#lp .lead-area {
  padding: 40px 0 0;
}
@media screen and (max-width: 768px) {
  #lp .lead-area {
    padding: 45px 4.6875vw 30px;
  }
}
#lp .lead-area-txt {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #lp .lead-area-txt {
    font-size: 22px;
  }
}
#lp .lead-area-txt .strong {
  display: inline-block;
  margin: 0 5px;
  font-size: 32px;
  color: #3DA21E;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lp .lead-area-txt .strong {
    font-size: 28px;
  }
}
#lp .lead-area-txt .strong.strong1:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: url(../img/underbar1.svg);
}
@media screen and (max-width: 768px) {
  #lp .lead-area-txt .strong.strong1:before {
    content: url(../img/sp/underbar1.svg);
  }
}
#lp .lead-area-txt .strong.strong2:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: url(../img/underbar2.svg);
}
@media screen and (max-width: 768px) {
  #lp .lead-area-txt .strong.strong2:before {
    content: url(../img/sp/underbar2.svg);
  }
}
#lp .c-ttl-1 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  position: relative;
  letter-spacing: .07em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #lp .c-ttl-1 {
    letter-spacing: .07em;
    font-size: 24px;
    line-height: 1.5;
  }
}
#lp .c-ttl-1:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: url(../img/sec1-ttl.svg);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #lp .c-ttl-1:before {
    content: url(../img/sp/sec1-ttl.svg);
  }
}
#lp .c-ttl-1 span {
  font-size: 40px;
  color: #3DA21E;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lp .c-ttl-1 span {
    font-size: 28px;
  }
}
#lp .c-ttl-1 span:before {
  position: absolute;
  bottom: -20px;
  left: 0;
  content: url(../img/underbar3.svg);
}
@media screen and (max-width: 768px) {
  #lp .c-ttl-1 span:before {
    content: url(../img/sp/underbar3.svg);
  }
}
#lp .c-ttl-2 {
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #lp .c-ttl-2 {
    font-size: 24px;
    margin: 10px 0 0;
  }
}
#lp .c-suggest {
  width: 1126px;
  margin: 0 auto;
  background: #FAF7F0;
  padding: 25px 35px;
}
@media screen and (max-width: 1126px) {
  #lp .c-suggest {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #lp .c-suggest {
    width: 95%;
    margin: 0 2.5vw;
    padding: 20px;
  }
}
#lp .c-suggest-ttl {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
#lp .c-suggest-ttl-inner {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #FDE787 60%);
  position: relative;
}
#lp .c-suggest-ttl-inner:before {
  content: url(../img/ttl-before.svg);
  position: absolute;
  top: 2px;
  left: -50px;
}
@media screen and (max-width: 768px) {
  #lp .c-suggest-ttl-inner:before {
    top: 2px;
    left: -20px;
    content: url(../img/sp/ttl-before.svg);
  }
}
#lp .c-suggest-ttl-inner:after {
  content: url(../img/ttl-after.svg);
  position: absolute;
  top: -8px;
  right: -90px;
}
@media screen and (max-width: 768px) {
  #lp .c-suggest-ttl-inner:after {
    top: 2px;
    right: -20px;
    content: url(../img/sp/ttl-after.svg);
  }
}
#lp .c-suggest-lists {
  width: 825px;
  gap: 10px;
  display: flex;
  margin: 20px auto 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 825px) {
  #lp .c-suggest-lists {
    width: 768px;
  }
}
@media screen and (max-width: 768px) {
  #lp .c-suggest-lists {
    width: 100%;
    flex-direction: column;
  }
}
#lp .c-suggest-list {
  width: 50%;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 0 25px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #lp .c-suggest-list {
    width: 100%;
    font-size: 16px;
  }
}
#lp .c-suggest-list:nth-of-type(1), #lp .c-suggest-list:nth-of-type(3) {
  width: calc(45% - 5px);
}
@media screen and (max-width: 768px) {
  #lp .c-suggest-list:nth-of-type(1), #lp .c-suggest-list:nth-of-type(3) {
    width: 100%;
  }
}
#lp .c-suggest-list:nth-of-type(2), #lp .c-suggest-list:nth-of-type(4) {
  width: calc(55% - 5px);
}
@media screen and (max-width: 768px) {
  #lp .c-suggest-list:nth-of-type(2), #lp .c-suggest-list:nth-of-type(4) {
    width: 100%;
  }
}
#lp .c-suggest-list:before {
  content: url(../img/ico-chack.svg);
  position: absolute;
  top: 1px;
  left: 0;
}
#lp .sec1-topimg {
  width: 100%;
}
#lp .sec1-underimg {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #lp .sec1-underimg {
    vertical-align: baseline;
  }
}
#lp .sec1_bg {
  padding: 80px 0 60px;
  background: url(../img/sec1-bg.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #lp .sec1_bg {
    background: url(../img/sp/sec1-bg.png);
    padding: 80px 0 40px;
    background-size: cover;
  }
}
#lp .sec1_outer {
  width: 1126px;
  margin: 0 auto;
  padding: 10px 10px 0;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1126px) {
  #lp .sec1_outer {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec1_outer {
    width: 95%;
    margin: 0 2.5vw;
    padding: 5px 5px 0;
  }
}
#lp .sec1_inner {
  padding: 60px 0;
  border: 1px solid #3DA21E;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #lp .sec1_inner {
    padding: 60px 15px;
  }
}
#lp .sec1 .c-ico-1 {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
#lp .sec1 .c-ttl-1:before {
  top: -20px;
}
@media screen and (max-width: 768px) {
  #lp .sec1 .c-ttl-1:before {
    top: 0;
  }
}
#lp .sec1_lead {
  margin: 30px 0 20px;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
  #lp .sec1_lead {
    text-align: left;
  }
}
#lp .sec1_imgbox1 {
  margin: 0 auto 30px;
  width: 780px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  #lp .sec1_imgbox1 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec1_imgbox1 {
    width: 100%;
  }
}
#lp .sec1_imgbox1 img {
  max-width: 100%;
}
#lp .sec1_imgbox2 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #lp .sec1_imgbox2 img {
    max-width: 100%;
  }
}
#lp .sec1_imgbox2.arrow {
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  #lp .sec1_imgbox2.arrow {
    margin: 10px 0;
  }
}
#lp .sec1_imgbox_txt {
  font-size: 12px;
  text-align: right;
  width: 46%;
  margin: 0 auto;
}
#lp .sec1_flex1 {
  margin: 30px 0 0;
}
#lp .sec1_flex {
  display: flex;
  gap: 10px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  #lp .sec1_flex {
    flex-wrap: wrap;
    padding: 0;
  }
}
#lp .sec1_flex_item {
  border-radius: 5px;
  display: flex;
  overflow: hidden;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lp .sec1_flex_item {
    width: 100%;
    flex-direction: column;
  }
}
#lp .sec1_flex_item_ttl {
  width: 137px;
  background: #7EB329;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #lp .sec1_flex_item_ttl {
    width: 100%;
  }
  #lp .sec1_flex_item_ttl_wrap {
    display: flex;
    gap: 0 5px;
    padding: 6px 5px 5px 5px;
  }
}
#lp .sec1_flex_item_ttl1 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #lp .sec1_flex_item_ttl1 {
    line-height: 1;
    font-size: 22px;
  }
}
#lp .sec1_flex_item_ttl2 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 999px;
  padding: 5px 10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #lp .sec1_flex_item_ttl2 {
    align-self: center;
  }
}
#lp .sec1_flex_item_txt {
  width: calc(100% - 137px);
  background: #FCFAE8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 20px 25px;
}
@media screen and (max-width: 768px) {
  #lp .sec1_flex_item_txt {
    width: 100%;
    padding: 20px 0 40px 0;
  }
}
#lp .sec1_flex_item_etc {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #lp .sec1_flex_item_etc {
    right: 10px;
    bottom: 15px;
  }
}
#lp .sec1_flex_item_list {
  position: relative;
  font-weight: 700;
  line-height: 1.5;
}
#lp .sec1_flex_item_list + .sec1_flex_item_list {
  margin: 5px 0 0;
}
#lp .sec1_flex_item_list:before {
  content: "";
  width: 15px;
  height: 2px;
  background: #3DA21E;
  position: absolute;
  top: 50%;
  left: -20px;
}
#lp .sec1_flex2 {
  margin: 10px 0 0 0;
}
#lp .sec1_flex2 .sec1_flex_item_ttl {
  width: 116px;
}
@media screen and (max-width: 768px) {
  #lp .sec1_flex2 .sec1_flex_item_ttl {
    width: 100%;
  }
}
#lp .sec1_flex2 .sec1_flex_item_txt {
  width: calc(100% - 116px);
}
@media screen and (max-width: 768px) {
  #lp .sec1_flex2 .sec1_flex_item_txt {
    width: 100%;
  }
}
#lp .sec2_bg {
  padding: 80px 0 60px;
}
#lp .sec2_outer {
  width: 1126px;
  margin: 0 auto;
  padding: 10px 10px 0;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1126px) {
  #lp .sec2_outer {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec2_outer {
    padding: 5px 5px 0;
    width: 95%;
    margin: 0 2.5vw;
  }
}
#lp .sec2_inner {
  padding: 60px 0 50px;
  border: 1px solid #3DA21E;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #lp .sec2_inner {
    padding: 60px 15px 40px;
  }
}
#lp .sec2 .c-ico-1 {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
#lp .sec2 .c-ttl-1 span:before {
  content: url(../img/underbar4.svg);
}
@media screen and (max-width: 768px) {
  #lp .sec2 .c-ttl-1 span:before {
    content: url(../img/sp/underbar4.svg);
  }
}
#lp .sec2 .c-ttl-1:before {
  top: -20px;
  content: url(../img/sec2-ttl.svg);
}
@media screen and (max-width: 768px) {
  #lp .sec2 .c-ttl-1:before {
    top: 0;
    content: url(../img/sp/sec2-ttl.svg);
  }
}
#lp .sec2_lead {
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
  #lp .sec2_lead {
    text-align: left;
  }
}
#lp .sec2 .tags {
  width: 800px;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #lp .sec2 .tags {
    width: 100%;
    flex-direction: column;
  }
}
#lp .sec2 .tags .tag {
  font-size: 16px;
  border: 1px solid #5AC02F;
  line-height: 1;
  padding: 5px 10px 6px;
  border-radius: 999px;
}
@media screen and (max-width: 768px) {
  #lp .sec2 .tags .tag {
    padding: 5px 15px 6px;
    font-size: 14px;
    width: max-content;
  }
  #lp .sec2 .tags .tag_etc {
    text-align: right;
  }
}
#lp .sec2_center {
  margin: 5px 0 0;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #lp .sec2_center {
    margin: 0;
  }
}
#lp .sec2_flex {
  display: flex;
  width: 845px;
  margin: 40px auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1126px) {
  #lp .sec2_flex {
    margin: 20px auto 0;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  #lp .sec2_flex {
    width: 100%;
    flex-wrap: wrap;
  }
}
#lp .sec2_flex:before {
  content: url(../img/sec2-dots.svg);
  position: absolute;
  z-index: -1;
  bottom: -17px;
  right: -10px;
}
@media screen and (max-width: 768px) {
  #lp .sec2_flex:before {
    display: none;
  }
}
#lp .sec2_flex_imgbox {
  width: 400px;
}
@media screen and (max-width: 768px) {
  #lp .sec2_flex_imgbox {
    width: 100%;
  }
}
#lp .sec2_flex_imgbox img {
  max-width: 100%;
}
#lp .sec2_flex_txtbox {
  width: calc(100% - 400px);
  padding: 30px 45px;
  background: #F8F8F8;
}
@media screen and (max-width: 768px) {
  #lp .sec2_flex_txtbox {
    width: 100%;
    padding: 7px 13px 10px;
  }
}
#lp .sec2_flex_txtflex {
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  #lp .sec2_flex_txtflex {
    gap: 0 10px;
  }
}
#lp .sec2_flex_txtflex:first-of-type .tag {
  margin: 25px 0 0;
}
#lp .sec2_flex_txtflex:not(:first-of-type) .tag {
  margin: 30px 0 0;
}
#lp .sec2_flex_txtflex .tag {
  line-height: 1;
  padding: 6px 12px 7px;
  font-size: 18px;
  font-weight: 700;
  align-self: flex-start;
  background: #331905;
  border-radius: 999px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #lp .sec2_flex_txtflex .tag {
    font-size: 14px;
  }
}
#lp .sec2_flex_txtflex .txt1 {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #lp .sec2_flex_txtflex .txt1 {
    font-size: 14px;
  }
}
#lp .sec2_flex_txtflex .txt1 .big {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  #lp .sec2_flex_txtflex .txt1 .big {
    font-size: 32px;
  }
}
#lp .sec2_flex_txtflex .txtbox .txt1 {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #lp .sec2_flex_txtflex .txtbox .txt1 {
    font-size: 14px;
  }
}
#lp .sec2_flex_txtflex .txtbox .txt1 .big {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  #lp .sec2_flex_txtflex .txtbox .txt1 .big {
    font-size: 32px;
  }
}
#lp .sec2_flex_txtflex .txtbox .txt2 {
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #lp .sec2_flex_txtflex .txtbox .txt2 {
    font-size: 14px;
  }
}
#lp .sec2_flex_txtflex .txtbox .txt2 .big {
  font-size: 55px;
  color: #ED8D1D;
}
@media screen and (max-width: 768px) {
  #lp .sec2_flex_txtflex .txtbox .txt2 .big {
    font-size: 46px;
  }
}
#lp .sec2 .c-suggest {
  background: #E7F7E1;
}
#lp .sec2 .c-suggest-lists {
  width: 700px;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #lp .sec2 .c-suggest-lists {
    width: 100%;
  }
}
#lp .sec2 .c-suggest-lists .c-suggest-list {
  width: 100%;
}
#lp .sec3-topimg {
  width: 100%;
}
#lp .sec3-underimg {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #lp .sec3-underimg {
    vertical-align: top;
  }
}
#lp .sec3_bg {
  padding: 80px 0 60px;
  background: url(../img/sec1-bg.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #lp .sec3_bg {
    padding: 80px 0 40px;
  }
}
#lp .sec3_outer {
  width: 1126px;
  margin: 0 auto;
  padding: 10px 10px 0;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1126px) {
  #lp .sec3_outer {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec3_outer {
    width: 95%;
    padding: 5px 5px 0;
    margin: 0 2.5vw;
  }
}
#lp .sec3_inner {
  padding: 60px 0 40px;
  border: 1px solid #3DA21E;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #lp .sec3_inner {
    padding: 60px 15px 40px;
  }
}
#lp .sec3 .c-ico-1 {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
#lp .sec3 .c-ttl-1:before {
  content: url(../img/sec3-ttl.svg);
  top: -20px;
}
@media screen and (max-width: 768px) {
  #lp .sec3 .c-ttl-1:before {
    top: 0;
    content: url(../img/sp/sec3-ttl.svg);
  }
}
#lp .sec3 .c-ttl-1 span {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  #lp .sec3 .c-ttl-1 span {
    font-size: 28px;
    line-height: 1.5;
  }
}
#lp .sec3 .c-ttl-1 span:before {
  content: url(../img/underbar5.svg);
}
@media screen and (max-width: 768px) {
  #lp .sec3 .c-ttl-1 span:before {
    content: "";
  }
}
@media screen and (max-width: 768px) {
  #lp .sec3 .c-ttl-1 span.border1:before {
    content: url(../img/sp/underbar5-1.svg);
    position: absolute;
    bottom: -10px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec3 .c-ttl-1 span.border2:before {
    content: url(../img/sp/underbar5-2.svg);
    bottom: -10px;
  }
}
#lp .sec3_lead {
  margin: 30px 0 20px;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
  #lp .sec3_lead {
    text-align: left;
  }
}
#lp .sec3_imgbox1 {
  margin: 0 auto 30px;
  width: 780px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  #lp .sec3_imgbox1 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec3_imgbox1 {
    width: 100%;
  }
}
#lp .sec3_imgbox1 img {
  max-width: 100%;
}
#lp .sec3_flex {
  width: 1046px;
  margin: 0 auto;
  background: #F5F5F5;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1046px) {
  #lp .sec3_flex {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec3_flex {
    width: 100%;
    border-radius: 10px 10px 0 0;
    flex-direction: column;
    padding: 0 0 15px;
  }
}
#lp .sec3_flex_item1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  background: #3DA21E;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #lp .sec3_flex_item1 {
    width: 200px;
  }
}
@media screen and (max-width: 800px) {
  #lp .sec3_flex_item1 {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec3_flex_item1 {
    width: 100%;
    padding: 30px 0 20px;
  }
}
#lp .sec3_flex_item1 .txt1 {
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #lp .sec3_flex_item1 .txt1 {
    font-size: 14px;
  }
}
#lp .sec3_flex_item1 .txt2 {
  color: #fff;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  #lp .sec3_flex_item1 .txt2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  #lp .sec3_flex_item1 .txt2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec3_flex_item1 .txt2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec3_flex img {
    max-width: 100%;
  }
}
#lp .sec3_flex_item2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #lp .sec3_flex_item2 {
    margin: 10px 0 20px;
  }
}
#lp .sec3_flex_item2 .txt3 {
  padding: 0 40px;
  writing-mode: tb;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .3em;
}
@media screen and (max-width: 768px) {
  #lp .sec3_flex_item2 .txt3 {
    writing-mode: initial;
  }
}
#lp .sec3_flex_item3 {
  padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
  #lp .sec3_flex_item3 {
    padding: 0 10px;
  }
}
#lp .sec3_flex_item3 .txtrow1 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #lp .sec3_flex_item3 .txtrow1 {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec3_flex_item3 .txtrow1._another {
    flex-wrap: nowrap;
    align-items: initial;
  }
  #lp .sec3_flex_item3 .txtrow1._another .green {
    display: flex;
    align-items: center;
    align-self: stretch;
  }
  #lp .sec3_flex_item3 .txtrow1._another .bgw {
    padding: 0;
    text-align: center;
  }
}
#lp .sec3_flex_item3 .txtrow1:not(:first-of-type) {
  margin: 20px 0 0;
  position: relative;
}
#lp .sec3_flex_item3 .txtrow1:not(:first-of-type):before {
  content: url(../img/underline6.svg);
  position: absolute;
  top: -33px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #lp .sec3_flex_item3 .txtrow1:not(:first-of-type):before {
    display: none;
  }
}
#lp .sec3_flex_item3 .txtrow1 .green {
  color: #fff;
  font-weight: 700;
  border-radius: 2px 0 0 2px;
  background: #3DA21E;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  #lp .sec3_flex_item3 .txtrow1 .green {
    display: flex;
    align-items: center;
    align-self: stretch;
    font-size: 12px;
  }
}
#lp .sec3_flex_item3 .txtrow1 .bgw {
  padding: 0 10px;
  background: #fff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #lp .sec3_flex_item3 .txtrow1 .bgw {
    padding: 0 5px;
    width: calc(100% - 56px);
  }
}
#lp .sec3_flex_item3 .txtrow1 .red {
  display: inline-block;
  margin: 0 5px;
  border-radius: 999px;
  padding: 2px 8px;
  background: #A21E1E;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
#lp .sec3_flex_item3 .txtrow1 .blue {
  display: inline-block;
  margin: 0 5px;
  border-radius: 999px;
  padding: 2px 8px;
  background: #1DA27E;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
#lp .sec3_flex_item3 .txtrow1 .underbar {
  font-size: 12px;
  font-weight: 700;
  color: #8D3D01;
  position: relative;
  margin: 0 0 0 10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #lp .sec3_flex_item3 .txtrow1 .underbar {
    margin: 10px 0 0;
  }
}
#lp .sec3_flex_item3 .txtrow1 .underbar:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #8D3D01;
  position: absolute;
  bottom: -4px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #lp .sec3_flex_item3 .txtrow2 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec3_flex_item3 .txtrow2._another .u-sp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #lp .sec3_flex_item3 .txtrow2._another .u-sp img {
    margin: 5px 0 0;
    width: fit-content;
  }
  #lp .sec3_flex_item3 .txtrow2._another .u-sp .txtflex {
    display: flex;
  }
  #lp .sec3_flex_item3 .txtrow2._another .u-sp .txt4 {
    font-size: 16px;
  }
  #lp .sec3_flex_item3 .txtrow2._another .u-sp .txt4 .strong {
    font-size: 18px;
  }
}
#lp .sec3_flex_item3 .txtrow2.mt10 {
  margin-top: 5px;
}
#lp .sec3_flex_item3 .txtrow2 .txt4 {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #lp .sec3_flex_item3 .txtrow2 .txt4 {
    margin: 10px 0 0;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 14px;
  }
}
#lp .sec3_flex_item3 .txtrow2 .txt5 {
  font-size: 24px;
  font-weight: 700;
  color: #ED8D1E;
}
@media screen and (max-width: 768px) {
  #lp .sec3_flex_item3 .txtrow2 .txt5 {
    font-size: 28px;
  }
}
#lp .sec3_flex_item3 .txtrow2 .txt6 {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #lp .sec3_flex_item3 .txtrow2 .txt6 .u-sp {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec3_flex_item3 > .u-sp {
    margin: 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #lp .sec3_flex_item3 > .u-sp img {
    width: 100%;
  }
}
#lp .sec3 .c-suggest-lists {
  width: 840px;
}
@media screen and (max-width: 840px) {
  #lp .sec3 .c-suggest-lists {
    width: 768px;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec3 .c-suggest-lists {
    width: 100%;
  }
}
#lp .sec3 .c-suggest-lists .c-suggest-list:nth-of-type(1), #lp .sec3 .c-suggest-lists .c-suggest-list:nth-of-type(3) {
  width: calc(55% - 5px);
}
@media screen and (max-width: 768px) {
  #lp .sec3 .c-suggest-lists .c-suggest-list:nth-of-type(1), #lp .sec3 .c-suggest-lists .c-suggest-list:nth-of-type(3) {
    width: 100%;
  }
}
#lp .sec3 .c-suggest-lists .c-suggest-list:nth-of-type(2) {
  width: calc(40% - 5px);
}
@media screen and (max-width: 768px) {
  #lp .sec3 .c-suggest-lists .c-suggest-list:nth-of-type(2) {
    width: 100%;
  }
}
#lp .sec4_bg {
  padding: 80px 0 60px;
}
@media screen and (max-width: 768px) {
  #lp .sec4_bg {
    padding: 80px 2.5vw 40px;
  }
}
#lp .sec4_outer {
  width: 1126px;
  margin: 0 auto;
  padding: 10px 10px 0;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1126px) {
  #lp .sec4_outer {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec4_outer {
    width: 100%;
  }
}
#lp .sec4_inner {
  padding: 60px 0 50px;
  border: 1px solid #3DA21E;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #lp .sec4_inner {
    padding: 60px 15px 40px;
  }
}
#lp .sec4 .c-ico-1 {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #lp .sec4 .c-ttl-1 {
    letter-spacing: .07em;
  }
}
#lp .sec4 .c-ttl-1 span:before {
  content: url(../img/underbar7.svg);
}
@media screen and (max-width: 768px) {
  #lp .sec4 .c-ttl-1 span:before {
    bottom: -10px;
    content: url(../img/sp/underbar7.svg);
  }
}
#lp .sec4 .c-ttl-1:before {
  top: -20px;
  content: url(../img/sec4-ttl.svg);
}
@media screen and (max-width: 768px) {
  #lp .sec4 .c-ttl-1:before {
    top: 0;
    content: url(../img/sp/sec4-ttl.svg);
  }
}
#lp .sec4_lead {
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
  #lp .sec4_lead {
    text-align: left;
  }
}
#lp .sec4_leadsub {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #lp .sec4_leadsub {
    margin: 5px 0 0 0;
    display: block;
    padding: 0 0 0 1em;
    text-indent: -1em;
  }
}
#lp .sec4 .tags {
  width: 800px;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-weight: 700;
}
#lp .sec4 .tags .tag {
  font-size: 16px;
  border: 1px solid #5AC02F;
  line-height: 1;
  padding: 5px 10px 6px;
  border-radius: 999px;
}
#lp .sec4_center {
  margin: 5px 0 0;
  font-size: 12px;
  text-align: center;
}
#lp .sec4_flex {
  display: flex;
  width: 845px;
  margin: 40px auto 0;
  position: relative;
  z-index: 1;
}
#lp .sec4_flex:before {
  content: url(../img/sec2-dots.svg);
  position: absolute;
  z-index: -1;
  bottom: -10px;
  right: -10px;
}
#lp .sec4_flex_imgbox {
  width: 400px;
}
#lp .sec4_flex_imgbox img {
  max-width: 100%;
}
#lp .sec4_flex_txtbox {
  width: calc(100% - 400px);
  padding: 30px 45px;
  background: #F8F8F8;
}
#lp .sec4_flex_txtflex {
  display: flex;
  gap: 0 20px;
}
#lp .sec4_flex_txtflex:first-of-type .tag {
  margin: 25px 0 0;
}
#lp .sec4_flex_txtflex:not(:first-of-type) .tag {
  margin: 30px 0 0;
}
#lp .sec4_flex_txtflex .tag {
  line-height: 1;
  padding: 6px 12px 7px;
  font-size: 18px;
  font-weight: 700;
  align-self: flex-start;
  background: #331905;
  border-radius: 999px;
  color: #fff;
}
#lp .sec4_flex_txtflex .txt1 {
  font-size: 16px;
  font-weight: 700;
}
#lp .sec4_flex_txtflex .txt1 .big {
  font-size: 40px;
}
#lp .sec4_flex_txtflex .txtbox .txt1 {
  font-size: 20px;
  font-weight: 700;
}
#lp .sec4_flex_txtflex .txtbox .txt1 .big {
  font-size: 40px;
}
#lp .sec4_flex_txtflex .txtbox .txt2 {
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
}
#lp .sec4_flex_txtflex .txtbox .txt2 .big {
  font-size: 55px;
  color: #ED8D1D;
}
#lp .sec4_teacher {
  width: 1046px;
  margin: 0 auto;
  display: flex;
  gap: 40px 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1046px) {
  #lp .sec4_teacher {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec4_teacher {
    width: 100%;
    gap: 30px 0;
  }
}
#lp .sec4_teacher_flex {
  width: calc(50% - 10px);
  display: flex;
}
@media screen and (max-width: 768px) {
  #lp .sec4_teacher_flex {
    width: 100%;
    flex-direction: column;
  }
}
#lp .sec4_teacher_imgbox {
  width: 186px;
}
@media screen and (max-width: 768px) {
  #lp .sec4_teacher_imgbox {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
}
#lp .sec4_teacher_imgbox img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  #lp .sec4_teacher_imgbox img {
    width: 120px;
  }
}
#lp .sec4_teacher_txtbox {
  width: calc(100% - 186px);
  padding: 0 0 0 30px;
}
@media screen and (max-width: 768px) {
  #lp .sec4_teacher_txtbox {
    width: 100%;
    padding: 0;
    margin: 10px 0 0;
  }
}
#lp .sec4_teacher_name {
  font-size: 22px;
  font-weight: 700;
  padding: 0 0 0 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lp .sec4_teacher_name {
    font-size: 20px;
    padding: 0 0 0 20px;
  }
}
#lp .sec4_teacher_name:before {
  content: "";
  width: 20px;
  height: 2px;
  border-radius: 999px;
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  background: #3DA21E;
}
@media screen and (max-width: 768px) {
  #lp .sec4_teacher_name:before {
    width: 15px;
  }
}
#lp .sec4_teacher_name .green {
  font-size: 16px;
  color: #3DA21E;
  display: inline-block;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  #lp .sec4_teacher_name .green {
    margin: 0 0 0 5px;
  }
}
#lp .sec4_teacher_desc {
  font-size: 14px;
}
#lp .sec4 .c-suggest {
  background: #E7F7E1;
}
@media screen and (max-width: 768px) {
  #lp .sec4 .c-suggest {
    margin: 0;
    width: 100%;
  }
}
#lp .sec4 .c-suggest-lists {
  width: 840px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 840px) {
  #lp .sec4 .c-suggest-lists {
    width: 768px;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec4 .c-suggest-lists {
    width: 100%;
  }
}
#lp .sec4 .c-suggest-lists .c-suggest-list:nth-of-type(1) {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #lp .sec4 .c-suggest-lists .c-suggest-list:nth-of-type(1) {
    width: 100%;
  }
}
#lp .sec4 .c-suggest-lists .c-suggest-list:nth-of-type(2) {
  width: 39%;
}
@media screen and (max-width: 768px) {
  #lp .sec4 .c-suggest-lists .c-suggest-list:nth-of-type(2) {
    width: 100%;
  }
}
#lp .sec4 .c-suggest-lists .c-suggest-list:nth-of-type(3) {
  width: 26%;
}
@media screen and (max-width: 768px) {
  #lp .sec4 .c-suggest-lists .c-suggest-list:nth-of-type(3) {
    width: 100%;
  }
}
#lp .sec5-topimg {
  width: 100%;
}
#lp .sec5-underimg {
  width: 100%;
}
#lp .sec5_bg {
  padding: 80px 0 60px;
  background: url(../img/sec1-bg.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #lp .sec5_bg {
    padding: 80px 15px 40px;
  }
}
#lp .sec5_outer {
  width: 1126px;
  margin: 0 auto;
  padding: 10px 10px 0;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1126px) {
  #lp .sec5_outer {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec5_outer {
    width: 100%;
    padding: 5px 5px 0;
  }
}
#lp .sec5_inner {
  padding: 60px 0 40px;
  border: 1px solid #3DA21E;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #lp .sec5_inner {
    overflow: hidden;
    padding: 60px 15px 20px;
  }
}
#lp .sec5 .c-ico-1 {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
#lp .sec5 .c-ttl-1:before {
  content: url(../img/sec5-ttl.svg);
  top: -20px;
}
@media screen and (max-width: 768px) {
  #lp .sec5 .c-ttl-1:before {
    content: url(../img/sp/sec5-ttl.svg);
  }
}
#lp .sec5 .c-ttl-1 span {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  #lp .sec5 .c-ttl-1 span {
    font-size: 28px;
  }
}
#lp .sec5 .c-ttl-1 span:before {
  content: url(../img/underbar8.svg);
}
@media screen and (max-width: 768px) {
  #lp .sec5 .c-ttl-1 span:before {
    bottom: -13px;
    content: url(../img/sp/underbar8.svg);
  }
}
#lp .sec5_lead {
  margin: 30px 0 20px;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
  #lp .sec5_lead {
    text-align: left;
  }
}
#lp .sec5_imgbox1 {
  margin: 0 auto 30px;
  width: 780px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  #lp .sec5_imgbox1 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec5_imgbox1 {
    width: 100%;
  }
}
#lp .sec5_imgbox1 img {
  max-width: 100%;
}
#lp .sec5_imgbox2 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #lp .sec5_imgbox2 img {
    max-width: 100%;
  }
}
#lp .sec5_imgbox2.arrow {
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  #lp .sec5_imgbox2.arrow {
    margin: 10px 0 40px;
  }
}
#lp .sec5_flex {
  width: 1046px;
  margin: 30px auto 0;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  justify-content: space-between;
}
@media screen and (max-width: 1046px) {
  #lp .sec5_flex {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec5_flex {
    border-radius: 0;
    width: calc(100% + 30px);
    transform: translateX(-15px);
    flex-wrap: wrap;
    overflow: initial;
    gap: 55px 0;
  }
}
#lp .sec5_flex_item {
  width: calc(50% - 10px);
  padding: 30px 0 55px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #lp .sec5_flex_item {
    width: 100%;
    padding: 0 0 75px;
    border-radius: 0;
    overflow: initial;
    position: relative;
  }
}
#lp .sec5_flex_item:first-of-type {
  background: #FFF5EB;
  position: relative;
}
#lp .sec5_flex_item:first-of-type:before {
  content: url(../img/orange-dots.svg);
  position: absolute;
  bottom: -9px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #lp .sec5_flex_item:first-of-type:before {
    content: "";
    width: 100%;
    height: 245px;
    background: url(../img/orange-dots.svg);
    background-size: cover;
    background-repeat: repeat-x;
    bottom: 0;
  }
}
#lp .sec5_flex_item:not(:first-of-type) {
  background: #F4FCF0;
  position: relative;
}
#lp .sec5_flex_item:not(:first-of-type):before {
  content: url(../img/green-dots.svg);
  position: absolute;
  bottom: -9px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #lp .sec5_flex_item:not(:first-of-type):before {
    content: "";
    width: 100%;
    height: 245px;
    background: url(../img/green-dots.svg);
    background-size: cover;
    background-repeat: repeat-x;
    bottom: 0;
  }
}
#lp .sec5_flex_item:not(:first-of-type) .sec5_flex_ttl {
  background: #318D17;
}
#lp .sec5_flex_item:not(:first-of-type) .sec5_flex_txt1 .big,
#lp .sec5_flex_item:not(:first-of-type) .sec5_flex_txt2 .big {
  color: #318D17;
}
#lp .sec5_flex_item:not(:first-of-type) .sec5_flex_txt1 .bg,
#lp .sec5_flex_item:not(:first-of-type) .sec5_flex_txt2 .bg {
  background: #318D17;
}
#lp .sec5_flex_item:not(:first-of-type) .sec5_flex_txt1 .big:before {
  content: url(../img/green-arrow1.svg);
}
#lp .sec5_flex_item:not(:first-of-type) .sec5_flex_txt2 .big:before {
  content: url(../img/green-arrow2.svg);
  right: -135px;
}
#lp .sec5_flex_ttl {
  display: inline-block;
  background: #F77D01;
  font-size: 24px;
  font-weight: 700;
  border-radius: 999px;
  color: #fff;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #lp .sec5_flex_ttl {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    white-space: nowrap;
  }
}
#lp .sec5_flex_subttl {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  #lp .sec5_flex_subttl {
    font-size: 16px;
    margin: 40px 0 20px;
  }
}
#lp .sec5_flex_img {
  width: 190px;
  margin: 0 auto 45px;
}
@media screen and (max-width: 768px) {
  #lp .sec5_flex_img {
    margin: 0 auto 65px;
  }
}
#lp .sec5_flex_img img {
  max-width: 100%;
}
#lp .sec5_flex_txt1 {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #lp .sec5_flex_txt1 {
    font-size: 18px;
  }
}
#lp .sec5_flex_txt1 .big {
  font-size: 24px;
  color: #F77D01;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lp .sec5_flex_txt1 .big {
    font-size: 22px;
  }
}
#lp .sec5_flex_txt1 .big:before {
  content: url(../img/orange-arrow1.svg);
  position: absolute;
  top: -55px;
  left: 24px;
}
#lp .sec5_flex_txt1 .bg {
  background: #F77D01;
  color: #fff;
  font-size: 28px;
  border-radius: 5px;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  #lp .sec5_flex_txt1 .bg {
    font-size: 24px;
  }
}
#lp .sec5_flex_txt2 {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #lp .sec5_flex_txt2 {
    font-size: 18px;
  }
}
#lp .sec5_flex_txt2 .big {
  font-size: 24px;
  color: #F77D01;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lp .sec5_flex_txt2 .big {
    font-size: 22px;
  }
}
#lp .sec5_flex_txt2 .big:before {
  content: url(../img/orange-arrow2.svg);
  position: absolute;
  bottom: -65px;
  right: -100px;
  left: initial;
}
#lp .sec5_flex_txt2 .bg {
  background: #F77D01;
  color: #fff;
  font-size: 28px;
  border-radius: 5px;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  #lp .sec5_flex_txt2 .bg {
    font-size: 24px;
  }
}
#lp .sec5_txt3 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0 20px;
}
@media screen and (max-width: 768px) {
  #lp .sec5_txt3 {
    width: calc(100% + 20px);
    transform: translateX(-10px);
    font-size: 24px;
    margin: 30px 0 0;
  }
}
#lp .sec5_txt3 .big {
  font-size: 42px;
  color: #3DA21E;
}
@media screen and (max-width: 768px) {
  #lp .sec5_txt3 .big {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec5 .c-suggest {
    width: 100%;
    margin: 0;
  }
}
#lp .sec5 .c-suggest-lists {
  width: 840px;
}
@media screen and (max-width: 840px) {
  #lp .sec5 .c-suggest-lists {
    width: 768px;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec5 .c-suggest-lists {
    width: 100%;
    margin: 15px 0 0;
  }
}
#lp .sec5 .c-suggest-lists .c-suggest-list:nth-of-type(1), #lp .sec5 .c-suggest-lists .c-suggest-list:nth-of-type(3) {
  width: calc(55% - 5px);
}
@media screen and (max-width: 768px) {
  #lp .sec5 .c-suggest-lists .c-suggest-list:nth-of-type(1), #lp .sec5 .c-suggest-lists .c-suggest-list:nth-of-type(3) {
    width: 100%;
  }
}
#lp .sec5 .c-suggest-lists .c-suggest-list:nth-of-type(2) {
  width: calc(40% - 5px);
}
@media screen and (max-width: 768px) {
  #lp .sec5 .c-suggest-lists .c-suggest-list:nth-of-type(2) {
    width: 100%;
  }
}
#lp .sec6 {
  background: #fff;
  padding: 200px 0 75px;
  margin: -7vw 0 0;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 1126px) {
  #lp .sec6 {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec6 {
    margin: -16vw 0 0;
    padding: 180px 15px 40px;
  }
}
@media screen and (max-width: 600px) {
  #lp .sec6 {
    padding: 170px 15px 40px;
  }
}
@media screen and (max-width: 480px) {
  #lp .sec6 {
    padding: 160px 15px 40px;
  }
}
@media screen and (max-width: 375px) {
  #lp .sec6 {
    padding: 130px 15px 40px;
  }
}
#lp .sec6-inner {
  width: 995px;
  margin: 0 auto;
  display: flex;
  gap: 0 60px;
}
@media screen and (max-width: 995px) {
  #lp .sec6-inner {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  #lp .sec6-inner {
    margin: 3vw 0 0;
  }
}
@media screen and (max-width: 550px) {
  #lp .sec6-inner {
    margin: 5vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec6-inner {
    width: 100%;
    margin: 0;
    flex-direction: column;
  }
}
#lp .sec6-imgbox {
  width: 405px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #lp .sec6-imgbox {
    width: 252px;
    margin: 0 auto;
    position: relative;
  }
  #lp .sec6-imgbox:before {
    content: url(../img/sp/sec6-ttl.svg);
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%) rotate(-15deg);
    transform-origin: center center;
    z-index: 1;
  }
}
#lp .sec6-imgbox img {
  max-width: 100%;
}
#lp .sec6-imgbox .name {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #lp .sec6-imgbox .name {
    margin: 5px 0 0;
    font-size: 14px;
  }
}
#lp .sec6-imgbox .name span {
  font-size: 26px;
  margin: 0 0 0 15px;
}
@media screen and (max-width: 768px) {
  #lp .sec6-imgbox .name span {
    font-size: 20px;
  }
}
#lp .sec6-txtbox {
  width: calc(100% - 465px);
}
@media screen and (max-width: 768px) {
  #lp .sec6-txtbox {
    width: 100%;
  }
}
#lp .sec6-ttl {
  font-size: 30px;
  color: #3DA21E;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #lp .sec6-ttl {
    margin: 10px 0 0;
    font-size: 24px;
  }
}
#lp .sec6-ttl:before {
  content: url(../img/sec6-ttl.svg);
  position: absolute;
  z-index: 0;
  left: 0;
  top: -80px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #lp .sec6-ttl:before {
    display: none;
  }
}
#lp .sec6-txt {
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  #lp .sec6-txt {
    font-size: 14px;
    margin: 10px 0 0;
  }
}
#lp .sec6-txt:not(:first-of-type) {
  margin: 10px 0 0;
}
#lp .sec7 {
  padding: 80px 0 0;
}
#lp .sec7-inner {
  width: 1126px;
  margin: 0 auto;
}
@media screen and (max-width: 1126px) {
  #lp .sec7-inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec7-inner {
    width: 100%;
    position: relative;
  }
  #lp .sec7-inner:before {
    content: url(../img/sp/sec7-bg.svg);
    position: absolute;
    top: -39px;
    left: 52%;
    z-index: -1;
    transform: translateX(-50%);
  }
}
#lp .sec7-ttl {
  text-align: center;
}
#lp .sec7-bg {
  background: url(../img/sec7-bg.svg);
  background-position: bottom 0 right 160px;
  background-repeat: no-repeat;
  padding: 0 0 160px;
}
@media screen and (max-width: 768px) {
  #lp .sec7-bg {
    background: none;
    padding: 0 15px;
  }
}
#lp .sec7-box {
  margin: 40px 0 0;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 30px 180px 30px 150px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1126px) {
  #lp .sec7-box {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec7-box {
    margin: 30px 0 0;
    flex-direction: column;
    padding: 20px;
  }
}
#lp .sec7-box .u-pc {
  display: flex;
  gap: 0 80px;
  padding: 0 0 0 150px;
}
@media screen and (max-width: 768px) {
  #lp .sec7-box .u-pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec7-box .u-sp {
    margin: 5px 0 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
#lp .sec7-box-ttl {
  font-size: 22px;
  font-weight: 700;
  color: #3DA21E;
}
#lp .sec7-list {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 23px;
}
#lp .sec7-list:before {
  content: "";
  width: 13px;
  height: 13px;
  background: #2B7437;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#lp .sec7-box2 {
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  #lp .sec7-box2 {
    margin: 10px 0 0;
    flex-direction: column;
    gap: 10px;
  }
}
#lp .sec7-box2-ttl {
  font-size: 22px;
  text-align: center;
  color: #3DA21E;
  font-weight: 700;
}
#lp .sec7-box2-center {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #lp .sec7-box2-center._another {
    justify-content: start;
  }
}
#lp .sec7-box2-item {
  padding: 30px;
  width: 362px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #lp .sec7-box2-item {
    width: 100%;
    padding: 20px;
  }
}
#lp .sec7-box2 .sec7-lists {
  margin: 10px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#lp .sec8 {
  margin: -30px 0 0;
  padding: 0 0 40px;
}
@media screen and (max-width: 768px) {
  #lp .sec8 {
    margin: 60px 0 0;
  }
}
#lp .sec8-ttl {
  text-align: center;
}
#lp .sec8-lead {
  margin: 20px 0 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #lp .sec8-lead {
    font-size: 14px;
  }
}
#lp .sec8-lead span {
  display: inline-block;
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: normal;
}
#lp .sec8-box {
  width: 1126px;
  margin: 30px auto 0;
  padding: 30px 50px 30px 40px;
  background: #fff;
}
@media screen and (max-width: 1126px) {
  #lp .sec8-box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec8-box {
    width: 100%;
    padding: 0;
    background: none;
  }
}
#lp .sec8-box-item {
  display: flex;
}
@media screen and (max-width: 768px) {
  #lp .sec8-box-item {
    flex-direction: column;
  }
}
#lp .sec8-box-item:not(:first-of-type) {
  margin: 1px 0 0;
}
@media screen and (max-width: 768px) {
  #lp .sec8-box-item:not(:first-of-type) {
    margin: 30px 0 0;
  }
}
#lp .sec8-box-item:not(:first-of-type) .sec8-box-item-area {
  border-top: 1px solid #EDFAD7;
  padding: 15px 0 0 60px;
}
@media screen and (max-width: 768px) {
  #lp .sec8-box-item:not(:first-of-type) .sec8-box-item-area {
    padding: 25px 15px 0;
  }
}
#lp .sec8-box-item-ttl {
  background: #EDFAD7;
  padding: 200px 38px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1126px) {
  #lp .sec8-box-item-ttl {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec8-box-item-ttl {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 10px 20px;
    position: relative;
  }
  #lp .sec8-box-item-ttl:before {
    width: 25px;
    height: 3px;
    position: absolute;
    content: "";
    background: #331905;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  #lp .sec8-box-item-ttl:after {
    width: 3px;
    height: 25px;
    position: absolute;
    content: "";
    background: #331905;
    position: absolute;
    top: 50%;
    right: 31px;
    transform: translateY(-50%);
  }
  #lp .sec8-box-item-ttl.active::after {
    display: none;
  }
}
#lp .sec8-box-item-ttl2 {
  padding: 0 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EDFAD7;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1126px) {
  #lp .sec8-box-item-ttl2 {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec8-box-item-ttl2 {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 10px 20px;
    justify-content: start;
    position: relative;
  }
  #lp .sec8-box-item-ttl2:before {
    width: 25px;
    height: 3px;
    position: absolute;
    content: "";
    background: #331905;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  #lp .sec8-box-item-ttl2:after {
    width: 3px;
    height: 25px;
    position: absolute;
    content: "";
    background: #331905;
    position: absolute;
    top: 50%;
    right: 31px;
    transform: translateY(-50%);
  }
  #lp .sec8-box-item-ttl2.active::after {
    display: none;
  }
}
#lp .sec8-box-item-area {
  padding: 0 0 0 60px;
}
@media screen and (max-width: 1126px) {
  #lp .sec8-box-item-area {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 768px) {
  #lp .sec8-box-item-area {
    padding: 25px 15px 0;
    background: #fff;
    width: 100%;
  }
}
#lp .sec8-box-item-area-sub {
  display: flex;
  gap: 0 60px;
  margin: 5px 0 20px;
}
@media screen and (max-width: 768px) {
  #lp .sec8-box-item-area-sub {
    flex-direction: column;
    margin: 5px 0 30px;
  }
}
#lp .sec8-box-item-area-ttl {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 28px;
}
#lp .sec8-box-item-area-ttl:before {
  content: "";
  width: 18px;
  height: 2px;
  background: #3DA21E;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#lp .sec8-box-item-area-lists {
  width: 350px;
}
@media screen and (max-width: 1126px) {
  #lp .sec8-box-item-area-lists {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec8-box-item-area-lists {
    width: 100%;
  }
}
#lp .sec8-box-item-area-list {
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DDF3D4;
}
@media screen and (max-width: 768px) {
  #lp .sec8-box-item-area-list {
    margin: 2px 0 0;
  }
}
#lp .sec8-box-sublists {
  margin: 10px 0 0;
}
#lp .sec8-box-sublist {
  position: relative;
  padding: 0 0 0 14px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #lp .sec8-box-sublist {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
#lp .sec8-box-sublist:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3DA21E;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #lp .sec8-box-sublist:before {
    top: 13px;
  }
}
#lp .sec9 {
  padding: 60px 0;
  background-color: #fff;
  background-image: url(../img/sec9-bg.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #lp .sec9 {
    padding: 80px 15px 40px;
  }
}
#lp .sec9-inner {
  position: relative;
}
#lp .sec9-inner:before {
  content: url(../img/cv-ico.svg);
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#lp .sec9-box {
  width: 960px;
  margin: 0 auto;
  background: #331905;
  text-align: center;
  padding: 45px 0;
  color: #fff;
}
@media screen and (max-width: 960px) {
  #lp .sec9-box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec9-box {
    width: 100%;
    padding: 45px 15px;
    text-align: left;
  }
}
#lp .sec9-box-ttl {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #lp .sec9-box-ttl {
    text-align: center;
    font-size: 20px;
  }
}
#lp .sec9-box-txt {
  margin: 20px 0 0;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #lp .sec9-box-txt {
    font-size: 14px;
  }
}
#lp .sec9-box-link {
  position: relative;
  color: #FA7F15;
  transition: all .3s linear;
}
#lp .sec9-box-link:before {
  content: url(../img/underbar9.svg);
  position: absolute;
  bottom: -9px;
  left: 0;
}
#lp .sec9-box-link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #lp .sec9-box-link:hover {
    opacity: 1;
  }
}
#lp .sec9-box-sub {
  font-size: 12px;
}
#lp .sec9-btn {
  margin: 20px auto;
  font-weight: 700;
  width: 450px;
  height: 55px;
  color: #fff;
  background: #FA7F15;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 3px 3px 0px 0px rgba(255, 255, 255, 0.5);
  transition: all .3s linear;
}
#lp .sec9-btn:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #lp .sec9-btn:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  #lp .sec9-btn {
    font-size: 19px;
    width: 100%;
    height: 82px;
    text-align: center;
    box-shadow: 0px 5px 0px 0px rgba(255, 255, 255, 0.5);
  }
}
#lp .sec9-btn:before {
  content: url(../img/cv-arrow.svg);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.l_footer {
  background: #E6E6E6;
  padding: 50px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l_footer {
    padding: 40px 20px 70px;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .l_footer-item {
    text-align: center;
  }
}
.l_footer-txt {
  font-size: 14px;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .l_footer-txt {
    font-size: 12px;
  }
}
.l_footer-lists {
  display: flex;
  gap: 0 21px;
}
@media screen and (max-width: 768px) {
  .l_footer-lists {
    margin: 15px 0 10px;
  }
}
.l_footer-list:first-of-type {
  position: relative;
}
.l_footer-list:first-of-type:before {
  position: absolute;
  content: "";
  top: 60%;
  right: -11px;
  width: 1px;
  height: 60%;
  background: #212121;
  opacity: 0.2;
  transform: translateY(-50%);
}
.l_footer-list a {
  font-size: 14px;
  transition: all .3s linear;
}
.l_footer-list a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .l_footer-list a:hover {
    opacity: 1;
  }
}
.l_footer-copy {
  text-align: center;
  font-size: 12px;
}

/*# sourceMappingURL=lp.css.map */
