@import url("global.css");
.introduction {
  position: relative;
  z-index: 1;
  clip-path: inset(0);
  margin-bottom: 60px;
}
.introduction .wrapper {
  container-type: inline-size;
}
.introduction .main {
  color: #FFF;
  padding-block: 100px;
  max-width: 50%;
}
@container (width <= 1320px) {
  .introduction .main {
    max-width: 54%;
  }
}
.introduction .main .catch {
  margin-bottom: 25px;
  line-height: 1.5;
  font-weight: 700;
  font-size: clamp(24px, 3.3vw, 36px);
}
.introduction .main .text {
  text-align: justify;
  font-size: 1.0625em;
}
.introduction .main .text > p + p {
  margin-top: 1em;
}
.introduction .bg {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100svh;
}
.introduction .bg figure {
  width: 100%;
  height: 100%;
  position: relative;
}
.introduction .bg figure::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 38, 38, 0.1);
}

section.sec {
  margin-top: 120px;
}
section.sec .sec_title {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}
section.sec .sec_title::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 20px;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #CFCFCF;
}
section.sec .sec_title .title {
  display: flex;
  align-items: center;
  width: fit-content;
  column-gap: 15px;
  background-color: #FFF;
  padding-right: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 700;
  font-size: clamp(19px, 2.5vw, 36px);
}
section.sec .sec_title .title::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background-color: #D5501E;
}
section.sec .second_title {
  margin-bottom: -10px;
  line-height: 1.6;
  font-weight: 700;
  font-size: clamp(17px, 2.1vw, 24px);
}
section.sec > .text {
  margin-block: 35px;
  text-align: justify;
}
section.sec > .text > p + p {
  margin-top: 1em;
}
section.sec > .img {
  margin-block: 35px;
  width: 100%;
}
section.sec > .img figure img {
  overflow: hidden;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
section.sec .point_list {
  margin-block: 35px;
  font-weight: 700;
}
section.sec .point_list .point_title {
  display: flex;
  align-items: center;
  font-weight: bold;
  gap: 10px;
  color: #D5501E;
  font-size: 1.125em;
  margin-bottom: 15px;
}
section.sec .point_list .point_title::before {
  content: "(";
  display: block;
}
section.sec .point_list .point_title::after {
  content: ")";
  display: block;
}
section.sec .point_list > ul {
  background-color: #F8F5EE;
  padding: 25px 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
section.sec .point_list > ul li {
  line-height: 1.4;
  font-size: 1.06em;
  padding-left: 1.3em;
  position: relative;
}
section.sec .point_list > ul li + li {
  margin-top: 10px;
}
section.sec .point_list > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #A7A7A7;
}
section.sec .datatable {
  margin-block: 35px;
  overflow-x: auto;
}
section.sec .datatable table {
  width: 100%;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #BEBEBE 1px solid;
  line-height: 1.4;
  text-align: center;
}
section.sec .datatable table caption {
  text-align: left;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.125em;
}
section.sec .datatable table caption::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: 2px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #00A8AF;
}
section.sec .datatable table th {
  padding: 10px 20px;
  white-space: nowrap;
  border-right: #BEBEBE 1px solid;
}
section.sec .datatable table td {
  padding: 10px 20px;
  font-family: "Barlow Semi Condensed", "LINE Seed JP", sans-serif;
  border-right: #BEBEBE 1px dashed;
}
section.sec .datatable table thead tr:first-of-type th {
  background-color: #262626;
  color: #FFF;
}
section.sec .datatable table thead tr:first-of-type th:first-of-type {
  background-color: #F5F5F5;
}
section.sec .datatable table thead tr:first-of-type th:last-of-type {
  background-color: #535353;
}
section.sec .datatable table thead tr:last-of-type th {
  border-right-style: dashed;
}
section.sec .datatable table thead tr th:last-of-type {
  border-left: #BEBEBE 1px solid;
}
section.sec .datatable table tbody th {
  border-top: #BEBEBE 1px solid;
  background-color: #F5F5F5;
}
section.sec .datatable table tbody td {
  border-top: #BEBEBE 1px dashed;
}
section.sec .datatable table tbody td:last-of-type {
  border-left: #BEBEBE 1px solid;
}
section.sec .datatable .note {
  margin-top: 10px;
  line-height: 1.4;
  font-size: .93em;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1600px )

------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 1300px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  .introduction .main {
    padding-block: 80px;
    max-width: 100%;
  }

  section.sec {
    margin-top: 90px;
  }
  section.sec .sec_title {
    margin-bottom: 25px;
  }
  section.sec .sec_title .title {
    column-gap: 12px;
    padding-right: 15px;
  }
  section.sec .sec_title .title::before {
    width: 10px;
    height: 10px;
  }
  section.sec > .text {
    margin-block: 25px;
  }
  section.sec > .img {
    margin-block: 25px;
  }
  section.sec > .img figure img {
    -webkit-border-radius: 9px;
    border-radius: 9px;
  }
  section.sec .point_list {
    margin-block: 25px;
  }
  section.sec .point_list .point_title {
    gap: 8px;
  }
  section.sec .point_list > ul {
    padding: 25px;
  }
  section.sec .point_list > ul li::before {
    top: 8px;
    width: 7px;
    height: 7px;
  }
  section.sec .datatable {
    margin-block: 25px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .introduction {
    margin-bottom: 45px;
  }
  .introduction .main {
    padding-block: 65px;
  }
  .introduction .main .catch {
    font-size: min(5vw,22px);
  }
  .introduction .bg figure::before {
    background-color: rgba(38, 38, 38, 0.6);
  }

  section.sec {
    margin-top: 50px;
  }
  section.sec .sec_title {
    margin-bottom: 20px;
  }
  section.sec .sec_title .title {
    column-gap: 7px;
    padding-right: 10px;
    margin-bottom: 15px;
  }
  section.sec .sec_title .title::before {
    width: 8px;
    height: 8px;
  }
  section.sec .second_title {
    margin-bottom: -5px;
    line-height: 1.5;
  }
  section.sec > .text {
    margin-block: 20px;
  }
  section.sec > .img {
    margin-block: 20px;
  }
  section.sec > .img figure img {
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  section.sec .point_list {
    margin-block: 20px;
  }
  section.sec .point_list .point_title {
    gap: 6px;
    font-size: 1.1em;
    margin-bottom: 10px;
  }
  section.sec .point_list > ul {
    padding: 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  section.sec .point_list > ul li {
    font-size: 1em;
    padding-left: 1.1em;
  }
  section.sec .point_list > ul li::before {
    top: 10px;
    width: 5px;
    height: 5px;
  }
  section.sec .datatable {
    margin-block: 20px;
  }
  section.sec .datatable table caption {
    font-size: 1.1em;
  }
  section.sec .datatable table caption::before {
    width: 5px;
    height: 5px;
    margin-right: 7px;
  }
  section.sec .datatable table th, section.sec .datatable table td {
    padding: 8px 15px;
  }
  section.sec .datatable .note {
    margin-top: 7px;
    line-height: 1.3;
  }
}
