/*  RESET   */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

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

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

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


/* Base format */

html {
    font-size: 62.5%;
    height: 100%;
}

body {
    font-size: 14px;
    color: #333;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    height: 100%;
    line-height: 1.8;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}

::selection {
    background: #E7F5F0;
}

::-moz-selection {
    background: #E7F5F0;
}

p {
    margin-top: 0;
}

figure {
    margin: 0;
}

li {
    margin-bottom: .5em;
}

input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}


/* img */

img {
    height: auto;
    vertical-align: bottom;
    max-width: 100%;
}

.object-fit-img {
    object-fit: cover;
    font-family: 'object-fit: cover;'
}


/* table */

table {
    width: 100%;
    border-collapse: collapse;
}

table th,
table td {
    border: 1px #CCC solid;
    padding: 13px;
    text-align: left;
    vertical-align: top;
}

table th {
    font-weight: normal;
    background: #50B194;
    color: #FFF;
}

.table-type01 tbody th {
    background: #FAF9DC;
    color: #333;
}

.table-type02 th {
    background: none;
    color: #333;
}

.table-type02 th,
.table-type02 td {
    border-left: none;
    border-right: none;
}

@media screen and (max-width: 768px) {
    .table-scroll {
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }
    table:not(.table-type01) th,
    table:not(.table-type01) td {
        display: block;
    }
    table:not(.table-type01) th,
    table:not(.table-type01) tr:not(:last-child) td {
        border-bottom: none;
    }
}


/* margin */

.m-0 {
    margin: 0;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.m0a {
    margin: 0 auto;
}

@media screen and (min-width: 769px) {
    .col-1 {
        width: 13%;
    }
    .col-2 {
        width: 20%;
    }
    .col-3 {
        width: 27%;
    }
    .col-4 {
        width: 34%;
    }
    .col-5 {
        width: 41%;
    }
    .col-6 {
        width: 48%;
    }
    .col-7 {
        width: 55%;
    }
    .col-8 {
        width: 62%;
    }
    .col-9 {
        width: 69%;
    }
    .col-10 {
        width: 76%;
    }
    .col-11 {
        width: 83%;
    }
    .col-12 {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-2 {
        width: 16.66667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333%;
    }
    .col-md-5 {
        width: 41.66667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333%;
    }
    .col-md-8 {
        width: 66.66667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333%;
    }
    .col-md-11 {
        width: 90%;
    }
    .col-md-12 {
        width: 100%;
    }
}


/* status */

.right {
    text-align: right;
}

.center {
    text-align: center;
}

[class*="inner"] {
    margin-left: auto;
    margin-right: auto;
}

.inner {
    max-width: 1000px;
}

.inner-l {
    max-width: 1200px;
}

.box {
    background: #F9F8EC;
    padding: 20px;
    border-radius: 5px;
}

.content:not(#top) {
    margin-bottom: 100px;
}

.caution {
    font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
    .overflow {
        overflow: hidden;
    }
    .fl-l {
        float: left;
    }
    .fl-r {
        float: right;
    }
    .pc-none {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .fl-l {
        margin-bottom: 20px;
    }
    [class*="inner"] {
        width: 90%;
    }
    .sp-none {
        display: none;
    }
}


/* link */

a {
    color: #333;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a:hover {
    text-decoration: none;
}

.opa:hover {
    opacity: 0.8;
}

.blank:after {
    content: "";
    width: 10px;
    height: 10px;
    background: url(img/common/icn_blank.png) top left / contain no-repeat;
    display: inline-block;
    margin-left: 5px;
}

[class*="btn-type"] {
    display: inline-block;
    text-decoration: none;
}

.btn-type01,
.btn-type02 {
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
    width: 300px;
    padding: 25px 0;
    border-radius: 5px;
    position: relative;
}

.btn-type01 {
    color: #333;
    background: #EFD72E;
}

.btn-type01:hover {
    background: #E7CC12;
}

.btn-type02 {
    color: #FFF;
    background: #67BCA3;
    border: #FFF 1px solid;
    box-sizing: border-box;
}

.btn-type01:after,
.btn-type02:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 1.2rem;
    letter-spacing: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    vertical-align: middle;
    border: #333 1px solid;
    border-radius: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn-type01:after,
.btn-type02:not(.back):after {
    right: 20px;
}

.btn-type02:after {
    border-color: #FFF;
}

.btn-type02:hover {
    color: #00552e;
    background: #EAF7F2;
    border-color: #EAF7F2;
}

.btn-type02:hover:after {
    color: #67BCA3;
    border-color: #67BCA3;
}

.btn-type02.back:after {
    left: 20px;
    transform: scale(-1, 1);
}


/* title */

.page-ttl {
    position: relative;
    margin-bottom: 120px;
}

.page-ttl .visual {
    position: relative;
}

.page-ttl .visual:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
}

.page-ttl .visual:after {
    content: "";
    width: 141px;
    height: 183px;
    background: url(img/common/pic_cherry-blossoms@2x.png) top left / contain no-repeat;
    position: absolute;
    right: 0;
    bottom: -20px;
}

.page-ttl .visual img {
    width: 100%;
}

.page-ttl h2 {
    font-size: 4.2rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #FFF;
    position: absolute;
    max-width: 1000px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

.page-ttl h2 span {
    font-size: 2.5rem;
    display: block;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .page-ttl .visual img {
        min-height: 300px;
        object-fit: cover;
    }
    .page-ttl h2 {
        padding: 0 5%;
        font-size: 3.5rem;
    }
    .page-ttl h2 span {
        word-break: break-all;
        font-size: 2rem;
    }
}

.ttl-type01 {
    font-size: 4rem;
    color: #67BCA3;
    margin-bottom: 50px;
}

.ttl-type01 span {
    font-size: 1.6rem;
    font-weight: 500;
    color: #999;
    display: block;
}

.ttl-type02 {
    font-size: 3.6rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 50px;
    position: relative;
}

.ttl-type02:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #67BCA3;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.ttl-type02.white {
    color: #FFF;
}

.ttl-type02.white:after {
    background: #FFF;
}

.ttl-type03 {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #50B194;
    margin-bottom: 25px;
}

.ttl-type04 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}

.ttl-type04:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #67BCA3;
    position: absolute;
    left: 0;
}

