/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.sp{ display:none; }
@media screen and (max-width:768px){
	.pc{ display:none!important; }
	.sp{ display:block; }
    img {
    max-width: 100%;
    vertical-align: bottom;
    }
}

/* iphone リセット*/
input[type="submit"],
input[type="button"],
input[type="text"],
select{
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration,
{
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input, select, textarea{
    border: none;
    outline: none;
    appearance: none;    
}

/* 
v1.0 | 20180620
*/

/********* base *********/
html {
    font-size: 62.5%;
    /* sets the base font to 10px for easier math */
}

body {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial , "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana";
    color: #111;
    font-size: 18px;/*ie*/
    font-size: 1.8rem;
    line-height: 1.8;
    margin: 0;
}

a {
    text-decoration: none;
    color: #333;}
a:hover {opacity: 0.6;}

iframe{
    width: 100%;
    height: 100%;
}

.tac{text-align: center;}

.df {
    display: flex;
}

section > .inner{
    max-width: 1100px;
    margin: 0 auto;
}

.fl {
    width: 40%;
    max-width: 460px;
    float: right;
    margin-left: 26px;
    margin-bottom: 26px;
}

.gray_block,
.gray_block3,
.gray_block4{
    width: 980px;
    margin: 0 auto;
    padding: 28px 20px 19px;
    background: #F0F0F0;
}

.gray_block3{
    margin-bottom: 68px;
    padding: 23px 20px 27px; 
}

.gray_block4{
    margin-bottom: 94px;
    padding: 23px 20px 27px; 
}

.gray_block > div,
.gray_block3 > div,
.gray_block4 > div{
    padding-bottom: 1px;    
    background: #fff;
    border-radius: 10px;
}

.mt36{margin-top: 36px;}

.cRed{color: #D22634;}
.fwb{font-weight: 600;}

.modal {
 display: none;
}
 
h1.ttl2 {
    margin-bottom: 50px;   
    font-family: 'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN',"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN";
    font-weight: 600;
    text-align: center;
    font-size: 4.8rem;
    color: #51AB66;
}
h1.ttl2 span.fontL{
    background: linear-gradient(transparent 68%, #FFFFBF 0%);
    display: inline;    
    font-weight: bold;
    padding: 0 1px 0px;
    font-size: 4.0rem;
    color: #D22634;
    line-height: 1.4;
}

h1.ttl2 span.subttl{
    margin-top: 5px; 
    display: flex;
    justify-content: center;
    align-items: center;
    color: #A3A3A3;
    font-size: 2.5rem;
    font-family: 'M PLUS 1p', sans-serif;
    line-height: 1;
}
h1.ttl2 span.subttl:before,
h1.ttl2 span.subttl:after{
    content: '';
    width: 3px;
    height: 21px;
    background: #A3A3A3;
    display: block;
}
h1.ttl2 span.subttl:before{
    margin-right: 27px;
}
h1.ttl2 span.subttl:after{
    margin-left: 27px;
}



@media screen and (max-width:768px) {
    body {
        font-size: 16px;
        font-size: 1.6rem;
    }
    main{max-width: 100%;}
    
    .gray_block{
        width: 100%;
    }
    .gray_block3,.gray_block4{
        width: 96%;
        padding: 10px 10px 19px;}
    
    .fl{float: none;}
    .df_sp {display: flex;}
    
    section > .inner{
        max-width: 96%;
        margin: 0 auto;
    }
    
    .mt36{margin-top: 9%;}
    
    h1.ttl2{
        font-size: 2.4rem;
        margin-bottom: 30px;
    }
    h1.ttl2 span.subttl{
        font-size: 1.8rem;
    }
    h1.ttl2 span.fontL{
        font-size: 3.1rem;
    }
    h1.ttl2 span.subttl:before {
        margin-right: 23px;
    }
    h1.ttl2 span.subttl:after {
    margin-left: 23px;
    }
    h1.ttl2 span.subttl:before,
    h1.ttl2 span.subttl:after{
        width: 2px;
    }
    
}

header{
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 5;
    box-shadow: 0 0 5px #ccc;    
}

#header-inner {
/*    padding: 22px 0 33px; */
    padding: 17px 0 9px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#header-inner h1 {
    width: 160px;
    margin-right: 30px;
}

#header-inner p.txt {
    margin-top: 12px;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
}

#header-inner .df {
    align-items: center;
}

#header-inner .btn,
#header-inner .btn2{
    width: 230px;
    margin-right: 20px;
}

#header-inner .btn a,
#header-inner .btn2 a{
    width: 100%;
    height: 64px;
    padding: 13px 0 11px;
    font-size: 1.6rem;
    /* font-weight: 600; */
    border-radius: 12px;
    border-bottom: 6px solid #EBE4E0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

#header-inner .btn a:before{
    content: '';
    background: url(../img/icon_shindan.png)no-repeat;
    background-size: 100%;
    width: 27px;
    height: 34px;
    display: inline-block;
    margin-right: 10px;
}

#header-inner .btn2 a:before{
    content: '';
    background: url(../img/icon_mail.png)no-repeat;
    background-size: 100%;
    width: 30px;
    height: 22px;
    display: inline-block;
    margin-right: 10px;
}

#header-inner .btn a:after,
#header-inner .btn2 a:after{
    content: '▲';
    transform: rotate(90deg);
    display: inline-block;
    margin-left: 10px;
    font-size: 1.4rem;
}

#header-inner .btn a{
    background: #FF9326;
}
#header-inner .btn2 a{
    background: #32AA61;
}

#header-inner .tell p.txt2 {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
}

#header-inner .tell p.number {
    font-weight: 600;
    font-family: 'Oswald';
    font-size: 4.1rem;
    line-height: 1;
}

@media screen and (max-width:1024px) {
    #header-inner p.txt{
        font-size: 1.7rem;    
    }
}
@media screen and (max-width:768px) {
    header{
        position: relative;
        box-shadow: none;}
    
    #header-inner{
        padding: 8px 5px 6px 10px;
    }
    #header-inner h1{
        width: 30%;
        max-width: 213px;
        margin: 0; 
    }
    #header-inner p.txt{
        width: 68%;
        margin-top: 0;
        padding-left: 12px;
        font-size: 1.2rem;
        text-align: left;
        line-height: 1.5;   
    }
    
    .gray_block3{
        margin-bottom: 34px;  
    }
}

div#mv{
    margin: 134px auto 0;
/*    margin: 0px auto 31px; */
    padding-top: 39.95%;
    background: url(../img/mv.jpg)no-repeat center right;
    background-size: cover;
    width: 100%;
    height: 0;
    position: relative;
    top: 0;
    right: 0;
    z-index: 0;
}

div#mv .txt {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
    font-weight: 600;
    font-size: 10rem;
    line-height: 1;
    position: absolute;
    top: 24.4%;
    left: 3.9%;
}
div#mv .txt span {
    margin-bottom: 33px;
    padding: 26px 21px 19px;
    display: inline-block;
    background: #fff;
    color: #32AA61;
    letter-spacing: 11px;
}

div#mv .txt2 {
    width: 100%;
    padding: 6px 0 14px;
    background: rgb(255 255 255 / 90%);
    text-align: center;
    position: absolute;
    top: 72%;
}

div#mv .txt2 span {
    display: block;
    max-width: 574px;
    margin: auto;
}


div#mv .badge{
    position: absolute;
    bottom: 20px;
    right: 20px;    
}

@media screen and (max-width:1430px) {
    div#mv{
        background: url(../img/mv.jpg)no-repeat center center;
        background-size: cover;    
    }
    div#mv .txt{
        font-size: 6.9vh;
    }
    
    div#mv .badge {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 16%;
    }
}


@media screen and (max-width:768px) {
    div#mv{
        margin-top: 0;
        padding: 0;    
        background: none;
        height: 100%;
    }
    div#mv .txt{
        font-size: 2.4rem;  
        margin-left: 1%;
        left: 0;
        top: auto;
        bottom: 30px;      
    }
    div#mv .txt span {
        margin-bottom: 11px;
        padding: 6px 11px 5px;
        letter-spacing: 4px;
    }
    
    div#mv .txt2{
        width: 100%;
        margin: 31% auto 0;
        padding: 4px 15px 8px;
        border: none;      
        position: relative;        
    }
    
    div#mv .txt2 span{
        display: block;
        margin: 0 auto;
    }
    
    div#mv .badge {
        width: 40%;
        max-width: 273px;
        bottom: 10px;
        right: 10px;
    }    
    
    div#mv .bg.sp img{
        width: 100%;
    }
    
}

