﻿body {
    color: #111;
    font-family: "YakuHanMP", "Sawarabi Mincho", serif, serif;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: .1rem;
    -webkit-font-smoothing: antialiased;
    background: #424242;
}

a {
    color: #F8E859;
    text-decoration: none;
    transition: all 0.3s ease
}

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

.color1 {
    color: #933338
}

.bold {
    font-weight: bold
}

@keyframes hd-scrolled {
    0% {
        opacity: 0;
        transform: translate(0, -100%)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

#header {
    width: 100%;
    z-index: 2;
    background-color: #F8E859
}

#header .inner {
    min-width: 1200px;
    margin: 0 auto
}

#header .inner #logo {
    float: left;
    width: 310px;
    margin-top: 10px;
    padding-left: 10px
}

#header .inner #tel {
    float: right;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
    padding: 5px 5px 0 0
}

#header .inner #tel #telwrap {
    width: 215px;
    height: 75px
}

#header .inner #tel #telwrap #tel1 a,
#header .inner #tel #telwrap #tel2 a {
    display: block;
    font-weight: bold;
    margin-top: -10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 25px
}

#header .inner #tel #telwrap #tel1 a:before,
#header .inner #tel #telwrap #tel2 a:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f2a0";
    margin-right: 5px
}

#header .inner #tel #telwrap #tel2 a {
    background: #F8E859;
    color: #fff
}

#header .inner #tel #head_mail {
    float: right
}

#header .inner #tel #head_mail a {
    display: block;
    background: #E5B25D;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 2rem;
    width: 50px;
    height: 50px;
    padding-top: 5px;
    text-align: center;
    position: relative
}

#header .inner #tel #head_mail a span {
    position: absolute;
    display: block;
    bottom: 0;
    font-size: 14px;
    text-align: center;
    left: 0;
    right: 0
}

#header .inner #tel #head_mail a:hover {
    opacity: .5
}

#header.scrolled {
    position: fixed;
    top: 0;
    width: 100%;
    animation: hd-scrolled 0.65s cubic-bezier(0.2, 1, 0.2, 1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    z-index: 300;
    background: #F8E859
}

#navi {
    float: right;
    margin: 0 auto;
    background-color: #F8E859;
    padding: 25px 0 10px;
    margin-right: 5px
}

#navi ul {
    width: 600px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap
}

#navi ul li a {
    padding: 0 12px;
    font-size: 14px;
    display: block;
    position: relative;
    color: #424242;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center
}

#navi ul li a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #424242;
    content: '';
    transition: all 0.3s ease-in-out 0s
}

#navi ul li a:hover:before {
    width: 100%
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999
}

#page-top a {
    display: block;
    background: #E5B25D;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-family: 'FontAwesome';
    font-size: 1.2rem;
    text-align: center
}

#page-top a:hover {
    opacity: 0.6
}

.foot_navi {
    padding: 20px 0
}

.foot_navi ul {
    margin: 0 auto;
    width: 1000px
}

.foot_navi ul li {
    float: left;
    width: 166.66667px
}

.foot_navi ul li a {
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    font-size: 12px
}

.foot_navi ul li a:before {
    content: "";
    background-color: #E5B25D;
    width: 10px;
    height: 4px;
    position: absolute;
    top: .45em;
    left: 0
}

.foot_navi ul li a:hover {
    color: #F8E859
}

#footer {
    background: #F8E859;
    border-top: 4px solid #E5B25D;
    color: #fff
}

#footer .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0
}

#footer .inner .flogo {
    width: 350px;
    float: right;
    margin-top: 15px
}

#footer .inner .address {
    font-size: 1.2rem;
    margin-bottom: 10px
}

#footer .inner .copyright {
    font-size: 1.2rem
}

#slideshow {
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.bg_contact {
    background: url(../img/bg_contact.jpg) no-repeat center;
    background-size: cover;
    color: #FFFFFF
}

.bg_contact .inner {
    background: rgba(66, 66, 66, 0.6);
    padding: 10px 0
}

.mtitle-g {
    color: #424242;
}

