@charset "UTF-8"; .hv {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.hv:hover {
    opacity: 1;
}

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

body {
    min-width: auto;
}

body#news {
    background: none;
}

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

/*------------------------------
レイアウト
------------------------------*/
.inner {
}

.sp {
    display: block;
}

.pc {
    display: none;
}

.table-layout {
    width: 100%;
    margin: 30px 0;
}

.table-layout {
    overflow: auto;
    white-space: nowrap;
}

.table-layout::-webkit-scrollbar {
    height: 6px;
    background: #FFF;
}

.table-layout::-webkit-scrollbar-track {
    background: inherit;
}

.table-layout::-webkit-scrollbar-thumb {
    background: #CDCFD2;
    border-radius: 10px;
}

/*============================
COMMON
============================*/
/* section parts */
/* ttl */
.section__ttl {
    font-size: 21px;
}

.section__ttl .en {
    font-size: 14px;
}

.section__ttl02 {
    font-size: 17px;
    padding: 13px 0 14px;
}

.section__ttl03 {
    font-size: 24px;
}

.section__ttl04 {
    font-size: 18px;
}

.section__ttl04:before {
    width: 16px;
    height: 16px;
    top: 7px;
}

/* text */
.section__read {
    font-size: 14px;
}

.section__text {
    font-size: 14px;
}

.section__nametext {
    font-size: 14px;
    text-align: right;
}

.section__nametext .name {
    font-size: 18px;
    top: 0px;
    padding: 0 0 0 0;
    display: block;
}

/* list */
.section__list01 li {
    width: 100%;
    padding: 17px 3% 17px;
    margin: 0 0 20px;
}

.section__list01 li h3 {
    font-size: 17px;
    padding: 0 0 0 22px;
}

.section__list01 li h3:before {
    width: 16px;
    height: 16px;
    top: 3px;
    bottom: 0;
}

.section__list01 li p {
    font-size: 14px;
    padding: 8px 0 0 1px;
}

.section__list02 li {
    width: 100%;
    margin: 0 0 20px;
}

.section__list03 {
}

.section__list03 li {
}

.section__list04 {
}

.section__list04 li {
    width: 100%;
    text-align: center;
    margin: 0 0 35px;
}

.section__list04 img {
}

.section__list04 h3 {
    font-size: 16px;
    margin: 8px 0 0;
}

.section__list04 p {
}

/* box */
.section__box01--lbox {
    width: 100%;
    order: 2;
    padding: 12px 0 0 0;
}

.section__box01--lbox h3 {
    font-size: 17px;
    margin: 0 0 8px;
}

.section__box01--lbox p {
    font-size: 14px;
}

.section__box01--rbox {
    width: 100%;
    order: 1;
    text-align: center;
}

.section__box01.reverse .section__box01--lbox {
    padding: 12px 0 0 0;
}

.section__box02 {
    padding: 35px 3% 35px;
}

/* table */
.section__table01 {
    font-size: 14px;
}

.section__table01 tbody {
}

.section__table01 tbody tr {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    justify-content: space-between;
}

.section__table01 tbody tr th {
    width: 100%;
    padding: 15px 30px 15px 30px;
}

.section__table01 tbody tr td {
    width: 100%;
    padding: 15px 30px 15px 30px;
}

/* definitionlist */
.section__definitionlist {
    padding: 30px 0 0;
}

/* map */
.section__map iframe {
    height: 320px;
}

/* news__list */
.news__list {
    max-width: 400px;
    margin: 0 auto;
}

.news__list li {
    text-align: left;
    margin: 0 0 20px;
}

.news__link {
    font-size: 14px;
    text-align: left;
    padding: 0;
    display: block;
}

.news__link:after {
    content: none;
}

.news__link .date {
    display: block;
    padding: 0;
}

.news__list02 li {
    padding: 0 0 40px 0;
    margin: 0 0 40px;
}

.news__list02--date {
    width: 100%;
    font-size: 18px;
}

.news__list02--contents {
    width: 100%;
}

.news__list02--contents .news__list02--ttl {
    margin: 0 0 16px;
}