/* introduction */
.intro_block{
    max-width: 1080px;
    margin: 66px auto 0;
    padding: 0 0 74px;
    border-bottom: 1px solid #aaa;
}

.intro_block h2{
    margin-bottom: 7px;
    font-size: 4.4rem;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-weight: 600;
    line-height: 1.65;
    text-align: center;
}

.intro_block p{
    font-size: 2.0rem;
    display: flex;
    justify-content: center;
}

.intro_block2{
    max-width: 1080px;
    margin: 110px auto 92px;
    padding-bottom: 6px;
    border-bottom: 1px solid #aaa;   
}

.intro_block2 h2{
    margin-bottom: 97px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-weight: 600;
    line-height: 1.65;
    text-align: center;
    font-size: 4.43rem;
    color: #BA121B;
}

.intro_block2 h3{
    margin-bottom: 34px;    
    display: flex;
    align-items: center;
    font-size: 3.4rem;
}

.intro_block2 h3 span.no{
    width: 103px;
    height: 103px;
    margin-right: 16px;
    padding-top: 9px;
    background: #51AB66;
    display: inline-block;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    font-size: 4.7rem;
    text-align: center;
    color: #fff;
}


@media screen and (max-width:768px) {
    .intro_block{
        margin: 32px auto 0;
        padding: 0px 0 24px;    
    }
    
   .intro_block h2{
        font-size: 2.2rem;    
    }
    .intro_block p{
        font-size: 1.6rem;
    }
    
    .intro_block2{
        width: 96%;    
        margin: 38px auto 42px;    
    }
    
    .intro_block2 h2{
        margin-bottom: 28px;
        font-size: 2.6rem;    
    }
    .intro_block2 h3{
        margin-bottom: 16px;
        font-size: 2.4rem;
    }
    
    .intro_block2 h3 span.no{
        width: 63px;
        height: 63px;
        margin-right: 10px;
        padding-top: 0px; 
        font-size: 3.9rem;
    }
    
}

/* attention */
.attention_block > div{
    width: 948px;
    margin: 0 auto 60px;
}

.attention_block dl{
    display: flex;
    justify-content: space-between;
}

.period_block dt{margin-left: 25px;}

.period_block dt > span{
    width: 72px;
    height: 224px;
    padding: 10px 0;
    background: #A99367;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.1rem;
    font-weight: 600;
    border-left: 2px solid #7D7049;
    color: #fff;
    writing-mode: vertical-rl;
}
.period_block dt:after{
    content: '';
    background: url(../img/arrears_arrow.png)no-repeat;
    width: 59px;
    height: 43px;
    display: block;
    margin: 0 auto;    
}

.period_block dt > span > span {
    writing-mode: horizontal-tb;
    line-height: 1;
}

.period_block dd span,
.result_block dd span{
    width: 800px;
    margin-bottom: 24px;
    padding: 17px 0 10px;
    background: #F0F0F0;
    font-size: 3.1rem;
    font-weight: 600;
    text-align: center;
    display: block;
    letter-spacing: 3px;      
}
.period_block dd span.txt{
    border: 2px solid #FAEBC2;
    border-bottom: 16px solid #FAEBC2;
    
}
.period_block dd span.txt2{
    border: 2px solid #FCDD8B;
    border-bottom: 16px solid #FCDD8B;
}

.attention_block > div p{
    margin: 0 0 16px;
    background: url(../img/arrears_line.png)no-repeat left;
    padding-left: 290px;
}
.attention_block > div p span{
    background: #fff;
    padding-left: 10px;
    font-size: 3.2rem;
    font-weight: 600;
    color: #B9121A
}

dl.result_block{margin-top: 20px;align-items: flex-start;}
.result_block dt{
    width: 129px;
    text-align: center;
    background: #BA121B;
    color: #fff;
    font-size: 3.1rem;
    font-weight: 600;
    line-height: 1.1;
    border-radius: 10px;
    padding: 20px 0 14px;
}
.result_block dd span{
    border: 2px solid #BA121B;
    border-bottom: 16px solid #BA121B;
    color: #BA121B;    
}


aside.attention .box2{
    margin-top: 145px;
    padding: 69px 81px 30px;
    background: #E3F3ED;
    position: relative;
}

aside.attention .box2 h4{
    width: 352px;
    padding: 11px 0 17px;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    font-size: 3.6rem;
    background: #51AB67;
    text-align: center;
    position: absolute;
    margin: auto;
    top: -30px;
    left: 0;
    right: 0;
    letter-spacing: 5px;
    line-height: 1;    
}

aside.attention .box2 ul li {
    font-size: 2.7rem;
    display: flex;
    align-items: center;
}
aside.attention .box2 ul li:before{
    content: '';
    background: url(../img/list_icon.png)no-repeat top center;
    width: 19px;
    height: 18px;
    display: block;
    margin-right: 10px;
}

@media screen and (max-width:768px) {
    .attention_block dl{
        justify-content: flex-start;
    }
    
    .period_block dd span, .result_block dd span{
        width: 100%;
        margin-bottom: 14px;    
        font-size: 2.2rem;
    }
    
    .attention_block > div{
        width: 100%;
    }
    
    .attention_block > div p{
        margin: 0 10px 16px;    
        background-size: 50%;
        padding-left: 110px;    
    }
    .attention_block > div p span{
        font-size: 2rem;   
        line-height: 1.3;
        display: block;
    }
    
    .period_block dt{
        margin-left: 10px;
        margin-right: 10px;
    }
    .period_block dt:after{
        background-size: 100%;    
        width: 51px;    
    }

    .period_block dt > span{
        width: 52px;
        height: 182px;      
        font-size: 2.2rem;
    }
    
    .result_block dt{
        width: 66px;
        margin-right: 6px;
        font-size: 2.2rem;
    }    
    
    .period_block dd, .result_block dd{
        width: 79%;
    }
    
    dl.result_block{
        margin-top: 10px;    
    }
    
    aside.attention .box2{
        margin: 0 auto;
        width: 98%;    
        padding: 24px 15px 10px;
    }
    aside.attention .box2 h4{
        width: 247px;
        font-size: 2.1rem;
        padding: 14px 0 12px;    
    }
    
    aside.attention .box2 ul li{
        font-size: 2.2rem;
        align-items: baseline;
        margin-bottom: 6px;
    }
    aside.attention .box2 ul li:before{
        background-size: 100%;    
    }
    aside.attention .box2 ul li span{
        width: 90%;
        font-size: 1.6rem;    
    }
    
}

/* sale by private contract */
section#about {
    margin-top: 92px;
    margin-bottom: 106px;    
}

section#about h1.ttl2{
    margin-bottom: 90px;
}

.about_block {
    width: 980px;
    margin: 0 auto 40px;
    padding-bottom: 39px;
    border-bottom: 2px solid #51AB66;
}
.about_block h2{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.about_block h2 span.no{
    width: 166px;
    padding: 6px 0 7px 14px;
    background: #51AB66;
    display: block;
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
}
.about_block h2 span.no > span {
    margin-left: 6px;
    display: inline-block;
    font-size: 4.1rem;
}

.about_block h2 sapn.txt {
    width: 796px;
    margin-left: 16px;
    font-size: 3.5rem;
    line-height: 1.4;
    letter-spacing: -1px;
}

.about_block > p {
    font-size: 2.0rem;
    line-height: 1.6;
}
.about_block > p span {
    background: linear-gradient(transparent 56%, #FFFFBF 0%);
    display: inline;
}

@media screen and (max-width:768px) {
    section#about{
        margin-top: 42px;
        margin-bottom: 53px;    
    }
    
    section#about h1.ttl2 {
        margin-bottom: 40px;
    }
    
    .about_block{
        width: 96%;
        margin: 0 auto 20px;
        padding-bottom: 19px;    
    }
    .about_block h2{align-items: revert;}
    .about_block h2 span.no{
        width: 128px;    
        padding: 6px 0 7px 10px;
        font-size: 1.6rem;    
    }
    .about_block h2 span.no > span{
        font-size: 2.8rem;
    }
    .about_block h2 sapn.txt{
        width: 80%; 
        margin-left: 10px;    
        font-size: 2.4rem;    
    }    
    
    .about_block > p{font-size: 1.6rem;}
}


