@charset "utf-8";
/* CSS Document */
.ksk_photoflx {
  display: flex;
  gap: 24px;
}
.ksk_asp4-3{
  aspect-ratio: 4/3;
}
.ksk_wdt320{
  max-width: 320px;
}
.ksk_mgb56{
  margin-bottom: 56px;
}
.ksk_mgb64{
  margin-bottom: 64px;
}

.ksk_picture{
  position: relative;
  height: 500px;
  margin-bottom: 100px;
}
.ksk_picture div{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.ksk_picture div::after{
  content: "";
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(img/ph_picture.jpg) center top 120px no-repeat;
  background-size: cover;
  z-index: 1;
}


.ksk_gybg .ksk_container {
  max-width: 1036px;
  border-radius: 8px;
  background: #FFFFFF;
}
.ksk_container:nth-last-of-type(n + 2) {
  margin-bottom: 80px;
}
.ksk_section{
  margin: 0 auto;
  margin-bottom: 100px;
}
.ksk_container > section.ksk_section-bg {
  background-color: #F6F6F6;
  width: calc(100% + 32px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 44px 16px 64px 16px;
  margin-bottom: 100px;
}
.ksk_section-bg .ksk_section{
  margin-bottom: 0;
}
.ksk_sectiontitle{
  text-align: center;
}
.ksk_sectiontitle p::before{
  content: none;
}


.ksk_description {
  line-height: 2;
  letter-spacing: 0.05em;
  color: #333333;
  font-size: clamp(0.875rem,2.3vw,1rem);
}


.ksk_innerbox {
  max-width: 965px;
  margin: 0 auto;
}


.ksk_table{
  width: 100%;
  color: #020202;
}
.ksk_table thead{
  border-top: 1px solid #0A68B7;
  border-bottom: 1px solid #DDDDDD;
}
.ksk_table th{
  padding: 12px clamp(8px,1.7vw,16px);
  background-color: #F3F7FA;
  font-weight: 500;
  font-size: clamp(0.75rem, 2.3vw, 1rem);
}
.ksk_table tbody tr{
  border-bottom: 1px solid #DDDDDD;
}
.ksk_table td{
  padding: clamp(8px,1.7vw,16px);
}
.ksk_table th:first-of-type,
.ksk_table td:first-of-type{
  text-align: center;
}
.ksk_table td:not(:first-of-type){
  font-size: clamp(0.75rem, 2.3vw, 0.875rem);
}
.ksk_table td:first-of-type{
  font-weight: 500;
  font-size: clamp(0.75rem, 2.3vw, 1rem);
}
.ksk_table th:nth-last-of-type(n + 2),
.ksk_table td:nth-last-of-type(n + 2){
  border-right: 1px solid #DDDDDD;
}
.ksk_table th:not(:first-of-type),
.ksk_table td:not(:first-of-type){
  text-align: left;
}


dl.ksk_dtblue-list{
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 24px 0;
  width: 100%;
}
dl.ksk_dtblue-list dt{
  width: 30%;
  color: #0A68B7;
  font-size: clamp(0.875rem,2vw,1rem);
}
dl.ksk_dtblue-list dd{
  width: 70%;
  font-size: clamp(1rem,2.3vw,1.125rem);
}


.ksk_dot-list dt{
  font-size: clamp(1rem, 2.3vw, 1.125rem);
  font-weight: 500;
  position: relative;
  padding-bottom: 8px;
  padding-left: 26px;
  color: #020202;
}
.ksk_dot-list dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  vertical-align: top;
  margin-top: 8px;
  border-radius: 100%;
  background-color: #0A68B7;
}
.ksk_dot-list dd{
  padding-left: 26px;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #333333;
  font-size: clamp(0.875rem, 2.3vw, 1rem);
}
.ksk_dot-list dd:nth-last-of-type(n + 2){
  margin-bottom: 38px;
}


.ksk_detailbox{
  max-width: 965px;
  margin: 0 auto;
  padding: 44px 44px 64px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #0A68B7;
}
.ksk_innerbox p{
  line-height: 2;
  letter-spacing: 0.05em;
  color: #333333;
}








@media screen and (max-width:1280px){/*1056+32+172+17+おまけ*/
  .ksk_detailbox{padding: 3.4vw 3.4vw 5vw;}
}




@media screen and (max-width:820px){
  .ksk_picture{height: 50vh;}


  .ksk_container > section.ksk_section-bg{
    padding: 6.6vw 16px clamp(1rem, -2.308rem + 12.31vw, 4rem) 16px;/*16-64 430-820*/
  }

  .ksk_sectiontitle h2.ksk_fontadj{
    font-size: clamp(1.375rem, 0.41rem + 3.59vw, 2.25rem);/*22-36 430-820*/
  }


  .ksk_detailbox{padding: 16px 16px 24px;}
  .ksk_detailbox h3{
    margin-bottom: 3.9vw;
    font-size: clamp(1rem, 0.789rem + 0.9vw, 1.25rem);/*16-20 375-820*/
  }
}




@media screen and (max-width:640px){
  dl.ksk_dtblue-list{
    gap: 0;
  }
  dl.ksk_dtblue-list dt{
    width: 100%;
  }
  dl.ksk_dtblue-list dd{
    width: 100%;
  }
  dl.ksk_dtblue-list dd:nth-last-of-type(n + 2){
    margin-bottom: 16px;
  }


  .ksk_table th:first-of-type, .ksk_table td:first-of-type {
    text-align: left;
  }
}




@media screen and (max-width:428px){
  .ksk_picture{
    height: 33vh;
    margin-bottom: 64px;
  }
  .ksk_picture div::after{
    position: absolute;
    height: 100%;
    background-position: center top;
  }


  .ksk_section{
    margin-bottom: 40px;
    padding-top: 24px;
  }


  .ksk_innerbox div:last-of-type{width: 100%;}
  .ksk_detailbox{padding: 24px 14px 32px;}
}