/*
Theme Name: バイオコクーンHP
Version: 1.0.2
*/
@charset "UTF-8";
html {
  font-family: "Kosugi Maru";
  color: #545454;
  font-size: 16px;
  line-height: -0.005px;
}

span.wrap {
  display: inline-block !important;
}

ul {
  list-style: none;
}

a {
  display: block;
  text-decoration: none !important;
  color: #545454;
}

button:hover {
  cursor: pointer;
}

section.main-view {
  padding-bottom: 0;
}

section.main-view .main-view-wrapper {
  margin-top: 20px;
  position: relative;
}

section.main-view .main-view-wrapper div {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  letter-spacing: 0.09em;
  z-index: 5;
  color: white;
  font-size: 3vw;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

section.main-view .main-view-wrapper .image {
  width: 100%;
  height: 300px;
}

.dir-tree {
  width: 930px;
  margin: 0 auto;
  height: 60px;
  font-size: 13px;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.dir-tree a {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

header {
  border-bottom: solid 4px #f89122;
}

header .sp-header {
  display: none;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  z-index: 10;
  background-color: #fff;
  width: 100%;
}

header .sp-header .hmbg-menu {
  display: block;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 6;
  background-color: #e9a050;
  padding-top: 70px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

header .sp-header .hmbg-menu.show {
  right: 0;
}

header .sp-header .hmbg-menu li {
  font-size: 16px;
  line-height: 2.5;
  border-bottom: 1px solid white;
  padding: 0 20px;
}

header .sp-header .hmbg-menu li:nth-child(1) {
  border-top: 1px solid white;
}

header .sp-header .hmbg-menu li:nth-child(6) {
  border: none;
}

header .sp-header .hmbg-menu li a {
  color: white;
}

header .top-bar {
  height: 30px;
  font-size: 10px;
  line-height: 30px;
  letter-spacing: -0.005em;
  background-color: #ffe1c1;
}

header .top-bar .top-bar-inner {
  width: 930px;
  margin: 0 auto;
}

header .global-nav {
  width: 930px;
  height: 150px;
  margin: 0 auto;
}

header .global-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
}

header .global-nav ul li {
  height: 90px;
  font-size: 15px;
  letter-spacing: -0.005em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .global-nav ul li a {
  display: inline-block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  height: 20px;
}

header .global-nav ul li a:hover {
  opacity: 0.7;
}

header .global-nav ul .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .global-nav ul .logo-wrapper .logo {
  height: 100%;
  width: 60px;
  position: relative;
  margin-right: 0.5rem;
}

header .global-nav ul .logo-wrapper .logo img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

header .global-nav ul .logo-text {
  width: 280px;
  margin-right: 3rem;
}

.fv {
  background-color: #ffe1c1;
  position: relative;
  width: 100%;
}

a.logo-link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.fv .fv-text {
  display: none;
  width: 75%;
  margin: 0 auto;
  padding-top: 100px;
}

.top-view {
  padding-bottom: 35px;
}

.top-view .mv-slider {
  margin: 20px 0;
}

.top-view .mv-slider .slick-prev {
  top: 210px;
  left: calc(50% - 435px);
  z-index: 2;
}

.top-view .mv-slider .slick-next {
  top: 210px;
  right: calc(50% - 420px);
  z-index: 2;
}

.top-view .mv-slider a {
  outline: none;
}

.top-view .mv-slider .slick-prev:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  border-top: 4px solid #f89122;
  border-left: 4px solid #f89122;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: black;
}

.top-view .mv-slider .slick-next:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  border-top: 4px solid #f89122;
  border-right: 4px solid #f89122;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: black;
}

.top-view .mv-slider .slick-list img {
  display: block;
  height: 400px;
  width: 930px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}

.top-view .mini-thumbnail .thumbnail-wrapper {
  width: 910px;
  margin: 0 auto;
  padding-top: 20px;
}

.top-view .mini-thumbnail .thumbnail-wrapper .slick-list {
  overflow: visible;
}

.top-view .mini-thumbnail .thumbnail-wrapper .thumbnail {
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.top-view .mini-thumbnail .thumbnail-wrapper .thumbnail img {
  display: block;
  width: 100%;
}

.main-view
  .top-view
  .mini-thumbnail
  .thumbnail-wrapper
  .thumbnail.current-thumbnail
  p {
  font-weight: bold;
}

.main-view .over-view {
  padding-bottom: 50px;
}

.main-view .over-view .heading {
  height: 120px;
  font-size: 30px;
  line-height: 120px;
  letter-spacing: -0.01em;
  text-align: center;
  font-family: "Kosugi Maru";
}

.main-view .over-view .contents {
  width: 1020px;
  height: 300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-view .over-view .contents .left-description {
  width: 50%;
  height: 100%;
  margin-left: 110px;
  position: relative;
}

.main-view .over-view .contents .left-description p {
  line-height: 36.94px;
  display: inline-block;
}

.main-view .over-view .contents .left-description .btn-wrapper button {
  display: block;
  width: 300px;
  height: 50px;
  font-size: 18px;
  letter-spacing: -0.01px;
  color: white;
  background-color: #3d9806;
  border-radius: 30px;
  border: none;
  outline: none;
  position: relative;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 40px;
}

.main-view .over-view .contents .left-description .btn-wrapper button::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-top: -5px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-view .over-view .contents .left-description .btn-wrapper button a {
  color: white;
  width: 100%;
  height: 100%;
  line-height: 50px;
}

.main-view .over-view .contents .left-description .btn-wrapper button:hover {
  opacity: 0.7;
}

.main-view .over-view .contents .right-image {
  width: 50%;
  height: 100%;
}

.main-view .over-view .contents .right-image img {
  margin-left: 30px;
  width: 480px;
  height: 100%;
}

.main-view .over-view .sp-btn-wrapper {
  display: none;
}

.main-view .over-view .sp-btn-wrapper button {
  display: block;
  width: 300px;
  height: 50px;
  font-size: 18px;
  letter-spacing: -0.01px;
  color: white;
  background-color: #3d9806;
  border-radius: 30px;
  border: none;
  outline: none;
  position: relative;
  margin: 0 auto;
  font-size: 18px;
}

.main-view .over-view .sp-btn-wrapper button::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-top: -5px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-view .over-view .sp-btn-wrapper button a {
  color: white;
  width: 100%;
  height: 100%;
  line-height: 50px;
}

.main-view .over-view .sp-btn-wrapper button:hover {
  opacity: 0.7;
}

.slick-dots {
  margin: 0 auto;
  height: 150px;
  position: relative;
  background-color: #f89122;
}

.slick-dots li {
  width: 175px;
  height: 80px;
  margin-top: 20px;
}

.slick-dots li div {
  width: 170px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.slick-dots li p {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  padding-top: 10px;
  color: white;
}

.slick-dots li span {
  display: block;
  width: 97%;
  background-color: black;
  position: relative;
}

.slick-dots li span img {
  display: block;
  background-color: #f89122;
  width: 100%;
}

.slick-dots li.slick-active div {
  position: relative;
}

.slick-dots li.slick-active div::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.slick-dots li.slick-active P {
  font-weight: bold;
}

.slick-dots li.slick-active img {
  opacity: 0.4;
}

.new-blog {
  background-color: #ffe1c1;
  padding-bottom: 50px;
}

.new-blog .heading {
  height: 120px;
  font-size: 30px;
  line-height: 120px;
  letter-spacing: -0.01em;
  text-align: center;
  font-family: "Kosugi Maru";
}

.new-blog .articles {
  width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.new-blog .articles article {
  width: 280px;
  height: 300px;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 15px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.new-blog .articles article a {
  display: block;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px 10px;
}

.new-blog .articles article a .topic {
  color: #f89122;
  font-size: 15px;
  height: 58px;
  line-height: 1.5;
}

.new-blog .articles article a img {
  width: 100%;
  height: 115px;
  display: block;
  margin: 6px 0;
}

.new-blog .articles article a .created-at {
  display: block;
  font-size: 14px;
  margin: 15px 0 12px;
}

.new-blog .articles article a .description {
  font-size: 14px;
  line-height: 16px;
}

.new-blog .articles article a:hover {
  background-color: #e0e0e0;
}

.new-blog .articles article a:hover .topic {
  color: white;
}

.other-article-btn {
  margin-top: 20px;
}

.other-article-btn button {
  display: block;
  width: 300px;
  height: 50px;
  font-size: 18px;
  letter-spacing: -0.01px;
  color: white;
  background-color: #3d9806;
  border-radius: 30px;
  border: none;
  outline: none;
  position: relative;
  margin: 0 auto;
}

.other-article-btn button::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-top: -5px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.other-article-btn button a {
  color: white;
  width: 100%;
  height: 100%;
  line-height: 50px;
}

.other-article-btn button:hover {
  opacity: 0.7;
}

.category-blog {
  padding-bottom: 62px;
}

.category-blog .heading {
  height: 120px;
  font-size: 30px;
  line-height: 120px;
  letter-spacing: -0.01em;
  text-align: center;
  font-family: "Kosugi Maru";
}

.category-blog .sp-heading {
  display: none;
}

.category-blog .categorys {
  width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: 230px 230px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.category-blog .categorys {
  width: 960px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 25% 25% 25%;
  grid-template-columns: 25% 25% 25% 25%;
  -ms-grid-rows: 230px 230px;
  grid-template-rows: 230px 230px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.category-blog .categorys > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.category-blog .categorys > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.category-blog .categorys > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.category-blog .categorys > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.category-blog .categorys > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.category-blog .categorys > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.category-blog .categorys > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.category-blog .categorys > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}

.category-blog .categorys .category-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.category-blog .categorys .category-wrapper .category {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  height: 200px;
  border: 4px solid #e0e0e0;
  border-radius: 10px;
  padding-bottom: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.category-blog .categorys .category-wrapper .category:hover {
  opacity: 0.7;
}

.category-blog .categorys .category-wrapper .topic {
  color: #f89122;
  font-size: 20.5px;
  line-height: 1;
  text-align: center;
  margin: 15px 0;
}

.category-blog .categorys .category-wrapper .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-blog .categorys .category-wrapper .img-wrapper img {
  display: block;
}

.contact {
  padding-bottom: 100px;
}

.contact .heading {
  height: 120px;
  font-size: 30px;
  line-height: 120px;
  letter-spacing: -0.01em;
  text-align: center;
  font-family: "Kosugi Maru";
}

.contact .descriptions {
  text-align: center;
}

.contact .descriptions p {
  line-height: 36.94px;
}

.contact .contact-btn-wrapper {
  margin-top: 32px;
}

.contact .contact-btn-wrapper button {
  display: block;
  width: 300px;
  height: 50px;
  font-size: 18px;
  letter-spacing: -0.01px;
  color: white;
  background-color: #3d9806;
  border-radius: 30px;
  border: none;
  outline: none;
  position: relative;
  margin: 0 auto;
}

.contact .contact-btn-wrapper button::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-top: -5px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact .contact-btn-wrapper button a {
  color: white;
  width: 100%;
  height: 100%;
  line-height: 50px;
}

.contact .contact-btn-wrapper button:hover {
  opacity: 0.7;
}

footer {
  background-color: #f89122;
  color: white;
}

footer .info {
  width: 960px;
  margin: 0 auto;
  padding: 27px 30px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  justify-content: space-around;
}

footer .info a {
  color: white;
}

footer .info .left-info {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .info .left-info ul {
  margin-right: 60px;
}

footer .info .left-info ul li {
  font-size: 12px;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer .info .left-info ul li a:hover {
  opacity: 0.7;
}

footer .info .left-info ul li.label {
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px solid;
  margin-bottom: 15px;
}

footer .info .right-info {
  width: auto;
}

footer .info .right-info div.logo {
  width: 280px;
  margin-bottom: 16px;
}

footer .info .right-info div.logo img {
  width: 90%;
}

footer .info .right-info div.logo img:nth-child(1) {
  margin-bottom: 10px;
}

footer .info .right-info .company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .info .right-info .company ul {
  margin: 7px auto 0 0;
  border-left: 1px solid white;
  padding-left: 10px;
  margin-bottom: 20px;
}

footer .info .right-info .company ul li {
  font-size: 11px;
  line-height: 20px;
}

footer .info .right-info .company ul li.label {
  font-family: "Kosugi Maru";
  font-size: 17.5px;
  margin-bottom: 13px;
}

footer .copy {
  background-color: #545454;
  font-size: 12px;
  line-height: 48px;
  text-align: center;
}

footer #p-top {
  position: fixed;
  z-index: 10;
  right: 10px;
  cursor: pointer;
}

.blog-list-page {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  margin: 0 auto;
}

.blog-list-page section.blog-list {
  width: 900px;
  margin: 0 auto;
}

.blog-list-page section.blog-list .blog-line-up-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-list-page section.blog-list .blog-line-up-wrapper .new-blog-view {
  width: 600px;
}

.blog-list-page
  section.blog-list
  .blog-line-up-wrapper
  .new-blog-view
  .heading {
  font-size: 20px;
  line-height: 37px;
  border-bottom: 1px solid #fa971e;
}

.blog-list-page
  section.blog-list
  .blog-line-up-wrapper
  .new-blog-view
  .new-blog-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-list-page
  section.blog-list
  .blog-line-up-wrapper
  .new-blog-view
  .new-blog-wrapper::after {
  content: "";
  display: block;
  width: 30%;
}

.blog-list-page
  section.blog-list
  .blog-line-up-wrapper
  .new-blog-view
  .new-blog-wrapper
  .article-box {
  width: 31%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}

.blog-list-page
  section.blog-list
  .blog-line-up-wrapper
  .new-blog-view
  .new-blog-wrapper
  .article-box
  .new-blog-box
  a {
  display: block;
  height: 255px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-list-page
  section.blog-list
  .blog-line-up-wrapper
  .new-blog-view
  .new-blog-wrapper
  .article-box
  .new-blog-box
  a:hover {
  background-color: #e0e0e0;
}

.blog-list-page
  section.blog-list
  .blog-line-up-wrapper
  .new-blog-view
  .new-blog-wrapper
  .article-box
  .new-blog-box
  a:hover
  .topic {
  color: white;
}

.blog-list-page
  section.blog-list
  .blog-line-up-wrapper
  .new-blog-view
  .new-blog-wrapper
  .article-box
  .new-blog-box
  a
  .topic {
  color: #fa971e;
  height: 42px;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog-list-page
  section.blog-list
  .blog-line-up-wrapper
  .new-blog-view
  .new-blog-wrapper
  .article-box
  .new-blog-box
  a
  img {
  width: 100%;
  height: 80px;
}

.blog-list-page
  section.blog-list
  .blog-line-up-wrapper
  .new-blog-view
  .new-blog-wrapper
  .article-box
  .new-blog-box
  a
  .created-at {
  display: block;
  font-size: 15px;
  line-height: 30px;
  margin-top: 5px;
}

.blog-list-page
  section.blog-list
  .blog-line-up-wrapper
  .new-blog-view
  .new-blog-wrapper
  .article-box
  .new-blog-box
  a
  .description {
  font-size: 14px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.blog-list-page section.blog-list .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.blog-list-page section.blog-list .pagination a,
.blog-list-page section.blog-list .pagination span {
  font-size: 16px;
  width: 30px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 12px 0;
  display: block;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  margin-right: 10px;
}

.blog-list-page section.blog-list .pagination span {
  color: white;
  background-color: #fa971e;
}

.introduction-page section {
  padding-bottom: 60px;
  padding-top: 20px;
}

.introduction-page section.why-totyukaso {
  background-color: #ffe1c1;
}

.introduction-page section.main-view {
  padding: 0;
}

.introduction-page section .section-box {
  width: 900px;
  margin: 0 auto;
}

.introduction-page .heading {
  font-size: 24px;
  text-align: center;
  line-height: 65px;
  position: relative;
}

.introduction-page .heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  /*下線の上下位置調整*/
  display: inline-block;
  width: 50px;
  /*下線の幅*/
  height: 4px;
  /*下線の太さ*/
  border-radius: 2px;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  /*位置調整*/
  background-color: #f89122;
  /*下線の色*/
}

.introduction-page .content-box .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0;
}

.introduction-page .content-box .row .description-wrapper,
.introduction-page .content-box .row img {
  width: 435px;
  /* height: 100%; */
}

.introduction-page .content-box .sub-heading {
  font-size: 21px;
  line-height: 2;
}

.introduction-page .content-box .description {
  font-size: 16px;
  line-height: 28px;
}

.introduction-page .content-box img {
  /*  */
}

.introduction-page .research-new-banner {
  width: 100%;
  text-align: center;
}

.introduction-page .research-new-banner a {
  display: inline-block;
  max-width: 500px;
  margin: 0 auto;
}

.introduction-page .research-new-banner a img {
  display: block;
  width: 100%;
}

.top-view {
  padding-bottom: 35px;
}

.top-view .mv-slider {
  margin: 20px 0;
}

.top-view .mv-slider .slick-prev {
  top: 210px;
  left: calc(50% - 435px);
  z-index: 2;
}

.top-view .mv-slider .slick-next {
  top: 210px;
  right: calc(50% - 420px);
  z-index: 2;
}

.top-view .mv-slider a {
  outline: none;
}

.top-view .mv-slider .slick-prev:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  border-top: 4px solid #f89122;
  border-left: 4px solid #f89122;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: black;
}

.top-view .mv-slider .slick-next:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  border-top: 4px solid #f89122;
  border-right: 4px solid #f89122;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: black;
}

.main-view .top-view .mv-slider .slick-list img {
  display: block;
  height: 400px;
  width: 930px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}

.top-view .mini-thumbnail .thumbnail-wrapper {
  width: 910px;
  margin: 0 auto;
  padding-top: 20px;
}

.top-view .mini-thumbnail .thumbnail-wrapper .slick-list {
  overflow: visible;
}

.top-view .mini-thumbnail .thumbnail-wrapper .thumbnail {
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.top-view .mini-thumbnail .thumbnail-wrapper .thumbnail img {
  display: block;
  width: 100%;
}

.main-view
  .top-view
  .mini-thumbnail
  .thumbnail-wrapper
  .thumbnail.current-thumbnail
  p {
  font-weight: bold;
}

.main-view .over-view {
  padding-bottom: 50px;
}

.main-view .over-view .heading {
  height: 120px;
  font-size: 30px;
  line-height: 120px;
  letter-spacing: -0.01em;
  text-align: center;
  font-family: "Kosugi Maru";
}

.main-view .over-view .contents {
  width: 1020px;
  height: 300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-view .over-view .contents .left-description {
  width: 50%;
  height: 100%;
  margin-left: 110px;
  position: relative;
}

.main-view .over-view .contents .left-description p {
  line-height: 36.94px;
  display: inline-block;
}

.main-view .over-view .contents .left-description .btn-wrapper button {
  display: block;
  width: 300px;
  height: 50px;
  font-size: 18px;
  letter-spacing: -0.01px;
  color: white;
  background-color: #3d9806;
  border-radius: 30px;
  border: none;
  outline: none;
  position: relative;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 40px;
}

.main-view .over-view .contents .left-description .btn-wrapper button::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-top: -5px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-view .over-view .contents .left-description .btn-wrapper button a {
  color: white;
  width: 100%;
  height: 100%;
  line-height: 50px;
}

.main-view .over-view .contents .left-description .btn-wrapper button:hover {
  opacity: 0.7;
}

.main-view .over-view .contents .right-image {
  width: 50%;
  height: 100%;
}

.main-view .over-view .contents .right-image img {
  margin-left: 30px;
  width: 480px;
  height: 100%;
}

.main-view .over-view .sp-btn-wrapper {
  display: none;
}

.main-view .over-view .sp-btn-wrapper button {
  display: block;
  width: 300px;
  height: 50px;
  font-size: 18px;
  letter-spacing: -0.01px;
  color: white;
  background-color: #3d9806;
  border-radius: 30px;
  border: none;
  outline: none;
  position: relative;
  margin: 0 auto;
  font-size: 18px;
}

.main-view .over-view .sp-btn-wrapper button::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-top: -5px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-view .over-view .sp-btn-wrapper button a {
  color: white;
  width: 100%;
  height: 100%;
  line-height: 50px;
}

.main-view .over-view .sp-btn-wrapper button:hover {
  opacity: 0.7;
}

.slick-dots {
  margin: 0 auto;
  height: 150px;
  position: relative;
  background-color: #f89122;
}

.slick-dots li {
  width: 175px;
  height: 80px;
  margin-top: 20px;
}

.slick-dots li div {
  width: 170px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.slick-dots li p {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  padding-top: 10px;
  color: white;
}

.slick-dots li span {
  display: block;
  width: 97%;
  background-color: black;
  position: relative;
}

.slick-dots li span img {
  display: block;
  background-color: #f89122;
  width: 100%;
}

.slick-dots li.slick-active div {
  position: relative;
}

.slick-dots li.slick-active div::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.slick-dots li.slick-active P {
  font-weight: bold;
}

.slick-dots li.slick-active img {
  opacity: 0.4;
}

.side-bar {
  width: 270px;
}

.side-bar .side-bar-wrapper .side-item {
  margin-bottom: 50px;
}

.side-bar .side-bar-wrapper .side-item .heading {
  font-size: 20px;
  line-height: 37px;
  border-bottom: 1px solid #fa971e;
}

.side-bar .side-bar-wrapper .side-item ul li a {
  display: block;
  font-size: 16px;
  line-height: 2.5;
  border-bottom: 1px solid #e0e0e0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.side-bar .side-bar-wrapper .side-item ul li a:hover {
  background-color: #ffe1c1;
}

.side-bar .side-bar-wrapper .side-item ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -3.5px;
  border-style: solid;
  border-width: 5px 0 5px 7.5px;
  border-color: transparent transparent transparent #fa971e;
}

.side-bar .side-bar-wrapper .side-item.side-archive h2 {
  font-size: 16px;
  line-height: 2.5;
  border-bottom: 1px solid #e0e0e0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  padding-left: 20px;
  font-weight: lighter;
  cursor: pointer;
}

.side-bar .side-bar-wrapper .side-item.side-archive h2 i {
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
  color: #fa971e;
}

.side-bar .side-bar-wrapper .side-item.side-archive h2 i::before {
  font-size: 14px;
}

.side-bar .side-bar-wrapper .side-item.side-archive h2:hover {
  background-color: #ffe1c1;
}

.side-bar .side-bar-wrapper .side-item.side-archive h2::before {
  padding-left: 20px;
}

.side-bar .side-bar-wrapper .side-item.side-archive h2.none i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.side-bar .side-bar-wrapper .side-item.side-archive h2.none i.fa-plus {
  opacity: 0;
}

.side-bar .side-bar-wrapper .side-item.side-archive h2.none i.fa-minus {
  opacity: 1;
}

/* .side-bar .side-bar-wrapper .side-item.side-archive ul {
  display: none;
}

.side-bar .side-bar-wrapper .side-item.side-archive ul li a {
  padding-left: 5px;
  font-size: 14.5px !important;
  border-bottom: none !important;
  padding-left: 30px;
}

.side-bar .side-bar-wrapper .side-item.side-archive ul li a::after {
  display: none;
} */

.blog-single-page section.main-view {
  padding-bottom: 0;
}

.blog-single-page section.main-view .main-view-wrapper {
  margin-top: 20px;
  position: relative;
}

.blog-single-page section.main-view .main-view-wrapper div {
  position: absolute;
  z-index: 5;
  color: white;
  font-size: 3vw;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.blog-single-page section.main-view .main-view-wrapper .image {
  width: 100%;
  height: 300px;
}

.blog-single-page .blog-article-wrapper {
  width: 900px;
  margin: 0 auto 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-single-page .blog-article-wrapper article {
  width: 600px;
  margin-right: 30px;
  padding-bottom: 40px;
  position: relative;
}

.blog-single-page .blog-article-wrapper article .head a {
  display: block;
  font-size: 15px;
  color: #fa971e;
  margin-bottom: 15px;
}

.blog-single-page .blog-article-wrapper article .head .title-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 120px;
  position: relative;
  margin-bottom: 20px;
}

.blog-single-page .blog-article-wrapper article .head .title-box .date {
  position: absolute;
  top: 5px;
  left: 0;
}

.blog-single-page .blog-article-wrapper article .head .title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}

.blog-single-page .blog-article-wrapper article .content h1 {
  font-size: 24px;
  line-height: 1.5;
  margin: 20px 0;
}

.blog-single-page .blog-article-wrapper article .content h2 {
  font-size: 20px;
  line-height: 1.5;
  margin: 20px 0;
}

.blog-single-page .blog-article-wrapper article .content h3 {
  font-size: 18px;
  line-height: 1.5;
  margin: 20px 0;
}

.blog-single-page .blog-article-wrapper article .content p {
  letter-spacing: 1px;
  line-height: 1.9;
  margin-bottom: 20px;
}

.blog-single-page .blog-article-wrapper article .content a {
  display: inline-block !important;
  border-bottom: 1px solid;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.blog-single-page .blog-article-wrapper article .content a:hover {
  opacity: 0.7;
}

.blog-single-page .blog-article-wrapper article .content img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.blog-single-page .blog-article-wrapper article .content ul li {
  line-height: 1.4;
  letter-spacing: normal;
  position: relative;
}

.blog-single-page .blog-article-wrapper article .content ul li::marker {
  display: none;
}

.blog-single-page
  .blog-article-wrapper
  article
  .content
  .wp-block-button__link {
  display: block;
  font-size: 18px;
  letter-spacing: -0.01px;
  color: white;
  background-color: #3d9806;
  border-radius: 30px;
  padding: 15px 40px;
  border: none;
  outline: none;
  position: relative;
}

.blog-single-page
  .blog-article-wrapper
  article
  .content
  .wp-block-button__link::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-top: -5px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.blog-single-page
  .blog-article-wrapper
  article
  .content
  .wp-block-button__link:hover {
  opacity: 0.7;
}

.blog-single-page .blog-article-wrapper article .content table {
  border: 1px solid lightgray;
  border-right: none;
  margin-bottom: 50px;
}

.blog-single-page .blog-article-wrapper article .content table td:first-child {
  background-color: #e0e0e0;
}

.blog-single-page .blog-article-wrapper article .content table th,
.blog-single-page .blog-article-wrapper article .content table td {
  padding: 10px 5px;
  text-align: left;
  border-bottom: 1px solid lightgray;
  border-left: 1px solid lightgray;
}

.blog-single-page .blog-article-wrapper .pagenate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.blog-single-page .blog-article-wrapper .pagenate a {
  width: 33.3%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-single-page .blog-article-wrapper .pagenate a:hover {
  opacity: 0.7;
}

.greeting-page {
  width: 930px;
  margin: 0 auto;
}

.greeting-page .heading-box {
  padding-top: 20px;
}

.greeting-page .heading {
  font-size: 24px;
  text-align: center;
  line-height: 65px;
  position: relative;
  letter-spacing: 0.09em;
  margin-bottom: 60px;
}

.greeting-page .heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  /*下線の上下位置調整*/
  display: inline-block;
  width: 50px;
  /*下線の幅*/
  height: 4px;
  /*下線の太さ*/
  border-radius: 2px;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  /*位置調整*/
  background-color: #f89122;
  /*下線の色*/
}

.greeting-page .sub-heading {
  text-align: center;
}

.greeting-page .sub-heading span {
  display: block;
  letter-spacing: 0.09em;
  font-size: 21px;
  line-height: 40px;
}

.greeting-page .content-box {
  margin-top: 40px;
  padding-bottom: 100px;
}

.greeting-page .content-box .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.greeting-page .content-box .row.row-1 .img-box {
  margin-left: 25px;
}

.greeting-page .content-box .row.row-2 .img-box {
  margin-right: 25px;
}

.greeting-page .content-box .row.row-3 img {
  width: 231px;
  height: auto;
  border-radius: 10px;
  margin-right: 10px;
}

.greeting-page .content-box .row.row-3 .description {
  width: 670px;
}

.greeting-page .content-box .row .description {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.005em;
}

.company-profile-page {
  width: 900px;
  margin: 0 auto;
}

.company-profile-page .heading {
  font-size: 24px;
  text-align: center;
  line-height: 65px;
  position: relative;
  letter-spacing: 0.09em;
  margin-bottom: 50px;
}

.company-profile-page .heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  /*下線の上下位置調整*/
  display: inline-block;
  width: 50px;
  /*下線の幅*/
  height: 4px;
  /*下線の太さ*/
  border-radius: 2px;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  /*位置調整*/
  background-color: #f89122;
  /*下線の色*/
}

.company-profile-page .overview {
  padding-top: 20px;
  padding-bottom: 80px;
}

.company-profile-page .overview .profile {
  width: 100%;
  border-top: 1px solid #e0e0e0;
}

.company-profile-page .overview .profile th,
.company-profile-page .overview .profile td {
  padding: 10px 0;
  line-height: 28px;
  border-bottom: 1px solid #e0e0e0;
}

.company-profile-page .overview .profile th {
  width: 150px;
  text-align: left;
  padding-left: 5px;
}

.company-profile-page .location {
  background-color: #ffe1c1;
  padding: 0 25px 25px;
  margin-bottom: 100px;
}

.company-profile-page .location .heading {
  margin-bottom: 0;
  text-align: center;
}

.company-profile-page .location .heading::after {
  display: none;
}

.company-profile-page .location .heading::before {
  /*  */
}

.company-profile-page .location .box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company-profile-page .location .box {
  width: 100%;
  display: flex;
  column-gap: 40px;
}
@media screen and (max-width: 500px) {
  .company-profile-page .location .box {
    display: block;
  }
}
.company-profile-page .location .box > * {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 500px) {
  .company-profile-page .location .box > * {
    width: auto;
  }
}

.company-profile-page .location .box-wrapper .box h3 {
  font-size: 20px;
  margin: 15px 0 10px;
}

.company-profile-page .location .box-wrapper .box p,
.company-profile-page .location .box-wrapper .box span {
  line-height: 28px;
}

.company-profile-page .history {
  margin-bottom: 75px;
  overflow: hidden;
}

.company-profile-page .history table tr th {
  width: 200px;
  line-height: 1.5;
  color: #f89122;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 25px;
  text-align: left;
  letter-spacing: 0.05em;
  position: relative;
}

.company-profile-page .history table tr th::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 180px;
  border-radius: 50%;
  border: solid 2px #f89122;
  background-color: #fff;
  z-index: 10;
}

.company-profile-page .history table tr th::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 5.5px;
  display: inline-block;
  height: 300px;
  width: 2px;
  text-align: center;
  background-color: #e0e0e0;
}

.company-profile-page .history table tr td {
  line-height: 1.6;
  padding-bottom: 25px;
}

.company-profile-page .about-logo {
  padding-bottom: 100px;
}

.company-profile-page .about-logo .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company-profile-page .about-logo .content-box div img {
  margin-left: 63px;
}

.company-profile-page .about-logo .content-box .desciption {
  padding-left: 57px;
  line-height: 1.6;
}

.inquiry {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.inquiry .require {
  font-size: 13px;
  padding: 3px;
  background-color: #f89122;
  color: #fff;
  margin-left: 17px;
}

.inquiry .form-box {
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 100px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inquiry .form-box.name {
  border-top: 1px solid #e0e0e0;
}

.inquiry .form-box.name div {
  display: inline-block;
}

.inquiry .form-box .label-box {
  display: block;
  width: 220px;
  position: relative;
}

.inquiry .form-box .label-box label {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.inquiry .form-box .input-box,
.inquiry .form-box .textarea-box {
  width: 560px;
}

.inquiry .form-box .input-box.name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 10px;
}

.inquiry .form-box .input-box.name .first-name-box,
.inquiry .form-box .input-box.name .last-name-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}

.inquiry .form-box .input-box.name.confirm .first-name-box,
.inquiry .form-box .input-box.name.confirm .last-name-box {
  width: 100%;
}

.inquiry .form-box .input-box.name span {
  width: 30px;
  line-height: 27px;
}

.inquiry .form-box .input-box.name input {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.inquiry .form-box .input-box.name .error-message-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(50% - 10px);
  -moz-text-align-last: left;
  text-align-last: left;
}

.inquiry .form-box .input-box.name .error-message-box span.error {
  width: 100%;
  line-height: 27px;
  -moz-text-align-last: left;
  text-align-last: left;
}

.inquiry .form-box .input-box.name .first-name-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inquiry .form-box .input-box.name .last-name-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inquiry .form-box .input-box.name div {
  width: 100%;
}

.inquiry .form-box .input-box.tel .error-message-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  -moz-text-align-last: left;
  text-align-last: left;
}

.inquiry .form-box .input-box.tel .error-message-box span.error {
  width: 100%;
  line-height: 27px;
  -moz-text-align-last: left;
  text-align-last: left;
}

.inquiry .form-box .input-box.mail .error-message-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  -moz-text-align-last: left;
  text-align-last: left;
}

.inquiry .form-box .input-box.mail .error-message-box span.error {
  width: 100%;
  line-height: 27px;
  -moz-text-align-last: left;
  text-align-last: left;
}

.inquiry .form-box .error-message-box span.error {
  font-size : 93%;
  color : #B70000;
  display : block;
}

.inquiry .form-box select {
  border-color: #e0e0e0;
  padding: 5px;
  border-radius: 5px;
}

.inquiry .form-box input,
.inquiry .form-box textarea {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  border-color: #e0e0e0;
}

.inquiry .form-box input {
  width: 100%;
  padding: 5px 0;
}

.inquiry .form-box input.first,
.inquiry .form-box input.last {
  width: 45%;
}

.inquiry .form-box textarea {
  width: 99.5%;
}

.inquiry .form-box.content .textarea-box p.message {
  word-break: break-all;
  white-space: pre-wrap;
}

.inquiry .privacy-policy {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 55px;
  height: 220px;
  overflow: scroll;
  padding: 25px 60px;
  border: 1px solid #e0e0e0;
}

.inquiry .privacy-policy h2.topic {
  font-size: 20px;
  line-height: 36px;
  margin: 0 0 10px;
}

.inquiry .privacy-policy h3.topic {
  font-size: 18px;
  line-height: 36px;
  padding-top: 35px;
  margin: initial;
}

.inquiry .privacy-policy p {
  line-height: 28px;
}

.inquiry .agree-box {
  text-align: center;
  margin-top: 30px;
}

.inquiry .agree-box input {
  color: blue;
}

.inquiry .agree-box .error-message-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  margin: 0 auto;
}

.inquiry .agree-box .error-message-box span.error {
  width: 100%;
  line-height: 27px;
  color: #b70000;
}

.inquiry .btn-box button {
  display: block;
  width: 300px;
  height: 50px;
  font-size: 18px;
  letter-spacing: -0.01px;
  color: white;
  background-color: #3d9806;
  border-radius: 30px;
  border: none;
  outline: none;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
}

.inquiry .btn-box button::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-top: -5px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.inquiry .btn-box button a {
  color: white;
  width: 100%;
  height: 100%;
  line-height: 50px;
}

.inquiry .btn-box button:hover {
  opacity: 0.7;
}

.inquiry .question {
  width: 900px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.inquiry dl {
  width: 100%;
  border: 1px solid #e0e0e0;
  margin: 20px 0;
  line-height: 28px;
  letter-spacing: -0.04em;
}

.inquiry dl dt,
.inquiry dl dd {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.inquiry dl dt {
  cursor: pointer;
}

.inquiry dl dt:hover {
  opacity: 0.7;
}

.inquiry dl dd {
  background-color: #e0e0e0;
}

.inquiry dl img {
  display: block;
  height: 54px;
  width: 54px;
}

.inquiry dl .q-text,
.inquiry dl .a-text {
  line-height: 28px;
  vertical-align: middle;
  padding: 13px 1.5em 13px 1em;
  width: 100%;
}

.inquiry dl .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 10px;
}

.inquiry dl .icon i::before {
  color: #f89122;
  font-size: 18px;
}

.inquiry dl .icon .hidden {
  display: none;
}

.inquiry .contact {
  width: 900px;
  margin: 0 auto;
}

.inquiry .contact .heading span::after {
  display: none !important;
}

.error-404-page .message-404 {
  padding-bottom: 53px;
  padding-top: 30px;
}

.error-404-page .message-404 .heading {
  height: 120px;
  font-size: 30px;
  line-height: 120px;
  letter-spacing: -0.01em;
  text-align: center;
  font-family: "Kosugi Maru";
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 40px;
  line-height: 1.5;
}

.error-404-page .message-404 .heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  /*下線の上下位置調整*/
  display: inline-block;
  width: 50px;
  /*下線の幅*/
  height: 4px;
  /*下線の太さ*/
  border-radius: 2px;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  /*位置調整*/
  background-color: #f89122;
  /*下線の色*/
}

.error-404-page .message-404 .descriptions {
  text-align: center;
}

.error-404-page .message-404 .descriptions a {
  display: inline !important;
  border-bottom: 1px solid black;
}

.error-404-page .message-404 .descriptions a:hover {
  opacity: 0.7;
}

.error-404-page .message-404 .descriptions p {
  line-height: 36.94px;
}

.error-404-page .message-404 .contact-btn-wrapper {
  margin-top: 32px;
}

.error-404-page .message-404 .contact-btn-wrapper button {
  display: block;
  width: 300px;
  height: 50px;
  font-size: 18px;
  letter-spacing: -0.01px;
  color: white;
  background-color: #3d9806;
  border-radius: 30px;
  border: none;
  outline: none;
  position: relative;
  margin: 0 auto;
}

.error-404-page .message-404 .contact-btn-wrapper button::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-top: -5px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.error-404-page .message-404 .contact-btn-wrapper button a {
  color: white;
  width: 100%;
  height: 100%;
  line-height: 50px;
}

.error-404-page .message-404 .contact-btn-wrapper button:hover {
  opacity: 0.7;
}

.error-404-page .contact {
  background-color: #e0e0e0;
  margin: 0;
  padding: 30px 10px 53px;
}

.error-404-page .contact .heading span {
  margin-bottom: 0;
}

a.back-link {
  display: inline-block;
  margin: 20px auto;
  border-bottom: 1px solid gray !important;
}

a.back-link:hover {
  opacity: 0.7;
}

.privacy-policy-page {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.privacy-policy-page p {
  line-height: 1.7;
}

.privacy-policy-page h1.heading {
  font-size: 24px;
  text-align: center;
  line-height: 65px;
  position: relative;
  margin-bottom: 25px;
}

.privacy-policy-page .heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 50px;
  height: 4px;
  border-radius: 2px;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #f89122;
}

.privacy-policy-page h2.topic {
  font-size: 22px;
  margin: 40px 0 10px;
}

.privacy-policy-page h3.topic {
  font-size: 18px;
  margin: 20px 0 10px;
}

.privacy-policy-page h4.topic {
  font-size: 16px;
  margin: 20px 0 10px;
}

.privacy-policy-page a {
  font-size: 16px;
  color: #0000ff;
  word-break: break-all;
  line-height: 1.3;
}

.privacy-policy-page .company_detail {
  display: flex;
  justify-content: flex-end;
  line-height: 1.7;
  margin-top: 40px;
}

.signature {
  float: right;
}

#sns-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  min-width: 320px;
}

#sns-twitter-box {
  width: 350px;
  height: 300px;
  overflow-y: auto;
  margin: 10px auto;
}

#sns-insta-box {
  display: flex;
  text-align: center;
  margin: 0px 0 40px;
  column-gap: 15px;
  justify-content: center;
}

#sns-insta-box a {
  display: inline-block;
}

#intro-img-1-inner,
#intro-img-2-inner,
#intro-img-3-inner,
#intro-img-4-inner,
#intro-img-5-inner,
#intro-img-6-inner,
#intro-img-7-inner,
#intro-r-img-1-inner,
#intro-r-img-2-inner,
#intro-r-img-3-inner,
#intro-r-img-4-inner,
#intro-r-img-5-inner,
#intro-r-img-6-inner,
#intro-r-img-7-inner {
  position: relative;
  padding-bottom: 20px;
}

#intro-img-1-inner::after,
#intro-img-2-inner::after,
#intro-img-3-inner::after,
#intro-img-4-inner::after,
#intro-img-5-inner::after,
#intro-img-6-inner::after,
#intro-img-7-inner::after,
#intro-r-img-1-inner::after,
#intro-r-img-2-inner::after,
#intro-r-img-3-inner::after,
#intro-r-img-4-inner::after,
#intro-r-img-5-inner::after,
#intro-r-img-6-inner::after,
#intro-r-img-7-inner::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 7px;
  z-index: 10;
  font-size: 14px;
}

/* カイコ冬虫夏草のご紹介 画像キャプション */
#intro-img-1-inner::after {
  content: "初夏に実を結ぶ桑の実";
}

