@charset "UTF-8";
/*reset----------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}



/*common------------------------------------------------------------------*/

html, body {
  color: #1e2570;
  background: #fff;
  font-size: 100%;
  line-height: 1.8;
  letter-spacing: .2em;
  /*font-family: "游ゴシック体" YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic", "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";*/
  font-family: "A1 Gothic R","Zen Kaku Gothic New","Yu Gothic","Hiragino Sans",Meiryo,"MS PGothic",sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  scroll-behavior: smooth;
}
img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
a {
  color: #1e2570;
  text-decoration: none;
}
a:hover {
  opacity: .9;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
#container {
	position: relative;
}
main {
	position: relative;
}
.colorbar {
	position: fixed;
	width: 8px;
	height: 100vh;
	background-color: #2b37af;
	z-index: 5;
}
.colorbar::after {
	display: block;
	content: "";
	width: 100%;
	height: 35%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #fabf1a;
}
.sec-inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 50px;
}
h2{
	font-size: 2rem;
	text-align: center;
	letter-spacing: .5rem;
}
.tel {
	position: relative;
	padding: 0 0 0 2.5rem;
	font-size: 3rem;
	background: url("../img/icon_tel.svg") left center no-repeat;
	background-size: auto 85%;;
}



@media screen and (max-width: 768px) {
.pc {
  display: none;
}
.sp {
  display: block;
}
img {
	width: 100%;
	max-width: auto;
	height: auto;
}
.colorbar {
	width: 5px;
}
.sec-inner {
	width: auto;
	padding: 0 20px;
}
h2{
	font-size: 1.5rem;
}
.tel {
	position: relative;
	padding: 0 0 0 7%;
	font-size: 2rem;
}
.tel::before {
	width: 100%;
	height: 75%;
	background: url("../img/icon_tel.svg") left center no-repeat;
	background-size: contain;
}
}



/*header------------------------------------------------------------------*/
header.site-header {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	z-index: 10;
	transition: .5s;
}
.site-header.hide{
    transform: translateY(-100%);
}
header .navigation {
	display: flex;
    justify-content: space-between;
    align-items: stretch;
}
header .navigation h1 {
	padding: 1rem 2rem .6rem;
	
}
header .navigation nav {
	width: 100%;
}
header .navigation nav ul {
	display: flex;
    align-items: center;
	height: 100%;
	justify-content: flex-end;
}
header .navigation nav ul li {
	font-size: 1vw;
	margin: -.5rem 2.5% 0 0;
}
header .navigation nav ul li:nth-of-type(7) {
	margin: 0 2% 0 1%;
}
header .navigation nav ul li.contact {
	margin: 0;
	height: 100%;
}
header .navigation nav a {
	padding: 0 0 1.2rem;
}
nav a {
	position: relative;
}
nav a::after {
	display: block;
	font-size: .7rem;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	letter-spacing: 0;
	font-family: 'Questrial', sans-serif;
}
nav ul li.info a::after {
	content: "info";
}
nav ul li.service a::after {
	content: "service";
}
nav ul li.lawyers a::after {
	content: "lawyers";
}
nav ul li.news a::after {
	content: "news";
}
nav ul li.access a::after {
	content: "access";
}
nav ul li.recruit a::after {
	content: "recruit";
}
header .navigation nav a.tab {
	padding: 0 .6rem 1.1rem 0;
	background: url("../img/icon_window.svg") right calc(50% - .5rem) no-repeat;
	background-size: 8px 8px;
}
header .navigation nav a.tel {
	padding: 0 0 0 12%;
    font-size: 1.2rem;
    display: block;
}
header .navigation nav a.tel img {
	width: 100%;
	max-width: 200px;
}
nav a.tel::before {
	width: 10%;
    height: 42px;
}
nav ul li.contact a {
	background: url("../img/icon_mail.svg") 10% center #2b37af no-repeat;
	background-size: 12% auto;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 2vw 0 5vw;
    font-size: 1.2vw;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
}

