/**
 * Theme Name:ITOYU
 *
 * @format
 */
/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");

@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"),
    url("fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"),
    url("fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"),
    url("fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  color: #191818;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.alignright {
  float: right;
  margin-left: 20px;
}

.aligncenter {
  clear: both;
  float: none;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button,
button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

button {
  cursor: pointer;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: #cb0001;
  text-decoration: none;
}

a,
button {
  color: #cb0001;
  outline: medium none;
}

input:focus,
textarea:focus,
:focus {
  outline: 0;
}

button:focus {
  outline: 0 none;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  color: #333333;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: 500;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  color: #191818;
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #191818;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #191818;
  font-size: 16px;
  opacity: 1;
}

#menu-sec {
  padding-right: 0px;
}

.btn {
  -moz-user-select: none;
  background: #06c755;
  border: 0px solid #c22026;
  border-radius: 0px;
  color: #fff;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  padding: 6px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

.btn:hover {
  color: #cb0001;
  background-color: #fff;
}

.btn:hover:before {
  width: 100%;
  color: #444;
}

.btn.brand-btn {
  background: #fbba42;
  color: #222;
}

.btn.brand-btn:hover {
  background: #2f3440;
  color: #fbba42;
}

.btn.btn-2 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fbba42;
  line-height: 1;
  padding: 17px 35px;
}

.btn.btn-2:hover {
  border-color: #2f3440;
}

.btn i {}

/* scrollUp */
#scrollUp {
  background: #000;
  height: 35px;
  width: 35px;
  right: 50px;
  bottom: 77px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  /*border-radius: 50%;*/
  font-size: 0;
  line-height: 34px;
}

#scrollUp::before {
  font-size: 16px;
  content: "\f077";
  font-family: "Font Awesome 5 Free";
}

#scrollUp:hover {
  background: #444;
}

/* 

  2. header 

*/
.scroll-header {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #f8f8f8 none repeat scroll 0 0;
  opacity: 0.9;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.header-menu {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 999;
  top: 0;
}

.banner-area {
  position: relative;
}

.banner-area img {}

.main-menu-area {}

.banner-left-img {
  border-radius: 71px;
}

.banner-right-img {
  border-radius: 71px;
  max-width: 533px;
}

.banner-content {
  padding: 171px 0 104px;
}

.banner-content {}

.banner-content h1 {
  font-size: 63px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -1.89px;
  text-align: left;
  color: #cb0001;
  text-transform: uppercase;
  margin: 0;
  line-height: 70px;
}

.banner-content h2 {
  font-size: 40px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -1.41px;
  text-align: left;
  color: #191818;
  margin: 0;
  padding-top: 5px;
}

.banner-content p {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 35px;
  letter-spacing: normal;
  text-align: left;
  color: #191818;
  margin: 0;
}

.banner-area img {
  width: 100%;
}

.logo {
  padding: 24px 0px;
}

.logo img {
  max-width: 120px;
}

.navbar {
  padding: 15px;
}

.navbar .logo {
  font-size: 24px;
  color: white;
  text-decoration: none;
}

.head-btn .btn {
  text-align: left;
  display: inline-block;
  padding: 26px 19px;
  width: 174px;

  line-height: 40px;
}

.head-btn .btn:hover:after {
  background-color: #c22026;
}

/* .head-btn .btn::after {
  content: "";
  background-color: #fff;
  width: 67px;
  height: 1px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
} */
.head-btn {}

.head-top-right {
  float: right;
}

.custom-file-button {
  input[type="file"] {
    margin-left: -2px !important;

    &::-webkit-file-upload-button {
      display: none;
    }

    &::file-selector-button {
      display: none;
    }
  }

  &:hover {
    label {
      background-color: #dde0e3;
      cursor: pointer;
    }
  }
}

.contact-forms label.input-group-text {
  background-color: #fff;
  border: solid 1px #d6d6d6;
  padding: 6px 54px 8px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #191818;
  margin-right: 22px;
}

.contact-forms input[type="file"] {
  background-color: transparent;
  border: none;
  color: #fff;
  padding-left: 0;
  outline: none;
  box-shadow: none;
}

.contact-forms input:focus,
.contact-forms input:hover {
  outline: none;
}

select.classic {
  background-image: linear-gradient(45deg, transparent 50%, blue 50%),
    linear-gradient(135deg, blue 50%, transparent 50%),
    linear-gradient(to right, skyblue, skyblue);
  background-position: calc(100% - 20px) calc(1em+ 2px),
    calc(100% - 15px) calc(1em+ 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}

select.classic:focus {
  background-image: linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, gray, gray);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}

/* .main-menu-area {
  background: #f8f8f8 none repeat scroll 0 0;
} */
.main-menu ul {}

.main-menu ul li {
  display: inline-block;
  position: relative;
}

.main-menu ul li:hover {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.mobile-number {
  font-family: "Inter", sans-serif;
  font-size: 27px;
  font-weight: 700;
  color: #1982d0;
  margin-right: 10px;
}

.mobile-number::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  /* background-color: #2196f3; */
  background-image: url("../fujiwara/img/phone.png");
  background-size: contain;
  border-radius: 4px;
  margin-right: 8px;
}

.main-menu ul li>a {
  color: #191818;
  display: block;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  padding: 0px 11px;
  text-decoration: underline;
  text-decoration-color: white;
}

.main-menu ul li:hover>a {
  color: #c22026;
  text-decoration-color: #c22026;
}

.main-menu ul li ul.submenu {
  background: #000;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 110%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 250px;
  z-index: 9;
}

.main-menu ul li:hover>ul.submenu {
  opacity: 1;
  visibility: visible;
  top: 102%;
}

.main-menu ul li ul.submenu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  margin: 0;
}

