/* CSS（PC用 2カラム固定） */
.contact-table {
  
  font-size: 1.7rem;
  margin: 50px auto 0;
  line-height: 1.6;
}

.ct-grid {
  display: grid;
  grid-template-columns: 130px 1fr; /* 左：固定 右：可変 */
  gap: 8px 24px;
  align-items: start;
}

.ct-row {
  display: contents;
}

.ct-label {
  margin: 6px 0;
  font-weight: 600;

}

.ct-value {
  margin: 6px 0;

}

.sub {
  display: inline-block;
  margin-top: 4px;
}

.ct-value address {
  font-style: normal;
}




.kaso-top{
  background-color: #F3F6FB;
}
.kaso-top-g{

  position: absolute;
  width:1296px;
  left:-136px;
  top:91px;
}
.kaso-box2 .ser02{
  position: relative;
  top:750px;
}


.kaso-box2 .ser06{
  position: relative;
  top:3880px;
}
.ser02 .kaso-ser-01{
    top:50px;
}
.ser02 .kaso-ser-02{
    top:35px;
}

.ser02 .kaso-ser-und{
gap:0;
}
.ser02 .kaso-ser-und2{
      width: 398px;
flex: none;
}
.ser02 .kaso-ser-01{
    right: 0px;
    left: 0px;
}

.kaso-ser-t2-2{
  margin-bottom: 1em;
  font-size: 1.6rem;
  font-weight: bold;
}
.ser02 .kaso-ser-02 {
  right: 0px;           /* 左端からの距離 */
left: 585px;
    height: 354px;
    top: 165px;
}
.kaso-ser-t3-2{
      line-height: 2em;
  margin-top: 30px;
  padding-top: 30px;
  font-size: 1.7rem;
  border-top: 1px solid black;
}
.kaso-ser-t3-2 p,
.kaso-ser-t3 p{
line-height: 1.5em;
}

.ser02 .kaso-ser-back {
  margin-left: 100px;
    position: absolute;
    width: 295px;
}
.kaso-ser-t2 span{
  font-size: 2rem;
  margin-left: 6rem;
}
.kaso-ser-01-2{
      left: -176px;
      z-index: 500;
  position: absolute;
      border: 3px solid #0B2E74;
      border-radius: 140px;
      width:277px;
        height:277px;
        background-color: #E2E7F2;
        overflow: hidden;
}
.kaso-ser-01-2 img{
  width: 489px;
  position: absolute;
  left: -60px;
  top:-7px;
  max-width: none;
  
}
.kaso-ser-02-2{
  top:66px;
      right: -234px;
      z-index: 500;
  position: absolute;
      border: 3px solid #0B2E74;
      width:283px;
        height:354px;
        background-color: #E2E7F2;
        overflow: hidden;
}
.kaso-ser-02-2 img{
  width: 234px;
  position: absolute;
  left: 20px;
  top:84px;
}
.ct-end{
  font-size: 1.7rem;
  margin-top: 2em;
  line-height: 1.7em;
}
.kaso-ser-01{
  background-color: white;
  z-index: 500;
  top:75px;
      right: 0px;
  box-sizing: border-box;
  position: absolute;
    width: 738px;
    border: 3px solid #0B2E74;
    padding: 54px 54px 54px 170px;
}
.ser02 .kaso-ser-t2 {
  font-size: 24px;
}
.ser02 .kaso-ser-01{
      padding: 60px 80px;
}
.ct-value .note {
  display: block;
  padding-left: 1em;
  text-indent: -1em; /* 1文字分のインデント */
}

.kaso-ser-02{
  position: absolute;   /* 相対位置ではなく絶対位置が必要 */
  top: 199px;           /* 上からの距離 */
  left: 0px;           /* 左端からの距離 */
  right: 50%;          /* 右端からの距離 */
  background-color: var(--brand-blue);
  height: 306px;
}
.kaso-ser-back{
 position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  width: 250px;
  transform: translate(-50%, -50%);
}

.kaso-box2{
height:1650px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.kaso-ser-t2 {
  width: fit-content;
  font-size: 30px;
  font-weight: bold;
  position: relative; /* 擬似要素の基準 */
}


.kaso-ser-t3{
  margin-top: 1.7em;
  font-size: 16px;
  line-height: 38px;
}



.kaso-ser-con .cont-button {

      padding: 3rem 1em;
    line-height: 1.5em;
    min-width: 190px;
  }
.kaso-ser-con{
  align-items: center;
  
justify-content: space-between; /* 左右の端に配置 */
  padding: 30px 50px;
  border: 4px solid #D9D9D9;
  display: flex;
}

@media screen and (max-width: 768px) {
  .kaso-top-g {
    position: absolute;
    width: 402px;
    left: -42px;
    top: 161px;
  }
  .kaso-ser-01 {
    position: relative;
    right: auto;
margin: 0 auto;
 width: calc(100% - 40px); /* 左右20pxずつの余白を確保 */
        padding: 85px 20px 20px;
}
.kaso-ser-01-2 {
    left: 50%;
    top:-117px;
    transform: translateX(-50%);
    position: absolute;
    border-radius: 85px;
    width: 170px;
    height:  170px;
    background-color: #E2E7F2;
    overflow: hidden;
}
  .kaso-ser-02 {
width: 214px;
height: 203px;
    top: 88px;
    left: 0px;
  }
    .kaso-ser-01-2 img {
    width: 296px;
    left: -31px;
    top: -7px;
}
.kaso-ser-t2-2 {
    font-size: 1.2rem;
  }
  .kaso-ser-t2 {
    font-size: 20px;
  }
  .kaso-ser-t2 span {
    font-size: 1rem;
        margin-left: 2rem;
}
.kaso-ser-t3 {
    font-size: 13px;
  }
  .kaso-ser-t3-2 {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 1.3rem;
}
.ser02 .kaso-ser-01 {
  top:0;
}
.kaso-box2 .ser02 {

    top: 0px;
    margin-top: 250px;
}
.ser02 .kaso-ser-02-2 {
    top: -134px;
      width: 187px;
    height: 208px;
right:auto;
left:50%;
transform: translateX(-50%);
}
.kaso-ser-02-2 img {

    width: 155px;
  right:auto;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  }
.ser02 .kaso-ser-01 {
          padding: 128px 35px 35px;
}
.kaso-box2 {
    height: auto;
    padding-bottom: 200px;
  }
.ser02 .kaso-ser-t2 {
    font-size: 20px;
}
.ct-grid {

      gap: 0px 24px;
    grid-template-columns: 1fr; /* 1列だけにする */
}
.ct-value {
    margin: 0px 0;
}
.contact-table {
    margin: 10px auto 0;
    font-size: 1.6rem;
  }
  .ct-label {
    margin: 14px 0 0;
}
  
