@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
object, embed {
    vertical-align: middle;
}
legend {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
img, abbr, acronym, fieldset {
    border: 0 none;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
ul li {
    list-style-type: none;
}
/*----------------------------------------------------
       common
----------------------------------------------------*/
html {
    overflow-y: scroll;
}
input, textarea {
    font-family: 'Nanum Myeongjo', serif;
}
/* for IE6 */
* html body {
    font-family: 'Nanum Myeongjo', serif;
}
* html input, * html textarea {
    font-family: 'Nanum Myeongjo', serif;
}
/* link
----------------------------------------------------*/
a {
    color: #000;
    text-decoration: none;
}
/*
----------------------------------------------------*/
/* clear clerfix */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    height: 0;
}
.content:after, .clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.content, .clearfix {
    zoom: 1; /* for IE5.5 - IE7 */
}

/*box-sizing */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
body {
    font-family: "ヒラギノ明朝 Pro W5", "Hiragino Mincho Pro", serif;
    font-size: 1.4rem;
    line-height: 1.7;
    color: #000;
    width: 100%;
    background: #fff;
}
/*----------------------------------------------------
        page_style
----------------------------------------------------*/
/* common
----------------------------------------------------*/
#contents:after, section:after, section:before {
    content: "";
    display: block;
    clear: both;
}
a {
    text-decoration: none;
    transition: all 0.3s;
}
/*----------------------------------------------------
        PC-css
----------------------------------------------------*/
section {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
section .inner {
    padding: 20px 0 0;
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
}
section .p-inner {
    padding: 50px 0;
    max-width: 1100px;
    margin: 0 auto;
}
section h2 {
    font-size: 3.0rem;
    text-align: center;
    margin-bottom: 30px;
}
section p {
    font-size: 1.9rem;
    text-align: center;
    margin-bottom: 10px;
}
section .ttlp {
    font-size: 1.9rem;
}
.boxwrap.grid1, .boxwrap.grid2, .boxwrap.grid3, .boxwrap.grid7 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin: 40px 0;
}
.boxwrap.grid1 .box {
    width: 100%;
    position: relative;
    padding: 30px;
}
.boxwrap.grid2 .box {
    width: 48.5%;
    position: relative;
    margin-bottom: 40px;
}
.boxwrap.grid3 .box {
    width: 32%;
    position: relative;
}
.boxwrap.grid7 .box {
    width: 14%;
    position: relative;
}
.flex {
    display: flex;
    display: -webkit-flex;
}
.left {
    float: left;
}
.right {
    float: right;
}
a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}
.pc_only {
    display: block;
}
.sp_only {
    display: none;
}
/* header mv
----------------------------------------------------*/
header.smaller {
    position: fixed;
    top: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 0 3px 3px rgb(0, 0, 0, 0.1);
}
header.smaller .header-inner {
    padding: 10px 0;
}
header.smaller .logo {
    width: 100px;
}
header.smaller .logo img {
    width: 100%;
}
header.smaller h1 {
    top: 23px;
}
/* footer
----------------------------------------------------*/
.pagetop {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px;
    transition: none;
    box-shadow: 0 4px 8px -3px rgba(17, 17, 17, .06);
    background: rgba(73, 53, 30, 0.7);
    border-radius: 100px;
    padding: 16px;
    max-width: 60px;
}
.pagetop img {
    width: 100%;
}
footer {
    margin: 20px 0;
    padding-bottom: 20px;
}
footer .inner {
    padding: 0;
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
}
footer .logo {
    float: left;
}
footer .copyright {
    float: right;
}
/* Template
----------------------------------------------------*/
.tempalte-ttl {
    font-size: 2.4rem;
    font-weight: bold;
    border-bottom: 1px solid #333;
    margin: 80px 0 20px;
}
.tempalte-ttl:first-child {
    margin-top: 0;
}
table {
    border: 1px solid #eee;
    width: 100%;
    margin: 20px 0;
}
table th, table td {
    border: 1px solid #eee;
    padding: 15px 10px;
}
table th {
    background: #eee;
    text-align: center;
    font-weight: bold;
}
table td {
    border-bottom: 1px solid #eee;
    text-align: left;
}
ul, ol {
    margin: 20px 0;
}
ul li {
    /* list-style-type: circle;*/
    margin-left: 20px;
}
ol {
    counter-reset: number;
}
ol li {
    margin-left: 20px;
    position: relative;
}
ol li::before {
    counter-increment: number;
    content: counter(number);
    font-weight: bold;
    color: #c9191d;
    position: absolute;
    top: 0;
    left: -15px;
}
/*--------------------------------------------------
section
----------------------------------------------------*/
.banner {
    text-align: center;
    position: relative;
    z-index: 3;
    margin: 60px auto;
    max-width: 880px;
}
.banner a:hover {
    opacity: 1;
}
.banner a:hover:before {
    content: '';
    background: url("../img/top-banner_on.png") no-repeat center center;
    width: 880px;
    height: 291px;
    position: absolute;
    top: 0;
    left: 0;
}


