/* 大枠
-----------------------------------------------------------------------------------------*/
.wrapper {
    width: 100%;
    padding: 0 10px;
}

header, nav, footer {
    width: 100%;
}

.message {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    font-size: 20px;
    text-align: center;
}



/* トップ
-----------------------------------------------------------------------------------------*/
h1 {
    width: 100%;
    padding: 5px 0;
    background-color: #f4b6d1;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.hbox {
    position: relative;
    margin-top: 5px;
}

header .logo {
    display: inline-block;
    width: 210px;
    height: 44px;
    margin-top: 3px;
    overflow: hidden;
    background-image: url(../img/h_logo.png);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
}

header .mail_btn {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 73px;
    width: 30px;
    height: 44px;
    font-size: 10px;
    vertical-align: top;
}

header .mail_btn img {
    display: block;
    width: 30px;
    margin: 0 auto;
}

header .privacy_btn {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 60px;
    height: 44px;
    font-size: 10px;
    vertical-align: top;
}

header .privacy_btn img {
    display: block;
    width: 30px;
    margin: 0 auto;
}

h2.topics {
    padding: 5px;
    border-radius: 4px;
    background-color: #f4b6d1;
    color: #fff;
    line-height: 1;
}

h2.topics span {
    display: inline-block;
    margin: 3px 0 3px 5px;
    font-size: 17px;
}

h2.topics em {
    float: right;
    margin-top: 6px;
}

nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

nav ul a {
    color: #68361a;
}

footer nav {
    margin-bottom: 20px;
}

.recban {
    display: block;
    width: 100%;
    margin-top: 15px;
}

.recban img {
    width: 100%;
}

.mb1, .mb2, .mb3, .mb4, .mb5, .mb6, .mb7, .mb8 {
    display: inline-block;
    position: relative;
    width: 48%;
    height: 90px;
    margin-top: 10px;
    padding-top: 54px;
    border-radius: 6px;
    background-position: center top 10px;
    background-size: 53px;
    background-repeat: no-repeat;
    color: #68361a;
    font-size: 18px;
    text-align: center;
}

.mb1 {
    background-image: url(../img/icon1.png);
    background-color: #cceafb;
}

.mb2 {
    background-image: url(../img/icon2.png);
    background-color: #fbe4ee;
}

.mb3 {
    background-image: url(../img/icon3.png);
    background-color: #fbe4ee;
}

.mb4 {
    background-image: url(../img/icon4.png);
    background-color: #cceafb;
}

.mb5 {
    background-image: url(../img/icon5.png);
    background-color: #cceafb;
}

.mb6 {
    background-image: url(../img/icon6.png);
    background-color: #fbe4ee;
}

.mb7 {
    padding: 0;
    background-image: url(../img/icon7.png);
    background-color: #fbe4ee;
}

.mb8 {
    padding: 0;
    background-image: url(../img/icon8.png);
    background-color: #cceafb;
}

.mb7 a, .mb8 a {
    display: block;
    height: 100%;
    padding-top: 55px;
}

nav ul li .sub {
    display: block;
    position: absolute;
    top: 67px;
    z-index: 9999;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #c3c3b5;
    background-color: rgba(255, 253, 232, .8);
}

nav ul li .sub li {
    height: 40px;
    line-height: 40px;
}

nav ul li .sub a {
    display: block;
    color: #68361a;
    font-size: 15px;
}

.notice {
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    color: #68361a;
    font-weight: bold;
}

#footer_ttl {
    width: 100%;
    max-width: 1041px;
    overflow: hidden;
    font-size: 0;
}

#footer_ttl img {
    width: 160%;
    margin: 20px -30% 0 -30%;
}

footer {
    padding: 10px;
    background-color: #ecb3cb;
}

#address {
    color: #fff;
    text-align: right;
}

#address span {
    display: inline-block;
    float: left;
    font-size: 20px;
    vertical-align: top;
}

#address em {
    display: inline-block;
    font-size: 14px;
    text-align: left;
    vertical-align: top;
}

footer .telbtn {
    display: block;
    width: 80%;
    max-width: 381px;
    margin: 10px auto 0 auto;
}

