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

@font-face {
  font-family: "Oswald";
  font-weight: 400;
  src: url(../fonts/Oswald-VariableFont_wght.woff) format("woff");
}
@font-face {
  font-family: "Noto sans JP";
  font-weight: 400;
  src: url(../fonts/NotoSansJP-VariableFont_wght.woff) format("woff");
}
@font-face {
  font-family: "ShipporiMincho";
  font-weight: 400;
  src: url(../fonts/ShipporiMincho-Medium.woff) format("woff");
}
@font-face {
  font-family: "ShipporiMincho";
  font-weight: 600;
  src: url(../fonts/ShipporiMincho-SemiBold.woff) format("woff");
}
@font-face {
  font-family: "ShipporiMincho";
  font-weight: bold;
  src: url(../fonts/ShipporiMincho-Bold.woff) format("woff");
}
@font-face {
  font-family: "ZenKakuGothic";
  font-weight: 400;
  src: url(../fonts/ZenKakuGothicNew-Regular.woff) format("woff");
}
@font-face {
  font-family: "ZenKakuGothic";
  font-weight: bold;
  src: url(../fonts/ZenKakuGothicNew-Bold.woff) format("woff");
}
body {
  color: #303030;
  background: #ffffff;
  line-height: 2.3;
  font-family: "ShipporiMincho", "ZenKakuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "Times New Roman", YuMincho, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.05rem;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  body {
    letter-spacing: 0.05rem;
    font-size: 1.6rem;
    line-height: 2;
  }
}
.sm_only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .sm_only {
    display: unset !important;
  }
}
.pc_flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .pc_flex {
    display: block;
  }
  img {
    width: 100%;
  }
}
/* 飾り */
.HL_text, .info span {
  background: linear-gradient(transparent 77%, #fff5d7 77%);
}

/* flex定義 */
.flex, .voice__header {
  display: flex;
  justify-content: space-around;
}

.marker_anime {
  background: linear-gradient(transparent 50%, #fff5d7 50%);
  display: inline;
  transition: background-size 4s ease;
  background-size: 0 100%;
  background-repeat: no-repeat;
  font-weight: bold;
}

.marker_anime.highlight {
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  .flex, .voice__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.flex-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.flex-column {
  display: flex;
  flex-flow: column;
}

/* トップに戻るボタン */
#page-top a {
  background: #49bbfd;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 10px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
  float: right;
  margin-bottom: 20px;
  border-radius: 50px;
  height: 60px;
}

#page-top {
  position: fixed;
  z-index: 100;
  bottom: 0px;
  right: 10px;
}

@media screen and (max-width: 768px) {
  #page-top a {
    background: #49bbfd;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    float: right;
    margin-bottom: 20px;
    border-radius: 50px;
    height: 50px;
  }
  #page-top {
    position: fixed;
    bottom: 0px;
    right: 10px;
  }
}
.gri_bg {
  position: relative;
  background: linear-gradient(259deg, #014c96 3.53%, #479cc1 69.13%, #9bc0dd 100%);
  z-index: 4;
  margin-top: -33px;
}

.grid_bg {
  background: url(../images/grid_bg.svg);
  text-align: left;
}

.dot_back {
  background: url(../images/dot_back.webp);
}

.line_back {
  background: #fff;
  background-size: 100% auto;
  background-image: url(../images/);
  background-repeat: repeat;
  background-position: center top;
}

.building_back {
  background: white;
  background-size: 100% auto;
  background-image: url(../images/building_img.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  .building_back {
    background-image: url(../images/blue_bg.svg);
  }
}

.img_back01 {
  background: repeating-linear-gradient(125deg, #faffef, #faffef 8px, #f6f9f0 8px, #f6f9f0 16px);
}

/* コンテンツ共通 */
.contents {
  width: 70.8vw;
  padding: 8vw 0;
  margin: 0 auto;
}

.contents_title {
  font-family: "ShipporiMincho";
  line-height: 1.5;
  text-align: center;
  font-size: 3.5rem;
  margin: 0px 0 20px;
  color: #6a007f;
  padding: 15px 0;
  background-color: #dfe4d4;
}

.contents_title_onlytext {
  font-family: "ShipporiMincho";
  line-height: 1.5;
  text-align: center;
  font-size: 4.5rem;
  margin: 0px 0 20px;
  color: #6a007f;
  padding: 15px 0;
}
.contents_title_onlytext small {
  display: block;
  font-size: 2.8rem;
}

.contents_title_shortline {
  font-family: "ShipporiMincho";
  position: relative;
  color: #383838;
  font-size: 4.5rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 55px;
  padding-bottom: 15px;
}
.contents_title_shortline::before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #383838;
}
.contents_title_shortline small {
  color: transparent;
  -webkit-text-stroke: 1px #b1b1b1;
  display: block;
  font-size: 4rem;
  margin-bottom: -10px;
}

.contents_title_nosub {
  font-family: "ShipporiMincho";
  line-height: 1.5;
  text-align: center;
  font-size: 3.5rem;
  margin: 0px 0 80px;
  color: #6a007f;
  padding: 15px 0;
  background-color: #dfe4d4;
}

.contents_subtitle {
  font-family: "ShipporiMincho";
  position: relative;
  display: block;
  text-align: center;
  margin: 55px 0 28px;
}
.contents_subtitle::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10d";
  font-size: 30px;
  color: #c0c0c0;
  margin: -40px -50px;
}

@media screen and (max-width: 768px) {
  .contents {
    width: 100%;
    margin: 0px auto 0px;
    padding: 30px 20px;
  }
  .contents_title {
    width: 100%;
    font-size: 2.2rem;
    line-height: 1.4;
    padding: 18px 4px;
    font-weight: bold;
    margin-bottom: 0px;
    letter-spacing: 1.2px;
  }
  .contents_title_nosub {
    font-size: 2.2rem;
    margin: 0px 0 40px;
    padding: 15px 0;
  }
  .contents_title_shortline {
    position: relative;
    padding: 1.5rem 0;
    font-size: 3rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .contents_title_shortline::before {
    position: absolute;
    bottom: -4px;
    left: calc(50% - 30px);
    width: 50px;
    height: 4px;
    content: "";
    border-radius: 3px;
  }
  .contents_title2 {
    position: relative;
    line-height: 1.4;
    width: 100%;
    font-size: 2.2rem;
    padding: 18px 4px;
    margin-bottom: 40px;
  }
  .contents_title2::before {
    top: 95%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #751b15;
  }
  .contents_title_onlytext {
    line-height: 1.5;
    font-size: 2.5rem;
    margin: 0px 0 20px;
    padding: 15px 0;
  }
  .contents_title_onlytext small {
    display: block;
    font-size: 1.9rem;
    margin-bottom: 2px;
    color: #515151;
  }
  .contents_subtitle {
    font-size: 1.6rem;
    position: relative;
    display: block;
    text-align: left;
    margin: 60px 10px 20px 20px;
  }
  .contents_subtitle::before {
    font-size: 22px;
    margin: -42px -9px;
  }
}
/* FV */
header {
  width: 1000px;
  margin: 0 auto;
}

header img {
  width: 300px;
  padding: 17px 0;
}

.header_back_ {
  background: linear-gradient(102.46deg, rgba(227, 189, 239, 0.69) 17.74%, rgba(42, 129, 197, 0.3519) 86%);
}

.header_back {
  content: "";
  background: url(../images/back.webp) no-repeat;
  background-size: 100vw;
  background-position: center 0;
  padding: 5vw 0 0vw;
}

@media screen and (min-width: 1366px) {
  .header_back {
    background-size: 110vw;
    padding: 5vw 0 0vw;
  }
  .link {
    width: 70.8vw;
    margin: 0 auto;
    position: relative;
    padding: 7vw 0;
  }
  .link h1 {
    font-size: 3.4vw;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10vw;
  }
  .link h1 small {
    font-size: 2.2vw;
  }
  .link .flex, .link .voice__header {
    justify-content: space-around;
  }
  .link a {
    width: 43%;
  }
  .link a img {
    width: 100%;
  }
}
.header_inner {
  width: 70.8vw;
  margin: 0px auto 0;
}
.header_inner img {
  width: 100%;
  vertical-align: middle;
  margin-bottom: -6vw;
}

.link {
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none; /* 非表示時はクリック不可 */
  width: 70.8vw;
  margin: 0 auto;
  position: relative;
  padding: 13vw 0;
}
.link h1 {
  font-size: 3.4vw;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 11vw;
}
.link h1 small {
  font-size: 2.2vw;
}
.link .flex, .link .voice__header {
  justify-content: space-around;
}
.link a {
  width: 43%;
}
.link a img {
  width: 100%;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s;
  will-change: transform;
}
.link a:hover img, .link a:focus img {
  transform: translateY(-10px) scale(1);
}

.link.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.link:after {
  border-left: 1px dotted #aaaaaa;
  bottom: 0;
  content: "";
  left: 50%;
  top: 24vw;
  height: 63%;
  position: absolute;
}

.content01 {
  position: relative;
}

.content01_back {
  content: "";
  background: url(../images/back_img01.svg) repeat;
  background-size: 110vw;
  background-position: center 0;
  padding-bottom: 1vw;
  padding-top: 3vw;
}
@media screen and (min-width: 1366px) {
  .content01_back {
    background-size: 110vw;
    padding: 2.5vw 0 1vw;
  }
}
.content01_back .contents {
  padding: 0px 0;
}
@media screen and (max-width: 768px) {
  .content01_back .contents {
    padding: 25px 0;
  }
}

.content02_back {
  background: repeat center center;
  background-size: contain;
  background-image: url(../images/blue_dot.svg);
  padding-bottom: 1vw;
}
.content02_back .contents {
  padding: 0px 0;
}
@media screen and (max-width: 768px) {
  .content02_back .contents {
    padding: 25px 0;
  }
}

.content01_back .sticky-header {
  position: sticky;
  top: 0;
  z-index: 100;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.content01_back .sticky-header.shrink {
  transform: scale(0.6);
  transform-origin: top center;
}
.content01_back .header-image {
  width: 100%;
  height: 18vw;
  transition: all 0.3s ease;
  content: "";
  background: url(../images/back_img01.svg) repeat;
  background-size: 110vw;
  background-position: center 0;
  position: sticky;
  top: 0;
  z-index: 10;
  display: block;
}
.content01_back .header-image img {
  width: 70.8vw;
  margin: 0 auto;
  display: block;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.content01_back .header-image.sticky {
  width: 100%;
  height: 11vw;
  font-size: 1.4rem;
  border-bottom: 3px solid #a6a6a6;
}
.content01_back .header-image.sticky img {
  transform: scale(0.7);
  transform-origin: top left;
}
.content01_back .sticky-spacer {
  height: 0;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.content01_back .sticky-spacer.active {
  height: 9vw;
}

.content02_back .sticky-header {
  position: sticky;
  top: 0;
  z-index: 100;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.content02_back .sticky-header.shrink {
  transform: scale(0.6);
  transform-origin: top center;
}
.content02_back .header-image {
  width: 100%;
  height: 14vw;
  transition: all 0.3s ease;
  content: "";
  background: url(../images/blue_dot.svg) repeat;
  background-size: 110vw;
  background-position: center 0;
  position: sticky;
  top: 0;
  z-index: 10;
  display: block;
}
.content02_back .header-image img {
  width: 63.8vw;
  margin: 0 auto;
  display: block;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.content02_back .header-image.sticky {
  width: 100%;
  height: 9vw;
  font-size: 1.4rem;
  border-bottom: 3px solid #afcbe2;
}
.content02_back .header-image.sticky img {
  transform: scale(0.6);
  transform-origin: top left;
}
.content02_back .sticky-spacer {
  height: 0;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.content02_back .sticky-spacer.active {
  height: 9vw;
}

.content01_inner .content01_inner_img,
.content01_inner .content02_inner_img,
.content02_inner .content01_inner_img,
.content02_inner .content02_inner_img {
  position: relative;
}
.content01_inner .content01_inner_img img,
.content01_inner .content02_inner_img img,
.content02_inner .content01_inner_img img,
.content02_inner .content02_inner_img img {
  width: 100%;
  margin-bottom: 9vw;
}
@media screen and (max-width: 768px) {
  .content01_inner .content01_inner_img img,
  .content01_inner .content02_inner_img img,
  .content02_inner .content01_inner_img img,
  .content02_inner .content02_inner_img img {
    margin-bottom: 0;
  }
}
.content01_inner .content01_inner_img img.content02_inner03,
.content01_inner .content02_inner_img img.content02_inner03,
.content02_inner .content01_inner_img img.content02_inner03,
.content02_inner .content02_inner_img img.content02_inner03 {
  margin-bottom: 9vw;
}
.content01_inner .content01_inner_img img.content01_inner00, .content01_inner .content01_inner_img img.content02_inner00,
.content01_inner .content02_inner_img img.content01_inner00,
.content01_inner .content02_inner_img img.content02_inner00,
.content02_inner .content01_inner_img img.content01_inner00,
.content02_inner .content01_inner_img img.content02_inner00,
.content02_inner .content02_inner_img img.content01_inner00,
.content02_inner .content02_inner_img img.content02_inner00 {
  width: 90%;
  margin: 0 auto;
  display: block;
  margin-bottom: 5vw;
  margin-top: 2vw;
}
.content01_inner .content01_inner_img .to-content01_btn,
.content01_inner .content02_inner_img .to-content01_btn,
.content02_inner .content01_inner_img .to-content01_btn,
.content02_inner .content02_inner_img .to-content01_btn {
  position: absolute;
  left: 3vw;
  width: 29vw;
  top: 33vw;
}
@media screen and (max-width: 768px) {
  .content01_inner .content01_inner_img .to-content01_btn,
  .content01_inner .content02_inner_img .to-content01_btn,
  .content02_inner .content01_inner_img .to-content01_btn,
  .content02_inner .content02_inner_img .to-content01_btn {
    left: 21vw;
    width: 62%;
    top: 73vw;
  }
}
.content01_inner .content01_inner_img .to-content01_btn:hover img, .content01_inner .content01_inner_img .to-content01_btn:focus img,
.content01_inner .content02_inner_img .to-content01_btn:hover img,
.content01_inner .content02_inner_img .to-content01_btn:focus img,
.content02_inner .content01_inner_img .to-content01_btn:hover img,
.content02_inner .content01_inner_img .to-content01_btn:focus img,
.content02_inner .content02_inner_img .to-content01_btn:hover img,
.content02_inner .content02_inner_img .to-content01_btn:focus img {
  transform: translateY(-6px) scale(1);
}
.content01_inner .content01_inner_img .to-content01_btn img,
.content01_inner .content02_inner_img .to-content01_btn img,
.content02_inner .content01_inner_img .to-content01_btn img,
.content02_inner .content02_inner_img .to-content01_btn img {
  width: 100%;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s;
  will-change: transform;
}

.cta_area {
  margin-bottom: 11vw;
  margin-top: 5vw;
  position: relative;
}
.cta_area .cta_area_top {
  position: relative;
  width: 70%;
  display: block;
  margin: 0 auto 2vw;
  z-index: 1;
}
.cta_area .cta_back {
  position: absolute;
  width: 87vw;
  z-index: 0;
  top: 50%;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .cta_area {
    padding: 0 20px;
    margin: 0 0 50px;
  }
  .cta_area .cta_back {
    width: 100%;
  }
  .cta_area .cta_area_top {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cta_area .flex-wrap {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 94%;
  align-items: center;
  justify-content: space-between;
}
.cta_area .box_tel,
.cta_area .box_mail {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .cta_area .box_tel,
  .cta_area .box_mail {
    width: 100%;
  }
}
.cta_area .box_tel img,
.cta_area .box_mail img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cta_area .box_mail {
    margin-top: 20px;
  }
}
.cta_area .box_mail img {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s;
  will-change: transform;
}
.cta_area .box_mail:hover img, .cta_area .box_mail:focus img {
  transform: translateY(-6px) scale(1.02);
}

.cta_area_00 {
  background: url(../images/white_back.webp);
  background-size: 100vw;
  background-position: center 0;
  padding: 9vw 0 4vw;
  padding: 10vw 0 3vw;
}
.cta_area_00 .cta_area {
  margin: 0 auto;
  width: 70%;
  padding: 4vw 0;
  background: #ffffff;
  border-radius: 13px;
  border: 3px solid #5c1c70;
  box-shadow: 11px 12px 0px #5c1c70;
}
@media screen and (max-width: 768px) {
  .cta_area_00 {
    padding: 40px 20px 40px 10px;
  }
  .cta_area_00 .cta_area {
    width: 100%;
    padding: 30px 10px;
    border-radius: 8px;
  }
  .cta_area_00 .cta_area .cta_area_top {
    width: 100%;
  }
}

.cta_area_01 {
  background: linear-gradient(102.46deg, #216aa2 17.74%, #522062 86%);
  border-radius: 0px; /* background: url(../images/white_back.webp); */
  background-size: 100vw;
  background-position: center 0;
  padding: 9vw 0 4vw;
  padding: 5vw 0 5vw;
}
.cta_area_01 .cta_area {
  border: unset;
  box-shadow: unset;
}
@media screen and (max-width: 768px) {
  .cta_area_01 {
    padding: 40px 20px 40px 10px;
  }
}

@keyframes background {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.voice__list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: case-counter;
}
.voice__item {
  border: 2px solid #dc87f6;
  padding: 2vw 4vw;
  margin-bottom: 40px;
  border-radius: 10px;
  background-color: white;
  position: relative;
  max-height: 390px;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 480px) {
  .voice__item {
    padding: 30px 20px 60px;
    margin-bottom: 30px;
  }
  .voice__item:last-child {
    margin-bottom: 0;
  }
}
.voice__item.expanded {
  max-height: 2000px;
}
.voice__item.expanded .voice__fade {
  opacity: 0;
  pointer-events: none;
}
.voice__fade {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.3s;
}
.voice__label {
  background: linear-gradient(102.46deg, #36a0f3 17.74%, #dc87f6 86%);
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 4px 0;
  margin-bottom: 2.5vw;
}
.voice__label span::before {
  content: counter(case-counter);
  counter-increment: case-counter;
}
.voice__header {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 2.5vw;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 480px) {
  .voice__header {
    justify-content: center;
    width: 100%;
  }
}
.voice__icon {
  width: 200px;
  margin-right: 2vw;
}
@media screen and (max-width: 480px) {
  .voice__icon {
    width: 80px;
    margin-bottom: 10px;
  }
}
.voice__title {
  margin-left: 20px;
  color: #6a007f;
  line-height: 1.6;
  font-size: 3rem;
}
@media screen and (max-width: 480px) {
  .voice__title {
    font-size: 2rem;
    margin: 0;
  }
}
.voice__content {
  background: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 2.5vw;
  border-radius: 10px;
  font-family: "Noto sans JP";
  position: relative;
  z-index: 1;
}
.voice__disclaimer {
  display: block;
  margin-top: 10px;
  line-height: 1.5;
  color: gray;
  font-size: smaller;
}

.voice__toggle {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  z-index: 3;
  background: #fff;
  border: 1px solid #dc87f6;
  color: #6a007f;
  padding: 8px 24px;
  border-radius: 20px;
  font-size: 1.4rem;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(220, 135, 246, 0.08);
  transition: background 0.2s, color 0.2s;
  font-family: "Noto sans JP";
}

.voice__toggle:hover,
.voice__toggle:focus {
  background: #dc87f6;
  color: #fff;
  border: 1px solid #dc87f6;
}

.content01_price {
  font-family: "Noto sans JP";
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 10vw;
  margin-top: 10vw;
}
@media screen and (max-width: 480px) {
  .content01_price {
    padding: 0 20px;
    margin-top: 0;
    margin-bottom: 60px;
  }
}
.content01_price .soudanryo {
  align-items: center;
  padding: 9px 0;
  background: white;
  display: flex;
  margin-bottom: 1em;
  justify-content: center;
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  .content01_price .soudanryo {
    font-size: 1.5rem;
  }
}
.content01_price .soudanryo dt {
  align-items: center;
  display: flex;
  width: 25%;
}
@media screen and (max-width: 480px) {
  .content01_price .soudanryo dt {
    width: 45%;
  }
}
.content01_price .soudanryo dt::after {
  border-top: 2px dotted #222;
  content: "";
  display: block;
  flex: 1 1 auto;
  margin: 0 1em;
}
.content01_price h1 {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 4px 20px;
  margin-bottom: 20px;
  position: relative;
  font-size: 2rem;
}
.content01_price h1::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 20px;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-color: #6a007f;
  border-radius: 50%;
}
@media screen and (max-width: 480px) {
  .content01_price h1 {
    font-size: 1.6rem;
    margin-bottom: 0px;
  }
  .content01_price h1::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 20px;
    transform: translateY(-50%);
    width: 1.2rem;
    height: 1.2rem;
  }
}
.content01_price .sample-table {
  max-width: 100%;
}
.content01_price table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
@media (max-width: 768px) {
  .content01_price table {
    width: 700px;
  }
}
.content01_price th,
.content01_price td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: center;
  vertical-align: middle;
}
.content01_price td:first-child {
  background-color: #ead4ee;
  color: #000000;
  border: 1px solid #ffffff;
}
.content01_price th {
  background-color: #6a007f;
  color: white;
  font-weight: bold;
}
.content01_price tr:nth-child(even) {
  background-color: #f8f8f8;
}

.content02_price {
  margin-top: 0;
}
.content02_price h1::before {
  background-color: #0e548b;
}
.content02_price td:first-child {
  background-color: #ccdbe7;
}
.content02_price th {
  background-color: #0e548b;
}

.profile-container {
  margin-bottom: 150px;
  font-family: "Noto sans JP";
}

.profile-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #8ebceb;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .profile-card {
    margin-bottom: 30px;
  }
}

.profile-header {
  padding: 40px 40px 20px;
  display: flex;
  align-items: center;
}
.profile-header img {
  width: 230px;
  margin-right: 40px;
}

.lawyer-name {
  font-family: "ShipporiMincho";
  font-size: 28px;
  font-weight: 700;
  color: #0e548b;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.lawyer-name-en {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.profile-description {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

.profile-content {
  padding: 0px 40px 30px;
}

.more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid #0e548b;
  color: #0e548b;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 6px;
  cursor: pointer;
  margin: 0px auto 0;
  letter-spacing: 1px;
}

.more-button:hover {
  background: linear-gradient(102.46deg, #36a0f3 17.74%, #dc87f6 86%);
  color: white;
  border: none;
  border: 1px solid white;
}

.more-button .arrow {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.more-button.active .arrow {
  transform: rotate(180deg);
}

.expandable-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  margin-top: 0;
}

.expandable-content.expanded {
  max-height: 1400px;
}

.expandable-inner {
  padding-top: 30px;
}

.section {
  margin-bottom: 30px;
}

.section:last-child {
  margin-bottom: 0;
}

.section-title {
  font-size: 18px;
  font-weight: 700;
  color: #0e548b;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #0e548b;
  display: inline-block;
}

.career-item {
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}

.career-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-color: #8ebceb;
  border-radius: 50%;
}

.career-year {
  color: #0e548b;
  font-weight: 600;
  margin-right: 8px;
}

.publication-item {
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}

.publication-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-color: #8ebceb;
  border-radius: 50%;
}

.publication-title {
  font-weight: 600;
  color: #333;
}

.publication-publisher {
  color: #666;
  font-size: 14px;
  margin-left: 8px;
}

.publication-description {
  color: #777;
  font-size: 14px;
  margin-top: 4px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .profile-container {
    margin: 20px auto;
    padding: 0 15px;
  }
  .profile-header {
    padding: 30px 25px 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .profile-header img {
    margin: 0 0 10px 0;
    width: 60%;
  }
  .profile-content {
    padding: 20px 25px;
  }
  .lawyer-name {
    font-size: 24px;
  }
  .profile-description {
    font-size: 15px;
  }
  .section-title {
    font-size: 16px;
  }
}
/* 事務所のご案内 */
.office_img {
  padding: 8px;
  margin-top: 8px;
  text-align: center;
}

.office_box img {
  vertical-align: bottom;
}

.office_table {
  padding: 8px;
  margin-top: 8px;
}
.office_table table {
  border: 1px solid #dadada;
  margin-top: 12px;
  display: grid;
}
.office_table table tr,
.office_table table th,
.office_table table td {
  display: grid;
}
.office_table table th {
  border-bottom: 1px solid #dadada;
  background: #f5e8d9;
  text-align: left;
  font-weight: bold;
}
.office_table table tr td {
  border-bottom: 1px solid #dadada;
}
.office_table table tr td p {
  margin-bottom: 8px;
}
.office_table table th,
.office_table table td {
  padding: 12px;
}
.office_table table tr:last-of-type td {
  border-bottom: none;
}

.office_subtabletitle {
  border-bottom: 1px solid #dadada;
  background: #f3f3f3;
  text-align: left;
  font-weight: bold;
  padding: 12px;
}

.office_subtable {
  padding: 8px;
  margin-top: 0;
}
.office_subtable p.txt {
  color: #cab795;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  margin-top: 40px;
  border-bottom: 2px solid #cab795;
}
.office_subtable table {
  border: none;
  margin-top: 0px;
  display: flex;
}
.office_subtable table.txt {
  width: 70%;
}
.office_subtable table.pic {
  width: 20%;
}
.office_subtable table td.s-text {
  font-size: 13px;
}
.office_subtable table tr,
.office_subtable table th,
.office_subtable table td {
  display: flex;
}
.office_subtable table th {
  border-bottom: 1px solid #ffffff;
  text-align: left;
  font-weight: normal;
  width: 120px;
}
.office_subtable table tr td {
  border-bottom: 1px solid #ffffff;
  display: grid;
}
.office_subtable table tr td.smalla {
  width: 54px;
}
.office_subtable table th,
.office_subtable table td {
  padding: 4px;
}
.office_subtable p {
  margin-bottom: 12px;
}
.office_subtable .flex, .office_subtable .voice__header {
  justify-content: flex-start;
  align-items: unset;
  margin: 0 auto;
}
.office_subtable .area_box {
  background: #fff;
  width: 33%;
  margin: 14px auto;
  border: 1px solid #ccc;
  line-height: 1.2;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .office_subtable .area_box {
    width: 100%;
  }
}
.office_subtable .area_box a {
  color: #000;
  font-size: 1.6rem;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .office_subtable .area_box a {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.office_subtable .area_box iframe {
  margin-top: 20px;
}
.office_subtable .area_box .shiten_title {
  /* background-color: #051132; */
  /* padding: 5px; */
  font-weight: bold;
  color: #000;
}

/*office*/
.office_subtable .flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.chizu_box {
  border: 1px solid #ccc;
  padding: 8px;
  margin: 4px 4px 14px 4px;
  width: 340px;
}

.chizu_title {
  font-weight: bold;
  font-size: 15px;
}

.chizu_text {
  font-size: 13px;
}

.jusyo {
  display: none;
}

.chizu_btn {
  text-align: center;
  font-size: 13px;
  text-decoration: underline;
  color: #1d4e97;
}

@media screen and (max-width: 768px) {
  .office_box img {
    vertical-align: bottom;
    width: 100%;
    margin: 10px 0px 45px;
  }
  .office_subtabletitle {
    border-bottom: 1px solid #dadada;
    text-align: left;
    font-weight: bold;
    padding: 12px;
  }
  .office_subtable {
    padding: 8px;
    margin-top: 14px;
    font-size: 1.4rem;
  }
  .office_subtable table {
    border: none;
    margin-top: 0px;
    display: flex;
  }
  .office_subtable table tr,
  .office_subtable table th,
  .office_subtable table td {
    display: flex;
  }
  .office_subtable table th {
    border-bottom: 1px solid #ffffff;
    text-align: left;
    font-weight: normal;
    width: 80px;
    white-space: nowrap;
  }
  .office_subtable table tr td {
    border-bottom: 1px solid #ffffff;
    display: grid;
    width: 238px;
  }
  .office_subtable table tr td.smalla {
    width: 16px;
  }
  .office_subtable table th,
  .office_subtable table td {
    padding: 4px;
  }
  .office_subtable p {
    margin-bottom: 12px;
    margin: 0px;
  }
  .office_subtable p span {
    font-size: 1.3rem;
  }
  /*office*/
  .office_subtable .flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: unset;
  }
  .chizu_box {
    border: 1px solid #ccc;
    padding: 8px;
    margin: 4px 4px 14px 4px;
    width: 100%;
  }
  .chizu_title {
    font-weight: bold;
    font-size: 14px;
  }
  .chizu_text {
    font-size: 14px;
  }
  .jusyo {
    display: none;
  }
  .chizu_btn {
    text-align: center;
    font-size: 14px;
  }
}
.greeting_back {
  content: "";
  background: url(../images/greeting_back.svg) no-repeat;
  background-size: 110vw;
  background-position: center 0;
}
@media screen and (min-width: 1366px) {
  .greeting_back {
    background-size: 110vw;
    padding: 2.5vw 0 1vw;
  }
}
.greeting_back img {
  width: 100%;
}

/* 質上げ施策 */
.info {
  background: #fff1f1;
  margin: 35px auto 0px;
  padding: 15px 5%;
  text-align: left;
  font-size: 1.7rem;
  position: relative;
  width: 94%;
  z-index: 1;
}
.info .titleinsub {
  text-align: center;
  margin-top: 10px;
  font-size: 1.5rem;
}
.info h3 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.info h3 span {
  font-weight: bold;
  color: #8b1000;
}
.info p.titlein {
  background: white;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}
.info p.titlein span {
  color: #ff7200;
}
.info ul.asterisk {
  margin-left: 100px;
  /* width: 900px; */
  /* margin: auto; */
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.info ul.asterisk li {
  list-style-type: none;
  margin-bottom: 5px;
  line-height: 1.6;
}
.info ul.asterisk li::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  font-size: 20px;
  color: #d37666;
  margin: -2px -38px;
}
@media screen and (max-width: 768px) {
  .info {
    padding: 15px 10px;
    font-size: 1.5rem !important;
    margin: 20px auto 0;
  }
  .info h3 {
    font-size: 1.5rem;
    text-align: left;
  }
  .info ul.asterisk {
    margin-left: 35px;
  }
  .info ul.asterisk li {
    list-style-type: none;
    margin-bottom: 8px;
    line-height: 1.5;
  }
  .info ul.asterisk li:before {
    margin: -2px -25px;
  }
  .info .titleinsub {
    text-align: center;
    margin-top: 10px;
    font-size: 1.2rem;
  }
}

.senyo {
  padding: 5px 0;
  line-height: 1.3;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(90deg, rgba(131, 14, 16, 0) 0%, rgba(131, 14, 16, 0.73) 11%, #830e10 45%, rgba(131, 14, 16, 0.73) 86%, rgba(131, 14, 16, 0) 100%);
  color: white;
  text-align: center;
  margin-bottom: 1vw;
  font-size: 1.8rem;
}
.senyo span {
  font-weight: bold;
  color: yellow;
  background: none;
}
@media screen and (max-width: 480px) {
  .senyo {
    line-height: 1.2;
    margin: 0px 0 10px;
    width: 98%;
  }
}

@media screen and (max-width: 480px) {
  .voice {
    padding: 0 20px;
  }
}
.to_kigyo_link {
  content: "";
  background: url(../images/white_back.webp);
  background-size: 100vw;
  background-position: center 0;
  padding: 9vw 0 4vw;
}
.to_kigyo_link .to_kigyo_link_btn {
  background: linear-gradient(110.53deg, #0e548b 14.8%, #3e7fb2 83.46%);
  width: 70.8vw;
  display: block;
  margin: 0 auto;
  padding: 2vw 3vw;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.to_kigyo_link .to_kigyo_link_btn:hover, .to_kigyo_link .to_kigyo_link_btn:focus {
  transform: translateY(-6px) scale(1.02);
}
@media screen and (max-width: 480px) {
  .to_kigyo_link .to_kigyo_link_btn {
    width: 88%;
    padding: 15px 0;
  }
}
.to_kigyo_link img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 480px) {
  .to_kigyo_link {
    padding: 26vw 0 9vw;
    margin-top: -74px;
    display: block;
    text-align: center;
  }
  .to_kigyo_link img {
    width: 88%;
  }
}

/* 追従アクションボタン */
.floating-actions {
  font-family: "Noto sans JP";
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
  align-items: end;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.floating-actions.show {
  opacity: 1;
  visibility: visible;
}

.action-button {
  min-width: 60px;
  width: 60px;
  height: 60px;
  background: #4caf50;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s, background 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: rgb(255, 255, 255);
  padding: 0;
}

.action-button:hover {
  width: 240px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.action-button.phone {
  background: #2196f3;
}
.action-button.phone .action-text {
  font-size: 2.2rem;
}

.action-button.phone:hover {
  background: #1976d2;
}

.action-button.email {
  background: #f6ca1b;
  color: rgb(44, 44, 44);
}

.action-button.email:hover {
  background: #ffc515;
}

.action-icon {
  font-size: 24px;
  min-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
}

.action-text {
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  font-weight: 500;
  padding-right: 15px;
  margin-left: 0px;
  transition: max-width 0.3s, opacity 0.3s, margin-left 0.3s;
}

.action-button:hover .action-text {
  opacity: 1;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: 0px;
}

#footer_CTA {
  font-family: "Noto sans JP";
  position: fixed;
  background-color: rgba(125, 125, 125, 0.7882352941);
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 22;
  /*はじめは非表示*/
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 6px 0 24px;
}
#footer_CTA small {
  display: block;
  color: white;
  text-align: center;
  margin: 5px 10px 0 10px;
  line-height: 1.2;
}
#footer_CTA img {
  width: 23px;
}
#footer_CTA .footer_CTA_call_img {
  width: 72%;
  margin: 7px 0;
  margin-left: 3px;
}
#footer_CTA .footer_CTA_mail_img {
  width: 80%;
  margin: 7px 0;
  margin-left: 3px;
}

.footer_CTA_call {
  display: flex;
  align-items: center;
  width: 48%;
  background: #e16520;
  color: white;
  font-size: 80%;
  padding: 8px 13px;
  font-weight: 500;
  border-radius: 4px;
  border-bottom: 5px solid #953e00;
  justify-content: space-around;
}
.footer_CTA_call p {
  text-align: center;
  line-height: 1.3;
  font-size: 1.4rem;
  margin-left: 5px;
  font-weight: bold;
}

.footer_CTA_mail {
  display: flex;
  align-items: center;
  width: 48%;
  background: #22b738;
  color: #fff;
  font-size: 80%;
  padding: 8px 10px 8px 18px;
  font-weight: 500;
  border-radius: 4px;
  border-bottom: 5px solid #005522;
  justify-content: space-around;
  position: relative;
  font-weight: bold;
}
.footer_CTA_mail p {
  text-align: center;
  line-height: 1.3;
  font-size: 1.4rem;
  margin-left: 10px;
  font-weight: bold;
}

.footer_CTA_mail_night {
  width: 100%;
  font-size: 100%;
  font-weight: bold;
  border-radius: 69px;
  padding: 10px 0 12px;
  text-decoration: underline;
}
.footer_CTA_mail_night p {
  margin-left: 20px;
}
.footer_CTA_mail_night::before {
  left: 77px;
}

#footer_CTA .attention {
  text-align: center;
  padding: 0px 0 5px;
}
#footer_CTA .attention img {
  width: 80%;
  display: block;
  margin: 0px auto;
}

.mail_no {
  text-align: center;
  font-size: 1.6rem;
  margin: 8px 0;
  font-weight: bold;
  color: red;
}
@media screen and (max-width: 769px) {
  .mail_no {
    font-size: 1.3rem;
  }
}

.fv_link {
  background: no-repeat center center;
  background-size: cover;
  background-image: url(../images/link_bg.webp);
}
@media screen and (max-width: 769px) {
  .fv_link {
    background-image: url(../images/link_bg_sp.webp);
  }
}
.fv_link .fv_link_inner {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 55px 0;
}
@media screen and (max-width: 769px) {
  .fv_link .fv_link_inner {
    flex-flow: column;
    width: 100%;
    align-items: center;
    padding: 25px 0;
  }
}
.fv_link .link_btn {
  background: none;
  background: #ffffff;
  padding: 10px 30px;
  width: 43%;
  color: #0468b7;
  border-radius: 16px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  box-shadow: 0px 6.76681px 6.76681px rgba(0, 0, 0, 0.75);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 769px) {
  .fv_link .link_btn {
    border: 1.5px solid white;
    width: 90%;
    font-size: 1.8rem;
    border-radius: 10px;
    padding: 0;
  }
  .fv_link .link_btn:first-child {
    margin-bottom: 30px;
  }
}
.fv_link .link_btn:hover {
  transform: scale(1.05);
}
.fv_link .link_btn i {
  margin-right: 14px;
  color: #8098ab;
}
.fv_link .link_btn b {
  font-size: 3rem;
  padding-right: 4px;
  color: #014479;
  text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, 2px 0 2px #fff, -2px 0 2px #fff, 0 2px 2px #fff, 0 -2px 2px #fff;
}
@media screen and (max-width: 769px) {
  .fv_link .link_btn b {
    font-size: 2.3rem;
  }
}

.subtitle {
  text-align: center;
  font-size: 2rem;
}
.subtitle span {
  font-weight: bold;
  color: #6a007f;
  font-size: 3rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 2rem;
  padding: 2rem;
}

.service-card {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border: 2px solid transparent;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.service-title {
  font-weight: bold;
  color: #333;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #22659a;
  position: relative;
  font-size: 2.5rem;
}

.service-title::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 30%;
  height: 3px;
  background: linear-gradient(90deg, #f093fb, #f5576c);
}

.service-list {
  list-style: none;
}

.service-list li {
  padding: 0.8rem 0;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  padding-left: 3rem;
}

.service-list li:last-child {
  border-bottom: none;
}

.service-list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.4rem;
  color: #22659a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

.advisory-note {
  background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
  border: 2px solid #f39c12;
  border-radius: 15px;
  padding: 1.5rem;
  margin: 2rem;
  text-align: center;
  position: relative;
}

.advisory-note p {
  font-weight: 500;
  color: #8b4513;
}

@media (max-width: 768px) {
  .subtitle {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .subtitle span {
    font-size: 2.5rem;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0;
  }
  .advisory-note {
    margin: 2rem 0;
  }
  .price-tag {
    font-size: 2rem;
    padding: 1rem 2rem;
  }
  .price-tag .price {
    font-size: 2.2rem;
  }
  .service-card {
    padding: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */