@import"https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600&family=Zen+Kaku+Gothic+New:wght@300;400;500&display=swap";

*, *::before, *::after {
  box-sizing: border-box;
  background-repeat: no-repeat
}

body, h1, h2, h3, h4, p, figure, blockquote, ul, dl, dd {
  margin: 0
}

ul[role=list], ol[role=list] {
  list-style: none
}

html:focus-within {
  scroll-behavior: smooth
}

body {
  text-rendering: optimizeSpeed;
  line-height: 1.5
}

a:not([class]) {
  text-decoration-skip-ink: auto
}

img, picture {
  max-width: 100%;
  display: block
}

input, button, textarea, select {
  font: inherit
}

@media(prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto
  }

  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important
  }
}

ul {
  padding: 0
}

.c_btn::before, .c_btn::after, a {
  transition: all .4s ease-in-out
}

body {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  counter-reset: number 0;
  background-color: #fff;
  position: relative
}

@media screen and (max-width: 601px) {
  body {
    padding-bottom: 173px
  }
}

body *:not(br) {
  line-height: 1.8
}

br {
  line-height: 1.2
}

ul {
  list-style: none
}

main {
  display: block
}

a {
  text-decoration: none;
  color: #1c1c1c
}

a:hover {
  opacity: .7
}

img {
  width: 100%;
  vertical-align: middle
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0
}

b {
  font-weight: inherit
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400
}

.pc {
  display: block
}

@media screen and (max-width: 601px) {
  .pc {
    display: none
  }
}

.pc_m {
  display: block
}

@media screen and (max-width: 900px) {
  .pc_m {
    display: none
  }
}

.tab {
  display: none
}

@media screen and (max-width: 900px) {
  .tab {
    display: block
  }
}

.sp {
  display: none
}

@media screen and (max-width: 601px) {
  .sp {
    display: block
  }
}

.c_btn {
  display: block;
  max-width: 370px;
  width: 80%;
  margin: 0 auto;
  border-radius: 50px;
  color: #fff;
  background: rgba(0, 0, 0, 0) linear-gradient(100deg, #4869BC 0%, #01296E 100%) 0% 0% no-repeat padding-box;
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
  font-size: clamp(17px, 4.4736842105vw, 22px);
  font-weight: 500
}

.c_btn span {
  position: relative;
  z-index: 2;
  line-height: 20px
}

.c_btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(302deg, #FFE89D 0%, #A58D4A 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  border-radius: 50px;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateX(-100%)
}

.c_btn::after {
  content: "";
  display: block;
  width: 9px;
  height: 15px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjU4MyIgaGVpZ2h0PSIxNS4wNTkiIHZpZXdCb3g9IjAgMCA5LjU4MyAxNS4wNTkiPg0KICA8cGF0aCBpZD0i5aSa6KeS5b2iXzEiIGRhdGEtbmFtZT0i5aSa6KeS5b2iIDEiIGQ9Ik02Ljc0MywxQTEsMSwwLDAsMSw4LjMxNiwxbDUuNDcyLDYuOTY0QTEsMSwwLDAsMSwxMyw5LjU4M0gyLjA1N2ExLDEsMCwwLDEtLjc4Ni0xLjYxOFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkuNTgzKSByb3RhdGUoOTApIiBmaWxsPSIjZmZmIi8+DQo8L3N2Zz4NCg==");
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 40px;
  margin: auto;
  z-index: 3
}

@media(hover: hover) {
  .c_btn:hover {
    opacity: 1
  }

  .c_btn:hover::before {
    transform: translateX(0)
  }

  .c_btn:hover::after {
    right: 20px
  }
}

.sec_ttl {
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #4869BC 0%, #01296E 100%) 0% 0% no-repeat padding-box;
  text-align: center;
  font-size: clamp(20px, 5.2631578947vw, 32px);
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, .2352941176);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  position: relative;
  padding: 10px 0;
  line-height: 1.2;
  margin-bottom: 90px
}

@media screen and (max-width: 601px) {
  .sec_ttl {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 40px
  }
}

