@charset "UTF-8";
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  color: #4B4A4A;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0 auto;
  line-height: 1.5;
  text-align: left;
  background-color: #fff;
  max-width: 768px;
}

[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;
}
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;
}
input[type="checkbox"] {
  appearance: checkbox;
  -webkit-appearance: checkbox;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  vertical-align: middle;
}
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;
  background: #ccc;
  color: #fff;
  transition: background 0.2s;
}
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: 769px) {

  a[href*="tel:"] {
    /* pointer-events: none;
    cursor: default;
    text-decoration: none; */
  }
  a:hover {
    cursor: pointer !important;
  }
}
body {
  background: linear-gradient(to bottom, transparent 0%, transparent 90%, #fff 100%), url("https://www.yokoyamashikaiin.jp/wp-content/themes/yokoyama/assets/img/bg.png");
  background-repeat: repeat;
  background-position: center center;
}


/* header {
  height: 100vh;
} */
header div.menu {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  z-index: 3;
  max-width: 768px;
}

header div.menu .ttl_area {
  display: flex;
  align-items: center;
  width: auto;
  margin: 0;
}

header div.menu .logo{
  width: 60px;
  margin: 0;
}
header nav {
  display: none;
  background-color: #fff;
  position: absolute;
  padding: 120px 0 160px;
  text-align: center;
  z-index: 10;
  width: 100%;
  max-width: 768px;
  margin-top: -70px;
  /* height: 100vh; */
}
header nav ul.menu_area {
  position: relative;
  margin: 0 auto 50px;
}
header nav ul.menu_area li a {
  display: block;
  font-size: 1.6rem;
  white-space: nowrap;
  text-align: left;
  display: block;
  font-weight: 500;
  border-bottom: 1px solid rgba(75,74,74,0.3);
  height: 60px;
  line-height: 60px;
  padding-left: 10%;
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
}
header nav ul.menu_area li a:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #4B4A4A;
  border-right: solid 2px #4B4A4A;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

header nav .btn_area{
  height: 85px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
header nav .btn_area .btn a{
  display: block;
  width: 80%;
  height: 60px;
  line-height: 58px;
  text-align: center;
  font-weight: 500;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 48px;
  margin:  0 auto 10px;
  color: #fff;
  font-size: 1.8rem;
}
header nav .btn_area .btn a.gr{
  background-image: linear-gradient(90deg, rgba(160, 234, 96, 1), rgba(51, 191, 43, 1));
}
header nav .btn_area .btn a.or{
  background-image: linear-gradient(90deg, rgba(249, 230, 88, 1), rgba(253, 34, 27, 1));
}
header nav .btn_area .btn a.bl{
  background-image: linear-gradient(90deg, rgba(31, 203, 226, 1), rgba(24, 125, 205, 1));
}



/* ハンバーガー */
  .btn_hum {
    display: block;
    position: absolute;
    right: 10px !important;
    z-index: 10000; /*追記：いつも一番上*/
    /* background: rgba(255, 255, 255, .8); */
    margin-top: 10px;
    width: 56px;
    height: 56px;
    top: 0;
  }
  .btn_hum:after{
    content: "";
    display: block;
    position: absolute;
    background: #187DCD;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    right: 5px;
    border: 2px solid #fff;
  }
  .bar {
    width: 25px;
    height: 2px;
    display: block;
    position: absolute;
    left: 23px;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 2;
  }
  .bar-top {
    top: 18px;
  }
  .bar-middle {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .bar-bottom {
    bottom: 18px;
  }
  .btn_hum.close .bar-top {
    transform: translate(-50%, 5px) rotate(45deg);
    transition: transform 0.3s;
    background-color: #fff;
    top: 22px;
    width: 30px;
    left: 23px;
  }
  .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: #fff;
    bottom: 21px;
    width: 30px;
    left: 23px;
  }
/* ハンバーガー */
/* ヘッダー固定 */
.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;
}

/* ヘッダー固定 */
.pagetop {
  position: fixed;
  right: 5vw;
  bottom: 45px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #2C2C2C;
}
.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 (min-width: 769px) {
  
}



.common{
  text-align: center;
  padding: 60px 0 40px;
  background: url(../images/common_bg.png) no-repeat center 0;
  background-size: cover;
  margin-top: -180px;
  z-index: 2;
  position: relative;
}
.common.mg30{
  margin-top: -30px;
}
@media screen and (min-width: 769px) {
  .common.mg30{
    margin-top: -50px;
  }
}
.common_bottom{
  padding: 60px 0 100px;
}
@media screen and (min-width: 769px) {
  .common_bottom{
    padding: 60px 0 150px !important;
  }
}
@media screen and (min-width: 769px) {
  .common{
    margin-top: -380px;
    padding: 80px 0 40px;
  }
}
.common h2{
  margin-bottom: 30px;
}
.common h2 span{
  background:linear-gradient(transparent 90%, #F9E658 0%);
  padding-bottom: 2px;
  color: #187DCD;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7;
}
.common a{
  display: block;
  width: 90%;
  height: 60px;
  line-height: 58px;
  border-radius: 10px;
  margin: 0 auto 10px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  border: 1px solid #fff;
}
.common a.or{
  background-image: linear-gradient(90deg, rgba(249, 230, 88, 1), rgba(253, 34, 27, 1));
}
.common a.bl{
  background-image: linear-gradient(90deg, rgba(31, 203, 226, 1), rgba(24, 125, 205, 1));
}



#about{
  padding: 60px 0 0;
  background: rgba(58,148,215,0.13);
  background-size: cover;
  width: 100%;
  height: 100%;
}
#about h2{
  color: #187DCD;
  font-size: 3.6rem;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  z-index: 2;
  position: relative;
  font-weight: 500;
}
#about h2:before{
  position: absolute;
  content: "ABOUT";
  left: 0;
  right: 0;
  opacity: .3;
  margin: auto;
  text-align: center;
  font-size: 10rem;
  top: -22px;
  font-weight: 400;
  color: #fff;
  z-index: -1;
}
#about p{
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
#about p span{
  color: #187DCD;

  font-weight: 500;
  border-bottom: 2px solid #187DCD;
}
#about img{
  width: 100%;
  margin-top: auto;
  display: block;
  text-align: center;
}
#about .inner{
  padding: 0 4%;
}
#about .bottom{
  background: url(../images/about_bottom.png) no-repeat center 0;
  background-size: cover;
  margin-top: -50px;
  padding-bottom: 200px;
}

