@charset "UTF-8";

:root {
	--main-color: #7D2A84;
	--main-color-rgb: 125 42 132;
	--black: #272727;
	--radius: 8px;
	--margin-bottom: 6em;
	--font-eng: 'MADEEvolveSans', sans-serif;
}
html {
  -webkit-text-size-adjust: 100%;
}
main {
	font-size: clamp(8px, 0.78125vw, 10px); /*画面幅1280pxで1.4emが14px*/
}
h1,h2, em {
	all: unset;
}
@media screen and (min-width:1260px) { /*1260px以上のとき*/
	main {
		padding-top: 145px;
	}
}
@media screen and (min-width:1025px) and (max-width:1259px) { /*1025から1259pxのとき*/
	main {
		padding-top: 174px;
	}
}
@media screen and (max-width:1024px){  /*1024以下のとき*/
	main {
		padding-top: 90px;
	}
}
@media screen and (max-width:540px){
	main {
		font-size: clamp(9px, 2.4vw, 11px);
	}
}


/* ---- 共通----*/
.inner {
	width: 90%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 10em;
}
.contetPage-secTitle  {
	margin-bottom: 2em;
}
.contetPage-secTitle .secTitle {
    font-size: 2.7em;
	letter-spacing: 2px;
	height: 100%;
    display: block;
}
.sec-descri {
	font-size: 1.6em;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 4em;
}
.em-purple {
	color: var(--main-color);
	font-weight: 600;
}

.scrollbar-custom::-webkit-scrollbar { /*スクロールバー*/
  height: 6px;
}

.scrollbar-custom::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.scrollbar-custom::-webkit-scrollbar-thumb {
  background: var(--main-color);
  border-radius: 10px;
}
.scrollbar-custom { /* スクロールバーFirefox */
  scrollbar-width: thin;
  scrollbar-color: var(--main-color) #f0f0f0;
}
@media screen and (max-width: 540px){ 
	.contetPage-secTitle .secTitle {
    	font-size: 2.2em;
	}
}



/* ---- mainV ----*/
.mainV {
	background-image: url("../img/ibt/mainV_bg.jpg");
	background-size: cover;
	background-position: right bottom;
	/*font-size: 7.4rem;*/
	font-size: min(calc(74 / 1280 * 100vw), 100px);
	line-height: 0; /*←これがないと変な隙間ができる*/
	
}.mainV_sub {
	display: inline-block;
	background-color: var(--black);
	color: #fff;
	font-size: .25em;
	border-bottom-right-radius: 100vh;
	padding: 1.5em 3em;
}
.mainV_title {
	color: var(--main-color);
	font-weight: 600;
	width: fit-content;
    margin-inline: auto;
    transform: translateX(-30%);
	padding: .7em 0 1em;
}
.mainV_title_day {
	font-family: 'MADEEvolveSans', sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: .35em;
	line-height: 1;
	font-weight: normal;
	border: 1px solid var(--main-color);
	background-color: #ffffff90;
	display: inline-block;
    padding: .3em 1em;
	margin-bottom: .5em;
}
.mainV_title_day .num {
	font-size: 1.1em;
}
.mainV_title_text {
	display: block;
	letter-spacing: 0.3rem;
}
.mainV_title_text .txt1 {
	display: block;
	font-size: .4em;
	color: var(--black);
	line-height: 1;
	margin: .4em 0;
}
.mainV_title_text .txt2 {
	line-height: 1.3;
}
.mainV_title_text .txt2_small {
	font-size: .5em;
}
@media screen and (max-width: 560px){ 
	.mainV {
		background-image: url("../img/ibt/mainV_bg_sp.jpg");
		font-size: 4rem;
	}
	.mainV_sub {
		font-size: .32em;
		padding-left: 1.3em;
	}
	.mainV_title {
		transform: translateX(-20%);
	}
	.mainV_title_text .txt2_small {
		display: block;
	}
}



