@charset "UTF-8";
footer {
  border-top: 1px solid #c7c7c7;
}

#contents * {
  color: #4d4d4d;
}

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

PC設定

------------------------------------------------*/
@media all and (min-width: 1100px) {
  /* ----------------------------------------------
section
------------------------------------------------*/
  #contents > section {
    margin-bottom: 160px;
  }
  #contents > section .wrapper {
    width: 68%;
    margin-left: auto;
    margin-right: auto;
  }
  #contents > section .wrapper h2 {
    font-size: 22px;
    color: #fff;
    background-color: #0071bc;
    font-weight: bold;
    padding: 0.7em 1em;
    margin-bottom: 1.5em;
  }
  #contents > section .wrapper section {
    margin-bottom: calc(90px * 0.84375);
  }
  #contents > section .wrapper section h3 {
    font-size: 18px;
    color: #0071bc;
    font-weight: bold;
    padding-bottom: 1em;
    border-bottom: 1px solid #000;
  }
  #contents > section .wrapper section .img_area1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: (1fr)[4];
        grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 2rem;
  }
  #contents > section .wrapper section .img_area1 .img1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
  }
  #contents > section .wrapper section .img_area1 .img2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 2 / 3;
  }
  #contents > section .wrapper section .img_area1 .img3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1 / 3 / 2 / 4;
  }
  #contents > section .wrapper section .img_area1 .img4 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2;
  }
  #contents > section .wrapper section .img_area1 .img5 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3;
  }
  #contents > section .wrapper section .img_area1 .img6 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 2 / 3 / 4 / 4;
  }
  #contents > section .wrapper section .img_area1 .img7 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3 / 1 / 4 / 2;
  }
  #contents > section .wrapper section .img_area1 .img8 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3 / 2 / 4 / 3;
  }
  #contents > section .wrapper section .img_area1 .img9 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4 / 1 / 5 / 2;
  }
  #contents > section .wrapper section .img_area2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 2rem;
  }
}

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

PC~Pad設定

------------------------------------------------*/
@media all and (min-width: 768px) and (max-width: 1100px) {
  /* ----------------------------------------------
section
------------------------------------------------*/
  #contents > section {
    margin-bottom: 160px;
  }
  #contents > section .wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #contents > section .wrapper h2 {
    font-size: 22px;
    color: #fff;
    background-color: #0071bc;
    font-weight: bold;
    padding: 0.7em 1em;
    margin-bottom: 1.5em;
  }
  #contents > section .wrapper section {
    margin-bottom: calc(90px * 0.84375);
  }
  #contents > section .wrapper section h3 {
    font-size: 18px;
    color: #0071bc;
    font-weight: bold;
    padding-bottom: 1em;
    border-bottom: 1px solid #000;
  }
  #contents > section .wrapper section .img_area1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[4];
        grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 1.5rem;
  }
  #contents > section .wrapper section .img_area1 .img1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
  }
  #contents > section .wrapper section .img_area1 .img2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 2 / 3;
  }
  #contents > section .wrapper section .img_area1 .img3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2;
  }
  #contents > section .wrapper section .img_area1 .img4 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3;
  }
  #contents > section .wrapper section .img_area1 .img5 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3 / 1 / 4 / 2;
  }
  #contents > section .wrapper section .img_area1 .img6 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3 / 2 / 5 / 3;
  }
  #contents > section .wrapper section .img_area1 .img7 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4 / 1 / 5 / 2;
  }
  #contents > section .wrapper section .img_area1 .img8 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 5 / 1 / 6 / 2;
  }
  #contents > section .wrapper section .img_area1 .img9 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 5 / 2 / 6 / 3;
  }
  #contents > section .wrapper section .img_area2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 1.5rem;
  }
}

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

pad設定

------------------------------------------------*/
@media all and (min-width: 520px) and (max-width: 768px) {
  /* ----------------------------------------------
section
------------------------------------------------*/
  #contents > section {
    margin-bottom: 110px;
  }
  #contents > section .wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #contents > section .wrapper h2 {
    font-size: 22px;
    color: #fff;
    background-color: #0071bc;
    font-weight: bold;
    padding: 0.7em 1em;
    margin-bottom: 1.5em;
    text-align: center;
  }
  #contents > section .wrapper section {
    margin-bottom: calc(70px * 0.84375);
  }
  #contents > section .wrapper section h3 {
    font-size: 18px;
    color: #0071bc;
    font-weight: bold;
    padding-bottom: 1em;
    border-bottom: 1px solid #000;
    text-align: center;
  }
  #contents > section .wrapper section .img_area1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[4];
        grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 1.5rem;
  }
  #contents > section .wrapper section .img_area1 .img1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
  }
  #contents > section .wrapper section .img_area1 .img2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 2 / 3;
  }
  #contents > section .wrapper section .img_area1 .img3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2;
  }
  #contents > section .wrapper section .img_area1 .img4 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3;
  }
  #contents > section .wrapper section .img_area1 .img5 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3 / 1 / 4 / 2;
  }
  #contents > section .wrapper section .img_area1 .img6 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3 / 2 / 5 / 3;
  }
  #contents > section .wrapper section .img_area1 .img7 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4 / 1 / 5 / 2;
  }
  #contents > section .wrapper section .img_area1 .img8 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 5 / 1 / 6 / 2;
  }
  #contents > section .wrapper section .img_area1 .img9 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 5 / 2 / 6 / 3;
  }
  #contents > section .wrapper section .img_area2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 1.5rem;
  }
}

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

sp設定

------------------------------------------------*/
@media all and (max-width: 520px) {
  /* ----------------------------------------------
section
------------------------------------------------*/
  #contents > section {
    margin-bottom: 80px;
  }
  #contents > section .wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #contents > section .wrapper h2 {
    font-size: 20px;
    color: #fff;
    background-color: #0071bc;
    font-weight: bold;
    padding: 0.7em 1em;
    margin-bottom: 1.5em;
    text-align: center;
  }
  #contents > section .wrapper section {
    margin-bottom: calc(45px * 0.84375);
  }
  #contents > section .wrapper section h3 {
    font-size: 18px;
    color: #0071bc;
    font-weight: bold;
    padding-bottom: 1em;
    border-bottom: 1px solid #000;
    text-align: center;
  }
  #contents > section .wrapper section div {
    margin-top: 1rem;
    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;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contents > section .wrapper section div figure {
    margin-bottom: 1rem;
    width: 80%;
  }
}
/*# sourceMappingURL=construction.css.map */