@charset "utf-8";

/*
Theme Name: AKY 2026
Theme URI: aky_theme
Version: 1
Description: 
Author:macolab
Author URI: 
*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
#wrap {
    overflow: hidden;
}

.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;
    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: #9E544C;
    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;
}


/*---------------[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;
}

.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(151, 73, 69, 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: 75%;
    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;
	line-height: 40px;
}

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

.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: #fff;
    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(151, 73, 69, 0.7);
}

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

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

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

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

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

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

*.head nav ul li:nth-child(7) a:after {
    color: #ffe6d0;
    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: 14px;
    padding-bottom: 10px;
    height: auto;
}

.grovel {
    height: 70px !important;
}

.menu>li span {
    display: block;
    text-align: center;
    color: #9E544C;
    line-height: normal;
    font-size: 12px
}

.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 #CA9A94;
    line-height: normal
}

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

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

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

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

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


/* 下矢印 */

.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 #EDE7E6;
    border-right: 1px solid #EDE7E6;
    border-bottom: 1px solid #EDE7E6;
}

.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: #9E544C;
}

.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: #EDE7E6;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #555;
}

.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;*/
    padding-left: 9%;
    letter-spacing: 5px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 40px;
    height: auto;
    max-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

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

.keyimgs {
    width: 100%;
    display: block;
    padding-top: 100px;
    position: relative;
    height: auto;
    min-height: 600px;
    max-height: 600px;
    overflow: hidden;
    background-color: #F3F1F1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}

.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: auto;
    /*margin-left: 8%;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;*/
    letter-spacing: 5px;
    line-height: 60px;
    text-align: center;
    padding-top: 10%;
}

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

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

@media screen and (min-width:1450px) {
    .page-id-20 .keyimg,
    .page-id-80 .keyimg {
        max-width: 1450px;
        margin: 0 auto !important;
        background-position: center bottom;
        background-size: 100% auto !important;
    }
    .page-id-20 header+section {
        background-color: #F2F0EE;
    }
}

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

.thimg .txt {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 20px;
    width: 60%;
}

.thimg .txt,
.thimg .txt p {
    font-size: 15px;
}

.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: 100%;
    position: absolute;
    right: 0;
    top: -50px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px;
}

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

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

.wrapper.shisetu .pr a:nth-of-type(1):hover {
    background-color: #414D76;
    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: 30%;
    z-index: 999;
    position: relative;
}

.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 #94584F;
    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: #EDE7E6;
background: -moz-linear-gradient(45deg,  #EDE7E6 0%, #a7af5f 50%, #EDE7E6 51%, #a7af5f 100%);
background: -webkit-linear-gradient(45deg,  #EDE7E6 0%,#a7af5f 50%,#EDE7E6 51%,#a7af5f 100%);
background: linear-gradient(45deg,  #EDE7E6 0%,#a7af5f 50%,#EDE7E6 51%,#a7af5f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDE7E6', 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:after {
    content: '';
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: url('./images/overlays/01.png') repeat;
    z-index: 2;
}

.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;
}

.color_az {
    background-color: rgba(151, 73, 69, 0.2);
}

.color_az .flex-container_column {
    display: block;
    margin: 24px auto;
}

.color_az .flex-container_column .buttn ul {
    display: block;
    justify-content: space-between;
}

.color_az .flex-container_column .buttn ul li {
    width: 48%;
    color: #fff;
}

.color_az .flex-container_column .buttn ul li p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 0 auto 16px auto;
}

.color_az .flex-container_column .buttn ul li:first-child a {
    display: block;
    background-color: #974945;
    color: #fff;
    padding: 16px;
}

.color_az .flex-container_column .buttn ul li:last-child a {
    display: block;
    background-color: #a75f5b;
    color: #fff;
    padding: 16px;
}

.color_az .flex-container_column .buttn ul li:first-child a:hover,
.color_az .flex-container_column .buttn ul li:last-child a:hover {
    text-decoration: none;
}

.color_az .flex-container_column .buttn ul li a span {
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    text-align: center;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px #332120;
}

.color_az .flex-container_column .buttn ul li a .material-icons {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    margin-right: 16px;
    width: 15%;
}


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