.main-menu ul li ul.submenu li:last-child {
  border: 0;
}

.main-menu ul li ul.submenu li a {
  color: #fff;
  display: block;
  padding: 15px 10px;
  text-align: left;
  font-size: 13px;
}

.main-menu ul li ul.submenu li:hover>a {
  color: #ff9010;
}

.main-menu ul li ul.submenu li ul.submenu {
  left: 100%;
  top: 0;
}

.header-right {
  float: right;
}

#homes {
  margin-top: 72px;
}

/*


 4. about-area 


*/
.about-me-area {
  padding-top: 0px;
  position: relative;
}

.about-me-content {}

.about-description {
  padding-top: 38px;
}

.about-me-content h3 span {
  background-color: #cb0001;
  font-size: 29px;
  font-weight: bold;
  color: #fff;
  padding: 11px 12px;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
}

.about-me-content h3 {
  line-height: inherit;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}

.about-description p {
  margin-bottom: 44px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.39;
  letter-spacing: normal;
  color: #191818;
}

.about-right {
  position: relative;
  left: 10%;
}

.about-title h3 {
  font-size: 41px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -1.23px;
  color: #c22026;
}

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

/* 


5. my resume



*/
.titlebar h5 {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #c22026;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.titlebar h4 {
  font-size: 35px;
  font-weight: 700;

  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: center;
  color: #191818;
  margin: 0;
}

.titlebar h4 span {
  color: #c22026;
}

.my-resume-area {
  background-color: #f7f7f7;
  padding-top: 62px;
  padding-bottom: 50px;
}

.my-point-title {}

.my-resume-title h3 {
  padding: 11px 15px 10px;
  background-color: #cb0001;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  min-height: 50px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 0;
}

.my-resume-box-point span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.my-resume-box-point h5 {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff500;
  text-transform: uppercase;
}

.my-resume-box-point {
  width: 100%;
  text-align: center;
}

.my-resume-box-top {
  position: relative;
}

.my-resume-box-img img {
  width: 100%;
  height: auto;
}

.my-resume-wrapper {
  padding-bottom: 76px;
}

.my-point-title p {
  padding-top: 15px;
  margin: 0;
}

.my-resume-box {
  padding-bottom: 43px;
}

.my-resume-box-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}

.our-team {
  position: relative;
}

.our-team-title .titlebar h5 {
  text-transform: uppercase;
}

#our_product .item {
  padding: 0 15px;
}

.our-team-title .titlebar h4 {}

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

.team-member {
  position: relative;
  padding: 0px 20px;
}

/* .team-img-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
} */
.team-img-meta .btn-theme {
  width: 100%;
  border: none;
  background-color: #f7f7f7;
  padding: 18px 20px;
}

.team-img-meta .btn-theme:hover,
.team-img-meta .btn-theme:focus {
  outline: none;
  box-shadow: none;
}

.team-img-meta h5 {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #8ab4d3;
  margin-bottom: 0;
}

.team-img-meta p {
  font-size: 22px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-bottom: 0;
}

.team-img-meta h4 {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4094d3;
  margin-bottom: 0;
}

.features-box {
  padding: 34px 19px 29.4px;
  border-radius: 8px;
  background-color: #c22026;
  margin-top: 20px;
  min-height: 410px;
}

