@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;
}

.pc-inline {
    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
============================*/
/* header */
.header {
    padding: 14px 0% 15px;
}

.header .inner {
    align-items: center;
}

.header__logo {
    width: 230px;
    padding-left: 3%;
    /* width: 100px; */
}

.header__navi--box {
    display: none;
    width: 100%;
    position: absolute;
    background: rgba(255,255,255,0.9);
    top: 47px;
    z-index: 96;
    padding: 25px 3% 25px;
}

.header__navi {
    width: 100%;
    margin: 0 auto;
    max-width: 353px;
    position: relative;
    z-index: 99;
}

.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;
    width: 20px;
}

.header__navi--list li:last-child:after {
    content: '＞';
    left: 0;
}

.header__contact {
    width: 100%;
    margin: 0 auto;
    max-width: 353px;
}

.header__contact--btn {
    font-size: 15px;
    font-weight: bold;
    background-color: #345be5;
    background-image: url(../img/common/icon_mail.png);
    background-repeat: no-repeat;
    background-size: 35px;
    padding: 18px 0 19px 82px;
    background-position: center left 33px;
    text-align: left;
    max-width: 300px;
    margin: 16px auto 0;
}

.header .sp-menu {
    display: block;
    width: 32px;
    height: 32px;
    position: relative;
    margin-right: 3%;
}

.header .sp-menu span {
    display: block;
    width: 32px;
    height: 2px;
    background: #345be5;
    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);
}

/* mv */
.mv {
    /* height: 400px; */
    background-image: none;
    /* background-position: top center; */
    /* display: none; */
}

.mv__text {
    padding: 0 3%;
}

.mv__text:after {
    width: 128px;
    height: 47px;
    bottom: -46px;
    right: 5%;
}

.mv__text--ttl {
    font-size: 30px;
}

.mv__text--ttl span img {
    width: 180px !important;
}

.mv__text--read {
    font-size: 16px;
}

/* section */
.section {
    padding: 40px 3% 60px;
}

.section__ttl {
    font-size: 21px;
}

.section__ttl .en {
    font-size: 14px;
}

.section__read {
    font-size: 14px;
}

.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__box01--lbox {
    width: 100%;
    order: 2;
    padding: 12px 0 0 0;
    display: block;
}

.product_sec01 .section__box01--lbox {
    width: 100%;
    order: 0;
    padding: 12px 0 0;
}

.section__box01--lbox h3 {
    font-size: 17px;
    margin: 0 0 8px;
    padding: 8px 10px;
}

.section__box01--lbox p {
    font-size: 14px;
    padding: 0 10px;
}

.section__box01--rbox {
    width: 100%;
    order: 1;
    text-align: center;
    display: block;
    margin: 20px 0 0;
}

.section__box01.reverse .section__box01--lbox {
    padding: 12px 0 0 0;
}

.product_sec01 .section__box01.reverse .section__box01--lbox {
    order: -1;
    padding: 12px 0 0 0;
}

.section__box02 {
    padding: 35px 3% 35px;
}

.section__text {
    font-size: 14px;
}

.section__map iframe {
    height: 320px;
}

.section__ttl03 {
    font-size: 24px;
}

.section__ttl04 {
    font-size: 18px;
}

.section__ttl04:before {
    width: 16px;
    height: 16px;
    top: 7px;
}

.section__nametext {
    font-size: 14px;
    text-align: right;
}

.section__nametext .name {
    font-size: 18px;
    top: 0px;
    padding: 0 0 0 0;
    display: block;
}

.section__list03 {
}

.section__list03 li {
    text-align: left;
    font-size: 16px;
}

.section__list04 {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.section__list04 li {
    width: 100%;
    margin: 0 auto 42px;
    max-width: 460px;
}

.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;
}

.btn02 {
    font-size: 17px;
    padding: 20px 6% 22px;
}

.btn02:after {
    right: 6%;
}

.btn01 {
    font-size: 14px;
    padding: 12px 0 14px;
}

.btn01:after {
    right: 30px;
}

.contact__bnr--itembox {
    justify-content: center;
}

.contact__bnr--itembox .lbox {
    width: 254px;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 0 20px;
}

.contact__bnr--tel {
    font-size: 30px;
    padding: 0;
    display: inline-block;
}

.contact__bnr--text {
    font-size: 15px;
    padding: 0 4px 0 0;
}

