@charset "UTF-8";

/*============================
	index 共通
============================*/
/* btn ▼*/
html {
  scroll-padding-top: 15vh;
}
html.active {
  overflow-y: hidden;
}

.link__btn a {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  width: 300px;
  max-width: 100%;
  line-height: 70px;
  background: #245ba4;
  border: solid 1px #245ba4;
  color: #fff;
  position: relative;
  white-space: nowrap;
  transition: 0.5s;
}

.link__btn a:hover {
  opacity: 0.8;
  color: #245ba4;
  background: #fff;
}

/* btn ▲*/
.section__ttl {
  font-size: 6rem;
  letter-spacing: 0.025em;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}

.section__ttl .color-ma {
  font-weight: bold;
}

.section__ttl .small {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0;
  display: block;
  line-height: 1;
  margin-top: 10px;
  position: relative;
  font-weight: bold;
}

@media screen and (max-width: 1040px) {
  .link__btn a {
    font-size: 1.6rem;
    width: 300px;
    max-width: 100%;
    line-height: 50px;
  }

  /* btn ▲*/
  .section__ttl {
    font-size: 3rem;
  }

  .section__ttl .small {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 767px) {
  .link__btn a {
    font-size: 1.4rem;
    width: 300px;
    max-width: 100%;
    line-height: 40px;
  }

  /* btn ▲*/
  .section__ttl {
    font-size: 2.6rem;
  }

  .section__ttl .small {
    font-size: 1.2rem;
  }
}

/*============================
	header
============================*/

/* header {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  padding: 20px 1% 30px;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
} */

.hd__h1 {
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  margin: 0 0 15px 0;
}

.hd__left {
  width: 40%;
  flex: 0 1 auto;
}

.hd__right {
  width: 60%;
  flex: 1 1 auto;
}

.hd__logo {
  width: 180px;
  max-width: 100%;
  height: auto;
}

.hd__contactwrap {
  width: fit-content;
  flex: 0 0 auto;
}

.hd__contact {
  flex: 0 1 200px;
  margin-right: 1%;
}

.hd__contact a {
  display: block;
  width: 100%;
  line-height: 40px;
  background: #245ba4;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.hd__contact img {
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.hd__tel {
  font-size: 2.4rem;
  letter-spacing: 0;
  white-space: nowrap;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}

.hd__tel img {
  width: 15px;
  margin-right: 5px;
  vertical-align: baseline;
}

/***** g-nav PC ▼*****/

.g-nav__pc {
  text-align: center;
  height: 100px;
  width: 100%;
  padding: 55px 0 0;
}

.g-nav__pc--ul {
  max-width: 400px;
  margin: 0 4% 0 auto;
}

.g-nav__li {
  position: relative;
  z-index: 9;
  flex: 1 1 auto;
  padding: 0 2%;
}

.g-nav__li:first-child {
  padding: 0 2% 0 0;
}

.g-nav__li:last-child {
  padding: 0 0 0 2%;
}

.g-nav__li a {
  white-space: nowrap;
  font-size: min(1.6rem, 1.6vw);
  letter-spacing: 0.05em;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  font-weight: bold;
}

.g-nav__li a:hover {
  opacity: 0.8;
  color: #e75b0e;
}

.g-nav__li.sub-triger {
  position: relative;
  padding-right: 15px;
  background: url(../img/cmn/nav_arw.png) no-repeat center right;
}

.sub-triger:hover .sub-nav {
  display: block;
  opacity: 1;
}

.sub-nav {
  position: absolute;
  background: rgba(36, 91, 164, 0.85);
  padding: 20px 10%;
  min-width: 150px;
  left: 50%;
  top: 25px;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  display: none;
  opacity: 0;
  transition: 0.5s;
  animation: sub-navAppear 0.5s forwards;
  color: #fff;
}

@keyframes sub-navAppear {
  0% {
    opacity: 0%;
  }

  100% {
    opacity: 1;
  }
}

.g-nav__pc--ul .sub-nav__li {
  margin: 0 0 10px;
}

.g-nav__pc--ul .sub-nav__li a {
  font-size: 1.4rem;
  color: #fff;
  padding-bottom: 10px;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.g-nav__pc--ul .sub-nav__li a:hover {
  color: #fff;
}

/* g-nav 伸びるボーダー */

/* .g-nav__pc--ul li a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 5px;
    background: #1d3b72;
    left: 50%;
    bottom: -2px;
    border-radius: 1px;
    transition: .5s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
} */

.g-nav__pc--ul li a:hover:before {
  width: 60px;
}

.g-nav__pc--ul .sub-nav__li a:hover::before {
  display: none;
}

/***** g-nav ▲*****/

/***** ハンバーガー ▼*****/

.hd__menu {
  font-weight: bold;
  font-size: 1rem;
  z-index: 999;
  width: 52px;
  height: 52px;
  /* background: #00528d; */
  transition: 0.5s;
  margin: 0 0 0 auto;
  padding: 10px 0;
}

/* .hd__menu.active {
    background: #00528d;
} */

.hd__hamburger {
  width: 40px;
  height: 10px;
  cursor: pointer;
}

.hd__hamburger span {
  background: #111;
  height: 2px;
  width: 100%;
  left: 0;
}

.hd__hamburger.active span {
  background: #111;
}

.hd__menu .hd__menu--txt {
  font-size: 1rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  transition: 0.5s;
  margin-top: 5px;
}

/* .hd__gnav--sp.active .hd__menu--txt {
    
} */

.hd__hamburger--top {
  top: 0;
  transition: 0.5s;
}

.hd__hamburger--middle {
  top: 42.5%;
  transition: 0.5s;
}

.hd__hamburger--bottom {
  bottom: 0;
  transition: 0.5s;
}

.hd__hamburger.active .hd__hamburger--top {
  transform: translateY(0px) rotate(30deg);
}

.hd__hamburger.active .hd__hamburger--middle {
  display: none;
}

.hd__hamburger.active .hd__hamburger--bottom {
  transform: translateY(-8px) rotate(-30deg);
}

/***** sp nav *****/
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(000, 000, 000, 0.5);
  opacity: 0;
  display: none;
  transition: 0.5s;
}

html.active body:before {
  opacity: 0;
  z-index: 999;
  display: block;
  animation-name: BgAppear;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes BgAppear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes BgHide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.g-nav__bg {
  position: fixed;
  top: 0;
  right: -120%;
  height: 100vh;
  width: 70vw;
  transition: all 0.5s;
  background: #eaeaea;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 60px 10% 100px;
  margin-top: 62px;
  z-index: 9999;
}

.g-nav__bg.active {
  right: 0;
}

.g-nav__h1 {
  display: block;
  margin: 0 0 30px;
  line-height: 1.6;
  font-size: 1.2rem;
}

/* .g-nav__sp{
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
} */
.g-nav__sp-ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 30px;
  /* text-align: center; */
}

.g-nav__bg .g-nav__li a {
  font-size: 1.6rem;
  height: 100%;
  display: block;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1;
}

.g-nav__sp-ul .sub-triger {
  margin-bottom: 15px;
}

.g-nav__bg .sub-nav__li a {
  font-size: 1.6rem;
  margin-bottom: 15px;
  font-weight: bold;
}

.g-nav__sp ul span {
  font-size: 2.4rem;
  margin-right: 10px;
}

.g-nav__tel {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.g-nav__tel--txt {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.g-nav__tel img {
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.g-nav__tel--time {
  margin-bottom: 30px;
  font-size: 1.4rem;
  text-align: center;
}

.g-nav__contact {
  width: 100%;
}

.g-nav__contact img {
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.g-nav__contact a {
  display: block;
  width: 80%;
  margin: 0 auto 20px;
  max-width: 300px;
  line-height: 50px;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  text-align: center;
  background: #2e559b;
  color: #fff;
}

@media screen and (max-width: 1040px) {
  .g-nav__pc {
    display: none;
  }

  header .pc {
    display: none;
  }

  header .sp {
    display: block;
  }

  .hd__left {
    padding: 0;
  }

  .hd__flex--sp.sp {
    display: block;
  }

  .hd__gnav--sp {
    display: block;
  }

  .hd__h1.sp {
    display: block;
    position: absolute;
    font-size: 1.2rem;
    top: 20px;
    left: 5%;
  }

  /* header {
    height: 62px;
    position: fixed;
    background: #eaeaea;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 10px;
  } */

  header .inner {
    padding: 0 1%;
  }

  .hd__logo {
    width: 130px;
    max-width: none;
    height: auto;
    position: relative;
    z-index: 999;
    margin: 0;
    flex: 0 0 auto;
  }

  .hd__flex {
    display: flex;
  }

  .hd__tel--ico {
    display: block;
    margin: 5px 5% 0 auto;
    width: 35px;
  }
}

@media screen and (max-width: 767px) {
  /* header {
    height: 52px;
    padding: 10px 10px;
    background-size: 300%;
  } */

  .hd__txt.sp {
    padding: 0;
    margin: 0;
    right: auto;
    left: 20%;
    top: 20px;
    text-align: center;
    line-height: 1.6;
  }

  .hd__left {
    width: auto;
  }

  .hd__right {
    width: auto;
  }

  .hd__hamburger span {
    height: 1px;
  }

  .g-nav__bg {
    width: 100vw;
    padding: 30px 10% 100px;
    margin-top: 52px;
  }

  .g-nav__bg .g-nav__li a {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .g-nav__tel {
    font-size: 2.6rem;
  }

  .g-nav__tel img {
    width: 15px;
    vertical-align: baseline;
  }

  .hd__logo {
    max-width: none;
    width: 100px;
  }

  .hd__menu {
    padding-top: 15px;
  }

  .g-nav__sp-ul {
    padding: 0 5%;
  }

  .g-nav__contact a {
    font-size: 1.4rem;
    line-height: 40px;
  }

  header .hd__tel--ico {
    display: none;
    margin: 5px 5% 0 auto;
    width: 30px;
  }

  .hd__tel--ico img {
    vertical-align: middle;
  }
  .hd__h1.sp {
    display: block;
    position: absolute;
    font-size: 1rem;
    top: 15px;
    left: 5%;
  }
}

/*============================
	fv
============================*/
.fv {
  z-index: 9;
  background: linear-gradient(#ff955b 0%, #ffdcc8 40%, #ffff 100%);
  padding: 140px 1% 60px;
}

.fv__slick {
  /* max-width: 1000px; */
  max-width: 800px;
  margin: 0 auto;
}

/* .fv__img img {
    object-fit: cover;
    width: 100%;
    height: calc(100vh - 110px);
} */

.fv__copy {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
  top: 70%;
  left: 30%;
  width: 50%;
  max-width: 1000px;
}

.fv__txt {
  max-width: 780px;
  margin: 60px auto 0;
  background: #e75b0e;
  color: #fff;
  padding: 30px 5%;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.025em;
}

.fv__scroll {
  bottom: 30%;
  left: 2%;
  font-size: 1.1rem;
  /* left: calc(50% + 770px); */
  z-index: 99;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.fv__scroll::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100px;
  background: #222;
  left: 45%;
  top: 60px;
  animation: scrollAnime 2s 0s infinite;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

@keyframes scrollAnime {
  0% {
    height: 100px;
  }

  50% {
    height: 120px;
  }

  100% {
    height: 100px;
  }
}

/* .mv__scroll::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0 15px 10px;
    border-color: transparent transparent transparent #ffffff;
    left: 45%;
    bottom: 0;
} */

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  left: 0;
  bottom: -10%;
  z-index: 99;
}

.slick-dots li {
  width: 30px;
}

.slick-dots li button:before {
  content: "●";
  width: 7px;
  height: 7px;
  font-size: 10px;
  color: #ccc;
  opacity: 0.8;
}

.slick-dots li.slick-active button:before {
  color: #e75b0e;
}

/* スライド slick fade*/

/* .slide-animation img {
    animation: fadezoom 8s 0s forwards;
} */

@keyframes fadezoom {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@media screen and (max-width: 1040px) {
  .fv {
    margin-top: 62px;
    padding: 80px 5% 40px;
  }

  .fv__txt {
    margin: 60px auto 0;
    padding: 20px 5%;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .fv .slick01.pc {
    display: block;
  }

  .fv__img.pc {
    display: block;
  }

  .fv__img.sp {
    display: none;
  }

  .fv__copy.pc {
    display: block;
  }

  .fv__copy.sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .fv {
    margin-top: 52px;
    padding: 40px 5%;
  }

  .fv__txt {
    margin: 40px auto 0;
    padding: 15px 5%;
    font-size: 1.4rem;
  }

  .fv .slick01 {
    width: 100%;
  }

  .fv__img.pc {
    display: none;
  }

  .fv__img.sp {
    display: block;
  }

  .fv__copy {
    top: 65%;
    left: 45%;
    width: 80%;
    min-width: auto;
  }

  .fv__copy02 {
    width: 90%;
    min-width: auto;
    bottom: -4%;
  }

  .slick-dots {
    bottom: -20px;
    left: 0;
  }

  .slick-dots li {
    width: 15px;
  }

  .fv__scroll {
    font-size: 1rem;
    display: none;
  }

  .fv__scroll::before {
    bottom: 70px;
  }

  .side__roadwrap {
    display: none;
  }
}

/*============================
	products
============================*/
.products {
  padding: 100px 0;
  background: #eaeaea;
}

.products__left {
  width: 80%;
  max-width: 1000px;
  margin: 0 2% 0 0;
}

.products__right {
  width: 20%;
  max-width: 300px;
}

.products__box {
  padding: 120px 5% 90px;
  border: solid 5px #e75b0e;
  position: relative;
}

.products .section__ttl {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background: #eaeaea;
  padding: 0 20px;
}

.products__item {
  width: 32%;
  margin-bottom: 15px;
}
.products__img {
  background: #fff;
  margin-bottom: 0;
}
.products__img img {
  display: block;
  width: 80%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.products__box .products__flex::after {
  width: 32%;
  content: "";
  display: block;
}
/* .products__item:last-child {
  margin: 0 auto;
} */

.products__ttl {
  background: url(../img/cmn/btn_arw.png) no-repeat center right 10px, #fff;
  line-height: 80px;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  font-weight: bold;
}

.products__right--img {
  border: solid 5px #e75b0e;
  padding: 30px 20px 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1040px) {
  .products {
    padding: 80px 3%;
  }

  .products__left {
    width: 75%;
    margin: 0 2% 0 0;
  }

  .products__right {
    width: 25%;
  }

  .products__box {
    padding: 80px 5% 60px;
    border: solid 3px #e75b0e;
  }

  .products .section__ttl {
    position: absolute;
    top: -25px;
    left: 50%;
    padding: 0 20px;
  }

  .products__item {
    width: 48%;
    margin-bottom: 15px;
  }
  .products__item:last-child {
    margin: 0 0 0 auto;
  }

  .products__ttl {
    background: url(../img/cmn/btn_arw.png) no-repeat center right 10px, #fff;
    line-height: 60px;
    font-size: 1.4rem;
  }

  .products__right--img {
    border: solid 3px #e75b0e;
    padding: 20px 10px 20px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 767px) {
  .products {
    padding: 60px 5%;
  }

  .products__left {
    width: 100%;
    margin: 0 0 30px;
  }

  .products__right {
    width: 100%;
    margin: 0 auto;
  }

  .products__box {
    padding: 60px 5% 30px;
    border: solid 2px #e75b0e;
  }

  .products .section__ttl {
    position: absolute;
    top: -15px;
    left: 50%;
    padding: 0 15px;
  }

  .products__item {
    width: 100%;
    max-width: 290px;
    margin: 0 auto 15px;
  }
  .products__item:last-child {
    margin: 0 auto;
  }

  .products__ttl {
    background-size: 15px;
    line-height: 40px;
    font-size: 1.4rem;
  }

  .products__right--img {
    border: solid 3px #e75b0e;
    padding: 20px 10px 20px;
    margin-bottom: 30px;
  }
}

/*============================
	news
============================*/
.news {
  padding: 0 0 90px;
  background: #eaeaea;
}

.news .section__ttl {
  margin-bottom: 25px;
}

.news__dl {
  margin-bottom: 50px;
  width: fit-content;
  /* width: 100%; */
  margin: 0 auto;
}

.news__dt {
  font-size: 1.4rem;
  letter-spacing: 0;
  float: left;
  clear: both;
  font-weight: bold;
}

.news__cat {
  color: #fff;
  padding: 2px 10px;
  margin-left: 15px;
}

.info {
  background: #5d5d5d;
}
.product {
  background: #e75b0e;
}
.event {
  background: #4b9a80;
}

.news__dd {
  font-size: 1.4rem;
  letter-spacing: 0;
  margin: 0 0 20px 200px;
  font-weight: bold;
}

.news__btn a {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  padding: 0 40px;
  background: url(../img/cmn/btn_arw.png) no-repeat center right;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 1040px) {
  .news {
    padding: 0 0 80px;
  }
  .news__btn a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 767px) {
  .news {
    padding: 0 0 60px;
  }
  .news .section__ttl {
    margin-bottom: 20px;
  }

  .news__dl {
    margin-bottom: 30px;
  }

  .news__dt {
    font-size: 1.4rem;
    float: none;
    margin-bottom: 5px;
  }

  .news__dd {
    font-size: 1.4rem;
    margin: 0 0 20px 0;
  }

  .news__btn a {
    font-size: 1.4rem;
    background-size: 15px;
    padding: 0 30px;
  }
}

/*============================
	contact
============================*/
.contact__left {
  width: 50%;
  background: url(../img/cmn/bg_contact_tel.jpg) no-repeat center center/cover;
  padding: 75px 0 60px;
}

.contact__right {
  width: 50%;
  background: url(../img/cmn/bg_contact_mail.jpg.jpg) no-repeat center center/cover;
  padding: 75px 0 60px;
}

.contact__txt {
  font-size: 1.8rem;
  font-weight: bold;
  white-space: nowrap;
  color: #fff;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.comtact__telwrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.contact__tel {
  font-size: 4rem;
  letter-spacing: 0em;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.contact__tel img {
  width: 25px;
  margin-right: 10px;
  vertical-align: middle;
}

.contact__btn a {
  display: block;
  max-width: 360px;
  line-height: 70px;
  font-size: 2.2rem;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background: #245ba4;
  border: solid 1px #245ba4;
}

.contact__btn a:hover {
  opacity: 0.8;
}

.contact__btn img {
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

@media screen and (max-width: 1040px) {
  .contact__left {
    padding: 50px 0;
  }

  .contact__right {
    padding: 50px 0;
  }

  .contact__txt {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .contact__tel {
    font-size: 3rem;
  }
  .contact__tel a {
    color: #fff;
  }
  .contact__tel img {
    width: 20px;
  }

  .contact__btn a {
    max-width: 300px;
    width: 70%;
    line-height: 50px;
    font-size: 1.8rem;
  }

  .contact__btn img {
    width: 15px;
    margin-right: 10px;
    vertical-align: middle;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 767px) {
  .contact__left {
    padding: 40px 0;
    width: 100%;
  }

  .contact__right {
    padding: 40px 0;
    width: 100%;
  }

  .contact__txt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .contact__tel {
    font-size: 2.8rem;
  }
  .contact__tel a {
    color: #fff;
  }
  .contact__tel img {
    width: 15px;
  }

  .contact__btn a {
    max-width: 300px;
    width: 70%;
    line-height: 40px;
    font-size: 1.6rem;
  }

  .contact__btn img {
    width: 15px;
    margin-right: 10px;
    vertical-align: middle;
  }
}

/*============================
	footer
============================*/
footer {
  padding: 70px 0 0;
}

.ft__flex {
  margin-bottom: 50px;
}

.ft__left {
  width: 40%;
}

.ft__right {
  width: 60%;
}

.ft__logo {
  width: 180px;
  margin-bottom: 20px;
}
.ft__info {
  font-size: 1.4rem;
  letter-spacing: 0;
  font-weight: bold;
}
.ft__nav {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 10%;
}

.ft-nav__li {
  white-space: nowrap;
  font-size: min(1.4rem, 1.4vw);
  line-height: 1;
  width: 100%;
  margin-bottom: 20px;
  font-weight: bold;
}

.ft-nav__li a {
  width: 100%;
}

.ft__copyright {
  line-height: 50px;
  background: #e75b0e;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 1040px) {
  footer {
    padding: 50px 0 0;
  }

  .ft__flex {
    margin-bottom: 40px;
  }

  .ft__left {
    width: 40%;
  }

  .ft__right {
    width: 60%;
  }

  .ft__logo {
    width: 160px;
    margin-bottom: 10px;
  }
  .ft__info {
    font-size: 1.2rem;
  }
  .ft__nav {
    margin: 0 0 0 10%;
  }

  .ft-nav__li {
    font-size: min(1.4rem, 1.4vw);
    margin-bottom: 15px;
  }

  .ft__copyright {
    line-height: 40px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 767px) {
  footer {
    padding: 40px 0 0;
  }

  .ft__flex {
    margin-bottom: 50px;
  }

  .ft__left {
    width: 100%;
    margin-bottom: 30px;
  }

  .ft__right {
    width: 100%;
  }

  .ft__logo {
    width: 140px;
    margin-bottom: 10px;
  }
  .ft__info {
    font-size: 1.2rem;
  }
  .ft__nav {
    margin: 0;
  }

  .ft-nav__li {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }

  .ft__copyright {
    line-height: 30px;
    font-size: 1rem;
  }
}

/*============================
	page top /side btn
============================*/

@keyframes pagetopAnime {
  0% {
    height: 60px;
  }

  50% {
    height: 80px;
  }

  100% {
    height: 60px;
  }
}

#page-top {
  position: fixed;
  width: 40px;
  bottom: 90px;
  right: 3%;
  opacity: 0;
  transition: 0.5s;
  z-index: 99;
}

#page-top.active {
  opacity: 1;
}

/* #page-top a::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 80px;
    background: #fff;
    left: 50%;
    bottom: -90px;
    animation: pagetopAnime 2s 0s infinite;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
} */

@keyframes pagetopAnime {
  0% {
    height: 60px;
  }

  50% {
    height: 80px;
  }

  100% {
    height: 60px;
  }
}

#page-top.active {
  opacity: 1;
}

@media screen and (max-width: 1040px) {
  #page-top {
    width: 25px;
  }

  #page-top span {
    font-size: 1.2rem;
  }

  .side__btnwrap {
    width: 35px;
  }

  .side__recruit a {
    width: 35px;
    height: 120px;
    font-size: 1.6rem;
    padding: 10px 0 0;
  }

  .side__recruit a::before {
    border-width: 0 35px 10px 0;
  }

  .side__contact a {
    width: 35px;
    height: 120px;
    font-size: 1.6rem;
    padding: 10px 0 0;
  }

  .side__contact a::before {
    border-width: 0 35px 10px 0;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 767px) {
  .side__btnwrap {
    display: none;
  }

  #page-top {
    right: 5px;
  }

  .wow {
    animation-delay: 0s !important;
  }
}

/* bread_crumb_list
------------------------------*/
.bread_crumb {
  font-size: 0.9em;
  box-sizing: border-box;
}
.bread_crumb li {
  display: inline;
}
.bread_crumb li::after {
  content: "\003e";
  margin-right: 0.25em;
  /* margin-left: 0.25em; */
  margin-left: 0.6em;
  vertical-align: top;
}
.bread_crumb li:last-child:after {
  display: none;
}
.wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-list-item:not(:last-of-type) {
  margin-right: 1em !important;
}


/* contact btn
------------------------------*/
.contact-form__submit-btn-wrap {
    width: 480px;
    margin: 40px auto 20px;
    text-align: center;
}

.contact-form__submit-btn-wrap input {
    width: 45%;
    padding: 14px 30px;
    font-size: 1.125em;
    background: #16367f;
    color: #fff;
    cursor: pointer;
    border: 2px solid #16367f;
    -webkit-appearance: none;
    margin: 0 10px;
}

.contact-form__submit-btn-wrap input:first-of-type {
    background: #fff;
    border: 2px solid #666;
    color: #333;
}


input.wpcf7-form-control.has-spinner.wpcf7-submit.contact-form__submit-btn.wpcf7c-elm-step2 {
    width: 100%;
    margin-top: 20px;
}


.flexcontact{
	display:flex;
	justify-content: space-between;
    flex-flow: row wrap;
}


@media screen and (max-width: 768px) {
	.contact-form__submit-btn-wrap input:first-of-type {
	margin-bottom:20px;
	}
	.contact-form__submit-btn-wrap input{
		width:80%;
	}

	input.wpcf7-form-control.has-spinner.wpcf7-submit.contact-form__submit-btn.wpcf7c-elm-step2 {
    width: 80%;
}
	
	.flexcontact{
    flex-direction: column;
		width:100%;
		align-items:center;
	}
}


/*========== ここから新規 ==========*/

/*============================
 assets
============================*/

body {
  overflow: auto;
}

body.open {
    overflow: hidden;
}

.wrapper {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}

.sp-Only {
  display: none;
}

@media screen and (max-width: 767px) {

  .pc-Only {
    display: none;
  }

  .sp-Only {
    display: block;
  }

}

/*============================
 st-Header
============================*/

.st-Header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.st-Header a:hover,
.st-Header a:active {
  opacity: 1;
}

.st-Header .outer {
  display: flex;
  height: 100%;
  background-color: #ffffff;
  align-items: center;
  padding-right: 40px;
  position: relative;
}

.st-Header .site-Ttl {
  display: flex;
  width: 320px;
  height: 150px;
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.st-Header .site-Ttl span {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.st-Header .site-Ttl img {
  width: 170px;
}

.st-Header .tel-Col {
  margin-left: auto;
}

.st-Header .tel-Col dt {
  font-size: 15px;
  font-weight: bold;
}

.st-Header .tel-Col dd a {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  padding-left: 22px;
  position: relative;
}

.st-Header .tel-Col dd a:hover {
  color: #333333;
}

.st-Header .tel-Col dd a::before {
  content: "";
  display: block;
  width: 17px;
  height: 22px;
  background-image: url(../img/common/tel_icon.png);
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.st-Header .mail-Col {
  display: none;
  margin-left: 40px;
}

.st-Header .mail-Col a {
  display: block;
  color: #ef6f1a;
  width: 220px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #ef6f1a;
  border-radius: 40px;
  padding: 15px 0;
  position: relative;
  transition: .6s all;
}

.st-Header .mail-Col a:hover {
  color: #ffffff;
  background-color: #ef6f1a;
}

.st-Header .mail-Col a span {
  padding-left: 30px;
  position: relative;
}

.st-Header .mail-Col a span::before,
.st-Header .mail-Col a span::after {
  content: "";
  width: 25px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: .6s all;
}

.st-Header .mail-Col a span::before {
  background-image: url(../img/common/mail_icon.png);
  z-index: 2;
}

.st-Header .mail-Col a:hover span::before {
  opacity: 0;
}

.st-Header .mail-Col a span::after {
  background-image: url(../img/common/mail_white_icon.png);
  z-index: 1;
}

/*========== .main-Navi ==========*/

.main-Navi .main-List {
  display: flex;
  align-items: center;
}

.main-Navi .main-List .item {
  margin-left: 40px;
}

.main-Navi .main-List .p-Item span {
  font-size: 16px;
  font-weight: bold;
  padding-right: 20px;
  cursor: pointer;
  transition: .6s all;
  position: relative;
}

.main-Navi .main-List .p-Item:hover span {
  color: #b4b4b4;
}

.main-Navi .main-List .p-Item span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 3px solid #ef6f1a;
  border-bottom: 3px solid #ef6f1a;
  position: absolute;
  top: 7px;
  right: 0;
  transform: rotate(45deg);
  z-index: 1;
}

.main-Navi .main-List a {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  transition: .6s all;
}

.main-Navi .main-List a:hover {
  color: #b4b4b4;
}

.main-Navi .main-List .contact-Btn a {
  display: block;
  color: #ef6f1a;
  width: 220px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #ef6f1a;
  border-radius: 40px;
  padding: 10px 0;
}

.main-Navi .main-List .contact-Btn a:hover {
  color: #ffffff;
  background-color: #ef6f1a;
}

.main-Navi .main-List .contact-Btn a span {
  padding-left: 30px;
  position: relative;
}

.main-Navi .main-List .contact-Btn a span::before,
.main-Navi .main-List .contact-Btn a span::after {
  content: "";
  width: 25px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: .6s all;
}

.main-Navi .main-List .contact-Btn a span::before {
  background-image: url(../img/common/mail_icon.png);
  z-index: 2;
}

.main-Navi .main-List .contact-Btn a:hover span::before {
  opacity: 0;
}

.main-Navi .main-List .contact-Btn a span::after {
  background-image: url(../img/common/mail_white_icon.png);
  z-index: 1;
}

.main-Navi .main-List .p-Item {
  padding: 20px 0;
  position: relative;
}

.main-Navi .main-List .p-Item .sub-List {
    display: none;
    width: 250px;
    background-color: #525252;
    box-shadow: 2px 2px 5px #ffffff;
    padding: 25px 20px;
    box-sizing: border-box;
    position: absolute;
    top: 60px;
    z-index: 1;
}

.main-Navi .main-List .p-Item:hover .sub-List {
  display: block;
}

.main-Navi .main-List .sub-List li + li {
  border-top: 1px dashed #ffffff;
  padding-top: 10px;
  margin-top: 10px;
}

.main-Navi .main-List .sub-List li a {
  color: #ffffff;
  font-size: 15px;
}

.main-Navi .main-List .sub-List li a:hover {
  color: #ffa948;
}

/*========== .toggle ==========*/

.toggle {
  display: none;
  width: 80px;
  height: 80px;
  background-color: #5c5c5c;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}

.toggle span {
  display: block;
  width: 52px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  transition: .6s all;
  z-index: 1;
}

.toggle span:nth-of-type(1) {
  top: 23px;
}

.toggle span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}

.toggle span:nth-of-type(3) {
  top: 53px;
}

.toggle.open span:nth-of-type(1) {
    top: 39px;
    transform: rotate(45deg);
}

.toggle.open span:nth-of-type(2) {
  opacity: 0;
}

.toggle.open span:nth-of-type(3) {
    top: 39px;
    transform: rotate(-45deg);
}


/*========== .sp-Container ==========*/

.sp-Container {
    display: none;
    max-width: 400px;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px #a7a7a7;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9998;
    transform: translateX(100%);
    transition: .6s all;
}

.sp-Container.open {
    transform: translateX(0);
}

.sp-Container .site-Logo {
  text-align: center;
  padding: 120px 40px 0;
  margin-bottom: 60px;
}

.sp-Container .site-Logo span {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.sp-Container .site-Logo img {
  max-width: 140px;
}

.sp-Container .sp-Navi {
  padding: 0 40px;
  margin-bottom: 60px;
}

.sp-Container .sp-Navi ul li {
  border-top: 1px solid #333333;
}

.sp-Container .sp-Navi ul li:last-child {
  border-bottom: 1px solid #333333;
}

.sp-Container .sp-Navi ul li:first-of-type {
  border-top: 0;
}

.sp-Container .sp-Navi ul li span {
  display: block;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #333333;
  padding: 0 20px 10px;
  margin-bottom: 20px;
}

.sp-Container .sp-Navi ul li a {
  display: block;
  font-size: 22px;
  font-weight: bold;
  padding: 20px;
  transition: .6s all;
  position: relative;
}

.sp-Container .sp-Navi ul li a:hover {
  color: #b4b4b4;
}

.sp-Container .sp-Navi ul li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: .6s all;
  z-index: 1;
}

.sp-Container .sp-Navi ul li a:hover::after {
  border-top: 3px solid #b4b4b4;
  border-right: 3px solid #b4b4b4;
}

.sp-Container .sp-Navi .sub-List {
  padding-left: 20px;
  margin-bottom: 30px;
}

.sp-Container .sp-Navi .sub-List li {
  padding-left: 30px;
  border-top: 0;
  position: relative;
}

.sp-Container .sp-Navi .sub-List li:last-child {
  border-bottom: 0;
}

.sp-Container .sp-Navi .sub-List li + li {
  margin-top: 20px;
}

.sp-Container .sp-Navi .sub-List li::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #ff6600;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}

.sp-Container .sp-Navi .sub-List li::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  position: absolute;
  top: 14px;
  left: 3px;
  transform: rotate(45deg);
  z-index: 2;
}

.sp-Container .sp-Navi .sub-List li a {
  display: inline;
  font-size: 20px;
  padding: 0;
}

.sp-Container .sp-Navi .sub-List li a:hover {
  text-decoration: underline;
}

.sp-Container .sp-Navi .sub-List li a::after {
  content: none;
}

.sp-Container .btn-Box {
  background-color: #e3e3e3;
  padding: 60px 40px;
}

.sp-Container .btn-Box dl + dl {
  margin-top: 40px;
}

.sp-Container .btn-Box dl dt {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.sp-Container .btn-Box .tel-Btn dd {
  text-align: center;
}

.sp-Container .btn-Box .tel-Btn dd a {
  font-size: 24px;
  font-weight: bold;
  padding-left: 22px;
  position: relative;
}

.sp-Container .btn-Box .tel-Btn dd a::before {
    content: "";
    display: block;
    width: 17px;
    height: 22px;
    background-image: url(../img/common/tel_icon.png);
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.sp-Container .btn-Box .mail-Btn a {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    background-color: #ff8a2b;
    border: 1px solid #ff8a2b;
    padding: 20px 0;
    position: relative;
    transition: .6s all;
}

.sp-Container .btn-Box .mail-Btn a:hover {
    color: #ff8a2b;
    background-color: #ffffff;
}

.sp-Container .btn-Box .mail-Btn a span {
    padding-left: 35px;
    position: relative;
}

.sp-Container .btn-Box .mail-Btn a span::before,
.sp-Container .btn-Box .mail-Btn a span::after {
    content: "";
    width: 25px;
    height: 19px;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transition: .6s all;
}

.sp-Container .btn-Box .mail-Btn a span::before {
    background-image: url(../img/common/mail_white_icon.png);
    z-index: 2;
}

.sp-Container .btn-Box .mail-Btn a:hover span::before {
    opacity: 0;
}

.sp-Container .btn-Box .mail-Btn a span::after {
    background-image: url(../img/common/mail_orange_icon.png);
    z-index: 1;
}

.sp-Container .btn-Box .catalog-Btn a {
    display: block;
    width: 100%;
    color: #1e3d73;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #1e3d73;
    padding: 20px 0;
    position: relative;
    transition: .6s all;
}

.sp-Container .btn-Box .catalog-Btn a:hover {
    color: #ffffff;
    background-color: #1e3d73;
}

.sp-Container .btn-Box .catalog-Btn a span {
    padding-left: 28px;
    position: relative;
}

.sp-Container .btn-Box .catalog-Btn a span::before,
.sp-Container .btn-Box .catalog-Btn a span::after {
    content: "";
    width: 18px;
    height: 19px;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transition: .6s all;
}

.sp-Container .btn-Box .catalog-Btn a span::before {
    background-image: url(../img/common/flie_icon.png);
    z-index: 2;
}

.sp-Container .btn-Box .catalog-Btn a:hover span::before {
    opacity: 0;
}

.sp-Container .btn-Box .catalog-Btn a span::after {
    background-image: url(../img/common/flie_white_icon.png);
    z-index: 1;
}

.sp-Container .btn-Box .mail-Btn a::after,
.sp-Container .btn-Box .catalog-Btn a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    transform: rotate(45deg);
    margin: auto;
    z-index: 1;
    transition: .6s all;
}

.sp-Container .btn-Box .mail-Btn a::after {
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
}

.sp-Container .btn-Box .mail-Btn a:hover::after {
    border-top: 3px solid #ff8a2b;
    border-right: 3px solid #ff8a2b;
}

.sp-Container .btn-Box .catalog-Btn a::after {
    border-top: 3px solid #1e3d73;
    border-right: 3px solid #1e3d73;
}

.sp-Container .btn-Box .catalog-Btn a:hover::after {
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
}

.sp-Container .info-Box {
  border-bottom: 20px solid #565656;
    padding: 40px;
}

.sp-Container .info-Box address {
    font-size: 15px;
    font-style: normal;
    text-align: center;
}

.sp-Container .info-Box address span {
    display: block;
    font-size: 14px;
}

@media screen and (max-width: 1399px) {

  .st-Header .outer {
    padding-right: 30px;
  }

  .st-Header .site-Ttl {
    width: 270px;
  }

  .st-Header .site-Ttl span {
    font-size: 12px;
  }

  .st-Header .site-Ttl img {
    width: 140px;
  }

  /*========== .main-Navi ==========*/

  .main-Navi .main-List .item {
    margin-left: 30px;
  }

}

@media screen and (max-width: 1279px) {

  .st-Header {
    height: 80px;
  }

  .st-Header .tel-Col dt {
      font-size: 14px;
  }

  .st-Header .tel-Col dd a {
      font-size: 22px;
  }

  .st-Header .mail-Col {
    display: block;
    padding-right: 80px;
  }

  /*========== .main-Navi ==========*/

  .main-Navi {
    display: none;
  }

  /*========== .toggle ==========*/

  .toggle {
    display: block;
  }

  /*========== .sp-Container ==========*/

  .sp-Container {
      display: block;
  }

}

@media screen and (max-width: 1023px) {

  .st-Header .tel-Col {
    padding-right: 80px;
  }

  .st-Header .mail-Col {
    display: none;
  }

  /*========== .sp-Container ==========*/

  .sp-Container .site-Logo {
    padding: 120px 30px 0;
  }

  .sp-Container .sp-Navi {
    padding: 0 30px;
  }

  .sp-Container .btn-Box {
    padding: 60px 30px;
  }

  .sp-Container .info-Box {
    padding: 40px 30px;
  }

}

@media screen and (max-width: 767px) {
  
  .st-Header {
    position: static;
  }

  .st-Header .site-Ttl {
    width: auto;
    height: 100px;
    padding: 0 30px;
  }

  .st-Header .site-Ttl span {
    display: none;
  }

  .st-Header .tel-Col {
    display: none;
  }

  /*========== .sp-Container ==========*/

  .sp-Container {
    max-width: 100%;
  }

  .sp-Container .site-Logo {
    padding: 120px 20px 0;
  }

  .sp-Container .sp-Navi {
    padding: 0 20px;
  }

  .sp-Container .sp-Navi ul li a {
    font-size: 20px;
  }

  .sp-Container .sp-Navi ul li span {
    font-size: 20px;
  }

  .sp-Container .sp-Navi .sub-List li a {
    font-size: 18px;
  }

  .sp-Container .btn-Box {
    padding: 60px 20px;
  }

  .sp-Container .info-Box {
    padding: 40px 20px;
  }

}

/*============================
 hero-Standard
============================*/

.hero-Standard {
  margin-top: 100px;
}

@media screen and (max-width: 1279px) {

  .hero-Standard {
    margin-top: 80px;
  }

}

@media screen and (max-width: 767px) {

  .hero-Standard {
    margin-top: 0;
  }

}

/*============================
 st-Contact
============================*/

.st-Contact {
  background-image: url(../img/common/contact_bg.jpg);
  background-size: cover;
  background-position: center center;
  padding: 140px 0;
}

.st-Contact .txt-Box {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

.st-Contact h2 {
  color: #ffffff;
  font-size: 38px;
  font-weight: bold;
  margin-right: 60px;
}

.st-Contact h2 span {
  display: block;
  font-size: 17px;
  padding-top: 15px;
}

.st-Contact p {
  color: #ffffff;
  font-size: 16px;
  line-height: 2;
}

.st-Contact .btn-Col {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}

.st-Contact .btn-Col dl {
  display: flex;
  width: calc(100% / 3);
  border-right: 1px solid #ffffff;
  padding: 30px 25px;
  flex-direction: column;
  box-sizing: border-box;
}

.st-Contact .btn-Col dl:first-of-type {
  border-left: 1px solid #ffffff;
}

.st-Contact .btn-Col dt {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.st-Contact .btn-Col dd span {
  position: relative;
}

.st-Contact .btn-Col .tel-Btn dd {
  text-align: center;
}

.st-Contact .btn-Col .tel-Btn dd a {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
}

.st-Contact .btn-Col .tel-Btn dd a:hover {
  opacity: 1;
}

.st-Contact .btn-Col .tel-Btn dd span {
  padding-left: 20px;
}

.st-Contact .btn-Col .tel-Btn dd span::before {
  content: "";
  display: block;
  width: 17px;
  height: 22px;
  background-image: url(../img/common/tel_orange_icon.png);
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.st-Contact .btn-Col .mail-Btn a {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  background-color: #ff8a2b;
  padding: 20px 0;
  position: relative;
  transition: .6s all;
}

.st-Contact .btn-Col .mail-Btn a:hover {
  color: #ff8a2b;
  background-color: #ffffff;
  opacity: 1;
}

.st-Contact .btn-Col .mail-Btn a span {
  padding-left: 35px;
  position: relative;
}

.st-Contact .btn-Col .mail-Btn a span::before,
.st-Contact .btn-Col .mail-Btn a span::after {
 content: "";
  width: 25px;
  height: 19px;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: .6s all;
}

.st-Contact .btn-Col .mail-Btn a span::before {
  background-image: url(../img/common/mail_white_icon.png);
  z-index: 2;
}

.st-Contact .btn-Col .mail-Btn a:hover span::before {
  opacity: 0;
}

.st-Contact .btn-Col .mail-Btn a span::after {
    background-image: url(../img/common/mail_orange_icon.png);
    z-index: 1;
}

.st-Contact .btn-Col .catalog-Btn a {
  display: block;
  width: 100%;
  color: #1e3d73;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  background-color: #ffffff;
  padding: 20px 0;
  position: relative;
  transition: .6s all;
}

.st-Contact .btn-Col .catalog-Btn a:hover {
  color: #ffffff;
  background-color: #1e3d73;
  opacity: 1;
}

.st-Contact .btn-Col .catalog-Btn a span {
  padding-left: 28px;
}

.st-Contact .btn-Col .catalog-Btn a span::before,
.st-Contact .btn-Col .catalog-Btn a span::after {
  content: "";
  width: 18px;
  height: 19px;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: .6s all;
}

.st-Contact .btn-Col .catalog-Btn a span::before {
  background-image: url(../img/common/flie_icon.png);
  z-index: 2;
}

.st-Contact .btn-Col .catalog-Btn a:hover span::before {
  opacity: 0;
}

.st-Contact .btn-Col .catalog-Btn a span::after {
  background-image: url(../img/common/flie_white_icon.png);
  z-index: 1;
}

.st-Contact .btn-Col .mail-Btn a::after,
.st-Contact .btn-Col .catalog-Btn a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    transform: rotate(45deg);
    margin: auto;
    z-index: 1;
    transition: .6s all;
}

.st-Contact .btn-Col .mail-Btn a::after {
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.st-Contact .btn-Col .mail-Btn a:hover::after {
  border-top: 3px solid #ff8a2b;
  border-right: 3px solid #ff8a2b;
}

.st-Contact .btn-Col .catalog-Btn a::after {
  border-top: 3px solid #1e3d73;
  border-right: 3px solid #1e3d73;
}

.st-Contact .btn-Col .catalog-Btn a:hover::after {
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

@media screen and (max-width: 1279px) {

  .st-Contact .btn-Col {
    padding: 0;
  }

  .st-Contact .btn-Col .mail-Btn a,
  .st-Contact .btn-Col .catalog-Btn a {
    font-size: 16px;
  }

  .st-Contact .btn-Col .mail-Btn a::after,
  .st-Contact .btn-Col .catalog-Btn a::after {
    right: 15px;
  }

}

@media screen and (max-width: 1023px) {

  .st-Contact {
    padding: 120px 0;
  }

  .st-Contact .txt-Box {
    margin-bottom: 60px;
  }

  .st-Contact h2 {
    font-size: 32px;
    margin-right: 50px;
  }

  .st-Contact .btn-Col {
    padding: 0 20px;
  }

  .st-Contact .btn-Col dl {
    width: calc(100% / 2);
  }

  .st-Contact .btn-Col dl:last-of-type {
    border-right: 0;
  }

  .st-Contact .btn-Col dl.tel-Btn {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #ffffff;
  }

  .st-Contact .btn-Col dl.tel-Btn dt {
    margin-right: 30px;
    margin-bottom: 0;
  }

}

@media screen and (max-width: 767px) {

  .st-Contact {
    background-image: url(../img/common/contact_bg_sp.jpg);
    padding: 80px 0;
  }

  .st-Contact .txt-Box {
    display: block;
  }

  .st-Contact h2 {
    font-size: 30px;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .st-Contact h2 span {
    font-size: 14px;
  }

  .st-Contact .btn-Col {
    padding: 0;
  }

  .st-Contact .btn-Col dl {
    display: block;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ffffff;
    padding: 40px 0;
  }

  .st-Contact .btn-Col dl:first-of-type {
    border-top: 1px solid #ffffff;
  }

}


/*============================
 st-Footer
============================*/

.st-Footer {
  padding-top: 100px;
}

.st-Footer .logo {
  width: 170px;
  margin: 0 auto 40px;
}

.st-Footer address {
  font-size: 14px;
  font-style: normal;
  text-align: center;
}

.st-Footer address span {
  padding-right: 10px;
}

.st-Footer .tel-Btn {
  font-size: 17px;
  text-align: center;
  margin-top: 10px;
}

.st-Footer .footer-Navi {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0 80px;
}

.st-Footer .footer-Navi .list-Item {
  width: calc(100% / 4 - 15.5px);
  margin-right: 20px;
}

.st-Footer .footer-Navi .list-Item:last-child {
  margin-right: 0;
}

.st-Footer .footer-Navi .list-Item a {
  font-weight: bold;
}

.st-Footer .footer-Navi .list-Item ul li {
  font-size: 16px;
  font-weight: bold;
}

.st-Footer .footer-Navi .item01.list-Item ul li + li,
.st-Footer .footer-Navi .item02.list-Item ul li + li {
  margin-top: 30px;
}

.st-Footer .footer-Navi .list-Item ul li a {
  display: block;
  border-bottom: 1px solid #333333;
  padding-bottom: 5px;
  position: relative;
}

.st-Footer .footer-Navi .list-Item ul li a:hover {
  color: #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
}

.st-Footer .footer-Navi .list-Item ul li a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  transform: rotate(45deg);
  margin: auto;
  z-index: 1;
}

.st-Footer .footer-Navi .list-Item ul li a:hover::after {
  border-top: 2px solid #b4b4b4;
  border-right: 2px solid #b4b4b4;
}

.st-Footer .footer-Navi .list-Item.item03 ul li + li,
.st-Footer .footer-Navi .list-Item.item04 ul li + li {
  margin-top: 30px;
}

.st-Footer .footer-Navi .list-Item dl {
  min-height: 160px;
  margin-bottom: 40px;
}

.st-Footer .footer-Navi .list-Item dl dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #333333;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.st-Footer .footer-Navi .list-Item dl dd {
  padding-left: 20px;
  position: relative;
}

.st-Footer .footer-Navi .list-Item dl dd::before {
  content: "\30FB";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.st-Footer .footer-Navi .list-Item dl dd + dd {
  margin-top: 10px;
}

.st-Footer .footer-Navi .list-Item dl dd a {
  font-size: 15px;
}

.st-Footer .footer-Navi .list-Item dl dd a:hover {
  color: #b4b4b4;
  text-decoration: underline;
}

.st-Footer .comapny-Btn {
  margin-bottom: 100px;
}

.st-Footer .comapny-Btn a {
  display: block;
  max-width: 320px;
  color: #16367f;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #16367f;
  padding: 20px 0;
  margin: 0 auto;
  transition: .6s all;
}

.st-Footer .comapny-Btn a:hover {
  color: #ffffff;
  background-color: #16367f;
  opacity: 1;
}

.st-Footer .copy {
  text-align: center;
  background-color: #fd9b3c;
  padding: 10px 0;
  box-sizing: border-box;
}

.st-Footer .copy small {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {

  .st-Footer .footer-Navi .list-Item {
    width: calc(100% / 2 - 10px);
    margin-right: 20px;
  }

  .st-Footer .footer-Navi .list-Item:nth-child(2n) {
    margin-right: 0;
  }

  .st-Footer .footer-Navi .list-Item dl {
      margin-bottom: 30px;
  }

  .st-Footer .footer-Navi .list-Item.item02 dl {
    margin-bottom: 67px;
  }

  .st-Footer .footer-Navi .list-Item.item03,
  .st-Footer .footer-Navi .list-Item.item04 {
    width: 100%;
    margin-right: 0;
  }

  .st-Footer .footer-Navi .list-Item.item03 ul,
  .st-Footer .footer-Navi .list-Item.item04 ul {
    display: flex;
    flex-wrap: wrap;
  }

  .st-Footer .footer-Navi .list-Item.item03 ul li,
  .st-Footer .footer-Navi .list-Item.item04 ul li {
    width: calc(100% / 2 - 10px);
    margin-top: 30px;
    margin-right: 20px;
  }

  .st-Footer .footer-Navi .list-Item.item03 ul li:nth-of-type(2n),
  .st-Footer .footer-Navi .list-Item.item04 ul li:nth-of-type(2n) {
    margin-right: 0;
  }

  .st-Footer .footer-Navi .list-Item.item03 ul li + li,
  .st-Footer .footer-Navi .list-Item.item04 ul li + li {
    margin-top: 30px;
  }

}

@media screen and (max-width: 767px) {

    .st-Footer .footer-Navi .list-Item {
      width: 100%;
      margin-right: 0;
    }

    .st-Footer .footer-Navi .list-Item dl {
      min-height: auto;
    }

    .st-Footer .footer-Navi .list-Item dl dt {
      padding-left: 20px;
    }

    .st-Footer .footer-Navi .list-Item dl dd {
      padding-left: 40px;
    }

    .st-Footer .footer-Navi .list-Item ul li a {
      padding-left: 20px;
    }

    .st-Footer .footer-Navi .list-Item dl dd::before {
      left: 20px;
    }

    .st-Footer .footer-Navi .list-Item.item01 {
      margin-bottom: 30px;
    }

    .st-Footer .footer-Navi .list-Item.item02 dl {
      margin-bottom: 30px;
    }

    .st-Footer .footer-Navi .list-Item.item03 ul,
    .st-Footer .footer-Navi .list-Item.item04 ul {
      display: block;
    }

    .st-Footer .footer-Navi .list-Item.item03 ul li,
    .st-Footer .footer-Navi .list-Item.item04 ul li {
      width: 100%;
      margin-top: 30px;
      margin-right: 0;
    }

}


.grecaptcha-badge {
  z-index: 9997;
}