@charset "UTF-8";
/*
+++++++++++++++++++++++++++++++++++++++++
                 mv
++++++++++++++++++++++++++++++++++++++++++++++
*/
.mv {
  width: 100%;
  position: relative;
}
.mv .recruit__btn {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: -50px;
  right: 20px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  filter: drop-shadow(2px 2px 10px #777777);
}
.mv .recruit__btn img {
  transition: ease 0.3s;
}
.mv .recruit__btn:hover img {
  transform: scale(1.1, 1.1);
}
.mv .nav__deco {
  position: absolute;
  right: 70px;
  width: 25%;
  top: 10px;
  z-index: 2;
}

.mv .swiper-container {
  width: 100%;
}

.swiper-slide {
  overflow: hidden;

}
.swiper-slide .copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 25%;
  max-width: 120px;
}

.slide-img {
  height: 70vh;
  min-height: 380px;
}

@media print, screen and (min-width: 1024px) {
  .mv .nav__deco {
    right: 14.29%;
  }
  .swiper-slide .copy {
    width: 8.57%;
    max-width: 100%;
    min-width: 120px;
  }
  .slide-img {
    height: 80vh;
    min-height: 700px;
  }
}
.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.title__center {
  text-align: center;
}
.title__center h2::before {
  left: 50%;
  transform: translateX(-50%);
}

.item__bg {
  display: block;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  width: 100%;
  z-index: 10;
}
.item__bg::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: 1;
}
.item__bg:hover:after {
  transform: scale(1.1);
}

.btn__white .btn01 {
  border: 1px solid #fff;
  width: 200px;
  padding: 10px 20px;
  max-width: 100%;
  margin: 0 auto;
  transition: ease 0.3s;
}
.btn__white .btn01 p {
  text-align: center;
  position: relative;
}
.btn__white .btn01:hover {
  background-color: #003b83;
  border-color: #003b83;
}

.btn01 p::before {
  width: 6px;
  height: 6px;
  margin-top: -5px;
  content: "";
  transform: rotate(45deg);
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 40px;
}

/*
+++++++++++++++++++++++++++++++++++++++++
                トップ　事業内容
++++++++++++++++++++++++++++++++++++++++++++++
*/
.back_top02 {
  text-align: center;
}
.back_top02 p {
  font-size: 14px;
}
.back_top02 .title__center {
  margin-bottom: 20px;
}
.back_top02 .wrapper {
  padding: 0 20px;
}

.t__service-point {
  margin-top: 20px;
}
.t__service-point ul {
  position: relative;
}
.t__service-point ul::after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #56a9ff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.t__service-point li {
  background-color: #56a9ff;
  padding: 10px 20px;
  border-radius: 10px;
  margin-top: 10px;
}
.t__service-point li p {
  color: #fff;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.t__service-point li p span {
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Helvetica", "Arial", sans-serif;
  font-style: normal;
  display: block;
  font-size: 12px;
}

.t__service-item {
  margin-top: 40px;
}
.t__service-item .item__bg {
  color: #fff;
}
.t__service-item .item__bg:after {
  background: url(../images/top_service01.jpg) no-repeat center center/cover;
}
.t__service-item .item__bg:nth-child(2):after {
  background: url(../images/top_service02.jpg) no-repeat center center/cover;
}
.t__service-item .item__bg:nth-child(3):after {
  background: url(../images/top_service04.jpg) no-repeat center center/cover;
}
.t__service-item .item__bg:nth-child(4):after {
  background: url(../images/top_service03.jpg) no-repeat center center/cover;
}
.t__service-item .item {
  padding: 40px 20px;
}
.t__service-item .item .text__box {
  padding: 20px 0;
}
.t__service-item .item p {
  font-size: 14px;
  line-height: 1.8;
}
.t__service-item .item:hover .btn__white .btn01 {
  background-color: #003b83;
  border-color: #003b83;
}
.t__service-item h2 {
  font-family: "Arial Black", sans-serif;
  font-weight: bold;
  font-size: 22px;
}
.t__service-item h2 span {
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Helvetica", "Arial", sans-serif;
  display: block;
  font-size: 14px;
}

