/**
 * 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: "Noto Sans JP", 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: "Noto Sans JP", 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;
}
.btn {
  -moz-user-select: none;
  background: #c22026;
  border: 1px solid #c22026;
  border-radius: 20px;
  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-top: 15px;
  padding-bottom: 10px;
}
.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: 0 19px;
  width: 174px;
  height: 40px;
  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;
  padding-top: 15px;
}
.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;
}
.main-menu ul li > a {
  color: #191818;
  display: block;
  font-family: "Noto Sans JP", serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  padding: 20px 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: 130px;
  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: 90%;
  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: 31px;
  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;
}
.team-img-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.team-img-meta .btn-theme {
  width: 100%;
  border: none;
  background-color: rgba(193, 31, 37, 0.9);
  padding: 18px 20px;
}
.team-img-meta .btn-theme:hover,
.team-img-meta .btn-theme:focus {
  outline: none;
  box-shadow: none;
}
.team-img-meta p {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}
.team-img-meta h4 {
  font-size: 33px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  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: "Noto Sans JP", 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: "Noto Sans JP", 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: "Noto Sans JP", 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: 69.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: 21.7px 13.7px;
  background-color: #c22026;
  width: 100%;
  display: block;
  border: 1px solid #c22026;
  position: relative;
}
.action-btn .theme-btn::after {
  content: "";
  width: 6.3px;
  height: 12.6px;
  position: absolute;
  right: 15px;
  display: inline-block;
  color: #fff;
  top: 30px;
  background: url("img/white-arrow.png") no-repeat right top;
  font-size: 10px;
  background-size: contain;
}
.action-btn .theme-btn:hover {
  background-color: #a81a20;
}
.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-social {
  margin-right: 20px; /* 右隣の「コーポレートサイト」との隙間 */
  margin-bottom: 5px; /* 下揃えの微調整（必要に応じて） */
}

/* 丸いインスタボタンのデザイン */
.insta-round-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;  /* ボタンの幅 */
  height: 40px; /* ボタンの高さ */
  border-radius: 50%; /* 丸くする */
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); /* インスタ色 */
  color: #fff !important; /* アイコンの色（強制的に白） */
  font-size: 20px; /* アイコンの大きさ */
  text-decoration: none;
  transition: opacity 0.3s;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* うっすら影 */
}

.insta-round-btn:hover {
  opacity: 0.8; /* ホバー時に少し薄く */
  color: #fff !important;
}
 */
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: #cb0001;
  border-radius: 15px;
  outline: 0;
}
.modal-content .close:hover {
  color: #fff;
}
.modal-content .close {
  color: #fff;
  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 h5 {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin: 0;
  padding-bottom: 24px;
}
.blog-entry-excerpt p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.13;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.recent-posts_item {
  padding: 50.5px 0;
  border-bottom: 1px solid #fff;
}
.recent-posts_item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
/* 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%;
}

/* ======================================================= */
/* フィットネス事業ボタン（枠線あり、文字下線なし）*/
/* ======================================================= */

/* 埋め込み用ラッパー（既存コンテンツとの余白を調整） */
.button-section {
    margin-top: 40px; 
    margin-bottom: 30px; 
}

/* 4つのボタンを並べるコンテナ */
.button-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px; 
}

/* 各ボタンのブロック（赤背景部分全体） */
.button-block {
    background-color: #c22026; /* 濃い赤（通常時） */
    padding: 20px;
    color: white; /* 文字色（通常時） */
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    transition: all 0.3s ease-out 0s; 
    border-radius: 5px; 
}

/* --- ボタン全体（.button-block）のホバーエフェクト（白への反転と立体感） --- */
.button-block:hover {
    background-color: white; /* 背景色を白に反転 */
    color: #c22026; /* 文字色を濃い赤に反転 */
    cursor: pointer;
    
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); 
    transform: translateY(-3px); 
}

/* タイトル部分 */
.title {
    font-family: "Noto Sans JP", serif; 
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
    white-space: nowrap; 
    color: inherit; /* 親要素（.button-block）の文字色を継承 */
}

/* 詳細・エントリーのリンクボタン */
.btn-link {
    display: block;
    /* ★ 文字下線は常に表示しない ★ */
    text-decoration: none; 
    color: inherit; /* 親要素（.button-block）の文字色を継承 */
    background-color: transparent;
    font-weight: bold;
    /* 枠線は常にテーマカラーの赤だが、初期状態は透明 */
    border: 2px solid transparent; 
    padding: 10px 15px;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-out 0s; 
    border-radius: 3px; 
}

/* --- リンク部分（.btn-link）のホバーエフェクト（枠線の出現と矢印アニメ） --- */
.btn-link:hover {
    /* ★ ホバー時に枠線を赤色に変化させる（出現） ★ */
    border-color: #c22026; 
    color: #191818; /* ホバー時の文字色（黒系） */
    /* 念のため、ホバー時も下線を非表示に維持 */
    text-decoration: none;
    font-weight: bold; 
}


/* 矢印のデザイン */
.arrow {
    margin-left: 10px;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
}

/* ホバーエフェクト：矢印を少し移動させる */
.btn-link:hover .arrow {
    transform: translateX(5px);
}