footer .telbtn img {
    width: 100%;
}

#copy {
    padding: 4px 0;
    background-color: #e9cfda;
    color: #6b413f;
    font-size: 10px;
    text-align: center;
}

.toptopics {
    width: 100%;
    height: 80px;
}

.topics {
    margin-bottom: 30px;
}

.topics h2 {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 5px;
    background-color: #f4b6d1;
    color: #fff;
}

.topics #topic-1 {
    margin-bottom: 30px;
}

.topics #topic-1 > div {
    display: flex;
    flex-wrap: nowrap;
}

.topics #topic-1 > div p {
    line-height: 1.8em;
}

.topics #topic-1 > div p:nth-of-type(1) {
    width: 100px;
}

/* 各ページ
-----------------------------------------------------------------------------------------*/
h1.con {
    margin-bottom: 15px;
    font-size: 13px;
}

h1.con a {
    color: #fff;
}

header h2 {
    height: 49px;
    margin-bottom: 15px;
    background-image: url(../img/ttl_bg.png);
}

header h2.idea p {
    display: block;
    width: 190px;
    height: 49px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../../img/ttl1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    text-indent: -999px;
}

.rinen1 {
    margin-bottom: 20px;
    padding: 10px 16px;
    border-radius: 10px;
    background-image: url(../img/flower1a.png), url(../img/flower1b.png);
    background-position: left 10px top 10px, right 10px top 10px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-color: #fce9f2;
}

.rinen1 p {
    margin-bottom: 9px;
    color: #f399b4;
    font-size: 16px;
    text-align: center;
}

.rinen2 {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px;
    background-image: url(../img/flower2a.png), url(../img/flower2b.png);
    background-position: left 10px top 10px, right 10px top 10px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-color: #e8f1ca;
}

.rinen2 p {
    margin-bottom: 9px;
    color: #9ece59;
    font-size: 16px;
    text-align: center;
}

.rinen3 {
    margin-bottom: 20px;
    padding: 10px 56px;
    border-radius: 10px;
    background-image: url(../img/flower3a.png), url(../img/flower3b.png);
    background-position: left 10px top 10px, right 10px top 10px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-color: #d3edfb;
}

.rinen3 p {
    margin-bottom: 9px;
    color: #72c2ed;
    font-size: 16px;
    text-align: center;
}


header h2.history p {
    display: block;
    width: 190px;
    height: 49px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../../img/ttl2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    text-indent: -999px;
}

ul.his li {
    margin-bottom: 8px;
    padding-bottom: 4px;
    border-bottom: 1px dashed #e2e2e3;
}

ul.his li p {
    font-size: 12px;
}



header h2.comp p {
    display: block;
    width: 190px;
    height: 49px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../../img/ttl3.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    text-indent: -999px;
}

.comptxt1 {
    width: 62px;
    height: 22px;
    overflow: hidden;
    background-image: url(../../img/comp/txt1.png);
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -999px;
}

.comptxt2 {
    width: 82px;
    height: 22px;
    overflow: hidden;
    background-image: url(../../img/comp/txt2.png);
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -999px;
}

