@charset "UTF-8";
/* Scss Document */
/******************************************
[font]
******************************************/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
}

/******************************************
[color]
******************************************/
/******************************************
[mixin]
******************************************/
/******************************************
[base]
******************************************/
/* 全項共通のパーツを想定 */
body {
  position: relative;
  background: #ffffff;
  font-family: 'noto-sans-cjk-jp', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック', 'Yu Gothic', 'Helvetica', 'Arial', sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  color: #3a3a3a;
  letter-spacing: 0.12em;
  line-height: 1.8;
}

body a {
  color: #3a3a3a;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dl,
dt,
dd,
ol,
th,
td,
div,
a,
span,
input {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: top;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

main {
  width: 100%;
  margin: 0 auto;
}

/******************************************
[common]
******************************************/
.base_txt01 {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.12em;
}

.base_txt02 {
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.12em;
}

.lead_txt01 {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  color: #244eaf;
}

.center {
  text-align: center;
}

.text13 {
  font-size: 13px;
}

.text18 {
  font-size: 18px;
}

.text21 {
  font-size: 21px;
}

.text24 {
  font-size: 24px;
}

.red {
  color: #e60012;
}

.bold {
  font-weight: bold;
}

.mb_auto {
  margin-bottom: auto;
}

.bg_gray {
  background-color: #f7f7f7;
}

.bg_white {
  background-color: #ffffff;
  padding: 60px;
}

.flex_space {
  column-gap: 5%;
}

.vertical_dl {
  display: flex;
  justify-content: space-between;
  column-gap: 5%;
}

.vertical_dl dt {
  width: 30%;
  font-size: 3.5rem;
  font-weight: bold;
  writing-mode: vertical-rl;
  color: #244eaf;
}

#pageTop a {
  display: block;
  width: 50px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
}

@media only screen and (max-width: 768px) {
  .bg_white {
    padding: 30px 25px 25px;
  }
}

@media only screen and (max-width: 480px) {
  .base_txt01 {
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  .base_txt02 {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .text13 {
    font-size: 11px;
  }
  .text18 {
    font-size: 16px;
  }
  .text21 {
    font-size: 18px;
  }
  .text24 {
    font-size: 20px;
  }
  .vertical_dl {
    display: block;
  }
  .vertical_dl dt {
    width: 100%;
    font-size: 2.8rem;
    writing-mode: horizontal-tb;
    margin-bottom: 20px;
    text-align: center;
  }
}

/******************************************
[btn]
******************************************/
.btn01 a {
  display: block;
  width: 400px;
  text-align: center;
  color: #ffffff;
  background-color: #3a3a3a;
  font-size: 18px;
  padding: 22px 10px;
  line-height: 1;
  margin: 30px auto 0;
  transition: 0.3s;
}

.btn01 a:hover {
  background-color: #474747;
}

.btn02 a {
  width: 160px;
  background: url(../images/arrow_bottom.svg) no-repeat;
  background-position: bottom left;
  background-size: 100% auto;
  display: block;
  color: #ffffff;
  line-height: 1;
  padding-bottom: 15px;
  transition: 0.2s;
  font-size: 1.8rem;
  margin-left: auto;
  margin-right: 10px;
}

.btn02 a:hover {
  width: 170px;
  margin-right: 0;
}

.btn03 a {
  display: block;
  width: 360px;
  text-align: center;
  color: #ffffff;
  background-color: #244eaf;
  font-size: 1.8rem;
  padding: 28px 10px;
  border-radius: 50px;
  line-height: 1;
  margin: 0 auto;
  transition: 0.3s;
  position: relative;
  transition: 0.3s;
}

.btn03 a::after {
  content: "\e906";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 10;
  font-size: 1rem;
  transition: 0.3s;
}

.btn03 a:hover {
  background-color: #2a5bcd;
}

.btn03 a:hover::after {
  right: 5px;
}

@media only screen and (max-width: 768px) {
  .btn02 a,
  .btn03 a {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 480px) {
  .btn01 a {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .btn02 a {
    width: 120px;
  }
  .btn03 a {
    width: 80%;
  }
}

/******************************************
[table]
******************************************/
.table01 {
  width: 100%;
}

.table01 th {
  padding: 15px 5px;
  border-bottom: 1px solid #222222;
  font-weight: bold;
}

.table01 td {
  padding: 15px 5px;
  border-bottom: 1px solid #222222;
  text-align: center;
}

.table01 tr:first-child td {
  font-weight: bold;
}

.table01 .num {
  width: 9em;
}

.table01 .check td {
  color: #7593ab;
}

.table02 {
  width: 100%;
}

.table02 th {
  background-color: #e1edf7;
  padding: 25px 10px;
  min-width: 12em;
  border-bottom: 2px solid #ffffff;
  font-weight: bold;
  text-align: center;
}

.table02 td {
  padding: 25px;
  border-bottom: 2px solid #ffffff;
  background-color: #f7f7f7;
}

.table03 {
  width: 100%;
}

.table03 tr:first-child th {
  border-top: 2px solid #7593ab;
}

.table03 tr:first-child td {
  border-top: 2px solid #dcdcdc;
}

.table03 th {
  padding: 20px 10px;
  min-width: 8em;
  width: 18%;
  border-bottom: 2px solid #7593ab;
  font-weight: bold;
  text-align: center;
}

.table03 td {
  padding: 20px 0 20px 10px;
  border-bottom: 2px solid #dcdcdc;
}

@media only screen and (max-width: 480px) {
  .table02 th {
    display: block;
    width: 100%;
    padding: 20px;
    text-align: left;
  }
  .table02 td {
    display: block;
    width: 100%;
    padding: 20px;
  }
  .table03 th {
    padding: 20px 5px;
    min-width: 7em;
  }
}

/******************************************
[h-tag]
******************************************/
h1 {
  width: 560px;
}

h2 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

h2 span {
  display: block;
  font-size: 1.5rem;
  font-family: "lato";
  font-weight: bold;
  color: #7593ab;
  margin-top: 10px;
}

h3 {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2em;
}

h3 span {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}

h3::after {
  content: '';
  display: block;
  border-bottom: 3px solid #244eaf;
  width: 100px;
  margin: 0 auto 50px;
  padding-bottom: 10px;
}

h4 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 40px;
  padding-bottom: 15px;
  line-height: 1.5;
  position: relative;
}

h4 span {
  font-size: 1.8rem;
  font-weight: bold;
}

h4::before {
  content: "";
  display: block;
  width: 30%;
  height: 2px;
  background: #244eaf;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

h4::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #dcdcdc;
  position: absolute;
  left: 0;
  bottom: 0;
}

h5 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

h5::before {
  content: "\e900";
  font-family: "icomoon";
  color: #244eaf;
  margin-right: 0.2em;
  font-size: 2.5rem;
  vertical-align: middle;
  margin-bottom: 5px;
  display: inline-block;
}

h6 {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  position: relative;
  z-index: 90;
  line-height: 1;
  padding-left: 2em;
  height: 200px;
  line-height: 1.3;
  display: flex;
  align-items: center;
}

h6::before {
  content: '';
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(to right, #dee1f7, #e1edf7);
}

@media only screen and (max-width: 768px) {
  h1 {
    width: 60%;
  }
  h2 {
    font-size: 3.2rem;
  }
  h6 {
    font-size: 3rem;
    height: 100px;
    margin-bottom: 30px;
  }
  h6::before {
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 480px) {
  h1 {
    width: 60%;
  }
  h2 {
    font-size: 2.8rem;
  }
  h2 span {
    font-size: 1.3rem;
  }
  h3 {
    font-size: 2.8rem;
    line-height: 1.2;
  }
  h3 span {
    font-size: 2.2rem;
  }
  h4 {
    font-size: 2.4rem;
  }
  h5 {
    font-size: 2rem;
  }
  h5::before {
    font-size: 1.6rem;
  }
  h6 {
    font-size: 3rem;
    height: 100px;
  }
  h6::before {
    width: 100px;
    height: 100px;
  }
}

/******************************************
[header]
******************************************/
header {
  position: absolute;
  z-index: 90000;
  padding: 20px;
}

@media only screen and (max-width: 480px) {
  header {
    padding: 15px;
  }
}

/******************************************
[mv]
******************************************/
#mv {
  position: relative;
}

.flexslider {
  position: relative;
  height: 100vh;
}

.flexslider img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.mv_schedule {
  width: 40vw;
  max-width: 700px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  padding: 60px 3vw;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: saturate(100%) blur(10px);
  -webkit-backdrop-filter: saturate(100%) blur(10px);
}

.mv_parking {
  width: 7vw;
  position: absolute;
  top: -10px;
  left: 15px;
  z-index: 50;
}

.mv_info_dl {
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
  margin-left: 5.2vw;
  column-gap: 15px;
}

.mv_info_dl dt {
  min-width: 110px;
  border: 1px solid #222222;
  padding: 15px 5px;
  text-align: center;
  font-size: 1.3rem;
}

.mv_tel {
  font-size: 1.6vw;
  font-family: "din-2014";
  font-weight: bold;
  line-height: 1;
}

.mv_tel span {
  font-size: 2.5vw;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1;
}

.main_copy {
  position: absolute;
  left: 3%;
  top: 55%;
  font-family: "source-han-serif-japanese";
  font-weight: 500;
  font-size: 3vw;
  z-index: 3000;
  line-height: 1.6;
  color: #ffffff;
  text-shadow: 3px 3px 10px rgba(34, 34, 34, 0.2);
}

/* backdrop-filter 非対応ブラウザ用 */
@supports not ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  .mv_schedule {
    background: rgba(255, 255, 255, 0.2);
  }
}

@media only screen and (max-width: 1200px) {
  .mv_schedule {
    width: 500px;
    padding: 50px 25px 30px;
  }
  .mv_parking {
    width: 80px;
  }
  .mv_info_dl {
    margin-left: 80px;
  }
  .mv_info_dl dt {
    min-width: 90px;
    font-size: 1.2rem;
    letter-spacing: normal;
  }
  .mv_info_dl .text13 {
    font-size: 1.1rem;
  }
  .mv_tel {
    font-size: 2.2rem;
  }
  .mv_tel span {
    font-size: 3.5rem;
  }
  .main_copy {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .mv_schedule {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 60px 5%;
    background: #f7f7f7;
    bottom: 0;
    right: 0;
  }
  .flexslider {
    height: 500px;
  }
  .flexslider img {
    height: 500px;
  }
  .main_copy {
    top: 25%;
  }
  .mv_parking {
    width: 80px;
  }
  .mv_info_dl {
    margin-left: 80px;
  }
  .mv_info_dl dt {
    min-width: 90px;
    font-size: 1.2rem;
    letter-spacing: normal;
  }
  .mv_info_dl .text13 {
    font-size: 1.1rem;
  }
  .mv_tel {
    font-size: 2.2rem;
  }
  .mv_tel span {
    font-size: 3.5rem;
  }
  .main_copy {
    font-size: 3rem;
    top: 32%;
    left: 5%;
  }
}

@media only screen and (max-width: 480px) {
  .mv_info_dl {
    margin-left: auto;
    width: fit-content;
  }
}

/******************************************
[nav]
******************************************/
.header_menu {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.burger {
  display: block;
  z-index: 2000001;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: 2px solid #ffffff;
  cursor: pointer;
  text-align: center;
}

.burger span {
  display: block;
  position: absolute;
  width: 26px;
  height: 2px;
  left: 15px;
  background: #ffffff;
  transition: 0.3s ease-in-out;
}

.burger span:nth-child(1) {
  top: 17px;
}

.burger span:nth-child(2) {
  top: 27px;
}

.burger span:nth-child(3) {
  top: 37px;
}

.burger::before {
  content: 'MENU';
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  top: 15px;
  right: 4.5em;
  color: #3a3a3a;
  color: #ffffff;
}

.burger.active {
  border: 2px solid #ffffff !important;
}

.burger.active span:nth-child(1) {
  top: 27px;
  left: 15px;
  background: #ffffff !important;
  transform: rotate(-45deg);
}

.burger.active span:nth-child(2),
.burger.active span:nth-child(3) {
  top: 27px;
  background: #ffffff !important;
  transform: rotate(45deg);
}

.burger.active::before {
  color: #ffffff !important;
}

.burger-menu {
  display: block;
  position: fixed;
  z-index: -1;
  top: -100vh;
  right: 0;
  color: #ffffff;
  background: rgba(33, 125, 190, 0);
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity .5s ease, visibility .5s ease;
}

.burger-menu .burger-menu-li {
  padding-top: 7%;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  column-gap: 4%;
}

.burger-menu .burger-menu-li dl {
  width: 20%;
  max-width: 220px;
}

.burger-menu .burger-menu-li dl dt {
  font-weight: bold;
  font-size: 1.8rem;
}

.burger-menu .burger-menu-li dl dt:nth-child(-n+5) {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.burger-menu .burger-menu-li dl dd {
  font-size: 1.5rem;
  margin-top: 10px;
}

.burger-menu .burger-menu-li dl dd a::before {
  content: '-';
  margin-right: 5px;
}

.burger-menu .burger-menu-li dl a {
  display: block;
  color: #ffffff;
}

.burger-menu .burger-menu-li dl a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.burger-menu .header_news {
  width: fit-content;
  margin: 0 auto;
}

.burger-menu .header_news a {
  color: #ffffff;
}

.burger-menu.active {
  display: block;
  opacity: 100;
  z-index: 2000000;
  top: 0;
  width: 100%;
  height: 1500px;
  background: rgba(33, 125, 190, 0.98);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.burger_black .burger {
  border: 2px solid #3a3a3a;
}

.burger_black .burger span {
  background: #3a3a3a;
}

.burger_black .burger::before {
  color: #3a3a3a;
}

@media only screen and (max-width: 768px) {
  .burger-menu .burger-menu-li {
    padding-top: 15%;
  }
  .burger-menu .burger-menu-li dl dt {
    font-size: 1.6rem;
  }
  .burger-menu .burger-menu-li dl dd {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 480px) {
  .burger-menu .burger-menu-li {
    padding: 13% 5%;
    flex-wrap: wrap;
    gap: 18px 6%;
  }
  .burger-menu .burger-menu-li dl {
    width: 47%;
  }
  .burger-menu .burger-menu-li dl dt:nth-child(-n+5) {
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 1.5rem;
  }
  .burger-menu .burger-menu-li dl dd {
    margin-top: 5px;
  }
  .burger-menu .burger-menu-li dl:nth-child(2) {
    order: 3;
  }
  .burger-menu .burger-menu-li dl:nth-child(3) {
    order: 4;
  }
  .burger-menu .burger-menu-li dl:last-child {
    order: 2;
  }
}

/******************************************
[footer]
******************************************/
footer {
  background: linear-gradient(to right, #217dbe, #244eaf);
}

.footer_logo {
  width: 280px;
}

.footer_flex {
  display: flex;
  justify-content: space-between;
  column-gap: 2%;
}

.footer_menu dt {
  font-weight: bold;
}

.footer_menu dt:nth-child(-n+5) {
  margin-top: 20px;
}

.footer_menu dd {
  font-size: 1.3rem;
  margin-top: 10px;
}

.footer_menu dd a::before {
  content: '-';
  margin-right: 5px;
}

.footer_menu a {
  color: #ffffff;
}

.footer_menu a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.copyright {
  font-size: 1.3rem;
  text-align: center;
  padding: 30px 0;
  background-color: #ffffff;
}

@media only screen and (max-width: 1100px) {
  .footer_flex {
    flex-wrap: wrap;
  }
  .footer_logo {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer_menu {
    width: 22%;
  }
}

@media only screen and (max-width: 480px) {
  footer {
    background: linear-gradient(to top, #217dbe, #244eaf);
  }
  .footer_logo {
    margin-bottom: 0;
  }
  .footer_menu {
    display: none;
  }
}

/******************************************
[top]
******************************************/
#cont01 {
  background: url(../images/cont01_bg.png);
  background-repeat: no-repeat;
  background-position: top 240px center;
}

#cont01 .base_txt01 {
  width: 760px;
  margin: 0 auto 80px;
  padding-top: 100px;
  line-height: 2.4;
}

.cont01_li {
  display: flex;
  justify-content: space-between;
  column-gap: 8%;
  position: relative;
}

.cont01_li li {
  position: relative;
}

.cont01_li::after {
  content: '＋';
  color: #7593ab;
  font-size: 5vw;
  font-weight: lighter;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: normal;
}

.cont01_inner {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.cont01_text_area {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(36, 78, 175, 0.8);
  color: white;
  text-align: center;
  padding: 30px 20px;
  backdrop-filter: saturate(120%) blur(5px);
  -webkit-backdrop-filter: saturate(120%) blur(5px);
  border-radius: 0 0 20px 20px;
}

.cont01_subttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1;
}

.cont01_en {
  position: absolute;
  top: -15px;
  left: 15px;
  transform: rotate(-15deg);
  color: #ffffff;
  font-family: "tornac";
  font-size: 3.6rem;
  z-index: 120;
}

#cont02 {
  position: relative;
  padding-bottom: 280px;
}

.cont02_inner {
  background: url(../images/cont02_bg.jpg) no-repeat;
  background-size: cover;
  width: 95%;
  padding: 140px 5% 340px 40%;
}

.cont02_blue {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75%;
  min-width: 960px;
  background-color: rgba(36, 78, 175, 0.8);
  padding: 100px;
  color: #ffffff;
  margin-top: 7vw;
  margin-left: auto;
  border-radius: 30px 0 0 0;
}

.cont02_blue::before {
  content: 'How to Care';
  font-family: "lato";
  font-size: 7vw;
  color: rgba(117, 147, 171, 0.35);
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: -0.9em;
  right: 0;
  letter-spacing: 0.05em;
}

.cont02_subttl {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.treatment_li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px 2.3%;
}

.treatment_li li {
  width: 17%;
}

.treatment_li li a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 25%;
  padding-bottom: 75%;
  background-color: #e1edf7;
  border-radius: 20px;
  width: 100%;
  text-align: center;
  transition: 0.3s;
}

.treatment_li li a:hover {
  background-color: #cde1f2;
}

.treatment_icon {
  width: 50%;
  margin: 0 auto 4%;
}

.treatment_txt {
  font-size: 1.8rem;
  font-weight: bold;
}

#cont04 {
  background: url(../images/cont04_bg.jpg) right bottom no-repeat;
  background-size: 45% auto;
  background-color: #e1edf7;
}

.cont04_li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 4%;
}

.cont04_li li {
  width: 22%;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}

.cont04_li li a {
  display: block;
}

.cont04_txt {
  background-color: #244eaf;
  color: #ffffff;
  padding: 10px;
  font-size: 2rem;
  font-weight: bold;
}

#cont05 {
  margin-top: 140px;
  background: url(../images/cont05_bg.jpg) no-repeat;
  background-position: top 40px right;
  background-size: cover;
  padding: 0 0 380px;
  position: relative;
}

#cont05::after {
  content: 'PROTECT';
  font-family: "lato";
  font-size: 14rem;
  color: rgba(117, 147, 171, 0.35);
  font-weight: bold;
  line-height: 1;
  position: absolute;
  bottom: -0.5em;
  right: 0;
  letter-spacing: 0.05em;
}

.cont05_inner {
  width: 65%;
  background-color: rgba(36, 78, 175, 0.8);
  border-radius: 0 30px 0 0;
  color: #ffffff;
  padding: 5vw;
  backdrop-filter: saturate(120%) blur(15px);
  -webkit-backdrop-filter: saturate(120%) blur(15px);
}

#top_info {
  padding-top: 500px;
  position: relative;
}

.top_info_frame {
  width: 1560px;
  position: absolute;
  top: 0;
  left: calc((100% - 1560px) / 2);
  z-index: 1000;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  padding: 80px;
}

.top_info_flex {
  display: flex;
  justify-content: space-between;
  column-gap: 3%;
}

.top_info_left {
  width: 48%;
  min-width: 560px;
}

.top_info_right {
  width: 48%;
}

.top_info_clinic {
  font-size: 2.4rem;
  font-weight: bold;
  border-left: 5px solid #7593ab;
  padding-left: 15px;
  line-height: 1;
  margin-bottom: 30px;
}

.top_info_clinic span {
  font-size: 1.8rem;
  font-weight: bold;
}

.top_info_dl {
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  column-gap: 15px;
}

.top_info_dl dt {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  width: 22%;
  min-width: 120px;
  border: 1px solid #3a3a3a;
  padding: 15px 5px;
}

.top_info_tel {
  font-size: 3rem;
  font-family: "din-2014";
  font-weight: bold;
  line-height: 1;
}

.top_info_tel span {
  font-size: 4.6rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1;
}

.top_info_access {
  color: #7593ab;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  margin-bottom: 20px;
}

.top_info_access::after {
  content: '';
  display: block;
  width: calc(100% - 6em);
  height: 2px;
  border-bottom: 2px solid #dcdcdc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.top_info_traffic {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}

.top_info_traffic dt {
  width: 4.5em;
  background-color: #7593ab;
  color: #ffffff;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
  line-height: 1;
}

.top_info_traffic dd {
  width: calc(100% - 5.5em);
  margin-bottom: 10px;
  line-height: 1.5;
}

.place-card-large {
  margin-top: 50px;
}

#map {
  position: relative;
  height: 660px;
  padding-top: 300px;
  width: 100%;
  overflow: hidden;
}

#map iframe {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100% + 150px + 150px);
  pointer-events: none;
}

@media only screen and (max-width: 1560px) {
  .top_info_frame {
    width: 90%;
    left: 5%;
    padding: 80px 5%;
  }
}

@media only screen and (max-width: 1280px) {
  #cont01 {
    background-position: top 200px center;
  }
  .cont01_text_area {
    padding: 20px 10px;
  }
  .cont01_subttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .cont01_en {
    font-size: 3rem;
  }
  .cont01_txt {
    font-size: 1.3rem;
  }
  #cont05 {
    padding: 0 0 280px;
  }
  #cont05::after {
    font-size: 12rem;
  }
  .cont05_inner {
    width: 80%;
  }
  .top_info_left {
    min-width: 480px;
  }
  .top_info_tel {
    font-size: 2.5rem;
  }
  .top_info_tel span {
    font-size: 3.5rem;
  }
  .top_info_teltxt {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 1100px) {
  .treatment_txt {
    font-size: 1.5rem;
  }
  #top_info {
    padding-top: 800px;
  }
  .top_info_flex {
    display: block;
  }
  .top_info_left {
    width: 100%;
    margin-bottom: 30px;
  }
  .top_info_right {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #cont01 {
    background-position: top 170px center;
    position: relative;
  }
  #cont01::before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 80%;
    bottom: 0;
    right: 0;
    background-color: #e1edf7;
  }
  #cont01 .base_txt01 {
    width: 100%;
    position: relative;
    z-index: 8;
  }
  .cont01_li {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 9;
  }
  .cont01_li li:first-child {
    margin-bottom: 80px;
  }
  .cont01_li::after {
    font-size: 5rem;
  }
  #cont02 {
    padding-bottom: 0;
  }
  .cont02_inner {
    background-position: top left -100px;
    width: 100%;
    padding: 80px 5% 80px 20%;
  }
  .cont02_blue {
    position: relative;
    width: 100%;
    min-width: auto;
    padding: 50px 30px;
    margin-top: 0;
    border-radius: 0;
  }
  .cont02_blue::before {
    font-size: 8rem;
  }
  .treatment_li {
    gap: 25px 3%;
  }
  .treatment_li li {
    width: 22.6%;
  }
  .treatment_li li a {
    padding-top: 22%;
    padding-bottom: 78%;
    border-radius: 15px;
  }
  .treatment_txt {
    font-size: 1.5rem;
  }
  .cont04_li {
    gap: 30px 4%;
  }
  .cont04_li li {
    width: 48%;
  }
  .cont04_li li a {
    display: block;
  }
  .cont04_li li img {
    width: 100%;
    height: auto;
  }
  .cont04_txt {
    font-size: 1.8rem;
  }
  #cont05 {
    margin-top: 120px;
    background-position: top 40px right -100px;
    background-size: cover;
    padding: 0 0 280px;
    position: relative;
  }
  #cont05::after {
    font-size: 8rem;
  }
  .cont05_inner {
    width: 95%;
    padding: 50px 30px;
    backdrop-filter: saturate(120%) blur(5px);
    -webkit-backdrop-filter: saturate(120%) blur(5px);
  }
}

