/*
Theme Name: Anothemes
Theme URI: https://anothemes.com/
Author: Anothemes
Author URI: https://anothemes.com/
Description: Anothemes were developed by staff of Anothemes company. Anothemes can meet websites in the areas of sales, entertainment, business, product introduction, company introduction, real estate, landing page, ...
Version: 2.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anothemes
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, custom-header, custom-background, custom-menu, editor-style, featured-images, microformats, post-formats

The styleheets of Anothemes are located in style.css.
IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
*/


/*  ################################################################
    CSS OVERVIEW

    1. IMPORT FILES
    2. GENERAL
    3. ELEMENTS
    4. HEADER
    5. FOOTER
    ...

################################################################# */


/*==========================================================
    1. IMPORT FILES
==========================================================*/


/* Fonts */

@import url(fonts/aCaslonPro/stylesheet.css);
@import url(fonts/fontin-bold/font.css);

/* Css */

@import url(libs/font-awesome/css/font-awesome.css);
@import url(libs/owl-carousel/assets/owl.carousel.min.css);
@import url(libs/venobox/venobox.css);

/*==========================================================
    2. GENERAL
==========================================================*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333333;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}


/* p {
    margin-bottom: 1em;
} */

img {
    border: none;
    max-width: 100%;
    height: auto;
    display: block;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

ul,
li {
    list-style-type: none;
}

a {
    color: #373737;
    text-decoration: none;
}

a:hover {
    color: #35728c;
}

a:focus {
    text-decoration: none;
    outline: none;
}

a,
button,
input {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

input {
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input[type=search],
textarea {
    border: 1px solid #d5d5d5;
    padding: 8px 15px;
    font-size: 14px;
    color: #757575;
    border-radius: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}

textarea {
    resize: none;
}

button,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
    outline: none;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-color: #FCD998;
}

iframe {
    max-width: 100%;
}


/* custom bootstrap css */

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:after,
.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.hidden {
    display: none !important;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
    .container-out {
        width: 1200px;
    }
}

@media (min-width:1300px) {
    .container-out {
        width: 1300px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}


/* wordpress default style */

.single .entry-content h1,
.not-kc .entry-content h1,
.comment-content h1,
.kc_text_block h1,
.single .entry-content h2,
.not-kc .entry-content h2,
.comment-content h2,
.kc_text_block h2,
.single .entry-content h3,
.not-kc .entry-content h3,
.comment-content h3,
.kc_text_block h3,
.single .entry-content h4,
.not-kc .entry-content h4,
.comment-content h4,
.kc_text_block h4,
.single .entry-content h5,
.not-kc .entry-content h5,
.comment-content h5,
.kc_text_block h5,
.single .entry-content h6,
.not-kc .entry-content h6,
.comment-content h6,
.kc_text_block h6,
.single .entry-content p,
.not-kc .entry-content p,
.comment-content p,
.kc_text_block p,
.single .entry-content table,
.not-kc .entry-content table,
.comment-content table,
.kc_text_block table,
.single .entry-content dl,
.not-kc .entry-content dl,
.comment-content dl,
.kc_text_block dl,
.single .entry-content pre,
.not-kc .entry-content pre,
.comment-content pre,
.kc_text_block pre,
.single .entry-content ul,
.not-kc .entry-content ul,
.kc_text_block ul,
.comment-content ul,
.single .entry-content ol,
.not-kc .entry-content ol,
.kc_text_block ol,
.comment-content ol {
    margin-bottom: 20px;
}

.single .entry-content ul,
.not-kc .entry-content ul,
.kc_text_block ul,
.comment-content ul {
    list-style: none;
}

.single .entry-content ul,
.not-kc .entry-content ul {
    margin: 0 40px 20px;
}

.single .entry-content ul li,
.not-kc .entry-content ul li {
    font-size: 14px;
}

.kc_text_block ul li,
.comment-content ul li,
.single .entry-content ol li,
.not-kc .entry-content ol li,
.kc_text_block ol li,
.comment-content ol li {
    font-size: 16px;
    line-height: 36px;
}

.single .entry-content ul li:before,
.not-kc .entry-content ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #5f5f5f;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 2px;
}

.kc_text_block ul li:before,
.comment-content ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 34px;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    padding-bottom: 2px;
}

.post-password-form input[type="password"] {
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border: 1px solid #e9e9e9;
    margin-right: 10px;
}

.post-password-form input[type="submit"] {
    border: 1px solid #242627;
    background: none;
    color: #242627;
    text-transform: uppercase;
    height: 38px;
    line-height: 38px;
    padding: 0 40px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
}

.post-password-form input[type="submit"]:hover {
    background: #242627;
    color: #FFF;
}

.screen-reader-text {
    display: none
}

.gallery:after {
    content: "";
    display: block;
    clear: both;
    margin: 0 -5px 20px;
}

.gallery-item {
    float: left;
    padding: 0 5px;
    margin-bottom: 15px;
}

.gallery-columns-1 .gallery-item {
    float: none;
    display: block;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.3333%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: both;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    text-align: center;
    padding: 5px;
    font-style: italic;
}

.gallery-caption {
    text-align: left;
    font-style: italic;
    padding: 5px 0;
}

.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 20px;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px;
}

.bypostauthor {
    display: block;
}


/*==========================================================
    3. ELEMENTS
==========================================================*/

#wrapper {
    margin: auto;
}

.searchform {
    display: inline-block;
}

.searchform>div {
    position: relative;
    width: 250px;
}

.searchform>div:before {
    position: absolute;
    top: 5px;
    right: 8px;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 14px;
    color: #e7e7e7;
}

.searchform label {
    display: none;
}

.searchform #s {
    width: 100%;
    background: none;
    height: 33px;
    padding: 5px 45px 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #e7e7e7;
    font-style: italic;
}

.searchform #searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 35px;
    background: none;
    border: none;
    font-size: 0;
}

.star-rating {
    font-family: FontAwesome;
    font-size: 13px;
    height: 1em;
    line-height: 1;
    overflow: hidden;
    position: relative;
    width: 74px;
    letter-spacing: 3px;
}

.star-rating:before {
    color: #b5b5b5;
    content: "\f005\f005\f005\f005\f005";
    float: left;
    left: 0;
    position: absolute;
    top: 0;
}

.star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
}

.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    left: 0;
    position: absolute;
    top: 0;
    color: #ffe931;
}

.thumbnail {
    border-radius: 0;
}


/*==========================================================
    4. HEADER
==========================================================*/

.site-header {
    position: relative;
    z-index: 10;
    background: #FFFFFF;
}

.fixed {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ededed;
}

.site-header .container {
    align-items: center;
    justify-content: space-between;
}

.site-header {
    padding: 27px 0;
}

.site-header .container-fluid {
    padding-left: 85px;
    padding-right: 85px;
    align-items: center;
}

.header-right ul {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
}

.header-right ul li:first-child {
    border-left: none;
}

.header-right ul li:first-child a span {
    margin-top: 15px;
}

.header-right ul li:first-child a {
    padding-top: 20px;
}

.header-right ul li {
    height: 85px;
    width: 105px;
    background-color: #3f3f3f;
    border-left: 1px solid #fff;
    text-align: center;
}

.header-right ul li a {
    display: block;
    height: 100%;
    padding-top: 15px
}

.header-right ul li a:hover {
    opacity: 0.6;
}

.header-right ul li a img {
    display: block;
    margin: 0 auto;
}

.header-right ul li a span {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    display: block;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #fff;
    margin-top: 10px;
}

.mid-header {
    padding: 20px 0 0;
}

.right-header {
    text-align: right;
}


/* .main-menu {} */

.box-menu-mb {
    display: none;
}

.main-menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.main-menu ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
    position: relative;
}

.main-menu ul li:first-child {
    padding-left: 0;
}

.main-menu ul li:last-child {
    padding-right: 0;
}

.main-menu ul li a {
    font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
    display: block;
    color: #333333;
    font-size: 15px;
    letter-spacing: 0.03em;
    position: relative;
    padding-left: 20px;
}

.main-menu {
    margin-left: 140px;
}

.main-menu ul li a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 2px;
    width: 10px;
    background-color: #333;
}

