@charset "UTF-8";

/*下層用*/

/* ************************************************
* reform
* ************************************************ */

/*--------------layout--------------*/

#l-main {
  padding-top: 30px;
  background-image: none;
}

@media screen and (max-width: 768px) {
  #reform #l-aside {
    padding-top: 100px;
  }
  #l-aside {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  #l-main {
    padding-top: 10px;
  }
  #reform #l-aside {
    padding-top: 20px;
  }
}

/*--------------heading--------------*/

.heading--reform {
  margin-bottom: 80px;
}

/*--------------header--------------*/

.gallery {
  height: 350px;
  background-image: url("../images/para-bg_001.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.gallery__title-container {
  margin-top: 100px;
}

.gallery__title {
  font-size: 3.6rem;
  color: #46b2fb;
  margin-bottom: 25px;
}

.gallery__title--img {
  max-height: 84px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .gallery__title--img {
    max-height: 64px;
    height: auto;
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 600px) {
  .gallery {
    height: 200px;
  }
  .gallery__title-container {
    margin-top: 50px;
  }
  .gallery__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .gallery__title--img {
    max-height: 45px;
  }
  .heading--reform {
    margin-bottom: 40px;
  }
}

/*--------------contents--------------*/

/*パンくず*/

.breadcrumb {
  white-space: nowrap;
  margin-bottom: 100px;
  font-size: 0;
}

.breadcrumb__item {
  display: inline-block;
  font-size: 1.4rem;
}

.breadcrumb__item:nth-of-type(2) {
  color: #39b6ff;
}

.breadcrumb__item a {
  color: #333;
  position: relative;
  padding-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 2px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.breadcrumb__item a:hover {
  color: #39b6ff;
}

.breadcrumb__item:after {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.breadcrumb__item:last-of-type::after {
  display: none;
}

.breadcrumb__item a:after {
  content: "";
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #39b6ff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
}

.breadcrumb__item a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.reform-point {
  text-align: center;
  padding-bottom: 20px;
}

.reform-point__img {
  width: 430px;
}

.entry {
  text-align: left;
  padding-bottom: 80px;
}

.entry__title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
  background-color: #46b2fb;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: 200px;
  display: inline-block;
  position: relative;
  line-height: 1.4;
}
.entry__title--second {
  width: auto;
}
.entry__title:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 44px 0 0 43px;
  border-color: transparent transparent transparent #46b2fb;
  position: absolute;
  top: 0px;
  right: -43px;
}
.entry__title--insurance {
  width: 400px;
}

.entry__copy {
  color: #46b2fb;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
}

.entry__desc {
  line-height: 2;
  /* letter-spacing: 0.1em; */
  font-size: 1.5rem;
}
.entry__desc--insurance {
  margin-bottom: 20px;
}
.entry__desc--list {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 70px;
  }
  .reform-point__img {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .breadcrumb {
    margin-bottom: 40px;
  }
  .breadcrumb__item {
    font-size: 1.2rem;
  }
  .reform-point {
    padding-bottom: 0;
  }
  .reform-point__img {
    width: 260px;
    margin-bottom: 30px;
  }
  .entry {
    padding-bottom: 50px;
  }
  .entry__title {
    font-size: 1.6rem;
    margin-bottom: 20px;
    /* max-width: 150px; */
    /* width: 100%; */
    width: calc(100% - 30px);
  }
  .entry__title--insurance {
    max-width: 270px;
  }
  .entry__title:after {
    border-width: 32px 0 0 32px;
    right: -32px;
  }
  .entry__copy {
    font-size: 1.4rem;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .entry__desc {
    font-size: 1.2rem;
  }
}

/*--------------aside--------------*/

.service-container {
  width: 47%;
  float: left;
}

.service-container:nth-of-type(2) {
  float: right;
}

.service__card__title {
  font-size: 2.2rem;
}

.btn--more {
  width: 70%;
}

.service:hover .service__card__title {
  top: 40%;
}

.service:hover .btn--more--flow {
  top: 61%;
}

@media screen and (max-width: 768px) {
  .service__card {
    width: 100%;
    padding-top: 100%;
  }
  .service__img {
    display: none;
  }
  .service .service__card__title {
    top: 40%;
  }
  .service .btn--more--flow {
    top: 61%;
  }
}

@media screen and (max-width: 600px) {
  .service-container {
    width: 100%;
  }
}

/* ************************************************
* flow
* ************************************************ */

/*--------------contents--------------*/

.gallery--flow {
  background-image: url("../images/gallery-flow.jpg");
}

.flow {
  padding-bottom: 160px;
}

.flow__list {
  position: relative;
  border-left: 8px #46b2fb solid;
  margin-left: 50%;
}

.flow__list__item {
  width: 100%;
  padding-left: 2em;
  float: right;
  margin-bottom: 50px;
  position: relative;
}

.flow__list__item:nth-of-type(1):after,
.flow__list__item:nth-of-type(3):after,
.flow__list__item:nth-of-type(4):after {
  content: "";
  background-image: url("../images/flow_001.jpg");
  background-size: 300px auto;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 300px;
  height: 200px;
  position: absolute;
  bottom: -210px;
  right: 0;
}

.flow__list__item:nth-of-type(3):after {
  background-image: url("../images/flow_003.jpg");
}

.flow__list__item:nth-of-type(4):after {
  background-image: url("../images/flow_004.jpg");
  left: 0;
}

.flow__list__item:nth-of-type(2n) {
  margin-right: 100%;
  padding-right: calc(2em + 8px);
  padding-left: 0;
}

.entry__title---flow {
  width: 100%;
  max-width: 100%;
}

/*三角消す*/

.entry__title---flow:after {
  display: none;
}

/*丸*/

.entry__title---flow::before {
  display: block;
  content: "";
  position: absolute;
  left: -1.83em;
  width: 24px;
  height: 24px;
  margin-top: -1px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 0 7px #46b2fb;
  box-shadow: 0 0 0 7px #46b2fb;
}

.flow__list__item:nth-of-type(2n) .entry__title---flow::before {
  left: auto;
  right: -1.84em;
}

.entry__desc__showy {
  background-color: #f5c51d;
}

@media screen and (max-width: 767px) {
  .flow__list {
    margin-left: 0;
  }
  .flow__list__item:nth-of-type(2n) {
    margin-right: auto;
    padding-right: 0;
    padding-left: 2em;
  }
  .flow__list__item:nth-of-type(2n) .entry__title---flow::before {
    left: -1.83em;
  }
  .flow__list__item:nth-of-type(1):after,
  .flow__list__item:nth-of-type(3):after,
  .flow__list__item:nth-of-type(4):after {
    position: static;
    margin-top: 1em;
  }
}

@media screen and (max-width: 600px) {
  .flow {
    margin-left: 10px;
    padding-bottom: 30px;
  }
  .flow__list__item:nth-of-type(1):after,
  .flow__list__item:nth-of-type(3):after,
  .flow__list__item:nth-of-type(4):after {
    width: 100%;
  }
  .flow__list__item:nth-of-type(2n) .entry__title---flow::before {
    left: -2.6em;
  }
  .entry__title---flow::before {
    left: -2.6em;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 7px #46b2fb;
    box-shadow: 0 0 0 7px #46b2fb;
  }
}

/* ************************************************
* works
* ************************************************ */

/*--------------layout--------------*/

#works #l-main {
  padding-bottom: 100px;
}

/*--------------contents--------------*/

.gallery--works {
  background-image: url("../images/gallery-works.jpg");
}

.works__img-container {
  border: 10px solid #46b2fb;
  float: left;
  width: 43%;
  text-align: center;
  font-size: 4.8rem;
  font-weight: bold;
  color: #fff;
  background-color: #46b2fb;
  margin-bottom: 30px;
}

.works__img-container:nth-of-type(2) {
  float: right;
}

.works__img__txt {
  padding-top: 0.2em;
  padding-bottom: 0.1em;
}

.works .fa-long-arrow-right {
  vertical-align: middle;
  padding-top: 16%;
  font-size: 90px;
  text-align: center;
  width: 14%;
  color: #46b2fb;
}

.works__desc-container {
  clear: both;
  background-color: #46b2fb;
  border: 10px solid #46b2fb;
}

.entry__desc--works {
  font-size: 2.4rem;
  color: #fff;
  padding-left: 0.5em;
  padding-bottom: 10px;
}

.entry__desc--works--txt {
  background-color: #fff;
  line-height: 1.6;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

@media screen and (max-width: 768px) {
  #works #l-main {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .works__img-container {
    float: none;
    width: 100%;
    margin-bottom: 8px;
    border: 5px solid #46b2fb;
  }
  .works__img__txt {
    padding-top: 0.3em;
    font-size: 3rem;
  }
  .works .fa-long-arrow-right {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    padding-top: 0;
    width: 100%;
  }
  .works__desc-container {
    border: 5px solid #46b2fb;
  }
  .entry__desc--works {
    font-size: 1.4rem;
    padding-bottom: 4px;
  }
}

/* ************************************************
* company
* ************************************************ */

/*--------------layout--------------*/

#company #l-main {
  padding-bottom: 100px;
}

#company footer#l-footer,
#contact footer#l-footer,
#flow footer#l-footer,
#privacy footer#l-footer,
#recruit footer#l-footer,
#thanks footer#l-footer,
#works footer#l-footer {
  background-image: none;
}

