@charset "UTF-8";
*,
::after,
::before {
  box-sizing: border-box;
}
:root {
  --font-sans: "Zen Maru Gothic", sans-serif;
  --font-serif: "Noto Serif JP", serif;
  --text-color: #283846;
  --main-color: #2DB4CA;
	--key-color: #FF5757;
	--sub1-color: #80A5BD;
  --sub2-color: #F3F3F6;
}
html {
  font-size: 62.5%;
  font-family: var(--font-serif);
  letter-spacing: 1.5px;
  font-weight: 400;
  color: var(--text-color);
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
dd {
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}
@media screen and (min-width: 900px) {
  a:hover {
    color: #000000;
    text-decoration: none;
    opacity: 0.5;
    cursor: pointer;
  }
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
*:focus {
  outline: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
img, video {
  height: auto;
  width: 100%;
  max-width: 100%;
  line-height: 0;
}
input {
  -webkit-appearance: none;
}
input[type=text] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}
.pc {
  display: none;
}
@media screen and (min-width: 900px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block;
  }
  a[href*="tel:"] {
    /* pointer-events: none;
    cursor: default;
    text-decoration: none; */
  }
  a:hover {
    cursor: pointer !important;
  }
}

/* header {
  height: 100vh;
} */
header div.menu {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  z-index: 3;
  background: rgba(255, 255, 255, .8);
}
@media screen and (min-width: 900px) {
  header > div.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0;
    height: 110px;
  }
}
header div.menu .logo {
  top: 10px;
  left: 12px;
  position: absolute;
  z-index: 2;
  font-size: 2.8rem;
}
@media screen and (min-width: 900px) {
  header div.menu .logo {
    top: 26px;
    left: 20px;
    font-size: 4rem;
  }
}


.menu-wrapper {
  position: relative;
  width: 100%;
}
header nav {
  display: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  margin: 0 auto 0;
  padding: 60px 0 40px;
  text-align: center;
  z-index: 3;
  background: #fff;
  /* height: calc(100vh - 70px); */
}
@media screen and (min-width: 900px) {
  header nav {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    box-shadow: none;
    position: static;
    opacity: 1;
    background: none;
  }
}
header nav ul.menu_area {
  position: relative;
  /* display: flex;
  justify-content: center;
  flex-wrap: wrap; */
  margin: 0 auto;
  padding-left: 2vw;
}

@media screen and (min-width: 900px) {
  header nav ul.menu_area {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-left: 0;
  }
}
header nav ul.menu_area li a {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  white-space: nowrap;
  text-align: center;
  display: block;
  color: var(--text-color);
  padding: 15px 0;
  border-bottom: 1px solid #88929B;
}
header nav ul.menu_area li:first-of-type a {
  border-top: 1px solid #88929B;
}
@media screen and (min-width: 900px) {
  header nav ul.menu_area li a {
    font-size: 1.5rem;
    margin-right: 0vw;
    margin-bottom: 0;
    color: #fff;
    padding: 0;
    border: none;
  }
  header nav ul.menu_area li:first-of-type a {
    border: none;
  }
}