@media only screen and (max-width: 480px) {
  #cont01 {
    background-size: 250% auto;
  }
  #cont01 .base_txt01 {
    padding-top: 50px;
  }
  .cont01_li {
    width: 100%;
  }
  .cont01_li li img {
    width: auto;
    height: 300px;
    object-fit: cover;
  }
  .cont01_subttl {
    margin-bottom: 5px;
  }
  .cont01_text_area {
    padding: 15px 10px;
  }
  .cont02_inner {
    background-size: 150% auto;
    background-position: top left;
    width: 100%;
    padding: 280px 5% 90px 10%;
  }
  .cont02_inner::after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 95%;
    height: calc(100% - 200px);
    top: 240px;
    right: 0;
    background-color: #ffffff;
    opacity: 0.6;
  }
  .cont02_inner > h2,
  .cont02_inner > .base_txt01 {
    position: relative;
    z-index: 3;
  }
  .cont02_blue {
    padding: 50px 30px;
    z-index: 12;
  }
  .cont02_blue::before {
    font-size: 7rem;
  }
  .cont02_subttl {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
  .treatment_li {
    gap: 25px 6%;
  }
  .treatment_li li {
    width: 47%;
  }
  .treatment_txt {
    font-size: 1.8rem;
  }
  #cont04 {
    background-size: 60% auto;
  }
  #cont05 {
    margin-top: 80px;
    background-position: bottom right;
    background-size: 150% auto;
    padding: 0 0 320px;
    position: relative;
  }
  #cont05::after {
    font-size: 8rem;
  }
  .cont05_inner {
    width: 95%;
    padding: 50px 20px 40px;
  }
  #top_info {
    padding-top: 800px;
  }
  .top_info_frame {
    padding: 50px 25px 30px;
  }
  .top_info_left {
    width: 100%;
    min-width: auto;
    margin-bottom: 30px;
  }
  .top_info_dl {
    display: block;
  }
  .top_info_dl dt {
    display: block;
    width: 100%;
    min-width: auto;
    padding: 5px;
    text-align: center;
    margin-bottom: 15px;
  }
  .top_info_clinic {
    font-size: 2.2rem;
  }
  .top_info_clinic span {
    font-size: 1.5rem;
  }
  .top_info_tel {
    font-size: 2.2rem;
    text-align: center;
  }
  .top_info_tel span {
    font-size: 4rem;
  }
  .top_info_teltxt {
    text-align: center;
  }
  #map {
    height: 540px;
  }
}

