* {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

h1, h2, h3, h4, p {
  letter-spacing: 0.05em;
}

p {
  text-align: justify;
}

h1 {
  font-weight: 800;
  font-size: clamp(2vw, 7vw, 48px);
  line-height: 1.6;
}

h2 {
  font-weight: 800;
  font-size: 4.5vw;
  line-height: 1.6;
}
@media screen and (min-width: 475px) {
  h2 {
    font-size: clamp(18px, 2.38vw, 20px);
  }
}

h3 {
  font-weight: 800;
  font-size: 4vw;
  line-height: 1.6;
}
@media screen and (min-width: 475px) {
  h3 {
    font-size: clamp(16px, 2vw, 18px);
  }
}

p {
  font-weight: 400;
  font-size: 3.6vw;
  line-height: 1.8;
}
@media screen and (min-width: 475px) {
  p {
    font-size: clamp(14px, 1.2vw, 15px);
  }
}

span, li {
  font-weight: 400;
  font-size: 3.2vw;
}
@media screen and (min-width: 475px) {
  span, li {
    font-size: clamp(10px, 0.9vw, 12px);
  }
}

.orange {
  color: #FE9F13;
}

.orange-tab {
  background-color: #FE9F13;
}

.text-white {
  color: #fff;
}

.en {
  font-family: "Robot", sans-serif;
}

#top h1, #top h2, #top h3 {
  color: white;
  text-shadow: 0px 4px 4px rgba(51, 51, 51, 0.3);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.head-gradation {
  height: 3px;
}
@media screen and (min-width: 640px) {
  .head-gradation {
    height: 8px;
  }
}
.head-gradation span {
  grid-column: span 3/span 3;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.head-gradation span:nth-of-type(1) {
  background-color: #FE9A06;
}
.head-gradation span:nth-of-type(2) {
  background-color: #FEB446;
}
.head-gradation span:nth-of-type(3) {
  background-color: #FECD85;
}
.head-gradation span:nth-of-type(4) {
  background-color: #FEE7C5;
}

#top {
  position: relative;
  overflow: hidden;
  max-height: 377px;
  background-image: -webkit-image-set(url("../img/common/business-team-meeting-laptop.webp") type("image/webp"), url("../img/common/business-team-meeting-laptop.png") type("image/png"));
  background-image: image-set(url("../img/common/business-team-meeting-laptop.webp") type("image/webp"), url("../img/common/business-team-meeting-laptop.png") type("image/png"));
  background-position: center;
}
@media screen and (min-width: 640px) {
  #top {
    max-width: 1200px;
    max-height: 408px;
  }
}
#top h1 {
  font-size: 5vw;
  font-weight: 800;
  color: #fff;
}
@media screen and (min-width: 640px) {
  #top h1 {
    font-size: clamp(20px, 2.5vw, 40px);
  }
}
#top h1 .pen-drawing {
  position: relative;
}
#top h1 .pen-drawing::before {
  content: "";
  background-image: url(../img/common/svg/pen-drawing.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
#top h2 {
  text-align: center;
  border-radius: 30px;
  font-weight: 500;
  color: #FE9F13;
  border: 2px solid #FE9F13;
  font-size: 4.5vw;
}
@media screen and (min-width: 475px) {
  #top h2 {
    font-size: clamp(18px, 2.6vw, 20px);
  }
}
#top h1, #top h2 {
  line-height: 1.3;
}
#top h1, #top h2 {
  letter-spacing: 0.08em;
  display: block;
}
@media screen and (min-width: 1024px) {
  #top h1, #top h2 {
    display: inline-block;
  }
}
#top p {
  color: #fff;
  font-weight: 300;
  font-size: 2.6vw;
  line-height: 1;
}
@media screen and (min-width: 475px) {
  #top p {
    font-size: clamp(14px, 1.2vw, 16px);
  }
}
#top .img {
  background-image: -webkit-image-set(url("../img/top/team-meeting-office-smile.webp") type("image/webp"), url("../img/top/team-meeting-office-smile.png") type("image/png"));
  background-image: image-set(url("../img/top/team-meeting-office-smile.webp") type("image/webp"), url("../img/top/team-meeting-office-smile.png") type("image/png"));
  background-size: cover;
  width: 100%;
  position: relative;
  background-position: left;
  background-repeat: no-repeat;
  clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#top .img::before {
  content: "";
  background: #FE9F13;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  left: 0;
  opacity: 0.4;
  clip-path: polygon(9% 0, 15% 0, 3% 100%, 0% 100%);
}

