/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}


/*----------------------------------------------------

	reset
	
----------------------------------------------------*/

* {
  box-sizing: border-box;
}

html,
body {
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-weight: normal !important;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: normal;
}


ul,
ol,
article {
  padding: 0;
  margin: 0;
}


@media (max-width: 767px) {

  html,
  body {
    font-size: 16px;
  }

  p {
    font-size: 1rem;
  }
}

h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}


table {
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
}

img {
  width: 100%;
}


/*----------------------------------------------------

	ヘッダー

----------------------------------------------------*/

.my-header-content {
  display: flex;
  margin: 0 0 0 auto;
  justify-content: center;
  align-items: center;
}

.my-header-content__button .c-btn {
  margin: 0;
}

.c-btn {
  background-color: #0caa17;
  background-image: linear-gradient(180deg, #0caa17 50%, #0a9804 100%);
  border-radius: 4px;
  color: #fff;
  font-size: 0.82rem;
  line-height: 50px;
  width: 250px;
  font-weight: 600;
  text-align: center;
  -webkit-transition: none;
  transition: none;
  border-radius: 100vh;
  padding: 0 1rem;
  display: inline-block;
  position: relative;
}

.c-btn:hover {
  background-color: #0caa17;
  background-image: linear-gradient(180deg, #0caa17 50%, #0a9804 100%);
  opacity: 0.8;
}

p.header-tel-text {
  font-size: 0.75rem;
  font-weight: bold;
  color: #0652b8;
}

.my-header-content__tel {
  margin-right: 20px;
}

h3.top-phone {
  font-size: 1.7rem;
  color: #0652b8;
  margin-top: -6px;
}

header {
  height: 90px;
  width: 100%;
  padding: 0px 50px;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.911);
  top: 0;
  z-index: 100;
  display: flex;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.logo {
  display: block;
  position: relative;
}

.logo img {
  height: 70px;
  display: block;
  top: 50%;
  left: 10px;
  transform: translate(0, 10%);
}

nav {
  margin: 0 0 0 auto;
}

header ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

header a {
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 60px;
}


.dial-icon-header {
  width: 40px;
  display: inline;
}


.sm {
  display: none;
}

@media (max-width: 767px) {
  header {
    height: 60px;
    padding: 0px 0 0 15px;
    position: relative;
  }

  .logo {
    display: block;
    position: relative;
  }

  .logo img {
    width: auto;
    height: 50px;
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }

  nav.sm ul li {
    padding: 0;
  }
}




/**********************************　
以下、ハンバーガーメニューの設定　
************************************/

@media (max-width: 900px) {

  .pc {
    display: none;
  }

  #hamburger {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 auto;
    height: 60px;
    width: 60px;
    background-color: #0652b8;
  }

  .icon span {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 8px;
    transition: ease 0.75s;
  }

  .icon span:nth-of-type(1) {
    top: 16px;
  }

  .icon span:nth-of-type(2) {
    top: 28px;
  }

  .icon span:nth-of-type(3) {
    bottom: 16px;
  }

  .close span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 28px;
  }

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

  .close span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 28px;
  }

  .sm {
    top: 60px;
    left: 0px;
    position: absolute;
    z-index: 10;
    width: 100%;
    background-color: rgba(34, 49, 52, 0.9);
  }

  .sm ul {
    flex-direction: column;
  }

  .sm ul li a {
    text-align: left;
    border-top: solid 0.5px rgba(255, 255, 255, 0.6);
    padding-left: 1em;
  }
}

/*----------------------------------------------------

	フッター

----------------------------------------------------*/
footer.brain-footer {
  background-color: #043c78;
  color: #fff;
  text-align: center;
  padding: 1rem;
  font-size: 1rem;
}

@media (max-width: 767px) {
  footer.brain-footer {
    padding: 2em 0;
    margin-bottom: 50px;
    color: #333;
    background: #fff;
    font-size: 11px;
  }

  footer.brain-footer p {
    font-size: 13px;
  }
}



#fix_Box {
  position: fixed;
  bottom: -50px;
  width: 100%;
  height: 50px;
  z-index: 10;
}

#fix_Box .fix_bottom {
  background: rgba(0, 0, 0, 0.67);
}

#fix_Box .fix_bottom ul {
  overflow: hidden;
  margin: 0;
  height: 50px;
  width: 100%;
  padding: 0;
}

#fix_Box .fix_bottom li {
  width: 50%;
  float: left;
  list-style: none;
  text-align: center !important;
}

#fix_Box .fix_bottom li.tel {
  float: left;
  width: 50%;
  background: #ff6c00;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88607', endColorstr='#ff5500', GradientType=0);
  text-align: center;
}

#fix_Box .fix_bottom li.tel a {
  display: block;
  position: relative;
  font-size: 0.85rem;
  line-height: 50px;
}

#fix_Box .fix_bottom li.tel a:before {
  display: inline-block;
  vertical-align: -0.5em;
  content: "";
  background: url(../img/ico_cta_tel.png) no-repeat left center;
  background-size: 20px auto;
  width: 26px;
  height: 25px;
  position: relative;
  z-index: 100;
  margin-right: 0;
}

#fix_Box .fix_bottom li.mail {
  background-color: #0caa17;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50bd1c', endColorstr='#4e9e27', GradientType=0);
  float: left;
  width: 50%;
}

#fix_Box .fix_bottom li.mail a {
  display: block;
  position: relative;
  font-size: 0.85rem;
  line-height: 50px;
}

#fix_Box .fix_bottom li.mail a:before {
  display: inline-block;
  vertical-align: -0.6em;
  content: "";
  /*
	background: url(../images/ico_cta_mail.png) no-repeat left center;*/
  background: url(../img/icon-email.png) no-repeat left center;
  background-size: 33px auto;
  width: 33px;
  height: 27px;
  position: relative;
  z-index: 100;
  margin-right: 0.2em;
}

#fix_Box .fix_bottom li a:link,
#fix_Box .fix_bottom li a:visited {
  color: #FFF;
  text-decoration: none;
  font-weight: bolder;
}




/*----------------------------------------------------

	レスポンシブ基本 (PC/SP 切り替え等)

----------------------------------------------------*/

.pc_area {
  display: block;
}

.sp_area {
  display: none;
}



@media (max-width: 767px) {
  .pc_area {
    display: none;
  }

  .sp_area {
    display: block;
  }

  .pc {
    display: none !important;
  }

  .tablepc {
    display: none;
  }
}

.pc-img {
  display: block !important;
}

.sp-img {
  display: none !important;
}

@media (max-width: 767px) {
  .pc-img {
    display: none !important;
  }

  .sp-img {
    display: block !important;
  }
}

/*----------------------------------------------------

	基本

----------------------------------------------------*/

.basic-inner {
  width: 860px;
  margin: 0 auto;
}

.large-inner {
  width: 1200px;
  margin: 0 auto;
}

.medium-inner,
.table-inner {
  width: 960px;
  margin: 0 auto;
}

.small-inner {
  width: 660px;
  margin: 0 auto;
}

