@charset "UTF-8";
/*
Theme Name: trust
Version: 1.0
Template: neve
*/
.jobtype-container {
  padding: 1rem;
}

.type-delivery {
  background: url(images/bg_delivery.jpg) no-repeat;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}

.type-spot {
  background: url(images/bg_spot.jpg) no-repeat;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}

.type-regular {
  background: url(images/bg_regular.jpg) no-repeat;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}

.jobtype {
  width: 90%;
  margin: 0 auto;
}
.jobtype .single_box {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid gray;
  border-radius: 5px;
  background: rgba(103, 189, 255, 0.4);
  font-weight: bold;
  font-size: 1.25rem;
}

.job_style {
  width: 100%;
  font-size: 1.5rem;
  padding: 1rem;
}
.job_style .box {
  margin-bottom: 1rem;
  padding: 1.5rem;
  background: #ececec;
  border-radius: 2rem;
}
.job_style .box p {
  margin-bottom: 0;
  line-height: 2.5rem;
}
.job_style .box dl {
  display: flex;
  flex-wrap: nowrap;
}
.job_style .box dl dt {
  width: 22%;
}
.job_style .box dl dd {
  width: 76%;
}

.em {
  font-weight: bold;
}

.large {
  font-size: 200%;
}

.job_style .box p span {
  width: 4rem;
  font-weight: bold;
}

.job_cobox {
  padding: 0.5rem;
  border: 3px solid #999;
  border-radius: 1rem;
  background: #fff;
}
.job_cobox p.title {
  font-weight: bold;
}

.job_fee {
  display: flex;
  justify-content: space-evenly;
}

.job_start {
  text-align: center;
  font-size: 1.5rem;
}

.start_time {
  font-size: 150%;
}

