@charset "UTF-8";
/* CSS Document */
@media only screen and (max-width: 768px) {
  .blurFixSP {
    image-rendering: optimizeSpeed;
    /* STOP SMOOTHING, GIVE ME SPEED  */
    image-rendering: -moz-crisp-edges;
    /* Firefox                        */
    image-rendering: -o-crisp-edges;
    /* Opera                          */
    image-rendering: -webkit-optimize-contrast;
    /* Chrome (and eventually Safari) */
    image-rendering: pixelated;
    /* Chrome */
    image-rendering: optimize-contrast;
    /* CSS3 Proposed                  */
    -ms-interpolation-mode: nearest-neighbor;
    /* IE8+                           */
  }
  :root {
    --ttl_size: 24px;
    --wrapper: 60px;
  }
}
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Menu Toogle
********************************/
body:not(.ovh) .menu_toggle .inside {
  pointer-events: none;
}

.menu_toggle {
  background-color: #f0f0f0;
  position: fixed;
  top: var(--wrapper);
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: calc(100vh - var(--wrapper));
  padding: 0px 0px 0px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.menu_toggle.active {
  opacity: 1;
  visibility: visible;
}
.menu_toggle ul li {
  position: relative;
  overflow: hidden;
}
.menu_toggle p {
  margin-bottom: 0;
}
.menu_toggle .inside {
  -webkit-overflow-scrolling: touch;
  /* Lets it scroll lazy */
  transition: all 0.5s ease;
  height: 100%;
  overflow: auto;
}
.menu_toggle .inside .ft_link {
  padding: 31px 10px 50px;
}
.menu_toggle .inside .ft_link a {
  font-weight: 500;
}
@supports (-webkit-touch-callout: none) {
  .menu_toggle .inside .ft_link {
    /* Specific to iOS devices */
    padding-bottom: 120px;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .menu_toggle .inside .ft_link {
      /* Safari */
      padding-bottom: 120px;
    }
  }
}
.menu_toggle .lv2 ul {
  background-color: rgba(107, 158, 178, 0.8);
}
.menu_toggle .lv2 li {
  padding: 0 10px;
}
.menu_toggle .lv2 li a, .menu_toggle .lv2 li p.title {
  display: block;
  position: relative;
  color: #fff;
  font-size: 13px;
  padding: 10px 10px 10px 25px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
}
.menu_toggle .lv2 li a::after {
  content: "›";
  display: block;
  position: absolute;
  top: 47%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: normal;
}

#nav-icon {
  width: 4em;
  height: 2.2em;
  position: relative;
  margin: 0 auto 0px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
#nav-icon span {
  background-color: var(--clr1);
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0.3em;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 1.1em;
}
#nav-icon span:nth-child(4) {
  top: 1.9em;
}
#nav-icon.open span:nth-child(1) {
  top: 1.1em;
  width: 0%;
  left: 50%;
}
#nav-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(2), #nav-icon.open span:nth-child(3) {
  width: calc(100% + 4px);
}
#nav-icon.open span:nth-child(4) {
  top: 1.1em;
  width: 0%;
  left: 50%;
}

.hamburger-btn {
  width: 4em;
  cursor: pointer;
  transition: all 0.3s;
}
.hamburger-btn:hover #nav-icon span {
  background-color: var(--main-color);
}
.hamburger-btn .button-toggle {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  color: inherit;
}
.hamburger-btn .button-toggle #menu_btn {
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0px;
}