.section {
  padding: 60px 0;
}


span.under {
  background: linear-gradient(transparent 20%, #ffffbc 70%);
  margin-left: 20px;
}

h2.common-header {
  background-color: #036eb8;
  background-image: linear-gradient(180deg, #036eb8 0%, #0742b8 100%);
  padding: 20px;
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  text-align: center;
  font-weight: normal;
  color: #fff;
}


h3.common-header {
  background-color: #036eb8;
  background-image: linear-gradient(180deg, #036eb8 0%, #0742b8 100%);
  padding: 10px 25px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  position: relative;
  display: block;
  margin: 0 auto;
}

h3.common-header:before,
h3.common-header:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #fff;
}

h3.common-header:before {
  left: 0;
}

h3.common-header:after {
  right: 0;
}

@media (max-width: 767px) {
  .main-container {
    width: 100%;
  }

  .basic-inner,
  .large-inner,
  .medium-inner,
  .small-inner {
    width: 90%;
  }


  .large-inner,
  .table-inner {
    width: 96%;
  }

  .section {
    padding: 40px 0;
  }

  h2.common-header {
    background-color: #036eb8;
    background-image: linear-gradient(180deg, #036eb8 0%, #036eb8 25%, #0742b8 100%);
    padding: 20px 5px;
    font-family: 'Noto Serif JP', serif;
    font-size: 6.3vmin;
    text-align: center;
    font-weight: normal;
    color: #fff;
  }

  h3.common-header {
    background-color: #036eb8;
    background-image: linear-gradient(180deg, #036eb8 0%, #036eb8 25%, #0742b8 100%);
    padding: 15px 25px;
    color: #fff;
    text-align: center;
    font-size: 5vmin;
    position: relative;
    display: block;
    margin: 0 auto;
  }

  h3.common-header:before,
  h3.common-header:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 25px;
    height: 2px;
    background-color: #fff;
  }

  h3.common-header:before {
    left: 0;
  }

  h3.common-header:after {
    right: 0;
  }
}




/*----------------------------------------------------

	メインビジュアル

----------------------------------------------------*/

#main_visual {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-top: 90px;
  position: relative;
}

#main_visual img {
  display: block;
  width: 100vw;
  height: auto;
}


@media not all and (min-width: 600px) {
  #main_visual {
    margin-top: 0px;
  }
}

/* .main-visual {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-top: 90px;
  position: relative;
  width: 100%;
  height: 600px;
  object-fit: cover;
  background-image: url('../img/bg_catch.webp');
  position: relative;
} */

.main-visual {
  position: relative;
  width: 100%;
  height: 900px;
  margin-top: 90px;
}

.main-visual-img {
  height: 100%;
  width: 60%;
  position: absolute;
  top: 0;
  left: calc(50% - 10vw);
  overflow: hidden;
}

.main-visual-img video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 600px;
  /* min-height: 100%; */
  /* max-width: 100%; */
}

@media screen and (max-width: 1100px) {
  .main-visual-img video {
    min-width: 600px;
  }
}

@media (max-width: 767px) {
  .main-visual-img {
    width: 100%;
    height: 107%;
    left: 0;
  }

  .main-visual::before {
    background: rgba(25, 55, 98, 0.7);
    width: 87%;
    height: 87%;
    position: absolute;
    left: 7%;
    top: 8%;
    content: "";
    z-index: 1;
  }

  .main-visual-img video {
    height: 100%;
  }
}

#controller,
.vsc-controller {
  display: none;
}

