@charset "UTF-8";
/*===cssのリセット===*/
html,div,span,iframe,h1,h2,h3,h4,h5,h6,p,img,small,strong,ol,ul,li,form,label,table,tbody,tfoot,thead,tr,th,td,footer,header,nav,section {
  font-size: 100%; margin: 0; padding: 0; vertical-align: baseline; border: 0; outline: 0; background: transparent;
}
footer,header,nav,section {
  display: block;
}
nav ul {
  list-style: none;
}
a {
  display: block; text-decoration: none; box-sizing: border-box;
}
a:hover {
  cursor: pointer;
  opacity: .5;
  transition: .3s all;
}
div {
  box-sizing: border-box;
}
table {
  border-spacing: 0; border-collapse: collapse;
}
ol,ul,li{
  list-style: none;  padding:0;  margin:0;
}
/*===================================*/
body {
  color: #222;
  background: #FFF;
  font-size: 16px;
  line-height: 2.1;
  margin: 0;
  padding: 0;
  width: 100vw;
  overflow-x: hidden;
  font-family: "BIZ UDPGothic", sans-serif;
  font-style: normal;
}
@media screen and (max-width: 767px){
  body{
    font-size: 14px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
img {
  display: block;
  width: 100%;
  height: auto;
}

.only_pc{
  display: block!important;
}
.only_sp{
  display: none!important;
}
@media screen and (max-width: 767px){
  .only_pc{
    display: none!important;
  }
  .only_sp{
    display: block!important;
  }
}

.inner{
  width: 95vw;
  max-width: 1200px;
  margin: 0 auto;
}
.in_inner{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.mt100 { margin-top: 100px!important;}
.mt80 { margin-top: 80px!important;}
.mt50 { margin-top: 50px!important;}
.mt30 { margin-top: 30px!important;}
@media screen and (max-width: 767px) {
  .mt100 { margin-top: 70px!important;}
  .mt80 { margin-top: 60px!important;}
  .mt50 { margin-top: 30px!important;}
  .mt30 { margin-top: 20px!important;}
}

.txt_spacing{
  letter-spacing: 1px;
}
.txt_center{
  text-align: center;
}
/*===================================*/

/* ヘッダー ===========================*/
header {
  background: #FFF;
  box-shadow: 0px 3px 6px #00000029;
  position: sticky;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
}
.header_con{
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  flex-wrap: wrap;
  gap: 10px;
  min-height: 55px;
}
.header_logo{
  display: flex;
  align-items: center;
}
.header_logo_img{
  width: 100%;
  max-width: 235px;
}
.header_logo_txt{
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 500px){
  .header_logo_txt{
    display: none;
  }
}
.header_btn{
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: 1;
  margin: 0 0 0 auto;
}
a.header_btn_txt{
  font-size: 13px;
  font-weight: bold;
  color: #222;
  position: relative;
  padding: 0 0 0 15px;
}
a.header_btn_txt::after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid #4F70B7;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: 0;
}
a.header_btn_tel,
a.header_btn_net{
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #FFF;
  min-height: 40px;
  padding: 5px 15px;
  border-radius: 5px;
  text-align: center;
}
a.header_btn_tel{
  font-size: 14px;
  background: #867006;
}
a.header_btn_net{
  font-size: 13px;
  background: #AD0149;
}
.header_btn_icon{
  width: 25px;
  margin: 0 15px 0 0;
}
.header_btn_iconlink{
  width: 13px;
  margin: 0 0 0 5px;
}
@media screen and (max-width: 767px){
  .header_con{
    padding-right: 45px;
  }
  .header_btn{
    display: none;
  }
}
@media screen and (min-width:768px){
  .nav-overlay{
    background: #2D4781;
  }
  .nav-overlay__content{
    width: 95vw;
    max-width: 1200px;
    margin: 0 auto;
  }
  .nav-overlay__list{
    display: flex;
  }
  .nav-overlay__item{
    flex: 1;
  }
  a.nav-overlay__link{
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    min-height: 40px;
    background: #2D4781;
    padding: 5px;
  }
  a.nav-overlay__link:hover{
    background: #4F70B7;
    opacity: 1;
  }
  a.nav-overlay__link.outlink{
    color: #2D4781;
    background: #E7EBF4;
  }
  a.nav-overlay__link.outlink:hover{
    background: #C4D1ED;
    opacity: 1;
  }
}
@media screen and (max-width: 767px){
  /* overlay-styles.css */
  .hamburger-overlay {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 55px;
    height: 55px;
    border: none;
    background: #2D4781;
    cursor: pointer;
  }
  .hamburger-overlay__line {
    position: absolute;
    left: 11px;
    width: 34px;
    height: 3px;
    background-color: #FFF;
    transition: all .6s;
  }
  .hamburger-overlay__line:nth-of-type(1) { top: 14px; }
  .hamburger-overlay__line:nth-of-type(2) { top: 25px; }
  .hamburger-overlay__line:nth-of-type(3) { top: 36px; }
  .hamburger-overlay.active .hamburger-overlay__line {
    background-color: #FFF;
  }
  .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
    transform: translateY(11px) rotate(-45deg);
  }
  .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
    opacity: 0;
  }
  .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
    transform: translateY(-11px) rotate(45deg);
  }
  .nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #2D4781;
    visibility: hidden;
    opacity: 0;
    transition: all .6s;
    z-index: 900;
    overflow: scroll;
  }
  .nav-overlay.active {
    visibility: visible;
    opacity: 1;
  }
  .nav-overlay__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
  .nav-overlay__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav-overlay__item {
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
  }
  .nav-overlay.active .nav-overlay__item {
    opacity: 1;
    transform: translateY(0);
  }
  .nav-overlay.active .nav-overlay__item:nth-child(1) { transition-delay: 0.1s; }
  .nav-overlay.active .nav-overlay__item:nth-child(2) { transition-delay: 0.2s; }
  .nav-overlay.active .nav-overlay__item:nth-child(3) { transition-delay: 0.3s; }
  .nav-overlay.active .nav-overlay__item:nth-child(4) { transition-delay: 0.4s; }
  .nav-overlay.active .nav-overlay__item:nth-child(5) { transition-delay: 0.5s; }
  .nav-overlay.active .nav-overlay__item:nth-child(6) { transition-delay: 0.6s; }
  .nav-overlay__link {
    display: inline-block;
    line-height: 1;
    padding: 25px 10px;
    width: 100%;
    color: #FFF;
    font-size: 20px;
    text-decoration: none;
    transition: color .3s;
    font-weight: bold;
  }
  .nav-overlay__link:hover {
    color: #4F70B7;
  }
  .nav-overlay__link.outlink{
    color: #2D4781;
    background: #E7EBF4;
  }
  .nav-overlay__link.outlink:hover{
    background: #C4D1ED;
    opacity: 1;
  }
}
/*===================================*/

