@charset "UTF-8";
.pc {
  display: block;
}

.tab {
  display: none;
}
@media screen and (max-width: 768px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .sp {
    display: inline-block !important;
  }
}

a {
  color: #000000;
  text-decoration: none;
  transition: all 0.5s ease;
}
a:active, a:visited {
  text-decoration: none;
  color: #000000;
  transition: all 0.5s ease;
}
a:hover {
  opacity: 0.6;
  transition: all 0.5s ease;
}

img {
  width: 100%;
  height: auto;
}

.inner {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
}

.btn {
  margin: 0 auto 0;
  width: 100%;
}
.btn a {
  display: flex;
  align-items: center;
  padding: 12px 12px 12px 15px;
  font-size: clamp(13px, 0.8rem, 15px);
  background: #FFF;
  line-height: 1;
  font-weight: 600;
}
.btn a::after {
  font-family: "Material Icons";
  content: "\e5cc";
  color: #000000;
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  .btn a {
    padding: 7px 5px 7px 10px;
  }
}

header#header {
  border-top: 40px solid #e73418;
  position: relative;
  background-image: linear-gradient(0deg, #e73418 29%, #ffffff 22%);
  border-bottom: 13px solid #c5331b;
}
@media screen and (max-width: 850px) {
  header#header {
    background-image: linear-gradient(0deg, #e73418 36%, #ffffff 22%);
  }
}
@media screen and (max-width: 768px) {
  header#header {
    border-top: none;
    background-image: linear-gradient(0deg, #FFFFFF 90%, #e73418 22%);
    position: fixed;
    width: 100%;
    z-index: 1000;
    border-bottom: none;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5215686275);
    padding: 10px 0 0 0;
  }
}
header#header h1, header#header .copy {
  width: -moz-fit-content;
  width: fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0;
  color: #FFF;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  box-sizing: border-box;
  position: absolute;
  left: 14%;
  top: -30px;
}
@media screen and (max-width: 768px) {
  header#header h1, header#header .copy {
    display: none;
  }
}
header#header .inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin: 0 auto 0 auto;
}
header#header .inner figure {
  width: 21%;
  max-width: 247px;
  background-image: url(../images/common/header_image02.svg);
  background-repeat: no-repeat;
  background-size: 37%;
  background-position: 92% 35%;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1080px) {
  header#header .inner figure {
    width: 23%;
  }
}
@media screen and (max-width: 950px) {
  header#header .inner figure {
    width: 21%;
  }
}
@media screen and (max-width: 850px) {
  header#header .inner figure {
    width: 168px;
    background-position: 100% 44%;
  }
}
@media screen and (max-width: 768px) {
  header#header .inner figure {
    width: 70px;
    background-position: 84% 41%;
    background-size: 40%;
    padding: 0 20px 0 0;
  }
}
header#header .inner .right {
  width: 79%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 0 auto;
  padding: 0 0 77px 0;
  position: relative;
  height: 109px;
}
header#header .inner .right .logo {
  width: 30%;
  max-width: 280px;
  padding: 2% 0 0 0;
}
@media screen and (max-width: 950px) {
  header#header .inner .right .logo {
    padding: 24px 0 0 0;
    margin: 0 0 -5px;
  }
}
@media screen and (max-width: 850px) {
  header#header .inner .right .logo {
    padding: 14px 0 0 0;
    margin: 0 0 7px;
  }
}
@media screen and (max-width: 768px) {
  header#header .inner .right .logo {
    padding: 0;
    margin: 0;
    width: 150px;
  }
}
header#header .inner .right .tel {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  position: relative;
  width: 34%;
  max-width: 310px;
  padding: 0 0 0 4%;
  box-sizing: border-box;
  margin: 0 7px 0 auto;
}
header#header .inner .right .tel::before {
  content: "";
  background-image: url(../images/common/ico_freedial.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 16%;
  max-width: 48px;
  height: auto;
  position: absolute;
  left: 0;
  top: 10px;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 950px) {
  header#header .inner .right .tel::before {
    top: 7px;
  }
}
@media screen and (max-width: 850px) {
  header#header .inner .right .tel::before {
    left: -8px;
  }
}
header#header .inner .right .tel a {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: clamp(28px, 2rem, 40px);
  font-weight: 450;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  header#header .inner .right .tel {
    width: 220px;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 0 auto;
  }
  header#header .inner .right .tel::before {
    width: 14%;
    max-width: 48px;
    height: auto;
    left: 0;
    top: 5px;
  }
}
@media screen and (max-width: 640px) {
  header#header .inner .right .tel {
    display: none;
  }
}
header#header .inner .right .contact {
  width: 31%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 177px;
}
header#header .inner .right .contact p {
  font-weight: 700;
  font-size: clamp(12px, 0.6rem, 14px);
  text-align: center;
}
header#header .inner .right .contact p span {
  font-size: clamp(13px, 0.7rem, 18px);
  color: #e73418;
}
@media screen and (max-width: 950px) {
  header#header .inner .right .contact p {
    display: none;
  }
}
header#header .inner .right .contact .btn {
  background-image: linear-gradient(0deg, #006837, #00a43c);
  width: 100%;
  border-radius: 10px;
  margin: 4px 0 0 0;
}
header#header .inner .right .contact .btn a {
  color: #FFFFFF;
  font-size: clamp(12px, 0.6rem, 13px);
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  background: no-repeat;
}
header#header .inner .right .contact .btn a::before {
  font-family: "Material Icons";
  content: "\e158";
  color: #005122;
  font-size: clamp(20px, 1.2rem, 30px);
  position: absolute;
  left: 10px;
}
@media screen and (max-width: 950px) {
  header#header .inner .right .contact .btn a::before {
    display: none;
  }
}
header#header .inner .right .contact .btn a::after {
  font-family: "Material Icons";
  content: "\e5cc";
  color: #005122;
  font-size: clamp(16px, 1.2rem, 26px);
  position: absolute;
  right: 5px;
}
header#header .inner .right .contact .btn a p {
  font-size: clamp(16px, 0.9rem, 20px);
  padding: 5px 0 0 0;
}
@media screen and (max-width: 950px) {
  header#header .inner .right .contact .btn a p {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  header#header .inner .right .contact {
    display: none;
  }
}
header#header .inner .right .submenu {
  position: absolute;
  right: 0;
  display: flex;
  z-index: 1;
  font-size: 12px;
  top: -29px;
}
header#header .inner .right .submenu li {
  padding: 0;
}
header#header .inner .right .submenu li::after {
  content: "/";
  color: #FFFFFF;
  padding: 0 7px;
}
header#header .inner .right .submenu li:nth-child(3)::after, header#header .inner .right .submenu li:nth-child(4)::after {
  display: none;
}
header#header .inner .right .submenu li a {
  color: #FFFFFF;
}
header#header .inner .right .submenu li:last-child {
  padding: 0 0 0 10px;
  display: none;
}
header#header .inner .right .submenu li:last-child img {
  width: 20px;
  height: auto;
}
@media screen and (max-width: 950px) {
  header#header .inner .right .submenu {
    display: none;
  }
}
header#header .inner .right .message {
  font-size: 13px;
  padding: 0;
  line-height: 1;
  margin: 0;
  width: 63%;
  text-align: center;
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 65px;
}
@media screen and (max-width: 850px) {
  header#header .inner .right .message {
    display: none;
  }
}
header#header .inner .right .gnav {
  width: 98%;
  margin: 0 0 0 auto;
  padding: 0 0 0 0;
  position: absolute;
  bottom: 7px;
  right: 0;
}
header#header .inner .right .gnav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header#header .inner .right .gnav ul li {
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  font-size: clamp(14px, 0.9rem, 17px);
}
header#header .inner .right .gnav ul li span {
  display: block;
  font-size: clamp(12px, 0.7rem, 14px);
}
header#header .inner .right .gnav ul li a {
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  header#header .inner .right .gnav {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  header#header .inner .right {
    width: 77%;
  }
}
@media screen and (min-width: 640px) and (max-width: 1000px) {
  header#header .inner .right {
    height: 90px;
  }
  header#header .inner .right .message {
    bottom: 59px;
  }
}
@media screen and (max-width: 950px) {
  header#header .inner .right {
    height: 63px;
  }
  header#header .inner .right .message {
    bottom: 52px;
  }
}
@media screen and (max-width: 850px) {
  header#header .inner .right {
    height: 42px;
  }
}
@media screen and (max-width: 768px) {
  header#header .inner .right {
    height: 67px;
    padding: 0;
    width: 100%;
    margin: 0 48px 0 90px;
  }
}

