body {
    color: #101010;
    background: #fefefe;
    font-family: YakuHanJP, Lato, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
    font-size: 1.6rem;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
    font-weight: 500;
    position: relative
}

a {
    color: #17305e;
    text-decoration: none;
    transition: all .3s ease;
    cursor: pointer
}

.subpage-wrapper {
    animation: a 2s
}

@keyframes a {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

em {
    font-style: normal
}

img {
    max-width: 100%;
    height: auto
}

.bold,
h2,
h3,
h4 {
    font-weight: 600
}

h2,
h3,
h4 {
    line-height: 1.4
}

.kerning,
h2,
h3,
h4 {
    font-feature-settings: "palt"
}

.mincho {
    font-family: YakuHanMP, Noto Serif JP, 游明朝 Medium, Yu Mincho, YuMincho, Hiragino Mincho ProN, HGS明朝E, serif;
    font-weight: 500;
    font-weight: 500 !important
}

.eng {
    font-family: Work Sans, sans-serif;
    font-weight: 600;
    font-style: normal
}

.bigger {
    font-size: 1.15em;
    line-height: 1.4
}

.smaller {
    font-size: 13px;
    letter-spacing: 0
}

.en-big {
    font-family: Work Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase
}

.scroll-bar {
    max-height: 450px;
    overflow-y: scroll
}

@keyframes b {
    0% {
        opacity: 0;
        transform: scale(.95)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes c {
    0% {
        opacity: 0;
        transform: translateY(35px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes d {
    0% {
        opacity: 0;
        transform: translateY(35px);
        filter: blur(10px)
    }

    to {
        opacity: 1;
        transform: translate(0);
        filter: blur(0)
    }
}

@keyframes e {
    0% {
        transform-origin: center;
        transform: scaleX(0)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.slideup.on {
    opacity: 1;
    animation: c .65s cubic-bezier(.2, 1, .2, 1)
}

.zoomin.on {
    opacity: 1;
    animation: b .65s cubic-bezier(.2, 1, .2, 1)
}

.blur-in.on {
    opacity: 1;
    animation: d 1s cubic-bezier(.2, 1, .2, 1)
}

.border-in.on {
    opacity: 1;
    animation: e 1s cubic-bezier(.2, 1, .2, 1)
}

.loader {
    -ms-flex-align: center;
    align-items: center;
    background: #fdfdfd;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999
}

.loader:after {
    animation: f .5s linear infinite;
    border: 1px solid #1c3a73;
    border-radius: 50%;
    border-right: 1px solid rgba(28, 58, 115, .2);
    border-top: 1px solid rgba(28, 58, 115, .2);
    content: "";
    height: 70px;
    width: 70px
}

.loader.off {
    display: none
}

@keyframes f {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.gradient {
    background: linear-gradient(45deg, #ccc, #2d4a86, #eee);
    background-size: 600% 600%;
    animation: g 10s ease infinite
}

@keyframes g {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

#l-header {
    width: 100%;
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
    transition: all .2s ease-in;
    border-bottom: 1px solid rgba(28, 58, 115, .3)
}

#l-header.is-fixed {
    position: fixed;
    background: hsla(0, 0%, 100%, .8);
    border: none;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

#l-header.is-fixed .inner #logo .logo1 {
    display: none
}

#l-header.is-fixed .inner #logo .logo2 {
    display: block
}

#l-header .inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1600px;
    min-width: 1000px;
    margin: 0 auto;
    padding: 0 5px
}

#l-header .inner #logo {
    width: 260px;
    padding-left: 8px
}

#l-header .inner .logo2 {
    display: none
}

#l-header .head-right {
    margin-left: auto;
    margin-right: 5px
}

.head-right_contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.head-right_contact.type_hamburger {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 50px;
    -ms-flex-pack: center;
    justify-content: center
}

.head-right_btn a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 67px;
    padding: 0 14px;
    background: #2d4a86;
    font-size: 1.4rem;
    transition: all .3s cubic-bezier(.18, .06, .23, 1)
}

.head-right_mail {
    margin-left: 10px
}

.head-right_mail a {
    background: #2d4a86;
    color: #fff;
    font-weight: 600
}

.head-right_mail a:before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    font-weight: 900;
    margin-right: 5px
}

.head-right_mail a:hover {
    background: #000
}

#header_nav {
    position: relative;
    width: 630px;
    padding-right: 170px
}

#header_nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#header_nav ul li {
    position: relative
}

#header_nav ul li.footer-only {
    display: none
}

#header_nav ul li.btn-contact a {
    display: inline-block;
    position: relative;
    padding: 7px 20px 8px 40px;
    border-radius: 30px;
    background: #1c3a73;
    color: #fff;
    font-feature-settings: "palt"
}

#header_nav ul li.btn-contact a:before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    font-weight: 900;
    margin-right: 5px;
    position: absolute;
    left: 14px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px
}

#header_nav ul li.btn-contact a:after {
    display: none
}

#header_nav ul li.btn-contact a.active .eng,
#header_nav ul li.btn-contact a:hover .eng {
    color: #a0dbf1
}

#header_nav ul li a {
    padding: 10px 0 14px;
    color: #111
}

#header_nav ul li a,
#header_nav ul li a .eng {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 1.4rem
}

#header_nav ul li a .eng {
    line-height: 1.3;
    font-family: Work Sans, sans-serif;
    font-style: normal;
    color: #1c3a73
}

#header_nav ul li a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 0;
    height: 3px;
    background: #2d4a86;
    transition: width .2s ease-in
}

#header_nav ul li a.active:after,
#header_nav ul li a:hover:after {
    width: 20px
}

#header_nav .dropdown {
    display: none;
    position: absolute;
    left: -30px;
    top: 45x;
    z-index: 999;
    padding-top: 20px
}

#header_nav .dropdown.drop-last {
    left: auto;
    right: -80px
}

#header_nav .dropdown .dropdown-ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 8px;
    background: hsla(0, 0%, 100%, .6);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 15px
}

#header_nav .dropdown .dropdown-li {
    border-right: 0;
    background: #2d4a86;
    width: 130px
}

#header_nav .dropdown .dropdown-li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 10px;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0
}

#header_nav .dropdown .dropdown-li a .footer-only {
    display: none
}

#header_nav .dropdown .dropdown-li a:hover {
    background: #111
}

#header_nav .dropdown .dropdown-li a:after {
    display: none
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 7px;
    z-index: 250
}

#page-top a {
    display: block;
    background: #1c3a73;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 1.2rem;
    text-align: center
}

#page-top a:hover {
    opacity: .6
}

@keyframes h {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(1.12)
    }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
    animation: h 11s linear 0s 1 normal both
}

#slideshow {
    position: relative;
    margin-inline: auto;
    width: 100%;
    aspect-ratio: 2/1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#slideshow video {
    object-fit: cover
}

#slideshow:before,
#slideshow video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

#slideshow:before {
    content: "";
    background-image: linear-gradient(270deg, #1c3a73 2.29%, #0b7dbd 51.51%, #61c1df 97.75%);
    mix-blend-mode: screen;
    opacity: .5;
    z-index: 2
}

#slideshow .swiper-slide {
    position: relative
}

#slideshow .swiper-slide.slide1:before {
    background-image: url(../img/1.jpg);
    background-position: 65% 50%
}

#slideshow .swiper-slide.slide2:before {
    background-image: url(../img/2.jpg);
    background-position: 50%
}

#slideshow .swiper-slide.slide3:before {
    background-image: url(../img/3.jpg)
}

#slideshow .slide-img {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 50.25%;
    height: auto;
    min-height: 800px
}

#slideshow .slide-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

#slide-wrap,
.catch-wrap {
    position: relative
}

.catch-wrap {
    z-index: 50;
    width: 38%;
    aspect-ratio: 1/1;
    -ms-transform: translateY(10%);
    transform: translateY(10%)
}

#catch {
    position: relative;
    width: 100%;
    height: 100%
}

#catch p {
    position: absolute;
    left: 50%;
    overflow: hidden;
    font-family: Work Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center
}

#catch p,
#catch p span {
    width: fit-content;
    opacity: 0
}

#catch p span {
    display: block;
    padding: 4px 8px;
    filter: drop-shadow(none)
}

#catch p.main {
    top: 20%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 2.5vw;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    filter: drop-shadow(0 0 8px rgba(92, 64, 49, .5));
    z-index: 4
}

#catch p.main:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #333;
    z-index: 4;
    display: block;
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

#catch p.sub {
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: Work Sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-style: italic;
    font-size: 4.6vw;
    color: #2d4a86;
    line-height: 1;
    z-index: -1
}

#catch p.sub em {
    font-size: 1.2em
}

#catch p:before {
    display: none
}

#catch.on p {
    opacity: 1
}

#catch.on p.main span {
    animation: .7s cubic-bezier(.18, .06, .23, 1) .5s forwards o normal
}

#catch.on p.main:before {
    animation: .7s ease-in 0s forwards n normal
}

#catch.on p.sub span {
    animation: .5s cubic-bezier(.18, .06, .23, 1) 1s forwards o normal
}

#catch-circle {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    mix-blend-mode: screen;
    background: rgba(160, 219, 241, .1);
    border-radius: 50%
}

#catch-circle .circle-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(194, 223, 246, 0) 0, rgba(194, 223, 246, 0) 70%, rgba(242, 251, 255, .3) 100%);
    opacity: 0
}

#catch-circle.on .circle-inner {
    animation: 1s cubic-bezier(.18, .06, .23, 1) 1.9s forwards i
}

#catch-circle .circle01 {
    width: 60%;
    height: 60%
}

#catch-circle .circle02 {
    width: 100%;
    height: 100%
}

@keyframes i {
    0% {
        opacity: 0;
        clip-path: circle(0 at 50% 50%)
    }

    to {
        opacity: 1;
        clip-path: circle(100% at 50% 50%)
    }
}

#catch-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 30%;
    height: 30%;
    z-index: 5
}

#catch-logo svg {
    width: 100%;
    height: 100%
}

#catch-logo .svg-elm-1,
#catch-logo .svg-elm-2 {
    fill: none;
    stroke: transparent
}

#catch-logo.on {
    opacity: 1
}

#catch-logo.on .svg-elem-1 {
    animation: j 1s cubic-bezier(.55, .085, .68, .53) 0s both, k .7s cubic-bezier(.55, .085, .68, .53) 3s both
}

#catch-logo.on .svg-elem-2 {
    animation: l .3s cubic-bezier(.55, .085, .68, .53) .3s both, m .3s cubic-bezier(.55, .085, .68, .53) 3s both
}

.cls-1 {
    stroke: #fff;
    stroke-width: 6px;
    fill: none
}

@keyframes j {
    0% {
        stroke-dashoffset: 2087.33984375px;
        stroke-dasharray: 2087.33984375px
    }

    to {
        stroke-dashoffset: 0;
        stroke-dasharray: 2087.33984375px
    }
}

@keyframes k {
    0% {
        fill: transparent
    }

    to {
        fill: hsla(0, 0%, 100%, .6)
    }
}

@keyframes l {
    0% {
        stroke-dashoffset: 4466.8740234375px;
        stroke-dasharray: 4466.8740234375px
    }

    to {
        stroke-dashoffset: 0;
        stroke-dasharray: 4466.8740234375px
    }
}

@keyframes m {
    0% {
        fill: transparent
    }

    to {
        fill: hsla(0, 0%, 100%, .4)
    }
}

@keyframes n {
    0% {
        transform-origin: left;
        transform: scaleX(0)
    }

    40% {
        transform-origin: left;
        transform: scaleX(0)
    }

    50% {
        transform-origin: left;
        transform: scaleX(1)
    }

    50.1% {
        transform-origin: right;
        transform: scaleX(1)
    }

    70% {
        transform-origin: right
    }

    to {
        transform-origin: right;
        transform: scaleX(0)
    }
}

@keyframes o {

    0%,
    60% {
        transform-origin: left;
        transform: translateX(-100%);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

#scrolldown {
    position: absolute;
    right: 15px;
    bottom: 60px;
    color: #fefefe;
    font-family: Work Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-feature-settings: "pkna";
    font-size: 1.4rem;
    z-index: 100;
    height: 210px
}

#scrolldown:after,
#scrolldown:before {
    position: absolute;
    content: "";
    z-index: 2;
    left: 50%
}

#scrolldown:before {
    width: 1px;
    height: 100px;
    bottom: 0;
    background: #f0f0f0;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#scrolldown:after {
    width: 8px;
    height: 8px;
    background: hsla(0, 0%, 100%, .9);
    border-radius: 100%;
    top: 100px;
    margin-left: -4px;
    animation: p 2.3s ease-out infinite;
    animation-fill-mode: both
}

@keyframes p {
    0% {
        bottom: 0;
        opacity: 0
    }

    20% {
        opacity: 1
    }

    50% {
        top: 180px;
        opacity: 1
    }

    80% {
        opacity: 0
    }

    to {
        top: 210px;
        opacity: 0
    }
}

.contact-txt {
    text-align: center;
    margin-top: 10px
}

.contact_bnr {
    margin-bottom: 20px
}

.contact_bnr>li {
    width: 300px
}

.contact_bnr>li:first-child {
    margin-right: 40px
}

.contact_bnr>li .bnr_map {
    color: #fff;
    width: 280px;
    background: #f66009;
    font-size: 1.6rem;
    padding: 15px 0;
    position: relative
}

.contact_bnr>li .bnr_map i {
    display: inline-block;
    margin-right: 5px
}

.contact_bnr>li .bnr_map:after {
    position: absolute;
    content: "";
    right: -25px;
    top: 50%;
    width: 50px;
    height: 1px;
    background: #fff;
    transition: all .3s cubic-bezier(.18, .06, .23, 1)
}

.contact_bnr>li .bnr_map:hover {
    background: rgba(45, 74, 134, .6)
}

.contact_bnr>li .bnr_map:hover:after {
    right: -32px
}

.contact_bnr>li .bnr_txt p {
    width: fit-content;
    margin-inline: auto
}

.contact_bnr>li .bnr_tel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.contact_bnr>li .bnr_tel .txt {
    padding: 5px 0;
    white-space: nowrap;
    color: #fefefe;
    font-size: 3.2rem;
    letter-spacing: 0;
    line-height: 1;
    font-family: Work Sans, sans-serif;
    font-weight: 600;
    font-style: normal
}

.contact_bnr>li .bnr_tel .txt:before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    font-weight: 900;
    margin-right: 5px;
    font-size: .8em
}

.contact_bnr>li .bnr_tel:hover {
    color: #1c3a73;
    background: transparent
}

.contact_bnr>li .bnr_mobile:before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    font-weight: 900
}

.contact_bnr>li .bnr_fax {
    background: #fdfdfd;
    color: #1c3a73
}

.contact_bnr>li .bnr_fax:before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    font-weight: 900
}

.contact_bnr>li .bnr_mail {
    padding: 10px 0;
    border: 1px solid #fff;
    border-radius: 40px;
    color: #fff;
    font-size: 1.6rem
}

.contact_bnr>li .bnr_mail:before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    font-weight: 900
}

.contact_bnr>li .bnr_mail.type1:before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    font-weight: 900
}

.contact_bnr>li .bnr_mail:hover {
    background: #c5a54d
}

.contact_bnr>li a {
    display: block;
    font-weight: 600;
    text-align: center;
    padding: 12px 10px
}

.contact_bnr>li a:before {
    margin-right: 5px;
    position: relative;
    display: inline-block
}

.footer-upper-warp {
    position: relative;
    z-index: 4
}

.footer-upper-warp .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 40px
}

.footer-upper-warp .upper-left {
    width: 36%
}

.footer-upper-warp .upper-right {
    width: 58%
}

.footer-upper-warp .footer-info {
    max-width: 1100px;
    margin: 0 auto
}

.footer-right-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer-right-box .footer-right-child {
    width: 320px;
    margin-right: 20px
}

#l-footer {
    font-size: 1.5rem;
    position: relative
}

#l-footer:before {
    width: 100%;
    background: #0a1e47;
    z-index: -1
}

#l-footer:after,
#l-footer:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%
}

#l-footer:after {
    pointer-events: none;
    width: 80%;
    background: radial-gradient(52.19% 463.17% at 0 54.59%, #4e81e0 0, rgba(78, 129, 224, 0) 100%);
    opacity: .4
}

#l-footer .inner {
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    z-index: 3;
    padding: 80px 10px
}

#l-footer .inner.type1 {
    padding: 0 10px 60px
}

.footer-lead {
    margin-bottom: 20px
}

.footer-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-wrap .footer-left {
    width: 38%
}

.footer-wrap .footer-right {
    width: 50%
}

.footer-document {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-document li {
    margin-bottom: 4px
}

.footer-document li:not(:last-of-type) {
    margin-right: 14px
}

.footer-document li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #7c232a;
    font-weight: 600;
    letter-spacing: 0;
    border-bottom: 1px solid #5c4031
}