.contact__bnr--itembox .rbox {
    width: 100%;
}

.mail__btn {
    font-size: 15px;
    background-size: 24px;
    padding: 18px 0 19px 95px;
    background-position: center left 33px;
    max-width: 327px;
    margin: 0 auto;
}

.mail__btn:hover {
}

.center {
}

.f18 {
    font-size: 15px;
}

.f22 {
}

.mb100 {
    margin-bottom: 50px;
}

.mb90 {
}

.mb80 {
    margin-bottom: 40px;
}

.mb70 {
    margin-bottom: 35px;
}

.mb60 {
    margin-bottom: 30px;
}

.mb50 {
}

.mb40 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 15px;
}

.mb20 {
}

.mb10 {
}

/* top__ */
.top__sec01 {
    padding: 30px 3% 50px;
}

.top__sec01 .section__ttl {
    margin: 0 0 20px;
}

.top__sec01 .section__read {
    margin: 0 0 35px;
}

.top__sec02 {
    padding: 40px 3% 40px;
}

.top__sec02 .inner {
}

.top__sec02 .section__ttl {
    margin: 0 0 20px;
}

.top__sec02 .section__read {
    margin: 0 0 35px;
}

.top__sec02 .section__box01 {
    margin: 0 0 0px;
    justify-content: center;
    display: block;
}

.top__sec03 {
    padding: 30px 3% 30px;
}

.top__sec03 .inner {
}

.top__sec03 .section__ttl {
    margin: 0 0 20px;
}

.top__sec03 .section__read {
    margin: 0 0 35px;
}

.section .top__news--list {
    max-width: 400px;
    margin: 0 auto;
}

.top__news--list {
}

.top__news--list li {
    text-align: left;
    margin: 0 0 20px;
}

.top__news--link {
    font-size: 14px;
    text-align: left;
}

.top__news--link:after {
    content: none;
}

.top__news--link .date {
    display: block;
    padding: 0;
}

.top__sec04 {
    padding: 30px 3% 50px;
}

.top__sec04 .section__ttl {
    margin: 0 0 30px;
}

.top__sec05 {
    padding: 30px 0 0;
}

.top__sec05 .section__ttl {
    margin: 0 0 20px;
}

.top__sec05 .section__text.center {
    margin: 0 0 35px;
}

/* aside */
.contact__bnr {
    padding: 30px 3% 32px;
}

.contact__bnr .inner {
    padding: 30px 3.5% 33px;
}

.contact__bnr .section__ttl {
    margin: 0 0 15px;
}

/* footer */
.footer {
    padding: 30px 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%;
    order: 2;
}

.footer__navi--list {
    justify-content: space-between;
    max-width: 340px;
    margin: 0 auto;
}

.footer__navi--list li {
    width: 48%;
}

.footer__right {
    width: 100%;
    order: 1;
    margin: 0 0 30px;
}

.footer__logo {
    padding: 0;
    width: 247px;
    margin: 0 auto;
    width: 150px;
}

.footer__address {
    line-height: 1.8;
    max-width: 340px;
    margin: 0 auto;
    text-align: center;
}

.copyright {
    font-size: 12px;
}

/* lower */
.lower-mv {
    height: 120px;
}

.lower-mv .inner {
}

.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 {
    padding: 10px 3% 12px;
}

.section__ttl02 {
    font-size: 17px;
    padding: 13px 0 14px;
}

.btn03 {
    font-size: 15px;
    padding: 14px 14px 14px;
}

.btn03.twitter {
    padding: 18px 23px 20px 74px;
    background-size: 28px;
    background-position: center left 24px;
}

.btn03::after {
    right: 10px;
}

.btn03:hover {
}

.product__sec01 {
    padding: 30px 3% 40px;
}

.product__sec01 .section__ttl02 {
    margin: 0 0 25px;
}

.product__sec01 .section__text {
    margin: 0 0 40px;
}

.product__sec02 {
    padding: 50px 3% 40px;
}

.product__sec02 .section__ttl02 {
    margin: 0 0 25px;
}

.product__sec02 .section__text {
    margin: 0 0 40px;
}

.product__sec03 {
    padding: 50px 3% 40px;
}

.product__sec03 .section__ttl02 {
    margin: 0 0 25px;
}

.product__sec03 .section__text {
    margin: 0 0 40px;
}

.product__sec04 {
    padding: 50px 3% 70px;
}