.sec_ttl .en {
  display: block;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0) linear-gradient(181deg, #4869BC 50%, #01296E 100%) 0% 0% no-repeat padding-box;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 3.1578947368vw, 16px);
  line-height: 3;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  z-index: -1
}

@media screen and (max-width: 601px) {
  .sec_ttl .en {
    width: 87px;
    height: 87px;
    top: -30px;
    line-height: 2.5
  }
}

.sec_ttl .ja {
  position: relative;
  z-index: 1;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, .3333333333)
}

.header .hd_ttl {
  background-color: #eeeef0
}

.header .hd_ttl span {
  display: block;
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  font-size: 16px
}

@media screen and (max-width: 601px) {
  .header .hd_ttl {
    display: none
  }
}

.header .inner {
  max-width: 960px;
  width: 90%;
  margin: 20px auto;
  display: flex;
  justify-content: space-between
}

.header .inner .h_logo {
  max-width: 521px;
  width: 100%
}

.header .inner .headerInfo {
  width: 240px
}

@media screen and (max-width: 601px) {
  .header .inner .headerInfo {
    display: none
  }
}

.header .inner .headerInfo .time {
  width: 100%;
  font-size: 12px
}

.header .inner .headerInfo_set {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap
}

.header .inner .headerInfo_set li {
  width: 100%
}

.header .inner .headerInfo_set .ttl2 {
  width: 100%;
  padding: 2px 0;
  background-color: #eeeef0;
  font-size: 12px;
  line-height: 1.3
}

.sticky {
  display: none
}

@media screen and (max-width: 601px) {
  .sticky {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px;
    background-color: #d3b765;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000
  }

  .sticky .time {
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 2px;
    font-size: 14px
  }

  .sticky .all {
    width: 100%
  }

  .sticky .hi {
    width: 48%
  }

  .sticky ._ttl {
    text-align: center;
    padding: 2px;
    font-size: 14px;
    background-color: #eeeef0
  }

  .sticky ._tel {
    display: flex;
    width: 150px;
    margin: 0 auto;
    align-items: center;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    padding: 10px 0
  }

  .sticky ._tel img {
    width: 26px;
    margin-right: 5px
  }
}

.footer {
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #4869BC 0%, #01296E 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  color: #fff;
  padding: 20px 0
}

.footer .f_ttl {
  font-size: 15px;
  font-weight: 400;
  text-align: center
}

.footer .copy {
  width: 90%;
  margin: 0 auto;
  display: block;
  font-size: 14px;
  font-weight: 300;
  text-align: center
}

@media screen and (max-width: 601px) {
  .footer .copy {
    text-align: left
  }
}

.main {
  overflow-x: hidden
}

.main section[class$=_sec] {
  width: 100%;
  position: relative
}

.main section[class$=_sec]>._inner {
  max-width: 960px;
  width: 90%;
  margin-right: auto;
  margin-left: auto
}

.main section[class$=_sec]>._inner .content {
  max-width: 800px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px
}

@media screen and (max-width: 601px) {
  .main section[class$=_sec]>._inner .content {
    margin-bottom: 60px
  }
}

.main section[class$=_sec]>._inner-s {
  max-width: 1110px;
  width: 90%;
  margin-right: auto;
  margin-left: auto
}

.text {
  font-size: clamp(16px, 4.2105263158vw, 18px)
}

.text.-ct {
  text-align: center
}

@media screen and (max-width: 601px) {
  .text.-ct {
    text-align: left
  }
}

.text.-lft {
  text-align: left
}

.text.-rgt {
  text-align: right
}

.text span {
  font-size: clamp(14px, 3.6842105263vw, 16px)
}

.u_note {
  font-size: clamp(12px, 3.1578947368vw, 12px)
}

.mg20 {
  margin-bottom: 20px !important
}

.mg30 {
  margin-bottom: 30px !important
}

@media screen and (max-width: 601px) {
  .mg30 {
    margin-bottom: 20px !important
  }
}

.mg40 {
  margin-bottom: 40px !important
}

@media screen and (max-width: 601px) {
  .mg40 {
    margin-bottom: 30px !important
  }
}

.mg0 {
  margin-bottom: 0 !important
}

