@charset "UTF-8";

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-3x {
    font-size: 3em
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.indexLayout .contentsBox01 p {
    text-align: center
}

.indexLayout #main h2 {
    width: 100%;
    font-size: 250%;
    position: relative;
    display: inline-block;
    color: #212964;
    margin-bottom: 45px;
    text-align: center;
    height: auto;
    background-position: 0 0;
    background-size: auto auto
}

.indexLayout #main h2::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 70px;
    height: 5px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #212964
}

.indexLayout .contentsBox01 #c02.cassette {
    background: url(/img/top_bg01.webp)
}

#slider {
    width: 100%;
    height: 600px
}

.wrapper {
    position: relative
}

.text {
    display: inline-block
}

@media screen and (max-width:959px) {
    .indexLayout #main h2 {
        font-size: 200%
    }

    .indexLayout #main h2::before {
        width: 60px
    }
}

@media screen and (max-width:760px) {
    .indexLayout #main h2::before {
        width: 50px
    }

    #slider {
        width: 100%;
        height: 416px
    }
}

header,
nav {
    display: block
}

body,
div,
p,
ul,
li,
h1,
h2 {
    margin: 0px;
    padding: 0px;
    line-height: 200%
}

ul {
    list-style-type: none
}

img {
    border: 0px;
    vertical-align: bottom;
    margin-bottom: 10px
}

#container {
    width: 100%;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%
}

#contents {
    padding-bottom: 50px
}

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

a {
    text-decoration: none;
    color: #2b2b2b
}

i {
    display: inline-block;
    margin-right: 5px
}

body {
    font-size: 90%;
    color: #2b2b2b;
    font-family: "Noto Sans Japanese", "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
    -webkit-text-size-adjust: 100%
}

div#slider {
    width: 100%;
    height: 600px
}

@media screen and (min-width:960px) {
    .pcTab {
        margin-top: 20px
    }
}

@media screen and (max-width:959px) {
    .pcTab {
        display: block
    }
}

@media screen and (max-width:760px) {
    .pcTab {
        display: none
    }

    .flex01 {
        display: block
    }

    div#slider {
        width: 100%;
        height: 416px
    }
}

#header {
    width: 960px;
    margin: 0 auto
}

#header #modal {
    display: none
}

#container h2 {
    background-position: center center;
    background-size: cover;
    height: 300px
}

@media screen and (max-width:959px) {
    #container h2 {
        height: 250px
    }
}

@media screen and (max-width:760px) {
    #container h2 {
        height: 150px
    }
}

#main {
    width: 100%
}

#main .cassette {
    margin-bottom: 40px
}

#main .cassette p {
    margin: 0 0 20px
}

#container .contentsBox01 {
    background-image: url("/common/img/bg_img01.webp");
}

#container .contentsBox01 #contents {
    margin-top: 30px
}

#container .contentsBox01 #contents #main .cassette:nth-child(2n) {
    background-color: #fff;
    padding: 60px 0
}

#contents #main .inner {
    width: 960px;
    margin: auto
}

.btn01 {
    background-color: #ec6941;
    width: 190px;
    text-align: center;
    margin: 20px 0
}

.btn01 a {
    display: block;
    color: #FFF;
    padding: 10px 0
}

@media screen and (max-width:959px) {
    #contents #main .inner {
        width: 96%
    }
}

#header .innner {
    margin: 20px 0
}

#header .innner #headerIn .phone {
    display: none
}

@media screen and (max-width:959px) {
    #header {
        width: 100%
    }
}

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

    #header .flex01,
    #header .innner #headerIn .phone {
        display: block
    }

    .btn01 {
        margin: 20px auto
    }

    #header .innner #headerIn .phone {
        text-align: center;
        color: #212964;
        font-weight: bold;
        margin-top: 15px
    }

    #header .innner #headerIn .phone span {
        font-size: 150%
    }
}

#header #gNavi li {
    width: 20%;
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

#header #gNavi li a {
    font-size: 115%;
    display: block;
    width: 100%;
    padding: 15px 0;
    border-right: solid 1px #b5b5b5
}

#header #gNavi li:first-child {
    border-left: solid 1px #b5b5b5
}

.pull-down-list {
    display: none
}

@media only screen and (max-width:959px) {
    #header #modal {
        display: block
    }

    #gNavi {
        display: none
    }

    .pull-down-list {
        display: block
    }

    .pull-down-inner {
        width: 100%;
        position: relative;
        padding: 15px;
        box-sizing: border-box;
        border-top: solid 1px #bfbfbf;
        border-bottom: solid 1px #bfbfbf;
        color: #2e2e2e;
        font-size: 120%
    }

    .pull-down-inner .clearfix i {
        font-size: 120%;
        margin-right: 5px
    }

    .pull-down-list li a {
        display: block;
        width: 100%;
        position: relative;
        padding: 10px 15px;
        box-sizing: border-box;
        text-decoration: none;
        color: #212121;
        line-height: 2em
    }

    .pull-down-list li {
        border-bottom: 1px solid #bfbfbf
    }
}

@media only screen and (max-width:760px) {
    h1 {
        max-width: 300px;
        margin: 0 auto
    }

    h1 img {
        width: 100%;
        height: auto
    }
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    overflow: hidden
}

.clearfix {
    display: inline-block
}

.clearfix {
    display: block
}