@charset "utf-8";
.fv-titlebox {
	background: #0091DB;
	padding: 20px 0;
}
.fv-flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
.fv-logo {
	width: 40%;
}
.fv-titlebox img {
	position: relative;
	filter: drop-shadow(3px 3px 5px #231815);
}
.fv-imgbox img {
	width: 100%;
}
.fv-title-1 {
	line-height: 1.4;
	color: #fff;
	text-shadow: 3px 3px 5px rgba(35,24,21,1);
}
.fv-copy-1 {
	font-size: 2rem;
}
.fv-copy-2 {
	font-size: 3.4rem;
}
.gachi-fv {
	background-color: #FFF;
}
.guide-ttl {
	font-size: 2rem;
	padding: .5em 1em;
	color: #fff;
	background-color: #00AFEC;
}
.pricebox {
	background: #fff;
	box-shadow: 3px 3px 6px rgba(000,000,000,.4);
	border-radius: 10px;
	padding: 12px .5rem;
	margin-right: auto;
	margin-left: auto;
}
.pricebox-elemental {
	border: 3px solid #37BEF0;
}
.pricebox-junior {
	border: 3px solid #00AF84;
}
.pricebox-high {
	border: 3px solid #EB6D8E;
}
.pricebox-violet {
	border: 3px solid #7484C1;
}
.fv-class-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: 1px solid #5C5A5A;
}
.pricebox h2 {
	font-size: 2rem;
	text-align: left;
    text-shadow: 2px 2px 2px #5C5A5A;
	margin-bottom: 0;
}
.pricebox h2 span {
	font-size: 1.5em;
}
.accordion_inner_takaoka .pricebox h2 {
	font-size: 1.25rem;
}
.taxincluded {
	font-size: 14px;
	color: #5C5A5A;
	font-weight: 500;
}
.pricebox_row {
	row-gap: 1rem;
}
.pricebox-elemental h2 {
	color: #37BEF0;
}
.pricebox-junior h2 {
	color: #00AF84;
}
.pricebox-high h2 {
	color: #EB6D8E;
}
.pricebox-violet h2 {
	color: #7484C1;
}
.price-dl-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-right: -.25rem;
	margin-left: -.25rem;
	row-gap: 10px;
}
.pricebox .price-dl-wrap_toyama dl {
	width: 33.33333%;
}
.pricebox .price-dl-wrap_takaoka dl, .pricebox .price-dl-wrap_tonami dl {
	width: 100%;
	display: flex;
	align-items: center;
	gap: .5rem;
}
.pricebox .price-dl-wrap_takaoka dt, .pricebox .price-dl-wrap_tonami dt {
	min-width: 130px;
}
.pricebox dl {
	text-align: center;
	margin-bottom: 0px;
	padding: 0 .25rem;
}
.pricebox dt {
	font-size: 1.15rem;
	color: #fff;
	padding: 3px;
	border-radius: 5px;
}
.pricebox .price-dl-wrap_toyama dt {
	font-size: 1rem;
}
.pricebox-elemental dt {
	background-color: #37BEF0;
}
.pricebox-junior dt {
	background-color: #00AF84;
}
.pricebox-high dt {
	background-color: #EB6D8E;
}
.pricebox-violet dt {
	background-color: #7484C1;
}
.pricebox dd {
	padding-top: 2px;
	margin-bottom: 0;
	color: #636262;
}
.pricebox .price-dl-wrap_takaoka dd {

}
.pricebox .price-dl-wrap_toyama dd {
	font-size: 1.2rem;
}
.fv-cta a.to-freediyal-btn {
	color: #FFFFFF;
	background: #E82214;
	border: none;
}
.fv-cta a.to-freediyal-btn span::before {
  background: url(../images/gachi/tel-white.png) no-repeat center center/contain;
}
.fv-cta a.to-mailform-btn {
	color: #FFFFFF;
	background: #005BAB;
	border: none;
}
.fv-cta a.fv-mail-bt .to-mailform {
	color: #FFFFFF;
}
.fv-cta a.to-mailform-btn span::before {
  background: url(../images/gachi/mail-white.png) no-repeat center center/contain;
}
.fv-reason-1 span, .fv-reason-2 span {
	display: inline-block;
}
/* お申し込みまでの流れ */
.appflow-ttl {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px 10px;
	background: #0081CC;
	font-size: 1.8rem;
	position: relative;
	z-index: 40;
}
.appflow-ttl img {
	filter: drop-shadow(1px 1px 2px #023149);
}
.appflow-box {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	position: relative;
	z-index: 40;
}
.appflow-box li {
	position: relative;
	border-radius: 5px;
	width: 580px;
	max-width: 100%;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	align-items: center;
}
.step-img-wrap {
	position: relative;
	left: 10%;
}
.step-round {
	margin-right: 15px;
	color: #fff;
	width: 50px;
	min-width: 50px;
	height: 50px;
	border-radius: 50%;
	font-weight: 700;
	text-align: center;
	font-size: 13px;
	padding: 9px 0;
	line-height: 1.2;
}
.step-round span {
	font-size: 18px;
}
.appflow-white .step-round ,.appflow-lightyellow .step-round, .appflow-gachinatsu-start .step-round {
	background: #0081CC;
}
.appflow-enrollment .step-round {
	background: #E60012;
}
a.linktext {
	color: #005bab;
}
.appflow-white, .appflow-lightyellow {
	border: 2px solid #0081cc;
}
.appflow-enrollment {
	color: #E60012;
	border: 2px solid #E60012;
}
.appflow-white, .appflow-enrollment {
	background: #fff;
}
.appflow-lightyellow {
	background: #FFF9B1;
}
.appflow-box li:not(:last-child) {
	margin-bottom: 30px;
}
.appflow-box li:not(:last-child)::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -22px;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #0081cc transparent transparent transparent;
}
.appflow-gachinatsu-start img {
	filter: drop-shadow(1px 1px 2px #023149);
}
.appflow-ttl, .appflow-box {
	width: 700px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.fv-under-flow {
	position: relative;
}
.fv-under-flow::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	max-width: 185px;
	height: 100%;
	background: url(../images/gachi/stationary-left.png) no-repeat left top/contain;
}
.fv-under-flow::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40%;
	max-width: 185px;
	height: 100%;
	background: url(../images/gachi/stationary-right.png) no-repeat right bottom/contain;
}
/* //お申し込みまでの流れ */
/* 特典 */
.privilege-box {
	border: 2px solid #1D2974;
	background: #fff;
	height: 100%;
}
.privilege-box h3 {
	font-size: 2rem;
	font-weight: 700;
	padding-bottom: 5px;
	text-align: center;
	color: #F5E927;
	background: #1D2974;
	padding: 10px 5px;
	margin-bottom: 0;
	position: relative;
}
.privilege-box p {
	font-size: 1.5rem;
	margin-bottom: 0;
}
.privilege-box .fs-large {
	font-size: 2.5rem;
}
.quocard-wrap {
	width: 12%;
	min-width: 80px;
	padding-left: 10px;
	text-align: center;
}
.quocard-wrap img {
	filter: drop-shadow(1px 1px 2px #023149);
	width: 100%;
	max-width: 134px;
}

/* //特典 */
@media all and (min-width: 381px) {
	.d-380-none {
		display: none;
	}
}
@media all and (min-width: 992px) {
	

}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {

}

/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}

