@charset "UTF-8";
/*---------------------------------------------------------
							reset
---------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  background-color: #fff;
  -webkit-text-size-adjust: none;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}
a {
  color: #0097b5;
  outline: none;
}
.sp {
  display: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  width: 100%;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}
a.anchor {
  position: relative;
  top: -80px;
  display: block;
}
/*---------------------------------------------------------
							header
---------------------------------------------------------*/
header {
  background: #f6eee2;
  color: #362e2b;
  font-size: 24px;
  font-weight: 500;
  line-height: 80px;
}
header .innr {
  max-width: 960px;
  margin: auto;
  display: flex;
}
header h1 {
  max-width: 332px;
}
header .dscr {
  text-align: right;
  width: 100%;
}
header .dscr span {
  background: #362e2b;
  color: #fff;
  padding: 0 12px;
}
header .dscr small {
  font-size: 0.9em;
}
/*---------------------------------------------------------
							top slider
---------------------------------------------------------*/
#top_slide {
  position: relative;
  overflow: hidden;
}
#top_slide .bx-viewport {
  background: transparent !important;
  border: 0;
  overflow: visible !important;
}
#top_slide img {
  vertical-align: bottom;
}
/*---------------------------------------------------------
							cv
---------------------------------------------------------*/
#cv {
  background: #f7f7f7;
}
#cv .innr {
  display: flex;
  max-width: 960px;
  justify-content: center;
  width: 100%;
  margin: auto;
  padding: 60px 0;
}
#cv figure {
  width: 40%;
}
#cv .txt {
  font-size: 20px;
  font-weight: 500;
  width: 60%;
  padding-left: 30px;
  text-align: center;
}
#cv .txt strong {
  font-size: 28px;
}
#cv .txt span {
  color: #e62f8b;
}
#cv .txt a {
  color: #000;
  display: block;
  text-decoration: none;
}
#cv .txt small {
  display: table;
  background: url("../img/sar.png") no-repeat right center;
  margin: auto;
  padding-right: 24px;
}

/*---------------------------------------------------------
							cv_new
---------------------------------------------------------*/
#cv_new {
  background: #f7f7f7;
}
#cv_new .innr {
  margin: auto;
  padding: 60px 0;
  text-align: center;
}
#cv_new .innr .baloon{
  display: inline-block;
  position: relative;
    padding: 10px 45px;
    text-align: center;
    font-size: 20px;
}
#cv_new .innr .baloon:before,
#cv_new .innr .baloon:after{
  position: absolute;
    top: 0.8rem;
    height: 3.8rem;
    content: '';
}
#cv_new .innr .baloon:before{
  border-left: solid 3px;
  left: 0;
  transform: rotate(-30deg);
}
#cv_new .innr .baloon:after{
  border-right: solid 3px;
  right: 0;
  transform: rotate(30deg);
}
#cv_new .innr .baloon .main{
  font-size: 28px;
}
#cv_new .innr .baloon .main span{
  font-weight: bold;
}
#cv_new .innr .formlink{
  display: block;
  margin:0 auto;
  width:530px;
  padding:20px 0;
  line-height: 60px;
  background-color: #cfa972;
  border:1px solid #cfa972;
  color:#fff;
  text-decoration: none;
  font-size: 28px;
  text-align: center;
  transition: .3s all;
  letter-spacing: 0.1em;
  position: relative; 
  border-radius: 15px;
  box-shadow: 0 10px rgba(54, 46, 43, 1); /* 立体的な影を追加 */
  margin-bottom: 15px;
}

#cv_new .innr .formlink span{
  font-size: 36px;
}
#cv_new .innr .formlink:hover{
  box-shadow: 0 0 rgba(54, 46, 43, 1);
  transform: translateY(10px);
  
}
#cv_new .innr .formlink::after {
  content: '→'; 
  position: absolute;
  right: 20px; 
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  color: #fff;
  transition: .3s all;
}

#cv_new .innr .formlink:hover::after {
  right: 10px; 
}
.inner_link{
  text-decoration: none;
  color:#000;
  position: relative;
}
.inner_link::after {
  content: '\f0a9'; 
  font-family: 'Font Awesome 5 Free'; 
  font-weight: 900;
  position: absolute;
  right: -20px; 
  top: 50%;
  transform: translateY(-50%);
  color: #000; 
  transition: .3s all;
}
.inner_link span{
  font-weight: bold;
}
.inner_link:hover{
  opacity:.7;
}