.ttl-type05 {
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 3ch;
    padding-left: 20px;
    position: relative;
}

.ttl-type05:before {
    content: "";
    width: 10px;
    height: 100%;
    background: #67BCA3;
    position: absolute;
    left: 0;
}
@media screen and (min-width: 769px) {
    .ttl-type01 {
        padding-left: 45px;
    }
}

@media screen and (max-width: 768px) {
    .ttl-type02 {
        font-size: 3rem;
    }
}


/* list */

ul.inline {
    letter-spacing: -.40em;
}

ul.inline li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
}

ul.circle li {
    padding-left: 15px;
    position: relative;
}

ul.circle li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #5DB79C;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 8px;
}

ul.btn-inline li:not(:last-child) {
    margin-right: 20px;
}

ul.column-3 figure img {
    margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
    ul.column-3 li:not(:nth-child(3n+3)) {
        margin-right: 5%;
    }
}

@media screen and (max-width: 768px) {
    ul.column-3 li {
        width: 100%;
    }
}

ul.number {
    counter-reset: number 0;
    border-top: #E0E0E0 1px solid;
}

ul.number li {
    padding: 20px 20px 20px 100px;
    border-bottom: #E0E0E0 1px solid;
    position: relative;
}

ul.number li:before {
    counter-increment: number 1;
    content: counter(number) " ";
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    color: #50B193;
    width: 50px;
    height: 50px;
    border: #50B193 2px solid;
    border-radius: 100px;
    position: absolute;
    left: 20px;
    top: 0;
}

