@charset "utf-8";

/* reset */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

nav ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

ins {
  text-decoration: none
}

ins,
mark {
  background-color: #ff9;
  color: #000
}

mark {
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

/* default */
* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

@media screen and (max-width: 1120px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width : 480px) {

  html,
  body {
    overflow-x: hidden;
    overflow-y: scroll;
  }
}


/* body .wrapper main * {
  outline: 2px solid blue !important;
} */


body {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, Meiryo, "M+ 1p", sans-serif;
  color: #222;
  font-size: 100%;
  line-height: 1.5;
  position: relative;
  overflow-x: hidden;
}

body p {
  word-break: break-all;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "-apple-system", "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight: bold;
}

strong {
  font-weight: 700;
  color: inherit;
}

a {
  color: #0d7ccc;
}

a:hover {
  color: #259cf1;
  text-decoration: underline;
}

a[href*="tel:"] {
  color: inherit;
  text-decoration: none;
  cursor: default;
}

xmp {
  background-color: #eee;
  border: 1px solid #ddd;
  max-width: 100%;
  overflow-x: scroll;
  padding: 1rem;
  font-size: .875rem;
}

.btn,
input[type="submit"].btn {
  color: #fff;
  background-color: #038ce2;
  text-decoration: none;
  display: inline-block;
  margin: .5rem;
  padding: .75rem 1.5rem;
  min-width: 200px;
  text-align: center;
  border-radius: 2em;
  transition: .4s;
  cursor: pointer;
  box-shadow: 0 3px 4px -1px rgb(0 0 0 / 24%);
}

.btn.small {
  padding: .25rem 1.5rem;
  min-width: auto;
}

.btn.large {
  padding: 1rem 3rem;
  min-width: 300px;
  font-size: 1.25rem;
}

.btn:hover,
input[type="submit"].btn:hover {
  box-shadow: none;
  text-decoration: none;
  color: #fff;
  background-color: #e85d7a;
}

.button {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #3d70bb;
  border: solid 1px #3d70bb;
  box-shadow: 0 4px #174d8b;
  border-radius: 4px;
  padding: 0.8rem 1rem .6rem;
  line-height: 1;
  text-align: center;
  transition: .2s;
  text-decoration: none;
}

button.btn {
  padding: 0.8rem 1rem;
}

.button:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: none !important;
  transform: translateY(4px);
}

.button::after,
.btn_flat::after,
a.arrow::after {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 50%;
  transition: transform .7s;
  background-color: transparent;
  content: '';
}

.button:hover::after,
.btn_flat:hover::after,
a.arrow:hover::after {
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.2);
  -ms-transform: scale(100);
  transform: scale(100);
}

.button i {
  color: #fff;
  margin-right: .2em;
}

.button.pink {
  background-color: #fa3f5b;
  border: solid 1px #fa3f5b;
  box-shadow: 0 4px #cf364d;
}

.button.green {
  background-color: #419438;
  border: solid 1px #419438;
  box-shadow: 0 4px #327c39;
}

.button.orange {
  background-color: #fb9004;
  border: solid 1px #fb9004;
  box-shadow: 0 4px #b77d2d;
}

.button.disabled {
  background-color: #8b8b8b;
  border: solid 1px #8b8b8b;
  box-shadow: 0 4px #6b6b6b;
  pointer-events: none;
}

.btn_flat {
  padding: .7rem 1rem;
  font-size: .88rem;
  line-height: 1.33333;
  border-radius: 3px;
   min-width: none;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  touch-action: manipulation;
  border: 1px solid transparent;
  -webkit-box-shadow: inset 0 0 2px #fff;
  box-shadow: inset 0 0 2px #fff;
  text-decoration: none;
  letter-spacing: .05em;
  color: #fff;
  background-color: #3d70bb;
  border: solid 1px #174d8b;
  position: relative;
  overflow: hidden;
}

.button.large_btn,
.btn_flat.large_btn {
  font-size: 1.15rem;
  padding: .7rem 2rem;
}

@media screen and (max-width: 640px) {
  .btn_flat {
    min-width: none;
  }
}

.btn_flat.pink {
  background-color: #fa3f5b;
  border: solid 1px #cf364d;
}

.btn_flat.green {
  background-color: #419438;
  border-color: #327c39;
}

.btn_flat.orange {
  background-color: #fb9004;
  border: solid 1px #b77d2d;
}

.btn_flat.white {
  background-color: #ffffff;
  border: solid 1px #afafaf;
  color: inherit;
}

.btn_flat.white:hover {
  color: inherit;
}

.btn_flat.white i {
  color: #fa3f5b;
}

.btn_flat.disabled {
  background-color: #8b8b8b;
  border: solid 1px #8b8b8b;
  pointer-events: none;
}

.btn_flat:hover {
  color: #fff;
  text-decoration: none;
}

.btn_flat i {
  color: #fff;
}

::selection {
  color: #fff;
  background: #038ce2;
}

.btn_cv {
  display: block;
  background-color: #c0392b;
  width: auto;
  padding: 2rem 7rem 2rem 2rem;
  margin: 2rem auto;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  transition: .4s;
  font-size: 1.2rem;
  font-weight: bold;
  box-shadow: 0 4px #922a1f;
  position: relative;
  overflow: hidden;
}

.btn_cv:hover {
  box-shadow: none !important;
  transform: translateY(4px);
}

.btn_cv::before {
  color: #ffffff;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: 700;
  font-size: 1.5rem;
  right: 0;
  top: 10%;
  width: 5rem;
  height: 80%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-left: 2px groove #f14533;
}

.btn_cv::after {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 50%;
  transition: transform .7s;
  background-color: transparent;
  content: '';
}

.btn_cv:hover::after {
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.2);
  -ms-transform: scale(100);
  transform: scale(100);
}

.btn_cv.pink {
  background-color: #fa3f5b;
  box-shadow: 0 4px #cf364d;
}

.btn_cv.pink::before {
  border-color: #ff566f;
}

.btn_cv.blue {
  background-color: #3d70bb;
  box-shadow: 0 4px #174d8b;
}

.btn_cv.blue::before {
  border-color: #4f8be4;
}

.btn_cv.orange {
  background-color: #fb9004;
  box-shadow: 0 4px #b77d2d;
}

.btn_cv.orange::before {
  border-color: #f9b65a;
}

.btn_cv.green {
  background-color: #419438;
  box-shadow: 0 4px #327c39;
}

.btn_cv.green::before {
  border-color: #50b346;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.require {
  color: red;
}

ul li {
  list-style-type: none;
  margin: 0 0 .5em;
}

ul li:focus {
  outline-color: transparent;
}

main ul {
  background: none;
  border-radius: 0;
  box-shadow: none;
  padding-left: .5rem;
}

main ul li {
  list-style-type: none;
  /*点を非表示*/
  position: relative;
  /*基準位置*/
  padding-left: 0.6em;
}

.list_circle {
  padding: 0;
  margin: 0 0 2em;
}

.list_circle li {
  padding: 0;
  margin: 0.5em 0;
}

.list li {
  padding-left: 11px;
  position: relative;
}

.list li::before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.65em;
  content: "";
  background: #1eb0a2;
}

ol {
  padding: 1rem 0 1rem 1.5rem;
}

ol li {
  padding: 0 0 1em;
}

ul.inline li {
  display: inline-block;
  margin-right: 2.5em;
}

figcaption {
  margin-top: .5rem;
  font-size: .9rem;
  line-height: 1.5;
}

.lead {
  font-size: 1.8rem;
  line-height: 1.8;
}

i {
  color: #228ad8;
  padding-right: 0.2rem;
}

i.white {
  color: #FFF;
}

.text_center {
  text-align: center;
}

.pc_text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.pc_text_right {
  text-align: right;
}

@media screen and (max-width: 640px) {
  .pc_text_center {
    text-align: left;
  }

  .pc_text_right {
    text-align: left;
  }
}

.well {
  background-color: #f9f1f3;
  padding: 1rem;
  margin: 1rem 0;
}

.well.danger {
  background-color: #ffe6e6;
  color: #bf0000;
}

.well *:last-child {
  margin-bottom: 0;
}

.well.border {
  background-color: transparent;
  border: 1px solid #228ad8;
}

.highlight {
  background-color: #F8E9ED;
}

section.highlight {
  padding: 4rem 0;
}

