@charset "utf-8";
/* CSS Document */
/*-------------------------------------------*/
/* min-width: 1500px
/*-------------------------------------------*/
@media screen and (min-width: 1500px) {
/*-------------------------------------------*/
/* TOP
/*-------------------------------------------*/
/* #top-mv
/*-------------------------------------------*/
#top-mv .slide-text {
left: 8rem;
}
#top-mv .slide-text h2 {
font-size: 3.65rem;
}
#top-mv .slide-media {
height: 50vw;
}
}

/*-------------------------------------------*/
/* max-width: 1199px
/*-------------------------------------------*/
@media screen and (max-width: 1199px) {
/*-------------------------------------------*/
/*	共通設定
/*-------------------------------------------*/    
/*--文字揃え--*/
.text-cl-1199 {
text-align: left !important;
}

/*--表示、非表示--*/
.sp-none-1199 {
display: none;
}

.sp-display-1199 {
display: block;
}

/*-------------------------------------------*/
/*	innerなど、サイズ設定
/*-------------------------------------------*/
.wp-block-column.top-inner,
.common-inner-setting,
body.archive #content-inner,
body.single #content-inner,
.common-inner {
width: 90%;
}
/*--投稿のアーカイブ、シングル--*/
body.post-type-archive #content-inner main#main-content,
body.single #content-inner main#main-content {
width: 100%;
}
/* サイズ */
.space,
#common-contact {
padding-top: 80px;
padding-bottom: 80px;
}
.space-t {
padding-top: 80px;
}
.space-b {
padding-bottom: 80px;
}
.space-marb100 {
margin-bottom: 80px;
}

/*	header(max:1199)
/*-------------------------------------------*/
header #header-inner {
width: 100%;
}
header #logo {
margin-left: 40px;
}
#g-nav {
margin-right: 3%;
}
header nav#main-nav ul li a {
letter-spacing: 0;
padding: 8px;
}
/*-------------------------------------------*/
/*	TOP(max:1199)
/*-------------------------------------------*/
/*	#top-mv(max:1199)
/*-------------------------------------------*/
#top-mv .slide-text {
left: 5%;
top: 45%;
}
#top-mv .slide-text h2 {
font-size: 2.65rem;
}
/*	#top-about(max:1199)
/*-------------------------------------------*/
#top-about .top-about-wrap .top-about-r p.top-main-text {
font-size: 1.8rem;
}
/*	#top-service(max:1199)
/*-------------------------------------------*/
#top-service ul li h3 {
font-size: 19px;
}
/*-------------------------------------------*/
/*	下層(max:1199)
/*-------------------------------------------*/
/*	対応できること(max:1199)
/*-------------------------------------------*/
.service-business-list ul.list-menu > li {
width: 49%;
}
/*	事務所紹介(max:1199)
/*-------------------------------------------*/
#introduction-ceo ul.reki li {
padding: 10px 0 8px;
border-bottom: 2px dotted rgba(0, 0, 0, 0.2);
}
#page-introduction ul.reki li span.year {
margin-right: 0;
width: fit-content;
display: block;
float: none;
line-height: 1.3em;
}
#page-introduction ul.reki li span.year:after {
content: none;
}
#page-introduction ul.reki li span.rekiTxt {
line-height: 1.3em;
}
#introduction-history ul {
padding: 0;
}
/*	footer(max:1199)
/*-------------------------------------------*/
#footer-wrap {
padding: 40px 0;
}
.footer-l,
.footer-r {
width: 100%;
}
.footer-l {
padding: 0 0 25px;
text-align: center;
border-bottom: 1px solid var(--color-main20);
margin-bottom: 35px;
}
.footer-l ul {
flex-direction: column;
}
ul.footer-sub-list li .add span {
display: inline;
padding-right: 0.75em;
}
ul.footer-sub-list li .footer-sub-list-tel {
font-size: 20px;
padding: 0 0 10px;
}
.footer-bottom {
margin-top: 10px;
}
}
/*-------------------------------------------*/
/* max-width: 969px
/*-------------------------------------------*/
@media screen and (max-width: 969px) {

/*-------------------------------------------*/
/*	共通設定(max-width: 969px)
/*-------------------------------------------*/
/*--文字揃え--*/
.text-cl-969 {
text-align: left !important;
}

/*--表示、非表示--*/
.sp-none-969 {
display: none;
}

.sp-display-969 {
display: block;
}

header {
display: block;
}

header nav ul {
justify-content: center;
}

header.commonInner,
.page-ttl {
width: 95%;
}

/*-------------------------------------------*/
/*	innerなど、サイズ設定(max-width: 969px)
/*-------------------------------------------*/
/*--共通inner--*/
.wp-block-column.top-inner,
.top-inner,
.common-inner-setting,
body.archive #content-inner,
body.single #content-inner,
.common-inner {
width: 90%;
}
/* サイズ */
.space,
#common-contact {
padding-top: 60px;
padding-bottom: 60px;
}
.space-t {
padding-top: 60px;
}
.space-b {
padding-bottom: 60px;
}
.space-marb100 {
margin-bottom: 60px;
}