#intro-img-2-inner::after {
  content: "当社で研究しているカイコ冬虫夏草";
}

#intro-img-3-inner::after {
  content: "日々成育中のカイコ";
}

#intro-img-4-inner::after {
  content: "カイコの餌となる桑の葉";
}

#intro-img-5-inner::after {
  content: "桑の葉";
}

#intro-img-6-inner::after {
  content: "ヒト試験も行われました";
}

#intro-img-7-inner::after {
  content: "カイコ蛾と繭玉";
}

/* 研究紹介 画像キャプチャー */
#intro-r-img-1-inner::after {
  content: "日々育つ桑の葉";
}

#intro-r-img-2-inner::after {
  content: "繭玉とシルク";
}

#intro-r-img-3-inner::after {
  content: "若かりし頃の鈴木元フェロー";
}

#intro-r-img-4-inner::after {
  content: "現役時代の鈴木元フェロー";
}

#intro-r-img-5-inner::after {
  content: "鈴木元フェローと当社研究メンバー";
}

.category-row {
  height: 50px;
}

.category-row li {
  height: 100% !important;
  font-size: 13px !important;
}

.fv .fv-text {
  display: none;
  width: 75%;
  margin: 0 auto;
  padding-top: 100px;
}

main.blog-single-page ul {
  list-style-type: disc;
}

