/*-------------------------
基本設定
--------------------------*/
html{
  scroll-behavior: smooth;
}
body{
  font-size: 18px;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}
ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
a{
  text-decoration: none;
  color: inherit;
}
.wrapper{
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.blue{
  color: #1d69af;
}
.num{
  font-family: "Jost", sans-serif;
}
h2{
  font-weight: bold;
}
:root{
  --jost: "Jost", sans-serif;
  --serif: "Noto Serif JP", serif;
  --header-h: 110px;
}
[id]{
  scroll-margin-top: var(--header-h);
}
.pc{
  display: block;
}
.tab{
  display: none;
}
.mobi{
  display: none;
}
/*-------------------------
header
--------------------------*/
header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 999;
  transition: all ease .2s;
  background: #fff;
  color: #000;
}
header ul{
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.header-top{
  justify-content: space-between;
}
.header-top .logo,
.header-top .logo img{
  display: block;
}
.header-top .btn{
  background: #1d69af;/*#0f224f*/
  color: #fff;
  font-size: 18px;
  padding: 10px 40px 10px 50px;
  position: relative;
}
.header-top .btn::before{
  content: "";
  position: absolute;
  left: 10px;
  background: url(images/mail-icon.png) no-repeat;
  background-size: cover;
  aspect-ratio: 47/32;
  width: 27px;
  top: 50%;
  transform: translateY(-50%);
}
.header-top .btn::after{
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background: #fff;
  width: 5px;
  height: 12px;
}
.header-nav{
  justify-content: space-around;
}
/*-------------------------
kv
--------------------------*/
.kv{
  background: url(images/kv.jpg)no-repeat;
  background-size: cover;
  aspect-ratio: 1920/1000;
  position: relative;
  margin:104px 0 0;
}
.kv-txt{
  width: 100%;
  max-width: 1200px;
  padding-top: 200px;
  margin: auto;
  color: #fff;
}
.kv-txt p{
  font-size: 30px;
  font-family: "Jost", sans-serif;
}
.kv h1{
  font-size: 36px;
  line-height: 1.5;
  font-family: var(--serif);
  font-weight: bold;
}
.kv h1 span{
  display: block;
  font-size: 72px;
}

/*-------------------------
message
--------------------------*/
.message{
  margin: 100px 0;
}
.message-ttl{
  width: 100%;
  max-width: 980px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.message-ttl h2{
  font-size: 24px;
  position: relative;
  font-family: var(--serif);
}
.message-ttl h2::before{
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% - 20px);
  background: url(images/message-ttl.png) no-repeat;
  background-size: cover;
  aspect-ratio: 448/67;
  width: 448px;
}
.message-ttl h2 span{
  color: #1d69af;
  display: block;
  font-size: 30px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
}
.message-txt{
  font-family: var(--serif);
  margin-bottom: 80px;
}
.message-txt p:not(:last-of-type){
  margin-bottom: 30px;
}
/*-------------------------
introduce
--------------------------*/
.introduce{
  background: #eff8ff;
  padding: 70px 50px 70px 0;
}
.introduce .btn{
  text-align: center;
  padding: 10px 70px;
  border-radius: 50px;
  font-size: 24px;
  background: #fff;
  border: 1px solid #1d69af;
  display: block;
  margin: 0 auto 60px;
  width: max-content;
  font-weight: bold;
  font-family: var(--serif);
}
.introduce-txt{
  display: flex;
  align-items: center;
}
.introduce-txt .blue{
  font-weight: bold;
}
.introduce-txt p:not(:last-of-type){
  margin-bottom: 40px;
}
.introduce-txt img{
  margin-right: 50px;
}
/*-------------------------
about
--------------------------*/
.ttl{
  font-size: 50px;
  font-family: var(--serif);
  position: relative;
  width: max-content;
  padding-left: 50px;
  margin: auto;
}
.ttl::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(images/ttl-icon.png) no-repeat;
  background-size: cover;
  aspect-ratio: 1/1;
  width: 29px;
}
.about{
  background: url(images/about-bg.png),#eff1f6;
  background-repeat: no-repeat;
  background-position: right top;
  padding: 80px 0;
  border-bottom: 1px solid #0f224f;
}
.about-txt{
  width: 50%;
  margin: 50px 0;
}
.about-txt p{
  margin-bottom: 40px;
}
.about ul{
  background: #fff;
  border: 1px solid #1d2f59;
  width: 725px;
  box-sizing: border-box;
  margin: auto;
  padding: 50px;
}
.about ul li{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.about ul li:last-of-type{
  margin-bottom: 0;
}
/*-------------------------
merit
--------------------------*/
.merit{
  background: #eff1f6;
  padding: 80px 0;
  border-bottom: 1px solid #0f224f;
}
.merit h2{
  color: #0f224f;
  font-family: var(--serif);
}
.merit-box{
  position: relative;
  margin: 40px 0;
}
.merit-box-inner{
  background: #fff;
  max-width: 1620px;
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 50px;
  padding: 50px 30px;
  margin-left: auto;
}
.merit-box:nth-of-type(2) .merit-box-inner{
  margin-left: 0;
  margin-right: auto;
}
.merit-box-inner img{
  width: 50%;
}
.merit-box-inner dt{
  background: #eff1f6;
  border: 2px solid #0f224f;
  padding: 10px 20px;
  font-size: 30px;
  font-weight: bold;
  font-family: var(--serif);
}
.merit-box-inner dd{
  margin-top: 50px;
}
.merit-box-inner dd p:not(:last-of-type){
  margin-bottom: 40px;
}
/*-------------------------
price
--------------------------*/
.price{
  background: #eff1f6;
  padding: 80px 0;
  border-bottom: 1px solid #0f224f;
}
.price h2{
  color: #0f224f;
  font-family: var(--serif);
}
.price-inner{
  display: flex;
  align-items: center;
  column-gap: 50px;
  width: 100%;
  max-width: 920px;
  margin: auto;
  padding: 40px 0;
}
.price-inner:not(:last-of-type){
  border-bottom: 1px solid #000;
}
.price-inner .num{
  display: block;
  background: #fff;
  font-style: italic;
  font-size: 90px;
  aspect-ratio: 1/1;
  width: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  line-height: 1;
  border-radius: 50%;
  font-weight: 300;
}
.price-inner .num span{
  transform: translateX(-0.05em);
}
.price-inner dt{
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}
.price-inner dd{
  font-size: 24px;
}
.price > p{
  text-align: center;
  font-size: 24px;
  margin-top: 50px;
}
.price .btn{
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-left: 80px;
  background: #1d69af;
  font-size: 30px;
  padding: 20px 60px 20px 90px;
  margin: 30px auto 0;
  border-radius: 5px;
  display: block;
  width: max-content;
}
.price .btn::before{
  content: "";
  position: absolute;
  background: url(images/mail-icon.png) no-repeat;
  background-size: cover;
  aspect-ratio: 47/32;
  width: 47px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.price .btn::after{
  content: "";
  position: absolute;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background: #fff;
  width: 15px;
  height: 25px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
/*-------------------------
initiative
--------------------------*/
.initiative{
  background: url(images/initiative-bg.jpg) no-repeat;
  background-position: top center;
  padding: 80px 0;
}
.initiative h2{
  color: #0f224f;
  font-size: 50px;
  text-align: center;
  font-family: var(--serif);
}
.initiative-txt{
  font-size: 24px;
  background: #fff;
  padding: 20px;
  width: 100%;
  max-width: 983px;
  margin: 50px auto 0;
}
.initiative-txt p:not(:last-of-type){
  margin-bottom: 40px;
}
.initiative-txt > ul > li{
  position: relative;
  padding-left: 40px;
  margin-bottom: 30px;
}
.initiative-txt li span{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}
.initiative-txt li > ul{
  margin: 40px 0;
}
/*-------------------------
lawyers
--------------------------*/
.lawyers{
  margin-top: 80px;
}
.lawyers h2{
  color: #0f224f;
  font-size: 50px;
  text-align: center;
  font-family: var(--serif);
  margin-bottom: 50px;
}
.lawyers-txt{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  column-gap: 80px;
  width: 1000px;
  text-align: center;
  margin: auto;
}
.lawyers-txt p{
  margin: 20px 0;
}
/*-------------------------
footer
--------------------------*/
footer{
  background: linear-gradient(to bottom, #89b5da 0%,#1664ac 100%);
  padding: 60px 0 0;
  color: #fff;
  margin-top: 80px;
}
footer .flex{
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.footer-info{
  width: 50%;
  border-right: 1px solid #fff;
}
.footer-info table{
  margin: auto;
}
.footer-info a{
  margin-bottom: 40px;
  display: block;
  text-align: center;
}
.footer-nav{
  display: flex;
  justify-content: center;
  column-gap: 40px;
  width: 50%;
}
.footer-nav ul{
  width: 35%;
}
.footer-nav li{
  font-size: 13px;
  margin-bottom: 10px;
}
.footer-nav li:first-of-type{
  font-size: 23px;
  font-family: var(--serif);
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.footer-nav li a:hover{
  text-decoration: underline;
}
.footer-copy{
  background: #0F224F;
  color:#fff;
  font-size: 13px;
  padding: 10px;
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width:1200px){
  .wrapper{
    padding: 0 1rem;
  }
  .kv-txt{
    padding: 15% 0 0 1rem
  }
  .kv h1{
    font-size: 40px;
  }
  .merit-box-inner{
    column-gap: 40px;
    padding: 40px 20px;
  }
  .merit-box-inner dt{
    font-size: 24px;
  }
  .merit-box-inner dd{
    margin-top: 30px;
  }
}


/*---------------------

-------------------------*/
.contact-form table{
  width: 100%;
}
.contact-form th,
.contact-form td{
  padding: 10px;
  text-align: left;
}
.contact-form th{
  position: relative;
  background: #EAEFF4;
  font-weight: 400;
}
.contact-form td input,
.contact-form td textarea{
  width: 100%;
  background: #ffc;
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.contact-form .required{
  color: #fff;
  background: #ff0000;
}