/* スライダー ===========================*/
.slider{
  width: 100%;
  padding: 40px 0 60px;
  margin: 0 auto;
  background: #2D4781;
}
.slick-dotted.slick-slider{
  margin-bottom: 0;
}
.slider img{
  width: 100%;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
}
.slider .slick-dots{
  bottom: 25px;
}
.slider .slick-slide{
  height: auto!important;
  margin-right: 1vw!important;
  margin-left: 1vw!important;
}
.slider .slick-arrow{
  z-index: 2!important;
}
.slider .slick-next{
  right: 0!important;
}
.slider .slick-prev{
  left: 0!important;
}
.slick-dots li{
  margin: 0 10px;
}
.slider .slick-dots li button:before{
  font-size: 16px;
  color: #FFF;
  opacity: 1;
}
.slider .slick-dots li.slick-active button:before{
  color: #9EB7E5;
  opacity: 1;
}
@media screen and (max-width: 767px){
  .slider{
    padding: 20px 0 30px;
  }
  .slider .slick-dots{
    bottom: 9px;
  }
  .slick-dots li{
    margin: 0 6px;
  }
  .slider .slick-dots li button:before{
    font-size: 12px;
  }
}
/*===================================*/

/* ページトップボタン ===========================*/
.pagetop{
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  transition: .3s;
  color: #FFF;
  background: #AD0149;
  opacity: 0;
}
.pagetop p{
  padding: 16px 0 0;
  position: relative;
}
.pagetop p::after{
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 10px solid #FFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.pagetop:hover{
  background: #BF336E;
}
@media screen and (max-width: 767px){
  .pagetop{
    bottom: 80px;
  }
}
/*===================================*/

/* タイトル ===========================*/
.ttl_img{
  margin: 0 auto 20px;
  height: 100px;
  width: auto;
  max-width: 80vw;
  object-fit: contain;
  max-height: fit-content;
}
.ttl_dec{
  font-weight: bold;
  font-size: 27px;
  margin: 0 auto 50px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px){
  .ttl_img{
    margin: 0 auto 15px;
    height: 80px;
  }
  .ttl_dec{
    font-size: 23px;
    margin: 0 auto 30px;
  }
}
/*===================================*/