/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {

}

/*デスクトップまで*/
@media all and (max-width: 1299px) {
	.fv-copy-2 {
		font-size: 3rem;
	}
  .pricebox .price-dl-wrap_takaoka dt, .pricebox .price-dl-wrap_tonami dt {
  	font-size: 15px;
  	min-width: 120px;
  }
  .pricebox .price-dl-wrap_takaoka dd, .pricebox .price-dl-wrap_tonami dd {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 1199px) {

	.fv-copy-2 {
		font-size: 2.8rem;
	}
	.pricebox dt {
    font-size: 1rem;
  }
  .pricebox .price-dl-wrap_toyama dt {
  	font-size: 13px;
  }
  .taxincluded {
    font-size: 13px;
  }
  .pricebox .price-dl-wrap_toyama dd {
  	font-size: 1rem;
  }
  .quocard-wrap {
    width: 40%;
  }
}


@media all and (max-width: 991px) {
	.fv-copy-1 {
	  font-size: 1.5rem;
	}
	.fv-copy-2 {
	  font-size: 2rem;
	}
	.guide-ttl {
		font-size: 1.5rem;
	}
}

/*中デバイスまで*/
@media all and (max-width: 767px) {
	.fv-titlebox {
	    padding: 10px 0;
	}
	.fv-flex {
    display: block;
  }
  .fv-logo {
  	width: 100%;
  	text-align: center;
  }
  .fv-logo img {
  	width: 400px;
  }
  .fv-title-1 {
  	text-align: center;
  }
	.quocard-flex {
		flex-wrap: wrap;
	}
  .quocard-wrap {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0;
    order: 0;
  }
  .quocard-text {
  	order: 1;
  	width: 100%;
  }
}

/*小デバイス(横向きモバイル)まで*/

@media all and (max-width: 575px) {
	.sec1-ttl {
    font-size: 16px;
    padding: 5px 22px;
  }
  .yellow-box {
      font-size: 14px;
  }
  .privilege-box p {
    font-size: 1.06rem;
    text-align: center;
  }
  .privilege-box .fs-large {
      font-size: 2rem;
  }
  /* お申し込みの流れ */
  .appflow-ttl {
    font-size: 1.2rem;
  }
  .appflow-ttl img {
    width: 92px;
  }
  .appflow-box li {
    padding: 10px;
  }
  .step-round {
    margin-right: 10px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 10px;
    padding: 8px 0;
  }
  .step-round span {
    font-size: 16px;
  }
  .step-img-wrap {
    left: 0;
  }
  /* //お申し込みの流れ */
}

@media all and (max-width: 480px) {
  
 
}
@media all and (max-width: 450px) {
	.fv-copy-1 {
	    font-size: 1rem;
	}
	.fv-copy-2 {
	    font-size: 1.5rem;
	}
}
@media all and (max-width: 420px) {
	.pricebox .price-dl-wrap_toyama dt {
		font-size: 12px;
		padding: 2px;
	}
}
@media all and (max-width: 380px) {

}
@media all and (max-width: 360px) {

}

/*iPhone5:SE*/
@media all and (max-width: 320px) {

}
/* アコーディオン  */
.acc-wrap .accordion_one {
  width: 100%;
}
.acc-wrap .accordion_one:not(:last-child) {
	margin-bottom: .25rem;
}
.acc-wrap .accordion_one .accordion_header {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  background-color: #6dbce5;
}
.acc-wrap .accordion_one .accordion_header:hover {
  opacity: .8;
}
.acc-wrap .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  margin-top: -12px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.acc-wrap .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.acc-wrap .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.acc-wrap .accordion_one .accordion_header .i_box .one_i:before, .acc-wrap .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.acc-wrap .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.acc-wrap .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.acc-wrap .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.acc-wrap .accordion_one .accordion_inner {
  display: none;
  padding: 1rem;
  box-sizing: border-box;
  background-color: #fff;
  border-left: 2px solid #6dbce5;
  border-right: 2px solid #6dbce5;
  border-bottom: 2px solid #6dbce5;
}
.acc-wrap .accordion_one .accordion_inner .box_one {
  height: auto;
}
.acc-wrap .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
@media all and (max-width: 1199px) {
	.acc-wrap .accordion_one .accordion_header {
    font-size: 18px;
  }
  .acc-wrap .accordion_one .accordion_inner {
  	padding: .75rem .5rem;
  }
}
@media all and (max-width: 991px) {
	.acc-wrap .accordion_one .accordion_header {
	  font-size: 20px;
	}
	.acc-wrap .accordion_one .accordion_inner {
		padding: 10px;
	}
}
@media all and (max-width: 767px) {
	.acc-wrap .accordion_one .accordion_header {
	  font-size: 16px;
	  text-align: left;
    padding: 15px 60px 15px 15px;
	}
}
@media all and (max-width: 576px) {
	
}
/* //アコーディオン  */

/* 魚津系統3校 */
.uodu-price-box {
	box-shadow: 3px 3px 6px rgba(000,000,000,.4);
	border: 3px solid #fff;
	background-color: #F19CA6;
	padding: 1rem;
}
.uodu-price-box {
	display: flex;
	flex-wrap: wrap;
	row-gap: 1rem;
}
.uodu-price-item {
	width: 100%;
}
.uodu_ttl {
	padding-top: .25rem;
}
.uodu_ttl_1, .uodu_ttl_2 {
	display: block;
}
.uodu_ttl_1 {
	color: #fff;
	text-shadow: 2px 2px 2px #3E3A39;
	font-size: 1.1em;
}
.uodu_ttl_2 {
	font-size: .75em;
}
.uodu-price-dl, .uodu-price-dl dd {
	margin-bottom: 0;
}
.uodu-price-dl dt {
	font-size: 1.25rem;
	color: #E60012;
	border: 2px solid #E60012;
	background-color: #fff;
	border-radius: 3px;
	text-align: center;
	width: 100%;
	padding: 2px;
	margin-bottom: 0.06rem;
}
.uodu-price-dl dd {
	color: #E60012;
	text-align: center;
	font-size: 2.25rem;
}
.uodu-price {
	padding-right: 0.25rem;
	position: relative;
	display: inline-block;
	-webkit-text-stroke: 7px #fff;
	z-index: 10;
}
.uodu-price-unit {
	position: relative;
	display: inline-block;
	font-size: .75em;
	-webkit-text-stroke: 7px #fff;
}
.uodu-price::before, .uodu-price-unit::before {
	content: attr(data-text);
	position: absolute;
	color: #E60012;
}
@media all and (min-width: 400px) {
	.uodu-price-item {
		width: 50%;
		padding: 0 7.5px;
	}
}
@media all and (min-width: 576px) {
	.uodu_ttl {
		display: flex;
    gap: 0.5rem;
    justify-content: center;
    align-items: baseline;
	}
}
@media all and (min-width: 768px) {
  
}
@media all and (min-width: 992px) {
	.uodu-price-item {
	  width: 25%;
	}
}
@media all and (min-width: 1200px) {
  
}
@media all and (min-width: 1400px) {

}

@media all and (min-width: 1920px) {

}

/* //魚津系統3校 */


/* CTA */
.form.float{
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  transition: 0.3s;
  /*opacity: 0;*/
}
.site-footer {
	padding-bottom: 130px;
}
.float .to-freediyal-btn, .float .to-mailform-btn {
  height: 40px;
  font-size: 16px;
  border-radius: 36px;
}
.float .to-freediyal-btn span, .float .to-mailform-btn span {
  padding-left: 40px;
}
.float .to-freediyal-btn span::before {
  width: 28px;
  height: 21px;
}
.float .to-mailform-btn span::before {
  width: 27px;
  height: 34px;
}
.to-freediyal-btn-copy{
	font-size: 12px;
	margin-top: 4px;
	font-weight: 400;
}
.form-row{
	justify-content: center;
	row-gap: 24px;
}
.form-row > *{
	padding-right: 5px;
	padding-left: 5px;
}
@media screen and (max-width: 767px) {
	.site-footer {
    padding-bottom: 100px;
}
.form .form-float-row{
	flex-wrap: nowrap;
}
.form .form-float-row > *{
	width: 50%;
}
.form .form-float-row .to-freediyal-btn, .form .form-float-row .to-mailform-btn{
	width: 100%;
}
.float .form-float-row .to-mailform-btn span::before {
    width: 20px;
    height: 16px;
}
.float .form-float-row .to-freediyal-btn span::before{
    width: 24px;
    height: 17px;
}
}
@media screen and (max-width: 575px) {
  .float .to-freediyal-btn {
      margin-bottom: 4px;
  }
  .float .to-freediyal-btn, .float .to-mailform-btn {
    height: 30px;
    font-size: 14px;
}
}
@media screen and (max-width: 400px) {
	.to-freediyal-btn-copy{
		font-size: 10px;
	}
}
/* CTA */

/* KATEKYO予備校 */
.yobiko__box {
	background-color: #1E2678;
	padding: 1.5rem;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.yobiko__head {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: .75rem 1rem;
	margin-bottom: 1rem;
}
.yobiko__logo {
	width: 100%;
	max-width: 340px;
}
.yobiko__uketsuke {
	font-size: 1.25rem;
	font-weight: 700;
	padding: .5rem 1rem;
	border-radius: 2rem;
	color: #fff;
	background-color: #E60012;
}
.yobiko__list {
	color: #fff;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	width: fit-content;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.yobiko__item {
	position: relative;
	padding-left: 1.5rem;
}
.yobiko__list--star .yobiko__item::before {
	content: '☆';
	position: absolute;
	top: 0;
	left: 0;
}
.yobiko__list--round .yobiko__item::before {
	content: '●';
	position: absolute;
	top: 0;
	left: 0;
}
.yobiko__item:not(:last-child) {
	margin-bottom: .25rem;
}
@media screen and (min-width: 768px) {
	.yobiko__box {
		padding: 2rem;
	}
}
/* //KATEKYO予備校 */

/* 高岡用 */
.message {
	border: 2px solid #333;
	border-radius: 1.5rem;
	padding: 1.5rem;
	width: 100%;
	/* max-width: 600px; */
	max-width: 970px;
	margin-right: auto;
	margin-left: auto;
}
.message__maintext {
	font-size: .9rem;
}
.message__bottom {
	display: flex;
	align-items: center;
}
.message__subtext {
	width: 60%;
	background-color: #FADCE9;
	font-size: .9rem;
	padding: 1rem;
}
.message__img-wrap {
	width: 40%;
	padding-left: 1rem;
}
.message__img {
	border-radius: 50%;
}

.bg-lightgray {
	background-color: #e6e7e8;
}
.osusume__ttl {
	font-size: 1.75rem;
	letter-spacing: .1em;
	background-color: #533f39;
	padding: 4px 10px 10px 10px;
}
.osusume__ttl-katekyo {
	color: #D71518;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.osusume__ttl-number {
	font-size: 1.25em;
}
.osusume__ttl-number, .osusume__ttl-small {
	color: #F5E927;
	text-shadow: 1px 1px 0 #221815, -1px -1px 0 #221815, -1px 1px 0 #221815, 1px -1px 0 #221815, 0px 1px 0 #221815, 0 -1px 0 #221815, -1px 0 0 #221815, 1px 0 0 #221815;
}
.osusume__ttl-small {
	font-size: .75em;
}
.osusume__ttl-point {
	color: #fff;
	text-shadow: 1px 1px 0 #D71518, -1px -1px 0 #D71518, -1px 1px 0 #D71518, 1px -1px 0 #D71518, 0px 1px 0 #D71518, 0 -1px 0 #D71518, -1px 0 0 #D71518, 1px 0 0 #D71518;
}
.osusume__row {
	row-gap: 1rem;
}
.osusume__box {
	border-right: 2px solid #533f39;
	border-bottom: 2px solid #533f39;
	border-left: 2px solid #533f39;
	height: 100%;
	background-color: #fff;
}
.osusume__box-ttl {
	font-size: 1.1rem;
	letter-spacing: .05em;
	background-color: #533f39;
	padding: 10px;
	text-align: center;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
	margin-bottom: 0;
}
.osusume__box--red {
	.osusume__box-ttl, .osusume__highlight {
		color: #D71518;
	}

}
.osusume__box--blue {
	.osusume__box-ttl, .osusume__highlight {
		color: #1B96D5;
	}
}
.osusume__box--pink {
	.osusume__box-ttl, .osusume__highlight {
		color: #D94E8F;
	}
}
.osusume__box-text {
	padding: 1rem;
	margin-bottom: 0;
}
.osusume__highlight {
	font-size: 1.25em;
}
.logo-school-name {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.logo-school-name__logo-wrap {
	width: 300px;
}
.logo-school-name__name {
	font-size: 1.25rem;
	font-weight: 700;
	color: #D71518;
	padding: .75rem 1rem;
	width: 300px;
	border-right: 1px solid #D71518;
	border-bottom: 1px solid #D71518;
	border-left: 1px solid #D71518;
	background-color: #fff;
}
.logo-school-name__tokubetsu {
	color: #555;
	font-size: 1.5rem;
	font-weight: 700;
	width: 100%;
	text-align: center;
	padding-top: .75rem;
}
.catch-copy__text {
	color: #00afec;
	line-height: 1.6;
}
@media screen and (min-width: 576px) {
	
	.logo-school-name__logo-wrap {
		width: 240px;
		min-width: 240px;
		height: 44px;
	}
	.logo-school-name__name {
		font-size: 1.5rem;
		border-top: 1px solid #D71518;
		border-left: none;
		width: max-content;
		height: 44px;
	}
	.catch-copy__text {
		font-size: 1.25rem;
	}
}
@media screen and (min-width: 768px) {
	.logo-school-name {
		flex-wrap: nowrap;
	}
	.logo-school-name__logo-wrap {
		width: 285px;
		min-width: 285px;
		height: 52px;
	}
	.logo-school-name__name {
		height: 52px;
	}
	.logo-school-name__tokubetsu {
		padding-top: 0;
		padding-left: 1rem;
		width: auto;
	}
	.catch-copy__text {
		font-size: 1.5rem;
		letter-spacing: .1em;
	}
}
/* //高岡用 */

/* マンツーマン予備校 */
.mantsu-yobiko__box {
	background-color: #1E2678;
	padding: 1.5rem;
	max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.mantsu-yobiko__head {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: .75rem 1rem;
	margin-bottom: 1rem;
}
.mantsu-yobiko__logo-wrap{
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
}
.mantsu-yobiko__logo {
	width: 100%;
	max-width: 340px;
}
.mantsu-yobiko__logo-yobiko{
	flex: 1;
}
.mantsu-yobiko__uketsuke {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background-color: #E60012;
	width: 60px;
    height: 60px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.mantsu-yobiko__list {
	color: #fff;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	width: fit-content;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.mantsu-yobiko__item {
	position: relative;
	padding-left: 1.5rem;
}
.mantsu-yobiko__list--round .mantsu-yobiko__item::before {
	content: '●';
	position: absolute;
	top: 0;
	left: 0;
}
.mantsu-yobiko__item:not(:last-child) {
	margin-bottom: .25rem;
}
@media screen and (min-width: 768px) {
	.mantsu-yobiko__box {
		padding: 2rem;
	}
	.mantsu-yobiko__uketsuke{
		font-size: 1.25rem;
		width: 75px;
		height: 75px;
	}
}
@media screen and (min-width: 992px) {
	.mantsu-yobiko__head{
		flex-wrap: nowrap;
	}
	.mantsu-yobiko__logo-wrap{
		width: auto;
	}
	.mantsu-yobiko__list{
		width: auto;
	}
}
/* //マンツーマン予備校 */
/* 魚津電話 */
.tel-links {
	background-color: #0083CF;
}
.tel-links__ttl {
	font-size: 1.25rem;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 1.5rem;
	text-align: center;
}
.tel-links__row {
	row-gap: 1rem;
}
.tel-links__box {
	border-radius: 1rem;
	padding: 1rem;
	background-color: #fff;
	text-align: center;
	margin-bottom: 0;
}
.tel-links__school-name {
	font-size: 1.06rem;
	letter-spacing: .1em;
	margin-bottom: .5rem;
}
.tel-links__school-number-wrap {
	margin-bottom: 0;
}
.tel-links__school-number {
	font-size: 1.5rem;
	position: relative;
	display: inline-block;
	padding-left: 3rem;
	color: #213d55;
  border: 1px solid #213d55;
  padding: 5px 1rem 5px 4rem;
  border-radius: 100vh;
}
.tel-links__school-number::before {
	content: '';
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 1rem;
  background: url(../images/common/icon-freedial.svg) no-repeat center center / contain;
  width: 2.5rem;
  height: 100%;
}
@media screen and (min-width: 768px) {
	.tel-links__ttl {
		font-size: 1.5rem;
	}
	.tel-links__box {
		padding: 1.5rem;
	}
	.tel-links__school-number {
		font-size: 1.75rem;
		pointer-events: none;
		border: none;
		padding: 0 0 0 3rem;
	}
	.tel-links__school-number::before {
		left: 0;
	}
}
/* //魚津電話 */