@charset "UTF-8";
.header {
  /* position: absolute; */
  top: 0;
  width: 100%;
  z-index: 9;
}

.header .navigationWrap .navigationInner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.header .navigationWrap .navigationInner ul li a {
  text-decoration: none;
  font-size: 12px;
  padding: 0 15px;
}

.header .navigationWrap .navigationInner ul li.search {
  border-right: none;
  margin-right: 20px;
}

.header .navigationWrap .navigationInner ul li.search a {
  display: inline-block;
  padding: 0 20px;
  background: url(../img/common/icon_search_home.png) no-repeat left center;
}

@media screen and (max-width: 785px) {
  .header .navigationWrap .navigationInner ul li.search {
    border-right: none;
  }
}

.header .navigationWrap .navigationInner ul li.contact a {
  display: inline-block;
  padding-left: 15px;
  line-height: 1;
}

.header .navigationWrap .gnav .header_gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .navigationWrap .gnav .header_gnavi ul li {
  padding: 0 10px;
}

.header .navigationWrap .gnav .header_gnavi ul li a {
}

.heading02 {
  margin-bottom: 40px;
  font-size: 32px;
  font-style: italic;
}

.mainv img {
  width: 100%;
}

/* ----------------------------------
  sec01
----------------------------------*/
.sec01 {
  padding: 60px 0;
  background: url(../img/top/sec01_bg.png);
  background-position: center;
  text-align: center;
}

.sec01 .copy {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.2em;
}

.sec01 .text {
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 785px) {
  .sec01 {
    padding: 30px 0;
  }
  .sec01 .heading02 {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .sec01 .copy {
    padding: 0 15px;
    font-size: 19px;
  }
  .sec01 .text {
    padding: 0 15px;
    font-size: 16px;
  }
}

/* ----------------------------------
  sec02
----------------------------------*/
.sec02 .grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  grid-auto-columns: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
      grid-template-areas: "title grid-child grid-child3 grid-child5" "title grid-child2 grid-child4 grid-child6";
}

.sec02 .grid-container .title {
  background: #000;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: title;
  text-align: center;
  padding: 100px 20px 30px;
}

.sec02 .grid-container .title .heading02 {
  color: #FFF;
}

.sec02 .grid-container .grid-child {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: grid-child;
  background: #0058d5;
}

.sec02 .grid-container .grid-child2 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: grid-child2;
  background: #006ae0;
}

.sec02 .grid-container .grid-child3 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: grid-child3;
  background: #006ae0;
}

.sec02 .grid-container .grid-child4 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: grid-child4;
  background: #0058d5;
}

.sec02 .grid-container .grid-child5 {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: grid-child5;
  background: #0058d5;
}

.sec02 .grid-container .grid-child6 {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
  grid-area: grid-child6;
  background: #006ae0;
}

.sec02 .grid-container .grid-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 100px 20px 30px;
}

.sec02 .grid-container .grid-child::after {
  content: none;
}

.sec02 .grid-container .grid-child .heading03 {
  margin-bottom: 20px;
  width: 100%;
  height: 66px;
  font-family: "Noto Serif", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, serif;
  color: #FFF;
  font-weight: normal;
  font-size: 24px;
}

.sec02 .grid-container .grid-child ul li a {
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
}

.sec02 .grid-container .grid-child ul li a::before {
  content: ">";
  margin-right: 10px;
}

@media screen and (max-width: 785px) {
  .sec02 .grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    grid-auto-columns: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
        grid-template-areas: "title" "grid-child" "grid-child3" "grid-child5" "grid-child2" " grid-child4" "grid-child6";
  }
  .sec02 .grid-container .title {
    background: #000;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: title;
    text-align: center;
    padding: 50px 20px 30px;
  }
  .sec02 .grid-container .title .heading02 {
    color: #FFF;
  }
  .sec02 .grid-container .grid-child {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: grid-child;
    background: #0058d5;
  }
  .sec02 .grid-container .grid-child2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: grid-child2;
    background: #006ae0;
  }
  .sec02 .grid-container .grid-child3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: grid-child3;
    background: #006ae0;
  }
  .sec02 .grid-container .grid-child4 {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
    grid-area: grid-child4;
    background: #0058d5;
  }
  .sec02 .grid-container .grid-child5 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    grid-area: grid-child5;
    background: #0058d5;
  }
  .sec02 .grid-container .grid-child6 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    grid-area: grid-child6;
    background: #006ae0;
  }
  .sec02 .grid-container .grid-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 20px 30px;
    width: 100%;
    max-width: 100%;
    border: none !important;
  }
  .sec02 .grid-container .grid-child::after {
    content: none;
  }
  .sec02 .grid-container .grid-child .heading03 {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
}

