@charset "utf-8";

.contents {
  padding-top: 0;
}

/* --------------------------------------------

mainVisual

---------------------------------------------- */ 
.mainVisual {
  position: relative;
  padding-top: 3em;
}
.mainVisual__logo {
  box-sizing: border-box;
  position: absolute; top: 0; left: 0; z-index: 1;
  width: 100%; max-width: 1040px;
}
.mainVisual__logo img {
  display: block;
  width: 100%;
}

.mainVisal__image {
  width: 90%; max-width: 1180px;
  margin: 0 auto 8em;
}
@media screen and (max-width:768px){
.mainVisal__image {
  margin: 0 auto 3em;
}
}

.mainVisal__image img {
  display: block;
  width: 100%;
}

.mainVisual__heading {
  margin-bottom: 1em;
  font-family: kozuka-mincho-pro, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px; font-size: 2.8rem;
  text-align: center;
  color: #18597A;
}

.mainVisual__description {
  margin-bottom: 8em;
  font-family: kozuka-mincho-pro, serif;
  font-size: 14px; font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width:768px){
.mainVisual__description {
  margin-bottom: 4em;
}
}


/* --------------------------------------------

service

---------------------------------------------- */ 
/* .top-service {
  padding: 3em 0 15em;
} */
.top-service {
  padding: 3em 0 10em;
}

@media screen and (max-width:599px){
/* .top-service {
  padding: 3em 0 10em;
} */
.top-service {
  padding: 3em 0 4em;
}
}

.top-service .contentsTitle {
  margin-bottom: 5em;
}

.top-service__inner {
  display: flex;
  justify-content: space-between;
  width: 90%; max-width: 1120px;
  margin: auto;
}
@media screen and (max-width:599px){
.top-service__inner {
  display: block;
}
}

.serviceItem {
  width: 48%; max-width: 533px;
}
@media screen and (max-width:599px){
.serviceItem {
  width: 100%; max-width: 320px;
  margin: 0 auto 1em;
}
}

.serviceItem__image img {
  display: block;
  width: 100%;
}