@media screen and (max-width: 768px) {
header .navigation h1 {
	padding: .5rem .1rem .3rem 1rem;
}
header .navigation h1 img {
	height: 17px;
	width: auto;
}
header .navigation nav ul li:nth-of-type(7) {
	margin: 0 .5rem 0 .2rem;
}
header .navigation nav ul li.contact {
	margin: 0;
	height: 100%;
}
header .navigation nav a {
	padding: 0;
}
header .navigation nav a::after {
	display: none;
}
header .navigation nav a.tel {
	padding: 0 0 0 1rem;
	background: url("../img/icon_tel.svg") left center no-repeat;
	background-size: auto 60%;;
}
header .navigation nav a.tel img {
	width: auto;
    height: .9rem;
}
header .navigation nav a.tel::before {
	width: .6rem;
    height: 100%;
}
header .navigation nav ul li.contact a {
	background-image: unset;
    padding: 0 3vw;
    font-size: .8rem;
    letter-spacing: .5px;
}
header .navigation nav ul li.nav-open {
	height: 100%;
	width: 12vw;
	margin: 0;
	background-color: #fabf1a;
	position: relative;
}
header .navigation nav ul li.nav-open::before,
header .navigation nav ul li.nav-open::after {
	display: block;
	content: "";
	height: 1px;
	width: 70%;
	right: 0;
	left: 0;
	margin: auto;
	position: absolute;
	background-color: #1e2570;
}
header .navigation nav ul li.nav-open::before {
	top: calc(50% - 3px);
}
header .navigation nav ul li.nav-open::after {
	top: calc(50% + 3px);
}
}



/*sp-nav------------------------------------------------------------------*/
nav#sp-nav {
	display: none;
}
@media screen and (max-width: 768px) {
nav#sp-nav.hide {
	transform: translateX(100%);
}
nav#sp-nav {
	display: flex;
	position: fixed;
	background: #fff;
	height: 100vh;
	width: calc(100vw - 20vw);
	z-index: 999;
	transform: translateX(0);
	transition: transform .2s ease-in-out;
	align-items: center;
	padding: 1rem 10vw;
}
nav#sp-nav .close-btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	width: 40px;
	background-color: #fabf1a;
}
nav#sp-nav .close-btn::before,
nav#sp-nav .close-btn::after {
	display: block;
	content: "";
	height: 1px;
	width: 70%;
	right: 0;
	left: 0;
	margin: auto;
	position: absolute;
	background-color: #1e2570;
}
nav#sp-nav .close-btn::before {
	top: 50%;
	transform: rotate(45deg);
}
nav#sp-nav .close-btn::after {
	top: 50%;
	transform: rotate(-45deg);
}
nav#sp-nav ul {
	width: 100%;
}
nav#sp-nav ul li {
	font-size: 1.5rem;
    margin: 0 0 .8rem;
}
nav#sp-nav ul li.contact {
	margin: 2rem 0 0;
}
nav#sp-nav ul li a {
	display: inline-flex;
    justify-content: flex-start;
	font-weight: 600;
}
nav#sp-nav ul li a::after {
	font-size: .9rem;
    text-align: left;
    position: relative;
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
    margin: auto;
    letter-spacing: 0;
	display: block;
    padding: 0 0 0 .5rem;
}
nav#sp-nav ul li.contact a {
	background: url("../img/icon_mail.svg") 2rem center no-repeat #2b37af;
	background-size: 2rem auto;
    height: auto;
    display: flex;
    align-items: center;
	justify-content: center;
    padding: 1rem 1rem 1rem 4rem;
    font-size: 1.1rem;
}
nav#sp-nav ul li.call {
	text-align: center;
	margin: 1rem 0 0;
}
nav#sp-nav ul li.call a {
	display: inline;
}
nav#sp-nav ul li a.tab::before {
	display: block;
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	right: -16px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url("../img/icon_window.svg") center center no-repeat;
	background-size: 8px 8px;
}
}



