@charset "UTF-8";
/*
Theme Name: MANI
Author:Seeknet
Description: MANI MEDICAL AMERICA Official Website
Version:1.0
*/
/* CSS Document */
html {
  overflow-x: hidden; }

body {
  font-family: "Source Sans 3", sans-serif !important;
  overflow-x: hidden; }

#header {
  padding: 15px 50px;
  position: fixed;
  width: 100%;
  z-index: 9999;
  background-color: #fff; }
  @media (max-width: 1199px) {
    #header {
      padding: 15px 30px; } }
  @media (max-width: 991px) {
    #header {
      padding: 10px 4%; } }
  @media (max-width: 767px) {
    #header {
      padding: 10px 0 0;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.36); }
      #header .d-flex {
        padding: 0 4%; } }
  #header:before {
    width: 158px;
    height: 35px;
    background-color: #5B7829;
    position: absolute;
    content: "";
    top: 0;
    left: 0; }
    @media (max-width: 1199px) {
      #header:before {
        width: 130px; } }
    @media (max-width: 991px) {
      #header:before {
        width: 80px;
        height: 30px; } }
    @media (max-width: 767px) {
      #header:before {
        width: 60px; } }
  #header:after {
    width: 100%;
    height: 16px;
    background-color: #5B7829;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0; }
    @media (max-width: 991px) {
      #header:after {
        height: 10px; } }

#header.no-after::after {
  display: none !important; }

.logo {
  width: 272px;
  height: 67px;
  background-color: #FFE100;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 15px;
  margin-bottom: 15px; }
  @media (max-width: 1199px) {
    .logo {
      width: 250px; } }
  @media (max-width: 991px) {
    .logo {
      width: 160px;
      height: 55px;
      padding-right: 5px;
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .logo {
      height: 50px;
      margin-bottom: 15px; } }
  @media (max-width: 991px) {
    .logo img {
      width: 115px; } }

#header-nav {
  align-items: center; }
  #header-nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 0 !important; }
    #header-nav ul li {
      margin-left: 75px; }
      @media (max-width: 1199px) {
        #header-nav ul li {
          margin-left: 40px; } }
      @media (max-width: 991px) {
        #header-nav ul li {
          margin-left: 30px; } }
      #header-nav ul li a {
        color: #000;
        font-size: 17px;
        font-weight: 600;
        padding: 20px 0;
        transition: .3s; }
        #header-nav ul li a:hover {
          color: #5B7829; }
        @media (max-width: 1199px) {
          #header-nav ul li a {
            font-size: 16px; } }
        @media (max-width: 991px) {
          #header-nav ul li a {
            font-size: 15px; } }
      #header-nav ul li.menu-item-has-children {
        position: relative; }
        #header-nav ul li.menu-item-has-children .sub-menu {
          display: none; }
        #header-nav ul li.menu-item-has-children:hover .sub-menu {
          display: block !important;
          position: absolute;
          z-index: 99;
          padding-left: 0;
          left: 50%;
          transform: translateX(-50%);
          width: 260px;
          top: 40px; }
          #header-nav ul li.menu-item-has-children:hover .sub-menu li {
            margin-left: 0; }
            #header-nav ul li.menu-item-has-children:hover .sub-menu li a {
              padding: 15px;
              border-bottom: 1px solid #000;
              background-color: #FFE100;
              display: flex;
              justify-content: center;
              align-items: center; }
              #header-nav ul li.menu-item-has-children:hover .sub-menu li a:hover {
                background-color: #fff; }

.global {
  margin-left: 50px;
  padding-bottom: 50px; }
  @media (max-width: 1199px) {
    .global {
      margin-left: 30px;
      padding-bottom: 30px; } }
  @media (max-width: 991px) {
    .global {
      margin-left: 25px; } }
  .global a {
    display: flex;
    color: #a1a1a1;
    font-size: 15px;
    transition: .3s; }
    .global a:hover {
      color: #5B7829; }
    @media (max-width: 1199px) {
      .global a {
        font-size: 14px; } }
    @media (max-width: 991px) {
      .global a {
        font-size: 13px; } }
    .global a img {
      width: 16px;
      height: 16px; }
    .global a span {
      margin-left: 15px;
      text-align: center;
      font-weight: 700; }
      @media (max-width: 1199px) {
        .global a span {
          margin-left: 5px; } }

/*ボタンのアイコン設定*/
.openbtn1 {
  z-index: 150;
  position: relative;
  width: 31px;
  height: 35px;
  top: -3px; }

.openbtn1 span {
  display: inline-block;
  transition: transform .4s;
  position: absolute;
  height: 1px;
  border-radius: 2px;
  background-color: #000;
  width: 30px; }

.openbtn1 span:nth-of-type(1) {
  top: 0; }

.openbtn1 span:nth-of-type(2) {
  top: 12px; }

.openbtn1 span:nth-of-type(3) {
  top: 24px; }

/*activeクラスが付与された後のボタンのアイコン設定*/
.header.active {
  background-color: rgba(0, 0, 0, 0.8) !important; }

.openbtn1.active span:nth-of-type(1) {
  top: 7px;
  transform: translateY(6px) rotate(-225deg);
  width: 30px; }

.openbtn1.active span:nth-of-type(2) {
  opacity: 0; }

.openbtn1.active span:nth-of-type(3) {
  top: 19px;
  transform: translateY(-6px) rotate(225deg);
  width: 30px; }

.hamb-menu {
  display: none;
  height: auto;
  max-height: calc(100vh - 120px);
  overflow: auto;
  margin-top: -10px; }
  .hamb-menu ul {
    border-top: 5px solid #5B7829;
    padding-left: 0 !important;
    margin-bottom: 0 !important; }
    .hamb-menu ul li {
      list-style: none;
      color: #000 !important;
      font-size: 18px;
      font-weight: 700;
      background-color: #FFE100;
      text-align: center; }
      .hamb-menu ul li a {
        text-decoration: none;
        color: #000 !important;
        padding: 15px;
        font-size: 18px;
        font-weight: 700;
        background-color: #FFE100;
        border-bottom: 1px solid #000;
        display: flex;
        justify-content: center;
        align-items: center; }
        .hamb-menu ul li a:hover {
          background-color: #fff;
          color: #5B7829; }
      .hamb-menu ul li.global-mb a {
        color: #A1A1A1 !important;
        border: 0 !important; }
        .hamb-menu ul li.global-mb a img {
          width: 15px;
          height: 15px;
          margin-right: 5px; }
      .hamb-menu ul li.menu-item-has-children {
        position: relative; }
        .hamb-menu ul li.menu-item-has-children:after {
          content: "";
          display: inline-block;
          width: 0;
          height: 0;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          border-left: 7px solid #000;
          /* ← 三角の色 */
          position: absolute;
          top: 23px;
          right: 5%;
          transition: .3s; }
        .hamb-menu ul li.menu-item-has-children .sub-menu {
          display: none; }
        .hamb-menu ul li.menu-item-has-children.active:after {
          transform: rotate(90deg); }
        .hamb-menu ul li.menu-item-has-children.active a {
          background-color: #fff; }

/*.hamb-nav{
	ul{
		padding-left: 0 !important;
		height: calc(100vh + 240px);
	}
}
*/
.fade-in-up {
  transition: .6s;
  opacity: 0;
  transform: translateY(20px); }
  .fade-in-up.loaded {
    opacity: 1;
    transform: translate(0); }

.left-right {
  transition: all 2s ease;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0); }
  .left-right.loaded {
    -webkit-clip-path: inset(0);
    clip-path: inset(0); }

#hero {
  position: relative;
  background-image: url("images/home/top-main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 50.47vw; }
  @media (max-width: 767px) {
    #hero {
      background-image: url("images/home/top-main-mb.jpg");
      height: 95.47vw; } }
  #hero:after {
    content: "";
    position: absolute;
    width: 66px;
    height: 50.47vw;
    top: 75%;
    right: 0;
    background-color: #FFE100; }
    @media (max-width: 767px) {
      #hero:after {
        width: 23px;
        height: 95.47vw;
        top: 50%; } }
  #hero h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(46px, calc(2.5vw + 1rem), 60px);
    width: 100%;
    color: #fff;
    text-align: center;
    letter-spacing: 0.35rem; }
    @media (max-width: 767px) {
      #hero h1 {
        font-size: clamp(20px, calc(0.45vw + 1rem), 22px);
        top: 32%;
        line-height: 1.5;
        letter-spacing: 0.15rem; } }