.product__sec04 .section__ttl02 {
    margin: 0 0 25px;
}

.product__sec04 .section__text {
    margin: 0 0 40px;
}

.dayservice__sec01 {
    padding: 30px 3% 55px;
}

.dayservice__sec01 .section__ttl02 {
    margin: 0 0 25px;
}

.dayservice__sec01 .section__read {
    margin: 0 0 40px;
}

.dayservice__sec01 .section__box01 {
    margin: 0 0 45px;
}

.dayservice__sec01 .btn01 {
    width: 90%;
}

.dayservice__sec01 .btn01:after {
    right: 18px;
    top: 26px;
}

.dayservice__sec02 {
    padding: 55px 3% 55px;
}

.dayservice__sec02 .section__ttl02 {
    margin: 0 0 25px;
}

.dayservice__sec02 .section__read {
    margin: 0 0 40px;
}

.dayservice__sec02 .section__box01 {
    margin: 0 0 45px;
}

.dayservice__sec02 .btn01 {
    width: 90%;
}

.dayservice__sec02 .btn01:after {
    right: 18px;
    top: 26px;
}

.dayservice__sec03 {
    padding: 55px 3% 85px;
}

.dayservice__sec03 .section__ttl02 {
    margin: 0 0 25px;
}

.dayservice__sec03 .section__read {
    margin: 0 0 40px;
}

.dayservice__sec03 .section__box01 {
    margin: 0 0 45px;
}

.dayservice__sec03 .btn01 {
    width: 90%;
}

.dayservice__sec03 .btn01:after {
    right: 18px;
    top: 26px;
}

.aboutus__sec01 {
    padding: 35px 3% 50px;
}

.aboutus__sec01 .section__ttl03 {
    margin: 0 0 25px;
}

.aboutus__sec01 .section__read {
    margin: 0 0 25px;
}

.aboutus__sec01 .section__text {
    margin: 0 0 35px;
}

.president-block {
}

.president-block .inner {
}

.president-block .section__ttl03 {
    margin: 0 0 30px;
}

.president-imgtxt {
    margin: 30px 0 0;
    display: block;
}

.president-imgtxt .img {
    width: 100%;
    margin: 0 0 20px;
}

.president-imgtxt .img::before {
    display: none;
}

.president-imgtxt img {
}

.president-imgtxt .txt {
    width: 100%;
    padding: 0;
}

.president-imgtxt p {
    font-size: 14px;
    font-weight: 500;
}

.president-imgtxt p.name {
    font-size: 12px;
    text-align: center;
}

.president-imgtxt p.name span {
    margin: 0 0 0 10px;
    font-size: 20px;
    top: 1px;
}

.aboutus__sec02 {
    padding: 55px 3% 50px;
}

.aboutus__sec02 .section__ttl03 {
    margin: 0 0 25px;
}

.aboutus__sec02 .section__text {
    margin: 0 0 35px;
}

.aboutus__sec03 {
    padding: 55px 3% 50px;
}

.aboutus__sec03 .section__ttl03 {
    margin: 0 0 25px;
}

.aboutus__sec04 {
    padding: 55px 3% 50px;
}

.aboutus__sec04 .section__ttl03 {
    margin: 0 0 25px;
}

.aboutus__sec04 .section__box02 {
    margin: 0 0 40px;
}

.aboutus__sec04 .section__ttl04 {
    margin: 0 0 20px;
}

.aboutus__sec04 .section__table01 {
    margin: 0 0 25px;
}

.news__sec01 {
    padding: 35px 3% 110px;
}

.news__list li {
    padding: 0 0 40px 0;
    margin: 0 0 40px;
}

.news__list--date {
    width: 100%;
    font-size: 18px;
}

.news__list--contents {
    width: 100%;
}

.news__list--contents .news__list--ttl {
    margin: 0 0 16px;
}

.news__list--ttl {
    font-size: 18px;
}

.news__list--contents .section__text {
    margin: 0 0 24px;
}

.news__list--contents .btn01 {
    margin: 0 auto 0 auto;
}

.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;
}

.news-detail__sec01 {
    padding: 35px 3% 70px;
}

.news-detail__sec01 .date {
    font-size: 18px;
}

.news-detail__sec01 .news__list--ttl {
    margin: 0 0 30px;
}

.news-detail__sec01 .entry-content {
    padding: 0 0 40px;
}

