@charset "UTF-8";
/*
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
*/
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NotoSansJP-400.woff2') format('woff2'),
  url('../fonts/NotoSansJP-400.woff') format('woff'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/NotoSansJP-500.woff2') format('woff2'),
  url('../fonts/NotoSansJP-500.woff') format('woff'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/NotoSansJP-700.woff2') format('woff2'),
  url('../fonts/NotoSansJP-700.woff') format('woff'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
    font-display: swap;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/NotoSansJP-900.woff2') format('woff2'),
    url('../fonts/NotoSansJP-900.woff') format('woff'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  font-feature-settings: 'palt' 1;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 140%;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: 0;
}

img {
  height: auto;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  position: relative;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", Arial, Helvetica, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ ", Meiryo, sans-serif;
  font-size: 20px;
  line-height: 2;
  letter-spacing: -0.05px;
  color: #4d4d4d;
  font-weight: normal;
  width: 100%;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  margin: 0;
  padding: 0;
  display: block;
  text-decoration: none;
  outline: 0;
  background: transparent;
  font-size: 100%;
  color: #000;
}

a:hover, a:active {
  outline: none;
}

strong {
  font-weight: 700;
}

sup {
  color: #4d4d4d;
  font-size: 60%;
  vertical-align: super;
}

.pc-on {
  display: inline-block;
}

.sp-on {
  display: none;
}

.text-center {
  text-align: center;
}


.l-header,
.l-sec,
.l-footer {
  max-width: 980px;
  margin: 0 auto;
}
.l-shadow {
  box-shadow: 0 0 8px gray;
  max-width: 980px;
  margin: 0 auto;
  overflow: hidden;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 14px;
}

.l-header__logo {
  width: 134px;
}

.l-header__logo img {
  vertical-align: bottom;
}
.c-contact__tel {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.14rem;
  line-height: 1.4;
  color: #00a73c;
  position: relative;
  padding-left: 34px;
}
.c-contact__tel::before{
content: '';
display: inline-block;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
background-image: url(../img/icon_tel02.png);
background-size: contain;
background-repeat: no-repeat;
width: 30px;
height: 20px;
}
.c-contact__text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-align-last: right;
}

.l-sec__inner {
  padding: 0 38px;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.l-sec__inner + .l-sec__inner {
  margin-top: 40px;
}

.l-disc .l-sec__inner {
  margin: 30px auto 0;
}

.l-flow {
  border-top: 2px solid #e7316e;
  border-bottom: 2px solid #e7316e;
}

.l-flow .l-sec__inner {
  margin: 40px auto 36px;
}

.l-seven {
  padding: 28px 0 0;
  border-bottom: 2px solid #e7e3d6;
}

.l-other {
  padding: 26px 0 40px;
}

.l-about {
  border-bottom: 2px solid #e7316e;
  background-color: #ffe5ea;
  padding: 42px 0 0;
}

.l-note {
  border-top: 2px solid #e7e3d6;
  padding: 30px 0 1px;
  text-align: justify;
}
.c-lead {
  text-align: center;
}
.c-title {
  margin: 24px auto;
}
.c-title img {
  vertical-align: bottom;
}

.u-pink {
  color: #e7316e;
}

.u-blue {
  color: #215faa;
}

.u-ocher {
  color: #d4a900;
}

/************************/
.c-kv .c-lead {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 25px 0 125px;
  background-color: #e7316e;
}
.c-kv .c-lead .c-lead__new {
  width: 100%;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
.c-kv .c-lead .c-lead__title {
  font-size: 27px;
  font-weight: 700;
  color: #e7316e;
  padding: 22px 12px;
  background-color: #fff;
  border-radius: 27px;
  line-height: 1.2;
}
.c-kv .c-lead__text {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.c-kv .c-lead__text span{
  font-size: 66px;
  color: #fcff06;
}

@media (max-width: 820px) {
  .c-kv .c-lead .c-lead__new {
    font-size: 30px;
  }
  .c-kv .c-lead .c-lead__title {
    font-size: 24px;
  }
  .c-kv .c-lead__text {
    font-size: 36px;
  }
  .c-kv .c-lead__text span{
    font-size: 48px;
  }
}

.logoBox {
  position: relative;
  text-align: center;
}
.logoBox::before {
  position: absolute;
  content: "";
  width: 1200px;
  height: 400px;
  background-color: #fff;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: -100px;
  z-index: 1;
}
.logoBox img {
  position: relative;
  margin-top: -70px;
  width: 496px;
  z-index: 10;
}
.planExe {
  position: relative;
  z-index: 20;
  width: 700px;
  margin: 20px auto;
  text-align: center;
}
.planExe dl {
  display: flex;
  flex-flow: row wrap;
  gap: 7px;
  font-weight: 700;
}
.planExe dl dt {
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 18px 18px 0 0;
  font-size: 24px;
}
.planExe dl dd {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  /* width: calc(50% - 3.5px); */
  width: 100%;
  border-radius: 0 0 18px 18px;
  font-size: 58px;
  line-height: 1.5;
}
.planExe dl dd .comma,
.planExe dl dd .yen {
  font-size: 41px;
}
.planExe dl dd .man {
  font-size: 23px;
  color: #0b53a4;
}
.planExe dl dd .woman {
  font-size: 23px;
  color: #d33a82;
}
.planExe dl dd:first-of-type {
  background-color: #dbf4ff;
}
.planExe dl dd:last-of-type {
  background-color: #ffe6f8;
}
.planExe .notes {
  font-size: 12px;
  text-align: left;
  line-height: 1.4em;
  padding: 1em;
}
.p-feature {
  background-color: #e7316e;
  padding: 25px 0 10px;
}

.p-feature__table {
  margin: 16px 20px 22px;
}

.p-feature--seven {
  background-color: #215faa;
  padding: 25px 0 22px;
}

.c-feature__item {
  background-color: #fff;
  position: relative;
  padding: 36px 8px 10px 12px;
  width: calc((100% /2) - 10px);
  
}
.c-feature {
  display: flex;
  justify-content: space-between;
}
.c-feature__catch {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2rem;
  line-height: 1.8;
  color: #fff;
  background-color: #e95532;
  border-radius: 15px;
  padding: 0 20px 0 38px;
  display: inline-block;
  position: absolute;
  left: -10px;
  top: -14px;
}

.c-feature__catch::before {
  content: '';
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 10px solid transparent;
  border-top: 14px solid #e95532;
  -webkit-transform: skew(15deg) rotate(-3deg);
  transform: skew(15deg) rotate(-3deg);
  bottom: -10px;
  left: 14px;
}

.c-feature__title {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  color: #313131;
  margin-bottom: 12px;
  text-align: center;
}
.c-feature__title span.textSmall {
  font-size: 14px;
}

.c-feature__title--02 {
  margin-bottom: 0;
}

.c-feature__text {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}

.c-feature__emphasis {
  color: #e95532;
  font-size: 26px;
  letter-spacing: 0.1rem;
  display: inline-block;
}

.c-feature__emphasis02 {
  color: #e95532;
  font-size: 31px;
  letter-spacing: 0.1rem;
}

.c-feature__num {
  font-size: 44px;
  vertical-align: baseline;
  letter-spacing: 0;
}

.c-feature--seven .c-feature__item {
  padding: 40px 8px 20px;
}

.c-feature--seven .c-feature__item:nth-child(2) {
  padding-top: 24px;
}

.c-feature--seven .c-feature__catch {
  background-color: #fb9806;
}

.c-feature--seven .c-feature__catch::before {
  border-top: 14px solid #fb9806;
}

.c-feature--seven .c-feature__emphasis {
  color: #fb9806;
  letter-spacing: -0.1rem;
  line-height: 1.5;
  font-size: 30px;
}
.c-feature--seven .c-feature__title {
  font-size: 19px;
}


@media (max-width: 810px) {
  .c-feature--seven .c-feature__emphasis {
    font-size: 28px;
  }
}

.p-tableWrap__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-tableWrap__example {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.8;
  color: #fff;
  padding: 0 20px;
  background-color: #55524d;
  border-radius: 15px;
  margin-right: 10px;
  position: relative;
}

.p-tableWrap__example::before {
  content: '';
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 13px solid #55524d;
  border-bottom: transparent;
  -webkit-transform: skew(15deg) rotate(-3deg);
  transform: skew(15deg) rotate(-3deg);
  bottom: -10px;
  left: 10px;
}

.p-tableWrap__title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  color: #fff;
  border-bottom: 1px solid #fff;
  position: relative;
}

.p-tableWrap__title::before {
  content: '';
  display: inline-block;
  position: absolute;
  background-image: url(../img/icon_hatena.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.p-tableWrap--02 {
  margin: 32px 20px 0;
}

.p-tableWrap--02 .p-tableWrap__head {
  margin-bottom: 18px;
  display: block;
  width: 100%;
  text-align: right;
}

.p-tableWrap--02 .p-tableWrap__example::before {
  content: none;
}

.p-tableWrap--02 .p-tableWrap__title {
  color: #313131;
  border-bottom: 1px solid #313131;
  position: relative;
  display: inline-block;
  margin-right: 30px;
}

.p-tableWrap--02 .p-tableWrap__title::before {
  content: '';
  display: inline-block;
  position: absolute;
  background-image: url(../img/icon_hatena_black.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height:25px;
}

.c-table {
  width: 100%;
}

.c-table th, .c-table td {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

.c-table th:last-child, .c-table td:last-child {
  border-right: 1px solid #cccccc;
}

.c-table td {
  background-color: #fff;
}

.c-table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}

.c-table__man {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.2;
  color: #0088cf;
  background-color: #d4e7fa;
}

.c-table__woman {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  color: #ea608d;
  background-color: #f9d3dc;
}

.c-table__age {
  background-color: #f3efe1 !important;
  font-size: 18px;
  font-weight: 400;
  padding: 0 6px;
}

.c-table__none {
  border: none !important;
}

.c-table--top {
  margin: 6px 0 0;
}

.c-table--top th {
  font-size: 20px;
  letter-spacing: 0.1rem;
  border-bottom: 2px solid #f39c45;
}

.c-table--top td {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
}

.c-table--02 {
  margin-bottom: 28px;
}

.c-table--02 .c-table__man {
  font-size: 18px;
  line-height: 2;
}

.c-table--02 .c-table__woman {
  font-size: 18px;
  line-height: 2;
}



.corporate-profile {
  padding: 0 70px;
}
.corporate-profile dl {
  font-size: 16px;
  margin: 0 0 20px 0;
  line-height: 1.6;
}
.corporate-profile dl dt {
  display: inline-block;
  width: 18%;
  vertical-align: top;
  font-weight: bold;
}
.corporate-profile dl dd {
  display: inline-block;
  width: 76%;
  margin-bottom: 10px;
}
.corporate-profile h2 {
  font-weight: bold;
}
.corporate-profile p {
  font-size: 16px;
  margin-bottom: 20px;
}

.corporate-profile p img {
  width: 50%;
}
.corporate-profile p.time {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
.corporate-profile ul {
  font-size: 16px;
  text-indent: -1.2em;
  margin-left: 1.4em;
}
.corporate-profile ul li {
  line-height: 1.4;
  margin-bottom: 6px;
}


.c-button {
  position: relative;
  margin: 0;
}


.c-buttonBox {
  margin: 30px auto 60px;
  width: 100%;
  max-width: 724px;
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.c-button__01 {
  width: 475px;
  height: 100px;
  position: relative;
  top: 0;
  left: 0;
  transition: .2s ease all;
  line-height: 1.6;
  text-align: center;
  border-radius: 12px;
  background-image: linear-gradient( 90deg, rgb(251,63,19) 0%, rgb(255,134,26) 100%);
  box-shadow: 0px 8px 0px #c63716
  }
.c-button__01::before {
  position: absolute;
  white-space: pre;
  content: "あなたは\Aいくら？";
  top: -10px;
  left: -10px;
  color: #e95532;
  font-size: 18px;
  font-weight: 700;
  width: 5em;
  height: 4.4em;
  line-height: 1.2em;
  padding: 0.9em 0;
  background: #fff;
  border: 3px solid #e95532;
  border-radius: 50%;
}
.c-button__01::after {
  position: absolute;
  top: 40px;
  left: 69px;
  content: "";
  width: 13px;
  height: 13px;
  border-right: 3px solid #e95532;
  border-bottom: 3px solid #e95532;
  background: #fff;
  transform: skew(23deg,23deg) rotate(-10deg);
}
.c-button__02 {
  width: 310px;
  height: 100px;
  position: relative;
  top: 0;
  left: 0;
  transition: .2s ease all;
  line-height: 1.6;
  letter-spacing: 0.2rem;
  text-align: center;
  color: #313131;
  border-radius: 12px;
  background-image: linear-gradient( 90deg, rgb(252,255,6) 0%, rgb(251,243,187) 100%);
  box-shadow: 0px 8px 0px #d4bb14;
}
.c-button__link {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}
.c-button__link span {
  display: block;
  font-size: 35px;
}
.c-button__link::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  width: 15px;
  height: 15px;
}
.c-button__02 .c-button__link {
  font-size: 26px;
  color: #373737;
}
.c-button__02 .c-button__link::before {
  border-top: 2px solid #373737;
  border-right: 2px solid #373737;
}
.c-button__01:hover,
.c-button__02:hover {
  box-shadow: none;
  -webkit-filter: none;
          filter: none;
  top: 8px;
  left: 0;
  transition: .2s ease all;
}

.c-awardBox {
  margin: 100px 60px;
}
.c-awardBox img {
  max-width: 700px;
  width: 100%;
  display: block;
  margin: 55px auto;
}
.c-awardBox p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 20px 0 12px;
}
.l-seven .c-lead__title {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.75;
  color: #215faa;
  display: inline-block;
}


.l-seven .c-lead__title--02 {
  color: #603103;
}

.l-seven .c-lead__text {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.4;
  color: #313131;
}

.l-seven__button {
  margin: 22px 110px 40px !important;
}

@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

@media (max-width: 767px) {


  .corporate-profile {
    padding: 0 6vw !important;
  }
  .corporate-profile dl {
    font-size: 3vw;
    margin: 0 0 4vw 0;
  }
  .corporate-profile dl dt {
    display: block;
    width: 100%;
    vertical-align: top;
    font-weight: bold;
  }
  .corporate-profile dl dd {
    display: block;
    width: 100%;
  }
  .corporate-profile h2 {
    font-weight: bold;
  }
  .corporate-profile p {
    font-size: 3vw;
    margin-bottom: 4vw;
  }

  .corporate-profile p img {
    width: 100%;
  }
  .corporate-profile p.time {
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 0;
  }
  .corporate-profile ul {
    font-size: 3vw;
    text-indent: -1.2em;
    margin-left: 1.4em;
  }
  .corporate-profile ul li {
    line-height: 1.4;
    margin-bottom: 1vw;
  }

}





.c-button--apply {
  margin-top: 12px;
}

.c-button--apply .c-button__link {
  font-size: 22px;
  padding: 10px 0;
  letter-spacing: 0;
  background: #c1f5fd;
  background: -webkit-gradient(linear, left top, left bottom, from(#c1f5fd), to(#6ce8fb));
  background: linear-gradient(180deg, #c1f5fd 0%, #6ce8fb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c1f5fd",endColorstr="#6ce8fb",GradientType=1);
}

.c-catch {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
  background-color: #e7316e;
  border-radius: 60px;
  text-align: center;
  padding: 12px 0;
  -webkit-box-shadow: 3px 4px 0px rgba(0,0,0,0.1);
          box-shadow: 3px 4px 0px rgba(0,0,0,0.1);
  position: relative;
  max-width: 510px;
  margin: 0 auto;
}
.c-catch span.textSmall {
  font-size: 14px;
}

.c-catch::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
  border: 8px solid transparent;
  border-top: 14px solid #e7316e;
}

.c-catch::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
  bottom: -30px;
  border: 12px solid transparent;
  border-top: 18px solid #e7e7e7;
  z-index: -1;
}

.c-catch.is-close::before,
.c-catch.is-close::after {
  content: none;
}
.c-catch.is-close.is-open::before,
.c-catch.is-close.is-open::after {
  content: "";
}

.p-list {
  position: relative;
  margin: 10px 0;
}

.p-list::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 70px 0 70px;
  border-color: #fff transparent transparent transparent;
}

.p-list > li {
  position: relative;
  padding-top: 16px;
  padding-bottom: 24px;
}

.p-list > li:not(:last-child):after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffb2bf;
  width: 100%;
  height: 2px;
}

.p-list__subtitle {
  color: #e7316e;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: center;
}

.p-list__title {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
}
.p-list__titleSmall {
  font-size: 16px;
}

.p-list__emphasis {
  color: #e7316e;
  font-size: 30px;
  letter-spacing: 0.1rem;
}

.p-list__emphasisNote {
  font-size: 16px;
  font-weight: 300;
  padding: 0 2px;
  line-height: 2;
  vertical-align: top;
}
.p-list__text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 20px 0 12px;
}
.p-list__textSmall {
  font-size: 14px;
}
.p-list__fig {
  margin: 20px;
  text-align: center;
}
.p-list__fig img {
  vertical-align: bottom;
}

.c-underLine {
  position: relative;
  display: inline;
}

.c-underLine::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff2cc;
  width: 0;
  height: 10px;
  z-index: -1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.c-underLine02 {
  position: relative;
  display: inline;
}

.c-underLine02::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 2px;
  background-color: #fff2cc;
  width: 0;
  height: 10px;
  z-index: -1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.c-underLine03 {
  border-bottom: 3px solid #fff2cc;
}

.c-underLine.is-active::after,
.c-underLine02.is-active::after {
  width: 100%;
}

.c-answer {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  color: #666666;
  margin-bottom: 20px;
}

.c-answer__color {
  color: #e95532;
}

.c-disease {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}

.c-disease__title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  color: #0068b7;
  background-color: #d4e7fa;
  width: calc(100% - 66% - 3px);
  margin-right: 6px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-disease__titleInner {
  padding: 20px 0;
}

.c-disease__titleNote {
  font-size: 16px;
  line-height: 1.2;
  display: inline-block;
}

.c-disease__desc {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  color: #666666;
  text-align: justify;
  background-color: #f3efe1;
  width: calc(100% - 34% - 3px);
  padding: 20px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-disease__descSmall {
  font-size: 14px;
}

.p-emphasis {
  background-color: #ffe5ea;
  padding: 40px 0 20px;
}
.p-emphasis--02 {
  padding: 30px 0 26px;
}

.p-emphasis__text {
  width: 100%;
  margin: 0 auto;
  color: #4d4d4d;
  font-weight: 900;
  font-size: 30px;
  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
  text-align: center;
  line-height: 1.6;
}
.p-emphasis__text span {
  font-size: 35px;
  color: #e7316e;
}

.p-emphasis__text--s {
  width: 100%;
  margin: 20px auto 0;
}

.p-emphasis__button {
  margin: 22px 162px 0;
}

.p-emphasis__logo {
  position: relative;
  text-align: center;
}

.p-emphasis__logo img {
  width: 496px;
}

.p-emphasis__logo figcaption {
  position: absolute;
  top: 0;
  left: calc(50% - (496px / 2));
  color: #e7316e;
  font-size: 24px;
  font-weight: 700;
  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
  transform: translate(-30%,-30%) rotate(-10deg);
}

.c-note {
  position: relative;
  text-indent: 0em;
  padding-left: 1.2em;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.2;
}
.c-note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.c-note--02 {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 34px;
}

.c-note--02::before {
  content: "＊";
}
.c-note--03 {
  line-height: 1.75;
}

.c-label {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 2;
  padding: 0 20px;
  display: inline-block;
  color: #fff;
  background-color: #55524d;
  border-radius: 15px;
}
.p-step_wrapper {
  margin-bottom: 30px;
}

.p-step {
  margin: 30px auto 20px;
  width: 66%;
  display: none;
}

.p-step__item {
  margin-bottom: 20px;
  position: relative;
}

.p-step__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-step__title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  color: #e7316e;
}

.p-step__btn {
  position: relative;
  cursor: pointer;
}
.p-step__btn span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 1;
}
.p-step__btn span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 1px;
  border-top:2px solid #fff;
}
.p-step__btn span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 1px;
  border-top: 2px solid #fff;
  transform: rotate(90deg);
  transition: .3s all ease;
}
.p-step__btn.is-open span:after {
  transform: rotate(360deg);
  transition: .3s all ease;
}

.p-step__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 18px 0px 0 20px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7;
  color: #313131;
  text-align: justify;
}

.p-step__img {
  width: 23%;
  margin: 0 32px 0 0;
}

.p-step__text {
  width: calc((100% - 23%) - 32px);
  text-align: justify;
}

.c-numIcon {
  background-color: #e7316e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  margin-right: 14px;
  line-height: 1.4;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.c-numIcon__num {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.p-rateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.p-rateBox > li {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
  width: calc((100% / 3) - 20px);
  margin: 0 10px 20px;
  border-radius: 10px;
  padding: 30px 0;
}

.p-rateBox > li:first-child {
  background-color: #00a1e0;
}

.p-rateBox > li:nth-child(2) {
  background-color: #62af9e;
}

.p-rateBox > li:nth-child(3) {
  background-color: #fa9b0c;
}

.p-rateBox > li:nth-child(4) {
  background-color: #90c761;
}

.p-rateBox > li:nth-child(5) {
  background-color: #f09da9;
}

.p-rateBox__num {
  font-size: 18px;
}

.p-medicalType {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.p-medicalType > li {
  width: calc((100% / 3));
  padding: 0 10px;
  position: relative;
}

.p-medicalType > li:not(:last-child):after {
  content: "";
  position: absolute;
  background-image: linear-gradient(to bottom, #e7316e, #e7316e 3px, transparent 3px, transparent 8px);
  background-size: 2px 6px;
  background-position: right top;
  background-repeat: repeat-y;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
}

.p-medicalType__catch {
  font-size: 18px;
  font-weight: 900;
  color: #e7316e;
  letter-spacing: 0.1rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 16px;
}

.p-medicalType__text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  color: #666666;
  text-align: center;
}

.p-medicalType__text > span {
  font-size: 10px;
  vertical-align: top;
}

.p-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}

.p-modal__bg {
  background: rgba(0, 0, 0, 0.3);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.p-modal__content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 800px;
  max-width: 100%;
  border-radius: 10px;
  padding: 40px 50px 20px;
}

.p-modal__text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  color: #313131;
}

.p-modal__closeWrap {
  text-align: center;
  margin-top: 20px;
}

.p-modal__close {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  color: #fff;
  text-align: center;
  padding: 0 30px;
  background-color: #55524d;
  display: inline-block;
  vertical-align: middle;
}

.scroll-prevent {
  overflow: hidden;
}

.c-about {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7;
  margin: 34px 0 54px;
  padding: 0 20px;
  text-align: justify;
}

.c-aboutNote {
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 16px 14px 0;
}

.c-aboutCaution {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 14px;
}
.l-footer {
  background-color: #215faa;
  text-align: center;
  padding: 10px 0;
}

.l-footer .c-copyright {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
}

.kv-fade-in-bottom.is-show,
.fade-in-left.is-show,
.fade-in-right.is-show,
.fade-in-bottom.is-show {
  -webkit-transition: opacity 0.3s cubic-bezier(0.84, 0, 0.99, 0.38), -webkit-transform 0.5s cubic-bezier(0.05, 0.7, 0.68, 1.01);
  transition: opacity 0.3s cubic-bezier(0.84, 0, 0.99, 0.38), -webkit-transform 0.5s cubic-bezier(0.05, 0.7, 0.68, 1.01);
  transition: transform 0.5s cubic-bezier(0.05, 0.7, 0.68, 1.01), opacity 0.3s cubic-bezier(0.84, 0, 0.99, 0.38);
  transition: transform 0.5s cubic-bezier(0.05, 0.7, 0.68, 1.01), opacity 0.3s cubic-bezier(0.84, 0, 0.99, 0.38), -webkit-transform 0.5s cubic-bezier(0.05, 0.7, 0.68, 1.01);
}

.separator50 {
  padding-top: 50px;
}








@media (max-width: 767px) {

  .pc-on {
    display: none;
  }
  .sp-on {
    display: inline-block;
  }
  .l-shadow {
    box-shadow: none;
  }
  .l-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2vw 3vw;
  }

  .l-header__logo {
    width: 120px;
  }

  .l-header__logo img {
    vertical-align: bottom;
  }
  .c-contact {
    text-align: right;
  }
  .c-contact__btn {
    color: #fff;
    font-size: 3.5vw;
    letter-spacing: 0.1rem;
    font-weight: 900;
    line-height: 2;
    border-radius: 20px;
    text-align: center;
    background: #f2991a;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 153, 26, 0.9)), to(#f2991a));
    background: linear-gradient(180deg, rgba(242, 153, 26, 0.9) 0%, #f2991a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2991a",endColorstr="#f2991a",GradientType=1);
    position: relative;
    padding: 0 4vw 0 10vw;
    vertical-align: top;
  }

  .c-contact__btn::before {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url(../img/icon_tel.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4vw;
    height: 4vw;
    top: 50%;
    left: 3vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .c-contact__text {
    font-size: 3vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    margin-top: -2vw;
  }

  .l-sec__inner {
    padding: 0 4vw;
  }

  .l-sec__inner + .l-sec__inner {
    margin-top: 6vw;
  }

  .l-disc .l-sec__inner {
    margin: 6vw 0 0;
  }

  .l-flow .l-sec__inner {
    margin: 10vw 0 8vw;
  }

  .l-seven {
    padding: 8vw 0 2vw;
    border-bottom: 2px solid #e7e3d6;
  }

  .l-other {
    padding: 9.5vw 0 10vw;
  }

  .l-about {
    padding: 10vw 0 0;
  }
  .l-note {
    padding: 8vw 0 0.1px;
  }

  .c-lead {
    text-align: center;
  }

  .c-title {
    margin: 7vw auto 5vw;
  }

  .c-title--02 {
    margin-bottom: 8vw;
  }

  .c-title img {
    vertical-align: bottom;
  }

  .u-pink {
    color: #e7316e;
  }

  .u-blue {
    color: #215faa;
  }

  .u-ocher {
    color: #d4a900;
  }

/************************/
  .c-kv .c-lead {
    flex-flow: column wrap;
    gap: 12px;
  }
  .c-kv .c-lead .c-lead__title {
    font-size: 18px;
    padding: 0.5em 1em;
    border-radius: 2.1em;
  }
  .c-kv .c-lead__text {
    font-size: 28px;
  }
  .c-kv .c-lead__text span{
    font-size: 36px;
  }
  .logoBox::before {
    width: 120vw;
    height: 45vh;
  }
  .logoBox img {
    margin-top: -10vh;
    width: 80vw;
  }
  .planExe {
    width: 90vw;
  }
  .planExe dl {
    gap: 4px;
  }
  .planExe dl dt {
    font-size: 13px;
    border-radius: 7px 7px 0 0;
  }
  .planExe dl dd {
    flex-flow: row wrap;
    /* width: calc(50% - 2px); */
    width: 100%;
    border-radius: 0 0 7px 7px;
    font-size: 39px;
    line-height: 1.1;
    padding: 10px 0;
  }
  .planExe dl dd .comma,
  .planExe dl dd .yen {
    font-size: 27px;
  }
  .planExe dl dd .man,
  .planExe dl dd .woman {
    font-size: 12px;
  }
  .planExe .notes {
    font-size: 8px;
  }
    .p-feature {
    background-color: #e7316e;
    padding: 6vw 0 2vw;
  }

  .p-feature__table {
    margin: 3.5vw 2vw 0;
  }

  .p-feature__button {
    margin: 4vw 5vw 0;
  }

  .p-feature--seven {
    background-color: #215faa;
    padding: 7vw 0 1vw;
  }

  .c-feature {
    display: block;
  }
  .c-feature__item {
    background-color: #fff;
    position: relative;
    padding: 6vw 4vw 4vw;
    margin-bottom: 3vw;
    width: 100%;
  }

  .c-feature__catch {
    font-size: 4vw;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.8;
    color: #fff;
    background-color: #e95532;
    border-radius: 15px;
    padding: 0 6vw;
    display: inline-block;
    position: absolute;
    left: -2vw;
    top: -4vw;
  }

  .c-feature__catch::before {
    content: '';
    display: inline-block;
    position: absolute;
    border-style: solid;
    border-right: 2vw solid transparent;
    border-left: 2vw solid transparent;
    border-top: 3vw solid #e95532;
    -webkit-transform: skew(15deg) rotate(-3deg);
    transform: skew(15deg) rotate(-3deg);
    bottom: -3vw;
    left: 2.5vw;
  }

  .c-feature__title {
    font-size: 4vw;
    font-weight: 900;
    letter-spacing: 0.1vw;
    line-height: 1.2;
    color: #313131;
    margin-bottom: 2vw;
    text-align: center;
  }
  .c-feature__title span.textSmall {
    font-size: 3vw;
  }

  .c-feature__title--02 {
    margin-bottom: 0;
  }

  .c-feature__text {
    font-size: 3.8vw;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
  }

  .c-feature__emphasis {
    color: #e95532;
    font-size: 6.5vw;
    letter-spacing: 0.1vw;
  }

  .c-feature__emphasis02 {
    color: #e95532;
    font-size: 9vw;
    letter-spacing: 0.1rem;
  }

  .c-feature__num {
    font-size: 11.5vw;
    vertical-align: baseline;
    letter-spacing: 0;
  }

  .c-feature--seven .c-feature__item {
    padding: 4vw 2vw 3vw;
  }

  .c-feature--seven .c-feature__item:nth-child(2) {
    padding-top: 5vw;
  }

  .c-feature--seven .c-feature__catch {
    background-color: #fb9806;
  }

  .c-feature--seven .c-feature__catch::before {
    border-top: 3vw solid #fb9806;
  }

  .c-feature--seven .c-feature__emphasis {
    color: #fb9806;
    letter-spacing: 0;
    line-height: 1.4;
    font-size: 7.5vw;
  }
  .c-feature--seven .c-feature__title {
    font-size: 5vw;
    line-height: 1.6;
  }

  .p-tableWrap__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .p-tableWrap__example {
    font-size: 4vw;
    font-weight: 400;
    letter-spacing: 0.1rem;
    line-height: 2;
    color: #fff;
    padding: 0 4vw;
    background-color: #55524d;
    border-radius: 15px;
    margin-right: 3vw;
    position: relative;
  }

  .p-tableWrap__example::before {
    content: '';
    display: inline-block;
    position: absolute;
    border-style: solid;
    border-right: 2vw solid transparent;
    border-left: 2vw solid transparent;
    border-top: 3vw solid #55524d;
    border-bottom: transparent;
    -webkit-transform: skew(15deg) rotate(-3deg);
    transform: skew(15deg) rotate(-3deg);
    bottom: -2vw;
    left: 2.5vw;
  }

  .p-tableWrap__title {
    font-size: 3vw;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    color: #fff;
    border-bottom: 1px solid #fff;
    position: relative;
  }

  .p-tableWrap__title::before {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url(../img/icon_hatena.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    right: -7vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5vw;
    height:5vw;
  }

  .p-tableWrap--02 {
    margin: 2vw 0 6vw;
  }

  .p-tableWrap--02 .p-tableWrap__head {
    margin-bottom: 0;
    display: block;
    width: 100%;
    text-align: right;
  }

  .p-tableWrap--02 .p-tableWrap__example::before {
    content: none;
  }

  .p-tableWrap--02 .p-tableWrap__title {
    color: #313131;
    border-bottom: 1px solid #313131;
    position: relative;
    display: inline-block;
    margin-right: 6vw;
  }

  .p-tableWrap--02 .p-tableWrap__title::before {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url(../img/icon_hatena_black.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    right: -6vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5vw;
    height:5vw;
  }

  .c-table {
    width: 100%;
  }

  .c-table th, .c-table td {
    font-size: 4vw;
    line-height: 2;
    text-align: center;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
  }

  .c-table th:last-child, .c-table td:last-child {
    border-right: 1px solid #cccccc;
  }

  .c-table td {
    background-color: #fff;
  }

  .c-table tr:last-child td {
    border-bottom: 1px solid #cccccc;
  }

  .c-table__man {
    font-size: 4.5vw;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 2.2;
    color: #0088cf;
    background-color: #d4e7fa;
  }

  .c-table__woman {
    font-size: 4.5vw;
    font-weight: 700;
    letter-spacing: 0;
    color: #ea608d;
    background-color: #f9d3dc;
  }

  .c-table__age {
    background-color: #f3efe1 !important;
    font-size: 4vw;
    font-weight: 400;
    padding: 0 1.5vw;
  }

  .c-table__none {
    border: none !important;
  }

  .c-table--top {
    width: 92%;
    margin: 1vw auto;
  }

  .c-table--top th {
    border-bottom: 2px solid #f39c45;
  }

  .c-table--top td {
    font-size: 6vw;
    font-weight: 700;
    line-height: 1.4;
  }

  .c-table--02 {
    margin-bottom: 0;
  }

  .c-table--02 .c-table__man {
    font-size: 4vw;
    line-height: 2;
  }

  .c-table--02 .c-table__woman {
    font-size: 4vw;
    line-height: 2;
  }

  .c-buttonBox {
    position: relative;
    z-index: 10;
    column-gap: 8px;
  }
  .c-button__01 {
    width: 55vw;
    height: 60px;
  }
  .c-button__01::before {
    font-size: 10px;
    width: 5.5em;
    height: 4.8em;
  }
  .c-button__01::after {
    top: 20px;
    left: 34px;
    width: 11px;
    height: 11px;
  }
  .c-button__02 {
    width: 32vw;
    height: 60px;
  }
  .c-button__link {
    font-size: 14px;
  }
  .c-button__link span {
    font-size: 19px;
  }
  .c-button__02 .c-button__link {
    font-size: 14px;
  }
  .c-button__02 .c-button__link span {
    font-size: 18px;
  }
  .c-button__link::before {
    width: 12px;
    height: 12px;
  }


  .c-awardBox {
    margin: 16vw 4vw;
  }
  .c-awardBox .c-catch {
    font-size: 4.5vw;
  }
  .c-awardBox img {
    max-width: 700px;
    width: 84vw;
    display: block;
    margin: 8vw auto;
  }
  .c-awardBox p {
    font-size: 3vw;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.6;
    margin: 4vw 0 2.4vw;
  }

  .l-seven .c-lead__title {
    font-size: 4.2vw;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.75;
    color: #215faa;
    display: inline-block;
  }

  .l-seven .c-lead__title--02 {
    color: #603103;
  }
  
  .l-seven .c-lead__text {
    font-size: 3.6vw;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.4;
    color: #313131;
  }
  
  .l-seven__button {
    margin: 9vw 5vw !important;
  }

  .c-button--apply {
    margin-top: 4vw;
  }

  .c-button--apply .c-button__link {
    font-size: 4.6vw;
    padding: 3vw 10vw 3vw 7vw;
    text-align: center;
    background: #c1f5fd;
    background: -webkit-gradient(linear, left top, left bottom, from(#c1f5fd), to(#6ce8fb));
    background: linear-gradient(180deg, #c1f5fd 0%, #6ce8fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c1f5fd",endColorstr="#6ce8fb",GradientType=1);
  }

  .c-catch {
    font-size: 5.2vw;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
    color: #fff;
    background-color: #e7316e;
    text-align: center;
    padding: 3.2vw 0;
    -webkit-box-shadow: 3px 4px 0px rgba(0,0,0,0.1);
            box-shadow: 3px 4px 0px rgba(0,0,0,0.1);
    position: relative;
    max-width: 100%;
  }

  .c-catch::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -6vw;
    border: 3vw solid transparent;
    border-top: 4vw solid #e7316e;
  }

  .c-catch::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
    bottom: -7vw;
    border: 3vw solid transparent;
    border-top: 4vw solid #e7e7e7;
    z-index: -1;
  }

  .c-catch.is-close {
    font-size: 4.5vw;
  }
  .c-catch.is-close::before,
  .c-catch.is-close::after {
    content: none;
  }
  .c-catch.is-close.is-open::before,
  .c-catch.is-close.is-open::after {
    content: "";
  }

  .p-list {
    margin: 3.5vw 0 0;
    padding-bottom: 5vw;
    position: relative;
  }

  .p-list::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -8vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10vw 16vw 0 16vw;
    border-color: #fff transparent transparent transparent;
  }

  .p-list > li {
    padding: 4vw 0;
    position: relative;
  }

  .p-list > li:not(:last-child):after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 1px;
  }

  .p-list__subtitle {
    color: #e7316e;
    font-size: 4.5vw;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0;
    text-align: center;
  }

  .p-list__title {
    color: #4d4d4d;
    font-size: 4.5vw;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
  }
  .p-list__titleSmall {
    font-size: 3.5vw;
  }

  .p-list__emphasis {
    color: #e7316e;
    font-size: 6vw;
    letter-spacing: 0.1rem;
  }

  .p-list__emphasisNote {
    font-size: 4.5vw;
    font-weight: 300;
    padding: 0 2px;
    line-height: 1.4;
    vertical-align: top;
  }

  .p-list__note {
    margin: 0 2vw;
  }

  .p-list__text {
    font-size: 4vw;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.8;
    margin: 2vw 0;
    padding: 0 2vw;
  }
  .p-list__textSmall {
    font-size: 3vw;
  }

  .c-underLine {
    position: relative;
    display: inline;
  }

  .c-underLine::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff100;
    width: 0;
    height: 2.5vw;
    z-index: -1;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }

  .c-underLine02 {
    position: relative;
    display: inline;
  }

  .c-underLine02::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 0;
    height: 2vw;
    z-index: -1;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }

  .c-underLine03 {
    position: relative;
    display: inline;
  }

  .c-underLine03::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }

  .c-underLine.is-active::after,
  .c-underLine02.is-active::after,
  .c-underLine03.is-active::after {
    width: 100%;
  }

  .c-aco {
    font-size: 4.3vw;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.4;
    color: #e7316e;
    text-align: center;
    border: 1px solid #e7316e;
    padding: 3vw 0;
    position: relative;
    margin: 5vw 0 0;
    max-width: 100%;
  }

  .c-aco__btn {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 4vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #e7316e;
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
  }

  .c-aco__btn::before, .c-aco__btn::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    width: 60%;
    height: 2px;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
  }

  .c-aco__btn::after {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }

  .c-aco__inner {
    display: none;
    font-size: 3vw;
    padding: 4vw 3vw 8vw;
    border-right: 1px solid #e7316e;
    border-left: 1px solid #e7316e;
    border-bottom: 1px solid #e7316e;
    max-width: 100%;
  }

  .c-aco__inner--seven {
    border-right: 1px solid #0068b7;
    border-left: 1px solid #0068b7;
    border-bottom: 1px solid #0068b7;
  }

  .c-aco--seven {
    color: #0068b7;
    border: 1px solid #0068b7;
  }

  .c-aco--seven .c-aco__btn {
    background-color: #0068b7;
  }

  .c-aco__note {
    color: #666666;
  }
  .c-aco__title {
    font-size: 4.5vw;
    font-weight: 900;
    letter-spacing: 0.1rem;
    line-height: 1.8;
    color: #666666;
    margin-bottom: 4vw;
    text-align: center;
  }

  .c-aco__text {
    font-size: 4vw;
    font-weight: 400;
    letter-spacing: 0.1rem;
    line-height: 1.4;
    color: #666666;
  }

  .c-aco__figure {
    padding: 2vw 0;
    text-align: center;
  }

  .c-aco__figure img {
    margin: 4vw 0 0;
  }

  .c-aco.is-open .c-aco__btn::after {
    content: none;
  }

  .c-answer {
    font-size: 3.6vw;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    color: #666666;
    margin-bottom: 4vw;
  }

  .c-answer__color {
    color: #e95532;
  }

  .c-disease {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1vw;
  }

  .c-disease__title {
    font-size: 3.5vw;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4;
    color: #0068b7;
    background-color: #d4e7fa;
    width: calc(100% - 66% - 0.5vw);
    margin-right: 1vw;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    padding: 0 3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .c-disease__titleInner {
    padding: 5vw 0;
  }

  .c-disease__titleNote {
    font-size: 3vw;
    line-height: 1.2;
    display: inline-block;
  }

  .c-disease__desc {
    font-size: 3.2vw;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
    color: #666666;
    text-align: justify;
    background-color: #f3efe1;
    width: calc(100% - 34% - 0.5vw);
    padding: 3vw;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-disease__descSmall {
    font-size: 3vw;
  }

  .p-emphasis {
    padding: 10vw 4vw 2vw;
  }

  .p-emphasis__text {
    width: 92%;
    margin: 0 auto;
    font-weight: 900;
    font-size: 6vw;
    text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
                -2px 2px 0 #FFF, 2px -2px 0 #FFF,
                0px 2px 0 #FFF,  0-2px 0 #FFF,
                -2px 0 0 #FFF, 2px 0 0 #FFF;
    text-align: center;
    line-height: 1.6;
  }
  .p-emphasis__text span {
    font-size: 7vw;
  }

  .p-emphasis__text--s {
    width: 100%;
    margin: 3vw auto 0;
  }

  .p-emphasis__button {
    margin: 1vw 5vw 0;
  }

  .p-emphasis__logo img {
    width: 80vw;
  }

  .p-emphasis__logo figcaption {
    left: calc(50% - (80vw / 2));
  }

  .c-note {
    position: relative;
    text-indent: 0em;
    padding-left: 1.2em;
    font-size: 3.5vw;
    letter-spacing: 0;
    line-height: 1.4;
  }

  .c-note::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }

  .c-note--02 {
    font-size: 3.2vw;
    line-height: 1.75;
    margin-bottom: 6vw;
  }

  .c-note--02::before {
    content: "＊";
  }
  .c-note--03 {
    line-height: 1.75;
  }

  .c-label {
    font-size: 3.5vw;
    font-weight: 400;
    letter-spacing: 0.1rem;
    line-height: 2;
    padding: 0 4vw;
    display: inline-block;
    color: #fff;
    background-color: #55524d;
    border-radius: 15px;
  }

  .p-step_wrapper {
    margin-bottom: 6vw;
  }

  .p-step {
    margin: 9vw auto 5vw;
    width: 92%;
  }

  .p-step__item {
    margin-bottom: 2vw;
  }

  .p-step__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .p-step__title {
    font-size: 6vw;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.4;
    color: #215faa;
  }

  .p-step__btn {
    position: relative;
  }
  .p-step__btn span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4vw;
    margin: auto;
    width: 4.8vw;
    height: 4.8vw;
    cursor: pointer;
    z-index: 1;
  }
  .p-step__btn span:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 4vw;
    height: 1px;
    border-top:2px solid #fff;
  }
  .p-step__btn span:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 4vw;
    height: 1px;
    border-top: 2px solid #fff;
    transform: rotate(90deg);
    transition: .3s all ease;
  }
  .p-step__btn.is-open span:after {
    transform: rotate(360deg);
    transition: .3s all ease;
  }

  .p-step__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 4vw 0 0;
    font-size: 3.8vw;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.7;
    color: #313131;
    text-align: justify;
  }

  .p-step__img {
    width: 32%;
    margin: 0 6vw 0 0;
  }

  .p-step__text {
    width: calc((100% - 32%) - 6vw);
    text-align: justify;
  }

  .c-numIcon {
    width: 16vw;
    height: 16vw;
    color: #fff;
    text-align: center;
    margin-right: 4vw;
    font-size: 3.2vw;
  }

  .c-numIcon__text {
    font-size: 3vw;
    font-weight: 700;
  }

  .c-numIcon__num {
    font-size: 6vw;
    font-weight: 900;
  }

  .p-rateBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 3vw;
  }

  .p-rateBox > li {
    font-size: 4vw;
    font-weight: 500;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.2;
    width: calc((100% / 3) - 2vw);
    margin: 0 1vw 2vw;
    border-radius: 10px;
    padding: 6vw 0;
  }

  .p-rateBox > li:first-child {
    background-color: #00a1e0;
  }

  .p-rateBox > li:nth-child(2) {
    background-color: #62af9e;
  }

  .p-rateBox > li:nth-child(3) {
    background-color: #fa9b0c;
  }

  .p-rateBox > li:nth-child(4) {
    background-color: #90c761;
  }

  .p-rateBox > li:nth-child(5) {
    background-color: #f09da9;
  }

  .p-rateBox__num {
    font-size: 4.5vw;
  }

  .p-medicalType {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 6vw;
  }

  .p-medicalType > li {
    width: calc((100% / 3));
    padding: 0 2vw;
    position: relative;
  }

  .p-medicalType > li:not(:last-child):after {
    content: "";
    position: absolute;
    background-image: linear-gradient(to bottom, #e7316e, #e7316e 3px, transparent 3px, transparent 8px);
    background-size: 2px 6px;
    background-position: right top;
    background-repeat: repeat-y;
    top: 0;
    right: 0;
    width: 1vw;
    height: 100%;
  }

  .p-medicalType__catch {
    font-size: 4.5vw;
    font-weight: 900;
    color: #e7316e;
    letter-spacing: 0.1rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 2vw;
  }

  .p-medicalType__text {
    font-size: 3vw;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.6;
    color: #666666;
  }

  .p-medicalType__text > span {
    font-size: 1vw;
    vertical-align: top;
  }

  .p-modal__content {
    width: calc(100% - 8vw);
    padding: 8vw 6vw 3vw;
  }

  .p-modal__text {
    font-size: 3.3vw;
  }

  .p-modal__closeWrap {
    text-align: center;
  }

  .p-modal__close {
    font-size: 3.2vw;
    padding: 0 4.5vw;
  }

  .scroll-prevent {
    overflow: hidden;
  }

  .c-about {
    font-size: 3.5vw;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.9;
    margin: 8vw 0;
    padding: 0 1vw;
  }

  .c-aboutCaution {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }

  .c-aboutNote {
    font-size: 3.5vw;
    font-weight: 400;
    text-align: right;
    letter-spacing: 0;
    line-height: 2;
    margin-bottom: 3vw;
  }


  .l-footer {
    background-color: #215faa;
    text-align: center;
    padding: 3vw 0;
  }

  .l-footer .c-copyright {
    font-size: 3vw;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
  }

  .separator50 {
    padding-top: 10vw;
  }

}

.awardAreaBottom {
  margin: 30px 0 0;
  text-align: center;
}
.awardAreaBottom .logo_award_01_bottom {
  height: 150px;
  width: auto;
  margin: 0 10px;
  display: inline;
}
.awardAreaBottom .logo_award_02_bottom {
  height: 160px;
  width: auto;
  margin: 0 10px;
  display: inline;
}

@media (max-width: 767px) {
  .awardAreaBottom {
    margin: 6vw 0 0;
    text-align: center;
  }
  .awardAreaBottom .logo_award_01_bottom {
    height: 30vw;
    width: auto;
    margin: 0 2vw;
    display: inline;
  }
  .awardAreaBottom .logo_award_02_bottom {
    height: 32vw;
    width: auto;
    margin: 0 2vw;
    display: inline;
  }

  .awardAreaBottom p {
    text-align: left;
  }

}




@media (max-width: 500px) {
  .matsushitaBox {
    top: 0;
  }

}