.main-menu ul li a:hover,
.main-menu .current-menu-item a {
    color: #35728c;
}

.main-menu .current-menu-item a::before,
.main-menu ul li a:hover::before {
    background-color: #35728c;
}

.menu-main {
    display: inline-block;
    vertical-align: middle;
}

.main-menu .searchform {
    float: right;
    margin-top: 3px;
}

.main-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 270px;
    background: #212121;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
}

.main-menu li:hover>.sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.mobile-menu {
    display: none;
    color: #000;
    width: 110px;
    padding-top: 25px;
    height: 115px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #28586c;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.mobile-menu.close {
    background: transparent;
    z-index: 10000;
}

.mobile-menu .text {
    font-size: 21px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
}

.mobile-menu span {
    display: block;
    background: #fff;
    width: 40px;
    height: 2px;
    right: 34px;
    position: absolute;
    transition: .5s;
}

.mobile-menu span.bar1 {
    top: 72px;
}

.mobile-menu span.bar2 {
    top: 82px;
}

.mobile-menu span.bar3 {
    top: 92px;
}

.mobile-menu.change span.bar1 {
    top: 72px;
    transform: rotate(135deg);
}

.mobile-menu.change span.bar2 {
    width: 0;
    opacity: 0;
}

.mobile-menu.change span.bar3 {
    top: 72px;
    transform: rotate(-135deg);
}

.main-menu .arrow {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #000;
    display: none;
}


/*==========================================================
    5. CONTENT
==========================================================*/

.site-main {
    min-height: 300px;
}

.breadcrumbs {
    margin-bottom: 30px;
}

.breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
}

