@charset "UTF-8";

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

/*reset.css END*/

html {
    box-sizing: border-box;
}

body,html{
    height:100%
}
*, *:before, *:after {
    box-sizing: inherit;
}
a:link, a:visited {
    text-decoration: none;
}

body{
    background: #fff;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    line-height: 1.5;
    font-size: 16px;
    color: #333;
    height: 100%;
    word-wrap: break-word;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
}
.v-hidden {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}
.w50wrap{
    display: flex;
    width: 980px;
    margin: 30px auto 0;
}
.w50p-l{
    width: 50%;
    padding-right: 2%;
}
.w50p-r{
    width: 50%;
    padding-left: 2%;
}
.red-txt{
    color: #d93a3d;
}
header {
    background: -moz-linear-gradient(-45deg, #efe4d8 0%, #f3ece3 100%);
    background: -webkit-linear-gradient(-45deg, #efe4d8 0%,#f3ece3 100%);
    background: linear-gradient(135deg, #efe4d8 0%,#f3ece3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe4d8', endColorstr='#f3ece3',GradientType=1 );
}
header a{
    color: #fff;
}
.m0{
    margin: 0;
}
.section-h4{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
    line-height: 30px;
}
.section-h4-span{
    font-size: 16px;
    display: block;
    color: #bfbfbf;
}

.thanks-area{
    width: 500px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

.thanks-ttl{
    font-size: 30px;
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center;
}
.thanks-area p{
  margin-top: 15px;
}

.concept-wrap{
/*background: #006cb5;*/
background: #aa4120;
overflow: hidden;
}
.concept-cnt{
    display: flex;
    max-width: 1000px;
    margin: 40px auto;
    color: #fff;
}
.concept-l{
    width: 50%;
    max-height: 250px;
    overflow: hidden;
}
.concept-l img{
        margin: 0 auto;
    display: block;
}
.concept-r{
    width: 50%;
}
#concept-main-h2{
font-size: 30px;
font-weight: bold;
color: #fff;
text-align: center;
padding-top: 40px;
padding-bottom: 20px;
line-height: 40px;
}
.concept-h2{
    font-size: 25px;
    font-weight: bold;
    color: #e6c188;
    border-bottom: 2px solid;
    margin-bottom: 10px;
}
.concept-p{
    font-size: 16px;
    font-weight: bold;
}
.concept-p-1{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.about-frame{
    border: solid 4px #006cb5;
    text-align: center;
max-width: 620px;
    padding: 40px;
    border-radius: 10px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.about-frame h2{
    color: #006cb5;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.about-frame h3{
        font-weight: bold;
}
#header_h1{
    position: absolute;
    height: 80px;
}
#header_h1 figure{
    margin: 0px;
}
.header_inner{
    margin: 0 auto;
    position: relative;
}
.logo{
    padding: 25px 20px 0;
    width: 245px;
}
.oubo{
background: #006cb5; /* Old browsers */
background: -moz-linear-gradient(45deg, #be312c 0%,#db6561 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #be312c 0%,#db6561 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #be312c 0%,#db6561 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006cb5', endColorstr='#01b4b4',GradientType=1 ); /* IE6-9 */
    color: #fff;
    font-weight: bold;
    padding: 12px;
    border-radius: 5px;
    margin: 30px auto 0 auto;
    width: 230px;
    display: block;
    text-align: center;
    font-size: 19px;
      transition: 0.5s;
}
.oubo:hover{
  opacity: 0.8;
  transition: 0.5s;
}

.more{
background: #006cb5; /* Old browsers */
background: -moz-linear-gradient(left, #006cb5 0%, #01b4b4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #006cb5 0%,#01b4b4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #006cb5 0%,#01b4b4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006cb5', endColorstr='#01b4b4',GradientType=1 ); /* IE6-9 */
    color: #fff;
    font-weight: bold;
    padding: 5px 0px;
    border-radius: 5px;
    margin: 15px auto 0px;
    display: block;
    text-align: center;
    font-size: 16px;
}
.main-wrap{
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-top: 60px;
      align-items: flex-end;
}
#entry-section{
      background: #f2ebe2;
    overflow: hidden;
}
.cncpt-ttl{
    text-align: center;
    font-size: 39px;
    font-weight: bold;
    font-style: italic;
    margin-top: 30px;
}
.concept{
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
    line-height: 1.8;
    letter-spacing: 1.5px;
    margin-bottom: 50px;
    text-align: center;
}
.concept-sc{
    background: #f8f3ea;
    overflow: hidden;
}

.cepa-br{
    line-height: 40px;
}
.clr-eb1c24{
    color: #eb1c24;
}
.blue-wrap{
    overflow: hidden;
    padding-bottom: 10px;
}
.newprogram{
        background: url(../images/recruit/new-program-top.jpg);
}

.kokoro-link{
    background: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    border-radius: 5px;
}
.kokoro-link:hover{
    background: rgba(0,0,0,0.5);
}
.kokoro-link a{
        padding-top: 5px;
    padding-bottom: 5px;
    color: #333;
    height: 100%;
    width: 100%;
    display: block;
}
.kokoro-link a:hover{
        color: #fff;
}
.merit-ttl{
    width: 330px;
    height: 78px;
    background-size: 330px 78px;
    background-repeat: no-repeat;
    background-image: url(../images/recruit/allinone_work.svg); 
    margin-top: 50px;
    margin-bottom: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.flex-ul{
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    max-width: 1000px;
    margin: auto;
    flex-wrap: wrap;
}
.flex-ul li{
    border: 2px solid #dc291d;
    background: #fff;
    padding: 19px;
    flex: 1;
    margin-right: 10px;
}
.flex-ul.program li{
    padding: 20px;
}
.program-h2{
    font-size: 27px;
    font-weight: bold;
    color: #333;
    line-height: 35px;
    padding-bottom: 10px;
}
.program-div{
    color: #333;
    font-weight: bold;
}
.flex-ul li:last-child{
    margin-right: 0px;
}
.merit-4-work{
    margin-left: auto;
    margin-right: auto;
        display: block;
            margin-top: 0;
}
.merit-01{
  width: 112px;
    height: 60px;
    background-repeat: no-repeat;
    background-image: url(../images/merit01.png);
    margin-top: 10px;
}
.merit-02{
width: 112px;
    height: 60px;
    background-repeat: no-repeat;
    background-image: url(../images/merit02.png);
    margin-top: 10px; 
}
.merit-03{
width: 112px;
    height: 59px;
    background-repeat: no-repeat;
    background-image: url(../images/merit03.png);
    margin-top: 10px;
}
.merit-04{
width: 112px;
    height: 59px;
    background-repeat: no-repeat;
    background-image: url(../images/merit04.png);
    margin-top: 10px;
}
.merit-h2{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    line-height: 30px;
}
.merit-h2.long{
    font-size: 21px;
    }
.merit-h3-s{
    font-size: 18px;
    text-align: center;
    height: 80px;
    line-height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}
.merit-h3{
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    height: 80px;
    line-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #006cb5;
}
.merit-h3.long{
    font-size: 27px;
}
.c-txt-intro{
    text-align: center;
    width: 100%;
    font-size: 19px;
    font-weight: bold;
    margin: 19px auto;
    line-height: 38px;
    max-width: 980px;
}
#merit-cnt{
    overflow: hidden;
    padding-bottom: 40px;
}

.merit-cnt-wrap{
    background: #ffffff;
    max-width: 1000px;
    margin: 30px auto 0;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    border: 1px solid #db291d;
    justify-content: space-between;
}
#flow-section{
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
}
.ttl-after-txt{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
footer{
    background: #666;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

footer a {
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
}
footer .link{
    margin-top: 5px;
}
footer a:hover{
    text-decoration: underline;
}
footer .link a:first-child{
    border-right: 1px solid #b9b9b9;
    padding-right: 15px;
    margin-right: 15px;
}

.merit-cnt-wrap h4 {
    margin-top: 10px;
    border-bottom: 2px dotted #db3b3c;
    padding-bottom: 14px
}
#interview-section{
        margin-top: 50px;
}
#ishihara-top:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}
#ishihara-top{
    height: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background: url(../images/recruit/ishihara-top.jpg);
    position: relative;
    padding-top: 41.6%;
    background-position: top center;
}
#ishihara-top h5 span{
    display: inline-block;
    background: #fff;
    color: #333;
    margin-bottom: 11px;
    padding-left: 20px;
    padding-right: 20px;
}
#ota-top:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}
#ota-top{
    height: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background: url(../images/recruit/ota-top.jpg);
    position: relative;
    padding-top: 41.6%;
    background-position: top left;
}
#ota-top h5 span{
    display: inline-block;
    background: #fff;
    color: #333;
    margin-bottom: 11px;
    padding-left: 20px;
    padding-right: 20px;
}
.staff-wrap{
    position: relative;
    box-sizing: content-box;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    margin-top: 20px;
    overflow: hidden;
}
.staff-wrap-img{
    overflow: hidden;
    position: relative;
    margin-left: 200px;
    vertical-align: bottom;
}
.staff-wrap-img h5{
    color: #fff;
    font-weight: bold;
    font-size: 39px;
    z-index: 100;
    position: absolute;
    bottom: 15px;
    left: 25px;
    letter-spacing: 1px;
}
.staff-wrap-txt{
    position: absolute;
    top: 0;
}
.staff-wrap-txt dt{
    font-size: 30px;
    font-weight: bold;
}
.staff-wrap-txt dd{
        font-size: 16px;
    letter-spacing: 1px;
}
.daily{
    font-size: 22px;
    font-weight: bold;
    border: 1px solid;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 12px;
    line-height: 28px;
    max-width: 980px;
    margin: 70px auto 0 auto;
}
.daily span{
    font-size: 16px;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    font-weight: normal;
}
.daily-line{
    max-width: 1000px;
    width: 100%;
    margin: 40px auto;
    padding: 0 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-bottom: 100px;
}
.daily-line.line2{
    padding-bottom: 0px;
}
.daily-line:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 6px;
    height: 100%;
    background-color: #ddd;
}
.daily-line-item:first-child {
    align-items: flex-start;
    margin-left: auto;
}
.daily-line-item{
    display: flex;
    width: 50%;
    padding: 30px;
    position: relative;
}
.daily-line-item article{
    width: 100%;
    position: relative;
    background-color: #f2f2f2;
    padding: 20px 30px;
    font-size: 15px;
    box-sizing: border-box;
}
.daily-line-item:nth-child(2n) {
    transform: translateY(50%);
}
.daily-time{
        font-size: 20px;
}
.daily-txt-head{
    font-size: 20px;
    font-weight: bold;
}
.daily-line-item:nth-child(2n+1) .daily-article:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 14px;
    border-style: solid;
    border-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-right-color: #f2f2f2;
    left: -27px;
}
.daily-line-item:nth-child(2n) .daily-article:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 14px;
    border-style: solid;
    border-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-left-color:  #f2f2f2;
    right: -27px;
}
.special-program{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #fff;
    margin-bottom: 30px;
    height: 200px;
    line-height: 233px;
    position: relative;
}
.special-program span:before{
content: "医学会受賞者をはじめとする各プロフェッショナルが開発した";
    position: absolute;
    color: #fff;
    top: -39px;
    z-index: 100;
    font-size: 22px;
}

