@charset "UTF-8";
/* CSS Document */


/* -- common -- */

.cnt_inner {
  width: 1000px;
  margin: 0 auto;
}

.title_h2 {
  margin-bottom: 25px;
  text-align: center;
}

.title_h2 h2 {
  position: relative;
  color: #aa9f71;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.3;
}
.title_h2 h2::after {
  content: "";
  position: absolute;
  top: 49%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #aa9f71;
}
.title_h2 h2 span {
  background: #fff;
  padding: 0 20px 0 60px;
  position: relative;
  z-index: 5;
}
.title_h2 h2 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 32px;
  height: 36px;
  background: url(../img/icon_h.svg) 0 0 no-repeat;
  background-size: 100%;
}


.title_h2.small h2 {
  font-size: 34px;
}

.title_h3 {
  margin-bottom: 20px;
  text-align: center;
}

.title_h3 h3 {
  position: relative;
  display: inline-block;
  padding: 0 50px;
  color: #1b365d;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.4;
}

.annotation {
  font-size: 13px;
}

.annotation li {
  padding-left: 1em;
  text-indent: -1em;
}

/* animation */
.anm {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s;
  backface-visibility: hidden;
}

.anm.visible {
  opacity: 1;
  transform: translateY(0px);
}


/* -- header -- */

/* header {
  height: 75px;
}

header #logo_s{
  width: 160px;
  padding-top: 26px;
} */


/* -- kv -- */

#kv {
  margin-bottom: 40px;
  background: linear-gradient(180deg, rgba(16,43,88,1) 0%, rgba(54,76,114,1) 72%, rgba(108,123,152,1) 100%);
  overflow: hidden;
}

#kv h1 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/* animation */
#kv h1 {
  opacity: 0;
  transform: scale(1.15);
  transition: all 1.2s;
  backface-visibility: hidden;
}

.loaded #kv h1 {
  opacity: 1;
  transform: scale(1);
}


/* -- about -- */

#about {
  padding: 0 0 50px;
}

#about .small {
  margin-top: 15px;
  font-size: 12px;
  text-align: center;
}

#about .title_h2_top {
  text-align: center;
}
#about .title_h2_top h2 {
  font-size: 40px;
  color: #1b365d;
  line-height: 1.4;
  font-weight: 900;
  margin: 0 0 40px;
}
#about .title_h2_top h2 span {
  font-size: 30px;
}

/* nayami3 */
#about .nayami3 ul {
  display: flex;
  justify-content: center;
}
#about .nayami3 li {
  width: 333.33%;
  padding: 0 20px 0;
}
#about .nayami3 li p {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-top: 12px;
}


#about hr.arrow-bottom2 {
  position: relative;
  border-bottom: 1.6px solid #1b365d;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 24px;
  margin: 24px 0 40px;
  padding: 0;
  overflow: inherit;
}
#about hr.arrow-bottom2::before{
  content: "";
  position: absolute;
  bottom: -65.99px;
  left: 50%;
  margin-left: -36px;
  border: 36px solid transparent;
  border-top: 36px solid #fff;
  z-index: 2;
}
#about hr.arrow-bottom2::after {
  position: absolute;
  border: 32px solid transparent;
  border-top-color: #1b365d;
  border-bottom-width: 0;
  bottom: -32px;
  content: "";
  left: 50%;
  z-index: 1;
  margin-left: -32px;
}

/* - solution - */

#about .solution {
  width: 800px;
  background: linear-gradient(to bottom, #e5e2d4, #FFF);
  margin: 0 auto 60px;
  padding: 20px 0 0;
}
#about .solution h3 {
  font-size: 28px;
  color: #1b365d;
  font-weight: 900;
  text-align: center;
  margin: 0 0 16px;
  padding: 0;
}
#about .solution img {
  display: block;
  width: 590px;
  margin: 0 0 0 40px;
}
#about .solution p.small {
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  text-indent: -1em;
  padding: 0 40px 0 50px;
}


