@charset "UTF-8";
/* CSS Document */
@media only screen and (max-width: 768px) {
  .blurFixSP {
    image-rendering: optimizeSpeed;
    /* STOP SMOOTHING, GIVE ME SPEED  */
    /* Firefox                        */
    image-rendering: -o-crisp-edges;
    /* Opera                          */
    image-rendering: -webkit-optimize-contrast;
    /* Chrome (and eventually Safari) */
    image-rendering: -o-pixelated;
    image-rendering: pixelated;
    /* Chrome */
    image-rendering: optimize-contrast;
    /* CSS3 Proposed                  */
    -ms-interpolation-mode: nearest-neighbor;
    /* IE8+                           */
  }
}
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Menu Toogle
********************************/
.menu_toggle {
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 60px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: calc(100vh - 60px);
  padding: 0px 0px 0px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  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 */
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100%;
  overflow: auto;
}
.menu_toggle .inside .ft_link {
  padding: 30px 10px 50px 10px;
}
.menu_toggle .inside .ft_link .menu01, .menu_toggle .inside .ft_link .menu02 {
  width: 100%;
}
.menu_toggle .inside .ft_link .menu01 {
  margin-bottom: 30px;
}
.menu_toggle .inside .ft_link .ttl {
  width: 100%;
  font-size: 32px;
}
.menu_toggle .inside .ft_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu_toggle .inside .ft_link li {
  width: 49%;
  margin-bottom: 15px;
}
.menu_toggle .inside .ft_link li::before {
  top: 8px;
}
.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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
  font-weight: normal;
}

#nav-icon {
  width: 32px;
  height: 27px;
  position: relative;
  margin: 0 auto 0px;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#nav-icon span {
  background-color: #90d789;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 8px;
}
#nav-icon span:nth-child(4) {
  top: 16px;
}
#nav-icon.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.hamburger-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
}
.hamburger-btn .button-toggle {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: inherit;
}
.hamburger-btn .button-toggle #menu_btn {
  color: #90d789;
  font-size: 13px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0px;
}