/* ---- about ----*/
.about {
	
}
.about .sec-descri {
	margin-bottom: 2em;
}
.about .sec-sub-descri {
	font-size: 1.4em;
	line-height: 1.7;
	margin-bottom: 4em;
}
.about_point {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: var(--margin-bottom);
}
.about_point_list {
	width: 60%;
	background-color: #EED2F050;
	border-radius: var(--radius);
	padding: 4em 5%;
	position: relative;
    z-index: 1;
}
.about_point_list_item {
	font-size: 1.8em;
	font-weight: 600;
	position: relative;
	padding-left: 2em;
}
.about_point_list_item:before {
	content: '';
	display: inline-block;
	width: 1.6em;
	height: 1.6em;
	background-image: url("../img/ibt/icon_check.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}
.about_point_list_item:not(:last-child){
	margin-bottom: 2em;
}
.about_point_pic {
	width: 50%;
	transform: translateX(-10%);
}
.about_point_pic .img {
	border-radius: var(--radius);
}
.about_tool{
}
.about_tool_tit {
	font-size: 1.6em;
	font-weight: 600;
	text-align: center;
    margin-bottom: 2em;
}
.about_tool_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 3rem 5%;
}
.about_tool_list_item {
	width: 40%;
	border: 1px solid var(--black);
	border-radius: var(--radius);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 2em;
	padding: 2em 1em;
}
.about_tool_list_item .icon {
	width: 6.6em;
	height: 6.6em;
	background-color: var(--main-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about_tool_list_item .icon_img {
	width: 60%;
}
.about_tool_list_item .icon_img.img2 {
	width: 75%;
}
.about_tool_list_item .text {
	color: var(--main-color);
	font-size: 1.4em;
	font-weight: 600;
}
.about_tool_list_item .text_small {
	font-size: .85em;
}
@media screen and (max-width:768px){ 
	.about_tool_list_item {
		width: 90%;
        max-width: 450px;
		justify-content: flex-start;
        padding-left: 11em;
	}
}
@media screen and (max-width:540px){ 
	.about_point {
		flex-direction: column-reverse;
	}
	.about_point_list {
    	width: 90%;
	}
	.about_point_list_item {
    	font-size: 1.6em;
	}
	.about_point_pic {
		width: 90%;
		transform: none;
    	margin-bottom: 1em;
	}
	.about_point_pic .img {
		height: 20em;
		object-fit: cover;
		aspect-ratio: 3 / 1;
	}
	.about_tool_list_item {
		gap: 1em;
        padding-left: 5%;
	}
	.about_tool_list_item .icon {
    	width: 5.5em;
		height: 5.5em;
	}
	.about_tool_list_item .text {
		flex: 1;
	}
}



/* ---- comparison ----*/
.comparison {
}
.comparison_list {
	margin-top: 4em;
}
.comparison_list_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: var(--radius);
	border-top-left-radius: 0;
}
.comparison_list_head {
}
.comparison_list_head .space {
	background-color: #fff;
}
.comparison_list_head .before,
.comparison_list_head .after {
	font-family: var(--font-eng);
	color: #fff;
	font-weight: normal;
	text-align: center;
}
.comparison_list_head .in {
	display: block;
	border-radius: var(--radius) var(--radius) 0 0;
	position: relative;
}
.comparison_list_head .before .in {
	width: 92%;
	background: var(--black);
	font-size: 1.9em;
	padding: .8em;
	top: 7px;
	left: 1em;
}
.comparison_list_head .after .in  {
	background: var(--main-color);
	font-size: 2.8em;
	padding: .5em;
	top: 1px;
	left: 1px;
}
.comparison_list_table tbody th,
.comparison_list_table tbody td {
	padding: 2em 1em;
	vertical-align: middle;
	position: relative;
}
.comparison_list_table tbody th {
	width: 13em;
	background: #F5F5F5;
	font-size: 1.4em;
	font-weight: 600;
	text-align: center;
	border-left: 1px solid var(--black);
}
.comparison_list_table tr:nth-child(even) th {
  background: #EBEBEB;
}
.comparison_list_table tbody tr:first-child th {
	border-top-left-radius: var(--radius);
}
.comparison_list_table tbody tr:first-child th:after { /*スマホの時の横スクロールでちらつくを防ぐため*/
	content: "";
	display: inline-block;
	width: 5px;
	height: 65px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: -2px;
	transform: translateY(-100%);
}
.comparison_list_table tbody tr:first-child th,
.comparison_list_table tbody tr:first-child td {
	border-top: 1px solid var(--black);
}
.comparison_list_table tbody tr:last-child th,
.comparison_list_table tbody tr:last-child td {
	border-bottom: 1px solid var(--black);
}
.comparison_list_table tbody tr:last-child th {
	border-bottom-left-radius: var(--radius);
}
.comparison_list_table tbody tr:last-child td:last-child {
	border-bottom-right-radius: var(--radius);
}
.comparison_list_table tbody td {
	width: calc((100% - 13em) / 2);
	text-align: center;
	font-size: 1.3em;
}
.comparison_list_table tbody tr:not(:last-child) td::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1.8em;
  right: 1.8em;
  border-bottom: 1px dashed #9f9f9f;
}
.comparison_list_table tbody tr:not(:last-child) td:last-child::after {
	right: 0;
}
.comparison_list_table tbody td:last-child {
	background: #fcf7fc;
	border-right: 1px solid var(--black);
}
.comparison_list_table tbody td .font-small {
	font-size: .8em;
}
@media screen and (max-width: 768px) {
	.comparison_list_table tbody th {
    	width: 7.6em;
        font-size: 11px;
	}
}
@media screen and (max-width: 700px) {
	.comparison_list {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 2em;
	}
	.comparison_list_table {
		min-width: 800px;
	}
	.comparison_list_head .space {
		position: sticky;
		left: 0;
		z-index: 2;
}
	.comparison_list_table tbody th {
		position: sticky;
		left: 0;
		z-index: 2;
	}
}
@media screen and (max-width: 540px) {
	.comparison_list_table tbody td {
		font-size: 12px!important;
	}
}



/* ---- outgoing ----*/
.outgoing {
	
}
.outgoing_list {
	max-width: 750px;
    margin: 6em auto 5em;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 5%;
}
.outgoing_list_item {
	
}
.outgoing_list_item .pic {
	text-align: center;
	width: 50%;
    margin: 0 auto;
    margin-bottom: .8em;
}
.outgoing_list_item .txt {
	font-size: 1.4em;
	font-weight: 600;
	text-align: center;
}
.outgoing_info {
    width: fit-content;
	margin: 0 auto;
	font-size: 1.8em;
	color: #fff;
	background-color: #636363;
	padding: 1em 5%;
}
@media screen and (max-width: 540px) {
	.outgoing_list {
		column-gap: 1%;
	}
	.outgoing_list_item .txt {
    	font-size: 1.3em;
	}
}



/* ---- sec-image ----*/
.sec-image {
	margin-bottom: 6em;
}
.sec-image img {
	width: 100%;
}



/* ---- exam ----*/
.exam {
}
.exam_cont {
	background-color: #FAFAFA;
	padding: 5%;
}
.exam_cont_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	grid-row-gap: 4em;
}
.exam_cont_list_item {
	width: 47%;
	display: flex;
	flex-direction: column;
}
.exam_cont_list_item .title {
	font-size: 1.6em;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background-color: var(--main-color);
	border-radius: var(--radius) var(--radius) 0 0;
	padding: .5em 1em;
}
.exam_cont_list_item .pic {
	background-color: #fff;
	padding: 2em 5%;
	border: 1px solid var(--black);
	border-radius: 0 0 var(--radius) var(--radius);
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center; 
	align-items: center; 
}
.exam_cont_list_item .pic_txt {
	font-size: .85em;
	font-weight: 600;
	color: var(--main-color);
	text-align: center;
}
@media screen and (max-width: 700px) {
	.exam_cont {
		padding: 4em 5%;
		width: 100vw;
		margin-left: calc(50% - 50vw);
	}
	.exam_cont_list_item {
		width: 90%;
		max-width: 500px;
		margin: 0 auto;
	}
}



