@charset "utf-8";
:root, a {
  color: #f7931e;
}
body {
  line-height: 1.6;
  margin: 0;
  padding: 0;
  font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  overflow-x: hidden;
}
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 30px);
}
.container {
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-item {
  align-items: center;
}
.font-bold {
  font-weight: bold;
}
.mb10 {
  margin-bottom: 1rem;
}
.mb15 {
  margin-bottom: 1.5rem;
}
.mb20 {
  margin-bottom: 2rem;
}
.mb30 {
  margin-bottom: 3rem;
}
.mb40 {
  margin-bottom: 4rem;
}
.mb50 {
  margin-bottom: 5rem;
}
.mb60 {
  margin-bottom: 6rem;
}
.mb70 {
  margin-bottom: 7rem;
}
.mb80 {
  margin-bottom: 8rem;
}
.mb90 {
  margin-bottom: 9rem;
}
.mb100 {
  margin-bottom: 10rem;
}
.mt10 {
  margin-top: 1rem;
}
.mt20 {
  margin-top: 2rem;
}
.mt30 {
  margin-top: 3rem;
}
.mt40 {
  margin-top: 4rem;
}
.mt50 {
  margin-top: 5rem;
}
.mt60 {
  margin-top: 6rem;
}
.mt70 {
  margin-top: 7rem;
}
.mt80 {
  margin-top: 8rem;
}
.mt100 {
  margin-top: 10rem;
}
.pb80 {
  padding-bottom: 8rem;
}
.pt60 {
  padding-top: 6rem;
}
.pt160 {
  padding-top: 16rem;
}
.spimg {
  display: none !important;
}
.inner-box {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
.anchor-target {
  padding-top: 100px;
  /* ヘッダーの高さに応じて調整 */
  margin-top: -100px;
  /* padding-topと同じ値をマイナスで指定 */
}
@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (min-width: 769px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}


@media screen and (max-width: 768px) {
  
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
	
	.br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
.Header {
  width: 100%;
  max-height: 80px;
  margin: 0 auto;
  padding: 10px 0px 10px;
  box-sizing: border-box;
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  overflow: hidden;
}
.head-menu {
  display: flex;
}
.head-menu-sub {
  display: flex;
  color: #f7931e;
  margin: 0 1.9rem 0 0;
}
.head-menu-sub li {
  padding: 1.8rem 2.4rem 1.3rem 1.5rem;
  font-size: 2.1rem;
  font-weight: bold;
}
.head-menu-sub li a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.Logo img {
  /*height: 64px;*/
  width: auto;
  margin-left: 25px;
}
.main-img {
  margin: 0 auto;
  padding-top: 80px;
  position: relative;
}
.main-img img {
  width: 100vw;
}
.main-img-ttl {
  width: 54%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 55%;
  overflow-x: hidden;
}

.Menu {
  position: fixed;
  top: 0;
  right: 13%;
  transform: translateX(50%) translateX(640px) translateX(100%);
  z-index: 20;
  width: 100%;
  height: 100vh;
  background-color: #f7931e;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}
.MenuIsOpen {
  transform: translateX(50%) translateX(640px);
  visibility: visible;
  opacity: 1;
}
.Menu-Header {
  width: 100%;
  height: 70px;
  background-color: #f7931e;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
}
.white-box {
  background-color: #fff;
  border-radius: 15px;
  padding: 2rem 4rem;
  margin: 4rem 3rem;
}
.Menu-List {
  width: 100%;
}
.Menu-List-Item {
  width: 100%;
  padding: 15px 20px;
  font-weight: bold;
  position: relative;
  font-size: 18px;
}
.Menu-List-Item::before {
  content: '';
  position: absolute;
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 25px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url("../images/common/square.png");
}
.nav-bt {
  margin: 2rem;
  width: 100%;
}
.nav-bt div a {
  color: #f7931e;
  font-size: 18px;
  text-decoration: underline;
}
.Button {
  position: relative;
  /* top: 0; */
  /* right: 0; */
  z-index: 30;
  height: 51px;
  width: 52px;
  /* padding: 0 17px; */
  cursor: pointer;
  border: solid #f7931e 2px;
  position: relative;
  top: 8px;
  left: 2px;
}
.Button-LineTop, .Button-LineMedium, .Button-LineBottom {
  width: 17px;
  height: 3px;
  background-color: #f7931e;
  transition: all 0.3s;
}
.Button-LineTop {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.Button-LineMedium {
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.Button-LineBottom {
  position: absolute;
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.ButtonIsOpen, .MenuIsOpen .Button {
  background-color: #fff;
  border: solid #f7931e 1px;
}
.ButtonIsOpen .Button-LineTop, .MenuIsOpen .Button .Button-LineTop {
  top: 16px;
  left: 15px;
  transform: translateY(6px) rotate(-45deg);
  width: 40%;
}
.ButtonIsOpen .Button-LineMedium, .MenuIsOpen .Button .Button-LineMedium {
  opacity: 0;
}
.ButtonIsOpen .Button-LineBottom, .MenuIsOpen .Button .Button-LineBottom {
  top: 28px;
  left: 15px;
  transform: translateY(-6px) rotate(45deg);
  width: 40%;
}
.Overlay {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  /*max-width: 1280px;*/
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.OverlayIsOpen {
  visibility: visible;
  opacity: 1;
}
.button {
  display: inline-block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  background-color: #f7931e;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 25px;
  transition: opacity 0.3s ease;
  text-align: center;
}
.button:hover {
  opacity: 0.8;
}
.link-bt {
  text-align: center;
  margin: 4rem auto 6rem;
}
/*フッター

-------------------------------------*/
footer {
    padding: 1rem 0 6rem;
    margin: 0 auto;
    background-color: #f7931e;
}
/*コピーライト

-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0 5rem;
    color: #fff;
    font-size: 19px;
}
.copyright a {
  color: #fff;
  text-decoration: none;
  display: inline;
}
/*ページトップへ戻るボタン

-------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 3rem;
  right: 1rem;
  z-index: 99999;
}
#pagetop a {
  display: block;
  width: 28px;
  text-align: center;
}
#pagetop a:hover {
  opacity: 0.8;
}
/*メイン

-------------------------------------*/
.target {
  scroll-margin-top: 100px;
  /* 固定ヘッダーの高さ分を設定 */
}
.v_top {
  vertical-align: top;
}
.scroll-down {
  text-align: right;
}
#section01, #section02, #section06, #section07 {
  position: relative;
}
#section01 {
  margin-bottom: 110px;
}
/*スクロールダウン全体の場所*/
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  top: 10px;
  /*全体の高さ*/
  height: 50px;
}
/*Scrollテキストの描写*/
.scrolldown1 span {
  position: absolute;
  left: 80%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 1px;
}
/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 46px;
  background: #000;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
  display: none !important;
}
/*スクロールダウン全体の場所*/
.scrolldown2 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  top: 10px;
  /*全体の高さ*/
  height: 50px;
}
/*Scrollテキストの描写*/
.scrolldown2 span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 0;
}
/* 線の描写 */
.scrolldown2::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 46px;
  background: #000;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
  display: none !important;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
.outline {
  display: inline-block;
  color: #ffffff;
  font-size: 13pt;
  letter-spacing: 3px;
  white-space: nowrap;
  text-shadow: 1px 1px 0px #000000, -1px 1px 0px #000000, 1px -1px 0px #000000, -1px -1px 0px #000000, 1px 0px 0px #000000, 0px 1px 0px #000000, -1px 0px 0px #000000, 0px -1px 0px #000000;
}
.outline::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 3px #000;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.area-ttl {
  font-size: 3rem;
  font-weight: bold;
  /* padding-bottom: 5rem; */
  width: auto;
  text-align: center;
  position: relative;
  padding-top: 32px;
  margin: 0 auto;
  display: table;
}
.area-ttl:before, .area-ttl:after {
  content: "";
  width: 88px;
  height: 0.5px;
  display: block;
  position: absolute;
  top: 66%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #000;
}
.area-ttl:before {
  left: 107%;
}
.area-ttl:after {
  right: 107%;
}
.sub-ttl {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  padding-top: 17px;
  margin-bottom: -0.8rem;
}
.sub-text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.flex-container {
  display: flex;
  gap: 34px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 5px;
}
.block {
  flex: 1;
}
.round-ttl {
  width: 68%;
  background: #f7931e;
  color: white;
  padding: 0px 24px;
  border: none;
  border-radius: 30px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: 4rem auto 2.5rem;
}
.blue-box {
  background: #f7931e;
  padding: 20px 21px 7px;
  border-radius: 15px;
  transition: transform 0.3sease;
  text-align: center;
}
.reson-ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.7rem;
  color: #fff;
  line-height: 3rem;
}
.reson-text {
  text-align: left;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
#section01 .flex-container {
  display: flex;
  gap: 38px;
  max-width: 1000px;
  margin: 5rem auto 0;
  padding: 2px;
}
.area-ttl2 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-top: 4.8rem;
}
.marker-bold {
  background: linear-gradient(transparent 50%, #ffff00 50%);
}
.blue50 .marker-bold {
  padding: 0 2rem;
}
.worries-con {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 20px;
}
.worries-list, .worries-img {
  flex: 1;
  padding: 10px;
}
.worries-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.worries-list li {
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
  /* 疑似要素配置のため */
}
/* 各リスト項目の前にアイコン画像を追加 */
.worries-list li::before {
  content: url("../images/icon_check.png");
  /* アイコン画像のパスに変更 */
  display: inline-block;
  vertical-align: top;
  /* テキストと縦位置を合わせる */
  margin-right: 8px;
  /* アイコンとテキストの間隔 */
}
#section03 .worries-img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 0 0%;
  position: relative;
  top: 5rem;
}
#section04 .worries-img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 0 5%;
  position: relative;
  top: -1rem;
}
.blue-band {
  background-color: #f7931e;
  padding: 23px 0 17px;
  ;
  margin: 2.1rem auto 84px;
  color: #ffff00;
  font-weight: bold;
  font-size: calc(((100vw - 360px) / 195) + 22px);
  text-align: center;
  line-height: 1em;
}

