/*--------------------------------------------------------------
# Function
--------------------------------------------------------------*/
/* ---------------------------
 #Animetion
--------------------------- */
/* ---------------------------
 #home-main
--------------------------- */
#home-main {
  background: url(../images/home/main-bg.png) center bottom repeat-x;
  padding: 50px 0;
  margin: 0 auto; }
  #home-main .sec-content {
    width: 1280px;
    max-width: 90%;
    margin: 0 auto; }
    #home-main .sec-content .main-txt .site-ttl {
      margin: 0 auto;
      padding: 0; }
      #home-main .sec-content .main-txt .site-ttl .copy {
        display: block;
        font-size: 24px;
        margin: 0 auto 20px auto; }
      #home-main .sec-content .main-txt .site-ttl .sub {
        display: block;
        font-size: 18px;
        margin: 0 auto;
        line-height: 1;
        letter-spacing: 3px; }
      #home-main .sec-content .main-txt .site-ttl .ttl {
        display: block;
        font-size: 40px;
        letter-spacing: 6px; }
    #home-main .sec-content .main-txt .description {
      font-size: 11px;
      text-align: center;
      margin: 10px auto;
      display: flex;
      justify-content: center;
      align-items: center; }
      #home-main .sec-content .main-txt .description .icon-l, #home-main .sec-content .main-txt .description .icon-r {
        width: 30px; }
    @media only screen and (min-width: 768px) {
      #home-main .sec-content {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        #home-main .sec-content .main-txt {
          width: 50%;
          max-width: 560px; }
          #home-main .sec-content .main-txt .site-ttl {
            margin: 0 auto 30px auto; }
            #home-main .sec-content .main-txt .site-ttl .copy {
              font-size: 28px;
              text-align: left; }
            #home-main .sec-content .main-txt .site-ttl .sub {
              font-size: 24px;
              text-align: left; }
            #home-main .sec-content .main-txt .site-ttl .ttl {
              font-size: 80px;
              text-align: justify;
              letter-spacing: 3px;
              line-height: 1.2;
              white-space: nowrap; }
          #home-main .sec-content .main-txt .description {
            font-size: 18px;
            justify-content: flex-start; }
          #home-main .sec-content .main-txt .btn.sec-btn {
            text-align: left; }
            #home-main .sec-content .main-txt .btn.sec-btn a {
              margin: 0 auto 0 0; }
        #home-main .sec-content .main-img {
          width: 50%; } }
    @media only screen and (min-width: 992px) {
      #home-main .sec-content .main-txt .site-ttl .copy {
        font-size: 35px; }
      #home-main .sec-content .main-txt .site-ttl .sub {
        font-size: 24px; }
      #home-main .sec-content .main-txt .site-ttl .ttl {
        font-size: 100px;
        letter-spacing: 12px; }
      #home-main .sec-content .main-txt .description {
        font-size: 24px; }
        #home-main .sec-content .main-txt .description .icon-l, #home-main .sec-content .main-txt .description .icon-r {
          width: 45px; } }
    @media only screen and (min-width: 1200px) {
      #home-main .sec-content .main-txt .site-ttl .copy {
        font-size: 45px; }
      #home-main .sec-content .main-txt .site-ttl .sub {
        font-size: 30px; }
      #home-main .sec-content .main-txt .site-ttl .ttl {
        font-size: 120px; }
      #home-main .sec-content .main-txt .description {
        font-size: 24px; }
        #home-main .sec-content .main-txt .description .icon-l, #home-main .sec-content .main-txt .description .icon-r {
          width: 45px; } }