.mv-contents {
  position: absolute;
  top: 0;
  /* top: 50%; */
  left: 30%;
  transform: translateX(-50%);
  /* transform: translate(-50%, -50%); */
  width: 70%;
  height: 100%;
  /* width: 1500px;
  height: 600px; */
  clip-path: polygon(0% 0, 90% 0, 85% 0%, 75% 100%, 0% 100%, 0 50%);
  background-image: url('../img/bg_building.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.mv-img {
  position: relative;
  height: 900px;
}

.mv-img img {
  position: absolute;
  width: 60%;
  top: 50%;
  transform: translateY(-50%);
  left: 15%;
  max-width: 590px;
  /* width: 40%;
  top: 8%;
  left: 30%; */
}

@media (max-width: 767px) {
  .main-visual {
    margin-top: 0px;
    position: relative;
    width: 100%;
    /* height: 350px; */
    height: 100vw;
    /* background-size: cover;
    background-image: url('../img/bg_catch_sp.webp');
    background-repeat: no-repeat; */
  }

  .mv-img {
    position: relative;
    /* height: 350px; */
    height: 100vw;
    z-index: 1;
  }

  .mv-img img {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

}




/*----------------------------------------------------

	CTA
	
----------------------------------------------------*/

.office-info {
  display: flex;
  flex-direction: row;
}

.item-info_1 {
  width: 45%;
  margin: 0.2%;
  padding: 3% 1% 0%;
}

.item-info_2 {
  width: 52%;
  margin: 0.2%;
  padding: 1em;
}

.email-btn a {
  display: block;
  background-color: #0caa17;
  background-image: linear-gradient(180deg, #0caa17 50%, #0a9804 100%);
  max-width: 415px;
  width: 100%;
  height: 75px;
  border-radius: 8px;
  color: #FFF;
  font-weight: bold;
  padding: 0.6535em 0.4em;
  box-shadow: 0px 7px #084706;
  margin-bottom: 4vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.email-btn a:hover {
  opacity: 0.8;
  border-radius: 8px;
}


.email-btn p {
  vertical-align: -0.1em;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.email-icon:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  font-weight: 900;
  font-size: 1.3em;
}

.cta-info {
  font-size: 1.1rem;
}

.cta-info h2 {
  font-size: 35px;
  margin-top: -5px;
}

span.strong {
  font-size: 20px;
  color: #0652b8;
  text-align: center;
  margin-bottom: -6px;
  letter-spacing: 1px;
}


.tel a {
  color: #0652b8;
  font-weight: bold;
  text-decoration: none;
}

.number {
  font-size: 43px;
  padding: 0;
  margin-top: -5px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}

.number:before {
  content: "";
  background: url(https://prost-law.com/common/img/ico_free.svg) no-repeat left center/ contain;
  width: 50px;
  height: 1em;
  margin-right: 0.2em;
  display: inline-block;
  vertical-align: -0.12em;
}

.sub {
  font-size: 20px;
  line-height: 1;
  margin-top: 8px;
  padding: 0px;
  font-weight: bold;
}



.time {
  font-size: 17px;
  margin-top: -9px;
  margin-bottom: 5px;
}


.notice {
  border-radius: 6px;
  padding: 0;
  width: 100%;
  font-size: 13px;
}

.attention {
  font-size: 12px;
  color: #ff0000;
  margin: 6px 0 15px;
  text-align: left;
  padding: 1em 0.75em 1em 1.3em;
  background-color: #ffd6d6;
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.attention p {
  font-size: 12px;
  font-weight: 500;
}

.attention-bold {
  font-weight: bolder;
  margin: 0.3em 0;
}


.lecture-img {
  max-width: 100%;
  margin-top: -70px;
  margin-left: 30px;
}


.office-bg {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(200 / 1000 * 80%);
  background: url(../img/bg_office.webp) center center / cover no-repeat;
  width: 100%;
  z-index: 0;
  display: block;
  margin-bottom: 530px;
}

.bg-blue {
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 200px;
  background: url(../img/bg_office.webp) center center / cover no-repeat;
}


.achive-badges {
  display: flex;
  flex-direction: row;
  justify-content: center;
  z-index: 10;
  position: absolute;
  top: 53px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.achive-badges img {
  width: 100%;
}

.left-badge {
  width: 160px;
  height: 70px;
  margin: 3%;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.863);
  color: white;
}

.right-badge {
  width: 210px;
  height: 70px;
  margin: 3%;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.863);
  color: white;
}

.bg-blue>div {
  position: absolute;
  left: 30px;
  top: 100px;
  padding: 10px;
}


.bg-blue>div img {
  width: 90%;
}


@media (max-width: 767px) {

  .cta-info {
    text-align: center;
  }

  .cta-info h2 {
    font-size: 1.6rem;
    margin-top: -5px;
    margin-bottom: 0.5em;
  }


  .cta-info-blue {
    text-align: center;
  }

  .cta-info-blue h2 {
    font-size: 1.6rem;
    margin-top: -5px;
    margin-bottom: 0.5em;
    color: #fff;
  }

  span.strong {
    color: #444;
    font-size: 1rem;
  }

  span.strong-blue {
    color: #fff;
    font-size: 4vmin;
  }

  .attention-sp {
    font-size: 10px;
    color: #ff0000;
    margin: 6px 0 15px;
    text-align: left;
    padding: 1em 0.5em 0.75em 1em;
    background-color: #ffd6d6;
    font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }

  .attention-sp p {
    font-size: 10px;
    font-weight: 500;
  }

  .attention-sp-bold {
    font-weight: bolder;
    margin: 0.3em 0;
  }


  .notice-sp {
    padding: 0;
    border-radius: 3px;
    font-size: 11px;
    color: #333;
    width: 100%;
    text-align: center;
  }


  .time {
    font-size: 1rem;
  }

  .time-sp {
    font-size: 4vmin;
    margin-bottom: 6px;
    color: #333;
    text-align: center;
  }

  .cta-sp {
    margin: 0;
    padding: 54px 0 60px;
    background-color: #f5f5f5;
    position: relative;
  }

  .cta-long-sp {
    margin: 0;
    padding: 0 0 60px;
    background-color: #f5f5f5;
    position: relative;
  }

  .cta-long-sp>div,
  .cta-sp>div {
    padding: 0 1.8em;
  }

  .photo {
    margin: 0 0 -264px;
    position: relative;
    text-align: center;
    display: block;
  }

  .photo img {
    border: 0;
    width: 100%;
    display: block;
    z-index: -1;
  }


  .office-contents {
    margin: 0;
    background-color: #036eb8;
    background-image: linear-gradient(180deg, #036eb8 0%, #036eb8 25%, #0742b8 100%);
  }

  .introduce {
    margin-top: 15px;
    padding: 0.8em;
  }

  .introduce h2 {
    text-align: center;
    font-size: 1.1em;
  }

  .photo-zone {
    margin-top: 230px;
  }

  .motto {
    margin: -10px auto 0;
  }

  .motto h2 {
    color: #333;
    text-align: center;
    font-size: 5.7vmin;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
    font-family: 'Source Serif Pro', serif;
  }

  .white-zone h2 {
    color: #0d4eba;
  }

  .tel-btn a {
    display: block;
    background: #f78133;
    margin: 0 auto;
    border-radius: 8px;
    color: #FFF;
    padding: 0.9em 0.4em 0.1em;
    box-shadow: 0px 6px #c4580e;
    margin-bottom: 4vw;
    text-align: center;
    height: 75px;
  }

  .tel-btn a,
  .email-btn a {
    font-weight: bold;
    text-decoration: none;
  }

  .tel-number {
    font-size: 7.3vmin;
    margin: -5.5px 0 0;
    padding: 0;
    font-weight: bold;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }

  .sub {
    font-size: 4vmin;
    line-height: 1;
    margin: -0.5px auto 0px;
    padding: 0px;
  }

  .number {
    font-size: 10.5vmin;
    margin: 9px;
    padding: 0;
    font-family: 'Mada', sans-serif;
  }

  .dial-icon {
    width: 10%;
    display: inline;
  }

  .blue-bg {
    color: #fff;
  }

  .notice-box {
    padding: 0.5em 0.3em;
    margin: 3em 0 2em;
    color: #2c2c2f;
    background: #EFEFEF;
    margin: 0 auto;
  }

  .notice-box p {
    margin: 0;
    padding: 0;
    font-size: 0.7em;
    line-height: 1.2;
    text-align: center;
    color: #333;
  }

  .email-btn a {
    display: block;
    width: 100%;
    margin: 10px auto 0;
    border-radius: 8px;
    color: #FFF;
    padding: 0.6535em 0.4em;
    box-shadow: 0px 7px;
    text-align: center;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 7px #146e11;
  }


  .email-btn p {
    font-size: 4.5vmin;
    font-weight: 600;
    vertical-align: -0.1em;
    margin: 0 0 0 37px;
    padding: 0;
    position: relative;
  }

  .email-btn p::before {
    display: inline-block;
    vertical-align: -0.35em;
    content: "";
    background: url(../img/icon-email.png) no-repeat left center;
    background-size: 33px auto;
    width: 33px;
    height: 27px;
    position: absolute;
    z-index: 10;
    left: -40px;
  }


  .fa-envelope {
    font-size: 1.5em;
    margin-top: -0.5em;
  }

  .email-icon:before {
    font-family: "Font Awesome 5 Free";
    content: '\f0e0';
    font-weight: 900;
    font-size: 1.3em;
  }

  img.office-introduce {
    width: 80%;
    margin: 223px auto 0;
    z-index: 999;
    display: block;
  }

}


/*----------------------------------------------------

	共通CTA

----------------------------------------------------*/


.cta-container {
  padding: 1em;
  height: 500px;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #347fe285, #024194e5),
    url(../img/bg_office.webp);
  background-size: cover;
}


.cta-wrap {
  background-color: #fff;
  display: flex;
  width: 100%;
  height: 420px;
  border-radius: 10px;
  padding: 2em 1.3em;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  align-items: center;
}

.cta-box {
  color: #333;
  font-weight: bold;
  margin: 25px;
  width: 48%;
  position: relative;
}

.cta-box::after {
  content: "";
  display: block;
  height: 200px;
  width: 0;
  border-right: 1px solid rgba(122, 120, 120, 0.493);
  position: absolute;
  left: -35px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cta-box:first-of-type::after {
  content: none;
}

.cta-box h2 {
  font-size: 35px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #333;
}

.cta-box .time {
  font-size: 17px;
  text-align: left;
  margin-top: -10px;
  margin-bottom: 5px;
}


.cta-box .notice {
  border-radius: 6px;
  padding: 0;
  width: 100%;
  font-size: 13px;
}


p.address {
  text-align: center;
}

.tel-cmn {
  height: auto;
}

.tel-cmn a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}


p.strong-cmn {
  font-size: 20px;
  color: #0652b8;
  text-align: center;
  margin-bottom: -6px;
  letter-spacing: 1px;
}

.motto-cmn {
  margin: 0 auto 30px;
}

.motto-cmn h2 {
  color: #333;
  text-align: center;
  font-size: 22px;
  margin-bottom: 1em;
  line-height: 1.5;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
}

.email-btn-cmn a {
  display: block;
  background-color: #0caa17;
  background-image: linear-gradient(180deg, #0caa17 50%, #0a9804 100%);
  max-width: 415px;
  width: 100%;
  height: 75px;
  border-radius: 8px;
  color: #FFF;
  font-weight: bold;
  padding: 0.6535em 0.4em;
  box-shadow: 0px 7px #146e11;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.email-btn-cmn a:hover {
  border-radius: 8px;
  opacity: 0.8;
}


.email-btn-cmn p {
  font-weight: 600;
}


.sub-cmn {
  font-size: 19px;
  line-height: 1;
  padding: 0px;
  font-weight: bold;
}

.number-cmn {
  font-size: 43px;
  font-weight: bold;
  padding: 0;
  margin-top: -5px;
  color: #0652b8;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.number-cmn:before {
  content: "";
  background: url(https://prost-law.com/common/img/ico_free.svg) no-repeat left center/ contain;
  width: 50px;
  height: 1em;
  margin-right: 0.2em;
  display: inline-block;
  vertical-align: -0.12em;
}


.attention-cmn {
  font-size: 12px;
  color: #ff0000;
  margin: 6px 0 15px;
  text-align: left;
  padding: 1em 0.75em;
  background-color: #ffd6d6;
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.attention-cmn p {
  font-size: 12px;
  font-weight: 500;
}

.attention-cmn-bold {
  font-weight: bolder;
  margin: 0.3em 0;
}



@media screen and (max-width: 768px) {
  .motto-cmn h2 {
    font-size: 4.6vmin;
  }

}


/*----------------------------------------------------

	フェードイン

----------------------------------------------------*/


/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_left.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}





/*----------------------------------------------------

	イントロ

----------------------------------------------------*/

#intro {
  position: relative;
}

span.horizontal-line {
  position: absolute;
  margin-top: 60px;
  margin-bottom: 30px;
  top: 10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 7px;
  content: '';
  border-radius: 3px;
  background: #0652b8;
  z-index: 10;
}

.intro p {
  font-size: 1rem;
  margin-top: 80px;
}


.theme-bg {
  position: relative;
  overflow: hidden;
}

.layer-01,
.layer-02 {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.layer-01 {
  left: 0;
  background-color: aliceblue;
  z-index: 1;
  -webkit-transform: skewY(28deg) skewX(-28deg) translateX(0);
  transform: skewY(-720deg) skewX(-40deg) translateX(0);
  height: 970px;
}

#intro .container {
  position: relative;
  z-index: 3;
  margin-top: 60px;
}

.intro-text p {
  margin-bottom: 20px;
}

.intro-text p:last-child {
  margin-bottom: 0;
}


.solve-page {
  text-align: center;
  margin: 0.5em 0 0;
}

.solve-page-text {
  text-align: center;
}

.solve-link {
  font-size: 1rem;
}

a.solve-link:link,
a.solve-link:visited {
  color: #13b2f1;
  font-weight: bold;
}

.solve-link::before {
  font-family: 'Material Icons';
  content: "\eac9";
  color: #13b2f1;
  display: inline-block;
  text-decoration: none;
}

.solve-link::after {
  font-family: 'Material Icons';
  content: "\e89e";
  color: #13b2f1;
  display: inline-block;
  text-decoration: none;
}

.another-window {
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 60px;
}

.box-scroll {
  height: 40vmin;
  overflow: auto;
  padding: 10px;
  border: solid 0.3px #eee;
  background-color: #fff;
  margin: 20px auto;
}


.js-scrollable-one {
  overflow-x: scroll;
  width: 100%;
}

.js-scrollable-one table {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #eee;
}

.js-scrollable-one table,
.js-scrollable-one td,
.js-scrollable-one th {
  border: 1px solid #777;
  border-collapse: collapse;
}

.js-scrollable-one th {
  background-color: #043c78;
  color: #fff;
}

.js-scrollable-one td.price {
  text-align: right;
  font-weight: bold;
}


.js-scrollable-one td.price-before {
  text-align: right;
}


.js-scrollable-one td {
  text-align: right;
}


.js-scrollable-one th {
  padding: 15px 6px;
  box-sizing: border-box;
  font-size: 1rem;
  text-align: center;
}

.js-scrollable-one td {
  padding: 10px 10px;
  box-sizing: border-box;
  font-size: 0.9rem;
  text-align: center;
}

.js-scrollable-one table tr:nth-child(odd) td {
  background: #fff;
}

td.smaller-text {
  font-size: 0.8em;
  text-align: left;
}


.js-scrollable-one span.small-text {
  font-size: 0.7em;
  text-align: right;
  display: block;
}

.js-scrollable-one td.level {
  width: 100px;
  font-weight: bold;
  font-size: 1rem;
  color: #043c78;
}

th.link {
  width: 260px;
}

th.optional-thoughts {
  width: 300px;
}


th.name {
  width: 150px;
}


th.prost {
  width: 120px;
}


td.price {
  text-align: center;
  font-weight: bold;
}


td.standard-text,
td.optional-thoughts-text,
td.point-text {
  font-size: 0.7em;
}


.js-scrollable-one a::after {
  font-family: 'Material Icons';
  content: "\e89e";
}




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

  .layer-01,
  .layer-02 {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .layer-01 {
    left: 0;
    background-color: aliceblue;
    z-index: 1;
    -webkit-transform: skewY(28deg) skewX(-28deg) translateX(0);
    transform: skewY(-720deg) skewX(-40deg) translateX(0);
    height: 960px;
  }


  #intro .container {
    margin-top: 120px;
  }

  .intro-text p {
    margin-bottom: 35px;
  }

  .solve-link {
    font-size: 3.52vmin;
  }

  .box-scroll {
    height: 100vmin;
  }


  .js-scrollable-one table {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .js-scrollable-one table,
  .js-scrollable-one td,
  .js-scrollable-one th {
    border: 1px solid #777;
    border-collapse: collapse;
  }

  .js-scrollable-one th {
    padding: 5px 6px;
    box-sizing: border-box;
    font-size: 3.4vmin;
    text-align: center;
  }

  .js-scrollable-one td {
    padding: 5px 3px;
    box-sizing: border-box;
    font-size: 0.9rem;
  }

  .js-scrollable-one .level-th {
    font-size: 2.4vmin;
  }

  span.small-text {
    font-size: 0.7em;
    text-align: center;
  }

  .js-scrollable-one td.level {
    width: 10%;
    text-align: center;
    font-weight: bold;
    font-size: 0.78rem;
  }

  .js-scrollable-one .name {
    width: 20%;
  }

  .js-scrollable-one .prost {
    width: 20% !important;
  }

  th.standard {
    width: 150px;
  }

  th.optional-thoughts {
    width: 300px;
  }

  th.name {
    width: 200px;
  }

  th.link {
    width: 380px;
  }


  th.prost {
    width: 140px;
  }

  td.price {
    text-align: center;
  }


  td.standard-text,
  td.optional-thoughts-text,
  td.point-text {
    font-size: 0.7em;
  }

  .another-window {
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: 40px;
  }

  .sick-name {
    font-size: 0.78rem !important;
  }


}
















/*----------------------------------------------------

	「高次脳機能障害は最も難しい部類」

----------------------------------------------------*/

.most-difficult {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/difficult.webp);
  position: relative;
  height: 450px;
}

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}

.most-difficult .text-box .inner {
  width: 860px;
  margin: 0 auto;
}

.text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.title {
  font-family: 'Noto Serif JP', serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  color: #fff;
  text-shadow: 1px 2px 0px #020a24;
}

.description {
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  font-size: 26px;
  line-height: 1.7;
  text-align: center;
  margin-top: 60px;
  text-shadow: 1px 1.5px 0px #020a24;
}

.underline {
  border-bottom: solid 1.8px #fff;
}


ruby[data-ruby] {
  position: relative;
}

ruby[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  left: -2em;
  top: -1.3em;
  right: -2em;
  text-align: center;
  font-size: 0.45em;
}




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

  .most-difficult {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left left;
    position: relative;
    height: 430px;
  }

  .overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.4);
  }

  .most-difficult .text-box .inner {
    width: 100%;
    margin: 0 auto;
  }

  .text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
  }

  .title {
    font-size: 6.3vmin;
    font-weight: bold;
    line-height: 2;
    padding: 0 10px;
    text-align: center;
    text-shadow: 1px 2px 0px #020a24;
  }

  .description {
    font-size: 5.12vmin;
    line-height: 1.7;
    margin-left: 10px;
    text-align: left;
    margin-top: 40px;
    text-shadow: 1px 1.5px 0px #020a24;
  }

  .underline {
    border-bottom: solid 1.8px #fff;
  }


  ruby[data-ruby] {
    position: relative;
  }

  ruby[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    left: -2em;
    top: -1.3em;
    right: -2em;
    text-align: center;
    font-size: 0.45em;
  }




}



/*----------------------------------------------------

	「”難しい”というのは例えばこんなケース」

----------------------------------------------------*/

#suspicion {
  background-color: #036eb8;
  background-image: linear-gradient(180deg, #036eb8 0%, #036eb8 25%, #0742b8 100%);
  padding: 3em 0;
}

h2.how-difficult {
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  color: #fff;
  letter-spacing: 0.12em;
  font-size: 32px;
}

.line-vertical {
  margin-left: 2%;
  width: 1.2px;
  height: 40px;
  background-color: #fff;
  margin: 20px auto 25px
}


p.suspicion-text {
  color: #fff;
  margin-top: 20px;
  text-align: left;
}

.box-comment {
  background-color: rgba(255, 255, 255, 0.233);
  color: #fff;
  padding: 0.8em 1em;
  margin: 40px auto 0;
  max-width: 750px;
}

p.box-comment-text {
  font-weight: bold;
  color: #ffff00;
}

.illust-box {
  width: 860px;
  height: 350px;
  background: repeating-linear-gradient(135deg, #eee, #eee 5px, #fff 5px, #fff 10px);
  border: 13px solid #fff;
  padding: 2em 1em 1em;
  margin: 0 auto;
  display: flex;
  z-index: 0;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}

.illust-box img {
  margin: 0;
  padding: 0;
}

.item-illust-box-a {
  width: 25%;
  height: auto;
  margin: 1%;
  z-index: 10;
}

.item-illust-box-b {
  width: 30%;
  height: auto;
  margin: 1%;
}

.item-illust-box-b img {
  width: 320px;
  height: auto;
  margin: 0;
}

.item-illust-box-c {
  width: 13%;
  height: auto;
  margin: 1%;
  position: relative;
}


.item-illust-box-c img {
  width: 200px;
  height: auto;
  position: absolute;
  top: -40px;
  left: -30px;
}

.timing01 {
  transition-delay: .6s;
}

.timing02 {
  transition-delay: 1s;
}

.timing03 {
  transition-delay: 1.6s;
}

.timing04 {
  transition-delay: 2.5s;
}







@media screen and (max-width: 768px) {
  #suspicion {
    padding: 3em 0;
  }

  h2.how-difficult {
    letter-spacing: 0.12em;
    font-size: 22px;
  }

  .line-vertical {
    margin-left: 2%;
    width: 1.2px;
    height: 40px;
    margin: 20px auto 5px
  }

  .how-difficult-wrap {
    flex-direction: column;
  }

  .how-difficult-wrap .contents-text {
    width: 100%;
  }

  .how-difficult-wrap .contents-img {
    width: 100%;
  }

  p.suspicion-text {
    margin-top: 20px;
    text-align: left;
  }

  .box-comment {
    padding: 0.8em 1em;
    margin-top: 18px;
  }

  .illust-box {
    width: 90%;
    height: 500px;
    background: repeating-linear-gradient(135deg, #eee, #eee 5px, #fff 5px, #fff 10px);
    border: 13px solid #fff;
    padding: 1em 0.5em 1em;
    margin: 28px auto 40px;
    display: flex;
    z-index: 0;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .illust-box img {
    margin: 0;
    padding: 0;
  }

  .item-illust-box-a {
    width: 50%;
    height: auto;
    margin: 0;
    z-index: 10;
  }

  .item-illust-box-b {
    width: 82%;
    height: auto;
    margin: 0;
  }

  .item-illust-box-b img {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .item-illust-box-c {
    width: 16%;
    height: auto;
    margin: 1%;
    position: relative;
  }


  .item-illust-box-c img {
    width: 160px;
    height: auto;
    position: absolute;
    top: -40px;
    left: -68px;
  }
}




/*----------------------------------------------------

	「高次脳機能障害の重要なPoint」

----------------------------------------------------*/

#important-points {
  background-color: #f5f5f5;
}

h2.underestimate {
  line-height: 1.5;
  color: #333;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
}


h3.underestimate {
  line-height: 1.5;
  color: #333;
  font-size: 1.2rem;
  text-align: center;
  margin: 40px 0 60px;
}

.underline-point {
  text-decoration: underline;
}

ul.points {
  padding: 0 1em;
  margin: 20px auto 40px;
  max-width: 800px;
}


ul.points li {
  line-height: 1.5;
  padding: 0.8em 0;
  list-style-type: none;
  font-size: 1.1rem;
  font-weight: bold;
}

ul.points li::before {
  position: relative;
  top: -2px;
  left: -18px;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: '';
  border-radius: 100%;
  background: #444;
}


.important-points p {
  margin: 1em 0;
}


.important-points p:last-child {
  margin-bottom: 0;
}


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


  h2.underestimate {
    line-height: 1.4;
    color: #333;
    font-weight: bold;
    text-align: left;
    font-size: 26px;
  }


  h3.underestimate {
    line-height: 1.4;
    color: #333;
    font-size: 22px;
    font-weight: normal;
    margin: 30px 0 30px;
    text-align: left;
  }

  .underline-point {
    text-decoration: underline;
  }

  ul.points {
    padding: 0 2em;
    margin-top: 20px;
  }


  ul.points li {
    line-height: 1.5;
    padding: 0.8em 0;
    list-style-type: none;
    font-size: 4.9vmin;
  }

  ul.points li::before {
    position: relative;
    top: -2px;
    left: -18px;

    display: inline-block;

    width: 12px;
    height: 12px;

    content: '';

    border-radius: 100%;
    background: #444;
  }


  .important-points p {
    margin: 1em 0;
  }


  .important-points p:last-child {
    margin-bottom: 0;
  }

}

/*----------------------------------------------------

	高次脳機能障害の症状について

----------------------------------------------------*/

.symptoms {
  background-color: #f5f5f5;
}

.symptoms h3 {
  text-align: center;
  margin: 0 0 15px;
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
}

.underline-memory {
  background: linear-gradient(transparent 50%, rgba(163, 201, 233, 0.37) 50%);
}

.underline-distraction {
  background: linear-gradient(transparent 50%, rgba(137, 192, 136, 0.37) 50%);
}

.underline-emotion {
  background: linear-gradient(transparent 50%, rgba(243, 191, 167, 0.37) 50%);
}

.underline-action {
  background: linear-gradient(transparent 50%, rgba(245, 228, 154, 0.425) 50%);
}


.symptoms-memory {
  padding: 7px 0;
  border-bottom: solid 3.5px rgba(159, 193, 231, 0.829);
}

.symptoms-distraction {
  padding: 7px 0;
  border-bottom: solid 3.5px rgba(121, 180, 98, 0.712);
}

.symptoms-emotion {
  padding: 7px 0;
  border-bottom: solid 3.5px rgba(236, 147, 112, 0.712);
}

.symptoms-action {
  padding: 7px 0;
  border-bottom: solid 3.5px rgba(238, 221, 122, 0.712);
}


.box-memory {
  box-shadow: 8px 8px 0px 0 rgba(163, 201, 233, 0.37);
}

.box-distraction {
  box-shadow: 8px 8px 0px 0 rgba(137, 192, 136, 0.37);
}

.box-emotion {
  box-shadow: 8px 8px 0px 0 rgba(243, 191, 167, 0.37);
}

.box-action {
  box-shadow: 8px 8px 0px 0 rgba(245, 228, 154, 0.425);
}


.symptoms-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;

}

.symptoms-item {
  width: 43%;
  margin-bottom: 60px;
}

.symptoms-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 10px;
}