.col_2 {
  display: grid;
  grid-template-columns: 70% 30%;
  margin-bottom: 40px
}

.col_2.-ff {
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 40px
}

@media screen and (max-width: 900px) {
  .col_2 {
    display: block;
    margin-bottom: 30px
  }
}

.col_3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr) 22%;
  column-gap: 20px
}

@media screen and (max-width: 601px) {
  .col_3 {
    display: block
  }
}

._note {
  color: #e65157
}

.fv_sec {
  margin-bottom: 110px;
  padding-bottom: 80px
}

@media screen and (max-width: 601px) {
  .fv_sec {
    margin-bottom: 50px;
    padding-bottom: 0
  }
}

.fv_sec::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url(../img/fv_bg.png);
  background-size: 1680px;
  background-repeat: no-repeat;
  background-position: center
}

@media screen and (max-width: 601px) {
  .fv_sec::before {
    background-image: none
  }
}

.fv_sec>img {
  margin-bottom: 40px
}

.btn_set {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 60px
}

@media screen and (max-width: 601px) {
  .btn_set {
    display: block
  }

  .btn_set a {
    display: block
  }

  .btn_set ._btn {
    margin-bottom: 20px
  }
}

.case_sec {
  margin-bottom: 140px
}

@media screen and (max-width: 601px) {
  .case_sec {
    margin-bottom: 100px
  }
}

.case_sec .sec_ttl {
  margin-bottom: 0
}

.case_sec .case_box {
  background-color: #fefcf1;
  padding: 80px 0;
  margin-bottom: 25px
}

@media screen and (max-width: 900px) {
  .case_sec .case_box {
    padding: 40px 0
  }
}

@media screen and (max-width: 601px) {
  .case_sec .case_box {
    width: 100vw;
    padding: 20px 0;
    margin: 0 calc(50% - 50vw) 30px
  }
}

.case_sec .case_box .case_inner {
  max-width: 520px;
  width: 90%;
  margin: 0 auto
}

.case_sec .case_box ._ttl {
  margin-bottom: 20px
}

.case_sec .case_box ._img {
  margin-bottom: 20px
}

.case_sec .case_box .ar {
  width: 90px;
  margin: 0 auto 20px
}

@media screen and (max-width: 601px) {
  .case_sec .case_box .ar {
    width: 41px
  }
}

.case_sec .case_box ._txt {
  font-size: 16px
}

.case_sec .case_num {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center
}

@media screen and (max-width: 601px) {
  .case_sec .case_num {
    display: flex;
    justify-content: center;
    align-items: center
  }
}

.case_sec .case_num ._num {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: #d3b765;
  color: #fff;
  text-align: center;
  margin-right: 15px
}

.case_sec .dr_comm {
  background-color: #fefcf1;
  padding: 60px 50px;
	margin-bottom: 75px;
  border-radius: 10px;
  position: relative;
  display: grid;
  grid-template-columns: 30% 65%;
  gap: 5%
}

@media screen and (max-width: 601px) {
  .case_sec .dr_comm {
    display: block;
    padding: 0 30px 30px
  }

  .case_sec .dr_comm .dr_img {
    margin-top: -70px;
    margin-bottom: 20px
  }
}

.case_sec .dr_comm::before {
  content: "";
  display: block;
  width: 312px;
  height: 143px;
  background-image: url(../img/dr_comm.png);
  background-size: contain;
  position: absolute;
  top: -40px;
  left: 20px
}

@media screen and (max-width: 601px) {
  .case_sec .dr_comm::before {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
    z-index: 3
  }
}

.about_sec {
  margin-bottom: 140px
}

@media screen and (max-width: 601px) {
  .about_sec {
    margin-bottom: 100px
  }
}

.about_sec .sp_lead {
  display: none
}

@media screen and (max-width: 601px) {
  .about_sec .sp_lead {
    display: block;
    margin-bottom: 20px
  }
}

.about_sec .main_img {
  max-width: 564px;
  width: 100%;
  margin: 0 auto 80px
}

@media screen and (max-width: 601px) {
  .about_sec .main_img {
    margin: 0 auto 40px
  }
}

