:root,[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Noto Sans JP",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255,255,255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0,0,0;
    --bs-secondary-color: rgba(33,37,41,.75);
    --bs-secondary-color-rgb: 33,37,41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233,236,239;
    --bs-tertiary-color: rgba(33,37,41,.5);
    --bs-tertiary-color-rgb: 33,37,41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248,249,250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13,110,253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10,88,202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0,0,0,.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0,0,0,.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0,0,0,.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0,0,0,.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13,110,253,.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    border: 1px solid #dc3545
}

html {
    border: none!important
}

body {
    overflow-x: hidden;
    word-wrap: break-word;
    font-feature-settings: "palt";
    font-family: Noto Sans JP,sans-serif !important;
    font-size: 16px;
    font-size: 1rem
}

a[target=_blank]:after {
    content: ""
}

a[href$=".pdf"]:after,a[target=_blank]:after {
    font-family: Material Symbols Outlined;
    margin-left: 5px;
    display: inline-block;
    vertical-align: -1px
}

a[href$=".pdf"]:after {
    content: ""
}

a[href$=".docx"]:after,a[href$=".xlsx"]:after {
    font-family: Material Symbols Outlined;
    content: "";
    margin-left: 5px;
    display: inline-block;
    vertical-align: -1px
}

.text-main {
    color: #1b3a57
}

.text-sub {
    color: #fa6c8e;
    color: #79c13b
}

.bg-main {
    background-color: #1b3a57
}

.bg-sub {
    background-color: #fa6c8e
}

.bg-accent {
    background-color: #79c13b
}

.border-main {
    border-color: #1b3a57
}

.border-sub {
    border-color: #fa6c8e
}

.border-accent {
    border-color: #79c13b
}

.btn-main {
    background-color: #1b3a57
}

.btn-main,.btn-main:hover {
    border-color: #1b3a57;
    color: #fff
}

.btn-main:hover {
    background-color: #26537d
}

.btn-sub {
    background: #fa6c8e;
    border-color: #fa6c8e;
    color: #fff
}

.btn-sub:hover {
    background: rgb(251.6776315789,157.3223684211,179.9144736842)
}

.btn-accent,.btn-sub:hover {
    border-color: #79c13b;
    color: #fff
}

.btn-accent {
    background: #fa6c8e
}

.btn-accent:hover {
    background: rgb(147.3928571429,206.5357142857,96.4642857143);
    border-color: #79c13b;
    color: #fff
}

.btn {
    white-space: normal
}

.btn-xs {
    font-size: .8rem;
    padding: 3px 10px 2px
}

.loaded {
    opacity: 0;
    visibility: hidden
}

#loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

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

p {
    line-height: 1.8em;
    margin-bottom: 1.2em
}

em {
    font-weight: 700;
    font-style: italic!important;
    font-family: Noto Sans JP,sans-serif !important
}

dl,ol,ul {
    margin-top: 1.5em;
    margin-bottom: 1.2em
}

li {
    margin-bottom: .4em;
    line-height: 1.65em
}

dd,dt {
    margin-bottom: 10px
}

dd.wp-caption-dd,dt.wp-caption-dt {
    border-left: none
}

ol ol,ol ul,ul ol,ul ul {
    margin-top: 10px;
    margin-bottom: 10px
}

blockquote {
    border: 5px solid #eee;
    background-color: #fcfcfc;
    position: relative;
    padding: 35px 20px 30px
}

blockquote:after,blockquote:before {
    color: #ccc;
    font-family: Material Symbols Outlined;
    position: absolute
}

blockquote:before {
    content: "";
    top: 10px
}

blockquote:after {
    content: "";
    bottom: 10px;
    right: 20px
}

.table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border-bottom: 1px solid #e5e5e5
}

table td,table th {
    padding: 8px
}

table th {
    font-weight: 400
}

.attachment img {
    max-width: 100%
}

.alignleft,img.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
    margin-top: 4px
}

.alignright,img.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
    margin-top: 4px
}

.aligncenter,img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.aligncenter,img.alignleft,img.alignright {
    margin-bottom: 12px
}

.wp-caption {
    background: #fcfcfc;
    line-height: 18px;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    padding: 0 0 5px;
    text-align: center;
    border: 1px solid #e5e5e5;
    max-width: 100%!important
}

.wp-caption img {
    margin: 10px 0 9px;
    max-width: 95%!important;
    height: auto!important
}

.wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 0
}

.wp-smiley {
    margin: 0
}

.gallery {
    margin: 0 auto 25px
}

.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%
}

.gallery img {
    border: 2px solid #cfcfcf
}

.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px
}

.gallery dl {
    margin: 0
}

.gallery dd,.gallery dt {
    border: none
}

.gallery br+br {
    display: none
}

.attachment img {
    display: block;
    margin: 0 auto
}

.well p:last-child {
    margin-bottom: 0
}

.section {
    padding-bottom: 2em;
    display: block
}

.section:after {
    content: "";
    clear: both;
    display: block
}

.nav li a {
    color: #464646
}

.screen-reader-text {
    display: none
}

input.form-control {
    margin-bottom: 3px
}

input.form-control.input-widthAuto {
    width: auto
}

.bread-section {
    border-bottom: 1px solid #e5e5e5
}

.bread-section .breadcrumb {
    margin-top: 0;
    margin-bottom: 0;
    background: none
}

.bread-section .breadcrumb>li+li:before {
    content: ">";
    margin-right: .2em
}

.bread-section .breadcrumb li {
    margin-bottom: 0;
    list-style: none;
    margin-right: .2em
}

.bread-section .breadcrumb span {
    font-size: .75em
}

form.searchform {
    margin: 1em 0
}

form.searchform div {
    display: flex
}

form.searchform div input[type=text]#s {
    width: 70%;
    margin-right: 5%
}

form.searchform div input[type=submit]#searchsubmit {
    float: right;
    width: 25%;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px
}

form.searchform div input#searchsubmit {
    vertical-align: top
}

.site-header-safery {
    z-index: 1000;
    background-color: #fafbfa !important;
    width: 100%;
    position: static
}

.site-header-container {
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0
}

.site-header-flex {
    display: flex;
    align-items: center;
    gap: 5px
}

.site-header-subttl {
    font-size: 18px;
    color: #1b3a57
}

.site-header-ttl {
    font-size: 24px;
    color: #1b3a57;
    margin-bottom: 0
}

.site-header-logo {
    height: 60px;
    width: 60px;
    margin-bottom: 0
}

.site-header-logo img {
    height: 100%;
    width: 100%
}

.pink-btnFlex {
    display: none
}

.pink-btn {
    display: inline-block;
    width: 230px;
    height: 60px
}

.pink-btnLink {
    display: inline-block;
    width: 230px;
    height: 60px;
    color: #fafbfa;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 5px;
    border: 2px solid #fafbfa;
    background-color: #fa6c8e;
    box-shadow: 3px 3px 6px rgba(27,58,87,.4);
    position: relative;
    transition: .3s
}
@media (max-width: 1200px) {
    .pink-btnLink {
        font-size: 16px;
    }
}

    

.pink-btnLink:after {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/index/icon/arrow.png);
    position: absolute;
    top: 12px;
    right: 10px
}

.pink-btnLink:hover {
    box-shadow: unset;
    transform: translateY(4px);
    color: #fafbfa!important;
}
.pink-btn a:visited {
    color:#FFF;
}

.header-util {
    display: none
}

.header-util ul {
    display: inline-flex;
    margin: 0 0 0 5px;
    position: relative;
    z-index: 10
}

.header-util ul li {
    margin-left: 5px;
    position: relative;
    width: 30px
}

.site-description {
    display: none
}

