@charset "UTF-8";

.header_nav_title.company::after {
  width: 100%;
}

.crm--header {
  background-color: #fff;
}

/* mv
====================================== */
.kv {
  position: relative;
  margin-top: 100px;
}
.kv_wrap {
  width: calc(100% - 60px);
  max-width: 1600px;
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translateX(-50%);
}
.kv_title {
  font-family: "EB Garamond", serif;
  font-size: 48px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3),
    0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3),
    0px 0px 10px rgba(0, 0, 0, 0.3);
}
.kv_text {
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-top: 10px;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3),
    0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3),
    0px 0px 10px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 768px) {
  .kv {
    margin-top: 73px;
  }
  .kv_wrap {
    width: calc(100% - 40px);
    top: 40%;
  }
  .kv_title {
    font-family: "EB Garamond", serif;
    font-size: 22px;
  }
  .kv_text {
    font-size: 16px;
    margin-top: 10px;
  }
}

/* contents_area
=========================== */
.contents_area {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 3px solid #213495;
  overflow: hidden;
}
.contents_area .inner {
  max-width: 1000px;
}
.head-border {
  display: flex;
  align-items: center;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #213495;
}
.head-border:before,
.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #213495;
}
.head-border:before {
  margin-right: 30px;
}
.head-border:after {
  margin-left: 30px;
}
.contents_item_area {
  margin-top: 70px;
}
.contents_item {
  width: 100%;
  margin-top: 20px;
}
.contents_item + .contents_item {
  margin-top: 20px;
}
.contents_item table,
.contents_item td,
.contents_item th {
  border: 1px solid #bfcfe4;
  border-collapse: collapse;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
  box-sizing: border-box;
  vertical-align: middle;
}
.contents_item th {
  border-right: none;
  width: 150px;
  text-align: center;
}
.contents_item td {
  padding-block: 14px;
  padding-left: 20px;
  width: calc(100% - 150px);
  border-left: none;
}
.btn {
  display: inline-block;
  width: 100%;
  max-width: 225px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  padding-block: 10px;
  border-radius: 100px;
  background-color: #000;
}
.btn01 {
  background-color: #701473;
}
.btn02 {
  background-color: #1d569e;
}
.btn03 {
  background-color: #57c3c7;
}
.pdf_link {
  position: relative;
  display: inline-block;
  margin-left: 30px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000;
  padding-bottom: 4px;
}
.pdf_link span {
  font-size: 14px;
}
.pdf_link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #000;
}

.more_wrap {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
}
.more_ctrl {
  display: flex;
  justify-content: center;
  padding: 16px 0 0;
}
.more_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
  padding: 12px 16px;
  color: #fff;
  border: 1px solid #bfcfe4;
  background: #042a5c;
  background: linear-gradient(
    90deg,
    rgba(4, 42, 92, 1) 0%,
    rgba(31, 85, 156, 1) 100%
  );
  cursor: pointer;
  font-family: "Noto Serif JP", "EB Garamond", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", serif;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1;
  transition: all 0.4s ease;
}
.more_btn:hover {
  opacity: 0.8;
}
.more_label {
  min-width: 120px;
  text-align: center;
  line-height: 1;
}
.more_caret {
  display: inline-block;
  transition: transform 0.3s ease;
}
.more_btn[aria-expanded="true"] .more_caret {
  transform: rotate(180deg);
}
@media (prefers-reduced-motion: reduce) {
  .more_wrap {
    transition: none;
  }
  .more_btn {
    transition: none;
  }
}

@media only screen and (max-width: 768px) {
  .contents_area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .head-border {
    font-size: 18px;
  }
  .head-border:before {
    margin-right: 14px;
  }
  .head-border:after {
    margin-left: 14px;
  }
  .contents_item {
    margin-top: 30px;
  }
  .contents_item table,
  .contents_item td,
  .contents_item th {
    font-size: 12px;
  }
  .contents_item th {
    width: 80px;
  }
  .contents_item td {
    padding-block: 10px;
    padding-left: 10px;
    width: calc(100% - 80px);
  }
  .btn {
    max-width: 136px;
    font-size: 12px;
    padding-block: 8px;
  }
  .pdf_link {
    margin-left: 10px;
    font-size: 12px;
    padding-bottom: 3px;
  }
  .pdf_link span {
    font-size: 10px;
  }
  .more_btn {
    column-gap: 16px;
    padding: 12px 16px;
    font-size: 16px;
  }
}

/* contents02
=============================== */
.contents02 {
  padding-block: 80px;
  background: #042a5c;
  background: linear-gradient(
    90deg,
    rgba(4, 42, 92, 1) 0%,
    rgba(31, 85, 156, 1) 100%
  );
}
.contents02 .inner {
  max-width: 1200px;
}
.contents02 .contents_wrap.col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
}
.contents_box {
  border: 1px solid #fff;
  padding: 36px;
  color: #fff;
}
.contents_box_title {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}
.contents_box_label {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  border: 1px solid #fff;
  padding-block: 8px;
}
.contents_box_text {
  margin-top: 14px;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .contents02 {
    padding-block: 50px;
  }
  .contents02 .contents_wrap.col3 {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }
  .contents_box {
    padding: 16px 10px;
  }
  .contents_box_title {
    font-size: 20px;
  }
  .contents_box_label {
    width: 80%;
    margin-inline: auto;
    margin-top: 12px;
    font-size: 14px;
    padding-block: 4px;
  }
  .contents_box_text {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: normal;
  }
}
