@charset "UTF-8";
.yugo {
  font-family: 'Yu Gothic', YuGothic, メイリオ, meiryo, "メイリオ", "meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif;
  font-weight: 500; }

.oswald {
  font-family: 'Oswald', 'Yu Gothic', YuGothic, メイリオ, meiryo, "メイリオ", "meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif; }

.roboto {
  font-family: 'Roboto', sans-serif; }

/* ----------------------------------------------------------
font-weight
---------------------------------------------------------- */

.t-bold {
  font-weight: 700;
  /* bold */ }

.t-lead-1 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  /* regular */
  letter-spacing: 0.04em;
  display: block; }

.t-body-1 {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 2.333; }

.t-a-r {
  text-align: right; }

.domestic-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.domestic-anchor__item {
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.12);
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-family: 'Noto Serif JP', serif; }
  .domestic-anchor__item:nth-of-type(odd) {
    background: #efefef; }
  .domestic-anchor__item:nth-of-type(even) {
    background: #fff; }

.domestic-anchor__num {
  font-weight: 700;
  /* bold */
  color: #b9881e; }

.domestic-anchor__name {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  /* regular */
  color: #b9881e;
  margin-bottom: 10px; }

.domestic-anchor__target {
  color: #242424;
  font-weight: 400;
  /* regular */
  text-align: center;
  margin-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.domestic-anchor__icon {
  width: 8px;
  height: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/* ----------------------------------------------------------

各セクション共通

---------------------------------------------------------- */
.domestic-sec {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.domestic-sec__num {
  font-weight: 700;
  /* bold */
  color: #b9881e;
  display: block;
  text-align: center;
  font-family: 'Noto Serif JP', serif; }

.domestic-sec__name {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  /* regular */
  color: #b9881e;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  font-family: 'Noto Serif JP', serif; }

.domestic-sec__target {
  color: #242424;
  font-weight: 400;
  /* regular */
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Noto Serif JP', serif; }

.domestic-sec__list {
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  li:not(:last-of-type) {
    margin-bottom: 15px; }

.domestic-sec__list-num {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  /* bold */
  color: #fff;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #b9881e; }

.domestic-sec__list-data {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 2.143;
  width: calc(100% - 45px);
  position: relative;
  top: -2px; }

.domestic-sec__lead {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  padding-bottom: 20px; }
  .domestic-sec__lead:after {
    content: "";
    width: 20px;
    height: 3px;
    background: #b9881e;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }

.domestic-sec__card {
  background: #fff;
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.12);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.domestic-sec__card-label {
  background: #505876;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  letter-spacing: 0.08em;
  font-family: 'Noto Serif JP', serif; }

.domestic-sec__lead-2 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  /* regular */
  letter-spacing: 0.08em;
  position: relative; }
  .domestic-sec__lead-2:after {
    content: "";
    width: 20px;
    height: 3px;
    background: #b9881e;
    position: absolute;
    left: 0;
    bottom: 0; }

.domestic-sec-1,
.domestic-sec-3,
.domestic-sec-5 {
  background: #efefef; }

.domestic-bg {
  position: relative;
  overflow: hidden; }

/* ----------------------------------------------------------

1

---------------------------------------------------------- */

.domestic-sec-1__note {
  color: #b9881e; }

/* ----------------------------------------------------------

2

---------------------------------------------------------- */

@media screen and (min-width: 769px) {
  .setOrder {
    color: #000; }
    .t-lead-1 {
      font-size: 4rem; }
    .domestic-anchor {
      width: 966px;
      margin: 0 auto 120px; }
    .domestic-anchor__item {
      width: 290px;
      margin-bottom: 40px; }
    .domestic-anchor__num {
      font-size: 4rem; }
    .domestic-anchor__target {
      font-size: 2rem;
      letter-spacing: 0.08em; }
    .domestic-sec {
      padding: 120px 0; }
  .domestic-sec__inner {
    width: 800px;
    margin: 0 auto; }
    .domestic-sec__num {
      font-size: 4rem; }
    .domestic-sec__target {
      font-size: 2rem;
      letter-spacing: 0.08em;
      margin-bottom: 40px; }
    .domestic-sec__list {
      padding: 40px 110px 40px 138px;
      margin-bottom: 30px; }
    .domestic-sec__list-num {
      margin-right: 20px; }
    .domestic-sec__lead {
      font-size: 3rem;
      margin-bottom: 33px; }
  .domestic-sec__body {
    margin-bottom: 70px; }
    .domestic-sec__card {
      padding: 0 75px 1px;
      margin-bottom: 70px; }
    .domestic-sec__card-label {
      width: calc(100% + 150px);
      left: -75px;
      height: 60px;
      margin-bottom: 70px;
      font-size: 2rem; }
    .domestic-sec__lead-2 {
      font-size: 3rem;
      padding-bottom: 25px;
      margin-bottom: 20px; }
  .domestic-sec-1__body {
    margin-bottom: 30px; } }

@media screen and (min-width: 961px) {
  .setOrder {
    color: #000; } }

@media screen and (max-width: 768px) {
  .setOrder {
    color: #000; }
    .t-lead-1 {
      font-size: 2.2rem; }
    .domestic-anchor {
      padding: 0 15px;
      margin-bottom: 60px; }
    .domestic-anchor__item {
      margin-bottom: 20px;
      width: calc(50% - 10px); }
    .domestic-anchor__num {
      font-size: 3rem; }
    .domestic-anchor__target {
      font-size: 1.5rem;
      letter-spacing: 0.04em; }
    .domestic-sec {
      padding: 70px 35px; }
    .domestic-sec__num {
      font-size: 3rem; }
    .domestic-sec__target {
      font-size: 1.5rem;
      letter-spacing: 0.04em;
      margin-bottom: 20px; }
    .domestic-sec__list {
      padding: 30px;
      margin-bottom: 25px; }
    .domestic-sec__list-num {
      margin-right: 15px; }
    .domestic-sec__lead {
      font-size: 2rem;
      margin-bottom: 23px; }
  .domestic-sec__body {
    margin-bottom: 50px; }
    .domestic-sec__card {
      padding: 0 35px 1px;
      margin-bottom: 50px; }
    .domestic-sec__card-label {
      width: calc(100% + 70px);
      left: -35px;
      height: 50px;
      margin-bottom: 35px;
      font-size: 1.8rem; }
    .domestic-sec__lead-2 {
      font-size: 2rem;
      padding-bottom: 20px;
      margin-bottom: 15px; }
    .domestic-bg {
      height: 150px; }
      .domestic-bg img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        max-width: none;
        width: auto;
        height: 100%; }
  .domestic-sec-1__body {
    margin-bottom: 20px; } }

@media screen and (max-width: 350px) {
    .t-lead-1 {
      font-size: 2rem; }
    .domestic-anchor__target {
      font-size: 1.4rem; }
    .domestic-sec__target {
      font-size: 1.4rem; } }