.home-h2 h2 {
  font-size: clamp(30px, calc(1.25vw + 1rem), 40px);
  font-weight: 600; }

.home-h3 h3 {
  font-size: clamp(20px, calc(0.45vw + 1rem), 22px); }

.home-p p {
  font-size: clamp(18px, calc(0.5vw + 1rem), 20px);
  margin-bottom: 0 !important; }
  @media (max-width: 1199px) {
    .home-p p {
      font-size: 16px; } }

.news-date-cat {
  flex-direction: row !important; }

.cat p {
  margin-bottom: 0 !important;
  font-size: clamp(18px, calc(0.5vw + 1rem), 20px); }
  @media (max-width: 1199px) {
    .cat p {
      font-size: 16px; } }

.news .e-con-inner {
  border-bottom: 1px solid #000;
  align-items: center !important; }

.news-pdf {
  width: 50px;
  height: 32px;
  background-color: #DE0000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 5px; }

.learn a {
  background-color: #5B7829;
  width: 312px;
  padding: 14px;
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  transition: .3s;
  z-index: 333; }
  @media (max-width: 767px) {
    .learn a {
      width: 240px; } }
  .learn a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 85%;
    width: 100px;
    height: 1px;
    background-color: #000;
    /* 線の色 */
    transform: translateY(-50%);
    transition: all 0.55s ease; }
    @media (max-width: 767px) {
      .learn a:after {
        left: 81%;
        width: 80px; } }
  .learn a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 42px);
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    /* 矢印の斜め線（上） */
    transform: translateY(-50%) rotate(45deg); }
    @media (max-width: 767px) {
      .learn a:before {
        left: calc(100% + 23px); } }
  .learn a:hover {
    opacity: .7;
    color: #fff; }
    @media (min-width: 768px) {
      .learn a:hover:after {
        animation: learn .55s ease forwards; } }
    .learn a:hover::before {
      animation: learn2 .75s ease forwards; }
  .learn a.white {
    background-color: #fff;
    color: #000; }

@keyframes learn {
  0% {
    opacity: 1;
    left: 85%; }
  20% {
    opacity: 0;
    left: 60%; }
  100% {
    left: 85%;
    opacity: 1; } }
@keyframes learn2 {
  0% {
    opacity: 1;
    border-top: 1px solid #000; }
  80% {
    opacity: 0;
    border-top: 0px solid #000; }
  100% {
    opacity: 1;
    border-top: 1px solid #000; } }
#home-products {
  margin-top: -10vw;
  padding: 0 4vw;
  position: relative; }
  @media (max-width: 1199px) {
    #home-products {
      margin-top: -6vw; } }
  @media (max-width: 991px) {
    #home-products {
      margin-top: 0; } }
  @media (max-width: 767px) {
    #home-products {
      margin-top: 60px;
      padding: 0; } }
  #home-products:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1vw;
    width: 24vw;
    height: 44.6vw;
    background-image: url("images/home/pen1.png");
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 991px) {
      #home-products:before {
        top: 25vw; } }
    @media (max-width: 767px) {
      #home-products:before {
        background-image: url("images/home/pen1-mb.png");
        width: 49.3vw;
        height: 77vw;
        top: -60px;
        left: auto;
        right: -1vw;
        max-width: 185px;
        max-height: 289px; } }
  #home-products:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1vw;
    width: 32vw;
    height: 48vw;
    background-image: url("images/home/pen2.png");
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      #home-products:after {
        background-image: url("images/home/pen2-mb.png");
        width: 48.6vw;
        height: 94.4vw;
        top: 250px;
        max-width: 235px;
        max-height: 354px; } }
  #home-products h2 {
    text-align: center;
    position: relative;
    top: 225px; }
    @media (max-width: 1199px) {
      #home-products h2 {
        top: 125px; } }
    @media (max-width: 767px) {
      #home-products h2 {
        top: -10px;
        text-align: left;
        left: 7vw; } }
  #home-products h3 {
    font-weight: 700; }
  #home-products p {
    margin-top: 40px;
    position: relative; }
    @media (max-width: 767px) {
      #home-products p {
        margin-top: 20px; } }
  #home-products .learn a {
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6vw; }
    @media (max-width: 767px) {
      #home-products .learn a {
        bottom: -18vw; } }

.home-products-inner {
  display: flex; }
  @media (max-width: 767px) {
    .home-products-inner {
      flex-direction: column; } }

.home-product-content {
  width: 50%;
  height: 860px;
  display: flex;
  align-items: center; }
  @media (max-width: 1199px) {
    .home-product-content {
      height: 550px; } }
  @media (max-width: 767px) {
    .home-product-content {
      height: auto;
      width: 100%; } }
  .home-product-content.left {
    background-color: #E7E7E7;
    padding: 0 4vw 0 12vw; }
    @media (max-width: 991px) {
      .home-product-content.left {
        padding: 0 4vw 0 8vw; } }
    @media (max-width: 767px) {
      .home-product-content.left {
        padding: 8vw 18vw 8vw 8vw; } }
  .home-product-content.right {
    background-color: #F5F5F5;
    padding: 0 12vw 0 4vw; }
    @media (max-width: 991px) {
      .home-product-content.right {
        padding: 0 3vw 0 4vw; } }
    @media (max-width: 767px) {
      .home-product-content.right {
        padding: 8vw 18vw 8vw 8vw; } }

#home-about {
  background-image: url("images/home/top-about.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 31.67vw;
  text-align: center; }
  @media (max-width: 991px) {
    #home-about {
      height: 39.67vw; } }
  @media (max-width: 767px) {
    #home-about {
      height: 275px; } }
  #home-about div {
    max-width: 700px; }
    #home-about div p {
      margin-top: 40px; }
    #home-about div .learn a {
      margin: 40px auto 0; }

#home-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    #home-links {
      padding: 0 20px; } }

