@charset "UTF-8";
#p-ek-kantan {
  overflow: hidden;
  padding: 0;
}
#p-ek-kantan  .l_mv__casec {
  background: url(../../img/ek-kantan/mv.png);
  background-size: cover;
  background-size: center center;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan  .l_mv__casec {
    background-image: none;
    background-color: #F2F5F8;
  }
}
#p-ek-kantan  .l_mv__casec__inner {
  width: 1120px;
  margin: 0 auto;
  padding: 225px 0 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan  .l_mv__casec__inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 176px 4.6875% 35px;
    z-index: 2;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #p-ek-kantan  .l_mv__casec__txtbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 2;
  }
  #p-ek-kantan  .l_mv__casec__txtbox:before {
    position: absolute;
    bottom: -40vw;
    left: -4.6875vw;
    content: "";
    width: 100vw;
    padding: 54% 0 0;
    background: url(../../img/ek-kantan/sp/mv.png);
    background-size: cover;
    z-index: -1;
  }
}
#p-ek-kantan  .l_mv__casec__txt1 {
  font-size: 24px;
  font-weight: 700;
  color: #00727E;
  padding: 0 0 10px 10px;
  border-bottom: 1px solid; /* ボーダーの幅を指定 */
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#00727E), to(#98C6CB)) 1;
  -webkit-border-image: -webkit-linear-gradient(left, #00727E, #98C6CB) 1;
  -o-border-image: linear-gradient(to right, #00727E, #98C6CB) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#00727E), to(#98C6CB)) 1;
  border-image: linear-gradient(to right, #00727E, #98C6CB) 1;
	    display: inline-block;	
}
@media screen and (max-width: 768px) {
  #p-ek-kantan  .l_mv__casec__txt1 {
    font-size: 16px;
    padding: 0 10px 10px 10px;
  }
}
#p-ek-kantan  .l_mv__casec__txt2 {
  margin: 20px 0;
  font-size: 24px;
  font-weight: 700;
  color: #4E4E4E;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .l_mv__casec__txt2 {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
}
#p-ek-kantan .l_mv__casec__txt3 {
  margin: 20px 0;
  font-size: 68px;
  font-weight: 700;
  color: #043D78;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .l_mv__casec__txt3 {
    margin: 0;
	  font-size: 36px;
  }
}
@media screen and (max-width: 376px) {
  #p-ek-kantan .l_mv__casec__txt3 {
	  font-size: 34px;
  }
}
#p-ek-kantan .l_mv__casec__txt3 span {
	font-size : 20px;
	color:#222222;
}
@media screen and (max-width: 768px) {
	#p-ek-kantan .l_mv__casec__txt3 span {
		font-size : 16px;
		display: block;
		width: 100%;
		text-align: center;
		margin: 10px 0 0;
	}
}
#p-ek-kantan .l_mv__casec__btn {
  width: 180px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgb(210, 129, 70);
}
@media screen and (max-width: 1120px) {
  #p-ek-kantan .l_mv__casec__btn:nth-of-type(2) {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .l_mv__casec__btn {
    width: 200px;
    height: 48px;
  }
}
#p-ek-kantan .l_mv__casec__btn + .l_mv__casec__btn {
  margin: 12px auto 0;
}
#p-ek-kantan .l_mv__casec__btn._pt2 {
  background: #00727E;
}
#p-ek-kantan .l_mv__casec__btn span {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 0 20px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .l_mv__casec__btn span {
    font-size: 14px;
  }
}
#p-ek-kantan .l_mv__casec__btn span:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  top: 3px;
  right: 0;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .l_mv__casec__btn span:before {
    width: 8px;
    height: 8px;
  }
}
#p-ek-kantan .l_mv__casec__btns {
  width: 248px;
  margin: -50px 0 0;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .l_mv__casec__btns {
    width: 280px;
    margin: 70px auto 0;
    position: relative;
    z-index: 2;
    background: #fff;
  }
}
#p-ek-kantan .l_mv__casec__btntxt1 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: #222;
  text-align: center;
  padding: 14px 0;
}
#p-ek-kantan .l_mv__casec__btnbox {
  padding: 24px 0;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .l_mv__casec__btnbox {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
#p-ek-kantan .l_mv__casec__btnbox:first-of-type {
  border-bottom: 1px dashed #222;
}
#p-ek-kantan .l_mv__casec__btnbox a {
  margin: 0 auto;
}
#p-ek-kantan .l_mv__casec__btntxt2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .l_mv__casec__btntxt2 {
    font-size: 16px;
  }
}
#p-ek-kantan .sec_1 {
  padding: 16px 0;
  background: #CBD7E3;
}
#p-ek-kantan .sec_1 .sec__inner {
  margin: 0 auto;
}
#p-ek-kantan .sec_1 .sliderwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
#p-ek-kantan .sec_1 .sliderwrap .slick-slide {
  width: 880px;
  margin: 0 24px;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_1 .sliderwrap .slick-slide {
    width: 280px;
  }
}
#p-ek-kantan .sec_1 .sliderwrap .slick-prev {
  position: absolute;
  top: 50%;
  left: 50%;
  color: transparent;
  width: 50px;
  height: 50px;
  z-index: 1;
}
#p-ek-kantan .sec_1 .slider__item {
  width: 880px;
  border: 1px solid #043D78;
  position: relative;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_1 .slider__item {
    width: 280px;
  }
}
#p-ek-kantan .sec_1 .slider__item:before {
  content: url(../../img/group_case/slider-ico.svg);
  position: absolute;
  bottom: -3px;
  right: -1px;
}
#p-ek-kantan .sec_1 .slider__imgbox {
  width: 300px;
  display: block;
}
#p-ek-kantan .sec_1 .slider__imgbox img {
  width: 100%;
}
#p-ek-kantan .sec_1 .slider__txtbox {
  background: #fff;
  display: block;
  padding: 35px 135px 15px 50px;
  width: calc(100% - 300px);
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_1 .slider__txtbox {
    display: none;
  }
}
#p-ek-kantan .sec_1 .slider__ttl {
  display: block;
  font-size: 24px;
  font-weight: 700;
}
#p-ek-kantan .sec_1 .slider__txt {
  margin: 12px 0 0;
  display: block;
  font-size: 14px;
  line-height: 1.5;
}
#p-ek-kantan .sec_1 .slider__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_1 .slider .slick-arrow {
    font-size: 0;
    color: transparent;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_1 .slider .slick-arrow.slick-next {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../../img/common/sp/next.svg);
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_1 .slider .slick-arrow.slick-prev {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../../img/common/sp/prev.svg);
    background-size: cover;
  }
}
#p-ek-kantan .sec_2 {
  padding: 48px 0;
}
#p-ek-kantan .sec_2__ttl {
  font-size: 24px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_2__ttl {
    margin: 0 4.6875%;
    width: 90.625%;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
  }
}
#p-ek-kantan .sec_2__ttl span {
  padding: 0 0 10px 0;
  border-bottom: 1px solid; /* ボーダーの幅を指定 */
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#00727E), to(#98C6CB)) 1;
  -webkit-border-image: -webkit-linear-gradient(left, #00727E, #98C6CB) 1;
  -o-border-image: linear-gradient(to right, #00727E, #98C6CB) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#00727E), to(#98C6CB)) 1;
  border-image: linear-gradient(to right, #00727E, #98C6CB) 1;
}
#p-ek-kantan .sec_2 .bnrslide {
  margin: 20px 0 0;
}
#p-ek-kantan .sec_2 .bnrslide .slick-slide {
  margin: 0 30px;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_2 .bnrslide .slick-slide {
    margin: 0 15px;
  }
  #p-ek-kantan .sec_2 .bnrslide .slick-slide img {
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
	#p-ek-kantan .sec_3 {
		padding: 40px 0;
	}
}

