@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: 110px;
  padding-bottom: 120px;
  overflow: hidden;
}
.contents01,
.contents03 {
  border-top: 2px solid #213495;
}
.contents02 {
  border-top: 2px solid #213495;
/*  background: url(../images/contents02_bg.jpg) no-repeat bottom center / cover;*/
}
.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;
}
.outline_contents {
  margin-top: 60px;
}
table,
td,
th {
  border: 1px solid #bfcfe4;
  border-collapse: collapse;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  box-sizing: border-box;
}
td,
th {
  padding: 20px 20px 20px 42px;
}
table {
  width: 100%;
}
th {
  background: #f3f6fa;
  border-right: none;
  width: 260px;
  text-align: left;
  vertical-align: top;
}
td {
  background-color: #fff;
  width: calc(100% - 260px);
  border-left: none;
}
.contents01_img {
  display: block;
  width: 100%;
  max-width: 200px;
}

@media only screen and (max-width: 768px) {
  .contents_area {
    padding-top: 56px;
    padding-bottom: 50px;
  }
  .contents01,
  .contents03 {
    border-top: 1px solid #213495;
  }
  .contents02 {
    border-top: 1px solid #213495;
    padding-bottom: 80px;
  }
  .outline_contents {
    margin-top: 30px;
  }
  .head-border {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .head-border:before {
    margin-right: 16px;
  }
  .head-border:after {
    margin-left: 16px;
  }
  td,
  th {
    font-size: 14px;
    padding: 12px 16px;
    line-height: 1.6;
  }
  th {
    border: none;
    border-bottom: 1px solid #bfcfe4;
    display: block;
    width: 100%;
  }
  td {
    border: none;
    border-bottom: 1px solid #bfcfe4;
    display: block;
    width: 100%;
  }
}

/* contents04
======================================== */
.contents04 {
  background-color: #1d569e;
}
.contents04 .inner {
  max-width: 1600px;
}
.contents_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 5.5%;
}
.contents_item {
  color: #fff;
}
.contents_head {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.contents_head_title {
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.contents_head_text {
  margin-top: 16px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.iframe_box {
  position: relative;
  margin-top: 40px;
  width: 100%;
  height: 0;
  padding-top: 60%;
}
.iframe_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .contents_wrap {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }
  .contents_head {
    column-gap: 14px;
  }
  .contents_head_img01 {
    width: 20%;
  }
  .contents_head_img02 {
    width: 30%;
  }
  .contents_head_body {
    width: 100%;
  }
  .contents_head_title {
    font-size: 18px;
  }
  .contents_head_text {
    margin-top: 8px;
    font-size: 12px;
  }
  .iframe_box {
    margin-top: 14px;
  }
}