/* solution */
section#solution{
    margin-bottom: 91px;
}

section#solution > .ttl {
    background: #51AB67;
    color: #fff;
    position: relative;
}
section#solution > .ttl .df {
    width: 960px;
    margin: 0 auto;
    justify-content: flex-end;
    align-items: end;
    position: relative;
}

section#solution > .ttl .img{
    position: absolute;
    width: 35%;
    max-width: 290px;
    left: 0;    
}

section#solution > .ttl h1{
    padding: 18px 0 14px;
    font-size: 4.2rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.75;   
}

section#solution > h2.ttl{
    padding: 26px 0 23px;
    font-size: 3.4rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
section#solution > h2.ttl span{
    font-size: 6.2rem;
    color: #FFFFBF;
}

section#solution .solution_wrap{
    margin-bottom: 85px;    
    flex-wrap: wrap;
    justify-content: space-between;
}

section#solution .solution_block {
    width: 485px;
    margin: 125px 29px 37px;
    position: relative;
}
section#solution .solution_block .img{
     width: 396px;
    margin: 0 auto 19px;
}
section#solution .solution_block .icon {
    position: absolute;
    top: -30px;
    left: -70px;
}

section#solution .solution_block h3 {
    margin-bottom: 19px;
    padding: 33px 5px 33px;
    background: #51ab67;
    color: #fff;
    font-size: 3.8rem;
    font-weight: 600;
    text-align: center;
}
section#solution .solution_block p{
    font-size: 2rem;
}

section#solution .inner > .ttl{
    width: 980px;
    margin: 0 auto 25px;
    padding: 14px 0 34px;
    display: flex;
    justify-content: center;    
}
section#solution .inner > .ttl h1{
    margin-bottom: 5px;
    font-family: "Hiragino Mincho ProN", "Times New Roman", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    font-weight: 600;
    font-size: 3.1rem;
    letter-spacing: 2px;    
}
section#solution .inner > .ttl h1 span{
    display: block;
    font-size: 4.6rem;
}

section#solution .inner > .ttl p {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.6;
}
section#solution .inner > .ttl p span{
    color: #d42635;
    background: linear-gradient(transparent 68%, #FFFFBF 0%);    
    font-family: 'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN',"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN";
}

section#solution .gray_block > div{
    padding-bottom: 28px;
}

section#solution .gray_block .img{
    width: 72%;
    margin: 0 auto;
    display: block;
    padding: 49px 0;    
}

section#solution .gray_block .txt .point_block {
    width: 720px;
    margin: 0 auto 23px;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.5;
    display: flex;
    align-items: center;  
}
section#solution .gray_block .txt .point_block span{
    background: linear-gradient(transparent 58%, #FFFFBF 0%);
    display: inline;
}

section#solution .gray_block .txt .point_block h3{
    width: 112px;
    margin-right: 10px;
    
}

@media screen and (max-width:1024px) {
    section#solution .solution_block{
        width: 43%;    
    }
}

@media screen and (max-width:768px) {
    section#solution{
        margin-bottom: 50px;        
    }
    
    section#solution > .ttl .df{
        width: 100%;
        justify-content: flex-end;    
    }
    section#solution > .ttl .img{
        width: 42%;
        max-width: 233px;
        left: 0;
    }
    section#solution > .ttl h1{
        width: 59%;    
        font-size: 2.1rem;
        text-align: left;
    }
    
    section#solution .inner > .ttl{
        width: 100%;
        margin: 0 auto 25px;
        padding: 7px 20px 20px;  
    }
    section#solution .inner > .ttl h1{
        font-size: 2.1rem;    
    }
    section#solution .inner > .ttl h1 span{
        font-size: 3rem;
    }
    section#solution .inner > .ttl p{
        font-size: 1.8rem;    
    }
    
    
    section#solution > h2.ttl{
        padding: 15px 0 10px;    
        font-size: 2.2rem;    
    }
    section#solution > h2.ttl span{
        font-size: 3.4rem;    
    }
    section#solution .solution_wrap{
        margin-bottom: 0;
    }
    section#solution .solution_block{
        margin: 30px 1% 10px;    
        width: 100%;
        max-width: 410px;
        padding-bottom: 30px;
        border-bottom: 2px solid #D6D6D6;    
    }
    section#solution .solution_block:last-child{
        border-bottom: none;
    }
    
    section#solution .solution_block .img{
        width: 75%;
        max-width: 300px;
        margin-bottom: 10px;    
    }
    section#solution .solution_block .icon{
        width: 95px;
        top: 220px;
        left: 20px;
    }
    section#solution .solution_block h3{
        margin-bottom: 15px;
        padding: 16px 5px 17px;
        font-size: 3.1rem;
    }
    section#solution .solution_block p{
        font-size: 1.6rem;
    }
    
    section#solution .gray_block .img{
        width: 95%;
        max-width: 662px;
        padding: 20px 0 30px;
    }
    section#solution .gray_block .txt{
        width: 90%;
        margin: 0 auto;
    }
    .gray_block h3{
        width: 77px;
        padding: 3px 5px 4px;    
        font-size: 1.6rem;    
    }
    .gray_block h3 span{font-size: 2.4rem;}
    
    section#solution .gray_block .txt p{
        margin-bottom: 18px;    
        font-size: 1.7rem;
    }
    
    section#solution .gray_block .txt .point_block{
        width: 100%;
    }
    section#solution .gray_block .txt .point_block h3{
        width: 72px;
    }
    section#solution .gray_block .txt p{
        width: 77%;    
        margin-bottom: 0;    
    }
    
}


/* voice */
section#voice{
    margin-bottom: 164px;    
}

#voice h1.ttl3 {
    margin-bottom: 52px;
    padding: 16px 0 21px;
    background: #51ab67;
    font-size: 4.6rem;
    font-weight: 600;
    text-align: center;
    color: #FFECBF;
    letter-spacing: 2px;
    position: relative;
}
#voice h1.ttl3 span{
    font-size: 6rem;
    font-family: 'ヒラギノ角ゴ StdN';
    line-height: 1;    
}
#voice h1.ttl3:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #51ab67 transparent transparent transparent;
    border-width: 32px 48px 0;
}


#voice h1.ttl2 {
    margin-bottom: 82px;
}
#voice h1.ttl2 span.subttl{
    margin-top: 15px;
}
#voice article.qa_block h2{
    margin-bottom: 12px;    
    font-size: 2.8rem;
}

#voice h2.ttl{
    margin-bottom: 15px;
    border: 2px solid #D32634;
    border-radius: 5px;
    padding: 19px 10px 14px;
    font-size: 2.7rem;
    font-weight: 600;
    color: #D32634;
    background: #fff;
    position: unset;
    display: inline-block;    
}

#voice p.header_txt{
    max-width: 1100px;
    margin: 0 auto 36px;
    font-size: 2.0rem;
    line-height: 1.6;    
}

#voice p {
    margin-bottom: 13px;
    font-size: 2rem;
    line-height: 1.6;    
}

#voice p.name {
    margin-bottom: 5px;
    font-size: 2.9rem;
    font-weight: 600;
}
#voice article.qa_block .box h2.ttl {
    margin-bottom: 15px;
    border: 2px solid #D32634;
    border-radius: 5px;
    padding: 23px 10px 21px;
    font-size: 2.7rem;
    font-weight: 600;
    color: #D32634;
    background: #fff;
    position: unset;
    display: inline-block; 
}
#voice h3 {
    width: 520px;
    margin: 40px 0 31px;
    padding: 13px 22px 19px 24px;
    position: relative;
    background: #51ab67;
    font-size: 2.9rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    z-index: 0;
    line-height: 1;
}
#voice h3:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
    border-left: solid 26px white;
    border-bottom: solid 68px transparent;
  z-index: -1;
}

#voice h3:after {
  position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 26px transparent;
  border-bottom: solid 68px white;
  z-index: -1;
}

.gray_block h2{
    width: 335px;
    margin-bottom: 20px;
    padding: 7px 10px 4px!important;
    background: #D42635!important;
    border-radius: 0 20px 0 0;
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
}
.gray_block h2 span{
    margin-left: 20px;
    color: #FFFFBF;
    display: inline-block;
}

