@charset "utf-8";

/*
Theme Name: sea2026
Theme URI: sea theme
Version: 2
Description: 
Author:macolab
Author URI: 
*/

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin-bottom: 10px;
}

.wp-caption.alignleft {
    margin: 0px 10px 10px 0px;
}

.wp-caption.alignright {
    margin: 0px 0px 10px 10px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

.alignright {
    float: right;
}

.alignleft {
    float: left
}

.aligncenter {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

img.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

img.alignrightbottom {
    display: inline;
    float: right;
    margin-left: 15px;
    margin-bottom: 30px;
}


/*@font-face {
	font-family: 'marugo';
	src: url('font/marugobase.otf') format('opentype');
}*/


/*------------------------------------------------*/


/*-----------------[BASIC STYLES]-----------------*/


/*------------------------------------------------*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {
    line-height: 19px;
    font-size: 13px;
    color: #333;
    font-family: 'Noto Sans Japanese', serif;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right top;
    background-size: auto 100%;
    background-color: #fff;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #65bab3;
}

a:hover {
    text-decoration: underline;
}

a img:hover {
    opacity: 0.8;
}

.clear {
    clear: both;
}

.ui-tabs-hide {
    display: none;
}

br.clear {
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    color: #333333;
    font-size: 14px;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'Noto Sans Japanese', serif;
}

strong {
    font-weight: bold;
}

cite,
em,
i {
    font-style: italic;
}

pre,
code {
    font-family: Courier New, monospace;
    margin-bottom: 10px;
}

ins {
    text-decoration: none;
}

sup,
sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 0.8em;
}

sub {
    top: 0.3em;
}

dl {
    margin: 0 0 1.5em 0;
}

dl dt {
    font-weight: bold;
}

dd {
    margin-left: 1.5em;
}

blockquote {
    margin: 1.5em;
    padding: 1em;
    color: #666666;
    background: #e6e6e6;
    font-style: italic;
    border: 1px solid #dcdcdc;
}

blockquote p {
    padding-bottom: 0px;
}

input[type=text],
input.text,
input.title,
textarea,
select {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 5px;
    color: #4e4e4e;
    font-family: 'Noto Sans Japanese', serif;
    border-radius: 3px;
    width: 100%;
}

input[type=tel],
input.text,
input.title,
textarea,
select {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 5px;
    color: #4e4e4e;
    font-family: 'Noto Sans Japanese', serif;
    border-radius: 3px;
    width: 100%;
}

input[type=email],
input.text,
input.title,
textarea,
select {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 5px;
    color: #4e4e4e;
    font-family: 'Noto Sans Japanese', serif;
    border-radius: 3px;
    width: 100%;
}

input[type=text]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus {
    border-color: #2D3940;
    color: #3e3e3e;
}

input[type=text],
input.text,
input.title,
textarea,
select {
    margin: 0.5em 0;
}

input[type=submit] {
    width: 30%;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    font-family: 'Noto Sans Japanese', serif;
    letter-spacing: 3px;
    background-color: #4194AA;
    border: 1px solid #9A9A9A;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
    color: #fff
}

input[type=submit]:hover {
    background-color: #E8B331;
}

img#about-image {
    float: left;
    margin: 3px 8px 8px 0px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}


/* IE6 */

*:first-child+html .clearfix {
    zoom: 1;
}


/* IE7 */


/*------------------------------------------------*/


/*---------------[MAIN LAYOUT INFO]---------------*/


/*------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
}

.head {
    width: 100%;
    position: relative;
    z-index: 1;
}

.subshead {
    width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 10;
    -webkit-box-shadow: 0px 1px 3px #B8B6B6;
    box-shadow: 0px 1px 3px #B8B6B6;
    top: 0px
}

.cont_color {
    width: 100%;
    height: auto;
    background-color: #F5F2ED;
}

.cont_color_wht {
    width: 100%;
    height: auto;
    background-color: #fff;
}

.cont_color_ten {
    width: 100%;
    height: auto;
    background-color: #FCF5EB;
}

.cont_color_rec {
    width: 100%;
    height: auto;
    background-color: #FCFBF5;
}

.cont_color_logo {
    width: 100%;
    height: auto;
    background-color: #F5F2ED;
    background-image: url(images/logo/logo_rgba.svg);
    background-position: 32% 80%;
    background-repeat: no-repeat;
    background-size: 500px auto;
}

.inner {
    width: 1000px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.inner .left {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.inner .right {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin-left: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 40px;
}

.inner h3 {
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
    font-size: 22px;
    letter-spacing: 3px;
    position: relative;
    line-height: 60px;
    margin-bottom: 40px;
    text-align: center
}

.txcenter {
    text-align: center
}

.fullrec h3:before,
.full h3:before {
    content: "";
    display: block;
    border-top: solid 1px #ccc;
    width: 10%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 45%;
    z-index: 1;
}

.inner h3:before {
    content: "";
    display: block;
    border-top: solid 1px #ccc;
    width: 10%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 45%;
    z-index: 1;
}

#lh_nomal:before {
    content: "";
    display: block;
    border-top: solid 1px #ccc;
    width: 10%;
    height: 1px;
    position: absolute;
    top: 67%;
    left: 45%;
    z-index: 1;
}

#lh_nomal span {
    padding-top: 30px;
}

.postmd .inner h3:before {
    content: "";
    display: block;
    border-top: solid 1px #ccc;
    width: 10%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 45%;
    z-index: 1;
}

.inner h3 span {
    display: block;
    font-size: 18px;
    color: #555555;
}
@media  (max-width: 767px) {
.inner h3 span {
	line-height:normal;
	}
}
.head nav {
    position: absolute;
    top: 0px;
    left: 5%;
    width: 300px;
    height: auto;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 3
}

.head .topslider {
    position: relative;
    z-index: 2;
}

nav h1 img {
    width: 80%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.head h2 {
    position: absolute;
    right: 5%;
    top: 80%;
    z-index: 3;
    letter-spacing: 3px;
    color: #FFFFFF;
    /*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
    font-family: source-han-serif-japanese, serif;
    font-weight: 400;
    text-shadow: 1px 1px 1px #333;
}

.head nav p {
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
    font-size: 20px;
    text-align: center;
    color: #4194AA;
}

.head nav ul {
    display: block;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.head nav ul li {
    display: block;
    list-style-type: none;
    margin-bottom: 20px;
}

.head nav ul li a {
    color: #333333;
    font-size: 17px;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
    transition: 0.3s;
    display: block;
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
}

.head nav ul li a:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.5);
}

.head nav ul li:nth-child(1) a:after {
    color: #4194AA;
    font-size: 13px;
    content: 'Facility introduction';
    display: block;
    padding-top: 7px;
}

.head nav ul li:nth-child(2) a:after {
    color: #4194AA;
    font-size: 13px;
    content: 'Life of the facility';
    display: block;
    padding-top: 7px;
}

.head nav ul li:nth-child(3) a:after {
    color: #4194AA;
    font-size: 13px;
    content: 'Staff introduction';
    display: block;
    padding-top: 7px;
}

.head nav ul li:nth-child(4) a:after {
    color: #4194AA;
    font-size: 13px;
    content: 'Recruit';
    display: block;
    padding-top: 7px;
}

.head nav ul li:nth-child(5) a:after {
    color: #4194AA;
    font-size: 13px;
    content: 'Company Profile';
    display: block;
    padding-top: 7px;
}

.head nav ul li:nth-child(6) a:after {
    color: #4194AA;
    font-size: 13px;
    content: 'Contact';
    display: block;
    padding-top: 7px;
}


/*.head nav ul li:nth-child(7) a:after {
    color: #4194AA;
    font-size: 13px;
    content: 'Contact';
    display: block;
    padding-top: 7px;
}*/

.topslider li img {
    width: 100%;
    height: auto;
    min-height: 800px;
    z-index: 3;
}

.inner .right img {
    width: 100%;
    height: auto;
}

.menu {
    position: relative;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}

.menu>li {
    float: left;
    width: 14%;
    /* グローバルナビ4つの場合 */
    height: 50px;
    line-height: 50px;
    list-style-type: none;
}

.menu>li a {
    display: block;
    color: #333;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
    text-align: center;
    font-size: 16px;
    padding-bottom: 10px;
    height: auto;
}

.grovel {
    height: 70px !important;
}

.menu>li span {
    display: block;
    text-align: center;
    color: #4194AA;
    line-height: normal;
    font-size: 14px
}

.menu>li a:hover {
    color: #000;
    background-color: #Fcfcfc;
    opacity: 1 !important;
    text-decoration: none
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu>li:hover {
    background-color: #Fcfcfc;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #78D5EA;
    line-height: normal
}

.menu__third-level li {
    border-top: 1px solid #78D5EA;
}

.menu__second-level li a:hover {
    background: #78D5EA;
    color: #fff
}

.menu__third-level li a:hover {
    background: #ccc;
}

.menu__fourth-level li a:hover {
    background: #F6F3F3;
}

.pan_border {
    display: block;
    margin-bottom: 30px;
}


/* 下矢印 */

.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* floatクリア */

.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

/*
.menu {
    *zoom: 1;
}*/

.menu>li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 97px;
    width: 100%;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    list-style-type: none;
    line-height: 50px;
}

li.menu__single:hover ul.menu__second-level {
    top: 97px;
    visibility: visible;
    opacity: 1;
    border-left: 1px solid #E0E3C8;
    border-right: 1px solid #E0E3C8;
    border-bottom: 1px solid #E0E3C8;
}

.subshead .left a h1 {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: -10px;
    margin-left: 0px;
}

.subshead .left a p {
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
    color: #4194AA;
}

.articleh3 {
    line-height: normal;
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    text-align: left;
    padding-left: 20px;
    padding-right: 10px;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
    font-size: 23px;
    border-left: 5px solid #D57779;
    padding-top: 10px;
    padding-bottom: 10px;
}

.inner .posts h3:first-of-type {
    margin-top: 10px;
}

.inner .posts h3,
.inner .posts h4 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    letter-spacing: normal;
    font-size: 18px;
    line-height: normal;
    margin-top: 40px;
    margin-bottom: 20px;
    background-color: #E0E3C8;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.sns {
    margin-top: 100px;
}

.sns ul {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    margin-top: 100px;
    -webkit-justify-content: center;
    /* Safari */
    justify-content: center;
}

.cont_wht .inner .pagenav .pagecount ul {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    margin-top: 0px;
    -webkit-justify-content: center;
    /* Safari */
    justify-content: center;
}

.cont_wht .inner .pagenav {
    display: block;
    margin-bottom: 50px;
    margin-top: 20px;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.pagecount ul li {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    list-style-type: none;
}

#ne {
    left: 0;
    position: absolute
}

#ba {
    right: 0;
    position: absolute
}