/******************************************
[pagettl]
******************************************/
#pagettl {
  height: 500px;
}

#pagettl p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 250px;
  font-size: 4rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
  width: 100%;
  text-align: center;
}

.pagettl_about {
  background: url(../images/pagettl_about.jpg) center no-repeat;
  background-size: cover;
}

.pagettl_news {
  background: url(../images/pagettl_news.jpg) center no-repeat;
  background-size: cover;
}

.pagettl_treatment {
  background: url(../images/pagettl_treatment.jpg) center no-repeat;
  background-size: cover;
}

.pagettl_health {
  background: url(../images/pagettl_health.jpg) center no-repeat;
  background-size: cover;
}

.pagettl_guidance {
  background: url(../images/pagettl_guidance.jpg) center no-repeat;
  background-size: cover;
}

.pagettl_staff {
  background: url(../images/pagettl_staff.jpg) center no-repeat;
  background-size: cover;
}

.pagettl_access {
  background: url(../images/pagettl_access.jpg) center no-repeat;
  background-size: cover;
}

.pagettl_recruit {
  background: url(../images/pagettl_recruit.jpg) center no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  #pagettl {
    height: 300px;
  }
  #pagettl p {
    top: 160px;
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 480px) {
  #pagettl {
    height: 220px;
  }
  #pagettl p {
    top: 120px;
    font-size: 3rem;
  }
  .pagettl_access {
    background-position: left 30% top;
  }
}