header nav .btn_area{
  margin: 30px auto 0;
}
@media screen and (min-width: 900px) {
  header nav .btn_area{
    display: flex;
    height: 85px;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0 25px 0 30px;
  }
}
header nav .btn_area .btn a{
  color: #fff;
  font-size: 1.8rem;
  display: block;
  width: 50vw;
  height: 45px;
  border-radius: 20px;
  line-height: 45px;
  display: block;
  background-color: var(--main-color);
  margin: 15px auto 0;
}
@media screen and (min-width: 900px) {
  .menu-list {
    display: block !important;
    opacity: 1;
  }
  .menu-list .inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .menu-list .inner > div {
    display: flex;
    /* margin-left: 135px; */
    align-items: center;
  }
  .menu-list .inner > div ul {
    display: flex;
  }
  .menu-list .inner > div ul li a {
    width: auto;
    display: inline-block;
    margin-right: 1.8rem;
    font-size: 1.4rem;
    color: #333;
    height: 75px;
    line-height: 75px;
  }
  .menu-list .inner .btn_area{
    display: flex;
    height: inherit;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 25px 0 10px;
  }
  .menu-list .inner .btn_area .btn{
    display: block;
    width: 105px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-weight: 300;
    text-align: center;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background-color: var(--main-color);
  }
  .menu-list .inner .btn_area .btn a{
    color: #fff;
    font-size: 1.4rem;
    margin: 0;
    width: auto;
    height: 40px;
    line-height: 39px;
  }
}
@media screen and (min-width: 1100px) {
  .menu-list .inner .btn_area .btn{
    width: 130px;
  }
  .menu-list .inner > div ul li a,.menu-list .inner .btn_area .btn a{
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1300px) {
  .menu-list .inner .btn_area .btn{
    width: 150px;
  }
  .menu-list .inner > div ul li a,.menu-list .inner .btn_area .btn a{
    font-size: 1.8rem;
  }
}

/* ハンバーガー */
@media (max-width: 1079px) {
  .btn_hum {
    display: block;
    position: absolute;
    right: 10px !important;
    z-index: 10000; /*追記：いつも一番上*/
    /* background: rgba(255, 255, 255, .8); */
    margin-top: 5px;
    width: 50px;
    height: 50px;
  }
  .btn_hum:after{
    content: "";
    display: block;
    position: absolute;
    /* background: #5852A1; */
    width: 50px;
    height: 50px;
    transform: skew(-15deg);
    right: 5px;
  }
  .bar {
    width: 40px;
    height: 1px;
    display: block;
    position: absolute;
    left: 20px;
    transform: translateX(-50%);
    background-color: var(--main-color);
    z-index: 2;
  }
  .bar-top {
    top: 15px;
  }
  .bar-middle {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .bar-bottom {
    bottom: 15px;
  }
  .btn_hum.close .bar-top {
    transform: translate(-50%, 5px) rotate(45deg);
    transition: transform 0.3s;
    background-color: var(--main-color);
    top: 20px;
    width: 40px;
    left: 21px;
  }
  .btn_hum.close .bar-middle {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .btn_hum.close .bar-bottom {
    transform: translate(-50%, -5px) rotate(-45deg);
    transition: transform 0.3s;
    background-color: var(--main-color);
    bottom: 18px;
    width: 40px;
    left: 21px;
  }
}
/* ハンバーガー */
/* ヘッダー固定 */
.is-animation {
  background-color: rgba(255, 255, 255, 1) !important;
  /* height: 70px; */
  margin-top: 0 !important;
  padding-top: 10px;
  /* transition-duration:.5s; */
  border-radius: 0 !important;
  height: 108px !important;
}

@media screen and (min-width: 900px) {
  .is-animation {
    height: auto;
    margin-top: 0 !important;
    height: 150px !important;
    padding-top: 0;
  }
}
/* ヘッダー固定 */
.pagetop {
  position: fixed;
  right: 5vw;
  bottom: 45px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #2C2C2C;
}

@media screen and (min-width: 900px) {
  .pagetop {
    right: 2.5vw;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
}
.pagetop span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.pagetop span:after {
  content: "";
  background: #ffffff;
  height: 8.6602540378px;
  width: 10px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 20px;
}

@media screen and (max-width: 899px) {
  .mv_area{
    position: absolute;
    top: 25vw;
    left: 10vw;
  }
  .mv_area h2{
    writing-mode: vertical-rl;
    font-weight: 200;
    font-size: 2.8rem;
    letter-spacing: 8px;
  }
}
@media screen and (min-width: 900px) {
  .mv_area{
    position: absolute;
    top: 150px;
    left: 8vw;
    margin: auto;
    width: 35%;
  }
  .mv_area h2{
    writing-mode:horizontal-tb;
    font-size: 3.5rem;
    font-weight: 200;
  }
  .mv_area h3{
    background: var(--main-color);
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    font-weight: 200;
    margin: 20px auto 20px;
    padding: 5px 0;
  }
  .mv_area ul{
    display: flex;
    justify-content: space-between;
  }
  .mv_area ul li{
    text-align: center;
    background: #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
  }
  .mv_area ul li span{
    color: var(--main-color);
    border-bottom: 1px solid var(--text-color);
    font-size: 1.1rem;
    padding: 15px 8px 0;
    display: inline-block;
  }
  .mv_area ul li p{
    font-size: 1.3rem;
    line-height: 1.3;
    margin-top: 10px;
  }
  .mv_area ul li:nth-of-type(2) p{
    margin-top: 18px;
  } 
}
@media screen and (min-width: 1100px) {
  .mv_area{
    top: 12vw;
    left: 10vw;
    width: auto;
    width: 38%;
  }
  .mv_area h2{
    font-size: 5rem;
  }
  .mv_area h3{
    background: var(--main-color);
  }
  .mv_area ul li{
    width: 130px;
    height: 130px;
  }
  .mv_area ul li span{
    font-size: 1.5rem;
    padding: 15px 8px 0;
  }
  .mv_area ul li p{
    font-size: 1.6rem;
    line-height: 1.3;
    margin-top: 12px;
  }
  .mv_area ul li:nth-of-type(2) p{
    margin-top: 26px;
  } 
}
@media screen and (min-width: 1300px) {
  .mv_area{
    top: 14vw;
    left: 10vw;
    width: auto;
  }
  .mv_area h2{
    font-size: 6.2rem;
  }
  .mv_area h3{
    background: var(--main-color);
  }
  .mv_area ul li{
    width: 160px;
    height: 160px;
  }
  .mv_area ul li span{
    font-size: 1.8rem;
    padding: 15px 8px 0;
  }
  .mv_area ul li p{
    font-size: 2rem;
    line-height: 1.3;
    margin-top: 12px;
  }
  .mv_area ul li:nth-of-type(2) p{
    margin-top: 26px;
  } 
}
.mv_area_sp h3{
  background: var(--main-color);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 200;
  text-align: center;
  padding: 5px 0;
}
.mv_area_sp ul{
  display: flex;
  justify-content: space-between;
  padding: 0 4vw;
}
.mv_area_sp ul li{
  text-align: center;
  background: #fff;
  border-radius: 50%;
  width: 29.5vw;
  height: 29.5vw;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
  margin: 20px auto;
}
.mv_area_sp ul li span{
  color: var(--main-color);
  border-bottom: 1px solid var(--text-color);
  font-size: 1.2rem;
  padding: 15px 8px 3px;
  display: inline-block;
}
.mv_area_sp ul li p{
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 1.8vw
}
.mv_area_sp ul li:nth-of-type(2) p{
  margin-top: 18px;
} 

header .bnr{
  width: 90vw;
  margin: auto;
  display: block;
}
@media screen and (min-width: 900px) {
  header .bnr{
    width: 550px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1100px) {
  header .bnr{
    margin-top: 25px;
  }
}
@media screen and (min-width: 1300px) {
  header .bnr{
    margin-top: 25px;
  }
}
.other_dental {
  background: rgba(255, 255, 255, .5);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  margin: 25px auto 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .other_dental {
    margin: 80px auto 0;
  }
}
.other_dental ul{
  display: flex;
}
@media screen and (min-width: 900px) {
.other_dental ul{
  max-width: 1080px;
  margin: auto;
  }
}
.other_dental ul li{
  width: calc(100% / 3);
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
.other_dental ul li{
    padding: 8px 0;
  }
}
.other_dental ul li a{
  border-right: 1px solid var(--main-color);
  display: block;
  height: 100%;
  padding: 8px 0;
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 1.7rem;
}
.other_dental ul li:last-of-type a{
  border: none;
}
@media screen and (min-width: 900px) {
  .other_dental ul li a{
    padding: 0;
    font-size: 1.8rem;
  }
    .other_dental ul li:first-of-type a{
    border-left: 1px solid var(--main-color);
  }
  .other_dental ul li:last-of-type a{
    border-right: 1px solid var(--main-color);
  }
}
.other_dental ul li span{
  display: block;
  font-size: 1.5rem;
  color: var(--main-color);
  margin-bottom: 5px;
  font-family: var(--font-serif);
}
@media screen and (min-width: 900px) {
  .other_dental ul li span{
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 900px) {
  #worry{
    background: url(../img/kyousei/worry_bg_pc.png) no-repeat center 25%;
    background-size: cover;
    padding: 10px 0 0;
  }
}
.worry_img{
  margin-top: -70px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .worry_img{
    margin-top: 30px;
  }
}
#worry .worry_arrow{
  display: none;
}
@media screen and (min-width: 900px) {
  #worry .worry_arrow{
    width: 25px;
    display: block;
    margin: auto;
  }
}
#worry .worry_sp2{
  width: 100%;
  position: relative;
  z-index: -1;
  margin-top: -50px;
}
@media screen and (min-width: 900px) {
  #worry .worry_sp2{
    display: none;
  }
}
#worry h2{
  display: none;
}
@media screen and (min-width: 900px) {
  #worry h2{
    display: block;
    font-size: 4rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 50px;
  }
  #worry h2 span{
    color: var(--main-color);
  }
}
#worry .inner{
  width: 90vw;
  margin: -30px auto 0;
  padding-bottom: 30px;
}
@media screen and (min-width: 900px) {
  #worry .inner{
    max-width: 1080px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    padding: 0 20px 50px;
    margin: 0 auto;
  }
}
#worry .inner > div > div{
  background: rgba(255, 255, 255, .8);
  border-radius: 18px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  padding: 10px 4vw 10px 0;
}
@media screen and (min-width: 900px) {
  #worry .inner > div{
    width: 45%;
    padding: 10px 10px 10px 0;
  }
}
#worry .inner > div img{
  width: 16vw;
  margin: 0;
}
@media screen and (min-width: 900px) {
  #worry .inner > div img{
    width: 80px;
  }
}
#worry .inner > div dt{
  font-size: 1.7rem;
  font-weight: 300;
}
#worry .inner > div dd{
  font-size: 1.5rem;
  font-weight: 200;
  margin-top: 8px;
  line-height: 1.7;
}
#worry .inner > div dd p{
  background: var(--main-color);
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  margin: -3px auto 5px;
  font-family: var(--font-sans);
}
#worry .inner a{
  width: 85vw;
  display: block;
  margin: 20px auto 0;
  background: var(--key-color);
  height: 64px;
  line-height: 63px;
  border-radius: 32px;
  color: #fff;
  text-align: center;
  font-size:2rem;
  position: relative;
}
@media screen and (min-width: 900px) {
  #worry .inner a{
    margin: 10px auto 0;
    width: 32%;
  }
}
#worry .inner a:after{
  content: "";
  position: absolute;
  background: url(../img/kyousei/icon_arrow.svg) no-repeat 0 0;
  background-size: 20px;
  width: 20px;
  height: 20px;
  right: 18px;
  top: 23px;
}
@media screen and (min-width: 900px) {
  #worry .inner a:after{
    background-size: 25px;
    width: 25px;
    height: 25px;
    top: 20px;
  }
}


