@charset "UTF-8";

/* グロナビカレント表示
============================================= */
.crm--header .globalnavi .mainNav .nav_special a {
  background-color: rgba(0, 0, 0, 0.1);
}

sup {
  font-size: 50%;
  vertical-align: top;
}
.inner {
  width: calc(100% - 40px);
  margin-inline: auto;
}

/* mv
============================= */
.mv {
  position: relative;
}

/* 
============================== */
.main_text {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 2.2;
}
.main_text_s {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2.2;
	margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .main_text {
    font-size: 14px;
    line-height: 2;
  }
	.main_text_s {
    font-size: 12px;
    line-height: 1.6;
		text-align: left;
  }
}

/* top_area
============================== */
.top_area {
  padding-block: 150px;
  background: url(../images/top_area_bg.jpg) no-repeat center center / cover;
  text-align: center;
}
.top_lead {
  font-size: 38px;
  letter-spacing: 0.05em;
}
.top_title {
  margin-top: 40px;
  margin-bottom: 60px;
  width: 90%;
  max-width: 860px;
  margin-inline: auto;
}

@media only screen and (max-width: 768px) {
  .top_area {
    padding-block: 60px;
  }
  .top_lead {
    font-size: 22px;
    letter-spacing: 0.05em;
  }
  .top_title {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

/* value_area
================================= */
.value_area {
  padding-block: 150px;
  background-color: #000;
}
.value_area .inner {
  max-width: 1350px;
}
.value_title {
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 30px;
}
.value_area .main_text {
  color: #fff;
}
.value_img {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .value_area {
    padding-block: 60px;
  }
  .value_area .inner {
    width: 100%;
  }
  .value_title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
  }
  .value_img {
    margin-top: 20px;
  }
}

/* concept_area
================================== */
.concept_area {
  padding-top: 130px;
  padding-bottom: 160px;
  background-color: #003760;
  color: #fff;
}
.concept_area .inner {
  max-width: 1000px;
}
.concept_img {
  margin-top: 30px;
}
.concept_img_cap {
  text-align: right;
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: 0.02em;
}
.concept_wrap {
  margin-top: 60px;
  display: flex;
  column-gap: 30px;
}
.concept_wrap_body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
}
.concept_wrap_text {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .concept_area {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .concept_img {
    margin-top: 10px;
  }
  .concept_img .main_text {
    margin-top: 10px;
  }
  .concept_img_cap {
    text-align: right;
    margin-top: 5px;
    font-size: 10px;
    letter-spacing: 0.02em;
  }
  .concept_wrap {
    margin-top: 30px;
    flex-direction: column;
    row-gap: 20px;
  }
  .concept_wrap_body {
    row-gap: 20px;
  }
  .concept_wrap_text {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 2;
    margin-bottom: 20px;
  }
}

/* icotto_area
=================================== */
.icotto_area {
  margin-top: 170px;
}
.icotto_title {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #1b61a6;
  padding: 15px 10px;
  margin-bottom: 40px;
}
.icotto_wrap {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.icotto_label_wrap {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.icotto_label {
  display: flex;
  color: #333;
}
.icotto_label_num {
  width: 100%;
  max-width: 72px;
  flex-shrink: 0;
  background-color: #c1e0f1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  letter-spacing: 0.05em;
}
.icotto_label_body {
  background-color: #fff;
  flex: 1;
  padding-block: 12px;
  padding-left: 16px;
  padding-right: 5px;
}
.icotto_label_lead {
  font-size: 20px;
  letter-spacing: 0.05em;
}
.icotto_label_cap {
  margin-top: 4px;
  font-size: 15px;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 768px) {
  .icotto_area {
    margin-top: 60px;
  }
  .icotto_title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .icotto_wrap {
    margin-top: 14px;
    grid-template-columns: repeat(1, 1fr);
    gap: 14px;
  }
  .icotto_label_wrap {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .icotto_label_num {
    width: 100%;
    max-width: 60px;
    font-size: 20px;
  }
  .icotto_label_body {
    padding-block: 10px;
    padding-left: 10px;
  }
  .icotto_label_lead {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .icotto_label_cap {
    font-size: 11px;
  }
}