.footer-document li a:before {
    display: inline-block;
    content: "●";
    margin-right: 4px;
    font-size: .6em
}

.map-big {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 20px;
    margin-top: 30px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.footer_navi {
    position: relative
}

.footer_navi ul li {
    border-bottom: 1px solid #999
}

.footer_navi ul li .footer-only {
    display: block
}

.footer_navi ul li a {
    position: relative;
    color: #bbb;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: right
}

.footer_navi ul li a span {
    display: inline-block
}

.footer_navi ul li a span.eng {
    display: none
}

.footer_navi ul li a span.ja {
    color: #fff;
    padding: 4px;
    font-size: 1.3rem
}

.footer_navi ul li a:hover {
    color: #ddd
}

.footer_navi ul li .dropdown {
    display: none
}

.footer_navi ul li .dropdown .dropdown-ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 15px;
    max-width: 320px
}

.footer_navi ul li .dropdown .dropdown-li {
    width: 100%
}

.footer_navi ul li .dropdown .dropdown-li:first-of-type {
    display: block
}

.footer_navi ul li .dropdown .dropdown-li a {
    display: block;
    border: none;
    font-size: 13px;
    color: #ddd;
    line-height: 1.5;
    letter-spacing: 0
}

.footer_navi ul li .dropdown .dropdown-li a:before {
    background: #fff
}

.footer-title {
    font-weight: 600
}

.footer-title span {
    background: #000;
    color: #fff;
    padding: 3px 8px
}

.flogo {
    position: relative;
    display: block;
    width: 200px;
    margin-bottom: 20px
}

.address {
    position: absolute;
    left: 10px;
    top: 200px;
    font-size: 1.4rem
}

.copyright {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 20px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    color: #fff;
    font-size: 1.2rem
}

.top-sec1 {
    position: relative;
    overflow: hidden;
    padding-top: 80px
}

.top-sec1:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(177, 219, 237, .6), rgba(168, 209, 233, 0))
}

.top-title01 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 2.8rem
}

.top-title01 em {
    font-size: 1.1em;
    color: #1c3a73
}

.top-box1 {
    width: 55%;
    margin-left: auto
}

.news-box {
    position: relative;
    z-index: 10;
    display: -ms-flexbox;
    display: flex
}

.news-left {
    position: absolute;
    left: 0;
    top: -40px
}

.news-title {
    text-align: center;
    position: relative
}

.news-title span {
    display: block
}

.news-title .eng {
    font-family: Work Sans, sans-serif;
    font-style: normal;
    color: #1c3a73;
    font-size: 3rem
}

.news-title .eng,
.news-title .ja {
    font-weight: 600;
    position: relative
}

.news-title .ja {
    font-size: 1.5rem
}

.news-right {
    width: 75%;
    margin-left: auto
}

.map-link {
    font-weight: 600;
    color: #1c3a73;
    border-bottom: 1px solid #1c3a73
}

.map-link:before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    font-weight: 900;
    margin-right: 5px
}

.single {
    max-width: 1100px
}

.single,
.single02,
.single03 {
    margin: 0 auto;
    padding: 80px 0;
    position: relative;
    z-index: 2
}

.single03 {
    max-width: 1400px
}

.margin-top {
    margin-top: -80px
}

.lsingle,
.rsingle {
    width: 48.44%
}

.lsingle {
    float: left
}

.rsingle {
    float: right
}

.mbox {
    background: #fefefe;
    padding: 35px 30px;
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto
}

.mbox.type1 {
    border: 3px solid #1c3a73
}

.mbox.shadow {
    box-shadow: 0 18px 50px -10px rgba(0, 0, 0, .1)
}

.mbox.transparent {
    background: transparent
}

.mbox2 {
    border: 8px solid rgba(126, 159, 185, .7);
    padding: 35px 30px
}

.mbox2.type1 {
    background: #fffaf4
}

.mbox3 {
    background: #fefefe;
    padding: 35px 30px;
    position: relative;
    z-index: 3;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto
}

.mbox3.type1 {
    border: 3px solid #1c3a73
}

.mbox3.shadow {
    box-shadow: 0 18px 50px -10px rgba(92, 64, 49, .1)
}

.mbox3.transparent {
    background: transparent
}

.small-box {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto
}

.small-box.mini {
    max-width: 640px
}

.sentence p+p {
    margin-top: 20px
}

.sentence.type_mb {
    letter-spacing: 0;
    font-size: 1.5rem
}

.sentence.type_mb p {
    margin-bottom: 30px
}

.inner-content {
    width: fit-content;
    margin-inline: auto
}

.bg-grid {
    background: hsla(0, 0%, 100%, .9);
    background-image: linear-gradient(90deg, transparent 95%, hsla(0, 0%, 87%, .2) 0, hsla(0, 0%, 87%, .2)), linear-gradient(0deg, transparent 95%, hsla(0, 0%, 87%, .2) 0, hsla(0, 0%, 87%, .2));
    background-size: 20px 20px;
    background-repeat: repeat
}

.bg-map {
    position: relative;
    max-width: 1200px;
    margin: 0 auto
}

.bg-map:before {
    position: absolute;
    content: "";
    width: 80%;
    height: 140%;
    right: 0;
    top: -20%;
    background: url(../img/map.png) no-repeat right 50%/contain
}

.bg-wall {
    background: url(../img/bg-wall.jpg)
}

.bg-wave {
    background: url(../img/bg-wave.jpg)
}

#main {
    float: left;
    width: 76%
}

#main .mbox {
    min-height: 300px
}

#side {
    float: right;
    position: sticky;
    right: 0;
    top: 0;
    width: 21%;
    padding-right: 10px
}

.mtitle {
    margin: 0 auto 35px;
    text-align: center;
    position: relative;
    z-index: 3
}

.mtitle:before {
    width: fit-content;
    content: attr(data-title);
    margin-inline: auto;
    font-family: Work Sans, sans-serif;
    font-weight: 800;
    font-style: italic;
    font-size: 6rem;
    color: #7e9fb9;
    line-height: 1.2
}

.mtitle .eng,
.mtitle:before {
    display: block;
    text-align: center
}

.mtitle .eng {
    font-size: 3rem;
    line-height: 1.4;
    color: #1c3a73
}

.mtitle .eng:first-letter {
    color: #c5a54d
}

.mtitle .ja {
    font-size: 1.8rem
}

.mtitle.white {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, .1)
}

.mtitle.white:before {
    color: #fff
}

.mtitle.white span {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, .1)
}

.mtitle.white span:after {
    background-color: #eee
}

.mtitle.mtitle_left {
    margin-right: 0
}

.mtitle.mtitle_left,
.mtitle.mtitle_left:before {
    text-align: left;
    margin-left: 0
}

.mtitle.mtitle_left .eng {
    text-align: left
}

.mtitle.mtitle_right {
    text-align: right;
    margin-left: auto;
    margin-right: 0
}

.mtitle2 {
    position: relative;
    margin-bottom: 30px;
    padding-left: 16px;
    border-left: 3px solid #2d4a86
}

.mtitle2:before {
    content: attr(data-title);
    display: block;
    width: fit-content;
    color: #7e9fb9;
    font-family: Work Sans, sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: 1.2;
    font-size: 3rem
}

.mtitle2 .ja {
    font-weight: 600;
    font-size: 1.2em;
    text-align: left
}

.mtitle2.center {
    width: fit-content;
    margin-inline: auto;
    text-align: left
}

.mtitle3 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-feature-settings: "pkna";
    position: absolute;
    min-height: 100px;
    top: 40px;
    left: 30px
}

.mtitle3 .ja {
    display: block;
    font-size: 2.6rem;
    border-right: 2px solid #1c3a73;
    letter-spacing: .2em;
    padding-right: 5px;
    font-weight: 400
}

.mtitle3 .eng {
    display: block;
    font-family: Work Sans, sans-serif;
    font-style: normal;
    padding-left: 3px
}

.mtitle3 .eng,
.mtitle_line {
    font-weight: 600;
    font-size: 1.8rem;
    color: #1c3a73
}

.mtitle_line {
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 25px;
    letter-spacing: .2rem
}

.mtitle_line span {
    display: block;
    font-size: 1.4rem;
    color: #1c3a73
}

.mtitle_line:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: "";
    opacity: .6;
    background-image: repeating-linear-gradient(-45deg, #2d4a86, #aaa 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    backface-visibility: hidden
}

.mtitle_balloon {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 20px;
    min-width: 800px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #fff;
    border: 3px solid #999;
    box-sizing: border-box
}

.mtitle_balloon:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    z-index: 2
}

.mtitle_balloon:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #999;
    z-index: 1
}

.mtitle_balloon p {
    margin: 0;
    padding: 0
}

.mtitle4 {
    text-align: center;
    color: #1c3a73;
    line-height: 1.5;
    letter-spacing: .1rem;
    font-size: 1.8rem
}

.mtitle4 span {
    position: relative;
    display: inline-block;
    min-width: 10%
}

.mtitle4 span:after,
.mtitle4 span:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 2rem;
    background-color: #1c3a73
}

.mtitle4 span:before {
    left: -11px;
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg)
}

.mtitle4 span:after {
    right: -11px;
    -ms-transform: rotate(20deg);
    transform: rotate(20deg)
}

.mtitle4.white span:after,
.mtitle4.white span:before {
    background-color: #ffd803
}

.mtitle5,
.mtitle5 span {
    position: relative
}

.mtitle5 span {
    z-index: 2;
    padding: 0 15px 8px;
    font-family: YakuHanMP, Noto Serif JP, 游明朝 Medium, Yu Mincho, YuMincho, Hiragino Mincho ProN, HGS明朝E, serif;
    font-weight: 500;
    font-size: 1.35em;
    line-height: 1.4;
    color: #1c3a73;
    display: inline-block
}

.mtitle5 span.eng {
    font-size: 2em
}

.mtitle5:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 85%;
    height: 60%;
    background: #a0dbf1;
    opacity: .3
}

.mtitle_sub {
    padding-left: .5em;
    font-weight: 600;
    position: relative;
    border-left: 3px solid #1c3a73;
    margin: 8px 0 15px;
    font-size: 1.1em;
    line-height: 1.4;
    text-align: left
}

.mtitle_sub:before {
    position: absolute;
    left: -3px;
    bottom: 0;
    content: "";
    width: 3px;
    height: 50%;
    background-color: #cfd4d5
}

.mtitle_box {
    background-image: linear-gradient(90deg, #f7f4ea, #f4e6d2);
    font-size: 1.7rem;
    position: relative;
    padding: 10px 15px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #5c4031
}

.mtitle_box a {
    color: #fff
}

.mtitle_box .num {
    display: inline-block;
    margin-right: 8px;
    font-family: Work Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.2rem;
    color: #1c3a73
}

.mtitle_box:before {
    position: absolute;
    font-family: Font Awesome\ 5 Free;
    content: "";
    font-weight: 900;
    display: block;
    right: -1px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff
}

.mtitle_box.type1 {
    background: #2d4a86
}

.mtitle_box.type2 {
    background: #2027d2
}

.mtitle_box2 {
    background: #1c3a73;
    font-size: 2rem;
    color: #fff;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: .1rem;
    padding: 10px 10px 10px 20px;
    margin-bottom: 25px
}

.mtitle_box2 .small-cap {
    font-weight: 400;
    font-size: 14px
}

.mtitle_box2:before {
    background-color: #fefefe;
    content: "";
    display: block;
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    position: absolute;
    bottom: -10px;
    right: -150px;
    width: 300px;
    height: 280px
}

.mtext1 {
    font-size: 2.2rem;
    line-height: 1.6
}

.mtext2 {
    font-size: 3rem;
    line-height: 1.6
}

.mtext2.type_title01 {
    padding-left: 25px;
    position: relative
}

.mtext2.type_title01:before {
    position: absolute;
    content: "";
    left: 0;
    top: -60px;
    width: 2px;
    height: calc(100% + 60px);
    background: #7e9fb9
}

.mtext3 {
    font-size: 1.8rem;
    letter-spacing: .15em
}

.mtitle_category {
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-family: Work Sans, sans-serif;
    font-weight: 600;
    font-style: normal
}

.mtitle_category:before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    font-weight: 900;
    margin-right: 5px;
    color: #1c3a73
}

.btn01 a {
    background: #1c3a73;
    text-align: center;
    width: 300px;
    margin: 15px auto;
    color: #fff;
    display: block;
    padding: 8px 5px;
    font-weight: 600;
    border-radius: 35px;
    max-width: 90%
}

.btn01 a:hover {
    background: #2027d2;
    color: #fefefe
}

.btn01.mail {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.btn01.mail a {
    background: #ffd803;
    margin: 15px auto 25px
}

.btn01.mail a:before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    font-weight: 900;
    margin-right: 5px
}

.btn02 {
    width: 300px;
    margin: 20px auto
}

.btn02 a {
    display: block;
    position: relative;
    padding: 15px 30px 15px 5px;
    line-height: 24px;
    letter-spacing: .1rem;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(90deg, #394578, #232c53, #333);
    font-weight: 600
}

.btn02 a i {
    display: block;
    position: absolute;
    top: 50%;
    right: -10px;
    width: 40px;
    height: 1px;
    background-color: #ddd;
    transition: all .3s ease
}

.btn02 a:hover i {
    width: 34px
}

.btn02.type1 a {
    background: #fff;
    color: #1c3a73
}

.btn03 a {
    display: block;
    position: relative;
    width: fit-content;
    padding: 4px 8px;
    color: #1c3a73;
    border: 2px solid #1c3a73
}

.btn03 a:hover {
    background: #1c3a73;
    color: #fff
}

.btn03 a:after {
    font-family: Font Awesome\ 5 Free;
    content: "";
    font-weight: 900;
    margin-left: 8px
}

.news .news-inner {
    padding: 15px 0;
    border-top: 1px solid rgba(92, 64, 49, .2);
    font-size: 1.4rem;
    font-weight: 600
}

.news .news-inner:last-of-type {
    border-bottom: 1px solid #cfd4d5
}

.news dt {
    color: #1c3a73
}

.news dt .category {
    font-size: 13px;
    background: #2d4a86;
    color: #fff;
    padding: 2px 4px;
    margin-left: 8px;
    font-weight: 400
}

.news dd {
    margin-left: 8px
}

.news dd a {
    color: #222;
    background-image: linear-gradient(90deg, #1c3a73, #ffd803);
    padding-bottom: .25em;
    background-position: 100% 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s cubic-bezier(.165, .84, .44, 1);
    font-weight: 600
}

.news dd a:hover {
    background-position: 0 100%;
    background-size: 100% 1px
}

.news-bl {
    overflow: hidden
}

.news-bl .news-bl-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 8px
}

.news-bl .news-bl-inner:not(:last-of-type) {
    margin-bottom: 5px;
    border-bottom: .9px solid rgba(92, 64, 49, .2)
}

.news-bl dt {
    position: relative;
    width: 5em;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.3
}

.news-bl dt .year {
    font-size: 12px;
    color: #c5a54d
}

.news-bl dt .md {
    display: block;
    font-size: 1.6rem;
    color: #12254a;
    font-family: Work Sans, sans-serif;
    font-weight: 600;
    font-style: normal
}

.news-bl dd {
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
    line-height: 1.6;
    font-size: 1.4rem
}

.news-bl dd a {
    color: #111;
    background-image: linear-gradient(90deg, #1c3a73, #2d4a86);
    padding-bottom: .25em;
    background-position: 100% 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s cubic-bezier(.165, .84, .44, 1);
    font-weight: 600
}

.news-bl dd a:hover {
    background-position: 0 100%;
    background-size: 100% 1px
}

.page-title {
    position: relative;
    z-index: 1;
    margin-bottom: 40px
}

.page-title:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/page-title.jpg) no-repeat center 60%/cover
}

.page-title.page-title2:before {
    background: url(../img/page-title2_1.jpg) no-repeat center 30%/cover
}

.page-title.page-title3:before {
    background: url(../img/page-title03.jpg) no-repeat center 50%/cover
}

.page-title:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #2d4a86, #7e9fb9);
    opacity: .1;
    mix-blend-mode: soft-light
}

.page-title .inner {
    margin: 0 auto;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 400px;
    max-width: 1600px;
    z-index: 3
}