/* .bg_contact .inner .mtitle, */
.bg_contact .inner,
.bg_contact .inner .mtitle2,
.bg_contact .inner .mtitle-w {
    color: #fff
}

.bg_contact .inner .mtitle span,
.bg_contact .inner .mtitle2 span,
.bg_contact .inner .mtitle-w span {
    color: #FFFFFF
}

.contact_bnr {
    text-align: center
}

.contact_bnr li {
    display: inline-block;
    margin: 0 15px
}

.bnr_tel,
.bnr_mail {
    display: block;
    padding: 6px 30px;
    font-size: 2rem;
    font-weight: bold
}

.bnr_tel {
    border: 1px solid #FFFFFF;
    background: rgba(229, 178, 93, 0.7)
}

.bnr_tel:before {
    font-family: 'FontAwesome';
    content: "\f095";
    margin-right: 10px
}

.bnr_mail {
    border: 1px solid #E5B25D;
    background: #F8E859
}

.bnr_mail:hover {
    background: #523A34;
    color: #fff !important;
}

.bnr_mail:before {
    font-family: 'FontAwesome';
    content: "\f0e0";
    margin-right: 10px
}

.single {
    width: 1000px;
    margin: 0 auto;
    padding: 80px 0
}

.single02 {
    width: 100%;
    padding: 80px 0
}

.lsingle,
.rsingle {
    width: 48.44%
}

.lsingle {
    float: left
}

.rsingle {
    float: right
}

@keyframes view-zoomin {
    0% {
        opacity: 0;
        transform: scale(0.95)
    }

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

@keyframes view-slideup {
    0% {
        opacity: 0;
        transform: translate(0, 35px)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

.animation {
    opacity: 0
}

.slideup.on {
    opacity: 1;
    animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1)
}

.zoomin.on {
    opacity: 1;
    animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1)
}

.mtitle,
.mtitle2,
.mtitle-g,
.mtitle-w {
    font-size: 1.7rem;
    color: #F8E859;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 30px;
    text-align: center
}

.mtitle span,
.mtitle2 span,
.mtitle-g span,
.mtitle-w span {
    display: block;
    font-size: 4rem;
    color: #fff
}

.mtitle2 {
    text-align: left
}

.mtitle-w {
    color: #fff
}

.mtitle-w span {
    color: #fff
}

.mtitle-g {
    color: #424242;
}

.mtitle-g span {
    color: #424242;
}

.mtitle3 {
    font-weight: bold;
    font-size: 2.8rem
}

.mtext1 {
    font-size: 2.5rem;
    color: #E5B25D;
    font-weight: normal;
    text-align: left
}

.mtext2 {
    font-size: 2.5rem;
    color: #E5B25D;
    font-weight: normal;
    text-align: center
}

.mtitle_middle {
    font-size: 1.8rem;
    border-bottom: 2px solid #ccc;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 5px
}

/* .mtitle_middle:first-letter {
    font-size: 2rem
} */

.mtitle_middle:after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 2px solid #F8E859;
    bottom: -2px;
    width: 100px;
    color: #aaa
}

.mtitle_middle span {
    font-size: .8rem
}

.mtitle_small {
    font-size: 1.6rem;
    position: relative;
    padding-left: 20px
}

.mtitle_small:before {
    content: "";
    background-color: #F8E859;
    width: 10px;
    height: 4px;
    position: absolute;
    top: .7em;
    left: 0
}

.btn01 {
    display: block;
    box-sizing: border-box;
    margin: 30px auto 0;
    width: 300px
}

.btn01 a {
    display: block;
    padding: 16px 0;
    background: #F8E859;
    color: #424242;
    font-weight: 500;
    text-align: center;
    letter-spacing: .14em;
    border: 1px solid #F8E859;
    border-radius: 4px;
    text-indent: .5em
}

.btn01 a:after {
    content: "→";
    margin-left: .5em
}

.btn01 a:hover {
    background: #FFFFFF;
    color: #F8E859
}

.news-bl {
    overflow: hidden;
    margin: 15px auto 30px
}

