@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Roboto:wght@400;700&display=swap');


/* body
------------------------------------------------- */
body {
    padding-top: 5rem;
}
.roboto {
    font-family: 'Roboto', sans-serif;
}
.oswald {
    font-family: 'Oswald', 'Noto Sans JP', sans-serif;
}
br.lg {
    display: none;
}
@media only screen and (min-width:992px){
a.telLink {
    pointer-events: none;
}
}
@media only screen and (max-width:991px){
body {
    padding-top: 3.75rem;
}
.lh-lg {
    line-height: 1.75 !important;
}
}
@media only screen and (max-width:767px){
br.lg {
    display: inline;
}
}


/* main
------------------------------------------------- */
main .container {
    padding-right: 10rem;
    padding-left: 10rem;
    position: relative;
}
main .container .inner {
    max-width: 800px;
    margin: 0 auto;
}
main #path {
    background-color: #fff;
    line-height: 3.75rem;
    color: #7D8B95;
    position: static;
    margin-bottom: 2rem;
}
main #path .container {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
}
main #path a {
    color: #7D8B95;
}
@media only screen and (max-width:1399px){
main .container {
    padding-right: 4.375rem;
    padding-left: 4.375rem;
}
main #path .container {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
}
}
@media only screen and (max-width:1199px){
main .container {
    padding-right: 0;
    padding-left: 0;
}
main #path .container {
    padding-right: 0;
    padding-left: 0;
}
}
@media only screen and (max-width:991px){
main .container {
    padding-right: var(--bs-gutter-x,1.5rem);
    padding-left: var(--bs-gutter-x,1.5rem);
}
main #path .container {
    padding-right: var(--bs-gutter-x,1.5rem);
    padding-left: var(--bs-gutter-x,1.5rem);
}
}


/* headttl
------------------------------------------------- */
.headttl1 {
    text-align: center;
    position: relative;
    padding: 2rem 0 1.5rem;
    margin-bottom: 3.5rem;
    line-height: 1.5;
}
.headttl1::before {
    content: '';
    width: 2.875rem;
    height: 0.25rem;
    background-color: #006AB7;
    position: absolute;
    left: 50%;
    margin-left: -1.4375rem;
    bottom: 0;
}
.headttl2 {
    text-align: center;
    line-height: 1.75;
    padding: 1.5rem 0 2rem;
}
.headttl2 span {
    display: block;
    color: #006AB7;
}
.headttl3 {
    color: #006AB7;
    margin-bottom: 2.5rem;
}
.headttl4 {
    font-size: 3rem;
    margin-bottom: 2.5rem;
}
@media only screen and (max-width:991px){
.headttl1 {
    margin-bottom: 2.5rem;
}
.headttl2 {
    line-height: 1.6;
}
.headttl3 {
    line-height: 1.6;
    margin-bottom: 1.5rem;
}
.headttl4 {
    line-height: 1.6;
    margin-bottom: 1rem;
}
}


/* main-title
------------------------------------------------- */
.main-title {
    height: 12.5rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    letter-spacing: 0.06em;
}
@media only screen and (max-width:1399px){
main .main-title .container {
    padding-right: 10rem;
    padding-left: 10rem;
}
}
@media only screen and (max-width:1199px){
main .main-title .container {
    padding-right: 6.25rem;
    padding-left: 6.25rem;
}
}
@media only screen and (max-width:991px){
.main-title {
    height: 9.5rem;
}
main .main-title .container {
    padding-right: var(--bs-gutter-x,1.5rem);
    padding-left: var(--bs-gutter-x,1.5rem);
}
}


