@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-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: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
}
a:hover {
    color: #000;
}
a:active {
    color: #000;
}
@font-face {
    font-family: 'Din1451alt';
    src: url('fonts/din1451alt.woff') format('woff'), url('fonts/din1451alt.ttf') format('truetype');
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
# {
    min-width: 1200px;
}

@media all and (max-width: 896px) {
    
}

body {
    min-width: 1200px;
    color: #231F20;
    font-size: 2.84rem;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
    font-feature-settings: "palt";
}
#container {
    text-align: left;
}
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.4rem;
    }
    body.fixed {
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
    }
    a:hover, a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding-bottom: 0px;
    position: relative;
    z-index: 5;
    box-shadow: 0 0 25px rgba(0, 0, 0, .25);
}
#gHeader .hBox {
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
#gHeader .hBox:nth-child(2) {
    padding: 15px 40px;
}
#gHeader .topBox {
    margin-bottom: 0px;
    padding: 5px 0 1px;
    background-color: #1D2088;
}
#gHeader .topBox p {
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}
#gHeader h1 {
    width: 500px;
}
#gHeader .hLinkUl {
    width: 470px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#gHeader .hLinkUl .tel {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}
#gHeader .hLinkUl .tel a {
    padding-left: 55px;
    display: block;
    color: #FF8200;
    font-size: 4.5rem;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1;
    background: url("img/common/icon01.png") no-repeat left center / 40px;
    font-family: "Din1451alt";
}
#gHeader .hLinkUl .tel small {
    margin: -4px 0 0 50px;
    display: block;
    font-size: 1.5rem;
    letter-spacing: 0;
    text-align: center;
}
#gHeader .hLinkUl .contact {
    margin-top: 0px;
}
#gHeader .hLinkUl .contact a {
    padding: 50px 0 10px;
    width: 110px;
    display: block;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    border-radius: 5px;
    background: #FF8200 url("img/common/icon02.png") no-repeat center 15px / 30px auto;
}
#gHeader .hLinkUl .contact a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    #gHeader {
        padding-bottom: 10px;
        box-shadow: 0 0 25px rgba(0, 0, 0, .25);
        position: relative;
    }
    #gHeader .hBox {
        margin: 0;
        padding: 0 15px;
        max-width: inherit;
    }
    #gHeader .topBox {
        margin-bottom: 10px;
        padding: 10px 0;
        height: 44px;
        box-sizing: border-box;
    }
    #gHeader .topBox p {
        padding-right: 50px;
        font-size: 1.6rem;
    }
    #gHeader h1 {
        margin: 0 auto;
        width: 100%;
        max-width: 400px;
    }
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
    border-bottom: 1px solid #C8C8C8;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .13);
}
#gNavi .content {
    padding: 0;
}
#gNavi li {
    width: 200px;
    box-sizing: border-box;
    border-left: 1px solid #C8C8C8;
}
#gNavi li a {
    padding: 23px 20px 20px;
    display: block;
    color: #1D2088;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
#gNavi li.list_w a {
    padding: 13px 20px 12px;
    line-height: 1.2;
    background: #ffffea;
}
#gNavi li a:hover, #gNavi li.on a {
    color: #fff;
    background-color: #1D2088;
}
#gNavi li:last-child {
    border-right: 1px solid #C8C8C8;
}
@media all and (max-width: 896px) {
    #gNavi {
        padding: 20px 0;
        display: none;
        position: absolute;
        top: 44px;
        left: 0;
        right: 0;
        z-index: 99;
        border-bottom: none;
        background-color: #fff;
    }
    #gNavi ul {
        margin: 0 30px;
        display: block;
    }
    #gNavi li {
        width: auto;
        box-sizing: border-box;
        border-left: none;
        border-bottom: 1px solid #C8C8C8;
    }
    #gNavi li a {
        padding: 10px 10px;
        font-size: 1.6rem;
    }
    #gNavi li a:hover, #gNavi li.on a {
        color: #1D2088;
        background-color: #fff;
    }
    #gNavi li:last-child {
        border-right: none;
        border-bottom: none;
    }
    #gHeader .menu {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 6px;
        right: 15px;
    }
    #gHeader .menu:before, #gHeader .menu:after {
        width: 30px;
        height: 4px;
        display: block;
        position: absolute;
        left: 0;
        border-radius: 3px;
        background: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        content: "";
    }
    #gHeader .menu:before {
        top: 4px;
        box-shadow: 0 10px #fff;
    }
    #gHeader .menu:after {
        bottom: 2px;
    }
    #gHeader .menu.on:before {
        top: 13px;
        box-shadow: none;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }
    #gHeader .menu.on:after {
        bottom: 13px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    margin-top: 175px;
    font-size: 2rem;
    position: relative;
    background-color: #fff;
}
#gFooter .fixBox {
    height: 175px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    z-index: 999;
    box-shadow: 0 -15px 15px rgba(0, 0, 0, 0.11);
    background-color: #fff;
}
#gFooter .fixBox.fixed {
    position: fixed;
    bottom: 0;
    animation: fadeIn 1s none;
}
@keyframes fadeIn {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}
#gFooter .fixBox::after {
    width: 100%;
    height: 130px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #1D2088;
    content: "";
}
#gFooter .fixBox .fBox {
    height: 175px;
    position: relative;
}
#gFooter .fixBox .photo {
    width: 780px;
    position: absolute;
    bottom: 0;
    left: 150px;
}
#gFooter .fixBox .contactBox {
    position: absolute;
    bottom: 5px;
    left: 450px;
}
#gFooter .fixBox .comLink a {
    padding: 55px 0 10px;
    width: 100px;
    display: block;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.15;
    text-align: center;
    border-radius: 5px;
    background: #FF8200 url("img/common/icon02.png") no-repeat center 15px / 40px auto;
    transform: translate(18px, -12px);
}
#gFooter .fixBox .comLink a:hover {
    opacity: 0.7;
}
#gFooter .fixBox .telBox a {
    padding-left: 64px;
    color: #fff;
    font-size: 5.5rem;
    line-height: 1;
    letter-spacing: 0.05em;
    background: url("img/common/icon04.png") no-repeat left 13px / 40px auto;
    font-family: "Din1451alt";
}
#gFooter .fixBox .telBox span {
    margin-left: 64px;
    display: block;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}