.features-icon img {
  margin: 0 auto;
  display: block;
  max-height: 89.2px;
}

.features-box .number {}

.number h3 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 0;
}

.features-content p {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: center;
  color: #cb0001;
  margin: 0;
}

.features-icon {
  padding: 33px 0 30px;
}

.features-content h5 {
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.features-content p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  margin: 0;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.features-section ul li {
  padding-right: 40px;
  position: relative;
}

.features-section ul li:last-child {
  padding-right: 0;
}

.features-section ul li::after {
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 27px;
  height: 32px;
  background-color: #c22026;
  position: absolute;
  right: -1px;
  display: block;
  top: 53%;
  background-size: 100%;
}

.features-section ul li:last-child::after {
  display: none;
}

.our-product-part {
  background-color: #c22026;
  position: relative;
}

.product-section .titlebar h5,
.product-section .titlebar h4 {
  color: #fff;
}

.titlebar p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 0;
  padding-top: 23px;
}

.product_box {
  min-height: 505px;
  padding: 28px 33px;
  border-radius: 21px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #e0e0e0;
  background-color: #fff;
}

.product_box p {
  padding-top: 22px;
  margin: 0;
  text-align: left;
}

.product_box h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.26;
  letter-spacing: normal;
  text-align: center;
  color: #c22026;
}

.product_box {}

#our_product .owl-item.active.center {}

#our_product .item {}

.our-product-part .owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.our-product-part .owl-carousel .owl-nav .owl-next,
.our-product-part .owl-carousel .owl-nav .owl-prev {
  background-color: #000;
  width: 22px;
  height: 224px;
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 35%;
  line-height: 224px;
}

.our-product-part .owl-carousel .owl-nav .owl-prev:before {
  content: "\f0d9";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #fff;
}

.our-product-part .owl-carousel .owl-nav .owl-next {
  right: 0;
}

.our-product-part .owl-carousel .owl-nav .owl-next::before {
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #fff;
}

#programme {
  background-color: #f7f7f7;
}

.programme-img img {
  max-height: 45px;
  margin: 37px auto 0;
  display: block;
}

.programme-box:hover .programme-img {
  border: 1px solid #c22026;
}

.programme-img {
  width: 119px;
  height: 119px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto;
}

.programme-box h5 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #191818;
  margin: 0 auto;
  padding-top: 10px;
  font-family: "Sawarabi Gothic", sans-serif;
}

#accordion .card .card-header {
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
  position: relative;
}

#accordion .card {
  display: block;
  border-left: none;
  border-bottom: 10px solid #cb0001;
  border-right: none;
  border-top: none;
  background-color: transparent;
  border-radius: 0;
}

#accordion .card .card-header h2 {}

#accordion .card .card-body {
  padding: 0 0;
}

#accordion .card button strong {
  font-size: 22px;
  padding-right: 5px;
  font-weight: 600;
}

#accordion .collapse {}

#accordion .card button,
#accordion .card button:focus {
  border-radius: 0;
  width: 100%;
  display: block !important;
  padding: 48px 62px;
  background-size: cover;
  background-position: center top;
  font-size: 21px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-decoration: none;
  box-shadow: none;
  position: relative;
  font-family: "Sawarabi Gothic", sans-serif;
  border: none;
}

#accordion .card button:hover {
  background-color: transparent;
}

#accordion .card button .fas.fa-angle-right {
  float: right;
  padding-top: 7px;
  font-size: 26px;
}

#accordion .card .card-body p {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-align: left;
  color: #191818;
}

.faq-area .titlebar h3 {}

.faq-btn p {
  margin: 0;
}

#accordion .card .card-header .btn i.fa-plus {
  float: right;
  right: 0;
  font-size: 20px;
  background-color: #191818;
  padding: 10px 10px;
  width: 121px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 112px;
}

#accordion .d-flex.align-items-center.justify-content-between.btn.btn-link.collapsed .fa-plus::before {
  content: "+";
}

#accordion .d-flex.align-items-center.justify-content-between.btn.btn-link .fa-plus::before {
  content: "-";
}

#accordion {
  margin: 0 auto;
  background-color: #fff;
}

#skills {
  background-color: #cb0001;
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}

.skills-top .row {
  margin: 0;
}

.skills-top {}

.skills-container {}

.skills-container-bottom .col-xl-12.col-lg-12.col-md-12 {
  padding-right: 0;
}

.skills-top {}

#skills .titlebar h5 {
  color: #fff;
  text-align: left;
}

#skills .titlebar h4 {
  color: #fff;
  text-align: left;
}

