/*1023px以下*/
@media screen and (max-width: 1023px) {
}

/*767px以下*/
@media screen and (max-width: 767px) {
}

/*480px以下*/
@media screen and (max-width: 480px) {
}

/*------------------------------------------------------------------
#font 
-------------------------------------------------------------------*/
/* @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&display=swap'); */

/*------------------------------------------------------------------
#共通
-------------------------------------------------------------------*/

* {
  /* outline: 2px solid red; */
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
:target {
  scroll-margin-top: 200px; /* ヘッダー高さ＋余白 */
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

body {
  background-color: #fff !important;
}

body.page-id-5689,
body.page-id-5695,
body.page-id-5697 {
  /* font-family: "Noto Serif JP", serif; */
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: break-word;
  overflow-x: hidden;
  background-color: #ffff;
  overflow-x: scroll;
  color: #353535;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  object-fit: cover;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

:root :where(a:where(:not(.wp-element-button))) {
  text-decoration: none;
}

a:hover {
  color: inherit;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #285282 !important;
}

/* 767px以下 */
@media screen and (max-width: 767px) {
  html {
    scroll-behavior: smooth;
  }
  :target {
    scroll-margin-top: 20px; /* ヘッダー高さ＋余白 */
  }

  .hidden-sp {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .hidden-tab {
    display: none;
  }
}

/* 1024px以上 */
@media screen and (min-width: 1024px) {
  .hidden-pc {
    display: none;
  }
}

/*------------------------------------------------------------------
#TOPへ
-------------------------------------------------------------------*/
.topBtn {
  position: fixed;
  bottom: 120px;
  right: 20px;
  width: 70px;
  height: 70px;
  display: block;
  box-sizing: border-box;
  z-index: 20;
  transition:
    opacity 0.5s,
    visibility 0.5s;
  visibility: hidden;
}

.topBtn.is-show {
  opacity: 1;
  visibility: visible;
}

.topBtn::after {
  position: absolute;
  content: "";
  background: url(../medical-legal/img/page-top.png) no-repeat center center / cover;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* デフォルト */
.go-to-top-button {
  display: none;
}

.scrollup-button {
  display: none !important;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
  .topBtn {
    bottom: 80px;
    right: 10px;
  }
}

/*------------------------------------------------------------------
#共通ボタン
-------------------------------------------------------------------*/
.common__button {
  margin: 0 auto;
  text-align: center;
}

.common__button-link {
}

.common__button-link:hover {
  color: #fff;
  transform: translateY(3px);
  box-shadow: none;
}

.common__button-link:after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right.png) no-repeat center center / cover;
  width: 7px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

/* メール */
.mail__button {
  margin-top: 10px;
  text-align: center;
}

.mail__button-link {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
  background-color: #285282;
  padding: 15px 60px 15px 90px;
  border-radius: 10px;
  transition: 0.3s;
  position: relative;
  box-shadow: 0 5px 0 #000;
}

.mail__button-link:hover {
  color: #fff;
  transform: translateY(5px);
  box-shadow: 0 0 0 #000;
}

.mail__button-link::before {
  position: absolute;
  content: "";
  background: url(../medical-legal/img/mail-icon.png) no-repeat center center / cover;
  width: 45px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}

.mail__button-link::after {
  position: absolute;
  content: "";
  background: url(../medical-legal/img/arrow-right-white.png) no-repeat center center / cover;
  width: 19px;
  height: 19px;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
}

/*------------------------------------------------------------------
#section-title
-------------------------------------------------------------------*/
.section__title {
  text-align: center;
}

.section__title-en {
  display: inline-block;
  font-size: 16px;
  color: #285282;
  font-weight: 400;
  letter-spacing: 0.5em;
  width: fit-content;
  margin: 0 auto;
}

.section__title-en.white {
  color: #fff;
}

.section__title-ja {
  display: block;
  font-size: 40px;
  color: #285282;
  font-weight: 500;
  letter-spacing: 0.5em;
  line-height: 1.5;
}

.section__title-ja.white {
  color: #fff;
}

/*1023px以下*/
@media screen and (max-width: 1023px) {
}

/*767px以下*/
@media screen and (max-width: 767px) {
  .section__title {
    text-align: center;
  }

  .section__title-en {
    letter-spacing: 0.3em;
  }

  .section__title-ja {
    letter-spacing: 0.3em;
  }
}

/*------------------------------------------------------------------
#inner
-------------------------------------------------------------------*/
.inner {
  padding-inline: 20px;
  max-width: calc(1200px + 20px * 2);
  margin-inline: auto;
}

/*------------------------------------------------------------------
#header
-------------------------------------------------------------------*/
.l-wrapper {
  position: relative;
  overflow: hidden;
}

.header {
  background-color: #fff;
  height: 110px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header__inner {
  padding-inline: 20px;
  max-width: calc(1200px + 20px * 2);
  margin-inline: auto;
  height: inherit;
  display: flex;
  align-items: center;
}

.header__left {
  margin-right: auto;
}

.header__logo {
  width: 480px;
  display: flex;
  align-items: center;
}

.header__logo-text {
  font-size: 14px;
  letter-spacing: 0;
}

.header__logo-link {
  transition: opacity 0.3s;
}

.drawer__logo-link {
  width: 250px;
  display: none;
}

.drawer__logo-link.is-active {
  display: block;
}

.header__right {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.header__tel-link {
  display: inline-block;
  width: 310px;
  height: inherit;
  transition: opacity 0.3s;
  margin-right: 30px;
}

.header__tel-link:hover {
  opacity: 0.8;
}

.header__button {
  width: 170px;
}

.header__button a {
  display: block;
}

.header-nav {
  margin-inline: auto;
  background-color: #fff;
}

.header-nav__list {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
  padding-block: 20px;
  margin-bottom: 0;
  margin-inline: auto;
  height: inherit;
}

.header-nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
}

.header-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  color: #285282;
  position: relative;
}

.header-nav__link:hover {
}

@media screen and (max-width: 1200px) {
  .header-nav__list {
    gap: 35px;
  }
}

@media screen and (max-width: 1023px) {
  .header {
    height: 60px;
  }

  .header__logo {
    width: 300px;
  }

  .header-nav {
    display: none;
  }

  .header__right {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header__inner {
    padding-inline: 0px;
    max-width: calc(1200px + 0px * 2);
    margin-inline: auto;
  }

  .header__logo {
    width: 250px;
  }

  .js-header__logo.is-active {
    width: 300px;
  }
}

/*------------------------------------------------------------------
#drawer
-------------------------------------------------------------------*/

.drawer__icon {
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 0px;
  top: 0px;
  transition: transform 0.5s;
  width: 60px;
  height: 60px;
  z-index: 500;
  background-color: #285282;
  margin: 0;
}

.drawer__icon.is-active {
  background-color: #7088a3 !important;
}

.drawer__icon.is-active .drawer-icon__bar1 {
  background-color: #fff;
  top: 25px;
  transform: rotate(-45deg);
}

.drawer__icon.is-active .drawer-icon__bar2 {
  display: none;
}

.drawer__icon.is-active .drawer-icon__bar3 {
  background-color: #fff;
  top: 25px;
  transform: rotate(45deg);
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  background-color: #fff;
  height: 2px;
  left: 15px;
  transition: transform 0.5s;
  width: 30px;
}

.drawer-icon__bar1 {
  top: 10px;
}

.drawer-icon__bar2 {
  top: 20px;
}

.drawer-icon__bar3 {
  top: 30px;
}

.drawer-icon__text {
  position: absolute;
  top: 40px;
  left: 14px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
}

.js-drawer__icon-mail.is-active {
  opacity: 0;
}

.drawer-icon__mail {
  position: fixed;
  right: 90px;
  top: 12px;
  width: 40px;
  height: 40px;
  z-index: 500;
  opacity: 0;
}

.drawer-icon__mail-link {
}

.drawer-icon__mail-link img {
  width: 40px;
  height: 40px;
}

.drawer__content {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow: auto;
  pointer-events: none;
  right: 0;
  transition: opacity 0.3s;
  opacity: 0;
  z-index: 400;
}

.drawer__inner {
  padding-inline: 30px;
  max-width: calc(500px + 30px * 2);
  margin-inline: auto;
}

.drawer__content.is-active {
  top: 60px;
  opacity: 1;
  pointer-events: auto;
}

.drawer__header {
}

.drawer__logo-link img {
  width: 200px;
}

.drawer-nav__list {
  margin-top: 30px;
  max-width: 500px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
  border-top: 1px solid #b7bdc0;
  margin-top: 10px;
}

.drawer-nav__item {
  padding: 10px;
  border-bottom: 1px solid #b7bdc0;
}

.drawer-nav__link {
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  display: block;
  position: relative;
}

.drawer-nav__link:hover {
}

.drawer-nav__link::before {
  position: absolute;
  content: "";
  background: url(../medical-legal/img/arrow-right.png) no-repeat center center / cover;
  width: 8px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.drawer__mail-link {
  display: block;
  text-align: center;
  margin-top: 25px;
}

.drawer__mail-link img {
  width: 250px;
}

.drawer__tel-link {
  display: block;
  text-align: center;
  margin-top: 25px;
}

.drawer__tel-link img {
  width: 350px;
}

/*1023px以下*/
@media screen and (max-width: 1023px) {
  .drawer__icon {
    display: block;
  }
}

/*767px以下*/
@media screen and (max-width: 767px) {
  .drawer__icon {
    display: block;
  }
}

/*------------------------------------------------------------------
#footer
-------------------------------------------------------------------*/

.footer {
  padding-top: 20px;
}

.footer__inner {
  padding-inline: 20px;
  max-width: calc(1240px + 20px * 2);
  margin-inline: auto;
}

.footer-nav {
  margin-inline: auto;
  background-color: #fff;
  border-bottom: 1px solid #d6dde6;
}

.footer-nav__list {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
  padding-block: 20px;
  margin-bottom: 0;
  margin-inline: auto;
  height: inherit;
}

.footer-nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
}

.footer-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  color: #285282;
  position: relative;
}

.footer__contents {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer__left {
  width: 38%;
  margin-right: auto;
}

.footer__logo {
}

.footer__logo-link {
  display: block;
}

.footer__logo img {
}

.footer__text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
}

.footer__right {
  width: 62%;
  max-width: 580px;
  margin-left: auto;
}

.footer__cta {
  width: 100%;
}

.footer__cta-top {
  color: #285282;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.footer__cta-top-small {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.footer__cta-top-large {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}

.footer__cta-bottom {
  display: flex;
  margin-top: 10px;
}

.footer__cta-bottom-left {
  width: 50%;
  padding-right: 20px;
}

.footer__cta-bottom-left-text {
  font-size: 22px;
  font-weight: 400;
  color: #285282;
  text-align: center;
  border: 1px solid #285282;
  border-radius: 30px;
}

.footer-cta__tel-link {
  display: inline-block;
  height: inherit;
}

.footer-cta__tel-link img {
  min-height: 55px;
}

.footer__cta-bottom-right {
  width: 50%;
  padding-left: 20px;
}

.footer__cta-bottom-right-text {
  font-size: 22px;
  font-weight: 400;
  color: #285282;
  text-align: center;
  border: 1px solid #285282;
  border-radius: 30px;
}

/* メール */
.footer-cta-mail__button {
  margin-top: 5px;
  text-align: center;
}

.footer-cta-mail__button-link {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
  background-color: #285282;
  padding: 15px 50px 15px 70px;
  border-radius: 10px;
  transition: 0.3s;
  position: relative;
  box-shadow: 0 5px 0 #000;
}

.footer-cta-mail__button-link:hover {
  color: #fff;
  transform: translateY(5px);
  box-shadow: 0 0 0 #000;
}

.footer-cta-mail__button-link::before {
  position: absolute;
  content: "";
  background: url(../medical-legal/img/mail-icon.png) no-repeat center center / cover;
  width: 45px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.footer-cta-mail__button-link::after {
  position: absolute;
  content: "";
  background: url(../medical-legal/img/arrow-right-white.png) no-repeat center center / cover;
  width: 19px;
  height: 19px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.footer__banner {
  text-align: center;
  margin-top: 30px;
}

.footer__banner img {
  width: 380px;
}

.copyright {
  text-align: center;
  padding-block: 10px;
}

.copyright__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}

.fixed-footer-btn {
  display: none;
}

.footer__cat {
  display: none;
}

.mobile-footer-menu-buttons {
  display: none;
}

@media screen and (max-width: 1200px) {
  .footer-nav__list {
    gap: 35px;
  }
}

@media screen and (max-width: 1023px) {
  .footer__logo {
    width: 480px;
    margin: 0 auto;
  }

  .footer-nav {
    display: none;
  }

  .footer__left {
    width: 100%;
    text-align: center;
  }

  .footer__right {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .footer__logo {
    width: 320px;
  }

  .footer__text {
    font-size: 12px;
    margin-top: 20px;
  }

  .footer__banner {
    margin-top: 10px;
  }

  .footer__banner img {
    width: 250px;
  }

  .copyright__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .fixed-footer-btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    z-index: 15;
  }

  .fixed-footer-btn-wrap {
    display: flex;
    gap: 0;
  }

  .fixed-mail {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 5px;
  }
}

/*------------------------------------------------------------------
#mv
-------------------------------------------------------------------*/

.mv {
  margin-top: 180px;
  min-height: 730px;
  padding-bottom: 100px;
  position: relative;
}

.mv::before {
  position: absolute;
  content: "";
  background: url(../medical-legal/img/mv-bg.png) no-repeat center center / cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.mv img {
  min-height: 730px;
}

.mv__block {
  position: absolute;
  top: 15%;
  left: 39%;
  transform: translateX(-50%);
  z-index: 2;
  min-width: 767px;
}

.mv__text {
  font-size: 24px;
  line-height: 2;
  font-weight: 400;
}

.mv__title {
  font-size: 60px;
  font-weight: bold;
  color: #285282;
  line-height: 2;
  text-decoration: underline;
  text-decoration-color: #285282;
  text-decoration-thickness: 2px;
  text-underline-offset: 25px; /* ← この値を調整して距離を広げる */
  text-decoration-skip-ink: none;
}

.mv__cta {
  position: absolute;
  top: 65%;
  right: 10%;
  z-index: 2;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #285282;
  border-radius: 20px;
  width: 770px;
}

.mv__cta-img {
  position: absolute;
  top: -20px;
  left: -50px;
}

.mv__cta .mv__cta-img img {
  width: 134px;
  min-height: 134px;
}

.mv__cta-top {
  color: #285282;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.mv__cta-top-small {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.mv__cta-top-large {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
}

.mv__cta-bottom {
  display: flex;
  margin-top: 10px;
}

.mv__cta-bottom-left {
  width: 50%;
  padding-right: 20px;
  border-right: 1px dashed #b7b5b5;
}

.mv__cta-bottom-left-text {
  font-size: 22px;
  font-weight: 400;
  color: #285282;
  text-align: center;
  border: 1px solid #285282;
  border-radius: 30px;
}

.cta__tel-link {
  display: inline-block;
  height: inherit;
}

.cta__tel-link img {
  min-height: 55px;
}

.mv__cta-bottom-right {
  width: 50%;
  padding-left: 20px;
}

.mv__cta-bottom-right-text {
  font-size: 22px;
  font-weight: 400;
  color: #285282;
  text-align: center;
  border: 1px solid #285282;
  border-radius: 30px;
}

@media screen and (max-width: 1023px) {
  .mv {
    margin-top: 60px;
  }

  .mv__block {
    top: 75%;
    left: 55%;
  }

  .mv__cta {
    top: 125%;
    left: 50%;
    transform: translateX(-50%);
  }

  .mv__cta-img {
    position: absolute;
    top: -60px;
    left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .mv {
    margin-top: 60px;
    min-height: 500px;
    position: relative;
  }

  .mv::before {
    position: absolute;
    content: "";
    background: url(../medical-legal/img/about-bg_sp.png) no-repeat center center / cover;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .mv img {
    min-height: 350px;
  }

  .mv__block {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    min-width: 350px;
  }

  .mv__text {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 400;
    text-align: center;
  }

  .mv__title {
    font-size: 32px;
    text-align: center;
    letter-spacing: 0;
    font-weight: bold;
    color: #285282;
    line-height: 2;
    text-decoration: underline;
    text-decoration-color: #285282;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px; /* ← この値を調整して距離を広げる */
    text-decoration-skip-ink: none;
  }

  .mv__cta {
    position: absolute;
    top: 110%;
    right: 0%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background-color: #fff;
    padding: 20px 20px 30px;
    border: 1px solid #285282;
    border-radius: 20px;
    width: 90%;
    max-width: 500px;
  }

  .mv__cta-img {
    position: absolute;
    top: -50px;
    left: -20px;
  }

  .mv__cta .mv__cta-img img {
    width: 90px;
    min-height: 90px;
  }

  .mv__cta-top {
    color: #285282;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .mv__cta-top-small {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1.3;
  }

  .mv__cta-top-large {
    font-size: 26px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1.3;
  }

  .mv__cta-bottom {
    display: block;
    margin-top: 10px;
  }

  .mv__cta-bottom-left {
    width: 100%;
    padding-right: 0px;
    border-right: none;
  }

  .mv__cta-bottom-left-text {
    font-size: 22px;
    font-weight: 400;
    color: #285282;
    text-align: center;
    border: 1px solid #285282;
    border-radius: 30px;
  }

  .cta__tel-link {
    display: inline-block;
    height: inherit;
  }

  .cta__tel-link img {
    min-height: 55px;
  }

  .mv__cta-bottom-right {
    width: 100%;
    padding-left: 0px;
    margin-top: 15px;
  }

  .mv__cta-bottom-right-text {
    font-size: 22px;
    font-weight: 400;
    color: #285282;
    text-align: center;
    border: 1px solid #285282;
    border-radius: 30px;
  }
}

@media screen and (max-width: 480px) {
  .mv__cta {
    top: 115%;
  }
}

/*------------------------------------------------------------------
#introduction
-------------------------------------------------------------------*/
.introduction {
  padding-top: 0px;
  padding-bottom: 50px;
}

.introduction__inner {
  padding-inline: 20px;
  max-width: calc(1200px + 20px * 2);
  margin-inline: auto;
}

.introduction__block {
  margin-top: 80px;
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
}

.introduction__img {
  width: 45%;
}

.introduction__left {
  width: 55%;
}

.introduction__name {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.25em;
}

.introduction__text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8;
}

.introduction__works {
  margin-top: 70px;
  border: 1px solid #275282;
  border-radius: 20px;
  padding: 20px 20px 10px;
}

.introduction__works-title {
  font-size: 20px;
  font-weight: 400;
  color: #275282;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px dashed #275282;
}

.introduction__list {
  margin-top: 20px;
  list-style: none;
}

.introduction__item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  padding-left: 30px;
  margin-bottom: 5px;
  position: relative;
}

.introduction__item::before {
  position: absolute;
  content: "";
  background: url(../medical-legal/img/icon-cercle.png) no-repeat center center / cover;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

@media screen and (max-width: 1023px) {
  .introduction {
    padding-top: 500px;
  }
}

@media screen and (max-width: 767px) {
  .introduction {
    padding-top: 500px;
  }

  .introduction__block {
    margin-top: 30px;
    display: block;
  }

  .introduction__img {
    width: 80%;
    margin: 0 auto;
  }

  .introduction__left {
    width: 100%;
  }

  .introduction__name {
    font-size: 22px;
    font-weight: 400;
    margin-top: 20px;
    text-align: center;
    letter-spacing: 0.25em;
  }

  .introduction__text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.65;
  }

  .introduction__works {
    margin-top: 30px;
    padding: 10px 10px 0px;
  }

  .introduction__works-title {
    padding-bottom: 5px;
  }

  .introduction__list {
    margin-top: 20px;
  }

  .introduction__item {
    letter-spacing: 0;
    line-height: 1.65;
    padding-left: 30px;
    margin-bottom: 0px;
    position: relative;
  }

  .introduction__item::before {
    position: absolute;
    content: "";
    background: url(../medical-legal/img/icon-cercle.png) no-repeat center center / cover;
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
  }
}

/*------------------------------------------------------------------
#reason
-------------------------------------------------------------------*/
.reason {
  padding-top: 0px;
  padding-bottom: 50px;
  position: relative;
}

.reason::before {
  position: absolute;
  content: "";
  background: url(../medical-legal/img/reason-bg.png) no-repeat center center / cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.reason__inner {
  padding-inline: 20px;
  max-width: calc(1200px + 20px * 2);
  margin-inline: auto;
}

.section__title.reason__title {
  padding-top: 100px;
}

.reason__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 35px;
  margin-top: 50px;
  list-style: none;
}

.reason__item {
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.03);
}

.reason__img {
}

.reason__title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  color: #275282;
  margin-top: 20px;
}

.reason__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
  .section__title.reason__title {
    padding-top: 50px;
  }

  .reason__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin-top: 20px;
  }

  .reason__item {
    padding: 15px;
  }

  .reason__text {
    line-height: 1.65;
  }
}

/*------------------------------------------------------------------
#message
-------------------------------------------------------------------*/
.message {
  padding-top: 100px;
  padding-bottom: 50px;
}

.message__inner {
  padding-inline: 20px;
  max-width: calc(1100px + 20px * 2);
  margin-inline: auto;
}

.message__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px;
  margin-top: 50px;
  list-style: none;
}

.message__item {
}

.message__img {
}

.message__title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.6;
  color: #275282;
  margin-top: 30px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.message__text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
  .message {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .message__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    margin-top: 30px;
    list-style: none;
  }

  .message__item {
  }

  .message__img {
  }

  .message__title {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.6;
    color: #275282;
    margin-top: 10px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .message__text {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 20px;
    margin-bottom: 0;
  }
}

/*------------------------------------------------------------------
#service
-------------------------------------------------------------------*/
.service {
  padding-top: 0px;
  padding-bottom: 50px;
  position: relative;
}

.service::before {
  position: absolute;
  content: "";
  background: url(../medical-legal/img/section-bg.png) no-repeat center center / cover;
  width: 100%;
  height: 30%;
  z-index: -2;
}

.service__inner {
  padding-inline: 20px;
  max-width: calc(1160px + 20px * 2);
  margin-inline: auto;
}

.section__lead {
  font-size: 18px;
  font-weight: 400;
  margin-top: 5px;
  color: #fff;
  text-align: center;
}

.section__title.service__title {
  padding-top: 80px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.service__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 95px;
  margin-top: 50px;
  list-style: none;
  padding: 50px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.11);
  border-radius: 20px;
}

.service__item {
  display: flex;
  gap: 30px;
  border-bottom: 1px dashed #b7b5b5;
}

.service__item:last-child {
  border-bottom: none;
}

.service__img {
  width: 145px;
}

.service__right {
  width: calc(100% - 145px);
}

.service__subtitle {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 10px;
  color: #275282;
  position: relative;
}

.service__subtitle span {
  font-size: 20px;
}

.service__subtitle::before {
  display: inline-block;
  position: absolute;
  content: "";
  background: url(../medical-legal/img/icon-cercle.png) no-repeat center center / cover;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  position: relative;
}

.service__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}