.page-title .inner,
.page-title .inner .page-lead {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.page-title .inner .page-lead {
    max-width: 400px;
    padding: 30px;
    background: rgba(85, 85, 85, .2);
    border-bottom: 0;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border: 4px solid #fff;
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start
}

.page-title .inner .page-lead.on .eng {
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.page-title .inner .page-lead.on .ja {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.page-title .inner .page-lead .eng {
    position: absolute;
    left: 0;
    top: -64px;
    font-family: Work Sans, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 6rem;
    line-height: 1;
    -ms-transform: translateX(-20%);
    transform: translateX(-20%)
}

.page-title .inner .page-lead .eng,
.page-title .inner .page-lead .ja {
    display: block;
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: all .5s cubic-bezier(.55, .05, .22, .99)
}

.page-title .inner .page-lead .ja {
    position: relative;
    z-index: 4;
    font-size: 2.5rem;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    transition-delay: .6s
}

.bg-gradient {
    position: relative
}

.bg-gradient:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, hsla(0, 0%, 89%, .94), hsla(0, 0%, 95%, 0))
}

.bg-01 {
    padding: 50px 0;
    clip-path: polygon(60% 70px, 60% 0, 100% 0, 100% 100%, 60% 100%, 60% calc(100% - 70px), 0 calc(100% - 70px), 0 70px)
}

.bg-01,
.bg-01 .inner {
    position: relative
}

.bg-01:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #1c3a73
}

.bg-sec2 {
    position: relative;
    padding-bottom: 60px
}

.bg-sec2:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 35%;
    height: 100%;
    background: url(../img/logo-nm.png) no-repeat 100% 100%/contain
}

.bg-sec2-inner {
    margin-top: -80px
}

.bg-02,
.bg-sec2-inner {
    position: relative
}

.bg-02:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, transparent 0, transparent 40%, hsla(46, 45%, 94%, .4) 50%, #f7f4ea)
}

.bg-02.type_gray:before {
    background-image: linear-gradient(180deg, transparent 0, transparent 40%, hsla(30, 24%, 93%, .4) 50%, hsla(30, 24%, 93%, .8))
}

.bg-02.type_gray:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/zara.png)
}

.bg-pattern {
    position: relative
}

.bg-pattern:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg-pattern.jpg);
    background-size: 1000px;
    opacity: .7
}

.bg-base {
    position: relative;
    background: url(../img/zara.png)
}

.bg-base:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(160, 219, 241, .3) 0, rgba(85, 124, 171, .23) 50%, rgba(65, 100, 153, .215) 65%, rgba(55, 87, 144, .2075) 75.5%, rgba(50, 81, 139, .2037) 82.85%, rgba(48, 77, 136, .2019) 88%, rgba(45, 74, 134, .2))
}

.bg-base.type1 {
    position: relative
}

.bg-base.type1:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: calc(100% - 50px);
    height: calc(100% - 40px);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #f2eeea
}

.bg-base.type2 .inner {
    position: relative;
    z-index: 3
}

.bg-base.type2:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fefefe;
    border-radius: 15px
}

.bg-base.type3 {
    position: relative
}

.bg-base.type3:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #2d4a86;
    opacity: .2
}

.bg-green {
    background: rgba(160, 219, 241, .4)
}

.bg-gray {
    position: relative
}

.bg-gray:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: hsla(30, 24%, 93%, .5);
    z-index: -2
}

.bg-gray.type1:before {
    background: #cfd4d5;
    -webkit-mask-image: linear-gradient(to right top, #000 0, #000 64%, rgba(0, 0, 0, .4) 80%, rgba(0, 0, 0, .2));
    mask-image: linear-gradient(to right top, #000 0, #000 64%, rgba(0, 0, 0, .4) 80%, rgba(0, 0, 0, .2))
}

.bg-gray.bg-half-bottom {
    background: transparent;
    background-image: linear-gradient(180deg, transparent 0, transparent 50%, #f2eeea 50.1%, #f2eeea)
}

.bg-gray.bg-half-upper {
    background: transparent;
    background-image: linear-gradient(180deg, #f2eeea 0, #f2eeea 50%, transparent 50.1%, transparent)
}

.bg-gray2 {
    background-image: linear-gradient(180deg, transparent, #f2eeea)
}

.bg-999 {
    background: #888
}

.bg-blue {
    position: relative;
    background: transparent
}

.bg-blue:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(270deg, #1c3a73, #2027d2);
    opacity: .7
}

.bg-blue.type1:before {
    top: 0;
    width: 100%;
    height: 100%;
    background: #1c3a73;
    opacity: .9
}

.bg-blue.type2:before {
    top: 0;
    width: 100%;
    height: 100%;
    background: #2027d2;
    opacity: .3
}

.bg-beige {
    background: #f7f4ea
}

.bg-beige.type1 {
    background: transparent;
    position: relative
}

.bg-beige.type1:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #f7f4ea;
    z-index: -1
}

.bg-beige2 {
    background: hsla(35, 61%, 89%, .4)
}

.bg-base2 {
    background: repeating-linear-gradient(45deg, rgba(28, 58, 115, .1), rgba(28, 58, 115, .1) 20px, #fefefe 0, #fefefe 40px)
}

.tbl-company {
    width: 100%
}

.tbl-company td,
.tbl-company th {
    padding: 28px 0;
    vertical-align: top;
    border-bottom: 1px solid rgba(32, 39, 210, .7)
}

.tbl-company th {
    width: 20%;
    font-weight: 600;
    text-align: left
}

.tbl_normal {
    width: 100%
}

.tbl_normal.type1 th {
    width: 30%;
    font-size: 2rem;
    line-height: 1
}

.tbl_normal.type1 td {
    text-align: left;
    font-family: YakuHanMP, Noto Serif JP, 游明朝 Medium, Yu Mincho, YuMincho, Hiragino Mincho ProN, HGS明朝E, serif;
    font-weight: 500;
    font-size: .9em
}

.tbl_normal td,
.tbl_normal th {
    padding: 4px 5px;
    vertical-align: middle;
    border-bottom: .9px solid #ccc
}

.tbl_normal th {
    width: 70%;
    text-align: left
}

.tbl_normal td {
    text-align: right
}

.tbl {
    width: 100%
}

.tbl.flower-info td,
.tbl.flower-info th {
    padding: 10px 15px
}

.tbl thead th {
    background: hsla(190, 7%, 82%, .6);
    text-align: center
}

.tbl td,
.tbl th {
    padding: 15px;
    vertical-align: middle;
    border: 1px solid #ddd
}

.tbl th {
    background: #fdfdfd;
    text-align: left
}

.tbl th span {
    font-size: 1.4rem
}

.tbl th.item1 {
    width: 260px
}

.tbl .fs_xs {
    font-size: .8em
}

.tbl .cell01 {
    width: 45%
}

.tbl .cell02 {
    width: 30%
}

.tbl_new {
    width: 100%
}

.tbl_new.type-mini {
    font-size: 1.5rem
}

.tbl_new.type-mini tr td,
.tbl_new.type-mini tr th {
    padding: 10px
}

.tbl_new tr td,
.tbl_new tr th {
    vertical-align: middle;
    padding: 15px 10px
}

.tbl_new tr:nth-child(odd) td,
.tbl_new tr:nth-child(odd) th {
    background: #f2eeea
}

.tbl_new tr th {
    font-weight: 600;
    width: 20%;
    color: #1c3a73;
    text-align: left;
    padding-left: 15px;
    letter-spacing: 0
}

.tbl_new tr th.th-long {
    width: 100%;
    text-align: center;
    background: #a0dbf1;
    color: #fff;
    letter-spacing: .15em;
    font-size: 1.1em
}

.tbl-border {
    width: 100%
}

.tbl-border.tbl-mini td,
.tbl-border.tbl-mini th {
    padding: 6px 10px;
    border-width: 1px;
    font-size: 14px;
    letter-spacing: .1rem
}

.tbl-border td,
.tbl-border th {
    padding: 15px;
    border-bottom: 2px solid #f2eeea;
    vertical-align: middle
}

.tbl-border .small {
    font-size: .9em;
    background: #fff;
    color: #2d4a86;
    margin-right: 5px;
    padding: 0 4px
}

.tbl-border th {
    width: 22%;
    text-align: left;
    font-weight: 600;
    border-bottom-color: #cfd4d5
}

.tbl-border th.th-1 {
    width: 45%
}

.price {
    font-family: Lato, sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    color: #e71430
}

.tbl0 {
    width: 100%;
    font-size: 1.4rem
}

.tbl0 td,
.tbl0 th {
    padding: 5px;
    border: 0;
    color: #1c3a73;
    border-bottom: .9px solid #ddd
}

.tbl0 th {
    padding-left: 0;
    text-align: left;
    background: none;
    width: 25%
}

.tbl0 th:after,
.tbl0 th:before {
    display: none
}

.ggmap {
    position: relative;
    padding-bottom: 46.25%;
    height: 0;
    overflow: hidden
}

.ggmap.type1 {
    padding-bottom: 50%
}

.ggmap.type2 {
    padding-bottom: 60%
}

.ggmap.youtube {
    padding-bottom: 56.25%
}

.ggmap embed,
.ggmap iframe,
.ggmap object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.list_common li {
    padding-bottom: 5px;
    padding-left: 1rem;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd
}

.list_common li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.list_common.common_big li {
    padding-bottom: 10px;
    margin-bottom: 10px
}

.list-policy {
    background: hsla(0, 0%, 100%, .7);
    padding: 25px;
    margin-bottom: 40px
}

.list-policy li {
    font-family: YakuHanMP, Noto Serif JP, 游明朝 Medium, Yu Mincho, YuMincho, Hiragino Mincho ProN, HGS明朝E, serif;
    font-size: 2rem;
    padding-bottom: 5px;
    margin-bottom: 6px;
    font-weight: 600
}

.list-policy li:before {
    content: "一、";
    margin-right: 7px;
    color: #1c3a73
}

.list_check.type1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 4%
}

.list_check.type1 li {
    background: #7e9fb9;
    padding: 12px 8px 12px 24px;
    color: #fff
}

.list_check li {
    padding: 4px;
    padding-left: 30px;
    font-weight: 600;
    font-size: 1.1em;
    position: relative;
    margin-bottom: 5px
}

.list_check li a {
    color: #1c3a73;
    border-bottom: 1px dotted #1c3a73
}

.list_check li:before {
    position: absolute;
    left: 0;
    top: 20px;
    content: "";
    width: 10px;
    height: 2px;
    background: #2d4a86
}

.list_check2 li {
    padding: 8px;
    font-weight: 600;
    margin-bottom: 4px;
    border-bottom: 1px solid #ccc
}

.list_check2 li:before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    font-weight: 900;
    margin-right: 8px;
    color: #1c3a73
}

.list_check2 li a {
    color: #111
}

.list_check2 li a:after {
    font-family: Font Awesome\ 5 Free;
    content: "";
    font-weight: 900;
    margin-left: 4px;
    font-size: .8em;
    color: #5c4031
}

.list_check2.type1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 20px
}

.list_check2.type_blue li:before {
    color: #2d4a86
}

.list-inline2 {
    text-align: center
}

.list-inline2 li {
    display: inline-block;
    padding: 4px 15px;
    background: #fefefe;
    border: 1px solid #cfd4d5;
    font-weight: 600;
    border-radius: 30px
}

.list-inline2 li:not(:last-child) {
    margin-right: 8px
}

.list-inline li {
    display: inline-block;
    padding: 3px
}

.list-inline li:not(:last-of-type):after {
    content: "/";
    margin: 0 5px;
    color: #1c3a73;
    font-weight: 400
}

.ol-list {
    counter-reset: a;
    list-style: none;
    padding: 5px
}

.ol-list.type1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ol-list.type1>li {
    width: 48%
}

.ol-list.type1>li:nth-child(2n) {
    margin-left: 4%
}

.ol-list li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: 600;
    padding-left: 40px;
    position: relative
}

.ol-list li:before {
    counter-increment: a;
    content: counter(a);
    background: #2d4a86;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 1.6rem;
    color: #1c3a73;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%
}

.list_disc li {
    padding: 5px 0
}

.list_disc li a {
    font-weight: 600;
    letter-spacing: .1rem
}

.list_disc li:not(:last-of-type) {
    margin-bottom: 5px;
    border-bottom: 1px dashed #ccc
}

.list_disc li:before {
    content: "●";
    margin-right: 5px;
    color: #1c3a73;
    font-size: 1rem;
    display: inline-block;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}

.list-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.list-btn.type1 {
    -ms-flex-pack: center;
    justify-content: center
}

.list-btn li {
    width: 32%;
    margin: 0 1.995% 10px 0
}

.list-btn li a {
    display: block;
    background: #1c3a73;
    font-weight: 600;
    padding: 20px 3px;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 1.5;
    font-size: 1.8rem;
    letter-spacing: 0;
    color: #fff
}

.list-btn li a:after {
    font-family: Font Awesome\ 5 Free;
    content: "";
    font-weight: 900;
    margin-left: 5px
}

.list-btn li:nth-child(2n) a {
    background: #2d4a86
}

.list-btn li:nth-child(3n) {
    margin-right: 0
}

.top-list1>.child {
    background: #cae3f1;
    padding: 15px;
    border-radius: 15px;
    position: relative;
    padding-bottom: 50px;
    margin-top: 110px !important
}

.top-list1 .pages {
    display: none
}

.btn-block {
    position: absolute;
    left: 50%;
    bottom: -40px;
    z-index: 3;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.morebtn2 {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    margin: 15px 0;
    vertical-align: middle;
    text-decoration: none;
    background: #fff;
    border-radius: 40px;
    padding: 6px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .05);
    width: 300px;
    font-size: 1.5rem
}

.morebtn2 .circle {
    position: relative;
    display: block;
    margin: 0;
    width: 44px;
    height: 44px;
    background: #1c3a73;
    margin-left: -1px;
    border-radius: 22px
}

.morebtn2 .circle,
.morebtn2 .circle .icon {
    transition: all .45s cubic-bezier(.65, 0, .076, 1)
}

.morebtn2 .circle .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff
}

.morebtn2 .circle .icon.arrow {
    transition: all .45s cubic-bezier(.65, 0, .076, 1);
    left: 4px;
    width: 2rem;
    height: .125rem;
    background: none
}

.morebtn2 .circle .icon.arrow:before {
    position: absolute;
    content: "";
    top: -.25rem;
    right: .0625rem;
    width: .625rem;
    height: .625rem;
    border-top: .125rem solid #fff;
    border-right: .125rem solid #fff;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.morebtn2 .button-text {
    transition: all .45s cubic-bezier(.65, 0, .076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 0;
    margin: 0 0 0 1.85rem;
    color: #1c3a73;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase
}

.morebtn2:hover .circle {
    width: 101%;
    background: #1c3a73
}

.morebtn2:hover .circle .icon.arrow {
    background: #fff;
    -ms-transform: translate(1rem);
    transform: translate(1rem)
}

.morebtn2:hover .button-text {
    color: #fff
}

.morebtn2.type1 {
    background: #1c3a73;
    width: 280px
}

.morebtn2.type1 .circle {
    background: #fff
}

.morebtn2.type1 .icon {
    background: #1c3a73
}

.morebtn2.type1 .icon.arrow:before {
    border-color: #1c3a73
}

.morebtn2.type1 .button-text {
    color: #fff;
    font-size: 1.1em
}

.morebtn2.type1:hover .button-text {
    color: #1c3a73
}

#main .blog-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px 4%
}

.blog-wrap li {
    background: #fff
}

.pages {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 35px
}

.pages>div {
    font-size: 13px;
    line-height: 1.4;
    padding: 10px;
    width: 45%
}

.pages>div:first-child {
    padding-right: 20px
}

.pages>div:last-of-type {
    padding-left: 20px;
    border-left: 1px solid #ccc
}

.pages>div a {
    display: block;
    font-weight: 600
}

.blog-page-detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    margin-bottom: 10px
}

.blog-page-detail .blog-date2 {
    display: inline-block;
    color: #1c3a73;
    margin-right: 10px
}

.blog-page-detail .blog-date2:before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    font-weight: 900;
    margin-right: 5px
}

.blog-page-detail .blog-category {
    background: url(../img/paper01.jpg);
    margin-right: 5px
}

.category_nav {
    border: 1px solid #ddd
}

.category_nav li a {
    display: block;
    padding: 15px;
    border-bottom: 1px dotted #ddd;
    background-color: #fff
}

.category_nav li a:before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    font-weight: 900;
    margin-right: 5px
}

.category_nav li a:hover {
    background: #f2eeea
}

.category_nav li:last-child a {
    border-bottom: none
}

.blog-title {
    line-height: 1.5;
    font-size: 1.5rem;
    letter-spacing: .1rem;
    font-weight: 600
}

.blog-date {
    display: inline-block;
    color: #1c3a73;
    padding: 10px 4px 8px 10px;
    font-size: 1.35em;
    line-height: 1;
    font-family: Work Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #7e9fb9
}

.blog-date .year-time {
    display: inline-block;
    margin-right: 4px;
    color: #aaa;
    font-size: 1.4rem
}

.content-bottom {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    bottom: 0;
    width: 100%
}