.about_sec .about_detail {
  display: grid;
  grid-template-columns: 50% 45%;
  column-gap: 5%;
  margin-bottom: 40px
}

@media screen and (max-width: 900px) {
  .about_sec .about_detail {
    display: block
  }
}

@media screen and (max-width: 900px) {
  .about_sec .txt_box {
    margin-bottom: 40px
  }
}

.about_sec .txt_box ._txt {
  font-size: clamp(16px, 4.2105263158vw, 17px);
  margin-bottom: 20px
}

.about_sec .txt_box ._ttl {
  text-align: center;
  padding: 5px 0;
  background-color: #d3b765;
  color: #fff;
  font-size: clamp(18px, 4.7368421053vw, 20px);
  font-weight: 500;
  border-radius: 30px;
  margin-bottom: 20px
}

.about_sec .about_table {
  width: 100%;
  border-collapse: separate
}

.about_sec .about_table tr th, .about_sec .about_table tr td {
  padding: 5px;
  background-color: #eeeef0;
  font-weight: 300
}

.about_sec .about_table tr:nth-of-type(2n) th, .about_sec .about_table tr:nth-of-type(2n) td {
  background-color: #f8f3e2
}

.about_sec .about_table tr th {
  text-align: center
}

.about_sec .c_btn {
  margin: 0 auto 80px
}

@media screen and (max-width: 601px) {
  .about_sec .c_btn {
    margin: 0 auto 40px
  }
}

.about_sec .teslift {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fefcf1;
  padding: 50px;
  display: grid;
  grid-template-columns: 50% 45%;
  column-gap: 5%
}

@media screen and (max-width: 601px) {
  .about_sec .teslift {
    display: block;
    padding: 30px
  }

  .about_sec .teslift img {
    margin-bottom: 20px
  }
}

.about_sec .teslift ._note {
  font-size: clamp(14px, 3.6842105263vw, 15px)
}

.cta_sec {
  margin-bottom: 140px
}

@media screen and (max-width: 601px) {
  .cta_sec {
    margin-bottom: 100px
  }
}

.cta_sec img {
  margin-bottom: 50px
}

@media screen and (max-width: 601px) {
  .cta_sec img {
    margin-bottom: 30px
  }
}

.cta_sec .cta_ttl {
  text-align: center;
  padding: 5px 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #FFE89D 0%, #A58D4A 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  margin-bottom: 40px;
  font-size: clamp(18px, 4.7368421053vw, 32px)
}

@media screen and (max-width: 601px) {
  .cta_sec .cta_ttl {
    margin-bottom: 20px
  }
}

.feature_sec {
  margin-bottom: 140px;
  background-image: url(../img/fc_bg.png);
  background-size: cover
}

@media screen and (max-width: 601px) {
  .feature_sec {
    margin-bottom: 100px;
    background-image: none
  }
}

.feature_sec img {
  max-width: 960px;
  width: 100%;
  margin: 0 auto
}

.faq_sec {
  margin-bottom: 140px
}

@media screen and (max-width: 601px) {
  .faq_sec {
    margin-bottom: 100px
  }
}

.faq_sec .faq_list ._item {
  margin-bottom: 20px
}

.faq_sec .faq_list ._item ._q {
  font-size: clamp(16px, 4.2105263158vw, 20px);
  font-weight: 500;
  padding: 10px 10px 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.faq_sec .faq_list ._item ._q span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #edd455;
  font-size: 50px;
  line-height: 1;
  margin-right: 10px
}

.faq_sec .faq_list ._item ._a {
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  background-color: #f8eaa1;
  display: flex;
  justify-content: flex-start;
  align-items: center
}

@media screen and (max-width: 601px) {
  .faq_sec .faq_list ._item ._a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
  }
}

.faq_sec .faq_list ._item ._a span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  margin-right: 10px
}

.flow_sec {
  margin-bottom: 140px
}

@media screen and (max-width: 601px) {
  .flow_sec {
    margin-bottom: 100px
  }
}

.flow_sec .main_img {
  max-width: 409px;
  width: 100%;
  margin: 0 auto 80px
}

