/* font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap');
/* variable */ :root {
  --base-color: #27b79a;
  --dark-gray: #262b35;
  --medium-gray: #3d4147;
  --aluminium-grey: #8f95a1;
  --alt-font: "Oswald", sans-serif;
  --primary-font: "Noto Sans JP", sans-serif;
}
/* reset */
html, body {
  overflow-x: hidden;
}

.swiper-wrapper {
  box-sizing: border-box;
  min-width: 0;
}
body {
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 25px;
  letter-spacing: 1px;
  font-weight: 700;
}
h1, .h1 {
  font-size: 3.475rem;
  line-height: 4.98rem;
}
h2, .h2 {
  font-size: 2.438rem;
  line-height: 3.2rem;
}
h3, .h3 {
  font-size: 1.613rem;
  line-height: 2.625rem;
}
h4, .h4 {
  font-size: 1.375rem;
  line-height: 2.3rem;
}
h5, .h5 {
  font-size: 1.255rem;
  line-height: 2.1rem;
}
h6, .h6 {
  font-size: 1.12rem;
  line-height: 1.95rem;
}
p {
  margin-bottom: 20px;
}
.small, small {
  font-size: .775em;
}
.lead {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 2.42rem;
}
/* header */
header .navbar-brand img {
  max-height: 34px;
}
.navbar .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}
.sticky .header-transparent .header-button .btn {
  color: var(--dark-gray);
  border-color: var(--dark-gray);
}
.sticky .header-transparent .header-button .btn:hover {
  border-color: var(--dark-gray);
  color: var(--white);
  background: var(--dark-gray);
}
header.sticky.sticky-active [data-header-hover="light"] .widget-text i {
  color: var(--white);
}
.logo-text {
  font-size: 11px;
  color: #FFF;
  padding: 30px 0 0 12px;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .logo-text {
    font-size: 11px;
  }
}
.navbar .navbar-nav .nav-link {
  padding: 10px 15px;
}
/* accordion style 02 */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
  background-color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover a, .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a {
  opacity: .5;
}
/* bg color */
.bg-very-light-green {
  background-color: #f1f8f4;
}
.bg-gradient-green-transparent {
  background: linear-gradient(to top, rgb(233, 245, 239), rgba(255, 255, 255, 0));
}
.bg-gradient-sherpa-blue-black {
  background-image: linear-gradient(to right top, #23248C, #22236D, #232348, #222226, #232323);
}
.bg-gradient-sherpa-black-blue {
  background-image: linear-gradient(to right top, #232323, #222226, #232348, #22236D, #23248C);
}
.btn-yellow {
  background-color: var(--yellow) !important;
  color: var(--white) !important;
}
.btn.btn-medium {
  font-size: 14px;
}
/* bg transparent color */
.bg-base-color-transparent {
  background-color: rgba(87, 88, 214, .8);
}
/* accordion */
.accordion .accordion-item .accordion-header .accordion-title i {
  top: 52%;
}
/*  progress bar style 01  */
.progress-bar-style-01 .progress .progress-bar-title {
  bottom: 15px;
}
/* page title */
.page-title-extra-large h1 {
  font-size: 4.7rem;
  line-height: 4.7rem;
}
/* separator line */
.separator-line-9px {
  height: 9px;
}
/* tag */
.tag-cloud a {
  padding-top: 5px;
  padding-bottom: 9px;
}
/* blog comment */
.blog-comment li .btn-reply {
  padding-top: 5px;
  padding-bottom: 7px;
}
/* number pagination style 01 */
.pagination-style-01 .page-item .page-link {
  line-height: 42px;
}
.pagination-style-01 .page-item.active .page-link {
  background: var(--dark-gray);
  color: var(--white);
}
/* top right bottom left */
.bottom-minus-45px {
  bottom: -45px;
}
.right-minus-45px {
  right: -45px;
}
/* section */
.logo-top {
  height: 36px;
  margin-bottom: 25px;
}
.company-info dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.company-info dt {
  width: 40%;
  padding: 10px;
  background-color: #F1F1F1;
  margin: 0 0 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-info dd {
  width: 60%;
  padding: 10px;
  margin: 0 0 5px 0;
}
.news_list_item {
  padding: 25px 0;
  border-bottom: 1px solid #E6E6E6;
}
.news_list_item p {
  margin-bottom: 0;
}
.news_list_item:first-child {
  border-top: 1px solid #E6E6E6;
}
.news_list_item a {
  position: relative;
  display: flex;
  padding-right: 30px;
}
.news_list_date {
  font-size: 15px;
  display: flex;
  margin-right: 15px;
  align-items: center;
}
.news_item {
  font-size: 13px;
  color: #fff;
  background: #F6C6A2;
  border-radius: 100px !important;
  width: 6em;
  text-align: center;
  margin-left: 20px;
}
.news_list_item a:hover {
  color: var(--aluminium-grey);
}
.arrow {
  width: 25px;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 50%;
  right: 0;
}
.arrow:after {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background: #707070;
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
  bottom: 2px;
}
.page-title-large h1 {
  font-size: 2.8rem;
  line-height: 3rem;
  margin-bottom: 20px;
  font-weight: 900;
  letter-spacing: 2px;
}
.page-title-large h2 {
  font-size: 1.15rem;
  line-height: 2.05rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.bg-clear-green {
  background-color: #E9F6F5;
}
.bg-ghost-white {
  background-color: #F4F6FF;
}
.bg-cosmic-latte-white {
  background-color: #F2FBF9;
}
.bg-chablis-red {
  background-color: #FEF3F5;
}
.bg-very-light-beige {
  background-color: #F8F2EB;
}
.caption-1 {
  padding: .55rem .8rem;
  background: #f4f4f4;
}
.caption-2 {
  padding: .55rem .8rem;
  background: #fff;
}
.categories-btn {
  padding: 4px 10px 5px 12px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 5px;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 2px;
  font-weight: 600;
}
.phone-number {
  font-family: var(--alt-font);
  font-size: 40px;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 1024px) {
  .news_list_item a {
    display: block;
  }
}
@media screen and (max-width: 769px) {
  .news_list_item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .arrow {
    display: none;
  }
  .news_list_item a {
    padding-right: 0;
  }
}


/* footer */
.footer-logo {
  max-height: 35px;
  margin-bottom: 15px;
}
footer ul li {
  margin-bottom: 0;
}
.footer-dark a:hover {
  color: var(--white);
}
/* model popup */
.mfp-bg {
  background: #000000;
  opacity: 0.7;
}
/* media query responsive */
@media (max-width: 1499px) {
  .navbar .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1399px) {
  .navbar .navbar-nav .nav-link {
    padding-left: 13px;
    padding-right: 13px;
  }
  .sticky-wrap.shadow-in {
    left: 35px;
  }
}
@media (max-width: 1300px) {
  .sticky-wrap.shadow-in {
    left: 10px;
  }
}
@media (max-width: 991px) {
  .header-transparent .header-button .btn {
    color: var(--dark-gray);
    border-color: var(--dark-gray);
  }
  .header-transparent .header-button .btn:hover {
    border-color: var(--dark-gray);
    color: var(--white);
    background: var(--dark-gray);
  }
  .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    width: calc(100% + 30px) !important;
    margin-left: -15px;
    padding: 10px 45px;
    margin-bottom: 0;
    margin-right: -15px;
  }
  .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
    padding-bottom: 17px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  h1, .h1 {
    font-size: 2.25rem;
    line-height: 3.58rem;
  }
  h2, .h2 {
    font-size: 2.15rem;
    line-height: 3.4rem;
  }
  h3, .h3 {
    font-size: 1.95rem;
  }
  h4, .h4 {
    font-size: 1.675rem;
    line-height: 2.8rem;
  }
  h5, .h5 {
    font-size: 1.52rem;
    line-height: 2.1rem;
  }
  h6, .h6 {
    font-size: 1.32rem;
    line-height: 1.95rem;
  }
  .lead {
    font-size: 1.35rem;
    line-height: 2.25rem;
  }
  p {
    margin-bottom: 20px;
  }
  .page-title-extra-large h1 {
    font-size: 40px;
    line-height: 46px;
  }
  header .navbar-brand img {
    max-height: 24px;
  }
  .btn.btn-switch-text.btn-medium > span {
    padding: 10px 15px;
    font-size: 13px;
  }
  .logo-top {
    height: 27px;
    margin-bottom: 15px;
  }
  .pricing-table-style-04 .accordion-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .logo-text {
    display: none;
  }
}
.footer-SDGs {
  max-width: 240px;
}
.privacy-block h5 {
  padding-bottom: 0.5em;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 0.5em;
}
.privacy-block ul {
  padding-left: 1em;
  margin-left: 0.8em;
  ;
}
.privacy-block ul li {
  list-style: disc;
}
.privacy-inner {
  margin-bottom: 2.5em;
}
/* 全体調整 */
.wpcf7 {
  background-color: #f4fdfc;
  padding: 40px;
  border-radius: 10px;
  max-width: 820px;
  margin: auto;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  font-family: "Helvetica Neue", sans-serif;
}
/* ラベルとインプット */
.wpcf7-form label {
  font-weight: 600;
  color: #333;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form select, .wpcf7-form textarea {
  width: 100%;
  padding: 10px 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  margin-bottom: 20px;
  box-sizing: border-box;
}
/* テキストエリア調整 */
.wpcf7-form textarea {
  height: 150px;
  resize: vertical;
}
/* 2カラム */
.form-row.two-columns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.form-col {
  flex: 1;
  min-width: 250px;
}
/* チェックボックス */
.checkbox-row {
  margin-bottom: 20px;
}
.wpcf7-form .wpcf7-list-item {
  font-size: 14px;
}
/* 送信ボタン */
.submit-row {
  text-align: center;
}
.wpcf7-form input[type="submit"] {
  background-color: #00c2a6;
  color: white;
  font-size: 16px;
  padding: 14px 32px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}
.wpcf7-form input[type="submit"]:hover {
  background-color: #009b85;
}
/* 必須マーク */
.required {
  background: #ff4d4f;
  color: #fff;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 6px;
}
/* ファイルアップロードプラグインの枠調整（mfileなど） */
.wpcf7-form .wpcf7-mfile-container {
  border: 2px dashed #ccc;
  padding: 25px;
  text-align: center;
  background-color: #fafafa;
  margin-bottom: 20px;
}
.top-news-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.top-news-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 1em 0;
}
.news-date {
  color: #999;
}
.news-cat {
  padding: 0.4em 0.8em;
  border-radius: 20px;
  background-color: var(--base-color);
  font-size: 0.85em;
  color: #fff;
}
.news-title {
  color: #6b21a8;
  font-weight: 600;
  text-decoration: none;
}
.news-title:hover {
  text-decoration: underline;
}
.news-arrow i {
  color: #999;
}
.news-block h2 {
  font-size: 1.613rem;
  line-height: 2.625rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.news-content {
  border-left: solid 1px var(--base-color);
  padding-left: 1.5em;
}
.news-category {
  padding: 0.6em 1.8em;
  border-radius: 20px;
  background-color: var(--base-color);
  font-size: 0.85em;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin-bottom: 15px;
}
.top-news-list a {
  color: var(--base-color);
}
.top-news-list a:visited {
  color: var(--base-color);
}
.blog-standard a {
  color: var(--base-color);
}
.blog-standard a:visited {
  color: var(--base-color);
}
.news-thumbnail img {
  max-width: 100%;
  height: auto;
  display: block;
}
.news-content.row {
	margin-left: 0;
	margin-right: 0;
}
@media screen and (max-width: 768px) {
  .top-news-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
	  padding: 0;
  }

  .news-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .news-arrow {
    align-self: flex-end;
  }

  .news-title {
    font-size: 16px;
    line-height: 1.4;
  }
}