@media screen and (min-width: 769px) {
    ul.number li:before {
        bottom: 0;
        margin: auto;
    }
    ul.column-2 li {
        width: 50%;
    }
    ul.column-3 li {
        width: 30%;
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 768px) {
    ul.number li:before {
        top: 20px;
    }
}

dl dt,
dl dd {
    display: inline-block;
    vertical-align: top;
}

dl dt {
    font-weight: 600;
    max-width: 140px
}

dl dd {
    width: calc(100% - 110px);
}

@media screen and (max-width: 768px) {
    dl dt,
    dl dd {
        width: 100%;
    }
    dl dd:not(:last-child) {
        margin-bottom: 15px;
    }
}


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

                 header

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

#header {
    overflow: hidden;
}

.logo a {
    display: block;
    padding: 18px 30px;
}

@media screen and (min-width: 769px) {
    .logo {
        float: left;
    }
}

@media screen and (max-width: 768px) {
    #header {
        top: -80px;
        -webkit-transition: all .6s;
        transition: all .6s;
    }
    #header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        background: #FFF;
    }
    .logo {
        position: relative;
        z-index: 101;
    }
    .logo a {
        display: inline-block;
        padding: 15px 5%;
    }
}


/* nav */

ul.nav li {
    width: calc(100%/6);
    text-align: center;
}

ul.nav a {
    color: #333;
    padding: 25px 0;
    display: block;
    text-decoration: none;
}

ul.nav a:hover {
    color: #54B497;
}

@media screen and (min-width: 769px) {
    ul.nav {
        float: left;
        width: calc(100% - 400px);
    }
}

@media screen and (max-width: 768px) {
    .nav {
        display: none;
    }
    .nav.block {
        display: block;
        position: relative;
        background: #FFF;
        top: 0;
        /* bottom:0; */
        left: 0;
        right: 0;
        z-index: 100;
    }
    .nav.block li {
        width: 100%;
        text-align: center;
    }
    /*  .nav.block li:first-child {
		padding-top:80px;
	}*/
    ul.nav a {
        display: block;
        padding: 18px 0;
    }
    ul.nav .contact:after {
        top: 0;
        right: 5%;
    }
}


/* navボタン */

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menu-trigger {
    float: right;
    position: absolute;
    width: 30px;
    height: 25px;
    z-index: 101;
    top: 25px;
    right: 20px;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #67BCA3;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 11px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
}

.menu-trigger p {
    font-size: 1rem;
}

@media screen and (min-width: 769px) {
    .menu-trigger {
        display: none;
    }
}


/* btn-request */

.btn-request {
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    background: #67BCA3;
    padding: 24px;
    z-index: 100;
}

.btn-request .fa-envelope {
    font-size: 2rem;
    display: block;
    margin-bottom: 10px;
}

.btn-request:hover {
    background: #EAF7F2;
    color: #00552e;
}

@media screen and (min-width: 769px) {
    .btn-request {
        position: fixed;
        top: 0;
        right: 0;
        border-radius: 0 0 0 10px;
    }
}

@media screen and (max-width: 768px) {
    #header>.btn-request {
        display: none;
    }
    ul.nav .btn-request {
        color: #FFF;
    }
}


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

                 footer

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

#footer {
    background: #F6F6F6;
    position: relative;
}

.foot-logo,
.address,
#footer .tel {
    display: inline-block;
    vertical-align: middle;
}

.copy {
    font-size: 1rem;
}

.page-top {
    font-size: 2rem;
    color: #FFF;
    background: #67BCA3;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
}

.page-top:hover {
    background: #EAF7F2;
    color: #67BCA3;
}

@media screen and (min-width: 769px) {
    .address {
        margin: 0 10px;
    }
    #footer .inner-l {
        position: absolute;
        height: 100%;
        bottom: 0;
        right: 20px;
    }
    .copy {
        position: absolute;
        right: 12px;
        bottom: 60px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
    .page-top {
        position: absolute;
        right: 0;
        bottom: 10px;
        border-radius: 100px;
    }
}