.morebtn {
    width: 7.5em;
    padding: 5px;
    background: #2d4a86;
    border-radius: 10px 0 0 0;
    color: #fff;
    text-align: center;
    font-family: Work Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 13px
}

.top-blog-content {
    overflow: hidden
}

.top-blog .pages {
    display: none
}

.top-blog .blog1-wrap {
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    padding-bottom: 85px
}

.top-blog-common {
    overflow: visible !important;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.top-blog-common .swiper-slide {
    overflow: hidden;
    width: 32rem;
    background: #fefefe;
    display: block;
    height: auto
}

.top-blog-common .swiper-controller {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    left: 10px;
    bottom: -70px;
    z-index: 3
}

.top-blog-common .swiper-button-next,
.top-blog-common .swiper-button-prev {
    display: grid;
    place-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: .8s cubic-bezier(.2, 1, .2, 1)
}

.top-blog-common .swiper-button-prev {
    margin-right: 40px !important
}

.top-blog-common .swiper-button-next:before,
.top-blog-common .swiper-button-prev:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    background: #fefefe;
    box-shadow: .6rem .6rem 1rem rgba(92, 64, 49, .05), -.6rem -.6rem 1rem rgba(160, 219, 241, .2);
    width: 100%;
    height: 100%
}

.top-blog-common .swiper-button-next:after,
.top-blog-common .swiper-button-prev:after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid #1c3a73;
    border-width: 3px 3px 0 0
}

.top-blog-common .swiper-button-prev:after {
    margin-left: .4rem;
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.top-blog-common .swiper-button-next:after {
    margin-right: .4rem;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.top-blog-common .swiper-button-next,
.top-blog-common .swiper-button-prev {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0
}

.top-blog-common .swiper-button-disabled {
    pointer-events: none;
    opacity: .5
}

.top-blog-common .swiper-button-disabled:before {
    box-shadow: inset .6rem .6rem 1rem rgba(92, 64, 49, .05), inset -.6rem -.6rem 1rem #ccc
}

.blog-card {
    height: 100%;
    display: block;
    position: relative;
    background: #fefefe
}

.blog-card:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #a0dbf1;
    transition: all .3s cubic-bezier(.18, .06, .23, 1)
}

.blog-card:hover:before {
    width: 100%
}

.blog-card figure {
    padding-top: 70%;
    position: relative
}

.blog-card figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover
}

.blog-card .content {
    padding: .8em 1.2em 4em
}

.btn-more {
    margin-top: 20px;
    position: relative;
    z-index: 4
}

.btn-more a {
    display: block;
    width: 11em;
    text-align: center;
    font-family: Work Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.4rem;
    color: #fff;
    padding: 8px 10px;
    background: #2027d2;
    border-radius: 40px;
    margin-left: auto
}

.btn-more a,
.btn-more a:after {
    transition: all .3s cubic-bezier(.18, .06, .23, 1)
}

.btn-more a:after {
    font-family: Font Awesome\ 5 Free;
    content: "";
    font-weight: 900;
    margin-left: 4px;
    display: inline-block;
    position: relative
}

.btn-more a:hover {
    background: #1c3a73
}

.btn-more a:hover:after {
    -ms-transform: translateX(4px);
    transform: translateX(4px)
}

.cut {
    overflow: hidden;
    zoom: 1
}

.w300 {
    width: 300px
}

.spbr {
    display: none
}

.color1 {
    color: #1c3a73
}

.color2 {
    color: #c5a54d
}

.color3 {
    color: #2d4a86
}

.relative {
    position: relative
}

.num {
    font-weight: 600
}

.num a {
    color: #1c3a73;
    font-size: 2.8rem;
    text-align: center;
    margin-left: 5px
}

.num a:before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    font-weight: 900;
    margin-right: 5px
}

.num a:hover {
    color: #f66009
}

.telbox {
    max-width: 600px;
    margin: 0 auto 20px;
    padding: 20px;
    background: #333;
    text-align: center
}

.telbox .inner {
    background: #fff;
    padding: 10px
}

.txt-link {
    font-weight: 600;
    text-decoration: underline
}

.txt-link:hover {
    text-decoration: none
}

.txt-link.map:before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    font-weight: 900;
    margin-right: 4px
}

.telbnr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px auto
}

.telbnr li {
    width: 47%;
    border: 3px solid #a0dbf1;
    padding: 10px;
    text-align: center;
    border-radius: 50px
}

.telbnr li.telbnr-mail a {
    font-size: 2rem;
    padding-top: 5px
}

.telbnr li.telbnr-mail a:before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    font-weight: 900
}

.telbnr li a {
    display: block;
    font-size: 2.4rem;
    font-weight: 600;
    color: #1c3a73
}

.telbnr li a:before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    font-weight: 900;
    margin-right: 5px
}

.telbnr li a:hover {
    color: #1c3a73
}

.telbnr-ttl {
    font-weight: 600;
    font-size: 1.6rem;
    color: #333;
    margin-top: -30px
}

.telbnr-ttl span {
    background: #fff;
    padding: 0 20px
}

.breadcrumb {
    max-width: 1100px;
    margin: 20px auto;
    font-size: 1.2rem
}

.breadcrumb li {
    display: inline;
    color: #777
}

.breadcrumb li a {
    color: #1c3a73
}

.breadcrumb li+li:before {
    margin: 0 10px;
    content: ">"
}

.form {
    margin: 0 auto;
    width: 90%
}

.form dl dt {
    float: left;
    width: 200px;
    padding-top: 20px;
    font-weight: 600
}

.form dl dt span {
    color: #2d4a86;
    border-bottom: 1px solid #2d4a86;
    padding: 5px;
    margin-right: 5px;
    font-size: 13px;
    position: relative;
    top: -2px
}

.form dl dt span.nini {
    background: #ffd803;
    color: #5c4031
}

.form dl dd {
    padding-left: 220px;
    padding-bottom: 20px;
    padding-top: 23px;
    line-height: 1.5
}

.form dl dd:last-child {
    border-bottom: none
}

.form .textarea,
.form textarea {
    border: 0;
    padding: 15px;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    background: #fefefe;
    border-bottom: 1px solid hsla(190, 7%, 82%, .4)
}

.form .textarea02 {
    width: 48.5%;
    margin-right: 3%
}

.form .textarea02:last-child {
    margin-right: 0
}

.form .textarea03 {
    width: 26%;
    margin-right: 1%
}

.form .textarea04 {
    width: 20%;
    margin-right: 1%
}

.form button {
    cursor: pointer;
    display: block;
    color: #fff;
    text-align: center;
    transition: all .2s ease-in-out;
    border: 1px solid #1c3a73;
    padding: 18px 5px;
    margin: 0 auto;
    width: 250px;
    background: #1c3a73;
    border-radius: 40px;
    font-size: 15px;
    font-family: Work Sans, sans-serif;
    font-weight: 600;
    font-style: normal
}

.form button:hover {
    background: #fff;
    color: #1c3a73
}

.form button:before {
    font-weight: 400;
    font-family: Font Awesome\ 5 Free;
    content: "";
    font-weight: 900;
    margin-right: 10px
}

.form .select-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}

.form .select-group p {
    margin: 0 5px
}

.form .select-wrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 192px;
    min-width: 12em;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333
}

.form .select-wrap select {
    appearance: none;
    position: relative;
    z-index: 2;
    display: block;
    width: 200%;
    width: -webkit-calc(100% + 5em);
    margin: 0;
    padding: 11px 35px 11px 11px;
    padding: .6875rem 2.1875rem .6875rem .6875rem;
    background: transparent;
    border: 0;
    outline: none;
    line-height: 1.5
}

.form .select-down:before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    font-weight: 900;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 12px;
    right: .75rem;
    margin-top: -8px;
    margin-top: -.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #1c3a73
}

.form label.radio_text {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding-left: 20px;
    display: inline-block
}

.form label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 0;
    top: 2px;
    content: "";
    z-index: 3
}

.form label.radio_text:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 2px;
    top: 4px;
    background-color: #1c3a73;
    z-index: 1
}

.form label.radio_text input[type=radio] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0;
    margin: 0;
    box-shadow: 20px -1px #fff
}

.form label.radio_text input[type=radio]:checked {
    box-shadow: none
}

.form label.radio_text input[type=radio]:focus {
    opacity: .2;
    box-shadow: 20px -1px #eeebda
}

.form label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin: 0 20px 5px 0;
    overflow: hidden;
    display: inline-block
}

.form label.checkbox_text:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
    border: 1px solid #ccc;
    z-index: 3;
    padding: 1px
}

.form label.checkbox_text:after {
    content: "";
    position: absolute;
    top: 40%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #1c3a73;
    border-bottom: 3px solid #1c3a73;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1
}

.form label.checkbox_text input[type=checkbox] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0 #fff;
    z-index: 2;
    margin: 0;
    padding: 0
}

.form label.checkbox_text input[type=checkbox]:checked {
    box-shadow: none
}

.form label.checkbox_text input[type=checkbox]:checked:focus {
    box-shadow: 40px 0 #666;
    opacity: .1
}

.form label.checkbox_text input[type=checkbox]:focus {
    box-shadow: 41px 0 #eee
}

.form input[type=text],
.form textarea {
    font-size: 16px
}

.select-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.select-list .txt {
    font-size: 14px;
    display: inline-block;
    padding-right: 8px
}

.fm-txt {
    font-size: 1.4rem;
    background: hsla(0, 0%, 100%, .5);
    padding: 5px
}

.thanks {
    padding: 40px;
    max-width: 700px;
    margin: 0 auto
}

.shadow {
    box-shadow: 0 18px 50px -10px rgba(92, 64, 49, .1)
}

.policy {
    padding: 30px;
    background: hsla(0, 0%, 100%, .5);
    font-size: 1.4rem;
    letter-spacing: 0
}

.policy .inner {
    padding-right: 40px
}

.mtitle_small {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    color: #1c3a73;
    font-weight: 600
}

.mtitle_small:before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #1c3a73;
    position: absolute;
    left: 0;
    bottom: -1px
}

.mtitle_small2 {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px
}

.mtitle_small2:before {
    content: "";
    background-color: #1c3a73;
    width: 10px;
    height: 4px;
    position: absolute;
    top: .6em;
    left: 0
}

.gallery_ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2%;
    margin-bottom: -4%
}

.gallery_ul>li {
    width: 31.33%;
    margin-left: 2%;
    margin-bottom: 4%;
    font-weight: 600
}

.gallery_ul>li .photobox-wrap {
    width: 100%;
    height: 220px;
    text-align: center;
    overflow: hidden;
    background: #aaa;
    margin-bottom: 10px
}

.gallery_ul>li .photobox-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: "object-fit:contain;";
    object-position: 50% 50%
}

.comment {
    font-size: 1.4rem;
    letter-spacing: 0;
    padding: 0 5px
}

.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 3%
}

.gallery li a {
    background: hsla(46, 45%, 94%, .2);
    display: block;
    text-align: center;
    padding: 0;
    height: 240px
}

.gallery li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.gallery li p {
    font-size: 14px;
    margin: 3px 0 10px
}

.list2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 4%
}

.list2.type1 .child,
.list2.type1>li {
    background: #fefefe;
    padding: 15px
}

.list2.ai-center {
    -ms-flex-align: center;
    align-items: center
}

.list2.jc-center {
    -ms-flex-pack: center;
    justify-content: center
}

.list2 .child,
.list2>li {
    position: relative
}

.list2 .child.child-100,
.list2>li.child-100 {
    grid-column: 2fr
}

.business-img img {
    box-shadow: 3px 3px rgba(28, 58, 115, .2) !important
}

.list3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px 4%
}

.list3.type1 .child,
.list3.type1 li {
    background: #fefefe;
    padding: 15px;
    border-radius: 8px;
    line-height: 1.6;
    font-size: 1.1em
}

.list3 li {
    position: relative
}

.list4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 2%
}

.prv dt {
    color: #1c3a73;
    border-bottom: 1px solid #ccc;
    margin: 10px 0
}

.note {
    padding: 15px;
    margin-top: 10px;
    background: #f7f4ea;
    font-size: 1.4rem
}

.flow-dl .flow-inner {
    padding: 8px
}

.flow-dl .flow-inner:not(:last-of-type) {
    margin-bottom: 5px;
    border-bottom: 1px solid #aaa
}

.flow-dl .flow-inner dt {
    font-size: 1.6rem;
    font-weight: 600;
    color: #1c3a73
}

.flow-dl .flow-inner dt .eng {
    font-family: Work Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.5rem;
    color: #2027d2;
    margin-right: 8px
}

.flow-dl .flow-inner dd {
    margin-top: 5px;
    padding-left: 40px
}

.txt1 {
    font-size: 1.4rem;
    letter-spacing: 0
}

.fee-box {
    margin: 10px 0 20px;
    font-weight: 600;
    background: #fffacd;
    padding: 5px
}

.fee-box span {
    display: block;
    font-weight: 400
}

.blog-month {
    margin-bottom: 10px
}

.blog-month ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog-month ul li {
    width: 49%;
    padding: 5px 0;
    margin-bottom: 5px;
    text-align: center;
    letter-spacing: 0
}

.blog-month ul li:nth-child(2n) {
    margin-left: 2%
}

.blog-month ul li a {
    display: inline-block;
    color: #1c3a73;
    font-weight: 600;
    border-bottom: 1px solid #cfd4d5;
    font-size: 12px;
    text-align: center
}

.blog-month ul li a:hover {
    color: #ffd803
}

#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#a07,
#a08,
#a09,
#a10,
#a11,
#a12,
#contact,
.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px
}

.list-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.list-center li {
    width: 50%
}

.faq-dl .faq-inner {
    padding: 10px;
    margin-bottom: 20px
}

.faq-dl .faq-inner:not(:last-of-type) {
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 3px solid #eee
}

.faq-dl .faq-inner dd,
.faq-dl .faq-inner dt {
    position: relative;
    padding: 10px 10px 10px 64px
}

.faq-dl .faq-inner dd:before,
.faq-dl .faq-inner dt:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    border-radius: 0 0 10px 0;
    font-size: 3rem;
    font-family: Work Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 45px;
    text-align: center
}

.faq-dl .faq-inner dt {
    margin-bottom: 10px;
    font-weight: 600;
    color: #7c232a;
    font-size: 1.1em
}

.faq-dl .faq-inner dt:before {
    content: "Q";
    color: #fff;
    background: #1c3a73
}

.faq-dl .faq-inner dd {
    background: #f2f2f2
}

.faq-dl .faq-inner dd:before {
    content: "A";
    color: #2d4a86;
    background: rgba(45, 74, 134, .4)
}

.point-title {
    font-weight: 600;
    font-size: 1.8rem
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0 !important;
    right: auto;
    border-radius: 50%;
    box-shadow: 0 7px 12px 0 rgba(28, 58, 115, .1)
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0 !important;
    left: auto;
    box-shadow: 0 7px 12px 0 rgba(28, 58, 115, .1);
    border-radius: 50%
}

.point-num {
    position: relative;
    z-index: 2;
    line-height: 1;
    color: #1c3a73;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-size: 3.6rem;
    margin: 0 auto 10px
}

.bnr-list,
.bnr-list a,
.point-num {
    text-align: center
}

.bnr-list a {
    display: block;
    background: #fefefe;
    padding: 8px 5px;
    font-size: 1.3rem;
    height: 100%
}

.bnr-list a img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    height: 45px
}

.bnr-list li.bnr-txt {
    font-size: 2rem;
    font-weight: 600;
    line-height: 60px;
    background: #fefefe
}

.sns-list {
    display: -ms-flexbox;
    display: flex
}

.sns-list.center {
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 0
}

.sns-list li a {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    line-height: 35px;
    font-size: 17px;
    color: #fefefe;
    display: block;
    background: #333;
    border-radius: 100%;
    text-align: center;
    transition: all .2s ease-in;
    position: relative;
    font-weight: 600;
    padding-left: 1px
}

.sns-list li a:hover {
    opacity: .7
}

.sns-list li a.btn-facebook {
    background: #1877f2
}

.sns-list li a.btn-twitter {
    background: #1da1f2
}

.sns-list li a.btn-line {
    background: #06c755;
    line-height: 1;
    padding-top: 8px
}

.sns-list li a.btn-line img {
    width: 18px
}

.sns-list li a.btn-youtube {
    background: #c4302b
}

.sns-list li a.btn-instagram {
    overflow: hidden;
    background: linear-gradient(135deg, #427eff, #f13f79 70%) no-repeat
}

.sns-list li a.btn-instagram i {
    position: relative;
    z-index: 2
}

.sns-list li a.btn-instagram:before {
    content: "";
    position: absolute;
    top: 18px;
    left: -10px;
    width: 50px;
    height: 50px;
    background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, .65) 55%, rgba(255, 88, 96, 0) 70%)
}