.symptoms-wrap:last-of-type {
  margin-bottom: -10px;
}

.symptoms-text {
  width: 63%;
  padding: 0.8em 1em;
  height: 80%;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 3px;
}

.symptoms-text p {
  line-height: 1.5;
  font-size: 1.0rem;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.symptoms-img {
  width: 34%;
}

.symptoms-img img {
  display: block;
  width: 100%;
  height: auto;
}

.box-memory {
  box-shadow: 8px 8px 0px 0 rgba(163, 201, 233, 0.37);
}

.box-distraction {
  box-shadow: 8px 8px 0px 0 rgba(137, 192, 136, 0.37);
}


ul.hesitation {
  list-style-type: none;
  padding: 0.9em;
  background-color: #036eb8;
  margin: 18px auto;
  background-color: #eaeaea;
  box-shadow: 5px 5px 0px 0 #c0c0c0;
}


ul.hesitation li {
  line-height: 1.5;
  padding: 0.5em 0;
  font-weight: bold;
  font-size: 22px;
}

ul.hesitation div {
  width: 95%;
  margin: 0 auto;
  padding: 0;
}


.timing1 {
  transition-delay: .6s;
}

.timing2 {
  transition-delay: 1.5s;
}

.timing3 {
  transition-delay: 1.9s;
}

.timing4 {
  transition-delay: 2.4s;
}


@media screen and (max-width: 768px) {
  .symptoms h3 {
    margin: 0 0 15px;
    font-size: 1.5rem;
    font-size: 6.3vmin;
    font-weight: normal;
  }

  .symptoms-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .symptoms-item {
    width: 100%;
    margin: 0;
  }

  ul.hesitation {
    list-style-type: none;
    padding: 0.9em;
    margin: 18px 0;
    background-color: #eaeaea;
    box-shadow: 5px 5px 0px 0 #c0c0c0;
  }

  ul.hesitation li {
    line-height: 1.5;
    padding: 0.5em 0;
    font-weight: bold;
    font-size: 4.9vmin;
  }

  .timing1 {
    transition-delay: .6s;
  }

  .timing2 {
    transition-delay: 1.2s;
  }

  .timing3 {
    transition-delay: 1.8s;
  }

  .timing4 {
    transition-delay: 2.4s;
  }


}


/*----------------------------------------------------

	高次脳機能障害の症状について

----------------------------------------------------*/


.about {
  background-color: #f5f5f5;
}



.lawyer-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #333;
}