.blue-band a{color: #ffff00;}
/*.blue-band span {vertical-align: -webkit-baseline-middle;}*/
.match-ttl {
  font-weight: bold;
  font-size: calc(((100vw - 360px) / 195) + 22px);
  text-align: center;
  margin: 0rem auto 3.7rem;
}
.match-ttl img {
  width: calc(100% - 10px);
  max-width: 695px;
  margin: 0 auto;
  display: block;
}
.dotted-underline {
  text-decoration: underline;
  text-decoration-color: #c1272d;
  text-decoration-style: dotted;
  color: #f7931e;
  font-size: 120%;
  text-underline-offset: .5rem;
}
.circle-con {
  max-width: 824px;
  margin: 0 auto 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap;*/
}
.circle-con img {}
/* 円形アイテム */
.circle {
  background-color: #f7931e;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.circle-text {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.circle-con > div:not([class]) {
  flex-basis: calc(100% / 3);
  padding: 1rem;
}
.circle-come {
  text-align: center;
  margin: 1rem auto;
}
.promise-text {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  white-space: nowrap;
  /* margin: 1rem auto; */
}
#section05 {
  margin-bottom: 55px;
}
/*#section05 .container {
  max-width: 1140px;
}*/
.card-container {
    width: calc(100% + 21px);
    max-width: 100%;
    margin: 20px auto 59px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    padding: 20px;
    position: relative;
    /* left: 9px; */
}
/* カード要素：白背景、角丸、影付き */
.card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: center;
  position: relative;
}

