.sp, .sp425, .sp375, .sp320 {
  display: none;
}
@media screen and (max-width: 1140px) {
  .b06-list li:after {
    right: 0;
  }
  .b06-l h3 .num {
    font-size: 85px;
  }
  .b06-l h3 .large {
    font-size: 55px;
  }
  .f-contact .h-tel li:last-child a {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  .box07 {
    background: #6e6d6e url("../images/b07_bg_sp.jpg") center bottom no-repeat;
    background-size: contain;
    background-attachment: inherit;
  }
}
@media screen and (min-width: 641px) {
  .submenu ul li a.mh83 {
    min-height: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .container {
    width: 1230px;
  }
  #header .h-cnt li:nth-child(2) {
    max-width: 540px;
    flex-direction: column;
    margin-left: auto;
    margin-right: 15px;
  }
  .logo_brand img {
    width: 170px;
  }
}
@media screen and (max-width: 640px) {
  .logo_brand_sp {
    margin-bottom: 30px;
  }
  .logo_brand_sp img {
    width: 60%;
  }
  .b01-box01 .b01-add {
    margin-bottom: 0;
  }
  h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
    font-size: 140%;
  }
  #wrapper {
    min-width: 100%;
    margin: 0;
    padding: 63px 0 50px;
  }
  #main, #footer {
    min-width: 100%;
  }
  .container, .under #main {
    padding: 0 3%;
    width: 100%;
    box-sizing: border-box;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .image-r, .image-l {
    float: none;
    text-align: center;
    margin: 0 0 20px;
  }
  /** start table scroll***/
  /*<p class="sp note">※表は左右にスクロールして確認することができます。</p>
<p class="sp note">※画像は左右にスクロールして確認することができます。</p>*/
  .tbl-scroll, .img-scroll {
    overflow-x: scroll;
  }
  .tbl-scroll > table, .img-scroll img {
    min-width: 640px;
  }
  .tbl-scroll > table > table {
    min-width: 100%;
  }
  /** end table scroll***/
  /* MENU-ICON */
  .menu-icon {
    width: 50px;
    height: 48px;
    box-sizing: border-box;
    text-align: center;
    position: fixed;
    text-transform: uppercase;
    line-height: 1em;
    right: 2%;
    top: 8px;
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    padding: 7px 0 5px;
    z-index: 99999;
    background: #262626;
  }
  .menu-icon span {
    display: block;
    margin: 0;
    width: 25px;
    height: 2px;
    background-color: #fff;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    top: 12px;
    left: 13px;
    position: relative;
  }
  .menu-icon span::after, .menu-icon span::before {
    display: block;
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #fff;
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0;
    -moz-transition-delay: 0.2s, 0;
    -ms-transition-delay: 0.2s, 0;
    -o-transition-delay: 0.2s, 0;
    transition-delay: 0.2s, 0;
  }
  .menu-icon span::before {
    margin-top: -5px;
  }
  .menu-icon span::after {
    margin-top: 5px;
  }
  .menu-icon.active span {
    background-color: transparent;
  }
  .menu-icon.active span::before, .menu-icon.active span::after {
    margin-top: 0px;
    -webkit-transition-delay: 0, 0.2s;
    -moz-transition-delay: 0, 0.2s;
    -ms-transition-delay: 0, 0.2s;
    -o-transition-delay: 0, 0.2s;
    transition-delay: 0, 0.2s;
  }
  .menu-icon.active span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-icon.active span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #gnavi {
    position: fixed;
    width: 100%;
    height: calc(100% - 60px);
    top: 63px;
    left: 0;
    z-index: 999;
    background: rgba(114, 113, 113, 0.9);
    display: none;
    overflow: auto;
  }
  #gnavi > li > a, #gnavi > li > span {
    font-size: 16px;
    display: block;
    padding: 10px 24px;
    border-bottom: #fff 1px solid;
    color: #fff;
  }
  #gnavi > li > a:hover, #gnavi > li > span:hover {
    text-decoration: none;
  }
  .submenu {
    position: relative;
    width: 100%;
    border: none;
    border-bottom: #fff 1px solid;
    text-align: center;
  }
  .submenu ul {
    width: calc(50% - 20px);
  }
  .submenu ul li a {
    font-size: 14px;
    color: #fff;
    border-bottom: #fff 1px solid;
    padding: 20px 0;
  }
  .submenu li a:hover {
    background: none;
  }
  .submenu li:last-child a {
    border-bottom: #fff 1px solid;
  }
  .submenu ul li a:hover {
    background: none;
  }
  #gnavi > li > span:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 16px;
    right: calc(3% + 7px);
    background: #fff;
    top: 23px;
    margin: auto;
    left: auto;
    transition: all 0.5s ease;
  }
  #gnavi > li > span:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 2px;
    background: #fff;
    right: 3%;
    top: 30px;
  }
  #gnavi > li.over.active > span:before {
    transform: rotate(90deg);
  }
  .close-menu {
    background: #000;
    width: 250px;
    margin: 30px auto;
    text-align: center;
    color: #fff;
    padding: 12px;
    cursor: pointer;
  }
  #totop {
    width: 40px;
    right: 3%;
    bottom: 146px;
    line-height: 0;
  }
  .copyright {
    margin-bottom: 40px;
  }
  /* header */
  h1, .h-note, .h-cnt li:nth-child(2), .h-cnt li:last-child, #header .h-web {
    display: none;
  }
  .h-logo {
    margin-bottom: 0;
    width: 278px;
  }
  .h-logo span {
    display: none;
  }
  #header .h-left {
    margin-bottom: 0;
  }
  #header {
    height: 63px;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 100;
    background: #fff;
    width: 100%;
    left: 0;
    top: 0;
  }
  #gnavi > li {
    width: 100%;
  }
  #gnavi > li.no-hover {
    display: none;
  }
  #gnavi > li:not(.no-hover):hover > a, #gnavi > li:not(.no-hover):hover > span {
    background: none;
  }
  #index #mainvisual {
    height: 450px;
  }
  #index #mainvisual .main-txt {
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 96%;
    font-size: 35px;
  }
  #index #mainvisual h2 {
    padding: 7px 30px;
    font-size: 12px;
    bottom: 20px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    width: 70%;
  }
  #index #mainvisual .idx-slide .bg01 {
    background: url("../images/idx_slide01_sp.jpg") center no-repeat;
    background-size: cover;
  }
  #index #mainvisual .idx-slide .bg02 {
    background: url("../images/idx_slide02_sp.jpg") center no-repeat;
    background-size: cover;
  }
  #index #mainvisual .idx-slide .bg03 {
    background: url("../images/idx_slide03_sp.jpg") center no-repeat;
    background-size: cover;
  }
  #index #mainvisual h2 span {
    font-size: 22px;
  }
  /* index */
  .box01 {
    padding: 30px 0;
  }
  .box01 h3 {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .b01-box01 {
    flex-wrap: wrap;
  }
  .b01-l {
    width: 100%;
    margin-bottom: 30px;
  }
  .b01-l .link {
    margin-top: 10px;
  }
  .b01-r {
    width: 100%;
  }
  .b01-r iframe {
    height: 300px;
  }
  .box02 {
    padding: 30px 0 0;
  }
  .b02-subttl {
    font-size: 16px;
  }
  .box02 h3 {
    font-size: 23px;
  }
  .ttl-en {
    margin-bottom: 30px;
  }
  .box02 .tabs li {
    font-size: 16px;
    padding: 9px 0 11px;
  }
  .b02-cnt {
    padding: 30px 0;
  }
  .b02-cnt h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .b02-cnt .b02-list li a:before {
    width: 40px;
    height: 40px;
  }
  .b02-cnt .b02-list li a:after {
    width: 10px;
    height: 10px;
    right: 16px;
    bottom: 14px;
  }
  .b02-cnt .b02-list li:first-child {
    margin-right: 10px;
  }
  #b02-tab-2 .b02-cnt {
    padding: 77px 0 76px;
  }
  .b02-cnt .b02-subttl {
    font-size: 16px;
  }
  .box03 {
    padding: 30px 0 20px;
  }
  .box03 h3 {
    font-size: 23px;
  }
  .b03-list {
    padding: 0;
    justify-content: center;
  }
  .b03-list li {
    margin: 0 1% 20px;
    width: 48%;
  }
  .b03-list li a h4 {
    font-size: 16px;
  }
  .b03-list li a .en:before {
    width: 80%;
  }
  .box04 {
    background: url(../images/b04_bg_sp.jpg) center no-repeat;
    background-size: cover;
  }
  .b04-box {
    width: 100%;
    padding: 30px 0;
  }
  .box04 h3 {
    font-size: 23px;
  }
  .box04 .ttl-en {
    margin-bottom: 30px;
  }
  .b04-cnt {
    justify-content: flex-start;
    margin-bottom: 40px;
  }
  .b04-cnt li {
    font-size: 28px;
  }
  .b04-cnt li:nth-child(1) .font22 {
    font-size: 18px;
  }
  .box05 {
    padding: 30px 0;
  }
  .box05 h3 {
    font-size: 23px;
  }
  .b05-txt {
    font-size: 14px;
    margin-bottom: 40px;
    color: #fff;
    line-height: 1.8em;
  }
  .b05-list {
    margin-bottom: 15px;
  }
  .b05-list li {
    margin: 0 2% 20px;
    width: 46%;
  }
  .b05-list li .img {
    margin-bottom: 10px;
  }
  .b05-list li h4 {
    height: auto;
    font-size: 16px;
  }
  .box06 {
    padding: 30px 0 10px;
  }
  .box06 .container {
    flex-wrap: wrap;
  }
  .b06-l .sub-ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .b06-l {
    width: 100%;
    padding-top: 0;
  }
  .b06-l h3 {
    font-size: 23px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .b06-l h3 .num {
    font-size: 50px;
    margin-top: -20px;
  }
  .b06-l h3 .large {
    font-size: 35px;
  }
  .b06-list li {
    width: 48%;
    margin: 0 1% 50px;
  }
  .b06-list h4 {
    font-size: 16px;
  }
  .b06-list li:after {
    font-size: 80px;
    top: -12px;
  }
  .box06 .idx-btn {
    text-align: center;
  }
  .box07 {
    padding: 30px 0 28vw;
  }
  .box07 h3 {
    font-size: 23px;
  }
  .box07 .ttl-en {
    margin-bottom: 30px;
  }
  .b07-txt {
    padding: 0;
    margin-bottom: 25px;
  }
  .box08 {
    padding: 30px 0 1px;
  }
  .b08-list {
    justify-content: center;
  }
  .b08-list li {
    margin: 0 1% 30px;
    width: 48%;
    padding: 15px 5px;
  }
  /* footer */
  .f-call {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .f-call.show {
    opacity: 1;
    visibility: visible;
  }
  .f-call li {
    width: 50%;
    background: #a99a60;
  }
  .f-call li.btn_web {
    background: #333333 !important;
  }
  .f-call li.full {
    width: 100%;
    text-align: center;
    background: #cccccc !important;
    font-size: 12px;
  }
  .f-call li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    display: block;
    line-height: 1.8em;
    padding: 5px 4px;
  }
  .f-call li span {
    display: block;
    font-size: 12px;
    line-height: 1;
  }
  .f-call li span.tel {
    font-size: min(4.5vw,18px);
    margin: 5px 0;
  }
  .f-call li span.web {
    font-size: 18px;
    margin: 5px 0;
  }
  .f-call span.tel:before, .f-call li span.web:before {
    display: inline-block;
    content: "";
    background: url(../images/f_phone.png) no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    margin-top: -8px;
    vertical-align: middle;
  }
  .f-call li span.web:before {
    background: url("../images/ic_calen.png") left center no-repeat;
    background-size: 100% auto;
  }
  .f-top {
    padding: 30px 0;
  }
  .f-top-l {
    width: 100%;
  }
  .f-add {
    margin-bottom: 10px;
  }
  .f-contact {
    justify-content: center;
    flex-wrap: wrap;
  }
  .f-contact .h-tel {
    width: 100%;
    margin-bottom: 10px;
    max-width: fit-content;
  }
  .f-contact .f-cont {
    margin-bottom: 30px;
  }
  .f-top-r {
    width: 100%;
  }
  #footer iframe {
    height: 300px;
  }
  .f-link {
    display: none;
  }
  .f-logo {
    width: auto;
    max-width: 420px;
  }
  .flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .flex > p {
    margin-right: 0px;
    width: 100%;
    /* margin-bottom: 30px; */
    text-align: center;
  }
  /* under */
  .under #main {
    margin: 0 auto 30px;
  }
  .topic-path {
    text-align: left;
    margin: 15px 0 15px 0;
  }
  .tbl-block tr, .tbl-block th, .tbl-block td {
    display: block;
    width: 100% !important;
    border-bottom: none;
  }
  .tbl-block {
    border-bottom: 1px solid #e8e8e8;
  }
  .blog-cate {
    width: 100%;
  }
  .blog-date {
    width: 100%;
  }
  .blog.under-list a {
    max-width: 100%;
  }
  .anchor-list li, .anchor-list.col_4 li {
    margin: 0 2.5% 15px;
    width: 45%;
  }
  .topic-path li a, .topic-path li {
    font-size: 12px;
  }
  .under #mainvisual {
    height: 200px;
  }
  .under.blog #mainvisual {
    background-position-x: 42%;
  }
  .under #mainvisual h2 {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    font-size: 26px;
    padding: 10px;
  }
  .under h3 {
    font-size: 22px;
    background-size: 50px;
    padding: 50px 0 0 0;
    margin-bottom: 20px;
  }
  .under h4 {
    font-size: 19px;
  }
  .under h5 {
    font-size: 19px;
    padding-left: 15px;
  }
  .under h5:before {
    height: 22px;
  }
  .under_frm {
    padding: 20px 20px 60px 20px;
  }
  .txt_tit_r {
    font-size: 25px;
  }
  .mt {
    margin-top: 35px;
  }
  .under section, .under .section {
    margin-bottom: 35px;
  }
  .under h3, .under h4, .under h5, .under h6 {
    margin-bottom: 20px;
  }
  .under_bnr a {
    width: 100%;
    font-size: 17px;
    padding: 20px;
  }
  .under_bnr p {
    margin-bottom: 14px;
  }
  .under_bnr.mrt {
    margin-top: 35px;
  }
  .under_gp_03 li, .check_list.col_2 li, .under_gp_02 li {
    width: 100%;
  }
  [class*="under_gp"] li {
    margin-bottom: 30px;
  }
  [class*="under_gp"] li:last-child {
    margin-bottom: 0;
  }
  .event-slide li img, .event-nav li img {
    top: auto;
    transform: none;
  }
  .event-slide li, .event-nav li {
    height: auto;
  }
  .img_h {
    height: auto;
  }
  .drop_box {
    margin-bottom: 20px;
  }
  .drop_box dt {
    font-size: 17px;
  }
  .drop_box dt:before {
    top: 16px;
  }
  .step01 li {
    width: 99%;
  }
  .grp_2 .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .grp_2 .item:last-child {
    margin-bottom: 0;
  }
  .frm_tit {
    font-size: 18px;
  }
  .tbl_img td, .tbl_img .img {
    display: block;
    width: 100%;
  }
  .tbl_img td {
    border-bottom: 0;
  }
  .tbl_img .img {
    text-align: center;
  }
  .tbl_img tr:last-child td:last-child {
    border-bottom: 1px solid #f6c6a8;
  }
  .mb40 {
    margin-bottom: 30px !important;
  }
  .mb_sp {
    margin-bottom: 30px;
  }
  .under-list li:before {
    top: 9px;
  }
  .tit.row02 {
    min-height: auto;
  }
  .col_left, .col_right, .under.blog #main {
    width: 100%;
    float: none;
  }
  .list_blog .image_l {
    float: none;
    text-align: center;
    width: 100%;
    background: none;
    margin-bottom: 20px;
  }
  .list_blog .image_l img {
    max-height: 350px;
  }
  .pagi {
    margin-bottom: 40px;
  }
  .under_bnr p:nth-child(2) a {
    background-size: cover;
  }
  .list_related li {
    width: 100%;
    display: block;
  }
  .list_related .img, .list_popular .img {
    width: 120px;
  }
  .list_popular .img img {
    max-height: 86px;
  }
  .list_related li:nth-child(2n) {
    margin: 0 0 15px 0;
  }
  .b01-list .title {
    width: 100%;
    display: block;
    margin-top: 10px;
  }
  .b01-list label {
    padding: 6px 6px;
  }
  .covid-bnr {
    margin-bottom: 30px;
  }
  .staff_img {
    width: 100%;
    margin-right: 0;
  }
  .staff_img img {
    width: 40%;
  }
  .staff_boxr {
    width: 100%;
  }
  /* ============ */
  .under#oral_surgery h3 {
    font-size: 21px;
  }
  .under#oral_surgery h4 span {
    font-size: 16px;
  }
  .under#oral_surgery .box_wrapper {
    padding: 15px;
  }
  .under#oral_surgery .box_video .video_ttl p {
    font-size: 18px;
  }
  .under#oral_surgery .box_video .video_cnt {
    padding: 10px;
  }
  .under#oral_surgery .box_step {
    padding: 25px;
  }
  .under#oral_surgery .step_item {
    margin-bottom: 50px;
  }
  .under#oral_surgery .step_item .step_wrapper {
    gap: 10px;
  }
  .under#oral_surgery .step_item .step_num {
    margin: 0 auto;
  }
  .under#oral_surgery .step_item .step_ttl {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 18px;
  }
  .under#oral_surgery .step_item.step1 .step_ttl {
    margin: 0;
  }
  .under#oral_surgery .step_item .step_img {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .under#oral_surgery .step_item::before {
    width: 40px;
    height: 40px;
    bottom: -7px;
  }
  .under#oral_surgery #mainvisual {
    height: 100vw;
    background: url(../images/bg_oral_sp.jpg) no-repeat center;
  }
  .under#oral_surgery h2 {
    transform: unset;
    font-size: unset;
    padding-top: 30px;
  }
  .under#oral_surgery h2 .lg {
    font-size: 12vw;
  }
  .under#oral_surgery h2 .sm {
    font-size: 6vw;
  }
  .under#oral_surgery h2 .decorate {
    font-size: 3.5vw;
  }
  #oral_surgery .f-call li {
    background: #5a6189;
  }
  .under#oral_surgery .youtube {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
  }
  .under#oral_surgery .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  }
  .sec_bnr .wrap_bnr {
    flex-direction: column;
  }
  .wrap_bnr .bnr_left {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
  }
}
@media screen and (max-width: 480px) {
  .sp480 {
    display: block;
  }
  .submenu ul li a.mh83 {
    min-height: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #index #mainvisual h2 {
    width: 80%;
  }
  /**********under******/
  .anchor-list li, .anchor-list.col_4 li {
    margin: 0 0 15px;
    width: 100%;
  }
  .list_inf .t2, .list_inf .t1 {
    width: 100%;
    display: block;
    padding: 10px 13px;
  }
  .under-list.col-2 li {
    display: block;
    width: 100%;
  }
  .step {
    margin-bottom: 64px;
  }
  .step dt {
    font-size: 15px;
    padding-left: 108px;
  }
  .step dt span {
    top: 10px;
  }
  .step:after {
    bottom: -45px;
    border-top: 24px solid #dda557;
  }
  .step01 li {
    font-size: 17px;
  }
  .check_list li {
    width: 100%;
  }
  .about_map iframe {
    height: 600px;
  }
  .about_imglist li {
    width: 100%;
    margin-bottom: 5px;
  }
  .about_imglist li:last-child {
    margin-bottom: 0;
  }
  .tb_staff th, .tb_staff td {
    width: 100%;
    display: block;
    padding: 10px 13px;
  }
}
@media screen and (max-width: 425px) {
  .sp425 {
    display: block;
  }
  .h-logo img {
    width: 83%;
  }
  #index #mainvisual {
    height: 350px;
  }
  #index #mainvisual .main-txt {
    font-size: 25px;
  }
  #index #mainvisual h2 span {
    font-size: 20px;
  }
  .b01-list li {
    flex-wrap: wrap;
  }
  .b01-list li span:nth-child(1), .b01-list li span:nth-child(2) {
    width: 100%;
  }
  .box02 .tabs li {
    font-size: 15px;
    padding: 6px 0 8px;
  }
  #b02-tab-2 .b02-cnt {
    padding: 12vw 0;
  }
  .box08 {
    padding: 30px 0 10px;
  }
  .b08-list li {
    margin: 0 1% 20px;
    width: 100%;
  }
  /**********under******/
  .under-list.col_2 li {
    display: block;
    width: 100%;
  }
  .under_ifram iframe {
    height: 300px;
  }
  .list_related .img, .list_popular .img {
    width: 80px;
  }
    
    
}
@media screen and (max-width: 390px) {
    .f-contact {
        flex-direction: column;
        gap: 0;
        align-items: center;
    }
    .f-contact .bnr-web {
        max-width: 200px;
    }
}
@media screen and (max-width: 375px) {
  .sp375 {
    display: block;
  }
  #b02-tab-2 .b02-cnt {
    padding: 12vw 0;
  }
  #b02-tab-2 .b02-cnt {
    padding: 8vw 0;
  }
  .b04-cnt li {
    margin: 0 4px;
  }
  .f-contact .h-tel li:last-child a {
    font-size: 28px;
  }
  /************under*********/
  .tit_spc li {
    font-size: 16px;
  }
  .f-add {
    font-size: 10px;
  }
}
@media screen and (max-width: 320px) {
  .sp320 {
    display: block;
  }
  #index #mainvisual h2 {
    width: 90%;
  }
  .b02-cnt .b02-subttl {
    margin-bottom: 30px;
  }
  #b02-tab-2 .b02-cnt {
    padding: 6vw 0;
  }
  .b03-list li a h4 {
    font-size: 14px;
  }
  .b03-list li a .en {
    font-size: 12px;
  }
  .b04-cnt li {
    margin: 0;
  }
  .f-contact .h-tel li:last-child a {
    font-size: 26px;
  }
  .f-call li span.web {
    font-size: 17px;
  }
}