@charset "UTF-8";


a {
    cursor: pointer;
}

.inner {
    width: 1120px;
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.header {
    overflow: hidden;
}

.header h1 {
    width: 411px;
    float: left;
    margin-top: 50px;
}

.header__menu {
    float: right;
    overflow: hidden;
    margin-top: 22px;
}

.header__menu div {
    float: left;
}

.header__menu div:first-child {
    margin-right: 26px;
}

.header__menu div:first-child ul li {
    margin-left: 16px;
}

.header__menu div:first-child ul li:first-child {
    width: 264px;
}

.header__menu div:first-child ul li:first-child a {
    display: block;
}

.header__menu div:first-child ul li:first-child a img {
    width: 100%;
}

.header__menu div:first-child ul li:nth-child(2) {
    width: 297px;
    margin-top: 9px;
    margin-left: 0px;
}

.header__menu div:first-child ul li:nth-child(2) a {
    display: block;
}

.header__menu div:first-child ul li:nth-child(2) a img {
    width: 100%;
}

.header__menu div:first-child ul li:last-child {
    width: 277px;
    margin-top: 9px;
}

.header__menu div:first-child ul li:last-child img {
    width: 100%;
}

.header__menu div:last-child {
    width: 159px;
    margin-top: 2px;
}

.header__menu div:last-child a {
    display: block;
}

.header__menu div:last-child a img {
    width: 100%;
}

.header nav {
    width: 100%;
    float: left;
    margin-top: 20px;
    background: #5cbce6;
}

.header nav ul {
    width: 1120px;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}

.header nav ul li {
    float: left;
    font-size: 16px;
    padding: 0 40.7px;
    border-left: 1px solid #fff;
    letter-spacing: 0;
    line-height: 1.4;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.header nav ul li a {
    color: #fff;
    text-decoration: none;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
}

.header nav ul li:last-child {
    border-right: 1px solid #fff;
}

.site-header {
    background: #fff;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 999;
}

.site-header.hide {
    transform: translateY(-100%);
}

.sp_header {
    display: none;
    background: #fff;
}

.sp_header h1.action {
    top: 22px;
    left: 4%;
}

.sp_header .sp_nav {
    margin-top: 32px;
}

.sp_header .sp_nav li {
    padding: 21px 0;
    border-top: 2px solid #5cbce5;
}

.sp_header .sp_nav li a {
    color: #000;
    display: block;
    margin-left: 20px;
    font-size: 20px;
    text-decoration: none;
}

.sp_header .sp_nav li:last-child {
    border-bottom: 2px solid #5cbce5;
}

.sp_header .sp_imgbox {
    margin-top: 40px;
    padding: 0 20px;
}

.sp_header .sp_imgbox li:first-child {
    margin-left: 20px;
}

.sp_header .sp_imgbox li:first-child img {
    width: 90%;
    max-width: 280px;
}

.sp_header .sp_imgbox li:nth-child(2) {
    margin-top: 10px;
}

.sp_header .sp_imgbox li:nth-child(3) {
    margin-top: 10px;
    margin-left: 20px;
}

.sp_header .sp_imgbox li:nth-child(3) img {
    width: 90%;
    max-width: 284px;
}

.sp_header .sp_imgbox li:last-child {
    margin-top: 20px;
    margin-bottom: 40px;
}

.sp_header .drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 50px 10px;
    transform: translateX(-100%);
    transition: ease .5s;
    z-index: 9999;
}

.sp_header .drbtn {
    position: fixed;
    top: 18px;
    right: -99%;
    width: 50px;
    height: 50px;
    transition: ease .5s;
    cursor: pointer;
    align-items: flex-end;
    display: flex;
    justify-content: center;
    font-size: 10px;
    padding-bottom: 2px;
    z-index: 10000;
}

.sp_header .hambarg {
    position: absolute;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 30px;
    background: #5c6b80;
    transition: ease .5s;
}

.sp_header .hambarg:nth-child(1) {
    top: 20%;
    left: 50%;
}

.sp_header .hambarg:nth-child(2) {
    top: 40%;
    left: 50%;
}

.sp_header .hambarg:nth-child(3) {
    top: 60%;
    left: 50%;
}

.sp_header .drawer.action {
    transform: translateX(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.sp_header .drbtn.action {
    top: 12px;
    right: 0;
}

.sp_header .drbtn.action .hambarg:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.sp_header .drbtn.action .hambarg:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.sp_header .drbtn.action .hambarg:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.mainimg {
    width: 100%;
    max-width: 1120px;
    display: block;
    height: 400px;
    margin: 0 auto;
    background: url("../img/mainimg.jpg") no-repeat;
    background-size: cover;
    background-position: center 80%;
    position: relative;
}

.mainimg .inner {
    overflow: visible;
}

.mainimg__news {
    width: 480px;
    height: 167px;
    position: absolute;
    top: 220px;
    right: 10px;
    background: url(../img/wplink_bg.png) no-repeat;
    background-size: 480px;
    overflow: hidden;
}

.mainimg__news p {
    width: 80px;
    float: left;
    display: inline-block;
    margin-top: 30px;
    margin-left: 30px;
    border-bottom: 2px solid #1f3599;
}

.mainimg__news p img {
    width: 100%;
    padding-bottom: 8px;
}

.mainimg__news ul {
    float: left;
    margin-left: 30px;
}

.mainimg__news ul li {
    font-size: 14px;
    margin-top: 12px;
    letter-spacing: 0.03em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
}

.mainimg__news ul li a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.mainimg__news ul li a span {
    color: #1f3599;
    margin-right: 20px;
}

.mainimg__news ul li:first-child {
    margin-top: 29px;
}

.mainimg__more {
    color: #1f3599;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 2px solid #1f3599;
    position: absolute;
    right: 67px;
    bottom: 14px;
}

.spcontent {
    display: none;
}

.spcontent__head3 {
    display: block;
    text-align: center;
}

.spcontent__head3 h3 {
    width: 125px;
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 2px solid #1f3599;
}

.spcontent__head3 h3 img {
    width: 100%;
    display: block;
    max-width: 114px;
    margin: 0 auto;
}

.spcontent p {
    margin-top: 25px;
}

.spcontent__imgbox {
    display: block;
    margin-top: 60px;
}

.spcontent__imgbox ul {
    margin-top: 40px;
}

.spcontent__imgbox ul li {
    margin-top: 10px;
}

.spcontent__imgbox ul li:first-child {
    width: 252px;
    margin-top: 0;
    margin-left: 20px;
}

.spcontent__imgbox ul li:first-child img {
    width: 100%;
}

.spcontent__imgbox ul li:nth-child(2) {
    width: 100%;
}

.spcontent__imgbox ul li:nth-child(2) img {
    width: 100%;
}

.spcontent__imgbox ul li:nth-child(3) {
    width: 283px;
    margin-left: 21px;
}

.spcontent__imgbox ul li:nth-child(3) img {
    width: 90%;
    max-width: 280px;
}

.spcontent__imgbox ul li:last-child {
    width: 100%;
}

.spcontent__imgbox ul li:last-child img {
    width: 100%;
}

.spcontent__wp {
    overflow: hidden;
    border: 1px solid #1f3599;
    border-radius: 5px;
    margin-top: 60px;
}

.spcontent__wp p {
    display: block;
    width: 100px;
    margin: 20px auto 25px auto;
    border-bottom: 2px solid #1f3599;
}

.spcontent__wp p img {
    width: 100%;
    margin-bottom: 11px;
}

.spcontent__wp dl {
    width: 100%;
    padding: 0 15px;
    overflow: hidden;
}

.spcontent__wp dl dt {
    width: 35%;
    float: left;
    color: #1f3599;
    margin-top: 15px;
    letter-spacing: 0.03em;
}

.spcontent__wp dl dt a {
    color: #1f3599;
}

.spcontent__wp dl dd {
    width: 65%;
    float: left;
    margin-top: 15px;
    letter-spacing: 0.03em;
}

.spcontent__wp dl dd a {
    color: #000;
}

.spcontent__wp dl dt:first-child,
.spcontent__wp dl dd:nth-child(2) {
    margin-top: 0;
}

.spcontent__wp a {
    text-decoration: none;
}

.spcontent__wp .more {
    color: #1f3599;
    float: right;
    text-decoration: none;
    margin-right: 15px;
    margin-bottom: 20px;
    border-bottom: 2px solid #1f3599;
}

.greeting {
    position: relative;
    margin-top: 80px;
}

.greeting h2 {
    width: 100%;
}

.greeting h2 img {
    width: 774px;
}

.greeting h2 .spimg {
    display: none;
}

.greeting__box {
    float: left;
    margin-top: 40px;
}

.greeting__box img {
    width: 98%;
    max-width: 546px;
}

.greeting__box:nth-child(2) {
    width: 40%;
}

.greeting__box:last-child {
    width: 60%;
    padding: 70px 50px 120px 50px;
    position: relative;
}

.greeting__box:last-child h3 {
    width: 82px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    font-size: 24px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 10px;
    border-bottom: 2px solid #1f3599;
}

.greeting__box:last-child h3 img {
    width: 100%;
    max-width: 71px;
}

.greeting__box:last-child a {
    width: 280px;
    margin-top: 40px;
    position: absolute;
    right: 0;
}

.greeting__box:last-child a img {
    width: 100%;
}

.greeting__txt {
    width: 100%;
    margin-bottom: 40px;
}

.greeting__txt .note {
    margin: 0 20px;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #fff 50%, #fff 50%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97%, #999 100%, #999 100%);
    background-size: 18px 100%, 100% 1.5em;
    line-height: 2;
}

.greeting__txt p {
    font-size: 18px;
    line-height: 24px;
}

.greeting__head3 {
    display: block;
    text-align: center;
}

.strong {
    margin-top: 60px;
}

.strong__head3 {
    display: block;
    text-align: center;
    margin-bottom: 60px;
}

.strong__head3 h3 {
    width: 210px;
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 2px solid #1f3599;
}

.strong__head3 h3 img {
    width: 100%;
    display: block;
    max-width: 199px;
    margin: 0 auto;
}

.strong .pc_strong ul {
    overflow: hidden;
}

.strong .pc_strong ul .list_one {
    width: 344px;
    height: 344px;
    float: left;
    margin-right: 44px;
    background: url(../img/storong_bg1@2x.png) no-repeat;
    background-size: contain;
}

.strong .pc_strong ul .list_one img {
    display: block;
    width: 40px;
    margin: 0 auto;
    margin-top: 61px;
}

.strong .pc_strong ul .list_one span {
    display: block;
    width: 266px;
    height: 138px;
    margin: 0 auto;
    margin-top: 168px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    line-height: 1.7;
}

.strong .pc_strong ul .list_two {
    width: 344px;
    height: 344px;
    float: left;
    margin-right: 44px;
    background: url(../img/storong_bg2@2x.png) no-repeat;
    background-size: contain;
}

.strong .pc_strong ul .list_two img {
    display: block;
    width: 40px;
    margin: 0 auto;
    margin-top: 61px;
}

.strong .pc_strong ul .list_two span {
    display: block;
    width: 266px;
    height: 138px;
    margin: 0 auto;
    margin-top: 168px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    line-height: 1.7;
}

.strong .pc_strong ul .list_three {
    width: 344px;
    height: 344px;
    float: left;
    margin-right: 44px;
    background: url(../img/storong_bg3@2x.png) no-repeat;
    background-size: contain;
}

.strong .pc_strong ul .list_three img {
    display: block;
    width: 40px;
    margin: 0 auto;
    margin-top: 61px;
}

.strong .pc_strong ul .list_three span {
    display: block;
    width: 266px;
    height: 138px;
    margin: 0 auto;
    margin-top: 168px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    line-height: 1.7;
}

.strong .pc_strong ul li:last-child {
    margin-right: 0;
}

.strong .sp_strong {
    display: none;
}

.strong .sp_strong ul li {
    display: inline-block;
    margin: 30px 0 0 0;
}

.strong .sp_strong ul li img {
    display: block;
    width: 100%;
	margin: 0 auto;
}

.strong .sp_strong ul li span {
    display: block;
    padding: 20px;
    margin: 0 20px;
    margin-top: 14px;
    background: #fff;
    border-radius: 5px;
}

.strong .sp_strong ul li:first-child img {
   	max-width: 250px;
}

.strong .sp_strong ul li:nth-child(2) img {
    max-width: 180px;
}

.strong .sp_strong ul li:nth-child(3) img{
    max-width: 250px;
}

.strong .sp_strong ul li:nth-child(3) {
    margin-bottom: 40px;
}


.work {
    margin-top: 60px;
    background: #f2fafd;
}

.work__head3 {
    display: block;
    text-align: center;
}

.work__head3 h3 {
    width: 353px;
    display: inline-block;
    color: #1f3599;
    margin-top: 60px;
    border-bottom: 2px solid #1f3599;
}

.work__head3 h3 img {
    width: 100%;
    max-width: 339px;
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
}

.work div ul {
    margin-top: 60px;
    margin-bottom: 60px;
    overflow: hidden;
}

.work div ul li {
    display: inline-block;
    float: left;
    width: 360px;
    margin-top: 20px;
    margin-right: 20px;
    overflow: hidden;
}

.work div ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.work div ul li img {
    width: 100%;
}

.work div ul li:hover {
    opacity: 0.8;
}

.work div ul .divorce,
.work div ul .will,
.work div ul .adult {
    margin-top: 0;
}

.work div ul .adult,
.work div ul .land,
.work div ul .companys {
    margin-right: 0px;
}

.work div ul .spimg {
    display: none;
}

.flow__box {
    width: 50%;
    float: left;
    margin-top: 60px;
    position: relative;
}

.flow__box h3 {
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 2px solid #1f3599;
}

.flow__box h3 img {
    width: 100%;
    max-width: 281px;
    display: block;
    margin: 0 auto;
}

.flow__box .spimg {
    display: none;
}

.flow__box .note {
    margin-top: 40px;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #fff 50%, #fff 50%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97%, #999 100%, #999 100%);
    background-size: 18px 100%, 100% 1.5em;
    line-height: 2;
}

.flow__box .note p {
    font-size: 18px;
}

.flow__box a {
    width: 220px;
    display: block;
    margin-top: 40px;
    margin-left: auto;
}

.flow__box a img {
    width: 100%;
}

.flow__box:last-child {
    width: 50%;
    padding: 0 49px;
}

.cost__box {
    width: 50%;
    float: left;
    margin-top: 60px;
    position: relative;
}

.cost__box h3 {
    width: 405px;
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 2px solid #1f3599;
}

.cost__box h3 img {
    width: 100%;
    max-width: 381px;
    position: relative;
    left: -26px;
}

.cost__box .spimg {
    display: none;
}

.cost__box .note {
    margin-top: 40px;
    position: relative;
    left: -30px;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #fff 50%, #fff 50%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97%, #999 100%, #999 100%);
    background-size: 18px 100%, 100% 1.5em;
    line-height: 2;
}

.cost__box .note p {
    font-size: 18px;
}

.cost__box a {
    width: 220px;
    display: block;
    margin-top: 40px;
    margin-left: auto;
    margin-right: 30px;
}

.cost__box a img {
    width: 100%;
}

.cost__box:first-child {
    width: 50%;
    float: right;
}

.cost__box:last-child {
    padding: 0 49px;
}

.access {
    margin-top: 60px;
}

.access__head3 {
    text-align: center;
}

.access__head3 h3 {
    width: 180px;
    display: inline-block;
    border-bottom: 2px solid #1f3599;
}

.access__head3 h3 img {
    width: 100%;
    max-width: 147px;
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}

.access iframe {
    width: 1120px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    height: 310px;
}

.access__box {
    width: 47%;
    float: left;
    margin-top: 40px;
}

.access__box p {
    line-height: 1.7;
}

.access__box .station {
    display: block;
    font-weight: bold;
    margin-top: 40px;
    padding: 6px 0;
    padding-left: 50px;
    background: url(../img/access_train_ico.png) no-repeat;
    background-size: contain;
}

.access__box .tel {
    display: block;
    font-weight: bold;
    padding: 6px 0;
    padding-left: 50px;
    background: url(../img/access_tel_ico@2x.png) no-repeat;
    background-size: contain;
}

.access__box .mail {
    display: block;
    font-weight: bold;
    padding: 6px 0;
    padding-left: 50px;
    background: url(../img/access_mail_ico@2x.png) no-repeat;
    background-size: contain;
}

.access__box .time {
    display: block;
    font-weight: bold;
}

.access__box .rest {
    display: block;
    font-weight: bold;
    margin-top: 40px;
}

.access__box .infotxt {
    display: block;
    padding-left: 49px;
}

.access__box .box_inner {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.access__box .box_inner p {
    width: 50%;
    float: left;
}

.access__box:last-child {
    margin-left: 6%;
}

.diary {
    margin-top: 80px;
}

.diary a {
    width: 860px;
    display: block;
    margin: 0 auto;
}

.diary a img {
    width: 100%;
}

.diary a .spimg {
    display: none;
}

.footer {
    margin-top: 60px;
    border-top: 1px solid #e5e5e5;
}

.footer__box {
    width: 50%;
    margin-top: 60px;
    float: left;
    overflow: hidden;
}

.footer__box a {
    color: #000;
    text-decoration: none;
}

.footer__box .logo {
    width: 411px;
}

.footer__box .logo a {
    display: block;
}

.footer__box .logo a img {
    width: 100%;
}

.footer__box .box_inner {
    float: left;
    margin-top: 61px;
}

.footer__box .box_inner ul li a {
    text-decoration: none;
}

.footer__box .first_inner {
    width: 320px;
}

.footer__box .first_inner ul li {
    margin-left: 16px;
}

.footer__box .first_inner ul li:first-child {
    width: 264px;
}

.footer__box .first_inner ul li:first-child a {
    display: block;
}

.footer__box .first_inner ul li:first-child a img {
    width: 100%;
}

.footer__box .first_inner ul li:nth-child(2) {
    width: 297px;
    margin-top: 9px;
    margin-left: 0px;
}

.footer__box .first_inner ul li:nth-child(2) a {
    display: block;
}

.footer__box .first_inner ul li:nth-child(2) a img {
    width: 100%;
}

.footer__box .first_inner ul li:last-child {
    width: 277px;
    margin-top: 9px;
}

.footer__box .first_inner ul li:last-child img {
    width: 100%;
}

.footer__box .second_inner {
    width: 159px;
}

.footer__box .second_inner a {
    display: block;
}

.footer__box .second_inner a img {
    width: 100%;
}

.footer__box:last-child ul {
    float: left;
}

.footer__box:last-child ul li {
    line-height: 1.75;
    padding-left: 20px;
    background: url(../img/triangle_ico_b@2x.png) no-repeat;
    background-position: left 40%;
    background-size: 9px;
}

.footer__box:last-child ul:last-child {
    margin-left: 80px;
}

.footer__copy {
    color: #fff;
    margin-top: 80px;
    padding: 13px 0;
    background: #005591;
    text-align: center;
}

.sp_footer {
    display: none;
}

.sp_footer__imgbox {
    display: block;
    margin-top: 40px;
}

.sp_footer__imgbox ul li {
    margin-top: 10px;
}

.sp_footer__imgbox ul li:first-child {
    width: 252px;
    margin-top: 0;
    margin-left: 20px;
}

.sp_footer__imgbox ul li:first-child img {
    width: 100%;
}

.sp_footer__imgbox ul li:nth-child(2) {
    width: 100%;
}

.sp_footer__imgbox ul li:nth-child(2) img {
    width: 100%;
}

.sp_footer__imgbox ul li:nth-child(3) {
    width: 283px;
    margin-left: 21px;
}

.sp_footer__imgbox ul li:nth-child(3) img {
    width: 90%;
    max-width: 280px;
}

.sp_footer__imgbox ul li:last-child {
    width: 100%;
}

.sp_footer__imgbox ul li:last-child img {
    width: 100%;
}

.sp_footer__imgbox .logo {
    max-width: 246px;
    margin-top: 64px;
}

.sp_footer__list {
    margin-top: 37px;
}

.sp_footer__list li {
    margin-top: 4px;
    padding-left: 20px;
    background: url(../img/sp_triangle_ico_b@2x.png) no-repeat;
    background-position: left 40%;
    background-size: 9px;
}

.sp_footer__list li a {
    color: #000;
    text-decoration: none;
}

.sp_footer__list li:first-child {
    margin-top: 0;
}

.sp_footer__copy {
    color: #fff;
    font-size: 12px;
    margin-top: 90px;
    padding: 13px 0;
    background: #005591;
    text-align: center;
}

.dissp {
    display: none !important;
}

@media screen and (max-width: 1199px) {
    .inner {
        width: 100%;
        padding: 0 20px;
    }
    .header {
        width: 100%;
    }
    .header h1 {
        width: 40%;
        margin-top: 41px;
    }
    .header__menu {
        width: 40%;
    }
    .header__menu div:first-child {
        width: 60%;
        margin-right: 3%;
    }
    .header__menu div:first-child ul li:first-child {
        width: 90%;
    }
    .header__menu div:first-child ul li:nth-child(2) {
        width: 100%;
    }
    .header__menu div:first-child ul li:last-child {
        width: 90%;
    }
    .header__menu div:last-child {
        width: 37%;
    }
    .header nav ul {
        width: 96%;
        max-width: 737px;
    }
    .header nav ul li {
        font-size: 13px;
        padding: 0 2.5%;
    }
    .mainimg {
        height: 375px;
    }
    .mainimg__news {
        top: 180px;
        right: 20px;
    }
    .greeting__box:last-child {
        padding-left: 15px;
        padding-right: 15px;
    }
    .strong .pc_strong ul .list_one {
        width: 32%;
        margin-right: 2%;
    }
    .strong .pc_strong ul .list_one img {
        width: 12%;
        margin-top: 40px;
    }
    .strong .pc_strong ul .list_one span {
        width: 90%;
        height: auto;
        margin-top: 42%;
        padding: 8%;
        font-size: 0.8em;
    }
    .strong .pc_strong ul .list_two {
        width: 32%;
        margin-right: 2%;
    }
    .strong .pc_strong ul .list_two img {
        width: 12%;
        margin-top: 40px;
    }
    .strong .pc_strong ul .list_two span {
        width: 90%;
        height: auto;
        margin-top: 42%;
        padding: 7%;
        font-size: 0.8em;
    }
    .strong .pc_strong ul .list_three {
        width: 32%;
        margin-right: 2%;
    }
    .strong .pc_strong ul .list_three img {
        width: 12%;
        margin-top: 40px;
    }
    .strong .pc_strong ul .list_three span {
        width: 90%;
        height: auto;
        margin-top: 42%;
        padding: 7%;
        font-size: 0.8em;
    }
    .work div ul li {
        width: 32%;
        margin-top: 2%;
        margin-right: 2%;
    }
    .flow__box {
        width: 50%;
    }
    .flow__box:last-child {
        width: 50%;
        padding: 0 40px;
    }
    .cost__box {
        width: 50%;
    }
    .cost__box h3 {
        width: 100%;
    }
    .cost__box:first-child {
        width: 50%;
    }
    .cost__box:last-child {
        padding: 0 40px;
    }
    .access iframe {
        width: 96%;
    }
    .diary a {
        width: 90%;
    }
    .footer__box .logo {
        width: 80%;
    }
    .footer__box .box_inner {
        margin-top: 30px;
    }
    .footer__box .first_inner {
        width: 57%;
        margin-right: 2%;
    }
    .footer__box .first_inner ul li:first-child {
        width: 90%;
    }
    .footer__box .first_inner ul li:nth-child(2) {
        width: 100%;
    }
    .footer__box .first_inner ul li:last-child {
        width: 90%;
    }
    .footer__box .second_inner {
        width: 37%;
    }
    .footer__box:last-child ul li {
        font-size: 0.8em;
    }
    .footer__box:last-child ul:last-child {
        margin-left: 5%;
    }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
    .header {
        display: none;
    }
    .mainimg__news {
        display: none;
    }
    .greeting__box:last-child {
        width: 100%;
        margin-top: 50px;
        padding: 0;
    }
    .work div ul li {
        width: 100%;
        margin-top: 10px;
    }
    .flow__box {
        width: 100%;
    }
    .flow__box:last-child {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }
    .cost__box {
        margin-top: 90px;
    }
    .cost__box:first-child {
        width: 100%;
        float: left;
    }
    .cost__box:last-child {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }
    .access iframe {
        width: 100%;
    }
    .diary a {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .sp_header {
        width: 100%;
        display: block;
        height: 82px;
        position: fixed;
    }
    .sp_header h1 {
        width: 247px;
        position: fixed;
        top: 22px;
        left: 104%;
        z-index: 100;
    }
    .sp_header h1 img {
        width: 100%;
    }
    .mainimg {
        background: url(../img/mainimg_sp@2x.jpg) no-repeat;
        background-position: 0 0;
        background-size: contain;
        padding-top: 58.75%;
        height: 0;
        margin-top: 82px;
    }
    .spcontent {
        display: block;
    }
    .spcontent__wp dl {
        width: 98%;
        padding: 0 15px;
        overflow: hidden;
        display: block;
        margin: 0 auto;
    }
    .greeting h2 .pcimg {
        display: none;
    }
    .greeting h2 .spimg {
        width: 80%;
        display: block;
    }
    .greeting__box img {
        width: 100%;
    }
    .greeting__box:nth-child(2) {
        width: 100%;
    }
    .greeting__box:last-child a {
        position: static;
    }
    .greeting__txt .note {
        background: none;
    }
    .greeting__txt p {
        margin: 0;
        background: none;
    }
    .strong {
        margin-top: 90px;
    }
    .strong .pc_strong {
        display: none;
    }
    .strong .sp_strong {
        display: block;
        background: url(../img/strong_bg_sp@2x.png) no-repeat;
        background-size: 100% 100%;
    }
    .work__head3 h3 {
        width: 280px;
        margin-top: 50px;
    }
    .work div ul {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .work div ul .divorce,
    .work div ul .will,
    .work div ul .adult {
        margin-top: 10px;
    }
    .work div ul .divorce {
        margin-top: 0;
    }
    .work div ul .pcimg {
        display: none;
    }
    .work div ul .spimg {
        display: block;
    }
    .flow__box h3 {
        max-width: 250px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .flow__box h3 img {
        max-width: 235px;
    }
    .flow__box .pcimg {
        display: none;
    }
    .flow__box .spimg {
        display: block;
        margin-bottom: 30px;
    }
    .flow__box .note {
        background: none;
    }
    .flow__box a {
        width: 100%;
    }
    .cost__box h3 img {
        left: 0;
    }
    .cost__box .pcimg {
        display: none;
    }
    .cost__box .spimg {
        display: block;
        margin-bottom: 30px;
    }
    .cost__box .note {
        position: static;
        background: none;
    }
    .cost__box a {
        width: 100%;
    }
    .access__head3 h3 {
        width: 110px;
    }
    .access__head3 h3 img {
        width: 104px;
    }
    .access__box {
        width: 100%;
    }
    .access__box p .del {
        display: none;
    }
    .access__box p .bill {
        display: block;
    }
    .access__box .station {
        margin-top: 0;
        background: none;
        padding-left: 70px;
    }
    .access__box .stationbox {
        margin-top: 30px;
        background: url(../img/sp_access_train_ico.png) no-repeat;
        background-size: 50px;
        background-position: left center;
    }
    .access__box .tel {
        background: none;
        padding-left: 70px;
    }
    .access__box .telbox {
        margin-top: 35px;
        background: url(../img/sp_access_tel_ico@2x.png) no-repeat;
        background-size: 50px;
        background-position: left center;
    }
    .access__box .mail {
        background: none;
        padding-left: 70px;
    }
    .access__box .mailbox {
        margin-top: 40px;
        background: url(../img/sp_access_mail_ico@2x.png) no-repeat;
        background-size: 50px;
        background-position: left center;
    }
    .access__box .rest {
        margin-top: 30px;
    }
    .access__box .infotxt {
        padding-left: 70px;
    }
    .access__box .box_inner {
        margin-top: 0;
    }
    .access__box .box_inner p {
        width: 100%;
        float: none;
    }
    .access__box:last-child {
        margin-top: 30px;
        margin-left: 0;
    }
    .diary {
        margin-top: 70px;
        padding: 0 20px;
    }
    .diary a .pcimg {
        display: none;
    }
    .diary a .spimg {
        display: block;
    }
    .footer {
        display: none;
    }
    .sp_footer {
        display: block;
        margin-top: 40px;
        border-top: 1px solid #e5e5e5;
    }
    .dispc {
        display: none !important;
    }
    .dissp {
        display: block !important;
    }
}
