@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
#mainimage {
    /*margin-top: 60px;*/
}
#slider .container {
    box-sizing: border-box;
}
#slider .slide01 {
    background: url(../img/index_img/bg_slide01.jpg) center no-repeat;
    background-size: cover;
}
#slider .slide02 {
    background: url(../img/index_img/bg_slide02.jpg) center no-repeat;
    background-size: cover;
}
#slider .slide03 {
    background: url(../img/index_img/bg_slide03.jpg) center no-repeat;
    background-size: cover;
}
#slider .swiper-slide .container {
    display: flex;
    align-items: center;
    height: calc(100vw * 1 / 1.414);
}
#slider .swiper-slide h2 {
    width: 100%;
    text-align: center;
}
@media print, screen and (min-width:768px) {
    #slider .swiper-slide .container {
        height: 520px;
    }
}
@media print, screen and (min-width:992px) {
    #mainimage {
        margin-top: 60px;
    }
    #slider .swiper-slide .container {
        height: 650px;
    }
}
/*------------------------------------------------------------content*/
/* news */
#news {
    padding: 30px 0;
}
/*更新プログラム(連動)フォーマット*/
#news01 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
#news01 dl {
    text-align: left;
    padding: 0 0 10px 0;
}
#news01 dl dt {
    display: inline-block;
    color: #fff;
    font-size: 0.875em;
    background: #0568a6;
    padding: 0 7px;
}
#news01 dl dd div.newstitle {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#news01 dl dd div.newstitle a {
    color: #111;
}
#news01 dl dd div.newstitle a:hover {
    color: #9a0715;
}
#news .btn_s a {
    max-width: 180px;
    line-height: 34px;
    margin: 0 auto;
}
@media print, screen and (min-width:768px) {
    #news {
        padding: 45px 0;
    }
    #news01 {
        margin-bottom: 16px;
    }
    #news01 dl {
        padding: 0 0 20px 0;
    }
    #news01 dl dt {
        float: left;
        padding: 0px 9px 2px;
    }
    #news01 dl dd {
        padding: 0 0 0 120px;
    }
}
@media print, screen and (min-width:992px) {
    #news {
        padding: 60px 0;
    }
}