.skills-details h5 {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #c22026;
  font-family: "Sawarabi Gothic", sans-serif;
}

.skills-details p {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #191818;
}

.skills-details ul li:last-child {}

.skills-details ul li:last-child p {}

.skills-details ul li {}

.skills-details {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
  position: relative;
  padding-top: 23.7px;
  padding-bottom: 20px;
}

.skills-details ul li .col-xl-3.col-lg-3.col-md-3.col-3 {}

.skills-details p a {
  font-size: 22px;
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}

.contact-area {
  background-color: #c22026;
}

.contact-area .titlebar h5,
.contact-area .titlebar h4 {
  color: #fff;
}

.contact-forms label {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.contact-forms label span {
  width: 48px;
  height: 18px;
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #c22026;
  padding: 0 11px 0 9px;
  display: inline-block;
  line-height: 18px;
  margin-left: 8px;
}

.contact-forms input[type="text"],
.contact-forms input[type="date"],
.contact-forms input[type="tel"],
.contact-forms input[type="email"] {
  width: 100%;
  border: solid 1px #d6d6d6;
  background-color: #fff;
  height: 38px;
  line-height: 20px;
  padding: 6px 11px 8px 13px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #191818;
  border-radius: 5px;
  outline: none;
  box-shadow: none;
}

.contact-forms select {
  width: 100%;
  border: none;
  background-color: #fff;
  height: 38px;
  line-height: 20px;
  padding: 6px 11px 8px 13px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #191818;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none;
}

.contact-forms select:focus {
  outline: none;
  box-shadow: none;
}

.contact-forms select {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em+ 2px),
    calc(100% - 15px) calc(1em+ 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.contact-forms .button {
  margin-top: 55px;
}

.contact-forms select:focus {
  background-image: linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.contact-forms #myfile {
  color: #fff;
}

.contact-forms textarea {
  width: 100%;
  border: none;
  background-color: #fff;
  height: 111px;
  line-height: 20px;
  padding: 6px 11px 8px 13px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #191818;
  border-radius: 5px;
}

#contact-form button[type="submit"] {
  width: 266px;
  height: 61.1px;
  padding: 10px 29px;
  font-family: "Inter", sans-serif;
  background-color: #fff;
  font-size: 26px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  border: 1px solid #fff;
  letter-spacing: normal;
  text-align: left;
  color: #c22026;
  border-radius: 50px;
  text-transform: uppercase;
  line-height: 45.1px;
  position: relative;
}

#contact-form button[type="submit"]::after {
  content: "";
  background-color: #c22026;
  width: 102px;
  height: 1px;
  display: block;
  position: absolute;
  right: 30px;
  top: 33px;
}

#contact-form button[type="submit"]:hover {
  background-color: transparent;
  color: #fff;
}

#contact-form button[type="submit"]:hover:after {
  background-color: #fff;
}

.call-to-action-two {
  padding-top: 91px;
  padding-bottom: 91px;
}

.action-btn .theme-btn {
  /* max-width: 327.1px; */
  height: 39.3px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  margin: 0 auto;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 4.7px 13.7px;
  background-color: #4094d3;
  width: 100%;
  display: block;
  /* border: 1px solid #c22026; */
  position: relative;
  margin-top: 20px;
}

.action-btn .theme-btn::after {
  content: "";
  width: 6.3px;
  height: 12.6px;
  position: absolute;
  right: 15px;
  display: inline-block;
  color: #fff;
  top: 15px;
  background: url("img/white-arrow.png") no-repeat right top;
  font-size: 10px;
  background-size: contain;
}

.action-btn .theme-btn:hover {
  background-color: #4c9cf4;
}

.company_container .titlebar h5,
.company_container .titlebar h4 {
  text-align: left;
}

.company_details h5 {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  margin: 0px;
  letter-spacing: normal;
  text-align: left;
  color: #cb0001;
}

.company_details p {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  margin: 0;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.company_details ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 0;
  margin: 0 auto;
}

.company_details ul li .col-xl-3.col-lg-3.col-md-3.col-3 {
  padding-left: 0;
}

.company_details ul li:last-child {
  border-bottom: none;
}

/*
 

      10.footer


 */
footer {
  background-color: #fff;
}

.footer-btn .btn {
  max-width: 198px;
  height: 42px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 10.7px 13.7px;
  background-color: #c22026;
  width: 100%;
  display: block;
  border: 1px solid #c22026;
  position: relative;
  line-height: 18px;
  border-radius: 0;
}

.footer-btn .btn:hover {
  background-color: #a81a20;
}

