dl,dt,dd{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
}

.grade, .grade_btn, .cmn_ttl2, .site_map li,
.editor h2, .works_ctg li:hover, .works_ctg li.current-cat, .works_list article .thumb::before {
  background: #41af9b;
  /* Old browsers */
  background: -moz-linear-gradient(left, #41af9b 0%, #033087 100%);
  background: -webkit-linear-gradient(left, #41af9b 0%, #033087 100%);
}

.grade2, .reason_list li, #scaffold_reason .list li, #scaffold_reason .list li .image::before {
  background: #41af9b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #033087 0%, #41af9b 100%);
  background: -webkit-linear-gradient(top, #033087 0%, #41af9b 100%);
}

.sans, .tel, .cmn_ttl1, .cmn_ttl3,
.editor h3, #scaffold_reason .list li .image::before {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.serif, .cmn_ttl2, .site_map li,
.editor h2, #page_ttl-wp .page_ttl {
  font-family: "Noto Serif JP", serif;
}

/* btn.scss ====================================== */
.grade_btn {
  width: 280px;
  border-radius: 50px;
  text-align: center;
  position: relative;
  transition: 0.5s;
  box-shadow: 4px 6px 0 0 rgba(65, 175, 155, 0.3);
}

.grade_btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  border-radius: 50px;
  transition: 0.5s;
  background: -moz-linear-gradient(right, #41af9b 0%, #033087 100%);
  background: -webkit-linear-gradient(right, #41af9b 0%, #033087 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41af9b', endColorstr='#033087',GradientType=1 );
}

.grade_btn a {
  position: relative;
  color: #fff;
  display: block;
  padding: 11px 15px;
}

.grade_btn a::before {
  content: "→";
  position: absolute;
  top: 25%;
  right: 10%;
}

.grade_btn:hover {
  box-shadow: 0 0 0 0 rgba(65, 175, 155, 0.3);
}

.grade_btn:hover::before {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .grade_btn {
    width: 70%;
  }
}

/* cmn.scss ====================================== */
.inbox {
  width: 1000px;
  margin: 60px auto 80px;
}

@media screen and (max-width: 1040px) {
  .inbox {
    width: unset;
    padding: 0 5%;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}

.tel {
  color: #033087;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 15px;
  letter-spacing: 0.5;
  background: url(../img/cmn/tel_icon.png) no-repeat left top 4px;
  background-size: 9px;
}

#top_content,
#content {
  position: relative;
}

#top_content::before,
#content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: url(../img/top/sec_bk.png) no-repeat center top;
}

/*cta
-----------------------------------*/
.cmn_cta {
  padding: 65px 0 80px;
  background: url(../img/cmn/cta_bk.jpg) no-repeat center;
  background-size: cover;
}

.cmn_cta .cmn_ttl1 {
  color: #fff;
  font-size: 4rem;
}

.cmn_cta .list {
  padding: 30px 50px;
  border-radius: 20px;
  background-color: #fff;
}

.cmn_cta .list ul {
  justify-content: center;
}

.cmn_cta .list ul .flex {
  align-items: center;
}

.cmn_cta .list li .txt {
  font-size: 2.2rem;
  font-weight: 700;
  margin-right: 25px;
  padding-right: 25px;
  position: relative;
}

.cmn_cta .list li .txt::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  width: 8px;
  height: 8px;
  display: block;
  border-top: solid 2px;
  border-right: solid 2px;
  border-color: #b4b4b4;
  transform: rotate(45deg);
  position: absolute;
}

.cmn_cta .list li .tel {
  font-size: 3.6rem;
  background-size: 13px;
  padding-left: 20px;
  margin-right: 20px;
  background-position: left top 5px;
}

.cmn_cta .list li .open {
  color: #777;
  font-size: 1.3rem;
  line-height: 1.5;
}

.cmn_cta .list li .mail {
  transition: 0.5s;
  border-radius: 22.5px;
  background-color: #41af9b;
}

.cmn_cta .list li .mail a {
  color: #fff;
  display: block;
  padding: 8px 30px;
}

.cmn_cta .list li .mail:hover {
  background-color: #1e8282;
}

.cmn_cta .list li:first-child {
  margin-right: 60px;
}

@media screen and (max-width: 1040px) {
  .cmn_cta .list {
    padding: 30px;
  }
}

