@charset "UTF-8";

/* -----------------------------------------------

	 pagename(mainタグのクラス名を合わせる事)

----------------------------------------------- */
.utop_section {
  position: relative;
  height: 380px;
  background-image: url(../images/under_mainimg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.utop_section::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #121c2e;
  opacity: 0.35;
  z-index: -1;
}
.utop_section .sechead .ja,
.utop_section .sechead .en{
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,0.7);
}
.utop_section .container{
  height: 100%;
}
.utop_section .cwrap,
.utop_section .bgwrap{
	height: 100%;
}
.utop_section .sechead {
	margin: 0;
}
.utop_section .sechead .ja,
.utop_section .sechead .en{
	text-align: center;
}


@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
	.utop_section {
		height: 300px;
	}
}
@media only screen and (max-width: 479px) {
	.utop_section {
		height: 200px;
	}
}

/* -----------------------------------------------
	 service
   ----------------------------------------------- */
#service .sec_service .servicewrap .service{
  margin-bottom: 180px;
}
#service .sec_service .servicewrap .service .set{
  margin-bottom: 60px;
}
#service .sec_service .servicewrap .service .set strong{
  color: #277eb8;
}
#service .sec_service .servicewrap .service li{
  line-height: 1.5;
  margin-bottom: 10px;
  }
.usec_serviceintro .txts{
  margin-bottom: 90px;
}
.usec_serviceintro .txts strong{
  color: #277eb8;
}
#service .sec_service .servicewrap .service h4{
  color: #277eb8;
  border-bottom: solid 2px #277eb8;
  margin-bottom: 15px;
}
#service .sec_service .lasttxt{
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 479px) {
}



/* -----------------------------------------------
	 usec_reason
----------------------------------------------- */
#service .usec_reason .reasonwrap{
  gap: 40px;
}
#service .usec_reason .reason{
  background: #edf1f8;
  padding: 20px;
  height: 250px;
  border-radius: 20px;
  line-height: 1.5;
  text-align: center;
  width: calc(100% / 3 - 25px);
  font-weight: 700;
  color: #277eb8;
}
#service .usec_reason .reason p{
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  #service .usec_reason .reasonwrap{
    gap: 30px;
  }
  #service .usec_reason .reason{
    width: calc(100% / 3 - 20px);
    height: 200px;
  }
  #service .usec_reason .reason p{
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #service .usec_reason .reasonwrap{
    flex-wrap: wrap;
    gap: 15px;
  }
  #service .usec_reason .reason{
    width: 100%;
    height: auto;
    padding: 30px 20px;
  }
}

/* -----------------------------------------------
usec_flow
----------------------------------------------- */
#service .usec_flow .flowwrap{
  margin-bottom: 90px;
}
#service .usec_flow .faq{
  margin-bottom: 30px;
  padding: 0;
  text-indent: 0;
}
#service .usec_flow h3{
  color: #277eb8;
  border-bottom: solid 2px #277eb8;
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 479px) {
  #service .usec_flow .flowwrap{
    margin-bottom: 60px;
  }
}



/* -----------------------------------------------
usec_flow
----------------------------------------------- */
#service .usec_faq .faq{
  margin-bottom: 30px;
}
#service .usec_faq h3{
  background: #edf1f8;
  padding: 15px;
  color: #277eb8;
  line-height: 1.3;
  padding-bottom: 10px;
}
@media only screen and (max-width: 479px) {
  #service .usec_faq h3{
    padding: 10px;
  }
}



/* -----------------------------------------------
	 sec_company
----------------------------------------------- */
.sec_company table{
  width: 100%;
}
.sec_company table tr{
  display: flex;
  border-bottom: solid 1px #cdcdcd;
}
.sec_company table th{
  text-align: left;
  width: 300px;
}
.sec_company table td{
  width: 100%;
}
.sec_company table th,
.sec_company table td{
  background: transparent;
  padding: 45px 30px;
  border: none;
}

  @media only screen and (max-width: 1024px) {
    .sec_company table th,
    .sec_company table td{
      padding: 35px 30px;
    }
    .sec_company table th {
      width: 250px;
    }
  }
  @media only screen and (max-width: 768px) {
    .sec_company table th {
      width: 200px;
    }
  }
  @media only screen and (max-width: 479px) {
    .sec_company table tr{
      flex-direction: column;
    }
    .sec_company table th {
      padding: 15px 15px 0;
    }
    .sec_company table td {
      padding: 10px 15px 15px;
    }
  }



/* -----------------------------------------------

	 contact

----------------------------------------------- */
#contact .usec_contact .txt{
	margin-bottom: 60px;
}
#contact #f_contact{
	display: none;
}

@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
	#contact .usec_contact .txt{
		margin-bottom: 45px;
	}
}
@media only screen and (max-width: 479px) {
	#contact .usec_contact .txt{
		margin-bottom: 30px;
	}
}


/* -----------------------------------------------

	 under

----------------------------------------------- */
.under{}

@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 479px) {
}

/* -----------------------------------------------

	 under

----------------------------------------------- */
.under{}

@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 479px) {
}

/* -----------------------------------------------

	 under

----------------------------------------------- */
.under{}

@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 479px) {
}

/* -----------------------------------------------

	 under

----------------------------------------------- */
.under{}

@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 479px) {
}