.number {
  position: absolute;
  top: 0;
  left: 3%;
  width: calc(((100vw - 360px) / 111.4286) + 45px);
}
.card-frex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-item-l {
  margin: 1rem auto;
  padding: 1rem;
  flex-basis: 60%;
}
.card-item-r {
  margin: 1rem auto;
  padding: 1rem;
  flex-basis: 40%;
}
.card-text {
  font-size: calc(((100vw - 360px) / 520) + 11px);
  font-weight: bold;
  margin-top: 4rem;
  line-height: 1.2;
}
.card-text2 {
  font-size: calc(((100vw - 360px) / 520) + 11px);
  font-weight: bold;
  line-height: 1.2;
}
.card-blue {
  color: #f7931e;
  font-weight: bold;
  font-size: calc(((100vw - 360px) / 156) + 20px);
  line-height: 1.0;
}
.blue50 {
  font-weight: bold;
  font-size: calc(((100vw - 360px) / 65) + 26px);
  text-align: center;
  margin: 1rem auto;
  color: #f7931e;
}
.round-ttl2 {
  box-sizing: border-box;
  width: 80%;
  background: #f7931e;
  color: white;
  padding: 18px 14px 14px;
  border: none;
  border-radius: 50px;
  font-size: calc(((100vw - 360px) / 173.3333) + 16px);
  font-weight: bold;
  text-align: center;
  margin: 2.8rem auto 2rem;
  box-sizing: inherit;
}
.flex-contact {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.contact-l {
  flex-basis: 38%;
  text-align: center;
  margin-bottom: 10px;
}
.contact-r {
  flex-basis: 64%;
  text-align: center;
  margin-bottom: 10px;
}
.contact-r h2 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-r h2 a::before {
  content: "";
  margin-right: 0.2em;
  background-image: url('../images/icon_tel.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: clamp(20px, 3.2vw, 30px);
  height: 100%;
  aspect-ratio: 3 / 5;
}
.blue-tel {
  font-weight: bold;
  font-size: calc(((100vw - 360px) / 156) + 40px);
  text-align: center;
  margin: 1rem auto;
  color: #f7931e;
}
.bg-glay {
  background-color: #f7f5f5;
}
form {
  width: 100%;
  margin: 0 auto;
}
.form-row {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #f2f4f5;
}
.form-row:last-child {
  border-bottom: none;
}
.form-label {
  display: flex;
  align-items: center;
  width: 250px;
}
.form-label label {
  font-weight: bold;
  color: #f7931e;
}
.form-label span {
  margin-left: 10px;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #f7931e;
}
.fl-con-center {
  justify-content: center;
}
/* フォームパーツのデザイン */
input, textarea {
  background-color: #fff;
  border: none;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
  flex-grow: 1;
}
input::placeholder, textarea::placeholder {
  color: #999;
  font-size: 14px;
}
select {
  background-color: #fff;
  border: none;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
}
.form-row button, .form-top-btn {
  cursor: pointer;
  margin: 10px;
  padding: 15px 45px;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  background-color: #f7931e;
  transition: background-color 0.3s ease; /* スムーズな変化を追加 */
}
.form-row button:hover, .form-top-btn:hover {
  background-color: rgba(247, 147, 30, 0.5);
}
form input[type="reset"], form input[type="button"], form button[type="reset"] {
  margin: 10px;
  background-color: #ccc;
  color: #333;
  font-weight: bold;
  transition: all .3s ease;
}
form input[type="reset"]:hover, form input[type="button"]:hover, form button[type="reset"]:hover {
  background-color: #919191;
  color: #fff;
}
.note {
  font-size: 12px;
  color: #0071bc;
  padding: 0 2rem;
}
.form-sub-ttl {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 1700px) {
  .Menu {
    right: 30%;
  }
}
@media (max-width: 1500px) {
  .Menu {
    right: 30%;
  }
  .Button {
    right: 15px;
  }
  .Overlay {
    left: 0;
    transform: none;
  }
}
@media (max-width: 1200px) {
  .Menu {
    right: 0;
    transform: translateX(100%);
  }
  .MenuIsOpen {
    transform: translateX(0);
  }
}
@media (max-width: 1000px) {
  body.IsScrollAllowed {
    overflow: hidden;
  }
  .MenuIsOpen {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .head-menu-sub {
    display: none;
  }
  .wrapper {
    justify-content: flex-end;
  }
  .Logo img {
    height: 64px;
    width: auto;
    margin-left: 25px;
  }
  .Button {
        position: fixed;
        height: 35px;
        width: 35px;
        right: auto;
        left: auto;
        top: 20px;
        border: solid #231815 2px;
    }
  .Button-LineTop {
    top: 9px;
  }
  .Button-LineMedium {
    top: 15px;
  }
  .Button-LineBottom, .MenuIsOpen .Button {
    top: 21px;
  }
  .ButtonIsOpen .Button-LineTop, .MenuIsOpen .Button .Button-LineTop {
    top: 10px;
    left: 10px;
  }
  .ButtonIsOpen .Button-LineBottom, .MenuIsOpen .Button .Button-LineBottom {
    top: 22px;
    left: 10px;
  }
  .head-logo {
    margin-right: clamp(2rem, 13vw, 2rem);
  }
  .Header {
    background: none;
    position: absolute;
  }
  .main-img {
    padding-top: 0;
  }
  .main-img-ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /*width: calc(((100vw - 768px) / 1.8125) + 310px);*/
    width: 78%;
  }
	
#pagetop {
    bottom: 10rem;
    }	
	
}
@media (max-width: 768px) {
  .target {
    scroll-margin-top: 90px;
    /* 固定ヘッダーの高さ分を設定 */
  }
  .Menu {
    width: 100%;
    max-width: none;
  }
  .Main {
    padding: 50px 0;
    margin: 0 auto;
  }
  .flex-container {
    flex-direction: column;
    max-width: 310px;
  }
  .reson-ttl {
    font-size: 18px;
  }
  .worries-con {
    flex-direction: column-reverse;
  }
  .worries-list, .worries-img {
    width: 100%;
    padding: 10px;
  }
  .worries-list {
    max-width: 480px;
    margin: 0 auto;
  }
  .worries-list li {
    white-space: normal;
    text-indent: -1em;
    padding-left: 1em;
  }
  .card {
    padding: 10px 5px;
  }
  .card-container {
    width: 100%;
    max-width: 500px;
    padding: 20px 0;
  }
  .card-container {
    grid-template-columns: 1fr;
  }
  .flex-contact {
    display: block;
    margin: 0 auto;
    text-align: center;
    align-items: baseline;
  }
  .form-row {
    display: block;
  }
  .form-label {
    margin-bottom: 1rem;
  }
  input, textarea {
    width: 100%;
  }
  .form-row {
    display: block;
  }
  .form-label {
    margin-bottom: 1rem;
  }
  input, textarea {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .Header {
    /*height: 90px;*/
    padding: 10px 0;
    height: auto;
  }
  .Logo img {
    height: 26px;
  }
  .Menu-Header {
    font-size: 24px;
  }
  .Button {
    height: 30px;
    width: 30px;
  }
  .Button-LineTop, .Button-LineMedium, .Button-LineBottom {
    width: 21px;
  }
  .Button-LineTop, .MenuIsOpen .Button {
    top: 8px;
  }
  .Button-LineMedium {
    top: 13px;
  }
  .Button-LineBottom {
    top: 18px;
  }
 
  .button {
    width: 85%;
  }
  
  .Menu-List-Item {
    padding: 15px 0;
    font-size: 16px;
  }
  .white-box {
    padding: 2rem 2rem;
  }
  .nav-bt {
    margin: 2rem 0;
    width: 100%;
  }
  .sub-text {
    font-size: 18px;
    top: 0;
  }
  .outline {
    font-size: 14pt;
  }
  .area-ttl {
    font-size: 2.8rem;
  }
  .area-ttl2 {
    font-size: 2.2rem;
  }
  .circle-con {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  /* 円に余白を付けることで、1行に２つ並ぶ */
  .circle {
    margin: 10px;
    width: 140px;
    height: 140px;
  }
  .circle-text {
    font-size: 1.8rem;
  }
  .circle-con > div:not([class]) {
    flex-basis: 80%;
    padding: 2rem 1rem;
  }
  .promise-text {
    font-size: 16px;
    white-space: normal;
  }
  .foot-nav ul {
    flex-direction: column;
    align-items: center;
  }
  .foot-nav li {
    width: 100%;
    text-align: center;
    padding: 1rem 0;
  }
  .foot-nav li:not(:last-child)::after {
    content: none;
  }
  .foot-nav li:not(:last-child) {
    border-bottom: 1px solid #000;
  }
  .foot-nav .dropdown-content {
    position: static;
    display: none;
    /*background-color: transparent;*/
    box-shadow: none;
  }
  .foot-nav .dropdown:hover .dropdown-content {
    display: block;
  }
 
  .foot-info {
    flex-basis: 100%;
  }
  .foot-map {
    flex-basis: 100%;
  }
  .shop-info table, .shop-info tbody, .shop-info tr {
    display: block;
    width: 100%;
  }
  .shop-info tr {
    margin-bottom: 15px;
    border-bottom: 2px solid #ddd;
  }
  .shop-info th, .shop-info td {
    display: block;
    border: none;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .shop-info th {
    background-color: #f8f8f8;
    font-weight: bold;
  }
  .shop-info td {
    padding-left: 10px;
  }
  .shop-info td:before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
  .card-text {
    margin-top: 3rem;
  }
}
/* 最小フォントサイズを設定 */
@media screen and (max-width: 320px) {
  .main-ttl {
    font-size: 24px;
  }
  .sub-ttl {
    font-size: 36px;
  }
  .blue-band {
    font-size: 2.2rem;
  }
  .match-ttl {
    font-size: 22px;
  }
  .card-text {
    font-size: 11px;
  }
  .card-text2 {
    font-size: 11px;
  }
  .card-blue {
    font-size: 2rem;
  }
  .number {
    width: 45px;
  }
  .blue50 {
    font-size: 26px;
  }
  .round-ttl2 {
    font-size: 16px;
  }
  .blue-tel {
    font-size: 40px;
  }
}
/* 最大フォントサイズを設定 */
@media screen and (min-width: 1920px) {
  .main-ttl {
    font-size: 72px;
  }
  /* .sub-ttl {
    font-size: 43px;
    margin-bottom: -0.8rem;
} */
  .blue-band {
    font-size: 3rem;
  }
  .match-ttl {
    font-size: 31px;
  }
  .card-text {
    font-size: 14px;
  }
  .card-text2 {
    font-size: 14px;
  }
  .card-blue {
    font-size: 3rem;
  }
  .number {
    width: 59px;
  }
  .blue50 {
    font-size: 50px;
    margin: -0.7rem auto;
  }
  .round-ttl2 {
    font-size: 25px;
  }
  .blue-tel {
    font-size: 50px;
  }
}
/*============================

#section02

============================*/
#section02 ul {
  font-size: 0;
  /* width: calc(100% + 40px); */
  margin-top: 4px;
}
#section02 ul li {
  width: calc((100% - 52px)/2);
  display: inline-block;
  margin: 40px 13px 15px;
  position: relative;
  vertical-align: top;
}
#section02 ul li .imgwrap {
  margin-bottom: 8px;
  position: relative;
}
#section02 ul li:nth-child(odd) .imgwrap:before {
  content: "";
  width: 26%;
  padding-top: 5.4%;
  position: absolute;
  background: url(../images/case_arrow.png) no-repeat left top / contain;
  top: 53%;
  left: 95%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
}
#section02 ul li dl {}
#section02 ul li dl dt {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 9px;
}
#section02 ul li dl dd {
  font-size: 2rem;
  line-height: 1.9em;
}
/*============================

#section03

============================*/
#section03 {
  margin-top: 79px;
}
#section03 .area-ttl2 {
  margin: 1.8rem 0 2.3rem;
  font-size: 30px;
}
.worries-con {
  font-size: 0;
  display: block;
  align-items: flex-start;
  justify-content: space-between;
  margin: 20px;
  width: calc(100% - 20px);
  max-width: 1000px;
  margin: 0 auto;
}
.worries-con > * {
  display: inline-block;
  vertical-align: top;
}
/*============================

#section04

============================*/
#section04 {
  margin-bottom: 20px;
}
#section04 .area-ttl2 {
  font-size: 3.4rem;
  margin-top: 7.9rem;
  letter-spacing: 0.1rem;
  margin-bottom: 3.8rem;
}
#section04 .worries-con .worries-list {
  padding: 0;
  width: 57%;
}
#section04 .worries-con .worries-list p.promise-text {
  white-space: normal;
  font-size: 1.99rem;
  text-align: left;
  line-height: 2.2;
  padding-top: 0;
}
.text_red {
  color: #ff0000;
}
#section04 .worries-con .worries-img {
  width: 43%;
  padding: 0;
  /* padding-top: 4%; */
}
#section04 .worries-con .worries-img.sp-only {
  display: none;
}
#section04 .worries-con .worries-list + .worries-img {
  /* display: none !important; */
}
#section05 {
  margin-bottom: 0px;
}
#section05 {}
#section05 .area-ttl2 {
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  margin-top: 7rem;
}
#section05 .sub-text {
  margin-top: 0.3rem;
}
#section06 {
  margin-bottom: 90px;
}
#section06 .sub-text {
  padding-top: 0rem;
}
#section06 .slide-area {
  margin-top: 17px;
}
#section07 .sub-text {
  padding-top: 0;
  margin-bottom: 30px;
}
#section07 .inner-box.address {
  font-size: 0;
  width: calc(100% - 10px);
  max-width: 993px;
  margin: 0 auto;
  max-width: 898px;
}