.breadcrumbs li:after {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
    content: "\f101";
    font-family: FontAwesome;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.left-content .site-content {
    float: right;
}

.site-content {
    line-height: 24px;
}

.site-main .widget {
    margin-bottom: 15px;
}

.site-main .widget-title {
    font-size: 16px;
}

.widget_nav_menu .menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget_nav_menu .menu li {
    padding: 7px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
}

.widget_nav_menu .menu li:last-child {
    border-bottom: none;
}

.widget .searchform {
    display: block;
}

.widget .searchform>div {
    width: auto;
}

.widget .searchform #s {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

article.post {
    margin-bottom: 30px;
}

.post-title {
    border-bottom-style: dashed;
}

.post-thumb {
    margin-bottom: 10px;
    border-radius: 0;
}

.post-thumb a {
    display: block;
}

.post-thumb img {
    display: block;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.post-thumb a:hover img {
    opacity: 0.8;
}

.post-meta>* {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom: 5px;
}

.post-meta>*:last-child {
    margin-right: 0;
}

.post-meta>* i {
    margin-right: 5px;
    font-size: 12px;
}

.site-404 {
    max-width: 470px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.site-404 h1 {
    margin-bottom: 50px;
}

.site-404 h1 strong {
    display: block;
    font-size: 140px;
    font-weight: bold;
    -webkit-text-stroke: 4px #0176ac;
    -webkit-text-fill-color: white;
    font-family: arial;
}

.site-404 h1 span {
    font-size: 32px;
    text-transform: uppercase;
    color: #0176ac;
}


/*==========================================================
    6. PAGES
==========================================================*/


/********************* home-page *******************/


/* Banner */

.banner {
    background: #e7e6e6;
    height: 760px;
    position: relative;
}

.banner-img {
    position: absolute;
    right: 0;
    top: 87px;
    width: 62.85%;
}

.banner-img img {
    width: 100%;
    height: 590px;
    object-fit: cover;
}

.banner .content-items {
    position: relative;
    padding-top: 288px;
    z-index: 2;
}

.banner .banner-content {
    margin-left: calc((100% - 1270px) / 2);
    position: relative;
}

.margin-slider {
    position: absolute;
    right: 0;
    top: 87px;
    width: 75.55%;
    height: 590px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-slider {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.bg-slider * {
    height: 100%;
}
.bg-slider .item {
    position: relative;
}
.banner-content,
.name-comp-banner {
    z-index: 10;
    position: relative;
}

.text-banner {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    font-weight: 600;
    background-color: #FFF;
    padding: 0px 25px;
    position: absolute;
    bottom: 95px;
    left: 17px;
    font-size: 40px;
    letter-spacing: 0.04em;
}

.bg-slider .item .name-comp-banner {
    font-size: 13px;
    letter-spacing: 0.02em;
    line-height: normal;
    position: absolute;
    bottom: 30px;
    right: 58px;
    height: auto;
}

.img-item-banner {
    padding-left: 115px;
    padding-bottom: 112px;
}

.banner .owl-carousel .owl-item img {
    max-width: 100%;
    width: 100%;
    height: 590px;
    object-fit: cover;
}

.container-out {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.site-header .container-out {
    display: flex;
    align-items: center;
}


/* Banner */

.contact-box {
    padding-top: 100px;
}

.contact-box .contact-box-item:first-child .title--box,
.contact-step .contact-item-inner .title--box {
    font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    font-size: 30px;
    letter-spacing: 0.03em;
    line-height: 35px;
    color: #333;
    padding-left: 188px;
    text-align: left;
}

.contact-box .contact-box-item:last-child .title--box {
    font-family: Arial, sans-serif;
    font-size: 39px;
    letter-spacing: 0.1em;
    line-height: 35px;
    color: #FFF;
}

.contact-step .contact-item-inner,
.contact-box .contact-item-inner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    height: 165px;
}

.contact-step .contact-item-inner,
.contact-box .contact-box-item:first-child .contact-item-inner {
    background-color: #FFF;
    position: relative;
    border: 12px solid #4cb860;
    padding: 36px 0 38px;
}

.contact-box .contact-box-item:first-child .img-contact-box,
.contact-step .contact-item-inner .img-contact-box {
    position: absolute;
    left: -12px;
    top: -12px;
    width: 136px;
    height: 165px;
}

.contact-box-home1-mb {
    display: none;
}

.contact-step .contact-item-inner .desc-contact-box,
.contact-box .contact-box-item .desc-contact-box {
    font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 0;
}

.contact-box .contact-box-item {
    position: relative;
}

.contact-box .contact-item-inner:before,
.contact-step .contact-item-inner::before {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: 600;
    position: absolute;
    font-size: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    padding-left: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

.contact-box .contact-box-item:first-child .contact-item-inner::before,
.contact-step .contact-item-inner::before {
    color: #FFF;
    background-color: #4cb860;
    right: 17px;
}

.contact-box .contact-box-item:last-child .contact-item-inner::before {
    right: 34px;
    background-color: #FFF;
    color: #35728c;
    z-index: 3;
}

.contact-step .contact-item-inner .desc-contact-box,
.contact-box .contact-box-item:first-child .desc-contact-box {
    margin-top: 18px;
    padding-left: 198px;
    text-align: left;
}

.contact-box .contact-box-item:last-child .desc-contact-box {
    margin-top: 24px;
    color: #FFF;
}

.contact-box .contact-box-item:last-child .contact-item-inner {
    padding: 46px 0;
    position: relative;
}

.contact-box .contact-box-item:last-child .contact-box-content {
    position: relative;
    z-index: 2;
}


/*.contact-box .contact-box-item:last-child .contact-item-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(53, 114, 140, 0.75);
}*/

.contact-box .contact-box-item:first-child .contact-item-inner img,
.contact-step .contact-item-inner img {
    width: 100%;
    height: 100%;
}


/* about-us-home */

.about-home-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.about-us-home .about-home-desc p,
.menu-home .menu-home-desc p {
    margin-bottom: 0;
}

.about-us .company-file-info li:nth-of-type(10) .details-file-info p {
    display: flex;
    align-items: flex-start;
    line-height: 28px;
}

.about-us .company-file-info li:nth-of-type(10) .details-file-info p::before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 4px;
    margin: 0 5px;
}

.title-block .title-block-en,
.menu-home .title-block .title-block-en {
    font-family: 'Fontin-Bold';
    font-size: 40px;
    letter-spacing: 0.03em;
    line-height: 35px;
}

.title-block .title-block-jp,
.menu-home .title-block .title-block-jp {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 1;
    margin-top: 19px;
    color: #35728c;
    font-weight: 600;
}

.about-us-home {
    padding: 155px 0 160px;
}

.about-us-home .about-home-content {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.about-us-home .about-home-img {
    width: 464px;
    flex-basis: 464px;
    margin-left: 128px;
}

.about-us-home .about-home-desc {
    max-width: calc(100% - 592px);
    flex-basis: calc(100% - 592px);
    font-size: 16px;
    letter-spacing: 0.65px;
    line-height: 32px;
    color: #333333;
    margin-top: 25px;
}

.about-us-home .about-home-desc p:last-child {
    margin-bottom: 0;
}

.about-us-home .button-about {
    justify-content: flex-end;
    margin-top: 5px;
}

.button-link i,
.button-link-menu i,
.button-link-about::after {
    width: 18px;
    height: 18px;
    line-height: 17px;
    border-radius: 50%;
    background-color: #FFF;
    color: #35728c;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    padding-left: 2px;
    padding-top: 1px;
    font-weight: 600;
}

.button-link {
    text-align: left;
    display: inline-block;
    min-width: 270px;
    background-color: #35728c;
    height: 54px;
    line-height: 54px;
    color: #FFF;
    padding-left: 55px;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    letter-spacing: 0.05em;
    position: relative;
    font-weight: 600;
}

.menu-home .button-link-menu .menu-link-item i {
    right: 28px;
}

.menu-home .button-link-menu .menu-link-item {
    position: relative;
}


/* End about-us */


/* Information */

.information {
    padding-bottom: 145px;
}

.information .title-block {
    text-align: center;
}

.link-more {
    font-family: 'Fontin';
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.03em;
    color: #35728c;
    display: inline-flex;
    align-items: center;
}

.link-more i {
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    margin-left: 12px;
    color: #fff;
    background-color: #35728c;
    font-size: 18px;
    font-weight: 600;
    padding-left: 3px;
}

.date-post {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.03em;
    color: #333;
    font-weight: 600;
}

.cate-post {
    font-size: 14px;
    letter-spacing: 0.03em;
    color: #fff;
}

.infor-list {
    margin: 50px 0 65px;
}

.infor-list li {
    padding: 25px 35px;
}

.infor-list .title-post {
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #333;
}

.infor-list .cate-post {
    display: inline-block;
    text-align: center;
    min-width: 75px;
    padding: 0 3px;
    height: 23px;
    line-height: 23px;
    background-color: #333;
    margin: 0 25px 0 60px;
}

.more-link {
    text-align: right;
}

.kodawari .more-link {
    margin-right: 35px;
}

.link-more {
    font-family: 'Fontin-Bold';
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.03em;
    color: #35728c;
    display: inline-flex;
    align-items: center;
}


/* .link-more i {
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    margin-left: 12px;
    color: #fff;
    background-color: #35728c;
    font-size: 18px;
    padding-left: 3px;
} */


/* End Information */


/* Menu */

.menu-home {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 130px;
}

.menu-home .title-block {
    text-align: center;
}

.menu-home-content {
    padding: 73px 35px 69px;
    background-color: #f2f2f2;
}

.menu-home .menu-home-desc {
    text-align: center;
    margin: 90px 0 95px;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.065em;
}

.menu-home-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.menu-home-item {
    flex-basis: calc((100% - 66px) / 3);
}

.title-menu {
    position: relative;
    text-align: center;
    margin-top: 39px;
}

.title-menu img {
    position: absolute;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
}

.menu-home-content .menu-info-name p {
    margin-bottom: 0;
}

.menu-home-content .menu-info-name p:first-child {
    margin-bottom: 1em;
}

.title-menu span,
.title-menu a {
    font-size: 25px;
    letter-spacing: 0.03em;
    line-height: 35px;
    color: #333;
    position: relative;
}

.menu-info-name {
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 28px;
    color: #333;
    margin-top: 45px;
}

.menu-home-item-list {
    margin-top: 66px;
    display: flex;
    position: relative;
    padding-left: 15px;
}

.menu-home-item-list::before {
    content: "オススメ";
    font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    position: absolute;
    left: 0px;
    top: -20px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #FFF;
    border-radius: 50%;
    font-size: 14px;
    letter-spacing: 0.01em;
    background-color: #b8a08f;
    z-index: 2;
}

.menu-home-item-list::after {
    content: "";
    position: absolute;
    left: 3px;
    top: -18px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #35728c;
    z-index: 1;
}

.menu-home-item-list .menu-info-item {
    margin-left: 50px;
}

.menu-home-item-list .title-menu {
    text-align: left;
    margin-top: 0;
}

.menu-home-item-list .title-menu img {
    transform: none;
    left: -5px;
}

.menu-home-item-list .menu-info-name {
    margin-top: 39px;
}

.menu-home-item-list .menu-info-name p {
    margin-bottom: 0 !important;
}

.button-menu {
    margin-top: 25px;
}

.menu-home-item-list .menu-link-item i {
    width: 16px;
    height: 16px;
    line-height: 16px;
    background-color: #FFF;
    color: #35728c;
    text-align: center;
    font-size: 15px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    padding-left: 1px;
    font-weight: 600;
}

.menu-link-item {
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 35px;
    color: #f6f2ef;
    height: 40px;
    line-height: 40px;
    background-color: #35728c;
    min-width: 335px;
    padding-left: 18px;
    padding-right: 14px;
    font-weight: 600;
    position: relative;
}

.button-menu .menu-link-item {
    font-size: 15px;
}

.button-link-about:hover,
.menu-link-item:hover,
.button-link:hover,
.button-link-menu .menu-link-item:hover {
    color: #fff;
    opacity: 0.8;
}

.button-link-menu {
    text-align: center;
    margin-top: 85px;
}

.button-link-menu .menu-link-item:first-child {
    margin-right: 84px;
}

.button-link-menu .menu-link-item {
    height: 54px;
    line-height: 54px;
    min-width: none;
    width: 333px;
}


/* tab-menu */

.menu-home .tab-menu .tab-control-menu {
    display: flex;
}

.menu-home .tab-menu .tab-control-menu li {
    flex-basis: 50%;
}

.menu-home .tab-menu .tab-control-menu a {
    display: inline-block;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #f6f2ef;
    height: 75px;
    line-height: 75px;
    position: relative;
    width: 100%;
    text-align: center;
    background-color: #a9c8d6;
    font-weight: 600;
}

.menu-home .tab-menu .tab-control-menu a::after {
    content: "\f107";
    font-family: FontAwesome;
    height: 21px;
    line-height: 23px;
    width: 21px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFF;
    color: #35728c;
    right: 30px;
    text-align: center;
    padding-left: 2px;
    font-weight: 600;
}

.menu-home .tab-menu .tab-control-menu li.active a::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #35728c;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.menu-home .tab-menu .tab-control-menu li.active a {
    background-color: #35728c;
    color: #FFF;
}

.menu-home .tab-menu .tab-content {
    display: none;
}


/* End tab-menu */


/* ENd Menu */


/* Case-Study */

.case-kodawari {
    position: relative;
}

.case-kodawari::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #f2f2f2;
    z-index: -1;
}

.case-study {
    padding: 0px 0 45px;
}

.case-study-img-mb {
    display: none
}

.case-study .title-block {
    max-width: 310px;
    position: relative;
    margin-top: -60px;
}

.case-study .title-block-inner {
    max-width: 310px;
    height: 130px;
    line-height: 130px;
    padding: 30px 35px 0;
    background-color: #FFF;
    position: relative;
}

.case-study .title-block::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #35728c;
    bottom: -7px;
    left: 7px;
}

.case-study .title-block .title-block-jp {
    margin-top: 14px;
}

.case-study-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 85px;
}

.case-study-item {
    flex-basis: calc((100% - 50px) / 2);
    margin-bottom: 30px;
}

.case-study-item .case-item-info {
    margin-top: 25px;
}

.case-study-item .case-item-title a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 30px;
}

.case-study-item .case-item-desc {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 30px;
    margin-bottom: 0;
}

.case-study-img img {
    width: 100%;
}


/* End Case-Study */


/* kodawari */

.kodawari {
    padding: 135px 0;
}

.kodawari-inner {
    max-width: 1070px;
    margin: 0 auto;
}

.kodawari-content {
    display: flex;
    justify-content: space-between;
}

.kodawari-left {
    padding-left: 20px;
    padding-top: 50px;
}

.kodawari .title-block {
    padding-left: 35px;
}

.kodawari-content-item {
    flex-basis: 50%;
}

.kodawari-right {
    padding-left: 110px;
}

.kodawari-desc {
    font-size: 16px;
    letter-spacing: 0.065em;
    line-height: 28px;
    max-width: 410px;
}

.kodawari-list {
    margin-top: 60px;
}

.kodawari-list li {
    color: #000;
    max-width: 390px;
    width: 100%;
    box-sizing: border-box;
    border: 3px solid #35728c;
    line-height: 35px;
    font-size: 23px;
    letter-spacing: 0.03em;
    margin-bottom: 24px;
    text-align: center;
    position: relative;
    font-weight: 900;
    padding: 24px 5px;
    background-color: #FFF;
}

.kodawari-list li img {
    position: absolute;
    bottom: 50%;
    left: -25px;
    z-index: 1;
}

.kodawari-list li span {
    font-family: 'Adobe Caslon Pro';
    font-weight: 600;
    line-height: 35px;
    font-size: 25px;
    letter-spacing: 0.03em;
    position: absolute;
    left: 7px;
    top: 8px;
    color: #FFF;
    z-index: 2;
}

.kodawari-list li:last-child {
    margin-bottom: 0;
}


/* End kodawari */


/********************* End home-page *******************/


/********************* About us Page *******************/

.about-us,
.home-contentt {
    position: relative;
}

.about-us::before,
.home-contentt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #f2f2f2;
    z-index: -1;
}