@media screen and (max-width: 1023px) {
  .service__list {
    gap: 20px;
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .service__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-top: 30px;
    list-style: none;
    padding: 20px 20px 0;
  }

  .service__item {
    gap: 15px;
    margin-top: 10px;
  }

  .service__img {
    width: 110px;
  }

  .service__right {
    width: calc(100% - 110px);
  }

  .service__subtitle {
    font-size: 18px;
  }

  .service__subtitle span {
    font-size: 16px;
  }

  .service__subtitle::before {
    display: inline-block;
    position: absolute;
    content: "";
    background: url(../medical-legal/img/icon-cercle.png) no-repeat center center / cover;
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translateY(0%);
    left: -5px;
    position: relative;
  }

  .service__text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.65;
  }
}

/*------------------------------------------------------------------
#flow
-------------------------------------------------------------------*/
.flow {
  padding-top: 0px;
  padding-bottom: 100px;
}

.flow__inner {
  padding-inline: 20px;
  max-width: calc(1160px + 20px * 2);
  margin-inline: auto;
}

.flow__imgs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 45px;
}

.flow__img {
  position: relative;
}

.flow__img::after {
  position: absolute;
  content: "";
  background: url(../medical-legal/img/arrow-right.png) no-repeat center center / cover;
  width: 10px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}