#p-ek-kantan .sec_3 .inner {
  width: 1120px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 68px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_3 .inner {
    width: 100%;
    padding: 0 4.6875%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0 24px;
  }
}
#p-ek-kantan .sec_3__imgbox {
  width: 400px;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_3__imgbox {
    width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
#p-ek-kantan .sec_3__imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#p-ek-kantan .sec_3__txt {
  width: 570px;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_3__txt {
    width: 100%;
    padding: 24px 0 0;
  }
}
#p-ek-kantan .sec_3__desc1 {
  color: #00727E;
  font-size: 16px;
  font-weight: 600;
}
#p-ek-kantan .sec_3__desc2 {
  margin: 20px 0 30px;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_3__desc2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 376px) {
  #p-ek-kantan .sec_3__desc2 {
    font-size: 22px;
  }
}
#p-ek-kantan .sec_3__desc2 span {
	font-size: 16px;
	margin: 0 5px;
}
@media screen and (max-width: 768px) {
	#p-ek-kantan .sec_3__desc2 span {
		font-size: 11px;
	}
}
#p-ek-kantan .sec_3__desc3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
#p-ek-kantan .sec_3__desc4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin: 10px 0 0;
}
#p-ek-kantan .sec_3__link {
  margin: 20px 0 0;
  width: 300px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #043D78;
}
#p-ek-kantan .sec_3__link span {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 0 20px 0 0;
  position: relative;
}
#p-ek-kantan .sec_3__link span:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  top: 3px;
  right: 0;
}
#p-ek-kantan .sec_4 {
  margin: -30px 0 0;
  background: -webkit-radial-gradient(ellipse, #FFFFFF 5%, #CBD7E3 95%);
  background: radial-gradient(ellipse, #FFFFFF 5%, #CBD7E3 95%);
  padding: 160px 0 120px;
  text-align: center;
}
#p-ek-kantan .sec_4__ttl span {
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#00727E), to(#98C6CB)) 1;
  -webkit-border-image: -webkit-linear-gradient(left, #00727E, #98C6CB) 1;
  -o-border-image: linear-gradient(to right, #00727E, #98C6CB) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#00727E), to(#98C6CB)) 1;
  border-image: linear-gradient(to right, #00727E, #98C6CB) 1;
}
#p-ek-kantan .sec_4__txt {
  margin: 25px 0 0;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  color: #043D78;
}
#p-ek-kantan .sec_4__txt .casec {
  font-size: 48px;
}
#p-ek-kantan .sec_5 .inner {
  width: 1120px;
  margin: 0 auto;
  padding: 80px 0 0;
}
#p-ek-kantan .sec_5__ttl {
  margin: 50px 0 0;
  text-align: center;
}
#p-ek-kantan .sec_5__ttl span {
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#00727E), to(#98C6CB)) 1;
  -webkit-border-image: -webkit-linear-gradient(left, #00727E, #98C6CB) 1;
  -o-border-image: linear-gradient(to right, #00727E, #98C6CB) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#00727E), to(#98C6CB)) 1;
  border-image: linear-gradient(to right, #00727E, #98C6CB) 1;
}
#p-ek-kantan .sec_5__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 0;
}
#p-ek-kantan .sec_5__item {
  padding: 36px;
  border-top: 1px solid #99B0C8;
  border-left: 1px solid #99B0C8;
  border-bottom: 1px solid #99B0C8;
  text-align: center;
}
#p-ek-kantan .sec_5__item:not(:first-of-type) {
  border-right: 1px solid #99B0C8;
}
#p-ek-kantan .sec_5__item img {
  width: 240px;
}
#p-ek-kantan .sec_5__item__ttl {
  margin: 35px 0 0;
  font-size: 20px;
  font-weight: 700;
}
#p-ek-kantan .sec_5__item__txt {
  margin: 15px 0 20px;
  font-size: 16px;
  line-height: 1.5;
}
#p-ek-kantan .sec_5__item__link {
  font-size: 16px;
  font-weight: 700;
  color: #043D78;
}
#p-ek-kantan .sec_5__item__link a {
  cursor: pointer;
  display: inline-block;
  padding: 0 15px 0 0;
  position: relative;
}
#p-ek-kantan .sec_5__item__link a:before {
  content: "";
  border-top: 1px solid #043D78;
  border-right: 1px solid #043D78;
  position: absolute;
  width: 7px;
  height: 7px;
  top: 4px;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