.home-link {
  width: calc(( 100% - 80px )/5);
  height: 12.6vw; }
  @media (max-width: 991px) {
    .home-link {
      width: calc(( 100% - 20px )/2);
      height: 29.6vw;
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .home-link {
      width: calc(( 100% - 10px )/2);
      height: 29.6vw;
      margin-bottom: 10px; } }
  .home-link a {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: clamp(20px, calc(0.45vw + 1rem), 22px);
    font-weight: 600;
    transition: .3s; }
    @media (max-width: 1199px) {
      .home-link a {
        font-size: 18px; } }
    .home-link a:hover {
      opacity: .7;
      color: #fff; }
  .home-link.philosophy a {
    background-image: url("images/home/top-philo.jpg"); }
  .home-link.top-Message a {
    background-image: url("images/home/top-messa.jpg"); }
  .home-link.busines-outline a {
    background-image: url("images/home/top-online.jpg"); }
  .home-link.corporate-profile a {
    background-image: url("images/home/top-prof.jpg"); }
  @media (max-width: 991px) {
    .home-link.history {
      width: 100%; } }
  .home-link.history a {
    background-image: url("images/home/top-hist.jpg"); }

.video-mb .elementor-widget-video {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6); }

.page-section {
  padding-top: 112px; }
  @media (max-width: 991px) {
    .page-section {
      padding-top: 85px; } }
  @media (max-width: 767px) {
    .page-section {
      padding-top: 75px; } }

.page-hero {
  background-size: cover;
  height: 27.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center; }
  @media (max-width: 767px) {
    .page-hero {
      height: 36.5vw; } }

.title-bg {
  font-size: clamp(30px, calc(1.25vw + 1rem), 40px);
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.25rem; }
  @media (max-width: 767px) {
    .title-bg {
      font-size: 24px; } }

.q-desc {
  position: absolute;
  bottom: 0;
  background-color: #FFE100;
  width: 100%;
  padding: 2.5vw 3vw; }
  @media (max-width: 991px) {
    .q-desc {
      position: static;
      margin-top: -3vw; } }
  @media (max-width: 767px) {
    .q-desc {
      margin-top: -6vw;
      padding: 20px 25px; } }

.q-desc-inner {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 991px) {
    .q-desc-inner {
      flex-direction: column; } }

.q-desc-desc h3 {
  font-size: clamp(22px, calc(0.5vw + 1rem), 26px);
  font-weight: 700;
  line-height: 1.6; }
  @media (max-width: 767px) {
    .q-desc-desc h3 {
      font-size: 18px; } }

.learn.white2 {
  padding-right: 100px; }
  @media (max-width: 991px) {
    .learn.white2 {
      padding-right: 0;
      margin-top: 20px; } }
  .learn.white2 a {
    width: 200px;
    background-color: #fff;
    color: #000; }
    .learn.white2 a:before {
      right: -108px;
      border-top: 1px solid #fff;
      left: auto; }
      @media (max-width: 991px) {
        .learn.white2 a:before {
          border-top: 1px solid #000;
          right: -78px; } }
      @media (max-width: 767px) {
        .learn.white2 a:before {
          right: -29px; } }
    .learn.white2 a:after {
      right: -110px;
      background-color: #fff;
      left: auto; }
      @media (max-width: 991px) {
        .learn.white2 a:after {
          background-color: #000;
          right: -80px; } }
      @media (max-width: 767px) {
        .learn.white2 a:after {
          width: 50px;
          right: -30px; } }
    .learn.white2 a:hover:before, .learn.white2 a:hover:after {
      animation: none; }

#str-intro {
  height: 41vw; }
  @media (max-width: 767px) {
    #str-intro {
      height: 71vw; } }
  #str-intro .e-con-inner {
    margin-top: 13.5vw; }
    @media (max-width: 991px) {
      #str-intro .e-con-inner {
        margin-top: 9.5vw; } }
  #str-intro h3 {
    max-width: 800px;
    margin: 5vw auto; }
    @media (max-width: 991px) {
      #str-intro h3 {
        margin: 1vw auto; } }
    @media (max-width: 767px) {
      #str-intro h3 {
        font-weight: 400;
        max-width: 85%; } }

.str-wrap {
  background-color: #FFE100; }
  @media (max-width: 767px) {
    .str-wrap {
      padding-top: 16vw; } }

.str-upper {
  display: flex; }
  @media (max-width: 767px) {
    .str-upper {
      flex-direction: column; } }

.str-pic {
  width: 45%; }
  @media (max-width: 767px) {
    .str-pic {
      width: 80%;
      position: absolute;
      top: -18vw; } }
  @media (max-width: 767px) {
    .str-pic img {
      border-bottom-right-radius: 145px !important; } }

.str-desc {
  width: 55%;
  padding: 2.5vw; }
  @media (max-width: 767px) {
    .str-desc {
      width: 100%;
      padding: 25px;
      margin-top: 32vw; } }
  .str-desc h3 {
    font-size: clamp(24px, calc(0.85vw + 1rem), 32px);
    line-height: 1.4;
    font-weight: 600;
    padding-bottom: 1.5vw;
    border-bottom: 1px solid;
    margin-top: 0.5vw; }
    @media (max-width: 991px) {
      .str-desc h3 {
        font-size: 20px; } }
  .str-desc p {
    margin-top: 1.5vw;
    line-height: 1.8;
    font-weight: 500; }
    .str-desc p.str-num {
      font-size: clamp(72px, calc(5vw + 1rem), 100px);
      line-height: 1.0;
      font-weight: 600;
      margin-top: 0; }
      @media (max-width: 991px) {
        .str-desc p.str-num {
          font-size: 50px; } }
      @media (max-width: 767px) {
        .str-desc p.str-num {
          font-size: 60px;
          position: absolute;
          top: 36vw;
          right: 6%; } }

.str-lower {
  padding: 2.5vw 2.25vw; }
  @media (max-width: 767px) {
    .str-lower {
      padding: 0 25px; } }

.str-lower-inner {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .str-lower-inner {
      flex-direction: column; } }

.str-lower-box {
  background-color: #fff;
  border-radius: 15px;
  padding: 2vw;
  width: 48%; }
  @media (max-width: 767px) {
    .str-lower-box {
      width: 100%;
      padding: 25px;
      margin-bottom: 25px; } }
  .str-lower-box h4 {
    font-size: clamp(24px, calc(0.85vw + 1rem), 32px);
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 991px) {
      .str-lower-box h4 {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .str-lower-box h4 {
        font-size: 18px; } }
  .str-lower-box p {
    font-weight: 500;
    margin-top: 1.5vw;
    line-height: 1.7; }
    @media (max-width: 767px) {
      .str-lower-box p {
        font-size: 16px;
        margin-top: 15px; } }

.str-lower-box-pic {
  position: relative;
  margin-top: 20px;
  overflow: hidden; }
  .str-lower-box-pic span {
    font-size: clamp(18px, calc(0.5vw + 1rem), 20px);
    color: #fff;
    font-weight: 600;
    bottom: 7%;
    position: absolute;
    width: 100%;
    display: block;
    text-align: center; }
    @media (max-width: 991px) {
      .str-lower-box-pic span {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .str-lower-box-pic span {
        font-weight: 400;
        font-size: 14px;
        bottom: 3.5%; } }
  .str-lower-box-pic:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 25%;
    width: 100%;
    background: rgba(0, 0, 0, 0.24);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 -25px 20px rgba(0, 0, 0, 0.24); }

.str-upper.str-upper2 .str-pic {
  right: 0; }
  @media (max-width: 767px) {
    .str-upper.str-upper2 .str-pic img {
      border-radius: 0 0 0 145px !important; } }
@media (max-width: 767px) {
  .str-upper.str-upper2 .str-desc {
    margin-top: 50vw; } }
.str-upper.str-upper2 .str-desc p.str-num {
  top: 51vw;
  right: auto; }

@media (max-width: 767px) {
  #str1 {
    margin-top: 18vw !important; } }

@media (max-width: 767px) {
  #str2 {
    margin-top: 27vw !important; } }

