@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*
.ff-sawarabi-mincho, .wf-active .ff-sawarabi-mincho {
	font-family: "游明朝", "ヒラギノ明朝 ProN", "Noto Serif JP", serif;
}
*/
body {
	background-color: initial;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    user-select: initial;
    -webkit-user-select: initial;
  }
}

/*
.page .date-tags {
	display: none;
}
*/
.page .article-footer {
	display: none;
}

.footer-cover .wp-block-cover {
	margin-bottom: 0px;
}

.footer-bottom {
	margin-top: 0px;
}

.navi-footer-in a {
	color: #fff;
}

.footer-color-green {
    background-color:#00a342;
}

.page .footer-cover {
	margin-bottom: 0px;
	padding: 30px 50px;
}

/* ==================================
 * ヘッダ部分のスタイル
================================== */
.header-container-in.hlt-top-menu .logo-header img {
	height: 100px;
}

.header-container-in.hlt-top-menu .logo-header img {
    max-height: 100px;
}

.header-container-in.hlt-top-menu .logo-header {
    max-height: 100px;
}

.page .header-container .header-container-in {
	/* idth: 100%; */
	margin:auto;
}

.header {
	/* width: 1256px; */
	margin:auto;
}

.header-in {
	flex-direction:row-reverse;
	align-items:center;
}

.tagline{
	margin-left:auto;
}

.logo {
	text-align:initial;
	margin: .6em 1em;
}

.main {
	padding: 0px;
	border: none;
}

.home .content {
	margin-top: 0px;
}
.eye-catch {
	/* margin-bottom: 0px; */
	margin-bottom: -1.5px;
}
.header-container, .navi {
	background-color: #f7f7f7;
}

.page .entry-title{
	display: none;
}

.entry-title {
	text-align:center;
}

.page .wrap {
	width: 100%;
}

.page .header-container-in {
    width: 1256px;
    margin: 0 auto;
}

.header-container-in.hlt-top-menu {
    padding: 10px 50px 20px 50px;
}

.navi-in > ul li {
	height: auto;
	line-height: 20px;
	border-right: solid 1px #aaaaaa;
}
.navi-in > ul li:last-child {
	border-right: none;
}
.menu_jpn_name {
	font-size: 12px;
}

.footer{
	background-color: #00a342;
	background-size:cover;
	margin-top:0px;
	padding: 0px;
}

.copyright {
	color: #fff;
}

.entry-content {
    margin-top: 0px;
}

.article .wp-block-cover {
    margin-bottom: 0px;
}

.go-to-top-button {
	width: 100px;
	height: 100px;
}

.topright-button1 {
	display: block;
	position: fixed;
	color: #ffffff;
	background-color: #094BB1;
	right: 5px;
	top: 200px;
	padding: 10px 35px 10px 20px;
	z-index: 100;
	width: 30px;
	height: auto;
	border-radius: 5px;
}

.topright-button1 a{
	color: #fff;
	text-decoration: none;
}

.topright-button2 {
	display: block;
	position: fixed;
	color: #ffffff;
	background-color: #094BB1;
	right: 5px;
	top: 370px;
	padding: 10px 35px 10px 20px;
	z-index: 100;
	width: 30px;
	height: auto;
	border-radius: 5px;
}
.topright-button2 a{
	color: #fff;
	text-decoration: none;
}

.fa {
	font-size: 25px;
}

