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

.sp_only {
  display: none;
}

.tab_only {
  display: none;
}

/* SP
----------------------------------*/
@media screen and (max-width: 1240px) {
  .tab_only {
    display: block;
  }
  /* header */
  #header .inner {
    min-width: 100%;
  }
  #header #logo {
    width: 320px;
  }
  #header .contact_btn li a,
  #header .contact_btn li button {
    padding: 0.5em 2em;
  }
  #header:before {
    width: 120px;
    height: 120px;
    top: 45%;
  }
  /* navi */
  #navi {
    margin-right: 1em;
  }
  #navi > li {
    padding: 0 15px;
  }
  /* footer */
  #footer .inner {
    max-width: 95%;
    min-width: 95%;
  }
  /* slideshow */
  /* contents */
}
@media screen and (max-width: 1024px) {
  /* header */
  #header {
    position: relative;
  }
  #header .contact_btn,
  #header .contact {
    display: none;
  }
  /* navi */
  #navi {
    display: none;
  }
  /* outer-menu */
  .outer-menu {
    display: block;
  }
  /* footer */
  /* slideshow */
  #slideshow {
    margin-top: 0;
  }
  .scroll_down {
    display: none;
  }
  /* column */
  /* article */
  .article .article_image {
    width: 50%;
  }
  .article .article_detail {
    width: 50%;
  }
  .article .article_detail .inner {
    width: 90%;
  }
  /* table */
  .tbl_simple {
    font-size: 1.1rem;
  }
  .tbl_simple th,
  .tbl_simple td {
    padding: 10px 7px;
  }
  .cell_01 {
    width: 40%;
  }
  /* 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;
  }
  /* list */
  .list_half li {
    width: 50%;
  }
  /* new_bnr */
  .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;
  }
  /* img_big */
  .img_big .inner div {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  /* news_list */
  .news_list li a,
  .news_list li .news_link {
    padding: 15px 10px;
    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%;
  }
  .greet_img {
    top: -10%;
    height: 120%;
    right: -100px;
  }
  /* greeting_v2 */
  .greeting_v2 {
    padding: 50px 0;
  }
  /* flow_v2 */
  .process .box {
    margin: 0 5em 0 2em;
  }
  .menu_v2 .inner {
    max-width: 36.5%;
  }
  /* contact_area */
  .contact_area .contact_phone span {
    display: block;
  }
  /* 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: 1%;
    left: 0;
    z-index: 4;
    width: 100%;
  }
  #sp_navi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  #sp_navi ul li {
    width: 32%;
  }
  #sp_navi ul li:last-child {
    border-right: none;
  }
  #sp_navi ul li a {
    display: block;
    padding: 5px 0;
    text-align: center;
    background-color: #FF9A00;
    color: #fff;
    font-family: "YakuHanJP", "Jost", sans-serif;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  #sp_navi ul li a.sp_home:before {
    font-family: "Font Awesome 6 Free";
    content: "\f015";
    font-weight: 900;
  }
  #sp_navi ul li a.sp_tel:before {
    font-family: "Font Awesome 6 Free";
    content: "\f095";
    font-weight: 900;
  }
  #sp_navi ul li a.sp_web:before {
    font-family: "Font Awesome 6 Free";
    content: "\f073";
    font-weight: 900;
  }
  #sp_navi ul li a.sp_contact:before {
    font-family: "Font Awesome 6 Free";
    content: "\f0e0";
    font-weight: 900;
  }
  #sp_navi ul li a.sp_access:before {
    font-family: "Font Awesome 6 Free";
    content: "\f279";
    font-weight: 900;
  }
  #sp_navi ul li a.sp_menu:before {
    font-family: "Font Awesome 6 Free";
    content: "\f0c9";
    font-weight: 900;
  }
  #sp_navi ul li a span {
    display: block;
    font-size: 1rem;
  }
  .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;
    transition: 0.3s;
    width: 100%;
    height: 100vh;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #FF9A00), 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: 140px;
  }
  .humb-menu label {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem;
    cursor: pointer;
    border-top: 0.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: #333;
  }
  .humb-menu .accshow li a:before {
    position: absolute;
    top: 50%;
    left: 2%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    content: "\f105";
    font-weight: 900;
    color: #FF9A00;
  }
  .humb-menu .cssacc:checked + .accshow {
    height: auto;
  }
  .probrem_wrap figcaption {
    line-height: 1.3;
  }
  .perfect_wrap figcaption {
    font-size: 1.3rem;
  }
  .contact_wrap p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main_catch {
    top: 30%;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  #slideshow {
    padding: 20px 0 0;
    margin-right: 0;
  }
  #slideshow::before {
    bottom: -50px;
  }
  .main_catch {
    position: initial;
    padding: 0 20px;
  }
  .slide-wrap {
    margin-right: auto;
    max-width: 90%;
  }
  /* footer */
  #footer {
    text-align: center;
  }
  #footer .foot_contents {
    width: 64%;
    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 */
  #catch {
    width: 90%;
  }
  /* column */
  /* mtitle */
  .mtitle_deco {
    display: block;
  }
  .mtitle_deco span:after {
    margin: 10px auto 15px;
  }
  /* box */
  .tb_space {
    padding: 0 32px;
  }
  .middle_box {
    width: 95%;
  }
  .small_box.sp-wide {
    width: 95%;
  }
  /* 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(254, 254, 254, 0.8);
  }
  .parallax {
    height: 30vh;
  }
  /* 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%;
    background-position: top right;
    opacity: 0.7;
  }
  .greet_v2 .inner {
    max-width: 95%;
    margin: 0 auto;
  }
  /* medical */
  .medical .child {
    width: 48.5%;
  }
  .medical .child:nth-child(2n) {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  /* contact_area */
  .contact_area .btn {
    width: 36%;
  }
  /* btn */
  .btn_news {
    padding: 0.5em 1em;
  }
  /* etc */
  .pc {
    display: none;
  }
  .tb_image {
    max-width: 64%;
    margin: 0 auto;
  }
  .sp_only {
    display: block;
  }
  /* ブログ */
  .blog-section .knowledge-cards {
    flex-direction: column;
    align-items: center;
  }
  .blog-section .knowledge-cards .knowledge-card {
    width: 100%;
    max-width: 90%;
  }
  .blog-section .tabs .tab-menu li {
    padding: 10px;
  }
}
@media screen and (max-width: 667px) {
  .blog-section {
    padding: 40px 20px;
  }
  /* header */
  #header {
    padding: 5px;
  }
  #header.is-fixed #logo {
    width: 150px;
  }
  #header #logo {
    width: 150px;
  }
  .problem-list figure {
    padding: 10px;
  }
  .problem-list figure figcaption {
    font-size: 1em;
  }
  .container {
    padding: 40px 0;
  }
  .container--phalf {
    padding: 20px 0;
  }
  .fit-box .col-item {
    padding: 20px;
  }
  .fit-box .col-item .icon {
    padding: 8%;
    max-width: 120px;
  }
  .mtitle_sub {
    margin-bottom: 20px;
  }
  .about-img {
    padding-left: 0;
    justify-content: space-between;
  }
  .about-img img {
    animation: none !important;
    width: 31%;
    border-radius: 10px;
  }
  .about-img img:nth-child(2) {
    transform: none;
  }
  .about-img img:nth-child(3) {
    margin-left: 0;
    margin-top: 0;
  }
  .slider .slider-track {
    gap: 20px;
  }
  .slider .slider-track .slide {
    width: 200px;
    height: 300px;
  }
  .service-box {
    max-width: 80%;
    flex-wrap: wrap;
  }
  .service-box .inner {
    width: 100%;
  }
  .vision-img img {
    height: 200px;
  }
  .point-box .col-item .title {
    font-size: 1em;
  }
  .service-box .txt_box {
    padding: 25px;
  }
  .service-box .txt_box .num {
    top: -25px;
    left: -20px;
    font-size: 5em;
  }
  /* footer */
  #footer .flogo {
    width: 220px;
  }
  #footer .foot_contents {
    justify-content: center;
    width: 100%;
  }
  .copyright {
    margin-top: 60px;
  }
  .bg_04 {
    margin-top: -220px;
    margin-bottom: -120px;
  }
  .bg_04::after {
    clip-path: polygon(50% 20%, 100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
  }
  .bg_04 .inner span {
    font-size: 1.2em;
  }
  .bg_05::before {
    top: -20px;
  }
  /* 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;
  }
  /* column */
  .half {
    margin-bottom: 40px;
  }
  .half > .child {
    width: 100%;
  }
  .box {
    padding: 0 15px;
  }
  .l-column {
    row-gap: 40px;
  }
  .l-column.sp-nogap {
    gap: 0;
  }
  .l-column.reverse {
    flex-direction: column-reverse;
  }
  .l-column.col2 > li,
  .l-column.col2 .col-item {
    width: 100%;
  }
  .l-column.col3 {
    row-gap: 20px;
  }
  .l-column.col3 li,
  .l-column.col3 .col-item {
    width: 100%;
  }
  .l-column.col4 {
    row-gap: 20px;
  }
  .l-column.col4 li,
  .l-column.col4 .col-item {
    width: 48%;
  }
  .l-column.col5 li,
  .l-column.col5 .col-item {
    width: 48%;
  }
  .l-column li.w100,
  .l-column .col-item.w100 {
    width: 100%;
  }
  .l-column li.w70, .l-column li.w30, .l-column li.w60, .l-column li.w40,
  .l-column .col-item.w70,
  .l-column .col-item.w30,
  .l-column .col-item.w60,
  .l-column .col-item.w40 {
    width: 100%;
  }
  .l-column.jus-center {
    justify-content: center;
    gap: 20px;
  }
  .l-column.jus-center.col3 .col-item {
    width: 100%;
  }
  #footer {
    border-radius: 60px 60px 0 0;
  }
  #footer .inner {
    padding: 60px 20px;
  }
  .strength-box {
    margin: 40px auto 30px;
  }
  .strength-box .col-item {
    padding: 15px;
  }
  .strength-box .col-item::before {
    top: -15px;
    width: 40px;
    height: 40px;
  }
  .strength-box .col-item .title {
    font-size: 1.3em;
    margin-bottom: 10px;
  }
  .strength-box .col-item .title::first-letter {
    font-size: 1.5em;
  }
  .strength-box .col-item .txt {
    text-align: left;
  }
  .spbr {
    display: block;
  }
  .pcbr {
    display: none;
  }
  /* mtitle */
  .mtitle_page {
    font-size: 3.2rem;
  }
  .f-s24 {
    font-size: 17px;
  }
  .f-s20 {
    font-size: 14px;
  }
  .mtitle_big {
    font-size: 4rem;
  }
  .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_deco {
    margin-bottom: 16px;
    font-size: 4rem;
    width: 90%;
  }
  .mtitle_deco::after {
    width: 20px;
    height: 20px;
    right: -21px;
    bottom: -25px;
  }
  .mtitle_deco.right {
    margin-left: auto;
  }
  .mtitle_deco span {
    font-size: 1.4rem;
  }
  .mtitle_ribon {
    font-size: 1.8rem;
  }
  .mtitle_list {
    font-size: 2rem;
  }
  .mtitle {
    font-size: 2.4rem;
    text-align: center;
  }
  .mtitle_service {
    font-size: 2rem;
  }
  .read {
    padding-left: 32px;
    font-size: 1.6rem;
  }
  .read::before {
    width: 24px;
  }
  .bg-base2:before {
    height: 91%;
  }
  /* btn */
  .contact_btn {
    bottom: 10px;
    right: 10px;
    width: 130px;
    height: 130px;
  }
  .contact_btn .contact_btn_text {
    top: 30px;
    font-size: 12px;
    width: 100%;
    text-align: center;
  }
  .contact_btn img {
    width: 90%;
    position: relative;
    top: 15px;
    left: 8px;
  }
  /* 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 {
    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;
  }
  .orijinal_image {
    height: 400px;
    max-width: 80%;
  }
  /* 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 {
    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%;
  }
  .news_title .mtitle {
    font-size: 2rem;
    margin-bottom: 0;
    text-align: left;
  }
  .top_news_wrap {
    width: 100%;
    padding: 30px;
    position: relative;
    top: 0px;
  }
  .greet_title {
    font-size: 2.2rem;
  }
  /* top_contents */
  .top_contents .top_parent .top_detail {
    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%;
    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: 0.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 #ffd8a4;
  }
  .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: -20px;
    width: 100%;
    right: 20px;
  }
  .greet_txt {
    width: 95%;
    background: #fff;
    padding: 15px;
    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;
  }
  /* image_contents */
  .image_contents .img_txt {
    text-align: left;
    line-height: inherit;
  }
  /* solution */
  .solution {
    font-size: 2rem;
  }
  /* business_icon */
  .business_icon p {
    display: none;
  }
  /* contact_area */
  .contact_area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact_area .detail,
  .contact_area .btn {
    width: 100%;
  }
  .contact_area .detail {
    margin-bottom: 24px;
  }
  .contact_area .contact_phone span {
    display: block;
  }
  /* top_works */
  .top_works {
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  /* top_main_v2 */
  .top_main_v2 .image,
  .top_main_v2 .detail {
    width: 100%;
  }
  .top_main_v2 .detail {
    margin-top: 24px;
  }
  /* 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;
  }
  .sp {
    display: block;
  }
  .sp_tcenter {
    text-align: center;
  }
  .sp_image {
    margin: 24px auto 0;
    width: 72%;
  }
  .mbox,
  .sbox {
    padding: 32px;
  }
  .ssbox {
    padding: 32px 16px 24px;
  }
  .tb_space {
    padding: 0 24px;
  }
  .space {
    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: 4% 4% 4.5%;
  }
  .form_dl dd {
    padding: 15px 0;
  }
  .column3 > figure.perfect_wrap {
    width: 45%;
  }
  .column4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 4%;
  }
  .sp_tleft {
    text-align: left;
  }
  .probrem_wrap figcaption {
    font-size: 1rem;
    margin-top: 10px;
  }
  .txt_box.sp_padding {
    padding: 30px 0;
  }
  .perfect_wrap figcaption {
    font-size: 1.2rem;
  }
  .tbl_1 th {
    width: 25%;
  }
  .check_img {
    width: 20px;
  }
  .title02 {
    font-size: 2rem;
  }
  .title02.small {
    font-size: 18px;
  }
  .p_kadomaru {
    padding: 5px 20px;
  }
  .popup-content {
    right: 8px;
    bottom: 5px;
  }
}