form {
  margin-top: 70px;
}

.contact .contact-btn-wrapper {
  margin-top: 0;
}

.privacy-table th,
.privacy-table td {
  border: 1px solid black;
  padding: 0.5rem;
}

.privacy-box {
  width: 90%;
  margin: 0 auto;
  border: 1px solid black;
}

.privacy-box p {
  text-align: center;
}

.privacy-policy ul {
  margin-bottom: 1rem;
}

.privacy-policy ul li {
  line-height: 1.7;
  padding-left: 1rem;
}

li {
  list-style: none;
}

@media (max-width: 960px) {
  .fv .img {
    display: none;
  }
  .fv {
    max-width: 960px;
    /* max-width必須*/
    margin: 0 auto;
    height: 500px;
    /* 高さは画像と同じにする */
    background-image: url("/assets/images/pc-fv.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .introduction-page .research-new-banner a {
    display: block;
    width: 90%;
  }
}

@media (max-width: 740px) {
  .fv .img {
    display: none;
  }
  .fv {
    max-width: 960px;
    /* max-width必須*/
    margin: 0 auto;
    height: 400px;
    /* 高さは画像と同じにする */
    background-image: url("/assets/images/pc-fv-trans.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0%;
  }
  .fv .fv-text {
    display: block;
  }
}

@media screen and (max-width: 650px) {
  .fv .fv-text {
    width: 90%;
    padding-top: 35px;
  }
  section.main-view .main-view-wrapper div {
    font-size: 7vw;
  }
  section.main-view .main-view-wrapper .image {
    height: 180px;
  }
  footer .info .right-info .company {
    display: block;
  }
  .blog-list-page
    section.blog-list
    .blog-line-up-wrapper
    .new-blog-view
    .new-blog-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-list-page
    section.blog-list
    .blog-line-up-wrapper
    .new-blog-view
    .new-blog-wrapper
    .article-box {
    width: 100%;
    margin: 0;
  }
  .blog-list-page
    section.blog-list
    .blog-line-up-wrapper
    .new-blog-view
    .new-blog-wrapper
    .article-box
    .new-blog-box
    a {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
  }
  .blog-list-page
    section.blog-list
    .blog-line-up-wrapper
    .new-blog-view
    .new-blog-wrapper
    .article-box
    .new-blog-box
    a
    .topic {
    font-size: 16px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 10px;
  }
  .blog-list-page
    section.blog-list
    .blog-line-up-wrapper
    .new-blog-view
    .new-blog-wrapper
    .article-box
    .new-blog-box
    a
    img {
    width: 50%;
    display: inline-block;
    height: auto;
  }
  .blog-list-page
    section.blog-list
    .blog-line-up-wrapper
    .new-blog-view
    .new-blog-wrapper
    .article-box
    .new-blog-box
    a
    .created-at {
    position: absolute;
    bottom: 0px;
    right: 10px;
  }
  .blog-list-page
    section.blog-list
    .blog-line-up-wrapper
    .new-blog-view
    .new-blog-wrapper
    .article-box
    .new-blog-box
    a
    .description {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin-top: 10px;
  }
  .side-bar .side-bar-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .side-bar .side-bar-wrapper .side-item {
    width: 100% !important;
  }
  .blog-single-page section.main-view .main-view-wrapper div {
    font-size: 5vw;
  }
  .blog-single-page section.main-view .main-view-wrapper .image {
    height: 180px;
  }
  .company-profile-page .about-logo .content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company-profile-page .about-logo .content-box div img {
    display: block;
    margin: 0 auto;
  }
  .company-profile-page .about-logo .content-box .desciption {
    padding: 0 30px;
    font-size: 14px;
    margin-top: 20px;
  }
  section.main-view .main-view-wrapper img.image {
    width: 100%;
    height: 120px !important;
  }
}

@media screen and (max-width: 500px) {
  #sns-twitter-box {
    width: 320px;
  }
  section.main-view .main-view-wrapper .image {
    height: 100px;
  }
  .introduction-page .heading {
    font-size: 20px;
    margin: 20px 0;
  }
  .introduction-page .content-box .sub-heading {
    font-size: 18px;
  }
  .introduction-page .content-box .description {
    font-size: 15px;
  }
  .blog-single-page section.main-view .main-view-wrapper .image {
    height: 100px;
  }
  .greeting-page .heading {
    font-size: 20px;
  }
  .greeting-page .sub-heading span {
    font-size: 18px;
  }
  .greeting-page .content-box .row .description {
    font-size: 15px;
  }
  .company-profile-page .heading {
    font-size: 20px;
  }
  .company-profile-page .overview {
    font-size: 13px;
  }
  .company-profile-page .location .heading {
    margin-bottom: 20px;
  }
  .company-profile-page .location .box-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company-profile-page .location .box-wrapper .box {
    width: 100%;
    margin-bottom: 30px;
  }
  .company-profile-page .location .box-wrapper .box h3 {
    font-size: 16px;
    margin: 10px 0 5px;
  }
  .company-profile-page .location .box-wrapper .box p,
  .company-profile-page .location .box-wrapper .box span {
    font-size: 14px;
  }
  .company-profile-page .history table tr th,
  .company-profile-page .history table tr td {
    display: block;
    width: 100%;
    font-size: 14px;
  }
  .company-profile-page .history table tr td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
  }
  .inquiry dl {
    font-size: 13px;
  }
  .inquiry .contact .heading {
    font-size: 20px;
  }
  .inquiry .contact .descriptions {
    width: 100%;
  }
  .inquiry .contact .descriptions p {
    font-size: 13px;
  }
  .company-profile-page .location .box-wrapper .box {
    width: 100% !important;
  }
  .blog-single-page .blog-article-wrapper article .head .title-box {
    padding-left: 0;
  }
  .blog-single-page .blog-article-wrapper article .head .title-box .date {
    position: static;
  }
}

