/*************************************
style.css
*************************************/

.h1ttl {
  display: none;
}

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

.top_back {
	background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(222,235,247,1) 23%, rgba(222,235,247,1) 53%, rgba(255,255,255,1) 100%);
	padding: 2rem 0;
}

.top_back .top_b_border {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: relative;
}

.top_back .top_b_border figure {
	position: absolute;
	bottom: 20px;
	right: 25px;
}

.top_back .top_b_border figure img {
	width: 250px;
	opacity: .8;
}

section.top_title {
	padding: 1rem 0 2rem 6.5rem;
}

section.top_title h5 {
	background: rgb(3,110,184);
background: linear-gradient(90deg, rgba(3,110,184,1) 0%, rgba(79,159,214,1) 100%);
	color: #fff;
	margin-bottom: 2rem;
	padding: 2px 10px;
    font-size: .9rem;
}

section.top_title h1 {
	font-size: 2.4rem;
	letter-spacing: .2rem;
	font-weight: bold;
    font-family: var(--Font_Weight_Bold);
}

section.top_title h2 {
	font-size: 1.4rem;
	letter-spacing: .2rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
section.top_title h2::before,
section.top_title h2::after {
	border-top: 1px solid #999;
	content: "";
	width: 2.5rem;
}
section.top_title h2::before {
	margin-right: 1rem;
}
section.top_title h2::after {
	margin-left: 1rem;
}


section.second_title {
	font-size: 1.15rem;
	letter-spacing: .1rem;
	font-weight: bold;
  font-family: var(--Font_Weight_Bold);
	padding-left: 9.5rem;
}

section.second_title h4 {
	margin: 0 0 2rem .7rem;
	display: flex;
	align-items: baseline;
	letter-spacing: .5rem;
}

section.second_title h4 span {
	font-size: 2.4rem;
}

section.second_title h4 div {
	background-color: #777;
	color: #fff;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	text-align: center;
	margin-right: 3px;
	font-size: .9rem;
	align-content: center;
	padding-left: 4px;
}

section.second_title ul {
	margin-bottom: 1rem;
}
section.second_title ul li {
	margin-bottom: 1.2rem;
    font-size: 1.2rem;
}

section.second_title ul li.time_sub {
    font-size: 1rem;
    margin-left: 7.5rem;
}



h2.catch_title {
    text-align: center;
    font-size: 1.8rem;
    margin: 3rem 0 3rem;
    letter-spacing: .2rem;
}

.main_message {
  max-width: 750px;
  margin: 3rem auto 4rem auto;
    display: flex;
    column-gap: 4rem;
}

.main_message figure {
    width: 30%;
}

.main_message figure img {
    max-width: 200px;
}

.main_message figure img:hover {
    opacity: .5;
}

.main_message figure figcaption {
    text-align: center;
    margin-top: 1rem;
}

.main_message figure figcaption::after {
    font-weight: 900;
    font-family: var(--Font_Awesome);
    content: "\f00e";
}

.main_message ul p {
    font-weight: bold;
    margin: 0rem 0 1.5rem;
}

.main_message ul p:last-child {
    margin-top: 2rem;
}

.main_message ul li {
    margin-bottom: 1rem;
    color: #036eb8;
    text-indent: -1.2rem;
    margin-left: 1.2rem;
}


.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;
}


@media screen and (orientation: portrait) and (max-width: 767px){
	
  .sp_br {
	display: none;
}
  .pc_br {
	display: block;
}
	
.top_back {
	background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(222,235,247,1) 23%, rgba(222,235,247,1) 53%, rgba(255,255,255,1) 100%);
	padding: .5rem 0;
}
	
.top_back .top_b_border figure {
	position: absolute;
	bottom: 145px;
	right: -10px;
}

.top_back .top_b_border figure img {
	width: 150px;
}
	
	
section.top_title {
	padding: 1rem 0 2rem;
}
	
section.top_title h5 {
	background-color: #036eb8;
	color: #fff;
	margin-bottom: 10px;
	box-shadow: 0px 2px 2px #999;
	margin-left: 10px;
}

section.top_title h1 {
	font-size: 1.65rem;
	letter-spacing: .1rem;
	margin-left: 2rem;
	margin-top: 1rem;
}
	
section.top_title h2 {
	font-size: 1.3rem;
	margin-left: 2rem;
	letter-spacing: .1rem;
}
	
	
	
section.second_title {
	margin: 0 0 .5rem;
	padding-left: 1.2rem;
	padding-bottom: .5rem;
}

section.second_title h4 {
	margin: 0 0 1.5rem .7rem;
    
}

section.second_title h4 span {
	font-size: 1.8rem;
}

section.second_title ul {
	margin-bottom: 1rem;
}
section.second_title ul li {
	margin-bottom: .5rem;
}
    
    
    h2.catch_title {
    font-size: 1.6rem;
    margin: 3rem 0 3rem;
    letter-spacing: .1rem;
}


.main_message {
    width: 90%;
        display: block;
  }
    
    .main_message figure {
    width: 90%;
        margin: 0 auto 1rem;
        text-align: center;
}

	
	
.main_message p {
	line-height: 1.8rem;
	letter-spacing: .05rem;
}
	
.link_wrap .link_list li {
	width: 48%;
}

	
section.place_time {
	margin: 1rem 1rem 4rem 1rem;
}
	
section.place_time {
	padding: 1rem;
}
	
section.place_time dl {
	font-size: 1.05rem;
}
	
section.place_time dl dt {
	width: 90px;
}
	
section.place_time dl dd:nth-of-type(1) {
	width: 140px;
}
	
section.place_time ul.conte {
	display: block;
	margin: 1rem;
}
	

.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);
}

	

	
}

/* about
============================ */
.about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}

.about > dl {
  width: 50%;
  margin: 1rem 0;
}

.about > dl > dt {
  color: #a51101;
  font-weight: bold;
  font-family: var(--Font_Weight_Bold);
  font-size: 1.2rem;
}

.about > dl > dt:before {
  content: "■";
}

.about > dl > dd {
  padding-left: 1rem;
}

.about > dl.schedule {
  width: 100%;
}

.about > dl.schedule > dd dl {
  display: flex;
  flex-wrap: wrap;
}

.about > dl.schedule > dd dl:last-of-type {
  padding-bottom: 1rem;
}

.about > dl.schedule > dd dl dt {
  width: 7rem;
  margin-right: 2rem;
  text-align: right;
}



@media screen and (orientation: portrait) and (max-width: 767px){
	


  .about {
    display: block;
    width: 96%;
  }

  .about > dl {
    width: 100%;
  }

  .contact_banner .inner > p {
    padding: 2rem 0 0;
    font-size: 1.2rem;
  }

}


/* phone
============================ */
.contact_banner.phone .contact_txt {
  display: none;
}

.contact_banner.phone .phone_shibuya,
.contact_banner.phone .phone_ikebukuro,
.contact_banner.phone .phone_tokyo{
  display: none;
}