#about .title_h3 {
  font-size: 28px;
  color: #1b365d;
  font-weight: 900;
  margin-bottom: 14px;
}

#about .title_h3 span {
  display: inline-block;
  width:36px;
  height:36px;
  border: 1px solid #1b365d;
  border-radius:50%;
  text-align:center;
  font-size:26px;
  line-height:34px;
  font-weight: 600;
  letter-spacing: -.06em;
  margin: 0 0.3em 0 0;
}


/* - features - */

#about .features {
  margin-top: 60px;
  padding-top: 40px;
}

#about .features p {
  font-size: 18px;
  line-height: 2;
  text-align: center;
}

#about .features .features_1,
#about .features .features_2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 30px 0 50px;
}
/* features_1 */
#about .features .features_1 .features_1_1 {
  width: 570px;
}
#about .features .features_1 .features_1_2 {
  width: 410px;
}
/* features_2 */
#about .features .features_2 .features_2_1 {
  width: 346px;
}
#about .features .features_2 .features_2_2 {
  width: 294px;
}
#about .features .features_2 .features_2_2 img {
  margin-top: 120px;
}
#about .features .features_2 .features_2_3 {
  width: 320px;
}
/* features_3 */
#about .features .features_3 {
  display: block;
  width: 640px;
  margin: 32px auto 0;
}

/* - case - */

#about .case {
  margin-top: 60px;
  padding-top: 40px;
}

#about .case .after {
  margin: 40px 0 0;
}

#about .case .after .copy {
  width: 370px;
  margin: 0 auto 18px;
}

#about .case .after .example_list {
  display: flex;
  justify-content: space-between;
}

#about .case .after .example_list li {
  position: relative;
  width: 320px;
}

#about .case .after .example_list li .ex_img {
  overflow: hidden;
  border-radius: 8px;
}

#about .case .after .example_list li .ex_txt {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  text-align: center;
}

#about .case .after .example_list li .ex_txt p {
  display: inline-block;
  padding: 0 12px 0 16px;
  font-size: 14px;
  line-height: 26px;
  background-color: rgba(255,255,255,0.9);
}

#about .case .after .other_example {
  margin-top: 38px;
  padding: 22px 0;
  background-color: #eeefef;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-radius: 8px;
}

/* - detail - */

#detail {
  margin-top: 60px;
  padding-top: 40px;
}

/* mechanism */
#about .detail .mechanism {
  margin-top: 30px;
  padding: 16px 30px 30px 40px;
  background-color: #ecf3f7;
  border-radius: 15px;
}

#about .detail .mechanism .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

#about .detail .mechanism .flex .txt {
  width: 370px;
}

#about .detail .mechanism .flex .txt p {
  margin-bottom: 1.6em;
}

#about .detail .mechanism .flex .img {
  width: 512px;
}


/* -- product_detail -- */

#product_detail {
  padding: 0 0 0;
}


/* -- product_spec -- */

#product_spec {
  padding-bottom: 80px;
}

#product_spec table {
  width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
}

#product_spec table th,
#product_spec table td {
  font-weight: normal;
  letter-spacing: normal;
  padding: 14px 30px;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

#product_spec table .table_bg {
  background-color: #f2f2f2;
}

#product_spec table th span {
  display: block;
  font-size: 12px;
}

#product_spec table td.td_center {
  text-align: center;
}

#product_spec table a {
  color: #1b365d;
  text-decoration: underline;
}

#product_spec table img {
  width: 32px;
  margin: 0 10px 0;
}

/* annotation */
#product_spec .annotation {
  font-size: 12px;
  line-height: 1.7;
  margin: 20px 0 0;
  display: flex;
}
#product_spec .annotation p {
  margin: 0 40px 0 0;
}