.lawyer-box {
  /* width: 31%; */
  background-color: #fff;
  box-shadow: 8px 8px 8px rgb(0 0 0 / 10%);
  display: flex;
}

.lawyer-box div {
  padding: 0.9em 1.25em 1.5em;
}


.lawyer-box img {
  display: block;
  /* margin-bottom: 1rem; */
  /* width: 100%; */
  width: 400px;
  height: auto;
  object-fit: cover;
}


.lawyer-box h2 {
  margin-bottom: 10px;
  font-size: 24px;
  text-align: center;
}

.lawyer-box h3 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 0.95rem;
  text-align: center;
  color: #0652b8;
  line-height: 1.3;
}

.lawyer-box p {
  font-size: 0.8rem;
}

.lawyer-box p:last-child {
  margin-top: 12px;
}

p.position {
  font-weight: 500;
  color: #6e6b6b;
  margin-bottom: 0px;
  font-size: 0.7rem;
  text-align: center;
}

p.belong {
  font-size: 0.75em;
  font-weight: bold;
  color: #777;
  text-align: center;
  margin-top: -9px;
}


table.gaiyou {
  border-collapse: collapse;
  text-decoration: none;
  width: 100%;
  text-align: left;
  font-size: 1rem;
  margin-top: 50px;
  margin-bottom: 50px;
}

