@charset "UTF-8";
#header .hpc {
  padding: 0.95vw 1.3020833333vw;
}
#header .hpc .flogo a span {
  color: #2A2F4E;
}
#header .hpc .flogo a:hover span {
  color: #223CE5;
}
#header .hpc .header-menu #menu-header-menu .menu-item:before, #header .hpc .header-menu #menu-header-menu .menu-item:after {
  background: #2A2F4E;
}
#header .hpc .header-menu #menu-header-menu .menu-item > a {
  color: #2A2F4E;
}
#header .hpc .header-menu #menu-header-menu .menu-item > a:before, #header .hpc .header-menu #menu-header-menu .menu-item > a:after {
  background: #2A2F4E;
}
#header.fixed .hpc .flogo a span {
  color: #2A2F4E;
}
#header.fixed .hpc .flogo a:hover span {
  color: #223CE5;
}
#header.fixed .hpc .header-menu #menu-header-menu .menu-item:before, #header.fixed .hpc .header-menu #menu-header-menu .menu-item:after {
  background: #2A2F4E;
}
#header.fixed .hpc .header-menu #menu-header-menu .menu-item:hover:before, #header.fixed .hpc .header-menu #menu-header-menu .menu-item:hover:after {
  background: #223CE5;
}
#header.fixed .hpc .header-menu #menu-header-menu .menu-item > a {
  color: #2A2F4E;
}
#header.fixed .hpc .header-menu #menu-header-menu .menu-item > a:before, #header.fixed .hpc .header-menu #menu-header-menu .menu-item > a:after {
  background: #2A2F4E;
}
#header.fixed .hpc .header-menu #menu-header-menu .menu-item > a:hover {
  color: #223CE5;
}
#header.fixed .hpc .header-menu #menu-header-menu .menu-item > a:hover:before, #header.fixed .hpc .header-menu #menu-header-menu .menu-item > a:hover:after {
  background: #223CE5;
}

main {
  padding-top: 6.2989583333vw;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 0;
  }
}
.txt-a {
  display: flex;
  background-image: linear-gradient(90deg, #7285EE, #4158D9 50%, #142FC6);
  border-radius: 80px;
  padding: 1.3vw 2.9vw;
  padding-right: 3.90625vw;
  box-sizing: border-box;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  transition: 1s;
}
.txt-a svg {
  display: flex;
  width: 1vw;
  height: 1.25vw;
  position: absolute;
  right: 1.6666666667vw;
  top: 50%;
  transform: translateY(-50%);
}
.txt-a svg path {
  fill: #ffffff;
}
.txt-a:hover {
  background: #ffffff;
  color: #223CE5;
  border: solid 2px #223CE5;
}
.txt-a:hover svg path {
  fill: #223CE5;
}

@media screen and (max-width: 767px) {
  .txt-a {
    margin-top: 40px;
    font-size: 14px;
    padding: 8px 20px;
    padding-right: 40px;
  }
  .txt-a svg {
    width: 18px;
    height: 16px;
    right: 10px;
  }
}
/*==========================================================================
section#lead_area
========================================================================== */
section#lead_area {
  position: relative;
}
section#lead_area .box {
  padding-bottom: 1vw;
}
section#lead_area .img-box {
  width: 100%;
  height: calc(100svh - 6.2989583333vw - 1.40625vw - 2vw);
}
section#lead_area .in-box {
  position: absolute;
  right: 0;
  top: 0;
}
section#lead_area .in-box .txt-box {
  box-sizing: border-box;
  padding: 1.5vw 3vw;
  background: url(../img/bg_page_ttl001_pc.svg) top left no-repeat;
  background-size: cover;
}
section#lead_area .in-box .txt-box::before {
  content: none;
}
section#lead_area .in-box .txt-h1 {
  color: #223CE5;
  line-height: 1;
  z-index: 1;
}
section#lead_area .in-box .txt-h1 .txt-s {
  color: #2A2F4E;
  display: block;
  line-height: 1;
  margin-top: 0.5vw;
}
section#lead_area .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 1vw;
  font-size: 0.95vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 79.2%;
  margin: 0 auto;
  margin-top: 1vw;
  color: #2A2F4E;
  position: relative;
}
section#lead_area .breadcrumbs > span {
  font-size: 0.95vw;
  font-weight: 400;
  color: #2A2F4E;
}
section#lead_area .breadcrumbs > span > a {
  font-size: 0.95vw;
  text-decoration: underline;
  color: #2A2F4E;
  font-weight: 400;
}
section#lead_area .breadcrumbs > span > span {
  font-size: 0.95vw;
  font-weight: 700;
  color: #2A2F4E;
}

