@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, YuGothic, "游ゴシック sans-serif";
  background: #fff;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.6;
}

@font-face {
  font-family: "DSEG7Modern";
  font-weight: 500;
  src: url(../fonts/DSEG7Modern-BoldItalic.woff) format("woff");
}
img {
  vertical-align: top;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

small {
  display: inline-block;
}

a:hover {
  cursor: pointer;
}

main {
  overflow: hidden;
}

/* Header */
header {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

header img {
  width: 350px;
}
@media screen and (max-width: 767px) {
  header img {
    width: 85%;
  }
}

.fix_btn img {
  width: 90px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 9999;
}

/* Menu */
.menu_btn {
  position: fixed;
  display: block;
  top: 16px;
  right: 20px;
  height: 24px;
  width: 32px;
  z-index: 3;
}

.menu_btn span {
  transition: all 0.4s;
  position: absolute;
  background: #333;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
}

.menu_btn span:first-of-type {
  top: 0px;
}

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

.menu_btn span:last-of-type {
  bottom: 0;
}

.menu_btn.active span:first-of-type {
  transform: translateY(12px) rotate(-45deg);
}

.menu_btn.active span:nth-of-type(2) {
  opacity: 0;
}

.menu_btn.active span:last-of-type {
  transform: translateY(-9px) rotate(45deg);
}

nav .menu {
  display: none;
  background: rgba(241, 248, 254, 0.96);
  position: fixed;
  top: 0px;
  padding-top: 56px;
  width: 100%;
  z-index: 2;
}

nav .menu li a {
  border-bottom: 1px solid #fff;
  color: #333;
  display: block;
  padding: 12px;
  text-align: center;
}

nav .menu li:last-child a {
  border-bottom: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(89, 89, 89, 0.65);
  z-index: 1;
}

/* Footer */
footer {
  padding: 0 0 25px;
  margin-bottom: 110px;
  color: #a6a6a6;
}

.footer_top {
  margin-bottom: 0;
}

footer ul {
  display: flex;
  font-size: 1.4rem;
  margin: 25px 15px 20px;
  color: #333;
}

footer ul li {
  margin-right: 24px;
}

footer p {
  text-align: center;
  padding-top: 10px;
  font-size: 1.2rem;
}

.to_inbound {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #e4e7ec;
  justify-content: center;
}

#to_top {
  background: #f4f4f4;
  color: #c19100;
  font-size: 2.4rem;
  padding: 20px;
}

#to_top::after {
  font-family: "Font Awesome 5 Free";
  content: "\f139";
  font-weight: 900;
  color: #c19100;
  padding-left: 8px;
}

/* Common */
section {
  padding: 15px;
}
@media screen and (min-width: 480px) {
  section {
    padding: 50px 15px;
  }
}

.first_view {
  padding: 0;
}

.first_action {
  margin-bottom: 80px;
}

.odd {
  background: #fbfffb;
}

.dark_bg {
  background-color: #134167;
}
.dark_bg h3.contents_title {
  color: white;
}
.dark_bg .title_icon {
  fill: white;
}

h2 {
  width: 95%;
  margin: 0 auto;
}

h3.contents_title {
  font-size: 2.6rem;
  font-weight: bold;
  color: #134167;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 480px) {
  h3.contents_title {
    font-size: 4rem;
  }
}
h3.contents_title span {
  color: #950209;
}

h4 {
  font-weight: bold;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

h4 span {
  color: #950209;
}

h5 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 16px;
  color: #c19100;
  margin-bottom: 16px;
}

/* .bgCircle {
  position: relative;
}
.bgCircle::before {
  content: "";
  display: block;
  background: #f0faff;
  width: 2000px;
  height: 161px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -80.5px;
  z-index: -1;
  margin-left: -1000px;
}
.head_img {
  top: -84px;
  position: relative;
} */
@media screen and (max-width: 767px) {
  /* .bgCircle::before {
    width: 200vw;
    top: -10.5px;
    left: 50%;
    margin-left: -100vw;
  } */
}
.head_img img {
  width: 40%;
  margin: auto;
  right: 0;
  left: 0;
  position: absolute;
}

.head_img + div {
  padding-top: 20px;
}

.to_office {
  color: #fff;
  width: 94%;
  margin: 20px auto;
  background-color: #dd6969;
  display: block;
  font-size: 20px;
  font-weight: bold;
  border-radius: 88vh;
  letter-spacing: 1px;
  padding: 12px 0 14px;
  text-align: center;
  border: 4px solid #ffffff;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.22);
}

.nayami_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding-bottom: 8px;
  font-size: 1.8rem;
  margin-top: 20px;
}

/* .nayami_list::before {
  content: "";
  position: absolute;
  border-style: none;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #f0faff 60px);
} */
.nayami_list li {
  width: 100%;
  height: 70px;
  margin-bottom: 6px;
  background: #fff;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.14);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: bold;
  color: #c19100;
  line-height: 1.4;
}

.nayami_bottom {
  width: 100%;
  margin: 0 auto 0px;
}

.zougaku_img {
  width: 90%;
  margin: 15px auto 25px;
}

.bentoku > p {
  margin-bottom: 20px;
}

.bentoku_box {
  background: #fff;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.22);
  border-radius: 16px;
  padding: 25px 25px 30px;
  margin-bottom: 36px;
}
@media screen and (min-width: 900px) {
  .bentoku_box .pc_flex .action {
    width: 80%;
  }
}

/* .bentoku_box p span {
  font-weight: bold;
  color: #dd6969;
} */
.bentoku_last {
  font-size: 1.2rem;
  margin-top: 15px;
}

.office {
  padding-top: 30px;
}

.office_list {
  background: #fff;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.22);
  border-radius: 16px;
  padding: 20px 20px 40px;
  margin-bottom: 25px;
}
.office_list .action {
  border: none;
}
.office_list .lawer_name {
  text-align: center;
}
.office_list .action {
  width: unset;
  padding: 0;
}

.office_intro {
  margin-bottom: 30px;
}

.office_name {
  background: #c19100;
  padding: 2px;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 767px) {
  .office_name {
    margin-top: 40px;
  }
  .office_name:first-child {
    margin-top: 20px;
  }
}

.office_name p {
  background: #c19100;
  font-weight: bold;
  color: #fff;
  font-size: 1.8rem;
  padding: 4px 12px;
  border: 1px solid #fff;
}

.office_img {
  width: 250px;
  margin: 0 auto;
  display: block;
}

