/*==========================================================================*/
/*                     H O V E R    &    P C    O N L Y                     */
/*==========================================================================*/
.sp440 {
  display: none;
}

@media screen and (min-width: 751px) {
  #lightboxOverlay,
  #lightbox {
    min-width: 1260px !important;
    width: 100% !important;
  }
  .sp {
    display: none !important;
  }
  /* NAV */
  .hamburger {
    display: none;
  }
  .nav_list {
    display: flex;
    justify-content: space-between;
    gap: 3.85em;
    height: 100%;
    align-items: center;
  }
  .nav_list > li > a,
  .nav_list > li > .hook {
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 500;
    letter-spacing: -0.02em;
    font-size: max(1em, 14px);
  }
  .nav_list > li.parent {
    position: relative;
  }
  .nav_list > li.parent > .hook {
    position: relative;
    z-index: 1;
    cursor: default;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sub {
    position: absolute;
    z-index: 1;
    transition: all 0.3s;
    border-top: solid 1px #FFF;
    width: 300px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0) !important;
    padding-top: 10px;
  }
  .sub ul li a {
    font-size: 16px;
    display: flex;
    width: 100%;
    height: 60px;
    align-items: center;
    letter-spacing: 0.001em;
    padding: 5px 14px;
    margin: 0 auto;
    border-bottom: solid 1px #FFF;
    color: #fff;
    background: var(--mcolor);
    line-height: 1.5em;
  }
  .nav_list > li.parent > .hook::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: var(--mcolor) transparent transparent transparent;
    margin: 0 auto;
  }
  /* CUSTOM */
  .find_a, .find_out {
    cursor: pointer;
    transition: all ease 0.3s;
  }
  .find_a:hover .btn a {
    opacity: 1 !important;
    background-color: var(--yellow) !important;
  }
  /* HOVER */
  .nav_list > li:hover > a {
    color: var(--scolor);
    text-decoration: none;
  }
  .parent:not(:hover) .sub {
    display: none;
  }
  .parent:hover .sub {
    transform: translate(0, 0);
  }
  .sub a:hover {
    background-color: var(--scolor);
    text-decoration: none;
  }
  .to_top img:hover,
  .find_a:hover {
    opacity: 0.8;
  }
  .sec01 .sec01_item_custom:hover {
    opacity: 1;
  }
  .sec01 .sec01_item_custom:hover::after {
    opacity: 1;
  }
  .sec01 .sec01_item_custom::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .h3_desc p {
    letter-spacing: -0.05em;
  }
  .under main .blog_detail_cnt.style_left {
    display: flex;
    flex-direction: row-reverse;
    gap: 80px;
  }
  .under main .blog_detail_cnt.style_right {
    display: flex;
    gap: 80px;
  }
  .wp-pagenavi a:hover,
  .pagination a:hover {
    opacity: 0.8;
  }
  .tabs_item:hover {
    border-color: var(--mcolor);
    color: var(--mcolor);
  }
  .sec08_btn_bnr .item.item1:hover, .h_contact_mail a:hover {
    background-color: #ff7200;
  }
  .sec08_btn_bnr .item.item2:hover {
    background-color: #ffa700;
  }
  .ft_contact_btn .mail:hover {
    background-color: #ff7200;
  }
  .ft_sub a:hover {
    color: var(--mcolor);
  }
  .nav_list > li > a:hover {
    color: var(--mcolor);
  }
  .nav_list > li:hover > .hook {
    color: var(--mcolor);
  }
  .sec08_btn_bnr .item:hover {
    filter: brightness(1.2);
    opacity: 1;
  }
  .under main .single_btn {
    max-width: 940px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .under main .single_btn .btn.prev {
    position: absolute;
    left: 0;
    top: 0;
  }
  .under main .single_btn .btn.next {
    position: absolute;
    right: 0;
    top: 0;
  }
  .under main .blogList_item .btn a {
    padding-bottom: 12px;
  }
  .under main .uCate_item.btn a:hover {
    background-color: var(--mcolor) !important;
    opacity: 1;
  }
  .under main .mv_txt .item:hover {
    opacity: 0.6;
  }
  .under main .mv_txt .inSubcate .item:hover {
    opacity: 1;
  }
  .ubtn-item input:hover {
    opacity: 0.8;
  }
  .under main .postcode .btn-postcode:hover {
    opacity: 0.8;
  }
  .sec02_cnt .item:hover {
    opacity: 1;
    background-color: rgba(234, 121, 29, 0.3);
  }
  #index .btn a:hover, #index .btn .more:hover, .single_btn .btn a:hover, .ubtn-item input:hover, .ubtn-item a:hover {
    background-color: var(--yellow) !important;
    opacity: 1;
  }
  .btn .more:hover {
    background-color: #7A5C48;
  }
  .ft_menu .ttl a:hover {
    color: var(--mcolor);
  }
  .under main .btn.btn_view a:hover {
    background-color: var(--yellow) !important;
    opacity: 1;
  }
  .under main .btn.prev a:hover {
    background: url(../images/btn_ic_u_back.png) no-repeat left 25px center/9px 13px var(--yellow) !important;
  }
}
/* END screen-min:751px */
@media screen and (min-width: 1921px) {
  .sec04 {
    max-width: 100vw;
    padding: 50px 0 10vw;
  }
  .sec05 {
    --space-top: 10vw;
    max-width: 100%;
  }
  .sec05::before {
    width: 100vw;
    height: 10vw;
  }
  .sec05::after {
    width: 100vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1880px) {
  .h_box {
    height: 100px;
    font-size: max(0.53vw, 6px);
    padding-left: 2em;
  }
  main {
    padding-top: 100px !important;
  }
  .h_contact_btn {
    width: 6.875em;
  }
  .h_contact_btn a {
    font-size: max(0.8889em, 12px);
  }
  .h_contact_line a > span {
    padding-top: 32px;
  }
  .h_contact_line a > span::before {
    width: 30px;
    height: 28px;
  }
  .h_contact_mail a > span {
    padding-top: 30px;
  }
  .h_contact_mail a > span::before {
    width: 28px;
    height: 22px;
    top: 0;
  }
  .h_contact_mail a > span span {
    margin-bottom: 2px;
  }
  .h_contact_tel {
    margin-right: 0.8em;
  }
  .h_left img {
    width: 37.2em;
  }
  .h_right {
    gap: 2em;
  }
  .h_right li {
    font-size: 1.6em;
  }
  .sec01_item {
    font-size: max(0.53vw, 7px);
  }
  .sec08_frame {
    font-size: 0.532vw;
  }
  .mv_bg {
    height: calc(100vh - 100px);
  }
  .mv_txt h2 {
    font-size: 6em;
  }
  .mv_bg .bg::before {
    width: 100%;
  }
  .mv_txt {
    font-size: 1.2vh;
    left: 10.2em;
    top: 0;
    margin: auto;
    bottom: 0;
  }
}
/* END screen-min:751px && screen-max:1880px */
@media screen and (min-width: 751px) and (max-width: 1560px) {
  #index main .inner, footer .inner {
    padding: 0 25px;
  }
  .sec04_cnt {
    width: calc(100% - 50px);
    margin: 0 auto;
  }
  .sec04_item:nth-child(odd) {
    margin-left: 0;
  }
  .sec04_item:nth-child(even) {
    margin-right: 0;
  }
  .sec04_item {
    font-size: max(0.641vw, 8px);
  }
  .sec06_item {
    font-size: max(0.641vw, 8px);
  }
  .sec06 {
    font-size: max(0.641vw, 8px);
  }
  .sec06_cnt {
    width: 140em;
    margin-left: auto;
    margin-right: auto;
  }
  .sec06_bnr {
    width: 140em;
    margin-left: auto;
    margin-right: auto;
  }
  .sec06_item_cnt {
    padding: 7em 0 7em 4em;
  }
  .sec08_cnt {
    width: 48.5%;
  }
  .sec08_img {
    width: 72%;
    left: calc(50% - 930px);
  }
  .sec08_cnt .desc p {
    font-size: 16px;
  }
  .sec10_cnt .img {
    width: max(46.28vw, 610px);
  }
  .sec10_cnt .img img {
    object-position: -10px;
  }
  .nav_list > li.parent > .hook {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .sec07_cnt .tabs_content {
    max-height: 213px;
    padding-right: 0;
  }
  .sec10_frame {
    min-height: auto;
  }
}
/* END screen-min:751px && screen-max:1560px */
@media screen and (min-width: 751px) and (max-width: 1440px) {
  h1 {
    font-size: 12px;
    top: 5px;
  }
  .h_left img {
    width: 31em;
  }
  .nav_list {
    gap: 2em;
  }
  .sec03_cnt {
    gap: 20px;
  }
  .sec03_item {
    width: calc(25% - 10px);
  }
  .sec03_item li {
    font-size: max(1.11vw, 14px);
  }
  .sec04::before {
    top: -1px;
  }
  .sec07_cnt .tabs_content table {
    min-width: auto;
  }
  .sec07_cnt .tabs_content tr th:nth-child(2) {
    width: 200px;
  }
  .sec07_cnt .tabs_content tr th:nth-child(4) {
    width: 300px;
  }
  .sec08_frame {
    max-width: 1180px;
  }
  .sec08_cnt .ttl_h3 .ja .resize {
    font-size: 0.58em;
  }
  .sec08_btn_bnr .item a > span {
    padding-left: 140px !important;
    padding-right: 80px !important;
  }
  .sec09_frame {
    font-size: max(0.694vw, 8px);
    padding: 15px;
  }
  .sec09_cnt {
    padding: 3.1em 0 2.9em 3em;
  }
  .sec09_cnt .btn a {
    font-size: 2em;
    width: 19em;
    max-width: 100%;
    min-height: 3em;
  }
  .sec10_cnt {
    width: max(48.611vw, 600px);
  }
  .sec10_cnt .desc p {
    font-size: 16px;
  }
  .ft_menu {
    gap: 106px;
  }
  .ft_info_frame {
    gap: 60px;
    justify-content: center;
  }
  .ft_address {
    max-width: 510px;
  }
}
/* END screen-min:751px && screen-max:1440px */
@media screen and (max-width: 750px) {


	

	.pt-supervisionInfo .infoGrid {
		display: block;
	}
	
	.pt-supervisionInfo .infoGrid .infoImg {
		float: none;
		margin-right: auto;
        margin-left: auto;
	}
	.pt-supervisionInfo .infoGrid .infoTxtCol .flex{
        justify-content: center;
        margin-bottom: 0;
    }
    .pt-supervisionInfo .infoGrid .infoTxtCol .anchor_btns{
        margin-top: 15px;
        margin-bottom: 15px;
    }

	.pt-supervisionInfo .infoGrid .infoTxtCol .colTtl {
		padding-top: 0;
	}
	
	.pt-supervisionInfo .infoGrid .infoTxtCol {
		padding-left: 0;
        margin-top: 20px;
	}
	.pt-supervisionInfo .infoGrid .infoTxtCol .anchor_btns li{
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
	
	
	
	
	
	
	
  img {
    max-width: 100%;
    height: auto;
  }
  #wrapper, header, main, footer, .inner {
    width: 100% !important;
    min-width: unset !important;
  }
  .pc {
    display: none !important;
  }
  body.is_nav {
    overflow: hidden;
  }
  body.mac nav {
    padding-bottom: 160px;
  }
  /* NAV */
  nav {
    display: block;
    position: fixed;
    top: 60px;
    right: 0;
    width: 90%;
    height: calc(100vh - 60px);
    overflow: auto;
    z-index: 100;
    display: none;
    background: #E95501;
    padding: 20px 10px 80px;
  }
  .screen_blur {
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    width: 10%;
    height: calc(100vh - 60px);
    overflow: auto;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: all ease 0.2s;
  }
  .is_nav .screen_blur {
    opacity: 1;
    pointer-events: auto;
  }
  nav .inner {
    padding: 0;
  }
  .nav_list {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .nav_list ul,
  .nav_list li {
    width: 100%;
  }
  .nav_list .parent .sub ul li {
    background: #fff;
  }
  .nav_list .parent .sub ul li:not(:last-child) {
    border-bottom: 1px solid var(--mcolor);
  }
  .nav_list .hook, .nav_list a {
    display: block;
    padding: 13px 15px 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-bottom: solid 1px #fff;
    line-height: 1.5em;
  }
  .nav_list .hook {
    position: relative;
    padding-left: 15px;
  }
  .nav_list .hook::before,
  .nav_list .hook::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #FFF;
    top: calc(50% - 1px);
    right: 10px;
    transition: all 0.3s;
  }
  .nav_list .hook::after {
    transform: rotate(-90deg);
  }
  .nav_list .hook.open::after {
    transform: rotate(0);
  }
  .sub {
    display: none;
  }
  .sub ul:not(:last-child) {
    margin-bottom: 15px;
  }
  .sub a {
    color: var(--mcolor);
    border-bottom: none;
    font-size: 14px;
  }
  .hamburger {
    position: absolute;
    right: 8px;
    bottom: 8px;
    font: inherit;
    display: block;
    overflow: visible;
    margin: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    z-index: 101;
  }
  /*=====================================================
                        C U S T O M
  ======================================================*/
  /*============ HEADER ============*/
  .h_left a {
    max-width: 200px;
  }
  .h_box {
    height: 60px;
  }
  .hamburger span {
    font-size: 12px;
    display: block;
    text-align: center;
    color: #fff;
    position: relative;
    top: 4px;
  }
  /*============ Main ============*/
  main {
    padding-top: 60px !important;
  }
  /* MAIN VISUAL */
  .mv_bg, .mv_slider_ite, .mv_slider_ite .bg {
    height: 66vw;
  }
  .mv_txt h2 {
    text-align: center;
    font-size: 4em;
    line-height: 1.7em;
  }
  .mv_txt h2 > span {
    padding: 3px 15px 4px 10px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .hamburger_frame {
    display: block;
  }
  .is_nav .to_top {
    display: none;
  }
  #index main p {
    font-size: 160%;
  }
  #index .btn a, #index .btn .more {
    width: auto;
    max-width: 290px;
    min-height: 50px;
    font-size: 16px;
    background: url(../images/ic_right.png) no-repeat right 15px center/10px 14px var(--mcolor);
    padding: 0 30px 3px !important;
  }
  .ttl_h3:not(:last-child) {
    margin-bottom: 20px !important;
  }
  .mv_bg .bg::before {
    width: 100%;
    height: 66vw;
    background: url(../images/mainvs_sp.jpg) center top no-repeat;
    background-size: cover;
  }
  .hamburger_frame {
    position: relative;
    z-index: 1;
    width: 70px;
    height: 60px;
    overflow: hidden;
  }
  .hamburger_frame .hamburger {
    width: 100%;
    height: 60px;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    padding: 10px 8px 5px 12px;
  }
  .hamburger_frame::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 90px;
    border-radius: 50%;
    background-color: #E95501;
    top: -20px;
    left: 0;
  }
  .h_box {
    background-color: #fff;
    padding-left: 0;
  }
  h1 {
    padding: 0 20px;
    display: none;
  }
  .h_left {
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mv_txt {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: unset;
    bottom: 10px;
    font-size: max(1.47vw, 7px);
  }
  .mv_txt > .inner {
    max-width: 100%;
    margin-left: auto;
    height: auto;
  }
  .mv_txt .grid {
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3em;
  }
  .sec01 {
    position: static;
    max-width: 100%;
  }
  .sec01_cnt {
    flex-direction: column;
  }
  .sec01_item {
    width: 60%;
    max-width: 375px;
    margin: 0 auto !important;
    padding: 0 !important;
    font-size: max(1.07vw, 6px);
    height: 20em;
  }
  .sec01_item .ttl::before {
    bottom: -20px;
  }
  .sec01 .sec01_item_custom {
    padding-bottom: 0 !important;
    padding: 30px 0 !important;
  }
  .sec01 .sec01_item_custom .ttl {
    font-size: 2.5em !important;
  }
  .sec01_item.item2 .desc .txt {
    font-size: 2.5em !important;
  }
  .sec01_item.item1 .desc p span {
    font-size: 230%;
    margin-right: 0.2em;
  }
  .mv_txt_sub {
    text-align: center;
    left: 0;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff;
    margin-bottom: 0.5em;
    font-size: max(2em, 12px) !important;
  }
  .title .ttl_sub {
    font-size: min(5vw, 26px);
    margin-bottom: 5px;
  }
  .ttl_h3 .ja {
    font-size: min(6.88vw, 30px);
    margin-bottom: 5px !important;
  }
  .ttl_h3 .en {
    font-size: 16px;
  }
  .ttl_h3 .en span::before, .ttl_h3 .en span::after {
    width: 24px;
    height: 16px;
  }
  .ttl_h3 .en span {
    padding: 0 30px !important;
  }
  .sec01_item.item3 .desc p {
    margin-right: 0;
  }
  .sec01_item.item3 .desc p span {
    font-size: 230%;
  }
  .sec01_item::before {
    width: 100%;
    height: 100%;
    left: 0;
  }
  .sec02 {
    padding: 50px 0;
    height: auto;
  }
  .sec02_frame {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 0 15px;
  }
  .sec02_frame .ttl_h3 {
    padding-bottom: 0;
    margin-bottom: 0 !important;
  }
  .sec02_frame .ttl_h3 .ja {
    font-size: 26px;
  }
  .sec02_cnt {
    width: 100%;
  }
  .sec02_cnt .info {
    height: 30px;
    gap: 10px;
  }
  .sec02_cnt .info .date {
    font-size: 14px !important;
    padding-right: 10px;
  }
  .sec02_cnt .info .cate {
    padding-bottom: 1px;
    font-size: 14px !important;
    min-width: 70px;
  }
  .sec02_cnt .ttl {
    font-size: 14px !important;
  }
  .sec02_cnt .item {
    width: 100%;
    height: auto;
    gap: 5px;
    padding: 15px 30px 15px 15px;
    background: url(../images/ic_arrow.svg) right 10px center/10px 13px no-repeat #fff;
  }
  .sec02_frame .ttl_h3::before {
    height: 160px;
    right: calc((100vw - 100%) / -2);
    top: -50px;
  }
  .sec03 {
    padding: 50px 0;
    z-index: 1;
  }
  .sec03_cnt {
    font-size: 1.33vw;
    flex-wrap: wrap;
    gap: 2em;
    padding-bottom: 0;
  }
  .sec03_item {
    width: calc(50% - 1em);
  }
  .sec03_item li {
    font-size: max(1.6em, 12px);
  }
  .sec03_item_icon {
    padding-right: 0;
  }
  .sec04 {
    padding: 0 0 70px;
  }
  .sec04::before {
    width: 100%;
    height: 13.33vw;
  }
  .sec04 .h3_desc {
    margin-bottom: 30px;
  }
  .sec04_bnr {
    margin-bottom: 12vw;
    font-size: max(2.67vw, 18px) !important;
  }
  .sec04_bnr span {
    line-height: 1.5em;
    height: auto;
    padding: 10px;
  }
  .sec04_item {
    flex-direction: column;
    padding: 0 10px;
  }
  .sec04_item:not(:last-child) {
    margin-bottom: 60px;
  }
  .sec04_item_box {
    width: calc(100% - 20px);
    margin-top: 0;
    max-width: 100%;
    min-height: auto;
    margin-bottom: -2em;
    padding: 20px 9px 50px 15px !important;
  }
  .sec04_item_box::before {
    width: 60px;
    height: 60px;
    top: -15px;
    left: -15px;
  }
  .sec04_item_box::after {
    width: 60px;
    height: 60px;
    bottom: -15px;
    right: -15px;
  }
  .sec04_item_img {
    margin-left: auto;
    width: 84%;
  }
  .sec04_item:nth-child(even) {
    margin-right: auto;
  }
  .sec04_item:nth-child(odd) {
    margin-left: auto;
  }
  .sec04_item:nth-child(even) .sec04_item_box {
    margin-left: auto;
  }
  .ttl_h4 {
    padding-bottom: 10px;
    margin-bottom: 14px;
  }
  .ttl_h4 .en {
    font-size: min(4.38vw, 18px);
  }
  .sec04_item .ttl_h4 .ja {
    font-size: min(5.63vw, 24px);
  }
  .ttl_h4 .en::before {
    width: 50px;
    height: 50px;
    left: -10px;
    top: 10px;
    bottom: 0;
  }
  .sec04_item .desc p {
    font-size: 14px !important;
  }
  .sec05 {
    --space-top: 70px;
    padding-bottom: 50px;
  }
  .sec05::before {
    width: 100%;
    height: 70px;
  }
  .sec05::after {
    height: calc(100% - 70px);
  }
  .sec05 .nothing {
    text-align: center;
  }
  .sec05 .tabs_content {
    display: none;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec05 .tabs_content.active {
    display: block;
  }
  .sec05 .tabs_content_item {
    padding: 15px;
    margin: 0 5px;
  }
  .sec05 .h3_desc {
    margin-bottom: 30px;
  }
  .sec_tabs {
    margin-bottom: 20px;
  }
  .sec05 .tabs_content .slick-list {
    overflow: visible;
  }
  .sec05 .tabs_content_item .ttl {
    font-size: 14px !important;
  }
  .sec_tabs .tabs_item {
    font-size: 16px !important;
  }
  .sec_tabs .tabs_item::before {
    border-width: 10px 6px 0 6px;
  }
  .slick-dots li {
    width: 8px;
    height: 8px;
  }
  .slick-dots li button::before {
    color: var(--mcolor);
  }
  .slick-dots li.slick-active button::before {
    color: var(--mcolor);
  }
  .slick-dots {
    margin-top: 20px;
  }
  .slick-dots li.slick-active button {
    opacity: 1;
  }
  .slick-dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: var(--mcolor);
    border-radius: 50%;
    opacity: 0.5;
  }
  .slick-dots li button::before {
    display: none;
  }
  .sec06 {
    padding: 50px 0;
  }
  .sec06_item {
    font-size: max(1.33vw, 6px);
    flex-direction: column;
  }
  .sec06_item_img {
    position: static;
    margin-bottom: 20px;
    width: 100%;
  }
  .sec06_item_cnt {
    width: 100%;
    max-width: 100%;
    padding: 15px 15px 28px !important;
  }
  .sec06_item_cnt .desc p {
    font-size: 14px !important;
    text-align: center;
  }
  .sec06_item_cnt .btn a {
    margin: 0 auto;
  }
  .sec06 .h3_desc {
    margin-bottom: 30px;
  }
  .sec06_item h4 {
    text-align: center;
  }
  .sec06_item_cnt h5 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 28px;
  }
  .sec06_item_cnt::before {
    width: 100%;
    left: 0 !important;
    border-radius: 10px;
  }
  .sec06_item_cnt ul li .cnt p {
    font-size: 1em !important;
  }
  .sec06_item_cnt ul {
    gap: 4em 1em;
    margin-bottom: 28px;
  }
  .sec06_item:not(:last-child) {
    margin-bottom: 40px;
  }
  .sec06_cnt {
    margin-bottom: 50px;
  }
  .sec06_bnr {
    gap: 10px;
    display: block;
  }
  .sec06_bnr .slick-list {
    overflow: visible;
  }
  .sec06_bnr .item {
    margin-bottom: 0;
    margin: 0 10px;
    width: 70vw;
  }
  .sec06_item_wrap .sec06_item_cnt ul li {
    width: 49%;
  }
  .sec06_item_wrap .sec06_item_cnt ul {
    gap: 1%;
  }
  .sec06_item_wrap .sec06_item_cnt h5 {
    margin-bottom: 20px;
  }
  .sec07 {
    padding: 50px 0;
  }
  .sec07_cnt .tabs_content {
    padding-right: 0;
  }
  .sec07 .h3_desc {
    margin-bottom: 30px;
  }
  .sec07 .btn {
    margin-bottom: 30px;
  }
  .sec07_cnt {
    padding: 15px;
    margin-bottom: 30px;
  }
  .sec07 h4 {
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .sec07_cnt .sec_tabs .tabs_item {
    font-size: 14px !important;
    width: 33.3333333333%;
  }
  .sec07_cnt .tabs_content tr th {
    font-size: 16px;
    padding: 5px;
  }
  .sec07_cnt .tabs_content tr td {
    font-size: 14px;
    padding: 10px;
  }
  .sec07_cnt .tabs_content table {
    min-width: 900px;
  }
  .sec07_cnt .tabs_content tr th:nth-child(1) {
    width: 120px;
  }
  .sec07_cnt .tabs_content tr th:nth-child(2) {
    width: 130px;
  }
  .sec07_cnt .tabs_content tr th:nth-child(3) {
    width: 130px;
  }
  .sec07_cnt .tabs_content tr th:nth-child(4) {
    width: 250px;
  }
  .sec07_cnt .sec_tabs_content {
    margin-bottom: 20px;
  }
  .sec07_cnt2 {
    padding: 15px;
  }
  .sec07_cnt2_box {
    display: block;
    margin: 0 auto;
  }
  .sec07_cnt2_box .item {
    margin: 0 10px;
  }
  .sec07_cnt2_box .img img {
    width: 120px;
    margin: 0 auto;
  }
  .sec07_cnt2_box .ttl {
    font-size: 18px !important;
    letter-spacing: -0.05em;
  }
  .sec07_cnt2_box .desc p {
    font-size: 14px !important;
  }
  .sec07_cnt2_box .img {
    margin-bottom: 10px;
  }
  .sec07_cnt2 .btn {
    margin-top: 50px;
    margin-bottom: 0;
  }
  .sec08 {
    padding: 50px 0;
  }
  .sec08_img {
    position: static;
    text-align: center;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
  }
  .sec08_img img {
    border-radius: 10px;
  }
  .sec08_cnt {
    width: 100%;
    margin: 0 auto 30px;
  }
  .sec08_cnt .ttl_h3 {
    text-align: center;
  }
  .sec08_cnt .ttl_h3 .ja .resize {
    font-size: 18px;
    margin-left: auto;
    margin-bottom: 5px;
  }
  .sec08_btn_bnr {
    flex-direction: column;
    max-width: 350px;
    margin: 0 auto;
    height: auto;
    border-radius: 10px;
  }
  .sec08_btn_bnr .item {
    width: 100%;
  }
  .sec08_btn_bnr .item a {
    font-size: 24px;
    letter-spacing: 0;
  }
  .sec08_btn_bnr .item a > span {
    padding: 0 50px 0 75px !important;
  }
  .sec08_btn_bnr .item a .box {
    letter-spacing: 0;
    min-width: auto;
    height: auto;
  }
  .sec08_btn_bnr .item a > span::after {
    width: 12px;
    height: 18px;
  }
  .sec08_btn_bnr .item.item1 a > span::before {
    width: 55px;
    height: 60px;
    top: 15px;
  }
  .sec08_btn_bnr .item.item2 a > span::before {
    width: 40px;
    height: 60px;
    left: 8px;
    padding: 30px 10px;
  }
  .sec09_frame {
    flex-direction: column;
    max-width: 680px;
    margin: 0 auto;
    gap: 8vw;
  }
  .sec09 {
    padding-bottom: 50px;
  }
  .sec09_cnt .desc p {
    text-align: center;
  }
  .sec09_cnt {
    padding: 0;
  }
  .sec09_img {
    width: 100%;
    height: auto;
  }
  .sec09_cnt .btn a {
    background: url(../images/ic_right_clr.png) no-repeat right 15px center/10px 14px #e5dbcc !important;
    width: 290px;
    padding: 0 25px !important;
    margin: 0 auto;
    letter-spacing: -0.05em !important;
  }
  .sec09_img::before {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .sec09_img::before {
    width: 36.062%;
    height: 118.124%;
  }
  .sec09_cnt .ttl {
    padding-left: 0;
    padding-top: 0;
    width: auto;
    margin: 0 auto 20px;
    font-size: 20px !important;
    text-align: center;
  }
  .sec09_cnt .ttl::before {
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    margin: auto;
    display: none;
  }
  .sec10 {
    padding: 50px 0;
    overflow: hidden;
  }
  .sec10 .btn a {
    background: url(../images/ic_right.png) no-repeat right 15px center/10px 14px var(--brown) !important;
  }
  .sec10::before {
    background: url(../images/sec10_bg_sp.png) center top no-repeat;
    background-size: cover;
    width: 750px;
    height: 1150px;
    top: -80px;
  }
  .sec10_cnt {
    width: 100%;
  }
  .sec10_btn p {
    height: 45px;
    padding-bottom: 1px;
    font-size: 14px !important;
  }
  .sec10_btn {
    margin: 0;
  }
  .sec10_btn a {
    width: 130px;
    height: 50px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .sec10_cnt .img {
    position: static;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .sec10_cnt h4 {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .sec10_cnt h4::before {
    width: 100px;
  }
  .ttl_h3 .en {
    font-size: 18px;
  }
  .sec04 .ttl_h3 .en::before {
    font-size: 1em;
    margin-bottom: -1.35em;
  }
  .sec10_cnt .desc {
    margin-bottom: 20px;
  }
  .sec10_cnt .desc p:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec10_cnt .sign {
    margin-top: 0;
  }
  .ft_contact_ttl {
    font-size: 26px;
    line-height: 1.2em;
    margin-bottom: 20px;
  }
  .ft_contact_ttl .ja {
    margin-bottom: 10px;
  }
  .ft_contact_ttl .en {
    font-size: 0.57143em;
  }
  .ft_contact_box {
    gap: 10px;
    margin-bottom: 20px;
  }
  .ft_contact_box .item {
    font-size: max(2.13vw, 13px);
    width: 200px;
    height: 50px;
    letter-spacing: 0;
    padding-bottom: 0;
  }
  .ft_contact {
    padding: 50px 0;
  }
  .ft_contact_btn {
    flex-direction: column;
    gap: 15px;
  }
  .ft_contact_btn p {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    height: 80px;
    border-radius: 10px;
  }
  .ft_contact_btn a {
    font-size: 18px;
    padding-bottom: 2px;
  }
  .ft_contact_btn .line a > span {
    padding-left: 45px;
  }
  .ft_contact_btn .mail a > span::before {
    width: 32px;
    height: 26px;
    top: 4px;
  }
  .ft_contact_btn .line a > span::before {
    width: 32px;
    height: 30px;
    top: 4px;
  }
  .ft_contact_btn .mail a > span {
    padding-left: 45px;
  }
  nav .ft_contact_btn .call a {
    font-size: 28px;
    letter-spacing: 0;
  }
  nav .ft_contact_btn .call a > span {
    padding-left: 75px;
  }
  nav .ft_contact_btn .call a > span::before {
    width: 64px;
    height: 35px;
  }
  .ft_contact_btn .call a .num {
    font-size: 160%;
    line-height: 20px;
  }
  .ft_contact_btn .call a > span {
    padding-left: 35px;
    line-height: 1.5em;
    padding-top: 2px;
  }
  .ft_contact_btn .call a > span::before {
    width: 34px;
    height: 19px;
    left: 0;
    top: 5px;
  }
  .ft_info {
    padding: 50px 0;
  }
  .ft_info_frame {
    justify-content: center;
  }
  .ft_info .ft_address .call {
    margin-bottom: 5px;
  }
  .ft_info .ft_address p {
    font-size: 14px !important;
    margin-bottom: 20px;
    text-align: center;
    line-height: 2em;
  }
  .ft_info .ft_address p .big {
    font-size: 20px;
  }
  .ft_info .call a::before {
    top: 6px;
    width: 22px;
    height: 22px;
  }
  .ft_address::before {
    display: none;
  }
  .ft_info .ft_address .ttl {
    font-size: 22px !important;
  }
  .ft_info .address {
    margin-bottom: 20px;
  }
  .ft_menu {
    display: none;
  }
  .ft_map iframe {
    width: 100%;
    height: 280px;
  }
  address {
    font-size: 14px;
    padding: 28px 15px;
  }
  .ft_info .ft_address .time {
    font-size: 14px !important;
    padding-left: 25px;
  }
  .sp375 {
    display: none;
  }
  .ft_info .info {
    max-width: max-content;
    margin: 0 auto;
  }
  .tabs_content, .sec07_cnt2_box {
    transition: opacity 0.3s ease;
  }
  .under main .d_flex {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .under main .d_flex li {
    width: 100%;
    text-align: center;
  }
  .under main .blogList_item {
    width: calc(50% - 8px);
    padding: 10px;
  }
  .under main .blogList_item_img {
    margin: -10px -10px 10px;
    height: 32.13vw;
  }
  .under main .blogList_item .btn a {
    padding: 10px 30px;
    font-size: 14px;
    background: url(../images/btn_ic_u.png) no-repeat right 15px center/9px 13px var(--scolor);
  }
  .under main .blogList_item_content .info .cate {
    padding: 6px 8px;
  }
  .under main .blogList_item_content .info p {
    line-height: 1.5em;
    font-size: 12px;
  }
  .under main .uCate {
    flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto 30px;
    gap: 10px;
  }
  .under main .uCate_item {
    width: calc((100% / 3) - 10px);
  }
  .under main .uCate_item.btn a {
    font-size: 14px;
    height: 50px;
    min-height: auto;
  }
  .under main .single_btn {
    flex-direction: column;
  }
  .under main .single_btn .btn a {
    width: 250px;
    min-height: 50px;
    margin: 0 auto;
  }
  .under main .blog_detail_cnt .img img {
    max-height: 350px;
  }
  .under main .blog_detail_cnt:not(:last-child) {
    margin-bottom: 80px;
  }
  .under main .mv_txt .grid {
    margin-left: auto;
  }
  .under main .ubtn-item input, .under main .ubtn-item a {
    width: 100%;
    max-width: 290px;
    min-height: 50px;
    font-size: 16px;
    background: url(../images/ic_right.png) no-repeat right 15px center/10px 14px var(--mcolor);
    padding: 0 30px 3px !important;
    letter-spacing: 0 !important;
  }
  .under main .postcode > p {
    width: calc(100% - 100px);
  }
  .under main .postcode input {
    width: 100% !important;
  }
  .under main .style_radio .wpcf7-list-item input[type=checkbox] {
    position: relative;
    top: -1px;
    margin-right: 3px;
  }
  .under main .custom_link {
    flex-direction: column;
    gap: 15px;
  }
  .under main .u_editor ol li, .under main .u_editor ul li {
    font-size: 16px;
    padding: 0 0 0 30px;
  }
  .under main .blog_detail_cnt .cnt > *:not(:last-child) {
    margin-bottom: 20px;
  }
  .under main .blog_detail_cnt .img {
    display: block;
  }
  .under main .blogList.one_post {
    justify-content: center;
  }
  .under main .u_editor ol li::before {
    top: 7px;
  }
  .sec04_cnt {
    margin-bottom: 40px !important;
  }
  .sec01_item .ttl {
    line-height: 1.5em;
  }
  .sec01_item.item2 .desc .box {
    top: 0;
  }
  .sec_tabs::before {
    display: none;
  }
  .sec07_cnt .sec_tabs {
    gap: 0;
  }
  .single_btn .btn {
    margin-bottom: 0;
  }
  /*============ FOOTER ============*/
  footer {
    margin-bottom: 50px;
  }
  /* SP CONTACT */
  .sp_contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0;
    z-index: 99;
    bottom: -55px;
    transition: all 0.3s;
  }
  .sp_contact.show {
    bottom: 0;
  }
  .sp_contact li {
    width: 50%;
    height: 100%;
  }
  .sp_contact li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    letter-spacing: -0.05em;
  }
  .sp_contact li a > span {
    position: relative;
    padding-left: 25px;
    line-height: 1.3em;
  }
  .sp_contact li a > span::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: calc(50% - 10px);
  }
  .sp_contact_tel {
    background-color: var(--yellow);
  }
  .sp_contact_tel a > span .num {
    display: block;
    font-size: 120%;
    padding-left: 62px;
    position: relative;
    z-index: 1;
    font-weight: 600;
    color: var(--txt);
  }

  .sp_contact_tel a > span .num::before {
      content: '';
      position: absolute;
      width: 36px;
      height: 20px;
      background: url(../images/ic_tel.svg) center no-repeat;
      background-size: cover;
      top: 0;
      left: 16px;
      bottom: 0;
      margin: auto;
      z-index: -1;
  }
  .sp_contact_tel a > span {
    line-height: 1.5em;
  }
  .sp_contact_mail {
    background-color: var(--mcolor);
  }
  .sp_contact_mail a > span {
    padding-left: 0;
  }
  .sp_contact_line {
    background-color: var(--bg-line);
  }
  .sp_contact_line a > span::before {
    background: url(../images/ic_line.svg) no-repeat center/20px;
  }
  /* TO TOP */
  .to_top {
    width: 40px;
    height: 40px;
    right: 5px;
    bottom: 55px;
  }
  .sp475 {
    display: none;
  }
  .ft_contact_box .item {
    font-size: min(2.81vw, 16px);
  }
  nav .ft_info {
    padding: 30px 0 0;
    background-color: unset;
  }
  .sec01_item a::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
  }
  .sec10_frame {
    min-height: auto;
  }
  .ft_contact_btn .call a .time {
    font-size: 12px;
    line-height: 1.3em;
  }
  .ft_contact_btn .call a .time span {
    letter-spacing: -0.05em;
  }
  .ft_info .address .big {
    font-size: 18px;
  }
  .ft_info .call a {
    font-size: 30px;
    padding-left: 25px;
  }
  .ft_info .call > span {
    font-size: 12px;
    align-self: center;
    bottom: 0;
  }
  nav .ft_info .ft_address .time {
    gap: 5px;
  }
  nav .ft_info .call a {
    font-size: 28px;
  }
  nav .ft_info * {
    margin: 0 auto;
  }
  nav .ft_contact_btn {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 10px;
  }
  nav .ft_contact_btn::before {
    content: '';
    position: absolute;
    background: url(../images/sec7_bg.jpg) top left repeat;
    background-size: 20px 20px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;   
    border-radius: 10px; 
  }
  nav .ft_contact_btn .line {
    width: 70px;
    border-radius: 10px;
  }
  nav .ft_contact_btn .line a > span::before {
    background: url(../images/line_ic.jpg) center no-repeat;
    background-size: cover;
    border-radius: 10px;
    width: 100% !important;
    height: 100% !important;
    top: 0;
  }
  nav .ft_contact_btn a {
    padding-bottom: 0;
  }
  nav .ft_contact_btn .line a > span {
      padding-left: 0;
      display: block;
      width: 100% !important;
      height: 100% !important;
  }
  nav .ft_contact_btn .mail {
    width: calc(100% - 60px);
    border-radius: 60px;
  }
  nav .ft_contact_btn p {
    margin: 0;
    height: 70px;
  }
  nav .ft_contact_btn .call {
    width: 100%;
    max-width: 375px;
    height: 50px;
    padding-bottom: 2px;
    background: none;
  }
  .none414 {
    display: block;
  }
  nav .ft_info .call > span {
    bottom: 0;
    align-self: center;
  }
  nav .ft_info .ft_address .call {
    align-items: center;
  }
  nav .ft_info .call a::before {
    top: 4px;
  }
  .h_right {
    margin-left: auto;
    margin-right: 20px;
  }
  .h_right_time {
    align-self: center;
  }
  .h_right_time dt {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.5em;
  }
  .h_right_time dt span {
    display: block;
    width: 50px;
  }
  .sp_contact li.sp_contact_line {
    width: 50px !important;
  }
  .sp_contact li.sp_contact_mail a {
    flex-direction: column;
    gap: 5px;
  }
  .sp_contact li.sp_contact_mail a .box {
    background-color: #fff;
    color: var(--mcolor);
    padding-left: 0;
    padding: 1px 10px 2px;
    border-radius: 40px;
  }
  .sp_contact li.sp_contact_mail a .box::before {
    display: none;
  }
  .ft_info .time {
    gap: 10px;
  }
  .sp_contact li.sp_contact_tel a > span {
    padding-left: 0;
  }
  .sp_contact li.sp_contact_tel a .txt_top {
    display: flex;
    gap: 6px;
    margin-bottom: 2px;
    color: var(--txt);
    font-weight: 600;
  }
  .sp_contact li.sp_contact_tel a .txt_top span {
    background-color: #fff;
    border-radius: 10px;
    color: var(--txt);
    font-size: 80%;
    padding: 1px 5px 2px;
  }

  .sp_contact li.sp_contact_tel a {
    font-size: 14px;
  }
  .h3_desc p {
    font-size: 14px !important;
  }
  .sec08_cnt .desc p {
    font-size: 14px !important;
  }
  .ft_contact .ft_contact_btn {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 410px;
    margin: 0 auto;
  }
  .ft_contact .ft_contact_btn > p {
    width: calc(50% - 5px);
    margin: 0;
  }
  .ft_contact .ft_contact_btn > p.line {
    order: 1;
  }
  .ft_info .ft_address p .big {
    display: block;
    margin-bottom: -10px;
  }
  .ft_contact .ft_contact_btn > p.call {
    width: 100%;
    order: 2;
    height: 60px;
    max-width: 410px;
  }
  .ft_contact .ft_contact_btn .line a > span {
    padding-left: 0;
    padding-top: 30px;
    text-align: center;
  }
  .ft_contact .ft_contact_btn a > span {
    line-height: 1.2em;
  }
  .ft_contact .ft_contact_btn a {
    font-size: 16px;
  }
  .ft_contact .ft_contact_btn .line a > span::before {
    width: 26px;
    height: 24px;
    right: 0;
    margin: 0 auto;
  }
  .ft_contact .ft_contact_btn .mail a > span {
      padding-left: 0;
      padding-top: 30px;
      text-align: center;
  }
  .ft_contact .ft_contact_btn .mail a > span::before {
        width: 26px;
        height: 22px;
        right: 0;
        margin: auto;
  }
  .ft_contact .ft_contact_btn .call a .num {
    font-size: 200%;
  }
  .ft_contact .ft_contact_btn .call a > span::before {
    top: 8px;
  }
  .btn .more {
    max-width: 200px !important;
  }
	#contact .grecaptcha-badge {
		bottom: 55px !important;
	}
	#contact .to_top {
    right: 5px;
    bottom: 120px;
}
  /*============ END 750 ============ */
}
/* screen-max:475px */
@media screen and (max-width: 475px) {
  .sp475 {
    display: block;
  }
  .under main .blogList {
    gap: 20px;
    flex-direction: column;
  }
  .under main .blogList_item {
    width: 100%;
  }
  .under main .blogList_item_img {
    height: 60.84vw;
  }
  .sp_contact li a {
    font-size: max(2.95vw, 12px);
  }
  nav .ft_contact_btn .line {
    width: 50px;
    flex-shrink: 0;
  }
  nav .ft_contact_btn p {
    height: 50px;
  }
  nav .ft_contact_btn a {
    font-size: 16px; 
  }
  nav .ft_contact_btn {
    gap: 10px 5px;
  }
  nav .ft_contact_btn .mail a > span::before {
    width: 22px;
    height: 18px;
    top: 2px;
    bottom: 0;
    margin: auto;
  }
  nav .ft_contact_btn .mail a > span {
    padding-left: 26px;
  }
  nav .ft_contact_btn .line a > span {
      padding-left: 22px;
      display: block;
      width: 22px;
      height: 22px;
  }
  nav .ft_contact_btn .line a > span::before {
      width: 22px;
      height: 20px;
      top: 3px;
  }

  nav .ft_contact_btn .mail {
    max-width: 100%;
  }
  nav .ft_contact_btn .call a {
    font-size: 5.89vw;
  }
  nav .ft_contact_btn .call a > span {
    padding-left: 15vw;
  }
  nav .ft_contact_btn .call a > span::before {
    width: 13.47vw;
    height: 7.37vw;
  }
}
/* screen-max:440px */
@media screen and (max-width: 440px) {
  .sp440 {
    display: block !important;
  }
  .pc440 {
    display: none !important;
  }
  .mv_bg, .mv_slider_ite, .mv_slider_ite .bg {
    height: 80vw;
  }
  .mv_txt .grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto 10px;

  }
  .mv_txt_sub span {
    padding: 0 20px;
  }
  .mv_txt .grid {
    gap: 0em 1em;
    margin-bottom: 5px;
    max-width: 100%;
  }
  .mv_txt_sub span::before, .mv_txt_sub span::after {
    width: 15px;
  }
  .mv_bg .bg::before {
    background: url(../images/mainvs_sp.jpg) center no-repeat;
    background-size: cover;
    height: 80vw;
  }
  .mv_txt {
    top: unset;
    bottom: 5px;
    font-size: 1.7vw;
  }
  .sec04::before {
    height: 95px;
  }
  .sec_tabs {
    flex-wrap: wrap;
    gap: 20px;
  }
  .sec_tabs .tabs_item {
    font-size: 14px !important;
    letter-spacing: -0.05em;
    width: calc(50% - 10px);
  }
  .sec06_item_wrap .sec06_item_cnt ul {
    flex-direction: column;
    gap: 10px;
  }
  .sec06_item_wrap .sec06_item_cnt ul li {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .sec06_item_cnt ul li .cnt p {
    font-size: 3.2vw !important;
  }
  .btn a, .btn .more {
    padding: 0 20px;
    font-size: 14px;
    letter-spacing: -0.05em !important;
  }
  .sec06_item_cnt ul li {
    width: calc(50% - 5px);
  }
  .sec06_item_cnt ul {
    gap: 20px 10px;
  }
  .btn a, .btn .more {
    max-width: 250px;
  }
  .ft_contact_box {
    align-items: center;
  }
  .ft_contact_box .item {
        height: 40px;
  }
  .under main .uCate {
        gap: 5px;
    align-items: center;
    flex-wrap: unset;
  }
  .under main .uCate_item {
    width: 100%;
    max-width: 250px;
  }
  .under main .mv_txt {
    font-size: 16px;
  }
  .under main .mv_txt .grid {
    gap: 0.5em;
  }
  .under main .mv_txt .grid .item {
    width: 100px;
    font-size: 14px !important;
  }
  #index .btn a, #index .btn .more {
    font-size: 14px;
    padding: 0 26px 1px !important;
  }
  .sec08_btn_bnr .item a > span {
    padding: 0 30px 0 65px !important;
  }
  .sec02_cnt .info .date {
    font-size: 12px !important;
  }
  .sec02_cnt .info .cate {
    font-size: 12px !important;
    min-width: 60px;
  }
  .sec10::before {
    width: 520px;
    height: 360px;
    top: 0;
  }
  .sp_contact li.sp_contact_mail a > span {
    padding-left: 0;
  }

  .sp_contact_line a > span::before {
    background: url(../images/ic_line.svg) no-repeat center/16px;
  }
    .under main .uCate_item.btn a {
        font-size: min(3.75vw, 14px);
        padding: 10px 16px;
          background: url(../images/btn_ic_u.png) no-repeat right 8px center / 9px 13px var(--scolor) !important;
  }
  .sec03_item li {
    font-size: 2.73vw;
  }
  .sec03 .h3_desc p, .sec04 .h3_desc p {
    font-size: 14px !important;
  }
  .sec04_item .desc p {
    font-size: 3.18vw !important;
    letter-spacing: -0.07em;
  }
  .h_left a {
    padding: 0 10px;
    max-width: max(45.45vw, 150px);
  }
  .h_right_time dt {
    font-size: max(2.73vw, 10px);
    gap: 5px;
    letter-spacing: -0.05em;
  }
  .h_right {
    margin-right: 5px;
  }
  .hamburger_frame {
    width: 60px;
  }
  .h_right_time dt span {
      display: block;
      width: max(11.36vw, 40px);
  }
  .sp_contact li.sp_contact_tel a {
    font-size: 12px;
  } 
  .sp_contact li.sp_contact_tel a .txt_top span {
    padding: 1px 5px ;
  }
  .mv_txt_sub {
    font-size: max(2.3em, 12px) !important;
  }
}
/* screen-max: 375px */
@media screen and (max-width: 414px) {
  .none414 {
    display: none;
  }
  /* .sec07 .h3_desc p, .sec08_cnt .desc p {
    font-size: max(3.38vw, 12px) !important;
  } */
  .sec07_cnt2_box .desc p {
    font-size: max(3.38vw, 12px) !important;
  }
  .sec07_cnt2 {
      padding: 15px 10px;
  }
    .sec07_cnt2_box .item {
        margin: 0 5px;
    }
  .sec09_cnt .desc p {
    font-size: 14px !important;
  }
  .sec10_cnt .desc p {
      font-size: 3.86vw !important;
  }
  .sec01_item {
    font-size: 1.45vw;
  }
  .sec01_item .ttl::before {
    width: 90px;
    height: 14px;
    bottom: -22px;
  }
  .h3_desc p {
    letter-spacing: -0.1em;
  }
}
@media screen and (max-width: 375px) {
  .sp375 {
    display: block;
  }
  .ft_info .ft_address p {
    letter-spacing: -0.02em;
  }
  .wpcf7-list-item-label {
    letter-spacing: -0.08em;
  }
  .sec10_btn p {
    width: 120px;
  }
  .ft_info .ft_address .time {
    font-size: 12px !important;
  }
  .ft_info .call a {
    font-size: 24px;
  }
  nav .ft_info .call a {
    font-size: 20px;
  }
  nav .ft_info .ft_address .time {
    padding-left: 20px;
    letter-spacing: -0.05em;
  }
  nav .ft_contact_btn p {
    height: 50px;
  }
  nav .ft_contact_btn a {
    font-size: 14px;
  }
}