#merit {
  background: #fff url(../images/merit_bg.png) no-repeat center bottom;
  background-size: cover;
  padding: 50px 0;
  position: relative;
}
#merit img{
  position: absolute;
  right: 0;
  width: 90%;
  top: -30px;
}
@media screen and (min-width: 769px) {
  #merit img{
    width: 65%;
    top: -50px;
  }
}
#merit .inner{
  padding: 0 4%;
}
#merit .en{
  font-size: 1.5rem;
  color: rgba(24, 125, 205, .5);
  position: relative;
  display: inline-block;
}
#merit .en:after{
  position: absolute;
  content: "";
  right: -60px;
  width: 50px;
  height: 1px;
  background: rgba(24, 125, 205, .5);
  top: 50%;
}
#merit h2{
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 400;
}
#merit h2 span{
  font-size: 2.8rem;
  color: #187DCD;
  background:linear-gradient(transparent 60%, rgba(249,230,88,.4) 60%);
  font-weight: 500;
  line-height: 1.4;
}
#merit h3{
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
#merit h3 span{
  color: #187DCD;
  background: linear-gradient(transparent 90%, #F9E658 0%);
}
#merit .text{
  font-size: 1.4rem;
  line-height: 1.7;
}

#feature{
  padding: 30px 0 0;
  background: rgba(24, 125, 205, .04);
  margin: auto;
  text-align: center;
}
#feature .en{
  font-size: 1.5rem;
  color: rgba(24, 125, 205, .5);
  text-align: center;
  position: relative;
  display: inline-block;
}
#feature .en:before{
  position: absolute;
  content: "";
  left: -60px;
  width: 50px;
  height: 1px;
  background: rgba(24, 125, 205, .5);
  top: 50%;
}
#feature .en:after{
  position: absolute;
  content: "";
  right: -60px;
  width: 50px;
  height: 1px;
  background: rgba(24, 125, 205, .5);
  top: 50%;
}
#feature h3{
  font-size: 1.8rem;
  padding-left: 4%;
  margin: 10px auto 5px;
  font-weight: 400;
}
#feature h2{
  font-size: 2.6rem;
  color: #187DCD;
  margin-bottom: 40px;
  font-weight: 500;
}
#feature .box{
  width: 92%;
  margin: 0 auto 40px;
  border: 1px solid #A9D9FF;
  border-radius: 20px;
  box-shadow: 0px 3px 16px -2px rgba(24, 125, 205, .3), 0px -3px 20px 0px rgba(24, 125, 205, 0.3);
  padding: 20px 3%;
}
#feature .box div{
  display: flex;
  align-items: center;
}
#feature .box div .nu{
  background: #187DCD;
  color: #F9E658;
  font-size: 1rem;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  line-height: 1;
  padding: 13px 10px 10px;
  margin: 0 20px 0 10px;
}
#feature .box div .nu span{
  color: #F9E658;
  font-size: 3rem;
  display: block;
}
#feature .box div .ttl{
  font-size: 2.3rem;
  text-align: left;
  font-weight: 500;
}
#feature .box div .ttl span{
  color: #187DCD;
  background: linear-gradient(transparent 60%, rgba(249, 230, 88, .4) 60%);
}
#feature .box div .ttl span.b{
  font-size: 3.7rem;
  font-weight: 800;
  background: none;
}
#feature .box img{
  margin: 20px auto 0;
}
#feature .box .text{
  font-size: 1.6rem;
  text-align: left;
  margin-top: 20px;
  padding: 0 2%;
  line-height: 1.7;
}

