@charset "utf-8";

/*====================================================
共通パーツ
====================================================*/
.sec_ttl {
  text-align: center;
  font-size: 45px;
  line-height: 1.6em;
  font-weight: bold;
  margin: 0 0 30px;
  padding: 0;
}
.sub_ttl {
  text-align: center;
  font-size: 36px;
  line-height: 1.6em;
  font-weight: 400;
  margin: 0 0 25px;
  padding: 0;
}

#lower .page_ttl {
  text-align: center;
  font-size: 45px;
  line-height: 1.6em;
  font-weight: bold;
  margin: 0 0 30px;
  padding: 0;
}

.bgc_gray {
  background: #F5F4F4;
}

ul.dotted  ul.numble {
  width: 100%;
  counter-reset: number 0;
}
ul.dotted  ul.numble li {
  width: 100%;
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
}
ul.dotted ul.numble li:before {
  counter-increment: number 1;
  content: counter(number) '. ';
  margin: 0 .5em 0 0;
  display: unset;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
}

ul.dotted {
  width: 100%;
}
ul.dotted li {
  width: 100%;
  padding: 0 0 0 15px;
  text-indent: -15px;
}
ul.dotted li:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #00519A;
  margin: 0 5px 0 0;
}

.slider a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.slider li.slick-slide {
  border: 1px solid #707070;
  padding: 25px;
  margin: 0 10px;
  background: #fff;
}
.slick-prev, .slick-next {
  width: 40px;
  height: 40px;
  transition: .6s;
}
.slick-prev {
  background: url("../images/carousel_nav_prev.svg") no-repeat center / contain;
  left: -50px;
}
.slick-prev:hover {
  background: url("../images/carousel_nav_prev.svg") no-repeat center / contain;
  opacity: .8;
}
.slick-next {
  background: url("../images/carousel_nav_next.svg") no-repeat center / contain;
  right: -50px;
}
.slick-next:hover {
  background: url("../images/carousel_nav_next.svg") no-repeat center / contain;
  opacity: .8;
}
.slick-disabled,
.slick-disabled:hover {
  background: none;
  cursor: default;
  display: none!important;
}
.slick-prev:before {
  content: '';
  background: url("../images/carousel_nav_prev.svg") no-repeat center / contain;
  width: 40px;
  height: 40px;
  display: inline-block;
}
.slick-next:before {
  content: '';
  background: url("../images/carousel_nav_next.svg") no-repeat center / contain;
  width: 40px;
  height: 40px;
  display: inline-block;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}



/*メインビジュアル*/
#lower #mv {
  width: 100%;
  height: 220px;
  background: #fff url("../images/lower_mv.jpg") no-repeat center / cover;
}
#lower #mv.recruit {
  background: #fff url("../images/recruit_mv.jpg") no-repeat center top / cover;
}

/*concept*/
#concept p {
  text-align: center;
  font-size: 24px;
  line-height: 2.2em;
}
#concept p .eyecatch {
  display: block;
  color: #1B2B79;
  font-size: 50px;
  line-height: 1.8em;
  font-weight: bold;
}


/*service*/
#service .wrap {
  max-width: 800px;
}
#service .service_slider {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  position: relative;
}
#service .slider .thumb {
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
}
#service .slider h3 {
  text-align: center;
  font-size: 18px;
  line-height: 1.8em;
  margin: 0 0 10px;
}
#service .slider p {
  font-size: 15px;
  line-height: 2em;
}
#service .slider li {
  padding: 20px;
}


/*group company*/
#group .wrap {
  max-width: 800px;
}
#group .group_slider {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  position: relative;
}
#group .slider .logo {
  width: 100%;
  text-align: center;
  padding: 20px;
  margin: 0;
}
#group .slider .logo img {
  width: auto;
  max-height: 100px;
  margin: 0 auto;
}
#group .slider h3 {
  text-align: center;
  font-size: 18px;
  line-height: 1.8em;
}
#group .slider .slick-slide {
  padding-bottom: 110px;
  position: relative;
}
#group .slider .btnBox {
  position: absolute;
  width: 100%;
  padding: 25px;
  bottom: 0;
  left: 0;
}

