@charset "UTF-8";
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline
}

body {
    line-height: 1
}

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

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

a {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 100%;
    vertical-align: baseline
}

ins {
    text-decoration: none
}

mark {
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

.p-fixbnr {
    z-index: 9999;
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 0 20px 20px
}

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

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc
}

input,
select {
    vertical-align: middle
}

ol,
ul {
    list-style: none
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    30% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
    65% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    30% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
    65% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0
}

html {
    font-size: 10px
}

body {
    min-width: 1200px;
    color: #1b1b1b;
    font-family: Noto Sans JP, 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, Yu Gothic, sans-serif;
    font-size: 14px
}

img,
picture,
svg,
video {
    max-width: 100%;
    height: auto;
    vertical-align: bottom
}

a {
    color: #1b1b1b;
    text-decoration: none
}

button,
input,
select,
textarea {
    border: none;
    outline: none;
    font-family: Noto Sans JP, 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, Yu Gothic, sans-serif
}

button {
    cursor: pointer
}

.l-hdr__campaign p {
    padding: 15px;
    background-color: #32c1b2;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center
}

.l-hdr-main {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px
}

.l-hdr-main__seo {
    margin-bottom: 15px;
    color: #737373;
    font-size: 10px
}

.l-hdr-main__logo {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.l-hdr-main__logo .text {
    margin-left: 15px;
    color: #737373;
    font-size: 10px;
    line-height: 1.6
}

.l-hdr-main__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.l-hdr-main__nav a {
    color: #737373;
    font-size: 12px
}

.l-hdr-main__nav a+a {
    margin-left: 30px
}

.l-hdr-main__nav a.mypage {
    color: #32c1b2
}

.l-hdr-main__util {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 20px
}

.l-hdr-main__hum,
.l-hdr-main__keyword,
.l-hdr-main__spkeyword {
    display: none
}

.l-hdr-main__spkeyword .flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    padding: 10px 0 10px 10px;
    background-color: #e5e5e5
}

.l-hdr-main__spkeyword .flex,
.l-hdr-main__spkeyword .flex .search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.l-hdr-main__spkeyword .flex .search {
    overflow: hidden;
    border-radius: 2px
}

.l-hdr-main__spkeyword .flex .search input {
    width: 100%;
    padding: 5px 10px;
    background-color: #fff
}

.l-hdr-main__spkeyword .flex .search button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #32c1b2
}

.l-hdr-main__spkeyword .flex .back {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 75px;
    color: grey;
    font-size: 15px;
    text-align: center
}

.l-hdr-spgnav {
    display: none
}

.l-keyword {
    position: relative;
    width: 234px;
    margin-right: 25px
}

.l-keyword input {
    width: 100%;
    padding: 4px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    font-size: 16px
}

.l-keyword button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    width: 28px;
    background: none
}

.l-keyword button,
.l-resigt {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.l-resigt__new {
    margin-right: 18px
}

.l-resigt__login {
    padding-bottom: 2px;
    font-size: 13px
}

.l-search {
    z-index: 9;
    position: relative;
    padding: 20px 0;
    background-color: #eee
}

.l-search__titlearea {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.l-search__titlearea .title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5
}

.l-search__titlearea .check {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-left: 60px
}

.l-search__titlearea .check input {
    visibility: hidden;
    position: absolute;
    opacity: 0
}

.l-search__titlearea .check input:checked+.check__parts img {
    opacity: 1
}

.l-search__titlearea .check__parts {
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #bfbfbf;
    background-color: #fff
}

.l-search__titlearea .check__parts img {
    position: absolute;
    top: 1px;
    right: 0;
    opacity: 0
}

.l-search__titlearea .check__text {
    font-size: 14px;
    line-height: 1.5
}

.l-search-form,
.l-search-form__text {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.l-search-form__text {
    -webkit-box-shadow: 0 12px 40px 0 rgba(0, 0, 0, .09);
    width: 100%;
    padding: 5px 0;
    background-color: #fff;
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, .09)
}

.l-search-form__text .input {
    position: relative;
    width: 33.333%
}

.l-search-form__text .input .text {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 35px;
    padding: 0 10px;
    cursor: pointer
}

.l-search-form__text .input .text,
.l-search-form__text .input .text .num {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 15px
}

.l-search-form__text .input .text .num {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #32c1b2;
    color: #fff
}

.l-search-form__text .input+.input .text {
    border-left: 1px solid #e5e5e5
}

.l-search-form__text .input .list {
    display: none;
    z-index: 10;
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    width: 98%;
    border: 1px solid #dcdcdc;
    background-color: #fff
}

.l-search-form__text .input .list__title {
    padding: 10px 10px 10px 20px;
    background-color: #eee;
    font-size: 15px;
    font-weight: 500;
    line-height: 1
}

.l-search-form__text .input .list__title small {
    margin-left: 10px;
    color: #707070;
    font-size: 12px
}

.l-search-form__text .input .list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 30px 10px 30px 20px
}