@media screen and (max-width: 767px){

  #product_spec table {
    width: 600px;
    font-size: 12px;
  }

  #product_spec .sp_scroll {
    margin: 7px 0 30px;
    padding-bottom: 8px;
    overflow-x: scroll;
    overflow-y: hidden;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    -webkit-overflow-scrolling: touch;
  }

  /* annotation */
  #product_spec .annotation {
    font-size: 11px;
    margin: 0;
    display: block;
  }
  #product_spec .annotation p {
    margin: 0 0 20px;
  }

}


/* -- product_movie -- */

#product_movie {
  padding: 65px 0 90px;
  background-color: #1b365d;
  color: #fff;
}

#product_movie .title_h3 h3 {
  color: #fff;
}


#product_movie .sec_desc {
  font-size: 20px;
  text-align: center;
}

#product_movie .movie {
  width: 800px;
  margin: 25px auto 0;
}

#product_movie .movie .movie_inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

#product_movie .movie .movie_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* -- contact -- */

#contact {
  padding: 90px 0 90px;
  background-color: #ecf3f7;
}

#contact .contact_inner {
  padding: 38px 0 0;
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
}

#contact .contact_inner .title_h2 h2::after {
  content: none;
}

#contact .sec_desc {
  font-size: 18px;
  text-align: center;
}

/* form */
#contact .formTable {
  width: 820px;
  margin: 60px auto 40px;
  text-align: left;
  letter-spacing: normal;
}

#contact .formTable th,
#contact .formTable td {
  padding: 6px 0;
  font-weight: normal;
}

#contact .formTable th.up,
#contact .formTable td.up {
  vertical-align: top;
  padding-top: 20px;
}

#contact .formTable th {
  width: 310px;
}

#contact .formTable input,
#contact .formTable textarea {
  padding: 8px 12px;
  width: 100%;
  border: 1px solid #ccc;
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  letter-spacing: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

#contact .formTable input:focus,
#contact .formTable textarea:focus {
  outline: none;
}

/* radio */
#contact .formTable input[type=radio] {
  display: inline-block;
  margin-right: 6px;
}

#contact .formTable input[type=radio] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  cursor: pointer;
}

#contact .formTable input[type=radio] {
  display: none;
  margin: 0;
  padding:0;
}

#contact .formTable input[type=radio] + label {
  padding: 0 0 0 26px;
  margin:0;
}

#contact .formTable input[type=radio] + label::before{
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  border: 1px solid #c0c0c0;
  background:#fff;
}

#contact .formTable input[type=radio] + label::after {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  content: "";
  position: absolute;
  display: block;
  top: 6px;
  left: 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  margin-top: 3px;
  background: #aa9f71;
  border-radius: 10px;
  opacity: 0;
}

#contact .formTable input[type=radio]:checked + label::after {
	opacity: 1;
}

#contact .formTable .radio_document_request {
  display: flex;
  padding: 5px 0;
}

#contact .formTable .radio_document_request li {
  margin-right: 20px;
}


#contact .formTable .required {
  padding: 0 5px 1px;
  margin-left: 8px;
  color: #da343d;
  font-size: 14px;
  background-color: #fcebec;
  border-radius: 3px;
}

#contact .formTable .document_request {
  padding: 0 5px 1px;
  margin-left: 8px;
  color: #406dab;
  font-size: 14px;
  background-color: #ebf1f9;
  border-radius: 3px;
}

#contact .att {
  font-size: 14px;
  text-align: center;
}

#contact .btn-area {
  margin: 35px auto 0;
  text-align: center;
}

#contact .btn-area input {
  display: inline-block;
  padding: 17px 60px;
  color: #FFF;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  background: #aa9f71 url(../common/img/arrow_r.svg) right 12px center no-repeat;
  cursor: pointer;
  transition: opacity 0.3s;
  backface-visibility: hidden;
}

@media (hover: hover) {
  #contact .btn-area input:any-link:hover {
    opacity: 0.6;
  }
}