/* ---------------------------
 #home-sec
--------------------------- */
.home-sec {
  position: relative;
  padding: 60px 0 90px 0;
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 500ms; }
  .home-sec.scrollin {
    opacity: 1;
    transform: translate(0, 0); }
  @media only screen and (max-width: 991px) {
    .home-sec {
      padding: 40px 0; } }
  .home-sec .sec-header {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    margin-bottom: 4rem; }
    .home-sec .sec-header h2 {
      font-size: 40px;
      line-height: 2;
      font-weight: 900;
      margin: 0 0 25px 0; }
      @media only screen and (max-width: 991px) {
        .home-sec .sec-header h2 {
          font-size: 18px;
          line-height: 1.4; } }
    .home-sec .sec-header p {
      font-size: 1.1rem;
      font-weight: 700; }
      @media only screen and (max-width: 991px) {
        .home-sec .sec-header p {
          font-size: 1rem; } }
  .home-sec .sec-content {
    position: relative; }
  .home-sec .sec-description {
    margin-bottom: 40px;
    font-size: 18px;
    text-align: center; }
    @media only screen and (max-width: 991px) {
      .home-sec .sec-description {
        font-size: 16px;
        text-align: left; } }

.btn.sec-btn {
  text-align: center;
  margin: 25px auto 0 auto; }
  .btn.sec-btn a {
    display: block;
    margin: 0 auto;
    width: 500px;
    max-width: 90%;
    color: #fff;
    font-size: 24px;
    border-radius: 50rem;
    position: relative; }
    .btn.sec-btn a:after {
      font-family: FontAwesome;
      color: #fce341;
      content: "\f0a9";
      vertical-align: baseline;
      padding-left: 20px;
      font-size: 27px;
      position: absolute;
      right: 10%; }
    @media only screen and (max-width: 991px) {
      .btn.sec-btn a {
        font-size: 1.3rem; }
        .btn.sec-btn a:after {
          font-size: 20px; } }

/* ---------------------------
 #issue
--------------------------- */
.issue-bg-gray {
  background: #f2f2f2;
  position: relative;
  top: -2px; }

#issue {
  background: #f2f2f2; }
  #issue .sec-header {
    width: 900px;
    max-width: 90%;
    margin: 0 auto; }
  #issue .sec-content {
    width: 1140px;
    max-width: 90%;
    margin: 0 auto; }
    #issue .sec-content .issue-box {
      width: 900px;
      max-width: 90%;
      margin: 0 auto;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 0 5px #a8a8a8;
      padding: 15px; }
      #issue .sec-content .issue-box .issue-list {
        margin: 0;
        padding: 0; }
        #issue .sec-content .issue-box .issue-list li {
          list-style: none;
          margin: 0;
          padding: 10px 0 10px 30px;
          background: url(../images/home/sec01-icon.png) left 15px no-repeat;
          background-size: 20px;
          text-align: left;
          font-size: 16px; }
      #issue .sec-content .issue-box .issue-img {
        position: absolute;
        right: 0;
        bottom: -20px; }
    @media only screen and (min-width: 768px) {
      #issue .sec-content .issue-box {
        padding: 30px 50px; }
        #issue .sec-content .issue-box .issue-list li {
          font-size: 20px; } }
    @media only screen and (max-width: 1199px) {
      #issue .sec-content .issue-img img {
        width: 150px; } }
    @media only screen and (max-width: 767px) {
      #issue .sec-content {
        padding-bottom: 100px; }
        #issue .sec-content .issue-img {
          left: 0;
          width: 100%;
          text-align: center; }
          #issue .sec-content .issue-img img {
            width: 100px; } }

/* ---------------------------
 #About
--------------------------- */
#about .sec-header {
  width: 1140px;
  max-width: 90%;
  margin: 0 auto; }

#about .sec-content {
  width: 900px;
  max-width: 90%;
  margin: 0 auto; }
  #about .sec-content .about-img01 {
    margin: 30px auto; }
  #about .sec-content .about-img02 {
    margin: 30px auto; }
    #about .sec-content .about-img02 .img-item {
      border-radius: 20px;
      box-shadow: 0 0 5px #a8a8a8;
      margin: 15px;
      padding: 20px;
      text-align: center; }
      #about .sec-content .about-img02 .img-item .item-ttl {
        margin: 0 auto 10px auto;
        font-size: 18px; }
      #about .sec-content .about-img02 .img-item .item-txt {
        font-size: 14px; }
  @media only screen and (min-width: 768px) {
    #about .sec-content .about-img02 {
      display: flex;
      justify-content: space-between;
      align-items: stretch; }
      #about .sec-content .about-img02 .img-item {
        width: 33%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #about .sec-content .about-img02 .img-item {
      padding: 10px; }
      #about .sec-content .about-img02 .img-item br {
        display: none; } }