@media screen and (max-width: 601px) {
  .flow_sec .main_img {
    margin: 0 auto 40px
  }
}

.flow_sec .flow_list {
  max-width: 640px;
  width: 100%;
  margin: 0 auto 80px
}

@media screen and (max-width: 601px) {
  .flow_sec .flow_list {
    width: 90vw;
    margin: 0 auto 40px
  }
}

.flow_sec .flow_list ._item {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #edd455;
  display: flex;
  justify-content: flex-start;
  align-items: center
}

@media screen and (max-width: 601px) {
  .flow_sec .flow_list ._item {
    display: block
  }
}

.flow_sec .flow_list ._item ._num {
  width: 103px;
  margin-right: 20px;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #FFE89D 0%, #A58D4A 100%) 0% 0% no-repeat padding-box;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(25px, 6.5789473684vw, 30px);
  text-shadow: 0px 3px 6px rgba(0, 0, 0, .231372549);
  line-height: 1.2;
  color: #fff;
  padding: 10px 0;
  border-radius: 0 50px 50px 0
}

.flow_sec .flow_list ._item ._num span {
  display: block;
  font-size: clamp(14px, 3.6842105263vw, 16px);
  line-height: 1
}

@media screen and (max-width: 601px) {
  .flow_sec .flow_list ._item ._num {
    margin: 0 auto 20px calc(50% - 50vw);
    display: flex;
    justify-content: center;
    align-items: center
  }
}

.flow_sec .flow_list ._item .txt_block {
  width: calc(100% - 123px)
}

@media screen and (max-width: 601px) {
  .flow_sec .flow_list ._item .txt_block {
    width: 100%
  }

  .flow_sec .flow_list ._item .txt_block br {
    display: none
  }
}

.flow_sec .flow_list ._item .txt_block ._ttl {
  color: #d3b765;
  font-weight: 500
}

.flow_sec .c_btn {
  width: 95%;
  line-height: 1.2
}

.compare_sec {
  margin-bottom: 140px
}

@media screen and (max-width: 601px) {
  .compare_sec {
    margin-bottom: 100px
  }
}

.compare_sec .compare_tb {
  max-width: 690px;
  width: 90%;
  margin: 0 auto;
  border-collapse: separate
}

.compare_sec .compare_tb tr th, .compare_sec .compare_tb tr td {
  font-weight: 300;
  font-size: clamp(12px, 3.1578947368vw, 15px);
  text-align: center
}

.compare_sec .compare_tb tr th {
  padding: 10px 3px;
  background-color: #eeeef0
}

.compare_sec .compare_tb tr td {
  padding: 10px 3px;
  background-color: #f8f3e2
}

.compare_sec .compare_tb tr:nth-of-type(2n) td {
  background-color: #e0e0f0
}

.dr_sec {
  margin-bottom: 140px
}

@media screen and (max-width: 601px) {
  .dr_sec {
    margin-bottom: 100px
  }
}

.dr_sec .sub_ttl {
  text-align: center;
  font-size: clamp(20px, 5.2631578947vw, 30px);
  font-weight: 500;
  color: #d3b765;
  margin-bottom: 30px
}

.dr_sec .lead {
  text-align: center;
  font-size: 16px;
  margin-bottom: 90px
}

@media screen and (max-width: 601px) {
  .dr_sec .lead {
    text-align: left;
    margin-bottom: 45px
  }
}

.dr_sec .dr_block {
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #D3B765 0%, #6A5C33 100%) 0% 0% no-repeat padding-box;
  margin-bottom: 15px
}

.dr_sec .dr_block ._inner {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: stretch
}

@media screen and (max-width: 601px) {
  .dr_sec .dr_block ._inner {
    flex-direction: column-reverse;
    justify-content: center
  }
}

.dr_sec .dr_block ._inner ._img {
  width: 48%;
  padding-top: 50px
}

.dr_sec .dr_block ._inner ._img img {
  width: 90%;
  margin: 0 auto
}

@media screen and (max-width: 601px) {
  .dr_sec .dr_block ._inner ._img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-top: 0
  }

  .dr_sec .dr_block ._inner ._img img {
    width: 100%
  }
}