.l-search-form__text .input .list__item .radio__child {
    margin: 10px 0;
    padding-left: 20px
}

.l-search-form__text .input .list__item .check {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.l-search-form__text .input .list__item .check+.check {
    margin-top: 10px
}

.l-search-form__text .input .list__item .check input {
    visibility: hidden;
    position: absolute;
    opacity: 0
}

.l-search-form__text .input .list__item .check input:checked+.check__parts:after,
.l-search-form__text .input .list__item .check input:checked+.check__parts img {
    opacity: 1
}

.l-search-form__text .input .list__item .check__parts {
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #bfbfbf;
    background-color: #fff
}

.l-search-form__text .input .list__item .check__parts img {
    position: absolute;
    top: 1px;
    right: 0;
    opacity: 0
}

.l-search-form__text .input .list__item .check__text {
    font-size: 14px;
    line-height: 1.5
}

.l-search-form__text .input .list__item .check--circle+.check--circle {
    margin-top: 20px
}

.l-search-form__text .input .list__item .check--circle .check__parts {
    position: relative;
    border-radius: 50%
}

.l-search-form__text .input .list__item .check--circle .check__parts:after {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    margin: auto;
    border-radius: 50%;
    background-color: #32c1b2;
    content: "";
    opacity: 0
}

.l-search-form__text .input .list__item .check--circle .check__text {
    margin-right: 1px;
    font-size: 13px
}

.l-search-form__text .input .list__item .other {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px
}

.l-search-form__text .input .list__item .other label {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px
}

.l-search-form__text .input .list__item .other input[type=text] {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #dcdcdc;
    font-size: 11px
}

.l-search-form__text .input .list__item .close_btn {
    display: none
}

.l-search-form__btn,
.l-search-form__text .input .list__item .close_btn {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    -webkit-box-shadow: 0 12px 29px 0 rgba(0, 0, 0, .17);
    flex-shrink: 0;
    width: 158px;
    height: 45px;
    margin-left: 15px;
    border-radius: 5px;
    background-color: #32c1b2;
    box-shadow: 0 12px 29px 0 rgba(0, 0, 0, .17);
    color: #fff;
    font-size: 15px;
    font-weight: 500
}

.l-ftr {
    position: relative;
    padding-bottom: 60px
}

.l-ftr__pagetop {
    -webkit-transform: translateY(-50%);
    z-index: 10;
    position: absolute;
    top: 0;
    right: 20px;
    transform: translateY(-50%)
}

.l-ftr-bnr {
    padding: 60px 0;
    background-color: #e9ecee
}

.l-ftr-bnr__links {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.l-ftr-bnr__links a {
    display: block;
    position: relative
}

.l-ftr-bnr__links a img {
    border-radius: 5px
}

.l-ftr-bnr__links a .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.l-ftr-bnr__links a .text .en {
    color: #fff;
    font-size: 30px;
    font-weight: 500
}

.l-ftr-bnr__links a .text .ja {
    margin-top: 13px;
    color: #fff;
    font-size: 15px;
    font-weight: 500
}

.l-ftr__logo {
    margin-top: 60px;
    margin-bottom: 50px
}

.l-ftr__nav01 {
    margin-top: -10px
}

.l-ftr__nav01 nav+nav {
    margin-top: 30px
}

.l-ftr__nav01 nav a {
    display: inline-block;
    margin-right: 70px;
    padding-left: 10px;
    background: url(../img/common/icon_arrow.png) 0 no-repeat;
    background-size: 7px auto;
    font-size: 13px
}

.l-ftr__bottom {
    position: relative;
    margin-top: 60px
}

.l-ftr__bottom .copy {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #8c8c8c;
    font-size: 13px
}

.l-ftr__nav02 {
    margin-top: -10px
}

.l-ftr__nav02 nav+nav {
    margin-top: 15px
}

.l-ftr__nav02 nav a {
    display: inline-block;
    color: #009cae;
    font-size: 12px
}

.l-ftr__nav02 nav a+a {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #009cae
}

.c-inner {
    width: 1060px;
    max-width: calc(100% - 40px);
    margin: 0 auto
}

.c-btnA {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 30px;
    padding-bottom: 2px;
    border: 1px solid #32c1b2;
    border-radius: 5px;
    color: #32c1b2;
    font-size: 13px
}

.c-btnB {
    margin-top: 50px;
    text-align: center
}

.c-btnB a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 340px;
    height: 60px;
    border: 2px solid #32c1b2;
    border-radius: 5px;
    background-color: #fff;
    color: #32c1b2;
    font-size: 15px;
    font-weight: 700
}

.d-btnStart {
    text-align: right;
    margin-bottom: 40px;
}

.d-btnStart a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 140px;
    height: 60px;
    text-align: center;
    border: 2px solid #32c1b2;
    border-radius: 5px;
    background-color: #fff;
    color: #32c1b2;
    font-size: 15px;
    font-weight: 700
}