/* ---------------------------
 #service
--------------------------- */
#service {
  background: #fbffca; }
  #service .sec-header {
    width: 1140px;
    max-width: 90%;
    margin: 0 auto; }
  #service .sec-content {
    width: 900px;
    max-width: 90%;
    margin: 0 auto; }
  #service .service-box {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 5px #a8a8a8;
    margin: 20px auto; }
    #service .service-box .box-l {
      background: #fce341;
      padding: 10px; }
    #service .service-box .box-r {
      padding: 20px 20px 5px 20px; }
    #service .service-box .service-ttl {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin: 0 auto;
      text-align: left;
      font-size: 20px; }
    #service .service-box .service-description {
      text-align: left;
      margin: 0 0 20px 0; }
    #service .service-box .service-list {
      text-align: left;
      padding: 0;
      margin: 0 0 20px 0; }
      #service .service-box .service-list dt {
        margin: 0 0 10px 0;
        padding: 2px 5px;
        background: #f7c006;
        width: 100px;
        border-radius: 10px;
        text-align: center; }
      #service .service-box .service-list dd {
        padding: 0;
        margin: 0; }
      #service .service-box .service-list.service-list-noflex dt {
        width: 240px; }
      #service .service-box .service-list.service-list-noflex dd {
        font-size: 14px; }
  #service .service-more span {
    display: block;
    text-align: center;
    color: #666666;
    font-size: 10px; }
  #service .service-etc {
    border-radius: 10px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border: 3px solid #f7c006;
    font-size: 16px; }
  #service .service-note {
    font-size: 12px;
    text-align: left; }
  @media only screen and (min-width: 768px) {
    #service .service-box {
      display: flex; }
      #service .service-box .box-l {
        width: 33%;
        min-width: 33%; }
      #service .service-box .box-r {
        padding: 20px 20px 0px 20px; }
      #service .service-box .service-ttl {
        height: 100%;
        margin: auto; }
      #service .service-box .service-list {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start; }
        #service .service-box .service-list dt {
          margin: 0 20px 0 0; }
        #service .service-box .service-list.service-list-noflex {
          display: block; }
          #service .service-box .service-list.service-list-noflex dt {
            margin: 0 0 10px 0; }
    #service .service-etc {
      font-size: 20px; } }

/* ---------------------------
 #flow
--------------------------- */
#flow .sec-header {
  width: 1140px;
  max-width: 90%;
  margin: 0 auto; }

#flow .sec-content {
  width: 900px;
  max-width: 90%;
  margin: 0 auto; }

#flow .flow-box .flow-item {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 5px #a8a8a8;
  margin: 10px;
  padding: 20px; }
  #flow .flow-box .flow-item .item-txt {
    text-align: left; }

@media only screen and (min-width: 768px) {
  #flow .flow-box {
    display: flex;
    justify-content: space-around;
    align-items: stretch; }
    #flow .flow-box .flow-item {
      width: 30%; }
    #flow .flow-box .flow-arrow {
      position: relative;
      top: 0;
      bottom: 0;
      margin: auto; } }

@media only screen and (max-width: 767px) {
  #flow .flow-box .flow-arrow {
    transform: rotate(90deg); } }