/*hamburgermenuハンバーガー***************************************/
/*クリックされていないときのボタン*/
.toggle {
  position: absolute;
  right: 9px;
  top: 20px;
  width: 45px;
  height: 43px;
  cursor: pointer;
  z-index: 1002;
  background-color: #e73418;
}

.toggle span {
  display: block;
  position: absolute;
  /* .toggleに対して */
  width: 70%;
  border-bottom: solid 3px #FFF;
  transition: 0.35s ease-in-out;
  padding-top: 5px;
  right: 7px;
}

.toggle span:nth-child(1) {
  top: 5px;
}

.toggle span:nth-child(2) {
  top: 15px;
}

.toggle span:nth-child(3) {
  top: 25px;
}

.toggle span:nth-child(4) {
  border: none;
  top: 28px;
  left: 5px;
  font-size: 12px;
  font-weight: bold;
}

/*クリックされたときのボタン*/
/* 最初のspanをマイナス45度に */
.toggle.active span:nth-child(1) {
  top: 15px;
  left: 4px;
  transform: rotate(-45deg);
  border-bottom: solid 3px #FFFFFF;
}

/* 2番目と3番目のspanを45度に */
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
  top: 15px;
  transform: rotate(45deg);
  border-bottom: solid 3px #FFFFFF;
}

