@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- base
- flex_area
- 上付き文字
- 見出し
- コピー
- 本文
- キャプション
- concept_sec
-------------------------*/
/*=======================================
　base
=======================================*/
main .tb {
  display: none;
}
@media screen and (max-width: 1024px) {
  main .tb {
    display: inline-block;
  }
}

/*=======================================
　flex_area
=======================================*/
main .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main .flex_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*=======================================
　上付き文字
=======================================*/
main sup {
  font-size: 60%;
}

/*=======================================
　見出し
=======================================*/
.sub_cmn_ttl01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .sub_cmn_ttl01 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sub_cmn_ttl01 img {
    width: auto;
    height: 30px;
  }
}

/*=======================================
　コピー
=======================================*/
.sub_cmn_copy01 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 0.06em;
  line-height: 1.525;
  text-align: center;
  color: #07183b;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sub_cmn_copy01 {
    font-size: 27px;
  }
}
.sub_cmn_copy01 sup {
  font-size: 50%;
  top: -0.8em;
}

.sub_cmn_copy02 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.566;
  color: #566b9a;
}
@media screen and (max-width: 768px) {
  .sub_cmn_copy02 {
    font-size: 22px;
  }
}

.sub_cmn_copy03 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 34px;
  letter-spacing: 0.1em;
  line-height: 1.441;
  text-align: center;
  color: #07183b;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .sub_cmn_copy03 {
    font-size: 25px;
  }
}

/*=======================================
　本文
=======================================*/
.sub_cmn_txt01 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 2.071;
}
@media screen and (max-width: 768px) {
  .sub_cmn_txt01 {
    font-size: 13px;
  }
}

/*=======================================
　キャプション
=======================================*/
main figure {
  position: relative;
}
main figure figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: right;
  color: #fff;
  text-shadow: 0px 0px 6px #000;
  line-height: 1.4;
}

.sub_cmn_cap01 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: right;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .sub_cmn_cap01 {
    font-size: 12px;
  }
}

.sub_cmn_cap02 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5833;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .sub_cmn_cap02 {
    font-size: 10px;
  }
}

.cap_num01 {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media screen and (max-width: 768px) {
  .cap_num01 {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.cap_num01 .num {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #002752;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .cap_num01 .num {
    font-size: 16px;
  }
}
.cap_num01 span:not([class]) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
  display: inline-block;
}
.cap_num01__small {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.cap_num01__small .num {
  width: 30px;
  height: 30px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .cap_num01__small .num {
    font-size: 14px;
  }
}
.cap_num01__small span:not([class]) {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .cap_num01__small span:not([class]) {
    font-size: 14px;
  }
}
.cap_num01__small small {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .cap_num01__small small {
    font-size: 12px;
  }
}

figcaption.cap_num01 {
  right: auto;
  left: 0;
  bottom: 0;
}

/*=======================================
　concept_sec
=======================================*/
.concept_sec .bg {
  text-align: center;
  background: url("../img/common/sub_cmn_bg.jpg") no-repeat;
  background-size: cover;
  padding: 194px 0 180px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .concept_sec .bg {
    padding: 150px 0 90px;
  }
}
.concept_sec .bg .concept_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 48.4375%;
}
@media screen and (max-width: 768px) {
  .concept_sec .bg .concept_bg {
    width: 100%;
    max-width: 380px;
  }
}
.concept_sec .bg .page_ttl {
  height: 50px;
  width: auto;
  margin-bottom: 134px;
}
@media screen and (max-width: 768px) {
  .concept_sec .bg .page_ttl {
    height: 35px;
    margin-bottom: 70px;
  }
}
.concept_sec .bg .page_ttl img {
  height: 100%;
  width: auto;
}
.concept_sec .bg .concept_cc {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 57px;
  letter-spacing: 0.15em;
  line-height: 1.5;
  color: #07183b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 69px;
  -webkit-transform: translateX(0.5em);
          transform: translateX(0.5em);
}
@media screen and (max-width: 768px) {
  .concept_sec .bg .concept_cc {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.concept_sec .bg .concept_txt {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2.375;
}
@media screen and (max-width: 768px) {
  .concept_sec .bg .concept_txt {
    font-size: 14px;
  }
}
.concept_sec .concept_img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .concept_sec .concept_img_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.concept_sec .concept_img_list img {
  width: 100%;
}/*# sourceMappingURL=layout.css.map */