#p-ek-kantan .sec_6 {
  padding: 80px 0 50px;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_6 {
    padding: 60px 0;
  }
}
#p-ek-kantan .sec_6 .inner {
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_6 .inner {
    width: 100%;
  }
}
#p-ek-kantan .sec_6 .inner .c-ttl__1 br {
	display: none;
}
@media screen and (max-width: 768px) {
	#p-ek-kantan .sec_6 .inner .c-ttl__1 br {
		display: inline-block;
	}
	#p-ek-kantan .sec_6 .inner .c-ttl__1 span:before {
		right: -54px;
	}
	#p-ek-kantan .sec_6 .inner .c-ttl__1 span:after {
		left: -22px;
	}
}

@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_6__lists {
    padding: 0 4.6875%;
  }
}
#p-ek-kantan .sec_6__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_6__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	  margin-bottom: 40px;
  }
	#p-ek-kantan .sec_6__list:last-child {
		margin-bottom: 0px;
	}
}
#p-ek-kantan .sec_6__imgbox {
  width: 300px;
  height: 301px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_6__imgbox {
    width: 90%;
    height: auto;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	  margin-bottom: 0px;
  }
}
#p-ek-kantan .sec_6__imgbox > img {
  max-width: 100%;
}
#p-ek-kantan .sec_6__txtbox {
  width: calc(100% - 300px);
  padding: 0 48px;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_6__txtbox {
    width: 100%;
    padding: 0 20px;
  }
}
#p-ek-kantan .sec_6 .u_num {
  font-size: 20px;
  color: #D28146;
  font-weight: 700;
}
#p-ek-kantan .sec_6 .u_num .big {
  font-size: 36px;
  position: relative;
}
#p-ek-kantan .sec_6 .u_num .big._another:before {
  bottom: 0;
  left: 16px;
}
#p-ek-kantan .sec_6 .u_num .big._another:after {
  bottom: 21px;
  left: 6px;
}
#p-ek-kantan .sec_6 .u_num .big:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 39px solid #ffffff;
  border-top: 0;
  -webkit-transform: rotate(13deg);
  transform: rotate(13deg);
  position: absolute;
  bottom: 0;
  left: 12px;
}
#p-ek-kantan .sec_6 .u_num .big:after {
  content: "";
  width: 32px;
  height: 1px;
  background: #D28146;
  -webkit-transform: rotate(13deg);
  transform: rotate(-61deg);
  position: absolute;
  bottom: 21px;
  left: 2px;
}
#p-ek-kantan .sec_6__ttl {
  margin: 15px 0 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
 #p-ek-kantan .sec_6__ttl {
    font-size: 24px;
    line-height: 1.4;
	 letter-spacing: 0.01em;
  }
}
#p-ek-kantan .sec_6__txt {
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.5;
}
#p-ek-kantan .sec_6__sub {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
#p-ek-kantan .sec_7 {
  padding: 64px 0;
  background: #F2F5F8;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_7 {
    padding: 50px 4.6875vw;
  }
}
#p-ek-kantan .sec_7 .inner {
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_7 .inner {
    width: 100%;
  }
}
#p-ek-kantan .sec_7__flex {
  width: 970px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_7__flex {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_7__flex__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_7__flex__item:not(:first-of-type) {
    margin: 35px 0 0;
  }
}
#p-ek-kantan .sec_7__flex__link {
  width: 300px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #043D78;
}
@media screen and (max-width: 1120px) {
  #p-ek-kantan .sec_7__flex__link:nth-of-type(2) {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_7__flex__link {
    width: 200px;
  }
}
#p-ek-kantan .sec_7__flex__link span {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 0 20px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_7__flex__link span {
    font-size: 14px;
  }
}
#p-ek-kantan .sec_7__flex__link span:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  top: 3px;
  right: 0;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_7__flex__link span:before {
    width: 8px;
    height: 8px;
  }
}
#p-ek-kantan .sec_7__flex__link._pt2 {
  background: #00727E;
}
#p-ek-kantan .sec_7__flex__link._pt3 {
  background: #D28146;
}
#p-ek-kantan .sec_7__flex__txt {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_7__flex__txt {
    font-size: 18px;
  }
}
#p-ek-kantan .sec_7__ttl {
  text-align: center;
  margin: 0 0 50px;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  color: #043D78;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_7__ttl {
    font-size: 24px;
  }
}
#p-ek-kantan .sec_7__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 50px;
}
#p-ek-kantan .sec_8 {
  padding: 80px 0 160px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_8 {
    padding: 40px 4.6875%;
  }
}
#p-ek-kantan .sec_8:before {
  content: url(../../img/group_casec/Intersect.svg);
  position: absolute;
  top: 300px;
  right: 0;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_8:before {
    display: none;
  }
}
#p-ek-kantan .sec_8:after {
  content: url(../../img/group_casec/circle.svg);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_8:after {
    display: none;
  }
}
#p-ek-kantan .sec_8 .inner {
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_8 .inner {
    width: 100%;
  }
}
#p-ek-kantan .sec_8 .inner .c-ttl__1 br {
	display: none;
}
@media screen and (max-width: 768px) {
	#p-ek-kantan .sec_8 .inner .c-ttl__1 br {
		display: inline-block;
	}
	#p-ek-kantan .sec_8 .inner .c-ttl__1 span:before {
		right: -54px;
	}
	#p-ek-kantan .sec_8 .inner .c-ttl__1 span:after {
		left: -22px;
	}
}
#p-ek-kantan .sec_8__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_8__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
  }
}
#p-ek-kantan .sec_8__flex:first-of-type {
  margin: 64px 0 0;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_8__flex:first-of-type {
    margin: 35px 0 0;
  }
}
#p-ek-kantan .sec_8__flex + .sec_8__flex {
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_8__flex + .sec_8__flex {
    margin: 35px 0 0;
  }
}
#p-ek-kantan .sec_8__flex__imgbox {
  text-align: center;
  color: #043D78;
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_8__flex__imgbox {
    font-size: 24px;
	  margin: 0 0 40px;
  }
  #p-ek-kantan .sec_8__flex__imgbox img {
    width: 100%;
  }
}
#p-ek-kantan .sec_8__flex__imgbox > p {
  margin: 45px 0 0;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_8__flex__imgbox > p {
    margin: 20px 0 50px;
  }
}
#p-ek-kantan .sec_8__flex__txtbox {
  width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_8__flex__txtbox {
    width: 100%;
    gap: 20px;
  }
}
#p-ek-kantan .sec_8__box {
  width: 333px;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_8__box {
    width: 100%;
  }
}
#p-ek-kantan .sec_8__ttl {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 10px 10px;
  border-bottom: 1px solid #222;
  color: #043D78;
}
#p-ek-kantan .sec_8__lists {
  margin: 20px 0;
}
#p-ek-kantan .sec_8__list {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 0 0 15px;
}
#p-ek-kantan .sec_8__list:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #222;
  position: absolute;
  top: 8px;
  left: 6px;
  border-radius: 50%;
}
#p-ek-kantan .sec_8__column {
  width: 880px;
  margin: 120px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 48px;
  background: #F2F5F8;
  padding: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_8__column {
    width: 100%;
    margin: 30px auto 0;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#p-ek-kantan .sec_8__column:before {
  content: url(../../img/group_casec/circle.svg);
  position: absolute;
  top: -130px;
  left: -150px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_8__column:before {
    display: none;
  }
}
#p-ek-kantan .sec_8__column__imgbox {
  width: 373px;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_8__column__imgbox {
    width: 100%;
  }
}
#p-ek-kantan .sec_8__column__imgbox img {
  width: 100%;
}
#p-ek-kantan .sec_8__column__txtbox {
  width: 363px;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_8__column__txtbox {
    width: 100%;
    padding: 20px 0 0;
  }
}
#p-ek-kantan .sec_8__column__txt1 {
  color: #00727E;
  font-size: 16px;
}
#p-ek-kantan .sec_8__column__txt2 {
  margin: 10px 0 20px;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_8__column__txt2 {
    font-size: 24px;
  }
}
#p-ek-kantan .sec_8__column__txt3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
#p-ek-kantan .sec_8__btnbox {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_8__btnbox {
    margin: 20px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#p-ek-kantan .sec_8__btn {
  padding: 0 35px 0 35px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #043D78;
}
@media screen and (max-width: 1120px) {
  #p-ek-kantan .sec_8__btn:nth-of-type(2) {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_8__btn {
    padding: 0 30px;
    width: 160px;
    height: 48px;
  }
}
#p-ek-kantan .sec_8__btn span {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 0 20px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_8__btn span {
    font-size: 14px;
  }
}
#p-ek-kantan .sec_8__btn span:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  top: 3px;
  right: 0;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_8__btn span:before {
    width: 8px;
    height: 8px;
  }
}
#p-ek-kantan .sec_9 {
  position: relative;
  padding: 0 0 80px;
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_9 {
    width: 100%;
    padding: 0 4.6875%;
  }
}
#p-ek-kantan .sec_9:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent rgba(4, 61, 120, 0.1490196078);
  border-width: 360px 0px 0px 720px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_9:before {
    display: none;
  }
}
#p-ek-kantan .sec_9:after {
  content: "";
  width: 605px;
  height: 605px;
  background: rgba(4, 61, 120, 0.1490196078);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -307px;
  right: -302px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_9:after {
    display: none;
  }
}
#p-ek-kantan .sec_9 .bg {
  position: relative;
  background: #fff;
  width: 100%;
  z-index: 1;
}
#p-ek-kantan .sec_9__ttl {
  margin: 60px 0 0;
  text-align: center;
}
#p-ek-kantan .sec_9__ttl span {
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#00727E), to(#98C6CB)) 1;
  -webkit-border-image: -webkit-linear-gradient(left, #00727E, #98C6CB) 1;
  -o-border-image: linear-gradient(to right, #00727E, #98C6CB) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#00727E), to(#98C6CB)) 1;
  border-image: linear-gradient(to right, #00727E, #98C6CB) 1;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_9__ttl span {
    font-size: 18px;
    line-height: 1.5;
  }
}
#p-ek-kantan .sec_9__logos {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_9__logos {
    gap: 15px;
  }
}
@media screen and (min-width: 769px) {
  #p-ek-kantan .sec_9__logos img {
    max-height: 150px;
  }
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_9__logos img {
    height: 30px;
  }
}
#p-ek-kantan .sec_9 .post {
  width: 1120px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_9 .post {
    width: 100%;
  }
}
#p-ek-kantan .sec_9 .post__box {
  margin: 24px 0 0;
}
#p-ek-kantan .sec_9 .post__ttl {
  font-size: 36px;
  font-weight: 700;
  border-bottom: 1px solid #222;
  padding: 0 0 10px 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_9 .post__ttl {
    font-size: 20px;
  }
}
#p-ek-kantan .sec_9 .post__ttl:not(:first-of-type) {
  margin: 50px 0 0;
}
#p-ek-kantan .sec_9 .post__ttl > a {
  font-size: 16px;
  padding: 0 15px 0 0;
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #043D78;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_9 .post__ttl > a {
    font-size: 14px;
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
  }
}
#p-ek-kantan .sec_9 .post__ttl > a:before {
  position: absolute;
  top: 4px;
  right: 0;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #043D78;
  border-right: 1px solid #043D78;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