.onlyone2-section{
    position: relative;
    padding-bottom: 50px;
}
.onlyone2-section:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-position: center top;
    background-image: linear-gradient(transparent 10px, #eaeaea 1px),
     linear-gradient(90deg, transparent 10px, #eaeaea 1px);
    background-repeat: repeat;
    background-size: 11px 11px;
}
.ishihara-01{
    width: 100%;
    height: 0px;
    margin: 0;
        margin-top: 5px;
    background: url(../images/recruit/ishihara-02.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 66.6%;
}
.ishihara-02{
    width: 100%;
    height: 0px;
    margin: 0;
        margin-top: 5px;
    background: url(../images/recruit/ishihara-01.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 66.6%;
}
.ota-01{
    width: 100%;
    height: 0px;
    margin: 0;
        margin-top: 5px;
    background: url(../images/recruit/ota-01.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 66.6%;
}
.ota-02{
    width: 100%;
    height: 0px;
    margin: 0;
        margin-top: 5px;
    background: url(../images/recruit/ota-02.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 66.6%;
}
.w50p .profile-txt{
    padding-left: 30px;
}
.w50p .profile-txt-r{
    padding-right:30px;
}
.w50wrap h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 28px;
}
.time-img-wrap-l{
    width: 140px;
    position: absolute;
    height: 140px;
    overflow: hidden;
    border-radius: 100px;
    top: -35px;
    right: 50px;
}
.time-img-wrap{
    width: 140px;
    position: absolute;
    height: 140px;
    overflow: hidden;
    border-radius: 100px;
    top: -35px;
    right: 150px;
}
#ota-meeting{
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: url(../images/recruit/ota-meeting.jpg);
    z-index: 100;
    background-position: center top;
    padding-top: 100%;
    margin: 0;
    background-size: contain;
}
#ota-sogei{
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: url(../images/recruit/ota-sogei.jpg);
    z-index: 100;
    background-position: center top;
    padding-top: 100%;
    margin: 0;
    background-size: contain;
}
.welfare {
    background: #ffe7b2;
    padding: 17px;
    font-weight: bold;
    line-height: 29px;
}
.welfare li:before{
    content: "・";
    line-height: 27px;
}
.welfare-wrap {
    width: 47%;
}
#merit-area{
  background: #fff7eb;
}
.main-span{
    font-size: 73px;
    font-weight: bold;
    line-height: 100px;
    letter-spacing: 10px;
    color: #db3b3c;
}
.merit-h4-span{
    display: block;
    font-size: 40px;
    font-weight: bold;
    line-height: 47px;
    color: #da3b3d;
    letter-spacing: 1px;
}
.merit-h4-span.holiday {
    display: inline;
    font-size: 36px;
}

.main-span.holiday-num{
    font-size: 65px;
    font-weight: bold;
    line-height: 66px;
    letter-spacing: 1px;
    color: #db3b3c;
    padding-left: 10px;
}
.merit-cnt-wrap .txt {
    font-size: 16px;
    margin-top: 20px;
}

.merit-cnt-txt-wrap{
    width: 50%;
}
.merit-cnt-txt-wrap strong{
      font-weight: bold;
    font-size: 21px;
    color: #dc4e4e;
}
.merit-img5{
    width: 47%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/recruit/merit-img5.jpg);
    margin: 0;
    background-position: left;
}

