@charset "UTF-8";

/*-----------------------------------

	header

-----------------------------------*/
@media screen and (max-width: 640px) {
  header .icons {
    display: flex;
    gap: 10px;
    top: 15px;
    right: 15px;
  }
  header .icons li.base {
    margin-right: 0;
  }
  header .icons li a {
      width: 41px;
      height: 41px;
  }
}
/*-----------------------------------

	mainvisual

-----------------------------------*/
#mainvisual {
  position: relative;
}
#mainvisual img {
  width: 100%;
}
#mainvisual h1 {
  width: 32.618%;
  position: absolute;
  top: 12vw;
  left: 3vw;
}
#mainvisual .mv_text {
  width: 30.747%;
  position: absolute;
  bottom: 7vw;
  left: 3.5vw;
}
#mainvisual a {
  width: 228px;
  display: block;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 998;
}
@media screen and (max-width: 940px) {
  #mainvisual .pc {
    display: block;
  }
  #mainvisual .sp {
    display: none;
  }
  #mainvisual a {
    width: 152px;
    right: 10px;
    bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  #mainvisual .pc {
    display: none;
  }
  #mainvisual .sp {
    display: block;
  }
  #mainvisual h1 {
    width: 25.451%;
    top: 4vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #mainvisual .mv_text {
    width: 29.541%;
    bottom: 10vw;
    left: 5vw;
  }
}
/*-----------------------------------

	menu_block

-----------------------------------*/
#menu_block {
  padding: 60px 0 40px;
  background: #A1B745;
  color: #361108;
  text-align: center;
  line-height: 1;
}
#menu_block h2 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 30px;
}
#menu_block ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
#menu_block ul::before {
  content: "";
  width: 106px;
  height: 70px;
  background: url(../img/teikibin/menu_img.png) no-repeat center/contain;
  position: absolute;
  top: -70px;
  left: 7%;
  z-index: 0;
}
#menu_block ul li {
  width: 49.265%;
}
#menu_block ul li a {
  display: block;
  background: #361108;
  color: #361108;
  border-radius: 10px;
  overflow: hidden;
}
#menu_block ul li a .ttl {
  font-size: 40px;
  font-weight: 800;
  color: #FFF;
  margin: 20px 0 15px;
}
#menu_block ul li a .copy {
  max-width: 450px;
  width: 90%;
  background: #FFF;
  border-radius: 10px;
  padding: 5px 0;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto 20px;
}
#menu_block ul li a .copy span {
  display: inline-block;
  margin: 0 5px;
  color: #E85F28;
}
#menu_block ul li a .more {
  background: #FFF;
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#menu_block ul li a .more::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/teikibin/menu_icon.svg) no-repeat center/contain;
}
@media screen and (max-width: 940px) {
  #menu_block ul::before {
    width: 74px;
    height: 49px;
    top: -49px;
    left: 4%;
  }
  #menu_block ul li a .ttl {
    font-size: 32px;
  }
  #menu_block ul li a .copy {
    font-size: 14px;
    letter-spacing: 0;
  }
  #menu_block ul li a .more {
    gap: 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  #menu_block {
    padding: 40px 0 30px;
  }
  #menu_block h2 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  #menu_block ul {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  #menu_block ul::before {
    left: 2%;
  }
  #menu_block ul li {
    width: 100%;
  }
}
/*-----------------------------------

	benefits_block

-----------------------------------*/
#benefits_block {
  padding: 65px 0 200px;
  color: #361108;
}
#benefits_block h2 {
  font-size: 50px;
  font-weight: 800;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 40px;
}
#benefits_block h2 span {
  display: block;
  font-size: 24px;
  font-weight: 600;
}
#benefits_block ul {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
#benefits_block ul li {
  width: 310px;
}
#benefits_block ul li figure {
  max-width: 225px;
  width: 100%;
  margin: 0 auto 25px;
}
#benefits_block ul li .ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 25px;
}
#benefits_block ul li .ttl .color {
  color: #A1B745;
}
#benefits_block ul li .ttl .small {
  font-size: 20px;
}
#benefits_block ul li .note {
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
}
#benefits_block ul li .note span {
  color: #E85F28;
}
@media screen and (max-width: 1090px) {
  #benefits_block ul li .ttl {
    font-size: 28px;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 940px) {
  #benefits_block h2 {
    font-size: 42px;
  }
  #benefits_block h2 span {
    font-size: 20px;
  }
  #benefits_block ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 20px;
  }
  #benefits_block ul li {
    max-width: 310px;
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 640px) {
  #benefits_block {
    padding: 30px 0 120px;
  }
  #benefits_block h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  #benefits_block h2 span {
    font-size: 18px;
  }
  #benefits_block ul li {
    width: 100%;
  }
  #benefits_block ul li figure {
    margin: 0 auto 15px;
  }
  #benefits_block ul li .ttl {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 15px;
  }
  #benefits_block ul li p {
    font-size: 16px;
  }
}
/*-----------------------------------

	course_block

-----------------------------------*/
#course_block {
  background: #EBDEC8;
  color: #361108;
  position: relative;
  padding: 130px 0 80px;
}
#course_block h2 {
  font-size: 50px;
  font-weight: 800;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 40px;
}
#course_block h2 span {
  display: block;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 940px) {
  #course_block {
    padding: 90px 0 60px;
  }
  #course_block h2 {
    font-size: 42px;
  }
  #course_block h2 span {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  #course_block {
    padding: 60px 0 40px;
  }
  #course_block h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  #course_block h2 span {
    font-size: 18px;
  }
}
/*-- copy --*/
#course_block .copy {
  max-width: 930px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
}
#course_block .copy .copy01 {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  padding: 0 20px 20px;
  position: relative;
}
#course_block .copy .copy01.sp {
  display: none;
}
#course_block .copy .copy01::before,
#course_block .copy .copy01::after {
  content: "";
  width: 47px;
  height: 56px;
  background: url(../img/teikibin/course_copy_img02.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
}
#course_block .copy .copy01::before {
  right: 100%;
}
#course_block .copy .copy01::after {
  left: 100%;
  transform: scale(-1,1);
}
#course_block .copy .copy02 {
  background: #A1B745;
  color: #FFF;
  padding: 35px 0;
  border-radius: 40px;
  font-size: 40px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  position: relative;
  z-index: 0;
}
#course_block .copy .copy02 img {
  width: 467px;
}
#course_block .copy .copy02::after {
  content: "";
  width: 53px;
  height: 46px;
  background: #A1B745;
  clip-path: path("M23.7,1.5c0.8-1.4,2.7-1.9,4.1-1.1c0.4,0.3,0.8,0.6,1.1,1.1l23.3,40c0.8,1.4,0.3,3.3-1.1,4.1c-0.5,0.3-1,0.4-1.5,0.4H3c-1.7,0-3-1.3-3-3c0-0.5,0.1-1,0.4-1.5L23.7,1.5z");
  transform: scale(1,-1) translateX(-50%);
  position: absolute;
  top: calc(100% - 17px);
  left: 50%;
  z-index: -1;
}
@media screen and (max-width: 840px) {
  #course_block .copy .copy01.sp {
    display: none;
  }
}
@media screen and (max-width: 940px) {
  #course_block .copy {
    max-width: 700px;
    width: 95%;
  }
  #course_block .copy .copy01 {
    font-size: 16px;
    letter-spacing: 0;
    padding: 0 10px 15px;
  }
  #course_block .copy .copy01::before,
  #course_block .copy .copy01::after {
    width: 36px;
    height: 44px;
  }
  #course_block .copy .copy01.pc {
    display: block;
  }
  #course_block .copy .copy02 {
    font-size: 32px;
    column-gap: 15px;
    border-radius: 30px;
  }
  #course_block .copy .copy02 img {
    width: 340px;
  }
}
@media screen and (max-width: 640px) {
  #course_block .copy {
    top: -90px;
  }
  #course_block .copy .copy01 {
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 5px;
  }
  #course_block .copy .copy01.pc {
    display: none;
  }
  #course_block .copy .copy01.sp {
    display: block;
  }
  #course_block .copy .copy02 {
    padding: 15px 0;
    font-size: 20px;
    letter-spacing: -0.05em;
    column-gap: 5px;
    border-radius: 20px;
  }
  #course_block .copy .copy02 img {
    width: 180px;
  }
  #course_block .copy .copy02::after {
    top: calc(100% - 25px);
  }
}
/*-- course_menu --*/
#course_block ul.course_menu {
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 0;
  text-align: center;
  line-height: 1;
  margin-bottom: 80px;
}
#course_block ul.course_menu li {
  width: calc((100% - 20px) / 2);
  display: block;
  background: #361108;
  border-radius: 10px;
}
#course_block ul.course_menu li .ttl {
  font-size: 40px;
  font-weight: 800;
  color: #FFF;
  margin: 20px 0 15px;
}
#course_block ul.course_menu li .text {
  max-width: 450px;
  width: 90%;
  background: #FFF;
  border-radius: 10px;
  padding: 5px 0;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto 20px;
}
#course_block ul.course_menu li .copy span {
  display: inline-block;
  margin: 0 5px;
  color: #E85F28;
}
@media screen and (max-width: 940px) {
  #course_block ul.course_menu {
    margin-bottom: 60px;
  }
  #course_block ul.course_menu li .ttl {
    font-size: 32px;
  }
  #course_block ul.course_menu li .text {
    font-size: 14px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 640px) {
  #course_block ul.course_menu {
    flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: 40px;
  }
  #course_block ul.course_menu li {
    width: 100%;
  }
}
/*-- course_wrap --*/
#course_block .course_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#course_block .course_wrap .box {
  width: calc((100% - 20px) / 2);
  border: 1px solid #361108;
  box-sizing: border-box;
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
#course_block .course_wrap .box .cat {
  width: 40px;
  height: 46px;
  background: url(../img/teikibin/course_cat_bg.png) no-repeat;
  background-size: contain;
  line-height: 46px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
}
#course_block .course_wrap .box .imageArea {
  position: relative;
}
#course_block .course_wrap .box .imageArea p {
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 15px;
  bottom: 15px;
  line-height: 1.5;
}
#course_block .course_wrap .box .textArea {
  padding: 20px 30px;
}
#course_block .course_wrap .box .textArea h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
  color: #361108;
  letter-spacing: 0;
  text-align: center;
}
#course_block .course_wrap .box .textArea .cart_btnbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 25px;
}
#course_block .course_wrap .box .textArea .cart_btnbox > div {
  width: calc((100% - 25px) / 2);
}
#course_block .course_wrap .box .textArea .course {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  display: block;
  padding: 5px 0;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  background: #361108;
  color: #FFF;
  border-radius: 2px;
}
#course_block .course_wrap .box .textArea .cart_btnbox .set_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0;
  line-height: 1;
}
#course_block .course_wrap .box .textArea .cart_btnbox .set_price.usually {
  margin-bottom: 20px;
  position: relative;
}
#course_block .course_wrap .box .textArea .cart_btnbox .set_price.usually::after {
  content: "";
  width: 24px;
  height: 8px;
  background: #361108;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
}
#course_block .course_wrap .box .textArea .cart_btnbox .set_price.regular {
  color: #E85F28;
  margin-bottom: 10px;
}
#course_block .course_wrap .box .textArea .cart_btnbox .set {
  font-size: 14px;
  font-weight: 700;
}
#course_block .course_wrap .box .textArea .cart_btnbox .price {
  font-size: 20px;
  font-weight: 700;
}
#course_block .course_wrap .box .textArea .cart_btnbox .price span.denial {
  display: inline-block;
  position: relative;
}
#course_block .course_wrap .box .textArea .cart_btnbox .price span.denial::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #E85F28;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#course_block .course_wrap .box .textArea .cart_btnbox .price span.tax {
  font-size: 12px;
}
#course_block .course_wrap .box .textArea .cart_btnbox .greatvalue {
  display: block;
  background: #EBDEC8;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 5px 0;
  border-radius: 2px;
}
#course_block .course_wrap .box .textArea .cart_btnbox .greatvalue span {
  color: #E85F28;
  display: inline-block;
  margin: 0 2px;
}
#course_block .course_wrap .box .textArea .cart_btnbox .cart_btn {
  width: 220px;
  max-width: 100%;
  display: block;
  background: #A1B745;
  color: #fff;
  border-radius: 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin: 15px auto 0;
  padding: 16px 0;
  text-align: center;
}
@media screen and (max-width: 1090px) {
  #course_block .course_wrap .box .textArea {
    padding: 20px;
  }
  #course_block .course_wrap .box .textArea .cart_btnbox {
    gap: 15px;
  }
  #course_block .course_wrap .box .textArea .cart_btnbox > div {
    width: calc((100% - 15px) / 2);
  }
  #course_block .course_wrap .box .textArea .cart_btnbox .set {
    font-size: 13px;
  }
  #course_block .course_wrap .box .textArea .cart_btnbox .price {
    font-size: 18px;
  }
  #course_block .course_wrap .box .textArea .cart_btnbox .price span.tax {
    font-size: 10px;
  }
}
@media screen and (max-width: 940px) {
  #course_block .course_wrap .box {
    width: 100%;
  }
  #course_block .course_wrap .box .textArea .cart_btnbox {
    max-width: 640px;
    margin: 0 auto;
    gap: 25px;
  }
  #course_block .course_wrap .box .textArea .cart_btnbox > div {
    width: calc((100% - 25px) / 2);
  }
  #course_block .course_wrap .box .textArea .cart_btnbox .set {
    font-size: 14px;
  }
  #course_block .course_wrap .box .textArea .cart_btnbox .price {
    font-size: 20px;
  }
  #course_block .course_wrap .box .textArea .cart_btnbox .price span.tax {
    font-size: 12px;
  }
  #course_block .course_wrap .box .imageArea p {
    bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  #course_block .course_wrap .box .imageArea p {
    font-size: 10px;
    letter-spacing: 0;
  }
  #course_block .course_wrap .box .textArea .cart_btnbox > div {
    width: 100%;
  }
  #course_block .course_wrap .box .textArea .cart_btnbox {
    width: 220px;
    margin: 0 auto;
    gap: 40px;
  }
}
/*-----------------------------------

	flow_block

-----------------------------------*/
#flow_block {
  padding: 80px 0;
  color: #361108;
}
#flow_block h2 {
  font-size: 50px;
  font-weight: 800;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 40px;
}
#flow_block h2 span {
  display: block;
  font-size: 24px;
  font-weight: 600;
}
#flow_block ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
#flow_block ul li {
  position: relative;
  display: flex;
  flex-direction: column;
}
#flow_block ul li:not(:last-child)::after {
  content: "";
  width: 23px;
  height: 70px;
  background: #361108;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  transform: translateY(-50%);
}
#flow_block ul li:nth-of-type(1){
  width: 32.169%;
}
#flow_block ul li:nth-of-type(2) {
  width: 27.206%;
}
#flow_block ul li:nth-of-type(3) {
  width: 28.952%;
}
#flow_block ul li .step {
  width: 84px;
  height: 84px;
  background: #F7F2E9;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding-top: 18px;
  margin: 0 auto 10px;
}
#flow_block ul li .step span {
  display: block;
  font-size: 32px;
  font-weight: 600;
  margin-top: 3px;
}
#flow_block ul li .text {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 25px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#flow_block ul li:first-child .image img {
  margin-left: -16%;
}
#flow_block ul li:nth-child(2) .image img {
  margin-left: -15.5%;
}
@media screen and (max-width: 1090px) {
  #flow_block ul li .text {
    font-size: 21px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 940px) {
  #flow_block {
    padding: 60px 0;
  }
  #flow_block h2 {
    font-size: 42px;
  }
  #flow_block h2 span {
    font-size: 20px;
  }
  #flow_block ul {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  #flow_block ul li:nth-of-type(1){
    max-width: 350px;
    width: 90%;
  }
  #flow_block ul li:nth-of-type(2) {
    max-width: 257px;
    width: 100%;
  }
  #flow_block ul li:nth-of-type(3) {
    max-width: 315px;
    width: 100%;
  }
  #flow_block ul li:not(:last-child)::after {
    width: 70px;
    height: 24px;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    top: calc(100% + 13px);
    left: 50%;
    transform: translate(-50%,0);
  }
  #flow_block ul li .step {
    width: 62px;
    height: 62px;
    font-size: 11px;
    padding-top: 15px;
    margin: 0 auto 5px;
  }
  #flow_block ul li .step span {
    font-size: 20px;
  }
  #flow_block ul li .text {
    font-size: 19px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  #flow_block {
    padding: 40px 0;
  }
  #flow_block h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  #flow_block h2 span {
    font-size: 18px;
  }
}
/*-----------------------------------

	reason_block

-----------------------------------*/
#reason_block {
  padding-bottom: 30px;
  background: url(../img/teikibin/reason_img01.jpg) no-repeat center top;
  background-size: contain;
  padding-top: 49vw;
}
#reason_block > .contents_inner {
  background: #fff;
  border-radius: 20px;
  padding: 70px 150px;
  margin-top: -200px;
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
#reason_block h2 {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
  writing-mode: vertical-rl;
}
#reason_block h2 span {
  font-size: 30px;
  display: block;
  margin-left: 20px;
}
#reason_block .textArea {
  width: calc(100% - 108px);
}
#reason_block .textArea .copy {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 50px;
}
#reason_block .textArea .copy span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #A1B745;
}
#reason_block p {
  font-size: 20px;
}
#reason_block p span {
  text-decoration: underline;
}
#reason_block .image {
  margin: 0 auto 30px;
}
#reason_block .image .contents_inner {
  max-width: none;
}
#reason_block .image img {
  width: 100%;
}
#reason_block a.more {
  display: block;
  max-width: 376px;
  width: 90%;
  background: #361108;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 30px 0;
  text-align: center;
  border-radius: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 1090px) {
  #reason_block > .contents_inner {
    padding: 70px 100px;
    gap: 80px;
  }
}
@media screen and (max-width: 940px) {
  #reason_block > .contents_inner {
    padding: 50px 30px;
    margin-top: -50px;
    gap: 10px;
  }
  #reason_block h2 {
    font-size: 30px;
  }
  #reason_block h2 span {
    font-size: 18px;
    margin-left: 15px;
  }
  #reason_block .textArea .copy {
    font-size: 38px;
    margin-bottom: 25px;
  }
  #reason_block .textArea .copy span {
    font-size: 16px;
  }
  #reason_block p {
    font-size: 16px;
  }
  #reason_block .image {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 640px) {
  #reason_block > .contents_inner {
    padding: 50px 20px;
  }
  #reason_block .textArea {
    width: calc(100% - 70px);
  }
  #reason_block h2 {
    font-size: 26px;
  }
  #reason_block h2 span {
    font-size: 14px;
    margin-left: 10px;
  }
  #reason_block .textArea .copy {
    font-size: 26px;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
  }
  #reason_block .textArea .copy span {
    font-size: 12px;
  }
  #reason_block p {
    font-size: 14px;
  }
  #reason_block a.more {
    font-size: 14px;
    padding: 20px 0;
  }
}
/*-----------------------------------

	recommend_block

-----------------------------------*/
#recommend_block {
  background: #F7F2E9;
  padding: 80px 0;
}
#recommend_block h2 {
  font-size: 50px;
  font-weight: 800;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 40px;
}
#recommend_block h2 span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #A1B745;
}
#recommend_block .contents_inner > p {
  max-width: 540px;
  width: 100%;
  margin: 0 auto 60px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
