@charset "utf-8";

/****************************************

    /* CSS Reset

*****************************************/

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 {
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
    margin: 0;
    padding: 0;
}		

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 {
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
}

ins {
    color: #000;
    text-decoration: none;
    background-color: #ff9;
}

mark {
    color: #000;
    font-style: italic;
    font-weight: bold;
    background-color: #ff9;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select, textarea, img, th, td {
    vertical-align: middle;
}

ul, dl, ol {
    list-style: none;
}

/****************************************

    /* 共通設定

*****************************************/

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
            appearance: none;
}

body {
    font-family: Meiryo, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    background: #fff;
    -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 800px) {

body {
    font-size: 14px;
}

}

h1, h2, h3, h4, h5, h6, th {
    font-weight: normal;
}

a {
    color: #333;
    text-decoration: underline;
    transition-duration: .3s;
}

a:hover {
    text-decoration: none;
    transition-duration: .3s;
}

a:hover img {
    -moz-opacity: .5;
    opacity: .5;
    transition-duration: .3s;
}

img, video, object {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: none;
    transition-duration: .3s;
}

button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

table {
    table-layout:fixed;
}

table th,
table td {
    vertical-align: middle;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.font-red{
    color: #f00;
}
.underline{
    text-decoration: underline;
}
.text a{
    color: #001eff;
}

/* ■ Wrap
----------------------------- */

.wrap {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
@media screen and (min-width:980px) and ( max-width:999px){
    .wrap {
        width: 100%;
    }
    img{
        max-width: 100%;
    }
}

.wrap:after {
    content: "";
    display: block;
    clear: both;
}


/* ■ Flexbox
----------------------------- */

.flex {
    display: flex;
    margin: 0 auto;
}

.flex li {
    flex: 1;
    margin: 0 auto;
}

@media screen and (max-width: 800px) {

.flex {
    flex-direction: column;
}

}

/* ■ scrollTop
----------------------------- */

#scrollTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

#scrollTop a {
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    text-decoration: none;
    background: rgba(0,0,0,.50);
    position: relative;
    border-radius: 20px;
}

#scrollTop a::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: rotate(-45deg);
    transition-duration: .3s;
}

#scrollTop a:hover {
    text-decoration: none;
    background: rgba(0,0,0,.75);
}

#scrollTop a:hover::after {
    margin-top: -8px;
    transition-duration: .3s;
}




/****************************************

    /* header

*****************************************/

header {
    text-align: right;
}

/****************************************

    /* #keyvisual

*****************************************/

#keyvisual {
    width: 100%;
    text-align: center;
    background: url(images/keyvisual-bg.jpg);
    background-size: cover;
}

#keyvisual header{
    padding-top: 15px;
}


/****************************************

    /* .cta

*****************************************/

.cta {
    text-align: center;
}
.cta .top{
    background: url(images/cta-top-bg.jpg) repeat top left;
}
.cta .wrap{
    position: relative;
}
.cta .wrap p{
    text-align: center;
    margin: 0 auto;
}
.cta .bottom {
    background: url(images/cta-bottom-bg.jpg) no-repeat;
    background-size: cover;
}
.cta .gif{
    position: absolute;
    top: 640px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/****************************************

    /* #section01

*****************************************/

#section01 {
    text-align: center;
    background: url(images/pattern01.jpg) repeat top left;
}
#section01 h1{
    background: url(images/section01-h1-bg.jpg) repeat-x top left;
}
#section01 .bottom {
    background: url(images/section01-bottom-bg.jpg) no-repeat;
    background-size: cover;
}

/****************************************

    /* #section02

*****************************************/

#section02 {
    text-align: center;
    background: url(images/pattern01.jpg) repeat top left;
}
#section02 h1{
    background: url(images/h1-bg.jpg) repeat-x top left;
}
#section02 .top {
    padding-bottom: 75px;
}
#section02 h2{
    margin-top: -50px;
}
#section02 .bottom {
    background: url(images/section02-bottom-bg.jpg) no-repeat top 50px center;
    background-size: cover;
}




/****************************************

    /* #section03

*****************************************/

#section03 {
    text-align: center;
    background-image: url(images/section03-gokaku.png),url(images/pattern01.jpg);
    background-repeat: no-repeat , repeat;
    background-position: calc(50% + 425px) 1045px , top left;
    background-size: auto auto , auto auto;
}
#section03 h1{
    background: url(images/h1-bg.jpg) repeat-x top left;
    margin-bottom: 70px;
}
#section03 h2{
    padding: 3rem 5% 0;
    background-image: url(images/section03-h2-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
#section03 dl{
    width: 49%;
}
#section03 dl dt{
    text-align: center;
    margin-bottom: -20px;
    transform: rotate(0deg);
}
#section03 .dl01 dd{
}

#section03 .dl01,
#section03 .dl03{
    float: left;
}
#section03 .dl02,
#section03 .dl04{
    float: right;
}
#section03 .dl05{
    text-align: center;
    margin: 0 auto;
}
/****************************************

    /* #section04

*****************************************/


#section04 {
    text-align: center;
    background: url(images/pattern01.jpg) repeat top left;
}
#section04 dl{
    text-align: left;
    margin-top: 50px;
    padding-bottom: 100px;
}
#section04 dt{
    display:block;
    line-height:100px;
    cursor:pointer;
    background: url(images/section04-Q.jpg) no-repeat top 25px left 35px;
    text-indent: 100px;
    color: #222222;
    font-size: 20px;
}
#section04 dd{
    line-height:40px;
    color: #222222;
    font-size: 20px;
    background: url(images/section04-A.jpg) no-repeat top 30px left 35px;
    padding: 30px 0 30px 100px;
    border-bottom: 1px #aaaaaa dotted;
}

/****************************************

    /* #section05

*****************************************/

#section05 {
    text-align: center;
}
#section05 h1{
    background: url(images/section05-h1-bg.jpg) repeat top left;
}

/****************************************

    /* footer

*****************************************/

footer{
    background: url(images/footer-bg.jpg);
    background-size: cover;
    padding-bottom: 20px;
    text-align: center;
}
footer small{
    color: #fff;
    font-size: 14px;
}