.footer-btn {
  width: 100%;
}

.footer-btn .btn::after {
  content: "";
  width: 4.3px;
  height: 8.6px;
  position: absolute;
  right: 15px;
  display: inline-block;
  color: #fff;
  top: 18px;
  background: url("img/white-arrow.png") no-repeat right top;
  font-size: 10px;
  background-size: contain;
}

.website_link {
  width: 100%;
  max-width: 195px;
  margin-right: 20px;
}

.footer-right {
  clear: both;
  display: block;
  padding-top: 23.7px;
  position: relative;
  overflow: hidden;
}

.footer-right .d-flex.align-items-end {
  max-width: 415px;
  float: right;
  width: 100%;
}

.website_link a {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #c22026;
  display: inline-block;
  text-decoration: underline;
}

.footer-logo img {
  max-width: 188px;
}

.footer-logo {
  padding-bottom: 58px;
}

.footer-menu ul li {
  display: inline-block;
  color: #fff;
  padding-right: 30px;
  line-height: 20px;
}

.footer-menu ul li a {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #191818;
}

.footer-menu ul li:last-child {
  padding-right: 0;
}

.footer-menu ul {
  float: right;
}

.footer-menu {
  display: block;
  clear: both;
  position: relative;
  overflow: hidden;
}

.copyright p {
  opacity: 0.4;
  font-size: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #191818;
}

.modal-content {
  background-color: white;
  border-radius: 15px;
  outline: 0;
}

.modal-content .close:hover {
  color: #000000;
}

.modal-content .close {
  color: #000000;
  opacity: 1;
}

.modal-content .modal-header {
  border-bottom: none;
}

.modal-content .modal-body {
  padding: 10px 40px 30px;
  max-height: 80vh;
  overflow-y: auto;
}

.main-banner {
  position: relative;
}

.pop-up-content {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #cb0001;
  padding: 22px 61px 9px 10px;
  max-width: 320px;
  width: 100%;
}

.pop-up-content h5 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.pop-up-content h3 {
  font-size: 32px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.pop-up-content h4 {
  font-size: 32px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.modal-footer {
  border-top: none;
}

.content-head h2 {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding: 20px 0;
  border-left: 3px solid #fff;
  padding-left: 30px;
}

.team-img-meta h3 {
  font-family: "Inter", sans-serif;
  font-size: 53px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin: 0;
}

.content-number h2 {
  font-size: 149px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.97;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
  margin: 0;
}

.team_sec .col-xl-6.col-lg-6.col-md-6 {
  padding: 0 5px 10px;
}

.team_sec {
  padding: 0 10px;
}

.content-head {}

.recent-posts-desc-p h5 {
  font-size: 14px;
  font-weight: 400;
  color: #8ab4d3;
  line-height: 20px;
  padding-bottom: 10px;
}

.blog-entry-excerpt-p p {
  color: black;
  font-weight: 400;
  font-size: 16px;
}

.recent-posts-desc h5 {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #8ab4d3;
  margin: 0;
  padding-bottom: 14px;
}

.recent-posts-desc h3 {
  font-size: 22px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: black;
  margin-bottom: 0;
}

.blog-entry-excerpt p {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.13;
  letter-spacing: normal;
  text-align: left;
  color: #4094d3;
}

.recent-posts_item {
  padding: 25.5px 0;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
}

.recent-posts_item:last-child {
  padding-bottom: 0;
  border-bottom: none;
  padding-top: 0px;
}

/* Slim and styled scrollbar for the modal */
.modal-body::-webkit-scrollbar {
  width: 8px;
  /* Width of the scrollbar */
  height: 8px;
  /* Height of the scrollbar for horizontal scrolling */
}

.modal-body::-webkit-scrollbar-track {
  background: #000;
  /* Track background color */
  border-radius: 10px;
  /* Rounded corners for the track */
}

.modal-body::-webkit-scrollbar-thumb {
  background: #000;
  /* Scrollbar color */
  border-radius: 10px;
  /* Rounded corners for the scrollbar */
}

.modal-body::-webkit-scrollbar-thumb:hover {
  background: #000;
  /* Scrollbar color on hover */
}

/* For Firefox */
.modal-body {
  border-radius: 10px;
  /* Rounded corners for the track */
  scrollbar-width: thin;
  /* Make the scrollbar thin */
  scrollbar-color: #000 #c4c4c4;
  /* Thumb color and track color */
}

.skills-details .col-xl-2.col-lg-2.col-md-2.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12%;
  flex: 0 0 12%;
  max-width: 12%;
}

.skills-details .col-xl-10.col-lg-10.col-md-10.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 88%;
  flex: 0 0 88%;
  max-width: 88%;
}