#voice .gray_block{
    margin: 78px auto 40px;   
}
#voice .gray_block p {
    margin-left: 18px;
    margin-bottom: 9px;
}
#voice .gray_block p span {
    font-weight: 600;
    color: #d42635;
}
#voice .gray_block .img{
    width: 72%;
    margin: 43px auto 33px;  
}

#voice .gray_block .txt{
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    color: #D42635;    
}

@media screen and (max-width:768px) {
    section#voice{margin-bottom: 10px;}
    #voice h1.ttl3{
        font-size: 2.2rem;
        padding: 3px 0 5px;
        letter-spacing: 1px;    
    }
    #voice h1.ttl3:after{
        bottom: -18px;
        border-width: 18px 28px 0;
    }
    #voice h1.ttl3 span{font-size: 2.8rem;}    
    
    #voice h1.ttl2{
        margin-bottom: 42px;
    }
    #voice h2.ttl {
        width: 100%;
        padding: 11px 8px 9px;
        font-size: 1.5rem;
    }    
    #voice h3{
        width: 300px;
        margin: 25px auto 15px;
        padding: 12px 26px 11px 38px;    
        font-size: 1.8rem;}
    
    #voice h3:before{
        border-bottom: solid 49px transparent;    
    }
    #voice h3:after{
        border-bottom: solid 49px white;    
    }
    
    #voice p.header_txt{
        width: 96%;
        font-size: 1.6rem;
    }
    
    #voice article.qa_block h2{
        margin-bottom: 0;
        padding-right: 50px;    
        font-size: 2.0rem;
    }
    #voice article.qa_block .box h2.ttl{
        padding: 8px 10px 9px;
        font-size: 1.6rem;
    }
    
    #voice .ttl_wrap {
        width: 58%;
    }
    #voice .df_sp{
        margin-bottom: 15px;    
        justify-content: space-between;
    }
    
    #voice .df_sp .img_block.sp{
        width: 38%;
    }
    #voice p{font-size: 1.6rem;}
    #voice p.name{font-size: 1.6rem;}
    #voice h2.ttl{
        padding: 11px 8px 9px;
        font-size: 1.5rem;}
    
    #voice .gray_block{
        margin: 32px auto 40px; 
        padding: 18px 10px 19px;
    }
    
    .gray_block h2{
        width: 250px;    
        margin-bottom: 15px;    
        padding: 5px 10px 4px;    
        font-size: 1.8rem;    
    }
    #voice .gray_block p{
        margin: 0 12px 9px; 
    }
    
    #voice .gray_block .img{
        width: 96%;
        max-width: 662px;
        margin: 38px auto 20px;
    }
    #voice .gray_block .txt{
        font-size: 2.0rem;
    }
    
}


/*** voice2 ***/
#voice2{   
    margin-bottom: 110px;
    position: relative;
}
#voice2 .voice_wrap{
    max-width: 1080px;
    margin: 60px auto 134px;
    padding: 12px 10px 1px;
    box-shadow: 0 0 5px #e2e2e2;
    border-radius: 20px;   
}
#voice2 .voice2_block {
    width: 100%;
    margin: 0 auto 10px;
    padding: 15px 30px 15px 13px;
    background: #F0F0F0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
}

#voice2 .voice2_block .img_block {
    max-width: 457px;
}
#voice2 .voice2_block .txt_block {
    max-width: 517px;
}
#voice2 .voice2_block .txt_block h2 {
    margin-bottom: 43px;
    padding-bottom: 4px;
    padding-left: 8px;
    font-size: 2.5rem;
    border-bottom: 1px solid #000;
    font-weight: 600;
    color: #51AB66;    
}
#voice2 .voice2_block .txt_block p {
    padding: 0 30px 0 50px;
    font-size: 2.0rem;
}

#voice2 .voice_block{
    max-width: 1045px;
    margin: 0 auto;
}
#voice2 .voice_block .bxslider{
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}
#voice2 .voice_block .bxslider li{
    width: 24%;
    margin: 0 0.5% 36px;
    box-shadow: 0 0 5px #e2e2e2;
    border-radius: 20px;
}

@media screen and (max-width:768px) {
    #voice2{
        margin-bottom: 10%;  
    }
    #voice2 .voice_wrap{
        margin: 34px auto;   
        width: 96%;
    }
    
    #voice2 .voice2_block {
        padding: 15px 10px 15px 10px;
        display: block;
    }
    #voice2 .voice2_block .img_block {
        max-width: 90%;
        margin: 0 auto;
        width: 457px;
    }
    #voice2 .voice2_block .txt_block{
        width: 100%;
        margin: 15px auto 0;
        max-width: 514px        
    }
    #voice2 .voice2_block .txt_block h2{
        margin-bottom: 16px;
        font-size: 1.8rem;    
    }
    #voice2 .voice2_block .txt_block p{
        padding: 0 0px 0 8px;
        font-size: 1.6rem;
    }
    
    #voice2 .voice_block .bxslider{
        padding: 1px 1% 3%;   
        justify-content: space-between;       
    }
    
    #voice2 .voice_block .bxslider li{
        width: 47%;
        margin-bottom: 3.5%;
    }
}

section#lawyer{margin-bottom: 158px;}

section#lawyer .lawyer_block{
    margin: 60px auto;
}

section#lawyer .lawyer_block p {
    margin-bottom: 44px;
    font-size: 2.0rem;
    display: flex;
    justify-content: center;
    line-height: 1.6;
}
section#lawyer .lawyer_block p span.emphasis{
    background: linear-gradient(transparent 43%, #FFFF26 0%);    
}

section#lawyer .lawyer_block .img {
    text-align: center;
}

section#lawyer .lawyer_block h3 {
    margin-bottom: 24px;
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width:768px) {
    section#lawyer {
        margin-bottom: 46px;
    }
    section#lawyer .lawyer_block{
        margin: 0 auto;    
    }
    
    section#lawyer .lawyer_block p{
        font-size: 1.6rem;
        margin-bottom: 31px;
    }
    
    section#lawyer .lawyer_block h3{
        font-size: 2.3rem;    
    }
}


/* media */
/* media */
section#media{
    margin-bottom: 40px;   
}

section#media h1.ttl2{
    margin-bottom: 74px;  
        font-size: 3.4rem; 
}

#media2 {
    margin: 58px auto 0;      
    display: flex;
    justify-content: center;
}
#media2 > div{
    width: 317px;
    margin: 0 14px;
    padding-bottom: 25px;    
    border: 2px solid #F2EEEB;   
}

#media2 > div h2 {
    margin: 0;
    padding: 23px 0 24px;    
    background: #F2EEEB;
    text-align: center;
    color: #000;
    line-height: 1.7;
    position: relative;
    font-size: 2.0rem;
    font-weight: bold;
}
#media2 > div h2::after {
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0px 0 0 -28px;
    border: 30px solid transparent;
    border-top-color: #F2EEEB;
    content: '';
}

#media2 > div .img {
    margin: 44px 0 20px;
    text-align: center;
}

#media2 > div .btn {
    width: 267px;
    margin: 0 auto;
    background: #D42635;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 0px 5px 2px #ccc;    
}
#media2 > div .btn a{
    width: 100%;
    padding: 11px 0;
    display: block;
    color: #fff;
    text-decoration: none;
}

.gray_block2 {
    width: 980px;
    margin: 86px auto 0;
    padding: 22px 0 30px;    
    background: #F0F0F0;
    border-top: 7px solid #D52635;
}
.gray_block2 > h2 {
    margin-bottom: 16px;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    color: #D52635;
}

.gray_block2 .white_block {
    width: 562px;
    margin: 0 auto 45px;
    padding: 30px 0 30px 57px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
}
.gray_block2 .white_block span.img{
    width: 128px;
    display: inline-block;
}
.gray_block2 .white_block span.txt{
    width: 435px;
    font-size: 2.0rem;
    font-weight: 600;
    color: #D52635;
    text-align: center;
    display: block;
}

.gray_block2 .comparison {
    justify-content: center;
}
.gray_block2 .comparison > div{
    width: 270px;    
    margin: 0 12px; 
    padding-bottom: 21px;
    position: relative;
}
.gray_block2 .comparison .type1 {
    background: #fff;
    border-radius: 10px;
}
.gray_block2 .comparison .type2 {
    background: url(../img/comparison_type2_bg.png)no-repeat top center;
    background-size: 100% 100%;
}