.about-us .title-block-en {
    font-size: 45px;
    line-height: 53px;
}

.about-us .title-block-jp {
    font-size: 17px;
}


/* Banner-about */

.banner-about {
    padding: 85px 0 105px;
}

.banner-about-img {
    margin-top: 65px;
}

.about-life {
    display: flex;
    margin: 130px 0 185px;
}

.title-box-about-mb {
    display: none;
}

.about-life-item {
    flex-basis: 50%;
}

.about-life-item:first-child {
    padding-top: 20px;
    padding-left: 110px;
}

.about-life-item:last-child {
    padding-left: 29px;
}

.banner-about .about-life-item:last-child {
    padding-left: 70px;
}

.title-box-about {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 0.065em;
    line-height: 32px;
    color: #333;
}

.desc-box-about {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.065em;
    line-height: 32px;
    color: #333;
}

.desc-box-about {
    margin-top: 55px;
}

.button-about {
    display: flex;
    justify-content: space-between;
}

.button-link-about {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    font-weight: 600;
    position: relative;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #fff;
    height: 70px;
    line-height: 70px;
    padding: 0 15px;
    text-align: center;
    background-color: #35728c;
    flex-basis: calc((100% - (45px * 2)) / 3);
}

.button-link-about::after {
    right: 19px;
    content: "\f107";
    font-family: FontAwesome;
}


/* End Banner-about */


/* getting-about */

.getting-about {
    position: relative;
    padding: 135px 0;
}

.getting-about .desc-box-about p {
    margin-bottom: 1em;
}

.getting-about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3f3f3f;
    z-index: -1;
}

.getting-about .about-life {
    margin: 0;
    align-items: center;
}

.getting-about .about-life-item:first-child {
    order: 2;
    padding-left: 180px;
    padding-top: 0;
}

.getting-about .title-box-about,
.getting-about .desc-box-about {
    color: #FFF;
}

.getting-about .title-box-about {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    font-size: 30px;
    letter-spacing: 0.03em;
    line-height: 35px;
}

.getting-about .about-life-item:last-child {
    padding-left: 0;
}


/* End getting-about */


/* about-commit */

.about-commit {
    padding: 185px 0 230px;
}

.about-commit .title-block {
    text-align: center;
    padding: 0 15px;
}

.desc-box-about-mb {
    display: none;
}

.about-commit .title-block-jp {
    font-size: 30px;
    letter-spacing: 0.03em;
    line-height: 35px;
    margin-top: 0;
}

.about-commit .desc-box-about p {
    margin-bottom: 0;
}

.about-commit .about-commit-item:first-child .desc-box-about p:first-child {
    margin-bottom: 30px;
}

.about-commit .about-commit-list {
    margin-top: 90px;
}

.about-commit .img-about-com img {
    width: 100%;
}

.title-com-item {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 35px;
    letter-spacing: 0.03em;
    line-height: 35px;
}


/* .about-commit-item .img-about-com {
    height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */

.about-com-content {
    display: flex;
    padding: 155px 0 140px;
}

.about-com-content .title-com-item,
.about-com-content .desc-box-about {
    flex-basis: 50%;
}

.about-com-content .desc-box-about {
    margin-top: 0;
}

.about-commit-item:last-child .about-com-content {
    padding-bottom: 0;
}


/* End about-commit */


/* fmlabo-about */

.fmlabo-about {
    padding-bottom: 205px;
}

.slide-fmlabo-about {
    position: relative;
}

.fmlabo-about .owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 56px;
}

.fmlabo-about .owl-carousel .owl-nav button.owl-next {
    left: 57%;
}

.fmlabo-about .owl-carousel .owl-nav button.owl-prev {
    right: 57%;
}

.fmlabo-about .owl-carousel .owl-nav button.owl-next,
.fmlabo-about .owl-carousel .owl-nav button.owl-prev {
    font-size: 41px;
}

.fmlabo-about .number-slides {
    padding: 0 60px;
    margin-top: 4px;
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 18px;
    color: #333;
}

.fmlabo-about .title-block {
    text-align: center;
    padding: 0 15px;
}

.fmlabo-about .title-block-jp,
.company-profile .title-block-jp {
    font-size: 30px;
    letter-spacing: 0.03em;
    line-height: 35px;
    margin-top: 0;
	font-weight:bold;
}

.fmlabo-about .items {
    padding-top: 0;
    margin-top: 70px;
    opacity: 0.7;
}

.fmlabo-about .owl-item.active.center .items {
    opacity: 1;
}

.fmlabo-about .desc-box-about p {
    margin-bottom: 0;
}

.button-fmlabo {
    padding: 0 15px;
    text-align: center;
    margin-top: 260px;
}

.link-button-fmlabo {
    display: inline-block;
    font-size: 25px;
    letter-spacing: 0.03em;
    color: #333;
    min-width: 500px;
    padding: 0 15px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    background-color: #ababab;
    font-weight: 600;
}


/* End fmlabo-about */


/* company-profile */

.company-profile {
    padding-bottom: 185px
}

.company-file-info {
    margin-top: 90px;
}

.company-profile .title-block-jp {
    text-align: center;
}

.company-file-info ul li {
    display: flex;
}

.company-file-info ul li strong {
    font-size: 16px;
    letter-spacing: 0.08em;
    color: #333;
    width: 302px;
    flex-basis: 302px;
    margin-right: 23px;
    border-top: 1px solid #333;
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.company-file-info ul li .details-file-info.business-content p {
    line-height: 28px;
    letter-spacing: 0.025em;
    font-size: 15px;
}

.company-file-info .details-file-info-mb {
    display: none;
}

.company-file-info ul li .business-content p {
    display: flex;
    align-items: flex-start;
}

.company-file-info ul li .business-content p::before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 4px;
    margin: 0 5px;
}

.company-file-info ul li .details-file-info {
    border-top: 1px solid #b8b8b8;
    padding: 20px 0;
    width: calc(100% - 325px);
    flex-basis: calc(100% - 325px);
}

.company-file-info ul li:last-child .details-file-info {
    border-bottom: 1px solid #b8b8b8;
}

.company-file-info ul li:last-child strong {
    border-bottom: 1px solid #333;
}

.company-file-info ul li .details-file-info p {
    margin-bottom: 0;
    font-size: 15px;
    letter-spacing: 0.08em;
}

.banner-about-us-mb {
    display: none;
}


/* End company-profile */


/********************* End About us Page *******************/


/********************* Step Page *******************/


/* step */

.step .banner-about {
    padding: 85px 0 177px;
}