/* other_nav
------------------------------------------------- */
.other_nav {
    background-color: #EFF2F4;
    padding: 5rem 0;
    margin-top: 7.5rem;
}
.other_nav .bnr {
    width: 50%;
    height: 12.5rem;
}
.other_nav .bnr.last {
    border-left: 1px solid #EFF2F4;
}
.other_nav .bnr a {
    width: 100%;
    height: 100%;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.other_nav .bnr a::after {
    content: '';
    width: 100%;
    height: 100%;
    transition: 0.4s;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}
.other_nav .bnr.bnr1 a::after {
    background: url("../img/other_nav1.jpg") center center no-repeat;
    background-size: cover;
}
.other_nav .bnr.bnr2 a::after {
    background: url("../img/other_nav2.jpg") center center no-repeat;
    background-size: cover;
}
.other_nav .bnr.bnr3 a::after {
    background: url("../img/other_nav3.jpg") center center no-repeat;
    background-size: cover;
}
.other_nav .bnr.bnr4 a::after {
    background: url("../img/other_nav4.jpg") center center no-repeat;
    background-size: cover;
}
.other_nav .bnr.bnr5 a::after {
    background: url("../img/other_nav5.jpg") center center no-repeat;
    background-size: cover;
}
.other_nav .bnr.bnr6 a::after {
    background: url("../img/other_nav6.jpg") center center no-repeat;
    background-size: cover;
}
.other_nav .bnr.bnr7 a::after {
    background: url("../img/other_nav7.jpg") center center no-repeat;
    background-size: cover;
}
.other_nav .bnr h3 {
    font-size: 1.375rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 3;
    transition: 0.4s;
}
.other_nav .bnr h3 i {
    font-size: 0.75rem;
    display: block;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.02em;
    padding-top: 0.4rem;
}
.other_nav .bnr .cover {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    transition: opacity .4s ease;
    opacity: 1;
    background: rgba(77,77,77,0.55);
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
}
.other_nav .bnr span {
    display: block;
    width: 1.875rem;
    height:  1.875rem;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.759%22%20height%3D%2211.735%22%20viewBox%3D%220%200%207.759%2011.735%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_803%22%20data-name%3D%22%E3%83%91%E3%82%B9%20803%22%20d%3D%22M246.5%2C249.418l5.351-4.459L246.5%2C240.5%22%20transform%3D%22translate(-245.09%20-239.092)%22%20fill%3D%22none%22%20stroke%3D%22%23006ab7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E') center center no-repeat rgba(255,255,255,0.7);
    transition: 0.4s;
}
@media only screen and (min-width:992px){
.other_nav .bnr a:hover {
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
.other_nav .bnr a:hover::after {
    transform: scale(1.05, 1.05);
}
.other_nav .bnr a:hover h3 {
    color: #006AB7;
}
.other_nav .bnr a:hover .cover {
    opacity: 0;
}
.other_nav .bnr a:hover span {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.759%22%20height%3D%2211.735%22%20viewBox%3D%220%200%207.759%2011.735%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_803%22%20data-name%3D%22%E3%83%91%E3%82%B9%20803%22%20d%3D%22M246.5%2C249.418l5.351-4.459L246.5%2C240.5%22%20transform%3D%22translate(-245.09%20-239.092)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E') center center no-repeat #006AB7;
}
}
@media only screen and (max-width:991px){
.other_nav {
    padding: 3rem 1rem;
    margin-top: 3rem;
}
}
@media only screen and (max-width:767px){
.other_nav .bnr {
    width: 100%;
    height: 9.5rem;
}
.other_nav .bnr.last {
    border-top: 1px solid #EFF2F4;
    border-left: none;
}
}


/* footer
------------------------------------------------- */
#footer .footer-area {
    padding: 3rem 3.75rem 8.5rem;
}
#footer .blanklink {
    bottom: 4rem;
}
@media only screen and (max-width:1199px){
#footer .footer-area {
    padding: 3rem 0 12.5rem;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
}
#footer .blanklink {
    bottom: 8.5rem;
}
}
@media only screen and (max-width:767px){
#footer .footer-area {
    padding: 2rem 1.5rem;
}
}


/* idPad
------------------------------------------------- */
.idPad {
    padding-top: 5rem;
    margin-top: -5rem;
}
@media only screen and (max-width:991px){
.idPad {
    padding-top: 3.75rem;
    margin-top: -3.75rem;
}
}


/* animation
------------------------------------------------- */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}