.merit-cnt-txt-wrap h5.txt p:not(.first) {
    margin-top: 10px;
}

.merit-img0{
    width: 47%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/recruit/merit-img0.jpg);
    margin: 0;
    background-position: right;
    min-height: 245px;
}
.merit-img1{
    width: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/recruit/merit-img1.png);
    margin: 0;
    background-position: center;
}
.merit-img2 {
    width: 47%;
    background-repeat: no-repeat;
    background-image: url(../images/merit-img2.png);
    margin: 0;
    height: 358px;
    position: relative;
    background-position: center;
}
.merit-img4{
    width: 47%;
    background-repeat: no-repeat;
    background-image: url(../images/recruit/merit-img4.jpg);
    margin: 0;
    background-position: left;
    left: 0;
    position: relative;
    background-size: cover;
}
.reason-wrap{
overflow: hidden;
    background: #f8ececec;
    padding-top: 30px;
    padding-bottom: 60px;
}
.reason-inner {
    max-width: 1000px;
    margin: 0 auto;
}
.reason-ttl{
    font-size: 36px;
    text-align: center;
    color: #da291c;
    font-weight: bold;
    margin-top: 20px;
}
.reason-inner .reason-area{
    background: #fff;
    border: 3px solid #da291c;
    padding: 20px 20px;
    width: 800px;
    margin: 20px auto 0;
    font-size: 17px;
    border-radius: 5px;
    color: #000;
    letter-spacing: 0.5px;
    display: flex;
    align-items: flex-start;
}
.reason-inner h3{
    font-size: 30px;
    color: #da291c;
    border-bottom: 2px dotted;
    margin-bottom: 15px;
    font-weight: bold;
}
.inner-txt-area{
   padding-right: 14px;
}
.inner-txt-area + img{
  width: 250px;
}