/*top*/
/*FV------------------------------------------------------------------*/
#FV {
	position: relative;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	background-size: cover;
	overflow: hidden;
	z-index: 1;
}
#FV .lead-copy {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: linear-gradient(75deg, #fff 0%, #fff calc(38% + 20px), transparent calc(38% + 20px), transparent 100%);
}
#FV .lead-copy .inner {
	margin: 0 0 0 5%;
	width: 38%;
}
#FV .lead-copy .inner p {
	display: inline-block;
}
#FV .lead-copy .inner .name {
	background-color: #fff;
	padding: .3rem 1rem .3rem 0;
	font-size: 2.1vw;
	font-weight: 700;
	margin: 0 0 8%;
	white-space: nowrap;
}
#FV .lead-copy .inner .lead {
	font-size: 1.3vw;
	border-bottom: 1.5px solid #1e2570;
	color: #303030;
}
#FV .lead-copy .inner .main {
	padding: .5rem 1rem .5rem 0;
	margin: 1.5rem 0;
	font-size: 2.5vw;
	font-weight: bold;
	color: #303030;
	white-space: nowrap;
}
#FV .lead-copy .inner .main span {
	background-color: #fff;
	padding: 1rem 1rem 1rem 0;
}
#FV .lead-copy .inner .sub {
	font-size: 1.2vw;
	color: #303030;
}
#FV .plate {
	display: flex;
	margin: 2rem 0 0;
}
#FV .plate .col {
	text-align: center;
    background-color: #2b37af;
    border-radius: 50px;
    padding: .5rem;
    flex-basis: calc(40% - 1rem);
    font-weight: bold;
    font-size: 1.3vw;
    color: #ffe430;
    letter-spacing: .1rem;
    white-space: nowrap;
}
#FV .plate .col:first-child {
	margin: 0 1rem 0 0;
}
#FV .fv-slide {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	pointer-events: none;
}
#FV .fv-slide .col {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#FV .fv-slide .img1 {
	background-image: url("../img/FV_img1.jpg");
}
#FV .fv-slide .img2 {
	background-image: url("../img/FV_img2.jpg");
}
#FV .fv-slide .img3 {
	background-image: url("../img/FV_img3.jpg");
}

@media screen and (max-width: 768px) {
#FV .lead-copy {
	align-items: flex-end;
	justify-content: center;
	background: linear-gradient(17deg, #fff 0%, #fff calc(100vw + 75px), transparent calc(100vw + 75px), transparent 100%);
}
#FV .lead-copy .inner {
	margin: 0 0 28%;
	width: 87%;
}
#FV .lead-copy .inner .name {
    padding: .3em .5em .3em 0;
    font-size: 5vw;
    margin: 0 0 6%;
    letter-spacing: .1rem;
}
#FV .lead-copy .inner .lead {
	font-size: 3.8vw;
    letter-spacing: .15rem;
    border-bottom: 1px solid #1e2570;
    line-height: 1.4;
}
#FV .lead-copy .inner .main {
	padding: 0;
    margin: 4% 0;
    font-size: 6vw;
    display: block;
    letter-spacing: .15rem;
    line-height: 1.6;
}
#FV .lead-copy .inner .main span {
	padding: 0;
}
#FV .lead-copy .inner .sub {
	font-size: 3.8vw;
	letter-spacing: .2rem;
}
#FV .plate {
	margin: 5% 0 0;
}
#FV .plate .col {
	padding: .5rem 0;
	flex-basis: 45%;
	font-size: 3.5vw;
	letter-spacing: .1rem;
}
#FV .plate .col:first-child {
	margin: 0 .5rem 0 0;
}
#FV .fv-slide .col {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: inherit;
}
#FV .fv-slide .img1 {
	background-image: url("../img/FV_img1_sp.jpg");
}
#FV .fv-slide .img2 {
	background-image: url("../img/FV_img2_sp.jpg");
}
#FV .fv-slide .img3 {
	background-image: url("../img/FV_img3_sp.jpg");
}
}