/* ---- payment ----*/
.payment {
}
.payment_list {
	max-width: 800px;
    margin: 0 auto;
	counter-reset: num;
	margin-bottom: 3rem;
}
.payment_list_item {
	border: 1px solid var(--black);
	counter-increment: num;
	padding-bottom: 2em;
}
.payment_list_item:not(:last-child) {
	margin-bottom: 5rem;
}
.payment_list_item .title {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 1em;
}
.payment_list_item .title_num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4rem;
	height: 4rem;
	font-family: var(--font-eng);
	font-size: 2.2em;
	color: #fff;
	background-color: var(--black);
}
.payment_list_item .title_num::before {
	content: counter(num); 
}
.payment_list_item .title_txt {
	display: block;
	padding: .6em 0 0 1em;
	font-size: 1.6em;
	font-weight: 600;
}
.payment_list_item .text {
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 0 5.5rem;
}
.payment_list_item .text_txt {
	font-size: 1.4em;
}
.payment_list_item .text_pic {
	width: 7.5rem;
	text-align: center;
}
.payment_list_item .text_pic_img {
}
.payment_list_item .text_pic_img.small {
	width: 70%;
}
.payment_note {
	font-size: 1.2em;
    text-align: center;
    background-color: #F8F8F8;
    padding: 1em;
    max-width: 800px;
    margin: 0 auto;
}
@media screen and (max-width: 540px) {
	.payment_list_item .text {
		flex-direction: column-reverse;
		gap: 2.5em;
		padding: 0 5%;
		margin-top: 3em;
	}
}