#comparison {
  margin: auto;
  text-align: center;
  padding: 30px 0 50px;
}
#comparison .en{
  font-size: 1.5rem;
  color: rgba(24, 125, 205, .5);
  text-align: center;
  position: relative;
  display: inline-block;
}
#comparison h2{
  font-size: 2.6rem;
  color: #187DCD;
  margin-bottom: 20px;
}
#comparison .ttl{
  font-size: 1.4rem;
  color: #187DCD;
  display: block;
  width: 94%;
  margin: 0 auto 8px;
  position: relative;
  font-weight: 500;
}
#comparison .ttl span{
  padding: 0 5px;
  background: #fff;
}
#comparison .ttl span:before {
    position: absolute;
    content: "";
    left: 2%;
    width: 50%;
    height: 1px;
    background: #187DCD;
    top: 50%;
    z-index: -1;
}
#comparison .ttl span:after {
    position: absolute;
    content: "";
    right: 2%;
    width: 50%;
    height: 1px;
    background: #187DCD;
    top: 50%;
    z-index: -1;
}
@media screen and (min-width: 769px) {
  #comparison .ttl:before {
    left: -300px;
    width: 300px;
  }
  #comparison .ttl:after {
    right: -300px;
    width: 300px;
  }
}
#comparison .box{
  display: flex;
  justify-content: space-between;
  width: 92%;
  margin: 0 auto 20px;
}
#comparison .box dl {
  width: 49.5%;
}
#comparison .box dl.bl{
  background: rgba(24, 125, 205, .1);
}
#comparison .box dl.bk{
  background: rgba(75, 74, 74, .1);
}
#comparison .box dl dt{
  font-size: 1.1rem;
  color: #fff;
  height: 25px;
  line-height: 25px;
}
#comparison .box dl.bl dt{
  background: #187DCD;
}
#comparison .box dl.bk dt{
  background: #4B4A4A;
}
#comparison .box dl dd{
  font-size: 1.1rem;
  text-align: left;
  padding: 10px;
  min-height: 50px;
}
#comparison .box dl.bl dd{
  color: #187DCD;
}
#comparison .note{
  font-size: 1rem;
  margin-top: -10px;
  text-align: left;
  padding-left: 4%;
}
#case {
  text-align: center;
}
#case .inner{
  background: rgba(24, 125, 205, .12);
  padding-bottom: 50px;
}
#case .en{
  font-size: 1.5rem;
  color: rgba(24, 125, 205, .5);
  text-align: center;
  position: relative;
  display: inline-block;
}
#case h2{
  font-size: 2.6rem;
  color: #187DCD;
  margin-bottom: 20px;
}
#case .box{
  width: 92%;
  background: #fff;
  margin: 0 auto 40px;
  border: 1px solid #A9D9FF;
  border-radius: 20px;
  box-shadow: 0px 3px 16px -2px rgba(24, 125, 205, .3), 0px -3px 20px 0px rgba(24, 125, 205, 0.3);
  padding: 10px 0;
}
#case .box .ttl{
  font-size: 2.6rem;
  text-align: left;
  margin-left: 5%;
  margin-bottom: 10px;
  font-weight: 500;
  color: #187DCD;
}
#case .box .ttl span{
  font-size: 1.8rem;
  border-left: 1px solid rgba(24, 125, 205, .3);
  padding-left: 20px;
  margin-left: 20px;
  vertical-align: 2px;
  color: #4B4A4A;
}
#case .box img{
  margin-bottom: 20px;
}
#case .box dl{
  display: flex;
  margin-bottom: 10px;
  padding: 0 20px;
}
#case .box dl dt{
  background: #187DCD;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  color: #fff;
  width: 30%;
  margin-right: 15px;
  font-size: 1.3rem;
}
#case .box dl dd{
  font-size: 1.4rem;
  width: 70%;
  text-align: left;
}
#case .box dl dd span{
  font-size: 1.2rem;
  display: block;
}
#case .explain{
  text-align: left;
  width: 92%;
  margin: auto;
}
#case .explain dl{
  margin-bottom: 20px;
}
#case .explain dt {
  position: relative;
}
#case .explain dt:after{
  position: absolute;
  content: "";
  right: 2%;
  width: 90%;
  height: 1px;
  background: #4B4A4A;
  top: 50%;
  z-index: -1;
}
#case .explain dt span{
  background: #4B4A4A;
  color: #fff;
  padding: 0 20px;
  height: 25px;
  line-height: 26px;
  display: inline-block;
  border-radius: 13px;
  font-size: 1.4rem;
}
#case .explain dd{
  font-size: 1.2rem;
  margin-top: 8px;
}
#case .explain dd.b{
  font-size: 1.6rem;
}