.dr_sec .dr_block ._inner .txt_box {
  width: 47%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 0 40px
}

@media screen and (max-width: 601px) {
  .dr_sec .dr_block ._inner .txt_box {
    padding: 50px 40px
  }
}

.dr_sec .dr_block ._inner .txt_box::before {
  content: "";
  display: block;
  width: 43%;
  height: 100%;
  background-image: url(../img/dr_top.png);
  background-size: 100%;
  background-position: 0 0;
  position: absolute;
  top: 10px;
  left: 0
}

.dr_sec .dr_block ._inner .txt_box::after {
  content: "";
  display: block;
  width: 43%;
  height: 100%;
  background-image: url(../img/dr_btm.png);
  background-size: 100%;
  background-position: 0 100%;
  position: absolute;
  bottom: 10px;
  right: 0
}

.dr_sec .dr_block ._inner .txt_box p {
  color: #fff;
  font-family: "Noto Serif JP", serif
}

.dr_sec .dr_block ._inner .txt_box p._clinic {
  font-size: clamp(14px, 3.6842105263vw, 15px);
  font-weight: 500;
  margin-bottom: 20px
}

.dr_sec .dr_block ._inner .txt_box p._name {
  font-size: clamp(42px, 11.0526315789vw, 50px);
  font-weight: 400;
  margin-bottom: 40px;
  text-align: right;
  line-height: 1.2
}

.dr_sec .dr_block ._inner .txt_box p._name span {
  display: block;
  font-size: clamp(16px, 4.2105263158vw, 17px);
  font-weight: 300
}

.dr_sec .dr_block ._inner .txt_box p._history {
  text-align: right;
  font-size: clamp(15px, 3.9473684211vw, 16px);
  font-weight: 400
}

@media screen and (max-width: 601px) {
  .dr_sec .dr_block ._inner .txt_box {
    width: 100%
  }
}

.dr_sec .dr_block:nth-of-type(2n) ._inner {
  flex-direction: row
}

@media screen and (max-width: 601px) {
  .dr_sec .dr_block:nth-of-type(2n) ._inner {
    flex-direction: column-reverse
  }
}

.map_sec {
  margin-bottom: 140px
}

@media screen and (max-width: 601px) {
  .map_sec {
    margin-bottom: 100px
  }
}

.map_sec .cl_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px
}

@media screen and (max-width: 900px) {
  .map_sec .cl_list {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (max-width: 601px) {
  .map_sec .cl_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px
  }
}

.map_sec .cl_list ._item {
  position: relative;
  border: 1px solid #d3b765;
  border-radius: 10px;
  overflow: hidden
}

.map_sec .cl_list .cl_name {
  text-align: center;
  padding: 3px 0;
  background: #d3b765;
  color: #fff;
  font-size: 18px
}

.map_sec .cl_list .inner {
  padding: 20px 10px 10px
}

.map_sec .cl_list ._address {
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px
}

.map_sec .cl_list ._tel {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 5.2631578947vw, 25px);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px
}