@media (max-width: 767px) {
  #str3 {
    margin-top: 27vw !important; } }

#r-d-intro {
  width: 92%;
  margin: 4% auto;
  height: 41vw;
  min-height: 525px; }
  @media (max-width: 991px) {
    #r-d-intro {
      min-height: 420px; } }
  @media (max-width: 767px) {
    #r-d-intro {
      height: 71vw; } }
  #r-d-intro .e-con-inner {
    display: flex;
    align-items: center;
    justify-content: center; }
  #r-d-intro h3 {
    max-width: 800px;
    margin: 5vw auto 0; }
    @media (max-width: 991px) {
      #r-d-intro h3 {
        margin: 1vw auto 0; } }
    @media (max-width: 767px) {
      #r-d-intro h3 {
        font-weight: 400;
        max-width: 85%; } }

.rd-boxes {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .rd-boxes {
      flex-direction: column; } }

.rd-box {
  background-color: #F7F7F7;
  border-radius: 15px;
  position: relative; }
  @media (max-width: 767px) {
    .rd-box {
      margin-top: 40px; } }
  .rd-box .str-desc {
    padding: 0;
    position: absolute;
    top: -3vw; }
    @media (max-width: 767px) {
      .rd-box .str-desc {
        margin-top: 0;
        text-align: center;
        top: -7vw; } }
    @media (max-width: 767px) {
      .rd-box .str-desc p.str-num {
        position: static;
        width: calc(100% - 50px); } }
  .rd-box.str-lower-box h4 {
    margin: 15px 0 25px; }

.about-container .e-con-inner {
  justify-content: space-between !important; }

.about-link h3 {
  position: absolute;
  width: 100%;
  bottom: 7px; }
  .about-link h3 a {
    padding: 2vw;
    background: rgba(255, 255, 255, 0.79);
    font-size: clamp(24px, calc(0.85vw + 1rem), 32px);
    width: 100%;
    display: block;
    transition: .3s; }
    @media (max-width: 767px) {
      .about-link h3 a {
        font-size: 18px;
        padding: 4vw; } }
    .about-link h3 a:hover {
      opacity: .7; }
.about-link a {
  overflow: hidden;
  display: block; }

.about-history-link h3 {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%); }
  .about-history-link h3 a {
    padding: 2vw;
    background: rgba(0, 0, 0, 0.5);
    font-size: clamp(24px, calc(0.85vw + 1rem), 32px);
    width: 100%;
    display: block;
    color: #fff !important;
    transition: .3s; }
    @media (max-width: 767px) {
      .about-history-link h3 a {
        font-size: 18px;
        padding: 4vw; } }
    .about-history-link h3 a:hover {
      opacity: .7; }
.about-history-link a {
  overflow: hidden;
  display: block; }
  @media (max-width: 767px) {
    .about-history-link a img {
      height: 50vw;
      object-fit: cover; } }
.about-history-link .elementor-image-box-img {
  margin-bottom: 0 !important; }

.philo-container {
  position: relative; }

@media (max-width: 767px) {
  .philo-container2 .e-con-inner {
    flex-direction: column-reverse !important; } }

.philo-desc {
  padding: 3.5vw 2.5vw !important; }
  @media (max-width: 767px) {
    .philo-desc {
      padding: 3.5vw 40px 30px !important; } }
  .philo-desc h3 {
    font-size: clamp(24px, calc(0.85vw + 1rem), 32px);
    line-height: 1.4;
    margin-top: 0.75vw; }

.philo-yellow p {
  color: #000;
  font-size: clamp(20px, calc(0.45vw + 1rem), 22px);
  font-weight: 500;
  line-height: 2.0;
  background-color: #FFE100;
  padding: 2.5vw;
  position: absolute;
  left: 0;
  width: 90%;
  max-width: 1010px;
  top: -15vw; }
  @media (max-width: 991px) {
    .philo-yellow p {
      top: -7vw;
      font-size: 18px;
      position: relative; } }
  @media (max-width: 767px) {
    .philo-yellow p {
      top: -24vw;
      font-size: 16px;
      font-weight: 400;
      padding: 20px;
      margin-left: auto; } }

.message {
  position: relative;
  bottom: -16vw; }
  @media (max-width: 767px) {
    .message {
      position: static !important; } }
  .message .e-con-inner {
    padding: 5vw 7.5vw !important;
    position: relative;
    background-color: #fff;
    z-index: 2; }
    @media (max-width: 767px) {
      .message .e-con-inner {
        padding: 25px 15px !important;
        position: static; } }
  .message p {
    color: #000;
    font-size: clamp(20px, calc(0.45vw + 1rem), 22px);
    font-weight: 500;
    line-height: 2.0; }
    @media (max-width: 767px) {
      .message p {
        font-size: 16px;
        font-weight: 400; } }

.message-pic {
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .message-pic img {
      height: 75vw !important;
      object-fit: cover; } }

.segment .e-con-inner {
  justify-content: space-between !important; }

@media (max-width: 767px) {
  .b-seg {
    padding: 0 25px !important; } }
.b-seg .e-con-inner {
  padding-bottom: 50px !important;
  border-bottom: 2px solid #000; }
  @media (max-width: 767px) {
    .b-seg .e-con-inner {
      padding-bottom: 25px; } }
.b-seg h2 {
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .b-seg h2 {
      padding-top: 25px;
      border-top: 2px solid #000;
      font-size: 20px;
      justify-content: center; } }
  .b-seg h2:after {
    content: "";
    flex: 1;
    height: 2px;
    background-color: #000;
    /* 線の色 */
    margin: 0 15px;
    /* テキストとの間隔 */ }
    @media (max-width: 767px) {
      .b-seg h2:after {
        display: none; } }
.b-seg p {
  margin-top: 1rem; }
  @media (max-width: 767px) {
    .b-seg p {
      margin-top: 0.5rem; } }

.seg-pic {
  aspect-ratio: 15 / 9; }
  .seg-pic img {
    width: 100%;
    height: 100% !important;
    object-fit: cover; }

.seg-desc {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04); }

.prof-content {
  border-bottom: 1px solid #000;
  padding-bottom: 25px !important; }
  @media (max-width: 767px) {
    .prof-content {
      padding-bottom: 15px !important; } }
  .prof-content p {
    color: #000;
    font-weight: 600;
    font-size: clamp(20px, calc(0.45vw + 1rem), 22px);
    margin-bottom: 0 !important; }
    @media (max-width: 767px) {
      .prof-content p {
        font-size: 16px; } }
  @media (max-width: 767px) {
    .prof-content .prof-data p {
      font-weight: 400; } }

.history-intro h2 {
  font-size: clamp(22px, calc(0.5vw + 1rem), 26px); }

#pt-hero {
  position: relative; }

