@import url(common.css);

section {
  padding-bottom: 5em;
}

h1 {
  background-color: var(--main_green);
  margin: 0 0 0.5em 0;
  color: #fff;
  text-align: center;
}
.h1_green {
  max-width: 700px;
  margin: auto;
}
.h1_green img {
  display: block;
  width: 100%;
  margin: 0 auto 4em;
}
.h1_green p:nth-of-type(1) {
  text-align: center;
  font-weight: bold;
  font-size: clamp(22px, 1.8vw, 25px);
  padding-bottom: 2em;
}

h2 {
  background-color: unset;
  border-bottom: unset;
  position: relative;
  color: #fff;
  z-index: 1;
}

h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  background: #005bac;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  z-index: -1;
  border-radius: 0;
  shape-rendering: geometricPrecision;
}
h2::after {
  display: none;
}

section:nth-of-type(1) {
  padding-bottom: 10em;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(251, 251, 251, 1) 10px, rgba(251, 251, 251, 1) 20px);
}
.z-in {
  position: relative;
}
.z-intop {
  position: absolute;
}

section:nth-of-type(1) .super_taikyu {
  padding: 10em 0;
  background-image: url(../parts/common/super_taikyu_h1.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.super_taikyu::after {
  content: "";
  background-color: #005cac62;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

section:nth-of-type(1) .super_taikyu h1 {
  width: 680px;
  position: relative;
  z-index: 1;
  border: unset;
  color: #fff;
  font-size: 40px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 1);
  text-align: center;
}
section:nth-of-type(1) .main_text {
  padding: 1.5em 1.5em 4em;
  background-image: url("../parts/common/f1400_1.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 380px;
  left: 50;
}

section:nth-of-type(1) .main_text p {
  max-width: 700px;
  margin: auto;
  margin: unset;
  padding: 0 3em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: clamp(16px, 1.8vw, 18px);
}

.fff_box {
  max-width: 600px;
  margin: auto;
  padding: 3em 0 0;
}
.fff_box dl {
  margin: unset;
  box-shadow: 2px 2px 6px rgba(181, 181, 181, 1);
}
.fff_box dl dt {
  background-color: #005bac;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: clamp(20px, 1.8vw, 22px);
  padding: 0.3em;
}
.fff_box dl dd {
  background-color: #edf4f9;
  margin-left: unset;
  padding: 1em;
}
.fff_box dl dd p {
  margin: unset;
  font-size: clamp(22px, 1.8vw, 25px);
}
.fff_box p:nth-of-type(2) img {
  display: block;
  max-width: 400px;
  margin: 1em auto;
}

.fff_box dl dd a {
  display: block;
  text-align: center;
  text-decoration: underline;
}

.super_taikyu_text {
  max-width: 650px;
  margin: 3em auto 0;
}
.super_taikyu_text ul {
  padding: 1em 0 2em 0;
  margin: unset;
}
.super_taikyu_text ul li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}

section:nth-of-type(2) h2 {
  border-bottom: unset;
  box-shadow: unset;
  color: #fff;
}

/* /////////////////////////////////

セクション2

///////////////////////////////// */
.diagonal-bg {
  position: relative;
  background: #fff;
  z-index: 0;
  overflow: hidden;
}

.diagonal-bg::after {
  content: "";
  position: absolute;
  bottom: -250px;
  left: 0;
  width: 200%;
  height: 400px;
  background: #e9f6ff; /* 下部斜め帯の色 */
  transform: skewY(-20deg); /* 下辺が斜めになる */
  transform-origin: top left;
  z-index: -1;
}

section:nth-of-type(2) .driver_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  padding-bottom: 1em;
}
section:nth-of-type(2) .driver_box:nth-of-type(1) {
  padding-top: 2em;
}
section:nth-of-type(2) .driver_box:nth-of-type(3) {
  padding-bottom: 5em;
}

section:nth-of-type(2) .driver_box .driver_box_text {
  flex: 2;
}
.driver_box .driver_box_text p:nth-of-type(1) {
  font-weight: bold;
  font-size: clamp(18px, 1.8vw, 20px);
}
.driver_box .driver_box_text p:nth-of-type(1) span {
  font-size: clamp(14px, 1.8vw, 16px);
}

/* /////////////////////////////////

セクション3

///////////////////////////////// */
section:nth-of-type(3) img {
  display: block;
  max-width: 700px;
  margin: auto;
}

.why_wap {
  padding: 5em 0;
}