.sns-list li:not(:last-child) {
    margin-right: 10px
}

.title01 {
    margin-bottom: 8px;
    padding-bottom: 4px;
    border-bottom: 2px solid #cfd4d5;
    font-weight: 600;
    color: #7c232a
}

.title02 {
    text-align: center;
    margin-bottom: 20px
}

.title02 span {
    display: inline-block;
    border-bottom: 1px solid #5c4031;
    font-size: 2.2rem;
    font-weight: 600
}

.title02 span.eng-txt {
    font-size: 4.8rem;
    line-height: 1.4;
    color: #fff;
    border-bottom-color: #f7f4ea
}

.title03 span {
    background: #1c3a73;
    padding: 2px 5px;
    font-weight: 600;
    font-size: 1.1em;
    color: #fff
}

.title03.type1 span {
    background: #f66009
}

.title03.type2 span {
    background: #2d4a86
}

.title04 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.title04 .sub {
    font-size: 1.8rem;
    color: #1c3a73;
    padding-right: 10px;
    border-right: 1px solid #1c3a73;
    margin-right: 10px
}

.title04 .main {
    font-size: 2rem
}

.fb-wrap {
    min-height: 400px;
    text-align: center;
    margin: 0 auto
}

.box1 {
    position: relative;
    z-index: 4;
    margin-inline: auto;
    background: #fff;
    padding: 25px
}

.box1.type1 {
    margin-top: -40px;
    max-width: 700px
}

.box2 {
    font-weight: 600;
    margin-top: 30px;
    background: rgba(45, 74, 134, .6);
    padding: 20px;
    color: #fff
}

.slick-track {
    display: -ms-flexbox !important;
    display: flex !important
}

.slick-next,
.slick-prev {
    background: hsla(0, 0%, 100%, .8) !important;
    width: 35px !important;
    height: 35px !important;
    z-index: 20 !important;
    border-radius: 50% !important;
    border: 1px solid #aaa !important;
    top: 40%;
    transition: all .2s ease-in
}

.slick-next:before,
.slick-prev:before {
    color: #333 !important
}

.slick-next:hover,
.slick-prev:hover {
    background: #f2eeea
}

.slick-prev {
    left: 0 !important
}

.slick-next {
    right: 0 !important
}

.content-head {
    height: 340px
}

.content-txt {
    position: relative;
    max-width: 600px;
    background: hsla(0, 0%, 100%, .7);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    padding: 20px 30px;
    margin: -50px auto 40px
}

.content-txt.type1 {
    margin-top: 0;
    margin-left: 0
}

.slide_list {
    position: relative;
    display: none
}

.slide_list li {
    margin-right: 1%
}

.slide_list li img {
    width: auto;
    height: 240px;
    transition: filter .2s ease-in
}

.slide_list li:hover img {
    filter: grayscale(0)
}

.flow-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.flow-list.type1 {
    display: block
}

.flow-list.type1>li {
    width: 90%
}

.flow-list.type1>li:nth-child(2) {
    margin-left: 2%
}

.flow-list.type1>li:nth-child(3) {
    margin-left: 4%
}

.flow-list.type1>li:nth-child(4) {
    margin-left: 6%
}

.flow-list.type1>li:nth-child(5) {
    margin-left: 8%
}

.flow-list.type1>li .flow-title {
    margin-bottom: 10px
}

.flow-list>li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
    padding: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fefefe;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(92, 64, 49, .05);
    font-weight: 600
}

.flow-list>li.type100 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0
}

.flow-list>li:nth-child(2n) {
    margin-right: 0
}

.flow-list>li .flow-num {
    color: #f66009;
    font-size: 3.5rem;
    border-right: 1px solid #1c3a73;
    padding-right: 15px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    line-height: 1.2;
    font-family: Work Sans, sans-serif;
    font-weight: 600;
    font-style: normal
}

.flow-list>li .flow-num span {
    font-size: 1.3rem;
    display: block;
    text-align: center
}

.flow-list>li .txt {
    -ms-flex: 1;
    flex: 1;
    margin-left: 35px
}

.flow-list>li .flow-title {
    color: #1c3a73;
    border-bottom: 1px solid #1c3a73;
    padding-bottom: 4px;
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: .2rem
}

.kiritori {
    height: 1px;
    border-top: 1px solid rgba(231, 20, 48, .2);
    margin: 5em auto;
    width: 20%;
    display: block
}

.kiritori.kiritori_mini {
    width: 80%;
    margin: 1.5em auto
}

.column2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.column2 .child {
    width: 48%
}

.article-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative
}

.article-box .left {
    width: 25%;
    position: sticky;
    left: 0;
    top: 100px
}

.article-box .right {
    width: 72%
}

.btn-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 600px;
    margin: 0 auto 45px
}

.btn-box a {
    display: block;
    width: 48%;
    text-align: center;
    font-weight: 600;
    background: #1c3a73;
    padding: 15px 4px;
    color: #111;
    transition: all .2s ease-in
}

.btn-box a:after {
    font-family: Font Awesome\ 5 Free;
    content: "";
    font-weight: 900;
    margin-left: 5px
}

.btn-box a:hover {
    background: #cfd4d5;
    color: #fff
}

.page {
    text-align: center
}

.top-icon-list>li {
    position: relative;
    padding: 20px 15px;
    background-image: linear-gradient(to right bottom, #fff, #fff, rgba(32, 39, 210, .2));
    border: 4px solid #2027d2;
    box-shadow: 5px 5px #f2eeea;
    font-size: 1.7rem;
    letter-spacing: .1rem
}

#sp-nav .sp-info-wrap {
    margin: 15px auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

#sp-nav .sp-info-wrap a {
    display: block;
    color: #2d4a86;
    font-weight: 600;
    font-size: 13px;
    border-bottom: 2px solid #2d4a86;
    padding: 4px 0
}

#sp-nav .sp-info-wrap a:not(:last-of-type) {
    margin-right: 10px
}

.taishou-block {
    padding: 8px;
    background: #fff;
    border-radius: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.taishou-block.type1 {
    display: block
}

.taishou-block .lead {
    font-size: 1.3rem;
    padding: 3px 5px;
    font-weight: 600;
    background: #2d4a86;
    color: #fff;
    margin-right: 10px
}

.taishou-block .list-inline {
    -ms-flex: 1;
    flex: 1
}

.policy-txt {
    max-width: 650px;
    margin: 40px auto
}

.policy-txt .txt-inner {
    line-height: 2;
    font-size: 1.7rem
}

.policy-lead {
    text-align: center;
    letter-spacing: .15em;
    font-size: 2rem;
    margin-bottom: 40px
}

.top-contact {
    position: relative;
    z-index: 4
}

.service-box-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.service-box {
    width: 24%
}

.service-box a {
    display: block;
    position: relative
}

.service-box a .service-img {
    width: 100%;
    height: 280px;
    overflow: hidden;
    border: 3px solid #2d4a86;
    border-radius: 20px;
    background: #000
}

.service-box a .service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit:cover;";
    object-position: 50% 50%;
    opacity: .8
}

.service-box a .service-txt-box {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -40px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    z-index: 4;
    width: 80%
}

.service-box a .service-title {
    color: #111;
    line-height: 1.4;
    padding: 15px;
    transition: all .15s ease-in
}

.service-box a .service-title .eng {
    font-family: Work Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #1c3a73;
    display: block
}

.service-box a .service-title .ja {
    font-size: 1.15em
}

.service-box a .btn-more {
    background: #111;
    color: #fff;
    padding: 5px;
    text-align: center;
    width: 100%;
    transition: background-color .15s ease-in
}

.service-box a .btn-more span {
    font-size: .85em
}

.service-box a:hover .service-img img {
    opacity: 1
}

.service-box a:hover .service-txt-box {
    box-shadow: 0 0 15px hsla(190, 7%, 82%, .2)
}

.service-box a:hover .service-txt-box .service-title {
    color: #1c3a73
}

.service-box a:hover .service-txt-box .btn-more {
    background: #2d4a86
}

.top-lead01 {
    max-width: 900px;
    position: relative;
    background: #fff;
    padding: 20px;
    margin: -90px auto 0
}

.half-box {
    max-width: 900px;
    margin-left: auto
}

.business-list a {
    display: block;
    position: relative;
    box-shadow: inset 0 1px 1px 0 hsla(0, 0%, 100%, .1), 0 50px 100px -20px rgba(50, 50, 93, .25), 0 30px 60px -30px rgba(0, 0, 0, .3)
}

.business-list a:hover figure img {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.business-list figure {
    height: 350px;
    overflow: hidden;
    border-radius: 10px
}

.business-list figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .2s ease-in
}

.business-list-title {
    font-size: 2.2rem;
    position: absolute;
    right: 0;
    bottom: -1px;
    background: #1c3a73;
    color: #fff;
    font-family: YakuHanMP, Noto Serif JP, 游明朝 Medium, Yu Mincho, YuMincho, Hiragino Mincho ProN, HGS明朝E, serif;
    font-weight: 600;
    padding: 10px 30px 10px 20px;
    border-radius: 15px 0 10px 0
}

.business-list-title .eng {
    display: block;
    font-family: Work Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.4rem
}

.business-list-title:after {
    position: absolute;
    content: "";
    right: 5px;
    top: 50%;
    font-family: Font Awesome\ 5 Free;
    content: "";
    font-weight: 900;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #1c3a73
}

.business-list-title:before {
    position: absolute;
    content: "";
    right: 0;
    top: -30px;
    width: 30px;
    height: 30px;
    background: url(../img/hem.svg) no-repeat 100% 100%/contain
}

.area-block {
    position: relative;
    max-width: 700px;
    margin: 0 auto 80px
}

.area-block .area-txt {
    right: 0;
    padding-left: 200px
}

.area-block .area-txt,
.area-block .area-txt:after,
.area-block .area-txt:before {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.area-block .area-txt:after,
.area-block .area-txt:before {
    content: ""
}

.area-block .area-txt:before {
    left: -60px;
    width: 40px;
    height: 40px;
    background: rgba(32, 39, 210, .3);
    border-radius: 50%
}

.area-block .area-txt:after {
    left: -100px;
    width: 40px;
    height: 1px;
    background: #2027d2
}

.title-big {
    position: relative;
    text-align: center;
    z-index: 3;
    color: #fff
}

.title-big:before {
    position: relative;
    content: attr(data-title);
    display: block;
    width: fit-content;
    margin-inline: auto;
    font-size: 7rem;
    font-family: Work Sans, sans-serif;
    font-weight: 700;
    font-style: italic;
    letter-spacing: .1rem;
    line-height: 1;
    white-space: nowrap
}

.title-big.type-left {
    text-align: left
}

.title-big.type-left:before {
    margin-left: 0
}

.title-big.type1 {
    color: #121212
}

.title-big.type1:before {
    color: transparent;
    background-image: radial-gradient(circle, #2d4a86 0, #1c3a73 50%, #7e9fb9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1
}

.title-big.type2 {
    color: #121212
}

.title-big.type2 .ja {
    width: fit-content;
    background: #fff;
    margin-inline: auto;
    padding: 0 6px
}

.title-big.type2:before {
    color: transparent;
    background-image: radial-gradient(circle, #2027d2 0, #1c3a73 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1
}

.title-big .img {
    display: block;
    max-width: 750px;
    margin-inline: auto
}

.title-big .ja {
    display: block;
    font-size: 2.4rem;
    position: relative;
    z-index: 2
}

.title-big .big {
    font-size: 3rem
}

.title-big .big em {
    font-size: 4.5rem;
    font-weight: 800;
    color: #1c3a73
}

.title-big .small {
    font-size: .7em
}

.bg-stripe {
    background-image: repeating-linear-gradient(90deg, transparent, transparent 25%, rgba(51, 51, 51, .1) 0, rgba(51, 51, 51, .1) calc(25% + 1px))
}

.top-strength-list {
    position: relative;
    gap: 20px 4%;
    width: 70%;
    margin-left: auto;
    z-index: 2
}

.top-strength-list>li {
    position: relative;
    padding: 20px;
    background: hsla(0, 0%, 100%, .8);
    border-bottom: 2px solid #f2eeea;
    border-radius: 20px 0 20px 0;
    overflow: hidden
}

.top-strength-list>li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background-image: linear-gradient(90deg, #f2eeea, hsla(30, 24%, 93%, .4));
    clip-path: polygon(0 0, 100% 0, 81% 100%, 0 100%);
    opacity: .4
}

.top-strength-list .top-strength-title {
    z-index: 2
}

.top-strength-list .top-strength-title,
.top-strength-list .top-strength-title .num {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.top-strength-list .top-strength-title .num {
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #e71430;
    border-radius: 50%;
    font-family: Work Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2rem;
    color: #fff
}

.top-strength-list .top-strength-title .num:after {
    position: absolute;
    content: "";
    left: 90%;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -8px;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #e71430;
    z-index: -1
}

.top-strength-list .top-strength-title .txt {
    -ms-flex: 1;
    flex: 1;
    margin-left: 16px;
    font-size: 1.8rem
}

.top-strength-list .strength-inner-list {
    margin: 10px 0 0 30px
}

.top-strength-list .strength-inner-list>li {
    position: relative;
    padding-left: 24px;
    font-weight: 600
}

.top-strength-list .strength-inner-list>li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    background: url(../img/check.png) no-repeat 50%/contain
}

.top-strength-more {
    padding-bottom: 120px
}

.top_flower-btn {
    position: relative
}

.top_flower-btn a {
    display: block;
    position: relative;
    max-width: 800px;
    margin-inline: auto;
    box-shadow: 0 25px 50px -12px rgba(231, 20, 48, .1);
    overflow: hidden;
    border-radius: 20px 0 20px 0
}

.top_flower-btn a:before {
    position: absolute;
    content: "";
    right: -80px;
    top: -60px;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, #f7f4ea, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, 0));
    border-radius: 50%;
    filter: blur(10px)
}

.img-round {
    border-radius: 50px 0 50px 0
}

.img-cover {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s cubic-bezier(.18, .06, .23, 1)
}

.ceo-wrap {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ceo-wrap .ceo-img {
    width: 52%;
    padding-right: 40px;
    position: relative
}

.ceo-wrap .ceo-img figure {
    position: relative;
    display: block;
    aspect-ratio: 1.4/1
}

.ceo-wrap .ceo-img figure img {
    box-shadow: 4px 48px 60px 0 rgba(92, 64, 49, .2)
}

.ceo-wrap .ceo-img figure:before {
    position: absolute;
    content: "";
    right: -30px;
    bottom: -30px;
    width: 85%;
    height: 70%;
    z-index: -1;
    background-image: linear-gradient(90deg, #7e9fb9, #a0dbf1, #fff);
    opacity: .5;
    filter: blur(3px)
}

.ceo-wrap .ceo-txt {
    width: 45%;
    -ms-flex-item-align: center;
    align-self: center
}

.ceo-wrap .ceo-txt .inner {
    max-width: 600px;
    margin: 0 auto
}

.tel-list {
    max-width: 700px;
    margin-inline: auto
}

.tel-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px
}

.tel-list li:not(:last-of-type) {
    border-bottom: 2px solid #f2eeea;
    margin-bottom: 8px
}

.tel-list li .title03 {
    margin-right: 20px;
    width: 6em
}

.tel-list li .title03 span {
    padding: 8px 10px
}

.contact-box {
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.contact-box .lead {
    font-weight: 600;
    width: 10em;
    line-height: 1.4;
    text-align: center
}

.contact-box .content {
    border-left: 2px solid #1c3a73;
    padding-left: 20px
}

.contact-box .content .contact-box-tel {
    color: #1c3a73;
    font-weight: 600;
    font-size: 2.6rem;
    width: 200px;
    display: block;
    line-height: 1;
    font-family: Oswald, sans-serif;
    font-weight: 500
}

.contact-box .content .contact-box-tel:before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    font-weight: 900;
    margin-right: 5px;
    font-size: .6em
}

.contact-box .content .contact-box-tel:hover {
    color: #1c3a73
}

.pdf-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 3%
}

.pdf-list a {
    display: block;
    text-align: center;
    background: #a0dbf1;
    color: #111;
    font-weight: 600;
    padding: 15px 4px;
    transition: all .3s cubic-bezier(.18, .06, .23, 1)
}

.pdf-list a:hover {
    background: #1c3a73;
    color: #fff
}

.pdf-list a:after {
    font-family: Font Awesome\ 5 Free;
    content: "";
    font-weight: 900;
    margin-left: 6px
}

.js-span-text {
    opacity: 0
}

.js-span-text.on {
    opacity: 1
}

.js-span-text.on span {
    display: inline-block;
    opacity: 0
}

.js-span-text.on span:first-child {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) .1s forwards
}

.js-span-text.on span:nth-child(2) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) .2s forwards
}

