.content {
  margin-top: 0;
}
.entry-content {
  margin: 0;
}
.body .article {
  margin-bottom: 0;
}
#lp_yakugakubu p {
  margin-bottom: 0;
}
.content-in.wrap {
  width: 100%;
}

#lp_yakugakubu ul {
  list-style: none;
  padding: 0;
}
.main {
  padding: 0;
}
.article-header {
  display: none;
}
.header-container {
  display: none;
}
#footer {
  display: none;
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  body.mblt-header-mobile-buttons {
    margin-top: 0;
    padding: 0;
  }
}
.l_header {
  margin-bottom: 0;
  padding-block: 10px;
}
.l_header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l_header_container {
    width: 94%;
  }
}
.l_header_l {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .l_header_l {
    align-items: center;
  }
}
.l_header_logo {
  max-width: 225px;
}
@media screen and (max-width: 768px) {
  .l_header_logo {
    max-width: 180px;
    height: 20px;
  }
}
.l_header_name {
  font-size: clamp(12px, 0.8937960042060988vw, 17px);
  padding: 6px;
  border: 2px solid #4164AE;
  line-height: 1;
color: #4164AE;
}
@media screen and (max-width: 768px) {
  .l_header_name {
    padding: 2px 4px;
    border: 1px solid #333;
  }
}

.l_header_r {
}
@media screen and (max-width: 768px) {
  .l_header_r {
    display: none;
  }
}
.l_header_r ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin-bottom: 0;
}

.l_header_r li {
  padding-left: 25px;
  font-size: 16px;
  display: flex;
  gap: 15px;
  border-left: 1px solid #000;
}
.l_header_r li:nth-last-of-type(1) {
  border-right: 1px solid #000;
  padding-right: 25px;
}
.l_header_r li a {
  color: #000;
  text-decoration: none;
}

.l_header_r li .img {
  width: 12px;
  height: 12px;
}
.l_header_container svg {
  position: fixed;
  top: 12.7px;
  right: 23.3px;
  display: none;
}
@media screen and (max-width: 834px) {
  .l_header_container svg {
    display: block;
    cursor: pointer;
    width: 45px !important;
    width: 6.4285714286vw !important;
    height: auto;
  }
  .l_header_r ul {
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    gap: 0;
    z-index: 3;
    border-bottom: 1px solid #333;
  }
  .l_header_r ul li {
    font-size: 14px;
    padding: 15px 40px 10px 40px;
    margin: 0;
    border-top: 1px solid #333;
  }
}
.l_header_r.sp.is-open {
  display: block;
}
.l_header_r.sp ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  pointer-events: none;
}

.l_header_r.sp.is-open ul {
  max-height: 500px; /* 適宜調整（メニューの高さ分） */
  opacity: 1;
  pointer-events: auto;
}

/* fv */
.l_fv {
  margin-bottom: 0;
}

.l_fv_img {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .l_fv_img {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .l_fv_img.sp {
    display: block;
  }
}
.l_fv_img img {
  /* height:100%; */
  vertical-align: bottom;
}
.l_fv_list_wrap {
  background-color: #4164ae;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .l_fv_list_wrap {
    position: relative;
    padding-bottom: 0;
  }
  .l_fv_list_wrap::after {
    content: "";
    background: url(https://kobetsujuku.co.jp/wp-content/themes/cocoon-child-master/my-template/lp_yakugakubu/img/fv_sp2.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
           background-size: contain;
        z-index: 1;
        background-position: right;
  }
}

.l_fv_list {
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 1.5% 100%);
  margin-top: -2px;
  width: 75%;
  margin-left: auto;
  padding-left: 60px;
  padding-block: 20px;
}
@media screen and (max-width: 768px) {
  .l_fv_list {
    clip-path: polygon(0 1%, 100% 0, 79% 100%, 0% 100%);
    margin-top: -2px;
    width: 59%;
    margin-right: auto;
    margin-left: unset;
    padding-left: 15px;
    position: relative;
        z-index: 2;
        background: #4164AE;
  }
    .l_fv_list .list1 {
    padding-left: 39px;
  }
  .l_fv_list .list1::after {
    left:21px;
  }
  .l_fv_list .list2 {
    padding-left: 37px;
  }
  .l_fv_list .list2::after {
    left: 17px;
  }
  .l_fv_list .list3 {
    padding-left: 28px;
  }
  .l_fv_list .list3::after {
    left: 10px;
  }
  .l_fv_list .list4 {
    padding-left: 23px;
  }
  .l_fv_list .list4::after {
    left: 4px;
  }
  .l_fv_list .list5 {
    padding-left: 18px;
  }
  .l_fv_list .list5::after {
    left: 0px;
  }
}
.l_fv_list ul {
  display: flex;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .l_fv_list ul {
    flex-direction: column;
  }
}
.l_fv_list ul li {
  font-size: clamp(13px, 0.9463722397476341vw, 18px);
  color: #333;
  font-weight: 600;
  width: 24%;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l_fv_list ul li {
    width: 100%;
    color: #fff;
  }
}
.l_fv_list ul li::after {
  content: "";
  width: 16px;
  height: 14px;
  background: url(https://kobetsujuku.co.jp/wp-content/themes/cocoon-child-master/my-template/lp_yakugakubu/img/check_r.png);
  background-size: cover;
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  top: 50%;
}

/* p_banner */
.p_banner {
}

.banner_wrap {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
}

.banner1 {
}

.banner {
  width: calc((100% - 60px) / 2);
  height: 230px;
  box-shadow: 2.25px 2.25px 2.25px 0px rgba(0, 0, 0, 0.47);
}

.banner2 {
}

/* recommend */

.p_recommend {
  background-color: #ceebfa;
  padding-block: 40px;
  margin-bottom: 0;
}
.p_recommend.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_recommend.pc {
    display: none;
  }
  .p_recommend.sp {
    display: block;
  }
}
.p_recommend_inner {
  max-width: 1200px;
  margin: 0 auto;
}