/* ---------------------------
 #achievement
--------------------------- */
#achievement {
  background: #fbffca; }
  #achievement .sec-header {
    width: 1140px;
    max-width: 90%;
    margin: 0 auto; }
  #achievement .sec-content {
    text-align: left;
    background: url(../images/home/sec05-img.png) right top no-repeat; }
  #achievement .achievement01 {
    width: 900px;
    max-width: 90%;
    margin: 0 auto; }
    #achievement .achievement01 .achievement-ttl {
      margin-bottom: 40px;
      font-size: 24px;
      text-align: left; }
  @media only screen and (max-width: 991px) {
    #achievement .sec-content {
      background-position: right bottom;
      background-size: 350px;
      padding-bottom: 200px; }
    #achievement .achievement01 .achievement-ttl {
      font-size: 20px; } }
  @media only screen and (min-width: 992px) {
    #achievement .sec-content {
      background-size: 500px;
      min-height: 300px; }
    #achievement .achievement-txt {
      width: 50%;
      margin: 20px auto 20px 0; } }
  @media only screen and (min-width: 1200px) {
    #achievement .achievement-txt {
      width: 60%; } }
  @media only screen and (min-width: 1400px) {
    #achievement .achievement-txt {
      width: 70%; } }
  @media only screen and (min-width: 1600px) {
    #achievement .sec-content {
      background-size: 550px;
      min-height: 300px; }
    #achievement .achievement-txt {
      width: 78%; } }
  @media only screen and (min-width: 1800px) {
    #achievement .sec-content {
      background-size: 580px;
      min-height: 300px; }
    #achievement .achievement-txt {
      width: 90%; } }

/* ---------------------------
 #Case
--------------------------- */
#case .sec-header {
  width: 1140px;
  max-width: 90%;
  margin: 0 auto; }

#case .sec-content a {
  text-decoration: none; }
  #case .sec-content a:hover .case-voice .voice-txt p.more {
    text-decoration: underline;
    transition: 0.2s; }

#case .case-box {
  width: 1500px;
  max-width: 90%;
  margin: 20px auto;
  padding: 0 0 30px 0;
  background: #fce341;
  border-radius: 50rem; }

#case .case-ttl {
  background: #f7c006;
  display: inline-block;
  margin: 0 auto 30px auto;
  padding: 10px 50px;
  font-size: 24px;
  border-radius: 0 0 20rem  20rem; }

#case .case-voice {
  width: 900px;
  max-width: 90%;
  margin: 0 auto;
  margin: 20px auto; }
  #case .case-voice .voice-txt {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #f7c006;
    padding: 20px;
    position: relative; }
    #case .case-voice .voice-txt p {
      margin: 0 0 10px 0;
      line-height: 1.8;
      text-align: left; }
      #case .case-voice .voice-txt p strong {
        background: #fce341; }
      #case .case-voice .voice-txt p.more {
        text-align: right;
        color: #0087ba;
        font-size: 14px;
        margin: 0 auto 0 0; }
    #case .case-voice .voice-txt:before {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      right: 0;
      left: 0;
      top: auto;
      bottom: -20px;
      margin: auto;
      z-index: 1;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 20px solid #fff;
      border-bottom: none; }
    #case .case-voice .voice-txt:after {
      content: '';
      display: block;
      width: 22px;
      height: 22px;
      position: absolute;
      right: 0;
      left: 0;
      top: auto;
      bottom: -23px;
      margin: auto;
      z-index: 0;
      border-left: 11px solid transparent;
      border-right: 11px solid transparent;
      border-top: 22px solid rgba(247, 192, 6, 0.75);
      border-bottom: none; }
  #case .case-voice .voice-img {
    text-align: center;
    margin: 30px auto; }

@media only screen and (min-width: 768px) {
  #case .case-box .case-voice a {
    display: flex;
    justify-content: center;
    align-items: center; }
  #case .case-box .case-voice.case-voice01 a {
    flex-direction: row-reverse; }
  #case .case-box .case-voice.case-voice01 .voice-txt:before {
    left: -30px;
    right: auto;
    top: 20px;
    bottom: auto;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #fff; }
  #case .case-box .case-voice.case-voice01 .voice-txt:after {
    left: -33px;
    right: auto;
    top: 19px;
    bottom: auto;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 22px solid rgba(247, 192, 6, 0.75); }
  #case .case-box .case-voice.case-voice02 .voice-txt:before {
    left: auto;
    right: -20px;
    top: 20px;
    bottom: auto;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: none;
    border-left: 20px solid #fff; }
  #case .case-box .case-voice.case-voice02 .voice-txt:after {
    left: auto;
    right: -22px;
    top: 19px;
    bottom: auto;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: none;
    border-left: 22px solid rgba(247, 192, 6, 0.75); }
  #case .case-box .case-voice .voice-txt {
    width: 70%;
    padding: 30px 20px 16px 20px; }
  #case .case-box .case-voice .voice-img {
    width: 30%; } }