@media screen and (max-width: 768px) {
  .cmn_cta {
    padding: 25px 0 40px;
  }
  .cmn_cta .cmn_ttl1 {
    color: #fff;
    font-size: 3.2rem;
  }
  .cmn_cta .list {
    padding: 20px 15px;
  }
  .cmn_cta .list ul {
    justify-content: space-around;
  }
  .cmn_cta .list li {
    width: 85%;
  }
  .cmn_cta .list li .txt {
    margin-right: 3%;
    padding-right: 7%;
  }
  .cmn_cta .list li .txt::before {
    top: 35%;
  }
  .cmn_cta .list li .tel {
    font-size: 2.5rem;
    margin: 0 0 5px 0;
    padding-left: 15px;
    background-size: 8px;
    background-position: left top 5px;
  }
  .cmn_cta .list li:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .cmn_cta .list li .mail {
    width: 70%;
    font-size: 12px;
    text-align: center;
  }
  .cmn_cta .list li .mail a {
    padding: 8px 15px;
  }
}

/*title
-----------------------------------*/
.cmn_ttl1 {
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .cmn_ttl1 {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}

.cmn_ttl2, .site_map li,
.editor h2 {
  color: #fff;
  font-size: 2.4rem;
  padding: 7px 20px;
  line-height: 1.5;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .cmn_ttl2, .site_map li,
  .editor h2 {
    padding: 5px 15px;
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
}

.cmn_ttl3,
.editor h3 {
  font-weight: 700;
  color: #1e8282;
  line-height: 1.2;
  font-size: 2.2rem;
  margin-bottom: 20px;
  padding: 0 0 3px 20px;
  border-left: 5px solid #033087;
}

/*margin
-----------------------------------*/
.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .mb20 {
    margin-bottom: 20px;
  }
  .mb30 {
    margin-bottom: 20px;
  }
  .mb40 {
    margin-bottom: 30px;
  }
  .mb50 {
    margin-bottom: 40px;
  }
  .mb60 {
    margin-bottom: 45px;
  }
  .mb80 {
    margin-bottom: 50px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
}

/* 下層ページ共通
-----------------------------------*/
#page_ttl-wp {
  background: url(../images/service/service_banner.jpg) no-repeat center center;
  padding-bottom: 30px; 
}
/*#page_ttl-wp {
  margin-bottom: 20px;
  background: url(../img/cmn/page_ttlbk.jpg) no-repeat center;
}

#page_ttl-wp .boxin {
  width: 1200px;
  margin: auto;
  overflow: hidden;
  padding: 190px 0;
}

#page_ttl-wp .page_ttl {
  font-size: 5.5rem;
  float: right;
  letter-spacing: 10px;
}

@media screen and (max-width: 1280px) {
  #page_ttl-wp .boxin {
    width: auto;
    margin: auto;
    overflow: hidden;
    padding: 190px 5%;
  }
}

@media screen and (max-width: 768px) {
  #page_ttl-wp {
    background-size: cover;
    background-position: center right 61%;
  }
  #page_ttl-wp .boxin {
    padding: 90px 0 60px;
  }
  #page_ttl-wp .page_ttl {
    font-size: 4rem;
  }
}*/

#content {
  padding: 100px 0 120px;
}

@media screen and (max-width: 768px) {
  #content {
    padding: 50px 0 60px;
  }
}

.img_list {
  display: flex;
  align-items: flex-start;
}

.img_list img {
  margin-right: 10px;
}

.img_list img:last-child {
  margin-right: 0 !important;
}

/* パンくず----------------*/
#breadcrumb li {
  float: left;
  font-size: 1.3rem;
  padding-right: 10px;
  margin-right: 8px;
  position: relative;
}

#breadcrumb li a {
  color: #033087;
}

#breadcrumb li::before {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
  color: #033087;
}

#breadcrumb li:last-child::before {
  display: none;
}

@media screen and (max-width: 768px) {
  #breadcrumb {
    margin-left: 20px;
  }
}

/* table----------------*/
.cmn_table {
  padding: 40px 50px;
  background-color: rgba(255, 255, 255, 0.7);
}

.cmn_table dl {
  position: relative;
  display: flex;
}

.cmn_table dl:last-child dt,
.cmn_table dl:last-child dd {
  border-bottom: none;
}

.cmn_table dt,
.cmn_table dd {
  vertical-align: top;
  box-sizing: border-box;
}

