@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700;800&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}
html {
    font-size: 62.5%;
}
body, table, input, textarea, select, option {
    font-family: 'Noto Sans JP', sans-serif;
}
.eb {
    font-family: 'EB Garamond', serif;
}
.sf {
    font-family: 'Noto Serif JP', serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
a, a:link {
    color: #142b54;
    text-decoration: none;
}
a:visited {
    color: #142b54;
}
a:hover {
    color: #142b54;
}
a:active {
    color: #142b54;
}
/*------------------------------------------------------------
	body 
------------------------------------------------------------*/
body {
    min-width: 1280px;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #142b54;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}
#container {
    text-align: left;
}
#main {}
a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}
@media all and (min-width: 897px) {
    .sp {
        display: none !important;
    }
}
@media all and (max-width: 896px) {
    body {
        min-width: inherit;
        font-size: 1.5rem;
    }
    a:hover, a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
}
#container {
    overflow: hidden;
}
/*------------------------------------------------------------
	gHeader 
------------------------------------------------------------*/
#gHeader {
    padding-bottom: 23px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101;
}
#gHeader.fixd {
    background-color: rgba(0, 0, 0, 0.5);
}
#gHeader .hInner {
    padding: 0 1.7% 0 5.4%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
#gHeader .logo {
    width: 220px;
}
#gHeader .ttlBox {
    width: calc(100% - 300px);
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
}
#gHeader .ttlBox .link {
    margin-left: 20px;
    width: 320px;
}
#gHeader .ttlBox .link a {
    padding: 15px 20px 10px;
    box-sizing: border-box;
    display: block;
    height: 68px;
    text-align: center;
    font-size: 2.4rem;
    color: #fff;
    border-radius: 50px;
    background-image: -moz-linear-gradient(0deg, rgb(13, 178, 188) 0%, rgb(13, 116, 188) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(13, 178, 188) 0%, rgb(13, 116, 188) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(13, 178, 188) 0%, rgb(13, 116, 188) 100%);
}
#gHeader .ttlBox .link a span {
    padding-left: 42px;
    display: inline-block;
    background: url("../../img/index/icon01.png") no-repeat left bottom 5px;
}
#gHeader .ttlBox .txt {
    color: #fff;
    letter-spacing: 1.5px;
    max-width: 330px;
}
@media all and (min-width: 897px) {
    #gHeader .ttlBox .link a:hover {
        opacity: 0.7;
    }
}
@media all and (min-width: 897px) and (max-width: 1030px) {
    #gHeader .hInner {
        padding: 0 2%;
    }
    #gHeader .ttlBox {
        width: calc(100% - 250px);
    }
    #gHeader .ttlBox .link {
        margin-left: 10px;
        width: 280px;
    }
    #gHeader .ttlBox .link a {
        padding-top: 18px;
        font-size: 2rem;
    }
}
@media all and (max-width: 896px) {
    #gHeader {
        padding-bottom: 7px;
        position: absolute;
    }
    #gHeader .hInner {
        padding: 0 2% 0 4%;
        align-items: flex-start;
    }
    #gHeader .logo {
        width: 110px;
    }
    #gHeader .ttlBox {
        margin-top: 10px;
        max-width: 190px;
        display: block;
        width: auto;
    }
    #gHeader .ttlBox .link {
        margin-left: 27px;
        margin-bottom: 7px;
        width: 160px;
    }
    #gHeader .ttlBox .link a {
        padding: 7px 5px 6px;
        font-size: 1.2rem;
        height: 34px;
    }
    #gHeader .ttlBox .link a span {
        padding-left: 20px;
        background-size: 16px auto;
        background-position: left top 4px;
    }
    #gHeader .ttlBox .txt {
        width: auto;
        font-size: 0.9rem;
    }
}
/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
.mainVisual {
    padding: 218px 0 95px;
    position: relative;
}
.mainVisual::after {
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    background: url(../../img/common/header_bg02.png) repeat center center;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.mainVisual .mainInner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 4;
}
.mainVisual .mainInner h2 {
    margin-bottom: 60px;
}
.mainVisual .mainInner .title {
    margin-bottom: 35px;
}
.mainVisual .mainInner .txt {
    color: #fff;
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 1.3px;
}
.mainVisual .img {
    position: absolute;
    right: 0;
    bottom: -5px;
    z-index: 3;
}
.mainVisual .video {
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
.mainVisual .video video {
    position: absolute;
}
.mainVisual .txtList {
    position: absolute;
    right: 0;
    bottom: -40px;
    z-index: 3;
}
.mainVisual .txtList li {
    margin-bottom: 15px;
    padding: 0 135px 0 60px;
    box-sizing: border-box;
    border-radius: 80px 0 0 80px;
    width: 518px;
    min-height: 130px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    background-image: -moz-linear-gradient(0deg, rgb(20, 43, 84) 0%, rgb(21, 93, 108) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(20, 43, 84) 0%, rgb(21, 93, 108) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(20, 43, 84) 0%, rgb(21, 93, 108) 100%);
}
.mainVisual .txtList li:after {
    content: '';
    min-height: inherit;
    font-size: 0;
}
.mainVisual .txtList li::before {
    position: absolute;
    content: '';
    background: url("../../img/index/icon13.png") no-repeat center left;
    height: 111px;
    width: 58px;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.mainVisual .txtList .red {
    margin-bottom: 0;
    background-image: -moz-linear-gradient(0deg, rgb(102, 7, 7) 0%, rgb(178, 0, 0) 99%);
    background-image: -webkit-linear-gradient(0deg, rgb(102, 7, 7) 0%, rgb(178, 0, 0) 99%);
    background-image: -ms-linear-gradient(0deg, rgb(102, 7, 7) 0%, rgb(178, 0, 0) 99%);
}
.mainVisual .txtList li .ttl {
    margin-bottom: 3px;
    font-size: 2rem;
    font-weight: 500;
    color: #dfcd21;
}
.mainVisual .txtList li .text {
    color: #fff;
    line-height: 1.4;
    letter-spacing: 1.2px;
}
.mainVisual .txtList li img {
    position: absolute;
    right: 0;
    bottom: 0;
}
@media all and (max-width: 896px) {
    .mainVisual {
        padding: 108px 0 0;
        text-align: center;
    }
    .mainVisual .mainInner {
        padding: 0;
    }
    .mainVisual .mainInner h2 {
        margin-bottom: 16px;
    }
    .mainVisual .mainInner h2 img {
        width: 183px;
    }
    .mainVisual .mainInner .title {
        margin-bottom: 15px;
    }
    .mainVisual .mainInner .title img {
        width: 260px;
    }
    .mainVisual .mainInner .txt {
        margin: 0 5px 60px;
        font-size: 1.2rem;
        line-height: 1.7;
    }
    .mainVisual .img {
        bottom: 200px;
        width: 95%;
    }
    .mainVisual .txtList {
        bottom: 0;
        width: auto;
        position: relative;
        right: auto;
    }
    .mainVisual .txtList li {
        padding: 15px 50px 18px;
        margin-bottom: 0;
        width: 100%;
        justify-content: flex-start;
        text-align: left;
        min-height: inherit;
        border-radius: 0;
        z-index: 1;
    }
    .mainVisual .txtList li::before {
        background-size: 38px;
        left: 5px;
    }
    .mainVisual .txtList li .ttl {
        font-size: 1.5rem;
    }
    .mainVisual .txtList li .text {
        font-size: 1.2rem;
        line-height: 1.5;
    }
    .mainVisual .txtList li img {
        width: 108px;
        z-index: -1;
    }
}
/*------------------------------------------------------------
	#gFooter
------------------------------------------------------------*/
#gFooter {
    padding: 39px 5px 43px;
    background-color: #142b54;
    position: relative;
}
#gFooter address {
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 1.3px;
    color: #fff;
    font-style: normal;
}
#gFooter .pageTop {
    position: fixed;
    bottom: 20px;
    right: 2%;
}
@media all and (min-width: 897px) {
    #gFooter .pageTop a:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 896px) {
    #gFooter {
        padding: 30px 0 92px;
    }
    #gFooter .pageTop {
        z-index: 300;
        bottom: 15%;
        right: 2.8%;
    }
    #gFooter .pageTop img {
        width: 32px;
    }
    #gFooter address {
        font-size: 0.9rem;
    }
    #gFooter .fixeBox {
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 13px 2px;
        background-color: #f5f4e7;
        z-index: 101;
    }
    #gFooter .fixeBox .linkList {
        display: flex;
        justify-content: center;
    }
    #gFooter .fixeBox .linkList li {
        margin: 0 5px;
        width: 46%;
    }
    #gFooter .fixeBox .linkList .comLink01 a {
        padding: 7px 2px 3px;
        height: 35px;
        font-size: 1.2rem;
    }
    #gFooter .fixeBox .linkList .comLink02 a span {
        padding-left: 18px !important;
        background-size: 14px auto !important;
        background-position: bottom left !important;
    }
    #gFooter .fixeBox .linkList .comLink01 a span {
        padding-left: 23px;
        background-size: 17px auto;
    }
}
@media all and (max-width: 374px) {
    #gFooter .fixeBox .linkList .comLink01 a {
        font-size: 1rem !important;
        padding: 9px 2px 3px;
    }
}