@media screen and (max-width: 1000px) {
  .main-img {
    padding-top: 0;
    margin-bottom: 21%;
  }
  .main-img-ttl {
    top: 68%;
    width: 100%;
  }
  .scrolldown1, .scrolldown2 {
    height: auto;
  }
  .scrolldown1, .scrolldown1 span, .scrolldown2, .scrolldown2 span {
    position: static;
    text-align: center;
  }
  .scrolldown1 span, .scrolldown2 span {
    left: 80%;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  .area-ttl {
    padding-top: 0;
    line-height: normal;
    margin-top: -0.6rem;
  }
  .area-ttl:before, .area-ttl:after {
    top: 48%;
  }
  .area-ttl:before {
    left: 105%;
  }
  .area-ttl:after {
    right: 107%;
  }
  .sub-ttl {
    padding-top: 8px;
  }
  .flex-container {
    gap: 3px 0;
    margin: 0 auto;
    padding: 5px;
  }
  #section01 {
    margin-bottom: 31px;
  }
  .outline::before {}
  #section02 ul {
    font-size: 0;
    /* width: calc(100% + 40px); */
    margin-top: 0;
    max-width: 500px;
    margin: 0 auto;
  }
  #section02 ul li {
    width: 100%;
    margin: 25px 0 35px;
  }
  #section02 ul li:nth-child(odd) .imgwrap:before {
    content: none;
  }
  #section02 ul li .imgwrap img {
    width: 100%;
  }
  #section02 ul li dl dt {
    font-size: 20px;
  }
  #section02 ul li dl dd {
    /* font-size: 16px; */
    .area-ttl2 {
      font-size: 2.5rem;
      margin-top: 4rem;
    }
    .round-ttl2 {
      width: 76%;
      background: #f7931e;
      color: white;
      padding: 1rem auto;
    }
    .round-ttl2 .br-sp, .blue-band .br-sp, .dotted-underline .br-sp, .br-sp, .round-ttl2 .br-sp {
      display: none !important;
    }
    #section03 {
      margin-top: 132px;
    }
    .area-ttl2 {
      font-size: 2.2rem;
      margin-top: 4rem;
    }
    #section03 .area-ttl2 {
      margin: 3rem 0 2rem;
    }
    .worries-con > * {
      max-width: 515px;
      display: block;
      margin: 0 auto 60px;
      ;
    }
    .worries-con .worries-img {
      margin: 0 auto 30px;
    }
    .blue-band {
      font-size: 16px;
      margin: 2rem auto 85px;
    }
    .dotted-underline {
      font-size: 100%;
    }
    .circle-con {
      max-width: 540px;
      width: calc(100% - 20px);
    }
    .mb80 {
      margin-bottom: 8rem;
      text-align: right;
      max-width: 526px;
      margin: 0 auto;
    }
    #section04 .area-ttl2 {
      margin-top: 8rem;
    }
    #section04 .worries-con .worries-img {
      display: none;
    }
    #section04 .worries-con .worries-img.sp-only {
      width: 100%;
      margin-bottom: 0;
      display: block;
    }
    #section04 .worries-con .worries-img.sp-only img {
      width: 100%;
      height: auto;
    }
    #section04 .worries-con .worries-list {
      width: 77%;
      margin: 0 auto 39px;
      ;
    }
    #section04 {
      margin-bottom: 0;
    }
    #section07 .inner-box.address {
      font-size: 0;
      max-width: 585px;
      width: calc(100% - 10px);
      margin: 0 auto;
    }
    .align-center {
      margin-left: 2%;
      width: 59%;
    }
    #section04 .worries-con .worries-img {
      width: 100%;
      padding-top: 4%;
    }
  }
}
@media screen and (max-width: 768px) {
  
  .Logo img {
    height: 36px;
    width: auto;
    margin-left: 25px;
  }
  #section04 .worries-con .worries-img {
    width: 100%;
    padding-top: 4%;
  }
  .area-ttl {
    font-size: 18px;
  }
  .sub-ttl {
    font-size: 30px;
  }
  .area-ttl:before, .area-ttl:after {
    width: 30px;
  }
  .round-ttl {
    margin: 2rem auto 1.5rem;
  }
  .reson-ttl {
    font-size: 16px;
    line-height: 2rem;
    margin-bottom: 0.7rem;
  }
  .reson-text {
    text-align: left;
    font-size: 14px;
  }
  .blue-box {
    padding: 12px 10px 10px;
  }
  .area-ttl2 {
    font-size: 1.5rem;
  }
  .blue50 {
    font-size: 2rem;
  }
  .round-ttl2 {
    width: 100%;
    padding: 10px 10px;
    margin: 2rem auto;
  }
  #section03 {
    margin-top: 30px;
  }
  #section03 .area-ttl2 {
    font-size: 1.2rem;
  }
  .worries-img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .blue-band {
    background-color: #f7931e;
    padding: 15px 0;
    margin: 2rem auto 30px;
    font-size: 18px;
    line-height: 1.3em;
  }
  .match-ttl {
    font-size: 16px;
    margin: 1rem auto;
  }
  .circle-con > div:not([class]) {
    flex-basis: 60%;
    padding: 1rem 1rem;
  }
  
  #section04 .worries-con .worries-list {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: block;
  }
  #section07 .inner-box.address {
    width: 100%;
    padding: 0;
  }
 
  #section04 .worries-con .worries-img.sp-only {
    display: block;
  }
  #section04 .worries-con .worries-list + .worries-img {
    display: none !important;
  }
  
  .worries-list {
    display: block;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1070px) {
  #section .container {
    padding: 0 4rem;
    ;
  }
}
@media screen and (max-width: 1000px) {
  .spimg {
    display: block !important;
  }
  .pcimg {
    display: none !important;
  }
  .Logo img {
    height: 44px;
    width: auto;
    margin-left: 0;
  }
  .Header {
    background: none;
    position: absolute;
    padding: 18px 0px 0px;
    height: 70px;
  }
  .Header .wrapper {
        max-width: 380px;
        margin: 0 auto;
    }
 
  .Button-LineTop, .Button-LineMedium, .Button-LineBottom {
    width: 12px;
    height: 1px;
    background-color: #231815;
  }
 
  .main-img-ttl {
    top: 61%;
    width: 100%;
  }
  .main-img {
    padding-top: 0;
    margin-bottom: 12.9rem;
  }
  .sub-ttl {
    font-size: 48px;
    padding-top: 21px;
    margin-bottom: -0.2rem;
  }
  .sub-text {
    position: relative;
    top: -1rem;
  }
  #section01 .flex-container {
    display: block;
    gap: 38px 0;
    max-width: 320px;
    margin: 3.9rem auto 0;
    padding: 0;
  }
  #section01 .flex-container > .block + .block {
    margin-top: 3.9rem;
  }
  #section01 {
    margin-bottom: 66px;
  }
  #section02 ul li {
    max-width: 500px;
    width: 100%;
    display: block;
    margin: 28px 13px 15px;
    position: relative;
    vertical-align: top;
    margin: 38px auto 0;
    margin-top: 37px;
  }
  #section02 ul li .imgwrap {
    margin-bottom: 5px;
    position: relative;
  }
  #section02 ul li dl dt {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 2px;
    /* text-align: center; */
  }
  #section02 ul li + li {
    margin: 88px auto 0;
  }
  #section02 ul li img {
    max-width: 100%;
    height: auto;
    width: 100%;
  }
  #section02 ul li:nth-child(odd) .imgwrap:before {
    display: none;
  }
  #section02 ul li:nth-child(even) .imgwrap:before {
    content: "";
    width: 17%;
    padding-top: 6%;
    position: absolute;
    background: url(../images/case_arrow.png) no-repeat left top / contain;
    /* top: 54%; */
    left: 96%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
    bottom: 110%;
    left: 78%;
    rotate: 100deg;
  }
  #section02 ul li:nth-child(even) .imgwrap:before {
    bottom: 114%;
    left: 78%;
  }
  #section02 ul li .imgwrap {
    margin-bottom: 5px;
  }
  .area-ttl2 {
    font-size: 2.4rem;
    margin-top: 7.1rem;
  }
  .blue50 {
    font-size: 3.9rem;
    line-height: 1.4em;
  }
  .round-ttl2 {
    width: 100%;
    max-width: 502px;
    padding: 10px 14px;
    margin: 1.2rem auto 2rem;
  }
  .blue50 {
    margin: 0rem auto;
  }
  .round-ttl2 {
    width: 100%;
    max-width: 502px;
    padding: 10px 14px;
    margin: 1.2rem auto 2rem;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
  .round-ttl2 .br-sp {
    display: none;
  }
  #section03 {
    margin-top: 156px;
  }
  #section03 .area-ttl2 {
    margin: 3rem 0 2rem;
    font-size: 2.3rem;
  }
  #section03 .worries-img img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 0 0%;
    position: relative;
    top: 5rem;
  }
  .worries-con {
    max-width: 516px;
  }
  .worries-list {
    margin-bottom: 6rem;
  }
  .worries-img {
    display: block;
    margin: 0 auto;
    width: 76%;
  }
  #section03 .worries-img img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 0 0%;
    position: relative;
    top: 0.4rem;
  }
  .blue-band {
    background-color: #f7931e;
    padding: 22px 0 12px;
    margin: 2.1rem auto 84px;
    color: #ffff00;
    font-weight: bold;
    font-size: 1.7rem;
    text-align: center;
    line-height: 1.4em;
    margin: 2.1rem auto 10.1rem;
  }
  .blue-band .br-sp {
    /* display: none;*/
  }
  .match-ttl {
    margin: 0rem auto 2.6rem;
  }
  .match-ttl img {
    width: calc(100% - 10px);
    max-width: 455px;
    margin: 0 auto;
    display: block;
  }
  
  #section04 .area-ttl2 {
    font-size: 3.7rem;
    margin-top: 9.4rem;
    letter-spacing: 0;
    margin-bottom: 2.4rem;
    font-size: 30px;
  }
  #section04 .worries-con .worries-img.sp-only {
    display: block;
  }
  #section04 .worries-con .worries-img.sp-only {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 1rem;
  }
  #section04 .worries-con .worries-img.sp-only img, #section04 .worries-con .worries-list {
    width: 100%;
    height: auto;
    margin: 0;
  }
  #section04 .worries-img img {
    position: static;
  }
  #section04 .worries-con .worries-list + .worries-img {
    display: none;
  }
  #section05 .area-ttl2 {
    margin-top: 6.7rem;
  }
  #section05 .sub-text {
    margin-top: 1.5rem;
  }
  .card-container {
    width: 100%;
    /* max-width: 1102px; */
    margin: 27px auto 59px;
    display: block;
    gap: 0px;
    /*padding: 20px;*/
    position: relative;
    left: 0;
  }
  .card-container div {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .card-container {
    width: 100%;
    margin: 27px auto 91px;
	max-width: 500px;  
  }
  #section06 .sub-text {
    top: -0.2rem;
  }
  #section06 {
    margin-bottom: 116px;
  }
  #section07 .sub-text {
    padding-top: 0;
    margin-bottom: 41px;
    top: 0rem;
  }
  #section07 .inner-box.address {
    max-width: 500px;
  }
	