.js-span-text.on span:nth-child(3) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) .3s forwards
}

.js-span-text.on span:nth-child(4) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) .4s forwards
}

.js-span-text.on span:nth-child(5) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) .5s forwards
}

.js-span-text.on span:nth-child(6) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) .6s forwards
}

.js-span-text.on span:nth-child(7) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) .7s forwards
}

.js-span-text.on span:nth-child(8) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) .8s forwards
}

.js-span-text.on span:nth-child(9) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) .9s forwards
}

.js-span-text.on span:nth-child(10) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 1s forwards
}

.js-span-text.on span:nth-child(11) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 1.1s forwards
}

.js-span-text.on span:nth-child(12) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 1.2s forwards
}

.js-span-text.on span:nth-child(13) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 1.3s forwards
}

.js-span-text.on span:nth-child(14) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 1.4s forwards
}

.js-span-text.on span:nth-child(15) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 1.5s forwards
}

.js-span-text.on span:nth-child(16) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 1.6s forwards
}

.js-span-text.on span:nth-child(17) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 1.7s forwards
}

.js-span-text.on span:nth-child(18) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 1.8s forwards
}

.js-span-text.on span:nth-child(19) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 1.9s forwards
}

.js-span-text.on span:nth-child(20) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 2s forwards
}

.js-span-text.on span:nth-child(21) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 2.1s forwards
}

.js-span-text.on span:nth-child(22) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 2.2s forwards
}

.js-span-text.on span:nth-child(23) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 2.3s forwards
}

.js-span-text.on span:nth-child(24) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 2.4s forwards
}

.js-span-text.on span:nth-child(25) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 2.5s forwards
}

.js-span-text.on span:nth-child(26) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 2.6s forwards
}

.js-span-text.on span:nth-child(27) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 2.7s forwards
}

.js-span-text.on span:nth-child(28) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 2.8s forwards
}

.js-span-text.on span:nth-child(29) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 2.9s forwards
}

.js-span-text.on span:nth-child(30) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 3s forwards
}

.js-span-text.on span:nth-child(31) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 3.1s forwards
}

.js-span-text.on span:nth-child(32) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 3.2s forwards
}

.js-span-text.on span:nth-child(33) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 3.3s forwards
}

.js-span-text.on span:nth-child(34) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 3.4s forwards
}

.js-span-text.on span:nth-child(35) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 3.5s forwards
}

.js-span-text.on span:nth-child(36) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 3.6s forwards
}

.js-span-text.on span:nth-child(37) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 3.7s forwards
}

.js-span-text.on span:nth-child(38) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 3.8s forwards
}

.js-span-text.on span:nth-child(39) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 3.9s forwards
}

.js-span-text.on span:nth-child(40) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 4s forwards
}

.js-span-text.on span:nth-child(41) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 4.1s forwards
}

.js-span-text.on span:nth-child(42) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 4.2s forwards
}

.js-span-text.on span:nth-child(43) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 4.3s forwards
}

.js-span-text.on span:nth-child(44) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 4.4s forwards
}

.js-span-text.on span:nth-child(45) {
    animation: q 1s cubic-bezier(.3, .72, .56, .99) 4.5s forwards
}

@keyframes q {
    0% {
        opacity: 0;
        transform: translateX(-20px) translateY(-10px) scale(1.3)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.greet_block {
    position: relative;
    margin: 150px 0 300px
}

.greet_block:last-of-type {
    margin-bottom: 2%
}

.greet_block.type_b .greet_img {
    right: 0
}

.greet_block.type_b .greet_txt {
    margin-right: 0;
    margin-left: 0
}

.greet_img {
    overflow: hidden;
    position: absolute;
    top: -40%;
    width: 60%;
    height: 250%
}

.greet_img img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle
}

.greet_txt {
    position: relative;
    z-index: 3;
    width: 57%;
    max-width: 700px;
    margin-right: 3em;
    padding: 45px;
    margin-left: auto;
    background-color: #fff;
    box-shadow: 0 6px 15px rgba(36, 37, 38, .04)
}

.greet_title {
    margin-bottom: 24px;
    color: #00381f;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 1.4
}

.shikaku-dl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.shikaku-dl dd:not(:last-of-type),
.shikaku-dl dt:not(:last-of-type) {
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: .9px solid #ddd
}

.shikaku-dl dt {
    width: calc(100% - 4.5em);
    position: relative;
    padding-left: 1em
}

.shikaku-dl dt:before {
    content: "●";
    font-size: .6em;
    color: #1c3a73;
    margin-right: 4px;
    position: absolute;
    left: 0;
    top: .5em
}

.shikaku-dl dt .list-inline li {
    padding: 0
}

.shikaku-dl dd {
    width: 4.5em;
    text-align: right;
    font-weight: 600
}

.recruit-lead {
    margin: 0 auto -30px
}

.fukidashi,
.recruit-lead {
    position: relative;
    z-index: 2;
    text-align: center
}

.fukidashi {
    margin: 0 auto 20px
}

.fukidashi.type1 {
    margin-top: 0
}

.fukidashi span {
    position: relative;
    display: block;
    width: fit-content;
    margin-inline: auto;
    padding: 12px 20px;
    border-radius: 40px;
    background: #f2eeea;
    font-size: 2.6rem;
    color: #7c232a;
    line-height: 1.2;
    font-weight: 600
}

.fukidashi span:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 20px 0;
    border-color: #f2eeea transparent transparent;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1
}

.contents-list a {
    display: block;
    position: relative
}

.contents-list a .num {
    font-size: 5rem;
    left: .2em;
    top: -30px;
    color: #fff;
    z-index: 2;
    line-height: 1;
    padding-left: .05em;
    text-shadow: 5px 5px 30px hsla(0, 0%, 7%, .3);
    transition: all .3s cubic-bezier(.18, .06, .23, 1)
}

.contents-list a .num,
.contents-list a:before {
    font-family: Oswald, sans-serif;
    font-weight: 500;
    position: absolute
}

.contents-list a:before {
    content: "0";
    color: #5c4031;
    left: -11px;
    top: -44px;
    font-size: 4.5rem;
    z-index: -1
}

.contents-list a:after {
    position: absolute;
    content: "";
    right: 9%;
    bottom: -50%;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(180deg, rgba(92, 64, 49, .2) 0, rgba(92, 64, 49, .1) 20%, transparent 35%);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    z-index: -1;
    opacity: .5
}

.contents-list a figure {
    overflow: hidden;
    position: relative
}

.contents-list a figure:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, transparent 0, transparent 60%, rgba(28, 58, 115, .9));
    z-index: 2
}

.contents-list a figure img {
    transition: all .3s cubic-bezier(.18, .06, .23, 1)
}

.contents-list a .content-list_title {
    position: absolute;
    left: 0;
    bottom: 8px;
    padding-left: 1em;
    color: #fff;
    text-shadow: 0 0 8px hsla(0, 0%, 7%, .1);
    z-index: 3
}

.contents-list a .content-list_title:before {
    position: relative;
    content: attr(data-title);
    margin-top: -40px;
    display: block;
    font-family: Work Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 3.2rem;
    line-height: 1;
    transition: all .3s cubic-bezier(.18, .06, .23, 1);
    z-index: 2
}

.contents-list a .content-list_title .ja {
    font-size: 1.2em
}

.contents-list a:hover .num {
    color: #ffd803
}

.contents-list a:hover figure img {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.contents-list a:hover .content-list_title:before {
    color: #ffd803
}

.flow-area li .num {
    position: relative;
    display: block;
    width: fit-content;
    margin: 0 auto -10px;
    padding: 4px 10px;
    background: #fff;
    border-radius: 20px;
    line-height: 1;
    font-family: Work Sans, sans-serif;
    font-weight: 600;
    font-style: normal
}

.flow-area li .num em {
    color: #1c3a73;
    font-size: 1.4em
}

.flow-area li .num:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -8px;
    width: 20px;
    height: 10px;
    margin-left: -12px;
    background: #fff;
    clip-path: polygon(100% 0, 0 0, 50% 100%)
}

.flow-area li figure {
    max-width: 140px;
    margin: 0 auto 10px;
    padding: 25px 0;
    background: rgba(160, 219, 241, .6);
    border-radius: 41% 59% 48% 52%/58% 51% 49% 42%;
    box-shadow: 3px 2px #fefefe
}

.flow-area li figure img {
    width: 80px
}

.flow-area li .title01 {
    text-align: center
}

.voice-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    padding: 8px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #e71430
}

.voice-top:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -5px;
    width: 10px;
    height: 10px;
    background: #fff;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid;
    border-color: transparent #e71430 #1c3a73 transparent
}

.voice-area {
    padding: 0 20px 30px
}

.voice-area .voice-child {
    padding: 20px 0 0;
    position: relative;
    margin: 0 10px;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0) 8%, hsla(0, 0%, 100%, .8) 0);
    border-radius: 20px 0 20px 0
}

.voice-area .voice-name {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 16px;
    background: #f2eeea;
    border-radius: 20px 0 0 0
}

.voice-area .voice-name:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, .6));
    clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
    opacity: .6
}

.voice-area .voice-name figure {
    position: relative;
    width: 70px;
    margin-top: -20px
}

.voice-area .voice-name .txt {
    position: relative;
    font-weight: 600;
    margin-left: 16px
}

.voice-area .voice-name .txt em {
    font-size: 1.3em;
    color: #5c4031
}

.voice-area .voice-comment {
    padding: 25px
}

.voice-area .voice-comment .voice-lead {
    font-size: 1.1em;
    font-weight: 600;
    font-feature-settings: "palt";
    color: #1c3a73
}

.voice-area .voice-comment p {
    background-size: 100% 2.5em;
    background-image: linear-gradient(180deg, transparent 0, transparent 96%, #dfd5cb);
    line-height: 2.5em;
    letter-spacing: 0
}

#btn-fixed {
    position: fixed;
    right: 0;
    bottom: 80px;
    z-index: 20
}

#btn-fixed a {
    display: block;
    width: 200px;
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    transition: all .3s cubic-bezier(.18, .06, .23, 1)
}

#btn-fixed a:hover {
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.top-content-box a {
    display: block;
    position: relative;
    border: 1px solid;
    border-color: transparent #1c3a73 #1c3a73;
    border-radius: 20px
}

.top-content-box a figure {
    position: relative
}

.top-content-box a figure:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right bottom, #ffd803, #f3b266, #e71430);
    mix-blend-mode: screen;
    opacity: .3;
    transition: all .3s cubic-bezier(.18, .06, .23, 1)
}

.top-content-box a:hover figure:before {
    opacity: 0
}

.top-content-box .content-eng {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: absolute;
    top: -15px;
    z-index: 2
}

.top-content-box .content-eng:after,
.top-content-box .content-eng:before {
    display: block;
    content: "";
    height: 1px;
    background: #1c3a73
}

.top-content-box .content-eng:before {
    width: 24px
}

.top-content-box .content-eng:after {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.top-content-box .content-eng span {
    display: block;
    padding: 4px 20px;
    border-left: 1px solid #e71430;
    border-right: 1px solid #e71430;
    font-family: Work Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2rem;
    line-height: 1;
    color: #111
}

.top-content-box figure {
    position: relative
}

.top-content-box .content-title {
    position: relative;
    width: 100%;
    padding: 12px 15px;
    background: #7c232a;
    color: #fff;
    font-weight: 600;
    font-size: 1.2em;
    text-align: right;
    border-radius: 0 0 20px 20px;
    z-index: 2
}

.top-content-box .content-title:after,
.top-content-box .content-title:before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 25px
}

.top-content-box .content-title:before {
    top: -25px;
    background: #fff;
    clip-path: polygon(0 0, 100% 80%, 100% 100%, 0 100%)
}

.top-content-box .content-title:after {
    top: -24px;
    background: #7c232a;
    clip-path: polygon(0 80%, 100% 0, 100% 100%, 0 100%)
}

.vision-list {
    font-weight: 600;
    color: #fff;
    max-width: 1000px;
    margin-inline: auto
}

.vision-list .child {
    padding: 20px;
    border: 1px solid hsla(0, 0%, 100%, .6);
    border-radius: 20px;
    background: hsla(0, 0%, 7%, .2)
}

.vision-list .vision-txt {
    font-size: 1.1em;
    letter-spacing: 0
}

.vision-list .vision-txt p {
    background-size: 100% 2.5em;
    background-image: linear-gradient(180deg, transparent 0, transparent 97%, #eee);
    line-height: 2.5em
}

.staff-list>li {
    position: relative
}

.staff-list>li figure {
    max-width: 160px;
    margin: 0 auto 10px
}

.staff-list .staff-name {
    margin-bottom: 16px;
    text-align: center;
    line-height: 1.3;
    font-weight: 600
}

.staff-list .staff-name .main {
    display: block;
    font-size: 1.3em
}

.staff-list .staff-name .sub {
    display: block;
    font-size: 1.2rem;
    color: #999;
    letter-spacing: 0
}

.staff-list .staff-dl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.staff-list .staff-dl dd,
.staff-list .staff-dl dt {
    padding: 3px 5px;
    border-bottom: 1px solid #cfd4d5;
    font-size: 1.5rem
}

.staff-list .staff-dl dt {
    width: 4em;
    font-weight: 600
}

.staff-list .staff-dl dd {
    width: calc(100% - 4em);
    letter-spacing: 0
}

.staff-list .staff-comment {
    position: relative;
    margin-top: 24px;
    padding: 20px;
    background: #fff;
    font-size: 1.5rem;
    letter-spacing: 0;
    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px)
}

.staff-list .staff-comment:before {
    position: absolute;
    content: "Comment";
    left: 25px;
    top: -3px;
    font-family: Work Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    color: #f2eeea;
    line-height: 1
}

.insurence-list>li {
    position: relative;
    padding: 18px;
    font-weight: 600;
    font-feature-settings: "palt"
}

.insurence-list>li:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 80px);
    background: #e5ebce;
    border-radius: 15px 0 15px 0;
    -webkit-mask-image: linear-gradient(0deg, #000, rgba(0, 0, 0, .6), transparent);
    mask-image: linear-gradient(0deg, #000, rgba(0, 0, 0, .6), transparent);
    opacity: .8
}

.insurence-list>li:nth-child(2):before {
    background: #d9eeec
}

.insurence-list>li:nth-child(3):before {
    background: #ebe0cc
}

.insurence-list>li figure {
    position: relative;
    margin-bottom: -30px
}

.insurence-list>li figure img {
    border-radius: 50%
}

.insurence-list>li .title03 {
    margin-bottom: 20px;
    position: relative
}

.greet-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 54%;
    -webkit-mask-image: linear-gradient(85deg, transparent 3.36%, rgba(0, 0, 0, .15) 13.27%, #000 46.48%, #000 53.3%, #000 67.02%, rgba(0, 0, 0, .42) 83.72%, transparent 94.63%);
    mask-image: linear-gradient(85deg, transparent 3.36%, rgba(0, 0, 0, .15) 13.27%, #000 46.48%, #000 53.3%, #000 67.02%, rgba(0, 0, 0, .42) 83.72%, transparent 94.63%)
}

.greet-img,
.greet-img figure {
    height: 100%
}

.greet-wrap {
    width: 40%;
    margin-left: auto;
    padding: 0 4%
}

.greet-wrap .greet-title {
    color: #7e9fb9;
    font-family: Work Sans, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 3em;
    line-height: 1
}

.greet-wrap .greet-title em {
    font-size: 1.4em
}

.greet-wrap .greet-txt {
    color: #fff;
    margin-top: 40px
}

.top-business-btn .top-business-child {
    position: relative
}

.top-business-btn .top-business-child a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%
}

.top-business-btn .top-business-child a figure {
    aspect-ratio: 3/2;
    overflow: hidden;
    position: relative;
    width: 55%;
    mix-blend-mode: luminosity;
    box-shadow: 0 18px 50px -10px rgba(0, 0, 0, .2)
}

.top-business-btn .top-business-child a .top-business-txt {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    z-index: 2;
    border-top: 2px solid #7e9fb9;
    border-bottom: 2px solid #7e9fb9;
    background-image: linear-gradient(90deg, rgba(160, 219, 241, .5), hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, 0))
}

.top-business-btn .top-business-child a .top-business-txt .top-business-inner {
    padding: 30px 0 25px 50px;
    position: relative;
    max-width: 80%;
    color: #111;
    font-weight: 600
}

.top-business-btn .top-business-child a .top-business-num {
    position: absolute;
    right: 40px;
    top: -40px;
    font-family: Work Sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: rgba(126, 159, 185, .6);
    color: #fff;
    font-size: 7rem;
    line-height: 1
}

.top-business-btn .top-business-child a .top-business-title {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3
}

.top-business-btn .top-business-child a .top-business-title .ja {
    font-weight: 600;
    font-size: 2.2rem;
    color: #1c3a73
}