.title-img-hr {
	padding-top: 30px;
}
.contents-group-backcolor{
    background-color: rgba(255,255,255,0.7);
}
.contents-group {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.contents-top-text {
    padding: 20px;
}
.contents-bottom-space{
	padding-bottom: 50px;	
}
.article h6 {
	border: none;
}

.column1-narrow .entry-content {
	 max-width: 1256px;
    margin: 0 auto 200px;
    padding: 0 15px;
}
.column1-narrow .entry-content h2 {
    margin: 0;
    line-height: 1;
    padding-top: 50px;
}
.column1-narrow .entry-content .video-container {
    margin: 0;
}
.column1-narrow .entry-content p {
    margin: 0;
}

/* パソコンで見たときは"pc-title-img"のclassがついた画像が表示される */
.pc-title-img, .pc-table, .pc-style-text { display: block !important; }
.sp-title-img, .sp-table, .sp-style-text { display: none !important; }

/*.contact-menu-button {
	border: solid 1px #fff;
	border-radius: 10px;
}*/

.pt-cv-colsys .pt-cv-content-item {
	text-align: center;
}
.pt-cv-content {
	text-align: left;
}

.costom-fontsize-1_5em {
	font-size: 1.5em;
}

/* 新着情報CSS */
.wp-show-posts-inner, h2.wp-show-posts-entry-title {
	background-color: rgba(255,255,255,0.7);
	color: #333;
}

.wp-show-posts-inner {
	text-align: right;
}

.wp-show-posts-entry-summary {
	text-align: left;
	padding: 0 10px;
}

.wp-show-posts-inner .wpsp-read-more {
	margin: 0 10px 1em;
}

h2.wp-show-posts-entry-title{
	text-align: center;
	padding: 10px;
	background-color:transparent;
}

h2.wp-show-posts-entry-title a {
	color: #333;
}

.wpsp-load-more {
	text-align: center;
}

.wpsp-load-more .page-numbers {
	width: 75px;
}

/* 教室詳細画面のテーブル設定 */
table {
	margin: 20px auto;
	width: auto;
}
table tr:nth-of-type(2n+1) {
	background-color: transparent;
}
.school-deteil-tbl tr {
	background-color: transparent;
}
.school-deteil-tbl th {
	background-color: transparent;
	border: 0px;
	padding: 10px;
	text-align: left;
	border-bottom: solid 1px #ccc;
}
.school-deteil-tbl td {
	background-color: transparent;
	border: 0px;
	padding: 10px;
	border-bottom: solid 1px #ccc;
}

/* フォーム */
textarea, input[type="text"],input[type="tel"],input[type="email"] {
	font-size: max(1.15rem, 16px);
}
@media(min-width: 768px){
  textarea, input[type="text"],input[type="tel"],input[type="email"] {
    font-size: max(1rem, 16px);
  }
}
.c-form input,
.c-form textarea{
  -webkit-appearance: none;
}
.c-form-wrapper {
  background-color: #fff;
  padding: 100px 20px;
  max-width: 840px;
  margin: 0 auto;
}
.c-form__title {
  display: inline-flex;
  align-items: center;
}
.c-form__btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.c-form__btn {
  width: 100%;
  border: 1px solid var(--cocoon-thin-color);
  background-color: #f5f8fa;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  padding: 11px;
  margin: 0;
  cursor: pointer;
}
.c-form-textarea {
  resize: vertical;
}
.c-required {
  display: inline-block;
  color: #fff;
  background-color: red;
  border-radius: 0.4em;
  font-size: 10px;
  line-height: 1;
  padding: 0.45em 0.6em;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
.c-form-wrapper .wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}
.c-form-wrapper .wpcf7-spinner {
  display: none;
}

/* recaptcha */
.grecaptcha-badge {
  bottom: 120px!important;
}


/* LP */
.page-id-921,
.page-id-960 {
  background-color: #FFF3C2;
  margin-bottom: 0;
}
.page-id-921 .entry-content,
.page-id-960 .entry-content {
  margin-bottom: 0;
}
.content:has(.lp-wrapper) {
  margin-top: 0;
}
.main:has(.lp-wrapper) {
  background-color: #FFF3C2;
}
.lp-wrapper {
  width: 375px;
  max-width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
}
.lp-wrapper--thanks {
  height: calc(100vh - 55px - 220px);
  min-height: 275px;
}
.page-id-921 .entry-content {
  position: relative;
}
.lp-pcbg-before {
  display: none;
}
.lp-pcbg-after {
  display: none;
}
@media screen and (min-width: 1024px) {
  .lp-pcbg-before {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: clamp(0.625rem, -7.375rem + 12.5vw, 7.625rem);
    display: flex;
    flex-direction: column;
  }
  .lp-pcbg-before__text1 {
    color: #494949;
    font-size: calc(( 16 / 1920 ) * 100vw);
    font-weight: bold;
    line-height: 1;
  }
  .lp-pcbg-before__text2 {
    color: #FF8438;
    font-size: calc(( 18 / 1920 ) * 100vw);
    font-weight: bold;
    line-height: 1;
    margin-top: calc(( 10 / 1920 ) * 100vw);
  }
  .lp-pcbg-before__text2 .u-font-28 {
    font-size: calc(( 28 / 1920 ) * 100vw);
  }
  .lp-pcbg-before__text2 .u-font-36 {
    font-size: calc(( 36 / 1920 ) * 100vw);
  }
  .lp-pcbg-before__imgs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: calc(( 16 / 1920 ) * 100vw);
    margin-top: calc(( 23 / 1920 ) * 100vw);
  }
  .lp-pcbg-before__imgs img {
    width: calc(( 150 / 1920 ) * 100vw);
  }
  .lp-pcbg-after {
    display: block;
    position: fixed;
    top: 20px;
    left: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: calc(( 14 / 1920 ) * 100vw);
  }
  .lp-pcbg-after img {
    width: clamp(2.125rem, 1.125rem + 1.5625vw, 3rem);
  }
  .lp-pcbg-after__text {
    color: #00AB4E;
    font-size: clamp(1rem, 0.4286rem + 0.8929vw, 1.5rem);
    font-weight: bold;
    line-height: 1;
    transform: translateY(calc(-1 *( 4 / 1920 ) * 100vw));
  }
}
.lp-pcbg-campaign {
  display: none;
}
@media screen and (min-width: 1024px) {
  .lp-pcbg-campaign {
    display: block;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: clamp(1.5rem, -6.2857rem + 12.1652vw, 8.3125rem);
  }
  .lp-pcbg-campaign__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(( 19 / 1920 ) * 100vw);
  }
  .lp-pcbg-campaign__img {
    width: min(calc(( 503 / 1920 ) * 100vw), 503px);
    width: calc(( 503 / 1920 ) * 100vw);
  }
  .lp-pcbg-campaign__caution {
    font-size: clamp(0.625rem, 0.0536rem + 0.8929vw, 1.125rem);
    line-height: 1;
    font-weight: 500;
  }
}

.lp-inner {
  padding-right: min(calc(( 22 / 375 ) * 100vw), 22px);
  padding-left: min(calc(( 22 / 375 ) * 100vw), 22px);
}
.lp-text-sm {
  font-size: 14px;
  line-height: 1.8;
}
.lp-text-md {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}
.lp-text-accent {
  color: #E96C1F;
  font-weight: bold;
  line-height: 1;
}
.lp-headinglv2 {
  font-size: min(calc(( 32 / 375 ) * 100vw), 32px);
  font-weight: bold;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(( 32 / 375 ) * 100vw), 32px);
}
.lp-headinglv2::after {
  content: '';
  width: 80px;
  height: 6px;
  background-color: #00AB4E;
  margin-bottom: 40px;
}
.lp-headinglv3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border-bottom-width: 0!important;
  margin-top: 0!important;
}
.lp-headinglv4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.lp-headinglv5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 2px solid #00AB4E;
}
.lp-box-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.lp-box {
  background-color: #00AB4E;
  border-radius: 10px;
  padding: 18px 30px;
}
.lp-box--yellow {
  background-color: #F5DA36;
}
.lp-box--border {
  background-color: #fff;
  border: 4px solid #00AB4E;
}
.lp-box-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.lp-box-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
.lp-box-text--sm {
  font-size: 14px;
  line-height: 1.8;
}