.section_heading {
  font-size: clamp(17px, 1.7875920084121977vw, 34px);
  color: #333;
  padding-left: 10px;
  position: relative;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.section_heading::after {
  content: "";
  width: 2px;
  height: 60px;
  background-color: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-17deg);
  left: -17px;
}
.section_heading span {
  font-size: clamp(32px, 3.1545741324921135vw, 60px);
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  color: #4164ae;
}

.p_recommend_wrap {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p_recommend_wrap {
    flex-direction: column-reverse;
    gap: 20px;
    margin-top: 30px;
  }
}

.p_recommend_l {
  flex: auto;
}
@media screen and (max-width: 768px) {
  .p_recommend_l {
    width: 85%;
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
    flex: auto;
    width: 97%;
  }
  .p_recommend_l_img {
    max-width: 100px;
    width: 100%;
  }
}
.p_recommend_wrap ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}


/*  font-size: clamp(13px, 1.6666666666666667vw, 32px); 2026-01-22*/
.p_recommend_l ul li {
  font-size: clamp(13px, 1.11vw, 22px);
  font-weight: 500;
  padding: 5px 20px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p_recommend_l ul {
    width: 100%;
  }

/*  font-size: clamp(13px, 1.6666666666666667vw, 32px); 2026-01-22*/
  .p_recommend_l ul li {
    font-size: clamp(13px, 1.11vw, 22px);
    font-weight: 500;
    padding: 3px 20px;
    margin: 0;
  }
}
.p_recommend_l ul li span {
  color: #4164ae;
}
.p_recommend_l ul li:nth-of-type(1) {
  background: url(https://kobetsujuku.co.jp/wp-content/themes/cocoon-child-master/my-template/lp_yakugakubu/img/recommend_l1.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.p_recommend_l ul li:nth-of-type(2) {
  background: url(https://kobetsujuku.co.jp/wp-content/themes/cocoon-child-master/my-template/lp_yakugakubu/img/recommend_l2.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.p_recommend_l ul li:nth-of-type(3) {
  background: url(https://kobetsujuku.co.jp/wp-content/themes/cocoon-child-master/my-template/lp_yakugakubu/img/recommend_l3.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.p_recommend_l ul li:nth-of-type(4) {
  background: url(https://kobetsujuku.co.jp/wp-content/themes/cocoon-child-master/my-template/lp_yakugakubu/img/recommend_l4.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.p_recommend_c {
  max-width: 250px;
  width: 100%;
  padding-bottom: 30px;
}
.p_recommend_r {
  flex: auto;
}
@media screen and (max-width: 768px) {
  .p_recommend_r {
    display: flex;
    gap: 15px;
    flex: auto;
    width: 100%;
    align-items: center;
    width: 97%;
    margin-right: auto;
  }
  .p_recommend_r_img {
    max-width: 100px;
    width: 100%;
  }
  .p_recommend_r ul{
    width: 100%;
  }
}
.p_recommend_r ul li span {
  color: #b53d46;
}


/*  font-size: clamp(13px, 1.6666666666666667vw, 32px); 2026-01-22*/
.p_recommend_r ul li {
  font-size: clamp(13px, 1.11vw, 22px);
  font-weight: 500;
  padding: 9px 0;
  margin: 0;
  line-height: 1.3;
}
.p_recommend_r ul li:nth-of-type(1) {
  background: url(https://kobetsujuku.co.jp/wp-content/themes/cocoon-child-master/my-template/lp_yakugakubu/img/recommend_r1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-left: 45px;
  padding-block: 13px;
}
.p_recommend_r ul li:nth-of-type(2) {
  background: url(https://kobetsujuku.co.jp/wp-content/themes/cocoon-child-master/my-template/lp_yakugakubu/img/recommend_r2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100%;
  padding-left: 45px;
  padding-block: 12px;
}
.p_recommend_r ul li:nth-of-type(3) {
  background: url(https://kobetsujuku.co.jp/wp-content/themes/cocoon-child-master/my-template/lp_yakugakubu/img/recommend_r3.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-left: 45px;
  padding-block: 13px;
}
.p_recommend_r ul li:nth-of-type(4) {
  background: url(https://kobetsujuku.co.jp/wp-content/themes/cocoon-child-master/my-template/lp_yakugakubu/img/recommend_r4.png);
  padding-left: 41px;
  background-size: 100%;
  background-position: unset;
  padding-block: 12px;
}
@media screen and (max-width: 768px) {
  .p_recommend_r ul li:nth-of-type(1) {
    padding-left: 28px;
    padding-block: 7px;
  }
  .p_recommend_r ul li:nth-of-type(2) {
    padding-left: 26px;
    padding-block: 7px;
  }
  .p_recommend_r ul li:nth-of-type(3) {
    padding-left: 28px;
    padding-block: 7px;
  }
  .p_recommend_r ul li:nth-of-type(4) {
    padding-left: 28px;
    padding-block: 6px;
  }
}
/* cta */

.l_cta {
  background-color: #fafafa;
  padding-block: 30px;
  margin-bottom: 0;
  background: url(https://kobetsujuku.co.jp/wp-content/themes/cocoon-child-master/my-template/lp_yakugakubu/img/cta_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 768px) {
.l_cta {
background: none;
position: relative;
padding-block: 50px
}
.l_cta::after{
  content: "";
 background: url(https://kobetsujuku.co.jp/wp-content/themes/cocoon-child-master/my-template/lp_yakugakubu/img/cta_bg_sp.png);
 width: 100%;
 height: 40px;
 position: absolute;
 top: 0;
 left: 0;
 background-size: cover;

}
.l_cta::before{
  content: "";
 background: url(https://kobetsujuku.co.jp/wp-content/themes/cocoon-child-master/my-template/lp_yakugakubu/img/cta_bg_sp2.png);
 width: 100%;
 height: 40px;
 position: absolute;
bottom: 0;
 left: 0;
background-size: cover;
}
}
.l_cta_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.l_cta.black .l_cta_inner {
  border: none;
  background-color: #fff;
}

.l_cta_heading {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.l_cta_wrap {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .l_cta_wrap {
    flex-direction: column;
    width: 64%;
    margin: 20px auto 0;
    gap: 20px;
  }
}
.l_cta_l {
  max-width: 400px;
  width: 100%;
}
.l_cta_l ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0;
}
.l_cta_l ul li {
  border-radius: 27px;
  background-color: #4164ae;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding-block: 10px;
  margin: 0;
  font-size: clamp(16px, 0.9463722397476341vw, 18px);
}
.l_cta_l ul li:nth-of-type(2) {
  background-color: #333;
}
.l_cta_l ul li:nth-of-type(3) {
  background-color: #ce4c36;
}
.l_cta_l ul li a {
  color: #fff;
  text-decoration: none;
}
.l_cta_l ul li .img {
  width: 20px;
  height: 25px;
}
.l_cta_l ul li:nth-of-type(2) .img {
  width: 24px;
  height: 19px;
}
.l_cta_l ul li:nth-of-type(3) .img {
  width: 16px;
  height: 23px;
}
.l_cta_l ul li .img img {
  width: 100%;
  height: 100%;
}

.l_cta_r {
  max-width: 320px;
  width: 100%;
}

/* taisaku */

.p_taisaku {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 80px;
}

.p_taisaku_wrap {
  margin-top: 30px;
}

.p_taisaku_wrap .heading {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_taisaku_wrap .heading.pc {
    display: none;
  }
}

.p_taisaku_box {
  background-color: #fdeb4f;
  padding: 25px;
  margin-top: 10px;
}

.box_wrap {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .box_wrap {
    flex-direction: column;
  }
}
.box_l {
}

.box_wrap .box {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 768px) {
  .box_wrap .box {
    width: 100%;
  }
}
.box_wrap .box .heading {
  font-size: clamp(15px, 1.1566771819137749vw, 22px);
}
.box_wrap .box .kind {
  font-size: clamp(15px, 1.1566771819137749vw, 22px);
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  padding-block: 3px;
  margin-top: 10px;
}

.box_r {
}

.p_taisaku_box_text {
  text-align: center;
  font-size: clamp(13px, 0.9463722397476341vw, 18px);
  margin-top: 30px;
}
.p_taisaku_box_text span {
  text-align: center;
  font-size: clamp(10px, 0.7360672975814931vw, 14px);
}
.p_taisaku_box_bottom {
  margin-top: 25px;
  display: flex;
  gap: 35px;
  width: 90%;
  margin: 25px auto 0;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p_taisaku_box_bottom {
    flex-direction: column;
    gap: 25px;
  }
}

.p_taisaku_box_bottom .text_wrap {
  flex: auto;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .p_taisaku_box_bottom .text_wrap {
    padding-bottom: 0;
  }
}
.p_taisaku_box_bottom .text_wrap::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 207px solid transparent;
  border-left: 207px solid transparent;
  border-top: 96px solid #fdeb4f;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 35%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p_taisaku_box_bottom .text_wrap::after {
    border-style: solid;
    border-right: 140px solid transparent;
    border-left: 140px solid transparent;
    border-top: 78px solid #fdeb4f;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}

.p_taisaku_box_bottom .text_wrap .heading {
  font-size: clamp(16px, 1.3669821240799158vw, 26px);
  font-weight: 500;
  padding-left: 8%;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_taisaku_box_bottom .text_wrap .heading {
    text-align: center;
  }
}
.p_taisaku_box_bottom .text_wrap .heading::after {
  content: "";
  background: url(https://kobetsujuku.co.jp/wp-content/themes/cocoon-child-master/my-template/lp_yakugakubu/img/taisaku_icon.png);
  width: 38px;
  height: 36px;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 768px) {
  .p_taisaku_box_bottom .text_wrap .heading::after {
    width: 25px;
    height: 23px;
    left: 40px;
  }
}
.p_taisaku_box_bottom .text_wrap .heading span {
  font-size: clamp(18px, 1.4721345951629863vw, 28px);
  font-weight: 700;
  color: #4164ae;
}
.p_taisaku_box_bottom .text_wrap .text {
  font-size: clamp(15px, 1.0515247108307046vw, 20px);
  margin-top: 35px;
}
.p_taisaku_box_bottom .text_wrap .text span {
  color: #4164ae;
  font-weight: bold;
}

.p_taisaku_box_bottom .img {
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p_taskau_items {
    padding-inline: 15px;
  }
}
.p_taisaku_item {
  padding: 30px 40px;
  border: 1px solid #333;
  border-top: 7px solid #333;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p_taisaku_item {
    margin-top: 30px;
    padding-inline: 0;
  }
}
.p_taisaku_item .hading_wrap {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_taisaku_item .hading_wrap {
    flex-direction: column;
    gap: 20px;
  }
}

.p_taisaku_item .heading_l {
  display: flex;
  gap: 20px;
  flex: 0 0 42%;
  align-items: center;
}

.p_taisaku_item .number {
  font-size: clamp(40px, 3.1545741324921135vw, 60px);
  font-weight: bold;
  color: #4164ae;
  font-family: "Zen Old Mincho", serif;
}

.p_taisaku_item .text {
  font-size: clamp(18px, 1.3669821240799158vw, 26px);
  color: #333;
  font-weight: 600;
}

.p_taisaku_item .heading_r {
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p_taisaku_item .heading_r {
    font-size: 13px;
    color: #000;
    width: 80%;
  }
}

.p_taiskau_item1_heading {
  font-size: clamp(16px, 1.2618296529968454vw, 26px);
  font-weight: bold;
  color: #333;
  padding-block: 11px;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.04em;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_taiskau_item1_heading {
    width: 100%;
  }
}
.p_taiskau_item1_heading span {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(34px, 3.1545741324921135vw, 60px);
  font-weight: bold;
  color: #4164ae;
  line-height: 1;
  padding-inline: 10px;
}
@media screen and (max-width: 768px) {
  .p_taiskau_item1_heading span {
    padding-inline: 3px;
  }
}
.p_taisaku_item1_wrap {
  display: flex;
  gap: 6.333333333333332vw;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p_taisaku_item1_wrap {
    flex-direction: column;
    padding-inline: 15px;
  }
}
.item1_wrap_l {
  padding-left: 20px;
  flex: auto;
}
@media screen and (max-width: 768px) {
  .item1_wrap_l {
    padding-left: 0;
  }
}
.item1_wrap_l .heading {
  font-size: clamp(16px, 1.1566771819137749vw, 22px);
  color: #4164ae;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}
.item1_wrap_l .heading:nth-of-type(n + 2) {
  margin-top: 20px;
}
.item1_wrap_l .heading::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background-color: #4164ae;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
}
.item1_wrap_l .text {
  font-size: clamp(14px, 0.8412197686645636vw, 16px);
  font-weight: 500;
  padding-left: 20px;
  line-height: 2;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .item1_wrap_l .text {
    padding-left: 10px;
    margin-top: 5px;
  }
}
.item1_wrap_l .text p:nth-of-type(n + 2) {
  padding-top: 40px;
}
.item_wrap_r {
  flex: 0 0 19%;
  padding-right: 20px;
}

.item_wrap_r .img1 img {
  aspect-ratio: 199/195;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .item_wrap_r .img1 {
    width: 58%;
    margin: 0 auto;
  }
}
.item_wrap_r .img2 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .item_wrap_r .img2 {
    width: 58%;
    margin: 0 auto;
  }
}
.item_wrap_r .img2 img {
  aspect-ratio: 180/134;
  object-fit: cover;
}
.item_wrap_r .img3 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .item_wrap_r .img3 {
    width: 58%;
    margin: 0 auto;
  }
}
.item_wrap_r .img3 img {
  aspect-ratio: 188/130;
  object-fit: cover;
}
.p_taisaku_item.item2 .p_taisaku_item1_wrap {
  margin-top: 0;
}
.p_taisaku_item.item2 .item_wrap_r {
  flex: 0 0 26%;
}
.p_taisaku_item.item2 .img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p_taisaku_item.item2 .img {
    width: 50%;
    margin: 0 auto;
  }
}
.p_taisaku_item.item3 {
  padding-right: 10px;
}
.p_taisaku_item.item3 .p_taisaku_item1_wrap {
  gap: 40px;
  margin-top: 0;
}
.p_taisaku_item.item3 .item_wrap_r {
  flex: 0 0 32%;
}
.p_taisaku_item.item3 .item_wrap_r .img1 img {
  aspect-ratio: 380 / 420;
}
@media screen and (max-width: 768px) {
}

.p_taisaku_item.item4 .item_wrap_r {
  flex: 0 0 27%;
}
.p_taisaku_item.item4 .item_wrap_r .img1 img {
  aspect-ratio: 299 / 305;
}

/* ab */
.ab {
  padding-block: 40px;
}

.ab_wrap {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .ab_wrap {
    flex-direction: column;
    padding-inline: 15px;
  }
}
.ab_l {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 768px) {
  .ab_l {
    width: 100%;
  }
}
.ab_l .heading_img {
  width: 83px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ab_l .heading_img {
    width: 55px;
  }
}
.ab_l .heading {
  text-align: center;
  font-size: clamp(14px, 1.1566771819137749vw, 22px);
  font-weight: bold;
  color: #333;
  margin-top: -15px;
}

.ab_r {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 768px) {
  .ab_r {
    width: 100%;
  }
}
.ab_r .heading_img {
  width: 83px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ab_r .heading_img {
    width: 55px;
  }
}
.ab_r .heading {
  text-align: center;
  font-size: clamp(14px, 1.1566771819137749vw, 22px);
  font-weight: bold;
  color: #333;
  margin-top: -15px;
}
.ab_wrap ul {
  margin-top: 10px;
}

.ab_wrap ul li {
  font-size: clamp(14px, 1.1566771819137749vw, 22px);
  border: 1px solid #333;
  padding-left: 70px;
  padding-block: 5px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ab_wrap ul li {
    padding-left: 40px;
  }
}
.ab_l ul li span {
  color: #50a320;
  font-weight: bold;
}
.ab_r ul li span {
  color: #cfb000;
  font-weight: bold;
}

/* reasons */
.p_reasons {
  background-color: #fff;
  padding-top: 60px;
  margin-bottom: 0;
}
.p_reasons_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.p_reasons_items {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.p_reasons_item {
  padding: 50px 60px 25px;
}
@media screen and (max-width: 768px) {
  .p_reasons_item {
    padding-inline: 15px;
  }
}
.p_reasons_item:nth-of-type(odd) {
  background-color: #f5faff;
}

.p_reasons_item .item_wrap {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p_reasons_item .item_wrap {
    flex-direction: column;
  }
}

.p_reasons_item .item_l {
}

.p_reasons_item .heading_wrap {
  display: flex;
  gap: 20px;
  align-items: center;
}

.p_reasons_item .heading_wrap .number {
  font-size: 18px;
  display: flex;
  align-items: center;
}
.p_reasons_item .heading_wrap .number span {
  font-size: clamp(34px, 3.1545741324921135vw, 60px);
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  color: #4164ae;
}

.p_reasons_item .heading_wrap .heading {
  font-size: clamp(16px, 1.3669821240799158vw, 26px);
  font-weight: bold;
  color: #333;
}

.p_reasons_item .text {
  font-size: clamp(14px, 0.9463722397476341vw, 18px);
  font-weight: 500;
  line-height: 2.2;
}

.p_reasons_item .item_r {
  flex: 0 0 39%;
}

.p_reasons_item .item_box {
  margin-top: 35px;
  padding-block: 10px;
  border: 1px solid #333;
  padding-inline: 50px;
}
@media screen and (max-width: 768px) {
  .p_reasons_item .item_box {
    padding-inline: 20px;
  }
}
.p_reasons_item .item_box ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p_reasons_item .item_box ul {
    margin-bottom: 0;
  }
}
.p_reasons_item .item_box ul li:nth-of-type(odd) {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p_reasons_item .item_box ul li:nth-of-type(odd) {
    width: 100%;
  }
}
.p_reasons_item.item2 .item_box ul li:nth-of-type(odd) {
  width: 100%;
}
.p_reasons_item .item_box ul li {
  font-size: clamp(13px, 0.9463722397476341vw, 18px);
  padding-left: 20px;
  position: relative;
}
.p_reasons_item .item_box ul li::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 13px;
  background: url(https://kobetsujuku.co.jp/wp-content/themes/cocoon-child-master/my-template/lp_yakugakubu/img/check_b.png);
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.p_reasons_item .item_box ul li.heading {
  padding-left: 0;
}
.p_reasons_item .item_box ul li.heading::after {
  display: none;
}
.p_reasons_item .item_box ul li span {
  max-width: 300px;
  width: 100%;
  background-color: #4164ae;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  display: block;
}
.p_reasons_item:nth-of-type(2n) .item_box ul li span {
  background-color: #b53d46;
}
.p_reasons_item:nth-of-type(2n) .item_box ul li::after {
  background: url(https://kobetsujuku.co.jp/wp-content/themes/cocoon-child-master/my-template/lp_yakugakubu/img/check_r.png);
  background-size: cover;
}
.p_reasons_item.item4 .item_box ul li::after {
  display: none;
}
.p_reasons_item.item5 .item_box ul li.heading {
  width: 100%;
}
.p_reasons_item.item5 .item_box ul li:nth-of-type(2n) {
  width: 44%;
}
@media screen and (max-width: 768px) {
  .p_reasons_item.item5 .item_box ul li:nth-of-type(2n) {
    width: 100%;
  }
}
.p_reasons_item.item6 .item_wrap_heading {
  font-size: clamp(15px, 1.2618296529968454vw, 24px);
  font-weight: bold;
  color: #b53d46;
}
.p_reasons_item.item6 .item_wrap:nth-last-of-type(1) {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p_reasons_item .item_box ul li.heading {
    width: 80%;
    margin: 0 auto;
  }
}

/* voice */
.p_voice {
  padding-top: 60px;
}

.p_voice_inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p_voice_inner {
    padding-inline: 15px;
  }
}
.section_heading {
}

.p_voice_items {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.p_voice_item {
  padding: 30px 30px 30px 50px;
  border: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .p_voice_item {
    padding: 20px;
  }
}
.p_voice_item_heading {
  color: #333;
  font-weight: bold;
  font-size: clamp(17px, 1.1566771819137749vw, 22px);
}
@media screen and (max-width: 768px) {
  .p_voice_item_heading {
    text-align: center;
  }
}
.p_voice_item_wrap {
  margin-top: 25px;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p_voice_item_wrap {
    flex-direction: column;
  }
}
.p_voice_item_l {
  font-size: clamp(14px, 0.8412197686645636vw, 16px);
  line-height: 2;
}

.p_voice_item_r {
  flex: 0 0 28%;
}

.p_voice_item_r .img {
}

.p_voice_item_r .text {
  font-size: clamp(14px, 0.8412197686645636vw, 16px);
  color: #fff;
  background-color: #4164ae;
  padding-left: 10px;
  margin-top: 10px;
  line-height: 1.9;
}
.p_voice_item_r .text span {
  font-size: 14px;
}

/* faq */
.faq {
  padding-top: 80px;
}

.faq_inner {
  max-width: 1200px;
  margin: 0 auto;
}

.faq_items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .faq_items {
    padding-inline: 20px;
  }
}
.faq_item {
  padding: 40px 140px 50px 80px;
  border: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .faq_item {
    padding: 20px;
  }
}
.faq_item_q {
  padding-left: 50px;
  font-size: clamp(17px, 1.4721345951629863vw, 28px);
  color: #333;
  font-weight: bold;
  position: relative;
}
.faq_item_q::after {
  content: "";
  width: 39px;
  height: 40px;
  background: url(https://kobetsujuku.co.jp/wp-content/themes/cocoon-child-master/my-template/lp_shigakubu/img/faq_q.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 768px) {
  .faq_item_q::after {
    width: 24px;
    height: 24px;
  }
}

.faq_item_a {
  font-size: clamp(13px, 0.8412197686645636vw, 16px);
  color: #000;
  padding-left: 50px;
  position: relative;
  margin-top: 35px;
}
.faq_item_a::after {
  content: "";
  width: 39px;
  height: 36px;
  background: url(https://kobetsujuku.co.jp/wp-content/themes/cocoon-child-master/my-template/lp_shigakubu/img/faq_a.png);
  background-size: cover;
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 768px) {
  .faq_item_a::after {
    width: 24px;
    height: 24px;
    top: 10%;
  }
}
/* access */
#my-content-only .access {
  background-color: #f9f9f9;
  padding-top: 90px;
}
#my-content-only .inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
#my-content-only .sec-ttl {
  border-bottom: 1px solid #000;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding: 0.5em 0;
  margin-bottom: 1.5em;
  text-align: center;
  color: #000;
  margin-top: 0;
  background-color: transparent;
}
#my-content-only .access__txt {
  font-family: "Noto Sans JP";
  text-align: center;
  margin-bottom: 2em;
}
#my-content-only .access__list {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -10px 0;
}
#my-content-only .access__list > li {
  width: 50%;
  padding: 20px 10px 0;
  display: flex;
  margin: 0;
}
#my-content-only .access__box {
  width: 100%;
  background-color: #fff;
  border: 1px solid #808080;
  color: #808080;
  font-size: 14px;
  line-height: 1.4;
  padding: 9px 9px 0;
}
#my-content-only .access__box__inner {
  padding: 20px;
}
#my-content-only .access__name {
  color: #000;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 1em;
}
#my-content-only .access_img_wrap {
  padding: 20px;
  border: 1px solid #000;
  background-color: #fff;
  margin-top: 20px;
}

#my-content-only .access_imgs {
  display: flex;
  gap: 20px;
}

#my-content-only .access_img {
  width: calc((100% - 60px) / 4);
}