#feature {
  padding: 40px 0 5px;
  margin: auto;
  background: var(--sub2-color);
  text-align: center;
}
@media screen and (min-width: 900px) {
  #feature {
    padding: 60px 0 20px;
  }
}
#feature h2{
  font-size: 2.8rem;
  text-align: center;
  margin: 0 auto 40px;
  font-weight: 300;
  display: inline-block;
  padding-bottom: 15px;
  background-image: repeating-linear-gradient(90deg, rgba(45, 180, 202, .5), rgba(45, 180, 202, .5) 6px, transparent 6px, transparent 12px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}
@media screen and (min-width: 900px) {
  #feature h2{
    font-size: 4rem;
    margin: 0 auto 60px;
  }
}
#feature h2 span{
  display: block;
  color: var(--main-color);
}
@media screen and (min-width: 900px) {
  #feature h2 span{
    display: inline;
  }
}
#feature .inner{
  width: 90vw;
  margin: 0 auto 30px;
}
@media screen and (min-width: 900px) {
  #feature .inner{
      margin: 40px auto 60px;
      max-width: 1080px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 20px;
  }
  #feature .inner:nth-of-type(2n-1){
    flex-direction:row-reverse
  }
}
#feature .inner img{
  margin: auto;
}
@media screen and (min-width: 900px) {
  #feature .inner img{
    width: 52%;
  }
  #feature .inner .text_box{
    width: 48%;
    padding: 0 3% 0 3%;
  }
}
#feature .inner .text_box > div{
  display: flex;
  align-items: center;
  margin: 10px auto;
}
#feature .inner .text_box > div .num{
  color: #fff;
  font-size: 2.8rem;
  background: var(--sub1-color);
  border-radius: 50%;
  width: 12vw;
  height: 12vw;
  line-height: 12vw;
  padding-left: 4px;
  aspect-ratio: 1 / 1;
  margin-right: 10px;
}
@media screen and (min-width: 900px) {
  #feature .inner .text_box > div .num{
    font-size: 3.6rem;
    width: 65px;
    height: 65px;
    line-height: 65px;
    margin-right: 15px;
  }
}
#feature .inner .text_box > div h3{
  color: var(--main-color);
  font-size: 2.1rem;
  font-weight: 300;
  text-align: left;
}
@media screen and (min-width: 900px) {
  #feature .inner .text_box > div h3{
    font-size: 2.4rem;
    width: 100%;
    line-height: 1.4;
  }
}
#feature .inner .text_box .text{
  font-size: 1.8rem;
  margin: 0 auto 10px;
  line-height: 1.7;
  text-align: left;
  font-weight: 200;
}
@media screen and (min-width: 900px) {
  #feature .inner .text_box .text{
    width: auto;
  }
  #feature .inner:nth-of-type(2n) .text_box .text{
    padding-left: 0;
  }
}
#feature .inner .text_box .catch{
  font-size: 1.8rem;
  color: var(--main-color);
  text-align: left;
  font-family: var(--font-sans);
}