.cmn_table dt {
  width: 160px;
  color: #1e8282;
  text-align: center;
  padding: 15px 20px;
  margin-right: 20px;
  border-bottom: 1px solid #033087;
}

.cmn_table dd {
  width: 680px;
  padding: 15px 20px;
  border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 768px) {
  .cmn_table {
    padding: 20px 20px;
  }
  .cmn_table dl {
    display: block;
  }
  .cmn_table dt,
  .cmn_table dd {
    width: 100%;
    display: block;
    text-align: left;
  }
}

/* 画像サイズ設定 ================== */
.thumb {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.thumb img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .thumb img {
    width: auto;
    height: 100%;
  }
}

.editor img {
  max-width: 100%;
  height: auto;
}

/*pagenavi==========*/
/*archive*/
.wp-pagenavi a,
.wp-pagenavi span {
  padding: 5px 10px !important;
  border-color: #41af9b !important;
  background-color: #fff;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #033087;
  border: 1px solid #033087 !important;
}

/*single*/
.page_btn {
  width: 100%;
  font-size: 14px;
  margin-top: 40px;
  text-align: center;
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px dotted #033087;
}

.page_btn a {
  color: #222;
}

.page_btn .left a {
  float: left;
}

.page_btn .right a {
  float: right;
}

#pagerlist {
  clear: both;
  width: 100%;
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 30px;
}

/*404*/
.not_found {
  text-align: center;
}

.found_map {
  margin-top: 80px;
  text-align: left;
}

.found_map li {
  font-size: 15px;
  background-color: transparent;
  border-bottom: 1px dotted #222;
}

.found_map li a {
  color: #5c5c5c;
  display: block;
  padding: 14px 20px;
}

.found_map li:first-child {
  border-top: 1px dotted #222;
}

.signature p span {
  color: #1e8282;
}

@keyframes gradation {
  0% {
    background-color: #41af9b;
  }
  50% {
    background-color: #033087;
  }
  100% {
    background-color: #41af9b;
  }
}

#panel-btn {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 70px;
}

#panel-btn .txt {
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  bottom: 8px;
  left: 24%;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  #panel-btn {
    height: 65px;
  }
  #panel-btn .txt {
    left: 32%;
  }
}

#panel-btn-icon {
  display: block;
  position: absolute;
  top: 35%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin: -1px 0 0 -14px;
  transition: 0.2s;
}

@media screen and (max-width: 768px) {
  #panel-btn-icon {
    left: 56%;
  }
}

#panel-btn-icon:before,
#panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 25%;
  width: 30px;
  height: 3px;
  margin-left: -7px;
  background: #fff;
  transition: 0.3s;
}

#panel-btn-icon:before {
  margin-top: -5px;
}

#panel-btn-icon:after {
  margin-top: 8px;
}

#panel-btn .close {
  background: transparent;
}

#panel-btn .close:before,
#panel-btn .close:after {
  margin-top: 0;
}

#panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#panel {
  display: none;
  margin: 0 0 0 0;
  padding: 0;
  background: #41af9b;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 25%;
  height: 100vh;
  padding: 40px 2% 0;
  box-sizing: border-box;
}

#panel ul {
  display: flex !important;
  flex-wrap: wrap;
  animation: fadein 0.8s;
}

#panel li {
  width: 100%;
  font-size: 1.8rem;
  position: relative;
  border-bottom: 1px solid #d2d2d2;
  border-left: none !important;
}

#panel li a {
  color: #fff;
  display: block;
  padding: 15px 10px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

#panel li:hover a {
  background: #1e8282;
}

@media screen and (max-width: 1040px) {
  #panel {
    width: 35%;
  }
}

@media screen and (max-width: 768px) {
  #panel {
    width: 100%;
    padding-top: 20px;
  }
  #panel li {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
  }
  #panel li:nth-last-child(-n + 4) {
    width: 50%;
    font-size: 1.4rem;
  }
}

@keyframes fadein {
  from {
    transform: translateX(150px);
  }
  to {
    transform: translateX(0);
  }
}