.flow__img:last-child::after {
  display: none;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
  .flow__imgs {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 45px;
  }

  .flow__img {
    position: relative;
  }

  .flow__img::after {
    position: absolute;
    content: "";
    background: url(../medical-legal/img/arrow-bottom.png) no-repeat center center / cover;
    width: 30px;
    height: 19px;
    top: 115%;
    transform: translateY(-50%);
    left: 50%;
    transform: translateX(-50%);
  }
}

/*------------------------------------------------------------------
#cta
-------------------------------------------------------------------*/
.cta {
  padding-top: 0px;
  padding-bottom: 100px;
  height: 520px;
  position: relative;
}

.cta::before {
  position: absolute;
  content: "";
  background: url(../medical-legal/img/cta-bg.png) no-repeat center center / cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.cta__inner {
  padding-inline: 20px;
  max-width: calc(1100px + 20px * 2);
  margin-inline: auto;
  padding-top: 150px;
}

.main__cta {
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #285282;
  border-radius: 20px;
  width: 950px;
  position: relative;
}

.main__cta-img {
  position: absolute;
  top: -55px;
  right: -20px;
}

.main__cta .main__cta-img img {
  width: 134px;
  min-height: 134px;
}

.main__cta-top {
  color: #285282;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.main__cta-top-small {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.main__cta-top-large {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
}

.main__cta-bottom {
  display: flex;
  margin-top: 10px;
}

.main__cta-bottom-left {
  width: 50%;
  padding-right: 20px;
  border-right: 1px dashed #b7b5b5;
}

.main__cta-bottom-left-text {
  font-size: 22px;
  font-weight: 400;
  color: #285282;
  text-align: center;
  border: 1px solid #285282;
  border-radius: 30px;
}

.cta__tel-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
}

