/*************************************
style.css
*************************************/
.h1ttl {
  font-size: 1.1rem;
    text-align: center;
    margin: 0rem 0 5rem;
    letter-spacing: 0.1rem;
    background-color: #036eb8;
    color: #fff;
    padding: .5rem 1rem;
}


.sp_br {
  display: block;
}
.pc_br {
  display: none;
}

.main_title {
  max-width: 800px;
  margin: 2rem auto 4rem auto;
  text-align: center;
  color: #036eb8;
  font-size: 1.4rem;
  font-weight: 900;
  font-family: var(--Font_Weight_Bold);
  letter-spacing: 0.2rem;
  position: relative;
}
.main_title span {
  font-size: 1.2rem;
	margin-left: 1rem;
}
.main_title::before, .main_title::after {
  position: absolute;
  width: 30px;
  height: 30px;
  content: '';
}
.main_title::before {
  border-left: solid 2px;
  border-top: solid 2px;
  top: -1rem;
  left: 0rem;
}
.main_title::after {
  border-right: solid 2px;
  border-bottom: solid 2px;
  bottom: -1rem;
  right: 0rem;
}

.sub_title {
	font-style: italic;
  text-align: center;
  color: #036eb8;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
    border-bottom: 1px solid #036eb8;
    padding-bottom: .3rem;
    margin: 0 5rem;
}