@media screen and (max-width: 500px) {
  .job_fee, .job_style .box dl {
    display: block;
  }
  .job_fee dt, .job_fee dd {
    width: 100%;
  }
  .job_style .box dl dt, .job_style .box dl dd {
    width: 100%;
  }
}
/* == new_style ================================================== */
html, body, p, h1, h2, h3, h4, h5, h6, ul, li, table, th, td {
  font-family: "Noto Serif JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}
h2 span {
  display: block;
  font-size: 1rem;
}

.flex {
  display: flex;
}

section {
  margin: 2rem auto 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.header-main, .header-main-inner {
  background-color: #08475f;
  color: #fff;
}

.header-main a, .header-main-inner a {
  color: #fff;
}

.header-main .nav-menu-primary li a,
.header-main .nav-menu-primary li.nv-active a {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}

.header-main-inner .nav-menu-primary li a,
.header-main-inner .nav-menu-primary li.nv-active a {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}


.header-main .nav-menu-primary li a:hover,
.header-main .nav-menu-primary li.nv-active a:hover,
.header-main-inner .nav-menu-primary li a:hover,
.header-main-inner .nav-menu-primary li.nv-active a:hover{ 
	color: #fff;
}


.top_img {
  background-color: #00698c;
  display: flex;
  justify-content: space-between;
}
.top_img .read {
  color: #fff;
  padding: 1rem;
  width: 40%;
}
.top_img .read h2 {
  padding-top: 3rem;
  font-size: 3rem;
}
.top_img .pic {
  width: 60%;
}
.top_img .pic img {
  width: 100%;
  height: 100%;
}

.toppage section {
  padding-top: 3rem;
}
.toppage section h2 {
  text-align: center;
}

.top_about {
  text-align: center;
}
.top_about .box {
  display: flex;
  width: 80%;
  margin: 0 auto;
}
.top_about .box div {
  width: 50%;
}
.top_about .box .text {
  height: 400px;
  padding-top: 150px;
  background-color: #00698c;
  color: #fff;
}
.top_about .box .img {
  padding-top: 150px;
}
.top_about .box .img img {
  width: 100%;
}

.top_strength .box {
  display: flex;
  justify-content: space-around;
}
.top_strength .box .single {
  text-align: center;
  width: 23%;
}
.top_strength .box .single .circle {
  width: 220px;
  height: 220px;
  margin: 0 auto;
  border-radius: 150px;
  background-color: orange;
}
.top_strength .box .single .circle h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
}
.top_strength .box .single .circle img {
  padding-top: 30px;
  width: 100px;
}

.top_service {
  background-color: #f6f6f6;
}
.top_service .box {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}
.top_service .box .single {
  text-align: center;
  width: 50%;
  height: 400px;
  padding: 1rem;
}
.top_service .box .single a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.top_service .box .single a:hover {
  opacity: 0.7;
  background: rgba(255, 255, 255, 0.5);
}
.top_service .box .single h3 {
  padding-top: 150px;
}
.top_service .box .sv01 {
  background: url(images/top_sv01.jpg) no-repeat;
  background-size: cover;
}
.top_service .box .sv02 {
  background: url(images/top_sv02.jpg) no-repeat;
  background-size: cover;
}
.top_service .box .sv03 {
  background: url(images/top_sv03.jpg) no-repeat;
  background-size: cover;
}
.top_service .box .sv04 {
  background: url(images/top_sv04.jpg) no-repeat;
  background-size: cover;
}

.top_submenu .box {
  display: flex;
  justify-content: space-between;
}
.top_submenu .box .single {
  position: relative;
  text-align: center;
  width: 33%;
}
.top_submenu .box .single a {
  color: #fff;
  width: 100%;
  height: 100%;
}
.top_submenu .box .single img {
  width: auto;
  height: 100%;
}
.top_submenu .box .single p {
  background-color: #00698c;
  width: 100%;
  font-size: 1.5rem;
  margin-bottom: 0;
  position: absolute;
  /*重ねたい子要素にabsolute*/
  top: 70%;
  left: 0%;
  padding: 1rem;
  opacity: 0.9;
}

.alignment {
  background: #f6f6f6;
  text-align: center;
}
.alignment img {
  border-radius: 20px;
}

.banner {
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  padding: 1rem 0;
}
.banner a {
  width: 30%;
}
.banner img {
  border-radius: 30px;
  height: auto;
}

.footer {
  padding: 2rem 0;
  color: #fff;
  background-color: #08475f;
}

.nav-ul .sub-menu {
	background-color:#00698c; 
}

@media screen and (max-width: 800px) {
  .top_img {
    display: block;
    flex-direction: column;
  }
  .top_img .read {
    width: 80%;
    position: absolute;
    margin-top: 20px;
    background-color: #00698c;
    opacity: 0.8;
    padding: 1rem;
    z-index: 10;
  }
  .top_img .read h2 {
    padding-top: 0;
    font-size: 2rem;
  }
  .top_img .pic {
    width: 100%;
  }
  .top_about .box {
    display: block;
  }
  .top_about .box div {
    width: 100%;
  }
  .top_about .box .text {
    padding-top: 2rem;
    padding-bottom: 2rem;
    height: auto;
  }
  .top_strength .box {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .top_strength .box .single {
    text-align: center;
    width: 48%;
    margin: 0 auto 3rem;
  }
  .top_strength .box .single .circle {
    margin: 0 auto;
    border-radius: 150px;
    background-color: orange;
  }
  .top_strength .box .single .circle h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
  }
  .top_strength .box .single .circle img {
    padding-top: 30px;
    width: 125px;
  }
  .top_service .box {
    display: block;
    width: 100%;
  }
  .top_service .box .single {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .top_strength .box {
    display: block;
  }
  .top_strength .box .single {
    width: 80%;
  }
  .banner {
    display: block;
    width: 100%;
    height: auto;
  }
  .banner a {
    margin: 0 auto;
    width: 80%;
    display: block;
    padding-bottom: 1rem;
  }
	
}
/*# sourceMappingURL=style.css.map */