@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
  margin: 0 auto 125px;
  padding: 82px 100px 52px;
  max-width: 1120px;
  background: url("../img/index/main_visual_bg.jpg") no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}
.mainVisual .photo {
  margin-left: -45px;
  width: 320px;
  float: left;
}
.mainVisual .innerBox {
  margin: 55px 0 0 auto;
  width: 542px;
  float: right;
}
.mainVisual .innerBox p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
}
.mainVisual .innerBox .title {
  margin-bottom: 85px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 2.2;
}
.mainVisual .innerBox .title span {
  margin-left: 8px;
  padding: 0 20px 4px;
  color: #151f46;
  font-size: 3rem;
  background-color: #fff;
}
#main .about {
  margin-bottom: 140px;
  position: relative;
}
#main .about::before {
  width: 340px;
  height: 340px;
  position: absolute;
  top: -120px;
  left: -60px;
  background: url("../img/index/bg02.png") no-repeat right top;
  background-size: 340px auto;
  content: "";
}
#main .about .content {
  padding-left: 18px;
  width: 680px;
}
#main .about p {
  font-size: 1.8rem;
  line-height: 2.8;
}
#main .about .title {
  margin-bottom: 13px;
  font-size: 2.4rem;
  font-weight: 700;
}
#main .function {
  margin-bottom: 140px;
}
#main .function .headLine01 {
  margin-bottom: 50px;
}
#main .function .textList {
  margin-top: -20px;
}
#main .function .textList li {
  margin-top: 20px;
  padding: 25px 15px 27px 20px;
  width: 450px;
  float: left;
  color: #151f46;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #fff;
  box-sizing: border-box;
}
#main .function .textList li:nth-child(2n) {
  float: right;
}
#main .function .textList li .num {
  margin-top: 2px;
  float: left;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 600;
  vertical-align: middle;
  font-family: "Jost", sans-serif;
}
#main .function .textList li .text {
  padding-left: 50px;
  display: block;
}
#main .company {
  margin-bottom: 150px;
}
#main .company .headLine01 {
  margin-bottom: 40px;
}
#main .company .text {
  margin-bottom: 30px;
  line-height: 2;
}
#main .company .addressList {
  margin-top: -20px;
}
#main .company .addressList li {
  margin-top: 20px;
  padding: 40px 20px 15px;
  width: 440px;
  float: left;
  text-align: center;
  border: 2px solid #fff;
  box-sizing: border-box;
}
#main .company .addressList li:nth-child(2n) {
  float: right;
}
#main .company .addressList li .pho {
  margin-bottom: 15px;
  padding-bottom: 32px;
  border-bottom: 1px solid #fff;
}
#main .company .addressList li p {
  line-height: 1.63;
}
#main .contact .content {
  width: 800px;
}
#main .contact .text {
  margin-bottom: 30px;
}
#main .contact .errorMsg {
  margin-bottom: 15px;
}
#main .contact .errorMsg li:not(:last-child) {
  margin-bottom: 10px;
}
#main .contact table {
  margin-bottom: 60px;
  width: 100%;
  border-collapse: collapse;
}
#main .contact .headLine01 {
  margin-bottom: 40px;
}
#main .contact th,
#main .contact td {
  margin-bottom: 25px;
  width: 100%;
  float: left;
  word-break: break-all;
}
#main .contact table tr:last-child td {
  margin-bottom: 0;
}
#main .contact th {
  margin-bottom: 7px;
  font-weight: 700;
}
#main .contact th .must {
  font-size: 1.2rem;
}
#main .contact td {
  font-weight: 300;
}
#main .contact form input[type="text"],
#main .contact form input[type="tel"],
#main .contact form input[type="email"],
#main .contact form textarea {
  padding: 10px;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 0;
  border: 2px solid #fff;
  background-color: transparent;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#main .contact form textarea {
  height: 200px;
  resize: vertical;
}
#main .contact .submit {
  text-align: center;
}
#main .contact .submit li {
  margin: 0 10px;
  width: 300px;
  display: inline-block;
}
#main .contact .submit input[type="submit"] {
  padding: 18px 40px;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 0;
  border: 2px solid #fff;
  background: transparent url("../img/common/icon03.png") no-repeat right 10px
    center;
  background-size: 22px auto;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
