@charset "UTF-8";
:root {
  --color_text: #333;
  --color_main: #f38aa1;
  --clr-pnk1: #f6c6d7;
  --clr-pnk2: #f4e1e6;
  --clr-pnk3: #d2a8d6;
  --clr-pnk4: #faecef;
  --clr-gry1: #cccccc;
  --clr-gry2: #f2f2f2;
  --clr-grn: #00b5a4;
  --clr-blu2: #4fa9de;
  --clr-blu1: #2aa2db;
  --clr-red1: #f27b83;
  --clr-red2: #f2305a;
  --clr-yel: #f2dc8a;
  --font-ttl: "Marcellus", serif;
  --font-noto: "Noto Sans JP", "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Arial, "メイリオ", sans-serif;
  --opc: "Monoton", sans-serif;
}

/*=============== base ===========*/
html {
  font-size: 100%;
}

body {
  color: var(--color_text);
  font-family: "Noto Sans JP", "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Arial, "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  position: relative;
}

a {
/*   display: block; */
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.6;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.sm {
  display: none;
}

.on-lg {
  display: block;
}

.off-lg {
  display: none;
}

img {
  height: auto;
  max-width: 100%;
}

/*=============== container ===========*/
.top-container {
  margin: 0 auto;
  max-width: calc(1200px + 4vw);
  padding: 0 4vw;
}

/*=============== footer ===========*/
.footer_top {
  background: var(--clr-gry2);
  padding: 30px 5% 30px;
}
.footer_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
  row-gap: 30px;
}
.footer_group li {
  border-left: 1px solid var(--color-2);
  padding-left: 10px;
  width: 33.3%;
}
.footer_group li img {
  vertical-align: middle;
  width: 80px;
}
.footer_group li span {
  font-size: clamp(14px, 1.82vw, 16px);
  margin-left: 15px;
}
.footer_group li:nth-of-type(n+4) {
  width: 25%;
}
.footer_mid {
  align-items: flex-end;
  background: var(--clr-pnk4);
  display: flex;
  justify-content: space-between;
  padding: 30px 5% 20px;
}
.footer_logo {
  margin-bottom: 30px;
  width: clamp(270px, 35.16vw, 340px);
}
.footer_address {
  margin: 0 auto;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
}
.footer_name {
  font-size: clamp(18px, 2.34vw, 22px);
  margin-bottom: 5px;
}
.footer_contact {
  font-size: clamp(14px, 1.82vw, 16px);
}
.footer_contact a {
  display: inline-block;
}
.footer_tel {
  margin-right: 20px;
  pointer-events: none;
}
.footer_mail {
  text-decoration: underline;
}
.footer_btm {
  background: var(--color_main);
  padding: 10px 3%;
}
.footer_wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.footer_link {
  align-items: center;
  display: flex;
  gap: 15px;
}
.footer_link li a {
  color: #fff;
  font-size: 12px;
  padding-left: 0.8em;
  position: relative;
}
.footer_link li a::before {
  color: #fff;
  content: "\f105";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: 1px;
}
.footer_copyright {
  color: #fff;
  font-size: 12px;
}