.site-description strong {
    font-size: 14px
}

.header-searchform input[type=text] {
    height: 30px;
    font-size: 16px;
    font-weight: 100;
    display: inline-block;
    border: none;
    outline: none;
    color: #555;
    padding: 3px;
    padding-right: 30px;
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 13;
    transition: width .4s cubic-bezier(0,.795,0,1);
    cursor: pointer
}

.header-searchform input[type=text]:focus,.header-searchform input[type=text]:focus:hover {
    border-bottom: 1px solid #bbb;
    background: #fff
}

.header-searchform input[type=text]:focus {
    width: 350px;
    z-index: 11;
    cursor: text
}

.header-searchform input[type=submit] {
    height: 30px;
    width: 30px;
    display: inline-block;
    float: right;
    background: url(../images/common/icn-search.svg) 50% no-repeat;
    background-color: #1b3a57;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 12;
    cursor: pointer;
    transition: opacity .4s ease
}

.header-tel {
    text-align: right;
    font-size: 12px
}

.header-tel p {
    padding: 0;
    margin: 0
}

#menu-btn {
    background-color: #1b3a57;
    font-size: 11px;
    color: #fff;
    text-align: center;
    height: 50px;
    width: 50px;
    padding: 5px 0 0;
    margin: 0;
    cursor: pointer;
    right: 0;
    top: 0
}

#menu-btn,#menu-btn span {
    display: block;
    position: absolute
}

#menu-btn span {
    border-bottom: 2px solid #fff;
    transition: .35s ease-in-out;
    padding-top: 3px
}

#menu-btn span:first-child {
    top: 8px;
    left: 12px;
    width: 24px
}

#menu-btn span:nth-child(2) {
    top: 15px;
    left: 12px;
    width: 24px
}

#menu-btn span:nth-child(3) {
    top: 23px;
    left: 12px;
    width: 24px
}

#menu-btn span:nth-child(4) {
    border: none;
    top: 26px;
    width: 50px;
    font-size: 10px
}

#menu-btn.active span:first-child {
    top: 15px;
    left: 11px;
    transform: rotate(-45deg)
}

#menu-btn.active span:nth-child(2),#menu-btn.active span:nth-child(3) {
    top: 15px;
    left: 13px;
    transform: rotate(45deg)
}

#gmenu-sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-110%);
    z-index: 99;
    padding: 60px 10px 15px;
    background: rgba(0,0,0,.7);
    transition: all .8s;
    max-height: 100vh;
    overflow-y: auto
}

#gmenu-sp.active {
    transform: translateY(0)
}

#gmenu-sp ul.gmenu {
    float: none;
    display: block;
    font-size: 16px;
    justify-content: center;
    margin: 5px 0
}

#gmenu-sp ul.gmenu>li {
    position: relative;
    float: none;
    border-bottom: 1px solid #ccc;
    margin: 0
}

#gmenu-sp ul.gmenu>li small {
    margin-left: 5px
}

#gmenu-sp ul.gmenu a {
    background-color: inherit;
    color: #fff;
    padding: 0 15px;
    line-height: 50px;
    white-space: nowrap;
    display: block;
    text-decoration: none
}

#gmenu-sp ul.gmenu a:focus,#gmenu-sp ul.gmenu a:hover {
    background-color: #000!important;
    text-decoration: none
}

#gmenu-sp ul.gmenu .menu-item-has-children>a>.sub-menu-toggle:before {
    display: block;
    position: absolute;
    top: 11px;
    right: 15px;
    width: 28px;
    height: 28px;
    margin: auto;
    border: 1px solid #fff;
    border-radius: 100%;
    color: inherit;
    line-height: 22px;
    text-align: center;
    vertical-align: top;
    content: "+"
}

#gmenu-sp ul.gmenu .menu-item-has-children>a>.sub-menu-toggle.is-active:before {
    content: "-"
}

#gmenu-sp ul.sub-menu {
    display: none;
    list-style: none;
    margin: 0
}

#gmenu-sp ul.sub-menu li {
    margin: 0;
    border-top: 1px dashed #fff
}

#gmenu-sp .header-tel {
    color: #fff;
    text-align: center;
    padding: .5rem
}

#gmenu-pc,.nav-section .searchform {
    display: none
}