@media screen and (max-width: 767px) {
  section#lead_area {
    position: relative;
  }
  section#lead_area .box {
    padding-bottom: 10px;
  }
  section#lead_area .img-box {
    height: calc(70svh - 28px - 10px);
  }
  section#lead_area .img-box:before {
    content: "";
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  section#lead_area .in-box {
    position: absolute;
    right: initial;
    top: initial;
    left: 0;
    bottom: 38px;
  }
  section#lead_area .in-box .txt-box {
    border-top-right-radius: 10px;
    width: 100%;
    padding: 20px 4vw;
    padding-bottom: 0;
    padding-right: 10vw;
    background: url(../img/fixed_asset.svg) no-repeat;
    background-position: bottom right;
    background-size: cover;
  }
  section#lead_area .in-box .txt-h1 {
    font-size: 16px;
    line-height: 1;
    margin: 0;
  }
  section#lead_area .in-box .txt-h1 .txt-s {
    font-size: 32px;
    line-height: 1.3em;
    margin: 0;
  }
  section#lead_area .breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 8px;
    font-size: 12px;
    font-family: "kozuka-gothic-pro", "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    width: 92%;
    margin: 0 auto;
    margin-top: 10px;
  }
  section#lead_area .breadcrumbs > span {
    font-size: 12px;
  }
  section#lead_area .breadcrumbs > span > a {
    font-size: 12px;
  }
  section#lead_area .breadcrumbs > span > span {
    font-size: 12px;
  }
}
/*==========================================================================
section#contact
========================================================================== */
section#contact .inner {
  padding-top: 9.375vw;
  padding-bottom: 10.4166666667vw;
}
section#contact .box {
  position: relative;
}
section#contact .in {
  background: #917F46;
  border: solid 3px #917F46;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 2vw 3.90625vw 2.6041666667vw;
  box-sizing: border-box;
  transition: 0.5s;
}
section#contact .in .txt-h2 {
  color: #ffffff;
  transition: 0.5s;
}
section#contact .in .txt-h2 .txt-s {
  display: block;
}
section#contact .in .txt-p {
  color: #ffffff;
  transition: 0.5s;
  line-height: 2em;
}
section#contact .in .txt-a {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.0416666667vw;
  transition: 0.5s;
}
section#contact .in .txt-a .arrow {
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 30px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1vw;
  transition: 0.5s;
  box-sizing: border-box;
  border: solid 1px #917F46;
}
section#contact .in .txt-a .arrow svg {
  width: 0.2864583333vw;
  height: 0.5208333333vw;
  display: flex;
}
section#contact .in .txt-a .arrow svg path {
  fill: #917F46;
}
section#contact .in:hover {
  background: #ffffff;
}
section#contact .in:hover .txt-h2 {
  color: #917F46;
}
section#contact .in:hover .txt-p {
  color: #917F46;
}
section#contact .in:hover .txt-a {
  color: #917F46;
}

@media screen and (max-width: 767px) {
  section#contact .inner {
    padding: 100px 0;
  }
  section#contact .in {
    border-width: 2px;
    padding: 30px 15px 20px;
  }
  section#contact .in .txt-h2 {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #D5D5D5;
  }
  section#contact .in .txt-h2 .txt-s {
    font-size: 65px;
    line-height: initial;
    margin-bottom: 10px;
    letter-spacing: -2px;
  }
  section#contact .in .txt-p {
    font-size: 14px;
  }
  section#contact .in .txt-a {
    margin-top: 35px;
    font-size: 14px;
    gap: 10px;
    justify-content: flex-end;
  }
  section#contact .in .txt-a .arrow {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-top: 0;
  }
  section#contact .in .txt-a .arrow svg {
    width: 4px;
    height: 7px;
  }
}
/*==========================================================================
section#contact_area
========================================================================== */
section#contact_area {
  position: relative;
}
section#contact_area .bg {
  position: absolute;
  z-index: -1;
  background: url(../img/contact_bg003.webp) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
section#contact_area .inner {
  padding-top: 10vw;
  padding-bottom: 10vw;
}
section#contact_area .box {
  justify-content: center;
  gap: 7.03125vw;
}
section#contact_area .line {
  width: 2px;
  height: 9vw;
  background: #ffffff;
}
section#contact_area .tel-box {
  color: #ffffff;
  text-align: center;
}
section#contact_area .tel-box .txt-h3 {
  margin-bottom: 1.5vw;
}
section#contact_area .tel-box .txt-t, section#contact_area .tel-box .txt-f {
  color: #ffffff;
  letter-spacing: 0.1vw;
  line-height: 1;
  transition: 0.8s;
  display: block;
}
section#contact_area .tel-box .txt-t {
  margin-bottom: 0.5vw;
}
section#contact_area .tel-box .txt-t:hover {
  color: #223CE5;
}
section#contact_area .tel-box .txt-o {
  margin-top: 1vw;
}
section#contact_area .form-box {
  color: #ffffff;
  text-align: center;
}
section#contact_area .form-box .txt-h3 {
  margin-bottom: 1.5vw;
}

@media screen and (max-width: 767px) {
  section#contact_area {
    position: relative;
  }
  section#contact_area .bg {
    position: absolute;
    z-index: -1;
    background: url(../img/contact_bg003.webp) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  section#contact_area .inner {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  section#contact_area .box {
    justify-content: center;
    gap: 0;
  }
  section#contact_area .line {
    width: 100%;
    height: 2px;
    margin: 30px auto;
  }
  section#contact_area .tel-box {
    width: 100%;
  }
  section#contact_area .tel-box .txt-h3 {
    margin-bottom: 30px;
    font-size: 20px;
  }
  section#contact_area .tel-box .txt-t, section#contact_area .tel-box .txt-f {
    font-size: 28px;
    letter-spacing: normal;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    gap: 10px;
  }
  section#contact_area .tel-box .txt-t span, section#contact_area .tel-box .txt-f span {
    font-size: 16px;
  }
  section#contact_area .tel-box .txt-t {
    margin-bottom: 10px;
  }
  section#contact_area .tel-box .txt-o {
    margin-top: 15px;
    font-size: 14px;
  }
  section#contact_area .form-box {
    width: 100%;
  }
  section#contact_area .form-box .txt-h3 {
    margin-bottom: 0;
    font-size: 20px;
  }
  section#contact_area .form-box .txt-a {
    margin: 30px auto 0;
    padding: 15px 40px;
    padding-right: 60px;
  }
}
/*# sourceMappingURL=page.css.map */