/* ----------------------------------
  sec03
----------------------------------*/
.sec03 {
  padding: 60px 20px;
  text-align: center;
}

.sec03 .text {
  margin-bottom: 50px;
}

.sec03 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
}

.sec03 .flex .flex-box {
  position: relative;
  max-width: 270px;
  font-family: "Noto Serif", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, serif;
}

.sec03 .flex .flex-box .picicon {
  position: absolute;
  top: -15px;
  left: -15px;
}

.sec03 .flex .flex-box img {
  max-width: 270px;
}

.sec03 .flex .flex-box .cap {
  color: #006ce0;
  font-size: 18px;
}

.sec03 .flex .flex-box .cap span {
  color: #000;
  font-size: 14px;
}

@media screen and (max-width: 785px) {
  .sec03 {
    padding: 30px 15px;
    text-align: center;
  }
  .sec03 .heading02 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .sec03 .flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* ----------------------------------
  sec04
----------------------------------*/
.sec04 {
  background: url(../img/top/sec04_bg.png) no-repeat top center;
  background-size: cover;
  min-height: 755px;
}

.sec04 .secInnercont {
  padding: 170px 20px;
  max-width: 1200px;
  margin: 0 auto;
  color: #FFF;
}

.sec04 .secInnercont .heading02 {
  margin-bottom: 20px;
}

.sec04 .secInnercont .subtitle {
  margin-bottom: 60px;
}

.sec04 .secInnercont .flex .flex-box .btn {
  margin-bottom: 20px;
  text-align: center;
}

.sec04 .secInnercont .flex .flex-box .btn a {
  font-size: 32px;
}

/* ----------------------------------
  sec04
----------------------------------*/
.sec04 .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 785px) {
  .sec04 {
    min-height: auto;
  }
  .sec04 .secInnercont {
    text-align: center;
    padding: 70px 20px;
    max-width: 100%;
    margin: 0 auto;
    color: #FFF;
  }
}

/* ----------------------------------
  sec05
----------------------------------*/
.sec05 {
  background: url(../img/top/sec05_bg.png) no-repeat top center;
  background-size: cover;
  min-height: 308px;
}

.sec05 .secInnercont {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  color: #FFF;
  text-align: right;
}

.sec05 .secInnercont .heading02 {
  padding-right: 80px;
  margin-bottom: 20px;
}

.sec05 .secInnercont .btn {
  padding-right: 40px;
}

.sec05 .secInnercont .btn a {
  display: inline-block;
}

@media screen and (max-width: 785px) {
  .sec05 {
    background: #000 url(../img/top/sec05_bg.png) no-repeat bottom center;
    background-size: 100%;
    min-height: auto;
  }
}

/* ----------------------------------
  sec06
----------------------------------*/
.sec06 {
  text-align: center;
}

.sec06 .secInnercont {
  max-width: 1000px;
  padding: 60px 0;
  margin: 0 auto;
}

.sec06 .secInnercont ul li {
  padding: 20px 80px;
  border-bottom: 1px solid #cbcbcb;
  text-align: left;
}

.sec06 .secInnercont ul li:last-child {
  border: none;
  margin-bottom: 40px;
}

.sec06 .secInnercont ul li a {
  text-decoration: none;
  color: #000;
}

.sec06 .secInnercont ul li span {
  display: table-cell;
}

.sec06 .secInnercont ul li span.date {
  width: 210px;
  padding: 0 40px;
}

.sec06 .secInnercont ul li span.title {
  width: auto;
}

@media screen and (max-width: 785px) {
  .sec06 .secInnercont ul {
    padding: 0 15px;
  }
  .sec06 .secInnercont ul li {
    padding: 15px 20px;
  }
  .sec06 .secInnercont ul li a span {
    text-align: left;
  }
  .sec06 .secInnercont ul li a span.date {
    padding: 0;
    display: block;
  }
  .sec06 .secInnercont ul li a span.title {
    display: block;
  }
}

/* ----------------------------------
  sec07
----------------------------------*/
.sec07 {
  padding: 60px 0;
  background: #f5f6f8;
}

.sec07 .secInnercont {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.sec07 .secInnercont .heading02 {
  text-align: center;
}

.sec07 .secInnercont .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.sec07 .secInnercont .flex .flex-box {
  width: 33%;
}

@media screen and (max-width: 785px) {
  .sec07 {
    padding: 30px 0;
    background: #f5f6f8;
  }
  .sec07 .secInnercont {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .sec07 .secInnercont .heading02 {
    text-align: center;
  }
  .sec07 .secInnercont .flex.sp_only {
    max-width: 100%;
    margin: 0 auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec07 .secInnercont .flex.sp_only .flex-box {
    width: 45%;
  }
}