#price {
  background: #fff url(../images/price.png) no-repeat center top;
  background-size: contain;
  padding: 50px 0 30px;
  position: relative;
}
#price img{
  position: absolute;
  right: 0;
  width: 90%;
  top: -30px;
}
@media screen and (min-width: 769px) {
  #price img{
    width: 65%;
    top: -50px;
  }
}
#price .inner{
  padding: 0 4%;
}
#price .en{
  font-size: 1.5rem;
  color: rgba(24, 125, 205, .5);
  position: relative;
  display: inline-block;
}
#price .en:after{
  position: absolute;
  content: "";
  right: -60px;
  width: 50px;
  height: 1px;
  background: rgba(24, 125, 205, .5);
  top: 50%;
}
#price h2{
  font-size: 2.6rem;
  color: #187DCD;
  margin-bottom: 15px;
  font-weight: 500;
}
#price h3{
  font-size: 1.6rem;
  color: #000;
  font-weight: 500;
}
#price h4{
  font-size: 2rem;
  color: #187DCD;
  margin-top: -5px;
  margin-bottom: 10px;
  font-weight: 500;
  background: linear-gradient(transparent 60%, rgba(249, 230, 88, .4) 60%);
  display: inline-block;
}
#price h4 span{
  font-size: 3.2rem;
}
#price .note{
  color: rgba(0, 0, 0, .6);
  font-size: 1rem;
  margin-bottom: 25px;
}
#price .box{
  border: 1px solid #187DCD;
  border-radius: 20px;
  background: #fff;
  margin: auto;
  text-align: center;
  padding-bottom: 5px;
}
#price .box:first-of-type{
  margin-bottom: 20px;
}
#price .box .ttl{
  height: 40px;
  line-height: 40px;
  border-radius: 20px 20px 0 0;
  background: #187DCD;
  color: #F9E658;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  position: relative;
}
#price .box .ttl:after{
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  /* top: 50px; */
  top: 39px;
  margin: auto;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 12px solid #187DCD;
  border-bottom: 0;
  width: 0;
  height: 0;
  z-index: 2;
}
#price .box .text1{
  font-size: 3rem;
  background: linear-gradient(transparent 70%, rgba(249, 230, 88, .4) 60%);
  display: inline-block;
  color: #187DCD;
}
#price .box .text1 span{
  font-size: 4.2rem;
}
#price .box .text2{
  padding: 0 20px;
  font-size: 1.8rem;
  margin: 5px auto;
}
#price .box .text3{
  background: #E5F1FA;
  padding: 10px 20px;
  width: 94%;
  font-size: 1.4rem;
  margin: 5px auto;
  border-radius: 8px;
}
#price ul{
  margin-top: 10px;
}
#price ul li{
  font-size: 1rem;
  color: rgba(75, 74, 74, .7)
}


