@charset "UTF-8";
/*============================================================================================
      Header
=============================================================================================*/
.w_Header{
  padding: 21px 0;
  background-color:#0068B7;
}
.Header{

}
@media (max-width: 576px){
  .w_Header{
    padding: 19px 0;
  }
  .Header_logo{
    width: 128px;
    line-height: 0;
  }
}

/*============================================================================================
      Footer
=============================================================================================*/

.bg_color{
	background-color: #1868B7;
}
.g_sec_inr{
	position: relative;
}
.g_c_wh{
	color: #fff;
}
.g_h2 {
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 0.06em;
}
.g_bold{
	font-weight: bold;
}
.g_roboto{
	font-family: 'Roboto', sans-serif;
}

.sec_index{
	position: absolute;
    left: 0;
    top: 50px;
    font-size: 1.2rem;
    letter-spacing: 0.14em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.sec_index::before {
	display: inline-block;
	width: 1px;
	height: 30px;
	top: -40px;
	left: 2px;
	right: 0;
	background-color: #fff;
}


.u_ic::before, .u_ic::after {
    content: "";
    margin: auto;
    background-repeat: no-repeat;
    position: absolute;
    pointer-events: none;
}



.sec_cont_lead {
	padding: 0 70px;
}

.u_img, .u_img_def {
    display: block;
    line-height: 0;
}

.u_img img{
	width: 100%;
	margin: 0 auto;
}

/* ｓｐ */
.u_sp{
	display: none;
}
.u_pc{
	display: block;
}

.footer_inr {
	margin: 0 0 0 auto;
}

.footer_inr .sec_index {
	top: 150px;
}

.footer_cont.l_flex {
	flex-wrap: wrap;
	padding: 100px 0;
}

.footer_intro {
	width: 35%;
	margin-right: 5%;
	padding-left: 70px;
}

.footer_intro h2+p {
	margin-top: 30px;
}

.footer_intro p+p {
	margin-top: 2em;
}

.footer_link_lst.l_flex {
	flex-wrap: wrap;
	width: 60%;
}

.footer_link_itm {
	position: relative;
	width: 32%;
}

.footer_link_itm+.footer_link_itm {
	margin-left: 2%;
}

.footer_link_itm a {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
}

.footer_link_itm a::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 5;
	transition: background-color .2s;
	-webkit-transition: background-color .2s;
}

.footer_link_img {
	position: relative;
	height: 100%;
}

.footer_link_txt {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: auto;
	font-size: 1.8rem;
	line-height: 1.5;
	z-index: 10;
}

.footer_link_itm a:hover::before {
	background-color: rgba(0, 0, 0, 0.5);
}

.footer_btm {
	padding: 40px 0;
}


.footer_logo {
	max-width: 130px;
	margin: auto;
}

.footer_copy {
	margin-top: 10px;
	font-size: 1.3rem;
}
.footer_btm_toppage{
  padding-bottom: 110px;
}

