@charset "UTF-8";
body {
  font-family: 'Noto Sans JP', sans-serif; }

.inner880 {
  max-width: 880px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 500px) {
    .inner880 {
      width: 100%;
      padding: 0 4%; } }

.inner1000 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 820px) {
    .inner1000 {
      width: 95%; } }
  @media screen and (max-width: 500px) {
    .inner1000 {
      width: 100%;
      padding: 0 4%; } }

.wrapper {
  width: 100%; }

.tax_h2 {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 28%; }
  @media screen and (max-width: 500px) {
    .tax_h2 {
      width: 42%; } }
  .tax_h2:before {
    content: '';
    position: absolute;
    width: 61px;
    height: 32px;
    background: url("../img/h2_con.png") no-repeat;
    right: 0;
    left: 0;
    top: -100%;
    margin: 0 auto; }
    @media screen and (max-width: 500px) {
      .tax_h2:before {
        width: 50px;
        height: 26px;
        background-size: 100%;
        top: -110%; } }

.mainArea {
  width: 100%;
  margin: 0 auto;
  background: #ffca10;
  padding: 200px 0 130px;
  position: relative; }
  @media screen and (max-width: 820px) {
    .mainArea {
      padding: 210px 0 120px; } }
  @media screen and (max-width: 500px) {
    .mainArea {
      padding: 120px 0 0; } }
  .mainArea #KV {
    height: 340px;
    position: relative; }
    @media screen and (max-width: 500px) {
      .mainArea #KV {
        height: 450px; } }
    .mainArea #KV .container {
      width: 100%;
      height: 314px;
      /* 画像の高さを指定 */
      position: relative;
      background: url("../img/kv_bg.png") repeat-x;
      background-size: auto 100%;
      animation: bg-slider 23s linear reverse infinite;
      /* 23sの部分背景画像の約数だとスムーズ */ }
    .mainArea #KV:before {
      content: "";
      position: absolute;
      width: 380px;
      height: 462px;
      background: url(../img/kv_title.png) no-repeat;
      top: -52%;
      right: 0;
      left: 0;
      margin: 0 auto;
      z-index: 10; }
      @media screen and (max-width: 500px) {
        .mainArea #KV:before {
          background-size: 70%;
          background-position: center 70%;
          width: 370px;
          top: -38%; } }
    .mainArea #KV:after {
      content: "";
      position: absolute;
      width: 282px;
      height: 116px;
      background: url(../img/kv_taxi.png) no-repeat;
      bottom: 0%;
      right: 0;
      left: 55%;
      margin: 0 auto;
      z-index: 10; }
      @media screen and (max-width: 500px) {
        .mainArea #KV:after {
          background-size: 100%;
          background-position: 0% center;
          width: 180px;
          bottom: 25%;
          left: 45%; } }
  .mainArea .readArea {
    border: 3px solid #eb4e01;
    background: #fff;
    border-radius: 10px;
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 20px;
    position: absolute;
    bottom: -12%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media screen and (max-width: 820px) {
      .mainArea .readArea {
        max-width: 700px;
        bottom: -13%; } }
    @media screen and (max-width: 768px) {
      .mainArea .readArea {
        bottom: -17%; } }
    @media screen and (max-width: 768px) {
      .mainArea .readArea {
        bottom: -10% !important;
        width: 90%; } }
    .mainArea .readArea h2 {
      width: 50%;
      padding-bottom: 5px;
      position: relative;
      text-align: center; }
      @media screen and (max-width: 500px) {
        .mainArea .readArea h2 {
          width: 70%; } }
      .mainArea .readArea h2:before {
        content: "";
        position: absolute;
        background: url("../img/read_txt_icon.png") no-repeat;
        background-size: 100%;
        width: 117px;
        height: 130px;
        top: -110%;
        left: -31%; }
        @media screen and (max-width: 820px) {
          .mainArea .readArea h2:before {
            width: 107px;
            height: 116px;
            top: -110%;
            left: -20%; } }
        @media screen and (max-width: 500px) {
          .mainArea .readArea h2:before {
            width: 70px;
            height: 70px;
            top: -110%;
            left: -20%; } }
      .mainArea .readArea h2:after {
        content: "";
        position: absolute;
        background: url("../img/read_txt_icon.png") no-repeat;
        transform: scale(-1, 1);
        background-size: 100%;
        width: 117px;
        height: 130px;
        top: -110%;
        right: -31%; }
        @media screen and (max-width: 820px) {
          .mainArea .readArea h2:after {
            width: 107px;
            height: 116px;
            top: -110%;
            right: -20%; } }
        @media screen and (max-width: 500px) {
          .mainArea .readArea h2:after {
            width: 70px;
            height: 70px;
            top: -110%;
            right: -20%; } }
    .mainArea .readArea .read_txt {
      font-size: 28px;
      color: #333333;
      font-weight: bold; }
      @media screen and (max-width: 820px) {
        .mainArea .readArea .read_txt {
          font-size: 24px; } }
      @media screen and (max-width: 500px) {
        .mainArea .readArea .read_txt {
          font-size: 20px;
          text-align: center; } }
      .mainArea .readArea .read_txt .number {
        font-size: 35px;
        font-weight: bold; }
        @media screen and (max-width: 820px) {
          .mainArea .readArea .read_txt .number {
            font-size: 32px; } }
        @media screen and (max-width: 500px) {
          .mainArea .readArea .read_txt .number {
            font-size: 30px; } }

@keyframes bg-slider {
  from {
    background-position: 0 0; }
  to {
    background-position: -1500px 0; }
  /* 1518pxとは使用した背景画像の長さ */ }
#firstArea {
  padding: 10px 0 100px;
  background: #ffca10; }
  @media screen and (max-width: 500px) {
    #firstArea {
      padding: 10px 0px 50px; } }
  #firstArea .expArea {
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 820px) {
      #firstArea .expArea {
        width: 90%; } }
    #firstArea .expArea .exp_txt {
      color: #333333;
      font-size: 18px;
      font-weight: bold;
      line-height: 2.8rem;
      margin: 140px 0 0;
      font-feature-settings: "palt"; }
      @media screen and (max-width: 500px) {
        #firstArea .expArea .exp_txt {
          font-size: 16px;
          line-height: 2rem;
          margin: 110px 0 0; } }

