@charset "UTF-8";
/* mediaクエリ----------------------- */
/* mediaクエリ---------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
}

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

@media (max-width: 480px) {
  .title-box {
    padding: 0 8px;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .title-box h1 {
    font-size: 20px;
  }
}

header .logoimg {
  height: 74px;
}

@media (max-width: 480px) {
  header .logoimg {
    height: 50px;
  }
}

header img {
  width: auto;
  height: 100%;
}

header a.logo {
  font-family: "Noto Sans JP", sans-serif;
  color: #e61e10;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

header a.logo span {
  padding-left: 1rem;
}

@media (max-width: 480px) {
  header a.logo span {
    font-size: 1.4rem;
  }
}

header.fixed {
  background-color: #18171E;
}

#sidebar-wrapper {
  background: #e61e10;
}

#banner {
  background: url(../../img/img__mv.jpg) no-repeat;
  background-attachment: fixed;
  background-position: top left;
  background-size: cover;
}

@media (max-width: 480px) {
  #banner {
    background-position: 60% 50%;
    background-attachment: scroll;
    background-size: cover;
  }
}

#banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}

#banner .row {
  position: relative;
  z-index: 2;
}

.topicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topicon > div {
  width: 28%;
  margin: 0 20px;
}

@media (max-width: 780px) {
  .topicon > div {
    width: 40%;
    margin: 0 20px;
  }
}

@media (max-width: 480px) {
  .topicon > div {
    width: 42%;
    margin: 0 12px;
  }
}

.feature-box h2 {
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
}

@media (max-width: 480px) {
  .feature-box h2 {
    font-size: 14px;
  }
}

.feature-box .iconwrap {
  display: inline-block;
}

.feature-box i {
  display: table-cell;
  background-color: #99ddfe;
  color: #fff;
  font-size: 83px;
  width: 130px;
  height: 130px;
  line-height: 130px;
  border-radius: 50%;
  margin: 0;
  vertical-align: middle;
}

@media (max-width: 480px) {
  .feature-box i {
    width: 100px;
    height: 100px;
  }
}

.block-title {
  font-size: 3.4rem;
}

.opent {
  margin-top: 70px;
  width: 100%;
  border-collapse: collapse;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
}

.opent th, .opent td {
  padding: 25px;
}

.opent th {
  font-weight: normal;
  background-color: #eee;
}

.opent .bluetit {
  background-color: #EBE771;
  color: #18171E;
  font-size: 110%;
}

.opent .pinktit {
  background-color: #EBE771;
  color: #18171E;
  font-size: 110%;
}

.opent .yellowtit {
  background-color: #EBE771;
  color: #18171E;
  font-size: 110%;
}

.shien_text_01 {
  width: 90%;
  margin: 40px auto 60px;
  line-height: 2;
  font-size: 16px;
  max-width: 800px;
}

.subtit02 {
  position: relative;
  display: block;
  margin-bottom: 1em;
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 2rem;
}

.subtit02:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}

#features02 {
  background: url(../../img/bg-shijyou.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #000;
  position: relative;
}

@media (max-width: 480px) {
  #features02 {
    background-attachment: scroll;
  }
}

#features02::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}

#features02 h1 {
  color: #000;
}

#features02 .subtit02 {
  color: #000;
}

#features02 .subtit02::before {
  background-color: #000;
}

#features02 .container {
  z-index: 1;
  position: relative;
}

#features02 .textpd {
  z-index: 1;
  position: relative;
}

#features02 .textpd > p {
  text-align: center;
  font-size: 15px;
}

#features02 .textpd ol {
  width: 50%;
  width: 50%;
  margin: 4rem auto 8rem auto;
  font-size: 140%;
}

@media (max-width: 780px) {
  #features02 .textpd ol {
    width: 100%;
  }
}

#features02 .textpd ol li {
  list-style: decimal;
  margin: 0 0 12px 30px;
  padding: 0 0 16px 0;
}

#features02 .process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 7rem auto 4rem auto;
  padding-left: 0;
  z-index: 1;
  position: relative;
}

@media (max-width: 780px) {
  #features02 .process {
    display: block;
    padding: 0;
  }
}

#features02 .process li {
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #18171E;
  list-style: none;
  flex: 1;
  flex-wrap: nowrap;
  font-size: 1.6rem;
  background: #EBA0A7;
  margin: 0 .4rem;
  padding: 3rem .4rem;
  text-align: center;
  position: relative;
}

@media (max-width: 780px) {
  #features02 .process li {
    margin-bottom: 1rem;
  }
}

#features02 .process li:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  right: 0;
  height: 0;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left: 8px solid #18171E;
}

@media (max-width: 780px) {
  #features02 .process li:before {
    left: 50%;
    bottom: 0;
    top: auto;
    border-top: 8px solid #18171E;
    border-left: 8px solid transparent;
  }
}

#features02 .process li:last-child:before {
  border: none;
}

#features02 .block {
  padding: 80px 0px 80px 0px;
}

#kensyu .abouttext .subtit02 {
  color: #18171E;
  margin: 8rem auto 6rem auto;
}

#kensyu .abouttext .subtit02:before {
  background-color: #18171E;
}

#kensyu .abouttext .text {
  width: 90%;
  margin: 40px auto 60px;
  line-height: 2;
  font-size: 16px;
  max-width: 800px;
}

#kensyu .list {
  margin: 4rem auto 0;
  background: #EBE771;
  padding: 4rem;
}

@media (max-width: 780px) {
  #kensyu .list > div:first-child {
    margin-bottom: 40px;
  }
}

#kensyu .list p {
  line-height: 1.9;
}

@media (max-width: 780px) {
  #kensyu .list p {
    text-align: center;
  }
}

@media (max-width: 780px) {
  #kensyu .list .subphoto {
    width: 48%;
    margin: auto;
  }
}

#kensyu .list .listimg {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

#kensyu .list h3 {
  font-weight: normal;
  margin-bottom: 20px;
  border-left: 4px solid;
  padding-left: 14px;
}

#vmd.block .abouttext .subtit02 {
  color: #18171E;
  margin: 6rem auto;
}

#vmd.block .abouttext .subtit02:before {
  background-color: #18171E;
}

#vmd.block .abouttext .text {
  line-height: 2;
  width: 90%;
  margin: 40px auto 60px;
  line-height: 2;
  font-size: 16px;
  max-width: 800px;
}

#vmd.block .zu {
  margin-top: 6rem;
  padding-bottom: 6rem;
}

#vmd.block .zu > p img {
  width: 100%;
}

#vmd.block .zu ul {
  padding-left: 2rem;
}

#vmd.block .zu ul li {
  list-style: none;
  margin-bottom: 2rem;
}

#vmd.block .zu ul li p:first-child {
  font-size: 1.8rem;
  margin-bottom: .4rem;
  font-weight: normal;
}

#vmd.block .zu ul li p:first-child span {
  font-size: 2.9rem;
  padding-right: 1rem;
  color: #e61e10;
  font-weight: bold;
}

#vmd.block .zu ul li p:nth-child(2) {
  margin-bottom: .4rem;
}

.fs-normal {
  font-size: 15px;
  line-height: 2;
}

#company {
  background: url(../../img/bg_contact.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #000;
  position: relative;
}

@media (max-width: 480px) {
  #company {
    background-attachment: scroll;
  }
}

#company::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(153, 221, 254, 0.8);
}

#company .block-title {
  color: #000;
}

#company .block-title span {
  border-color: #000;
}

#company .container {
  z-index: 1;
  position: relative;
}

#company .container table {
  width: 80%;
  margin: 0 auto 8rem auto;
  line-height: 1.9;
  letter-spacing: .04rem;
}

@media (max-width: 780px) {
  #company .container table {
    width: 100%;
  }
}

#company .container table th, #company .container table td {
  padding: 2rem 2rem 1.4rem 3rem;
  border-bottom: 1px solid #222;
}

#company .container table th {
  width: 30%;
  font-weight: normal;
  vertical-align: top;
}

#company .container table td .jigyoulist {
  padding-left: 1.8rem;
}

#company .container table td .jigyoulist li {
  margin-bottom: 20px;
}

#company .container table td .tori01, #company .container table td .tori02 {
  margin: 0;
}

#company .container table td .tori01 {
  font-size: 110%;
}

#company .container table td .tori02 {
  padding-left: 2rem;
  padding-bottom: 2rem;
}

#contact .title-box {
  color: #18171E;
}

#contact .block-title span {
  border-color: #18171E;
}

@media (max-width: 780px) {
  #contact .address-list {
    max-width: 100%;
  }
}

#contact .address-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 780px) {
  #contact .address-list li {
    display: block;
  }
}

#contact .address-list li p:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 780px) {
  #contact .address-list li i {
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
}

.address {
  float: none;
  padding-bottom: 120px;
  width: 100%;
  /*background-image: url(../../img/bg_contact.jpg);*/
}

