@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif&display=swap");
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure
footer,header,nav,section,time,mark,audio,video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box; }

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {  display: block; }

html {
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%; }

body,table,input,textarea,select,option,h1,h2,h3,h4,h5,h6 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,h2,h3,h4,h5,h6 {
  font-weight: bold; }

table,input,textarea,select,option {
  line-height: 1.1; }

ol,ul {
  list-style: none; }

blockquote,q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top; }

a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

a:hover:not(.boxButton):not(.story2Btn) {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)"; }

form label {
  cursor: pointer; }

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important; }

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0; }

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0; }

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px; }

.sp-only {
  display: none; }

@media screen and (max-width: 768px) {
  .pc-only {
    display: none; }
  .sp-only {
    display: block;
  }
  img {
    max-width: 100%;
    height: auto; } }

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.btn {
  max-width: 600px;
  padding: 13px 10px;
  text-align: center;
  width: 100%;
  border: 1px solid #bcaf8a;
  border-radius: 25px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (max-width: 768px) {
    .btn {
      width: auto; } }
  .btnTxt {
    position: relative;
    max-width: 228px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 auto;
    font-weight: bold;
    right: 15px; }
    @media screen and (max-width: 768px) {
      .btnTxt {
        right: 20px; } }
    .btnTxt::after {
      content: "";
      position: absolute;
      top: 2px;
      right: 22px;
      border-top: 3px solid #2f3a40;
      border-right: 3px solid #2f3a40;
      width: 10px;
      height: 10px;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
  @media screen and (min-width: 769px) {
    .btn:hover {
      background: rgba(188, 175, 138, 0.2);
      border: 1px solid #bcaf8a;
      cursor: pointer; } }
  .btn.click {
    font-size: 0;
    background: transparent; }
  .btn:active {
    font-size: 0;
    -webkit-transform: translateY(1px);
            transform: translateY(1px); }
  .btn.loader {
    border-right: none;
    box-sizing: border-box;
    -webkit-animation: loader 0.4s linear infinite;
            animation: loader 0.4s linear infinite;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: transparent;
    position: relative; }
    .btn.loader .btnTxt {
      display: none; }
      .btn.loader .btnTxt::after {
        display: none; }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
    opacity: 0; }
  50% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0); }
  100% {
    opacity: 1;
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg); } }

@keyframes loader {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
    opacity: 0; }
  50% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0); }
  100% {
    opacity: 1;
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg); } }

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.titleLarge {
  font-size: 3.4rem;
  line-height: 1.6;
  color: #2f3a40;
  text-align: center;
  position: relative;
  font-weight: normal;
  padding: 0 0 28px; }
  @media screen and (max-width: 768px) {
    .titleLarge {
      text-align: left;
      padding-bottom: 14px;
      font-size: 3rem; } }
  .titleLarge::after {
    content: "";
    position: absolute;
    background: #bcaf8a;
    bottom: 0;
    width: 70px;
    height: 3px;
    margin: 0 auto;
    left: 0;
    right: 0; }
    @media screen and (max-width: 768px) {
      .titleLarge::after {
        right: auto; } }
  .titleLarge--sm {
    line-height: 1.3;
    margin: 0 0 28px; }
    @media screen and (max-width: 768px) {
      .titleLarge--sm {
        font-size: 2rem;
        line-height: 1.8;
        margin: 0 0 18px; } }

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
.i_pdf {
  position: relative;
}

.i_pdf::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon_pdf.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: .25rem;
  left: .5em; }

.i_zoom {
  position: relative;
}

.i_zoom::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon_zoom.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: .25rem;
  left: 2.5em; }
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.text {
  color: #2f3a40;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center; }

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.list {
  counter-reset: list1; }
  @media screen and (max-width: 768px) {
    .list {
      padding: 5px 0 0; } }
  .listItem {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #000000;
    padding: 0 0 0 20px;
    margin: 0;
    position: relative;
    font-feature-settings: "palt";
    letter-spacing: 2px; }
    @media screen and (max-width: 768px) {
      .listItem {
        font-size: 1.6rem;
        margin-bottom: 0;
        padding-left: 17px;
        letter-spacing: 1px; } }
    .listItem::before {
      counter-increment: list1;
      content: counter(list1) ". ";
      position: absolute;
      z-index: 12;
      top: 0;
      left: 0;
      color: #000000;
      text-align: center; }

/*
------------------------------------------------------------*/
.card {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 73px auto 0;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .card {
      display: block;
      margin: 32px -10px 0; } }
  .cardItem {
    width: calc(100% / 4);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .cardItem {
        width: 100%;
        position: relative; } }
    .cardItem img {
      width: 100%;
      height: auto;
      -webkit-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
    @media screen and (min-width: 769px) {
      .cardItem:hover a {
        opacity: 1; }
      .cardItem:hover img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); } }
  .cardTxt {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #ffffff;
    background: rgba(47, 58, 64, 0.7);
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 7px 11px; }
  .card a {
    text-decoration: none;
    color: inherit;
    display: block;
    opacity: 1; }
    @media screen and (max-width: 768px) {
      .card a {
        position: relative; } }