@media screen and (max-width: 1200px) {
  section.main-view .main-view-wrapper div {
    font-size: 4vw;
  }
  .blog-single-page section.main-view .main-view-wrapper div {
    font-size: 4vw;
  }
}

@media screen and (max-width: 960px) {
  section.main-view .main-view-wrapper .image {
    height: 200px;
  }
  .dir-tree {
    width: 90%;
  }
  .dir-tree {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
  }
  header {
    border-bottom: solid 2px #f89122;
    margin-bottom: 60px;
  }
  header .sp-header {
    padding: 10px 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
  }
  header .sp-header img {
    width: 30px;
  }
  header .sp-header .sp-catch {
    width: 100%;
    margin-left: 7px;
    margin: 7px 0 0 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .sp-header .sp-catch span {
    font-size: 11px;
    line-height: 1.5;
    display: block;
  }
  header .sp-header .hmbg-menu-btn,
  header .sp-header .hmbg-menu-btn-active {
    width: 40px;
    height: 28px;
    position: relative;
    top: 7px;
    right: 7px;
    z-index: 7;
  }
  header .sp-header .hmbg-menu-btn span,
  header .sp-header .hmbg-menu-btn-active span {
    display: block;
    position: absolute;
    height: 3px;
    background-color: #545454;
    width: 100%;
    border-radius: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  header .sp-header .hmbg-menu-btn span.line-top,
  header .sp-header .hmbg-menu-btn-active span.line-top {
    top: 0;
  }
  header .sp-header .hmbg-menu-btn span.line-middle,
  header .sp-header .hmbg-menu-btn-active span.line-middle {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  header .sp-header .hmbg-menu-btn span.line-bottom,
  header .sp-header .hmbg-menu-btn-active span.line-bottom {
    bottom: 0;
  }
  header .sp-header .hmbg-menu-btn-active .line-top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(50% - 1.5px) !important;
  }
  header .sp-header .hmbg-menu-btn-active .line-middle {
    opacity: 0;
  }
  header .sp-header .hmbg-menu-btn-active .line-bottom {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: calc(50% - 1.5px) !important;
  }
  header .top-bar {
    display: none;
  }
  header .global-nav {
    display: none;
  }
  .main-view {
    padding-bottom: 45px;
  }
  .top-view {
    padding-bottom: 40px;
  }
  .main-view .fv {
    width: 100vw;
    background-color: #ffe1c1;
  }
  .main-view .fv .img {
    width: 100% !important;
  }
  .top-view .mv-slider {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100vw !important;
    margin: 13px 0;
  }
  .top-view .mv-slider .slick-list {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .top-view .mv-slider .slick-list img {
    width: 100vw !important;
    height: auto;
    padding: 0;
  }
  .top-view .mini-thumbnail .thumbnail-wrapper {
    width: 100%;
    padding: 0;
  }
  .top-view .mini-thumbnail .thumbnail-wrapper .slick-list {
    width: 100%;
  }
  .top-view .mini-thumbnail .thumbnail-wrapper .thumbnail {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    margin: 0 5px;
  }
  .top-view .mini-thumbnail .thumbnail-wrapper .thumbnail img {
    height: auto;
  }
  .top-view .mini-thumbnail .thumbnail-wrapper .thumbnail p {
    display: none;
  }
  .main-view .over-view {
    position: relative;
    margin: 0 10px;
    padding-bottom: 50px;
  }
  .main-view .over-view .heading {
    text-align: left;
    line-height: 1;
  }
  .main-view .over-view .heading span {
    font-size: 22px;
    display: inline-block;
    line-height: 1.3;
    margin-bottom: 14px;
  }
  .main-view .over-view .heading span:after {
    background-color: #f89122;
    border-radius: 1.5px;
    content: "";
    display: block;
    height: 3px;
  }
  .main-view .over-view .contents {
    width: 100%;
    display: block !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .main-view .over-view .contents .left-description {
    width: 100%;
    margin: 0;
  }
  .main-view .over-view .contents .left-description p {
    font-size: 15px;
    line-height: 2;
  }
  .main-view .over-view .contents .left-description .btn-wrapper button {
    width: 60%;
  }
  .main-view .over-view .contents .left-description .btn-wrapper {
    display: none;
  }
  .main-view .over-view .contents .right-image {
    display: none;
  }
  .main-view .over-view .sp-btn-wrapper {
    display: block;
    margin-top: 25px;
  }
  .main-view .over-view .sp-btn-wrapper button {
    width: 60%;
  }
  .slick-dots {
    background-color: #fff;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .slick-dots li {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .slick-dots li div {
    display: none;
  }
  .slick-dots li p {
    display: none;
  }
  .slick-dots li span img {
    display: block;
    background-color: #fff;
    width: 100%;
  }
  .new-blog .heading {
    padding-top: 19px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 20px;
  }
  .new-blog .articles {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
  }
  .new-blog .articles article {
    width: 45%;
    padding-bottom: 25px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 0 40px;
  }
  .new-blog .articles article {
    width: 47%;
  }
  .new-blog .articles article:nth-child(n + 5) {
    display: none;
  }
  .new-blog .articles article a .topic {
    height: 37px;
  }
  .new-blog .articles article a img {
    width: 100%;
    height: auto;
  }
  .other-article-btn {
    margin: 0 10px;
  }
  .other-article-btn button {
    width: 60%;
  }
  .category-blog {
    padding-bottom: 27px;
  }
  .category-blog .heading {
    display: none;
  }
  .category-blog .sp-heading {
    display: block;
    height: 120px;
    font-size: 30px;
    line-height: 120px;
    letter-spacing: -0.01em;
    text-align: center;
    font-family: "Kosugi Maru";
    line-height: 1;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 19px;
    margin-bottom: 20px;
  }
  .category-blog .sp-heading span {
    display: block;
    font-size: 22px;
  }
  .category-blog .sp-heading span:nth-child(1) {
    font-family: "Kosugi Maru";
    font-weight: lighter;
    font-size: 13px;
    margin-bottom: 10px;
  }
  .category-blog .categorys {
    width: 100%;
    grid-template-rows: 180px 180px;
    -ms-grid-rows: 180px 180px;
  }
  .category-blog .categorys .category-wrapper .category {
    width: 160px;
    height: 160px;
  }
  .category-blog .categorys .category-wrapper .topic {
    font-size: 16px;
  }
  .category-blog .categorys .category-wrapper .img-wrapper img {
    width: 70px;
    height: 70px;
  }
  .contact {
    margin: 0 10px;
    padding-bottom: 53px;
  }
  .contact .heading {
    line-height: 1;
    text-align: left;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 0;
  }
  .contact .heading span {
    font-size: 22px;
    display: inline-block;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 10px;
  }
  .contact .heading span:after {
    background-color: #f89122;
    border-radius: 1.5px;
    content: "";
    display: block;
    height: 3px;
  }
  .contact .heading span:nth-child(2) {
    margin-bottom: 20px;
  }
  .contact .descriptions {
    text-align: left;
  }
  .contact .descriptions p {
    font-size: 15px;
    line-height: 1.9;
  }
  .contact .contact-btn-wrapper button {
    width: 60%;
  }
  footer {
    background-color: #e9a050;
  }
  footer .info {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0;
  }
  footer .info ul {
    margin: 0;
    width: 100%;
  }
  footer .info ul.blog {
    display: none;
  }
  footer .info .left-info {
    width: 100%;
    margin-bottom: 47px;
  }
  footer .info .left-info ul li a {
    padding-left: 20px;
  }
  footer .info .left-info ul li {
    display: flex;
    width: 100vw;
    font-size: 15px;
    line-height: 1.5;
    height: 60px;
    align-items: center;
    border-bottom: 1px solid;
  }
  footer .info .left-info ul li.label {
    font-size: 18px;
    line-height: 3.5;
    margin-bottom: 0;
  }
  footer .info .right-info {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
  }
  footer .info .right-info div.logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
  }
  footer .info .right-info div.logo img {
    display: inline-block;
    margin-bottom: 11px;
  }
  footer .info .right-info .company {
    width: 90%;
    margin: 10px auto 0;
  }
  footer .info .right-info .company ul {
    margin-bottom: 30px;
  }
  footer .info .right-info .company ul li {
    font-size: 13px;
    line-height: 27px;
  }
  footer .info .right-info .company ul li {
    border: none;
    padding: 0;
    line-height: 2;
  }
  footer .copy {
    font-size: 11px;
    line-height: 28px;
  }
  .blog-list-page section.blog-list {
    width: 100%;
  }
  .blog-list-page section.blog-list .blog-line-up-wrapper {
    display: block;
    width: 100%;
  }
  .blog-list-page section.blog-list .blog-line-up-wrapper .new-blog-view {
    width: 95%;
    margin: 0 auto 50px;
  }
  .blog-list-page
    section.blog-list
    .blog-line-up-wrapper
    .new-blog-view
    .heading {
    /*  */
  }
  .blog-list-page section.blog-list .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .introduction-page section .section-box {
    width: 100%;
  }
  .introduction-page .heading {
    line-height: 1;
    padding-bottom: 10px;
    font-size: 26px;
  }
  .introduction-page .heading span {
    display: inline-block;
    line-height: 1em;
    margin: 5px 0;
  }
  .introduction-page .content-box .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .introduction-page .content-box .row img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .introduction-page .content-box .row .description-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .introduction-page .content-box .row .description-wrapper,
  .introduction-page .content-box .row img {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .introduction-page .content-box .sub-heading {
    margin: 15px 0 20px;
    font-size: 21px;
  }
  .main-view {
    padding-bottom: 45px;
  }
  .top-view {
    padding-bottom: 40px;
  }
  .top-view .mv-slider {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100vw !important;
    margin: 13px 0;
  }
  .top-view .mv-slider .slick-list {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .top-view .mv-slider .slick-list img {
    width: 100vw !important;
    height: auto;
    padding: 0;
  }
  .top-view .mini-thumbnail .thumbnail-wrapper {
    width: 100%;
    padding: 0;
  }
  .top-view .mini-thumbnail .thumbnail-wrapper .slick-list {
    width: 100%;
  }
  .top-view .mini-thumbnail .thumbnail-wrapper .thumbnail {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    margin: 0 5px;
  }
  .top-view .mini-thumbnail .thumbnail-wrapper .thumbnail img {
    height: auto;
  }
  .top-view .mini-thumbnail .thumbnail-wrapper .thumbnail p {
    display: none;
  }
  .main-view .over-view {
    position: relative;
    margin: 0 10px;
    padding-bottom: 50px;
  }
  .main-view .over-view .heading {
    text-align: left;
    line-height: 1;
  }
  .main-view .over-view .heading span {
    font-size: 22px;
    display: inline-block;
    line-height: 1.3;
    margin-bottom: 14px;
  }
  .main-view .over-view .heading span:after {
    background-color: #f89122;
    border-radius: 1.5px;
    content: "";
    display: block;
    height: 3px;
  }
  .main-view .over-view .contents {
    width: 100%;
    display: block !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .main-view .over-view .contents .left-description {
    width: 100%;
    margin: 0;
  }
  .main-view .over-view .contents .left-description p {
    font-size: 15px;
    line-height: 2;
  }
  .main-view .over-view .contents .left-description .btn-wrapper button {
    width: 60%;
  }
  .main-view .over-view .contents .left-description .btn-wrapper {
    display: none;
  }
  .main-view .over-view .contents .right-image {
    display: none;
  }
  .main-view .over-view .sp-btn-wrapper {
    display: block;
    margin-top: 25px;
  }
  .main-view .over-view .sp-btn-wrapper button {
    width: 60%;
  }
  .slick-dots {
    background-color: #fff;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .slick-dots li {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .slick-dots li div {
    display: none;
  }
  .slick-dots li p {
    display: none;
  }
  .slick-dots li span img {
    display: block;
    background-color: #fff;
    width: 100%;
  }
  .side-bar {
    width: 100%;
    margin: 0 auto;
  }
  .side-bar .side-bar-wrapper {
    width: 95%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .side-bar .side-bar-wrapper .side-item {
    width: 31%;
  }
  .blog-single-page section.main-view .main-view-wrapper .image {
    height: 200px;
  }
  .blog-single-page .blog-article-wrapper {
    display: block;
    width: 95%;
  }
  .blog-single-page .blog-article-wrapper article {
    width: 100%;
    margin: 0;
  }
  .greeting-page {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  }
  .greeting-page .heading {
    line-height: 1;
    padding-bottom: 10px;
    font-size: 26px;
  }
  .greeting-page .sub-heading span {
    font-size: 21px;
    line-height: 1.4;
  }
  .greeting-page .content-box .row.row-2 .img-box img {
    /* width: 35%; */
  }
  .company-profile-page {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  }
  .company-profile-page .heading {
    line-height: 1;
    padding-bottom: 10px;
    font-size: 26px;
  }
  .company-profile-page .location {
    padding-top: 20px;
  }
  .company-profile-page .location .box-wrapper .box {
    width: 47%;
    margin-bottom: 0;
  }
  .company-profile-page .location .box-wrapper .box img {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  .inquiry {
    width: 100%;
  }
  .inquiry .form-box.name div {
    text-align: left;
    display: block;
  }
  .inquiry .form-box.name .label-box {
    margin-bottom: 10px;
  }
  .inquiry .form-box .input-box.name {
    gap: 15px;
  }
  .inquiry .form-box .input-box.name .error-message-box {
    width: 100%;
  }
  .inquiry .privacy-policy {
    width: 90%;
    margin: 55px auto 0;
    padding: 15px 30px;
  }
  .inquiry .privacy-policy p {
    font-size: 15px;
  }
  .inquiry .btn-box {
    padding: 0 10px;
  }
  .inquiry .btn-box button {
    width: 60%;
  }
  .inquiry .question {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 100px;
  }
  .inquiry .contact {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 70px;
  }
  .inquiry .contact .heading {
    text-align: center;
  }
  .inquiry .contact .descriptions {
    width: 80%;
    margin: 0 auto;
  }
  .inquiry .contact .descriptions p {
    font-size: 14px;
  }
  .error-404-page .message-404 {
    margin: 0 10px;
    padding-bottom: 53px;
    text-align: center;
  }
  .error-404-page .message-404 .heading {
    line-height: 1;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .error-404-page .message-404 .heading span {
    font-size: 22px;
    display: inline-block;
    line-height: 1.3;
    margin-bottom: 0px;
  }
  .error-404-page .message-404 .heading span::after {
    display: none !important;
  }
  .error-404-page .message-404 .heading span:nth-child(2) {
    margin-bottom: 5px;
  }
  .error-404-page .message-404 .descriptions p {
    font-size: 15px;
    line-height: 1.9;
  }
  .error-404-page .message-404 .contact-btn-wrapper button {
    width: 60%;
  }
  .error-404-page .contact {
    -moz-text-align-last: center;
    text-align-last: center;
  }
  .error-404-page .contact .heading {
    text-align: center !important;
  }
  .error-404-page .contact .heading span::after {
    display: none;
  }
  .privacy-policy-page {
    width: 100%;
    padding: 0 10px;
    padding-bottom: 20px;
  }
  .privacy-policy-page .heading {
    font-size: 20px;
  }
  .privacy-policy-page h2.topic {
    font-size: 17px;
  }
  .privacy-policy-page h3.topic {
    font-size: 15px;
  }
  .privacy-policy-page h4.topic {
    font-size: 13px;
  }
  .privacy-policy-page P {
    font-size: 13px;
  }
  .privacy-policy ul li {
    font-size: 13px;
  }
  #intro-img-1-inner,
  #intro-img-2-inner,
  #intro-img-3-inner,
  #intro-img-4-inner,
  #intro-img-5-inner,
  #intro-img-6-inner,
  #intro-img-7-inner {
    margin-bottom: 20px;
  }
}

@media (min-width: 400px) and (max-width: 959px) {
  header {
    margin-bottom: 80px;
  }
  .main-view .over-view .heading span:after {
    width: 103%;
  }
  .main-view .over-view .heading span:after {
    width: 103%;
  }
}

@media screen and (max-width: 960px) and (min-width: 400px) and (max-width: 959px) {
  header .sp-header {
    font-size: 14px;
    height: 80px;
  }
  header .sp-header img {
    width: 55px;
    margin-top: 0;
  }
  header .sp-header .sp-catch span {
    font-size: 14px;
    padding-left: 10px;
  }
  header .sp-header .hmbg-menu-btn,
  header .sp-header .hmbg-menu-btn-active {
    width: 55px;
    height: 33px;
  }
  .contact .heading span:after {
    width: 103%;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  header .sp-header img {
    margin-top: 5px;
  }
  .new-blog .heading span {
    display: block;
    font-size: 22px;
    line-height: 1;
  }
  .new-blog .heading span:nth-child(1) {
    font-family: "Kosugi Maru";
    font-size: 13px;
    font-weight: lighter;
    margin-bottom: 10px;
  }
  .inquiry .form-box .input-box.name input {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  header .sp-header .hmbg-menu {
    width: 100%;
    padding-top: 55px;
  }
  .category-blog .categorys .category-wrapper .category {
    width: 160px;
    height: 160px;
  }
}

@media screen and (max-with: 400px) {
  header .sp-header .hmbg-menu li {
    font-size: 14px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 600px) {
  .main-view .over-view .contents .left-description .btn-wrapper button {
    width: 100%;
    border-radius: 5px;
  }
  .main-view .over-view .sp-btn-wrapper button {
    width: 100%;
    border-radius: 5px;
  }
  .new-blog .articles {
    width: 100%;
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .new-blog .articles article {
    width: 100%;
  }
  .new-blog .articles article:nth-child(n + 4) {
    display: none;
  }
  .other-article-btn button {
    width: 100%;
    border-radius: 5px;
  }
  .category-blog .categorys .category-wrapper .topic {
    font-size: 16px;
  }
  .contact .contact-btn-wrapper button {
    width: 100%;
    border-radius: 5px;
  }
  .main-view .over-view .contents .left-description .btn-wrapper button {
    width: 100%;
    border-radius: 5px;
  }
  .main-view .over-view .sp-btn-wrapper button {
    width: 100%;
    border-radius: 5px;
  }
  .inquiry .form-box {
    display: block;
    padding: 20px 30px 20px 30px;
  }
  .inquiry .form-box .label-box label {
    display: block;
    position: relative;
  }
  .inquiry .form-box .input-box,
  .inquiry .form-box .textarea-box {
    width: 100%;
  }
  .inquiry .privacy-policy {
    padding: 10px;
  }
  .inquiry .privacy-policy h2.topic {
    font-size: 18px;
  }
  .inquiry .privacy-policy h3.topic {
    font-size: 16px;
  }
  .inquiry .privacy-policy p {
    font-size: 13px;
    line-height: 1.5;
  }
  .inquiry .btn-box button {
    width: 100%;
    border-radius: 5px;
  }
  .error-404-page .message-404 .descriptions p {
    font-size: 13px;
  }
  .error-404-page .message-404 .contact-btn-wrapper button {
    width: 100%;
    border-radius: 5px;
  }
  .error-404-page .contact .heading span {
    font-size: 20px;
  }
  .error-404-page .contact .descriptions p {
    font-size: 13px;
  }
  .inquiry table {
    font-size: 13px;
  }
  .inquiry ul li {
    font-size: 13px;
  }
}

@media screen and (max-width: 700px) {
  .category-blog .categorys {
    -ms-grid-columns: 33% 33% 33%;
    grid-template-columns: 33% 33% 33%;
    -ms-grid-rows: 190px 190px 190px;
    grid-template-rows: 190px 190px 190px;
  }
  .category-blog .categorys > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .category-blog .categorys > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .category-blog .categorys > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .category-blog .categorys > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .category-blog .categorys > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .category-blog .categorys > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .category-blog .categorys > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .category-blog .categorys > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .category-blog .categorys > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

@media screen and (max-width: 530px) {
  .category-blog .categorys {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: 190px 190px 190px 190px;
    grid-template-rows: 190px 190px 190px 190px;
  }
  .category-blog .categorys > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .category-blog .categorys > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .category-blog .categorys > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .category-blog .categorys > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .category-blog .categorys > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .category-blog .categorys > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .category-blog .categorys > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .category-blog .categorys > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
}

@media screen and (max-width: 550px) {
  .blog-list-page
    section.blog-list
    .blog-line-up-wrapper
    .new-blog-view
    .new-blog-wrapper
    .article-box
    .new-blog-box
    a
    img {
    width: 100%;
    margin-bottom: 20px;
  }
  .blog-list-page
    section.blog-list
    .blog-line-up-wrapper
    .new-blog-view
    .new-blog-wrapper
    .article-box
    .new-blog-box
    a
    .description {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .greeting-page .content-box .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .greeting-page .content-box .row .description {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .greeting-page .content-box .row .img-box {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .greeting-page .content-box .row .img-box img {
    display: block;
    margin: 0 auto;
  }
  .greeting-page .content-box .row.row-3 .description {
    width: 100%;
  }
}

@media screen and (max-width: 960px) and (max-width: 600px) {
  .inquiry .form-box .input-box.name input {
    width: 100%;
  }
  .error-404-page .message-404 .heading span {
    font-size: 20px;
  }
}
.new-blog .articles article a .description {
  font-size: 14px;
  line-height: 1.5;
}
.blog-list-page
  section.blog-list
  .blog-line-up-wrapper
  .new-blog-view
  .new-blog-wrapper
  .article-box
  .new-blog-box
  a
  .description {
  line-height: 1.5;
}
.new-blog .articles article a {
  border-radius: 5px;
}
@media screen and (min-width: 960px) {
  header {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 600px) {
  .new-blog .articles article {
    padding-bottom: 0;
  }
}

.inline-link {
  color: #1a73e8;
  display: inline;
  border-bottom: 1px solid;
}