/******************************************
[news]
******************************************/
#news .topics_li {
  border-top: 1px solid #dcdcdc;
}

#news .topics_li li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 5%;
  border-bottom: 1px solid #dcdcdc;
  padding: 30px 0;
}

#news .topics_thumb {
  width: 30%;
}

#news .topics_thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

#news .topics_txt_area {
  width: 65%;
}

#news .topics_ttl {
  font-size: 1.8rem;
  font-weight: 500;
}

.pagenation {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.pagenation ul {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  column-gap: 20px;
}

.pagenation ul a:hover {
  color: #244eaf;
}

.prev,
.next {
  letter-spacing: normal;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.prev {
  padding: 3px 0;
  margin-right: 10px !important;
}

.next {
  padding: 3px 0;
  margin-left: 10px !important;
}

.current {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  background-color: #525252;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: normal;
}

@media only screen and (max-width: 768px) {
  #news .topics_thumb img {
    height: 140px;
  }
}

@media only screen and (max-width: 480px) {
  #news .topics_thumb img {
    height: 100px;
  }
  #news .topics_ttl {
    font-size: 1.5rem;
  }
}

/******************************************
[news_detail]
******************************************/
#news_detail .topics_ttl {
  font-size: 2.5rem;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-weight: 500;
}

#news_detail .topics_date {
  text-align: right;
  margin-bottom: 30px;
}

#news_detail .btn01 {
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  #news_detail .topics_ttl {
    font-size: 2rem;
  }
  #news_detail .topics_date {
    font-size: 1.2rem;
  }
}

/******************************************
[about]
******************************************/
.about_bluebg {
  background-color: #e1edf7;
  padding: 60px;
}

.about_concept {
  text-align: center;
  color: #244eaf;
  position: relative;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 1.3rem;
  font-family: "din-2014";
}

.about_concept span {
  display: block;
  font-size: 4rem;
  margin-bottom: 5px;
}

.about_concept::before {
  content: '';
  width: 1px;
  height: 60px;
  border-left: 1px solid #244eaf;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -70px;
}

.about_ttl {
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  color: #244eaf;
  margin-bottom: 30px;
}

.about_subttl {
  position: relative;
  margin-bottom: 50px;
}

.about_subttl span {
  display: block;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 500;
  background-color: #e1edf7;
  position: relative;
  z-index: 6;
  width: fit-content;
  margin: 0 auto;
  padding: 0 1em;
  font-weight: bold;
  text-align: center;
}

.about_subttl::before {
  content: '';
  border-bottom: 3px dashed #244eaf;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 5;
}

#about02 .flex_47 {
  background-color: #ffffff;
}

.about02_li {
  display: flex;
  justify-content: space-between;
  column-gap: 3%;
}

.about02_li li {
  width: 32%;
  padding: 30px;
  background-color: #ffffff;
}

.about02_effect_pic {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 150px;
  margin: 0 auto 20px;
}

.about02_effect_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 10px;
}

.about02_bluettl {
  background-color: #244eaf;
  color: #ffffff;
  text-align: center;
  font-size: 2.4rem;
  padding: 12px 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.about02_care_pic img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.about02_li02 {
  padding: 30px;
}

.about02_li02 li {
  font-size: 1.8rem;
  font-weight: 500;
}

.chart {
  width: 100%;
  height: 500px;
}

.about03_pic img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: left top;
}

.about03_li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 2%;
}

.about03_li li {
  width: 49%;
  background-color: #ffffff;
  padding: 15px;
  font-size: 1.8rem;
  border-radius: 10px;
}

.about03_li i {
  color: #7593ab;
  margin-right: 0.5em;
}

.about03_aiube {
  width: fit-content;
  margin: 0 auto;
}

.about03_aiube li {
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
  column-gap: 5%;
  margin-bottom: 30px;
}

.about03_aiube li:not(:last-child) .aiube_pic {
  position: relative;
}

.about03_aiube li:not(:last-child) .aiube_pic::after {
  content: '';
  display: block;
  width: 5px;
  height: 30px;
  border-left: 5px solid #dcdcdc;
  position: absolute;
  right: 43%;
  bottom: -30px;
}

.aiube_pic {
  width: 220px;
  min-width: 200px;
}

.aiube_txt {
  font-size: 2rem;
}

.aiube_txt span {
  display: block;
  color: #ffffff;
  font-family: "din-2014";
  font-weight: bold;
  background-color: #244eaf;
  padding: 8px;
  line-height: 1;
  width: 6em;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 20px;
}

.about04_subttl {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.about04_dl {
  width: 48%;
}

.about04_dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #244eaf;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 1.5;
}

.about04_dl dt i {
  font-size: 2.4rem;
  vertical-align: text-bottom;
  margin-right: 0.2em;
}

.about04_dl dd {
  margin-top: 5px;
  text-indent: -1em;
  padding-left: 1em;
}

.about04_standard_dl dt {
  font-size: 1.7rem;
  font-weight: 500;
  margin-top: 30px;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.about04_standard_dl dt span {
  font-weight: bold;
  color: #7593ab;
  margin-right: 0.5em;
}

.about04_standard_dl dd {
  padding-left: 1.5em;
  margin-top: 5px;
}

@media only screen and (max-width: 768px) {
  .about_bluebg {
    padding: 40px 5%;
  }
  .about_ttl {
    font-size: 3rem;
  }
  .about_subttl {
    margin-bottom: 40px;
  }
  #about02 .flex_25 {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
  .about02_li {
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .about02_li li {
    width: 100%;
  }
  .about02_effect_pic {
    width: 40%;
  }
  .chart {
    height: 320px;
  }
  .about03_pic img {
    height: 360px;
  }
  .about03_li {
    gap: 15px 0;
  }
  .about03_li li {
    width: 100%;
  }
  .aiube_pic {
    width: 25%;
    min-width: auto;
  }
  .aiube_txt {
    width: 70%;
    font-size: 1.5rem;
  }
  .aiube_txt span {
    font-size: 1.3rem;
  }
  .about04_subttl {
    font-size: 2rem;
    text-align: center;
  }
  .about04_pic img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .about04_dl {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .about_ttl {
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .about_subttl {
    margin-bottom: 30px;
  }
  .about_subttl span {
    font-size: 2.2rem;
    padding: 0;
  }
  .about_subttl::before {
    content: none;
  }
  #about02 .flex_25 {
    width: 60%;
  }
  .about02_li li {
    padding: 20px;
  }
  .about02_effect_pic {
    width: 50%;
  }
  .about02_effect_ttl {
    line-height: 1.6;
  }
  .about02_bluettl {
    font-size: 2rem;
  }
  .about02_li02 {
    padding: 20px;
  }
  .about02_li02 li {
    font-size: 1.5rem;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  #about03 .center {
    text-align: left;
  }
  #about03 h3 span,
  #about04 h3 span {
    font-size: 2.2rem;
  }
  #about03 h3::after,
  #about04 h3::after {
    margin: 0 auto 30px;
  }
  .about03_pic img {
    height: 240px;
  }
  .about03_li li {
    font-size: 1.5rem;
  }
  .about03_aiube {
    width: 100%;
  }
  .about03_aiube li {
    align-items: flex-start;
    position: relative;
    z-index: 60;
  }
  .about03_aiube li:not(:last-child) .aiube_pic::after {
    height: 60px;
    bottom: -60px;
    z-index: 55;
  }
  .aiube_txt {
    line-height: 1.5;
  }
  .about04_dl dd {
    line-height: 1.6;
  }
  .about04_pic img {
    height: 200px;
  }
  .about04_standard_dl dt {
    font-size: 1.5rem;
    margin-top: 20px;
  }
  .about04_standard_dl dd {
    padding-left: 1.3em;
  }
}

/******************************************
[treatment]
******************************************/
.treatment_pic {
  width: 35%;
}

.treatment_txt_area {
  width: 60%;
}

.treatment_subject {
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 20px;
}

.treatment_subject p {
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}

.treatment_subject span {
  display: flex;
  align-items: center;
  background-color: #e1edf7;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  padding: 10px;
}

.treatment_subttl {
  font-size: 2rem;
  font-weight: bold;
}

.treatment_caption {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1;
}

.treatment_caption::before {
  content: "\e90d";
  font-family: "icomoon";
  color: #7593ab;
  font-size: 1.5rem;
  margin-right: 0.2em;
}

.case_btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px 2%;
}

