/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #000;
    font-size: 1em;
    line-height: 1.4;
}
body {padding:0;margin: 0}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form {
    margin: 0;
    padding: 0;
    border: none;
    line-height: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    text-align: left;
    list-style-type: none;
    border-collapse: collapse;
    vertical-align: top;
}

/* ==========================================================================
   Commons styles
   ========================================================================== */
a{text-decoration: none; color: inherit}
a:focus, *:focus { outline:none;}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
img{border: 0px;}
p,h1,h2,h3,h4,h5{margin: 0;padding: 0}
ul,li,dl{margin: 0;padding: 0;list-style: none}
.b{font-weight: bold}
.fw_n{font-weight: normal}
.tx_und{text-decoration: underline}
.tx_cent{text-align: center}
.tx_right{text-align: right}
.tx_left{text-align: left}
.disp_blk{display: block}
.marker_tp_1 {background:rgba(0, 0, 0, 0) linear-gradient(transparent 55%, rgba(255,255,0,.85) 0%) repeat scroll 0 0; }
.flex_wrapper{
縲縲display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.flex-wrap_par{
	flex-wrap: wrap;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;	
	display: flex;		
}
.hover:hover{
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1.5s;
	transition-property: all;
  	transition: 0.15s linear;	
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
.hover_0{
	transition-property: all;
  	transition: 0.15s linear;
}
.hover_0:hover{
	opacity: 0.5;
}
.pc{display: block}
.tab{display: none!important}		
.sp{display: none!important}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.max_img{
	max-width: 100%;
	height: auto;
	display: block;
}
.img_w100{width: 100%; height: auto}
.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
/*-------------------------------------
繝ｩ繝�ヱ繝ｼ
--------------------------------------*/
.wrap_1100{
	max-width: 1100px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
/*-------------------------------------
閭梧勹濶ｲ
--------------------------------------*/
.bg_type_1 {
}
/*-------------------------------------
繝ｪ繧ｹ繝�
--------------------------------------*/
.list_type_1 li {
}

/*-------------------------------------
繝懊ャ繧ｯ繧ｹ
--------------------------------------*/
.vx_type_1 {
}
/*-------------------------------------
隕句�縺�
--------------------------------------*/
.h_type_1 {
	padding-left: 15px;
	font-size: 40px;
	font-weight: bold;
	color: #00267d;
	letter-spacing: .035em;
	line-height: 1.5;
	border-left: solid #00267d 4px 
}
.h_type_2 {
	font-size: 36px;
	font-weight: bold;
	color: #00267d;
	letter-spacing: .05em;
	line-height: 1.5;
	text-align: center
}
.h_type_2 span{
	display: block;
	margin-top: 0;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -.05em
}

/*-------------------------------------
繝懊ち繝ｳ
--------------------------------------*/
/*-------------------------------------
anime
--------------------------------------*/

/*-------------------------------------
菴咏區
--------------------------------------*/
.sec_pad_1{
	padding: 98px 0;
}
.sec_pad_1_b{
	padding-bottom: 98px
}
.sec_pad_1_t{
	padding-top: 98px;
}
.sec_pad_2{
	padding: 60px 0
}
.sec_pad_2_b{
	padding-bottom: 60px
}
.sec_pad_2_t{
	padding-top: 60px;
}
.sec_pad_3{
	padding: 50px 0
}
.sec_pad_3_b{
	padding-bottom: 50px
}
.sec_pad_3_t{
	padding-top: 50px;
}
.pl_40{padding-left: 40px}
.mt_10{margin-top: 10px}
.mt_20{margin-top: 20px}
.mt_30{margin-top: 30px!important}
.mt_40{margin-top: 40px}
.mt_42{margin-top: 42px}
.mt_50{margin-top: 50px}
.mt_60{margin-top: 60px}
.ml_40{margin-left: 40px}
.mr_40{margin-right: 40px!important}
.mr_30{margin-right: 30px!important}
.mr_30{margin-right: 30px!important}
.mb100 {margin-bottom: 100px!important;}
.mb90 {margin-bottom: 90px;}
.mb75 {margin-bottom: 75px;}
.mb70 {margin-bottom: 70px;}
.mb60 {margin-bottom: 60px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb40 {margin-bottom: 40px;}
.mb35 {margin-bottom: 35px;}
.mb30 {margin-bottom: 30px;}
.mb25 {margin-bottom: 25px;}
.mb20 {margin-bottom: 20px;}
.mb10 {margin-bottom: 10px;}
figure{margin: 0;padding: 0}
.no_links{
	pointer-events: none;
	cursor: default;
	text-decoration:none;
}
.base_tx{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 2;
	text-align: center
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.ul_office img{
	max-width: 100%;
	width: auto
}
.ul_office .top_info{
	align-items: center;
	justify-content: space-between
}
.ul_office .top_info .vx{
	width: 250px;
	height: 50px;
}
.ul_office .top_info .vx a{
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;	
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: .05em;
	border-radius: 5px	
}
.ul_office .top_info .vx a img{
	padding-left: 8px;
	max-width: 100%;
	width: auto
}
.ul_office .top_info .vx.rza a{
	background-color: #fa9b00	
}
.ul_office .top_info .vx.accs a{
	margin-left: 10px;
	background-color: #ff0000	
}
.ul_office .sec_2{
	position: relative;
	margin-top: 10px;
}
.ul_office .sec_2 .bg{
	width: 100%;
}
.ul_office .sec_2 figure img{
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	right: 0;
	margin: auto;
	width: 35%
}
.ul_office .sec_3{
	background-color: #f4f8ff
}
.ul_office .sec_3 p{
	margin-top: 40px
}
.ul_office .swiper-slide img{
	width: 100%
}
.ul_office .swiper-wrapper{
	height: auto
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-button-next{
    width: 41px;
    height: 41px;		
    position: absolute;
    top: calc(50% + 41px);
    margin-top: 0;
    z-index: 999;
	display: block
}

.swiper-button-next:after,
.swiper-button-prev:after{
    content: "";
    width: 41px;
    height: 41px;	
    display: block;	
	background-image: url("/liveoffice/img/umeda/slider_btn.png")	
}
.swiper-button-prev{
	left: 1vw
}
.swiper-button-next{
	right: 1vw
}
.swiper-button-prev:after{
	transform: rotate(-180deg);
}
.swiper-container{
    max-width: 1100px;
    margin: 0 auto 120px auto;
}
@media screen and (max-width: 767px){
    .swiper-container{
        margin: 0 auto 80px auto;
    }
}

.swiper-container-horizontal > .swiper-pagination-bullets{
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: auto;
	width: auto;
	display: flex;
	justify-content: center;
	z-index: 999
}
.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    background: #808080;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}
.ul_office .sec_5{
	background-color: #f1f1f1
}
.ul_office .sec_5 .vxz{
	margin-top: 46px;
	padding: 42px 20px;	
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	justify-content: center
}
.ul_office .sec_5 .vx{
	position: relative
}
.ul_office .sec_5 .vx:first-child{
	padding-right: 5vw
}
.ul_office .sec_5 .vx:first-child::after{
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
	right: 0;
	width: 1px;
	height: 100%;
	margin: auto;
	background-color: #00267d
}
.ul_office .sec_5 .vx:last-child{
	padding-left: 5vw
}
.ul_office .vx dl{
	width: 100%;
	align-items: center;
	margin-bottom: 36px;
}
.ul_office .vx dl:last-of-type{
	margin-bottom: 0;
}
.ul_office dt.cap{
	width: 110px;
	height: auto;
	padding: 2px 0 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
	background-color: #00267d;
	font-size: 14px;
	color: #FFF;
	line-height: 1.5;
	border-radius: 5px
}
.ul_office .vx dl dd{
	width: calc(100% - 110px);
	padding-left: 20px;
	font-size: 16px;
	line-height: 1.5;
}
.ul_office .vx dl dd span.circ{
	width: 18px
}
.ul_office .vx dl dd span.circ + span{
	width: calc(100% - 18px)
}
.scroll-top__btn {
    border: none;
}
.ggmap {
position: relative;
padding-bottom: 25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ul_office .sec_6 h3{
	margin-bottom: 46px
}
.ul_office .sec_6 .vxz {
	margin-top: 26px
}
.ul_office .sec_6 .vxz .vx {
	width: 50%
}
.ul_office .sec_6 .vxz .vx dl{
	align-items: flex-start
}
.ul_office .sec_7{
	margin-bottom: 80px
}
.ul_office .sec_7 figure{
	margin: 40px auto 150px
}
.ul_office .cv_btn {
	max-width: 800px;
	height: 86px;
	margin: 0 auto;
}
.ul_office .cv_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #00267d;
	font-size: clamp(18px, 1.5vw, 32px);
	font-weight: bold;
	color: #FFF;
	text-align: center;
	letter-spacing: .07em;
	line-height: 1.5	
}
.ul_office .cv_btn a img{
	padding-left: 20px	
}
.wrapper {
    padding-bottom: 100px;
    width: 100%;
}	



@media screen and (max-width:767px){
/* ==========================================================================
   Commons styles
   ========================================================================== */
.flex_wrapper, .flex-wrap_par{
    display: block;
}
.flex_sp{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap;
}	
.pc{display: none!important}
.tab{display: none!important}
.sp{display: block!important}	
.sec_pad_1,.sec_pad_2{
	padding: 40px 0
}
.sec_pad_1_b,.sec_pad_2_b{
	padding-bottom: 40px
}
.sec_pad_1_t,.sec_pad_2_t{
	padding-top: 40px;
}
.wrap_1100 {
    width: 100%;
    height: auto;
    margin: 0 auto;
	padding: 0 0.8rem
}	
a[href^="tel:"] {
	pointer-events: auto;
	cursor: pointer;
}		
.h_type_1 {
    padding-left: 10px;
    font-size: 8vw;
    letter-spacing: .035em;
    border-left: solid #00267d 4px;
}
.sec_1 .h_type_1 {
	margin-bottom: 20px;
}
.ul_office .top_info .vx.accs a {
    margin: 10px auto 0;
}	
.ul_office .top_info .vx {
    width: 70%;
    margin: 0 auto
}	
.ul_office .sec_2 {
    margin-top: 30px;
}	
.ul_office .sec_2 figure img {
    width: 80%;
}	
.h_type_2 {
    font-size: 28px;
    letter-spacing: .025em;
}	
.sec_3 .h_type_2 {
    padding: 0 20px
}	
.ul_office .sec_3 p {
    margin-top: 30px;
}	
.base_tx {
    font-size: 18px;
    padding: 0 20px;
    letter-spacing: -.035em;
    line-height: 2;
    text-align: center;
}	
.ul_office .swiper-slide img{
	width: 100%;
	height: 380px;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover;';	
}	
.swiper-button-prev,
.swiper-button-next{
    display: none
}
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
}	
.ul_office .sec_5 .vxz {
	width: calc(100% - 40px);
    margin: 28px auto 0;
    padding: 28px 18px;
}	
.ul_office .sec_5 .vx:first-child::after {
    display: none
}	
.ul_office .sec_5 .vx:last-child {
    padding-left: 0;
}	
.ul_office .sec_5 .vx:first-child {
    padding-right: 0;
}	
.ul_office .vx dl {
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
}	
.ul_office .vx dl dd {
	padding-left: 10px;	
    font-size: 14px;
	letter-spacing: .025em
}	
.ul_office .sec_6 .vx dl dd {
	width: 100%;
	margin-top: 10px;
    padding-left: 0;
}		
.ul_office .sec_5 .vx:first-child {
    margin-bottom: 20px;
}	
.ul_office .sec_6 h3 {
    padding: 0 20px;	
    margin-bottom: 26px;
}	
.ggmap {
	width: calc(100% - 40px);
	margin: 0 auto;
    position: relative;
    padding-bottom: 60%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}	
.ul_office .sec_6 .vxz {
	width: calc(100% - 40px);
	margin: 24px auto 0
}	
.ul_office .sec_6 .vxz .vx {
    width: 100%;
}	
.ul_office .sec_6 .vxz .vx:first-child {
    margin-bottom: 30px
}
.ul_office .sec_7 {
	padding-top: 0;
	margin-bottom: 0
}	
.ul_office .sec_7 figure {
    margin: 30px auto 50px;
}		
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* --------------anchorlink------------------ */
.acsess_umeda{
    display: block;
    margin-top: -89px;
    padding-top: 89px;
}
@media screen and (max-width: 1024px){
    .acsess_umeda{
    margin-top: -130px;
    padding-top: 130px;
    }
}