/*scroll mark-----------*/
.scroll-bar {
	position: absolute;
	bottom: -100px;
	left: 50%;
	transform: translate(-50%,0);
	width: 1px;
	height: 200px;
	z-index: 1;
	overflow: hidden;
}
.scroll-bar::before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: #fff;
	animation: 2s ease-in-out 0s infinite reverse both running;
	animation-name: scroll-mark;
}

@-webkit-keyframes scroll-mark {
	from { top: 100%; }
	to { top: -100%; }
}
@keyframes scroll-mark {
	from { top: 100%; }
	to { top: -100%; }
}
main .scroll-bar {
	top: -100px;
	bottom: auto;
	z-index: 0;
}
main .scroll-bar::before {
	background-color: #1e2570;
}
@media screen and (max-width: 768px) {
.scroll-bar {
	height: 170px;
}
#FV .scroll-bar {
	display: none;
}
main .scroll-bar {
	top: -5.2rem;
	bottom: auto;
	z-index: 1;
}
}



/*section#service------------------------------------------------------------------*/
section#service h2 {
	padding: 9rem 0 5rem;
	background: linear-gradient(75deg, #fff 0%, #fff 80%, #2b37af 80%, #2b37af 100%);
	font-weight: 500;
}
section#service .corporation {
	padding: 3rem 0;
	background: url("../img/section2_bg.jpg") center center no-repeat;
	background-size: cover;
}
section#service .corporation .flex-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
section#service .corporation .flex-box .lead {
	flex-basis: 34%;
}
section#service .corporation .lead h3 {
	position: relative;
	background-color: #2b37af;
	padding: 5rem 10px;
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: .3rem;
	overflow: hidden;
}
section#service h3::after {
	display: block;
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
	background-color: #fabf1a;
	transform: rotate(-45deg);
	right: -50px;
	bottom: -50px;
}
section#service .corporation .lead .legal {
	background-color: #fff;
	color: #202020;
	padding: 3.6rem 2rem;
	margin: 25px 0 0;
}
section#service .corporation .lead .legal h4 {
	font-size: 1.3rem;
	padding: 0 0 2rem;
	position: relative;
	color: #1e2570;
}
section#service .corporation .lead .legal h4::after {
	display: block;
	content: "";
	width: 30px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #1e2570;
}
section#service .corporation .lead .legal p {
	margin: 2rem 0 0;
}
section#service .corporation .flex-box .contents {
	flex-basis: 64%;
}
section#service .corporation .contents .legal-group {
	display: flex;
	justify-content: space-between;
}
section#service .corporation .contents .legal-group > div {
	flex-basis: 48%;
	background-color: #2b37af;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	padding: .5rem 0;
}
section#service .corporation .contents .item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 1.3rem 0 0;
}
section#service .corporation .contents .item .col {
	flex-basis: calc((100% - 30px) / 3);
	max-width:  calc((100% - 30px) / 3);
	background-color: #fff;
}
section#service .corporation .contents .item .col {
	margin: 0 15px 15px 0;
}
section#service .corporation .contents .item .col:nth-child(3n) {
	margin-right: 0;
}
section#service .corporation .contents .item .col:nth-of-type(n + 4) {
	margin-bottom: 0;
}
section#service .corporation .contents .item .col:last-child {
	margin: 0;
}
section#service .corporation .contents .item .col dl {
	display: flex;
	flex-direction: column;
}
section#service .corporation .contents .item .col dl dt {
	background-color: #e4e4ee;
    padding: 5rem 1rem 1rem;
    text-align: center;
	font-size: 1.1rem;
	max-height: 50px;
}
section#service .corporation .contents .item .col.ma dl dt {
	background: url("../img/icon_ma.svg") center 28px no-repeat #e4e4ee;
	background-size: 45px auto;
}
section#service .corporation .contents .item .col.labor dl dt {
	background: url("../img/icon_labor.svg") center 22px no-repeat #e4e4ee;
	background-size: 52px auto
}
section#service .corporation .contents .item .col.business-succession dl dt {
	background: url("../img/icon_businesssuccession.svg") center 20px no-repeat #e4e4ee;
	background-size: 82px auto
}
section#service .corporation .contents .item .col.intellectual-property dt {
	background: url("../img/icon_intellectualproperty.svg") center 22px no-repeat #e4e4ee;
	background-size: 50px auto
}
section#service .corporation .contents .item .col.business-revitalization dt {
	padding: 4rem 1rem 1rem;
	font-size: 1rem;
	line-height: 1.6;
	background: url("../img/icon_businessrevitalization.svg") center 22px no-repeat #e4e4ee;
	background-size: 40px auto
}
section#service .corporation .contents .item .col.venture dl dt {
	background: url("../img/icon_venture.svg") center 22px no-repeat #e4e4ee;
	background-size: 28px auto;
}
section#service .corporation .contents .item .col.tax dl dt {
	background: url("../img/icon_tax.svg") center 22px no-repeat #e4e4ee;
	background-size: 42px auto;
}
section#service .corporation .contents .item .col dl dd {
	font-size: .9rem;
	padding: 1.1rem 1rem;
	letter-spacing: .1rem;
	line-height: 1.6;
	color: #202020;
}
section#service .corporation .contents .item .col dl dd ul li {
	padding: 0 .6rem;
	border-left: 2px solid #fabf1a;
	margin: 0 0 .6rem;
}
section#service .corporation .contents .item .col dl dd ul li small {
	font-size: .7rem;
}

