/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, a, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    font-size: 16px;
    font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.serif {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
p {
    letter-spacing: 1px;
    line-height: 150%;
}
section {
    padding: 100px 0px;
}
.content section {
    padding: 50px 0;
}
a {
    color: #005bac;
}
h1 {
    font-size: 2rem;
    padding: 100px 0;
    text-shadow: 0 0 10px royalblue, 0 0 10px royalblue;
}
.single-slide {
    background-size: cover;
    background-position: center;
}
h2 {
    font-size: 2.5rem;
    line-height: 4rem;
    color: #005bac;
}
h3 {
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: solid 1px #666666;
	position: relative;
	font-weight: bold;
}
h3:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 1px #005bac;
    bottom: -1px;
    width: 30%;
}
h4.modal-title:after {
    height: 0;
}
.f-white {
    color: #fff;
}
.center-line {
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}
.center-line span {
    position: relative;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    text-align: left;
}
.center-line span::before, .center-line span::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 400%;
    height: 1px;
    background-color: #005bac;
}
.center-line span::before {
    right: 100%;
}
.center-line span::after {
    left: 100%;
}
small {
    font-size: 50%;
}
.mt30 {
    margin-top: 30px;
}
ul {
    list-style: none;
}
.houshin-list li {
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
    letter-spacing: 2px;
    line-height: 180%;
}
.table-record th, .table-record td {
    width: 30%;
}
input[type="text"i] {
    width: 100%;
}
textarea {
    width: 100%;
}
.font-large {
    font-size: 24px;
}
.font-exlarge {
    font-size: 36px;
}
.required {
    background-color: darkred;
    color: #fff;
    padding: 0 5px;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 10px;
}
.f-orange {
    color: #005bac;
}
.f-200 {
    font-size: 180%;
    line-height: 150%
}
/* header */
header {
    padding: 0;
    background: #fff;
}
.row {
    margin: 0;
}
.logo-column a.logo img {
    max-height: 42px;
}
.logo {
    margin-top: 15px;
}
.nav-column {
    padding: 0;
}
#menu ul > li > a {
    padding: 0 0 0 20px;
    line-height: 0px;
    vertical-align: middle;
}
.mt55 {
    margin-top: 55px;
}
.mt97 {
    margin-top: 70px;
}
.mt140 {
    margin-top: 100px;
}
.nav-column a, .nav-column span {
    color: #000;
}
#menu ul > li > a:hover {
    color: #f19149;
}
.slicknav_menu {
    background-color: #fff;
    border-bottom: 0px;
}
.slicknav_btn {
    margin: 10px;
    text-decoration: none;
    text-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
}
.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
    color: #fff;
    font-weight: 700;
    text-shadow: none;
}
.bg-slider {
    height: 100vh;
    width: 100%;
}
footer hr {
    border-top: 1px solid #fff;
}
footer li {
    border-bottom: 0px solid #fff !important;
}
.btn-footer {
    padding: 20px;
    width: 100%;
    max-width: 400px;
    border: 1px solid #fff;
    margin: 30px auto;
}
.btn-footer:hover {
    background: #fff;
    color: #1e8be5 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*.catchcopy {
    position: absolute;
    top: 14rem;
    right: 40rem;
    max-width:360px;
    width: 100%;
	z-index: 9999;
	text-align: center;
}*/
.catchcopy {
    position: absolute;
    top: 14rem;
    left: 50%;
    transform: translateX(-50%);
    max-width: 600px;
    width: 100%;
    z-index: 9999;
    text-align: center;
}
.catchcopy p {
    font-size: 3rem;
    /*font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;*/
    color: #333333;
    font-weight: 900;
}
.catchcopy p span {
    font-size: 1.5rem;
}
.catchcopy img {
    width: 100%;
}
.sub-menu > li > a {
    line-height: 180% !important;
    font-size: 1.3rem !important;
}
.message {
    background: url("../img/top-concept-bg.svg")no-repeat right bottom;
    background-size: 80%;
    background-position: bottom -125px right -20px;
    visible: hidden;
}
.information-container {
    background: url("../img/top-information-bg.svg")no-repeat center;
    background-size: auto;
}
.info-list {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0px 0px 10px #ccc;
    padding: 20px;
    margin-top: 50px;
    height: 400px;
    overflow-y: scroll;
    background: rgb(255, 255, 255, .75);
}
.info-list li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    display: grid;
}
dl {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
    float: left;
    width: 20%;
    height: auto;
}
dd {
    margin-bottom: .5rem;
    margin-left: 0;
    width: 80%;
    float: left;
}
/*th {
    width: 20%;
}*/
/*td{width:0%;}*/
.table-type2 td {
    width: 50%;
    text-align: center;
}
.lh36 {
    line-height: 36px;
}
.mb30 {
    margin-bottom: 30px;
}
.c3-bg, .bg1, .button, .hero-slider .owl-dots .owl-dot.active, .single-service-2:hover .inner, .single-portfolio .inner .portfolio-img .hover-content, .faq .single-item.active, .single-faq h2 span, .footer_widget .nw_form button, .tabs-area .tabs-nav li a.active, .single-team .inner .team-img::after, .single-pricing.active .inner, .active.single-pricing-2 .inner, .single-pricing-2.active .inner .title .price {
    background-color: #f19149;
}
.faq .single-item {
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px #999;
}
.faq .single-item .content {
    border-top: 1px solid #eee;
}
.logo-column a.logo {
    margin-left: 10px;
    margin-top: 15px;
    margin-left: 30px;
}
.col-ff3333 {
    color: red;
}
/* top-about */
#linkage {
    background: url("../img/bg-white-dot.png");
    padding: 50px 0;
}
.container-mini {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
/* footer */
footer {
    background: #fff;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: yellow;
}
footer ul {
    color: #fff;
    list-style: none;
}
footer li {
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.footer-sec {
    background: url("../img/footer-bg.jpg")no-repeat;
    background-size: cover;
    padding: 50px 0;
}
footer p {
    color: #fff;
    line-height: 1.4em;
}
.copyright p {
    padding: 10px;
    color: #000;
}
.contact-text {
    display: none !important;
}
.contact-btn-sp {
    display: none !important;
}
.slicknav_nav {
    background: #fff;
}
.m60 {
    margin-top: 60px;
}
.btn-group-lg > .btn, .btn-lg {
    padding: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0rem;
    background-color: #005bac;
    color: #fff;
    width: 100%;
}
.modal-body {
    padding: 0px;
}
.ekko-lightbox-nav-overlay {
    background: #fff;
    text-align: center;
    padding: 5px;
}
.ekko-lightbox-nav-overlay a {
    padding: 0 10px;
}
.gallery-case a {
    display: none;
}
.gallery-case a:first-child {
    display: block;
}
@media screen and (max-width: 1270px) {
    .logo {
        padding: 10px;
    }
    #menu {
        padding: 10px;
    }
    .contact-btn {
        display: none !important;
    }
    .hero-slider .single-slide {
        height: auto;
    }
    .mt55 {
        margin-top: 25px;
    }
    #menu ul > li > a {
        font-size: 15px;
    }
    .contact-text {
        display: inline-block !important;
    }
}
@media screen and (max-width: 991px) {
    h1 {
        padding: 50px 0;
        color: #fff;
    }
    .mt140 {
        margin-top: 50px;
    }
    .mt97 {
        margin-top: 0px;
    }
    .fixed-top {
        position: inherit;
    }
    .slicknav_menu {
        position: fixed;
        z-index: 9998;
        width: 100%;
        height: 80px;
    }
    .logo {
        position: fixed;
        z-index: 9999;
        max-width: 60%;
        top: -17px;
    }
    .logo-column a.logo {
        padding-left: 0px;
        margin-top: 21px;
        margin-left: 0px;
    }
    .slicknav_nav li {
        border-bottom: 1px solid #ccc;
    }
    .slicknav_nav a {
        color: #000;
    }
    .about {
        background: url("../img/bg-white-dot.png");
        padding: 50px 0;
    }
    .contact-btn-sp {
        display: block !important;
    }
    .contact-text {
        display: none !important;
    }
    /*th, td {
        width: 100%;
        float: left;
    }*/
    dt, dd {
        width: 100%;
        float: inherit;
    }
    .pl-5 {
        padding-left: 0 !important;
    }
    .catchcopy {
        display: flex;
        justify-content: center;
        align-items: center;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        /*width: 100px;*/
    }
}
@media screen and (max-width: 480px) {
    body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, a, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
        font-size: 14px;
    }
    .inner {
        padding: 50px 0 30px;
    }
    h1 {
        padding: 0;
        font-size: 2rem;
    }
    h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    section {
        padding: 20px;
    }
    .slicknav_menu {
        height: 60px;
    }
    .access .text-center {
        text-align: left !important;
    }
}
@media all and (-ms-high-contrast: none) {
    .mt55 {
        margin-top: 0px;
    }
}
/*スクロールバー全体*/ ::-webkit-scrollbar {
    width: 10px;
    background: #fff;
}
/*スクロールバーの軌道*/ ::-webkit-scrollbar-track {
    border-radius: 0px;
    background: #fff;
}
/*スクロールバーの動く部分*/ ::-webkit-scrollbar-thumb {
    background-color: #1f508d;
}
/* Common style */
.grid figure {
    position: relative;
    overflow: hidden;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*---------------*/
/***** Roxy *****/
/*---------------*/
figure.effect-roxy {
    background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
    background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
}
figure.effect-roxy figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, .75);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}
figure.effect-roxy figcaption {
    padding: 3em;
    text-align: left;
}
figure.effect-roxy figcaption p {
    padding-top: 50px;
}
figure.effect-roxy figcaption p img {
    height: 170px;
    width: auto;
}
figure.effect-roxy h2 {
    padding: 30% 0 10px 0;
}
figure.effect-roxy p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
figure.effect-roxy:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
figure.effect-roxy:hover figcaption::before, figure.effect-roxy:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
figure {
    margin: 0;
}
.grid a {
    display: block;
}
.swiper-wrapper .swiper-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 100vh;  //全画面表示 */
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-slide-top {
    height: 100vh !important; //swiper-slideとの干渉防止
}
@media all and (-ms-high-contrast: none) {
    body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, a, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
        font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    }
    #menu ul > li > a {
        padding-top: 1.5rem;
    }
    dt {
        float: inherit;
    }
    .info-list li {
        border-bottom: 0;
    }
}
.gallery-case p {
    margin-top: 1rem;
}
.gallery-case p {
    margin-bottom: 2rem;
}
.ekko-lightbox-nav-overlay a span {
    font-size: 3.5rem;
}
/* 採用情報 */
.catchRecruit {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    font-size: 2.5rem;
    line-height: 4rem;
    color: #005bac;
}
@media only screen and (max-width: 600px) {
    .catchRecruit {
        font-size: 1.3em;
        line-height: 1.4em;
    }
}
/* font color */
.fcBasic {
    color: var(--basic-color) !important;
}
.fcRed {
    color: #E92D05 !important;
}
.fcRedOrange {
    color: #e4450d !important;
}
.fcBlue {
    color: #1A71B0 !important;
}
.fcOrange {
    color: #f67f21 !important;
}
.fcOrange2 {
    color: #fd9c4f !important;
}
.fcYellow {
    color: #F3AB25 !important;
}
.fcYG {
    color: #A7B82C !important;
}
.fcYG2 {
    color: #81B30D !important;
}
.fcGreen {
    color: #4a861e !important;
}
.fcSkyB {
    color: #6ABDE6 !important;
}
.fcBlue {
    color: #408BD0 !important;
}
.fcBlueP {
    color: #8B5FCF !important;
}
.fcRedP {
    color: #AF41B8 !important;
}
.fcWineR {
    color: #C62B71 !important;
}
.fc333 {
    color: #333 !important;
}
.fcFFF {
    color: #fff !important;
}
/* マージン */
.mgb1em {
    margin-bottom: 1em !important;
}
.mgb2em {
    margin-bottom: 2em !important;
}
.mgb3em {
    margin-bottom: 3em !important;
}
.mgbS {
    margin-bottom: 20px !important;
}
.mgbM {
    margin-bottom: 50px !important;
}
.mgbL {
    margin-bottom: 100px !important;
}
.mgb1em {
    margin-bottom: 1em !important;
}
.mgb2em {
    margin-bottom: 2em !important;
}
.mgb3em {
    margin-bottom: 3em !important;
}
.mgbS {
    margin-bottom: 30px !important;
}
.mgbM {
    margin-bottom: 70px !important;
}
.mgbL {
    margin-bottom: 120px !important;
}
.mgb0 {
    margin-bottom: 0px !important;
}
.mgb10px {
    margin-bottom: 10px !important;
}
.mgb20px {
    margin-bottom: 20px !important;
}
.mgb30px {
    margin-bottom: 30px !important;
}
.mgb40px {
    margin-bottom: 40px !important;
}
.mgb50px {
    margin-bottom: 50px !important;
}
.mgb60px {
    margin-bottom: 60px !important;
}
.mgb70px {
    margin-bottom: 70px !important;
}
.mgb80px {
    margin-bottom: 80px !important;
}
.mgb100px {
    margin-bottom: 100px !important;
}
.mgbPC0SP20px {
    margin-bottom: 0 !important;
}
@media only screen and (max-width: 600px) {
    .mgbPC0SP20px {
        margin-bottom: 20px !important;
    }
}
.mb0 {
    margin-bottom: 0px !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb70 {
    margin-bottom: 70px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.mb90 {
    margin-bottom: 90px !important;
}
.mb100 {
    margin-bottom: 100px !important;
}
/* padding */
.pt0 {
    padding-top: 0px !important;
}
.pt5 {
    padding-top: 5px !important;
}
.pt10 {
    padding-top: 10px !important;
}
.pt15 {
    padding-top: 15px !important;
}
.pt20 {
    padding-top: 20px !important;
}
.pt25 {
    padding-top: 25px !important;
}
.pt30 {
    padding-top: 30px !important;
}
.pt40 {
    padding-top: 40px !important;
}
.pt50 {
    padding-top: 50px !important;
}
.pt60 {
    padding-top: 60px !important;
}
.pt70 {
    padding-top: 70px !important;
}
.pt80 {
    padding-top: 80px !important;
}
.pt90 {
    padding-top: 90px !important;
}
.pt100 {
    padding-top: 100px !important;
}
.pb0 {
    padding-bottom: 0px !important;
}
.pb5 {
    padding-bottom: 5px !important;
}
.pb10 {
    padding-bottom: 10px !important;
}
.pb15 {
    padding-bottom: 15px !important;
}
.pb20 {
    padding-bottom: 20px !important;
}
.pb25 {
    padding-bottom: 25px !important;
}
.pb30 {
    padding-bottom: 30px !important;
}
.pb40 {
    padding-bottom: 40px !important;
}
.pb50 {
    padding-bottom: 50px !important;
}
.pb60 {
    padding-bottom: 60px !important;
}
.pb70 {
    padding-bottom: 70px !important;
}
.pb80 {
    padding-bottom: 80px !important;
}
.pb90 {
    padding-bottom: 90px !important;
}
.pb100 {
    padding-bottom: 100px !important;
}
.pl0 {
    padding-left: 0px !important;
}
.pl5 {
    padding-left: 5px !important;
}
.pl10 {
    padding-left: 10px !important;
}
.pl15 {
    padding-left: 15px !important;
}
.pl20 {
    padding-left: 20px !important;
}
.pl25 {
    padding-left: 25px !important;
}
.pl30 {
    padding-left: 30px !important;
}
.pl40 {
    padding-left: 40px !important;
}
.pl50 {
    padding-left: 50px !important;
}
.pr0 {
    padding-right: 0px !important;
}
.pr5 {
    padding-right: 5px !important;
}
.pr10 {
    padding-right: 10px !important;
}
.pr15 {
    padding-right: 15px !important;
}
.pr20 {
    padding-right: 20px !important;
}
.pr25 {
    padding-right: 25px !important;
}
.pr30 {
    padding-right: 30px !important;
}
.pr40 {
    padding-right: 40px !important;
}
.pr50 {
    padding-right: 50px !important;
}
/* margin top */
.mt0 {
    margin-top: 0px !important;
}
.mt5 {
    margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mt70 {
    margin-top: 70px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mt90 {
    margin-top: 90px !important;
}
.mt100 {
    margin-top: 100px !important;
}
.ml0 {
    margin-left: 0px !important;
}
.ml5 {
    margin-left: 5px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml15 {
    margin-left: 15px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.ml25 {
    margin-left: 25px !important;
}
.ml30 {
    margin-left: 30px !important;
}
.ml40 {
    margin-left: 40px !important;
}
.ml50 {
    margin-left: 50px !important;
}
.mr0 {
    margin-right: 0px !important;
}
.mr5 {
    margin-right: 5px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mr15 {
    margin-right: 15px !important;
}
.mr20 {
    margin-right: 20px !important;
}
.mr25 {
    margin-right: 25px !important;
}
.mr30 {
    margin-right: 30px !important;
}
.mr40 {
    margin-right: 40px !important;
}
.mr50 {
    margin-right: 50px !important;
}
.fs60p {
    font-size: 60% !important;
}
.fs70p {
    font-size: 70% !important;
}
.fs80p {
    font-size: 80% !important;
}
.fs90p {
    font-size: 90% !important;
}
.fs110p {
    font-size: 110% !important;
}
.fs120p {
    font-size: 120% !important;
    line-height: 1.4em !important;
}
.fs120pM {
    font-size: 120% !important;
    line-height: 1.6em !important;
}
.fs130p {
    font-size: 130% !important;
    line-height: 1.4em !important;
}
.fs140p {
    font-size: 140% !important;
    line-height: 1.4em !important;
}
.fs140pM {
    font-size: 140% !important;
    line-height: 1.8em !important;
}
.fs150p {
    font-size: 150% !important;
    line-height: 1.4em !important;
}
.fs200p {
    font-size: 200% !important;
    line-height: 1.4em !important;
}
.fsM {
    font-size: 124% !important;
    line-height: 1.8em !important;
}
@media screen and (max-width: 768px) {
    .fsM {
        font-size: 118% !important;
        line-height: 1.7em !important;
    }
}
@media screen and (max-width: 600px) {
    .fsM {
        font-size: 110% !important;
        line-height: 1.6em !important;
    }
}
.mgr0_5em {
    margin-right: 0.5em !important;
}
.mgl0_5em {
    margin-left: 0.5em !important;
}
.mgt0 {
    margin-top: 0 !important;
}
.halfIndent {
    text-indent: -0.5em !important;
}
/*　蛍光下線　*/
.tx-em {
    background: linear-gradient(transparent 62%, rgba(255, 250, 137, 0.71) 0%);
}
.tx-emRed {
    background: linear-gradient(transparent 62%, rgba(239, 69, 78, 0.5) 0%);
}
/*　蛍光斜線　*/
.tx-diagoYel {
    margin: 0 2px;
    padding: 2px 5px;
    border-radius: 0 0 3px 9px;
    color: #2f2f2f;
    background-image: linear-gradient(2deg, #fbf8a7, #fbf8a7 25%, transparent 25.1%, transparent);
}
.tx-diagoRed {
    margin: 0 2px;
    padding: 2px 5px;
    border-radius: 0 0 3px 9px;
    color: #2f2f2f;
    background-image: linear-gradient(2deg, #FD86A0, #FD86A0 25%, transparent 25.1%, transparent);
}
.tx-diagoGreen {
    margin: 0 2px;
    padding: 2px 5px;
    border-radius: 0 0 3px 9px;
    color: #2f2f2f;
    background-image: linear-gradient(2deg, #8dedd0, #8dedd0 25%, transparent 25.1%, transparent);
}
/*===========================
onOff
===========================*/
.pcOFFtabletON {
    display: none;
     !important;
}
.pcONtabletOFF {}
.pcONtabletOFFspON {}
.pcOFFspON {
    display: none !important;
}
.sp {
    display: none !important;
}
.pcONspOFF {}
.txtPCcenterSPLeft {
    text-align: center !important;
}
.txtPCcenterTabletLeft {
    text-align: center !important;
}
.txtPCLeftSPcenter {
    text-align: left !important;
}
.txtPCRightSPcenter {
    text-align: right !important;
}
@media screen and (max-width: 768px) {
    .pcONtabletOFF {
        display: none;
    }
    .pcOFFtabletON {
        display: block;
    }
    .pcONtabletOFFspON {
        display: none;
    }
    .txtPCcenterTabletLeft {
        text-align: left !important;
    }
}
@media screen and (max-width: 600px) {
    .pcOFFspON {
        display: block !important;
    }
    .sp {
        display: block !important;
    }
    .pcONspOFF {
        display: none !important;
    }
    .pcONtabletOFFspON {
        display: block !important;
    }
    .txtPCcenterSPLeft {
        text-align: left !important;
    }
    .txtPCLeftSPcenter, .txtPCRightSPcenter {
        text-align: center !important;
    }
}
.contPad {
    padding: 0 10px;
}
.contPad90p {
    width: 90%;
    margin: 0 auto;
}
.contPad82p {
    width: 82%;
    margin: 0 auto;
}
.contPad80p {
    width: 80%;
    margin: 0 auto;
}
.contPad70p {
    width: 70%;
    margin: 0 auto;
}
.contPad70pUSU {
    width: 70%;
    margin: 0 auto;
}
.contPad60p {
    width: 60%;
    margin: 0 auto;
}
.contPad50p {
    width: 50%;
    margin: 0 auto;
}
.contPad40p {
    width: 40%;
    margin: 0 auto;
}
.contPad30p {
    width: 30%;
    margin: 0 auto;
}
.contPad20p {
    width: 20%;
    margin: 0 auto;
}
.PC100pSP80p {}
.PC100pSP70p {}
.PC100pSP50p {}
.PC100pSP40p {}
.PC100pSP30p {}
.PC100pSP20p {}
@media only screen and (max-width: 600px) {
    .contPad, .contPad90p, .contPad82p, .contPad80p, .contPad70p, .contPad60p, .contPad50p, .contPad40p, .contPad30p, .contPad20p {
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
    }
    .PC100pSP80p {
        width: 80%;
        margin: 0 auto;
    }
    .PC100pSP70p {
        width: 70%;
        margin: 0 auto;
    }
    .PC100pSP50p {
        width: 50%;
        margin: 0 auto;
    }
    .PC100pSP40p {
        width: 40%;
        margin: 0 auto;
    }
    .PC100pSP30p {
        width: 30%;
        margin: 0 auto;
    }
    .PC100pSP20p {
        width: 20%;
        margin: 0 auto;
    }
}
/* Flexboxレイアウト */
.f-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch; /* アイテムを上揃えで配置します */
}
.f-wrap-AC {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; /* アイテムを上下中央で配置します */
}
.f-wrap-HU {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* アイテムの高さを揃える */
}
.f-wrap-cen {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.f-wrap-even {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.f-wrap-even-cen {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center; /* アイテムを上下中央で配置します */
}
.f-item1 {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 30px;
}
.f-item1-2 {
    box-sizing: border-box;
    width: 47%;
    margin-bottom: 30px;
}
.f-item1-2-USU {
    box-sizing: border-box;
    width: 47%;
}
.f-item1-2-t1 {
    box-sizing: border-box;
    width: 47%;
    margin-bottom: 30px;
}
.f-item1-3 {
    box-sizing: border-box;
    width: 31%;
    margin-bottom: 30px;
}
.f-item1-3-USU {
    box-sizing: border-box;
    width: 31%;
    margin-bottom: 30px;
}
.f-item1-3-t1 {
    box-sizing: border-box;
    width: 31%;
    margin-bottom: 30px;
}
.f-item1-3-t2 {
    box-sizing: border-box;
    width: 31%;
    margin-bottom: 30px;
}
.f-wrap-cen .f-item1-3-t2 {
    margin: 0 1px 30px 10px;
}
.f-item1-3n2 {
    box-sizing: border-box;
    width: 30%;
}
.f-item2-3 {
    box-sizing: border-box;
    width: 64%;
    margin-bottom: 30px;
}
.f-item2-3-t1 {
    box-sizing: border-box;
    width: 64%;
    margin-bottom: 30px;
}
.f-item1-4 {
    box-sizing: border-box;
    width: 23%;
    margin-bottom: 30px;
}
.f-item3-4 {
    box-sizing: border-box;
    width: 72%;
    margin-bottom: 30px;
}
.f-item1-4-t1 {
    box-sizing: border-box;
    width: 23%;
    margin-bottom: 30px;
}
.f-item1-4-t2 {
    box-sizing: border-box;
    width: 23%;
    margin-bottom: 30px;
}
.f-item3-4-t1 {
    box-sizing: border-box;
    width: 72%;
    margin-bottom: 30px;
}
.f-item1-5 {
    box-sizing: border-box;
    width: 19%;
    margin-bottom: 30px;
}
.f-item1-5-t1 {
    box-sizing: border-box;
    width: 19%;
    margin-bottom: 30px;
}
.f-item1-5-t2 {
    box-sizing: border-box;
    width: 19%;
    margin-bottom: 30px;
}
.f-item1-5-t3 {
    box-sizing: border-box;
    width: 19%;
    margin-bottom: 30px;
}
.f-item2-5 {
    box-sizing: border-box;
    width: 38%;
    margin-bottom: 30px;
}
.f-item2-5-t1 {
    box-sizing: border-box;
    width: 38%;
    margin-bottom: 30px;
}
.f-item3-5 {
    box-sizing: border-box;
    width: 57%;
    margin-bottom: 30px;
}
.f-item4-5 {
    box-sizing: border-box;
    width: 76%;
    margin-bottom: 30px;
}
.f-item4-5-t1 {
    box-sizing: border-box;
    width: 76%;
    margin-bottom: 30px;
}
.f-item3-5-t1 {
    box-sizing: border-box;
    width: 57%;
    margin-bottom: 30px;
}
.f-item1-6 {
    box-sizing: border-box;
    width: 15%;
    margin-bottom: 30px;
}
.f-item1-6-t1 {
    box-sizing: border-box;
    width: 15%;
    margin-bottom: 30px;
}
.f-item1-6-t2 {
    box-sizing: border-box;
    width: 15%;
    margin-bottom: 30px;
}
.f-item1-6-t3 {
    box-sizing: border-box;
    width: 15%;
    margin-bottom: 30px;
}
.f-Vcenter {
    display: flex;
    justify-content: center;
    align-items: center;
    /*text-align: center;*/
    box-sizing: border-box;
}
.f-row-reverse {
    flex-flow: row-reverse wrap;
}
/* 最後のコンテンツを左寄せにする指定 */
.f-wrap-ad4:after {
    content: "";
    display: block;
    width: 48%; /* f-itemに指定したwidthと同じ幅を指定する */
    height: 0;
}
.backWaterM {
    /* 背景黒 
	background: rgba(255,255,255,.2);
	*/
    /* 背景白 */
    background: rgba(255, 255, 255, .8);
    padding: 2em;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ccc;
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 12px #fff, 0 0 14px #fff, 0 0 16px #fff, 0 0 18px #fff;
}
/* 画像の上にテキストを重ねる */
.waterMright {
    box-sizing: border-box;
    /* 背景白 */
    background: rgba(253, 253, 253, .9);
    z-index: 2;
    padding: 2em;
    margin-left: -15%;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 10px;
    /* 背景黒 
	text-shadow: 0 0 1px #000,0 0 2px #000, 0 0 4px #000, 0 0 6px #000, 0 0 8px #000,0 0 10px #000,0 0 12px #000, 0 0 14px #000, 0 0 16px #000, 0 0 18px #000;
	*/
    /* 背景白 */
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 12px #fff, 0 0 14px #fff, 0 0 16px #fff, 0 0 18px #fff;
    border: 1px solid #f0f0f0;
}
.waterMleft {
    box-sizing: border-box;
    /* 背景白 */
    background: rgba(253, 253, 253, .8);
    z-index: 2;
    padding: 2em;
    margin-right: -15%;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 10px;
    /* 背景黒 
	text-shadow: 0 0 1px #000,0 0 2px #000, 0 0 4px #000, 0 0 6px #000, 0 0 8px #000,0 0 10px #000,0 0 12px #000, 0 0 14px #000, 0 0 16px #000, 0 0 18px #000;
	*/
    /* 背景白 */
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 12px #fff, 0 0 14px #fff, 0 0 16px #fff, 0 0 18px #fff;
    border: 1px solid #f0f0f0;
}
.text-shadow-non {
    text-shadow: none !important;
}
.box-shadow-non {
    box-shadow: none !important;
}
.waterMrightFeat {
    background: rgba(253, 253, 253, .9);
    z-index: 10;
    padding: 2em 3em 4em 3em;
    margin-left: -15%;
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 12px #fff, 0 0 14px #fff, 0 0 16px #fff, 0 0 18px #fff;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.waterMleftFeat {
    background: rgba(253, 253, 253, .9);
    z-index: 10;
    padding: 2em 3em 4em 3em;
    margin-right: -15%;
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 12px #fff, 0 0 14px #fff, 0 0 16px #fff, 0 0 18px #fff;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.waterFeatTxt {
    writing-mode: vertical-lr;
    color: #999;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    margin-bottom: 2em;
    font-size: 0.9em;
}
.waterTit {
    font-size: 2.2em;
    line-height: 1.2em;
    margin-bottom: 0.8em;
    padding-left: 1em;
    text-indent: -0.5em;
}
.waterTitMark {
    font-size: 80%;
    color: var(--basic-color);
    display: inline-block;
    padding-right: 0.4em;
    vertical-align: top;
    position: relative;
    top: 0.3em;
}
.boxDummy {
    text-align: center;
    background-color: #CCC;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    padding: 1em;
}
@media screen and (max-width: 768px) {
    .f-item1-2-t1, .f-item1-3-t1, .f-item2-3-t1, .f-item1-4-t1, .f-item3-4-t1, .f-item1-5-t1, .f-item2-5-t1, .f-item3-5-t1, f-item4-5-t1, .f-item1-6-t1 {
        width: 100%;
    }
    .f-item1-3-t2, .f-item1-4-t2, .f-item1-5-t2, .f-item1-6-t2 {
        width: 49%;
    }
    .f-wrap-cen .f-item1-3-t2 {
        margin: 0 3px 30px 3px;
    }
    .f-item1-5-t3, .f-item1-6-t3 {
        width: 31%;
    }
    .waterTit {
        font-size: 1.4em;
        line-height: 1.2em;
        margin-bottom: 0.8em;
        padding-left: 1em;
        text-indent: -0.5em;
    }
    .waterTitMark {
        font-size: 80%;
        color: var(--basic-color);
        display: inline-block;
        padding-right: 0.4em;
        vertical-align: top;
        position: relative;
        top: 0.35em;
    }
}
@media only screen and (max-width: 600px) {
    .f-item1-2, .f-item1-3, .f-item1-3n2, .f-item2-3, .f-item1-4, .f-item3-4, .f-item1-5, .f-item2-5, .f-item3-5, .f-item4-5, .f-item1-6 {
        width: 100%;
        margin-bottom: 30px;
    }
    .f-wrap-cen .f-item1-3-t2 {
        margin: 0 0 30px 0;
    }
    .f-item1-3-t2, .f-item1-4-t2, .f-item1-5-t2, .f-item1-6-t2, .f-item1-5-t3, .f-item1-6-t3 {
        width: 100%;
        margin-bottom: 30px;
    }
    .f-item1-2-USU {
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    .waterMright {
        padding: 1.5em 1em;
        margin-left: 0;
    }
    .waterMleft {
        padding: 1.5em 1em;
        margin-right: 0;
    }
    .waterMrightFeat {
        padding: 1.5em 1em;
        margin-left: 0;
    }
    .waterMleftFeat {
        padding: 1.5em 1em;
        margin-right: 0;
    }
    .waterFeatTxt {
        writing-mode: horizontal-tb;
        margin-bottom: 0.8em;
    }
    .waterTit {
        font-size: 1.3em;
        line-height: 1.2em;
        margin-bottom: 0.8em;
        padding-left: 1em;
        text-indent: -0.5em;
    }
    .spOrder1 {
        order: 1;
    }
    .spOrder2 {
        order: 2;
    }
    .spOrder3 {
        order: 3;
    }
    .spOrder4 {
        order: 4;
    }
    .spOrder5 {
        order: 5;
    }
    .spOrder6 {
        order: 6;
    }
}
h3.h3Recruit {
    font-size: 1.6em;
    line-height: 1.2em;
    text-align: center;
    position: relative;
    text-align: center;
    border-bottom: none;
    margin-bottom: 1.5em;
}
h3.h3Recruit::after {
    border-bottom: none;
    content: '';
    position: absolute;
    bottom: -5px;
    display: inline-block;
    width: 120px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #548CBE;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.boxColor {
    padding: 1em;
    background: #F8F9FA;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.boxWhite {
    padding: 1em;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.boxTrans {
    padding: 2em;
    background: rgba(255, 255, 255, .75);
}
@media screen and (max-width: 600px) {
    .boxTrans {
        padding: 1em;
        background: rgba(255, 255, 255, .75);
    }
}
.txtIconW {
    box-sizing: border-box;
    display: inline-block;
    background-color: #9FC738;
    color: #FFF;
    text-align: center;
    line-height: normal;
    padding: 0.2em 2.5em 0.2em 2.5em;
    background-color: #1C9EBF;
    margin: 0 0 0.4em 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 40%;
    min-width: 15em;
}
@media screen and (max-width: 768px) {
    .txtIconW {
        display: inline-block;
        width: 80%;
        padding: 0.2em 1em;
    }
}
@media screen and (max-width: 600px) {
    .txtIconW {
        display: block;
        width: 100%;
        padding: 0.2em 1em;
    }
}
.bgColor {
    background-color: #F8F9FA
}
.bgRecruit {
    background-image: url(../img/recruit/recruit_back.jpg);
    background-size: cover;
    background-position: center;
}
.txtCenter {
    text-align: center !important;
}
.txtRight {
	text-align: right !important;
	display: block;
}
.txtLeft {
    text-align: left !important;
}
/*///////////////////////////////////////////////

swiper

swiper.js参考

///////////////////////////////////////////////*/
.swiper-slide {
    box-sizing: border-box;
    padding: 0 2px;
}
/*
.slider1 {
	height:200px !important; //TOP　との干渉対策
}
*/
.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}
.swiper-slide a {
    text-decoration: none;
    color: #000;
}
.itemImg {
    text-align: center;
    overflow: hidden;
}
.itemImg img {
    transition: all 0.5s ease;
}
.swiper-slide a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/* swiperのボタンを消す　*/
.swiper-button-next, .swiper-button-prev {
    background-image: none !important;
    color: rgba(128, 128, 128, .40);
}
@media screen and (max-width: 768px) {
    .swiper-slide {}
}
@media only screen and (max-width: 600px) {
    .swiper-slide {}
    .swiper-buttonPlus {
        top: 20vmax !important;
    }
}

.marker {
  background:linear-gradient(transparent 50%, rgba(255, 220, 123) 50%);
  display: inline;

  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;

  /* マーカーが引かれる速度を指定 */
  transition:background-size 1.5s;
}

/* マーカーが引かれる際に付与するクラス */
.marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}