/* 共通 */
body{
    margin: 0;
    padding: 0;
    font-family: 'Shippori Mincho','Noto Serif CJK JP','Noto Serif JP',serif;
    line-height: 1.5;
    letter-spacing: 0.08em;
}
article{
    overflow: hidden;
}


.br{display: block;}
.in-bk{display: inline-block;}
.bold{font-weight: bold;}
a{transition: all 0.5s ease 0s;}
a:hover{opacity: 0.6;}
.text-red{color: #d87d86;}
.text-blue{color: #67b3da;}

p{font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;}
h2{
    font-size: 54px;
    font-family: 'Shippori Mincho','Noto Serif CJK JP','Noto Serif JP',serif;
    font-weight: normal;
}
h2 .text-bg{
    background-color: #fff;
    color: #d87d86;
    font-size: 56px;
    line-height: 1;
    padding: 10px 20px 15px;
    display: inline-block;
    /*font-weight: bold;*/
    letter-spacing: 0;
    margin-top: 10px;
    font-family:'Shippori Mincho SemiBold','Noto Serif CJK JP','Noto Serif JP','メイリオ',serif;
}
h2 .dot{
    position: relative;
}
h2 .dot::before{
    content: "";
    width: 0.2em;
    height: 0.2em;
    border-radius: 50%;
    background-color: #d87d86;
    position: absolute;
    top:-10px;
    left: 50%;
    transform: translateX(-50%);
}
h2.first-red::first-letter{
    color: #d87d86;
}
.h2-info{
    font-size: 36px;
    font-family: 'Shippori Mincho','Noto Serif CJK JP','Noto Serif JP',serif;
    text-align: center;
}



.text-box{
    font-size: 18px;
    font-family: 'Shippori Mincho','Noto Serif CJK JP','Noto Serif JP',serif;
    text-align: justify;
    line-height: 2.5;
}
.text-box p{
    font-family: 'Shippori Mincho','Noto Serif CJK JP','Noto Serif JP',serif;
}
.text-box p + p{
    margin-top: 40px;
}

@media(max-width:1194px) and (min-width:769px){
    h2{
        font-size: 4.5vw;
    }
    h2 .text-bg{
        font-size: 4.8vw;
        padding: 10px 1vw 15px;
        margin-top: 10px;
    }
    .h2-info{
        font-size: 3.2vw;
    }
    .text-box{
        font-size: 16px;
        line-height: 2;
    }
    .text-box p + p{
        margin-top: 30px;
    }

}
@media (max-width:768px) {
    h2{
        font-size: 6vw;
    }
    h2 .text-bg{
        font-size: 6.5vw;
        padding: 10px 15px 15px;
    }
    .h2-info{
        font-size: 4.5vw;
    }
    .text-box{
        font-size: 16px;
        text-align: left;
        line-height: 1.5;
    }
    .text-box p + p{
        margin-top: 25px;
    }
}
@media (max-width:480px) {
    h2{
        font-size: 7vw;
    }
    h2 .text-bg{
        font-size: 7.5vw;
        padding: 10px 12px 15px;
    }
    .h2-info{
        font-size: 5.5vw;
    }
}


section.books #books_area {
    width: 100%;
    margin: 60px auto 0;
	padding: 0 0 60px;
    position: relative;
	overflow: hidden;
}
/*
	section.books #books_area .slider .inner
==================================== */
section.books #books_area .slider{
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
}
section.books #books_area .slider .inner{
	margin: 0 auto;
	padding: 0 20px;
}
/*
	section.books #books_area .slider .slick-slide
==================================== */
section.books #books_area .slider .slick-slide{
	width: 90%;
	transition: all ease-in-out .3s;
	opacity: .3;
}
/*
	section.books #books_area .slider .slick-active
==================================== */
section.books #books_area .slider .slick-active {
    opacity: 1;
}
/*
	section.books #books_area .slider .slick-current
==================================== */
section.books #books_area .slider .slick-current{
	opacity: 1;
}
/*
	section.books #books_area .slider .slick-list
==================================== */
section.books #books_area .slider .slick-list{
	overflow: visible;
}
/*
	section.books #books_area .slider li .book_img
==================================== */
section.books #books_area .slider li .book_img{
	width: 60%;
	margin: 0 auto;
}
section.books #books_area .slider li .book_img img{
	width: auto;
	height: 200px;
	margin: 0 auto;
}
/*
	section.books #books_area .slider li .book_text
==================================== */
section.books #books_area .slider li .book_text{
	margin-top: 30px;
}
/* h3 -------- */
section.books #books_area .slider li .book_text h3{
	color: #900;
	font-size: 1.2rem;
    font-weight: bold;
	line-height: 1.6;
	text-align: left;
}
/* p -------- */
section.books #books_area .slider li .book_text p{
	margin-top: 10px;
	font-size:0.9rem;
	line-height: 1.9;
}
/*
	section.books #books_area .slide-arrow
==================================== */
section.books #books_area .slide-arrow{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	margin-top: -15px;
	opacity: .95;
	z-index: 8000;
}
section.books #books_area .slide-arrow:hover{
	cursor: pointer;
	opacity: .6;
}
/*
	section.books #books_area .prev-arrow
	section.books #books_area .next-arrow
==================================== */
/* prev-arrow -------- */
section.books #books_area .prev-arrow{
	left: 0;
}
section.books #books_area .next-arrow{
	right: 0;
}
/*
	section.books #books_area .slick-dots
==================================== */
section.books #books_area .slick-dots{
	bottom: -50px;
}
/* ============================================
	tablet～PC
============================================ */
@media screen and (min-width: 768px) {
	section.books #books_area .slider li .book_img img{
		height: 250px;
	}
}
/* ============================================
	PC small
============================================ */
@media screen and (min-width: 1024px) {
	section.books #books_area .slider li .inner{
		display: table;
		width: 100%;
		max-width: 1024px;
	}
	/*
	section.books #books_area .slider li .book_img
	==================================== */
	section.books #books_area .slider li .book_img{
		display: table-cell;
		width: 40%;
		margin: 0;
	}
	section.books #books_area .slider li .book_img img{
		height: 280px;
	}
	/*
	section.books #books_area .slider li .book_text
	==================================== */
	section.books #books_area .slider li .book_text{
		display: table-cell;
		width: 60%;
		vertical-align: middle;
	}

}


@media screen and (max-width: 1024px) {

section.books #books_area .slider li .book_text p {
	text-align: center;
}
section.books #books_area .slider li .book_text h3 {
	text-align: center;
}
}



@media screen and (max-width: 480x) {
	section.books #books_area {
		margin: 10px auto 0;
	}
}






/* ----------------------
slick.css
---------------------- */

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}




/* ----------------------
slick-theme.css
---------------------- */


/* @charset 'UTF-8'; */
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
_:-ms-fullscreen, :root .slick-prev,
_:-ms-fullscreen, :root .slick-next {
	width: 44px;
	height: 34px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
	font-size: 1.8rem;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: #0E2C47;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}










/* header */
.header-flex{
    max-width: 1720px;
    width: 95%;
    height: 90px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-flex .header-logo{
    width: 300px;
}
.header-flex a .bn-logo{
    padding: 0;
    margin: 0;
    width: auto;
}
.header-flex a .bn-logo span{
    font-size: 19px;
    font-family: 'Zen old mincho','Noto Serif CJK JP','Noto Serif JP',serif;
    letter-spacing: 0.11em;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
}
.header-flex nav{
    max-width: 900px;
    width: 52%;
}
.header-flex .nav-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.header-flex .nav-list li a{
    color: #1b1d38;
    font-size: 20px;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
    position: relative;
    line-height: 1;
}
.header-flex .nav-list li a:hover{
    opacity: 1;
}
.header-flex .nav-list li a:hover::after{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #e29199;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.header-flex .url-box{
    margin: 0;
    width: 320px;
    height: 56px;
    background-color: #e29199;
    border: 7px solid #eebdc2;
}
.header-flex .url-box.mail::before{
    background: url(../img/mail-icon.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    margin-right: 0.3em;
}
@media(max-width:1500px) and (min-width:1025px){
    .header-flex .header-logo{
        width: 300px;
    }
    .header-flex a .bn-logo span{
        font-size: 16px;
        margin-bottom: 6px;
    }
    .header-flex nav{
        width: 56%;
    }
    .header-flex .nav-list li a{
        font-size: 16px;
    }
    .header-flex .url-box{
        width: 260px;
        height: 56px;
        border: 7px solid #eebdc2;
        font-size: 18px;
    }
}
@media(max-width:1250px) and (min-width:1025px){
    .header-flex nav{
        width: 50%;
    }
    .header-flex .url-box{
        width: 220px;
    }
}
@media(max-width:1194px) and (min-width:769px){
    .header-logo-menu{
        display: flex;
        top:0;
    }
    #nav-drawer{
        display: block;
    }
    .header-flex{
        width: 95%;
        height: 90px;
        margin: 0 auto;
    }
    .header-flex .header-logo {
        width: 300px;
    }
    .header-flex a .bn-logo span{
        font-size: 19px;
        letter-spacing: 0.04em;
        margin-bottom: 5px;
    }
    .header-flex nav{
        display: none;
    }
    .header-flex .header-url{
        display: none;
    }
    #nav-open span, #nav-open span:before, #nav-open span:after{
        background: #e29199;
    }
    #nav-content li {
        border-bottom: #e29199 dotted 1px;
    }
    #nav-content .url-box{
        margin-top: 30px;
        width: 80%;
        height: 48px;
        border: 5px solid #eebdc2;
        display: flex;
    }
    #nav-open{
        padding-top: 34px;
    }
}
@media(max-width:1024px) and (min-width:769px){
    .header-flex{
        height: 70px;
    }
    #nav-open{
        padding-top: 24px;
    }
}
@media (max-width:768px) {
    .header-logo-menu{
        top:0;
    }
    .header-flex{
        width: 90%;
        height: 70px;
        margin: 0 auto;
    }

    .header-flex a .bn-logo span{
        font-size: 20px;
        letter-spacing: 0.04em;
        margin-bottom: 5px;
    }
    .header-flex .header-logo img{
        width: 90%;
    }
    .header-flex nav{
        display: none;
    }
    .header-flex .header-url{
        display: none;
    }
    #nav-open span, #nav-open span:before, #nav-open span:after{
        background: #e29199;
    }
    #nav-content li {
        border-bottom: #e29199 dotted 1px;
    }
    #nav-content .url-box{
        margin-top: 30px;
        width: 80%;
        height: 48px;
        border: 5px solid #eebdc2;
        display: flex;
    }
}