.cta__tel-link img {
  min-height: 55px;
}

.main__cta-bottom-right {
  width: 50%;
  padding-left: 20px;
}

.main__cta-bottom-right-text {
  font-size: 22px;
  font-weight: 400;
  color: #285282;
  text-align: center;
  border: 1px solid #285282;
  border-radius: 30px;
}

/* メール */
.cta-mail__button {
  margin-top: 10px;
  text-align: center;
}

.cta-mail__button-link {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
  background-color: #285282;
  padding: 20px 100px 20px 130px;
  border-radius: 10px;
  transition: 0.3s;
  position: relative;
  box-shadow: 0 5px 0 #000;
}

.cta-mail__button-link:hover {
  color: #fff;
  transform: translateY(5px);
  box-shadow: 0 0 0 #000;
}

.cta-mail__button-link::before {
  position: absolute;
  content: "";
  background: url(../medical-legal/img/mail-icon.png) no-repeat center center / cover;
  width: 45px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  left: 70px;
}

.cta-mail__button-link::after {
  position: absolute;
  content: "";
  background: url(../medical-legal/img/arrow-right-white.png) no-repeat center center / cover;
  width: 19px;
  height: 19px;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}

@media screen and (max-width: 1023px) {
  .main__cta {
    width: 750px;
  }

  .cta-mail__button-link {
    padding: 20px 60px 20px 90px;
  }

  .cta-mail__button-link::before {
    left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .cta {
    padding-top: 0px;
    padding-bottom: 100px;
    height: 480px;
    position: relative;
  }

  .cta__inner {
    padding-top: 70px;
  }

  .main__cta {
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #285282;
    border-radius: 20px;
    width: 90%;
    max-width: 500px;
    position: relative;
  }

  .main__cta-img {
    position: absolute;
    top: -55px;
    right: -30px;
  }

  .main__cta .main__cta-img img {
    width: 100px;
    min-height: 100px;
  }

  .main__cta-top {
    color: #285282;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .main__cta-top-small {
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1.3;
  }

  .main__cta-top-large {
    font-size: 25px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1.3;
  }

  .main__cta-bottom {
    display: block;
    margin-top: 10px;
  }

  .main__cta-bottom-left {
    width: 100%;
    padding-right: 0px;
    border-right: none;
  }

  .main__cta-bottom-left-text {
    font-size: 22px;
    font-weight: 400;
    color: #285282;
    text-align: center;
    border: 1px solid #285282;
    border-radius: 30px;
  }

  .cta__tel-link {
  }

  .cta__tel-link img {
    min-height: 55px;
  }

  .main__cta-bottom-right {
    width: 100%;
    padding-left: 0px;
    margin-top: 15px;
  }

  .main__cta-bottom-right-text {
    font-size: 22px;
    font-weight: 400;
    color: #285282;
    text-align: center;
    border: 1px solid #285282;
    border-radius: 30px;
  }

  /* メール */
  .cta-mail__button {
    margin-top: 10px;
    text-align: center;
  }

  .cta-mail__button-link {
    padding: 15px 60px 15px 80px;
  }

  .cta-mail__button-link:hover {
    color: #fff;
    transform: translateY(5px);
    box-shadow: 0 0 0 #000;
  }

  .cta-mail__button-link::before {
    left: 30px;
  }

  .cta-mail__button-link::after {
    right: 25px;
  }
}

/*------------------------------------------------------------------
#Achievements
-------------------------------------------------------------------*/
.achievements {
  padding-top: 100px;
  padding-bottom: 100px;
}

.achievements__inner {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.achievements__img {
  margin-top: 50px;
}

.achievements__list {
  padding-inline: 20px;
  max-width: calc(900px + 20px * 2);
  margin-inline: auto;
  margin-top: 20px;
  list-style: none;
}

.achievements__item {
  padding-block: 20px;
  border-bottom: 1px dashed #b7b5b5;
}

.achievements__item:last-child {
  border-bottom: none;
}

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

.achievements__title {
  padding-left: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
}

.achievements__title::before {
  position: absolute;
  content: "";
  background: url(../medical-legal/img/icon-cercle.png) no-repeat center center / cover;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.achievements__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 50px;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
  .achievements {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .achievements__title-ja {
    font-size: 34px;
  }

  .achievements__img {
    margin-top: 30px;
  }

  .achievements__list {
    padding-inline: 0px;
    max-width: calc(900px + 0px * 2);
  }

  .achievements__title {
    line-height: 1.65;
  }

  .achievements__text {
    line-height: 1.65;
  }
}

/*------------------------------------------------------------------
#
-------------------------------------------------------------------*/
.fee {
  padding-top: 0px;
  padding-bottom: 50px;
  position: relative;
}
.fee::before {
  position: absolute;
  content: "";
  background: url(../medical-legal/img/about-bg.png) no-repeat center center / cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.fee__inner {
  padding-inline: 20px;
  max-width: calc(1200px + 20px * 2);
  margin-inline: auto;
}

.section__title.fee__title {
  padding-top: 100px;
}

.fee__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.fee__item {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  background-color: #fff;
}

.fee__name {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  padding-block: 30px;
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.fee__name.number01 {
  background-color: #487ab3;
}

.fee__name.number02 {
  background-color: #275282;
}

.fee__name.number03 {
  background-color: #133964;
}

.fee__contents {
  padding: 20px;
}

.fee__month {
  font-size: 20px;
  font-weight: 400;
  color: #487ab3;
  text-align: center;
  margin-top: 10px;
}

.fee__money {
  font-size: 32px;
  font-weight: bold;
  color: #487ab3;
  letter-spacing: 0;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 2px dashed #707070;
}

.fee__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 20px;
}

.fee__note {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 20px;
  letter-spacing: 0;
  padding-inline: 20px;
  max-width: calc(900px + 20px * 2);
  margin-inline: auto;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
  .section__title.fee__title {
    padding-top: 50px;
  }

  .section__title-ja.fee__title-ja {
    font-size: 36px;
  }

  .fee__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }

  .fee__name {
    padding-block: 15px;
  }

  .fee__month {
    margin-top: 0;
    line-height: 1.2;
  }

  .fee__money {
    padding-bottom: 5px;
  }

  .fee__text {
    line-height: 1.65;
  }

  .fee__note {
    line-height: 1.65;
  }
}

/*------------------------------------------------------------------
#faq
-------------------------------------------------------------------*/
.faq {
  padding-top: 0px;
  padding-bottom: 100px;
}

.faq__inner {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.section__title.faq__title {
  padding-top: 100px;
}

.faq__list {
  margin-top: 50px;
  list-style: none;
}

.faq__item {
  margin-top: 15px;
  padding: 10px 40px;
}

.faq__q {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 20px;
  border-bottom: 2px dashed #d1d1d1;
  position: relative;
}

.faq__q::after {
  position: absolute;
  content: "";
  background: url(../medical-legal/img/faq-arrow.png) no-repeat center center / cover;
  width: 24px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  right: 20px;
  transition: transform 0.3s;
}

.faq__q.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}

.faq__q-icon {
  width: 40px;
}

.faq__q-text {
  width: calc(100% - 40px);
  font-size: 18px;
  font-weight: 400;
  color: #285282;
}

.faq__a-wrap {
  display: none;
}

.faq__a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 20px;
}

.faq__a-icon {
  width: 40px;
}

.faq__a-text {
  width: calc(100% - 40px);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
  .section__title.faq__title {
    padding-top: 50px;
  }

  .faq__list {
    margin-top: 30px;
  }

  .faq__item {
    margin-top: 5px;
    padding: 5px 0px;
  }

  .faq__q {
    gap: 10px;
    padding: 15px 50px 15px 5px;
  }

  .faq__q-icon {
    width: 30px;
  }

  .faq__q-text {
    font-size: 16px;
    width: calc(100% - 30px);
    letter-spacing: 0;
  }

  .faq__a {
    gap: 10px;
    padding: 15px 5px;
  }

  .faq__a-icon {
    width: 30px;
  }

  .faq__a-text {
    width: calc(100% - 30px);
    letter-spacing: 0;
  }
}

/*------------------------------------------------------------------
#access
-------------------------------------------------------------------*/
.access {
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
}

.access::before {
  position: absolute;
  content: "";
  background: url(../medical-legal/img/access-bg.png) no-repeat center center / cover;
  width: 100%;
  height: 20%;
  z-index: -2;
}

.access__inner {
  padding-inline: 20px;
  max-width: calc(1160px + 20px * 2);
  margin-inline: auto;
}

.section__title.access__title {
  padding-top: 100px;
}

.section__title-ja.access__title-ja {
}

.access__contents {
  margin-top: 100px;
  padding: 80px 50px 50px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.11);
  border-radius: 30px;
}

.access__block {
  display: flex;
  align-items: flex-start;
  gap: 70px;
}

.access__left {
  width: 68%;
}

.access__subtitle {
  font-size: 24px;
  font-weight: 400;
  padding-left: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #275282;
  position: relative;
}

.access__subtitle::before {
  position: absolute;
  content: "";
  background: url(../medical-legal/img/icon-cercle.png) no-repeat center center / cover;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}

.access__list {
}

.access__item {
  display: flex;
  align-items: flex-start;
  border-bottom: 2px dashed #d1d1d1;
  padding: 20px 5px 20px 35px;
}

.access__item:last-child {
  border-bottom: none;
}

.access__item-left {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  width: 150px;
}

.access__item-right {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  width: calc(100% - 150px);
}

.access__right {
  width: 32%;
}

.access__img {
  margin-top: 20px;
}

.map__iframe iframe {
  border-radius: 20px;
  margin-top: 20px;
}

.access__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
  margin-top: 10px;
}