/* ---- card ----*/
.card {
}
.card_list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 3em;
	counter-reset: num2;
}
.card_list_item {
	counter-increment: num2;
	text-align: center;
	position: relative;
}
.card_list_item::after {
	content: "";
	display: inline-block;
	width: 2rem;
	height: 2rem;
	border: 1px solid var(--black);
	border-left: none;
	border-bottom: none;
	transform: rotate(45deg);
	position: absolute;
    top: 40%;
    right: -2em;
}
.card_list_item:last-child::after {
	content: none;
}
.card_list_item .circle {
	background-color: #A59AA8;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 1em;
}
.card_list_item:nth-child(2) .circle {
	background-color: #9A84A1;
}
.card_list_item:nth-child(3) .circle {
	background-color: #8B6792;
}
.card_list_item:nth-child(4) .circle {
	background-color: #84498D;
}
.card_list_item:last-child .circle {
	background-color: var(--main-color);
}
.card_list_item .circle_txt {
	font-size: 1.3em;
	color: #fff;
	font-weight: 600;
}
.card_list_item .circle_txt .small {
	font-size: .85em;
}
.card_list_item .circle_pic {
	width: 27%;
}
.card_list_item .step {
	font-family: var(--font-eng);
	font-size: 2.3em;
	line-height: 1;
}
.card_list_item .step_num {	
}
.card_list_item .step_num::before {
	content: counter(num2);
	font-size: 1.43em;
}
@media screen and (max-width: 700px) {
	.card_listWrp {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 2em;
	}
	.card_list {
		min-width: 1000px; 
	}
}



/* ---- support----*/
.support{
}
.support .sec-descri{
	text-align: center;
	background-image: url("../img/ibt/support_bg.png");
	background-size: cover;
	padding: 5em 5%;
	border-radius: var(--radius);
	margin-bottom: 2em;
}
.support_list-1,
.support_list-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4em 5%;
}
.support_list-1 {
	margin-bottom: 4em;
}
.support_list-2 {
	align-items: center;
}
.support_list_item {
	text-align: center;
	border: 1px solid var(--black);
	border-radius: var(--radius);
	padding: 3em 8%;
	background-image: url("../img/ibt/support_1.png");
	background-repeat: no-repeat;
	background-position: right 1% bottom 1%;
	background-size: 16%;
	position: relative;
}
.support_list-1 .support_list_item:nth-child(2){
	background-image: url("../img/ibt/support_2.png");
}
.support_list-2 .support_list_item {
	background-image: url("../img/ibt/support_3.png");
}
.support_list_item .title {
	font-size: 1.6em;
	color: var(--main-color);
	font-weight: 600;
	margin-bottom: 1.5em;
}
.support_list_item .text {
	font-size: 1.4em;
}
.support_list_item .text_txt {
	text-align: left;
}
.support_list_item .text_txt:not(:last-child) {
	margin-bottom: 1em;
}
.support_list_case {
	position: relative;
}
.support_list_case .box {
	font-size: 1.4em;
	position: relative;
}
.support_list_case .box:not(:last-child) {
	margin-bottom: 2em;
}
.support_list_case .box_tit {
	font-weight: 600;
	color: #fff;
	background-color: var(--black);
	padding: .5em 1.5em;
	border-radius: var(--radius) var(--radius) 0 0;
}
.support_list_case .box_tit_eng {
	font-family: var(--font-eng);
	font-size: 1.2em;
	font-weight: normal;
    margin-right: 1em;
}
.support_list_case .box_text {
	font-size: .85em;
	padding: 1.5em 2em;
	border-radius:  0 0 var(--radius) var(--radius);
	border: 1px solid var(--black);
}
.support_list_case .box_text_small {
	font-size: .85em;
}
.support_list-2 .support_list_case .line {
	width: 10.5%;
	position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%);
}
@media screen and (max-width: 768px) {
	.support_list-1, .support_list-2 {
		grid-template-columns: repeat(1, 1fr);
	}
	.support_list_case {
		width: 80%;
		margin-left: auto;
	}.support_list-2 .support_list_case .line {
		display: none;
	}
	.support_list-2 .support_list_item:before,
	.support_list-2 .support_list_item:after,
	.support_list_case .box:first-child:before {
		content: "";
		display: inline-block;
		background-color: var(--black);
		position: absolute;
	}
	.support_list-2 .support_list_item:before{
		width: 2px;
		height: 140%;
		bottom: 0;
		left: 10%;
		transform: translateY(100%);
	}
	.support_list-2 .support_list_item:after  {
		width: 10%;
		height: 2px;
		bottom: -140%;
		left: 10%;
	}
	.support_list_case .box:first-child:before {
		width: 12%;
		height: 2px;
		top: 50%;
		left: 0;
		transform: translateX(-100%);
	}
}
@media screen and (max-width: 560px) {
	.support .sec-descri {
    	padding: 2.5em 5%;
	}
	.support_list-2 .support_list_item:before{
		height: 170%;
	}
	.support_list-2 .support_list_item:after  {
		bottom: -170%;
	}
}