.pt-hero-txt {
  position: absolute !important;
  top: 45%;
  left: 10%;
  width: 60% !important; }
  @media (max-width: 991px) {
    .pt-hero-txt {
      top: 24%;
      left: 4%;
      width: 92% !important; } }
  @media (max-width: 767px) {
    .pt-hero-txt {
      top: 50%;
      transform: translateY(-46%); } }
  .pt-hero-txt h1 {
    color: #fff !important;
    font-size: 3.05vw;
    font-weight: 600; }
    @media (max-width: 991px) {
      .pt-hero-txt h1 {
        font-size: 36px; } }
    @media (max-width: 767px) {
      .pt-hero-txt h1 {
        font-size: 24px;
        text-align: center; } }
  .pt-hero-txt h2 {
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 2.25vw; }
    @media (max-width: 991px) {
      .pt-hero-txt h2 {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .pt-hero-txt h2 {
        font-size: 20px;
        line-height: 1.4; } }
  .pt-hero-txt p {
    color: #fff;
    line-height: 2.0;
    margin-top: 0.5vw;
    font-size: 1.3vw; }
    @media (max-width: 991px) {
      .pt-hero-txt p {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .pt-hero-txt p {
        font-weight: 400;
        line-height: 1.8; } }

.pt-numbers {
  border: 2px solid #5B7829;
  padding: 20px 30px;
  border-radius: 15px; }
  @media (max-width: 991px) {
    .pt-numbers {
      padding: 15px 20px; } }
  @media (max-width: 767px) {
    .pt-numbers {
      max-width: 248px;
      margin: auto;
      padding: 10px 15px; } }
  .pt-numbers.pt-numbers2 {
    padding: 30px 50px; }
    @media (max-width: 991px) {
      .pt-numbers.pt-numbers2 {
        padding: 25px 30px; } }
    @media (max-width: 767px) {
      .pt-numbers.pt-numbers2 {
        max-width: 248px;
        margin: auto;
        padding: 10px 15px; } }
  .pt-numbers p {
    font-size: clamp(24px, calc(0.85vw + 1rem), 32px);
    font-weight: 600;
    text-align: center;
    margin-bottom: 0 !important;
    margin-top: 0.75rem;
    line-height: 1.2; }
    @media (max-width: 991px) {
      .pt-numbers p {
        font-size: 18px;
        margin-top: 0.5rem; } }
    .pt-numbers p.pt-num-head {
      color: #5B7829;
      padding-bottom: 8px;
      border-bottom: 1px solid #5B7829; }
    .pt-numbers p span {
      font-size: clamp(44px, calc(2vw + 1rem), 54px);
      font-weight: 700; }
      @media (max-width: 991px) {
        .pt-numbers p span {
          font-size: 36px; } }

.prod-part {
  margin-top: 50px; }
  @media (max-width: 767px) {
    .prod-part {
      margin-top: 25px; } }

.yellow-title {
  background-color: #FFE100;
  text-align: center;
  padding: 10px;
  font-size: clamp(30px, calc(1.25vw + 1rem), 40px);
  font-weight: 600; }
  @media (max-width: 767px) {
    .yellow-title {
      font-size: 18px; } }

.prod-container {
  margin-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .prod-container {
      margin-top: 20px;
      padding: 0 10px 10px !important; } }
  @media (max-width: 767px) {
    .prod-container img {
      padding-bottom: 10px; } }
  .prod-container a {
    transition: .3s; }
    .prod-container a:hover {
      opacity: .7; }

.prod-top-pic {
  height: 33vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 92%;
  margin: 50px auto;
  position: relative;
  min-height: 450px; }
  @media (max-width: 767px) {
    .prod-top-pic {
      max-width: 100%;
      height: 85vw;
      min-height: 0;
      margin: 25px auto; } }
  .prod-top-pic h2 {
    font-size: clamp(30px, calc(1.25vw + 1rem), 40px);
    font-weight: 600;
    line-height: 1.4; }
    @media (max-width: 767px) {
      .prod-top-pic h2 {
        font-size: 20px; } }
  .prod-top-pic p {
    font-size: clamp(18px, calc(0.5vw + 1rem), 20px);
    margin-bottom: 0 !important;
    line-height: 2.2; }
    @media (max-width: 1199px) {
      .prod-top-pic p {
        font-size: 16px;
        line-height: 1.7; } }

.prod-top-pic1 {
  background-image: url("images/product/seminars.jpg"); }
  @media (max-width: 767px) {
    .prod-top-pic1 {
      background-image: url("images/product/seminars-mb.jpg"); } }
  .prod-top-pic1 .prod-top-pic-desc {
    position: absolute;
    background-color: #FFE100;
    right: 2.5%;
    bottom: 7%;
    width: 705px;
    padding: 2.5vw; }
    @media (max-width: 991px) {
      .prod-top-pic1 .prod-top-pic-desc {
        width: 500px; } }
    @media (max-width: 767px) {
      .prod-top-pic1 .prod-top-pic-desc {
        width: 84%;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: auto;
        top: 65%;
        padding: 20px; } }
    .prod-top-pic1 .prod-top-pic-desc p {
      margin-top: 2vw; }

.prod-top-pic2 {
  background-image: url("images/product/caution.jpg");
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 767px) {
    .prod-top-pic2 {
      background-image: url("images/product/caution-mb.jpg");
      min-height: 420px;
      margin-top: 160px; } }
  .prod-top-pic2 .prod-top-pic-desc {
    color: #fff;
    max-width: 55%; }
    @media (max-width: 991px) {
      .prod-top-pic2 .prod-top-pic-desc {
        max-width: 80%; } }
    @media (max-width: 767px) {
      .prod-top-pic2 .prod-top-pic-desc h2 {
        text-align: center; } }
    .prod-top-pic2 .prod-top-pic-desc p {
      margin-top: 4vw; }

.prod-head {
  background-color: #FFE100;
  display: flex;
  justify-content: center !important;
  align-items: center !important; }
  @media (max-width: 767px) {
    .prod-head {
      padding: 20px !important; } }

.prod-head-inner {
  width: max-content !important;
  max-width: 92% !important; }

.prod-title h1 {
  font-size: clamp(30px, calc(1.25vw + 1rem), 40px);
  color: #000 !important;
  font-family: "Source Sans 3", sans-serif !important;
  letter-spacing: 0.175rem; }
  @media (max-width: 767px) {
    .prod-title h1 {
      font-size: 18px;
      text-align: center; } }

.prod-name h1 {
  font-size: clamp(34px, calc(1.75vw + 1rem), 44px);
  color: #000 !important;
  font-family: "Source Sans 3", sans-serif !important; }
  @media (max-width: 767px) {
    .prod-name h1 {
      font-size: 24px;
      text-align: center; } }

.prod-desc-box .e-con-inner {
  padding: 5vw 6vw !important; }
  @media (max-width: 767px) {
    .prod-desc-box .e-con-inner {
      padding: 30px 20px !important; } }
.prod-desc-box.prod-desc-box1 {
  border-bottom: 1px solid #000;
  max-width: 1140px !important; }
  @media (max-width: 767px) {
    .prod-desc-box.prod-desc-box1 {
      max-width: 100% !important; } }
.prod-desc-box h2 {
  font-size: clamp(22px, calc(0.5vw + 1rem), 26px);
  color: #000 !important;
  font-family: "Source Sans 3", sans-serif !important;
  text-align: center;
  line-height: 1.4; }
  @media (max-width: 767px) {
    .prod-desc-box h2 {
      font-size: 18px; } }
.prod-desc-box h3.trocar-h3 {
  max-width: 640px;
  margin: 20px auto 0;
  font-size: clamp(22px, calc(0.5vw + 1rem), 26px);
  color: #000 !important;
  font-family: "Source Sans 3", sans-serif !important;
  line-height: 1.4; }
  @media (max-width: 767px) {
    .prod-desc-box h3.trocar-h3 {
      font-size: 18px; } }
.prod-desc-box ul {
  margin: 30px auto 0;
  width: max-content;
  max-width: 850px; }
  .prod-desc-box ul.trocar-ul {
    margin: 15px auto 30px; }
  @media (max-width: 991px) {
    .prod-desc-box ul {
      max-width: 90%; } }
  @media (max-width: 767px) {
    .prod-desc-box ul {
      margin: 5px auto 0; } }
  .prod-desc-box ul li {
    color: #000 !important;
    font-family: "Source Sans 3", sans-serif !important;
    font-size: clamp(20px, calc(0.45vw + 1rem), 22px);
    margin-bottom: 10px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .prod-desc-box ul li {
        font-size: 16px; } }
.prod-desc-box p.trocar-note {
  color: #000 !important;
  font-family: "Source Sans 3", sans-serif !important;
  font-size: clamp(20px, calc(0.45vw + 1rem), 22px);
  font-weight: 600;
  line-height: 1.8;
  max-width: 800px;
  margin: auto; }
  @media (max-width: 767px) {
    .prod-desc-box p.trocar-note {
      font-size: 16px; } }
  .prod-desc-box p.trocar-note.needle-note {
    max-width: 840px; }

@media (max-width: 991px) {
  .prod-pix .e-con-inner {
    max-width: 744px !important; } }
@media (max-width: 767px) {
  .prod-pix .e-con-inner {
    max-width: calc( 100% - 1.5rem ) !important; } }
@media (max-width: 767px) {
  .prod-pix .e-con-inner img {
    margin-bottom: 10px; } }
.prod-pix .e-con-inner a {
  transition: .3s; }
  .prod-pix .e-con-inner a:hover {
    opacity: .7; }

@media (max-width: 767px) {
  .prod-links .learn a {
    margin: auto; } }

.ei-box {
  padding: 60px 75px 50px 75px !important; }
  @media (max-width: 1199px) {
    .ei-box {
      padding: 40px !important; } }
  .ei-box h2 {
    font-size: clamp(24px, calc(0.8vw + 1rem), 30px);
    text-align: center;
    color: #000 !important;
    font-family: "Source Sans 3", sans-serif !important;
    font-weight: 600;
    line-height: 1.4; }
    @media (max-width: 767px) {
      .ei-box h2 {
        font-size: 20px; } }
  .ei-box p {
    font-size: clamp(18px, calc(0.5vw + 1rem), 20px);
    color: #000 !important;
    font-family: "Source Sans 3", sans-serif !important; }
    @media (max-width: 767px) {
      .ei-box p {
        font-size: 16px; } }
  .ei-box .ei-cat a {
    width: 217px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: clamp(18px, calc(0.5vw + 1rem), 20px);
    background-color: #5B7829;
    margin: auto;
    font-family: "Source Sans 3", sans-serif !important;
    transition: .3s; }
    .ei-box .ei-cat a:hover {
      opacity: .7;
      color: #fff; }
  .ei-box.ei-box2 h2 {
    text-align: left; }
    @media (max-width: 991px) {
      .ei-box.ei-box2 h2 {
        text-align: center; } }
  .ei-box.ei-box2 .ei-cat a {
    width: 215px;
    margin: 0; }
    @media (max-width: 1399px) {
      .ei-box.ei-box2 .ei-cat a {
        width: 180px; } }
  @media (max-width: 1199px) {
    .ei-box.ei-box2 .learn a {
      margin-bottom: 15px; } }
  @media (max-width: 991px) {
    .ei-box.ei-box2 .learn a {
      margin: 0 auto 15px; } }
  @media (max-width: 991px) {
    .ei-box.ei-box2 p {
      max-width: 570px;
      margin: auto; } }
  .ei-box.drill-box {
    padding: 40px !important;
    max-width: 875px;
    margin: auto; }

.ei-image .elementor-widget-container {
  display: flex;
  justify-content: center;
  align-items: center; }
  .ei-image .elementor-widget-container img {
    max-width: 400px; }
    @media (max-width: 767px) {
      .ei-image .elementor-widget-container img {
        max-width: 240px; } }
.ei-image.burs-image {
  min-height: 150px; }
  @media (max-width: 767px) {
    .ei-image.burs-image {
      min-height: 50px; } }
  .ei-image.burs-image img {
    max-width: 100%; }

@media (max-width: 767px) {
  .ei-box.mi:before {
    background-color: #fff !important; } }

@media (max-width: 767px) {
  .ei-box.hard:before {
    background-color: #F7F7F7 !important; } }

.smooth-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px; }
  .smooth-btns.drills {
    margin-top: 30px;
    justify-content: flex-start; }
    .smooth-btns.drills a {
      margin-right: 40px !important; }

#feat-wrap {
  position: relative;
  margin-top: 25px; }
  @media (max-width: 991px) {
    #feat-wrap {
      margin-top: 60px; } }
  @media (max-width: 767px) {
    #feat-wrap {
      margin-top: 30px; } }
  #feat-wrap:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 38px solid transparent;
    border-right: 38px solid transparent;
    border-bottom: 76px solid #FFE100;
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 767px) {
      #feat-wrap:before {
        border-left: 22px solid transparent;
        border-right: 22px solid transparent;
        border-bottom: 44px solid #FFE100;
        top: -43px; } }
  #feat-wrap .e-con-inner {
    border: solid 8px #FFE100;
    border-radius: 30px;
    padding: 4vw 5vw; }
    @media (max-width: 991px) {
      #feat-wrap .e-con-inner {
        padding: 3vw 2vw; } }
    @media (max-width: 767px) {
      #feat-wrap .e-con-inner {
        padding: 20px; } }