.step .banner-about .desc-box-about {
    margin: 75px 0 130px;
    text-align: center;
}

.step .button-link-menu .menu-link-item:first-child {
    margin-right: 0px;
    height: 65px;
    line-height: 65px;
}

.step .menu-home .button-link-menu .menu-link-item i {
    right: 25px;
}

.step .banner-about .desc-box-about p {
    margin-bottom: 0;
}

.step .menu-home-item {
    margin-bottom: 55px;
}

.step .menu-home-item-list {
    margin-top: 55px;
}

.step .question {
    cursor: pointer;
    display: flex;
}

.question>span:first-child {
    margin-right: 10px;
}

.answer {
    display: flex;
    align-items: flex-start;
    padding: 26px 0 14px;
    padding-left: 35px;
}

.answer span {
    margin-right: 6px;
}

.answer div {
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 35px;
    color: #333;
}

.answer p {
    margin-bottom: 0;
}

.desc-menu-step {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.065em;
    line-height: 24px;
}

.desc-menu-step p {
    margin-bottom: 0;
}

.working-pro .title-main-working {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 420px;
}

.working-pro .title-working {
    font-size: 34px;
    letter-spacing: 0.03em;
    line-height: 35px;
    color: #FFF;
    padding: 127px 15px 0;
    text-align: center;
}

.list-working-pro {
    margin: -160px 0 130px;
}

.item-working-pro {
    padding: 73px 70px 72px 99px;
    background-color: #FFF;
    border-bottom: 13px solid #35728c;
    margin-bottom: 50px;
    position: relative;
}

.item-working-pro:last-child {
    margin-bottom: 0;
}

.item-working-pro::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 20px solid #35728c;
    position: absolute;
    bottom: -33px;
    left: 50%;
    transform: translateX(-50%);
}

.item-working-pro:last-child::before {
    content: none;
}

.info-item-working {
    display: flex;
    position: relative;
}

.info-item-working .number-item-working {
    font-family: 'Fontin';
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.03em;
    color: #FFF;
    width: 65px;
    height: 65px;
    line-height: 80px;
    background-color: #35728c;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: -30px;
}

.img-item-working {
    width: 350px;
    flex-basis: 350px;
    margin-right: 55px;
}

.content-item-working {
    max-width: calc(100% - 405px);
    flex-basis: calc(100% - 405px);
}

.title-item-working {
    font-size: 28px;
    letter-spacing: 0.03em;
    line-height: 35px;
    color: #35728c;
    padding-top: 7px;
}

.desc-item-working {
    font-size: 16px;
    letter-spacing: 0.065em;
    line-height: 28px;
    margin-top: 33px;
}

.desc-item-working p {
    margin-bottom: 0;
}

.contact-step>a {
    max-width: 555px;
    display: block;
    width: 100%;
    background: #FFF;
    margin: 0 auto;
}

.step-fqa {
    padding: 216px 0 165px;
}

.step-fqa-title {
    font-size: 34px;
    letter-spacing: 0.03em;
    line-height: 35px;
    color: #35728c;
    text-align: center;
    margin-bottom: 71px;
}

.step-fqa-list ul li {
    padding: 20px 35px;
}

.step-fqa-list ul li span {
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 35px;
    color: #333;
}

.step-fqa-list ul li:nth-of-type(2n-1),
.infor-list li:nth-of-type(2n-1) {
    background-color: #FFF;
}


/* step */

.img-menu-tt-mb {
    display: none;
}


/********************* End Step Page *******************/


/********************* News page *******************/

.archive-content,
.blog .site-main,
.blog-detail .site-main,
.contact .site-main {
    background: #f2f2f2;
    padding-top: 85px;
}

.contact .site-main {
    padding-bottom: 175px;
}

.blog-main {
    padding-bottom: 150px;
}

.title-page {
    font-size: 45px;
    line-height: 52px;
    color: #333333;
    font-family: 'Fontin-Bold';
    letter-spacing: 0.03em;
}

.new-cate span {
    font-size: 17px;
    color: #35728c;
    line-height: 52px;
    font-weight: 600;
    letter-spacing: 0.03em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}

.blog-main .top-title {
    margin-bottom: 50px;
}

.main-news .cate-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 85px;
}

.main-news .cate-list li {
    width: 50%;
}

.main-news .cate-list .item-cate {
    display: block;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 18px;
    background: #35728c;
    font-weight: 600;
    color: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
}

.main-news .cate-list .item-cate.notice {
    background: #b8a08f;
}

.list-news {
    margin-bottom: 45px;
}

.list-news .post {
    margin-bottom: 75px;
}

.list-news.list-relate .post {
    margin-bottom: 0;
}

.list-news .post-thumb {
    margin-bottom: 25px;
}

.post-cat {
    display: inline-block;
    height: 24px;
    width: 70px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #35728c;
    margin-bottom: 20px;
    letter-spacing: 0.065em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}

.post-cat:hover,
.sidebar .cate-list .item-cate:hover,
.main-news .cate-list .item-cate:hover {
    background: #135d7c;
    color: #fff;
}

.post-cat.notice {
    background: #b8a08f;
}

.post-cat.notice:hover,
.sidebar .cate-list .item-cate.notice:hover,
.main-news .cate-list .item-cate.notice:hover {
    background: #958377;
}

.list-news .post-title {
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 0.03em;
}

.list-news .post-title a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #333;
}

.list-news .post-title a:hover {
    color: #35728c;
}

.list-news .post-desc {
    font-size: 15px;
    line-height: 28px;
    color: #333;
    margin-bottom: 15px;
    letter-spacing: 0.065em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-news .post-date {
    font-size: 12px;
    color: #333;
    letter-spacing: 0.065em;
}

.page-navigation {
    text-align: center;
}

.page-navigation a,
.page-navigation span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    margin-right: 16px;
    background: #a8a8a8;
    font-size: 15px;
    font-weight: 700;
}

.page-navigation span {
    background: #35728c;
}

.page-navigation a.next {
    margin-right: 0;
}

.page-navigation a.next i,
.page-navigation a.prev i {
    font-size: 23px;
}

.site-footer .contact ul {
    padding: 25px 0;
}

.site-footer .contact ul li:first-child {
    padding-left: 10px;
}

.site-footer .contact ul li:nth-child(2) {
    text-align: center;
    border-left: 1px solid #e5dfdb;
    border-right: 1px solid #e5dfdb;
}


/* .site-footer .contact ul li:last-child {
    padding-left: 85px;
} */

.site-footer .contact ul li .contact-content h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 5px;
}

.site-footer .contact ul li .contact-content p {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
}


/*--new-detail--*/

.main-detail {
    display: flex;
    justify-content: space-between;
}

.main-detail .content {
    width: 745px;
    margin-right: 75px;
}

.main-detail .sidebar {
    width: calc(100% - 820px);
}

.main-detail h1.post-title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 10px;
    letter-spacing: 0.03em;
}

.main-detail .post-date {
    font-size: 14px;
    line-height: 35px;
    margin-bottom: 40px;
    display: inline-block;
    letter-spacing: 0.065em;
}

.main-detail .sidebar .post-date {
    font-size: 11px;
    line-height: 25px;
    margin-bottom: 0;
}

.main-detail .post-desc>img {
    margin-bottom: 35px;
    width: 100%;
}

.main-detail p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.065em;
    margin-bottom: 1em;
}

.relate-post .post-desc p {
    margin-bottom: 0;
}

.blogs-last-post .post-desc {
    display: none;
}

@media only screen and (max-width: 750px) {
    .blogs-last-post .post-desc {
        display: block;
    }

    .fmlabo-about .number-slides {
        padding: 0 47px;
    }
}

.main-detail .post-desc h2 {
    font-size: 22px;
    line-height: 35px;
    padding-bottom: 20px;
    border-bottom: 3px solid #35728c;
    margin-top: 80px;
    margin-bottom: 30px;
    letter-spacing: 0.03em;
}

.main-detail .post-desc h3,
.main-detail .post-desc h4,
.main-detail .post-desc h5,
.main-detail .post-desc h6 {
    padding-bottom: 20px;
    border-bottom: 3px solid #35728c;
    margin-top: 80px;
    margin-bottom: 30px;
    letter-spacing: 0.03em;
}