.news-bl dt {
    float: left;
    width: 8em;
    padding: 3px 5px;
    line-height: 1.3;
    background: url(../img/bg_alm.jpg) repeat left top;
    border: 1px solid #aaa;
    color: #333;
    text-align: center
}

.news-bl dd {
    padding: 0 0 10px 9em;
    line-height: 1.6;
    border-bottom: 1px dotted #aaa;
    margin: 0 0 10px;
	color:#fff;
}

.news-bl dd:last-child {
    margin: 0 0 10px;
    border-bottom: none
}

.bg-01 {
    background: url(../img/topimg01.png);
    -webkit-background-size: cover;
    background-size: cover
}

.bg-02 {
    background: url(../img/topimg07.png);
    -webkit-background-size: cover;
    background-size: cover
}

.mbox {
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    margin: 0 auto
}

.mbox .mbox-text {
    padding: 20px;
    display: block;
    background: #fff
}

.concept-wrap {
    position: relative;
    padding: 50px 0;
    margin-bottom: 60px
}

.concept-wrap .bg-back {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f0f0f0;
    width: 50%;
    height: 100%
}

.concept-wrap .concept-inner {
    position: relative;
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px
}

.concept-wrap .figure {
    position: absolute;
    top: 0;
    right: 0;
    display: table-cell;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 74%;
    height: 100%
}

.concept-wrap .fig01 {
    background-image: url("../img/topimg06.png");
}

.concept-wrap .in-wrap {
    position: relative;
    float: left;
    width: 530px;
    padding: 50px 0
}

.concept-wrap .in-wrap .concept-box {
    background-color: rgba(255, 255, 255, 0.8);
    width: 472px;
    padding: 50px 30px
}

.concept-wrap .in-wrap .concept-box .conts-sub_ttl {
    color: #424242;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 15px
}

.snip_parent {
    padding: 50px 0
}

.snip_parent .snip {
    font-family: 'Raleway', Arial, sans-serif;
    color: #FFFFFF;
    position: relative;
    float: left;
    overflow: hidden;
    max-width: 50%;
    width: 100%;
    background: #FFFFFF
}

.snip_parent .snip * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease
}

.snip_parent .snip img {
    opacity: 0.8;
    width: 100%;
    vertical-align: top;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s
}

.snip_parent .snip figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.snip_parent .snip figcaption>div.one {
    height: 40%;
    overflow: hidden;
    width: 100%;
    position: relative
}

.snip_parent .snip figcaption>div.two {
    height: 60%;
    overflow: hidden;
    width: 100%;
    position: relative
}

.snip_parent .snip figcaption>div.two h3,
.snip_parent .snip figcaption>div.two p {
    position: absolute;
    top: 0;
    text-transform: uppercase;
    width: 100%;
    text-align: center
}

.snip_parent .snip figcaption>div.two h3 {
    bottom: 0;
    font-size: 3rem;
    font-weight: normal
}

.snip_parent .snip figcaption>div.two h3 span {
    display: block;
    font-size: 2rem
}

.snip_parent .snip figcaption>div.two p {
    display: none;
    top: 100px
}

.snip_parent .snip:hover {
    background: #000000
}

.snip_parent .snip:hover figcaption>div.one {
    height: 25%;
    overflow: hidden;
    width: 100%;
    position: relative
}

.snip_parent .snip:hover figcaption>div.two {
    height: 75%;
    overflow: hidden;
    width: 100%;
    position: relative
}

.snip_parent .snip:hover figcaption>div.two p {
    display: block
}

.snip_parent .snip:hover img {
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.snip_parent .snip a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute
}

.tbl {
    width: 100%
}

.tbl th,
.tbl td {
    vertical-align: middle;
    border: 1px solid #CCCCCC;
    padding: 10px
}

.tbl th {
    background: #F3F3F3
}

.tbl01 th {
    width: 30%
}

.table-mini {
    width: 100%
}

.table-mini th,
.table-mini td {
    vertical-align: middle;
    padding: 3px 5px;
    font-size: 13px
}

.table-mini th {
    width: 30%
}

.table-mini tr:nth-child(even) {
    background-color: rgba(185, 64, 71, 0.2)
}