/*-------------------------------------------*/
/*	ハンバーガーメニュー(max-width: 969px)
/*-------------------------------------------*/
header #header-inner {
height: initial;
padding: 8px 0;
}
header #logo {
max-width: 180px;
width: calc(100% - 60px);
margin-left: 20px;
}
/*--ハンバーガー---*/
#g-nav {
margin-right: initial;
position: fixed;
top: 0px;
right: 0;
z-index: 9999;
padding: 0;
box-sizing: border-box;
}

#g-nav.nav-open {
height: 100%;
width: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.5);
}

#g-nav #g-nav-inner {
display: none;
}

#g-nav.nav-open #g-nav-inner {
display: block;
overflow: auto;
position: absolute;
padding: 80px 30px;
margin: 0px;
border-right: 0px solid #e5e5e5;
background-color: rgba(255,255,255,0.9);
float: none;
width: 88vw;
height: 100%;
right: 0;
}
header nav#main-nav ul {
display: block;
}
header nav#main-nav ul li.menu-item {
font-size: 16px;
}
header nav#main-nav ul li a {
padding: 18px 10px 18px 18px;
display: block;
border-bottom: 1px solid rgba(0,0,0,0.3);
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" ><path fill="%23858585" d="M3.64,8.95c-.12,0-.25-.05-.34-.15-.18-.19-.17-.49.02-.67l3.28-3.13L3.31,1.87c-.19-.18-.2-.48-.02-.67.18-.19.48-.2.67-.02l3.64,3.48c.09.09.15.21.15.34s-.05.25-.15.34l-3.64,3.48c-.09.09-.21.13-.33.13Z" /></svg>');
background-position: left center;
background-repeat: no-repeat;
background-size: 10px 8px;
}
header nav#main-nav > ul#menu-global > li:first-of-type > a {
border-top: 1px solid rgba(0,0,0,0.3);
}
header nav#main-nav ul li.current a,
header nav#main-nav ul li a:hover {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" ><path fill="%23858585" d="M3.64,8.95c-.12,0-.25-.05-.34-.15-.18-.19-.17-.49.02-.67l3.28-3.13L3.31,1.87c-.19-.18-.2-.48-.02-.67.18-.19.48-.2.67-.02l3.64,3.48c.09.09.15.21.15.34s-.05.25-.15.34l-3.64,3.48c-.09.09-.21.13-.33.13Z" /></svg>');
background-position: left center;
background-repeat: no-repeat;
background-size: 10px 8px;
}
/*--ホバー時の設定解除--*/
header nav#main-nav ul li:hover ul.sub-menu {
position: initial;
}
header nav#main-nav ul li ul.sub-menu,
header nav#main-nav ul li:hover ul.sub-menu {
display: block;
box-shadow: none;
width: calc(100% - 1em);
margin-left: auto;
transform: initial;
}
header nav#main-nav ul li ul.sub-menu li a {
background-color: transparent;
padding: 10px 10px 10px 18px;
border: none;
border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
header nav#main-nav > ul > li.menu-item > a:after {
content: none;
}
header nav#main-nav ul li ul.sub-menu li a:hover {
background-color: transparent;
}
/*--ハンバーガーメニュー--*/
#g-nav .hamburger-menu {
cursor: pointer;
position: fixed;
z-index: 10000;
right: 20px;
top: 20px;
display: flex;
flex-direction: column;
justify-content: space-around;
height: 30px;
width: 30px;
}

