@charset "UTF-8";

.pc{ display: block }
.sp{ display: none }
@media screen and (width <= 900px) {
.pc{ display: none }
.sp{ display: block }
}

.header-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 16px 73px 18px;
}
@media screen and (width <= 900px) {
  .header-top {
    display: block;
    padding: 0 16px 10px 10px;
  }
}
.header-top__link1 {
  display: block;
  width: 277px;
  margin-top: 16px;
}
@media screen and (width <= 900px) {
  .header-top__link1 {
    width: 156px;
    margin-top: 7px;
  }
}
.header-top__link2 {
  position: relative;
  display: block;
  padding: 0 15px 0 0;
  margin-top: 21px;
  font-size: 13px;
  font-weight: 200;
  line-height: 1;
  color: #000;
  letter-spacing: 0.05em;
}
@media screen and (width <= 900px) {
  .header-top__link2 {
    display: none;
  }
}
.header-top__link2::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 9px;
  height: 10px;
  content: "";
  background: url("../img/arrow1.svg") no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-top__center {
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  width: 256px;
  margin: 33px auto 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #0088CE;
  letter-spacing: 0.12em;
}
.header-top__center span {
  display: block;
  padding: 0 0 6.4px 35px;
}
.header-top__center img {
  display: block;
}
@media screen and (width <= 900px) {
  .header-top__center {
    position: static;
    width: 139px;
    margin: 19px auto 0;
    font-size: 9.41px;
  }
  .header-top__center span {
    padding: 0 0 3.8px 14px;
  }
}

.breadcrumbs {
  position: relative;
  padding: 10px 30px;
  background: #003688;
}
@media screen and (width <= 900px) {
  .breadcrumbs {
    height: 1px;
    padding: 0;
  }
}
.breadcrumbs ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
@media screen and (width <= 900px) {
  .breadcrumbs ol {
    display: none;
  }
}
.breadcrumbs li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-weight: 500;
  line-height: 25px;
  color: #fff;
  letter-spacing: 0.1em;
}
.breadcrumbs li::after {
  display: inline-block;
  margin: 0 0.5em 0 1em;
  content: "〉";
}
.breadcrumbs li:last-of-type::after {
  content: none;
}
.breadcrumbs a {
  color: #fff;
}