.reason-txt{
    width: 863px;
    height: 973px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/recruit/reason-txt3.jpg);
    margin: 0 auto;
}
.recruit-list {
    background: #db3b3c;
    font-size: 25px;
    text-align: center;
    color: #fff;
    padding: 15px;
    font-weight: bold;
}
.recruit-header {
    width: 25%;
    font-weight: bold;
    font-size: 14px;
}

.recruit-row.end{
    border-bottom: 1px solid #829eab;
}
.recruit-header-row::before, 
.recruit-header-row::after, 
.recruit-row::before, .recruit-row::after {
    content: ' ';
    display: table;
}
.recruit-header-row::after, .recruit-row::after {
    clear: both;
}
.recruit-column{
        font-weight: bold;
}
.recruit-column a{
  color:#fff;
  text-decoration: underline;
}

.recruit-columnheader, .recruit-header,
 .recruit-column {
    float: left;
}
.rc-dark {
    color: #5e5e5e;
}
#ar-section {
    overflow: hidden;
    background: #f2ebe2;
}
#ar-table {
    max-width: 640px;
    margin: 30px auto;
}
#cp-yoko{
      margin: 20px auto;
    width: 800px;
}
#cp-yoko a{
  color:#333;
  text-decoration: underline;
}
#cp-yoko a:hover{
  opacity: 0.8;
}
#cp-yoko th {
  background: #f9f5f0;
  padding: 27px;
  font-weight: bold;
  width: 240px;
  vertical-align: top;
}
#cp-yoko td {
    padding: 20px 27px;
    background: #fff;
}
#cp-yoko tr {
  border-bottom: 1px dotted #d8d1c6;
}
#cp-yoko tr.end{
    border-bottom: none;
}
.recruit-row {
    border-top: 1px solid #db3b3c;
    padding-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 15px;
    box-sizing: border-box;
}
.flow-ttl{
    margin: 0 auto 15px;
    display: block;
}
.flow-txt {
    max-width: 580px;
    margin: 20px auto;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}