.case_btn li {
  width: 18.2%;
}

.case_btn li a {
  display: block;
  background-color: #244eaf;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 18px 5px;
  text-align: center;
  border-radius: 8px;
  transition: 0.3s;
}

.case_btn li a:hover {
  background-color: #2a5bcd;
}

#treatment03 h6 {
  width: 25%;
  min-width: 430px;
}

#treatment03 .flex_box02 {
  justify-content: flex-start;
}

.case_txt_area {
  width: 65%;
}

.treatment03_beside img {
  width: auto;
  height: 300px;
  object-fit: cover;
}

.cadcam_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 3%;
}

.cadcam_dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.cadcam_dl dt span {
  display: inline-block;
  width: 25px;
  margin-right: 15px;
}

.cadcam_dl dd {
  padding-left: 42px;
  line-height: 1.6;
  padding-bottom: 25px;
}

.cadcam_dl dd:not(:nth-of-type(3)) {
  border-bottom: 1px dotted #dcdcdc;
  padding-bottom: 15px;
}

.cadcam_subttl {
  background-color: darkgray;
  color: #ffffff;
  text-align: center;
  padding: 5px;
}

.cadcam_note {
  font-size: 1.2rem;
  text-indent: -1em;
  padding-left: 1em;
}

.case_flow {
  position: relative;
}

.case_flow::before {
  content: '';
  width: 6px;
  height: 100%;
  border-left: 6px dotted #e1edf7;
  position: absolute;
  left: 50%;
}

.case_flow li {
  border: 2px solid #e1edf7;
  padding: 35px 30px 30px;
  border-radius: 10px;
  position: relative;
  background-color: #ffffff;
}

.case_flow li:not(last-child) {
  margin-bottom: 40px;
}

.case_flow p {
  display: inline-block;
  color: #b9d5ec;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1;
  background-color: #ffffff;
  padding: 0 0.5em;
  position: absolute;
  top: -0.5em;
  left: 1em;
  font-family: "din-2014";
}

.case_flow span {
  display: block;
  width: fit-content;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
  #case_tag04 .cadcam_flex {
    display: block;
  }
  #case_tag04 .cadcam_flex .flex_48 {
    width: 100%;
  }
  #case_tag04 .cadcam_pic {
    width: 90%;
    margin: 0 auto 40px;
  }
}

@media only screen and (max-width: 768px) {
  .treatment_pic {
    width: 100%;
  }
  .treatment_txt_area {
    width: 100%;
  }
  .treatment_subject {
    display: block;
  }
  .treatment_subject p {
    font-size: 2.8rem;
    text-align: center;
  }
  .treatment_subject span {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    padding: 8px;
    margin: 0 auto 5px;
  }
  .case_btn li {
    width: 32%;
  }
  #treatment03 h6 {
    width: 100%;
    min-width: auto;
  }
  .case_txt_area {
    width: 100%;
  }
  .treatment03_beside img {
    height: 260px;
  }
  .cadcam_pic {
    width: 70%;
    margin: 0 auto 30px;
  }
}

@media only screen and (max-width: 480px) {
  .treatment_caption {
    margin-bottom: 15px;
    padding-left: 8px;
  }
  .case_btn {
    gap: 20px 4%;
  }
  .case_btn li {
    width: 48%;
  }
  .case_btn li a {
    font-size: 1.6rem;
  }
  .treatment03_beside img {
    height: 288px;
  }
  .case_flow li {
    padding: 30px 25px 25px;
  }
  .case_flow p {
    font-size: 2.2rem;
  }
  .case_flow span {
    font-size: 1.8rem;
  }
}

/******************************************
[health]
******************************************/
.health_txt {
  width: 60%;
  padding: 60px;
  background-color: rgba(225, 237, 247, 0.5);
  backdrop-filter: saturate(120%) blur(15px);
  -webkit-backdrop-filter: saturate(120%) blur(15px);
}

.health_lead {
  font-size: 2.8rem;
  font-weight: 500;
  color: #7593ab;
  margin-bottom: 25px;
  line-height: 1.5;
}

.health_li li {
  background-color: #edf4fa;
  margin-bottom: 25px;
  padding: 50px 40px 40px;
  border-radius: 20px;
}

.health_subttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
  border-left: 4px solid #7593ab;
  padding-left: 12px;
  line-height: 1;
}

.health01_bg, .health02_bg, .health03_bg, .health04_bg, .health05_bg, .health06_bg {
  position: relative;
  z-index: 110;
  margin-bottom: 180px;
}

.health01_bg::after, .health02_bg::after, .health03_bg::after, .health04_bg::after, .health05_bg::after, .health06_bg::after {
  content: '';
  display: block;
  width: 60%;
  height: 100%;
  background: url(../images/health01_bg.jpg) no-repeat;
  background-position: right bottom;
  background-size: cover;
  position: absolute;
  bottom: -15%;
  right: 0;
  z-index: -1;
}

.health02_bg::after {
  background: url(../images/health02_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.health03_bg::after {
  background: url(../images/health03_bg.jpg) no-repeat;
  background-size: cover;
  background-position: right bottom;
}

.health04_bg::after {
  background: url(../images/health04_bg.jpg) no-repeat;
  background-size: cover;
  background-position: right bottom;
}

.health05_bg::after {
  background: url(../images/health05_bg.jpg) no-repeat;
  background-size: cover;
  background-position: right bottom;
}

.health06_bg::after {
  background: url(../images/health06_bg.jpg) no-repeat;
  background-size: cover;
  background-position: right center;
}

#health02 .btn03 a {
  width: 600px;
}

.health04_subttl {
  font-size: 2rem;
  font-weight: bold;
  margin: 20px 0 10px;
  text-align: center;
}

.health05_flow li {
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  column-gap: 5%;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 30px;
}

.health05_flow_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #244eaf;
}

.health05_flow_ttl span {
  display: block;
  color: #ffffff;
  font-family: "din-2014";
  font-weight: bold;
  background-color: #244eaf;
  padding: 12px 10px 10px;
  line-height: 1;
  width: 7em;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 20px;
  font-size: 1.8rem;
}

.health05_flow_pic {
  width: 30%;
}

.health05_flow_txt {
  width: 65%;
}

.health06_li {
  border: 1px solid #dcdcdc;
  padding: 50px 40px;
  border-radius: 20px;
}

.health06_li li {
  font-size: 1.8rem;
  text-indent: -1.2em;
  padding-left: 1.2em;
  font-weight: 500;
}

.health06_li li::before {
  content: "\e905";
  font-family: "icomoon";
  color: #7593ab;
  margin-right: 0.2em;
  font-size: 2.2rem;
  vertical-align: middle;
}

.health06_li li:not(:last-child) {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1100px) {
  .health_txt {
    width: 70%;
    padding: 50px;
  }
  .health01_bg, .health02_bg, .health03_bg, .health04_bg, .health05_bg, .health06_bg {
    margin-bottom: 320px;
  }
  .health01_bg::after, .health02_bg::after, .health03_bg::after, .health04_bg::after, .health05_bg::after, .health06_bg::after {
    background-position: right bottom;
    bottom: -240px;
  }
}

@media only screen and (max-width: 768px) {
  .health_txt {
    width: 95%;
    padding: 30px;
    margin-bottom: 60px;
  }
  .health_lead {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
  .health01_bg, .health02_bg, .health03_bg, .health04_bg, .health05_bg, .health06_bg {
    padding-top: 300px;
    margin-bottom: 0;
  }
  .health01_bg::after, .health02_bg::after, .health03_bg::after, .health04_bg::after, .health05_bg::after, .health06_bg::after {
    background-position: right bottom;
    height: 360px;
    bottom: auto;
    top: 0;
    width: 95%;
  }
  .health05_flow li {
    align-items: flex-start;
  }
  .health05_flow_ttl {
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .health05_flow_ttl span {
    width: 7em;
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
  #health06 .cadcam_flex {
    display: block;
  }
  #health06 .cadcam_flex .flex_48 {
    width: 100%;
  }
  #health06 .cadcam_pic {
    width: 90%;
    text-align: center;
    margin: 0 auto 40px;
  }
  .health06_li {
    padding: 20px;
  }
}

