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

BASE

***************************************/
@media screen and (min-width: 768px) {
  .pc_only {
    display: block !important;
  }
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
@keyframes slideinRight {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
p {
  color: #333;
  line-height: 1.6;
  font-weight: 600;
}

.btn {
  position: relative;
  background-color: #3ca9d4;
  color: #fff;
  width: 250px;
  margin-top: 20px;
  padding: 15px;
  border-radius: 3px;
  letter-spacing: 2px;
  text-align: center;
  transition: all 0.3s ease;
}
.btn:hover {
  background-color: #89d3de;
}
.btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .btn {
    margin: 20px auto 0;
  }
}

main a {
  color: #3ca9d4;
}

.branch main {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .branch main {
    margin-top: 85px;
  }
}
.branch main .header_v {
  width: 100%;
  height: 150px;
  background-image: url("../img/mv_bk.jpg");
  background-repeat: repeat;
  background-position: center;
}
.branch main .header_v .ttlArea {
  position: relative;
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
}
.branch main .header_v .ttlArea .ttl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
}
@media screen and (max-width: 1100px) {
  .branch main .header_v .ttlArea {
    max-width: inherit;
    width: 100%;
    padding: 0 20px;
  }
}
.branch main h2 {
  margin-bottom: 40px;
  color: #333;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 2px;
}
.branch main h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  margin-top: 10px;
  background-color: #3ca9d4;
}
.branch main h3 {
  margin-bottom: 20px;
  color: #3ca9d4;
  font-size: 1.375rem;
}
.branch main .content {
  max-width: 1100px;
  margin: 50px auto 100px;
}
@media screen and (max-width: 1100px) {
  .branch main .content {
    max-width: inherit;
    width: 100%;
    padding: 0 20px;
  }
}
.branch#confirm main, .branch#thanks main, .branch#info_article main, .branch#info_page main {
  margin-top: 150px;
}
.branch#confirm main .header_v, .branch#thanks main .header_v, .branch#info_article main .header_v, .branch#info_page main .header_v {
  height: inherit;
  background-image: none;
}
.branch#confirm main .header_v .ttl, .branch#thanks main .header_v .ttl, .branch#info_article main .header_v .ttl, .branch#info_page main .header_v .ttl {
  position: relative;
  top: inherit;
  margin-top: 20px;
  transform: inherit;
  color: #333;
}
@media screen and (max-width: 767px) {
  .branch#confirm main, .branch#thanks main, .branch#info_article main, .branch#info_page main {
    margin-top: 120px;
    margin-bottom: 50px;
  }
}