@media only screen and (max-width:1024px) and (orientation: portrait) {
    .color_az .flex-container_column .buttn ul li {
        margin: 4px 0;
    }
    .color_az .flex-container_column .buttn ul li p {
        font-size: 14px;
        margin: 0 auto 4px auto;
    }
    .color_az .flex-container_column .buttn ul li:first-child a {
        padding: 8px;
        border-radius: 10px;
    }
    .color_az .flex-container_column .buttn ul li:last-child a {
        padding: 8px;
        border-radius: 10px;
    }
    .color_az .flex-container_column .buttn ul li a span {
        font-size: 24px;
        width: 70%;
    }
    .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;
    }
}

.wpcf7-list-item {
    width: auto;
}

.smush-detected-img {
    box-shadow: none !important;
}


/*-----------過去のSPcss--------*/
@media only screen and (max-width:767px) {
    .wrapper.kobetu .btn {
        width: 140px !important;
        height: 140px !important;
        position: absolute;
        left: 30% !important;
        right: 0;
        top: -40px !important;
        z-index: 2
    }
    #saiyou .cont_wht .spspace {
        height: auto;
        display: block;
    }
    .keyimgs {
        padding: 30px;
        min-height: auto;
        max-height: 600px;
    }
    .keyimg {
        height: auto;
        padding-top: 10px;
    }
    .keyimg h2 {
        height: auto;
        background-color: rgba(255, 255, 255, 0.5);
    }
    .keyimgs h2 {
        padding-left: 0;
        background-color: rgba(255, 255, 255, 0.5);
    }
    .keyimg h2,
    .keyimgs h2 {
        font-size: 14px;
    }
    .keyimgs h2 {
        padding-left: 0;
        letter-spacing: 2px;
        line-height: 24px;
        text-align: center;
        z-index: 3;
        margin: 50px auto 0 auto;
        padding: 8px;
        height: auto;
        width: 100%;
    }
    .btn {
        padding: 0;
        border: none;
    }
    .wrapper.kobetu {
        height: 300px !important;
    }
    .wrapper.kobetu .btn {
        display: none;
    }
    .cont_wht .wrapper.kobetu .prsapace {
        width: 100%;
        top: 0;
    }
    .wrapper.shisetu p.spnone {
        display: none;
    }
    /*.wrapper.shisetu .btn {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 2;
        width: 100%;
        height: auto
    }
    */
    #threex,
    .wrapper.shisetu .btn,
    .wrapper.shisetu .btn::after .btn::before,
    .btn:hover::after,
    .btn:hover::after {
        display: none;
    }
    .wrapper.shisetu .pr h4 {
        font-size: 16px;
    }
    .spnone {
        display: none;
    }
    .cont_wht .flex-container .staffs {
        margin: 24px auto;
        width: 60%;
    }
    .cont_wht .wrapper.kobetu .prsapace {
        width: 100%;
        /*top: 170px;*/
        display: block;
    }
}