#main .contact .submit input[type="submit"]:hover {
  opacity: 0.7;
}
@media all and (max-width: 896px) {
  .mainVisual {
    margin-bottom: 100px;
    /* padding:30px 0; */
    padding: 0;
    max-width: inherit;
    background: none;
    overflow: hidden;
  }
  .mainVisual .photo {
    margin-left: 0;
    width: auto;
    float: none;
    text-align: center;
    padding: 20px 19vw 0 10vw;
    position: relative;
    background-color: #e98500;
  }
  .mainVisual .photo::before {
    content: "";
    display: block;
    position: absolute;
    top: -1%;
    left: 0;
    width: 100%;
    height: 60%;
    background: transparent url("../img/index/bg_mv_gradation.png") repeat-x
      center;
    background-size: auto 100%;
    z-index: 0;
  }
  .mainVisual .photo::after {
    content: "";
    display: block;
    position: absolute;
    top: 52%;
    left: 0;
    width: 100vw;
    height: 48%;
    background: transparent url("../img/index/bg_mv_orange.svg") no-repeat
      center top;
    background-size: cover;
    z-index: 0;
  }
  .mainVisual .photo img {
    width: 302px;
    position: relative;
    z-index: 1;
  }
  .mainVisual .innerBox {
    margin-top: -2px;
    width: auto;
    float: none;
    padding: 10px 20px 30px;
    background-color: #e98500;
  }
  .mainVisual .innerBox p {
    font-size: 1.4rem;
  }
  .mainVisual .innerBox .title {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .mainVisual .innerBox .title span {
    margin-left: 5px;
    padding: 0 10px 2px;
    font-size: 2.5rem;
  }
  #main .about {
    margin-bottom: 100px;
  }
  #main .about::before {
    width: 0;
  }
  #main .about .content {
    padding-left: 0;
    width: auto;
  }
  #main .about p {
    font-size: 1.4rem;
    line-height: 2;
  }
  #main .about .title {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  #main .function {
    margin-bottom: 100px;
  }
  #main .function .headLine01 {
    margin-bottom: 20px;
  }
  #main .function .textList {
    margin-top: 0;
  }
  #main .function .textList li {
    margin-top: 10px;
    padding: 13px 10px 14px;
    width: auto;
    float: none;
    font-size: 1.4rem;
  }
  #main .function .textList li:nth-child(2n) {
    float: none;
  }
  #main .function .textList li .num {
    margin-top: 0;
    font-size: 2.1rem;
  }
  #main .function .textList li .text {
    padding-left: 40px;
  }
  #main .company {
    margin-bottom: 100px;
  }
  #main .company .headLine01 {
    margin-bottom: 20px;
  }
  #main .company .text {
    margin-bottom: 40px;
    font-size: 1.4rem;
  }
  #main .company .addressList li {
    padding: 20px 10px 10px;
    width: auto;
    float: none;
  }
  #main .company .addressList li:nth-child(2n) {
    float: none;
  }
  #main .company .addressList li .pho {
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
  #main .contact .content {
    width: auto;
  }
  #main .contact .errorMsg {
    margin-bottom: 10px;
  }
  #main .contact .errorMsg li:not(:last-child) {
    margin-bottom: 5px;
  }
  #main .contact table {
    margin-bottom: 30px;
  }
  #main .contact .headLine01 {
    margin-bottom: 20px;
  }
  #main .contact th,
  #main .contact td {
    margin-bottom: 15px;
  }
  #main .contact th {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  #main .contact th .must {
    font-size: 1rem;
  }
  #main .contact form input[type="text"],
  #main .contact form input[type="email"],
  #main .contact form input[type="tel"],
  #main .contact form textarea {
    padding: 2px 10px;
    height: 30px;
    font-size: 1.3rem;
  }
  #main .contact form textarea {
    height: 100px;
  }
  #main .contact .submit li {
    margin: 0 auto 15px;
    width: auto;
    max-width: 300px;
    display: block;
  }
  #main .contact .submit li:last-child {
    margin-bottom: 0;
  }
  #main .contact .submit input[type="submit"] {
    padding: 10px 40px;
    font-size: 1.4rem;
    background-size: 18px auto;
  }
  #main .contact .submit input[type="submit"]:hover {
    opacity: 1;
  }
}

.c-announcement {
  margin: 100px auto 50px;
  text-align: center;
}