#my-content-only .access_note_wrap {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

#my-content-only .access__note01 {
  margin-top: 0;
}

#my-content-only .access__note02 {
  margin: 0;
  max-width: unset;
}
#my-content-only .access__note02 .sp {
  display: none;
}

#my-content-only .access__note01 span {
  background-color: #5a4747;
  display: inline-block;
  width: 124px;
  border-radius: 14px;
  color: #fff;
  margin: 2px;
  text-align: center;
}
#my-content-only .access_traffic {
  line-height: 1.75;
  color: #000;
}

#my-content-only .access_address {
  line-height: 1.75;
  color: #000;
}

#my-content-only .access_tel {
  line-height: 1.75;
  color: #000;
}
#my-content-only .access_tel_text {
  line-height: 1.75;
  color: #000;
  font-size: clamp(10px, 0.7291666666666666vw, 14px);
}
.access__box__inner {
  position: relative;
}
.access_date {
  position: absolute;
  top: 13px;
  right: 15px;
  font-size: clamp(15px, 1.3020833333333335vw, 25px);
  background: #aa2a2c;
  color: #fff;
  max-width: clamp(140px, 12.5vw, 240px);
  width: 100%;
  text-align: center;
  padding-block: 5px;
  border-radius: 20px;
  font-family: "Zen Old Mincho";
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #my-content-only .access_imgs {
    flex-wrap: wrap;
  }

  #my-content-only .access_img {
    width: calc((100% - 20px) / 2);
  }
  #my-content-only .access_note_wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  #my-content-only .access_img_wrap {
    padding: 10px;
  }
  #my-content-only .access__note01 {
    width: 100%;
  }
  #my-content-only .access__note01 span {
    width: 23%;
    font-size: 13px;
  }
  #my-content-only .access__note02 .sp {
    display: block;
  }
  #my-content-only .access img {
    height: auto;
  }
  #my-content-only .inner {
    padding: 0 3.333vw;
  }
  #my-content-only .sec-ttl {
    font-size: max(10px, min(5.333vw, 40px));
  }
  #my-content-only .access__list {
    margin: -10px 0 0;
    padding-left: 0;
  }
  #my-content-only .access__list > li {
    width: 100%;
    padding: 10px 0 0;
  }
  #my-content-only .access__box__inner {
    padding: 3.333vw;
  }
  #my-content-only .access__name {
    font-size: 16px;
  }
}