table.gaiyou p {
  font-size: 1rem;
}

table.gaiyou th {
  padding: 1.4em;
  border-bottom: #d4d4d4 1px solid;
  width: 35%;
  text-align: left;
  font-weight: 900;
}

table.gaiyou td {
  border-bottom: #d4d4d4 1px solid;
}

table.gaiyou-small tr th,
table.gaiyou-small tr td {
  border: none;
  padding: 0 1em 0 0;
}

table.gaiyou-small tr th {
  width: 40%;
  text-align: left;
  font-size: 1em;
}

table.gaiyou-small tr td {
  text-align: left;
  border: none;
  padding: 0 1em 0 0;
  font-size: 0.97em;
}

.mail img{
  width: 30%;
}



@media screen and (max-width: 768px) {
  .about-container {
    margin: 40px auto;
    width: 100%;
  }

  .lawyer-wrap {
    flex-direction: column;
  }

  .lawyer-box {
    width: 95%;
    margin: 0 auto 30px;
    display: block;
  }

  .lawyer-box div {
    padding: 0.5em 1.25em 1.8em;
  }

  .lawyer-box:last-child {
    margin-bottom: 40px;
  }

  .lawyer-box img {
    width: 100%;
    margin-bottom: 1rem;
  }

  .lawyer-box h2 {
    font-size: 26px;
  }

  .lawyer-box h3 {
    margin-bottom: 1em;
    font-size: 20px;
    text-align: center;
    color: #0652b8;
    text-align: 1;
  }

  .lawyer-box p {
    font-size: 0.95rem;
  }

  .lawyer-box p:last-child {
    margin-top: 12px;
  }

  table.gaiyou {
    border-collapse: collapse;
    text-decoration: none;
    width: 100%;
    text-align: left;
    font-size: 1rem;
    margin-top: 0px;
    margin-bottom: 50px;
  }

  table.gaiyou p {
    font-size: 1rem;
  }

  table.gaiyou th {
    padding: 1.4em 1em;
    border-bottom: #d4d4d4 1px solid;
    width: 120px;
    text-align: left;
    font-weight: 900;
  }

  table.gaiyou td {
    border-bottom: #d4d4d4 1px solid;
  }

  table.gaiyou-small tr th,
  table.gaiyou-small tr td {
    border: none;
    padding: 0 1em 0 0;
  }

  table.gaiyou-small tr th {
    width: 45% !important;
    text-align: left;
    font-size: 1em;
  }

  table.gaiyou-small tr td {
    text-align: left;
    border: none;
    padding: 0 1em 0 0;
    font-size: 0.97em;
  }
  
  .mail img{
    width: 65%;
  }

}