.top_image {
  text-align: center;
}
.top_image img {
  max-width: 960px;
}
.main_step {
  max-width: 960px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 6rem auto .5rem auto;
}
.main_step_title {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  color: #036eb8;
  margin-bottom: 1.8rem;
  letter-spacing: .1rem;
}
.main_step_title:before, .main_step_title:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}
.main_step_title:before {
  margin-right: 1rem; /* 文字の右隣 */
}
.main_step_title:after {
  margin-left: 1rem; /* 文字の左隣 */
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #87cefa;
  border-right: 0;
  margin: auto 1.5rem;
}
.application > section {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.triangle_application {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 30px solid #036eb8;
  border-bottom: 0;
}

section.k_point {
	margin: 2rem 5rem 0rem;
	letter-spacing: .1rem;
}

section.k_point p {
    font-size: 1.1rem;
	margin: 1rem 2.5rem 3rem;
	line-height: 2.2rem;
    text-align: justify;
}

section.k_point dl {
	margin: 0 auto;
	background-color: #d6eaff;
	padding: 2rem 4rem 1rem;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top: 2px solid #036eb8;
    border-left: 2px solid #036eb8;
    border-right: 2px solid #036eb8;
    font-size: 1.15rem;
    text-shadow: 1px 1px #fff;
    color: #404040;
}

section.k_point dl dt {
	margin-bottom: 1.5rem;
    font-size: 1.2rem;
    border-bottom: 1px solid #036eb8;
}

section.k_point dl dt::before {
    font-weight: 400;
    font-family: var(--Font_Awesome);
    content: "\f0a6";  
    margin-right: .5rem;
}

section.k_point dl li {
	margin-bottom: 1rem;
	margin-left: 1.2rem;
	text-indent: -1.2rem;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
    
    .h1ttl {
  font-size: 1.3rem;
    margin: 2rem 0 2rem;
}

  .sp_br {
    display: none;
  }
  .pc_br {
    display: block;
  }
    
  .main_title {
    margin: 2rem 0 2rem 0;
    font-size: 1.2em;
    letter-spacing: 0.1em;
  }
  .main_title::before, .main_title::after {
    display: none;
  }
	
	.sub_title {
  font-size: 1.2rem;
        margin: 0 2rem;
}
	
	
  .main_step {
    margin: 3rem 0rem 1rem;
  }
  .main_step_title {
    font-size: 1.2rem;
  }
  .main_step_title:before, .main_step_title:after {
    width: 5rem; /* 線の長さ */
  }
  .application > section {
    margin-bottom: 0rem;
  }
  .triangle {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #87cefa;
    border-right: 0;
    margin: 0px auto 2px auto;
    transform: rotate(90deg);
  }
	
	
	section.k_point {
	margin: 0rem 1rem 0rem;
}
	
	section.k_point p {
	line-height: 2rem;
        margin: 1rem 1rem 3rem;
}

section.k_point dl {
	padding: 1rem 1.5rem .5rem;
}
	
}


/* detail
============================ */

section.detail {
	border-bottom: 2px solid #036eb8;
    border-left: 2px solid #036eb8;
    border-right: 2px solid #036eb8;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
	padding: 1rem 4rem;
	margin: 0rem 5rem 4rem;
}

section.detail dl {
	display: flex;
	letter-spacing: .15rem;
	font-size: 1.1rem;
	margin: 1.5rem 0 2rem;
}

section.detail dl dt {
	margin-right: 1rem;	
}

/*section.detail dl dt.building::before {
    font-weight: 400;
    font-family: var(--Font_Awesome);
    content: "\f1ad";  
    margin-right: .5rem;
}*/

section.detail dl dt::after {
	content: "：";
}

section.detail dl dd {
    color: #404040;
}

section.detail dl dd.deadline li {
	margin-bottom: 1rem;
}

section.detail dl dd span.font_l {
	font-weight: bold;
	color: #036eb8;
}

section.detail dl dd span.font_s {
	font-size: .9rem;
}

section.detail dl dd span.uline {
	text-decoration: underline #036eb8;
	
}

section.detail dl dd ul.date {
	margin-top: 1rem;
}

section.detail dl dd ul.date li {
		margin-bottom: 1rem;
	}

section.detail dl dd ul.material li {
	margin-bottom: 1rem;
}



@media screen and (orientation: portrait) and (max-width: 767px) {
	
	section.detail {
	padding: .2rem 1rem;
	margin: 0rem 1rem 3rem;
}

section.detail dl {
	display: block;
	letter-spacing: .1rem;
	font-size: 1.1rem;
	margin: 1rem 0 1.5rem;
}

section.detail dl dt {
	margin-right: 0rem;
	margin-bottom: .5rem;
	background-color: #deebf7;
	padding: .2rem .5rem;
	border-radius: 5px;
}
	
section.detail dl dt::after {
	content: "";
}
	
section.detail dl dd {
	width: 100%;
}
	
	
}

/* connection_link
============================ */

section.connection_link {
	width: 70%;
	margin: 0 auto 2rem;
}

section.connection_link a {
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 3.6rem;
    padding: 0rem 1rem 0 0;
    border-radius: 2rem;
    background: var(--Main_Color);
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1;
}

section.connection_link a::after {
	position: absolute;
    top: calc(50% - .6rem);
    right: 1rem;
    width: auto;
    height: auto;
    border: none;
    line-height: 1;
    font-weight: 900;
    font-family: var(--Font_Awesome);
    content: var(--Arrow_Right);
}

section.connection_link a:hover {
	opacity: .5;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
	section.connection_link {
	width: 90%;
}
	section.connection_link a {
		font-size: 1rem;
	}
}


/* recommend
============================ */

section.recommend {
	margin: 2rem auto 4rem auto;
  text-align: center;
  color: #036eb8;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
	
	section.recommend {
	margin: 0rem auto 3rem auto;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
	
}

/* cs_teacher
============================ */

.cs_teacher {
    margin: 0 2rem;
}

.cs_teacher .col_2 {
    display: flex;
    column-gap: 4rem;
}

.cs_teacher .col_2 figure {
    margin-top: .5rem;
}

.cs_teacher .col_2 figure img {
    max-width: 160px;
}

.cs_teacher .col_2 dl dt {
    font-weight: bold;
    border-bottom: 1px solid #036eb8;
    padding-bottom: .5rem;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
    
    .cs_teacher {
    margin: 0 1rem;
}
    
    .cs_teacher .col_2 {
    display: block;
}
    
    .cs_teacher .col_2 figure {
        text-align: center;
        margin-top: 2rem;
    }
    
}


/* readmore
============================ */
.cp_box1 {
  position: relative;
}
.cp_box1 input {
  display: none;
}
/*開くためのボタンとテキストを隠すグラデーションの設定*/
.cp_box1 label {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  bottom: -10px;
  width: 100%;
  height: 90px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
/* 開いた時にグラデーションを消す */
.cp_box1 input:checked + label {
  background: inherit;
}
.cp_box1 input:checked + label {
  /* display: none ; 閉じるボタンを消す場合コメントアウトを外す */
}
.cp_box1 .cp_container {
  overflow: hidden;
  height: 180px; /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}
.cp_box1 .cp_container p {
    text-align: justify;
    font-size: .9rem;
    letter-spacing: .05rem;
}
/*続きをよむボタン*/
.cp_box1 label:after,
.cp_box1 label::before {
  content: '';
  position: absolute;
  line-height: 2rem;
}
.cp_box1 label:after {
  z-index: 2;
  bottom: 20px;
  width: 10em;
  content: '続きをよむ';
  color: #ffffff;
  background: #036eb8;
  border-radius: 20px;
}
.cp_box1 label::before {
  position: absolute;
  bottom: 32px;
  left: calc(50% - 3.5em);
  z-index: 3;
  width: 10px;
  height: 5px;
  background: #ffffff;
  clip-path: polygon(50% 100%, 0 0, 100% 0)
}
/*閉じるボタン*/
.cp_box1 input:checked + label:after {
  content: '閉じる';
}
.cp_box1 input:checked + label:before {
  left: calc(50% - 2.5em);
  transform: scale(1, -1);
}
.cp_box1 input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}



/* phone
============================ */
.contact_banner.phone .contact_txt {
  display: none;
}
.contact_banner.phone .phone_shibuya, .contact_banner.phone .phone_ikebukuro, .contact_banner.phone .phone_kichijoji {
  display: none;
}