@media only screen and (max-width:1200px){
.oo-recruit-main {
    width: 100%;
    height: 0;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 50px;
}
}

@media only screen and (max-width:1080px){
.staff-wrap-img {
    margin-left: initial;
}
.staff-wrap {
    padding-left: 0;
}
.concept-r {
    width: 50%;
    margin: 0 10px 0 5px;
}
#ishihara-top,#ota-top{
        margin: 0;
}
.merit-h4-span.holiday {
    font-size: 27px;
}
.main-span.holiday-num {
    font-size: 52px;
}
.merit-cnt-wrap {
  width: 90%;
}
.merit-img2 {
    background-size: contain;
}
.flex-ul li {
    background: #fff;
    padding: 30px;
    flex: initial;
    margin-right: 0;
    width: 48%;
    margin-bottom: 2%;
}
.w50wrap {
    width: 100%;
    margin: 30px auto 0;
    padding: 0 10px;
    box-sizing: border-box;
}
.staff-wrap-img h5 {
    font-size: 20px;
    bottom: 15px;
    left: 15px;
    letter-spacing: 1px;
}
.staff-wrap-txt {
    position: absolute;
    top: 12px;
    left: 18px;
}
.main-wrap img{
    width: 95%;
    max-width: 848px;
}
}
@media only screen and (max-width:835px){
.reason-txt {
    width: 100%;
    max-height: 568px;
    margin: 0 auto;
    height: 0;
    padding-top:112.7%;
}
.merit-h3-s {
    font-size: 13px;
}
.merit-h2.long {
    font-size: 24px;
}

.merit-h4-span {
    font-size: 27px;
    line-height: 37px;
}
.time-img-wrap-l,.time-img-wrap{
    display: none;
}
.concept-l {
    width: 50%;
    max-height: 250px;
    overflow: hidden;
    margin: 0 5px 0 10px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.concept-cnt {
    margin: 20px auto;
}
.concept-r {
    width: 50%;
    margin: 0 10px 0 5px;
}
.concept-p {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}
.concept-h2 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 10px;
}
}



@media only screen and (max-width:810px){
.oo-recruit-main {
    margin-top: 20px;
}
.logo {
    padding: 10px;
    width: 200px;
}
.inner-txt-area {
    padding-right: 0;
}
.cncpt-ttl {
    font-size: 27px;
}
#cp-yoko {
    margin: 0 0 20px;
    width: 100%;
}
#cp-yoko th {
    width: 140px;
}
.c-txt-intro {
    width: 90%;
}
.merit-cnt-wrap h4 {
     margin-top: 0px;
}
.reason-inner .reason-area {
    width: 90%;
        flex-wrap: wrap;
}
.reason-area .inner-txt-area p{
      margin-bottom: 15px;
}