.lawer_name {
  font-size: 1.2rem;
  color: #a6a6a6;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 769px) {
  .lawer_name {
    font-size: 1.4rem;
    color: #414141;
    text-align: left;
  }
}

.office_text {
  border-top: 1px solid #dfe7ec;
  margin: 12px 0;
  padding: 12px 0;
  font-size: 1.6rem;
}

.office_text_h {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .office_text_h {
    font-size: 20px;
  }
}

.office_text img {
  width: 70%;
  margin: 20px auto;
  display: block;
}

.table_h {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 12px 0 6px;
}

.office_info table {
  border-top: 1px dotted #dfe7ec;
  border-collapse: collapse;
  display: block;
}

.office_info th {
  padding: 9px 10px 8px;
  width: 76px;
  font-size: 1.1rem;
  background: #f3f3f3;
  box-sizing: border-box;
  text-align: left;
  white-space: nowrap;
}

.office_info td {
  padding: 8px 10px;
  font-size: 1.2rem;
}

.office_info th,
.office_info td {
  vertical-align: top;
  border-bottom: 1px dotted #dfe7ec;
  word-wrap: break-word;
}

/* Action */
.action {
  border-top: 1px solid #dfe7ec;
  padding-top: 25px;
  /* margin-top: 25px; */
}
@media screen and (min-width: 769px) {
  .action {
    border-top: none;
    border-left: 1px solid #dfe7ec;
    padding-left: 30px;
    width: 45%;
  }
}

.action p {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.6;
  padding-top: 10px;
  margin: 0 auto;
}

.action div:first-child {
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .fv_box.action .pc_flex div:first-child {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
}

.contents_title_shadow {
  position: relative;
  text-align: center;
  border: 3px solid #c19100;
  margin-bottom: 20px;
}
.contents_title_shadow:before, .contents_title_shadow:after {
  position: absolute;
  content: "";
}
.contents_title_shadow:before {
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: #f8f8f8;
}
.contents_title_shadow span {
  font-size: 3.4rem;
  position: relative;
  display: block;
  padding: 2rem 0rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 4px 4px 4px #0d8712, -4px -4px 4px #0d8712, -4px 4px 4px #0d8712, 4px -4px 4px #0d8712, 4px 0 4px #0d8712, -4px 0 4px #0d8712, 0 4px 4px #0d8712, 0 -4px 4px #0d8712;
}
.contents_title_shadow span:before,
.contents_title_shadow span:after {
  position: absolute;
  left: 10px;
  width: calc(100% - 20px);
  height: 2px;
  content: "";
  background: #c19100;
}
.contents_title_shadow span:before {
  top: 15px;
}
.contents_title_shadow span:after {
  bottom: 15px;
}

.action p span {
  font-size: 2.1rem;
  white-space: nowrap;
}

.action p span span {
  color: #c19100;
}

.action a {
  color: #fff;
  padding: 16px;
  border-radius: 40px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.22);
}

.action a i {
  margin-right: 8px;
}

.tel_btn a {
  background: #ff9800;
  font-size: 2.4rem;
  padding: 16px 0;
}
.tel_btn a small {
  font-size: 70%;
}

.tel_btn p,
.mail_btn p {
  line-height: 1.4;
  text-align: center;
  margin: 6px auto 12px;
  font-weight: normal;
  font-size: 1.4rem;
}

.mail_btn {
  margin-top: 8px;
}

.mail_btn a {
  background: #2196f3;
  font-size: 2rem;
  padding: 20px 0;
}

.action div div a:before {
  animation: shine 6s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}

@keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/* Grab_wrap */
.grad-wrap {
  position: relative;
  margin-bottom: 2.5em; /* ボタンが下に移動した時のスペースを確保 */
}

.grad-trigger {
  display: none; /* チェックボックスを非表示 */
}

.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 150px;
  margin: auto;
  padding: 9px 0;
  border-radius: 25px;
  background: rgba(255, 246, 216, 0.8392156863);
  color: #323232;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid #c9a11d;
}

.grad-btn .fa {
  margin-right: 0.5em;
  transition: transform 0.2s ease; /* アイコンの回転をスムーズに */
}

.grad-btn::after {
  content: "もっと見る";
  color: #323232;
}

.grad-item {
  position: relative;
  text-align: justify;
  overflow: hidden;
  height: 280px; /* 初期の高さ */
  padding-bottom: 40px; /* グラデーションの高さ分を確保 */
  transition: height 0.3s ease; /* 高さの変更をスムーズに */
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  /* グラデーションの修正 - ベンダープレフィックスを追加 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  content: "";
  z-index: 1;
}

/* チェックされた時の状態 */
.grad-trigger:checked ~ .grad-btn {
  bottom: -2em; /* ボタンの位置を下に移動 */
}

.grad-trigger:checked ~ .grad-btn .fa {
  transform: rotate(180deg);
}

.grad-trigger:checked ~ .grad-btn::after {
  content: "閉じる";
}

.grad-trigger:checked ~ .grad-item {
  height: auto;
}

.grad-trigger:checked ~ .grad-item::before {
  display: none; /* 展開時はグラデーションを非表示 */
} /* Al */
.hate_act {
  font-size: 1.4rem;
  margin-top: 16px;
  border: 2px solid #c73744;
}

.hate_act p:first-child {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  background: #c73744;
  padding: 4px 10px;
  display: flex;
  align-items: center;
}

.hate_act img {
  margin-right: 6px;
  width: 18px;
}

.hate_act p span {
  margin-top: 1px;
  font-size: 1.5rem;
}

.hate_act p {
  padding: 8px 12px;
  font-size: 1.4rem;
  text-align: left;
}

.hate_act p:last-child {
  background: #f7e8e8;
  font-weight: normal;
}

/* Mail_form */
.phase_check {
  padding: 32px 20px 12px;
  text-align: center;
}

.phase_check p {
  font-weight: bold;
  font-size: 2.4rem;
  padding-bottom: 12px;
}

.phase_check .to_mail {
  font-weight: normal;
  font-size: 1.8rem;
  padding-bottom: 12px;
  text-align: left;
}

.phase_check .to_mail span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #c19100;
}

.phase_check ul {
  width: 200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 16px;
  position: relative;
}

.phase_check ul:before {
  content: "";
  width: 80%;
  height: 2px;
  background-color: #bfbfbf;
  position: absolute;
  top: 24px;
  left: 48%;
  margin-left: -40%;
}