.ca__title {
  padding: 38px 20px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-indent: 0.12em;
  letter-spacing: 0.12em;
	color: #003688;
	display: flex;
	align-items: center;
	justify-content: center
}
.ca__title img{
	height: 58px;
	margin: 0 15px
}
@media screen and (width <= 900px) {
  .ca__title {
    padding: 18px 20px;
    font-size: 14px;
  }
.ca__title img{
	height: 30px;
}
}
.ca__mvis{	
	background-color: #e2f0f8;
	background-image: url("../img/ca/ca-mvis-bg.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 975px;
	text-align: center
}
@media screen and (width <= 900px) {
.ca__mvis{	
	background-image: url("../img/ca/ca-mvis-bg-sp.svg");
	background-position: center;
	height: 170vw;
	position: relative
}
}
.ca__mvis img{
	height: 100%;
}
@media screen and (width <= 900px) {
.ca__mvis img{
	position: absolute;
	height:auto;
	width: 84%;
	bottom: 0;
	right: 0;
	left: 0;;
	margin: 0 auto
}
}

.ca__comment{
  background: linear-gradient(0deg, #66aedc 33%, #9ecce9 33%, #9ecce9 66%, #9ecce9 66%);
	padding: 80px 0 80px
}

.ca__c-box{
	background: #fff;
	border-radius: 50px;
	padding: 80px 30px 0 30px;
	width: 820px;
	margin: 0 auto;
	position: relative;
}
@media screen and (width <= 900px) {
.ca__c-box{
	border-radius: 25px;
	padding: 50px 15px 0 15px;
	width: 90%;
}	
}

.ca__comment-ttl{
	position: absolute;
	width: 500px;
	top: -30px ;
	right: 0;
	left: 0;
	margin: auto
}
@media screen and (width <= 900px) {
.ca__comment-ttl{
	width: 280px;
	top: -25px ;
}	
}

.ca__comment-ttl img{
	width: 100%
}

.ca__c-box ul{
	margin-left: 60px;
	margin-top: 15px
}
@media screen and (width <= 900px) {
.ca__c-box ul{
	margin-left: 30px;
	margin-top: 0px
}	
}

.ca_txt{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	background: url("../img/ca/ca_check.svg");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left top 5px;
	padding:0 0 0 25px;
	margin-bottom: 20px;
	line-height: 1.6;
}
@media screen and (width <= 900px) {
.ca_txt{
	font-size: 12px;
	letter-spacing: 0em;
	background-size: 15px;
	padding:0 0 0 18px
}	
}
.ca_txt span{
	background:linear-gradient(transparent 60%, #ffd100 60%);
	padding: 0 3px
}

.ca__comment-pic{
	width: 640px;
	margin: 0 auto -5px
}
@media screen and (width <= 900px) {
.ca__comment-pic{
	width: 90%;
	margin: 0 auto -5px
}	
}

.ca__fot{
	background-color: #e2f0f8;
	background-image: url("../img/ca/ca-fot_illsut.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 440px;
}
@media screen and (width <= 900px) {
.ca__fot{
	background-color: #e2f0f8;
	background-image: url("../img/ca/ca-fot-sp.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 80vw;
}
}
.ca__fot2{
	background-color: #e2f0f8;
	background-image: url("../img/ca/ca-fot_illsut2.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 260px;
	margin-bottom: 30px;
	position: relative;
	padding: 50px 0 0
}
@media screen and (width <= 900px) {
.ca__fot2{
	background-color: #e2f0f8;
	background-image: url("../img/ca/ca-fot_illsut2-sp.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 55vw;
	margin-bottom: 30px;
	padding: 32px 0 0;
}
}
.ca__fot_an{
	font-size: 11px;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 100%
}
@media screen and (width <= 900px) {
.ca__fot_an{
	font-size: 10px;
	bottom: 20px;
	line-height: 1.6;
}
}
.ca__container{
	background: #66aedc
}
.ca_button{
	background: #003688;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    width: 640px;
    height: 106px;
    margin: 0px auto;
    border-radius: 50px;
    background-image: url(../img/top-ca-arrow.svg);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center right 20px;
    box-shadow: 4px 4px 3px #b5b7b2;
    display: flex;
    align-items: center;
    padding-left: 50px;
}
.ca_button span{
	color: #fff300
}
@media screen and (width <= 900px) {
.ca_button{
    font-size: 16px;
    max-width: 480px;
	width: 80vw;
    height: 80px;
    background-size: 30px;
    background-position: center right 25px;
    padding-left: 50px;
	line-height: 1.6
}	
}

.slider {
  margin: 0 auto;
  width: 100%;
	padding: 0 0 30px
}
.slick-img{
	background-image: url("../img/ca/science_ca-pr-bg.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 480px;
}
@media screen and (width <= 900px) {
.slick-img{
	background-position: center top;
}
}

.ca__box{
	display: flex;
	align-items: flex-end;
	height: 500px
}
@media screen and (width <= 900px) {
.ca__box{
	display: block;
	height: auto;
	width: 85%;
	margin: 0 auto;
	max-width: 480px
}	
}

.ca__img{
	max-width: 300px;
	width: 48%
}
.ca__img img{
	width: auto;
	max-height: 380px;
}
@media screen and (width <= 900px) {
.ca__img{
	width: 100vw;
	margin: 0 auto;
	display: flex;
	align-items: center;
	margin-bottom: -20px;
	max-width: 480px
}
.ca__img img{
	width: 140px
}
}

.ca__prof{
	width: 320px;
}
@media screen and (width <= 900px) {
.ca__prof{
	width: 100%;
}	
}

.prof__copy{
	font-size: 16px;
	color: #003688;
	font-weight: bold;
	background: #fff;
	width: fit-content;
	padding: 5px 7px 5px 10px;
	margin-bottom: 10px;
	border-radius: 3px;
	margin-left: -20px
}
@media screen and (width <= 900px) {
.prof__copy{
	font-size: 13px;
	margin-left: 10px;
	width: max-content;
	padding: 5px 5px 5px 7px;
}	
}

.ca__mb{
	margin-bottom: 30px
}
.prof__txt{
	background: #fff;
	padding: 15px;
	border-radius: 15px;
	border: solid 3px #a5cfea;
	position: relative;
	font-size: 13px;
	font-weight: bold;
	text-align: justify;
}
.prof_k{
	width: 70px;
	height: 70px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #003688;
	border: solid 1px #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: -20px;
	top: -20px
}
.prof_name{
	color: #003688;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 15px
}
.prof_name span{
	font-size: 15px;
}
.prof_pr{
	line-height: 1.8;
	border-top: thin solid #66AEDF;
	padding-top: 9px
}

.ham {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 33;
  display: none;
  padding: 10px 16px 8px;
  cursor: pointer;
}
@media screen and (width <= 900px) {
  .ham {
    display: block;
  }
}
.ham span {
  display: block;
  width: 20px;
  height: 2px;
  margin-top: 8px;
  background: #003688;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ham.on span:first-of-type {
  width: 21.5406592285px;
  -webkit-transform: rotate(21.8014094864deg) translate(1.75px, 4.5px);
          transform: rotate(21.8014094864deg) translate(1.75px, 4.5px);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.ham.on span:nth-of-type(2) {
  width: 21.5406592285px;
  -webkit-transform: rotate(-21.8014094864deg) translate(1.75px, -4.5px);
          transform: rotate(-21.8014094864deg) translate(1.75px, -4.5px);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.ham__wrap {
  position: fixed;
  inset: 0 0 auto;
  z-index: 32;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #CDE5F4;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.ham__wrap.on {
  pointer-events: auto;
  opacity: 1;
}
.ham__in {
  max-width: 290px;
  margin: 77px auto 0;
}
.ham__in a {
  display: block;
  margin: 17px auto 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  color: #0088ce;
  text-align: center;
  text-indent: 0.06em;
  letter-spacing: 0.06em;
  background: #fff;
  border-radius: 100px;
}
.ham__foot {
  position: fixed;
  inset: auto 0 0;
  z-index: 7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 70px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}







.ca__science{background:#E6F8D3;}
.ca__science .prof__copy{color:#50B450;}
.ca__science .prof_name{color:#50B450;}
.ca__science .prof_pr{
	line-height: 1.8;
	border-top: thin solid #50B450;
	padding-top: 9px
}
.ca__science .prof__txt{
	background: #fff;
	padding: 15px;
	border-radius: 15px;
	border: solid 3px #50B450;
	position: relative;
	font-size: 13px;
	font-weight: bold;
	text-align: justify;
}

.prof_s{
	width: 92px;
	height: 80px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: -20px;
	top: -20px;
		background: url("../img/ca/science_stars.png") calc(50% - 5px) center / cover no-repeat;

}
.ca__science .slider {
  margin: 0 auto;
  width: 100%;
	padding: 50px 0 120px
}

@media screen and (width <= 900px) {
.ca__science .ca__box{
padding-top: 20px;
display: flex;
flex-direction: column-reverse;
}	
}