.main-bg {
    background-image: url(../images/index/main-bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    margin-top: 0!important
}

.main-container {
    padding: 10px 4%
}

.main-subttl {
    display: inline-block;
    background-color: #79c13b;
    color: #fafbfa;
    font-size: 24px;
    font-weight: 600;
    padding: 2px 20px;
    border-radius: 10px;
    margin-bottom: 20px
}

.main-ttl {
    margin-top: 65px;
    margin-bottom: 20px
}

.main-ttl_img-b,.main-ttl_img-t {
    background-color: rgba(250,251,250,.73);
    padding: 0 30px;
    margin-bottom: 5px
}

.main-ttl_img-t {
    width: clamp(358px,134.1951219512px + 43.4146341463vw,742px)
}

.main-ttl_img-b {
    width: clamp(325px,119.487804878px + 38.5365853659vw,659px)
}

.main-img_flex {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.main-img_flex img {
    flex: 0 1 32%;
    max-width: 32%;
    height: auto;
    display: block;
    object-fit: contain
}

.sect_introduction {
    padding: 50px 2%;
    background-color: #fafbfa
}

.introduction_pic {
    display: none
}

.introduction_picSp {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.introduction_img {
    display: block;
    margin: 0 auto
}

.introduction_imgSp {
    flex: 0 0 auto;
    max-width: 100%;
    height: auto;
    display: block;
    min-width: 0;
    min-height: 0;
    margin-bottom: 15px
}

.introduction_imgSp:nth-of-type(2) {
    margin-left: auto
}

.introduction_imgSp:nth-of-type(4) {
    margin: 0 auto
}

.sect_toEmployees {
    position: relative;
    background-color: #e7ebee;
    padding: 152px 0 50px
}

.sect_toEmployees:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 98px;
    width: 372px;
    clip-path: polygon(50% 100%,100% 0,0 0);
    background-color: #fafbfa;
    z-index: 1
}

.toEmployees_bgc {
    background-color: #fafbfa;
    border-radius: 20px;
    position: relative;
    padding: 40px 30px
}

.toEmployees_one {
    margin-bottom: 30px
}

.toEmployees_one:before {
    width: 176px;
    background-image: url(../images/index/toEmployees_01.svg)
}

.toEmployees_one:before,.toEmployees_two:before {
    content: "";
    height: 141px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.toEmployees_two:before {
    width: 218px;
    background-image: url(../images/index/toEmployees_02.svg);
    background-repeat: no-repeat;
}

.toEmployees_inner {
    position: relative;
    z-index: 1
}

.toEmployees_subttl {
    font-size: 24px;
    color: #157cc7;
    font-weight: 600;
    margin-bottom: 30px
}

.toEmployees_br {
    display: none
}

.toEmployees_txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 15px
}

.toEmployees_txt:before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    background-image: url(../images/index/icon/check_icon.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.toEmployees_txt2 {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.5
}

.toE_txt_small {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

.irr_icon {
    display: flex;
    align-items: flex-start;
    gap: 14px
}

.irr_icon:before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    background-image: url(../images/index/icon/check_icon.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.sect_leaveIt {
    position: relative;
    background: linear-gradient(45deg,rgba(191,235,245,.51),rgba(60,192,151,.27) 16%,rgba(138,255,179,.21) 35%,hsla(81,73%,85%,.4) 54%,rgba(156,192,60,.3) 77%,rgba(242,255,138,.37));
    padding: 130px 0 50px
}

.sect_leaveIt:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 98px;
    width: 372px;
    clip-path: polygon(50% 100%,100% 0,0 0);
    background-color: #e7ebee;
    z-index: 1
}

.leaveIt_logo img {
    display: block;
    margin: 0 auto;
    width: clamp(75px,47.5609756098px + 7.3170731707vw,150px)
}

.content_subttl,.leaveIt_subttl {
    font-size: 20px;
    text-align: center;
    color: #1b3a57;
    margin-bottom: 0
}

.leaveIt_flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fafbfa;
    border-radius: 20px;
    padding: 40px 20px;
    box-shadow: 0 3px 4px rgba(27,58,87,.07)
}

.leaveIt_flex:first-child {
    position: relative;
    margin-bottom: 25px
}

.leaveIt_flex:first-child::before {
    content: "";
    width: 176px;
    height: 142px;
    background-image: url(../images/index/leaveIt/leaveIt01.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0
}

.leaveIt_flex:nth-child(2) {
    position: relative;
    margin-bottom: 25px
}

.leaveIt_flex:nth-child(2):before {
    content: "";
    width: 217px;
    height: 142px;
    background-image: url(../images/index/leaveIt/leaveIt02.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0
}

.leaveIt_flex:nth-child(3) {
    position: relative;
    margin-bottom: 25px
}

.leaveIt_flex:nth-child(3):before {
    content: "";
    width: 217px;
    height: 142px;
    background-image: url(../images/index/leaveIt/leaveIt03.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0
}

.leaveIt_flex:nth-child(4) {
    position: relative
}

.leaveIt_flex:nth-child(4):before {
    content: "";
    width: 234px;
    height: 142px;
    background-image: url(../images/index/leaveIt/leaveIt04.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0
}

.leaveIt_box,.leaveIt_pic {
    width: 100%
}

.leaveIt_br {
    display: none
}

.leaveIt_txt {
    font-size: 18px;
    line-height: 1.6;
    padding:1em 0;
}
@media (min-width: 992px) {
    .leaveIt_txt {
    padding:1em 0 0 0;
    } 
}

.sect_content {
    padding: 160px 0 50px;
    background-color: #e7ebee
}

.content_wrap {
    display: flex;
    justify-content: center;
    position: relative
}

.content_ttlBox {
    position: relative;
    display: inline-block
}

.content_ttlBox:after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 120px;
    background-image: url(../images/index/content/content_icon.png);
    background-repeat: no-repeat;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    margin-bottom: 0
}

.content_subttl {
    line-height: 1.3;
    margin: 15px 0
}

.content_br {
    display: block
}

.content_card_wrap .card {
    height: auto;
    border-radius: 0;
    border: 0;
    box-shadow: 0 3px 4px rgba(27,58,87,.07)
}

.card-header-safety {
    background-color:#f4b8c1;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #1b3a57;
    border-radius: 0!important;
    border: 0;
    padding:15px 0;
}

.card_txt {
    padding: 10px;
    font-size: 16px;
}

.sect_contentList {
    background-color: #fafbfa;
    padding: 50px 0
}

.contentList_wrap .card {
    height: 100%;
    border-radius: 0;
    border: 0;
    background-color: #e7ebee;
    box-shadow: 0 3px 4px rgba(27,58,87,.07)
}

.contentList_txt {
    font-size: 16px;
    width: 95%;
    margin: 0 auto 1em;
}

.sect_feeCta {
    background-color: #1b3a57;
    padding: 50px 0 10px
}

.feeCta_txt {
    font-size: 16px;
    color: #fafbfa;
    text-align: center;
    line-height: 1.6;
    padding-inline:2%;padding-bottom: 40px
}

.fee-br {
    display: block
}

.sect_flow {
    background-color: rgba(245,197,206,.5);
    padding: 50px 0
}

.flow_flex {
    display: flex;
    flex-direction: column
}

.flow_txt {
    font-size: 20px;
    font-weight: 600;
    color: #1b3a57;
    margin-bottom: 0;
    text-align: center
}

.flow_after {
    position: relative;
    margin-bottom: 25px
}

.flow_after:after {
    content: "";
    width: 20px;
    height: 120px;
    display: inline-block;
    background-color: #fafbfa;
    position: absolute;
    bottom: -37px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0
}

.flow_after,.flow_noafter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.flow_txt {
    position: relative;
    z-index: 1
}

.flow_br {
    display: none
}

.flow_after img,.flow_noafter img {
    position: relative;
    z-index: 1;
    transform: scale(1)
}

.sect_faq {
    background-color: #fafbfa;
    padding: 50px 0
}

.faq_box {
    border: none;
    background-image: repeating-linear-gradient(90deg,#1b3a57 0 3px,transparent 3px 6px);
    background-size: 100% 1px;
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 25px 0 9px
}

.faq_q {
    font-size: 24px;
    color: #79c13b;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    line-height: 2rem;
    margin-bottom: 20px
}

.faq_q:before {
    content: "Q.";
    font-family: Nunito Sans,sans-serif;
    font-size: 40px;
    font-weight: 600
}

.faq_a {
    font-size: 18px;
    color: #313131;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px
}

.faq_a:before {
    content: "A.";
    font-family: Nunito Sans,sans-serif;
    font-size: 40px;
    color: #1b3a57;
    font-weight: 600
}

.sect-privacy {
    background-color: #fafbfa;
    margin-top: 0!important
}

.sect-privacy dl dt,.sect-privacy dl dd {
    margin-bottom: 10px;
}
.sect-privacy ul li {
    list-style:disc;
}
.sect-privacy ul,.sect-privacy ol {
    margin-top: 1.5em;
    margin-bottom: 1.2em;
    padding-left: 2rem;
}

.privacy_h2 {
    padding-top: 20px
}

.privacy_h2 img {
    transform: scale(.8)
}

.breadcrumb a {
    color: #1b3a57
}

.wpcf7 .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    max-width: 100%
}

.contact_input,.wpcf7 input.wpcf7-form-control,.wpcf7 select.wpcf7-form-control,.wpcf7 textarea.wpcf7-form-control {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding:0.7rem;
    background-color:#FFF;
}

.sect-contact {
    background-color: #e7ebee;
    padding-bottom: 0;
    padding-inline:2%;margin-top: 0!important
}

.contact_h2 {
    padding-top: 20px
}

.contact_h2 img {
    transform: scale(.8)
}

.contact_wrap {
    background-color: #fafbfa;
    border-radius: 20px;
    padding: 15px
}

.contact_h3 {
    font-size: 28px;
    color: #157cc7;
    margin: 0 0 15px
}

.contact_h3:nth-of-type(2) {
    margin-bottom: 0
}

.contact_place {
    font-size: 28px
}

.contact_flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px
}

.contact_flex,.contact_flex:nth-of-type(4) {
    margin-bottom: 20px;
    padding-bottom:20px;
    border-bottom:1px dotted #ccc;
}

.contact_item {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px
}

.required {
    font-size: 14px;
    font-weight: 400;
    background-color: #fa6c8e;
    color: #fafbfa;
    padding-inline:5px;border-radius: 5px;
    margin-left: auto;
    line-height:1em;
    padding: 4px 6px 6px;
}

.contact_input {
    width: 100%;
    height: 55px;
    border: 1px solid #1b3a57;
    border-radius: 5px;
    background-color: #fafbfa
}

.contact_txt {
    font-size: 16px;
    margin-bottom: 30px
}

.wpcf7 input.wpcf7-form-control.contact_people {
    width: 312px;
    height: 55px;
    border: 1px solid #1b3a57;
    border-radius: 5px
}

.contact_bottomBox {
    margin-top:20px;
    padding-bottom: 20px;
    border-bottom:1px dotted #ccc;
}

.wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: .75rem 0;
    align-items: start
}

.checkbox-item {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    min-height: 2rem;
    line-height: 1.4;
    white-space: normal
}

.checkbox-item span {
    font-size: 18px
}

.checkbox {
    inline-size: 1.05rem;
    block-size: 1.05rem
}

.contact_subttl {
    font-size: 20px;
    line-height:1em;
    margin-bottom:0.5em;
}

.wpcf7-radio {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: .75rem 0;
    align-items: start
}
@media (min-width: 992px) {
    .wpcf7-radio {
        grid-template-columns: repeat(3,1fr);
    }
}

.radio-item {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    min-height: 2rem;
    line-height: 1.4;
    white-space: nowrap
}

.radio-item--other {
    gap: .5rem
}

.radio-item--other input[type=text] {
    flex: 1 1 auto;
    min-inline-size: 8rem;
    padding: .4rem .5rem;
    font-size: .95rem
}

.radio {
    inline-size: 1.05rem;
    block-size: 1.05rem
}

.radio_other {
    width: 200px
}


.radio-grid .wpcf7-form-control-wrap .wpcf7-list-item.first{
  display: none;
}


.checkbox-grid,.radio-grid {
    font-size:16px;
}

.checkbox-grid input[type="checkbox"],.radio-grid input[type="radio"] {
    transform:scale(1.3)
}
span.wpcf7-list-item-label {
    margin-left: 0.3em;
}

.contact_txtarea,.radio_other {
    border: 1px solid #1b3a57;
    border-radius: 5px
}

.contact_txtarea {
    width: 100%;
    height: 200px
}

.agree_box {
    margin: 30px 0
}

.contact-agree {
    display: flex;
    align-items: flex-start;
    gap: 5px
}

.contact-agree .wpcf7-list-item {
    margin:0;
}
.agree_box .label-txt {
    font-size:20px;
    margin-bottom:0.5em;
}
.agree_box .label-txt .required {
    margin-left:0.5em;
    padding: 0px 6px 2px 6px;
}

.agree {
    margin-top: 5px;
    inline-size: 1.05rem;
    block-size: 1.05rem;
    flex-shrink: 0;
    min-inline-size: 1.05rem;
    min-block-size: 1.05rem
}

.contact-btnBox {
    margin: 0 auto;
    width: 330px;
    height: 60px
}

.contact-btn {
    font-size:20px;
    font-weight:bold;
    width: 100%;
    height: 100%;
    background-color: #fa6c8e;
    color: #fafbfa;
    border: 1px solid #fafbfa;
    border-radius: 5px;
    box-shadow: 3px 3px 6px rgba(27,58,87,.23)
}

#btn-page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1001;
    display: block;
    width: 40px;
    height: 40px
}

#btn-page-top a {
    width: 100%;
    height: 100%;
    background: url(../images/common/arrow-up.svg) no-repeat 50% 57% rgba(0,0,0,.3);
    display: block;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
    background-size: 20px 20px;
    border-radius: 50%
}

#btn-page-top a:hover {
    background-color: #1b3a57;
    background-position: 50% 45%
}

#btn-page-top a:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 2;
    width: 18px;
    height: 2px;
    background: hsla(0,0%,100%,.5);
    margin: 0 0 0 -9px
}