/****************************************

TOP

***************************************/
.main_visual {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("../img/mv_bk.jpg");
  background-repeat: repeat;
  z-index: 1;
}
.main_visual .catcharea {
  position: absolute;
  top: 60%;
  left: 3%;
  transform: translateY(-60%);
}
.main_visual .catcharea .br_cont {
  display: none;
}
.main_visual .catcharea .sub_catch {
  display: inline-block;
  margin-bottom: 15px;
  animation: slideinRight 2s both;
  background-color: #fff;
  color: #333;
  font-size: 1.5rem;
  font-weight: 900;
}
.main_visual .catcharea .sub_catch p {
  display: inline-block;
  padding: 5px 15px;
}
.main_visual .catcharea .catchcopy {
  animation: slideinRight 2s both;
  animation-delay: 0.5s;
  color: #333;
  font-size: 3.125rem;
}
.main_visual .catcharea .catchcopy p {
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px 15px;
  background-color: #fff;
  font-weight: 900;
}
@media screen and (max-width: 990px) {
  .main_visual {
    height: 80vh;
  }
  .main_visual .catcharea {
    position: absolute;
    top: 87%;
    left: 0;
    width: 90%;
    transform: translateY(-87%);
  }
  .main_visual .catcharea .sub_catch {
    font-size: 1rem;
  }
  .main_visual .catcharea .catchcopy {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .main_visual {
    height: 60vh;
  }
  .main_visual .catcharea {
    position: absolute;
    top: 70%;
    left: 0;
    width: 90%;
    transform: translateY(-70%);
  }
  .main_visual .catcharea .sub_catch {
    font-size: 1rem;
  }
  .main_visual .catcharea .catchcopy {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 600px) and (orientation: portrait) {
  .main_visual .catcharea .br_cont {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .main_visual {
    height: 60vh;
  }
  .main_visual .catcharea {
    position: absolute;
    top: 70%;
    left: 0;
    width: 90%;
    transform: translateY(-70%);
  }
  .main_visual .catcharea .sub_catch {
    font-size: 1.2rem;
  }
  .main_visual .catcharea .catchcopy {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 990px) and (orientation: landscape) {
  .main_visual {
    height: 80vh;
  }
  .main_visual .catcharea {
    position: absolute;
    top: 87%;
    left: 0;
    width: 90%;
    transform: translateY(-87%);
  }
  .main_visual .catcharea .sub_catch {
    font-size: 1rem;
  }
  .main_visual .catcharea .catchcopy {
    font-size: 1.4rem;
  }
}

#top .content {
  margin: 0;
  padding: 50px 0 100px;
}
#top .content h2 {
  margin-bottom: 5px;
  color: #333;
  letter-spacing: 2px;
}
#top .content .top_content {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto 50px;
  padding: 0;
}
#top .content .top_content:nth-child(odd) {
  flex-direction: row-reverse;
}
#top .content .top_content:nth-child(odd) .h2_sub {
  margin-bottom: 20px;
  color: #3ca9d4;
  font-weight: 900;
  letter-spacing: 2px;
}
#top .content .top_content:nth-child(even) {
  flex-direction: row;
}
#top .content .top_content:nth-child(even) .h2_sub {
  margin-bottom: 20px;
  color: #89d3de;
  font-weight: 900;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  #top .content .top_content {
    margin-bottom: 40px;
  }
  #top .content .top_content:nth-child(odd), #top .content .top_content:nth-child(even) {
    flex-direction: column;
  }
}
#top .content .top_content .text {
  width: 40%;
  padding: 0 50px;
}
#top .content .top_content .img {
  width: 60%;
}
#top .content .top_content .img img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #top .content .top_content .text, #top .content .top_content .img {
    width: 100%;
  }
  #top .content .top_content .text {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  #top .content .top_content .img img {
    height: 200px;
  }
}
#top .content .top_info {
  margin: 0 auto;
  max-width: 700px;
}
#top .content .top_info h2 {
  text-align: center;
}
#top .content .top_info p {
  margin-bottom: 20px;
  color: #89d3de;
  text-align: center;
}
#top .content .top_info .btn {
  margin: 50px auto 0;
}
#top .content .top_info .info_wrap {
  margin: 0 auto;
}
#top .content .top_info .info_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  list-style-type: none;
}
#top .content .top_info .info_wrap ul li:nth-child(1) {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #top .content .top_info {
    width: 100%;
    padding: 0 20px;
  }
  #top .content .top_info .info_wrap ul {
    justify-content: inherit;
  }
}

/****************************************

COMPANY
会社案内

***************************************/
#company .companyData {
  margin-bottom: 50px;
}
#company .companyData .data_list ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#company .companyData .data_list ul li {
  color: #333;
  font-weight: 600;
  letter-spacing: 1px;
}
#company .companyData .data_list ul .label {
  width: 20%;
}
#company .companyData .data_list ul .data {
  width: 80%;
}
@media screen and (max-width: 767px) {
  #company .companyData .data_list ul .data, #company .companyData .data_list ul .label {
    width: 100%;
  }
  #company .companyData .data_list ul li {
    margin-bottom: 10px;
  }
  #company .companyData .data_list ul .label {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(137, 211, 222, 0.2);
  }
}
#company .access {
  margin-bottom: 50px;
}
#company .access .address {
  margin-bottom: 10px;
  font-weight: 900;
}
#company .access ul {
  margin-bottom: 40px;
}
#company .access .googlemaps {
  width: 100%;
}
#company .access .googlemaps iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #company .access .googlemaps iframe {
    height: 300px;
  }
}
#company .message {
  font-size: 1.1rem;
  margin-bottom: 20px;
}
#company .message .name {
  text-align: right;
}