.gray_block2 .comparison > div h2 {
    width: 210px;
    margin: -14px auto 25px;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gray_block2 .comparison > div h2 span{
    width: 100%;
    padding: 9px 0 9px;
    background: #D52635;
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: 1;
    display: block;    
}
.gray_block2 .comparison > div.type2 h2 span{
    background: #A7A7A7;
}

.gray_block2 .comparison > div h2:before {
    content: "";
    border-style: solid;
    border-color: transparent transparent #D52635 transparent;
    border-width: 0 0px 40px 28px;
}
.gray_block2 .comparison > div.type2 h2:before{
    border-color: transparent transparent #A7A7A7 transparent; 
}

.gray_block2 .comparison > div h2:after {
    content: "";
    border-style: solid;
    border-color: #D52635 transparent transparent transparent;
    border-width: 40px 28px 0 0px;
}
.gray_block2 .comparison > div.type2 h2:after{
    border-color: #A7A7A7 transparent transparent transparent; 
}

.gray_block2 .comparison h3 {
    width: 200px;
    margin: 0 auto 20px;
    padding-bottom: 2px;
    text-align: center;
    border-top: 2px solid #D52635;
    border-bottom: 2px solid #D52635;
    font-size: 2.8rem;
    font-weight: 600;
    color: #D52635;
    line-height: 1.4;
}
.gray_block2 .comparison > div.type2 h3{
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;   
    color: #000000;    
}

.gray_block2 .comparison h3 span{
    font-size: 2.4rem;
}

.gray_block2 .comparison > div p{
    text-align: center;
    font-weight: 600;
}

.gray_block2 .comment {
    width: 612px;
    margin: 35px auto 0;
    padding: 12px 0 20px;
    background: #FBE8EA;
    border: 2px dotted #D72F3E;
    border-radius: 10px;
    font-size: 2.0rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
}

.gray_block2 .comment p > span {
    font-size: 2.0rem;
}
.gray_block2 .comment p > span > span{
    font-size: 3.0rem;
    font-family: 'Oswald';
    color: #D52635;
}


@media screen and (max-width:768px) {
    section#media{margin-bottom: 28px;}
    section#media h1{
        margin-bottom: 35px;
        font-size: 2.2rem;  
        letter-spacing: 0;
    }
    
    section#media h1.ttl2{
        font-size: 2.4rem;    
        margin-bottom: 34px;    
    }
    
    #media2{
        display: none;
    }
    #media h1:before, #media h1:after{
        width: 16px;
        height: 45px;
    }
    #media h1:before{
        margin-right: 10px;    
    }
    #media h1:after{
        margin-left: 10px;    
    }    
    
    #media .video{
        width: 96%;
        height: 200px;
        margin: 0 auto 5%;    
    }
    
    #media .inner > h2{
        font-size: 2.6rem;
        margin: 0px 10px 6%;
    }
    
    
    #media2 > div{
        margin: 0 auto 5%;
    }
    
    #media2 > div h2{
        padding: 15px 0 14px;    
        font-size: 1.8rem;
    }
    
    .gray_block2{
        width: 100%;
        margin: 36px auto 0;
        padding: 12px 0 15px;        
    }
    .gray_block2 > h2{
        margin-bottom: 8px;
        font-size: 2.2rem; 
    }
    
    .gray_block2 .white_block{
        width: 90%;
        margin: 0px auto 30px;    
        padding: 15px 0 15px 17px;    
    }
    .gray_block2 .white_block span.txt{
        font-size: 1.8rem;
    }
    
    .gray_block2 .comparison > div{
        width: 48%;
        max-width: 300px;
    }
    .gray_block2 .comparison > div h2{
        width: 100%;
        max-width: 250px;
        margin: -14px auto 15px;    
    }
    .gray_block2 .comparison > div h2:before{
        border-width: 0 0px 36px 20px;    
    }
    .gray_block2 .comparison > div h2:after{
        border-width: 36px 20px 0 0px;    
    }
    
    .gray_block2 .comparison > div h2 span{
        font-size: 1.8rem;    
    }
    
    .gray_block2 .comparison h3{
        width: 90%;
        margin: 0 auto 10px;    
        font-size: 2.1rem;    
    }
    .gray_block2 .comparison h3 span{font-size: 2.4rem;}
    
    .gray_block2 .comment{
        width: 96%;
        margin: 15px auto 0;  
        padding: 12px 0 10px;    
        font-size: 2.0rem;    
        line-height: 1.5;    
    }
    .gray_block2 .comment p > span{
        font-size: 2.6rem;
    }
    .gray_block2 .comment p > span > span{
        font-size: 3.5rem;
    }
    
}


/* chance */
section#chance h1{
    margin-bottom: 31px;
    padding: 4px 0 6px;
    background: #0C6A66;
    text-align: center;
}
section#chance h1 img{
    width: 40%;    
}

section#chance > p{
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 22px;
}
section#chance p.txt {
    display: flex;
    justify-content: center;
}
section#chance p.txt span{
    display: inline-block;    
    background: linear-gradient(transparent 60%, #FFFFBF 60%);
    font-size: 2.4rem;
    font-weight: 600;
}

section#chance p.txt2 {
    margin: 14px 0 12px;
    padding: 0 30px 0;    
    text-align: center;
    font-size: 1.8rem;
}

section#chance .img_block{
    margin: 65px 0 30px;    
    text-align: center;
}

section#chance .df .txt_block {
    font-size: 3.1rem;
    font-weight: 600;
    line-height: 1.85;
}

section#chance p.tac{
    margin-bottom: 60px;    
    font-size: 1.8rem;
}

section#chance .gray_block3 h2 {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 18px;
}

section#chance .gray_block3 > div{
    text-align: center;
    padding: 46px 0 36px;    
}

section#chance .gray_block3 > div .img{
    width: 52%;
    margin: 0 auto;    
    display: block;
}

section#chance .gray_block3 p{
    font-size: 2.0rem;
    width: 530px;
    margin: 40px auto 0;
    text-align: left;
    font-weight: 600;
}
section#chance .gray_block3 p span{
    display: inline;
    background:linear-gradient(transparent 60%, #FFFFBF 60%);
}

@media screen and (max-width:768px) {
    section#chance .gray_block3 p{width: 96%;}
    
    section#chance .gray_block3 h2{
        margin-bottom: 12px;
        font-size: 2rem;    
    }
    section#chance .gray_block3 > div{
        padding: 38px 0 20px;           
    }
    section#chance .gray_block3 > div .img{
        width: 90%;
        max-width: 662px;
        margin: 0 auto;   
        display: block;
    }
    section#chance .gray_block3 p{
        width: 90%;    
        font-size: 1.6rem;
    }
    
    section#chance .support_block p.txt2{
        margin: 8px 0 12px;
        font-size: 1.6rem;
    }
    

}


.gray_block4 h2{
    margin-bottom: 18px;
    font-size: 2.4rem;
    text-align: center;
    font-weight: 600;
}   

.gray_block4 .txt{
    margin-bottom: 32px;
    font-size: 2.8rem;
    font-weight: 600;
    color: #D52635;
    line-height: 1.4;
}

.gray_block4 > div {
    padding: 31px 10px 20px;
}

.gray_block4 span.img {
    width: 48%;
    margin: 0 auto 47px;
    text-align: center;
    display: block;
}

.green_block {
    width: 980px;
    margin: 0 auto;
    background: #F0F0F0;
    border-bottom: 5px solid #51AB66;    
}
.green_block h2 {
    padding: 10px 0 12px;    
    background: #51AB66;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
}

.green_block p.ttl {
    margin: 20px 0 0;
    font-size: 2.4rem;
    font-weight: 600;
    color: #51AB66;
    text-align: center;
    letter-spacing: 2px;
}

.green_block .support_block {
    width: 720px;
    margin: 58px auto 33px;
    padding-bottom: 20px;
    text-align: center;
    background: #fff;
    position: relative;
    border-radius: 15px;
}

.green_block .support_block h3{
    width: 210px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    top: -20px; 
}

.green_block .support_block h3 > span{
    width: 100%;
    padding: 9px 0 9px;
    background: #0C6A66;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: 1;
    display: block;
}
.green_block .support_block h3 > span > span{
    font-size: 2.2rem;   
    line-height: 0.9;    
}

.green_block .support_block h3:before{
    content: "";
    border-style: solid;
    border-color: transparent transparent #0C6A66 transparent;
    border-width: 0 0px 38px 28px;
}