.banner2 {
    text-align: center;
    position: relative;
    z-index: 5;
    margin: 60px auto;
    max-width: 880px;
}
.banner2 a:hover {
    opacity: 1;
}
.banner2 a:hover:before {
    content: '';
    background: url("../img/case/A3_banner_tokuten_blue-2.png") no-repeat center center;
    width: 880px;
    height: 251px;
    position: absolute;
    top: 0;
    left: 0;
}


/*sec01*/
.sec01 {
    z-index: 3;
    position: relative;
    text-align: center;
    margin: 100px 0;
}
.sec01 h2 {
    font-size: 3.0rem;
    font-weight: bold;
    margin-bottom: 30px;
}
.sec01 p {
    font-size: 2.2rem;
}
.sec01 .logo {
    margin-top: 10px;
}
/*sec02*/
.sec02 {
    background: url(../img/sec02_bg.jpg) no-repeat center top;
    background-size: cover;
    overflow: hidden;
}
.sec02 .inner {
    padding: 140px 0;
}
.sec02:before {
    content: '';
    position: absolute;
    top: -155px;
    left: 0;
    width: 100%;
    height: 259px;
    background: url("../img/sec_top_bg_right.png") no-repeat center center;
    background-size: 100% 259px;
    z-index: 1;
}
.sec02:after {
    content: '';
    position: absolute;
    bottom: -155px;
    left: 0;
    width: 100%;
    height: 259px;
    background: url("../img/sec_bottom_bg_left.png") no-repeat center center;
    background-size: 100% 259px;
    z-index: 1;
}
.sec02 .box {
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 30px 15px;
}
.sec02 .ttl {
    font-size: 2.4rem;
    background: #fdd000;
    position: relative;
    margin: 0 30px;
    padding: 6px 0;
    text-align: center;
}
.sec02 .ttl:before {
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    background: url("../img/sc02_ttl_left.png") no-repeat left center;
    background-size: 100% 100%;
    width: 25px;
    height: 100%;
    /*border-top: 37px solid transparent;
    border-right: 37px solid #fdd000;
    transform: rotate(135deg);*/
}
.sec02 .ttl:after {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    background: url("../img/sc02_ttl_right.png") no-repeat right center;
    background-size: 100% 100%;
    width: 25px;
    height: 100%;
    /*border-top: 37px solid transparent;
    border-right: 37px solid #fdd000;
    transform: rotate(-45deg);*/
}
.sec02 ul {
    text-align: left;
    margin: 20px 0 0;
}
.sec02 ul li {
    list-style: none;
    padding: 0 0 0 23px;
    margin: 0 10px 10px;
    background: url("../img/list-icon.png") no-repeat top 8px left;
    font-size: 1.9rem;
}
.sec02 ul li:last-child {
    margin: 0 10px 0;
}
/*sec03*/
.sec03 {
    margin: 100px 0;
}
.sec03 .clearfix {
    margin: 20px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.sec03 .left {
    float: none;
    writing-mode: vertical-rl;
    text-orientation: upright;
    background: #99cfe5;
    padding: 350px 5px;
    margin: 40px 0;
    position: relative;
    font-size: 2.2rem;
    width: 44px;
}
.sec03 .left:after {
    content: "";
    position: absolute;
    bottom: -24px;
    right: -3px;
    width: 0px;
    height: 0px;
    border-top: 55px solid transparent;
    border-right: 55px solid #99cfe5;
    transform: rotate(45deg);
}
.sec03 .right {
    width: 92%;
    float: none;
}
.sec03 .box {
    border: 10px solid #ffec95;
    padding: 30px;
}
.sec03 .box h3 {
    font-size: 2.4rem;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
.sec03 .box .catch {
    color: #0f619d;
    font-size: 2.2rem;
    margin-bottom: 10px;
}
.sec03 .box p {
    text-align: left;
    font-size: 1.9rem;
}
.sec03 .grid1.result h3 {
    margin-bottom: 20px
}
.sec03 .grid1.result {
    margin-bottom: 0;
}
.sec03 .grid1.result h3, .sec03 .grid1.result p {
    text-align: center;
}
.sec03 .grid1 .box .img {
    float: right;
    margin-left: 85px;
}
.sec03 .grid2 .box:first-child:after {
    content: '';
    background: url(../img/sec03_box2_img.png) no-repeat center center;
    width: 106px;
    height: 142px;
    position: absolute;
    bottom: -23px;
    right: 20px;
}
.sec03 .grid2 .box:last-child:after {
    content: '';
    background: url(../img/sec03_box3_img.png) no-repeat center center;
    width: 154px;
    height: 117px;
    position: absolute;
    bottom: -32px;
    right: -18px;
}
.sec03 .grid2 .box .img, .sec03 .arrow {
    text-align: center;
    margin-top: 40px;
}
.sec03 .note {
    font-size: 1.4rem;
    text-align: left;
    margin: 10px 0 0;
}
.sec03 dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 2.4rem;
}
.sec03 .top {
    margin: 40px 0;
    align-items: flex-end;
    justify-content: center;
    border:　1px solid red;
}
.sec03 .top .wrap {
    width: 85%;
    display: flex;
    /* justify-content:center; */
    justify-content:space-between;
}

.sec03 .top .wrap2 p{
    font-size:24px;
}

.sec03 .top dd.etc {
    font-size: 2.0rem;
}
.sec03 .bottom {
    flex-wrap: wrap;
    position: relative;
    background: url("../img/sec03_menu_bg.png") no-repeat center center;
    background-size: 100%100%;
    padding: 120px 80px 80px;
}
.sec03 .bottom dt {
    position: absolute;
    top: 65px;
    left: 75px;
}
.sec03 .bottom dd {
    width: 23%;
    background: rgba(255, 255, 255, 0.6);
    margin: 0 0 20px;
    text-align: center;
    line-height: 1.4;
    padding: 10px 20px;
    font-size: 2.2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.sec03 .bottom .etc {
    position: absolute;
    bottom: 30px;
    right: 60px;
    background: none;
    width: auto;
}

.gotointerviewmovie{
    text-align: center;
    margin:10px 0px;
}

.gotointerviewmovie img{
    width:60%;
}


/*sec04*/
.sec04 {
    background: url("../img/sec04_bg.jpg") no-repeat center top;
    background-size: cover;
    padding: 150px 0;
    margin: 100px 0 30px;
}
.sec04:before {
    content: '';
    position: absolute;
    top: -155px;
    left: 0;
    width: 100%;
    height: 259px;
    background: url("../img/sec_top_bg_left.png") no-repeat center center;
    background-size: 100% 259px;
    z-index: 1;
}
.sec04:after {
    content: '';
    position: absolute;
    bottom: -155px;
    left: 0;
    width: 100%;
    height: 259px;
    background: url("../img/sec_bottom_bg_right.png") no-repeat center center;
    background-size: 100% 259px;
    z-index: 1;
}
.sec04 .box {
    border: 1px solid #dcdcdc;
    background: #fff;
    padding: 35px;
}
.sec04 .box .img {
    float: left;
    margin-right: 40px;
    padding-top: 30px
}
.sec04 .box .position {
    background: #f34955;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    display: inline-block;
    padding: 3px 25px;
}
.sec04 .grid1 .box:first-child .position {
    position: absolute;
    top: 30px;
    left: 30px;
}
.sec04 .box .img img {
    display: block;
    margin: 20px auto;
    text-align: center;
    width: 250px;
    height: 250px;
}
.sec04 .box .img p {
    text-align: center;
    line-height: 1.4;
    font-size: 1.8rem;
}
.sec04 .box .img p span {
    font-size: 2.4rem;
}
.sec04 .box p {
    text-align: left;
}
.sec04 .box .catch {
    font-size: 2.4rem;
}
.sec04 .box .text-area {
    padding: 10px 0 0;
}
.sec04 .box .text-area p {
    margin: 20px 0;
}
.sec04 .box .text-area .more {
    text-align: right;
    margin: 35px 0 0;
}
.sec04 .box .text-area .more a {
    padding: 0 20px 0 0;
    background: url("../img/arrow_bk.png") no-repeat center right;
    font-size: 1.6rem;
}
.sec04 .grid2 .img {
    width: 100%;
    margin-bottom: 10px;
}
.sec04 .grid2 .img img {
    float: left;
    margin: 0 0px 0 0;
    max-width: 200px;
    width: 40%;
    height: auto;
}
.sec04 .grid2 div.name {
    margin-left: 3%;
    float: right;
    width: 55%;
}
.sec04 .grid2 .position {
    margin-bottom: 20px;
}
.sec04 .grid2 .name p {
    text-align: left;
    line-height: 1.6;
}
.sec04 .grid2 .name p span {
    font-size: 2.0rem;
}
.sec04 .grid2 .name p span.blue {
    color: #0f619d;
}

.sec04 .grid2 .name p span.marker {
    background-color: #ffec95;
}

.sec04 .grid2 .name span.name {
    font-size: 2.4rem;
}
.sec04 .grid2 .catch {
    line-height: 1.4;
}
.sec04 .grid2 .box .text-area .more {
    margin: 0;
}

/*sec_case*/

.sec_case .box .img img {
    display: block;
    margin: 0px auto 20px;
    text-align: center;
    width: 185px;
    height: 261px;
    border:1px solid #adb8c0;
}

.sec_case .catch{
    color: #4371C4;
}

.title_case{
    line-height: 120%;
    font-size: 1.8rem !important;
}

.title_case_head{
    display:flex;
    align-items:center;
    padding-left:1rem;
}

.case_description{
    text-align: left;
    font-size: 1.5rem !important;
}

.case_sample_book{
    display: flex;
    justify-content: space-between;
}

.case_sample_book a{
    display:block;
    width:48%;
}

.case_sample_book_head{
    display: flex;
    justify-content: center;
    /* justify-content: space-between; */
}

.case_sample_book_head div{
    /* width:48%; */
}

.case_div_header{
    display: flex;
    justify-content: space-between;
    /*border:1px solid red;*/

}

.case_div_book_thumbnail_head img{

}

.case_div_book_thumbnail{
    border: 1px solid #999;
    width:30%;
}


.case_div_title, .case_div_title p{
    text-align: left !important;
}

.case_div_title{
    line-height: 1.6rem;
    margin-left:10px;
    /*border: 1px solid red;*/
    /*border:1px solid blue;*/
    width:70%;
}

.x-cross01{
    height:15px;
    margin-bottom:10px;
    margin-left:10px;
}

.x-cross02{
    height:15px;
    margin-bottom: 3px;
    margin-left:5px;
}

.case01_comment_wrap{
    display:flex;
    flex-direction:row;
    margin:2rem 0;
    padding:2rem;
    background-color: #fffae3;
}

.case01_comment01{
    margin-top:-2rem;
    flex:4;
}

.case01_comment01_p{
    margin-top: -150px;
    line-height:150%;
}

.case01_comment02{
    flex:1;
}

.case_sample_book_head h4{
    color:#4371C4;
    font-size: 2.4rem;
    text-align: center;
}

.case01_comment02 img{
    margin-left:2rem;
}

.case01_note{
    margin-top:2rem;
}
.case01_note p{
    font-size:2.4rem;
    text-align: left;
    color:#4371C4;
}

.case01_note p a{
    text-decoration: underline;
    color:#4371C4;
}


/*sec05*/
.sec05 {
    margin-bottom: 100px;
}
.sec05 table {
    width: 100%;
    font-size: 1.6rem;
    margin: 50px 0 0;
    margin: 50px 0 10px;
}
.sec05 th {
    background: #dddddd;
    border: 1px solid #ddd;
    vertical-align: middle;
    font-size: 1.6rem;
    line-height: 1.4;
}
.sec05 td {
    border: 1px solid #ddd;
    text-align: center;
    width: 165px;
}
.sec05 th.red {
    background: #f34955;
    color: #fff;
    position: absolute;
    height: 91px;
    width: 168px;
    margin-top: -15px;
    right: -1px;
    line-height: 65px;
    font-size: 2.0rem;
}
.sec05 td.red {
    background: #fff5f6;
}
.sec05 tbody th {
    background: #fff;
}
.sec05 .note {
    font-size: 1.4rem;
    text-align: right;
}
/*sec06*/
.sec06 {
    margin: 100px 0;
}
.sec06 .innerwrap {
    background: #f0c84a;
    margin: 60px 0;
    padding-bottom: 10px;
}
.sec06 .boxwrap {
    margin: 40px 0 0;
}
.sec06 .boxwrap p {
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 10px 0 0;
}
.sec06 .boxwrap a:hover p {
    opacity: 0.6;
}
.sec06 p.more {
    font-size: 1.8rem;
    text-align: right;
}
/*sec07*/
.sec07 {
    background: #f4f4f4;
    padding: 30px 0 100px;
}
.sec07 h2 {
    margin-top: 70px;
}
.sec07 .img {
    float: right;
    text-align: center;
    margin: 0 0 20px 20px
}
.sec07 .img>img{
    width: 100%;
    max-width: 400px;
}
.sec07 .img p {
    text-align: center;
    margin: 10px 0 0;
    line-height: 1.4;
}
.sec07 .img p span {
    font-size: 2.4rem;
    padding-left: 0.4em;
}
.sec07 .text-area {
    margin: 3 0 0;
}
.sec07 p {
    text-align: left;
    margin: 30px 0;
}
.sec07 .catch {
    font-size: 2.4rem;
    margin: 0 0 20px;
}
.sec07 h3 {
    border-left: 5px solid #fdd000;
    font-size: 2.2rem;
    padding: 0 0 0 10px;
    margin-top: 60px;
}
.sec07 .news {
    font-size: 2.0rem;
    padding: 0 35px;
}
.sec07 .news dl {
    margin-bottom: 15px;
}
.sec07 .news dt {
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}
.sec07 .news dd .more a {
    font-size: 1.6rem;
    background: url("../img/arrow_wh.png") no-repeat center right 5px #000;
    background-size: 8px;
    color: #fff;
    padding: 6px 20px 6px 10px;
    border-radius: 3px;
    margin-left: 10px;
}
.sec07 .news dd .more a:hover {
    opacity: 1;
    background: url("../img/arrow_wh.png") no-repeat center right 5px #f33648;
    background-size: 8px;
}
.sec07 .wrap .snsicon img{
    /*border:1px solid green;*/
    height:30px;
    width:30px;
    margin:15px 0px -10px;
}

.sec07 .wrap .snsicon .marginLeft{
    margin-left:20px;
}



/*sec08*/
.sec08 {
    padding: 150px 0 20px;
    z-index: 3;
}
.sec08 table {
    border: none;
}
.sec08 th {
    font-size: 2.4rem;
    width: 190px;
    background: #fff;
    text-align: left;
    border: none;
    border-top: 1px solid #dcdcdc;
    font-weight: normal;
}
.sec08 td {
    font-size: 2.0rem;
    border: none;
    border-top: 1px solid #dcdcdc;
}
.sec08 tr:last-child th, .sec08 tr:last-child td {
    border-bottom: 1px solid #dcdcdc;
}
.sec08 tr a {
    color: #0600ff;
}
.sec08 tr a.google {
    margin-left: 30px;
}
/*sec09*/
.sec09 {
    background: url("../img/sec09_bg.jpg") no-repeat center top;
    background-size: cover;
    padding: 150px 0;
    margin: 50px 0 30px;
}
.sec09:before {
    content: '';
    position: absolute;
    top: -155px;
    left: 0;
    width: 100%;
    height: 259px;
    background: url("../img/sec_top_bg_left.png") no-repeat center center;
    background-size: 100% 259px;
    z-index: 1;
}
.sec09:after {
    content: '';
    position: absolute;
    bottom: -155px;
    left: 0;
    width: 100%;
    height: 259px;
    background: url("../img/sec_bottom_bg_right.png") no-repeat center center;
    background-size: 100% 259px;
    z-index: 1;
}
.sec09 .boxwrap.grid1 .box {
    border: 1px solid #dcdcdc;
    background: #fff;
    padding: 55px 35px 35px;
    margin-top: 50px;
}
.sec09 .box .img {
    float: left;
    margin: 0 30px 40px 0;
}
.sec09 .box .position {
    background: #f34955;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    display: inline-block;
    padding: 3px 25px;
    position: absolute;
    top: 35px;
    left: 35px;
}
.sec09 .box .img img {
    display: block;
    margin: 20px auto;
    text-align: center;
    width: 340px;
    height: 340px;
}
.sec09 .box .img p {
    text-align: center;
    line-height: 1.4;
    font-size: 1.8rem;
}
.sec09 .box .img p span {
    font-size: 2.4rem;
}
.sec09 .box p {
    text-align: left;
}
.sec09 .box .catch {
    font-size: 2.4rem;
}
.sec09 .box .text-area {
    padding: 10px 0 0;
}
.sec09 .box .text-area2 {
    clear: both;
}
.sec09 .box .text-area p, .sec09 .box .text-area2 p {
    margin: 20px 0;
}
.sec09 .box .text-area .more {
    text-align: right;
    margin: 35px 0 0;
}
.sec09 .box .text-area .more a {
    padding: 0 20px 0 0;
    background: url("../img/arrow_bk.png") no-repeat center right;
}
.sec09 h3 {
    border-left: 5px solid #fdd000;
    font-size: 2.2rem;
    padding: 0 0 0 10px;
    margin: 60px 0 30px;
    clear: both;
}
.sec09 .box .img p span.blue {
    color: #0f619d;
    font-size: 2.0rem;
}
.sec09 .box .img p span.marker {
    background-color: #ffec95;
    font-size: 2.0rem;
}
/*sec10 または フォーム*/

#mail_form{
    font-size:16px;
}

.sec10div{
    padding:0rem 1rem;
}

#agreement  p{
    font-size:100%;
    text-align:left;
}