#compare{
  margin: auto;
  text-align: center;
  padding: 40px 0 40px;
}
@media screen and (min-width: 900px) {
  #compare {
    padding: 80px 0 100px;
  }
  #compare .inner{
    max-width: 1080px;
    margin: auto;
    padding: 0 20px;
  }
}
#compare h2{
  font-size: 2.8rem;
  text-align: center;
  margin: 0 auto 30px;
  font-weight: 300;
  display: inline-block;
  padding-bottom: 15px;
  background-image: repeating-linear-gradient(90deg, rgba(45, 180, 202, .5), rgba(45, 180, 202, .5) 6px, transparent 6px, transparent 12px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}
@media screen and (min-width: 900px) {
  #compare h2{
    font-size: 4rem;
    margin: 0 auto 50px;
  }
}
#compare h2 span{
  display: block;
  color: var(--main-color);
}
@media screen and (min-width: 900px) {
  #compare h2 span{
    display: inline;
  }
}
#compare h2.under{
  margin: 30px auto 20px;
}
@media screen and (min-width: 900px) {
  #compare h2.under{
    margin: 80px auto 40px;
  }
}
#compare h3{
  font-size: 1.8rem;
  text-align: center;
  font-weight: 300;
  padding: 0 4vw;
  line-height: 1.7;
}
@media screen and (min-width: 900px) {
  #compare h3{
    font-size: 2rem;
    padding: 0;
  }
}
#compare .inner{
  border-top: 1px solid #88929B;
  margin-top: 30px;
}
@media screen and (min-width: 900px) {
  #compare .inner{
    border-top: none;
    margin-top: 50px;
  }
}
@media screen and (min-width: 900px) {
  #compare .inner .box{
    display: flex;
    align-items: center;
    height: 100%;
    flex-shrink: inherit;
  }
  #compare .inner .box2{
    border-bottom: 1px solid #88929B;
  }
}
#compare .inner .box h4{
  background: #B5BBC0;
  color: #fff;
  padding: 5px 0;
  font-size: 1.5rem;
  /* height: -webkit-fill-available; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 400;
}
#compare .inner .box:first-of-type h4{
  display: none
}
@media screen and (min-width: 900px) {
  #compare .inner .box:first-of-type{
    border-top: 1px solid #88929B;
    border-bottom: 1px solid #88929B;
  }
  #compare .inner .box h4{
    font-size: 2rem;
    width: 20%;
    height: 110px;
  }
  #compare .inner .box:first-of-type h4{
    display: block;
    background: none;
    width: 20%;
  }
}
#compare .inner .box > div{
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: stretch; 
}
@media screen and (min-width: 900px) {
  #compare .inner .box > div{
    width: 84%;
    height: 110px;
  }
}
#compare .inner .box > div p{
  width: calc(100%/ 3);
  color: #80BDA6;
  padding: 10px 0;
  font-size: 1.6rem;
  /* height: -webkit-fill-available; */
  /* display: flex; */
  /* flex-direction: column; */
  justify-content: center;
}
#compare .inner .box > div p.center{
    flex-direction: column;
    display: flex;
}
@media screen and (min-width: 900px) {
  #compare .inner .box > div p{
    font-size: 2.4rem;
    padding: 15px 0;
  }
    #compare .inner .box2 > div p{
    font-size: 1.8rem;
    display: flex;
    align-items: center;
  }
}
#compare .inner .box > div p.other{
  /* height: 50px; */
  height: 100%;
  width: 100%;
  background: #fff !important;
}
#compare .inner .box > div p:first-of-type{
  color: var(--main-color);
}
#compare .inner .box > div p:last-of-type{
  color: var(--text-color);
}
#compare .inner .box > div p span{
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  font-size: 1.4rem;
}
@media screen and (min-width: 900px) {
  #compare .inner .box > div p span{
    font-size: 2rem;
    height: auto;
  }
}
#compare .inner .box2 > div p{
  padding: 15px 0;
  color: var(--text-color) !important;
}
#compare .inner .box2 > div .red{
  color: var(--key-color) !important;
}
#compare .inner .box2 > div p:first-of-type{
  background: #EAF7FA;
}
#compare .inner .box2 > div p:nth-of-type(2){
  background: #F2F8F6;
}
#compare .inner .box2 > div p span{
  height: auto;
  display: none;
}
@media screen and (min-width: 900px) {
  #compare .inner .box2 > div p.left{
    text-align: left;
    padding-left: 15px;
  }
  #compare .inner .box2 > div p span{
    display: contents;
  }
}