@media screen and (max-width: 768px) {
  #company #l-main {
    padding-bottom: 0;
  }
}

/*--------------contents--------------*/

.gallery--company {
  background-image: url("../images/gallery-company.jpg");
}

.heading--company {
  margin-bottom: 50px;
}

.president__img__container {
  padding-right: 30px;
  float: left;
  text-align: center;
}

.president__img {
  width: 250px;
  padding-bottom: 1em;
}

.company__list {
  border-bottom: 1px solid #ccc;
  line-height: 2.8;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
}

.company__title {
  width: 23%;
  float: left;
  font-weight: bold;
}

.company__item {
  width: 77%;
  float: left;
}

.company__item a {
  text-decoration: underline;
  -webkit-transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: text-decoration 0.3s, color 0.3s;
  transition: text-decoration 0.3s, color 0.3s, -webkit-text-decoration 0.3s;
}

.company__item a:hover {
  text-decoration: none;
  color: #39b6ff;
}

.company__list--access {
  border-bottom: none;
  width: 57%;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
}

.company__title--access {
  width: 20%;
}

.company__item--access {
  width: 78%;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .company__list--access {
    width: 75%;
  }
}

@media screen and (max-width: 600px) {
  .heading--company {
    margin-bottom: 20px;
  }
  .president__img__container {
    float: none;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .president__img + p {
    font-size: 1.2rem;
  }
  .company__list {
    font-size: 1.2rem;
  }
  .company__list--access {
    width: 100%;
  }
  .company__title {
    width: 100%;
    float: none;
  }
  .company__item {
    width: 100%;
    float: none;
    line-height: 2;
  }
}

/* ************************************************
* contact
* ************************************************ */

/*--------------layout--------------*/

#contact #l-main {
  padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
  #contact #l-main {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 600px) {
  #contact #l-main {
    padding-bottom: 30px;
  }
}