@media screen and (max-width: 768px) {
  .sp-btt_link {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    background-color: #41af9b;
    border-top: 1px solid #fff;
  }
  .sp-btt_link ul {
    flex-wrap: nowrap;
  }
  .sp-btt_link li {
    width: 41.4%;
    font-size: 1.8rem;
    text-align: center;
  }
  .sp-btt_link li:first-child {
    background: url(../img/cmn/sp_tel.png) no-repeat center left 22%;
    background-size: 10px;
    background-color: #033087;
    border-right: 1px solid #fff;
  }
  .sp-btt_link li:last-child {
    background: url(../img/cmn/sp_mail.png) no-repeat center left 22%;
    background-size: 20px;
    background-color: #41af9b;
  }
  .sp-btt_link li a {
    color: #fff;
    display: block;
    padding: 21px 0px 21px 35px;
  }
}

/* top.scss ====================================== */
/*mainv
--------------------------------------------*/
#mainv {
  position: relative;
  width: 100%;
  height: 900px;
}

#mainv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 265px;
  left: 0;
  right: 1px;
  bottom: 0;
  margin: auto;
  z-index: 99;
  background: url(../img/top/main-mask.png) no-repeat center;
}

@media screen and (max-width: 768px) {
  #mainv {
    height: 450px;
  }
  #mainv::before {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  #image1 {
    background: url(../img/top/main_bk1.jpg) no-repeat center center;
  }
  #image2 {
    background: url(../img/top/main_bk2.jpg) no-repeat center center;
  }
  #image3 {
    background: url(../img/top/main_bk3.jpg) no-repeat center center;
  }
}

@media screen and (max-width: 768px) {
  #image1 {
    background: url(../img/top/main_bk1_sp.jpg) no-repeat center center;
  }
  #image2 {
    background: url(../img/top/main_bk2_sp.jpg) no-repeat center center;
  }
  #image3 {
    background: url(../img/top/main_bk3_sp.jpg) no-repeat center center;
  }
}

#mainv [id^="image"] {
  height: 900px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  animation: anime_zoom 8s linear;
}

@media screen and (max-width: 768px) {
  #mainv [id^="image"] {
    height: 450px;
  }
}

@keyframes anime_zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

.bx-wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.bx-viewport {
  overflow: visible !important;
  width: 100% !important;
  margin: auto;
  text-align: center;
}

.bx-pager {
  display: none;
}

.bx-controls {
  width: 52px;
  height: 80px;
  position: absolute;
  left: 7%;
  bottom: 70px;
  margin: auto;
  z-index: 9999;
  text-indent: -9999px;
}

.mv_copy {
  position: absolute;
  top: 20%;
  right: 20%;
  z-index: 999;
  display: flex;
  height: 385px;
  flex-direction: row-reverse;
}

.mv_copy .serif, .mv_copy .cmn_ttl2, .mv_copy .site_map li, .site_map .mv_copy li, .mv_copy
.editor h2,
.editor .mv_copy h2, .mv_copy #page_ttl-wp .page_ttl, #page_ttl-wp .mv_copy .page_ttl {
  font-size: 6.2rem;
}

.mv_copy .sans, .mv_copy .tel, .mv_copy .cmn_ttl1, .mv_copy .cmn_ttl3, .mv_copy
.editor h3,
.editor .mv_copy h3, .mv_copy #scaffold_reason .list li .image::before, #scaffold_reason .list li .mv_copy .image::before {
  font-size: 2.8rem;
  font-weight: 700;
  padding: 0 20px;
}

.mv_copy span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
}

.mv_copy span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #222;
  animation: mv_line 1.5s;
  animation-fill-mode: forwards;
}

.mv_copy span:nth-child(2)::before {
  animation-delay: 0.5s;
}

.mv_copy span:nth-child(3)::before {
  animation-delay: 1s;
}

@media screen and (max-width: 768px) {
  .mv_copy {
    top: unset;
    right: 3%;
    bottom: 10%;
    height: auto;
  }
  .mv_copy span {
    padding: 0 5px;
  }
  .mv_copy .serif, .mv_copy .cmn_ttl2, .mv_copy .site_map li, .site_map .mv_copy li, .mv_copy
  .editor h2,
  .editor .mv_copy h2, .mv_copy #page_ttl-wp .page_ttl, #page_ttl-wp .mv_copy .page_ttl {
    font-size: 3.2rem;
  }
  .mv_copy .sans, .mv_copy .tel, .mv_copy .cmn_ttl1, .mv_copy .cmn_ttl3, .mv_copy
  .editor h3,
  .editor .mv_copy h3, .mv_copy #scaffold_reason .list li .image::before, #scaffold_reason .list li .mv_copy .image::before {
    font-size: 2rem;
    padding: 0 10px;
  }
}