ul li .inactive {
    background-color: #FCFBF5;
    border-radius: 180px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
}

.sns ul li {
    margin: 10px;
    list-style-type: none
}

.sns ul li a {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 180px;
    color: #666;
    transition: 0.5s
}

.twitter a {
    background-color: #64CBF3 !important;
    color: #fff !important
}

.facebook a {
    background-color: #8799BF !important;
    color: #fff !important
}

.googleplus a {
    background-color: #E99186 !important;
    color: #fff !important
}

.hatebu a {
    background-color: #8EE3FF !important;
    color: #fff !important
}

.line a {
    background-color: #7CFE7C !important;
    color: #fff !important
}

.pocket a {
    background-color: #F38A98 !important;
    color: #fff !important
}

.rss a {
    background-color: #FFC488 !important;
    color: #fff !important
}

.feedly a {
    background-color: #C5E496 !important;
    color: #fff !important
}

.sns ul li a:hover {
    text-decoration: none;
    opacity: 0.8
}

.inner .posts time {
    display: block;
    height: 30px;
    text-align: right;
    color: #666666;
    font-size: 11px;
}

.inner .pan_border .pannav {
    color: #888888;
}

.inner .pan_border .pannav a {
    color: #888888;
    text-decoration: underline;
    margin-right: 5px;
}

