@charset "utf-8";

/* -------------------------------------------------------------------------

		top styles

		ログイン（index）ページ固有のスタイル

		------------------------------------------------------------------------- */


/* 共通
------------------------------------------------- */

body {
    position: relative;
    width: 100%;
}

* {
    box-sizing: border-box;
}

a:hover {
    opacity: .7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn a {
    background-color: #a6937c;
    color: #ffffff;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
}


/* ここから下がボタンのCSS　*/

.btn-border {
    display: inline-block;
    max-width: 180px;
    text-align: left;
    border: 2px solid #9ec34b;
    font-size: 16px;
    color: #9ec34b;
    text-decoration: none;
    font-weight: bold;
    padding: 20px 16px;
    border-radius: 4px;
    transition: .4s;
}

.btn-border:hover {
    background-color: #9ec34b;
    border-color: #cbe585;
    color: #FFF;
}

.btn-border2 {
    display: inline-block;
    width: 398px;
    text-align: center;
    border: 2px solid #709606;
    font-size: 16px;
    color: #709606;
    text-decoration: none;
    font-weight: bold;
    padding: 20px 16px;
    border-radius: 4px;
    transition: .4s;
    margin-bottom: 30px;
}

.btn-border2 {
    width: auto;
    border: 2px solid #709606;
    color: #709606;
}

.btn-border2:hover {
    background-color: #709606;
    border-color: #709606;
    color: #FFF;
}


/* table
--------------------------------------------- */

.companyTable {
    width: 100%;
    margin-bottom: 70px;
}

.companyTable>tbody>tr>th,
.companyTable>thead>tr>th {
    width: 288px;
}

.companyTable>tbody>tr>td,
.companyTable>tbody>tr>th,
.companyTable>thead>tr>td,
.companyTable>thead>tr>th {
    font-size: 14px;
    line-height: 2.125;
    color: #343434;
    letter-spacing: 0.015em;
    padding-top: 25px;
    padding-left: 3px;
    font-weight: 300;
    padding-bottom: 30px;
    border-bottom: 1px solid #b5b5b5;
    font-family: -webkit-body;
}

.companyTable>tbody>tr>td.toptd,
.companyTable>thead>tr>td.toptd {
    padding-top: 0;
}

table caption,
th,
td {
    text-align: left;
}

.tableWrapper {
    padding: 20px 10px;
}

@media screen and (max-width: 768px) {
    .companyTable {
        width: 100%;
        margin-bottom: 70px;
    }
    .companyTable>tbody>tr>th,
    .companyTable>thead>tr>th {
        width: 150px;
    }
    .companyTable>tbody>tr>td,
    .companyTable>tbody>tr>th,
    .companyTable>thead>tr>td,
    .companyTable>thead>tr>th {
        font-size: 14px;
        line-height: 2.125;
        color: #343434;
        letter-spacing: 0.015em;
        padding-top: 25px;
        padding-left: 3px;
        font-weight: 300;
        padding-bottom: 30px;
        border-bottom: 1px solid #b5b5b5;
        font-family: -webkit-body;
    }
    .companyTable>tbody>tr>td.toptd,
    .companyTable>thead>tr>td.toptd {
        padding-top: 0;
    }
    table caption,
    th,
    td {
        text-align: left;
    }
    .tableWrapper {
        padding: 20px 10px;
    }
}


/* ここまで
--------------------------------------------------*/


/* contact
--------------------------------------------- */

.companyTable2 tr:nth-of-type(1) {
    background: #f5f5f5;
}

.companyTable2 {
    width: 100%;
    /*margin-bottom: 70px;*/
}

.companyTable2>tbody>tr>th,
.companyTable2>thead>tr>th {
    width: 250px;
}

.companyTable2>thead>tr>td,
.companyTable2>thead>tr>th,
.companyTable2>tbody>tr>td,
.companyTable2>tbody>tr>th {
    font-size: 14px;
    line-height: 2.125;
    color: #343434;
    letter-spacing: 0.015em;
    padding-top: 25px;
    padding-left: 3px;
    font-weight: 300;
    padding-bottom: 30px;
    border-bottom: 1px solid #b5b5b5;
    font-family: -webkit-body;
    padding-left: 10px;
}

.companyTable2 tr td.toptd {
    padding-top: 0;
}

.companyTable2>thead>tr:last-child>th,
.companyTable2>tbody>tr:last-child>th {
    border-bottom: 1px solid #b5b5b5;
}

.companyTable2>thead>tr:last-child>td,
.companyTable2>tbody>tr:last-child>td {
    border-bottom: 1px solid #b5b5b5;
}

table caption,
th,
td {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .companyTable2>tbody>tr>th,
    .companyTable2>thead>tr>th {
        width: 150px;
    }
    .companyTable2>thead>tr>td,
    .companyTable2>thead>tr>th,
    .companyTable2>tbody>tr>td,
    .companyTable2>tbody>tr>th {
        font-size: 14px;
        line-height: 2.125;
        color: #343434;
        letter-spacing: 0.015em;
        padding-top: 25px;
        padding-left: 3px;
        font-weight: 300;
        padding-bottom: 30px;
        border-bottom: 1px solid #b5b5b5;
        font-family: -webkit-body;
        padding-left: 10px;
    }
    .companyTable2 tr td.toptd {
        padding-top: 0;
    }
    .companyTable2>thead>tr:last-child>th,
    .companyTable2>tbody>tr:last-child>th {
        border-bottom: 1px solid #b5b5b5;
    }
    .companyTable2>thead>tr:last-child>td,
    .companyTable2>tbody>tr:last-child>td {
        border-bottom: 1px solid #b5b5b5;
    }
}


/* ここまで
--------------------------------------------------*/

@media screen and (max-width: 768px) {
    .login .sp_none {
        display: block;
    }
    .login .pc_none {
        display: none;
    }
}

@media screen and (max-width: 742px) {
    .login .sp_none {
        display: block;
    }
    .login .pc_none {
        display: block;
    }
}

@media screen and (max-width: 479px) {
    .login .sp_none {
        display: none;
    }
    .login .pc_none {
        display: block;
    }
}

@media (min-width: 1200px) {
    .container_b {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
}

.breadcrumb {
    padding: 20px 10px 0;
    margin-bottom: 30px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>.active {
    color: #777777;
}

.fa-home:before {
    content: "\f015";
}

.fa-bule:before {
    color: #1a509d;
}

.common-heading_title {
    font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 5px;
    color: #2a2a2a;
    margin: 0px 0px 30px;
    padding: 2px 14px;
}

section {
    padding: 250px 0;
}

section .inner {
    margin: 0 auto;
    width: 960px;
    padding: 0 40px;
}

section .inner2 {
    margin: 0 auto;
    width: 70%;
}

.footer_head {
    padding: 60px 0;
    border-bottom: 10px solid #3ec7d9;
}

section h2 {
    font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 277%;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}

section h3 {
    color: #333333;
    /* 	color: #3ec7d9; */
    font-size: 24px;
    /*margin-bottom: 14px;*/
    line-height: 2.4;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 600;
    letter-spacing: 0.1em;
}

section p,
section small {
    font-size: 30px;
    line-height: 1.8;
    text-align: center;
}

section span {
    font-size: 16px;
    line-height: 1.6;
    /*text-align: center;*/
}

section ul {
    margin-top: 60px;
}

section ul li {
    /*line-height: 2.8;*/
}

section.bg_w {
    background: url('/img/login/bg.png') no-repeat center -70px #ffffff;
}

section.bg_g {
    overflow: visible !important;
    /*   background: -webkit-linear-gradient(45deg, #085078 10%, #85d8ce 90%); */
    /*   background: -moz-linear-gradient(45deg, #085078 10%, #85d8ce 90%); */
    /*   background: -ms-linear-gradient(45deg, #085078 10%, #85d8ce 90%); */
    /*   background: -o-linear-gradient(45deg, #085078 10%, #85d8ce 90%); */
    /*   background: linear-gradient(45deg, #085078 10%, #85d8ce 90%); */
    background-color: #333;
}

.registration.bg_g.anchor h2>span,
.registration.bg_g.anchor h2 {
    letter-spacing: 0.2em!important;
    color: #ace316!important;
}

.registration.bg_g.anchor p {
    color: #FFF;
}

.registration.bg_g.anchor .btn a {
    background-color: #ace316;
    color: #333333;
    font-weight: bold;
}

.site_footer .breadcrumbs {
    display: none;
}

.box2 {
    padding: 2.5em 5em;
    margin: 1em 0;
    color: #a2a2a2;
    /*文字色*/
    background: #FFF;
    border: solid 1px #a2a2a2;
    /*線*/
    border-radius: 15px;
    /*角の丸み*/
}

.box2 p {
    margin: 0;
    padding: 0;
}

.box3 {
    padding: 2.5em 5em;
    margin: 1em 0;
    color: #a2a2a2;
    /*文字色*/
    background: #FFF;
    border: solid 1px #a2a2a2;
    /*線*/
    border-radius: 15px;
    /*角の丸み*/
    float: left;
    width: 88%;
}

.box3 p {
    margin: 0;
    padding: 0;
}

.copy p {
    text-align: left;
    line-height: 36px;
}


/*
-------------------------------------------------- */

.kiyaku p {
    /*padding-top:20px;*/
    text-align: left;
    line-height: 32px;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
}

.title_pri {
    color: #000;
    /*文字色*/
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    0px;
}

.title_m {
    background-color: #59493f;
    color: #fff;
    /*文字色*/
    border: solid 3px #59493f;
    /*線色*/
    padding: 0.6em;
    /*文字周りの余白*/
    border-radius: 1em;
    /*角丸*/
    font-size: 18px;
}

.title_g {
    background-color: #005e15;
    color: #fff;
    /*文字色*/
    border: solid 3px #005e15;
    /*線色*/
    padding: 0.6em;
    /*文字周りの余白*/
    border-radius: 1em;
    /*角丸*/
    font-size: 18px;
    margin-bottom: 20px;
}

.title_k {
    background-color: #aab122;
    color: #fff;
    /*文字色*/
    border: solid 3px #aab122;
    /*線色*/
    padding: 0.6em;
    /*文字周りの余白*/
    border-radius: 1em;
    /*角丸*/
    font-size: 18px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1150px) {
    section {
        padding: 60px 0;
    }
    section .inner {
        margin: 0 auto;
        width: 90%;
    }
    section .inner2 {
        margin: 0 auto;
        width: 100%;
    }
    section ul {
        margin-top: 0px;
    }
}

@media screen and (max-width: 960px) {
    section .inner2 {
        margin: 0 auto;
        width: 100%;
    }
    section h2 {
        font-size: 254%;
        margin-bottom: 15px;
    }
    section h3 {
        font-size: 154%;
        margin-bottom: 10px;
    }
    section p,
    section small {
        font-size: 100%;
    }
}

@media screen and (max-width: 850px) {
    section .inner2 {
        margin: 0 auto;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .login .main_wrapper {
        padding-top: 0;
    }
    section .inner2 {
        margin: 0 auto;
        width: 100%;
    }
    section h2 {
        font-size: 231%;
    }
}

@media screen and (max-width: 479px) {
    body {
        padding-bottom: 50px;
    }
    section {
        padding: 45px 0;
    }
    section h2 {
        font-size: 185%;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    section h3 {
        font-size: 154%;
        margin-bottom: 5px;
    }
}


/* anchor_nav
------------------------------------------------- */

.anchor_nav {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 30px 0 30px 15px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99999;
}

.anchor_nav ul li {
    text-align: right;
    margin-bottom: 35px;
}

.anchor_nav ul li:last-child {
    margin-bottom: 0;
}

.anchor_nav ul li a {
    color: #000000;
    display: block;
    font-size: 108%;
    line-height: 1.4;
    padding-right: 20px;
    text-decoration: none;
    position: relative;
}

.anchor_nav ul li a:before {
    background-color: #000000;
    content: "";
    height: 1px;
    margin-top: -1px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
}

.anchor_nav ul li a.current {
    color: #bc8006;
}

.anchor_nav ul li a.current:before {
    background-color: #bc8006;
}

@media screen and (max-width: 768px) {
    .anchor_nav {
        display: none;
    }
}


/* header
------------------------------------------------- */

.header_wrapper {
    background-color: #ffffff;
    box-sizing: border-box;
    position: absolute;
    top: -66px;
    width: 100%;
    z-index: 99999;
}

.header_wrapper.fixed {
    border: 1px solid #eeeeee;
    left: 0;
    top: 0;
    width: 100%;
}

.header_wrapper .header {
    display: table;
    height: 65px;
    width: 100%;
}

.header_wrapper .header h1 {
    height: 35px;
    margin: 15px 0 15px 20px;
    vertical-align: middle;
    width: 152px;
}

.header_wrapper .header nav {
    height: 100%;
    position: absolute;
    right: 0;
    top: 65px;
}

.header_wrapper .header nav ul li {
    float: left;
}

.header_wrapper .header nav ul li.btn {
    display: table;
    height: 100%;
}

.header_wrapper .header nav ul li.btn a {
    display: table-cell;
    height: 42px;
    vertical-align: middle;
    width: 100%;
}

.header_wrapper .header nav ul li.btn.login,
.header_wrapper .header nav ul li.btn.entry {
    margin-right: 1px;
}

.header_wrapper .header nav ul li.btn.login a {
    width: 103px;
}

.header_wrapper .header nav ul li.btn.entry a {
    width: 129px;
}

.header_wrapper .header nav ul li.btn.mail a {
    background-color: #ffffff;
    color: #382717;
    width: 137px;
}

.header_wrapper .header nav ul li.btn a i {
    display: inline-block;
}

.header_wrapper .header nav ul li.btn a p {
    display: inline-block;
}

@media screen and (max-width: 1150px) {}

@media screen and (max-width: 960px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 479px) {
    .header_wrapper {
        position: relative;
        top: 0;
    }
    .header_wrapper .header {
        height: auto;
    }
    .header_wrapper .header h1 {
        height: auto;
        margin: 10px auto 8px;
        width: 130px;
    }
    .header_wrapper .header nav {
        bottom: 0;
        height: auto;
        position: fixed;
        top: auto;
        width: 100%;
    }
    .header_wrapper .header nav ul {}
    .header_wrapper .header nav ul li.btn {
        width: 33%;
    }
    .header_wrapper .header nav ul li.btn a {
        display: table-cell;
        height: 50px;
        vertical-align: middle;
    }
    .header_wrapper .header nav ul li.btn.login {
        border-right: 1px solid #ffffff;
        box-sizing: border-box;
        margin-right: 0;
        width: 30%;
    }
    .header_wrapper .header nav ul li.btn.entry {
        border-right: 1px solid #ffffff;
        box-sizing: border-box;
        margin-right: 0;
        width: 35%;
    }
    .header_wrapper .header nav ul li.btn.mail {
        width: 35%;
    }
    .header_wrapper .header nav ul li.btn.login a {
        width: 100%;
    }
    .header_wrapper .header nav ul li.btn.entry a {
        width: 100%;
    }
    .header_wrapper .header nav ul li.btn.mail a {
        border-top: 1px solid #eeeeee;
        box-sizing: border-box;
        width: 100%;
    }
}


/* main_img
------------------------------------------------- */

.main_img {
    position: relative;
}

.main_img .logo {
    display: block;
    height: auto;
    position: absolute;
    top: 134px;
    bottom: 0;
    width: 1200px;
    z-index: 99999;
    margin: auto;
    left: 0;
    right: 0;
}

@media screen and (max-width: 1150px) {}

@media screen and (max-width: 960px) {}

@media screen and (max-width: 768px) {
    .main_img .logo {
        left: 20px;
        top: 20px;
        width: 170px;
    }
}

@media screen and (max-width: 479px) {
    .main_img .logo {
        display: none;
    }
}


/* slide */

.main_img .slide {
    /*height: 650px;*/
    height: 100%;
    overflow: hidden;
    position: relative;
}

.main_img.slide ul {
    height: 100%;
}

.main_img2 .slide {
    height: 320px;
    overflow: hidden;
    position: relative;
    background-image: url("../img/bg.jpg");
    background-position-y: -80px;
    background-repeat: no-repeat;
    background-size: cover;
}

.layer {
    position: relative;
    margin: 0 auto;
    text-align: center;
}


/* 重ねるボックスの設定 */

.layer-in {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}


/* 重ねる文字の基本設定 */

.layer-txt {
    /*text-shadow: 1px 1px 4px rgba(0,0,0,0.4);*/
    color: #000;
    color: #FFF;
    letter-spacing: 0.4rem;
    font-weight: 600;
    font-size: 28px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}


/* SP向けの設定 */

@media screen and (max-width: 600px) {
    .layer-bg {
        height: 200px;
    }
    .layer-in {
        width: 300px;
        height: 70px;
    }
    .layer-txt {
        font-size: 2rem;
    }
}


/* PC向けの設定 */

@media screen and (min-width: 601px) {
    .layer-bg {
        height: 400px;
    }
    .layer-in {
        /* width: 420px; */
        height: 100px;
        padding-top: 70px;
    }
    .layer-txt {
        font-size: 40px;
    }
}

.main_img2.slide ul {
    height: 100%;
}

@media screen and (max-width: 960px) {}

@media screen and (max-width: 768px) {
    .main_img .slide {
        /*height: 500px;*/
        padding-top: 50px;
    }
}


}
@media screen and (max-width: 479px) {
    .main_img .slide {
        height: 180px;
    }
}

/* login_area */
.main_img .login_area {
    display: none;
    position: absolute;
    right: 10%;
    top: 50%;
    z-index: 9999;
}
.main_img .login_area .login_area_inner {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px 60px;
}
.main_img .login_area .logo {
    height: auto;
    margin: 0 auto;
    display: block;
    width: 200px;
}
.main_img .login_area .signin {
    margin-top: 30px;
}
.main_img .login_area .signin fieldset:first-child {
    margin-bottom: 10px;
}
.main_img .login_area .signin .form_block_label {
    margin-bottom: 5px;
}
.main_img .login_area .signin input {
    background-color: #ffffff !important;
    border: 1px solid #bbbbbb;
    box-sizing: border-box;
    height: 30px;
    padding: 0 5px;
    width: 100%;
}
.main_img .login_area .signin .btn {
    margin-bottom: 15px;
    margin-top: 30px;
}
.main_img .login_area .signin .btn a {
    font-size: 123.1%;
    padding: 10px 0;
}
.main_img .login_area .signup {
    text-align: center;
}
@media screen and (max-width: 960px) {}
@media screen and (max-width: 768px) {
    .main_img .login_area {
        left: 50%;
        right: 0;
        top: 50%;
    }
}
@media screen and (max-width: 479px) {
    .main_img .login_area {
        width: 250px !important;
    }
    
    .main_img .login_area .logo {
        display: block;
        width: 80%;
    }
    
    .main_img .login_area .login_area_inner {
        padding: 20px 20px;
    }
    
    .main_img .login_area .signin {
        margin-top: 15px;
    }
    
    .main_img .login_area .signin .btn {
        margin-bottom: 12px;
        margin-top: 15px;
    }
}

/* bnr
------------------------------------------------- */
.bnr {
    background-color: #efefef;
    padding: 20px 0;
}
.bnr ul {
    margin: 0 auto;
    width: 1100px;
}
.bnr ul li {
    float: left;
    width: 550px;
}
.bnr ul li a img {
    width: 100%;
}
@media screen and (max-width: 1150px) {
    .bnr ul {
        width: 100%;
    }
    
    .bnr ul li {
        width: 50%;
    }
}
@media screen and (max-width: 600px) {
    .bnr ul li {
        float: none;
        width: 100%;
    }
    
    .bnr ul li:first-child {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 479px) {
    .bnr {
        padding: 10px 0;
    }
    
    .bnr ul li:first-child {
        margin-bottom: 5px;
    }
}

/* about
------------------------------------------------- */
.about ul li {
    margin-bottom: 60px;
    width: 100%;
}
.about ul li:last-child {
    margin-bottom: 0;
}
.about ul li .text {
    float: left;
}
.about ul li:nth-child(2) .text {
    float: right;
}
.about ul li .text .text_inner {
    display: table-cell;
    vertical-align: middle;
}
.about ul li .text .icon {
    display: table-cell;
    padding-right: 20px;
    vertical-align: middle;
}
.about ul li .text .copy {
    display: table-cell;
    vertical-align: middle;
}
.about ul li .text .copy h3,
.about ul li .text .copy p {
    text-align: left;
}
.about ul li .image {
    float: right;
    width: 420px;
}
.about ul li:nth-child(2) .image {
    float: left;
}
.about ul li .image .image_inner {
    display: table-cell;
    vertical-align: middle;
}
.about ul li .image .image_inner img {
    display: table-cell;
    vertical-align: middle;
}
@media screen and (max-width: 1150px) {
    .about ul li .text {
        margin-right: 5%;
        width: 60%;
    }
    
    .about ul li .text .copy br {
        display: none;
    }
    
    .about ul li:nth-child(2) .text {
        margin-left: 5%;
        margin-right: 0;
    }
    
    .about ul li .image img {
        display: block;
        height: auto;
        width: 100%;
    }
    
    .about ul li .image {
        width: 35%;
    }
}
@media screen and (max-width: 960px) {}
@media screen and (max-width: 768px) {
    .about ul li {
        margin-bottom: 40px;
    }
    
    .about ul li .text {
        float: none;
        display: block;
        margin: 0;
        width: auto;
    }
    
    .about ul li .text .text_inner {
        display: inline;
    }
    
    .about ul li .text .icon {
        display: inline;
    }
    
    .about ul li .text .copy {
        display: inline;
    }
    
    .about ul li:nth-child(2) .text {
        float: none;
        margin-left: 0;
    }
    
    .about ul li .text .icon {
        display: block;
        height: auto;
        margin: 0 auto 20px;
        padding-right: 0;
        width: 130px;
    }
    
    .about ul li .text .icon img {
        display: block;
        height: auto;
        width: 100%;
    }
    
    .about ul li .text .copy {
        display: block;
        float: left;
        vertical-align: middle;
        /*width: 58%;*/
    }
    
    .about ul li .image {
        width: 100%;
    }
    
    .about ul li .image .image_inner {
        display: inline;
    }
    
    .about ul li .image .image_inner img {
        display: inline;
    }
    
    .about ul li:nth-child(2) .text .copy {
        float: right;
    }
    
    .about ul li:nth-child(2) .image {
        float: left;
    }
}
@media screen and (max-width: 479px) {
    .about ul li .text .icon {
        margin: 0 auto 10px;
        width: 100px;
    }
    
    .about ul li .text .copy {
        float: none;
        width: 100%;
    }
    
    .about ul li .image {
        display: block;
        float: none;
        margin-top: 10px;
        width: 100%;
    }
    
    .about ul li:nth-child(2) .text .copy {
        float: none;
    }
    
    .about ul li:nth-child(2) .image {
        display: block;
        float: none;
    }
}

/* about2
------------------------------------------------- */
.about2 ul li {
    margin-bottom: 60px;
    width: 100%;
}
.about2 ul li:last-child {
    margin-bottom: 0;
}
.about2 ul li .text {
    float: left;
    width: 60%;
}
.about2 ul li .text .text_inner {
    display: table-cell;
    vertical-align: middle;
}
.about2 ul li .text .icon {
    display: table-cell;
    padding-right: 20px;
    vertical-align: middle;
}
.about2 ul li .text .copy {
    display: table-cell;
    vertical-align: middle;
}
.about2 ul li .text .copy h3,
.about2 ul li .text .copy p {
    text-align: left;
    line-height: 1.8;
}
.about2 ul li .image {
    float: right;
    width: 420px;
}
.about2 ul li:nth-child(2) .image {
    float: left;
}
.about2 ul li .image .image_inner {
    vertical-align: middle;
    width: 100%;
}
.about2 ul li .image .image_inner img {
    display: table-cell;
    vertical-align: middle;
}
@media screen and (max-width: 1150px) {
    .about2 ul li .text {
        margin-right: 5%;
        width: 60%;
    }
    
    .about2 ul li .text .copy br {
        display: none;
    }
    
    .about2 ul li:nth-child(2) .text {
        margin-left: 5%;
        margin-right: 0;
    }
    
    .about2 ul li .image img {
        display: block;
        height: auto;
        width: 100%;
    }
    
    .about2 ul li .image {
        width: 35%;
    }
}
@media screen and (max-width: 960px) {}
@media screen and (max-width: 768px) {
    .about2 ul li {
        margin-bottom: 40px;
    }
    
    .about2 ul li .text {
        float: none;
        display: block;
        margin: 0;
        width: auto;
    }
    
    .about2 ul li .text .text_inner {
        display: inline;
    }
    
    .about2 ul li .text .icon {
        display: inline;
    }
    
    .about2 ul li .text .copy {
        display: inline;
    }
    
    .about2 ul li:nth-child(2) .text {
        float: none;
        margin-left: 0;
    }
    
    .about2 ul li .text .icon {
        display: block;
        height: auto;
        margin: 0 auto 20px;
        padding-right: 0;
        width: 130px;
    }
    
    .about2 ul li .text .icon img {
        display: block;
        height: auto;
        width: 100%;
    }
    
    .about2 ul li .text .copy {
        display: block;
        float: left;
        vertical-align: middle;
        width: 100%;
    }
    
    .about2 ul li .image {
        width: 100%;
        margin-bottom: 50px;
    }
    
    .about2 ul li .image .image_inner {
        display: inline;
    }
    
    .about2 ul li .image .image_inner img {
        display: inline;
    }
    
    .about2 ul li:nth-child(2) .text .copy {
        float: right;
    }
    
    .about2 ul li:nth-child(2) .image {
        float: left;
    }
}
@media screen and (max-width: 479px) {
    .about2 ul li .text .icon {
        margin: 0 auto 10px;
        width: 100px;
    }
    
    .about2 ul li .text .copy {
        float: none;
        width: 100%;
    }
    
    .about2 ul li .image {
        display: block;
        float: none;
        margin-top: 10px;
        width: 100%;
    }
    
    .about2 ul li:nth-child(2) .text .copy {
        float: none;
    }
    
    .about2 ul li:nth-child(2) .image {
        display: block;
        float: none;
    }
}

/* member
------------------------------------------------- */
section.member h3 {
    font-weight: bold;
}
.member {}
.member ul li {
    float: left;
    width: 50%;
}
.member ul li:nth-child(1),
.member ul li:nth-child(2),
.member ul li:nth-child(5),
.member ul li:nth-child(6) {}
.member ul li:nth-child(3),
.member ul li:nth-child(4) {}
.member ul li .text {
    background-color: #ffffff;
    display: table;
    height: 230px;
    position: relative;
    width: 305px;
}
.member ul li .text .text_inner {
    display: table-cell;
    vertical-align: middle;
}
.member ul li .text p {
    font-size: 93%;
    font-weight: bold;
    letter-spacing: -0.04em;
}
.member ul li:nth-child(1) .text,
.member ul li:nth-child(2) .text,
.member ul li:nth-child(5) .text,
.member ul li:nth-child(6) .text {
    float: left;
}
.member ul li:nth-child(3) .text,
.member ul li:nth-child(4) .text {
    float: right;
}
.member ul li:nth-child(1) .text h3,
.member ul li:nth-child(2) .text h3,
.member ul li:nth-child(5) .text h3,
.member ul li:nth-child(6) .text h3,
.member ul li:nth-child(1) .text p,
.member ul li:nth-child(2) .text p,
.member ul li:nth-child(5) .text p,
.member ul li:nth-child(6) .text p {
    padding-left: 15px;
}
.member ul li:nth-child(2) .text p {
    margin: 0 auto;
    width: 100%;
    max-width: 238px;
}
.member ul li:nth-child(3) .text h3,
.member ul li:nth-child(4) .text h3,
.member ul li:nth-child(3) .text p,
.member ul li:nth-child(4) .text p {
    padding-right: 15px;
}
.member ul li .image {
    width: 245px;
}
.member ul li:nth-child(1) .image,
.member ul li:nth-child(2) .image,
.member ul li:nth-child(5) .image,
.member ul li:nth-child(6) .image {
    float: right;
}
.member ul li:nth-child(3) .image,
.member ul li:nth-child(4) .image {
    float: left;
}
.member ul li:nth-child(1) .image {
    background-image: url('/img/login/img_member_present.jpg');
}
.member ul li:nth-child(2) .image {
    background-image: url('/img/login/img_member_interior.jpg');
}
.member ul li:nth-child(3) .image {
    background-image: url('/img/login/img_member_shopping.jpg');
}
.member ul li:nth-child(4) .image {
    background-image: url('/img/login/img_member_lifesupport.jpg');
}
.member ul li:nth-child(5) .image {
    background-image: url('/img/login/img_member_travel.jpg');
}
.member ul li:nth-child(6) .image {
    background-image: url('/img/login/img_member_restaurant.jpg');
}
.member ul li .image {
    background-repeat: no-repeat;
    background-size: cover;
}
.member ul li .text .arrow {
    background-image: url('/img/login/arrow_member.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    top: 0;
    width: 60px;
}
.member ul li:nth-child(1) .text .arrow,
.member ul li:nth-child(2) .text .arrow,
.member ul li:nth-child(5) .text .arrow,
.member ul li:nth-child(6) .text .arrow {
    background-position: -30px 0;
    left: 100%;
}
.member ul li:nth-child(3) .text .arrow,
.member ul li:nth-child(4) .text .arrow {
    background-position: 30px 0;
    right: 100%;
}
.member_intro {
    border: 1px solid #bc8006;
    margin-top: 40px;
    padding: 25px 0;
}
.member_intro h3 {}
.member_intro h3 img {
    padding-right: 5px;
}
.member_intro h3 span {
    position: relative;
    top: -11px;
}
.member_intro p {
    font-size: 108%;
}
.member_intro p br.tab {
    display: none;
}
.member_intro p.copy {
    font-weight: bold;
    margin-bottom: 5px;
}
.member_intro p span {
    color: #bc8006;
}
@media screen and (max-width: 1150px) {
    .member ul li .text {
        width: 55%;
    }
    
    .member ul li .image {
        width: 45%;
    }
}
@media screen and (max-width: 960px) {}
@media screen and (max-width: 768px) {
    .member ul li {
        float: none;
        width: 100%;
    }
    
    .member ul li:nth-child(1) .text,
    .member ul li:nth-child(3) .text,
    .member ul li:nth-child(5) .text {
        float: left;
    }
    
    .member ul li:nth-child(2) .text,
    .member ul li:nth-child(4) .text,
    .member ul li:nth-child(6) .text {
        float: right;
    }
    
    .member ul li:nth-child(1) .text h3,
    .member ul li:nth-child(3) .text h3,
    .member ul li:nth-child(5) .text h3,
    .member ul li:nth-child(1) .text p,
    .member ul li:nth-child(3) .text p,
    .member ul li:nth-child(5) .text p {
        padding-left: 15px;
        padding-right: 0;
    }
    
    .member ul li:nth-child(2) .text h3,
    .member ul li:nth-child(4) .text h3,
    .member ul li:nth-child(6) .text h3,
    .member ul li:nth-child(2) .text p,
    .member ul li:nth-child(4) .text p,
    .member ul li:nth-child(6) .text p {
        padding-left: 0;
        padding-right: 15px;
    }
    
    .member ul li:nth-child(1) .image,
    .member ul li:nth-child(3) .image,
    .member ul li:nth-child(6) .image {
        float: right;
    }
    
    .member ul li:nth-child(2) .image,
    .member ul li:nth-child(4) .image,
    .member ul li:nth-child(6) .image {
        float: left;
    }
    
    .member ul li:nth-child(5) .image {
        background-position: center bottom;
    }
    
    .member ul li:nth-child(1) .text .arrow,
    .member ul li:nth-child(3) .text .arrow,
    .member ul li:nth-child(5) .text .arrow {
        background-position: -30px 0;
        left: 100%;
        right: auto;
    }
    
    .member ul li:nth-child(2) .text .arrow,
    .member ul li:nth-child(4) .text .arrow,
    .member ul li:nth-child(6) .text .arrow {
        background-position: 30px 0;
        left: auto;
        right: 100%;
    }
    
    .member_intro {
        padding: 30px 50px;
    }
    
    .member_intro p br {
        display: none;
    }
    
    .member_intro p br.tab {
        display: block;
    }
}
@media screen and (max-width: 479px) {
    .member ul li {
        margin-bottom: 30px;
    }
    
    .member ul li .text {
        background: none;
        display: block;
        float: none !important;
        height: auto;
        width: 100%;
    }
    
    .member ul li .text .text_inner {
        display: block;
    }
    
    .member ul li .text h3,
    .member ul li .text p {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .member ul li:nth-child(1) .text p br {
        display: none;
    }
    
    .member ul li .image {
        float: none !important;
        height: 200px;
        background-position: center center;
        margin-top: 10px;
        width: 100%;
    }
    
    .member ul li .text .arrow {
        display: none;
    }
    
    .member_intro {
        padding: 20px 25px;
    }
    
    .member_intro p {
        text-align: left;
    }
    
    .member_intro p br.tab {
        display: none;
    }
    
    .member_intro p.copy {
        text-align: center;
    }
    
    .member_intro p.copy br {
        display: block;
    }
}

/* mypage
------------------------------------------------- */
.mypage {}
.mypage ul li {
    float: left;
    width: 100%;
}
.mypage ul li .icon {
    text-align: center;
    margin-bottom: 30px;
}
.mypage2 ul li {
    float: left;
    width: 33%;
}
.mypage2 ul li .icon {
    text-align: center;
    /*margin-bottom: 30px;*/
    
    margin-left: 20px;
}
.mypage2 ul li .icon2 {
    text-align: center;
    /*margin-bottom: 30px;*/
    
    margin-left: 20px;
}
.newsLinkWrapper ul li .text2 {
    width: 20%;
}
.newsLinkWrapper ul li .icon2 {
    text-align: center;
    margin-bottom: 30px;
    margin-left: 30px;
    width: 20%;
}
.newsLinkWrapper ul li .image2 {
    text-align: center;
    margin-bottom: 30px;
    margin-left: 30px;
    width: 80%;
}
@media screen and (max-width: 1150px) {}
@media screen and (max-width: 960px) {
    .mypage ul li {
        margin-bottom: 40px;
        width: 50%;
    }
    
    .mypage ul li:last-child {
        margin-bottom: 0;
        width: 100%;
    }
    
    .mypage ul li .icon {
        margin: 0 auto 15px;
        height: 130px;
        width: 130px;
    }
    
    .mypage ul li .icon img {
        display: block;
        height: auto;
        width: 100%;
    }
    
    .mypage2 ul li {
        margin-bottom: 40px;
        width: 100%;
    }
    
    .mypage2 ul li:last-child {
        margin-bottom: 0;
        width: 100%;
    }
    
    .mypage2 ul li .icon {
        margin: 0 auto 15px;
        height: 130px;
        width: 130px;
    }
    
    .mypage2 ul li .icon img {
        display: block;
        height: auto;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .mypage2 ul li .icon2 {
        display: inline-block;
        margin: 0 15px;
    }
}
@media screen and (max-width: 479px) {
    .mypage ul li {
        margin-bottom: 30px;
        width: 100%;
    }
    
    .mypage ul li .icon {
        margin: 0 auto 10px;
        height: 100px;
        width: 100px;
    }
}

/* recipe
------------------------------------------------- */
.recipe {
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #ffffff;
    width: 50%;
}
.recipe ul {
    margin-left: auto;
    margin-right: auto;
    width: 470px;
}
.recipe ul li {
    float: left;
}
.recipe ul li:first-child {
    margin-right: 40px;
}
.recipe ul li .image {
    text-align: center;
    margin-bottom: 15px;
}
@media screen and (max-width: 1150px) {
    .recipe ul {
        width: 80%;
    }
    
    .recipe ul li {
        width: 45%;
    }
    
    .recipe ul li:first-child {
        margin-right: 10%;
    }
    
    .recipe ul li .image img {
        display: block;
        height: auto;
        width: 100%;
    }
}
@media screen and (max-width: 960px) {}
@media screen and (max-width: 768px) {
    .recipe {
        float: none;
        border-bottom: 1px solid #ffffff;
        border-right: none;
        width: 100%;
    }
    
    .recipe ul {
        width: 440px;
    }
    
    .recipe ul li {
        width: 180px;
    }
    
    .recipe ul li:first-child {
        margin-right: 80px;
    }
}
@media screen and (max-width: 479px) {
    .recipe ul {
        width: 85%;
    }
    
    .recipe ul li {
        display: table;
        width: 100%;
    }
    
    .recipe ul li:first-child {
        margin-bottom: 20px;
        margin-right: 0;
    }
    
    .recipe ul li .image {
        display: table-cell;
        padding-right: 5%;
        width: 45%;
    }
    
    .recipe ul li p {
        display: table-cell;
        text-align: left;
        vertical-align: middle;
        width: 50%;
    }
}

/* news
-------------------------------------------------- */
.newsArea {
    /*background-color: #eeeeee;*/
    
    padding-top: 103px;
    /*padding-bottom: 103px;*/
}
.newsArea2 {
    padding-top: 20px;
}
.newsArea2 h2 {
    font-family: 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', 'Noto Sans Japanese', sans-serif;
    font-size: 20px;
    padding-bottom: 20px;
}
.container {
    width: 1210px;
    margin: 0 auto;
    padding-top: 60px;
}
@media screen and (max-width: 1220px) {
    .container {
        width: calc(100% - 20px);
        margin: 0 auto;
        padding-top: 60px;
    }
}
.defaultTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 36px;
    letter-spacing: -0.05em;
    color: #343434;
    padding-bottom: 60px;
}
.newsLink {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 10px;
    padding-bottom: 20px;
}
@media screen and (max-width: 960px) {
    .newsLink {
        width: calc(100% - 20px);
    }
}
.newsLinkDate {
    width: 140px;
    font-size: 16px;
    letter-spacing: -0.05em;
    color: #5e5e5e;
    font-weight: 300;
}
.newsLinkCategory.newsRecruit {
    background-color: #091552;
}
.newsLinkCategory.newsJob {
    background-color: #3ec7d9;
}
.newsLinkDetail {
    font-size: 16px;
    /*letter-spacing: -0.05em;*/
    
    color: #575757;
    font-weight: 300;
}
.newsLinkCategory {
    width: 146px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    margin-right: 30px;
}

/* voice
------------------------------------------------- */
.voice {
    float: left;
    width: 50%;
}
.voice ul {
    margin-left: auto;
    margin-right: auto;
    width: 470px;
}
.voice ul li {
    float: left;
}
.voice ul li:first-child {
    margin-right: 40px;
}
.voice ul li .image {
    text-align: center;
    margin-bottom: 15px;
}
@media screen and (max-width: 1150px) {
    .voice ul {
        width: 80%;
    }
    
    .voice ul li {
        width: 45%;
    }
    
    .voice ul li:first-child {
        margin-right: 10%;
    }
    
    .voice ul li .image img {
        display: block;
        height: auto;
        width: 100%;
    }
}
@media screen and (max-width: 960px) {}
@media screen and (max-width: 768px) {
    .voice {
        float: none;
        width: 100%;
    }
    
    .voice ul {
        width: 440px;
    }
    
    .voice ul li {
        width: 180px;
    }
    
    .voice ul li:first-child {
        margin-right: 80px;
    }
}
@media screen and (max-width: 479px) {
    .voice ul {
        width: 85%;
    }
    
    .voice ul li {
        display: table;
        width: 100%;
    }
    
    .voice ul li:first-child {
        margin-bottom: 20px;
        margin-right: 0;
    }
    
    .voice ul li .image {
        display: table-cell;
        padding-right: 5%;
        width: 45%;
    }
    
    .voice ul li p {
        display: table-cell;
        text-align: left;
        vertical-align: middle;
        width: 50%;
    }
}

/* registration
------------------------------------------------- */
.registration {}
.registration .btn {
    margin: 40px auto 0;
    width: 630px;
}
.registration .btn a {
    display: block;
    font-size: 182%;
    padding: 25px 0;
    width: 100%;
}
.registration small {
    display: block;
    margin-top: 15px;
    font-size: 93%;
}
@media screen and (max-width: 1150px) {}
@media screen and (max-width: 960px) {
    .registration .btn {
        width: 70%;
    }
    
    .registration .btn a {
        font-size: 154%;
    }
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 479px) {
    .registration p {
        text-align: left;
    }
    
    .registration .btn {
        margin: 20px auto 0;
        width: 100%;
    }
    
    .registration .btn a {
        font-size: 124%;
        padding: 15px 0;
    }
    
    .registration small {
        text-align: left;
    }
}

/* popup
------------------------------------------------- */
.info_overlay {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.75;
    position: absolute;
    z-index: 100000;
    top: 0;
    left: 0;
}
.info_popup {
    display: none;
}
.info_popup .info_popup_inner {
    width: 620px;
    background-color: #fff;
    position: fixed;
    z-index: 100001;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.info_popup .info_popup_logo {
    margin: 10px 0 30px;
}
.info_popup p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 40px;
}
.info_popup button {
    background: #bc8006;
    max-width: 286px;
    border: none;
    cursor: pointer;
    padding: 0 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.info_popup button:hover {
    opacity: 0.8;
}
.info_popup button span {
    color: #fff;
    font-size: 18px;
    background: url(/img/login/icon_close.png) no-repeat;
    background-size: 17px 17px;
    line-height: 60px;
    padding-left: 30px;
}
@media screen and (max-width: 699px) {
    .info_popup {
        width: 100%;
        padding: 0 20px;
        position: absolute;
        top: 50px;
        left: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .info_popup .info_popup_inner {
        width: 100%;
        padding: 30px;
        position: relative;
        top: 0;
        left: 0;
        -ms-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    
    .info_popup .info_popup_logo {
        margin-bottom: 20px;
    }
    
    .info_popup p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .info_popup p br {
        display: none;
    }
    
    .info_popup button span {
        line-height: 44px;
    }
}
.logoarea {
    display: block;
}
.logoarea>img {
    /* 	width: 90%; */
}
@media screen and (max-width: 767px) {
    /* 	.footerLinkArea, .footerLinkLogos{ */
    /* 		margin: 0 20px; */
    /* 	} */
}
.row-p2 {
    display: flex;
    flex-wrap: wrap;
}