@charset "UTF-8";
/*
Theme Name: 買取大吉　セブンタウンせんげん台店
*/
@media screen and (max-width: 1200px) {
  .pc_only {
    display: none; }

  .sp_only {
    display: block; } }
@media screen and (min-width: 480px) {
  .pc_only {
    display: block; }

  .sp_only {
    display: none; } }
body {
  font-size: 16px;
  color: #101010;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  margin: 0; }
  body img,
  body svg {
    width: 100%;
    height: auto; }
  body a {
    color: #101010;
    text-decoration: none; }
    body a:hover {
      color: #1e257c;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      text-decoration: none;
      opacity: 0.5; }
  body p {
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 0; }
  @media screen and (max-width: 959px) {
    body {
      font-size: 14px; } }

.fff {
  color: #fff; }
  .fff-bg {
    background-color: #fff; }

.display__pc {
  display: block; }
  @media screen and (max-width: 959px) {
    .display__pc {
      display: none; } }
.display__sp {
  display: none; }
  @media screen and (max-width: 959px) {
    .display__sp {
      display: block; } }

.text__center {
  text-align: center; }

.bold-300 {
  font-weight: 300; }
.bold-400 {
  font-weight: 400; }
.bold-500 {
  font-weight: 500; }
.bold-600 {
  font-weight: 600; }

.d_link { margin: 0; padding: 0; height: 0; position: relative; pointer-events: none; }
@media print, screen and (min-width: 480px){
.dinbPc{display: inline-block;}
.d_link p {
top: -130px;
left: 0;
position: absolute;
}
}

.page__item {
  padding: 80px 0 120px; }
  @media screen and (max-width: 959px) {
    .page__item {
      padding: 40px 0px; } }
.page__wrap {
  width: 1000px;
  margin: auto; }
  @media screen and (max-width: 1200px) {
    .page__wrap {
      width: calc(100% - 180px);
      padding: 0 20px; } }
  @media screen and (max-width: 959px) {
    .page__wrap {
      width: calc(100% - 48px);
      padding: 0 12px; } }
  @media screen and (max-width: 479px) {
    .page__wrap {
      width: calc(100% - 12px);
      padding: 0 6px; } }
.page__heading {
  margin-bottom: 80px;
  text-align: center; }
  @media screen and (max-width: 959px) {
    .page__heading {
      margin-bottom: 30px; } }
  @media screen and (max-width: 479px) {
    .page__heading {
      margin-bottom: 20px; } }
  .page__heading h1 {
    font-size: 50px; }
    @media screen and (max-width: 959px) {
      .page__heading h1 {
        font-size: calc(60px / 2); } }

.ham {
  display: none;
  position: relative;
  border: 1px solid #000000;
  width: 54.8px;
  height: 54.8px;
  border-radius: 3px;
  z-index: 2; }
  .ham span {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    width: 30px;
    height: 2px;
    margin: auto;
    background: #000; }
    .ham span:nth-child(1) {
      top: 13px; }
    .ham span:nth-child(2) {
      top: 24px; }
    .ham span:nth-child(3) {
      top: 35px; }
  @media screen and (max-width: 959px) {
    .ham {
      display: block; } }
  .ham-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #d2d5ec;
    color: #000;
    z-index: -1; }
    .ham-menu__wrap {
      position: absolute;
      top: 240px;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%; }
      @media screen and (min-width: 480px) {
        .ham-menu__wrap {
          top: 320px; } }
    .ham-menu__list {
      width: 90%;
      margin: auto; }
      .ham-menu__list p {
        text-align: center;
        background-color: #fff;
        padding: 10px 0; }
        .ham-menu__list p:not(:last-child) {
          margin-bottom: 1em; }

.ham-main {
  display: none;
  position: relative;
  width: 52.8px;
  height: 54.8px;
  z-index: 2;
  background-color: #d2d5ec; }
  .ham-main span {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    width: 30px;
    height: 3px;
    margin: auto;
    border-radius: 2px; }
    .ham-main span:nth-child(1) {
      top: 13px;
      background: #1e257c; }
    .ham-main span:nth-child(2) {
      top: 24px;
      background: #1e257c; }
    .ham-main span:nth-child(3) {
      top: 35px;
      background: #1e257c; }
    .ham-main span:nth-child(4) {
      top: 40px;
      font-size: 10px; }
  @media screen and (max-width: 959px) {
    .ham-main {
      display: block; } }
  .ham-main-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    z-index: -1; }
    .ham-main-menu__wrap {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 40%; }
      .ham-main-menu__wrap p {
        text-align: center;
        font-size: 24px;
        margin-bottom: 1em; }
        @media screen and (max-width: 479px) {
          .ham-main-menu__wrap p {
            font-size: 3rem; } }

.ham-b span {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .ham-b span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 24px;
    background-color: #1e257c; }
  .ham-b span:nth-child(2) {
    display: none; }
  .ham-b span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 24px;
    background-color: #1e257c; }
  .ham-b span:nth-child(4) {
    top: 40px; }

.position-fixed {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  width: 100%; }

.hamBlock {
  transition: all 0.5s;
  z-index: 9999; }
  @media screen and (max-width: 959px) {
    .hamBlock {
      display: flex;
      flex-wrap: wrap;
      height: 54.8px; }
      .hamBlock > div:nth-child(1) {
        width: calc(100% - 54.8px);
        background-color: #1e257c;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        height: 100%; }
        .hamBlock > div:nth-child(1) img {
          max-width: 400px;
          padding: 10px; }
      .hamBlock > div:nth-child(2) {
        flex: 1; } }

.hide {
  transform: translateY(-100%); }

.on {
  transform: translateY(0%); }

.fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

.hamBlock__logo a:hover {
  opacity: 1.0; }

.form {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  padding: 20px; }

@media screen and (max-width: 480px) {
  .form {
    margin-top: 40px; } }
.form-item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%; }

@media screen and (max-width: 480px) {
  .form-item {
    padding-top: 16px;
    padding-bottom: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.form-item-text {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: block; }

.form-itemLabel {
  width: 100%;
  letter-spacing: 0.05em; }

@media screen and (max-width: 480px) {
  .form-itemLabel {
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
.isMsg {
  width: 100%;
  letter-spacing: 0.05em; }

@media screen and (max-width: 480px) {
  .isMsg {
    margin-top: 0; } }
.form-itemLabel-Required {
  margin-right: 8px;
  padding: 5px 12px;
  padding-bottom: 8px;
  max-width: 100%;
  display: inline-block;
  text-align: center;
  background: #0f0f0f;
  color: #fff; }

@media screen and (max-width: 480px) {
  .form-itemLabel-Required {
    padding-top: 4px;
    padding-bottom: 4px;
    width: 56px; } }
.form-itemLabel-Any {
  margin-right: 8px;
  padding: 5px 12px;
  padding-bottom: 8px;
  max-width: 100%;
  display: inline-block;
  text-align: center;
  background: #1e257c;
  color: #fff; }

@media screen and (max-width: 480px) {
  .form-itemLabel-Any {
    padding-top: 4px;
    padding-bottom: 4px;
    width: 56px; } }
.form-item-Input {
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  background: #fff;
  border: 1px solid; }

@media screen and (max-width: 480px) {
  .form-item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit; } }
.form-item-Textarea {
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  background: #fff;
  border: 1px solid; }

@media screen and (max-width: 480px) {
  .form-item-Textarea {
    margin-top: 0px;
    margin-left: 0;
    height: 200px;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit; } }
.form-Btn {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #0f0f0f;
  color: #fff; }

@media screen and (max-width: 480px) {
  .form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px; } }
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #1e257c;
  opacity: 1.0;
  border-radius: 50%; }
  @media screen and (max-width: 959px) {
    #page_top {
      right: 10px;
      bottom: 90px; } }

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none; }

#page_top a:hover {
  opacity: 1.0; }

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center; }

#footer-button {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 100; }
  #footer-button .button {
    background-color: #1e257c;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    width: auto; }
    #footer-button .button__box {
      display: flex;
      flex-wrap: wrap; }
      #footer-button .button__box > div {
        width: 50%; }

.absolute {
  position: absolute;
  top: -70px;
  bottom: auto;
  display: none; }

.header {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #1e257c;
  z-index: 1000; }
  @media screen and (max-width: 959px) {
    .header__wrap {
      position: relative;
      z-index: 1000; } }
  .header__block {
    width: 1000px;
    margin: auto; }
    @media screen and (max-width: 1200px) {
      .header__block {
        width: calc(100% - 180px);
        padding: 0 20px; } }
    @media screen and (max-width: 959px) {
      .header__block {
        width: calc(100% - 48px);
        padding: 0 12px; } }
    @media screen and (max-width: 479px) {
      .header__block {
        width: calc(100% - 12px);
        padding: 0 6px; } }
  .header__logoBlock {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 1000; }
  .header__logo {
    max-width: 200px;
    width: 100%;
    margin-right: 25px; }
    @media screen and (max-width: 959px) {
      .header__logo {
        max-width: 600px; } }
    @media screen and (max-width: 959px) {
      .header__logo-dis {
        font-size: calc(23px / 2); } }
  .header__top {
    padding: 10px 0; }
    @media screen and (max-width: 959px) {
      .header__top {
        height: 54.8px;
        width: calc(100% - 52.8px); } }
    .header__top-inner {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      @media screen and (max-width: 959px) {
        .header__top-inner {
          height: 100%; } }
  .header__bottom {
    background-color: #d2d5ec;
    padding: 15px 0; }
    .header__bottom-inner {
      width: 1000px;
      margin: auto; }
      @media screen and (max-width: 1200px) {
        .header__bottom-inner {
          width: calc(100% - 180px);
          padding: 0 20px; } }
      @media screen and (max-width: 959px) {
        .header__bottom-inner {
          width: calc(100% - 48px);
          padding: 0 12px; } }
      @media screen and (max-width: 479px) {
        .header__bottom-inner {
          width: calc(100% - 12px);
          padding: 0 6px; } }
    .header__bottom-nav {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 50px; }
      .header__bottom-nav a {
        color: #1e257c; }
      .header__bottom-nav li {
        font-weight: 500; }

.o-hidden {
  overflow: hidden; }

.display__pc {
  display: block; }
  @media screen and (max-width: 959px) {
    .display__pc {
      display: none; } }
.display__sp {
  display: none; }
  @media screen and (max-width: 959px) {
    .display__sp {
      display: block; } }
.display__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }

main {
  margin-top: 138.38px; }
  @media screen and (max-width: 959px) {
    main {
      margin-top: 54.8px; } }

.main-visual__wrap {
  width: 100%;
  display: block;
  /*background-image: url(images/mv_back.png);
  background-size: cover;
  background-position: bottom center;
  height: 750px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;*/ }
  @media screen and (max-width: 959px) {
    .main-visual__wrap {
      height: auto;
      /*padding: 30px 0;*/ } }
.main-visual__text {
  font-size: 50px;
  margin-bottom: 10px; }
  @media screen and (max-width: 959px) {
    .main-visual__text {
      font-size: calc(50px / 2);
      margin-bottom: 0px; } }
.main-visual__img {
  width: 100%;
  display: block;
  /*max-width: 790px;
  padding: 0 20px;
  margin: auto;
  position: relative;
  z-index: 0;*/ }
.main-visual__left {
  position: absolute;
  top: 0%;
  left: -50%;
  max-width: 300px;
  width: 100%;
  z-index: -1; }
  @media screen and (max-width: 959px) {
    .main-visual__left {
      left: -20%;
      max-width: 200px; } }
.main-visual__right {
  position: absolute;
  top: 0%;
  right: -40%;
  max-width: 220px;
  width: 100%;
  z-index: -1; }
  @media screen and (max-width: 959px) {
    .main-visual__right {
      right: -7%;
      max-width: 100px; } }

.text-gradient {
  text-align: center;
  background: #0a1355;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(top, #0a1355, #4283fd);
  background: linear-gradient(to top, #0a1355, #4283fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  .text-gradient-gold {
    text-align: center;
    background: #fbdd79;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(top, #fbdd79, #d1aa4f);
    background: linear-gradient(to top, #fbdd79, #d1aa4f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1; }
    .text-gradient-gold::after {
      content: "0";
      position: absolute;
      text-shadow: 0.5px 0.5px 3px #3a3a3a;
      top: 51%;
      left: 0;
      z-index: -1; }

.text-marker {
  background-image: linear-gradient(90deg, #ffd853, #ffd853);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 40%;
  padding: 0 0.2em 0 0.2em; }

.text-size__sm {
  font-size: 28px; }
  @media screen and (max-width: 959px) {
    .text-size__sm {
      font-size: calc(28px / 2); } }
.text-size-number-md {
  font-size: 40px; }
  @media screen and (max-width: 959px) {
    .text-size-number-md {
      font-size: calc(40px / 2); } }
.text-size-number-xl {
  font-size: 75px;
  line-height: 0;
  margin-left: 20px; }
  @media screen and (max-width: 959px) {
    .text-size-number-xl {
      font-size: 45px;
      margin-left: 10px; } }

.color__main {
  color: #1e257c; }
  .color__main-bg {
    background-color: #1e257c; }

.shippori {
  font-family: 'Shippori Mincho', serif; }
  .shippori-400 {
    font-family: 'Shippori Mincho', serif;
    font-weight: 400; }
  .shippori-500 {
    font-family: 'Shippori Mincho', serif;
    font-weight: 500; }
  .shippori-600 {
    font-family: 'Shippori Mincho', serif;
    font-weight: 600; }
  .shippori-700 {
    font-family: 'Shippori Mincho', serif;
    font-weight: 700; }
  .shippori-800 {
    font-family: 'Shippori Mincho', serif;
    font-weight: 800; }
  .shippori-italic {
    font-style: italic;
    padding-right: 10px; }
    @media screen and (max-width: 959px) {
      .shippori-italic {
        padding-right: 5px; } }
  .shippori-oblique {
    font-style: oblique;
    padding-right: 10px; }

@font-face {
  font-family: GenEiNuGothic;
  src: url("fonts/GenEiNuGothic-EB.ttf") format("truetype"); }
.genei {
  font-family: 'GenEiNuGothic';
  font-style: normal;
  letter-spacing: 0; }

.back__gray {
  background: #ffffff;
  background: -moz-linear-gradient(180deg, #ffffff 0%, #f3f3f3 100%);
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #f3f3f3 100%);
  background: linear-gradient(180deg, #ffffff 0%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f3f3f3",GradientType=1); }
.back__img01 {
  background-image: url(images/back-img01.png);
  background-size: cover;
  background-repeat: repeat-y;
  background-position: center top; }
.back__img02 {
  height: 250px;
  overflow: hidden;
  background: #ed2d28;
  background: -moz-linear-gradient(270deg, #ed2d28 0%, #fad127 100%);
  background: -webkit-linear-gradient(270deg, #ed2d28 0%, #fad127 100%);
  background: linear-gradient(270deg, #ed2d28 0%, #fad127 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ed2d28",endColorstr="#fad127",GradientType=1); }
  @media screen and (max-width: 959px) {
    .back__img02 {
      height: 80px; } }
.back__allGray {
  background-color: #e4e4e4; }

.manzoku {
  max-width: 1100px;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center; }
  .manzoku img {
    object-fit: cover; }

.footer {
  background-color: #101010;
  padding-bottom: 20px;
  padding-top: 20px; }
  @media screen and (max-width: 959px) {
    .footer {
      background-color: #1e257c;
      padding-bottom: 100px;
      padding-top: 0px; } }
  .footer__wrap p {
    text-align: center; }
    .footer__wrap p:nth-of-type(2) {
      font-size: 14px; }

.banner__wrap {
  margin-bottom: 60px; }
.banner__dis {
  font-size: 30px; }
  @media screen and (max-width: 959px) {
    .banner__dis {
      font-size: calc(30px / 2); } }
  .banner__dis-satei {
    font-size: 28px; }
    @media screen and (max-width: 959px) {
      .banner__dis-satei {
        font-size: calc(26px / 2); } }
.banner__satei {
  margin-bottom: 20px; }
  @media screen and (max-width: 959px) {
    .banner__satei {
      width: 107vw;
      margin-left: -5vh; } }

.point__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0px;
  margin-bottom: 40px; }
.point__box {
  position: relative;
  border: 2px solid #1e257c;
  width: 48%;
  background-color: #fff; }
  @media screen and (max-width: 959px) {
    .point__box {
      width: 100%; } }
  .point__box-inner {
    padding: 1px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (max-width: 959px) {
      .point__box-inner {
        padding: 0; } }
  .point__box-number {
    position: absolute;
    font-size: 80px;
    -webkit-text-stroke: 1px #fff; }
    @media screen and (max-width: 959px) {
      .point__box-number {
        font-size: 50px; } }
    .point__box-number-01 {
      top: -30px;
      left: 0px; }
      @media screen and (max-width: 959px) {
        .point__box-number-01 {
          top: -19px; } }
  .point__box-img {
    max-width: 180px;
    width: 100%; }
    @media screen and (max-width: 959px) {
      .point__box-img {
        max-width: calc(280px / 2); }
        .point__box-img img {
          max-height: calc(172px / 2);
          max-width: calc(280px / 2);
          object-fit: cover; } }
  .point__box-text {
    flex: 1;
    padding: 20px;
    font-size: 20px; }
    @media screen and (max-width: 959px) {
      .point__box-text {
        padding: 0 10px;
        font-size: calc(28px / 2); } }
.point__dis {
  font-size: 26px; }
  @media screen and (max-width: 959px) {
    .point__dis {
      font-size: calc(28px / 2);
      text-align: left !important; } }

.product__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 0px;
  margin-bottom: 60px; }
  @media screen and (max-width: 959px) {
    .product__block {
      gap: 30px 0px; } }
.product__box {
  position: relative;
  width: 32%; }
  @media screen and (max-width: 959px) {
    .product__box {
      width: 49%; } }
  .product__box-img {
    width: 100%;
    border-top: 4px solid #d1a94f;
    border-left: 4px solid #e2be60;
    border-right: 4px solid #e2be60;
    border-image-slice: 1;
    border-bottom: 4px solid #d1a94f;
    border-image: linear-gradient(to bottom, #d1a94f 0%, #fde07a 100%);
    border-image-slice: 1;
    margin-bottom: 10px; }
  .product__box-text {
    flex: 1;
    font-size: 20px; }
    @media screen and (max-width: 959px) {
      .product__box-text {
        font-size: 13px; } }
.product__dis p {
  font-size: 20px;
  line-height: 2.6rem; }
  @media screen and (max-width: 959px) {
    .product__dis p {
      font-size: calc(26px / 2);
      line-height: 1.6rem; } }

.result__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 70px 0px; }
  @media screen and (max-width: 959px) {
    .result__block {
      gap: 40px 0px; } }
.result__box {
  position: relative;
  width: 32%; }
  @media screen and (max-width: 959px) {
    .result__box {
      width: 48%; } }
  .result__box-inner {
    border-top: 4px solid #d1a94f;
    border-left: 4px solid #e2be60;
    border-right: 4px solid #e2be60;
    border-image-slice: 1;
    border-bottom: 4px solid #d1a94f;
    border-image: linear-gradient(to bottom, #d1a94f 0%, #fde07a 100%);
    border-image-slice: 1;
    margin-bottom: 25px; }
    @media screen and (max-width: 959px) {
      .result__box-inner {
        margin-bottom: 4px; } }
  .result__box-img {
    width: 100%;
    max-height: 220px; }
    .result__box-img img {
      height: auto; }
    .result__box-img-dis {
      color: #42230f;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 80px;
      font-size: 20px; }
      @media screen and (max-width: 959px) {
        .result__box-img-dis {
          height: 50px;
          font-size: calc(26px / 2);
          line-height: 1.0rem; } }
  .result__box-text {
    font-size: 26px;
    color: #b20402;
    position: relative; }
    @media screen and (max-width: 959px) {
      .result__box-text {
        font-size: calc(30px / 2); } }
    .result__box-text::after {
      content: "";
      position: absolute;
      width: 90%;
      height: 2px;
      background-color: #b20402;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
      @media screen and (max-width: 959px) {
        .result__box-text::after {
          width: 100%; } }
.result__dis {
  font-size: 20px; }

.case__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 0px;
  margin-bottom: 50px; }
  @media screen and (max-width: 959px) {
    .case__block {
      gap: 30px 0px; } }
.case__box {
  position: relative;
  width: 24%; }
  @media screen and (max-width: 959px) {
    .case__box {
      width: 48%; } }
  .case__box-inner {
    border-top: 4px solid #d1a94f;
    border-left: 4px solid #e2be60;
    border-right: 4px solid #e2be60;
    border-image-slice: 1;
    border-bottom: 4px solid #d1a94f;
    border-image: linear-gradient(to bottom, #d1a94f 0%, #fde07a 100%);
    border-image-slice: 1;
    position: relative;
    margin-bottom: 15px; }
    @media screen and (max-width: 959px) {
      .case__box-inner {
        margin-bottom: 5px; } }
  .case__box-tag {
    position: absolute;
    max-width: 80px;
    width: 100%;
    top: -4px;
    left: -4px;
    z-index: 1; }
    @media screen and (max-width: 959px) {
      .case__box-tag {
        max-width: 50px; } }
  .case__box-img {
    max-width: 100%;
    background-color: #f6f6f6;
    text-align: center; }
    .case__box-img img {
      max-width: 200px;
      max-height: 200px;
      object-fit: cover; }
  .case__box-text {
    color: #42230f;
    font-size: 20px; }
    @media screen and (max-width: 959px) {
      .case__box-text {
        font-size: calc(26px / 2); } }
.case__total-imgBlock {
  position: relative;
  margin-bottom: 65px; }
  @media screen and (max-width: 959px) {
    .case__total-imgBlock {
      margin-bottom: 25px; } }
  .case__total-imgBlock img {
    image-orientation: from-image; }
.case__total-img-text {
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 500px;
  width: 100%;
  background-color: #d90214;
  font-size: 30px; }
  @media screen and (max-width: 959px) {
    .case__total-img-text {
      max-width: calc(330px / 2);
      font-size: calc(30px / 2);
      bottom: -12px; } }
.case__total-price {
  max-width: 850px;
  width: 100%;
  margin: auto;
  margin-bottom: 50px; }
  @media screen and (max-width: 959px) {
    .case__total-price {
      margin-bottom: 20px; } }
.case__dis {
  max-width: 700px;
  width: 100%;
  margin: auto;
  border-radius: 5px;
  padding: 30px 20px 20px 20px;
  font-size: 20px;
  margin-bottom: 70px; }
  @media screen and (max-width: 959px) {
    .case__dis {
      padding: 20px 20px 20px 20px;
      margin-bottom: 30px; } }
  .case__dis .line-sm {
    line-height: 2.6rem; }
  .case__dis-titleBlock {
    background-image: linear-gradient(180deg, #770006, #e00214);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 90%;
    padding: 0 0.5em 0 0.5em;
    max-width: 650px;
    margin: auto;
    text-align: center;
    margin-bottom: 10px; }
    .case__dis-titleBlock p {
      font-size: 30px; }
      @media screen and (max-width: 959px) {
        .case__dis-titleBlock p {
          font-size: calc(30px / 2); } }
  .case__dis-text {
    color: #d90214;
    font-size: 28px; }
    @media screen and (max-width: 959px) {
      .case__dis-text {
        font-size: calc(28px / 2); }
        .case__dis-text p {
          line-height: 1.4rem !important; } }

.access__wrap {
  margin-bottom: 120px; }
  @media screen and (max-width: 959px) {
    .access__wrap {
      margin-bottom: 50px; } }
.access__headingBlock {
  background-color: #1e257c;
  padding: 20px 0;
  margin-bottom: 60px; }
  @media screen and (max-width: 959px) {
    .access__headingBlock {
      margin-bottom: 30px; } }
.access__logo {
  max-width: 300px;
  width: 100%; }
  @media screen and (max-width: 959px) {
    .access__logo {
      max-width: calc(290px / 2); } }
.access__heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0px 90px; }
  @media screen and (max-width: 959px) {
    .access__heading {
      gap: 0px 20px; } }
  .access__heading h1 {
    font-size: 40px; }
    @media screen and (max-width: 959px) {
      .access__heading h1 {
        font-size: calc(50px / 2); } }
.access__lead {
  font-size: 26px;
  margin-bottom: 70px; }
  @media screen and (max-width: 959px) {
    .access__lead {
      font-size: calc(26px / 2);
      margin-bottom: 20px; }
      .access__lead p {
        text-align: left !important; } }
.access__info {
  margin-bottom: 125px; }
  .access__info-imgBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px; }
    @media screen and (max-width: 959px) {
      .access__info-imgBlock {
        margin-bottom: 20px; } }
  .access__info-img {
    width: 48%; }
  .access__info-map {
    width: 100%;
    max-height: 300px;
    margin-bottom: 40px; }
    @media screen and (max-width: 959px) {
      .access__info-map {
        max-height: 250px; } }
  .access__info-dataBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .access__info-data {
    width: 60%; }
    @media screen and (max-width: 959px) {
      .access__info-data {
        width: 100%;
        font-size: calc(28px / 2); } }
    .access__info-data-table {
      width: 100%; }
      .access__info-data-table tr {
        margin-bottom: 20px;
        display: block; }
        .access__info-data-table tr td:nth-of-type(1) {
          width: 100px; }
          @media screen and (max-width: 959px) {
            .access__info-data-table tr td:nth-of-type(1) {
              width: 80px; } }
  .access__info-effort-block {
    width: 38%; }
    @media screen and (max-width: 959px) {
      .access__info-effort-block {
        width: 100%; } }
  .access__info-effort-top {
    margin-bottom: 10px;
    line-height: 1.5rem; }
.access__box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-left: 4%; }
  .access__box:not(:last-child) {
    padding-bottom: 3%; }
    @media screen and (max-width: 959px) {
      .access__box:not(:last-child) {
        padding-bottom: 10%; } }
    .access__box:not(:last-child)::after {
      content: "";
      position: absolute;
      background-color: #d4d4d4;
      width: 20px;
      height: 100%;
      top: 0;
      left: 0; }
  .access__box-number {
    background-color: #1e257c;
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    top: -2px;
    left: -1.9vw;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 959px) {
      .access__box-number {
        width: 50px;
        height: 50px;
        left: -4.1vw; } }
    .access__box-number span {
      font-size: 40px; }
      @media screen and (max-width: 959px) {
        .access__box-number span {
          font-size: calc(50px / 2); } }
  .access__box-data {
    flex: 1;
    position: relative;
    padding-left: 3%;
    margin-left: -1%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (max-width: 959px) {
      .access__box-data {
        flex-direction: initial;
        display: block; } }
  .access__box-img {
    width: 50%; }
    @media screen and (max-width: 959px) {
      .access__box-img {
        width: 100%; } }
  .access__box-dis {
    width: 50%;
    padding: 30px;
    font-size: 24px; }
    @media screen and (max-width: 959px) {
      .access__box-dis {
        width: 100%;
        padding: 10px 0;
        font-size: calc(30px / 2); } }

.contact__formBlock {
  margin-bottom: 30px; }
  .contact__formBlock .contact__form:not(:last-child) {
    margin-bottom: 70px; }
    @media screen and (max-width: 959px) {
      .contact__formBlock .contact__form:not(:last-child) {
        margin-bottom: 30px; } }
.contact__lead {
  font-size: 20px;
  margin-bottom: 80px; }
  @media screen and (max-width: 959px) {
    .contact__lead {
      font-size: calc(30px / 2);
      margin-bottom: 40px; }
      .contact__lead p {
        text-align: left !important; } }
.contact__form {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .contact__form-text {
    margin-bottom: 40px; }
    @media screen and (max-width: 959px) {
      .contact__form-text {
        margin-bottom: 20px; } }
    .contact__form-text p {
      font-size: 20px; }
      @media screen and (max-width: 959px) {
        .contact__form-text p {
          font-size: calc(30px / 2);
          text-align: left !important; } }
  .contact__form-top {
    align-items: flex-start; }
  .contact__form input {
    background-color: #fff;
    border: 4px solid #e6e6e6;
    border-radius: 5px;
    padding: 15px;
    width: 100%; }
  .contact__form textarea {
    background-color: #fff;
    border: 4px solid #e6e6e6;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    height: calc( 1.8em * 8 );
    line-height: 1.8; }
  .contact__form-item {
    max-width: 280px;
    width: 100%;
    font-size: 20px; }
    @media screen and (max-width: 959px) {
      .contact__form-item {
        max-width: initial;
        margin-bottom: 20px;
        font-size: calc(30px / 2); } }
    .contact__form-item-text {
      padding: 20px 0; }
      @media screen and (max-width: 959px) {
        .contact__form-item-text {
          padding: 0; } }
  .contact__form-input {
    flex: 1; }
  .contact__form-privacy {
    font-size: 24px;
    margin-bottom: 50px; }
    @media screen and (max-width: 959px) {
      .contact__form-privacy {
        font-size: calc(30px / 2);
        margin-bottom: 30px; } }
    .contact__form-privacy a {
      color: #a1ddff;
      text-decoration: underline; }
      .contact__form-privacy a:hover {
        color: #a1ddff;
        text-decoration: underline;
        opacity: 0.5; }
  .contact__form-check {
    margin-bottom: 50px; }
    @media screen and (max-width: 959px) {
      .contact__form-check {
        margin-bottom: 30px; } }
    .contact__form-check span {
      font-size: 20px; }
      @media screen and (max-width: 959px) {
        .contact__form-check span {
          font-size: calc(30px / 2); } }

.button__flex {
  display: flex;
  flex-wrap: wrap; }
  .button__flex > a {
    width: 50%; }
.button__toggle {
  margin: 30px 0; }
.button__submit {
  max-width: 900px;
  background-color: #fff;
  margin: auto;
  font-size: 20px;
  padding: 30px;
  width: 100%; }
  @media screen and (max-width: 959px) {
    .button__submit {
      padding: 20px 0; } }
.button__border {
  border-top: 6px solid #b67c3f;
  border-left: 6px solid #e2be60;
  border-right: 6px solid #e2be60;
  border-image-slice: 1;
  border-bottom: 6px solid #b67c3f;
  border-image: linear-gradient(to bottom, #b67c3f 0%, #fde07a 100%);
  border-image-slice: 1; }
  .button__border-sm {
    border-top: 2px solid #b67c3f;
    border-left: 2px solid #e2be60;
    border-right: 2px solid #e2be60;
    border-image-slice: 1;
    border-bottom: 2px solid #b67c3f;
    border-image: linear-gradient(to bottom, #b67c3f 0%, #fde07a 100%);
    border-image-slice: 1; }
.button__telLink {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  max-width: 750px;
  width: 100%;
  padding: 40px 30px;
  background: #d6d6d5;
  background: -moz-linear-gradient(180deg, #d6d6d5 0%, #edeeed 45%, #d6d6d5 100%);
  background: -webkit-linear-gradient(180deg, #d6d6d5 0%, #edeeed 45%, #d6d6d5 100%);
  background: linear-gradient(180deg, #d6d6d5 0%, #edeeed 45%, #d6d6d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6d6d5",endColorstr="##d6d6d5",GradientType=1); }
  @media screen and (max-width: 959px) {
    .button__telLink {
      padding: 20px 10px; } }
  .button__telLink-left {
    width: 30%; }
  .button__telLink-right {
    width: 65%; }
.button__position {
  position: relative; }
.button__telLink {
  position: relative; }
.button__light-tel {
  position: absolute;
  max-width: 100px;
  width: 100%;
  top: -47px;
  left: 0;
  right: 0;
  margin: auto; }
  .button__light-tel-sm {
    position: absolute;
    max-width: 100px;
    width: 30%;
    top: -15px;
    left: -18px; }
.button__light-contact-sm {
  position: absolute;
  max-width: 100px;
  width: 30%;
  top: -20px;
  left: -4px; }
.button__light-contact-md {
  position: absolute;
  max-width: 100px;
  width: 30%;
  top: -34px;
  left: -36px; }
.button__tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 100%;
  padding: 10px 30px;
  margin-right: 10px;
  background: #86471e;
  background: -moz-linear-gradient(180deg, #86471e 0%, #462510 100%);
  background: -webkit-linear-gradient(180deg, #86471e 0%, #462510 100%);
  background: linear-gradient(180deg, #86471e 0%, #462510 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#86471e",endColorstr="#462510",GradientType=1); }
  .button__tel-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 10px 10px;
    background: #86471e;
    background: -moz-linear-gradient(180deg, #86471e 0%, #462510 100%);
    background: -webkit-linear-gradient(180deg, #86471e 0%, #462510 100%);
    background: linear-gradient(180deg, #86471e 0%, #462510 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#86471e",endColorstr="#462510",GradientType=1); }
.button__contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 100%;
  padding: 10px 0px;
  background: #276df4;
  background: -moz-linear-gradient(180deg, #276df4 0%, #0b1558 100%);
  background: -webkit-linear-gradient(180deg, #276df4 0%, #0b1558 100%);
  background: linear-gradient(180deg, #276df4 0%, #0b1558 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#276df4",endColorstr="#0b1558",GradientType=1); }
  .button__contact-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 10px 0px;
    background: #276df4;
    background: -moz-linear-gradient(180deg, #276df4 0%, #0b1558 100%);
    background: -webkit-linear-gradient(180deg, #276df4 0%, #0b1558 100%);
    background: linear-gradient(180deg, #276df4 0%, #0b1558 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#276df4",endColorstr="#0b1558",GradientType=1); }
.button__box {
  display: flex;
  flex-wrap: wrap; }
  .button__box-tel-w {
    max-width: 300px;
    margin: auto;
    margin-bottom: 10px; }
  .button__box-contact-w {
    max-width: 300px;
    margin: auto; }
.button__tel-number {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 24px; }
  .button__tel-number img {
    max-width: 20px;
    margin-right: 5px; }
  .button__tel-number span {
    flex: 1; }
.button__time {
  font-size: 12px; }
.button__mb-md {
  margin-bottom: 90px; }
  @media screen and (max-width: 959px) {
    .button__mb-md {
      margin-bottom: 40px; } }
.button__mt-md {
  margin-top: 20px; }

.phone-icon img {
  max-width: 15px; }

/* チェックボックス01 */
input[type=checkbox] {
  margin-right: 10px; }

.wpcf7-not-valid-tip {
  color: #d2d5ec; }

.wpcf7-not-valid-tip {
  display: block; }

.wpcf7-response-output {
  text-align: center;
  color: #d2d5ec; }

div.screen-reader-response {
  display: none; }

.wpcf7-not-valid-tip {
  color: #ffe81d !important; }

.wpcf7-response-output {
  color: #ffe81d !important; }

.visible-only-if-sent {
  color: #ffe81d !important; }

.wpcf7 form.sent .wpcf7-response-output {
  border: none !important; }

.wpcf7 form .wpcf7-response-output {
  border: none !important;
  margin: 0em 0.5em 1em !important; }

.wpcf7 form div.visible-only-if-sent {
  display: none; }

.wpcf7 form.sent div.visible-only-if-sent {
  display: block; }

/*# sourceMappingURL=style.css.map */

.grecaptcha-badge {
display: none!important;
visibility: hidden!important;
}
.goolge-recpt {
  margin: 10px auto;
 font-size: 13px;
}
.goolge-recpt a {
  color: #fff;
  text-decoration: underline;
}