#p-ek-kantan .sec_9 .post__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_9 .post__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#p-ek-kantan .sec_9 .post__list {
  background: #fff;
  border-top: 1px solid #043D78;
  border-bottom: 1px solid #043D78;
  border-left: 1px solid #043D78;
  border-right: 1px solid #043D78;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_9 .post__list {
    width: 100%;
  }
}
#p-ek-kantan .sec_9 .post__list:not(:first-of-type) {
  border-left: none;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_9 .post__list:not(:first-of-type) {
    border-left: 1px solid #043D78;
    border-top: none;
  }
}
#p-ek-kantan .sec_9 .post .post-item {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_9 .post .post-item {
    width: 100%;
  }
}
#p-ek-kantan .sec_9 .post .post-item a {
  width: 100%;
  display: block;
  padding: 0;
}
#p-ek-kantan .sec_9 .post .thumbnail {
  max-width: 100%;
  position: relative;
}
#p-ek-kantan .sec_9 .post .thumbnail__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#p-ek-kantan .sec_9 .post .thumbnail img {
  width: 234px;
  height: 156px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_9 .post .thumbnail img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#p-ek-kantan .sec_9 .post .thumbnail__lead {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  padding: 0 16px;
  color: #00727E;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_9 .post .thumbnail__lead {
    font-size: 14px;
    -webkit-line-clamp: 4;
  }
}
#p-ek-kantan .sec_9 .post .block {
  display: block;
}
#p-ek-kantan .sec_9 .post .catwrap {
  border-top: 1px dashed #222;
  border-bottom: 1px dashed #222;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_9 .post .catwrap {
    border: none;
    padding: 0;
  }
}
#p-ek-kantan .sec_9 .post .catwrap:not(:first-of-type) {
  border-top: none;
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_9 .post .catwrap:not(:first-of-type) {
    display: none;
    border: none;
  }
}
#p-ek-kantan .sec_9 .post .catwrap__ttl {
  width: 88px;
  font-size: 16px;
  font-weight: 700;
  color: #043D78;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_9 .post .catwrap__ttl {
    display: none;
  }
}
#p-ek-kantan .sec_9 .post .catwrap__item {
  width: calc(100% - 88px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_9 .post .catwrap__item {
    width: 100%;
  }
}
#p-ek-kantan .sec_9 .post .catwrap__item._pt2 {
  font-size: 14px;
  color: #043D78;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 96px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#p-ek-kantan .sec_9 .post .catwrap__item._pt2 > span {
  display: block;
  padding: 0 0 0 10px;
  position: relative;
}
#p-ek-kantan .sec_9 .post .catwrap__item._pt2 > span:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #043D78;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
#p-ek-kantan .sec_9 .post .catwrap__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_9 .post .catwrap__wrap {
    gap: 8px;
    white-space: initial;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#p-ek-kantan .sec_9 .post .catwrap .cat {
  width: auto;
  padding: 10px 15px 8px;
  margin: 0;
  color: #222;
  font-weight: 500;
  font-size: 12px;
  border: 1px solid #222;
  border-radius: 999px;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_9 .post .catwrap .cat {
    font-size: 10px;
    padding: 5px 8px 4px;
  }
}
#p-ek-kantan .sec_9 .post .catwrap .cat:before {
  display: none;
}
#p-ek-kantan .sec_9 .post .wrap {
  display: block;
  padding: 24px 16px 16px;
  border-top: 1px solid #99B0C8;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_9 .post .wrap {
    padding: 16px;
    border-top: 1px dashed #99B0C8;
  }
}
#p-ek-kantan .sec_9 .post .logo {
  width: 100px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_9 .post .logo {
    display: none;
  }
}
#p-ek-kantan .sec_9 .post .logo__wrap {
  padding: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_9 .post .logo__wrap {
    padding: 0 0 10px;
  }
}
#p-ek-kantan .sec_9 .post .logo > img {
  max-width: 100%;
}
#p-ek-kantan .sec_9 .post .title {
  margin: 12px 0 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #043D78;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#p-ek-kantan .sec_9 .post .subtext {
  font-weight: 700;
  font-size: 20px;
  color: #043D78;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: calc(100% - 116px);
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_9 .post .subtext {
    width: 100%;
    font-size: 14px;
    display: -webkit-box; /* Flexboxの代替であるWebKitボックスを使用 */
    -webkit-box-orient: vertical; /* ボックスを垂直方向に配置 */
    overflow: hidden; /* 溢れる内容を非表示 */
    text-overflow: ellipsis; /* 3点リーダーを表示 */
    -webkit-line-clamp: 2;
  }
}

