@charset "UTF-8";

.sideMenu > dl > dt{
	font-size: 22px;
	font-size: 2.2rem;
}
.sideMenu dl dd > ul > li:last-child a{
	font-size: 14px;
	font-size: 1.4rem;
}
.sideMenu dl dd > ul dd > ul li:last-child a{
	font-size: 15px;
	font-size: 1.5rem;
}
.colSet {
    margin-top: 27px;
}
.colSet > .colTxt {
	width: 500px;
}
.colSet > .colImgR > figure {
	padding: 18px 14px 0 0;
}
h2{
	margin-top: 13px;
}
.listUl01 > li{
	margin-top: 8px;
	padding: 0 0 0 1.85em;
}
.listUl01 > li:before {
    left: 0.65em;
}
.sideMenu dl > dt:after {
	right: 0;
	width: 102px;
	height: 90px;
	background: url(/support01/images/img_support.png) no-repeat;
}
.aR{
	font-size: 14px;
    font-size: 1.4rem;
}

.kv {
  background: url(/support06/images/img_support06_mv.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 21%;
  position: relative;
}

.kv h1 {
  position: absolute;
  top: 40%;
  left: 5%;
}

/* .bg{
  background: url(/support06/images/img_support06_bg.jpg);
  background-size: contain;
  background-repeat: repeat;
} */

/* .bg-wrapper{
  background-color: rgba(255, 255, 255, 0.7);
} */

.story{
  padding: 20px 0 0 0;
}

.story .story-flex{
  display: flex;
  justify-content: space-between;
}

.story .story-text{
  width: 60%;
}

.story .story-text h3{
  color: #f37820;
  margin: 0;
  padding: 0 0 20px 0;
  border-bottom: 4px solid #939ea7;
}

.story .story-text p{
  font-weight: bold;
  line-height: 2.2;
}

.story .story-img{
  width: 38%;
}

.story .story-img img{
  width: 100%;
}

.concept .concept-box{
  border: solid 1px #d0cfcf;
  border-radius: 5px;
  box-shadow: 0px 0px 4px rgba(0,0,0, 0.1);
  padding: 30px 20px;
  margin: 30px 0 0 0;
  background: -moz-linear-gradient(top, #fff6d7 2%, #fff 13%, #fff);
  background: -webkit-linear-gradient(top, #fff6d7 2%, #fff 13%, #fff);
  background: linear-gradient(to bottom, #fff6d7 2%, #fff 13%, #fff);
}

.concept .concept-box h3{
  color: #f37820;
  margin: 0 0 30px 0;
}

.concept .concept-box ul li{
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
  text-indent: -2em;
  padding-left: 2em;
  margin: 0 0 10px 0;
}
.concept .concept-box ul li span{
  color: #f37820;
  font-weight: bold;
}

/* .concept .concept-flex{
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0 0;
} */

.concept .concept-activity{
  /* width: 285px; */
  margin: 50px 0 0 0;
}

h4{
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #f48228;
  margin: 0;
  padding: 10px 30px;
  display: inline-block;
}

.concept .concept-activity ul{
  margin: 20px 0 0 0;
}

.concept .concept-activity ul li{
  font-size: 14px;
  font-size: 1.4rem;
}

.concept .concept-yellow-box{
  display: flex;
  justify-content: space-evenly;
  padding: 20px 10px;
  background-color: #fff6d7;
  border-radius: 15px;
  width: 80%;
  margin: 20px auto 0;
}

.concept .concept-yellow-text p{
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 3;
}

.concept .concept-yellow-img{
  width: 160px;
}

.concept .concept-yellow-img img{
  border-radius: 50%;
  width: 100%;
}

.concept .concept-yellow-img p{
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

.introduction .introduction-flex{
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0 0;
}

.introduction-img{
  width: 60%;
}

.introduction-img img{
  width: 100%;
}

.introduction-img a:hover{
  opacity: .7;
}

.introduction-text{
  width: 40%;
  padding: 20px 0px 0px 15px;
}

.introduction-text p{
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2;
}

.introduction-btn a{
  display: block;
  width: 420px;
  max-width: 100%;
  margin: 30px auto 0;
  padding: 10px;
  background-color: #fff6d7;
  color: #f48228;
  border: solid 1px #f48228;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  line-height: 35px;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 60px;
  position: relative;
}

.introduction-btn a span{
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.introduction-btn a::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: #f48228;
  border-radius: 50%;
  top: 63%;
  left: 67%;
}
.introduction-btn a::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 69%;
  left: 68%;
}

.introduction-btn a:hover{
  background-color: #f48228;
  color: #fff;
  border: solid 1px #f48228;
}

.introduction-btn a:hover::before {
  background: #fff ;
}

.introduction-btn a:hover::after {
  border-top: solid 2px #f48228;
  border-right: solid 2px #f48228;
}

/* popuup */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 1000px;
  padding: 60px 60px 40px;
  border-radius: 15px;
  background-color: #fff;
  z-index: 2;
  font-family: 'Noto Sans JP', sans-serif;
}
.popup-title{
  font-size: 30px;
  font-size: 3rem;
  color: #f48228;
  border-top: solid 2px #f48228;
  border-bottom: solid 2px #f48228;
  padding: 20px 0;
  margin: 0 auto 40px;
  max-width: 390px;
  width: 100%;
  text-align: center;
}
.popup-text{
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.01em;
}
.browse{
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  max-width: 415px;
  width: 100%;
  border-radius: 35px;
  background-color: #000000;
  padding: 30px 0;
  margin: 50px auto 20px;
  cursor: pointer;
}
.no-browse{
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #808080 !important;
  text-decoration: none !important;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 1;
  /* cursor: pointer; */
}

@media screen and (max-width: 768px) {
	.subject:after{
		bottom: 0;
		right: .6em;
		width: 102px;
		height: 90px;
		background: url(/support01/images/img_support@2x.png);
		background-size: cover;
	}
	.colSet {
		margin-top: 1em;
	}
	.colSet > .colTxt {
		width: 100%;
	}
	.colSet > .colImgR > figure{
		width: 187px;
		padding: 0;
	}
	.sideMenu dl dd {
		width: 100%;
		padding: 0 0 1.5em 1.5em;
	}
	.sideMenu dl dd dd > ul {
		margin: 0 0 0 .3em;
	}
	.sideMenu dl dd > ul > li dt{
		width: 100%;
		display: inline-block;
		vertical-align: middle;
		min-height: inherit;
	}
  .kv {
    background: url(/support06/images/img_support06_mv_sp.png);
    padding-top: 69%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .kv h1 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 80%;
    height: 12rem;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.7;
  }
  .story .story-flex{
    display: block;
  }
  .story .story-text{
    width: 100%;
  }
  .story .story-img {
    margin: 10px auto 0;
    min-width: 300px;
  }
  .concept .concept-yellow-box {
    display: block;
    width: 100%;
  }
  .concept-yellow-text{
    text-align: center;
  }
  .concept .concept-yellow-img{
    margin: 10px auto 0;
  }
  .introduction .introduction-flex{
    display: block;
  }
  .introduction-img {
    width: 100%;
    margin: 0 auto;
  }
  .introduction-text {
    width: 100%;
    padding: 20px 0px 0px 0px;
  }
  .introduction-btn a{
    margin: 30px 0 60px;
  }
  .introduction-btn a::before {
    left: 70%;
  }
  .introduction-btn a::after {
    left: 71%;
  }
  .popup-inner {
    padding: 30px;
  }
  .popup-title{
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 auto 30px;
  }
  .popup-text{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.2;
    letter-spacing: 0.01em;
  }
  .browse{
    font-size: 18px;
    font-size: 1.8rem;
    margin: 30px auto 20px;
  }
  .no-browse{
    font-size: 13px;
    font-size: 1.3rem;
  }
}