@media screen and (max-width:1024px) and (orientation: portrait) {
    * {
        margin: 0;
        padding: 0;
        -webkit-text-size-adjust: 100%;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%
    }
    .syokusyus dl {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .syokusyus dl dt,
    .syokusyus dl dd {
        margin: 0;
        font-size: 13px;
    }
    .spnone {
        display: none!important
    }
    .flex-container .cel {
        padding: 0 0 130px 0
    }
    .head h2 {
        position: absolute;
        right: 0%;
        left: 5%;
        top: 30%;
        z-index: 3;
        color: #FFFFFF;
        font-family: source-han-serif-japanese, serif;
        font-weight: 400;
        text-shadow: 1px 1px 1px #333;
        font-size: 15px;
        line-height: 30px;
    }
    .nomalheader {
        width: 100%;
        height: 150px;
        background-color: #CCE198;
        padding-top: 90px;
        text-align: center;
        background-image: url(images/header/staffalsl.jpg);
        background-size: 100% auto;
    }
    .nomalheader h2 {
        font-size: 18px;
        margin-top: auto
    }
    img.ajax-loader {
        height: 1px !important;
    }
    .prsap .thimg img {
        width: 100% !important;
        height: auto;
        display: block;
        vertical-align: top;
        margin-top: 10px;
    }
    .pagenav .pagecount .pre {
        width: 100%;
        display: block;
        vertical-align: top
    }
    .pagenav .pagecount .next {
        width: 100%;
        display: block;
        vertical-align: top;
        text-align: right
    }
    .nomaltb {
        margin-bottom: 50px;
    }
    .nomaltb tr th,
    .nomaltb tr td {
        width: 100% !important;
        display: block;
        clear: both;
        float: none;
    }
    .sns ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        /* Safari */
        flex-wrap: wrap;
    }
    .sns ul li {
        margin: 10px;
        list-style-type: none;
        display: inline-block !important;
        vertical-align: top !important;
        width: auto;
    }
    .sns ul li a {
        font-size: 11px;
    }
    .nomaltb tr th {
        text-align: center !important
    }
    .nomaltb tr td {
        border-left: 1px solid #ECECEC;
    }
    .nomaltb tr td ul {
        width: 100% !important;
        display: block;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 0px !important;
    }
    .inner .faq h4 {
        font-size: 14px;
        text-align: center;
        display: block;
        background-color: #EBE3E2;
        border-radius: 180px;
        padding-top: 5px;
        padding-bottom: 15px;
        padding-right: 10px;
        padding-left: 10px;
        height: auto;
    }
    .inner .faq .a_text {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 0px;
        margin-bottom: 40px;
    }
    .accordion-open img {
        width: 165px;
        height: auto;
        float: none !important;
        margin-right: auto !important;
        margin-left: auto;
        display: block !important;
        clear: both;
    }
    .accordion-open h4 {
        float: none !important;
        clear: both !important;
        display: block !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center !important;
        width: 100%;
        margin-top: 20px !important;
    }
    .accordion-open p {
        margin-left: 0px;
        margin-top: 0px;
        clear: both;
    }
    .comment h5 {
        text-align: left;
        line-height: 35px;
        font-weight: normal
    }
    .comment {
        width: 100% !important;
        height: auto;
    }
    .comment h5 {
        font-size: 14px !important;
    }
    .comment p {
        font-size: 12px !important;
    }
    .comment p strong {
        margin-top: 30px;
        margin-bottom: -10px !important;
        display: block;
        line-height: normal !important;
    }
    article .intver.senpai .left {
        margin-left: 8% !important;
        margin-right: auto !important;
        width: 80% !important;
    }
    .posts .intver.senpai .nametitle {
        text-align: right;
        display: block;
        margin-right: 20px !important;
        margin-bottom: 40px;
        width: 90%;
        font-size: 10px;
    }
    .morepr .panelsp {
        margin-bottom: 40px;
    }
    .faq .a_text p {
        width: 90%;
        display: block !important;
        vertical-align: top;
        margin-left: auto;
        margin-right: auto;
    }
    .inner .faq .a_text:before {
        margin-top: 20px;
        margin-right: 20px;
        margin-left: 45% !important;
        font-size: 20px;
    }
    .inner .faq h4:before {
        margin-right: 0px;
        margin-bottom: 10px;
        font-size: 14px;
        display: block;
    }
    .wrapper.kobetu {
        width: 95% !important;
        height: auto;
        clear: both;
        float: none;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 1;
        margin-top: 20px;
        display: block;
    }
    #staffsg .staffs p {
        display: block;
        margin-left: 10px;
        padding-right: 15px !important;
    }
    #staffgr {
        padding-bottom: 0px;
    }
    .wrapper.kobetu .btn p {
        font-size: 12px !important;
        line-height: normal !important;
        margin-top: 0px !important;
        margin-bottom: 0 !important;
    }
    .cont_wht .wrapper.kobetu .prsapace {
        width: 100%;
        display: block;
        position: relative;
    }
    .wrapper.kobetu .prsapace h3 {
        font-size: 18px;
    }
    .fullrec {
        text-align: left !important;
    }
    .head .topslider {
        width: 100%;
        height: auto;
    }
    .seopr h2 {
        font-size: 16px;
        padding-top: 0px !important;
        display: block;
        line-height: 30px;
    }
    .seopr h2:last-of-type {
        font-size: 16px;
        padding-bottom: 0px !important;
        padding-top: 40px !important;
        display: block
    }
    .cont_wht .inner {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
    }
    .cont_color .multiple-item {
        padding: 60px 0;
    }
    .cont_color .multiple-item li {
        margin-left: 5px;
        margin-right: 5px;
    }
    #saiyou .cont_wht .wraps {
        width: 95% !important;
        height: auto;
        clear: both;
        float: none;
        margin-left: auto;
        margin-right: auto;
        position: static !important;
        z-index: 1;
    }
    .wraps .prsap h3 {
        font-size: 18px !important;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        height: auto;
    }
    article .intver.senpai h4 {
        padding-right: 5px !important;
    }
    .messe {
        width: 100%;
        height: auto;
        margin-top: -20px !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
        margin-bottom: 80px !important;
    }
    #spspot {
        padding-bottom: 5px;
    }
    .topslider li img {
        width: 100%;
        height: auto;
        min-height: 250px;
    }
    .cont_color_logo {
        width: 100%;
        height: auto;
        background-color: #F5F2ED;
        background-image: url(images/logo/logo_rgba.svg);
        background-position: 45% 40%;
        background-repeat: no-repeat;
        background-size: 300px auto;
    }
    .inner {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .inner .left,
    .inner .right {
        width: 95%;
        display: block;
        clear: both;
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .inner h3 {
        font-size: 15px;
        letter-spacing: 1px;
        position: relative;
        text-align: center;
        margin-bottom: 0px;
    }
    .fullrec h3:before,
    .full h3:before {
        content: "";
        display: block;
        border-top: solid 1px #ccc;
        width: 30%;
        height: 1px;
        position: absolute;
        top: 50%;
        left: 35% !important;
        z-index: 1;
    }
    .inner h3 span {
        display: block;
        font-size: 12px;
        /* [disabled]line-height: 25px;
*/
    }
    .fullrec h3:before {
        content: "";
        display: block;
        border-top: solid 1px #ccc;
        width: 30%;
        height: 1px;
        position: absolute;
        top: 50%;
        left: 35% !important;
        z-index: 1;
        /*content: "";
	display: block;
	border-top: solid 1px #ccc;
	width: 10%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 45%;
	z-index: 1;*/
    }
    .flex-container_column .cel .left {
        display: block;
        width: 150px !important;
        background-color: #CCE198;
        position: static;
        height: 150px !important;
        margin-left: 25%;
        margin-right: auto;
        clear: both;
        float: none;
        margin-top: 10px;
    }
    .flex-container_column .cel .right {
        display: block;
        width: 100% !important;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        clear: both;
        float: none;
    }
    .spsudmd {
        line-height: 25px;
    }
    .wrapper {
        /* [disabled]min-height: 100vh;
*/
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        -webkit-flex-direction: column;
        /* Safari */
        flex-direction: column;
        margin: 0 auto;
    }
    .btn {
        width: 150px;
        height: 150px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: bold;
        position: relative;
        margin-right: 0px !important;
        margin-top: 80px;
    }
    .btn p {
        font-weight: bold;
    }
    .btn:hover {
        text-decoration: none
    }
    .btn:nth-child(1) {
        margin-top: 0
    }
    .btn:nth-child(3) {
        margin-top: 80px !important;
        clear: both !important;
        float: none;
    }
    .flex-container_column .cel .right h4 {
        font-weight: bold;
        font-size: 16px !important;
        line-height: 30px !important;
        padding-left: 20px;
    }
    .inner .flex-container_column .buttn {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }
    .buttn ul li {
        width: 100% !important;
        display: block;
        clear: both;
        float: none;
    }
    .buttn ul li:last-child {
        width: 100% !important;
        display: block;
        clear: both;
        float: none;
        margin-left: 0px !important;
    }
    .news h4:before {
        content: 'NEWS';
        font-size: 18px;
        line-height: 30px;
    }
    #saiyou .news h4:before {
        content: 'JOB NEWS';
        font-size: 18px;
        line-height: 30px;
    }
    .inner .news h4 {
        text-align: center;
        color: #555555;
        font-size: 15px;
        line-height: 30px;
        position: absolute;
        margin-top: auto;
        margin-right: auto;
        margin-bottom: auto;
        margin-left: auto;
        right: 0px;
        bottom: 0px;
        left: 0px;
        top: -30px;
    }
    .cont_wht .inner .news {
        background-color: #F6F3F3;
        position: relative;
        margin-top: 50px;
        margin-bottom: 30px !important;
        width: 90%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .inner .news ul {
        width: 90%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding-top: 70px;
        padding-bottom: 20px;
        position: relative;
    }
    .news ul li {
        list-style-type: none;
        display: block;
        position: static;
        margin-bottom: 20px;
        clear: both;
        float: none;
    }
    .news ul li time {
        margin-right: 30px;
        color: #777777;
        font-size: 12px;
        float: left;
        padding: 4px 0;
    }
    .news ul li time:before {
        content: '●';
        color: #A7AF5F;
        margin-right: 5px
    }
    .news ul li h5 {
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
    }
    .inner .news h4+a {
        display: none
    }
    .full {
        margin-bottom: 0px;
        padding: 0px !important;
    }
    /*.flex-container {
  display: -webkit-flex;
  display: flex;
}*/
    .cont_color_ten,
    .cont_color,
    .cont_color_rec {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
    }
    .flex-container {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -webkit-flex-direction: column-reverse;
        /* Safari */
        flex-direction: column-reverse;
    }
    #staffgr.flex-container {
        flex-direction: row;
    }
    .cont_wht .flex-container .staffs {
        width: 30%;
    }
    .flex-container .cel {
        width: 90%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        position: relative;
        background-color: transparent !important;
        display: block;
        padding-top: 30px;
    }
    .inner #staffsg .staffs {
        width: 95% !important;
        display: block;
        padding-top: 40px;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .inner #staffsg .staffsg {
        width: 43%;
        display: block;
        padding-top: 40px;
        margin-bottom: -40px;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .cont_color_ten {
        width: 100%;
        height: auto;
        background-color: #FCF5EB;
    }
    .flex-container .cel img {
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px !important;
        margin-left: 0px;
        -moz-transition: -moz-transform 0.5s linear;
        -webkit-transition: -webkit-transform 0.5s linear;
        -o-transition: -o-transform 0.5s linear;
        -ms-transition: -ms-transform 0.5s linear;
        transition: transform 0.5s linear;
        z-index: 1;
    }
    .flex-container .cel img:hover {
        -webkit-transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        -o-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        transform: scale(1) !important;
        z-index: 1;
    }
    .flex-container .cel .about {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-bottom: 15px;
        padding-top: 10px;
        z-index: 2;
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 150px !important;
        display: block;
    }
    a .about h4 {
        font-size: 16px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    a .about p {
        font-size: 13px;
    }
    .cont_color_rec .revlink {
        width: 60% !important;
        height: 60px !important;
        line-height: 60px !important;
        color: #FFFFFF;
        font-size: 14px !important;
        margin-top: -40px !important;
        margin-bottom: 20px !important;
    }
    .forms {
        width: 95% !important;
        height: auto;
        margin-bottom: 40px;
        margin-top: 40px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        border-radius: 3px;
    }
    .forms table {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .forms table tbody tr th {
        width: 100% !important;
        text-align: left;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        border-bottom: 1px dashed #D0CDCD;
        display: block;
        margin-top: 0px;
        float: none;
        clear: both;
    }
    .forms table tbody tr td {
        width: 100% !important;
        text-align: left;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
        border-left: none !important;
        margin-top: 0px;
        border-bottom: 1px dashed #D0CDCD;
        float: none;
        clear: both;
        display: block;
    }
    input[type=submit] {
        width: 50%;
        height: 40px;
        display: block;
    }
	input[type="checkbox"] {
		width: 13px;
    	height: 13px;
	}
    .foots .inner h6 {
        width: 80% !important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .foots .inner h6 p {
        font-size: 13px !important;
    }
    .inner h6 img {
        width: 50% !important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .foots .inner nav ul li {
        width: 49% !important;
        height: auto;
        display: inline-block;
        vertical-align: top;
        border-right: 1px solid rgb(209, 191, 191);
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .foots .inner nav ul li:nth-child(2n) {
        border-right: 0px solid #fff;
    }
    .foots .inner nav ul li a {
        display: block;
        text-decoration: none;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        transition: 0.4s;
        margin-left: -2px;
        font-size: 12px;
        color: #fff;
    }
    .inner nav ul {
        display: block;
        margin-left: 0%;
        margin-right: auto;
    }
    .foots small {
        font-size: 11px !important;
    }
    .cont_color_rec .revlink {
        width: 60% !important;
        height: 60px;
        line-height: 60px;
        color: #FFFFFF;
        font-size: 16px;
        margin-top: -50px !important;
    }
    .rec_menu .rec_sub {
        width: 100% !important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .tops {
        display: block;
        margin-top: -45px;
        z-index: 10;
        position: absolute;
    }
    .rec_menu .rec_sub li {
        display: inline-block;
        width: 32.3% !important;
    }
    .rec_menu .rec_sub li a {
        padding-top: 5px!important;
        padding-bottom: 5px !important;
        font-size: 12px !important;
    }
    .worksp {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .flex-container .seido {
        width: 95% !important;
        height: auto;
        background-image: url(../images/bg/kabe.png);
        background-repeat: no-repeat;
        background-color: #fff;
        position: relative;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        margin: 10px;
        border: 1px solid #fff;
    }
    .inner h3 {
        font-size: 18px;
    }
    #anser {
        width: 90% !important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
        background-color: #414D76;
        text-align: center;
        display: block;
        transition: 0.5s;
        color: #fff;
        padding: 5px;
        line-height: 30px !important;
        border-radius: 5px;
        font-size: 14px !important;
        /* [disabled]margin-top: -70px !important;
*/
    }
    .subshead .left {
        width: 20%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin-right: 20px;
        text-align: center
    }
    .subshead .right {
        width: 78.5%;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }
    .subshead .left h1 img {
        width: 35%;
        height: auto;
        margin-top: 20px;
    }
    #000000001A3AC1B0 {
        width: 90% !important;
        height: auto;
    }
    .subshead .left p {
        color: #A7AF5F
    }
    .subshead .left a:hover {
        text-decoration: none
    }
    .keyimg h2,
    .keyimgs h2 {
        margin-left: 0% !important;
        letter-spacing: 3px;
        line-height: 35px !important;
        font-size: 16px;
        text-align: center;
        word-wrap: break-word;
        width: 100% !important;
        z-index: 10;
        padding-bottom: 0px;
        margin: 0px !important;
        padding: 0;
    }
    #saiyou .pan_border {
        margin: 24px auto
    }
    .keyimg h2:before {
        content: 'Recruit';
        -ms-writing-mode: lr-tb;
        /* for MS IE8+ */
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        display: block;
        color: #9E544C;
        font-family: Lucida Console, Monaco, monospace;
        font-size: 16px !important;
    }
    .keyimg,
    .keyimgs {
        width: 100%;
        display: flex;
        /*padding-top: 0px;*/
        position: relative;
        height: 200px;
        overflow: hidden;
        background-color: #F3F1F1;
        /*margin-top: 55px;*/
        background-size: 100% auto !important;
        background-position: bottom;
    }
    .keyimg img,
    .keyimgs img {
        width: 100%;
        height: auto;
        position: absolute;
        right: 0px;
        top: auto;
        bottom: 0px;
        margin: 0px;
    }
    .keyimg {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #chsi {
        margin-bottom: -70px !important;
    }
    .intver {
        width: 123% !important;
        margin-top: 30px !important;
        margin-bottom: 30px !important;
        margin-left: -25px;
    }
    .intver .right {
        display: block;
        width: 90% !important;
        clear: both;
        float: none;
        margin-top: 0px;
        margin-bottom: 0px;
        background-color: #d9d9d9;
        margin-left: 0px;
        margin-right: 10px;
        border-radius: 20px;
        padding: 10px;
        position: relative;
    }
    .intver .right img {
        width: 15%;
        margin-left: 0px;
        border-radius: 180px;
        position: absolute;
        top: 5px;
        right: 5px;
    }
    .intver .right .text {
        display: block;
        width: 100% !important;
        margin-top: 20px;
    }
    .intver .right h4 {
        padding-right: 50px;
        margin-top: -5px;
    }
    .wrapper.shisetu a p {
        line-height: 20px;
        font-size: 14px !important;
        margin-top: 30px !important;
        z-index: 2
    }
    .wrapper.shisetu .pr h3:before {
        border-top: solid 0px #ccc;
    }
    #lastsst {
        margin-bottom: 50px
    }
    .lastsst {
        margin-bottom: 50px
    }
    .wrapper.shisetu {
        padding-top: 0;
        position: relative;
        width: 95%;
        height: auto;
        z-index: 1;
        margin: 0 auto 40px auto;
    }
    .wrapper.shisetu .pr {
        width: 100%;
        height: auto;
        position: static;
        right: 0;
        top: 0px;
        /*background-color: rgba(255, 255, 255, 0.7);*/
        padding: 16px;
        background-color: rgba(93, 60, 54, 0.1);
    }
    .inner .wrapper.shisetu img {
        position: static;
        width: 100%;
        height: auto;
    }
    #threex {
        display: none;
    }
    .wrapper.shisetu .pr a {
        position: static;
    }
    .wrapper.shisetu .pr a {
        width: 60%;
        margin: 24px auto 0 auto;
        font-size: 14px;
    }
    .intver .left {
        display: block;
        width: 90% !important;
        clear: both;
        float: none;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 10px;
        margin-right: 0px;
        border-radius: 20px;
        padding: 10px;
        position: relative;
    }
    .intver .left img {
        width: 15%;
        margin-left: 0px;
        border-radius: 180px;
        position: absolute;
        top: -40px;
        left: -5%;
    }
    .intver .left .text {
        display: block;
        width: 100% !important;
        margin-top: 20px;
    }
    .intver .left h4 {
        padding-left: 50px !important;
        margin-top: -5px;
    }
    .foots .inner nav {
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    #staffsg .staffs h5 {
        line-height: normal;
        font-size: 16px;
    }
    .staffs table {
        margin-bottom: 40px;
    }
    .inner .pan_border .pannav {
        font-size: 11px;
        color: #888;
    }
    .wrapper.kobetu .btn .nomalp {
        /* margin-top: -15px !important;*/
        display: block;
    }
    .keyimgs br {
        float: left !important;
        width: 1px !important;
    }
    .keyimg br {
        float: left !important;
        width: 1px !important;
    }
    .forms table tbody tr td {
        padding: 6px 0 !important;
    }
}


/*@media only screen and (min-width:768px) and (max-width:1024px) {*/

@media screen and (min-width:768px) and (max-width:1024px) and (orientation: portrait) {
    .flex-container {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .flex-container .cel {
        width: 90%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        position: relative;
        background-color: transparent !important;
        display: inline-block !important;
        vertical-align: top;
        padding-top: 30px;
    }
    .topslider li img {
        height: auto;
        min-height: 800px;
        z-index: 3;
    }
    .forms table tbody tr th {
        width: 100%;
        text-align: left;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        margin-top: 5px;
        border-bottom: 1px dashed #D0CDCD;
    }
    .forms {
        width: 100% !important;
    }
    .btn {
        width: 200px !important;
        height: 200px !important;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: bold;
        position: relative;
        margin-right: 0px !important;
        left: 0px;
        margin-top: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .btn p {
        font-weight: bold;
        font-size: 14px !important;
    }
    .menu>li {
        position: relative;
        height: 70px
    }
    .wrapper.shisetu {
        margin-top: 250px;
        position: relative;
        width: 100%;
        height: 450px;
        z-index: 1;
        margin-left: 0px;
    }
    .wrapper.shisetu .pr {
        width: 35%;
        height: 450px;
        position: absolute;
        right: 0;
        top: -50px;
        background-color: rgba(255, 255, 255, 0.7);
        padding: 15px;
    }
    .inner .wrapper.shisetu img {
        /*width: 130% !important;
        height: 100% !important;*/
        width: 100%;
        height: auto;
    }
    .rec_menu .rec_sub {
        width: 100% !important;
    }
    .rec_menu .rec_sub li a {
        font-size: 12px !important;
    }
    .menu>li a {
        line-height: normal;
        font-size: 12px;
    }
    .menu>li span {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        bottom: 0px;
        font-size: 10px;
    }
    .subshead .right {
        width: 76%;
        height: auto;
    }
    .subshead .left h1 img {
        width: 40%;
    }
    .subshead .left p {
        line-height: 20px;
    }
    .keyimg h2 {
        height: 140px;
        top: 20px;
        line-height: 40px;
        font-size: 20px;
    }
    .keyimg h2:before {
        font-size: 20px;
    }
    .keyimg {
        padding-top: 100px;
        height: 300px;
    }
    .keyimg img {
        width: 75%;
        height: auto;
        position: absolute;
        right: 0px;
        top: auto;
        bottom: 0px;
    }
    .keyimgs {
        padding-top: 0px;
        height: auto;
    }
    .keyimg {
        padding-top: 50px;
        height: auto;
    }
    .keyimgs img {
        width: 100%;
        height: auto;
        position: absolute;
        right: 0px;
        top: auto;
        bottom: 0px;
    }
    .pan_border {
        display: block;
        margin-top: 20px;
    }
    .inner .jobpr h2 {
        font-size: 18px;
        margin-top: 40px
    }
    .inner .jobpr h2:first-of-type {
        font-size: 18px;
        margin-top: 80px!important
    }
    .flex-container .seido {
        width: 45% !important;
        height: auto;
        background-image: url(../images/bg/kabe.png);
        background-repeat: no-repeat;
        background-color: #fff;
        position: relative;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        margin: 10px;
        border: 1px solid #fff;
    }
    #graf .grafs canvas {
        width: 100%;
        height: 300px;
    }
    #graf .grafs h4 {
        margin-top: 40px;
        line-height: 50px;
    }
    a .about h4 {
        font-size: 16px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    a .about p {
        font-size: 13px;
    }
    .cont_color_rec .revlink {
        width: 50% !important;
        height: 60px;
        line-height: 60px;
        color: #FFFFFF;
        font-size: 20px;
        margin-top: -50px !important;
    }
    .flex-container_column .cel .left {
        width: 30% !important;
        height: 250px !important;
        margin-top: 20px;
        margin-left: 15px;
    }
    .flex-container_column .cel .right {
        width: 65% !important;
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .pcnone,
    #top-head {
        display: none!important
    }
    a .about h4 {
        font-size: 15px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    a .about p {
        font-size: 13px;
    }
    .nomalp {
        display: block !important;
        font-size: 16px !important;
        padding-top: 0px !important;
    }
    .btn {
        width: 150px;
        height: 150px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: bold;
        position: relative;
        margin-right: 0px !important;
        margin-top: 80px;
    }
    /*.btn p {
	font-weight: bold;
	font-size: 14px !important;
	margin-top: 40px !important;
}*/
    .keyimg h2,
    .keyimgs h2 {
        margin-left: 0% !important;
        text-align: center;
        word-wrap: break-word;
        width: 100% !important;
        z-index: 10;
        padding-bottom: 0px;
        margin: 0px !important;
        padding: 0;
    }
    .rec_menu .rec_sub {
        width: 100% !important;
    }
    .menu>li {
        position: relative;
        height: 70px
    }
    .menu>li a {
        line-height: normal;
        font-size: 12px;
    }
    .menu>li span {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        bottom: 0px;
        font-size: 10px;
    }
    .subshead .right {
        width: 76%;
        height: auto;
    }
    .subshead .left h1 img {
        width: 40%;
    }
    .subshead .left p {
        line-height: 20px;
    }
    .keyimg h2 {
        height: auto;
        padding-top: 10%;
    }
    .keyimg h2:before {
        font-size: 50px;
    }
    .keyimg img,
    .keyimgs img {
        width: 75%;
        height: auto;
        position: absolute;
        right: 0px;
        top: auto;
        bottom: 0px;
    }
    .wrapper.kobetu {
        height: auto;
    }
    .wrapper.kobetu .btn {
        width: 100%;
    }
    .wrapper.kobetu .btn::before,
    .wrapper.kobetu .btn::after {
        display: none;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation: portrait) {
    .wrapper.kobetu .btn {
        /* width: 140px !important;
        height: 140px !important;
        position: absolute;
        left: 40% !important;
        right: 0;
        top: -40px !important;
        z-index: 2;*/
        display: none;
    }
    .keyimg,
    .keyimgs {
        /* padding-top: 200px;*/
        min-height: 200px;
    }
    #saiyou .cont_wht .wraps,
    .wrapper.kobetu {
        position: relative;
        height: auto;
    }
    #saiyou .cont_wht .spspace {
        height: auto;
        display: block;
    }
    .wrapper.shisetu .btn {
        /*position: absolute;
        top: 0px;
        left: 35%;
        right: 0;
        z-index: 2;
        width: 150px;
        height: 150px;*/
        display: none;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation: landscape) {
    .pcnone,
    #top-head {
        display: none!important
    }
    .subshead .left a p {
        font-size: 12px;
    }
    .menu>li a {
        font-size: 12px;
    }
    .menu>li span {
        font-size: 10px;
    }
    .keyimgs {
        height: 400px;
        padding-top: 80px;
    }
    .keyimgs h2 {
        font-size: 16px;
    }
    .inner {
        width: 100%;
    }
}

@media only screen and (min-width:1281px) and (max-width:1920px) {
    .pcnone,
    #top-head {
        display: none!important
    }
    a .about h4 {
        font-size: 15px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    a .about p {
        font-size: 13px;
    }
    .btn {
        width: 200px !important;
        height: 200px !important;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: bold;
        position: relative;
        margin-right: 150px;
        margin-top: 80px;
    }
    .btn p {
        font-weight: bold;
        font-size: 16px;
        /*margin-top: 40px !important;*/
    }
    .menu {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .menu>li {
        position: relative;
        height: 70px
    }
    .menu>li a {
        line-height: normal;
        font-size: 14px;
    }
    .menu>li span {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        font-size: 12px;
        left: 0;
        right: 0;
        bottom: 0px;
    }
    .subshead .right {
        width: 76%;
        height: auto;
    }
    .subshead .left h1 img {
        width: 40%;
    }
    .subshead .left p {
        line-height: 20px;
    }
    .keyimg img,
    .keyimgs img {
        top: auto;
        bottom: 0px;
    }
}

@media screen and (min-width:1921px) {
    .pcnone,
    #top-head {
        display: none!important
    }
}
/*----------過去のSPcss--------*/