.hamburger-line {
background-color: var(--color-main-text);
height: 2px;
width: 30px;
transition: 0.3s;
}
.hamburger-line:nth-child(2) {
background-color: var(--color-main);
}
#g-nav.nav-open .hamburger-line:nth-child(1) {
transform: translateY(10px) rotate(45deg);
}

#g-nav.nav-open .hamburger-line:nth-child(2) {
opacity: 0;
}

#g-nav.nav-open .hamburger-line:nth-child(3) {
transform: translateY(-10px) rotate(-45deg);
background-color: var(--color-main);
}
/*--お問い合わせボタン--*/
header nav#main-nav ul li.gnav-contact.menu-item {
margin-left: 0;
margin-top: 20px;
}
/*-------------------------------------------*/
/*	TOP
/*-------------------------------------------*/
/*	#top-mv(max:969)
/*-------------------------------------------*/
#top-mv .slide-media {
height: 65vw;
}
/*	#top-about(max:969)
/*-------------------------------------------*/
#top-about {
background-size: cover;
}
#top-about .top-about-img-wrap img {
width: 40%;
}
#top-about .top-about-wrap {
margin-top: -80px;
}
#top-about .top-about-wrap .top-about-l {
width: 95%;
}
#top-about .top-about-wrap .top-about-r {
width: 100%;
padding-top: 60px;
}
#top-about .top-about-wrap .top-about-bg-logo {
top: initial;
bottom: 80px;
left: initial;
right: 3%;
}
#top-about .btn {
text-align: center;
}
/*	#top-news(max:969)
/*-------------------------------------------*/
#top-news {
position: relative;
padding-bottom: 160px;
}
.top-news-l,
.top-news-r {
width: 100%;
}
.top-news-r {
margin-top: 30px;
}
#top-news .btn {
position: absolute;
left: 0;
right: 0;
bottom: 70px;
margin: 0px auto;
}
/*--投稿--*/
.posted-list-simple ul.posted-list li:first-of-type {
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/*	#top-service(max:969)
/*-------------------------------------------*/
#top-service:before {
width: 98%;
}
#top-service .top-service-illust01 {
right: 3%;
width: 280px;
}
#top-service ul li {
width: 48%;
margin-bottom: 25px;
}
#top-service .btn.mt40 {
margin-top: 10px;
}
#top-service .top-service-illust02 {
bottom: -130px;
left: 10px;
width: 280px;
}
/*	#top-system(max:969)
/*-------------------------------------------*/
#top-system {
padding-top: 80px;
}
/*	#common-contact
/*-------------------------------------------*/
#common-contact .common-contact-tel-contact ul li.common-contact-tel a.telnum span {
font-size: 2rem;
}
#common-contact .common-contact-tel-contact ul li.common-contact-tel p {
margin-top: 0;
}
#common-contact .common-contact-tel-contact ul li.common-contact-btn a span {
font-size: 18px;
}
/*-------------------------------------------*/
/*	下層
/*-------------------------------------------*/
/*--#page-ttl--*/
#page-ttl {
padding: 60px 10px;
}
#page-ttl h1 {
font-size: 1.75em;  
}
.page:not(.home) h2 {
font-size: 25px;
}
/*	対応できること(max:969)
/*-------------------------------------------*/
#service-fee ul li.flex49 {
width: 100%;
margin: 0px auto 10px;
}
/*	5つの分野の社会保険(max:969)
/*-------------------------------------------*/
#insurance-intro.common-intro:after {
height: 180px;
}
#insurance-scope ul.list-menu > li {
width: 100%;
margin: 0 auto 30px;
}
#insurance-scope ul.list-menu > li:last-of-type {
margin: 0 auto;
}
#insurance-scope ul.list-menu .list-menu-wrap {
width: 100%;
}
.insurance-book-wrap-l,
.insurance-book-wrap-r {
    width: 100%;
}
.insurance-book-wrap-r {
margin-top: 30px;
}
/*	事務所紹介(max:969)
/*-------------------------------------------*/
#introduction-ceo .introduction-ceo-wrap-l,
#introduction-ceo .introduction-ceo-wrap-r {
width: 100%;
}
/*-------------------------------------------*/
/*	footer
/*-------------------------------------------*/


}