.access__imgs {
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
  .section__title.access__title {
    padding-top: 50px;
  }

  .access__contents {
    margin-top: 30px;
    padding: 30px 20px 30px;
  }

  .access__block {
    display: block;
  }

  .access__left {
    width: 100%;
  }

  .access__right {
    display: none;
  }

  .access__item {
    padding: 20px 5px;
  }

  .access__subtitle {
    padding-left: 30px;
    letter-spacing: 0;
  }

  .access__subtitle::before {
    left: 10px;
  }

  .access__item-left {
    width: 100px;
    line-height: 1.65;
  }

  .access__item-right {
    width: calc(100% - 100px);
    line-height: 1.65;
  }

  .access__imgs {
    display: block;
  }

  .access__text {
    line-height: 1.65;
  }
}

/*------------------------------------------------------------------
#contact
-------------------------------------------------------------------*/
.contact {
  padding-top: 0px;
  padding-bottom: 100px;
  position: relative;
}

.contact::before {
  position: absolute;
  content: "";
  background: url(../medical-legal/img/about-bg.png) no-repeat center center / cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.contact__inner {
  padding-inline: 20px;
  max-width: calc(1160px + 20px * 2);
  margin-inline: auto;
}

.section__title.contact__title {
  padding-top: 100px;
}

.contact__lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
  margin-top: 50px;
  text-decoration: underline;
}