.phase_check ul li {
  width: 20%;
  padding-top: 24px;
  position: relative;
  margin: 20px 8px 8px 0;
}

.phase_check ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #bfbfbf;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-radius: 5px;
}

.phase_check ul li.active:before {
  background-color: #dd6969;
}

.phase_check span {
  font-size: 1.4rem;
  display: inline-block;
  text-align: left;
}

.form_box {
  padding: 20px;
  border-top: 1px solid #dfdfdf;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

.form_box:first-of-type {
  border-top: none;
}

form label {
  font-weight: bold;
}

.required {
  background: #dd6969;
  color: #fff;
  padding: 4px 6px;
  line-height: 1;
  display: inline-block;
  margin-left: 4px;
  font-size: 1.4rem;
  border-radius: 4px;
  font-weight: bold;
  margin-bottom: 2px;
  vertical-align: middle;
}

input[type=text],
input[type=tel],
input[type=email] {
  border-radius: 4px;
  border: 2px solid #ccc;
  width: 100%;
  padding: 8px;
  margin-top: 4px;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
  background: #faf4e2;
}

.example {
  padding: 4px 2px 0;
}

.form_box ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}

.form_box ul li {
  width: 47%;
  margin-bottom: 12px;
}

.form_box ul li input {
  display: none;
}

.form_box ul li input + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

.form_box ul li label {
  font-weight: normal;
}

.form_box ul li input + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0px;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
}

.form_box ul li input:checked + label {
  color: #dd6969;
}

.form_box ul li input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 2px;
  width: 12px;
  height: 12px;
  background: #dd6969;
  border-radius: 50%;
}

.notice {
  background-color: #f4f4f4;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 12px;
}

.example_area {
  padding: 12px;
  margin-bottom: 12px;
  font-size: 1.6rem;
  line-height: 1.6;
  background: #f4f4f4;
  margin-top: 8px;
}

textarea {
  border: 2px solid #ccc;
  border-radius: 4px;
  width: 100%;
  padding: 8px;
  height: 200px;
  margin-top: 4px;
  font-weight: normal;
}

.erre_name {
  color: #ff0000;
}

.submit_btn {
  text-align: center;
  padding: 8px 20px 60px;
}

.submit_btn button {
  color: #fff;
  font-weight: bold;
  border-radius: 40px;
  font-size: 1.8rem;
  padding: 24px 0;
  margin: 0 auto;
  display: block;
  width: 100%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.22);
  text-align: center;
  border-style: none;
}

.submit_btn .soushin_btn {
  background: #dd6969;
}

.submit_btn .modoru_btn {
  background: #afafaf;
  margin-top: 20px;
}

.form_caution {
  background-color: #feffc9;
  border: 1px solid #dfdfdf;
  margin: 0px 20px 32px;
  padding: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

.form_caution p {
  font-weight: bold;
  color: #f00;
  text-align: center;
  padding-bottom: 8px;
  font-size: 1.8rem;
}

.form_caution span span {
  color: #f00;
}

.tnkyou {
  margin: 0 20px 20px;
}

/* Effect */
.effect-fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 600ms;
}

.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.agree_check {
  text-align: center;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  padding: 12px;
  margin: 20px 15px;
  font-size: 1.5rem;
}

.agree_check a {
  color: #0066cc;
}

.contents {
  width: 100%;
  padding: 40px 8px;
}

/* Responsive */
@media screen and (min-width: 900px) {
  body {
    width: 900px;
    margin: 0 auto;
    font-size: 2rem;
  }
  .office_text img {
    width: 50%;
  }
  .first_action {
    margin-bottom: 120px;
  }
  .head_img {
    top: -140px;
  }
  .pc_flex {
    display: flex;
    justify-content: space-around;
  }
  .fv_img {
    width: 100%;
  }
  .fv_right {
    padding: 0 13px;
    width: 720px;
    margin-left: 30px;
  }
  img.usp {
    width: 100%;
    margin: auto;
    display: block;
    padding-top: 10px;
  }
  .office_name p {
    font-size: 2.5rem;
  }
  .contents {
    padding: 50px;
  }
}
.cta_notes {
  font-size: 10px;
  display: block;
  color: gray;
  margin-top: 12px;
}
.cta_notes span.special {
  color: rgb(177, 0, 0);
}

@media screen and (min-width: 640px) {
  .menu_btn {
    display: none;
  }
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 440px) {
  #why .h_title img {
    width: 135px;
  }
}
#why .h_title img.img1 {
  top: 20px;
  left: calc(50% - 600px);
}

@media screen and (max-width: 769px) {
  #why .h_title img.img1 {
    margin: 10px 25px 40px 0;
  }
}
@media screen and (max-width: 440px) {
  #why .h_title img.img1 {
    margin-right: 10px;
  }
}
#why .h_title img.img2 {
  top: 40px;
  right: calc(50% - 600px);
}

#why .content {
  position: relative;
  padding: 20px 40px 40px;
  border-radius: 8px;
  background: #fff;
}

@media screen and (max-width: 769px) {
  #why .content {
    margin-top: -15px;
    padding: 20px;
  }
}
#why .content .read {
  padding: 60px 350px 60px 30px;
  background: url("../images/naze_img_03.webp") right center no-repeat;
  line-height: 1.8;
  letter-spacing: 0.075em;
  /*
  font-weight: 700*/
}

@media screen and (max-width: 769px) {
  #why .content .read {
    padding: 0 0 150px;
    background-position: right bottom;
    background-size: 50%;
    line-height: 1.6;
  }
}
#why .content h4 {
  font-size: 40px;
  text-align: center;
}

@media screen and (max-width: 769px) {
  #why .content h4 {
    font-size: 28px;
  }
}
#why .content h4 + p {
  font-size: 23px;
  text-align: center;
}

@media screen and (max-width: 769px) {
  #why .content h4 + p {
    font-size: 16px;
    text-align: left;
  }
}
.t_cOrange {
  color: #fe7800;
}

/* #why .content .kijun {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 30px 0 0;
} */
@media screen and (max-width: 769px) {
  #why .content .kijun {
    display: block;
    margin: 0;
  }
}
#why .content .kijun dl {
  /* width: calc(33.333% - 30px); */
  width: 100%;
  border-radius: 8px;
  border-style: solid;
  border-width: 4px;
}

@media screen and (max-width: 769px) {
  #why .content .kijun dl {
    width: 100%;
    margin: 10px 0 0;
  }
}
#why .content .kijun dl + dl {
  /* margin-left: 30px; */
}

@media screen and (max-width: 769px) {
  #why .content .kijun dl + dl {
    margin-left: 0;
  }
}
#why .content .kijun dl.kijun1 {
  border-color: #98d5f3;
}

#why .content .kijun dl.kijun2 {
  border-color: #99d7e4;
}

#why .content .kijun dl.kijun3 {
  border-color: #ff8b24;
}

#why .content .kijun dl dt {
  padding: 15px 0;
  font-size: 24px;
  letter-spacing: 0.075em;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 769px) {
  #why .content .kijun dl dt {
    padding: 5px 0;
    font-size: 16px;
  }
}
#why .content .kijun dl.kijun1 dt {
  background: #98d5f3;
}

#why .content .kijun dl.kijun2 dt {
  background: #99d7e4;
}

#why .content .kijun dl.kijun3 dt {
  background: #ff8b24;
  color: white;
}

#why .content .kijun dl dd {
  padding: 30px 20px;
}

@media screen and (max-width: 769px) {
  #why .content .kijun dl dd {
    padding: 15px 20px;
  }
}
.contents_subtitle1 {
  color: #ffffff;
  width: 100%;
  text-align: center;
  line-height: 1.4;
  padding: 25px 0px 24px 0px;
}

.contents_subtitle {
  color: #313131;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}

.contents_subtitle span,
.kijun dd span {
  font-weight: bold;
  background-color: #fff8e0;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.dot_back {
  padding: 15px 0;
  background: url(../img/dot.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}

.blue_back {
  overflow: hidden;
  position: relative;
  background: #05224a;
  background: linear-gradient(to bottom, #05224a 0%, #32759b 50%, #68a5bc 75%, #bffdfc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#05224a", endColorstr="#00e4e2", GradientType=0);
}

.blue_back::after {
  right: 0;
  border-width: 0 0 70px 50vw;
  border-color: transparent transparent #f0f7fd transparent;
}

.blue_back::before {
  left: 0;
  border-width: 70px 0 0 50vw;
  border-color: transparent transparent transparent #f0f7fd;
}

.blue_back::before,
.blue_back::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
}

.balloon1 {
  position: relative;
  padding: 12px 30px;
  min-width: 79px;
  border-radius: 50px;
  max-width: 100%;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 17px;
  background: #fa8b00;
  margin: 10px auto;
  text-align: center;
  font-weight: bold;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fa8b00;
}

.balloon1 p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

.box_g {
  background: #fff;
  margin-top: 20px;
  padding-bottom: 20px;
}

.box_g_title {
  background: #ffffff;
  padding: 10px;
  text-align: center;
  color: #030819;
  border-bottom: 1px solid #030819;
  font-weight: bold;
  font-size: 2rem;
}

.white {
  background: #fff;
  padding: 25px 20px 20px;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  /* border-radius: 0 3.2rem 3.2rem 3.2rem; */
  margin: 0 auto 30px;
}
.white .cta_notes {
  max-width: 300px;
}
@media screen and (max-width: 769px) {
  .white {
    padding: 25px 12px 20px;
  }
}

.jirei_box_inner,
.greeting_box_inner {
  margin-top: 20px;
  margin-bottom: 20px;
}
.jirei_box_inner h1,
.greeting_box_inner h1 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 15px;
  color: #990a14;
}

.greeting_box .sm_only {
  margin-bottom: 20px;
}
.greeting_box .sm_only .flex {
  align-items: center;
}

.jirei_img {
  margin: 20px 0;
}

.white .profile {
  margin: 20px 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.white .profile img {
  width: 120px;
  margin-right: 20px;
}
.white .profile li span {
  position: relative;
  display: inline-block;
  color: #393939;
  font-weight: 600;
  line-height: 1;
  padding-left: 2.4rem;
  margin: 0 0rem 1.3rem 0;
}
.white .profile li span:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.5rem);
  width: 1.2rem;
  height: 1.2rem;
  background-color: #cd8717;
}

.white .initial {
  display: flex;
  margin-bottom: 3rem;
}

.white .initial li:first-child {
  color: #393939;
  margin-right: 2.2rem;
  align-items: flex-start;
}

.white .initial li:first-child .t1 {
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.2;
}

.white .initial li:first-child .t2 {
  text-align: center;
  font-weight: bold;
  margin-top: -20px;
}

.white .initial li:first-child .t2 span {
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
}

.white .initial li:last-child .t3.sl {
  padding: 2.6rem 1.6rem 2.6rem !important;
}

.white .initial li:last-child .t3 span {
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  font-weight: bold;
}

.white .initial li:last-child .t3 img {
  position: absolute;
  right: -29px;
  top: -35px;
  width: 70px;
}

.white .initial li:last-child .t3:after {
  position: absolute;
  left: 8.4rem;
  bottom: -5.2rem;
  content: "";
  border-top: 3.6rem solid #e6e8ec;
  border-right: 2.4rem solid transparent;
  border-bottom: 2.4rem solid transparent;
  border-left: 2.4rem solid transparent;
}

.white .initial li.ss:first-child {
  width: 17.4rem;
  margin-right: 0;
}

.white .initial li.ss:first-child .t2 {
  text-align: left;
  letter-spacing: -0.03em;
}

.white .get {
  display: flex;
  justify-content: space-between;
  color: #393939;
  margin-bottom: 3.6rem;
  align-items: flex-end;
}

.white .get li:first-child {
  margin-right: 1rem;
}

.white .get li:first-child .t1 {
  text-align: center;
  width: 60px;
  padding: 26px 10px;
  background: #faeec2;
  font-weight: bold;
  line-height: 1.14;
}

.white .get li:last-child .t2 {
  line-height: 1.2;
  font-weight: bold;
}

.white .get li:last-child .t2 span {
  position: relative;
  z-index: 1;
}

.white .get li:last-child .t2 span.s1 {
  font-family: "Oswald", sans-serif;
  color: #c19100;
  padding: 0 1rem;
  margin-right: 0.8rem;
  position: relative;
  font-size: 7rem;
}

.white .get li:last-child .t2 span.s1:after {
  position: absolute;
  left: 0;
  bottom: 1.1rem;
  width: 100%;
  height: 3.6rem;
  background: #faeec2;
  content: "";
  z-index: -1;
}

.white .get li:last-child .t2 span.s1.sl {
  padding: 0.7rem 0.5rem 0;
  margin-right: 0.5rem;
  line-height: 1.45;
}