@media (max-width: 768px) {
  #cv_new .innr .baloon{
      padding: 10px 20px;
      font-size: 18px;
  }

  #cv_new .innr .baloon .main{
    font-size: 20px;
  }

  #cv_new .innr .formlink{
    width:90%;
    padding:0 0;
    font-size: 18px;
    letter-spacing: 0;
    margin-top: 15px;
  }
  
  #cv_new .innr .formlink span{
    font-size: 24px;
  }
  #cv_new .innr .formlink::after {
    right:5px;
  }
}

/*---------------------------------------------------------
							outlook
---------------------------------------------------------*/
#outlook {
  background: #dcd9c5;
  font-size: 20px;
  font-weight: 500;
  color: #362e2b;
  padding: 68px 0 28px;
  position: relative;
  text-align: center;
}
#outlook::before {
  content: "";
  width: 28%;
  max-width: 362px;
  height: 86%;
  background: url("../img/outlook_l.png") no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 32px;
  left: 0;
}
#outlook::after {
  content: "";
  width: 27%;
  max-width: 352px;
  height: 86%;
  background: url("../img/outlook_r.png") no-repeat right top;
  background-size: contain;
  position: absolute;
  top: 80px;
  right: 0;
  padding-top: 27%;
}
#outlook h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  margin: 0 auto 24px;
  position: relative;
  z-index: 2;
}
#outlook h2 small {
  font-family: "Noto Serif JP", serif;
  font-size: 0.8em;
}
#outlook h2 span {
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(transparent 70%, #fff 70%);
}
#outlook p {
  position: relative;
  z-index: 2;
}
#outlook strong {
  background: #fff;
  display: table;
  font-size: 24px;
  line-height: 1.5;
  padding: 0px 0.4em;
  margin: 10px auto;
  position: relative;
  z-index: 2;
}
#outlook strong span {
  font-size: 1.2em;
  color: #cfa972;
}
/*---------------------------------------------------------
							merit
---------------------------------------------------------*/
#merit {
  background: url("../img/merit_bg.jpg") no-repeat bottom center;
  background-size: cover;
  padding: 60px 0 90px;
}
#merit h2 {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 32px;
}
#merit h2 span {
  font-family: "Noto Serif JP", serif;
  color: #cfa972;
  font-size: 1.2em;
}
#merit h2 small {
  font-family: "Noto Serif JP", serif;
  font-size: 0.8em;
}
#merit ul {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: auto;
}
#merit ul li {
  width: 184px;
  border: 3px solid #362e2b;
  background: #fff;
  border-radius: 10px;
  padding-bottom: 20px;
  margin: 0 10px 10px 0;
  text-align: center;
}
#merit ul li:last-child {
  margin-right: 0;
}
#merit ul li strong {
  font-size: 24px;
  font-weight: 600;
  background: #362e2b;
  color: #fff;
  display: block;
  padding: 12px 0;
  margin-bottom: 20px;
}
#merit ul li figure {
  height: 175px;
}
#merit ul li figcaption {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #cfa972;
  margin-top: 20px;
}
#merit ul li:nth-child(1) img {
  width: 40%;
}
#merit ul li:nth-child(2) img {
  width: 40%;
}
#merit ul li:nth-child(3) img {
  width: 43%;
}
#merit ul li:nth-child(4) img {
  width: 43%;
}
#merit ul li:nth-child(5) img {
  width: 40%;
}
#merit ul li:nth-child(5) figcaption {
  margin-top: 10px;
}
#merit ul li a {
  text-decoration: none;
  color: #333;
}
#merit1 header,
#merit2 header,
#merit3 header,
#merit4 header,
#merit5 header {
  background: #362e2b;
  color: #fff;
  padding: 55px 0 48px;
  text-align: center;
}
header .ttl {
  color: #cfa972;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  display: table;
  margin: 0 auto 25px;
  width: 400px;
  border-bottom: 2px solid #cfa972;
}
header .ttl span {
  font-size: 1.6em;
  margin-left: 10px;
}
#merit1 header img,
#merit2 header img,
#merit5 header img {
  width: 58px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}
#merit3 header img {
  width: 64px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: sub;
}
#merit4 header img {
  width: 61px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}