section#service .individual {
	display: flex;
	flex-direction: row-reverse;
	margin: 3rem 0 5rem;
	position: relative;
}
section#service .individual h3 {
	position: relative;
	background-color: #2b37af;
	color: #fff;
	flex-basis: 20%;
	font-size: 1.5rem;
	padding: 3.8rem 2rem 16rem;
	text-align: center;
	overflow: hidden;
}
section#service .individual .contents {
	flex-basis: 80%;
	background: url("../img/section2_bg2.jpg") center center no-repeat;
	background-size: cover;
}
section#service .individual .contents ul {
	position: absolute;
	top: 9rem;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	width: 75%;
	justify-content: space-between;
}
section#service .individual .contents ul li {
	padding: 6rem 1rem 1.1rem;
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.6;
	min-height: calc(220px - 7.1rem)px;
	flex-basis: 25%;
}
section#service .individual .contents ul li.inheritance {
	background: url("../img/icon_inheritance.svg") center calc(50% - 44px) no-repeat #fff;
	background-size: auto 44px;
}
section#service .individual .contents ul li.traffic-accident {
	background: url("../img/icon_trafficaccident.svg") center calc(50% - 36px) no-repeat #fff;
	background-size: auto 36px;
}
section#service .individual .contents ul li.divorce {
	background: url("../img/icon_divorce.svg") center calc(50% - 42px) no-repeat #fff;
	background-size: auto 42px;
}
section#service .individual .contents ul li.other {
	background: url("../img/icon_other.svg") center calc(50% - 32px) no-repeat #fff;
	background-size: auto 32px;
}