/* ---- schedule----*/
.schedule {
	padding: 8em 0 10em;
	background-color: #fdf8fd;
}
.schedule_inner {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}
.schedule_head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 2.4rem;
	position: relative;
	padding-bottom: 2em;
	margin-bottom: 1em;
	font-weight: 600;
}
.schedule_head::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--black);
}

.schedule_head::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -1.2em;
	transform: translateX(-50%) rotate(45deg);
	width: 2.4rem;
	height: 2.4rem;
	background: #fdf8fd;
	border-right: 1px solid var(--black);
	border-bottom: 1px solid var(--black);
}
.schedule_head_date {
	width: 6em;
	height: 6em;
	border-radius: 50%;
	background: var(--black);
	color: #fff;
	font-size: 1.6em; /*基準*/
	font-weight: 600;
	line-height: 1.1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.schedule_head_date .num {
	font-family: var(--font-eng);
	font-weight: normal;
}
.schedule_head_date .year {
	font-size: .75em
}
.schedule_head_date .num.num_big {
	font-size: 1.56em;
}
.schedule_head_date .month {
}
.schedule_head_titleWrp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
     column-gap: 2em;
}
.schedule_head_title {
	font-size: 2.8em;
	letter-spacing: 2px;
}
.schedule_head_label {
	font-size: 2em;
	color: var(--main-color);
	border: 1px solid var(--main-color);
	background-color: #fff;
	padding: .4em 1em;
	line-height: 1;
	letter-spacing: 2px;
}
.schedule_list {
}
.schedule_list_item {
	display: flex;
    justify-content: flex-start;
	align-items: center;
	gap: 2em;
	padding: 3em 5% 3em 13%;
	border-bottom: 1px dashed var(--black);
}
.schedule_list_item .icon {
	width: 6.3em;
	height: 6.3em;
	border: 1px solid var(--main-color);
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.schedule_list_item .icon_img {
	width: 45%;
}
.schedule_list_item .label {
	width: 8em;
	font-size: 1.4em;
	color: var(--main-color);
	font-weight: 600;
}
.schedule_list_item .cont {
}
.schedule_list_item .cont_date {
	font-family: 'MADEEvolveSans',sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 2.5em;
	letter-spacing: 5px;
}
.schedule_list_item .cont_date .small {
	font-size: .6em;
}
.schedule_list_item .cont_note {
	font-size: 1.2em;
	margin-top: 1em;
}
.schedule_list_item .cont_text {
	font-size: 1.4em;
	font-weight: 600;
}
@media screen and (max-width: 540px) {
	.schedule_head_titleWrp {
		flex-direction: column;
		align-items: flex-start;
	}
	.schedule_list_item {
		flex-wrap: wrap;
		padding-left: 5%;
	}
	.schedule_list_item .label {
		flex: 1;
    	font-size: 1.7em;
	}
	.schedule_list_item .cont {
		width: 100%;
	}
	.schedule_list_item .cont_date {
		font-size: 2.2em;
		letter-spacing: 2px;
	}
}