.contact__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  margin-top: 10px;
}

.form__fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 50px auto 0;
  padding: 50px 60px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.form__field {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding-top: 20px;
}

.form-field__head {
  display: flex;
  align-items: center;
  width: 300px;
  flex-shrink: 0;
}

.form-field__label {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  color: #353553;
  text-align: left;
  padding-left: 25px;
  width: 190px;
}

.form-field__tag {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  background: #285282;
  color: #fff;
  letter-spacing: 0;
  padding: 5px 28px;
  border-radius: 20px;
}

.form-field__tag.is-option {
  background: #b9b5b5;
  color: #fff;
}

.form-field__data {
  flex-grow: 1;
}

.form__field-bottom {
  padding-top: 40px;
  border-top: 1px dashed #c4c4c4;
}

input,
textarea {
  font-size: 18px;
  font-weight: 500;
  width: 100%;
}

input::placeholder,
textarea::placeholder {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  color: #9d9d9d;
}

input[type="date"]::-webkit-datetime-edit {
  color: #ccc; /* 年/月/日のテキストカラーを変更 */
}

.form-field__data-code {
  width: 170px;
  margin-bottom: 20px;
}

.form-field__data-date {
  width: 200px;
}

.form__address-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.28px;
}

.form__field-radio-text {
  font-size: 16px;
  margin-right: 10px;
}