.news__list02--ttl {
    font-size: 18px;
}

.news__list02--contents .section__text {
    margin: 0 0 24px;
}

.news__list02--contents .btn01 {
    margin: 0 auto 0 auto;
}

.news__list03 {
}

.news__list03 li {
    padding: 0 5% 25px;
    margin: 0 0 25px;
}

.news__list03 .news__link {
    font-size: 16px;
}

.news__list03 .news__link .date {
}

/* btn */
.btn01 {
    font-size: 14px;
    padding: 12px 0 14px;
}

.btn01:after {
    right: 30px;
}

.btn02 {
    font-size: 17px;
    padding: 20px 6% 22px;
}

.btn02:after {
    right: 6%;
}

.btn03 {
    font-size: 17px;
    padding: 18px 23px 20px;
}

.btn03.twitter {
    padding: 18px 23px 20px 74px;
    background-size: 28px;
    background-position: center left 24px;
}

.btn03::after {
    right: 22px;
}

.btn03:hover {
}

.btn04 {
    padding: 20px 5% 20px;
}

.btn04 .btn04__ttl {
}

.btn04__ttl {
    font-size: 20px;
}

.btn04__ttl:after {
}

.btn04 .btn04__text {
}

.btn04__text {
    font-size: 14px;
}

/* aside */
.contact__bnr {
    padding: 30px 3% 32px;
}

.contact__bnr .inner {
    padding: 30px 3.5% 33px;
}

.contact__bnr .section__ttl {
    margin: 0 0 30px;
}

.contact__bnr--itembox {
    justify-content: center;
}

.contact__bnr--itembox .lbox {
    width: 254px;
    padding: 0;
    margin: 0 0 20px;
}

.contact__bnr--tel {
    font-size: 30px;
    background-size: 32px 32px;
    padding: 0 0 0 40px;
    background-position: top 8px left;
}

.contact__bnr--text {
    font-size: 15px;
    padding: 0 4px 0 0;
}

.contact__bnr--itembox .rbox {
    width: 100%;
}

.contact__bnr--itembox.type2 {
    margin: 0 0 25px;
}

.contact__bnr--itembox.type2 .rbox {
    border: none;
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
}

.contact__bnr--textbox {
}

.contact__bnr--textbox h3 {
    text-align: center;
}

.contact__bnr--textbox p {
    text-align: center;
}

.contact__bnr--itembox .rbox.type2 {
}

.mail__btn {
    font-size: 15px;
    background-size: 30px;
    padding: 18px 0 19px 90px;
    background-position: center left 33px;
    max-width: 327px;
    margin: 0 auto;
}

.mail__btn:hover {
}

/* contact-form */
.contact-form {
}

.contact-form .contact-form__ttl {
}

.contact-form__ttl {
    font-size: 18px;
    text-indent: -0.6rem;
}

.contact-form dl {
    margin: 0 0 35px;
}

.contact-form dt {
    font-size: 14px;
}

.contact-form .must {
    font-size: 12px;
}

.contact-form dd {
}

.contact-form label {
    font-size: 14px;
    padding: 0 0px 0 0;
    width: 100%;
    display: block;
    margin: 0 0 12px;
}

.contact-form .contact-form__radio-input {
}

.contact-form__radio-input {
    width: 18px;
    height: 18px;
    margin: 0 6px 0px 0px;
    position: relative;
    top: -1px;
}

.contact-form .contact-form__text {
}

.contact-form__text {
    font-size: 14px;
}

.contact-form .contact-form__textarea {
}

.contact-form__textarea {
}

.contact-form .submitbtn {
}

.submitbtn {
}

/* entry-content */
.entry-content p {
    font-size: 14px;
    margin: 0 0 15px;
}

.entry-content img {
    padding: 0 0 20px;
}

/* wp-pagenavi */
.wp-pagenavi {
    font-size: 18px;
}

.wp-pagenavi .previouspostslink {
    margin: 0 10px;
}

.wp-pagenavi .current {
    margin: 0 10px;
}

.wp-pagenavi .page.larger {
    margin: 0 10px;
}