/*-- END (max-width: 969px)--*/
/*-------------------------------------------*/
/* max-width: 769px
/*-------------------------------------------*/
@media screen and (max-width: 769px) {

/*-------------------------------------------*/
/*	共通設定
/*-------------------------------------------*/
/*--文字揃え--*/
.text-cl-769 {
text-align: left !important;
}

/*--表示、非表示--*/
.sp-none-769 {
display: none;
}

.sp-display-769 {
display: block;
}
/*-------------------------------------------*/
/*	TOP(max:769)
/*-------------------------------------------*/
/*-------------------------------------------*/
/*	共通設定
/*-------------------------------------------*/
h2, #common-footinfo h2 {
    font-size: 23px;
    line-height: 1.3em;
}
/*	#top-mv(max:769)
/*-------------------------------------------*/
#top-mv .slide-text h2 {
font-size: 2rem;
}
/*	#top-about(max:769)
/*-------------------------------------------*/
#top-about .top-about-wrap .top-about-r p.top-main-text {
font-size: 22px;
}
/*	#common-contact
/*-------------------------------------------*/
#common-contact .common-contact-tel-contact ul li {
width: 100%;
}
#common-contact .common-contact-tel-contact ul li.common-contact-tel {
border-right: 1px solid rgba(255, 255, 255, 0.5);
padding: 20px 5px 15px;
}
#common-contact .common-contact-tel-contact ul li.common-contact-btn a {
padding: 20px 5px;
}
/*-------------------------------------------*/
/*	下層(max:769)
/*-------------------------------------------*/
/*--下層共通--*/
.common-intro .common-intro-text01 {
font-size: 18px;
}
/*	事務所紹介(max:769)
/*-------------------------------------------*/
#introduction-history .introduction-history-wrap {
width: 100%;
}
/*-------------------------------------------*/
/*	footer(max:769)
/*-------------------------------------------*/
.footer-l ul {
margin-top: 15px;
}
.footer-r .foot-nav {
width: 50%;
}
}