.lp-header {
  position: fixed;
  background-color: #fff;
  max-width: 375px;
  width: 100%;
  top: 0;
  z-index: 1;
}
.lp-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lp-header-logo-link {
  display: block;
}
.lp-header-logo {
  width: 40px;
  margin-left: 22px;
  vertical-align: bottom;
}
.lp-header-btn {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #E96C1F;
  width: fit-content;
  padding: 0 24px;
  line-height: 55px;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
.lp-header-btn:hover,
.lp-header-btn:focus {
  background-color: #00AB4E;
  color: #fff;
}
.lp-footer {
  background-color: #222222;
  color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
}
.lp-footer-company-item {
  border-bottom: 1px solid #fff;
  padding: 8px 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 500;
}
.lp-footer-company-item dt {
  width: 90px;
}
.lp-footer-company-item dd {
  width: 216px;
}
.lp-footer-copyright {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  margin-top: 18px;
}
.lp-cta {
  background-color: #00AB4E;
  padding: 36px 0;
  text-align: center;
}
.lp-cta-text-wrapper {
  color: #fff;
  font-size: min(calc(( 18 / 375 ) * 100vw), 18px);
  font-weight: bold;
  line-height: 1;
  margin-bottom: min(calc(( 17 / 375 ) * 100vw), 17px);
}
.lp-cta-text2 {
  margin-top: 13px;
}
.lp-cta-text3 {
  margin-top: 2px;
  padding-left: 5px;
  line-height: 42px;
  width: fit-content;
  margin: 0 auto;
}
.lp-cta-text3 .u-marker-orange {
  padding: 0 5px;
}
.lp-cta-text-lead {
  color: #F5DA36;
  font-size: min(calc(( 17 / 375 ) * 100vw), 17px);
  font-weight: bold;
  line-height: 1;
}
.lp-cta-q {
  display: inline-block;
  font-size: 38px;
  transform: rotate(10deg);
}
.lp-btn {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #E96C1F;
  border-radius: 50em;
  text-decoration: none;
  margin-top: 12px;
  height: 63px;
  line-height: 63px;
  letter-spacing: .03em;
  text-align: center;
  position: relative;
  box-shadow: 0px 5px 0px #9D430B;
  transition: .3s;
}
.lp-btn:hover,
.lp-btn:focus {
  color: #fff;
  box-shadow: unset;
  transform: translateY(4px);
}
.lp-btn-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  width: 25px;
}
.lp-mv {
  background-color: #F5DA36;
  padding: 24px 0 24px;
  margin-top: 55px;
}
.lp-mv .lp-inner {
  text-align: center;
}
.lp-mv-lead {
  font-size: min(calc(( 16 / 375 ) * 100vw), 16px);
  font-weight: bold;
  background-color: #fff;
  padding: 0 min(calc(( 20 / 375 ) * 100vw), 20px);
  position: relative;
}
.lp-mv-lead::after {
  position: absolute;
  content: '';
  background-color: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 16px;
  height: 14px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}
.lp-mv-text1 {
  margin-top: 18px;
  font-size: min(calc(( 16 / 375 ) * 100vw), 16px);
  font-weight: bold;
  line-height: 1.4;
}
.lp-mv-text2 {
  font-size: min(calc(( 16 / 375 ) * 100vw), 16px);
  font-weight: 900;
  line-height: 1;
  padding-top: 10px;
}
.lp-mv-text3 {
  font-size: min(calc(( 14 / 375 ) * 100vw), 14px);
  font-weight: bold;
  line-height: 1;
  padding-top: 10px;
}
.lp-mv-text4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  font-size: min(calc(( 24 / 375 ) * 100vw), 24px);
  font-weight: 900;
  line-height: 1.6;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 14px;
}
.lp-mv-text5 {
  display: inline-block;
  position: relative;
  color: #00AB4E;
  font-size: min(calc(( 64 / 375 ) * 100vw), 64px);
  font-weight: 900;
  line-height: 1;
  transform: translateY(-5px) rotate(5deg);
}
.lp-mv-text5::before {
  position: absolute;
  content: '';
  background-image: url(/wp-content/uploads/2024/12/mv_img03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: min(calc(( 87 / 375 ) * 100vw), 87px);
  height: auto;
  aspect-ratio: 87 / 65;
  top: max(calc(-1 * ( 17 / 375 ) * 100vw), -17px);
  left: max(calc(-1 * ( 60 / 375 ) * 100vw), -60px);
  transform: rotate(-5deg);
}
.lp-mv-text6 {
  font-size: min(calc(( 36 / 375 ) * 100vw), 36px);
  font-weight: bold;
  line-height: 1.6;
  margin-left: 2px;
}
.lp-mv-text7 {
  font-size: min(calc(( 24 / 375 ) * 100vw), 24px);
  font-weight: bold;
  line-height: 1;
  padding-top: min(calc(( 15 / 375 ) * 100vw), 15px);
}
.lp-mv-text7 .span {
  font-size: min(calc(( 20 / 375 ) * 100vw), 20px);
}
.lp-mv-text8 {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  font-size: min(calc(( 64 / 375 ) * 100vw), 64px);
  font-weight: 900;
  margin-top: min(calc(( 12 / 375 ) * 100vw), 12px);
  line-height: 1;
  padding-bottom: min(calc(( 15 / 375 ) * 100vw), 15px);
}
.lp-mv-text8 .span {
  font-size: min(calc(( 72 / 375 ) * 100vw), 72px);
  font-weight: bold;
  letter-spacing: -1em;
  margin-left: max(calc(-1 *( 18 / 375 ) * 100vw), -18px);
}


.lp-mv-text-img1 {
  margin-top: 20px;
}
.lp-mv-text-img2 {
  margin-top: 2px;
  vertical-align: bottom;
}
.lp-mv-img-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 0 22px 0 9px;
  margin-top: 0;
}
.lp-mv-img1 {
  width: min(calc(( 205 / 375 ) * 100vw), 205px);
}
.lp-mv-img2 {
  width: min(calc(( 138 / 375 ) * 100vw), 138px);
}