@media (max-width: 1040px) {
  .img.u_pc{
		display: none;
	}

	.footer_intro {
		width: 55%;
		margin-right: 5%;
	}

	.footer_link_lst.l_flex {
		width: 40%;
	}

	.footer_link_itm {
		width: 100%;
	}

	.footer_link_itm+.footer_link_itm {
		margin-left: 0;
		margin-top: 10px;
	}

	.footer_link_img img.u_pc {
		display: none !important;
	}

	.footer_link_img img.u_sp {
		display: block !important;
	}

	.footer_link_txt {
		font-size: 1.6rem;
	}

	.footer_link_txt br.u_pc {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.footer_inr .sec_index {
		top: 120px;
	}

	.footer_cont {
		padding: 80px 0 60px;
	}

	.footer_intro {
		width: 100%;
		margin-right: 0;
	}

	.footer_intro h2+p {
		margin-top: 20px;
	}

	.footer_intro p+p {
		margin-top: 1.5em;
	}

	.footer_link_lst.l_flex {
		width: 100%;
	}

	.footer_link_itm {
		width: 100%;
		margin-top: 60px;
	}

	.footer_link_img img {
		max-height: 26vw;
	}

	.footer_btm {
		padding: 20px 0;
	}

	.footer_copy {
		font-size: 1rem;
	}
}

@media (max-width: 576px) {
	.footer_intro {
		padding-left: 10.6vw;
	}
	.sec_index {
		font-size: 1rem;
	}
}


/*    リード
=====================================================*/
.lead_wrap {
  max-width: 655px;
  margin-inline: auto;
  padding-bottom: 2.4rem;
  border-radius: 10px;
  border: 3px solid #0068B8;
  overflow: hidden;
}
.lead_ttl {
  margin-bottom: 2.4rem;
  padding: 3rem 2.4rem;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  background-color: #EAF6FF;
}
.lead_txt {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 0 2.4rem;
}
.lead_txt_strong {
  color: #0068B6;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  background: linear-gradient(transparent 75%, #FFCC31 25%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0 0.2em; /* 左右に少し余白を追加すると見栄えが良くなります */
}

@media screen and (max-width:576px){
  .lead_ttl {
    margin-bottom: 1.4rem;
    padding: 1rem 1.4rem;
    font-size: 2rem;
    line-height: 1.5;
  }
}
/*    登録ボタン
=====================================================*/
.member_btn{
  max-width: 404px;
  width: 100%;
  height: 56px;
}
.member_btn a{
  display: flex;
	padding: 0 32px;
  width: 100%;
  height: 100%;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	border-radius: 50px;
	background: #0068B6;
  border: 1px solid #0068B6;
  transition: 0.2s;
}
.member_btn a span {
	position: relative;
}
.member_btn a span::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	left: -18px;
	top: 0;
	bottom: 0;
	margin-block: auto;
	mask-image: url(../img/icon_member.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	background-color: #fff;
}

.member_btn::after {
	width: 6px;
	height: 6px;
	top: 0;
	bottom: 0;
	right: 32px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}

@media (any-hover: hover) {
	.member_btn a:hover{
    background-color: #fff;
    color: #0068B7;
	}
	.member_btn a:hover span::before {
    background-color: #0068B7;
	}
	.member_btn:hover::after{
		border-top: 1px solid #0068B7;
		border-right: 1px solid #0068B7;
	}
}

@media screen and (max-width:896px){
  /* .member_btn a {
  } */
}

/*    スケジュール
=====================================================*/
.schedule_lst {
  max-width: 500px;
  margin-top: 2rem;
  margin-inline: auto;
  border-radius: 8px;
  padding: 2.4rem;
  border: 1px solid #0068B6;
}
.schedule_itm {
  display: flex;
  gap: 2rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 1rem 2.4rem;
  border-bottom: 1px solid #DDD;
}
.schedule_itm:last-child {
  border-bottom: unset;
}
.schedule_itm_num {
  flex-shrink: 0;
}
.schedule_itm_name {
  color: #0068B6;
  font-weight: 700;
}
.schedule_itm_inr {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.schedule_txt {
  max-width: 500px;
  margin-inline: auto;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width:896px){
  .schedule_lst {
    padding: 2rem;
  }
  .schedule_itm {
    gap: 2rem;
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
  }
}
/*    Order
=====================================================*/
@media (max-width: 767px){
  .order_1_md {
    order: 1;
  }
  .order_2_md {
    order: 2;
  }
}


/* ザムストのご紹介 */
/*    Link
=====================================================*/
.Link_lst{
  padding-bottom: 30px;
}
.Link_itm{
  font-weight: normal;
  border-radius: 0;
  background: rgb(3,103,180);
  background: linear-gradient(180deg, rgba(3,103,180,1) 0%, rgba(3,103,180,1) 40%, rgba(32,92,147,1) 100%);
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  box-shadow: 2px 2px 3px 0px rgb(170, 170, 170);
}
.Link_itm:hover{
  color: #fff;
  opacity: .7;
}
.Link_itm a{
  padding: 13px 10px;
}

@media (max-width: 896px){}
@media (max-width: 576px){
  .Link_itm{
    font-size: 1.4rem;
  }
}