.form-field__data [type="text"],
.form-field__data [type="email"],
.form-field__data [type="date"] {
  padding: 20px;
  border: 1px solid #fff4f4;
  background: #f0f4fa;
  border-radius: 12px;
  /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
  transition: border 0.3s;
}

.form-field__data [type="text"]:hover,
.form-field__data [type="text"]:focus,
.form-field__data [type="email"]:hover,
.form-field__data [type="email"]:focus {
  border: 1px solid #28688f;
  outline: none;
}

.form-field__data [type="radio"],
.form-field__data [type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.form-field__data [type="radio"]:hover + .wpcf7-list-item-label::before,
.form-field__data [type="checkbox"]:hover + .wpcf7-list-item-label::before {
  /* border: 1px solid #0f1b60; */
}

.form-field__data [type="checkbox"]:checked + .wpcf7-list-item-label::before {
  /* background-color: #fff; */
}

.form-field__data [type="radio"]:checked + .wpcf7-list-item-label::after,
.form-field__data [type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form-field__data textarea {
  height: 200px;
  border-radius: 0px;
  padding: 20px;
  padding: 20px;
  border: 1px solid #fff4f4;
  background: #f0f4fa;
  border-radius: 12px;
  /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
  resize: vertical;
  transition: border 0.3s;
}

.form-field__data textarea:hover,
.form-field__data textarea:focus {
  border: 1px solid #28688f;
  outline: none;
}

.form-field__data.checbox {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
  font-weight: 400;
  margin-right: 30px;
}

.wpcf7-list-item label {
  font-weight: 400;
}

.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 18px;
  letter-spacing: 0;
  color: #353553;
  padding-left: 30px;
  position: relative;
}

.wpcf7-checkbox .wpcf7-list-item-label::before,
.wpcf7-checkbox .wpcf7-list-item-label::after,
.wpcf7-acceptance .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.wpcf7-checkbox .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7-list-item-label::before {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  /* background-color: #eaeaea; */
  transition: border 0.3s;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.wpcf7-checkbox .wpcf7-list-item-label::after,
.wpcf7-acceptance .wpcf7-list-item-label::after {
  margin-top: -2px;
  border-bottom: 3px solid #333;
  border-left: 3px solid #333;
  transform: translateY(-50%) rotate(-45deg);
  width: 14px;
  height: 9px;
  left: 5px;
  transition: opacity 0.3s;
  opacity: 0;
}

.wpcf7-checkbox .wpcf7-list-item-label a,
.wpcf7-acceptance .wpcf7-list-item-label a {
  text-decoration-line: underline;
  font-weight: inherit;
}

.accept__text {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
}

.accept__text a {
  color: #ff6060;
  text-decoration: underline;
  text-decoration-color: #ff6060;
}

.contact__privacy {
  text-align: center;
}

.contact__privacy a {
  text-decoration: underline;
}

.contact__privacy [type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.contact__privacy [type="checkbox"]:hover + .wpcf7-list-item-label::before {
  /* border: 2px solid #0f1b60; */
}

.contact__privacy [type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.confirm__btn-Wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 30px auto 0;
  text-align: center;
  width: 300px;
  position: relative;
}

.confirm__btn-Wrap::before {
  position: absolute;
  content: "";
  background: url(../medical-legal/img/arrow-white.png) no-repeat center center / cover;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  right: 80px;
  pointer-events: none;
  z-index: 2;
  transition: 0.3s;
}

.confirm__btn-Wrap:hover::before {
  transform: translateY(1px);
}

.page-id-466 .confirm__btn-Wrap::before {
  display: none;
}

.confirm__btn-Wrap .confirm__btn {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  background-color: #f38300 !important;
  padding: 20px 75px 20px 65px;
  border-radius: 5px;
  transition: 0.3s;
  border: none;
  box-shadow: 0 5px 0 #bc5b07;
  position: relative;
}

.confirm__btn-Wrap .confirm__btn:hover {
  color: #fff;
  box-shadow: none;
  transform: translateY(5px);
}

.contact-qa__boxes {
  margin-top: 10px;
  margin-bottom: 10px;
  gap: 10px;
}

@media screen and (max-width: 1023px) {
  .form__fields {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 100px auto 0;
    padding: 20px;
    background-color: #fff;
  }

  .form__field {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding-top: 30px;
  }

  .form-field__head {
    display: flex;
    align-items: center;
    width: 280px;
    flex-shrink: 0;
  }

  .form-field__label {
    font-size: 18px;
    text-align: left;
    padding-left: 30px;
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .contact {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact__lead {
    font-size: 14px;
    line-height: 1.65;
    margin-top: 40px;
  }

  .contact__text {
    line-height: 1.65;
  }

  .section__title.contact__title {
    padding-top: 50px;
  }

  .section__title-ja.contact__title-ja {
    font-size: 28px;
  }

  .form__fields {
    margin-top: 30px;
    gap: 10px;
    padding: 15px;
  }

  .form__field {
    display: block;
    padding-top: 15px;
  }

  .form-field__data [type="text"],
  .form-field__data [type="email"],
  .form-field__data [type="date"] {
    padding: 10px;
  }

  .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0;
    font-weight: 400;
    margin-right: 15px;
  }

  .form-field__head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }

  .form-field__label {
    font-size: 18px;
    padding-left: 10px;
    width: 100%;
  }

  .form-field__tag {
    text-align: center;
    width: 70px;
    padding: 0px 2px;
  }

  .form-field__data {
    margin-top: 5px;
  }

  .form-field__data-code {
    width: 100%;
    margin-bottom: 10px;
  }

  .form-field__data.checbox {
    flex-direction: column;
    gap: 15px;
    padding-left: 20px;
  }

  .contact__btn-warp {
    margin-top: 30px;
  }

  .contact-bottom__text {
    padding: 0px;
  }
}
/* 確認画面を入力画面と同じURLで実装するためのスタイル */
/* 入力画面・確認画面の表示切り替え（必須） */
.cf7-section--input.is-hidden,
.cf7-section--confirm.is-hidden {
  display: none;
}

/* 確認画面のスピナー非表示（必須） */
.cf7-section--confirm .wpcf7-spinner {
  display: none !important;
}

/* 確認画面でプライバシーポリシーを非表示（必須） */
.cf7-section--confirm .confirm-list li[data-confirm-field="privacy"] {
  display: none;
}

/*------------------------------------------------------------------
#contact(確認・完了)
-------------------------------------------------------------------*/

/* 確認画面のリストを既存のデザインに合わせる */
.js-confirm-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.js-confirm-list li {
  /* 既存の.form__fieldと同じスタイルを適用 */
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding-top: 20px;
}

.confirm-label {
  /* 既存の.form-field__labelと同じスタイルを適用 */
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  color: #353553;
  text-align: left;
  width: 300px;
  flex-shrink: 0;
}

.confirm-value {
  /* 既存の.form-field__dataと同じスタイルを適用 */
  flex-grow: 1;
  font-size: 18px;
  font-weight: 500;
  word-break: break-word;
}

@media screen and (max-width: 1023px) {
  .js-confirm-list li {
    gap: 10px;
    padding-top: 30px;
  }

  .confirm-label {
    display: block;
    width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .js-confirm-list li {
    display: block;
    padding-top: 15px;
  }

  .confirm-label {
    width: 100%;
    margin-bottom: 5px;
  }
}


.contact1 {
  padding-top: 130px;
  padding-bottom: 100px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.contact1::before {
  position: absolute;
  content: "";
  background: url(../medical-legal/img/about-bg.png) no-repeat center center / cover;
  width: 100%;
  height: 90%;
  z-index: -1;
}

.contact2 {
  margin-top: 130px;
  padding-top: 50px;
  padding-bottom: 80px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.contact2::before {
  position: absolute;
  content: "";
  background: url(../medical-legal/img/about-bg.png) no-repeat center center / cover;
  width: 100%;
  height: 90%;
  z-index: -1;
}

.contact2__inner {
  padding-top: 50px;
}

.contact__btns-Wrap {
  display: flex;
  justify-content: center;
  gap: 80px;
  padding-inline: 20px;
  margin: 60px auto 0;
}

.confirm__btn-Wrap [type="submit"] {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  background-color: #f38300 !important;
  padding: 20px 35px 20px 35px;
  border-radius: 10px;
  transition: 0.3s;
  width: 250px;
  border: none;
  position: relative;
}

.submit__btn-Wrap [type="submit"]:hover {
  color: #fff;
}

.back__btn {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  background-color: #555;
  padding: 20px 35px 20px 35px;
  border-radius: 50px;
  transition: 0.3s;
  width: 130px;
  border: none;
  position: relative;
}

input[type="submit"].submit__btn {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  background-color: #f38300 !important;
  padding: 20px 35px 20px 35px;
  border-radius: 50px;
  transition: 0.3s;
  width: 162px;
  border: none;
  position: relative;
  line-height: 1.8;
}

input[type="submit"].submit__btn:hover {
  background-color: #f7b264 !important;
}

.back__btn:hover {
  color: #fff;
  background-color: #767676 !important;
}

span.wpcf7-spinner {
  display: none;
}

.wpcf7-form.invalid .wpcf7-response-output {
  /* display: none; */
}

.hidden-fields-container {
  display: none;
}

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

.thanks__button {
  margin: 50px auto 0;
  text-align: center;
}

.thanks__button-link {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0;
  background-color: #f38300 !important;
  padding: 20px 45px 20px 35px;
  border-radius: 50px;
  transition: 0.3s;
  border: none;
  position: relative;
}

.thanks__button-link:hover {
  color: #fff;
  background-color: #bc5b07 !important;
}

.thanks__lead {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .contact1 {
    padding-top: 60px;
    padding-bottom: 100px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
  }

  .contact2 {
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 80px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
  }

  input[type="submit"].submit__btn {
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .contact1 {
    padding-top: 60px;
    padding-bottom: 100px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
  }

  .contact2 {
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 80px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
  }

  .contact__btns-Wrap {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 40px auto 0;
  }

  .submit__btn-Wrap [type="submit"] {
    padding: 15px;
    width: 130px;
  }

  /* .back__btn {
    padding: 20px;
    width: 130px;
  } */
}