/*-------------------------------------------*/
/* max-width: 660px
/*-------------------------------------------*/
@media screen and (max-width: 660px) {
body {
font-size: 16px;
}
h2 {
font-size: 25px;
}
/*-------------------------------------------*/
/*	共通設定(max660)
/*-------------------------------------------*/
/*--文字揃え--*/
.text-cl-660 {
text-align: left !important;
}

/*--表示、非表示--*/
.sp-none-660 {
display: none;
}

.sp-display-660 {
display: block;
}
/* サイズ */
body.archive #content-inner,
body.single #content-inner {
width: 95%;
}
.space,
#common-contact {
padding-top: 40px;
padding-bottom: 40px;
}
.space-t {
padding-top: 40px;
}
.space-b {
padding-bottom: 40px;
}
.space-marb60,
.space-marb100 {
margin-bottom: 40px;
}
/* フォント */
.g-font-serif, h1, h2 {
font-weight: 500;
}
/*-------------------------------------------*/
/*	flex設定(max660)
/*-------------------------------------------*/
.flex50,
.flex49,
.flex33,
.flex32 {
width: 100%;
margin-left: auto;
margin-right: auto;
}
.flex25,
.flex20 {
width: 50%;
}
.flex24 {
width: 49%;
}
/*-------------------------------------------*/
/*	フローリスト(max660)
/*-------------------------------------------*/
#content #service-flow .flow-wrap dl {
display: block;
}
#content .flow-wrap dl.flow-num dt i {
float: none;
display: block;
margin: 0 auto;
}
#content .flow-wrap dl.flow-num dt strong {
width: 100%;
display: block;
margin: 0 auto;
text-align: center;
font-size: 18px;
}
#content .flow-wrap dl.flow-num dd {
width: 100%;
float: none;
margin: 0 auto;
}
/*	共通投稿設定
/*-------------------------------------------*/
/*--投稿--*/
.posted-content {
margin: 2em 0; 
}
.posted-list-simple ul.posted-list li .posted-ttl {
width: 100%;
}
/*-------------------------------------------*/
/*	TOP(max660)
/*-------------------------------------------*/
/*	#top-mv(max:660)
/*-------------------------------------------*/
#top-mv:after {
content: '';
position:absolute;
width: 100%;
height: 50%;
left: 0;
bottom: 0;
background-color: var(--color-maintrans10);
z-index: -1;
}
#top-mv .slide-text {
position: relative;
top: -20px;
bottom: 0;
transform: initial;
-webkit-transform: initial;
}
/*	loop-infinite
/*-------------------------------------------*/
.loop-infinite .item {
width: 250px;
}
/*	#top-about(max660)
/*-------------------------------------------*/
#top-about {
background-position: right -50px bottom;
background-size: auto calc(100% - 100px);
}
#top-about:before {
content: '';
position:absolute;
width: 100%;
height: 100px;
top: 0;
left: 0;
background-color: var(--color-maintrans10);
z-index: -1;
}
#top-about .common-inner {
width: 100%;
}
#top-about .top-about-img-wrap {
margin-top: 0px;
}
#top-about .top-about-img-wrap img {
width: 60%;
border-radius: 20px 0 0 20px;
}
#top-about .top-about-wrap {
margin-top: 30px;
}
#top-about .top-about-wrap .top-about-l img.b-r20 {
border-radius: 0 20px 20px 0;
}
#top-about .top-about-wrap .top-about-bg-logo {
display: none;
}
#top-about .top-about-wrap .top-about-r {
width: 90%;
padding-top: 40px;
margin: 0 auto;
}

/*	#top-news(max660)
/*-------------------------------------------*/
/*--news--*/
.posted-list-simple ul.posted-list li a .posted-a-wrap {
display: block;
background-position: right center;
}
/*	#top-service(max660)
/*-------------------------------------------*/
#top-service .common-inner {
padding: 60px 0;
}
#top-service .top-service-illust01,
#top-service .top-service-illust02 {
display: none;
}
/*	#top-system(max660)
/*-------------------------------------------*/
#top-system {
padding-top: 60px;
}
#top-system ul li .top-system-listwrap {
padding: 10px;
}
/*	#common-contact(max660)
/*-------------------------------------------*/
#common-contact .common-contact-area ul li {
width: 32%;
margin-left: 0.666%;
margin-right: 0.666%;
}
/*-------------------------------------------*/
/*	下層(max660)
/*-------------------------------------------*/
#page-ttl h1 {
font-size: 1.55em;
line-height: 1.4em;
}
.page-sub-ttl {
font-size: 45px;
}
.page-ttl-text {
font-size: 26px;
}
.page:not(.home) h2 {
padding: 15px;
}
.ttl-sand-border, .page .ttl-sand-border {
padding: 0 1.5em !important;
}
.ttl-sand-border:before,
.ttl-sand-border:after,
.page .ttl-sand-border:before,
.page .ttl-sand-border:after {
width: 1.25em !important;
}
/*--サイトマップ--*/
.sitemap-l, .sitemap-r {
width: 100%;
}