/*クリックされていないときのグローバルメニュー*/
/* .global_nav */
.global_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  z-index: 1001;
  text-align: center;
  color: #000;
  transition: all 0.8s;
  background-color: #fff;
  opacity: 0.95;
  padding: 3rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
}
.global_nav h3 {
  font-size: clamp(18px, 1.2rem, 24px);
  margin: 5rem 0 2rem;
}
.global_nav ul {
  width: 80%;
  margin: 0 auto;
}
.global_nav ul a {
  padding: 15px 0;
  display: block;
  font-size: 15px;
  text-decoration: none;
  color: #000;
  border-bottom: 1px dashed #CCC;
}

/*クリックされた時のグローバルメニュー*/
/* .global_navに.activeが追加 */
.global_nav.active {
  transform: translateY(0%);
  height: 100%;
}

/*hamburgermenuハンバーガー***************************************/
.main, .main-content {
  display: grid;
  grid-template-columns: 74% 23%;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .main, .main-content {
    padding-top: 85px;
    display: block;
    width: 94%;
  }
}

.main {
  padding: 2rem 0;
}

.main-content {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 0;
}

#side .side_navi {
  margin: 0 0 1rem;
}
#side .side_navi li {
  background-color: #e73418;
  padding: 5px;
  margin: 0 0 0.5rem;
}
#side .side_navi li a {
  border: 1px solid #FFFFFF;
  display: flex;
  height: 100%;
  align-items: center;
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  justify-content: center;
  line-height: 1.2;
  padding: 7px 0;
  box-sizing: border-box;
}
#side .side_navi li:nth-child(1) a::before {
  content: "";
  display: block;
  background-image: url(../images/index/ico_hint.png);
  width: 48px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 20px 0 0;
}
#side .side_navi li:nth-child(2) a::before {
  content: "";
  display: block;
  background-image: url(../images/index/ico_kajimoto.png);
  width: 62px;
  height: 47px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
}
#side .side_navi li:nth-child(3) a::before {
  content: "";
  display: block;
  background-image: url(../images/index/ico_hp.png);
  width: 51px;
  height: 41px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 3px 13px -2px 0;
}
#side .side_navi li:nth-child(4) a::before {
  content: "";
  display: block;
  background-image: url(../images/index/ico_consulting.png);
  width: 53px;
  height: 41px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 3px 10px 0 0;
}
#side .side_navi li:nth-child(5) a::before {
  content: "";
  display: block;
  background-image: url(../images/index/ico_lecture.png);
  width: 54px;
  height: 39px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 4px 10px -2px 0;
}
#side h3 {
  background-color: #e73418;
  border-left: 10px solid #c5331b;
  color: #FFFFFF;
  padding: 0.6rem;
  margin: 0 0 0.5rem;
  font-size: 0.7rem;
}
#side .btn {
  margin: 0.5rem 0;
}
#side .btn a {
  background-color: #f2f2f2;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