.comptbl1, .comptbl2 {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.comptbl1 th {
    width: 73px;
    padding: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #efefef;
    text-align: center;
}

.comptbl1 td {
    padding: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 0;
}

.comptbl1 td span {
    display: inline-block;
    width: 113px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    vertical-align: top;
}

.comptbl1 td p {
    font-size: 14px;
    text-align: center;
}

.comptbl2 th {
    padding: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #efefef;
    text-align: center;
}

.comptbl2 td {
    padding: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.doc {
    margin-bottom: 15px;
}

.doc p {
    margin: 2px 0;
    border-left: 4px solid #72c2ed;
    line-height: 1;
    text-indent: 6px;
}

.comptxt {
    margin-bottom: 20px;
    padding: 3px;
    border-radius: 10px;
    background-color: #72c2ed;
}

.comptxt p {
    padding: 4px;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    text-align: center;
}


header h2.guide p {
    display: block;
    width: 190px;
    height: 49px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../../img/ttl4.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    text-indent: -999px;
}

.guidetxt1 {
    width: 82px;
    height: 22px;
    overflow: hidden;
    background-image: url(../../img/guide/txt.png);
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -999px;
}

.guidetxt2 {
    width: 41px;
    height: 22px;
    overflow: hidden;
    background-image: url(../img/uchiwake.png);
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -999px;
}

.guidetbl {
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid #ccc;
    vertical-align: top;
}

.guidetbl td {
    padding: 6px 17px;
    border: 1px solid #ccc;
}


header h2.access p {
    display: block;
    width: 190px;
    height: 49px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../../img/ttl5.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    text-indent: -999px;
}

.googlemap {
    display: block;
    width: 148px;
    margin: 15px 0 15px auto;
}


header h2.acco p {
    display: block;
    width: 190px;
    height: 49px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../../img/ttl6.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    text-indent: -999px;
}

.acc_pdf {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 50px;
}

.acc_pdf .ac01 {
    width: 32%;
}

.acc_pdf .ac02 {
    width: 32%;
}

.acc_pdf .ac03 {
    width: 32%;
}

.acc_pdf .ac01 img, .acc_pdf .ac02 img, .acc_pdf .ac03 img {
    width: 100%;
}

.acco_txt {
    margin-bottom: 20px;
    font-size: 12px;
    text-align: right;
}


header h2.program p {
    display: block;
    width: 190px;
    height: 49px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../../img/ttl7.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    text-indent: -999px;
}

.proclass dt {
    border-bottom: 2px solid #8d8f90;
    color: #68361a;
    font-weight: bold;
}

.proclass dd {
    margin-bottom: 10px;
    text-indent: 10px;
}

.protxt1 {
    margin-bottom: 20px;
    color: #68361a;
    font-size: 12px;
}

.u3 {
    position: relative;
    width: 250px;
    height: 545px;
    margin: 0 auto 15px auto;
    background-image: url(../../img/program/under3.png);
}

.o3 {
    position: relative;
    width: 249px;
    height: 548px;
    margin: 0 auto 25px auto;
    background-image: url(../../img/program/over3.png);
}

.u3 table, .o3 table {
    position: absolute;
    top: 98px;
    right: 0;
}

.u3 table th, .o3 table th {
    padding-right: 15px;
    color: #ff75da;
    vertical-align: top;
}

.u3 table td, .o3 table td {
    padding-bottom: 8.5px;
}


header h2.event p {
    display: block;
    width: 190px;
    height: 49px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../../img/ttl8.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    text-indent: -999px;
}

.eventbtn {
    width: 80%;
    height: 40px;
    margin: 15px auto;
}

.eventbtn a {
    display: block;
    border: 2px solid #ccad77;
    border-radius: 8px;
    background: linear-gradient(to top, #fefbf2 0%, #f5dbc5 100%);
    color: #66351a;
    line-height: 40px;
    text-align: center;
}

.eventtxt {
    margin-bottom: 20px;
    color: #66351a;
    font-size: 12px;
}


header h2.special p {
    display: block;
    width: 190px;
    height: 49px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../../img/ttl9.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    text-indent: -999px;
}

.sp_time {
    margin-bottom: 15px;
    padding: 10px 20px;
    border: 6px solid #d8e698;
    border-radius: 16px;
    color: #9ecc67;
    text-align: center;
}

.sptbl {
    width: 100%;
    margin-bottom: 15px;
}

.sptbl th {
    padding: 7px 20px;
    border: 1px solid #8d8f90;
    background-color: #efefef;
    text-align: center;
}

.sptbl td {
    padding: 7px 20px;
    border: 1px solid #8d8f90;
    text-align: center;
}


header h2.entrance p {
    display: block;
    width: 190px;
    height: 49px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../../img/ttl10.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    text-indent: -999px;
}

.regtxt {
    margin-bottom: 20px;
    padding: 0 0 0 75px;
    background-image: url(../../img/ent/ent_bg.png);
    background-position: left top;
    background-size: 70px;
    background-repeat: no-repeat;
}

.exittxt {
    margin-bottom: 20px;
    padding: 0 0 0 75px;
    background-image: url(../../img/ent/exit_bg.png);
    background-position: left top;
    background-size: 70px;
    background-repeat: no-repeat;
}


header h2.price p {
    display: block;
    width: 190px;
    height: 49px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../../img/ttl11.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    text-indent: -999px;
}

.pricetxt_ttl {
    margin-bottom: 14px;
    font-size: 16px;
}

.pricetxt strong {
    color: #4b9a36;
    font-size: 16px;
}

.pricetxt {
    margin-bottom: 25px;
}

.pricetxt b {
    color: #eb686b;
    font-weight: normal;
    font-size: 16px;
}

.pricetxt li {
    display: block;
    padding-left: 14px;
    text-indent: -14px;
}

header h2.lunch p {
    display: block;
    width: 190px;
    height: 49px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../../img/ttl12.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    text-indent: -999px;
}

.kyusyoku {
    min-height: 40px;
    margin-bottom: 20px;
    padding: 0 0 0 75px;
    background-image: url(../../img/lunch/btn1.png);
    background-position: left top;
    background-size: 70px;
    background-repeat: no-repeat;
}

.oyatu {
    min-height: 40px;
    margin-bottom: 20px;
    padding: 0 0 0 75px;
    background-image: url(../../img/lunch/btn2.png);
    background-position: left top;
    background-size: 70px;
    background-repeat: no-repeat;
}

.coution {
    padding-left: 14px;
    color: #a36445;
    text-indent: -14px;
}


header h2.support p {
    display: block;
    width: 190px;
    height: 49px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../../img/ttl13.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    text-indent: -999px;
}

.support_tel {
    position: relative;
    margin-bottom: 25px;
    padding: 5px 10px;
    border: 4px solid #ffe580;
    border-radius: 17px;
    text-align: center;
}

.support_tel p {
    color: #f7b52c;
    font-weight: bold;
    font-size: 26px;
}

.support_tel span {
    color: #f7b52c;
    font-size: 12px;
    vertical-align: 7px;
}

.support_tel a {
    color: #f7b52c;
    font-weight: bold;
    font-size: 24px;
}

.support_tel em {
    display: block;
    font-size: 12px;
}

.suptbl {
    width: 100%;
    margin: 20px 0;
}

.suptbl td {
    padding: 8px 0;
    border: 1px solid #8d8f90;
    text-align: center;
}

.year {
    display: block;
    width: 257px;
    height: 48px;
    margin: 0 auto 20px auto;
    background-image: url(../../img/year.png);
}

h4.keep {
    margin-bottom: 5px;
    color: #eb6ea5;
    font-size: 16px;
}

.keep-qa {
    margin-bottom: 30px;
}

.keep-qa dt {
    display: block;
    margin-top: 5px;
    padding: 7px 11px;
    border-radius: 19px 19px 19px 19px;
    background-color: #fdeff5;
    color: #ec6652;
    font-size: 16px;
}

.keep-qa dd {
    display: block;
    padding: 10px 14px 15px 12px;
    color: #5e5d5c;
}

table.keeptbl2 {
    width: 100%;
    margin-bottom: 30px;
}

table.keeptbl2 tr {
    display: block;
    margin-bottom: 15px;
}

table.keeptbl2 tr:first-child {
    display: none;
}

table.keeptbl2 td {
    display: block;
    margin-top: -1px;
    padding: 7px;
    border: 1px solid #afafb0;
    text-align: right;
}

table.keeptbl2 td:first-child {
    background-color: #fffddd;
    text-align: left;
}

table.keeptbl2 td::before {
    float: left;
    clear: both;
    content: attr(label);
}

table.keeptbl2 td p {
    padding-left: 6em;
}

.keep-list {
    width: 100%;
    vertical-align: top;
}

.keep-list li {
    display: block;
    margin-bottom: 5px;
    padding: 7px 7px 4px 7px;
    border-radius: 15px 15px 15px 15px;
    background-color: #a4cd53;
    color: #fff;
    font-size: 16px;
}

.keep-list li:last-child {
    background-color: transparent;
    color: #7b7a7b;
    font-size: 14px;
}

.keep-list-img {
    display: block;
    width: 90%;
    margin: 10px auto 50px auto;
}




header h2.keeping p {
    display: block;
    width: 190px;
    height: 49px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../../img/ttl14.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    text-indent: -999px;
}

.red {
    color: #ef8d6d;
    font-weight: normal;
}


header h2.calendar p {
    display: block;
    width: 190px;
    height: 49px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../../img/ttl16.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    text-indent: -999px;
}

.cal {
    width: 100%;
    height: 400px;
}


header h2.opinion p {
    display: block;
    width: 190px;
    height: 49px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../../img/ttl17.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    text-indent: -999px;
}

.opi_ttl {
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #ef92b1;
}

.opi_ttl span {
    color: #ef92b1;
}

.opitbl {
    width: 100%;
    margin: 20px 0;
}

.opitbl th {
    padding: 7px;
    border: 1px solid #8d8f90;
    background-color: #efefef;
}

.opitbl td {
    padding: 7px;
    border: 1px solid #8d8f90;
}

.pink2 {
    color: #ef92b1;
    font-weight: normal;
}

.optel {
    display: inline-block;
    margin: 20px 0;
    color: #ef92b1;
    font-weight: bold;
    font-size: 20px;
}


header h2.ques p {
    display: block;
    width: 190px;
    height: 49px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../../img/ttl18.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    text-indent: -999px;
}

.qabox {
    margin-bottom: 20px;
    padding: 4px;
    border: 3px solid #ededed;
}

.qabox p {
    display: block;
    border-bottom: 1px dashed #c5c6c6;
    background-image: url(../../img/sunicon.png);
    background-position: 1px 3px;
    background-size: 18px;
    background-repeat: no-repeat;
    color: #ef92b1;
    line-height: 24px;
    text-indent: 23px;
}

.qabox span {
    display: block;
    margin: 5px;
    padding: 5px 8px;
    background-color: #ededed;
    color: #797878;
}


header h2.policy p {
    display: block;
    width: 190px;
    height: 49px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../../img/ttl15.png);
    background-position: center center;
    background-size: 160px;
    background-repeat: no-repeat;
    background-color: #fff;
    text-indent: -999px;
}

.ppoli dt {
    font-weight: bold;
    font-size: 16px;
}

.ppoli dd {
    margin-bottom: 20px;
}


header h2.lun2 p {
    display: block;
    width: 190px;
    height: 49px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../../img/ttl20.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    text-indent: -999px;
}


header h2.topics2 p {
    display: block;
    width: 190px;
    height: 49px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../../img/ttl21.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    text-indent: -999px;
}


header h2.inq p {
    display: block;
    width: 190px;
    height: 49px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../../img/ttl19.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    text-indent: -999px;
}

.fo_tab01 {
    width: 100%;
}

.fo_tab01 th {
    display: block;
    width: 100%;
    padding: 5px;
    background-color: #ededed;
}

.fo_tab01 td {
    display: block;
    width: 100%;
    padding: 5px 5px 15px 5px;
}

.fo_tab01 td input, .fo_tab01 td textarea {
    width: 100%;
    padding: 5px;
}

.fo_box01 {
    margin: 20px 0;
    text-align: center;
}

.fo_box01 .fo_text02 {
    width: 100px;
    height: 40px;
    border: 3px solid #f4b6d1;
    border-radius: 10px;
}

.fo_box01 .fo_text03 {
    width: 100px;
    height: 40px;
    border: 3px solid #ccc;
    border-radius: 10px;
}

.fo_tab01 th span {
    display: inline-block;
    margin-left: 10px;
    color: #f00;
    font-size: 12px;
}


header h2.recruit p {
    display: block;
    width: 190px;
    height: 49px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../../img/ttl22.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    text-indent: -999px;
}

.recruit-ttl-img {
    width: 100%;
    margin-bottom: 10px;
}

.recruit-img1 {
    display: block;
    width: 90%;
    margin: 10px auto 15px;
}

strong.recruit-txt {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    color: #63a631;
    font-weight: bold;
    font-size: 4.7vw;
    text-align: center;
    vertical-align: top;
}

.recruit-img2 {
    margin-bottom: 30px;
}

.rec_mov video {
    width: 100%;
    height: auto;
}
