@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
/* PC
----------------------------------*/
.sp_menu {
  display: none;
}

/* SP
----------------------------------*/
@media screen and (max-width: 1368px) {
  /* header */
  #header .phone_txt {
    margin-right: 1em;
  }
  #header .contact_btn {
    margin-right: 1em;
  }
  #header .contact_btn li a,
  #header .contact_btn li button {
    padding: .5em 2em;
  }
  /* navi */
  #navi {
    margin-right: 1em;
  }
  #navi li {
    padding: 0 16px;
  }
  /* contents */
  .single_03 {
    max-width: 90%;
  }
  /* top_works */
  .top_works {
    max-width: 95%;
  }
  /* top_tech */
  .top_tech::before {
    width: 90%;
  }
  .bg_recruit::before {
    left: 0;
  }
}

@media screen and (max-width: 1240px) {
  /* header */
  #header .inner {
    max-width: 95%;
    min-width: 95%;
  }
  #header #logo {
    width: 200px;
  }
  /* navi */
  #navi > li {
    padding: 0 12px;
  }
  /* footer */
  #footer .inner {
    max-width: 95%;
    min-width: 95%;
  }
  /* contents */
  .single_01,
  .single_02,
  .single_03,
  .single_04,
  .single_05,
  .single_06,
  .single_07,
  .single_08 {
    max-width: 90%;
  }
  .single_01,
  .single_02,
  .single_03,
  .single_04,
  .single_09 {
    padding-bottom: 64px;
  }
  .bg_common {
    padding-top: 64px;
  }
  .bg_recruit::before {
    opacity: .3;
  }
}