.site-footer {
    background-color: #e7ebee;
    padding: 55px 0
}

.footer_logo {
    display: flex;
    align-items: center
}

.footer_txt_pic {
    text-align: center
}

.footer-menu {
    padding: 30px 0
}

.footer-menu,.footer-wrap {
    display: flex;
    flex-direction: column
}

.footer-wrap {
    align-items: center;
    justify-content: center
}

.footer_ttl {
    font-size: 28px;
    color: #1b3a57;
    margin-bottom: 0;
    font-weight: 600;
    flex-shrink: 0;
    white-space: nowrap;
    text-align: center
}

.footer_addTel {
    margin-bottom: 15px
}

.footer_addTel p {
    font-size: 16px;
    color: #1b3a57;
    text-align: center
}

.obiji_link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 10px;
    background-color: #fafbfa;
    width: 100%;
    max-width: 360px;
    border-radius: 7px;
    text-decoration: none;
    color: #313131;
    font-size: 20px;
    margin-bottom: 30px;
    box-shadow: 3px 3px 6px rgba(27,58,87,.4);
    transition: .5s
}

.obiji_link:hover {
    box-shadow: unset;
    transform: translateY(4px)
}

.obiji_link p {
    font-size: 14px
}

.footer-cta {
    width: 50%
}

.footer_cta-btnBox {
    padding: 50px 0 20px;
    background-color: #fafbfa;
    border: 3px solid #1b3a57;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    justify-content: center;
    align-items: center;
    position: relative
}

.footer_cta-btn {
    display: block;
    width: 330px;
    height: 60px
}
.footer_cta-btn a:visited {
    color:#FFF;
}

.footer_cta-btn.first-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 74%;
    transform: translateX(-50%);
    margin-bottom: 8px;
    width: min(364px,87vw);
    height: 30px;
    background-image: url(../images/index/footer_ctaBefore.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    animation: b 2s infinite ease-in-out;
    z-index: 1
}

.footer_cta-btnLink {
    display: block;
    width: 330px;
    height: 60px;
    color: #fafbfa;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 5px;
    border: 2px solid #fafbfa;
    background-color: #fa6c8e;
    box-shadow: 3px 3px 6px rgba(1,1,1,.4);
    position: relative;
    transition: .3s
}

.footer_cta-btnLink:after {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/index/icon/arrow.png);
    position: absolute;
    top: 13px;
    right: 10px
}

.footer_cta-btnLink:hover {
    box-shadow: unset;
    transform: translateY(4px);
    color : #fafbfa!important;
}

footer.site-footer .footer-menu ul {
    margin: 10px 0;
    display: block
}

footer.site-footer .footer-menu ul li {
    float: none;
    display: block;
    overflow: hidden;
    border-bottom: 1px dashed #ccc
}

footer.site-footer .footer-menu ul li:last-child {
    border-bottom: none
}

footer.site-footer .footer-menu ul li a {
    display: block
}

.copy-section p {
    font-size: 12px;
    margin-bottom: 0;
    padding: 5px 0;
    background-color: #fafbfa
}

footer.site-footer .widget .tagcloud a {
    border: 1px solid rgba(0,0,0,.1);
    background-color: hsla(0,0%,100%,.8)
}


:root {
  --fixed-menu-height: 55px; /* 親バーの固定高さ（お好みで） */
}


.bl_fixedMenu_sp {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;

/* 高さを絶対固定（これが要） */
  height: var(--fixed-menu-height);
  min-height: var(--fixed-menu-height);
  max-height: var(--fixed-menu-height);

  padding: 0;
  box-sizing: content-box;


    background-color: #fa6c8e;
    color: #fff;
    z-index: 99999;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    /* padding-bottom: env(safe-area-inset-bottom); */
    overflow: hidden;
    line-height: 1
}

.bl_fixedMenu_sp ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    width: 100%;
    height: 100%;
}

.bl_fixedMenu_sp ul li {
    flex: 0 0 50%;
    margin: 0;
    padding: 0;
    text-align: center;
    border-left: 2px solid #fafbfa
}

.bl_fixedMenu_sp ul li:first-child {
    border-left: none
}

.bl_fixedMenu_sp ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    height: 100%;
    overflow: hidden
}

.bl_fixedMenu_sp ul li img {
    display: block;
    width: auto;
    height: auto
}

.footer-privacyPolicy {
    color: #1b3a57;
    transition: .5s
}

