@charset "UTF-8";
/* ------------------------------------------------------------
common
------------------------------------------------------------ */
/* top img */
.cont-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 370px;
  margin-bottom: 40px;
}

.greeting-img {
  background: url(../images/greeting/top-img.jpg) no-repeat center center/cover;
}

.area-img {
  background: url(../images/area/top-img.jpg) no-repeat center center/cover;
}

.company-img {
  background: url(../images/company/top-img.jpg) no-repeat center center/cover;
}

.contact-img {
  background: url(../images/contact/top-img.jpg) no-repeat center center/cover;
}

@media only screen and (max-width: 991px) {
  .cont-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 200px;
    margin-bottom: 40px;
  }
}

/* title1 */
.cont-t1 {
  margin-bottom: 15px;
}

/* ------------------------------------------------------------
greeting
------------------------------------------------------------ */
.greeting-two-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.greeting-two-box .box:first-child {
  width: 570px;
}

.greeting-two-box .box:first-child .name {
  text-align: right;
  margin-top: 20px;
}

.greeting-two-box .box:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.greeting-two-box .box:last-child img {
  margin: -240px 0 0 0;
  padding: 0 0 0 30px;
}

@media only screen and (max-width: 991px) {
  .greeting-two-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .greeting-two-box .box:first-child {
    width: 500px;
  }
  .greeting-two-box .box:first-child .name {
    text-align: right;
    margin-top: 20px;
  }
  .greeting-two-box .box:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .greeting-two-box .box:last-child img {
    margin: 0 0 0 0;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .greeting-two-box {
    display: block;
  }
  .greeting-two-box .box:first-child {
    width: 100%;
  }
  .greeting-two-box .box:last-child {
    width: 100%;
  }
  .greeting-two-box .box:last-child img {
    width: auto;
    margin: 0;
  }
}

/* ------------------------------------------------------------
area
------------------------------------------------------------ */
.area-two-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.area-two-box .box:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.area-two-box .box:first-child img {
  margin: -120px 0 0 0;
}

.area-two-box .box:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 556px;
}

.area-two-box .box:last-child .photo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.area-two-box .box:last-child .photo-box .img:first-child {
  width: 310px;
}

.area-two-box .box:last-child .photo-box .img:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 991px) {
  .area-two-box {
    display: block;
  }
  .area-two-box .box:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
  .area-two-box .box:first-child img {
    margin: 0 0 30px 0;
  }
  .area-two-box .box:last-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .area-two-box .box:last-child .photo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .area-two-box .box:last-child .photo-box .img:first-child {
    width: 50%;
  }
  .area-two-box .box:last-child .photo-box .img:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/* ------------------------------------------------------------
company
------------------------------------------------------------ */
.company-two-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -35px;
}

.company-two-box .box {
  position: relative;
  width: calc(100% / 2 - 70px);
  margin: 0 35px;
}

.company-two-box .box .company-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  height: 38px;
  margin-bottom: 10px;
  padding: 0 20px;
  background: #00a5e3;
  border-radius: 5px;
}

.company-two-box .box .company-title span {
  font-size: 12px;
  font-weight: normal;
  margin-left: 10px;
}

.company-two-box .box .company-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #0068b7;
}

.company-two-box .box ul li {
  font-size: 14px;
}

.company-two-box .box .icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -5px;
}

.company-two-box .box .icon-list li {
  text-align: center;
  width: calc(100% / 6 - 10px);
  margin: 0 5px 10px;
}

.company-two-box .box .icon-list li span {
  display: block;
  text-align: center;
}

.company-two-box .box .photo-two-box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -5px;
}

.company-two-box .box .photo-two-box1 .photo {
  width: calc(100% / 2 - 10px);
  margin: 0 5px;
}

.company-two-box .box .photo-two-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px -10px 30px;
}

.company-two-box .box .photo-two-box2 .photo {
  width: calc(100% / 2 - 24px);
  margin: 0 12px;
}

.company-two-box .box .photo-two-box2 .photo span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

.company-two-box .box .Products-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-two-box .box .Products-box .img-box {
  width: 282px;
}

.company-two-box .box .Products-box .txt-img-box {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px;
}

.company-two-box .box .Products-box .txt-img-box p {
  font-size: 14px;
}

.company-two-box .box .img-btm {
  position: absolute;
  bottom: 0;
}

.company-three-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}

.company-three-box .box:nth-child(1) {
  width: calc((100% - 360px) / 2);
}

