@charset "UTF-8";
/* _head.ejs の common.theme がgothicの際はこちらのフォントを使用 */
/* _head.ejs の common.theme がminchoの際はこちらのフォントを使用 */
/* カラー */
@-webkit-keyframes fuwa {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40%,
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    @media (max-width: 767px) {
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
    }
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fuwa {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40%,
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    @media (max-width: 767px) {
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
    }
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.container {
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .container {
    font-size: 11px;
  }
}

.base_w {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}

@media (max-width: 1000px) {
  .base_w {
    width: 90%;
  }
}

.cap {
  font-size: 12px;
}

@media (max-width: 767px) {
  .cap {
    font-size: 10px;
    letter-spacing: 0;
  }
}

.p_img {
  position: relative;
}

.p_img .cap01 {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #ffffff;
  line-height: 1;
  padding: 3px 5px;
  position: absolute;
  right: 0;
}

.p_img .cap02 {
  bottom: 0;
  color: white;
  line-height: 1;
  padding: 4px 7px;
  position: absolute;
  right: 0;
  text-shadow: 0 3px 3px black;
}

.c01 {
  background-color: #163259;
  color: #ffffff;
  padding: 60px 0;
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {
  .c01 {
    padding: 30px 0;
  }
}

.c01 .titl01 {
  margin-bottom: 10px;
}

.c01 .line {
  background-color: #ffffff;
  height: 1px;
  margin: 0 auto 5px;
  width: 300px;
}

@media (max-width: 767px) {
  .c01 .line {
    width: 200px;
  }
}

.c01 .titl02 {
  font-size: 22px;
}

@media (max-width: 767px) {
  .c01 .titl02 {
    font-size: 16px;
  }
}

.c02 {
  padding: 80px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .c02 {
    padding: 40px 0;
  }
}

.c02 .titl01 {
  color: #163259;
  font-size: 22px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .c02 .titl01 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.c02 .titl02 {
  line-height: 2;
}

.c03 {
  background-color: #f8f9f9;
  padding: 80px 0;
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {
  .c03 {
    padding: 40px 0;
  }
}

.c03 .logo {
  margin: 0 auto 60px;
  width: 280px;
}

@media (max-width: 767px) {
  .c03 .logo {
    margin-bottom: 30px;
    width: 150px;
  }
}

.c03 .titl01 {
  font-size: 30px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .c03 .titl01 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.c03 .titl02 {
  line-height: 2;
}

.c04 {
  background-color: #f1f1f1;
  padding: 80px 0;
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {
  .c04 {
    padding: 40px 0;
  }
}

.c04 .titl01 {
  color: #163259;
  font-size: 20px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .c04 .titl01 {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

.c04 .line {
  background-color: #163259;
  height: 1px;
  margin: 0 auto 10px;
  width: 90px;
}

@media (max-width: 767px) {
  .c04 .line {
    margin-bottom: 5px;
    width: 40px;
  }
}

.c04 .titl02 {
  color: #163259;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .c04 .titl02 {
    margin-bottom: 20px;
  }
}

.c04 .btn {
  cursor: pointer;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
}

.c04 .btn:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

@media (max-width: 767px) {
  .c04 .btn:hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.c05 {
  padding: 80px 0;
}

@media (max-width: 767px) {
  .c05 {
    padding: 40px 0;
  }
}

.c05 .titl01 {
  color: #163259;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .c05 .titl01 {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

.c05 .line {
  background-color: #163259;
  height: 1px;
  margin: 0 auto 10px;
  width: 90px;
}

@media (max-width: 767px) {
  .c05 .line {
    margin-bottom: 5px;
    width: 40px;
  }
}

.c05 .titl02 {
  color: #163259;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .c05 .titl02 {
    margin-bottom: 20px;
  }
}

.c05 .boxs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  margin: 0 auto;
  width: 75%;
}

@media (max-width: 767px) {
  .c05 .boxs {
    width: 100%;
  }
}

.c05 .boxs .img {
  width: 48%;
}

@media (max-width: 767px) {
  .c05 .boxs .img {
    margin-bottom: 20px;
    width: 100%;
  }
}

.c05 .boxs .text {
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  width: 48%;
}

@media (max-width: 767px) {
  .c05 .boxs .text {
    width: 100%;
  }
}

.c06 {
  background-color: #f1f1f1;
  padding: 80px 0;
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {
  .c06 {
    padding: 40px 0;
  }
}

.c06 .titl01 {
  color: #163259;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .c06 .titl01 {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

.c06 .line {
  background-color: #163259;
  height: 1px;
  margin: 0 auto 10px;
  width: 90px;
}

@media (max-width: 767px) {
  .c06 .line {
    margin-bottom: 5px;
    width: 40px;
  }
}

.c06 .titl02 {
  color: #163259;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .c06 .titl02 {
    margin-bottom: 20px;
  }
}

.c06 .text {
  line-height: 2;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .c06 .text {
    margin-bottom: 20px;
  }
}

.c06 .boxs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .c06 .boxs {
    margin-bottom: 20px;
    width: 100%;
  }
}

.c06 .boxs .box01 {
  -webkit-box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.1);
  width: 29%;
}

.c06 .boxs .box02 {
  -webkit-box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.1);
  width: 35%;
}

.c06 .btn {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 550px;
  z-index: 1;
}

@media (max-width: 767px) {
  .c06 .btn {
    width: 100%;
  }
}

.c06 .btn:after {
  background-color: #c9caca;
  content: ' ';
  height: 100%;
  left: 5px;
  position: absolute;
  top: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  z-index: -1;
}

.c06 .btn:hover:after {
  left: 15px;
  top: 15px;
}

.c07 {
  padding: 80px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .c07 {
    padding: 40px 0;
  }
}

.c07 .titl01 {
  color: #163259;
  font-size: 22px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .c07 .titl01 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.c07 .titl02 {
  line-height: 2;
}

@media (max-width: 767px) {
  .c07 .titl02 {
    text-align: justify;
    text-align: left;
    text-justify: inter-ideograph;
  }
}

.c08 {
  background-image: url(../imgs/inno_bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .c08 {
    padding: 60px 0;
  }
}

.c08 .box {
  margin: 0 auto;
  width: 500px;
}

@media (max-width: 767px) {
  .c08 .box {
    width: 90%;
  }
}

.c08 .box .titl {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .c08 .box .titl {
    width: 80%;
  }
}

.c08 .box .text {
  line-height: 2;
}

.c08 .titl01 {
  color: #163259;
  font-size: 22px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .c08 .titl01 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.c08 .titl02 {
  line-height: 2;
}

@media (max-width: 767px) {
  .c08 .titl02 {
    text-align: justify;
    text-align: left;
    text-justify: inter-ideograph;
  }
}

.c09 {
  padding: 80px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .c09 {
    padding: 40px 0;
  }
}

.c09 .titl01 {
  color: #163259;
  font-size: 22px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .c09 .titl01 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.c09 .titl02 {
  line-height: 2;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .c09 .titl02 {
    margin-bottom: 30px;
    text-align: justify;
    text-align: left;
    text-justify: inter-ideograph;
  }
}

.c09 .img {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .c09 .img {
    margin-bottom: 40px;
  }
}

.c09 .btn {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 550px;
  z-index: 1;
}

@media (max-width: 767px) {
  .c09 .btn {
    width: 100%;
  }
}

.c09 .btn:after {
  background-color: #c9caca;
  content: ' ';
  height: 100%;
  left: 5px;
  position: absolute;
  top: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  z-index: -1;
}

.c09 .btn:hover:after {
  left: 15px;
  top: 15px;
}

.c10 {
  background-color: #e5eef4;
  padding: 80px 0;
  width: 100%;
}

@media (max-width: 767px) {
  .c10 {
    padding: 40px 0;
  }
}

.c10 .titl {
  color: #163259;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .c10 .titl {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

.c10 .line {
  background-color: #163259;
  height: 1px;
  margin: 0 auto 60px;
  width: 90px;
}

@media (max-width: 767px) {
  .c10 .line {
    margin-bottom: 30px;
    width: 40px;
  }
}

.c10 .boxs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
}

@media (max-width: 767px) {
  .c10 .boxs {
    width: 100%;
  }
}

.c10 .boxs .box {
  margin-bottom: 40px;
  width: 24%;
}

@media (max-width: 767px) {
  .c10 .boxs .box {
    margin-bottom: 30px;
    width: 48%;
  }
}

.c10 .btn {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 550px;
  z-index: 1;
}

@media (max-width: 767px) {
  .c10 .btn {
    width: 100%;
  }
}

.c10 .btn:after {
  background-color: #c9caca;
  content: ' ';
  height: 100%;
  left: 5px;
  position: absolute;
  top: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  z-index: -1;
}

.c10 .btn:hover:after {
  left: 15px;
  top: 15px;
}