.inner .pan_border .pannav span {
    margin-left: 5px;
}

.cont_wht .inner .posts {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: block;
    background-color: #FCFBF5;
    font-size: 15px;
    line-height: 25px;
}

.posts p {
    font-size: 15px;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.cont_wht .inner #articleh3:before,
.posts h3:before {
    border-top: 0px;
    position: static;
}

.subshead .left {
    width: 20%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.subshead .right {
    width: 76%;
    height: auto;
    display: inline-block;
    vertical-align: top
}

.keyimgs h2 {
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
    height: 300px;
    padding-left: 9%;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 5px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    overflow: hidden;
    display: block;
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    .keyimgs h2 {
        padding-left: 35%;
    }
}

.keyimgs {
    width: 100%;
    display: block;
    padding-top: 200px;
    position: relative;
    height: 600px;
    overflow: hidden;
    background-color: #F3F1F1
}

.keyimgs img {
    width: 75%;
    height: auto;
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin-bottom: -150px;
}

.keyimg h2 {
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
    height: 300px;
    margin-left: 8%;
    -ms-writing-mode: tb-rl;
    /* for MS IE8+ */
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 5px;
    line-height: 60px;
    text-align: center
}

.keyimg h2:before {
    content: 'Recruit';
    -ms-writing-mode: tb-rl;
    /* for MS IE8+ */
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: block;
    color: #4194AA;
    font-family: Lucida Console, Monaco, monospace;
    font-size: 50px;
}

.keyimg {
    width: 100%;
    display: block;
    padding-top: 190px;
    position: relative;
    height: 600px;
    overflow: hidden;
    background-color: #F3F1F1
}

.keyimg img {
    width: 75%;
    height: auto;
    position: absolute;
    right: 0px;
    top: 0px;
}

.activ {
    background-color: rgba(255, 255, 255, 0.3)
}

.wrapper.shisetu {
    margin-top: 250px;
    position: relative;
    width: 100%;
    height: 500px;
    z-index: 1;
    margin-left: 0px;
}

.wrapper.shisetu .pr {
    width: 35%;
    height: 495px;
    position: absolute;
    right: 0;
    top: -50px;
    /*background-color: rgba(255,255,255,0.7);*/
    padding: 15px;
}

.wrapper.shisetu .pr a {
    display: block;
    height: 45px;
    color: #fff;
    line-height: 45px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    transition: 0.3s;
    width: 120px;
    text-align: center
}

.wrapper.shisetu .pr a:nth-of-type(1) {
    background-color: #7ECEF4
}

.wrapper.shisetu .pr a:nth-of-type(1):hover {
    background-color: #EF2664;
    text-decoration: none
}

.wrapper.shisetu img {
    position: absolute;
    left: 0px;
    top: -50px;
    width: 100%;
    height: 100%;
}

body section {
    clear: both;
    float: none;
}

.wrapper.shisetu .btn {
    position: absolute;
    top: 0px;
    left: 25%;
    right: 0;
    z-index: 2;
}

.wrapper.shisetu .btn:before {
    box-shadow: 1px 1px 3px #555
}

.wrapper.shisetu a p {
    line-height: 30px;
    font-size: 18px !important;
    /*margin-top: 70px !important;*/
    z-index: 2
}

.wrapper.shisetu .pr h3 {
    line-height: 30px;
    font-family: 'Noto Sans Japanese', serif;
    font-size: 18px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}

.wrapper.shisetu .pr h3:before {
    content: '';
    border: 0px;
}

.wrapper.shisetu .btn:after {
    transition: 0.3s all ease;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 3px;
    border: 3px solid #479ED7;
    background-color: #fff;
}


/*
.wrapper.shisetu #two:after {
    transition: 0.3s all ease;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 3px;
    border: 3px solid #F29C9F;
}

.wrapper.shisetu #twoaw:after {
    transition: 0.3s all ease;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 3px;
    border: 3px solid #F29C9F;
}

.wrapper.shisetu #three:after {
    transition: 0.3s all ease;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 3px;
    border: 3px solid #FBCE8B;
}

.wrapper.shisetu #threesecond:after {
    transition: 0.3s all ease;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 3px;
    border: 3px solid #FBCE8B;
}*/


/*#twos {
    background-color: #F29C9F;
}

#threes {
    background-color: #FBCE8B;
}

#threesy {
    background-color: #FBCE8B;
}*/

.cont_wht .flex-container .staffs {
    width: 20%;
    height: auto;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    position: relative;
    z-index: 1
}

.staffs a h4 {
    position: absolute;
    background-color: #FFFFFF;
    width: 120px;
    height: 30px;
    text-align: center;
    color: #000000;
    padding-left: 0px;
    /* [disabled]padding-bottom: 50px;
*/
    z-index: 3;
    top: 0px;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px
}


/*#threex p,
#threez p,
#threer p {
    margin-top: 55px !important;
}*/

.staffs a p {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    width: 100%;
    height: 30px;
    text-align: center;
    color: #000000;
    padding-left: 0px;
    /* [disabled]padding-bottom: 50px;
*/
    z-index: 3;
    bottom: -11px;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px
}

.staffs a img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    transition: 0.5s
}

.staffs a img:hover {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}

#staffgr {
    padding-bottom: 100px;
}

