@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*============================================================
	LAYOUT
============================================================*/
/*------------------------------------------------------------
	DEFAULT
------------------------------------------------------------*/
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%;
    scroll-padding-top: 74px;
}
body, table, input, textarea, select, option {
    font-family: 'Noto Sans JP', sans-serif;
    /*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 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;
}
p {
    line-height: 1.8em;
    letter-spacing: 0.1rem;
}
/*------------------------------------------------------------
	LAYOUT
------------------------------------------------------------*/
body {
    color: #000;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    -moz-font-feature-settings: "palt";
    font-feature-settings: "palt";
    background-color: #fff;
}
#container {
    text-align: left;
    overflow: hidden;
}
#main {
    position: relative;
    z-index: 1;
    margin: 100px 0 0;
}
a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}
a[target="_blank"]:after {
    content: "";
    margin: 4px 0 0 5px;
    width: 17px;
    height: 17px;
    display: inline-block;
    position: absolute;
    background: url("../img/common/blank_01_b.svg") no-repeat right center / 100% auto;
}
a.pdfLink:after, a.pdfLink[target="_blank"]:after {
    content: "";
    margin: 0 0 0 5px;
    width: 16px;
    height: 20px;
    display: inline-block;
    position: absolute;
    background: url("../img/common/pdf_01_b.svg") no-repeat right center / 100% auto;
}
a[target="_blank"]:hover:after {
    background-image: url(../img/common/blank_01_w.svg);
}
a.uLine:hover {
    text-decoration: underline #333;
}
a.uLine[target="_blank"]:hover:after {
    background-image: url(../img/common/blank_02_b.svg);
}
a.textLink:hover, a.pdfLink:hover {
    color: rgba(229, 0, 18, 1.00);
}
a.textLink[target="_blank"]:hover:after {
    background-image: url(../img/common/blank_02_r.svg);
}
a.pdfLink:hover:after, a.pdfLink[target="_blank"]:hover:after {
    background: url(../img/common/pdf_01_r.svg) no-repeat right center / 100% auto;
    ;
}
@media all and (min-width: 897px) {
    .sp {
        display: none !important;
    }
}
@media all and (max-width: 896px) {
    body {
        min-width: inherit;
        font-size: 1rem;
    }
    body.fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }
    #container {
        padding-top: 54px;
    }
    #main {
        margin: 0;
    }
    #main.mb0 {
        margin-bottom: 0;
    }
    a:hover, a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
}
/*------------------------------------------------------------
	COLUM
------------------------------------------------------------*/
/* 2カラム */
.col1 {
    width: 313px;
    margin-right: 20px;
}
.col2 {
    width: 647px;
    margin-right: 0;
    word-wrap: break-word;
    min-width: 647px;
}
/* 3カラム */
.block3col {
    margin-right: -16px;
}
.block3col:after {
    display: block;
    clear: both;
    content: "";
}
.block3col .unitCol1 {
    width: 316px;
    margin-right: 16px;
}
.block3col .unitCol2 {
    width: 648px;
    margin-right: 16px;
}
/* 4カラム */
.block4col {
    margin-left: -12px;
}
.block4col:after {
    display: block;
    clear: both;
    content: "";
}
.block4col .unitCol1 {
    width: 236px;
    margin-left: 12px;
}
@media all and (max-width: 896px) {
    /* 2カラム */
    .col1, .col2 {
        width: auto;
        word-wrap: break-word;
        min-width: 100%;
    }
}
/*------------------------------------------------------------
	HEADER
------------------------------------------------------------*/
#gHeader {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    box-sizing: border-box;
    background: #fff;
    z-index: 100;
}
#gHeader h1 {
    width: 100%;
    max-width: 150px;
    position: fixed;
    right: 20px;
}
@media all and (max-width: 896px) {
    #gHeader {
        height: 54px;
        display: block;
    }
    #gHeader h1 {
        max-width: 96px;
        margin-top: 8px;
        right: 12px;
    }
}
/*------------------------------------------------------------
	SITEMAP
------------------------------------------------------------*/
.sitemap {
    margin: 0 auto;
    padding: 100px;
    width: 1194px;
}
.sitemap .comNaviBox > div {
    width: 418px;
}
.sitemap .comNaviBox > div:nth-child(2) {
    width: 358px;
}
.sitemap .comNaviBox > div:nth-child(3) {
    width: 418px;
}
/*.sitemap .inner {
    margin-top: 310px;
    padding: 28px 4px 0;
}*/
.sitemap .comNavi span {
    color: #0053A4;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.2em;
}
@media all and (max-width: 896px) {
    .sitemap {
        margin: 0 auto;
        padding: 0;
        width: auto;
    }
    .sitemap .comNaviBox > div, .sitemap .comNaviBox > div:nth-child(3) {
        width: auto;
    }
    .sitemap .comNaviBox > div:nth-child(2) {
        width: auto;
    }
    .sitemap .comNaviBox > div:nth-child(3) {
        border-bottom: none;
    }
    .sitemap .inner {
        margin-top: 0;
        padding: 16px 16px 10px;
        border-top: none;
    }
    .sitemap .inner01 {
        margin: 0 20px;
        padding-top: 0;
        padding-bottom: 30px;
    }
    .sitemap .inner01 .fBtn {
        margin: 0 auto 20px;
        width: auto;
    }
    .sitemap .inner .utilityList {
        margin-bottom: 29px;
    }
    .sitemap .inner .utilityList li {
        margin-bottom: 10px;
    }
    .sitemap .inner .utilityList li:last-child {
        margin-bottom: 0;
    }
    .sitemap .inner .utilityList li a {
        font-size: 1rem;
    }
    .sitemap .inner .twBtn {
        margin-bottom: 25px;
    }
    .sitemap .inner a {
        font-size: 1rem;
    }
    .sitemap .inner .blank::after {
        margin-left: 7px;
        width: 12px;
        height: 9px;
    }
    .sitemap .inner .twBtn a img {
        margin: -8px 10px 10px 0px;
        width: 33px;
        height: 33px;
    }
    .sitemap address {
        padding: 16px 15px;
        font-size: 1rem;
        line-height: 1.6;
    }
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
    margin: 0;
    height: 100px;
}
#pagePath .pathBox {
    position: absolute;
    left: 100px;
    top: 0;
    z-index: 100;
    padding: 28px 0;
    width: auto;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
}
#pagePath ul {
    padding: 0;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: 42px;
}
#pagePath li {
    color: #2355a7;
}
#pagePath li:not(:last-child) {
    padding-right: 39px;
    position: relative;
    color: #333;
}
#pagePath li:not(:last-child)::after {
    content: "/";
    display: block;
    position: absolute;
    width: 9px;
    height: 15px;
    top: 0;
    right: 15px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.12em;
}
#pagePath li a {
    display: block;
    font-weight: 400;
    letter-spacing: 0.1em;
}
#pagePath li a:hover {
    text-decoration: underline;
}
@media all and (max-width: 896px) {
    #pagePath {
        height: 40px;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }
    #pagePath .pathBox {
        left: 40px;
        padding: 0;
        max-width: 1280px;
        height: 46px;
        margin: 0 auto;
        overflow: hidden;
    }
    #pagePath ul {
        padding: 5px 15px;
        max-width: 1280px;
        font-size: 0.8rem;
        letter-spacing: 0.08em;
        line-height: 39px;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        white-space: nowrap;
    }
    #pagePath li {
        padding-right: 5px;
    }
    #pagePath li:not(:last-child) {
        padding-right: 21px;
    }
    #pagePath li:not(:last-child)::after {
        right: 3px;
        font-size: 0.8rem;
    }
    #pagePath li a {
        letter-spacing: 0.06em;
    }
    #pagePath li a:hover {
        text-decoration: none;
    }
}
/*------------------------------------------------------------
	PAGE TITLE
------------------------------------------------------------*/
.pageTitle {
    position: relative; /*h1の中央寄せ配置の起点とするためのrelative*/
    width: 93%;
    top: 100px;
    left: 7%;
    border-radius: 20px 0 0 20px;
    z-index: 0;
    text-shadow: 0 0 15px #666;
}
.pageTitle sml {
    text-shadow: 0 0 15px #666;
}
@media all and (max-width: 896px) {
    .pageTitle {
        top: 0;
        padding-top: 0;
        height: 200px !important;
        border-radius: 16px 0 0 16px;
    }
    .pageTitle .copy {
        width: 90%;
    }
    .pageTitle .copy .main {
        font-size: 3.0rem;
    }
    .pageTitle.copy .sub {
        font-size: 1.0rem;
    }
}
/*------------------------------------------------------------
	MAIN
------------------------------------------------------------*/
.mainBox {
    margin: 0 auto;
    width: 980px;
    display: flex;
    justify-content: space-between;
    color: #333;
}
@media all and (max-width: 896px) {
    .mainBox {
        width: auto;
        display: block;
        margin: 0;
    }
}
/*------------------------------------------------------------
	FOOTER
------------------------------------------------------------*/
#page-top {
    display: none;
    position: fixed;
    right: 48px;
    bottom: 240px;
    font-size: 1.2rem;
    font-weight: 500;
    font-family: 'Raleway', 'Noto Sans Medium', sans-serif;
    letter-spacing: 0.15em;
    -webkit-writing-mode: horizontal-tb;
    -webkit-writing-mode: vertical-rl;
    -webkit-writing-mode: tb-rl;
    writing-mode: horizontal-tb;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    z-index: 50;
    /*はじめは非表示*/
    opacity: 0;
    transform: translateY(100px);
}
#page-top a {
    padding-top: 84px;
    width: 5px;
    height: 116px;
    display: block;
    position: relative;
}
#page-top a::before {
    width: 5px;
    height: 124px;
    position: absolute;
    top: 0;
    left: -5px;
    background: url("../img/common/arrow_pagetop.svg") no-repeat left center;
    content: '';
    transition: 0.3s;
}
/*　上に上がる動き　*/
#page-top.UpMove {
    animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/*　下に下がる動き　*/