.footer-privacyPolicy:hover {
    text-decoration: none;
    color: #fa6c8e
}

.sub-section {
    display: block
}

.sub-section:after {
    content: "";
    clear: both;
    display: block
}

.sub-section .widget {
    margin-bottom: 25px
}

.sub-section .media {
    padding: 1em 0 .8em;
    margin-top: 0
}

.sub-section .media:after {
    content: "";
    display: table;
    clear: both
}

.sub-section .media .post-list-thumbnail {
    width: 80px;
    padding-right: 15px;
    margin-bottom: 0
}

.sub-section .media .media-heading {
    font-size: 14px
}

.sub-section li>a:hover {
    text-decoration: underline
}

.sub-section li.current-cat>a,.sub-section li.current-page-item>a {
    background-color: rgba(0,0,0,.05)
}

.sub-section-title {
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 3px solid #1b3a57
}

.sub-section-title i {
    margin-right: 8px
}

.widget {
    display: block
}

.widget .sub-section-title {
    margin-top: 0;
    font-size: 18px
}

.widget ul {
    margin-top: 0
}

.widget:after {
    content: "";
    clear: both;
    display: block
}

.widget-archive ul,.widget-categories ul,.widget-link-list ul,.widget-nav-menu ul,.widget-pages ul,.widget-recent-comments ul,.widget-recent-entries ul {
    padding-left: 0;
    margin: 0;
    font-size: 14px;
    list-style: none
}

.widget-archive .sub-section-title,.widget-archive ul li,.widget-categories .sub-section-title,.widget-categories ul li,.widget-link-list .sub-section-title,.widget-link-list ul li,.widget-nav-menu .sub-section-title,.widget-nav-menu ul li,.widget-pages .sub-section-title,.widget-pages ul li,.widget-recent-entries .sub-section-title,.widget-recent-entries ul li {
    margin-bottom: 0
}

.widget-archive ul li a,.widget-categories ul li a,.widget-link-list ul li a,.widget-nav-menu ul li a,.widget-pages ul li a,.widget-recent-entries ul li a {
    display: block;
    padding: 10px .5em 8px;
    border-bottom: 1px solid #e5e5e5;
    color: #464646;
    box-shadow: 0 1px 0 hsla(0,0%,100%,.9)
}

.widget-archive ul li li a,.widget-categories ul li li a,.widget-link-list ul li li a,.widget-nav-menu ul li li a,.widget-pages ul li li a,.widget-recent-entries ul li li a {
    padding-left: 1.5em
}

.widget-archive ul li li li a,.widget-categories ul li li li a,.widget-link-list ul li li li a,.widget-nav-menu ul li li li a,.widget-pages ul li li li a,.widget-recent-entries ul li li li a {
    padding-left: 2.5em
}

.widget-archive ul li li li li a,.widget-categories ul li li li li a,.widget-link-list ul li li li li a,.widget-nav-menu ul li li li li a,.widget-pages ul li li li li a,.widget-recent-entries ul li li li li a {
    padding-left: 3.5em
}

.widget-archive ul li li li li li a,.widget-categories ul li li li li li a,.widget-link-list ul li li li li li a,.widget-nav-menu ul li li li li li a,.widget-pages ul li li li li li a,.widget-recent-entries ul li li li li li a {
    padding-left: 4.5em
}

.widget-archive ul li li li li li li a,.widget-categories ul li li li li li li a,.widget-link-list ul li li li li li li a,.widget-nav-menu ul li li li li li li a,.widget-pages ul li li li li li li a,.widget-recent-entries ul li li li li li li a {
    padding-left: 5.5em
}

.widget-archive ul li li li li li li li a,.widget-categories ul li li li li li li li a,.widget-link-list ul li li li li li li li a,.widget-nav-menu ul li li li li li li li a,.widget-pages ul li li li li li li li a,.widget-recent-entries ul li li li li li li li a {
    padding-left: 6.5em
}

.widget-archive ul li li li li li li li li a,.widget-categories ul li li li li li li li li a,.widget-link-list ul li li li li li li li li a,.widget-nav-menu ul li li li li li li li li a,.widget-pages ul li li li li li li li li a,.widget-recent-entries ul li li li li li li li li a {
    padding-left: 7.5em
}

.widget-archive ul li li li li li li li li li a,.widget-categories ul li li li li li li li li li a,.widget-link-list ul li li li li li li li li li a,.widget-nav-menu ul li li li li li li li li li a,.widget-pages ul li li li li li li li li li a,.widget-recent-entries ul li li li li li li li li li a {
    padding-left: 8.5em
}

.widget-archive ul li li li li li li li li li li a,.widget-categories ul li li li li li li li li li li a,.widget-link-list ul li li li li li li li li li li a,.widget-nav-menu ul li li li li li li li li li li a,.widget-pages ul li li li li li li li li li li a,.widget-recent-entries ul li li li li li li li li li li a {
    padding-left: 9.5em
}

.widget-archive ul li li li li li li li li li li li a,.widget-categories ul li li li li li li li li li li li a,.widget-link-list ul li li li li li li li li li li li a,.widget-nav-menu ul li li li li li li li li li li li a,.widget-pages ul li li li li li li li li li li li a,.widget-recent-entries ul li li li li li li li li li li li a {
    padding-left: 10.5em
}

.widget-archive ul ul,.widget-categories ul ul,.widget-link-list ul ul,.widget-nav-menu ul ul,.widget-pages ul ul,.widget-recent-entries ul ul {
    margin: 0;
    padding-left: 0
}

.widget-archive select,.widget-categories select {
    margin-top: 10px
}

.widget-ltg-adv-post-list .pt-0 .main-section-title {
    margin-bottom: 0
}

.widget-ltg-adv-full-wide-title-outer {
    text-align: center;
    background-size: cover;
    background-position: 50%
}

.widget-ltg-adv-full-wide-title-title {
    font-size: 2.4rem;
    padding: 0;
    margin-bottom: .3em;
    line-height: 1.4em;
    background: none;
    border: none
}

.widget-ltg-adv-full-wide-title-title:last-child {
    margin-bottom: 0
}

.widget-ltg-adv-full-wide-title-caption {
    margin-bottom: 0;
    line-height: 1.4em
}

.widget .tagcloud a {
    border-radius: 4px;
    padding: 3px 10px 1px;
    line-height: 2.4em;
    border: 1px solid rgba(0,0,0,.1);
    background-color: hsla(0,0%,100%,.9)
}

.widget-ltg-adv-full-wide-title-outer {
    margin: 0 calc(50% - 50vw) 3em;
    padding: 3em calc(50vw - 50%)
}

.section-main-slider {
    position: relative
}

.main-slider {
    height: calc(100vh - 80px)
}

.slide {
    padding-top: calc(100vh - 80px);
    text-align: center;
    background-size: cover;
    background-position: 50%;
    position: relative
}

.slide01 {
    background-image: url(../images/index/slide01.jpg)
}

.slide02 {
    background-image: url(../images/index/slide02.jpg)
}

.slide03 {
    background-image: url(../images/index/slide03.jpg)
}

.slider-nav {
    display: flex;
    justify-content: center;
    position: absolute;
    right: 15px;
    bottom: 15px
}

.thumb-slide {
    padding: 0 5px;
    flex: 0 1 120px
}

.btn-scrolldown {
    position: absolute;
    left: 10%;
    bottom: 0;
    z-index: 10;
    width: 80px;
    height: 100px;
    margin: 0 auto;
    display: block
}

.btn-scrolldown .line {
    width: 2px;
    height: 100px;
    margin: 0 auto;
    background-color: hsla(0,0%,100%,.2);
    position: relative;
    overflow: hidden
}