@media print, screen and (min-width: 1024px) {
  .back_top02 p {
    font-size: 16px;
  }
  .back_top02 .title__center {
    margin-bottom: 40px;
  }
  .t__service-point {
    margin-top: 40px;
  }
  .t__service-point ul {
    display: flex;
    justify-content: space-between;
  }
  .t__service-point ul::after {
    width: 100%;
    height: 4px;
    top: 50%;
    left: 0;
    transform: translateX(0%);
    transform: translateY(-50%);
  }
  .t__service-point li {
    width: 30%;
    padding: 20px;
    margin-top: 0;
  }
  .t__service-point li p {
    font-size: 24px;
    line-height: 1.2;
  }
  .t__service-point li p span {
    font-size: 16px;
    padding-bottom: 6px;
  }
  .t__service-item {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .t__service-item .item {
    width: 50%;
    padding: 80px 20px;
  }
  .t__service-item .item .text__box {
    padding: 30px 0 0;
  }
  .t__service-item h2 {
    font-size: 32px;
  }
  .t__service-item h2 span {
    font-size: 18px;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
                トップ　動画
++++++++++++++++++++++++++++++++++++++++++++++
*/
.top__video {
  margin-top: 20px;
}

.top__video .box_recruit01 {
  margin-top: 10px;
  padding: 0;
  max-width: 700px;
}

/*
+++++++++++++++++++++++++++++++++++++++++
                建物解体
++++++++++++++++++++++++++++++++++++++++++++++
*/
.demorision .service__features {
  background: url(../images/img_demorision01.jpg) no-repeat center center/cover;
}

/*
+++++++++++++++++++++++++++++++++++++++++
                鋼構造物工事
++++++++++++++++++++++++++++++++++++++++++++++
*/
.teelstructures .service__features {
  background: url(../images/img_steelstructures01.jpg) no-repeat center center/cover;
}
.teelstructures .service__features .inr__box .bar02 h2 {
  position: relative;
}

/*
+++++++++++++++++++++++++++++++++++++++++
                不動産売買
++++++++++++++++++++++++++++++++++++++++++++++
*/
.rialestate .service__features {
  background: url(../images/rialestate_img01.jpg) no-repeat center center/cover;
}

/*
+++++++++++++++++++++++++++++++++++++++++
                事業内容ページ
++++++++++++++++++++++++++++++++++++++++++++++
*/
.service__features {
  padding: 40px 20px;
  margin-top: 30px;
}
.service__features .inr__box {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 20px;
}
.service__features .inr__box .bar02 h2 span {
  font-size: 12px;
}

@media print, screen and (min-width: 1024px) {
  .service__features {
    padding: 80px 20px;
  }
  .service__features .inr__box {
    padding: 50px;
  }
  .service__features .inr__box .bar02 h2 span {
    font-size: 16px;
  }
  .service__features .inr__box .text__box {
    padding-top: 40px;
  }
}
.service__flex .bar03 h2 {
  font-size: 16px;
}
.service__flex .text__box {
  padding-top: 24px;
}
.service__flex .item__text {
  padding-top: 20px;
}
.service__flex .item__text ul {
  list-style: disc;
  padding-left: 20px;
}
.service__flex .box_service01 {
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .service__flex .bar03 h2 {
    font-size: 20px;
    letter-spacing: 0;
  }
  .service__flex .bar03 h2 span {
    width: 100%;
  }
  .service__flex .box_service01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
  }
  .service__flex .box_service01:nth-child(even) {
    flex-direction: row-reverse;
  }
  .service__flex .item__img {
    width: 46%;
    margin: 0;
  }
  .service__flex .item__text {
    width: 50%;
    margin: 0;
  }
  .service__flex .text__box {
    padding-top: 10px;
  }
  .service__flex .text__box p {
    font-size: 15px;
  }
  .service__flex .text__box ul {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 1024px) {
  .service__flex .box_service01:nth-child(even) .item__text {
    margin-right: 0;
    margin-left: 40px;
  }
  .service__flex .item__text {
    width: 42%;
    margin-right: 40px;
  }
  .service__flex .item__text .text__box {
    padding-top: 30px;
  }
  .service__flex .item__text p {
    line-height: 1.8;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
                プラント事業
++++++++++++++++++++++++++++++++++++++++++++++
*/
.plant .service__features {
  background: url(../images/plant_img01.jpg) no-repeat center center/cover;
}

.service__plant01 {
  margin-top: 60px;
  padding: 0 20px;
}
.service__plant01 .flex__text {
  padding-top: 20px;
}
.service__plant01 h3 {
  color: #003b83;
  font-weight: bold;
  font-size: 18px;
}
.service__plant01 .text__box {
  padding-top: 20px;
}

.service__plant02 {
  margin-top: 50px;
  padding: 0 20px;
}
.service__plant02 .plant02__item {
  margin-top: 30px;
}
.service__plant02 .plant02__item:first-child {
  margin-top: 0;
}
.service__plant02 h3 {
  background-color: #003b83;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.service__plant02 h3 span {
  font-family: "Arial", sans-serif;
  font-style: italic;
  font-size: 18px;
  padding-right: 10px;
}
.service__plant02 .flex02 {
  padding-top: 20px;
}
.service__plant02 .flex02 .flex__text {
  padding-top: 20px;
}

.service__plant03 {
  padding: 0 20px;
  margin-top: 60px;
}
.service__plant03 .back_service01 {
  padding: 0;
}

.service__plant04 {
  background-color: #003b83;
  padding: 40px 20px;
}
.service__plant04 .bar02 {
  margin-bottom: 20px;
}
.service__plant04 .bar02 h2 {
  color: #fff;
}
.service__plant04 .bar02 h2::before {
  background-image: url(../images/back_bar02.png);
}
.service__plant04 .bar02 h2 span {
  color: #fff;
}
.service__plant04 .item {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 34px;
  position: relative;
}
.service__plant04 .item::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 14px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}
.service__plant04 .item:nth-child(even) .flow__number {
  background-color: #55a9ff;
}
.service__plant04 .item:last-child {
  margin-bottom: 0;
}
.service__plant04 .item:last-child::after {
  display: none;
}
.service__plant04 .item .flow__title {
  display: flex;
  justify-content: space-between;
}
.service__plant04 .item .flow__title .bar03 {
  width: calc(100% - 40px);
}
.service__plant04 .item .flow__title h2 {
  font-size: 16px;
}
.service__plant04 .item .bar03 h2 span {
  max-width: 100%;
}
.service__plant04 .item .flow__number {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  background-color: #003b83;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service__plant04 .flow__text {
  padding: 20px 0 0 40px;
}

.works__section {
  margin-top: 60px;
}
.works__section .back_works02 ul {
  display: flex;
  justify-content: center;
}
.works__section .back_works02 ul.ba__list li {
  width: 44%;
}
.works__section .box_works02 {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .service__plant01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .service__plant01 .flex__img {
    width: 55%;
  }
  .service__plant01 .flex__text {
    width: 40%;
    padding-top: 0;
  }
  .service__plant02 .flex02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .service__plant02 .flex02 .flex__img {
    width: 45%;
  }
  .service__plant02 .flex02 .flex__text {
    width: 50%;
    padding-top: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .service__plant01 {
    margin-top: 80px;
  }
  .service__plant01 h3 {
    font-size: 24px;
  }
  .service__plant01 .text__box {
    padding-top: 40px;
  }
  .service__plant01 .text__box p {
    font-size: 16px;
  }
  .service__plant02 h3 {
    padding: 8px 20px;
    font-size: 16px;
  }
  .service__plant02 h3 span {
    font-size: 24px;
    padding-right: 30px;
  }
  .service__plant02 .text__box p {
    font-size: 16px;
  }
  .service__plant03 {
    margin-top: 80px;
  }
  .service__plant04 {
    padding: 80px 20px;
  }
  .service__plant04 .bar02 {
    margin-bottom: 50px;
  }
  .service__plant04 .item {
    padding: 30px;
  }
  .service__plant04 .item::after {
    bottom: -13px;
  }
  .service__plant04 .item .flow__title .bar03 {
    width: calc(100% - 60px);
  }
  .service__plant04 .item .flow__title h2 {
    font-size: 18px;
  }
  .service__plant04 .item .flow__number {
    font-size: 24px;
    width: 40px;
    height: 40px;
  }
  .service__plant04 .flow__text {
    padding: 20px 0 0 60px;
  }
  .service__plant04 .flow__text p {
    font-size: 15px;
  }
  .works__section {
    margin-top: 100px;
  }
  .works__section .bar02 {
    margin-bottom: 50px;
  }
  .works__section .back_works02 ul {
    display: flex;
    justify-content: center;
  }
  .works__section .back_works02 ul.ba__list li {
    width: 48%;
  }
  .works__section .box_works02 {
    margin-bottom: 40px;
  }
  .works__section .back_works02 ul > li:not(:last-child) .img-area:after {
    right: -40px;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
                トップページ強み
++++++++++++++++++++++++++++++++++++++++++++++
*/
.back_top01:before {
  height: 100%;
}

.back_top02 {
  margin-top: 80px;
}

.top__strengths {
  padding: 60px 0;
}
.top__strengths .box_top01_box {
  max-width: 80%;
  margin: 0 auto;
}
.top__strengths .box_top01_left,
.top__strengths .box_top01_right {
  clear: both;
}

.top__strengths .strengths__video {
  width: calc(100% - 32px);
  margin: 30px auto 0;
}

.top__strengths .video__wrap {
  position: relative;
  width: 100%;
  padding-top: 64.2%;
  overflow: hidden;
  background: #000;
}

.top__strengths .video__wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 全画面にフィットさせる場合。containなら黒帯あり */
}

@media print, screen and (min-width: 1024px) {
  .top__strengths {
    padding-bottom: 0;
  }
  .top__strengths .box_top01 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .back_top02 {
    margin-top: 100px;
  }
  .top__strengths .strengths__video {
    width: 60%;
    max-width: 1000px;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
                mp4
++++++++++++++++++++++++++++++++++++++++++++++
*/
.videobox .video__inr {
  width: 100%;
  max-width: 1000px;
  margin: 30px auto 0;
  text-align: center;
}

.videobox .video__inr video {
  max-width: 100%;
}

/*
+++++++++++++++++++++++++++++++++++++++++
                強み
++++++++++++++++++++++++++++++++++++++++++++++
*/
.strengths__massage .bar02 h2:before {
  bottom: 70px;
}
.strengths__massage p {
  padding-top: 20px;
}

.strengthsbtn__flex .btn01 a {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  background-color: #55a9ff;
}
.strengthsbtn__flex .btn01 a:hover {
  background-color: #003b83;
}
.strengthsbtn__flex .btn01 a::before {
  transform: rotate(135deg);
}

.company__strengths {
  text-align: center;
  padding: 60px 20px;
  /*   background-color: #bdf; */
  margin-bottom: 40px;
}
.company__strengths h2 {
  text-align: center;
}
.company__strengths h2::before {
  left: 50%;
  transform: translateX(-50%);
}
.company__strengths h2 span {
  margin: 0 auto;
}

.company__strengths02 {
  padding: 60px 20px;
  background-color: #bdf;
  text-align: center;
}

.company__strengths03 {
  padding: 60px 20px;
}
.company__strengths03 .strengths__title h2 {
  text-align: center;
}
.company__strengths03 .strengths__title h2::before {
  left: 50%;
  transform: translateX(-50%);
}
.company__strengths03 .plant02__item .text__wrap .text__box p {
  font-weight: bold;
}
.company__strengths03 h3 {
  background-color: #003b83;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  font-size: 12px;
  margin-top: 40px;
}
.company__strengths03 h3 span {
  display: block;
  font-family: "Arial", sans-serif;
  font-style: italic;
  font-size: 18px;
  padding-right: 10px;
}
.company__strengths03 .text__box {
  padding-top: 10px;
}
.company__strengths03 .text__box p {
  font-weight: bold;
}
.company__strengths03 .blue {
  color: #003b83;
}

.strengths__list li {
  margin-top: 20px;
}
.strengths__list li:nth-child(even) .strengths__title {
  background-color: #003b83;
}
.strengths__list .strengths__title {
  background-color: #55a9ff;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 10px;
}
.strengths__list .strengths__text {
  padding: 10px 20px 0;
}
.strengths__list .strengths__text p {
  font-size: 14px;
}

.bim__flex {
  margin-bottom: 50px;
}
.bim__flex .flex__text {
  padding-top: 30px;
}
.bim__flex .flex__img img {
  width: 100%;
}
.bim__flex .read {
  font-size: 18px;
  font-weight: bold;
  color: #003b83;
}
.bim__flex .text__box {
  padding-top: 20px;
}

.strengths__text {
  padding-top: 30px;
}

.assignment {
  margin-top: 30px;
}
.assignment .assignment__read {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
.assignment .assignment__read span {
  font-size: 20px;
  padding: 0 4px;
  color: #003b83;
}
.assignment .text__box {
  padding-top: 20px;
}

.assignment__list {
  margin-top: 20px;
}
.assignment__list li {
  color: #55a9ff;
  border: 1px solid #55a9ff;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .strengths__massage .bar02 h2:before {
    bottom: 50px;
  }
  .plant02__item .strengths__list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
  }
  .bim__flex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }
  .bim__flex .flex__text {
    padding-top: 0;
    width: 50%;
  }
  .bim__flex .flex__img {
    width: 40%;
  }
  .bim__flex .text__box {
    padding-top: 40px;
  }
  .bim__flex .text__box p {
    font-size: 15px;
  }
  .assignment__list {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .assignment__list li {
    width: 30%;
    height: 80px;
    padding: 20px;
    margin-top: 20px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
  }
  .assignment__list li:nth-child(3), .assignment__list li:last-child {
    margin-right: 0;
  }
  .assignment .text__box {
    text-align: center;
  }
  .assignment .text__box p {
    font-size: 16px;
  }
  .assignment .assignment__read {
    font-size: 20px;
  }
  .assignment .assignment__read span {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .bim__flex .read {
    font-size: 24px;
  }
  .strengths__massage .bar02 h2:before {
    bottom: 35px;
  }
  .strengthsbtn__flex {
    display: flex;
  }
  .strengthsbtn__flex .btn01:last-child a {
    margin-right: 0;
  }
  .strengthsbtn__flex .btn01 a {
    width: 240px;
    margin-right: 40px;
  }
  .strengthsbtn__flex .btn01 a::before {
    transform: rotate(135deg);
  }
  .company__strengths {
    padding: 100px 20px 60px;
  }
  .company__strengths02 {
    padding: 80px 20px;
  }
  .company__strengths03 {
    padding: 100px 20px;
  }
  .company__strengths03 h3 {
    padding: 12px 20px;
    display: flex;
    align-items: center;
    margin-top: 50px;
    font-size: 16px;
  }
  .company__strengths03 h3 span {
    font-size: 24px;
  }
  .strengths__list {
    margin-top: 30px;
  }
  .strengths__list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .strengths__list li {
    width: 31%;
  }
  .strengths__list .strengths__title {
    background-color: #55a9ff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    border-radius: 10px;
  }
  .strengths__list .strengths__text {
    padding: 10px 0;
  }
  .strengths__list .strengths__text p {
    font-size: 15px;
    font-weight: bold;
  }
}
.strengths__inner {
  padding: 60px 20px;
  margin-top: 60px;
  background-color: #fff;
}
.strengths__inner h2 span {
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}
.strengths__inner .flex02 {
  margin-top: 30px;
}
.strengths__inner .flex__text {
  font-size: 16px;
  padding-top: 10px;
  text-align: center;
}

.evaluation__flex .item {
  margin-top: 30px;
}
.evaluation__flex .item__text {
  padding-top: 10px;
}
.evaluation__flex .bold {
  font-weight: bold;
  font-size: 16px;
}
.evaluation__flex .blue {
  font-weight: bold;
  font-size: 15px;
  color: #003b83;
}

@media print, screen and (min-width: 1024px) {
  .evaluation__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    max-width: 800px;
  }
  .evaluation__flex .item {
    width: 46%;
    margin-top: 40px;
  }
  .evaluation__flex .item__text {
    padding: 20px 20px 0;
  }
  .strengths__inner {
    padding: 60px 50px;
  }
}
/*
+++++++++++++++++++++++++++++++++++++++++
                BIMの活用、工法
++++++++++++++++++++++++++++++++++++++++++++++
*/
.plant02__item .text__wrap {
  background-color: #f2f5f9;
  padding: 20px;
  margin-top: 20px;
}
.plant02__item .text__wrap .bar03 {
  margin-bottom: 20px;
}
.plant02__item .text__wrap .bar03 span {
  max-width: 100%;
  font-size: 16px;
}
.plant02__item .top__text {
  padding-top: 20px;
}
.plant02__item .top__text p {
  font-size: 15px;
}

.plant02__item-flex .flex__item {
  margin-top: 20px;
}
.plant02__item-flex .flex__item .item__img img {
  width: 100%;
}
.plant02__item-flex p {
  padding-top: 5px;
  font-weight: bold;
  text-align: center;
}

.procedure_list-wrap {
  background-color: #f2f5f9;
  padding: 40px 20px;
  margin-top: 20px;
}
.procedure_list-wrap .bar03 h2 span {
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}

.procedure_list {
  margin-top: 30px;
}
.procedure_list .flow__number {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  background-color: #003b83;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.procedure_list li {
  margin-top: 30px;
  background-color: #fff;
  padding: 20px;
  position: relative;
}
.procedure_list li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 14px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}
.procedure_list li:nth-child(even) .flow__number {
  background-color: #55a9ff;
}
.procedure_list li:first-child {
  margin-top: 0;
}
.procedure_list li:last-child::after {
  display: none;
}
.procedure_list .list__title {
  display: flex;
  justify-content: space-between;
}
.procedure_list .list__title .procedure_title {
  width: calc(100% - 36px);
  font-size: 15px;
  font-weight: bold;
}
.procedure_list .text__box {
  padding-top: 10px;
  padding-left: 36px;
}
.procedure_list .text__box p {
  font-size: 13px;
}

@media print, screen and (min-width: 768px) {
  .plant02__item-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .plant02__item-flex .flex__item {
    width: 31%;
  }
  .plant02__item-flex.flex05::after {
    content: "";
    width: 31%;
  }
  .plant02__item .text__wrap {
    background-color: #f2f5f9;
    padding: 40px 50px;
    margin-top: 30px;
  }
  .plant02__item .text__wrap .bar03 span {
    font-size: 20px;
  }
  .plant02__item .text__wrap .text__box p {
    font-size: 16px;
  }
  .plant02__item .top__text {
    padding-top: 30px;
  }
  .plant02__item .top__text p {
    font-size: 16px;
  }
  .plant02__item .strengths__list {
    margin-top: 10px;
  }
  .plant02__item .strengths__list li {
    width: 22%;
  }
  .plant02__item .strengths__list .strengths__text p {
    font-size: 14px;
    line-height: 1.6;
  }
  .procedure_list-wrap {
    padding: 50px;
    margin-top: 40px;
  }
  .procedure_list-wrap .bar03 h2 span {
    font-size: 20px;
  }
  .procedure_list .list__title .procedure_title {
    font-size: 18px;
  }
}
/*動画モーダル*/
/* ボタン */
.video-button {
  height: 60px;
  width: 100%;
  max-width: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  background-color: #003b83;
  border: 2px solid #003b83;
  color: #fff;
  position: relative;
  transition: ease 0.3s;
  cursor: pointer;
}

.video-button p span {
  font-size: 12px;
  display: block;
}

.video-button::before {
  width: 6px;
  height: 6px;
  margin-top: -5px;
  content: "";
  transform: rotate(45deg);
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
}

.video-button:hover {
  background-color: #fff;
  color: #003b83;
}

.video-button:hover:before {
  border-color: #003b83;
}

/* モーダルの背景 */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

/* モーダルの中身 */
.modal-content {
  position: relative;
  max-width: 90%;
  max-height: 80%;
}

.modal video {
  width: 100%;
  height: auto;
}

/* 閉じるボタン */
.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  background-color: #003b83;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close:hover {
  color: #000;
}

@media print, screen and (min-width: 1024px) {
  .video-button {
    max-width: 100%;
  }
}
/*.dropdown*/
li.dropdown {
  position: relative;
  margin-top: 0;
}

.dropdown__toggle {
  background: transparent;
  border: none;
  padding: 5px 14px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 8px 12px;
}
.dropdown__toggle span {
  margin: 0 0 7.5px;
  display: block;
  font-size: min(1vw, 14px);
}

.dropdown__toggle::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 30px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #003b83;
  border-right: 2px solid #003b83;
  transform: rotate(135deg);
}

.dropdown__toggle:hover {
  color: #003b83;
}

.dropdown.open .dropdown__toggle::after {
  transform: rotate(-45deg);
  top: 33px;
}

/* サブメニュー */
.dropdown__menu {
  position: absolute;
  left: -40px;
  top: 50px;
  z-index: 4;
  background-color: rgba(0, 68, 145, 0.8);
  width: 180px;
  overflow: hidden;
  z-index: 100;
  transition: all 0.3s;
  max-height: 0;
  
  transform: translateY(-10px);
  transition: all 0.25s ease;
  pointer-events: none;
}

.dropdown__menu li {
  width: 100%;
  border-bottom: 1px solid #fff;
}

.dropdown__menu li:last-child {
  border-bottom: none;
}

.dropdown__menu li a {
  display: block;
  padding: 14px 10px;
  color: #fff;
  text-decoration: none;
}

.dropdown__menu a:hover {
  background: #003b83;
  color: #fff !important;
}

/* 表示時 */
.dropdown.open .dropdown__menu,
.dropdown:hover .dropdown__menu {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
/*# sourceMappingURL=renew_style.css.map */