@charset "UTF-8";

.content {
  width: 100%;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
  .wrap { width: 100%; }
}
@media screen and (max-width: 767px) {
  .wrap { width: 90%; }
  .content { padding: 0 !important; }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

section {
  padding: 40px 0;
}

@media screen and (max-width:767px) {
  section {
    padding: 20px 0;
  }
}

.w100 {
  width: 100%;
}

#daihyo-message h4 {
  font-size: 2em;
  color: #fff;
  text-align: center;
  padding: 0 3rem;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  background-image: -webkit-gradient(linear, left top, right top, from(#209cff), to(#68e0cf));
  background-image: -webkit-linear-gradient(left, #209cff 0%, #68e0cf 100%);
  background-image: linear-gradient(to right, #209cff 0%, #68e0cf 100%);
  margin-bottom: 30px;
}

a {
  text-decoration: none;
}

a:hover {
  transition: all .3s;
  opacity: 0.6;
  filter: brightness(110%); 
}

.center {
  text-align: center;
  margin: 0 auto;
}

.right {
  text-align: right;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#workstyle .flexbox,
#kankyo .flexbox,
#tuyomi .flexbox:first-of-type {
  margin-bottom: 30px;
}

.col_4 {
  width: 23%;
}

.col_3 {
  width: 30%;
}

.col_2 {
  width: 48%;
}

#daihyo-message .col_left {
  width: 18%;
}

#daihyo-message .col_right {
  width: 80%;
}

.col_left {
  width: 10%;
}

.col_right {
  width: 90%;
}

.w35 {
  width: 35%;
}

@media screen and (max-width:767px) {
  #daihyo-message .col_left,
  #daihyo-message .col_right,
  .grayBox .flexbox div,
  .w35 {
    width: 100% !important;
  }
  .col_4 {
    width: 48%;
    margin-bottom: 1em;
  }
  .col_right {
    width: 77%;
  }
  #shift .col_left {
    width: 25% !important;
  }
  #shift .col_right {
    width: 75% !important;
  }
  .col_3,
  .col_2 {
    width: 100%;
    margin-bottom: 15px;
  }
  #tuyomi .flexbox:first-of-type {
    margin-bottom: 0;
  }
}

.h3_style1 {
  width: 100%;
  height: 80px;
  background: #4098d2;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 30px;
}

.h4_style1 {
  font-size: 25px;
  font-weight: 900;
  color: #1c38a8;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.h4_style2 {
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.01em;
  text-align: center;
  line-height: 1.7;
  background: #1C38A8;
  margin-bottom: 30px;
}

@media screen and (max-width:767px) {
  .h3_style1 {
    height: auto;
    font-size: 22px;
    padding: 10px 0;
  }
  .h4_style2 {
    font-size: 20px;
  }
}

.cube_blue {
  width: 60px;
  height: 60px;
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  line-height: 30px;
  text-align: center;
  background: #1c38a8;
  padding: 15px;
}

.cube_blue span {
  font-size: 30px;
}

@media screen and (max-width:767px) {
  .cube_blue {
    width: 55px;
    height: 55px;
    line-height: 26px;
    padding: 5px;
  }
}

p {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 5px;
}

.red {
  color: #dc143c;
}

.grayBox {
  background: #f1f0ef;
  margin: 20px auto 50px;
  padding: 20px 50px;
}

.grayBox h5 {
  font-size: 35px;
  letter-spacing: 0.01em;
  color: #6c6d6a;
  text-align: center;
}

@media screen and (max-width:767px) {
  .grayBox {
    padding: 10px 15px;
  }
  .grayBox h5 {
    font-size: 22px;
  }
}

.point1_ttl1, .point1_ttl2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  text-align: center;
}

.point1_ttl1 {
  color: #022F73;
}

.point1_ttl2 {
  color: #EB6100;
}

.mb_set1 {
  margin-bottom: 30px;
}

.ml_set1 {
  margin-left: 1em;
}

.mt_set1 {
  margin-top: 10px;
}

#workstyle .grayBox h6 {
  font-size: 18px;
  margin: 0;
}

.whiteBox {
  background: #fff;
  padding: 25px;
}

figcaption {
  text-align: center;
}

.bluebox {
  border: 1px solid #1C38A8;
}

.bluebox-ttl {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  background: #1C38A8;
  padding: 1em 0;
}

.bluebox p {
  padding: 1.5em 3em;
}

@media screen and (max-width:767px) {
  .bluebox-ttl {
    font-size: 24px;
    padding: .5em 0;
  }
  .bluebox p {
    padding: 1.5em 2em;
  }
}

.tbl_youkou {
  width: 100%;
}

.tbl_youkou tr {
  border-bottom: 20px solid #fff;
}

.tbl_youkou tr,
.tbl_youkou td {
  height: auto;
}

.tbl_youkou th {
  width: 30%;
  background: #1C38A8;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 1px;
  text-align: left;
  padding: 1em 2em;
}

.tbl_youkou td {
  letter-spacing: 1px;
  text-align: left;
  padding: 1em 2em;
}

@media screen and (max-width:767px) {
  .tbl_youkou {
    width: 90%;
  }
  .tbl_youkou tr {
    border: none;
  }
  .tbl_youkou th {
    display: block;
    width: 86%;
  }
  .tbl_youkou td {
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 1em;
  }
}

.tel_txt {
  font-size: 25px;
  font-weight: 900;
  color: #dc143c;
}