.inner #staffsg .staffs {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.staffs p strong {
    display: block;
    margin-top: 30px;
}

.inner #staffsg .staffsg {
    width: 43%;
    display: block;
    padding-top: 40px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#staffsg .staffs h4 {
    width: auto;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    margin-top: 50px;
    letter-spacing: 3px;
    font-size: 20px !important;
}

#staffsg .staffs .names {
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid #C5C3C3;
    text-align: center
}

#staffsg .staffs h5 {
    margin-top: 80px;
    border-bottom: 1px solid #DBDADA;
    line-height: 40px;
}

.staffs table {
    width: 98%;
    margin-top: 40px;
    margin-bottom: 50px;
}

.staffs table tbody tr th {
    width: 10%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #ECECEC;
}

.staffs table tbody tr td {
    width: 40%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-top: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
}

#staffsg .staffs p {
    display: block;
    margin-left: 15px;
}

#staffsg .staffs span {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
    letter-spacing: 3px;
}

.inner #staffsg .staffsg img {
    width: 100%;
    height: auto
}

.inner #staffsg .staffsg img:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.nomalheader {
    width: 100%;
    height: 300px;
    /*background: #b9bf7f;
background: -moz-linear-gradient(45deg,  #b9bf7f 0%, #a7af5f 50%, #b9bf7f 51%, #a7af5f 100%);
background: -webkit-linear-gradient(45deg,  #b9bf7f 0%,#a7af5f 50%,#b9bf7f 51%,#a7af5f 100%);
background: linear-gradient(45deg,  #b9bf7f 0%,#a7af5f 50%,#b9bf7f 51%,#a7af5f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9bf7f', endColorstr='#a7af5f',GradientType=1 );*/
    background-color: #CCE198;
    padding-top: 200px;
    text-align: center;
    background-image: url(images/header/staffalsl.jpg);
    background-size: cover;
}