@keyframes mv_line {
  from {
    width: 0;
    height: 0;
  }
  to {
    width: 1px;
    height: 100%;
  }
}

.m_scroll {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 150;
  padding: 10px 10px 110px;
  overflow: hidden;
  font-size: 12px;
  text-align: center;
  letter-spacing: 2px;
}

.m_scroll a {
  color: #fff;
}

.m_scroll a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@media screen and (max-width: 768px) {
  .m_scroll {
    display: none;
  }
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/*top
--------------------------------------------*/
#top_content {
  padding-top: 250px;
  position: relative;
  z-index: 99;
  margin-top: -120px;
}

@media screen and (max-width: 768px) {
  #top_content {
    padding-top: 180px;
  }
}

/*top_works-------------------*/
#top_works {
  padding-bottom: 250px;
}

#top_works .boxin {
  justify-content: center;
}

@media screen and (max-width: 1040px) {
  #top_works {
    padding-bottom: 80px;
  }
  #top_works .boxin {
    padding: 0 5%;
  }
}

@media screen and (max-width: 768px) {
  #top_works .grade_btn {
    margin: auto;
    margin-top: 0;
  }
}

.top_safety,
.top_case {
  width: 470px;
}

@media screen and (max-width: 1040px) {
  .top_safety,
  .top_case {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .top_safety,
  .top_case {
    width: 100%;
  }
}

.top_safety {
  margin-right: 15%;
}

@media screen and (max-width: 1040px) {
  .top_safety {
    margin: auto;
    margin-bottom: 50px;
  }
  .top_safety .image {
    height: 500px;
  }
  .top_safety .image img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .top_safety {
    margin: auto;
    margin-bottom: 50px;
  }
  .top_safety .image {
    height: auto;
  }
  .top_safety .image img {
    width: 100%;
    height: 100%;
  }
}

.top_case .flex {
  margin-bottom: 10px;
  justify-content: space-between;
}

.top_case .works_list article {
  width: 47%;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 1040px) {
  .top_case {
    margin: auto;
  }
}

/*top_trust-------------------*/
#top_trust {
  margin-bottom: 100px;
  background: url(../img/top/trust_img.png) no-repeat;
  background-position: calc(50% + 490px) 85%;
}

#top_trust .txt_top {
  text-align: center;
}

#top_trust .txtbox {
  width: 470px;
  padding-top: 80px;
}

#top_trust [class^="box"] .title {
  color: #1e8282;
  font-size: 2.8rem;
  margin-bottom: 20px;
}

#top_trust [class^="box"] .title span {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

#top_trust [class^="box"] .title span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #033087;
}

#top_trust [class^="box"].is-show .title span::before {
  animation: txtline 1s linear;
  animation-fill-mode: forwards;
}

#top_trust [class^="box"].is-show .title span:last-child::before {
  animation-delay: 0.5s;
}

#top_trust .grade_btn {
  margin: auto;
}

@media screen and (max-width: 1440px) {
  #top_trust {
    background-position: calc(50% + 330px) 65%;
    background-size: 50%;
  }
  #top_trust .inbox {
    width: auto;
    padding: 0 7%;
  }
}

@media screen and (max-width: 1040px) {
  #top_trust {
    background-size: 60%;
  }
  #top_trust .inbox {
    width: auto;
    padding: 0 5%;
  }
}

@media screen and (max-width: 768px) {
  #top_trust {
    background: none;
  }
  #top_trust .txt_top {
    padding: 0 3%;
  }
  #top_trust .txtbox {
    width: auto;
    padding-top: 0;
  }
  #top_trust [class^="box"] .title {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}

@keyframes txtline {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/*top_pro-------------------*/
#top_pro {
  position: relative;
  padding: 240px 0 180px;
  background: url(../img/top/sec4_bk.png) no-repeat center;
}

#top_pro .box {
  width: 540px;
}

#top_pro .reason_list {
  margin-top: 40px;
}

#top_pro .reason_list .txt {
  color: #1e8282;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1;
  padding-bottom: 35px;
  margin-bottom: 15px;
  background: url(../img/top/line.png) no-repeat center bottom;
}

#top_pro .reason_list .txt span {
  font-size: 4.4rem;
}

