@charset "UTF-8";
/******* setting.scss *******/
/******* mixin.scss *******/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700");
/******* reset.scss *******/
html {
    font-size: 62.5%;
}

html,
body {
    font-family: "Avenir Next", Verdana, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
        "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    margin: 0;
    max-width: 100%;
    min-height: 100%;
    padding: 0;
    text-align: center;
    position: relative;
    -webkit-text-size-adjust: 100%;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fildset,
input,
textarea,
p,
blockquote,
table,
th,
td,
address,
textarea,
input {
    font-weight: 400;
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
    font-style: normal;
    line-height: 160%;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

caption,
th {
    text-align: left;
}

td,
th {
    vertical-align: top;
}

fieldset,
img,
abbr {
    border: none;
}

li {
    list-style-type: none;
}

strong {
    font-weight: bold;
}

a {
    color: #333;
    text-decoration: none;
}

img {
    vertical-align: bottom;
    max-width: 100%;
}

.wrapper {
    background: url(img/common/titleBg.png) no-repeat 50% 25px;
    min-width: 1170px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    overflow: hidden;
}

/******header******/
header {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: background-color 0.3s;
}
header .headCont {
    box-sizing: border-box;
    height: 120px;
    display: flex;
    align-items: center;
    min-width: 1170px;
    margin: 0 auto;
    padding: 0 40px 0 20px;
    position: relative;
}
header .headLogo a {
    display: block;
    height: auto;
    width: 20vw;
    min-width: 225px;
    max-width: 323px;
}
header .headNav {
    display: flex;
    align-items: center;
    margin-left: auto;
}
header .headNav .headMenu {
    display: flex;
    margin-right: 40px;
}
header .headNav .headMenu li {
    margin-left: 40px;
}
header .headNav .headMenu li:first-child {
    margin-left: 0;
}
header .headNav .headMenu li a {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 87.5%;
    font-weight: 500;
    display: block;
    padding: 10px 0;
    transition: border-color 0.3s;
    transition: color 0.3s;
}
header .headNav .headMenu li a:hover {
    border-top-color: #012e69;
    border-bottom-color: #012e69;
}
header.nonscroll {
    background-color: inherit;
}
header.nonscroll .headLogo {
    position: absolute;
    top: 0px;
    left: 0px;
}
header.nonscroll .headLogo a {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: 180%;
    white-space: nowrap;
    content: "";
    display: block;
    height: 278px;
    width: 278px;
    background-image: url(img/index/logo.png);
    background-size: contain;
    height: 20vw;
    width: 20vw;
    max-height: 278px;
    max-width: 278px;
}
header.nonscroll .headNav .headMenu li a {
    border-color: rgba(255, 255, 255, 0);
    color: #fff;
}
header.nonscroll .headNav .headMenu li a:hover {
    border-color: #fff;
}

/******footer******/
footer {
    background-color: #012e69;
    padding: 135px 0 0;
    position: relative;
}
footer:before {
    background-color: #00275a;
    content: "";
    height: 150px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
footer:after {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: 180%;
    white-space: nowrap;
    content: "";
    display: block;
    height: 320px;
    width: 776px;
    background-image: url(img/common/footBg.png);
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-position: 0 100%;
    width: calc(100% - 780px);
    max-width: 460px;
    min-width: 300px;
}
footer .pageTop {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 100;
    cursor: pointer;
}
footer .footCont {
    margin: 0 auto;
    padding: 0 20px;
}
footer .footCont .footInfo {
    border-bottom: 1px solid #194174;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-bottom: 20px;
}
footer .footCont .footInfo dl {
    width: 840px;
}
footer .footCont .footInfo dl dt {
    color: #fff;
    font-size: 150%;
    font-weight: 700;
    margin-bottom: 8px;
}
footer .footCont .footInfo dl dd {
    color: #fff;
}
footer .footCont .footNav {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 20;
}
footer .footCont .footNav ul {
    box-sizing: border-box;
    padding-right: 2em;
    width: 26%;
}
footer .footCont .footNav ul:last-of-type {
    width: 22%;
}
footer .footCont .footNav ul li {
    font-weight: 700;
    margin-top: 8px;
}
footer .footCont .footNav ul li a {
    color: #fff;
}
footer .footCont .footNav ul li a:hover {
    text-decoration: underline;
}
footer .footCont .footNav ul li dl {
    margin-top: 20px;
    margin-bottom: 25px;
}
footer .footCont .footNav ul li dl:last-of-type {
    margin-bottom: 0;
}
footer .footCont .footNav ul li dl dt {
    font-weight: 700;
}
footer .footCont .footNav ul li dl dd {
    font-weight: 400;
    position: relative;
    padding-left: 20px;
    color: #fff;
    font-size: 87.5%;
}
footer .footCont .footNav ul li dl dd:before {
    background-color: #fff;
    content: "";
    height: 3px;
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 10px;
}
footer .footCont .footNav ul li:first-child {
    margin-top: 0;
}
footer .footCont .footNav ul li:first-child dl {
    margin-top: 0;
}
footer .banner-sdgs {
    margin: 0 auto 30px;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
}
footer .banner-sdgs .box {
    width: 610px;
    box-sizing: border-box;
    background-color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
footer .banner-sdgs .box:after {
    content: "";
    border: 9px solid transparent;
    border-left: 9px solid #097fd1;
    transform: rotate(45deg);
    position: absolute;
    bottom: -9px;
    right: -9px;
}
footer .banner-sdgs .box .message {
    font-size: 1.4rem;
    color: #333333;
    padding-left: 15px;
    letter-spacing: 0.05px;
}
footer .footCont2 {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 85px 10px 400px;
    position: relative;
    z-index: 10;
}
footer .footCont2 .address {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
}
footer .footCont2 .address dl {
    max-width: 300px;
}
footer .footCont2 .address dl dt {
    color: #fff;
    font-size: 70%;
    font-weight: bold;
}
footer .footCont2 .address dl dd {
    color: #fff;
    font-size: 70%;
}
footer .footCont2 .address dl dd .indention {
    display: none;
}
footer .footCont2 .address .copy {
    width: 770px;
    color: #fff;
    font-size: 72.5%;
}
@media (min-width: 1101px) and (max-width: 1366px) {
    footer .footCont2 {
        padding: 0 50px 10px 400px;
    }
    footer .footCont2 .address dl dd .indention {
        display: block;
    }
    footer .footCont2 .address .copy {
        width: 710px;
    }
}
@media screen and (max-width: 1100px) {
    footer .footCont2 {
        padding: 0 50px 10px 350px;
    }
    footer .footCont2 .address dl dd .indention {
        display: block;
    }
    footer .footCont2 .address .copy {
        width: 710px;
    }
}

/******contents******/
.triangleBg {
    position: relative;
}
.triangleBg:before {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: 180%;
    white-space: nowrap;
    content: "";
    display: block;
    height: 582px;
    width: 582px;
    background-image: url(img/common/triangleBg.png);
    position: absolute;
    top: 120px;
    left: 0px;
}
.triangleBg:after {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: 180%;
    white-space: nowrap;
    content: "";
    display: block;
    height: 402px;
    width: 402px;
    background-image: url(img/common/triangleBg.png);
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: scale(-1, -1);
}

.titleArea {
    box-sizing: border-box;
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 120px 35px 0;
    position: relative;
}
.titleArea h1 {
    color: #333;
    font-size: 175%;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
}
.titleArea h1 span {
    font-size: 55%;
    display: block;
    font-weight: 600;
}
.titleArea #breadcrumbs ul {
    position: absolute;
    bottom: 70px;
    left: 35px;
    display: flex;
    flex-wrap: wrap;
}
.titleArea #breadcrumbs ul li {
    font-size: 87.5%;
}
.titleArea #breadcrumbs ul li:before {
    /*
  content: ">";
  */
    display: inline-block;
    margin: 0 10px;
}
.titleArea #breadcrumbs ul li:first-child:before {
    display: none;
}
.titleArea #breadcrumbs ul li a {
    transition: color 0.6s;
}
.titleArea #breadcrumbs ul li a:hover {
    color: #cfd4d8;
}
.titleArea #breadcrumbs ul li span {
    display: inline-block;
    margin: 0 10px;
}