.nomalheader img {
    width: 100%;
    height: auto;
}

.nomalheader h2 {
    color: #fff;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
    letter-spacing: 2px;
    text-shadow: 1px 1px 1px #333;
    margin-top: -20px
}

.inner .posts img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.posts .eye img {
    width: 100%;
    height: auto;
    margin: 0px;
}

.posts a {
    color: #C87C7B;
}

.left a h1 img {
    width: 30%;
    height: auto;
}

.subshead.spnone .left a {
    text-decoration: none
}

.textcenter {
    text-align: center;
}

.keyimg .staffimg img {
    width: 100%;
    height: auto;
}

#article #headimages {
    margin-top: 120px;
}

.slideshow_container img {
    object-fit: contain;
}


/*---- 202103 ------*/

.btn {
    display: inline-block;
    padding: 13px 20px;
    color: #fff;
    text-decoration: none;
    position: relative;
    background: transparent;
    border: 1px solid #e1e1e1;
    font: 12px/1.2 "Oswald", sans-serif;
    letter-spacing: 0.4em;
    text-align: center;
    text-indent: 2px;
    text-transform: uppercase;
    transition: color 0.1s linear 0.05s;
}

.btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    z-index: 1;
    opacity: 0;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}

.btn::after {
    transition: border 0.1s linear 0.05s;
}