#contact .note {
  width: 820px;
  margin: 50px auto 0;
  padding-bottom: 55px;
  font-size: 12px;
  line-height: 1.75;
}
#contact .note a {
  color: #1b365d;
}


@media screen and ( max-width:1000px) {

  /* header inner */
  .inner {
    padding: 0 2% 0;
  }

}


@media screen and ( max-width:767px) {

  /* -- common -- */

  .cnt_inner {
    width: 92%;
    margin: 0 auto;
  }

  .title_h2 {
    margin-bottom: 18px;
  }

  .title_h2 h2 {
    font-size: 26px;
  }

  .title_h2 h2 span {
    padding: 0 10px 0 46px;
  }
  .title_h2 h2 span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: url(../img/icon_h.svg) 0 0 no-repeat;
    background-size: 100%;
  }

  .title_h3 {
    margin-bottom: 10px;
  }

  .title_h3 h3 {
    padding: 0 30px;
    font-size: 20px;
  }

  .title_h3 h3::before,
  .title_h3 h3::after {
    width: 25px;
    height: 1px;
  }

  .annotation {
    font-size: 11px;
  }


  /* -- header -- */

  /* header{
    height: 96px;
  }

  header #logo_s {
    padding-top: 20px;
  } */

  #contents{
    margin-top: 0;
  }


  /* -- kv -- */

  #kv {
    margin: 0 0 20px;
  }

  #kv h1 {
    width: auto;
  }


  /* -- about -- */

  #about {
    padding: 20px 0 20px;
  }

  #about .small {
    margin-top: 20px;
    font-size: 10px;
    text-align: center;
  }

  #about .detail .mechanism {
    margin-top: 10px;
    padding: 20px 5% 30px;
    border-radius: 12px;
  }

  #about .detail .mechanism .flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
  }

  #about .detail .mechanism .flex .txt {
    width: 100%;
    font-size: 13px;
  }

  #about .detail .mechanism .flex .txt p {
    margin-bottom: 1.4em;
  }

  #about .detail .mechanism .flex .img {
    width: 100%;
    margin-top: 30px;
  }


  #about .title_h2_top h2 {
    font-size: 23px;
    line-height: 0.1;
    margin: 0 0 40px;
  }
  #about .title_h2_top h2 span {
    display: inherit;
    font-size: 18px;
    line-height: 3;
  }


  /* nayami3 */
  #about .nayami3 ul {
    display: inherit;
    justify-content: center;
  }
  #about .nayami3 li {
    width: 86%;
    margin: 0 auto 24px;
    padding: 0;
  }
  #about .nayami3 li p {
    font-size: 14px;
    letter-spacing: normal;
    margin-top: 8px;
  }


  /* - solution - */

  #about .solution {
    width: auto;
    background: linear-gradient(to bottom, #e5e2d4, #FFF);
    margin: 0 auto 60px;
    padding: 20px 0 0;
  }
  #about .solution h3 {
    font-size: 21px;
    color: #1b365d;
    line-height: 1.6;
    margin: 0 0 16px;
    padding: 0;
  }
  #about .solution img {
    width: 80%;
    margin: 0 0 0 4%;
  }
  #about .solution p.small {
    font-size: 11px;
    padding: 0 6% 0 8%;
  }


  #about .title_h3 {
    font-size: 20px;
    letter-spacing: .1em;
    margin-bottom: 8px;
  }
  
  #about .title_h3 span {
    width: 24px;
    height: 24px;
    font-size: 18px;
    line-height: 22px;
  }


  /* - features - */

  #about .features {
    margin-top: 40px;
    padding-top: 20px;
  }
  
  #about .features p {
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }

  #about .features .features_1,
  #about .features .features_2,
  #about .features .features_3 {
    display: block;
    width: 100%;
    margin: 20px 0 40px;
  }

  #about .features .features_1 .features_1_1,
  #about .features .features_1 .features_1_2,
  #about .features .features_2 .features_2_1,
  #about .features .features_2 .features_2_2,
  #about .features .features_2 .features_2_3,
  #about .features .features_3 .features_3_1 {
    width: 88%;
    margin: 0 auto 0;
  }

  #about .features .features_2 .features_2_2 img {
    margin-top: 0;
  }


  #about .case {
    margin-top: 40px;
    padding-top: 20px;
  }
  
  #about .case .after .copy {
    width: 74%;
    margin: 24px auto 10px;
  }
  