.btn-scrolldown .line:before {
    content: "";
    width: 120px;
    height: 100px;
    margin: 0 auto;
    background-color: #fa6c8e;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    animation: a 2.5s linear 0s infinite normal
}

.btn-scrolldown .note {
    position: absolute;
    top: -70px;
    left: -17px;
    right: 0;
    z-index: 4;
    width: 120px;
    height: 30px;
    margin: auto;
    color: hsla(0,0%,100%,.8);
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .07em;
    text-align: center;
    font-weight: 500;
    transform: rotate(90deg)
}

.btn-scrolldown:hover .note {
    color: #fa6c8e
}

@keyframes a {
    0% {
        top: -100px
    }

    to {
        top: 110px
    }
}

.h2,.h3,.h4,.h5,.h6,h2,h3,h4,h5,h6 {
    margin-top: 1.5em;
    clear: both
}

h1:first-child,h2,h3:first-child,h4:first-child,h5:first-child {
    margin-top: 0
}

.archive-header {
    margin-bottom: 1em
}

.archive-meta {
    margin-bottom: 2em
}

.page-header {
    background-color: #1b3a57;
    height: 100px
}

.page-header .container {
    position: relative;
    height: 100%
}

.cta-btn_wrap {
    background-color: #1b3a57;
    padding: 50px 0 41px
}

.cta-btnFlex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: relative
}

.cta-btnFlex .cta-btn a:visited {
    color:#FFF !important;
}

.cta-btnFlex .cta-btn a:hover {
    color:#FFF !important;
}

.cta-btnFlex:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    margin-bottom: 12px;
    width: min(470px,90vw);
    height: 30px;
    background-image: url(../images/index/ctaBtn-before.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    animation: b 2s infinite ease-in-out;
    z-index: 1
}

@keyframes b {
    0%,to {
        transform: translateX(-50%) translateY(0)
    }

    50% {
        transform: translateX(-50%) translateY(-6px)
    }
}

.cta-btn {
    display: block;
    box-sizing: border-box;
    width: 90%;
    height: 60px;
    margin: 0 auto
}

.cta-btnLink {
    display: inline-block;
    width: 100%;
    height: 60px;
    color: #fafbfa;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 5px;
    border: 2px solid #fafbfa;
    background-color: #fa6c8e;
    box-shadow: 3px 3px 6px rgba(1,1,1,.4);
    position: relative;
    transition: .3s
}

.cta-btnLink:after {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/index/icon/arrow.png);
    position: absolute;
    top: 13px;
    right: 10px
}

.cta-btnLink:hover {
    box-shadow: unset;
    transform: translateY(4px)
}

.h2_ttl {
    position: relative;
    text-align: center;
    margin-bottom: 75px
}

.h2_ttl:after {
    content: "";
    width: 70px;
    height: 15px;
    background-image: url(../images/index/icon/ttl_icon.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    margin-top: 25px
}

.introduction_ttl,.leaveIt_ttl,.toEmployees_ttl {
    display: none
}

.introduction_spttl,.leaveIt_spttl,.toEmployees_spttl {
    display: block
}

.h3 {
    font-size: 24px;
    color: #1b3a57;
    font-weight: 600;
    line-height: 1.6;
    z-index: 1;
    margin-bottom: 30px
}

.h3,.h-marker {
    position: relative
}

.h-marker {
    padding: 0 0 .1em;
    display: inline-block
}

.h-marker:after {
    position: absolute;
    bottom: 9px;
    left: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 6px;
    background-color: #fa6c8e;
    transform: rotate(-2deg)
}

.h4 {
    font-size: 24px;
    color: #1b3a57;
    font-weight: 600;
    text-align: center;
    padding: 0 0 10px;
    border-bottom: 5px solid #1b3a57;
    width: 95%;
    margin: 10px auto
}

.comment-respond {
    background-color: #f6f6f6;
    padding: 1rem .75rem;
    border-radius: 4px
}

.comment-respond p {
    margin-bottom: .75em
}

.comment-respond p.form-submit {
    margin-bottom: 0!important
}

.comment-respond .required {
    color: red
}

.comment-reply-title {
    font-size: 1.2rem;
    padding: .15rem .5rem;
    background-color: #eee;
    margin-bottom: .5rem
}

.comments-title {
    line-height: 1.4em;
    font-size: 21px;
    border-bottom: 3px solid #eee
}

ol.comment-list {
    padding: 0;
    margin-top: 0
}

li.comment {
    border: 4px solid #eee;
    padding: 1em;
    margin: 0 0 1em;
    list-style: none
}

li.comment ol.children {
    padding-left: 1em
}

li.comment ol.children li.comment {
    border: none
}

.comment-author {
    padding: 7px;
    background-color: #f5f5f5;
    border: 4px solid #eee
}

.comment-author,.comment-meta {
    display: block;
    overflow: hidden;
    margin-bottom: 10px
}

.comment-meta {
    border-bottom: 1px solid #e5e5e5
}

li.pingback {
    margin: 0 0 1em;
    list-style: none;
    border-bottom: 1px dotted #999
}

p.no-comments {
    background-color: #f3f3f3;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 2em
}

.bypostauthor {
    color: #464646
}

.logged-in-as {
    font-size: 14px;
    font-size: .875rem
}

.required-field-message {
    display: block
}

.comment-form-cookies-consent {
    display: inline-flex
}

.comment-form-cookies-consent input {
    order: 1;
    margin-right: .5em
}

.comment-form-cookies-consent label {
    order: 2;
    font-size: 12px;
    font-size: .75rem
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.slick-list,.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(../images/common/ajax-loader.gif\") 50% no-repeat
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/slick.eot);
    src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"),url(../fonts/slick.woff) format("woff"),url(../fonts/slick.ttf) format("truetype"),url(../fonts/slick.svg#slick) format("svg")
}

.slick-next,.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    border: none
}

.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

@keyframes c {
    0% {
        transform: translateX(40px);
        opacity: 0
    }

    10% {
        opacity: 1
    }

    50%,to {
        transform: translateX(-40px);
        opacity: 0
    }
}

.scroll-hint.is-right-scrollable {
    background: linear-gradient(270deg,rgba(0,0,0,.15),transparent 16px,transparent)
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
    background: linear-gradient(90deg,rgba(0,0,0,.15),transparent 16px,transparent),linear-gradient(270deg,rgba(0,0,0,.15),transparent 16px,transparent)
}

.scroll-hint.is-left-scrollable {
    background: linear-gradient(90deg,rgba(0,0,0,.15),transparent 16px,transparent)
}

.scroll-hint-icon {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 60px);
    box-sizing: border-box;
    width: 120px;
    height: 80px;
    border-radius: 5px;
    transition: opacity .3s;
    opacity: 0;
    background: rgba(0,0,0,.7);
    text-align: center;
    padding: 20px 10px 10px
}

.scroll-hint-icon-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    pointer-events: none
}

.scroll-hint-text {
    font-size: 10px;
    color: #fff;
    margin-top: 5px
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
    opacity: .8
}

.scroll-hint-icon:before {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    content: "";
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=)
}

.scroll-hint-icon:after {
    content: "";
    width: 34px;
    height: 14px;
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -20px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
    opacity: 0;
    transition-delay: 2.4s
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
    opacity: 1
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
    animation: c 1.2s linear;
    animation-iteration-count: 2
}

.scroll-hint-icon-white {
    background-color: #fff;
    box-shadow: 0 4px 5px rgba(0,0,0,.4)
}

.scroll-hint-icon-white:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=)
}

.scroll-hint-icon-white:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==)
}

.scroll-hint-icon-white .scroll-hint-text {
    color: #000
}