@media screen and (max-width: 768px) {
    .foot-logo,
    .address,
    #footer .tel {
        margin-bottom: 15px;
    }
    #footer .inner-l,
    .page-top {
        width: 100%;
    }
    .page-top {
        display: block;
    }
    .copy {
        text-align: center;
        margin-bottom: 20px;
    }
}


/* tel */

.tel {
    font-size: 3rem;
    line-height: 1.4;
    font-weight: 600;
}

.tel:before {
    content: "";
    width: 35px;
    height: 29px;
    background: url(img/common/icn_tel@2x.png) top left / contain no-repeat;
    display: inline-block;
}

.tel span {
    font-size: 1.4rem;
}

.tel a {
    text-decoration: none;
    color: #333;
}

.tel .fax,
.tel .time {
    font-size: 1.4rem;
    font-weight: normal;
}

.tel .time {
    font-size: 1.2rem;
    display: block;
}

@media screen and (max-width: 768px) {
    .tel .fax {
        display: block;
    }
}

@media screen and (max-width: 320px) {
    .tel {
        font-size: 2.2rem;
    }
}


/* pan */

.pan {
    background: #67BCA3;
    padding: 8px 0;
    margin-bottom: 40px;
    line-height: 1;
}

.pan li {
    margin-bottom: 0;
    font-size: 1.2rem;
    color: #FFF;
}

.pan li a {
    color: #FFF;
    text-decoration: none;
}

.pan li:not(:last-child) {
    position: relative;
    margin-right: 20px;
}

.pan li:not(:last-child):after {
    content: "";
    width: 5px;
    height: 1px;
    background: #FFF;
    position: absolute;
    top: 0;
    right: -12px;
    bottom: 0;
    margin: auto;
}


/* bnr-list */

ul.bnr-list li {
    width: calc((100% - 60px)/4);
}

ul.bnr-list li a:hover {
    opacity: 0.8;
}

@media screen and (min-width: 769px) {
    ul.bnr-list li:not(:nth-child(4)) {
        margin-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    ul.bnr-list li {
        width: 48%;
    }
    ul.bnr-list li:nth-child(2n+1) {
        margin-right: 4%;
    }
}


/* bnr-list2 */

ul.bnr-list2 li {
    width: calc((50% - 50px)/5);
}

ul.bnr-list2 li a:hover {
    opacity: 0.8;
}

@media screen and (min-width: 769px) {
    ul.bnr-list2 li:not(:nth-child(5)) {
        margin-right: 0px;
    }
}

@media screen and (max-width: 768px) {
    ul.bnr-list2 li {
        width: 17%;
    }
    ul.bnr-list2 li:nth-child(2n+1) {
        margin-right: 3%;
    }
}


/* foot-nav */

.foot-nav {
    padding: 15px 0;
    margin-top: 15px;
    border-top: #E0E0E0 1px solid;
    letter-spacing: -.40em;
}

.foot-nav>ul {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 25%;
}

.foot-nav>ul>li {
    margin-bottom: 15px;
}

.foot-nav li a {
    color: #333;
    text-decoration: none;
    padding-left: 25px;
    position: relative;
}

.foot-nav li a:hover {
    color: #54B497;
}

.foot-nav>ul>li>a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 1.2rem;
    text-align: center;
    line-height: 15px;
    vertical-align: middle;
    color: #FFF;
    background: #67BCA3;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 2px;
}

.foot-nav li ul {
    margin-top: 15px;
}

.foot-nav li li {
    margin-bottom: 12px;
}

.foot-nav li li a {
    padding-left: 35px;
}

.foot-nav li li a:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #67BCA3;
    position: absolute;
    left: 20px;
}

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


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

                   top

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


/* main */

.main {
    position: relative;
    margin-bottom: 40px;
}