.sec_10 {
	position: relative;
}
.sec_10:before {
    content: url(../../img/common/footer-ico.svg);
    position: absolute;
    bottom: -5px;
    right: 0;
	z-index:0;
}
@media screen and (max-width: 768px) {
	.sec_10:before {
		content: "";
	}
}

#p-ek-kantan .sec_10 .inner {
  padding: 80px 0;
  width: 880px;
  margin: 0 auto;
	position:relative;
	z-index:1;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_10 .inner {
    width: 100%;
    padding: 0 4.6875% 40px;
  }
}
#p-ek-kantan .sec_10 .l-price {
  margin: 50px 0 0;
	background: #fff;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_10 .l-price {
    margin: 30px 0 0;
  }
}
#p-ek-kantan .sec_10 .l-price__valuebox__wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#p-ek-kantan .sec_10 .l-price__txtbox {
    padding: 36px 25px;
}
#p-ek-kantan .sec_10 .l-price__valuebox__wrap .l-price__txt2 {
  width: 100%;
  margin: 10px 0 0;
  text-align: center;
}
#p-ek-kantan .sec_11 {
  background: #FBF2ED;
}
#p-ek-kantan .sec_11 .inner {
  padding: 80px 0;
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_11 .inner {
    width: 100%;
    padding: 40px 4.6875%;
  }
}
#p-ek-kantan .sec_11 .inner > .c-btn__3 {
  margin: 35px 0 0;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_11 .inner > .c-btn__3 {
    margin: 30px 0 0;
  }
}
#p-ek-kantan .sec_11__ttl {
  font-size: 36px;
  font-weight: 700;
  color: #D28146;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_11__ttl {
    font-size: 24px;
    line-height: 1.5;
  }
}
#p-ek-kantan .sec_11 .btnflex {
  margin: 36px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 36px;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_11 .btnflex {
    margin: 16px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}