#page-top.DownMove {
    animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        transform: translateY(100px);
    }
}
@media all and (max-width: 896px) {
    #page-top {
        display: none !important;
        opacity: 0;
    }
}
/*------------------------------------------------------------
	LOGO
------------------------------------------------------------*/
#logo {
    background: linear-gradient(90deg, #1264BE, #6CBFDC);
    padding: 60px 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#logo .mark {
    text-align: left;
    width: 50%;
}
#logo .mark img {
    width: 200px;
}
#logo .text {
    text-align: right;
    width: 50%;
}
#logo .text img {
    width: 300px;
    padding: 30px 0 12px;
}
#logo p {
    font-family: 'Raleway';
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #fff;
}
@media all and (max-width: 896px) {
    #logo {
        background: linear-gradient(90deg, #1264BE, #6CBFDC);
        padding: 30px 30px;
        display: block;
    }
    #logo .mark img {
        width: 120px;
    }
    #logo .text {
        text-align: right;
        width: 100%;
    }
    #logo .text {
        text-align: left;
        width: auto;
    }
    #logo .text img {
        width: 240px;
        padding: 24px 0 6px;
    }
    #logo p {
        text-align: left;
        font-size: 1.0rem;
        text-indent: 0.2rem;
    }
}
/*------------------------------------------------------------
	COPY
------------------------------------------------------------*/
#copy {
    height: 14px;
    line-height: 14px;
    padding: 38px;
    text-align: center;
    font-family: 'Raleway';
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.2em;
}
@media all and (max-width: 896px) {
    #copy {
        padding: 16px 0 20px;
        font-size: 1.0rem;
    }
}