.c-btnB a,
.c-pager {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center
}

.c-pager {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px
}

.c-pager__arrow a {
    font-size: 12px
}

.c-pager__arrow--prev {
    margin-right: 20px
}

.c-pager__arrow--next {
    margin-left: 20px
}

.c-pager__num a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 20px;
    font-size: 15px
}

.c-pager__num a+a {
    margin-left: 10px
}

.c-pager__num.is-current a {
    background-color: #32c1b2;
    color: #fff
}

.c-pankuzu {
    padding: 30px 0
}

.c-pankuzu ul {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.c-pankuzu ul li+li:before {
    margin: 0 5px;
    color: #737373;
    font-size: 12px;
    content: ">"
}

.c-pankuzu ul li a {
    color: #737373;
    font-size: 12px;
    line-height: 1.5
}

.c-anchor {
    margin-top: -52px;
    padding-top: 52px
}

.c-titA {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8
}

.c-titA,
.c-titA a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.c-titA a {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 13px;
    font-weight: 400;
    line-height: 1
}

.c-titA a img {
    margin-left: 5px
}

.c-column {
    margin-bottom: 80px
}

.c-column__list {
    margin: 0 -10px
}

.c-column__list li a {
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .08);
    display: block;
    width: 250px;
    margin: 0 10px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .08)
}

.c-column__list li a .image {
    width: 250px;
    height: 131px
}