.lp-campaign {
  position: relative;
  padding-top: 11px;
}
.lp-campaign::before {
  position: absolute;
  content: '';
  background-image: url(/wp-content/uploads/2024/12/campaign-title_img.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 319px;
  height: auto;
  aspect-ratio: 319 / 80;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.lp-campaign .lp-box {
  padding: 34px 0 31px;
  text-align: center;
}
.lp-campaign-lead-wrapper {
  display: grid;
  gap: 7px;
}


.lp-campaign-price-wrapper {
  margin-top: 20px;
  display: grid;
  gap: 20px;
  transform: translateX(4px);
}
.lp-campaign-price-item {
  display: grid;
  gap: 10px;
}
.lp-campaign-price-item-title {
  display: inline-block;
  padding: 5px 0;
  width: 136px;
  text-align: center;
  margin: 0 auto;
  line-height: 1;
}
.lp-campaign-price-box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
}
@media screen and (max-width: 370px) {
  .lp-campaign-price-box {
    flex-wrap: wrap;
  }
}
.lp-campaign-price-normal {
  display: grid;
  grid-template:
  'campaigntext1 .'auto
  'campaigntext2 campaigntext3'auto
  /auto auto;
  align-items: end;
  row-gap: 6px;
  column-gap: 1px;
}
.lp-campaign-price-normal-text1 {
  grid-area: campaigntext1;
}
.lp-campaign-price-normal-text2 {
  position: relative;
  grid-area: campaigntext2;
}
.lp-campaign-price-normal-text2::after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #222222;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-11deg);
}
.lp-campaign-price-normal-text3 {
  grid-area: campaigntext3;
}
.lp-campaign-price-special {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.lp-campaign-price-special::before {
  content: '';
  display: block;
  width: 11px;
  height: 22px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #333333;
  transform: translateY(-9px);
  margin-right: 2px;
  flex-shrink: 1;
}
.lp-campaign-caution {
  margin-top: 12px;
}



.lp-pikaichi {
  padding: 48px 0 54px;
}
.lp-pikaichi .lp-box {
  padding: 38px min(calc(( 9 / 375 ) * 100vw), 9px);
}
.lp-pikaichi-head {
  display: grid;
  gap: 6px;
  justify-items: center;
}
.lp-pikaichi-head .u-font-24 {
  font-size: min(calc(( 24 / 375 ) * 100vw), 24px);
}
.lp-pikaichi-lead {
  line-height: 1.5;
  margin-top: 12px;
}
.lp-pikaichi-strong {
  margin-top: 5px;
}
.lp-pikaichi-strong .u-font-16 {
  font-size: min(calc(( 16 / 375 ) * 100vw), 16px);
}
.lp-pikaichi-time-wrapper {
  display: grid;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}
.lp-pikaichi-time-item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  column-gap: 20px;
}


.lp-pikaichi-caution {
  margin-top: 10px;
  padding: 0;
}


.lp-graph {
  padding: 60px 0 64px;
}
.lp-graph-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.lp-graph-title-lg {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
}
.lp-graph-title-lg::before,
.lp-graph-title-lg::after {
  position: absolute;
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.lp-graph-title-lg::before {
  width: 20px;
  height: 21px;
  background-image: url(/wp-content/uploads/2024/12/graph_img03.png);
  top: -11px;
  left: -6px;
}
.lp-graph-title-lg::after {
  width: 21px;
  height: 20px;
  background-image: url(/wp-content/uploads/2024/12/graph_img04.png);
  top: -8px;
  right: -10px;
}
.lp-graph-title-arrow-img {
  height: 26px;
}
.lp-graph-title-sub {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-top: 32px;
}
.lp-graph-img {
  margin-top: 24px;
}
.lp-graph-text-wrapper {
  margin-top: 40px;
  text-align: center;
}
.lp-graph-text1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}
.lp-graph-text2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}
.lp-graph-text3 {
  margin-top: 17px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.lp-graph-text4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
}
.lp-graph-text4--question {
  width: 22px;
}

.lp-problem {
  background-color: #E0E0E0;
  padding-top: 54px;
  position: relative;
}
.lp-problem::after {
  content: '';
  position: absolute;
  width: min(calc(( 375 / 375 ) * 100vw), 375px);
  height: auto;
  aspect-ratio: 375 / 57;
  background-color: #E0E0E0;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  bottom: max(calc(-1 * ( 57 / 375 ) * 100vw), -57px);
  left: 50%;
  transform: translateX(-50%);
}
.lp-problem-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.lp-problem-img-wrapper {
  position: relative;
  padding-top: min(calc(( 152 / 375 ) * 100vw), 152px);
  padding-bottom: min(calc(( 84 / 375 ) * 100vw), 84px);
  z-index: 1;
}
.lp-problem-img {
  position: absolute;
}
.lp-problem-img--1 {
  width: min(calc(( 251 / 375 ) * 100vw), 251px);
  top: min(calc(( 23 / 375 ) * 100vw), 23px);
  right: 0;
}
.lp-problem-img--2 {
  width: min(calc(( 243 / 375 ) * 100vw), 243px);
  top: min(calc(( 111 / 375 ) * 100vw), 111px);
  left: 0;
}
.lp-problem-img--3 {
  width: min(calc(( 212 / 375 ) * 100vw), 212px);
  top: min(calc(( 225 / 375 ) * 100vw), 225px);
  left: 0;
}
.lp-problem-img--4 {
  width: min(calc(( 238 / 375 ) * 100vw), 238px);
  top: min(calc(( 320 / 375 ) * 100vw), 320px);
  left: min(calc(( 12 / 375 ) * 100vw), 12px);
}
.lp-problem-img--5 {
  display: block;
  width: min(calc(( 133 / 375 ) * 100vw), 133px);
  margin-left: auto;
  margin-right: min(calc(( 22 / 375 ) * 100vw), 22px);
}