#merit1 h3,
#merit2 h3,
#merit3 h3,
#merit4 h3,
#merit5 h3 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}
#merit1 h3 span,
#merit2 h3 span,
#merit3 h3 span,
#merit4 h3 span,
#merit5 h3 span {
  color: #cfa972;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2em;
}
#merit1 h3 small,
#merit2 h3 small,
#merit3 h3 small,
#merit4 h3 small,
#merit5 h3 small {
  font-family: "Noto Serif JP", serif;
  font-size: 0.8em;
}
#merit1 .content,
#merit2 .content,
#merit3 .content,
#merit4 .content,
#merit5 .content {
  display: flex;
  max-width: 960px;
  margin: auto;
  padding: 60px 0;
}
#merit1 .content p,
#merit2 .content p,
#merit3 .content p,
#merit4 .content p,
#merit5 .content p {
  color: #362e2b;
  font-size: 20px;
  font-weight: 400;
  width: 62.5%;
}
.content figure {
  width: 37.5%;
}
.content p.l {
  padding-right: 32px;
}
.content p.r {
  padding-left: 32px;
}
/*---------------------------------------------------------
							strong point
---------------------------------------------------------*/
#stp {
  background: #362e2b;
  color: #fff;
  padding: 100px 0 60px;
}
#stp .innr {
  display: flex;
  max-width: 960px;
  margin: auto;
}
#stp figure {
  width: 25%;
  padding-right: 70px;
}
#stp .txt {
  width: 75%;
}
#stp h3 {
  color: #cfa972;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
}
#stp small {
  font-family: "Noto Serif JP", serif;
  font-size: 0.8em;
}
#stp strong {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  display: block;
  margin: 1em 0;
}
#stp ul li {
  border-radius: 10px;
  border: 1px solid #cfa972;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  margin-bottom: 20px;
  padding: 28px 0 28px 27%;
  position: relative;
}
#stp ul li:nth-child(5) {
  margin-bottom: 0;
}
#stp ul li::before {
  content: "";
  border-radius: 8px 0 0 8px;
  width: 22%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#stp ul li:nth-child(1)::before {
  background: #cfa972 url("../img/stp1.png") no-repeat center;
  background-size: 60px;
}
#stp ul li:nth-child(2)::before {
  background: #cfa972 url("../img/stp2.png") no-repeat center;
  background-size: 81px;
}
#stp ul li:nth-child(3)::before {
  background: #cfa972 url("../img/stp3.png") no-repeat center;
  background-size: 78px;
}
#stp ul li:nth-child(4)::before {
  background: #cfa972 url("../img/stp4.png") no-repeat center;
  background-size: 69px;
}
#stp ul li:nth-child(5)::before {
  background: #cfa972 url("../img/stp5.png") no-repeat center;
  background-size: 66px;
}
/*---------------------------------------------------------
							result
---------------------------------------------------------*/
#result {
  background: #362e2b;
  text-align: center;
}
#result header {
  position: relative;
  width: 100%;
}
#result header::before {
  content: "";
  display: block;
  padding-top: 31.25%;
}
#result header figure {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#result header.txt {
  background: url("../img/result2.jpg") no-repeat;
  background-size: cover;
}
#result header.txt figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  /*-webkit- transform: translateY(-50%) translateX(-50%);*/
  max-width: 960px;
  width: 100%;
  margin: auto;
}
#result h3 {
  color: #cfa972;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
  margin-top: 100px;
}
#result h3 small {
  font-family: "Noto Serif JP", serif;
  font-size: 0.8em;
}
#result strong {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 400;
}
#result .data {
  max-width: 760px;
  margin: 15px auto 60px;
}
#result .data_note {
  color: #fff;
  text-align: left;
  margin: 5px 0 0;
}
@media (max-width: 576px) {
  #result .data_note {
    color: #fff;
    text-align: left;
    margin: 5px 0 0;
    font-size: 2vw;
    white-space: nowrap;
  }
}