.wp-pagenavi .nextpostslink {
    margin: 0 10px;
}

/* postnavi */
.postnavi {
    padding: 40px 0 0;
}

.postnavi__list {
    font-size: 15px;
}

.postnavi__list .prev a {
    padding-left: 20px;
}

.postnavi__list .back {
    margin: 0 20px;
}

.postnavi__list .next a {
    padding-right: 20px;
}

/* 以下はそこまで共通じゃないので毎回作るようなところ */
/* header */
.header {
    padding: 14px 0% 15px;
}

.header__top .inner {
    align-items: center;
}

.header__logo {
    width: calc(100% - 140px);
    padding-left: 3%;
    max-width: 240px;
}

.header__top--box {
    width: 32%;
    padding-right: 3%;
    align-items: center;
    max-width: 140px;
    justify-content: space-between;
}

.header__tel--text {
    width: 26px;
    height: 26px;
    padding: 0;
    background-position: center center;
    display: block;
    background-size: 26px 26px;
}

.header__tel--text span {
    display: none;
}

.header__contact--btn span {
    display: none;
}

.header__bottom {
    display: none;
    position: absolute;
    background: #FFF;
    width: 100%;
    padding: 30px 3% 20px;
}

.header__navi {
    width: 100%;
    margin: 0 auto;
    max-width: 353px;
}

.header__navi--list li {
    padding: 0px 0% 0 24px;
    width: 100%;
    margin: 0 0 18px;
}

.header__navi--list li:last-child {
    padding: 0px 0% 0 24px;
}

.header__navi--list li:after {
    content: '＞';
    left: 0;
}

.header__navi--list li:last-child:after {
    content: '＞';
    left: 0;
}

.header__contact {
    width: 100%;
    margin: 0;
    max-width: 30px;
}

.header__contact--btn {
    font-size: 17px;
    font-weight: bold;
    background-image: url(../img/common/icon_mail_black.png);
    background-repeat: no-repeat;
    background-size: 26px;
    padding: 18px 0 19px 90px;
    background-position: center left 33px;
    text-align: left;
    border: none;
    padding: 0;
    width: 26px;
    height: 26px;
    margin: 0;
    background-position: center center;
}

.header .sp-menu {
    display: block;
    width: 32px;
    height: 32px;
    position: relative;
    margin-right: 0%;
}

.header .sp-menu span {
    display: block;
    width: 32px;
    height: 2px;
    background: #c7161c;
    position: absolute;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header .sp-menu span:nth-child(1) {
    top: 6px;
}

.header .sp-menu span:nth-child(2) {
    top: 15px;
}

.header .sp-menu span:nth-child(3) {
    bottom: 6px;
}

.header .sp-menu.active span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
}

.header .sp-menu.active span:nth-child(2) {
    display: none;
}

.header .sp-menu.active span:nth-child(3) {
    bottom: 15px;
    transform: rotate(-45deg);
}

/* footer */
.footer {
    padding: 45px 0 0;
}

.footer .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0px 5% 0;
    align-items: center;
    justify-content: center;
}

.footer .footer__left {
    margin: 0 0 30px;
}

.footer__left {
    width: 100%;
}

.footer__navi--list {
    justify-content: space-between;
    max-width: 340px;
    margin: 0 auto;
}

.footer__navi--list li {
    width: 48%;
}

.footer__right {
    width: 100%;
    margin: 0 0 30px;
}

.footer__logo {
    padding: 0;
    width: 286px;
    margin: 0 auto;
}

.footer__address {
    line-height: 1.6;
    max-width: 340px;
    margin: 20px auto 0;
    text-align: center;
}

.copyright {
    font-size: 12px;
}

/* top */
/* mv */
.mv {
    height: 308px;
    background-image: url(../img/top/mv.jpg);
    background-position: top center;
}

.mv .inner {
    padding: 0 5% 0;
}

.mv__text {
    padding: 0;
}

.mv__text:after {
    width: 128px;
    height: 47px;
    bottom: -46px;
    right: 5%;
}

.mv__text--ttl {
    font-size: 19px;
}

.mv__text--ttl span {
    font-size: 14px;
}