#side .btn a::after {
  color: #e73418;
  font-size: 20px;
}
#side .caseblog li {
  padding: 0 0 0.5rem 0;
  border-bottom: dashed #cccccc 1px;
}
#side .caseblog li h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 0.4rem 0;
}
#side .caseblog li .date {
  font-size: 13px;
}
#side .side_banner {
  margin: 1.8rem 0;
}
#side .side_banner p {
  margin: 0.8rem 0;
}
#side .menu ul li {
  margin: 0.4rem 0;
  font-size: 15px;
  font-weight: 500;
}

footer {
  border-top: 15px solid #e73418;
  padding: 1rem 0;
  background-color: #f2f2f2;
  overflow: hidden;
}
footer .copy {
  text-align: left;
  font-size: 13px;
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}
footer .frame {
  display: grid;
  align-items: center;
  width: 90%;
  margin: 0 auto 1.5rem auto;
  grid-template-columns: 35% 61%;
  justify-content: space-between;
  max-width: 980px;
}
footer .frame .logo {
  width: 100%;
  max-width: 300px;
  margin: 1rem auto 0 0;
}
footer .frame .cv {
  display: grid;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  grid-template-columns: 50% 48%;
}
footer .frame .cv .tel {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0 0 0 50px;
  box-sizing: border-box;
}
footer .frame .cv .tel::before {
  content: "";
  background-image: url(../images/common/ico_freedial.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 20%;
  max-width: 48px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 10px;
}
footer .frame .cv .tel a {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-weight: 450;
  line-height: 1.2;
}
footer .frame .cv .contact {
  width: 100%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .frame .cv .contact p {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}
footer .frame .cv .contact p span {
  font-size: 18px;
  color: #e73418;
}
footer .frame .cv .contact .btn {
  background-image: linear-gradient(0deg, #006837, #00a43c);
  width: 100%;
  border-radius: 10px;
  margin: 4px 0 0 0;
}
footer .frame .cv .contact .btn a {
  color: #FFFFFF;
  font-size: 13px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  background: no-repeat;
}
footer .frame .cv .contact .btn a::before {
  font-family: "Material Icons";
  content: "\e158";
  color: #005122;
  font-size: 30px;
  position: absolute;
  left: 10px;
}
footer .frame .cv .contact .btn a::after {
  font-family: "Material Icons";
  content: "\e5cc";
  color: #005122;
  font-size: 26px;
  position: absolute;
  right: 5px;
}
footer .frame .cv .contact .btn a p {
  font-size: 20px;
  padding: 5px 0 0 0;
}
footer .fnavi {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}
footer .fnavi ul.mainnavi {
  display: flex;
  justify-content: center;
}
footer .fnavi ul.mainnavi li {
  margin: 0 10px 0 0;
  font-size: 14px;
}
footer .fnavi ul.mainnavi li::after {
  content: "/";
  margin: 0 15px 0 20px;
}
footer .fnavi ul.mainnavi li:last-child::after {
  display: none;
}
footer .fnavi ul.subnavi {
  display: flex;
  justify-content: center;
  padding: 1rem 0 0 0;
  margin: 0 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
footer .fnavi ul.subnavi li {
  margin: 0 0 0 23px;
  font-size: 12px;
}
footer .fnavi ul.subnavi li::after {
  margin: 0 5px 0 10px;
}
footer .fnavi ul.subnavi li:last-child {
  display: none;
}
footer small {
  text-align: center;
  font-size: 12px;
  padding: 2rem 0 1rem;
  width: 100%;
  display: block;
}/*# sourceMappingURL=common.css.map */