#result .doctor {
  padding: 60px 0 64px;
}
#result .doctor strong.ex {
  color: #cfa972;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 600;
  display: block;
  margin-bottom: 30px;
}
#result .doctor .slider2 {
  max-width: 1080px;
  margin: auto;
  padding: 0 60px;
}
#result .doctor .slider2 ul.slide > li {
  display: block;
  width: 100%;
  text-align: left;
  color: #fff;
  border: 1px solid #959595;
  padding: 50px 60px 60px;
  box-sizing: border-box;
}
#result .doctor .slider2 ul.slide > li h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  color: #fff;
  margin: 0 auto 60px;
  text-align: center;
}
#result .doctor .slider2 .prof {
  border: 1px solid #959595;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 20px;
  padding: 20px 130px 20px 20px;
  min-height: 186px;
  margin-bottom: 60px;
  position: relative;
}
#result .doctor .slider2 .prof.mt30 {
  margin-bottom: 30px;
  align-items: flex-start;
  padding: 20px;
}
#result .doctor .slider2 .prof .occ {
  width: 29%;
  min-width: 230px;
  line-height: 2;
}
#result .doctor .slider2 .prof .occ2 {
  margin-bottom: 50px;
}
#result .doctor .slider2 .prof .list3 {
  position: relative;
}
#result .doctor .slider2 .prof .list3 figure {
  position: absolute;
  top: 0;
  right: 10%;
  width: 25%;
}
#result .doctor .slider2 .prof .occ li:first-child,
#result .doctor .slider2 .prof .occ2 li:first-child {
  font-weight: 600;
}
#result .doctor .slider2 .prof span {
  color: #cfa972;
  font-weight: 600;
}
#result .doctor .slider2 .prof .cash {
  line-height: 2;
}
#result .doctor .slider2 .prof figure {
  width: 18%;
  position: absolute;
  top: 20px;
  right: 20px;
}
#result .doctor .slider2 .voice {
  font-size: 18px;
  font-weight: 300;
  display: flex;
}
#result .doctor .slider2 .voice span {
  color: #cfa972;
  display: block;
  font-size: 20px;
  font-weight: 600;
}
#result .doctor .slider2 .voice p {
  line-height: 1.8;
  width: calc(100% - 330px);
}
#result .doctor .slider2 .voice p.list3 {
  width: 100%;
}
#result .doctor .slider2 .voice figure {
  padding-left: 30px;
  margin-top: 43px;
  width: 330px;
}
#result .doctor .slider2 .prof div.list3 {
  width: 70%;
}
#result .doctor .slider2 .prof figure.list3 {
  width: 30%;
}
/*---------------------------------------------------------
							example
---------------------------------------------------------*/
#example {
  background: #362e2b;
  text-align: center;
  padding: 60px 0 64px;
}
#example strong.ex {
  color: #cfa972;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 600;
  display: block;
  margin-bottom: 30px;
}
#example .slider3 {
  max-width: 1080px;
  margin: auto;
  padding: 0 60px;
}
#example .slider3 li {
  display: flex;
  width: 100%;
  text-align: left;
  color: #fff;
  border: 1px solid #959595;
  padding: 24px;
  box-sizing: border-box;
}
#example .slider3 figure {
  width: 38.6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#example .slider3 .txt {
  width: 61.4%;
  padding-right: 40px;
  font-size: 24px;
  line-height: 1.8;
}
#example .slider3 .txt strong {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
}
#example .slider3 dl {
  width: 100%;
  overflow: hidden;
}
#example .slider3 dt {
  color: #cfa972;
  font-size: 20px;
  font-weight: 600;
  float: left;
  width: 26%;
}
#example .slider3 dd {
  font-size: 20px;
  float: left;
  width: 74%;
}
dd:after {
  display: block;
  content: "";
  clear: both;
}
/*---------------------------------------------------------
							imageArea
---------------------------------------------------------*/
.imageArea {
  width: 100%;
  max-width: 960px;
  padding: 30px 20px 0;
  margin: 0 auto;
}
.imageArea_list {
  display: flex;
  flex-wrap: wrap;
}
.imageArea_item {
  width: 50%;
}
.imageArea_item-vertical {
  width: 25%;
}
.imageArea_item:nth-child(n + 3) {
  margin-top: 20px;
}
@media (max-width: 576px) {
  .imageArea {
    padding: 4.5vw 3vw;
  }
  .imageArea_item:nth-child(n + 3) {
    margin-top: 4.5vw;
  }
}
/*---------------------------------------------------------
							benefit
---------------------------------------------------------*/
#benefit {
  background: #362e2b;
  text-align: center;
  padding-bottom: 60px;
}
#benefit header {
  position: relative;
  width: 100%;
  margin-bottom: 100px;
}
#benefit header::before {
  content: "";
  display: block;
  padding-top: 39%;
}
#benefit header figure {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#benefit h2 {
  color: #cfa972;
  font-family: "Noto Serif JP", serif;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 14px;
}
#benefit h2 small {
  font-size: 0.8em;
  font-family: "Noto Serif JP", serif;
}
#benefit h2 span {
  background: #cfa972;
  color: #362e2b;
  font-size: 24px;
  font-weight: 500;
  padding: 0 16px;
  line-height: 42px;
  display: inline-block;
  position: relative;
  top: -4px;
  margin-right: 10px;
}
#benefit p {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 20px;
}
#benefit p span {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2em;
  color: #cfa972;
}
#benefit p span small {
  font-family: "Noto Serif JP", serif;
  font-size: 0.8em;
}
#benefit ul {
  max-width: 960px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 65px;
  padding:0 2%;
}
#benefit ul::before {
  content: "";
  display: block;
  width: 23.95%;
  order: 1;
}
#benefit ul::after {
  content: "";
  display: block;
  width: 23.95%;
}
#benefit ul li {
  width: 23.95%;
  background: -moz-linear-gradient(
    top,
    #b08d68 0%,
    #fff3dc 30%,
    #bca271 70%,
    #b79671 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #b08d68 0%,
    #fff3dc 30%,
    #bca271 70%,
    #b79671 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #b08d68 0%,
    #fff3dc 30%,
    #bca271 70%,
    #b79671 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b08d68', endColorstr='#b79671', GradientType=0); /* IE6-9 */
  border-radius: 10px;
  padding: 2px;
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 769px) {
  #benefit ul.benefit_list-col3 {
    max-width: 960px;
  }
  #benefit ul.benefit_list-col3::before {
    width: 30%;
  }
  #benefit ul.benefit_list-col3::after {
    width: 30%;
  }
  #benefit ul.benefit_list-col3 li {
    width: 30%;
  }
}