@media (min-width: 576px) {
    .site-header-ttl {
        font-size:32px
    }

    .site-header-logo {
        height: 75px;
        width: 75px
    }

    .main-bg {
        background-position: 50%
    }

    .main-container {
        padding: 20px 2%
    }

    .main-subttl {
        font-size: 32px
    }

    .main-ttl_img-b,.main-ttl_img-t {
        margin-bottom: 15px
    }

    .sect_introduction {
        padding: 80px 2%
    }

    .introduction_pic {
        display: block
    }

    .introduction_picSp {
        display: none
    }

    .sect_toEmployees {
        padding: 182px 0 80px
    }

    .toEmployees_subttl {
        font-size: 28px
    }

    .toEmployees_txt,.toEmployees_txt2 {
        font-size: 24px
    }

    .toE_txt_small {
        font-size: 18px
    }

    .sect_content {
        padding: 160px 0 80px
    }

    .content_subttl {
        margin-bottom: 5px
    }

    .content_br {
        display: none
    }

    .sect_contentList {
        padding: 80px 0
    }

    /* .contentList_wrap .card {
        height: 540px
    } */

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

    .sect_feeCta {
        padding: 80px 0 40px
    }

    .feeCta_txt {
        font-size: 18px
    }

    .sect_flow {
        padding: 80px 0
    }

    .flow_txt {
        font-size: 28px
    }

    .flow_after {
        margin-bottom: 0
    }

    .flow_after:after {
        bottom: -37px;
        left: 128px;
        transform: none
    }

    .flow_after,.flow_noafter {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start
    }

    .flow_br {
        display: block
    }

    .flow_after img,.flow_noafter img {
        transform: scale(.9)
    }

    .sect_faq {
        padding: 80px 0
    }

    .privacy_h2 img {
        transform: scale(1)
    }

    .sect-contact {
        padding-inline:0}

    .contact_h2 img {
        transform: scale(1)
    }

    .contact_wrap.container {
        padding: 15px 20px;
        --bs-gutter-x: 2rem !important;
    }

    .contact_h3 {
        font-size: 35px
    }

    .contact_input {
        height: 55px
    }

    .contact-btnBox {
        width: 424px;
        height: 70px
    }

    .footer-menu {
        padding: 50px 0
    }

    .footer-wrap {
        flex-direction: row;
        align-items: start
    }

    .footer_ttl {
        font-size: 40px
    }

    .footer_addTel p,.footer_ttl {
        text-align: left
    }

    .obiji_link {
        padding: 12px 0;
        margin-bottom: 60px
    }

    .obiji_link p {
        font-size: 20px
    }

    .footer_cta-btnBox {
        border-radius: 20px;
        padding: 80px 40px 40px
    }

    .footer_cta-btn,.footer_cta-btnLink {
        width: 424px;
        height: 70px
    }

    .footer_cta-btnLink {
        font-size: 24px
    }

    .footer_cta-btnLink:after {
        top: 17px
    }

    .cta-btn,.cta-btnLink {
        width: 424px;
        height: 70px
    }

    .cta-btnLink {
        font-size: 24px
    }

    .cta-btnLink:after {
        top: 17px
    }

    .h2_ttl {
        margin-bottom: 90px
    }

    .h3 {
        font-size: 28px
    }

    .h4 {
        padding: 0 0 15px;
        margin: 20px auto;
        width: 90%
    }
}

@media (min-width: 768px) {
    .toEmployees_txt2 {
        font-size:28px
    }

    .sect_leaveIt {
        padding: 140px 0 80px
    }

    .content_subttl,.leaveIt_subttl {
        font-size: 28px
    }

    .leaveIt_flex {
        padding: 40px 33px 40px 50px
    }

    .content_card_wrap .card {
        height: 480px
    }

    /* .contentList_wrap .card {
        height: 640px
    } */

    .contentList_txt {
        font-size: 18px;
        margin: 0 auto 1em;
    }

    .fee-br {
        display: none
    }

    .flow_after {
        padding-left: 82px
    }

    @media (min-width: 1400px) {
    .flow_txt {
        margin-top:1rem;
    }
    }

    .flow_after:after {
        bottom: -37px;
        left: 212px;
        transform: none
    }

    .flow_noafter {
        padding-left: 82px
    }

    .flow_br {
        display: none
    }

    .sect_faq {
        padding: 80px 0 150px
    }

    .footer-menu {
        padding: 70px 0
    }

    footer.site-footer .footer-menu ul {
        display: flex;
        justify-content: center
    }

    footer.site-footer .footer-menu ul li {
        border-left: 1px solid #ccc;
        border-bottom: none;
        padding: .25em 1em
    }

    footer.site-footer .footer-menu ul li:last-child {
        border-right: 1px solid #ccc
    }

    .widget-ltg-adv-full-wide-title-title {
        font-size: 2.8rem
    }

    .page-header {
        height: 160px
    }

    .cta-btnFlex {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 24px
    }

    .cta-btn {
        margin: 0
    }

    .cta-btn,.cta-btnLink {
        width: 350px
    }
    .cta-btn a:visited,.cta-btnLink a:visited {
        color:#FFF !important;
    }

    .leaveIt_ttl,.toEmployees_ttl {
        display: block
    }

    .leaveIt_spttl,.toEmployees_spttl {
        display: none
    }

    .h4 {
        font-size: 28px;
        margin: 30px auto 20px
    }
}