/*--------------------------------------------------
mobile
----------------------------------------------------*/
/*mobile*/
@media (max-width: 1024px) {
    .sec05 th.red {
    height: 110px;
    width: 144px;
}
    .title_case_head{
        padding-top:20px;
    }
}

@media (max-width: 1055px) {
    .sec_case_br{
        display:none !important;
    }
}

@media (max-width: 1024px) {
    .case_div_header{
        display:block !important;
        text-align: center;
    }
    .case_div_title{
        margin-left: 0px;
        margin-top: 10px;

        padding-left:0px;
    }
    .title_case_head{

    }
    .ujiie_book_comment{
        margin:0px auto;
    }

}



/*mobile*/
@media (max-width: 767px) {
body {
    width: 100%;
    overflow: hidden;
}
.owl-item .item p {
    font-size: 80% !important;
}
/*----------------------------------------------------
        PC-css
----------------------------------------------------*/
section {
    margin: 0 auto 30px;
}
section .inner {
    max-width: none;
    padding: 3%;
}
section .p-inner {
    padding: 3% 0;
    max-width: none;
}
section h2 {
    font-size: 2.4rem;
    margin-bottom: 15px;
}
section p {
    font-size: 1.6rem;
    line-height: 1.4;
}

/* PURPOSEの部分のテキストの、スマホでの大きさ

section .ttlp {
    font-size: 1.6rem;
} */

.boxwrap.grid1, .boxwrap.grid2, .boxwrap.grid3, .boxwrap.grid7 {
    margin: 20px 0;
}
.boxwrap.grid1 .box {
    width: 100%;
    padding: 5%;
}
.boxwrap.grid2 .box {
    width: 100%;
}
.boxwrap.grid3 .box {
    width: 100%;
}
.boxwrap.grid7 .box {
    width: 50%;
}
.pc_only {
    display: none;
}
.sp_only {
    display: block;
}
/* header mv
----------------------------------------------------*/
header.smaller {
    position: fixed;
    top: 0;
    z-index: 99;
    background: none;
    box-shadow: none;
}
header.smaller .header-inner {
    padding: 7px 3% 10px;
    background: #fff;
    box-shadow: 0 3px 3px rgb(0, 0, 0, 0.1);
}
header.smaller .logo {
    width: 20%;
}
header.smaller .logo img {
    width: 100%;
}
header.smaller h1 {
    top: 14px;
}
/* footer
----------------------------------------------------*/
footer {
    margin: 0;
    padding-bottom: 20px;
}
footer .inner {
    max-width: none;
    width: 100%;
    padding: 0 3%;
}
footer .logo {
    float: left;
}
footer .copyright {
    float: right;
}
/*--------------------------------------------------
section
----------------------------------------------------*/
.banner {
    width: 94%;
}
.banner a:hover {
    opacity: 1;
}
.banner a:hover:before {
    content: none;
}

.banner2 {
    width: 94%;
}
.banner2 a:hover {
    opacity: 1;
}
.banner2 a:hover:before {
    content: none;
}

/*sec01*/
.sec01 {
    margin: 30px 0;
}
.sec01 h2 {
    font-size: 2.2rem;
    margin-bottom: 15px;
}
.sec01 p {
    font-size: 1.6rem;
}
.sec01 img {
    width: 30%;
}
/*sec02*/
.sec02 {
    background: url(../img/sec02_bg.jpg) no-repeat center top;
    background-size: cover;
}
.sec02 .inner {
    padding: 60px 3% 20px;
}
.sec02:before {
    top: -60px;
    height: 100px;
    background: url("../img/sec_top_bg_right.png") no-repeat center center;
    background-size: 100% 100px;
    z-index: 1;
}
.sec02:after {
    bottom: -65px;
    height: 100px;
    background: url("../img/sec_bottom_bg_left.png") no-repeat center center;
    background-size: 100% 100px;
}
.sec02 .box {
    padding: 30px 5%;
    margin-bottom: 20px;
}
.sec02 .ttl {
    font-size: 1.8rem;
    padding: 11px 0;
    margin: 0 40px;
}
.sec02 ul li {
    background: url("../img/list-icon.png") no-repeat top 2px left;
    font-size: 1.4rem;
}
/*sec03*/
.sec03 {
    margin: 50px 0;
}
.sec03 .clearfix {
    margin: 20px 0;
}
.sec03 .left {
    padding: 700px 5px 0;
    margin: 20px 0;
    font-size: 1.8rem;
    width: 40px;
}
.sec03 .left:after {
    content: "";
    position: absolute;
    bottom: -22px;
    right: -3px;
    width: 0px;
    height: 0px;
    border-top: 45px solid transparent;
    border-right: 45px solid #99cfe5;
    transform: rotate(45deg);
}
.sec03 .right {
    width: 85%;
    float: none;
}
.sec03 .box {
    padding: 5%;
}
.sec03 .box h3 {
    font-size: 2.0rem;
    margin: 20px 0 15px;
}
.sec03 .box .catch {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 15px;
}
.sec03 .box p {
    font-size: 1.4rem;
    line-height: 1.6;
}
.sec03 .grid1 .box .img, .sec03 .grid2 .box .img {
    float: none;
    margin: 0 auto;
    width: 80%;
}
.sec03 .grid2 .box {
    margin-bottom: 20px;
}
.sec03 .grid2 .box:first-child:after {
    content: '';
    background: url(../img/sec03_box2_img.png) no-repeat center center;
    background-size: contain;
    width: 65px;
    height: 90px;
    position: absolute;
    bottom: -23px;
    right: -15px;
}
.sec03 .grid2 .box:last-child:after {
    content: '';
    background: url(../img/sec03_box3_img.png) no-repeat center center;
    background-size: contain;
    width: 95px;
    height: 80px;
    position: absolute;
    bottom: -32px;
    right: -23px;
}
.sec03 .grid1.result h3 {
    text-align: center;
    margin-bottom: 20px;
}
.sec03 .arrow {
    width: 45%;
    margin: 0 auto;
}
.sec03 .arrow.plus {
    width: 20%;
}
.sec03 .arrow img {
    width: 100%;
}
.sec03 .grid1.result p.note {
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.2;
    margin: 10px 20px
}
.sec03 dl {
    flex-wrap: wrap;
    font-size: 1.7rem;
    align-items: center;
}
.sec03 .top dt {
    width: 25%;
}
.sec03 .top .wrap {
    width: 75%;
    display: block;
    display:flex;
    justify-content: center;
    /* border:1px solid red; */
}
.sec03 .top .wrap2 p{
    /* border:1px solid blue; */
    font-size:17px;
}
.sec03 .top .wrap dd {
    display: inline-block;
    margin-right: 5%;
}
.sec03 .top .wrap dd:nth-child(3n) {
    margin-right: 0;
}
.sec03 .top {
    margin: 20px 0;
    align-items: center;
}
.sec03 .top dd.etc {
    font-size: 1.4rem;
}
.sec03 .bottom {
    position: relative;
    background-image: url("../img/sp/sec03_menu_bg_sp.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    padding: 80px 10% 60px;
}
.sec03 .bottom dt {
    top: 30px;
    left: 39%;
}
.sec03 .bottom dd {
    width: 48%;
    padding: 10px 2%;
    font-size: 1.5rem;
    height: 70px;
}
.sec03 .bottom .etc {
    bottom: 0px;
    right: 8%;
}


/*sec04*/
.sec04 {
    padding: 80px 0;
    margin: 0px 0 30px;
}
.sec04:before {
    top: -60px;
    height: 100px;
    background: url("../img/sec_top_bg_left.png") no-repeat center center;
    background-size: 100% 100px;
    z-index: 1;
}
.sec04:after {
    bottom: -65px;
    height: 100px;
    background: url("../img/sec_bottom_bg_right.png") no-repeat center center;
    background-size: 100% 100px;
}
.sec04 .box {
    padding: 5%;
}
.sec04 .box .img {
    float: none;
    margin-right: 0px;
    padding-top: 0px;
    display: flex;
}
.sec04 .box .position {
    font-size: 1.4rem;
    padding: 3px 5%;
    margin-bottom: 10px;
}
.sec04 .grid1 .box:first-child .position {
    position: relative;
    top: 0px;
    left: 0px;
}
.sec04 .box .img img {
    margin: 0px 5% 0 0;
    text-align: left;
    width: 130px;
    height: 130px;
}
.sec04 .box .img p {
    text-align: left;
    font-size: 1.5rem;
}
.sec04 .box .img p span {
    font-size: 2.0rem;
}
.sec04 .box p {
    text-align: left;
}
.sec04 .box .text-area .catch {
    font-size: 2.0rem;
    margin: 0 0 20px;
    line-height: 1.2;
}
.sec04 .box .text-area .more {
    margin: 15px 0 0;
}
.sec04 .box .text-area .more a {
    font-size: 1.4rem;
}
.sec04 .grid2 .box {
    margin-bottom: 20px;
}
.sec04 .grid2 .img {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}
.sec04 .grid2 .img img {
    float: none;
    margin: 0 5% 0 0;
}
.sec04 .grid2 div.name {
    margin-left: 0px;
}
.sec04 .grid2 .position {
    margin-bottom: 10px;
    border-radius: 3px;
}
.sec04 .grid2 .name p {
    text-align: left;
    line-height: 1.6;
}
.sec04 .grid2 .name p span {
    font-size: 1.6rem;
}
.sec04 .grid2 .name p span.blue {
    color: #0f619d;
}
.sec04 .grid2 .name span.name {
    font-size: 2.0rem;
}
.sec04 .grid2 .catch {
    line-height: 1.4;
}
.sec04 .grid2 .box .text-area .more {
    margin: 0;
}
/*sec_case mobile*/

.sec_case .box .img img {
    margin: 0px 5% 0 0;
    text-align: left;
    width: 130px;
    height: 184px;
}

.case01_comment02{
 flex:2;}

 .case_sample_book_head h4, .case01_note p{
    color:#4371C4;
    font-size: 2rem;
}

.title_case_head{
    margin-top:1rem;

}

.case_div_book_thumbnail{
    width:30%;
}

.case_div_title{
    width:100%;
}






/*sec05*/
.sec05 table {
    font-size: 1.2rem;
    position: relative;
    margin: 30px 0 5px;
}
.sec05 thead tr {
    position: relative;
}
.sec05 th {
    font-size: 1.4rem;
}
.sec05 tbody th {
    width: 26%;
}
.sec05 td {
    width: calc(100% / 6);
    vertical-align: middle;
}
.sec05 th.red {
    position: relative;
    height: auto;
    width: calc(100% / 6);
    right: 0;
    top: 0;
    line-height: 166px;
    font-size: 1.2rem;
}
.sec05 td.red {
    background: #fff5f6;
}
.sec05 tbody th {
    background: #fff;
}
.sec05 .note {
    font-size: 1.2rem;
    text-align: right;
}
/*sec06*/
.sec06 .innerwrap {
    margin: 40px 0;
}
.sec06 .boxwrap p {
    font-size: 1.4rem;
}
.sec06 .boxwrap {
    text-align: center;
}
.sec06 .boxwrap .box {
    margin-bottom: 20px;
}
.sec06 p.more {
    font-size: 1.8rem;
    position: absolute;
    bottom: 180px;
    ;
    right: 70px;
}
/*sec07*/
.sec07 {
    background: #f4f4f4;
    padding: 30px 0;
}
.sec07 h2 {
    margin-top: 0px;
}
.sec07 .img {
    float: none;
    margin: 0 3% 20px 0;
}
.sec07 .img img {
    float: left;
    width: 150px;
}
.sec07 .img .wrap {
    float: left;
    margin-left: 3%;
    padding-top: 10px;
}
.sec07 .img p {
    text-align: left;
    margin: 10px 0 0;
    line-height: 1.4;
}
.sec07 .img a {
    text-align: left;
}
.sec07 .img a img {
    width: 35%;
    text-align: left;
}
.sec07 .img p span {
    font-size: 2.0rem;
}
.sec07 .text-area {
    margin: 20px 0 0;
    padding-top: 20px;
    clear: both;
}
.sec07 p {
    margin: 20px 0;
}
.sec07 .catch {
    font-size: 2.0rem;
    line-height: 1.2;
}
.sec07 h3 {
    margin-top: 40px;
}
.sec07 .news {
    font-size: 1.6rem;
    padding: 0;
}
.sec07 .news dl {
    margin-bottom: 20px;
}
.sec07 .news dd .more a {
    display: inline-block;
    font-size: 1.2rem;
    padding: 3px 20px 3px 10px;
}
.sec07 .news dd .more a:hover {
    opacity: 1;
    background: url("../img/arrow_wh.png") no-repeat center right 5px #f33648;
    background-size: 8px;
}




/*sec08*/
.sec08 {
    padding: 50px 0 20px;
    line-height: 1.4;
}
.sec08 th {
    font-size: 1.6rem;
    width: 20%;
}
.sec08 td {
    font-size: 1.6rem;
}
/*sec09*/
.sec09 {
    padding: 100px 0 50px;
    margin: 30px 0;
}
.sec09:before {
    top: -60px;
    height: 100px;
    background: url("../img/sec_top_bg_left.png") no-repeat center center;
    background-size: 100% 100px;
    z-index: 1;
}
.sec09:after {
    bottom: -65px;
    height: 100px;
    background: url("../img/sec_bottom_bg_right.png") no-repeat center center;
    background-size: 100% 100px;
}
.sec09 .boxwrap.grid1 .box {
    padding: 35px 5% 35px;
    margin-top: 20px;
}
.sec09 .box .img {
    float: none;
    display: flex;
    margin: 0 0 20px 0;
}
.sec09 .box .position {
    border-radius: 3px;
    font-size: 1.4rem;
    padding: 3px 5%;
    position: relative;
    top: 0;
    left: 0;
}
.sec09 .box .img img {
    text-align: left;
    width: 130px;
    height: 130px;
    margin: 0 5% 0 0;
}
.sec09 .box .img p {
    text-align: left;
    font-size: 1.4rem;
    margin-top: 10px;
}
.sec09 .box .img p span {
    font-size: 2.0rem;
}
.sec09 .box .catch {
    font-size: 2.0rem;
}
.sec09 .box .text-area {
    padding: 0;
}
.sec09 h3 {
    font-size: 2.0rem;
    margin: 40px 0 20px;
}
.sec09 .box .img p span.blue {
    font-size: 1.4rem;
}
/*sec10*/
   }