.merit-cnt-wrap .txt {
    margin-top: 20px;
    margin-bottom: 20px;
}
.merit-cnt-wrap {
    max-width: 1000px;
    margin: 0 auto 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
}
.merit-cnt-txt-wrap {
    width: 100%;
}
.merit-cnt-txt-wrap {
    width: 100%;
position: relative;
}
.merit-img2 {
    width: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center;
    height: 330px;
    position: relative;
    background-size: contain;
    left: 0;
    max-width: 300px;
}
.merit-cnt-txt-wrap strong {
    font-size: 21px;
    display: block;
    margin-top: 10px;
}
.merit-img0{
    width: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center;
    height: 0px;
    position: relative;
    left: 0;
    max-width: 472px;
padding-top: 46%;
    margin-top: 0;
}
.merit-img5{
    width: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center;
    height: 0px;
    position: relative;
    left: 0;
    max-width: 472px;
padding-top: 46%;
    margin-top: 0;
}
.merit-img4{
    width: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center;
    height: 0px;
    position: relative;
    left: 0;
    max-width: 472px;
padding-top: 46%;
    margin-top: 0;
}
#merit-cnt .merit-cnt-wrap {
    flex-direction: column;
}
#merit-cnt .merit-cnt-wrap:nth-child(2n+1) {
    flex-direction: column-reverse;
}

#ishihara-top,#ota-top {
    position: relative;
    background-position: top center;
    height: 370px;
    background-repeat: no-repeat;
    padding-top: 0;
}
}
.sp-block-br{
    display: none;
}
@media only screen and (max-width:650px){
.merit-01, .merit-02, .merit-03, .merit-04 {
    height: 55px;
    background-size: contain;
    padding: 0;
    margin-bottom: 15px;
}
#merit-cnt {
  padding-bottom: 0px;
}
.merit-h2.long {
    font-size: 22px;
    height: 60px;
    line-height: 32px;
}
.reason-inner .reason-ttl:first-child{
  margin-top: 0;
} 
.reason-ttl {
    font-size: 26px;
}
.reason-txt{
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/recruit/reason-txt3.jpg);
    margin: 0 auto;
    padding-top:112.7%;
}
.concept-h2 {
    font-size: 18px;
    line-height: 26px;

}
.concept-l img {
    width: 100%;
}
.concept-l{
    width: 40%;
}
.concept-r{
    width: 60%;
}
#concept-main-h2 {
    font-size:19px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 20px;
    line-height: 30px;
}
.concept-p-1 {
    font-size: 14px;
    padding: 0 15px;
    line-height: 20px;
    font-weight: normal;
}
.sp-block-br{
    display: block
}
.oo-recruit-main {
    margin-top: 30px;
}
.w50wrap {
    flex-direction: column;
}
.w50p-l,.w50p-r{
    width: 100%;
    padding: 0%;
}
.w50wrap h3 {
    margin-bottom: 10px;
    line-height: 28px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.profile-txt,.profile-txt-r{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

#ota-top {
    background-position: top right -560px;
}
#ishihara .w50wrap:nth-child(2n),#ota .w50wrap:nth-child(2n){
    flex-direction: column-reverse;
}
.daily {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px;
    margin: 20px 10px 0 10px;
}
.daily-line {
    margin: 20px auto;
    padding: 0 10px;
}
.daily-time {
    font-size: 14px;
}
.daily-line-item article {
    padding: 15px 20px;
    font-size: 15px;
    box-sizing: border-box;
}
.daily-line-item {
    padding: 15px;
}
.daily-txt-head {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}
.merit-h4-span.holiday {
    font-size: 24px;
    line-height: 24px;
}
.main-span.holiday-num {
    font-size: 24px;
    line-height: 24px;
}