.contWrapArea {
    margin: 0 auto;
    padding-bottom: 100px;
    position: relative;
    width: 1000px;
    z-index: 1;
}

.contArea {
    margin: 0 auto;
    width: 970px;
}
.contArea h3 {
    border-bottom: 1px solid #ccc;
    font-size: 125%;
    font-weight: 700;
    padding-bottom: 10px;
}
.contArea table {
    border: 1px solid #ccc;
    width: 100%;
}
.contArea table th {
    background-color: #c3e4f7;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    font-weight: 700;
    padding: 15px 10px;
    vertical-align: middle;
    text-align: center;
    width: 300px;
}
.contArea table th + th {
    border-left: 1px solid #ccc;
    width: auto;
}
.contArea table td {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 25px;
}

.commonBannerArea {
    background-color: #e7ecf3;
    padding: 80px 0 160px;
    position: relative;
}
.commonBannerArea .commonBanner {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
}
.commonBannerArea .commonBanner li {
    background-color: #fff;
    width: 50%;
}
.commonBannerArea .commonBanner li a {
    font-size: 125%;
    font-weight: 700;
    display: flex;
    align-items: center;
    transition: all 0.6s;
}
.commonBannerArea .commonBanner li a img {
    margin-right: 30px;
}
.commonBannerArea .commonBanner li a:hover {
    background-color: #012e69;
    color: #fff;
}
.commonBannerArea .inqArea {
    background-color: #fff;
    box-sizing: border-box;
    height: 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    max-width: 1360px;
    width: 100%;
    z-index: 30;
    overflow: hidden;
}
.commonBannerArea .inqArea dt {
    background-color: #c3e4f7;
    font-size: 150%;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    width: 50%;
    min-width: 365px;
}
.commonBannerArea .inqArea dd {
    width: 67%;
}
.commonBannerArea .inqArea dd.tel {
    color: #5ca7c5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 245%;
    font-weight: 700;
    width: 45%;
    min-width: 390px;
    padding-left: 16px;
    padding-right: 20px;
}
.commonBannerArea .inqArea dd.tel:before {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: 180%;
    white-space: nowrap;
    content: "";
    display: block;
    height: 50px;
    width: 44px;
    background-image: url(img/common/telIcon02.png);
    margin-right: 20px;
}
.commonBannerArea .inqArea dd.mail {
    text-align: center;
    width: 420px;
}
.commonBannerArea .inqArea dd.mail a {
    background-color: #3590c5;
    box-sizing: border-box;
    border-radius: 40px;
    color: #fff;
    font-size: 112%;
    font-weight: 700;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.6s;
}
.commonBannerArea .inqArea dd.mail a:hover {
    opacity: 0.5;
}
.commonBannerArea .inqArea dd.mail {
    width: 55%;
    min-width: 280px;
    padding-right: 25px;
}
.commonBannerArea .inqArea dd.mail a:before {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: 180%;
    white-space: nowrap;
    content: "";
    display: block;
    height: 34px;
    width: 44px;
    background-image: url(img/common/mailIcon02.png);
    margin-right: 15px;
}
@media screen and (max-width: 1100px) {
    .commonBannerArea .inqArea dt {
        font-size: 130%;
        min-width: 325px;
    }
    .commonBannerArea .inqArea dd.tel {
        font-size: 220%;
        min-width: 360px;
    }
    .commonBannerArea .inqArea dd.mail {
        min-width: 260px;
    }
}