@media screen and (min-width: 1280px) {
  #main {
    width: 1200px;
  }
}
#main .pankuzu ul li {
  font-weight: 400;
  font-size: 2.3vw;
}
@media screen and (min-width: 475px) {
  #main .pankuzu ul li {
    font-size: clamp(10px, 0.9vw, 12px);
  }
}
#main .pankuzu ul li:nth-child(2)::before, #main .pankuzu ul li:nth-child(3)::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/svg/chevron-right.svg);
  background-size: cover;
  width: 11px;
  height: 11px;
  margin-right: 5px;
  margin-left: 5px;
  filter: brightness(0.2) contrast(1);
}
#main article {
  margin-bottom: 16px;
}
@media screen and (min-width: 475px) {
  #main article {
    margin-bottom: 32px;
  }
}
#main article:last-child {
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  #main article:last-child {
    margin-bottom: 0;
  }
}
#main #other-recommend .date::before, #main .left-side .date::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/svg/clock.svg);
  background-size: cover;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  filter: brightness(0) saturate(100%) invert(72%) sepia(65%) saturate(2749%) hue-rotate(349deg) brightness(101%) contrast(99%);
}
#main #other-recommend .area, #main .left-side .area {
  font-weight: 600;
  text-decoration: underline;
}
#main #other-recommend .area::before, #main .left-side .area::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/svg/building_second.svg);
  background-size: cover;
  width: 14px;
  height: 15px;
  margin-right: 5px;
  filter: brightness(0) saturate(100%) invert(72%) sepia(65%) saturate(2749%) hue-rotate(349deg) brightness(101%) contrast(99%);
}
#main .features {
  text-decoration: underline;
}
#main .tag::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/svg/tag.svg);
  background-size: cover;
  width: 14px;
  height: 15px;
  margin-right: 5px;
  filter: brightness(0) saturate(100%) invert(72%) sepia(65%) saturate(2749%) hue-rotate(349deg) brightness(101%) contrast(99%);
}
@media screen and (min-width: 475px) {
  #main .slider-box {
    width: calc(100% + 5px);
  }
}

#contents a {
  transition: all 0.3s ease-in-out;
}
#contents a h2, #contents a h3, #contents a .features, #contents a .area {
  transition: all 0.3s ease-in-out;
}
#contents img {
  transition: all 0.3s ease;
}
#contents .recommend div, #contents .recommend span, #contents .archive a span {
  transition: all 0.3s ease-in-out;
}
#contents a:hover h2, #contents a:hover .features, #contents a:hover .area, #contents a:hover .area span, #contents .recommend:hover div, #contents .recommend:hover span, #contents .pankuzu ul a:hover, #contents .archive a:hover span {
  color: #FE9F13;
  transition: all 0.3s ease-in-out;
}
#contents .recommend svg,
#contents .pankuzu ul a svg {
  transition: all 0.3s ease-in-out;
}
#contents .recommend:hover svg, #contents .pankuzu ul a:hover svg {
  fill: #FE9F13;
  transition: all 0.3s ease-in-out;
}
#contents .hover-box {
  transition: all 0.3s ease-in-out;
}
#contents .hover-box a img {
  transition: all 0.3s ease-in-out;
}
#contents .hover-box a:hover img {
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}
#contents .contents-box a:hover img {
  transform: scale(1.1, 1.1);
  transition: all 0.3s ease;
}
#contents .hover-box a:hover .hover-img {
  opacity: 1;
}
#contents .active {
  transform: scale(1.1, 1.1);
  transition: all 0.3s ease;
}
#contents .contents-sentence {
  display: none;
}
@media screen and (min-width: 475px) {
  #contents .contents-sentence {
    display: block;
  }
}
@media screen and (min-width: 640px) {
  #contents .contents-sentence {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #contents .contents-sentence {
    display: none;
  }
}
#contents .contents-sentence_second {
  display: block;
  padding-bottom: 12px;
}
@media screen and (min-width: 475px) {
  #contents .contents-sentence_second {
    display: none;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 640px) {
  #contents .contents-sentence_second {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #contents .contents-sentence_second {
    display: block;
  }
}
@media screen and (min-width: 475px) {
  #contents .xs-block {
    display: block;
  }
}
@media screen and (min-width: 475px) {
  #contents .xs-flex {
    display: flex;
  }
}
@media screen and (min-width: 475px) {
  #contents .xs-hidden {
    display: none;
  }
}

#recommend a {
  margin-bottom: 10px;
}
#recommend a:last-child {
  margin-bottom: 0;
}

.right-side .recommend .bg-contain {
  background-image: url(../img/common/svg/arrow.svg);
}

.border-gray {
  border: 1px solid #E6E6E6;
}

.blog .back-gray, .single .back-gray, .archive .back-gray, .error404 .back-gray {
  background-color: #f8f7f5;
  width: 100%;
  height: calc(100% + 40px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
}

#other img {
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #E6E6E6;
}

#information p span {
  font-size: 3.6vw;
  line-height: 1.6;
  line-height: 1.6;
}
@media screen and (min-width: 475px) {
  #information p span {
    font-size: clamp(14px, 1.2vw, 16px);
  }
}