.entry-content p {
    font-size: 14px;
    margin: 0 0 15px;
}

.entry-content img {
    padding: 0 0 20px;
}

.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;
}

.policy__sec01 {
    padding: 35px 3% 110px;
}

.policy__sec01 .section__ttl03 {
    margin: 0 0 30px;
}

.policy__sec01 .section__text.center {
    margin: 0 0 20px;
}

.section__definitionlist {
    padding: 30px 0 0;
}

.contact__sec01 {
    padding: 35px 3% 80px;
}

.contact__sec01 .inner {
}

.contact__sec01 .section__text {
    margin: 0 0 30px;
}

.contact__sec01 .c-form {
}

.c-form {
}

.c-form .c-form__ttl {
}

.c-form__ttl {
    font-size: 18px;
    text-indent: -0.6rem;
}

.c-form dl {
    margin: 0 0 35px;
}

.c-form dt {
    font-size: 14px;
}

.c-form .must {
    font-size: 12px;
}

.c-form dd {
}

.c-form label {
    font-size: 14px;
    padding: 0 0px 0 0;
    width: 100%;
    display: block;
    margin: 0 0 12px;
}

.c-form .c-form__radio-input {
}

.c-form__radio-input {
    width: 18px;
    height: 18px;
    margin: 0 6px 0px 0px;
    position: relative;
    top: -1px;
}

.c-form .c-form__text {
}

.c-form__text {
    font-size: 14px;
}

.c-form .c-form__textarea {
}

.c-form__textarea {
}

.c-form .submitbtn {
}

.submitbtn {
}

.sdgs-support {
    display: block;
    max-width: 100%;
    margin: 0 0 30px;
}

.sdgs-support .img {
    margin: 0 auto 30px;
}

.sdgs-support img {
}

.sdgs-support .txt {
    width: 100%;
    border: none;
    padding: 0;
    text-align: center;
}

.sdgs-support p {
    font-size: 16px;
}

.sdgs-seventeen {
    padding: 18px;
}

.sdgs-seventeen p {
    font-size: 12px;
}

.sdgs-seventeen span {
    top: 0px;
    width: 16px;
    height: 16px;
    line-height: 15px;
}

.sdgs-slider__wap {
    padding: 0 40px 30px;
    max-width: 400px;
}

.sdgs-slider__wap .sdgs-slider {
}

.sdgs-slider {
}

.sdgs-slider li {
}

.sdgs-slider .wapper {
}

.sdgs-slider h3 {
}

.sdgs-slider img {
}

.sdgs-slider .icon-list {
}

.sdgs-slider .icon-list span {
}

.sdgs-slider h4 {
}

.sdgs-slider h4 span {
}

.sdgs-slider .t1 {
}

a.contact__bnr--fax.hv {
    font-size: 30px;
    /* background-size: 32px 32px; */
    padding: 0;
    /* background-position: top 8px left; */
    display: inline-block;
}

.flex-rec {
    display: flex;
    align-items: center;
    gap: 35px;
    height: auto;
    flex-direction: column;
}

.section__table01 tbody tr th {
    width: 100%;
    padding: 5px 10px;
    font-weight: bold;
    border-bottom: none;
    float: none;
    display: block;
}

.section__table01 tbody tr td {
    width: 100%;
    padding: 10px 10px;
    margin: 0 0 10px;
    float: none;
    display: block;
}

.recruit-lead {
    font-size: 20px;
}

.motomeru {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 60px;
    flex-direction: column;
    gap: 0;
}

.motomeru_left {
    font-size: 25px;
    font-weight: bold;
    color: white;
    padding: 9%;
    background: #345be5;
    border-radius: 100px;
    margin-bottom: 30px;
}

.president_section {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin: auto;
    /* width: 70vw; */
    min-width: auto;
}

.product_sec01 .section__box01--lbox.wide {
}

.section__box01--imgs {
}

.section__box01--imgs ul {
}

.section__box01--imgs li {
    width: 100%;
    margin: 0 0 20px;
}

.section__box01--imgs img {
    height: 320px;
    max-width: 460px;
    max-width: 100%;
}

.contact__bnr--tel::before {
    width: 40px;
    height: 40px;
}

.contact__bnr--fax::before {
    width: 40px;
    height: 40px;
}

.section__list02 .centerlong a {
    width: 100%;
}

.access_block-img {
    padding: 0 5%;
}

.access_block-img img {
}