/*
------------------------------------------------------------*/
.main {
  margin: 45px auto 70px; }
  @media screen and (max-width: 768px) {
    .main {
      margin: 29px auto 0; } }
  .mainItem {
    width: 90%;
    margin: 0 0 30px auto;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .mainItem {
        width: 92%;
        margin: 0 0 32px auto; } }
    .mainItem img {
      width: 100%;
      height: auto;
      -webkit-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      opacity: 0.9; }
    .mainItem:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 769px) {
      .mainItem:hover {
        box-shadow: 0 3px 18px 3px rgba(0, 0, 0, 0.1), 0 3px 5.5px 2px rgba(0, 0, 0, 0.05); }
        .mainItem:hover a {
          opacity: 1;
          background: #000000; }
        .mainItem:hover img {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); } }
  .mainTitle {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: normal;
    text-align: left;
    position: absolute;
    top: 50%;
    color: #ffffff;
    left: 4.2%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (max-width: 768px) {
      .mainTitle {
        font-size: 2rem;
        top: 30%;
        -webkit-transform: translateY(-30%);
                transform: translateY(-30%); } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .mainTitle {
        top: 40%;
        font-size: 2rem; } }
  .mainTxt {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: normal;
    text-align: right;
    position: absolute;
    bottom: 15%;
    color: #ffffff;
    right: 5.5%; }
    @media screen and (max-width: 768px) {
      .mainTxt {
        position: relative;
        color: #2f3a40;
        text-align: left;
        right: 0;
        top: 0;
        margin: 10px 0 0; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .mainTxt {
        font-size: 1.4rem; } }
  .main a {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
    opacity: 1; }

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.table1 {
  margin: 0 auto;
  border-spacing: 0px;
  font-size: 1.6rem;
  line-height: 1.63;
  color: #2f3a40;
  border-collapse: collapse;
  border: solid 1px #e5e5e5; }
  @media screen and (max-width: 768px) {
    .table1 tr {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap; } }
  .table1 tr:nth-child(5) p {
    padding: 0 0 26px;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      .table1 tr:nth-child(5) p {
        padding-bottom: 10px; } }
  .table1 tr:nth-child(5) td {
    padding-bottom: 0; }
  .table1 tr:nth-child(6) td {
    padding-top: 29px;
    padding-right: 10px; }
    @media screen and (max-width: 768px) {
      .table1 tr:nth-child(6) td {
        padding-top: 13px;
        padding-right: 15px; } }
  .table1 th,
  .table1 td {
    vertical-align: top;
    padding: 24px 40px 26px;
    font-size: 1.6rem;
    line-height: 1.72;
    color: #2f3a40; }
    @media screen and (max-width: 768px) {
      .table1 th,
      .table1 td {
        font-size: 1.4rem;
        line-height: 2.29;
        padding: 0; } }
  .table1 th {
    width: 380px;
    border: solid 1px #e5e5e5;
    font-weight: bold;
    background-color: #f2efe8;
    letter-spacing: 2px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .table1 th {
        width: 100%;
        background-color: #f2efe8;
        border-left: none;
        border-right: none;
        border-bottom: none;
        padding: 10px 18px;
        text-align: left;
        letter-spacing: 3px; } }
  .table1 td {
    width: calc(100% - 380px);
    border: solid 1px #e5e5e5;
    font-weight: normal;
    padding: 25px 50px 26px; }
    @media screen and (max-width: 768px) {
      .table1 td {
        width: 100%;
        border: none;
        padding: 11px 17px 12px;
        line-height: 1.75;
        font-size: 1.6rem;
        text-align: left; }
        .table1 td h5 {
          line-height: 1.6;
          padding: 2px 0 0; } }

/*
------------------------------------------------------------*/
.table2 {
  border-spacing: 0px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .table2 tr {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      margin: 0 0 14px; } }
  .table2 tr:last-child td.title {
    border-bottom: 1px solid #bcaf8a; }
    @media screen and (max-width: 768px) {
      .table2 tr:last-child td.title {
        border-bottom: 1px solid #ffffff; } }
  @media screen and (max-width: 768px) {
    .table2 tr:first-child {
      display: none; } }
  .table2 tr:nth-child(odd) td {
    background: #ffffff; }
    @media screen and (max-width: 768px) {
      .table2 tr:nth-child(odd) td {
        background: #f1f1f1; }
        .table2 tr:nth-child(odd) td:nth-child(odd) {
          background: #ffffff; } }
    .table2 tr:nth-child(odd) td.title {
      background: #bcaf8a; }
  .table2 th,
  .table2 td {
    padding: 8px 3px;
    border-bottom: 1px solid #bcaf8a;
    border-right: 1px solid #bcaf8a;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      .table2 th,
      .table2 td {
        padding: 0px;
        min-height: 32px;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center; } }
  .table2 .title {
    background: #bcaf8a;
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff; }
    @media screen and (max-width: 768px) {
      .table2 .title {
        text-align: left;
        font-size: 1.6rem; } }
  .table2 td {
    font-size: 2rem;
    background: #f1f1f1;
    min-width: 92px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .table2 td {
        width: 100%;
        min-width: auto;
        font-size: 1.6rem; }
        .table2 td:last-child::before {
          border-bottom: 1px solid transparent; }
        .table2 td::before {
          content: attr(data-label);
          float: left;
          width: 57%;
          font-size: 1.6rem;
          line-height: 3.2;
          padding: 0 5px 0 15px;
          text-align: left;
          background: #bcaf8a;
          height: 100%;
          border-bottom: 1px solid #ffffff;
          box-sizing: border-box; }
        .table2 td p {
          text-align: right;
          width: 39%; }
        .table2 td:nth-child(odd) {
          background: #ffffff; } }
    .table2 td.title {
      font-size: 1.6rem;
      padding: 17px 2px;
      min-width: 182px; }
      @media screen and (max-width: 768px) {
        .table2 td.title {
          background: #bcaf8a;
          padding: 13px 2px 13px 15px;
          min-width: auto; }
          .table2 td.title br {
            display: none; }
          .table2 td.title::before {
            display: none; } }
  .table2 sup {
    font-size: 1rem; }

/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.mainvisual {
  margin: 0 auto;
  position: relative; }
  .mainvisualImg img {
    width: 100%;
    height: auto; }
  .mainvisualTxt {
    font-size: 4rem;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    font-weight: normal;
    display: block;
    /* text-shadow: 1px 2px 3px #808080; */
  }
    @media screen and (max-width: 768px) {
      .mainvisualTxt {
        /* display: none; */
        font-size: 2.4rem;} }
    .mainvisualTxt span {
      display: block;
      position: relative; }
      .mainvisualTxt span::before, .mainvisualTxt span::after {
        content: "";
        -webkit-box-flex: 1;
                flex-grow: 1;
        height: 1px;
        background: #ffffff;
        min-width: 40px;
        display: inline-block;
        vertical-align: middle; }
      .mainvisualTxt span::before {
        margin-right: 20px; }
      .mainvisualTxt span::after {
        margin-left: 20px; }
        @media screen and (max-width: 768px) {
          .mainvisualTxt span::before, .mainvisualTxt span::after {
            display: none;} }
  .mainvisualTxt1 {
    font-family: "Noto Serif", serif;
    font-size: 6.9rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    color: #bcaf8a;
    background: rgba(47, 58, 64, 0.8);
    padding: 44px 0;
    letter-spacing: 0px;
    right: 5px; }
    @media screen and (max-width: 768px) {
      .mainvisualTxt1 {
        font-size: 2.7rem;
        top: 49%;
        right: 0;
        padding: 15px 0; } }
    .mainvisualTxt1 span {
      font-size: 5rem; }
      @media screen and (max-width: 768px) {
        .mainvisualTxt1 span {
          font-size: 2rem; } }
  .mainvisualBox {
    position: absolute;
    bottom: -30px;
    font-size: 3.4rem;
    line-height: 1.5;
    background: #2f3a40;
    color: #bcaf8a;
    font-weight: normal;
    padding: 27px 69px; }
    @media screen and (max-width: 768px) {
      .mainvisualBox {
        bottom: auto;
        position: relative;
        width: 90%;
        margin: -30px 0 0;
        font-size: 2.6rem;
        line-height: 1.3;
        padding: 20px 10px 9px; } }
    .mainvisualBox span {
      display: block;
      font-size: 1.8rem;
      letter-spacing: 1px;
      position: relative;
      top: 0;
      left: 4px;
      line-height: 1.5; }
      @media screen and (max-width: 768px) {
        .mainvisualBox span {
          line-height: 2.5; } }

/*
------------------------------------------------------------*/
.map {
  width: 100%;
  height: 472px; }
  @media screen and (max-width: 768px) {
    .map {
      height: 200px; } }
  .map iframe {
    width: 100%;
    height: 100%; }

/*
------------------------------------------------------------*/
.note {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #2f3a40;
  text-align: right;
  padding: 22px 0 0; }
  @media screen and (max-width: 768px) {
    .note {
      padding: 0; } }

/*
------------------------------------------------------------*/
.block {
  border: 1px solid #bcaf8a;
  padding: 52px 30px 20px; }
  @media screen and (max-width: 768px) {
    .block {
      padding: 25px 10px; } }
  .block ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .block ul {
        -webkit-box-pack: left;
                justify-content: left; } }
    .block ul li {
      margin: 0 27px 30px 0; }
      @media screen and (max-width: 768px) {
        .block ul li {
          margin: 0 15px 15px 0;
          padding: 10px 10px; } }
      .block ul li:first-child {
        margin-left: 20px; }
        @media screen and (max-width: 768px) {
          .block ul li:first-child {
            margin: 0 0 20px; } }

        /* ----- current ----- */
          .block ul li.current a::before {
            background: #ffffff; }
          .block ul li.current a::after {
            border-color: #bcaf8a; }

      @media screen and (min-width: 769px) {
          .block ul li:hover a {
            color: #ffffff;
            background: #bcaf8a;
            text-decoration: none;
            opacity: 1; }
            .block ul li:hover a::before {
              background: #ffffff; }
            .block ul li:hover a::after {
              border-color: #bcaf8a; } }

      .block ul li a {
        display: block;
        color: #2f3a40;
        font-size: 1.5rem;
        line-height: 1.1;
        font-weight: bold;
        position: relative;
        padding: 11px 15px 9px 35px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .block ul li a::before {
          content: "";
          position: absolute;
          top: 12px;
          left: 15px;
          background: #bcaf8a;
          width: 14px;
          height: 14px;
          border-radius: 50%;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .block ul li a::after {
          content: "";
          position: absolute;
          top: 15.46px;
          left: 17.4px;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          width: 5px;
          height: 5px;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }

/* SP */
@media screen and (max-width: 768px) {
  .block{
    padding: 10px 0 10px 15px;
  }
  .block ul li{
    padding: 0;
    margin-bottom: 0 !important;
  }
}

/*
------------------------------------------------------------*/
.mainic {
  position: relative;
  background: url(/innovation_challenge/img/mv_ic01_pc.png) no-repeat;
  background-size: contain;
  min-height: 665px;
  background-position: top left;
  width: 100%; }
  @media (min-width: 768px) and (max-width: 1366px) { /*200129naga追加*/
    .mainic {
      background-size: 1366px;
      overflow: hidden;
    }
  }
  @media screen and (max-width: 768px) {
    .mainic {
      background: none;
      min-height: auto; } }
  .mainicTop {
    margin: 0 auto;
    text-align: center;
    padding: 150px 0 0 14px; }
    @media screen and (max-width: 768px) {
      .mainicTop {
        padding: 0; } }
  .mainicInner {
    position: absolute;
    top: 0.3%;
    z-index: 2;
    left: 4.5%; }
    @media screen and (max-width: 768px) {
      .mainicInner {
        left: 0;
        right: 0;
        top: auto;
        position: relative; }
    }
  .mainicPage {
    font-family: "Noto Serif", serif;
    font-size: 10.9rem;
    color: #bcaf8a;
    font-weight: normal;
    position: relative; }
    @media (min-width: 768px) and (max-width: 1297px) { /*200129naga追加*/
      .mainicPage {
        font-size: 9.9rem; } }
    @media screen and (max-width: 768px) {
      .mainicPage {
        font-size: 4.3rem;
        line-height: 1;
        text-align: center; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    .mainicPage {
      background: url(/innovation_challenge/img/mv_ic01_sp.png) no-repeat;
      background-size: cover;
      padding: 10px 0; } }
    @media screen and (max-width: 768px) {
        .mainicPage span {
          font-size: 3.1rem; } }
  .mainicText1 {
    font-size: 1.4rem;
    line-height: 1.76;
    text-align: left;
    color: #ffffff;
    margin: 17px 0 0 6px;
    max-width: 435px; }
    @media (min-width: 768px) and (max-width: 1182px) { /*200129naga追加*/
      .mainicText1 {
        float: right;
        margin-right: 50px; } }
    @media screen and (max-width: 980px) { /*  (max-width: 768px) => 200129naga修正*/
      .mainicText1 {
        display: none; } }
  .mainicImg {
    position: absolute;
    right: 0;
    top: 15.2%;
    width: calc(50% + 100px); }
    .mainicImg img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media screen and (max-width: 768px) {
      .mainicImg {
        position: relative;
        top: auto;
        width: 100%; } }
  .mainicBox {
    position: absolute;
    bottom: 0;
    background: #ffffff;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    padding: 28px 11px 33px 65px;
    display: block;
    width: 50%;
    margin-top: 50px; }
    @media screen and (max-width: 768px) {
      .mainicBox {
        max-width: 100%;
        left: 0;
        top: -27px;
        bottom: auto;
        margin: 0 10px;
        width: auto;
        padding: 20px 10px 14px;
        position: relative; } }
  .mainicTitle {
    color: #2f3a40;
    font-size: 2.2rem;
    line-height: 1.6; }
    @media screen and (max-width: 768px) {
      .mainicTitle {
        font-size: 1.8rem;
        line-height: 1.4; }
        .mainicTitle br {
          display: none; } }
  .mainicText2 {
    color: #2f3a40;
    font-size: 1.4rem;
    line-height: 1.7;
    display: block;
    margin: 16px 0 0; }
    @media screen and (max-width: 768px) {
      .mainicText2 {
        margin: 25px 0 0; }
        .mainicText2 br {
          display: none; } }
  .mainicLabel {
    color: #ffffff;
    background: #bcaf8a;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 6px 6px;
    display: inline-block;
    position: relative;
    top: 5px; }
    @media screen and (max-width: 768px) {
      .mainicLabel {
        padding: 6px 7px;
        top: 10px; } }
  .mainicBtn {
    color: #2f3a40;
    font-size: 1.4rem;
    line-height: 1.7;
    display: block;
    position: relative;
    top: 7px; }
    @media screen and (min-width: 769px) {
      .mainicBtn:hover {
        color: #f99923; }
        .mainicBtn:hover a::before {
          background: #f99923; } }
    @media screen and (max-width: 768px) {
      .mainicBtn {
        top: 0;
        left: 0;
        text-align: right;
        margin: 41px 0 0; } }
    .mainicBtn a {
      text-decoration: none;
      color: inherit;
      position: relative;
      padding: 0 23px 0 0; }
      .mainicBtn a::before {
        content: "";
        position: absolute;
        top: 2px;
        right: 0;
        background: #2f3a40;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
      .mainicBtn a::after {
        content: "";
        position: absolute;
        top: 5.5px;
        right: 4.2px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        width: 5px;
        height: 5px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }

/*
------------------------------------------------------------*/
.contentItem {
  display: none; }
  .contentItem.activeItem {
    display: block; }

/*
------------------------------------------------------------*/
.select {
  display: none; }
  @media screen and (max-width: 768px) {
    .select {
      display: block;
      margin: 3px 10px 30px;
      position: relative; }
      .select::after {
        content: "";
        position: absolute;
        top: 13px;
        right: 15px;
        border-top: 2px solid #2f3a40;
        border-right: 2px solid #2f3a40;
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg); } }
  .select select {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    color: #2f3a40;
    line-height: 1.3;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #2f3a40;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    position: relative;
    outline: none;
    padding: 9px 20px;
    font-weight: normal; }
    .select select::-ms-expand {
      display: none; }
    .select select:focus {
      outline: none; }

/*
------------------------------------------------------------*/
.image {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .image {
      width: auto;
      margin: 0 10px; } }
  .imageCard {
    margin-bottom: 1%;
    display: none; }
  .imageBox {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between; }
  .imageImg img {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    width: 100%;
    height: auto; }
  .imageItem {
    position: relative;
    width: 49%;
    margin: 0 0 2%;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .imageItem {
        width: 100%;
        margin-bottom: 8%; } }
    .imageItem.col2 {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .imageItem.col2 {
          display: block; } }
      .imageItem.col2 .imageTxt {
        font-size: 1.4rem; }
      .imageItem.col2 .imageInner {
        width: 49%; }
        @media screen and (max-width: 768px) {
          .imageItem.col2 .imageInner {
            margin-bottom: 8%;
            width: 100%; } }
  .imageImg {
    max-height: 289px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .imageImg img {
        width: 100%;
        height: auto; } }
  .imageTxt {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#090c0de6));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #090c0de6);
    width: 100%;
    height: auto;
    padding: 10px 10px; }
  .imageLabel {
    color: #ffffff;
    background: #bcaf8a;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 6px 6px;
    display: inline-block;
    position: absolute;
    top: 12px;
    z-index: 9; }
    @media screen and (max-width: 768px) {
      .imageLabel {
        padding: 6px 7px;
        top: 10px; } }
  .image a {
    text-decoration: none;
    color: inherit;
    display: block;
    overflow: hidden; }
    @media screen and (min-width: 769px) {
      .image a:hover {
        opacity: 1;
        background: #000000; }
        .image a:hover img {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); } }

/*
------------------------------------------------------------*/
.template {
  background: #f1f1f1; }

.single {
  max-width: 1230px;
  width: 100%;
  margin: 102px auto 0;
  background: #ffffff;
  padding: 95px 96px; }
  @media screen and (max-width: 768px) {
    .single {
      max-width: 1230px;
      width: auto;
      margin: 60px 10px 0;
      background: #ffffff;
      padding: 11px 10px 20px; } }
  .singleLabel {
    color: #ffffff;
    background: #bcaf8a;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 6px 6px;
    display: inline-block;
    position: relative;
    top: 5px; }
    @media screen and (max-width: 768px) {
      .singleLabel {
        padding: 6px 7px;
        top: 10px; } }
  .singleTitle {
    font-size: 2.6rem;
    line-height: 1.5;
    margin: 44px auto 40px; }
    @media screen and (max-width: 768px) {
      .singleTitle {
        font-size: 1.8rem;
        margin: 30px auto 14px; } }
  .singleTxt {
    font-size: 1.6rem;
    line-height: 1.65; }
  .singleImg {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin: 40px auto 0;
    padding: 0 10px 0 0;
    flex-wrap: wrap; }
    .singleImg figure {
      width: 48%; }
      .singleImg figure img {
        width: 100%;
        height: auto; }
    @media screen and (max-width: 768px) {
      .singleImg {
        display: block;
        margin: 17px auto 0;
        padding: 0; }
        .singleImg figure {
          margin: 0 0 20px;
          width: 100%; }
          .singleImg figure:last-child {
            margin: 0; } }

/*
------------------------------------------------------------*/
.group {
  max-width: 1230px;
  margin: 0 auto;
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  color: #2f3a40;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 63px 0 98px;
  font-family: Arial, Helvetica, sans-serif; }
  @media screen and (max-width: 768px) {
    .group {
      padding: 63px 10px 60px; } }
  .groupPre {
    padding: 0 0 0 94px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .groupPre {
        padding: 0 0 0 84px; } }
    @media screen and (min-width: 769px) {
      .groupPre:hover {
        color: #f99923; }
        .groupPre:hover::before, .groupPre:hover::after {
          background: #f99923; } }
    .groupPre::before {
      content: "";
      position: absolute;
      top: 6px;
      left: 0;
      width: 75px;
      height: 2px;
      background: #2f3a40;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .groupPre::after {
      content: "";
      position: absolute;
      top: 3px;
      left: 0;
      width: 13px;
      height: 2px;
      background: #2f3a40;
      -webkit-transform: rotate(-25deg);
              transform: rotate(-25deg);
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
  .groupNext {
    padding: 0 94px 0 0;
    position: relative; }
    @media screen and (max-width: 768px) {
      .groupNext {
        padding: 0 84px 0 0; } }
    @media screen and (min-width: 769px) {
      .groupNext:hover {
        color: #f99923; }
        .groupNext:hover::before, .groupNext:hover::after {
          background: #f99923; } }
    .groupNext::before {
      content: "";
      position: absolute;
      top: 6px;
      right: 0;
      width: 75px;
      height: 2px;
      background: #2f3a40;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .groupNext::after {
      content: "";
      position: absolute;
      top: 3px;
      right: 0;
      width: 13px;
      height: 2px;
      background: #2f3a40;
      -webkit-transform: rotate(25deg);
              transform: rotate(25deg);
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
  .group a {
    text-decoration: none;
    color: inherit; }

/*
------------------------------------------------------------*/
.story {
  background: #f2efe8; }
  .story1Slider {
    position: relative; }
  .story1Bg {
    width: 100%;
    height: 665px;
    -o-object-fit: cover;
       object-fit: cover; }
    @media screen and (max-width: 768px) {
      .story1Bg {
        height: 568px; } }
  .story1Content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 50px;
    text-align: center;
    background: rgba(47, 58, 64, 0.9); }
    .story1Content img {
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        .story1Content img {
          margin-bottom: 30px;
          width: 100%; } }
    @media screen and (max-width: 768px) {
      .story1Content {
        width: 100%;
        padding: 30px 10px; } }
  .story1Text {
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: center;
    color: #ffffff; }
    @media screen and (max-width: 768px) {
      .story1Text {
        text-align: left; } }
  .story2 {
    position: relative; }
    .story2Container {
      min-width: 960px;
      max-width: 960px;
      margin: 0 auto;
      position: relative;
      padding: 34px 0 100px; }
      @media screen and (max-width: 768px) {
        .story2Container {
          padding: 20px 10px 60px; } }
      .story2Container::before {
        content: "";
        background: #bcaf8a;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 120px;
        height: 100%;
        z-index: 1; }
        @media screen and (max-width: 768px) {
          .story2Container::before {
            display: none; } }
      @media screen and (max-width: 768px) {
        .story2Container {
          min-width: 100%;
          max-width: 100%; } }
    .story2Btn {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center;
      text-decoration: none;
      background: none;
      height: 46px;
      width: 296px;
      border: 2px solid #2f3a40;
      color: #2f3a40;
      font-size: 1.6rem;
      font-family: "Arial";
      position: relative;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      @media screen and (max-width: 768px) {
        .story2Btn {
          width: 100%; } }
      .story2Btn::before {
        content: "";
        position: absolute;
        top: 14px;
        right: 24px;
        border-top: 3px solid #2f3a40;
        border-right: 3px solid #2f3a40;
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        @media screen and (max-width: 768px) {
          .story2Btn::before {
            top: 15px; } }
      @media screen and (min-width: 769px) {
        .story2Btn:hover {
          background: rgba(47, 58, 64, 0.2);
          cursor: pointer; }
          .story2Btn:hover::before {
            right: 20px; } }
    .story2Time {
      font-size: 5rem;
      color: #f2efe8;
      text-align: center;
      margin-bottom: 50px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .story2Time {
          color: #bcaf8a;
          font-size: 3.6rem;
          margin-bottom: -5px;
          text-align: right;
          line-height: 1; } }
      .story2Time::before {
        content: "";
        background: #f2efe8;
        position: absolute;
        bottom: -10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 3px;
        height: 20px; }
        @media screen and (max-width: 768px) {
          .story2Time::before {
            background: #bcaf8a;
            width: 10px;
            height: 3px;
            right: -10px;
            left: unset;
            bottom: unset;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); } }
    .story2Setting {
      position: fixed;
      top: 317px;
      right: 0;
      z-index: 9;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-align: end;
              align-items: flex-end; }
      @media screen and (max-width: 768px) {
        .story2Setting {
          display: none; } }
    .story2Item {
      background: #2f3a40;
      position: relative;
      margin-bottom: 10px;
      cursor: pointer;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .story2Item a {
        padding: 7px 34px 6px 9px;
        color: #ffffff;
        font-size: 1.6rem;
        display: block;
        text-decoration: none; }
        .story2Item a::before {
          content: "";
          background: #ffffff;
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 20px;
          height: 2px; }
        .story2Item a.active {
          padding: 6px 40px 6px 18px;
          color: #bcaf8a;
          font-size: 2.6rem;
          display: block; }
          .story2Item a.active::before {
            height: 4px;
            background: #bcaf8a; }
  .storyDisplay {
    display: none !important; }
    @media screen and (max-width: 768px) {
      .storyDisplay {
        display: block !important; } }
  @media screen and (max-width: 768px) {
    .storyPC {
      display: none !important; } }
  @media screen and (max-width: 768px) {
    .storySpace {
      width: 100%; } }

/*
------------------------------------------------------------*/
.time1Item {
  position: relative;
  z-index: 2;
  margin-bottom: 135px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (max-width: 768px) {
    .time1Item {
      margin-bottom: 62px; } }

.time1Container {
  display: -webkit-box;
  display: flex; }
  @media screen and (max-width: 768px) {
    .time1Container {
      display: block; } }

.time1Content {
  color: #2f3a40;
  padding-left: 84px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
  @media screen and (max-width: 768px) {
    .time1Content {
      padding-left: 0; } }

.time1Title {
  font-size: 5rem;
  padding: 6px 0;
  line-height: 1.04;
  text-align: right;
  position: relative; }
  @media screen and (max-width: 768px) {
    .time1Title {
      text-align: left;
      font-size: 3.6rem;
      margin: 17px 0 0; } }
  .time1Title::before {
    content: "";
    background: #bcaf8a;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 3px;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .time1Title::before {
        width: 100%; } }

.time1Text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 50px 0; }
  @media screen and (max-width: 768px) {
    .time1Text {
      margin: 18px 0;
      line-height: 1.4; } }

@media screen and (max-width: 768px) {
  .time1Img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; } }

.time2Item {
  position: relative;
  z-index: 2;
  margin-bottom: 135px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (max-width: 768px) {
    .time2Item {
      margin-bottom: 50px; } }
  .time2Item:last-child {
    margin-bottom: 0; }

.time2Content {
  padding-right: 84px;
  color: #2f3a40;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
  @media screen and (max-width: 768px) {
    .time2Content {
      padding-right: 0; } }

.time2Title {
  font-size: 5rem;
  line-height: 1.04;
  padding: 6px 0;
  text-align: left;
  position: relative; }
  @media screen and (max-width: 768px) {
    .time2Title {
      text-align: left;
      font-size: 3.6rem;
      margin: 17px 0 0; } }
  .time2Title::before {
    content: "";
    background: #bcaf8a;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 576px;
    height: 3px;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .time2Title::before {
        width: 100%; } }

@media screen and (max-width: 768px) {
  .time2Img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; } }

/*
------------------------------------------------------------*/
.sct01 {
  display: -webkit-box;
  display: flex;
  padding: 60px;
  background: #2f3a40; }
  @media screen and (max-width: 768px) {
    .sct01 {
      display: block;
      background: none;
      padding: 0; } }
  .sct01List {
    width: 50%;
    display: -webkit-box;
    display: flex; }
    @media screen and (max-width: 768px) {
      .sct01List {
        width: 100%;
        padding: 60px 10px;
        background: #2f3a40; } }
  .sct01Thumnail {
    margin-right: 30px;
    position: relative;
    width: 50%;
    overflow: hidden; }
    @media screen and (min-width: 769px) {
      .sct01Thumnail:hover {
        opacity: 1; }
        .sct01Thumnail:hover img {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); } }
    @media screen and (max-width: 768px) {
      .sct01Thumnail {
        margin-right: 10px; } }
    .sct01Thumnail img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
    .sct01Thumnail a {
      opacity: 1;
      display: block; }
    .sct01Thumnail::after {
      content: "";
      background: url("/img/common/icon_arrow01.svg");
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 30px;
      width: 10px;
      height: 17px; }
      @media screen and (max-width: 768px) {
        .sct01Thumnail::after {
          right: 10px; } }
    .sct01Thumnail:last-child {
      margin-right: 0; }
  .sct01Txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 500;
    color: #ffffff; }
    @media screen and (max-width: 768px) {
      .sct01Txt {
        font-size: 1.6rem; } }
  .sct01Content {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    padding-left: 60px;
    width: 50%; }
    @media screen and (max-width: 768px) {
      .sct01Content {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 60px; } }
  .sct01Text {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 500;
    color: #ffffff; }
    @media screen and (max-width: 768px) {
      .sct01Text {
        color: #2f3a40; } }
  .sct01SP {
    display: none; }
    @media screen and (max-width: 768px) {
      .sct01SP {
        display: -webkit-box;
        display: flex; } }
  @media screen and (max-width: 768px) {
    .sct01PC {
      display: none; } }

/*
------------------------------------------------------------*/
.sct02 {
  background: #2f3a40; }
  .sct02List01, .sct02List02, .sct02List03, .sct02List04 {
    display: -webkit-box;
    display: flex;
    position: relative; }
    @media screen and (max-width: 768px) {
      .sct02List01, .sct02List02, .sct02List03, .sct02List04 {
        display: block; } }
    .sct02List01::before, .sct02List02::before, .sct02List03::before, .sct02List04::before {
      content: "";
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#2f3a40));
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #2f3a40);
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 150px;
      z-index: 1;
      opacity: 0.4; }
      @media screen and (max-width: 768px) {
        .sct02List01::before, .sct02List02::before, .sct02List03::before, .sct02List04::before {
          display: none; } }
  .sct02List03::before {
    display: none; }
  .sct02List03 .sct02Thumnail:first-child {
    background: #2f3a40;
    color: #ffffff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center; }
    @media screen and (max-width: 768px) {
      .sct02List03 .sct02Thumnail:first-child {
        display: none; } }
  @media screen and (min-width: 769px) {
    .sct02List03 .sct02Thumnail:hover img {
      -webkit-transform: scale(1);
              transform: scale(1); } }
  .sct02List03 .sct02Txt {
    position: relative;
    padding: 0;
    margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .sct02List03 .sct02Content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      color: #ffffff;
      padding: 20px; } }
  .sct02List04 {
    position: relative;
    background: url(/img/top/img_list_bg.jpg) no-repeat;
    background-size: cover;
    min-height: 342px; }
    .sct02List04::before {
      display: none; }
    .sct02List04 .sct02Inner {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      width: 100%;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .sct02List04 .sct02Inner {
          padding: 0;
          flex-wrap: wrap;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
                  flex-direction: column-reverse; } }
    .sct02List04 .sct02Txt {
      position: relative;
      padding: 0;
      margin-bottom: 10px;
      text-align: left;
      color: #2f3a40; }
      @media screen and (max-width: 768px) {
        .sct02List04 .sct02Txt {
          margin-bottom: 7px; } }
    .sct02List04 .sct02Content {
      width: 50%;
      padding: 113px 0 0 18%;
      position: relative;
      z-index: 1;
      background: rgba(241, 241, 241, 0.4); }
      @media screen and (max-width: 1200px) {
        .sct02List04 .sct02Content {
          padding: 9% 9%; } }
      @media screen and (max-width: 768px) {
        .sct02List04 .sct02Content {
          width: 100%;
          padding: 52px 20px 20px; } }
    .sct02List04 .sct02Image {
      width: 50%;
      height: auto;
      text-align: center;
      padding: 80px 0 0 4.2%; }
      @media screen and (max-width: 768px) {
        .sct02List04 .sct02Image {
          width: 100%;
          padding: 0 2%; } }
      @media screen and (max-width: 1200px) {
        .sct02List04 .sct02Image img {
          width: 100%; } }
    .sct02List04 .sct02Img {
      width: auto;
      height: auto; }
      @media screen and (max-width: 768px) {
        .sct02List04 .sct02Img {
          opacity: 1;
          width: 100%; } }
      @media screen and (max-width: 1200px) {
        .sct02List04 .sct02Img {
          width: 100%; } }
    @media screen and (max-width: 768px) {
      .sct02List04 .sct02Thumnail {
        background: none;
        width: 100%;
        padding: 0 10px;
        text-align: center; } }
    @media screen and (min-width: 769px) {
      .sct02List04 .sct02Thumnail:hover img {
        -webkit-transform: scale(1);
                transform: scale(1); } }
    .sct02List04 .sct02Thumnail:first-child {
      left: 0; }
    .sct02List04 .sct02Thumnail:last-child {
      right: 0; }
      @media screen and (max-width: 768px) {
        .sct02List04 .sct02Thumnail:last-child {
          display: none; } }
    @media screen and (max-width: 768px) {
      .sct02List04 .sct02Text {
        text-align: left;
        line-height: 1.5; } }
    @media screen and (max-width: 768px) {
      .sct02List04 .sct02Text br {
        display: none; } }
  .sct02Thumnail {
    width: 50%;
    position: relative;
    overflow: hidden; }
    .sct02Thumnail img {
      -webkit-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
    @media screen and (min-width: 769px) {
      .sct02Thumnail:hover {
        opacity: 1; }
        .sct02Thumnail:hover img {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); } }
    @media screen and (max-width: 768px) {
      .sct02Thumnail {
        width: 100%;
        background: #2f3a40; } }
  .sct02Img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media screen and (max-width: 768px) {
      .sct02Img {
        opacity: 0.6; } }
  .sct02Txt {
    font-size: 3.4rem;
    width: 100%;
    color: #ffffff;
    position: absolute;
    padding: 20px;
    bottom: 0;
    left: 0;
    z-index: 2; }
    @media screen and (max-width: 768px) {
      .sct02Txt {
        font-size: 3rem;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
                justify-content: center;
        -webkit-box-align: center;
                align-items: center;
        width: 100%;
        height: 100%;
        padding: 10px;
        text-align: center; } }
    .sct02Txt br {
      display: none; }
      @media screen and (max-width: 768px) {
        .sct02Txt br {
          display: block; } }
  .sct02Text {
    font-size: 1.6rem;
    line-height: 1.625; }
  .sct02 a {
    position: relative;
    opacity: 1 !important;
    display: block;
    z-index: 10;
    overflow: hidden; }
    .sct02 a img:hover {
      opacity: 0.8; }

/*
------------------------------------------------------------*/
.sct03 {
  padding: 60px 0; }
  .sct03Title {
    font-weight: normal;
    font-size: 3.4rem;
    color: #2f3a40;
    text-align: center;
    margin-bottom: 10px; }
  .sct03List {
    margin-bottom: 40px; }
  .sct03Item {
    padding: 0 60px;
    font-size: 1.6rem;
    line-height: 1.625;
    color: #2f3a40;
    border-bottom: 1px solid #d6d6d6;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
    @media screen and (min-width: 769px) {
      .sct03Item:hover {
        background: rgba(47, 58, 64, 0.2); } }
    .sct03Item a {
      display: block;
      position: relative;
      width: 100%;
      max-width: 1230px;
      margin: 0 auto;
      padding: 20px 60px;
      text-decoration: none;
      color: inherit; }
      @media screen and (max-width: 768px) {
        .sct03Item a {
          display: block;
          width: auto;
          padding: 10px 0; } }
    @media screen and (max-width: 768px) {
      .sct03Item {
        padding: 10px; } }
  .sct03_flex {
    display: -webkit-box;
    display: flex;
    line-height: 1.5em;
  }
  .sct03Date {
    display: inline-block;
    color: #f99923; }
  .sct03Cate {
    display: inline-block;
    color: #fff;
    background: #bcaf8a;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 6px 6px;
    margin-left: 1.5em;
    vertical-align: middle;
    text-align: center;}
  .sct03Text {
    width: 100%;
    margin-top: .5em;
    font-weight: 500; }
    @media screen and (min-width: 769px) {
      .sct03Cate {
        /* width: 12rem; */
      }
    }
    @media screen and (max-width: 768px) {
      .sct03Cate {
      }
      .sct03Text {
        margin-left: 0;
        margin-top: .5em; } }

/*
------------------------------------------------------------*/
.sct04 {
  padding: 60px;
  background: #f1f1f1; }
  @media screen and (max-width: 768px) {
    .sct04 {
      padding: 60px 10px; } }
  .sct04Title {
    font-weight: normal;
    font-size: 3.4rem;
    color: #2f3a40;
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .sct04Title {
        font-size: 3rem;
        margin-bottom: 30px; } }
  .sct04List {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    flex-wrap: wrap;
    max-width: 1230px;
    margin: 0 auto;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .sct04List {
        display: block; } }
  .sct04Item {
    margin: 0 1% 0 0;
    width: 24%;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    background: #fff; }
    .sct04Item:last-child {
      margin: 0 auto 0; }
    @media screen and (min-width: 769px) {
      .sct04Item:hover {
        box-shadow: 0px 2px 12px rgba(47, 58, 64, 0.2); }
        .sct04Item:hover a {
          opacity: 1; } }
    .sct04Item a {
      text-decoration: none;
      color: inherit;
      display: block;
      height: 100%; }
    @media screen and (max-width: 768px) {
      .sct04Item {
        width: 100%;
        margin: 0 0 20px; } }
    @media screen and (max-width: 768px) {
      .sct04Item:last-child {
        margin-bottom: 0; } }
  .sct04Img {
    width: 100%;
    height: auto; }
    @media screen and (max-width: 768px) {
      .sct04Img {
        -o-object-fit: cover;
           object-fit: cover; } }
  .sct04Content {
    background: #ffffff;
    padding: 10px 10px 16px;
    min-height: 93px; }
  .sct04Txt {
    font-size: 1.6rem;
    font-weight: bold;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: baseline;
            align-items: baseline; }
    .sct04Txt img {
      width: 14px;
      height: 14px;
      margin-left: 6px; }
  .sct04Text {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 500; }
