@charset "UTF-8";
@import url(../css/reset.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*-------------------------------------
Box
-------------------------------------*/

html {
    font-size: 62.5%;
}
body {
    margin: 0 auto;
    padding: 0;
    max-width: 768px;
    background-color: white;
    font-size: 1.4rem;
    font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 1.7;

    text-size-adjust: none;
}
#wrapper {
    overflow: hidden;
    width: 100%;
}
header, nav, article, footer {
    margin: 0 auto;
    width: 100%;
}
header {
    position: fixed;
    z-index: 2000;
    max-width: 768px;
    height: 62px;
    border-bottom: 1px solid #ccc;
    background: white;
}
main {
    margin-top: 60px;
}
footer {
    overflow: hidden;
    padding-bottom: 30px;
    background-color: #00a0e9;
    color: white;
    font-size: 1.2rem;
}
footer a {
    color: white;
}
/*-------------------------------------
Table
-------------------------------------*/

table {
    margin: 0 auto;
    width: 90%;
    border-spacing: 0;
    border-collapse: collapse;
}
th, td {
    display: block;
}
th {
    padding: 1rem;
    border: 1px solid #B8B8B8;
    background: #D6D6D6;
    text-align: left;
}
td {
    padding: 1.6rem 1.2rem;
    text-align: left;
}
/*-------------------------------------
Header
-------------------------------------*/

#logo img {
    width: 60%;
}
#logo a {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}
/*-------------------------------------
Main
-------------------------------------*/

/*-- 共通 --*/

img, iframe {
    max-width: 100%;
}
.banner img {
    margin: 10px auto;
    width: 90%;
}
.banner .rikunabi {
    width: 50%;
}
.bnr-mynavi {
    text-align: center;
    margin: 10px 0 30px;
}
/*-- トップページ --*/

.box {
    overflow: hidden;
    margin-bottom: 2em;
    text-align: center;
}
.box h1 {
    font-size: 3.6rem;
}
.box-inner p {
    margin: 0.8rem;
    padding: 0 1em;
    text-align: left;
    font-size: 1.4rem;
}
.home .box-inner p {
    text-shadow: 0px 0px 1px #fff;
}
.box-inner .link-more {
    margin: 30px auto;
    width: 260px;
    height: 50px;
    border-width: 4px;
    border-style: solid;
    border-color: #00a0e9;
    background-color: #ffffff;
    color: #7fbf35;
    text-align: center;
    line-height: 50px;
}
.box-inner .link-more a {
    color: #7fbf35;
    text-align: center;
    text-decoration: none;
    font-size: 2.2rem;
}
.box-inner .link-more a::after {
    color: #7fbf35;
    content: "\f105";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    line-height: 50px;
}
.business {
    position: relative;
    color: white;
}
.business .box-inner {
    position: absolute;
    top: 2%;
    z-index: 2;
}
.business h2 {
    display: block;
    padding: 0 2em;
    text-align: left;
    font-size: 1.6rem;
}
.message h1, .interview h1 {
    color: #00a0e9;
}
.message h1 > span, .interview h1 > span {
    display: block;
    margin-top: -10px;
    color: #90c656;
    letter-spacing: 0.2em;
    font-size: 40%;
}
.interview {
    background: url(../images/bg_stripe_06.png);
    color: #4f4e4e;
}
.interview .box-inner {
    margin: 30px 0;
}
.news {
    padding: 5px 0;
}
.news dt {
    position: absolute;
    top: 30%;
    width: 27%;
    color: #aaa9a9;
    text-align: center;
    font-size: 1.4rem;
}
.news dd {
    margin-left: 28%;
    padding: 20px 10px;
    border-left: 4px solid #bfbfbf;
    color: #4f4e4e;
    font-size: 1.4rem;
}
.news dd span {
    display: block;
    color: #aaa9a9;
    font-size: 1.2rem;
}
.list-news {
    position: relative;
    margin: 10px 0 20px;
}
.top_con {
    padding-bottom: 40px;
    background-color: #f5f5f5;
}
/*-- サブページ --*/