@media only screen and (max-width: 480px) {
  #health01 .container1440,
  #health02 .container1440,
  #health03 .container1440,
  #health04 .container1440,
  #health05 .container1440,
  #health06 .container1440 {
    width: 100%;
  }
  .health_txt {
    padding: 40px 5% 5%;
  }
  .health_li li {
    padding: 30px 25px 25px;
  }
  .health01_bg, .health02_bg, .health03_bg, .health04_bg, .health05_bg, .health06_bg {
    padding-top: 280px;
  }
  .health01_bg::after, .health02_bg::after, .health03_bg::after, .health04_bg::after, .health05_bg::after, .health06_bg::after {
    height: 320px;
  }
  #health02 .btn03 a {
    width: 90%;
    line-height: 1.6;
  }
  .health05_flow li {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    column-gap: 5%;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 30px;
  }
  .health05_flow_pic {
    width: 100%;
    margin-bottom: 20px;
  }
  .health05_flow_txt {
    width: 100%;
  }
  .health05_flow_ttl {
    text-align: center;
  }
  .health05_flow_ttl span {
    margin-left: auto;
    margin-right: auto;
  }
  .health06_li li {
    font-size: 1.5rem;
  }
}

/******************************************
[guidance]
******************************************/
.guidance01_li li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 5%;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #dcdcdc;
}

.guidance01_li li:nth-child(even) .guidance_pic {
  order: 2;
}

.guidance01_li .guidance_subttl {
  margin-bottom: 15px;
}

.guidance_pic {
  width: 40%;
}

.guidance_right {
  width: 55%;
}

.guidance_subttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #244eaf;
  letter-spacing: 0.2em;
}

.guidance_bluebg {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background-color: #e1edf7;
  padding: 40px 50px;
  border-radius: 10px;
}

.guidance_ct_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #7593ab;
  margin: 0 0 5px;
  text-align: center;
}

.guidance_result {
  background-color: #ffffff;
  padding: 20px;
  margin-top: 40px;
  position: relative;
}

