@charset "UTF-8";
/*----------------------------------
Pages：ページ固有
----------------------------------*/
.cl {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}

.cl:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

* html .cl {
  height: 1%;
}

/*----------------------------------
top Style
----------------------------------*/
.top-mv {
	padding: 75px 20px 0 20px;
	box-sizing: border-box;
	position: relative;
	height: 600px;
	background-color: #00A0E9;
	background-image:radial-gradient(#3e85df 15%, transparent 35%),radial-gradient(#3e85df 15%, transparent 35%);
	background-size: 8px 8px;
	background-position: center center,calc(50% - 4px) calc(50% - 4px);
	text-align: center;
}
.top-mv h2 img {max-width: 475px;}
.top-mv .illust {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	max-width: 482px;
}
.top-mv .btn01 {
	position: absolute;
	left: 50%;
	bottom: 66px;
	transform: translateX(-50%);
}

.top-mv-inr {
  position: relative;
  padding-top: 117px;
  width: 1040px;
  margin: 0 auto;
  height: 600px;
  background-image: url(/img/top/mv-human.png);
  background-position: right 24px bottom 0;
  background-repeat: no-repeat;
}

.top-mv-desc {
  padding-left: 55px;
  display: inline-block;
  text-align: center;
}

.top-mv-title {
  margin-bottom: 33px;
}

.top-mv-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 20px;
}

.top-mv-label li {
  margin-right: 33px;
}

.top-mv-label li:last-child {
  margin-right: 0;
}

.top-mv-text {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5;
}

.top-mv-pos {
  position: absolute;
  right: 0;
  bottom: 22px;
}

.top-mv-btn {
  margin-bottom: 20px;
  text-align: right;
  /*--font-size: 1.6rem;
		line-height: (18/16);
		text-align: right;--*/
  /*--a {
			position: relative;
			padding-top: 54px;
			display: inline-block;
			text-align: center;
			width: 110px;
			height: 110px;
			border-radius: 50%;
			background-color: #ff5466;
			background-repeat: no-repeat;
			background-image: url(/img/top/icon-held.svg);
			background-position: top 12px right 50%;
			color: #fff;
			font-weight: bold;
			text-decoration: none;
			&:before {
				content: " ";
				position: absolute;
				height: 7px;
				width: 7px;
				border-top: 2px solid #fff;
				border-right: 2px solid #fff;
				transform: rotate(135deg);
				left: 50%;
				bottom: 10px;
				margin-left: -4px;
			}
			&:hover {
				opacity: .6;
			}
		}--*/
}