/****************************************

ABOUTUS
エンクロスとは

***************************************/
#aboutus main .content section {
  margin-bottom: 50px;
}
#aboutus main .content .catch div {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1.2;
}
#aboutus main .content .catch div .upper {
  margin-bottom: 5px;
}
#aboutus main .content .catch div .bottom {
  margin-bottom: 40px;
  color: #3ca9d4;
}
@media screen and (max-width: 767px) {
  #aboutus main .content .catch div {
    font-size: 1.6rem;
  }
}
#aboutus main .content .origin img {
  width: 100%;
}
#aboutus main .content .vision img {
  margin: 20px auto;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  #aboutus main .content .vision img {
    max-width: inherit;
    width: 100%;
  }
}

/****************************************

SERVICE
事業内容

***************************************/
#service.branch main .content .catch {
  margin-bottom: 40px;
}
#service.branch main .content .catch div {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #service.branch main .content .catch div {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
#service.branch main .content .solution h2 {
  margin-bottom: 20px;
}
#service.branch main .content .solution .lead {
  margin-bottom: 40px;
}
#service.branch main .content .solution img, #service.branch main .content .solution .flowBtn {
  margin-bottom: 50px;
}
#service.branch main .content .solution .pjlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#service.branch main .content .solution .pjlist > li {
  width: 47.5%;
  margin-bottom: 15px;
  padding: 20px 15px;
  background-color: #f8f8f8;
  border-radius: 3px;
  box-shadow: 1px 3px 6px 0px rgba(0, 0, 0, 0.3);
}
#service.branch main .content .solution .pjlist > li:nth-child(odd) {
  margin-right: 2.5%;
}
#service.branch main .content .solution .pjlist > li:nth-child(even) {
  margin-left: 2.5%;
}
#service.branch main .content .solution .pjlist > li h4 {
  margin-bottom: 5px;
  color: #3ca9d4;
}
#service.branch main .content .solution .pjlist > li p {
  min-height: 55px;
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  #service.branch main .content .solution .pjlist > li {
    width: 100%;
  }
  #service.branch main .content .solution .pjlist > li:nth-child(odd) {
    margin-right: 0;
  }
  #service.branch main .content .solution .pjlist > li:nth-child(even) {
    margin-left: 0;
  }
}
#service.branch main .content .solution .pjlist > li ul {
  display: flex;
  flex-wrap: wrap;
}
#service.branch main .content .solution .pjlist > li ul li {
  margin-bottom: 15px;
}
#service.branch main .content .solution .pjlist > li ul li:nth-child(odd) {
  width: 40%;
}
#service.branch main .content .solution .pjlist > li ul li:nth-child(even) {
  width: 60%;
}
@media screen and (max-width: 900px) {
  #service.branch main .content .solution .pjlist > li ul {
    width: 100%;
  }
  #service.branch main .content .solution .pjlist > li ul li:nth-child(odd) {
    width: 100%;
  }
  #service.branch main .content .solution .pjlist > li ul li:nth-child(even) {
    width: 100%;
  }
}

/****************************************

PRIVACY,POLICY
プライバシーポリシー、サイトポリシー

***************************************/
#privacy .content p, #policy .content p {
  margin-bottom: 20px;
  font-weight: 400;
}
#privacy .content ul, #policy .content ul {
  margin-bottom: 20px;
}
#privacy .content ul li:nth-child(1), #policy .content ul li:nth-child(1) {
  margin-bottom: 5px;
  font-weight: 600;
}