.c-column__list li a .image img {
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-column__list li a .textarea {
    padding: 10px 15px
}

.c-column__list li a .textarea__date {
    margin-bottom: 10px;
    color: grey;
    font-size: 12px;
    font-weight: 500
}

.c-column__list li a .textarea__cat {
    margin-top: -5px;
    margin-bottom: 10px
}

.c-column__list li a .textarea__cat span {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-right: 5px;
    padding: 3px 5px;
    border: 1px solid #32c1b2;
    border-radius: 3px;
    color: #32c1b2;
    font-size: 10px
}

.c-column__list li a .textarea__tit {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857
}

.c-service__list {
    margin: 0 -5px
}

.c-service__list li a {
    -webkit-box-shadow: 0 6px 3px 0 rgba(0, 0, 0, .08);
    display: block;
    width: 205px;
    margin: 0 5px;
    overflow: hidden;
    border-radius: 5px;
    outline: none;
    background-color: #fff;
    box-shadow: 0 6px 3px 0 rgba(0, 0, 0, .08)
}

.c-service__list li a .image {
    position: relative;
    width: 205px;
    height: 130px
}

.c-service__list li a .image img {
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-service__list li a .image .online {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 10px;
    left: 10px;
    align-items: center;
    justify-content: center;
    padding: 3px 5px;
    border: 1px solid #32c1b2;
    border-radius: 3px;
    background-color: #fff;
    color: #32c1b2;
    font-size: 10px
}

.c-service__list li a .textarea {
    padding: 10px 10px 15px
}

.c-service__list li a .textarea__title {
    min-height: 3em;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5
}

.c-service__list li a .textarea__addr {
    margin-bottom: 10px;
    color: grey;
    font-size: 12px;
    font-weight: 500
}

.c-service__list li a .textarea__cat {
    margin-top: -3px
}

.c-service__list li a .textarea__cat span {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
    margin-right: 3px;
    padding: 5px;
    background-color: #eee;
    font-size: 11px
}

.c-course {
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .08);
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .08)
}

.c-course+.c-course {
    margin-top: 35px
}

.c-course__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-image: url(../img/common/icon_close.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto
}

.c-course__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px
}

.c-course__main .image {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 220px;
    margin-right: 65px
}

.c-course__main .textarea {
    width: 100%
}

.c-course__main .textarea__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5
}

.c-course__main .textarea__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -10px
}

.c-course__main .textarea__list dl {
    width: 48%;
    margin-top: 10px
}

.c-course__main .textarea__list dl,
.c-course__main .textarea__list dl dt {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.c-course__main .textarea__list dl dt {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 108px;
    height: 100%;
    padding: 3px 10px;
    background-color: #f4f7f9;
    color: grey;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.92308
}

.c-course__main .textarea__list dl dd {
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.84615
}

.c-course__main .textarea__list dl dd .orange {
    color: #ff762c
}

.c-course__info dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.c-course__info dl+dl {
    margin-top: 40px
}

.c-course__info dl dt {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 220px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.66667
}

.c-course__info dl dd {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.78571
}

.c-modal {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-transition: .3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, .65);
    opacity: 0;
    transition: .3s ease
}

.c-modal.is-show {
    visibility: visible;
    opacity: 1
}

.c-modal__close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.c-modal__inner {
    z-index: 1;
    position: relative;
    width: 920px;
    max-width: 100%;
    max-height: 100%;
    overflow-y: scroll
}

.c-modal__inner--nooverflow {
    overflow: hidden
}

.c-menu li .textarea {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #dcdcdc
}

.c-menu li .name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.66667
}

.c-menu li .price {
    margin-left: auto;
    color: #ec6941;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.47059
}

.c-menu li .c-btnA,
.c-menu li .price {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.c-menu li .c-btnA {
    margin-left: 60px
}

.c-voice {
    margin: 0 -10px
}

.c-voice__inner {
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .08);
    display: block;
    width: 250px;
    margin: 0 10px;
    padding: 20px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .08)
}

.c-voice__inner .name {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
    font-size: 15px
}

.c-voice__inner .name img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.c-voice__inner .age {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 500
}