@media only screen and (max-width: 991px) {
  #case .case-box {
    border-radius: 50px; } }

@media only screen and (max-width: 767px) {
  #case .case-ttl {
    font-size: 16px; } }

/* ---------------------------
 #Faq
--------------------------- */
#faq {
  background: #f2f2f2; }
  #faq .sec-header {
    width: 1140px;
    max-width: 90%;
    margin: 0 auto; }
  #faq .sec-content {
    width: 900px;
    max-width: 90%;
    margin: 0 auto; }
  #faq .faq-box {
    text-align: left; }
    #faq .faq-box .faq-ttl {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      padding: 10px;
      border-bottom: 1px solid #707070;
      cursor: pointer; }
      #faq .faq-box .faq-ttl:before {
        content: 'Q';
        color: #f7c006;
        font-size: 1.2rem;
        line-height: 1;
        min-width: 2rem; }
    #faq .faq-box .faq-content {
      display: none;
      justify-content: flex-start;
      align-items: flex-start;
      background: #e6e6e6;
      padding: 10px;
      border-bottom: 1px solid #707070; }
      #faq .faq-box .faq-content:before {
        content: 'A';
        color: #0087ba;
        font-size: 1.2rem;
        line-height: 1;
        min-width: 2rem; }
      #faq .faq-box .faq-content p {
        margin: 0 0 10px 0; }
    #faq .faq-box.open .faq-content {
      display: flex; }

/* ---------------------------
 #Contact
--------------------------- */
#contact {
  background: #f7c006; }
  #contact .sec-header {
    width: 1140px;
    max-width: 90%;
    margin: 0 auto; }
    #contact .sec-header .sec-ttl .sub {
      display: block;
      font-size: 24px;
      font-weight: normal; }
  #contact .sec-content {
    width: 800px;
    max-width: 90%;
    margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #contact .sec-header .sec-ttl .sub {
      font-size: 16px; } }

/* ---------------------------
 #Company
--------------------------- */
#company .sec-header {
  width: 1140px;
  max-width: 90%;
  margin: 0 auto; }

#company .sec-content {
  text-align: left; }

#company .company-box {
  width: 900px;
  max-width: 90%;
  margin: 0 auto;
  margin: 0 auto 20px auto; }
  #company .company-box .company-img {
    text-align: center; }
    #company .company-box .company-img img {
      width: 100%; }

#company .product-box {
  width: 1140px;
  max-width: 90%;
  margin: 0 auto; }
  #company .product-box .prize-list {
    display: flex;
    justify-content: center;
    align-items: center; }
  #company .product-box .product-r h3 {
    margin: 0 0 10px auto;
    padding: 2px 5px;
    display: inline-block;
    border: 1px solid #4d4d4d;
    font-size: 14px;
    font-weight: normal; }
  #company .product-box .product-list .list-item {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    #company .product-box .product-list .list-item .logo {
      min-width: 25%; }

@media only screen and (min-width: 768px) {
  #company .company-box {
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    #company .company-box .company-txt {
      width: 48%;
      margin: 1%; }
      #company .company-box .company-txt .ttl {
        margin: 0 0 20px 0; }
    #company .company-box .company-img {
      width: 48%;
      margin: 1%; }
  #company .product-box {
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    #company .product-box .product-l {
      width: 48%;
      margin: 1%; }
    #company .product-box .product-r {
      width: 48%;
      margin: 1%; }
    #company .product-box .prize-list {
      justify-content: flex-end; } }