.white .text {
  font-weight: 400;
  line-height: 2;
  color: #222222;
  letter-spacing: -0.02em;
  padding-bottom: 1rem;
  display: none;
  padding-top: 20px;
}

.white .text br {
  display: block;
  content: "";
  margin: 5px 0;
}

.white .answer-btn {
  text-align: center;
}

.white .answer-btn img {
  margin: 0 auto;
  display: block;
}

.white .answer-btn img.open {
  width: 10.8rem;
}

.white .answer-btn img.close {
  width: 6rem;
  display: none;
}

.white .answer-btn img:hover {
  cursor: pointer;
}

.white .initial li:last-child .t3 {
  position: relative;
  color: #950209;
  display: inline-block;
  background: #e6e8ec;
  padding: 20px 10px;
  border-radius: 1.2rem;
  line-height: 1;
}

.jirei_logo,
.greeting_logo {
  width: 70%;
  display: block;
  margin: 0 auto 20px;
}
@media screen and (min-width: 480px) {
  .jirei_logo,
  .greeting_logo {
    width: 400px;
  }
}

.protect_logo {
  height: 75px;
}

.jirei_bengoshi,
.greeting_bengoshi {
  width: 150px;
  margin-right: 10px;
}
@media screen and (min-width: 480px) {
  .jirei_bengoshi,
  .greeting_bengoshi {
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .office_text .startup_logo {
    width: 70%;
  }
}
/*改善後・事例*/
.syoukai .scroll-container {
  width: 100%;
  overflow-x: scroll; /* 横スクロールを有効に */
  -webkit-overflow-scrolling: touch; /* スムーズスクロール対応 */
  /*white-space: nowrap;  改行せずに横に並べる */
  scrollbar-width: none; /* Firefoxでスクロールバーを非表示 */
}

.syoukai .scroll-container::-webkit-scrollbar {
  display: none; /* Chrome、Safariでスクロールバーを非表示 */
}

.price_info .flex {
  background-color: rgb(245, 245, 245);
  display: flex;
  flex-wrap: nowrap;
  border-radius: 10px;
  padding: 10px;
  width: -moz-max-content;
  width: max-content;
}

.price_info .price_flex_content {
  padding: 10px 15px;
  border-right: 1px dashed #cecece;
  border-left: 1px dashed #cecece;
}

.price_info .price_flex_content.first {
  border-left: none;
}

.price_info .price_flex_content.last {
  border-right: none;
}

.price_flex_title {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  padding-bottom: 10px;
}

.price_flex_text {
  line-height: 2.2rem;
}

.price_flex_t.office_info tdext.left {
  text-align: left;
}

.price_flex_text span {
  font-size: 2rem;
  color: #f0602c;
  font-weight: bold;
}

.price_flex_text.indent {
  text-indent: -17px;
  padding-left: 17px;
  padding-bottom: 7px;
}

.indent {
  text-indent: -17px;
  padding-left: 17px;
  padding-bottom: 7px;
}

@media screen and (max-width: 480px) {
  #tokuyaku .pc_flex .action {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 480px) {
  .verybest_logo_pc {
    margin-bottom: 20px;
  }
}
.white .text span {
  font-size: 2.8rem;
  color: #48582a;
  font-family: "Noto Serif JP";
  font-weight: 600;
}

.flex-column {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.cost_table {
  padding: 8px;
  margin-top: 8px;
}

.cost_table table {
  border: 1px solid #dadada;
  margin-top: 12px;
}

.cost_table table,
.cost_table table tr,
.cost_table table th,
.cost_table table td {
  display: grid;
}

.cost_table table th {
  border-bottom: 1px solid #dadada;
  background: #f1f2f3;
  text-align: left;
  font-weight: bold;
}

.cost_table table tr td {
  border-bottom: 1px solid #dadada;
}

.red {
  font-weight: bold;
  color: #7f0b0b;
}

.or {
  font-weight: bold;
  color: #fe7800;
}

.cost_table table tr td p {
  /* margin-bottom: 8px; */
}

.cost_table table th,
.cost_table table td {
  padding: 12px;
  width: 100%;
  font-size: unset;
}

.cost_table table tr:last-of-type td {
  border-bottom: none;
  background-color: white;
}

.cost_asterisk li {
  list-style-type: none;
  text-indent: -1em;
  margin-top: 5px;
  margin-left: 15px;
  text-align: left;
  font-size: 1.3rem;
}

.cost_asterisk li:before {
  display: inline;
  content: "※";
}

.cost_list li {
  list-style-type: none;
  text-indent: -1em;
  margin-top: 5px;
  margin-left: 15px;
  font-size: 12px;
}

.cost_list li:before {
  display: inline;
  content: "・";
}

.table_standard {
  width: 100%;
  margin-top: 10px;
}

.table_standard th,
.table_standard td {
  background: url(../img/dot_hor.svg) repeat-x;
  background-position: left bottom;
  background-size: 140px 2px;
  padding: 18px 0 22px 0;
}

.table_standard th {
  width: 20%;
}
@media screen and (min-width: 900px) {
  .table_standard th {
    width: 16%;
    background: #f6f6f6;
  }
}

.table_standard td,
.office .table_standard td {
  /* font-size: 2.2rem; */
  padding-left: 10px;
  width: 45%;
}

.table_standard span {
  color: #950209;
  font-weight: bold;
}

.sup_text {
  margin-top: 20px;
  /* border: 6px solid #f0faff; */
  border-radius: 10px;
  background: #fef9f1;
}

.sup_text img {
  width: 90%;
  margin: 0 auto;
  display: block;
  padding-bottom: 20px;
}

.sup_text p {
  padding: 20px;
}

/* .fv_box{
  background: #f0faff;
    padding: 30px 15px;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 22%);
    border-radius: 16px;
    padding: 25px 0px 20px ;
    margin-bottom: 40px;
} */
.fv_box.action {
  padding: 25px;
  border-top: none;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.22);
  border-radius: 8px;
  background-color: white;
  width: unset;
}

.zougaku {
  padding-top: 30px;
}

.fv_img {
  margin-bottom: 10px;
}

.title_icon {
  width: 60px;
  margin: 0 auto 0px;
  display: block;
  fill: #b3c2cb;
}

.cost_table p span {
  font-weight: bold;
  background-color: #fff8e0;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.sm_only {
  display: none !important;
}

@media screen and (max-width: 899px) {
  .pc_only {
    display: none !important;
  }
  .sm_only {
    display: unset !important;
  }
  .office_img {
    width: 180px;
  }
  .fv_box.action {
    padding: 14px;
    margin-bottom: 40px;
  }
  .fv_box.action:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 900px) {
  .dot_back {
    padding: 50px 0;
  }
  .jirei_box,
  .greeting_box {
    width: 50%;
  }
  .protect_logo {
    height: 75px;
  }
  .verybest_logo_pc {
    height: 30px;
  }
  .cost_table img {
    width: 38%;
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .cost_table .pc_flex {
    align-items: center;
  }
  .cost_text {
    width: 50%;
  }
  .pc_flex .table_standard {
    max-width: 450px;
    margin-right: 30px;
  }
  .sup_text {
    padding: 30px 50px;
  }
  .office {
    padding: 30px 50px;
  }
}
/* 質上げ施策 */
.info {
  background: #fff7f5;
  padding: 10px 3%;
  border-radius: 5px;
  color: rgb(74, 74, 74);
  font-size: 1.4rem;
  border: 2px solid #cc0200;
}

.info h1 {
  text-align: center;
  color: #8b1000;
  margin-bottom: 10px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.6rem;
}

.info p.titlein {
  color: #c00;
  text-align: center;
  font-weight: normal;
}

.info span {
  background: linear-gradient(transparent 78%, #ffc8c8 60%);
}

.info p.titleinsub {
  text-align: left;
  background: white;
  color: #cc0200;
  padding: 5px 10px;
  width: 100%;
}

ul.asterisk {
  margin-left: 35px;
}

ul.asterisk li {
  line-height: 1.4;
  margin-bottom: 5px;
  position: relative;
}

ul.asterisk li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  font-size: 14px;
  color: #d37666;
  margin: 1px -20px;
}

@media screen and (min-width: 900px) {
  .info {
    font-size: 1.6rem;
    margin: 0px auto 0px;
    padding: 15px;
    text-align: left;
  }
  .info2 {
    padding: 15px 5%;
  }
  ul.asterisk li:before {
    font-size: 20px;
    margin: -1px -29px;
  }
}
/* ====================比較 */
.display-none,
.pc-none {
  display: none;
}

.merit_title img {
  margin: 0px 0px -10px;
}

.hikaku {
  background: #f0faff;
}

@media screen and (min-width: 768px) {
  .merit_title img {
    margin: 0px auto 30px;
    padding: 0 20px;
  }
  .hikaku {
    padding: 40px;
    padding-bottom: 60px;
  }
  .hikaku .contents {
    padding: 10px 10px;
    font-size: 18px;
  }
  .sec.hikaku .contents_subtitle::before {
    color: #808080;
    margin: -40px -280px;
  }
}
@media screen and (max-width: 768px) {
  .hikaku .contents {
    padding: 10px 0px 30px;
    font-size: 18px;
  }
  .sec.hikaku .contents_subtitle::before {
    color: #808080;
    margin: -40px -130px;
  }
}
.sec-card {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 10px;
}

.sec-card + .sec-card {
  margin-top: 3rem;
}

.second-heading {
  font-size: 1.875rem;
  color: #fc5417;
  font-weight: bold;
  padding: 0.75rem 0;
}

.red .second-heading,
.blue .second-heading {
  color: #fc5417;
}

.card-item-right.flex {
  flex-direction: column;
  width: calc(100% - 464px);
}

.card-img-left {
  margin-right: 16px;
}

.card-img-right {
  margin-left: 16px;
}

.reason .case-num,
.top-strength .case-num {
  max-width: 6em;
  text-align: center;
  padding: 0.5em;
}

.reason .card-img {
  width: 448px;
  height: 336px;
  background-color: #eee;
}

.reason .card-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec-point-wrap {
  position: relative;
}

.sec-point-bg {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
}

.sec-point-box {
  font-weight: bold;
  text-align: center;
  padding: 42px 20px 25px;
  font-size: 2.6rem;
  border-radius: 10px;
  line-height: 1.5;
  margin-top: 7.75rem;
}

.pink .sec-point-box {
  background-color: #ffe8e2;
  border: 2px solid #fc5417;
}

.pink .sec-point-bg {
  border: 2px solid #fc5417;
}

.sec-point-bg::before {
  position: absolute;
  display: inline-block;
  text-align: center;
  content: "＼check／";
  font-size: 1.125rem;
  font-weight: bold;
  width: 8em;
  top: -24px;
  left: -11px;
}

.pink-txt {
  color: #fc5417;
}

.pink .sec-point-bg::before {
  color: #fc5417;
}

.green .sec-point-bg::before {
  color: #00b8bf;
}

.green .sec-point-box {
  background-color: #f3f7f7;
  border: 2px solid #00b8bf;
}

.green .sec-point-bg {
  border: 2px solid #00b8bf;
}

.u-margin {
  margin-top: 5rem;
}

.u-margin-bottom {
  margin-bottom: 5rem;
}

.sec .position {
  position: relative;
}

.table-title {
  position: absolute;
  top: -144px;
  left: 0;
}

.special-table {
  font-weight: 400;
  border-spacing: 0;
  border-collapse: separate;
}

.special-table .table-heading {
  border-radius: 10px 0 0 0;
}

.special-table .table-empty {
  height: 3rem;
}

.special-table .table-heading-a {
  width: 12em;
  font-size: 2.5rem;
  text-align: center;
  padding: 1em 1em;
  line-height: 2.5625rem;
  background-color: #022744;
  border-left: 2px solid #333;
  border-top: 2px solid #333;
  color: white;
}

.special-table .table-heading-b {
  font-size: 2.5rem;
  color: #fff;
  padding: 1.75em 1em;
  background-color: #fc5417;
  border: 5px solid #fc5417;
  border-radius: 10px 10px 0 0;
  position: relative;
  font-weight: bold;
}

.special-table .table-lawyer {
  position: absolute;
  bottom: -5px;
  right: -5px;
}

.special-table .table-item {
  background-color: #eee;
  padding: 4rem 0;
  width: 8em;
  text-align: center;
  border-left: 2px solid #333;
  border-top: 2px dashed #94a3a9;
}

.special-table .table-item.first {
  border-radius: 10px 0 0 0;
  border-top: 2px solid #333;
}

.special-table .table-item.last {
  border-radius: 0 0 0 10px;
  border-bottom: 2px solid #333;
}

.special-table .table-a,
.special-table .table-b {
  border-top: 2px dashed #94a3a9;
  padding: 2.5rem 1.5rem;
  width: calc(50% - 5em);
}

.special-table .table-a.first,
.special-table .table-b.first {
  border-top: none;
}

.special-table .table-a.last,
.special-table .table-b.last {
  border-bottom: 2px solid #333;
}

.special-table .table-a.first {
  position: relative;
}

.special-table .table-a.first::before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
}

.special-table .table-b {
  background-color: #fff8f5;
  border-left: 5px solid #fc5417;
  border-right: 5px solid #fc5417;
}

.special-table .table-b.last {
  border-radius: 0 0 10px 0;
  border-bottom: 5px solid #fc5417;
}

.red-txt {
  color: #fc5417;
  font-weight: bold;
}

.blue-txt {
  color: #022744;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .pc-none {
    display: block;
  }
  .second-heading {
    font-size: 1.25em;
  }
  .sec-card {
    position: relative;
    padding: 1em 1em 2em;
  }
  .sec-card + .sec-card {
    margin-top: 1rem;
  }
  .card-img-right {
    margin-left: 0;
  }
  .sec-point-bg {
    width: 50px;
    height: 50px;
    top: -25px;
  }
  .sec-point-bg::before {
    font-size: 1em;
    top: -31px;
    left: auto;
  }
  .sec-point-bg img {
    width: 30px;
    height: auto;
  }
  .sec-point-box {
    font-size: 1.8rem;
    letter-spacing: 0;
    padding: 2em 1em 1.5em;
    margin-top: 5em;
    text-align: center;
  }
  .sec.hikaku .u-margin {
    margin: 2em 0;
  }
  .table-title {
    width: 228px;
    height: auto;
    top: -66px;
  }
  .pc-special-table .table-b,
  .pc-special-table .table-heading-b {
    display: none;
  }
  .special-table {
    font-size: 1.5rem;
    line-height: 1.5;
    width: 100%;
  }
  .special-table .table-a,
  .special-table .table-b {
    padding: 1.5em 1em;
  }
  .special-table .table-b {
    border-left: 3px solid #fc5417;
    border-right: 3px solid #fc5417;
  }
  .special-table .table-b.last {
    border-bottom: 3px solid #fc5417;
  }
  .special-table .table-heading-a {
    font-size: 1.8rem;
    border-radius: 10px 10px 0 0;
    border-right: 2px solid #333;
  }
  .special-table .table-heading-b {
    font-size: 1.25em;
    border: 3px solid #fc5417;
    padding: 1.5em 1em 1.5em 0.5em;
    font-weight: bold;
  }
  .special-table .table-a {
    border-right: 2px solid #333;
  }
  .special-table .table-a.last {
    border-radius: 0 0 10px 0;
  }
  .special-table .table-item {
    padding: 0;
    vertical-align: middle;
  }
  .special-table .table-lawyer {
    bottom: -3px;
    right: 0px;
    width: 70px;
  }
  .special-table .table-lawyer img {
    width: 100%;
    height: auto;
  }
  .sp-arrow {
    width: 30px;
    height: 30px;
    background-color: #fc5417;
    margin: 2em auto 4em;
    position: relative;
  }
  .sp-arrow::after {
    content: "";
    position: absolute;
    border: 26px solid transparent;
    border-top: 35px solid #fc5417;
    display: inline-block;
    top: 28px;
    left: 50%;
    margin-left: -26px;
  }
}
/*費用体系の部分スクロールとわかるように*/
@media screen and (max-width: 480px) {
  .scroll-container {
    width: 100vw;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    position: relative;
  }
  .scroll-container::-webkit-scrollbar {
    display: none;
  }
  .price_flex_content {
    flex-shrink: 0; /* 子要素が縮まないようにする */
    min-width: 100px; /* 必要に応じて最小幅を調整する */
    max-width: 300px;
  }
  .flex {
    display: flex;
  }
  #tokuyaku .scroll-hint-icon-wrap {
    top: -10px !important;
  }
}
.text_switch {
  width: 240px;
  display: block;
  text-wrap: auto;
}

