/*
Theme Name: AsoTatenoHospital
Theme URL: テーマのサイトのURI
Description: 阿蘇立野病院求人サイトのWPテーマ
Author: Ryoh Kurokawa
Version: 1.00
Tags: テーマの特徴を表すタグ（カンマ区切り/オプション）
License: テーマのライセンス
License URI: テーマのライセンスのURI
2BB9B1
218E88
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap');
@import url("css/loader.css");
@import url("css/navi.css");
@import url("css/post.css");
@import url("css/page.css");
@import url("css/form.css");
@charset "utf-8";
/***************************************************************** default settings */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 130px;
}
body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14.5px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #333;
    background: #fff;
    line-height: 2;
    -webkit-text-size-adjust: none;
}
* {
    box-sizing: border-box;
}
strong, b {
    font-weight: 900;
}
p {
    margin: 0 0 20px 0;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: #333;
    overflow: hidden;
    transition-property: all;
    transition: 0.2s linear;
}
a:hover {
    color: #2BB9B1;
}
img, a img, a:hover img, a:visited img {
    border: none;
    transition: all .6s ease;
    vertical-align: middle;
}
a.zoom img:hover {
    transform: scale(1.1, 1.1);
    opacity: 1;
}
ul, ol {
    margin: 0 0 20px 0px;
    padding: 0 0 0 20px;
}
ul {
    list-style: none;
}
ul li {
    padding-left: 18px;
    background: url("img/icon_dot1.png") no-repeat left top 10px;
    background-size: 8px 8px;
}
.flex_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
mark {
    background: linear-gradient(transparent 70%, #FFFF73 0%);
    font-weight: 600;
}
iframe {
    display: block;
}
@media screen and (max-width: 800px) {
    html {
        scroll-padding-top: 90px;
    }
    body {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 13px;
        line-height: 2;
        min-width: 0;
    }
}
/***************************************************************** common style */
.mincho {
    font-family: 'Noto Serif JP';
}
.mb {
    margin-bottom: 30px;
}
.mb2 {
    margin-bottom: 40px;
}
.mt0 {
    margin-top: 0;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
.clear {
    clear: both;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.red {
    color: #EB5153;
}
.pink {
    color: #EB526C;
}
.small {
    font-size: 13px;
    color: #555;
    font-weight: normal;
}
.big {
    font-size: 18px;
}
.big2 {
    font-size: 16px;
}
.big3 {
    font-size: 20px;
}
.pc {
    display: inherit !important;
}
.sp {
    display: none !important;
}
.pagelink {
    display: block;
    margin-top: -70px;
    padding-top: 70px;
}
.linkbtn {
    display: inline-block;
    padding: 6px 60px 6px 30px;
    color: #2BB9B1;
    background: url("img/icon_arrow1.png") no-repeat #fff;
    background-size: 16px 16px;
    background-position: right 20px center;
    text-decoration: none;
    font-size: 16px;
    border-radius: 3px;
}
.linkbtn:hover {
    background-color: #666;
    color: #fff;
}
.linkbtn2 {
    display: inline-block;
    padding: 6px 60px 6px 30px;
    color: #fff;
    background: url("img/icon_arrow3.png") no-repeat #2BB9B1;
    background-size: 16px 16px;
    background-position: right 20px center;
    text-decoration: none;
    font-size: 16px;
    border-radius: 3px;
}
.linkbtn2:hover {
    background-color: #666;
    color: #fff;
}
.flex_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex_center {
    justify-content: center;
}
.flex_between {
    justify-content: space-between;
}
.banzai {
    margin: auto;
    text-align: center;
    position: relative;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.2em;
}
.banzai::before {
    display: block;
    position: absolute;
    left: -1.5em;
    top: 0;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #666;
    border-radius: 3px;
    transform: rotate(-45deg);
}
.banzai::after {
    display: block;
    position: absolute;
    right: -1.5em;
    top: 0;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #666;
    border-radius: 3px;
    transform: rotate(45deg);
}
.btn_entry {
    text-align: center;
    margin: 0 0 60px 0;
}
.btn_entry a {
    display: inline-block;
    background: #FFBF00;
    color: #fff;
    padding: 10px 40px;
    text-decoration: none;
}
.btn_entry a:hover {
    background: #FF8000;
    color: #fff;
}
.noclear {
    clear: none !important;
}
.z10, .wp-block-image {
    position: relative;
    z-index: 10 !important;
}
@media screen and (max-width: 800px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .pagelink {
        display: block;
        margin-top: -0px;
        padding-top: 0px;
    }
    .img_right, .img_left {
        float: none;
        margin: 0 0 30px 0px;
        width: auto;
        max-width: 100%;
    }
    .img_right2 {
        float: right;
        margin: 0 0 30px 30px;
        width: 30%;
    }
}
/***************************************************************** basic layout */
#wrapper {}
.layout {
    width: 1140px;
    max-width: 100%;
    margin: auto;
    padding: 0 20px;
    text-align: left;
}
.layout_narrow {
    width: 900px;
    max-width: 100%;
    margin: auto;
    padding: 0 20px;
    text-align: left;
}
.layout_wide {
    width: 80%;
    max-width: 100%;
    margin: auto;
    padding: 0 20px;
    text-align: left;
}
section {
    padding: 60px 0;
}
@media screen and (max-width: 800px) {
    .layout, .layout_narrow {
        width: 100%;
        padding: 0 20px;
    }
}
@media screen and (max-width: 1400px) {
    .layout_wide {
        width: 100%;
        padding: 0 20px;
    }
}
/***************************************************************** box layout */
.box_left01 {
    width: 48%;
}
.box_right01 {
    width: 48%;
}
@media screen and (max-width: 800px) {
    .box_left01, .box_right01 {
        width: 100%;
    }
}
/***************************************************************** header */
header {
    width: 100%;
    margin: 0;
    text-align: left;
    z-index: 99;
    background: #fff;
    position: sticky;
    top: 0;
}
header > div {
    height: 100px;
    position: relative;
    background: #fff;
}
header .logo {
    margin: 0;
    padding: 0;
    font-weight: normal;
    position: absolute;
    left: 0px;
    bottom: 25px;
}
header .logo img {
    width: 240px;
}
header .logo span {
    display: block;
    font-size: 10px;
    color: #666;
    padding: 0 0 10px 0;
}
.tel_header {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
}
.tel_header a {
    text-decoration: none;
    background: #1494AC;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
}
.tel_header a:hover {
    background: #C8461C;
}
.tel_header a i {
    padding-right: 10px;
}
#page header, #blog header {
    position: sticky;
    top: 0;
}
@media screen and (max-width: 1400px) {
    header .logo {
        left: 20px;
    }
}
@media screen and (max-width: 800px) {
    header {
        position: sticky;
        width: 100%;
        top: 0;
        left: 0;
        margin: 0;
    }
    header > div {
        height: 70px;
    }
    header .logo {
        position: absolute;
        left: 15px;
        top: 8px;
    }
    header .logo img {
        width: 200px;
    }
    header .logo span {
        display: none;
        padding: 0;
    }
    .tel_header {
        position: relative;
        top: auto;
        right: auto;
        text-align: center;
        color: #fff;
    }
    .tel_header a {
        text-decoration: none;
        color: #fff;
    }
}
/***************************************************************** footer */
footer {
    background: #218E88;
    padding: 60px 20px;
    color: #fff;
    clear: both;
    text-align: center;
}
footer .layout {
    text-align: center;
}
.footer_logo {
    margin: 0 0 20px 0;
}
.footer_logo img {
    width: 200px;
}
.copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}
.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 888;
    text-align: center;
}
.pagetop a {
    display: block;
    font-size: 20px;
    line-height: 60px;
    width: 60px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-decoration: none;
}
.pagetop a:hover {
    background: #C8461C;
}
.address {
    font-size: 12px;
}
.subject {
    font-size: 12px;
}
@media screen and (max-width: 800px) {
    footer {
        padding: 30px 20px;
    }
    .pagetop {
        display: none;
    }
    .footer_logo img {
        width: 150px;
    }
}
/***************************************************************** main & sidebar */
main {
    width: 100%;
    padding: 20px 0 120px 0;
}
main#home {
    width: 100%;
    padding: 0;
}
#sidebar {
    width: 220px;
    padding: 20px 0 60px 0;
}
.sidebar_cnt {
    position: sticky;
    top: 140px;
    width: 100%;
}
#sidebar h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    border-radius: 5px 5px 0 0;
    border: none;
}
#sidebar ::before {
    height: 0px;
}
#sidebar h3 span {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
}
#sidebar h3 a {
    display: block;
    padding: 14px 10px 10px 10px;
    background: #1494AC;
    color: #fff;
    text-decoration: none;
    border-radius: 5px 5px 0 0;
}
#sidebar h3 a:hover {
    background: #333;
}
/*banner*/
.list_banner {
    margin: 0;
    padding: 0px;
    list-style: none;
}
.list_banner li {
    width: 100%;
    margin: 0 0 6px 0;
    padding: 0;
}
.list_banner li img {
    border-radius: 5px;
}
#home .list_banner {
    padding: 0 60px !important;
    margin: 0 0 30px 0 !important;
}
#home .list_banner li {
    width: 40%;
    margin: 0 10px;
}
@media screen and (max-width: 800px) {
    main {
        width: 100%;
        padding: 20px 0 60px 0;
    }
    #sidebar {
        width: 100%;
        padding-bottom: 0;
    }
    .list_banner li {
        width: 46%;
        margin: 6px;
    }
    #home .list_banner {
        padding: 0px !important;
        margin: 0 0 0px 0 !important;
    }
    #home .list_banner li {
        width: 46%;
        margin: 6px;
    }
}
/***************************************************************** pagetitle */
#pagetitle {
    background: url("img/bg_pagetitle.jpg") no-repeat center center #0085B2;
    background-size: cover;
    padding: 40px 0 40px 0;
    text-align: center;
}
#pagetitle h1 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 30px;
    letter-spacing: 0.2em;
    /*font-family: 'Noto Serif JP';*/
}
@media screen and (max-width: 800px) {
    #pagetitle {
        padding: 20px 0 20px 0;
        text-align: center;
    }
    #pagetitle h1 {
        font-size: 20px;
        padding: 0 20px;
        letter-spacing: 0.1em;
    }
}
/***************************************************************** headline */
h2 {
    position: relative;
    clear: both;
    text-align: left;
    font-size: 26px;
    padding: 0 0 12px 0;
    margin: 0 0 40px 0;
    font-weight: normal;
    color: #2BB9B1;
    border-bottom: 2px solid #ddd;
    /*font-family: 'Noto Serif JP';*/
}
h2::before {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 20%;
    height: 2px;
    background: #2BB9B1;
}
h3 {
    position: relative;
    clear: both;
    font-weight: 900;
    font-size: 20px;
    margin: 30px 0 16px 0;
    padding: 20px 0 10px 0px;
    color: #666; /*2BB9B1*/
    border-bottom: 1px solid #ddd;
}
h3::before {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 20%;
    height: 1px;
    background: #2BB9B1;
}
h4 {
    font-weight: 900;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 10px 0;
    padding: 0 0 0 12px;
    color: #555;
    border-left: 4px solid #2BB9B1;
}
h5 {
    font-weight: 900;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 10px 0;
    padding: 0;
    color: #444;
}
.rec {
    position: relative;
    clear: both;
    font-weight: 400;
    font-size: 18px;
    margin: 30px 0 0px 0;
    padding: 10px 20px;
    background: #2BB9B1;
    color: #fff;
    border-bottom: none;
    border-left: 10px solid #218E88;
    line-height: 1.4;
}
.rec::before {
    display: none;
    content: '';
    bottom: 0px;
    height: 0px;
}
.qa {
    clear: none !important;
    font-weight: 900;
    font-size: 18px;
    margin: 30px 0 0px 0;
    padding: 10px 0;
    background: none;
    color: #333;
    border: none;
    line-height: 1.4;
}
.qa::before {
    position: relative;
    content: '――';
    color: #333;
    height: auto;
    bottom: auto;
    border: none;
    background: none;
}
.round {
    width: fit-content;
    background: #1494AC;
    color: #fff;
    padding: 6px 20px;
    border-radius: 6px;
    border: none;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.2;
}
.round::before {
    content: none;
    position: relative;
    bottom: 0;
    width: 0;
    height: 0px;
    background: none;
}
@media screen and (max-width: 800px) {
    h2 {
        line-height: 1.6;
        font-size: 20px;
    }
    h3 {
        font-size: 16px;
    }
    h4 {
        font-size: 14px;
    }
    .round {
        font-size: 16px;
    }
}
/***************************************************************** breadcrumbs */
.breadcrumbs {
    margin: 0;
    padding: 20px 0;
    font-size: 12px;
    color: #999;
}
.breadcrumbs a {
    color: #999;
    text-decoration: none;
}
/***************************************************************** toppage */
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/***************************************************************** slider */
#slider {
    position: relative;
}
#slider h1 {
    margin: 0;
    padding: 0;
}
.slider_copy {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.swiper-slide {
    padding: 0 5%;
}
.swiper-slide img {
    position: relative;
    display: block;
    z-index: 1;
    width: 100%;
    height: 85vh;
    object-fit: cover;
}
#slider .arrow {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 10;
}
#slider .arrow img {
    width: 60px;
}
@media screen and (max-width: 800px) {
    .swiper-slide {
        padding: 0;
    }
    .slider_copy {
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 80%;
    }
    .swiper-slide img {
        height: auto;
    }
    #slider .arrow {
        bottom: -20px;
    }
    #slider .arrow img {
        width: 40px;
    }
}
/***************************************************************** message */
section#top_msg {
    background: #2BB9B1;
    color: #fff;
}
section#top_msg h2 {
    border: none;
    font-size: 140px;
    line-height: 1;
    font-family: "Oswald", sans-serif;
    color: rgba(255, 255, 255, 0.2);
    margin: 0 0 40px 0;
}
section#top_msg h2:before {
    height: 0px;
}
section#top_msg h2 span {
    display: block;
    color: #fff;
    font-size: 30px;
    margin: -20px 0 0 0;
    color: #fff;
}
section#top_msg h2 img {
    float: right;
    margin: 0 0 0 50px;
}
section#top_msg p {
    font-size: 18px;
}
@media screen and (max-width: 800px) {
    section#top_msg h2 {
        font-size: 100px;
        margin: 0 0 30px 0;
    }
    section#top_msg h2 span {
        font-size: 20px;
    }
    section#top_msg h2 img {
        float: none;
        margin: 0 auto 30px auto;
    }
    section#top_msg p {
        font-size: 14px;
    }
}
/***************************************************************** staff */
section#top_staff h2 {
    text-align: right;
    border: none;
    font-size: 140px;
    line-height: 1;
    font-family: "Oswald", sans-serif;
    color: rgba(43, 185, 177, 0.2);
    margin: 0 0 40px 0;
}
section#top_staff h2:before {
    height: 0px;
}
section#top_staff h2 span {
    display: block;
    font-size: 30px;
    margin: -20px 0 0 0;
    color: #2BB9B1;
}
section#top_staff .box_staff {
    font-size: 16px;
    text-align: right;
}
@media screen and (max-width: 800px) {
    section#top_staff h2 {
        font-size: 100px;
        margin: 0 0 30px 0;
    }
    section#top_staff h2 span {
    font-size: 20px;
}
section#top_staff .box_staff {
    font-size: 14px;
    text-align: right;
}
}
/***************************************************************** sub */
section#top_sub {
    background: #2BB9B1;
    color: #fff;
    padding-top: 0;
}
.top_sub_box {
    width: 46%;
    margin-top: -50px;
}
.top_sub_box a {
    display: block;
    text-align: center;
    text-decoration: none;
}
.top_sub_box h3 {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 0 auto 10px auto;
    padding: 0 30px 0 0;
    border: none;
    background: url("img/icon_arrow3.png") no-repeat right 10px center;
    background-size: 14px 14px;
}
.top_sub_box h3::before {
    height: 0;
}
.top_sub_box p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
@media screen and (max-width: 800px) {
    section#top_sub {
        padding-top: 30px;
    }
    .top_sub_box h4 {
        font-size: 18px;
    }
    .top_sub_box {
        width: 100%;
        margin: 0 0 30px 0;
    }
}
/***************************************************************** top_entry */
section#top_entry {
    background: #2BB9B1;
    color: #fff;
    padding-top: 0;
}
section#top_entry h2 {
    border: none;
    text-align: center;
    font-size: 240px;
    line-height: 1;
    font-family: "Oswald", sans-serif;
    color: rgba(255, 255, 255, 0.2);
    margin: 0 0 40px 0;
}
section#top_entry p {
    text-align: center;
    margin: 0 0 60px 0;
}
.list_top_entry {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_top_entry li {
    width: 46%;
    margin: 0 0 10px 0;
    padding: 0;
}
.list_top_entry li a {
    display: block;
    text-align: center;
    color: #2BB9B1;
    font-size: 24px;
    padding: 30px 40px;
    text-decoration: none;
    background: url("img/icon_arrow1.png") no-repeat right 60px center;
    background-size: 20px 20px;
    background-color: #fff;
}
.list_top_entry li a:hover {
    background-color: #444;
    color: #2BB9B1;
}
@media screen and (max-width: 800px) {
    section#top_entry h2 {
        font-size: 140px;
    }
    .list_top_entry li {
        width: 100%;
    }
    .list_top_entry li a {
        font-size: 20px;
        padding: 20px 30px;
        background: url("img/icon_arrow1.png") no-repeat right 20px center;
        background-size: 20px 20px;
        background-color: #fff;
    }
}