#p-ek-kantan .sec_12 {
  width: 1120px;
  margin: 80px auto;
  padding: 24px;
  background: #F2F5F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_12 {
    width: 90.625%;
    margin: 40px 4.6875%;
  }
}
#p-ek-kantan .sec_12__img {
  width: 375px;
  height: 250px;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_12__img {
    width: auto;
    height: auto;
  }
}
#p-ek-kantan .sec_12__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#p-ek-kantan .sec_12__txt {
  width: calc(100% - 425px);
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_12__txt {
    width: 100%;
    margin: 25px 0 0;
  }
}
#p-ek-kantan .sec_12__desc1 {
  color: #00727E;
  font-size: 16px;
  font-weight: 600;
}
#p-ek-kantan .sec_12__desc2 {
  margin: 20px 0 30px;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_12__desc2 {
    font-size: 24px;
  }
}
#p-ek-kantan .sec_12__desc3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
#p-ek-kantan .sec_12__link {
  margin: 20px 0 0;
  width: 300px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #043D78;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_12__link {
    width: 100%;
    height: 48px;
  }
}
#p-ek-kantan .sec_12__link span {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 0 20px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_12__link span {
    font-size: 14px;
  }
}
#p-ek-kantan .sec_12__link span:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  top: 3px;
  right: 0;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_12__link span:before {
    width: 8px;
    height: 8px;
  }
}
/*# sourceMappingURL=p-casec.css.map */