@media screen and (max-width: 768px) {
  #top_pro {
    padding: 0;
    background-position: center right 28%;
  }
  #top_pro .inbox {
    padding: 50px 2%;
    background-color: rgba(255, 255, 255, 0.2);
  }
  #top_pro .box {
    width: auto;
  }
  #top_pro .reason_list {
    margin-top: 10px;
  }
  #top_pro .reason_list .txt {
    line-height: 1.4;
  }
}

.reason_list ul {
  justify-content: center;
}

.reason_list li {
  width: 150px;
  height: 150px;
  padding: 5px;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 10px;
  box-sizing: border-box;
}

.reason_list li div {
  width: 100%;
  height: 100%;
  padding-top: 35px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #fff;
}

.reason_list li span {
  color: #033087;
  font-size: 2.6rem;
  font-weight: 700;
}

@media screen and (max-width: 1040px) {
  .reason_list li span {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .reason_list ul {
    justify-content: space-between;
  }
  .reason_list li {
    width: 30% !important;
    height: auto !important;
    padding: 3px;
    margin: 0;
    font-size: 1.8rem;
  }
  .reason_list li div {
    padding: 25% 0;
  }
}

/*top_scene-------------------*/
#top_scene {
  padding: 270px 0 120px;
  margin-top: -190px;
  background: url(../img/top/sec5_bk.jpg) no-repeat center;
  background-attachment: fixed;
}

#top_scene .list ul {
  justify-content: space-between;
}

#top_scene .list ul li {
  width: 280px;
}

#top_scene .list ul li .image {
  margin-bottom: 15px;
}

#top_scene .list ul li dt {
  color: #1e8282;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

#top_scene .grade_btn {
  margin: auto;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #top_scene .list ul {
    justify-content: center;
  }
  #top_scene .list ul li {
    margin-bottom: 30px;
  }
  #top_scene .list ul li:last-child {
    margin-bottom: 0;
  }
}

/*top_info-------------------*/
#top_news {
  position: relative;
  padding: 70px 0 80px;
  background-color: #fff;
}

#top_news .cmn_ttl1 {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  font-size: 4rem;
}

#top_news .list {
  justify-content: space-between;
}

#top_news article {
  width: 470px;
  margin-bottom: 30px;
}

#top_news article .day {
  color: #033087;
  font-size: 1.4rem;
}

#top_news article .title {
  color: #1e8282;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

#top_news article .txt {
  font-size: 1.4rem;
}

#top_news .grade_btn {
  margin: auto;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #top_news {
    padding: 50px 0 60px;
  }
  #top_news .grade_btn {
    margin: auto;
    margin-top: 20px;
  }
}

/* setpage ====================================== */
/*site map
--------------------------------------------*/
.site_map li {
  padding: 0;
  margin-bottom: 30px;
}

.site_map li a {
  color: #fff;
  display: block;
  padding: 10px 20px;
}

/*privacy
--------------------------------------------*/
#privacy dl {
  margin-top: 50px;
}

#privacy .cmn_ttl2, #privacy .site_map li, .site_map #privacy li {
  margin-bottom: 15px;
}

/*contact
--------------------------------------------*/
#contact .txt {
  margin-bottom: 30px;
}

#contact dt {
  width: 200px;
}

@media screen and (max-width: 768px) {
  #contact dt {
    width: 100%;
  }
}

#contact dt span {
  font-size: 12px;
  color: #ff0a0a;
}

#contact dd {
  width: 670px;
}

#contact dd input,
#contact dd textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #dcdcdc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
}

#contact dd textarea {
  width: 620px;
  height: 200px;
}

@media screen and (max-width: 768px) {
  #contact dd {
    padding: 15px 10px;
    width: 100%;
  }
  #contact dd textarea {
    width: 100%;
  }
}

.contact_btn {
  margin-top: 50px;
  text-align: center;
}

.contact_btn li {
  display: inline-block;
  vertical-align: top;
  padding: 10px 10px;
}

@media screen and (max-width: 768px) {
  .contact_btn li {
    padding: 5px 0;
  }
}

.contact_btn li [type="submit"],
.contact_btn li [type="button"] {
  width: 260px;
  font-size: 18px;
  color: #fff;
  border: none;
  display: block;
  margin: auto;
  padding: 20px 0;
  background: #033087;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
}

.mail_thanks {
  padding: 30px;
  text-align: center;
  border: 2px solid #033087;
  background-color: #fff;
}

/* company ====================================== */
#company .box_top {
  justify-content: space-between;
}