.feat-h3 h3 {
  font-size: clamp(30px, calc(1.25vw + 1rem), 40px);
  color: #000 !important;
  font-family: "Source Sans 3", sans-serif !important;
  text-align: center;
  padding: 10px;
  width: 100%;
  background-color: #F5FAEC;
  border: 4px solid #5B7829;
  border-radius: 50px; }
  @media (max-width: 767px) {
    .feat-h3 h3 {
      font-size: 20px;
      border: 2px solid #5B7829; } }

.feat-h4 h4 {
  font-size: clamp(24px, calc(0.8vw + 1rem), 30px);
  color: #000 !important;
  font-family: "Source Sans 3", sans-serif !important;
  font-weight: 600;
  line-height: 1.4; }
  @media (max-width: 767px) {
    .feat-h4 h4 {
      font-size: 20px;
      text-align: center; } }

.feat-h5 h5 {
  font-size: clamp(24px, calc(0.8vw + 1rem), 30px);
  color: #000 !important;
  font-family: "Source Sans 3", sans-serif !important;
  font-weight: 600;
  position: relative;
  padding-left: 40px; }
  @media (max-width: 767px) {
    .feat-h5 h5 {
      font-size: 20px;
      padding-left: 22px; } }
  .feat-h5 h5:before {
    width: 25px;
    height: 25px;
    background-color: #FFE100;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }
    @media (max-width: 767px) {
      .feat-h5 h5:before {
        width: 14px;
        height: 14px; } }

.feat-p p {
  color: #000 !important;
  font-family: "Source Sans 3", sans-serif !important;
  font-size: clamp(20px, calc(0.45vw + 1rem), 22px);
  font-weight: 600;
  line-height: 1.7; }
  @media (max-width: 767px) {
    .feat-p p {
      font-size: 16px;
      margin-bottom: 0 !important; } }
.feat-p.safety {
  max-width: 970px !important;
  margin: auto; }

.ope1 {
  position: relative;
  z-index: 2; }
  .ope1 img {
    max-width: 800px !important; }
    @media (max-width: 991px) {
      .ope1 img {
        max-width: 100% !important; } }

.ope2 {
  position: relative;
  top: -125px;
  z-index: 1; }
  @media (max-width: 991px) {
    .ope2 {
      top: 0; } }
  .ope2 img {
    max-width: 850px !important; }
    @media (max-width: 991px) {
      .ope2 img {
        max-width: 100% !important; } }

.ope-pic-cont {
  max-width: 100vw; }

.micro-box {
  border: 4px solid #5B7829;
  padding: 40px 25px !important;
  border-radius: 15px !important; }
  @media (max-width: 767px) {
    .micro-box {
      padding: 20px !important; } }
  .micro-box p {
    font-size: 18px;
    color: #000 !important;
    font-family: "Source Sans 3", sans-serif !important;
    line-height: 1.7;
    max-width: 530px;
    margin: auto; }
    @media (max-width: 767px) {
      .micro-box p {
        font-size: 16px; } }
  .micro-box img {
    max-height: 320px;
    object-fit: contain; }

.p-video-cont {
  max-width: 96vw; }
  .p-video-cont p {
    font-size: 18px;
    color: #000 !important;
    font-family: "Source Sans 3", sans-serif !important;
    line-height: 1.7;
    font-weight: 600 !important;
    margin: 30px 0; }
    @media (max-width: 767px) {
      .p-video-cont p {
        font-size: 16px;
        margin: 0; } }

.needle-cta {
  width: 47%;
  max-width: 720px;
  margin: auto !important;
  padding: 35px !important;
  border: 8px solid #FFE100;
  border-radius: 15px !important; }
  @media (max-width: 767px) {
    .needle-cta {
      width: 92% !important;
      padding: 20px !important; } }
  .needle-cta h2 {
    color: #000 !important;
    font-family: "Source Sans 3", sans-serif !important;
    font-size: clamp(40px, calc(1.75vw + 1rem), 45px);
    font-weight: 600 !important; }
    @media (max-width: 767px) {
      .needle-cta h2 {
        font-size: 20px; } }
  .needle-cta p {
    color: #000 !important;
    font-family: "Source Sans 3", sans-serif !important;
    font-size: clamp(16px, calc(0.45vw + 1rem), 18px);
    line-height: 1.7;
    margin-bottom: 0 !important; }
    @media (max-width: 767px) {
      .needle-cta p {
        font-size: 15px; } }

.needle-cta-btn a {
  font-size: clamp(24px, calc(0.8vw + 1rem), 30px);
  background-color: #FFE100;
  padding: 12px;
  width: 63%;
  max-width: 450px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000 !important;
  font-weight: 600 !important;
  transition: .3s; }
  @media (max-width: 767px) {
    .needle-cta-btn a {
      font-size: 20px;
      width: 100%; } }
  .needle-cta-btn a:hover {
    opacity: .7; }

@media (max-width: 575px) {
  #contact {
    width: 92%; } }
#contact p {
  padding: 50px 0 75px;
  font-size: clamp(18px, calc(0.5vw + 1rem), 20px);
  line-height: 1.8;
  max-width: 1000px;
  margin: auto; }
  @media (max-width: 575px) {
    #contact p {
      font-size: 16px;
      padding: 25px 0; } }