#p-ek-kantan .sec_13 {
  padding: 80px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec_13 {
    padding: 40px 4.6875%;
  }
}
#p-ek-kantan .sec_13 .sec_13__txt {
	margin: 20px 0;
    font-size: 16px;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
	#p-ek-kantan .sec_13 .sec_13__txt {
		margin: 10px 0;
		font-size: 14px;
	}
}
#p-ek-kantan .sec_13 .inner {
	width: 1120px;
    margin: 0 auto;
    padding: 50px 0 0;
    position: relative;
}
@media screen and (max-width: 768px) {
	#p-ek-kantan .sec_13 .inner {
		width: 100%;
		padding: 25px 0 0;
	}
}
#p-ek-kantan .sec_13 .inner .box {
	padding: 30px 0 0;
}
#p-ek-kantan .sec_13 .inner h3.sec_13__h3 {
	position: relative;
    font-size: 28px;
    font-weight: 700;
    padding: 0 0 0 25px;
}
@media screen and (max-width: 768px) {
	#p-ek-kantan .sec_13 .inner h3.sec_13__h3 {
		font-size: 20px;
		line-height: 1.6;
	}
}
#p-ek-kantan .sec_13 .inner h3.sec_13__h3:before {
    content: "";
    background: url(../../img/common/ico-ttl.svg);
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
}
@media screen and (max-width: 768px) {
	#p-ek-kantan .sec_13 .inner h3.sec_13__h3:before {
		top: 12px;
	}
}
#p-ek-kantan .sec_13 .inner .popupbox__lists {
    margin: 24px 0;
}
#p-ek-kantan .sec_13 .inner .popupbox__list {
	position: relative;
    padding: 0 0 0 15px;
    font-size: 16px;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
	#p-ek-kantan .sec_13 .inner .popupbox__list {
		font-size: 14px;
	}
}
#p-ek-kantan .sec_13 .inner .popupbox__list:before {
    width: 4px;
    height: 4px;
    background: #222;
    position: absolute;
    top: 9px;
    left: 5px;
    border-radius: 50%;
    content: "";
}
#p-ek-kantan .sec_14 {
  padding: 40px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
	#p-ek-kantan .sec_14 {
	  padding: 0;
	}
}
#p-ek-kantan .sec_14 .inner {
	width: 1120px;
    margin: 0 auto;
    padding: 0;
    position: relative;
	max-width: 95%;
}
#p-ek-kantan .sec_14 .inner p {
	text-align: left;
	font-size: 14px;
	color: #7a7a7a;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	#p-ek-kantan .sec_14 .inner p {
			font-size: 12px;
			width: 90.625%;
	}
}