/* banner_area */
#banner_area {
    background: url("../img/index_img/bg_banner_area.png") center no-repeat;
    background-size: cover;
    padding: 30px 0;
}
@media print, screen and (min-width:768px) {
    #banner_area {
        padding: 45px 0;
    }
}
@media print, screen and (min-width:992px) {
    #banner_area {
        padding: 60px 0;
    }
}
#bnr_01 {
    margin-bottom: 15px;
}
#bnr_01 a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-shadow: rgb(5, 104, 166) 3px 0px 0px, rgb(5, 104, 166) 2.83487px 0.981584px 0px, rgb(5, 104, 166) 2.35766px 1.85511px 0px, rgb(5, 104, 166) 1.62091px 2.52441px 0px, rgb(5, 104, 166) 0.705713px 2.91581px 0px, rgb(5, 104, 166) -0.287171px 2.98622px 0px, rgb(5, 104, 166) -1.24844px 2.72789px 0px, rgb(5, 104, 166) -2.07227px 2.16926px 0px, rgb(5, 104, 166) -2.66798px 1.37182px 0px, rgb(5, 104, 166) -2.96998px 0.42336px 0px, rgb(5, 104, 166) -2.94502px -0.571704px 0px, rgb(5, 104, 166) -2.59586px -1.50383px 0px, rgb(5, 104, 166) -1.96093px -2.27041px 0px, rgb(5, 104, 166) -1.11013px -2.78704px 0px, rgb(5, 104, 166) -0.137119px -2.99686px 0px, rgb(5, 104, 166) 0.850987px -2.87677px 0px, rgb(5, 104, 166) 1.74541px -2.43999px 0px, rgb(5, 104, 166) 2.44769px -1.73459px 0px, rgb(5, 104, 166) 2.88051px -0.838247px 0px;
    text-decoration: none;
    background: url("../img/index_img/brush_tl.png") left top no-repeat,url("../img/index_img/brush_br.png") right bottom no-repeat,url("../img/common_img/bg_btn.png") 0 0 repeat;
    background-size: 180px, 180px, 36px;
    border: 2px solid #0568a6;
    padding: 20px 0;
    position: relative;
}
#bnr_01 a:hover {
    opacity: .6;
}
#bnr_01 a span {  }
#bnr_01 a span:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    vertical-align: middle;
    margin-right: 20px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media print, screen and (min-width:768px) {
    #bnr_01 {
        margin-bottom: 30px;
    }
    #bnr_01 a {
        font-size: 24px;
        background-size: auto, auto, auto;
        padding: 30px 0;
    }
}
#bnr_02 {}
#bnr_02 li {
    margin-bottom: 15px;
}
#bnr_02 li a {
    min-height: 230px;
    display: flex;
    color: #fff;
    text-decoration: none;
}
#bnr_02 li a:hover {
    opacity: .6;
}
#bnr_02 li:nth-child(1) a {
    background: url("../img/index_img/bg_bnr01.jpg") center no-repeat;
    background-size: cover;
}
#bnr_02 li:nth-child(2) a {
    background: url("../img/index_img/bg_bnr02.jpg") center no-repeat;
    background-size: cover;
}
#bnr_02 li:nth-child(3) a {
    background: url("../img/index_img/bg_bnr03.jpg") center no-repeat;
    background-size: cover;
}
#bnr_02 li:nth-child(4) a {
    background: url("../img/index_img/bg_bnr04.jpg") center no-repeat;
    background-size: cover;
}
#bnr_02 li:nth-child(5) a {
    background: url("../img/index_img/bg_bnr05.jpg") center no-repeat;
    background-size: cover;
}
#bnr_02 li:nth-child(6) a {
    background: url("../img/index_img/bg_bnr06.jpg") center no-repeat;
    background-size: cover;
}
#bnr_02 li a .tx_box {
    display: inline-flex;
    width: 110px;
    min-height: 230px;
    text-align: left;
    background: url("../img/index_img/bg_bnr_title.png") 0 0 no-repeat, linear-gradient(rgba(32, 47, 56, 0.6), rgba(32, 47, 56, 0.6));
    background-size: cover, auto;
    padding: 12px 15px 0 0;
    margin-left: auto;
}
#bnr_02 li a .catch {
    width: 1em;
    order: 2;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: 700;
	line-height: 1.0;
}
#bnr_02 li a .catch .pun {
    display: inline-block;
    width: 1em;
    margin-top: -0.6em;
    margin-left: 0.4em;
    margin-bottom: 0.1em;
}
#bnr_02 li a .catch .tx_s {
    display: inline-block;
    width: 1em;
    margin-left: 0.1em;
}
_:lang(x)+_:-webkit-full-screen-document, #bnr_02 li a .catch .pun {
    margin-left: 0.6em;
}

#bnr_02 li a .bnr01_title {
    order: 1;
}
#bnr_02 li a .bnr01_title img {
    width: 80px;
    height: auto;
}
@media print, screen and (min-width:768px) {
    #bnr_02 li {
        margin-bottom: 30px;
    }
    #bnr_02 li a {
        min-height: 273px;
    }
    #bnr_02 li a .tx_box {
        width: 130px;
        min-height: 273px;
        padding: 20px 30px 0 0;
    }
    #bnr_02 li a .bnr01_title img {
        width: 94px;
    }
}
@media print, screen and (min-width:992px) {
    #bnr_02 li a {
        min-height: 315px;
    }
    #bnr_02 li a .tx_box {
        width: 150px;
        min-height: 315px;
    }
    #bnr_02 li a .bnr01_title img {
        width: auto;
    }
}
#bnr_03 li:not(:last-child) {
    margin-bottom: 10px;
}
#bnr_03 a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-shadow: rgb(5, 104, 166) 3px 0px 0px, rgb(5, 104, 166) 2.83487px 0.981584px 0px, rgb(5, 104, 166) 2.35766px 1.85511px 0px, rgb(5, 104, 166) 1.62091px 2.52441px 0px, rgb(5, 104, 166) 0.705713px 2.91581px 0px, rgb(5, 104, 166) -0.287171px 2.98622px 0px, rgb(5, 104, 166) -1.24844px 2.72789px 0px, rgb(5, 104, 166) -2.07227px 2.16926px 0px, rgb(5, 104, 166) -2.66798px 1.37182px 0px, rgb(5, 104, 166) -2.96998px 0.42336px 0px, rgb(5, 104, 166) -2.94502px -0.571704px 0px, rgb(5, 104, 166) -2.59586px -1.50383px 0px, rgb(5, 104, 166) -1.96093px -2.27041px 0px, rgb(5, 104, 166) -1.11013px -2.78704px 0px, rgb(5, 104, 166) -0.137119px -2.99686px 0px, rgb(5, 104, 166) 0.850987px -2.87677px 0px, rgb(5, 104, 166) 1.74541px -2.43999px 0px, rgb(5, 104, 166) 2.44769px -1.73459px 0px, rgb(5, 104, 166) 2.88051px -0.838247px 0px;
    text-decoration: none;
    background: url("../img/common_img/bg_btn.png") 0 0 repeat;
    background-size: 36px;
    border: 2px solid #0568a6;
    padding: 15px 0;
    position: relative;
}
#bnr_03 a:hover {
    opacity: .6;
}
#bnr_03 a span {  }
#bnr_03 a span:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    vertical-align: middle;
    margin-right: 15px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media print, screen and (min-width:768px) {
    #bnr_03 li:not(:last-child) {
        margin-bottom: 0;
    }
    #bnr_03 a {
        font-size: 24px;
        background-size: auto, auto, auto;
        padding: 9px 0;
    }
}