#benefit ul li div {
  background: #362e2b;
  border-radius: 8px;
  padding: 16px 0;
  height: 100%;
}
#benefit ul li strong {
  border-radius: 6px;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(183, 150, 113) 0%,
    rgb(188, 162, 113) 30%,
    rgb(255, 243, 220) 70%,
    rgb(176, 141, 104) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(183, 150, 113) 0%,
    rgb(188, 162, 113) 30%,
    rgb(255, 243, 220) 70%,
    rgb(176, 141, 104) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(183, 150, 113) 0%,
    rgb(188, 162, 113) 30%,
    rgb(255, 243, 220) 70%,
    rgb(176, 141, 104) 100%
  );
  font-size: 20px;
  font-weight: 600;
  display: block;
  line-height: 50px;
  width: 86%;
  margin: auto;
}
#benefit ul li strong span {
  font-size: 1.2em;
}
#benefit ul li p,
#benefit ul li p span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.5;
}
#benefit ul li.li01 figure {
  width: 108px;
  margin: 32px auto 26px;
}
#benefit ul li.li02 figure {
  width: 89px;
  margin: 22px auto 27px;
}
#benefit ul li.li03 figure {
  width: 55px;
  margin: 22px auto 12px;
}
#benefit ul li.li04 figure {
  width: 63px;
  margin: 29px auto 21px;
}
#benefit ul li.li05 figure {
  width: 72px;
  margin: 26px auto 15px;
}
#benefit ul li.li06 figure {
  width: 62px;
  margin: 32px auto 17px;
}
#benefit ul li.li07 figure {
  width: 97px;
  margin: 29px auto 30px;
}
#benefit ul li.li08 figure {
  width: 66px;
  margin: 32px auto 20px;
}

/*---------------------------------------------------------
							benefit＿NEW
---------------------------------------------------------*/
#benefit .benefit_list_new {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#benefit .benefit_list_new .benefit_list {
  width: 31%;
}
#benefit .benefit_list_new .benefit_list .benefit_num {
  display: block;
  width: 90%;
  background-color: #cfa972;
  color: #fff;
  font-style: italic;
  font-size: 36px;
  font-family: NotoSerifCJKjp;
  margin: 10px auto 50px;
}