.ggmap {
    position: relative;
    padding-bottom: 21.25%;
    height: 0;
    overflow: hidden
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.characteristic .child {
    float: left;
    width: 48.44%;
    margin: 0 3% 3% 0;
    box-sizing: border-box;
    border: 1px solid #CCCCCC
}

.characteristic .child:nth-child(2n) {
    margin: 0 0 3% 0
}

.characteristic .child dt {
    background: #F8E859;
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding: 5px
}

.characteristic .child dd {
    padding: 10px
}

.list_common li,
.list_note li,
.list_note2 li {
    padding-bottom: 10px;
    padding-left: 1rem;
    margin-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC
}

.list_common li:last-child,
.list_note li:last-child,
.list_note2 li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.list_note li,
.list_note2 li {
    padding: 3px;
    display: inline;
    padding-right: 10px;
    border-bottom: none
}

.list_note li:before,
.list_note2 li:before {
    content: "◆";
    margin-right: 5px;
    color: #933338
}

.list_note2 li {
    display: block
}

.list_note2 li.no-circle:before {
    display: none
}

.list_note2 li:before {
    font-family: "FontAwesome";
    content: "\f111";
    font-weight: bold;
    margin-right: 5px;
    color: #c00
}

.works_list {
    padding: 5px
}

.works_list li {
    padding: 3px 0;
    border-bottom: 1px dotted rgba(185, 64, 71, 0.5)
}

.works_list li:before {
    font-family: "FontAwesome";
    content: "\f138";
    color: #F8E859;
    margin-right: 5px
}

.cut {
    overflow: hidden;
    zoom: 1
}

.w300 {
    width: 300px
}

.spbr {
    display: none
}

.page_title_box {
    padding: 80px 0
}

.page_title_box .page_title {
    text-align: center;
    font-size: 5rem;
    line-height: 1.2;
    color: #FFFFFF;
    font-weight: normal;
    letter-spacing: .5rem;
    -webkit-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
    -ms-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5)
}

.page_title_box .page_title span {
    display: block;
    font-size: 1.5rem;
    font-family: 'Montserrat', sans-serif
}

.page_title_box01 {
    background: url(../img/aboutimg02.jpg) no-repeat center;
    background-size: cover;
    background-position: 50% 10%
}

.page_title_box02 {
    background: url(../img/businessimg01.jpg) no-repeat center;
    background-size: cover
}

.page_title_box03 {
    background: url(../img/worksimg01.jpg) no-repeat center;
    background-size: cover
}

.page_title_box04 {
    background: url(../img/recruitimg01.jpg) no-repeat center;
    background-size: cover
}

.page_title_box05 {
    background: url(../img/contactimg01.jpg) no-repeat center;
    background-size: cover
}

.breadcrumb_box {
    padding: 10px 0;
    border-bottom: 1px solid #757575;
    background: #9e9e9e
}

.breadcrumb_box .breadcrumb {
    margin: 0 auto;
    width: 1000px;
    padding-left: 0
}

.breadcrumb_box .breadcrumb li {
    display: inline
}

.breadcrumb_box .breadcrumb li+li:before {
    margin: 0 10px;
    content: ">"
}

.form dl dt {
    float: left;
    width: 280px;
    padding-top: 20px
}

.form dl dt span {
    color: #fff;
    background: #FF4F4F;
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 2px;
    position: relative;
    top: -2px
}

.form dl dd {
    padding-left: 280px;
    padding-bottom: 20px;
    padding-top: 23px;
    line-height: 1.5;
    border-bottom: 1px solid #eee
}

.form dl dd:last-child {
    border-bottom: none
}

.form .textarea,
.form textarea {
    border: 1px solid #ddd;
    padding: 5px;
    width: 80%;
    border-radius: 0;
    -webkit-appearance: none
}

.form .textarea {
    height: 20px
}

.form .textarea02 {
    width: 37.5%;
    margin-right: 3%
}

.form .textarea02:last-child {
    margin-right: 0
}

.form .textarea03 {
    width: 20%;
    margin-right: 1%
}