/* CTA ===========================*/
.contact_cta{
  background: #E7EBF4;
  padding: 50px 0;
}
.cta_item{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
.cta_item_txt{
  margin: 0 auto;
  width: fit-content;
  line-height: 1.8;
}
.cta_item_con{
  width: 49%;
}
.cta_item_ttl{
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.2;
}
.cta_item_btn_tel,
.cta_item_btn_net{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 20px;
  color: #FFF;
  font-weight: bold;
  font-size: 28px;
  min-height: 80px;
  line-height: 1;
  padding: 5px 10px;
}
.cta_item_btn_tel{
  background: #867006;
  box-shadow: 0px 5px 0px #675605;
}
.cta_item_btn_net{
  background: #AD0149;
  box-shadow: 0px 5px 0px #902250;
}
.cta_item_icon{
  width: 5vw;
  max-width: 50px;
  margin: 0 1.5vw 0 0;
}
.cta_item_iconlink{
  margin: 0 0 0 1vw;
  width: 25px;
}
@media screen and (max-width: 767px){
  .contact_cta{
    padding: 30px 0;
  }
  .cta_item_con{
    width: 100%;
  }
  .cta_item_ttl{
    font-size: 18px;
  }
  .cta_item_btn_tel,
  .cta_item_btn_net{
    margin-bottom: 15px;
    font-size: 20px;
    min-height: 70px;
  }
  .cta_item_icon{
    width: 10vw;
    max-width: 30px;
  }
  .cta_item_iconlink{
    width: 18px;
  }
}
/*===================================*/

/* フッター ===========================*/
footer{
  background: #E7EBF4;
  padding: 50px 0 20px;
}
.footer_con{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_logo_img{
  width: 100%;
  max-width: 235px;
}
.footer_btn{
  display: flex;
  gap: 15px;
}
.footer_btn_tel,
.footer_btn_net{
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #FFF;
  min-height: 40px;
  padding: 5px 15px;
  border-radius: 5px;
  text-align: center;
  line-height: 1;
}
.footer_btn_tel{
  font-size: 14px;
  background: #867006;
}
.footer_btn_net{
  font-size: 13px;
  background: #AD0149;
}
.footer_btn_icon{
  width: 25px;
  margin: 0 1vw 0 0;
}
.footer_btn_iconlink{
  width: 13px;
  margin: 0 0 0 .5vw;
}
@media screen and (max-width: 767px){
  footer{
    padding: 30px 0 90px;
  }
  .footer_btn{
    position: fixed;
    width: 100vw;
    bottom: 0;
    left: 0;
    gap: 8px 2%;
    padding: 8px 2.5vw;
    flex-wrap: wrap;
    background: #FFF;
  }
  .footer_btn_tel,
  .footer_btn_net{
    width: 49%;
    min-height: 50px;
    font-size: 16px;
    justify-content: center;
    white-space: nowrap
  }
  .footer_btn_iconlink{
    width: 16px;
  }
}
@media screen and (max-width:430px){
  footer{
    padding: 30px 0 140px;
  }
  .footer_btn_tel,
  .footer_btn_net{
    width: 100%;
    min-height: 45px;
  }
}
.footer_nav{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 5px 0;
}
.footer_nav_item{
  border-right: 1px solid #222;
}
.footer_nav_item:last-of-type{
  border-right: none;
}
.footer_nav_link{
  color: #222;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 0 10px;
}
.copyright{
  font-size: 10px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}

/*===================================*/

/* TOP - 第一東京弁護士会渋谷法律相談センターとは ===========================*/
.top_about_txt{
  background: #E7EBF4;
  border-radius: 10px;
  padding: 25px 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px){
  .top_about_txt{
    padding: 20px 15px;
  }
}
/*===================================*/

/* TOP - 相談時間・相談料金 ===========================*/
.top_fees_table{
  display: grid;
  gap: 5px;
  grid-template-columns: 3fr 5fr 5fr;
  text-align: center;
  font-weight: bold;
}
.top_fees_table .grid1{
  grid-column: 2 / 3;
  grid-row: 2 / 4;
}
.top_fees_table .grid2{
  grid-column: 3 / 4;
  grid-row: 3 / 5;
}
.top_fees_table li{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 10px;
  line-height: 1.5;
}
.top_fees_table li:not(:first-child):not(.top_fees_ttl):not(.top_fees_hed){
  background: #E7EBF480;
  border: 1px solid #2D4781;
}
li.top_fees_ttl{
  font-size: 22px;
  color: #2D4781;
  padding: 0;
}
li.top_fees_hed{
  background: #2D4781;
  color: #FFF;
  font-size: 18px;
  min-height: 80px;
}
.top_fees_table span{
  font-size: 14px;
}
@media screen and (max-width: 767px){
  li.top_fees_ttl{
    font-size: 20px;
  }
  li.top_fees_hed{
    font-size: 16px;
  }
  .top_fees_table span{
    font-size: 12px;
  }
}
/*===================================*/

/* TOP - お知らせ ===========================*/
.news_list{
  border-top: 1px solid #2D4781;
}
.news_item{
  border-bottom: 1px solid #2D4781;
}
.news_item a{
  display: flex;
  align-items: center;
  min-height: 60px;
  color: #222;
  padding: 15px 30px;
  gap: 25px;
  line-height: 1.5;
}
.news_link{
  background: #867006;
  color: #FFF;
  text-align: center;
  border-radius: 10px;
  position: relative;
  padding: 10px 30px;
  line-height: 1;
  font-size: 18px;
  width: fit-content;
  min-width: 240px;
  margin: 0 auto;
}
.news_link::after{
  position: absolute;
  content: '';
  width: 9px;
  height: 100%;
  right: 20px;
  top: 0;
  background: url(../img/icon-arrow_r.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px){
  .news_item a{
    padding: 10px 3vw;
    gap: 3vw;
    min-height: 50px;
  }
  .news_link{
    padding: 10px 20px;
    font-size: 16px;
    width: 90vw;
    min-width: auto;
  }
  .news_link::after{
    right: 10px;
  }
}
/*===================================*/

/* TOP - コラム ===========================*/
.column_list{
  border-top: 1px solid #2D4781;
}
.column_item{
  border-bottom: 1px solid #2D4781;
}
.column_item a{
  display: flex;
  align-items: center;
  min-height: 60px;
  color: #222;
  padding: 15px 30px;
  gap: 25px;
  line-height: 1.5;
}
.column_link{
  background: #867006;
  color: #FFF;
  text-align: center;
  border-radius: 10px;
  position: relative;
  padding: 10px 30px;
  line-height: 1;
  font-size: 18px;
  width: fit-content;
  min-width: 240px;
  margin: 0 auto;
}
.column_link::after{
  position: absolute;
  content: '';
  width: 9px;
  height: 100%;
  right: 20px;
  top: 0;
  background: url(../img/icon-arrow_r.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px){
  .column_item a{
    padding: 10px 3vw;
    gap: 3vw;
    min-height: 50px;
  }
  .column_link{
    padding: 10px 20px;
    font-size: 16px;
    width: 90vw;
    min-width: auto;
  }
  .column_link::after{
    right: 10px;
  }
}
/*===================================*/

/* TOP - 相談内容 ===========================*/
.top_consultation_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 2%;
  padding: 0 0 50px;
}
.top_consultation_item{
  width: 32%;
}
.top_consultation_item a{
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #222;
  font-weight: bold;
  height: 100%;
  border: 1px solid #2D4781;
  border-radius: 10px;
  overflow: hidden;
}
.top_consultation_ttl{
  color: #FFF;
  text-align: center;
  background: #2D4781;
  font-size: 20px;
  line-height: 1;
  padding: 10px;
}
.top_consultation_img{
  width: 100%;
  height: 160px;
  object-fit: cover;
  object-position: center;
}
.top_consultation_txt{
  padding: 20px;
}
.top_consultation_btn{
  color: #FFF;
  text-align: center;
  padding: 10px 30px;
  line-height: 1;
  position: relative;
  background: #867006;
  margin: auto 0 0;
}
.top_consultation_btn::after{
  position: absolute;
  content: '';
  width: 7px;
  height: 100%;
  right: 20px;
  top: 0;
  background: url(../img/icon-arrow_r.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.top_consultation_item.caption{
  position: relative;
}
.top_consultation_caption{
  position: absolute;
  bottom: -50px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px){
  .top_consultation_list{
    gap: 15px 2%;
    padding: 0 0 40px;
  }
  .top_consultation_item{
    width: 49%;
  }
  .top_consultation_ttl{
    font-size: 16px;
  }
  .top_consultation_img{
    height: 130px;
  }
  .top_consultation_txt{
    padding: 15px;
  }
  .top_consultation_btn{
    padding: 10px 20px;
  }
  .top_consultation_btn::after{
    right: 10px;
  }
  .top_consultation_caption{
    bottom: -40px;
    font-size: 12px;
  }
}
@media screen and (max-width: 430px){
  .top_consultation_item{
    width: 100%;
  }
}
/*===================================*/

/* TOP - 戦国法律相談ムービー ===========================*/
.top_video_list{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 30px 4%;
}
.top_video_item{
  width: 48%;
}
.top_video_ttl{
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 0 20px;
  line-height: 1.5;
  position: relative;
  margin: 0 0 10px;
}
.top_video_ttl::after{
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 16px solid #AD0149;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.top_video_item iframe{
  width: 100%;
  height: 27vw;
  max-height: 320px;
}
@media screen and (max-width: 767px){
  .top_video_list{
    gap: 20px 4%;
  }
  .top_video_ttl{
    font-size: 14px;
    padding: 0 0 0 15px;
  }
  .top_video_ttl::after{
    border-left: 12px solid #AD0149;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
}
/*===================================*/