.appeal_point.pc_flex {
  align-items: inherit;
  flex-wrap: wrap;
}

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

.appeal_point .appeal_point_title {
  color: #cd8717;
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: 600;
  margin: 45px 0 20px;
  text-align: center;
  letter-spacing: 0.04em;
}

.appeal_point .appeal_point_title + p {
  height: auto;
  line-height: 2;
}

.appeal_point .ap01_text {
  position: relative;
  line-height: 1.8;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: white;
  padding: 30px 20px 35px;
  margin-bottom: 50px;
}
.appeal_point .ap01_text:last-child {
  margin-bottom: 25px;
}

.appeal_point .ap01_text::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  font-size: 40px;
  color: #cd8717;
  margin: -25px 39%;
}

.ap01_text span {
  font-weight: 600;
  background: linear-gradient(transparent 77%, #ffe5ac 77%);
}

@media screen and (min-width: 769px) {
  .appeal_point .appeal_point_img {
    width: 46%;
    margin-right: 30px;
  }
  .appeal_point .appeal_point_title {
    font-size: 2.8rem;
  }
  .appeal_point .appeal_point_title + p {
    line-height: 2;
  }
  .appeal_point .ap01_text::before {
    margin: -25px 41%;
  }
}
.contents_title {
  line-height: 1.5;
  text-align: center;
  font-size: 4.5rem;
  margin: 0px 0 20px;
  padding: 15px 0;
  color: #95000a;
}

@media screen and (max-width: 768px) {
  .contents_title {
    width: 100%;
    font-size: 2.7rem;
    line-height: 1.4;
    padding: 0;
    font-weight: bold;
    letter-spacing: 1.2px;
    margin: 0px 0 20px;
  }
}
.contents_title_img {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .contents_title_img {
    width: 650px;
    display: block;
    margin: 0 auto 50px;
  }
}

.usp {
  padding: 20px;
  background-color: #f3f3f3;
}

.usp ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.usp li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .usp li {
    font-size: 20px;
    padding-left: 45px;
  }
}
.usp li:last-child {
  margin-bottom: 0;
}