.main .inner {
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

.main .visual [class*="fl-"] img {
    width: 100%;
    object-fit: cover;
}

.btn-recruit {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #333;
    text-decoration: none;
    background: #EFD72E;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 60px;
}

.btn-recruit:hover {
    background: #E7CC12;
}

.btn-recruit span {
    font-size: 1.5rem;
    vertical-align: middle;
    margin-left: 15px;
}

.btn-recruit:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (min-width: 769px) {
    .main .visual {
        padding: 0 2%;
    }
    .main .visual [class*="fl-"] {
        width: 50%;
    }
    .main .visual .fl-r {
        padding-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .main {
        margin-bottom: 100px;
    }
    .main .visual [class*="fl-"] {
        max-height: 200px;
        overflow: hidden;
    }
    .main .visual .fl-l {
        padding-left: 5%;
        margin-bottom: 0;
    }
    .main .visual .fl-r {
        padding-right: 5%;
    }
    .btn-recruit {
        bottom: -60px;
        max-width: 90%;
    }
}


/* service */

#top .service {
    background: #67BCA3;
    padding: 60px 0;
}

ul.service-list li {
    text-align: center;
    width: calc(100%/3);
    padding: 0 5%;
    box-sizing: border-box;
    margin-bottom: 35px;
}

ul.service-list li .img {
    position: relative;
    display: inline-block;
}

ul.service-list li .img:before,
ul.service-list li .img:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
}

ul.service-list li .img:before {
    content: "詳しく見る";
    color: #FFF;
    border: #FFF 1px solid;
    padding: 10px 20px;
    border-radius: 3px;
    width: 150px;
    height: 45px;
    box-sizing: border-box;
    z-index: 1;
}

ul.service-list li .img:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #67BCA3;
}

ul.service-list li a:hover .img:before {
    opacity: 1;
}

ul.service-list li a:hover .img:after {
    opacity: 0.7;
}

ul.service-list li figcaption {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #333;
    background: #F8F5E7;
    display: inline-block;
    text-decoration: none;
    max-width: 350px;
    width: 100%;
    padding: 20px 0;
    position: relative;
    /*top:-35px;*/
    margin: 0 auto;
    font-weight: bold;
}

ul.service-list li:hover figcaption {
    color: #67BCA3;
}

@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {
    ul.service-list li {
        width: 100%;
    }
}


/* feature */

#top .feature {
    background: #F8F5E7;
    padding: 60px 0 0;
}

ul.feature-list li {
    width: calc(100%/3);
    text-align: center;
    position: relative;
}

ul.feature-list li:before,
ul.feature-list li:after {
    content: "";
    position: absolute;
}

ul.feature-list li:before {
    width: 13px;
    height: 13px;
    background: #67BCA3;
    top: 105px;
    left: 45px;
    border-radius: 100px;
}

ul.feature-list li:after {
    width: 50px;
    height: 180px;
    border: #67BCA3 1px dotted;
    border-right: none;
    left: 0;
    top: 110px;
}

ul.feature-list li figcaption {
    font-size: 2rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    background: #F8F5E7;
    padding: 0 10px;
    margin-top: 15px;
    position: relative;
    display: inline-block;
    z-index: 1;
}

@media screen and (min-width: 769px) {
    ul.feature-list li:nth-child(2n+1) {
        margin-top: 70px;
    }
}

@media screen and (max-width: 768px) {
    ul.feature-list li {
        width: 100%;
        margin-bottom: 30px;
    }
}

ul.gallery li {
    margin-bottom: 0;
}

ul.gallery li img {
    width: 100%;
}


/* news */

ul.news-list li {
    border-bottom: #E0E0E0 1px solid;
    margin-bottom: 0;
}

.waraku-blog li {
    border-bottom: #E0E0E0 1px solid;
    margin-bottom: 0;
}

.waraku-blog li a {
    display: block;
    padding: 20px 0;
    color: #333;
    text-decoration: none;
}