@media only screen and (max-width: 480px) {
  .menu_toggle .inside .ft_link .menu01 {
    margin-bottom: 20px;
  }
  .menu_toggle .inside .ft_link li {
    width: 100%;
  }
}
@supports (-webkit-touch-callout: none) {
  .menu_toggle .inside {
    padding-bottom: 60px;
  }
}
/* 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: 100px;
    right: 5px;
  }
  .totop .icon {
    width: 50px;
    height: 50px;
  }
  iframe {
    height: 56vw;
  }
  .under .ud_map iframe {
    height: 100%;
  }
  .fblock {
    display: block;
  }
  .fblock.true {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    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 .btn.style01, .btn-group .btn.style02 {
    max-width: 250px;
  }
  .btn-group .btn.style01 a, .btn-group .btn.style02 a {
    padding: 7px 35px;
    font-size: 15px;
  }
  .btn-group .btn.style01 a.md, .btn-group .btn.style02 a.md {
    font-size: 13px;
  }
  p {
    margin-bottom: 13px;
    line-height: 1.8;
  }
  a .tel_click:hover {
    opacity: 1;
    color: inherit;
  }
  .slick-prev {
    left: 0px;
  }
  .slick-next {
    right: 0px;
  }
  .slick-arrow {
    z-index: 1;
    top: 15vw;
  }
}
/* END General
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Header & Footer
********************************/
@media only screen and (max-width: 768px) {
  .wrapper {
    padding-top: 60px;
    min-width: inherit;
  }
  .wrapper::before {
    background-size: 50% auto;
  }
  .header_top {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    padding: 0px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 60px;
  }
  .header_top::before {
    display: none;
  }
  .header_top.active {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .header_top p {
    margin-bottom: 0;
  }
  .header_top .logo {
    max-width: calc(100% - 80px);
    width: auto;
    margin-left: 10px;
    -webkit-transform: none;
            transform: none;
  }
  .header_top .logo img {
    max-height: 40px;
  }
  .header_top .inner {
    height: auto;
    display: block;
  }
  footer {
    padding-bottom: 50px;
  }
  footer::after {
    height: 55px;
    bottom: 50px;
  }
  footer .ft_gallery {
    height: 200px;
  }
  footer .ft_gallery::before, footer .ft_gallery::after {
    background-size: 50% auto;
  }
  footer .ft_gallery::before {
    top: -20%;
    right: 5%;
    background-position: right top;
  }
  footer .ft_gallery::after {
    left: 10%;
    bottom: -10px;
    background-position: left bottom;
  }
  footer .ft_main {
    margin-top: 40px;
    padding: 60px 0 80px 0;
  }
  footer .ft_main .col_l, footer .ft_main .col_r {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  footer .ft_main .ft_add .sp_only {
    display: none !important;
  }
  footer .ft_main .ft_box_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .ft_main .ft_box_btn .item {
    width: 260px;
    margin: 5px;
  }
  footer .ft_main .ft_box_btn .tel p {
    font-size: 21px;
  }
  footer .ft_main .ft_box_btn .tel span {
    padding-left: 30px;
    background-size: auto 20px;
  }
  footer .ft_main .ft_box_btn .tel a {
    pointer-events: visible;
  }
  footer .ft_main .ft_box_btn .tel a:hover, footer .ft_main .ft_box_btn .tel a:focus {
    opacity: 1;
  }
  footer .ft_main .ft_box_btn .mail p {
    font-size: 18px;
  }
  footer .ft_main .ft_box_btn .mail span {
    background-size: auto 18px;
  }
  footer .ft_main .copyright {
    margin-top: 30px;
  }
  footer .ft_main .copyright p {
    text-align: center;
  }
  footer .ft_main .copyright p .sp_only {
    display: none !important;
  }
  .fixed_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 50px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .fixed_banner.active {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .fixed_banner::before {
    display: none;
  }
  .fixed_banner p {
    font-weight: normal;
  }
  .fixed_banner p::before {
    margin-bottom: 5px;
  }
  .fixed_banner .tel, .fixed_banner .mail {
    width: 50%;
    height: auto;
  }
  .fixed_banner .tel p, .fixed_banner .mail p {
    padding: 0px 0px;
    font-size: 13px;
    line-height: 1;
  }
  .fixed_banner .tel p::before, .fixed_banner .mail p::before {
    height: 21px;
    background-size: contain;
  }
}
@media only screen and (max-width: 480px) {
  footer .ft_gallery {
    height: 180px;
  }
  footer .ft_gallery::after {
    left: 5%;
  }
  footer .ft_main {
    padding-top: 40px;
  }
  footer .ft_main .ft_logo img {
    max-width: 180px;
  }
  footer .ft_main .ft_add {
    font-size: 13px;
  }
  footer .ft_main .ft_add .sp_only {
    display: block !important;
  }
  footer .ft_main .copyright p {
    font-size: 13px;
  }
  footer .ft_main .copyright p .sp_only {
    display: block !important;
  }
}
/* End Header & Footer
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Index
********************************/
@media only screen and (max-width: 768px) {
  .home_page .key {
    margin-top: 0;
    height: calc(100vh - 60px);
    background-image: url(../images/idx_key_bg_sp.jpg);
    background-position: top 40% center;
  }
  .home_page .key::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 61px;
    background: url(../images/idx_key_icon_sp.png) bottom center no-repeat;
    background-size: cover;
  }
  .home_page .key .key_text {
    padding-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home_page .key .key_text .item {
    width: calc(95% - 20px);
    max-width: 580px;
    margin: 0 auto;
    padding: 3vw 10px;
  }
  .home_page .key .key_text .item::before {
    left: -10px;
    top: -16px;
    max-width: 53px;
    max-height: 86px;
  }
  .home_page .key .key_text .item::after {
    max-width: 50px;
    max-height: 113px;
    right: -25px;
  }
  .home_page .key h2 {
    margin-bottom: 2vw;
    font-size: 4vw;
  }
  .home_page .key p {
    font-size: 2.5vw;
  }
  .home_page .key p .sp_only {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .home_page .key {
    max-height: 700px;
  }
  .home_page .key .key_text .item {
    margin-top: -22vw;
  }
  .home_page .key .key_text .item::before, .home_page .key .key_text .item::after {
    background-size: 70% auto;
  }
  .home_page .key h2 {
    font-size: 6vw;
  }
  .home_page .key p {
    font-size: 4vw;
  }
  .home_page .key p .sp_only {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .home_page .key {
    background-image: url(../images/idx_key_bg.jpg);
    z-index: 2;
  }
  .home_page .key::after {
    display: none;
  }
  .home_page .key .key_text .item {
    margin-top: 10vw;
    max-width: 450px;
  }
  .home_page .key h2, .home_page .key p {
    width: 100%;
  }
  .home_page .key h2 {
    font-size: 3vw;
  }
  .home_page .key p {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  .idx_h3_ttl {
    padding-bottom: 25px;
    font-size: 18px;
  }
  .idx_h3_ttl .eng {
    font-size: 250%;
  }
  .idx_box_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .idx_box_btn .idx_btn {
    width: calc(50% - 10px);
    max-width: 280px;
    margin: 0 5px;
  }
  .idx_btn a {
    max-width: 280px;
    padding: 15px 10px;
    background-position: right 10px center, center;
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .idx_box_btn .idx_btn {
    width: 280px;
    margin: 5px auto;
  }
  .idx_h3_ttl .eng {
    font-size: 200%;
  }
  .idx_btn a {
    padding: 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .idx01 {
    padding: 0 0 160px 0;
    margin-top: 0;
    z-index: 1;
  }
  .idx01::before, .idx01::after {
    background-size: 50% auto;
  }
  .idx01::before {
    right: 3%;
    background-position: right top;
  }
  .idx01::after {
    bottom: -5%;
    right: -5%;
    background-position: bottom right;
  }
  .idx01 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .idx01 .inner::before {
    top: 0%;
    left: -5%;
    background-size: 50% auto;
    background-position: top left;
  }
  .idx01 .col_img, .idx01 .col_infor {
    width: 100%;
    margin: 0 auto;
  }
  .idx01 .col_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .idx01 .col_img figure {
    width: 90%;
  }
  .idx01 .col_img figure:nth-of-type(2) {
    margin-top: -25%;
  }
  .idx01 .col_infor {
    padding: 0;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-animation-name: none;
            animation-name: none;
  }
  .idx01 .col_infor .txt {
    padding: 0;
    line-height: 2;
    font-size: 14px;
  }
  .idx01 .col_infor .idx_box_btn {
    width: calc(100% - 20px);
    margin-top: 0;
    position: absolute;
    bottom: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (max-width: 480px) {
  .idx01 {
    padding-bottom: 180px;
  }
  .idx01 .inner::before {
    top: -5%;
  }
  .idx01 .col_infor .idx_box_btn {
    bottom: -140px;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .idx01 {
    padding-top: 70px;
    margin-top: -30px;
  }
}
@media only screen and (max-width: 768px) {
  .idx02 {
    padding: 60px 0;
  }
  .idx02::before, .idx02::after {
    background-size: 50% auto;
  }
  .idx02::before {
    top: 5%;
    left: 4.5%;
  }
  .idx02::after {
    bottom: 49px;
    left: 30px;
  }
  .idx02 .idx_h3_ttl {
    margin-bottom: 25px;
  }
  .idx02 .col_infor {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
  }
  .idx02 .col_infor .thumb {
    max-width: 100%;
  }
  .idx02 .col_infor .txt {
    margin-bottom: 15px;
    line-height: 2;
  }
  .idx02 .col_img {
    width: 100%;
    margin: 20px auto 0 auto;
  }
  .idx02 .col_img::after {
    left: -5%;
    bottom: -15%;
    background-size: 50% auto;
    background-position: left bottom;
  }
}
@media only screen and (max-width: 480px) {
  .idx02 {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  .idx03 {
    padding: 0 0 100px 0;
  }
  .idx03_head {
    padding: 60px 0 100px 0;
  }
  .idx03_head::after {
    bottom: 50px;
    right: 30%;
    background-size: 50% auto;
  }
  .idx03_head .inner::before, .idx03_head .inner::after {
    background-size: contain;
  }
  .idx03_head .inner::before {
    top: -24%;
    left: 31%;
    width: 10%;
    height: 32%;
    background-position: top left;
  }
  .idx03_head .inner::after {
    left: 68%;
    width: 6%;
    height: 21%;
  }
  .idx03_head .idx_h3_ttl {
    margin-bottom: 25px;
  }
  .idx03_head .txt {
    line-height: 2;
    font-size: 14px;
  }
  .idx03 > .inner::before, .idx03 > .inner::after {
    background-size: 50% auto;
  }
  .idx03 > .inner::before {
    right: -113px;
  }
  .idx03 > .inner::after {
    left: -5%;
    bottom: -8%;
    background-position: left bottom;
  }
  .idx03_box {
    margin-top: -50px;
    padding: 20px 20px 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .idx03_box .item {
    width: 32%;
    height: 180px;
    margin-bottom: 30px;
  }
  .idx03_box .ttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .idx03_box .item {
    width: 48%;
  }
}
@media only screen and (max-width: 480px) {
  .idx03_head {
    padding: 40px 0 80px 0;
  }
  .idx03_head .inner::before {
    top: -15%;
    left: 22%;
    width: 16%;
    height: 18%;
  }
  .idx03_head .inner::after {
    left: 79%;
    width: 14%;
    height: 14%;
  }
  .idx03_box .item {
    width: 100%;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (max-width: 768px) {
  .idx04 {
    padding: 0;
  }
  .idx04 .inner::after {
    bottom: 2%;
    left: -5%;
    background-size: 50% auto;
  }
  .idx04_full::before, .idx04_full::after {
    background-size: 50% auto;
  }
  .idx04_full::before {
    background-position: top left;
  }
  .idx04_full::after {
    background-position: top right;
  }
  .idx04 .idx_h3_ttl {
    margin-bottom: 25px;
  }
  .idx04_box .item {
    width: 88%;
    margin: 0 auto 40px auto !important;
  }
  .idx04_box .item:last-child {
    margin-bottom: 0;
  }
  .idx04_box .item .box_infor {
    padding: 30px 0 0 30px;
  }
  .idx04_box .item .point {
    width: 90px;
    height: 80px;
    padding-top: 5px;
    font-size: 14px;
    left: -45px;
  }
  .idx04_box .item h4 {
    padding-bottom: 15px;
    font-size: 20px;
  }
  .idx04_box .item .txt {
    line-height: 2;
  }
  .idx04_box .item img {
    -webkit-animation-name: none;
            animation-name: none;
  }
}
@media only screen and (max-width: 480px) {
  .idx04_box .item {
    width: 95%;
  }
  .idx04_box .item .box_infor {
    padding-top: 40px;
    padding-left: 20px;
  }
  .idx04_box .item .point {
    width: 70px;
    height: 60px;
    font-size: 10px;
    left: -10px;
    bottom: -30px;
  }
  .idx04_box .item h4 {
    padding-bottom: 10px;
  }
  .idx04_box .item .txt br {
    display: none;
  }
  .idx04_box .item .box_img::before {
    background-size: 50% auto;
  }
  .idx04_box .item:nth-of-type(1) .box_img::before {
    right: -10px;
    background-position: right bottom;
  }
  .idx04_box .item:nth-of-type(2) .box_img::before {
    top: 0px;
    background-position: right top;
  }
  .idx04_box .item:nth-of-type(3) .box_img::before {
    right: 0px;
    background-position: right top;
  }
  .idx04_box .item:nth-of-type(3) .box_img::after {
    background-position: right bottom;
  }
  .idx04_box .item:nth-of-type(4) .box_img::before {
    right: -10px;
    bottom: 0;
    background-position: right bottom;
  }
}
@media only screen and (max-width: 768px) {
  .idx05 {
    padding: 170px 0 60px 0;
  }
  .idx05::after {
    background-size: 50% auto;
  }
  .idx05 .idx_h3_ttl {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
    position: absolute;
    top: 90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .idx05 .idx_h3_ttl .eng {
    margin-right: 10px;
    font-size: 250%;
  }
  .idx05_box .col_img, .idx05_box .col_infor {
    width: 100%;
    max-width: 668px;
    margin: 0 auto;
    padding: 0;
  }
  .idx05_box .col_img {
    margin-bottom: 20px;
  }
  .idx05_box .col_img::before, .idx05_box .col_img::after {
    background-size: 50% auto;
  }
  .idx05_box .col_img::before {
    left: 10%;
  }
  .idx05_box .col_img::after {
    right: 0%;
    bottom: 0%;
    background-position: right bottom;
  }
  .idx05_box .col_infor {
    -webkit-animation-name: none;
            animation-name: none;
  }
  .idx05_box .box_name {
    max-width: 350px;
    margin-bottom: 20px;
  }
  .idx05_box .box_name .pos {
    font-size: 16px;
  }
  .idx05_box .box_name .name {
    font-size: 26px;
  }
  .idx05_box .box_name .name .eng {
    margin-left: 20px;
  }
  .idx05_box .txt {
    line-height: 2;
  }
  .idx05 .idx_box_btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .idx05 {
    padding-top: 120px;
  }
  .idx05 .idx_h3_ttl {
    top: 60px;
  }
  .idx05 .idx_h3_ttl .eng {
    font-size: 200%;
  }
  .idx05_box .box_name .pos {
    font-size: 16px;
  }
  .idx05_box .box_name .name {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .idx06 {
    padding: 60px 0 0;
  }
  .idx06::before {
    top: -1%;
    background-size: 50% auto;
  }
  .idx06 .idx_h3_ttl {
    margin-bottom: 25px;
  }
  .idx06 .txt_h3 {
    max-width: 640px;
    margin: 0 auto 30px auto;
    padding: 15px 20px;
    font-size: 14px;
  }
  .idx06 .txt_h3 .sp_only {
    display: none !important;
  }
  .idx06_box .col_l, .idx06_box .col_r {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .idx06_box .col_l {
    margin-bottom: 30px;
  }
  .idx06_box_add dl {
    padding: 15px 5px;
  }
  .idx06_box_add dt {
    width: 150px;
  }
  .idx06_box_add dt .sp_only {
    display: none !important;
  }
  .idx06_box_add dd {
    width: calc(100% - 150px);
    padding-left: 10px;
  }
  .idx06_tel {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .idx06_tel a {
    pointer-events: visible;
  }
  .idx06_tel a:hover, .idx06_tel a:focus {
    opacity: 1;
    color: #fff;
  }
  .idx06 .idx_btn {
    margin-top: 30px;
  }
  .idx06_map {
    margin: 60px 0 0;
  }
  .idx06_map iframe {
    height: 350px;
  }
}
@media only screen and (max-width: 480px) {
  .idx06 {
    padding-top: 12%;
  }
  .idx06::before {
    background-size: 70% auto;
    height: 4%;
  }
  .idx06 .txt_h3 {
    padding: 15px 10px;
  }
  .idx06 .txt_h3 .sp_only {
    display: block !important;
  }
  .idx06_box_add dt {
    width: 100px;
  }
  .idx06_box_add dt .sp_only {
    display: block !important;
  }
  .idx06_box_add dd {
    width: calc(100% - 100px);
  }
  .idx06_box_time table th, .idx06_box_time table td {
    font-size: 12px;
  }
  .idx06_box_time table th {
    padding: 14px 6px 13px 6px;
  }
  .idx06_box_time table td {
    padding: 11px 0 12px 0 !important;
  }
  .idx06_box_time .note_time {
    font-size: 12px;
  }
  .idx06_tel {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .idx07 {
    padding-bottom: 60px;
  }
  .idx07_gallery .gallery_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .idx07_gallery .gallery_list li {
    width: 19.9%;
    height: 42vw;
    max-height: 200px;
  }
  .idx07_h3 .idx_h3_ttl {
    margin-top: 0;
  }
  .idx07_h3 .idx_h3_ttl .eng {
    padding: 0 40px 0 50px;
  }
  .idx07_h3 .idx_h3_ttl .eng::before, .idx07_h3 .idx_h3_ttl .eng::after {
    background-size: 50% auto;
  }
  .idx07_box {
    margin-top: -5%;
    padding: 30px;
  }
  .idx07_box::before {
    top: 50%;
    left: -13%;
    background-size: 50% auto;
    background-position: left top;
  }
  .idx07_box .youtube iframe {
    height: 300px;
  }
  .idx07_box .idx_box_btn {
    margin-top: 30px;
  }
  .idx07_box .idx_box_btn .idx_btn {
    width: 280px;
    margin: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .idx07 {
    padding-bottom: 40px;
  }
  .idx07_box {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .idx08 .col_l, .idx08 .col_r {
    width: 100%;
    padding: 60px 40px;
  }
  .idx08 .col_l .thumb, .idx08 .col_r .thumb {
    margin: 0 auto;
  }
  .idx08 .col_l .thumb {
    max-width: 100%;
  }
  .idx08 .col_l .thumb::before {
    top: -10%;
    left: -6%;
    background-size: 50% auto;
  }
  .idx08 .col_l .col_l_h3 {
    font-size: 22px;
  }
  .idx08 .col_l .item {
    padding: 15px 10px !important;
  }
  .idx08 .col_l .item .date {
    width: 100px;
  }
  .idx08 .col_l .item .cate {
    width: 80px;
  }
  .idx08 .col_l .item .ttl {
    width: calc(100% - 80px - 100px);
    padding-left: 15px;
  }
  .idx08 .col_l .idx_btn {
    margin-top: 30px;
  }
  .idx08 .col_r .col_r_h3 {
    margin-bottom: 25px;
    font-size: 30px;
  }
  .idx08 .col_r .box_ins {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .idx08 .col_r .box_ins .item {
    width: 20vw;
    height: 20vw;
    background-size: contain;
  }
}
@media only screen and (max-width: 480px) {
  .idx08 .col_l, .idx08 .col_r {
    padding: 40px 20px;
  }
  .idx08 .col_l .thumb::before {
    top: -5%;
  }
  .idx08 .col_l .col_l_h3 {
    padding-left: 10px;
    font-size: 19px;
  }
  .idx08 .col_l .item .ttl {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .idx08 .col_l .idx_btn a {
    padding: 10px;
  }
  .idx08 .col_r .col_r_h3 {
    padding-left: 40px;
    background-size: auto 25px;
    font-size: 26px;
  }
  .idx08 .col_r .box_ins .item {
    width: 28vw;
    height: 28vw;
  }
}
@media only screen and (max-width: 768px) {
  .idx_banner {
    bottom: 40px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .idx_banner.active {
    bottom: 60px;
  }
  .idx_banner .item {
    width: 280px;
    height: 80px;
  }
  .idx_banner .corona .ttl {
    padding-left: 55px;
    background-size: auto 45px;
    font-size: 20px;
  }
  .idx_banner .corona .close img {
    width: 100%;
    max-width: 26px;
  }
  .idx_banner .recruit::after {
    background-size: auto 90px;
  }
  .idx_banner .recruit .ttl {
    padding-left: 25px;
    font-size: 24px;
  }
  .idx_banner .recruit .eng {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .idx_banner {
    bottom: 20px;
    left: 20px;
  }
  .idx_banner .item {
    width: 220px;
    height: 60px;
  }
  .idx_banner .corona {
    padding-left: 10px;
  }
  .idx_banner .corona .ttl {
    padding-left: 35px;
    background-size: auto 30px;
    font-size: 16px;
  }
  .idx_banner .recruit::after {
    background-size: auto 70px;
  }
  .idx_banner .recruit .ttl {
    padding-left: 15px;
    font-size: 18px;
  }
  .idx_banner .recruit .eng {
    font-size: 18px;
    bottom: -2px;
  }
}
/* END Index
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Under
********************************/
@media only screen and (max-width: 768px) {
  .under #mainContent {
    padding-bottom: 50px;
  }
  .under .idx_banner {
    display: none;
  }
  .under .key {
    margin-top: 0;
    height: 250px;
  }
  .under .key .key_text h2 {
    padding: 10px 30px;
    font-size: 26px;
  }
  .under h3 {
    margin-bottom: 25px;
    font-size: 24px;
  }
  .under h4 {
    padding-left: 40px;
    margin-bottom: 20px;
    font-size: 22px;
  }
  .under h4::before {
    background-size: 50% auto;
    top: 4px;
  }
  .under h5 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .under h6 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .under .ud_map {
    height: 350px;
  }
}
@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: 60px;
  }
  .under .secH4 {
    padding-top: 40px;
  }
  .under .secH5 {
    padding-top: 30px;
  }
  .under .imgBox.rowImg .image_l, .under .imgBox.rowImg .image_r {
    float: none;
    width: auto;
    margin: 0 0 20px;
    text-align: center;
    max-width: none;
  }
  .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 table.rollTable {
    width: 768px;
  }
  .under table.tbl_style01 th {
    width: 120px;
  }
  .under table.resTable {
    display: block;
  }
  .under table.resTable tbody, .under table.resTable tr, .under table.resTable th, .under table.resTable td {
    display: block;
  }
  .under table.resTable td:not(:last-child) {
    border-bottom: 0;
  }
  .under table.resTable.tbl_style01.colHead tr th {
    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;
  }
  .under ul.list01 li::before {
    top: 6px;
  }
  .under ul.list01.mcol-2 li {
    width: 100%;
    padding-bottom: 9px;
    padding-right: 0;
  }
  .under .doctor_box {
    padding: 0vw;
  }
  .under .doctor_box .doctor_name {
    bottom: 5vw;
    right: 3.5vw;
    font-size: 3.5vw;
    padding: 3vw 2vw;
  }
  .under .under_box_flow {
    background-position: 24px 0;
  }
  .under .under_box_flow .item {
    margin-top: 30px;
    margin-left: 60px;
  }
  .under .under_box_flow .item::before {
    width: 38px;
    top: 27px;
    left: -30px;
  }
  .under .under_box_flow .item::after {
    left: 5px;
    top: 24px;
  }
  .under .under_box_flow .item .label {
    width: 40px;
    height: 40px;
    top: 8px;
    left: -55px;
    font-size: 20px;
    line-height: 39px;
  }
  .under .under_box_flow .item .box_in {
    padding: 15px 20px;
  }
  .under .qa_it {
    margin-bottom: 20px;
  }
  .under .box_q {
    font-size: 18px;
    padding: 10px 25px 10px 60px;
  }
  .under .box_a {
    padding: 10px 10px 10px 60px;
  }
  .under .box_q:before, .under .box_a:before {
    font-size: 20px;
    width: 35px;
    height: 35px;
    left: 10px;
  }
  .under .box_q:after {
    right: 10px;
    border-top: 2px solid #90d789;
    border-right: 2px solid #90d789;
  }
  .under .box_a:before {
    top: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .under .imgBox.colImg .text {
    font-size: 13px;
  }
  .under .imgBox.colImg2 .item, .under .imgBox.colImg3 .item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .under .clinic_tbl01 th {
    width: auto;
    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 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            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%;
  }
}
/* END Under
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/