/* gift */
#gift {
    background: url("../img/index_img/bg_gift02.png") center bottom no-repeat,url("../img/index_img/bg_gift01.png") center repeat;
    background-size: 110%, cover;
    padding: 30px 0 45px;
    margin-top: 57px;
}
#gift .container {
    position: relative;
}
#gift .ph_box {
    margin: -57px 0 0 20px;
    position: relative;
    z-index: 1;
}
#gift .tx_box {
    background: #fff;
    padding: 48px 30px 24px 15px;
    margin: -24px 20px 0 0;
}
#gift .tx_box .title02 {
    padding-bottom: 17px;
    margin-bottom: 20px;
}
#gift .tx_box p {
    text-align: left;
    margin-bottom: 15px;
}
#gift .btn_b {
}
#gift .btn_b a {
    max-width: 300px;
    line-height: 37px;
    font-weight: 700;
    margin: 0;
}
@media print, screen and (min-width:768px) {
    #gift {
        padding: 45px 0;
        margin-top: 114px;
    }
    #gift .ph_box {
        width: 53.24%;
        margin: -93px 0 0 auto;
    }
    #gift .tx_box {
        width: 75%;
        padding: 48px 30px;
        margin: -36px 20px 0 0;
    }
    #gift .tx_box .title02 {
        padding-bottom: 32px;
        margin-bottom: 30px;
    }
}
@media print, screen and (min-width:992px) {
    #gift {
        padding: 60px 0;
        margin-top: 114px;
    }
    #gift .ph_box {
        width: 49%;
        margin: 0;
        position: absolute;
        top: -114px;
        right: 0;
    }
    #gift .tx_box {
        width: 54%;
        padding: 48px 30px;
        margin: 0;
    }
    #gift .tx_box p {
        margin-bottom: 30px;
    }
}
@media print, screen and (min-width:1200px) {
    #gift {
        background-size: 2000px, cover;
    }
    #gift .tx_box {
        width: 51.3%;
        padding: 48px 0 48px 30px;
    }
    #gift .ph_box {
        width: 53.24%;
        top: -114px;
    }
}

/* company */
#company {
    padding: 30px 0;
}
#company .col-md-6:first-child {
    margin-bottom: 15px;
}
#company figure {
    margin-bottom: 8px;
}
#company .company_title {
    color: #0568a6;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #0568a6;
    padding-bottom: 1px;
    margin-bottom: 10px;
}
#company p {
    margin-bottom: 15px;
}
#company .btn_s {}
#company .btn_s a {
    max-width: 180px;
    line-height: 30px;
}
@media print, screen and (min-width:768px) {
    #company {
        padding: 45px 0;
    }
    #company figure {
        margin-bottom: 12px;
    }
    #company .company_title {
        font-size: 24px;
        padding-bottom: 1px;
        margin-bottom: 10px;
    }
    #company p {
        margin-bottom: 27px;
    }
}
@media print, screen and (min-width:992px) {
    #company {
        padding: 60px 0;
    }
    #company .col-md-6:first-child {
        margin-bottom: 0;
    }
}