#our_feature .owl-dots {
  padding-top: 20px;
  text-align: center;
}

#our_feature .owl-dot {
  border-radius: 100%;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  width: 10px;
  position: relative;
  background: #000;
}

#our_feature .owl-dot.active {
  background: #cb0001;
  position: relative;
}

.footer-top {
  padding-bottom: 140px;
}

.contact {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.desktop-only {
  display: block;
}

@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
}

.mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .mobile-only {
    display: block;
  }

  .flow-img {
    margin-top: 20px;
    margin-bottom: 20px !important;
  }
}

.flow-img {
  margin-bottom: 68px;
}

.latest-work .col-xl-2.col-lg-2.col-md-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.line-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 200px;
  background: linear-gradient(90deg, #00c300 0%, #00b000 100%);
  color: #fff;
  font-family: "Helvetica Neue", "Arial", sans-serif;
  /* border-radius: 4px; */
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  padding: 10px 0px;
}

.line-btn::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
}

.line-btn small {
  font-size: 16px;
  font-weight: 500;
}

.line-btn strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.line-btn:hover {
  opacity: 0.9;
}

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

.point-box {
  position: relative;
  flex: 1;
  min-width: 300px;
  height: 300px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 背景画像（仮） */
.point-box:nth-child(1) {
  background: url("img/p1.png") center/cover no-repeat;
}

.point-box:nth-child(2) {
  background: url("img/p2.png") center/cover no-repeat;
}

.point-box:nth-child(3) {
  background: url("img/p3.png") center/cover no-repeat;
}

/* オーバーレイカラー */
.point-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #1981d0e4;
  /* ブルー透明 */
  z-index: 1;
  margin: 10px;
}

.point-box:nth-child(2)::before {
  background: #1d99c6e6;
  margin: 10px;
}

.point-box:nth-child(3)::before {
  background: #109fb2e0;
  margin: 10px;
}

.point-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  max-width: 80%;
}

.point-content h3 {
  font-size: 14px;
  color: #ffeb3b;
  margin-bottom: 10px;
}

.point-content h2 {
  font-size: 22px;
  margin-bottom: 10px;
  color: white;
  font-weight: 600;
}

.point-content p {
  font-size: 16px;
  line-height: 1.7;
  color: white;
}

@media (max-width: 768px) {
  .points-section {
    flex-direction: column;
  }

  .point-box {
    height: 250px;
  }
}

/* ===== Section ===== */
.case-section {
  color: var(--text);
  padding: 70px 20px 90px;
  background-image: url("img/section2-bg.png");
  background-position: right top;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

/* ===== Heading with red highlight ===== */
.case-title {
  text-align: center;
  font-weight: 700;
  font-size: clamp(18px, 2.2vw, 26px);
  line-height: 1.7;
  margin: 0 0 28px;
  color: white;
}

.case-title .hl {
  position: relative;
  display: inline-block;
  padding: 0 0.45em;
}

.case-title .hl::before {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  bottom: 2px;
  height: 14px;
  background: var(--accent);
  border-radius: 3px;
  z-index: -1;
}

/* 小さな装飾マーク */
.case-title .hl::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -14px;
  width: 20px;
  height: 12px;
  background: radial-gradient(circle at 2px 2px,
      var(--accent) 2px,
      transparent 3px) 0 0/10px 12px repeat-x,
    radial-gradient(circle at 2px 10px, var(--accent) 2px, transparent 3px) 5px 0/10px 12px repeat-x;
  opacity: 0.95;
}

/* ===== Cards ===== */
.case-cards {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 960px) {
  .case-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .case-cards {
    grid-template-columns: 1fr;
  }
}