#secondArea {
  padding: 100px 0 0; }
  @media screen and (max-width: 500px) {
    #secondArea {
      padding: 10px 0 0; } }
  #secondArea .pointArea {
    margin: 30px auto 0;
    position: relative;
    border: 3px solid #ffca10;
    border-radius: 10px;
    padding: 60px 40px 30px;
    background: #fff;
    max-width: 960px;
    width: 100%; }
    @media screen and (max-width: 820px) {
      #secondArea .pointArea {
        width: 90%; } }
    @media screen and (max-width: 500px) {
      #secondArea .pointArea {
        padding: 40px 20px 20px 20px;
        margin: 60px auto;
        width: 100%; } }
    #secondArea .pointArea .point_h {
      position: absolute;
      width: 360px;
      background: #ffca10;
      border-radius: 50px;
      padding: 5px 0;
      font-size: 28px;
      color: #eb4e01;
      font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center;
      top: -35px;
      left: 0;
      right: 0;
      margin: 0 auto; }
      @media screen and (max-width: 500px) {
        #secondArea .pointArea .point_h {
          width: 250px;
          font-size: 20px;
          padding: 7px 0 7px 15px;
          top: -25px;
          left: 0;
          right: 0;
          margin: 0 auto;
          font-weight: bold; } }
    #secondArea .pointArea .ttl {
      font-size: 23px;
      color: #eb4e01;
      border-bottom: 1px dashed #ffca10;
      font-weight: bold; }
      @media screen and (max-width: 500px) {
        #secondArea .pointArea .ttl {
          font-size: 18px; } }
      #secondArea .pointArea .ttl::before {
        content: url("../img/h2_con.png");
        display: inline-block;
        vertical-align: middle;
        transform: scale(0.7);
        padding-right: 5px; }
        @media screen and (max-width: 500px) {
          #secondArea .pointArea .ttl::before {
            transform: scale(0.5);
            padding-right: 0; } }
    #secondArea .pointArea .copy_List {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: 50px; }
      #secondArea .pointArea .copy_List:last-child {
        margin-bottom: 0; }
      #secondArea .pointArea .copy_List li {
        width: 47%;
        padding: 30px 0 30px; }
        @media screen and (max-width: 768px) {
          #secondArea .pointArea .copy_List li {
            width: 100%;
            padding: 15px 10px; } }
        #secondArea .pointArea .copy_List li .copy_txt .award {
          font-size: 18px;
          color: #333333;
          font-weight: bold; }
          @media screen and (max-width: 500px) {
            #secondArea .pointArea .copy_List li .copy_txt .award {
              font-size: 15px; } }
        #secondArea .pointArea .copy_List li .copy_txt .icon01::before {
          content: url("../img/award_icon01.png");
          vertical-align: middle;
          padding-right: 5px; }
        #secondArea .pointArea .copy_List li .copy_txt .icon02::before {
          content: url("../img/award_icon02.png");
          vertical-align: middle;
          padding-right: 5px; }
        #secondArea .pointArea .copy_List li .copy_txt .name {
          font-size: 15px;
          color: #333333;
          margin-bottom: 5px;
          font-weight: bold; }
          @media screen and (max-width: 500px) {
            #secondArea .pointArea .copy_List li .copy_txt .name {
              font-size: 14px; } }
        #secondArea .pointArea .copy_List li .copy_txt .copy {
          font-size: 22px;
          color: #eb4e01;
          font-weight: bold;
          font-feature-settings: "palt";
          padding-bottom: 15px; }
          @media screen and (max-width: 820px) {
            #secondArea .pointArea .copy_List li .copy_txt .copy {
              font-size: 18px; } }
          @media screen and (max-width: 500px) {
            #secondArea .pointArea .copy_List li .copy_txt .copy {
              font-size: 16px; } }

#deco {
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end; }
  @media screen and (max-width: 500px) {
    #deco {
      height: 50px; } }

.contact {
  background-color: #ffca10;
  color: #333333;
  padding: 30px 0; }
  @media screen and (max-width: 500px) {
    .contact {
      padding: 20px 0; } }
  .contact .contArea {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 960px) {
      .contact .contArea {
        width: 94%;
        margin: 0 3%; } }
    .contact .contArea h2 {
      color: #333333;
      font-size: 20px; }
      @media screen and (max-width: 500px) {
        .contact .contArea h2 {
          font-size: 16px; } }
    .contact .contArea p {
      color: #333333;
      font-size: 16px; }
      @media screen and (max-width: 500px) {
        .contact .contArea p {
          font-size: 14px;
          line-height: 1.5; } }
    .contact .contArea a {
      color: #333333; }

.footer {
  text-align: center;
  padding: 15px 0;
  color: #eb4e01; }