.top-mv-comment {
  width: 460px;
  display: table;
  padding: 10px;
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.top-mv-comment dt, .top-mv-comment dd {
  display: table-cell;
  vertical-align: middle;
}

.top-mv-comment dt {
  width: 120px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  border-right: 1px solid #3e3a39;
}

.top-mv-comment dt span {
  font-size: 22px;
  font-size: 1.4rem;
}

.top-mv-comment dd {
  padding-left: 10px;
  font-size: 17px;
  font-size: 1.1rem;
  line-height: 1.45455;
}

@media only screen and (max-width: 768px) {
  /*.top-mv {
    position: relative;
    background-image: url(/img/top/mv-bg-sp.jpg);
    padding-top: 117.9687%;
  }*/
	.top-mv {
		padding: 60px 20px 0 20px;
		height: 443px;
	}
	.top-mv h2 img {max-width: 320px;}
	.top-mv .illust {max-width: 333px;}
  .top-mv-inr {
    position: static;
    display: block;
    -ms-flex-align: center;
        align-items: center;
    width: auto;
    height: auto;
    background-image: none;
    padding-top: 0;
  }
  .top-mv-desc {
    display: none;
    position: absolute;
    padding-left: 4.6875%;
    top: 50%;
    margin-top: -3vw;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .top-mv-title {
    display: none;
    margin-bottom: 5vw;
    width: 49.2118vw;
  }
  .top-mv-title img {
    width: 100%;
  }
  .top-mv-label {
    display: none;
    margin-bottom: 2vw;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .top-mv-label li {
    margin-right: 3.4375vw;
    width: 23.4375vw;
  }
  .top-mv-label li img {
    width: 100%;
  }
  .top-mv-text {
    font-size: 3.125vw;
  }
  .top-mv-pos {
    width: 17.1875vw;
    bottom: 21.25vw;
    right: 3.125vw;
  }
  .top-mv-btn {
    margin-bottom: 0.7812vw;
  }
  .top-mv-btn img {
    width: 100%;
  }
  .top-mv-comment {
    display: none;
    width: 100%;
    padding: 1.5625vw;
  }
  .top-mv-comment dt {
    width: 25.8125vw;
    font-size: 2.1875vw;
    border: none;
  }
  .top-mv-comment dt span {
    font-size: 3.125vw;
  }
  .top-mv-comment dd {
    padding-left: 0;
    font-size: 2.437vw;
    line-height: 1.45455;
  }
}

#top-intro {background-color: #ebf7fd;padding-bottom: 140px;}

.top-information {
  padding: 80px 0;
  background-image: url(/img/top/bg-information.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

.top-information .wrap {
  padding: 40px 50px 50px;
}

@media only screen and (max-width: 768px) {
  .top-information {
    padding: 40px 15px;
  }
  .top-information .wrap {
    padding: 22px 15px 20px;
  }
}



/*.top-followup {
  padding: 80px 0;
  background-image: url(/img/top/bg-followup.jpg);
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
}*/

.top-followup {
	padding: 80px 20px;
	background-color: #00a4b4;
	background-image:radial-gradient(#3e85df 15%, transparent 35%),radial-gradient(#3e85df 15%, transparent 35%);
	background-size: 8px 8px;
	background-position: center center,calc(50% - 4px) calc(50% - 4px);
	text-align: center;
}

.top-followup .wrap {
	display: flex;
	align-items: center;
}

/*.top-followup-block {
  padding: 42px 0 61px;
  width: 490px;
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.9);
}*/

.top-followup-block {
	margin: 0 50px 0 0;
	padding: 42px 0 0 0;
	box-sizing: border-box;
	width: 480px;
	height: 350px;
	background-color: #fff;
}

.top-followup-block .sec-title01 {
  margin-bottom: 25px;
}

.top-followup-block-text {
  line-height: 2;
  margin-bottom: 33px;
}

.top-followup .illust-pc {width: 480px;}
.top-followup .illust-sp {
	margin: auto;
	display: none;
	width: 263px;
}

@media only screen and (max-width: 768px) {
	.top-followup {padding: 45px 20px 40px 20px;}
	.top-followup .wrap {display: inherit;}
	.top-followup-block {
		margin: 30px 0 0 0;
		padding: 0;
		width: auto;
		height: inherit;
		color: #fff;
		background-color: transparent;
	}
	.top-followup-block .sec-title01 {
		margin-bottom: 20px;
		color: #fff;
	}
	.top-followup-block-text {
		line-height: 1.8;
		margin-bottom: 25px;
	}
	.top-followup .illust-pc {display: none;}
	.top-followup .illust-sp {display: inherit;}
	/*.top-followup {padding: 0;}
	.top-followup:before {
		content: " ";
		width: 100%;
		display: block;
		padding-top: 34.0625%;
		background-image: url(/img/top/bg-followup.jpg);
		background-size: cover;
		background-position: 50% 50%;
	}
	.top-followup .wrap {display: inherit;}
	.top-followup-block {
		padding: 27px 15px 40px;
		width: 100%;
	}
	.top-followup-block .sec-title01 {margin-bottom: 15px;}
	.top-followup-block-text {
		line-height: 1.41667;
		margin-bottom: 30px;
	}*/
}


/*--program--*/
.lead-emphosis {
  line-height: 1.6;
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 54px;
}

@media only screen and (max-width: 768px) {
  .lead-emphosis {
    font-size: 1.4rem;
    margin-bottom: 26px;
  }
}

.separate-block02 {
  display: table;
  width: 100%;
  border: 1px solid #dcdddd;
}

.separate-block02-desc, .separate-block02-img {
  display: table-cell;
  vertical-align: middle;
}

.separate-block02-desc {
  position: relative;
  width: 490px;
  background: #f7f8f8;
  padding: 30px 25px;
}

.separate-block02-img {
  padding: 30px 0;
  text-align: center;
}

.separate-block02-title {
  line-height: 1.5;
  font-size: 35px;
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-image: url(/img/bg-wave.svg);
  background-position: bottom 0 left 0;
  margin-bottom: 15px;
}

.separate-block02-label {
  position: absolute;
  top: -40px;
  left: -50px;
}

@media only screen and (max-width: 768px) {
  .separate-block02 {
    display: block;
  }
  .separate-block02-desc, .separate-block02-img {
    display: block;
  }
  .separate-block02-desc {
    width: 100%;
    padding: 15px 15px 15px 45px;
  }
  .separate-block02-img {
    padding: 15px 30px;
  }
  .separate-block02-title {
    font-size: 1.3rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .separate-block02-label {
    width: 50px;
    top: -15px;
    left: -10px;
  }
}

.icon-plus {
  text-align: center;
  margin: 20px 0;
}

@media only screen and (max-width: 768px) {
  .icon-plus {
    margin: 10px 0;
  }
  .icon-plus img {
    max-height: 15px;
  }
}

.program-block-unit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
  .program-block-unit-col2 {
    margin-top: -20px;
  }
  .program-block-unit-col2 .program-block {
    width: 510px;
  }
}

@media only screen and (max-width: 768px) {
  .program-block-unit {
    display: block;
  }
}

.program-block {
  margin-top: 20px;
  border: 1px solid #dcdddd;
}

.program-block-desc {
  position: relative;
  background: #f7f8f8;
  padding: 10px 20px 15px;
}

.program-block-label {
  position: absolute;
  top: -50px;
  left: 0;
  height: 100px;
  width: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  color: #fff;
  background: #009fe8;
  text-align: center;
  font-weight: bold;
}

.program-block-label-title {
  font-size: 19px;
  font-size: 1.2rem;
  line-height: 1;
  padding-bottom: 12px;
  background-image: url(/img/bg-wave-white.svg);
  background-position: bottom 0 left 50%;
  background-repeat: no-repeat;
  margin-bottom: 8px;
}

.program-block-label-num {
  font-size: 70px;
  font-size: 4.4rem;
  line-height: 0.8;
}

.program-block-title {
  font-size: 35px;
  font-size: 2.2rem;
  padding-left: 100px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: bold;
}

.program-block-text small {
  font-size: 19px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .program-block:first-child {
    margin-top: 0;
  }
  .program-block-desc {
    padding: 5px 15px 10px;
  }
  .program-block-label {
    top: -25px;
    height: 50px;
    width: 50px;
  }
  .program-block-label-title {
    font-size: 1rem;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  .program-block-label-num {
    font-size: 1.8rem;
    line-height: 0.8;
  }
  .program-block-title {
    font-size: 1.5rem;
    padding-left: 45px;
    margin-bottom: 10px;
  }
  .program-block-text small {
    font-size: 1rem;
  }
}

/*--about--*/
.mb55 {
  margin-bottom: 55px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

@media only screen and (max-width: 768px) {
  .sp-mb25 {
    margin-bottom: 25px !important;
  }
}

.faq-block-unit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .faq-block-unit {
    display: block;
  }
}

.faq-block-desc {
  padding-left: 95px;
  background-repeat: no-repeat;
  background-position: top 0 left 0;
  background-image: url(/img/about/icon-q.svg);
  margin-bottom: 30px;
}

.faq-block-title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  color: #009fe8;
  margin-bottom: 4px;
}

.faq-block-text {
  font-size: 19px;
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 768px) {
  .faq-block {
    margin-top: 30px;
    text-align: center;
  }
  .faq-block:first-child {
    margin-top: 0;
  }
  .faq-block-desc {
    display: inline-block;
    padding-left: 60px;
    background-size: 49px;
    margin-bottom: 15px;
    text-align: left;
  }
  .faq-block-title {
    font-size: 1.5rem;
  }
  .faq-block-text {
    font-size: 1rem;
  }
  .faq-block-img {
    padding: 0 15px;
  }
}

.flow-block-unit {
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .flow-block-unit {
    display: block;
  }
}

.flow-block {
  height: 418px;
}

.flow-block.flow-block01 {
  width: 235px;
}

.flow-block.flow-block01 .btn01 {
  width: 219px;
}

.flow-block.flow-block02 {
  width: 538px;
  background-repeat: no-repeat;
  background-image: url(/img/about/flow-bg.svg), url(/img/about/flow-bg.svg);
  background-position: top 0 left 0, top 0 right 0;
  padding: 0 45px;
  margin-right: 15px;
}

.flow-block-icon {
  text-align: center;
  margin-bottom: 30px;
}

.flow-block-icon figure {
  position: relative;
}

.flow-block-icon-label {
  position: absolute;
  top: 0;
  right: -42px;
}

.flow-block-title {
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 23px;
}

.flow-block-text {
  margin-bottom: 10px;
}

.flow-block-def {
  margin-bottom: 8px;
}

.flow-block-def dt {
  float: left;
  font-weight: bold;
  font-size: 28px;
  font-size: 1.8rem;
  color: #009fe8;
  margin-right: 16px;
}

.flow-block-def dd {
  overflow: hidden;
}

.flow-block-def dd ul {
  letter-spacing: -.40em;
  margin-right: -20px;
}

.flow-block-def dd ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 20px;
}

.flow-block-def02 {
  margin-bottom: 10px;
}

.flow-block-def02 dt {
  font-weight: bold;
  padding-left: 40px;
  background-image: url(/img/about/icon-paper.svg);
  background-position: top 0 left 0;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}

.flow-block-def02 dd {
  font-size: 19px;
  font-size: 1.2rem;
}

.flow-block-arrow {
  position: relative;
  font-size: 0;
  background: #009fe8;
  border-radius: 4px;
  text-align: center;
  padding: 7.5px 0;
  margin-bottom: 15px;
}

.flow-block-arrow img {
  position: relative;
  z-index: 1;
}

.flow-block-arrow:before {
  content: " ";
  width: 100%;
  position: absolute;
  bottom: -12px;
  left: 0;
  height: 46px;
  background-image: url(/img/about/flow-arrow.svg);
  background-repeat: no-repeat;
  background-position: top 0 left 50%;
}

@media only screen and (max-width: 768px) {
  .flow-block {
    position: relative;
    height: auto;
    padding-bottom: 50px !important;
  }
  .flow-block:before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-image: url(/img/about/flow-bg-sp.svg);
    background-size: auto 15px;
    background-position: top 50% left 50%;
    background-repeat: no-repeat;
  }
  .flow-block:last-child {
    padding-bottom: 0 !important;
  }
  .flow-block:last-child:before {
    display: none;
  }
  .flow-block.flow-block01 {
    width: auto;
  }
  .flow-block.flow-block01 .btn01 {
    width: 197px;
  }
  .flow-block.flow-block02 {
    width: 100%;
    padding: 0;
    background: none;
    margin-right: 0;
  }
  .flow-block-icon {
    margin-bottom: 15px;
  }
  .flow-block-title {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .flow-block-def {
    margin-bottom: 8px;
  }
  .flow-block-def dt {
    font-size: 1.4rem;
    margin-right: 10px;
  }
  .flow-block-def dd ul {
    margin-right: -10px;
  }
  .flow-block-def dd ul li {
    margin-right: 10px;
  }
  .flow-block-def02 {
    margin-bottom: 10px;
  }
  .flow-block-def02 dt {
    padding-left: 30px;
    background-size: 25px auto;
  }
  .flow-block-def02 dd {
    font-size: 1rem;
  }
}

.icon-block {
  position: relative;
  margin-top: 70px;
  padding: 55px 60px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.icon-block:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #f1f2f2;
  border-bottom: 1px solid #c9caca;
}

.icon-block:first-child {
  padding-top: 0;
  margin-top: 0;
}

.icon-block:first-child:before {
  display: none;
}

.icon-block-desc {
  -ms-flex: 1;
      flex: 1;
}

.icon-block-title {
  line-height: 1.5;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-image: url(/img/bg-wave.svg);
  background-position: bottom 0 left 0;
  margin-bottom: 15px;
}

.icon-block-img {
  margin-left: 60px;
}

@media only screen and (min-width: 769px) {
  .icon-block-rev .icon-block-desc {
    -ms-flex-order: 2;
        order: 2;
  }
  .icon-block-rev .icon-block-img {
    -ms-flex-order: 1;
        order: 1;
    margin-left: 0;
    margin-right: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .icon-block {
    margin-top: 30px;
    padding: 25px 15px 0;
    display: block;
  }
  .icon-block-title {
    font-size: 1.3rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .icon-block-img {
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
  }
}

.conductor-block {
  padding: 40px 0;
}

.conductor-block-title {
  text-align: center;
  margin-bottom: 27px;
}

@media only screen and (max-width: 768px) {
  .conductor-block {
    padding: 20px 0;
  }
  .conductor-block-title {
    margin-bottom: 15px;
  }
}



/*-------------------------------------------------------
pickup
-------------------------------------------------------*/
#pickup {
	padding: 70px 20px 50px 20px;
	background-color: #f7f8f8;
}
#pickup .wrap {max-width: 890px;}
#pickup .sec-title01 {margin-bottom: 55px;}
#pickup .blog_list {
	margin: 0 0 40px 0;
	display: flex;
}
#pickup .blog_list li {
	margin: 0 30px 0 0;
	width: 25%;
}
#pickup .blog_list li:last-child {margin: 0;}
#pickup .blog_list a {
	display: block;
	text-decoration: none;
}
#pickup .blog_list a:hover {text-decoration: underline;}
#pickup .blog_list .imgArea {
	height: 150px;
	background-color: #fff;
	background-position: center;
	background-repeat: none;
	background-size: cover;
}
#pickup .blog_list .blog_ttl {margin: 15px 0 0 0;}
#pickup .blog_link {
	font-weight: bold;
	font-size: 1.6rem;
	text-align: right;
}
#pickup .blog_link a {
	padding: 0 20px 0 0;
	position: relative;
	text-decoration: none;
}
#pickup .blog_link a:after {
	border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 4px;
    height: 4px;
    content: "";
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}
#pickup .btn01 {display: none;}

@media only screen and (max-width: 768px) {
	#pickup {padding: 52px 40px;}
	#pickup .blog_list {display: inherit;}
	#pickup .blog_list li {
		margin: 0 0 20px 0;
		width: 100%;
	}
	#pickup .blog_list a {display: flex;}
	#pickup .blog_list .imgArea {
		width: 40%;
		min-width: 100px;
		max-width: 100px;
		height: 75px;
	}
	#pickup .blog_list .blog_ttl {
		margin: 0 0 0 10px;
		width: 60%;
	}
	#pickup .blog_link {display: none;}
	#pickup .btn01 {display: block;}
}