.contact-r {
    flex-basis: 60%;
    }
	
  #section07 .inner-box.address .align-center {
    width: 58%;
    margin-left: 0;
    margin-left: 2%;
    position: relative;
    bottom: 0;
  }
  #section07 .sub-text {
    padding-top: 0;
    margin-bottom: 39px;
    top: 0rem;
  }
 
  form .bg-glay {
    margin-top: 3rem;
    padding-top: 0rem;
  }
  
  form .bg-glay {
    padding-bottom: 14.5rem;
  }
  .form-btn-wrap {
    padding: 18px 20px 0;
    margin: 0 0 29px;
  }
  .copyright {
    text-align: center;
    /*padding: 0rem 0;*/
    color: #fff;
    font-size: 15px;
  }
 
}
@media screen and (max-width: 768px) {
  .main-img {
    padding-top: 0;
    margin-bottom: 11rem;
  }
  .sub-ttl {
    font-size: 42px;
  }
  .round-ttl2 .br-sp {
    display: block;
  }
	
.Header {
        height: 55px;
    }	
	
.Logo img {
        height: 35px;
            }	
}
@media screen and (max-width: 480px) {
  .main-img {
    padding-top: 0;
    margin-bottom: 6rem;
  }
  .main-img-ttl {
    top: 70%;
  }
  .circle-con {
    max-width: 250px;
    display: block;
  }
  #section02 ul li dl dt {
    font-size: 20px;
  }
  #section02 ul li dl dd {
    font-size: 14px;
  }
  .area-ttl2 {
    font-size: 2.0rem;
  }
  .blue50 {
    font-size: 3rem;
  }
	
#section03 .area-ttl2 {
        font-size: 1.8rem;
    }
	
#section04 .area-ttl2 {
        font-size: 19px;
    }
	
#section04 .worries-con .worries-list p.promise-text {
        font-size: 14px;
        padding-top: 0;
    }	
	
#section05 .area-ttl2 {
    font-size: 2.0rem;
	}
	
.Header .wrapper {
        max-width: 250px;
        margin: 0 auto;
    }
	
.ButtonIsOpen .Button-LineTop, .MenuIsOpen .Button .Button-LineTop {
        top: 8px;
        left: 8px;
    }	
	
.ButtonIsOpen .Button-LineBottom, .MenuIsOpen .Button .Button-LineBottom {
        top: 20px;
        left: 8px;
    }	
	
}
/*フローディングボタン
-------------------------------------*/
.link-btn-inner {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 100%;
}
.link-btn-inner > div {
  display: flex;
  justify-content: center;
  align-content: center;
}
.link-btn-inner img {
  display: block;
  width: 100%;
  max-height: 60px;
  padding: 1rem;
}
.form-btn {
  display: block;
  width: 100%;
  background-color: #f7931e;
}
.line-btn {
  display: block;
  width: 100%;
  background-color: #00a65a;
}