.main-detail .post-desc .post-thumb {
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
}

.main-detail .post-desc .post-thumb .item {
    width: calc(50% - (25px / 2));
}

.main-detail .post-desc .post-if {
    display: flex;
    justify-content: space-between;
}

.main-detail .post-desc .post-if img {
    width: 360px;
    margin-right: 35px;
}

.main-detail .post-desc .post-if p {
    width: calc(100% - 395px);
}

.relate-post {
    margin-top: 170px;
}

.relate-post h2 {
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background: #35728c;
    margin-bottom: 50px;
    letter-spacing: 0.05em;
}

.list-relate.list-news .post-title {
    font-size: 20px;
    line-height: 30px;
}

.sidebar .cate-list {
    margin-bottom: 90px;
}

.sidebar .cate-list .item-cate {
    height: 65px;
    line-height: 65px;
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    background: #35728c;
    letter-spacing: 0.05em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}

.sidebar .cate-list .item-cate.notice {
    background: #b8a08f;
    margin-bottom: 0;
}

.sidebar .widget-title {
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 2px solid #cccccc;
    margin-bottom: 30px;
    color: #000;
    letter-spacing: 0.1em;
}

.site-main #blog_widget-2 {
    margin-bottom: 75px;
}

.sidebar .widget-post ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.sidebar .widget-post ul li:last-child {
    margin-bottom: 0;
}

.sidebar .widget-post ul li .thumb {
    width: 100px;
    margin-right: 20px;
}

.sidebar .widget-post ul li .info {
    width: calc(100% - 120px);
}

.sidebar .widget-post ul li .post-cat {
    margin-bottom: 10px;
}

.sidebar .widget-post ul li h4 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: 0.06em;
}

.sidebar .contact-box {
    padding-top: 0;
}

.sidebar .contact-box-item {
    margin-bottom: 25px;
}

.sidebar .contact-box .contact-item-inner {
    height: 110px;
}

.sidebar .contact-box .contact-box-item:first-child .contact-item-inner {
    border: none;
    padding: 42px 0 30px;
}

.sidebar .contact-box .contact-box-item:first-child .contact-item-inner:before {
    display: none;
}

.sidebar .contact-box .contact-box-item:first-child .title--box {
    padding-left: 130px;
    font-size: 20px;
    color: #fff;
}

.sidebar .contact-box .contact-box-item:nth-child(2) .contact-item-inner {
    border: 8px solid #4cb860;
}

.sidebar .contact-box .contact-box-item:nth-child(2) .contact-item-inner .img-contact-box {
    position: absolute;
    left: 0;
    top: 0;
}

.sidebar .contact-box .contact-box-item:nth-child(2) .contact-item-inner h2 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 5px;
}

.sidebar .contact-box .contact-box-item:nth-child(2) .contact-box-content {
    padding-left: 25px;
    padding-top: 25px;
}

.sidebar .contact-box .contact-box-content .desc-contact-box {
    font-size: 12px;
    line-height: 18px;
}

.sidebar .contact-box .contact-box-content .desc-contact-box span {
    color: #a31616;
}

.sidebar .contact-box .contact-box-item:last-child .contact-item-inner {
    padding: 25px 70px 25px 50px;
    position: relative;
}

.sidebar .contact-box .contact-box-item:last-child .title--box {
    font-size: 30px;
}

.sidebar .contact-box .contact-box-item:last-child .desc-contact-box {
    margin-top: 5px;
}


/*--contact--*/

.contact-main {
    margin-bottom: 165px;
}

.contact-main .title-page {
    margin-bottom: 10px;
}

.contact-main .title-jp {
    font-size: 17px;
    color: #35728c;
    margin-bottom: 45px;
    font-weight: 600;
    letter-spacing: 0.03em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}

.banner-contact {
    margin-bottom: 100px;
}

.contact-desc {
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 145px;
    letter-spacing: 0.065em;
}

.button-ct {
    display: flex;
    justify-content: center;
}

.button-ct .menu-link-item {
    display: inline-block;
    width: 350px;
    height: 70px;
    line-height: 70px;
    padding-left: 70px;
    margin-right: 45px;
    background-color: #35728c;
    font-size: 20px;
    position: relative;
    letter-spacing: 0.05em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}

.button-ct .menu-link-item:hover {
    color: #fff;
    background: #135d7c;
}

.button-ct .menu-link-item:last-child {
    margin-right: 0;
    padding-left: 45px;
}

.button-ct .menu-link-item i {
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 20px;
    padding-left: 2px;
    padding-top: 1px;
    height: 20px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 50%;
    background-color: #FFF;
    color: #35728c;
}

.top-contact {
    margin-bottom: 180px;
}

.contact-main h2 {
    font-size: 30px;
    line-height: 35px;
    color: #35728c;
    text-align: center;
    letter-spacing: 0.03em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}

.contact-main .easy-line h2 {
    margin-bottom: 65px;
}

.easy-line .list-line {
    padding: 55px 70px 60px;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.easy-line .list-line .item {
    width: calc((100% / 3) - (80px * 2)/3);
    text-align: center;
}

.list-line .item .number {
    font-family: 'Fontin';
    font-weight: bold;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
    background: #35728c;
    color: #fff;
    font-size: 25px;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 70px;
    letter-spacing: 0.03em;
}

.list-line .item h3 {
    font-size: 25px;
    line-height: 32px;
    color: #35728c;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}

.list-line .item .thumb {
    margin-bottom: 40px;
}

.list-line .item .desc {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    letter-spacing: 0.065em;
}

.list-line .item .desc p {
    margin-bottom: 0;
}

.list-line .item .line-image img {
    display: inline-block;
}

.contact-form .banner-form {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 420px;
    padding-top: 115px;
    text-align: center;
    position: relative;
}


/*.contact-form .banner-form:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(53, 114, 140, 0.5);
    content: '';
}*/

.contact-form .banner-form h2 {
    color: #fff;
    font-size: 34px;
    letter-spacing: 0.03em;
    position: relative;
}

.inquiry-form {
    position: relative;
}

.inquiry-form .inquiry {
    padding: 100px 70px 105px;
    background: #fff;
    margin-top: -165px;
}

.field-group {
    display: flex;
}

.field-group.field-check .item-check {
    margin: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    margin-bottom: 15px;
}

.field-group.field-check .item-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: 0;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    -webkit-appearance: checkbox;
    left: 0;
    z-index: 99;
    top: 5px;
}

.field-group.field-check .item-check .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff;
    border: 3px solid #35728c;
}

.checkmark:after {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    display: none;
    font-size: 15px;
    color: #212121;
    left: -1px;
    top: -1px;
}

.item-check label {
    padding-left: 45px;
    font-size: 18px;
    line-height: 35px;
    color: #000;
    cursor: pointer;
    letter-spacing: 0.03em;
    font-weight: 500;
}

.item-check input:checked~.checkmark:after {
    display: block;
}

.field-group.field-check {
    margin-bottom: 70px;
}

.field-group.field-input {
    align-items: center;
    margin-bottom: 40px;
}

.field-group.field-area {
    margin-bottom: 90px;
}

.field-group.field-submit {
    margin-bottom: 0;
    position: relative;
}

.field-group>label {
    width: 350px;
    font-size: 23px;
    line-height: 35px;
    color: #35728c;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    letter-spacing: 0.03em;
    font-weight: 700;
}

.field-group .text-area {
    width: 350px;
}

.field-group .text-area label {
    font-size: 23px;
    line-height: 35px;
    color: #35728c;
    font-weight: 700;
}