#gFooter .btnList li {
    width: 50%;
}
#gFooter .btnList {
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    z-index: 999;
}
#gFooter .btnList.fixed {
    position: fixed;
    bottom: 0;
    animation: fadeIn 1s none;
}
#gFooter .btnList a {
    padding: 5px 0;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: #FF8200;
    box-sizing: border-box;
}
#gFooter .btnList li:last-child a {
    background-color: #1D2088;
}
#gFooter .btnList a img {
    width: 40px;
}
#gFooter .fBox {
    margin: 0 auto 20px;
    width: 1200px;
    text-align: center;
}
#gFooter .fBox .policy {
    padding: 18px 0 10px;
}
#gFooter .fBox .policy a {
    color: #003CBE;
}
#gFooter .fBox .policy a:hover {
    text-decoration: underline;
}
#gFooter .fLinkUl {
	padding-top : 20px;
}
#gFooter .fLinkUl li {
    line-height: 1;
}
#gFooter .fLinkUl li:not(:first-child) {
    border-left: 1px solid #003CBE;
}
#gFooter .fLinkUl a {
    margin: 0 16px;
    color: #003CBE;
}
#gFooter .fLinkUl a:hover {
    text-decoration: underline;
}
#gFooter .copyright {
    padding: 23px 0 6px;
}
#gFooter .copyright p {
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.75;
    font-size: 12px;
}
#gFooter .copyright a {
    color: #fff;
}
@media all and (max-width: 896px) {
    #gFooter {
        margin-top: 60px;
        font-size: 1.6rem;
    }
    #gFooter .fBox {
        margin: 0;
        width: auto;
    }
    #gFooter .fBox .policy a:hover {
        text-decoration: none;
    }
    #gFooter .fLinkUl {
        margin: 0 0 15px;
        border-top: 1px solid #1D2088;
		padding-top : 0;
    }
    #gFooter .fLinkUl li {
        width: 50%;
    }
    #gFooter .fLinkUl li:not(:first-child) {
        border-left: none;
    }
    #gFooter .fLinkUl a {
        margin: 0;
        padding: 15px 5px;
        display: block;
        font-size: 1.4rem;
        border-bottom: 1px solid #1D2088;
    }
    #gFooter .fLinkUl li:not(:nth-child(2n)) a {
        border-right: 1px solid #1D2088;
    }
    #gFooter .fLinkUl a:hover {
        text-decoration: none;
    }
    #gFooter .copyright {
        padding: 10px 10px 7px;
    }
    #gFooter .copyright p {
        letter-spacing: 0;
        font-size: 1rem;
        line-height: 1.4;
    }
}
@media all and (-ms-high-contrast:none) {
    #gFooter .copyright {
        padding: 30px 0 5px;
    }
}