.top-business-btn .top-business-child a .top-business-title .icon {
    width: 40px;
    height: 40px;
    margin-left: 25px;
    background: #1c3a73;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 1.4rem;
    animation: r 1.6s linear infinite;
    color: #fff
}

.top-business-btn .top-business-child a .top-business-more {
    width: 190px;
    margin-left: auto;
    margin-right: 30px;
    margin-bottom: -2px;
    padding: 4px 8px;
    border: 2px solid;
    border-color: #7e9fb9 #7e9fb9 transparent;
    color: #2d4a86;
    background: #fefefe;
    font-weight: 600;
    font-size: 1.4rem;
    text-align: center;
    transition: all .3s cubic-bezier(.18, .06, .23, 1)
}

.top-business-btn .top-business-child a:hover figure img {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.top-business-btn .top-business-child a:hover .top-business-more {
    background: #111;
    border-radius: 8px 8px 0 0;
    border-color: #111 #111 transparent;
    color: #fff
}

@keyframes r {
    0% {
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .8), 0 0 0 0 hsla(0, 0%, 100%, .8)
    }

    30% {
        box-shadow: 0 0 0 30px hsla(0, 0%, 100%, 0), 0 0 0 0 hsla(0, 0%, 100%, .8)
    }

    65% {
        box-shadow: 0 0 0 30px hsla(0, 0%, 100%, 0), 0 0 0 10px hsla(0, 0%, 100%, 0)
    }

    to {
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0), 0 0 0 10px hsla(0, 0%, 100%, 0)
    }
}

.bg-works {
    position: relative
}

.bg-works:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/top-works_2.jpg) no-repeat 50%/cover
}

.bg-works .top-works-bg {
    position: absolute;
    right: -5%;
    top: 0;
    width: 65%;
    height: 100%;
    background: rgba(114, 186, 202, .7);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
    z-index: 2
}

.bg-works .top-works-bg:after,
.bg-works .top-works-bg:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%
}

.bg-works .top-works-bg:before {
    width: 94%;
    background: rgba(64, 111, 198, .4)
}

.bg-works .top-works-bg:after {
    width: 88%;
    background: rgba(11, 32, 72, .8);
    mix-blend-mode: multiply
}

.bg-works .top-works-inner {
    position: relative;
    z-index: 2;
    width: 40%;
    height: 380px;
    margin-left: auto;
    margin-right: 40px
}

.bg-works .top-works-inner,
.bg-works .top-works-inner a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.bg-works .top-works-inner a {
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 40px
}

.icon-triangle {
    width: 90px;
    height: 90px;
    background: rgba(0, 0, 0, .3);
    border: 3px solid hsla(0, 0%, 100%, .7);
    border-radius: 50%;
    line-height: 90px;
    text-align: center;
    font-size: 3rem;
    animation: r 1.6s linear infinite;
    color: #fff
}

.js-tilt-glare {
    border-radius: 25px !important
}

.partner-bnr-list {
    gap: 10px 10px
}

.partner-bnr-list li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
    overflow: hidden;
    background: #fafafa
}

.partner-bnr-list li a img {
    mix-blend-mode: darken;
    position: absolute;
    display: block;
    width: 70%;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.partner-bnr-list li a img.type_contain {
    object-fit: contain;
    width: 100%;
    height: 100%
}

.company-dl {
    border-top: 3px solid #333;
    padding-top: 10px
}

.company-dl .inner {
    display: -ms-flexbox;
    display: flex;
    padding: 12px 10px
}

.company-dl .inner:not(:last-of-type) {
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(126, 159, 185, .7)
}

.company-dl .inner dt {
    width: 8em;
    font-weight: 600;
    color: #333
}

.company-dl .inner dd {
    -ms-flex: 1;
    flex: 1;
    margin-left: 24px
}

.slide-box {
    max-width: 850px;
    margin-inline: auto
}

.slide-box .thumb-item a {
    display: block;
    width: 100%;
    aspect-ratio: 4/2.5;
    overflow: hidden
}

.slide-box .thumb-item a img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.slide-box .thumb-item-nav .child {
    display: block;
    height: 100px;
    overflow: hidden
}

.slide-box .thumb-item-nav .child img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: none !important
}

.works-img {
    padding: 0 20px;
    margin-bottom: 10px
}

.works-img a {
    display: block;
    aspect-ratio: 4/2.5;
    overflow: hidden
}

.works-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.top-news-btn {
    position: absolute;
    left: -10px;
    top: 160px
}

.top-news-btn a {
    width: 200px
}

.top-recruit-box {
    display: block;
    position: relative;
    margin-top: -55px;
    clip-path: inset(0);
    transition: all .3s cubic-bezier(.18, .06, .23, 1)
}

.top-recruit-box figure {
    position: relative;
    aspect-ratio: 3/1;
    z-index: -1
}

.top-recruit-box figure img {
    object-position: center
}

.top-recruit-box figure:after,
.top-recruit-box figure:before {
    position: absolute;
    content: "";
    top: 0;
    width: 7px;
    height: 100%;
    background: #fff;
    z-index: 2;
    margin-left: -3px;
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.top-recruit-box figure:before {
    left: 33.33%
}

.top-recruit-box figure:after {
    left: 66.66%
}

.top-recruit-box .top-recruit-txt {
    position: absolute;
    left: 50%;
    top: 53%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 0 6px rgba(45, 74, 134, .8)
}

.top-recruit-box .top-recruit-txt .mtext2 {
    font-size: 4rem
}

.top-recruit-box .top-recruit-txt .more {
    width: 180px;
    margin: 40px auto 0;
    padding: 10px 8px;
    background: #fefefe;
    border-radius: 50px;
    box-shadow: 0 0 0 5px rgba(32, 39, 210, .2);
    color: #1c3a73;
    text-align: center;
    text-shadow: none;
    transition: all .3s cubic-bezier(.18, .06, .23, 1)
}

.top-recruit-box:hover {
    clip-path: inset(4% 2% 2% 4%)
}

.top-recruit-box:hover figure img {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.top-recruit-box:hover .top-recruit-txt .more {
    background: #2027d2;
    color: #fff
}

.top-recruit-box.on figure:after,
.top-recruit-box.on figure:before {
    animation: e 1s cubic-bezier(.2, 1, .2, 1) .5s forwards
}

.img-insert {
    max-width: calc(100% - 80px);
    margin: 40px auto;
    height: 300px
}

.history,
.img-insert {
    position: relative
}

.history:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
    background-image: linear-gradient(0deg, #7e9fb9, #a0dbf1);
    opacity: .7;
    border-radius: 20px
}

.history .history-inner {
    position: relative;
    padding-left: 70px
}

.history .history-inner:before {
    position: absolute;
    content: "";
    left: 12px;
    top: 15px;
    width: 40px;
    height: 1px;
    background: #7e9fb9
}

.history .history-inner:after {
    position: absolute;
    content: "";
    left: 6px;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #2d4a86;
    border-radius: 50%
}

.history .history-inner:not(:last-of-type) {
    margin-bottom: 20px;
    border-bottom: 1px solid hsla(0, 0%, 67%, .5)
}

.history .history-inner dt {
    font-weight: 600;
    color: #1c3a73;
    font-size: 1.15em
}

.history .history-inner dt span {
    font-size: 1.5rem;
    padding: 0 3px
}

.history .history-inner dt span:before {
    content: "("
}

.history .history-inner dt span:after {
    content: ")"
}

.history .history-inner dd {
    padding: 14px 18px
}

.works-list li {
    display: -ms-flexbox;
    display: flex;
    padding: 30px 20px;
    border-top: 2px solid #121212
}

.works-list li .works-list-img {
    width: 45%
}

.works-list li .works-list-img a {
    display: block;
    position: relative
}

.works-list li .works-list-img figure {
    position: relative;
    aspect-ratio: 2/1.2
}

.works-list li .works-list-img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.works-list li .works-list-txt {
    -ms-flex: 1;
    flex: 1;
    margin-left: 40px
}

.works-list li .works-list-txt .title02 {
    text-align: left
}

.recruit-head {
    position: relative;
    margin-top: 55px
}

.recruit-head .recruit-head-img {
    aspect-ratio: 20/9
}

.recruit-head .recruit-head-txt {
    position: absolute;
    right: 30px;
    top: -40px;
    z-index: 2
}

.recruit-head .recruit-head-txt h3 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-feature-settings: "pkna";
    font-size: 2.6vw;
    line-height: 1.6
}

.recruit-head .recruit-head-txt h3 span {
    display: block;
    width: fit-content;
    background: #fff;
    padding: 12px 1px
}

.recruit-head .recruit-head-txt h3 span:first-child {
    background: #1c3a73;
    color: #fff
}

.recruit-head .recruit-head-txt h3 span:nth-child(2) {
    margin-right: 15px;
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

@media screen and (min-width:639px) {
    .sp {
        display: none
    }
}

@media screen and (max-width:1440px) {

    .single,
    .single03 {
        padding: 80px 10px
    }

    .bg-base.type1:before,
    .bg-base.type2:before {
        width: calc(100% - 20px);
        height: calc(100% - 20px)
    }

    .top-recruit-box figure {
        aspect-ratio: 3/1.5
    }

    .top-recruit-box .top-recruit-txt .mtext2 {
        font-size: 2.6rem
    }
}

@media screen and (max-width:1300px) {
    .title-wrapper {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media screen and (max-width:1101px) {
    #wrapper {
        overflow: hidden
    }

    .head-right_btn {
        width: 100%
    }

    .head-right_btn a {
        text-align: center;
        font-size: 14px;
        height: 50px;
        color: #fff !important
    }

    #page-top {
        bottom: 30px
    }

    #slideshow .slide-img {
        min-height: 0;
        padding-top: 65%
    }

    #catch p.main {
        font-size: 3vw
    }

    #catch p.sub {
        font-size: 5vw
    }

    .footer-right-box {
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 30px
    }

    #l-footer .inner {
        width: 100%
    }

    .footer_navi ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer_navi ul li {
        width: 33%
    }

    .flogo {
        width: 220px
    }

    .single02 {
        padding: 80px 10px
    }

    .page-title .inner {
        padding: 0 20px
    }

    .bg-base.type3:before {
        width: calc(100% - 20px);
        height: calc(100% - 20px)
    }

    .article-box {
        -ms-flex-pack: center;
        justify-content: center
    }

    .article-box .left {
        width: 90%;
        margin: 0 auto 30px
    }

    .article-box .right {
        width: 90%
    }

    .title-big .ja {
        font-size: 1.8rem
    }

    .top-strength-list {
        width: 80%
    }

    .top-strength-more {
        padding-bottom: 260px
    }

    .contents-list {
        padding: 0 10px
    }

    #btn-fixed {
        bottom: 0
    }

    #btn-fixed a {
        width: 180px
    }

    .top-business-btn,
    .vision-list {
        padding: 0 20px
    }
}