#flow{
  background: #EAF6FF;
  padding: 60px 5vw 40px;
  text-align: center;
}
#flow .en{
  font-size: 1.5rem;
  color: rgba(24, 125, 205, .5);
  text-align: center;
  position: relative;
  display: inline-block;
}
#flow .en:before{
  position: absolute;
  content: "";
  left: -60px;
  width: 50px;
  height: 1px;
  background: rgba(24, 125, 205, .5);
  top: 50%;
}
#flow .en:after{
  position: absolute;
  content: "";
  right: -60px;
  width: 50px;
  height: 1px;
  background: rgba(24, 125, 205, .5);
  top: 50%;
}
#flow h2{
  font-size: 2.6rem;
  color: #187DCD;
  margin-bottom: 30px;
  font-weight: 500;
}
#flow > .box{
  display: flex;
  position: relative;
  padding-bottom: 30px;
}
#flow > .box:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 1px;
  height: 100%;
  background: #187DCD;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  #flow > .box:before{
    left: 21px;
  }
}
#flow > .box:last-of-type:before{
    display: none;
}
#flow > .box .step{
  font-size: 1.8rem;
  width: 42px;
  height: 42px;
  background: #187DCD;
  border-radius: 50%;
  display: flex;
  color: #F9E658;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #flow > .box .step{
    width: 100px;
    height: 60px;
    border-radius: 50%;
    line-height: 1;
  }
}
#flow > .box > div{
  margin-left: 3vw;
  width: 78vw;
}
#flow > .box > div .ttl{
  text-align: left;
  font-size: 2rem;
  color: #187DCD;
  font-weight: 500;
  margin-bottom: 5px;
}
#flow > .box > div .text{
  text-align: left;
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 15px;
}


#partner{
  background: url(../images/partner_bg.png) no-repeat center 0;
  background-size: cover;
  padding: 50px 0 30px;
  margin: auto;
  text-align: center;
}
#partner h2{
  color: #187DCD;
  font-size: 3.6rem;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  z-index: 2;
  position: relative;
  font-weight: 500;
}
#partner h2:before {
  position: absolute;
  content: "Affiliated clinic";
  left: 0;
  right: 0;
  opacity: .3;
  margin: auto;
  text-align: center;
  font-size: 4rem;
  top: -25px;
  font-weight: 400;
  color: rgba(24, 125, 205, .3);
  z-index: -1;
}
#partner p{
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8;
}
#partner .bl{
  background: #187DCD;
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  display: inline-block;
  margin: 5px 0;
}
#partner .ci{
  border: 1px solid #187DCD;
  color: #187DCD;
  padding: 2px;
  border-right: none;
}
#partner .ci:nth-of-type(4){
  border-right: 1px solid #187DCD;
}
#partner h3{
  font-size: 1.6rem;
  color: #187DCD;
  background: linear-gradient(transparent 90%, #F9E658 0%);
  display: inline-block;
  text-align: center;
  margin: 10px auto 30px;
}
#partner a{
  display: block;
  width: 80%;
  height: 60px;
  line-height: 58px;
  text-align: center;
  font-weight: 500;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 auto 10px;
  color: #fff;
  font-size: 1.8rem;
  background-image: linear-gradient(90deg, rgba(160, 234, 96, 1), rgba(51, 191, 43, 1));
  border: 2px solid #fff;
}


