@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  line-height: 1.9;
  overflow: auto;
}
.hamopen {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
a {
  text-decoration: none;
  transition: .4s;
}
a:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
button:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
ul, ol {
  list-style: none;
  padding: 0;
}
/*main section*/
main {
  display: block;
  position: relative;
  overflow: hidden;
}
body::before, body::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #ddd;
  z-index: -99;
}
body::before {
  left: 25px;
}
body::after {
  right: 25px;
}
main section {
  padding: 100px 0;
  position: relative;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 750px) {
  body::before, body::after {
    content: none;
  }
}
@media (max-width: 550px) {
  main section {
    padding: 60px 0;
  }
}
.pdb {
  padding-bottom: 55px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
@media (max-width: 550px) {
  .pdb {
    padding-bottom: 20px !important;
  }
}
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
/*text*/
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fff9a1;
  text-underline-offset: -0.3em;
  text-decoration-skip-ink: none;
}
.ib {
  display: inline-block;
}
.psr {
  position: relative;
}
/**/
.deco {
  font-family: "Mr De Haviland", cursive;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0;
  padding: 1.6% 6.5% 4%;
  background: linear-gradient(to bottom left, #ffbd2f, #f2552e, #dc2622);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  position: absolute;
  line-height: 1;
  pointer-events: none;
  z-index: -1;
  margin-bottom: 0;
  font-size: clamp(5rem, 3.2rem + 6.4vw, 8rem);
}
.plus {
  z-index: 1;
}
.psr .center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.psr .tl, .psr .tr {
  top: -9%;
}
.psr .bl, .psr .br {
  bottom: -14%;
}
.psr .tl, .psr .bl {
  left: -12%;
}
.psr .tr, .psr .br {
  right: -12%;
}
@media (max-width:750px) {
  .psr .tl, .psr .tr {
    top: -3.5%;
  }
}
/*中央寄せ*/
.center {
  text-align: center;
}
@media (max-width:750px) {
  .spcenter {
    text-align: center !important;
  }
}
.fitc {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* 見出し */
/*01*/
.maintitle {
  margin-bottom: 45px;
  position: relative;
  line-height: 0;
  font-weight: 700;
  font-size: clamp(2.8rem, 2.14rem + 2.3467vw, 3.9rem);
  text-align: center;
}
.maintitle .mf {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  display: inline-block;
  line-height: 1.1;
}
.maintitle .mf span {
  background: linear-gradient(-60deg, #111 83%, #dc2622 83% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*
.maintitle .mf:first-letter {
  color: #dc2622;
}
*/
.maintitle .sf {
  font-size: 38%;
  line-height: 1.45;
}
.shadow {
  text-shadow: #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.bg_gray .shadow {
  text-shadow: #f5f5f5 0px 0px 5px, #f5f5f5 0px 0px 5px, #f5f5f5 0px 0px 5px, #f5f5f5 0px 0px 5px, 1px 1px 0 #f5f5f5, -1px -1px 0 #f5f5f5, -1px 1px 0 #f5f5f5, 1px -1px 0 #f5f5f5, 0px 1px 0 #f5f5f5, 0 -1px 0 #f5f5f5, -1px 0 0 #f5f5f5, 1px 0 0 #f5f5f5;
}
.txtmgb {
  margin-bottom: 25px !important;
}
/**/
.maintitle.mtleft {
  text-align: left;
  display: flex;
  align-items: center;
}
.maintitle.mtleft br {
  display: none;
}
.maintitle.mtleft::before {
  background: rgba(0, 0, 0, 0.15);
  content: '';
  display: inline-block;
  width: 100px;
  height: 2px;
  margin: 0 13px;
  order: 1;
}
.maintitle.mtleft .mf, .maintitle.mtleft .sf {
  white-space: nowrap;
}
.maintitle.mtleft .sf {
  order: 2;
}
@media (max-width: 1085px) {
  .maintitle.mtleft, .maintitle.mtleft br {
    display: block;
  }
  .maintitle.mtleft::before {
    content: none;
  }
}
@media (max-width: 550px) {
  .maintitle {
    margin-bottom: 30px;
  }
}
/*02*/
.mtitle {
  background: linear-gradient(60deg, #111 0%, #111 97%, #dc2622 97%);
  padding: 7px 16px 10px;
  color: #fff;
  margin-bottom: 13px;
  font-weight: 700;
  font-size: clamp(1.3rem, 1.12rem + 0.64vw, 1.6rem);
}
@media (max-width: 550px) {
  .mtitle {
    background: linear-gradient(60deg, #111 0%, #111 93%, #dc2622 93%);
  }
}
/*03*/
.stitle {
  font-weight: 700;
  position: relative;
  font-size: clamp(1.2rem, 0.7rem + 1.6vw, 1.6rem);
  padding-left: 2px;
  line-height: 1.55;
  padding-bottom: 12px;
  margin-bottom: 13px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}
.stitle::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 95px;
  height: 2px;
  background: #dc2622;
}
.stitle .en {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #dc2622;
  text-transform: uppercase;
  display: block;
  font-size: 50%;
}
/* ボタン */
.mainbtn a {
  position: relative;
  vertical-align: middle;
  margin: 0 auto;
  padding: 24px 7px;
  display: inline-block;
  width: fit-content;
  min-width: 290px;
  text-align: center;
  z-index: 1;
  color: #fff;
  background: #111;
  border: 2px solid #fff;
}
.mainbtn a:hover {
  color: #111;
  background: #fff;
  border: 2px solid #111;
}
section .mainbtn a::before {
  content: '';
  height: 2px;
  width: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  transition: 0.3s all;
  background: #dc2622;
  z-index: 1;
}
section .mainbtn a:hover::before {
  right: -25px;
}
/*red*/
.red.mainbtn a {
  color: #fff;
  background: #dc2622;
  border: 2px solid #fff;
}
.red.mainbtn a:hover {
  color: #dc2622;
  background: #fff;
  border: 2px solid #dc2622;
}
section .red.mainbtn a::before {
  background: #111;
}
/**/
.tbtn {
  margin-top: 37px;
}
.btnflex {
  text-align: center;
}
.btnflex a {
  margin: 5px;
  display: inline-block;
}
@media (max-width: 550px) {
  .mainbtn a {
    padding: 18px 0;
    min-width: auto;
    max-width: 240px;
    width: 100%;
  }
  .tbtn {
    margin-top: 27px;
  }
}
/* flex要素 */
.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aic {
  align-items: center;
}
.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .flexbox {
    display: block;
  }
  .flexbox img {
    width: 100%;
  }
  .flexbox div {
    width: 100%;
  }
  .spmgb {
    margin-bottom: 45px;
  }
  .spmgb02 {
    margin-bottom: 17px;
  }
  .spmgb03 {
    margin-bottom: 33px;
  }
}
/* 幅 */
.inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1500px;
    margin: 0 auto;
  }
}
@media (max-width: 1999px) {
  .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .mauto.w52 {
    width: 48%;
  }
  .mauto.w48 {
    width: 43%;
  }
  .mauto.w43 {
    width: 37%;
  }
}
@media (max-width: 750px) {
  .inner, .inner02 {
    width: 88%;
  }
  .inner02 {
    margin: 0 auto;
  }
  .mauto {
    width: 100% !important;
  }
}
.w65 {
  width: 65%;
}
.w52 {
  width: 52%;
}
.w49 {
  width: 49%;
}
.w48 {
  width: 47.5%;
}
.w43 {
  width: 43%;
}
.w32 {
  width: 32%;
}
/* background */
.bg_gray::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  filter: invert(96%) sepia(1%) saturate(177%) hue-rotate(169deg) brightness(115%) contrast(94%);
  z-index: -100;
}
/*wave*/
.wave::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/wave.svg) bottom -5px right;
  background-size: 110%;
  background-repeat: no-repeat !important;
  z-index: -90;
  filter: invert(96%) sepia(1%) saturate(177%) hue-rotate(169deg) brightness(115%) contrast(94%);
}
.bg_gray.wave::before {
  filter: none;
  opacity: 0.018;
}
@media (max-width: 750px) {
  .wave::before {
    background-size: 220%;
  }
  .bg_gray.wave::before {
    opacity: 0.02;
  }
}
/*反転*/
.bgx::before, .bgx::after {
  transform: scaleX(-1);
}
.bgy::before, .bgy::after {
  transform: scaleY(-1);
}
.bgxy::before, .bgxy::after {
  transform: scaleX(-1) scaleY(-1);
}
/* アニメーション ============*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.3s, transform 1.3s;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
  transform: translateY(0);
}
/* filter */
.filter {
  position: relative;
  opacity: 0;
  transition: 1.3s;
  transition-delay: 0.35s;
}
.filter::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom left, #ffbd2f, #dc2622);
  opacity: 0.3;
  z-index: 1;
  transition: 0.55s ease all;
  transition-delay: 0.7s;
}
.inview.filter {
  opacity: 1;
}
.inview.filter::after {
  opacity: 0;
}
/*=== 共通部分ここまで ===*/
/* header ==================================================*/
.header_sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  padding: 17px 20px;
  background: transparent;
  transition: .6s all;
}
.change.header_sticky {
  background: rgba(255, 255, 255, 0.95);
}
/*logo*/
.header_title h1 {
  line-height: 0;
}
.header_title a {
  display: block;
  width: 190px;
  filter: brightness(0) invert(1);
}
.change .header_title a {
  filter: none;
}
/*menu*/
.hnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hnav ul {
  display: flex;
  text-align: center;
  margin-left: auto;
}
.hnav ul li {
  width: fit-content;
  position: relative;
  line-height: 1.6;
  font-size: 1rem;
}
.hnav ul li:last-child {
  margin-right: 0;
}
.hnav ul li a {
  padding: 0 15px 5px;
  display: block;
  font-size: 1.05rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 900;
}
.hnav ul li:first-of-type a {
  padding-left: 0;
}
.hnav ul li:last-of-type a {
  padding-right: 0;
}
.hnav ul li a:hover {
  opacity: 0.6;
}
.change .hnav ul li a {
  color: #333;
}
/**/
.header_item {
  display: flex;
  align-items: center;
}
.header_item .btnflex {
  margin-left: 20px;
}
.header_item .mainbtn {
  font-size: 0.8rem;
}
.header_item .mainbtn a {
  min-width: auto;
  width: 155px;
  padding: 10px 0;
  font-weight: 700;
}
.header_item .btnflex a {
  margin: 0 1px;
}
/* hamburger ============================*/
.header__inner {
  display: none;
}
.hamburger {
  position: relative;
  display: block;
  z-index: 9999;
  width: 50px;
  aspect-ratio: 1/1;
  border: none;
  background-color: transparent;
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  background: #fff;
}
.change .hamburger__line, .change .hamburger__line:before, .change .hamburger__line:after {
  background: #dc2622;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
  background: #dc2622;
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
  background: #dc2622;
}
.hamburger__line:before {
  top: -12px;
}
.hamburger__line:after {
  top: 12px;
}
/*
.hamburger__text {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.hamburger.-active .hamburger__text::before {
	content: 'close';
}
.hamburger__text::before {
	content: "menu";
	text-align: center;
	font-size: 19px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
*/
.hamopen .header_sticky {
  position: fixed;
}
.header__nav-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  background: #fff;
  opacity: 0;
  transition: 0.4s;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