.address .mailwrap {
  background: rgba(235, 231, 113, 0.3);
  padding: 20px 20px;
}

.address .mailwrap form#mailformpro {
  padding: 10px 4rem;
}

@media (max-width: 780px) {
  .address .mailwrap form#mailformpro {
    padding: 10px 0;
  }
}

.address .mailwrap .mfp_rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.address .mailwrap .mfp_achroma,
.address .mailwrap .mfp_colored {
  background-color: transparent;
}

.address .mailwrap textarea {
  max-width: 400px;
  width: 100% !important;
  min-height: 20rem;
}

.address-list i {
  color: #fff;
}

.mailbox {
  width: 100%;
  float: none;
}

.mailbox .container {
  margin-top: 0;
}

#footer {
  background: #18171E;
}

#footer span {
  color: #fff;
  display: inline;
  margin-bottom: 0;
  padding-right: .4rem;
}

#footer .footer-logo {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 300;
  margin: .4rem;
}

#footer .copyright {
  font-size: 1.2rem;
  margin-top: 0;
}

#thanks {
  background: url(../img/bg.jpg);
  background-size: cover;
  padding-top: 80px;
  background-attachment: fixed;
  position: relative;
}

#thanks::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

#thanks .container {
  position: relative;
  z-index: 1;
}

#thanks .container .headings h1 {
  font-weight: 100;
}

#banner .headings h1 {
  display: inline-block;
  background-color: #fff;
  color: #18171E;
  padding: 10px 20px;
  line-height: 1;
  letter-spacing: 2px;
}

@media (max-width: 480px) {
  #banner .headings h1 {
    padding: 6px 10px;
  }
}

#banner .headings p {
  background-color: #fff;
  color: #18171E;
  padding: 10px 20px;
  line-height: 1.6;
  letter-spacing: 2px;
}

@media (max-width: 480px) {
  #banner .headings p {
    font-size: 14px;
    text-align: left;
    padding: 6px 10px;
  }
}

#banner .headings .polo-btn {
  font-size: 20px;
}

@media (max-width: 480px) {
  #banner .headings .polo-btn {
    font-size: 15px;
    padding: 6px 10px;
  }
}

#banner .headings .polo-btn:hover {
  color: #fff;
  background-color: #e61e10;
}

a:hover {
  text-decoration: none;
  color: #e61e10;
}
/*# sourceMappingURL=main.css.map */