ul.news-list li a {
    display: block;
    padding: 20px 0;
    color: #333;
    text-decoration: none;
}

ul.news-list li a .cat {
    font-size: 1.2rem;
    text-align: center;
    color: #67BCA3;
    min-width: 100px;
    padding: 2px 5px;
    border: #67BCA3 2px solid;
    border-radius: 100px;
    display: inline-block;
    margin: 0 10px;
}

ul.news-list li a:hover {
    color: #54B497;
}

@media screen and (max-width: 768px) {
    ul.news-list li a .cat {
        display: block;
        margin: 10px 0;
    }
}


/* blog */

ul.blog-list li {
    width: calc((100% - 90px)/4);
    margin-bottom: 30px;
}

ul.blog-list li a {
    text-decoration: none;
}

ul.blog-list li .img {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

ul.blog-list li .img:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background: #67BCA3;
    border-radius: 100px;
    bottom: 50px;
    left: 10px;
}

ul.blog-list li .img .blog-body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    color: #FFF;
    background: rgba(103, 188, 163, 0.7);
    padding: 20px 15px;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

ul.blog-list li a:hover .img .blog-body {
    opacity: 1;
}

ul.blog-list li .img .blog-body p {
    margin-bottom: 10px;
}

ul.blog-list li .txt {
    color: #333;
    padding: 20px 0 0 50px;
    position: relative;
}

ul.blog-list li .txt:after {
    content: "";
    width: 30px;
    height: 105px;
    border-bottom: #67BCA3 1px dotted;
    border-left: #67BCA3 1px dotted;
    position: absolute;
    left: 15px;
    top: -50px;
}

@media screen and (min-width: 769px) {
    ul.blog-list li:not(:nth-child(4n+4)) {
        margin-right: 30px;
    }
}

@media screen and (max-width: 768px) {
    ul.blog-list li {
        width: 100%;
    }
    ul.blog-list li .img img {
        width: 100%;
    }
}


/* recruit */

#top .recruit {
    background: url(img/top/pic_recruit.png) bottom right / contain no-repeat;
    background-color: #67BCA3;
    padding: 90px 0;
}

#top .recruit h3 {
    font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #FFF;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    #top .recruit {
        padding: 20px 0 220px;
        text-align: center;
    }
    #top .recruit h3 {
        font-size: 2.8rem;
    }
}


/* issue */

.issue {
    background: #C8E8DE;
    padding: 40px 0;
}