.guidance_result::before {
  content: "\e904";
  font-family: "icomoon";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
  font-size: 3rem;
  color: #7593ab;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  #guidance01 .center {
    text-align: left;
  }
  .guidance01_li li {
    display: block;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .guidance01_li li:nth-child(even) .guidance_pic {
    order: 2;
  }
  .guidance_pic {
    width: 100%;
    margin-bottom: 30px;
  }
  .guidance_right {
    width: 100%;
  }
  .guidance_subttl {
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .guidance_subttl {
    font-size: 2.2rem;
  }
  .guidance_bluebg {
    background-color: #e1edf7;
    padding: 25px 20px;
    border-radius: 10px;
  }
  .guidance_ct_ttl {
    font-size: 1.8rem;
  }
}

/******************************************
[staff]
******************************************/
.director, .director_left {
  margin-left: calc((100% - 1440px)/2);
  display: flex;
  justify-content: space-between;
  column-gap: 5%;
  background: linear-gradient(to bottom, #ffffff 15%, #e1edf7 15%);
  padding: 0 5% 5%;
}

.director dt, .director_left dt {
  width: 38%;
  min-width: 400px;
}

.director dt img, .director_left dt img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}

.director dd, .director_left dd {
  padding-top: 180px;
  position: relative;
}

.director_left {
  margin-right: calc((100% - 1440px)/2);
  margin-left: 0;
}

.director_left dt {
  order: 2;
}

.staff_pic_bg {
  background: linear-gradient(to bottom, #ffffff 30%, #e1edf7 30%);
}

.staff_pic {
  position: relative;
}

.staff_pic::before {
  content: "Staff";
  font-family: "tornac";
  font-feature-settings: "palt";
  font-size: 7vw;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #ffffff;
  white-space: pre;
  position: absolute;
  left: -120px;
  bottom: 50px;
  transform: rotate(-15deg);
}

.staff_item {
  width: 58%;
}

.staff_position {
  width: fit-content;
  background-color: #244eaf;
  color: #ffffff;
  padding: 6px 20px 7px;
  margin-bottom: 15px;
  line-height: 1;
}

.staff_name {
  font-size: 3rem;
  font-weight: bold;
  border-bottom: 1px solid #7593ab;
  margin-bottom: 30px;
  padding-bottom: 20px;
  letter-spacing: 0.2em;
}

.staff_name span {
  font-size: 1.3rem;
  margin-left: 1em;
  color: #7593ab;
  letter-spacing: 0.3em;
}

.recruit_txt {
  font-size: 3rem;
  font-weight: bold;
}

@media only screen and (max-width: 1440px) {
  .director, .director_left {
    margin-left: 0;
    background: linear-gradient(to bottom, #ffffff 5%, #e1edf7 5%);
    padding: 0 5% 8%;
  }
  .director dt, .director_left dt {
    width: 36%;
    min-width: 360px;
  }
  .director dd, .director_left dd {
    width: 60%;
    padding-top: 140px;
  }
  .director_left {
    margin-right: 0;
  }
  .director_left dt {
    order: 2;
  }
  .staff_pic::before {
    left: -4%;
  }
}

@media only screen and (max-width: 768px) {
  .director, .director_left {
    display: block;
  }
  .director dt, .director_left dt {
    width: 75%;
    margin: 0 auto 50px;
  }
  .director dt img, .director_left dt img {
    height: 600px;
  }
  .director dd, .director_left dd {
    width: 100%;
    padding-top: 0;
  }
  .director_left {
    margin-right: 0;
  }
  .director_left dt {
    order: 2;
  }
}

@media only screen and (max-width: 480px) {
  .director, .director_left {
    display: block;
  }
  .director dt, .director_left dt {
    width: 80%;
    margin: 0 auto 40px;
  }
  .director dt img, .director_left dt img {
    height: 460px;
  }
  .director dd, .director_left dd {
    padding-top: 0;
  }
  .staff_pic {
    width: 90%;
    margin: 0 auto;
  }
  .staff_pic img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .staff_pic::before {
    font-size: 5rem;
    bottom: -40px;
  }
  .staff_item {
    width: 100%;
  }
  .staff_position {
    margin: 0 auto 10px;
  }
  .staff_name {
    text-align: center;
    line-height: 1.6;
    padding-bottom: 20px;
  }
  .staff_name span {
    display: block;
  }

  .recruit_txt {
    font-size: 2.4rem;
  }
}

/******************************************
[access]
******************************************/
#access01 .table01 {
  font-size: 1.8rem;
}

.access_left {
  width: 50%;
}

.access_right {
  width: 45%;
  text-align: center;
}

.access_teltxt {
  width: fit-content;
  min-width: 400px;
  margin: 0 auto 15px;
  border: 1px solid #3a3a3a;
  padding: 5px 20px;
}

.access_tel {
  font-size: 3rem;
  font-family: "din-2014";
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}

.access_tel span {
  font-size: 4.6rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1;
}

.table_frame {
  padding: 40px 60px;
  background-color: #e1edf7;
  border-radius: 30px;
}

.access_traffic {
  width: 48%;
}

.access_traffic dt {
  background-color: #7593ab;
  color: #ffffff;
  font-size: 1.8rem;
  text-align: center;
  padding: 15px 5px;
  border-radius: 10px;
}

.access_traffic dd {
  background-color: #e1edf7;
  text-align: center;
  padding: 20px 5px;
  margin-top: 40px;
  border-radius: 10px;
  position: relative;
}

.access_traffic dd::before {
  content: "\e904";
  font-family: "icomoon";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
  font-size: 3rem;
  color: #7593ab;
  line-height: 1;
}

.access_map {
  height: 560px;
}

@media only screen and (max-width: 768px) {
  .access_left {
    width: 100%;
  }
  .access_right {
    width: 100%;
  }
  .table_frame {
    padding: 30px;
    border-radius: 20px;
  }
  .access_traffic {
    width: 100%;
  }
  .access_map {
    height: 460px;
  }
}

@media only screen and (max-width: 480px) {
  #access01 .table01 {
    font-size: 1.5rem;
  }
  .access_teltxt {
    width: 90%;
    min-width: auto;
  }
  .access_tel {
    font-size: 2.5rem;
  }
  .access_tel span {
    font-size: 4.2rem;
  }
  .table_frame {
    padding: 15px 15px 20px;
    border-radius: 20px;
  }
}

/******************************************
[recruit]
******************************************/
.recruit_li {
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  column-gap: 5%;
}

.recruit_li li {
  font-size: 1.8rem;
}

.recruit_li li::before {
  content: "\e900";
  font-family: "icomoon";
  color: #7593ab;
  margin-right: 0.2em;
}

/******************************************
[contact]
******************************************/
/******************************************
[改行切り替え]
******************************************/
.pc {
  display: block;
}

.sp {
  display: none;
}

@media only screen and (max-width: 480px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

.flex_25 {
  width: 25%;
}

.flex_26 {
  width: 26%;
}

.flex_27 {
  width: 27%;
}

.flex_28 {
  width: 28%;
}

.flex_29 {
  width: 29%;
}

.flex_30 {
  width: 30%;
}

.flex_31 {
  width: 31%;
}

.flex_32 {
  width: 32%;
}

.flex_33 {
  width: 33%;
}

.flex_34 {
  width: 34%;
}

.flex_35 {
  width: 35%;
}

.flex_36 {
  width: 36%;
}

.flex_37 {
  width: 37%;
}

.flex_38 {
  width: 38%;
}

.flex_39 {
  width: 39%;
}

.flex_40 {
  width: 40%;
}

.flex_41 {
  width: 41%;
}

.flex_42 {
  width: 42%;
}

.flex_43 {
  width: 43%;
}

.flex_44 {
  width: 44%;
}

.flex_45 {
  width: 45%;
}

.flex_46 {
  width: 46%;
}

.flex_47 {
  width: 47%;
}

.flex_48 {
  width: 48%;
}

.flex_49 {
  width: 49%;
}

.flex_50 {
  width: 50%;
}

.flex_51 {
  width: 51%;
}

.flex_52 {
  width: 52%;
}

.flex_53 {
  width: 53%;
}

.flex_54 {
  width: 54%;
}

.flex_55 {
  width: 55%;
}

.flex_56 {
  width: 56%;
}

.flex_57 {
  width: 57%;
}

.flex_58 {
  width: 58%;
}

.flex_59 {
  width: 59%;
}

.flex_60 {
  width: 60%;
}

.flex_61 {
  width: 61%;
}

.flex_62 {
  width: 62%;
}

.flex_63 {
  width: 63%;
}

.flex_64 {
  width: 64%;
}

.flex_65 {
  width: 65%;
}

.flex_66 {
  width: 66%;
}

.flex_67 {
  width: 67%;
}

.flex_68 {
  width: 68%;
}

.flex_69 {
  width: 69%;
}

.flex_70 {
  width: 70%;
}

.padding100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.padding120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.padding130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.padding140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.padding150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.padding160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.padding170 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.padding180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.padding190 {
  padding-top: 190px;
  padding-bottom: 190px;
}

.padding200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.padding210 {
  padding-top: 210px;
  padding-bottom: 210px;
}

.padding220 {
  padding-top: 220px;
  padding-bottom: 220px;
}

.padding230 {
  padding-top: 230px;
  padding-bottom: 230px;
}

.padding240 {
  padding-top: 240px;
  padding-bottom: 240px;
}

.padding250 {
  padding-top: 250px;
  padding-bottom: 250px;
}

.padding260 {
  padding-top: 260px;
  padding-bottom: 260px;
}

.padding270 {
  padding-top: 270px;
  padding-bottom: 270px;
}

.padding280 {
  padding-top: 280px;
  padding-bottom: 280px;
}

.padding290 {
  padding-top: 290px;
  padding-bottom: 290px;
}

.padding300 {
  padding-top: 300px;
  padding-bottom: 300px;
}

.margin100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.margin110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.margin120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.margin130 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.margin140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.margin150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.margin160 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.margin170 {
  margin-top: 170px;
  margin-bottom: 170px;
}

.margin180 {
  margin-top: 180px;
  margin-bottom: 180px;
}

.margin190 {
  margin-top: 190px;
  margin-bottom: 190px;
}

.margin200 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.margin210 {
  margin-top: 210px;
  margin-bottom: 210px;
}

.margin220 {
  margin-top: 220px;
  margin-bottom: 220px;
}

.margin230 {
  margin-top: 230px;
  margin-bottom: 230px;
}

.margin240 {
  margin-top: 240px;
  margin-bottom: 240px;
}

.margin250 {
  margin-top: 250px;
  margin-bottom: 250px;
}

.margin260 {
  margin-top: 260px;
  margin-bottom: 260px;
}

.margin270 {
  margin-top: 270px;
  margin-bottom: 270px;
}

.margin280 {
  margin-top: 280px;
  margin-bottom: 280px;
}

.margin290 {
  margin-top: 290px;
  margin-bottom: 290px;
}

.margin300 {
  margin-top: 300px;
  margin-bottom: 300px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-230 {
  padding-top: 230px;
}

.pt-240 {
  padding-top: 240px;
}

.pt-250 {
  padding-top: 250px;
}

.pt-260 {
  padding-top: 260px;
}

.pt-270 {
  padding-top: 270px;
}

.pt-280 {
  padding-top: 280px;
}

.pt-290 {
  padding-top: 290px;
}

.pt-300 {
  padding-top: 300px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-300 {
  padding-bottom: 300px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-210 {
  margin-top: 210px;
}

.mt-220 {
  margin-top: 220px;
}

.mt-230 {
  margin-top: 230px;
}

.mt-240 {
  margin-top: 240px;
}

.mt-250 {
  margin-top: 250px;
}

.mt-260 {
  margin-top: 260px;
}

.mt-270 {
  margin-top: 270px;
}

.mt-280 {
  margin-top: 280px;
}

.mt-290 {
  margin-top: 290px;
}

.mt-300 {
  margin-top: 300px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-230 {
  margin-bottom: 230px;
}

.mb-240 {
  margin-bottom: 240px;
}

.mb-250 {
  margin-bottom: 250px;
}

.mb-260 {
  margin-bottom: 260px;
}

.mb-270 {
  margin-bottom: 270px;
}

.mb-280 {
  margin-bottom: 280px;
}

.mb-290 {
  margin-bottom: 290px;
}

.mb-300 {
  margin-bottom: 300px;
}

* {
  text-decoration: none !important;
}

/************************/
/* PC用
------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .padding100 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .padding110 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .padding120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .padding130 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .padding140 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .padding150 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .padding160 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .padding170 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .padding180 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .padding190 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .padding200 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .padding210 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .padding220 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .padding230 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .padding240 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .padding250 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .padding260 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .padding270 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .padding280 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .padding290 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .padding300 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .margin100 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .margin110 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .margin120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .margin130 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .margin140 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .margin150 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .margin160 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .margin170 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .margin180 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .margin190 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .margin200 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .margin210 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .margin220 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .margin230 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .margin240 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .margin250 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .margin260 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .margin270 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .margin280 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .margin290 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .margin300 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .pt-120 {
    padding-top: 120px;
  }
  .pt-130 {
    padding-top: 120px;
  }
  .pt-140 {
    padding-top: 120px;
  }
  .pt-150 {
    padding-top: 120px;
  }
  .pt-160 {
    padding-top: 120px;
  }
  .pt-170 {
    padding-top: 120px;
  }
  .pt-180 {
    padding-top: 120px;
  }
  .pt-190 {
    padding-top: 120px;
  }
  .pt-200 {
    padding-top: 120px;
  }
  .pt-210 {
    padding-top: 120px;
  }
  .pt-220 {
    padding-top: 120px;
  }
  .pt-230 {
    padding-top: 120px;
  }
  .pt-240 {
    padding-top: 120px;
  }
  .pt-250 {
    padding-top: 120px;
  }
  .pt-260 {
    padding-top: 120px;
  }
  .pt-270 {
    padding-top: 120px;
  }
  .pt-280 {
    padding-top: 120px;
  }
  .pt-290 {
    padding-top: 120px;
  }
  .pt-300 {
    padding-top: 120px;
  }
  .pb-120 {
    padding-bottom: 120px;
  }
  .pb-130 {
    padding-bottom: 120px;
  }
  .pb-140 {
    padding-bottom: 120px;
  }
  .pb-150 {
    padding-bottom: 120px;
  }
  .pb-160 {
    padding-bottom: 120px;
  }
  .pb-170 {
    padding-bottom: 120px;
  }
  .pb-180 {
    padding-bottom: 120px;
  }
  .pb-190 {
    padding-bottom: 120px;
  }
  .pb-200 {
    padding-bottom: 120px;
  }
  .pb-210 {
    padding-bottom: 120px;
  }
  .pb-220 {
    padding-bottom: 120px;
  }
  .pb-230 {
    padding-bottom: 120px;
  }
  .pb-240 {
    padding-bottom: 120px;
  }
  .pb-250 {
    padding-bottom: 120px;
  }
  .pb-260 {
    padding-bottom: 120px;
  }
  .pb-270 {
    padding-bottom: 120px;
  }
  .pb-280 {
    padding-bottom: 120px;
  }
  .pb-290 {
    padding-bottom: 120px;
  }
  .pb-300 {
    padding-bottom: 120px;
  }
  .mt-120 {
    margin-top: 120px;
  }
  .mt-130 {
    margin-top: 120px;
  }
  .mt-140 {
    margin-top: 120px;
  }
  .mt-150 {
    margin-top: 120px;
  }
  .mt-160 {
    margin-top: 120px;
  }
  .mt-170 {
    margin-top: 120px;
  }
  .mt-180 {
    margin-top: 120px;
  }
  .mt-190 {
    margin-top: 120px;
  }
  .mt-200 {
    margin-top: 120px;
  }
  .mt-210 {
    margin-top: 120px;
  }
  .mt-220 {
    margin-top: 120px;
  }
  .mt-230 {
    margin-top: 120px;
  }
  .mt-240 {
    margin-top: 120px;
  }
  .mt-250 {
    margin-top: 120px;
  }
  .mt-260 {
    margin-top: 120px;
  }
  .mt-270 {
    margin-top: 120px;
  }
  .mt-280 {
    margin-top: 120px;
  }
  .mt-290 {
    margin-top: 120px;
  }
  .mt-300 {
    margin-top: 120px;
  }
  .mb-120 {
    margin-bottom: 120px;
  }
  .mb-130 {
    margin-bottom: 120px;
  }
  .mb-140 {
    margin-bottom: 120px;
  }
  .mb-150 {
    margin-bottom: 120px;
  }
  .mb-160 {
    margin-bottom: 120px;
  }
  .mb-170 {
    margin-bottom: 120px;
  }
  .mb-180 {
    margin-bottom: 120px;
  }
  .mb-190 {
    margin-bottom: 120px;
  }
  .mb-200 {
    margin-bottom: 120px;
  }
  .mb-210 {
    margin-bottom: 120px;
  }
  .mb-220 {
    margin-bottom: 120px;
  }
  .mb-230 {
    margin-bottom: 120px;
  }
  .mb-240 {
    margin-bottom: 120px;
  }
  .mb-250 {
    margin-bottom: 120px;
  }
  .mb-260 {
    margin-bottom: 120px;
  }
  .mb-270 {
    margin-bottom: 120px;
  }
  .mb-280 {
    margin-bottom: 120px;
  }
  .mb-290 {
    margin-bottom: 120px;
  }
  .mb-300 {
    margin-bottom: 120px;
  }
  /******************/
}

@media only screen and (max-width: 768px) {
  .flex_25 {
    width: 100%;
  }
  .flex_26 {
    width: 100%;
  }
  .flex_27 {
    width: 100%;
  }
  .flex_28 {
    width: 100%;
  }
  .flex_29 {
    width: 100%;
  }
  .flex_30 {
    width: 100%;
  }
  .flex_31 {
    width: 100%;
  }
  .flex_32 {
    width: 100%;
  }
  .flex_33 {
    width: 100%;
  }
  .flex_34 {
    width: 100%;
  }
  .flex_35 {
    width: 100%;
  }
  .flex_36 {
    width: 100%;
  }
  .flex_37 {
    width: 100%;
  }
  .flex_38 {
    width: 100%;
  }
  .flex_39 {
    width: 100%;
  }
  .flex_40 {
    width: 100%;
  }
  .flex_41 {
    width: 100%;
  }
  .flex_42 {
    width: 100%;
  }
  .flex_43 {
    width: 100%;
  }
  .flex_44 {
    width: 100%;
  }
  .flex_45 {
    width: 100%;
  }
  .flex_46 {
    width: 100%;
  }
  .flex_47 {
    width: 100%;
  }
  .flex_48 {
    width: 100%;
  }
  .flex_49 {
    width: 100%;
  }
  .flex_50 {
    width: 100%;
  }
  .flex_51 {
    width: 100%;
  }
  .flex_52 {
    width: 100%;
  }
  .flex_53 {
    width: 100%;
  }
  .flex_54 {
    width: 100%;
  }
  .flex_55 {
    width: 100%;
  }
  .flex_56 {
    width: 100%;
  }
  .flex_57 {
    width: 100%;
  }
  .flex_58 {
    width: 100%;
  }
  .flex_59 {
    width: 100%;
  }
  .flex_60 {
    width: 100%;
  }
  .flex_61 {
    width: 100%;
  }
  .flex_62 {
    width: 100%;
  }
  .flex_63 {
    width: 100%;
  }
  .flex_64 {
    width: 100%;
  }
  .flex_65 {
    width: 100%;
  }
  .flex_66 {
    width: 100%;
  }
  .flex_67 {
    width: 100%;
  }
  .flex_68 {
    width: 100%;
  }
  .flex_69 {
    width: 100%;
  }
  .flex_70 {
    width: 100%;
  }
  .padding100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .padding110 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .padding120 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .padding130 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .padding140 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .padding150 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .padding160 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .padding170 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .padding180 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .padding190 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .padding200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .padding210 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .padding220 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .padding230 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .padding240 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .padding250 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .padding260 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .padding270 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .padding280 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .padding290 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .padding300 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .margin100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .margin110 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .margin120 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .margin130 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .margin140 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .margin150 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .margin160 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .margin170 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .margin180 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .margin190 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .margin200 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .margin210 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .margin220 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .margin230 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .margin240 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .margin250 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .margin260 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .margin270 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .margin280 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .margin290 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .margin300 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .pt-110 {
    padding-top: 100px;
  }
  .pt-120 {
    padding-top: 100px;
  }
  .pt-130 {
    padding-top: 100px;
  }
  .pt-140 {
    padding-top: 100px;
  }
  .pt-150 {
    padding-top: 100px;
  }
  .pt-160 {
    padding-top: 100px;
  }
  .pt-170 {
    padding-top: 100px;
  }
  .pt-180 {
    padding-top: 100px;
  }
  .pt-190 {
    padding-top: 100px;
  }
  .pt-200 {
    padding-top: 100px;
  }
  .pt-210 {
    padding-top: 100px;
  }
  .pt-220 {
    padding-top: 100px;
  }
  .pt-230 {
    padding-top: 100px;
  }
  .pt-240 {
    padding-top: 100px;
  }
  .pt-250 {
    padding-top: 100px;
  }
  .pt-260 {
    padding-top: 100px;
  }
  .pt-270 {
    padding-top: 100px;
  }
  .pt-280 {
    padding-top: 100px;
  }
  .pt-290 {
    padding-top: 100px;
  }
  .pt-300 {
    padding-top: 100px;
  }
  .pb-110 {
    padding-bottom: 100px;
  }
  .pb-120 {
    padding-bottom: 100px;
  }
  .pb-130 {
    padding-bottom: 100px;
  }
  .pb-140 {
    padding-bottom: 100px;
  }
  .pb-150 {
    padding-bottom: 100px;
  }
  .pb-160 {
    padding-bottom: 100px;
  }
  .pb-170 {
    padding-bottom: 100px;
  }
  .pb-180 {
    padding-bottom: 100px;
  }
  .pb-190 {
    padding-bottom: 100px;
  }
  .pb-200 {
    padding-bottom: 100px;
  }
  .pb-210 {
    padding-bottom: 100px;
  }
  .pb-220 {
    padding-bottom: 100px;
  }
  .pb-230 {
    padding-bottom: 100px;
  }
  .pb-240 {
    padding-bottom: 100px;
  }
  .pb-250 {
    padding-bottom: 100px;
  }
  .pb-260 {
    padding-bottom: 100px;
  }
  .pb-270 {
    padding-bottom: 100px;
  }
  .pb-280 {
    padding-bottom: 100px;
  }
  .pb-290 {
    padding-bottom: 100px;
  }
  .mt-110 {
    margin-top: 100px;
  }
  .mt-120 {
    margin-top: 100px;
  }
  .mt-130 {
    margin-top: 100px;
  }
  .mt-140 {
    margin-top: 100px;
  }
  .mt-150 {
    margin-top: 100px;
  }
  .mt-160 {
    margin-top: 100px;
  }
  .mt-170 {
    margin-top: 100px;
  }
  .mt-180 {
    margin-top: 100px;
  }
  .mt-190 {
    margin-top: 100px;
  }
  .mt-200 {
    margin-top: 100px;
  }
  .mt-210 {
    margin-top: 100px;
  }
  .mt-220 {
    margin-top: 100px;
  }
  .mt-230 {
    margin-top: 100px;
  }
  .mt-240 {
    margin-top: 100px;
  }
  .mt-250 {
    margin-top: 100px;
  }
  .mt-260 {
    margin-top: 100px;
  }
  .mt-270 {
    margin-top: 100px;
  }
  .mt-280 {
    margin-top: 100px;
  }
  .mt-290 {
    margin-top: 100px;
  }
  .mt-300 {
    margin-top: 100px;
  }
  .mb-110 {
    margin-bottom: 100px;
  }
  .mb-120 {
    margin-bottom: 100px;
  }
  .mb-130 {
    margin-bottom: 100px;
  }
  .mb-140 {
    margin-bottom: 100px;
  }
  .mb-150 {
    margin-bottom: 100px;
  }
  .mb-160 {
    margin-bottom: 100px;
  }
  .mb-170 {
    margin-bottom: 100px;
  }
  .mb-180 {
    margin-bottom: 100px;
  }
  .mb-190 {
    margin-bottom: 100px;
  }
  .mb-200 {
    margin-bottom: 100px;
  }
  .mb-210 {
    margin-bottom: 100px;
  }
  .mb-220 {
    margin-bottom: 100px;
  }
  .mb-230 {
    margin-bottom: 100px;
  }
  .mb-240 {
    margin-bottom: 100px;
  }
  .mb-250 {
    margin-bottom: 100px;
  }
  .mb-260 {
    margin-bottom: 100px;
  }
  .mb-270 {
    margin-bottom: 100px;
  }
  .mb-280 {
    margin-bottom: 100px;
  }
  .mb-290 {
    margin-bottom: 100px;
  }
  .mb-300 {
    margin-bottom: 100px;
  }
  /*****************/
}