#about .case .after .example_list {
    display: flex;
    flex-wrap: wrap;
    width: 84%;
    margin: 0 auto;
  }
  
#about .case .after .example_list li {
    width: 100%;
    margin-bottom: 10px;
  }

#about .case .after .example_list li .ex_img {
    border-radius: 6px;
  }
  
#about .case .after .example_list li .ex_txt p {
    font-size: 12px;
    line-height: 24px;
  }
  
#about .case .after .other_example {
    margin-top: 15px;
    padding: 16px 0 18px;
    font-size: 14px;
    border-radius: 6px;
  }


  #detail {
    margin-top: 40px;
    padding-top: 20px;
  }


  /* -- product_detail -- */

  #product_detail {
    padding-top: 30px;
  }

  /* -- product_spec -- */

  #product_spec {
    padding-bottom: 45px;
  }

  #product_spec table th,
  #product_spec table td {
    padding: 10px 16px;
  }


  /* -- product_movie -- */

  #product_movie {
    padding: 35px 0 45px;
  }

  #product_movie .sec_desc {
    font-size: 15px;
  }

  #product_movie .movie {
    width: 100%;
    margin: 25px auto 0;
  }


  /* -- contact -- */

  #contact {
    padding: 30px 0 30px;
  }

  #contact .contact_inner {
    padding: 30px 5% 0;
    width: 92%;
    box-sizing: border-box;
  }

  #contact .sec_desc {
    font-size: 14px;
  } 

  /* form */
  #contact .formTable {
    width: 100%;
    margin: 30px auto 10px;
  }
  
  #contact .formTable th,
  #contact .formTable td {
    display: block;
    padding: 0;
  }

  #contact .formTable th.up,
  #contact .formTable td.up {
    padding-top: 0;
  }

  #contact .formTable th {
    width: auto;
    font-size: 13px;
    padding-bottom: 3px;
  }

  #contact .formTable td {
    padding-bottom: 12px;
  }

  #contact .formTable input,
  #contact .formTable textarea {
    padding: 6px 8px;
    font-size: 16px;
    box-sizing: border-box;
  }

  /* radio */
  #contact .formTable input[type=radio] + label {
    padding: 0 0 0 22px;
    margin:0;
  }

  #contact .formTable input[type=radio] + label::before{
    top: 3px;
    width: 18px;
    height: 18px;
  }

  #contact .formTable input[type=radio] + label::after {
    top: 4px;
    left: 4px;
  }

  #contact .formTable .radio_document_request {
    display: flex;
    padding: 8px 0 8px;
  }

  #contact .formTable .radio_document_request li {
    margin-right: 20px;
    font-size: 13px;
  }


  #contact .formTable .required {
    padding: 0 4px 1px;
    margin-left: 5px;
    font-size: 11px;
  }

  #contact .formTable .document_request {
    padding: 0 4px 1px;
    margin-left: 5px;
    font-size: 11px;
  }

  #contact .att {
    font-size: 12px;
    text-align: left;
  }

  #contact .btn-area {
    margin: 35px auto 0;
    text-align: center;
  }

  #contact .btn-area input {
    width: 80%;
    padding: 15px 20px 17px;
    font-size: 18px;
    border-radius: 6px;
    background-position: right 8px center;
    background-size: 8px;
  }

  #contact .note {
    width: auto;
    margin: 45px auto 0;
    padding-bottom: 40px;
    font-size: 11px;
    line-height: 1.6;
  }

}