/****************************************

CONTACT,CONFIRM,THANKS　
お問い合わせ、確認画面、サンクス画面

***************************************/
#contact .content .attention, #confirm .content .attention, #thanks .content .attention {
  margin-bottom: 50px;
}
#contact .content .formArea, #confirm .content .formArea, #thanks .content .formArea {
  width: 100%;
}
#contact .content .formArea form ul, #confirm .content .formArea form ul, #thanks .content .formArea form ul {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  border-top: 2px solid #E2E2E2;
  font-weight: 600;
}
#contact .content .formArea form ul li:nth-child(1), #confirm .content .formArea form ul li:nth-child(1), #thanks .content .formArea form ul li:nth-child(1) {
  width: 30%;
}
#contact .content .formArea form ul li:nth-child(1) .required, #confirm .content .formArea form ul li:nth-child(1) .required, #thanks .content .formArea form ul li:nth-child(1) .required {
  color: #f00;
}
@media screen and (max-width: 767px) {
  #contact .content .formArea form ul li:nth-child(1), #confirm .content .formArea form ul li:nth-child(1), #thanks .content .formArea form ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 5px;
  }
}
#contact .content .formArea form ul li:nth-child(2), #confirm .content .formArea form ul li:nth-child(2), #thanks .content .formArea form ul li:nth-child(2) {
  width: 70%;
}
#contact .content .formArea form ul li:nth-child(2) input, #contact .content .formArea form ul li:nth-child(2) textarea, #confirm .content .formArea form ul li:nth-child(2) input, #confirm .content .formArea form ul li:nth-child(2) textarea, #thanks .content .formArea form ul li:nth-child(2) input, #thanks .content .formArea form ul li:nth-child(2) textarea {
  border: 2px solid #707070;
  border-radius: 3px;
  font-weight: 400;
}
#contact .content .formArea form ul li:nth-child(2) textarea, #confirm .content .formArea form ul li:nth-child(2) textarea, #thanks .content .formArea form ul li:nth-child(2) textarea {
  width: 600px;
  height: 350px;
}
@media screen and (max-width: 767px) {
  #contact .content .formArea form ul li:nth-child(2), #confirm .content .formArea form ul li:nth-child(2), #thanks .content .formArea form ul li:nth-child(2) {
    width: 100%;
  }
  #contact .content .formArea form ul li:nth-child(2) input, #confirm .content .formArea form ul li:nth-child(2) input, #thanks .content .formArea form ul li:nth-child(2) input {
    width: 100%;
  }
  #contact .content .formArea form ul li:nth-child(2) textarea, #confirm .content .formArea form ul li:nth-child(2) textarea, #thanks .content .formArea form ul li:nth-child(2) textarea {
    width: 100%;
    height: 350px;
  }
}
#contact .content .formArea form .checkbox, #confirm .content .formArea form .checkbox, #thanks .content .formArea form .checkbox {
  width: 100%;
  margin: 50px 0;
  padding: 10px;
  background-color: #dff6fc;
  text-align: center;
}
#contact .content .formArea form .submit, #confirm .content .formArea form .submit, #thanks .content .formArea form .submit {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#contact .content .formArea form .submit .btn_submit, #confirm .content .formArea form .submit .btn_submit, #thanks .content .formArea form .submit .btn_submit {
  display: block;
  margin: 0 auto;
  background-color: #3ca9d4;
  border: none;
  color: #fff;
  width: 250px;
  margin-top: 20px;
  padding: 15px;
  border-radius: 3px;
  letter-spacing: 2px;
  text-align: center;
  transition: all 0.3s ease;
}
#contact .content .formArea form .submit .btn_submit:hover, #confirm .content .formArea form .submit .btn_submit:hover, #thanks .content .formArea form .submit .btn_submit:hover {
  background-color: #89d3de;
}

#confirm main .content .formArea .submit {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 50px;
}
#confirm main .content .formArea .submit .btn_submit {
  margin: 0 10px;
}
#confirm main .content .formArea .submit .btn_back {
  background-color: #7b7b7b;
  border: none;
  color: #fff;
  width: 250px;
//  margin-top: 20px;
  padding: 15px;
  border-radius: 3px;
  letter-spacing: 2px;
  text-align: center;
  transition: all 0.3s ease;
}
#confirm main .content .formArea .submit .btn_back:hover {
  background-color: #585858;
}
@media screen and (max-width: 767px) {
  #confirm main .content .formArea .submit {
    flex-wrap: inherit;
    flex-direction: column;
    margin: 50px auto 0;
  }
  #confirm main .content .formArea .submit .btn_submit {
    margin: 0 auto;
  }
  #confirm main .content .formArea .submit .btn_back {
    margin: 0 auto 20px;
  }
}

/****************************************

INFOMATION
お知らせ一覧、詳細

***************************************/
#infomation .content ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #cbcbcb;
  font-weight: 600;
}
#infomation .content ul li:nth-child(1) {
  width: 15%;
}
#infomation .content ul li:nth-child(2) {
  width: 85%;
}
@media screen and (max-width: 767px) {
  #infomation .content ul li:nth-child(1), #infomation .content ul li:nth-child(2) {
    width: 100%;
  }
}

#info_page main .header_v .ttlArea .ttl::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  margin: 10px 0;
  background-color: #3ca9d4;
}/*# sourceMappingURL=style.css.map */