#company .box_top .txtbox {
  width: 510px;
}

#company .box_top .txtbox .img_list img:first-child {
  margin-top: 100px;
}

#company .info_table dd ul:first-child {
  margin-right: 60px;
}

#company .car > .flex {
  justify-content: space-between;
  flex-direction: row-reverse;
}

#company .car .txt {
  width: 300px;
}

#company .car .txt li {
  padding: 15px;
  border-bottom: 1px solid #dcdcdc;
}

#company .car .txt li dl {
  display: flex;
  justify-content: space-between;
}

#company .car .txt li dt {
  color: #1e8282;
  padding-left: 25px;
  background: url(../img/cmn/en.png) no-repeat center left;
}

#company .access .boxin {
  padding: 10px 10px 5px;
  background-color: #fff;
}

#company .access iframe {
  width: 100%;
  height: 530px;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  #company .box_top .txtbox {
    width: auto;
  }
  #company .box_top .txtbox .img_list {
    margin-bottom: 10px;
    justify-content: space-between;
  }
  #company .box_top .txtbox .img_list img {
    width: 48%;
  }
  #company .box_top .txtbox .img_list img:first-child {
    margin-top: 0;
  }
  #company .car .txt {
    width: 100%;
  }
  #company .car .img_list {
    margin-top: 30px;
  }
  #company .car .img_list img {
    width: 48%;
  }
  #company .access iframe {
    height: 250px;
  }
}

/* works ====================================== */
.works_ctg ul {
  justify-content: center;
}

.works_ctg li {
  width: 160px;
  margin: 0 10px;
  text-align: center;
  border-radius: 25px;
  background-color: #41af9b;
}

.works_ctg li a {
  color: #fff;
  display: block;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .works_ctg ul {
    justify-content: space-between;
  }
  .works_ctg li {
    width: 48%;
    margin: 0 0 10px;
  }
}

.works_list article .thumb {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
  background-color: #ccc;
}

.works_list article .thumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
}

.works_list article .title {
  font-size: 1.4rem;
}

.works_list article .day_ctg {
  color: #033087;
  font-size: 13px;
}

.works_list article .day_ctg p {
  margin-right: 15px;
}

.works_list article .day_ctg p:last-child {
  margin-right: 0;
}

.works_list article:hover .thumb::before {
  opacity: 0.3;
}

@media screen and (max-width: 1040px) {
  .works_list article {
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .works_list article .thumb {
    height: 180px;
  }
}

.works_list.btt_works article {
  width: 220px;
  margin: 0 40px 40px 0;
}

.works_list.btt_works article:nth-child(4n) {
  margin-right: 0;
}

.works_list.btt_works article:nth-last-child(-n + 4) {
  margin-bottom: 0;
}

@media screen and (max-width: 1040px) {
  .works_list.btt_works article {
    width: 22.5%;
    margin: 0 30px 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .works_list.btt_works {
    justify-content: space-between;
  }
  .works_list.btt_works article {
    width: 48%;
    margin: 0 0 20px 0;
  }
  .works_list.btt_works article:nth-last-child(-n + 4) {
    margin-bottom: 20px;
  }
  .works_list.btt_works article:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

#s_works .day_ctg {
  color: #033087;
  font-size: 1.4rem;
  padding-bottom: 10px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #033087;
  justify-content: flex-end;
  flex-wrap: wrap;
}

#s_works .day_ctg p {
  margin-right: 10px;
}

#s_works .day_ctg p:last-child {
  margin-right: 0;
}

/* scaffold ====================================== */
#scaffold_about .box1 {
  justify-content: space-between;
}

#scaffold_about .box1 .txtbox {
  width: 490px;
  margin-top: 30px;
}

#scaffold_about .box1 .txtbox .reason_list ul {
  justify-content: space-between;
}

#scaffold_about .box1 .txtbox .reason_list li:first-child {
  margin-left: 0;
}

#scaffold_about .box1 .txtbox .reason_list li:last-child {
  margin-right: 0;
}

#scaffold_about .box1 .example .txt {
  padding: 30px;
  background-color: #fff;
}

#scaffold_about .box2 .need_list ul {
  margin-top: 40px;
  justify-content: space-between;
}

#scaffold_about .box2 .need_list li {
  width: 475px;
  margin-bottom: 50px;
}

#scaffold_about .box2 .need_list li:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