/*company info*/
#company table {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8em;
}
#company table tr {
  border-top: 1px solid #BAAE99;
}
#company table tr:last-of-type {
  border-bottom: 1px solid #BAAE99;
}
#company table th {
  width: 220px;
  background: #DEE1E5;
  font-weight: normal;
  padding: 1em;
  text-align: left;
  vertical-align: top;
}
#company table td {
  background: #fff;
  padding: 1em;
}
#company dl {
  width: 100%;
  display: inline-block;
}
#company dl dt {
  display: inline-block;
  width: 7em;
}
#company dl dd {
  display: inline-block;
  width: calc(100% - 8em);
}

/*recruit*/
#recruit .wrap {
  padding-bottom: 0;
}
#recruit .contents {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 80px;
}
#recruit p {
  font-size: 18px;
  line-height: 2em;
}
#recruit .btnBox {
  margin-top: 45px;
}


/*map*/
#map {
  background: #052C57;
  color: #fff;
}
#map .map_wrap {
  justify-content: flex-start;
  align-items: center;
}
#map .txt_area {
  width: 30vw;
  justify-content: flex-end;
  padding: 25px;
}
#map .txt_area .inner {
  width: auto;
  text-align: center;
}
#map .txt_area h4 {
  margin: 0 0 40px;
}
#map .txt_area p {
  font-size: 16px;
  line-height: 2em;
}
#map .g_map {
  width: 70vw;
}
#map .g_map iframe {
  width: 100%;
  height: 480px;
}

/*top contact*/
#top #contact .sub_ttl {
  margin: 0 0 50px;
}



/*フォーム*/
#page_form .page_ttl {
  margin-bottom: 35px;
}
#page_form .wrap {
  padding-bottom: 150px;
}
#page_form .lead_txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
}
form .form_table {
  width: 100%;
  margin: 80px 0 0 0;
}
form .form_table th span {
  display: inline-block;
	width: 50px;
  text-align: center;
  font-size: 12px;
  line-height: 1.4em;
  font-weight: bold;
  color: #fff;
  background: #05376A;
  margin: 0 0 0 8px;
}
form p.error_msg{
  font-size: 15px;
  line-height: 1.5em;
	color: #FF0000;
}
form .form_table tr {
  width: 100%;
}
form .form_table th {
  width: calc(100% - 660px);
  padding: 0 1em 40px 0;
  text-align: left;
  vertical-align: top;
}
form .form_table td {
  width: 657px;
  padding: 0 0 40px;
}
form .form_table tr:last-child td {
  padding: 0;
}
form .form_table td .input_box {
  width: 100%;
  gap: 20px 25px;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="number"],
form input[type="password"] {
	line-height: 1.5em;
	padding: 10px;
	border: 1px solid #B7B7B7;
  border-radius: 5px;
	background: #fff;
	font-size: 15px;
}
form select {
	line-height: 1.5em;
	padding: 5px 10px;
	border: 1px solid #B7B7B7;
  border-radius: 5px;
	background: #fff;
	font-size: 15px;
	height: 35px;
}
form textarea {
  display: block;
	height: 10em;
	padding: 10px;
	border: 1px solid #B7B7B7;
  border-radius: 5px;
	background: #fff;
	font-size: 15px;
}
input[type="radio"],
input[type="checkbox"] {
  width: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
form .radio,
form .checkbox {
  position: relative;
}
form .radio .label {
  padding: 0 0 0 25px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
form .radio .label:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid #05376A;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 1;
}
form .radio input[type="radio"] + label:after {
  content: '';
  width: 11px;
  height: 11px;
  border-radius: 11px;
  background: #05376A;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translate(0,-50%) scale(0,0);
  transform-origin: center;
  z-index: 2;
  transition: .3s;
}
form .radio input[type="radio"]:checked + label:after {
  transform: translate(0,-50%) scale(1,1);
}
form .checkbox .label {
  padding: 0 0 0 25px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
form .checkbox .label:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 1px solid #B7B7B7;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 1;
}
form .checkbox input[type="checkbox"] + label:after {
  content: '';
  width: 15px;
  height: 15px;
  background: url("../images/icon_check.svg") no-repeat center /contain;
  position: absolute;
  left: 1px;
  top: 5px;
  opacity: 0;
  z-index: 2;
  transition: .3s;
}
form .checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1
}
form .checkbox input[type="checkbox"].error + label:before {
  border: 1px solid #ff0000!important;
  background: #f8f5f5!important;
}