@media screen and (max-width: 1024px) {
  /* header */
  #header .inner {
    padding: 16px 0;
  }
  #header .phone_txt,
  #header .contact_btn {
    display: none;
  }
  /* navi */
  #navi {
    display: none;
  }
  /* footer */
  #footer .inner {
    padding: 56px 0 80px;
  }
  #footer .foot_address {
    width: 32%;
  }
  #footer .flogo {
    width: 160px;
  }
  /* outer-menu */
  .outer-menu {
    display: block;
  }
  /* slideshow */
  .slide-img {
    height: 70vh;
  }
  #catch {
    width: 72%;
  }
  .scroll_down {
    display: none;
  }
  /* column */
  .column7 > .child {
    width: 18%;
  }
  .column7 > .child:nth-child(5n) {
    margin: 0 0 2% 0;
  }
  .column7 > .child:nth-child(7n) {
    margin: 0 2% 2% 0;
  }
  /* article */
  .article .article_image {
    width: 50%;
  }
  .article .article_detail {
    width: 50%;
  }
  .article .article_detail .inner {
    width: 90%;
  }
  /* table */
  .cell_01 {
    width: 34%;
  }
  /* flex_type */
  .flex_type {
    width: 100%;
  }
  /* box */
  .mbox {
    padding: 48px;
  }
  /* gallery_ul */
  .gallery_ul span {
    font-size: 1.2rem;
  }
  .gallery_ul.gallery_ul_01 li, .gallery_ul.gallery_ul_02 li {
    width: 48.5%;
  }
  .gallery_ul.gallery_ul_01 li:nth-child(3n), .gallery_ul.gallery_ul_02 li:nth-child(3n) {
    margin: 0 3% 3% 0;
  }
  .gallery_ul.gallery_ul_01 li:nth-child(2n), .gallery_ul.gallery_ul_02 li:nth-child(2n) {
    margin: 0 0 3% 0;
  }
  /* greeting_contents */
  .greeting_contents .detail {
    width: 45%;
  }
  /* list */
  .list_half li {
    width: 50%;
  }
  /* new_bnr */
  .new_bnr li {
    height: 320px;
  }
  .new_bnr li .bg {
    height: 320px;
  }
  .new_bnr li .text {
    bottom: 10%;
    left: 5%;
  }
  .new_bnr li .btn {
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
  .new_bnr li .btn:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  /* news_list */
  .news_list li a,
  .news_list li .news_link {
    padding: 15px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news_list li .news_category {
    display: inline-block;
    margin-right: 0;
  }
  .news_list li .news_item_title {
    margin-top: 10px;
    width: 100%;
  }
  /* greeting_v2 */
  .greeting_v2 {
    padding: 50px 0;
  }
  /* flow_v2 */
  .process .box {
    margin: 0 5em 0 2em;
  }
  /* area */
  .area {
    padding: 40px 0 160px;
  }
  .area::before {
    width: 100%;
    opacity: .5;
  }
  .top_property {
    padding: 120px 16px 0 16px;
  }
  .top_property .top_property_image {
    height: 320px;
  }
  .top_property .top_property_title span {
    font-size: 1.4rem;
  }
  /* etc */
  .pc-tcenter {
    text-align: left;
  }
  .pc {
    display: none;
  }
  .tb {
    display: block;
  }
  /* page_title_box */
  .page_title_box .inner {
    width: 95%;
  }
  /* page_title_box_v2 */
  .page_title_box_v2 .inner {
    max-width: 95%;
  }
  .page_image {
    width: 64%;
  }
  /* breadcrumb_box */
  .breadcrumb_box .breadcrumb {
    width: 95%;
  }
  /* sp_navi */
  #sp_navi {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    background-color: #123062;
  }
  #sp_navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sp_navi ul li {
    width: 33.33333%;
    border-top: 1px solid #02060c;
    border-right: 1px solid #02060c;
  }
  #sp_navi ul li:last-child {
    border-right: none;
  }
  #sp_navi ul li a {
    display: block;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-family: "YakuHanJP", "EB Garamond", serif;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  #sp_navi ul li a.sp_home:before {
    font-family: "Font Awesome 5 Free";
    content: "\f015";
    font-weight: 900;
  }
  #sp_navi ul li a.sp_tel:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900;
  }
  #sp_navi ul li a.sp_web:before {
    font-family: "Font Awesome 5 Free";
    content: "\f073";
    font-weight: 900;
  }
  #sp_navi ul li a.sp_contact:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 900;
  }
  #sp_navi ul li a.sp_access:before {
    font-family: "Font Awesome 5 Free";
    content: "\f279";
    font-weight: 900;
  }
  #sp_navi ul li a.sp_menu:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c9";
    font-weight: 900;
  }
  #sp_navi ul li a span {
    display: block;
    font-size: 1.2rem;
  }
  .humb-menu {
    display: block;
  }
  #gnav-btn {
    color: gray;
    padding: 10px;
    font-size: 30px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 100;
    background-color: white;
    border: solid 1px #d1caca;
    border-radius: 3px;
  }
  #gnav-input:checked ~ #gnav-content {
    top: 0;
  }
  #gnav-content {
    position: fixed;
    top: -200%;
    left: 0;
    z-index: 10;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    height: 100vh;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #123062), color-stop(80%, #ff7166));
    background: #fff;
    -webkit-overflow-scrolling: auto;
    overflow: auto;
  }
  .humb-menu__title {
    padding: 1.5rem;
  }
  .humb-menu__title a {
    display: block;
    width: 240px;
  }
  .humb-menu label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.5rem;
    cursor: pointer;
    border-top: .5px solid #ccc;
  }
  .humb-menu input {
    display: none;
  }
  .humb-menu .accshow {
    height: 0;
    overflow: hidden;
  }
  .humb-menu .accshow li a {
    display: block;
    position: relative;
    padding: 16px 16px 16px 24px;
    color: #241e1c;
  }
  .humb-menu .accshow li a:before {
    position: absolute;
    top: 50%;
    left: 2%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    color: #123062;
  }
  .humb-menu .cssacc:checked + .accshow {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  /* footer */
  #footer {
    text-align: center;
  }
  #footer .foot_contents {
    width: 50%;
    margin: 0 auto;
  }
  #footer .foot_address {
    width: 100%;
    border: none;
  }
  #footer .foot_address::after {
    display: none;
  }
  #footer .foot_link {
    display: none;
  }
  #footer .flogo {
    margin: 0 auto 24px;
  }
  /* slideshow */
  .slide-img {
    height: 50vh;
  }
  /* column */
  .column2_tab {
    margin-bottom: 0;
  }
  .column2_tab > .child {
    width: 100%;
    margin: 0 0 20px;
  }
  .column2_tab > .child:nth-child(2n) {
    margin: 0 0 20px;
  }
  .column2_tab > .child:last-child {
    margin: 0;
  }
  .column3 > .child {
    width: 48.5%;
    margin: 0 3% 3% 0;
  }
  .column3 > .child:nth-child(3n) {
    margin: 0 3% 3% 0;
  }
  .column3 > .child:nth-child(2n) {
    margin: 0 0 3% 0;
  }
  .column4 > .child {
    width: 48.5%;
    margin: 0 3% 6% 0;
  }
  .column4 > .child:nth-child(3n) {
    margin: 0 3% 6% 0;
  }
  .column4 > .child:nth-child(2n) {
    margin: 0 0 6% 0;
  }
  /* mtitle */
  .mtitle_greeting {
    font-size: 2.4rem;
  }
  .mtitle_greeting span:after {
    margin: 10px auto 15px;
  }
  /* box */
  .tb_space {
    padding: 0 32px;
  }
  /* ggmap */
  .ggmap {
    padding-bottom: 50.25%;
  }
  .ggmap.ggmap_02 {
    padding-bottom: 50.25%;
  }
  /* contact_v2 */
  .contact_box_v2::before {
    width: 80%;
  }
  .contact_v2 .telephone,
  .contact_v2 .mail_v2 {
    width: 100%;
  }
  .contact_v2 .telephone {
    margin-bottom: 24px;
  }
  /* about */
  .about::before {
    width: 80%;
  }
  /* flow_v2 */
  .flow_v2 figure {
    width: 42%;
  }
  /* catalog_list */
  .catalog_list > li {
    width: 48.5%;
  }
  .catalog_list > li:nth-child(3n) {
    margin: 0 3% 1% 0;
  }
  .catalog_list > li:nth-child(2n) {
    margin: 0 0 1% 0;
  }
  /* restaurant */
  .restaurant .inner {
    max-width: 100%;
    background-color: rgba(247, 249, 253, 0.8);
  }
  .parallax {
    height: 30vh;
    margin-bottom: -160px;
  }
  /* greet_block */
  .greet_txt {
    width: 65%;
    margin-right: 0;
  }
  .type_b .greet_txt {
    margin-left: 0;
  }
  /* greet_v2 */
  .greet_v2::before {
    left: 0;
    width: 100%;
    height: 70%;
    opacity: .4;
  }
  .greet_v2 .inner {
    max-width: 80%;
    margin: 0 auto;
  }
  /* btn */
  .btn_news {
    padding: .5em 1em;
  }
  .top_property {
    padding: 80px 16px 0 16px;
  }
  /* etc */
  .pc {
    display: none;
  }
  .tb_image {
    max-width: 64%;
    margin: 0 auto;
  }
  .column2-2 {
    margin-bottom: 0;
  }
  .column2-2 > .child {
    width: 100%;
    margin: 0 0 20px;
  }
  .column2-2 > .child:nth-child(2n) {
    margin: 0 0 20px;
  }
  .column2-2 > .child:last-child {
    margin: 0;
  }
}