/*--------------contents--------------*/

.gallery--contact {
  background-image: url("../images/gallery-contact.jpg");
  background-position: center bottom;
}

.contact-container {
  padding-top: 30px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .contact-container {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

/* ************************************************
* privacy
* ************************************************ */

/*--------------layout--------------*/

#privacy #l-main {
  padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
  #privacy #l-main {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 600px) {
  #privacy #l-main {
    padding-bottom: 0;
  }
}

/*--------------contents--------------*/

.gallery--privacy {
  background-image: url("../images/gallery-privacy.jpg");
  background-position: center bottom;
}

.privacy-container {
}

.privacy__title {
}

.privacy-item {
  margin-bottom: 40px;
}

.privacy-item > ol {
  padding-left: 20px;
  margin-top: 1em;
}

.privacy-item > ol > li {
  line-height: 2;
  margin-bottom: 0.5em;
}
.privacy-item > ol > ul {
  list-style: inside;
}
.privacy-item > ol > ul > li {
  line-height: 2;
  margin-bottom: 0.5em;
  padding-left: 1em;
}

.entry__copy--privacy {
  padding-left: 0;
  padding-right: 0;
}

.entry__desc--privacy {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 600px) {
  .privacy-item {
    margin-top: 40px;
  }
  .privacy-item > ol {
    font-size: 1.2rem;
  }
  .privacy-item > ol > li {
    line-height: 1.9;
  }
}