.container {
  max-width: 1180px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

main section {
  padding: 4rem 0;
}

/* title */
.main_contents h1 {
  position: relative;
  padding: 0.2rem 0;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.main_contents h1 i {
  margin-right: .2em;
}

.main_contents h2 {
  font-size: 1.75rem;
  text-align: left;
  font-weight: 700;
  margin-bottom: 1em;
  margin-top: 2em;
  padding: 0;
  line-height: 1.25;
  clear: both;
  border-left: 3px solid #228ad8;
  padding-left: .5em;
  position: relative;
}

main h2 small {
  display: inline-block;
  font-size: 1rem;
  color: #038ce2;
  font-weight: 400;
  margin-left: 1em;
}

.main_contents h2 i {
  color: #038ce2;
  margin-right: .5rem;
  margin-left: -.5em;
}

.main_contents h2 i::after {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -3px;
  background-color: #fff;
}

.main_contents h2 img {
  display: block;
  margin: 0 .5rem 0 0;
}

.main_contents h2.center {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  border: none;
}

.main_contents h2.center small {
  margin: 1rem 0 0 0;
}

@media screen and (max-width: 640px) {
  .main_contents h2 {
    font-size: 1.5rem;
    margin-bottom: 1em;
  }
}

.main_contents .container h2:first-child {
  padding-top: 0;
  margin-top: 0;
}

.top_contents h2 {
  font-size: 2rem;
  text-align: center;
  color: inherit;
  font-weight: bold;
  margin-bottom: 30px;
  padding-top: 2em;
  clear: both;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.top_contents h2:first-child {
  margin-top: 0;
  padding-top: 0;
}

.top_contents h2 img {
  display: block;
  margin: 0 .5rem 0 0;
}

.main_contents h3 {
  background: #f9f1f3;
  font-weight: normal;
  padding: 0.25em .5rem;
  font-size: 1.175rem;
  margin-bottom: 10px;
  margin-top: 2rem;
  clear: both;
}

.main_contents h4 {
  font-weight: bold;
  font-size: 1.1rem;
  color: #228ad8;
  margin-bottom: .15rem;
}

.main_contents h5 {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: .15rem;
}

.main_contents .center_tit {
  border: none;
  text-align: center;
  font-size: 2rem;
  display: block;
  background: none;
  color: inherit;
  border: none;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding: 0;
  margin-bottom: 1em;
  text-shadow: none;
}

.main_contents .center_tit::after {
  content: none;
}

/* end/title */
.main_contents p {
  line-height: 2;
  margin-bottom: 1rem;
}

.pc-text-center {
  text-align: center;
}

.box {
  padding: 2rem 1.5rem;
  margin: 2rem 0;
}

.box.gray {
  background-color: #f8f8f8;
  border: none;
  box-shadow: none;
}

.box.bule {
  background-color: #ddf5ff;
  border: none;
  box-shadow: none;
}

.box *:first-child,
.well *:first-child {
  margin-top: 0;
}

.box *:last-child,
.well *:last-child {
  margin-bottom: 0;
}

.box h3,
.well h3 {
  background: none;
  padding: 0;
  font-weight: 700;
  color: #228ad8;
}

@media screen and (max-width: 640px) {
  .box {
    padding: 2rem 1rem;
  }
}

section {
  padding: 4rem 0;
}

@media screen and (max-width: 960px) {
  .container {
    max-width: 768px;
  }
}

@media screen and (max-width: 960px) {
  .pc_only {
    display: none;
  }
}

@media screen and (min-width: 961px) {
  .sp_only {
    display: none;
  }
}

.xs_only {
  display: none;
}

.main_contents table {
  margin-bottom: 1rem;
  width: 100%;
  table-layout: fixed;
}

.main_contents table th {
  width: 25%;
  min-width: 10rem;
  font-weight: normal;
}

.main_contents table th,
.main_contents table td {
  border: 1px solid #ddd;
  padding: 1rem;
}

.main_contents table th {
  background-color: #f8f8f8;
  vertical-align: middle;
  text-align: center;
}

.check {
  margin-top: 3rem;
  position: relative;
}

.check p {
  display: inline-block;
  position: absolute;
  top: -1.3em;
  left: 1rem;
  z-index: 10;
  color: #fff;
  background-color: #3d70bb;
  border-radius: 20px;
  padding: .2em 1em .3em 2.5em;
  overflow: hidden;
  border-left: none;
  line-height: 2;
  margin: 0;
}

.check p:before {
  position: absolute;
  left: 0.8em;
  top: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  font-weight: 700;
  font-size: 1.1rem;
}

.check.matome p:before {
  content: "\f46d";
}

.check.pink p:before {
  content: "\f06b";
  left: .6em;
  top: -.1em;
}

.cp_point li:before {
  color: #3d70bb;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight: 700;
  left: 0;
}

.matome .cp_point li:before {
  color: #da3c41;
}

.pink .cp_point li:before {
  color: #fa3f5b;
  content: "\f3a5";
}

.matome .cp_point {
  border: 3px double #da3c41;
  background-color: #fff8fb;
}

.check.matome p {
  background-color: #da3c41;
}

.pink .cp_point {
  border: 3px double #fa3f5b;
  background-color: #fff8fb;
}

.pink .cp_point li i {
  color: #fa3f5b;
  position: absolute;
  top: .5em;
  left: 0;
}

.check.pink p {
  background-color: #fa3f5b;
}

.check p span {
  position: absolute;
  top: 0em;
  left: 0.3em;
  width: 1.8em;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
}

.check p i {
  color: #fff;
}

.check li {
  margin-bottom: 0.5rem;
}

@media (max-width: 640px) {

  table.responsive_stack,
  table.responsive_stack thead,
  table.responsive_stack tbody,
  table.responsive_stack tr,
  table.responsive_stack th,
  table.responsive_stack td {
    display: block;
    width: auto !important;
  }

  table.responsive_stack th {
    background-color: #F3F3F3;
    border-bottom: none !important;
    padding: .4rem;
    text-align: center;
    line-height: 1.5;
  }

  table.responsive_stack td {
    border-bottom: none !important;
  }

  table.responsive_stack {
    border-bottom: 1px solid #ddd;
  }
}

.orange_txt {
  color: #ff7f00;
}

.red_txt {
  color: red;
}

.blue_txt {
  color: blue;
}

.marker {
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  background: linear-gradient(transparent 20%, #fbbdcd 80%);
  background-size: 100% 60%;
  background-position: left .5em;
  background-repeat: no-repeat;
}

.strong {
  color: #f00;
  font-weight: bold;
  font-size: 1.3rem;
}

.wavy {
  text-decoration: underline wavy #fa3f5b;
  font-weight: bold;
  font-size: 1rem;
}

/* for Microsoft Edge */
@supports (-ms-ime-align:auto) {
  .wavy {
    border-bottom: double 6px #fa3f5b;
  }
}

.dot {
  -webkit-text-emphasis: dot #fa3f5b;
  text-emphasis: dot #37ab9d;
  font-weight: bold;
  font-size: 1rem;
}

.column_detail h2 {
  margin: 1.5rem 0 .5rem;
  clear: both;
}

.column_detail h3 {
  clear: both;
}

.column_detail h2::after {
  background: url(../../images/index/icon_note.svg) no-repeat #327c39 center/50%;
}

.pull_left {
  float: left;
  padding: 0 .5rem .5rem 0;
  max-width: 40%;
}

.pull_right {
  float: right;
  padding: 0 0 .5rem .5rem;
  max-width: 40%;
}

.btn_area {
  clear: both;
}

/* animetion */
.img_slide_anim {
  position: relative;
  overflow: hidden;
  z-index: 0;
  transform: translateY(40px);
  opacity: 0;
  transition: 1s cubic-bezier(0.5, 0.1, 0.2, 1) 0.2s;
}

.img_slide_anim:nth-child(1) {
  transition-delay: 0.1s;
}

.img_slide_anim:nth-child(2) {
  transition-delay: 0.3s;
}

.img_slide_anim:nth-child(3) {
  transition-delay: 0.5s;
}

.img_slide_anim:nth-child(4) {
  transition-delay: 0.7s;
}

.img_slide_anim:nth-child(5) {
  transition-delay: 0.9s;
}

.img_slide_anim:nth-child(6) {
  transition-delay: 1.1s;
}

.img_slide_anim.imgStart {
  transform: translateY(0);
  opacity: 1;
}

@keyframes head_anim {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes head_anim {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

@-moz-keyframes head_anim {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes leftFade {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@-webkit-keyframes leftFade {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@-moz-keyframes leftFade {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes bottomFade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@-webkit-keyframes bottomFade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@-moz-keyframes bottomFade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

/* end/animetion */



/* common */
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  color: #4D4D4D;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

.container {
  max-width: 1140px;
}

.line-center {
  display: flex;
  justify-content: center;
}

.tit_h2 {
  display: block;
  font-size: 2.8rem;
  color: #00B1A2;
  text-align: center;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.tit_h2::before {
  content: "";
  width: 8rem;
  height: 4px;
  background: #00B1A2;
  position: absolute;
  bottom: 0;
  left: calc(50% - 4rem);
}

.tit_h2 span {
  background: linear-gradient(transparent 40%, #F5F386 41%, #F5F386 80%, transparent 81%);
  background-size: 100% 60%;
  background-position: left 0.5em;
  background-repeat: no-repeat;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.flex .img {
  width: calc(50% - 1rem);
}

.flex .text {
  width: calc(50% - 1rem);
}

ul.flex {
  padding: 0;
}

.flex li {
  width: calc(50% - 1rem);
  padding: 0;
}

@media (min-width: 1141px) {
  .tab-only {
    display: none;
  }
}

@media (max-width: 1140px) {}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media (max-width: 767px) {
  section {
    padding: 2rem 0 !important;
  }

  .container {
    width: 100%;
    padding: 0 1rem;
  }

  .tit_h2 {
    font-size: 1.6rem;
    padding-bottom: 1.5rem;
    text-align: center;
  }

  .tit_h2::before {
    width: 6rem;
    height: 3px;
    background: #00B1A2;
    left: calc(50% - 3rem);
  }

  .pc-only {
    display: none;
  }

  .flex .img {
    width: 100%;
    margin-bottom: 1rem;
  }

  .flex .text {
    width: 100%;
  }

  .flex li {
    width: 100%;
    padding: 0;
  }
}

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

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

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



/* end/common */

/* header */
header {
  width: 100%;
  height: 78px;
  background: #ffffff88;
  position: absolute;
}

header .container {
  height: 100%;
}

header .header_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 4rem;
  max-width: 1132px;
  margin: 0 auto;
  width: 100%;

}

header .header_inner .logo img {
  width: 260px;
}

header .header_inner .clinic-access {
  font-size: 1rem;
  color: #fff;
  background: #00B1A2;
  padding: 10px 16px;
  line-height: 1;
  border-radius: 40px;
}

@media (max-width: 767px) {
  header {
    background: #fff;
    height: 60px;
    z-index: 1;
  }

  header .header_inner {
    padding: 0 0.5rem;
  }

  header .header_inner .clinic-access {
    font-size: 0.8rem;
    padding: 0.5rem 0.5rem;
    border-radius: 20px;
  }

  header .header_inner .logo img {
    width: 160px;
  }
}

/* end/header */

/* hero */
.hero {
  background-image: url(../images/index/mv-bg.webp);
  background-size: cover;
  background-position: center center;
  /* height: 91vh; */
}

.hero .mv {
  width: 80%;
  margin: 0px auto 0px;
  height: 85vh;
}

.hero .mv-inner {
  display: flex;
  /* flex-wrap: wrap;
  justify-content: center;
  flex-direction: column; */
  /* padding: 108px 0 0 0; */
  position: relative;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: 0px auto 0px;
  padding: 130px 0 50px;
}

.hero .mv img {
  /* max-width: 640px; */
}

.hero .mv .mv-item01 {
  align-self: flex-end;
}

.hero .mv .mv-item01 img {
  background-image: url(../images/index/mv-item01-bg.webp);
  background-size: cover;
}


@media (min-width: 1601px) {
  .hero .mv .mv-item01 {
    width: 43%;

  }

  .hero .mv .mv-item02 {
    width: 13%;
  }

  .hero .mv .mv-item01 img {
    width: 100%;

  }

  .hero .mv .mv-item02 img {
    width: 100%;
  }
}

@media (max-width: 1600px) {
  .hero .mv {
    width: 95%;
    margin: 0px auto 0px;
    height: 95vh;
    width: 90%;
  }

  .hero .mv-inner {
    padding: 100px 0 20px;
  }
}


@media (max-width: 1200px) {
  .hero .mv .mv-item01 {
    width: 48vw;
  }

  .hero .mv .mv-item02 {
    width: 20%;
  }
}

@media (max-width: 767px) {

  .hero {
    background-image: none;
  }

  .hero .mv-sp {
    padding-top: 60px;
  }

  .hero .mv-item-sp {
    background-image: url(../images/index/mv-item-sp-bg.webp);
    background-size: cover;
    background-position: center center;
  }
  .hero .mv-video-sp {
& video {
  aspect-ratio: 1562/2602;
  width: 100%;
  height: auto;
}
  }

}

/* .hero .mv .copy01 {
  max-height:35vh;
  margin: 3rem 0 1rem;
}
.hero .mv .copy02 {
  max-height:35vh;
}
.hero .mv .person-number {
  font-size: 0.875rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
} */
/* @media (max-width: 767px) {
  .hero .container {
     padding: 0;
  }
  .hero .mv {
     justify-content: space-around;
     background: url(../images/index/mv_bg_sp.jpg) no-repeat center / cover;

  }
  .hero .mv .copy01 {
    margin: 2rem 0 0;
  }
  .hero .mv .person-number {
    font-size: 1rem;
  }
} */
/* end/hero */

/* cv */
.cv {
  background: url(../images/index/cv_bg.png);
}

.cont_cv .cv_head {
  max-width: 85%;
  margin: 0 auto 1rem;
}

.cont_cv .cv_inner {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
}

.cont_cv .tit {
  max-width: 85%;
  margin: 0 auto 2rem;
}

.cont_cv .area_cv {
  margin-bottom: 2rem;
}

.cont_cv .area_cv .cv-iphone {
  width: calc(50% - 1rem);
}

.cont_cv .area_cv .cv-android {
  width: calc(50% - 1rem);
}

.cont_cv .area_cv .cv-btn {
  display: block;
  margin-bottom: 1rem;
  transition: 0.3s;
}

.cont_cv .area_cv .cv-btn:hover {
  opacity: 0.7;
}

.cont_cv .area_cv .cv-iphone>img,
.cont_cv .area_cv .cv-android>img {
  max-width: 180px;
}

.cont_cv p {
  display: inline-block;
  font-size: 1.1rem;
  /*text-align: center;*/
}

.cont_cv p span {
  color: #55738E;
  font-weight: bold;
}

@media (max-width: 767px) {
  .cv {
    background: url(../images/index/cv_bg.png) repeat left top / 24px auto;
  }

  .cont_cv .cv_head {
    max-width: 100%;
  }

  .cont_cv .cv_inner {
    padding: 1rem;
  }

  .cont_cv .tit {
    margin-bottom: 1rem;
  }

  .cont_cv .area_cv .cv-iphone {
    width: 100%;
    /*margin-bottom: 0.25rem;*/
  }

  .cont_cv .area_cv .cv-btn {
    display: block;
    margin-bottom: 0;
    transition: 0.3s;
  }

  .cont_cv .area_cv .cv-iphone img {
    margin-bottom: 0;
  }

  .cont_cv .area_cv .cv-android {
    width: 100%;
    margin-bottom: 0;
  }

  .cont_cv .area_cv .cv-btn {
    margin: 0 0 0.15rem;
  }

  .cont_cv .area_cv .cv-android img {
    margin-bottom: 0;
  }

  .cont_cv .area_cv {
    margin-bottom: 1rem;
  }

  .cont_cv p {
    font-size: 1rem;
    text-align: left;
  }
}

/* end/cv */

/* sec01 */
.sec01 {
  background: linear-gradient(135deg, #EEECBF, #C9F3F2);
}

.cont_sec01 .lead {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 2rem;

}


.cont_sec01 .area_sec00 {
  margin-bottom: 3rem;
}

.cont_sec01 .area_sec00 .img {
  width: calc(46% - 2rem);
}

@media (max-width: 990px) {
  .cont_sec01 .area_sec00 .img {
    width: calc(36% - 2rem);
  }
}

@media (max-width: 767px) {
.cont_sec01 .area_sec00 .lead {
margin-left: -5px;
}
}


.cont_sec01 .well {
  font-size: 1.4rem;
  color: #EB6A83;
  background: #fff;
  padding: 1rem 2rem;
  border: solid 3px #EB6A83;

}

.cont_sec01 .area_sec01 {
  align-items: flex-start;
}

.cont_sec01 .area_sec01 .img {
  width: calc(45% - 2rem);
}

.cont_sec01 .area_sec01 .text {
  width: calc(55% - 2rem);
}

.cont_sec01 .area_sec01 .text p {
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 2rem;
}

.cont_sec01 .area_sec01 .text p.comment {
  font-size: 0.875rem;
  text-align: right;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .sec01 .tit_h2 {
    font-size: 1.6rem;
  }

  .cont_sec01 .lead {
    font-size: 1.35rem;
    text-align: center;
    margin-bottom: 2rem;
    line-height: 1.5;
    width: 100%;

  }

  .cont_sec01 .area_sec00 {
    margin-bottom: 0rem;
  }

  .cont_sec01 .area_sec00 .img {
    width: 100%;
    order: -1;
    margin-bottom: 2rem;
  }


  .cont_sec01 .well {
    padding: 1rem;
  }

  .cont_sec01 .well p {
    font-size: 1.2rem;
    margin-bottom: 1.4rem;
  }

  .cont_sec01 .well p {
    font-size: 1.2rem;
  }

  .cont_sec01 .well p:last-child {
    margin-bottom: 0;
  }

  .cont_sec01 .area_sec01 {
    flex-wrap: wrap-reverse;
  }

  .cont_sec01 .area_sec01 .img {
    width: 100%;
    margin-bottom: 0;
  }

  .cont_sec01 .area_sec01 .text {
    width: 100%;
    margin-bottom: 1rem;
  }

  .cont_sec01 .area_sec01 .text p {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    line-height: 1.75;
  }

  .cont_sec01 .area_sec01 .text p.comment {
    font-size: 1rem;
  }
}

/* end/sec01 */

/* sec02 */
.sec02 {
  background: #F6F5F1;
}

.cont_sec02 .lead {
  font-size: 1.3rem;
  line-height: 2;
  margin-bottom: 2rem;
}

.cont_sec02 .area_sec02 ul {}

.cont_sec02 .area_sec02 ul li {
  background: #fff;
  padding: 1rem;
  margin-bottom: 2rem;
}

.cont_sec02 .area_sec02 ul li .flex {
  align-items: flex-start;
}

.cont_sec02 .area_sec02 ul li h3 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.cont_sec02 .area_sec02 ul li h3 img {
  width: 100px;
  margin-right: 1rem;
}

.cont_sec02 .area_sec02 ul li h3 span {
  width: calc(100% - 100px - 1rem);
  font-size: 2rem;
  color: #EB6A83;
}

.cont_sec02 .area_sec02 ul li .text p {
  font-size: 1.2rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.cont_sec02 .area_sec02 ul li .text p:last-child {
  margin-bottom: 0;
}

.cont_sec02 .area_sec02 ul li .text .comment {
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .cont_sec02 .lead {
    font-size: 1.1rem;
    line-height: 1.75;
    margin-bottom: 2rem;
  }

  .cont_sec02 .area_sec02 ul {
    align-items: stretch;
    margin: 4rem 0 0;
  }

  .cont_sec02 .area_sec02 ul li {
    width: calc(50% - 0.5rem);
    margin: 1rem 0 4rem;
    position: relative;
  }
  .cont_sec02 .area_sec02 ul li:nth-child(n+5) {
    margin: 1rem 0 2rem;
  }
  .cont_sec02 .area_sec02 ul li h3 img {
    width: 72px;
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
  }

  .cont_sec02 .area_sec02 ul li h3 span {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    font-size: 1.2rem;
    margin-top: 3rem;
  }

  .cont_sec02 .area_sec02 ul li:nth-child(5) h3 span {
    margin-bottom: 2.2rem;
  }

  .cont_sec02 .area_sec02 ul li .text p {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }

  .cont_sec02 .area_sec02 ul li .text .comment {
    font-size: 0.8rem;
    line-height: 1.5;
  }
}

/* end/sec02 */

/* sec03 */
.sec03 {
  background: url(../images/index/sec03_bg.png);
}

.cont_sec03 .area_sec03 ul {
  margin-bottom: -2rem;
}

.cont_sec03 .area_sec03 ul li {
  background: #fff;
  padding: 1rem;
  border: solid 4px #00B1A2;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}

.cont_sec03 .area_sec03 ul li:nth-child(2) {
  border: solid 4px #89CEC3;
}

.cont_sec03 .area_sec03 ul li:nth-child(3) {
  border: solid 4px #89CEC3;
}

.cont_sec03 .area_sec03 ul li img {
  width: 120px;
  margin-right: 2rem;
}

.cont_sec03 .area_sec03 ul li p {
  width: calc(100% - 120px - 2rem);
  font-size: 1.4rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .sec03 {
    background: url(../images/index/sec03_bg.png) repeat left top / 24px auto;
  }

  .cont_sec03 .area_sec03 ul {
    margin-bottom: 0;
  }

  .cont_sec03 .area_sec03 ul li {
    margin-bottom: 1rem;
  }

  .cont_sec03 .area_sec03 ul li:nth-child(3) {
    border: solid 4px #89CEC3;
  }

  .cont_sec03 .area_sec03 ul li:nth-child(3) {
    border: solid 4px #00B1A2;
  }

  .cont_sec03 .area_sec03 ul li:nth-child(4) {
    border: solid 4px #89CEC3;
  }

  .cont_sec03 .area_sec03 ul li:last-child {
    margin-bottom: 0;
  }

  .cont_sec03 .area_sec03 ul li img {
    width: 100px;
    margin-right: 1rem;
  }

  .cont_sec03 .area_sec03 ul li p {
    width: calc(100% - 100px - 1rem);
    font-size: 1.2rem;
  }

}

/* end/sec03 */

/* nav */
.nav {
  background: #F5F5F5;
}

.cont_nav {
  max-width: 1400px;
  padding: 0 1rem;
  margin: 0 auto;
}

.cont_nav ul {
  align-items: stretch;
  margin-bottom: -2rem;
}

.cont_nav ul li {
  width: calc(25% - 1.33rem);
  background: #fff;
  border: solid 3px #dddddd;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}

.cont_nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  color: inherit;
  text-decoration: none;
  padding: 1rem 0.5rem 3rem 0.5rem;
  position: relative;
  transition: 0.3s;
  line-height: 1.35;
}

@media screen and (max-width: 1280px) {
  .cont_nav ul li a {
    font-size: 1.8vw;
  }
}

.cont_nav ul li a:hover {
  opacity: 0.7;
}

.cont_nav ul li a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-top: 1.75rem solid #EB6A83;
  position: absolute;
  left: calc(50% - 1.25rem);
  bottom: 1rem;
}

@media (max-width: 767px) {
  .cont_nav ul {
    align-items: stretch;
    margin-bottom: -0.5rem;
  }

  .cont_nav ul li {
    width: calc(50% - 0.25rem);
    margin-bottom: 0.5rem;
  }

  .cont_nav ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90px;
    font-size: 3.4vw;
    padding: 0.5em 0.25em 2em 0.25em;
  }

  .cont_nav ul li a::after {
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 1.25rem solid #EB6A83;
    position: absolute;
    left: calc(50% - 1rem);
    bottom: 1rem;
  }
}

/* end/nav */

/* sec04 */
.sec04 {
  background: #EAF5F2;
}

.cont_sec04 .area_sec04 {
  margin-bottom: 4rem;
}



@media (max-width: 767px) {
  .cont_sec04 .area_sec04 {
    margin-bottom: 2rem;
  }
  
  }

.cont_sec04 .area_sec04 .reson01 {
  align-items: flex-start;
  margin-bottom: 2rem;
}

.cont_sec04 .area_sec04 .reson01 .img img {
  margin-bottom: 1rem;
}

.cont_sec04 .area_sec04 .reson01 .img p {
  font-size: 1.05rem;
  text-align: center;
}

.cont_sec04 .area_sec04 .reson01 .text h3 {
  font-size: 1.8rem;
  font-weight: normal;
  color: #00B1A2;
  margin: 2rem 0 1rem;
  position: relative;
}

.cont_sec04 .area_sec04 .reson02 .text h3 {
  color: #EB6A83;
  font-weight: bold;
  margin: 0 auto 1rem;
}

.kome {
  display: inline-block;
  font-size: 0.5em;
  vertical-align: super;
}

.cont_sec04 .area_sec04 .reson01 .text p {
  font-size: 1.2rem;
  line-height: 2;
}

.cont_sec04 .area_sec04 .reson01 .text .comment {
  font-size: 0.875rem;
  text-align: right;
}

.cont_sec04 .area_sec04 .reson02 {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 2rem;
}

.cont_sec04 .area_sec04 .reson02 h3 {
  font-size: 1.8rem;
  /* font-weight: normal; */
  text-align: left;
  color: #EB6A83;
  margin-bottom: 1rem;
}

.cont_sec04 .area_sec04 .reson02 .text.full h3 {
  display: flex;
  justify-content: center;
  text-align: center;
}

.cont_sec04 .area_sec04 .reson02 .text {
  width: calc(60% - 1rem);
}

.cont_sec04 .area_sec04 .reson02 .text.full {
  width: 100%;
}

.cont_sec04 .area_sec04 .reson02 .text p {
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 1rem;
}

.cont_sec04 .area_sec04 .reson02 .text p:last-child {
  margin-bottom: 0;
}

.cont_sec04 .area_sec04 .reson02 .text p.comment {
  font-size: .875rem;
}

.cont_sec04 .area_sec04 .reson02 .img {
  width: calc(40% - 1rem);
}

.cont_sec04 .area_sec04 .reson02 .img p {
  display: flex;
  justify-content: center;
  font-size: 1.1rem;
  /*text-align: center;*/
}

.cont_sec04 .area_sec04 .reson03 {
  padding: 2rem;
  border: solid 3px #00B1A2;
  margin-bottom: 2rem;
}

.cont_sec04 .area_sec04 .reson03 h3 {
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
  /* font-weight: normal; */
  /* text-align: center; */
  color: #00B1A2;
  margin-bottom: 1rem;
}

.cont_sec04 .area_sec04 .reson03 p {
  font-size: 1.2rem;
  line-height: 2;
  text-align: justify;
}

.cont_sec04 .area_sec04 .reson04 {
  margin-bottom: 2rem;
}

.cont_sec04 .area_sec04 .reson04 .summary {
  font-size: 1.6rem;
  font-weight: bold;
  color: #00B1A2;
  margin-bottom: 1rem;
}

.cont_sec04 .area_sec04 .reson04 .comment {
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .cont_sec04 .area_sec04 .reson01 .text h3 {
    font-size: 1.2rem;
    margin: 1.5rem 0 1rem;
  }

  .cont_sec04 .area_sec04 .reson01 .text p {
    font-size: 1.1rem;
    line-height: 1.75;
    text-align: justify;
  }

  .cont_sec04 .area_sec04 .reson01 .text .comment {
    font-size: 1rem;
  }

  .cont_sec04 .area_sec04 .reson01 .img p {
    font-size: 0.875rem;
    text-align: center;
  }

  .cont_sec04 .area_sec04 .reson02 .text {
    width: 100%;
    margin-bottom: 1rem;
  }

  .cont_sec04 .area_sec04 .reson02 {
    padding: 1rem;
  }

  .cont_sec04 .area_sec04 .reson02 h3 {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 1.4rem;
  }

  .cont_sec04 .area_sec04 .reson02 .text p {
    font-size: 1.1rem;
    line-height: 1.75;
  }

  .cont_sec04 .area_sec04 .reson02 .img {
    width: 100%;
  }

  .cont_sec04 .area_sec04 .reson02 .img p {
    font-size: 1rem;
    text-align: center;
  }

  .cont_sec04 .area_sec04 .reson03 {
    padding: 1rem;
  }

  .cont_sec04 .area_sec04 .reson03 h3 {
    font-size: 1.4rem;
    text-align: center;
  }

  .cont_sec04 .area_sec04 .reson03 p {
    font-size: 1.1rem;
    line-height: 1.75;
  }

  .cont_sec04 .area_sec04 .reson04 .summary {
    font-size: 1.3rem;
  }

  .cont_sec04 .area_sec04 .reson04 .comment {
    font-size: 1rem;
  }
}

/* end/sec04 */

/* sec05 */
.sec05 {
  background: #F6F5F1;
}

.cont_sec05 {
  background: #fff;
}

.cont_sec05 h3 {
  font-size: 2.4rem;
  color: #fff;
  background: #EB6A83;
  text-align: center;
  padding: 0.75rem;
  margin-bottom: 2rem;
}

.cont_sec05 .area_sec05 .first-price-wapper p.first-price {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.cont_sec05 .area_sec05>.first-price-wapper {
  margin-bottom: 2rem;
}

.cont_sec05 .area_sec05>.first-price-wapper .first-price-more {
  text-align: center;
  font-size: 1.2rem;
}

/* .cont_sec05 .area_sec05 > .first-price-wapper .price {
  color: #EB6A83;
  font-size:120%;
} */


.cont_sec05 .first-price .price {
  font-size: 3.2rem;
  color: #EB6A83;
  margin-right: 0.5rem;
}

.cont_sec05 .first-price .tax {
  font-size: 1.8rem;
}

.cont_sec05 .area_sec05 {
  padding: 0 4rem 4rem;
}

.cont_sec05 .area_sec05 ul.list_price {
  align-items: flex-start;
  margin-bottom: 2rem;
}

.cont_sec05 .area_sec05 ul.list_price li.img01,
.cont_sec05 .area_sec05 ul.list_price li.img03 {
  width: calc(45% - 2rem - 35px);
}

.cont_sec05 .area_sec05 ul.list_price li.img02 {
  width: 71px;
  transform: translateY(calc(150px - 35.5px));
}

.cont_sec05 .area_sec05 ul.list_price li.img01 img,
.cont_sec05 .area_sec05 ul.list_price li.img03 img {
  margin-bottom: 1rem;
}

.cont_sec05 .area_sec05 ul.list_price li.img01 h4,
.cont_sec05 .area_sec05 ul.list_price li.img03 h4 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.cont_sec05 .area_sec05 ul.list_price li.img01 p,
.cont_sec05 .area_sec05 ul.list_price li.img03 p {
  font-size: 1.3rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.cont_sec05 .area_sec05>p {
  font-size: 1.2rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.cont_sec05 .area_sec05>p.comment {
  font-size: 0.875rem;
  color: #EB6A83;
  margin-bottom: 4rem;
}

.cont_sec05 .area_sec05 .target h4 {
  display: flex;
  justify-content: center;
  font-size: 1.9rem;
  /*text-align: center;*/
  color: #fff;
  background: #EB6A83;
  padding: 0.75rem;
  margin-bottom: 2rem;
  margin-top: 3rem;
}

.cont_sec05 .area_sec05 .target>p {
  font-size: 1.2rem;
  line-height: 1.75;
  margin-bottom: 3rem;
}

.cont_sec05 .area_sec05 .target:last-child>p:last-child {
  margin-bottom: 0;
}

.cont_sec05 .area_sec05 .target h5 {
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
  /*text-align: center;*/
  color: #EB6A83;
  padding: 0.75rem;
  border: solid 3px #EB6A83;
  margin-bottom: 2rem;

}

.cont_sec05 .area_sec05 .target ul {
  justify-content: flex-start;
  margin-bottom: 2rem;
  align-items: flex-start;
}

.cont_sec05 .area_sec05 .target ul li {
  width: calc(25% - 1.5rem);
  margin-right: 2rem;
}

.cont_sec05 .area_sec05 .target ul li img {
  margin-bottom: 1rem;
}

.cont_sec05 .area_sec05 .target ul li p {
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
}

.cont_sec05 .area_sec05 .target ul li:last-child {
  margin-right: 0;
}

@media (max-width: 1280px) {

  .cont_sec05 .area_sec05 ul.list_price li.img01,
  .cont_sec05 .area_sec05 ul.list_price li.img03 {
    width: 40%;
  }

  .cont_sec05 .area_sec05 ul.list_price li.img02 {
    width: 7%;
    transform: translateY(8vw);
  }
}

@media (max-width: 767px) {
  .cont_sec05 h3 {
    font-size: 1.6rem;
    padding: 0.5rem;
  }

  .cont_sec05 .area_sec05 {
    padding: 0 1rem 1rem;
  }

  .cont_sec05 .area_sec05>p.first-price {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 2rem;
  }

  .cont_sec05 .first-price .price {
    font-size: 2.2rem;
    color: #EB6A83;
    margin-right: 0.5rem;
  }

  .cont_sec05 .first-price .tax {
    font-size: 1.3rem;
  }

  .cont_sec05 .area_sec05>.first-price-wapper .first-price-more {
    r;
    font-size: 1.1rem;
  }

  .cont_sec05 .area_sec05 ul.list_price {
    justify-content: center;
  }

  .cont_sec05 .area_sec05 ul.list_price li.img01 {
    margin-bottom: 2rem;
  }

  .cont_sec05 .area_sec05 ul.list_price li.img01,
  .cont_sec05 .area_sec05 ul.list_price li.img03 {
    width: 100%;
  }

  .cont_sec05 .area_sec05 ul.list_price li.img01,
  .cont_sec05 .area_sec05 ul.list_price li.img03 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .cont_sec05 .area_sec05 ul.list_price li.img02 {
    width: 60px;
    transform: unset;
    margin-bottom: 2rem;
  }

  .cont_sec05 .area_sec05 ul.list_price li.img01 img,
  .cont_sec05 .area_sec05 ul.list_price li.img03 img {
    width: 140px;
    margin-right: 1rem;
  }

  .cont_sec05 .area_sec05 ul.list_price li.img01 .text01,
  .cont_sec05 .area_sec05 ul.list_price li.img03 .text03 {
    width: calc(100% - 140px - 1rem);
  }

  .cont_sec05 .area_sec05 ul.list_price li.img01 h4,
  .cont_sec05 .area_sec05 ul.list_price li.img03 h4 {
    font-size: 1.4rem;
  }

  .cont_sec05 .area_sec05 ul.list_price li.img01 p,
  .cont_sec05 .area_sec05 ul.list_price li.img03 p {
    font-size: 1.1rem;
  }

  .cont_sec05 .area_sec05>p {
    font-size: 1.1rem;
    line-height: 1.75;
    margin-bottom: 1rem;
  }

  .cont_sec05 .area_sec05>p.comment {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .cont_sec05 .area_sec05 .target h4 {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.5;
    padding: 0.5rem;
    margin-bottom: 1rem;
  }

  .cont_sec05 .area_sec05 .target>p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: 1.75;
  }

  .cont_sec05 .area_sec05 .target h5 {
    font-size: 1.2rem;
    text-align: center;
    padding: 0.5rem;
    margin-bottom: 1rem;
  }

  .cont_sec05 .area_sec05 .target ul {
    align-items: stretch;
    margin-bottom: 1rem;
  }

  .cont_sec05 .area_sec05 .target ul li {
    width: calc(50% - 0.5rem);
    margin-right: 1rem;
    margin-bottom: 1rem;
  }

  .cont_sec05 .area_sec05 .target ul li:nth-child(2n) {
    margin-right: 0;
  }

  .cont_sec05 .area_sec05 .target ul li img {
    margin-bottom: 0.5rem;
  }

  .cont_sec05 .area_sec05 .target ul li p {
    font-size: 1.1rem;
    display: flex;
    justify-content: center;
  }
}

/* end/sec05 */

/* sec06 */
.sec06 {
  background: #EAF5F2;
}

@media screen and (min-width: 767px) {
  .cont_sec06 .slider.fade {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2rem;
  }

  .cont_sec06 .slider.fade>div {
    width: calc(33.33% - 3rem);
    position: relative;
  }

  .cont_sec06 .slider.fade>div::after {
    content: "";
    width: 2rem;
    height: 3rem;
    background: url(../images/index/carousel_arrow.svg) no-repeat center / contain;
    position: absolute;
    right: -3.5rem;
    top: calc(50% - 2rem);
  }

  .slider.fade>div:last-child::after {
    background: none;
  }
}

.cont_sec06 .slider.fade>div .image img {
  height: 260px;
  width: auto;
}

.cont_sec06 .slider.fade>div .image {
  padding: 0;
  background: none;
  background-color: #fff;
  padding: 2rem;
  height: 100%;
}

.cont_sec06 .slider.fade>div .image p {
  font-size: 1rem;
  margin: 1rem 0 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.cont_sec06 .hero {
  background: unset;
  padding: 0;
  margin-bottom: 3rem;
}

.slider_area .slick-prev {
  z-index: 1;
  left: calc(5vw - 26px);
  background: #00B1A2;
  padding: 1.5rem;
  border-radius: 50%;
}

.slider_area .slick-next {
  z-index: 1;
  right: calc(5vw - 26px);
  background: #00B1A2;
  padding: 1.5rem;
  border-radius: 50%;
}

.slider_area .slick-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-left: -5px;
  margin-top: -9px;
  width: 16px;
  height: 16px;
  border-bottom: unset;
  border-left: unset;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slider_area .slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-left: -13px;
  margin-top: -9px;
  width: 16px;
  height: 16px;
  border-bottom: unset;
  border-left: unset;
  border-top: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slider_area .slick-prev:hover,
.slick-prev:focus,
.slider_area .slick-next:hover,
.slider_area .slick-next:focus {
  background: #00B1A2;
}

.btn_flow {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #00B1A2;
  cursor: pointer;
  padding: 1rem;
  border: solid 5px #fff;
  border-radius: 1rem;
  box-shadow: 2px 2px 5px #888888;
  margin-bottom: 2rem;
  transition: 0.3s;
  position: relative;
}

.btn_flow:hover {
  opacity: 0.85;
  box-shadow: unset;
  margin-top: 5px;
  margin-left: 5px;
}

.btn_flow span {
  width: 1rem;
  height: 1rem;
  background: #fff;
  padding: 24px 24px;
  border-radius: 50%;
  position: absolute;
  right: 2rem;
}

.btn_flow span::before,
.btn_flow span::after {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  width: 30px;
  height: 5px;
  background-color: #23BBAE;
  border-radius: 0;
  transition: all .5s;
}

.btn_flow span::before {
  top: 22px;
  left: 10px;
}

.btn_flow span::after {
  top: 22px;
  left: 10px;
}

.btn_flow.open span::after {
  transform: rotate(-270deg);
}

.open .btn_flow span::before,
.open .btn_flow span::after {
  background-color: #23BBAE;
}

.open .btn_flow span::before {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}

.open .btn_flow span::after {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}

.btn_flow span.open_cont {
  display: none;
}

.btn_flow.open span.open_cont {
  display: inline;
  position: static;
  background: none;
  padding: 0;
  width: auto;
  height: auto;
}

.btn_flow.open span.close_cont {
  display: none;
}

.btn_flow span.close_cont {
  display: inline;
  position: static;
  background: none;
  padding: 0;
  width: auto;
  height: auto;
}

.btn_flow span.close_cont:before,
.btn_flow span.open_cont:before {
  display: none;
}

.btn_flow span.close_cont:after,
.btn_flow span.open_cont:after {
  display: none;
}

.cont_sec06 .area_sec06 {
  background: #ffffff;
}

.cont_sec06 .area_sec06 h3 {
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  background: #B7B7B7;
  padding: 1rem;
}

.cont_sec06 .area_sec06 p {
  font-size: 1.2rem;
  text-align: center;
  padding: 2rem 1rem;
}

.cont_sec06 .area_drop-down h3 {
  display: flex;
  justify-content: center;
  font-size: 2.2rem;
  /* text-align: center; */
  margin-bottom: 2rem;
}

.cont_sec06 .area_drop-down .lead-text {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 2rem;
}

.cont_sec06 .area_drop-down>.comment {
  display: flex;
  justify-content: center;
  font-size: 0.875rem;
  /* text-align: center; */
  margin-bottom: 2rem;
}

.cont_sec06 .list_drop-down {
  background: #fff;
  padding: 2rem;
  margin-bottom: 2rem;
}

.cont_sec06 .list_drop-down h4 {
  font-size: 2.2rem;
  color: #23BBAE;
  line-height: 1.5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
}

.cont_sec06 .list_drop-down h4 img {
  width: 7rem;
  display: inline-block;
  margin: 0 1rem 0 0;
}

.cont_sec06 .list_drop-down h5 {
  font-size: 1.8rem;
  margin-left: 1rem;
  position: relative;
  margin-bottom: 2rem;
}

.cont_sec06 .list_drop-down h5::before {
  content: "";
  background: #23BBAE;
  width: 7px;
  height: calc(100% - 10px);
  position: absolute;
  top: 6px;
  left: -1rem;
}

.cont_sec06 .list_drop-down h6.number {
  display: flex;
  align-items: center;
  color: #23BBAE;
  margin: 0 0 0.25em;
  border: none;
  padding: 0;
  text-align: left;
}

.cont_sec06 .list_drop-down h6.number span {
  font-size: 1.3rem;
  color: #ffffff;
  background: #23BBAE;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  line-height: 1;
  margin-top: 0.4rem;
  margin-right: 0.5rem;
}

.cont_sec06 .list_drop-down h6.number::before {
  display: none;
}

.cont_sec06 .list_drop-down h6 {
  font-size: 2rem;
  color: #23BBAE;
  text-align: center;
  padding: 1rem;
  border: solid 3px;
  margin-bottom: 2rem;
}

.cont_sec06 .list_drop-down h6.box_tit span {
  display: block;
  font-size: 1.4rem;
  color: #222;
  font-weight: 500;
}

.cont_sec06 .list_drop-down .qr picture img {
  margin-bottom: 1rem;
}

.cont_sec06 .list_drop-down .qr a {
  transition: 0.3s;
}

.cont_sec06 .list_drop-down .qr a:hover {
  opacity: 0.7;
}

.cont_sec06 .list_drop-down>p.comment {
  font-size: 0.875rem;
}

.cont_sec06 .list_drop-down>p:last-child.comment {
  margin-bottom: 0;
}

.cont_sec06 .list_drop-down>p.comment span {
  color: #23BBAE;
  font-weight: bold;
}

.cont_sec06 .list_drop-down>p {
  margin-bottom: 2rem;
  font-size: 1.2rem;
}

.cont_sec06 .list_drop-down .end {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #23BBAE;
  /*text-align: center;*/
  padding: 0.5rem;
}

.cont_sec06 .list_drop-down .cation {
  line-height: 1.75;
  color: #EB6A83;
}

.cont_sec06 .list_drop-down .silde-none {
  justify-content: center;
}

.cont_sec06 .list_drop-down .silde-none li {
  width: unset;
}

.cont_sec06 .list_drop-down .silde-none li:first-child {
  margin-right: 4rem;
  position: relative;
}

.cont_sec06 .list_drop-down .silde-none li:first-child::after {
  content: "";
  width: 2rem;
  height: 4rem;
  background: url(../images/index/slide_arrow.svg) no-repeat center / cover;
  position: absolute;
  right: -3.15rem;
  top: calc(50% - 32px);
}

.cont_sec06 .list_drop-down .silde-none img {}

.cont_sec06 .contact {
  display: flex;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: bold;
  /* text-align: center; */
  margin-bottom: 2rem;
}

.cont_sec06 .tel {
  display: block;
  margin-bottom: 2rem;
}

.cont_sec06 .hero .image {
  margin: 0 1rem;
}

.cont_sec06 .hero .image {
  margin: 0;
  padding-right: 3rem;
  background: url(../images/index/slide_arrow.svg) no-repeat right 10px top 182px / 1.5rem auto;
}

.cont_sec06 .hero .image img,
.cont_sec06 .hero .image p {
  width: 200px;
}

.cont_sec06 .hero .image p {
  margin-top: 0.5em;
}

.cont_sec06 .hero .image p.box {
  padding: 1rem;
  background-color: #fff;
  width: 232px;
  border: 2px solid #81a0d3;
  margin-top: -14rem;
  position: relative;
}

.cont_sec06 .hero .image p.box a {
  display: block;
  margin-top: 1rem;
}

.cont_sec06 .hero .image p.box a img {
  display: inline-block;
  width: 1.25em;
  vertical-align: middle;
  margin-right: 0.5em;
}

.cont_sec06 .hero .image p small {
  display: block;
  margin-top: 1rem;
}

.cont_sec06 .hero .image.wide img,
.cont_sec06 .hero .image.wide p {
  width: 449px;
}

.cont_sec06 .hero.sp-only .image {
  margin: 0;
  padding-right: 0;
  background: none;
}

.cont_sec06 .hero .slick-slide:last-child .image {
  padding-right: 0;
  background: none;
}

.cont_sec06 .drop-down .slick-next {
  content: "";
  width: 2.5rem;
  height: 4rem;
  background: url(../images/index/next.svg) no-repeat center / cover;
  position: absolute;
  right: -2rem;
  top: calc(50% - 32px);
  border-radius: unset;
}

.cont_sec06 .drop-down .slick-next::before {
  display: none;
}

.cont_sec06 .drop-down .slick-next::after {
  display: none;
}

.cont_sec06 .drop-down .slick-prev {
  content: "";
  width: 2.5rem;
  height: 4rem;
  background: url(../images/index/prev.svg) no-repeat center / cover;
  position: absolute;
  left: -2rem;
  top: calc(50% - 32px);
  border-radius: unset;
}

.cont_sec06 .drop-down .slick-prev::before {
  display: none;
}

.cont_sec06 .slick-dots li.slick-active button:before,
.cont_sec06 .slick-dots li button:before {
  color: #1eb0a2;
}

.cont_sec06 .drop-down .slick-prev::after {
  display: none;
}

@media (max-width: 767px) {
  .cont_sec06 ul.list_flow li {
    width: 100%;
  }

  .cont_sec06 ul.list_flow li::after {
    display: none;
  }

  .cont_sec06 .area_sec06 h3 {
    font-size: 1.4rem;
  }

  .btn_flow {
    font-size: 1.4rem;
    line-height: 1.25;
    padding: 1rem 1rem 1rem 1rem;
  }

  .btn_flow span {
    width: 1rem;
    height: 1rem;
    padding: 16px 16px;
    top: calc(50% - 15px);
    right: 0.75rem;
  }

  .btn_flow span::before,
  .btn_flow span::after {
    left: 16px;
    width: 16px;
    height: 3px;
  }

  .btn_flow span::before {
    top: 15px;
    left: 9px;
  }

  .btn_flow span::after {
    top: 15px;
    left: 9px;
  }

  .cont_sec06 .area_sec06 h3 {
    font-size: 1.4rem;
    padding: 0.5rem;
  }

  .cont_sec06 .area_sec06 p {
    font-size: 1.1rem;
    text-align: left;
    padding: 1.5rem 1rem;
    /* line-height: 1.75; */
  }

  .cont_sec06 .list_drop-down {
    padding: 1rem;
  }

  .cont_sec06 .area_drop-down h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }

  .cont_sec06 .area_drop-down .lead-text {
    font-size: 1.2rem;
    /* text-align: center; */
    margin-bottom: 1rem;
  }

  .cont_sec06 .area_drop-down>.comment {
    font-size: 1rem;
  }

  .cont_sec06 .list_drop-down h4 {
    font-size: 1.3rem;
    color: #23BBAE;
    line-height: 1.5;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 2rem;
  }

  .cont_sec06 .list_drop-down h4 img {
    width: 4rem;
    display: inline-block;
    margin: 0 0.5rem 0 0;
  }

  .cont_sec06 .list_drop-down h5 {
    font-size: 1.2rem;
    margin-left: 1rem;
    position: relative;
    margin-bottom: 1rem;
  }

  .cont_sec06 .list_drop-down h6.number {
    display: inline-block;
  }

  .cont_sec06 .list_drop-down h6.number span {
    font-size: 1.2rem;
    padding: 0rem 0.5rem;
  }

  .cont_sec06 .list_drop-down h6 {
    font-size: 1.4rem;
    text-align: left;
    padding: 0.5rem;
  }

  .cont_sec06 .list_drop-down h6.box_tit span {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }

  .cont_sec06 .list_drop-down .qr li>img {
    display: none;
  }

  .cont_sec06 .list_drop-down .qr li {
    width: calc(50% - 0.25rem);
  }

  .cont_sec06 .list_drop-down>p {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }

  .cont_sec06 .list_drop-down .end {
    font-size: 1.3rem;
    padding: 0.25rem;
  }

  .cont_sec06 .list_drop-down .cation {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .cont_sec06 .contact {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }

  .cont_sec06 .drop-down .slick-next {
    content: "";
    width: 1.5rem;
    height: 3rem;
    padding: 0;
    background: url(../images/index/next.svg) no-repeat center / cover;
    position: absolute;
    right: -18px;
    top: calc(50% - 32px);
    border-radius: unset;
  }

  .cont_sec06 .drop-down .slick-prev {
    content: "";
    width: 1.5rem;
    height: 3rem;
    padding: 0;
    background: url(../images/index/prev.svg) no-repeat center / cover;
    background-size: 100%;
    position: absolute;
    left: -18px;
    top: calc(50% - 32px);
    border-radius: unset;
  }

  .cont_sec06 .list_drop-down .silde-none li {
    width: calc(50% - 2rem);
  }

  .cont_sec06 .list_drop-down .silde-none li:first-child {
    margin-right: 3rem;
    position: relative;
  }

  .cont_sec06 .list_drop-down .silde-none li:first-child::after {
    content: "";
    width: 2rem;
    height: 4rem;
    background: url(../images/index/slide_arrow.svg) no-repeat center / cover;
    position: absolute;
    right: -2.6rem;
    top: calc(50% - 32px);
  }

  .cont_sec06>.slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 3px;
    padding: 0;
  }

  .cont_sec06>.hero .image {
    margin: 0 1rem;
    padding-right: 0;
    background: unset;
  }

  .cont_sec06>.hero .slick-dots li button:before {
    font-size: 14px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    content: '•';
    opacity: .3;
    color: #00B1A2;
  }

  .cont_sec06>.hero .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #00B1A2;
  }
}

/* end/sec06 */

/* sec07 */
.sec07,
.sec08 {
  background: #F6F5F1;
}

.cont_sec07 .pickup,
.cont_sec08 .pickup {
  align-items: flex-start;
  margin-bottom: 2rem;
}

.cont_sec07 .pickup h3,
.cont_sec08 .pickup h3 {
  font-size: 1.6rem;
  color: #80A0D7;
  margin-bottom: 1rem;
}

.cont_sec07 .pickup p,
.cont_sec08 .pickup p {
  font-size: 1.2rem;
  line-height: 2;
}

.cont_sec07 .pickup .comment,
.cont_sec08 .pickup .comment {
  font-size: 0.875rem;
}

.cont_sec07 .area_sec07 ul,
.cont_sec08 .area_sec08 ul {
  align-items: stretch;
  margin-bottom: 0rem;
}

.cont_sec07 .area_sec07 ul li,
.cont_sec08 .area_sec08 ul li {
  margin-bottom: 2rem;
}

.cont_sec07 .area_sec07 ul li .flex,
.cont_sec08 .area_sec08 ul li .flex {
  align-items: stretch;
  margin-bottom: 1rem;
}

.cont_sec07 .area_sec07 ul li .flex .text,
.cont_sec08 .area_sec08 ul li .flex .text {
  width: calc(100% - 200px - 2rem);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.cont_sec07 .area_sec07 ul li .flex .text p.cat,
.cont_sec08 .area_sec08 ul li .flex .text p.cat {
  display: inline-block;
  font-size: 1.1rem;
  color: #fff;
  background: #80A0D7;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}

.cont_sec07 .area_sec07 ul li .flex .text p.price,
.cont_sec08 .area_sec08 ul li .flex .text p.price {
  width: 100%;
  text-align: right;
  font-size: 1.5rem;
}

.cont_sec07 .area_sec07 ul li .flex .text p.price span,
.cont_sec08 .area_sec08 ul li .flex .text p.price span {
  font-size: 1.2rem;
  margin-left: 0.5rem;
}

.cont_sec07 .area_sec07 ul li .flex .text h4,
.cont_sec08 .area_sec08 ul li .flex .text h4 {
  width: 100%;
  font-size: 1.4rem;
  margin-left: 1rem;
  position: relative;
}

.cont_sec07 .area_sec07 ul li .flex .text span h4,
.cont_sec08 .area_sec08 ul li .flex .text span h4 {
  margin-bottom: 1rem;
}

.cont_sec07 .area_sec07 ul li .flex .text h4::before,
.cont_sec08 .area_sec08 ul li .flex .text h4::before {
  content: "";
  background: #80A0D7;
  width: 7px;
  height: calc(100% - 10px);
  position: absolute;
  top: 6px;
  left: -1rem;
}

.cont_sec07 .area_sec07 ul li .flex .img,
.cont_sec08 .area_sec08 ul li .flex .img {
  width: 200px;
}

.cont_sec07 .area_sec07 ul li>p,
.cont_sec08 .area_sec08 ul li>p {
  font-size: 1.2rem;
  line-height: 1.75;
}

@media screen and (max-width: 1020px) {

  .cont_sec07 .area_sec07 ul li,
  .cont_sec08 .area_sec08 ul li {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 2rem;
  }
}

@media (max-width: 767px) {

  .cont_sec07 .area_sec07 ul li .flex .text,
  .cont_sec08 .area_sec08 ul li .flex .text {
    width: 220px;
  }

  .cont_sec07 .area_sec07 ul li .flex .text h4,
  .cont_sec08 .area_sec08 ul li .flex .text h4 {
    font-size: 1.3rem;
    line-height: 1.25;
  }

  .cont_sec07 .area_sec07 ul li .flex .text p.cat,
  .cont_sec08 .area_sec08 ul li .flex .text p.cat {
    font-size: 1rem;
  }

  .cont_sec07 .area_sec07 ul li>p.price,
  .cont_sec08 .area_sec08 ul li>p.price {
    font-size: 1.1rem;
    line-height: 1.75;
  }

  .cont_sec07 .area_sec07 ul li .flex .text p,
  .cont_sec08 .area_sec08 ul li .flex .text p {
    font-size: 1.4rem;
  }

  .cont_sec07 .area_sec07 ul li .flex .text p span,
  .cont_sec08 .area_sec08 ul li .flex .text p span {
    font-size: 1.1rem;
  }

  .cont_sec07 .area_sec07 ul li .flex .img,
  .cont_sec08 .area_sec08 ul li .flex .img {
    width: calc(100% - 228px);
  }

  .cont_sec07 .pickup h3,
  .cont_sec08 .pickup h3 {
    font-size: 1.4rem;
    text-align: center;
  }

  .cont_sec07 .pickup p,
  .cont_sec08 .pickup p {
    font-size: 1.1rem;
    line-height: 1.75;
  }

  .cont_sec07 .pickup .comment,
  .cont_sec08 .pickup .comment {
    font-size: 1rem;
  }

  .cont_sec07 .ac_btn,
  .cont_sec08 .ac_btn {
    font-size: 1.2rem;
    color: #23BBAE;
    background: #fff;
    text-align: center;
    padding: 0.5rem 1rem;
    border: solid 2px #23BBAE;
    position: relative;
    cursor: pointer;
  }

  .cont_sec07 .ac_btn .close_cont,
  .cont_sec08 .ac_btn .close_cont {
    display: none;
  }

  .cont_sec07 .ac_btn.open .close_cont,
  .cont_sec08 .ac_btn.open .close_cont {
    display: block;
  }

  .cont_sec07 .ac_btn.open .open_cont,
  .cont_sec08 .ac_btn.open .open_cont {
    display: none;
  }

  .cont_sec07 .ac_btn span,
  .cont_sec08 .ac_btn span {
    width: 1rem;
    height: 1rem;
    background: #23BBAE;
    padding: 14px 14px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 14px);
    right: 0.75rem;
  }

  .cont_sec07 .ac_btn span::before,
  .cont_sec07 .ac_btn span::after,
  .cont_sec08 .ac_btn span::before,
  .cont_sec08 .ac_btn span::after {
    content: "";
    display: block;
    position: absolute;
    left: 14px;
    width: 18px;
    height: 2px;
    background-color: #fff;
    border-radius: 0;
    transition: all .5s;
  }

  .cont_sec07 .ac_btn span::before,
  .cont_sec08 .ac_btn span::before {
    top: 13px;
    left: 5px;
  }

  .cont_sec07 .ac_btn span::after,
  .cont_sec08 .ac_btn span::after {
    top: 13px;
    left: 5px;
    transform: rotate(-270deg);
  }

  .cont_sec07 .ac_btn.open span::after,
  .cont_sec08 .ac_btn.open span::after {
    transform: rotate(0);
  }

  .open .cont_sec07 .ac_btn span::before,
  .open .cont_sec07 .ac_btn span::after,
  .open .cont_sec08 .ac_btn span::before,
  .open .cont_sec08 .ac_btn span::after {
    background-color: #23BBAE;
  }

  .open .cont_sec07 .ac_btn span::before,
  .open .cont_sec08 .ac_btn span::before {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }

  .open .cont_sec07 .ac_btn span::after,
  .open .cont_sec08 .ac_btn span::after {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }

  .cont_sec07 .ac,
  .cont_sec08 .ac {
    display: none;
  }
}

/* end/sec07 */

/* sec08 */
.sec08 {}

@media (max-width: 767px) {}

/* end/sec08 */

/* end/sec09 */
.sec09 {
  background: url(../images/index/sec03_bg.png);
}

.cont_sec09 dl {
  box-shadow: 1px 1px 3px #888;
  margin-bottom: 2rem;
}

.cont_sec09 dl:last-child {
  margin-bottom: 0;
}

.cont_sec09 dl dt {
  font-size: 1.4rem;
  color: #fff;
  background: #E99E8D;
  padding: 1rem 1rem 1rem 6rem;
  position: relative;
}

.cont_sec09 dl dt::before {
  content: "";
  background: url(../images/index/icon_q.svg) no-repeat center / cover;
  width: 1.8rem;
  height: 2.1rem;
  position: absolute;
  top: calc(50% - 1.05rem);
  left: 2.1rem;
}

.cont_sec09 dl dd {
  font-size: 1.2rem;
  background: #fff;
  padding: 2rem 1rem 2rem 6rem;
  position: relative;
}

.cont_sec09 dl dd::before {
  content: "";
  background: url(../images/index/icon_a.svg) no-repeat center / cover;
  width: 1.9rem;
  height: 2.1rem;
  position: absolute;
  top: 2.rem;
  left: 2.1rem;
}

@media (max-width: 767px) {
  .sec09 {
    background: url(../images/index/sec03_bg.png) repeat left top / 24px auto;
  }

  .cont_sec09 dl dt {
    font-size: 1.2rem;
    line-height: 1.25;
    min-height: 92px;
    display: flex;
    align-items: center;
    padding: 1rem 3rem 1rem 3rem;
  }

  .cont_sec09 dl dt::before {
    width: 1.6rem;
    height: 1.8rem;
    top: calc(50% - 0.95rem);
    left: 0.75rem;
  }

  .cont_sec09 dl dd {
    font-size: 1.1rem;
    background: #fff;
    padding: 4rem 1rem 1rem 1rem;
  }

  .cont_sec09 dl dd::before {
    width: 1.6rem;
    height: 1.8rem;
    top: 1rem;
    left: 1rem;
  }

  .cont_sec09 dl dt span {
    width: 1rem;
    height: 1rem;
    background: #fff;
    padding: 14px 14px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 14px);
    right: 0.75rem;
  }

  .cont_sec09 dl dt span::before,
  .cont_sec09 dl dt span::after {
    content: "";
    display: block;
    position: absolute;
    left: 14px;
    width: 18px;
    height: 2px;
    background-color: #E99E8D;
    border-radius: 0;
    transition: all .5s;
  }

  .cont_sec09 dl dt span::before {
    top: 13px;
    left: 5px;
  }

  .cont_sec09 dl dt span::after {
    top: 13px;
    left: 5px;
    transform: rotate(-270deg);
  }

  .cont_sec09 dl dt.open span::after {
    transform: rotate(0);
  }

  .open .cont_sec09 dl dt span::before,
  .open .cont_sec09 dl dt span::after {
    background-color: #E99E8D;
  }

  .open .cont_sec09 dl dt span::before {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }

  .open .cont_sec09 dl dt span::after {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }

  .cont_sec09 dl dd {
    display: none;
  }
}

/* end/sec09 */

/* sec10 */
.sec10 {
  background: #fff;
}

.cont_sec10 .area_sec10 {
  margin-bottom: 4rem;
}

.cont_sec10 .area_sec10:last-child {
  margin-bottom: 0;
}

.cont_sec10 .area_sec10 h3 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

.cont_sec10 .area_sec10 h3 span {
  font-size: 1.1rem;
  display: block;
}

.cont_sec10 .area_sec10 p {
  font-size: 1.2rem;
  line-height: 1.75;
}

@media (max-width: 767px) {
  .cont_sec10 .area_sec10 h3 {
    font-size: 1.6rem;
  }

  .cont_sec10 .area_sec10 h3 span {
    font-size: 1.1rem;
  }

  .cont_sec10 .area_sec10 p {
    font-size: 1.1rem;
    line-height: 1.75;
  }
}

/* end/sec10 */

/* sec11 */
.sec11 {
  background: #F6F5F1;
}

.cont_sec11 .area_clinic-info {
  margin-bottom: 2rem;
}

.cont_sec11 .area_clinic-info img {
  margin-bottom: 2rem;
}

.cont_sec11 .area_clinic-info h3 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

.cont_sec11 .area_clinic-info .flex {
  align-items: flex-start;
}

.cont_sec11 .area_clinic-info .flex .tel {
  font-size: 1.6rem;
  /* color: #222; */
  text-decoration: none;
  margin-bottom: 1rem;
}

.cont_sec11 .area_clinic-info .flex h4 {
  font-size: 1.4rem;
}

.cont_sec11 .area_clinic-info .flex p {
  font-size: 1.2rem;
  line-height: 1.75;
}

.hosoku {
  font-size: 0.875rem !important;
}

.cont_sec11 .area_clinic-info .flex .right p {
  margin-bottom: 0.5rem;
}

.cont_sec11 .area_clinic-info .flex .right p:last-child {
  margin-bottom: 0;
}

.cont_sec11 .area_access iframe {
  width: 100%;
  height: 250px;
  margin-bottom: 1rem;
}

.cont_sec11 .area_access p {
  font-size: 1.2rem;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .cont_sec11 .area_clinic-info {
    margin-bottom: 2rem;
  }

  .cont_sec11 .area_clinic-info img {
    margin-bottom: 2rem;
  }

  .cont_sec11 .area_clinic-info h3 {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }

  .cont_sec11 .area_clinic-info .flex .left {
    margin-bottom: 1rem;
  }

  .cont_sec11 .area_clinic-info .flex .tel {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }

  .cont_sec11 .area_clinic-info .flex h4 {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: normal;
    margin-right: 0.5rem;
  }

  .cont_sec11 .area_clinic-info .flex p {
    font-size: 1.1rem;
    line-height: 1.75;
  }

  .cont_sec11 .area_clinic-info .flex .right p {
    display: inline-block;
    margin-bottom: 0.5rem;
  }

  .cont_sec11 .area_clinic-info .flex .right p:last-child {
    margin-bottom: 0;
  }

  .cont_sec11 .area_access iframe {
    margin-bottom: 1rem;
    height: 250px;
  }

  .cont_sec11 .area_access p {
    font-size: 1.1rem;
    line-height: 1.75;
  }
}

/* end/sec11 */

/* footer */

footer {
  background: #ffffff;
  padding: 2rem;
}

footer img {
  margin-bottom: 1rem;
}

footer .copyright {
  text-align: center;
  font-size: 10px;
}

.top {
  position: fixed;
  bottom: 4rem;
  right: 3rem;
  transition: 0.3s;
  width: 50px;
}

.top:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  footer {
    margin-bottom: 108.92px;
  }

  .fix-footer {
    position: fixed;
    bottom: 0;
    background: #F6F4F2;
    z-index: 20;
  }

  .fix-footer .apri {
    color: #fff;
    background: #B7B7B7;
    text-align: center;
    padding: 0.25rem;
  }

  .fix-footer .flex {
    padding: 0.5rem 0.5rem;
    padding: 0.5rem 0.5rem 0;
  }

  .fix-footer .flex a {
    width: calc(50% - 0.25rem);
  }

  .top {
    bottom: 17%;
    width: 30px;
  }
}

/* end/footer */


/* webform */
.sec12 {
  background: #EAF5F2;
  padding-top: 8rem !important;
}

.sec12 h3 {
  font-size: 1.6rem;
  color: #80A0D7;
  text-align: center;
}

.sec12 .flow {
  padding: 2rem;
  border: 1px solid #667ea3;
  max-width: 100%;
  width: 1000px;
  margin: 0 auto 2rem;
}

.sec12 .flow img {
  max-width: 100%;
  width: 720px;
}

.sec12 .flow p {
  max-width: 100%;
  width: 720px;
  padding: 0 2%;
  margin: 0 auto;
}

.cv_form .area_cv {
  justify-content: center;
  margin: 0;
}

.cv_form .area_cv .cv-btn {
  display: block;
  margin: 0 auto;
  transition: 0.3s;
}

.cv_form .area_cv .cv-btn img {
  margin: 0 auto;
  max-width: 100%;
  width: 520px;
}

.fix-footer.form {
  width: 100%;
  box-shadow: 3px 3px 10px #888;
}

.fix-footer.form .flex {
  justify-content: center;
  width: 100%;
}

.fix-footer.form .flex a {
  width: 100%;
  text-align: center;
}

.fix-footer.form .flex img {
  max-width: 90%;
  width: 320px;
  display: inline-block;
  margin: 0 auto;

}

@media screen and (max-width: 768px) {
  .sec12 .flow {
    padding: 2rem 0.5rem;
  }

  .sec12 .flow p {
    font-size: 0.875rem;
  }
  
}

.table-2 {
  margin: 1rem 0;
  width: 100%;
  table-layout: fixed;
}

.table-2 th {
  width: 25%;
  min-width: 10rem;
  font-weight: normal;
}

.table-2 th,
.table-2 td {
  border: 1px solid #ddd;
  padding: 1rem;
}

.table-2 th {
  background-color: #f1f7fd;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
}

.table-2 td {
  background-color: #fff;
}

@media (max-width: 768px) {

  table.table-2,
  table.table-2 thead,
  table.table-2 tbody,
  table.table-2 tr,
  table.table-2 th,
  table.table-2 td {
    display: block;
    width: auto !important;
  }

  table.table-2 th {
    background-color: #f1f7fd;
    border-bottom: none !important;
    padding: .4rem;
    text-align: center;
    line-height: 1.5;
  }

  table.table-2 td {
    border-bottom: none !important;
  }

  table.table-2 {
    border-bottom: 1px solid #ddd;
  }
}

/************************************
form
*************************************/

/* reset */

button,
option,
textarea,
input[type="button"],
input[type="submit"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="select"],
input[type="option"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  outline: 0;
  margin: 0;
  background: #fff;
}

input:focus {
  box-shadow: none;
}

/* for firefox */
select {
  text-indent: 0.01px;
  text-overflow: '';
  font-size: 1rem;
  padding: 0.5rem;
}

/* for ie10 ie11 ie系のプルダウンの矢印を消す ie9は非対応 */
textarea,
input[type="number"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  height: 2.5rem;
  box-shadow: none;
  margin: 0;
}

textarea {
  height: 10em;
}

/* フォーカス時の色変更 */

textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
textarea:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="text"]:hover,
.select select:hover {
  border: 1px solid #1eb0a2;
  box-shadow: none;
}

/* ラジオボタン */
.radio_area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -0.25rem 0;
}

.radio_area label {
  display: flex;
  align-items: center;
  margin: .25rem 1.5rem .25rem 0;
  border: none;
}

.radio_area label input[type="radio"] {
  transform: scale(1.25);
  margin-right: .5rem;
}


/* チェックボックス */
.checkbox_area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -0.25rem 0;
}

.checkbox_area label {
  display: flex;
  align-items: center;
  margin: .25rem 1.5rem .25rem 0;
  border: none;
}

.checkbox_area label input[type="checkbox"] {
  transform: scale(1.25);
  margin-right: .5rem;
}


.select {
  display: inline-block;
  position: relative;
  width: auto;
  height: 2.5rem !important;
  margin: .5rem;
  border: none;
}

.select::before {
  position: absolute;
  top: 0;
  right: 1.8rem;
  height: 100%;
  width: 10px;
  z-index: 1;
  content: "";
  display: block;
  border-left: 1px solid #ddd;
}

.select::after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent !important;
  border-left: 6px solid transparent !important;
  border-bottom: 6px solid transparent !important;
  border-right: 6px solid transparent !important;
  border-top: 6px solid #333 !important;
  top: 50% !important;
  right: 13.5px !important;
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  margin-top: -3px !important;
  pointer-events: none;
}

.select select {
  width: 100%;
  height: 2.5rem;
  font-size: .88rem;
  padding: 0 3rem 0 10px !important;
  border: 1px solid #ddd;
  border-radius: 0;
  position: relative;
  box-sizing: border-box;
}

/* ie9対策 */

/* Google Chrome, Safari, Opera 15+, Android, iOS */

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 1rem;
}

/* Firefox 18- */

:-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-size: 1rem;
}

/* Firefox 19+ */

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-size: 1rem;
}

/* IE 10+ */

:-ms-input-placeholder {
  color: #ccc;
  font-size: 1rem;
}

label {
  display: inline-flex;
  align-items: center;
}

label+label,
.group+label {
  margin-top: 1rem;
}

label input[type="number"],
label input[type="text"],
label input[type="email"],
label input[type="tel"],
label input[type="password"] {
  border: 1px solid transparent;
  margin: 0;
}

.group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.group label {
  margin: 0.5rem;
}

.row {
  margin: 0;
}

.row+.row {
  margin-top: .5rem;
}

.row label {
  border: none;
  margin: 0;
}

.row .group {
  margin: 0;
}

.row .group label {
  border: 1px solid #ddd;
}

.group input {
  margin: 0;
  width: auto;
}

@media screen and (max-width: 640px) {

  textarea,
  input[type="number"],
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="password"] {
    max-width: 100% !important;
    width: 100%;
  }

  .group input {
    margin-right: 0;
    max-width: 100% !important;
    width: 100%;
  }
}

.group_flex_nowrap {
  display: flex;
  align-items: center;
  margin: -.5rem;
}

.group_flex_nowrap input {
  width: auto;
  margin: .5rem;
}

.ml-caution {
  font-weight: 700;
  font-size: .875rem;
  display: block;
  margin-top: 0.5em;
}

.dayselect li {
  padding: 0;
}

.dayselect li .kibou {
  font-weight: 700;
  margin: 1em 0 0.5em;
}

/************************************
form_end
*************************************/
#FormDateOfBirth {
  max-width: 11em;
}

.group .form-date {
  margin-right: 1em;
  width: 10em;
}

.privacypolicy-check {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  border: 1px solid #667ea3;
  max-width: 100%;
  width: 600px;
  margin: 0 auto 2rem;
}

.btn-part {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1rem;
}

.form-btn {
  background-color: #e86d83;
  color: #fff;
  text-decoration: none;
  padding: 1rem 2em;
  font-weight: 700;
  font-size: 1.5rem;
  border-radius: 2em;
  border: 5px solid #fff;
  cursor: pointer;
  transition: 0.2s;
  box-shadow: 0 3px 4px -1px rgb(0 0 0 / 24%);
}

.form-btn:hover {
  transform: translateY(2px);
  box-shadow: none;
  text-decoration: none;
  color: #fff;
}

.form-btn.form-btn-back {
  background-color: #878787;
  color: #fff;
  padding: 1rem 2em;
  font-weight: 700;
  font-size: 01.5rem;
  border-radius: 2em;
  border: 5px solid #fff;
  cursor: pointer;
  transition: 0.2s;
  box-shadow: 0 3px 4px -1px rgb(0 0 0 / 24%);
}

.form-btn:hover {
  transform: translateY(2px);
  box-shadow: none;
}

.contact-text {
  margin-top: 4rem;
}

/* end/webform */

.page-id-129 .fix-footer,
.page-id-23 .fix-footer {
  display: none;
}

@media screen and (max-width: 767px) {

  .page-id-129 footer,
  .page-id-23 footer {
    margin-bottom: 0;
  }
}

.site_top {
  border: 1px solid #537fbc;
  display: block;
  text-decoration: none;
  background-color: #f1f7ff;
  font-size: 15px;
  padding: 0.5em;
  margin: 2em auto;
  max-width: 100%;
  width: 500px;
  text-align: center;
}

/*20231214追記*/
.newyear_txt {
  margin: 0 0 20px 0;
}

.color-red {
  color: red;
}







/*--.sec15---------------------------*/

@media print,
screen and (min-width: 1180px) {
  .inr20 {
    padding: 0;
  }
}

.inr20 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .align-center-pc {
    text-align: center;
  }
}

.sec15 {
  margin-top: 0;
  padding-top: 0 !important;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}


.sec15 .wrap-2 .mincho {
  font-weight: 400;
}

.sec15 .wrap-2 {
  background-color: #77d4cc;
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}

.sec15 .wrap-2::after {
  display: none;
}

.sec15 .wrap-2 .inr-wrap {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

.sec15 .wrap-2 .inr-wrap::after {
  content: '';
  width: 400px;
  height: 320px;
  display: block;
  background: url(../images/index/sec10_pc_02.png) no-repeat left top / contain;
  position: absolute;
  top: 0;
  left: 0;
}

.sec15 .wrap-2 .wrap-inr {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 668px;
  margin-left: auto;
}

.sec15 .wrap-2 .wrap-inr b {
  color: #fbed21;
  font-weight: 500;
}

.sec15 .wrap-2 .wrap-inr h3 {
  font-size: 2.8rem;
  font-weight: 400;
  text-align: center;
}

.sec15 .wrap-2 .wrap-inr h3 span {
  text-align: center;
  display: inline-block;
  margin-right: 20px;
  margin-top: 16px;
}

.sec15 .wrap-2 .wrap-inr ul {
  font-size: 2.2rem;
  margin-top: 60px;
}

.sec15 .wrap-2 .wrap-inr ul li {
  position: relative;
  padding-left: 60px;
  margin-bottom: 25px;
  overflow: hidden;
  font-size: 1.6rem;
}

.sec15 .wrap-2 .wrap-inr ul li span {
  border-bottom: 2px solid #fff;
  position: relative;
  padding-bottom: 3px;
  display: inline-block;
  width: 100%;
}

.sec15 .wrap-2 .wrap-inr ul li::before {
  content: '';
  width: 42px;
  height: 30px;
  display: inline-block;
  background: url(../images/index/checkmark.svg) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 5px;
}


@media screen and (max-width: 767px) {

  .sec15 .wrap-2 {
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .sec15 .wrap-2 .inr-wrap::after {
    width: 160px;
    height: 140px;
  }

  .sec15 .wrap-2 .wrap-inr h3 {
    text-align: right;
    font-size: 1.6rem;
  }

  .sec15 .wrap-2 .wrap-inr h3 span {
    margin-top: 30px;
  }

  .sec15 .wrap-2 .wrap-inr ul li::before {
    width: 30px;
    height: 15px;
  }

  .sec15 .wrap-2 .wrap-inr ul li {
    padding-left: 40px;
    margin-bottom: 15px;
    margin-right: 20px;
    overflow: hidden;
    font-size: 1.2rem;
  }

  .sec15 .wrap-2 .wrap-inr ul li span {
    border-bottom: 1px solid #fff;
    position: relative;
    padding-bottom: 3px;
    display: inline;
    width: 100%;
  }

  .sec15 .wrap-2 .wrap-inr ul li::after {
    content: '';

    height: 1px;
    display: inline-block;
    position: absolute;
    background: #fff;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: calc(100% - 40px);
  }

}




.sec15 .wrap-3 p {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.75;
  margin: 2rem auto 3rem;

}

.sec15 .wrap-3 p b {
  text-align: center;
  color: #EB6A83;
}

.sec15 .wrap-3 h4 {
  padding: 30px 15px;
  text-align: center;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.6em;
  color: #fff;
  background-color: #77d4cc;
}

.sec15 .wrap-3 h4 b {
  color: #fbed21;
  font-weight: 500;

}

.sec15 .sec15-sankaku {
  text-align: center;
  margin: 0 auto;
}


@media screen and (max-width: 767px) {
  .sec15 .wrap-3 p {
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.75;
    margin: 2rem auto 2rem;
  }


  .sec15 .wrap-3 h4 {
    padding: 15px 5px;
    font-size: 1.4rem;
    line-height: 1.4em;

  }

  .sec15 .wrap-3 h4 b {
    font-size: 1.4rem;
  }
}
.sec15 .wrap-4 {
  background-color: #e9f4f1;
}

.sec15 .wrap-4 {
  padding-top: 20px;
  padding-bottom: 50px;
  background: url(../images/index/sec10_wrap-4_pc-_bk.jpg) no-repeat center center / cover;
}

.sec15 .wrap-4 .midashi-1 {
  font-size: 2.6rem;
  color: #ea6a82;
  max-width: 1100px;
  text-align: center;
  font-weight: 500;
  line-height: 1.4em;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0;

}

.sec15 .wrap-4 .midashi-1>span {
  position: relative;
  display: inline-block;
  min-width: 600px;
}

.sec15 .wrap-4 .midashi-1>span::after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background: #ea6a82;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 30px);
  margin: auto;
}

.sec15 .wrap-4 .midashi-1>span::before {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background: #ea6a82;
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(100% + 30px);
  margin: auto;
}



.sec15 .wrap-4 .flex-ctr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec15 .wrap-4 .flex-ctr img {
  width: 100%;
  width: 360px;
  text-align: center;
  margin: 0;
  display: block;
}

.sec15 .wrap-4 p.text01 {
  margin-top: 20px;
  width: calc(100% - 390px);
  font-size: 1.2rem;
  line-height: 1.75;
}

.sec15 .wrap-4 p.text01 b {
  color: #ea6a82;
}

@media screen and (max-width: 767px) {


  .sec15 .wrap-4 {
    padding-top: 20px;
    padding-bottom: 50px;
    background: url(../images/index/sec10_wrap-4_sp.webp) no-repeat center center / cover;
  }


  .sec15 .wrap-4 .midashi-1 {
    font-size: 1.6rem;
    max-width: 92%;
    width: 100%;
    font-weight: 400;
    overflow: hidden;
    padding: 15px 0 30px;

  }

  .sec15 .wrap-4 .midashi-1 > span {
    min-width: auto;
}

  .sec15 .wrap-4 .midashi-1>span {
    position: relative;
    display: inline-block;
    min-width: auto;
  }

  .sec15 .wrap-4 .midashi-1>span::after {
    left: -105%;
  }

  .sec15 .wrap-4 .midashi-1>span::before {
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block;
    top: 0;
    bottom: 0;
    right: -105%;
    margin: auto;
  }

  .sec15 .wrap-4 .flex-ctr {
    display: block;
  }


  .sec15 .wrap-4  .flex-ctr img {
    width: 100%;
  }

  .sec15 .wrap-4 p.text01 {
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.75;
    margin-top: 3rem;
  }
}

.sec15 .wrap-4 .summary h4 {
  background-color: #fff;
  font-size: 1.3rem;
  line-height: 1.75;
  padding: 1rem;
  text-align: center;
  font-weight: normal;
  margin:3rem auto 1rem;
}

.sec15 .wrap-4 .summary h4 b {
  color: #ea6a82;
  font-weight: 700;
}

.sec15 .wrap-4 .summary h5 {
  background-color: #ea6a82;
  font-size: 1.3rem;
  line-height: 1.75;
  padding: 1.5rem 1rem;
  text-align: center;
  color: #fff;
  outline: 2px solid rgb(255, 255, 255);
	outline-offset: -10px;
  margin-top: 1rem;
}

.sec15 .wrap-4 .summary .sankaku2 {
  text-align: center;
}


@media screen and (max-width: 767px) {

  .sec15 .wrap-4 .summary h4 {
    font-size: 1.1rem;
    line-height: 1.6;
    padding: 1rem 0.5rem;
    margin:1.5rem auto 1rem;
  }

  .sec15 .wrap-4 .summary h4 b {
    font-size: 1.2rem;
  }
  
  .sec15 .wrap-4 .summary h5 {
    background-color: #ea6a82;
    font-size: 1.15rem;
    line-height: 1.75;
  }

  .sec15 .wrap-4 .summary .sankaku2 img {
    width:60px;
    height: auto;
}

}

    .confirm-on {
        display:none;
    }
    .mw_wp_form_confirm .confirm-on, .thanks-text .confirm-on{
        display:block;
        background:url(https://online.takamiclinic.or.jp/wp-content/uploads/2024/11/caution_icon.png) no-repeat left center;
        padding-left:30px;
        background-size: 20px 20px;
        margin:10px 10px 10px 0px;
        color:#d40e0e;
    }