@media screen and (max-width: 667px) {
  /* header */
  #header #logo {
    max-width: 70%;
  }
  /* footer */
  #footer .foot_contents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 88%;
  }
  /* slideshow */
  #catch {
    width: 95%;
  }
  /* contact_list */
  .contact_list li {
    width: 100%;
    margin: 0 0 15px;
  }
  .contact_list li:last-child {
    margin: 0;
  }
  .contact_list li a {
    font-size: 1.6rem;
  }
  /* bg */
  .bg_01::after {
    -webkit-clip-path: polygon(0 0, 70% 0, 100% 10%, 100% 100%, 15% 100%, 0 85%);
    clip-path: polygon(0 0, 70% 0, 100% 10%, 100% 100%, 15% 100%, 0 85%);
  }
  /* column */
  .half {
    margin-bottom: 40px;
  }
  .half > .child {
    width: 100%;
  }
  .column2 {
    margin-bottom: 0;
  }
  .column2 > .child {
    width: 100%;
    margin: 0 0 20px;
  }
  .column2 > .child:nth-child(2n) {
    margin: 0 0 20px;
  }
  .column2 > .child:last-child {
    margin: 0;
  }
  .column3 {
    margin-bottom: 0;
  }
  .column3 > .child {
    width: 100%;
    margin: 0 0 40px;
  }
  .column3 > .child:nth-child(3n) {
    margin: 0 0 40px;
  }
  .column3 > .child:nth-child(2n) {
    margin: 0 0 40px;
  }
  .column3 > .child:last-child {
    margin: 0;
  }
  /*
  .column4 {
    >.child {
      width: 100%;
      margin: 0 0 40px;

      &:nth-child(4n),
      &:nth-child(3n),
      &:nth-child(2n) {
        margin: 0 0 40px;
      }

      &:last-child {
        margin: 0;
      }
    }
  }
  */
  .column5 > .child {
    width: 30%;
  }
  .column5 > .child:nth-child(5n) {
    margin: 0 2% 2% 0;
  }
  .column5 > .child:nth-child(3n) {
    margin: 0 0 2% 0;
  }
  .column6 {
    margin-bottom: 0;
  }
  .column6 > .child {
    width: 100%;
    margin: 0 0 40px;
  }
  .column6 > .child:nth-child(6n) {
    margin: 0;
  }
  .column7 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .column7 > .child {
    width: 48.5%;
  }
  .column7 > .child:nth-child(5n) {
    margin: 0 2% 2% 0;
  }
  .column7 > .child:nth-child(7n) {
    margin: 0 2% 2% 0;
  }
  .column7 > .child:nth-child(2n) {
    margin: 0 0 2% 0;
  }
  /* mtitle */
  .mtitle_page {
    font-size: 3.2rem;
  }
  .mtitle_big {
    font-size: 3.2rem;
  }
  .mtitle_big span {
    font-size: 1.4rem;
  }
  .mtitle_point {
    font-size: 1.6rem;
  }
  .mtitle_small {
    padding: 12px 24px;
  }
  .mtitle_top {
    font-size: 1.8rem;
  }
  .mtitle_sub {
    font-size: 1.6rem;
  }
  .mtitle_greeting {
    margin-bottom: 16px;
    font-size: 2.4rem;
    text-align: center;
  }
  .mtitle_greeting span {
    font-size: 1.4rem;
  }
  .mtitle_ribon {
    font-size: 1.8rem;
  }
  .mtitle_list {
    font-size: 2rem;
  }
  .mtitle {
    font-size: 2rem;
    text-align: center;
  }
  .mtitle_logo {
    max-width: 64%;
  }
  .mtitle_new {
    font-size: 2rem;
  }
  .read {
    padding-left: 32px;
    font-size: 1.6rem;
  }
  .read::before {
    width: 24px;
  }
  /* btn */
  .contact_btn li a,
  .contact_btn li button {
    padding: 0.5em 2em;
  }
  .contact_btn li .contact_w_01 {
    width: 100%;
    padding: 1em 3em;
  }
  /* table */
  .scroll_table {
    overflow: auto;
    white-space: nowrap;
  }
  .scroll_table::-webkit-scrollbar {
    height: 5px;
  }
  .scroll_table::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .scroll_table::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .company th {
    width: 32%;
  }
  /* article */
  .article {
    display: block;
  }
  .article .article_image,
  .article .article_detail {
    width: 100%;
  }
  .article .article_image {
    display: none;
  }
  .article .article_detail {
    padding: 40px 0 50px;
  }
  /* news */
  .news_list li {
    padding: 20px 10px;
  }
  /* sns_list */
  .sns_list {
    display: block;
  }
  .sns_list li {
    width: 100%;
    margin: 0 0 15px;
  }
  .sns_list li:nth-child(3n) {
    margin: 0 0 15px;
  }
  .sns_list li:last-child {
    margin: 0;
  }
  /* ggmap */
  .ggmap {
    padding-bottom: 76.25%;
  }
  .ggmap.ggmap_02 {
    padding-bottom: 76.25%;
  }
  /* flex_type */
  .flex_type .flex_image,
  .flex_type .flex_detail {
    width: 100%;
  }
  .flex_type .flex_image {
    margin-bottom: 20px;
    text-align: center;
  }
  .order {
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
  }
  /* blog */
  .blog_contents .blog_main,
  .blog_contents .blog_side {
    width: 100%;
  }
  .blog_contents .blog_side {
    margin-top: 50px;
  }
  .pages {
    margin-top: 30px;
  }
  .pages .page_next,
  .pages .page_prev {
    display: block;
    float: none;
  }
  .pages .page_next {
    margin-bottom: 10px;
  }
  /* gallery_ul */
  .gallery_ul a {
    height: 140px;
  }
  /* image */
  .vertical_image {
    height: 240px;
  }
  .feature_image {
    height: 190px;
  }
  .tb_image {
    max-width: 72%;
  }
  .point_image {
    height: 240px;
  }
  /* calendar */
  .calendar_box > .calendar {
    width: 100%;
    margin-bottom: 30px;
  }
  .calendar_box > .calendar:last-child {
    margin-bottom: 0;
  }
  /* list */
  .list_half li {
    width: 100%;
  }
  /* new_bnr */
  .new_bnr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .new_bnr li {
    width: 100%;
    height: 180px;
    margin-bottom: 15px;
  }
  .new_bnr li:last-child {
    margin-bottom: 0;
  }
  .new_bnr li .bg {
    height: 180px;
  }
  .new_bnr li .text {
    bottom: 15px;
    left: 5%;
  }
  .new_bnr li .btn {
    bottom: 12px;
    right: 12px;
  }
  /* flow */
  .flow > li dl {
    padding-left: 40px;
  }
  .flow > li dl dt {
    font-size: 1.6rem;
  }
  /* news */
  .news_box .news_title,
  .news_box .news_list,
  .news_box .news_contents {
    width: 100%;
  }
  /* top_bnr */
  .top_bnr .child a {
    display: block;
  }
  .top_bnr .child a .top_bnr_image {
    width: 100%;
    height: 124px;
  }
  .top_bnr .child a .top_bnr_image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: middle;
  }
  .top_bnr .child a .top_bnr_detail {
    width: 100%;
    padding: 16px 8px 32px 8px;
  }
  .top_bnr .child a .top_bnr_detail .caption {
    display: none;
  }
  .top_bnr .child a .top_bnr_detail .top_bnr_ttl {
    font-size: 1.6rem;
  }
  .top_bnr .child a .top_bnr_detail .top_bnr_ttl span {
    font-size: 1rem;
  }
  .top_bnr .child a .top_bnr_detail .top_bnr_btn {
    display: block;
    margin: 10px auto 0;
  }
  /* about_box */
  .about_box .inner {
    padding: 48px 24px 56px;
    font-size: inherit;
  }
  /* contact_v2 */
  .contact_box_v2::before {
    top: -10%;
  }
  .contact_v2 .telephone .title,
  .contact_v2 .telephone .content,
  .contact_v2 .mail_v2 .title,
  .contact_v2 .mail_v2 .content {
    width: 100%;
  }
  .contact_v2 .telephone .title span,
  .contact_v2 .mail_v2 .title span {
    display: inline-block;
    margin-left: .5em;
  }
  .contact_v2 .telephone .content,
  .contact_v2 .mail_v2 .content {
    padding-left: 0;
    padding-top: 12px;
    margin-top: 12px;
    border-left: none;
    border-top: 2px solid #ffb100;
  }
  .contact_v2 .telephone {
    text-align: center;
  }
  /* flow_v2 */
  .flow_v2 > li {
    padding-bottom: 15vw;
    background-position: center bottom 10.5vw;
  }
  .flow_v2 figure {
    position: relative;
    left: 0;
    top: -24px;
    margin: auto;
    width: 90%;
  }
  .process {
    width: 100%;
    min-height: auto;
  }
  .process .box {
    max-width: 85%;
    margin: 7.5vw auto 14vw;
  }
  /* story_list */
  .story_list li {
    width: 48.5%;
    margin: 0 3% 3% 0;
  }
  .story_list li:last-child() {
    margin: 0 3% 3% 0;
  }
  .story_list li:nth-child(2n) {
    margin: 0 0 3% 0;
  }
  /* catalog_list */
  .catalog_list > li {
    width: 100%;
    margin: 0 0 5% 0;
  }
  .catalog_list > li:nth-child(3n), .catalog_list > li:nth-child(2n) {
    margin: 0 0 5% 0;
  }
  /* restaurant */
  .restaurant a {
    padding: 56px 16px;
  }
  .top_main_txt {
    text-align: left;
  }
  /* faq */
  .faq dt {
    padding: 3.2rem 2.4em 3.2rem 5.6rem;
  }
  /* greet_block */
  .greet_img {
    position: relative;
    top: 0;
    width: 100%;
    height: 280px;
  }
  .greet_txt {
    width: 95%;
    background: #fff;
    padding: 32px;
    margin: -40px auto 0;
  }
  .type_b .greet_txt {
    margin: -40px auto 0;
  }
  .greet_block {
    margin: 0 0 60px;
  }
  .greet_block:last-child {
    margin: 0;
  }
  .greet_title {
    text-align: center;
  }
  /* area */
  .area {
    padding: 40px 0;
  }
  .area .inner {
    margin-left: 0;
  }
  .area .area_title {
    font-size: 4rem;
  }
  .area .area_sub_title {
    font-size: 2.4rem;
  }
  /* greet_v2 */
  .greet_v2 .inner {
    max-width: 95%;
  }
  /* top_tech */
  .top_tech {
    text-align: left;
  }
  /* slide_list */
  .slide_list {
    margin-top: 32px;
  }
  /* top_works */
  .top_works {
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  /* top_property */
  .top_property {
    padding: 56px 16px 0 16px;
  }
  .top_property .top_property_image {
    height: 240px;
  }
  .top_property .inner::before {
    border-width: 0 0 56px 96px;
  }
  .top_property .top_property_title {
    font-size: 1.6rem;
  }
  .top_property .top_property_title span {
    font-size: 1rem;
  }
  /* step_v2 */
  .step_v2 .tcenter {
    background-color: #fff;
  }
  .step_line {
    left: 50%;
    z-index: -1;
    margin-left: -1.5px;
    width: 3px;
    height: calc(100% - 20%);
    background-color: #a5bce9;
  }
  /* bnr_miya */
  .bnr_miya {
    max-width: 90%;
    margin: 0 auto 40px;
  }
  .bnr_miya .miya_txt {
    position: relative;
    top: 0;
    width: 100%;
    padding: 56px 24px;
  }
  .bnr_miya_left .miya_img {
    margin-left: 0;
  }
  .bnr_miya_left .miya_txt {
    right: 0;
  }
  .bnr_miya_right .miya_img {
    margin-right: 0;
  }
  .bnr_miya_right .miya_txt {
    left: 0;
  }
  .work_image {
    height: 140px;
  }
  .philosophy .title {
    letter-spacing: .5em;
  }
  /* etc */
  .fleft0,
  .fleft1,
  .fleft2,
  .fright0,
  .fright1,
  .fright2 {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .w200,
  .w300,
  .w350,
  .w400 {
    width: 100%;
  }
  .tb {
    display: none;
  }
  .from {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp_tcenter {
    text-align: center;
  }
  .sp_image {
    margin: 24px auto 0;
    width: 72%;
  }
  .mbox,
  .sbox {
    padding: 32px;
  }
  .tb_space {
    padding: 0 24px;
  }
  .space {
    padding: 0 16px;
  }
  .space_all {
    padding: 0 16px;
  }
  /* page_title_box */
  .page_title_box .inner {
    padding: 56px 0;
  }
  /* page_title_box_v2 */
  .page_title_box_v2 {
    padding: 0 0 32px;
  }
  .page_title_box_v2 .inner {
    padding-top: 32px;
    max-width: 81%;
    min-height: auto;
  }
  .page_title_v2 {
    font-size: 2.4rem;
  }
  .page_image {
    position: relative;
    width: 100%;
    height: 240px;
    top: inherit;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  /* form */
  .form_dl {
    border-bottom: none;
  }
  .form_dl dt,
  .form_dl dd {
    width: 100%;
  }
  .form_dl dt {
    padding: 2% 4% 2.5%;
  }
  .form_dl dd {
    padding: 15px 0;
  }
  .room_slide {
    width: 200px;
    margin: 0 auto;
}
#cboxCurrent{
  bottom: -30px !important;
}
#cboxTitle{
  left: -30px !important;
  text-align: right !important;
  bottom: -30px !important;
}
}