.card {
  /* background: var(--card); */
  color: #2b2b2b;
  border-radius: 0px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.card__tag {
  background: #c30e23;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding: 8px 12px;
  text-align: center;
  font-family: "Inter", sans-serif;
}

.card__media {
  aspect-ratio: 16/10;
  background: #ddd center/cover no-repeat;
  filter: grayscale(100%);
}

/* 画像の仮置き：置き換えてください */
.card:nth-child(1) .card__media {
  background-image: url("img/cs1.png");
  margin: 13px 16px;
}

.card:nth-child(2) .card__media {
  background-image: url("img/cs2.png");
  margin: 13px 16px;
}

.card:nth-child(3) .card__media {
  background-image: url("img/cs3.png");
  margin: 13px 16px;
}

.card__body {
  padding: 14px 16px 18px;
  font-size: 19px;
  line-height: 1.8;
  text-align: center;
}

.card__body b {
  color: var(--accent);
}

.trouble_img {
  max-width: 250px;
  position: relative;
  top: -12px;
}

.trouble-section {
  padding: 100px 0px 90px;
  background-image: url("img/trouble-bg.png");
  background-position: right top;
}

.banner {
  display: flex;
  align-items: center;
  background-color: #ffdd00;
  /* 黄色帯 */
  color: #000;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 20px;
  position: relative;
  width: fit-content;
  margin: 0px auto;
}

.banner::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -10px;
  border-top: 20px solid #ffdd00;
  border-left: 30px solid transparent;
  width: 0;
  height: 0;
}

.banner-text {
  margin-right: 170px;
}

.banner-image img {
  height: 80px;
  object-fit: contain;
}

.banner-text::after {
  content: "";
  width: 193px;
  height: 117px;
  position: absolute;
  right: 5px;
  display: inline-block;
  color: #fff;
  top: -62px;
  background: url("img/ppl.png") no-repeat right top;
  font-size: 10px;
  background-size: contain;
}

/* 全体 */
.worker-section {
  padding: 40px 0px;
  /* background-color: #fff; */
  text-align: center;
}

/* 各行（共通） */
.worker-row {
  display: grid;
  gap: 24px;
  max-width: 1300px;
  margin: 0 auto 40px auto;
}

/* 1行目：4カラム */
.worker-row-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* 2行目：3カラム（中央寄せ） */
.worker-row-3 {
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  justify-items: center;
  max-width: 820px;
}

/* カード */
.worker-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  /* border-radius: 8px; */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
  width: 100%;
  max-width: 260px;
  border-top: 5px solid #1982d0;
}

.worker-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* 画像 */
.worker-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

/* テキスト */
.worker-card p {
  font-size: 17px;
  line-height: 1.6;
  padding: 16px 12px;
  color: #333;
  font-weight: 600;
}

.worker-highlight {
  color: #0076d1;
  font-weight: bold;
}

/* レスポンシブ対応 */
@media (max-width: 900px) {
  .worker-row-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .worker-row-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {

  .worker-row-4,
  .worker-row-3 {
    grid-template-columns: 1fr;
  }
}

.project-section {
  background-image: url("img/project-bg.png");
  padding: 90px 0px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.project-title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #ffffff;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.project-card {
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 5px solid #0360a5;
}

.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.project-card img {
  width: 100%;
  border-radius: 0px;
  margin-bottom: 12px;
}

.project-card h3 {
  color: #51a0db;
  margin-bottom: 8px;
  font-size: 21px;
  font-weight: bold;
}

.project-card p {
  font-size: 15px;
  color: black;
  line-height: 1.6;
  min-height: 80px;
  font-weight: medium;
}

.project-footer {
  font-size: 21px;
  color: #ffffff;
  margin-top: 40px;
  line-height: 1.8;
}

/* ===== steps ===== */
.steps {
  padding: 90px 0;
}

.steps__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
  justify-content: space-between;
}

.steps__title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 40px;
  color: black;
}

.steps__note {
  margin: 0;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}

.steps__note strong {
  color: #1982d0;
}

.steps__grid {
  list-style: none;
  padding: 0;
  margin: 14px auto 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(140px, 1fr));
  gap: 18px;
  max-width: 1080px;
}

.steps__item {
  position: relative;
}

.steps__card {
  background: #5eb1e6;
  color: #fff;
  text-align: center;
  padding: 52px 14px;
  border-radius: 6px;
  position: relative;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* chevron arrow between cards */
.steps__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  border-left: 12px solid #5eb1e6;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.steps__icon img {
  height: 28px;
  /* or 36px */
  width: auto;
  /* keep aspect ratio */
  /* display: block; */
  object-fit: contain;
}

.steps__step {
  opacity: 0.9;
  letter-spacing: 0.02em;
}

.steps__label {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
}

/* responsive */
@media (max-width: 992px) {
  .steps__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .steps__header {
    align-items: flex-start;
  }

  .steps__grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .steps__item:not(:last-child)::after {
    display: none;
  }

  /* 狭い時は矢印を非表示 */
}