#faq{
  background: #EAF6FF;
  margin: auto;
  text-align: center;
  padding: 60px 0 10px;
}
#faq .en{
  font-size: 1.5rem;
  color: rgba(24, 125, 205, .5);
  text-align: center;
  position: relative;
  display: inline-block;
}
#faq .en:before{
  position: absolute;
  content: "";
  left: -60px;
  width: 50px;
  height: 1px;
  background: rgba(24, 125, 205, .5);
  top: 50%;
}
#faq .en:after{
  position: absolute;
  content: "";
  right: -60px;
  width: 50px;
  height: 1px;
  background: rgba(24, 125, 205, .5);
  top: 50%;
}
#faq h2{
  font-size: 2.6rem;
  color: #187DCD;
  margin-bottom: 25px;
  font-weight: 500;
}
.accordion-area{
  margin:0 auto 60px;
  width: 90%;
}
.accordion-area li{
  margin: 10px 0 0;
}
.accordion-area .title {
  position: relative;
  cursor: pointer;
  font-size:1.6rem;
  font-weight: normal;
  padding: 5px 10% 10px 0;
  transition: all .5s ease;
  background: #fff;
  border-radius: 8px;
  text-indent: -2.5em;
  padding-left: 3em;
  text-align: left;
  font-weight: 600;
}
.accordion-area .title span{
  color: #187DCD;
  padding: 0 10px 0 10px;
  font-size: 2.5rem;
}
.accordion-area .title::before,
.accordion-area .title::after{
  position: absolute;
  content:'';
  width: 50px;
  height: 50px;
  transform: scale(.5);
}
.accordion-area .title::before{
  top:50%;
  transform: translateY(-50%) scale(.5);
  right: 15px;
  background: url(../images/icon_plus.png) no-repeat center;
}
.accordion-area .title.close::before{
  background: url(../images/icon_minus.png) no-repeat center;
  top:50%;
  transform: translateY(-50%) scale(.5);
}
.accordion-area .box {
  display: none;
  padding: 30px 20px 3% 0;
  background: #fff;
  margin-top: -35px;
  border-radius: 0 0 8px 8px;
}
.accordion-area .box p{
  font-size: 1.3rem;
  text-align: left;
  color: #333;
  padding-top: 5px;
  text-indent: -2.7em;
  padding-left: 3.5em;
}
.accordion-area .box p span.a{
  font-size: 2.5rem;
  color: rgba(24, 125, 205, .3);
  margin-right: .5em;
  margin-left: .3em;
}
.accordion-area .box p .link{
  color: #E42560;
  text-decoration: underline;
}


#annotation{
  background: #FFF5F5;
  margin-top: 4px;
  padding: 40px 0 200px;
}
@media screen and (min-width: 769px) {
  #annotation{
    padding: 30px 0 400px;
  }
}
#annotation img{
  width: 30px;
  display: block;
  margin: auto;
}
#annotation h3{
  color: #FC4040;
  font-size: 1.6rem;
  font-family: 500;
  text-align: center;
  margin: 0 auto 10px;
}
#annotation li{
  padding: 0 10%;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 5px;
  color: #000;
}

#bottom_fix{
  display: flex;
  margin-top: 1px;
  position: fixed;
  bottom: -10px;
  z-index: 3;
  width: 100%;
  max-width: 768px;
}
#bottom_fix a{
  width: 50%;
  display: block;
  height: 60px;
  line-height: 58px;
  text-align: center;
  font-weight: 500;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin: 0 auto 10px;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
#bottom_fix a.or{
  background-image: linear-gradient(90deg, rgba(249, 230, 88, 1), rgba(253, 34, 27, 1));
}
#bottom_fix a.bl{
  background-image: linear-gradient(90deg, rgba(31, 203, 226, 1), rgba(24, 125, 205, 1));
}

/* 提携店ページ */
.list main{
  background: #EAF6FF;
  padding: 50px 0 0;
  max-width: 768px;
  min-height: 100vh;
}
.list .intro{
  border: 5px solid #fff;
  width: 90%;
  margin: 0 auto 50px;
  border-radius: 10px;
}
.list .intro .inner{
  border: 1px solid #187DCD;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  padding: 20px 10px;
}
.list .intro .inner h2{
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7;
}
.list .intro .inner .bl{
  color: #187DCD;
  font-weight: 500;
}
.list .intro .inner .wh{
  color: #fff;
  font-weight: 500;
  background-image: linear-gradient(90deg, rgba(31, 203, 226, 1), rgba(24, 125, 205, 1));
  padding: 3px 8px;
  border-radius: 8px;
  margin: 5px 0;
  display: inline-block;
}
.list .intro .inner p{
  font-size: 1.2rem;
}
.list h1{
  color: #187DCD;
  font-size: 2.2rem;
  text-align: center;
}
.list #area{
  margin: 25px auto 0;
}
.accordion-area-list{
  margin:0 auto 60px;
  width: 88%;
  padding-bottom: 40px;
}
.accordion-area-list li{
  margin: 10px 0 0;
}
.accordion-area-list .title {
  position: relative;
  cursor: pointer;
  font-size:1.4rem;
  font-weight: normal;
  padding: 10px 10% 10px 0;
  transition: all .5s ease;
  background: #fff;
  text-indent: -2.5em;
  padding-left: 3em;
  text-align: left;
  font-weight: 400;
  text-align: center;
  color: #187DCD;
}
.accordion-area-list .title::before,
.accordion-area-list .title::after{
  position: absolute;
  content:'';
  transform: scale(.5);
  font-size: 3.5rem;
  color: #187DCD;
  right: 15px;
}
.accordion-area-list .title::before{
  top:50%;
  transform: translateY(-50%) scale(.5);
  content:'＋';
}
.accordion-area-list .title.close::before{
  top:50%;
  transform: translateY(-50%) scale(.5);
  content:'−';
}
.accordion-area-list .box {
  display: none;
  padding-bottom: 30px;
}
.accordion-area-list .box > div{
  margin-bottom: 40px;
}

