@charset "UTF-8";

.header_nav_title.achievements::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;
  overflow: hidden;
}
.contents01 {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 3px solid #213495;
}
.contents01::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 56%;
  height: 160%;
/*  background: url(../images/contents01_bg_pc.png) no-repeat center right / cover;*/
}
.main_title_wrap {
  position: relative;
}
.main_title {
  max-width: 430px;
  margin-inline: auto;
  margin-bottom: 60px;
}
.main_text {
  text-align: center;
}
.detail_info {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.detail_info dl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.detail_info dt {
  width: 100px;
  padding: 5px 3px;
  border: 1px solid #d3d6ea;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
.detail_info dd {
  width: calc(100% - 120px);
  font-size: 13px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 768px) {
  .contents_area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contents01::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    background: url(../images/contents01_bg_sp.png) no-repeat top right / cover;*/
  }
  .main_title {
    width: 70%;
    margin-bottom: 22px;
  }
  .detail_info {
    margin-top: 16px;
    row-gap: 8px;
  }
  .detail_info dt {
    width: 80px;
    padding: 3px 3px;
    font-size: 10px;
  }
  .detail_info dd {
    width: calc(100% - 100px);
    font-size: 11px;
    letter-spacing: 0.05em;
  }
}

/* contents02 
=================================== */
.contents02 {
  position: relative;
  padding-top: 114px;
  padding-bottom: 100px;
}
.contents02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 background: url(../images/contents02_bg.jpg) no-repeat bottom center / cover;
}
.contents02 .inner {
  max-width: 1200px;
}
.contents02_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 80px;
  row-gap: 100px;
}
.lineup_item {
  color: #fff;
}
.lineup_item_title {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.lineup_item_text {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.lineup_item_body {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .contents02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contents02_wrap {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }
  .lineup_item_title {
    font-size: 18px;
  }
  .lineup_item_text {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.7;
  }
  .lineup_item_body {
    margin-top: 16px;
  }
}

/* contents03 
=================================== */
.contents03 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
}
.contents03 .inner {
  max-width: 1600px;
}
.contents03_item + .contents03_item {
  margin-top: 80px;
}
.lineup_title {
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #103666;
}
.lineup_title .en {
  font-size: 48px;
  margin-right: 18px;
  font-family: "EB Garamond", serif;
}
.contents03_wrap {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 70px;
  row-gap: 100px;
}
.contents03_wrap .lineup_item_title {
  color: #103666;
}
.contents03_wrap .detail_info {
  color: #000;
}

@media only screen and (max-width: 768px) {
  .contents03 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contents03_item + .contents03_item {
    margin-top: 50px;
  }
  .lineup_title {
    font-size: 18px;
  }
  .lineup_title .en {
    font-size: 38px;
    margin-right: 14px;
  }
  .contents03_wrap {
    margin-top: 14px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }
}