#case{
  margin: auto;
  text-align: center;
  padding: 40px 0 0px;
}
@media screen and (min-width: 900px) {
  #case{
    padding: 80px 0 100px;
  }
}
#case h2{
  font-size: 2.8rem;
  text-align: center;
  margin: 0 auto 40px;
  font-weight: 300;
  display: inline-block;
  padding-bottom: 15px;
  background-image: repeating-linear-gradient(90deg, rgba(45, 180, 202, .5), rgba(45, 180, 202, .5) 6px, transparent 6px, transparent 12px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}
@media screen and (min-width: 900px) {
  #case h2{
    font-size: 4rem;
    margin: 0 auto 60px;
  }
}
#case .inner{
  width: 100vw;
  margin: auto;
  border-top: 1px solid #88929B;
  padding-top: 20px;
}
@media screen and (min-width: 900px) {
  #case .inner{
    max-width: 1080px;
    width: 100%;
    padding: 0 20px;
    border: none;
  }
}
#case .inner .box{
  border-bottom: 1px solid #88929B;
  margin-bottom: 30px;
}
#case .inner .box:last-of-type{
  border-bottom: none;
}
#case .inner .box .img {
  width: 90vw;
  margin: auto;
}
#case .inner .box .text {
  margin: 20px auto 0;
  width: 90vw;
}
#case .inner .box .img .case_img{
  width: 80vw;
}
@media screen and (min-width: 900px) {
  #case .inner .box{
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
  }
  #case .inner .box .img {
    width: 56%;
    margin: 0;
  }
  #case .inner .box .text {
    width: 40%;
    margin: 0;
  }
  #case .inner .box .img .case_img{
    width: 100%;
  }
}
#case .inner .box .img h3{
  font-size: 1.8rem;
  display: flex;
  /* align-items: center ; */
  font-weight: 300;
  margin-bottom: 10px;
}
@media screen and (min-width: 900px) {
  #case .inner .box .img h3{
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
#case .inner .box .img h3 span{
  background: var(--sub1-color);
  color: #fff;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  border-radius: 10px;
  display: inline-block;
  margin-right: 15px;
  font-size: 1.8rem;
}
@media screen and (min-width: 900px) {
  #case .inner .box .img h3 span{
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    margin-right: 15px;
    font-size: 2rem;
  }
}
#case .inner .box .img h3 p{
  text-align: left;
}
#case .inner .box .text dl{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
  align-items: stretch;
}
#case .inner .box .text dl dt{
  border-top: 1px solid #88929B;
  width: 30%;
  /* height: -webkit-fill-available; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  font-weight: 300;
  padding: 15px 0;
}
#case .inner .box .text dl dd{
  border-top: 1px solid #88929B;
  width: 65%;
  text-align: left;
  font-weight: 200;
  padding: 15px 0;
  line-height: 1.7;
}
@media screen and (min-width: 900px) {
  #case .inner .box .text dl dt,#case .inner .box .text dl dd{
    border-top: none;
    border-bottom: 1px solid #88929B;
  }
}

#flow{
  background: var(--sub2-color);
  padding: 40px 0 20px;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 900px) {
  #flow{
    padding: 80px 0 60px;
  }
}
#flow h2{
  font-size: 2.8rem;
  text-align: center;
  margin: 0 auto 20px;
  font-weight: 300;
  display: inline-block;
  padding-bottom: 15px;
  background-image: repeating-linear-gradient(90deg, rgba(128, 165, 189, .5), rgba(128, 165, 189, .5) 6px, transparent 6px, transparent 12px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}
@media screen and (min-width: 900px) {
  #flow h2{
    font-size: 4rem;
    margin: 0 auto 30px;
  }
}
#flow h3{
  font-size: 1.8rem;
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
}
@media screen and (min-width: 900px) {
  #flow h3{
    font-size: 2rem;
     margin-bottom: 60px;
  }
}
#flow .inner{
  width: 90vw;
  margin: auto;
}
@media screen and (min-width: 900px) {
#flow .inner{
    max-width: 1080px;
    width: 100%;
    padding: 0 20px;
  }
}
#flow .inner .box{
  background: #fff;
  padding: 4vw;
  border-radius: 10px;
}
@media screen and (min-width: 900px) {
  #flow .inner .box{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 40px;
  }
  #flow .inner .box .text_area {
    width:  50%
  }
    #flow .inner .box .img {
    width:  40%
  }
}
#flow .inner .box .text_area > div{
  display: flex;
}
#flow .inner .box .text_area > div p{
  background: var(--sub1-color);
  color: #fff;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 8px;
  font-size: 1.9rem;
  margin-right: 8px;
  aspect-ratio: 1 / 1;
}
@media screen and (min-width: 900px) {
  #flow .inner .box .text_area > div p{
    font-size: 2.4rem;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-right: 15px;
  }
}
#flow .inner .box .text_area > div dt{
  font-size: 1.6rem;
  text-align: left;
  font-weight: 200;
}
#flow .inner .box .text_area > div dd{
  font-size: 1.4rem;
  text-align: left;
  font-weight: 200;
}
@media screen and (min-width: 900px) {
  #flow .inner .box .text_area > div dt{
    font-size: 2rem;
  }
  #flow .inner .box .text_area > div dd{
    font-size: 1.8rem;
  }
}
#flow .inner .box .text_area > ul{
  margin: 10px auto 10px;
}
@media screen and (min-width: 900px) {
  #flow .inner .box .text_area > ul{
    margin: 30px auto 0;
  }
}
#flow .inner .box .text_area > ul li{
  color: var(--main-color);
  font-size: 1.8rem;
  font-family: var(--font-sans);
  text-align: left;
  font-weight: 200;
}
#flow .inner .icon_triangle{
  width: 36px;
  height: 50px;
  display: block;
  margin: auto;
}

#plan{
  margin: auto;
  text-align: center;
  padding: 40px 0 0;
}
@media screen and (min-width: 900px) {
  #plan{
    padding: 80px 0 60px;
  }
}
#plan h2{
  font-size: 2.8rem;
  text-align: center;
  margin: 0 auto 20px;
  font-weight: 300;
  display: inline-block;
  padding-bottom: 15px;
  background-image: repeating-linear-gradient(90deg, rgba(45, 180, 202, .5), rgba(45, 180, 202, .5) 6px, transparent 6px, transparent 12px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}
@media screen and (min-width: 900px) {
  #plan h2{
    font-size: 4rem;
    margin: 0 auto 30px;
  }
}
#plan h3{
  font-size: 1.8rem;
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
}
@media screen and (min-width: 900px) {
  #plan h3{
    font-size: 2rem;
    margin-bottom: 50px;
  }
}
#plan .inner{
  width: 90vw;
  margin: auto;
}
@media screen and (min-width: 900px) {
  #plan .inner{
    max-width: 1080px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 30px;
  }
}
#plan .inner .box{
  padding: 4vw 3vw 0;
  border-radius: 20px;
  border: 2px solid var(--main-color);
  margin-bottom: 15px;
}
@media screen and (min-width: 900px) {
  #plan .inner .box{
    width: 31%;
    padding: 20px 20px 0;
  }
}
#plan .inner .box:nth-of-type(2){
  border: 2px solid #80BDA6;
}
#plan .inner .box:nth-of-type(3){
  border: 2px solid var(--sub1-color);
}
#plan .inner .box h4{
  font-size: 2rem;
  font-weight: 300;
  color: var(--main-color);
  padding-bottom: 5px;
}
@media screen and (min-width: 900px) {
  #plan .inner .box h4{
    font-size: 2.4rem;
  }
}
#plan .inner .box:nth-of-type(2) h4{
  color: #80BDA6;
}
#plan .inner .box:nth-of-type(3) h4{
  color: var(-- -color);
}
#plan .inner .box .text{
  border-top: 1px solid #88929B;
  padding-top: 10px;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.7;
}
@media screen and (min-width: 900px) {
  #plan .inner .box.pc .text{
    padding-top: 25px;
  }
  #plan .inner .box .text.mb{
    margin-bottom: 35px;
  }
}
#plan .inner .box .price{
  color: #718096;
  font-size: 1.6rem;
  margin: 0 auto;
  line-height: 1.7;
  padding-bottom: 10px;
}
@media screen and (min-width: 900px) {
  #plan .inner .box .price{
    font-size: 1.4rem;
  }
  #plan .inner .box.pc .price{
    padding-bottom: 25px;
  }
}
#plan .inner .box .price span{
  font-size: 2.4rem;
  color: var(--key-color);
  display: block;
}
#plan .inner .box .catch{
  background: var(--main-color);
  font-size: 1.8rem;
  font-family: var(--font-sans);
  color: #fff;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  #plan .inner .box .catch{
    font-size: 1.7rem;
  }
}
#plan .inner .box:nth-of-type(3) .catch{
  background: var(--sub1-color);
}

#plan .inner .box2{
  padding: 4vw 4vw 5vw;
  border-radius: 20px;
  margin-bottom: 15px;
  box-shadow: 0 0 15px rgba(0,0,0,.2);
}
@media screen and (min-width: 900px) {
  #plan .inner .box2{
    width: 48%;
    padding: 20px 20px 25px;
  }
}
#plan .inner .box2 img{
  width: 40px;
}
@media screen and (min-width: 900px) {
  #plan .inner .box2 img{
    width: 50px;
    margin: 0 auto;
  }
}
#plan .inner .box2 h5{
  font-size: 1.6rem;
  font-weight: 300;
  margin: 15px auto 10px;
}
@media screen and (min-width: 900px) {
  #plan .inner .box2 h5{
    font-size: 2rem;
    margin: 20px auto 10px;
  }
}
#plan .inner .box2 ul li{
  font-size: 1.7rem;
  font-family: var(--font-sans);
  font-weight: 300;
  text-align: left;
  line-height: 1.7;
}
#plan .inner .box2 p{
  font-size: 1.7rem;
  font-family: var(--font-sans);
  font-weight: 300;
  text-align: left;
}
@media screen and (min-width: 900px) {
  #plan .inner .box2 p{
    margin-top: 30px;
  }
}
@media screen and (min-width: 900px) {
  #plan .inner .box2 ul li,#plan .inner .box2 p{
    font-size: 1.8rem;
  }
}
#plan .bnr{
  width: 90vw;
  margin: 0 auto 20px;
}
@media screen and (min-width: 900px) {
  #plan .bnr{
    width: 650px;
    margin: 20px auto 80px;
  }
}
@media screen and (min-width: 900px) {
#plan .inner2{
    max-width: 1080px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
}
#plan .inner2 .box3{
  background: rgba(128, 165, 189, 0.7);
  width: 100%;
  padding: 20px 4vw;
}
#plan .inner2:last-of-type .box3{
  background: var(--sub1-color);
}
@media screen and (min-width: 900px) {
  #plan .inner2 .box3{
    border-radius: 20px;
    margin-bottom: 35px;
    padding: 30px 40px;
  }
}
#plan .inner2 .box3 h6{
  color: #fff;
  font-size: 2.4rem;
  font-weight: 300;
}
#plan .inner2 .box3 .text{
  font-size: 1.8rem;
  font-weight: 200;
  margin: 10px auto;
  line-height: 1.7;
}
#plan .inner2 .box3 .note{
  font-size: 1.6rem;
  font-family: var(--font-sans);
  font-weight: 200;
  text-align: left;
  line-height: 1.7;
}
@media screen and (min-width: 900px) {
  #plan .inner2 .box3 .text{
    font-size: 2rem;
  }
  #plan .inner2 .box3 .note{
    font-size: 1.8rem;
  }
}
#plan .inner2 .box3 ul{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: space-between;
}
#plan .inner2 .box3 ul li{
  width: 49%;
  font-size: 1.8rem;
  background: #fff;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  color: var(--sub1-color);
  margin-bottom: 10px;
  font-weight: 200;
}
@media screen and (min-width: 900px) {
  #plan .inner2 .box3 ul li{
    width: 24%;
  }
  #plan .inner2 .box3 > div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 10px;
  }
}
#plan .inner2 .box3 .note2{
  color: #fff;
  font-family: var(--font-sans);
  font-size: 1.6rem;
  font-weight: 200;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (min-width: 900px) {
  #plan .inner2 .box3 .note2{
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  #plan .inner2 .box3 > div img{
    width: 65%;
    margin-left: 20px;
  }
}

#doctor{
  margin: auto;
  text-align: center;
  padding: 40px 0 30px;
  background: var(--sub2-color);
}
@media screen and (min-width: 900px) {
  #doctor{
    padding: 80px 0 30px;
  }
}
#doctor h2{
  font-size: 2.8rem;
  text-align: center;
  margin: 0 auto 40px;
  font-weight: 300;
  display: inline-block;
  padding-bottom: 15px;
  background-image: repeating-linear-gradient(90deg, rgba(45, 180, 202, .5), rgba(45, 180, 202, .5) 6px, transparent 6px, transparent 12px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}
@media screen and (min-width: 900px) {
  #doctor h2{
    font-size: 4rem;
    margin: 0 auto 80px;
  }
}
#doctor h2 span{
  color: var(--main-color);
}
@media screen and (min-width: 900px) {
  #doctor h2 span{
    display: inline;
  }
}
#doctor .inner{
  width: 90vw;
  margin: auto;
}
@media screen and (min-width: 900px) {
  #doctor .inner{
    max-width: 1080px;
    width: 100%;
    padding: 0 20px;
  }
}
#doctor .inner .box1{
  margin-bottom: 30px;
}
#doctor .inner .box1 img{
  width: 80vw;
  margin: auto;
}
#doctor .inner .box1 > div .name{
  font-size: 2rem;
  font-weight: 300;
  margin: 25px auto 15px;
  line-height: 1.7;
}
#doctor .inner .box1 > div .name span{
  font-size: 1.8rem;
  display: block;
}
#doctor .inner .box1 > div .text{
  font-size: 1.8rem;
  font-weight: 200;
  text-align: left;
  line-height: 1.7;
}
@media screen and (min-width: 900px) {
  #doctor .inner .box1{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  #doctor .inner .box1 img{
    width: 40%;
  }
  #doctor .inner .box1 > div{
    width: 55%;
    text-align: left;
  }
  #doctor .inner .box1 > div .name{
    font-size: 2.4rem;
  }
}
#doctor .inner .box2 > div .clinic{
  color: var(--main-color);
  font-size: 2rem;
  margin-top: 15px;
}
#doctor .inner .box2 > div .name{
  font-size: 2rem;
  font-weight: 300;
  margin: 5px auto 5px;
  line-height: 1.7;
}
#doctor .inner .box2 > div .name span{
  font-size: 1.8rem;
  display: block;
}
#doctor .inner .box2 > div .text{
  font-size: 1.8rem;
  font-weight: 200;
  text-align: left;
  line-height: 1.7;
  margin-bottom: 40px;
}
#doctor .inner .box2 > div:last-of-type .text{
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  #doctor .inner .box2{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    text-align: center;
  }
  #doctor .inner .box2 > div{
    width: 30%;
    margin-bottom: 0;
  }
  #doctor .inner .box2 > div .clinic{
    font-size: 2.4rem;
  }
  #doctor .inner .box2 > div .name{
    font-size: 2.4rem;
  }
}

.common{
  background: rgba(45, 180, 202, 0.8);
  color: #fff;
  text-align: center;
  padding: 30px 0 10px;
}
@media screen and (min-width: 900px) {
  .common{
    padding: 30px 0 40px;
  }
}
.common h2{
  font-weight: 200;
  font-size: 3.2rem;
}
@media screen and (min-width: 900px) {
  .common h2{
  font-size: 4rem;
  }
}
.common h3{
  font-weight: 300;
  font-size: 1.8rem;
  margin: 10px auto 30px;
  line-height: 1.7;
}
@media screen and (min-width: 900px) {
  .common h3{
    font-weight: 300;
    font-size: 2.4rem;
  }
}
.common ul{
  width: 90vw;
  margin: auto;
}
@media screen and (min-width: 900px) {
  .common ul{
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 100%;
    max-width: 1080px;
    padding: 0 20px;
  }
}
.common ul li{
  background: #FFF;
  color: var(--text-color);
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 0 15px rgba(0,0,0,.2);
  padding-bottom: 15px;
}
@media screen and (min-width: 900px) {
  .common ul li{
    width: 32%;
    position: relative;
    padding-bottom: 20px;
  }
}
.common ul li .name{
  color: var(--main-color);
  font-size: 2.4rem;
  margin: 12px auto 3px;
}
.common ul li .text{
  font-size: 1.8rem;
  font-family: var(--font-sans);
}
@media screen and (min-width: 900px) {
  .common ul li .name{
    font-size: 2.4rem;
    margin: 15px auto 3px;
  }
  .common ul li .text{
    font-size: 1.8rem;
  }
}
.common_consult div{
  display: flex;
  margin: 0px auto 15px;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 900px) {
  .common_consult div{
    margin: 30px auto 20px;
  }
}
.common_consult div p{
  border: 1px solid #fff;
  font-size: 1.5rem;
  padding: 5px 10px;
  border-radius: 16px; 
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 200;
}
@media screen and (min-width: 900px) {
  .common_consult div p{
    font-size: 2rem;
    padding: 10px 18px;
  }
}
.common_consult h2{
  margin-bottom: 30px;
}
@media screen and (min-width: 900px) {
  .common_consult h2{
    margin-bottom: 40px;
  }
}


.common_info ul li{
  padding-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .common_info ul li{
    padding-bottom: 100px;
  }
}
.common_info ul li .text{
  text-align: left;
  padding: 0 18px;
  line-height: 1.7;
  font-size: 1.7rem;
}
@media screen and (min-width: 900px) {
  .common_info ul li .text{
    font-size: 1.6rem;
  }
}
.common_info ul li div{
  display: flex;
  padding: 0 15px;
  justify-content: space-between;
  margin-top: 15px;
}
@media screen and (min-width: 900px) {
  .common_info ul li div{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.common_info ul li div a{
  width: 48%;
  display: block;
  height: 40px;
  line-height: 39px;
  border-radius: 20px;
  background: var(--sub1-color);
  color: #fff;
  font-family: var(--font-sans);
  font-size: 1.6rem;
  position: relative;
  padding-left: 15px;
}
.common_info ul li div a:after{
  content: "";
  position: absolute;
  background: url(../img/kyousei/icon_web.svg) no-repeat 0 0;
  background-size: 100% 100%;
  width: 19px;
  height: 18px;
  left: 15px;
  top: 12px;
}
.common_info ul li div a:last-of-type{
  background: var(--main-color);
}
.common_info ul li div a:last-of-type:after{
  content: "";
  position: absolute;
  background: url(../img/kyousei/icon_tel.svg) no-repeat 0 0;
  background-size: 100% 100%;
  width: 17px;
  height: 17px;
  left: 20px;
  top: 12px;
}

footer{
  background: var(--text-color);
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
footer p{
  font-size: 3rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 900px) {
  footer p{
    font-size: 3.2rem;
  }
}
footer small{
  font-size: 1.1rem;
}
@media screen and (min-width: 900px) {
  footer small{
    font-size: 1.2rem;
  }
}