@media screen and (max-width: 768px) {
section#service h2 {
	padding: 7rem 0 4rem;
	background: unset;
}
section#service .corporation {
	position: relative;
	padding: 0;
	background: url("../img/section2_bg_sp.jpg") top center no-repeat #2b37af;
	background-size: contain;
}
section#service .sec-inner {
	padding: 0;
}
section#service .corporation .flex-box {
	display: block;
}
section#service .corporation .lead h3 {
	padding: 2rem 3rem;
    font-size: 1.2rem;
    margin: -1rem 0 0 0;
    display: inline-block;
}
section#service h3::after {
	right: -70px;
	bottom: -70px;
}
section#service .corporation .lead .legal {
    padding: 2rem 1.5rem;
    margin-top: 9.5rem;
    margin-left: auto;
	margin-bottom: 2.3rem;
    width: 80vw;
}
section#service .corporation .lead .legal h4 {
	font-size: 1.1rem;
	padding: 0 0 1rem;
}
section#service .corporation .lead .legal h4::after {
	height: 2px;
	width: 25px;
}
section#service .corporation .lead .legal p {
	margin: 1.5rem 0 0;
}
section#service .corporation .flex-box .contents {
	flex-basis: unset;
    padding: 0 20px 5rem;
}
section#service .corporation .contents .legal-group {
	flex-direction: column;
}
section#service .corporation .contents .legal-group > div {
	flex-basis: 100%;
	background-color: #e4e4ee;
	color: #1e2570;
	font-size: 1.1rem;
	padding: .5rem 0;
	margin: 0 0 1.1rem;
}
section#service .corporation .contents .item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
}
section#service .corporation .contents .item .col {
	flex-basis: calc((100% - 10px) / 2);
	max-width:  calc((100% - 10px) / 2);
}
section#service .corporation .contents .item .col:nth-of-type(n) {
	margin: 0 10px 10px 0;
}
section#service .corporation .contents .item .col:nth-child(2n) {
	margin-right: 0;
}
section#service .corporation .contents .item .col:nth-of-type(5) {
	margin-bottom: 0;
}
section#service .corporation .contents .item .col:last-child {
	margin: 0;
}
section#service .corporation .contents .item .col dl {
	display: flex;
	flex-direction: column;
}
section#service .corporation .contents .item .col dl dt {
	background-color: #e4e4ee;
    padding: 5rem 1rem 1rem;
    text-align: center;
	font-size: 1rem;
	letter-spacing: .1rem;
	max-height: unset;
}
section#service .corporation .contents .item .col.ma dl dt {
	background: url("../img/icon_ma.svg") center calc(50% - 13px) no-repeat #e4e4ee;
	background-size: auto 26px;
}
section#service .corporation .contents .item .col.labor dl dt {
	background: url("../img/icon_labor.svg") center calc(50% - 20px) no-repeat #e4e4ee;
	background-size: auto 40px;
}
section#service .corporation .contents .item .col.business-succession dl dt {
	background: url("../img/icon_businesssuccession.svg") center calc(50% - 15px) no-repeat #e4e4ee;
	background-size: auto 31px;
}
/*section#service .corporation .contents .item .col.intellectual-property dt {
	background: url("../img/icon_intellectualproperty.svg") center calc(50% - 19px)  no-repeat #e4e4ee;
	background-size: auto 38px;
}*/
section#service .corporation .contents .item .col.business-revitalization dt {
	padding: 4rem 1rem 1rem;
	font-size: 1rem;
	line-height: 1.6;
	background: url("../img/icon_businessrevitalization.svg") center calc(50% - 2.5rem) no-repeat #e4e4ee;
	background-size: auto 26px;
}
section#service .corporation .contents .item .col.venture dl dt {
	background: url("../img/icon_venture.svg") center calc(50% - 18px) no-repeat #e4e4ee;
	background-size: auto 37px;
}
section#service .corporation .contents .item .col.tax dl dt {
	background: url("../img/icon_tax.svg") center calc(50% - 17px) no-repeat #e4e4ee;
	background-size: auto 35px;
}
section#service .corporation .contents .item .col dl dd {
	font-size: .8rem;
}
section#service .corporation .contents .item .col dl dd ul li small {
	font-size: .6rem;
}