@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
    display: flex;
    flex-wrap: wrap;
}
.flexA {
    justify-content: space-around;
}
.flexB {
    justify-content: space-between;
}
.flexC {
    justify-content: center;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
h2 {
    text-align: center;
}
.content {
    margin: 0 auto;
    width: 1200px;
    padding: 0 20px;
}
.bgBox01 {
    background-color: #009FE8;
}
.bgBox02 {
    background-color: #1D2088;
}
.bgBox03 {
    background-color: #EBF7FD;
}
.bgBox04 {
    background-color: #003CBE;
}
.red {
    color: #FF4E9B;
}
.blue {
    color: #003CBE!important;
}
@media all and (max-width: 896px) {
    .content {
        margin: 0 15px;
        width: auto;
    }
    h2 {
        padding: 0 10px;
    }
    .scrollBox {
        overflow-y: auto;
    }
    .scrollBox img {
        width: 500px;
        max-width: inherit;
    }
}
@media all and (min-width: 540px) and (max-width: 896px) {
    .scrollBox img {
        width: 100%;
    }
}
/*------------------------------------------------------------
	titleBox
------------------------------------------------------------*/
.titleBox {
    background-color: #00B1A9;
    overflow: hidden;
}
.titleBox .content {
    position: relative;
}
/*------------------------------------------------------------
	h3
------------------------------------------------------------*/
h3 {
    padding: 20px;
    width: 9999px;
    color: #fff;
    font-size: 5rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.1;
    background-color: #1D2088;
}
h3 small {
    margin-bottom: 5px;
    display: block;
    font-size: 2.3rem;
    line-height: 1.4;
}
@media all and (max-width: 896px) {
    h3 {
        padding: 10px;
        font-size: 2rem;
    }
    h3 small {
        font-size: 1.3rem;
    }
}
/*------------------------------------------------------------
	comServiceUl
------------------------------------------------------------*/
.comServiceUl {
    margin-top: -50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.comServiceUl li {
    margin-top: 50px;
    width: 585px;
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center;
}
.comServiceUl li a {
    display: block;
}
.comServiceUl li a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    .comServiceUl {
        margin-top: -30px;
        display: block;
    }
    .comServiceUl li {
        margin-top: 30px;
        width: auto;
        font-size: 1.8rem;
    }
    .comServiceUl li img {
        margin-bottom: 10px;
    }
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
    text-align: center;
}
.comBtn a {
    padding: 29px 60px 26px 20px;
    display: inline-block;
    width: 700px;
    min-height: 105px;
    color: #fff;
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.2;
    border-radius: 55px;
    box-sizing: border-box;
    box-shadow: 0 10px #00938B;
    background: #00B1A9 url("img/common/icon03.png") no-repeat right 40px center / 19px auto;
}
.comBtn a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    .comBtn a {
        padding: 15px 30px 12px;
        width: auto;
        min-height: inherit;
        font-size: 1.8rem;
        border-radius: 30px;
        box-shadow: 0 5px #00938B;
        background: #00B1A9 url("img/common/icon03.png") no-repeat right 15px center / 10px auto;
    }
}
@media all and (max-width: 374px) {
    .comBtn a {
        font-size: 1.6rem;
    }
}
@media all and (-ms-high-contrast:none) {
    .comBtn a {
        padding: 32px 60px 23px 20px;
    }
}
/*------------------------------------------------------------
	comQaUl
------------------------------------------------------------*/
.comQaUl {
    margin: -49px -20px 0;
}
.comQaUl li {
    margin: 49px 25px 0;
    width: 350px;
    text-align: center;
}
.comQaUl li .pho {
    margin-bottom: 10px;
}
.comQaUl li p {
    margin-bottom: 20px;
    font-size: 3.2rem;
    font-weight: bold;
}
.comQaUl .btn a {
    padding: 9px 20px 10px;
    min-height: 50px;
    display: block;
    color: #fff;
    font-size: 2.3rem;
    letter-spacing: 0.1em;
    line-height: 1.35;
    border-radius: 25px;
    box-sizing: border-box;
    background: #00B1A9 url("img/common/icon03.png") no-repeat right 20px center / 13px auto;
}
.comQaUl .btn a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    .comQaUl {
        margin: -30px 0 0;
    }
    .comQaUl li {
        margin: 30px 15px 0;
        width: auto;
    }
    .comQaUl li .pho {
        margin-bottom: 10px;
    }
    .comQaUl li p {
        margin-bottom: 20px;
        font-size: 2rem;
    }
    .comQaUl .btn a {
        margin: 0 auto;
        padding: 9px 20px 10px;
        max-width: 350px;
        min-height: inherit;
        font-size: 1.8rem;
        background: #00B1A9 url("img/common/icon03.png") no-repeat right 20px center / 10px auto;
    }
}
@media all and (-ms-high-contrast:none) {
    .comQaUl .btn a {
        padding: 12px 20px 7px;
    }
}

/*------------------------------------------------------------
	追加設定
------------------------------------------------------------*/

* img {
    -webkit-backface-visibility: hidden;
}