#scaffold_about .box2 .need_list li dl {
  padding: 0 40px;
  margin-top: 20px;
}

#scaffold_about .box2 .need_list li dl dt {
  color: #033087;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

#scaffold_about .box3 .list ul {
  justify-content: space-between;
}

#scaffold_about .box3 .list li {
  width: 475px;
}

#scaffold_about .box3 .list li .img_list img {
  margin-right: 5px;
}

@media screen and (max-width: 1040px) {
  #scaffold_about img {
    max-width: 100%;
  }
  #scaffold_about .box1 {
    align-items: center;
  }
  #scaffold_about .box1 .txtbox {
    width: 50%;
  }
  #scaffold_about .box1 .txtbox .reason_list li {
    width: 140px;
    height: 140px;
    margin: 0;
  }
  #scaffold_about .box1 .image {
    width: 45%;
  }
  #scaffold_about .box2 .need_list li {
    width: 48%;
  }
  #scaffold_about .box3 .list li {
    width: 48%;
  }
  #scaffold_about .box3 .list li img {
    width: 50%;
  }
}

@media screen and (max-width: 1040px) {
  #scaffold_about .box1 .txtbox,
  #scaffold_about .box1 .image {
    width: 100%;
  }
  #scaffold_about .box1 .example {
    margin-bottom: 30px;
  }
  #scaffold_about .box1 .example .txt {
    padding: 20px;
  }
  #scaffold_about .box2 .need_list li {
    width: 100%;
  }
  #scaffold_about .box2 .need_list li:nth-last-child(2) {
    margin-bottom: 30px;
  }
  #scaffold_about .box2 .need_list li dl {
    padding: 0 15px;
  }
  #scaffold_about .box3 .list li {
    width: 100%;
    margin-bottom: 30px;
  }
  #scaffold_about .box3 .list li:last-child {
    margin-bottom: 0;
  }
}

#scaffold_reason .list ul {
  counter-reset: reason;
  justify-content: space-between;
}

#scaffold_reason .list li {
  width: 300px;
  padding: 5px;
}

#scaffold_reason .list li .boxin {
  height: 430px;
  box-sizing: border-box;
  padding: 40px 30px 30px;
  background-color: #fff;
}

#scaffold_reason .list li .image,
#scaffold_reason .list li dt {
  text-align: center;
}

#scaffold_reason .list li .image {
  position: relative;
  margin-bottom: 15px;
}

#scaffold_reason .list li .image::before {
  counter-increment: reason;
  content: counter(reason);
  position: absolute;
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  font-weight: 700;
  text-align: center;
  font-size: 2.2rem;
}

#scaffold_reason .list li dt {
  color: #033087;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media screen and (max-width: 1040px) {
  #scaffold_reason .list li {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  #scaffold_reason .list li {
    width: 100%;
    margin-bottom: 30px;
  }
  #scaffold_reason .list li:last-child {
    margin-bottom: 0;
  }
  #scaffold_reason .list li .boxin {
    height: auto;
    padding: 30px 25px 20px;
  }
  #scaffold_reason .list li .image::before {
    line-height: 2;
  }
}

#scaffold_post {
  background-color: #fff;
  padding: 100px 0;
}

#scaffold_post .grade_btn {
  background: #41af9b;
  box-shadow: unset;
  margin: auto;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  #scaffold_post {
    padding: 50px 0;
  }
}

/* about ====================================== */
#about_kankyo .box1 {
  flex-wrap: unset;
}

#about_kankyo .box1 .image {
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  #about_kankyo .box1 .image {
    margin: 0 0 20px;
  }
}

#about_speedy .box1 {
  flex-wrap: unset;
}

#about_speedy .box1 .image {
  margin-left: 50px;
}

#about_speedy .box1 .image img {
  display: block;
  float: right;
  margin-bottom: 30px;
}

#about_speedy .box1 .point_list ul {
  margin-top: 30px;
}

#about_speedy .box1 .point_list li {
  margin-bottom: 35px;
}

#about_speedy .box1 .point_list li dt {
  margin-bottom: 15px;
}

#about_speedy .box1 .point_list li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #about_speedy .box1 .image {
    margin-left: 0;
    display: flex;
    justify-content: space-between;
  }
  #about_speedy .box1 .image img {
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
  #about_kankyo .box1,
  #about_speedy .box1 {
    flex-wrap: wrap;
  }
}

