@charset "UTF-8";

/* 一般的な書き方（Android 4.4以降対応） */
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSerifJP/NotoSerifJP-Regular.woff') format('woff');
    font-display: swap;
  }
  @font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/NotoSerifJP/NotoSerifJP-Bold.woff') format('woff');
    font-display: swap;
  }
  body {
    /* font-family: 'Noto Serif Japanese', serif, sans-serif; */
  }


a,
mark {
    color: #656565;
}


img{

 -webkit-transition: left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
    transition: left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
    -o-transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s, left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s, left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s, left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)

}
.l-gh__logo,
.l-gh__logo--index .l-gh__logo-img--l {
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.l-gh,
.l-gh__logo a {
    /* right: 0; */
    /* left: 0; */
    /* top: 0; */
}

.c-btn a,
.c-gnav-sp__menu-item,
.c-index-main-contents__summary--center,
.l-gf__contact,
.l-gh__logo,
.l-gh__search-btn {
    text-align: center
}

.c-inquiry-form button:focus,
.c-inquiry-form input:focus,
.c-inquiry-form select:focus,
.c-inquiry-form textarea:focus,
a:active,
a:hover {
    outline: 0
}


:active,
:focus,
:hover,
:visited,
a,
a:active,
a:focus,
a:hover,
a:visited {
    outline: none !important;
    text-decoration: none
}





.c-btn a,
.c-gnav-sp__menu a,
.c-index-sub-contents__more a,
.c-information-table a,
.c-inquiry-form__item a,
.c-local-navi-item a,
.l-gf a,
.l-gh__g-navi-item a,
.p-index-our-work__item a,
.p-index-seminar__wrap,
a {
    text-decoration: none
}

.c-collective-list:after,
.c-inquiry-form__input-wrap:after,
.c-inquiry-form__notes,
.c-inquiry-form__submit:after,
.c-insurance-list:after,
.c-local-navi:after,
.c-lower-contents:after,
.c-lower-sub-multi:after,
.c-news-article__item-body,
.c-news-menu__archives:after,
.c-service-simple-list:after,
.l-gf__about:after,
.l-gf__navi:after,
.l-gh__wrap:after,
.p-access-list:after,
.p-access-list__hr,
.p-casestudy-articles:after,
.p-index-our-work:after,
.p-index-service__body:after,
.p-leadership-profile:after,
.p-recruit-job-list__body-wrap:after,
.p-sitemap:after,
.u-wrapper-clear:after {
    clear: both
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf) format('truetype')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzInF5uFdDttMLvmWuJdhhgs.ttf) format('truetype')
}
/* 
@font-face {
    font-family: Ameretto;
    src: url(/font/ameretto_normal.ttf) format("truetype"), url(/font/ameretto_normal.woff) format("woff")
} */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

.c-lower-contents__table tbody tr td,
.c-lower-contents__table tbody tr th,
img {
    vertical-align: top
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend,
td,
th {
    padding: 0
}

legend {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    margin: 0;
    min-height: 100%;
    overflow-y: scroll;
    font-size: 14px;
    font-size: .875rem;
    /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif; */
    font-smoothing: antialiased;
}

@media all and (max-width:768px) {
    body {
        font-size: 15px;
        /* font-size: .75rem; */
    }
}

::-moz-selection {
    background: rgba(222, 186, 41, .5)
}

::selection {
    background: rgba(222, 186, 41, .5)
}

.c-gnav-sp__search-submit,
.l-gh__search-submit {
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.l-gh {
    height: 84px;
    position: fixed;
    z-index: 101;
    /* background: #ffffffa1; */
}


/* --- #header --- */
/* .l-gh {height: 90px;position: fixed;top: 10%;left: 5%;right:0;width: 90%;background: rgba(255,255,255,0.9);/* background: #1f1b19; */z-index: 1000;}
.l-gh.autofix_sb.fixed {height: 70px;-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);background: #1f1b19;width: 100%;}
 */





.l-gh__wrap {
    margin-left: 12%
}

.l-gh__wrap:after,
.l-gh__wrap:before {
    content: "";
    display: table
}

@media all and (max-width:992px) {
    .l-gh {
        height: 0;
        position: static;
        background-color: none
    }

    .l-gh__wrap {
        display: block
    }
}

.l-gh__logo {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin: 0;
    /* background-color: #d39828; */
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.l-gh__logo--index {
    /* width: 214px; */
    /* height: 140px */
}

.l-gh__logo--lower {
    width: 128px;
    height: 84px
}

.l-gh__logo a {
    /* display: block; */
    /* position: absolute; */
    /* bottom: 0; */
}

.l-gh__logo-img {
    position: absolute;
    /* top: 40%; */
    /* left: 50%; */
    /* width: 180px; */
}


.l-gh__logo-img img{
    width:250px;
}




.l-gh__logo-img--l {
    margin-top: -34px;
    margin-left: -67px;
}

.l-gh__logo-img--s {
    margin-top: -13px;
    margin-left: -30px
}

@media all and (min-width:993px) {
    .l-gh__logo--lower .l-gh__logo-img--l {
        display: none
    }
}

@media all and (max-width:992px) {

    .l-gh__logo--index .l-gh__logo-img--s,
    .l-gh__logo--lower .l-gh__logo-img--s {
        display: none
    }

    .l-gh__logo {
        /* width: 92px; */
        /* height: 60px; */
        position: absolute;
        top: 10px;
        left: 0;
        z-index: 102;
    }

    .l-gh__logo-img {
        width: 60px;
        height: 60px;
        margin-top: -15px;
        margin-left: -30px;
    }
}

.l-gh__g-navi {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    z-index: 2;
    margin: 0;
    padding: 0;
    /* background: #e5a01d; */
}

.l-gh__g-navi-item {
    float: left;
    line-height: 1;
    list-style: none;
    position: relative;
    white-space: nowrap;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 700
}

.l-gh__search,
.l-gh__search-btn {
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box
}

.l-gh__g-navi-item a {
    height: 84px;
    box-sizing: border-box;
    display: block;
    padding: 36px 20px 0;
    color: #000
}

.l-gh__g-navi-item a:after {
    width: 100%;
    height: 3px;
    display: block;
    content: '';
    margin-top: 8px;
    background-color: #e5a01d;
}

.l-gh__g-navi-item a.is-current:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.l-gh__g-navi.is-white a {
    color: #fff;
}

.l-gh__g-navi.is-scrolled a {
    color: #000
}

.l-gh__search-btn {
    width: 80px;
    height: 84px;
    cursor: pointer;
    z-index: 2;
    padding-top: 30px
}

.l-gh__search-btn.is-white {
    fill: #fff
}

.l-gh__search-btn.is-scrolled {
    fill: #000
}

@media all and (min-width:993px) {
    .l-gh__bg {
        height: 84px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1;
        background-color: #fff;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.l-gh__search {
    height: 84px;
    bottom: 0;
    z-index: 1
}

.l-gh__search--index {
    left: 214px
}

.l-gh__search--lower {
    left: 128px
}

.l-gh__search-wrap {
    width: 0;
    height: 84px;
    pointer-events: auto;
    position: relative;
    overflow: hidden;
    background-color: #000
}

.l-gh__search-text {
    position: absolute;
    top: 0;
    right: 84px;
    bottom: 0;
    left: 0
}

.l-gh__search-text input {
    width: 100%;
    height: 84px;
    line-height: 1;
    box-sizing: border-box;
    padding: 0 50px;
    border: 0;
    color: #9b9b9b;
    font-size: 24px;
    font-size: 1.5rem;
    background-color: #272727
}

.l-gh__search-submit {
    width: 84px;
    height: 84px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/common/icn_search.png)
}

.l-gh__search-submit input {
    width: 84px;
    height: 84px;
    opacity: 0
}

.l-gh__logo--index .l-gh__logo-img--l {
    opacity: 1;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.l-gh__g-navi-item a:after,
.l-gh__logo--index .l-gh__logo-img--s {
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.l-gh__logo--index .l-gh__logo-img--s {
    opacity: 0;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.l-gh__g-navi-item a:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.l-gh__bg,
.l-gh__search-btn {
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.l-gh__search-btn {
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.l-gh__bg {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.l-gf__contact a,
.l-gh__search {
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.l-gh__bg--index {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0)
}

.l-gh__search {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.l-gh__search-submit,
.l-gh__search-wrap {
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.l-gh__search-wrap {
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.l-gh__search-submit {
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.l-gh__cover {
    /* cursor: url(../img/common/cursor_cross.png) 4 12, auto; */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, .7);
    visibility: hidden;
    opacity: 0;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.l-gh__logo.is-scrolled {
    /* width: 128px; */
    /* height: 84px; */
}

@media all and (max-width:992px) {

    .l-gh__bg,
    .l-gh__g-navi,
    .l-gh__search,
    .l-gh__search-btn {
        display: none
    }

    .l-gh__logo.is-scrolled {
        /* width: 92px; */
        /* height: 60px; */
    }
}

@media all and (min-width:993px) {
    .l-gh__logo.is-scrolled .l-gh__logo-img--l {
        opacity: 0;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    .l-gh__logo.is-scrolled .l-gh__logo-img--s {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.l-gh__g-navi-item a:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.l-gh__bg.is-visible {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.l-gh__search.is-scrolled {
    left: 128px
}

.l-gh__search.is-opened {
    z-index: 3
}

.l-gh__search.is-opened .l-gh__search-wrap {
    width: 100%
}

.l-gh__search.is-opened .l-gh__search-submit {
    opacity: 1
}

.l-gh__search-submit:hover {
    background-color: #272727
}

.l-gh__cover.is-opened {
    visibility: visible;
    opacity: 1
}

.l-gf {
    color: #9b9b9b;
    background-color: #000
}

.l-gf a {
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.l-gf__contact {
    line-height: 1.5
}

.l-gf__about,
.l-gf__navi {
    line-height: 1
}

.l-gf__contact a {
    display: block;
    padding: 40px 0;
    color: #fff;
    font-weight: 700;
    background-color: #d39828
}

@media all and (max-width:768px) {
    .l-gf__contact a {
        padding: 30px 0
    }
}

.l-gf__wrap {
    position: relative
}

.l-gf__wrap a {
    color: #9b9b9b
}

.l-gf__navi:after,
.l-gf__navi:before {
    content: "";
    display: table
}

@media all and (min-width:769px) {
    .l-gf__wrap {
        padding: 50px
    }

    .l-gf__navi {
        margin-bottom: 155px;
        margin-left: -40px
    }
}

@media all and (max-width:768px) {
    .l-gf__wrap {
        padding: 40px 15px
    }

    .l-gf__navi {
        margin-bottom: 40px;
        border-bottom: 1px solid #222
    }

    .l-gf__navi-column {
        border-top: 1px solid #222
    }
}

.l-gf__navi-column {
    box-sizing: border-box;
    margin: 0
}

.l-gf__navi-head {
    color: #fff
}

@media all and (min-width:769px) {
    .l-gf__navi-column {
        width: 25%;
        float: left;
        padding-left: 40px
    }

    .l-gf__navi-head {
        margin-bottom: 14px;
        padding-bottom: 14px;
        border-bottom: 1px solid #222;
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: 3px
    }
}

.l-gf__navi-items-wrap {
    margin: 0
}

@media all and (max-width:768px) {
    .l-gf__navi-head {
        cursor: pointer;
        position: relative;
        padding: 15px 0;
        font-size: 12px;
        font-size: .75rem
    }

    .l-gf__navi-head-icon {
        width: 7px;
        height: 7px;
        position: absolute;
        top: 50%;
        right: 18px
    }

    .l-gf__navi-head-icon:after,
    .l-gf__navi-head-icon:before {
        width: 7px;
        height: 1px;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff
    }

    .l-gf__navi-head-icon:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .l-gf__navi-items-wrap {
        height: 0;
        overflow: hidden
    }
}

.l-gf__navi-items {
    margin: 0;
    padding: 0
}

.l-gf__navi-item {
    list-style: none;
    margin: 20px 0 0
}

@media all and (max-width:768px) {
    .l-gf__navi-item {
        margin: 0;
        padding-bottom: 15px
    }

    .l-gf__navi-column.is-opened .l-gf__navi-head-icon:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .l-gf__navi-column.is-opened .l-gf__navi-head-icon:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

.l-gf__about:after,
.l-gf__about:before {
    content: "";
    display: table
}

@media all and (max-width:992px) {
    .l-gf__about-name {
        margin-bottom: 35px;
        text-align: center
    }

    .l-gf__about-navi {
        width: 100%;
        text-align: center
    }
}

.l-gf__about-name-text {
    margin: 0 0 10px;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 3px
}

.l-gf__about-name-sub {
    margin: 0;
    font-size: 10px;
    font-size: .625rem;
    letter-spacing: 1.5px
}

@media all and (min-width:993px) {
    .l-gf__about-name {
        float: left;
        padding-right: 50px
    }

    .l-gf__about-wrap {
        float: left;
        margin-top: -2px
    }
}

.l-gf__about-navi {
    display: table;
    margin: 0 0 15px;
    padding: 0
}

@media all and (max-width:992px) {
    .l-gf__about-navi {
        line-height: 2.08333;
        margin-bottom: 30px
    }
}

.l-gf__about-navi-item {
    display: inline-block;
    list-style: none;
    margin: 0;
    font-size: 12px;
    font-size: .75rem
}

.l-gf__about-navi-item:after {
    content: '|';
    display: inline-block;
    margin: 0 10px
}

.l-gf__about-navi-item:last-child:after {
    display: none
}

.l-gf__about-text {
    font-size: 12px;
    font-size: .75rem
}

@media all and (max-width:992px) {
    .l-gf__about-text {
        line-height: 2.08333;
        margin-bottom: 25px;
        text-align: center
    }

    .l-gf__copyright {
        text-align: center
    }
}

@media all and (min-width:993px) {
    .l-gf__about-text-wrap {
        display: inline-block;
        margin-right: 25px
    }

    .l-gf__copyright {
        position: absolute;
        bottom: 50px;
        right: 50px
    }
}

.l-gf__about-text-head {
    margin: 0;
    display: inline-block
}

.l-gf__about-text-head:after {
    content: '：'
}

.l-gf__about-text-text {
    margin: 0;
    display: inline-block
}

.l-gf__copyright {
    line-height: 1;
    margin: 0;
    color: #fff;
    font-size: 9px;
    font-size: .5625rem;
    letter-spacing: 1px
}

.l-gf a:hover {
    color: #474643
}

@media all and (max-width:768px) {
    .l-gf__navi-items-wrap {
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
        transition-timing-function: cubic-bezier(.25, .46, .45, .94)
    }
}

.l-gf__contact a {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.c-btn--basic a,
.c-gnav-sp__btn,
.c-gnav-sp__btn-bar {
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.l-gf__contact a:hover {
    color: #fff;
    background-color: #272727
}

.l-contents {
    padding: 0px 50px;
}

.l-contents--index {
    padding-top: 0;
    top: 0;
    position: absolute;
}

@media all and (max-width:992px) {
    .l-contents {
        padding: 0 15px
    }
}

@media all and (min-width:993px) {
    .c-gnav-sp {
        display: none
    }
}

.c-gnav-sp__btn {
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    background-color: #0c438a;
}

.c-gnav-sp__btn-bar {
    width: 20px;
    height: 2px;
    position: absolute;
    top: 29px;
    left: 20px;
    background-color: #fff
}

.c-gnav-sp__btn-bar--top {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    transform: translate(0, -8px)
}

.c-gnav-sp__btn-bar--bottom {
    -webkit-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    transform: translate(0, 8px)
}

.c-btn__label,
.c-gnav-sp__menu {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    left: 0
}

.c-gnav-sp__menu {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    padding: 0;
    transform: translate(0, -50%);
}

.c-gnav-sp__menu-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, .93);
    background-color: rgba(255, 255, 255, 0.93);
}

.c-gnav-sp__menu-item {
    list-style: none;
    margin: 18px 20px;
    font-size: 15px;
    font-size: .9375rem;
    text-align: right;
}

.c-gnav-sp__menu a {
    color: #fff;
    color: #000;
}

.c-gnav-sp__search {
    height: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0
}

.c-gnav-sp__search-text {
    position: absolute;
    top: 0;
    right: 60px;
    bottom: 0;
    left: 0
}

.c-gnav-sp__search-text input {
    width: 100%;
    height: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    padding: 0 15px;
    border: 0;
    border-radius: 0;
    color: #9b9b9b;
    font-size: 12px;
    font-size: .75rem;
    background-color: #272727
}

.c-gnav-sp__search-submit {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #d39828;
    background-image: url(../img/common/icn_search.png);
    background-size: 12px 12px
}

.c-gnav-sp__search-submit input {
    width: 60px;
    height: 60px;
    opacity: 0
}

.c-gnav-sp__btn,
.c-gnav-sp__btn-bar {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.c-gnav-sp__menu-wrap {
    display: none;
    opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.c-gnav-sp__btn:hover {
    /* background-color: #d39828; */
}

.c-gnav-sp.is-opened .c-gnav-sp__btn-bar--top {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-gnav-sp.is-opened .c-gnav-sp__btn-bar--middle {
    width: 0;
    -webkit-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    transform: translate(10px, 0)
}

.c-gnav-sp.is-opened .c-gnav-sp__btn-bar--bottom {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.c-gnav-sp.is-opened .c-gnav-sp__menu-wrap {
    opacity: 1
}

.c-btn a {
    height: 70px;
    box-sizing: border-box;
    display: block;
    position: relative;
    color: #fff
}

.c-btn__label,
.c-contact {
    position: absolute;
    top: 50%;
    right: 0
}

@media all and (max-width:768px) {
    .c-btn a {
        height: 60px
    }
}

.c-btn--basic a {
    /* background-color: #000; */
    /* -webkit-transition-duration: .3s; */
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}


.c-btn--border a,
.c-index-sub-contents__more a {
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.c-btn--border a {
    border: 3px solid #fff;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.c-btn__label {
    transform: translate(0, -50%)
}

.c-btn--basic a:hover {
    color: #d39828;
/*     background-color: #d39828 */
  display: block;
  border-bottom:1px solid #eee;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.c-btn--border a:hover {
    color: #000;
    background-color: #fff
}

.c-contact {
    width: 50px;
    line-height: 1;
    z-index: 10;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}


/* .btn  */
.btn {display: inline-block;width: 200px;max-width:100%;/* padding: 0; *//* margin:0 10px; *//* color: #fff; *//* background: #726e6e; *//* border: #3f3d3d 1px solid; *//* border-bottom: #3f3d3d 1px solid; */font-size: 16px;text-decoration: none;/* text-align:center; *//* font-weight:500; */line-height: 25px;letter-spacing: 1px;position: relative;/* -webkit-border-radius: 30px; */-moz-border-radius: 30px;/* border-radius: 1px; */color: #5e5e5e;}
.btn:after {font-family: 'FontAwesome';content: "\e649";/* content: "\f16d"; */content: "\f178";font-size: 10px;font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;position: absolute;top: 0;right: 15px;z-index: 1;line-height: 25px;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;border-bottom: 1px solid #eee;}
/* .btn:after { font-family: 'FontAwesome'; 

/* .btnSmall */
.btnSmall {font-size: 13px;line-height: 30px;width: 150px;max-width: 100%;/* border: #999 2px solid; *//* border-bottom: #016c6e 2px solid; */z-index: 1000;}
.btnSmall:after {line-height: 30px;}
.btnSmall:hover { border:#999 0px solid; }

/* .btnSmall */
.btnSmallBorder {font-size: 13px;line-height:40px;width:200px;max-width:100%;color:#111;background:none;border:#111 1px solid;z-index: 1000;}
.btnSmallBorder:after { line-height:40px; }
.btnSmallBorder:hover { color:#999; background: #f0fafe;background:none; border:#999 1px solid; }




@media all and (max-width:992px) {
    .c-contact {
        display: none
    }
}

.c-contact img {
    display: block;
    margin: 0 auto 12px
}

.c-contact a {
    height: 150px;
    box-sizing: border-box;
    display: block;
    padding-top: 20px;
    color: #fff;
    text-decoration: none
}

.c-contact__item {
    margin: 0;
    list-style: none;
    font-size: 11px;
    font-size: .6875rem;
    letter-spacing: 2px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.c-contact__item-label-chara {
    display: block;
    margin-bottom: 2px;
    text-align: center
}

.c-contact__item--individual {
    background-color: rgba(0, 0, 0, .8)
}

.c-contact__item--corporate {
    background-color: rgba(76, 76, 76, .8)
}

.c-contact a:hover {
    color: #fff
}

.c-contact__item--individual:hover {
    background-color: rgba(0, 0, 0, .5)
}

.c-contact__item--corporate:hover {
    background-color: rgba(76, 76, 76, .5)
}

.c-index-main-contents {
    position: relative;
    margin-bottom: 7.64706%;
    /* font-family: 'Noto Sans JP',"游明朝",'Amerigo BT', YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; */
}

@media all and (min-width:769px) and (max-width:992px) {
    .c-index-main-contents {
        padding-bottom: 70px
    }
}

@media all and (max-width:768px) {
    .c-partner-logo img {
        width: 100%;
        height: auto
    }

    .c-partner-logo--orix {
        width: 118.5px;
        height: 16.5px
    }

    .c-partner-logo--massmutual {
        width: 88px;
        height: 18.5px
    }

    .c-partner-logo--nn {
        width: 40.5px;
        height: 23px
    }

    .c-partner-logo--axa {
        width: 54px;
        height: 27.5px
    }

    .c-partner-logo--metlife {
        width: 55px;
        height: 20px
    }

    .c-partner-logo--aflac {
        width: 54px;
        height: 19.5px
    }

    .c-partner-logo--msad {
        width: 69px;
        height: 23px
    }

    .c-partner-logo--aig {
        width: 81px;
        height: 18.5px
    }

    .c-partner-logo--nissay {
        width: 77px;
        height: 20.5px
    }

    .c-partner-logo--asahi {
        width: 75.5px;
        height: 18px
    }

    .c-partner-logo--zurich {
        width: 61px;
        height: 20.5px
    }

    .c-partner-logo--meijiyasuda {
        width: 81.5px;
        height: 10.5px
    }

    .c-partner-logo--tokiomarine {
        width: 109px;
        height: 13px
    }

    .c-partner-logo--gibraltar {
        width: 65.5px;
        height: 22px
    }

    .c-partner-logo--manulife {
        width: 60px;
        height: 20px
    }

    .c-partner-logo--sompojapan {
        width: 110px;
        height: 17px
    }

    .c-partner-logo--sonylife {
        width: 51.5px;
        height: 14.5px
    }

    .c-partner-logo--tokiomarine_s {
        width: 100px;
        height: 19px
    }

    .c-partner-logo--msad_s {
        width: 78px;
        height: 31px
    }

    .c-partner-logo--sompojapan_s {
        width: 117px;
        height: 24px
    }

    .c-partner-logo--secom_s {
        width: 154px;
        height: 15px
    }

    .c-partner-logo--aiu_s {
        width: 55px;
        height: 34px
    }

    .c-index-main-contents {
        padding-bottom: 60px
    }
}

@media all and (max-width:992px) {
    .c-index-main-contents {
        margin-bottom: 50px
    }

    .c-index-main-contents__summary {
        margin: 40px;
    }
}

@media all and (min-width:993px) {
    .c-index-main-contents--horizontal {
        margin-right: 4.11765%;
        margin-left: 4.11765%;
        margin-top: 120px;
    }

    .c-index-main-contents--horizontal:after,
    .c-index-main-contents--horizontal:before {
        content: "";
        display: table
    }

    .c-index-main-contents--horizontal:after {
        clear: both
    }

    .c-index-main-contents__wrap--horizontal {
        width: 100%
    }

    .c-index-main-contents__summary--horizontal {
        width: 450px;
        box-sizing: border-box;
        float: left;
    }

    .c-index-main-contents__body--horizontal {
        margin-left: 500px;
    }
}

.c-index-main-contents__head {
    margin-top: 0;
    margin-bottom: 20px;
    /* text-align: center; */
}

@media all and (max-width:992px) {
    .c-index-main-contents__head {
        margin-bottom: 18px
    }
}

.c-index-main-contents__head-ja {
    line-height: 1.38;
    display: block;
    font-size: 36px;
    font-size: 25px;
    font-weight: 400;
}

.c-index-main-contents__head-ja:after {
    width: 100%;
    height: 3px;
    content: '';
    display: block;
    margin: 22px 0 28px;
    background-color: #0c438a;
    /* margin-right: auto; */
    /* margin-left: auto; */
}

@media all and (max-width:768px) {
    .c-index-main-contents__head-ja {
        line-height: 1.35;
        font-size: 20px;
        font-size: 1.25rem
    }

    .c-index-main-contents__head-ja:after {
        width: 76px;
        height: 2px;
        margin: 12px 0 15px
    }
}

.c-index-main-contents__head-ja--center:after {
    margin-right: auto;
    margin-left: auto
}

.c-index-main-contents__head-ja--white:after {
    background-color: #fff
}

.c-index-main-contents__head-en {
    line-height: 1;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.c-lower-contents__head-big--ameretto,
.c-lower-eyecatch__head-en {
    /* font-family: Ameretto, sans-serif; */
    /* font-family: 'Noto Sans JP', "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; */
}

.c-index-main-contents__text {
    margin: 0;
    line-height: 1.8;
    /* font-family: 'Noto Sans JP',"游明朝",'Amerigo BT', YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; */
    font-size: 15px;
    text-align: left;
    font-weight: 400;
}

.c-index-main-contents__btn {
    width:80%;
    /* max-width:250px; */
    margin: 10px auto;
}

@media all and (max-width:992px) {
    .c-index-main-contents__btn {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        margin-top: 25px
    }
}

.c-index-sub-contents {
    position: relative;
    margin-bottom: 7.97546%
}

@media all and (max-width:992px) {
    .c-index-sub-contents {
        margin-bottom: 50px
    }
}

.c-index-sub-contents__head {
    line-height: 1;
    margin-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #3f3f3f;
    /* background: #e5a01d; */
    /* color: #fff; */
    padding: 8px 0;
}

@media all and (min-width:769px) {
    .c-index-sub-contents__head {
        margin-bottom: 50px;
        font-weight: 500;
    }
}

@media all and (max-width:768px) {
    .c-index-main-contents__head-en {
        font-size: 10px;
        font-size: .625rem
    }

    .c-index-sub-contents__head {
        margin-bottom: 5px;
        font-size: 15px;
        font-size: .9375rem
    }
}

.c-index-sub-contents__head--news {
    margin-bottom: 0;
}

.c-index-sub-contents__head--news span {
    margin-bottom: 0;
    padding-left:10px;
}



.c-index-sub-contents__head--news:before {
    margin-bottom: 0;
    content:"";
    content: "\f044";
    font-family: FontAwesome;
    color: #e5a01d;
}


.c-index-sub-contents__head--greeting {
    margin-bottom: 30px;
}

.c-index-sub-contents__head--greeting span {
    margin-bottom: 0;
    padding-left:10px;
}



.c-index-sub-contents__head--greeting:before {
    margin-bottom: 0;
    content:"";
    content: "\f06c";
    font-family: FontAwesome;
    color: #e5a01d;
}




@media all and (max-width:768px) {
    .c-index-sub-contents__head--news {
        margin-bottom: 5px
    }
}

.c-index-sub-contents__more {
    margin: 0;
    font-weight: 700
}

.c-index-sub-contents__more a {
    padding: 8px 0;
    color: #000;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

@media all and (min-width:769px) {
    .c-index-sub-contents__more {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 11px;
        font-size: .6875rem
    }

    .c-index-sub-contents__more a {
        display: block
    }
}

@media all and (max-width:768px) {
    .c-index-sub-contents__more {
        position: relative;
        z-index: 2;
        font-size: 12px;
        font-size: .75rem;
        text-align: right
    }

    .c-index-sub-contents__more--news {
        margin-bottom: -20px
    }

    .c-index-sub-contents__more a {
        display: inline-block
    }
}

.c-index-sub-contents__more a:after {
    width: 6px;
    height: 10px;
    content: '';
    display: inline-block;
    /* background-image: url(../img/common/arrow_black_right.png); */
    background-size: 6px, 10px;
    background-repeat: no-repeat;
    margin-left: 10px
}

.c-index-sub-contents__more a:hover {
    opacity: .5
}

@media all and (min-width:993px) {
    .c-index-contents-wrap {
        /* margin-right: 4.11765%; */
        /* margin-left: 4.11765%; */
    }

    .c-lower-eyecatch__head {
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        padding: 0 50px
    }
}

.c-lower-eyecatch {
    height: 400px;
    position: relative;
    /* margin-bottom: 3.22222%; */
    /* margin-right: -50px; */
    /* margin-left: -50px; */
}

@media all and (min-width:1201px) and (max-width:1440px) {
    .c-lower-eyecatch {
        height: 300px;
    }
}

@media all and (min-width:993px) and (max-width:1200px) {
    .c-lower-eyecatch {
        height: 500px
    }
}

@media all and (max-width:992px) {
    .c-lower-eyecatch {
        height: auto;
        margin-right: -15px;
        margin-bottom: 0;
        margin-left: -15px
    }
}

.c-lower-eyecatch--minimum {
    height: 350px;
    margin-bottom: 0
}

@media all and (max-width:992px) {
    .c-lower-eyecatch--minimum {
        height: 275px
    }

    .c-lower-eyecatch__wrap {
        position: relative;
        height: 360px
    }
}

.c-lower-eyecatch__wrap--minimum {
    height: 350px;
    margin-bottom: 0
}

.c-lower-eyecatch__head {
    max-width: 1200px;
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    margin: 0 auto;
    text-align: right;
}

@media all and (max-width:992px) {
    .c-lower-eyecatch__wrap--minimum {
        height: 275px
    }

    .c-lower-eyecatch__head {
        right: 0;
        bottom: 50px;
        left: 0;
        padding: 0 15px;
        text-shadow: 0 0 30px #fff
    }
}

.c-lower-eyecatch__head--white {
    color: #fff
}

.c-lower-eyecatch__head-en {
    display: block;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase
}

@media all and (min-width:769px) {
    .c-lower-eyecatch__head-en {
        margin-bottom: 15px;
        font-size: 60px;
        font-size: 35px;
        letter-spacing: 8px;
    }
}

@media all and (max-width:768px) {
    .c-lower-eyecatch__head-en {
        margin-bottom: 10px;
        font-size: 35px;
        font-size: 2.1875rem;
        letter-spacing: 5px
    }
}

.c-lower-eyecatch__head-ja {
    display: block;
    letter-spacing: 2px
}

@media all and (min-width:769px) {
    .c-lower-eyecatch__head-ja {
        font-size: 20px;
        font-size: 1.25rem
    }
}

.c-lower-eyecatch__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%
}

.c-lower-eyecatch__bg--company {
    background-image: url(../about/images/about_main.jpg);
}

.c-lower-eyecatch__bg--greeting {
    background-image: url(../greeting/images/greeting_main.jpg);
}


.c-lower-eyecatch__bg--service {
    background-image: url(../img/service/eyecatch.jpg)
}

.c-lower-eyecatch__bg--philosophy {
    background-image: url(../img/philosophy/eyecatch.jpg)
}

.c-lower-eyecatch__bg--recruit {
    background-image: url(../img/recruit/eyecatch.jpg)
}

.c-lower-eyecatch__bg--inquiry {
    background-image: url(../img/inquiry/eyecatch.jpg)
}

.c-lower-eyecatch__bg--seminar {
    background-image: url(../img/seminar/eyecatch.jpg)
}

.c-lower-contents {
    line-height: 2;
    margin: 0 auto 50px;
}

.c-lower-contents:after,
.c-lower-contents:before {
    content: "";
    display: table
}

.c-lower-contents--max1200 {
    max-width: 1200px
}

.c-lower-contents__main {
    margin-bottom: 7.22222%
}

.c-lower-contents__main--leadership {
    margin-bottom: 0
}


.c-lower-contents__main2 {
    margin-bottom: 7.22222%
}
.c-lower-contents__main2 h2{
    font-size:25px;
    margin-bottom: 0;
}


.c-lower-contents__main2--leadership {
    margin-bottom: 0
}


.c-lower-contents__sub {
    margin-bottom: 7.22222%
}

.c-lower-contents__sub--leadership {
    margin-bottom: 0
}

.c-lower-contents__fixed-box {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto
}

.c-lower-contents__section {
    margin-bottom: 7.77778%
}



    .c-lower-contents__main img{
        width: 90%;
        padding:2%;
    }


@media all and (min-width:769px) and (max-width:992px) {

    .c-lower-contents__sub:after,
    .c-lower-contents__sub:before {
        content: "";
        display: table
    }

    .c-lower-contents__sub:after {
        clear: both
    }

    .c-lower-contents__section {
        padding-top: 7.77778%;
        margin-bottom: 0
    }

    .c-lower-contents__section:last-of-type {
        margin-bottom: 7.77778%
    }

    .c-lower-contents__section.u-grid-box {
        margin-top: 7.77778%
    }
}

@media all and (max-width:768px) {
    .c-lower-eyecatch__head-ja {
        font-size: 10px;
        font-size: 12px;
    }

    .c-lower-contents__section {
        margin-bottom: 0;
        padding-top: 50px
    }

    .c-lower-contents__section:last-of-type {
        margin-bottom: 50px
    }

    .c-lower-contents__section.u-grid-box {
        margin-top: 50px
    }
}

.c-lower-contents__section--in-main {
    margin-bottom: 17.5%
}

@media all and (min-width:993px) and (max-width:1200px) {
    .c-lower-contents__section--in-main {
        margin-bottom: 10%
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .c-lower-contents__section--in-main {
        margin-bottom: 6.04839%
    }
}

@media all and (max-width:768px) {
    .c-lower-contents__section--in-main {
        margin-bottom: 30px
    }
}

.c-lower-contents__section--leadership:before {
    content: '';
    display: block
}

.c-lower-contents__section--philosophy:before {
    content: '';
    display: block
}

.c-lower-contents__sub-section {
    box-sizing: border-box
}

@media all and (min-width:993px) {
    .c-lower-contents__main {
        width: 48%;
        float: left;
    }



    .c-lower-contents__main img{
        width: 90%;
        padding:2%;
    }


     .c-lower-contents__main2 {
        width: 100%;
    }

    .c-lower-contents__sub {
        width: 48%;
        float: right;
    }

    .c-lower-contents__section--leadership:before,
    .c-lower-contents__section--philosophy:before {
        height: 124px;
        margin-top: -124px
    }

    .c-lower-contents__sub-section {
        margin-bottom: 16.66667%
    }
}

@media all and (max-width:768px) {
    .c-lower-contents__sub-section {
        margin-bottom: 50px
    }
}

.c-lower-contents__head-sub {
    margin: 0 0 15px;
    color: #d39828;
    font-size: 20px;
    font-size: 1.25rem
}

.c-lower-contents__head-has-ruby {
    margin: 0 0 3.33333%;
    font-weight: 400
}

@media all and (min-width:769px) and (max-width:992px) {
    .c-lower-contents__sub-section {
        width: 50%;
        float: left
    }

    .c-lower-contents__sub-section:nth-of-type(2n+1) {
        padding-right: 15px
    }

    .c-lower-contents__sub-section:nth-of-type(2n) {
        padding-left: 15px
    }

    .c-lower-contents__head-has-ruby {
        margin: 0 0 3.33333%
    }
}

@media all and (max-width:768px) {
    .c-lower-contents__head-sub {
        font-size: 15px;
        font-size: .9375rem
    }

    .c-lower-contents__head-has-ruby {
        margin: 0 0 30px
    }
}

.c-lower-contents__head-has-ruby-ja {
    display: block;
    line-height: 1.1;
    font-size: 30px;
    font-size: 1.875rem
}

.c-lower-contents__head-has-ruby-ja:after {
    width: 60px;
    height: 3px;
    content: '';
    display: block;
    margin: 25px 0;
    background-color: #d39828
}

@media all and (max-width:768px) {
    .c-lower-contents__head-has-ruby-ja {
        font-size: 20px;
        font-size: 1.25rem
    }

    .c-lower-contents__head-has-ruby-ja:after {
        width: 76px;
        height: 2px;
        margin: 12px 0
    }
}

.c-lower-contents__head-has-ruby-en {
    display: block;
    font-size: 12px;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 3px
}

@media all and (max-width:768px) {
    .c-lower-contents__head-has-ruby-en {
        font-size: 10px;
        font-size: .625rem
    }
}

.c-lower-contents__head-big {
    line-height: 1.28571;
    margin: 0 0 3.88889%;
    font-size: 70px;
    font-size: 4.375rem;
    font-weight: 400
}

@media all and (min-width:769px) and (max-width:992px) {
    .c-lower-contents__head-big {
        font-size: 48px;
        font-size: 3rem
    }
}

@media all and (max-width:768px) {
    .c-lower-contents__head-big {
        font-size: 35px;
        font-size: 2.1875rem;
        margin-bottom: 30px
    }
}

.c-lower-contents__head-medium {
    line-height: 1.66667;
    margin: 0 0 2.22222%;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 400
}

@media all and (min-width:769px) and (max-width:992px) {
    .c-lower-contents__head-medium {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media all and (max-width:768px) {
    .c-lower-contents__head-medium {
        font-size: 15px;
        font-size: .9375rem;
        margin-bottom: 20px
    }
}

.c-lower-contents__head-underline {
    border-bottom-color: #e8e8e8;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    font-size: 20px;
    font-size: 1.25rem
}

@media all and (min-width:993px) {
    .c-lower-contents__head-underline {
        margin-top: 11.25%
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .c-lower-contents__head-underline {
        margin-top: 6.04839%
    }
}

@media all and (max-width:768px) {
    .c-lower-contents__head-underline {
        margin-top: 40px;
        font-size: 15px;
        font-size: .9375rem
    }
}

.c-lower-contents__text-little-big {
    font-size: 16px;
    font-size: 1rem
}

.c-lower-contents__image-main {
    width: 100%;
    display: block;
    margin: 12.5% 0
}

@media all and (min-width:993px) and (max-width:1200px) {
    .c-lower-contents__image-main {
        margin: 5% 0
    }
}

@media all and (max-width:992px) {
    .c-lower-contents__image-main {
        margin: 6.04839% 0
    }
}

.c-lower-contents__image-wide {
    width: 100%;
    display: block;
    margin-bottom: 4.44444%
}

.c-lower-contents__table {
    width: 100%;
    border-bottom: 1px solid #ebebeb
}

.c-lower-contents__table tbody tr {
    border-top: 1px solid #ebebeb
}

@media all and (max-width:768px) {
    .c-lower-contents__text-little-big {
        font-size: 12px;
        font-size: .75rem
    }

    .c-lower-contents__table tbody tr {
        display: block;
        padding: 20px 0
    }

    .c-lower-contents__table tbody tr td,
    .c-lower-contents__table tbody tr th {
        display: block
    }
}

.c-lower-contents__table tbody tr th {
    white-space: nowrap;
    padding: 20px 20px 20px 0;
    text-align: left;
}

@media all and (max-width:768px) {
    .c-lower-contents__table tbody tr th {
        padding: 0
    }
}

.c-lower-contents__table tbody tr td {
    padding: 20px 0;
    font-size: 15px;
}

@media all and (min-width:1201px) {
    .c-lower-contents__btn-more {
        margin-top: 6.66667%
    }

    .c-lower-contents__btn-more:first-of-type {
        margin-top: 13.33333%
    }
}

@media all and (min-width:993px) and (max-width:1200px) {
    .c-lower-contents__btn-more {
        margin-top: 3.33333%
    }

    .c-lower-contents__btn-more:first-of-type {
        margin-top: 6.66667%
    }
}

@media all and (max-width:992px) {
    .c-lower-contents__btn-more {
        margin-top: 20px
    }

    .c-lower-contents__btn-more:first-of-type {
        margin-top: 40px
    }
}

.c-lower-sub-multi:after,
.c-lower-sub-multi:before {
    content: "";
    display: table
}

.c-lower-sub-multi__photo img {
    width: 100%
}

@media all and (min-width:993px) {
    .c-lower-sub-multi__photo {
        margin-bottom: 10%
    }
}

@media all and (max-width:768px) {
    .c-lower-contents__table tbody tr td {
        padding: 0
    }

    .c-lower-sub-multi__photo {
        margin-bottom: 30px
    }
}

@media all and (min-width:993px) {
    .c-lower-sub-multi__column01 {
        margin-bottom: 15%
    }

    .c-local-navi {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 3;
        padding: 0 50px
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .c-lower-sub-multi__photo {
        width: 32.46753%;
        float: left
    }

    .c-lower-sub-multi__column01 {
        /* width: 96%; */
        /* float: left; */
        /* margin-left: 3.4632%; */
    }

    .c-lower-sub-multi__column02 {
        width: 30.30303%;
        float: right
    }
}

.c-lower-sub-multi__name {
    line-height: 1.5;
    font-weight: 400
}

.c-lower-sub-multi__name-label {
    display: block
}

@media all and (min-width:769px) {
    .c-lower-sub-multi__name {
        font-size: 16px;
        font-size: 1rem
    }

    .c-lower-sub-multi__name-label {
        font-size: 12px;
        font-size: .75rem
    }
}

@media all and (max-width:768px) {
    .c-lower-sub-multi__column01 {
        margin-bottom: 30px
    }

    .c-lower-sub-multi__name {
        font-size: 15px;
        font-size: .9375rem
    }

    .c-lower-sub-multi__name-label {
        font-size: 12px;
        font-size: .75rem
    }
}

.c-local-navi {
    max-width: 1300px;
    box-sizing: border-box;
    margin: 0 auto
}

.c-local-navi:after,
.c-local-navi:before {
    content: "";
    display: table
}

.c-local-navi-item {
    float: left;
    list-style: none
}

@media all and (max-width:992px) {
    .c-local-navi {
        padding: 0;
        background-color: #fff
    }

    .c-local-navi-item {
        width: 50%;
        text-align: center
    }
}

.c-local-navi-item a {
    box-sizing: border-box;
    display: block;
    font-weight: 500;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

@media all and (min-width:993px) {
    .c-local-navi-item a {
        height: 84px;
        padding: 32px 40px 0;
        color: #000;
        background-color: rgba(255, 255, 255, .8)
    }
}

@media all and (max-width:992px) {
    .c-local-navi-item a {
        padding: 22px 0;
        color: #fff;
        background-color: #000
    }
}

.c-local-navi-item a.is-current {
    color: #fff;
    background-color: #d39828
}

.c-local-navi-item a:hover {
    color: #fff;
    background-color: #272727
}

.c-information-table {
    width: 100%
}

.c-information-table a {
    color: #0060a3;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.c-information-table a:hover {
    color: #a9c1e5
}

.c-information-table tr {
    background-image: url(../img/common/line_dotted.png);
    background-position: 0 bottom;
    background-repeat: repeat-x
}

.c-information-table th {
    font-weight: 400;
    text-align: left
}

.c-information-table img {
    vertical-align: middle
}

.c-information-table__date {
    width: 11em
}

.c-information-table__link-type {
    width: 2em;
    text-align: center
}

@media all and (min-width:769px) {
    .c-information-table td {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .c-information-table__title {
        padding-left: .5em
    }
}

@media all and (max-width:768px) {
    .c-information-table tr {
        display: block;
        margin-bottom: 15px;
        padding-bottom: 15px
    }

    .c-information-table tr:last-child {
        margin-bottom: 0
    }

    .c-information-table__date,
    .c-information-table__link-type {
        display: inline-block
    }

    .c-information-table__title {
        display: block;
        padding-top: 5px
    }
}

.c-our-partner-list {
    margin: 0 0 -20px;
    padding: 0
}

@media all and (min-width:993px) {
    .c-our-partner-list--lower {
        margin-right: -7.5%
    }
}

@media all and (max-width:992px) {
    .c-our-partner-list--lower {
        margin-right: -15px
    }
}

.c-our-partner-list__item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3.84615%;
    margin-bottom: 40px
}

.c-our-partner-list__item--lower {
    margin-right: 7.5%
}

@media all and (max-width:768px) {
    .c-our-partner-list__item {
        margin-right: 20px;
        margin-bottom: 20px
    }
}

.c-collective-list {
    margin: 8.33333% 0
}

.c-collective-list:after,
.c-collective-list:before {
    content: "";
    display: table
}

.c-collective-list__thumb {
    display: block
}

@media all and (min-width:769px) {
    .c-collective-list__item {
        width: 42.5%;
        float: left
    }

    .c-collective-list__item:nth-of-type(2n+1) {
        margin-right: 15%
    }

    .c-collective-list__thumb {
        max-width: 100%;
        margin: 0 auto 7.84314%
    }
}

@media all and (max-width:768px) {
    .c-collective-list__thumb {
        width: 185px;
        height: 185px;
        margin: 0 auto 20px
    }
}

.c-collective-list__head {
    line-height: 1;
    text-align: center
}

@media all and (min-width:769px) {
    .c-collective-list__head {
        margin: 0 0 5.88235%
    }
}

@media all and (max-width:768px) {
    .c-collective-list__head {
        margin: 0 0 10px
    }
}

.c-collective-list__head-ja {
    display: block;
    color: #d39828
}

@media all and (min-width:769px) {
    .c-collective-list__head-ja {
        margin-bottom: 15px;
        font-size: 26px;
        font-size: 1.625rem
    }
}

@media all and (max-width:768px) {
    .c-collective-list__head-ja {
        margin-bottom: 10px;
        font-size: 18px;
        font-size: 1.125rem
    }
}

.c-collective-list__head-en {
    display: block;
    font-family: Open Sans, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px
}

.c-service-simple-list {
    margin: 8.33333% 0;
    padding: 0
}

.c-service-simple-list:after,
.c-service-simple-list:before {
    content: "";
    display: table
}

.c-service-simple-list__item,
.c-service-simple-list__item a {
    display: block
}

@media all and (min-width:769px) {
    .c-collective-list__head-en {
        font-size: 12px;
        font-size: .75rem
    }

    .c-service-simple-list__item {
        width: 47.91667%;
        float: left
    }

    .c-service-simple-list__item:nth-child(2n+1) {
        margin-right: 4.16667%
    }
}

@media all and (max-width:768px) {
    .c-collective-list__head-en {
        font-size: 10px;
        font-size: .625rem
    }

    .c-service-simple-list__item {
        margin-bottom: 15px
    }
}

.c-service-simple-list__thumb {
    overflow: hidden
}

.c-service-simple-list__thumb img {
    width: 100%;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

@media all and (min-width:769px) {
    .c-service-simple-list__thumb {
        margin-bottom: 5.21739%
    }

    .c-service-simple-list__label {
        font-size: 16px;
        font-size: 1rem
    }
}

@media all and (max-width:768px) {
    .c-service-simple-list__thumb {
        margin-bottom: 10px
    }

    .c-service-simple-list__label {
        font-size: 14px;
        font-size: .875rem
    }
}

a:hover .c-service-simple-list__thumb img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.c-insurance-list:after,
.c-insurance-list:before {
    content: "";
    display: table
}

@media all and (min-width:769px) {
    .c-insurance-list {
        margin-top: 5.83333%;
        margin-bottom: -4.16667%
    }
}

@media all and (max-width:768px) {
    .c-insurance-list {
        margin-top: 45px;
        margin-bottom: -30px
    }
}

.c-insurance-list__item {
    position: relative
}

@media all and (min-width:993px) {
    .c-insurance-list__item {
        padding-top: 124px;
        margin-top: -124px
    }
}

@media all and (max-width:992px) {
    .c-insurance-list__item {
        padding-top: 10px;
        margin-top: -10px
    }
}

.c-insurance-list__head:before {
    content: '';
    display: block
}

@media all and (min-width:769px) {
    .c-insurance-list__item {
        width: 47.91667%;
        box-sizing: border-box;
        float: left;
        margin-bottom: 4.16667%;
        padding-left: 130px
    }

    .c-insurance-list__item:nth-of-type(2n+1) {
        clear: both;
        margin-right: 4.16667%
    }

    .c-insurance-list__head-icon {
        width: 130px;
        position: absolute;
        top: 35px;
        left: 0;
        text-align: center
    }

    .c-insurance-list__head-icon img {
        width: 84px
    }
}

@media all and (max-width:768px) {
    .c-insurance-list__item {
        margin-bottom: 30px
    }

    .c-insurance-list__head-icon {
        width: 43px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px
    }

    .c-insurance-list__head-icon img {
        width: 100%
    }

    .c-insurance-list__head-label {
        display: inline-block;
        vertical-align: middle
    }
}

@media all and (min-width:993px) {
    .c-insurance-list__head-icon {
        margin-top: 124px
    }

    .c-service-flow__head {
        padding: 40px 0;
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media all and (max-width:992px) {
    .c-insurance-list__head-icon {
        margin-top: 10px
    }
}

.c-insurance-list__head-label {
    margin: 0
}

@media all and (min-width:769px) {
    .c-service-flow {
        margin-top: 10%
    }
}

@media all and (max-width:768px) {
    .c-service-flow {
        margin-top: 45px
    }
}

.c-service-flow__head {
    line-height: 1;
    cursor: pointer;
    position: relative;
    margin: 0;
    color: #fff;
    text-align: center
}

@media all and (min-width:769px) and (max-width:992px) {
    .c-service-flow__head {
        padding: 25px 0;
        font-size: 15px;
        font-size: .9375rem
    }
}

@media all and (min-width:993px) {
    .c-service-flow__head-step {
        line-height: 1;
        position: absolute;
        top: 50%;
        left: 47px;
        margin-top: -.5em;
        font-family: Ameretto, sans-serif;
        letter-spacing: 2px
    }
}

.c-news-article__item-category,
.c-news-article__item-date {
    float: left;
    letter-spacing: 3px;
    font-family: Open Sans, sans-serif
}

@media all and (min-width:769px) {
    .c-service-flow__head-icon {
        margin: 0 auto 15px
    }

    .c-service-flow__head-icon--01 {
        width: 20px;
        height: 22px;
        content: '';
        display: block;
        background-image: url(../img/service/icon_flow_step01.svg);
        background-size: 20px, 22px;
        background-repeat: no-repeat
    }
}

@media all and (max-width:768px) {
    .c-service-flow__head {
        padding: 25px 0;
        font-size: 11px;
        font-size: .6875rem
    }

    .c-service-flow__head-icon {
        position: absolute;
        top: 50%;
        left: 32px
    }

    .c-service-flow__head-icon--01 {
        width: 16px;
        height: 18px;
        content: '';
        display: block;
        background-image: url(../img/service/icon_flow_step01.svg);
        background-size: 16px, 18px;
        background-repeat: no-repeat;
        margin-top: -9px;
        margin-left: -8px
    }
}

@media all and (min-width:769px) {
    .c-service-flow__head-icon--02 {
        width: 20px;
        height: 22px;
        content: '';
        display: block;
        background-image: url(../img/service/icon_flow_step02.svg);
        background-size: 20px, 22px;
        background-repeat: no-repeat
    }
}

@media all and (max-width:768px) {
    .c-service-flow__head-icon--02 {
        width: 15px;
        height: 18px;
        content: '';
        display: block;
        background-image: url(../img/service/icon_flow_step02.svg);
        background-size: 15px, 18px;
        background-repeat: no-repeat;
        margin-top: -9px;
        margin-left: -7px
    }
}

@media all and (min-width:769px) {
    .c-service-flow__head-icon--03 {
        width: 26px;
        height: 26px;
        content: '';
        display: block;
        background-image: url(../img/service/icon_flow_step03.svg);
        background-size: 26px, 26px;
        background-repeat: no-repeat
    }
}

@media all and (max-width:768px) {
    .c-service-flow__head-icon--03 {
        width: 20px;
        height: 20px;
        content: '';
        display: block;
        background-image: url(../img/service/icon_flow_step03.svg);
        background-size: 20px, 20px;
        background-repeat: no-repeat;
        margin-top: -10px;
        margin-left: -10px
    }
}

@media all and (min-width:769px) {
    .c-service-flow__head-icon--04 {
        width: 17px;
        height: 24px;
        content: '';
        display: block;
        background-image: url(../img/service/icon_flow_step04.svg);
        background-size: 17px, 24px;
        background-repeat: no-repeat
    }
}

@media all and (max-width:768px) {
    .c-service-flow__head-icon--04 {
        width: 15px;
        height: 20px;
        content: '';
        display: block;
        background-image: url(../img/service/icon_flow_step04.svg);
        background-size: 15px, 20px;
        background-repeat: no-repeat;
        margin-top: -10px;
        margin-left: -8px
    }
}

@media all and (min-width:769px) {
    .c-service-flow__head-icon--05 {
        width: 26px;
        height: 18px;
        content: '';
        display: block;
        background-image: url(../img/service/icon_flow_step05.svg);
        background-size: 26px, 18px;
        background-repeat: no-repeat
    }
}

@media all and (max-width:768px) {
    .c-service-flow__head-icon--05 {
        width: 19px;
        height: 13px;
        content: '';
        display: block;
        background-image: url(../img/service/icon_flow_step05.svg);
        background-size: 19px, 13px;
        background-repeat: no-repeat;
        margin-top: -7px;
        margin-left: -10px
    }
}

@media all and (min-width:769px) {
    .c-service-flow__head-icon--06 {
        width: 26px;
        height: 32px;
        content: '';
        display: block;
        background-image: url(../img/service/icon_flow_step06.svg);
        background-size: 26px, 32px;
        background-repeat: no-repeat
    }

    .c-service-flow__body-wrap {
        padding: 4.16667% 5%
    }
}

@media all and (max-width:768px) {
    .c-service-flow__head-icon--06 {
        width: 18px;
        height: 22px;
        content: '';
        display: block;
        background-image: url(../img/service/icon_flow_step06.svg);
        background-size: 18px, 22px;
        background-repeat: no-repeat;
        margin-top: -11px;
        margin-left: -9px
    }
}

.c-service-flow__head-cross {
    position: absolute;
    top: 50%;
    margin-top: -10px
}

@media all and (min-width:993px) {
    .c-service-flow__head-cross {
        width: 20px;
        height: 20px;
        right: 30px
    }
}

@media all and (max-width:992px) {
    .c-service-flow__head-cross {
        width: 15px;
        height: 15px;
        right: 20px
    }
}

.c-service-flow__head-cross:after,
.c-service-flow__head-cross:before {
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    content: '';
    margin-top: -1px;
    background-color: #fff
}

.c-service-flow__head-cross:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.c-service-flow__head:after,
.c-service-flow__head:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2
}

@media all and (min-width:993px) {

    .c-service-flow__head:after,
    .c-service-flow__head:before {
        width: 24px;
        height: 28px;
        bottom: -6px
    }
}

@media all and (max-width:992px) {

    .c-service-flow__head:after,
    .c-service-flow__head:before {
        width: 12px;
        height: 14px;
        bottom: -3px
    }
}

.c-service-flow__head:before {
    right: 50%;
    -webkit-transform: skewY(30deg);
    -ms-transform: skewY(30deg);
    transform: skewY(30deg)
}

.c-service-flow__head:after {
    left: 50%;
    -webkit-transform: skewY(-30deg);
    -ms-transform: skewY(-30deg);
    transform: skewY(-30deg)
}

.c-service-flow__item:nth-of-type(1) .c-service-flow__head {
    z-index: 10
}

.c-service-flow__item:nth-of-type(2) .c-service-flow__head {
    z-index: 9
}

.c-service-flow__item:nth-of-type(3) .c-service-flow__head {
    z-index: 8
}

.c-service-flow__item:nth-of-type(4) .c-service-flow__head {
    z-index: 7
}

.c-service-flow__item:nth-of-type(5) .c-service-flow__head {
    z-index: 6
}

.c-service-flow__item:nth-of-type(6) .c-service-flow__head {
    z-index: 5
}

.c-service-flow__item:nth-of-type(7) .c-service-flow__head {
    z-index: 4
}

.c-service-flow__item:nth-of-type(8) .c-service-flow__head {
    z-index: 3
}

.c-service-flow__item:nth-of-type(9) .c-service-flow__head {
    z-index: 2
}

.c-service-flow__item:nth-of-type(10) .c-service-flow__head {
    z-index: 1
}

.c-service-flow__item:nth-of-type(2n+1) .c-service-flow__head,
.c-service-flow__item:nth-of-type(2n+1) .c-service-flow__head:after,
.c-service-flow__item:nth-of-type(2n+1) .c-service-flow__head:before {
    background-color: #272727
}

.c-service-flow__item:nth-of-type(2n+1) .c-service-flow__head--important,
.c-service-flow__item:nth-of-type(2n+1) .c-service-flow__head--important:after,
.c-service-flow__item:nth-of-type(2n+1) .c-service-flow__head--important:before {
    background-color: #d39828
}

.c-service-flow__item:nth-of-type(2n) .c-service-flow__head,
.c-service-flow__item:nth-of-type(2n) .c-service-flow__head:after,
.c-service-flow__item:nth-of-type(2n) .c-service-flow__head:before {
    background-color: #434343
}

.c-service-flow__item:nth-of-type(2n) .c-service-flow__head--important,
.c-service-flow__item:nth-of-type(2n) .c-service-flow__head--important:after,
.c-service-flow__item:nth-of-type(2n) .c-service-flow__head--important:before {
    background-color: #d39828
}

.c-service-flow__item:last-of-type .c-service-flow__head:after,
.c-service-flow__item:last-of-type .c-service-flow__head:before {
    display: none
}

.c-service-flow__body {
    height: 0;
    box-sizing: border-box;
    overflow: hidden;
    border-right: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3
}

@media all and (max-width:768px) {
    .c-service-flow__body-wrap {
        padding: 20px
    }
}

.c-service-flow__body ul {
    padding-left: 2em
}

.c-service-flow__item:last-of-type .c-service-flow__body {
    border-bottom: 1px solid #e3e3e3
}

.c-service-flow__item .c-service-flow__head {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -webkit-transition-property: background-color;
    transition-property: background-color
}

.c-service-flow__item .c-service-flow__head:after,
.c-service-flow__item .c-service-flow__head:before {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.c-service-flow__item .c-service-flow__head:hover,
.c-service-flow__item .c-service-flow__head:hover:after,
.c-service-flow__item .c-service-flow__head:hover:before {
    background-color: #000
}

.c-service-flow__item .c-service-flow__head--important:hover,
.c-service-flow__item .c-service-flow__head--important:hover:after,
.c-service-flow__item .c-service-flow__head--important:hover:before {
    background-color: #c39d00
}

.c-service-flow__item .c-service-flow__head-cross {
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.c-service-flow__item .c-service-flow__body {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.c-service-flow__item.is-opened .c-service-flow__head-cross {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-news-article {
    line-height: 2
}

.c-news-article__item {
    position: relative;
    padding: 25px 0;
    background-image: url(../img/common/line_dotted.png);
    background-repeat: repeat-x;
    background-position: left bottom
}

.c-news-article__item-date {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: .75rem
}

@media all and (max-width:768px) {
    .c-news-article__item {
        padding: 20px 0
    }

    .c-news-article__item-date {
        margin-bottom: 5px;
        font-size: 10px;
        font-size: .625rem
    }
}

.c-news-article__item-category {
    margin-bottom: 10px;
    color: #d39828;
    font-size: 12px;
    font-size: .75rem
}

.c-news-article__item-category:after,
.c-news-article__item-document:after {
    content: '|';
    display: block;
    color: #000;
    float: left
}

@media all and (max-width:768px) {
    .c-news-article__item-category {
        margin-bottom: 5px;
        font-size: 10px;
        font-size: .625rem
    }
}

.c-news-article__item-category:after {
    margin: 0 10px
}

.c-news-article__item-document {
    float: left;
    font-size: 12px;
    font-size: .75rem
}

@media all and (max-width:768px) {
    .c-news-article__item-document {
        font-size: 10px;
        font-size: .625rem
    }
}

.c-news-article__item-document img {
    vertical-align: middle;
    margin-bottom: 2px
}

.c-news-article__item-document:after {
    margin: 0 10px
}

.c-news-article__item-body {
    overflow: hidden
}

.c-news-article__item-body p {
    margin: 0
}

.c-news-article__item-body--long-text {
    position: relative;
    padding-right: 100px
}

.c-news-article__item-body-short--has-content {
    cursor: pointer
}

.c-news-article__item-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -10px
}

@media all and (max-width:992px) {
    .c-news-article__item-body--long-text {
        padding-right: 40px
    }

    .c-news-article__item-icon {
        width: 15px;
        height: 15px;
        right: 5px
    }
}

.c-news-article__item-icon:after,
.c-news-article__item-icon:before {
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    content: '';
    margin-top: -1px;
    background-color: #d39828
}

.c-news-article__item-icon:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.c-news-article__item-body,
.c-news-article__item-body-short {
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.c-news-article__item-body-full {
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.c-news-article__item-icon {
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.c-news-article__item.is-opened .c-news-article__item-body-full {
    opacity: 1
}

.c-news-article__item.is-opened .c-news-article__item-icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-news-menu {
    font-size: 16px;
    font-size: 1rem
}

@media all and (min-width:1201px) {
    .c-news-menu {
        margin-bottom: 17.5%
    }
}

@media all and (min-width:993px) and (max-width:1200px) {
    .c-news-menu {
        margin-bottom: 5.55556%
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .c-news-menu {
        margin-bottom: 5.55556%
    }
}

@media all and (max-width:768px) {
    .c-news-menu {
        margin-bottom: 40px;
        font-size: 13px;
        font-size: .8125rem
    }
}

.c-news-menu__archives {
    margin: 0 0 20px;
    padding: 0
}

.c-news-menu__archives:after,
.c-news-menu__archives:before {
    content: "";
    display: table
}

@media all and (max-width:992px) {
    .c-news-menu__archives {
        margin-bottom: 10px
    }
}

.c-news-menu__archives-item {
    display: block;
    float: left;
    margin: 0
}

.c-news-menu__archives-item:after {
    content: '/';
    display: block;
    float: right;
    margin: 0 30px
}

.c-news-menu__archives-item:last-child:after {
    display: none
}

.c-inquiry-summary {
    margin-bottom: 6.66667%;
    font-size: 16px;
    font-size: 1rem
}

@media all and (min-width:769px) and (max-width:992px) {
    .c-inquiry-summary {
        margin-top: 8.33333%;
        margin-bottom: -3.33333%
    }
}

@media all and (max-width:768px) {
    .c-inquiry-summary {
        margin: 40px 0 -20px;
        font-size: 12px;
        font-size: .75rem
    }
}

.c-inquiry-summary__required {
    display: inline;
    color: #d39828
}

.c-inquiry-steps {
    margin: 0 0 6.66667%;
    padding: 0;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: Open Sans, sans-serif;
    letter-spacing: 4px
}

.c-inquiry-steps:after,
.c-inquiry-steps:before {
    content: "";
    display: table
}

.c-inquiry-steps:after {
    clear: both
}

@media all and (min-width:993px) {
    .c-inquiry-steps {
        margin-top: 1.66667%
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .c-inquiry-steps {
        margin-top: 10%
    }
}

@media all and (max-width:768px) {
    .c-inquiry-steps {
        margin-top: 60px;
        margin-bottom: 40px;
        font-size: 15px;
        font-size: .9375rem
    }
}

.c-inquiry-steps__item {
    display: block;
    float: left;
    margin: 0
}

.c-inquiry-steps__item:after {
    content: '/';
    display: block;
    float: right;
    margin: 0 15px;
    color: #000
}

.c-inquiry-steps__item:last-child:after {
    display: none
}

.c-inquiry-steps__item.is-current {
    color: #d39828
}

.c-inquiry-form__item-wrap {
    margin-bottom: 4.16667%
}

.c-inquiry-form__item--column2 {
    width: 47.91667%;
    float: left;
    margin-right: 4.16667%
}

.c-inquiry-form__item--column2:last-of-type {
    margin-right: 0
}

@media all and (max-width:768px) {
    .c-inquiry-form__item-wrap {
        margin-bottom: 35px
    }

    .c-inquiry-form__item--column2 {
        width: 100%;
        float: none;
        font-size: 12px;
        font-size: .75rem
    }
}

.c-inquiry-form__item a {
    color: #0060a3;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.c-inquiry-form__submit-btn,
.p-index-service__insurance-list-item a:hover {
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.c-inquiry-form__item a:hover {
    color: #a9c1e5
}

.c-inquiry-form__label {
    margin-bottom: 2.08333%
}

.c-inquiry-form__label.is-required:before {
    content: '※';
    display: inline-block;
    margin-right: 5px;
    color: #d39828
}

.c-inquiry-form select,
.c-inquiry-form textarea {
    display: block;
    background-color: #f5f5f5;
    box-sizing: border-box
}

.c-inquiry-form__label .error {
    margin-left: 1em;
    color: #d39828
}

.c-inquiry-form input[type=email],
.c-inquiry-form input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    padding: 30px 25px;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    font-size: 1rem;
    background-color: #f5f5f5
}

.c-inquiry-form input[type=email].has-error,
.c-inquiry-form input[type=text].has-error {
    border: 3px solid #d39828
}

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

    .c-inquiry-form input[type=email],
    .c-inquiry-form input[type=text] {
        font-size: 12px;
        font-size: .75rem
    }

    .c-inquiry-form input[type=email].has-error,
    .c-inquiry-form input[type=text].has-error {
        border-width: 2px
    }
}

.c-inquiry-form input[type=checkbox] {
    vertical-align: middle;
    margin-right: 20px
}

.c-inquiry-form input[type=radio] {
    vertical-align: middle;
    margin-right: 10px
}

@media all and (max-width:992px) {

    .c-inquiry-form input[type=email],
    .c-inquiry-form input[type=text] {
        padding: 20px 15px
    }

    .c-inquiry-form input[type=checkbox] {
        margin-right: 10px
    }

    .c-inquiry-form input[type=radio] {
        margin-right: 5px
    }
}

.c-inquiry-form input[type=file] {
    line-height: 10px
}

.c-inquiry-form input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0
}

.c-inquiry-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
    padding: 30px 25px;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    font-size: 1rem;
    background-image: url(../img/common/arrow_black_bottom.png);
    background-repeat: no-repeat;
    background-position: top 50% right 30px;
    background-size: 14px 8px
}

@media all and (max-width:992px) {
    .c-inquiry-form select {
        padding: 20px 15px;
        background-position: top 50% right 14px;
        background-size: 10px 6px
    }
}

.p-index-eyecatch__slide-item,
.p-index-our-team__bg {
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.c-inquiry-form select.has-error {
    border: 3px solid #d39828
}

@media all and (max-width:768px) {
    .c-inquiry-form select {
        font-size: 12px;
        font-size: .75rem
    }

    .c-inquiry-form select.has-error {
        border-width: 2px
    }
}

.c-inquiry-form textarea {
    width: 100%;
    height: 450px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 30px 25px;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    font-size: 1rem
}

.c-inquiry-form textarea.has-error {
    border: 3px solid #d39828
}

@media all and (max-width:768px) {
    .c-inquiry-form textarea {
        font-size: 12px;
        font-size: .75rem
    }

    .c-inquiry-form textarea.has-error {
        border-width: 2px
    }
}

.c-inquiry-form__input-wrap {
    margin-bottom: 4.16667%;
    font-size: 22px;
    font-size: 1.375rem
}

.c-inquiry-form__input-wrap:after,
.c-inquiry-form__input-wrap:before {
    content: "";
    display: table
}

@media all and (max-width:992px) {
    .c-inquiry-form textarea {
        height: 165px;
        padding: 20px 15px
    }

    .c-inquiry-form__input-wrap {
        margin-bottom: 35px;
        font-size: 16px;
        font-size: 1rem
    }
}

@media all and (min-width:769px) {
    .c-inquiry-form__input-wrap--column2 {
        margin-bottom: 0
    }
}

.c-inquiry-form__input-item .error {
    display: none
}

.c-inquiry-form__input-column1 {
    width: 100%
}

.c-inquiry-form__input-column2 {
    width: 47.91667%;
    float: left;
    margin-right: 4.16667%
}

.c-inquiry-form__input-column2:last-of-type {
    margin-right: 0
}

.c-inquiry-form__input-full {
    width: 100%
}

.c-inquiry-form__input-phonenumber,
.c-inquiry-form__input-zipcode {
    width: 25%
}

.c-inquiry-form .mwform-radio-field,
.c-inquiry-form__input-radio {
    float: left;
    padding-right: 20px;
    padding-left: 30px;
    font-size: 16px;
    font-size: 1rem
}

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

    .c-inquiry-form .mwform-radio-field,
    .c-inquiry-form__input-radio {
        font-size: 12px;
        font-size: .75rem
    }
}

.c-inquiry-form .mwform-zip-field {
    font-size: 16px;
    font-size: 1rem
}

@media all and (max-width:768px) {
    .c-inquiry-form .mwform-zip-field {
        font-size: 12px;
        font-size: .75rem
    }
}

.c-inquiry-form .mwform-zip-field input:first-of-type {
    margin-left: 5px
}

.c-inquiry-form__policy {
    margin-bottom: 25px
}

.c-inquiry-form__required {
    display: inline;
    color: #d39828
}

.c-inquiry-form__submit {
    width: 100%;
    margin: 10.83333% 0;
    text-align: center
}

.c-inquiry-form__submit:after,
.c-inquiry-form__submit:before {
    content: "";
    display: table
}

@media all and (max-width:992px) {
    .c-inquiry-form__submit {
        margin: 50px 0
    }
}

.c-inquiry-form__submit-btn {
    width: 47.91667%;
    display: inline-block;
    margin-left: 4.16667%;
    padding: 45px 0;
    text-align: center;
    color: #fff;
    background-color: #000;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.c-inquiry-form__submit-btn--back,
.c-inquiry-form__submit-btn:disabled {
    background-color: #4c4c4c
}

.c-inquiry-form__submit-btn:first-of-type {
    margin-left: 0
}

@media all and (max-width:992px) {
    .c-inquiry-form__submit-btn {
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0;
        padding: 30px 0
    }

    .c-inquiry-form__submit-btn:last-of-type {
        margin-bottom: 0
    }
}

.c-inquiry-form__notes {
    margin: 0;
    padding-top: 1.66667%;
    padding-left: 20px;
    font-size: 12px;
    font-size: .75rem
}

.c-inquiry-form__box-label label {
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 30px;
    font-size: 16px;
    font-size: 1rem;
    background-color: #f5f5f5
}

.c-inquiry-form .mwform-file-delete,
.c-inquiry-form__box-label .error {
    display: none
}

.c-inquiry-form__box-label.has-error label {
    border: 3px solid #d39828
}

@media all and (max-width:768px) {
    .c-inquiry-form__notes {
        margin-top: -30px
    }

    .c-inquiry-form__box-label label {
        font-size: 12px;
        font-size: .75rem
    }

    .c-inquiry-form__box-label.has-error label {
        border-width: 2px
    }
}

.c-inquiry-form__thanks {
    font-size: 16px;
    font-size: 1rem
}

.c-inquiry-form__thanks p {
    margin-bottom: 2em
}

.c-inquiry-form__submit-btn:hover {
    background-color: #d39828
}

.c-inquiry-form__submit-btn:disabled:hover {
    background-color: #4c4c4c
}

.c-error-contents {
    text-align: center
}

@media all and (min-width:993px) {
    .c-error-contents {
        margin-top: 16.66667%;
        margin-bottom: 16.66667%
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .c-error-contents {
        margin-top: 25.20161%;
        margin-bottom: 20.16129%
    }
}

@media all and (max-width:768px) {
    .c-inquiry-form__thanks {
        font-size: 12px;
        font-size: .75rem
    }

    .c-error-contents {
        margin: 150px 0 100px
    }
}

.c-error-contents__head {
    line-height: 1;
    margin: 0;
    font-weight: 400;
    font-family: Ameretto, sans-serif;
    text-transform: uppercase
}

@media all and (min-width:769px) {
    .c-error-contents__head {
        margin-bottom: 1.66667%;
        font-size: 60px;
        font-size: 3.75rem;
        letter-spacing: 10px
    }
}

@media all and (max-width:768px) {
    .c-error-contents__head {
        margin-bottom: 15px;
        font-size: 30px;
        font-size: 1.875rem;
        letter-spacing: 5px
    }
}

.c-error-contents__text {
    font-weight: 700;
    font-family: Open Sans, sans-serif;
    text-transform: uppercase
}

@media all and (min-width:769px) {
    .c-error-contents__text {
        margin-bottom: 5%;
        font-size: 12px;
        font-size: .75rem;
        letter-spacing: 3px
    }

    .c-error-contents__btn a {
        height: 100px
    }
}

@media all and (max-width:768px) {
    .c-error-contents__text {
        margin-bottom: 45px;
        font-size: 10px;
        font-size: .625rem;
        letter-spacing: 2px
    }
}

.c-error-contents__btn {
    max-width: 310px;
    margin: 0 auto;
    letter-spacing: 2px
}

@media all and (max-width:768px) {
    .c-error-contents__btn a {
        height: 60px
    }
}

.p-index-eyecatch__wrap {
    /* height: 560px; */
    overflow: hidden;
    position: relative;
    /* margin: 0 -50px; */
    top: 0;
}

@media all and (max-width:992px) {
    .c-inquiry-form__box-label label {
        padding: 20px 15px
    }

    .p-index-eyecatch__wrap {
        height: 100vh;
        /* margin: 0 -15px; */
    }
}

.p-index-eyecatch__label {
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    z-index: 3;
    margin-top: -20px;
    color: #fff;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.p-index-eyecatch__slide,
.p-index-eyecatch__slide-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.p-index-eyecatch__label-icon {
    margin-bottom: 32px
}

@media all and (max-width:992px) {
    .p-index-eyecatch__label-icon {
        height: 35px;
        margin-bottom: 18px
    }
}

@media all and (min-width:993px) {
    .p-index-eyecatch__label-main {
        margin-bottom: 24px
    }
}

.p-index-eyecatch__label-sub {
    font-weight: 700;
    letter-spacing: 3px
}

@media all and (max-width:992px) {
    .p-index-eyecatch__label-main {
        margin-bottom: 12px
    }

    .p-index-eyecatch__label-sub {
        font-size: 7px;
        font-size: .4375rem
    }
}

@media all and (max-width:768px) {
    .p-index-eyecatch__label-str {
        height: 30px
    }
}

.p-index-eyecatch__slide-item {
    background-size: cover
}

@media all and (min-width:993px) {
    .p-index-eyecatch__label-sub--01 {
        margin-bottom: 24px
    }

    .p-index-eyecatch__slide-item--01 {
        background-image: url(../img/top/contents_1.jpg);
    }

    .p-index-eyecatch__slide-item--02 {
        background-image: url(../img/top/contents_2.jpg);
    }

    .p-index-eyecatch__slide-item--03 {
        background-image: url(../img/top/contents_3.jpg);
    }
    .p-index-eyecatch__slide-item--04 {
        background-image: url(../img/top/contents_4.jpg);
    }
}

@media all and (max-width:992px) {
    .p-index-eyecatch__label-sub--01 {
        margin-bottom: 12px
    }

    .p-index-eyecatch__slide-item--01 {
        background-image: url(../img/index/slide_img01_sp.jpg)
    }

    .p-index-eyecatch__slide-item--02 {
        background-image: url(../img/index/slide_img02_sp.jpg)
    }

    .p-index-eyecatch__slide-item--03 {
        background-image: url(../img/index/slide_img03_sp.jpg)
    }

    .p-index-eyecatch__slide-item--04 {
        background-image: url(../img/index/slide_img04_sp.jpg)
    }

   
}

@media all and (min-width:993px) {
    .p-index-eyecatch__arrow {
        position: absolute;
        bottom: 20px;
        right: 0;
        left: 0;
        z-index: 3;
        color: #fff;
        font-size: 10px;
        font-size: .625rem;
        font-family: Open Sans, sans-serif;
        text-align: center;
        letter-spacing: 2px;
    }


.p-index-eyecatch__arrow:after {
        position: absolute;
        bottom: -20px;
        right: 0;
        left: 0;
        z-index: 3;
        color: #fff;
        font-size: 10px;
        font-size: .625rem;
    font-family: 'FontAwesome';
    content: "\f078 ";
    font-size: 20px;
    line-height: 58px;
        text-align: center;
        letter-spacing: 2px;

    }


    .p-index-eyecatch__arrow img {
        display: block;
        margin: 12px auto 0
    }

    .p-index-eyecatch__pager {
        position: absolute;
        top: 50%;
        left: 40px;
        z-index: 3;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .p-index-eyecatch__pager-item {
        width: 10px;
        height: 2px;
        margin: 18px 0;
        background-color: #fff
    }

    .p-index-eyecatch__pager-item.is-current {
        background-color: #d39828
    }

    .p-index-eyecatch__summary {
        margin: 0 -50px 7.64706%;
        padding: 5% 0
    }
}

.p-index-eyecatch__summary {
    box-sizing: border-box;
    position: relative;
    color: #fff;
    text-align: center;
    background-color: #d39828
}

@media all and (max-width:992px) {

    .p-index-eyecatch__arrow,
    .p-index-eyecatch__pager {
        display: none
    }

    .p-index-eyecatch__summary {
        margin-right: -15px;
        margin-bottom: 50px;
        margin-left: -15px;
        padding: 25px 15px
    }
}

.p-index-eyecatch__summary-head {
    margin-top: 0
}

@media all and (min-width:993px) {
    .p-index-eyecatch__summary-head {
        line-height: 1.45455;
        margin-bottom: 18px;
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media all and (max-width:992px) {
    .p-index-eyecatch__summary-head {
        line-height: 1.45455;
        margin-bottom: 10px;
        font-size: 16px;
        font-size: 1rem
    }

    .p-index-eyecatch__summary-text br {
        display: none
    }
}

.p-index-eyecatch__summary-text {
    line-height: 1.66667;
    margin: 0
}

@media all and (min-width:1441px) {
    .p-index-eyecatch__summary-text {
        font-size: 16px;
        font-size: 1rem
    }
}

@media all and (max-width:1440px) {
    .p-index-eyecatch__summary-text {
        font-size: 14px;
        font-size: .875rem
    }
}

@media all and (max-width:768px) {
    .p-index-eyecatch__summary-text {
        font-size: 12px;
        font-size: .75rem
    }
}

.p-index-eyecatch__label-icon {
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.39, .575, .565, 1);
    transition-timing-function: cubic-bezier(.39, .575, .565, 1);
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.p-index-eyecatch__label-sub {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.39, .575, .565, 1);
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

.p-index-eyecatch__label-sub--01 {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s
}

.p-index-eyecatch__label-sub--02 {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s
}

.p-index-eyecatch__label-str {
    opacity: 0;
    -webkit-transform: translate3d(0, 16px, 0);
    transform: translate3d(0, 16px, 0);
    -webkit-transition-property: opacity, -webkit-filter, -webkit-transform;
    transition-property: opacity, -webkit-filter, -webkit-transform;
    transition-property: opacity, filter, transform;
    transition-property: opacity, filter, transform, -webkit-filter, -webkit-transform;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease, cubic-bezier(.39, .575, .565, 1), cubic-bezier(.39, .575, .565, 1);
    transition-timing-function: ease, cubic-bezier(.39, .575, .565, 1), cubic-bezier(.39, .575, .565, 1)
}

.p-index-eyecatch__label-str--01 {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.p-index-eyecatch__label-str--02 {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.p-index-eyecatch__label-str--03 {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.p-index-eyecatch__label-str--04 {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

.p-index-eyecatch__label-str--05 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.p-index-eyecatch__label-str--06 {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s
}

.p-index-eyecatch__label-str--07 {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.p-index-eyecatch__label-str--08 {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s
}

@-webkit-keyframes slideIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        opacity: 1
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes slideIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        opacity: 1
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.p-index-eyecatch__slide-item {
    opacity: 0
}

.p-index-eyecatch__slide-item.is-animate {
    opacity: 1;
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-timing-function: cubic-bezier(.39, .575, .565, 1);
    animation-timing-function: cubic-bezier(.39, .575, .565, 1)
}

.p-index-eyecatch__slide-item.is-current {
    z-index: 2
}

@-webkit-keyframes arrowAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0)
    }

    80% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0
    }
}

@keyframes arrowAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0)
    }

    80% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0
    }
}

.p-index-eyecatch__arrow img {
    -webkit-animation-name: arrowAnimation;
    animation-name: arrowAnimation;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.39, .575, .565, 1);
    animation-timing-function: cubic-bezier(.39, .575, .565, 1)
}

.p-index-eyecatch__label.is-visible .p-index-eyecatch__label-icon,
.p-index-eyecatch__label.is-visible .p-index-eyecatch__label-sub {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.p-index-eyecatch__label.is-visible .p-index-eyecatch__label-str {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.p-index-our-work:after,
.p-index-our-work:before {
    content: "";
    display: table
}

@media all and (min-width:993px) {
    .p-index-our-work__item {
/*         margin-top: 60px; */
    }

    .p-index-our-work__item:first-of-type,
    .p-index-our-work__item:nth-of-type(2) {
        margin-top: 0
    }

    .p-index-our-work__item:nth-of-type(4) {
        clear: both
    }

    .p-index-our-work__item:nth-of-type(3n+1) {
        padding-right: 10px
    }

    .p-index-our-work__item:nth-of-type(4n) {
        padding-left: 10px
    }
}

@media all and (min-width:769px) {
    .p-index-our-work__items {
        float: left
    }

    .p-index-our-work__items:after,
    .p-index-our-work__items:before {
        content: "";
        display: table
    }

    .p-index-our-work__items:after {
        clear: both
    }

    .p-index-our-work__item {
        width: 33.333%;
        float: left;
        box-sizing: border-box;
        padding: 0 10px
    }

    .p-index-our-work__item-num {
        top: -21px;
        left: -16px
    }
}

@media all and (max-width:992px) {
    .p-index-our-work__item {
        margin-bottom: 40px
    }
}

.p-index-our-work__item a {
    display: block;
    position: relative;
    color: #000
}

.p-index-our-work__item-num {
    line-height: 1;
    position: absolute;
    z-index: 2;
    margin: 0;
    color: #d39828;
    font-size: 37px;
    font-size: 2.3125rem;
    font-family: Ameretto, sans-serif;
    font-style: italic
}

.p-index-our-work__item-num:after {
    width: 36px;
    height: 2px;
    content: '';
    display: block;
    margin: 5px auto 0;
    background-color: #d39828
}

.p-index-our-work__item-thumb {
    overflow: hidden
}

@media all and (min-width:1441px) {
    .p-index-our-work__item-thumb {
        /* width: 56.45161%; */
        /* float: left */
        display: block;
    }

    .p-index-our-work__item-summary {
        /* margin-left: 56.45161%; */
        padding-left: 1.45161%;
    }
}

@media all and (max-width:1440px) {
    .p-index-our-work__item-thumb {
        margin-bottom: 18px
    }
}

.p-index-our-work__item-thumb img {
    width: 100%;
    height: auto;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.p-index-our-work__item-summary-head {
    line-height: 1.66667;
    margin: 10px 0 5px;
    font-size: 18px;
    font-size: 17px;
    font-weight: 500;
    /* color: #d39828; */
    /* border-bottom: 2px solid #d39828; */
}



@media all and (max-width:1440px) {
.p-index-our-work__item-summary-head {
    line-height: 1.66667;
    margin: 10px 0 5px;
    font-size: 15px;
}

}




@media all and (max-width:992px) {
    .p-index-our-work__item-summary-head {
        font-size: 15px;
        font-size: .9375rem
    }
}

.p-index-our-work__item-summary-text {
    line-height: 2;
    margin: 0;
    font-size: 12px;
    font-size: 15px;
}

@media all and (max-width:1024px) {
    .p-index-our-work__item-summary-text {
        font-size: 13px;
        line-height: 1.6;
        font-weight:400;
    }

}


.p-index-our-work__item-summary {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    display: block;
}

a:hover .p-index-our-work__item-thumb img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

a:hover .p-index-our-work__item-summary {
    color: #9b9b9b
}

.p-index-service__wrap {
    width: 100%;
    display: table
}

@media all and (min-width:993px) {
    .p-index-service {
        padding: 7.64706% 4.11765%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../img/index/service_img.jpg)
    }

    .p-index-service__body,
    .p-index-service__summary {
        width: 50%;
        display: table-cell;
        position: relative;
        vertical-align: middle
    }

    .p-index-service__summary {
        padding-right: 25px
    }
}

@media all and (max-width:992px) {
    .p-index-service {
        margin-right: -15px;
        margin-left: -15px;
        padding-bottom: 0
    }

    .p-index-service__summary {
        margin-bottom: 15px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../img/index/service_img_s.jpg)
    }

    .p-index-service__body {
        margin: 0 15px
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .p-index-service__summary {
        padding: 7.05645% 0
    }
}

@media all and (max-width:768px) {
    .p-index-our-work__item-num {
        top: -25px;
        left: 10px
    }

    .p-index-service__summary {
        padding: 70px 15px 60px
    }
}

.p-index-service__body:after,
.p-index-service__body:before {
    content: "";
    display: table
}

@media all and (min-width:993px) {
    .p-index-service__body {
        padding-left: 25px
    }
}

.p-index-service__body-head {
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    background-color: #d39828
}

@media all and (min-width:1201px) {
    .p-index-service__body-head {
        margin-bottom: 10px;
        padding: 30px 0;
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media all and (min-width:993px) and (max-width:1200px) {
    .p-index-service__body-head {
        margin-bottom: 10px;
        padding: 30px 0;
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media all and (max-width:992px) {
    .p-index-service__body-head {
        margin: 0;
        padding: 25px 0;
        font-size: 11px;
        font-size: .6875rem
    }
}

.p-index-service__insurance {
    width: 50%;
    box-sizing: border-box;
    float: left
}

@media all and (min-width:993px) {
    .p-index-service__insurance:nth-of-type(1) {
        padding-right: 5px
    }

    .p-index-service__insurance:nth-of-type(2) {
        padding-left: 5px
    }
}

@media all and (max-width:992px) {
    .p-index-service__insurance:nth-of-type(1) {
        padding-right: 7px
    }

    .p-index-service__insurance:nth-of-type(2) {
        padding-left: 8px
    }
}

.p-index-service__insurance-head {
    line-height: 1;
    position: relative;
    z-index: 2;
    margin: 0;
    text-align: center;
    background-color: #fff
}

.p-index-service__insurance-head:after,
.p-index-service__insurance-head:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #fff
}

@media all and (min-width:993px) {
    .p-index-service__insurance-head {
        padding: 27px 0
    }

    .p-index-service__insurance-head:after,
    .p-index-service__insurance-head:before {
        width: 24px;
        height: 28px;
        bottom: -6px
    }
}

.p-index-service__insurance-head:before {
    right: 50%;
    -webkit-transform: skewY(30deg);
    -ms-transform: skewY(30deg);
    transform: skewY(30deg)
}

.p-index-service__insurance-head:after {
    left: 50%;
    -webkit-transform: skewY(-30deg);
    -ms-transform: skewY(-30deg);
    transform: skewY(-30deg)
}

.p-index-service__insurance-head-ja {
    display: block;
    margin-bottom: 10px;
    color: #000;
    letter-spacing: 1px
}

@media all and (min-width:1201px) {
    .p-index-service__insurance-head-ja {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media all and (min-width:993px) and (max-width:1200px) {
    .p-index-service__insurance-head-ja {
        font-size: 15px;
        font-size: .9375rem
    }
}

@media all and (max-width:992px) {
    .p-index-service__insurance-head {
        padding: 22px 0
    }

    .p-index-service__insurance-head:after,
    .p-index-service__insurance-head:before {
        width: 12px;
        height: 14px;
        bottom: -3px
    }

    .p-index-service__insurance-head-ja {
        font-size: 12px;
        font-size: .75rem
    }
}

.p-index-service__insurance-head-en {
    display: block;
    color: #9b9b9b;
    text-transform: uppercase;
    letter-spacing: 1px
}

@media all and (min-width:1201px) {
    .p-index-service__insurance-head-en {
        font-size: 10px;
        font-size: .625rem
    }
}

@media all and (min-width:993px) and (max-width:1200px) {
    .p-index-service__insurance-head-en {
        font-size: 8px;
        font-size: .5rem
    }
}

@media all and (max-width:992px) {
    .p-index-service__insurance-head-en {
        font-size: 7px;
        font-size: .4375rem
    }
}

.p-index-service__insurance-list {
    margin: 0;
    padding: 0
}

.p-index-service__insurance-list-item {
    display: block;
    margin: 0;
    text-align: center
}

.p-index-service__insurance-list-item a {
    display: block;
    position: relative;
    color: #fff
}

@media all and (min-width:1441px) {
    .p-index-service__insurance-list-item {
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: 1px
    }

    .p-index-service__insurance-list-item a {
        padding: 35px 0
    }
}

@media all and (min-width:1201px) and (max-width:1440px) {
    .p-index-service__insurance-list-item {
        font-size: 14px;
        font-size: .875rem;
        letter-spacing: 1px
    }

    .p-index-service__insurance-list-item a {
        padding: 30px 0 30px 20px
    }
}

@media all and (max-width:1200px) {
    .p-index-service__insurance-list-item a {
        padding: 25px 0 25px 20px
    }
}

.p-index-service__insurance-list-item img {
    position: absolute;
    top: 50%
}

@media all and (min-width:1201px) {
    .p-index-service__insurance-list-item img {
        width: 45px;
        height: 45px;
        left: 8.42697%;
        margin-top: -22px
    }
}

@media all and (min-width:993px) and (max-width:1200px) {
    .p-index-service__insurance-list-item {
        font-size: 12px;
        font-size: .75rem;
        letter-spacing: 1px
    }

    .p-index-service__insurance-list-item img {
        width: 34px;
        height: 34px;
        left: 5.61798%;
        margin-top: -17px
    }
}

@media all and (max-width:992px) {
    .p-index-service__insurance-list-item {
        font-size: 9px;
        font-size: .5625rem;
        letter-spacing: 1px
    }

    .p-index-service__insurance-list-item img {
        width: 24px;
        height: 24px;
        left: 8.42697%;
        margin-top: -12px
    }
}

.p-index-service__insurance-list-item:nth-child(2n+1) a {
    background-color: #d39828
}

.p-index-service__insurance-list-item:nth-child(2n) a {
    background-color: #d4ac09
}

.p-index-service__insurance-list-item:nth-child(2n) a:hover {
    background-color: #c39d00
}

.p-index-service__insurance-list-icon {
    width: 80px;
    height: 80px
}

@media all and (max-width:768px) {
    .p-index-service__insurance-list-icon {
        width: 55px;
        height: 55px
    }
}

.p-index-service__insurance-more a {
    display: block;
    color: #d39828;
    text-align: center;
    background-color: #fff
}

@media all and (min-width:1201px) {
    .p-index-service__insurance-more a {
        padding: 30px 0;
        font-size: 12px;
        font-size: .75rem
    }

    .p-index-service__insurance-more a:after {
        margin-left: 12px;
        width: 14px;
        height: 21px;
        content: '';
        display: inline-block;
        background-image: url(../img/common/arrow_border.png);
        background-size: 14px, 21px;
        background-repeat: no-repeat
    }
}

.p-index-service__insurance-more a:after {
    vertical-align: middle;
    margin-top: -2px
}

@media all and (min-width:993px) and (max-width:1200px) {
    .p-index-service__insurance-more a {
        padding: 25px 0;
        font-size: 12px;
        font-size: .75rem
    }

    .p-index-service__insurance-more a:after {
        margin-left: 8px;
        width: 11px;
        height: 15px;
        content: '';
        display: inline-block;
        background-image: url(../img/common/arrow_border.png);
        background-size: 11px, 15px;
        background-repeat: no-repeat
    }
}

@media all and (max-width:992px) {
    .p-index-service__insurance-more a {
        padding: 20px 0;
        font-size: 8px;
        font-size: .5rem
    }

    .p-index-service__insurance-more a:after {
        margin-left: 4px;
        width: 7px;
        height: 10px;
        content: '';
        display: inline-block;
        background-image: url(../img/common/arrow_border.png);
        background-size: 7px, 10px;
        background-repeat: no-repeat
    }
}

.p-index-service__insurance-list-item a:hover {
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    background-color: #c39d00
}

.p-index-service__insurance-more a:hover {
    color: #fff;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    background-color: #d39828
}

.p-index-about__item-bg,
.p-index-with-us__image-bg {
    -webkit-transition-duration: 2s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

@media all and (min-width:1201px) {
    .p-index-service__insurance-more a:hover:after {
        width: 14px;
        height: 21px;
        content: '';
        display: inline-block;
        background-image: url(../img/common/arrow_border_w.png);
        background-size: 14px, 21px;
        background-repeat: no-repeat
    }
}

@media all and (min-width:993px) and (max-width:1200px) {
    .p-index-service__insurance-more a:hover:after {
        width: 11px;
        height: 15px;
        content: '';
        display: inline-block;
        background-image: url(../img/common/arrow_border_w.png);
        background-size: 11px, 15px;
        background-repeat: no-repeat
    }
}

.p-index-our-partner {
    padding-bottom: 0
}

@media all and (min-width:993px) {
    .p-index-our-partner__list {
        margin: 0 -3.84615% -40px 0
    }
}

.p-index-our-team {
    max-height: 600px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    padding: 6.73077% 0
}

@media all and (max-width:992px) {
    .p-index-service__insurance-more a:hover:after {
        width: 7px;
        height: 10px;
        content: '';
        display: inline-block;
        background-image: url(../img/common/arrow_border_w.png);
        background-size: 7px, 10px;
        background-repeat: no-repeat
    }

    .p-index-our-partner__list {
        margin: -13px 0 0
    }

    .p-index-our-team {
        margin-left: -15px;
        margin-right: -15px;
        padding: 70px 0
    }

    .p-index-our-team__bg {
        background-position: 33.3% 50%
    }
}

.p-index-our-team__summary {
    position: relative;
    z-index: 3;
    margin: 0;
    color: #fff
}

.p-index-our-team__bg,
.p-index-our-team__cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.p-index-our-team__bg {
    background-image: url(../img/index/our_team_img.jpg);
    background-size: cover
}

.p-index-our-team__cover {
    z-index: 2;
    background-color: rgba(0, 0, 0, .66)
}

.p-index-our-team__btn {
    width: 255px;
    position: static;
    margin-right: auto;
    margin-left: auto
}

.p-index-with-us__image {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 48.49378%;
    color: #fff;
}

@media all and (min-width:1201px) and (max-width:1440px) {
    .p-index-with-us__image {
        padding-top: 60%
    }
}

@media all and (min-width:993px) and (max-width:1200px) {
    .p-index-with-us__image {
        padding-top: 60%
    }
}

.p-index-with-us__image-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../img/top/contents_1.jpg);
    background-position: center 0;
    background-size: cover;
    transition-duration: 2s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.p-index-about__item-bg,
.p-search-content__form-submit {
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.p-index-with-us__image-label {
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.p-index-with-us__image-label-copy,
.p-index-with-us__image-label-head {
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase
}

.p-index-with-us__image-label-copy {
    font-size: 14px;
    font-size: .875rem;
    font-family: Open Sans, sans-serif;
    letter-spacing: 6px
}

@media all and (max-width:768px) {
    .p-index-with-us__image {
        padding-top: 60%
    }

    .p-index-with-us__image-label-copy {
        font-size: 10px;
        font-size: .625rem;
        letter-spacing: 4px
    }
}

.p-index-with-us__image-label-copy:after {
    width: 100%;
    height: 2px;
    content: '';
    display: block;
    margin: 15px 0 10px;
    background-color: #fff
}

.p-index-with-us__image-label-head {
    font-size: 45px;
    font-size: 2.8125rem;
    font-family: Ameretto, sans-serif;
    font-weight: 700;
    letter-spacing: 8px
}

.p-index-with-us__image:hover .p-index-with-us__image-bg {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.p-index-about {
    padding: 0
}

@media all and (min-width:769px) {
    .p-index-about {
        margin-bottom: 8.33333%;
        margin-right: 2.64706%;
        margin-left: 2.64706%
    }
}

.p-index-about__item {
    box-sizing: border-box;
    float: left;
    list-style: none
}

@media all and (min-width:993px) {
    .p-index-about__item {
        width: 33.3%;
        padding: 0 1.60256%
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .p-index-about {
        margin-right: -10px;
        margin-left: -10px
    }

    .p-index-about__item {
        width: 33.3%;
        padding: 0 10px;
        margin-top: 20px
    }
}

.p-index-about__item a {
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 47.3251%;
    color: #000
}

@media all and (max-width:768px) {
    .p-index-with-us__image-label-head {
        font-size: 30px;
        font-size: 1.875rem
    }

    .p-index-about__item {
        width: 100%;
        margin-bottom: 25px
    }

    .p-index-about__item a {
        padding-top: 47.24138%
    }
}

.p-index-about__item--philosophy a {
    color: #fff
}

.p-index-about__item-label {
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 30px;
    z-index: 2;
    margin-top: -.5em;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700
}

@media all and (max-width:768px) {
    .p-index-about__item-label {
        font-size: 15px;
        font-size: .9375rem
    }
}

.p-index-about__item-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    transition-duration: 2s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.p-index-about__item-bg--company {
    background-image: url(../img/index/about_img_company.jpg)
}

.p-index-about__item-bg--philosophy {
    background-image: url(../img/index/about_img_philosophy.jpg)
}

.p-index-about__item-bg--message {
    background-image: url(../img/index/about_img_message.jpg)
}

.p-index-about__item:hover .p-index-about__item-bg {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.p-index-information__table {
    margin-top: -15px
}

@media all and (min-width:993px) {
    .p-index-information {
        width: 48%;
        float: left;
    }

    .p-index-seminar {
        width: 48%;
        float: right;
    }
}

.p-index-seminar__wrap {
    display: block;
    margin: 0 9.18033%;
    color: #000
}

@media all and (max-width:992px) {
    .p-index-seminar__wrap {
        margin: 28px auto 0
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .p-index-seminar__wrap {
        width: 490px
    }
}

.p-index-seminar__image {
    overflow: hidden;
    position: relative;
    margin: 0 0 25px;
    padding-top: 66.53061%;
    color: #fff;
    background-color: #ddd
}

.p-index-seminar__image-label {
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 2;
    font-family: Ameretto, sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.p-index-seminar__image-label-main {
    margin-bottom: 10px;
    font-size: 42px;
    font-size: 2.625rem;
    letter-spacing: 3px
}

@media all and (max-width:768px) {
    .p-index-seminar__image-label-main {
        font-size: 30px;
        font-size: 1.875rem
    }
}

.p-index-seminar__image-label-sub {
    font-size: 10px;
    font-size: .625rem;
    letter-spacing: 1px
}

.p-index-seminar__image-label:after {
    margin: 16px auto 0;
    width: 38px;
    height: 35px;
    content: '';
    display: block;
    /* background-image: url(../img/index/seminar_icon.png); */
    background-size: 38px, 35px;
    background-repeat: no-repeat
}

@media all and (max-width:768px) {
    .p-index-seminar__image-label:after {
        width: 27px;
        height: 25px;
        content: '';
        display: block;
        /* background-image: url(../img/index/seminar_icon.png); */
        background-size: 27px, 25px;
        background-repeat: no-repeat
    }
}

.p-index-seminar__image-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../img/top/greeting.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.p-index-seminar__body-head {
    line-height: 1;
    margin: 0 0 12px
}

.p-index-seminar__body-text {
    line-height: 1.71429;
    margin: 0
}

.p-index-seminar__image:hover .p-index-seminar__image-bg {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.p-access-list:after,
.p-access-list:before {
    content: "";
    display: table
}

@media all and (min-width:993px) {
    .p-access-list {
        margin-bottom: 7.7381%
    }

    .p-access-list__item {
        width: 33.3%;
        float: left
    }
}

@media all and (max-width:992px) {
    .p-access-list {
        margin-right: -15px;
        margin-left: -15px
    }
}

.p-access-list__hr {
    height: 0;
    margin: 0;
    border: 0
}

.p-recruit-job-list__body-column,
.p-winning-list {
    border-top: 1px solid #ebebeb
}

.p-recruit-job-list__body-column td,
.p-winning-list__item {
    border-bottom: 1px solid #ebebeb
}

.p-access-list__item {
    box-sizing: border-box;
    position: relative
}

@media all and (max-width:992px) {
    .p-access-list__item:after {
        height: 1px;
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        right: 15px;
        left: 15px;
        background-color: #ebebeb
    }
}

.p-access-list__item-wrap {
    cursor: pointer;
    position: relative;
    background-color: #f8f8f8
}

.p-access-list__item-head {
    color: #d39828
}

@media all and (min-width:993px) {
    .p-access-list__item-wrap {
        padding: 17.85714%
    }

    .p-access-list__item-head {
        margin: 0 0 30px;
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media all and (max-width:992px) {
    .p-access-list__item-wrap {
        padding: 20px 15px
    }

    .p-access-list__item-head {
        margin: 0 0 12px;
        font-size: 15px;
        font-size: .9375rem
    }

    .p-access-list__item-address {
        font-size: 12px;
        font-size: .75rem
    }
}

.p-access-list__item-address {
    margin: 0
}

.p-access-list__item-arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5px;
    width: 6px;
    height: 10px;
    content: '';
    display: block;
    background-image: url(../img/common/arrow_black_right.png);
    background-size: 6px, 10px;
    background-repeat: no-repeat
}

.p-access-list__item-close {
    width: 15px;
    height: 15px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px
}

@media all and (min-width:993px) {

    .p-access-list__item-arrow,
    .p-access-list__item-close {
        display: none
    }

    .p-access-list__map--1 {
        margin-right: -200%
    }

    .p-access-list__map--2 {
        margin: 0 -100%
    }

    .p-access-list__map--3 {
        margin-left: -200%
    }
}

.p-access-list__item-close:after,
.p-access-list__item-close:before {
    width: 15px;
    height: 2px;
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 1px;
    background-color: #fff
}

.p-access-list__item-close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.p-access-list__item-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.p-access-list__map {
    height: 0;
    overflow: hidden
}

.p-access-list__map-close {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    margin: 35px auto
}

@media all and (max-width:992px) {
    .p-access-list__map-close {
        display: none
    }
}

.p-access-list__map-close:after,
.p-access-list__map-close:before {
    width: 30px;
    height: 4px;
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    border-radius: 1px;
    background-color: #d39828
}

.p-access-list__map-close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.p-access-list__map-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.p-access-list__map-wrap {
    background-color: #272727
}

.p-access-list__map-more {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
    text-align: right
}

@media all and (min-width:993px) {
    .p-access-list__map-wrap {
        height: 600px
    }

    .p-access-list__map-more {
        margin: 20px 0 0
    }
}

@media all and (max-width:992px) {
    .p-access-list__map-wrap {
        height: 320px
    }

    .p-access-list__map-more {
        margin: 15px 15px 0 0
    }
}

.p-access-list__item-head,
.p-access-list__item-wrap {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.p-access-list__item-close {
    opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.p-access-list__map {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}

.p-access-list__map-close {
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.p-access-list__item-wrap:hover {
    color: #fff;
    background-color: #000
}

.p-access-list__item-wrap:hover .p-access-list__item a,
.p-access-list__item-wrap:hover .p-access-list__item-head {
    color: #fff
}

@media (hover:none) {
    .p-access-list__item-wrap:hover {
        color: #000;
        background-color: #f8f8f8
    }

    .p-access-list__item-wrap:hover .p-access-list__item-head {
        color: #d39828
    }

    .p-access-list__item-wrap:hover .p-access-list__item a {
        color: #000
    }
}

.p-access-list__item.is-current .p-access-list__item a,
.p-access-list__item.is-current .p-access-list__item-head {
    color: #fff
}

.p-access-list__item.is-current .p-access-list__item-wrap {
    color: #fff;
    background-color: #000
}

.p-access-list__item.is-current .p-access-list__item-close {
    opacity: 1
}

@media all and (min-width:993px) {
    .p-access-list__item.is-current .p-access-list__map {
        height: 800px
    }
}

@media all and (max-width:992px) {
    .p-access-list__item.is-current .p-access-list__map {
        height: 380px
    }
}

.p-access-list__map-close:hover {
    opacity: .5
}

.p-winning-list__item {
    padding: 30px 0
}

.p-winning-list__item p {
    margin: 0
}

.p-winning-list__head {
    line-height: 1.73077;
    margin: 0 0 10px
}

@media all and (max-width:768px) {
    .p-winning-list__item {
        padding: 20px 0
    }

    .p-winning-list__head {
        margin: 0 0 5px;
        font-size: 13px;
        font-size: .8125rem
    }
}

.p-leadership-profile:after,
.p-leadership-profile:before {
    content: "";
    display: table
}

.p-leadership-profile__head {
    margin: 0
}

.p-leadership-profile__head-label {
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400
}

.p-leadership-profile__head-name {
    display: inline-block;
    font-size: 20px;
    font-size: 1.25rem
}

.p-leadership-profile__head-ruby {
    display: inline-block;
    margin-left: 24px;
    color: #d39828;
    font-size: 12px;
    font-size: .75rem;
    letter-spacing: 3px
}

.p-leadership-profile__sub-head {
    margin: 0
}

@media all and (min-width:1201px) {
    .p-leadership-profile__sub-head {
        padding-top: 37px
    }
}

.p-leadership-profile__list {
    padding: 0
}

.p-leadership-profile__list li {
    list-style: none;
    margin: 0
}

@media all and (min-width:769px) {
    .p-casestudy-index {
        margin-top: 2.5%
    }

    .p-casestudy-index:after,
    .p-casestudy-index:before {
        content: "";
        display: table
    }

    .p-casestudy-index:after {
        clear: both
    }
}

@media all and (max-width:768px) {
    .p-casestudy-index {
        margin-top: 50px
    }
}

.p-casestudy-index__item {
    position: relative
}

@media all and (min-width:769px) {
    .p-casestudy-index__item {
        width: 47.91667%;
        margin-top: 7.5%
    }

    .p-casestudy-index__item:nth-of-type(2n+1) {
        float: left;
        clear: both
    }

    .p-casestudy-index__item:nth-of-type(2n) {
        float: right
    }

    .p-casestudy-index__num {
        top: -21px;
        left: -16px
    }
}

@media all and (max-width:768px) {
    .p-casestudy-index__item {
        width: 100%;
        margin-top: 50px
    }
}

.p-casestudy-index__item a {
    display: block
}

.p-casestudy-index__num {
    line-height: 1;
    position: absolute;
    z-index: 2;
    margin: 0;
    color: #d39828;
    font-size: 37px;
    font-size: 2.3125rem;
    font-family: Ameretto, sans-serif;
    font-style: italic
}

.p-casestudy-index__num:after {
    width: 36px;
    height: 2px;
    content: '';
    display: block;
    margin: 5px auto 0;
    background-color: #d39828
}

.p-casestudy-index__thumb {
    overflow: hidden
}

.p-casestudy-index__thumb img {
    width: 100%;
    height: auto
}

.p-casestudy-index__body-head {
    font-weight: 400
}

@media all and (min-width:769px) {
    .p-casestudy-index__body {
        padding-top: 5.21739%
    }

    .p-casestudy-index__body-head {
        margin: 0 0 2.6087%;
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media all and (max-width:768px) {
    .p-casestudy-index__num {
        top: -25px;
        left: 10px
    }

    .p-casestudy-index__body {
        padding-top: 15px
    }

    .p-casestudy-index__body-head {
        margin: 0 0 5px;
        font-size: 14px;
        font-size: .875rem
    }
}

.p-casestudy-index__body-text {
    margin: 0;
    font-size: 12px;
    font-size: .75rem
}

.p-casestudy-index__item .p-casestudy-index__thumb img {
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.p-casestudy-index__item .p-casestudy-index__body {
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.p-casestudy-index__item a:hover .p-casestudy-index__thumb img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.p-casestudy-article__body-head-label,
.p-seminar-schedule__category-label {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    left: 0;
    top: 50%
}

.p-casestudy-index__item a:hover .p-casestudy-index__body {
    color: #9b9b9b
}

.p-casestudy-article__title {
    line-height: 1.5
}

@media all and (min-width:769px) {
    .p-casestudy-article__title {
        margin: 0;
        font-size: 30px;
        font-size: 1.875rem
    }

    .p-casestudy-article__body-section {
        display: table
    }
}

@media all and (min-width:993px) {
    .p-casestudy-article__body {
        width: 66.66667%;
        float: left
    }

    .p-casestudy-article__profile {
        width: 25%;
        float: right
    }

    .p-casestudy-article__body-section {
        margin-top: 11.25%
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .p-casestudy-article__body-section {
        margin-top: 6.04839%
    }
}

@media all and (max-width:768px) {
    .p-casestudy-article__body-section {
        margin-top: 50px
    }
}

@media all and (min-width:769px) {
    .p-casestudy-article__body-head {
        width: 160px;
        display: table-cell;
        vertical-align: middle;
        margin: 0
    }

    .p-casestudy-article__body-head-wrap {
        width: 120px;
        height: 120px;
        border-radius: 60px;
        font-size: 14px;
        font-size: .875rem
    }
}

.p-casestudy-article__body-head-wrap {
    box-sizing: border-box;
    display: block;
    line-height: 1;
    position: relative;
    color: #fff;
    text-align: center;
    background-color: #6185ab
}

.p-casestudy-article__body-head-wrap.is-important {
    background-color: #d39828
}

.p-casestudy-article__body-head-label {
    position: absolute;
    right: 0;
    transform: translate(0, -50%)
}

.p-casestudy-article__body-text p {
    margin-bottom: 0
}

.p-casestudy-article__body-sub-head {
    font-weight: 400;
    margin: 0
}

@media all and (min-width:769px) {
    .p-casestudy-article__body-text {
        display: table-cell
    }

    .p-casestudy-article__body-sub-head {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .p-casestudy-article__profile {
        margin-top: 8.06452%
    }
}

@media all and (max-width:768px) {
    .p-casestudy-article__body-head-wrap {
        height: 60px;
        letter-spacing: 2px
    }

    .p-casestudy-article__body-sub-head {
        font-size: 18px;
        font-size: 1.125rem
    }

    .p-casestudy-article__profile {
        margin-top: 50px
    }

    .p-casestudy-article__profile:after,
    .p-casestudy-article__profile:before {
        content: "";
        display: table
    }

    .p-casestudy-article__profile:after {
        clear: both
    }
}

@media all and (min-width:769px) {
    .p-casestudy-article__profile h2 {
        margin: 5% 0 0;
        font-size: 16px;
        font-size: 1rem
    }
}

@media all and (max-width:768px) {
    .p-casestudy-article__profile h2 {
        margin: 15px 0 0;
        font-size: 13px;
        font-size: .8125rem
    }
}

.p-casestudy-article__profile table {
    width: 100%
}

@media all and (min-width:993px) {
    .p-casestudy-article__profile p {
        margin: 10% 0
    }

    .p-casestudy-article__profile table {
        margin-bottom: 10%
    }

    .p-casestudy-articles__body {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.p-casestudy-article__profile table td,
.p-casestudy-article__profile table th {
    padding: 7px 10px;
    text-align: left
}

.p-casestudy-article__profile table tr:nth-child(2n) td,
.p-casestudy-article__profile table tr:nth-child(2n) th {
    background-color: #f6f6f6
}

@media all and (min-width:769px) and (max-width:992px) {
    .p-casestudy-article__profile-photo {
        width: 32.46753%;
        float: left
    }

    .p-casestudy-article__profile-body {
        margin-left: 38.96104%
    }
}

.p-casestudy-article__profile-photo img {
    width: 100%
}

.p-casestudy-articles:after,
.p-casestudy-articles:before {
    content: "";
    display: table
}

@media all and (min-width:769px) {
    .p-casestudy-articles__item {
        width: 30.5%;
        float: left;
        margin-left: 4.25%
    }

    .p-casestudy-articles__item:nth-of-type(3n+1) {
        clear: both;
        margin-left: 0
    }
}

@media all and (max-width:768px) {
    .p-casestudy-articles__item {
        margin-top: 30px
    }

    .p-casestudy-articles__item:first-of-type {
        margin-top: 0
    }
}

.p-casestudy-articles__thumb {
    overflow: hidden
}

.p-casestudy-articles__thumb img {
    width: 100%;
    height: auto
}

.p-casestudy-articles__body {
    line-height: 1.66667
}

@media all and (max-width:1200px) {
    .p-casestudy-articles__body {
        font-size: 14px;
        font-size: .875rem
    }
}

.p-casestudy-articles__item .p-casestudy-articles__thumb img {
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.p-casestudy-articles__item .p-casestudy-articles__body {
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.p-casestudy-articles__item a:hover .p-casestudy-articles__thumb img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.p-casestudy-articles__item a:hover .p-casestudy-articles__body {
    color: #9b9b9b
}

@media all and (min-width:769px) {
    .p-casestudy-articles__body {
        margin: 5.46448% 0 10.92896%
    }

    .p-casestudy-partners {
        margin-bottom: -5%;
        margin-left: -6.25%
    }
}

@media all and (max-width:768px) {
    .p-casestudy-partners {
        margin-bottom: -30px;
        margin-left: -20px
    }
}

.p-casestudy-partners__item {
    display: inline-block
}

@media all and (min-width:769px) {
    .p-casestudy-partners__item {
        margin-bottom: 5%;
        margin-left: 6.25%
    }
}

@media all and (max-width:768px) {
    .p-casestudy-partners__item {
        margin-bottom: 30px;
        margin-left: 20px
    }
}

.p-casestudy-partners__insurance-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px
}

.p-casestudy-partners__insurance-label {
    display: inline-block;
    vertical-align: middle
}

@media all and (min-width:993px) {
    .p-casestudy-partners__insurance-label {
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media all and (min-width:769px) {
    .p-casestudy-partners__insurance {
        margin-bottom: 20px
    }

    .p-casestudy-partners__insurance-icon img {
        width: 84px
    }

    .p-casestudy-partners__insurance-label {
        margin-left: -6.25%
    }

    .p-recruit-flow__item {
        padding: 6.875% 11.875%
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .p-casestudy-partners__insurance-label {
        font-size: 16px;
        font-size: 1rem
    }
}

@media all and (max-width:768px) {
    .p-casestudy-partners__insurance {
        margin-bottom: 10px
    }

    .p-casestudy-partners__insurance-icon {
        width: 43px;
        margin-right: 10px
    }

    .p-casestudy-partners__insurance-icon img {
        width: 100%
    }

    .p-casestudy-partners__insurance-label {
        font-size: 14px;
        font-size: .875rem
    }
}

.p-recruit-flow {
    margin-top: 11.25%
}

.p-recruit-flow__item {
    margin-bottom: 5.625%;
    color: #fff;
    background-color: #272727
}

.p-recruit-flow__item--important {
    background-color: #6185ab
}

.p-recruit-flow__head {
    margin: 0;
    text-align: center;
    font-weight: 400
}

@media all and (min-width:769px) {
    .p-recruit-flow__head {
        font-size: 18px;
        font-size: 1.125rem;
        letter-spacing: 3px
    }
}

@media all and (max-width:768px) {
    .p-recruit-flow__item {
        padding: 35px 25px
    }

    .p-recruit-flow__head {
        font-size: 14px;
        font-size: .875rem;
        letter-spacing: 2px
    }
}

.p-recruit-flow__body p {
    margin: 0
}

.p-recruit-job-list {
    margin-top: 7.5%;
    margin-bottom: 10.83333%
}

.p-recruit-job-list__item {
    margin-top: 1px
}

.p-recruit-job-list__head {
    cursor: pointer;
    line-height: 1;
    position: relative;
    margin: 0;
    color: #fff;
    font-weight: 400;
    background-color: #000;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

@media all and (min-width:769px) {
    .p-recruit-job-list__head {
        padding: 4.16667%;
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: 2px
    }
}

.p-recruit-job-list__icon {
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -8px
}

@media all and (max-width:768px) {
    .p-recruit-job-list__head {
        padding: 25px;
        font-size: 13px;
        font-size: .8125rem;
        letter-spacing: 1px
    }

    .p-recruit-job-list__icon {
        width: 10px;
        height: 10px;
        right: 24px
    }
}

.p-recruit-job-list__icon:after,
.p-recruit-job-list__icon:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    content: '';
    margin-top: -1px;
    background-color: #fff
}

@media all and (min-width:769px) {

    .p-recruit-job-list__icon:after,
    .p-recruit-job-list__icon:before {
        height: 2px
    }

    .p-recruit-job-list__body-wrap {
        padding-top: 5.83333%;
        padding-bottom: 5.83333%
    }
}

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

    .p-recruit-job-list__icon:after,
    .p-recruit-job-list__icon:before {
        height: 1px
    }
}

.p-recruit-job-list__icon:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.p-recruit-job-list__body {
    height: 0;
    overflow: hidden
}

.p-recruit-job-list__body-wrap:after,
.p-recruit-job-list__body-wrap:before {
    content: "";
    display: table
}

@media all and (max-width:768px) {
    .p-recruit-job-list__body-wrap {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

@media all and (min-width:993px) {
    .p-recruit-job-list__body-column {
        width: 47.91667%
    }

    .p-recruit-job-list__body-column--01 {
        float: left
    }

    .p-recruit-job-list__body-column--02 {
        float: right
    }

    .p-recruit-job-list__body-column td,
    .p-recruit-job-list__body-column th {
        padding: 6.08696% 0
    }
}

@media all and (max-width:992px) {
    .p-recruit-job-list__body-column {
        width: 100%
    }

    .p-recruit-job-list__body-column--02 {
        border-top: 0
    }
}

.p-recruit-job-list__body-column td,
.p-recruit-job-list__body-column th {
    vertical-align: top
}

.p-recruit-job-list__body-column th {
    width: 27.82609%;
    text-align: left
}

.p-recruit-job-list__entry {
    max-width: 575px;
    margin: 5% auto 0
}

@media all and (min-width:769px) {
    .p-recruit-job-list__body-column th {
        border-bottom: 1px solid #ebebeb
    }

    .p-recruit-job-list__entry {
        font-size: 16px;
        font-size: 1rem
    }

    .p-recruit-job-list__entry a {
        height: 120px
    }
}

.p-recruit-job-list__body,
.p-recruit-job-list__body-short {
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.p-recruit-job-list__body-full {
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.p-recruit-job-list__icon {
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.p-recruit-job-list__head:hover,
.p-recruit-job-list__item.is-opened .p-recruit-job-list__head {
    background-color: #d39828
}

.p-recruit-job-list__item.is-opened .p-recruit-job-list__icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media all and (min-width:993px) {
    .p-seminar-schedule {
        margin-top: 15%
    }
}

@media all and (min-width:769px) and (max-width:992px) {

    .p-recruit-job-list__body-column td,
    .p-recruit-job-list__body-column th {
        padding: 25px 0
    }

    .p-seminar-schedule {
        margin-top: 8.06452%
    }
}

@media all and (max-width:768px) {
    .p-recruit-job-list__body-column th {
        display: block;
        padding-top: 25px
    }

    .p-recruit-job-list__body-column td {
        display: block;
        padding-bottom: 25px
    }

    .p-recruit-job-list__entry a {
        height: 60px
    }

    .p-seminar-schedule {
        margin-bottom: 45px;
        padding-bottom: 25px;
        border-bottom: 2px solid #e8e8e8
    }

    .p-seminar-schedule__item {
        margin-top: 30px;
        padding: 20px 0 0;
        border-top: 2px solid #e8e8e8
    }
}

@media all and (min-width:993px) {
    .p-seminar-schedule__item {
        margin-bottom: 7.5%
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .p-seminar-schedule__item {
        margin-bottom: 7.5%
    }
}

.p-seminar-schedule__category {
    position: relative;
    margin: 0;
    color: #d39828;
    font-weight: 700
}

.p-seminar-schedule__category-icon {
    display: block;
    position: relative;
    z-index: 3;
    background-color: #d39828
}

@media all and (min-width:769px) {
    .p-seminar-schedule__category-icon {
        width: 70px;
        height: 70px;
        border-radius: 35px
    }
}

@media all and (max-width:768px) {
    .p-seminar-schedule__category-icon {
        width: 42px;
        height: 42px;
        border-radius: 21px
    }
}

.p-seminar-schedule__category-icon:after {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto
}

@media all and (min-width:769px) {
    .p-seminar-schedule__category-icon--money:after {
        width: 32px;
        height: 32px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_money.svg);
        background-size: 32px, 32px;
        background-repeat: no-repeat;
        margin-top: -16px
    }
}

@media all and (max-width:768px) {
    .p-seminar-schedule__category-icon--money:after {
        width: 21px;
        height: 21px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_money.svg);
        background-size: 21px, 21px;
        background-repeat: no-repeat;
        margin-top: -10px
    }
}

@media all and (min-width:769px) {
    .p-seminar-schedule__category-icon--review:after {
        width: 31px;
        height: 36px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_review.svg);
        background-size: 31px, 36px;
        background-repeat: no-repeat;
        margin-top: -18px
    }
}

@media all and (max-width:768px) {
    .p-seminar-schedule__category-icon--review:after {
        width: 24px;
        height: 27px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_review.svg);
        background-size: 24px, 27px;
        background-repeat: no-repeat;
        margin-top: -13px
    }
}

@media all and (min-width:769px) {
    .p-seminar-schedule__category-icon--inherit:after {
        width: 38px;
        height: 26px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_inherit.svg);
        background-size: 38px, 26px;
        background-repeat: no-repeat;
        margin-top: -13px
    }
}

@media all and (max-width:768px) {
    .p-seminar-schedule__category-icon--inherit:after {
        width: 27px;
        height: 21px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_inherit.svg);
        background-size: 27px, 21px;
        background-repeat: no-repeat;
        margin-top: -10px
    }
}

@media all and (min-width:769px) {
    .p-seminar-schedule__category-icon--pension:after {
        width: 20px;
        height: 35px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_pension.svg);
        background-size: 20px, 35px;
        background-repeat: no-repeat;
        margin-top: -17px
    }
}

@media all and (max-width:768px) {
    .p-seminar-schedule__category-icon--pension:after {
        width: 15px;
        height: 26px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_pension.svg);
        background-size: 15px, 26px;
        background-repeat: no-repeat;
        margin-top: -13px
    }
}

@media all and (min-width:769px) {
    .p-seminar-schedule__category-icon--nursing:after {
        width: 24px;
        height: 35px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_nursing.svg);
        background-size: 24px, 35px;
        background-repeat: no-repeat;
        margin-top: -17px
    }
}

@media all and (max-width:768px) {
    .p-seminar-schedule__category-icon--nursing:after {
        width: 18px;
        height: 26px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_nursing.svg);
        background-size: 18px, 26px;
        background-repeat: no-repeat;
        margin-top: -13px
    }
}

@media all and (min-width:769px) {
    .p-seminar-schedule__category-icon--house:after {
        width: 30px;
        height: 28px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_house.svg);
        background-size: 30px, 28px;
        background-repeat: no-repeat;
        margin-top: -14px
    }
}

@media all and (max-width:768px) {
    .p-seminar-schedule__category-icon--house:after {
        width: 23px;
        height: 20px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_house.svg);
        background-size: 23px, 20px;
        background-repeat: no-repeat;
        margin-top: -10px
    }
}

@media all and (min-width:769px) {
    .p-seminar-schedule__category-icon--retirement:after {
        width: 15px;
        height: 36px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_retirement.svg);
        background-size: 15px, 36px;
        background-repeat: no-repeat;
        margin-top: -18px
    }
}

@media all and (max-width:768px) {
    .p-seminar-schedule__category-icon--retirement:after {
        width: 12px;
        height: 26px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_retirement.svg);
        background-size: 12px, 26px;
        background-repeat: no-repeat;
        margin-top: -13px
    }
}

@media all and (min-width:769px) {
    .p-seminar-schedule__category-icon--educate:after {
        width: 25px;
        height: 32px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_educate.svg);
        background-size: 25px, 32px;
        background-repeat: no-repeat;
        margin-top: -16px
    }
}

@media all and (max-width:768px) {
    .p-seminar-schedule__category-icon--educate:after {
        width: 18px;
        height: 24px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_educate.svg);
        background-size: 18px, 24px;
        background-repeat: no-repeat;
        margin-top: -12px
    }
}

@media all and (min-width:769px) {
    .p-seminar-schedule__category-icon--life:after {
        width: 33px;
        height: 38px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_life.svg);
        background-size: 33px, 38px;
        background-repeat: no-repeat;
        margin-top: -19px
    }
}

@media all and (max-width:768px) {
    .p-seminar-schedule__category-icon--life:after {
        width: 24px;
        height: 27px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_life.svg);
        background-size: 24px, 27px;
        background-repeat: no-repeat;
        margin-top: -13px
    }
}

.p-seminar-schedule__category-label {
    position: absolute;
    z-index: 2;
    transform: translate(0, -50%)
}

@media all and (min-width:769px) {
    .p-seminar-schedule__category-icon--medical:after {
        width: 30px;
        height: 30px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_medical.svg);
        background-size: 30px, 30px;
        background-repeat: no-repeat;
        margin-top: -15px
    }

    .p-seminar-schedule__category-label {
        background-color: #fff;
        padding-right: 15px;
        padding-left: 90px
    }
}

@media all and (max-width:768px) {
    .p-seminar-schedule__category-icon--medical:after {
        width: 23px;
        height: 23px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_medical.svg);
        background-size: 23px, 23px;
        background-repeat: no-repeat;
        margin-top: -11px
    }

    .p-seminar-schedule__category-label {
        padding-left: 50px
    }
}

@media all and (min-width:769px) {
    .p-seminar-schedule__category:after {
        height: 2px;
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        background-color: #e8e8e8
    }

    .p-seminar-schedule__head {
        margin: 5% 0 6.25%;
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media all and (max-width:768px) {
    .p-seminar-schedule__head {
        line-height: 1.66667;
        margin: 15px 0 35px;
        font-size: 15px;
        font-size: .9375rem
    }
}

.p-seminar-schedule__list-item {
    width: 100%;
    display: table
}

@media all and (min-width:769px) {
    .p-seminar-schedule__list-item {
        margin-top: 30px
    }

    .p-seminar-schedule__list-head {
        width: 90px
    }
}

@media all and (max-width:768px) {
    .p-seminar-schedule__list-item {
        margin-top: 20px
    }
}

.p-seminar-schedule__list-head {
    line-height: 1;
    display: table-cell;
    vertical-align: top;
    margin: 0
}

@media all and (max-width:768px) {
    .p-seminar-schedule__list-head {
        width: 55px
    }
}

.p-seminar-schedule__list-head-label {
    display: block;
    color: #fff;
    text-align: center;
    background-color: #6185ab
}

@media all and (min-width:769px) {
    .p-seminar-schedule__list-head-label {
        width: 60px;
        padding: 14px 0;
        border-radius: 6px
    }
}

@media all and (max-width:768px) {
    .p-seminar-schedule__list-head-label {
        width: 40px;
        padding: 7px 0;
        border-radius: 3px
    }
}

.p-seminar-schedule__list-body {
    display: table-cell;
    vertical-align: middle;
    margin: 0
}

.p-seminar-categories {
    margin: 0;
    padding: 0
}

@media all and (max-width:768px) {
    .p-seminar-categories {
        margin-top: 30px
    }
}

.p-seminar-categories__item {
    display: block;
    position: relative;
    color: #d39828;
    font-weight: 700
}

.p-seminar-categories__icon {
    display: block;
    position: relative;
    background-color: #d39828
}

@media all and (min-width:769px) {
    .p-seminar-categories__item {
        margin: 20px 0
    }

    .p-seminar-categories__icon {
        width: 48px;
        height: 48px;
        border-radius: 24px
    }
}

@media all and (max-width:768px) {
    .p-seminar-categories__item {
        margin: 10px 0
    }

    .p-seminar-categories__icon {
        width: 30px;
        height: 30px;
        border-radius: 15px
    }
}

.p-seminar-categories__icon:after {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto
}

@media all and (min-width:769px) {
    .p-seminar-categories__icon--money:after {
        width: 23px;
        height: 24px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_money.svg);
        background-size: 23px, 24px;
        background-repeat: no-repeat;
        margin-top: -12px
    }
}

@media all and (max-width:768px) {
    .p-seminar-categories__icon--money:after {
        width: 14px;
        height: 14px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_money.svg);
        background-size: 14px, 14px;
        background-repeat: no-repeat;
        margin-top: -7px
    }
}

@media all and (min-width:769px) {
    .p-seminar-categories__icon--review:after {
        width: 25px;
        height: 29px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_review.svg);
        background-size: 25px, 29px;
        background-repeat: no-repeat;
        margin-top: -15px
    }
}

@media all and (max-width:768px) {
    .p-seminar-categories__icon--review:after {
        width: 16px;
        height: 18px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_review.svg);
        background-size: 16px, 18px;
        background-repeat: no-repeat;
        margin-top: -9px
    }
}

@media all and (min-width:769px) {
    .p-seminar-categories__icon--inherit:after {
        width: 30px;
        height: 21px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_inherit.svg);
        background-size: 30px, 21px;
        background-repeat: no-repeat;
        margin-top: -10px
    }
}

@media all and (max-width:768px) {
    .p-seminar-categories__icon--inherit:after {
        width: 18px;
        height: 13px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_inherit.svg);
        background-size: 18px, 13px;
        background-repeat: no-repeat;
        margin-top: -6px
    }
}

@media all and (min-width:769px) {
    .p-seminar-categories__icon--pension:after {
        width: 16px;
        height: 28px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_pension.svg);
        background-size: 16px, 28px;
        background-repeat: no-repeat;
        margin-top: -14px
    }
}

@media all and (max-width:768px) {
    .p-seminar-categories__icon--pension:after {
        width: 10px;
        height: 17px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_pension.svg);
        background-size: 10px, 17px;
        background-repeat: no-repeat;
        margin-top: -8px
    }
}

@media all and (min-width:769px) {
    .p-seminar-categories__icon--nursing:after {
        width: 19px;
        height: 28px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_nursing.svg);
        background-size: 19px, 28px;
        background-repeat: no-repeat;
        margin-top: -14px
    }
}

@media all and (max-width:768px) {
    .p-seminar-categories__icon--nursing:after {
        width: 12px;
        height: 17px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_nursing.svg);
        background-size: 12px, 17px;
        background-repeat: no-repeat;
        margin-top: -8px
    }
}

@media all and (min-width:769px) {
    .p-seminar-categories__icon--house:after {
        width: 24px;
        height: 22px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_house.svg);
        background-size: 24px, 22px;
        background-repeat: no-repeat;
        margin-top: -11px
    }
}

@media all and (max-width:768px) {
    .p-seminar-categories__icon--house:after {
        width: 15px;
        height: 13px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_house.svg);
        background-size: 15px, 13px;
        background-repeat: no-repeat;
        margin-top: -6px
    }
}

@media all and (min-width:769px) {
    .p-seminar-categories__icon--retirement:after {
        width: 12px;
        height: 29px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_retirement.svg);
        background-size: 12px, 29px;
        background-repeat: no-repeat;
        margin-top: -14px
    }
}

@media all and (max-width:768px) {
    .p-seminar-categories__icon--retirement:after {
        width: 8px;
        height: 17px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_retirement.svg);
        background-size: 8px, 17px;
        background-repeat: no-repeat;
        margin-top: -8px
    }
}

@media all and (min-width:769px) {
    .p-seminar-categories__icon--educate:after {
        width: 20px;
        height: 26px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_educate.svg);
        background-size: 20px, 26px;
        background-repeat: no-repeat;
        margin-top: -13px
    }
}

@media all and (max-width:768px) {
    .p-seminar-categories__icon--educate:after {
        width: 12px;
        height: 16px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_educate.svg);
        background-size: 12px, 16px;
        background-repeat: no-repeat;
        margin-top: -8px
    }
}

@media all and (min-width:769px) {
    .p-seminar-categories__icon--life:after {
        width: 26px;
        height: 30px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_life.svg);
        background-size: 26px, 30px;
        background-repeat: no-repeat;
        margin-top: -15px
    }
}

@media all and (max-width:768px) {
    .p-seminar-categories__icon--life:after {
        width: 16px;
        height: 18px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_life.svg);
        background-size: 16px, 18px;
        background-repeat: no-repeat;
        margin-top: -9px
    }
}

.p-seminar-categories__label {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media all and (min-width:769px) {
    .p-seminar-categories__icon--medical:after {
        width: 23px;
        height: 23px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_medical.svg);
        background-size: 23px, 23px;
        background-repeat: no-repeat;
        margin-top: -11px
    }

    .p-seminar-categories__label {
        left: 60px
    }
}

@media all and (max-width:768px) {
    .p-seminar-categories__icon--medical:after {
        width: 15px;
        height: 15px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_medical.svg);
        background-size: 15px, 15px;
        background-repeat: no-repeat;
        margin-top: -7px
    }

    .p-seminar-categories__label {
        left: 40px
    }
}

.p-sitemap {
    margin-bottom: 3.33333%
}

.p-sitemap:after,
.p-sitemap:before {
    content: "";
    display: table
}

@media all and (min-width:993px) {
    .p-sitemap__item {
        width: 22.5%;
        float: left;
        margin-right: 3.33333%
    }

    .p-sitemap__item:nth-of-type(4n) {
        margin-right: 0
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .p-sitemap__item {
        width: 48.33333%;
        float: left;
        margin-right: 3.33333%
    }

    .p-sitemap__item:nth-of-type(2n) {
        margin-right: 0
    }
}

.p-sitemap__head {
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #d39828
}

@media all and (min-width:993px) {
    .p-sitemap__head {
        margin-bottom: 11.11111%;
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .p-sitemap__head {
        margin-bottom: 6.55022%;
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media all and (max-width:768px) {
    .p-sitemap__head {
        margin-bottom: 20px;
        font-size: 16px;
        font-size: 1rem
    }
}

.p-sitemap__list {
    margin: 0;
    padding: 0
}

@media all and (min-width:993px) {
    .p-sitemap__list {
        margin-bottom: 29.62963%;
        font-size: 16px;
        font-size: 1rem
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .p-sitemap__list {
        margin-bottom: 17.46725%;
        font-size: 16px;
        font-size: 1rem
    }
}

@media all and (max-width:768px) {
    .p-sitemap__list {
        margin-bottom: 40px;
        font-size: 12px;
        font-size: .75rem
    }
}

.p-sitemap__list-item {
    display: block;
    margin: 0
}

@media all and (min-width:993px) {
    .p-sitemap__list-item {
        margin-bottom: 7.40741%;
        font-size: 16px;
        font-size: 1rem
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .p-sitemap__list-item {
        margin-bottom: 4.36681%;
        font-size: 16px;
        font-size: 1rem
    }
}

@media all and (max-width:768px) {
    .p-sitemap__list-item {
        margin-bottom: 10px;
        font-size: 12px;
        font-size: .75rem
    }
}

@media all and (min-width:769px) {
    .p-privercypolicy {
        margin-bottom: 6.66667%
    }
}

@media all and (max-width:768px) {
    .p-privercypolicy {
        margin-bottom: 3rem
    }
}

.p-privercypolicy a {
    color: #426993
}

.p-privercypolicy ol {
    padding-left: 1.5rem
}

@media all and (min-width:769px) {
    .p-privercypolicy__introduction {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 6.66667%
    }

    .p-privercypolicy__head {
        margin-top: 2rem
    }
}

@media all and (max-width:768px) {
    .p-privercypolicy__introduction {
        font-size: 14px;
        font-size: .875rem;
        margin-bottom: 3rem
    }
}

.p-privercypolicy__head {
    margin-bottom: -1rem;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400
}

@media all and (max-width:768px) {
    .p-privercypolicy__head {
        margin-top: 1.5rem
    }

    .p-privercypolicy__company-list th {
        display: block
    }
}

.p-privercypolicy__company-list {
    margin: 6.66667% 0
}

.p-privercypolicy__company-list th {
    text-align: left
}

@media all and (min-width:993px) {
    .p-solicitation__section {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 10%
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .p-solicitation__section {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 8.06452%
    }
}

@media all and (max-width:768px) {
    .p-privercypolicy__company-list td {
        display: block
    }

    .p-solicitation__section {
        font-size: 14px;
        font-size: .875rem;
        margin-bottom: 50px
    }
}

.p-solicitation__head {
    line-height: 1.5;
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 3px solid #e8e8e8
}

@media all and (min-width:769px) {
    .p-privercypolicy__company-list th {
        padding-right: 6em
    }

    .p-solicitation__head {
        margin-bottom: 2rem;
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media all and (max-width:768px) {
    .p-solicitation__head {
        margin-bottom: 1rem;
        font-size: 16px;
        font-size: 1rem
    }
}

.p-solicitation__sub-head {
    margin: 2rem 0 -.5rem
}

@media all and (min-width:769px) {
    .p-solicitation__sub-head {
        font-size: 16px;
        font-size: 1rem
    }
}

@media all and (max-width:768px) {
    .p-solicitation__sub-head {
        font-size: 14px;
        font-size: .875rem
    }
}

@media all and (min-width:769px) {
    .p-solicitation__conclusion {
        font-size: 12px;
        font-size: .75rem
    }
}

@media all and (max-width:768px) {
    .p-solicitation__conclusion {
        font-size: 10px;
        font-size: .625rem
    }
}

.p-search-content {
    margin-bottom: 13.33333%
}

.p-search-content__form {
    position: relative;
    margin-bottom: 5%
}

.p-search-content__form-text input {
    width: 100%;
    line-height: 1;
    box-sizing: border-box;
    border: 0;
    color: #787878;
    background-color: #f5f5f5
}

@media all and (min-width:993px) {
    .p-search-content__form-text {
        margin-right: 100px
    }

    .p-search-content__form-text input {
        height: 100px;
        padding: 0 50px
    }
}

@media all and (max-width:992px) {
    .p-search-content__form-text {
        margin-right: 60px
    }

    .p-search-content__form-text input {
        height: 60px;
        padding: 0 15px
    }
}

.p-search-content__form-submit {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/common/icn_search.png);
    background-color: #000;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

@media all and (max-width:992px) {
    .p-search-content__form-submit {
        width: 60px;
        height: 60px;
        background-size: 12px 12px
    }
}

.p-search-content__form-submit input {
    width: 100px;
    height: 100px;
    opacity: 0
}

@media all and (max-width:992px) {
    .p-search-content__form-submit input {
        width: 60px;
        height: 60px
    }
}

.p-search-content__result .gs-result .gs-title {
    height: auto
}

.p-search-content__form-submit:hover {
    background-color: #272727
}

.u-align__center {
    text-align: center
}

.u-align__right {
    text-align: right
}

.u-wrapper-clear:after,
.u-wrapper-clear:before {
    content: "";
    display: table
}

.u-text-middle {
    line-height: 2.25;
    margin-top: 2.25em;
    margin-bottom: 0
}

@media all and (min-width:769px) {
    .u-text-middle {
        font-size: 16px;
        font-size: 1rem
    }
}

@media all and (max-width:768px) {
    .u-text-middle {
        font-size: 14px;
        font-size: .875rem
    }
}

.u-text-small {
    font-size: 12px;
    font-size: .75rem
}

.c-news-article__item-body a,
.c-news-menu__archives-item a,
.u-text-link {
    color: #000;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.c-news-article__item-body a:hover,
.c-news-menu__archives-item a:hover,
.u-text-link:hover {
    color: #9b9b9b
}

.c-news-article__item-body a,
.u-text-link--blue {
    color: #000
}

.c-news-article__item-body a:hover,
.u-text-link--blue:hover {
    color: #426993
}

.u-arrow-link:after {
    margin-left: 10px;
    margin-bottom: 2px;
    vertical-align: middle;
    width: 6px;
    height: 10px;
    content: '';
    display: inline-block;
    background-image: url(../img/common/arrow_black_right.png);
    background-size: 6px, 10px;
    background-repeat: no-repeat
}

.u-kome-list {
    padding-left: 0
}

.u-kome-list li {
    list-style: none;
    position: relative;
    padding-left: 1.5em
}

.u-kome-list li:before {
    content: '※';
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.u-grid-box {
    background-image: url(../img/common/bg_grid.gif)
}

@media all and (min-width:993px) {
    .u-grid-box {
        padding: 7.77778% 0
    }

    .u-hidden--pc {
        display: none
    }
}

@media all and (max-width:992px) {
    .u-grid-box {
        margin-right: -15px;
        margin-left: -15px;
        padding: 7.77778% 15px
    }

    .u-hidden--sp {
        display: none
    }
}

@media all and (max-width:768px) {
    .u-grid-box {
        padding: 50px 15px
    }
}

@media all and (max-width:320px) {
    .text-small-w320 {
        font-size: 11px
    }
}



.page_top_area{
      margin-bottom:30px;
}


.page_title_txt{
    font-size: 35px;
    line-height: 1.5;
}

@media all and (max-width:414px) {
.page_title_txt{
    font-size: 25px;
    line-height: 1.5;
}
}

.page_sub_txt{
    font-size: 16px;
    line-height: 2;
}


.effect-fade {
    　opacity : 0;
    　transform : translate(0, 45px);
    　transition : all 300ms;
    }
    
    .effect-fade.effect-scroll {
    　opacity : 1;
    　transform : translate(0, 0);
    }


/*-----バナー用-----*/
#box_pickup{/* padding: 59px 0 0; *//* margin: -59px 0 0; */width: 100%;max-width: 1200px;margin: 0 auto;}

  .box_senior {
    position: relative;
    margin: 50px 1em;
    padding: 0px 10px 7px;
    border: solid 1px #1f1b19;
}

.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
/*-----バナー用-----*/@charset "UTF-8";

/* 一般的な書き方（Android 4.4以降対応） */
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSerifJP/NotoSerifJP-Regular.woff') format('woff');
    font-display: swap;
  }
  @font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/NotoSerifJP/NotoSerifJP-Bold.woff') format('woff');
    font-display: swap;
  }
  body {
    font-family: 'Noto Serif Japanese', serif, sans-serif;
  }


a,
mark {
    color: #656565;
}


img{

 -webkit-transition: left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
    transition: left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
    -o-transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s, left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s, left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s, left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)

}
.l-gh__logo,
.l-gh__logo--index .l-gh__logo-img--l {
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.l-gh,
.l-gh__logo a {
    right: 0;
    left: 0;
    /* top: 0; */
}

.c-btn a,
.c-gnav-sp__menu-item,
.c-index-main-contents__summary--center,
.l-gf__contact,
.l-gh__logo,
.l-gh__search-btn {
    text-align: center
}

.c-inquiry-form button:focus,
.c-inquiry-form input:focus,
.c-inquiry-form select:focus,
.c-inquiry-form textarea:focus,
a:active,
a:hover {
    outline: 0
}


:active,
:focus,
:hover,
:visited,
a,
a:active,
a:focus,
a:hover,
a:visited {
    outline: none !important;
    text-decoration: none
}





.c-btn a,
.c-gnav-sp__menu a,
.c-index-sub-contents__more a,
.c-information-table a,
.c-inquiry-form__item a,
.c-local-navi-item a,
.l-gf a,
.l-gh__g-navi-item a,
.p-index-our-work__item a,
.p-index-seminar__wrap,
a {
    text-decoration: none
}

.c-collective-list:after,
.c-inquiry-form__input-wrap:after,
.c-inquiry-form__notes,
.c-inquiry-form__submit:after,
.c-insurance-list:after,
.c-local-navi:after,
.c-lower-contents:after,
.c-lower-sub-multi:after,
.c-news-article__item-body,
.c-news-menu__archives:after,
.c-service-simple-list:after,
.l-gf__about:after,
.l-gf__navi:after,
.l-gh__wrap:after,
.p-access-list:after,
.p-access-list__hr,
.p-casestudy-articles:after,
.p-index-our-work:after,
.p-index-service__body:after,
.p-leadership-profile:after,
.p-recruit-job-list__body-wrap:after,
.p-sitemap:after,
.u-wrapper-clear:after {
    clear: both
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf) format('truetype')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzInF5uFdDttMLvmWuJdhhgs.ttf) format('truetype')
}
/* 
@font-face {
    font-family: Ameretto;
    src: url(/font/ameretto_normal.ttf) format("truetype"), url(/font/ameretto_normal.woff) format("woff")
} */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

.c-lower-contents__table tbody tr td,
.c-lower-contents__table tbody tr th,
img {
    vertical-align: top
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend,
td,
th {
    padding: 0
}

legend {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    margin: 0;
    min-height: 100%;
    overflow-y: scroll;
    font-size: 14px;
    font-size: .875rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-smoothing: antialiased
}

@media all and (max-width:768px) {
    body {
        font-size: 15px;
        /* font-size: .75rem; */
    }
}

::-moz-selection {
    background: rgba(222, 186, 41, .5)
}

::selection {
    background: rgba(222, 186, 41, .5)
}

.c-gnav-sp__search-submit,
.l-gh__search-submit {
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.l-gh {
    height: 84px;
    position: fixed;
    z-index: 101;
    /* background: #ffffffa1; */
}


/* --- #header --- */
/* .l-gh {height: 90px;position: fixed;top: 10%;left: 5%;right:0;width: 90%;background: rgba(255,255,255,0.9);/* background: #1f1b19; */z-index: 1000;}
.l-gh.autofix_sb.fixed {height: 70px;-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);background: #1f1b19;width: 100%;}
 */





.l-gh__wrap {
    margin-left: 12%
}

.l-gh__wrap:after,
.l-gh__wrap:before {
    content: "";
    display: table
}

@media all and (max-width:992px) {
    .l-gh {
        height: 0;
        position: static;
        background-color: none
    }

    .l-gh__wrap {
        display: block
    }
}

.l-gh__logo {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin: 0;
    /* background-color: #d39828; */
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.l-gh__logo--index {
    /* width: 214px; */
    /* height: 140px; */
}

.l-gh__logo--lower {
    width: 128px;
    height: 84px
}

.l-gh__logo a {
    /* display: block; */
    /* position: absolute; */
    /* bottom: 0; */
}

.l-gh__logo-img {
    position: absolute;
    /* top: 40%; */
    /* left: 50%; */
    /* width: 180px; */
}


.l-gh__logo-img img{
    width:250px;
}




.l-gh__logo-img--l {
    margin-top: -34px;
    margin-left: -67px;
}

.l-gh__logo-img--s {
    margin-top: -13px;
    margin-left: -30px
}

@media all and (min-width:993px) {
    .l-gh__logo--lower .l-gh__logo-img--l {
        display: none
    }
}

@media all and (max-width:992px) {

    .l-gh__logo--index .l-gh__logo-img--s,
    .l-gh__logo--lower .l-gh__logo-img--s {
        display: none;
    }

    .l-gh__logo {
        /* width: 92px; */
        /* height: 60px; */
        position: absolute;
        top: 10px;
        left: 0;
        z-index: 102;
    }

    .l-gh__logo-img {
        width: 60px;
        height: 60px;
        margin-top: -15px;
        margin-left: -30px;
    }
}

.l-gh__g-navi {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    z-index: 2;
    margin: 0;
    padding: 0;
    /* background: #e5a01d; */
}

.l-gh__g-navi-item {
    float: left;
    line-height: 1;
    list-style: none;
    position: relative;
    white-space: nowrap;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 700
}

.l-gh__search,
.l-gh__search-btn {
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box
}

.l-gh__g-navi-item a {
    height: 84px;
    box-sizing: border-box;
    display: block;
    padding: 36px 20px 0;
    color: #000
}

.l-gh__g-navi-item a:after {
    width: 100%;
    height: 3px;
    display: block;
    content: '';
    margin-top: 8px;
    background-color: #e5a01d;
}

.l-gh__g-navi-item a.is-current:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.l-gh__g-navi.is-white a {
    color: #fff;
}

.l-gh__g-navi.is-scrolled a {
    color: #000
}

.l-gh__search-btn {
    width: 80px;
    height: 84px;
    cursor: pointer;
    z-index: 2;
    padding-top: 30px
}

.l-gh__search-btn.is-white {
    fill: #fff
}

.l-gh__search-btn.is-scrolled {
    fill: #000
}

@media all and (min-width:993px) {
    .l-gh__bg {
        height: 84px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1;
        background-color: #fff;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.l-gh__search {
    height: 84px;
    bottom: 0;
    z-index: 1
}

.l-gh__search--index {
    left: 214px
}

.l-gh__search--lower {
    left: 128px
}

.l-gh__search-wrap {
    width: 0;
    height: 84px;
    pointer-events: auto;
    position: relative;
    overflow: hidden;
    background-color: #000
}

.l-gh__search-text {
    position: absolute;
    top: 0;
    right: 84px;
    bottom: 0;
    left: 0
}

.l-gh__search-text input {
    width: 100%;
    height: 84px;
    line-height: 1;
    box-sizing: border-box;
    padding: 0 50px;
    border: 0;
    color: #9b9b9b;
    font-size: 24px;
    font-size: 1.5rem;
    background-color: #272727
}

.l-gh__search-submit {
    width: 84px;
    height: 84px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/common/icn_search.png)
}

.l-gh__search-submit input {
    width: 84px;
    height: 84px;
    opacity: 0
}

.l-gh__logo--index .l-gh__logo-img--l {
    opacity: 1;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.l-gh__g-navi-item a:after,
.l-gh__logo--index .l-gh__logo-img--s {
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.l-gh__logo--index .l-gh__logo-img--s {
    opacity: 0;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.l-gh__g-navi-item a:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.l-gh__bg,
.l-gh__search-btn {
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.l-gh__search-btn {
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.l-gh__bg {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.l-gf__contact a,
.l-gh__search {
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.l-gh__bg--index {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0)
}

.l-gh__search {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.l-gh__search-submit,
.l-gh__search-wrap {
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.l-gh__search-wrap {
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.l-gh__search-submit {
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.l-gh__cover {
    /* cursor: url(../img/common/cursor_cross.png) 4 12, auto; */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, .7);
    visibility: hidden;
    opacity: 0;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.l-gh__logo.is-scrolled {
    /* width: 128px; */
    /* height: 84px; */
}

@media all and (max-width:992px) {

    .l-gh__bg,
    .l-gh__g-navi,
    .l-gh__search,
    .l-gh__search-btn {
        display: none
    }

    .l-gh__logo.is-scrolled {
        /* width: 92px; */
        /* height: 60px; */
    }
}

@media all and (min-width:993px) {
    .l-gh__logo.is-scrolled .l-gh__logo-img--l {
        opacity: 0;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    .l-gh__logo.is-scrolled .l-gh__logo-img--s {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.l-gh__g-navi-item a:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.l-gh__bg.is-visible {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.l-gh__search.is-scrolled {
    left: 128px
}

.l-gh__search.is-opened {
    z-index: 3
}

.l-gh__search.is-opened .l-gh__search-wrap {
    width: 100%
}

.l-gh__search.is-opened .l-gh__search-submit {
    opacity: 1
}

.l-gh__search-submit:hover {
    background-color: #272727
}

.l-gh__cover.is-opened {
    visibility: visible;
    opacity: 1
}

.l-gf {
    color: #9b9b9b;
    background-color: #000
}

.l-gf a {
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.l-gf__contact {
    line-height: 1.5
}

.l-gf__about,
.l-gf__navi {
    line-height: 1
}

.l-gf__contact a {
    display: block;
    padding: 40px 0;
    color: #fff;
    font-weight: 700;
    background-color: #d39828
}

@media all and (max-width:768px) {
    .l-gf__contact a {
        padding: 30px 0
    }
}

.l-gf__wrap {
    position: relative
}

.l-gf__wrap a {
    color: #9b9b9b
}

.l-gf__navi:after,
.l-gf__navi:before {
    content: "";
    display: table
}

@media all and (min-width:769px) {
    .l-gf__wrap {
        padding: 50px
    }

    .l-gf__navi {
        margin-bottom: 155px;
        margin-left: -40px
    }
}

@media all and (max-width:768px) {
    .l-gf__wrap {
        padding: 40px 15px
    }

    .l-gf__navi {
        margin-bottom: 40px;
        border-bottom: 1px solid #222
    }

    .l-gf__navi-column {
        border-top: 1px solid #222
    }
}

.l-gf__navi-column {
    box-sizing: border-box;
    margin: 0
}

.l-gf__navi-head {
    color: #fff
}

@media all and (min-width:769px) {
    .l-gf__navi-column {
        width: 25%;
        float: left;
        padding-left: 40px
    }

    .l-gf__navi-head {
        margin-bottom: 14px;
        padding-bottom: 14px;
        border-bottom: 1px solid #222;
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: 3px
    }
}

.l-gf__navi-items-wrap {
    margin: 0
}

@media all and (max-width:768px) {
    .l-gf__navi-head {
        cursor: pointer;
        position: relative;
        padding: 15px 0;
        font-size: 12px;
        font-size: .75rem
    }

    .l-gf__navi-head-icon {
        width: 7px;
        height: 7px;
        position: absolute;
        top: 50%;
        right: 18px
    }

    .l-gf__navi-head-icon:after,
    .l-gf__navi-head-icon:before {
        width: 7px;
        height: 1px;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff
    }

    .l-gf__navi-head-icon:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .l-gf__navi-items-wrap {
        height: 0;
        overflow: hidden
    }
}

.l-gf__navi-items {
    margin: 0;
    padding: 0
}

.l-gf__navi-item {
    list-style: none;
    margin: 20px 0 0
}

@media all and (max-width:768px) {
    .l-gf__navi-item {
        margin: 0;
        padding-bottom: 15px
    }

    .l-gf__navi-column.is-opened .l-gf__navi-head-icon:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .l-gf__navi-column.is-opened .l-gf__navi-head-icon:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

.l-gf__about:after,
.l-gf__about:before {
    content: "";
    display: table
}

@media all and (max-width:992px) {
    .l-gf__about-name {
        margin-bottom: 35px;
        text-align: center
    }

    .l-gf__about-navi {
        width: 100%;
        text-align: center
    }
}

.l-gf__about-name-text {
    margin: 0 0 10px;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 3px
}

.l-gf__about-name-sub {
    margin: 0;
    font-size: 10px;
    font-size: .625rem;
    letter-spacing: 1.5px
}

@media all and (min-width:993px) {
    .l-gf__about-name {
        float: left;
        padding-right: 50px
    }

    .l-gf__about-wrap {
        float: left;
        margin-top: -2px
    }
}

.l-gf__about-navi {
    display: table;
    margin: 0 0 15px;
    padding: 0
}

@media all and (max-width:992px) {
    .l-gf__about-navi {
        line-height: 2.08333;
        margin-bottom: 30px
    }
}

.l-gf__about-navi-item {
    display: inline-block;
    list-style: none;
    margin: 0;
    font-size: 12px;
    font-size: .75rem
}

.l-gf__about-navi-item:after {
    content: '|';
    display: inline-block;
    margin: 0 10px
}

.l-gf__about-navi-item:last-child:after {
    display: none
}

.l-gf__about-text {
    font-size: 12px;
    font-size: .75rem
}

@media all and (max-width:992px) {
    .l-gf__about-text {
        line-height: 2.08333;
        margin-bottom: 25px;
        text-align: center
    }

    .l-gf__copyright {
        text-align: center
    }
}

@media all and (min-width:993px) {
    .l-gf__about-text-wrap {
        display: inline-block;
        margin-right: 25px
    }

    .l-gf__copyright {
        position: absolute;
        bottom: 50px;
        right: 50px
    }
}

.l-gf__about-text-head {
    margin: 0;
    display: inline-block
}

.l-gf__about-text-head:after {
    content: '：'
}

.l-gf__about-text-text {
    margin: 0;
    display: inline-block
}

.l-gf__copyright {
    line-height: 1;
    margin: 0;
    color: #fff;
    font-size: 9px;
    font-size: .5625rem;
    letter-spacing: 1px
}

.l-gf a:hover {
    color: #474643
}

@media all and (max-width:768px) {
    .l-gf__navi-items-wrap {
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
        transition-timing-function: cubic-bezier(.25, .46, .45, .94)
    }
}

.l-gf__contact a {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.c-btn--basic a,
.c-gnav-sp__btn,
.c-gnav-sp__btn-bar {
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.l-gf__contact a:hover {
    color: #fff;
    background-color: #272727
}

.l-contents {
    padding: 0px 1.5%;
    padding: 0 0px;
    /* padding-top: 30px; */
}

.l-contents--index {
    padding-top: 0;
    top: 0;
    position: absolute;
}

@media all and (max-width:992px) {
    .l-contents {
        /* padding: 80px 0px; */
    }
}



.kv_img{
    background:#E2F2FC
}


.kv_img .wrap{
   width:100%;
   max-width:1100px;
   margin: 0 auto;
   padding: 50px;
}


.kv_img h1{
    font-size:30px;
    margin-top: 0;
}

.kv_img h1 span{
    background:#0668ae;
    padding:10px 20px;
    border-radius:10em;
    color:#fff
}

.kv_img p{
    color:#0668ae;
    font-size:25px;
    padding-left:20px;
    font-weight:600
}





.set_pro{position:absolute;top:20px;right:30px;z-index:1}

.set_pro img{width:300px;}



.kv_box{display:flex;margin-top: 100px;}
.kv_box .set_ul{width:30%;padding: 0 20px;}

.kv_box .set_img{width:70%}
.kv_box .set_img img{width:100%}









.set_ul {
	width: calc(100%);
	margin: 0.5%;
	box-sizing:border-box;
	/* border: 1px solid #ddd; */
	border-radius: 5px;
}


.set_ul .box-title {
	font-size: 25px;
	/* background: #919191; */
	border-bottom: 1px solid #ddd;
	padding: 1em 2.5em 1em 2.5em;
	text-align: left;
	color: #555;
	font-weight: 600;
	letter-spacing: 0.05em;
	position:relative;
	line-height: 20px;
}

.set_ul .box-title:before {position:relative;font-family: 'Font Awesome 6 pro';content: "\f4c7";position: absolute;left: 0.5em;color: #009654;font-size: 30px;font-weight: 400;}


.set_ul p {
	padding: 15px 20px;
}

    .sp_block{display:none}
@media all and (max-width:768px) {
    .kv_img .wrap{padding: 30px 10px 10px;width: calc(100% - 20px);}
    .kv_img h1{font-size:18px;}
        
    .kv_img h1 span {}
    .kv_img p {font-size: 30px;line-height: 1.5;}
    .sp_block{display:block}


    
    .set_pro {top: 70px;right: 20px;}
    .set_pro img{width: 150px;}
    .kv_box {flex-direction: column;margin-top: 30px;}
    .kv_box .set_ul { width: 100%;}
    .kv_box .set_img {width: 100%;order:0}
    
}





@media only screen and (min-width: 1000px) {
.set_ul {
	width: calc(100%);
	margin-bottom: 20px;
	/* margin: 0 0 20px; */
}
}

.set_ul li {
	line-height: 1.5;
	padding: 0.5em 1em 0.5em 0.5em;
	border-bottom: solid 3px #0668AE;
	list-style-type: none!important;
	font-size: 25px;
	font-weight: 400;
	color: #0668AE;
}
.set_ul li:last-child{
	border-bottom: none;
}

.set_ul li:before {
	font-family: "Font Awesome 6 pro";
	content: "\e416";
	position: relative;
	left: 0;
	color: #0668AE;
	padding-right: 10px;
}

.set_ul p{
	border-bottom: 1px solid #ddd;
	/* 	border-radius: 5px; */
	padding: 20px;
	/* background:#efefef; */
	font-size: 25px;
	font-weight: 400;
	margin-top: 0;
	color: #fff;
	background: #009971;
}



.about_set{}

.about_set .wrap{
   /* width:100%; */
   /* max-width:1100px; */
   margin: 0 auto;
   padding: 50px;
   border-bottom: 1px solid #0668ae;
}

.about_title{
    text-align:center;
    font-size:28px;
    color:#0668ae;
    font-weight:600;
    line-height:28px;
    vertical-align:middle
}

.about_title span{
    text-align:center;
    font-size:18px;
/*     line-height:28px; */
    vertical-align:middle;
    padding:0 5px;
}


.about_Catch{
    text-align:center;
    font-size:18px;
    color:#0668ae;
    font-weight:500;
    line-height:1.8;
}




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

.about_set .wrap {
    width: calc(100% - 20px);
    padding: 10px;
}

.about_Catch {
    text-align: left;
    padding:0 10px;
}

}



.tokucho_set{
    /* width: 100%; */
    padding: 50px;
    max-width: 1100px;
    margin: 0 auto;
}

.tokucho_set .wrap{
   margin: 0 auto;
   padding: 50px;
}






.tokucho_set .wrap {
    position: relative;
    padding: .7em 1.3em;
    color: #333333;
}

.tokucho_set .wrap::before,
.tokucho_set .wrap::after {
    display: inline-block;
    position: absolute;
    width: 1em;
    height: 1em;
    content: '';
}

.tokucho_set .wrap::before {
    top: 0;
    left: 0;
    border-top: 3px solid #0668ae;
    border-left: 3px solid #0668ae;
}

.tokucho_set .wrap::after {
    bottom: 0;
    right: 0;
    border-bottom: 3px solid #0668ae;
    border-right: 3px solid #0668ae;
}





.toku_box{display:flex;/* margin-top: 100px; */}
.toku_box .set_ul{width:70%;padding: 0 20px;}

.toku_box .set_img{width:30%}
.toku_box .set_img img{width: 90%;margin: 0 5%;}




.toku_box .set_ul ul {
  counter-reset: count 0;
}
.toku_box .set_ul li:before {
  content: counter(count) " .";
  /*       content: counter(count) ". "; */
  counter-increment: count 1;

}


.toku_box .set_ul li:before{
/*     background:#0668ae;
    padding:10px 15px 10px 15px;
    color:#fff;
    width:80px;
    height:80px;
    border-radius:50%; */
}


@media all and (max-width:768px) {
    .toku_box {flex-direction: column;}
    .tokucho_set{width: calc(100% - 60px);padding: 30px;} 
    .toku_box .set_img {width: 100%;}
    .toku_box .set_img img{width: 60%;margin:0 20%;order:1;
    }
    .toku_box .set_ul {
        width: 100%;
        order:2;
        padding: 0;
        margin-top: 20px;
    }
    .set_ul li {
        line-height: 1.8;
        font-size: 20px;
        padding: 5px;
    }
}




.instructor_set{
    background: #0668ae;
}

.instructor_set .wrap{
   /* width:100%; */
   /* max-width:1100px; */
   margin: 0 auto;
   padding: 50px;
   border-bottom: 1px solid #0668ae;
}

.insto_title{
    text-align:center;
    font-size:28px;
    color: #fff;
    font-weight:600;
    line-height:28px;
    vertical-align:middle
}


.instructor_set .insto_box{display:flex;width: 100%;}

.instructor_set .set_img{
    width:25%;
    padding: 2%;
}
.instructor_set .set_img img{
    width:100%;
    border-radius: 0.5em;
}
.instructor_set .set_img p{
   text-align:center;
   color: #fff;
}


@media all and (max-width:768px) {
    .instructor_set .wrap{width: calc(100% - 30px);padding: 15px;}
    
}

.plan_set{
    background: #F2F2F2;
}

.plan_set .wrap{
   /* width:100%; */
   /* max-width:1100px; */
   margin: 0 auto;
   padding: 50px;
   /* border-bottom: 1px solid #0668ae; */
}

.plan_title{
    text-align:center;
    font-size:28px;
    color: #0668ae;
    font-weight:600;
    line-height:28px;
    vertical-align:middle
}


.plan_set .plan_box{display:flex;width: 100%;justify-content: space-around;margin-bottom: 10px;}

.plan_set .set_box{
    width: 17%;
    padding: 1%;
    /* margin: 1%; */
    border-radius: 0.3em;
    text-align: center;
}

.plan_set .set_box h3{
    font-size:13px;
    text-align:center;
    line-height:2;
    color:#fff;
    font-weight:600;
    padding-bottom: 10px;
}


.plan_set .set_box .wrap{
    background:#fff;
    padding:10px;
    width: calc(100% - 20px);
    color: #000;
    border-radius: 0.5em;
}


.plan_set .set_box .wrap p.course{
    font-size:14px;
    padding:0px;
    line-height:1.1em;
}
.plan_set .set_box .wrap p.yen{
    font-size: 17px;
    margin-top: 5px;
    line-height: 1.1;
}
.plan_set .set_box .wrap p.point{
    font-size: 20px;
    margin-top: 5px;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 600;
}

.plan_set .set_box .wrap p.point span{
    font-size: 14px;
    /* display: block; */
}

.plan_set .set_box .wrap p.point span.lblpt{
    font-size: 13px;
}



.plan_set .set_box .wrap p.point_p{
    font-size: 30px;
    margin: 0;
    font-weight: 600;
    padding: 0;
    line-height: 1.5;
}



.plan_set .set_box img{
    width:100px;
    margin: 0 auto;
    text-aligh:center;
    
}
.plan_set .set_box p{
   text-align:center;
   /* color: #fff; */
}

.c_01{background:#E67171}
.c_02{background:#ED8F26}
.c_03{background:#E0514D}
.c_04{background:#086BB0}
.c_05{background:#13A195}

.box-013 {
    max-width: 100%;
    margin: 80px auto 0;
    border: 2px solid #0668ae;
    border-radius: 3px;
    border-radius: 10px 10px 3px 3px;
    background: #fff;
    max-width: 900px;
}

.box-013 span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em 0;
    background-color: #0668ae;
    color: #fff;
    font-weight: 600;
    border-radius: 8px 8px 0 0;
    font-size: 25px;
}

.box-013 p {
    margin: 0;
    padding: 1em 1.5em;
    color: #0668ae;
    text-align: center;
    font-size: 1.2em;
}

.box-013 .wrap {
    display:flex;
}

.box-013 .ins_point{
     display:flex;
     padding: 3%;
     justify-content: space-around;
     width: 90%;
     margin: 0 auto;
}

.box-013 .ins_point img{
   /* width: 22%; */
   /* padding: 10px; */
   width: 18%;
}

.pc_plan_none{display:none}



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

.plan_set .wrap {
     width: calc(100% - 30px);
     margin: 0 auto;
     padding: 15px;
}
.plan_set .plan_box {
    flex-direction: column;
}
    
 .plan_set .set_box{
    width: 80%;
    padding: 1%;
    margin: 1% 10%;
    border-radius: 0.3em;
    text-align: center;
}

.plan_set .set_box .wrap {
    padding: 10px;
    width: 90%;
    margin: 2%;
}

.plan_set .set_box h3 {
    font-size: 18px;
    margin-bottom: 0!important;
}
.plan_set .set_box .wrap p.course{
    font-size:18px;
    margin-top: 0;
}
.plan_set .set_box .wrap p.yen{
    font-size:16px;
    margin-bottom: 0;
}
.plan_set .set_box .wrap p.point{
    font-size:16px;
    margin-top: 5px;
}

.plan_set .set_box .wrap p.point_p{
    font-size: 30px;
}
.pc_plan_none{display:block}

.box-013 .ins_point {
    padding: 1% 2%;
    width: 96%;
    margin: 0 auto;
}    
}




.faq_set{}

.faq_set .wrap{margin: 0 auto;padding: 50px;max-width: 900px;}

.faq_title{
    text-align:center;
    font-size:28px;
    color: #0668ae;
    font-weight:600;
    line-height:28px;
    vertical-align:middle
}





.qa-001 {
    width: calc(100% - 4px);
    margin-bottom: 7px;
    border: 2px solid #0668ae;
    border-radius: 5px;
    background: #0668ae;
}

.qa-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 5em;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    font-size: 1.2em;
}

.qa-001 summary::before,
.qa-001 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-001 summary::before {
    color: #0668ae;
    content: "Q";
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
}

.qa-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    content: '';
    transition: transform .5s;
}

.qa-001[open] summary::after {
    transform: rotate(225deg);
}

.qa-001 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 4em 1.5em;
    color: #0668ae;
    background: #fff;
    transition: transform .5s, opacity .5s;
    border-radius: 0 0 0.3em 0.3em;
}

.qa-001[open] p {
    transform: none;
    opacity: 1;
}

.qa-001 p::before {
    color: #fff;
    line-height: 30px;
    content: "A";
    background: #0668ae;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
}



@media all and (max-width:768px) {
.faq_set .wrap {margin: 0 auto 60px;padding: 0px;width: calc(100% - 50px);}

.qa-001 p {
    padding: 1em 1em .5em 4em;
    line-height:1.6

}
 
}





/* --------------------------------------------
reserve
----------------------------------------------*/
.reserve {
  margin-top: 0px;
  padding: 0 60px;
  /* padding-bottom: 80px; */
  background: #0668ae;
}
.reserve .inner {
  /* background-color: #f1efef; */
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
  padding-bottom: 50px;
}
.reserve_title {
  font-size: 26px;
  color: #fff;
  /* text-align-last: left; */
  padding: 0px 0 14px 20px;
  text-align: center;
}
.reserve_title::before {
  font-family: 'FontAwesome';
  content: "\f097";
  padding-right: 5px;
  color: #ffffff;
  font-size: 1.2em;
}
.reserve_text_box {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
}


.reserve_text_box {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  /* display: flex; */
}

.reserve_text_box .wrap{
  display: flex;
  width: 100%;
  margin-top: 0;
  align-items: center;
}

.reserve_text_box .wrap .secL{
    width:65%
}
.reserve_text_box .wrap .secR{
    width:35%
}

.text_top {
  color: #333;
  font-size: 20px;
  width: 100%;
}
.btnContact {
  margin-top: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ddd ;
  color: #333;
}
.btnContact {
  font-size: 32px;
  letter-spacing: 0.05em;
  padding-left: 0;
  color: #fff;
  text-decoration: none;
  /* width: 30%; */
  background: #0668ae;
  border-radius: 4em;
  text-align: center;
  margin-top: 0;
}
.btnContact a {
  text-decoration: none;
}
.btnContact::before {font-family: "Font Awesome 6 pro";content: "\f0e0";padding-right: 5px;color: #ffffff;font-size: 0.8em;}
.text {
  padding-left: 20px;
  margin: 0;
  color: #333;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media only screen and (max-width:768px) {
    .reserve_text_box .wrap{flex-direction:column;}
    .reserve_text_box .wrap .secL{width:100%}
    .reserve_text_box .wrap .secR{width:100%}
}



@media only screen and (max-width:768px) {
  .reserve {
    padding: 0 20px 60px;
  }
  .reserve .inner {
    /* background-color: #f1efef; */
    padding: 20px;
    padding-bottom: 30px;
  }
  .reserve_title {
    font-size: 26px;
    padding: 0px 0 14px 20px;
    text-align: center;
  }
  .reserve_text_box {
    padding: 20px;
    border-radius: 20px;
  }
  .text_top {
    font-size: 18px;
    text-align: center;
  }
  .btnContact {
    margin-top: 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid #ddd ;
    text-align: center;
  }
  .btnContact  {
    font-size: 23px;
    padding-left: 0;
    padding-bottom: 0;
  }
  .btnContact::before {
    font-family: 'FontAwesome';
    /* content: "\f095"; */
    padding-right: 5px;
    color: #ffffff;
    font-size: 1em;
  }
  .text {
    padding-left: 0;
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: justify;
  }
}


@media all and (min-width:993px) {
    .c-gnav-sp {
        display: none
    }
}

.c-gnav-sp__btn {
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    background-color: #0c438a;
}

.c-gnav-sp__btn-bar {
    width: 20px;
    height: 2px;
    position: absolute;
    top: 29px;
    left: 20px;
    background-color: #fff
}

.c-gnav-sp__btn-bar--top {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    transform: translate(0, -8px)
}

.c-gnav-sp__btn-bar--bottom {
    -webkit-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    transform: translate(0, 8px)
}

.c-btn__label,
.c-gnav-sp__menu {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    left: 0
}

.c-gnav-sp__menu {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    padding: 0;
    transform: translate(0, -50%);
}

.c-gnav-sp__menu-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, .93);
    background-color: rgba(255, 255, 255, 0.93);
}

.c-gnav-sp__menu-item {
    list-style: none;
    margin: 18px 20px;
    font-size: 15px;
    font-size: .9375rem;
    text-align: right;
}

.c-gnav-sp__menu a {
    color: #fff;
    color: #000;
}

.c-gnav-sp__search {
    height: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0
}

.c-gnav-sp__search-text {
    position: absolute;
    top: 0;
    right: 60px;
    bottom: 0;
    left: 0
}

.c-gnav-sp__search-text input {
    width: 100%;
    height: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    padding: 0 15px;
    border: 0;
    border-radius: 0;
    color: #9b9b9b;
    font-size: 12px;
    font-size: .75rem;
    background-color: #272727
}

.c-gnav-sp__search-submit {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #0c438a;
    background-image: url(../img/common/icn_search.png);
    background-size: 12px 12px
}

.c-gnav-sp__search-submit input {
    width: 60px;
    height: 60px;
    opacity: 0
}

.c-gnav-sp__btn,
.c-gnav-sp__btn-bar {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.c-gnav-sp__menu-wrap {
    display: none;
    opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.c-gnav-sp__btn:hover {
    /* background-color: #d39828; */
}

.c-gnav-sp.is-opened .c-gnav-sp__btn-bar--top {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-gnav-sp.is-opened .c-gnav-sp__btn-bar--middle {
    width: 0;
    -webkit-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    transform: translate(10px, 0)
}

.c-gnav-sp.is-opened .c-gnav-sp__btn-bar--bottom {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.c-gnav-sp.is-opened .c-gnav-sp__menu-wrap {
    opacity: 1
}

.c-btn a {
    height: 70px;
    box-sizing: border-box;
    display: block;
    position: relative;
    color: #fff
}

.c-btn__label,
.c-contact {
    position: absolute;
    top: 50%;
    right: 0
}

@media all and (max-width:768px) {
    .c-btn a {
        height: 60px
    }
}

.c-btn--basic a {
    /* background-color: #000; */
    /* -webkit-transition-duration: .3s; */
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}


.c-btn--border a,
.c-index-sub-contents__more a {
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.c-btn--border a {
    border: 3px solid #fff;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.c-btn__label {
    transform: translate(0, -50%)
}

.c-btn--basic a:hover {
    color: #d39828;
/*     background-color: #d39828 */
  display: block;
  border-bottom:1px solid #eee;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.c-btn--border a:hover {
    color: #000;
    background-color: #fff
}

.c-contact {
    width: 50px;
    line-height: 1;
    z-index: 10;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}


/* .btn  */
.btn {display: inline-block;width: 200px;max-width:100%;/* padding: 0; *//* margin:0 10px; *//* color: #fff; *//* background: #726e6e; *//* border: #3f3d3d 1px solid; *//* border-bottom: #3f3d3d 1px solid; */font-size: 16px;text-decoration: none;/* text-align:center; *//* font-weight:500; */line-height: 25px;letter-spacing: 1px;position: relative;/* -webkit-border-radius: 30px; */-moz-border-radius: 30px;/* border-radius: 1px; */color: #5e5e5e;}
.btn:after {font-family: 'FontAwesome';content: "\e649";/* content: "\f16d"; */content: "\f178";font-size: 10px;font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;position: absolute;top: 0;right: 15px;z-index: 1;line-height: 25px;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;border-bottom: 1px solid #eee;}
/* .btn:after { font-family: 'FontAwesome'; 

/* .btnSmall */
.btnSmall {font-size: 13px;line-height: 30px;width: 150px;max-width: 100%;/* border: #999 2px solid; *//* border-bottom: #016c6e 2px solid; */z-index: 1000;}
.btnSmall:after {line-height: 30px;}
.btnSmall:hover { border:#999 0px solid; }

/* .btnSmall */
.btnSmallBorder {font-size: 13px;line-height:40px;width:200px;max-width:100%;color:#111;background:none;border:#111 1px solid;z-index: 1000;}
.btnSmallBorder:after { line-height:40px; }
.btnSmallBorder:hover { color:#999; background: #f0fafe;background:none; border:#999 1px solid; }




@media all and (max-width:992px) {
    .c-contact {
        display: none
    }
}

.c-contact img {
    display: block;
    margin: 0 auto 12px
}

.c-contact a {
    height: 150px;
    box-sizing: border-box;
    display: block;
    padding-top: 20px;
    color: #fff;
    text-decoration: none
}

.c-contact__item {
    margin: 0;
    list-style: none;
    font-size: 11px;
    font-size: .6875rem;
    letter-spacing: 2px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.c-contact__item-label-chara {
    display: block;
    margin-bottom: 2px;
    text-align: center
}

.c-contact__item--individual {
    background-color: rgba(0, 0, 0, .8)
}

.c-contact__item--corporate {
    background-color: rgba(76, 76, 76, .8)
}

.c-contact a:hover {
    color: #fff
}

.c-contact__item--individual:hover {
    background-color: rgba(0, 0, 0, .5)
}

.c-contact__item--corporate:hover {
    background-color: rgba(76, 76, 76, .5)
}

.c-index-main-contents {
    position: relative;
    margin-bottom: 7.64706%;
    /* font-family: 'Noto Sans JP',"游明朝",'Amerigo BT', YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; */
}

@media all and (min-width:769px) and (max-width:992px) {
    .c-index-main-contents {
        padding-bottom: 70px
    }
}

@media all and (max-width:768px) {
    .c-partner-logo img {
        width: 100%;
        height: auto
    }

    .c-partner-logo--orix {
        width: 118.5px;
        height: 16.5px
    }

    .c-partner-logo--massmutual {
        width: 88px;
        height: 18.5px
    }

    .c-partner-logo--nn {
        width: 40.5px;
        height: 23px
    }

    .c-partner-logo--axa {
        width: 54px;
        height: 27.5px
    }

    .c-partner-logo--metlife {
        width: 55px;
        height: 20px
    }

    .c-partner-logo--aflac {
        width: 54px;
        height: 19.5px
    }

    .c-partner-logo--msad {
        width: 69px;
        height: 23px
    }

    .c-partner-logo--aig {
        width: 81px;
        height: 18.5px
    }

    .c-partner-logo--nissay {
        width: 77px;
        height: 20.5px
    }

    .c-partner-logo--asahi {
        width: 75.5px;
        height: 18px
    }

    .c-partner-logo--zurich {
        width: 61px;
        height: 20.5px
    }

    .c-partner-logo--meijiyasuda {
        width: 81.5px;
        height: 10.5px
    }

    .c-partner-logo--tokiomarine {
        width: 109px;
        height: 13px
    }

    .c-partner-logo--gibraltar {
        width: 65.5px;
        height: 22px
    }

    .c-partner-logo--manulife {
        width: 60px;
        height: 20px
    }

    .c-partner-logo--sompojapan {
        width: 110px;
        height: 17px
    }

    .c-partner-logo--sonylife {
        width: 51.5px;
        height: 14.5px
    }

    .c-partner-logo--tokiomarine_s {
        width: 100px;
        height: 19px
    }

    .c-partner-logo--msad_s {
        width: 78px;
        height: 31px
    }

    .c-partner-logo--sompojapan_s {
        width: 117px;
        height: 24px
    }

    .c-partner-logo--secom_s {
        width: 154px;
        height: 15px
    }

    .c-partner-logo--aiu_s {
        width: 55px;
        height: 34px
    }

    .c-index-main-contents {
        padding-bottom: 60px
    }
}

@media all and (max-width:992px) {
    .c-index-main-contents {
        margin-bottom: 50px
    }

    .c-index-main-contents__summary {
        margin: 40px;
    }
}

@media all and (min-width:993px) {
    .c-index-main-contents--horizontal {
        margin-right: 4.11765%;
        margin-left: 4.11765%;
        margin-top: 120px;
    }

    .c-index-main-contents--horizontal:after,
    .c-index-main-contents--horizontal:before {
        content: "";
        display: table
    }

    .c-index-main-contents--horizontal:after {
        clear: both
    }

    .c-index-main-contents__wrap--horizontal {
        width: 100%
    }

    .c-index-main-contents__summary--horizontal {
        width: 450px;
        box-sizing: border-box;
        float: left;
    }

    .c-index-main-contents__body--horizontal {
        margin-left: 500px;
    }
}

.c-index-main-contents__head {
    margin-top: 0;
    margin-bottom: 20px;
    /* text-align: center; */
}

@media all and (max-width:992px) {
    .c-index-main-contents__head {
        margin-bottom: 18px
    }
}

.c-index-main-contents__head-ja {
    line-height: 1.38;
    display: block;
    font-size: 36px;
    font-size: 25px;
    font-weight: 400;
}

.c-index-main-contents__head-ja:after {
    width: 100%;
    height: 3px;
    content: '';
    display: block;
    margin: 22px 0 28px;
    background-color: #0c438a;
    /* margin-right: auto; */
    /* margin-left: auto; */
}

@media all and (max-width:768px) {
    .c-index-main-contents__head-ja {
        line-height: 1.35;
        font-size: 20px;
        font-size: 1.25rem
    }

    .c-index-main-contents__head-ja:after {
        width: 76px;
        height: 2px;
        margin: 12px 0 15px
    }
}

.c-index-main-contents__head-ja--center:after {
    margin-right: auto;
    margin-left: auto
}

.c-index-main-contents__head-ja--white:after {
    background-color: #fff
}

.c-index-main-contents__head-en {
    line-height: 1;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.c-lower-contents__head-big--ameretto,
.c-lower-eyecatch__head-en {
    /* font-family: Ameretto, sans-serif; */
    /* font-family: 'Noto Sans JP', "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; */
}

.c-index-main-contents__text {
    margin: 0;
    line-height: 1.8;
    /* font-family: 'Noto Sans JP',"游明朝",'Amerigo BT', YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; */
    font-size: 15px;
    text-align: left;
    font-weight: 400;
}

.c-index-main-contents__btn {
    width:80%;
    /* max-width:250px; */
    margin: 10px auto;
}

@media all and (max-width:992px) {
    .c-index-main-contents__btn {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        margin-top: 25px
    }
}

.c-index-sub-contents {
    position: relative;
    margin-bottom: 7.97546%
}

@media all and (max-width:992px) {
    .c-index-sub-contents {
        margin-bottom: 50px
    }
}

.c-index-sub-contents__head {
    line-height: 1;
    margin-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #3f3f3f;
    /* background: #e5a01d; */
    /* color: #fff; */
    padding: 8px 0;
}

@media all and (min-width:769px) {
    .c-index-sub-contents__head {
        margin-bottom: 50px;
        font-weight: 500;
    }
}

@media all and (max-width:768px) {
    .c-index-main-contents__head-en {
        font-size: 10px;
        font-size: .625rem
    }

    .c-index-sub-contents__head {
        margin-bottom: 5px;
        font-size: 15px;
        font-size: .9375rem
    }
}

.c-index-sub-contents__head--news {
    margin-bottom: 0;
}

.c-index-sub-contents__head--news span {
    margin-bottom: 0;
    padding-left:10px;
}



.c-index-sub-contents__head--news:before {
    margin-bottom: 0;
    content:"";
    content: "\f044";
    font-family: FontAwesome;
    color: #e5a01d;
}


.c-index-sub-contents__head--greeting {
    margin-bottom: 30px;
}

.c-index-sub-contents__head--greeting span {
    margin-bottom: 0;
    padding-left:10px;
}



.c-index-sub-contents__head--greeting:before {
    margin-bottom: 0;
    content:"";
    content: "\f06c";
    font-family: FontAwesome;
    color: #e5a01d;
}




@media all and (max-width:768px) {
    .c-index-sub-contents__head--news {
        margin-bottom: 5px
    }
}

.c-index-sub-contents__more {
    margin: 0;
    font-weight: 700
}

.c-index-sub-contents__more a {
    padding: 8px 0;
    color: #000;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

@media all and (min-width:769px) {
    .c-index-sub-contents__more {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 11px;
        font-size: .6875rem
    }

    .c-index-sub-contents__more a {
        display: block
    }
}

@media all and (max-width:768px) {
    .c-index-sub-contents__more {
        position: relative;
        z-index: 2;
        font-size: 12px;
        font-size: .75rem;
        text-align: right
    }

    .c-index-sub-contents__more--news {
        margin-bottom: -20px
    }

    .c-index-sub-contents__more a {
        display: inline-block
    }
}

.c-index-sub-contents__more a:after {
    width: 6px;
    height: 10px;
    content: '';
    display: inline-block;
    /* background-image: url(../img/common/arrow_black_right.png); */
    background-size: 6px, 10px;
    background-repeat: no-repeat;
    margin-left: 10px
}

.c-index-sub-contents__more a:hover {
    opacity: .5
}

@media all and (min-width:993px) {
    .c-index-contents-wrap {
        margin-right: 4.11765%;
        margin-left: 4.11765%;
    }

    .c-lower-eyecatch__head {
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        padding: 0 50px
    }
}

.c-lower-eyecatch {
    height: 250px;
    /* position: relative; */
    /* margin-bottom: 3.22222%; */
    /* margin-right: -50px; */
    /* margin-left: -50px; */
    /* top: 100px; */
    /* padding: 100px 20px; */
    margin: 100px 20px 0;
}

@media all and (min-width:1201px) and (max-width:1440px) {
    .c-lower-eyecatch {
        height: 250px;
    }
}

@media all and (min-width:993px) and (max-width:1200px) {
    .c-lower-eyecatch {
        /* height: 500px */
        padding: 2%;
    }
}

@media all and (max-width:992px) {
    .c-lower-eyecatch {
        height: auto;
        /* margin-right: 0; */
        /* margin-bottom: 0; */
        /* margin-left: 0; */
        /* margin: 0 20px; */
    }
}

@media all and (max-width:800px) {
    .c-lower-eyecatch {
        margin-top:70px;
    }
}



@media all and (max-width:500px) {
    .c-lower-eyecatch {
        margin-top:70px;
    }
}


.c-lower-eyecatch--minimum {
    height: 350px;
    margin-bottom: 0
}

@media all and (max-width:500px) {
    .c-lower-eyecatch--minimum {
        height: 275px
    }

    .c-lower-eyecatch__wrap {
        position: relative;
        height: 250px
    }
}

.c-lower-eyecatch__wrap--minimum {
    height: 350px;
    margin-bottom: 0
}

.c-lower-eyecatch__head {
    max-width: 1200px;
    box-sizing: border-box;
    /* position: absolute; */
    z-index: 2;
    margin: 0 auto;
    text-align: right;
}

@media all and (max-width:992px) {
    .c-lower-eyecatch__wrap--minimum {
        height: 275px
    }

    .c-lower-eyecatch__head {
        right: 0;
        bottom: 50px;
        left: 0;
        padding: 0 15px;
        text-shadow: 0 0 30px #fff
    }
}

@media all and (max-width:500px) {
    .c-lower-eyecatch__wrap--minimum {
        height: 200px
    }

    .c-lower-eyecatch__head {
        right: 0;
        bottom: 80px;
        left: 0;
        padding: 0 15px;
        text-shadow: 0 0 30px #fff
    }
}




.c-lower-eyecatch__head--white {
    color: #fff
}

.c-lower-eyecatch__head-en {
    display: block;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase
}

@media all and (min-width:769px) {
    .c-lower-eyecatch__head-en {
        margin-bottom: 15px;
        font-size: 60px;
        font-size: 35px;
        letter-spacing: 8px;
    }
}

@media all and (max-width:768px) {
    .c-lower-eyecatch__head-en {
        margin-bottom: 10px;
        font-size: 35px;
        font-size: 2.1875rem;
        letter-spacing: 5px
    }
}

.c-lower-eyecatch__head-ja {
    display: block;
    letter-spacing: 2px
}

@media all and (min-width:769px) {
    .c-lower-eyecatch__head-ja {
        font-size: 20px;
        font-size: 1.25rem
    }
}

.c-lower-eyecatch__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%
}

.c-lower-eyecatch__bg--company {
    background-image: url(../about/images/about_main.jpg);
}

.c-lower-eyecatch__bg--greeting {
    background-image: url(../greeting/images/greeting_main.jpg);
    padding: 2%;
    background-position: bottom left;
    /* width: 90%; */
    /* margin: 2%; */
    border-radius: 0.5em;
}


.c-lower-eyecatch__bg--service {
    background-image: url(../img/service/eyecatch.jpg)
}

.c-lower-eyecatch__bg--philosophy {
    background-image: url(../img/philosophy/eyecatch.jpg)
}

.c-lower-eyecatch__bg--recruit {
    background-image: url(../img/recruit/eyecatch.jpg)
}

.c-lower-eyecatch__bg--inquiry {
    background-image: url(../img/inquiry/eyecatch.jpg)
}

.c-lower-eyecatch__bg--seminar {
    background-image: url(../img/seminar/eyecatch.jpg)
}

.c-lower-contents {
    line-height: 2;
    margin: 0 auto 50px;
    position: relative;
    top: 100px;
}

.c-lower-contents:after,
.c-lower-contents:before {
    content: "";
    display: table
}

.c-lower-contents--max1200 {
    max-width: 1200px
}

.c-lower-contents__main {
    margin-bottom: 7.22222%
}

.c-lower-contents__main--leadership {
    margin-bottom: 0
}


.c-lower-contents__main2 {
    margin-bottom: 7.22222%
}
.c-lower-contents__main2 h2{
    font-size:25px;
    margin-bottom: 15px;
}


.c-lower-contents__main2--leadership {
    margin-bottom: 0
}


.c-lower-contents__sub {
    margin-bottom: 7.22222%
}

.c-lower-contents__sub--leadership {
    margin-bottom: 0
}

.c-lower-contents__fixed-box {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto
}

.c-lower-contents__section {
    margin-bottom: 7.77778%
}



    .c-lower-contents__main img{
        width: 90%;
        padding:2%;
    }


@media all and (min-width:769px) and (max-width:992px) {

    .c-lower-contents__sub:after,
    .c-lower-contents__sub:before {
        content: "";
        display: table
    }

    .c-lower-contents__sub:after {
        clear: both
    }

    .c-lower-contents__section {
        padding-top: 7.77778%;
        margin-bottom: 0
    }

    .c-lower-contents__section:last-of-type {
        margin-bottom: 7.77778%
    }

    .c-lower-contents__section.u-grid-box {
        margin-top: 7.77778%
    }
}

@media all and (max-width:768px) {
    .c-lower-eyecatch__head-ja {
        font-size: 10px;
        font-size: 12px;
    }

    .c-lower-contents__section {
        margin-bottom: 0;
        padding-top: 50px
    }

    .c-lower-contents__section:last-of-type {
        margin-bottom: 50px
    }

    .c-lower-contents__section.u-grid-box {
        margin-top: 50px
    }
}

.c-lower-contents__section--in-main {
    margin-bottom: 17.5%
}

@media all and (min-width:993px) and (max-width:1200px) {
    .c-lower-contents__section--in-main {
        margin-bottom: 10%
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .c-lower-contents__section--in-main {
        margin-bottom: 6.04839%
    }
}

@media all and (max-width:768px) {
    .c-lower-contents__section--in-main {
        margin-bottom: 30px
    }
}

.c-lower-contents__section--leadership:before {
    content: '';
    display: block
}

.c-lower-contents__section--philosophy:before {
    content: '';
    display: block
}

.c-lower-contents__sub-section {
    box-sizing: border-box
}

@media all and (min-width:993px) {
    .c-lower-contents__main {
        width: 48%;
        float: left;
    }



    .c-lower-contents__main img{
        width: 90%;
        padding:2%;
    }


     .c-lower-contents__main2 {
        width: 98%;
        padding: 1%;
    }

    .c-lower-contents__sub {
        width: 48%;
        float: right;
    }

    .c-lower-contents__section--leadership:before,
    .c-lower-contents__section--philosophy:before {
        height: 124px;
        margin-top: -124px
    }

    .c-lower-contents__sub-section {
        margin-bottom: 16.66667%
    }
}

@media all and (max-width:768px) {
    .c-lower-contents__sub-section {
        margin-bottom: 50px
    }
}

.c-lower-contents__head-sub {
    margin: 0 0 15px;
    color: #d39828;
    font-size: 20px;
    font-size: 1.25rem
}

.c-lower-contents__head-has-ruby {
    margin: 0 0 3.33333%;
    font-weight: 400
}

@media all and (min-width:769px) and (max-width:992px) {
    .c-lower-contents__sub-section {
        width: 50%;
        float: left
    }

    .c-lower-contents__sub-section:nth-of-type(2n+1) {
        padding-right: 15px
    }

    .c-lower-contents__sub-section:nth-of-type(2n) {
        padding-left: 15px
    }

    .c-lower-contents__head-has-ruby {
        margin: 0 0 3.33333%
    }
}

@media all and (max-width:768px) {
    .c-lower-contents__head-sub {
        font-size: 15px;
        font-size: .9375rem
    }

    .c-lower-contents__head-has-ruby {
        margin: 0 0 30px
    }
}

.c-lower-contents__head-has-ruby-ja {
    display: block;
    line-height: 1.1;
    font-size: 30px;
    font-size: 1.875rem
}

.c-lower-contents__head-has-ruby-ja:after {
    width: 60px;
    height: 3px;
    content: '';
    display: block;
    margin: 25px 0;
    background-color: #d39828
}

@media all and (max-width:768px) {
    .c-lower-contents__head-has-ruby-ja {
        font-size: 20px;
        font-size: 1.25rem
    }

    .c-lower-contents__head-has-ruby-ja:after {
        width: 76px;
        height: 2px;
        margin: 12px 0
    }
}

.c-lower-contents__head-has-ruby-en {
    display: block;
    font-size: 12px;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 3px
}

@media all and (max-width:768px) {
    .c-lower-contents__head-has-ruby-en {
        font-size: 10px;
        font-size: .625rem
    }
}

.c-lower-contents__head-big {
    line-height: 1.28571;
    margin: 0 0 3.88889%;
    font-size: 70px;
    font-size: 4.375rem;
    font-weight: 400
}

@media all and (min-width:769px) and (max-width:992px) {
    .c-lower-contents__head-big {
        font-size: 48px;
        font-size: 3rem
    }
}

@media all and (max-width:768px) {
    .c-lower-contents__head-big {
        font-size: 35px;
        font-size: 2.1875rem;
        margin-bottom: 30px
    }
}

.c-lower-contents__head-medium {
    line-height: 1.66667;
    margin: 0 0 2.22222%;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 400
}

@media all and (min-width:769px) and (max-width:992px) {
    .c-lower-contents__head-medium {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media all and (max-width:768px) {
    .c-lower-contents__head-medium {
        font-size: 15px;
        font-size: .9375rem;
        margin-bottom: 20px
    }
}

.c-lower-contents__head-underline {
    border-bottom-color: #e8e8e8;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    font-size: 20px;
    font-size: 1.25rem
}

@media all and (min-width:993px) {
    .c-lower-contents__head-underline {
        margin-top: 11.25%
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .c-lower-contents__head-underline {
        margin-top: 6.04839%
    }
}

@media all and (max-width:768px) {
    .c-lower-contents__head-underline {
        margin-top: 40px;
        font-size: 15px;
        font-size: .9375rem
    }
}

.c-lower-contents__text-little-big {
    font-size: 16px;
    font-size: 1rem
}

.c-lower-contents__image-main {
    width: 100%;
    display: block;
    margin: 12.5% 0
}

@media all and (min-width:993px) and (max-width:1200px) {
    .c-lower-contents__image-main {
        margin: 5% 0
    }
}

@media all and (max-width:992px) {
    .c-lower-contents__image-main {
        margin: 6.04839% 0
    }
}

.c-lower-contents__image-wide {
    width: 100%;
    display: block;
    margin-bottom: 4.44444%
}

.c-lower-contents__table {
    width: 100%;
    border-bottom: 1px solid #ebebeb
}

.c-lower-contents__table tbody tr {
    border-top: 1px solid #ebebeb
}

@media all and (max-width:768px) {
    .c-lower-contents__text-little-big {
        font-size: 12px;
        font-size: .75rem
    }

    .c-lower-contents__table tbody tr {
        display: block;
        padding: 20px 0
    }

    .c-lower-contents__table tbody tr td,
    .c-lower-contents__table tbody tr th {
        display: block
    }
}

.c-lower-contents__table tbody tr th {
    white-space: nowrap;
    padding: 20px 20px 20px 0;
    text-align: left;
}

@media all and (max-width:768px) {
    .c-lower-contents__table tbody tr th {
        padding: 0
    }
}

.c-lower-contents__table tbody tr td {
    padding: 20px 0;
    font-size: 15px;
}

@media all and (min-width:1201px) {
    .c-lower-contents__btn-more {
        margin-top: 6.66667%
    }

    .c-lower-contents__btn-more:first-of-type {
        margin-top: 13.33333%
    }
}

@media all and (min-width:993px) and (max-width:1200px) {
    .c-lower-contents__btn-more {
        margin-top: 3.33333%
    }

    .c-lower-contents__btn-more:first-of-type {
        margin-top: 6.66667%
    }
}

@media all and (max-width:992px) {
    .c-lower-contents__btn-more {
        margin-top: 20px
    }

    .c-lower-contents__btn-more:first-of-type {
        margin-top: 40px
    }
}

.c-lower-sub-multi:after,
.c-lower-sub-multi:before {
    content: "";
    display: table
}

.c-lower-sub-multi__photo img {
    width: 100%
}

@media all and (min-width:993px) {
    .c-lower-sub-multi__photo {
        margin-bottom: 10%
    }
}

@media all and (max-width:768px) {
    .c-lower-contents__table tbody tr td {
        padding: 0
    }

    .c-lower-sub-multi__photo {
        margin-bottom: 30px
    }
}

@media all and (min-width:993px) {
    .c-lower-sub-multi__column01 {
        margin-bottom: 15%
    }

    .c-local-navi {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 3;
        padding: 0 50px
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .c-lower-sub-multi__photo {
        width: 32.46753%;
        float: left
    }

    .c-lower-sub-multi__column01 {
        /* width: 96%; */
        /* float: left; */
        /* margin-left: 3.4632%; */
    }

    .c-lower-sub-multi__column02 {
        width: 30.30303%;
        float: right
    }
}

.c-lower-sub-multi__name {
    line-height: 1.5;
    font-weight: 400
}

.c-lower-sub-multi__name-label {
    display: block
}

@media all and (min-width:769px) {
    .c-lower-sub-multi__name {
        font-size: 16px;
        font-size: 1rem
    }

    .c-lower-sub-multi__name-label {
        font-size: 12px;
        font-size: .75rem
    }
}

@media all and (max-width:768px) {
    .c-lower-sub-multi__column01 {
        margin-bottom: 30px
    }

    .c-lower-sub-multi__name {
        font-size: 15px;
        font-size: .9375rem
    }

    .c-lower-sub-multi__name-label {
        font-size: 12px;
        font-size: .75rem
    }
}

.c-local-navi {
    max-width: 1300px;
    box-sizing: border-box;
    margin: 0 auto
}

.c-local-navi:after,
.c-local-navi:before {
    content: "";
    display: table
}

.c-local-navi-item {
    float: left;
    list-style: none
}

@media all and (max-width:992px) {
    .c-local-navi {
        padding: 0;
        background-color: #fff
    }

    .c-local-navi-item {
        width: 50%;
        text-align: center
    }
}

.c-local-navi-item a {
    box-sizing: border-box;
    display: block;
    font-weight: 500;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

@media all and (min-width:993px) {
    .c-local-navi-item a {
        height: 84px;
        padding: 32px 40px 0;
        color: #000;
        background-color: rgba(255, 255, 255, .8)
    }
}

@media all and (max-width:992px) {
    .c-local-navi-item a {
        padding: 22px 0;
        color: #fff;
        background-color: #000
    }
}

.c-local-navi-item a.is-current {
    color: #fff;
    background-color: #d39828
}

.c-local-navi-item a:hover {
    color: #fff;
    background-color: #272727
}

.c-information-table {
    width: 100%
}

.c-information-table a {
    color: #0060a3;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.c-information-table a:hover {
    color: #a9c1e5
}

.c-information-table tr {
    background-image: url(../img/common/line_dotted.png);
    background-position: 0 bottom;
    background-repeat: repeat-x
}

.c-information-table th {
    font-weight: 400;
    text-align: left
}

.c-information-table img {
    vertical-align: middle
}

.c-information-table__date {
    width: 11em
}

.c-information-table__link-type {
    width: 2em;
    text-align: center
}

@media all and (min-width:769px) {
    .c-information-table td {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .c-information-table__title {
        padding-left: .5em
    }
}

@media all and (max-width:768px) {
    .c-information-table tr {
        display: block;
        margin-bottom: 15px;
        padding-bottom: 15px
    }

    .c-information-table tr:last-child {
        margin-bottom: 0
    }

    .c-information-table__date,
    .c-information-table__link-type {
        display: inline-block
    }

    .c-information-table__title {
        display: block;
        padding-top: 5px
    }
}

.c-our-partner-list {
    margin: 0 0 -20px;
    padding: 0
}

@media all and (min-width:993px) {
    .c-our-partner-list--lower {
        margin-right: -7.5%
    }
}

@media all and (max-width:992px) {
    .c-our-partner-list--lower {
        margin-right: -15px
    }
}

.c-our-partner-list__item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3.84615%;
    margin-bottom: 40px
}

.c-our-partner-list__item--lower {
    margin-right: 7.5%
}

@media all and (max-width:768px) {
    .c-our-partner-list__item {
        margin-right: 20px;
        margin-bottom: 20px
    }
}

.c-collective-list {
    margin: 8.33333% 0
}

.c-collective-list:after,
.c-collective-list:before {
    content: "";
    display: table
}

.c-collective-list__thumb {
    display: block
}

@media all and (min-width:769px) {
    .c-collective-list__item {
        width: 42.5%;
        float: left
    }

    .c-collective-list__item:nth-of-type(2n+1) {
        margin-right: 15%
    }

    .c-collective-list__thumb {
        max-width: 100%;
        margin: 0 auto 7.84314%
    }
}

@media all and (max-width:768px) {
    .c-collective-list__thumb {
        width: 185px;
        height: 185px;
        margin: 0 auto 20px
    }
}

.c-collective-list__head {
    line-height: 1;
    text-align: center
}

@media all and (min-width:769px) {
    .c-collective-list__head {
        margin: 0 0 5.88235%
    }
}

@media all and (max-width:768px) {
    .c-collective-list__head {
        margin: 0 0 10px
    }
}

.c-collective-list__head-ja {
    display: block;
    color: #d39828
}

@media all and (min-width:769px) {
    .c-collective-list__head-ja {
        margin-bottom: 15px;
        font-size: 26px;
        font-size: 1.625rem
    }
}

@media all and (max-width:768px) {
    .c-collective-list__head-ja {
        margin-bottom: 10px;
        font-size: 18px;
        font-size: 1.125rem
    }
}

.c-collective-list__head-en {
    display: block;
    font-family: Open Sans, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px
}

.c-service-simple-list {
    margin: 8.33333% 0;
    padding: 0
}

.c-service-simple-list:after,
.c-service-simple-list:before {
    content: "";
    display: table
}

.c-service-simple-list__item,
.c-service-simple-list__item a {
    display: block
}

@media all and (min-width:769px) {
    .c-collective-list__head-en {
        font-size: 12px;
        font-size: .75rem
    }

    .c-service-simple-list__item {
        width: 47.91667%;
        float: left
    }

    .c-service-simple-list__item:nth-child(2n+1) {
        margin-right: 4.16667%
    }
}

@media all and (max-width:768px) {
    .c-collective-list__head-en {
        font-size: 10px;
        font-size: .625rem
    }

    .c-service-simple-list__item {
        margin-bottom: 15px
    }
}

.c-service-simple-list__thumb {
    overflow: hidden
}

.c-service-simple-list__thumb img {
    width: 100%;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

@media all and (min-width:769px) {
    .c-service-simple-list__thumb {
        margin-bottom: 5.21739%
    }

    .c-service-simple-list__label {
        font-size: 16px;
        font-size: 1rem
    }
}

@media all and (max-width:768px) {
    .c-service-simple-list__thumb {
        margin-bottom: 10px
    }

    .c-service-simple-list__label {
        font-size: 14px;
        font-size: .875rem
    }
}

a:hover .c-service-simple-list__thumb img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.c-insurance-list:after,
.c-insurance-list:before {
    content: "";
    display: table
}

@media all and (min-width:769px) {
    .c-insurance-list {
        margin-top: 5.83333%;
        margin-bottom: -4.16667%
    }
}

@media all and (max-width:768px) {
    .c-insurance-list {
        margin-top: 45px;
        margin-bottom: -30px
    }
}

.c-insurance-list__item {
    position: relative
}

@media all and (min-width:993px) {
    .c-insurance-list__item {
        padding-top: 124px;
        margin-top: -124px
    }
}

@media all and (max-width:992px) {
    .c-insurance-list__item {
        padding-top: 10px;
        margin-top: -10px
    }
}

.c-insurance-list__head:before {
    content: '';
    display: block
}

@media all and (min-width:769px) {
    .c-insurance-list__item {
        width: 47.91667%;
        box-sizing: border-box;
        float: left;
        margin-bottom: 4.16667%;
        padding-left: 130px
    }

    .c-insurance-list__item:nth-of-type(2n+1) {
        clear: both;
        margin-right: 4.16667%
    }

    .c-insurance-list__head-icon {
        width: 130px;
        position: absolute;
        top: 35px;
        left: 0;
        text-align: center
    }

    .c-insurance-list__head-icon img {
        width: 84px
    }
}

@media all and (max-width:768px) {
    .c-insurance-list__item {
        margin-bottom: 30px
    }

    .c-insurance-list__head-icon {
        width: 43px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px
    }

    .c-insurance-list__head-icon img {
        width: 100%
    }

    .c-insurance-list__head-label {
        display: inline-block;
        vertical-align: middle
    }
}

@media all and (min-width:993px) {
    .c-insurance-list__head-icon {
        margin-top: 124px
    }

    .c-service-flow__head {
        padding: 40px 0;
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media all and (max-width:992px) {
    .c-insurance-list__head-icon {
        margin-top: 10px
    }
}

.c-insurance-list__head-label {
    margin: 0
}

@media all and (min-width:769px) {
    .c-service-flow {
        margin-top: 10%
    }
}

@media all and (max-width:768px) {
    .c-service-flow {
        margin-top: 45px
    }
}

.c-service-flow__head {
    line-height: 1;
    cursor: pointer;
    position: relative;
    margin: 0;
    color: #fff;
    text-align: center
}

@media all and (min-width:769px) and (max-width:992px) {
    .c-service-flow__head {
        padding: 25px 0;
        font-size: 15px;
        font-size: .9375rem
    }
}

@media all and (min-width:993px) {
    .c-service-flow__head-step {
        line-height: 1;
        position: absolute;
        top: 50%;
        left: 47px;
        margin-top: -.5em;
        font-family: Ameretto, sans-serif;
        letter-spacing: 2px
    }
}

.c-news-article__item-category,
.c-news-article__item-date {
    float: left;
    letter-spacing: 3px;
    font-family: Open Sans, sans-serif
}

@media all and (min-width:769px) {
    .c-service-flow__head-icon {
        margin: 0 auto 15px
    }

    .c-service-flow__head-icon--01 {
        width: 20px;
        height: 22px;
        content: '';
        display: block;
        background-image: url(../img/service/icon_flow_step01.svg);
        background-size: 20px, 22px;
        background-repeat: no-repeat
    }
}

@media all and (max-width:768px) {
    .c-service-flow__head {
        padding: 25px 0;
        font-size: 11px;
        font-size: .6875rem
    }

    .c-service-flow__head-icon {
        position: absolute;
        top: 50%;
        left: 32px
    }

    .c-service-flow__head-icon--01 {
        width: 16px;
        height: 18px;
        content: '';
        display: block;
        background-image: url(../img/service/icon_flow_step01.svg);
        background-size: 16px, 18px;
        background-repeat: no-repeat;
        margin-top: -9px;
        margin-left: -8px
    }
}

@media all and (min-width:769px) {
    .c-service-flow__head-icon--02 {
        width: 20px;
        height: 22px;
        content: '';
        display: block;
        background-image: url(../img/service/icon_flow_step02.svg);
        background-size: 20px, 22px;
        background-repeat: no-repeat
    }
}

@media all and (max-width:768px) {
    .c-service-flow__head-icon--02 {
        width: 15px;
        height: 18px;
        content: '';
        display: block;
        background-image: url(../img/service/icon_flow_step02.svg);
        background-size: 15px, 18px;
        background-repeat: no-repeat;
        margin-top: -9px;
        margin-left: -7px
    }
}

@media all and (min-width:769px) {
    .c-service-flow__head-icon--03 {
        width: 26px;
        height: 26px;
        content: '';
        display: block;
        background-image: url(../img/service/icon_flow_step03.svg);
        background-size: 26px, 26px;
        background-repeat: no-repeat
    }
}

@media all and (max-width:768px) {
    .c-service-flow__head-icon--03 {
        width: 20px;
        height: 20px;
        content: '';
        display: block;
        background-image: url(../img/service/icon_flow_step03.svg);
        background-size: 20px, 20px;
        background-repeat: no-repeat;
        margin-top: -10px;
        margin-left: -10px
    }
}

@media all and (min-width:769px) {
    .c-service-flow__head-icon--04 {
        width: 17px;
        height: 24px;
        content: '';
        display: block;
        background-image: url(../img/service/icon_flow_step04.svg);
        background-size: 17px, 24px;
        background-repeat: no-repeat
    }
}

@media all and (max-width:768px) {
    .c-service-flow__head-icon--04 {
        width: 15px;
        height: 20px;
        content: '';
        display: block;
        background-image: url(../img/service/icon_flow_step04.svg);
        background-size: 15px, 20px;
        background-repeat: no-repeat;
        margin-top: -10px;
        margin-left: -8px
    }
}

@media all and (min-width:769px) {
    .c-service-flow__head-icon--05 {
        width: 26px;
        height: 18px;
        content: '';
        display: block;
        background-image: url(../img/service/icon_flow_step05.svg);
        background-size: 26px, 18px;
        background-repeat: no-repeat
    }
}

@media all and (max-width:768px) {
    .c-service-flow__head-icon--05 {
        width: 19px;
        height: 13px;
        content: '';
        display: block;
        background-image: url(../img/service/icon_flow_step05.svg);
        background-size: 19px, 13px;
        background-repeat: no-repeat;
        margin-top: -7px;
        margin-left: -10px
    }
}

@media all and (min-width:769px) {
    .c-service-flow__head-icon--06 {
        width: 26px;
        height: 32px;
        content: '';
        display: block;
        background-image: url(../img/service/icon_flow_step06.svg);
        background-size: 26px, 32px;
        background-repeat: no-repeat
    }

    .c-service-flow__body-wrap {
        padding: 4.16667% 5%
    }
}

@media all and (max-width:768px) {
    .c-service-flow__head-icon--06 {
        width: 18px;
        height: 22px;
        content: '';
        display: block;
        background-image: url(../img/service/icon_flow_step06.svg);
        background-size: 18px, 22px;
        background-repeat: no-repeat;
        margin-top: -11px;
        margin-left: -9px
    }
}

.c-service-flow__head-cross {
    position: absolute;
    top: 50%;
    margin-top: -10px
}

@media all and (min-width:993px) {
    .c-service-flow__head-cross {
        width: 20px;
        height: 20px;
        right: 30px
    }
}

@media all and (max-width:992px) {
    .c-service-flow__head-cross {
        width: 15px;
        height: 15px;
        right: 20px
    }
}

.c-service-flow__head-cross:after,
.c-service-flow__head-cross:before {
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    content: '';
    margin-top: -1px;
    background-color: #fff
}

.c-service-flow__head-cross:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.c-service-flow__head:after,
.c-service-flow__head:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2
}

@media all and (min-width:993px) {

    .c-service-flow__head:after,
    .c-service-flow__head:before {
        width: 24px;
        height: 28px;
        bottom: -6px
    }
}

@media all and (max-width:992px) {

    .c-service-flow__head:after,
    .c-service-flow__head:before {
        width: 12px;
        height: 14px;
        bottom: -3px
    }
}

.c-service-flow__head:before {
    right: 50%;
    -webkit-transform: skewY(30deg);
    -ms-transform: skewY(30deg);
    transform: skewY(30deg)
}

.c-service-flow__head:after {
    left: 50%;
    -webkit-transform: skewY(-30deg);
    -ms-transform: skewY(-30deg);
    transform: skewY(-30deg)
}

.c-service-flow__item:nth-of-type(1) .c-service-flow__head {
    z-index: 10
}

.c-service-flow__item:nth-of-type(2) .c-service-flow__head {
    z-index: 9
}

.c-service-flow__item:nth-of-type(3) .c-service-flow__head {
    z-index: 8
}

.c-service-flow__item:nth-of-type(4) .c-service-flow__head {
    z-index: 7
}

.c-service-flow__item:nth-of-type(5) .c-service-flow__head {
    z-index: 6
}

.c-service-flow__item:nth-of-type(6) .c-service-flow__head {
    z-index: 5
}

.c-service-flow__item:nth-of-type(7) .c-service-flow__head {
    z-index: 4
}

.c-service-flow__item:nth-of-type(8) .c-service-flow__head {
    z-index: 3
}

.c-service-flow__item:nth-of-type(9) .c-service-flow__head {
    z-index: 2
}

.c-service-flow__item:nth-of-type(10) .c-service-flow__head {
    z-index: 1
}

.c-service-flow__item:nth-of-type(2n+1) .c-service-flow__head,
.c-service-flow__item:nth-of-type(2n+1) .c-service-flow__head:after,
.c-service-flow__item:nth-of-type(2n+1) .c-service-flow__head:before {
    background-color: #272727
}

.c-service-flow__item:nth-of-type(2n+1) .c-service-flow__head--important,
.c-service-flow__item:nth-of-type(2n+1) .c-service-flow__head--important:after,
.c-service-flow__item:nth-of-type(2n+1) .c-service-flow__head--important:before {
    background-color: #d39828
}

.c-service-flow__item:nth-of-type(2n) .c-service-flow__head,
.c-service-flow__item:nth-of-type(2n) .c-service-flow__head:after,
.c-service-flow__item:nth-of-type(2n) .c-service-flow__head:before {
    background-color: #434343
}

.c-service-flow__item:nth-of-type(2n) .c-service-flow__head--important,
.c-service-flow__item:nth-of-type(2n) .c-service-flow__head--important:after,
.c-service-flow__item:nth-of-type(2n) .c-service-flow__head--important:before {
    background-color: #d39828
}

.c-service-flow__item:last-of-type .c-service-flow__head:after,
.c-service-flow__item:last-of-type .c-service-flow__head:before {
    display: none
}

.c-service-flow__body {
    height: 0;
    box-sizing: border-box;
    overflow: hidden;
    border-right: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3
}

@media all and (max-width:768px) {
    .c-service-flow__body-wrap {
        padding: 20px
    }
}

.c-service-flow__body ul {
    padding-left: 2em
}

.c-service-flow__item:last-of-type .c-service-flow__body {
    border-bottom: 1px solid #e3e3e3
}

.c-service-flow__item .c-service-flow__head {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -webkit-transition-property: background-color;
    transition-property: background-color
}

.c-service-flow__item .c-service-flow__head:after,
.c-service-flow__item .c-service-flow__head:before {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.c-service-flow__item .c-service-flow__head:hover,
.c-service-flow__item .c-service-flow__head:hover:after,
.c-service-flow__item .c-service-flow__head:hover:before {
    background-color: #000
}

.c-service-flow__item .c-service-flow__head--important:hover,
.c-service-flow__item .c-service-flow__head--important:hover:after,
.c-service-flow__item .c-service-flow__head--important:hover:before {
    background-color: #c39d00
}

.c-service-flow__item .c-service-flow__head-cross {
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.c-service-flow__item .c-service-flow__body {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.c-service-flow__item.is-opened .c-service-flow__head-cross {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-news-article {
    line-height: 2
}

.c-news-article__item {
    position: relative;
    padding: 25px 0;
    background-image: url(../img/common/line_dotted.png);
    background-repeat: repeat-x;
    background-position: left bottom
}

.c-news-article__item-date {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: .75rem
}

@media all and (max-width:768px) {
    .c-news-article__item {
        padding: 20px 0
    }

    .c-news-article__item-date {
        margin-bottom: 5px;
        font-size: 10px;
        font-size: .625rem
    }
}

.c-news-article__item-category {
    margin-bottom: 10px;
    color: #d39828;
    font-size: 12px;
    font-size: .75rem
}

.c-news-article__item-category:after,
.c-news-article__item-document:after {
    content: '|';
    display: block;
    color: #000;
    float: left
}

@media all and (max-width:768px) {
    .c-news-article__item-category {
        margin-bottom: 5px;
        font-size: 10px;
        font-size: .625rem
    }
}

.c-news-article__item-category:after {
    margin: 0 10px
}

.c-news-article__item-document {
    float: left;
    font-size: 12px;
    font-size: .75rem
}

@media all and (max-width:768px) {
    .c-news-article__item-document {
        font-size: 10px;
        font-size: .625rem
    }
}

.c-news-article__item-document img {
    vertical-align: middle;
    margin-bottom: 2px
}

.c-news-article__item-document:after {
    margin: 0 10px
}

.c-news-article__item-body {
    overflow: hidden
}

.c-news-article__item-body p {
    margin: 0
}

.c-news-article__item-body--long-text {
    position: relative;
    padding-right: 100px
}

.c-news-article__item-body-short--has-content {
    cursor: pointer
}

.c-news-article__item-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -10px
}

@media all and (max-width:992px) {
    .c-news-article__item-body--long-text {
        padding-right: 40px
    }

    .c-news-article__item-icon {
        width: 15px;
        height: 15px;
        right: 5px
    }
}

.c-news-article__item-icon:after,
.c-news-article__item-icon:before {
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    content: '';
    margin-top: -1px;
    background-color: #d39828
}

.c-news-article__item-icon:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.c-news-article__item-body,
.c-news-article__item-body-short {
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.c-news-article__item-body-full {
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.c-news-article__item-icon {
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.c-news-article__item.is-opened .c-news-article__item-body-full {
    opacity: 1
}

.c-news-article__item.is-opened .c-news-article__item-icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-news-menu {
    font-size: 16px;
    font-size: 1rem
}

@media all and (min-width:1201px) {
    .c-news-menu {
        margin-bottom: 17.5%
    }
}

@media all and (min-width:993px) and (max-width:1200px) {
    .c-news-menu {
        margin-bottom: 5.55556%
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .c-news-menu {
        margin-bottom: 5.55556%
    }
}

@media all and (max-width:768px) {
    .c-news-menu {
        margin-bottom: 40px;
        font-size: 13px;
        font-size: .8125rem
    }
}

.c-news-menu__archives {
    margin: 0 0 20px;
    padding: 0
}

.c-news-menu__archives:after,
.c-news-menu__archives:before {
    content: "";
    display: table
}

@media all and (max-width:992px) {
    .c-news-menu__archives {
        margin-bottom: 10px
    }
}

.c-news-menu__archives-item {
    display: block;
    float: left;
    margin: 0
}

.c-news-menu__archives-item:after {
    content: '/';
    display: block;
    float: right;
    margin: 0 30px
}

.c-news-menu__archives-item:last-child:after {
    display: none
}

.c-inquiry-summary {
    margin-bottom: 6.66667%;
    font-size: 16px;
    font-size: 1rem
}

@media all and (min-width:769px) and (max-width:992px) {
    .c-inquiry-summary {
        margin-top: 8.33333%;
        margin-bottom: -3.33333%
    }
}

@media all and (max-width:768px) {
    .c-inquiry-summary {
        margin: 40px 0 -20px;
        font-size: 12px;
        font-size: .75rem
    }
}

.c-inquiry-summary__required {
    display: inline;
    color: #d39828
}

.c-inquiry-steps {
    margin: 0 0 6.66667%;
    padding: 0;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: Open Sans, sans-serif;
    letter-spacing: 4px
}

.c-inquiry-steps:after,
.c-inquiry-steps:before {
    content: "";
    display: table
}

.c-inquiry-steps:after {
    clear: both
}

@media all and (min-width:993px) {
    .c-inquiry-steps {
        margin-top: 1.66667%
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .c-inquiry-steps {
        margin-top: 10%
    }
}

@media all and (max-width:768px) {
    .c-inquiry-steps {
        margin-top: 60px;
        margin-bottom: 40px;
        font-size: 15px;
        font-size: .9375rem
    }
}

.c-inquiry-steps__item {
    display: block;
    float: left;
    margin: 0
}

.c-inquiry-steps__item:after {
    content: '/';
    display: block;
    float: right;
    margin: 0 15px;
    color: #000
}

.c-inquiry-steps__item:last-child:after {
    display: none
}

.c-inquiry-steps__item.is-current {
    color: #d39828
}

.c-inquiry-form__item-wrap {
    margin-bottom: 4.16667%
}

.c-inquiry-form__item--column2 {
    width: 47.91667%;
    float: left;
    margin-right: 4.16667%
}

.c-inquiry-form__item--column2:last-of-type {
    margin-right: 0
}

@media all and (max-width:768px) {
    .c-inquiry-form__item-wrap {
        margin-bottom: 35px
    }

    .c-inquiry-form__item--column2 {
        width: 100%;
        float: none;
        font-size: 12px;
        font-size: .75rem
    }
}

.c-inquiry-form__item a {
    color: #0060a3;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.c-inquiry-form__submit-btn,
.p-index-service__insurance-list-item a:hover {
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.c-inquiry-form__item a:hover {
    color: #a9c1e5
}

.c-inquiry-form__label {
    margin-bottom: 2.08333%
}

.c-inquiry-form__label.is-required:before {
    content: '※';
    display: inline-block;
    margin-right: 5px;
    color: #d39828
}

.c-inquiry-form select,
.c-inquiry-form textarea {
    display: block;
    background-color: #f5f5f5;
    box-sizing: border-box
}

.c-inquiry-form__label .error {
    margin-left: 1em;
    color: #d39828
}

.c-inquiry-form input[type=email],
.c-inquiry-form input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    padding: 30px 25px;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    font-size: 1rem;
    background-color: #f5f5f5
}

.c-inquiry-form input[type=email].has-error,
.c-inquiry-form input[type=text].has-error {
    border: 3px solid #d39828
}

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

    .c-inquiry-form input[type=email],
    .c-inquiry-form input[type=text] {
        font-size: 12px;
        font-size: .75rem
    }

    .c-inquiry-form input[type=email].has-error,
    .c-inquiry-form input[type=text].has-error {
        border-width: 2px
    }
}

.c-inquiry-form input[type=checkbox] {
    vertical-align: middle;
    margin-right: 20px
}

.c-inquiry-form input[type=radio] {
    vertical-align: middle;
    margin-right: 10px
}

@media all and (max-width:992px) {

    .c-inquiry-form input[type=email],
    .c-inquiry-form input[type=text] {
        padding: 20px 15px
    }

    .c-inquiry-form input[type=checkbox] {
        margin-right: 10px
    }

    .c-inquiry-form input[type=radio] {
        margin-right: 5px
    }
}

.c-inquiry-form input[type=file] {
    line-height: 10px
}

.c-inquiry-form input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0
}

.c-inquiry-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
    padding: 30px 25px;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    font-size: 1rem;
    background-image: url(../img/common/arrow_black_bottom.png);
    background-repeat: no-repeat;
    background-position: top 50% right 30px;
    background-size: 14px 8px
}

@media all and (max-width:992px) {
    .c-inquiry-form select {
        padding: 20px 15px;
        background-position: top 50% right 14px;
        background-size: 10px 6px
    }
}

.p-index-eyecatch__slide-item,
.p-index-our-team__bg {
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.c-inquiry-form select.has-error {
    border: 3px solid #d39828
}

@media all and (max-width:768px) {
    .c-inquiry-form select {
        font-size: 12px;
        font-size: .75rem
    }

    .c-inquiry-form select.has-error {
        border-width: 2px
    }
}

.c-inquiry-form textarea {
    width: 100%;
    height: 450px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 30px 25px;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    font-size: 1rem
}

.c-inquiry-form textarea.has-error {
    border: 3px solid #d39828
}

@media all and (max-width:768px) {
    .c-inquiry-form textarea {
        font-size: 12px;
        font-size: .75rem
    }

    .c-inquiry-form textarea.has-error {
        border-width: 2px
    }
}

.c-inquiry-form__input-wrap {
    margin-bottom: 4.16667%;
    font-size: 22px;
    font-size: 1.375rem
}

.c-inquiry-form__input-wrap:after,
.c-inquiry-form__input-wrap:before {
    content: "";
    display: table
}

@media all and (max-width:992px) {
    .c-inquiry-form textarea {
        height: 165px;
        padding: 20px 15px
    }

    .c-inquiry-form__input-wrap {
        margin-bottom: 35px;
        font-size: 16px;
        font-size: 1rem
    }
}

@media all and (min-width:769px) {
    .c-inquiry-form__input-wrap--column2 {
        margin-bottom: 0
    }
}

.c-inquiry-form__input-item .error {
    display: none
}

.c-inquiry-form__input-column1 {
    width: 100%
}

.c-inquiry-form__input-column2 {
    width: 47.91667%;
    float: left;
    margin-right: 4.16667%
}

.c-inquiry-form__input-column2:last-of-type {
    margin-right: 0
}

.c-inquiry-form__input-full {
    width: 100%
}

.c-inquiry-form__input-phonenumber,
.c-inquiry-form__input-zipcode {
    width: 25%
}

.c-inquiry-form .mwform-radio-field,
.c-inquiry-form__input-radio {
    float: left;
    padding-right: 20px;
    padding-left: 30px;
    font-size: 16px;
    font-size: 1rem
}

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

    .c-inquiry-form .mwform-radio-field,
    .c-inquiry-form__input-radio {
        font-size: 12px;
        font-size: .75rem
    }
}

.c-inquiry-form .mwform-zip-field {
    font-size: 16px;
    font-size: 1rem
}

@media all and (max-width:768px) {
    .c-inquiry-form .mwform-zip-field {
        font-size: 12px;
        font-size: .75rem
    }
}

.c-inquiry-form .mwform-zip-field input:first-of-type {
    margin-left: 5px
}

.c-inquiry-form__policy {
    margin-bottom: 25px
}

.c-inquiry-form__required {
    display: inline;
    color: #d39828
}

.c-inquiry-form__submit {
    width: 100%;
    margin: 10.83333% 0;
    text-align: center
}

.c-inquiry-form__submit:after,
.c-inquiry-form__submit:before {
    content: "";
    display: table
}

@media all and (max-width:992px) {
    .c-inquiry-form__submit {
        margin: 50px 0
    }
}

.c-inquiry-form__submit-btn {
    width: 47.91667%;
    display: inline-block;
    margin-left: 4.16667%;
    padding: 45px 0;
    text-align: center;
    color: #fff;
    background-color: #000;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.c-inquiry-form__submit-btn--back,
.c-inquiry-form__submit-btn:disabled {
    background-color: #4c4c4c
}

.c-inquiry-form__submit-btn:first-of-type {
    margin-left: 0
}

@media all and (max-width:992px) {
    .c-inquiry-form__submit-btn {
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0;
        padding: 30px 0
    }

    .c-inquiry-form__submit-btn:last-of-type {
        margin-bottom: 0
    }
}

.c-inquiry-form__notes {
    margin: 0;
    padding-top: 1.66667%;
    padding-left: 20px;
    font-size: 12px;
    font-size: .75rem
}

.c-inquiry-form__box-label label {
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 30px;
    font-size: 16px;
    font-size: 1rem;
    background-color: #f5f5f5
}

.c-inquiry-form .mwform-file-delete,
.c-inquiry-form__box-label .error {
    display: none
}

.c-inquiry-form__box-label.has-error label {
    border: 3px solid #d39828
}

@media all and (max-width:768px) {
    .c-inquiry-form__notes {
        margin-top: -30px
    }

    .c-inquiry-form__box-label label {
        font-size: 12px;
        font-size: .75rem
    }

    .c-inquiry-form__box-label.has-error label {
        border-width: 2px
    }
}

.c-inquiry-form__thanks {
    font-size: 16px;
    font-size: 1rem
}

.c-inquiry-form__thanks p {
    margin-bottom: 2em
}

.c-inquiry-form__submit-btn:hover {
    background-color: #d39828
}

.c-inquiry-form__submit-btn:disabled:hover {
    background-color: #4c4c4c
}

.c-error-contents {
    text-align: center
}

@media all and (min-width:993px) {
    .c-error-contents {
        margin-top: 16.66667%;
        margin-bottom: 16.66667%
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .c-error-contents {
        margin-top: 25.20161%;
        margin-bottom: 20.16129%
    }
}

@media all and (max-width:768px) {
    .c-inquiry-form__thanks {
        font-size: 12px;
        font-size: .75rem
    }

    .c-error-contents {
        margin: 150px 0 100px
    }
}

.c-error-contents__head {
    line-height: 1;
    margin: 0;
    font-weight: 400;
    font-family: Ameretto, sans-serif;
    text-transform: uppercase
}

@media all and (min-width:769px) {
    .c-error-contents__head {
        margin-bottom: 1.66667%;
        font-size: 60px;
        font-size: 3.75rem;
        letter-spacing: 10px
    }
}

@media all and (max-width:768px) {
    .c-error-contents__head {
        margin-bottom: 15px;
        font-size: 30px;
        font-size: 1.875rem;
        letter-spacing: 5px
    }
}

.c-error-contents__text {
    font-weight: 700;
    font-family: Open Sans, sans-serif;
    text-transform: uppercase
}

@media all and (min-width:769px) {
    .c-error-contents__text {
        margin-bottom: 5%;
        font-size: 12px;
        font-size: .75rem;
        letter-spacing: 3px
    }

    .c-error-contents__btn a {
        height: 100px
    }
}

@media all and (max-width:768px) {
    .c-error-contents__text {
        margin-bottom: 45px;
        font-size: 10px;
        font-size: .625rem;
        letter-spacing: 2px
    }
}

.c-error-contents__btn {
    max-width: 310px;
    margin: 0 auto;
    letter-spacing: 2px
}

@media all and (max-width:768px) {
    .c-error-contents__btn a {
        height: 60px
    }
}

.p-index-eyecatch__wrap {
    height: 50vh;
    overflow: hidden;
    position: relative;
    /* margin: 0 -50px; */
    top: 100px;
    padding: 0px 20px 20px;
}

.p-index-eyecatch__wrap .slide_img{
    height: 50vh;
}






@media all and (max-width:992px) {
    .c-inquiry-form__box-label label {
        padding: 20px 15px
    }

    .p-index-eyecatch__wrap {
        height: 90vh;
        /* margin: 0 -15px; */
        padding: 2%;
        top: 60px;
    }
}

@media all and (max-width:500px) {

    .p-index-eyecatch__wrap {
        height: 50vh;
        /* margin: 0 -15px; */
        padding: 2%;
        top: 60px;
    }
}



.p-index-eyecatch__label {
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    z-index: 3;
    margin-top: -20px;
    color: #fff;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.p-index-eyecatch__slide,
.p-index-eyecatch__slide-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.p-index-eyecatch__label-icon {
    margin-bottom: 32px
}

@media all and (max-width:992px) {
    .p-index-eyecatch__label-icon {
        height: 35px;
        margin-bottom: 18px
    }
}

@media all and (min-width:993px) {
    .p-index-eyecatch__label-main {
        margin-bottom: 24px
    }
}

.p-index-eyecatch__label-sub {
    font-weight: 700;
    letter-spacing: 3px
}

@media all and (max-width:992px) {
    .p-index-eyecatch__label-main {
        margin-bottom: 12px
    }

    .p-index-eyecatch__label-sub {
        font-size: 7px;
        font-size: .4375rem
    }
}

@media all and (max-width:768px) {
    .p-index-eyecatch__label-str {
        height: 30px
    }
}

.p-index-eyecatch__slide-item {
    background-size: cover
}

@media all and (min-width:993px) {
    .p-index-eyecatch__label-sub--01 {
        margin-bottom: 24px
    }

    .p-index-eyecatch__slide-item--01 {
        background-image: url(../img/top/contents_1.jpg);
    }

    .p-index-eyecatch__slide-item--02 {
        background-image: url(../img/top/contents_2.jpg);
    }

    .p-index-eyecatch__slide-item--03 {
        background-image: url(../img/top/contents_3.jpg);
    }
    .p-index-eyecatch__slide-item--04 {
        background-image: url(../img/top/contents_4.jpg);
    }
}

@media all and (max-width:992px) {
    .p-index-eyecatch__label-sub--01 {
        margin-bottom: 12px
    }

    .p-index-eyecatch__slide-item--01 {
        background-image: url(../img/index/slide_img01_sp.jpg)
    }

    .p-index-eyecatch__slide-item--02 {
        background-image: url(../img/index/slide_img02_sp.jpg)
    }

    .p-index-eyecatch__slide-item--03 {
        background-image: url(../img/index/slide_img03_sp.jpg)
    }

    .p-index-eyecatch__slide-item--04 {
        background-image: url(../img/index/slide_img04_sp.jpg)
    }

   
}

@media all and (min-width:993px) {
    .p-index-eyecatch__arrow {
        position: absolute;
        bottom: 20px;
        right: 0;
        left: 0;
        z-index: 3;
        color: #fff;
        font-size: 10px;
        font-size: .625rem;
        font-family: Open Sans, sans-serif;
        text-align: center;
        letter-spacing: 2px;
    }


.p-index-eyecatch__arrow:after {
        position: absolute;
        bottom: -20px;
        right: 0;
        left: 0;
        z-index: 3;
        color: #fff;
        font-size: 10px;
        font-size: .625rem;
    font-family: 'FontAwesome';
    content: "\f078 ";
    font-size: 20px;
    line-height: 58px;
        text-align: center;
        letter-spacing: 2px;

    }


    .p-index-eyecatch__arrow img {
        display: block;
        margin: 12px auto 0
    }

    .p-index-eyecatch__pager {
        position: absolute;
        top: 50%;
        left: 40px;
        z-index: 3;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .p-index-eyecatch__pager-item {
        width: 10px;
        height: 2px;
        margin: 18px 0;
        background-color: #fff
    }

    .p-index-eyecatch__pager-item.is-current {
        background-color: #d39828
    }

    .p-index-eyecatch__summary {
        margin: 0 -50px 7.64706%;
        padding: 5% 0
    }
}

.p-index-eyecatch__summary {
    box-sizing: border-box;
    position: relative;
    color: #fff;
    text-align: center;
    background-color: #d39828
}

@media all and (max-width:992px) {

    .p-index-eyecatch__arrow,
    .p-index-eyecatch__pager {
        display: none
    }

    .p-index-eyecatch__summary {
        margin-right: -15px;
        margin-bottom: 50px;
        margin-left: -15px;
        padding: 25px 15px
    }
}

.p-index-eyecatch__summary-head {
    margin-top: 0
}

@media all and (min-width:993px) {
    .p-index-eyecatch__summary-head {
        line-height: 1.45455;
        margin-bottom: 18px;
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media all and (max-width:992px) {
    .p-index-eyecatch__summary-head {
        line-height: 1.45455;
        margin-bottom: 10px;
        font-size: 16px;
        font-size: 1rem
    }

    .p-index-eyecatch__summary-text br {
        display: none
    }
}

.p-index-eyecatch__summary-text {
    line-height: 1.66667;
    margin: 0
}

@media all and (min-width:1441px) {
    .p-index-eyecatch__summary-text {
        font-size: 16px;
        font-size: 1rem
    }
}

@media all and (max-width:1440px) {
    .p-index-eyecatch__summary-text {
        font-size: 14px;
        font-size: .875rem
    }
}

@media all and (max-width:768px) {
    .p-index-eyecatch__summary-text {
        font-size: 12px;
        font-size: .75rem
    }
}

.p-index-eyecatch__label-icon {
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.39, .575, .565, 1);
    transition-timing-function: cubic-bezier(.39, .575, .565, 1);
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.p-index-eyecatch__label-sub {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.39, .575, .565, 1);
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

.p-index-eyecatch__label-sub--01 {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s
}

.p-index-eyecatch__label-sub--02 {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s
}

.p-index-eyecatch__label-str {
    opacity: 0;
    -webkit-transform: translate3d(0, 16px, 0);
    transform: translate3d(0, 16px, 0);
    -webkit-transition-property: opacity, -webkit-filter, -webkit-transform;
    transition-property: opacity, -webkit-filter, -webkit-transform;
    transition-property: opacity, filter, transform;
    transition-property: opacity, filter, transform, -webkit-filter, -webkit-transform;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease, cubic-bezier(.39, .575, .565, 1), cubic-bezier(.39, .575, .565, 1);
    transition-timing-function: ease, cubic-bezier(.39, .575, .565, 1), cubic-bezier(.39, .575, .565, 1)
}

.p-index-eyecatch__label-str--01 {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.p-index-eyecatch__label-str--02 {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.p-index-eyecatch__label-str--03 {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.p-index-eyecatch__label-str--04 {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

.p-index-eyecatch__label-str--05 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.p-index-eyecatch__label-str--06 {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s
}

.p-index-eyecatch__label-str--07 {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.p-index-eyecatch__label-str--08 {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s
}

@-webkit-keyframes slideIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        opacity: 1
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes slideIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        opacity: 1
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.p-index-eyecatch__slide-item {
    opacity: 0
}

.p-index-eyecatch__slide-item.is-animate {
    opacity: 1;
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-timing-function: cubic-bezier(.39, .575, .565, 1);
    animation-timing-function: cubic-bezier(.39, .575, .565, 1)
}

.p-index-eyecatch__slide-item.is-current {
    z-index: 2
}

@-webkit-keyframes arrowAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0)
    }

    80% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0
    }
}

@keyframes arrowAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0)
    }

    80% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0
    }
}

.p-index-eyecatch__arrow img {
    -webkit-animation-name: arrowAnimation;
    animation-name: arrowAnimation;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.39, .575, .565, 1);
    animation-timing-function: cubic-bezier(.39, .575, .565, 1)
}

.p-index-eyecatch__label.is-visible .p-index-eyecatch__label-icon,
.p-index-eyecatch__label.is-visible .p-index-eyecatch__label-sub {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.p-index-eyecatch__label.is-visible .p-index-eyecatch__label-str {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.p-index-our-work:after,
.p-index-our-work:before {
    content: "";
    display: table
}

@media all and (min-width:993px) {
    .p-index-our-work__item {
/*         margin-top: 60px; */
    }

    .p-index-our-work__item:first-of-type,
    .p-index-our-work__item:nth-of-type(2) {
        margin-top: 0
    }

    .p-index-our-work__item:nth-of-type(4) {
        clear: both
    }

    .p-index-our-work__item:nth-of-type(3n+1) {
        padding-right: 10px
    }

    .p-index-our-work__item:nth-of-type(4n) {
        padding-left: 10px
    }
}

@media all and (min-width:769px) {
    .p-index-our-work__items {
        float: left
    }

    .p-index-our-work__items:after,
    .p-index-our-work__items:before {
        content: "";
        display: table
    }

    .p-index-our-work__items:after {
        clear: both
    }

    .p-index-our-work__item {
        width: 33.333%;
        float: left;
        box-sizing: border-box;
        padding: 0 10px
    }

    .p-index-our-work__item-num {
        top: -21px;
        left: -16px
    }
}

@media all and (max-width:992px) {
    .p-index-our-work__item {
        margin-bottom: 40px
    }
}

.p-index-our-work__item a {
    display: block;
    position: relative;
    color: #000
}

.p-index-our-work__item-num {
    line-height: 1;
    position: absolute;
    z-index: 2;
    margin: 0;
    color: #d39828;
    font-size: 37px;
    font-size: 2.3125rem;
    font-family: Ameretto, sans-serif;
    font-style: italic
}

.p-index-our-work__item-num:after {
    width: 36px;
    height: 2px;
    content: '';
    display: block;
    margin: 5px auto 0;
    background-color: #d39828
}

.p-index-our-work__item-thumb {
    overflow: hidden
}

@media all and (min-width:1441px) {
    .p-index-our-work__item-thumb {
        /* width: 56.45161%; */
        /* float: left */
        display: block;
    }

    .p-index-our-work__item-summary {
        /* margin-left: 56.45161%; */
        padding-left: 1.45161%;
    }
}

@media all and (max-width:1440px) {
    .p-index-our-work__item-thumb {
        margin-bottom: 18px
    }
}

.p-index-our-work__item-thumb img {
    width: 100%;
    height: auto;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.p-index-our-work__item-summary-head {
    line-height: 1.66667;
    margin: 10px 0 5px;
    font-size: 18px;
    font-size: 17px;
    font-weight: 500;
    /* color: #d39828; */
    /* border-bottom: 2px solid #d39828; */
}



@media all and (max-width:1440px) {
.p-index-our-work__item-summary-head {
    line-height: 1.66667;
    margin: 10px 0 5px;
    font-size: 15px;
}

}




@media all and (max-width:992px) {
    .p-index-our-work__item-summary-head {
        font-size: 15px;
        font-size: .9375rem
    }
}

.p-index-our-work__item-summary-text {
    line-height: 2;
    margin: 0;
    font-size: 12px;
    font-size: 15px;
}

@media all and (max-width:1024px) {
    .p-index-our-work__item-summary-text {
        font-size: 13px;
        line-height: 1.6;
        font-weight:400;
    }

}


.p-index-our-work__item-summary {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    display: block;
}

a:hover .p-index-our-work__item-thumb img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

a:hover .p-index-our-work__item-summary {
    color: #9b9b9b
}

.p-index-service__wrap {
    width: 100%;
    display: table
}

@media all and (min-width:993px) {
    .p-index-service {
        padding: 7.64706% 4.11765%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../img/index/service_img.jpg)
    }

    .p-index-service__body,
    .p-index-service__summary {
        width: 50%;
        display: table-cell;
        position: relative;
        vertical-align: middle
    }

    .p-index-service__summary {
        padding-right: 25px
    }
}

@media all and (max-width:992px) {
    .p-index-service {
        margin-right: -15px;
        margin-left: -15px;
        padding-bottom: 0
    }

    .p-index-service__summary {
        margin-bottom: 15px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../img/index/service_img_s.jpg)
    }

    .p-index-service__body {
        margin: 0 15px
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .p-index-service__summary {
        padding: 7.05645% 0
    }
}

@media all and (max-width:768px) {
    .p-index-our-work__item-num {
        top: -25px;
        left: 10px
    }

    .p-index-service__summary {
        padding: 70px 15px 60px
    }
}

.p-index-service__body:after,
.p-index-service__body:before {
    content: "";
    display: table
}

@media all and (min-width:993px) {
    .p-index-service__body {
        padding-left: 25px
    }
}

.p-index-service__body-head {
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    background-color: #d39828
}

@media all and (min-width:1201px) {
    .p-index-service__body-head {
        margin-bottom: 10px;
        padding: 30px 0;
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media all and (min-width:993px) and (max-width:1200px) {
    .p-index-service__body-head {
        margin-bottom: 10px;
        padding: 30px 0;
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media all and (max-width:992px) {
    .p-index-service__body-head {
        margin: 0;
        padding: 25px 0;
        font-size: 11px;
        font-size: .6875rem
    }
}

.p-index-service__insurance {
    width: 50%;
    box-sizing: border-box;
    float: left
}

@media all and (min-width:993px) {
    .p-index-service__insurance:nth-of-type(1) {
        padding-right: 5px
    }

    .p-index-service__insurance:nth-of-type(2) {
        padding-left: 5px
    }
}

@media all and (max-width:992px) {
    .p-index-service__insurance:nth-of-type(1) {
        padding-right: 7px
    }

    .p-index-service__insurance:nth-of-type(2) {
        padding-left: 8px
    }
}

.p-index-service__insurance-head {
    line-height: 1;
    position: relative;
    z-index: 2;
    margin: 0;
    text-align: center;
    background-color: #fff
}

.p-index-service__insurance-head:after,
.p-index-service__insurance-head:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #fff
}

@media all and (min-width:993px) {
    .p-index-service__insurance-head {
        padding: 27px 0
    }

    .p-index-service__insurance-head:after,
    .p-index-service__insurance-head:before {
        width: 24px;
        height: 28px;
        bottom: -6px
    }
}

.p-index-service__insurance-head:before {
    right: 50%;
    -webkit-transform: skewY(30deg);
    -ms-transform: skewY(30deg);
    transform: skewY(30deg)
}

.p-index-service__insurance-head:after {
    left: 50%;
    -webkit-transform: skewY(-30deg);
    -ms-transform: skewY(-30deg);
    transform: skewY(-30deg)
}

.p-index-service__insurance-head-ja {
    display: block;
    margin-bottom: 10px;
    color: #000;
    letter-spacing: 1px
}

@media all and (min-width:1201px) {
    .p-index-service__insurance-head-ja {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media all and (min-width:993px) and (max-width:1200px) {
    .p-index-service__insurance-head-ja {
        font-size: 15px;
        font-size: .9375rem
    }
}

@media all and (max-width:992px) {
    .p-index-service__insurance-head {
        padding: 22px 0
    }

    .p-index-service__insurance-head:after,
    .p-index-service__insurance-head:before {
        width: 12px;
        height: 14px;
        bottom: -3px
    }

    .p-index-service__insurance-head-ja {
        font-size: 12px;
        font-size: .75rem
    }
}

.p-index-service__insurance-head-en {
    display: block;
    color: #9b9b9b;
    text-transform: uppercase;
    letter-spacing: 1px
}

@media all and (min-width:1201px) {
    .p-index-service__insurance-head-en {
        font-size: 10px;
        font-size: .625rem
    }
}

@media all and (min-width:993px) and (max-width:1200px) {
    .p-index-service__insurance-head-en {
        font-size: 8px;
        font-size: .5rem
    }
}

@media all and (max-width:992px) {
    .p-index-service__insurance-head-en {
        font-size: 7px;
        font-size: .4375rem
    }
}

.p-index-service__insurance-list {
    margin: 0;
    padding: 0
}

.p-index-service__insurance-list-item {
    display: block;
    margin: 0;
    text-align: center
}

.p-index-service__insurance-list-item a {
    display: block;
    position: relative;
    color: #fff
}

@media all and (min-width:1441px) {
    .p-index-service__insurance-list-item {
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: 1px
    }

    .p-index-service__insurance-list-item a {
        padding: 35px 0
    }
}

@media all and (min-width:1201px) and (max-width:1440px) {
    .p-index-service__insurance-list-item {
        font-size: 14px;
        font-size: .875rem;
        letter-spacing: 1px
    }

    .p-index-service__insurance-list-item a {
        padding: 30px 0 30px 20px
    }
}

@media all and (max-width:1200px) {
    .p-index-service__insurance-list-item a {
        padding: 25px 0 25px 20px
    }
}

.p-index-service__insurance-list-item img {
    position: absolute;
    top: 50%
}

@media all and (min-width:1201px) {
    .p-index-service__insurance-list-item img {
        width: 45px;
        height: 45px;
        left: 8.42697%;
        margin-top: -22px
    }
}

@media all and (min-width:993px) and (max-width:1200px) {
    .p-index-service__insurance-list-item {
        font-size: 12px;
        font-size: .75rem;
        letter-spacing: 1px
    }

    .p-index-service__insurance-list-item img {
        width: 34px;
        height: 34px;
        left: 5.61798%;
        margin-top: -17px
    }
}

@media all and (max-width:992px) {
    .p-index-service__insurance-list-item {
        font-size: 9px;
        font-size: .5625rem;
        letter-spacing: 1px
    }

    .p-index-service__insurance-list-item img {
        width: 24px;
        height: 24px;
        left: 8.42697%;
        margin-top: -12px
    }
}

.p-index-service__insurance-list-item:nth-child(2n+1) a {
    background-color: #d39828
}

.p-index-service__insurance-list-item:nth-child(2n) a {
    background-color: #d4ac09
}

.p-index-service__insurance-list-item:nth-child(2n) a:hover {
    background-color: #c39d00
}

.p-index-service__insurance-list-icon {
    width: 80px;
    height: 80px
}

@media all and (max-width:768px) {
    .p-index-service__insurance-list-icon {
        width: 55px;
        height: 55px
    }
}

.p-index-service__insurance-more a {
    display: block;
    color: #d39828;
    text-align: center;
    background-color: #fff
}

@media all and (min-width:1201px) {
    .p-index-service__insurance-more a {
        padding: 30px 0;
        font-size: 12px;
        font-size: .75rem
    }

    .p-index-service__insurance-more a:after {
        margin-left: 12px;
        width: 14px;
        height: 21px;
        content: '';
        display: inline-block;
        background-image: url(../img/common/arrow_border.png);
        background-size: 14px, 21px;
        background-repeat: no-repeat
    }
}

.p-index-service__insurance-more a:after {
    vertical-align: middle;
    margin-top: -2px
}

@media all and (min-width:993px) and (max-width:1200px) {
    .p-index-service__insurance-more a {
        padding: 25px 0;
        font-size: 12px;
        font-size: .75rem
    }

    .p-index-service__insurance-more a:after {
        margin-left: 8px;
        width: 11px;
        height: 15px;
        content: '';
        display: inline-block;
        background-image: url(../img/common/arrow_border.png);
        background-size: 11px, 15px;
        background-repeat: no-repeat
    }
}

@media all and (max-width:992px) {
    .p-index-service__insurance-more a {
        padding: 20px 0;
        font-size: 8px;
        font-size: .5rem
    }

    .p-index-service__insurance-more a:after {
        margin-left: 4px;
        width: 7px;
        height: 10px;
        content: '';
        display: inline-block;
        background-image: url(../img/common/arrow_border.png);
        background-size: 7px, 10px;
        background-repeat: no-repeat
    }
}

.p-index-service__insurance-list-item a:hover {
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    background-color: #c39d00
}

.p-index-service__insurance-more a:hover {
    color: #fff;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    background-color: #d39828
}

.p-index-about__item-bg,
.p-index-with-us__image-bg {
    -webkit-transition-duration: 2s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

@media all and (min-width:1201px) {
    .p-index-service__insurance-more a:hover:after {
        width: 14px;
        height: 21px;
        content: '';
        display: inline-block;
        background-image: url(../img/common/arrow_border_w.png);
        background-size: 14px, 21px;
        background-repeat: no-repeat
    }
}

@media all and (min-width:993px) and (max-width:1200px) {
    .p-index-service__insurance-more a:hover:after {
        width: 11px;
        height: 15px;
        content: '';
        display: inline-block;
        background-image: url(../img/common/arrow_border_w.png);
        background-size: 11px, 15px;
        background-repeat: no-repeat
    }
}

.p-index-our-partner {
    padding-bottom: 0
}

@media all and (min-width:993px) {
    .p-index-our-partner__list {
        margin: 0 -3.84615% -40px 0
    }
}

.p-index-our-team {
    max-height: 600px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    padding: 6.73077% 0
}

@media all and (max-width:992px) {
    .p-index-service__insurance-more a:hover:after {
        width: 7px;
        height: 10px;
        content: '';
        display: inline-block;
        background-image: url(../img/common/arrow_border_w.png);
        background-size: 7px, 10px;
        background-repeat: no-repeat
    }

    .p-index-our-partner__list {
        margin: -13px 0 0
    }

    .p-index-our-team {
        margin-left: -15px;
        margin-right: -15px;
        padding: 70px 0
    }

    .p-index-our-team__bg {
        background-position: 33.3% 50%
    }
}

.p-index-our-team__summary {
    position: relative;
    z-index: 3;
    margin: 0;
    color: #fff
}

.p-index-our-team__bg,
.p-index-our-team__cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.p-index-our-team__bg {
    background-image: url(../img/index/our_team_img.jpg);
    background-size: cover
}

.p-index-our-team__cover {
    z-index: 2;
    background-color: rgba(0, 0, 0, .66)
}

.p-index-our-team__btn {
    width: 255px;
    position: static;
    margin-right: auto;
    margin-left: auto
}

.p-index-with-us__image {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 48.49378%;
    color: #fff;
}

@media all and (min-width:1201px) and (max-width:1440px) {
    .p-index-with-us__image {
        padding-top: 60%
    }
}

@media all and (min-width:993px) and (max-width:1200px) {
    .p-index-with-us__image {
        padding-top: 60%
    }
}

.p-index-with-us__image-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../img/top/contents_1.jpg);
    background-position: center 0;
    background-size: cover;
    transition-duration: 2s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.p-index-about__item-bg,
.p-search-content__form-submit {
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.p-index-with-us__image-label {
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.p-index-with-us__image-label-copy,
.p-index-with-us__image-label-head {
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase
}

.p-index-with-us__image-label-copy {
    font-size: 14px;
    font-size: .875rem;
    font-family: Open Sans, sans-serif;
    letter-spacing: 6px
}

@media all and (max-width:768px) {
    .p-index-with-us__image {
        padding-top: 60%
    }

    .p-index-with-us__image-label-copy {
        font-size: 10px;
        font-size: .625rem;
        letter-spacing: 4px
    }
}

.p-index-with-us__image-label-copy:after {
    width: 100%;
    height: 2px;
    content: '';
    display: block;
    margin: 15px 0 10px;
    background-color: #fff
}

.p-index-with-us__image-label-head {
    font-size: 45px;
    font-size: 2.8125rem;
    font-family: Ameretto, sans-serif;
    font-weight: 700;
    letter-spacing: 8px
}

.p-index-with-us__image:hover .p-index-with-us__image-bg {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.p-index-about {
    padding: 0
}

@media all and (min-width:769px) {
    .p-index-about {
        margin-bottom: 8.33333%;
        margin-right: 2.64706%;
        margin-left: 2.64706%
    }
}

.p-index-about__item {
    box-sizing: border-box;
    float: left;
    list-style: none
}

@media all and (min-width:993px) {
    .p-index-about__item {
        width: 33.3%;
        padding: 0 1.60256%
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .p-index-about {
        margin-right: -10px;
        margin-left: -10px
    }

    .p-index-about__item {
        width: 33.3%;
        padding: 0 10px;
        margin-top: 20px
    }
}

.p-index-about__item a {
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 47.3251%;
    color: #000
}

@media all and (max-width:768px) {
    .p-index-with-us__image-label-head {
        font-size: 30px;
        font-size: 1.875rem
    }

    .p-index-about__item {
        width: 100%;
        margin-bottom: 25px
    }

    .p-index-about__item a {
        padding-top: 47.24138%
    }
}

.p-index-about__item--philosophy a {
    color: #fff
}

.p-index-about__item-label {
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 30px;
    z-index: 2;
    margin-top: -.5em;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700
}

@media all and (max-width:768px) {
    .p-index-about__item-label {
        font-size: 15px;
        font-size: .9375rem
    }
}

.p-index-about__item-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    transition-duration: 2s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.p-index-about__item-bg--company {
    background-image: url(../img/index/about_img_company.jpg)
}

.p-index-about__item-bg--philosophy {
    background-image: url(../img/index/about_img_philosophy.jpg)
}

.p-index-about__item-bg--message {
    background-image: url(../img/index/about_img_message.jpg)
}

.p-index-about__item:hover .p-index-about__item-bg {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.p-index-information__table {
    margin-top: -15px
}

@media all and (min-width:993px) {
    .p-index-information {
        width: 48%;
        float: left;
    }

    .p-index-seminar {
        width: 48%;
        float: right;
    }
}

.p-index-seminar__wrap {
    display: block;
    margin: 0 9.18033%;
    color: #000
}

@media all and (max-width:992px) {
    .p-index-seminar__wrap {
        margin: 28px auto 0
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .p-index-seminar__wrap {
        width: 490px
    }
}

.p-index-seminar__image {
    overflow: hidden;
    position: relative;
    margin: 0 0 25px;
    padding-top: 66.53061%;
    color: #fff;
    background-color: #ddd
}

.p-index-seminar__image-label {
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 2;
    font-family: Ameretto, sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.p-index-seminar__image-label-main {
    margin-bottom: 10px;
    font-size: 42px;
    font-size: 2.625rem;
    letter-spacing: 3px
}

@media all and (max-width:768px) {
    .p-index-seminar__image-label-main {
        font-size: 30px;
        font-size: 1.875rem
    }
}

.p-index-seminar__image-label-sub {
    font-size: 10px;
    font-size: .625rem;
    letter-spacing: 1px
}

.p-index-seminar__image-label:after {
    margin: 16px auto 0;
    width: 38px;
    height: 35px;
    content: '';
    display: block;
    /* background-image: url(../img/index/seminar_icon.png); */
    background-size: 38px, 35px;
    background-repeat: no-repeat
}

@media all and (max-width:768px) {
    .p-index-seminar__image-label:after {
        width: 27px;
        height: 25px;
        content: '';
        display: block;
        /* background-image: url(../img/index/seminar_icon.png); */
        background-size: 27px, 25px;
        background-repeat: no-repeat
    }
}

.p-index-seminar__image-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../img/top/greeting.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.p-index-seminar__body-head {
    line-height: 1;
    margin: 0 0 12px
}

.p-index-seminar__body-text {
    line-height: 1.71429;
    margin: 0
}

.p-index-seminar__image:hover .p-index-seminar__image-bg {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.p-access-list:after,
.p-access-list:before {
    content: "";
    display: table
}

@media all and (min-width:993px) {
    .p-access-list {
        margin-bottom: 7.7381%
    }

    .p-access-list__item {
        width: 33.3%;
        float: left
    }
}

@media all and (max-width:992px) {
    .p-access-list {
        margin-right: -15px;
        margin-left: -15px
    }
}

.p-access-list__hr {
    height: 0;
    margin: 0;
    border: 0
}

.p-recruit-job-list__body-column,
.p-winning-list {
    border-top: 1px solid #ebebeb
}

.p-recruit-job-list__body-column td,
.p-winning-list__item {
    border-bottom: 1px solid #ebebeb
}

.p-access-list__item {
    box-sizing: border-box;
    position: relative
}

@media all and (max-width:992px) {
    .p-access-list__item:after {
        height: 1px;
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        right: 15px;
        left: 15px;
        background-color: #ebebeb
    }
}

.p-access-list__item-wrap {
    cursor: pointer;
    position: relative;
    background-color: #f8f8f8
}

.p-access-list__item-head {
    color: #d39828
}

@media all and (min-width:993px) {
    .p-access-list__item-wrap {
        padding: 17.85714%
    }

    .p-access-list__item-head {
        margin: 0 0 30px;
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media all and (max-width:992px) {
    .p-access-list__item-wrap {
        padding: 20px 15px
    }

    .p-access-list__item-head {
        margin: 0 0 12px;
        font-size: 15px;
        font-size: .9375rem
    }

    .p-access-list__item-address {
        font-size: 12px;
        font-size: .75rem
    }
}

.p-access-list__item-address {
    margin: 0
}

.p-access-list__item-arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5px;
    width: 6px;
    height: 10px;
    content: '';
    display: block;
    background-image: url(../img/common/arrow_black_right.png);
    background-size: 6px, 10px;
    background-repeat: no-repeat
}

.p-access-list__item-close {
    width: 15px;
    height: 15px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px
}

@media all and (min-width:993px) {

    .p-access-list__item-arrow,
    .p-access-list__item-close {
        display: none
    }

    .p-access-list__map--1 {
        margin-right: -200%
    }

    .p-access-list__map--2 {
        margin: 0 -100%
    }

    .p-access-list__map--3 {
        margin-left: -200%
    }
}

.p-access-list__item-close:after,
.p-access-list__item-close:before {
    width: 15px;
    height: 2px;
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 1px;
    background-color: #fff
}

.p-access-list__item-close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.p-access-list__item-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.p-access-list__map {
    height: 0;
    overflow: hidden
}

.p-access-list__map-close {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    margin: 35px auto
}

@media all and (max-width:992px) {
    .p-access-list__map-close {
        display: none
    }
}

.p-access-list__map-close:after,
.p-access-list__map-close:before {
    width: 30px;
    height: 4px;
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    border-radius: 1px;
    background-color: #d39828
}

.p-access-list__map-close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.p-access-list__map-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.p-access-list__map-wrap {
    background-color: #272727
}

.p-access-list__map-more {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
    text-align: right
}

@media all and (min-width:993px) {
    .p-access-list__map-wrap {
        height: 600px
    }

    .p-access-list__map-more {
        margin: 20px 0 0
    }
}

@media all and (max-width:992px) {
    .p-access-list__map-wrap {
        height: 320px
    }

    .p-access-list__map-more {
        margin: 15px 15px 0 0
    }
}

.p-access-list__item-head,
.p-access-list__item-wrap {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.p-access-list__item-close {
    opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.p-access-list__map {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}

.p-access-list__map-close {
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.p-access-list__item-wrap:hover {
    color: #fff;
    background-color: #000
}

.p-access-list__item-wrap:hover .p-access-list__item a,
.p-access-list__item-wrap:hover .p-access-list__item-head {
    color: #fff
}

@media (hover:none) {
    .p-access-list__item-wrap:hover {
        color: #000;
        background-color: #f8f8f8
    }

    .p-access-list__item-wrap:hover .p-access-list__item-head {
        color: #d39828
    }

    .p-access-list__item-wrap:hover .p-access-list__item a {
        color: #000
    }
}

.p-access-list__item.is-current .p-access-list__item a,
.p-access-list__item.is-current .p-access-list__item-head {
    color: #fff
}

.p-access-list__item.is-current .p-access-list__item-wrap {
    color: #fff;
    background-color: #000
}

.p-access-list__item.is-current .p-access-list__item-close {
    opacity: 1
}

@media all and (min-width:993px) {
    .p-access-list__item.is-current .p-access-list__map {
        height: 800px
    }
}

@media all and (max-width:992px) {
    .p-access-list__item.is-current .p-access-list__map {
        height: 380px
    }
}

.p-access-list__map-close:hover {
    opacity: .5
}

.p-winning-list__item {
    padding: 30px 0
}

.p-winning-list__item p {
    margin: 0
}

.p-winning-list__head {
    line-height: 1.73077;
    margin: 0 0 10px
}

@media all and (max-width:768px) {
    .p-winning-list__item {
        padding: 20px 0
    }

    .p-winning-list__head {
        margin: 0 0 5px;
        font-size: 13px;
        font-size: .8125rem
    }
}

.p-leadership-profile:after,
.p-leadership-profile:before {
    content: "";
    display: table
}

.p-leadership-profile__head {
    margin: 0
}

.p-leadership-profile__head-label {
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400
}

.p-leadership-profile__head-name {
    display: inline-block;
    font-size: 20px;
    font-size: 1.25rem
}

.p-leadership-profile__head-ruby {
    display: inline-block;
    margin-left: 24px;
    color: #d39828;
    font-size: 12px;
    font-size: .75rem;
    letter-spacing: 3px
}

.p-leadership-profile__sub-head {
    margin: 0
}

@media all and (min-width:1201px) {
    .p-leadership-profile__sub-head {
        padding-top: 37px
    }
}

.p-leadership-profile__list {
    padding: 0
}

.p-leadership-profile__list li {
    list-style: none;
    margin: 0
}

@media all and (min-width:769px) {
    .p-casestudy-index {
        margin-top: 2.5%
    }

    .p-casestudy-index:after,
    .p-casestudy-index:before {
        content: "";
        display: table
    }

    .p-casestudy-index:after {
        clear: both
    }
}

@media all and (max-width:768px) {
    .p-casestudy-index {
        margin-top: 50px
    }
}

.p-casestudy-index__item {
    position: relative
}

@media all and (min-width:769px) {
    .p-casestudy-index__item {
        width: 47.91667%;
        margin-top: 7.5%
    }

    .p-casestudy-index__item:nth-of-type(2n+1) {
        float: left;
        clear: both
    }

    .p-casestudy-index__item:nth-of-type(2n) {
        float: right
    }

    .p-casestudy-index__num {
        top: -21px;
        left: -16px
    }
}

@media all and (max-width:768px) {
    .p-casestudy-index__item {
        width: 100%;
        margin-top: 50px
    }
}

.p-casestudy-index__item a {
    display: block
}

.p-casestudy-index__num {
    line-height: 1;
    position: absolute;
    z-index: 2;
    margin: 0;
    color: #d39828;
    font-size: 37px;
    font-size: 2.3125rem;
    font-family: Ameretto, sans-serif;
    font-style: italic
}

.p-casestudy-index__num:after {
    width: 36px;
    height: 2px;
    content: '';
    display: block;
    margin: 5px auto 0;
    background-color: #d39828
}

.p-casestudy-index__thumb {
    overflow: hidden
}

.p-casestudy-index__thumb img {
    width: 100%;
    height: auto
}

.p-casestudy-index__body-head {
    font-weight: 400
}

@media all and (min-width:769px) {
    .p-casestudy-index__body {
        padding-top: 5.21739%
    }

    .p-casestudy-index__body-head {
        margin: 0 0 2.6087%;
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media all and (max-width:768px) {
    .p-casestudy-index__num {
        top: -25px;
        left: 10px
    }

    .p-casestudy-index__body {
        padding-top: 15px
    }

    .p-casestudy-index__body-head {
        margin: 0 0 5px;
        font-size: 14px;
        font-size: .875rem
    }
}

.p-casestudy-index__body-text {
    margin: 0;
    font-size: 12px;
    font-size: .75rem
}

.p-casestudy-index__item .p-casestudy-index__thumb img {
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.p-casestudy-index__item .p-casestudy-index__body {
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.p-casestudy-index__item a:hover .p-casestudy-index__thumb img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.p-casestudy-article__body-head-label,
.p-seminar-schedule__category-label {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    left: 0;
    top: 50%
}

.p-casestudy-index__item a:hover .p-casestudy-index__body {
    color: #9b9b9b
}

.p-casestudy-article__title {
    line-height: 1.5
}

@media all and (min-width:769px) {
    .p-casestudy-article__title {
        margin: 0;
        font-size: 30px;
        font-size: 1.875rem
    }

    .p-casestudy-article__body-section {
        display: table
    }
}

@media all and (min-width:993px) {
    .p-casestudy-article__body {
        width: 66.66667%;
        float: left
    }

    .p-casestudy-article__profile {
        width: 25%;
        float: right
    }

    .p-casestudy-article__body-section {
        margin-top: 11.25%
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .p-casestudy-article__body-section {
        margin-top: 6.04839%
    }
}

@media all and (max-width:768px) {
    .p-casestudy-article__body-section {
        margin-top: 50px
    }
}

@media all and (min-width:769px) {
    .p-casestudy-article__body-head {
        width: 160px;
        display: table-cell;
        vertical-align: middle;
        margin: 0
    }

    .p-casestudy-article__body-head-wrap {
        width: 120px;
        height: 120px;
        border-radius: 60px;
        font-size: 14px;
        font-size: .875rem
    }
}

.p-casestudy-article__body-head-wrap {
    box-sizing: border-box;
    display: block;
    line-height: 1;
    position: relative;
    color: #fff;
    text-align: center;
    background-color: #6185ab
}

.p-casestudy-article__body-head-wrap.is-important {
    background-color: #d39828
}

.p-casestudy-article__body-head-label {
    position: absolute;
    right: 0;
    transform: translate(0, -50%)
}

.p-casestudy-article__body-text p {
    margin-bottom: 0
}

.p-casestudy-article__body-sub-head {
    font-weight: 400;
    margin: 0
}

@media all and (min-width:769px) {
    .p-casestudy-article__body-text {
        display: table-cell
    }

    .p-casestudy-article__body-sub-head {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .p-casestudy-article__profile {
        margin-top: 8.06452%
    }
}

@media all and (max-width:768px) {
    .p-casestudy-article__body-head-wrap {
        height: 60px;
        letter-spacing: 2px
    }

    .p-casestudy-article__body-sub-head {
        font-size: 18px;
        font-size: 1.125rem
    }

    .p-casestudy-article__profile {
        margin-top: 50px
    }

    .p-casestudy-article__profile:after,
    .p-casestudy-article__profile:before {
        content: "";
        display: table
    }

    .p-casestudy-article__profile:after {
        clear: both
    }
}

@media all and (min-width:769px) {
    .p-casestudy-article__profile h2 {
        margin: 5% 0 0;
        font-size: 16px;
        font-size: 1rem
    }
}

@media all and (max-width:768px) {
    .p-casestudy-article__profile h2 {
        margin: 15px 0 0;
        font-size: 13px;
        font-size: .8125rem
    }
}

.p-casestudy-article__profile table {
    width: 100%
}

@media all and (min-width:993px) {
    .p-casestudy-article__profile p {
        margin: 10% 0
    }

    .p-casestudy-article__profile table {
        margin-bottom: 10%
    }

    .p-casestudy-articles__body {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.p-casestudy-article__profile table td,
.p-casestudy-article__profile table th {
    padding: 7px 10px;
    text-align: left
}

.p-casestudy-article__profile table tr:nth-child(2n) td,
.p-casestudy-article__profile table tr:nth-child(2n) th {
    background-color: #f6f6f6
}

@media all and (min-width:769px) and (max-width:992px) {
    .p-casestudy-article__profile-photo {
        width: 32.46753%;
        float: left
    }

    .p-casestudy-article__profile-body {
        margin-left: 38.96104%
    }
}

.p-casestudy-article__profile-photo img {
    width: 100%
}

.p-casestudy-articles:after,
.p-casestudy-articles:before {
    content: "";
    display: table
}

@media all and (min-width:769px) {
    .p-casestudy-articles__item {
        width: 30.5%;
        float: left;
        margin-left: 4.25%
    }

    .p-casestudy-articles__item:nth-of-type(3n+1) {
        clear: both;
        margin-left: 0
    }
}

@media all and (max-width:768px) {
    .p-casestudy-articles__item {
        margin-top: 30px
    }

    .p-casestudy-articles__item:first-of-type {
        margin-top: 0
    }
}

.p-casestudy-articles__thumb {
    overflow: hidden
}

.p-casestudy-articles__thumb img {
    width: 100%;
    height: auto
}

.p-casestudy-articles__body {
    line-height: 1.66667
}

@media all and (max-width:1200px) {
    .p-casestudy-articles__body {
        font-size: 14px;
        font-size: .875rem
    }
}

.p-casestudy-articles__item .p-casestudy-articles__thumb img {
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.p-casestudy-articles__item .p-casestudy-articles__body {
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.p-casestudy-articles__item a:hover .p-casestudy-articles__thumb img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.p-casestudy-articles__item a:hover .p-casestudy-articles__body {
    color: #9b9b9b
}

@media all and (min-width:769px) {
    .p-casestudy-articles__body {
        margin: 5.46448% 0 10.92896%
    }

    .p-casestudy-partners {
        margin-bottom: -5%;
        margin-left: -6.25%
    }
}

@media all and (max-width:768px) {
    .p-casestudy-partners {
        margin-bottom: -30px;
        margin-left: -20px
    }
}

.p-casestudy-partners__item {
    display: inline-block
}

@media all and (min-width:769px) {
    .p-casestudy-partners__item {
        margin-bottom: 5%;
        margin-left: 6.25%
    }
}

@media all and (max-width:768px) {
    .p-casestudy-partners__item {
        margin-bottom: 30px;
        margin-left: 20px
    }
}

.p-casestudy-partners__insurance-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px
}

.p-casestudy-partners__insurance-label {
    display: inline-block;
    vertical-align: middle
}

@media all and (min-width:993px) {
    .p-casestudy-partners__insurance-label {
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media all and (min-width:769px) {
    .p-casestudy-partners__insurance {
        margin-bottom: 20px
    }

    .p-casestudy-partners__insurance-icon img {
        width: 84px
    }

    .p-casestudy-partners__insurance-label {
        margin-left: -6.25%
    }

    .p-recruit-flow__item {
        padding: 6.875% 11.875%
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .p-casestudy-partners__insurance-label {
        font-size: 16px;
        font-size: 1rem
    }
}

@media all and (max-width:768px) {
    .p-casestudy-partners__insurance {
        margin-bottom: 10px
    }

    .p-casestudy-partners__insurance-icon {
        width: 43px;
        margin-right: 10px
    }

    .p-casestudy-partners__insurance-icon img {
        width: 100%
    }

    .p-casestudy-partners__insurance-label {
        font-size: 14px;
        font-size: .875rem
    }
}

.p-recruit-flow {
    margin-top: 11.25%
}

.p-recruit-flow__item {
    margin-bottom: 5.625%;
    color: #fff;
    background-color: #272727
}

.p-recruit-flow__item--important {
    background-color: #6185ab
}

.p-recruit-flow__head {
    margin: 0;
    text-align: center;
    font-weight: 400
}

@media all and (min-width:769px) {
    .p-recruit-flow__head {
        font-size: 18px;
        font-size: 1.125rem;
        letter-spacing: 3px
    }
}

@media all and (max-width:768px) {
    .p-recruit-flow__item {
        padding: 35px 25px
    }

    .p-recruit-flow__head {
        font-size: 14px;
        font-size: .875rem;
        letter-spacing: 2px
    }
}

.p-recruit-flow__body p {
    margin: 0
}

.p-recruit-job-list {
    margin-top: 7.5%;
    margin-bottom: 10.83333%
}

.p-recruit-job-list__item {
    margin-top: 1px
}

.p-recruit-job-list__head {
    cursor: pointer;
    line-height: 1;
    position: relative;
    margin: 0;
    color: #fff;
    font-weight: 400;
    background-color: #000;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

@media all and (min-width:769px) {
    .p-recruit-job-list__head {
        padding: 4.16667%;
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: 2px
    }
}

.p-recruit-job-list__icon {
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -8px
}

@media all and (max-width:768px) {
    .p-recruit-job-list__head {
        padding: 25px;
        font-size: 13px;
        font-size: .8125rem;
        letter-spacing: 1px
    }

    .p-recruit-job-list__icon {
        width: 10px;
        height: 10px;
        right: 24px
    }
}

.p-recruit-job-list__icon:after,
.p-recruit-job-list__icon:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    content: '';
    margin-top: -1px;
    background-color: #fff
}

@media all and (min-width:769px) {

    .p-recruit-job-list__icon:after,
    .p-recruit-job-list__icon:before {
        height: 2px
    }

    .p-recruit-job-list__body-wrap {
        padding-top: 5.83333%;
        padding-bottom: 5.83333%
    }
}

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

    .p-recruit-job-list__icon:after,
    .p-recruit-job-list__icon:before {
        height: 1px
    }
}

.p-recruit-job-list__icon:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.p-recruit-job-list__body {
    height: 0;
    overflow: hidden
}

.p-recruit-job-list__body-wrap:after,
.p-recruit-job-list__body-wrap:before {
    content: "";
    display: table
}

@media all and (max-width:768px) {
    .p-recruit-job-list__body-wrap {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

@media all and (min-width:993px) {
    .p-recruit-job-list__body-column {
        width: 47.91667%
    }

    .p-recruit-job-list__body-column--01 {
        float: left
    }

    .p-recruit-job-list__body-column--02 {
        float: right
    }

    .p-recruit-job-list__body-column td,
    .p-recruit-job-list__body-column th {
        padding: 6.08696% 0
    }
}

@media all and (max-width:992px) {
    .p-recruit-job-list__body-column {
        width: 100%
    }

    .p-recruit-job-list__body-column--02 {
        border-top: 0
    }
}

.p-recruit-job-list__body-column td,
.p-recruit-job-list__body-column th {
    vertical-align: top
}

.p-recruit-job-list__body-column th {
    width: 27.82609%;
    text-align: left
}

.p-recruit-job-list__entry {
    max-width: 575px;
    margin: 5% auto 0
}

@media all and (min-width:769px) {
    .p-recruit-job-list__body-column th {
        border-bottom: 1px solid #ebebeb
    }

    .p-recruit-job-list__entry {
        font-size: 16px;
        font-size: 1rem
    }

    .p-recruit-job-list__entry a {
        height: 120px
    }
}

.p-recruit-job-list__body,
.p-recruit-job-list__body-short {
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.p-recruit-job-list__body-full {
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.p-recruit-job-list__icon {
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.p-recruit-job-list__head:hover,
.p-recruit-job-list__item.is-opened .p-recruit-job-list__head {
    background-color: #d39828
}

.p-recruit-job-list__item.is-opened .p-recruit-job-list__icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media all and (min-width:993px) {
    .p-seminar-schedule {
        margin-top: 15%
    }
}

@media all and (min-width:769px) and (max-width:992px) {

    .p-recruit-job-list__body-column td,
    .p-recruit-job-list__body-column th {
        padding: 25px 0
    }

    .p-seminar-schedule {
        margin-top: 8.06452%
    }
}

@media all and (max-width:768px) {
    .p-recruit-job-list__body-column th {
        display: block;
        padding-top: 25px
    }

    .p-recruit-job-list__body-column td {
        display: block;
        padding-bottom: 25px
    }

    .p-recruit-job-list__entry a {
        height: 60px
    }

    .p-seminar-schedule {
        margin-bottom: 45px;
        padding-bottom: 25px;
        border-bottom: 2px solid #e8e8e8
    }

    .p-seminar-schedule__item {
        margin-top: 30px;
        padding: 20px 0 0;
        border-top: 2px solid #e8e8e8
    }
}

@media all and (min-width:993px) {
    .p-seminar-schedule__item {
        margin-bottom: 7.5%
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .p-seminar-schedule__item {
        margin-bottom: 7.5%
    }
}

.p-seminar-schedule__category {
    position: relative;
    margin: 0;
    color: #d39828;
    font-weight: 700
}

.p-seminar-schedule__category-icon {
    display: block;
    position: relative;
    z-index: 3;
    background-color: #d39828
}

@media all and (min-width:769px) {
    .p-seminar-schedule__category-icon {
        width: 70px;
        height: 70px;
        border-radius: 35px
    }
}

@media all and (max-width:768px) {
    .p-seminar-schedule__category-icon {
        width: 42px;
        height: 42px;
        border-radius: 21px
    }
}

.p-seminar-schedule__category-icon:after {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto
}

@media all and (min-width:769px) {
    .p-seminar-schedule__category-icon--money:after {
        width: 32px;
        height: 32px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_money.svg);
        background-size: 32px, 32px;
        background-repeat: no-repeat;
        margin-top: -16px
    }
}

@media all and (max-width:768px) {
    .p-seminar-schedule__category-icon--money:after {
        width: 21px;
        height: 21px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_money.svg);
        background-size: 21px, 21px;
        background-repeat: no-repeat;
        margin-top: -10px
    }
}

@media all and (min-width:769px) {
    .p-seminar-schedule__category-icon--review:after {
        width: 31px;
        height: 36px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_review.svg);
        background-size: 31px, 36px;
        background-repeat: no-repeat;
        margin-top: -18px
    }
}

@media all and (max-width:768px) {
    .p-seminar-schedule__category-icon--review:after {
        width: 24px;
        height: 27px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_review.svg);
        background-size: 24px, 27px;
        background-repeat: no-repeat;
        margin-top: -13px
    }
}

@media all and (min-width:769px) {
    .p-seminar-schedule__category-icon--inherit:after {
        width: 38px;
        height: 26px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_inherit.svg);
        background-size: 38px, 26px;
        background-repeat: no-repeat;
        margin-top: -13px
    }
}

@media all and (max-width:768px) {
    .p-seminar-schedule__category-icon--inherit:after {
        width: 27px;
        height: 21px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_inherit.svg);
        background-size: 27px, 21px;
        background-repeat: no-repeat;
        margin-top: -10px
    }
}

@media all and (min-width:769px) {
    .p-seminar-schedule__category-icon--pension:after {
        width: 20px;
        height: 35px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_pension.svg);
        background-size: 20px, 35px;
        background-repeat: no-repeat;
        margin-top: -17px
    }
}

@media all and (max-width:768px) {
    .p-seminar-schedule__category-icon--pension:after {
        width: 15px;
        height: 26px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_pension.svg);
        background-size: 15px, 26px;
        background-repeat: no-repeat;
        margin-top: -13px
    }
}

@media all and (min-width:769px) {
    .p-seminar-schedule__category-icon--nursing:after {
        width: 24px;
        height: 35px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_nursing.svg);
        background-size: 24px, 35px;
        background-repeat: no-repeat;
        margin-top: -17px
    }
}

@media all and (max-width:768px) {
    .p-seminar-schedule__category-icon--nursing:after {
        width: 18px;
        height: 26px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_nursing.svg);
        background-size: 18px, 26px;
        background-repeat: no-repeat;
        margin-top: -13px
    }
}

@media all and (min-width:769px) {
    .p-seminar-schedule__category-icon--house:after {
        width: 30px;
        height: 28px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_house.svg);
        background-size: 30px, 28px;
        background-repeat: no-repeat;
        margin-top: -14px
    }
}

@media all and (max-width:768px) {
    .p-seminar-schedule__category-icon--house:after {
        width: 23px;
        height: 20px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_house.svg);
        background-size: 23px, 20px;
        background-repeat: no-repeat;
        margin-top: -10px
    }
}

@media all and (min-width:769px) {
    .p-seminar-schedule__category-icon--retirement:after {
        width: 15px;
        height: 36px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_retirement.svg);
        background-size: 15px, 36px;
        background-repeat: no-repeat;
        margin-top: -18px
    }
}

@media all and (max-width:768px) {
    .p-seminar-schedule__category-icon--retirement:after {
        width: 12px;
        height: 26px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_retirement.svg);
        background-size: 12px, 26px;
        background-repeat: no-repeat;
        margin-top: -13px
    }
}

@media all and (min-width:769px) {
    .p-seminar-schedule__category-icon--educate:after {
        width: 25px;
        height: 32px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_educate.svg);
        background-size: 25px, 32px;
        background-repeat: no-repeat;
        margin-top: -16px
    }
}

@media all and (max-width:768px) {
    .p-seminar-schedule__category-icon--educate:after {
        width: 18px;
        height: 24px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_educate.svg);
        background-size: 18px, 24px;
        background-repeat: no-repeat;
        margin-top: -12px
    }
}

@media all and (min-width:769px) {
    .p-seminar-schedule__category-icon--life:after {
        width: 33px;
        height: 38px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_life.svg);
        background-size: 33px, 38px;
        background-repeat: no-repeat;
        margin-top: -19px
    }
}

@media all and (max-width:768px) {
    .p-seminar-schedule__category-icon--life:after {
        width: 24px;
        height: 27px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_life.svg);
        background-size: 24px, 27px;
        background-repeat: no-repeat;
        margin-top: -13px
    }
}

.p-seminar-schedule__category-label {
    position: absolute;
    z-index: 2;
    transform: translate(0, -50%)
}

@media all and (min-width:769px) {
    .p-seminar-schedule__category-icon--medical:after {
        width: 30px;
        height: 30px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_medical.svg);
        background-size: 30px, 30px;
        background-repeat: no-repeat;
        margin-top: -15px
    }

    .p-seminar-schedule__category-label {
        background-color: #fff;
        padding-right: 15px;
        padding-left: 90px
    }
}

@media all and (max-width:768px) {
    .p-seminar-schedule__category-icon--medical:after {
        width: 23px;
        height: 23px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_medical.svg);
        background-size: 23px, 23px;
        background-repeat: no-repeat;
        margin-top: -11px
    }

    .p-seminar-schedule__category-label {
        padding-left: 50px
    }
}

@media all and (min-width:769px) {
    .p-seminar-schedule__category:after {
        height: 2px;
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        background-color: #e8e8e8
    }

    .p-seminar-schedule__head {
        margin: 5% 0 6.25%;
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media all and (max-width:768px) {
    .p-seminar-schedule__head {
        line-height: 1.66667;
        margin: 15px 0 35px;
        font-size: 15px;
        font-size: .9375rem
    }
}

.p-seminar-schedule__list-item {
    width: 100%;
    display: table
}

@media all and (min-width:769px) {
    .p-seminar-schedule__list-item {
        margin-top: 30px
    }

    .p-seminar-schedule__list-head {
        width: 90px
    }
}

@media all and (max-width:768px) {
    .p-seminar-schedule__list-item {
        margin-top: 20px
    }
}

.p-seminar-schedule__list-head {
    line-height: 1;
    display: table-cell;
    vertical-align: top;
    margin: 0
}

@media all and (max-width:768px) {
    .p-seminar-schedule__list-head {
        width: 55px
    }
}

.p-seminar-schedule__list-head-label {
    display: block;
    color: #fff;
    text-align: center;
    background-color: #6185ab
}

@media all and (min-width:769px) {
    .p-seminar-schedule__list-head-label {
        width: 60px;
        padding: 14px 0;
        border-radius: 6px
    }
}

@media all and (max-width:768px) {
    .p-seminar-schedule__list-head-label {
        width: 40px;
        padding: 7px 0;
        border-radius: 3px
    }
}

.p-seminar-schedule__list-body {
    display: table-cell;
    vertical-align: middle;
    margin: 0
}

.p-seminar-categories {
    margin: 0;
    padding: 0
}

@media all and (max-width:768px) {
    .p-seminar-categories {
        margin-top: 30px
    }
}

.p-seminar-categories__item {
    display: block;
    position: relative;
    color: #d39828;
    font-weight: 700
}

.p-seminar-categories__icon {
    display: block;
    position: relative;
    background-color: #d39828
}

@media all and (min-width:769px) {
    .p-seminar-categories__item {
        margin: 20px 0
    }

    .p-seminar-categories__icon {
        width: 48px;
        height: 48px;
        border-radius: 24px
    }
}

@media all and (max-width:768px) {
    .p-seminar-categories__item {
        margin: 10px 0
    }

    .p-seminar-categories__icon {
        width: 30px;
        height: 30px;
        border-radius: 15px
    }
}

.p-seminar-categories__icon:after {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto
}

@media all and (min-width:769px) {
    .p-seminar-categories__icon--money:after {
        width: 23px;
        height: 24px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_money.svg);
        background-size: 23px, 24px;
        background-repeat: no-repeat;
        margin-top: -12px
    }
}

@media all and (max-width:768px) {
    .p-seminar-categories__icon--money:after {
        width: 14px;
        height: 14px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_money.svg);
        background-size: 14px, 14px;
        background-repeat: no-repeat;
        margin-top: -7px
    }
}

@media all and (min-width:769px) {
    .p-seminar-categories__icon--review:after {
        width: 25px;
        height: 29px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_review.svg);
        background-size: 25px, 29px;
        background-repeat: no-repeat;
        margin-top: -15px
    }
}

@media all and (max-width:768px) {
    .p-seminar-categories__icon--review:after {
        width: 16px;
        height: 18px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_review.svg);
        background-size: 16px, 18px;
        background-repeat: no-repeat;
        margin-top: -9px
    }
}

@media all and (min-width:769px) {
    .p-seminar-categories__icon--inherit:after {
        width: 30px;
        height: 21px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_inherit.svg);
        background-size: 30px, 21px;
        background-repeat: no-repeat;
        margin-top: -10px
    }
}

@media all and (max-width:768px) {
    .p-seminar-categories__icon--inherit:after {
        width: 18px;
        height: 13px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_inherit.svg);
        background-size: 18px, 13px;
        background-repeat: no-repeat;
        margin-top: -6px
    }
}

@media all and (min-width:769px) {
    .p-seminar-categories__icon--pension:after {
        width: 16px;
        height: 28px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_pension.svg);
        background-size: 16px, 28px;
        background-repeat: no-repeat;
        margin-top: -14px
    }
}

@media all and (max-width:768px) {
    .p-seminar-categories__icon--pension:after {
        width: 10px;
        height: 17px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_pension.svg);
        background-size: 10px, 17px;
        background-repeat: no-repeat;
        margin-top: -8px
    }
}

@media all and (min-width:769px) {
    .p-seminar-categories__icon--nursing:after {
        width: 19px;
        height: 28px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_nursing.svg);
        background-size: 19px, 28px;
        background-repeat: no-repeat;
        margin-top: -14px
    }
}

@media all and (max-width:768px) {
    .p-seminar-categories__icon--nursing:after {
        width: 12px;
        height: 17px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_nursing.svg);
        background-size: 12px, 17px;
        background-repeat: no-repeat;
        margin-top: -8px
    }
}

@media all and (min-width:769px) {
    .p-seminar-categories__icon--house:after {
        width: 24px;
        height: 22px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_house.svg);
        background-size: 24px, 22px;
        background-repeat: no-repeat;
        margin-top: -11px
    }
}

@media all and (max-width:768px) {
    .p-seminar-categories__icon--house:after {
        width: 15px;
        height: 13px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_house.svg);
        background-size: 15px, 13px;
        background-repeat: no-repeat;
        margin-top: -6px
    }
}

@media all and (min-width:769px) {
    .p-seminar-categories__icon--retirement:after {
        width: 12px;
        height: 29px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_retirement.svg);
        background-size: 12px, 29px;
        background-repeat: no-repeat;
        margin-top: -14px
    }
}

@media all and (max-width:768px) {
    .p-seminar-categories__icon--retirement:after {
        width: 8px;
        height: 17px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_retirement.svg);
        background-size: 8px, 17px;
        background-repeat: no-repeat;
        margin-top: -8px
    }
}

@media all and (min-width:769px) {
    .p-seminar-categories__icon--educate:after {
        width: 20px;
        height: 26px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_educate.svg);
        background-size: 20px, 26px;
        background-repeat: no-repeat;
        margin-top: -13px
    }
}

@media all and (max-width:768px) {
    .p-seminar-categories__icon--educate:after {
        width: 12px;
        height: 16px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_educate.svg);
        background-size: 12px, 16px;
        background-repeat: no-repeat;
        margin-top: -8px
    }
}

@media all and (min-width:769px) {
    .p-seminar-categories__icon--life:after {
        width: 26px;
        height: 30px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_life.svg);
        background-size: 26px, 30px;
        background-repeat: no-repeat;
        margin-top: -15px
    }
}

@media all and (max-width:768px) {
    .p-seminar-categories__icon--life:after {
        width: 16px;
        height: 18px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_life.svg);
        background-size: 16px, 18px;
        background-repeat: no-repeat;
        margin-top: -9px
    }
}

.p-seminar-categories__label {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media all and (min-width:769px) {
    .p-seminar-categories__icon--medical:after {
        width: 23px;
        height: 23px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_medical.svg);
        background-size: 23px, 23px;
        background-repeat: no-repeat;
        margin-top: -11px
    }

    .p-seminar-categories__label {
        left: 60px
    }
}

@media all and (max-width:768px) {
    .p-seminar-categories__icon--medical:after {
        width: 15px;
        height: 15px;
        content: '';
        display: block;
        background-image: url(../img/seminar/icon_medical.svg);
        background-size: 15px, 15px;
        background-repeat: no-repeat;
        margin-top: -7px
    }

    .p-seminar-categories__label {
        left: 40px
    }
}

.p-sitemap {
    margin-bottom: 3.33333%
}

.p-sitemap:after,
.p-sitemap:before {
    content: "";
    display: table
}

@media all and (min-width:993px) {
    .p-sitemap__item {
        width: 22.5%;
        float: left;
        margin-right: 3.33333%
    }

    .p-sitemap__item:nth-of-type(4n) {
        margin-right: 0
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .p-sitemap__item {
        width: 48.33333%;
        float: left;
        margin-right: 3.33333%
    }

    .p-sitemap__item:nth-of-type(2n) {
        margin-right: 0
    }
}

.p-sitemap__head {
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #d39828
}

@media all and (min-width:993px) {
    .p-sitemap__head {
        margin-bottom: 11.11111%;
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .p-sitemap__head {
        margin-bottom: 6.55022%;
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media all and (max-width:768px) {
    .p-sitemap__head {
        margin-bottom: 20px;
        font-size: 16px;
        font-size: 1rem
    }
}

.p-sitemap__list {
    margin: 0;
    padding: 0
}

@media all and (min-width:993px) {
    .p-sitemap__list {
        margin-bottom: 29.62963%;
        font-size: 16px;
        font-size: 1rem
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .p-sitemap__list {
        margin-bottom: 17.46725%;
        font-size: 16px;
        font-size: 1rem
    }
}

@media all and (max-width:768px) {
    .p-sitemap__list {
        margin-bottom: 40px;
        font-size: 12px;
        font-size: .75rem
    }
}

.p-sitemap__list-item {
    display: block;
    margin: 0
}

@media all and (min-width:993px) {
    .p-sitemap__list-item {
        margin-bottom: 7.40741%;
        font-size: 16px;
        font-size: 1rem
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .p-sitemap__list-item {
        margin-bottom: 4.36681%;
        font-size: 16px;
        font-size: 1rem
    }
}

@media all and (max-width:768px) {
    .p-sitemap__list-item {
        margin-bottom: 10px;
        font-size: 12px;
        font-size: .75rem
    }
}

@media all and (min-width:769px) {
    .p-privercypolicy {
        margin-bottom: 6.66667%
    }
}

@media all and (max-width:768px) {
    .p-privercypolicy {
        margin-bottom: 3rem
    }
}

.p-privercypolicy a {
    color: #426993
}

.p-privercypolicy ol {
    padding-left: 1.5rem
}

@media all and (min-width:769px) {
    .p-privercypolicy__introduction {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 6.66667%
    }

    .p-privercypolicy__head {
        margin-top: 2rem
    }
}

@media all and (max-width:768px) {
    .p-privercypolicy__introduction {
        font-size: 14px;
        font-size: .875rem;
        margin-bottom: 3rem
    }
}

.p-privercypolicy__head {
    margin-bottom: -1rem;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400
}

@media all and (max-width:768px) {
    .p-privercypolicy__head {
        margin-top: 1.5rem
    }

    .p-privercypolicy__company-list th {
        display: block
    }
}

.p-privercypolicy__company-list {
    margin: 6.66667% 0
}

.p-privercypolicy__company-list th {
    text-align: left
}

@media all and (min-width:993px) {
    .p-solicitation__section {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 10%
    }
}

@media all and (min-width:769px) and (max-width:992px) {
    .p-solicitation__section {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 8.06452%
    }
}

@media all and (max-width:768px) {
    .p-privercypolicy__company-list td {
        display: block
    }

    .p-solicitation__section {
        font-size: 14px;
        font-size: .875rem;
        margin-bottom: 50px
    }
}

.p-solicitation__head {
    line-height: 1.5;
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 3px solid #e8e8e8
}

@media all and (min-width:769px) {
    .p-privercypolicy__company-list th {
        padding-right: 6em
    }

    .p-solicitation__head {
        margin-bottom: 2rem;
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media all and (max-width:768px) {
    .p-solicitation__head {
        margin-bottom: 1rem;
        font-size: 16px;
        font-size: 1rem
    }
}

.p-solicitation__sub-head {
    margin: 2rem 0 -.5rem
}

@media all and (min-width:769px) {
    .p-solicitation__sub-head {
        font-size: 16px;
        font-size: 1rem
    }
}

@media all and (max-width:768px) {
    .p-solicitation__sub-head {
        font-size: 14px;
        font-size: .875rem
    }
}

@media all and (min-width:769px) {
    .p-solicitation__conclusion {
        font-size: 12px;
        font-size: .75rem
    }
}

@media all and (max-width:768px) {
    .p-solicitation__conclusion {
        font-size: 10px;
        font-size: .625rem
    }
}

.p-search-content {
    margin-bottom: 13.33333%
}

.p-search-content__form {
    position: relative;
    margin-bottom: 5%
}

.p-search-content__form-text input {
    width: 100%;
    line-height: 1;
    box-sizing: border-box;
    border: 0;
    color: #787878;
    background-color: #f5f5f5
}

@media all and (min-width:993px) {
    .p-search-content__form-text {
        margin-right: 100px
    }

    .p-search-content__form-text input {
        height: 100px;
        padding: 0 50px
    }
}

@media all and (max-width:992px) {
    .p-search-content__form-text {
        margin-right: 60px
    }

    .p-search-content__form-text input {
        height: 60px;
        padding: 0 15px
    }
}

.p-search-content__form-submit {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/common/icn_search.png);
    background-color: #000;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

@media all and (max-width:992px) {
    .p-search-content__form-submit {
        width: 60px;
        height: 60px;
        background-size: 12px 12px
    }
}

.p-search-content__form-submit input {
    width: 100px;
    height: 100px;
    opacity: 0
}

@media all and (max-width:992px) {
    .p-search-content__form-submit input {
        width: 60px;
        height: 60px
    }
}

.p-search-content__result .gs-result .gs-title {
    height: auto
}

.p-search-content__form-submit:hover {
    background-color: #272727
}

.u-align__center {
    text-align: center
}

.u-align__right {
    text-align: right
}

.u-wrapper-clear:after,
.u-wrapper-clear:before {
    content: "";
    display: table
}

.u-text-middle {
    line-height: 2.25;
    margin-top: 2.25em;
    margin-bottom: 0
}

@media all and (min-width:769px) {
    .u-text-middle {
        font-size: 16px;
        font-size: 1rem
    }
}

@media all and (max-width:768px) {
    .u-text-middle {
        font-size: 14px;
        font-size: .875rem
    }
}

.u-text-small {
    font-size: 12px;
    font-size: .75rem
}

.c-news-article__item-body a,
.c-news-menu__archives-item a,
.u-text-link {
    color: #000;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.c-news-article__item-body a:hover,
.c-news-menu__archives-item a:hover,
.u-text-link:hover {
    color: #9b9b9b
}

.c-news-article__item-body a,
.u-text-link--blue {
    color: #000
}

.c-news-article__item-body a:hover,
.u-text-link--blue:hover {
    color: #426993
}

.u-arrow-link:after {
    margin-left: 10px;
    margin-bottom: 2px;
    vertical-align: middle;
    width: 6px;
    height: 10px;
    content: '';
    display: inline-block;
    background-image: url(../img/common/arrow_black_right.png);
    background-size: 6px, 10px;
    background-repeat: no-repeat
}

.u-kome-list {
    padding-left: 0
}

.u-kome-list li {
    list-style: none;
    position: relative;
    padding-left: 1.5em
}

.u-kome-list li:before {
    content: '※';
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.u-grid-box {
    background-image: url(../img/common/bg_grid.gif)
}

@media all and (min-width:993px) {
    .u-grid-box {
        padding: 7.77778% 0
    }

    .u-hidden--pc {
        display: none
    }
}

@media all and (max-width:992px) {
    .u-grid-box {
        margin-right: -15px;
        margin-left: -15px;
        padding: 7.77778% 15px
    }

    .u-hidden--sp {
        display: none
    }
}

@media all and (max-width:768px) {
    .u-grid-box {
        padding: 50px 15px
    }
}

@media all and (max-width:320px) {
    .text-small-w320 {
        font-size: 11px
    }
}



.page_top_area{
      margin-bottom:30px;
}


.page_title_txt{
    font-size: 35px;
    line-height: 1.5;
}

@media all and (max-width:414px) {
.page_title_txt{
    font-size: 25px;
    line-height: 1.5;
}
}

.page_sub_txt{
    font-size: 16px;
    line-height: 2;
}


.effect-fade {
    　opacity : 0;
    　transform : translate(0, 45px);
    　transition : all 300ms;
    }
    
    .effect-fade.effect-scroll {
    　opacity : 1;
    　transform : translate(0, 0);
    }


/*-----バナー用-----*/
#box_pickup{/* padding: 59px 0 0; *//* margin: -59px 0 0; */width: 100%;max-width: 1200px;margin: 0 auto;}

  .box_senior {
    position: relative;
    margin: 50px 1em;
    padding: 0px 10px 7px;
    border: solid 1px #1f1b19;
}

.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
/*-----バナー用-----*/





/* -----------------------------------------------------------
#sub_works_area
----------------------------------------------------------- */
    
    #sub_works_area {
        padding: 50px 50px;
        /* background: url(../images/common/noise.png) repeat #f5f5f5; */
        background: #faf9f9;
        /* width: 95%; */
        margin: 80px auto;
    }
    
    #sub_works_area .central {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    @media only screen and (max-width: 900px) {
        #sub_works_area {
            padding: 0;
        }
    }
    
    @media only screen and (max-width: 736px) {
        #sub_works_area {
            padding: 0;
        }
    }
/* -----------------------------------------------------------
#sub_works
----------------------------------------------------------- */
    
    #sub_works {
        /* float: right; */
        width: 100%;
    }
    
    @media only screen and (max-width: 900px) {
        #sub_works {
            width: 100%;

        }
    }
    
    @media only screen and (max-width: 736px) {
        #sub_works {
            padding: 20px 0;
        }

      
    }
    /* --------- .worksArea --------- */
    
    .worksArea {
        z-index: 3;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
        padding:1%;
    justify-content: flex-start;}
    
    .worksArea .worksBox {
        flex: 0 0 31%;
        align-items: stretch;
        background: #fff;
        border: 1px solid #ddd;
        /* border-radius: 0.5em; */
        margin: 1%;
        }
    
/*      .worksArea .worksBox:before {
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        content: "";
        border: #fefefe 0 solid;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        z-index: -1;
    }
 */
.worksBox:hover {
        /* border: #f2f2f2 2px solid; */
       /*  border-radius: 0.5em; */
        background:#0c438a;
        color:#fff;
    }







    /* .inner */
    
    .worksArea .worksBox .inner {
        position: relative;
        padding: 10px;
        z-index: 2;
        /* border: 1px solid #ddd; */
        border-radius: 1em;
        text-align: center;
    }
    
    .worksArea .worksBox .inner:before {
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        content: "";
        border: #fefefe 0 solid;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        z-index: -1;
    }
    
    .worksBox:hover .inner:before {
        /* border: #f2f2f2 2px solid; */
       /*  border-radius: 0.5em; */
        background:#0c438a;
        color:#fff;
    }
    
    .worksArea .worksBox .inner .imgArea {
         text-align: center;
    }

    .worksArea .worksBox .inner .imgArea img{
        width: 100%;
        margin: 0 auto;
        /* max-width: 150px; */
    }
/* 
    .worksArea .worksBox .inner img {
        width: 100%;
        margin: 0 auto;
        max-width: 150px;
        text-align: center;
    } */
    
    .worksArea .worksBox .inner h2 {
        text-align: center;
        color: #0c438a;
        margin: 10px 0;
        font-weight: 600;
        font-size: 18px;
        display: block;
    }
    
    .worksArea .worksBox .inner h2:after {
        content: '';
        display: block;
        width: 147px;
        height: 1px;
        background-color: #0c438a;
        position: relative;
        bottom: 0px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        color:#fff;
    }

    .worksArea .worksBox .inner:hover {
        color:#fff;
    }

    .worksArea .worksBox .inner:hover h2 {
        color:#fff;
    }


    /* ul.category */
    
    .worksArea .worksBox ul.category {
        margin-top: 20px;
        list-style: none;
        z-index: 2;
        text-align: center;
    }
    
    .worksArea .worksBox ul.category li {
        display: inline-block;
        color: #fefefe;
        background: #0c438a;
        font-size: 13px;
        font-weight: 500;
        line-height: 35px;
        letter-spacing: 1px;
        border-radius: 1.5em;
        padding: 0 35px 0 25px;
        position: relative;
        z-index: 1;
    }
    
    .worksArea .worksBox ul.category li:after {
        position: absolute;
        top: 0;
        right: 10px;
        bottom: 0;
        font-size: 1.1em;
        /* line-height: 25px; */
        font-family: themify;
        /* content: "\e6ad"; */
        font-weight: normal;
        /* font-family: 'Font Awesome 6 pro'; */
        content: "\e649";
        vertical-align: 0;
    }


 .worksArea .worksBox p.category {
        margin-top: 20px;
        list-style: none;
        z-index: 2;
        text-align: center;
    }
    
    .worksArea .worksBox p.category {
        /* display: inline-block; */
        color: #fefefe;
        background: #0c438a;
        font-size: 13px;
        font-weight: 500;
        line-height: 35px;
        letter-spacing: 1px;
        border-radius: 1.5em;
        padding: 0 35px 0 25px;
        position: relative;
        z-index: 1;
        width: 100px;
        margin: 0 auto;
    }
    
    .worksArea .worksBox p.category:after {
        position: absolute;
        top: 0;
        right: 10px;
        bottom: 0;
        font-size: 1.1em;
        /* line-height: 25px; */
        font-family: themify;
        /* content: "\e6ad"; */
        font-weight: normal;
        /* font-family: 'Font Awesome 6 pro'; */
        content: "\e649";
        vertical-align: 0;
    }












    
       
    .worksArea .worksBox p.date {
        position: absolute;
        top: 20px;
        left: 7.5%;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        line-height: 40px;
        font-size: 0;
        display: none;
    }
    
    .worksArea .worksBox .inner h3 {
        font-size: 15px;
        font-weight: 500;
        line-height: 2;
        letter-spacing: 1px;
        padding: 0;
        margin-top: 10px;
        text-align: center;
    }
    
    .worksArea .worksBox .icon_award {
        position: absolute;
        top: 15px;
        right: 7.5%;
        width: 55px;
        height: 55px;
        content: "";
        background: url(../images/common/icon_award.png) center center no-repeat;
        background-size: cover;
        z-index: 2;
    }
    
    @media only screen and (max-width: 900px) {
        .worksArea .worksBox .inner {
            padding: 50px 7.5% 50px;
        }
        .worksArea .worksBox .inner p{
            display:block;
        }
        
        .worksArea .worksBox .inner:before {
            display: none;
        }


        .worksArea .worksBox .inner:hover {
            color:#fff;
            background:#0c438a;
            border-radius:0.5em;
        }

        .worksArea .worksBox .inner:hover h2 {
            color:#fff;
        
        }

        
        /* ul.category */
        .worksArea .worksBox ul.category {
            margin-top: -35px;
            list-style: none;
            z-index: 2;
            display: block;
        }
        .worksArea .worksBox ul.category li {
            padding: 0 15px 0 30px;
            /* margin-top: 50px; */
        }
        /* p.date */
        .worksArea .worksBox p.date {
            top: 10px;
            left: 7.5%;
        }
        /*.worksArea .worksBox p.date span { font-size: 13px; }*/
        /* h3 */
        .worksArea .worksBox .inner h3 {
            font-size: 14px;
            display: block;
        }
        /* .icon_award */
        .worksArea .worksBox .icon_award {
            top: 10px;
            right: 7.5%;
            width: 50px;
            height: 50px;
        }
    }
    
    @media only screen and (max-width: 736px) {

        .worksArea .worksBox .inner {
            padding: 40px 7.5% 30px;
        }
        .worksArea .worksBox .inner:before {
            display: none;
        }


        /* ul.category */
        .worksArea .worksBox ul.category {
            margin-top: 0px;
            list-style: none;
            z-index: 2;
            display: block;
        }
        .worksArea .worksBox ul.category li {
            font-size: 11px;
            line-height: 25px;
            letter-spacing: 1px;
            padding: 0 10px 0 20px;
        }
        .worksArea .worksBox ul.category li:before {
            left: 5px;
            font-size: 1em;
        }
        /* p.date */
        .worksArea .worksBox p.date {
            top: 10px;
            left: 7.5%;
            line-height: 30px;
        }
        /*.worksArea .worksBox p.date span { font-size: 11px; }*/
        /* h3 */
        .worksArea .worksBox .inner h3 {
            font-size: 11px;
            line-height: 1.8;
            margin-top: 5px;
        }

         .worksArea .worksBox {
            flex: 0 0 49%;
            margin-bottom:10px;
         }

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

        .worksArea {
            z-index: 3;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: stretch;
            padding:20px;
        }
    

        .worksArea .worksBox {
            flex: 0 0 100%;
            margin-bottom: 20px;
        }

       



    }
    
    @media only screen and (max-width: 414px) {
        .worksArea .worksBox p.date {
            letter-spacing: 0.5px;
        }
        .worksArea .worksBox .inner h3 {
            line-height: 1.8;
            display: block;
        }
        .worksArea .worksBox ul.category li {
            font-size: 9px;
            padding: 0 20px 0 20px;
        }
        .worksArea .worksBox .icon_award {
            top: 6px;
            right: 4%;
            width: 30px;
            height: 30px;
        }
    }




/* -----------------------------------------------------------
  #home_news
   ----------------------------------------------------------- */

   #home_news {
    /* float: left; */
    /* width: 33%; */
    padding: 90px 0;
    /*background: url(../images/pattern/noise.png) repeat #d9e3eb;*/
}

@media only screen and (max-width: 900px) {
    #home_news {
        float: none;
        width: 100%;
        /* background: #f0f0f0; */
        padding: 80px 5%;
    }
}

@media only screen and (max-width: 736px) {
    #home_news {
        padding: 70px 0%;
    }
}



@media only screen and (max-width: 500px) {
    #home_news {
        padding: 70px 0;
    }
}




/* --------- .newsArea --------- */

#home_news .newsArea {
    /* margin: 0 auto; */
    /* max-width: 900px; */
}

#home_news .newsArea .top-blog__list{z-index: 3;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: stretch;padding: 1%;}

#home_news .newsArea dl {
    flex: 0 0 32%;
    align-items: stretch;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0.5em;
    margin: 0;
    cursor:pointer;
}

#home_news .newsArea dl:hover {
    background:#f3abab;
    color:#fff;
}

@media only screen and (max-width: 500px) {
    #home_news .newsArea .top-blog__list{
    display:flex;
    flex-flow: column;
    padding: 1% 20px;
    }

#home_news .newsArea dl {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
    
}




#home_news .newsArea dl:first-child {
    margin: 0;
}

#home_news .newsArea dl dt {
    display: block;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 20px 20px 0;
}

#home_news .newsArea dl dt span {
    padding-left: 5px;
    color: #e96c36;
}

#home_news .newsArea dl dd {
    display: flex;
    flex-flow: column;
    padding: 20px;
    justify-content: center;
    margin: 0;
}

#home_news .newsArea dl dd img{
    width:60px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}




#home_news .newsArea dl a {
    /* position: absolute; */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#home_news .newsArea dl:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    height: 0;
    content: "";
    border-bottom: transparent 3px solid;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#home_news .newsArea dl:hover:after {
    right: 0;
    border-color: #0c438a;
}

@media only screen and (max-width: 900px) {
    #home_news .newsArea dl:after {
        display: none;
    }
}

@media only screen and (max-width: 736px) {
    #home_news .newsArea dl {
        flex: 0 0 49%;
        margin-bottom:10px;
        font-size: 12px;
    }

}




/* ----------------------------------------------------------
   .headline
   ---------------------------------------------------------- */

.headline {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.headline h2.en {
    font-size: 16px;
    /*     font-family: 'Poppins', sans-serif; */
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
}

.headline h2.jp {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 900px) {
    .headline {
        margin-bottom: 45px;
    }
    .headline h2.en {
        /* font-size: 30px; */
    }
    .headline h2.jp {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 1;
        margin-top: 15px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 736px) {
    .headline {
        margin-bottom: 40px;
    }
    .headline h2.en {
        font-size: 14px;
    }
    .headline h2.jp {
        /* font-size: 13px; */
        margin-top: 10px;
    }
}

@media only screen and (max-width: 414px) {
    .headline h2.jp {
        /* font-size: 12px; */
    }
}

/* news more */
.news-more_ares {
    width: 90%;
    text-align:center;
    margin: 15px auto;
}
.news-more{
    margin: 0 3px 15px;
    display: inline-block;
    width: 200px;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    background: #0c438a;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 5em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding-bottom: 3px;
}

.news-more:after {
    font-family: 'themify';
    content: "\e649";
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 2px;
    right: 12px;
    z-index: 1;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    transition: right 0.3s ease;
}
.news-more:hover {
    color: #fff;
    /*     border: #9E9E9E 1px solid; */
    background: #464544;
}
.news-more:hover:after {
    right: 10px;
}



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

#breadcrumb

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

#breadcrumb {margin: 0px 0;padding: 15px 20px;position:relative;z-index:1;text-align: right;/* background: #fbfbfb; *//* border-bottom: 1px solid #e1e1e1; */}
#breadcrumb ol { font-size: 0; margin: 0; padding: 0; line-height: 1.8; line-height:1; }
#breadcrumb li {display: inline-flex;list-style: none;font-size: 12px;font-family: 'Noto Sans JP', sans-serif;font-weight: 400;margin: 0;padding: 0;letter-spacing: 0.5px;height:20px;line-height:20px;}
#breadcrumb li:after {color: #322961;font-size: 10px;font-family: 'themify';content: "\e649";font-weight: normal;margin: 0 8px;height:20px;line-height:20px;}
#breadcrumb li:last-child:after { display:none;}
#breadcrumb li i { font-size: 16px; padding-right: 5px; font-weight: normal; line-height: 1.3; }
#breadcrumb li a { position:relative; z-index:1; font-weight: 400; height:20px; line-height:20px; }
#breadcrumb li a:hover { color: #322961; }
#breadcrumb li:first-child a:before {padding-right:5px;color: #322961; font-size: 11px; font-family: 'themify'; content: "\e69b";}
#breadcrumb li a:after { position: absolute; bottom: -4px; left: -2px; width: 100%; height: 0; display: block; border-bottom:#322961 1px solid;content: ""; z-index: -1; -webkit-transform-origin:right top;-moz-transform-origin:right top;-o-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top;-webkit-transform:scale(0,1);-moz-transform:scale(0,1);-o-transform:scale(0,1);-ms-transform:scale(0,1);transform:scale(0,1);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}
#breadcrumb li a:hover:after  { -webkit-transform-origin:left top;-moz-transform-origin:left top;-o-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1)}

@media only screen and (max-width: 900px) {
#breadcrumb {margin: 0px 0 0;padding:20px 5%;border-top:none;}
#breadcrumb:before { display:none;}
#breadcrumb li a:hover {color: #111;}
#breadcrumb li a:hover:after { display:none;}
}

@media only screen and (max-width: 414px) {
#breadcrumb { padding:18px 5% 16px; border-top:none;}
#breadcrumb ol { font-size: 0; margin: -10px auto 0; padding: 0; display:block; text-align:left; }
#breadcrumb li {font-size: 13px;margin: 10px 0 0;padding: 0;letter-spacing: 1px;}
#breadcrumb li:after { margin: 0 5px;}
#breadcrumb li:last-child {overflow: hidden;text-overflow: ellipsis; white-space: nowrap; width:10em;}
#breadcrumb li:first-child a {font-size: 0;width:auto;padding-bottom: 7px;}
#breadcrumb li:first-child a:before {padding-right:0;font-size: 13px;}
}

@media only screen and (max-width: 320px) {
#breadcrumb li:last-child { width:6em;}
}


@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : restaurant__como.css
 author     : Ability Consultant
 style info : お料理 Main Dining Room COMO
=================================================================== */
.con_intr .box_intr, .wrp_buff .con_buff, .con_menu {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1099px) {
  .con_intr .box_intr, .wrp_buff .con_buff, .con_menu {
    width: 91.66667%;
  }
}

@font-face {
  font-family: 'BOWI';
  src: url(../css/fonts/BOWI___.TTF.woff) format("woff");
}
/* -----------------------------------------------------------
	header カスタマイズ
----------------------------------------------------------- */
#header .con_hea h1 {
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.78);
}

/* -----------------------------------------------------------
	con_intr
----------------------------------------------------------- */
.con_intr {
  border-top: 1px solid #0a3f57;
  background: url(../images/common/bg_intr.jpg) no-repeat center top/cover;
  padding: 30px 0 60px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .con_intr {
    padding: 8% 0;
  }
}
.con_intr .box_intr {
  padding-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr {
    padding-top: 0;
  }
}
.con_intr .box_intr .st {
  font-weight: normal;
  text-align: center;
  position: relative;
  line-height: 1;
  font-size: 258%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_intr .box_intr .st {
    font-size: 229%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr .st {
    font-size: 158%;
  }
}
.con_intr .box_intr .st:before {
  content: "";
  display: block;
  width: 21px;
  height: 32px;
  background: url(../images/common/ic_st_w.png) no-repeat center/100% auto;
  margin: 0 auto .3em;
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr .st:before {
    width: .5em;
    height: .76em;
  }
}
.con_intr .box_intr .st em {
  color: #fff799;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.con_intr .box_intr .catch {
  margin-top: .2em;
  color: #fff;
  letter-spacing: .15em;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_intr .box_intr .catch {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr .catch {
    margin-top: 4%;
  }
}
.con_intr .box_intr .catch em {
  font-family: 'Pinyon Script', cursive;
  font-size: 215%;
  vertical-align: baseline;
  display: inline-block;
  margin-right: .3em;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_intr .box_intr .catch em {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr .catch em {
    font-size: 179%;
  }
}
.con_intr .box_intr .catch em:after {
  content: "";
  width: 1px;
  height: 1.2em;
  background: #fff;
  display: inline-block;
  margin-left: .6em;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr .catch em {
    margin-right: 0;
  }
  .con_intr .box_intr .catch em:after {
    display: none;
  }
}
.con_intr .box_intr .catch span {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  letter-spacing: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_intr .box_intr .catch span {
    width: 67%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr .catch span {
    letter-spacing: .13em;
  }
}

/* -----------------------------------------------------------
	wrp_buff
----------------------------------------------------------- */
.wrp_buff {
  background: #185e7d;
  padding-bottom: 70px;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .wrp_buff {
    padding-bottom: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_buff {
    padding-bottom: 9%;
  }
}
.wrp_buff .con_buff .box_slider {
  margin-bottom: 0;
  overflow: visible;
}
.wrp_buff .con_buff .box_slider .slick-list {
  overflow: visible;
}
.wrp_buff .con_buff .box_slider .slick-slide {
  position: relative;
}
.wrp_buff .con_buff .box_slider .slick-slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.wrp_buff .con_buff .box_slider .slick-center:before {
  background: transparent;
}
.wrp_buff .con_buff .box_slider .slick-dots {
  z-index: 3;
  bottom: -2em;
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_slider .slick-dots {
    bottom: -1.5em;
  }
}
.wrp_buff .con_buff .box_slider .slick-dots li {
  width: 17px;
  height: 2px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_slider .slick-dots li {
    width: 1em;
    margin-left: .5em;
  }
  .wrp_buff .con_buff .box_slider .slick-dots li:first-child {
    margin-left: 0;
  }
}
.wrp_buff .con_buff .box_slider .slick-dots li button {
  height: 100%;
  width: 100%;
}
.wrp_buff .con_buff .box_slider .slick-dots li button:before {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.wrp_buff .con_buff .box_slider .slick-dots li.slick-active button:before {
  background: #2ca9e1;
}
.wrp_buff .con_buff .box_slider .slick-dots {
  bottom: 1.5em;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_slider .slick-dots {
    bottom: .5em;
  }
}
.wrp_buff .con_buff .box_slider .slick-dots li {
  width: 30px;
  margin-left: 1em;
  height: 3px;
}
.wrp_buff .con_buff .box_slider .slick-arrow {
  z-index: 2;
}
.mouse .wrp_buff .con_buff .box_slider .slick-arrow {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .wrp_buff .con_buff .box_slider .slick-arrow:hover, .touch .wrp_buff .con_buff .box_slider .slick-arrow.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .wrp_buff .con_buff .box_slider .slick-arrow {
  -webkit-tap-highlight-color: transparent;
}
.touch .wrp_buff .con_buff .box_slider .slick-arrow.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.wrp_buff .con_buff .box_slider .slick-prev {
  left: 15px;
  width: 29px;
  height: 56px;
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_slider .slick-prev {
    width: 4.94318%;
    height: 84px;
    left: 3%;
  }
}
.wrp_buff .con_buff .box_slider .slick-prev:before {
  content: "";
  background: url(../images/common/ic_arr03-pc.png) no-repeat center;
  width: 100%;
  height: 100%;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
@media only screen and (max-width: 1099px) {
  .wrp_buff .con_buff .box_slider .slick-prev:before {
    background: url(../images/common/ic_arr03-pc.png) no-repeat center/100% auto;
  }
}
.wrp_buff .con_buff .box_slider .slick-next {
  right: 15px;
  width: 29px;
  height: 56px;
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_slider .slick-next {
    width: 4.94318%;
    height: 84px;
    right: 3%;
  }
}
.wrp_buff .con_buff .box_slider .slick-next:before {
  content: "";
  background: url(../images/common/ic_arr03-pc.png) no-repeat center;
  width: 100%;
  height: 100%;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media only screen and (max-width: 1099px) {
  .wrp_buff .con_buff .box_slider .slick-next:before {
    background: url(../images/common/ic_arr03-pc.png) no-repeat center/100% auto;
  }
}
.wrp_buff .con_buff .box_slider .slick-arrow {
  z-index: 1;
}
.wrp_buff .con_buff .box_buff {
  color: #fff;
  overflow: hidden;
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .wrp_buff .con_buff .box_buff {
    margin-top: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_buff {
    margin-top: 5%;
  }
}
.wrp_buff .con_buff .box_buff .box_txt {
  width: 570px;
  float: left;
  width: 570px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .wrp_buff .con_buff .box_buff .box_txt {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_buff .box_txt {
    width: 100%;
  }
}
.wrp_buff .con_buff .box_buff .box_txt .st {
  color: #fff799;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 150%;
  letter-spacing: .06em;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .wrp_buff .con_buff .box_buff .box_txt .st {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_buff .box_txt .st {
    font-size: 115%;
  }
}
.wrp_buff .con_buff .box_buff .box_txt .txt {
  margin: 10px 0 25px;
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_buff .box_txt .txt {
    margin: 3% 0;
  }
}
.wrp_buff .con_buff .box_buff .box_txt .tbl_basic_w {
  font-size: 93%;
}
.wrp_buff .con_buff .box_buff .box_txt .tbl_basic_w th, .wrp_buff .con_buff .box_buff .box_txt .tbl_basic_w td {
  padding: .8em .8em;
}
.wrp_buff .con_buff .box_buff .box_txt .tbl_basic_w th {
  border-right: 1px solid #00fffa;
  width: 145px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .wrp_buff .con_buff .box_buff .box_txt .tbl_basic_w th {
    width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_buff .box_txt .tbl_basic_w th {
    width: 37%;
  }
}
.wrp_buff .con_buff .box_buff .photo {
  float: right;
  width: 463px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .wrp_buff .con_buff .box_buff .photo {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_buff .photo {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .wrp_buff .con_buff .box_buff .photo {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_buff .photo {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_buff .photo {
    margin-top: 3%;
  }
  .wrp_buff .con_buff .box_buff .photo img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_buff .box_txt, .wrp_buff .con_buff .box_buff .photo {
    float: none;
  }
}
@media only screen and (min-width: 1100px) {
  .wrp_buff .con_buff .box_cau {
    clear: both;
  }
}
@media print {
  .wrp_buff .con_buff .box_cau {
    clear: both;
  }
}
.ie8 .wrp_buff .con_buff .box_cau {
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .wrp_buff .con_buff .box_cau {
    width: 50%;
    float: right;
  }
}
@media only screen and (max-width: 1099px) {
  .wrp_buff .con_buff .box_cau li {
    padding-left: 1.1em;
    text-indent: -1em;
  }
}

/* -----------------------------------------------------------
	con_menu
----------------------------------------------------------- */
.con_menu {
  margin: 60px auto 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu {
    margin: 8% auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu {
    margin: 10% auto;
  }
}
.con_menu h3 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 40px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu h3 {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu h3 {
    margin-bottom: 6%;
  }
}
.con_menu h3 em {
  font-family: 'Pinyon Script', cursive;
  color: #185e7d;
  display: block;
  font-size: 322%;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu h3 em {
    font-size: 286%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu h3 em {
    font-size: 250%;
  }
}
.con_menu h3 span {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 115%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu h3 span {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu h3 span {
    font-size: 100%;
  }
}
.con_menu .box_menu {
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .box_menu {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu {
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .box_menu {
    padding-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu {
    padding-bottom: 10%;
  }
}
.con_menu .box_menu .photo {
  width: 463px;
  float: left;
  margin-right: 80px;
  position: relative;
  padding-top: 28%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .box_menu .photo {
    width: 52%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .photo {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .box_menu .photo {
    margin-right: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .photo {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .photo {
    float: none;
    padding-top: 63%;
  }
}
.con_menu .box_menu .photo img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.con_menu .box_menu .box_list {
  width: 480px;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .box_menu .box_list {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .box_list {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .box_list {
    float: none;
    margin-top: 3%;
  }
}
.con_menu .box_menu .box_list .st {
  color: #185e7d;
  font-size: 129%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .box_menu .box_list .st {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .box_list .st {
    margin-bottom: 1%;
  }
}
.con_menu .box_menu .box_list ul {
  letter-spacing: normal;
}
.con_menu .box_menu .box_list ul li {
  margin-bottom: .1em;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .box_menu .box_list ul li {
    padding-left: 1em;
    text-indent: -.5em;
  }
}
.con_menu .box_menu.line_b {
  border-bottom: 1px solid #2ca9e1;
}
.con_menu .sub_menu {
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .sub_menu {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .sub_menu {
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .sub_menu {
    padding-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .sub_menu {
    padding-bottom: 10%;
  }
}
.con_menu .sub_menu .box_menu2 {
  width: 463px;
  width: 463px;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .sub_menu .box_menu2 {
    width: 46%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .sub_menu .box_menu2 {
    width: 100%;
  }
}
.con_menu .sub_menu .box_menu2 .photo {
  position: relative;
  overflow: hidden;
  padding-top: 68%;
}
@media only screen and (max-width: 767px) {
  .con_menu .sub_menu .box_menu2 .photo {
    float: none;
    padding-top: 63%;
  }
}
.con_menu .sub_menu .box_menu2 .photo img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.con_menu .sub_menu .box_menu2 .box_list .st {
  color: #185e7d;
  font-size: 129%;
  margin: 15px 0 13px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .sub_menu .box_menu2 .box_list .st {
    margin: 3% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .sub_menu .box_menu2 .box_list .st {
    margin: 2% 0;
  }
}
.con_menu .sub_menu .box_menu2 .box_list ul {
  letter-spacing: normal;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .sub_menu .box_menu2 .box_list ul {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .sub_menu .box_menu2 .box_list ul {
    margin-bottom: 4%;
  }
}
.con_menu .sub_menu .box_menu2 .box_list ul li {
  margin-bottom: .1em;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .sub_menu .box_menu2 .box_list ul li {
    padding-left: 1em;
    text-indent: -.5em;
  }
}
.con_menu .sub_menu .box_menu2.menu2 {
  margin-right: 7.09091%;
}
@media only screen and (max-width: 767px) {
  .con_menu .sub_menu .box_menu2.menu2 {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .sub_menu .box_menu2.menu2 {
    margin-bottom: 10%;
    padding-bottom: 10%;
  }
}
.con_menu .sub_menu.line_b {
  border-bottom: 1px solid #2ca9e1;
}

.con_plan {
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_plan {
    padding-top: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan {
    padding-top: 10%;
  }
}

.con_search {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .con_search {
    margin-top: 10%;
  }
}

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

----------------------------------------------------------------*/
/* views */
.spView,
.spViewInb,
.tbView {
  display: none !important;
}
@media only screen and (max-width:991px) {
  .tbView {
    display: block !important;
  }
}
@media only screen and (max-width:768px) {
  .spView {
    display: block !important;
  }
  .spViewInb {
    display: inline-block !important;
  }
  .pcView {
    display: none !important;
  }
}

.como_inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.como_box {
  margin-top: 60px;
  border: 1px solid #d7d7d7 ;
  padding:30px 20px;
}

.como_title {
  position: relative;
  font-size: 26px;
  letter-spacing: 0.1em;
  font-weight: 100;
  padding-bottom: 20px;
  padding-left: 10px;
  border-bottom: 1px solid #d7d7d7 ;
}
.label_title::after {
  content: '組数限定';
  position: absolute;
  right: 10px;
  font-size: 18px;
  padding: 4px 20px;
  border-radius: 30px;
  background-color: #185e7d;
  color: #fff;
}


.como_flex {
  display: flex;
  padding: 0 10px;
  margin-top: 30px;
}

/* .como_flex.row-reverse {
  flex-direction: row-reverse;
  justify-content: left;
} */

.como_flex_img {
  width: 30%;
}

.como_flex_img.slide {
  width: 52%;
}

.como_flex_text {
  width: 66%;
  margin-left: 40px;
}

.como_flex_text.bf  {
  width: 46%;
  margin-left: 40px;
}

.como_flex_title {
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 100;
}

.como_flex_menu {
  margin-top: 20px;
  font-weight: 100;
  line-height: 1.7;
  font-size: 16px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.menu_text {
  font-weight: 100;
  line-height: 1.7;
  font-size: 16px;
}

.como_flex_menu dt {
  width: 144px;
  text-align: left;
  color: #333;
}

.como_flex_menu dd {
  width: calc(100% - 150px);
  text-align: left;
  padding-left:1em;
	text-indent:-1em;
}

.como_link {
  margin-top: 10px;
  text-align: right;
}

.como_link2 {
  margin: 30px 20px 0;
}

.como_btn {
  position: relative;
  display: inline-block;
  min-width: 280px;
  background-color: #185e7d;
  padding: 12px 10px 12px 24px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 16px;
  color: #fff;
  text-align: left;
  margin: 0 10px;
  transition: all .5s;
  text-decoration: none;
}

.como_btn2 {
  position: relative;
  display: inline-block;
  min-width: 280px;
  background-color: #185e7d;
  padding: 12px 10px 12px ;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 0 10px;
  transition: all .5s;
  text-decoration: none;
}
.como_btn2:hover {
  opacity: .8;
  color: #fff !important;
}

/*--- 矢印 ---*/
.como_btn::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;   
  width: 34px;
  height: 1px;
  background:#fff;
  transition: all .5s;
}
.como_btn::after{
  content: '';
  position: absolute;
  top: 40%;
  right: 31px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: all .5s;
}
.como_btn:hover {
  opacity: .8;
  color: #fff !important;
}
.como_btn2:hover {
  opacity: .8;
  color: #fff !important;
}
.como_btn:hover::before {
  right: 23px;
}
.como_btn:hover::after {
  right: 24px;
}

@media only screen and (max-width:768px) {
  
  .como_inner {
    padding: 0;
  }

  .como_box {
    margin-top: 30px;
    padding: 20px;
  }
  
  .como_title {
    position: relative;
    font-size: 20px;
    padding-bottom: 14px;
    padding-left: 0;
  }

  .label_title::after {
    right: -14px;
    top: 0;
    font-size: 14px;
  }

  .como_flex {
    display: block;
    padding: 0 ;
    margin-top: 20px;
  }
  
  .como_flex_img {
    width: 100%;
  }
  
  .como_flex_text {
    width: 100%;
    margin-left: 0;
  }
  
  .como_flex_title {
    font-size: 16px;
    margin-top: 10px;
  }
  
  .como_flex_menu {
    margin-top: 10px;
    line-height: 1.7;
    font-size: 16px;
  }
  
  .como_flex_menu dt {
    width: 100%;
    text-align: left;
    color: #333;
  }
  
  .como_flex_menu dd {
    width: 100%;
    text-align: left;
  }
  
  .como_link {
    margin-top: 10px;
    text-align: center;
  }


  .como_link2 {
    margin: 10px auto;
  }
  
  .como_btn {
    min-width: 250px;
    padding: 12px 10px 12px;
    font-size: 16px;
    text-align: center;
    margin: 20px auto;
  }
  
  .como_btn2 {
    max-width: 350px;
    min-width: auto;
    display: block;
    padding: 12px 10px 12px;
    font-size: 16px;
    text-align: center;
    margin: 10px auto 0;
  }
  
  /*--- 矢印 ---*/
  .como_btn::before{
    content: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;   
    width: 34px;
    height: 1px;
    background:#fff;
    transition: all .5s;
  }
  .como_btn::after{
    content: none;
    position: absolute;
    top: 40%;
    right: 31px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    transition: all .5s;
  }
  .como_btn:hover::before {
    right: 23px;
  }
  .como_btn:hover::after {
    right: 24px;
  }

  .como_flex_img.slide {
    width: 100%;
  }

  .como_flex_text.bf  {
    width: 100%;
    margin-left: 0;
    margin-top: 46px;
  }
}





.como_inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.dink_box {
  margin-top: 60px;
  border: 1px solid #d7d7d7 ;
  padding:30px 20px;
}

.dink_title {
  position: relative;
  font-size: 26px;
  letter-spacing: 0.1em;
  font-weight: 100;
  padding-bottom: 20px;
  padding-left: 10px;
  border-bottom: 1px solid #d7d7d7 ;
}
.label_title::after {
  content: '組数限定';
  position: absolute;
  right: 10px;
  font-size: 18px;
  padding: 4px 20px;
  border-radius: 30px;
  background-color: #185e7d;
  color: #fff;
}


.dink_title span {display:block;font-size:16px;color: #185e7d;font-weight: 600;}


  

.dink_flex {
  display: flex;
  padding: 0 10px;
  margin-top: 40px;
}

.dink_flex2 {
  display: flex;
  justify-content: center;
  padding: 0 10px;
  margin-top: 0px;
}

.dink_flex_img {
  width: 65%;
}

.dink_flex_text {
  /* width: 66%; */
  margin-left: 20px;
}

.dink_cap {
  font-size: 16px;
  text-align: center;
  margin: 30px auto 0;
}

.dink_flex_title span{
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 100;
  font-weight: 400;
  color: #fff;
  background: #185e7d;
  text-align: center;
  border-radius: 30px;
  padding: 5px 10px;
}

  

.dink_flex_menu {
  margin-top: 20px;
  font-weight: 100;
  line-height: 1.7;
  font-size: 16px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.menu_text {
  font-weight: 100;
  line-height: 1.7;
  font-size: 16px;
}

.dink_flex_menu dt {
  width: 300px;
  text-align: left;
  color: #333;
}

.dink_flex_menu dd {
  width: calc(100% - 360px);
  text-align: left;
  padding-left:1em;
  text-indent:-1em;
}


@media only screen and (max-width:768px) {
  
  .dink_inner {
    padding: 0;
  }

  .dink_box {
    margin-top: 30px;
    padding: 20px;
  }
  
  .dink_title {
    position: relative;
    font-size: 20px;
    padding-bottom: 14px;
    padding-left: 0;
  }

  .dink_flex_title {
    font-size: 18px;
    color: #fff;
    text-align:center;
    border-radius:30px;
    font-weight:300;
  }

  .label_title::after {
    right: -14px;
    top: -38px;
    font-size: 14px;
  }


.dink_cap {
  font-size: 14px;
  text-align: center;
  margin: 20px auto 0;
}

  .dink_flex {
    display: block;
    padding: 0 ;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .dink_flex2 {
    display: block;
    padding: 0 ;
    margin-top: 0;
  }
  
  .dink_flex_img {
    width: 100%;
  }
  
  .dink_flex_text {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}


@charset "UTF-8";
/* CSS Document */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {/* box-sizing: border-box; *//* border-style: solid; *//* border-width: 0; */}

/* Document */
/* ============================================ */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/

html {/* line-height: 1.15; */ /* 1 *//* -webkit-text-size-adjust: 100%; */ /* 2 *//* -webkit-tap-highlight-color: transparent; */ /* 3*/}

/* Sections */
/* ============================================ */

/**
* Remove the margin in all browsers.
*/

body {margin: 0;}

/**
* Render the `main` element consistently in IE.
*/

main {
display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl,
menu {
/* margin: 0; */
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
line-height: inherit;
font-weight: inherit;
margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {/* margin: 0; *//* padding: 0; *//* list-style: none; */}

/* Lists (definition) */
/* ============================================ */

dt {
font-weight: inherit;
}

dd {
margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
border-top-width: 1px;
margin: 0;
clear: both;
color: inherit;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
font-family: monospace, monospace; /* 1 */
font-size: inherit; /* 2 */
}

address {
font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
* Remove the gray background on active links in IE 10.
*/

a {/* background-color: transparent; *//* text-decoration: none; *//* color: inherit; */}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
text-decoration: underline; /* 2 */
text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
font-family: monospace, monospace; /* 1 */
font-size: inherit; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}

sub {
bottom: -0.25em;
}

sup {
top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
* Prevent vertical alignment issues.
*/

img,
embed,
object,
iframe {
vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
* Reset form fields to make them styleable
*/

button,
input,
optgroup,
select,
textarea {
-webkit-appearance: none;
appearance: none;
vertical-align: middle;
color: inherit;
font: inherit;
background: transparent;
padding: 0;
margin: 0;
outline: 0;
border-radius: 0;
text-align: inherit;
}

/**
* Reset radio and checkbox appearance to preserve their look in iOS.
*/

[type="checkbox"] {
-webkit-appearance: checkbox;
appearance: checkbox;
}

[type="radio"] {
-webkit-appearance: radio;
appearance: radio;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
/* 1 */
overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
/* 1 */
text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
cursor: pointer;
-webkit-appearance: none;
appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
cursor: default;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}

/**
* Remove arrow in IE10 & IE11
*/

select::-ms-expand {
display: none;
}

/**
* Remove padding
*/

option {
padding: 0;
}

/**
* Reset to invisible
*/

fieldset {
margin: 0;
padding: 0;
min-width: 0;
}




details {
display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
display: list-item;
}

/*
* Remove outline for editable content.
*/

[contenteditable] {
outline: none;
}



.pickup {
    padding: 30px 0px;
    background-color: #f1efef;
    position: relative;
}


.pickup .wrap{
	max-width:1200px;
	margin:0 auto;
	width: 100%;
}




 .pickup.mt {
    margin-top: 30px;
}

 .pickup .img_pickup {
    width: 100px;
    margin-left: -50px;
    margin-bottom: 20px;
}

 .pickup .title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.5;
    display: flex;
    align-items: center;
}

 .pickup .title:before {
  font-family: 'FontAwesome';
  content: "\f097";
  padding-right: 5px;
  color: #6b0948;
  font-size: 1.2em;
}





 .pickup .title span {
    font-size: 0.8rem;
    font-size: 1.2rem;
    display: block;
    margin-left: 10px;
}

@media screen and (max-width: 1024px) {
     .pickup .title {
        flex-direction: column;
    }
}


 .pickup .title .underline {
    font-weight: bold;
}

 .pickup .title .underline::before {
    height: 10px;
}

 .pickup .txt {
    background: #fff;
    padding: 20px;
    border-radius: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    /* max-width: 1000px; */
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

 .pickup .plan_title {
    font-size: 25px;
    line-height: 2;
    margin: 0;
    /* margin-bottom: 20px; */
    font-weight: 600;
    color: #240a04;
    }

 .pickup .name {
    font-size: 25px;
    line-height: 2;
    margin-bottom: 20px;
    font-weight: 600;
    color: #240a04;
    }

 .pickup .name span{
 background:#ddd;
  border-radius:10em;
 background: #240a04;
  color:#fff;
  font-size:18px;
  padding:5px 10px;
}



 .pickup .cap {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 0;
    padding: 0 20px;
    font-weight: 600;
    text-align: center;
    }

 .pickup .phone_num,
 .pickup .fax_num {
    font-size: 40px;
    /* line-height: 2; */
    padding: 10px 20px 0;
    /* border: 1px solid #ddd; */
    /* border-radius: 500px; */
    margin-bottom: 20px;
    /* display: block; */
}

 .pickup .phone_num:before {
    font-family: 'FontAwesome';
    content: "\f095";
    padding-right: 5px;
    color: #6b0948;
    font-size: 0.8em;
}

 .pickup .fax_num:before {
    font-family: 'FontAwesome';
    content: "\f1ac";
    padding-right: 5px;
    color: #666666;
    font-size: 0.7em;
line-height: 1;}


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

 .pickup .name {
    font-size: 15px;
    line-height: 3;
    }



 
 .pickup .phone_num,
 .pickup .fax_num{
   font-size: 28px;
 }

 .pickup .name span{
  font-size:16px;
}


 
 .pickup .phone_num:before,
 .pickup .fax_num:before{
   font-size: 0.8em;}
 .pickup .cap {
 text-align: left;
 }

.pickup .plan_title {
    font-size: 22px;
}

 
}





/* Table */
/* ============================================ */

table {
border-collapse: collapse;
border-spacing: 0;
}

caption {
text-align: left;
}

td,
th {
vertical-align: top;
padding: 0;
}

th {
text-align: left;
font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
* Add the correct display in IE 10+.
*/

template {
display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
display: none;
}



#detail{
padding-top: 0;
overflow: hidden;
}

#detailHeader{
padding-top: 2em
}

#detailTitle{
color: #555;
}
#detailTitle h2{
display: flex;
font-size: 1.75em;
font-weight: 500;
letter-spacing: 0.1em;
line-height: 1.5em;
}
#detailTitle h2 i{
align-items: flex-start;
margin-right: 0.5em;
transform: translate(0,0.25em);
}

#detailStatus{}
#detailStatus dl{
display: flex;
padding: 1em 0;
line-height: 1.4em;
border-top: 1px solid currentColor;
}
#detailStatus dl:last-child{
border-bottom: 1px solid currentColor;
}
#detailStatus dt,
#detailStatus dd{
font-weight: 500;
line-height: 1.5em;
}
#detailStatus dt{
position: relative;
margin-right: 1em;
padding-right: 1em;
white-space: nowrap;
}
#detailStatus dt:before{
content: "";
position: absolute;
top: 0.25em;
right: 0;
height: 1em;
border-left: 1px solid currentColor;
}
#detailStatus ul{
display: flex;
margin-bottom: 1.5em;
}
#detailStatus li{
position: relative;
width: 25%;
border-radius: 8px;
}
#detailStatus li:before{
content: "";
position: absolute;
top: calc(50% - 0.5em);
left: 0;
height: 1em;
border-left: 1px solid currentColor;
}
#detailStatus li:last-child:before{
	width: 100%;
	border-right: 1px solid currentColor;
	}
#detailStatus li a{
display: block;
padding: 0.6em;
color: inherit;
font-weight: 500;
text-decoration: none;
text-align: center;
font-size: 1.1em;
}
#detailStatus li.select{
background: currentColor;
margin-right: -1px;
}
#detailStatus li.select a{
	color: #fff;
	}

#detailAreaMap{
position: relative;
border-bottom: 1px solid currentColor;
order: 1;
}

#detailLead{}
#detailLead .fr-view{
font-weight: 500;
letter-spacing: 0.05em;
line-height: 1.7em;
}

#detailTable{
background: linear-gradient(90deg,#ffe7d9,#dceced);
}
#detailTable h3{
color: #555;
font-weight: 500;
font-size: 1.5em;
letter-spacing: 0.1em;
text-align: center;
}
#detailTable h3+div{
margin-top: 2em;
}
#detailTable dl{
position: relative;
display: flex;
flex-direction: column;
width: calc(100vw - 10em);
max-width: 316px;
background: #fff;
padding: 1em;
border-radius: 8px;
box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}
#detailTable dt{
padding: 0.3em 0.8em;
color: #555;
font-weight: 500;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
order: 1;
}
#detailTable dd{}
#detailTable dd a{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
}
#detailTable .wrap{
width: 100%;
}
#detailTable .slick-slider{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
overflow: hidden;
}
#detailTable .slick-list{
margin-bottom: 2em;
order: -1;
}
#detailTable .slick-next{
order: 1;
}
#detailTable .slick-dots{
width: calc(100% - 12em);
margin: 0 1em;
}
#detailTable .thumb{
border-radius: 4px;
}

#detailCourse{
counter-reset: count;
}

.flow_title{
    text-align:center;
    font-size:28px;
    color: #0668ae;
    font-weight:600;
    line-height:28px;
    vertical-align:middle
}


    
#detailCourse section{
margin: 2em 0;
padding: 0;
}
#detailCourse .wrap{position: relative;display: flex;flex-direction: column;align-items: stretch;z-index: 1;max-width: 900px;}


#detailCourse .wrap .ttl{
font-size:25px;
 position:relative;
 left:-30px;
 font-weight:600;
}


#detailCourse .wrap:before{content: "";position: absolute;top: 5em;left: 0.5em;width: 0;height: calc(100% - 10em);border-left: 2px solid #0668ae;z-index: -1;}

#detailCourseStart,
#detailCourseGoal{position: relative;padding-left: 0;left: -10px;background: #fff;color: #016d97;font-size: 2.1em;font-size: 25px;/* font-family: sofia-pro, sans-serif; */font-weight: 900;/* font-style: italic; */text-transform: capitalize;line-height: 2em;}

#detailCourseStart:before,
#detailCourseGoal:before{
/* content: ""; */
/* position: absolute; */
/* left: 0; */
/* width: 1em; */
/* height: 1em; */
/* border-top: 1px solid currentColor; */
}

@media only screen and (max-width: 500px) {
	#detailCourseStart,
	#detailCourseGoal{
		left: -10px;
		font-size: 1.6em;
	}

    #detailCourse .wrap:before {left: 0em;}

}







#detailCourseStart:before{
top: 1.5em;
transform: skewY(-45deg);
}

#detailCourseGoal{}
#detailCourseGoal:before{
bottom: 0.5em;
transform: skewY(45deg);
}

#detailFooter{
padding-top: 0;
}

#detailMap{
display: flex;
flex-direction: column;
}
#detailMap p{
margin-top: 1em;
padding-left: 1em;
text-indent: -1em;
color: #666666;
font-size: 0.875em;
line-height: 1.7em;
}
#detailMap menu{
position: relative;
align-self: center;
width: 100%;
max-width: 380px;
margin: 0;
padding: 1em 1.5em;
border: 1px solid currentColor;
border-radius: 4px;
color: #555;
fill: currentColor;
font-weight: 500;
letter-spacing: 0.1em;
text-align: center;
cursor: pointer;
order: 1;
}
#detailMap menu i{
position: absolute;
top: calc(50% - 0.5em);
right: 1.5em;
}
#detailMap menu path{
transition: opacity 0.2s ease-out;
}
#detailMap menu.open{}
#detailMap menu.open path+path{
	opacity: 0;
	}
#detailMap menu+div{
margin-bottom: 2em;
}

#detailMapBody{
position: relative;
background: #ccc;
}
#detailMapBody > div{
width: 100%;
height: 100%;
}
#detailMapBody iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#detailMapBody > .infoWin{
position: relative;
margin: 1em;
z-index: 1;
}
#detailMapBody > img{
position: relative;
margin: 1em 0;
width: 34px;
height: 50px;
z-index: 1;
}

#detailMapList{
overflow-y: auto;
}
#detailMapList ul{
counter-reset: count;
list-style: none;
}
#detailMapList li{
position: relative;
padding: 1em;
padding-left: 4em;
font-weight: 500;
letter-spacing: 0.05em;
line-height: 1.5em;
cursor: pointer;
}
#detailMapList li:before{
counter-increment: count;
content: counter(count);
position: absolute;
top: 0.6em;
left: 1em;
width: 2.4em;
height: 2.4em;
margin-right: 0.5em;
background: #555;
border-radius: 100%;
color: #fff;
font-weight: bold;
text-align: center;
line-height: 2.4em;
transform: scale(0.8);
}
#detailMapList li+li{
border-top: 1px solid #e1e1e1;
}
#detailMapList a{
color: inherit;
text-decoration: none;
}
#detailMapList a:hover{
text-decoration: none;
}

#share{
display: flex;
flex-direction: column;
align-items: center;
color: #555;
}
#share:before{
content: "Share";
position: relative;
margin-bottom: -0.4em;
padding: 0 0.6em;
background: #fff;
font-size: 1.7em;
font-family: sofia-pro, sans-serif;
font-weight: 900;
font-style: italic;
line-height: 1em;
text-align: center;
z-index: 1;
}
#share ul{
position: relative;
display: flex;
justify-content: center;
border: 1px solid currentColor;
border-radius: 4px;
padding: 2em 3em;
padding-top: 3em;
}
#share li{}
#share li a{
display: block;
}
#share li svg{
font-size: 40px;
}
#share li+li{
margin-left: 2em;
}

#recommend{
border-top: 1px solid #555;
overflow: hidden;
}
#recommend h2{
display: flex;
align-items: center;
color: #555;
fill: currentColor;
font-weight: 500;
line-height: 1.5em;
}
#recommend h2 i{
position: relative;
top: 0.1em;
display: flex;
align-items: center;
margin-right: 1em;
}
#recommend h2+div{
margin-top: 2em;
}
#recommend dl{
position: relative;
display: flex;
flex-direction: column;
}
#recommend dt{
font-weight: 500;
letter-spacing: 0.025em;
}
#recommend dt+dd{
order: -1;
}
#recommend dd{}
#recommend dd a{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
}
#recommend .thumb{
border-radius: 4px;
}
#recommend .slick-list{
margin: 0 -0.75em;
}
#recommend .slick-slide{
padding: 0 0.75em;
}
#recommend .slick-arrow{
position: absolute;
margin: -1.5em;
z-index: 1;
}
#recommend .slick-prev{
left: 0;
}
#recommend .slick-next{
right: 0;
}

.spot{
position: relative;
}

.spotName{position: relative;font-weight: 500;font-size: 1.2em;line-height: 1.5em;letter-spacing: 0.1em;}

.spotName span{
    background:#0668ae;
    padding:5px 10px;
    color:#fff;
    border-radius:5em;
}

    
.spotName:before{counter-increment: count;content: counter(count);/* content: '↓'; *//* font-family: 'FontAwesome'; *//* content: "\f063"; */position: absolute;top: 0.5em;left: -4em;display: flex;align-items: center;justify-content: center;width: 2em;height: 2em;margin: -1em;padding-bottom: 0.15em;background: #0668ae;border: 3px solid #fff;border-radius: 100%;color: #fff;letter-spacing: 0;padding-top: 5px;text-align: center;box-sizing: border-box;font-size: 1.5em;}

.spotName_b{
   position: relative;
   font-weight: 500;
   font-size: 1.65em;
   line-height: 1.5em;
   letter-spacing: 0.1em;
   margin-top: 20px;
}



.spotLead{margin-top: 1.5em;font-weight: 500;font-size: 1.2em;line-height: 1.5em;letter-spacing: 0.05em;}

.spotPhoto{
margin-top: 1.5em;
}
.spotPhoto li[data-caption]{
position: relative;
}
.spotPhoto li[data-caption]:before{
content: attr(data-caption);
position: absolute;
left: 0;
bottom: 0;
display: block;
width: 100%;
padding: 1em;
background: linear-gradient(rgba(0,26,23,0), rgba(0,26,23,0.7));
color: #fff;
font-size: 0.75em;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
z-index: 1;
}
.spotPhoto .thumb{border-radius: 4px;/* background: #f7f7f7; */}

.spotText{
margin-top: 1.5em;
}
.spotText .fr-view{line-height: 1.7em;font-size: 1.1rem;padding-bottom: 30px;}

.spotText .fr-view h2{
font-size:1.7em;
}




.spotInfo{display: flex;margin-top: 1.5em;max-width: 100%;margin: 0 auto;}
.spotInfo a,
.spotInfo menu{position: relative;display: flex;align-items: center;justify-content: center;/* width: 100%; */padding: 1em 1em;padding-right: 1em;border: 1px solid currentColor;border-radius: 4px;background: #fff;color: #555;font-size: 0.875em;font-weight: 500;text-align: center;text-decoration: none;letter-spacing: 0.01em;line-height: 1.5em;/* border: none; */}

.spotInfo menu:after{
 font-family: 'Font Awesome 6 pro';
 content: "\f055";
 font-weight: 300;
 padding-left: 10px;
}


.spotInfo a i,
.spotInfo menu i{
position: absolute;
top: calc(50% - 0.5em);
right: 1em;
}




.spotInfo menu{
cursor: pointer;
}
.spotInfo menu.open{
background: #555;
border-color: transparent;
color: #fff;
}
.spotInfo menu.open path+path{
	opacity: 0;
	}

.spotData{}
.spotData dl{
display: flex;
border-bottom: 1px dashed #555;
font-weight: 500;
}
.spotData dt,
.spotData dd{
padding: 0.8em;
border-top: 1px dashed #555;
line-height: 1.4em;
}
.spotData dt{
color: #555;
}
.spotData dd{
color: #4d4d4d;
text-align: left;
}

a.phone_link{
border:	none;
background:	none;
justify-content: left;
}


.date{
position: relative;
align-self: center;
margin: 1em 0;
padding: 0 1em;
background: #fff;
color: #555;
font-weight: 500;
font-size: 1.5em;
letter-spacing: 0.1em;
}
.date:before{content: "";position: absolute;top: 50%;left: calc(94% - 50vw);width: 88vw;border-top: 1px dashed currentColor;z-index: -1;}


@media only screen and (max-width: 500px) {
.date:before{width: 80vw;border-top: 1px dashed currentColor;z-index: -1;}
}
#detailCourse .wrap .ttl{
 font-size:20px;
 padding-left: 1em;
 text-indent: -0.4em;
}


.move{position: relative;display: flex;align-items: center;margin: 2em 0;line-height: 1.5em;letter-spacing: 0.1em;font-size: 20px;}
.move:before,
.move:after{content: "";color: #2ca9e1;}
.move:before{
margin-right: 0.5em;
border-top: 2px solid currentColor;
}
.move:after{
position: absolute;
top: calc(50% - 12px);
left: -13px;
width: 20px;
height: 20px;
background: currentColor;
border-radius: 100%;
border: 3px solid #fff;
box-sizing: content-box;
}

.topics{
display: flex;
flex-direction: column;
}
.topics h4{
color: #555;
font-weight: 500;
font-size: 1.25em;
line-height: 1.5em;
letter-spacing: 0.1em;
}
.topics h4+div{
margin-top: 1.5em;
order: 1;
}
.topics dl{
position: relative;
display: flex;
flex-direction: column;
}
.topics dt{
font-weight: 500;
line-height: 1.5em;
}
.topics dt+dd{
margin-bottom: 1em;
order: -1;
}
.topics dt+dd+dd{
margin-top: 1em;
color: #4d4d4d;
line-height: 1.7em;
}
.topics dd{}
.topics dd a{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
}
.topics dd a[href=""]{
pointer-events: none;
}
.topics .thumb{
border-radius: 4px;
}
.topics .slick-list{
margin: 0 -0.75em;
}
.topics .slick-slide{
margin: 0 0.75em;
}
.topics .slick-arrow{
position: absolute;
top: 0;
margin: -1.5em;
z-index: 1;
}
.topics .slick-prev{
left: 0;
}
.topics .slick-next{
right: 0;
}
.topics .fr-view{
margin-top: 1.5em;
color: #4d4d4d;
line-height: 1.7em;
}
.topics+.topics{
padding-top: 0;
}

.column{
display: flex;
flex-direction: column;
overflow: hidden;
}
.column h4{
position: relative;
align-self: center;
padding: 0 1em;
background: #fff;
color: #555;
font-size: 1.75em;
font-family: sofia-pro, sans-serif;
font-weight: 900;
font-style: italic;
text-transform: capitalize;
line-height: 1em;
}
.column h4:before{
content: "";
position: absolute;
top: 0.5em;
left: calc(50% - 50vw);
width: 100vw;
border-top: 1px solid currentColor;
z-index: -1;
}
.column h4+div{
display: flex;
margin-top: 2em;
}
.column h5{
color: #555;
font-weight: 500;
font-size: 1.25em;
line-height: 1.5em;
letter-spacing: 0.1em;
}
.column h5+div{
margin-top: 1.5em;
color: #4d4d4d;
}
.column h5+div+div{
display: flex;
justify-content: center;
margin-top: 1.5em;
}
.column h5+div+div a{
position: relative;
display: block;
width: 100%;
max-width: 300px;
padding: 1em;
border: 1px solid currentColor;
border-radius: 4px;
background: #fff;
color: #555;
font-size: 0.875em;
font-weight: 500;
text-align: center;
text-decoration: none;
letter-spacing: 0.01em;
}
.column h5+div+div i{
position: absolute;
top: calc(50% - 0.5em);
right: 1em;
}
.column figure{
order: -1;
}
.column .fr-view{
color: #4d4d4d;
font-size: 0.875em;
line-height: 1.7em;
}
.column .thumb{
border-radius: 4px;
}




/* for all */
@media (max-width: 1199.98px) {
/*1199px以下*/
}
@media (max-width: 991.98px) {
/*991px以下*/
}


/* for mobile */
@media (max-width: 767.98px) {
/*767px以下*/
#detailAreaMap{
padding-bottom: 1em;
}
#detailLead{
margin-top: 2em;
}
#detailLead .fr-view+div{
width: 100%;
max-width: 20em;
margin: auto;
margin-top: 2em;
}
#detailTable{}
#detailTable dl{
padding: 0.75em;
}
#detailTable dt{
margin-top: 0.75em;
}
#detailTable .slick-slide{
padding: 0 0.75em;
}
#detailTable .slick-prev{
margin-left: 1.5em;
}
#detailTable .slick-next{
margin-right: 1.5em;
}
#detailCourse{
padding: 2em 0;
}
#detailCourse section{
margin-left: 2em;
}
#detailCourse .wrap{
width: calc(100% - 4em);
margin-left: 2.5em;
}
#mapList{
height: 10em;
}
#share{
margin-top: 2em;
}
#recommend{}
#recommend h2{
font-size: 1.4em;
}
.spotName{}
.spotName:before{
left: -1.1em;
}
.move{}
.move:before{
flex: 0 0 1.5em;
width: 1.5em;
}
.topics,
.column{
margin-top: 2em;
}
.topics{}
.topics .slick-arrow{
top: 7.6em;
}
.spotList{}
.spotList dt{
font-size: 0.875em;
}
}
@media (max-width: 767.98px) and (orientation:portrait) {
/*767px以下縦向き*/
#detailTitle{}
#detailTitle h2{
order: -1;
}
#detailTitle figure{
margin: 0 -1em;
margin-top: 1em;
order: -1;
}
#detailTitle .wrap{
display: flex;
flex-direction: column;
}
#detailStatus{
margin: 1.5em 0;
}
#detailTable{}
detailTable .slick-dots{}
#detailTable .slick-dots li{
margin: 0.8em;
}
#detailMapBody{
height: 100vw;
}
#recommend{}
#recommend .slick-arrow{
top: 4em;
}
.spotPhoto{margin: 0.5em;}
.spotPhoto ul{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.spotPhoto li{}
.spotPhoto li:first-child{
width: 100%;
}
/* .spotPhoto li:nth-of-type(n+2){
width: calc(50% - 0.5em);
margin-top: 1em;
} */
.spotPhoto li:nth-of-type(n+2){
width: 100%;
margin-top: 1em;
}
.spotInfo{
flex-direction: column;
}
.spotData{
margin: 1em 0;
}
.spotData dl{
flex-direction: column;
}
.spotData dd{
padding-top: 0;
border: none;
}
.spotLink{
margin-top: 1em;
}
.column{}
.column h4+div{
flex-direction: column;
}
.column figure{
margin-bottom: 1em;
}
}


.spotLink a:after{
 font-family:
 'themify';
 content: "\e732";
 font-weight: 300;
 padding-left: 10px;
 font-family: 'FontAwesome';
 content: "\f178";
 font-weight: 500;
}





@media (max-width: 767.98px) and (orientation:landscape) {
/*767px以下横向き*/
#detailStatus,
#detailAreaMap{
padding: 1.5em;
}
#detailMapBody{
height: 80vw;
}
#recommend{}
#recommend .slick-arrow{
top: 7.6em;
}
.topics{}
.topics .slick-list{
margin: 0;
padding: 0 29vw;
}
.topics .slick-arrow{
top: 5em;
}
}
@media (min-width: 576px) and (max-width: 767.98px) and (orientation:landscape), (min-width: 768px) {
/*576px～767px横向き, 768px以上*/
#detailTitle{}
#detailTitle h2{
position: absolute;
left: 0;
bottom: 0;
width: 60%;
padding: 1em;
background: linear-gradient(rgba(0,26,23,0), rgba(0,26,23,0.7));
color: #fff;
z-index: 2;
}
#detailTitle figure{
position: absolute;
top: 0;
left: 0;
width: 60%;
height: 100%;
}
#detailTitle .wrap{
position: relative;
display: flex;
flex-direction: column;
width: 100%;
padding-left: 60%;
}
#detailTitle .thumb{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0;
}
#detailStatus{
border-top: 1px solid currentColor;
}
#detailStatus+#detailAreaMap{
padding-top: 0;
}
#detailTable{}
detailTable .slick-dots{}
#detailTable .slick-dots li{
margin: 1em;
}
.spotPhoto{}
.spotPhoto ul{overflow: hidden;display: flex;}
.spotPhoto li{/* float: left; */width: calc(33.3% - 0.8em);width: 33.3333%;padding: 0.5%;}
.spotPhoto li:first-child{
/* width: 66.6%; */
 width: 33.3333%;
}
.spotPhoto li:first-child:last-child{
width: 100%;
}
.spotPhoto li:first-child:last-child .thumb{
	padding-top: 44.4%;
	}
.spotPhoto li:first-child:nth-last-of-type(2),
.spotPhoto li:last-child:nth-of-type(2){
width: calc(50% - 0.5em);
}
.spotPhoto li:first-child:nth-last-of-type(2) .thumb,
/* .spotPhoto li:last-child:nth-of-type(2) .thumb{
	padding-top: 88.8%;
	} */
.spotPhoto li:nth-of-type(n+2){/* float: right; */}
.spotPhoto li:nth-of-type(3){margin-top: 1em;margin-top: 0;}
.spotInfo{
flex-wrap: wrap;
justify-content: center;
}
.spotInfo menu{
width: calc(50% - 0.75em);
max-width: 250px;
margin: 0 10px;
}
.spotData{
display: flex;
justify-content: center;
width: 100%;
margin-top: 1.5em;
order: 1;
}
.spotData dl{
flex-wrap: wrap;
width: 100%;
max-width: calc(600px + 1.5em);
max-width: 800px;
}
.spotData dt{
width: 8em;
}
.spotData dd{
width: calc(100% - 8em);
}
.spotLink{/* width: calc(33.333%); *//* max-width: 300px; */}
.spotLink a:hover{
   background-color: #555;
    color: #fff;
    transition: .4s;
}
menu:hover{
   background-color: #555;
   color: #fff;
   transition: .4s;
}
.spotLink:not(:first-child){
margin-left: 1.4em;
}
.column{}
.column h4+div{
justify-content: space-between;
}

a.phone_link{
border:	none;
background:	none;
justify-content: left;
}
a.map_link{
border:	none;
background:	none;
justify-content: left;
padding: 0;
}


}
@media (min-width: 576px) and (max-width: 767.98px) and (orientation:landscape), (min-width: 768px) and (max-width: 991.98px) {
/*576px～767px横向き, 768px～991px*/
#detailTable{}
#detailTable .slick-list{
padding: 0 20vw !important;
}
#detailCourse{
padding: 3em 0;
}
#detailCourse section{
flex-direction: column;
align-items: stretch;
}
.column{}
.column h4+div > div,
.column figure{
width: calc(50% - 0.75em);
}
}


/* for tablet */
@media (min-width: 768px) {
/*768px以上*/
#detailStatus{}
#detailStatus dt,
#detailStatus dd{
font-size: 0.875em;
}
#detailLead{}
#detailLead [data-fav-id]{
display: flex;
font-size: 0.875em;
}
#detailLead .fr-view{
width: 100%;
}
#detailLead .fr-view+div{
flex: 0 0 calc(0.875em * 20);
width: calc(0.875em * 20);
}
#detailLead .wrap{
display: flex;
justify-content: space-between;
}
#detailTable{}
#detailTable dl{
padding: 1em;
}
#detailTable dt{
margin-top: 1em;
}
#detailTable .slick-slide{
padding: 0 1em;
}
#detailTable .slick-prev{
margin-left: 2em;
}
#detailTable .slick-next{
margin-right: 2em;
}
#detailCourse{}
#detailCourse section{margin-left: 4em;border: 3px solid #0668ae;background: #ffffff;border-radius: 0.5em;}
#detailMap{}
#detailMap menu+div{
display: flex;
flex-wrap: wrap;
}
#detailMapList{
position: relative;
}
#detailMapList ul{
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}
#recommend{}
#recommend h2{
font-size: 1.5em;
}
.spotName{}
.spotName:after{content: "";position: absolute;top: 0.75em;left: -4em;width: 3.5em;border-top: 2px solid currentColor;z-index: -1;color: #0668ae;}
.move{}
.move:before{
flex: 0 0 3.5em;
width: 3.5em;
}
.topics{
overflow: hidden;
}
.topics h4{
position: relative;
}
.topics h4:before{
content: "";
position: absolute;
left: -2.5em;
top: 0.75em;
width: 2em;
border-top: 1px solid currentColor;
}
.topics dt+dd+dd{
font-size: 0.75em;
}
.topics .fr-view{
font-size: 0.875em;
}
}
@media (min-width: 768px) and (max-width: 1199.98px) {
/*768px～1199px*/
}
@media (min-width: 768px) and (max-width: 991.98px) {
/*768px～991px*/
#detailStatus,
#detailAreaMap{
padding: 1.5em 2em;
}
#detailLead{
margin-top: 3em;
}
#detailLead .fr-view{
margin-right: 3em;
}
#detailCourse{
padding: 3em 0;
}
#detailMapBody{
width: calc(100% - 20em);
height: 32em;
}
#detailMapList{
width: 20em;
}
#share{
margin-top: 3em;
}
#recommend{}
#recommend .slick-arrow{
top: 5.4em;
}
.spot,
.topics,
.column{
padding: 2em;
}
.spotName{}
.spotName:before{
left: -3.5em;
}
.topics{}
.topics .slick-arrow{
top: 7.2em;
}
}


/* for PC */
@media (min-width: 992px) {
/*992px以上*/
#detailStatus,
#detailAreaMap{
padding: 2em 3em;
}
#detailLead{
margin-top: 4em;
}
#detailLead .fr-view{
margin-right: 4em;
}
#detailTable{}
#detailTable .slick-list{}
#detailTable .slick-list{
padding: 0 30vw !important;
}
#detailCourse{
padding: 4em 0;
}
#share{
margin-top: 4em;
}
#detailMapBody{
width: calc(100% - 15em);
}
#detailMapList{
width: 15em;
}
.spot,
.topics,
.column{padding: 2em;}

.spot div{margin-bottom:0px}





 
.spotName{}
.spotName:before{left: -3.1em;}
.column{}
.column h4+div > div{
width: 60%;
}
.column figure{
width: calc(40% - 2em);
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
/*992px～1199px*/
#detailMapBody{
height: 34em;
}
#recommend{}
#recommend .slick-arrow{
top: 7.4em;
}
.topics{}
.topics .slick-arrow{
top: 6.2em;
}
}
@media (min-width: 1200px) {
/*1200px以上*/
#detailMapBody{
height: 38em;
}
#recommend{}
#recommend .slick-arrow{
top: 7.6em;
}
#recommend .slick-prev{
left: -2.5em;
}
#recommend .slick-next{
right: -2.5em;
}
.topics{}
.topics .slick-arrow{
top: 6.6em;
}
}


/* -----------------------------------------------------------
#sub_works_area
----------------------------------------------------------- */

#sub_works_area {
padding: 50px 50px;
/* background: url(../images/common/noise.png) repeat #f5f5f5; */
background: #faf9f9;
/* width: 95%; */
margin: 80px auto;
}

#sub_works_area .central {
width: 100%;
max-width: 1200px;
margin: 0 auto;
}

@media only screen and (max-width: 900px) {
#sub_works_area {
padding: 0;
}
}

@media only screen and (max-width: 736px) {
#sub_works_area {
padding: 0;
}
}
/* -----------------------------------------------------------
#sub_works
----------------------------------------------------------- */

#sub_works {
/* float: right; */
width: 100%;
}

@media only screen and (max-width: 900px) {
#sub_works {
width: 100%;

}
}

@media only screen and (max-width: 736px) {
#sub_works {
padding: 20px 0;
}


}


.header_area {
/* max-width:1200px; */
width:100%;
margin:0 auto;
}

.header_area img{
width:100%;
}

.On_pc{display:block}
.On_sp{display:none}

@media only screen and (max-width: 900px) {
.On_pc{display:none}
.On_sp{display:block}
}

/* --------- .worksArea --------- */

.worksArea {
z-index: 3;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
padding:1%;
justify-content: flex-start;}

.worksArea .worksBox {
flex: 0 0 31%;
align-items: stretch;
background: #fff;
border: 1px solid #ddd;
/* border-radius: 0.5em; */
margin: 1%;
}

/*      .worksArea .worksBox:before {
position: absolute;
right: 0;
top: 0;
left: 0;
bottom: 0;
content: "";
border: #fefefe 0 solid;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
z-index: -1;
}
*/
.worksBox:hover {
/* border: #f2f2f2 2px solid; */
/*  border-radius: 0.5em; */
background:#0c438a;
color:#fff;
}







/* .inner */

.worksArea .worksBox .inner {
position: relative;
padding: 10px;
z-index: 2;
/* border: 1px solid #ddd; */
border-radius: 1em;
text-align: center;
}

.worksArea .worksBox .inner:before {
position: absolute;
right: 0;
top: 0;
left: 0;
bottom: 0;
content: "";
border: #fefefe 0 solid;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
z-index: -1;
}

.worksBox:hover .inner:before {
/* border: #f2f2f2 2px solid; */
/*  border-radius: 0.5em; */
background:#0c438a;
color:#fff;
}

.worksArea .worksBox .inner .imgArea {
text-align: center;
}

.worksArea .worksBox .inner .imgArea img{
width: 100%;
margin: 0 auto;
/* max-width: 150px; */
}
/* 
.worksArea .worksBox .inner img {
width: 100%;
margin: 0 auto;
max-width: 150px;
text-align: center;
} */

.worksArea .worksBox .inner h2 {
text-align: center;
color: #0c438a;
margin: 10px 0;
font-weight: 600;
font-size: 18px;
display: block;
}

.worksArea .worksBox .inner h2:after {
content: '';
display: block;
width: 147px;
height: 1px;
background-color: #0c438a;
position: relative;
bottom: 0px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
color:#fff;
}

.worksArea .worksBox .inner:hover {
color:#fff;
}

.worksArea .worksBox .inner:hover h2 {
color:#fff;
}


/* ul.category */

.worksArea .worksBox ul.category {
margin-top: 20px;
list-style: none;
z-index: 2;
text-align: center;
}

.worksArea .worksBox ul.category li {
display: inline-block;
color: #fefefe;
background: #0c438a;
font-size: 13px;
font-weight: 500;
line-height: 35px;
letter-spacing: 1px;
border-radius: 1.5em;
padding: 0 35px 0 25px;
position: relative;
z-index: 1;
}

.worksArea .worksBox ul.category li:after {
position: absolute;
top: 0;
right: 10px;
bottom: 0;
font-size: 1.1em;
/* line-height: 25px; */
font-family: themify;
/* content: "\e6ad"; */
font-weight: normal;
/* font-family: 'Font Awesome 6 pro'; */
content: "\e649";
vertical-align: 0;
}


.worksArea .worksBox p.category {
margin-top: 20px;
list-style: none;
z-index: 2;
text-align: center;
}

.worksArea .worksBox p.category {
/* display: inline-block; */
color: #fefefe;
background: #0c438a;
font-size: 13px;
font-weight: 500;
line-height: 35px;
letter-spacing: 1px;
border-radius: 1.5em;
padding: 0 35px 0 25px;
position: relative;
z-index: 1;
width: 150px;
margin: 0 auto;
}

.worksArea .worksBox p.category:after {
position: absolute;
top: 0;
right: 10px;
bottom: 0;
font-size: 1.1em;
/* line-height: 25px; */
font-family: themify;
/* content: "\e6ad"; */
font-weight: normal;
/* font-family: 'Font Awesome 6 pro'; */
content: "\e649";
vertical-align: 0;
}














.worksArea .worksBox p.date {
position: absolute;
top: 20px;
left: 7.5%;
font-family: 'Poppins', sans-serif;
font-weight: 500;
line-height: 40px;
font-size: 0;
display: none;
}

.worksArea .worksBox .inner h3 {
font-size: 15px;
font-weight: 500;
line-height: 2;
letter-spacing: 1px;
padding: 0;
margin-top: 10px;
text-align: center;
}

.worksArea .worksBox .icon_award {
position: absolute;
top: 15px;
right: 7.5%;
width: 55px;
height: 55px;
content: "";
background: url(../images/common/icon_award.png) center center no-repeat;
background-size: cover;
z-index: 2;
}

@media only screen and (max-width: 900px) {
.worksArea .worksBox .inner {
padding: 50px 7.5% 50px;
}
.worksArea .worksBox .inner p{
display:block;
}

.worksArea .worksBox .inner:before {
display: none;
}


.worksArea .worksBox .inner:hover {
color:#fff;
background:#0c438a;
border-radius:0.5em;
}

.worksArea .worksBox .inner:hover h2 {
color:#fff;

}


/* ul.category */
.worksArea .worksBox ul.category {
margin-top: -35px;
list-style: none;
z-index: 2;
display: block;
}
.worksArea .worksBox ul.category li {
padding: 0 15px 0 30px;
/* margin-top: 50px; */
}
/* p.date */
.worksArea .worksBox p.date {
top: 10px;
left: 7.5%;
}
/*.worksArea .worksBox p.date span { font-size: 13px; }*/
/* h3 */
.worksArea .worksBox .inner h3 {
font-size: 14px;
display: block;
}
/* .icon_award */
.worksArea .worksBox .icon_award {
top: 10px;
right: 7.5%;
width: 50px;
height: 50px;
}
}

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

.worksArea .worksBox .inner {
padding: 40px 7.5% 30px;
}
.worksArea .worksBox .inner:before {
display: none;
}


/* ul.category */
.worksArea .worksBox ul.category {
margin-top: 0px;
list-style: none;
z-index: 2;
display: block;
}
.worksArea .worksBox ul.category li {
font-size: 11px;
line-height: 25px;
letter-spacing: 1px;
padding: 0 10px 0 20px;
}
.worksArea .worksBox ul.category li:before {
left: 5px;
font-size: 1em;
}
/* p.date */
.worksArea .worksBox p.date {
top: 10px;
left: 7.5%;
line-height: 30px;
}
/*.worksArea .worksBox p.date span { font-size: 11px; }*/
/* h3 */
.worksArea .worksBox .inner h3 {
font-size: 11px;
line-height: 1.8;
margin-top: 5px;
}

.worksArea .worksBox {
flex: 0 0 49%;
margin-bottom:10px;
}


}

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

.worksArea {
z-index: 3;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
padding:20px;
}


.worksArea .worksBox {
flex: 0 0 100%;
margin-bottom: 20px;
}

}

@media only screen and (max-width: 414px) {
.worksArea .worksBox p.date {
letter-spacing: 0.5px;
}
.worksArea .worksBox .inner h3 {
line-height: 1.8;
display: block;
}
.worksArea .worksBox ul.category li {
font-size: 9px;
padding: 0 20px 0 20px;
}
.worksArea .worksBox .icon_award {
top: 6px;
right: 4%;
width: 30px;
height: 30px;
}
}

.center{
text-align: center;
}

.left{
text-align: left;
}

.right{
text-align: right;
}

.none{
display: none !important;
}

.thumb{}
.thumb img{position: absolute;top: 0;left: 0;width: 100%;height: auto;object-fit: initial;object-position: inherit;opacity: 1;transition: opacity 0.2s ease-out;padding: 10px;}
.thumb:not(img){position: relative;display: block;width: 100%;margin: 0;padding: 66.66% 0 0 0;object-fit: cover;object-position: center;/* background: rgba(0,0,0,0.05) url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 50 50"><path fill="rgba(0,0,0,0.2)" d="M25.251,6.461c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615V6.461z" transform="rotate(200.584 25 25)"><animateTransform attributeType="xml" attributeName="transform" type="rotate" from="0 25 25" to="360 25 25" dur="0.6s" repeatCount="indefinite"></animateTransform></path></svg>') center center no-repeat; */background-size: 3em;overflow: hidden;background: opacity 0.2s ease-out;}

  img.thumb{
opacity: 0.5;
}

.thumb p{font-size: 16px;padding:5px;font-weight: 500;}

  
.thumb.contain{
object-fit: contain;
}
.thumb.cover{
object-fit: cover;
}
.thumb.top{
object-position: center top;
}
.thumb.bottom{
object-position: center bottom;
}
.thumb.left{
object-position: left center;
}
.thumb.right{
object-position: right center;
}



@media (min-width: 768px) and (max-width: 991.98px) {
/*768px～991px*/
.lsb-sp:not(.lsb-tb),
.lsb-pc:not(.lsb-tb){
display: none;
}
}





.wrap{
margin-left: auto;
margin-right: auto;
}

.slide{
height: 0;
opacity: 0;
transition: opacity 0.5s ease-out;
}
.slide .slick-arrow{
position: relative;
display: inline-block;
width: 3em;
height: 3em;
background: #fff;
border: 1px solid currentColor;
border-radius: 100%;
color: #555;
fill: currentColor;
cursor: pointer;
}
.slide .slick-arrow svg{
position: absolute;
top: 30%;
left: 30%;
width: 40%;
height: 40%;
}
.slide .slick-dots{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.slide .slick-dots li{
position: relative;
flex: 0 0 10px;
width: 10px;
height: 10px;
border-radius: 100%;
background: #fff;
overflow: hidden;
}
.slide .slick-dots button{
opacity: 0;
}
.slide .slick-dots .slick-active{
background: #555;
}
.slide.slick-initialized{
height: auto;
opacity: 1;
}


.photoArea{display:flex}

.photoBox{width:33.333%}

















/* for all */
@media (max-width: 1199.98px) {

}
@media (max-width: 991.98px) {
}


/* for mobile */
@media (max-width: 767.98px) {


.wrap{
width: calc(100% - 2em);
}


}
@media (max-width: 767.98px) and (orientation:portrait) {


}


@media (min-width: 768px) and (max-width: 1199.98px) {
/*768pxï½ž1199px*/
body{/* font-size: 1.4rem; */}
}
@media (min-width: 768px) and (max-width: 991.98px) {
/*768pxï½ž991px*/
main > *,
article,
article section,
article nav,
article header,
article footer{
padding-top: 3em;
padding-bottom: 3em;
}

.wrap{
width: 724px;
}

}


/* for PC */
@media (min-width: 992px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {

.wrap{
width: 940px;
}
}
@media (min-width: 1200px) {
/*1200pxä»¥ä¸Š*/

.wrap{width: 1000px;margin-top: 30px;}
}

.map {
width: 90%;
margin: 0 auto;
}




@media (min-width: 751px) {
a[href^="tel:"] {
pointer-events: none;
cursor: default;
}

}

a.phone_link{
border:	none;
background:	none;
justify-content: left;
padding: 0;
}

/* ------------------------------------------
フェードインアニメーション
--------------------------------------------*/
.fadeIn {
   -webkit-transition: 1s;
   transition: 1s;
   opacity: 0;
   -webkit-transform: translatey(50px);
           transform: translatey(50px);
 }
 .fadeIn.animated {
   opacity: 1;
   -webkit-transform: translatey(0px);
           transform: translatey(0px);
 }

 .row-reverse {
  flex-direction: row-reverse;
}

.inner {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
}

/* views */
.spView,
.spViewInb,
.tbView {
  display: none !important;
}
@media only screen and (max-width:991px) {
  .tbView {
    display: block !important;
  }
}
@media only screen and (max-width:768px) {
  .spView {
    display: block !important;
  }
  .spViewInb {
    display: inline-block !important;
  }
  .pcView {
    display: none !important;
  }
}

figure {
  margin: 0;
}
.kv img {
  width: 100%;
}


.pet-plan {
  padding-bottom: 60px;
}
.morning {
  background-color: #f6f3d5;
  padding:80px 50px;
  border-radius: 40px;
  margin-top: 60px;
}
.morning_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.morning_wrap + .morning_wrap {
  margin-top: 80px;
}
.morning_body {
  width: 64%;
}
.morning_img {
  width: 30%;
}
.morning_body.body2 {
  width: 64%;
  margin-left: 40px;
}
.morning_img.img2 {
  width: 26%;
}
.morning_body.body3 {
  position: relative;
  width: 39%;
  margin-left: 3%;
}
.morning_body.body3::before {
  content: '';
  position: absolute;
  background-image: url(../images/pet_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -65px;
  right: -85px;
  width: 131px;
  height:94px;
}
.morning_img.img3 {
  width: 48%;
}
.morning_title {
  font-size: 32px;
  line-height: 1;
}
.morning_title.under {
  background: linear-gradient(transparent 70%, #99b84a 30%);
}
.morning_text {
  font-size: 20px;
  margin-top: 30px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.morning_img img {
  width: 100%;
}
.morning_title2 {
  position: relative;
  margin: 40px 0;
  border-radius: 60px;
}
.title2 {
  display: inline-block;
  position: relative;
  padding: 20px 40px;
  background-color: #221714;
  border-radius: 60px;
  font-size: 32px;
  line-height: 1;
  color: #fff;
  z-index: 1;
}
.pet_icon2 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 90%;
}

.walk {
  background-color: #f6f3d5;
  padding:80px 0 0;
  border-radius: 40px;
  margin-top: 60px;
}
.walk_body {
  width: 100%;
  padding: 0 50px;
}
.walk_img {
  width: 100%;
}

@media only screen and (max-width:768px) {
  .morning {
    padding:60px 20px;
    margin-top: 60px;
  }
  .morning_wrap {
    display: block;
  }
  .morning_wrap + .morning_wrap {
    margin-top: 80px;
  }
  .morning_body {
    width: 100%;
  }
  .morning_img {
    width: 100%;
    margin-top: 20px;
  }
  .morning_body.body2 {
    width: 100%;
    margin-left: 0px;
  }
  .morning_img.img2 {
    width: 100%;
  }
  .morning_body.body3 {
    width: 100%;
    margin-left: 0;
  }
  .morning_body.body3::before {
    bottom: -65px;
    right: -14px;
    width: 90px;
    height:93px;
  }
  .morning_img.img3 {
    width: 100%;
  }
  .morning_title {
    font-size: 22px;
    line-height: 1;
  }
  .morning_text {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  .morning_img img {
    width: 100%;
  }
  .morning_title2 {
    position: relative;
    margin: 60px 0 30px;
  }
  .title2 {
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    background-color: #221714;
    border-radius: 60px;
    font-size: 16px;
  }
  .pet_icon2 {
    top: 28%;
  }

  .walk {
    padding:40px 0 0;
    border-radius: 40px;
    margin-top: 60px;
  }
  .walk_body {
    padding: 0 20px;
  }
  .walk_img {
    margin-top: 30px;
  }
}

.pet_link {
  text-align: center;
}
.pet_btn {
  margin-top: 60px;
  display: inline-block;
  text-align: center;
  max-width: 600px;
  background-color: #99b84a;
  color: #fff;
  font-size: 24px;
  padding: 10px 40px;
  border: 2px solid #99b84a;
  border-radius: 10px;
  transition: all .4s;
  text-decoration: none;
}
#contents .pet_btn:hover {
  background-color: #fff;
  color: #99b84a;
  border: 2px solid #99b84a;
}
@media only screen and (max-width:768px) {
.pet_btn {
  margin-top: 40px;
  font-size: 20px;
}
}