/* footer */
.l_footer {
  background-color: #333;
  padding: 40px 0 10px 0;
  margin-bottom: 0;
}

.l_footer_inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l_footer_inner {
    padding-inline: 20px;
  }
}
.l_footer_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .l_footer_wrap {
    flex-direction: column;
  }
}
.l_footer_l {
  display: flex;
  align-items: center;
  gap: 10px;
}

.l_footer_logo {
  max-width: 225px;
  width: 100%;
  height: 25px;
}
@media screen and (max-width: 768px) {
  .l_footer_logo {
    max-width: 175px;
    height: 18px;
  }
}

.l_footer_name {
  color: #fff;
  font-size: clamp(12px, 0.8937960042060988vw, 17px);
  padding: 3px 6px;
  border: 2px solid #fff;
  line-height: 1;
}

.l_footer_r {
}

.l_footer_r_tel {
  font-size: clamp(27px, 1.840168243953733vw, 35px);
  padding-left: 30px;
  color: #fff;
  position: relative;
}

.l_footer_r_tel::after {
  content: "";
  background: url(https://kobetsujuku.co.jp/wp-content/themes/cocoon-child-master/my-template/lp_shigakubu/img/tel_icon.png);
  width: 22px;
  height: 30px;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 768px) {
  .l_footer_r_tel::after {
    width: 17px;
    height: 23px;
  }
}

.l_footer_text {
  font-size: 16px;
  color: #fff;
  margin-top: 5px;
}
.l_footer_r ul {
  margin-top: 10px;
}
.l_footer_r ul li {
  color: #fff;
}
.l_footer_r ul li a {
  color: #fff;
  text-decoration: none;
  padding-left: 10px;
}
.l_footer_copy {
  margin-top: 90px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l_footer_copy {
    margin-top: 45px;
  }
}
.mobile-menu-buttons {
  display: none;
}
@media screen and (max-width: 834px) {
  main.main,
  div.sidebar {
    padding: 0;
    margin: 10px 0;
    border-width: 0;
  }
}

@media screen and (max-width: 768px) {
  .banner_wrap {
    flex-direction: column;
    gap: 25px;
  }
  .banner {
    width: 67%;
    margin: 0 auto;
    height: auto;
  }
  .banner img {
    vertical-align: bottom;
  }
  .section_heading {
    text-align: left;
    padding-left: 30px;
  }
  .section_heading::after {
    height: 35px;
    left: 17px;
  }
}

.pass_bg {
  background: #333;
  margin: 0;
}
.pass_h2_wrap {
  padding: 30px 10px 20px;
}
h2.pass_h2 {
  text-align: center;
  color: #fff;
  font-weight: 400 !important;
  font-size: 25px;
  line-height: 1;
  position: relative;
  background-color: transparent;
  font-family: "Zen Old Mincho", serif;
  margin: 0;
}
h2.pass_h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 1px;
  background: #fff;
}
.pass_h2_img1,
.pass_h2_img2 {
  display: inline-block;
  width: 17px;
  vertical-align: middle;
  margin-bottom: 18px;
}
.pass_h2_img1 {
  margin-right: 22px;
}
.pass_h2_img2 {
  margin-left: 22px;
}
.pass_box {
  background: #fff;
  margin: 0 0 15px;
  padding: 30px 0 25px;
}
h3.pass_box_title {
  padding: 0 0 0 50px !important;
  position: relative;
  border: none;
  margin: 0;
}
h3.pass_box_title::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 3px;
  background-image: url(https://kobetsujuku.co.jp/wp-content/themes/cocoon-child-master/my-template/lp_002/img/pass.png);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
.pass_box_title_span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #333;
  border-radius: 999px 0 0 999px;
  color: #fff;
  padding: 10px 20px 10px 28px;
  margin: 0 0 8px !important;
}
.pass_box_title_span2::after {
  content: " 名";
  font-size: 0.85em;
}
.pass_list {
  list-style: none;
  padding: 0 0 0 75px !important;
  margin: 0 !important;
}
.pass_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 20px 0 0;
}
.pass_list_span2::after {
  content: " 名";
  font-size: 0.85em;
}
p.pass_alert {
  text-align: right;
  color: #fff;
  margin: 0 0 0 !important;
  font-size: 14px;
}
.pass_close {
  display: block;
  padding: 25px 0 8px;
  cursor: pointer;
  text-align: center;
}
.pass_close img {
  display: inline-block;
  width: 20px;
  transform: rotate(180deg);
}
.pass_open {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333;
  width: 100%;
  cursor: pointer;
  text-align: center;
}
.pass_open_in {
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 12px 0;
  font-size: 18px;
  width: 250px;
}
.pass_open_in img {
  width: 20px;
}
.pass_open_arrow1 {
  left: 0;
}
.pass_open_arrow2 {
  right: 0;
}
.pass_warp {
  position: relative;
  padding: 0 0 30px;
}
.pass_box_spnone,
.pass_box_spac,
.pass_alert,
.pass_close {
  display: none;
}
.pass_now_open .pass_warp {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pass_box_spnone,
  .pass_box_spac,
  .pass_alert {
    display: block;
  }
  .pass_open {
    display: none;
  }
  h2.pass_h2 {
    font-size: 55px;
    margin: 0;
  }
  .pass_h2_wrap {
    padding: 40px 0 20px;
  }
  .pass_flexbox {
    width: 32.5%;
    background: #fff;
    padding: 0 0 15px;
  }
  .pass_box {
    margin: 0;
    padding: 30px 0 1px;
  }
}
.content_div {
  max-width: 1400px;
  margin: 0 auto;
}