.field-group .text-area p {
    font-size: 16px;
    line-height: 35px;
    color: #35728c;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 0.03em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}

.field-group input,
.field-group textarea {
    border: 2px solid #35728c;
    width: 100%;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.field-group>span:not(.ajax-loader) {
    width: calc(100% - 350px);
}

.field-group input {
    height: 70px;
    line-height: 68px;
}

.field-submit {
    justify-content: center;
}

.field-submit button {
    width: 500px;
    text-align: center;
    display: inline-block;
    border: none;
    height: 70px;
    line-height: 70px;
    background-color: #35728c;
    color: #fff;
    font-size: 22px;
    position: relative;
    cursor: pointer;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    font-weight: 700;
}

.field-submit button i {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    padding-left: 2px;
    border-radius: 50%;
    background-color: #FFF;
    color: #35728c;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
    text-align: center;
}

.contact-box-item a {
    display: block;
}

.contact-box-item a img {
    width: 100%;
}

.wpcf7-form .wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    width: 50%;
    margin: 2em auto 1em;
    text-align: center;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
    visibility: hidden;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:before {
    display: block;
    position: absolute;
    content: '';
    top: 0px;
    height: 20px;
    width: 20px;
    border: 3px solid #35728c;
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"]+span::after {
    display: block;
    position: absolute;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 1px;
    left: 3px;
    visibility: hidden;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 15px;
    color: #212121;
    line-height: 20px;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked+span:before {
    background: transparent;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked+span:after {
    visibility: visible;
}

.wpcf7-list-item-label {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wpcf7 .ajax-loader {
    position: absolute;
    top: calc(100% + 5px);
}


/********************* End News Page *******************/


/********************* Other Page *******************/

.search-field {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    border-radius: 0;
    height: 46px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E4F0DA;
    box-sizing: border-box;
    border-radius: 5px;
}

.search-submit {
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    background: #0176ac;
    border-radius: 5px;
    height: 46px;
    line-height: 46px;
    border: none;
    padding: 0 40px;
    min-width: auto;
    cursor: pointer;
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.archive-content {
    padding-bottom: 100px;
}

.archive-content,
.list-news {
    margin-bottom: 0;
}


/********************* End Page *******************/


/*==========================================================
    7. FOOTER
==========================================================*/


/* Contact */


/*.site-footer .contact .contact-info {
    max-width: 1270px;
    margin: 0 auto;
}*/

.site-footer .contact ul {
    display: flex;
    color: #333;
}

.site-footer .contact ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 0;
}

.site-footer .contact ul li:nth-of-type(2n-1) {
    flex-basis: 31.10%;
    text-align: center;
}

.site-footer .contact ul li:nth-of-type(2n) {
    flex-basis: calc(100% - 62.2%);
}

.site-footer .contact ul li p {
    margin-bottom: 0;
}

.site-footer .contact ul li:first-child p:first-child {
    font-size: 25px;
}

.site-footer .contact ul li:first-child .contact-content {
    font-size: 25px;
    letter-spacing: 0.03em;
    line-height: 35px;
    font-weight: 600;
}

.site-footer .contact .contact-info .contact-mobile {
    font-size: 30px;
    letter-spacing: 0.03em;
    line-height: 40px;
    font-weight: 600;
}

.site-footer .contact ul li:nth-of-type(3) .contact-footer {
    display: flex;
    align-items: center;
}

.site-footer .contact ul li:nth-of-type(2) .contact-content {
    margin-top: 7px;
}

.site-footer .contact ul li:nth-of-type(2) .contact-content p {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.03em;
    font-weight: 600;
}

.site-footer .img-contact-footer {
    width: 58px;
    flex-basis: 58px;
    height: 58px;
    line-height: 70px;
    display: inline-block;
    background-color: #35728c;
    border-radius: 5px;
    margin-right: 25px;
    text-align: center;
}

.site-footer .img-contact-footer img {
    display: inline;
}

.site-footer .contact ul li:last-child .contact-content {
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0.03em;
    width: calc(100% - 83px);
    flex-basis: calc(100% - 83px);
    text-align: left;
}

.contact-map {
    line-height: 0;
}

.contact-map iframe {
    width: 100%;
    height: 515px;
}

.site-footer .contact ul {
    padding: 32px 0;
}

.site-footer .contact ul li:first-child {
    padding-left: 10px;
}

.site-footer .contact ul li:nth-child(2) {
    text-align: center;
    border-left: 1px solid #e5dfdb;
    border-right: 1px solid #e5dfdb;
}


/*
.site-footer .contact ul li:last-child {
    padding-left: 85px;
} */

.site-footer .contact ul li .contact-content h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 5px;
}

.site-footer .contact ul li .contact-content p {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
}


/* Contact */

.footer-bottom {
    background-color: #3f3f3f;
    padding: 65px 0 55px;
}

.footer-bottom .footer-logo img {
    margin: 0 auto;
}

.footer-bottom .address-comp {
    margin: 10px 0 35px;
    font-size: 15px;
    line-height: 45px;
    letter-spacing: 0.03em;
    color: #FFF;
    text-align: center;
}

.footer-bottom .socials,
.footer-bottom .menu-footer {
    display: flex;
    justify-content: center;
}

.footer-bottom .socials li {
    margin-right: 40px;
}

.footer-bottom .socials li:last-child,
.footer-bottom .menu-footer li:last-child {
    margin-right: 0
}

.footer-bottom .socials li a {
    color: #FFF;
    display: inline-flex;
    vertical-align: middle;
}

.footer-bottom .socials li a:hover,
.footer-bottom .menu-footer li a:hover {
    color: #35728c;
}

.footer-bottom .socials li a i {
    font-size: 40px;
}

.footer-bottom .menu-footer li {
    margin-right: 54px;
}

.footer-bottom .menu-footer li a {
    color: #FFF;
    font-size: 15px;
    letter-spacing: 0.03em;
}

.footer-bottom .menu-footer {
    margin-top: 50px;
}

.site-bottom {
    padding: 30px 0 0;
    margin-top: 50px;
    background: #333333;
    color: #f7f7f7;
}

.site-bottom a {
    color: #f7f7f7;
}

.site-bottom .widget {
    background: none;
    padding: 0;
    border: none;
    margin-bottom: 30px;
}

.site-bottom .widget-title {
    border-color: rgba(255, 255, 255, 0.1);
    color: #f7f7f7;
    font-size: 16px;
}

.site-bottom .widget_nav_menu .menu li {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.site-bottom .widget_nav_menu .menu li a:hover {
    color: #35728c;
}

.site-footer .socials {
    text-align: right;
}

.copy-right {
    line-height: 38px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    margin-top: 60px;
}

.et-pb-icon {
    text-transform: none;
    position: fixed;
    z-index: 200;
    right: 60px;
    bottom: 96px;
    height: 90px;
    border-radius: 50%;
    width: 90px;
    background: #35728c;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    padding-top: 8px;
}

.et-pb-icon i {
    font-size: 23px;
}

.back-page-top {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
    margin-top: 2px;
}

@media all and (-ms-high-contrast:none) {
    .list-news .post-desc {
        height: 56px;
    }
    .button-link-about {
        flex-basis: calc((92% - (45px * 2)) /3);
    }
    .info-item-working .number-item-working {
        line-height: 90px;
    }
    .site-footer .contact ul li:last-child a {
        width: 100%;
    }
    .menu-link-item{
        line-height: 42px;
    }
    .button-link-menu .menu-link-item{
        line-height: 57px;
    }
    .site-footer .contact ul li:last-child a{
        padding-left: 130px;
    }
    .button-link i, .button-link-menu i, .button-link-about::after{
        padding-left: 0;
    }
    .menu-home-item-list .menu-link-item i{
        line-height: 15px;
        padding-left: 1px;
    }
    .post-cat{
        line-height: 26px;
    }
    .blog-main,.contact-main{
        padding-top: 85px;
        background-color: #f2f2f2;
    }
    .contact-main{
        margin-bottom: 0;
        padding-bottom: 165px;
    }
    .contact-form{
        background-color: #f2f2f2;
        padding-bottom: 175px;
    }
    .button-ct .menu-link-item,.field-submit button{
        line-height: 75px;
    }
    .main-news .cate-list .item-cate{
        line-height: 80px;
    }
    .sidebar .cate-list .item-cate{
        line-height: 70px;
    }
    .relate-post h2{
        line-height: 55px;
    }
    /* / IE10 /*/
    *::-ms-backdrop,
    .button-link-about {
        flex-basis: calc((92% - (45px * 2)) /3);
    }
    .info-item-working .number-item-working {
        line-height: 90px;
    }
    .site-footer .contact ul li:last-child a {
        width: 100%;
    }
    .menu-link-item{
        line-height: 42px;
    }
    .button-link-menu .menu-link-item{
        line-height: 57px;
    }
    .site-footer .contact ul li:last-child a{
        padding-left: 130px;
    }
    .button-link i, .button-link-menu i, .button-link-about::after{
        padding-left: 0;
    }
    .menu-home-item-list .menu-link-item i{
        line-height: 15px;
        padding-left: 1px;
    }
    .post-cat{
        line-height: 26px;
    }
    .blog-main,.contact-main{
        padding-top: 85px;
        background-color: #f2f2f2;
    }
    .contact-main{
        margin-bottom: 0;
        padding-bottom: 165px;
    }
    .contact-form{
        background-color: #f2f2f2;
        padding-bottom: 175px;
    }
    .button-ct .menu-link-item,.field-submit button{
        line-height: 75px;
    }
    .main-news .cate-list .item-cate{
        line-height: 80px;
    }
    .sidebar .cate-list .item-cate{
        line-height: 70px;
    }
    .relate-post h2{
        line-height: 55px;
    }
    .list-news .post-desc {
        height: 56px;
    }
    /*/ IE11 /*/
}


/* Anton fix */

.simpleParallax {
    height: 450px;
}

/* Anhlt fix */
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    object-fit: cover;
}

button.wpcf7-submit {
    background-image: url("images/contact_arrow.png");
    background-repeat: no-repeat;
    background-position: right 22px center;
}

.blog-banner-sp {
    display: none;
}

@media only screen and (max-width: 991px) {
    .blog-banner-pc {
        display: none;
    }

    .blog-banner-sp {
        display: block;
    }

    .sidebar .contact-box-item {
        margin-bottom: 36px !important;
    }

    .contact-form .banner-form {
        background-position: center center !important;
    }
}

@media only screen and (max-width: 767px) {
    .menu-home-content {
        background-color: #f9f9f9 !important;
    }
}

/*Recruitment page*/
.recruitment-main{
	background-color: #F2F2F2;
	padding-top: 85px;
	overflow: hidden;
}
.recruitment-main .title-jp {
    font-size: 17px;
    color: #35728c;
    margin-bottom: 45px;
    font-weight: 600;
    letter-spacing: 0.03em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}
.tab-panel{
	max-width: 914px;
	margin: 0 auto;
}
.tab-panel h2{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 60px;
}

.tab-panel .tab_item{
	display: inline-block;
	width: 45%;
	text-align: center;
	background-color: #B8A08F;
	height: 70px;
	margin: 0 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 70px;
	color: #ffffff;
	opacity: 0.7;
	cursor : pointer;
}

.tab-panel .tab_item::after{
	content: "\f078";
    font-family: FontAwesome;
	font-size: 16px;
	font-weight: 400;
	margin-left: 30px;
	position: static;
}
.tab-panel .tab_item:hover{
	opacity: 0.5;
}
.tab-panel .panel-group .panel h3{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-top: 60px;
}
.tab-panel .panel-group .panel .panel-req{
	background: #ffffff;
	margin-top: 60px;
}
.tab-panel .panel-group .panel .panel-req dl{
	display: flex;
	border-bottom: 1px solid #B9B9B9;
}
.tab-panel .panel-group .panel .panel-req dt{
	width: 185px;
	text-align: center;
	background: #35728C;
	padding: 30px 0;
	color: #ffffff;
	font-weight: 500;
}
.tab-panel .panel-group .panel .panel-req dd{
	padding: 30px;
}
.panel {
  display: none;
  clear: both;
  overflow: hidden;
}
#job1:checked ~ .panel-group #job1_content,
#job2:checked ~ .panel-group #job2_content{
  display: block;
}

.tab-panel input:checked + .tab_item {
  background-color: #B8A08F;
  opacity: 1.0;
}
.sec_message{
	max-width: 914px;
	width: 100%;
	margin: 100px auto;
	display: flex;
}
.sec_message .message_text{
	font-size: 20px;
	line-height: 1.8;
	font-weight: bold;
	flex-basis: 100%;
}
.rec-form .rec-form-item{
	max-width: 914px;
	background-color: #ffffff;
	margin: -165px auto 0;
	padding: 100px 70px 105px;
}
.contact-form .banner-form.rec-background{
	position: static;
}
.rec-form .field-group>label {
    width: 260px;
}
.rec-form .field-group .text-area{
	width: 260px;
}
.rec-form .field-group>span:not(.ajax-loader) {
    width: calc(100% - 260px);
}

.rec-form input[type="radio"]{
	opacity: 0;
	position: absolute;
}
.rec-form .wpcf7-list-item-label:before{
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 1px solid #35728C;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 14px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.rec-form input[type="radio"]:checked + .wpcf7-list-item-label:before{
  background-color: #35728C;
  box-shadow: inset 0 0 0 2px #fff;
}
.rec-form .field-group textarea {
    border: 2px solid #35728c;
    width: auto;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
.contact-form.recruitment-contact{
	padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {

	.recruitment-main{
		padding-top: 70px;
	}
	.tab-panel{
		max-width: 360px;
	}
	.tab-panel h2{
		margin-bottom: 30px;
	}

	.tab-panel .tab_item{
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.tab-panel .tab_item.item-job1{
		margin-bottom: 20px;
	}
	.tab-panel .panel-group .panel h3{
		margin-top: 30px;
	}
	.tab-panel .panel-group .panel .panel-req{
		margin-top: 30px;
	}
	.tab-panel .panel-group .panel .panel-req dl{
		display: flex;
		border-bottom: 1px solid #B9B9B9;
	}
	.tab-panel .panel-group .panel .panel-req dt{
		width: 30%;
		text-align: center;
		background: #35728C;
		padding: 30px 0;
		color: #ffffff;
		font-weight: 500;
	}
	.tab-panel .panel-group .panel .panel-req dd{
		padding: 30px 10px;
		width: 70%;
	}
	.tab-panel input{
		display: none;
	}
	.sec_message{
		max-width: 360px;
		width: 100%;
		margin: 50px auto;
		display: block;
	}
	.sec_message .message_text{
		font-size: 18px;
	}

	.rec-form .rec-form-item{
		max-width: 360px;
		margin: -165px auto 0;
		padding: 50px 10px 50px;
	}
	.rec-form .field-group>label {
		width: 260px;
	}
	.rec-form .field-group>span:not(.ajax-loader) {
		width: 100%;
	}
	.rec-form .field-group textarea {
		width: 100%;
	}
	.contact-form.recruitment-contact{
		padding-bottom: 80px;
	}
}

/*--------------------- LP用ボタン追加 2022.9 ---------------------*/
.lp-bar{
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 0 10px;
    width: 100%;
    height: 90px;
    background:rgb(70,70,70,0.6);
    display: flex;
    align-items: center;
    z-index: 1000;
}


.lp-button{
    display: inline-block;
    position: relative;
    width: 165px;
    height: 65px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.25;
    white-space: nowrap;
    padding: 0.8rem 1rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

.lp-button:visited, .lpbutton:link, .lp-button:active{
    color: #FFF;
}

.lp-button span{
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.lp-button p ::after{
    display: block;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);

}

.lp-button01{
    color: #fff;
    background-color: #2A5395;
    border-bottom: 3px solid #162C4E;
}

.lp-button02{
    color: #fff;
    background-color: #A52C36;
    border-bottom: 3px solid #5A1A1F;
}

.lp-button02 p{
    padding-right: 10px;
}

@media screen and (min-width: 800px) {
    .lp-bar{
        padding: 0 10%;

    }

    .lp-button{
        width: 40%;
        font-size: 16px;
        font-weight: 700;
        padding: 1.28rem 1rem;
        border-radius: 1rem;
    }

    .lp-button span{
        display: inline-block;
        font-size: 16px;
    }

    .lp-button p ::after{
        right: 20%;
    }


    .lp-button01:hover {
        margin-top: 3px;
        color: #fff;
        background: #2A5395;
        border-bottom: 1px solid #162C4E;
      }

      .lp-button02:hover {
        margin-top: 3px;
        color: #fff;
        background-color: #A52C36;
        border-bottom: 1px solid #5A1A1F;
      }

}

@media screen and (max-width: 1140px) {
    .lp-button p ::after{
        right: 8%;
    }

}