/* ************************************************
* recruit
* ************************************************ */

/*--------------layout--------------*/

#recruit #l-main {
  padding-bottom: 160px;
}

/*--------------contents--------------*/

.recruit {
  display: none;
}

.gallery--recruit {
  background-image: url("../images/gallery-recruit.jpg");
}

.alert__txt {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #46b2fb;
  margin-bottom: 100px;
  letter-spacing: 0.1em;
}

.alert__txt--second {
  margin-top: 3em;
}

@media screen and (max-width: 768px) {
  #recruit #l-main {
    padding-bottom: 60px;
  }
}

/* ************************************************
* drone
* ************************************************ */
/*--------------layout--------------*/

#drone #l-aside {
  padding-top: 20px;
}

/*--------------contents--------------*/
/* ドローン見守りサービス */
.gallery--drone {
  background-image: url("../images/gallery-drone.jpg");
}
.drone-service__img {
  margin-bottom: 25px;
}
.drone-service__copy {
  text-align: center;
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.drone-service__txt-container {
  float: left;
  width: 50%;
  letter-spacing: 0;
}
.drone-service__txt {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 34px;
  line-height: 2.1;
}
.drone-service__txt--L {
  text-align: left;
}
.drone-service__txt--crack {
  margin-bottom: 14.7px;
}
.drone-service__txt--cta {
  margin-bottom: 0;
  -webkit-filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.7));
}
.heading--drone {
  margin-bottom: 50px;
}

/* cta */
.cta {
  position: relative;
  font-size: 3rem;
  color: #333;
  font-weight: bold;
  background-color: #f3f3f3;
  margin-top: 60px;
  margin-bottom: 60px;
}
.cta__inner {
  font-weight: bold;
  padding-top: 30px;
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 30px;
}
.cta__inner--second {
  padding-top: 20px;
  padding-bottom: 20px;
  border: 4px solid #f3f3f3;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
}
.cta__txt {
  display: block;
  font-size: 4.3rem;
  font-weight: bold;
  padding-top: 27px;
}
.cta__txt--second {
  padding-top: 20px;
}
.cta__copy {
  float: left;
  /* display: inline-block; */
  color: #39b6ff;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  border: 3px solid #39b6ff;
  margin-right: 16px;
}
.cta__desc {
  font-size: 14px;
  font-weight: normal;
  line-height: 56px;
}
/* circle */
.circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  font-size: 30px;
}
.circle--second {
  top: 6px;
}
.circle__inner {
  font-size: 3rem;
  color: #fff;
  background-color: #39b6ff;
  width: 100%;
  padding-top: 38px;
  padding-bottom: 38px;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 6px white, 0 0 0 12px #39b6ff;
  box-shadow: 0 0 0 6px white, 0 0 0 12px #39b6ff;
}
.circle__txt {
  display: block;
  font-size: 4.5rem;
  padding-top: 9px;
}

.drone-service__list {
  font-size: 2.6rem;
  font-weight: bold;
  color: #39b6ff;
  line-height: 2.1;
  margin-bottom: 34px;
  list-style-position: inside;
}

.drone-service__checkImg {
  float: right;
  width: 50%;
  margin-bottom: 60px;
}

.drone-service__description {
  clear: both;
  background-color: #f3f3f3;
  padding-top: 30px;
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 30px;
  line-height: 2;
  margin-bottom: 80px;
}

/* 地震保険 */
.drone-service__insurance {
  background-image: url("../images/para-bg_drone.jpg");
  background-size: cover;
  padding: 80px 0;
  background-attachment: fixed;
}
.drone-service__insurance__inner {
  background-color: rgba(255, 255, 255, 0.75);
  padding-top: 20px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 20px;
}