@media only screen and (min-width: 769px) {
  .menu_toggle .inside .ft_link {
    width: 100%;
    max-width: 1158px;
    margin: auto;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
  }
  .menu_toggle .inside .ft_link a:hover {
    color: var(--main-color);
  }
  .menu_toggle .inside .ft_link li {
    margin-bottom: 23.5px;
    line-height: 1.5;
  }
  .menu_toggle .inside .ft_link .menu01 {
    width: 49%;
  }
  .menu_toggle .inside .ft_link .menu01 ul {
    grid-template-columns: 55% 40.8%;
  }
  .menu_toggle .inside .ft_link .menu01 ul li {
    grid-column-start: 1;
  }
  .menu_toggle .inside .ft_link .menu01 ul li:nth-last-child(-n+5) {
    grid-column-start: 2;
  }
  .menu_toggle .inside .ft_link .link_list {
    width: 100%;
  }
  .menu_toggle .inside .ft_link .menu02 {
    width: 49.3%;
    margin-top: 0;
  }
  .menu_toggle .inside .ft_link .menu02 ul {
    grid-template-columns: 48% 41%;
  }
  .menu_toggle .inside .ft_link .ttl {
    margin-bottom: 42px;
  }
}
@media only screen and (max-width: 1020px) {
  .menu_toggle .inside .ft_link {
    max-width: 620px;
    padding: 45px 10px;
  }
  .menu_toggle .inside .ft_link .ttl {
    margin-bottom: 25px;
  }
  .menu_toggle .inside .ft_link .menu01, .menu_toggle .inside .ft_link .menu02 {
    width: 100%;
  }
  .menu_toggle .inside .ft_link .menu02 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .menu_toggle .inside .ft_link {
    max-width: 100%;
    padding: 31px 10px 150px;
  }
  .menu_toggle .inside .ft_link .ttl {
    margin-bottom: 8px;
  }
  .menu_toggle .inside .ft_link li {
    margin-bottom: 0;
  }
  .menu_toggle .inside .ft_link a {
    border-bottom: 1px dashed rgba(52, 145, 43, 0.5);
    padding: 10px 0;
    display: block;
  }
  .menu_toggle .inside .ft_link a:hover {
    color: var(--clr1);
  }
  .hamburger-btn {
    font-size: 9px;
  }
}
/* END Menu
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
General
********************************/
@media only screen and (max-width: 768px) {
  body {
    font-size: 87.5%;
  }
  figure {
    text-align: center;
  }
  img {
    max-width: 100%;
  }
  .TabContainer .TabPager li {
    width: 33%;
  }
  .totop {
    bottom: 55px;
    right: 5px;
    width: 50px;
    height: 50px;
  }
  .fblock {
    display: block;
  }
  .fblock.true {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .under .topic_path {
    padding-bottom: 10px;
  }
  .txt_l,
  .txt_r {
    float: none;
    width: auto;
  }
  .image_l,
  .image_r {
    float: none;
    width: auto;
    margin: 0 0 20px;
    text-align: center;
    max-width: none;
  }
  .btn-group {
    font-size: 8.75px;
  }
  .btn-group .btn.style01, .btn-group .btn.style02 {
    max-width: 280px;
  }
  .btn-group .btn.style01.md, .btn-group .btn.style02.md {
    min-width: 100px;
  }
  .btn-group .btn.style01.md a, .btn-group .btn.style02.md a {
    min-height: 45px;
    font-size: 14px;
  }
  p {
    margin-bottom: 13px;
    line-height: 2;
  }
  a .tel_click:hover {
    opacity: 1;
    color: inherit;
  }
  .slick-prev {
    left: 0px;
  }
  .slick-next {
    right: 0px;
  }
  .slick-arrow {
    z-index: 1;
    top: 15vw;
  }
  .cm_btn {
    max-width: 280px;
  }
  .cm_btn a {
    padding: 1.1875em 1.25em 1.1875em;
  }
  .cm_btn a::after {
    width: 7px;
    height: 10px;
  }
  .inner, .inner_big, .inner_sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* END General
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Header & Footer
********************************/
@media only screen and (max-width: 768px) {
  .wrapper {
    min-width: inherit;
  }
  header {
    --wrapper: 60px;
  }
  .right_head {
    width: auto;
  }
  .header_top {
    width: 100%;
    align-items: center;
    height: 60px;
    padding: 0 10px;
  }
  .header_top p {
    margin-bottom: 0;
  }
  .logo {
    max-width: 155px;
    width: calc(100% - 80px);
    transform: none;
  }
  .b_timework .tbl_timework th {
    padding-bottom: 1em;
  }
  .b_timework .tbl_txt {
    font-size: 12px;
  }
  footer {
    padding: 0 0 50px;
  }
  footer .ft_bg {
    padding-top: 50px;
    background-image: url(../images/ft_bg_sp.jpg);
    background-position: left top;
  }
  footer .ft_logo {
    padding-bottom: 20px;
    width: 90%;
    max-width: 255px;
  }
  footer .ft_map {
    margin: 30px auto;
  }
  footer .ft_ct {
    display: flex;
    justify-content: center;
  }
  footer .p_tel_txt {
    font-size: 14px;
  }
  footer .ft_map iframe {
    height: 100%;
  }
  footer .ft_link {
    width: auto;
  }
  footer .ft_banner {
    padding: 40px 0 30px;
  }
  footer .ft_banner .bnr_it {
    max-width: 300px;
    width: 48%;
    margin: 10px 1%;
  }
  .ft_gallery {
    padding-bottom: 25px;
  }
  .ft_gallery ul li {
    margin: 0 5px;
  }
  .ft_gallery ul li .img {
    width: 240px;
    height: 240px;
  }
  .copyright {
    margin-top: 50px;
    padding: 6px 32px 12px 0;
  }
  .copyright .textwidget {
    padding-left: 10px;
    margin-left: 10px;
  }
  .copyright .textwidget p {
    font-size: 10px;
    letter-spacing: 0;
  }
  .copyright .grits {
    width: 34%;
  }
  .copyright .grits img {
    max-width: 100px;
    width: 100%;
  }
  .copyright .flex {
    justify-content: center;
  }
  .ft_link ul {
    display: block;
    grid-template-columns: auto;
  }
  .ft_link a {
    font-size: 14px;
  }
  .fixed_banner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 50px;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
  }
  .fixed_banner.active {
    transform: translateY(0%);
  }
  .fixed_banner p {
    font-weight: normal;
  }
  .fixed_banner p::before {
    margin-bottom: 5px;
  }
  .fixed_banner .tel,
  .fixed_banner .web,
  .fixed_banner .instagram {
    width: 33.33%;
  }
  .fixed_banner .tel p,
  .fixed_banner .web p,
  .fixed_banner .instagram p {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 1;
  }
  .fixed_banner .tel p::before,
  .fixed_banner .web p::before,
  .fixed_banner .instagram p::before {
    height: 20px;
    margin-right: 6px;
    margin-bottom: 0;
  }
  .fixed_banner .tel p::before {
    width: 20px;
  }
  .fixed_banner .web p::before {
    width: 18px;
  }
  .fixed_banner .instagram p::before {
    width: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .b_timework .tbl_timework th, .b_timework .tbl_timework td {
    font-size: 13px;
  }
  .b_timework .tbl_timework th:first-child, .b_timework .tbl_timework td:first-child {
    width: 9em;
  }
  footer .p_tel {
    order: 2;
    width: 100%;
  }
  footer .ft_info .des {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    padding-left: 0;
    order: 1;
    text-align: center;
    width: 100%;
  }
  footer .ft_banner .bnr_it {
    width: 100%;
    margin: 10px;
  }
}
@media only screen and (max-width: 374px) {
  .b_timework .tbl_timework th, .b_timework .tbl_timework td {
    font-size: 12px;
  }
  .copyright .textwidget p {
    font-size: 9px;
  }
}
/* End Header & Footer
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Index
********************************/
@media only screen and (max-width: 768px) {
  .key {
    margin-top: 60px;
  }
  .home_page .key {
    height: calc(100vh - 100px);
    max-height: 150vw;
    min-height: 550px;
  }
  .home_page .key .key_wrap {
    height: calc(100vh - 100px);
    max-height: 150vw;
    min-height: 550px;
  }
  .home_page .key .s1 {
    background-image: url(../images/idx_mv01_sp.jpg);
  }
  .home_page .key .slick-initialized .s2 {
    background-image: url(../images/idx_mv02_sp.jpg);
  }
  .home_page .key .slick-initialized .s3 {
    background-image: url(../images/idx_mv03_sp.jpg);
  }
  .home_page .key .key_text {
    height: 100%;
    display: block;
  }
  .home_page .key .key_text::before {
    height: calc(100% - 5em);
    width: 95%;
  }
  .home_page .key .key_text .item {
    padding: 10px;
    height: 60vh;
    max-height: 95vw;
    min-height: 320px;
  }
  .home_page .key .key_slider {
    width: 79%;
    max-width: 590px;
    height: 60vh;
    max-height: 95vw;
    min-height: 320px;
    margin-left: auto;
  }
  .home_page .key .key_catch {
    width: 89%;
    margin-left: auto;
    margin-right: 0;
    padding-bottom: 0;
    margin-top: -9em;
    max-width: 657px;
  }
  .home_page .key .key_catch h2 {
    font-size: 4em;
    line-height: 1.4;
  }
  .home_page .key .key_catch p {
    font-size: 1.6em;
    line-height: 2;
  }
  .idx_bnr_fixed {
    bottom: 4em;
    left: 2em;
    font-size: 8px;
    width: 28em;
    height: 8em;
  }
  .idx_bnr_fixed.active {
    bottom: 90px;
  }
  .idx_bnr_fixed.ac_bottom {
    bottom: 90px;
  }
  .idx_bnr_fixed .box_in {
    padding: 2.1em 3em 2.1em 2em;
    background-position: right 1.5em center;
  }
  .idx_bnr_fixed .box_in figure {
    width: 4.5em;
  }
}
@media only screen and (max-width: 639px) {
  .home_page .key {
    min-height: 320px;
  }
  .home_page .key .key_wrap {
    min-height: 320px;
    font-size: 1.7vw;
  }
  .home_page .key .key_slider {
    width: 80%;
  }
  .home_page .key .key_catch {
    width: 93%;
    margin-top: -10em;
  }
  .home_page .key .key_catch h2 {
    font-size: 4.5em;
  }
  .home_page .key .key_catch p {
    font-size: 2.2em;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .home_page .key .home_page .key {
    min-height: 500px;
  }
  .home_page .key .home_page .key .key_wrap {
    min-height: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .h3_st01 {
    font-size: calc(var(--ttl_size) + 2px);
  }
  .h4_st01 {
    padding-left: 0.6em;
  }
  .h4_st01::before {
    width: 3px;
  }
}
@media only screen and (max-width: 768px) {
  .idx01 {
    padding: 40px 0;
  }
  .idx01::before {
    top: -240px;
    right: 0;
    max-width: 706px;
    max-height: 658px;
    width: 69vw;
    height: 156vw;
    background-position: left center;
  }
  .idx01_block .box_news {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 30px;
  }
  .idx01_block .box_news:not(:last-child) {
    margin-bottom: 30px;
  }
  .idx01_block .list_post li {
    padding: 20px 0px 5px;
  }
  .idx01_block .list_post a {
    grid-template-columns: 7em calc(100% - 7em);
  }
  .idx01_block .cm_btn {
    max-width: 130px;
  }
  .idx01_block .cm_btn a {
    padding: 10px 20px 10px;
  }
  .idx01_block .cm_btn a::after {
    right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .idx02 {
    padding: 50px 0;
    background-image: url(../images/idx02_bg_sp.jpg);
    background-position: left center;
  }
  .idx02 .h3_st01 {
    margin-bottom: 30px;
  }
  .idx02 .box_info dl:not(:last-child) {
    margin-bottom: 15px;
  }
  .idx02 .box_info dl:nth-last-child(2) {
    margin-bottom: 15px;
  }
  .idx02 .box_info dl dt {
    width: 7em;
  }
  .idx02 .box_info dl dd {
    width: calc(100% - 7em);
  }
  .idx02 .col:first-child {
    margin-bottom: 35px;
  }
  .idx02 .cm_btn {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .idx02 .cm_btn a {
    font-size: 14px;
  }
  .idx02_map {
    margin-top: 40px;
    height: 299px;
  }
  .idx02_map iframe {
    height: 100%;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .idx03 {
    padding: 50px 0;
    background-image: url(../images/idx03_bg_sp.jpg);
  }
  .idx03 .h3_st01 {
    margin-bottom: 30px;
  }
  .idx03 .block_greeting {
    max-width: 626px;
    width: 100%;
    margin: 0 auto;
  }
  .idx03 .block_greeting_img {
    max-width: 500px;
    margin: 0 auto 20px;
  }
  .idx03 .box_name {
    bottom: 20px;
    left: 0;
    margin: 0 auto;
    padding: 15px 20px 17px 20px;
    max-width: 170px;
  }
  .idx03 .box_name .jp .txt_lg {
    font-size: 20px;
  }
  .idx03 .box_name .en {
    font-size: 10px;
  }
  .idx03 .gr_btn {
    margin-top: 30px;
  }
  .idx03 .gr_btn .cm_btn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .idx03 .gr_btn .cm_btn:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .idx04 {
    padding: 50px 0;
  }
  .idx04 .h3_st01 {
    margin-bottom: 35px;
  }
  .idx04 .block_feature .feature_it {
    min-height: 61vw;
    max-width: 626px;
    margin: 0 auto 40px;
    padding: 50px 20px 35px;
    background-position: top 10% center;
  }
  .idx04 .block_feature .feature_it::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-width: 2px;
  }
  .idx04 .block_feature .feature_it h4 {
    font-size: calc(var(--ttl_size) - 4px);
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }
  .idx04 .block_feature .feature_it h4::after {
    margin-top: 10px;
  }
  .idx04 .block_feature .feature_it .feature_num {
    font-size: 60px;
  }
}
@media only screen and (max-width: 450px) {
  .idx04 .block_feature .feature_it h4 {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 768px) {
  .idx05 {
    padding-bottom: 50px;
  }
  .idx05 h3 {
    font-size: calc(var(--ttl_size) + 2px);
    min-height: auto;
    padding: 1.5em 20px;
    line-height: 1.3;
  }
  .idx05 h3::after {
    top: -0.6em;
    width: 8.916667em;
    height: 3.583333em;
  }
  .idx05 .block_trouble h4 {
    font-size: 2em;
  }
  .idx05 .block_trouble .trouble_it {
    width: calc(50% - 1px);
    margin-right: 1px;
    margin-bottom: 1px;
    min-height: 32.7em;
  }
  .idx05 .block_trouble .trouble_it:nth-child(2n) {
    margin-right: 0;
  }
  .idx05 .block_trouble .trouble_it figure {
    max-width: 10.3em;
  }
  .idx05_block01 {
    margin-top: 60px;
  }
  .idx05_block01 h4 {
    font-size: calc(var(--ttl_size) - 2px);
    padding-left: 0.8em;
    margin-bottom: 0.8em;
  }
  .idx05_block01 h4 .en {
    margin-top: 0.2em;
  }
  .idx05_block01_item {
    max-width: 555px;
    margin: 0 auto 40px;
  }
  .idx05_block01_item:last-child {
    margin-bottom: 0;
  }
  .idx05_block01_item::before {
    font-size: 6px;
  }
  .idx05_block01_item:nth-child(3) .txt_en {
    min-width: 194px;
  }
  .idx05_block01_item.b_right .img_right:before {
    right: -150px;
  }
  .idx05_block01_item.b_right .txt_en {
    left: 0.269230769em;
  }
  .idx05_block01_img {
    max-width: 490px;
    margin: 0 auto 55px;
  }
  .idx05_block01_img::before {
    left: -150px;
    bottom: -40px;
    width: 115%;
    max-width: 575px;
  }
  .idx05_block01 .txt_en {
    font-size: 5.8em;
    min-width: 155px;
  }
  .idx05_block01 .gr_btn {
    margin-top: 25px;
  }
  .idx05_block01 .cm_btn {
    margin-left: auto;
    margin-right: auto;
  }
  .idx05_block02 {
    padding: 50px 5%;
    margin-top: 60px;
    text-align: center;
    background-image: url(../images/idx05_bg02_sp.jpg);
    background-position: center;
  }
  .idx05_block02::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .idx05_block02 h4 {
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .idx05_block02 .cm_btn {
    margin: 20px auto 0;
    max-width: 235px;
  }
  .idx05_block02 .box_content {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 450px) {
  .idx05 h3 {
    padding: 1em 20px;
  }
  .idx05 .block_trouble h4 {
    font-size: 3.3em;
    margin-top: 0;
  }
  .idx05 .block_trouble .trouble_it {
    min-height: 37.7em;
    font-size: 1.302vw;
  }
  .idx05 .block_trouble .trouble_it figure {
    max-width: 14.3em;
  }
  .idx05_block01_item.b_right .img_right:before {
    right: -20px;
  }
  .idx05_block01_img::before {
    width: 95%;
    left: -20px;
  }
  .idx05_block01 .txt_en {
    font-size: 4em;
  }
  .idx05_block01 .cm_btn a {
    letter-spacing: 0.05em;
    padding-right: 2em;
  }
}
@media only screen and (max-width: 768px) {
  .idx06 {
    padding: 45px 0 55px;
    border-top-width: 2px;
  }
  .idx06 .h3_st01 {
    margin-bottom: 30px;
  }
  .idx06 .block_menu h4 {
    font-size: 2em;
    min-height: 3.75em;
  }
  .idx06 .block_menu h4 .txt_sm {
    font-size: 0.78em;
  }
  .idx06 .block_menu h4 .en {
    margin-top: 0.5em;
  }
  .idx06 .block_menu .menu_it {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 10px;
    min-height: 23em;
    padding: 3em 1em 2.5em;
    font-size: 10px;
  }
  .idx06 .block_menu .menu_it:nth-child(3n) {
    margin-right: 0;
  }
  .idx06 .block_menu .menu_it figure img {
    width: 7.7em;
  }
  .idx06 .block_other {
    padding: 30px 5% 30px;
    margin-top: 40px;
  }
  .idx06 .block_other .h3_st01 {
    margin-bottom: 30px;
  }
  .idx06 .block_other h4 {
    margin-bottom: 5px;
  }
  .idx06 .block_other_bnr .bnr_it {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 70vw;
    min-height: auto;
    max-height: 250px;
  }
  .idx06 .block_other_bnr .bnr_it:not(:last-child) {
    margin-bottom: 30px;
  }
  .idx06 .block_other_bnr .bnr_it::after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .idx06 .block_other_bnr .bnr_title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .idx06 .box_recruit {
    padding: 50px 20px 50px;
    min-height: 300px;
    height: 83vw;
    max-height: 400px;
    background-image: url(../images/idx06_recruit_bg_sp.jpg);
  }
  .idx06 .box_recruit::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .idx06 .box_recruit_content {
    padding: 9px 5% 28px 2%;
    border-width: 3px;
  }
  .idx06 .box_recruit_content::after {
    right: 10px;
  }
}
@media only screen and (max-width: 639px) {
  .idx06 .block_menu h4 .en {
    font-size: 0.55em;
    letter-spacing: 0.05em;
  }
  .idx06 .block_menu .menu_it {
    width: calc((100% - 20px) / 2);
    font-size: 8px;
  }
  .idx06 .block_menu .menu_it:nth-child(2n) {
    margin-right: 0;
  }
  .idx06 .block_menu .menu_it:nth-child(3n) {
    margin-right: 10px;
  }
  .idx06 .box_recruit_content {
    padding: 9px 5% 38px;
  }
  .idx06 .box_recruit_content::after {
    left: 0;
    right: 0;
    bottom: 15px;
    top: unset;
  }
}
@media only screen and (max-width: 374px) {
  .idx06 .block_menu .menu_it {
    width: 100%;
    max-width: 260px;
    margin-right: auto;
    margin-left: auto;
  }
  .idx06 .block_menu .menu_it:nth-child(3n) {
    margin-right: auto;
  }
  .idx06 .block_menu .menu_it:nth-child(2n) {
    margin-right: auto;
  }
}
/* END Index
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Under
********************************/
@media only screen and (max-width: 768px) {
  .under .sitemap > ul > li a, .under .sitemap > ul > li p {
    padding-left: 22px;
    padding-right: 10px;
  }
  .under .sitemap > ul > li li a {
    padding-left: 34px;
  }
  .under .sitemap > ul > li li a::before {
    left: 10px;
    top: 27px;
  }
  .under #mainContent {
    padding-bottom: 10px;
  }
  .under .topic_path {
    padding: 8px 0 10px;
  }
  .under .topic_path::before {
    width: calc(100% - 20px);
    min-height: 250px;
    background-position: left center;
  }
  .under .topic_path .inner {
    width: 100%;
  }
  .under .topic_path span {
    padding: 0 5px;
  }
  .under .key {
    height: 250px;
  }
  .under .key::before {
    width: calc(100% - 20px);
  }
  .under .key .key_text {
    padding: 10px;
  }
  .under .key h2 {
    font-size: var(--ttl_size);
  }
  .under h3 {
    margin-bottom: 25px;
    font-size: calc(var(--ttl_size) - 2px);
  }
  .under h3::after {
    margin-top: 10px;
    width: 50px;
  }
  .under h4 {
    margin-bottom: 20px;
    font-size: calc(var(--ttl_size) - 4px);
    padding-bottom: 7px;
  }
  .under h5 {
    margin-bottom: 15px;
    padding-left: 15px;
    font-size: calc(var(--ttl_size) - 6px);
  }
  .under h6 {
    margin-bottom: 10px;
    font-size: calc(var(--ttl_size) - 8px);
    padding-left: 22px;
  }
  .under h6::before {
    width: 14px;
    height: 14px;
  }
  .under .txt_catch {
    padding: 15px 15px;
  }
  .under .txt_catch p {
    font-size: calc(var(--ttl_size) - 8px);
    line-height: 1.8;
  }
}
@media only screen and (max-width: 374px) {
  .under .key h2 {
    letter-spacing: 0.05em;
    font-size: calc(var(--ttl_size) - 2px);
  }
}
@media only screen and (max-width: 768px) {
  .under section:first-child h3 {
    margin-top: 35px;
  }
  .under section {
    padding-top: 1px;
  }
  .under section h3 {
    margin-top: 40px;
  }
  .under .secH4 {
    padding-top: 30px;
  }
  .under .secH5 {
    padding-top: 20px;
  }
  .under .secH6 {
    padding-top: 10px;
  }
  .under .imgBox.colImg3 picture, .under .imgBox.colImg2 picture{
    height: 63vw;
    max-height: 480px;
    max-width: 715px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .under .imgBox.rowImg .image_l, .under .imgBox.rowImg .image_r {
    float: none;
    width: auto;
    margin: 0 0 20px;
    text-align: center;
    max-width: none;
    display: block;
  }
  .under .imgBox.rowImg .image_l:nth-child(n), .under .imgBox.rowImg .image_r:nth-child(n) {
    max-width: none;
  }
  .under .imgBox.rowImg .txt_l, .under .imgBox.rowImg .txt_r {
    float: none;
    width: auto;
  }
  .under .imgBox.rowImg.large .image_l, .under .imgBox.rowImg.large .image_r {
    max-width: none;
  }
  .under .imgBox.rowImg.large .txt_l, .under .imgBox.rowImg.large .txt_r {
    width: auto;
  }
  .under .imgBox.colImg .item:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .under .imgBox.colImg figure {
    margin-bottom: 15px;
  }
  .under .imgBox.colImg .text {
    font-size: 14px;
  }
  .under .imgBox.colImg2 .item, .under .imgBox.colImg3 .item {
    width: 100%;
  }
  .under .imgBox.colImg2 img, .under .imgBox.colImg3 img {
    max-height: 100%;
  }
  .under .acf_block h3 {
    margin-bottom: 0;
  }
  .under .acf_block .text_h3 {
    margin: 25px 0 0;
  }
  .under .acf_block .text_h4 {
    margin: 20px 0 0;
  }
  .under .acf_block .text_h5 {
    margin: 15px 0 0;
  }
  .under .clinic_tbl02 th:first-child {
    width: 200px;
  }
  .under table.rollTable {
    width: 768px;
  }
  .under table.tbl_style01.mb20 {
    margin-bottom: 10px !important;
  }
  .under table.resTable {
    display: block;
  }
  .under table.resTable tbody, .under table.resTable tr, .under table.resTable th, .under table.resTable td {
    display: block;
    width: 100% !important;
  }
  .under table.resTable td:not(:last-child) {
    border-bottom: 0;
  }
  .under table.resTable.tbl_style01.colHead tr th {
    border: 1px solid var(--main-color);
    border-bottom: none;
  }
  .under table.resTable.tbl_style01.colHead tr:not(:first-child) th {
    border-top: none;
  }
  .under table.resTable.tbl_style02.colHead th {
    border-bottom: none;
  }
  .under table.resTable.tbl_style02.colHead tr:not(:last-child) td {
    border-bottom: none;
  }
  .under .tbl_note {
    display: block;
  }
  .under ul.list01 li {
    font-size: 14px;
    line-height: 2;
    padding-left: 20px;
  }
  .under ul.list01 li::before {
    width: 14px;
    height: 12px;
    top: 0.65em;
  }
  .under ul.list01.mcol-2 li {
    width: 100%;
    padding-bottom: 9px;
    padding-right: 0;
  }
  .under .list_num li {
    padding-left: 2em;
    line-height: 2;
  }
  .under .list_num li::before {
    top: 6px;
  }
  .under .doctor_box {
    padding: 0vw;
  }
  .under .doctor_box .doctor_name {
    bottom: 3.5vw;
    right: 3.5vw;
    font-size: 3.5vw;
    padding: 3vw 2vw;
  }
  .under .ud_feature {
    margin-top: 35px;
  }
  .under .ud_feature_it {
    padding: 60px 6% 40px;
  }
  .under .ud_feature_it:not(:last-child) {
    margin-bottom: 35px;
  }
  .under .ud_feature_it::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .under .ud_feature_it::after {
    width: 120px;
    height: 102px;
    bottom: 10px;
    right: 10px;
  }
  .under .ud_feature_num {
    font-size: 60px;
    top: -10px;
  }
  .under .ud_step_item {
    padding: 46px 24px 10px;
    background-size: 180px auto;
  }
  .under .ud_step_item::before {
    height: calc(100% - 55px);
    top: 35px;
  }
  .under .ud_step_item:not(:last-child) {
    margin-bottom: 35px;
  }
  .under .ud_step_item:not(:last-child)::after {
    bottom: -10px;
    border-width: 20px 25px 0 25px;
  }
  .under .ud_step_cont {
    padding: 20px 0px 20px;
  }
  .under .ud_step_num {
    top: 12px;
    font-size: 40px;
  }
  .under .ud_faq_it:not(:last-child) {
    margin-bottom: 25px;
  }
  .under .ud_faq_question, .under .ud_faq_answer {
    padding-left: 60px;
  }
  .under .ud_faq_question::before, .under .ud_faq_answer::before {
    font-size: 25px;
    width: 40px;
    height: 40px;
    left: 10px;
  }
  .under .ud_faq_question {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 25px;
  }
  .under .ud_faq_question::after {
    width: 12px;
    height: 12px;
    right: 15px;
  }
  .under .ud_faq_answer {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 450px) {
  .under .doctor_box .doctor_name {
    font-size: 4.5vw;
  }
  .under .imgBox.colImg3 picture, .under .imgBox.colImg2 picture{height: 60vw;}
}
@media only screen and (max-width: 375px) {
  .under .imgBox.colImg2 .item, .under .imgBox.colImg3 .item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .under .clinic_tbl01 th {
    width: 35%;
    text-align: left;
  }
  .under .teeth_box .secH4 {
    width: 100%;
  }
}
@media only screen and (max-width: 425px) {
  .under .access_box_img01 .block:nth-child(even) .big, .under .access_box_img02 .block:nth-child(even) .big {
    order: 0;
  }
  .under .access_box_img01 .block .big, .under .access_box_img01 .block .small, .under .access_box_img02 .block .big, .under .access_box_img02 .block .small {
    width: 100%;
  }
}
/*INTERVIEW PAGE*/
@media only screen and (max-width: 768px) {
  .under.page-interview {
    counter-reset: count;
  }
  .under.page-interview .key {
    height: 450px;
  }
  .under.page-interview .key::before, .under.page-interview .key:after {
    width: 70%;
    height: 41vw;
    max-height: 370px;
    min-height: 350px;
  }
  .under.page-interview .key::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    max-width: 1131px;
    background: rgb(58, 52, 50);
    background: linear-gradient(55deg, rgba(58, 52, 50, 0.3) 10%, rgba(255, 255, 255, 0) 89%);
    z-index: 0;
    border-radius: 0 0 0 20px;
  }
  .under.page-interview .key .key_text {
    padding-top: 273px;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .under.page-interview .key .inner {
    max-width: 600px;
    width: 85%;
    margin-right: 0;
  }
  .under.page-interview .key .catch {
    max-width: 260px;
  }
  .under.page-interview .key h2 {
    font-size: var(--ttl_size);
    padding-bottom: 11px;
  }
  .under.page-interview .key h2::before {
    top: -17px;
    right: 24px;
    width: 98px;
    height: 50px;
  }
  .under.page-interview .key .interview_name .txt_pos {
    font-size: 16px;
  }
  .under.page-interview .key .interview_name .txt_jp {
    font-size: 22px;
    margin: 0 10px;
  }
  .under.page-interview .key .interview_name .en {
    font-size: 14px;
  }
  .under.page-interview .topic_path::before {
    min-height: 450px;
  }
  .interview_catch {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .interview_catch::before, .interview_catch::after {
    font-size: 5px;
  }
  .interview_catch h3 {
    font-family: calc(var(--ttl_size) + 2px);
    margin-bottom: 20px;
  }
  .interview_catch.inter_catch01::before {
    top: -33.3em;
  }
  .interview_content, .interview_img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .interview_content {
    max-width: 590px;
    margin: 0 auto;
  }
  .interview_content h4 {
    margin-bottom: 12px;
    padding-bottom: 0;
  }
  .interview_content h4 .en {
    margin-top: 4px;
  }
  .interview_img {
    margin-bottom: 50px;
    max-width: 500px;
  }
  .interview_img:before {
    font-size: 65px;
    bottom: -20px;
  }
  .interview_img::after {
    max-width: 560px;
    width: 115%;
    bottom: -40px;
  }
  .interview_box {
    margin-bottom: 50px;
  }
  .interview_box .br_pc {
    display: none;
  }
  .interview_box.box_left .interview_img::after {
    left: -140px;
  }
  .interview_box.box_left .interview_img::before {
    left: 10px;
  }
  .interview_box.box_left .interview_content {
    margin-left: auto;
  }
  .interview_box.box_right .interview_img::after {
    right: -140px;
  }
  .interview_box.box_right .interview_img::before {
    right: 10px;
  }
  .interview_box.box_right .interview_content {
    margin-right: auto;
  }
}
@media only screen and (max-width: 639px) {
  .under.page-interview .key {
    height: 370px;
  }
  .under.page-interview .key::before, .under.page-interview .key:after {
    width: 80%;
    min-height: 265px;
    background-position: left 20% center;
  }
  .under.page-interview .key .key_text {
    padding-top: 225px;
  }
  .under.page-interview .key .inner {
    width: 92%;
  }
}
@media only screen and (max-width: 480px) {
  .interview_catch.inter_catch02::before {
    top: 13.9em;
  }
  .interview_img::after {
    width: 90%;
  }
  .interview_box.box_left .interview_img::after {
    left: -20px;
  }
  .interview_box.box_right .interview_img::after {
    right: -20px;
  }
}
/* END Under
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/