.green_block .support_block h3:after{
    content: "";
    border-style: solid;
    border-color: #0C6A66 transparent transparent transparent;
    border-width: 38px 28px 0 0px;
}

.green_block .support_block p{
    font-size: 1.8rem;
}
.green_block .support_block p.txt{
    font-size: 2.5rem;
    font-weight: 600;
}
.green_block .support_block p.txt2{
    margin: 8px 0;    
    font-size: 1.8rem;
    font-weight: 600;
    color: #D42635;
}

 section#chance .gray_block4 p.txt2{
        text-align: left;
    }

.arrow_wrap{
    width: 90%;
    max-width: 620px;
    margin: 0 auto;
    position: relative;
    bottom: -5px;
    z-index: 1;
}


@media screen and (max-width:768px) {
    section#chance h1{
        margin-bottom: 10px;
        padding: 4px 10px 6px;    
    }
    section#chance h1 img{width: 100%}
    
    section#chance p{text-align: center;}
    section#chance p.txt{
        margin: 0 0 10px;
        display: block;
    }
    section#chance p.txt span{
        display: inline;
        font-size: 2rem;    
    }
    
    section#chance p.txt2{
        margin: 14px 0 12px;        
        font-size: 1.6rem;
        padding: 0;
    }
    
    section#chance .img_block{
        margin: 25px 0 15px;    
        text-align: center;
    }
    section#chance p.tac{
        margin-left: 14px;
        margin-bottom: 30px;    
        font-size: 1.6rem;   
        text-align: left;
    }
    
    aside.attention{
        width: 96%;
        margin: 38px auto 30px;    
    }
    
    section#chance aside.attention .df{
        margin: 41px 0 0;
    }
    
    aside.attention h2:after, aside.attention h2:before{
        width: 24px;    
        height: 22px;    
    }
    aside.attention h2 span{
        margin: 5px 10px 5px;    
        font-size: 2.4rem;
    }
    
    aside.attention h3{
        padding: 0px 0 0px;    
        font-size: 2.4rem;    
    }
    
    aside.attention .df > p{
        width: 30px;
        min-height: 510px;    
        margin-left: 0px;
        margin-right: 5px;
        font-size: 2rem;    
    }
    
    aside.attention .attention_block .box h4, 
    aside.attention .attention_block .box h4.last,
    aside.attention .attention_block .box p.company{
        width: 160px;
        margin: -10px auto 8px;
        top: -13px;  
    }
    
    
    aside.attention .attention_block .box h4 span, 
    aside.attention .attention_block .box h4.last span,
    aside.attention .attention_block .box p.company span{
        font-size: 2.0rem;
        padding: 8px 0 8px;    
    }
    aside.attention .attention_block .box h4:before, 
    aside.attention .attention_block .box h4.last:before,
    aside.attention .attention_block .box p.company:before{
        border-width: 0px 0px 36px 16px;      
    }
    aside.attention .attention_block .box h4:after, 
    aside.attention .attention_block .box h4.last:after,
    aside.attention .attention_block .box p.company:after{
        border-width: 36px 16px 0 0px;    
    }
    
    aside.attention .attention_block .box p.period{
        margin-top: -10px;
        font-size: 1.8rem;
        color: #0C6A66;    
    }
    
    aside.attention .attention_block .box .txt{
        font-size: 2.1rem;
    }
    
    aside.attention .attention_block .box h5{
        font-size: 1.8rem;
        margin-bottom: 4px;    
    }
    
    aside.attention .attention_block{
        width: 96%;
        margin: 0 auto;
    }
    aside.attention .attention_block .box .txt{
        width: 100%;
    }
    
    aside.attention .attention_block .box{
        min-height: auto;    
        padding: 0 10px 10px;
        font-size: 1.4rem;   
        display: block;
    }
    
    section#chance aside.attention .attention_block .box p{
        text-align: left;
    }
    
    aside.attention .attention_block .box:after{
        bottom: -15px;
        border-width: 15px 20px 0;    
    }
    
    section#chance aside.attention .attention_block .box p.note{
        font-size: 1.5rem;
        margin-top: 10px;
        padding: 5px 10px 5px;
        text-align: center;
    }
    
    .green_block{
        width: 96%;
    }
    .green_block h2{
        letter-spacing: 0px;
        font-size: 2.2rem;    
    }
    
    .green_block p.ttl{
        margin: 10px 0 0;
        font-size: 1.9rem;
    }
    
    .green_block .support_block{
        margin: 38px auto 43px;
    }
    
    .green_block .support_block h3 > span{
        padding: 6px 0 6px;    
        font-size: 1.6rem;    
    }
    .green_block .support_block h3 > span > span{
        font-size: 2.3rem;
    }
    .green_block .support_block h3:before{
        border-width: 0 0px 33px 20px;    
    }
    .green_block .support_block h3:after{
        border-width: 33px 20px 0 0px;
    }
    
    .green_block .support_block{
        width: 96%;
    }
    
    .green_block .support_block p.txt{
        margin: 0 0 10px; 
        font-size: 2rem;
    }
    .green_block .support_block p.txt2{
        font-size: 2.4rem;    
    }
    .green_block .support_block p{
        padding: 0 10px;
        font-size: 1.6rem;
    }
    
    .gray_block4{
        margin-bottom: 34px;
    }
    .gray_block4 h2{
        margin-bottom: 12px;
        font-size: 1.8rem;    
    }
    
    .gray_block4 > div{
        padding: 12px 10px 15px;
    }
    
    section#chance .gray_block4 .txt{
        margin: 0px 0 25px;
        font-size: 1.6rem;    
    }
    
    .gray_block4 span.img{
        width: 60%;
        margin-bottom: 16px;
    }
    
    section#chance .gray_block4 p.txt2{
        text-align: left;
    }
    
    
    aside.attention .box2{
        padding: 24px 15px 10px;
    }
    aside.attention .box2 h4{
        width: 247px;
        font-size: 2.1rem;
        padding: 14px 0 12px;    
    }
    
    aside.attention .box2 ul li{
        font-size: 2.2rem;
        align-items: baseline;
        margin-bottom: 6px;
    }
    aside.attention .box2 ul li:before{
        background-size: 100%;    
    }
    aside.attention .box2 ul li span{
        width: 90%;
        font-size: 1.6rem;    
    }
    
}

/* movie */
section#movie .video {
    width: 720px;
    height: 420px;
    margin: 90px auto 121px;
}


@media screen and (max-width:768px) {
    section#movie .video{
        width: 365px;
        height: 205px;
        margin: 0 auto 62px;    
    }
}

/* flow */
section#flow {
    background: #F0F0F0;
    margin: 0 0 88px;
    padding: 57px 0 61px;
}

section#flow .df{
    margin-top: 117px;
    justify-content: center;
}

section#flow .step_block {
    width: 280px;
    margin: 0 20px;
    padding: 0 10px 30px;
    background: #fff;
    border-radius: 15px;
}
section#flow .step_block span.img{
    width: 50%;
    height: 168px;
    margin: 23px auto 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section#flow .step_block h2{
    width: 155px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    top: -15px; 
}

section#flow .step_block h2 > span{
    width: 100%;
    padding: 13px 0 9px;
    background: #51AB66;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: 1;
    display: block;
}

section#flow .step_block h2:before{
    content: "";
    border-style: solid;
    border-color: transparent transparent #51AB66 transparent;
    border-width: 0 0px 40px 28px;
}

section#flow .step_block h2:after{
    content: "";
    border-style: solid;
    border-color: #51AB66 transparent transparent transparent;
    border-width: 40px 28px 0 0px;
}

section#flow .step_block h3 {
    margin: 0 auto 22px;
    padding: 6px 0 3px;
    text-align: center;
    border-top: 2px solid #51AB66;
    border-bottom: 2px solid #51AB66;
    font-size: 2.4rem;
    letter-spacing: -1px;
    font-weight: 600;
    color: #51AB66;
}

section#flow .step_block p{
    display: flex;
    justify-content: center;
    font-size: 2.0rem;
}