/* 外壁クラック */
.drone-service__crack {
  padding-top: 80px;
  padding-bottom: 80px;
}
.drone-service__crack__inner {
  padding-top: 14.7px;
  padding-bottom: 30px;
  background-color: #f3f3f3;
}
.drone-service__crack__img {
  width: 34.2%;
  margin-bottom: 22px;
}
.drone-service__crack__img:first-of-type {
  margin-left: 10%;
  margin-right: 11.6%;
}
.drone-service__desc {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #l-aside {
    padding-bottom: 10px;
  }
  .drone-service__insurance {
    background-attachment: scroll;
  }

  .drone-service__copy {
    font-size: 2.7rem;
  }
  .drone-service__txt {
    font-size: 2.4rem;
  }
  .drone-service__checkImg {
    margin-top: 90px;
  }
  .cta {
    font-size: 2.4rem;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .cta__txt {
    font-size: 3.1rem;
  }
  .cta__copy {
    float: none;
    display: inline-block;
  }
  .cta__desc {
    line-height: 40px;
  }
  .cta__txt--second {
    padding-top: 0;
  }
  .circle {
    width: 144px;
  }
  .circle--second {
    top: 13px;
  }
  .circle__inner {
    font-size: 2.5rem;
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .circle__txt {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 600px) {
  .heading--drone {
    margin-bottom: 20px;
  }

  .drone-service__copy {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .drone-service__txt {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .drone-service__txt--L {
    font-size: 1.8rem;
  }
  .drone-service__checkImg {
    margin-top: 0;
  }
  .cta {
    font-size: 2rem;
    border: 6px solid #39b6ff;
    background-color: #ffffff;
  }
  .cta--second {
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
  }
  .cta__inner {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    line-height: 1.5;
  }
  .cta__inner--second {
    border: none;
  }
  .cta__copy {
    display: block;
    text-align: center;
    background-color: #ed8a26;
    border: none;
    margin-right: 0;
    margin-bottom: 0.5em;
    color: #fff;
  }
  .cta__desc {
    line-height: 1.5;
    margin-bottom: 0.5em;
  }
  .cta__txt {
    font-size: 2rem;
    display: inline;
    padding-top: 0;
  }

  .circle {
    position: static;
    width: 100%;
  }
  .circle__inner {
    font-size: 3.5rem;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .circle__txt {
    display: inline-block;
    font-size: 3.5rem;
    padding-top: 0;
  }

  .drone-service__txt-container {
    float: none;
    width: 100%;
  }
  .drone-service__list {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .drone-service__checkImg {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }

  .drone-service__crack__img:first-of-type {
    margin-left: 5%;
    margin-right: 5%;
  }
  .drone-service__crack__img {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .drone-service__desc {
    padding: 0 1em;
    line-height: 1.5;
    margin-left: 1em;
    text-indent: -1em;
    text-align: left;
  }
  .drone-service__description {
    margin-bottom: 60px;
  }
  .drone-service__insurance {
    padding: 60px 0;
  }
  .drone-service__crack {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* エネルギー商材 */
/* .l-wrapper {
  width: 100%;
  max-width: 1032px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
} */
.gallery--energy {
  background-image: url("../images/gallery-energy.jpg");
}

.energy-section {
  margin-bottom: 80px;
}

.column-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* margin-top: 40px; */
}

.column-layout--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.column-layout__content {
  width: 50%;
}

.column-layout__image {
  width: 50%;
}

.section-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 24px;
  color: #333;
}

.section-catch {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1a73e8;
  line-height: 1.4;
}

/* .section-text {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
} */

@media screen and (max-width: 600px) {
  .energy-section {
    margin-bottom: 40px;
  }

  .column-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }

  .column-layout--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-layout__content,
  .column-layout__image {
    width: 100%;
  }

  .section-title {
    font-size: 24px;
    text-align: center;
  }

  .section-catch {
    font-size: 20px;
    text-align: center;
  }

  /* .section-text {
    font-size: 15px;
  } */
}