.map_sec .cl_list ._tel::before {
  content: "";
  display: block;
  width: 25px;
  height: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjUuMTg0IiBoZWlnaHQ9IjE2LjQzNiIgdmlld0JveD0iMCAwIDI1LjE4NCAxNi40MzYiPg0KICA8ZGVmcz4NCiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+DQogICAgICA8cmVjdCBpZD0i6ZW35pa55b2iXzE2OTIxIiBkYXRhLW5hbWU9IumVt+aWueW9oiAxNjkyMSIgd2lkdGg9IjI1LjE4NCIgaGVpZ2h0PSIxNi40MzYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiIGZpbGw9Im5vbmUiLz4NCiAgICA8L2NsaXBQYXRoPg0KICA8L2RlZnM+DQogIDxnIGlkPSLjgrDjg6vjg7zjg5dfNjAyMTQiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDYwMjE0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBjbGlwLXBhdGg9InVybCgjY2xpcC1wYXRoKSI+DQogICAgPHBhdGggaWQ9IuODkeOCuV8zMjM0NCIgZGF0YS1uYW1lPSLjg5HjgrkgMzIzNDQiIGQ9Ik0zLjIzMSw5LjUxNWEzLjEsMy4xLDAsMSwwLDYuMTkyLDBjMC0xLjY5MS0xLjY3NC0zLjA0Mi0zLjEtMy44NS0xLjQyMi44MDgtMy4xLDIuMTU5LTMuMSwzLjg1TTAsMFYxNi40MzZIMjUuMTg0VjBaTTI1LjE4LDRhMTIuNzQ0LDEyLjc0NCwwLDAsMC00Ljc5My45MDljMS41NTcsMS4wNCwzLjA2MSwyLjYxNywzLjA2MSw0LjYwN2E0LjY3Nyw0LjY3NywwLDAsMS00LjYzNCw0LjY0LDQuNjE1LDQuNjE1LDAsMCwxLTQuNTYxLTQuNjRjMC0xLjk5LDEuNDMxLTMuNTY3LDIuOTg3LTQuNjA3YTEyLjM1OCwxMi4zNTgsMCwwLDAtOS4zLDBjMS41NTcsMS4wNCwyLjk4NywyLjYxNywyLjk4Nyw0LjYwN2E0LjYxNSw0LjYxNSwwLDAsMS00LjU2LDQuNjQsNC43MDcsNC43MDcsMCwwLDEtNC42Ny00LjY0YzAtMS45OSwxLjU0LTMuNTY3LDMuMS00LjYwN0ExMi43MTksMTIuNzE5LDAsMCwwLDAsNFYyLjU1OEExNC4xODEsMTQuMTgxLDAsMCwxLDYuMzYzLDRhMTMuNTU0LDEzLjU1NCwwLDAsMSw2LjIyNS0xLjQzOEExMy41NjUsMTMuNTY1LDAsMCwxLDE4LjgxNCw0LDE0LjE5MywxNC4xOTMsMCwwLDEsMjUuMTgsMi41NThaTTE1LjgxNiw5LjQ3OGEzLjEsMy4xLDAsMSwwLDYuMTkxLDBjMC0xLjY5MS0xLjY3My0zLjA0Mi0zLjA5NS0zLjg1LTEuNDIyLjgwOC0zLjEsMi4xNTktMy4xLDMuODUiIGZpbGw9IiMzZmQ3YmEiLz4NCiAgPC9nPg0KPC9zdmc+DQo=");
  background-size: contain;
  margin-right: 8px
}

.map_sec .cl_list .tel_note {
  font-size: clamp(14px, 3.6842105263vw, 15px);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  margin-top: -20px
}

.map_sec .cl_list .btn_set {
  gap: 5px;
  margin-bottom: 20px
}

@media screen and (max-width: 601px) {
  .map_sec .cl_list .btn_set {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
  }
}

.map_sec .cl_list ._root {
  padding-left: 38px;
  position: relative;
  font-size: clamp(14px, 3.6842105263vw, 15px);
  font-weight: 300;
  margin-bottom: 20px
}