/* menu */
.global-navigation {
  width: 84%;
  max-width: 500px;
  margin: auto;
  height: fit-content;
  position: relative;
  z-index: 1;
  padding: 70px 0 110px;
}
.global-navigation__list {
  margin-bottom: 30px;
}
.global-navigation__list li {
  border-bottom: 1px dashed #c9c9c9;
}
.global-navigation__list li a {
  font-size: 1.25rem;
  padding: 15px 5px;
  display: block;
  color: #333;
  line-height: 1.55;
  position: relative;
  font-weight: 700;
}
.global-navigation__list > li a span {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  color: #dc2622;
  font-size: 85%;
}
.global-navigation__list li a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  font-size: 0.6em;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  display: block;
  transition: .4s;
  color: #dc2622;
}
.global-navigation__list li a:hover::after {
  right: 9px;
}
@media (max-width: 1105px) {
  .header_sticky {
    padding: 17px 15px;
  }
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__inner {
    display: block;
  }
  .hnav ul, .header_item {
    display: none;
  }
  .header_title a {
    width: 165px;
  }
}
@media (max-width: 550px) {
  .header_sticky {
    padding: 14px 10px 13px;
  }
  .header_title a {
    width: 130px;
  }
  .global-navigation__list li a {
    font-size: 1.1rem;
  }
}
/* footer ==================================================*/
.wide img {
  object-fit: cover;
  width: 100%;
  height: 360px;
}
.wide {
  position: relative;
}
.wide::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom left, #ffbd2f, #dc2622);
  opacity: 0.3;
  z-index: 1;
}
/**/
.footer_contact {
  padding: 80px 0;
  position: relative;
}
.footer_contact .inner {
  max-width: 900px;
}
/**/
.fco {
  text-align: right;
}
/**/
.fad p {
  text-align: left;
  line-height: 1.65;
}
h3.logo {
  margin-right: auto;
  margin-bottom: 15px;
  width: 100%;
  max-width: 200px;
  display: block;
  line-height: 0;
}
/**/
.copyright {
  margin-top: 10px;
  font-size: clamp(0.93rem, 0.888rem + 0.1493vw, 1rem);
}
@media (max-width: 750px) {
  .footer_contact {
    padding: 48px 0;
  }
  .fco, .fad p {
    text-align: center;
  }
  h3.logo {
    margin: 0 auto 17px;
  }
  .footer_contact .mainbtn {
    margin-top: 15px;
  }
  .copyright {
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
  .footer_contact {
    font-size: 100%;
  }
  h3.logo {
    max-width: 157px;
  }
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 80px;
  aspect-ratio: 1/1;
  background: #dc2622;
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 79;
  border-radius: 50%;
  color: #fff;
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  font-size: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.go_top:hover {
  opacity: 0.6;
}
.tfade {
  position: relative;
  z-index: 79;
}
@media(max-width:550px) {
  .go_top {
    width: 63px;
    right: 15px;
    bottom: 10px;
  }
}
/* スライド ================================================*/
.topslide {
  position: relative;
}
.slide_items {
  position: relative;
  overflow: hidden;
  height: fit-content;
  width: 100%;
  margin-left: auto;
}
.slide_items::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom left, #ffbd2f, #dc2622);
  opacity: 0.45;
  z-index: 1;
}
.slide_items img {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  object-fit: cover;
}
/*スライド画像アニメーション*/
.slick-animation {
  animation: fadezoom 14s linear 0s normal both;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/*catchcopy*/
.catchcopy {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4%;
  font-weight: 900;
  font-size: 3.2rem;
  white-space: nowrap;
  z-index: 2;
  line-height: 1.4;
  color: #fff;
}
.catchcopy p:last-of-type {
  font-family: "Mr De Haviland", cursive;
  font-weight: 400;
  white-space: nowrap;
  position: absolute;
  bottom: -53%;
  right: 2%;
  padding: 0 4% 4%;
  line-height: 1;
  pointer-events: none;
  z-index: -1;
  margin-bottom: 0;
  letter-spacing: 0;
  font-size: 260%;
  color: #dc2622;
  transform: rotate(-4deg);
  opacity: 0.75;
  text-transform: capitalize;
}
/* -----------------------------------------------
/* Author : loa
/* MIT license: http://opensource.org/licenses/MIT
/* CodePen : https://codepen.io/hana4525/pen/mdoygyq
/* ----------------------------------------------- */
.scroll_down {
  position: absolute;
  bottom: -40px;
  right: 15.7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 235px;
}
.scroll_down span {
  display: inline-block;
  z-index: 1;
  font-size: 1.05rem;
  width: 1.05rem;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-rl;
  transition: .2s;
  margin-left: 3px;
}
.scroll_down span:before, .scroll_down span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 40%;
  height: 67%;
  width: 4px;
}
.scroll_down span:before {
  background: #ebebeb;
}
.scroll_down span:after {
  background: linear-gradient(to bottom, #ffbd2f, #f2552e, #dc2622);
}
.scroll_down span:after {
  animation: sdl01 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*
@media (max-width: 1190px) {
  .slide_items img {
    height: calc(100vh - 30px);
  }
}
*/
@media (max-width: 750px) {
  .catchcopy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 8.6vw;
  }
  .catchcopy p:last-of-type {
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    opacity: 0.45;
  }
}
@media (max-width: 550px) {
  .slide_items img {
    height: calc(100vh - 70px);
    min-height: 300px;
  }
  .scroll_down {
    height: 165px;
    right: 15px;
  }
  .scroll_down span {
    font-size: 0.85rem;
    width: 0.85rem;
  }
  .scroll_down span:before, .scroll_down span:after {
    width: 3px;
    height: 59%;
  }
}
/* 高野工業について ========================================*/
@media (max-width: 750px) {
  .aboutus .flexbox {
    position: relative;
  }
  .aboutus .psr {
    position: initial;
  }
  .aboutus .br {
    bottom: -60px;
    right: auto;
    left: -6%;
    z-index: 1;
  }
}
/* 事業紹介 ================================================*/
.services .deco {
  left: -4%;
  bottom: -5%;
}
.services .inner {
  max-width: 1500px;
}
/**/
.serflex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/**/
.sertext {
  width: 25%;
  margin-top: 20px;
}
.sertext .maintitle {
  text-align: left;
}
/**/
.seritems {
  width: 72%;
}
.seritems > div {
  margin-bottom: 17px;
  position: relative;
  padding: 20px 17px;
  background: #fff;
}
.seritems .st {
  position: relative;
}
.seritems .st .stitle {
  margin-bottom: 0;
  margin-top: 13px;
  font-size: clamp(1.35rem, 1.26rem + 0.32vw, 1.5rem);
}
.seritems .st p {
  position: absolute;
  top: 59%;
  transform: translateY(-50%);
  right: 0;
  font-size: 97%;
  margin-bottom: 0;
}
.seritems .st p::before {
  content: "…";
  position: relative;
  top: -0.4em;
  margin-right: 3px;
}
/*btn*/
.serflex .mainbtn {
  position: absolute;
  top: 207px;
  left: 0;
}
@media (max-width: 1645px) {
  .seritems .st .stitle {
    margin-bottom: 10px;
  }
  .seritems .st p {
    position: initial;
    transform: translateY(0);
    font-size: 100%;
  }
  .seritems .st p::before {
    content: none;
  }
}
@media (max-width: 1365px) {
  .services .deco {
    bottom: -10%;
  }
  .serflex {
    display: block;
  }
  .sertext {
    width: 100%;
    margin-top: 0;
    margin-bottom: 45px;
  }
  .sertext .maintitle {
    text-align: center;
  }
  .seritems {
    width: 100%;
  }
  .serflex .mainbtn {
    position: initial;
  }
}
@media (max-width: 750px) {
  .services .deco {
    bottom: -4%;
    left: auto;
    right: -10%;
    text-align: right;
  }
}
@media (max-width: 550px) {
  .sertext {
    margin-bottom: 27px;
  }
  .seritems > div {
    padding: 15px;
  }
}
/* 高野工業の強み ==========================================*/
.strengths .br {
  bottom: -32%;
  right: 4%;
}
@media (max-width: 1085px) {
  .strengths .br {
    bottom: -2%;
    right: -5%;
  }
}
@media (max-width: 750px) {
  .strengths .psr {
    position: initial;
  }
  .strengths .br {
    bottom: -97px;
    left: -8%;
    right: auto;
  }
}
@media (max-width: 550px) {
  .strengths .br {
    bottom: -75px;
  }
}
.strengths .fitc {
  text-align: center;
}
@media (max-width: 750px) {
  .strengths .fitc {
    text-align: left;
  }
  .strengths .fitc br {
    display: none;
  }
}
.streitems {
  margin: 33px 0 27px;
  counter-reset: number 0;
}
.streitems > div {
  padding: 17px;
  background: #f7f7f7;
  counter-increment: number 1;
  position: relative;
  margin-bottom: 15px;
  font-size: 110%;
}
.streitems > div p:last-of-type {
  margin-bottom: 0 !important;
}
.streitems > div p {
  display: flex;
}
.streitems > div p::before {
  content: "0"counter(number)"−";
  font-weight: 900;
  writing-mode: vertical-rl;
  margin-right: 17px;
  font-size: 120%;
  letter-spacing: 0.2em;
  color: #dc2622;
  margin-top: 10px;
  line-height: 1;
}
@media (max-width: 1075px) {
  .streitems > div {
    font-size: 100%;
  }
}
@media (max-width: 750px) {
  .streitems > div:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 550px) {
  .streitems {
    margin-top: 30px;
  }
  .streitems > div {
    margin-bottom: 12px;
    padding: 15px;
  }
  .streitems > div p::before {
    font-size: 106%;
  }
}
/* 施工実績 ================================================*/
.works .deco {
  left: 48.7%;
}
.works .fitc {
  text-align: center;
}
@media (max-width: 600px) {
  .works .deco {
    left: 50%;
  }
  .works .fitc {
    text-align: left;
  }
  .works .fitc br {
    display: none;
  }
}
/*slider*/
.p_slider {
  margin-bottom: 75px;
}
.p_slider ul .slick-slide {
  margin-left: 0.8% !important;
  transition: .3s ease;
}
.p_slider ul li {
  overflow: hidden;
  position: relative;
}
.p_slider ul li:nth-child(2n+1) {
  margin-top: 30px;
}
.p_slider ul li::before {
  content: '';
  display: block;
  padding-top: 75%; /*高さの比率*/
}
.p_slider ul li img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .8s;
}
.p_slider a:hover img {
  transform: scale(1.1);
  transition: .8s;
}
@media (max-width: 750px) {
  .p_slider ul li:nth-child(2n+1) {
    margin-top: 17px;
  }
}
@media (max-width: 550px) {
  .p_slider {
    margin-bottom: 55px;
  }
}
/* スタッフ募集中 ==========================================*/
@media (min-width: 2000px) {
  .recruit .inner02 {
    max-width: 1525px;
  }
}
@media (max-width: 1510px) {
  .recruit .br {
    bottom: -44%;
  }
}
@media (max-width: 1070px) {
  .recruit .br {
    bottom: -130px;
  }
}
@media (max-width: 750px) {
  .recruit .flexbox {
    position: relative;
  }
  .recruit .psr {
    position: initial;
  }
  .recruit .br {
    bottom: -60px;
    right: auto;
    left: -7%;
    z-index: 1;
  }
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
  padding: 150px 0 90px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.fv .inner {
  width: 97%;
}
.fv::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/fv.webp);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 50%;
  z-index: -1;
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to bottom left, #ffbd2f, #dc2622);
  opacity: 0.35;
  z-index: 1;
}
.fv h2 {
  text-align: center;
  margin-bottom: 13px !important;
  font-size: clamp(1.9rem, 1.42rem + 1.7067vw, 2.7rem);
  line-height: 1.5;
  z-index: 1;
  position: relative;
  color: #fff;
  font-weight: 900;
}
@media(max-width:1105px) {
  .fv {
    padding: 110px 0 55px;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 95px 0 40px;
  }
}
/* breadcrumb */
.binner {
  font-weight: 900;
  line-height: 1.4;
  width: 97%;
  font-size: clamp(0.9rem, 0.81rem + 0.32vw, 1.05rem);
  position: relative;
  color: #fff;
}
.breadcrumb {
  z-index: 1;
  background: transparent;
  position: relative;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  position: relative;
  top: -0.1em;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb li:first-child a::before {
  font-family: "Font Awesome 6 Free";
  content: '\f015';
  font-weight: bold;
  font-size: 90%;
  position: relative;
  top: -0.05em;
}
/* 高野工業の強みページ =====================================================================================================*/
/* 地域に根ざし、確かな技術で応える建設会社 */
.reasons .inner {
  max-width: 1260px;
}
.reasons .center {
  left: 31%;
}
.reasons .fitc {
  margin-bottom: 55px;
  text-align: center;
}
/**/
.num_counter {
  counter-reset: number 0;
}
.reasons .flexbox {
  margin-bottom: 70px;
  counter-increment: number 1;
}
.reasons .flexbox:nth-child(2n) {
  flex-direction: row-reverse;
}
.reasons .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
.reasons .flexbox h2 {
  width: fit-content;
  font-weight: 700;
  font-size: clamp(1.45rem, 1.12rem + 1.1733vw, 2rem);
  margin-bottom: 20px;
  line-height: 1.4;
}
.reasons .flexbox h2 span {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 60%;
  color: #dc2622;
  display: block;
  margin-bottom: 7px;
}
.reasons .flexbox div:not(.spmgb02) {
  position: relative;
}
.reasons .flexbox div:not(.spmgb02)::before {
  content: "0"counter(number);
  font-family: "Mr De Haviland", cursive;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
  z-index: -1;
  padding: 1% 6.5% 4%;
  background: linear-gradient(to bottom left, #ffbd2f, #f2552e, #dc2622);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-size: 6rem;
  position: absolute;
  bottom: -60px;
  right: -7%;
  opacity: 0.6;
}
@media(max-width:890px) {
  .reasons .fitc {
    text-align: left;
  }
}
@media(max-width:550px) {
  .reasons .center {
    top: 27%;
    left: 23%;
  }
  .reasons .fitc {
    margin-bottom: 40px;
  }
  .reasons .flexbox {
    margin-bottom: 50px;
  }
  .reasons .flexbox div:not(.spmgb02)::before {
    bottom: -35px;
    font-size: 4.3rem;
  }
}
/* 安全第一の施工体制 */
.activities {
  margin-top: 90px;
}
.activities .flexbox > div {
  margin-bottom: 17px;
  position: relative;
  padding: 20px 17px;
  background: #fff;
}
@media(max-width:750px) {
  .safety .tr {
    top: -0.5%;
    right: 50%;
    transform: translateX(50%);
    z-index: -1;
  }
  .activities .flexbox > div:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media(max-width:550px) {
  .activities {
    margin-top: 65px;
  }
}
/* 事業内容ページ ===========================================================================================================*/
.sertop {
  padding: 80px 0 60px;
}
.sertop .inner {
  max-width: 1039px;
}
.titleflex {
  display: flex;
  align-items: center;
}
.titleflex h2 {
  margin-right: 50px;
  white-space: nowrap;
  text-align: left;
}
.titleflex p {
  width: 100%;
}
@media(max-width:900px) {
  .sertop {
    padding: 70px 0 80px;
  }
  .titleflex {
    display: block;
  }
  .titleflex h2 {
    margin-right: 0;
    text-align: center;
    margin-bottom: 33px;
  }
}
@media(max-width:550px) {
  .sertop {
    padding: 60px 0 50px;
  }
}
/**/
.details .tr {
  right: -46%;
}
.details .inner {
  max-width: 1272px;
}
.details .flexbox {
  margin-bottom: 60px;
}
.details .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
.details .flexbox:nth-child(2n) {
  flex-direction: row-reverse;
}
.details .stitle {
  font-size: clamp(1.55rem, 1.28rem + 0.96vw, 2rem);
}
.details .stitle .en {
  font-size: 68%;
  display: inline-block;
  margin-right: 10px;
}
@media(max-width:750px) {
  .details .tr {
    right: -14%;
  }
}
@media(max-width:550px) {
  .details .tr {
    top: 25%;
  }
  .titleflex h2 {
    margin-bottom: 23px;
  }
}
/**/
.sesec .inner {
  max-width: 1272px;
}
.sesec .flexbox .maintitle {
  text-align: left;
}
.sesec .flexbox {
  margin-bottom: 60px;
}
.sesec .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
@media(max-width:750px) {
  .sesec .flexbox .maintitle {
    text-align: center;
  }
  .sesec .flexbox {
    margin-bottom: 55px;
  }
}
.point h3 {
  font-family: "Mr De Haviland", cursive;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0;
  line-height: 1;
  background: linear-gradient(to bottom left, #ffbd2f, #f2552e, #dc2622);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 1% 6.5% 4%;
  margin-left: -8%;
  margin-bottom: 6px;
  font-size: clamp(3rem, 2.76rem + 0.8533vw, 3.4rem);
  transform: rotate(-8deg);
}
@media(max-width:550px) {
  .point {
    margin-top: 17px;
  }
}
/*list*/
.acheck li {
  padding-left: 22px;
  position: relative;
  border-bottom: 1px dashed #c9c9c9;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.info_table .acheck li {
  border-bottom: none;
  padding-bottom: 1px;
  margin-bottom: 1px;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: bold;
  display: inline-block;
  color: #dc2622;
  font-size: 95%;
  position: absolute;
  left: 0;
  top: 0.12em;
}
.dots.acheck li {
  padding-left: 13px;
}
.dots.acheck li::before {
  content: "\f111";
  font-size: .3em;
  top: 2.25em;
}
/**/
.solar .br {
  bottom: 30%;
}
/**/
@media(max-width:750px) {
  .exteriors .br {
    bottom: 29%;
  }
}
/* 施工実績ページ ===========================================================================================================*/
.worksgallery .tl {
  top: -25%;
  left: 18%;
}
@media(max-width:1120px) {
  .worksgallery .tl {
    left: 13%;
  }
}
@media(max-width:800px) {
  .worksgallery .tl {
    left: 53%;
  }
}
@media(max-width:550px) {
  .worksgallery .tl {
    top: -64%;
    left: 45%;
  }
}
/* 求人案内ページ ===========================================================================================================*/
/* スタッフ募集中 */
.rectext {
  max-width: 758px;
  margin-bottom: 55px;
}
@media (max-width: 1140px) {
  .recuiting .tr {
    right: -7%;
  }
}
@media (max-width: 950px) {
  .recuiting .tr {
    right: 0;
  }
}
@media (max-width: 800px) {
  .recuiting .tr {
    right: auto;
    top: -23.5%;
    left: -4%;
  }
}
@media (max-width: 550px) {
  .recuiting .tr {
    top: -9.5%;
    left: -9%;
  }
}
.twflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.twflex > div {
  width: 47.9%;
}
.twflex > div:last-of-type {
  margin-bottom: -40px;
}
@media(max-width:750px) {
  .rectext {
    margin-bottom: 37px;
  }
  .twflex {
    display: block;
  }
  .twflex > div {
    width: 84%;
  }
  .twflex > div:last-of-type {
    margin: 18px 0 0 auto;
  }
}
/* 高野工業について知る */
.about .center {
  top: 58%;
}
.about .inner {
  max-width: 1100px;
}
.about .activities {
  margin-top: 0 !important;
}
.about .activities p {
  text-align: center;
}
.about .activities img {
  object-fit: contain;
  width: 100%;
  height: 100px;
  margin: 5px auto 15px;
  filter: invert(25%) sepia(79%) saturate(3310%) hue-rotate(347deg) brightness(91%) contrast(90%);
}
.about .activities .flexbox {
  counter-reset: number 0;
}
.about .activities .flexbox > div {
  counter-increment: number 1;
}
.about .activities .flexbox > div::before {
  content: "0"counter(number);
  font-family: "Mr De Haviland", cursive;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
  z-index: -1;
  padding: 1% 6.5% 4%;
  background: linear-gradient(to bottom left, #ffbd2f, #f2552e, #dc2622);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-size: 5.2rem;
  position: absolute;
  bottom: -23px;
  right: -3.2%;
  opacity: 0.5;
}
@media(max-width:1030px) {
  .about .activities p {
    text-align: left;
  }
  .about .activities p br {
    display: none;
  }
}
@media (max-width: 550px) {
  .about .activities img {
    height: 80px;
  }
  .about .activities .flexbox > div::before {
    font-size: 4.3rem;
    bottom: -20px;
  }
}
/* とある一日の流れ */
.schedules .tr {
  top: -23%;
}
@media (max-width: 1085px) {
  .schedules .tr {
    top: -9%;
  }
}
.schedules .inner {
  max-width: 1355px;
}
.schedule {
  width: 100%;
  position: relative;
}
.schedule::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dashed #333;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.schedule > div {
  margin-left: 22px;
  margin-bottom: 10px;
  width: calc(100% - 20px);
  padding: 10px;
  background: #f5f5f5;
}
.schedule > div p {
  margin-bottom: 0;
}
.year {
  white-space: nowrap;
  position: relative;
  font-size: 110%;
  font-weight: 700;
}
.year span {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #dc2622;
  margin-right: 10px;
}
.year::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 10px;
  aspect-ratio: 1/1;
  background: #dc2622;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: -36px;
}
@media (max-width: 750px) {
  .schedules .flexbox {
    position: relative;
  }
  .schedules .flexbox::before {
    content: "";
    width: 1px;
    height: 100%;
    border-left: 1px dashed #333;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }
  .schedule::before {
    content: none;
  }
  .year {
    font-size: 107%;
  }
}
/* 募集要項 */
.outline .inner {
  max-width: 1100px;
}
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border: 2px solid #e8e8e8;
}
.info_table th {
  background: #333;
  color: #fff;
  width: 30%;
  border-right: 2px solid #e8e8e8;
  font-weight: 700;
  padding: 19px 10px;
}
.info_table td {
  background: #fff;
  width: 65%;
  border-right: 2px solid #e8e8e8;
  border-left: 2px solid #e8e8e8;
  padding: 19px;
}
.info_table a {
  color: #dc2622;
}
.info_table a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  .info_table td, .info_table th {
    width: 100% !important;
    padding: 12px;
    display: block;
    border: none;
    text-align: left;
  }
  .info_table th {
    border-bottom: 2px solid #e8e8e8;
  }
  .info_table td {
    padding-bottom: 10px !important;
  }
}
/*給与・待遇*/
.treatment p {
  margin-bottom: 0;
}
.spblock {
  display: none;
}
.treib {
  display: inline-block;
}
@media (max-width: 1095px) {
  .treatment .ib {
    display: block;
  }
  .treatment p {
    margin-bottom: 10px;
  }
}
@media (max-width: 750px) {
  .spnone {
    display: none;
  }
  .spblock {
    display: block;
  }
}
/* 会社案内ページ ===========================================================================================================*/
/* ご挨拶 */
.glast {
  margin-top: 23px;
  text-align: right;
}
/*img*/
.greeting .bl {
  left: -2.7%;
}
.g_twflex {
  display: flex;
  justify-content: space-between;
}
.g_twflex div {
  width: 47%;
  position: relative;
}
.g_twflex div:first-child {
  margin-top: 30px;
}
.reverse .g_twflex div:first-child {
  margin-top: 0;
}
.reverse .g_twflex div:last-child {
  margin-top: 30px;
}
@media (max-width: 1265px) {
  .greeting .bl {
    bottom: -23.5%;
  }
}
@media (max-width: 750px) {
  .greeting .bl {
    bottom: auto;
    left: auto;
    top: -10%;
    right: -13%;
  }
  .g_twflex {
    width: 116% !important;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* お問い合わせ ==========================================*/
#email {
  position: relative;
  top: -55px;
}
.contact_sec .inner {
  max-width: 935px;
}
.contact_sec .stitle {
  font-size: clamp(1.35rem, 1.17rem + 0.64vw, 1.65rem);
}
.contop {
  margin-bottom: 35px;
}
@media (max-width: 550px) {
  .contact_sec .maintitle.txtmgb {
    margin-bottom: 17px !important;
  }
  .contop {
    margin-bottom: 25px;
  }
}
/* 電話でのお問い合わせ */
.tels, .mails {
  border-bottom: none;
}
.tels .tr {
  right: -5%;
}
@media (max-width: 1190px) {
  .tels .tr {
    top: -55%;
    right: -2%;
  }
}
@media (max-width: 750px) {
  .tels .tr {
    right: -14%;
  }
}
.telwrap {
  padding: 25px;
  background: #f5f5f5;
  margin-bottom: 17px;
}
.telwrap:last-child {
  margin-bottom: 0 !important;
}
/*box*/
.telbox {
  display: flex;
  align-items: center;
}
/**/
.telbox a {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  white-space: nowrap;
  font-size: clamp(1.65rem, 1.44rem + 0.7467vw, 2rem);
  color: #333;
  margin-right: 40px;
}
.telbox i {
  color: #dc2622;
}
.telbox a:hover {
  opacity: 0.6;
}
.telbox p {
  margin-top: 5px;
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .telwrap {
    padding: 22px 25px 25px;
  }
  .telbox {
    display: block;
  }
  .telbox a {
    margin-right: 0;
  }
  .telbox p {
    margin-top: 7px;
  }
}
@media (max-width: 550px) {
  .telwrap {
    padding: 15px 13px 17px;
  }
  .telbox p {
    font-size: 90%;
    margin-bottom: 7px;
  }
}
/* メールでのお問い合わせ */
.mailform .row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.mailform .row:not(.last) {
  border-bottom: 0.9px dotted #333;
}
.mailform .row div {
  text-align: left;
}
.mailform .row div:nth-child(1) {
  width: 28%;
}
.mailform .row div:nth-child(2) {
  width: 70%;
  line-height: 1.5;
}
.mailform .row span {
  color: #fff;
  background: #111;
  padding: 5px;
  margin-right: 3px;
  font-size: 83%;
}
.mailform .row span.mailsp {
  color: #333;
  background: #ededed;
}
.mailform .row small {
  display: block;
  margin-top: 3px;
}
.mailform label {
  color: #333;
}
.mailform .box, .mailform textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.mailform button {
  display: block;
  width: 270px;
  padding: 24px 0;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  transition: .4s;
  position: relative;
  overflow: hidden;
  background: #111;
  color: #fff;
  border: 2px solid #111;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.mailform button:hover {
  color: #111;
  background: #fff;
}
/*チェックボックス*/
.mailform input[type=checkbox] {
  display: none;
}
.mailform input[type=checkbox] + label {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.mailform input[type=checkbox] + label::before {
  background: #fff;
  border: 1px solid #b5b5b5;
  content: '';
  display: block;
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
  border-right: 3px solid #dc2622;
  border-bottom: 3px solid #dc2622;
  content: '';
  display: block;
  height: 13px;
  width: 7px;
  opacity: 0;
  position: absolute;
  top: 0.35em;
  left: 4px;
  transform: rotate(45deg);
  transition: .1s;
}
.mailform input[type=checkbox]:checked + label::after {
  opacity: 1;
}
/**/
.mailform .box.mini {
  width: 110px !important;
}
.mailform .postal_btn {
  padding: 2px 10px;
  background: #f4f4f4;
  border-radius: 2px;
  margin-left: 5px;
  border: 1px solid #ccc;
}
.mailform .postal_btn:hover {
  opacity: 0.7;
}
/**/
.mails {
  padding: 60px 0 55px;
}
@media (max-width: 550px) {
  .mails {
    padding: 45px 0 55px;
  }
  .mailform button {
    width: 220px;
    padding: 19px 0;
  }
  .mailform input[type=checkbox] + label {
    display: block;
  }
}
@media (max-width: 800px) {
  .mailform .row:first-child {
    padding-top: 5px;
  }
  .mailform .row {
    padding: 20px 0;
    flex-direction: column;
  }
  .mailform .row div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .mailform .row div:nth-child(2) {
    width: 100%;
  }
}
/* プライバシーポリシー */
.privacy {
  padding-top: 0;
}
.privacy .stitle {
  font-size: clamp(1.25rem, 1.07rem + 0.64vw, 1.55rem);
  padding-bottom: 0;
  border-bottom: none;
}
.privacy .stitle::after {
  content: none;
}
.privacy .stitle i {
  color: #dc2622;
}
.scrollBox {
  background: #f5f5f5;
  padding: 15px;
}
.scrollBox div {
  height: 210px;
  overflow-y: scroll;
  padding: 0 10px;
}
.scrollBox span {
  font-weight: 700;
}
.scrollBox span::before {
  content: "■";
  display: inline-block;
  font-size: 90%;
  margin-right: 2px;
  color: #dc2622;
}
@media(max-width:550px) {
  .scrollBox {
    padding: 15px 10px;
  }
  .scrollBox div {
    font-size: 92%;
  }
}