section#service .individual {
	display: block;
    margin: 0;
    background: url(../img/section2_bg2_sp.jpg) center center no-repeat #9fa4bd;
    background-size: cover;
    padding: 3rem 0;
}
section#service .individual h3 {
	font-size: 1.1rem;
	padding: 1rem;
	margin-left: auto;
	width: 50%;
	margin-bottom: 4rem;
}
section#service .individual .contents {
	flex-basis: unset;
	background-image: none;
	padding: 0 20px;
}
section#service .individual .contents ul {
	position: inherit;
	display: flex;
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
}
section#service .individual .contents ul li {
	padding: 3.8rem 0 1.1rem;
	font-size: 1rem;
	line-height: 1.4;
	min-height: unset;
	flex-basis: calc((100% - 10px)/2);
	margin: 0 0 10px 0;
}
section#service .individual .contents ul li:nth-child(2n-1) {
	margin: 0 10px 10px 0;
}
section#service .individual .contents ul li.inheritance {
	background: url("../img/icon_inheritance.svg") center calc(50% - 32px) no-repeat #fff;
	background-size: auto 32px;
}
section#service .individual .contents ul li.traffic-accident {
	background: url("../img/icon_trafficaccident.svg") center calc(50% - 27px) no-repeat #fff;
	background-size: auto 27px;
}
section#service .individual .contents ul li.divorce {
	background: url("../img/icon_divorce.svg") center calc(50% - 20px) no-repeat #fff;
	background-size: auto 31px;
}
section#service .individual .contents ul li.other {
	background: url("../img/icon_other.svg") center calc(50% - 20px) no-repeat #fff;
	background-size: auto 24px;
}

}





/*#news------------------------------------------------------------------*/
section#news {
	background-color: #f4f4f4;
	padding: 6rem 0;
}
section#news h2 {
	margin: 0 0 2rem;
}
section#news dl {
	border-top: 1px solid #1e2570;
	border-bottom: 1px solid #1e2570;
	display: flex;
	padding: 2rem 0;
}
section#news dl dt {
	padding: 0 2rem;
	font-family: 'Questrial', sans-serif;
}
section#news dl dd {
	font-size: 1.1rem;
}
section#news dl dd h3 {
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0 0 .3rem;
}
@media screen and (max-width: 768px) {
section#news {
	padding: 4.8rem 0;
}
section#news dl {
	flex-direction: column;
	padding: 2rem 0;
}
section#news dl dt {
	padding: 0 .8rem 0;
	margin: 0 0 .3rem;
}
section#news dl dd {
	padding: 0 .8rem 0;
}
}