.issue [class*="fl-"] {
    background: #FFF;
    letter-spacing: -.40em;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.issue [class*="fl-"]:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 18px 18px;
    border-color: transparent transparent #67BCA3 transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}

.issue [class*="fl-"] a {
    display: block;
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    border: #FFF 2px solid;
}

.issue [class*="fl-"] a:hover {
    border-color: #67BCA3;
}

.issue .img,
.issue .txt {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}

.issue .img {
    max-width: 85px;
}

.issue .txt {
    width: calc(100% - 100px);
    margin-left: 15px;
    color: #333;
    text-decoration: none;
}

.issue .txt h3 {
    font-size: 2rem;
    color: #67BCA3;
    margin-bottom: 15px;
}


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

                about

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


/* link-box */

ul.link-box li {
    width: calc((100% - 15%)/2);
    padding-left: 30px;
    position: relative;
    margin-bottom: 80px;
    box-sizing: border-box;
}

ul.link-box li a {
    text-decoration: none;
}

ul.link-box li:before,
ul.link-box li:after {
    content: "";
    position: absolute;
    z-index: 1;
}

ul.link-box li:before {
    width: 13px;
    height: 13px;
    background: #67BCA3;
    border-radius: 100px;
    left: 45px;
    bottom: 160px;
}

ul.link-box li:after {
    width: 50px;
    height: 130px;
    border: #67BCA3 1px dotted;
    border-right: none;
    left: 0;
    bottom: 34px;
}

ul.link-box li .img {
    margin-bottom: 40px;
    overflow: hidden;
}

ul.link-box li img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

ul.link-box li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

ul.link-box li figcaption {
    font-size: 2.5rem;
    font-weight: 600;
    color: #333;
    background: #FFF;
    border-left: #67BCA3 3px solid;
    padding: 0 20px 5px;
    position: relative;
    z-index: 2;
    -webkit-transition: all .3s;
    transition: all .3s;
}

ul.link-box li:hover figcaption {
    color: #67BCA3;
}

ul.link-box li figcaption span {
    font-size: 1.2rem;
    display: block;
}

@media screen and (min-width: 769px) {
    ul.link-box li:nth-child(2n+1) {
        margin-right: 15%;
    }
}

@media screen and (max-width: 768px) {
    ul.link-box li {
        width: 100%;
    }
}


/* greeting */

.name {
    font-size: 1.8rem;
    font-weight: 600;
}

.name span {
    font-size: 1.2rem;
    display: block;
}


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

                 recruit

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

.ttl-recruit {
    font-family: "Yu Mincho Light", YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-size: 4rem;
    letter-spacing: 0.2em;
    font-weight: 600;
    color: #50B193;
    text-align: center;
    margin-bottom: 100px;
}


/* staff-list */

ul.staff-list li {
    width: calc((100% - 15%)/4);
    position: relative;
}

ul.staff-list li:before,
ul.staff-list li:after {
    content: "";
    position: absolute;
    z-index: 1;
}

ul.staff-list li:before {
    width: 13px;
    height: 13px;
    background: #67BCA3;
    border-radius: 100px;
    left: 10px;
    bottom: 100px;
}

ul.staff-list li:after {
    width: 20px;
    height: 85px;
    border-left: #67BCA3 1px dotted;
    border-bottom: #67BCA3 1px dotted;
    left: 15px;
    bottom: 20px;
}

ul.staff-list li a {
    text-decoration: none;
}

ul.staff-list li .img {
    overflow: hidden;
    margin-bottom: 10px;
}

ul.staff-list li img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

ul.staff-list li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

ul.staff-list figcaption {
    padding-left: 40px;
    font-weight: 600;
}

ul.staff-list .position span:after {
    content: "\A";
    white-space: pre;
}

@media screen and (min-width: 769px) {
    ul.staff-list li:not(:nth-child(4n+4)) {
        margin-right: 5%;
    }
}

@media screen and (max-width: 768px) {
    ul.staff-list li {
        width: 48%;
        margin-bottom: 30px;
    }
    ul.staff-list li:nth-child(2n+1) {
        margin-right: 4%;
    }
    ul.staff-list li:after {
        width: 15px;
    }
    ul.staff-list figcaption {
        padding-left: 40px;
    }
}

.position span {
    font-size: 1.2rem;
    border: #333 2px solid;
    border-radius: 100px;
    padding: 2px 5px;
    margin-right: 5px;
}

.staff-name {
    font-size: 1.8rem;
}

.staff-name span {
    font-size: 1.4rem;
}


/* tab */

ul.tab li {
    margin-right: 20px;
}

ul.tab li a {
    background: #50B194;
    color: #FFF;
    text-decoration: none;
    border-radius: 3px;
    padding: 20px 10px;
    line-height: 5;
}

ul.tab li a:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 1.2rem;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    border: #FFF 1px solid;
    border-radius: 100px;
    box-sizing: border-box;
    display: inline-block;
}

ul.tab li a:hover {
    color: #00552e;
    background: #EAF7F2;
}

ul.tab li a:hover:after {
    border-color: #67BCA3;
}

@media screen and (max-width: 768px) {
    ul.tab li {
        width: 100%;
    }
    ul.tab li a {
        display: block;
    }
}


/* interview */

.profile {
    position: relative;
    margin-bottom: 80px;
}

.profile .img {
    text-align: center;
}