.c-voice__inner .assessment {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.c-voice__inner .assessment__text {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 13px;
    color: #aaa;
    font-size: 13px;
    font-weight: 500
}

.c-voice__inner .assessment__star {
    color: #ff6c00;
    font-size: 20px
}

.c-voice__inner .info dt {
    margin-bottom: 5px;
    padding: 5px;
    background-color: #eee;
    font-size: 13px;
    font-weight: 500
}

.c-voice__inner .info dd {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.84615
}

.c-voice__inner .info dd+dt {
    margin-top: 15px
}

.u-sans {
    font-family: 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, Yu Gothic, sans-serif;
    font-family: Hiragino Sans W3, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif
}

@media screen and (max-width:767px) {
    body {
        min-width: auto
    }
    .l-hdr {
        z-index: 9999;
        position: relative;
        padding-bottom: 46px
    }
    .l-hdr__campaign p {
        padding: 10px;
        font-size: 14px
    }
    .l-hdr-main {
        z-index: 999;
        position: absolute;
        top: 41px;
        left: 0;
        width: 100%;
        padding: 10px 20px;
        border-bottom: 1px solid #eee;
        background-color: #fff
    }
    .l-hdr-main.is-fixed {
        position: fixed;
        top: 0
    }
    .l-hdr-main__seo {
        display: none
    }
    .l-hdr-main__logo {
        width: 120px
    }
    .l-hdr-main__logo .text,
    .l-hdr-main__right {
        display: none
    }
    .l-hdr-main__keyword {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        width: 108px;
        height: 25px;
        margin-left: auto;
        padding: 0 5px;
        border: 1px solid grey;
        border-radius: 3px;
        background-color: #fff;
        color: grey;
        font-size: 10px
    }
    .l-hdr-main__keyword img {
        margin-right: 5px
    }
    .l-hdr-main__hum {
        display: block;
        position: relative;
        width: 25px;
        height: 25px;
        margin-left: 10px
    }
    .l-hdr-main__hum span {
        -webkit-transition: .3s ease;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        margin: auto 0;
        background: #32c1b2;
        transition: .3s ease
    }
    .l-hdr-main__hum span:first-child {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    .l-hdr-main__hum span:nth-child(2) {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    .l-hdr-main__hum.is-open span:first-child {
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg)
    }
    .l-hdr-main__hum.is-open span:nth-child(2) {
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg)
    }
    .l-hdr-spgnav {
        display: none;
        z-index: 9999;
        position: fixed;
        top: 0;
        right: 55px;
        left: 0;
        max-height: 100%;
        padding: 20px 20px 0;
        overflow: auto;
        background-color: #fff
    }
    .l-hdr-spgnav__logo {
        margin-bottom: 15px
    }
    .l-hdr-spgnav__btns {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 10px
    }
    .l-hdr-spgnav__btns,
    .l-hdr-spgnav__btns a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .l-hdr-spgnav__btns a {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-shadow: 0 5px 8px 0 rgba(5, 0, 1, .15);
        align-items: center;
        justify-content: center;
        width: 48%;
        height: 51px;
        border-radius: 5px;
        box-shadow: 0 5px 8px 0 rgba(5, 0, 1, .15);
        font-size: 15px
    }
    .l-hdr-spgnav__btns a.login {
        background-color: #32c1b2;
        color: #fff
    }
    .l-hdr-spgnav__btns a.new {
        border: 1px solid #32c1b2;
        background-color: #fff;
        color: #32c1b2
    }
    .l-hdr-spgnav__nav .link {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        height: 50px;
        font-size: 15px
    }
    .l-hdr-spgnav__nav .link+.link {
        border-top: 1px solid #dcdcdc
    }
    .l-hdr-spgnav__nav .text {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        height: 40px;
        margin: 0 -20px;
        padding: 0 20px;
        background-color: #eee;
        color: #4c4c4c
    }
    .l-hdr-spgnav__logout {
        margin: 0 -20px;
        padding: 15px;
        background-color: #eee;
        text-align: center
    }
    .l-hdr-spgnav__logout a,
    .l-hdr-spgnav__logout button {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-shadow: 0 5px 8px 0 rgba(5, 0, 1, .15);
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 140px;
        height: 51px;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 5px 8px 0 rgba(5, 0, 1, .15);
        font-size: 15px
    }
    .l-keyword {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }
    .l-resigt {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .l-resigt a {
        width: 48%;
        text-align: center
    }
    .l-resigt__new {
        margin-right: 0
    }
    .l-search {
        -webkit-box-shadow: 0 3px 9px 0 rgba(5, 0, 1, .15);
        margin: 10px 10px 0;
        padding: 10px;
        background-color: #fff;
        box-shadow: 0 3px 9px 0 rgba(5, 0, 1, .15)
    }
    .l-search .c-inner {
        max-width: 100%
    }
    .l-search__titlearea {
        display: block;
        margin-bottom: 10px
    }
    .l-search__titlearea .title {
        display: none
    }
    .l-search__titlearea .check {
        margin-left: 0
    }
    .l-search__titlearea .check__text {
        font-size: 12px
    }
    .l-search-form {
        display: block
    }
    .l-search-form__text {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-box-shadow: none;
        flex-wrap: wrap;
        padding: 0;
        box-shadow: none
    }
    .l-search-form__text .input {
        position: static;
        width: 50%;
        padding: 5px 0
    }
    .l-search-form__text .input.area {
        width: 100%;
        border-bottom: 1px solid #e5e5e5
    }
    .l-search-form__text .input.service .text {
        border-left: 1px solid #e5e5e5!important
    }
    .l-search-form__text .input .text {
        font-size: 12px
    }
    .l-search-form__text .input+.input .text {
        border-left: none
    }
    .l-search-form__text .input .list__item .check {
        margin-top: 5px;
        margin-left: 0
    }
    .l-search-form__text .input .list__item .close_btn {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px!important
    }
    .l-search-form__btn,
    .l-search-form__text .input .list__item .close_btn {
        -webkit-box-shadow: none;
        width: 100%;
        height: 35px;
        margin-top: 10px;
        margin-left: 0;
        box-shadow: none;
        font-size: 14px
    }
    .l-ftr-bnr {
        padding: 30px 0
    }
    .l-ftr-bnr__links {
        display: block
    }
    .l-ftr-bnr__links a {
        width: 100%;
        height: 114px
    }
    .l-ftr-bnr__links a+a {
        margin-top: 20px
    }
    .l-ftr-bnr__links a img {
        -o-object-fit: cover;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .l-ftr-bnr__links a .text .en {
        font-size: 20px
    }
    .l-ftr__logo {
        margin: 30px 0
    }
    .l-ftr__nav01 nav+nav {
        margin-top: 0
    }
    .l-ftr__nav01 nav a {
        margin-top: 20px;
        margin-right: 20px
    }
    .l-ftr__bottom {
        margin-top: 50px
    }
    .l-ftr__bottom .copy {
        position: static;
        margin-top: 30px;
        text-align: right
    }
    .l-ftr__nav02 nav+nav {
        margin-top: 10px
    }
    .l-ftr__nav02 nav a+a {
        margin-left: 3px;
        padding-left: 3px
    }
    .c-btnB {
        margin-top: 20px
    }
    .c-btnB a {
        width: 100%
    }
    .c-pager {
        margin-top: 40px
    }
    .c-pankuzu {
        padding: 10px 0
    }
    .c-titA {
        margin-bottom: 30px;
        padding-bottom: 5px;
        font-size: 16px
    }
    .c-column {
        margin-bottom: 40px
    }
    .c-course {
        padding: 20px
    }
    .c-course__close {
        background-color: #fff;
        background-size: 20px auto
    }
    .c-course__main {
        display: block;
        margin-bottom: 30px
    }
    .c-course__main .image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        text-align: ce
    }
    .c-course__main .textarea__title {
        font-size: 16px
    }
    .c-course__main .textarea__list {
        display: block
    }
    .c-course__main .textarea__list dl {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100%
    }
    .c-course__main .textarea__list dl dt {
        height: auto
    }
    .c-course__info dl {
        display: block
    }
    .c-course__info dl+dl {
        margin-top: 20px
    }
    .c-course__info dl dt {
        width: 100%;
        margin-bottom: 10px
    }
    .c-menu li .textarea {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .c-menu li .name {
        width: 100%;
        margin-bottom: 10px
    }
    .c-menu li .c-btnA,
    .c-menu li .price {
        margin-left: 0
    }
    .u-pc {
        display: none!important
    }
}

@media print,
screen and (min-width:768px) {
    a {
        -webkit-transition: .3s ease;
        transition: .3s ease
    }
    a:hover {
        opacity: .7
    }
    .c-pager__num:hover a {
        background-color: #32c1b2;
        color: #fff;
        opacity: 1
    }
    .u-sp {
        display: none!important
    }
}


/*# sourceMappingURL=map/common.css.map */