.mv__text--read {
    font-size: 22px;
    margin: 15px 0 0;
}

/* top__sec01 */
.top__sec01 {
    padding: 35px 3% 35px;
}

.top__sec01 .section__ttl {
    margin: 0 0 12px;
}

.top__sec01 .section__text {
    margin: 0 0 38px;
}

/* top__sec02 */
.top__sec02 {
    padding: 35px 3% 25px;
}

.top__sec02 .section__ttl {
    margin: 0 0 30px;
}

/* top__sec03 */
.top__sec03 {
    padding: 35px 3% 35px;
}

.top__sec03 .section__ttl {
    margin: 0 0 25px;
}

/* top__sec04 */
.top__sec04 {
    padding: 35px 0 0;
}

.top__sec04 .section__ttl {
    margin: 0 0 20px;
}

.top__sec04 .section__text {
    margin: 0 0 25px;
}

/* top__sec05 */
.top__sec05 {
    padding: 35px 3% 35px;
}

.top__sec05 .inner {
}

.top__sec05 .section__box01 {
}

.top__sec05 .section__box01--lbox {
}

.top__sec05 .section__ttl {
}

.top__sec05 .section__text {
}

.top__sec05 .btn01 {
}

.top__sec05 .section__box01--rbox {
}

.top__sec05 .section__box01--rbox img {
}

/* lower */
/*.lower-mv */
.lower-mv {
    height: 160px;
}

.lower-mv .inner:after {
    width: 109px;
    height: 40px;
    right: 0;
    bottom: 9px;
}

.lower-mv__h1 {
    font-size: 21px;
    top: -2px;
}

.lower-mv__h1 .en {
    font-size: 14px;
    padding: 0 0 7px;
}

/* .breadcrumb */
.breadcrumb {
    padding: 10px 3% 12px;
}

/* privacy */
.privacy__sec01 {
    padding: 35px 3% 110px;
}

.privacy__sec01 .section__text.center {
    margin: 0 0 20px;
}

/* contact */
.contact__sec01 {
    padding: 35px 3% 80px;
}

.contact__sec01 .inner {
}

.contact__sec01 .section__text {
    margin: 0 0 30px;
}

/* news */
.news__sec01 {
    padding: 35px 3% 90px;
}

/* news-detail */
.news-detail__sec01 {
    padding: 35px 3% 70px;
}

.news-detail__sec01 .date {
    font-size: 18px;
}

.news-detail__sec01 .news__list02--ttl {
    margin: 0 0 30px;
}

.news-detail__sec01 .entry-content {
    padding: 0 0 40px;
}

/* company */
.company__sec01 {
    padding: 35px 3% 50px;
}

.company__sec02 {
    padding: 35px 3% 50px;
}

.company__sec03 {
    padding: 35px 3% 70px;
}

/* access */
.access__sec01 {
    padding: 35px 0 35px;
}

.access__sec01 .section__read {
    margin: 0 0 15px;
    font-size: 18px;
}

.access__sec01 .section__text.center {
    margin: 0 0 25px;
}

.access__sec02 {
    padding: 35px 0 90px;
}

.access__sec02 .section__read {
    font-size: 18px;
    margin: 0 0 15px;
}

.access__sec02 .section__text.center {
    margin: 0 0 25px;
}

/* business */
.business__sec01 {
    padding: 40px 3% 20px;
}

.business__sec02 {
    padding: 20px 3% 0px;
}

.business__sec02 .section__list04 {
    padding: 0 0 20px;
}

/* recruit */
.recruit__sec01 {
    padding: 40px 3% 40px;
}

.recruit__sec01 .section__table01 {
    margin: 0 0 20px;
}

/* products */
.products__sec {
    padding: 40px 3% 80px;
}

.products__sec .inner {
}

.products__sec .section__ttl03 {
    margin: 0 0 20px;
}

.products__sec .section__read {
}

.products__sec .section__box02 {
    margin: 35px 0 0;
}

.products__sec .section__ttl04 {
}

.products__sec .section__table01 {
}

.products__sec .btn01 {
}