#benefit .benefit_list_new .benefit_list img {
  max-width: 100%;
  width: auto;
  height: 90px;
  text-align: center;
  margin-bottom: 30px;
}
#benefit .benefit_list_new .benefit_list .ttl {
  margin-bottom: 40px;
  position: relative;
}
#benefit .benefit_list_new .benefit_list .ttl:after{
  content:"";
  position: absolute;
  border-bottom:3px solid #b08d68;
  width:60px;
  left:50%;
  transform: translateX(-50%);
  bottom:-15px;
} 
#benefit .benefit_list_new .benefit_list .ttl_line01 {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#benefit .benefit_list_new .benefit_list .desc {
  font-size: 16px;
  font-weight: 400;
  margin: 30px auto;
  padding: 0 20px;
  text-align:left;
}

@media (max-width: 768px) {
  #benefit .benefit_list_new {
    justify-content: center;
  }

  #benefit .benefit_list_new .benefit_list {
    width: 94%;
    margin-bottom: 20px;
  }
  #benefit .benefit_list_new .benefit_list div{
    display: flex;
    flex-wrap:wrap;
  }
  #benefit .benefit_list_new .benefit_list .benefit_num {
    font-size: 24px;
    margin: 10px auto 20px;
  }
  
  #benefit .benefit_list_new .benefit_list figure {
  order:2;
  flex-basis:30%;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  #benefit .benefit_list_new .benefit_list img {
    margin-bottom: 10px;
    padding-left:20px;
    height:auto;
    max-height:90px;
  }
  #benefit .benefit_list_new .benefit_list .ttl {
    margin-bottom: 0;
    order:1;
    flex-basis:100%;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    font-size: 16px;
  }
  #benefit .benefit_list_new .benefit_list .ttl span{
    font-size: 16px;
  }
  #benefit .benefit_list_new .benefit_list .ttl br{
    display: none;
  }
  #benefit .benefit_list_new .benefit_list .ttl:after{
    content:none;
  } 
  #benefit .benefit_list_new .benefit_list .ttl_line01 {
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #benefit .benefit_list_new .benefit_list .desc {
    font-size: 12px;
    font-weight: 400;
    margin: 0 auto 20px;;
    padding: 0 20px;
    text-align:left;
    order:3;
    flex-basis:70%;
    line-height: 1.6;
  }
}

