@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;
  }
}

/* 共通
====================================== */
.head-border {
  display: flex;
  align-items: center;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #103666;
}
.head-border_inwrap {
  display: flex;
  align-items: center;
}
.head-border .text_s {
  font-size: 24px;
}
.head-border:before,
.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #103666;
}
.head-border:before {
  margin-right: 30px;
}
.head-border:after {
  margin-left: 30px;
}
.head_wrap {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
}
.head_icon {
  width: 100%;
  max-width: 180px;
  flex-shrink: 0;
}
.head_wrap_text {
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.contents_wrap {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}
.contents_item {
  width: 100%;
  max-width: 470px;
}
.detail_info {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #cbd7e6;
}
.detail_info dl {
  padding-block: 14px;
  border-bottom: 1px solid #cbd7e6;
  display: flex;
  align-items: flex-start;
}
.detail_info dt {
  width: 140px;
  padding-top: 4px;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #103666;
}
.detail_info dd {
  width: calc(100% - 140px);
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .head-border {
    font-size: 20px;
  }
  .head-border_inwrap {
    display: flex;
    align-items: center;
  }
  .head-border .text_s {
    display: block;
    font-size: 14px;
  }
  .head-border:before {
    margin-right: 14px;
  }
  .head-border:after {
    margin-left: 14px;
  }
  .head_wrap {
    margin-top: 32px;
    flex-direction: column;
    row-gap: 20px;
  }
  .head_icon {
    width: 30%;
  }
  .head_wrap_text {
    text-align: center;
    font-size: 12px;
  }
  .contents_wrap {
    margin-top: 40px;
    width: 84%;
    flex-direction: column;
    row-gap: 40px;
  }
  .contents_item {
    margin-inline: auto;
  }
  .detail_info dl {
    padding-block: 10px;
  }
  .detail_info dt {
    width: 80px;
    padding-top: 4px;
    font-size: 14px;
  }
  .detail_info dd {
    width: calc(100% - 100px);
    font-size: 12px;
  }
}

/* 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: 66%;
  height: 100%;
/*  background: url(../images/contents01_bg_pc.png) no-repeat center right / cover;*/
}
.main_title_wrap {
  position: relative;
}
.main_title {
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 60px;
}
.main_text {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .contents_area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contents01::before {
	  content:none;
	  
    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;
  }
}

/* contents02 
=================================== */
.contents02 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 150px;
  border-top: 1px solid #213495;
}
.contents02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  background: url(../images/contents02_bg_pc.jpg) no-repeat center center cover;/*/
    
}
.contents02 .inner {
  max-width: 1200px;
}

@media only screen and (max-width: 768px) {
  .contents02 {
    padding-top: 54px;
    padding-bottom: 60px;
  }
  .contents02::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    background: url(../images/contents02_bg_pc.jpg) no-repeat center center cover;/*/
      
  }
}

/* contents03 
=================================== */
.contents03 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 150px;
  border-top: 1px solid #213495;
}
.contents03::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
/*  background: url(../images/contents03_bg_pc.png) no-repeat top center / cover;*/
}
.contents03 .inner {
  max-width: 1200px;
}
.contents_img_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .contents03 {
    padding-top: 54px;
    padding-bottom: 60px;
  }
  .contents03::before {
    content: "";
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
/*    background: url(../images/contents03_bg_sp.png) no-repeat top left / cover;*/
  }
}

/* contents04 
=================================== */
.contents04 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 150px;
  border-top: 1px solid #213495;
}
.contents04::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  background: url(../images/contents04_bg_pc.jpg) no-repeat center center cover;/*/
    
}
.contents04 .inner {
  max-width: 1200px;
}
.contents04 .head_wrap_text {
  text-align: center;
}
.contents04_list .detail_info dl {
  border-bottom: none;
}
.contents04_list {
  border-bottom: 1px solid #cbd7e6;
}

@media only screen and (max-width: 768px) {
  .contents04 {
    padding-top: 54px;
    padding-bottom: 60px;
  }
  .contents04::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    background: url(../images/contents04_bg_pc.jpg) no-repeat bottom center cover;/*/
      
  }
  .sp_rgap {
    row-gap: 0px;
  }
  .contents04_list {
    border-bottom: none;
  }
}

/* contents05 
=================================== */
.contents05 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 150px;
  border-top: 1px solid #213495;
}
.contents05::before {
  content: "";
  position: absolute;
  top: -60%;
  left: 0;
  width: 100%;
  height: 170%;
/*  background: url(../images/contents05_bg_pc.png) no-repeat top center / cover;*/
}
.contents05 .inner {
  max-width: 1200px;
}
.contents_item_title {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #103666;
}
.hotel_info {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
.hotel_info dl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 10px;
}
.hotel_info dt {
  width: 70px;
  padding: 5px 3px;
  border: 1px solid #d3d6ea;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  flex-shrink: 0;
}
.hotel_info dd {
  width: 100%;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .contents05 {
    padding-top: 54px;
    padding-bottom: 60px;
  }
  .contents05::before {
    top: 5%;
    left: auto;
    right: -30%;
    width: 150%;
    height: 110%;
/*    background: url(../images/contents05_bg_pc.png) no-repeat top right / cover;*/
  }
  .contents_item_title {
    font-size: 18px;
  }
  .hotel_info {
    margin-top: 20px;
    row-gap: 14px;
  }
  .hotel_info dl {
    column-gap: 10px;
  }
  .hotel_info dt {
    width: 60px;
    padding: 3px 3px;
    font-size: 12px;
  }
  .hotel_info dd {
    font-size: 12px;
  }
}