.usp li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c"; /* FontAwesomeのチェックマークのUnicode */
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #c19100;
}
@media screen and (min-width: 768px) {
  .usp li:before {
    left: 8px;
  }
}

.usp small {
  display: block;
  color: #666;
  font-size: 12px;
  margin-top: 10px;
}

/* よくある質問〜〜折りたたみ式 */
.accordion-area {
  list-style: none;
  width: 96%;
  margin: 30px auto;
}
.accordion-area li {
  margin: 10px 0;
}
.accordion-area section {
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(128, 128, 128, 0);
  background: white;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 10px;
}

.title {
  position: relative;
  cursor: pointer;
  font-weight: 700;
  padding: 3% 3% 3% 85px;
  transition: all 0.5s ease;
}
.title::before, .title::after {
  position: absolute;
  content: "";
  width: 27px;
  height: 2px;
  background-color: #333;
}
.title::before {
  top: 48%;
  left: 30px;
  transform: rotate(0deg);
}
.title::after {
  top: 48%;
  left: 30px;
  transform: rotate(90deg);
}
.title.close::before {
  transform: rotate(45deg);
}
.title.close::after {
  transform: rotate(-45deg);
}

.accordion-area .box {
  opacity: unset;
  display: none;
  background: #f9f9f9;
  margin: 0 3% 3% 3%;
  padding: 4% 5%;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .accordion-area .box {
    padding: 2%;
  }
}
.accordion-area .box span {
  font-weight: 600;
  color: #971200;
}