.map_sec .cl_list ._root::before {
  content: "";
  display: block;
  width: 31px;
  height: 42px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEuMDA4IiBoZWlnaHQ9IjQyLjI1NyIgdmlld0JveD0iMCAwIDMxLjAwOCA0Mi4yNTciPg0KICA8ZGVmcz4NCiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+DQogICAgICA8cmVjdCBpZD0i6ZW35pa55b2iXzE2OTcyIiBkYXRhLW5hbWU9IumVt+aWueW9oiAxNjk3MiIgd2lkdGg9IjMxLjAwOCIgaGVpZ2h0PSI0Mi4yNTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiIGZpbGw9Im5vbmUiLz4NCiAgICA8L2NsaXBQYXRoPg0KICA8L2RlZnM+DQogIDxnIGlkPSLjgrDjg6vjg7zjg5dfNjAyNzIiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDYwMjcyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBjbGlwLXBhdGg9InVybCgjY2xpcC1wYXRoKSI+DQogICAgPHBhdGggaWQ9IuODkeOCuV8zMjQ2MyIgZGF0YS1uYW1lPSLjg5HjgrkgMzI0NjMiIGQ9Ik0yOC44NzEsMy43MzZIMjAuNjlWMS40ODloMy43OEEuNzQ1Ljc0NSwwLDEsMCwyNC40NywwSDYuNTM4YS43NDQuNzQ0LDAsMSwwLDAsMS40ODhoMy43OFYzLjczNEgyLjEzOEExLjg4MSwxLjg4MSwwLDAsMCwuMjYyLDUuNjExVjI5LjUyOGE0LjcsNC43LDAsMCwwLDQuNjksNC42OWgyMS4xYTQuNyw0LjcsMCwwLDAsNC42ODktNC42OVY1LjYxMWExLjg3OSwxLjg3OSwwLDAsMC0xLjg3NS0xLjg3NU0xMS4zMTEsMS40ODhIMTkuN1YzLjczNmwtOC4zODcsMFpNNy4wNjIsMjkuODU3QTEuNzU5LDEuNzU5LDAsMSwxLDguODIxLDI4LjFhMS43NTksMS43NTksMCwwLDEtMS43NTksMS43NTltNy45NzQtOS43MDhIMi4zNzJWNy40ODZIMTUuMDM2Wm04LjkxLDkuNzA4QTEuNzU5LDEuNzU5LDAsMSwxLDI1LjcsMjguMWExLjc1OSwxLjc1OSwwLDAsMS0xLjc1OSwxLjc1OG00LjY5LTkuNzA4SDE1Ljk3M1Y3LjQ4NkgyOC42MzZaIiBmaWxsPSIjNzU0YzI0Ii8+DQogICAgPHBhdGggaWQ9IuODkeOCuV8zMjQ2NCIgZGF0YS1uYW1lPSLjg5HjgrkgMzI0NjQiIGQ9Ik0yOC42ODYsNDIuMjU3aDIuMzIybC00Ljk3MS02LjM3OEgyMy45NTRsLjkxNiwxLjIzNUg2LjEzOGwuOTE2LTEuMjM1SDQuOTcxTDAsNDIuMjU3SDIuMzIzbDEuMjkyLTEuNzQySDI3LjM5M1ptLTI0LjU4LTIuNCwxLjU0Mi0yLjA3N0gyNS4zNkwyNi45LDM5Ljg1NFoiIGZpbGw9IiM3NTRjMjQiLz4NCiAgPC9nPg0KPC9zdmc+DQo=");
  background-size: contain;
  position: absolute;
  top: 8px;
  left: 0
}

.map_sec .cl_list iframe {
  width: 100%;
  height: 180px
}

.map_sec .cl_list .parking_ttl {
  margin: 20px 0 2vh 0;
  padding: 14px 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  background-color: #f7f2f2;
  border-bottom: 1px solid #d1b2b2
}

.map_sec .cl_list .tbl_01 {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  border-top: 1px solid #d3b765
}

.map_sec .cl_list .tbl_01 th {
  background: #f4f0df;
  border: solid 1px #cfbe6f;
  border-top: none;
  padding: 5px 0;
  text-align: center;
  white-space: nowrap;
  display: block;
  width: 100%;
  font-size: clamp(14px, 3.6842105263vw, 15px);
  font-weight: 400
}

.map_sec .cl_list .tbl_01 td {
  border: solid 1px #cfbe6f;
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.4;
  border-top: none;
  display: block;
  width: 100%;
  font-size: clamp(13px, 3.4210526316vw, 14px)
}

.map_sec .cl_list .tbl_01 td span {
  color: #600;
  display: block
}

.map_sec .cl_list .note {
  text-align: right;
  font-size: clamp(12px, 3.1578947368vw, 12px)
}

.slider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px
}

@media screen and (max-width: 601px) {
  .slider {
    height: 220px
  }
}

.slider img {
  width: 100%;
  height: auto;
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in-out
}

.ip_note {
  display: none
}

@media screen and (max-width: 601px) {
  .ip_note {
    width: 90%;
    margin: 0 auto 15px;
    display: block;
    text-align: center;
    font-size: clamp(12px, 3.1578947368vw, 13px);
    color: rgba(0, 0, 0, .5)
  }
}

.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
/*# sourceMappingURL=map/style.css.map */