.list #area .name{
  font-weight: 500;
  color: #4B4A4A;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.7;
  margin: 15px auto 10px;
}
.list #area .address{
  font-weight: 400;
  color: #4B4A4A;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 20px;
}
.list #area a{
    display: block;
    width: 90%;
    height: 48px;
    line-height: 46px;
    text-align: center;
    font-weight: 500;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 48px;
    margin: 0 auto 10px;
    color: #187DCD;
    font-size: 1.6rem;
    background: #fff;
    border: 1px solid #187DCD;
}
.list #area a.bl {
    background-image: linear-gradient(90deg, rgba(31, 203, 226, 1), rgba(24, 125, 205, 1));
    color: #fff;
    border: 1px solid #fff;
}


/* お問い合せフォーム用スタイル */
.contact-form {
  margin: 0 auto;
  padding: 30px 2vw;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
@media screen and (min-width: 769px) {
  .contact-form {
    padding: 50px 0;
  }
}
.contact-form .logo{
  display: block;
  width: 90vw;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .contact-form .logo{
    width: 18%;
  }
}
.contact-form h2 {
  font-size: 3.6rem;
  text-align: center;
  margin: 10px auto 20px;
}
@media screen and (min-width: 769px) {
  .contact-form h2 {
    font-size: 4.5rem;
  }
}
.contact-form .roadmap_circle{
  width: 15vw;
  display: block;
  margin: auto;
}
@media screen and (min-width:1200px){
  .contact-form .roadmap_circle{
    width: 60px;
  }
}
.contact-form .box{
  border: 1px solid #F29805;
  border-radius: 20px;
  margin: 25px auto 25px;
  width: 92vw;
  text-align: center;
  padding: 20px 10px;
}

@media screen and (min-width:1200px){
  .contact-form .box{
    max-width: 980px;
    padding: 20px;
    width: auto;
    margin: 40px auto 40px;
  }
}
.contact-form .box h3{
  color: #F29805;
  font-size: 2.5rem;
  margin-bottom: 5px;
}
@media screen and (min-width:1200px){
  .contact-form .box h3{
    font-size: 3.6rem;
  }
}
.contact-form .box h4{
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (min-width:1200px){
  .contact-form .box h4{
    font-size: 2rem;
  }
}
.contact-form .cap{
  font-size: 1.4rem;
  width: 92vw;
  margin: 0 auto 30px;
  text-align: center;
  line-height: 1.7;
}
@media screen and (min-width:1200px){
  .contact-form .cap{
    max-width: 980px;
    width: auto;
    font-size: 1.8rem;
  }
}
.contact-form .cap span{
  color: #F29805;
  font-size: 1.8rem;
}
@media screen and (min-width:1200px){
  .contact-form .cap span{
    font-size: 2.2rem;
  }
}
.contact-form form{
  width: 92vw;
  margin: auto;
  background: #fff;
  box-shadow: 0 6px 16px rgba(10,54,85,0.2);
  border-radius: 20px;
  padding: 5vw 4vw;
}
@media screen and (min-width: 769px) {
  .contact-form form{
    max-width: 85%;
    padding: 40px;
  }
}
.contact-form .form-group {
  padding-top: 15px;
  padding-bottom: 10px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 769px) {
  .contact-form .form-group {
    margin: 30px auto;
    padding: 0;
  }
}
.contact-form .form-group.no {
  border-top: none;
  padding-top: 0;
}
.contact-form .ttl,.contact-form .form-group p,.contact-form .form-group .ttl{
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .contact-form .ttl,.contact-form .form-group p,.contact-form .form-group .ttl{
    font-size: 1.7rem;
  }
}
.contact-form .ttl span{
  background: #FA6868;
  color: #fff;
  font-size: 1.1rem;
  display: inline-block;
  padding: 2px 5px;
  vertical-align: 1px;
  margin-left: 8px;
}
@media screen and (min-width: 769px) {
  .contact-form .ttl span{
    font-size: 1.2rem;
  }
}
.contact-form .text{
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .contact-form .text{
    font-size: 1.6rem;
  }
}
.contact-form .form-group label {
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 8px;
  margin-right: 16px;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .contact-form .form-group label {
    font-size: 1.6rem;
  }
}
.contact-form .form-group label input[type="radio"] {
  display: inline-block;
  margin-right: 8px;
}
.contact-form .form-group .text_s{
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .contact-form .form-group .text_s{
    font-size: 1.6rem;
  }
}
.contact-form .text_s span{
  font-size: 1.3rem;
  display: block;
  margin: 2px auto 10px;
}
@media screen and (min-width: 769px) {
  .contact-form .text_s span{
    font-size: 1.5rem;
    margin: 5px auto 10px;
  }
}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="date"],
.contact-form input[type="email"],
.contact-form select {
  width: 100%;
  padding: 10px 12px;
  font-size: 1.4rem;
  border: 1px solid #CFCFCF;
  border-radius: 6px;
  background: #F5F5F5;
  margin-top: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
}
.contact-form input[type="radio"] {
  margin-right: 8px;
}
.contact-form input[type="radio"] {
  appearance: auto !important;
  -webkit-appearance: radio !important;
  -moz-appearance: radio !important;
}
.contact-form button[type="submit"] {
  width: 100%;
  background-image: linear-gradient(90deg, rgba(249, 230, 81, 1), rgba(253, 34, 27, 1));
  color: #fff;
  font-size: 1.8rem;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s;
  margin: auto;
  display: block;
  height: 60px;
  line-height: 60px;
}
@media screen and (min-width: 769px) {
  .contact-form button[type="submit"] {
    width: 60%;
    height: 80px;
    line-height: 80px;
    font-size: 1.8rem;
  }
}
.contact-form button[type="submit"]:hover {
  /* background: #1761a0; */
}
.contact-form ::placeholder{
    font-size: 1.3rem;
    color: rgba(51,51,51,0.5);
}
@media screen and (min-width: 769px) {
  .contact-form ::placeholder{
    font-size: 1.5rem;
  }
}
.contact-form textarea {
  width: 100%;
  padding: 10px 12px;
  font-size: 1.4rem;
  border: 1px solid #CFCFCF;
  border-radius: 6px;
  background: #F5F5F5;
  margin: 0 auto;
  resize: vertical;
  box-sizing: border-box;
  height: 120px;
}
@media screen and (min-width: 769px) {
  .contact-form textarea {
    height: 150px;
    margin: 0 auto 5px;
  }
}
.contact-form select {
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23999" height="20" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7.293 8.293a1 1 0 011.414 0L10 9.586l1.293-1.293a1 1 0 111.414 1.414l-2 2a1 1 0 01-1.414 0l-2-2a1 1 0 010-1.414z"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 20px 20px !important;
  padding-right: 36px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
/* IE用: デフォルトの矢印を消す */
.contact-form select::-ms-expand {
  display: none;
}
@media screen and (min-width: 769px) {
  .contact-form input[type="date"],#company,#zipcode,#email,#tel{
    width: 45%;
  }
}
#prefecture,#position{
  width: 40%;
}
@media screen and (min-width: 769px) {
  #prefecture,#employees,#position{
    width: 20%;
  }
}
.contact-form .name-row {
  display: flex;
  gap: 12px;
}
@media screen and (min-width: 769px) {
  .contact-form .name-row {
  
  }
}
@media screen and (min-width: 769px) {
  .contact-form .name-col {
    min-width: 100px;
  }
}
.contact-form .form-group .privacy{
  text-align: center;
  margin: auto;
  display: block;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .contact-form .form-group .privacy{
    font-size: 1.4rem;
  }
}