@media (max-width:500px) {
.header-flex a .bn-logo span{
	font-size: 16px;
}
}
/* footer */
footer {
    padding: 80px 0 8rem !important;;
    background-color: #fff !important;
    border-top: 1px solid #d9dae7;
}
footer .footer-area{
    padding: 0;
    background-color: #fff;
    margin: 0 auto;
}
footer .footer-box .fotter-listbox {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto 100px;
    display: flex;
    justify-content: space-between;
}
footer .footer-box .fotter-listbox .list ul li {
    margin-bottom: 25px;
}
footer .footer-box .fotter-listbox li a {
    font-size: 16px;
    font-family: 'Zen Old Mincho','ヒラギノ明朝 Std','ヒラギノ明朝 StdN','ヒラギノ明朝 ProN W6','HiraMinProN-W6','Noto Serif CJK JP','Noto Serif JP','游明朝','Yu Mincho','YuMincho','メイリオ',serif;
    position: relative;
    padding-left: 24px;
}
footer .footer-box .fotter-listbox li a::before {
    content: "";
    background: url(../img/arrow_right.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 0.4em;
    left: 0;
}
footer .footer-box .fotter-listbox li .button {
    color: #e29198;
    font-size: 18px;
    font-family: 'Zen Old Mincho','ヒラギノ明朝 Std','ヒラギノ明朝 StdN','ヒラギノ明朝 ProN W6','HiraMinProN-W6','Noto Serif CJK JP','Noto Serif JP','游明朝','Yu Mincho','YuMincho','メイリオ',serif;
    padding-left: 0;
    margin-bottom: 20px;
}
footer .copy_right_area{
    background-color: #e29198;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    font-size: 18px;
    margin-top: 60px;
    font-family: 'Zen Old Mincho','ヒラギノ明朝 Std','ヒラギノ明朝 StdN','ヒラギノ明朝 ProN W6','HiraMinProN-W6','Noto Serif CJK JP','Noto Serif JP','游明朝','Yu Mincho','YuMincho','メイリオ',serif;
	margin-bottom: 32px;
}
footer .copy_right_area .new_line:last-child{
    margin-left: 10px;
}


@media(max-width:1194px) and (min-width:769px){
    footer {
        padding: 60px 0 8rem !important;;
    }
    footer .footer-box {
        padding: 50px 0;
    }
    footer .footer-area {
        width: 100%;
    }
    footer .footer-box .fotter-listbox {
        width: 90%;
        margin-bottom: 0;
    }
    footer .footer-box .fotter-listbox li a {
        font-size: 14px;
        padding-left: 15px;
    }
    footer .footer-box .fotter-listbox li .button {
        font-size: 15px;
        margin-bottom: 10px;
    }
    footer .footer-box .fotter-listbox li a::before{
        top:0.3em
    }
}
@media(max-width:1024px) and (min-width:769px){
    footer .footer-box .fotter-listbox li.list_menu{
        width: 120px;
    }
    footer .footer-box .fotter-listbox li:last-of-type{
        width: 200px;
    }
}
/*
@media(max-width:900px) and (min-width:769px){
    footer .footer-box .fotter-listbox {
        width: 96%;
    }
    footer .footer-box .fotter-listbox li a{
        font-size: 14px;
    }
}
*/
@media (max-width:768px) {
    footer {
        padding: 10% 0 7rem !important;;
    }
    footer .footer-box .fotter-listbox {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    footer .footer-box .fotter-listbox .list ul li {
        margin-bottom: 10px;
    }
    footer .footer-box .fotter-listbox li a {
        font-size: 16px;
        padding-left: 24px;
    }
    footer .button:after {
        right: 20px !important;
        font-weight: bold;
        font-size: 24px;
        position: unset;
        margin-left: 2%;
    }
    footer .footer-box{
        margin-bottom: 10%;
    }
    footer .copy_right_area {
        padding: 5% 0 2rem;
        font-size: 12px;
        line-height: 1.3;
		margin-bottom: 15px;
    }
}

@media (max-width:480px) {
    footer .copy_right_area {
		margin-bottom: 40px;
    }	
}

/* MV */
.mv{
    background: url(../img/mv_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 95%;
    max-width: 1720px;
    height: 799px;
    margin: 0 auto;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mv .mv_content{
    text-align: center;
    position: relative;
}
.mv .mv_info{
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
    font-size: 26px;
    margin-bottom: 60px;
    text-shadow: 0 0 5px #fff,0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 25px #fff, 0 0 30px #fff, 0 0 35px #fff, 0 0 40px #fff, 0 0 45px #fff;
}
.mv .mv_content h1{
    font-size: 60px;
    font-family: 'Shippori Mincho','Noto Serif CJK JP','Noto Serif JP',serif;
    font-weight: normal;
    line-height: 1.6;
}
.mv .mv_content h1 .text-bg{
    background-color: #fff;
    font-size: 72px;
    display: inline-block;
    padding: 10px 30px 15px;
    line-height: 1;
    margin-bottom: 10px;
}
.mv .mv_content h1 .text-bg .big{
    font-size: 80px;
}
.mv .mv_content .icon_box{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(25, 180, 238, 0.7), rgba(124, 225, 250, 0.3));
    color: #fff;
    position: relative;
}
.mv .mv_content .icon_box::before{
    content: "妊婦";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 32px;
    font-family: 'Zen kaku Gothic','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
}
.mv .mv_content .icon_box.icon02::before{
    content: "出産";
}
.mv .mv_content .icon_box.icon01{
    position: absolute;
    bottom: 80px;
    right: -200px;
}
.mv .mv_content .icon_box.icon02{
    position: absolute;
    bottom: -50px;
    right: -150px;
}
@media(max-width:1450px) and (min-width:769px){
    .mv{
        width: 95%;
        height: 50vw;
    }
    .mv .mv_info{
        font-size: 2.2vw;
        margin-bottom: 4vw;
    }
    .mv .mv_content h1{
        font-size: 4.5vw;
    }
    .mv .mv_content h1 .text-bg{
        font-size: 5vw;
        padding: 10px 20px 15px;
    }
    .mv .mv_content h1 .text-bg .big{
        font-size: 5.5vw;
    }
    .mv .mv_content .icon_box{
        width: 11vw;
        height: 11vw;
    }
    .mv .mv_content .icon_box::before{
        font-size: 2.5vw;
    }
    .mv .mv_content .icon_box.icon01{
        bottom: 10vw;
        right: -9vw;
    }
    .mv .mv_content .icon_box.icon02{
        bottom: 2vw;
        right: -5vw;
    }
}
@media (max-width:768px) {
    .mv{
        background: url(../img/mv_bg_sp.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        max-width: none;
        height: 160vw;
        border-radius: 0;
    }
    .mv .mv_content{
        display: none;
    }
}

/* CV */
.cv-box{
    background: url(../img/cv-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0;
}
.cv-box .cv-flex{
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
    display: flex;
}
.cv-box .cv-flex .l-box{
    width: 50%;
    color: #fff;
}
.cv-box .cv-flex .r-box{
    width: 50%;
    background-color: #fff;
    padding: 40px 0;
    border-radius: 20px;
    text-align: center;
}
.cv-box .cv-flex .cv-title{
    font-size: 46px;
    font-family: 'Shippori Mincho','Noto Serif CJK JP','Noto Serif JP',serif;
    margin-top: -20px;
}
.cv-box .cv-flex .cv-list{
    margin-top: 40px;
}
.cv-box .cv-flex .cv-list li{
    font-size: 20px;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
    padding-left: 40px;
    position: relative;
}
.cv-box .cv-flex .cv-list li + li{
    margin-top: 10px;
}
.cv-box .cv-flex .cv-list li::before{
    content: "";
    background: url(../img/icon-check_wh.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 1em;
    height: 1em;
    position: absolute;
    top:4px;
    left: 0;
}
.cv-box .cv-flex .cv-info{
    max-width: 460px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.cv-box .cv-flex .cv-info li{
    font-size: 14px;
    background-color: #f0eced;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
    padding: 2px 16px;
}
.cv-box .cv-flex .tel{
    font-size: 62px;
    position: relative;
    display: block;
}
.cv-box .cv-flex .tel::before{
    content: "";
    background: url(../img/icon-tel.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    margin-right: 0.2em;
}
.cv-box .cv-flex .cv-note{
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
}
@media(max-width:1194px) and (min-width:769px){
    .cv-box{
        padding: 60px 0;
    }
    .cv-box .cv-flex{
        width: 95%;
    }
    .cv-box .cv-flex .l-box{
        width: 50%;
    }
    .cv-box .cv-flex .r-box{
        width: 50%;
        padding: 30px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .cv-box .cv-flex .cv-title{
        font-size: 4.2vw;
        margin-top: -15px;
    }
    .cv-box .cv-flex .cv-list{
        margin-top: 30px;
    }
    .cv-box .cv-flex .cv-list li{
        font-size: 20px;
        padding-left: 35px;
    }
    .cv-box .cv-flex .cv-list li + li{
        margin-top: 10px;
    }
    .cv-box .cv-flex .cv-info{
        max-width: 360px;
        width: 95%;
    }
    .cv-box .cv-flex .cv-info li{
        font-size: 12px;
        padding: 2px 10px;
    }
    .cv-box .cv-flex .tel{
        font-size: 6vw;
    }
    .cv-box .cv-flex .cv-note{
        font-size: 11px;
        margin-top: 15px;
    }
    .cv-box .cv-flex .url-box{
        width: 90%;
    }
}
@media (max-width:768px) {
    .cv-box{
        padding: 8% 0;
    }
    .cv-box .cv-flex{
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    .cv-box .cv-flex .l-box{
        width: 100%;
        margin-bottom: 5%;
    }
    .cv-box .cv-flex .r-box{
        width: 100%;
        padding: 20px 0;
    }
    .cv-box .cv-flex .cv-title{
        font-size: 6vw;
        margin-top: 0;
        text-align: center;
    }
    .cv-box .cv-flex .cv-list{
        margin-top: 5%;
    }
    .cv-box .cv-flex .cv-list li{
        font-size: 18px;
        padding-left: 30px;
    }
    .cv-box .cv-flex .cv-list li + li{
        margin-top: 8px;
    }
    .cv-box .cv-flex .cv-info{
        width: 95%;
        justify-content: center;
        gap: 8px;
    }
    .cv-box .cv-flex .cv-info li{
        font-size: 13px;
        padding: 2px 1vw;
    }
    .cv-box .cv-flex .tel{
        font-size: 9vw;
    }
    .cv-box .cv-flex .cv-note{
        font-size: 11px;
        margin-top: 15px;
        padding: 0 5%;
        text-align: left;
    }
}
@media (max-width:480px) {
    .cv-box .cv-flex .cv-info{
        gap: 6px;
        letter-spacing: 0;
    }
    .cv-box .cv-flex .cv-info li{
        font-size: 11px;
        padding: 2px 1vw;
    }
    .cv-box .cv-flex .tel{
        font-size: 10vw;
    }
    .cv-box .cv-flex .cv-list li{
        font-size: 16px;
    }
}
@media (min-width:769px) {
    .tel{
        pointer-events: none;
    }
}
.inbr{
	display: inline-block;
}
/* section01 産科医療過誤に特化した弁護士があなたの力になります */
.section01{
    background: url(../img/selection01-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 200px 0;
    margin-top: 100px;
}
.section01 h2{
    font-size: 48px;
}
.section01 .section01-content{
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
    padding-right: 400px;
    position: relative;
    box-sizing: border-box;
}
.section01 .section01-content .text-box{
    max-width: 600px;
    margin-top: 50px;
}
.section01 .section01-content::after{
    content: "";
    background: url(../img/selection01-img01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 640px;
}
@media(max-width:1194px) and (min-width:769px){
    .section01{
        padding: 120px 0;
        margin-top: 70px;
    }
    .section01 h2{
        font-size: 4.5vw;
    }
    .section01 .section01-content{
        width: 90%;
        padding-right: 33vw;
    }
    .section01 .section01-content .text-box{
        max-width: 50vw;
        margin-top: 50px;
    }
    .section01 .section01-content::after{
        width: 48vw;
        left: 55vw;
    }
}
@media (max-width:768px) {
    .section01{
        padding: 20% 0;
        margin-top: 10%;
    }
    .section01 h2{
        font-size: 6vw;
    }
    .section01 .section01-content{
        width: 90%;
        margin: 0 auto;
        padding-right:0;
    }
    .section01 .section01-content h2{
        text-align: center;
    }
    .section01 .section01-content .text-box{
        max-width: none;
        margin-top: 6%;
        margin-bottom: 5%;
    }
    .section01 .section01-content::after{
        background-position: center;
        width: 100%;
        height: 60vw;
        position: relative;
        top: 0;
        left: 0;
        display: block;
    }

}

/* section02 解決事例 */
.section02{
    padding: 200px 0;
    background-color: #fff;
}
.section02 h2{
    text-align: center;
}
.gray-list-box {
    overflow: hidden;
    padding: 20px 0 100px;
    margin: 60px 0 50px;
}
.section02 .gray-list-box .slider {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.gray-list-box .list .box {
    width: 95%;
    background-color: #fff;
    padding: 80px 0 40px;
    min-height: 230px;
    margin: 0 80px;
    border-radius: 20px;
    box-shadow: 0 0 15px 5px rgb(0, 0, 0, 10%);
}
.gray-list-box .list .slick-list {
    padding: 0 !important;
    overflow: visible;
}
.gray-list-box .list .box .content{
    max-width: 800px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 300px;
}
.gray-list-box .list .box .category{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 35px;
}
.gray-list-box .list .box .category li{
    font-size: 14px;
    color: #66b6db;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
    border: 2px solid #66b6db;
    border-radius: 4px;
    padding: 0 5px;
    position: relative;
	font-weight: 600;
}
.gray-list-box .list .box .category li::before{
    content: "";
    background: url(../img/icon-check.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: 0.2em;
    position: relative;
    top:0.1em
}
.gray-list-box .list .box .li-flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.gray-list-box .list .box .li-flex .l-box{
    max-width: 340px;
    width: 45%;
}
.gray-list-box .list .box .li-flex .r-box{
    max-width: unset;
    width: 100%;
    font-size: 18px;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
    font-weight: bold;
    margin-top: -10px;
}
.gray-list-box .list .box .li-urlbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.gray-list-box .list .box .li-urlbox .l-url{
    max-width: 380px;
    width: 48%;
    height: 60px;
    border-radius: 100px;
    background-color: #e29198;
    color: #fff;
    position: relative;
    font-size: 20px;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN','ヒラギノ角ゴ Pro','ヒラギノ角ゴ ProN W3','HiraKakuProN-W3','游ゴシック','Yu Gothic','YuGothic','Hiragino kaku Gothic ProN','Hiragino Sans','A P-OTF A1ゴシック Std','A P-OTF A1ゴシック',sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gray-list-box .list .box .li-urlbox .l-url::before{
    content: "";
    background: url(../img/icon_url01.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position:center;
    width: 1.4em;
    height: 1.4em;
    display: inline-block;
    margin-right: 5px;
}
.gray-list-box .list .box .li-urlbox .r-url{
    width: 390px;
    height: 60px;
    border-radius: 100px;
    background-color: #66b6db;
    color: #fff;
    font-size: 20px;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
    font-weight: bold;
    display: flex;
    align-items:center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}
.gray-list-box .list .box .li-urlbox .r-url::before{
    content: "";
    background: url(../img/icon-pen.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: 0.3em;
}
.url-box{
    width: 400px;
    height: 60px;
    border-radius: 100px;
    border: 7px solid #eebdc2;
    background-color: #e29199;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
    position: relative;
}
.url-box.mail::before{
    content: "";
    background: url(../img/mail-icon.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    margin-right: 0.3em;
}
.section02 .douga-area{
    max-width: 1200px;
    width: 95%;
    margin: 180px auto 0;
    background: url(../img/douga_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 65px 0;
}
.section02 .douga-area .content{
    max-width: 1040px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.section02 .douga-area .content .l-box{
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section02 .douga-area .content .r-box{
    width: 60%;
    padding: 8px;
    background-color: #fff;
    border-radius: 6px;
}
.section02 .douga-area .content .l-box h3{
    font-size: 46px;
    text-align: center;
    /*margin-top: -80px;*/
}
.section02 .douga-area .content .r-box .slick-list{
    padding: 0 !important;
}
.section02 .douga-area .content .r-box .slick-dots{
    left: -550px;
    bottom: 50px;
}
.section02 .douga-area .content .r-box .slick-prev{
    left: -370px;
    top: 295px;
    background: url(../img/arrow_left.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
}
.section02 .douga-area .content .r-box .slick-next{
    left: -150px;
    top: 295px;
    background: url(../img/arrow_right.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
}

/* スライダー */
.section02 .slider{
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 80px auto 0;
}
.section02 .slide-arrow{
    width: 50px;
    height: 50px;
    opacity: 0;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 8000;
    cursor: pointer;
}
.section02 .slider .prev-arrow {
    left: -20px;
}
.section02 .slider .next-arrow {
    right: -20px;
}
.section02 .slick-prev:before,
.section02 .slick-next:before{
    font-size: 0;
}
.section02 .slider::before{
    content: "";
    background: url(../img/arrow_left.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    margin-top: 10px;
    z-index: 1;
}
.section02 .slider::after {
    content: "";
    background: url(../img/arrow_right.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    margin-top: 10px;
    z-index: 1;
}
.gray-list-box .slick-dots {
    bottom: -80px;
}
.slick-dots li button:before{
    font-size: 2.5rem;
}
@media(max-width:1194px) and (min-width:769px){
    .section02{
        padding: 120px 0;
    }
    .gray-list-box {
        padding: 20px 0 70px;
        margin: 40px 0 35px;
    }
    .section02 .gray-list-box .slider {
        width: 90%;
    }
    .gray-list-box .list .box {
        width: 95%;
        padding: 40px 0;
        min-height: 280px;
        margin: 0 60px;
    }
    .gray-list-box .list .box .li-flex .l-box{
        width: 40%;
    }
    .gray-list-box .list .box .li-flex .r-box{
        /*width: 56%;*/
        font-size: 16px;
        margin-top: -10px;
    }
    .gray-list-box .list .box .content{
        max-width: 800px;
        width: 95%;

    }
    .gray-list-box .list .box .category{
        gap: 8px;
        margin-bottom: 15px;
    }
    .gray-list-box .list .box .category li{
        font-size: 13px;
        padding: 0 4px;
    }
    .gray-list-box .list .box .li-flex{
        font-size: 16px;
        margin: 20px 0;
    }
    .gray-list-box .list .box .li-urlbox .r-url{
        width: 260px;
        height: 56px;
        font-size: 18px;
    }
    .gray-list-box .list .box .li-urlbox .l-url{
        width: 260px;
        height: 56px;
        font-size: 18px;
    }
    .url-box{
        width: 380px;
        height: 56px;
        border: 6px solid #eebdc2;
        font-size: 18px;
    }
    .section02 .douga-area{
        width: 90%;
        margin: 120px auto 0;
        padding: 50px 0;
    }
    .section02 .douga-area .content{
        width: 90%;
    }
    .section02 .douga-area .content .l-box{
        width: 37%;
    }
    .section02 .douga-area .content .r-box{
        width: 60%;
    }
    .section02 .douga-area .content .l-box h3{
        font-size: 4.2vw;
        /*margin-top: -8vw;*/
    }
    .section02 .douga-area .content .r-box .slick-dots{
        left: -42vw;
        bottom: 3vw;
    }
    .section02 .douga-area .content .r-box .slick-prev{
        left: -32vw;
        top: 24vw;
        width: 5vw;
        height: 5vw;
    }
    .section02 .douga-area .content .r-box .slick-next{
        left: -8vw;
        top: 24vw;
        width: 5vw;
        height: 5vw;
    }
    
    /* スライダー */
    .section02 .slider{
        margin: 80px auto 0;
    }
    .section02 .slide-arrow{
        width: 5vw;
        height: 5vw;
        margin-top: -15px;
    }
    .section02 .slider .prev-arrow {
        left: -20px;
    }
    .section02 .slider .next-arrow {
        right: -20px;
    }
    .section02 .slick-prev:before,
    .section02 .slick-next:before{
        font-size: 0;
    }
    .section02 .slider::before{
        width: 5vw;
        height: 5vw;
        left: -20px;
        margin-top: 10px;
    }
    .section02 .slider::after {
        width: 5vw;
        height: 5vw;
        top: 50%;
        right: -20px;
        margin-top: 10px;
    }
    .gray-list-box .slick-dots {
        bottom: -60px;
    }
    .slick-dots li button:before{
        font-size: 2.5rem;
    }
}
@media (max-width:768px) {
    .section02{
        padding: 20% 0;
    }
    .gray-list-box {
        padding: 4vw 0 10vw;
        margin: 10% 0 8%;
    }
    .section02 .gray-list-box .slider {
        width: 100%;
    }
    .section02 .slick-track{
        display: flex;
    }
    .gray-list-box .list .box {
        width: 95%;
        height: auto;
        /*display: inline-flex;*/
        padding: 40px 0;
        min-height: 300px;
        margin: 0 50px;
        box-shadow: 0 0 10px 5px rgb(0, 0, 0, 10%);
    }
    .gray-list-box .list .box .content{
        width: 92%;
        height: auto;
        min-height: 300px;
        height: 100%;
    }
    .gray-list-box .list .box .category{
        gap: 8px;
        margin-bottom: 10px;
    }
    .gray-list-box .list .box .category li{
        font-size: 12px;
        padding: 0 4px;
    }
    .gray-list-box .list .box .li-flex{
        margin: 25px 0;
        display: block;
    }
    .gray-list-box .list .box .li-flex .l-box{
        width: 100%;
        max-width: none;
    }
    .gray-list-box .list .box .li-flex .r-box{
        max-width: none;
        width: 100%;
        font-size: 16px;
        margin-top: 15px;
        display: block;
    }
    /*
    .gray-list-box .list .box .li-urlbox .r-url{
        width: 350px;
        height: 56px;
        font-size: 18px;
    }
    */
    .url-box{
        width: 320px;
        height: 56px;
        border: 6px solid #eebdc2;
        font-size: 18px;
    }
    .section02 .douga-area{
        width: 90%;
        margin: 15% auto 0;
        padding: 8% 0 2%;
    }
    .section02 .douga-area .content{
        width: 94%;
        display: block;
    }
    .section02 .douga-area .content .slick-dotted.slick-slider{
        margin-bottom: 0;
        width: 100%;
    }
    .section02 .douga-area .content .l-box{
        width: 100%;
        /*padding: 0 0 12%;*/
        padding: 0 0 6%;
    }
    .section02 .douga-area .content .l-box h3{
        font-size: 6vw;
        margin-top: 0;
    }
    .section02 .douga-area .content .r-box .slick-dots{
        left: 0;
        bottom: unset;
        top: -8vw;
    }
    .section02 .douga-area .content .r-box .slick-prev{
        left: 20vw;
        top: -6vw;
        width: 6vw;
        height: 6vw;
    }
    .section02 .douga-area .content .r-box .slick-next{
        left: unset;
        right: 20vw;
        top: -6vw;
        width: 6vw;
        height: 6vw;
    }
    
    .section02 .slider{
        margin: 50px auto 0;
    }
    .section02 .slide-arrow{
        width: 8vw;
        height: 8vw;
        margin-top: -15px;
    }
    .section02 .slider .prev-arrow {
        left: 3vw;
    }
    .section02 .slider .next-arrow {
        right: 3vw;
    }
    .section02 .slider::before{
        width: 8vw;
        height: 8vw;
        left: 3vw;
        margin-top: 10px;
    }
    .section02 .slider::after {
        width: 8vw;
        height: 8vw;
        right: 3vw;
        margin-top: 10px;
    }
    .gray-list-box .slick-dots {
        bottom: -40px;
    }
    .slick-dots li button:before{
        font-size: 2.5rem;
    }
    .gray-list-box .list .box .li-urlbox .r-url,
    .gray-list-box .list .box .li-urlbox .l-url{
        width: 49.5%;
        height: 30px;
        font-size: 3vw;
    }
    .section02 .douga-area .content .r-box{
        width: 100%;
        box-sizing: border-box;
    }
}
@media (max-width:480px) {
    .gray-list-box .list .box .li-urlbox{
        display: block;
        width: 100%;
    }
    .gray-list-box .list .box .li-urlbox .r-url,
    .gray-list-box .list .box .li-urlbox .l-url{
        width: 100%;
        max-width: none;
        font-size: 4vw;
        height: 8vw;
    }
    .gray-list-box .list .box .li-urlbox .r-url{
        margin-top: 10px;
    }
    .url-box{
        width: 80%;
        height: 42px;
        font-size: 4.5vw;
    }
    .gray-list-box .list .box {
        width: 100%;
        padding: 25px 0;
        margin: 0 20px;
    }
    .gray-list-box .slick-dots {
        bottom: -30px;
    }
    .section02 .douga-area .content .l-box{
        /*padding: 0 0 15%;*/
        padding: 0 0 8%;
    }
    .section02 .douga-area .content .l-box h3{
        font-size: 7vw;
    }
    .section02 .douga-area .content .r-box .slick-dots{
        top: -11vw;
    }
    .section02 .douga-area .content .r-box .slick-prev{
        left: 15vw;
        top: -7.5vw;
        width: 8vw;
        height: 8vw;
    }
    .section02 .douga-area .content .r-box .slick-next{
        right: 15vw;
        top: -7.5vw;
        width: 8vw;
        height: 8vw;
    }
    .gray-list-box .list .box .category {
        gap: 0;
    }
    .gray-list-box .list .box .category li{
        font-size: 11px;
        padding: 0 3px;
        margin-right: 4px;
        margin-bottom: 4px;
    }
}
@media (max-width:350px) {
    .section02 .douga-area .content .r-box .slick-prev{
        top: -6.5vw;
    }
    .section02 .douga-area .content .r-box .slick-next{
        top: -6.5vw;
    }
}
/* section03 産科・出産時のトラブルでお悩みの方へ */
.section03{
    background-color: #eff4f5;
    padding: 190px 0 100px;
    text-align: center;
}
.section03 .section03-flex{
    max-width: 1200px;
    width: 95%;
    margin: 100px auto 120px;
    display: flex;
    justify-content: space-between;
}
.section03 .section03-flex .img-box{
    max-width: 500px;
    width: 42%;
}
.section03 .section03-flex .text-box{
    max-width: 620px;
    width: 52%;
    letter-spacing: 0;
    line-height: 2;
}
.section03 .section03-bg-box{
    width: 100%;
    background: url(../img/section03-bg01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0 90px;
}
.section03 .section03-bg-box .content{
    background: url(../img/section03-bg02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
    padding: 100px 0 90px;
}
.section03 .section03-bg-box .content h3{
    font-size: 46px;
    color: #d87d86;
}
.section03 .section03-bg-box .content .text-box{
    max-width: 780px;
    width: 95%;
    margin: 50px auto 0;
}
@media(max-width:1194px) and (min-width:769px){
    .section03{
        padding: 120px 0 70px;
    }
    .section03 .section03-flex{
        width: 90%;
        margin: 70px auto 90px;
    }
    .section03 .section03-flex .img-box{
        width: 41.5%;
    }
    .section03 .section03-flex .text-box{
        width: 56%;
    }
    .section03 .section03-bg-box{
        padding: 70px 0 70px;
    }
    .section03 .section03-bg-box .content{
        width: 90%;
        padding: 70px 0 70px;
    }
    .section03 .section03-bg-box .content h3{
        font-size: 4.2vw;
    }
    .section03 .section03-bg-box .content .text-box{
        width: 94%;
        margin: 35px auto 0;
    }
}
@media (max-width:768px) {
    .section03{
        padding: 15% 0 10%;
    }
    .section03 .section03-flex{
        width: 90%;
        margin: 8% auto 10%;
        display: block;
    }
    .section03 .section03-flex .img-box{
        width: 50%;
        margin: 0 auto;
    }
    .section03 .section03-flex .text-box{
        max-width: none;
        width: 100%;
        margin-top: 5%;
        line-height: 1.5;
    }
    .section03 .section03-bg-box{
        width: 100%;
        background: url(../img/section03-bg01-sp.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 10% 0;
    }
    .section03 .section03-bg-box .content{
        background: url(../img/section03-bg02.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top left;
        max-width: 1000px;
        width: 90%;;
        padding: 8% 0;
    }
    .section03 .section03-bg-box .content h3{
        font-size: 6vw;
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 25px #fff, 0 0 30px #fff, 0 0 35px #fff, 0 0 40px #fff, 0 0 45px #fff;
    }
    .section03 .section03-bg-box .content .text-box{
        width: 92%;
        margin: 8% auto 0;
    }
}

/* section04 弁護士法人ALGが選ばれる理由 */
.section04{
    padding: 200px 0;
    text-align: center;
    background-color: #fff;
}
.section04 .section04-flex{
    max-width: 1250px;
    width: 95%;
    margin: 120px auto 0;
}
.section04 .section04-flex .box{
    display: flex;
    justify-content: space-between;
}
.section04 .section04-flex .box + .box{
    margin-top: 80px;
}
.section04 .section04-flex .box:nth-child(even){
    flex-direction: row-reverse;
}
.section04 .section04-flex .box .img-box{
    max-width: 420px;
    width: 34%;
}
.section04 .section04-flex .box .content{
    max-width: 770px;
    width: 61.5%;
    margin-top: -10px;
    padding-right: 10px;
}
.section04 .section04-flex .box:nth-child(even) .content{
    padding-right: 0;
    padding-left: 10px;
}
.section04 .section04-flex .box h3{
    display: flex;
}
.section04 .section04-flex .box h3 .count{
    background: url(../img/ellipse.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 150px;
    height: 150px;
    color: #fff;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    font-family: "Cormorant",'ヒラギノ明朝 Std','ヒラギノ明朝 StdN','ヒラギノ明朝 ProN W6','HiraMinProN-W6','Noto Serif CJK JP','Noto Serif JP','游明朝','Yu Mincho','YuMincho','メイリオ',serif;
    margin-top: -20px;
}
.section04 .section04-flex .box h3 .text{
    font-size: 42px;
    text-align: left;
}
@media(max-width:1194px) and (min-width:769px){
    .section04{
        padding: 120px 0;
    }
    .section04 .section04-flex{
        width: 90%;
        margin: 80px auto 0;
    }
    .section04 .section04-flex .box + .box{
        margin-top: 60px;
    }
    .section04 .section04-flex .box .img-box{
        width: 30%;
    }
    .section04 .section04-flex .box .content{
        width: 67%;
        margin-top: -10px;
        padding-right: 10px;
    }
    .section04 .section04-flex .box:nth-child(even) .content{
        padding-right: 0;
        padding-left: 10px;
    }
    .section04 .section04-flex .box h3 .count{
        width: 15vw;
        height: 15vw;
        font-size: 5vw;
        padding-bottom: 1.5vw;
        margin-top: -2vw;
    }
    .section04 .section04-flex .box h3 .text{
        font-size: 3.5vw;
    }
}
@media (max-width:768px) {
    .section04{
        padding: 20% 0;
    }
    .section04 .section04-flex{
        width: 90%;
        margin: 10% auto 0;
    }
    .section04 .section04-flex .box{
        display: block;
    }
    .section04 .section04-flex .box + .box{
        margin-top: 8%;
    }
    .section04 .section04-flex .box .img-box{
        max-width: none;
        width: 60%;
        margin: 0 auto;

    }
    .section04 .section04-flex .box .content{
        max-width: none;
        width: 100%;
        margin-top: 0;
        padding-right: 0;
    }
    .section04 .section04-flex .box:nth-child(even) .content{
        padding-right: 0;
        padding-left: 0;
    }
    .section04 .section04-flex .box h3{
        align-items: center;
    }
    .section04 .section04-flex .box h3 .count{
        width: 26vw;
        height: 26vw;
        font-size: 9vw;
        padding-bottom: 3vw;
        margin-top: 0;
        margin-left: -6vw;
    }
    .section04 .section04-flex .box h3 .text{
        font-size: 4.5vw;
        letter-spacing: 0;
        margin-left: -6vw;
    }
}
@media (max-width:480px) {
    .section04 .section04-flex .box h3 .text{
        font-size: 5.5vw;
        margin-left: -4vw;
    }
    .section04 .section04-flex .box h3 .count{
        font-size: 8vw;
        padding-bottom: 1.5vw;
    }
	.section04 .section04-flex .box .img-box,.section03 .section03-flex .img-box{
		width: 80%;
	}
	.section01 .section01-content::after{
		height: 80vw;
	}
}

/* section05 産科医療過誤の特徴 */
.section05{
    padding-top: 200px;
    text-align: center;
}
.section-info{
    font-size: 18px;
    font-family: 'Shippori Mincho','Noto Serif CJK JP','Noto Serif JP',serif;
    margin: 60px auto 80px;
    text-align: center;
}
.section-info .br + .br{
    margin-top: 30px;
}
.section05 .section05-bg{
    background: url(../img/section05-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 200px;
}
.section05 .section05-bg .slick-dotted.slick-slider{
    margin-bottom: 280px;
}
.section05 .section05-bg  .list .slick-list {
    padding: 20px 200px !important;
}
.section05 .slick-track{
    display: flex !important;
}
.section05 .section05-bg .list li.box{
    background: url(../img/box-bg01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 70px 0 80px;
    border-radius: 20px;
    box-shadow: 0 0 15px 5px rgb(0, 0, 0, 10%);
    margin: 0 35px;
    position: relative;
    height: auto;
    /*min-height: 500px;*/
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
}
.section05 .section05-bg .list li.box h3{
    font-size: 34px;
    color: #d87d86;
    margin-bottom: 30px;
    line-height: 1.4;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.section05 .section05-bg .list li.box .text{
    font-size: 16px;
    line-height: 2;
    width: 85%;
    margin: 0 auto;
	text-align: justify;
}
.section05 .section05-bg .list li.box .list-url{
    font-size: 16px;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
    position: relative;
    text-align: left;
    width: 90%;
    margin: 20px auto 0;
}
.section05 .section05-bg .list li.box .list-url::before{
    content: "";
    background: url(../img/arrow_right.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    margin-right: 0.3em;
    position: relative;
    top:0.2em;
}
.section05 .section05-bg .list li.box .count{
    color: #fff;
    font-size: 60px;
    font-family: "Cormorant",'Noto Serif CJK JP','Noto Serif JP','メイリオ',serif;
    line-height: 1;
    position: absolute;
    bottom: 25px;
    right: 30px;
}
.section05 .section05-bg .slick-dots{
    bottom: -80px;
}
.section05 .section05-bg .list .slick-prev {
    background: url(../img/arrow_left.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    z-index: 1;
    top: unset;
    bottom: -90px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 38vw;
}
.section05 .section05-bg .list .slick-next {
    background: url(../img/arrow_right.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    z-index: 1;
    top: unset;
    bottom: -90px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    right: 38vw;
}
.section05 .section05-bg .list .slick-prev::before,
.section05 .section05-bg .list .slick-next::before{
    display: none;
}
.section05 .section05-list-box{
    background: url(../img/box-bg02.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    max-width: 1200px;
    width: 95%;
    margin: 0 auto 80px;
    padding: 90px 0 100px;
    border-radius: 20px;
}
.section05 .section05-list-box h4{
    color: #d87d86;
    font-size: 46px;
    position: relative;
}
.section05 .section05-list-box h4 span{
    position: relative;
}
.section05 .section05-list-box h4 span::before{
    content: "";
    background: url(../img/icon-baby-red.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    top:0.2em;
    left: -1.4em;
}
.section05 .section05-list-box .list-flex{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1000px;
    width: 95%;
    margin: 50px auto 0;
}
.section05 .section05-list-box .list-flex li{
    border: 9px solid rgba(226, 145, 153, 0.6);
    border-radius: 100px;
}
.section05 .section05-list-box .list-flex li a{
    width: 300px;
    height: 60px;
    border-radius: 100px;
    background-color: #e29199;
    color: #fff;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.2;
    /*border: 9px solid rgba(226, 145, 153, 0.6);*/
}
.section05 .section05-list-box.box02{
    background-image: url(../img/box-bg03.png);
    margin-bottom: 0;
}
.section05 .section05-list-box.box02 h4{
    color: #66b6db;
}
.section05 .section05-list-box.box02 h4 span::before{
    background-image: url(../img/icon-locator.svg);
}
.section05 .section05-list-box.box02 .list-flex li{
    border: 9px solid rgba(102, 182, 219, 0.6);
    border-radius: 100px;
}
.section05 .section05-list-box.box02 .list-flex li a{
    background-color: #66b6db;
}
@media(max-width:1194px) and (min-width:769px){
    .section05{
        padding-top: 120px;
    }
    .section-info{
        font-size: 16px;
        margin: 50px auto 60px;
        text-align: center;
    }
    .section-info .br + .br{
        margin-top: 25px;
    }
    .section05 .section05-bg{
        padding-bottom: 120px;
    }
    .section05 .section05-bg .slick-dotted.slick-slider{
        margin-bottom: 180px;
    }
    .section05 .section05-bg  .list .slick-list {
        padding: 20px 10vw !important;
    }
    .section05 .section05-bg .list li.box{
        padding: 50px 0 60px;
        margin: 0 2vw;
        min-height: 280px;
    }
    .section05 .section05-bg .list li.box h3{
        font-size: 28px;
        margin-bottom:25px;
        height: 90px;
    }
    .section05 .section05-bg .list li.box .text{
        font-size: 15px;
        line-height: 2;
        width: 90%;
    }
    .section05 .section05-bg .list li.box .list-url{
        font-size: 15px;
        width: 90%;
        margin: 20px auto 0;
    }
    .section05 .section05-bg .list li.box .count{
        font-size: 50px;
        bottom: 25px;
        right: 30px;
    }
    .section05 .section05-bg .slick-dots{
        bottom: -70px;
    }
    .section05 .section05-bg .list .slick-prev {
        width: 5vw;
        height: 5vw;
        bottom: -80px;
        left: 28vw;
    }
    .section05 .section05-bg .list .slick-next {
        width: 5vw;
        height: 5vw;
        bottom: -80px;
        right: 28vw;
    }
    .section05 .section05-list-box{
        background: url(../img/box-bg02.png),#fff;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top center;
        width: 90%;
        margin: 0 auto 60px;
        padding: 70px 0 80px;
    }
    .section05 .section05-list-box h4{
        font-size: 38px;
    }
    .section05 .section05-list-box .list-flex{
        gap: 0;
        justify-content: space-between;
        width: 94%;
        margin: 30px auto 0;
    }
    .section05 .section05-list-box .list-flex li{
        border: 7px solid rgba(226, 145, 153, 0.6);
        width: 45%;
        margin-bottom: 15px;
    }
    .section05 .section05-list-box .list-flex li a{
        width: 100%;
        height: 56px;
        font-size: 18px;
    }
    .section05 .section05-list-box.box02 .list-flex li{
        border: 7px solid rgba(102, 182, 219, 0.6);
    }
}
@media (max-width:768px) {
    .section05{
        padding-top: 20%;
    }
    .section-info{
        font-size: 16px;
        margin: 8% auto 10%;
        text-align: left;
        padding: 0 5%;
    }
    .section-info .br + .br{
        margin-top: 20px;
    }
    .section05 .section05-bg{
        padding-bottom: 20%;
    }
    .section05 .section05-bg .slick-dotted.slick-slider{
        margin-bottom: 120px;
    }
    .section05 .section05-bg  .list .slick-list {
        padding: 15px 20vw !important;
    }
    .section05 .section05-bg .list li.box{
        padding: 50px 0;
        box-shadow: 0 0 10px 5px rgb(0, 0, 0, 10%);
        margin: 0 3vw;
        min-height: 250px;
    }
    .section05 .section05-bg .list li.box h3{
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 1.4;
        height: 90px;
    }
    .section05 .section05-bg .list li.box .text{
        font-size: 14px;
        line-height: 1.5;
        width: 90%;
    }
    .section05 .section05-bg .list li.box .list-url{
        font-size: 14px;
        width: 90%;
        margin: 15px auto 0;
    }
    .section05 .section05-bg .list li.box .count{
        font-size: 48px;
        bottom: 20px;
        right: 25px;
    }
    .section05 .section05-bg .slick-dots{
        bottom: -60px;
    }
    .section05 .section05-bg .list .slick-prev {
        width: 8vw;
        height: 8vw;
        bottom: -75px;
        left: 25vw;
    }
    .section05 .section05-bg .list .slick-next {
        width: 8vw;
        height: 8vw;
        bottom: -75px;
        right: 25vw;
    }
    .section05 .section05-list-box{
        width: 90%;
        margin: 0 auto 10%;
        padding: 10% 0 6%;
    }
    .section05 .section05-list-box h4{
        font-size: 6vw;
    }
    .section05 .section05-list-box .list-flex{
        display: flex;
        gap: 0;
        justify-content: space-between;
        width: 92%;
        margin: 30px auto 0;
    }
    .section05 .section05-list-box .list-flex li{
        border: 7px solid rgba(226, 145, 153, 0.6);
        width: 45%;
        margin-bottom: 20px;
    }
    .section05 .section05-list-box .list-flex li a{
        width: 100%;
        height: 8vw;
        font-size: 2.8vw;
    }
    .section05 .section05-list-box.box02 .list-flex li{
        border: 7px solid rgba(102, 182, 219, 0.6);
    }
}
@media (max-width:550px) {
    .section05 .section05-list-box .list-flex li{
        border: 5px solid rgba(226, 145, 153, 0.6);
    }
    .section05 .section05-list-box.box02 .list-flex li{
        border: 5px solid rgba(102, 182, 219, 0.6);
    }
	.section05 .section05-bg .list li.box .text{
		font-size: 12px;
		width: 85%;
	}
	.section05 .section05-bg .list li.box{
		min-height: 350px;
	}
}
@media (max-width:480px) {
    .section05 .section05-bg .list .slick-list {
        padding: 15px 10vw !important;
    }
    .section05 .section05-bg .list li.box{
        margin: 0 2vw;

    }
    .section05 .section05-bg .list li.box h3{
        font-size: 24px;
        height: 80px;
    }
    .section05 .section05-bg .slick-dots{
        bottom: -40px;
    }
    .section05 .section05-bg .list .slick-prev {
        bottom: -45px;
        left: 15vw;
    }
    .section05 .section05-bg .list .slick-next {
        bottom: -45px;
        right: 15vw;
    }
    .section05 .section05-list-box h4{
        font-size: 7vw;
    }
    .section05 .section05-list-box .list-flex{
        width: 92%;
        margin: 20px auto 0;
    }
    .section05 .section05-list-box .list-flex li{
        border: 5px solid rgba(226, 145, 153, 0.6);
        width: 100%;
        margin-bottom: 10px;
    }
    .section05 .section05-list-box.box02 .list-flex li{
        border: 5px solid rgba(102, 182, 219, 0.6);
    }
    .section05 .section05-list-box .list-flex li a{
        width: 100%;
        height: 12vw;
        font-size: 4vw;
    }
}

/* 弁護士紹介 */
.section06{
    padding: 220px 0;
    text-align: center;
}
.section06 .section6-flex{
    max-width: 1200px;
    width: 95%;
    margin: 100px auto 150px;
    padding: 70px 0 60px;
    background-color: #e4eaee;
    border-radius: 20px;
}
.section06 .section6-flex .content{
    max-width: 1070px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.section06 .section6-flex .content .l-box{
    max-width: 350px;
    width: 33%;
    background: url(../img/lawyer_l_img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    border-radius: 30px;
    position: relative;
}
.section06 .section6-flex .content .l-box::after{
    content: "";
    background: url(../img/name_tag.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 170px;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.section06 .section6-flex .content .r-box{
    max-width: 655px;
    width: 62%;
}
.section06 .section6-flex .content .r-box .name {
    font-size: 16px;
    font-family: 'Shippori Mincho','Noto Serif CJK JP','Noto Serif JP',serif;
    text-align: left;
}
.section06 .section6-flex .content .r-box .name .name-flex{
    display: flex;
    align-items: flex-end;
    font-size: 42px;
    margin-top: 15px;
    line-height: 1;
}
.section06 .section6-flex .content .r-box .name .name-flex .belong{
    font-size: 14px;
    margin-left: 30px;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
}



.section06 .section6-flex .content .r-box .info-box{
    background-color: #fff;
    padding: 40px 35px;
    margin-top: 40px;
}
.section06 .section6-flex .content .r-box .info-box .title{
    font-size: 26px;
    color: #66b6db;
    text-align: left;
    font-family: 'Shippori Mincho','Noto Serif CJK JP','Noto Serif JP',serif;
}
.section06 .section6-flex .content .r-box .info-box ul{
    margin-top: 20px;
}
.section06 .section6-flex .content .r-box .info-box ul li{
    font-size: 16px;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
    padding-left: 20px;
    text-align: left;
    position: relative;
}
.section06 .section6-flex .content .r-box .info-box ul li + li{
    margin-top: 20px;
}
.section06 .section6-flex .content .r-box .info-box ul li::before{
    content: "・";
    font-size: 1em;
    position: absolute;
    top:0;
    left: 0;
}
.section06 .section6-flex .list-url-box{
    width: 200px;
    height: 38px;
    border-radius: 100px;
    background-color: #e29198;
    color: #fff;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-top: 10px;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    padding-bottom: 2px;
    position: relative;
    line-height: 1;
}
.section06 .section6-flex .list-url-box::after{
    content: "";
    background: url(../img/arrow_right_wh.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    height: 22px;
    position: absolute;
    top:50%;
    right: 15px;
    transform: translateY(-50%);
}
.section06 .section6-list .list{
    margin-bottom: 240px;
}
.section06 .slick-slider .slick-list {
    padding: 20px 10vw !important;
}
.section06 .section6-list .box{
    /*margin: 0 35px;*/
    max-width:350px;
    padding: 0 2vw;
    box-sizing: border-box;
}
.section06 .section6-list .box .img-box{
    position: relative;
    display: block;
    /*margin: 0 auto;
    width: 350px;*/
}
.section06 .section6-list .box .img-box.name_tag::before{
    content: "";
    background-color: #66b6db;
    width: 170px;
    height: 50px;
    border-radius: 0 0 0 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.section06 .section6-list .box .img-box.name_tag::after{
    content: "";
    background: url(../img/name_tag.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 170px;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.section06 .section6-list .box .post{
    font-size: 16px;
    text-align: center;
    font-family: 'Shippori Mincho','Noto Serif CJK JP','Noto Serif JP',serif;
    margin: 30px 0 10px;
    font-weight: bold;
}
.section06 .section6-list .box .name{
    font-size: 34px;
    text-align: center;
    font-family: 'Shippori Mincho','Noto Serif CJK JP','Noto Serif JP',serif;
    margin-bottom: 15px;
    position: relative;
    line-height: 1;
    display: inline-block;
}
.section06 .section6-list .box .name::after{
    content: "";
    background: url(../img/arrow_right.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 1em;
    height: 1em;
    position: absolute;
    top:0;
    right: -1.2em;
}
.section06 .section6-list .box .name.noimage::after{
	display: none;
}
.section06 .section6-list .box .member{
    font-size: 14px;
    width: 200px;
    padding: 3px 0;
    background-color: #f0eced;
    text-align: center;
    margin: 0 auto;
}
.section06 .section6-list .slick-dots{
    bottom: -100px;
}
.section06 .section6-list .list .slick-prev {
    background: url(../img/arrow_left.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    z-index: 1;
    /*top: 40%;*/
    top:unset;
    bottom:-140px;
    /*left: 175px;*/
    left: 22.5vw;
}
.section06 .section6-list .list .slick-next {
    background: url(../img/arrow_right.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    z-index: 1;
    /*top: 40%;*/
    top:unset;
    bottom: -140px;
    /*right: 175px;*/
    right: 22.5vw;
}
.section06 .section6-list .list .slick-prev::before,
.section06 .section6-list .list .slick-next::before{
    display: none;
}
@media(max-width:1700px){
    .section06 .section6-list .box .img-box{
        width: auto;
    }
}
@media(max-width:1194px) and (min-width:769px){
    .section06{
        padding: 120px 0;
    }
    .section06 .section6-flex{
        width: 90%;
        margin: 70px auto 110px;
        padding: 50px 0 35px;
    }
    .section06 .section6-flex .content{
        width: 94%;
    }
    .section06 .section6-flex .content .l-box{
        width: 33%;
    }
    .section06 .section6-flex .content .l-box::after{
        width: 153px;
        height: 45px;
    }
    .section06 .section6-flex .content .r-box{
        width: 63%;
    }
    .section06 .section6-flex .content .r-box .info-box{
        padding: 35px 30px;
        margin-top: 30px;
    }
    .section06 .section6-flex .content .r-box .info-box .title{
        font-size: 22px;
    }
    .section06 .section6-flex .content .r-box .info-box ul{
        margin-top: 15px;
    }
    .section06 .section6-flex .content .r-box .info-box ul li{
        font-size: 15px;
    }
    .section06 .section6-flex .list-url-box{
        width: 200px;
        height: 36px;
        font-size: 15px;
    }
    .section06 .section6-flex .list-url-box::after{
        right: 12px;
    }
    .section06 .section6-list .list{
        margin-bottom: 140px;
    }
    /*
    .section06 .slick-slider .slick-list {
        padding: 20px 100px !important;
    }
    */
    /*.section06 .section6-list .box{
        margin: 0 35px;
    }
    */
    .section06 .section6-list .box .img-box.name_tag::after{
        width: 153px;
        height: 45px;
    }
    .section06 .section6-list .box .post{
        font-size: 15px;
        margin: 25px 0 10px;
    }
    .section06 .section6-list .box .name{
        font-size: 30px;
        margin-bottom: 15px;
    }
    .section06 .section6-list .box .member{
        font-size: 13px;
        width: 190px;
    }
    .section06 .section6-list .slick-dots{
        bottom: -80px;
    }
    .section06 .section6-list .list .slick-prev {
        /*
        width: 5vw;
        height: 5vw;
        top: 40%;
        left: 80px;
        */
        left: 16vw;
        bottom: -120px;
    }
    .section06 .section6-list .list .slick-next {
        /*
        width: 5vw;
        height: 5vw;
        top: 40%;
        right: 80px;
        */
        right: 16vw;
        bottom: -120px;
    }
    .section06 .section6-list .box .img-box.name_tag::before{
        width: 153px;
        height: 45px;
    }
}
@media(max-width:1024px) and (min-width:769px){
    .section06 .slick-slider .slick-list{
        padding: 20px 5vw !important;
    }
    .section06 .section6-list .box{
        padding: 0 15px;
    }
    .section06 .section6-list .list .slick-prev {
        left: 10vw;
    }
    .section06 .section6-list .list .slick-next {
        right: 10vw;
    }
}
@media (max-width:820px) {
    .section06 .section6-flex .content .l-box{
        background-position: center left -5vw;
    }
}
@media (max-width:767px) {
    .section06{
        padding: 20% 0;
    }
    .section06 .section6-flex{
        width: 90%;
        margin: 10% auto 15%;
        padding: 5% 0;
    }
    .section06 .section6-flex .content{
        width: 94%;
        display: block;
    }
    .section06 .section6-flex .content .l-box{
        max-width: none;
        width: 100%;
        height: 40vw;
        background: url(../img/lawyer_l_img-sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 20px 20px 20px 30px;
    }
    .section06 .section6-flex .content .l-box::after{
        content: "";
        background: url(../img/name_tag.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center;
        width: 170px;
        height: 50px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .section06 .section6-flex .content .r-box{
        max-width: none;
        width: 100%;
        margin-top: 5%;
    }
    .section06 .section6-flex .content .r-box .name {
        text-align: center;
    }
    .section06 .section6-flex .content .r-box .name .name-flex{
        justify-content: center;
        margin-top: 10px;
    }
    .section06 .section6-flex .content .r-box .info-box{
        padding: 5vw 4vw;
        margin-top: 5%;
    }
    .section06 .section6-flex .content .r-box .info-box .title{
        font-size: 22px;
    }
    .section06 .section6-flex .content .r-box .info-box ul{
        margin-top: 15px;
    }
    .section06 .section6-flex .content .r-box .info-box ul li{
        font-size: 14px;
        padding-left: 15px;
    }
    .section06 .section6-flex .content .r-box .info-box ul li + li{
        margin-top: 15px;
    }
    .section06 .section6-flex .list-url-box{
        width: 180px;
        height: 34px;
        font-size: 14px;
        padding-left: 15px;
        padding-bottom: 2px;
    }
    .section06 .section6-flex .list-url-box::after{
        width: 20px;
        height: 20px;
        right: 12px;
    }
    .section06 .section6-list .list{
        margin-bottom: 120px;
    }
    .section06 .slick-slider .slick-list{
        padding: 20px 5vw !important;
    }
    .section06 .section6-list .box{
        max-width: none;
        margin: 0 2.5vw;
        padding: 0;
        text-align: center;
    }
    .section06 .section6-list .box .img-box{
        /*text-align: center;
        display: inline-flex;
        justify-content: center;*/
        /*height: 80vw;*/
        overflow: hidden;
        border-radius: 20px;
        display: inline-block;
    }
    .section06 .section6-list .box .img-box.name_tag::after{
        content: "";
        background: url(../img/name_tag.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center;
        width: 170px;
        height: 50px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .section06 .section6-list .box .post{
        font-size: 16px;
        margin: 25px 0 10px;
    }
    .section06 .section6-list .box .name{
        font-size: 30px;
        margin-bottom: 15px;
    }
    .section06 .section6-list .box .member{
        font-size: 14px;
        width: 200px;
        padding: 3px 0;
        background-color: #f0eced;
        text-align: center;
        margin: 0 auto;
    }
    .section06 .section6-list .slick-dots{
        bottom: -50px;
    }
    .section06 .section6-list .list .slick-prev {
        width: 50px;
        height: 50px;
        top: 40%;
        left: 8vw;
    }
    .section06 .section6-list .list .slick-next {
        width: 50px;
        height: 50px;
        top: 40%;
        right: 8vw;
    }
}
@media (max-width:480px) {
    .section06 .section6-flex .content .l-box::after{
        width: 136px;
        height: 40px;
    }
    .section06 .section6-list .box .img-box.name_tag::after{
        width: 136px;
        height: 40px;
    }
    .section06 .section6-list .box .post{
        font-size: 14px;
        margin: 25px 0 10px;
    }
    .section06 .section6-list .box .name{
        font-size: 26px;
    }
    .section06 .section6-list .box .member{
        font-size: 12px;
        width: 180px;
    }
    .section06 .section6-flex .content .r-box .name {
        text-align: center;
        font-size: 14px;
    }
    .section06 .section6-flex .content .r-box .name .name-flex{
        justify-content: center;
        font-size: 28px;
        margin-top: 5px;
        display: block;
    }
    .section06 .section6-flex .content .r-box .name .name-flex .belong{
        display: block;
        font-size: 12px;
        margin-left: 0;
        margin-top: 10px;
    }
    .section06 .section6-list .box .img-box.name_tag::before{
        width: 136px;
        height: 40px;
    }
    .section06 .section6-list .list .slick-prev {
        width: 42px;
        height: 42px;
        top: 40%;
        left: 1vw;
    }
    .section06 .section6-list .list .slick-next {
        width: 42px;
        height: 42px;
        top: 40%;
        right: 1vw;
    }

}

/* コラム  */
.section07{
    background-color: #f0eced;
    padding: 140px 0 170px;
}
.section07 .section07-flex{
    max-width: 1200px;
    width: 95%;
    margin: 0 auto 70px;
}
.section07 .section07-button{
    width: 560px;
    display: flex;
}
.section07 .section07-button .column-btn,
.section07 .section07-button .precedent-btn{
    width: 280px;
    height: 66px;
    border-radius: 30px 30px 0 0;
    background-color: #66b6db;
    color: #fff;
    font-size: 24px;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    cursor: pointer;
}
.section07 .section07-button .column-btn.off,
.section07 .section07-button .precedent-btn.off{
    background-color: #b4bdc2;
}
.section07 .section07-button .column-btn span,
.section07 .section07-button .precedent-btn span{
    position: relative;
}
.section07 .section07-button .column-btn span::before{
    content: "";
    background: url(../img/icon-pen.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: 0.2em;
}
.section07 .section07-button .precedent-btn span::before{
    content: "";
    background: url(../img/icon-scales.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    margin-right: 0.2em;
    position: relative;
    top:0.2em;
}
.section07 .section07-flex .wh-box{
    background-color: #fff;
    padding: 60px 40px 60px 140px;
}
.section07 .section07-flex .wh-box .column{
    width: 100%;
    height: 270px;
    overflow-y: auto;
}
.section07 .section07-flex .wh-box .precedent{
    width: 100%;
    height: 270px;
    overflow-y: auto;
    display: none;
}
.section07 .section07-flex .wh-box .column li,
.section07 .section07-flex .wh-box .precedent li{
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d9dae7;
}
.section07 .section07-flex .wh-box .column li a,
.section07 .section07-flex .wh-box .precedent li a{
    font-size: 18px;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
    position: relative;
}
.section07 .section07-flex .wh-box .precedent .hanrei_list{
    padding-right: 50px;
}
.section07 .section07-flex .wh-box .column li a time{
    font-size: 16px;
    color: #d87d86;
    margin-right: 20px;
    padding: 0;
}
.section07 .section07-flex .wh-box .column li:first-child a::before,
.section07 .section07-flex .wh-box .precedent li:first-child a::before{
    content: "NEW";
    width: 80px;
    height: 28px;
    border-radius: 100px;
    background-color: #66b6db;
    color: #fff;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    line-height: 1;
}
.section07 .section07-flex .wh-box .hanrei-syosai{
    width: 180px;
    height: 38px;
    border-radius: 100px;
    background-color: #e29198;
    color: #fff;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-top: 10px;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    padding-bottom: 2px;
    position: relative;
    line-height: 1;
}
.section07 .section07-flex .wh-box .hanrei-syosai::after{
    content: "";
    background: url(../img/arrow_right_wh.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.section07 .section07-flex .wh-box .list_tag{
    font-size: 14px;
    color: #66b6db;
    border: 2px solid #66b6db;
    border-radius: 4px;
    padding: 2px 5px 4px;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin-right: 10px;
	font-weight: 600;
}
@media(max-width:1194px) and (min-width:769px){
    .section07{
        padding: 100px 0 120px;
    }
    .section07 .section07-flex{
        width: 90%;
        margin: 0 auto 50px;
    }
    .section07 .section07-button{
        width: 520px;
        display: flex;
    }
    .section07 .section07-button .column-btn,
    .section07 .section07-button .precedent-btn{
        width: 260px;
        height: 60px;
        border-radius: 30px 30px 0 0;
        font-size: 20px;
    }
    .section07 .section07-flex .wh-box{
        background-color: #fff;
        padding: 40px 35px;
    }
    .section07 .section07-flex .wh-box .column{
        height: 270px;
    }
    .section07 .section07-flex .wh-box .precedent{
        height: 270px;
    }
    .section07 .section07-flex .wh-box .column li,
    .section07 .section07-flex .wh-box .precedent li{
        padding-bottom: 18px;
        margin-bottom: 22px;
    }
    .section07 .section07-flex .wh-box .column li a,
    .section07 .section07-flex .wh-box .precedent li a{
        font-size: 16px;
    }
    .section07 .section07-flex .wh-box .column li a time{
        font-size: 15px;
        margin-right: 16px;
    }
    .section07 .section07-flex .wh-box .column li:first-child a::before,
    .section07 .section07-flex .wh-box .precedent li:first-child a::before{
        width: 72px;
        height: 26px;
        font-size: 15px;
        margin-right: 22px;
    }
    .section07 .section07-flex .wh-box .hanrei-syosai{
        width: 160px;
        height: 36px;
        font-size: 15px;
    }
    .section07 .section07-flex .wh-box .list_tag{
        font-size: 13px;
        padding: 0 5px 2px;
        margin-right: 8px;
    }
    .section07 .section07-flex .wh-box .precedent .hanrei_list{
        padding-right: 35px;
    }
}
@media (max-width:768px) {
    .section07{
        padding: 10% 0 15%;
    }
    .section07 .section07-flex{
        width: 90%;
        margin: 0 auto 8%;
    }
    .section07 .section07-button{
        width: 100%;
        display: flex;
    }
    .section07 .section07-button .column-btn,
    .section07 .section07-button .precedent-btn{
        width: 50%;
        height: 60px;
        border-radius: 30px 30px 0 0;
        font-size: 20px;
    }
    .section07 .section07-flex .wh-box{
        padding: 8% 5%;
    }
    .section07 .section07-flex .wh-box .column{
        height: 300px;
    }
    .section07 .section07-flex .wh-box .precedent{
        height: 300px;
    }
    .section07 .section07-flex .wh-box .column li,
    .section07 .section07-flex .wh-box .precedent li{
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .section07 .section07-flex .wh-box .column li a,
    .section07 .section07-flex .wh-box .precedent li a{
        font-size: 16px;
    }
    .section07 .section07-flex .wh-box .column li a time{
        font-size: 14px;
        margin-right: 15px;
        display: inline-block;
    }
    .section07 .section07-flex .wh-box .column li a .ttl{
        display: block;
        margin-top: 5px;
    }
    .section07 .section07-flex .wh-box .column li:first-child a::before,
    .section07 .section07-flex .wh-box .precedent li:first-child a::before{
        width: 70px;
        height: 24px;
        font-size: 14px;
        margin-right: 0;
        margin-bottom: 5px;
        display:flex;
    }
    .section07 .section07-flex .wh-box .hanrei-syosai{
        width: 150px;
        height: 34px;
        font-size: 14px;
        padding-left: 15px;
        padding-bottom: 2px;
    }
    .section07 .section07-flex .wh-box .hanrei-syosai::after{
        width: 20px;
        height: 20px;
        right: 15px;
    }
    .section07 .section07-flex .wh-box .list_tag{
        font-size: 12px;
        padding:5px;
        margin-right: 6px;
    }
    .section07 .section07-flex .wh-box .precedent .hanrei_list{
        padding-right: 25px;
    }
}
@media (max-width:480px) {
    .section07 .section07-button .column-btn,
    .section07 .section07-button .precedent-btn{
        height: 50px;
        border-radius: 20px 20px 0 0;
        font-size: 16px;
    }
    .section07 .section07-flex .wh-box .column li a time{
        font-size: 12px;
        margin-right: 0;
        margin-bottom: 2px;
        display: block;
    }
    .section07 .section07-flex .wh-box .list_tag{
        display: inline-block;
    }
	span.footer_fix_telno_tb::before{
		display: none!important;
	}
}

/*著書・メディア*/

.book-section {
    max-width: 1200px;
    width: 95%;
    margin: 180px auto 0;
    background: url(../img/douga_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 65px 0;
}
@media (max-width: 768px) {
    .book-section {
        width: 90%;
        margin: 15% auto 0px;
        padding: 8% 0px;
    }
}

.book-section .content{
	max-width: 1040px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .book-section .content {
        width: 94%;
        display: block;
    }
}

.book-section .l-box {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .book-section .l-box {
        width: 100%;
        padding: 0px 0px 6%;
    }
}

.book-section .list.r-box .inner {
	        display: flex;
	gap: 20px;
}

.book-section h2 {
    font-size: 46px;
    text-align: center;
}
@media (max-width: 1194px) and (min-width: 769px) {
    .book-section h2 {
        font-size: 4.2vw;
	}
}
@media (max-width: 768px) {
    .book-section h2 {
        font-size: 6vw;
        margin-top: 0;
    }
}

.book-section h3{
	color: #900;
    /* font-size: 1.8rem; */
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
	margin-bottom: 1em;
}
@media (max-width: 768px) {
    .book-section h3{
        font-size: 3vw;
    }
}
@media (max-width: 500px) {
    .book-section h3{
        font-size: 4vw;
    }
}

.book-section .content .book_img {
        width: 40%;
        margin: 0;
}

.book-section .content .book_text {
        width: 60%;
        vertical-align: top;
}

.book-section .content .book_text p {
	font-size: 16px;
	font-family:'Shippori Mincho SemiBold','Noto Serif CJK JP','Noto Serif JP','メイリオ',serif!important;
}
@media (max-width: 500px) {
	.book-section .content .book_text p {
		font-size: 14px;
	}
}

.book-section .content .book_img img {
    width: auto;
    margin: 0 auto;
}

.book-section .inbl {display:inline-block;}