/*----------------------------------------------------
	covid
----------------------------------------------------*/

.covid-container {
  margin: 30px auto 0;
  padding: 0px 0 45px;
  /*
  margin: 110px auto 0;
  */
  margin: 80px auto 0;
}

.covid-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}

.covid-info h2 {
  position: absolute;
  text-align: center;
  width: 60%;
  font-size: 20px;
  margin-bottom: 40px;
  top: -25%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #f5f5f5;
  padding: 0 0.5em;
  z-index: 3;
}

.covid-info::after {
  content: "";
  display: block;
  border: #0e0e0e 1px solid;
  position: absolute;
  top: 10px;
  left: 12.5%;
  bottom: 0;
  width: 75%;
  height: calc(150% - 1.8rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
}
/*
.covid-info-item {
  width: 50%;
  height: auto;
  padding: 0;
  margin: 1%;
  z-index: 1;
}
.corona-text {
  width: 60%;
  padding: 1em 0.4em;
}
*/
.covid-info-item {
    width: 60%;
    height: auto;
    padding: 0;
    margin: 1% auto;
    z-index: 1;
}
.corona-text {
  width: 72%;
  padding: 1em 1.2em;
}


.corona-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  -webkit-box-shadow: 8px 8px 8px rgb(0 0 0 / 10%);
  box-shadow: 8px 8px 8px rgb(0 0 0 / 10%);
}



.corona-text p {
  font-size: 0.8rem;
}

.corona-img {
  width: 35%;
}

.corona-text h3 {
  margin-bottom: 20px;
  font-size: 15px;
}

.corona-img img {
  display: block;
  width: 160px;
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
}

.left-bottom {
  -o-object-position: 100% 100%;
  object-position: 57% 100%
}

@media screen and (max-width: 768px) {
  .covid-container {
    margin: 120px auto 0;
    padding: 0 0 40px;
  }

  .covid-info {
    display: flex;
    flex-direction: column;
  }

  .covid-info h2 {
    position: absolute;
    text-align: center;
    width: 255px;
    font-size: 1.1rem;
    margin-bottom: 40px;
    top: -18%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #f5f5f5;
    padding: 0 0.5em;
    z-index: 3;
  }

  .covid-info::after {
    content: "";
    display: block;
    border: #0e0e0e 1px solid;
    position: absolute;
    top: 10px;
    left: 12.5%;
    bottom: 0;
    width: 86%;
    max-height: 550px;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 0;
  }

  .covid-info-item {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 1% auto 1.2em;
  }

  .covid-info-item:last-child {
    margin-bottom: 0;
  }

  .corona-wrap {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
  }

  .corona-text {
    width: 55%;
    padding: 1em 0.5em;
  }

  .corona-text p {
    font-size: 0.85em;
  }

  .corona-img {
    width: 45%;
    position: relative;
    padding-top: 60%;
    /* 比率 */
  }

  .corona-text h3 {
    margin-bottom: 12px;
    font-size: 0.9rem;
  }


  .corona-img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .left-bottom {
    object-position: 100% 100%
  }
}



/*----------------------------------------------------

	弁護士費用

----------------------------------------------------*/

.cost-contents ul li:after {
  content: "";
  background: #bebebe;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -6%;
}


.cost-contents ul {
  display: flex;
  justify-content: space-between;
}

.cost-contents ul li {
  width: 30%;
  position: relative;
  padding: 48px 0;
  list-style: none;
}

.cost-contents ul li:after {
  content: "";
  background: #bebebe;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -6%;
}

.cost-contents ul li:last-child:after {
  display: none;
}

.cost-contents ul li figure {
  width: 112px;
  height: 112px;
  margin: 0 auto 48px;
}

.cost-contents ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cost-contents ul li h3 {
  font-size: 22px;
  height: 90px;
  text-align: center;
}


.cost-contents ul li .txt {
  font-size: 1rem;
}




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


  .cost-contents ul {
    flex-direction: column;
  }

  .cost-contents ul li {
    width: 100%;
    padding: 4.8vmin 0;
    box-sizing: border-box;
    border-bottom: #bebebe 1px solid;
    display: flex;
  }

  .cost-contents ul li:first-child {
    padding-top: 0;
  }

  .cost-contents ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  .cost-contents ul li:after {
    display: none;
  }

  .cost-contents ul li figure {
    margin: 0 4vmin 0 0;
    width: 16vmin;
    flex-shrink: 0;
  }

  .cost-contents ul li h3 {
    margin-bottom: 1rem;
    text-align: left;
    height: auto !important;
  }


}