.staff-wrap-txt dt {
    font-size: 20px;
}
.staff-wrap-txt dd {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 19px;
}
#ishihara-top h5 span,#ota-top h5 span {
    padding-left: 15px;
    padding-right: 15px;
}
#ishihara-top h5 span:last-child,#ota-top h5 span:last-child{
    margin-bottom: 0px;
}
.reason-wrap {

}
.flex-ul.program li {
    padding: 15px;
}
.ttl-after-txt {
    font-size: 14px;
    padding: 15px;
    font-weight: bold;
}
.program-h2 {
    font-size: 20px;
    line-height: 25px;
}
.program-div {
    color: #333;
    font-weight: bold;
    font-size: 14px;
}
.about-frame {
    max-width: 620px;
    padding: 10px 15px 15px;
    border-radius: 10px;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 50px;
}
.about-frame h2 {
    margin-bottom: 0px;
}
.about-frame h3 {
    font-weight: bold;
    font-size: 14px;
}
.welfare {
    font-size: 15px;
    padding: 15px;
    line-height: 22px;
}
.special-program {
    font-size: 17px;
    padding: 15px;
    line-height: 150px;
    height: 150px;
}
.special-program span:before {
position: absolute;
    color: #fff;
    top: -13px;
    z-index: 100;
    font-size: 11.5px;
}
.onlyone2-section {
    margin-top: 30px;
    position: relative;
    padding-bottom: 30px;
}
.oubo{
    padding: 6px 12px;
    margin: 20px auto 0 auto;
    width: 180px;
    font-size: 14px;
}
.concept {
    line-height: 22px;
    font-size: 14px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.concpet-br{
    display: none;
}
.cepa-br {
    line-height: 30px;
}
.merit-ttl {
    background-size: contain;
    background-image: url(../images/recruit/allinone_work.svg);
    margin-top: 20px;
    margin-bottom: 20px;
    width: 210px;
    height: 50px;
}.flex-ul {
    display: flex;
    justify-content: space-evenly;
    width: 98%;
    max-width: 1000px;
    margin: auto;
    flex-wrap: wrap;
}
.flex-ul li {
    background: #fff;
    padding: 10px;
    flex: initial;
    margin-right: 0;
    width: 48%;
    margin-bottom: 2%;
}
.merit-h3 {
    font-size: 30px;
    height: 50px;
}
.merit-h2 {
     font-size: 22px;
    font-weight: bold;
    text-align: center;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    line-height: 32px;
}
.merit-03-h2{
    height: 60px;
}
.merit-h3.long {
    font-size: 18px;
    line-height: 25px;
}
#flow-section {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}
.c-txt-intro {
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    margin: 15px auto;
    line-height: 22px;
    max-width: 980px;
    padding: 0 20px;
}
.section-h4 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
    line-height: 23px;
}
.flow-txt {
    max-width: 580px;
    margin: 10px auto;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
}
.staff-wrap {
    padding-left: 0;
    margin-top: 0px;
}

.merit-h4-span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
}

.main-span {
    font-size: 46px;
    font-weight: bold;
    line-height: 66px;
    letter-spacing: 1px;
    color: #006cb5;
}

.merit-cnt-wrap {
    max-width: 1000px;
    margin: 0 auto 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.welfare-wrap {
    width: 100%;
}
.merit-cnt-wrap .txt {
    font-size: 14px;
    margin-top: 10px;
    line-height: 21px;
}
.merit-img1 {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/recruit/merit-img1.png);
    margin: 0;
    padding-top: 67%;
    right: 10px;
}
.recruit-list {
    background: #2499b7;
    font-size: 15px;
    text-align: center;
    color: #fff;
    padding: 9px;
    font-weight: bold;
}
.recruit-column {
    font-weight: bold;
    font-size: 14px;
}
.recruit-header {
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    border-bottom: dashed 1px #829eab;
    padding-bottom: 5px;
    margin-bottom: 7px;
    color: #53deef;
}
}

@media only screen and (max-width:460px){
.merit-img2 {
    width: 100%;
    margin: 0 auto;
    background-position: center;
    height: 0;
    position: relative;
    padding-top: 64%;
    background-size: contain;
    left: 0;
    max-width: 300px;
    margin-top: 20px;
}
.cncpt-ttl {
    font-size: 21px;
}
.concept {
    line-height: 22px;
    font-size: 12px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.merit-h2.long {
    font-size: 16px;
    height: 60px;
    line-height: 25px;
}
.merit-h2 {
    font-size: 18px;
    line-height: 26px;
}
.merit-cnt-txt-wrap strong {
    line-height: 30px;
}
.reason-ttl {
    font-size: 20px;
}
.reason-wrap {
    padding-top: 20px;
    padding-bottom: 60px;
}
.reason-inner h3 {
    font-size: 20px;
}
.reason-area .inner-txt-area p {
    margin-bottom: 15px;
    font-size: 12px;
}
.main-wrap img {
    width: 100%;
}
.merit-01, .merit-02, .merit-03, .merit-04 {
    height: 30px;
    margin-bottom: 9px;
    width: 50px;
}
#cp-yoko th {
    width: 90px;
    padding: 10px;
        font-size: 13px;
}
#cp-yoko td {
    padding: 10px;
        font-size: 13px;
}
}