/*#contact------------------------------------------------------------------*/
#contact {
	text-align: center;
	padding: 5rem 0;
}
#contact .btn a {
	display: block;
	width: calc(70% - 3rem);
	padding: 2rem 1rem 2rem 4rem;
	font-size: 1.5rem;
	color: #fff;
	background: url("../img/icon_mail.svg") calc(50% - 10rem) center #2b37af no-repeat;
	background-size: auto 28px;
	margin: 0 auto 2rem;
	font-weight: 500;
}
#contact .plate {
	display: flex;
	justify-content: center;
	font-size: 1.2rem;
	color: #fff;
	margin: 2rem 0 0;
}
#contact .plate .col {
	text-align: center;
	background-color: #2b37af;
	border-radius: 50px;
	padding: .5rem 0;
	flex-basis: 25%;
	font-weight: 500;
}
#contact .plate .col:first-child {
	margin: 0 1rem 0 0;
}
@media screen and (max-width: 768px) {
#contact {
	padding: 3.8rem 0;
}
#contact .btn a {
	width: calc(100% - 5rem);
	padding: 1.5rem 1rem 1.5rem 4rem;
	font-size: 1.1rem;
	background: url("../img/icon_mail.svg") calc(50% - 7rem) center #2b37af no-repeat;
	background-size: auto 15px;
	margin: 0 auto .6rem;
}
#contact .plate {
	flex-direction: column;
	justify-content: center;
	font-size: 1rem;
	margin: 1rem 0 0;
}
#contact .plate .col {
	border-radius: 50px;
	flex-basis: 100%;
}
#contact .plate .col:first-child {
	margin: 0 0 .5rem;
}
a.tel img {
	width: 60%;
	height: auto;
	margin: auto;
}
}
/*footer------------------------------------------------------------------*/
footer {
	background-color: #2b37af;
	color: #fff;
	font-weight: 400;
	padding: 4rem 0 5rem;
}
footer a {
	color: #fff;
}
footer a:hover {
	text-decoration: underline;
}
footer .contents {
	display: flex;
	justify-content: space-between;
	margin: 0 0 6rem;
}
footer .contents nav {
	flex-basis: 20%;
	font-size: 1rem;
}
footer .contents nav li {
	margin: 0 0 1rem;
}
footer .contents nav a::after {
	display: none;
}
footer .contents .foot-link {
	flex-basis: 75%;
	font-size: .9rem;
	letter-spacing: .1rem;
}
footer .contents .foot-link .pc {
	display: inline-block;
}
footer .contents .foot-link ul li  {
	margin: 0 0 .5rem;
}
footer .contents .foot-link ul.common {
	font-size: .8rem;
	display: flex;
	margin: 2rem 0 0;
}
footer .copyright {
	font-size: .7rem;
	text-align: center;
	font-family: 'Questrial', sans-serif;
	letter-spacing: .1rem;
}
@media screen and (max-width: 768px) {
footer .contents {
	display: block;
	margin: 0 0 3rem;
	text-align: center;
}
footer .contents .foot-link ul li  {
	margin: 0 0 1rem;
	line-height: 1.4;
}
footer .contents .foot-link .pc {
	display: none;
}
footer .contents .foot-link ul.common {
	display: block;
	font-size: .8rem;
	margin: 3rem 0 0;
	line-height: 1.4;
}
footer .contents .foot-link ul.common li {
	margin: 0 0 1rem;
}
footer .copyright {
	font-size: 3vw;
	letter-spacing: 0;
}
}


/* subPage */
/*common------------------------------------------------------------------*/
.subpage-top h2 {
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	letter-spacing: .3rem;
	padding: 12rem 1rem 9rem;
	font-weight: 600;
}
.subpage-top h2::after {
	display: block;
	position: absolute;
	content: "";
	bottom: -62px;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	width: 1px;
	height: 124px;
}
.subpage-top h2 span {
	position: relative;
}
.subpage-top h2 span::after {
	display: block;
	position: absolute;
	bottom: -3rem;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 1.1rem;
	letter-spacing: .1rem;
	font-family: 'Questrial', sans-serif;
}
@media screen and (max-width: 768px) {
.subpage-top h2 {
	font-size: 1.5rem;
	padding: 6rem 1rem 4rem;
}
.subpage-top h2::after {
	height: 60px;
	bottom: -30px;
}
.subpage-top h2 span::after {
	bottom: -2rem;
	font-size: .9rem;
}
}


/*pan -------------------*/
ul.pan {
	display: flex;
	max-width: 1060px;
	padding: 0 30px;
	margin: 2rem auto;
	letter-spacing: .1rem;
	color: #1e2570;
	font-size: .9rem;
}
ul.pan li {
	position: relative;
	padding: 0 .5rem;
	margin: 0 .5rem 0 0;
}
ul.pan li:first-child {
	padding: 0 1rem 0 0;
}
ul.pan li::after {
	display: block;
	content: "〉";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -.5rem;
	margin: auto;
}
ul.pan li:last-child::after {
	display: none;
}
ul.pan li a {
	color: #babddb;
}
ul.pan li a:hover {
	color: #1e2570;
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
ul.pan {
	display: none;
}
}