#contact h2 {
  font-size: clamp(24px, calc(0.8vw + 1rem), 30px);
  padding: 10px;
  border: 2px solid #5B7829;
  border-radius: 5px;
  text-align: center;
  font-weight: 600; }
  @media (max-width: 575px) {
    #contact h2 {
      font-size: 18px; } }

#form-container {
  margin-top: 50px;
  padding: 25px; }
  @media (max-width: 575px) {
    #form-container {
      margin-top: 25px; } }
  #form-container label {
    font-size: clamp(20px, calc(0.45vw + 1rem), 22px);
    font-weight: 600; }
    @media (max-width: 575px) {
      #form-container label {
        font-size: 16px; } }
  #form-container select {
    width: 100%;
    font-size: clamp(20px, calc(0.45vw + 1rem), 22px);
    padding: 10px;
    border: 0 !important;
    border-radius: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('data:image/svg+xml;utf8,<svg fill="black" height="14" viewBox="0 0 20 20" width="14" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0 20,0 10,10"/></svg>') no-repeat right 25px;
    background-color: #F2F2F2;
    background-position-x: 97%;
    color: #000; }
    @media (max-width: 575px) {
      #form-container select {
        font-size: 16px; } }
  #form-container input {
    width: 100%;
    font-size: clamp(20px, calc(0.45vw + 1rem), 22px);
    padding: 8px;
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2 !important;
    border-radius: 10px; }
    @media (max-width: 575px) {
      #form-container input {
        font-size: 16px; } }
  #form-container textarea {
    width: 100%;
    font-size: clamp(20px, calc(0.45vw + 1rem), 22px);
    padding: 10px;
    background-color: #F2F2F2;
    border: 0 !important;
    border-radius: 10px; }
    @media (max-width: 575px) {
      #form-container textarea {
        font-size: 16px; } }
  #form-container .row {
    margin-bottom: 25px; }
    #form-container .row p {
      margin-bottom: 0 !important;
      line-height: 1.7; }
      @media (max-width: 575px) {
        #form-container .row p {
          font-size: 14px; } }
      #form-container .row p b {
        font-size: clamp(20px, calc(0.45vw + 1rem), 22px); }
        @media (max-width: 575px) {
          #form-container .row p b {
            font-size: 16px;
            margin-bottom: 15px;
            display: block; } }

#form-container .wpcf7-acceptance .wpcf7-list-item {
  width: 100%;
  margin: 0; }
  #form-container .wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 575px) {
      #form-container .wpcf7-acceptance .wpcf7-list-item label {
        font-size: 14px; } }
    #form-container .wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"] {
      width: 16px !important;
      height: 16px;
      padding: 6px !important;
      border: 1px solid #444 !important;
      border-radius: 4px !important;
      background-color: #fff !important;
      cursor: pointer;
      position: relative;
      margin-right: 10px; }
      #form-container .wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"]:checked {
        background-color: #5B7829 !important;
        /* ← ここで色が変わる */
        border-color: #5B7829 !important; }
        #form-container .wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"]:checked:after {
          content: '';
          position: absolute;
          top: 2px;
          left: 6px;
          width: 4px;
          height: 8px;
          border: solid #fff;
          border-width: 0 2px 2px 0;
          transform: rotate(45deg); }