@media screen and (max-width:1025px) {
    #l-header .inner {
        min-width: 0
    }

    #l-header .head-right {
        display: none
    }

    .head-right_mail {
        margin-left: 0
    }

    #scrolldown {
        display: none
    }

    .copyright {
        font-size: 12px
    }

    .top-box1 {
        width: 80%;
        margin: 350px auto 0;
        padding: 25px;
        background: hsla(0, 0%, 100%, .8)
    }

    .news-box {
        margin-top: 0
    }

    #main .mbox {
        min-height: 0
    }

    #main,
    #side {
        float: none;
        width: 100%
    }

    #side {
        position: static;
        margin-top: 40px
    }

    .bg-01 {
        padding-top: 70px
    }

    .bg-sec2 {
        padding-bottom: 20px
    }

    .bg-sec2:before {
        width: 50%
    }

    .list-btn li a {
        font-size: 1.5rem
    }

    .top-list1 {
        padding-bottom: 45px
    }

    .gallery_ul>li {
        width: 48%
    }

    .gallery li a {
        height: 120px
    }

    .gallery li p {
        font-size: 12px
    }

    .list4 {
        grid-template-columns: repeat(2, 1fr)
    }

    .bnr-list li {
        width: 48%;
        margin-right: 4%
    }

    .bnr-list li:nth-child(2n) {
        margin-right: 0
    }

    .sns-list.center2 {
        -ms-flex-pack: center;
        justify-content: center
    }

    .sns-list li:not(:last-child) {
        margin-right: 5px;
        margin-bottom: 0
    }

    .top-icon-list>li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px
    }

    .top-icon-list>li:nth-child(2n) {
        margin-right: 0
    }

    .service-box {
        width: 48%;
        margin-bottom: 60px
    }

    .top-strength-list {
        width: 100%;
        max-width: 680px;
        margin-inline: auto
    }

    .title-wrapper {
        padding-left: 10px;
        padding-right: 10px
    }

    .staff-list {
        grid-template-columns: repeat(2, 1fr)
    }

    .greet-img {
        width: 100%;
        height: 400px;
        top: auto;
        bottom: 30px;
        -webkit-mask-image: linear-gradient(180deg, transparent 3.36%, rgba(0, 0, 0, .15) 13.27%, #000 46.48%, #000 53.3%, #000 67.02%, rgba(0, 0, 0, .42) 83.72%, transparent 94.63%);
        mask-image: linear-gradient(180deg, transparent 3.36%, rgba(0, 0, 0, .15) 13.27%, #000 46.48%, #000 53.3%, #000 67.02%, rgba(0, 0, 0, .42) 83.72%, transparent 94.63%)
    }

    .greet-wrap {
        width: 80%;
        margin: 0 auto;
        padding-bottom: 300px
    }

    .top-business-btn .top-business-child a .top-business-txt .top-business-inner {
        max-width: 90%;
        padding: 20px 0 25px 20px
    }

    .bg-works .top-works-bg {
        width: 80%
    }

    .bg-works .top-works-inner {
        width: 55%;
        height: 350px
    }

    .bg-works .top-works-inner a {
        padding: 0 20px
    }

    .partner-bnr-list {
        grid-template-columns: repeat(4, 1fr)
    }

    .recruit-head .recruit-head-txt h3 {
        font-size: 3rem
    }
}

@media screen and (max-width:639px) {
    .bigger {
        font-size: 1.25rem
    }

    .pc {
        display: none
    }

    #slideshow {
        aspect-ratio: 2/1.7;
        -ms-flex-pack: center;
        justify-content: center
    }

    #slideshow .slide-img {
        padding-top: 120%
    }

    .catch-wrap {
        width: 56%;
        -ms-transform: translateY(100px);
        transform: translateY(100px)
    }

    #catch p.main {
        font-size: 5.2vw
    }

    #catch p.sub {
        font-size: 8vw;
        top: 60%
    }

    .contact_bnr>li:first-child {
        margin-right: auto
    }

    .contact_bnr>li {
        width: 100%;
        margin: 0 auto 10px
    }

    .contact_bnr>li .bnr_map {
        font-size: 1.3rem
    }

    .contact_bnr>li .bnr_tel .txt {
        font-size: 2.6rem
    }

    .contact_bnr>li .bnr_tel {
        font-size: 1.8rem
    }

    .contact_bnr>li .bnr_mail {
        font-size: 1.3rem;
        padding: 10px;
        width: 100%
    }

    .contact_bnr>li a {
        margin: 0 auto;
        white-space: nowrap;
        padding: 5px;
        width: 100%
    }

    .footer-upper-warp .upper-left {
        padding-top: 20px;
        width: 100%;
        padding: 0 20px 10px
    }

    .footer-upper-warp .upper-right {
        width: 100%;
        padding: 0 20px;
        text-align: center
    }

    #l-footer:after {
        width: 100%;
        height: 80%;
        background: radial-gradient(100% 100% at 50% 0, #4e81e0 0, rgba(78, 129, 224, 0) 100%);
        opacity: .3
    }

    #l-footer {
        font-size: 1.2rem
    }

    #l-footer .inner {
        padding: 30px 20px
    }

    .footer-wrap {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-wrap .footer-left,
    .footer-wrap .footer-right {
        width: 100%
    }

    .footer-wrap .footer-left {
        margin-bottom: 20px;
        text-align: center;
        margin: 0 auto 20px
    }

    .footer-wrap .footer-right {
        padding: 0 10px
    }

    .footer_navi ul li a,
    .footer_navi ul li a span.ja {
        font-size: 1.1rem
    }

    .footer_navi ul li .dropdown {
        padding: 10px
    }

    .flogo {
        width: 180px;
        margin: 0 auto 20px
    }

    .address {
        position: relative;
        top: auto;
        font-size: 1.1rem;
        margin: 40px auto
    }

    .top-sec1 {
        padding-top: 30px
    }

    .top-title01 {
        font-size: 1.6rem
    }

    .top-box1 {
        width: 95%;
        margin-top: 200px;
        padding: 15px
    }

    .news-box {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 10px
    }

    .news-left {
        top: 0;
        position: relative
    }

    .news-title {
        margin-bottom: 30px
    }

    .news-title .eng {
        font-size: 2.4rem
    }

    .news-title .ja {
        font-size: 1.4rem
    }

    .news-right {
        width: 100%;
        margin: 10px 0 0
    }

    .margin-top {
        margin-top: -30px
    }

    .mbox {
        padding: 15px 10px
    }

    .mbox2 {
        padding: 15px
    }

    .mbox3 {
        padding: 15px 10px
    }

    .sentence.type_mb {
        font-size: 1.1rem
    }

    .bg-map:before {
        width: 90%
    }

    .mtitle:before {
        font-size: 2.6rem
    }

    .mtitle {
        text-align: center
    }

    .mtitle .eng {
        font-size: 1.6rem
    }

    .mtitle .ja {
        font-size: 1.3rem
    }

    .mtitle2:before {
        font-size: 2.2rem
    }

    .mtitle3 {
        left: 10px;
        top: 15px
    }

    .mtitle3 .ja {
        font-size: 1.6rem
    }

    .mtitle3 .eng {
        font-size: 1.3rem
    }

    .mtitle_line {
        font-size: 1.4rem
    }

    .mtitle_line span {
        font-size: 1.2rem
    }

    .mtitle4 {
        font-size: 1.5rem
    }

    .mtitle_box,
    .mtitle_box2 {
        font-size: 1.3rem
    }

    .mtitle_box2 {
        line-height: 1.5;
        padding: 10px 10px 10px 15px;
        padding-right: 40px
    }

    .mtitle_box2 span {
        font-size: 12px
    }

    .mtitle_box2:before {
        width: 215px;
        right: -170px
    }

    .mtext1 {
        font-size: 1.4rem
    }

    .mtext2 {
        font-size: 1.8rem;
        padding: 4px 8px
    }

    .mtext3 {
        font-size: 1.4rem
    }

    .btn01 a {
        width: 95%
    }

    .btn02 {
        width: 260px
    }

    .btn02 a {
        font-size: 1.3rem
    }

    .news .news-inner {
        font-size: 13px;
        padding: 10px 4px
    }

    .news dt {
        width: 100%
    }

    .news dt .category {
        font-size: 12px
    }

    .news dd {
        width: 100%;
        margin: 5px 0 0
    }

    .news-bl dt {
        width: 4.5em;
        font-size: 12px
    }

    .news-bl dt .md {
        font-size: 1.3rem
    }

    .news-bl dd {
        margin-left: 20px;
        font-size: 13px
    }

    .page-title .inner {
        height: 55vw
    }

    .page-title .inner .page-lead {
        width: 60%;
        padding: 18px 20px;
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }

    .page-title .inner .page-lead .ja {
        font-size: 1.5rem
    }

    .page-title .inner .page-lead .eng {
        top: -32px;
        font-size: 2.8rem
    }

    .bg-01 {
        clip-path: polygon(60% 50px, 60% 0, 100% 0, 100% 100%, 60% 100%, 60% calc(100% - 50px), 0 calc(100% - 50px), 0 50px)
    }

    .bg-sec2:before {
        width: 70%
    }

    .bg-sec2-inner {
        margin-top: -50px
    }

    .tbl-company td,
    .tbl-company th {
        padding: 20px 0;
        font-size: .9em
    }

    .tbl-company th {
        width: 30%
    }

    .tbl_normal.type1 th {
        font-size: 1.6rem;
        width: 35%
    }

    .tbl th.item1 {
        width: 220px
    }

    .tbl th {
        text-align: left
    }

    .tbl td,
    .tbl th {
        padding: 10px 8px;
        letter-spacing: 0
    }

    .tbl_new tr th {
        width: 25%;
        padding-left: 10px
    }

    .tbl-border td,
    .tbl-border th {
        padding: 10px;
        font-size: 1.2rem
    }

    .tbl-border th {
        width: 30%
    }

    .price {
        font-size: 1.4rem
    }

    .tbl0 th {
        width: 40%
    }

    .ggmap {
        padding-bottom: 65.25%
    }

    .list-policy {
        padding: 15px
    }

    .list-policy li {
        font-size: 1.4rem
    }

    .list_check li {
        width: 98%;
        margin: 0 auto 10px;
        font-size: 1.3rem
    }

    .list_check2.type1 {
        grid-template-columns: 1fr;
        gap: 5px 0
    }

    .ol-list li {
        font-size: 1.3rem
    }

    .ol-list li span {
        font-size: .9em
    }

    .ol-list li:before {
        font-size: 1.8rem
    }

    .list-btn li {
        width: 90%;
        margin: 0 auto 10px
    }

    .list-btn li a {
        font-size: 1.2rem
    }

    .list-btn li:nth-child(3n) {
        margin-right: auto
    }

    .top-list1>.child {
        padding-bottom: 60px
    }

    .morebtn2 {
        font-size: 1.2rem
    }

    #main .blog-wrap {
        grid-template-columns: 1fr
    }

    .blog-title {
        font-size: 1.2rem
    }

    .blog-date .year-time {
        font-size: 12px
    }

    .top-blog-content {
        padding-left: 15px
    }

    .top-blog-common .swiper-slide {
        width: 18rem
    }

    .top-blog-common .swiper-button-next:after,
    .top-blog-common .swiper-button-prev:after {
        width: .9rem;
        height: .9rem
    }

    .btn-more {
        margin-right: 10px
    }

    .btn-more a {
        font-size: 13px
    }

    .num a {
        font-size: 2rem
    }

    .telbnr li.telbnr-mail a {
        font-size: 1.4rem;
        padding: 0
    }

    .telbnr {
        max-width: 90%
    }

    .telbnr li {
        width: 100%;
        margin: 0 auto 30px
    }

    .telbnr li a {
        font-size: 2rem
    }

    .telbnr-ttl {
        font-size: 1.3rem
    }

    .breadcrumb {
        font-size: 12px
    }

    .form .select-group .select-wrap {
        margin-top: 8px
    }

    .form input[type=text],
    .form textarea {
        -ms-transform: scale(.9);
        transform: scale(.9);
        margin-left: -5px
    }

    .thanks {
        max-width: 90%;
        padding: 30px 20px
    }

    .policy {
        font-size: 1.15rem
    }

    .policy .inner {
        padding-right: 15px
    }

    .mtitle_small {
        font-size: 1.4rem;
        line-height: 1.5
    }

    .gallery_ul {
        margin-left: auto;
        margin-right: auto
    }

    .gallery_ul>li {
        width: 85%;
        margin: 0 auto 30px
    }

    .gallery_ul>li .photobox-wrap {
        height: 180px
    }

    .comment {
        font-size: 12px
    }

    .gallery {
        grid-template-columns: repeat(2, 1fr)
    }

    .list2 {
        grid-template-columns: 1fr
    }

    .list3.type1 .child,
    .list3.type1 li {
        padding: 20px 10px 10px
    }

    .list3 {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        gap: 25px 0
    }

    .list3,
    .list4 {
        grid-template-columns: 1fr
    }

    .note {
        font-size: 1.2rem
    }

    .flow-dl .flow-inner {
        padding: 6px
    }

    .flow-dl .flow-inner dt {
        font-size: 1.25rem
    }

    .flow-dl .flow-inner dt .eng {
        font-size: 1.7rem
    }

    .flow-dl .flow-inner dd {
        padding-left: 30px
    }

    .txt1 {
        font-size: 1.2rem
    }

    .list-center {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .list-center li {
        width: 100%
    }

    .point-title {
        font-size: 1.4rem
    }

    .point-num {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 2.2rem;
        margin: -30px auto 10px
    }

    .bnr-list a {
        font-size: 12px;
        line-height: 1.5
    }

    .bnr-list a img {
        height: 30px
    }

    .bnr-list li.bnr-txt {
        font-size: 1.5rem
    }

    .title02 span.eng-txt {
        font-size: 2.8rem
    }

    .title02 span {
        font-size: 1.5rem
    }

    .box1 {
        padding: 15px
    }

    .box1.type1 {
        max-width: 90%
    }

    .content-head {
        height: 250px
    }

    .content-txt {
        padding: 20px;
        max-width: 90%
    }

    .slide_list li {
        margin-right: 4%
    }

    .slide_list li img {
        height: 200px
    }

    .flow-list.type1>li {
        width: 100%
    }

    .flow-list.type1>li:nth-child(2),
    .flow-list.type1>li:nth-child(3),
    .flow-list.type1>li:nth-child(4),
    .flow-list.type1>li:nth-child(5) {
        margin-left: 0
    }

    .flow-list>li {
        width: 90%;
        margin: 0 auto 30px
    }

    .flow-list>li:nth-child(2n) {
        margin-right: auto
    }

    .flow-list>li {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .flow-list>li .flow-num {
        font-size: 2.2rem;
        text-align: center;
        border-right: 0;
        padding: 0 0 4px;
        border-bottom: 1px solid #2d4a86
    }

    .flow-list>li .flow-title {
        font-size: 1.3rem
    }

    .flow-list>li .txt {
        margin: 20px auto 0
    }

    .kiritori {
        margin: 3em auto
    }

    .column2 {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .column2 .child {
        width: 100%
    }

    .column2 .child.column2-img {
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 30px
    }

    .btn-box {
        -ms-flex-pack: center;
        justify-content: center
    }

    .btn-box a {
        width: 90%;
        margin: 0 auto 15px;
        padding: 10px 0
    }

    .top-icon-list {
        margin-bottom: -20px
    }

    .top-icon-list>li {
        width: 95%;
        margin: 0 auto 20px;
        font-size: 1.3rem
    }

    .top-icon-list>li:nth-child(2n) {
        margin-right: auto
    }

    .policy-txt {
        padding: 0 15px
    }

    .policy-txt .txt-inner {
        font-size: 1.3rem
    }

    .policy-lead {
        font-size: 1.5rem
    }

    .service-box-wrap {
        margin-bottom: 0
    }

    .service-box {
        width: 90%;
        margin: 0 auto 60px
    }

    .service-box a .service-img {
        height: 250px
    }

    .service-box a .service-txt-box {
        right: auto;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .top-lead01 {
        padding: 15px 10px;
        margin-top: -60px
    }

    .business-list figure {
        height: 250px
    }

    .business-list-title {
        font-size: 1.4rem;
        text-shadow: none;
        padding-right: 80px
    }

    .area-block .area-txt {
        font-size: 1.4rem;
        position: relative;
        top: auto;
        left: auto;
        padding-left: 20px
    }

    .area-block .area-txt,
    .area-block .area-txt:after,
    .area-block .area-txt:before {
        -ms-transform: none;
        transform: none
    }

    .area-block .area-txt:before {
        left: 4px;
        top: -20px
    }

    .area-block .area-txt:after {
        left: 24px;
        top: 0;
        width: 1px;
        height: 30px
    }

    .title-big:before {
        font-size: 2.8rem
    }

    .title-big .ja {
        font-size: 1.4rem
    }

    .title-big .eng {
        font-size: 2.6rem
    }

    .top-strength-list {
        padding: 0 15px
    }

    .top-strength-list .top-strength-title .num {
        font-size: 1.6rem
    }

    .top-strength-list .top-strength-title .txt {
        font-size: 1.4rem
    }

    .top-strength-more {
        padding-bottom: 120px
    }

    .ceo-wrap {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .ceo-wrap .ceo-img {
        width: 80%;
        -ms-flex-order: 0;
        order: 0;
        padding-right: 30px
    }

    .ceo-wrap .ceo-img figure:before {
        right: -25px;
        bottom: -25px
    }

    .ceo-wrap .ceo-txt {
        width: 100%
    }

    .ceo-wrap .ceo-txt .inner {
        padding: 25px;
        margin-top: 25px
    }

    .contact-box .content .contact-box-tel {
        font-size: 2rem
    }

    .pdf-list {
        grid-template-columns: repeat(2, 1fr)
    }

    .fukidashi span {
        font-size: 1.8rem
    }

    .flow-area {
        padding: 0 20px
    }

    .voice-area .voice-name figure {
        width: 45px
    }

    #btn-fixed a {
        width: 160px
    }

    .top-content-box {
        padding: 20px 20px 0;
        gap: 40px 0
    }

    .top-content-box .content-eng span {
        font-size: 1.8rem
    }

    .top-content-box .content-title {
        font-size: 1.3em
    }

    .top-content-box .content-title:after,
    .top-content-box .content-title:before {
        height: 35px
    }

    .staff-list {
        grid-template-columns: 1fr;
        padding: 0 15px
    }

    .staff-list .staff-name .main {
        font-size: 1.4em
    }

    .staff-list .staff-name .sub {
        font-size: 1rem
    }

    .staff-list .staff-dl dd,
    .staff-list .staff-dl dt {
        font-size: 1.1rem
    }

    .staff-list .staff-comment {
        font-size: 1.2rem
    }

    .greet-wrap .greet-title {
        font-size: 2.5rem
    }

    .greet-wrap {
        width: 90%
    }

    .top-business-btn .top-business-child a figure {
        width: 100%
    }

    .top-business-btn .top-business-child a .top-business-txt .top-business-inner {
        padding-bottom: 12px;
        padding-left: 10px
    }

    .top-business-btn .top-business-child a .top-business-num {
        top: -20px;
        right: 10px;
        font-size: 4rem
    }

    .top-business-btn .top-business-child a .top-business-title .icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 13px
    }

    .top-business-btn .top-business-child a .top-business-title .ja {
        font-size: 1.5rem
    }

    .top-business-btn .top-business-child a .top-business-more {
        font-size: 13px
    }

    .top-business-btn {
        padding: 0 20px
    }

    .top-business-btn .top-business-child a .top-business-txt {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 95%;
        background-image: linear-gradient(180deg, rgba(160, 219, 241, .5), hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, 0))
    }

    .bg-works .top-works-bg {
        width: 100%;
        height: 75%;
        top: auto;
        left: 0;
        bottom: -10%;
        -ms-transform: skewY(-7deg);
        transform: skewY(-7deg)
    }

    .bg-works .top-works-bg:after,
    .bg-works .top-works-bg:before {
        top: auto;
        bottom: 0
    }

    .bg-works .top-works-bg:before {
        width: 100%;
        height: 94%
    }

    .bg-works .top-works-bg:after {
        width: 100%;
        height: 86%
    }

    .bg-works .top-works-inner {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 300px 0 40px
    }

    .icon-triangle {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 2rem
    }

    .partner-bnr-list {
        grid-template-columns: repeat(2, 1fr)
    }

    .partner-bnr-list li a {
        height: 70px
    }

    .company-dl .inner dd {
        margin-left: 12px
    }

    .company-dl .inner dt {
        width: 7em
    }

    .company-dl .inner dd {
        margin-left: 10px
    }

    .top-news-btn {
        position: relative;
        left: auto;
        top: auto;
        -ms-transform: translateY(40px);
        transform: translateY(40px)
    }

    .top-news-btn a {
        width: 180px;
        margin-left: 0
    }

    .top-recruit-box {
        margin-top: -30px
    }

    .top-recruit-box figure {
        aspect-ratio: 3/3.5
    }

    .top-recruit-box figure:after,
    .top-recruit-box figure:before {
        left: 0;
        width: 101%;
        height: 3px
    }

    .top-recruit-box figure:before {
        top: 20%
    }

    .top-recruit-box figure:after {
        top: 90%
    }

    .top-recruit-box .top-recruit-txt .mtext2 {
        font-size: 1.7rem;
        white-space: nowrap
    }

    .img-insert {
        max-width: calc(100% - 20px);
        height: 200px;
        margin: 20px auto
    }

    .history .history-inner {
        padding-left: 45px
    }

    .history .history-inner:before {
        width: 25px
    }

    .history .history-inner dt {
        font-size: 1.2em
    }

    .history .history-inner dt span {
        font-size: 1.1rem
    }

    .history .history-inner dd {
        padding: 12px
    }

    .works-list li {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .works-list li .works-list-img {
        width: 100%
    }

    .works-list li .works-list-txt {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin: 30px 0 0
    }

    .recruit-head .recruit-head-img {
        aspect-ratio: 20/11
    }

    .recruit-head .recruit-head-txt {
        right: 100px
    }

    .recruit-head .recruit-head-txt h3 {
        font-size: 1.8rem
    }

    .bg-works:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../img/top-works_2_1.jpg) no-repeat 50%/cover
    }
}

@media screen and (max-width:639px)and (max-width:639px) {
    .area-block .area-txt:before {
        top: -130px
    }

    .area-block .area-txt:after {
        top: -110px
    }
}

@media screen and (max-width:320px) {
    .mtitle4 span:before {
        left: -3px
    }

    .mtitle4 span:after {
        right: -3px
    }
}

/*# sourceMappingURL=basis.css.map */