.form button {
    cursor: pointer;
    position: relative;
    display: block;
    color: #424242;
    text-align: center;
    background: #F8E859;
    border: 1px solid #F8E859;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 15px 0;
    transition: all 0.2s ease-in-out 0s;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "Yu Gothic", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    width: 300px;
    margin: 0 auto
}

.form button:hover {
    background: #424242;
    color: #F8E859
}

.form button:before {
    font-family: 'FontAwesome';
    content: "\f0e0";
    margin-right: 10px
}

.form .select-wrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 192px;
    min-width: 12em;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #333
}

.form .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    display: block;
    width: 200%;
    width: -webkit-calc(100% + 5em);
    margin: 0;
    padding: 11px 35px 11px 11px;
    padding: .6875rem 2.1875rem .6875rem .6875rem;
    background: transparent;
    border: 0;
    outline: none;
    line-height: 1.5
}

.form .entypo-down-open-mini:before {
    font-family: "FontAwesome";
    content: "\f0ab";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 12px;
    right: .75rem;
    margin-top: -8px;
    margin-top: -.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #F8E859
}

.form label.radio_text {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding-left: 20px;
    display: inline-block
}

.form label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 0px;
    top: 2px;
    content: '';
    z-index: 3
}

.form label.radio_text:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 3px;
    top: 5px;
    background-color: #F8E859;
    z-index: 1
}

.form label.radio_text input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
    box-shadow: 20px -1px #FFFFFF
}

.form label.radio_text input[type="radio"]:checked {
    box-shadow: none
}

.form label.radio_text input[type="radio"]:focus {
    opacity: 0.2;
    box-shadow: 20px -1px #FFF
}

.form label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box
}

.form label.checkbox_text:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
    border: 1px solid #ccc;
    z-index: 3
}

.form label.checkbox_text:after {
    content: '';
    position: absolute;
    top: 40%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #F8E859;
    border-bottom: 3px solid #F8E859;
    transform: rotate(45deg);
    z-index: 1
}

.form label.checkbox_text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px
}

.form label.checkbox_text input[type="checkbox"]:checked {
    box-shadow: none
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
    box-shadow: 40px 0px #666;
    opacity: 0.1
}

.form label.checkbox_text input[type="checkbox"]:focus {
    box-shadow: 41px 0px #EEE
}

.flex-box {
    display: flex;
    flex-wrap: wrap
}

.ceo-img {
    width: 240px
}

.ceo-img img {
    max-width: 100%
}

.ceo-text {
    flex-grow: 1;
    padding-left: 50px
}

.mtitle4 {
    font-size: 3rem;
    margin-bottom: 10px;
    border-bottom: 1px solid #444;
    font-weight: normal
}

.mtitle4 span {
    font-size: 20px;
    color: #aaa;
    padding-left: 10px
}

.faq dt {
    border-bottom: 1px dotted #ddd;
    padding: 5px 0 10px;
    margin-bottom: 10px;
    background: #F8E859;
    color: #fff
}

.faq dt:before {
    font-family: 'FontAwesome';
    content: "\f059";
    margin-right: 5px;
    color: #fff;
    padding-left: 5px;
    font-size: 15px
}

.faq dt a {
    color: #fff
}

.faq dt a:hover {
    text-decoration: underline
}

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

.faq dd:before {
    content: "A.";
    display: block;
    margin-right: 5px;
    color: rgba(185, 64, 71, 0.5);
    font-weight: bold;
    font-size: 25px
}

.dl01 dd {
    padding: 5px 5px 5px 20px;
    background: rgba(185, 64, 71, 0.2);
    margin-bottom: 15px
}

.flex-child2 {
    width: 49%;
    margin: 0 0.5% 10px 0.5%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e3e3e3
}

.flex-child2.column1 {
    width: 99%;
    margin: 0 auto 10px
}

.note {
    padding: 10px;
    background: #eee;
    color: #b62a17;
    font-size: 13px
}

.gallery {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}

.gallery li {
    width: calc((100% - 40px) /3);
    box-sizing: content-box;
    margin: 0 20px 20px 0
}

.gallery li:nth-child(3n) {
    margin-right: 0
}