/*----------------------------------------------------

	よくある質問

----------------------------------------------------*/

.faq {
  background-color: #f5f5f5;
}



.faq-title {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  background-image: url(../img/faq_bg.webp);
  position: relative;
  height: 250px;
}

.faq-overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(172, 185, 207, 0.192);
}

.faq-title .text-box {
  position: absolute;
  top: 52%;
  left: 50%;
  width: 95%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.faq-title .title {
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 2;
  padding: 0 10px;
  text-align: center;
  color: #333;
  text-shadow: none;
}

.solve-page2 {
  text-align: left;
  margin: 0.5em 0 0;
}

.solve-page2 a {
  font-size: 0.85rem;
}

a.solve-link2:link,
a.solve-link2:visited {
  color: #13b2f1;
  font-weight: bold;
}

.solve-link2::before {
  font-family: 'Material Icons';
  content: "\eac9";
  color: #13b2f1;
  display: inline-block;
  text-decoration: none;
}

.solve-link2::after {
  font-family: 'Material Icons';
  content: "\e89e";
  color: #13b2f1;
  display: inline-block;
  text-decoration: none;
}



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

  .faq-title {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    position: relative;
    height: 140px;
  }

  .faq-overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(172, 185, 207, 0.192);
  }

  .faq-title .text-box {
    position: absolute;
    top: 52%;
    left: 50%;
    width: 95%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
  }

  .faq-title .title {
    font-family: 'Noto Serif JP', serif;
    font-size: 6.3vmin;
    font-weight: normal;
    line-height: 2;
    padding: 0 10px;
    text-align: center;
    color: #333;
    text-shadow: none;
  }


}

/* アコーディオン */

.qa-list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
  border: 1px solid #DDD;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 50px;
}

.qa-list dl:last-of-type {
  margin-bottom: 0px;
}


.qa-list dl:first-child {
  margin-top: 0;
}

.qa-list dl::after {
  position: absolute;
  top: 40px;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.qa-list .open::after {
  transform: rotate(-45deg);
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 70px 20px 60px;
  font-weight: bold;
  background: #DDD;
  height: 90px;
  display: flex;
  align-items: center;
}

.qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: 'Q.';
  color: #3285bf;
}

.qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #3285bf;
}

.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
}

.qa-list dl dd p {
  margin: 30px 0 0;
  font-size: 1rem;
}

.qa-list dl dd p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .qa-list dl {
    margin: 10px 0 0;
  }

  .qa-list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }

  .qa-list dl dt {
    padding: 16px 45px 16px 50px;
    font-size: 1rem;
    height: auto;
  }

  .qa-list dl dt::before {
    font-size: 1rem;
    top: 20px;
    left: 20px;
  }

  .qa-list dl dd::before {
    font-size: 1rem;
    left: 20px;
    margin-top: 5px;
  }

  .qa-list dl dd {
    margin: 0;
    padding: 16px 16px 16px 50px;
    font-size: 1rem;
  }

  .qa-list dl dd p {
    margin: 30px 0 0;
  }

  .qa-list dl dd p:first-child {
    margin-top: 0;
  }
}






/*----------------------------------------------------

	後遺障害等級表

----------------------------------------------------*/


.grade {
  background-color: #f5f5f5;
}

.js-scrollable {
  overflow-x: scroll;
  width: 100%;
}

.js-scrollable table {
  width: 100%;
  margin-top: 30px;
  background-color: #edf3fa;
}

.js-scrollable table,
.js-scrollable td,
.js-scrollable th {
  border: 1px solid #595959e3;
  border-collapse: collapse;
}

.js-scrollable th {
  background-color: #3b86c4a8;
  color: #fff;
}

.js-scrollable th {
  padding: 15px 6px;
  box-sizing: border-box;
  font-size: 1rem;
  text-align: center;
}

.js-scrollable td {
  padding: 10px 10px;
  box-sizing: border-box;
  font-size: 1rem;
  text-align: left;
}

.js-scrollable table tr:nth-child(odd) td {
  background: #fff;
}

td.level {
  font-weight: bold;
  text-align: center;
  color: #036eb8;
}

span.small-text {
  font-size: 0.7em;
  text-align: center;
}

th.level {
  width: 60px;
}

th.standard {
  width: 70px;
}

th.optional-thoughts {
  width: 110px;
}

th.table-price {
  width: 40px;
  line-height: 1;
}

th.point {
  width: 130px;
}


td.price {
  text-align: center;
}


td.standard-text,
td.optional-thoughts-text,
td.point-text {
  font-size: 0.7em;
}


@media screen and (max-width: 768px) {
  .js-scrollable table {
    width: 810px;
    margin-top: 30px;
    background-color: #edf3fa;
  }

  .js-scrollable th.level {
    width: 50px;
  }

  .js-scrollable td.level {
    font-size: 0.78rem;
    padding: 10px 3px;
  }

  .js-scrollable th.table-price {
    width: 20%;
  }

  .js-scrollable .small-text {
    font-size: 0.7em;
    text-align: center;
    display: block;
    margin-top: 5px;
  }

}



/*----------------------------------------------------

	最後に

----------------------------------------------------*/


.closing-title {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: 165% auto;
  background-position: center center;
  background-image: url(../img/closing_bg-big.webp);
  position: relative;
  height: 380px;
}


.closing-overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(7, 7, 7, 0.411);
}


.closing-title .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 960px;
  background-image: url(../img/closing_bg.webp);
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.text-box-overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(7, 7, 7, 0.5);
}


.closing-title .title {
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.7;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  text-shadow: none;
  z-index: 10;
}

.closing ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.closing ul li {
  line-height: 1.5;
  padding: 0.5em 0;
}

.closing p {
  margin-bottom: 25px;
}

.closing p:last-child {
  margin-bottom: 0;
}

span.keisen {
  font-style: italic;
}



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


  .closing-title {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 165% auto;
    background-position: center center;
    background-image: url(../img/closing_bg.webp);
    position: relative;
    height: 240px;
  }

  .closing-overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(7, 7, 7, 0.411);
  }


  .closing-title .text-box {
    position: absolute;
    top: 52%;
    left: 50%;
    width: 95%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
    background-image: url();
  }

  .closing-title .title {
    font-family: 'Noto Serif JP', serif;
    font-size: 6.3vmin;
    font-weight: 600;
    line-height: 1.7;
    padding: 0 10px;
    text-align: left;
    color: #fff;
    text-shadow: none;
  }

  .text-box-overlay::after {
    display: none;
  }


  .mmm {
    position: relative;
  }

  .mmm:after {
    position: absolute;
    content: "　";
    top: 50%;
    left: 110px;
    width: 110px;
    height: 1.3px;
    border-bottom: #fff 2px solid;
  }

  .closing ul {
    padding-left: 20px;
    margin-bottom: 20px;
  }

  .closing ul li {
    line-height: 1.5;
    padding: 0.5em 0;
  }

  .closing p {
    margin-bottom: 25px;
  }

  .closing p:last-child {
    margin-bottom: 0;
  }


}