.box-sub h1 {
    padding: 40px 10px;
    background: #00a0e9;
    color: white;
    font-size: 2.4rem;
}
.box-sub h1 > span {
    display: block;
    margin-top: -4px;
    color: white;
    letter-spacing: 0.2em;
    font-size: 40%;
}
.box-sub h2 {
    margin: 40px 0 20px;
    font-size: 20px;
}
.box-con {
    padding: 16px;
}
h3 {
    margin: 0 auto;
    width: 94%;
}
.sub-con {
    margin-bottom: 50px;
}
.message-01 {
    margin: 16px;
    color: #33a9e9;
    font-weight: 700;
    font-size: 1.8rem;
}
.message-02 {
    margin: 16px;
    color: #33a9e9;
    text-align: left;
    font-weight: 700;
    font-size: 1.8rem;
}
.message-03 {
    margin: 16px;
    color: #78c526;
    text-align: left;
    font-weight: 700;
    font-size: 1.8rem;
}
.banner-b {
    margin: 50px 0;
}
.yoko {
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
}
.yoko h2 {
    position: relative;
    display: inline-block;
    margin: 47px 0;
    color: #333333;
}
.yoko h2:before {
    position: absolute;
    top: 50%;
    /* border: dashed 1px white; */
    left: 50%;
    z-index: -1;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #a9e1ff;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.yoko ul {
    margin-left: 4.0rem;
    text-align: left;
}
.careepath h1 {
    margin-top: 20px;
    height: 18px;
    background: linear-gradient(-135deg, #7ea5ce, #fff);
    color: #fff;
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 18px;
}
dl {
}
.circle {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 10px;
}
.cp_circle {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cp_back_01 {
    background-color: #45bbb9;
}
.cp_back_02 {
    background-color: #7ea5cb
}
.cp_back_03 {
    background-color: #eb6d91;
}
.cp_mini {
    display: block;
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.2;
}
.careepath dd {
    text-align: left;
}
.cp_heading {
    padding-top: 20px;
    height: 100px;
    font-weight: bold;
    font-size: 1.8rem;
}
.cp_color_01 {
    color: #45bbb9;
}
.cp_color_02 {
    color: #7ea5cb
}
.cp_color_03 {
    color: #eb6d91;
}
/*-------------------------------------
Footer
-------------------------------------*/

.f-nav {
    overflow: hidden;
    padding: 20px;
    list-style-type: none;
}
.f-nav li {
    display: inline;
    height: 40px;
}
.f-nav li a {
    float: left;
    width: 50%;
    height: 30px;
    text-decoration: none;
}
.f-nav li a::before {
    margin-right: 8px;
    content: "\f105";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}
.copyright {
    clear: both;
    margin: 10px;
    padding: 10px;
    border-top: 2px solid white;
    text-align: center;
}
.hover {
    position: fixed;
    bottom: 0;
    z-index: 300;
    max-width: 768px;
    width: 100%;
    height: 44px;
    background: url(../images/bg_f-contact.png);
}
.hover ul {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.hover li {
    display: table-cell;
}
.hover a {
    display: block;
    margin: 8px 0 0;
    text-align: center;
}
.hover img {
    height: 24px;
}
.f-tel a {
    border-right: 1px solid white;
}
/*-------------------------------------
Drawer-menu
-------------------------------------*/

.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
    position: absolute;
    right: 0;
}
.drawer-hamburger {
    position: fixed;
    top: 0;
    z-index: 104;
    display: block;
    box-sizing: content-box;
    padding: 0;
    padding-top: 18px;
    padding-right: .75rem;
    padding-bottom: 30px;
    padding-left: .75rem;
    width: 50px;
    outline: 0;
    border: 0;
    background-image: linear-gradient(0deg, #2af598 0%, #009efd 100%);
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.drawer-menu a {
    display: block;
    height: 40px;
    color: #3A3A3A;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 40px;
}
.drawer-menu-item:hover {
    background-color: transparent;
    color: #555;
    text-decoration: none;
}
.drawer-menu a:hover {
    text-decoration: none;
}
.drawer-brand a {
    height: 62px;
    font-size: 1.8rem;
    line-height: 62px;
}
.drawer-menu-item a {
    padding-left: 1rem;
    height: 40px;
    font-size: 1.6rem;
    line-height: 40px;
}
.drawer-menu-item a::before {
    margin-right: 8px;
    content: "\f105";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}
.drawer-brand {
    display: block;
    padding-right: .75rem;
    padding-left: .75rem;
    height: 62px;
    border-bottom: 1px solid #ccc;
    color: #222;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 62px;
}
.drawer-menu-item {
    display: block;
    padding: .75rem;
    border-bottom: 1px dotted #ccc;
    color: #222;
    text-decoration: none;
    font-size: 1rem;
}
/*-------------------------------------
フォーム
-------------------------------------*/

.attention {
    border: 1px solid #666;
    background: #FBFC90;
}
#formWrap {
    margin: 0 auto;
    width: 94%;
}
#formWrap table {
    width: 100%;
}
table.formTable th, table.formTable td {
    display: block;
    width: auto;
    text-align: left;
    font-weight: normal;
    font-weight: 100%;
}
table.formTable th {
    margin: 30px 0 10px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #efefef;
}
label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 8px;
    width: 70%;
    border-radius: 9px;
    background: #CAFEBB;
    cursor: pointer;
}
select, input[type="text"] {
    margin-bottom: 0.5em;
    padding: 0.8em;
    width: 70%;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 1.6rem;
}
input[type="submit"], input[type="reset"] {
    margin-bottom: 0.5em;
    padding: 2em 0.5em;
    width: 45%;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 1.6rem;
}
textarea {
    margin-bottom: 0.5em;
    padding: 0.8em;
    width: 92%;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 1.6rem;
}
.btn_tohome a {
    display: block;
    margin: 0 auto;
    padding: 10px;
    width: 200px;
    border: 1px solid #00a0e9;
    color: #666;
    text-decoration: none;
}
.caution {
    padding: 2px 4px;
    border: 1px solid white;
    border-radius: 5px;
    background: #FF5B5D;
    color: white;
}
.box-career {
    display: block;
    overflow: hidden;
    margin: 20px auto;
    width: 92%;
}
.pickup {
    color: #eb6d91;
    font-size: 1.6rem;
}
.shikaku {
    color: #666;
    font-size: 1.2rem;
}

@media screen and (min-width: 480px) {
.business p, .interview p {
    margin: 2rem 8rem;
    padding: 0 1em;
    text-align: left;
    font-size: 2rem;
}
.business h2 {
    display: block;
    padding: 2em;
    text-align: center;
    font-size: 2.4rem;
}
}

 .box_center {
	padding: 0;
	margin: 0 auto;
	display: table;
	text-align: center;}画像中央配置