.gallery li a {
    background: #f2f2f2;
    display: block;
    text-align: center;
    padding: 0px;
    height: 200px;
    vertical-align: middle
}

.gallery li a img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gallery li p {
    font-size: 13px;
    margin: 3px 0 10px
}

@media screen and (max-width: 800px) {
    .gallery li {
        width: calc((100% - 40px) /2);
        box-sizing: content-box;
        margin: 0 10px 20px
    }

    .gallery li:nth-child(2n) {
        margin-right: 0
    }

    /* .gallery li:nth-child(3n) {
        margin: 0 10px 20px
    } */

    /* .gallery li a {
        height: 130px
    } */
}

.bnr-list {
    display: flex;
    flex-wrap: wrap
}

.bnr-list li {
    width: 320px;
    margin-right: 20px
}

.bnr-list li:nth-child(3n) {
    margin-right: 0
}

.bnr li {
    float: left;
    width: 33.33333%
}

.view {
    width: 100%;
    height: 300px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center
}

.view .mask,
.view .content {
    width: 100%;
    height: 300px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

.view img {
    display: block;
    position: relative
}

.view h2 {
    color: #424242;
    text-align: center;
    position: relative;
    font-size: 1.4rem;
    padding: 10px;
    background: #F8E859;
    margin: 30px 0 0 0;
    width: 50%;
    margin-left: auto;
    margin-right: auto
}

.view h3 {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 15px
}

.view p {
    position: relative;
    padding: 15px 0;
    text-align: center;
    font-size: 12px
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 12px;
    background: #424242;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #424242
}

.view a.info:hover {
    background: #FFFFFF;
    color: #424242
}

.view-first img {
    transition: all 0.2s linear
}

.view-first .mask {
    transition: all 0.4s ease-in-out
}

.view-first h2,
.view-first h3,
.view-first p,
.view-first a.info {
    transition: all 0.2s ease-in-out
}

.view-first h3,
.view-first p,
.view-first a.info {
    opacity: 0
}

.view-first h2 {
    transform: translateY(93px)
}

.view-first p {
    transform: translateY(100px)
}

.view-first:hover img {
    transform: scale(1.1)
}

.view-first:hover .mask {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.8)
}

.view-first:hover h3,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px)
}

.view-first:hover h2 {
    transform: translateY(0px)
}

.view-first:hover p {
    transition-delay: 0.1s
}

.view-first:hover a.info {
    transition-delay: 0.2s
}

.fm-text {
    border: 1px solid #aaa;
    padding: 10px;
    font-size: 12px;
    margin: 10px 0;
    background-color: #fff
}

.blogCard {
    display: flex;
    flex-wrap: wrap
}

.blogCard * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.blogBox {
    width: calc((100% - 30px) /4);
    margin: 0 10px 20px 0;
    border: 1px solid #ccc;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.blogBox:nth-child(4n) {
    margin-right: 0
}

figure {
    height: 200px;
    overflow: hidden
}

figure img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

figure:hover img {
    opacity: 1 !important;
    transform: scale(1.1)
}

.blogDate {
    color: #58400d
}

.blogDate:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.blogTitle a {
    color: #e3e3e3
}

.pages {
    text-align: center
}

.page_next,
.page_prev {
    display: inline-block;
    padding: 10px
}

input[type="file"] {
    background-color: #FFF;
}

.p-recruit {
    color: #fff;
    text-align: center;
}

.t-m-100 {
    margin-top: -100px;
}

/* フォームCMS */
.form-contents {
    background: none !important;
    color: #fff !important;
    }

    input[type="file"] {
        background-color: #424242 !important;
    }

.submit-btn {
    background: #F8E859 !important;
    border: 2px solid #F8E859 !important;
    color: #424242 !important;
    }

    .submit-btn::before {
        background: #424242 !important;
        }
    
    .submit-btn:hover {
    background: #424242 !important;
    color: #F8E859 !important;
    }
    
    .submit-btn:hover::before {
    background: #F8E859 !important;
    }
    
    .submit-btn::before {
    transition: all .2s ease-in-out 0s;
    }
/* ---------------------- */