#recommend_block ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  text-align: center;
}
#recommend_block ul li {
  width: calc((100% - (15px * 2)) / 3);
}
#recommend_block ul li img {
  border-radius: 10px;
}
#recommend_block ul li .title {
  font-size: 30px;
  color: #A1B745;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 600;
}
#recommend_block ul li .title span {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #000;
  display: block;
  position: relative;
  margin-bottom: 10px;
}
#recommend_block ul li .title span:before, #recommend_block ul li .title span:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #000;
  width: 1px;
  height: 1.2em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}
#recommend_block ul li .title span:before {
  transform: rotate(-45deg);
}
#recommend_block ul li .title span:after {
  transform: rotate(45deg);
}
#recommend_block ul li .b_text {
  font-size: 20px;
  margin-top: 10px;
}
#recommend_block ul li .text {
  width: 90%;
  margin: 10px auto 0;
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 940px) {
  #recommend_block h2 {
    font-size: 42px;
  }
  #recommend_block h2 span {
    font-size: 20px;
  }
  #recommend_block ul {
    gap: 50px;
  }
  #recommend_block ul li {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #recommend_block {
    padding: 40px 0;
  }
  #recommend_block h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  #recommend_block h2 span {
    font-size: 18px;
  }
  #recommend_block .contents_inner > p {
    margin: 0 auto 30px;
    font-size: 16px;
  }
}
/*-----------------------------------

	faq_block

-----------------------------------*/
#faq_block {
  padding: 110px 0 160px;
}
#faq_block .contents_inner {
  max-width: 720px;
}
#faq_block h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 60px;
  text-align: center;
}
#faq_block .faq {
  border-top: 1px solid #D5D5D5;
}
#faq_block .faq dl {
  border-bottom: 1px solid #D5D5D5;
}
#faq_block .faq dl dt {
  font-size: 20px;
  font-weight: 600;
  padding: 30px 60px 30px 20px;
  position: relative;
}
#faq_block .faq dl dt::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  transition: 0.5s;
}
#faq_block .faq dl dt.active::after {
  transform: rotate(-135deg);
}
#faq_block .faq dl dd {
  display: none;
  padding: 0 20px 25px;
  line-height: 2.25;
}
#faq_block .faq dl:first-child dd {
  display: block;
}
#faq_block .faq a {
  text-decoration: underline;
}
#faq_block .faq span {
  color: #E85F28;
}
@media screen and (max-width: 640px) {
  #faq_block {
    padding: 45px 0;
  }
  #faq_block h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  #faq_block .faq dl dt {
    font-size: 13px;
    letter-spacing: -0.05em;
    padding: 20px 30px 20px 0;
  }
  #faq_block .faq dl dt::after {
    right: 10px;
  }
  #faq_block .faq dl dd {
    padding: 0 0 20px;
  }
}