.review-section {
  background: linear-gradient(135deg, #a7d3ff, #4b8ef5);
  padding: 80px 20px;
  text-align: center;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

.review-title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #ffffff;
}

.review-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.review-card {
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  padding: 30px 25px;
  width: 380px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 5px solid #0360a5;
}

.review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.review-avatar {
  width: 80px;
  height: 80px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 auto 15px;
}

.review-name {
  background-color: #51a0db;
  color: #fff;
  display: inline-block;
  padding: 6px 14px;
  border-radius: 0px;
  font-size: 14px;
  margin-bottom: 10px;
}

.review-heading {
  color: #1982d0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 15px;
}

.review-text {
  font-size: 14px;
  color: #444;
  line-height: 1.8;
  text-align: left;
  font-weight: bold;
}

.footer {
  width: 100%;

  color: #fff;
  /* default text color white */
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 260px;
}

/* Left Column */
.footer-left {
  flex: 2;
  background-color: #d6d6d6;
  /* gray area */
  min-height: 260px;
}

/* Right Column */
.footer-right {
  flex: 2;
  background-color: #54a7e3;
  /* blue area */
  text-align: center;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.footer-address {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 10px;
  color: #fff;
}

.footer-phone {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0 25px;
  color: #fff;
  font-family: "Inter", sans-serif;
}

.footer-phone i {
  margin-right: 6px;
}

/* Buttons */
.footer-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.footer .btn {
  background-color: #fff;
  color: #1d7dc2;
  padding: 10px 20px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
  width: 190px;
}

.footer .btn:hover {
  background-color: #e7f5ff;
}

/* Responsive Layout */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
  }

  .footer-left,
  .footer-right {
    flex: none;
    width: 100%;
  }

  .footer-right {
    padding: 40px 15px;
    padding-bottom: 90px;
  }

  .footer .btn {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .mobile-number {
    display: none;
  }

  .mean-container a.meanmenu-reveal {
    margin-top: -35px;
    right: 0px !important;
    padding: 10px;
  }

  .line-btn {
    width: 180px;
  }

  .line-btn strong {
    font-size: 14px;
  }

  #homes {
    margin-top: 62px;
  }

  .mean-container .mean-nav {
    margin-top: 14px;
  }

  .mean-container .mean-nav {
    background: #51a0db none repeat scroll 0 0;
  }

  .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }

  .banner-text::after {
    top: -35px;
  }

  .worker-card {
    max-width: 100%;
  }

  .project-section {
    padding: 50px 10px;
  }

  .modal-content {
    width: 96%;
  }

  .banner-text {
    font-size: 18px;
  }

  .trouble_img {
    max-width: 210px;
  }
}

.sticky-btn {
  display: none;
}

@media (max-width: 768px) {
  .sticky-btn {
    display: block;
    position: fixed;
    bottom: 0px;
    /* right: 20px; */
    z-index: 9999;
  }

  .sticky-btn {
    display: flex;
    /* Places items side-by-side */
    width: 100%;
    /* Ensures the container fills the screen width */
    position: fixed;
    /* Keeps it at the bottom of the screen */
    bottom: 0;
    left: 0;
    z-index: 999;
    /* Ensures it stays above other content */
  }

  .sticky-btn a {
    flex: 1;
    /* This is the key: forces both buttons to be exactly 50% width */
    display: block;
  }

  .sticky-btn img {
    width: 100%;
    /* Makes the image fill the 50% link area */
    height: auto;
    /* Maintains aspect ratio */
    display: block;
    /* Removes the small gap at the bottom of images */
  }

  .sticky-btn img {
    width: 100%;
    /* adjust size as needed */
    height: auto;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .modal {
    left: 20px;
  }

  .header-menu {
    right: 20px;
  }

  .mean-container .mean-nav {
    width: 105%;
  }

  .project-card p {
    min-height: auto;
  }

  .trouble-section {
    padding: 30px 0px 30px;
  }

  .project-title {
    font-size: 26px;
  }

  .project-footer {
    font-size: 14px;
  }

  .worker-section {
    padding: 20px 0px;
  }

  .steps__title {
    font-size: 26px;
    margin-bottom: 0px;
  }

  .steps__note {
    font-size: 14px;
  }

  .steps {
    padding: 30px 0px;
  }
}

.modal-dialog {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  margin: 0;
  z-index: 1050;
}

.modal-open .modal {
  background-color: #1982d0ba;
}

#header-sticky {
  background: #ffffff none repeat scroll 0 0;
}

.btn-info:not(:disabled):not(.disabled):active {
  background-color: white;
}

.review-fav {
  width: 118px;
  margin-bottom: 10px;
}

.review-card {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.iframe-map {
  width: 100%;
  height: 300px;
  border: 0;
}