.profile .txt {
    font-weight: 600;
    background: rgba(108, 188, 163, 0.8);
    padding: 15px 30px;
    width: 290px;
}

.profile .txt h3 {
    font-size: 1.2rem;
    color: #FFF;
    border-bottom: #FFF 1px solid;
    margin-bottom: 15px;
    display: inline-block;
}

.profile .txt .position {
    margin-bottom: 10px;
}

.profile .txt .staff-name {
    font-size: 2.4rem;
}

@media screen and (min-width: 769px) {
    .profile .txt {
        position: absolute;
        right: 0;
        bottom: 15%;
    }
}

@media screen and (max-width: 768px) {
    .profile .txt {
        width: 100%;
        box-sizing: border-box;
    }
}


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

                request

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

.tel-box {
    text-align: center;
    display: inline-block;
    width: 500px;
    box-sizing: border-box;
}

.tel-box h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .tel-box {
        width: 100%;
    }
}


/* form */

.form {
    max-width: 700px;
    margin: 0 auto 40px;
}

.form th span {
    font-size: 1.2rem;
    font-weight: 600;
    color: #FFF;
    background: #50B194;
    border-radius: 3px;
    padding: 4px 8px;
    margin-right: 15px;
}

.form th span.any {
    color: #50B194;
    background: #D7ECE7;
}

[class*="input-"],
textarea {
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    border: #E0E0E0 1px solid;
    background: #F9F8EC;
    border-radius: 3px;
    padding: 15px;
}

.input-m {
    width: 270px;
}

.input-l {
    width: 420px;
}

textarea {
    width: 420px;
    height: 150px;
}

.send {
    border: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media screen and (max-width: 768px) {
    [class*="input-"],
    textarea {
        width: calc(100% - 30px);
    }
}


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

                 sitemap

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

.map-wrap {
    letter-spacing: -.40em;
}

ul.map-list {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    border-top: #CCC 1px solid;
}

ul.map-list li {
    margin-bottom: 0;
}

ul.map-list a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 15px 15px 15px 35px;
    position: relative;
}

ul.map-list a:hover {
    color: #67BCA3;
}

ul.map-list>li {
    border-bottom: #CCC 1px solid;
}

ul.map-list>li>a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 1.2rem;
    text-align: center;
    line-height: 15px;
    vertical-align: middle;
    color: #FFF;
    background: #67BCA3;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

ul.map-list>li li {
    border-top: #CCC 1px solid;
    margin-left: 40px;
}

ul.map-list>li li a:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #67BCA3;
    position: absolute;
    left: 20px;
}

@media screen and (min-width: 769px) {
    ul.map-list:not(:last-child) {
        margin-right: 5%;
    }
}

@media screen and (max-width: 768px) {
    ul.map-list {
        width: 100%;
    }
    ul.map-list:not(:first-child) {
        border-top: none;
    }
}

.btn-type_b {
    margin-top: 50px;
    position: relative;
    font-weight: 600;
}

.btn-type_b::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(img/common/icn_blank.png) no-repeat center right;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}


/*  スマホ時改行あり   */

.pc {
    display: block;
}

.sp {
    display: none;
}

@media screen and (max-width: 480px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}

@media screen and (max-width: 320px) {
    .btn-type01,
    .btn-type02 {
        width: 100%;
    }
    ul.inline li {
        display: block;
    }
}


/*  youtubeレスポンシブ   */

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 56%;
}

.clear {
    clear: both;
}

.futoji {
    font-weight: bold;
}

.borderline{
    border-bottom: #E0E0E0 1px solid;
}

.borderline2{
    border: #E0E0E0 1px solid;
    margin-bottom: 20px;
}

.hr{
    border: none;
    border-bottom: 1px solid #E0E0E0 ;
    margin-bottom: 4cap;
}

.example img{
    height: 400px;
    width: auto;
}

.nowrap th{
    white-space: nowrap;
}
    