.single-blog-contents a img {
  transition: 0.3s all ease;
}
.single-blog-contents a:hover img {
  opacity: 0.8;
  transition: 0.3s all ease;
}

#thanks span {
  font-weight: 600;
}
#thanks span::after {
  content: "";
  background-image: url(../img/common/svg/orange-arrow.svg);
  background-size: cover;
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
#thanks a:hover {
  opacity: 0.7;
}
#thanks a:hover h2 {
  color: #fff;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

.pagination a, .pagination span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
  border-radius: 300px;
  transition: all 0.3s ease;
  font-size: 12px;
  transition: all 0.3s ease;
  background-color: #fff;
}

.pagination a:hover {
  background-color: #FE9F13;
  color: #ffffff;
  transition: all 0.3s ease;
}

.pagination .current {
  background-color: #FE9F13;
  color: white;
  border: 1px solid #FE9F13;
}

.box-shadow {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.archive div a .child-date {
  padding-right: 5px;
  text-decoration: underline;
}
.archive div a:nth-last-child(1) .child-date {
  padding-right: 0;
}
.archive .archive-date {
  margin-bottom: 5px;
}
.archive .archive-date:nth-last-child(1) {
  margin-bottom: 0;
}

.copyright {
  font-weight: 400;
  font-size: 3.4vw;
  background-color: #333333;
}
@media screen and (min-width: 475px) {
  .copyright {
    font-size: clamp(14px, 1.2vw, 16px);
  }
}
.copyright span {
  font-weight: 400;
  font-size: 3.4vw;
}
@media screen and (min-width: 475px) {
  .copyright span {
    font-size: clamp(14px, 1.2vw, 16px);
  }
}

.tel-icon,
.mail-icon,
.up-icon {
  position: fixed;
  z-index: 10;
  transition: opacity 0.3s ease-in;
}
.tel-icon span,
.mail-icon span,
.up-icon span {
  display: inline-block;
  cursor: pointer;
  background-size: cover;
  transition: opacity 0.3s ease-in, background-image 0.3s ease-in;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 475px) {
  .tel-icon span,
  .mail-icon span,
  .up-icon span {
    width: 60px;
    height: 60px;
  }
}

.tel-icon {
  bottom: 10px;
  right: 150px;
}
@media screen and (min-width: 475px) {
  .tel-icon {
    display: none;
  }
}
.tel-icon a span {
  background-image: url(../img/common/svg/tel.svg);
}

.mail-icon {
  bottom: 10px;
  right: 90px;
}
@media screen and (min-width: 475px) {
  .mail-icon {
    bottom: 80px;
    right: 30px;
  }
}
.mail-icon a span {
  background-image: url(../img/common/svg/mail.svg);
}

.up-icon {
  bottom: 10px;
  right: 30px;
}
.up-icon span {
  background-image: url(../img/common/svg/up.svg);
}

.up-icon span.reverse {
  background-image: url(../img/common/svg/reverse.svg);
}

#links p a, #end p a {
  text-decoration: underline;
}
#links p a:hover, #end p a:hover {
  color: #FE9F13;
}

#main #other-recommend article article:last-of-type {
  margin-bottom: 0;
}

#station .station-list {
  flex-direction: column;
}
@media screen and (min-width: 475px) {
  #station .station-list {
    flex-direction: row;
  }
}
#station .station-list a {
  padding: 5px 30px;
  border: 1px solid #FE9F13;
  color: #FE9F13;
  border-radius: 5px;
  text-align: center;
  font-size: 3.6vw;
}
@media screen and (min-width: 475px) {
  #station .station-list a {
    text-align: justify;
    font-size: clamp(14px, 1.2vw, 15px);
    padding: 10px 30px;
  }
}
#station .station-list a:hover {
  color: #fff;
  background-color: #FE9F13;
}

footer {
  color: #fff;
  background-color: #fe9f13;
  background-image: url(../img/common/svg/bg_tile.svg);
  background-repeat: repeat;
}
footer .footer-logo {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px 0 20px 10px;
}
footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: initial;
}
footer .footer-wrapper {
  padding: 50px;
}
footer .footer-wrapper .row:not(:last-child) {
  margin-bottom: 60px;
}
footer .footer-wrapper .row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 16px;
  flex-wrap: wrap;
}
footer .footer-wrapper .column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .footer-wrapper ul {
  list-style: none;
}
footer .footer-wrapper ul a {
  text-decoration: none;
  transition: 0.4s;
  font-family: "BIZ UDPGothic", sans-serif;
}
footer .footer-wrapper ul a:hover {
  transition: 0.4s;
  text-decoration: underline;
}
footer .footer-wrapper p, footer .footer-wrapper a, footer .footer-wrapper span {
  color: #fff;
  font-size: 16px;
}
footer .footer-wrapper h3 {
  color: #fff;
  margin-bottom: 20px;
  display: block;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 14px;
  line-height: 1.35rem;
}/*# sourceMappingURL=styles.css.map */