.submit-btn {
  margin-top: 50px;
  position: relative;
  height: 49px; }
  .submit-btn:before {
    content: '';
    position: absolute;
    top: 55%;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    left: 844px;
    border-top: 2px solid #fff; }
    @media (max-width: 991px) {
      .submit-btn:before {
        left: 540px; } }
    @media (max-width: 575px) {
      .submit-btn:before {
        left: 64.5vw;
        top: 45%; } }
  .submit-btn:after {
    content: '';
    position: absolute;
    top: 55%;
    width: 70px;
    height: 2px;
    background-color: #fff;
    left: 785px;
    transform: translateY(-50%);
    transition: all 0.55s ease; }
    @media (max-width: 991px) {
      .submit-btn:after {
        left: 480px; } }
    @media (max-width: 575px) {
      .submit-btn:after {
        width: 10.75vw;
        left: 56.5vw;
        top: 45%; } }
  .submit-btn input {
    width: 490px !important;
    background-color: #5B7829 !important;
    color: #fff;
    border-radius: 0 !important;
    margin: auto;
    display: block;
    padding: 8px !important;
    transition: .3s; }
    .submit-btn input:hover {
      opacity: .7; }
    @media (max-width: 575px) {
      .submit-btn input {
        width: 250px !important; } }

.contact-notes {
  margin-top: 100px;
  margin-bottom: 100px; }
  @media (max-width: 575px) {
    .contact-notes {
      margin-top: 50px;
      margin-bottom: 50px;
      width: 92% !important; } }
  .contact-notes .container-notes-inner {
    border: 1px solid #000;
    padding: 40px;
    border-radius: 12px; }
    @media (max-width: 575px) {
      .contact-notes .container-notes-inner {
        padding: 30px 20px; } }
    .contact-notes .container-notes-inner h3 {
      font-size: clamp(24px, calc(0.8vw + 1rem), 30px);
      font-weight: 600; }
      @media (max-width: 575px) {
        .contact-notes .container-notes-inner h3 {
          text-align: center; } }
    .contact-notes .container-notes-inner ul {
      margin-top: 40px; }
      @media (max-width: 575px) {
        .contact-notes .container-notes-inner ul {
          padding-left: 1rem;
          margin-top: 20px; } }
      .contact-notes .container-notes-inner ul li {
        margin-bottom: 10px; }
  .contact-notes .note-cta {
    margin-top: 40px; }
    @media (max-width: 575px) {
      .contact-notes .note-cta {
        margin-top: 20px; } }
    .contact-notes .note-cta a {
      background-color: #D9D9D9;
      width: 100%;
      justify-content: center;
      display: flex;
      align-items: center;
      border-radius: 40px;
      padding: 10px;
      color: #000;
      position: relative; }
      .contact-notes .note-cta a:after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        transform: rotate(-45deg);
        position: absolute;
        right: 20px; }

div#wpcf7cpcnf {
  width: 700px;
  margin: auto;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%); }
  div#wpcf7cpcnf table tr th, div#wpcf7cpcnf table tr td {
    font-size: 18px;
    padding: 5px 10px; }

div.wpcf7cp-btns {
  text-align: center; }
  div.wpcf7cp-btns button {
    border: 0;
    font-size: 18px;
    padding: 8px 55px; }
    div.wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
      background-color: #F2F2F2; }
    div.wpcf7cp-btns button.wpcf7cp-cfm-submit-btn {
      background-color: #5B7829;
      color: #fff; }

.wpcf7 form.invalid .wpcf7-response-output {
  text-align: center;
  border: 0 !important;
  background-color: #FFE100;
  font-size: 20px;
  padding: 20px;
  font-weight: 600; }

.privacy-policy .page-hero {
  height: 200px; }
  .privacy-policy .page-hero h1 {
    color: #000; }
.privacy-policy h2 {
  margin-top: 40px;
  margin-bottom: 20px; }
.privacy-policy h3 {
  margin-top: 25px; }
@media (max-width: 575px) {
  .privacy-policy .container {
    width: 92%; } }
.privacy-policy .container a {
  color: #5B7829 !important;
  word-break: break-all; }

.privacy-table {
  margin-bottom: 40px;
  overflow-x: auto; }
  .privacy-table table {
    min-width: 600px; }
    .privacy-table table tr th {
      padding: 20px;
      border: 1px solid #ccc; }
    .privacy-table table tr td {
      padding: 20px;
      border: 1px solid #ccc; }

#footer {
  border-top: 14px solid #5B7829;
  padding: 20px 20px 50px;
  position: relative; }
  @media (max-width: 767px) {
    #footer {
      border: none;
      padding: 20px 20px 0;
      margin-top: 0; } }
  #footer:before {
    width: 137px;
    height: 32px;
    background-color: #5B7829;
    position: absolute;
    content: "";
    top: 10px;
    left: 12px; }
    @media (max-width: 1199px) {
      #footer:before {
        width: 120px; } }
    @media (max-width: 767px) {
      #footer:before {
        left: auto;
        right: 63vw;
        width: 40vw; } }
  #footer .logo {
    margin: 0 10px; }
    @media (max-width: 767px) {
      #footer .logo {
        width: 180px;
        justify-content: center;
        padding: 0; } }
  @media (max-width: 767px) {
    #footer .d-flex {
      flex-direction: column; } }

#footer-nav {
  padding-right: 5vw; }
  @media (max-width: 767px) {
    #footer-nav {
      padding-right: 0; } }

#menu-footer {
  display: flex;
  list-style: none; }

@media (max-width: 767px) {
  .footer-nav-upper {
    display: none; } }
.footer-nav-upper ul {
  justify-content: flex-end; }
  .footer-nav-upper ul li {
    margin-left: 75px; }
    @media (max-width: 1199px) {
      .footer-nav-upper ul li {
        margin-left: 40px; } }
    .footer-nav-upper ul li a {
      font-size: 17px;
      font-weight: 600;
      color: #000; }
      @media (max-width: 1199px) {
        .footer-nav-upper ul li a {
          font-size: 16px; } }

.footer-nav-lower ul {
  justify-content: flex-end; }
  .footer-nav-lower ul li {
    margin-left: 50px;
    font-size: 14px; }
    @media (max-width: 1199px) {
      .footer-nav-lower ul li {
        margin-left: 25px;
        font-size: 13px; } }
    @media (max-width: 767px) {
      .footer-nav-lower ul li {
        margin: 8px auto 0; } }
    .footer-nav-lower ul li a {
      color: #000;
      font-size: 14px; }
      @media (max-width: 1199px) {
        .footer-nav-lower ul li a {
          font-size: 13px; } }
    @media (max-width: 767px) {
      .footer-nav-lower ul li.group {
        display: none; } }

#page-404 .container {
  margin-top: 112px;
  height: calc( 100vh - 306.5px ); }
  @media (max-width: 575px) {
    #page-404 .container {
      max-width: 96%; } }
  #page-404 .container h2 {
    font-size: 25px; }
    @media (max-width: 575px) {
      #page-404 .container h2 {
        font-size: 18px; } }
  #page-404 .container a {
    color: #5B7829;
    margin-top: 20px;
    display: inline-block;
    font-size: 18px; }