@media (min-width: 992px) {
    .site-header-safery {
        position:fixed;
        top: 0;
        left: 0;
        right: 0;
        box-shadow: 0 1px 3px rgba(0,0,0,.1);
        min-height: 80px
    }

    .site-header-container {
        padding: 10px;
        justify-content: space-between
    }

    .pink-btnFlex {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 24px
    }

    .header-util {
        display: block;
        text-align: right;
        padding: 0;
        position: relative;
        margin-bottom: 4px
    }

    .site-description {
        display: block;
        background: inherit;
        font-size: 12px;
        border: none;
        padding: 12px 15px 0;
        clear: none;
        float: left;
        max-width: 400px;
        margin: 0;
        line-height: 1.3;
        white-space: nowrap
    }

    .header-searchform {
        display: inline-block
    }

    #gmenu-sp,#menu-btn {
        display: none
    }

    .gmenu-name {
        display: block
    }

    .gmenu-description,.gmenu-name {
        text-align: center
    }

    #gmenu-pc {
        display: block
    }

    #gmenu-pc ul.gmenu {
        margin: 0;
        padding: 0;
        display: flex;
        font-size: 16px;
        justify-content: flex-end;
        flex-wrap: nowrap;
        border-right: 1px solid #ededed
    }

    #gmenu-pc ul.gmenu>li {
        margin: 0;
        padding: 0;
        position: relative;
        flex: 0 0 120px
    }

    #gmenu-pc ul.gmenu>li:before {
        content: "";
        width: 1px;
        height: 100%;
        background-color: #ededed;
        position: absolute;
        top: 0;
        left: 0
    }

    #gmenu-pc ul.gmenu>li:last-child:after {
        content: "";
        width: 1px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        right: 0
    }

    #gmenu-pc ul.gmenu>li>a {
        display: block;
        background-color: inherit;
        color: #707070;
        padding: 6px 0 8px;
        text-align: center;
        white-space: nowrap;
        line-height: 1.4;
        border-bottom: none;
        text-decoration: none
    }

    #gmenu-pc ul.gmenu>li>a:focus,#gmenu-pc ul.gmenu>li>a:hover {
        text-decoration: none
    }

    #gmenu-pc ul.gmenu>li>a small {
        display: block;
        color: #707070;
        font-size: 10px
    }

    #gmenu-pc ul.gmenu .menu-item-has-children>a {
        position: relative;
        padding-right: 24px
    }

    #gmenu-pc ul.gmenu .menu-item-has-children>a>.sub-menu-arrow:before {
        display: block;
        position: absolute;
        top: 8px;
        right: 8px;
        width: 18px;
        height: 18px;
        margin: auto;
        color: inherit;
        line-height: 18px;
        text-align: center;
        vertical-align: middle;
        content: "▼";
        font-size: 10px
    }

    #gmenu-pc ul.gmenu>li>ul.sub-menu {
        max-height: 0;
        position: absolute;
        z-index: 1000;
        left: 0;
        margin-top: 0;
        margin-bottom: 0;
        background-color: rgba(0,0,0,.8);
        padding: 0;
        list-style: none;
        overflow: hidden;
        opacity: 0
    }

    #gmenu-pc ul.gmenu>li>ul.sub-menu li {
        width: 240px;
        margin: 0;
        display: block;
        overflow: visible;
        position: relative;
        border-bottom: 1px solid #ddd
    }

    #gmenu-pc ul.gmenu>li>ul.sub-menu li ul {
        margin-bottom: 0;
        display: none;
        position: absolute;
        left: 240px;
        top: .8em
    }

    #gmenu-pc ul.gmenu>li>ul.sub-menu li a {
        display: block;
        padding: .3em 1em;
        color: #ddd
    }

    #gmenu-pc ul.gmenu>li>ul.sub-menu li a:hover {
        color: #fff;
        text-decoration: none
    }

    #gmenu-pc ul.gmenu>li:hover>ul.sub-menu {
        max-height: 600px;
        opacity: 1;
        transition-duration: .5s,.5s;
        transition-property: max-height,opacity
    }

    #gmenu-pc ul.gmenu>li li:hover>ul.sub-menu {
        display: block
    }

    #gmenu-pc ul.gmenu>li>a:before {
        border-bottom: 2px solid #efefef;
        width: 80%
    }

    #gmenu-pc ul.gmenu>li>a:after,#gmenu-pc ul.gmenu>li>a:before {
        content: "";
        line-height: 0;
        display: block;
        overflow: hidden;
        position: absolute;
        left: 10%;
        bottom: 0
    }

    #gmenu-pc ul.gmenu>li>a:after {
        border-bottom: 2px solid #1b3a57;
        width: 0
    }

    #gmenu-pc ul.gmenu>li>a:hover:after {
        width: 80%;
        transition-duration: .5s
    }

    #gmenu-pc ul.gmenu>li.current-menu-ancestor>a:after,#gmenu-pc ul.gmenu>li.current-menu-item>a:after,#gmenu-pc ul.gmenu>li.current-menu-parent>a:after,#gmenu-pc ul.gmenu>li.current-page-ancestor>a:after,#gmenu-pc ul.gmenu>li.current-page-parent>a:after,#gmenu-pc ul.gmenu>li.current-post-ancestor>a:after {
        width: 80%
    }

    .main-bg {
        margin-top: 95px!important;
        background-image: url(../images/index/main-bg.jpg)
    }

    .main-subttl {
        margin-bottom: 0
    }

    .main-img_flex {
        gap: 24px;
        justify-content: flex-end
    }

    .main-img_flex img {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        height: auto
    }

    .toEmployees_bgc {
        padding: 60px 90px 60px 83px
    }

    .toEmployees_subttl {
        font-size: 35px
    }

    .toEmployees_br {
        display: block
    }

    .toEmployees_txt {
        font-size: 28px;
        align-items: center
    }

    .leaveIt_flex {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between
    }

    .leaveIt_box,.leaveIt_pic {
        width: 45%
    }

    .sect_content {
        padding: 80px 0
    }

    .content_ttlBox:after {
        margin-top: 10px;
        top: 0;
        left: 678px
    }

    .content_card_wrap .card {
        height: 535px
    }

    .card_txt {
        padding: 20px
    }

    .feeCta_txt {
        padding-bottom: 0;
        font-size: 20px
    }

    .flow_flex {
        flex-direction: row;
        justify-content: space-between
    }

    .flow_after {
        padding: 0
    }

    .flow_after:after {
        width: 68px;
        height: 20px;
        top: 32%;
        left: 200px
    }

    .flow_after {
        display: block
    }

    .flow_noafter {
        padding: 0;
        display: block
    }

    .flow_br {
        display: block
    }

    .flow_after img,.flow_noafter img {
        transform: scale(.8)
    }

    .sect-contact,.sect-privacy {
        margin-top: 95px!important
    }

    .sect-contact {
        padding-bottom: 100px
    }

    .contact_wrap {
        padding: 15px
    }

    .contact_h3 {
        margin: 10px 0 35px;
    }

    /* .contact_flex:nth-of-type(4) {
        margin-bottom: 5px
    } */

    .contact_flex {
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }

    .contact_item {
    font-size: 18px;
        gap: 0;
        min-width: 300px
    }

    .required {
        font-size: 16px;
    }

    .contact_input {
        width: 784px
    }

    /* .contact_bottomBox {
        margin-bottom: 20px
    } */

    .contact_subttl {
        font-size: 24px
    }

    .site-footer {
        padding: 60px 0 0
    }

    .footer-menu {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start
    }

    .obiji_link {
        margin-bottom: 0
    }

    .footer_cta-btn,.footer_cta-btnLink {
        width: 350px
    }

    .bl_fixedMenu_sp {
        display: none
    }

    .widget-ltg-adv-full-wide-title-title {
        font-size: 3.2rem
    }

    .section-main-slider {
        height: calc(100vh - 80px)
    }

    .page-header {
        height: 240px
    }

    .cta-btn_wrap {
        padding: 90px 0 41px
    }

    .cta-btn,.cta-btnLink {
        width: 424px
    }

    .introduction_ttl {
        display: block
    }

    .introduction_spttl {
        display: none
    }
}

@media (min-width: 1200px) {
    .site-header-container {
        padding:20px 22px
    }

    .site-header-subttl {
        font-size: 20px
    }

    .pink-btn,.pink-btnLink {
        width: 300px
    }

    .main-container {
        padding: 67px 66px 50px
    }

    .main-subttl {
        font-size: 41px;
        padding: 2px 40px;
        border-radius: 16px
    }

    .main-img_flex {
        padding: 0
    }

    .leaveIt_br {
        display: block
    }

    .flow_after:after {
        top: 40%;
        left: 240px
    }

    .flow_br {
        display: none
    }

    .sect_faq {
        padding: 80px 0 200px
    }

    .sect-contact,.sect-privacy {
        margin-top: 115px!important
    }

    .contact_wrap {
        padding: 15px 88px
    }

    .footer-cta {
        width: 45%
    }

    .footer_cta-btnBox {
        row-gap: 15px;
        padding: 80px 80px 40px
    }

    .footer_cta-btn,.footer_cta-btnLink {
        width: 424px
    }
}

@media (min-width: 1400px) {
    .sect_leaveIt {
        padding:182px 0 80px
    }

    .flow_after:after {
        top: 40%;
        left: 275px
    }

    .flow_after img,.flow_noafter img {
        transform: scale(1)
    }
}

@media (max-width: 991px) {
    .wpcf7-checkbox,.wpcf7-radio {
        grid-template-columns:repeat(2,1fr)
    }
}

@media (max-width: 560px) {
    .wpcf7-checkbox,.wpcf7-radio {
        grid-template-columns:1fr
    }
}

@media print {
    #btn-page-top,#gmenu-sp,.bread-section,.page-header,.site-content-after,.site-footer,.site-header,.sub-section {
        display: none!important
    }
}

/*# sourceMappingURL=map/base-style.css.map */
