@charset "utf-8";
/* CSS Document */
main {
  max-width: 1900px;
  margin: 90px auto 0 auto;
}
/*#top main {
  margin: 0 auto;
}*/
@media screen and (max-width: 768px) {
  main {
    margin: 60px auto 0 auto;
  }
}
/* トップページ */
.content01__item__box.top {
  flex-wrap: wrap;
  margin-top: 80px;
  column-gap: 5%;
  row-gap: 40px;
}
.interview__wrap .content01__item__box.top .content01__box {
  width: 30%;
}
@media screen and (min-width: 769px) {
  .mv .btn {
    display: inline-block;
    background: #ffc600;
    text-align: center;
    padding: 10px;
    width: 220px;
    position: absolute;
    right: 5vw;
    bottom: 50px;
  }
}
/*#top .logo {
  display: none;
}
.logo-top {
  display: none;
}
#top .logo-top {
  display: block;
}*/
.mv figure {
  width: 100%;
  height: calc(100vh - 90px);
}
.mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mv__txt__ttl {
  color: #fff;
  font-size: 3.8vw;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 1.6;
}
.mv__txt__en {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 20px;
}
.mv > div {
  position: relative
}
.mv__txt {
  position: absolute;
  /*left: 10vw;*/
  right: 5vw;
  text-align: right;
  top: calc(50% - 65px);
}
/*.mv__txt.right {
  left: inherit;
  right: 10vw;
  text-align: right;
}*/
.greeting__bg {
  background: url("../images/company02.jpg") no-repeat left;
  background-size: auto 100%;
  margin-top: 150px;
  padding: 150px 0 100px 0;
}
.greeting__bg .wht__box {
  margin-left: auto;
}
.wht__box {
  width: 60%;
  background: hsla(0, 0%, 100%, 0.80);
  padding: 80px 85px 60px 85px;
  box-shadow: 3px 0 10px rgb(0, 0, 0, 0.1)
}
.ttl__03 {
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  padding-left: 43px;
  margin-bottom: 15px;
  letter-spacing: 3px;
}
.ttl__03::before {
  background: #004098;
  position: absolute;
  width: 33px;
  height: 2px;
  left: 0;
  top: 11px;
  content: '';
}
.ttl__02 {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 35px;
  letter-spacing: 5px;
}
.ttl__02:first-letter {
  color: #004098;
}
.wht__box .btn__blue {
  text-align: right;
  margin-top: 60px;
}
.btn__blue a {
  display: inline-block;
  text-align: center;
  background: url("../images/common/arrow01.svg") no-repeat right 13px center #004098;
  background-size: 6px auto;
  color: #fff;
  letter-spacing: 5px;
  font-weight: 500;
  width: 200px;
  padding: 13px;
}
.reason__bg {
  background: url("../images/index02.jpg") no-repeat right;
  background-size: auto 100%;
  margin-top: 155px;
  margin-bottom: 115px;
  padding: 150px 0 130px 0;
}
.feature__wrap {
  text-align: center;
  background: url("../images/index_bk03.jpg") repeat;
  color: #fff;
  padding: 150px 0 130px 0;
}
.txt__wht {
  color: #fff;
}
.ttl__04 {
  letter-spacing: 5px;
  font-weight: 600;
  font-size: 3.2rem;
}
.ttl__04__sub {
  font-weight: 600;
  letter-spacing: 2px;
}
.feature__wrap .coment {
  margin-top: 60px;
}
.feature__items {
  margin-top: 80px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  grid-row-gap: 20px;
  column-gap: 5%;
}
.feature__item {
  background: #004098;
  border: 1px solid #fff;
  padding: 35px;
  width: 30%;
}
.feature__item figure {
  border: 1px solid #fff;
  border-radius: 100px;
  display: block;
  width: 95px;
  height: 95px;
  margin: auto;
  padding: 15px;
}
.ttl__05 {
  font-size: 2.0rem;
}
.feature__item .ttl__05 {
  margin-bottom: 15px;
}
.customer__wrap {
  background: url("../images/index_bk01.jpg") no-repeat center center;
  background-size: cover;
  padding: 50px 0;
  color: #fff;
}
.customer__items {
  width: 100%;
  display: flex;
}
.customer__item {
  width: 50%;
  padding: 80px 0 60px 60px;
  display: flex;
  flex-direction: column;
}
.customer__item:first-child {
  border-right: 1px solid hsla(0, 0%, 100%, 0.50);
  padding: 80px 60px 60px 0;
}
.customer__item .coment {
  padding-top: 30px;
  padding-bottom: 40px;
}
.btn__wht__line {
  text-align: right;
  margin-top: auto;
}
.btn__wht__line a {
  display: inline-block;
  text-align: center;
  background: url(../images/common/arrow01.svg) no-repeat right 13px center;
  background-size: 6px auto;
  color: #fff;
  letter-spacing: 5px;
  font-weight: 500;
  width: 200px;
  padding: 13px;
  border: 1px solid #fff;
}
.news__wrap {
  background: url("../images/bg_logo.png") no-repeat left bottom 120px #f6f9fc;
  padding: 100px 0;
}
.news__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.news__item__ttl {
  width: 30%;
  display: flex;
  flex-direction: column;
}
.news__item__txt {
  width: 65%;
}
.news__item__ttl .btn__blk__line {
  margin-top: auto;
}
.btn__blk__line a {
  display: inline-block;
  text-align: center;
  background: url("../images/common/arrow02.png") no-repeat right 13px center;
  background-size: 7px auto;
  letter-spacing: 5px;
  font-weight: 500;
  width: 200px;
  padding: 13px;
  border: 1px solid #000;
}
.tbl_a__style {
  border-top: 1px solid #ccc;
}
.tbl_a__style th, .tbl_a__style td {
  font-weight: 400;
  padding: 40px 10px;
  border-bottom: 1px solid #ccc;
}
.works__wrap {
  background: url("../images/index_bk02.png") no-repeat right center;
  background-size: auto 100%;
  padding: 100px 0;
}
.txt__blue {
  color: #004098;
}
.content01__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.content01__item__ttl {
  width: 20%;
}
.content01__item__box {
  width: 75%;
  display: flex;
  justify-content: space-between;
}
.content01__box {
  width: 30%;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.content01__box .space {
  padding: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: baseline;
}
.content01__box .date {
  text-align: right;
  color: #939393;
  font-size: 1.4rem;
  margin-bottom: 10px;
  width: 100%;
}
.ttl__06 {
  font-size: 1.6rem;
  font-weight: 600;
}
.content01__box .txt {
  font-size: 1.4rem;
  margin: 15px 0;
  font-weight: 400;
}
.tag__gray {
  background: #eaeaea;
  font-size: 1.4rem;
  padding: 2px 10px;
  border-radius: 3px;
  display: inline-block;
  margin: auto;
}
.works__wrap .tag__gray {
  margin: auto 0;
}
.readmore.tag__gray {
  display: block;
}
.overview__wrap, .greeting__bg {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .content01__item__box.top {
    margin-top: 30px;
    row-gap: 30px;
  }
  .interview__wrap .content01__item__box.top .content01__box {}
  .small {
    font-size: 1.5rem;
  }
  .mv figure {
    width: 100%;
    height: calc(100vh - 290px);
  }
  .mv .btn {
    display: block;
    background: #ffc600;
    margin: auto;
    text-align: center;
    padding: 5px 10px;
    width: 170px;
  }
  .mv__txt__ttl {
    font-size: 2.2rem;
    letter-spacing: 2px;
    line-height: 1.2;
  }
  .mv__txt__en {
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 0;
    opacity: 0.7;
  }
  .mv__txt {
    left: 7vw;
    top: inherit;
    bottom: 20px;
  }
  /*.mv__txt.right {
    left: inherit;
    right: inherit;
    text-align: left;
    top: 63px;
    padding-left: 5%;
}*/
  .mv__txt {
    position: inherit;
    text-align: left !important;
    padding: 15px 7% 10px 7%;
  }
  .mv {
    background: #00357f;
    padding-bottom: 15px;
  }
  .greeting__bg {
    margin-top: 0;
    padding: 60px 0 20px 0;
    background: none;
  }
  .greeting__bg .wht__box {
    margin-top: 30px;
  }
  .wht__box {
    width: 86%;
    padding: 30px 25px 25px 25px;
    box-shadow: 3px 0 5px rgb(0, 0, 0, 0.1)
  }
  .ttl__03 {
    font-size: 1.4rem;
    padding-left: 30px;
    margin-bottom: 7px;
  }
  .ttl__03::before {
    width: 13px;
    top: 10px;
  }
  .ttl__02 {
    font-size: 2.0rem;
    margin-bottom: 10px;
    letter-spacing: inherit;
  }
  .wht__box .btn__blue {
    margin-top: 30px;
  }
  .btn__blue a {
    width: 60%;
    padding: 10px;
  }
  .reason__bg {
    margin-bottom: 0px;
    margin-top: 0;
    padding: 60px 0;
    background: none;
  }
  .overview__wrap .wht__box {
    margin-top: 30px;
  }
  .wht__box {
    margin-left: auto;
    margin-right: auto;
  }
  .feature__wrap {
    padding: 60px 0;
  }
  .ttl__04 {
    letter-spacing: normal;
    font-size: 2.7rem;
  }
  .feature__wrap .coment {
    margin-top: 30px;
  }
  .feature__items {
    margin-top: 30px;
    justify-content: center;
  }
  .feature__item {
    padding: 30px;
    width: 100%;
  }
  .feature__item img {}
  .ttl__05 {
    font-size: 1.8rem;
  }
  .feature__item .ttl__05 {
    margin-bottom: 7px;
  }
  .customer__wrap {
    padding: 30px 0;
  }
  .customer__items {
    flex-wrap: wrap;
  }
  .customer__item {
    width: 100%;
    padding: 30px 0;
  }
  .customer__item:first-child {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    padding-right: 0;
  }
  .customer__item .coment {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .btn__wht__line a {
    width: 60%;
    padding: 10px;
  }
  .news__wrap {
    background: url("../images/bg_logo.png") no-repeat left bottom 120px #f6f9fc;
    background-size: 90% auto;
    padding: 60px 0;
  }
  .news__items {
    grid-row-gap: 30px;
  }
  .news__item__ttl {
    width: 100%;
  }
  .news__item__txt {
    width: 100%;
  }
  .news__item__ttl .btn__blk__line {
    margin-top: 20px;
  }
  .btn__blk__line a {
    width: 60%;
    padding: 10px;
  }
  .tbl_a__style {}
  .tbl_a__style th, .tbl_a__style td {
    display: block;
    width: 100%;
  }
  .tbl_a__style th {
    padding: 15px 5px 0px 5px;
    border-bottom: none;
    font-weight: 600;
  }
  .tbl_a__style td {
    padding: 5px 5px 15px 5px;
  }
  .works__wrap {
    background: url("../images/index_bk02.png") no-repeat right bottom;
    background-size: 90% auto;
    padding: 60px 0;
  }
  .content01__items {
    grid-row-gap: 30px;
  }
  .content01__item__ttl {
    width: 100%;
  }
  .content01__item__box {
    width: 100%;
    flex-wrap: wrap;
    grid-row-gap: 20px;
    justify-content: center;
  }
  .content01__box {
    width: 100%;
    background: #fff;
  }
  .content01__box .space {
    padding: 15px 15px 25px 15px
  }
  .content01__box .date {
    margin-bottom: 2px;
  }
  .ttl__06 {
    font-size: 1.6rem;
  }
  .content01__box .txt {
    margin: 5px 0 10px 0;
  }
}
/* FOOTER */
.info__wrap {
  background: #004098;
  color: #fff;
  letter-spacing: 2px;
}
.info__items {
  display: flex;
  width: 100%;
}
.info__item {
  width: 50%;
  padding: 100px 0 100px 60px;
}
.info__item:first-child {
  border-right: 1px solid #1a53a3;
  padding: 100px 60px 100px 0;
}
.ttl__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 3.8rem;
  letter-spacing: 5px;
  margin-bottom: 35px;
}
.ttl__footer span {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 2px;
}
.info__item .tel, .contact__item .tel {
  background: url(../images/common/icon_tel.svg) no-repeat left bottom 4px;
  background-size: 34px auto;
  padding-left: 45px;
  font-size: 5.5rem;
  margin: 27px auto 10px auto;
  display: block;
  width: fit-content;
  line-height: 1;
  letter-spacing: 4px;
}
.btn__wht__line__l.mail {
  background: url("../images/common/icon_mail.svg") no-repeat left 30px center;
  background-size: 21px auto;
}
.btn__wht__line__l.line {
  background: url("../images/common/icon_line02.svg") no-repeat left 30px center;
  background-size: 24px;
}
.btn__wht__line__l a {
  border: 1px solid #fff;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  padding: 20px 50px;
  background: url("../images/common/arrow01.svg") no-repeat right 20px center;
  background-size: 6px auto;
  margin-top: 15px;
}
address {
  font-size: 1.4rem;
  color: #939393;
  margin-top: 15px;
  text-align: right;
  font-weight: 400;
  letter-spacing: 2px;
}
footer {
  padding: 50px 45px;
}
.footer__items {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.footer__ttl {
  display: flex;
  grid-column-gap: 10px;
  align-items: center;
}
.footer__link ul {
  display: flex;
  justify-content: flex-end;
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .info__items {
    flex-wrap: wrap;
  }
  .info__item {
    width: 100%;
    padding: 60px 0;
  }
  .info__item:first-child {
    border-right: none;
    border-bottom: 1px solid #1a53a3;
    padding: 60px 0;
  }
  .ttl__footer {
    font-size: 1.4rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .ttl__footer span {
    font-size: 2.0rem;
  }
  .info__item .tel, .contact__item .tel {
    background: url(../images/common/icon_tel.svg) no-repeat left bottom 4px;
    background-size: 20px auto;
    padding-left: 30px;
    font-size: 3.6rem;
    margin: 20px auto;
    letter-spacing: 2px;
  }
  .btn__wht__line__l.mail {
    background: url("../images/common/icon_mail.svg") no-repeat left 15px center;
    background-size: 21px auto;
  }
  .btn__wht__line__l.line {
    background: url(../images/common/icon_line02.svg) no-repeat left 15px center;
    background-size: 23px auto;
    margin-top: 15px;
  }
  .btn__wht__line__l a {
    padding: 10px 40px;
    line-height: 1.4;
    margin-top: 0;
  }
  address {
    line-height: 1.4;
    text-align: center;
  }
  footer {
    padding: 40px 20px;
  }
  .footer__items {
    flex-wrap: wrap;
    grid-row-gap: 20px;
    justify-content: center;
  }
  .footer__ttl {
    justify-content: center;
  }
  .footer__link ul {
    justify-content: center;
  }
}
/* HEADER */
#header > nav {
  width: 100%;
  position: relative;
}
.drawer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 60px;
  padding-left: 5vw;
}
.navbar_toggle {
  z-index: 9999;
}
.navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  -webkit-transition: ease .5s;
  transition: ease .5s;
  background: #000;
}
.navbar_toggle_icon:nth-child(1) {
  top: 0;
}
.navbar_toggle_icon:nth-child(2) {
  margin: 8px 0;
}
.navbar_toggle_icon:nth-child(3) {
  top: 0;
}
/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: ease .5s;
  transition: ease .5s;
  z-index: 1000;
}
.menu ul li {
  padding: 1em;
  border-bottom: 1px solid #CCC;
}
/*OPEN時の動き*/
.menu.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#header {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header.is-show {
  background: rgba(255, 255, 255, 0.7)
}
/*#top .navbar_toggle_icon {
  background: #fff;
}
#top #header {
  color: #fff;
}
#top #header.is-show {
  background: rgba(0, 0, 0, 0.7)
}*/
@media screen and (max-width: 768px) {
  #header > nav {
    height: 60px;
  }
  .drawer h1 img {
    width: 140px;
  }
  .drawer {
    padding-right: 5vw;
  }
  .drawer h1 {
    width: 60%;
  }
  .menu {
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
  }
  .menu ul li {
    width: 100%;
  }
  .hd__btn__line, .hd__btn__contact {
    display: none;
  }
  .hd__nav .wrap {
    height: calc(100vh - 60px);
  }
  /*#top .menu {
    background: rgba(0, 0, 0, 0.7);
  }
  #top .menu ul li {
    color: #fff;
  }*/
}
@media screen and (min-width: 769px) {
  #header {
    height: 90px;
  }
  .drawer {
    height: 90px;
    max-width: 240px;
  }
  #header nav {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: end;
  }
  .navbar_toggle {
    display: none;
  }
  .menu {
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .menu ul {
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    column-gap: 20px;
    margin-right: 35px;
  }
  .menu ul li {
    border-bottom: none;
    padding: 0;
    letter-spacing: 2px;
    font-size: 1.4rem;
  }
  .hd__nav .wrap {
    display: flex;
    justify-content: end;
  }
  .hd__btn__line a {
    /*background: #004098;
    width: 125px;*/
    display: flex;
    width: 90px;
    height: 90px;
    justify-content: center;
    align-items: center;
  }
  .hd__btn__contact a {
    display: flex;
    background: #00357f;
    width: 125px;
    height: 90px;
    justify-content: center;
    align-items: center;
    grid-row-gap: 5px;
    flex-direction: column;
    font-size: 1.4rem;
    color: #fff !important;
  }
}
@media screen and (max-width: 768px) {}
/* 解体工事のプロセス */
.mv__wrap {
  background: url("../images/mv_dismantling.jpg") no-repeat center center #00357f;
  background-size: cover;
  height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5vw;
  color: #fff;
}
.mv__wrap.process {
  background: url("../images/h2_bg01.jpg") no-repeat center center #00357f;
  background-size: cover;
}
.mv__ttl {
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 4px;
}
.mv__ttl__sub {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 10px;
}
.process01__wrap, .process02__wrap, .process03__wrap, .process04__wrap {
  padding: 150px 0 130px 0;
}
.process02__wrap, .process04__wrap {
  background: #f6f9fc;
}
.ttl__02 .num {
  font-size: 4.8rem;
}
.txt__gray {
  color: #cacaca;
}
.ttl__02 .txt__gray {
  font-size: 2.4rem;
}
.process__list {
  padding-left: 110px;
  margin-top: 50px;
}
.process__list dt {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.process__list dd {
  padding-left: 60px;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mv__wrap {
    height: 200px;
    padding-left: 10vw;
    background: url("../images/mv_dismantling_sp.jpg") no-repeat center center #00357f;
    background-size: cover;
  }
  .mv__ttl {
    font-size: 2.2rem;
  }
  .mv__ttl__sub {
    font-size: 1.4rem;
    margin-top: 3px;
    opacity: 0.7;
  }
  .process01__wrap, .process02__wrap, .process03__wrap, .process04__wrap {
    padding: 60px 0;
  }
  .ttl__02 .num {
    font-size: 2.6rem;
  }
  .ttl__02 .txt__gray {
    display: none;
  }
  .process__list {
    padding-left: 0px;
    margin-top: 20px;
  }
  .process__list dt {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .process__list dd {
    padding-left: 0px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
/* 解体工事について */
.mv__wrap.individual {
  background: url("../images/h2_bg02.jpg") no-repeat center center #00357f;
  background-size: cover;
}
.mv__wrap.corporation {
  background: url("../images/h2_bg03.jpg") no-repeat center center #00357f;
  background-size: cover;
}
.dismantling01__wrap {
  padding: 150px 0 130px 0;
}
.dismantling01__wrap .coment {
  font-size: 2.0rem;
}
.dismantling01__items {
  text-align: center;
  margin-top: 130px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  grid-row-gap: 30px;
}
.dismantling01__item {
  width: 30%;
}
.dismantling01__item figcaption {
  margin-top: 20px;
  line-height: 1.6
}
.ttl__08 {
  border-bottom: 1px solid #f1f1f1;
  font-size: 3.0rem;
}
.dismantling02__wrap .ttl__08 {
  margin: 60px 0;
}
.ttl__08:first-letter {
  color: #004098;
}
.tbl_b__style {
  margin: 5px 0;
}
.tbl_b__style th, .tbl_b__style td {
  border: 1px solid #ccc;
  padding: 20px 25px;
  font-weight: normal;
  font-size: 1.6rem;
}
.tbl_b__style th {
  background: #f4f6f9;
  width: 40%;
}
.tbl_b__style td {
  width: 60%;
}
.contact__wrap {
  padding: 150px 0;
}
.contact__box {
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background: #00357f;
  width: 100%;
  padding: 60px 50px 50px 50px;
}
.txt__yel, .ttl__02.txt__yel:first-letter {
  color: #f6ff00 !important
}
.contact__box .coment {
  font-size: 1.8rem;
}
.contact__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  grid-row-gap: 10px;
  width: 100%
}
.contact__item {
  width: 49%
}
@media screen and (max-width: 768px) {
  .dismantling01__wrap {
    padding: 60px 0;
  }
  .dismantling01__wrap .coment {
    font-size: 1.6rem;
  }
  .dismantling01__items {
    margin-top: 40px;
  }
  .dismantling01__item {
    width: 100%;
  }
  .dismantling01__item figcaption {
    margin-top: 10px;
  }
  .ttl__08 {
    font-size: 1.9rem;
  }
  .dismantling02__wrap .ttl__08 {
    margin: 30px 0 10px 0;
  }
  .tbl_b__style th, .tbl_b__style td {
    padding: 10px;
    font-size: 1.4rem;
  }
  .contact__wrap {
    padding: 60px 0;
  }
  .contact__box {
    padding: 40px 20px;
  }
  .contact__box .coment {
    font-size: 1.4rem;
    text-align: left;
  }
  .contact__items {
    margin-top: 20px;
  }
  .contact__item {
    width: 100%
  }
  .contact__item .tel {
    margin: 0px auto 5px auto;
  }
}
/* NEWS */
.news01__item__txt .ttl__02 {
  font-size: 2.6rem;
}
.mv__wrap.base {
  background: url("../images/mv_base.jpg") no-repeat right bottom #f6f9fc;
  background-size: cover;
  color: #000;
}
.mv__wrap.base .mv__ttl__sub {
  color: #00357f;
}
.news01__wrap {
  padding: 150px 0 130px 0;
}
.news01__items {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  flex-wrap: wrap;
  grid-row-gap: 20px;
}
.news01__item__txt {
  width: 75%;
}
.navigation, .navi {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  grid-column-gap: 30px;
  align-items: center;
}
.navigation span, .page-numbers.prev, .page-numbers.next {
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  background: #00357f;
  color: #fff;
  border-radius: 50px;
}
.news01__item__category {
  width: 20%;
  background: #f6f9fc;
  padding: 35px 30px;
}
.news01__item__category .ttl__05 {
  letter-spacing: 3px;
}
.news01__item__category li {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .mv__wrap.base {
    background: url("../images/mv_base_sp.jpg") no-repeat right bottom #f6f9fc;
  }
  .news01__wrap {
    padding: 60px 0 80px 0;
  }
  .news01__items {}
  .news01__item__txt {
    width: 100%;
  }
  .navigation, .navi {
    margin-top: 30px;
    grid-column-gap: 20px;
  }
  .news01__item__category {
    width: 100%;
    text-align: center;
  }
  .news01__item__category li {
    margin-top: 15px;
  }
}
/* 会社案内 */
.mv__wrap.com {
  background: url("../images/mv_company.jpg") no-repeat center center #00357f;
  background-size: cover;
}
.com01__wrap {
  padding-top: 150px;
}
.com01__wrap__txt {
  font-size: 3.0rem;
  text-align: center;
  padding-top: 40px;
}
.mvv__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-end;
  row-gap: 30px;
}
.mvv__item__img {
  width: 36%;
}
.mvv__item__txt {
  width: 58%;
}
.mvv__item__txt .en {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #00357f;
  font-size: 1.5rem;
  margin-top: 15px;
}
.mvv__item__txt .ttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.disc li {
  font-size: 1.8rem;
  margin-left: 30px;
  margin-bottom: 10px;
}
.disc li:before {
  content: '・';
  color: #004098;
  margin-left: -20px;
  margin-right: 5px;
}
.com__items {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  grid-row-gap: 30px;
}
.com__item__txt {
  width: 50%;
}
.com__item__img {
  width: 50%;
  text-align: right;
}
.bg__ppl {
  background: #f6f9fc !important;
}
.bg__wht {
  background: #fff !important;
}
.voice .content01__box figure {
  text-align: center;
  height: 140px;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .mv__wrap.com {
    background: url("../images/mv_company.jpg") no-repeat left bottom #00357f;
  }
  .com01__wrap {
    padding-top: 60px;
  }
  .com01__wrap__txt {
    font-size: 2.0rem;
    padding-top: 20px;
  }
  .mvv__items {}
  .mvv__item__img {
    width: 100%;
    text-align: center;
  }
  .mvv__item__txt {
    width: 100%;
  }
  .mvv__item__txt .ttl {
    font-size: 2.0rem;
  }
  .disc li {
    font-size: 1.4rem;
    margin-left: 20px;
  }
  .disc li:before {}
  .com__item__txt {
    width: 100%;
  }
  .com__item__img {
    width: 100%;
    text-align: center;
  }
}
/* 協力会社 */
.partner__wrap {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .partner__wrap {
    padding-top: 60px;
  }
}
/* お問い合わせ */
.form__wrap {
  padding: 150px 0 130px 0;
}
.tbl_c__style {
  margin: 60px auto;
  width: 90%;
}
.tbl_c__style th, .tbl_c__style td {
  padding: 20px;
  font-size: 1.6rem;
  font-weight: 500;
}
.tbl_c__style th {
  width: 220px;
}
.tbl_c__style td {
  width: calc(100% - 220px);
}
.tbl_c__style th span {
  background: #c40000;
  font-size: 0.9rem;
  color: #fff;
  padding: 2px 10px;
  float: right;
  margin-left: 10px;
}
select, textarea, input[type=text] {
  border: 1px solid #ccc;
  background: #f6f9fc;
  padding: 15px 25px;
  width: 100%;
}
::placeholder {
  color: #ccc;
  font-weight: normal;
}
.copyright {
  width: 90%;
  margin: 0 auto 40px auto;
  padding: 20px;
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #ccc;
}
input[type=submit], input[type=button] {
  display: inline-block;
  text-align: center;
  background: url(../images/common/arrow01.svg) no-repeat right 13px center #004098;
  background-size: 6px auto;
  color: #fff;
  letter-spacing: 5px;
  font-weight: 500;
  width: 200px;
  padding: 13px;
}
@media screen and (max-width: 768px) {
  .form__wrap {
    padding: 60px 0;
  }
  .tbl_c__style {
    margin: 30px auto;
    width: 100%;
  }
  .tbl_c__style th, .tbl_c__style td {
    font-size: 1.4rem;
  }
  .tbl_c__style th {
    width: 100%;
    font-weight: 500;
    display: block;
    padding: 15px 0 0 0;
  }
  .tbl_c__style td {
    width: 100%;
    font-weight: 400;
    display: block;
    padding: 7px 0 15px 0;
    border-bottom: 1px solid #ccc;
  }
  select, textarea, input[type=text] {
    padding: 10px 15px;
  }
  .copyright {
    width: 100%;
    height: 150px;
  }
  input[type=submit] {}
}
/* 採用情報・お問い合わせ */
.mv__wrap.recruit {
  background: url("../images/recruit/mv_recruit.jpg") no-repeat center center #00357f;
  background-size: cover;
}
.recruit__form__wrap {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .mv__wrap.recruit {
    background: url(../images/recruit/mv_recruit.jpg) no-repeat center right #00357f;
    background-size: auto 100%;
  }
  .recruit__form__wrap {
    padding-bottom: 60px;
  }
}
/* 募集要項 */
.ttl__03.subttl::before {
  top: inherit;
  bottom: 19px;
}
.btn__blue.entry {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .ttl__03.subttl::before {
    bottom: inherit;
    top: 14px;
  }
  .btn__blue.entry {
    margin-top: 30px;
  }
}
/* 採用情報 */
.interview__wrap {
  background: #f6f9fc;
  padding: 150px 0 130px 0;
}
.interview__wrap .coment {
  padding: 60px 0 110px 0;
}
.interview__wrap .content01__item__box {
  width: 100%;
}
.interview__wrap .content01__box {
  width: 22%;
}
.occupation .feature__item {
  padding: 10px 35px;
  text-align: left;
}
.rec__fot__items {
  display: flex;
  width: 100%;
  grid-column-gap: 1px;
  margin-bottom: 100px;
}
.rec__fot__item {
  width: 50%;
}
.rec__fot__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  grid-row-gap: 10px;
  height: 330px;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
.rec__fot__item a .ttl {
  font-size: 3.0rem;
  letter-spacing: 4px;
  font-weight: 600;
  line-height: 1.2
}
.rec__fot__item a.youkou {
  background: url("../images/recruit/fot_nav_bg01.png") no-repeat center center;
  background-size: cover;
}
.rec__fot__item a.entry {
  background: url("../images/recruit/fot_nav_bg02.png") no-repeat center center;
  background-size: cover;
}
.rec__fot__item a.recruit {
  background: url("../images/recruit/fot_nav_bg03.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .interview__wrap {
    padding: 60px 0;
  }
  .interview__wrap .coment {
    padding: 30px 0;
  }
  .interview__wrap .content01__box {
    width: 100%;
  }
  .occupation .feature__item {
    padding: 10px 20px 20px 20px;
  }
  .rec__fot__items {
    margin-bottom: 40px;
    flex-wrap: wrap;
    row-gap: 1px;
  }
  .rec__fot__item {
    width: 100%;
  }
  .rec__fot__item a {
    height: 180px;
  }
  .rec__fot__item a .ttl {
    font-size: 2.0rem;
    letter-spacing: 2px;
  }
}
/* 続きを読む */
.readmore {
  cursor: pointer;
}
.readmore .open {
  display: block;
}
.readmore.on-click .open {
  display: none;
}
.readmore .close {
  display: none;
}
.readmore.on-click .close {
  display: block;
}
@media screen and (max-width: 768px) {}
/*VIEW MORE*/
.moreBtn a {
  display: flex;
  align-items: center;
  width: 155px;
  height: 60px;
  margin: 84px auto 0;
}
@media screen and (max-width: 768px) {
  .moreBtn a {
    margin: 80px auto 0;
    height: 50px;
  }
}
@media screen and (min-width: 769px) {
  .moreBtn a:hover .text {
    color: #a7b3c0;
  }
  .moreBtn a:hover .item::before {
    background: url(../images/common/img_border_hover.svg) no-repeat;
  }
  .moreBtn a:hover .item .circle {
    background-color: #a7b3c0;
  }
  .moreBtn a:hover .item .circle::before {
    opacity: 0.3;
  }
  .moreBtn a:hover .item .circle::after {
    background-color: #3e4f63;
    opacity: 0.3;
  }
}
.moreBtn .text {
  display: block;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #3e4f63;
  transition: 0.5s;
}
@media screen and (max-width: 370px) {
  .moreBtn .text {
    font-size: 100%;
  }
}
.moreBtn .item {
  position: relative;
  width: 40px;
  height: 4px;
  margin-left: 13px;
}
.moreBtn .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  background: url(../images/common/img_border.svg) no-repeat;
  background-size: contain;
  transition: 0.5s;
}
.moreBtn .item .circle {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 4px;
  margin: auto;
  background-color: #3e4f63;
  border-radius: 4px;
  transition: 0.5s;
  animation: circle-animation_01 2.8s infinite ease-out;
}
.moreBtn .item .circle::before, .moreBtn .item .circle::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -16px;
  bottom: 0;
  width: 36px;
  height: 36px;
  margin: auto;
  transition: 0.8s;
  border-radius: 100%;
  background-color: #3e4f63;
  transform: scale3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.moreBtn .item .circle::before {
  opacity: 0.3;
  animation: circle-animation_02 2.8s infinite ease-out;
}
.moreBtn .item .circle::after {
  opacity: 0.4;
  animation: circle-animation_03 2.8s infinite ease-out;
}
@keyframes circle-animation_01 {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  20% {
    opacity: 1;
  }
  55%, 90% {
    opacity: 1;
    transform: translateX(38px);
  }
  100% {
    opacity: 0;
    transform: translateX(38px);
  }
}
@keyframes circle-animation_02 {
  0%, 50% {
    transform: scale3d(0, 0, 0);
  }
  95%, 100% {
    transform: scale3d(1.6, 1.6, 1.6);
  }
}
@keyframes circle-animation_03 {
  0%, 50% {
    transform: scale3d(0, 0, 0);
  }
  95%, 100% {
    transform: scale3d(0.4, 0.4, 0.4);
  }
}
@keyframes circle-animation_04 {
  0%, 50% {
    transform: scale3d(0, 0, 0);
  }
  95%, 100% {
    transform: scale3d(0.5, 0.5, 0.5);
  }
}
.moreBtn.white a:not(.no-hover) {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .moreBtn {
    position: absolute;
    right: 5vw;
    bottom: 47px;
    background: rgb(0, 53, 127, 0.6);
    padding: 0 1px 0 50px;
  }
  .moreBtn.white a:not(.no-hover):hover .text {
    color: #3e4f63;
  }
  .moreBtn.white a:not(.no-hover):hover .item::before {
    background: url(../images/common/img_border.svg) no-repeat;
    background-size: contain;
  }
  .moreBtn.white a:not(.no-hover):hover .item .circle {
    background-color: #3e4f63;
  }
  .moreBtn.white a:not(.no-hover):hover .item .circle::before, .moreBtn.white a:not(.no-hover):hover .item .circle::after {
    background-color: #3e4f63;
  }
  .moreBtn.white a:not(.no-hover):hover .item .circle::before {
    opacity: 0.3;
  }
  .moreBtn.white a:not(.no-hover):hover .item .circle::after {
    opacity: 0.4;
  }
}
.moreBtn.white .text {
  color: #fff;
}
.moreBtn.white .item::before {
  background: url(../images/common/img_border_white.svg) no-repeat;
  background-size: contain;
}
.moreBtn.white .item .circle {
  background-color: #fff;
}
.moreBtn.white .item .circle::before, .moreBtn.white .item .circle::after {
  background-color: #fff;
}
.moreBtn.scroll {
  position: absolute;
  right: 0;
  bottom: 90px;
  width: 140px;
  margin-top: 0;
  transform: translate3d(30px, 0, 0) rotate(90deg);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .moreBtn.white {
    background: rgb(255, 255, 255, 0.2);
    padding-left: 25px;
    display: block;
    margin-left: auto;
    width: 190px;
    margin-right: 14px;
  }
  .moreBtn.scroll {
    right: -30px;
    /* bottom: 110px; */
    bottom: 30px;
  }
}
.moreBtn.scroll.in {
  transform: translate3d(0, 0, 0) rotate(90deg);
}
.moreBtn.scroll a {
  margin: 0;
}
.moreBtn.scroll .item {
  top: 1px;
}
.moreBtn.scroll .item .circle::after {
  content: none;
}
.moreBtn.scroll .item .circle::before {
  animation: circle-animation_04 2.8s infinite ease-out;
}
/* モーダル */
modal-span {
  cursor: pointer;
  text-decoration: underline;
}
.modal-outer {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100000;
}
.modal-inner {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  bottom: 10%;
  margin: 0 auto;
  width: fit-content;
}
.modal-inner-container {
  position: relative;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -1em;
}
.modal-inner-container img {
  margin: 0 auto;
  max-height: 90%;
  max-width: 100%;
}
.show {
  display: block;
}
.modal-inner-header {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.close-btn-top {
  cursor: pointer;
  color: #fff;
  font-size: 1em;
  display: block;
}
.close-btn-bottom {
  margin-bottom: 0;
  width: 150px;
  margin: 0 auto;
  text-align: center;
}
.close-btn-bottom button {
  padding: 5px 10px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal-inner {
    top: 10%;
    bottom: 10%;
    padding: 0;
  }
  .modal-inner-container {
    padding: 0;
    max-width: 500px;
    height: fit-content;
    max-height: 100%;
    box-sizing: border-box;
    height: 100%;
  }
  .modal-inner-container img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
  }
}
/* 追加修正 */
.news th {
  width: 120px;
}
.list__check li {
  background: url(../images/common/check.svg) no-repeat left top;
  background-size: 22px auto;
  min-height: 22px;
  padding-left: 35px;
  margin: 20px 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}
.container .inner {
  width: 100% !important;
}
.mt0 {
  margin-top: 0px !important;
}
.ttl__09 {
  color: #004098;
  font-size: 2.0rem;
  margin: 40px 0 20px 0;
}
.btn__wht__line__l.navybox {
  max-width: 400px;
  margin: 30px auto;
}
#recruit .feature__items {
  justify-content: center;
}
#recruit .process__list {
  padding-left: 0px;
  margin-top: 40px;
}
#recruit .process__list dd {
  padding-left: 35px;
}
.inview.fadeup {
  opacity: 0;
  transition-duration: .8s;
  transform: translateY(15px);
}
.inview.fadeup.active {
  opacity: 1;
  transform: translateY(0px);
}
.delay01 {
  transition-delay: .3s;
}
.delay02 {
  transition-delay: .6s;
}
.delay03 {
  transition-delay: .9s;
}
.service__items {
  flex-wrap: wrap;
  margin: 80px auto 0 auto;
  row-gap: 40px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 820px;
}
.service__item {
  width: 32%;
}
.service__item img {
  border-radius: 200px;
  overflow: hidden;
  width: 200px;
  height: 200px;
  display: block;
  margin: auto;
  border: solid #004098 3px;
}
.service__item .ttl {
  text-align: center;
  margin-top: 15px;
  font-size: 2.2rem;
}
.feature__wrap.occupation .feature__item .ttl__05 {
  margin-bottom: 0px;
  text-align: center;
}
.mv__wrap.blog {
  background: url("../images/mv_blog.jpg") no-repeat center center #00357f;
  background-size: cover;
}
.mv__wrap.contact {
  background: url("../images/mv_contact.jpg") no-repeat center center #00357f;
  background-size: cover;
}
.mv__wrap.partner {
  background: url("../images/mv_partner.jpg") no-repeat center center #00357f;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .list__check {
    margin-top: 30px;
  }
  .list__check li {
    background: url(../images/common/check.svg) no-repeat left top;
    background-size: 15px auto;
    min-height: 15px;
    padding-left: 25px;
    margin: 10px 0;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .ttl__09 {
    font-size: 1.6rem;
    margin: 20px 0 5px 0;
  }
  .service__items {
    margin: 30px auto 0 auto;
    row-gap: 30px;
  }
  .service__item {}
  .service__item img {
    width: 80px;
    height: 80px;
  }
  .service__item .ttl {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .mv__wrap.blog {
    background: url("../images/mv_blog_sp.jpg") no-repeat center center #00357f;
    background-size: cover;
  }
  .mv__wrap.contact {
    background: url("../images/mv_contact_sp.jpg") no-repeat center center #00357f;
    background-size: cover;
  }
  .mv__wrap.partner {
    background: url("../images/mv_partner_sp.jpg") no-repeat center center #00357f;
    background-size: cover;
  }
}
/*  */
@media screen and (max-width: 768px) {}