@media screen and (max-width:768px) {
    section#flow{
        margin: 35px 0 38px;
        padding: 23px 0 1px;
    }
    section#flow h1{
        margin-bottom: 33px;  
    }

    section#flow .df{
        margin-top: 43px;    
        flex-wrap: wrap;
    }
    section#flow .step_block{
        width: 46%;
        margin: 0 2% 6%;    
    }
    section#flow .step_block h2{
        width: 80%;    
        max-width: 175px;
    }
    
    section#flow .step_block h2 > span{
        font-size: 1.6rem;    
        padding: 7px 0 7px;    
    }
    section#flow .step_block h2:before{
        border-width: 0 0px 30px 10px;    
    }
    section#flow .step_block h2:after{
        border-width: 30px 10px 0 0px;
    }
    
    section#flow .step_block h3{
        margin: 0px auto 8px;    
        font-size: 1.6rem;    
    }
    
    section#flow .step_block span.img{
        width: 70%;
        margin: 0 auto;
        max-width: 130px;
        height: 148px;   
    }
    
    section#flow .step_block p{
        font-size: 1.6rem;
    }
}

/*** relief ***/
section#relief{
    margin-bottom: 165px;
}

section#relief h1.ttl2{
    margin-bottom: 137px;
}


section#relief .relief_block {
    width: 980px;
    margin: 0 auto 37px;
    border: 2px solid #D42635;
    border-radius: 30px;    
}

section#relief .relief_block > h2 {
    padding: 3px 0 11px;
    background: #d42635;
    color: #fff;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
    border-radius: 27px 27px 0 0;
}
section#relief .relief_block > h2 span{
    margin-left: 15px;
    font-size: 5.2rem;
    font-family: 'Oswald';  
    line-height: 0.9;
}

section#relief .df{
    padding: 10px;    
    align-items: center;
    justify-content: center;
    border-left: 10px solid #F2EEEB;
    border-right: 10px solid #F2EEEB;
    border-bottom: 10px solid #F2EEEB;
    border-radius: 0 0 30px 30px;     
}
section#relief .df .ttl_block{
    width: 338px;
    text-align: center;    
}
section#relief .df .ttl_block .img{
    margin-bottom: 23px;    
}

section#relief .df .ttl_block h2{
    margin-bottom: 19px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #D42635;
    line-height: 1;    
}
section#relief .df .ttl_block h2 span{
    font-size: 5.4rem;
    font-weight: bold;
    font-family: 'Oswald';    
}

section#relief .df .img {
    width: 170px;
    margin-right: 70px;    
    text-align: center;
}

section#relief .df .txt_block{
    width: 528px;
    min-height: 220px;
    font-size: 2.0rem;
    display: flex;
    align-items: center;
}

section#relief .df .txt_block h2{
    margin-bottom: 9px;
    color: #D22633;
    font-size: 3.1rem;
    font-weight: bold;
    
}
@media screen and (max-width:768px) {
    section#relief{
        margin-bottom: 28px;
    }

    section#relief h1.ttl2{
        margin-bottom: 30px;    
    }
    
    
    section#relief .relief_block{
        width: 96%;
        margin: 0 auto 22px;
        border-radius: 16px;    
    }    
    section#relief .relief_block > h2{
        font-size: 2rem;
        border-radius: 14px 14px 0 0;    
    }    
    
    section#relief .relief_block > h2 span{
        font-size: 4.1rem;
        margin-left: 10px;    
    }
    
    section#relief .df{
    border-radius: 0 0 14px 14px;
    padding: 0 5px 5px 10px;   
    }
    section#relief .df .ttl_block{
        width: 30%;
    }
    section#relief .df .txt_block{
        width: 68%;
        min-height: auto;
        margin-left: 2%;
    }
    section#relief .df .ttl_block h2{
        font-size: 2.2rem;
    }
    section#relief .df .ttl_block h2 span{
        font-size: 4rem;
    }
    section#relief .df .txt_block{
        padding: 15px 10px;
        font-size: 1.6rem;
    }
    section#relief .df .txt_block h2{
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    
    section#relief .df .img{
        width: 80px;
        max-width: 170px;
        margin-right: 10px;    
    }    

}


section#reason{
    max-width: 1040px;
    margin: 0 auto 156px;    
    background: url(../img/about_photo.png)no-repeat bottom right;
    background-size: 30%;
}

section#reason .ttl_block{
    margin-top: 130px;    
    margin-bottom: 46px;    
}

section#reason .ttl_block .txt{
    width: 940px;    
    
}
section#reason .txt_block p{
    line-height: 1.8;
    font-size: 2.2rem;
}
section#reason .txt_block p span.fontL{
    font-size: 4.1rem;
    font-weight: 600;
    font-family: "Hiragino Mincho ProN", "Times New Roman", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

@media screen and (max-width:768px) {
    section#reason{
            margin: 0 auto 36px;
        background: none;
    }
    section#reason .ttl_block {
        margin-top: 40px;    
        margin-bottom: 16px;
    }
    section#reason .ttl_block .txt{
        width: 100%;
    }
    section#reason .txt_block{
        width: 90%;
        margin: 0 auto;
    }
    
    section#reason .txt_block p{
        font-size: 1.6rem;
    }
    section#reason .txt_block p span.fontL{
        font-size: 2.2rem;
    }
}


section#faq{
    margin: 270px 0 90px;}

section#faq .inner{
    padding: 85px 0 39px;
    background: #F0F0F0;
}

section#faq h1.ttl2{
margin-bottom: 70px;
}

section#faq article.qa_block h2 > span{
    display: flex;
    align-items: baseline;
}

section#faq article.qa_block h2 span.questions{
    font-size: 2.4rem;
    margin-right: 5px;    
}

section#faq article.qa_block .box .txt{
    font-size: 2.2rem;
    padding: 0 10px;    
    width: 100%;
    display: flex;
    margin-bottom: 15px;
}

section#faq article.qa_block .box .txt span.anser{
    font-weight: bold;
    color: #D42635;
    display: inline-block;
    margin-right: 10px;
}

section#faq article.qa_block .box .txt2{
    padding: 0 10px;    
    width: 100%;
    margin-bottom: 15px;    
}

section#faq article.qa_block .box span.ttl{
    margin-top: 30px;
    font-size: 2.2rem;
    font-weight: bold;
    display: block;
    margin-right: 10px;
}

section#faq article.qa_block .box .img{
    text-align: center;
}


@media screen and (max-width:768px) {
    section#faq{margin: 36px 0 37px;}
    section#faq > .inner{
        padding: 20px 0 10px;    
    }
    section#faq h1.ttl2{
        margin-bottom: 25px;    
    }
        
    section#faq article.qa_block{
        margin: 0 auto 1%;    
    }    
    
    section#faq article.qa_block h2 span.questions{
        font-size: 1.9rem;
    }
    
    section#faq article.qa_block .box .txt{
        font-size: 1.6rem;
        line-height: 1.6; 
        padding: 0;    
    }
    
    section#faq article.qa_block .box .txt2{
        font-size: 1.6rem;
        padding: 0;    
    }
    section#faq article.qa_block .box span.ttl{
        margin-right: 0;
        font-size: 2.0rem;    
    }
    
}

/*** company ***/

section#company .company_block{
    max-width: 1045px;
    margin: 60px auto 43px;
    
}
section#company .company-prof {
    display: flex;
}

section#company .company-prof dl{
    width: 50%;
}

section#company .company_block dl{
    padding: 11px 26px 4px;
    border-bottom: 1px dotted #707070;
}
section#company .company_block dl.last{
    border-bottom: none;
}

section#company .company_block dt {
    margin-bottom: 3px;
    font-size: 2.7rem;
    font-weight: 600;
    color: #51AB66;
}

section#company .company_block dd {
    font-size: 2.4rem;
}

section#company .map {
    max-width: 1080px;
    height: 533px;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    section#company .company_block{
        margin: 35px auto 43px;    
        width: 100%;
    }
    section#company .company_block dl {
        padding: 5px 12px 4px;
    }    
    section#company .company_block dt{
        font-size: 1.8rem;
    }
    section#company .company_block dd{
        font-size: 1.6rem;
    }
    section#company .map{
        max-width: 96%;
        height: 295px;    
    }
    
}

/*** contact ***/
section#contact{
    padding-bottom: 90px;
}

section#contact > .inner{
    padding: 160px 0 0;
}

section#contact > .inner > p{
    margin-bottom: 53px;
    font-size: 2.2rem;
    text-align: center;
}

section#contact dl {
    width: 986px;
    margin: 0 auto;
    padding: 0px 0 27px;
    border-top: 1px dashed #A4A4A4;    
}
section#contact dl:first-child{
    border-top: none;
}