@media screen and (max-width: 768px) {
  .accordion-area {
    margin: 30px auto;
    width: 100%;
  }
  .title {
    position: relative;
    cursor: pointer;
    font-weight: 700;
    padding: 3% 3% 3% 50px;
    transition: all 0.5s ease;
  }
  .title::before, .title::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #333;
  }
  .title::before {
    top: 48%;
    left: 15px;
    transform: rotate(0deg);
  }
  .title::after {
    top: 48%;
    left: 15px;
    transform: rotate(90deg);
  }
}
.link_area_to-gk {
  background: #e4f5ff;
  padding: 10px 0 20px;
}
.link_area_to-gk img {
  width: 95%;
  display: block;
  margin: 0 auto;
  animation: dokundokun 2200ms ease infinite;
}
@media screen and (min-width: 768px) {
  .link_area_to-gk img {
    width: 590px;
  }
}

@keyframes dokundokun {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.05);
  }
  30% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(1);
  }
}
.contents01,
.contents03 {
  padding: 30px 10px 30px;
}
@media screen and (min-width: 768px) {
  .contents01 {
    padding: 50px 30px 0px;
  }
}

.contents01_img img {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .contents01_img img {
    margin-bottom: 100px;
  }
}

.white_back {
  background: white;
  background-size: 100% auto;
  background-image: url(../img/white_back.svg);
  background-repeat: repeat;
  background-position: center top;
}
@media screen and (min-width: 768px) {
  .white_back {
    background-image: url(../img/white_back_pc.svg);
  }
}

.deadline_container {
  margin-top: 20px;
}

.deadline-message {
  font-size: 2.2rem;
  /* margin-bottom: 2rem; */
  color: #9f2727;
  font-weight: bold;
  text-align: center;
}

.countdown {
  display: flex;
  justify-content: space-around;
  margin: 0.5rem 0 0rem;
  flex-wrap: wrap;
}
.countdown .time-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0.5rem;
}
.countdown .time-value {
  font-family: "DSEG7Modern";
  font-size: 5rem;
  background-color: #710000;
  color: white;
  border-radius: 8px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.countdown .time-label {
  font-size: 2.2rem;
  font-weight: bold;
  color: #7f8c8d;
}
.countdown .apply-button {
  background-color: #2ecc71;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 1.1rem;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-weight: bold;
  margin-top: 1rem;
}
.countdown .apply-button:hover {
  background-color: #27ae60;
}
@media (max-width: 600px) {
  .countdown {
    flex-wrap: wrap;
  }
  .countdown .time-value {
    width: 60px;
    height: 60px;
    font-size: 3rem;
  }
}

.slideshow-container {
  max-width: 800px;
  width: 100%;
  background-color: #ffffff;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  /* border-radius: 8px; */
  overflow: hidden;
  margin-top: 20px;
}
.slideshow-container .disease-nav {
  padding-bottom: 10px;
  background-color: #f6f9f0;
}
.slideshow-container .disease-nav .flex {
  display: flex;
}
.slideshow-container .disease-nav .flex .flex-column {
  align-items: stretch;
}
.slideshow-container .disease-nav .flex > .disease-button {
  width: 40%;
  line-height: 1.4;
  text-align: center;
  padding: 0 5px;
}
@media (min-width: 600px) {
  .slideshow-container .disease-nav .flex > .disease-button {
    width: 40%;
    margin-right: 10px;
    padding: 20px;
  }
}
.slideshow-container .disease-button {
  background-color: #f2fff3;
  color: #c19100;
  border: 1px solid #c19100;
  padding: 8px 12px;
  margin: 5px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 2rem;
  transition: all 0.3s;
  box-shadow: 1px 2px 3px #007900;
}
@media (min-width: 600px) {
  .slideshow-container .disease-button {
    font-size: 3rem;
  }
}
.slideshow-container .slide {
  display: none;
  padding: 30px 10px 0px;
  text-align: center;
}
.slideshow-container .slide.active {
  display: block;
}
.slideshow-container h1 {
  color: #ffffff;
  font-size: 20px;
  background: green;
  padding: 10px 5px;
}
.slideshow-container table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px auto;
}
.slideshow-container th,
.slideshow-container td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.slideshow-container th {
  background-color: #e5e5e5;
  color: #0c0c0c;
}
.slideshow-container tr:nth-child(even) {
  background-color: #f2f2f2;
}
.slideshow-container tr.highlight {
  background-color: #ffebee;
  color: #d32f2f;
  font-weight: bold;
}
.slideshow-container .navigation {
  text-align: center;
  padding: 20px;
}
.slideshow-container .nav-button {
  background-color: #c19100;
  color: white;
  border: none;
  padding: 10px 20px;
  margin: 0 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}
.slideshow-container .nav-button:hover {
  background-color: #138317;
}
.slideshow-container .dots-container {
  text-align: center;
  margin-top: 10px;
}
.slideshow-container .dot {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s;
}
.slideshow-container .dot.active {
  background-color: #c19100;
}

.tuika {
  background-color: #f7feff;
}

.kyufugaku,
.taisyosya {
  background: white;
  background-size: 100% auto;
  background-image: url(../img/back_img01_sp.svg);
  background-repeat: repeat;
  background-position: center top;
}

.taisyosya img {
  margin-top: 20px;
}

.yellow_back {
  background: #fffff2;
}/*# sourceMappingURL=style.css.map */