.lp-kaiketu {
  background-color: #F5DA36;
  padding: 91px 0 54px;
}
.lp-kaiketu-title-wrapper {
  position: relative;
}
.lp-kaiketu-title-text {
  width: min(calc(( 256 / 375 ) * 100vw), 256px);
}
.lp-kaiketu-title-img {
  position: absolute;
  width: min(calc(( 82 / 375 ) * 100vw), 82px);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.lp-kaiketu-lead1 {
  font-weight: 500;
  text-align: center;
  margin-top: 11px;
}
.lp-kaiketu-lead2 {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-top: 4px;
}
.lp-kaiketu-img {
  margin-top: 22px;
}
.lp-kaiketu-lead3 {
  text-align: center;
  font-weight: bold;
  margin-top: 17px;
}
.lp-kaiketu-lead4 {
  font-size: min(calc(( 28 / 375 ) * 100vw), 28px);
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
.lp-kaiketu-lead4 .u-font-16 {
  font-size: min(calc(( 16 / 375 ) * 100vw), 16px);
}
.lp-kaiketu-bgwhite {
  display: inline;
  background: #fff;
  padding: 0 min(calc(( 5 / 375 ) * 100vw), 5px);
  -webkit-box-decoration-break: slice;
  box-decolation-break: slice;
}
.lp-kaiketu-lead5 {
  text-align: center;
  font-weight: 500;
  margin-top: 6px;
}

.lp-service {
  padding: 54px 0;
}
.lp-service-lead {
  text-align: center;
  font-weight: 500;
}
.lp-service-box {
  margin-top: 16px;
  margin-bottom: 47px;
  padding: 23px;
  text-align: center;
}
.lp-service-box .lp-box-text {
  margin-top: 16px;
}
.lp-service-list {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  padding: 0;
  margin-top: 16px;
}
.lp-service-img {
  width: 134px;
  margin-top: 16px;
}

.lp-price-boxes {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.lp-price-boxes .lp-box {
  display: grid;
  place-content: center;
  min-height: 214px;
  padding: 18px 0;
}
.lp-price-boxes .lp-box-text {
  padding-left: 10px;
}
.lp-price-box-price {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 16px 0;
}
.lp-price-text-wrapper {
  margin-top: 28px;
  text-align: center;
}
.lp-price-lead {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
.lp-price-text1 {
  margin-top: 23px;
  font-weight: 500;
  line-height: 1;
}
.lp-price-text2 {
  margin-top: 16px;
  font-weight: 500;
  line-height: 1;
}
.lp-price-text3 {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}
.lp-price-text3::before {
  position: absolute;
  content: '';
  background-image: url(/wp-content/uploads/2024/10/price_arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 15px;
  height: 35px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}
.lp-price-text3::after {
  position: absolute;
  content: 'ピカ線だと';
  bottom: -40px;
  right: 55px;
}
.lp-price-text4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-top: 60px;
}
.lp-price-text5 {
  font-weight: 500;
  margin-top: 15px;
}
.lp-price-text6 {
  font-weight: 500;
  line-height: 1;
  margin-top: 4px;
}
.lp-price-text7 {
  font-weight: 500;
  line-height: 1;
  margin-top: 7px;
}
.lp-price-text8 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-top: 15px;
}
.lp-price-text9 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-top: 24px;
}
.lp-price-text10 {
  font-weight: 500;
  margin-top: 16px;
}

.lp-tips {
  padding: 48px 0;
  background-color: #F5DA36;
}
.lp-tips-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.lp-tips-title__deco {
  font-size: 32px;
  color: #E96C1F;
  position: relative;
}
.lp-tips-title__deco::after {
  position: absolute;
  content: '';
  background-image: url(/wp-content/uploads/2024/10/tips_img03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 13px;
  height: 17px;
  right: -10px;
  top:0;
}
.lp-tips-text {
  font-weight: 500;
  text-align: center;
  margin-top: 31px;
}
.lp-tips-cards {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 27px;
  counter-reset: number 0;
}
.lp-tips-card-img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
  aspect-ratio: 330 / 173;
  vertical-align: bottom;
}
.lp-tips-card-body {
  background-color: #fff;
  padding: 23px 16px;
  border-radius: 0 0 10px 10px;
}
.lp-tips-card-lead {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  padding-left: 45px;
}
.lp-tips-card-lead::before {
  position: absolute;
  content: '';
  width: 33px;
  height: 33px;
  border: 2px solid #00AB4E;
  border-radius: 50em;
  background-color: #fff;
  top: 0;
  left: 0;
}
.lp-tips-card-lead::after {
  position: absolute;
  counter-increment: number 1;
  content: counter(number);
  color: #00AB4E;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  top: 7px;
  left: 12px;
}
.lp-tips-card-text {
  font-weight: 500;
  margin-top: 8px;
  padding-left: 45px;
}

.lp-flow {
  padding: 48px 0 24px;
}
.lp-flow-text {
  text-align: center;
  font-weight: 500;
  margin-top: 32px;
}
.lp-flow-box.lp-box {
  margin-top: 32px;
  padding: 31px 18px;
}
.lp-flow-box-img {
  display: block;
  width: 77px;
  margin: 0 auto;
}
.lp-flow-box-lead {
  font-size: min(calc(( 16 / 375 ) * 100vw), 16px);
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.lp-flow-box-lead .u-font-24 {
  font-size: min(calc(( 24 / 375 ) * 100vw), 24px);
}
.lp-flow-box-text {
  font-weight: 500;
  color: #fff;
  margin-top: 16px;
}
.lp-flow-cards {
  margin-top: 47px;
  display: flex;
  flex-direction: column;
  gap: 73px;
}
.lp-flow-card {
  position: relative;
}
.lp-flow-card:not(:first-child)::before {
  position: absolute;
  content: '';
  background-color: #00AB4E;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 64px;
  height: 31px;
  top: -53px;
  left: 50%;
  transform: translateX(-50%);
}
.lp-flow-card.lp-box--border {
  border-width: 3px;
  border-radius: 10px;
  padding: 0;
}
.lp-flow-card-head {
  background-color: #00AB4E;
  padding: 12px 0 10px;
}
.lp-flow-card-step {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
.lp-flow-card-body {
  padding: 27px 18px 32px;
}
.lp-flow-card-img {
  margin-top: 23px;
  vertical-align: bottom;
}
.lp-howto-btn-wrapper {
  padding-bottom: 54px;
}
.lp-howto-btn {
  display: block;
  width: 46px;
  height: 46px;
  border: 2px solid #00AB4E;
  border-radius: 50em;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.lp-howto-btn::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  background-color: #00AB4E;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lp-howto-btn::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 20px;
  background-color: #00AB4E;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lp-howto-btn-wrapper.is-open .lp-howto-btn::after {
  content: none;
}
.lp-howto-btn-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-top: 8px;
}

.lp-howto-contents {
  display: none;
  padding-bottom: 45px;
}
.lp-howto-contents.is-open {
  display: block;
}
.lp-howto-contents .lp-headinglv4 {
  line-height: 1.2;
}
.lp-howto-items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.lp-howto-item-imgs {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.lp-howto-youtube {
  margin-top: 16px;
}
.lp-howto-youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  vertical-align: bottom;
}
.lp-howto-item .lp-text-md {
  margin-top: 16px;
}

.lp-point {
  padding: 54px 0;
  background-color: #F5DA36;
}
.lp-point-cards {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.lp-point-card {
  background-color: #fff;
  border-radius: 10px;
  padding: min(calc(( 30 / 375 ) * 100vw), 30px) min(calc(( 15 / 375 ) * 100vw), 15px);
  display: grid;
  grid-template:
  "pointnum pointtitle"min-content
  "pointtext pointtext"auto
  "pointimg pointimg"auto
  /61px auto;
  column-gap: min(calc(( 12 / 375 ) * 100vw), 12px);
}
.lp-point-card-num {
  grid-area: pointnum;
  color: #00AB4E;
  font-size: min(calc(( 18 / 375 ) * 100vw), 18px);
  font-weight: bold;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  text-align: center;
  align-self: center;
}
.lp-point-card-num__number {
  display: block;
  color: #00AB4E;
  font-size: min(calc(( 53 / 375 ) * 100vw), 53px);
  font-weight: bold;
  line-height: 1;
}
.lp-point-card-title {
  grid-area: pointtitle;
  color: #231815;
  font-size: min(calc(( 20 / 375 ) * 100vw), 20px);
  font-weight: bold;
  line-height: 1.6;
}
.lp-point-card-text {
  grid-area: pointtext;
  color: #231815;
  font-weight: 500;
  margin-top: 12px;
}
.lp-point-card-img {
  grid-area: pointimg;
  margin-top: 12px;
  aspect-ratio: 294 / 160;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.lp-voice {
  padding: 54px 0;
}
.lp-voice .lp-box-wrapper {
  margin-top: 32px;
}
.lp-voice .lp-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 17px;
}
.lp-voice-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.lp-voice-face {
  width: 100px;
}
.lp-voice-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.lp-voice-star {
  width: 100px;
}
.lp-voice-body .lp-text-sm {
  font-weight: 500;
}
.lp-voice-lead {
  color: #E96C1F;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.lp-voice-caution {
  display: flex;
  font-size: 12px;
  font-weight: 500;
  margin-top: 16px;
}

.lp-faq {
  padding: 60px 0 54px;
  background-color: #F5F5F4;
}
.lp-faq-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.lp-faq-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 16px 18px;
  cursor: pointer;
}
.lp-faq-head-wrapper {
  padding-right: 15px;
  position: relative;
}
.lp-faq-head-wrapper::before {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #00AB4E;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.lp-faq-head-wrapper::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 15px;
  background-color: #00AB4E;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.lp-faq-item:has(.lp-faq-body.is-open) > .lp-faq-head-wrapper::after {
  content: none;
}
.lp-faq-head {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}
.lp-faq-head-text {
  margin-top: 2px;
}
.lp-faq-head img {
  width: 35px;
}
.lp-faq-body {
  display: none;
  border-top: 2px solid #E0E0E0;
  padding-top: 15px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}
.lp-faq-body.is-open {
  display: flex;
}
.lp-faq-body img {
  width: 35px;
}
.lp-faq-body-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 2px;
}
.lp-faq-body--img {
  position: relative;
  padding-bottom: 42px;
}
.lp-faq-body--img::after {
  position: absolute;
  content: '';
  background-image: url(/wp-content/uploads/2024/10/faq_img.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: min(calc(( 90 / 375 ) * 100vw), 90px);
  height: auto;
  aspect-ratio: 90 / 96;
  bottom: 0;
  right: min(calc(( 21 / 375 ) * 100vw), 21px);
}


.lp-form {
  padding: 54px 0;
  background-color: #F5DA36;
  scroll-margin-top: 55px;
}
.lp-form-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 45px 18px;
}
.lp-form-body .c-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.lp-form-body .c-form__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}
.lp-form-body .c-form-text {
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  background-color: #F5F5F4;
}
.lp-form-body .c-form-textarea {
  height: 148px;
  line-height: 1.4;
}
.lp-form-body .c-form__item-caution {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-top: 12px;
}
.lp-form-body .c-required {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 4px 8px;
  background-color: #F5DA36;
  border-radius: 2px;
  color: #222222;
  margin-left: 10px;
}
.lp-form-body .c-form-item--privacy {
  height: 187px;
  overflow-y: auto;
  border: 1px solid #E0E0E0;
  padding: 32px 15px;
}
.lp-form-body .c-form-item--privacy a {
  text-decoration: none;
  color: #222;
}
.lp-form-body .c-form-privacy-body {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.lp-form-body .c-form-privacy-body .lp-text-sm {
  font-weight: 500;
}
.lp-form-body .c-form__btn-wrapper--lp {
  position: relative;
}
.lp-form-body .c-form__btn-wrapper--lp::after {
  position: absolute;
  content: '';
  background-image: url(/wp-content/uploads/2024/10/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  width: 25px;
  height: 25px;
  transition: .3s;
}
.lp-form-body  .c-form__btn-wrapper--lp:has(.c-form__btn-lp:hover)::after {
  transform: translateY(calc(-50% + 5px));
}
.lp-form-body  .c-form__btn-lp {
  display: block;
  color: #fff!important;
  font-size: 16px;
  font-weight: bold;
  background-color: #E96C1F!important;
  border-radius: 50em;
  text-decoration: none;
  margin-top: 0!important;
  height: 63px;
  text-align: center;
  position: relative;
  border: none!important;
  box-shadow: 0px 5px 0px #9D430B;
  transition: .3s;
}
.lp-form-body .c-form__btn-lp:hover {
  color: #fff;
  box-shadow: unset;
  transform: translateY(4px);
}
.lp-form-body .c-form-check {
  display: block;
  min-height: 1.5rem;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;

}
.lp-form-body .c-form-check .wpcf7-list-item {
  margin: 0!important;
}
.lp-form-body .c-form-check-input {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 0;
  position: relative;
  margin: 0 11px 0 0;
}
.lp-form-body .c-form-check-input:checked {
  background-color: #3685ff;
  border-color: #3685ff;
}
.lp-form-body .c-form-check-input:checked[type=checkbox]::before {
  position: absolute;
  content: "";
  inset: 0;
  background-image: url(/wp-content/uploads/2024/10/icon_check.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 12px;
  height: auto;
  aspect-ratio: 10/8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lp-form-body .wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}
.lp-form-body .wpcf7-form.sent .wpcf7-response-output {
  display: none;
}
.lp-form-body .wpcf7-spinner {
  display: none!important;
}
.lp-form-body .wpcf7-not-valid-tip {
  font-size: 14px;
}
.lp-form-body .wpcf7 .wpcf7-submit:disabled {
  opacity: .5;
}
.lp-form-body .c-form__btn-wrapper--lp:has(.wpcf7-submit:disabled)::after {
  opacity: .5;
}
.lp-thanks {
  margin-top: 55px;
  padding: 50px 0;
}
.lp-thanks .lp-btn {
  margin-top: 50px;
}

.lp-access {
  padding: 54px 0;
}
.lp-access-text {
  line-height: 1.6;
}
.lp-access-map-wrapper {
  margin-top: 24px;
  aspect-ratio: 330 / 200;
  width: 100%;
  height: auto;
}
.lp-access-map {
  width: 100%;
  height: 100%;
}

/* top-campaign */
.top-campaign {
  background-color: #fff;
  padding: 15px;
  max-width: 1010px;
}
@media screen and (min-width: 768px) {
  .top-campaign {
    padding: 25px 30px;
  }
}
.top-campaign-title {
  position: relative;
  width: min(100%, 626px);
  line-height: 1.2;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background-color: #00A342;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #00A342;
  border-right-width: 0;
  border-left-width: 0;
}
@media screen and (min-width: 768px) {
  .top-campaign-title {
    height: 70px;
    line-height: 70px;
    font-size: 26px;
  }
}
@media screen and (min-width: 1010px) {
  .top-campaign-title {
    height: 70px;
    line-height: 70px;
    font-size: 36px;
  }
}
.top-campaign-title::before,
.top-campaign-title::after {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 72px;
  background-color: #fff;
  border: 1px solid #fff;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .top-campaign-title::before,
  .top-campaign-title::after {
    height: 72px;

  }
}
.top-campaign-title::before {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transform: translate(-2px, -50%);
  left: 0;
}
@media screen and (min-width: 768px) {
  .top-campaign-title::before {
    transform: translate(-1px, -50%);
  }
}
.top-campaign-title::after {
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  transform: translate(2px, -50%);
  right: 0;
}
@media screen and (min-width: 768px) {
  .top-campaign-title::after {
    transform: translate(1px, -50%);
  }
}
.top-campaign-lead {
  margin-top: 28px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-campaign-lead {
    font-size: 18px;
  }
}
.top-campaign-lead-lg {
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #FFF100 70%);
}
@media screen and (min-width: 768px) {
  .top-campaign-lead-lg {
    font-size: 24px;
  }
}
.top-campaign-items {
  margin-top: 28px;
  display: grid;
  gap: 15px;
}
@media screen and (min-width: 1010px) {
  .top-campaign-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
.top-campaign-item {
  color: #333;
  display: grid;
  justify-items: center;
  gap: 32px;
  background-color: #FFF878;
  padding: 20px 10px;
}
@media screen and (min-width: 768px) {
  .top-campaign-item {
    padding: 42px 16px;
  }
}
.top-campaign-item-heading {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.top-campaign-price-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .top-campaign-price-wrapper {
    align-items: flex-end;
  }
}
.top-campaign-regular {
  display: grid;
  gap: 8px 0;
  grid-template:
  'regulartext triangle'
  'regularprice triangle'
  /auto 1fr;
  align-items: end;
}
.top-campaign-regular::after {
  content: '';
  display: block;
  width: 11px;
  height: 22px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #333333;
  transform: translateY(-9px);
  grid-area: triangle;
}
.top-campaign-heading {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  grid-area: regulartext;
}
.top-campaign-regular-price {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  grid-area: regularprice;
}
.top-price-border {
  position: relative;
}
.top-price-border::after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #D64061;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-11deg);
}
.top-campaign-regular-price-sm {
  font-size: 18px;
}
.top-campaign-special {
  order: 3;
}
.top-campaign-special-price {
  color: #C8002C;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
.top-campaign-special-price-sm {
  font-size: 18px;
  font-weight: bold;
}
.top-campaign-caution {
  display: flex;
  max-width: 1010px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .top-campaign-caution {
    justify-content: flex-end;
  }
}

.top-pikaichi-lead {
  font-size: 26px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-pikaichi-lead {
    font-size: 30px;
  }
}

/* utility */
.u-hidden {
  display: none;
}
.u-flex {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-tabnone {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .u-pcnone {
    display: none;
  }
}
.u-gap-0 {
  gap: 0;
}
.u-gap-7px {
  gap: 7px;
}
.u-w-full {
  width: 100%;
}
.u-px-5 {
  padding-right: 5px;
  padding-left: 5px;
}
.u-px-sm {
  padding-right: .25em;
  padding-left: .25em;
}
.u-py-100 {
  padding-top: 100px!important;
  padding-bottom: 100px!important;
}
.u-pr0 {
  padding-right: 0!important;
}
.u-mb0 {
  margin-bottom: 0;
}
.u-mb50 {
  margin-bottom: 50px;
}
.u-mb20 {
  margin-bottom: 20px;
}
.u-ml5 {
  margin-left: 5px;
}
.u-mt0 {
  margin-top: 0;
}

.u-color-text {
  color: #222222;
}
.u-color-white {
  color: #fff;
}
.u-color-green {
  color: #00AB4E;
}
.u-color-yellow {
  color: #F5DA36;
}
.u-color-orange {
  color: #E96C1F;
}

.u-font-bold {
  font-weight: 700;
}
.u-font-medium {
  font-weight: 500;
}
.u-font-normla {
  font-weight: 400;
}

.u-font-notosans {
  font-family: "Noto Sans JP", sans-serif;
}

.u-link {
  color: #21658E!important;
  text-decoration: underline;
}
.u-bg-bk {
  background-color: #000000;
  color: #FFF100;
}

.u-font-12 {
  font-size: 12px;
}
.u-font-14 {
  font-size: 14px;
}
.u-font-16 {
  font-size: 16px;
}
.u-font-17 {
  font-size: 17px;
}
.u-font-18 {
  font-size: 18px;
}
.u-font-20 {
  font-size: 20px;
}
.u-font-24 {
  font-size: 24px;
}
.u-font-28 {
  font-size: 28px;
}
.u-font-30 {
  font-size: 30px;
}
.u-font-32 {
  font-size: 32px;
}
.u-font-36 {
  font-size: 36px;
}
.u-font-38 {
  font-size: 38px;
}
.u-font-40 {
  font-size: 40px;
}
.u-font-48 {
  font-size: 48px;
}

.u-text-center {
  text-align: center;
}
.u-text-right {
  text-align: right;
}

.u-leading1 {
  line-height: 1;
}
.u-leading15 {
  line-height: 1.5;
}

.u-text-nowrap {
  white-space: nowrap;
}

.u-marker-orange {
  background: linear-gradient(transparent 70%, #E96C1F 70%);
}
.u-marker-yellow {
  background: linear-gradient(transparent 60%, #F5DA36 60%);
}
.u-marker-yellow-thin {
  background: linear-gradient(transparent 70%, #F5DA36 70%);
}
.u-marker-yellow-full {
  background: #F5DA36;
}
.u-marker-orange-full {
  background: #E96C1F;
}
.u-deco-dot {
  position: relative;
}
.u-deco-dot::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #00AB4E;
  border-radius: 50em;
  left: 50%;
  transform: translateX(-50%);
  top: -3px;
}
.u-deco-dot--orange::after {
  background-color: #E96C1F;
}
.u-deco-dot-sm {
  position: relative;
}
.u-deco-dot-sm::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #00AB4E;
  border-radius: 50em;
  left: 50%;
  transform: translateX(-50%);
  top: -5px;
}
.u-deco-dot-sm--red::after {
  background-color: #D1264C;
}
.u-deco-dot-xsm {
  position: relative;
}
.u-deco-dot-xsm::after {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background-color: #E96C1F;
  border-radius: 50em;
  left: 50%;
  transform: translateX(-50%);
  top: -3px;
}
.u-top0::after {
  top: 0;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1260px以下*/
@media screen and (max-width: 1260px){
  /*必要ならばここにコードを書く*/
	.page .header-container-in {
    	width: 100%;
	}
}

/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	
	/* ==================================
	 * ヘッダ部分のスタイル
	================================== */

	.tagline{
		display:none;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	main.main{
		padding: 0px;
	}
	.header-container-in.hlt-top-menu {
    	padding: 0;
	}
	main ol.has-background, ul.has-background{
		padding: 0px 100px 0 100px;
	}
	.topright-button1, .topright-button2 {
		display:none;
	}
	.go-to-top-button {
		width: 70px;
		height: 70px;
	}
	.contents-group {
    	width: 100%;
    	margin-left: auto;
    	margin-right: auto;
	}

	/* スマホで見たときは"sp-title-img"のclassがついた画像が表示される */
	.pc-title-img, .pc-table, .pc-style-text { display: none !important; }
	.sp-title-img, .sp-table, .sp-style-text { display: block !important; }
	
	.content-sp-media-img img {
		padding: 0 8%;
	}
	
	.content-sp-text-group {
		padding: 0 8% 50px 8%;
	}
	.wpsp-load-more .page-numbers {
		margin: 0 0 10px 0;
		width: 80%;
	}
	
	/* 教室詳細画面のテーブル設定 */
	.school-deteil-tbl {
		width: 95%;
	}
	.school-deteil-tbl td {
		border-bottom: solid 1px #ccc;
	}
	.school-deteil-tbl th {
		border-bottom: none;
	}
	.school-deteil-tbl th,.school-deteil-tbl td {
		display: block;
		width: 100%;
		font-size: 100%;
	}


  .c-form-wrapper {
    padding: 50px 20px;
  }
  /* recaptcha */
.grecaptcha-badge {
  bottom: 70px!important;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