.btn .btn-inner {
    position: relative;
    z-index: 2;
}

.btn:hover {
    color: #373737;
    transition: color 0.1s linear 0s;
}

.btn:hover::before {
    top: 0;
    height: 100%;
    opacity: 1;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}

.btn:hover::after {
    border-color: #373737;
    transition: border 0.1s linear 0s;
}

.slideshow {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

.slideshow .slideshow-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slideshow .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slideshow .slide {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.slideshow .slide.is-active {
    display: block;
}

.slideshow .slide.is-loaded {
    opacity: 1;
}

.slideshow .slide .caption {
    padding: 0 100px;
}

.slideshow .slide .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    z-index: 1;
    background-size: cover;
    image-rendering: optimizeQuality;
}

.slideshow .slide .image-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
}

.slideshow .slide .image {
    width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.slideshow .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slideshow .slide .title {
    margin: 0 auto 15px;
    max-width: 1000px;
    font: 300 50px/1.2 "Oswald", sans-serif;
    letter-spacing: 0.35em;
    text-transform: uppercase;
}

.slideshow .slide .text {
    margin: 0 auto;
    max-width: 1000px;
    font-size: 18px;
    line-height: 1.4;
}

.slideshow .slide .btn {
    margin: 15px 0 0;
    border-color: #fff;
}

.slideshow .slide .btn::before {
    background: #fff;
}

.slideshow .pagination {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: 12px;
    cursor: default;
    z-index: 2;
    text-align: center;
}

.slideshow .pagination .item {
    display: inline-block;
    padding: 15px 5px;
    position: relative;
    width: 46px;
    height: 32px;
    cursor: pointer;
    text-indent: -999em;
    z-index: 1;
}

.slideshow .pagination .item+.page {
    margin-left: -2px;
}

.slideshow .pagination .item::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    width: 36px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    transition: background 0.2s ease;
}

.slideshow .pagination .item::after {
    width: 0;
    background: #fff;
    z-index: 2;
    transition: width 0.2s ease;
}

.slideshow .pagination .item:hover::before,
.slideshow .pagination .item.is-active::before {
    background-color: #fff;
}

.slideshow .arrows .arrow {
    margin: -33px 0 0;
    padding: 20px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 3;
}

.slideshow .arrows .prev {
    left: 30px;
}

.slideshow .arrows .prev:hover .svg {
    left: -10px;
}

.slideshow .arrows .next {
    right: 30px;
}

.slideshow .arrows .next:hover .svg {
    left: 10px;
}

.slideshow .arrows .svg {
    position: relative;
    left: 0;
    width: 14px;
    height: 26px;
    fill: #fff;
    transition: left 0.2s ease;
}


/*@media screen and (max-width: 767px) {*/

@media only screen and (max-width:1024px) and (orientation: portrait) {
    .slideshow .slide .text {
        margin: 0 auto;
        max-width: 100%;
        font-size: 18px;
        line-height: 1.4;
    }
    .topslidersp h2 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 100px;
        display: block;
        color: #fff;
        letter-spacing: 2px;
        z-index: 99 !important;
        display: block;
        text-align: center;
        /*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;*/
        font-family: source-han-serif-japanese, serif;
        font-weight: 500;
        text-shadow: 1px 1px 1px #333;
        font-size: 20px !important;
        line-height: 50px !important;
    }
}