/*-------------------------
  _base.scss
-------------------------*/
/*-------------------------
  _header.scss
-------------------------*/
/*-------------------------
  _footer.scss
-------------------------*/
/*-------------------------
  _mixins.scss
-------------------------*/
/*-------------------------
  _parts.scss
-------------------------*/
/* ttl
-------------------------*/
.cm_section_header {
  position: relative;
  z-index: 1;
  padding: 24px 0 20px;
  margin-bottom: 40px;
}
.cm_section_header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  min-height: 132px;
  background-size: contain;
  background-repeat: no-repeat;
}
.cm_section_header.headerL::before {
  right: 0;
  background-image: url("../../img/cm/cm_ttl_bgL_01.webp");
  background-position: center top;
}
.cm_section_header.headerR::before {
  right: auto;
  left: 0;
  background-image: url("../../img/cm/cm_ttl_bgR_01.webp");
  background-position: right;
}
.cm_section_header .cm_section_header_ttl {
  font-size: 2.4vw;
  font-weight: 500;
  color: #004998;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .cm_section_header {
    padding: 24px 0 64px;
    margin-bottom: 20px;
  }
  .cm_section_header.headerL::before {
    right: -20px;
  }
  .cm_section_header.headerR::before {
    left: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .cm_section_header .cm_section_header_ttl {
    padding-right: 2vw;
  }
}
.cm_header {
  position: relative;
  margin-bottom: 30px;
  height: 7.3vw;
}
.cm_header .cm_header_ttl {
  position: absolute;
  width: 100vw;
}
.cm_header .cm_header_ttl img {
  max-width: 100%;
}
.cm_header.ttlL .cm_header_ttl {
  left: 0;
}
.cm_header.ttlR .cm_header_ttl {
  right: 0;
}

@media screen and (max-width: 767px) {
  .cm_header {
    height: 16.5vw;
    max-height: 120px;
    margin-bottom: 20px;
  }
  .cm_header .cm_header_ttl {
    width: 98vw;
  }
  .cm_header.ttlR .cm_header_ttl {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .cm_header {
    height: 7.3vw;
  }
}
/* btn
-------------------------*/
.cm_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 17px 15px 15px;
  border: 1px solid #004998;
  background-color: #004998;
  color: #fff;
  font-size: 1.8rem;
  box-sizing: border-box;
  transition: 0.3s;
}
.cm_btn a::after {
  content: "";
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.cm_btn a.btn_c02 {
  border: 1px solid #00ACE8;
  background-color: #00ACE8;
}

@media screen and (max-width: 767px) {
  .cm_btn a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .cm_btn a {
    padding: 2rem 1rem;
  }
  .cm_btn a:hover {
    background-color: #fff;
    color: #004998;
  }
  .cm_btn a:hover::after {
    border-top: 2px solid #004998;
    border-right: 2px solid #004998;
  }
  .cm_btn a.btn_c02:hover {
    background-color: #fff;
    color: #00ACE8;
  }
  .cm_btn a.btn_c02:hover::after {
    border-top: 2px solid #00ACE8;
    border-right: 2px solid #00ACE8;
  }
}
/*-------------------------
  cm.html
-------------------------*/
/* KV
-------------------------*/
.cm_kv {
  margin-bottom: 80px;
  text-align: center;
}
.cm_kv a {
  display: block;
  transition: 0.3s;
}
.cm_kv img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 1000px;
}

@media screen and (max-width: 970px) {
  .cm_kv {
    margin-bottom: 30px;
  }
  .cm_kv img {
    max-height: none;
  }
}
@media screen and (min-width: 971px) {
  .cm_kv a:hover {
    opacity: 0.7;
  }
}
/* cmn
-------------------------*/
.cm_container {
  position: relative;
  z-index: 1;
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}

@media screen and (max-width: 767px) {
  .cm_container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .cm_container {
    padding: 0 80px;
  }
}
.cm_section {
  margin-bottom: 120px;
}
.cm_section:last-child {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .cm_section {
    margin-bottom: 60px;
  }
  .cm_section:last-child {
    margin-bottom: 104px;
  }
}
/* img_txt_box
-------------------------*/
.cm_section_box {
  display: flex;
}
.cm_section_box.imgL .img_area {
  margin-right: 20px;
}
.cm_section_box.imgR .img_area {
  margin-left: 20px;
}
.cm_section_box .img_area {
  width: 47%;
  max-width: 800px;
}
.cm_section_box .img_area img {
  width: 100%;
}
.cm_section_box .txt_area {
  width: calc(53% - 40px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .cm_section_box {
    flex-direction: column;
    padding: 0 5%;
  }
  .cm_section_box.imgL .img_area {
    margin-right: 0;
  }
  .cm_section_box.imgR {
    flex-direction: column-reverse;
  }
  .cm_section_box.imgR .img_area {
    margin-left: 0;
  }
  .cm_section_box .img_area {
    width: 100%;
    margin-bottom: 12px;
  }
  .cm_section_box .img_area a {
    transition-property: opacity;
    transition-duration: 0.5s;
  }
  .cm_section_box .img_area a:hover {
    opacity: 0.7;
  }
  .cm_section_box .txt_area {
    width: 100%;
  }
  .cm_section_box .txt_area p {
    line-height: 1.7;
  }
  .cm_section_box .cm_btn {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .cm_section_box .img_area a {
    transition-property: opacity;
    transition-duration: 0.5s;
  }
  .cm_section_box .img_area a:hover {
    opacity: 0.7;
  }
  .cm_section_box .txt_area {
    padding: 0 20px;
  }
  .cm_section_box .txt_area p {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=main.css.map */