.serviceItem__textbox {
  padding: 1em 5% 3em;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#17548d+0,40839c+100 */
  background: #17548d; /* Old browsers */
  background: -moz-linear-gradient(left, #17548d 0%, #40839c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #17548d 0%,#40839c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #17548d 0%,#40839c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17548d', endColorstr='#40839c',GradientType=1 ); /* IE6-9 */
}

.serviceItem__heading {
  margin-bottom: 0.5em;
  font-family: yu-mincho-pr6, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px; font-size: 3rem;
  text-align: center;
  color: #fff;
}

.serviceItem__text {
  font-family: kozuka-mincho-pro, serif;
  font-size: 14px; font-size: 1.4rem;
  text-align: center;
  color: #fff;
}


/* --------------------------------------------

top-nintei

---------------------------------------------- */ 
.top-nintei {
  padding: 3em 0 10em;
}
.top-nintei .top-company__inner {
  background-color: #e5eff4;
}
.top-nintei .list {
  display: flex;
  justify-content: center;
  gap: 0 40px;
  margin: 0 auto;
  width: 90%;
  max-width: 730px;
  padding: 60px 0;
}
.top-nintei .list li {
  width: calc((100% - 80px) / 3);
}
.top-nintei .list li img {
  width: 100%;
  border: 1px solid #dedede;
  margin-bottom: 14px;
}
.top-nintei .list li h3 {
  color: #18597a;
  font-family: yu-mincho-pr6, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 3px;
}
.top-nintei .list li p {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width:1000px){
  .top-nintei .list {
    gap: 0 20px;
  }
  .top-nintei .list li {
    width: calc((100% - 40px) / 3);
  }  
}
@media screen and (max-width:640px){
  .top-nintei {
    padding: 3em 0 4em;
  }  
  .top-nintei .list {
    flex-direction: column;
    gap: 30px 20px;
    padding: 50px 0;
  }
  .top-nintei .list li {
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }
  .top-nintei .list li img {
    max-width: 160px;
    margin-bottom: 10px;
  }
}


/* --------------------------------------------

company

---------------------------------------------- */ 
.top-company {
  padding: 3em 0 15em;
}
@media screen and (max-width:768px){
.top-company {
  padding: 3em 0 10em;
}
}

.top-company .contentsTitle {
  margin-bottom: 8em;
}
@media screen and (max-width:768px){
.top-company .contentsTitle {
  margin-bottom: 5em;
}
}

.top-company__inner {
  position: relative;
  width: 90%; max-width: 976px;
  margin: auto;
}

.top-company__image {
  width: 80%; max-width: 612px;
}
@media screen and (max-width:980px){
.top-company__image {
  width: 60%; max-width: 612px;
}
}

.top-company__image img {
  display: block;
  width: 100%;
}

.top-company__textbox {
  position: absolute; top: 0; right: 0;
  width: 50%; max-width: 418px;
  padding: 8em 0 0;
}
@media screen and (max-width:980px){
.top-company__textbox {
  width: 55%;
  padding: 15% 0 0;
}
}
@media screen and (max-width:768px){
.top-company__textbox {
  width: 68%;
}
}
@media screen and (max-width:599px){
.top-company__textbox {
  position: relative; z-index: 1;
  margin: -20% 0 0 auto;
}
}

.top-company__heading {
  margin-bottom: 3em;
  font-family: kozuka-mincho-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 46px; font-size: 4.6rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width:980px){
.top-company__heading {
  margin-bottom: 1em;
  font-size: 40px; font-size: 4rem;
}
}
@media screen and (max-width:599px){
.top-company__heading {
  font-size: 30px; font-size: 3rem;
}
}

.top-company__button {
  display: block;
  width: 100%; max-width: 279px;
}

.top-company__button img {
  display: block;
  width: 100%;
}



/* --------------------------------------------

recruit

---------------------------------------------- */ 
.top-recruit {
  padding: 3em 0 15em;
}
@media screen and (max-width:980px){
.top-recruit {
  padding: 3em 0 10em;
}
}

.top-recruit .contentsTitle {
  margin-bottom: 8em;
}
@media screen and (max-width:768px){
.top-recruit .contentsTitle {
  margin-bottom: 5em;
}
}

.top-recruit__inner {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  width: 90%; max-width: 882px;
  margin: auto;
}
@media screen and (max-width:980px){
.top-recruit__inner {
  display: block;
  flex-flow: row;
  width: 90%; max-width: 500px;
  margin: auto;
}
}

.top-recruit__image {
  overflow: hidden;
  width: 50%;
}
@media screen and (max-width:980px){
.top-recruit__image {
  width: 100%;
}
}

.top-recruit__image img {
  display: block;
  height: 100%;
  margin-left: -20%;
}
@media screen and (max-width:980px){
.top-recruit__image img {
  display: block;
  width: 100%;
  height: inherit;
  margin-left: 0;
}
}

.top-recruit__textbox {
  width: 50%;
  padding: 4em 8%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#17548d+0,40839c+100 */
  background: #17548d; /* Old browsers */
  background: -moz-linear-gradient(left, #17548d 0%, #40839c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #17548d 0%,#40839c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #17548d 0%,#40839c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17548d', endColorstr='#40839c',GradientType=1 ); /* IE6-9 */
}
@media screen and (max-width:980px){
.top-recruit__textbox {
  width: 100%;
}
}


.top-recruit__heading {
  margin-bottom: 2em;
  font-family: kozuka-mincho-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px; font-size: 2.8rem;
  letter-spacing: 0.15em;
  color: #fff;
}

.top-recruit__button {
  display: block;
  width: 80%; max-width: 253px;
}
@media screen and (max-width:980px){
.top-recruit__button {
  width: 100%; max-width: 220px;
}
}

.top-recruit__button img {
  display: block;
  width: 100%;
}


/* --------------------------------------------

contact

---------------------------------------------- */ 
.top-contact {
  padding: 3em 0 15em;
}
@media screen and (max-width:980px){
.top-contact {
  padding: 3em 0 8em;
}
}

.top-contact::before {
  display: block;
  content: "";
  width: 1px;
  height: 450px;
  margin: 0 auto 3em;
  background: #37637B;
}
@media screen and (max-width:980px){
.top-contact::before {
  height: 100px;
}
}
.top-contact-conf::before {
  height: 100px;
}

.top-contact .contentsTitle {
  margin-bottom: 8em;
}
@media screen and (max-width:768px){
.top-contact .contentsTitle {
  margin-bottom: 5em;
}
}

.top-contact__inner {
  width: 90%; max-width: 563px;
  margin: auto;
}

.formList {
  margin-bottom: 5em;
}
.formList__head {
  float: left;
  clear: left;
  width: 8em;
  padding: 1.5em 0;
  font-size: 14px; font-size: 1.4rem;
}
@media screen and (max-width:768px){
.formList__head {
  float: none;
  width: 100%;
  padding: 0.5em 0;
}
}

.formList__text {
  padding: 1em 0 1em 15em;
  font-size: 14px; font-size: 1.4rem;
}
@media screen and (max-width:768px){
.formList__text {
  padding: 0 0 1.5em 0;
}
}

.formList__inputText,
.formList__textarea {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 0.5em;
  border: none;
  background: #F2F2F2;
}

.formList__inputText-min {
  max-width: 188px;
  margin-bottom: 0.5em;
}

.formList__textarea {
  height: 171px;
  resize: vertical;
}

.top-contact__button {
  width: 80%; max-width: 300px;
  margin: auto;
  background: url("../img/index/contact_button.png") center no-repeat;
  background-size: cover;
}

.top-contact__button-back {
  margin-top: 1em;
  background: #aaa;
}

@media screen and (max-width:768px){
.top-contact__button {
  max-width: 250px;
}
}

.formButton {
  display: block;
  width: 100%;
  height: 55px;
  font-family: yu-mincho-pr6, sans-serif;
  font-style: normal;
  border: none;
  color: #fff;
  background: none;
  cursor: pointer;
}

.top-contact__heading {
  margin-bottom: 1em;
  text-align: center;
}

.top-contact__text {
  margin-bottom: 2em;
  font-size: 14px; font-size: 1.4rem;
  text-align: center;
}


.formList-conf dt {
  float: left;
  clear: left;
  width: 8em;
  padding: 1.5em 0;
  font-size: 14px; font-size: 1.4rem;
}
@media screen and (max-width:768px){
.formList-conf dt {
  float: none;
  width: 100%;
  padding: 0.5em 0;
}
}

.formList-conf dd {
  padding: 1em 0 1em 15em;
  font-size: 14px; font-size: 1.4rem;
}
@media screen and (max-width:768px){
.formList-conf dd {
  padding: 0 0 1.5em 0;
}
}

.formList-conf dd span {
  display: block;
  min-height: 40px;
  padding: 0.5em 0.5em;
  background: #F2F2F2;
}

.error_messe {
  margin-bottom: 1em;
  text-align: center;
  font-size: 14px; font-size: 1.4rem;
}
.error_messe:nth-last-of-type(1) {
  margin-bottom: 5em;
}