.company-three-box .box:nth-child(1) table th,
.company-three-box .box:nth-child(1) table td {
  font-size: 14px;
  padding-bottom: 5px;
}

.company-three-box .box:nth-child(1) table th {
  font-weight: normal;
  text-align: right;
}

.company-three-box .box:nth-child(2) {
  text-align: center;
  width: 360px;
}

.company-three-box .box:nth-child(3) {
  width: calc((100% - 360px) / 2);
  padding-left: 45px;
}

.company-three-box .box:nth-child(3) .photo {
  margin-top: 25px;
}

@media only screen and (max-width: 991px) {
  .company-three-box {
    display: block;
  }
  .company-three-box .box:nth-child(1) {
    width: 100%;
  }
  .company-three-box .box:nth-child(1) table {
    margin: 0 auto;
  }
  .company-three-box .box:nth-child(1) table th,
  .company-three-box .box:nth-child(1) table td {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .company-three-box .box:nth-child(1) table th {
    font-weight: normal;
    text-align: right;
  }
  .company-three-box .box:nth-child(2) {
    width: 100%;
    padding: 15px;
  }
  .company-three-box .box:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-left: 0;
  }
  .company-three-box .box:nth-child(3) .photo {
    width: calc(100% / 2 - 10px);
    margin: 0 5px;
  }
}

@media only screen and (max-width: 767px) {
  .company-two-box {
    display: block;
    margin: 0;
  }
  .company-two-box .box {
    width: 100%;
    margin: 0;
  }
  .company-two-box .box .company-title {
    font-size: 16px;
  }
  .company-two-box .box .company-subtitle {
    font-size: 18px;
  }
  .company-two-box .box ul li {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .company-two-box .box ul li:last-child {
    margin-bottom: 0;
  }
  .company-two-box .box:last-child {
    margin: 15px 0;
  }
  .company-two-box .box .Products-box {
    display: block;
  }
  .company-two-box .box .Products-box .img-box {
    width: 100%;
    margin-bottom: 5px;
  }
  .company-two-box .box .Products-box .txt-img-box {
    position: static;
    padding-left: 0;
  }
  .company-two-box .box .Products-box .txt-img-box .img-btm {
    position: static;
    text-align: center;
    margin-top: 20px;
  }
}

.npo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 115px;
  padding: 20px;
  background: #ecf4d9;
  border-radius: 10px;
}

.npo-box .box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  color: #009944;
  width: 120px;
  height: 120px;
  background: #ffffff;
  border: 2px solid #009944;
  border-radius: 50%;
}

.npo-box .box:nth-child(1) {
  width: 120px;
}

.npo-box .box:nth-child(2) {
  width: 160px;
  padding: 0 20px;
}

.npo-box .box:nth-child(3) {
  width: calc(100% - 280px);
}

.npo-box .box:nth-child(3) .txt img {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .npo-box {
    display: block;
    text-align: center;
    margin: 40px 0 115px;
    padding: 20px;
    background: #ecf4d9;
    border-radius: 10px;
  }
  .npo-box .box .title {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 10px 15px;
    border-radius: 10px;
  }
  .npo-box .box:nth-child(1) {
    width: 100%;
  }
  .npo-box .box:nth-child(2) {
    width: 100%;
    padding: 0;
  }
  .npo-box .box:nth-child(3) {
    width: 100%;
  }
  .npo-box .box:nth-child(3) .txt img {
    margin: 20px 0;
  }
  .npo-box .box:nth-child(3) .txt p {
    text-align: left;
  }
}

/* ------------------------------------------------------------
price
------------------------------------------------------------ */
.price-txt1 {
  font-size: 28px;
  text-align: center;
  margin: 45px 15px;
}

.price-txt1 .red {
  font-size: 54px;
  font-weight: 700;
  color: #e60012;
}

.price-txt1 .subtxt {
  display: block;
  font-size: 16px;
  color: #666666;
  margin-top: 15px;
}

.price-txt1 .subtxt span {
  font-weight: bold;
  color: #e60012;
}

@media only screen and (max-width: 767px) {
  .price-txt1 {
    font-size: 21px;
    line-height: 1.4;
    margin: 15px 15px 30px;
  }
  .price-txt1 .red {
    font-size: 42px;
  }
  .price-txt1 .subtxt {
    font-size: 14px;
    margin-top: 15px;
  }
}