/*---------------------------------------------------------
							footer
---------------------------------------------------------*/
footer {
  width: 100%;
  background: #f7f7f7;
  font-size: 14px;
  font-weight: 300;
  padding: 0 0 20px;
  text-align: center;
}
footer .logo {
  background: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 56px 0 36px;
  margin-bottom: 20px;
}
footer .logo img {
  display: block;
  max-width: 415px;
  margin: 20px auto 0;
}
#thanks {
  text-align: center;
  padding: 0 0 100px;
}
#thanks h2 {
  font-size: 32px;
  font-weight: bold;
  color: #c52d27;
  padding: 100px 0;
  line-height: 2;
}
#page-top {
  max-width: 326px;
  position: fixed;
  right: 20px;
}
#page-top img {
  vertical-align: bottom;
}
/*---------------------------------------------------------
							Mobile
---------------------------------------------------------*/
/*Media Queries*/
@media screen and (max-width: 767px) {
  body,
  html {
    min-width: 100%;
  }
  body {
    font-size: 15px;
  }
  img {
    max-width: 100%;
  }
  img.sp {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header .innr {
    display: block;
    padding: 16px 0 12px;
  }
  header h1 {
    width: 195px;
    margin: 0 auto 12px;
    line-height: 1;
  }
  header .dscr {
    text-align: center;
    font-size: 14px;
    line-height: 1;
  }
  #top_slide::before {
    display: none;
  }
  #top_slide .bx-wrapper {
    position: relative;
  }

  #cv .innr {
    display: block;
    padding: 10px 15px 30px;
  }
  #cv figure {
    width: 100%;
  }
  #cv .txt {
    width: 100%;
    font-size: 12px;
    padding: 0;
  }
  #cv .txt strong {
    font-size: 16px;
  }
  #cv .txt a {
    margin-top: 12px;
  }
  #cv .txt small a {
    font-size: 12px;
    margin-top: 0;
  }



  #outlook {
    padding: 32px 0;
    font-size: 14px;
  }
  #outlook::before,
  #outlook::after {
    display: none;
  }
  #outlook h2 {
    font-size: 18px;
    font-weight: bold;
  }
  #outlook figure {
    width: 84%;
    margin: auto;
  }
  #outlook strong {
    font-size: 14px;
  }
  #merit {
    background: url(../img/merit_bgs.png) no-repeat bottom center;
    background-size: 100%;
    padding: 36px 0 84px;
  }
  #merit h2 {
    font-size: 18px;
  }
  #merit ul {
    display: block;
    width: 92%;
    margin: auto;
  }
  #merit ul li {
    border-radius: 5px;
    width: 100%;
    padding: 0;
  }
  #merit ul li a {
    display: table;
    width: 100%;
  }
  #merit ul li .hd {
    background: #362e2b;
    display: table-cell;
    width: 106px;
    vertical-align: middle;
  }
  #merit ul li figure {
    height: auto;
    padding-bottom: 12px;
  }
  #merit ul li figcaption {
    display: none;
  }
  #merit ul li strong {
    background: none;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
  }
  #merit ul li p {
    display: table-cell;
    text-align: left;
    padding: 12px 0 12px 18px;
    vertical-align: middle;
  }
  #merit ul li span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #cfa972;
    padding-bottom: 12px;
  }
  #merit1 header,
  #merit2 header,
  #merit3 header,
  #merit4 header,
  #merit5 header {
    padding: 30px 0;
  }
  header .ttl {
    font-size: 14px;
    margin: 0 auto 14px;
    width: 235px;
    border-bottom: 1px solid #cfa972;
  }
  #merit1 header img,
  #merit2 header img,
  #merit3 header img,
  #merit4 header img,
  #merit5 header img {
    width: 35px;
    margin-right: 10px;
  }
  #merit1 h3,
  #merit2 h3,
  #merit3 h3,
  #merit4 h3,
  #merit5 h3 {
    font-size: 18px;
  }
  #merit1 .content,
  #merit2 .content,
  #merit3 .content,
  #merit4 .content,
  #merit5 .content {
    display: flex;
    flex-direction: column;
    padding: 18px 15px 36px;
  }
  .content p.l,
  .content p.r {
    padding: 0;
  }
  #merit2 figure,
  #merit4 figure {
    order: 2;
  }
  #merit2 p,
  #merit4 p {
    order: 1;
  }
  #merit1 .content p,
  #merit2 .content p,
  #merit3 .content p,
  #merit4 .content p,
  #merit5 .content p {
    font-size: 14px;
    width: 100%;
  }
  .content figure {
    width: 100%;
    margin-top: 15px;
  }
  #stp {
    padding: 18px 15px 36px;
  }
  #stp .innr {
    display: block;
  }
  #stp figure {
    width: 100px;
    padding: 0;
    margin: 0 auto 32px;
  }
  #stp .txt {
    width: 100%;
  }
  #stp h3 {
    font-size: 18px;
    text-align: center;
  }
  #stp strong {
    font-size: 14px;
    text-align: center;
  }
  #stp ul li {
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 19px 0 19px 32%;
  }
  #stp ul li::before {
    border-radius: 6px 0 0 6px;
    width: 26.5%;
  }
  #stp ul li:nth-child(1)::before {
    background-size: 36px;
  }
  #stp ul li:nth-child(2)::before {
    background-size: 48px;
  }
  #stp ul li:nth-child(3)::before {
    background-size: 47px;
  }
  #stp ul li:nth-child(4)::before {
    background-size: 42px;
  }
  #stp ul li:nth-child(5)::before {
    background-size: 40px;
  }
  #result header::before {
    display: none;
  }
  #result header.txt {
    background: none;
  }
  #result header figure,
  #result header.txt figure {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    transform: unset;
  }
  #result h3 {
    font-size: 24px;
    margin-top: 36px;
  }
  #result strong {
    font-size: 14px;
    font-weight: 500;
  }
  #result .data {
    margin: 15px 4% 30px;
  }
  #result .doctor {
    padding: 36px 15px;
  }
  #result .doctor strong.ex {
    font-size: 18px;
    margin-bottom: 1em;
  }
  #result .doctor .slider2 {
    padding: 0 8px;
  }
  #result .doctor .slider2 ul.slide > li {
    padding: 18px 24px;
  }
  #result .doctor .slider2 ul.slide > li h3 {
    font-size: 16px;
    margin-bottom: 18px;
  }
  #result .doctor .slider2 .prof {
    font-size: 12px;
    padding: 20px;
    margin-bottom: 24px;
  }
  #result .doctor .slider2 .prof .occ {
    min-width: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
  #result .doctor .slider2 .prof figure {
    width: 30%;
  }
  #result .doctor .slider2 .voice,
  #result .doctor .slider2 .voice span {
    font-size: 12px;
    display: block;
  }
  #result .doctor .slider2 .voice p {
    width: 100%;
  }
  #result .doctor .slider2 .voice figure {
    padding: 0;
    margin-top: 32px;
    width: 100%;
  }
  #result .doctor .slider2 .prof.mt30 {
    display: block;
    margin-bottom: 12px;
    align-items: flex-start;
    padding: 20px;
  }
  #result .doctor .slider2 .prof div.list3 {
    width: 100%;
  }
  #result .doctor .slider2 .prof figure.list3 {
    width: 100%;
    margin: 0 20px 20px;
  }
  #example {
    padding: 36px 15px;
  }
  #example strong.ex {
    font-size: 18px;
    margin-bottom: 16px;
  }
  #example .slider3 {
    padding: 0 8px;
  }
  #example .slider3 li {
    display: block;
    padding: 20px 12px;
  }
  #example .slider3 .txt {
    width: 100%;
    font-size: 12px;
    padding-right: 0;
  }
  #example .slider3 .txt strong {
    font-size: 24px;
  }
  #example .slider3 dt {
    font-size: 12px;
    width: 26%;
  }
  #example .slider3 dd {
    font-size: 12px;
    width: 74%;
  }
  #example .slider3 figure {
    display: block;
    margin: 10px 15px 0 26%;
    width: 70%;
  }
  #benefit {
    padding-bottom: 36px;
  }
  #benefit header {
    margin-bottom: 36px;
  }
  #benefit header::before {
    display: none;
  }
  #benefit header figure {
    position: relative;
  }
  #benefit header figure img {
    vertical-align: bottom;
  }
  #benefit h2 {
    font-size: 24px;
    line-height: 1.3;
  }
  #benefit h2 span {
    display: table;
    font-size: 14px;
    line-height: 25px;
    margin: auto;
  }
  #benefit p {
    font-size: 14px;
    margin-bottom: 0;
  }
  #benefit ul {
    margin: 0 15px 32px;
  }
  #benefit ul li {
    width: 48%;
    margin-top: 18px;
    padding: 1px;
  }
  #benefit ul li div {
    padding: 10px 0;
  }
  #benefit ul li strong {
    font-size: 12px;
    line-height: 31px;
    width: 65%;
  }
  #benefit ul li.li01 figure {
    width: 64px;
    margin: 22px auto 19px;
  }
  #benefit ul li.li02 figure {
    width: 54px;
    margin: 17px auto 19px;
  }
  #benefit ul li.li03 figure {
    width: 35px;
    margin: 12px auto 18px;
  }
  #benefit ul li.li04 figure {
    width: 38px;
    margin: 17px auto 26px;
  }
  #benefit ul li.li05 figure {
    width: 42px;
    margin: 11px auto 20px;
  }
  #benefit ul li.li06 figure {
    width: 37px;
    margin: 23px auto 13px;
  }
  #benefit ul li.li07 figure {
    width: 58px;
    margin: 21px auto 21px;
  }
  #benefit ul li.li08 figure {
    width: 40px;
    margin: 23px auto 25px;
  }
  #benefit ul li p,
  #benefit ul li p span {
    font-size: 14px;
  }
  footer {
    font-size: 12px;
    padding: 0 0 80px;
  }
  footer strong {
    display: inline-block;
    font-weight: bold;
    margin-right: 1em;
    color: #0097b5;
  }
  footer .logo {
    font-size: 12px;
    padding: 34px 0 18px;
  }
  footer .logo img {
    max-width: 243px;
    margin: 10px auto 0;
  }
  footer span {
    display: block;
    margin-top: 6px;
  }
  footer .copy {
    display: block;
    font-size: 10px;
    transform: scale(0.8);
    transform-origin: left center;
    width: 125%;
  }
  #page-top {
    max-width: 100%;
    right: 0;
  }
}
}