section#contact dt{
    margin-bottom: 10px;
    font-size: 2.6rem;
    font-weight: bold;
    padding-top: 8px;
}
section#contact dt span{
    color: #D42635;
}


section#contact dd{
    font-size: 2.0rem;
    font-weight: bold;
}

section#contact input[type="text"],
section#contact input[type="email"],
section#contact input[type="tel"],
section#contact select,
section#contact textarea {
    width: 100%;
    font-size: 2.0rem;
    border: 3px solid #E1E1E1;
    border-radius: 10px;
    padding: 18px 10px;
    outline: none;
    background: #F2EEEB;
    
}

section#contact textarea {
    height: 237px;
    margin-top: 10px;
}

.checkbox-label{
    margin-top: 7px;
    padding-left: 30px;
    font-size: 2.4rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
}
.checkbox-label input[type="checkbox"]{
    width: 18px;
    height: 18px;
    margin-right: 5px;
    border: 2px solid #999;    
    position: absolute;
    left: 0;    
    border-radius: 2px;    
}    

.checkbox-label input[type="checkbox"]:checked::before{
    content: "";
    position: absolute;
    top: 1px;
    left: 0px;
    display: inline-block;
    width: 15px;
    height: 8px;
    border-left: 3px solid #009a9a;
    border-bottom: 3px solid #009a9a;
    transform: rotate(-54deg);
}


section#contact form .contact-btn {
    text-align: center;
    margin-top: 35px;
}

section#contact .contact-btn {
    text-align: center;
    float: none;
    margin: 3.4% 0 0;
}

section#contact .contact-btn input[type="submit"] {
    background: #51AB66;
    color: #fff;
    font-size: 2.4rem;
    width: 385px;
    height: 107px;
    border: none;
}

section#contact .contact-btn input[type="submit"]:hover {
    opacity: 0.8;
}

section#contact ul.consultation {
    margin-bottom: 17px;
    margin-left: 130px;
}

section#contact ul li label.checkbox-label {
    width: 100%;
}

section#contact form .checkbox01-input {
    display: none;
}

section#contact form .checkbox01-parts {
    font-size: 2.6rem;
    padding-left: 30px;
    position: relative;
    font-weight: bold;
}

section#contact form .checkbox01-parts a{
    color: #00A3D9;
    border-bottom: 1px solid #00A3D9;
}

section#contact form .checkbox01-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #999;
    border-radius: 2px;
}
section#contact form .checkbox01-input:checked {
    color: #009a9a;
}
section#contact form .checkbox01-input:checked + .checkbox01-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 5px;
    width: 9px;
    height: 18px;
    transform: rotate(40deg);
    border-bottom: 3px solid #009a9a;
    border-right: 3px solid #009a9a;
}

section#contact p.txt {
    margin-left: 130px;
}

section#contact form label {
    display: block;
    text-align: center;
}

#policy-block .box-wrap{
    background: #fff;
    border: 2px solid #51AB66;
}

#policy-block{
    width: 986px;
    margin: 35px auto; 
    padding: 10px;
}
#policy-block .box-wrap h1{
    background: #51AB66;
    padding: 17px 0 20px;
    font-size: 2.4rem;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}
#policy-block h1:after,
#policy-block h1:before{display: none;}

.policy-block-inner {
    height: 150px;    
    overflow: auto;
    padding: 10px 20px;
    color: #333;
}
#policy-block h2{
    background: #51AB66;
    font-size: 2.0rem;
    color: #fff;  
    margin: 10px 0;
    padding: 6px 0 5px 8px;}


@media screen and (max-width:768px) {
    section#contact{
        padding-bottom: 30px;
   
    }
    
    section#contact h1{
        margin-bottom: 5px;    
    }
    section#contact > .inner{
        padding: 33px 0 0;    
    }
    section#contact > .inner > p{
        margin-bottom: 23px;    
        font-size: 1.6rem;    
    }
    
    section#contact dl{
        padding: 10px 0;    
        display: block;
        width: 100%;    
    }
    section#contact dt{
        width: 100%;
        margin-bottom: 10px;
        padding-top: 0;
        padding-left: 5px;
        font-size: 1.6rem;
        font-weight: bold;
    }
    section#contact dd{
        width: 100%;
        font-size: 1.6rem;
    }
    
    #policy-block{
        width: 100%;
        margin: 35px auto 0;
    }
    
    section#contact ul.consultation{
        margin-left: 10px;    
    }
    
    section#contact .contact-btn input[type="submit"]{
        width: 100%;
    }
    
    section#contact input[type="text"], section#contact input[type="email"], section#contact input[type="tel"], section#contact select, section#contact textarea{
        font-size: 1.6rem;    
        padding: 8px 10px;    
    }
    
    .checkbox-label{
        margin-top: 10px;
        font-size: 1.6rem;
        display: flex;
        align-items: baseline;  
    }
    
    section#contact .contact-btn{
        width: 90%;
        max-width: 350px;
        margin: 0 auto;
    }
    
    section#contact .contact-btn input[type="submit"]{
        font-size: 1.6rem;
        height: 47px;    
    }
    section#contact form .checkbox01-parts{
        font-size: 1.6rem;    
    }
    
    #policy-block .box-wrap h1{
        padding: 5px 0 10px;  
        font-size: 2.0rem;
    }
    #policy-block h2{
        font-size: 1.8rem;
    }
    section#contact p.txt {
        margin-left: 0;
    }
    
    section#contact form .checkbox01-parts::before{
        top: 2px;
    }
    section#contact form .checkbox01-input:checked + .checkbox01-parts::after{
        top: 2px;
    }

    .checkbox-label{margin-top: 14px;}
    .checkbox-label input[type="checkbox"]{
        width: 20px;
        height: 20px;
    }
    .checkbox-label input[type="checkbox"]:checked::before{
        top: 2px;    
    }
}

/********* footer *********/
footer{background: #51AB66;}

footer .footer-copy{
    padding: 20px 0;
    color: #fff;
    font-size: 1.4rem;}

footer .footer-inner {
    width: 1000px;
    margin: 0 auto;
    text-align: center;}

@media screen and (max-width:768px) {
    footer {
        min-width: 100%;
        margin-bottom: 77px;}

    footer .footer-inner {
        width: 100%;
        display: block;}

    footer .footer-copy{text-align: center;}
    
    /*** sideBtn ***/
    #side-btn {
        padding: 3% 0 1%;
        background: #e9efefc4;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 5;
        text-align: center;
        align-items: baseline;
        display: flex!important;
        z-index: 1;
        
    }

    #side-btn > div {height: 100%;}
    #side-btn img {width: 100%;}
}


.floating {
    width: 100%;
    padding: 8px 0px 3px;
    position: fixed;
    bottom: 0;
    background: #fff;
    box-shadow: 0 0 10px #afb7bc;
    z-index: 1;
}

.floating .df{
    justify-content: center;
    align-items: center;
}

.floating .btn,
.floating .btn2 {
    width: 23%;
    margin: 0 5px;
}

.floating .btn a, 
.floating .btn2 a {
    width: 100%;
    padding: 5px 0 4px;
    font-size: 1.4rem;
    border-radius: 12px;
    border-bottom: 6px solid #EBE4E0;
    text-align: center;
    display: block;
    color: #fff;
}

.floating .btn a {
    background: #FF9326;
}
.floating .btn2 a {
    background: #32AA61;
}
.floating .btn a:before {
    content: '';
    background: url(../img/icon_shindan.png)no-repeat;
    background-size: 100%;
    width: 20px;
    height: 26px;
    display: block;
    margin: 0 auto;
}
.floating .btn2 a:before {
    content: '';
    background: url(../img/icon_mail.png)no-repeat center center;
    background-size: 100%;
    width: 22px;
    height: 26px;
    display: block;
    margin: 0 auto;
}

.floating .tell p.txt2 {
    font-size: 1.0rem;
    font-weight: 600;
    line-height: 1;
}
.floating .tell p.number {
    font-weight: 600;
    font-family: 'Oswald';
    font-size: 2.8rem;
    line-height: 1;
}

.floating p.txt {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.3;
}

/*** thanks.html ***/
article#thanks {
    font-size: 25px;
    text-align: center;
    line-height: 1.5;
    margin: 190px 0;
}