.table-price {
  width: 100%;
  margin-bottom: 10px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

.table-price .tr {
  display: table;
  width: 100%;
}

.table-price .tr .th,
.table-price .tr .td {
  display: table-cell;
  text-align: center;
  width: 16.66%;
  padding: 15px 5px;
  background: #ffffff;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.table-price .tr .th {
  font-size: 16px;
  background: #f5f5f5;
}

.table-price .tr .td {
  font-size: 21px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .table-price .tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .table-price .tr .th,
  .table-price .tr .td {
    width: 50%;
    padding: 15px 15px;
  }
  .table-price .tr .th {
    text-align: right;
  }
}

.price-box {
  padding: 30px;
  background: #f5f5f5;
}

.price-box ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #cccccc;
}

.price-box ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* ------------------------------------------------------------
guide
------------------------------------------------------------ */
.guide-txt3 {
  font-size: 28px;
  text-align: center;
  margin: 45px 15px;
}

.guide-txt3 .time {
  font-size: 42px;
  font-weight: 700;
  color: #e60012;
}

.guide-txt3 .subtxt {
  display: block;
  font-size: 15px;
  color: #999999;
}

.guide-box {
  padding: 5px;
  background: #f5f5f5;
}

.guide-box .guide-txt1 {
  font-weight: 700;
  padding: 10px 15px;
  background: #f5f5f5;
}

.guide-box .guide-txt2 {
  padding: 15px;
  background: #ffffff;
}

.guide-arrow {
  font-size: 32px;
  color: #999999;
  text-align: center;
  margin: 0 15px;
}

.guide-btm-txt {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .guide-txt3 {
    font-size: 21px;
    line-height: 1.4;
    margin: 15px 15px 30px;
  }
  .guide-txt3 .time {
    font-size: 32px;
  }
  .guide-txt3 .subtxt {
    font-size: 14px;
    margin-top: 15px;
  }
}

.table-guide {
  width: 100%;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

.table-guide .tr {
  display: table;
  width: 100%;
}

.table-guide .tr .th,
.table-guide .tr .td {
  display: table-cell;
  font-size: 14px;
  padding: 8px 15px;
  background: #ffffff;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.table-guide .tr .th {
  width: 280px;
  background: #f5f5f5;
}

.table-guide .tr .td {
  width: calc(100% - 180px);
}

@media only screen and (max-width: 767px) {
  .table-guide .tr {
    display: block;
  }
  .table-guide .tr .th,
  .table-guide .tr .td {
    display: block;
    width: 100%;
  }
}

/* ------------------------------------------------------------
FAQ
------------------------------------------------------------ */
.faq-list dt {
  padding: 10px 15px 10px 45px;
  background: #f5f5f5;
  text-indent: -25px;
}

.faq-list dt::before {
  content: "Q.";
  font-size: 21px;
  font-weight: 700;
  color: #235789;
  line-height: 1;
  margin-right: 10px;
}

.faq-list dd {
  margin: 15px 15px 45px 45px;
  text-indent: -25px;
}

.faq-list dd:before {
  content: "A.";
  font-size: 21px;
  color: #e60012;
  font-weight: 700;
  line-height: 1;
  margin-right: 10px;
}

.faq-list dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0;
}

.faq-list dd ul li {
  margin-right: 30px;
}

.faq-list dd ul li::before {
  content: "●";
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .faq-list dd ul li {
    margin-right: 15px;
  }
}

/* ------------------------------------------------------------
recruit
------------------------------------------------------------ */
.recruit-box .recruit-title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #e60012;
  text-align: center;
  margin: 0 0 30px;
}

.recruit-box .recruit-txt1 {
  text-align: center;
  margin-bottom: 30px;
}

.recruit-box .recruit-txt2 {
  text-align: center;
}

/* ------------------------------------------------------------
contact
------------------------------------------------------------ */
.contact-box .tel {
  text-align: center;
}

.hani-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.hani-box .box {
  font-size: 32px;
  color: #999999;
  text-align: center;
  width: calc(100% / 3 - 30px);
  margin: 0 15px;
}

.hani-box .box .nai,
.hani-box .box .gai {
  display: block;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: .1em;
  padding: 10px 45px;
  border-radius: 10px;
}

.hani-box .box .nai {
  background: #e60012;
}

.hani-box .box .gai {
  background: #235789;
}

@media only screen and (max-width: 767px) {
  .hani-box {
    display: block;
  }
  .hani-box .box {
    font-size: 24px;
    width: 100%;
    margin: 0 0 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #cccccc;
  }
  .hani-box .box .nai,
  .hani-box .box .gai {
    padding: 5px 30px;
  }
}
/*# sourceMappingURL=contents.css.map */