::placeholder {
  color: #B7B7B7;
}
form input:focus,
form textarea:focus {
  border: 1px solid #B7B7B7;
  background: #F1F6F8;
  outline: 0;
}
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}
form input.error,
form textarea.error {
  border: 1px solid #ff0000!important;
  background: #f8f5f5!important;
}
form .wd_s {max-width: 150px; width: 100%;}
form .wd_m {max-width: 244px; width: 100%;}
form .wd_l {width: 100%;}

#page_form .btn_wrap {
  justify-content: center;
  gap: 20px 30px;
  margin: 75px 0 0 0;
}
#page_form .sbmBtn {
  display: inline-block;
  border: 1px solid #05376A;
  color: #05376A!important;
  background: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: bold;
  margin: 0;
  padding: 14px 0;
  max-width: 276px;
  width: 100%;
  border-radius: 50px;
  cursor: pointer;
  transition: .3s;
}
#page_form .sbmBtn:hover {
  color: #fff!important;
  background: #05376A;
}
#page_form .sbmBtn.back {
  border: 1px solid #707070;
  color: #707070!important;
  background: #fff;
}
#page_form .sbmBtn.back:hover {
  color: #fff!important;
  background: #707070;
}

/*プライバシーポリシー*/
#privacy .wrap {
  padding-bottom: 100px;
}
#privacy h2 {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 600;
  margin: 1.8em 0 .5em 0;
  padding: 0 0 .5em;
  position: relative;
}
#privacy h2:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#privacy h2:after {
  content: '';
  width: 150px;
  height: 1px;
  background: #1982C3;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
#privacy p {
  font-size: 14px;
  line-height: 2em;
  margin: 0;
}
#privacy p.update {
  width: 100%;
  text-align: right;
  margin-top: 4em;
}


/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  
  .sec_ttl {
    font-size: 8vw;
    margin: 0 0 15px;
  }
  .sub_ttl {
    font-size: 6vw;
    margin: 0 0 10px;
  }
  .slick-prev, .slick-next {
    width: 30px;
    height: 30px;
  }
  .slick-prev {
    left: -30px;
  }
  .slick-next {
    right: -30px;
  }
  .slick-prev:before, .slick-next:before {
    width: 30px;
    height: 30px;
  }
  .slider li.slick-slide {
    margin: 0 10px;
  }
  .slick-prev:hover,
  .slick-next:hover {
    opacity: 1;
  }
  
  #concept p {
    font-size: 18px;
  }
  #concept p .eyecatch {
    font-size: 30px;
  }
  #service .service_slider,
  #group .group_slider {
    width: calc(100% - 40px);
    margin: 10px 20px 0;
  }
  #service .slider li {
    padding: 15px;
  }
  #company table th,
  #company table td {
    width: 100%;
    display: block;
  }
  #company table th {
    padding: 0.5em 1em;
  }
  #recruit p {
    font-size: 16px;
  }
  #map .txt_area {
    width: 100%;
    justify-content: center;
    padding: 40px 5%;
  }
  #map .txt_area h4 {
    margin: 0 0 20px;
  }
  #map .g_map {
    width: 100%;
  }
  #map .g_map iframe {
    height: 400px;
  }
  #top #contact .sub_ttl {
    margin: 0 0 20px;
  }
	form input[type="text"],form input[type="email"],form input[type="tel"],form input[type="number"],form input[type="password"],form select,form textarea {
	  font-size: 16px;
	}
	form .form_table th {
    width: 100%;
    display: block;
    padding: 0 0 10px;
  }
	form .form_table td {
    width: 100%;
    display: block;
    padding: 0 0 25px;
  }
  form .form_table td .input_box div {
    width: 100%;
  }
  form .wd_m {
    max-width: unset;
    width: 100%;
  }  
  form .radio .label:before {
    top: 6px;
    transform: translate(0,0);
  }
  form .radio input[type="radio"] + label:after {
    top: 9px;
    transform: translate(0,0) scale(0,0);
  }
  form .radio input[type="radio"]:checked + label:after {
    transform: translate(0,0) scale(1,1);
  }
  form .checkbox .label:before {
    top: 7px;
    transform: translate(0,0);
  }
  form .checkbox input[type="checkbox"] + label:after {
    top: 8px;
  }
  #lower #mv {
    height: 100px;
  }
  #lower .page_ttl {
    font-size: 8vw;
  }
  #page_form .page_ttl {
    margin-bottom: 25px;
  }
  #page_form .wrap {
    padding-bottom: 100px;
  }
  
}