.top-title {
  color: var(--color_text);
  font-size: clamp(24px, 3.13vw, 40px);
  font-weight: 500;
  line-height: 1;
  margin: 0 auto 60px;
  position: relative;
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
}
.top-title span {
  align-items: center;
  color: var(--color_main);
  display: block;
  display: flex;
  font-size: clamp(14px, 1.82vw, 16px);
  font-weight: normal;
  justify-content: space-between;
  line-height: 1;
  margin-bottom: 5px;
  position: relative;
}
.top-title span::after {
  background: var(--color_main);
  color: var(--color_main);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

/*  ----------------------------------------------------------
more
----------------------------------------------------------  */
.top-more {
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 240px;
}
.top-more a {
  background: var(--color_main);
  color: #fff;
  display: block;
  letter-spacing: 0.15em;
  line-height: 48px;
  text-align: center;
}
.top-more:after {
  background: url(./img/arw-wht.png) no-repeat center/contain;
  content: "";
  display: block;
  height: 13px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.top-more-blu a {
  background: var(--blu2);
}
.top-more-grn a {
  background: var(--grn);
}
.top-more-pnk a {
  background: var(--child);
}

/*===============  top-news ===========*/
.top-news {
  padding: 80px 0;
}
.top-news_wrap {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.top-news_inner {
  width: 300px;
}
.top-news .top-title {
  margin-bottom: 100px;
}
.top-news_list {
  flex-grow: 1;
}
.top-news_item a {
  align-items: center;
  border-bottom: 1px dashed var(--clr-gry1);
  display: grid;
  gap: 20px;
  grid-template-columns: 6em 80px 1fr;
  padding: 15px 10px;
}
.top-news_date {
  font-size: 14px;
}
.top-news_ctg {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 80px;
}
.top-news_ctg.cat-news {
  background: var(--clr-red1);
}
.top-news_ctg.cat-tgcc {
  background: var(--clr-grn);
}
.top-news_ctg.cat-graduate {
  background: var(--clr-blu1);
}
.top-news_ttl {
  font-size: 14px;
}

/*===============  top-about ===========*/
.top-about {
  padding: 80px 0;
}
.top-about_wrap {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin-right: calc(50% - 50vw);
  position: relative;
}
.top-about_inner {
  padding-top: 30px;
  width: 40%;
}
.top-about_ttl {
  font-size: clamp(24px, 3.13vw, 40px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 50px;
  position: relative;
}
.top-about_ttl span {
  border-bottom: 1px solid var(--color_main);
  color: var(--color_main);
  display: block;
  font-size: clamp(14px, 1.82vw, 16px);
  font-weight: 400;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}
.top-about_ttl::after {
  border: 80px solid #f6f6f6;
  content: "";
  left: -60px;
  position: absolute;
  top: -60px;
  z-index: -1;
}
.top-about_img {
  height: auto;
  width: 55%;
}
.top-about_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.top-about .top-more {
  margin: 50px auto 0 0;
}

/*===============  top-group ===========*/
.top-group {
  background: url(./img/group_bg.jpg) repeat-y center top/100% auto;
  padding: 80px 0 120px;
  position: relative;
}
.top-group_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  margin: 0 auto;
  max-width: 1080px;
  position: relative;
}
.top-group_item {
  font-size: 0;
  position: relative;
}
.top-group_item span {
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  left: 0;
  letter-spacing: 0.1em;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.top-group_item:nth-of-type(1) span {
  background: #f3b28a;
}
.top-group_item:nth-of-type(2) span {
  background: #c68af3;
}
.top-group_item:nth-of-type(3) span {
  background: #79d189;
}
.top-group_item:nth-of-type(4) span {
  background: #8acbf3;
}
.top-group_item:nth-of-type(6) span {
  background: #f38aa1;
}
.top-group_item:nth-of-type(7) span {
  background: #e4ce71;
}
.top-group_item:nth-of-type(8) span {
  background: #f38adf;
}
.top-group_item:nth-of-type(9) span {
  background: #8a8cf3;
}

/*===============  top-link ===========*/
.top-link {
  margin-top: 100px;
}
.top-link_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.top-link_item {
  background: #fff;
  border: 1px solid #333;
  height: 100px;
  width: 320px;
}
.top-link_item a {
  display: block;
  display: flex;
  inset: 0;
}
.top-link_item a img {
  display: block;
  width: 47%;
}
.top-link_item a span {
  align-items: center;
  display: flex;
  font-size: 24px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  width: 53%;
}
@media (max-width: 1400px){
  .footer_group li:nth-of-type(n+4) {
    width: 50%;
  }
}
@media (max-width: 1200px){
  .footer_group li img {
    width: 60px;
  }
}
@media (max-width: 960px){
  .on-lg {
    display: none;
  }
  .off-lg {
    display: block;
  }
  .footer_top {
    padding: 30px 8% 30px;
  }
  .footer_group {
    justify-content: space-between;
    row-gap: 10px;
  }
  .footer_group li {
    background: #fff;
    border: 1px solid var(--color-1);
    border-radius: 10px;
    padding-left: 0;
    width: 49%;
  }
  .footer_group li:last-of-type {
    flex-grow: 1;
  }
  .footer_group li a {
    align-items: center;
    display: block;
    display: flex;
    height: 50px;
    justify-content: center;
  }
  .footer_group li img {
    display: none;
  }
  .footer_group li span {
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin-left: 0;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .footer_group li span::before {
    aspect-ratio: 1/1;
    background: url(../img/gnav_arw.png) no-repeat center center/contain;
    content: "";
    display: block;
    left: 5%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
  }
  .footer_group li:nth-of-type(n+4) {
    width: 49%;
  }
  .top-news_wrap {
    flex-direction: column;
    gap: 0;
  }
  .top-news_inner {
    width: 100%;
  }
  .top-news .top-title {
    margin-bottom: 0px;
  }
  .top-news_list {
    flex-grow: 0;
    margin: 30px 0 40px;
  }
}
@media (max-width: 782px){
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .footer_top {
    padding: 20px 5% 3%;
  }
  .footer_logo {
    margin-bottom: 20px;
    text-align: center;
  }
  .footer_contact span {
    display: block;
  }
  .footer_tel {
    margin: 10px auto 0;
    pointer-events: auto;
    text-decoration: underline;
    width: -moz-max-content;
    width: max-content;
  }
  .footer_wrap {
    flex-direction: column;
  }
  .footer_copyright {
    line-height: 1.5;
    text-align: center;
  }
  .footer_copyright span {
    display: inline-block;
  }
  .top-title {
    margin: 0 auto 30px;
  }
  .top-news {
    padding: 60px 0;
  }
  .top-news_item a {
    gap: 5px 10px;
    grid-template-rows: auto auto;
    padding: 10px;
  }
  .top-news_date {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .top-news_ctg {
    font-size: 12px;
    grid-column: 2/3;
    grid-row: 1/2;
    height: 24px;
    line-height: 24px;
  }
  .top-news_ttl {
    grid-column: 1/4;
    grid-row: 2/3;
  }
  .top-about {
    padding: 60px 0 40px;
  }
  .top-about_wrap {
    flex-direction: column;
    gap: 40px;
    margin-right: 0;
  }
  .top-about_inner {
    padding-top: 0;
    width: 100%;
  }
  .top-about_ttl {
    margin-bottom: 30px;
  }
  .top-about_ttl::after {
    border-width: 60px;
    left: -15px;
    top: -34px;
  }
  .top-about_img {
    width: 100%;
  }
  .top-about .top-more {
    margin: 30px auto 0;
  }
  .top-group {
    padding: 60px 0 40px;
  }
  .top-group_list {
    gap: 10px 2px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  .top-group_item:nth-of-type(5) {
    display: none;
  }
  .top-group_item span {
    font-size: 14px;
    padding: 3px 0;
  }
  .top-link {
    margin-top: 30px;
  }
  .top-link_list {
    gap: 20px;
  }
  .top-link_item a span {
    font-size: 18px;
  }
}
@media (max-width: 600px){
  .sm {
    display: block;
  }
  .footer_mid {
    align-items: center;
    flex-direction: column;
    padding: 30px 5% 10px;
  }
  .footer_link {
    justify-content: space-between;
    margin-bottom: 10px;
  }
}



/* ============= pager  ============ */
.post-nav {
	margin: 60px 0;
	text-align: center;
}

.post-nav_list {
	display: flex;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;

}

.post-nav_item {
	flex: 1;
}


.post-nav_center {
	display: inline-block;
	padding: 12px 20px;
	background-color: var(--color_main);
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
}

.post-nav_prev,
.post-nav_next {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-decoration: none;
}

.post-nav_prev:before {
	content: "";
	width: 40px;
	height: 40px;
	background: url(./img/arw-prev.png) no-repeat center/contain;
	position: relative;
	display: inline-block;
}

.post-nav_next:after {
	content: "";
	width: 40px;
	height: 40px;
	background: url(./img/arw-next.png) no-repeat center/contain;
	position: relative;
	display: inline-block;
}


.post-nav_text {
	font-size: 16px;
}


/* ============= form  ============ */

.form_dl {
	display: table;
	border-bottom: 1px solid var(--clr-gry1);
	padding: 14px 0;
	width: 100%;
}

.form_dt {
	display: table-cell;
	padding: 12px 16px;
	width: 320px;
}

.form_dd {
	display: table-cell;
	flex: 1;
	padding: 0 16px;
	vertical-align: middle;

}


.form_required {
	clear: right;
	display: block;
	float: right;
	margin-left: 0;
	background: var(--clr-red2);
	color: #fff;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	width: 50px;
}

.form_dl:last-of-type {
	border-bottom: 1px solid var(--clr-gry1);
	margin-bottom: 50px;
}

.form_label {
	font-weight: bold;
	letter-spacing: 0.1em;
}



.form_input,
.form_textarea,
.form-select {
	background: #eee;
	border: 2px solid var(--clr-gry1);
	border-radius: 7px;
	padding: 6px 15px;
	width: 100%;
}

.form_input-fit {
	width: max-content;
}

.form_input::-moz-placeholder,
.form_textarea::-moz-placeholder {
	font-size: 14px;
}

.form_input::placeholder,
.form_textarea::placeholder {
	font-size: 14px;
}

.form_input:focus {
	background: #EFEFEF;
}

.form_textarea {
	height: 250px;
	width: 100%;
}

.form-radio {
	display: flex;
	flex-direction:column;

}

.form-radio_btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
}

.form-radio_label {
	display: block;
	font-size: 15px;
	position: relative;
}

.form-radio_label::before {
	background: #fff;
	border: 1px solid var(--clr-gry1);
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 23px;
	margin-right: 10px;
	position: relative;
	vertical-align: middle;
	width: 23px;
}

.form-radio_btn:checked+.form-radio_label:after {
	background-color: var(--clr-gry1);
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 13px;
	left: 5px;
	position: absolute;
	top: 7px;
	width: 13px;
}

.form-ckbox {
	display: flex;
	flex-direction:column;
}
/* .form-ckbox {
	display: flex;
	gap: 10%;
	justify-content: center;
	flex-wrap:wrap;
} */

.form-ckbox_btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
}

.form-ckbox_label {
	font-size: 18px;
	position: relative;
}

.form-ckbox_label::before {
	border: 2px solid var(--clr-gry1);
	content: "";
	display: inline-block;
	height: 18px;
	margin-right: 10px;
	position: relative;
	vertical-align: middle;
	width: 18px;
}

.form-ckbox_btn:checked+.form-ckbox_label:after {
	border-bottom: 2px solid var(--clr-gry1);
	border-left: 2px solid var(--clr-gry1);
	content: "";
	height: 5px;
	left: 4px;
	position: absolute;
	top: 50%;
	transform: rotate(-45deg);
	transform-origin: center;
	width: 10px;
}

.form-select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 5px;
	padding: 8px 10px;
	width: 100%;
	font-size: 16px;
	background-image: linear-gradient(45deg, transparent 50%, var(--clr-gry1) 50%),
		linear-gradient(135deg, var(--clr-gry1) 50%, transparent 50%);
	background-position: calc(100% - 20px) center, calc(100% - 15px) center;
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
	cursor: pointer;
}


/* .form-select {
  background: #eee;
  border: 2px solid var(--clr-gry1); 
   border-radius: 5px;
  margin: 0 auto;
  position: relative;
  width: 100%;
} */

/* .form-select:after {
  border-color: var(--clr-gry1) transparent transparent transparent;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  content: "";
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 13px;
  top: 45%;
  width: 0;
} */

.form-select_body {
	padding: 8px 10px;
	width: 100%;
}

.form-select_body option {
	font-size: 16px;
}

.form-privacy label {
	font-size: 14px;
	position: relative;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

.form-privacy input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: absolute;
	width: 20px;
	height: 20px;
	margin: 0;
	opacity: 0;
	cursor: pointer;
}

.form-privacy label::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid var(--color_text);
	margin-right: 10px;
	box-sizing: border-box;
}


.form-privacy input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 50%;
	width: 10px;
	height: 5px;
	border-left: 2px solid var(--color_text);
	border-bottom: 2px solid var(--color_text);
	transform: translateY(-50%) rotate(-45deg);
}


.form-btnarea {
	text-align: center;
}

.form-btnarea_btn {
	background: var(--color_main);
	border: 1px solid var(--color_main);
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 20px 0;
	text-align: center;
	transition: all 0.3s;
	width: 255px;
}

.form-btnarea_btn:hover {
	background: #fff;
	color: var(--color_main);
}

.form-btnarea_btn.is-inactive {
	background: var(--clr-gry1);
	border: 1px solid var(--clr-gry1);
	pointer-events: none;
}

.form_note{
	font-size: 0.85em;
	margin-top: 0.3em;
}

	.form-privacy{
		margin-bottom:20px;
	}
div.wpcf7 .wpcf7-spinner {
    display: block;
}


@media only screen and (max-width: 782px) {


	.form_dl {
		display: block;
		padding: 10px 0;
	}

	.form_dt {
		display: block;
		width: 100%;
		padding: 9px 12px 5px;
	}

	.form_dd {
		display: block;
		width: 100%;
		padding: 0px 12px
	}

	.form_required {
		display: inline-block;
		margin-left: 10px;
		float:none;
	}


}