@charset "utf-8";


/* common.css
---------------------------------------------*/

@media screen and (max-width: 767px) {
  small{
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  small{
    font-size: 14px;
  }
}

.freeWrap h2{ 
  background-color: #152c81; 
  color: #fff; 
  font-size: 22px;
  font-weight: 700;
	line-height: 1.0;
  padding: 12px 20px; 
  margin: 50px auto 40px; 
}

.catch{
	color: #152c81;
  margin-bottom: 50px;
}
.catch li{
  font-size: 18px;
	font-weight: 700;
	position: relative;
	padding-left: 1em;
  line-height: 1.4;
}
.catch li:before{
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	background-color: #152c81;
	border-radius: 50%;
	position: absolute;
	top: 0.6em;
	left: 0;
	margin-left: 0.2em;
}
.catch li:not(:last-child){
  margin-bottom: 20px;
}
.catch li span{
	color: #e6960b;
}
.catch li small{
  color: #131b38;
  font-size: 13px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
	.catch li{
		font-size: 22px;
	}
  .catch li small{
    font-size: 14px;
  }
}

.navWrap{
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .navWrap{
    margin-top: 6px;
  }
}
@media screen and (min-width: 768px) {
  .navWrap{
    margin-top: 10px;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ebedf2;
  padding-bottom: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .nav {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .nav {
    justify-content: center;
    align-items: center;
  }
}
.navitem{
  color: #152c81;
  position: relative;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .navitem {
    flex-direction: column;
    font-size: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0px;
    margin-top: 24px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  .navitem{
    margin-top: 20px;
  }
}
.navitem + .navitem {
  margin-left: 20px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .navitem + .navitem {
    margin-left: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .navitem + .navitem {
    margin-left: 0px;
  }
}
.navitem::after {
  position: absolute;
  content: url("/assets/images/icon/arrow-gray-w10-h5.svg");
  right: 0;
}
@media screen and (max-width: 767px) {
  .navitem::after {
    top: -1px;
  }
}
@media screen and (min-width: 768px) {
  .navitem::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.navitem:hover{
  opacity: 0.6;
  transition: 0.3s ease;
  cursor: pointer;
}
.navitem:hover a{
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .display-sp{
    display: block;
  }
  .display-pc{
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .display-sp{
    display: none;
  }
  .display-pc{
    display: block;
  }
}


/* common.css END
---------------------------------------------*/

.navitem.new{
  display: flex;
  flex-direction: row;
}
.navitem.new::before{
  content: "NEW";
  background-color: #E6960B;
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  border-radius: 12px;
  padding: 2px 8px;
  margin-right: 12px;
}
.navitem.new a{
  margin-top: 0;
}
@media screen and (max-width: 767px) {
.navitem.new::before{
    align-self: flex-end;
  }
}
@media screen and (min-width: 768px) {
.navitem.new::before{
    align-self: center;
  }
}

.freeWrap #kyonen	h2{
  margin-top: 20px;
}
.freeWrap	h2.new{
  display: flex;
}
.freeWrap	h2.new::before{
  display: inline-block;
  content: "NEW";
  background-color: #E6960B;
  border-radius: 12px;
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 4px 8px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .freeWrap	h2.new{
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .freeWrap	h2.new{
    align-items: center;
  }
}
.youtubeArea{
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin: 50px auto;
}
.youtubeWrap{
  max-width: 560px;
  width: 100%;
}
.youtubeWrap:not(:last-of-type){
  margin-bottom: 20px;
}
.youtubeWrapInner{
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtubeWrapInner iframe{
  width: 100%;
  aspect-ratio: 16 / 9;
}

.type{
  color: #152C81;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .type{
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .type{
    font-size: 24px;
  }
}

.eximg{
  text-align: right;
}
@media screen and (max-width: 767px) {
  .eximg{
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .eximg{
    font-size: 14px;
  }
}

.lineup{
  display: flex;
  column-gap: 30px;
}
@media screen and (min-width: 768px) {
  .lineup .col-L,
  .lineup .col-R{
    width: calc( ( 100% - 30px ) / 2 );
  }
}

.hisago-kobo{
  border: 1px solid #C7CAD5;
  border-radius: 4px;
  padding: 30px;
  max-width: 926px;
  width: 100%;
  margin: 50px auto 40px;
}
.hisago-kobo .title{
  color: #152C81;
  font-weight: 700;
  margin-bottom: 20px;
}
.hisago-kobo .flexbox{
  display: flex;
  column-gap: 30px;
  margin-bottom: 30px;
}
.hisago-kobo .img {
  margin-bottom: 30px;
}
.hisago-kobo .img img{
  width: 100%;
}
.hisago-kobo .download a{
  text-align: right;
  display: block;
}
.hisago-kobo .download a span{
  position: relative;
  display: inline-block;
  color: #065fd4;
  padding-right: 13px;
}
.hisago-kobo .download a span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #065fd4;
}
.hisago-kobo .download a span::after{
  position: absolute;
  content: url("/assets/images/icon/icon-arrow-right.svg");
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .hisago-kobo .flexbox{
    flex-direction: column;
    align-items: center;
  }
  .hisago-kobo .img img{
    max-width: 190px;
  }
  .hisago-kobo .title{
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .hisago-kobo .img img{
    max-width: 250px;
  }
  .hisago-kobo .title{
    font-size: 22px;
  }  
  .hisago-kobo .download{
    text-align: right;
  }
}
  
.service{
  color: #152C81;
  font-weight: 700;
  margin: 40px auto 80px;
}
.service .title{
  text-align: center;
  margin-bottom: 20px;
}
.service .flexbox{
  display: flex;
  column-gap: 20px;
}
.service .flexbox .col{
  border: 1px solid #C7CAD5;
  border-radius: 4px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .service .title{
    font-size: 16px;
  }
  .service .flexbox{
    flex-direction: column;
    align-items: center;
  }
  .service .flexbox .col{
    max-width: 345px;
    min-width: 288px;
  }
  .service .flexbox .col:not(:last-of-type){
    margin-bottom: 20px;
  }
  .service .img.labelmighty img{
    width: 94px;
  }
  .service .img.new_template img{
    width: 100px;
  }
}
@media screen and (min-width: 768px) {
  .service .title{
    font-size: 18px;
  }
  .service .flexbox{
    flex-wrap: wrap;
    justify-content: center;
  }
  .service .flexbox .col{
    width: 315px;
  }
}

.example{
  background-color: #f2f7fd;
  border-radius: 4px;
  color: #131B38;
  display: flex;
  column-gap: 30px;
}
.example .title{
  border: 1px solid #131B38;
  border-radius: 4px;
  font-size: 16px; 
  font-weight: 700;
  line-height: 1;
  padding: 10px 20px;
  margin-bottom: 10px;
  align-self: flex-start;
}
@media screen and (min-width: 768px) {
  .example .title{
    min-width: 90px;
  }
}
@media screen and (max-width: 1479px) {
  .example{
    flex-direction: column;
  }
}
@media screen and (min-width: 1480px) {
  .example{
    flex-wrap: nowrap;
  }
}
  
.pointcheck{
  color: #152c81;
  font-weight: 700;
  position: relative;
}
.pointcheck:not(:last-of-type){
  margin-bottom: 20px;
}
.pointcheck::before{
  margin-right: 10px;
}

.lineup .button{
  display: block;
  cursor: pointer;
  position: relative;
  background: #152c81;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  margin-top: 30px;
  padding: 15px 20px;
}
.lineup .button::after{
  content: "";
  background-image: url("/assets/images/icon/arrow-white-w4-h8.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 8px;
  height: 13px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.img_sub{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 12px;
  margin-bottom: 30px;
}
.img_sub::after{
  content: "";
  display: block;
  width: calc( (100% - 12px) / 2 );
}
.img_sub .col{
  width: calc( (100% - 12px) / 2 );
  margin-bottom: 20px;
}

@media screen and (max-width: 360px) {
  .pointcheck {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .lineup{
    flex-direction: column;
  }
  .lineup .col-L{
    order: 2;    
  }
  .lineup .col-R{
    order: 1;    
  }
  .example{
    flex-direction: column;
    padding: 20px;
  }
  .pointcheck {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 22px;
  }
  .pointcheck::before {
    content: url("/assets/images/check-sp.svg");
    position: absolute;
    left: 0px;
    top: -1px;
  }
  .lineup .button{
    margin-bottom: 40px;
  }
  .img_main{
    display: flex;
    justify-content: center;
  }
  .img_main img{
    max-width: 345px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .example{
    padding: 30px;
  }
  .pointcheck {
    font-size: 18px;
    padding-left: 30px;
  }
  .pointcheck::before {
    content: url("/assets/images/check.svg");
    position: absolute;
    left: 0px;
    top: -2px;
  }
  .lineup .buttonWrap{
    display: flex;
    justify-content: flex-end;
  }
  .lineup .button{
    max-width: 242px;
  }
}

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

@media screen and (min-width: 768px) {
}
  
  
  
  
  