.pc-br {
  display: block; }

@media screen and (max-width: 767px) {
  .pc-br {
    display: none; } }
.sp-br {
  display: none; }

@media screen and (max-width: 767px) {
  .sp-br {
    display: block; } }
header {
  background-color: transparent;
  transition: all .2s; }
  header:hover {
    background-color: #313131;
    transition: all .2s; }

.header-bgc {
  background-color: #313131; }

.shadow {
  text-shadow: 0 0 2px black; }

.main-visual-top {
  position: relative;
  height: 940px;
  background-image: url(../img/top/main01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white; }
  .main-visual-top .container {
    position: relative;
    font-family: Yu Mincho, YuMincho; }
    .main-visual-top .container img {
      position: absolute;
      top: 280px;
      left: 50%;
      animation: zero-1 1s 1s both, zero-2 2s both; }
    .main-visual-top .container .catch {
      position: absolute;
      top: 310px;
      left: 50%;
      transform: translateX(-300px);
      white-space: nowrap;
      font-size: 66px;
      font-weight: bold;
      text-shadow: 0 1px 3px #323232;
      animation: fadeIn 1s 1.5s both; }
    .main-visual-top .container h1 {
      position: absolute;
      top: 395px;
      left: 50%;
      transform: translateX(-295px);
      font-size: 27px;
      text-align: center;
      white-space: nowrap;
      text-shadow: 0 1px 1px #323232;
      animation: fadeIn 1s 1.5s both; }
  .main-visual-top p {
    position: absolute;
    top: 480px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
    text-shadow: 0 1px 1px #323232;
    animation: fadeIn 1s 2s both; }
  .main-visual-top .stripe {
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 295px);
    width: 750px;
    height: 1px;
    background-color: white;
    animation: stripe 7s linear infinite; }
  .main-visual-top .scroll {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 145px; }
    .main-visual-top .scroll:before {
      content: '';
      position: absolute;
      bottom: 60px;
      left: 50%;
      width: 20px;
      height: 20px;
      border-bottom: 2px solid white;
      border-left: 2px solid white;
      margin: 0 0 0 -10px;
      animation: sdb01 3s infinite; }
    .main-visual-top .scroll:after {
      content: '';
      position: absolute;
      bottom: 53px;
      left: 50%;
      transform: translateX(-50%);
      width: 2px;
      height: 50px;
      background-color: white;
      animation: sdb02 3s infinite; }

@keyframes zero-1 {
  0% {
    transform: translateX(-50%); }
  100% {
    transform: translateX(-440px); } }
@keyframes zero-2 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes stripe {
  0% {
    transform: scaleX(0);
    transform-origin: left; }
  30% {
    transform: scaleX(0);
    transform-origin: left; }
  35% {
    transform: scaleX(1);
    transform-origin: left; }
  35.1% {
    transform: scaleX(1);
    transform-origin: right; }
  40% {
    transform: scaleX(0);
    transform-origin: right; }
  100% {
    transform: scaleX(0);
    transform-origin: right; } }
@keyframes sdb01 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0; } }
@keyframes sdb02 {
  0% {
    transform: translate(-50%, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: translate(-50%, 20px);
    opacity: 0; } }
@media screen and (max-width: 767px) {
  .main-visual-top {
    height: 580px; }
    .main-visual-top .container img {
      top: 145px;
      transform: translateX(-50%);
      width: 55px;
      animation: none; }
    .main-visual-top .container .catch {
      top: 260px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 32px;
      text-align: center;
      animation: none; }
    .main-visual-top .container h1 {
      top: 315px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 16px;
      text-align: center;
      animation: none; }
    .main-visual-top p {
      top: 360px;
      font-size: 12px;
      text-align: left;
      animation: none; }
    .main-visual-top .stripe {
      display: none; }
    .main-visual-top .scroll {
      display: none; } }
@media screen and (max-width: 499px) {
  .main-visual-top {
    height: 520px; }
    .main-visual-top .container {
      width: 100%;
      height: 390px;
      background-color: rgba(0, 0, 0, 0.1); }
      .main-visual-top .container img {
        top: 115px;
        width: 40px; }
      .main-visual-top .container .catch {
        top: 210px;
        font-size: 23px; }
      .main-visual-top .container h1 {
        display: block;
        width: 100%;
        padding: 0 10px;
        top: 260px;
        font-size: 14px;
        white-space: normal;
        text-align: left; }
    .main-visual-top p {
      display: block;
      width: 100%;
      padding: 0 10px;
      top: 310px;
      font-size: 12px;
      white-space: normal;
      text-align: left; }
      .main-visual-top p .sp-br {
        display: none; } }
@media all and (-ms-high-contrast: none) {
  .main-visual-top .scroll {
    display: none; } }
.news {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  width: 100%;
  min-width: 1120px;
  height: 108px;
  bottom: 0;
  background-color: rgba(32, 179, 120, 0.9); }
  .news ul {
    flex-grow: 1; }
    .news ul li {
      position: relative; }
      .news ul li:hover:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 1;
        pointer-events: none; }
      .news ul li:nth-of-type(1) {
        border-bottom: 1px solid #346b25; }
      .news ul li a {
        color: white;
        display: flex;
        align-items: center; }
        .news ul li a time {
          padding: 20px 15px 20px 20px;
          font-size: 14px; }
        .news ul li a .new {
          padding: 4px 20px;
          border: 2px solid white;
          margin: 0 20px 0 0;
          font-size: 12px; }
        .news ul li a h1 {
          font-weight: normal;
          font-size: 14px; }
      .news ul li .no-post {
        padding: 20px 15px 20px 20px;
        font-weight: normal;
        font-size: 14px; }
  .news .archive {
    flex-basis: 140px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    .news .archive a {
      color: white;
      display: block;
      width: 140px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      border-left: 1px solid #346b25; }
      .news .archive a:hover:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 1;
        pointer-events: none; }
      .news .archive a .span-01 {
        font-size: 20px;
        line-height: 1.5; }
      .news .archive a .span-02 {
        font-size: 13px;
        line-height: 1.5; }

@media screen and (max-width: 767px) {
  .news {
    display: block;
    min-width: auto;
    height: 98px; }
    .news ul li {
      width: 80%;
      height: 49px; }
      .news ul li:hover:before {
        display: none; }
      .news ul li a {
        height: 49px; }
        .news ul li a time {
          font-size: 13px;
          padding: 20px 10px; }
        .news ul li a .new {
          width: 80%;
          display: none; }
        .news ul li a h1 {
          font-size: 13px;
          padding: 0 5px 0 0; }
    .news .archive {
      width: 20%; }
      .news .archive a {
        width: 20%;
        right: 0; }
        .news .archive a:hover:before {
          display: none; }
        .news .archive a .span-01 {
          font-size: 16px; }
        .news .archive a .sp-br {
          display: none; } }
@media screen and (max-width: 499px) {
  .news {
    height: 88px; }
    .news ul li {
      height: 44px; }
      .news ul li a {
        height: 44px; }
        .news ul li a time {
          font-size: 12px; }
        .news ul li a h1 {
          font-size: 12px; }
    .news .archive a .span-01 {
      display: none; }
    .news .archive a .span-01 {
      font-size: 12px; }
    .news .archive a .sp-br {
      display: block; } }
.main-service {
  background-image: url(../img/top/top01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden; }
  .main-service .container {
    display: flex;
    justify-content: center;
    color: white; }
    .main-service .container .box {
      width: 600px;
      margin: 60px 150px 0; }
      .main-service .container .box .h2-front {
        margin: 20px 0;
        font-size: 28px;
        text-align: center; }
        .main-service .container .box .h2-front:after {
          content: none; }
      .main-service .container .box p {
        height: 75px;
        margin: 0 0 30px; }
      .main-service .container .box .btn {
        position: relative;
        width: 315px;
        text-align: center;
        margin: 0 auto 60px; }
        .main-service .container .box .btn:before {
          content: "";
          position: absolute;
          width: 0;
          height: 100%;
          top: 0;
          left: 0;
          background: white;
          transition: all .2s; }
        .main-service .container .box .btn:after {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          right: 20px;
          margin: auto 0;
          width: 10px;
          height: 10px;
          border-right: solid 2px white;
          border-top: solid 2px white;
          transform: rotate(45deg);
          transition: all .2s; }
        .main-service .container .box .btn:hover:before {
          content: "";
          position: absolute;
          width: 0;
          height: 100%;
          top: 0;
          left: 0;
          background: white;
          transition: all .2s; }
        .main-service .container .box .btn:hover:after {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          right: 20px;
          margin: auto 0;
          width: 10px;
          height: 10px;
          border-right: solid 2px white;
          border-top: solid 2px white;
          transform: rotate(45deg);
          transition: all .2s; }
        .main-service .container .box .btn a {
          display: block;
          padding: 20px 0;
          color: white;
          font-size: 18px;
          font-weight: bold;
          border: 2px solid white;
          transition: all .2s; }

@media screen and (max-width: 1799px) {
  .main-service .container .box {
    margin: 60px 100px 0; } }
@media screen and (max-width: 1599px) {
  .main-service .container .box {
    margin: 60px 50px 0; } }
@media screen and (max-width: 1399px) {
  .main-service .container .box {
    width: 515px;
    margin: 60px 25px 0; }
    .main-service .container .box img {
      width: 515px; }
    .main-service .container .box p {
      height: 100px; }
    .main-service .container .box .btn {
      width: 265px; } }
@media screen and (max-width: 767px) {
  .main-service {
    background-image: none; }
    .main-service .container {
      display: block; }
      .main-service .container .box {
        width: 100%;
        margin: 0;
        padding: 30px 0 45px;
        text-align: center; }
        .main-service .container .box:nth-of-type(1) {
          background-image: url(../img/top/top04.jpg);
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat; }
        .main-service .container .box:nth-of-type(2) {
          background-image: url(../img/top/top05.jpg);
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat; }
        .main-service .container .box img {
          width: 80%; }
        .main-service .container .box .left {
          margin: 0 auto 20px; }
        .main-service .container .box .h2-front {
          margin: 20px 0 10px;
          font-size: 20px;
          letter-spacing: 1px; }
          .main-service .container .box .h2-front:after {
            content: none; }
        .main-service .container .box p {
          width: 80%;
          margin: 0 auto 20px;
          font-size: 14px; }
        .main-service .container .box .btn {
          margin: 0 auto; }
          .main-service .container .box .btn:hover:before {
            width: 0%; }
          .main-service .container .box .btn:hover:after {
            border-right: solid 2px white;
            border-top: solid 2px white; }
          .main-service .container .box .btn a {
            font-size: 14px;
            padding: 15px 0; }
            .main-service .container .box .btn a:hover {
              color: white; } }
@media screen and (max-width: 499px) {
  .main-service .container .box p {
    height: 125px; } }
@media screen and (max-width: 414px) {
  .main-service .container .box img {
    width: 90%; }
  .main-service .container .box p {
    width: 90%;
    font-size: 13px; } }
.factory {
  overflow: hidden;
  background-color: #f4f4f4; }
  .factory .h2-front {
    font-size: 32px;
    line-height: 1.7;
    margin: 0 0 40px;
    padding: 60px 0 0;
    text-align: center; }
    .factory .h2-front:after {
      content: none; }
    .factory .h2-front span {
      font-size: 32px;
      color: #0ba16d; }
  .factory .container {
    display: flex;
    justify-content: center; }
    .factory .container .box {
      position: relative;
      margin: 0 20px;
      text-align: center; }
      .factory .container .box div {
        overflow: hidden; }
        .factory .container .box div a {
          display: block;
          height: 250px;
          transition: all .2s; }
          .factory .container .box div a:hover {
            transform: scale(1.05); }
          .factory .container .box div a:hover:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.2);
            z-index: 1;
            pointer-events: none;
            height: 250px; }
          .factory .container .box div a img {
            width: 540px;
            height: 250px; }
      .factory .container .box h3 {
        font-size: 24px;
        margin: 20px 0 10px; }
      .factory .container .box p {
        margin: 0 0 60px;
        text-align: center; }

@media screen and (max-width: 767px) {
  .factory .h2-front {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0 20px;
    line-height: 1.2;
    font-size: 20px;
    text-align: left; }
    .factory .h2-front:after {
      content: none; }
    .factory .h2-front span {
      font-size: 20px; }
  .factory .container {
    display: block; }
    .factory .container .box {
      margin: 0; }
      .factory .container .box div a {
        height: auto; }
        .factory .container .box div a:hover {
          transform: none; }
        .factory .container .box div a:hover:before {
          content: none; }
        .factory .container .box div a img {
          width: 80%;
          height: auto; }
      .factory .container .box h3 {
        font-size: 20px;
        margin: 20px 0 10px; }
      .factory .container .box p {
        font-size: 14px;
        margin: 0 0 45px; } }
@media screen and (max-width: 414px) {
  .factory .container .box div a img {
    width: 90%; } }
.service .sub-heading {
  font-family: 'Poppins', sans-serif;
  margin: 60px 0 15px 0;
  font-size: 56px;
  font-weight: bold;
  text-align: center; }
  .service .sub-heading span {
    font-size: 56px;
    color: #0ba16d; }
.service .h2-front {
  margin: 0 0 30px;
  font-size: 18px;
  text-align: center; }
  .service .h2-front:after {
    content: none; }
.service .container {
  width: 1120px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .service .container .box {
    width: 370px;
    margin: 0 0 5px 0;
    position: relative;
    overflow: hidden; }
    .service .container .box a {
      position: relative;
      display: block;
      height: 250px;
      transition: all .2s; }
      .service .container .box a:hover {
        transform: scale(1.05); }
      .service .container .box a:hover:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 1;
        pointer-events: none;
        height: 250px; }
      .service .container .box a img {
        width: 370px;
        height: 250px; }
    .service .container .box h3 {
      position: absolute;
      left: 5px;
      bottom: 5px;
      padding: 10px 20px;
      background-color: white;
      pointer-events: none; }

@media screen and (max-width: 767px) {
  .service .sub-heading {
    font-size: 36px;
    margin: 30px 0 15px 0; }
    .service .sub-heading span {
      font-size: 36px; }
  .service .h2-front {
    font-size: 14px;
    margin: 0 0 20px; }
    .service .h2-front:after {
      content: none; }
  .service .container {
    width: 100%;
    margin: 0 auto 45px; }
    .service .container .box {
      width: 48%;
      margin: 1%; }
      .service .container .box a {
        width: 100%;
        height: auto; }
        .service .container .box a:hover {
          transform: none; }
        .service .container .box a:hover:before {
          content: none; }
        .service .container .box a img {
          width: 100%;
          height: auto; }
      .service .container .box h3 {
        font-size: 14px;
        padding: 5px 10px; } }
@media screen and (max-width: 414px) {
  .service .container .box h3 {
    font-size: 12px; } }
.concept .container01 {
  display: flex;
  justify-content: center; }
  .concept .container01 .box-left {
    display: flex;
    justify-content: flex-end;
    width: 50%;
    background-color: #f4f4f4; }
    .concept .container01 .box-left .container02 {
      width: 560px; }
      .concept .container01 .box-left .container02 .sub-heading {
        font-family: 'Poppins', sans-serif;
        display: inline-block;
        margin: 60px 0 0 0;
        font-size: 56px;
        font-weight: bold;
        text-align: center; }
        .concept .container01 .box-left .container02 .sub-heading span {
          font-size: 56px;
          color: #0ba16d; }
      .concept .container01 .box-left .container02 .h2-front {
        display: inline-block;
        margin: 0 0 30px 20px;
        font-size: 18px;
        text-align: center; }
        .concept .container01 .box-left .container02 .h2-front:after {
          content: none; }
      .concept .container01 .box-left .container02 p {
        padding: 0 30px 20px 0;
        font-size: 15px; }
        .concept .container01 .box-left .container02 p:last-child {
          padding: 0 30px 60px 0; }
  .concept .container01 .box-right {
    width: 50%;
    background-image: url(../img/top/concept01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }

@media screen and (max-width: 767px) {
  .concept .container01 {
    display: block;
    background-image: url(../img/top/concept01.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat; }
    .concept .container01 .box-left {
      display: block;
      padding: 30px 0 45px;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.3); }
      .concept .container01 .box-left .container02 {
        width: 100%;
        margin: 0 auto;
        text-align: center; }
        .concept .container01 .box-left .container02 .sub-heading {
          display: block;
          margin: 0px 0 15px;
          font-size: 36px;
          color: white; }
          .concept .container01 .box-left .container02 .sub-heading span {
            font-size: 36px; }
        .concept .container01 .box-left .container02 .h2-front {
          margin: 0 0 20px 0;
          color: white;
          font-size: 14px; }
          .concept .container01 .box-left .container02 .h2-front:after {
            content: none; }
        .concept .container01 .box-left .container02 p {
          width: 90%;
          margin: 0 auto;
          font-size: 14px;
          color: white;
          padding: 0 0 20px; }
          .concept .container01 .box-left .container02 p:last-child {
            padding: 0; }
    .concept .container01 .box-right {
      display: none; } }
.area {
  height: 635px;
  background-image: url(../img/top/area01.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .area .container01 {
    width: 1120px;
    margin: 0 auto; }
    .area .container01 .container02 {
      width: 675px; }
      .area .container01 .container02 .sub-heading {
        font-family: 'Poppins', sans-serif;
        margin: 0 0 15px 0;
        padding: 60px 0 0 0;
        font-size: 56px;
        font-weight: bold;
        text-align: center; }
        .area .container01 .container02 .sub-heading span {
          font-size: 56px;
          color: #0ba16d; }
      .area .container01 .container02 .h2-front {
        font-size: 18px;
        text-align: center;
        margin: 0 0 30px 0; }
        .area .container01 .container02 .h2-front:after {
          content: none; }
      .area .container01 .container02 h3 {
        font-size: 24px;
        margin: 0 0 15px 0; }
      .area .container01 .container02 p {
        font-size: 15px;
        padding: 0 0 330px 0; }

@media screen and (max-width: 767px) {
  .area {
    height: auto;
    background-image: url(../img/top/area02.jpg); }
    .area .container01 {
      width: 100%;
      padding: 0 0 45px;
      background-color: rgba(255, 255, 255, 0.6); }
      .area .container01 .container02 {
        width: 100%; }
        .area .container01 .container02 .sub-heading {
          margin: 0 0 15px 0;
          padding: 30px 0 0;
          font-size: 36px; }
          .area .container01 .container02 .sub-heading span {
            font-size: 36px; }
        .area .container01 .container02 .h2-front {
          font-size: 14px; }
          .area .container01 .container02 .h2-front:after {
            content: none; }
        .area .container01 .container02 h3 {
          display: block;
          width: 80%;
          margin: 0 auto 20px;
          font-size: 20px; }
        .area .container01 .container02 p {
          width: 90%;
          margin: 0 auto;
          font-size: 14px;
          padding: 0; } }
@media screen and (max-width: 767px) {
  iframe {
    height: 300px; } }
.access {
  background-color: #f4f4f4;
  padding: 0 0 30px; }
  .access .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1120px;
    margin: 0 auto 30px;
    padding: 60px 0 0 0; }
    .access .container .box img {
      width: 540px;
      height: 250px; }
    .access .container .box .h2-front {
      color: #0ba16d;
      font-size: 20px;
      font-weight: bold;
      margin: 15px 0 10px; }
      .access .container .box .h2-front:after {
        content: none; }
    .access .container .box p {
      font-size: 15px;
      font-weight: bold;
      margin: 0 0 10px 0; }
    .access .container .box .contact {
      display: inline-block;
      font-size: 18px;
      font-weight: bold;
      font-family: 'Roboto', sans-serif;
      margin: 0 0 30px 0; }
    .access .container .box .tel {
      margin: 0 15px 0 0; }
  .access .btn {
    position: relative;
    width: 360px;
    margin: 0 auto 60px;
    text-align: center;
    background-color: #20b378;
    position: relative; }
    .access .btn span {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 20px; }

@media screen and (max-width: 767px) {
  .access {
    padding: 0 0 45px; }
    .access .container {
      display: block;
      width: 100%;
      margin: 0 auto 15px;
      padding: 30px 0 0; }
      .access .container .box {
        width: 80%;
        margin: 0 auto; }
        .access .container .box img {
          width: 100%;
          height: auto; }
        .access .container .box .h2-front {
          font-size: 18px; }
          .access .container .box .h2-front:after {
            content: none; }
        .access .container .box p {
          font-size: 13px; }
        .access .container .box .contact {
          font-size: 16px; }
    .access .btn {
      position: relative;
      width: 265px;
      margin: 0 auto;
      text-align: center;
      background-color: #20b378; }
      .access .btn:hover:before {
        content: none; }
      .access .btn a {
        padding: 15px 0;
        font-size: 14px; } }
@media screen and (max-width: 414px) {
  .access .container .box {
    width: 90%; } }
.banner {
  width: 1120px;
  margin: 60px auto; }
  .banner .container01 {
    display: flex;
    justify-content: space-between; }
    .banner .container01 .box {
      position: relative;
      display: flex;
      align-items: center;
      width: 540px;
      height: 140px;
      color: white; }
      .banner .container01 .box:hover:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 1;
        pointer-events: none; }
      .banner .container01 .box .image {
        width: 200px;
        height: 140px; }
      .banner .container01 .box .container02 {
        width: 340px; }
        .banner .container01 .box .container02 .container03 {
          display: flex;
          justify-content: center;
          align-items: center; }
          .banner .container01 .box .container02 .container03 .logo {
            margin: 0 0 10px 0; }
          .banner .container01 .box .container02 .container03 .h2-front {
            font-size: 24px;
            letter-spacing: 3px;
            margin: 0 0 5px 15px; }
            .banner .container01 .box .container02 .container03 .h2-front:after {
              content: none; }
        .banner .container01 .box .container02 .sub-heading {
          text-align: center; }
    .banner .container01 .box01 {
      background-color: #002d7d; }
    .banner .container01 .box02 {
      background-color: #ff0000; }

@media screen and (max-width: 767px) {
  .banner {
    width: 100%;
    margin: 20px auto; }
    .banner .container01 {
      display: block; }
      .banner .container01 .box {
        width: 80%;
        margin: 0 auto 10px;
        height: auto; }
        .banner .container01 .box:hover:before {
          content: none; }
        .banner .container01 .box .image {
          width: 37%;
          height: auto; }
        .banner .container01 .box .container02 {
          width: 63%; }
          .banner .container01 .box .container02 .container03 .h2-front {
            font-size: 18px;
            letter-spacing: 1px; }
            .banner .container01 .box .container02 .container03 .h2-front:after {
              content: none; }
          .banner .container01 .box .container02 .sub-heading {
            font-size: 14px; } }
@media screen and (max-width: 499px) {
  .banner .container01 .box {
    width: 265px;
    padding: 5px 0; }
    .banner .container01 .box .image {
      width: 0; }
    .banner .container01 .box .container02 {
      width: 100%; }
      .banner .container01 .box .container02 .container03 .logo {
        width: 28px;
        height: auto;
        margin: 0;
        backface-visibility: hidden; }
      .banner .container01 .box .container02 .container03 .h2-front {
        font-size: 16px;
        margin: 0 0 0 15px; }
        .banner .container01 .box .container02 .container03 .h2-front:after {
          content: none; }
    .banner .container01 .box .sub-heading {
      display: none; } }