/*--共通--*/
.pager ul li {
font-size: 13px;
}
.common-intro p.font-18 {
font-size: 16px;
}
.common-intro p.font-18 strong {
font-weight: normal;
}
/*	対応できること(max660)
/*-------------------------------------------*/
.service-business-list ul.list-menu > li {
width: 100%;
margin: 0 auto 10px;
}
/*	事務所紹介(max:660)
/*-------------------------------------------*/
#introduction-history {
padding-top: 60px;
padding-bottom: 60px;
}
#introduction-history:before {
background-size: 100%, 100%;
}
#introduction-history .introduction-history-wrap {
padding: 30px 10px;
}
#introduction-overview table tr th,
#introduction-overview table tr td {
display: block;
width: 100%;
padding: 13px 10px;
text-align: center;
}
#introduction-overview table tr th {
border-bottom: 1px dotted var(--color-main40);
}
/*-------------------------------------------*/
/*	page-top(max660)
/*-------------------------------------------*/
#page-top {
bottom: 15px;
right: 15px;
}
/*-------------------------------------------*/
/*	footer(max660)
/*-------------------------------------------*/

}

/*-- END (max-width: 660px)--*/
/*-------------------------------------------*/
/* max-width: 480px
/*-------------------------------------------*/
@media screen and (max-width: 480px) {

/*-------------------------------------------*/
/*	共通設定
/*-------------------------------------------*/
/*--文字揃え--*/
.text-cl-480 {
text-align: left !important;
}

/*--表示、非表示--*/
.sp-none-480 {
display: none;
}

.sp-display-480 {
display: block;
}
/*--ttl-sand-border--*/
.ttl-sand-border.cancell {
border-bottom: 1px solid !importanat;
padding-bottom: 15px !importanat;
}
.ttl-sand-border.cancell span {
padding: 0 !importanat;
}
.ttl-sand-border.cancell span:before,
.ttl-sand-border.cancell span:after {
content: none !importanat;
}

/*-------------------------------------------*/
/*	flex設定(max480)
/*-------------------------------------------*/
.flex25,
.flex24,
.flex20 {
width: 100%;
margin-left: auto;
margin-right: auto;
}
/*-------------------------------------------*/
/*	TOP
/*-------------------------------------------*/
/*	#top-mv(max:480)
/*-------------------------------------------*/
#top-mv .slide-media {
height: 80vw;
}
/*	#top-service(max:480)
/*-------------------------------------------*/
#top-service ul li {
width: 100%;
}
#top-service ul li h3 {
right: initial;
left: 1.5em;
font-size: 23px;
}
/*	#top-system(max480)
/*-------------------------------------------*/
#top-system ul li {
width: 100%;
padding: 5px 0;
}
/*	#common-contact(max480)
/*-------------------------------------------*/
#common-contact .common-contact-tel-contact ul li.common-contact-btn a span {
background-size: 35px;
}
/*-------------------------------------------*/
/*	下層(max480)
/*-------------------------------------------*/
/*	対応できること(max480)
/*-------------------------------------------*/
#service-fee .service-fee-month ul li.service-fee-month-list01 {
width: 100%;
margin: 0 auto 10px;
}
}

/*-- END (max-width: 480px)--*/
/*-------------------------------------------*/
/* max-width: 370px
/*-------------------------------------------*/
@media screen and (max-width: 370px) {

/*-------------------------------------------*/
/*	共通設定
/*-------------------------------------------*/
/*--文字揃え--*/
.text-cl-370 {
text-align: left !important;
}

/*--表示、非表示--*/
.sp-none-370 {
display: none;
}

.sp-display-370 {
display: block;
}
/*-------------------------------------------*/
/*	見出しスタイル
/*-------------------------------------------*/
}