#p-ek-kantan .sec .popupbox__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 48px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
@media screen and (max-width: 768px) {
	#p-ek-kantan .sec .popupbox__flex {
		flex-wrap: wrap;
	}
}
#p-ek-kantan .sec .popupbox__flex._start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	align-items: start;
}
#p-ek-kantan .sec .popupbox__imgbox {
    width: 500px;
    padding: 48px;
    position: relative;
}
@media screen and (max-width: 768px) {
	#p-ek-kantan .sec .popupbox__imgbox {
		padding: 25px 0;
		width: 100%;
	}
}
#p-ek-kantan .sec .popupbox__imgbox:first-child {
	padding: 48px 0;
}
@media screen and (max-width: 768px) {
	#p-ek-kantan .sec .popupbox__imgbox:first-child {
		padding: 20px 0;
		width: 100%;
	}
}
#p-ek-kantan .sec .popupbox__imgbox:before {
    content: url(../../img/common/zoom.svg);
    bottom: 47px;
    right: 48px;
    position: absolute;
    pointer-events: none;
    z-index: 1;
}
@media screen and (max-width: 768px) {
  #p-ek-kantan .sec .popupbox__imgbox:before {
    bottom: 22px;
    right: 25%;
  }
}
#p-ek-kantan .sec .popupbox__imgbox:first-child:before {
	display:none;
}
#p-ek-kantan .sec .popupbox__imgbox p {
	font-size: 16px;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
	#p-ek-kantan .sec .popupbox__imgbox p {
		font-size: 14px;
	}
}
#p-ek-kantan .sec .popupbox__imgbox a {
    display: block;
}
@media screen and (max-width: 768px) {
	#p-ek-kantan .sec .popupbox__imgbox a {
		width: 75%;
	}
}
#p-ek-kantan.sec .popupbox__imgbox a:hover {
  opacity: 1;
}
#p-ek-kantan .sec .popupbox__imgbox img {
    width: 100%;
    border: 1px solid #043D78;
}
#p-ek-kantan .sec .popupbox__imgbox:first-child img {
	border: none;
}

.l-footer:before {
    content: "";
}
@media screen and (max-width: 768px) {
	.l-footer {
        padding: 380px 0 0;
        z-index: 1;
    }
	.l-footer:before {
		z-index: -1;
        top: 210px;
		content: url(../../img/common/footer-ico.svg);
		position: absolute;
		right: 0;
	}
}