
@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: #000;
  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;
}

.pc-on {
  display: inline-block;
}

.sp-on {
  display: none;
}


.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;
}
.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-kv img {
  vertical-align: middle;
}

.l-sec__inner {
  padding: 0 38px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.l-disc .l-sec__inner {
  margin: 30px auto 0;
}

.l-flow_wrapper {
  padding: 1px 0;
  background-color: #eff7ff;
  margin-top: 32px;
}

.l-flow .l-flow__ttl {
  padding: 0 38px;
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.l-flow .l-sec__inner {
  margin: 40px auto 36px;
}

.l-other {
  padding: 26px 0 40px;
}

.l-about {
  border-top: 2px solid #e7e3d6;
  border-bottom: 2px solid #215faa;
  background-color: #eff7ff;
  padding: 42px 0 0;
}

.c-kv__title {
  margin: 20px auto;
}

.c-kv__title img {
  vertical-align: bottom;
}

.c-lead {
  text-align: center;
}

.c-lead__title {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.75;
  color: #215faa;
  display: inline-block;
}


.c-lead__title--02 {
  color: #603103;
}

.c-lead__text {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.4;
  color: #313131;
}

.c-title {
  margin: 55px auto 60px;
  text-align: center;
}

.c-title--02 {
  margin-bottom: 38px;
}

.c-title img {
  vertical-align: bottom;
}

.u-green {
  color: #6eba44;
}

.u-blue {
  color: #215faa;
}
.u-yellow {
  color: #fff100;
}
.u-orange {
  color: #ee7700;
}
.u-skyBlue {
  color: #00a6ba;
}
.c-emphasis {
  display: inline-block;
  position: relative;
}
.c-emphasis::before {
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  font-size: .6em;
  content: "・";
}

.p-feature {
  background-color: #ee7700;
  padding: 25px 0 10px;
}
.p-feature__title {
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.2rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}
.p-feature__titleCatch {
  font-size: 36px;
  line-height: 0.8;
  letter-spacing: 0.1rem;
}
.p-feature__titleNum {
  font-size: 46px;
  line-height: 1;
}

.c-feature__item {
  background-color: #fff;
  position: relative;
  padding: 30px 8px 12px 12px;
  width: calc((100% /2) - 10px);
}

.c-feature {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.c-feature__inner {
  display: flex;
}
.c-feature__catch {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2rem;
  line-height: 1.8;
  color: #fff;
  background-color: #6eba44;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 0 18px 0 24px;
  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 #6eba44;
  -webkit-transform: skew(15deg) rotate(-3deg);
  transform: skew(15deg) rotate(-3deg);
  bottom: -10px;
  left: 14px;
}

.c-feature__catchNum {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900;
  margin-left: 0.3rem;
  vertical-align: text-bottom;
}

.c-feature__num {
  font-size: 44px;
  vertical-align: baseline;
  letter-spacing: 0;
}

.c-checkList {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 2;
  color: rgba(49, 49, 49, .7);
  width: 15%;
  text-align: center;
  margin: 6px 10px 0 0;
}
.c-checkList > li {
  border: 2px solid rgba(49, 49, 49, .3);
  margin-bottom: 18px;
  position: relative;
}
.c-checkList__check::before {
  content: "";
  position: absolute;
  top: 24%;
  left: 20%;
  display: inline-block;
  width: 18px;
  height: 10px;
  border-left: 2px solid #ee7700;
  border-bottom: 2px solid #ee7700;
  transform: rotate(-45deg);
}
.c-feature__questionWrap {
  width: calc((100% - 15%) - 10px);
}
.c-feature__question {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  color: #313131;
}
.c-feature__questionCatch {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  color: #6eba44;
  display: inline-block;
  margin-bottom: 10px;
}
.c-feature__note {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  color: #221815;
  margin-top: 0.2em;
}

.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 {
  margin: 32px 20px 0;
}

.p-tableWrap .p-tableWrap__head {
  margin-bottom: 18px;
}

.p-tableWrap .p-tableWrap__example::before {
  content: none;
}

.p-tableWrap .p-tableWrap__title {
  color: #313131;
  border-bottom: none;
}

.p-tableWrap .p-tableWrap__title::before {
  content: none;
}

.c-table {
  width: 100%;
  margin-bottom: 28px;
}

.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 .c-table__man {
  font-size: 18px;
  line-height: 2;
}

.c-table .c-table__woman {
  font-size: 18px;
  line-height: 2;
}

.c-button {
  position: relative;
  margin: 0;
}


.c-buttonBox {
  padding: 30px 20px;
  width: 100%;
}

.l-kv .c-buttonBox {
  background-color: #fcfaec;
}

.c-buttonBox__inner {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.c-buttonBox .p-feature__button__left {
  width: 100%;
  margin-top: 20px;
}
.c-buttonBox .p-feature__button__left a {
  display: block;
  height: 100%;
}
.c-buttonBox .p-feature__button__left a span {
  display: inline-block;
}
.c-buttonBox .p-feature__button__right {
  width: 100%;
  text-align: center;
}

.c-buttonBox img {
  vertical-align: middle;
}

.c-buttonBox__note {
  max-width: 800px;
  margin: 10px auto 0;
}

.c-buttonBox__note .c-note {
  font-size: 12px;
}

.c-catch {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
  background-color: #ee7700;
  border-radius: 27px;
  text-align: center;
  padding: 12px 0;
  -webkit-box-shadow: 3px 4px 0px #e7e7e7;
          box-shadow: 3px 4px 0px #e7e7e7;
  position: relative;
  max-width: 510px;
  margin: 0 auto;
}

.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 #ee7700;
}

.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: "";
}


.c-catch--blue {
  background-color: #215faa;
}

.c-catch--blue::before {
  border-top: 18px solid #215faa;
}

.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: 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: #fff100;
  width: 0;
  height: 10px;
  z-index: -1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.c-underLine03 {
  border-bottom: 3px solid #fff100;
}

.c-underLine.is-active::after,
.c-underLine02.is-active::after {
  width: 100%;
}

.p-featureList {
  margin: 30px auto 60px;
  width: 70%;
}
.p-featureList > li {
  margin-bottom: 30px;
}
.p-featureList__head {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.p-featureList__head > .c-numIcon {
  width: 60px;
  height: 60px;
  letter-spacing: 0.2rem;
  margin-right: 10px;
  background-color: #ee7700;
}
.p-featureList__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  color: #ee7700;
  width: calc(100% - 70px);
}
.p-featureList__text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  margin-bottom: 2vw;
}
.p-featureList__textSmall {
  font-size: 16px;
  letter-spacing: 0;
}
.p-featureList__textNote {
  font-size: 14px;
  vertical-align: text-top;
}
.p-featureList__textBold {
  font-weight: 500;
}







/* 2310_追加 */
.p-featureList > li .c-feature {
  margin: 50px 0 0;
  display: block;
}
.p-featureList > li .c-feature__item {
  background-color: #fff;
  position: relative;
  padding: 30px 8px 12px 12px;
  width: 100%;
  margin: 20px auto;
}

.p-featureList > li .c-feature .c-feature__inner {
  display: flex;
}
.p-featureList > li .c-feature .c-feature__catch {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2rem;
  line-height: 1.8;
  color: #fff;
  background-color: #6eba44;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 0 18px 0 24px;
  display: inline-block;
  position: absolute;
  left: -10px;
  top: -14px;
}

.p-featureList > li .c-feature .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 #6eba44;
  -webkit-transform: skew(15deg) rotate(-3deg);
  transform: skew(15deg) rotate(-3deg);
  bottom: -10px;
  left: 14px;
}

.p-featureList > li .c-feature .c-feature__catchNum {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900;
  margin-left: 0.3rem;
  vertical-align: text-bottom;
}

.p-featureList > li .c-feature .c-feature__num {
  font-size: 44px;
  vertical-align: baseline;
  letter-spacing: 0;
}

.p-featureList > li .c-feature .c-checkList {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 2;
  color: rgba(49, 49, 49, .7);
  width: 15%;
  text-align: center;
  margin: 6px 10px 0 0;
}
.p-featureList > li .c-feature .c-checkList > li {
  border: 2px solid rgba(49, 49, 49, .3);
  margin-bottom: 18px;
  position: relative;
}
.p-featureList > li .c-feature .c-checkList__check::before {
  content: "";
  position: absolute;
  top: 8%;
  left: 26%;
  display: inline-block;
  width: 28px;
  height: 16px;
  border-left: 3px solid #ee7700;
  border-bottom: 3px solid #ee7700;
  transform: rotate(-45deg);
}
.p-featureList > li .c-feature .c-feature__questionWrap {
  width: calc((100% - 15%) - 10px);
}
.p-featureList > li .c-feature .c-feature__question {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  color: #313131;
}
.p-featureList > li .c-feature .c-feature__questionCatch {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  color: #6eba44;
  display: inline-block;
  margin-bottom: 10px;
}
.p-featureList > li .c-feature .c-feature__note {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  color: #221815;
  margin-top: 0.2em;
}

/* //2310_追加 */













.p-security {
  margin: 40px 0 0;
}
.p-security  > li {
  padding-bottom: 32px;
  margin-top: 30px;
  position: relative;
}
.p-security  > li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #f8f4e6;
}

.p-security__titleWrap {
  text-align: center;
  margin-bottom: 38px;
}
.p-security__title {
  font-size: 28px;
  font-weight: 700;
  color: #ee7700;
  letter-spacing: 0.2rem;
  line-height: 1.4;
}
.p-security__titleSmall {
  font-size: 20px;
  font-weight: 500;
}
.p-security__subTitle {
  font-size: 22px;
  font-weight: 500;
  color: #313131;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  margin-top: 4px;
  text-align: center;
}
.c-securityTable {
  width: 100%;
}
.c-securityTable tr {
  display: flex;
  align-items: center;
  width: 100%;
}
.c-securityTable th {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #ee7700;
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 2.2;
  width: 50%;
}
.c-securityTable th:last-child {
  border-left: 1px solid #fff;
}
.c-securityTable td {
  width: 50%;
  align-self: stretch;
  color: #313131;
  background-color: #fffcdb;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
 }
 .c-securityTable td:last-child {
  border-right: 1px solid #cccccc;
 }
 .c-securityTable__note {
   font-size: 14px;
   line-height: 1.8;
   display: inline-block;
 }
 .c-securityTable__td01 {
  font-size: 20px;
  font-weight: 500;
   padding: 20px 10px 20px 20px;
   letter-spacing: 0.2rem;
   line-height: 1.7;
 }
 .c-securityTable__td01 p {
   margin: 6px 0;
 }
 .c-securityTable td .u-orange {
   font-weight: 700;
   line-height: 1.2;
 }
 .c-securityTable__td02 {
   font-size: 20px;
   font-weight: 700;
   line-height: 1;
   letter-spacing: 0;
   text-align: center;
   padding: 20px 0;
 }
 .c-securityTable__td03 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  padding: 20px 0;
 }
 .c-securityTable__td04 {
  font-size: 20px;
  font-weight: 500;
  padding: 20px 10px 20px 20px;
  letter-spacing: 0.1rem;
  line-height: 1;
 }
 .c-securityTable__td05 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  padding: 30px 0;
 }
 .c-securityTable__td06 {
  font-size: 20px;
  font-weight: 500;
   padding: 20px 10px 20px 20px;
   letter-spacing: 0.1rem;
   line-height: 1.2;
   display: flex;
   align-items: center;
 }
 .c-securityTable__td07 {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
  padding: 20px 0;
}
 .c-securityTable__td04 p {
   margin: 0 0 10px;
 }
 .c-securityTable__under {
  border-bottom: none !important;
  position: relative;
 }
 .c-securityTable__under::after {
   content: "";
   position: absolute;
   bottom: 0;
   left: 50%;
   height: 1px;
   width: 90%;
   transform: translateX(-50%);
   background-image: linear-gradient(to right, #cccccc, #cccccc 2px, transparent 2px, transparent 4px);
   background-size: 4px 1px;
   background-repeat: repeat-x;
 }

 .c-plus {
  border-radius: 50%;
  background-color: #313131;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 20px auto;
  z-index: -1;
}
.c-plus::before,
.c-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #fff;
  height: 2px;
  width: 60%;
  z-index: 2;
}
.c-plus::before {
 left: 50%;
 transform: translate(-50%, -50%);
}
.c-plus::after {
 left: 50%;
 transform: translate(-50%, -50%) rotate(90deg);
 width: 60%;
}

.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-note {
  position: relative;
  text-indent: 0em;
  padding-left: 1.2em;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.2;
}
.c-note--small {
  font-size: 12px;
}
.c-note--small::before {
  content: "＊";
}
.c-note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.c-note--num {
  padding-left: 1.2em;
  line-height: 1.5;
  text-indent: -0.8em;
}

.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-note--03::before {
  content: "＊";
}

.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%;
}

.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: #215faa;
}

.p-step__ttl {
  display: block;
  margin: auto;
  padding: 10px 0;
  width: 200px;
}

.p-step__btn {
  position: relative;
}

.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: #215faa;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  margin-right: 14px;
  line-height: 1.5;
  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, #6eba44, #6eba44 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: #6eba44;
  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: 2;
}

.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;
}

.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);
}


.flexBox {
  display: flex;
  justify-content: space-between;
  margin: 30px auto 50px;
  max-width: 700px;
  width: 100%;
}
.flexBox .p-feature__button__left {
  width: calc(((100% / 10) * 5) - 10px);
}
.flexBox .p-feature__button__left a {
  display: block;
  height: 100%;
}
.flexBox .p-feature__button__left a span {
  display: inline-block;
  margin-top: 15px;
}
.flexBox .p-feature__button__right {
  width: calc(((100% / 10) * 5) - 10px);
}


.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;
}

.l-faq {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0;
  overflow: hidden;
}
.l-faq .faq-container {
  max-width: 800px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

.l-faq .faq-title {
  text-align: center;
  padding: 30px 20px;
  font-size: 26px;
  font-weight: bold;
  color: #333;
  background-color: white;
}

.l-faq .faq-question {
  display: flex;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  border-bottom: 1px solid #333333;
  transition: background-color 0.2s ease;
}

.l-faq .faq-question:hover {
  background-color: #f9f9f9;
}

.l-faq .q-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.l-faq .question-text {
  flex: 1;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}

.l-faq .arrow {
  width: 12px;
  height: 12px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  transform: rotate(-45deg);
  margin-left: 15px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}

.l-faq .faq-item.active .arrow {
  transform: rotate(45deg);
}

.l-faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-in-out;
}

.l-faq .faq-item.active .faq-answer {
  max-height: 1000px;
}

.l-faq .answer-content {
  padding: 20px;
  padding-left: 40px;
  display: flex;
  align-items: flex-start;
  margin: 0;
}

.l-faq .a-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex-shrink: 0;
  margin-right: 15px;
  margin-top: 5px;
}

.l-faq .answer-text {
  display: flex;
  flex: 1;
  font-size: 18px;
  color: #333333;
  line-height: 1.6;
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 10px;
}

.l-faq .condition-table {
  background-color: white;
  margin-top: 15px;
  padding: 20px;
  overflow: hidden;
}

.l-faq .condition-header {
  background-color: #ffc085;
  color: #000;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px 15px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}

.l-faq .condition-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.l-faq .condition-row:last-child {
  border-bottom: none;
}

.l-faq .condition-category {
  background-color: #ffeec9;
  border-radius: 6px;
  padding: 12px 15px;
  font-weight: bold;
  font-size: 15px;
  color: #333;
  min-width: 100px;
  text-align: center;
}

.l-faq .condition-details {
  font-size: 14px;
  line-height: 1.4;
  padding: 0 15px;
  color: #555;
  flex: 1;
}

.l-faq .note {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.4;
}

/* floating */
.l-floating {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.l-floating__show {
  opacity: 1;
  visibility: visible;
}

.l-floating__button {
  display: block;
  width: 400px;
  max-width: 90%;
  margin: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.l-floating__image {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}


@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

  .l-floating__button:hover {
    transform: translateY(-3px);
  }

}




@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: 3vw 3vw 1vw;
  }

  .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: -2.5vw;
  }

  .l-sec__inner {
    padding: 0 4vw;
  }

  .l-disc .l-sec__inner {
    margin: 10vw 0 0;
  }

  .l-about {
    border-top: 2px solid #e7e3d6;
    border-bottom: 2px solid #215faa;
    background-color: #eff7ff;
    padding: 10vw 0 0;
  }

  .c-kv__title {
    margin: 3vw auto 4vw;
  }

  .c-kv__title img {
    vertical-align: bottom;
  }

  .c-lead {
    text-align: center;
  }

  .c-lead__title {
    font-size: 4.2vw;
    font-weight: 900;
    letter-spacing: 0.1rem;
    line-height: 1.75;
    color: #215faa;
    display: inline-block;
  }

  .c-lead__title--02 {
    color: #603103;
  }
  .c-lead__text {
    font-size: 4.3vw;
    font-weight: 900;
    letter-spacing: 0.1rem;
    line-height: 1.4;
    color: #313131;
  }

  .c-title {
    margin: 7vw auto 5vw;
    text-align: center;
  }

  .c-title--02 {
    margin-bottom: 8vw;
  }

  .c-title img {
    vertical-align: bottom;
  }

  .u-green {
    color: #6eba44;
  }
  .u-blue {
    color: #215faa;
  }
  .u-yellow {
    color: #fff100;
  }
  .u-orange {
    color: #ee7700;
  }
  .u-skyBlue {
    color: #00a6ba;
  }
  .c-emphasis {
    display: inline-block;
    position: relative;
  }
  .c-emphasis::before {
    position: absolute;
    top: -1.2em;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
    font-size: .6em;
    content: "・";
  }

  .p-feature {
    background-color: #ee7700;
    padding: 3vw 0 2vw;
  }
  .p-feature__title {
    font-size: 6vw;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.2rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 8vw;
  }
  .p-feature__titleCatch {
    font-size: 8.5vw;
    line-height: 0.8;
    letter-spacing: 0.1rem;
  }
  .p-feature__titleNum {
    font-size: 11vw;
    line-height: 1;
  }

  .c-feature {
    display: block;
    margin-bottom: 1vw;
  }
  .c-feature__item {
    background-color: #fff;
    position: relative;
    padding: 3vw 3vw 1.5vw;
    margin-bottom: 7vw;
    width: 100%;
  }
  .c-feature__item:last-child {
    margin-bottom: 0;
  }

  .c-feature__catch {
    font-size: 4.2vw;
    font-weight: 500;
    letter-spacing: 0.2rem;
    line-height: 1.4;
    color: #fff;
    background-color: #6eba44;
    border-radius: 15px;
    border: 2px solid #fff;
    padding: 0 3vw;
    display: inline-block;
    position: absolute;
    left: -2vw;
    top: -6vw;
  }

  .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 #6eba44;
    -webkit-transform: skew(15deg) rotate(-3deg);
    transform: skew(15deg) rotate(-3deg);
    bottom: -3vw;
    left: 2.5vw;
  }
  .c-feature__catchNum {
    font-size: 4.5vw;
    line-height: 1.1;
    font-weight: 900;
    margin-left: 0.3rem;
    vertical-align: baseline;
  }
  .c-feature__inner {
    display: flex;
  }
  .c-checkList {
    font-size: 3vw;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 2;
    color: rgba(49, 49, 49, .7);
    width: 12%;
    text-align: center;
    margin: 1vw 2vw 0 0;
  }
  .c-checkList > li {
    border: 2px solid rgba(49, 49, 49, .3);
    margin-bottom: 2vw;
    position: relative;
  }
  .c-checkList__check::before {
    content: "";
    position: absolute;
    top: 24%;
    left: 20%;
    display: inline-block;
    width: 18px;
    height: 10px;
    border-left: 2px solid #ee7700;
    border-bottom: 2px solid #ee7700;
    transform: rotate(-45deg);
  }
  .c-feature__questionWrap {
    width: calc((100% - 12%) - 2vw);
  }
  .c-feature__question {
    font-size: 3.2vw;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4;
    color: #313131;
  }
  .c-feature__questionCatch {
    font-size: 7.8vw;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    color: #6eba44;
    display: inline-block;
    margin-bottom: 2vw;
  }
  .c-feature__note {
    font-size: 2.5vw;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    color: #221815;
    margin-top: 0.2em;
  }



  .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: 3.8vw;
    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: 6vw;
    height: 6vw;
  }

  .p-tableWrap {
    margin: 9vw 0 8vw;
  }

  .p-tableWrap .p-tableWrap__head {
    margin-bottom: 3vw;
  }

  .p-tableWrap .p-tableWrap__example::before {
    content: none;
  }

  .p-tableWrap .p-tableWrap__title {
    color: #313131;
    border-bottom: none;
  }

  .p-tableWrap .p-tableWrap__title::before {
    content: none;
  }

  .c-table {
    width: 100%;
    margin-bottom: 7vw;
  }

  .c-table th, .c-table td {
    font-size: 4vw;
    line-height: 1.9;
    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 .c-table__man {
    font-size: 4vw;
    line-height: 2;
  }

  .c-table .c-table__woman {
    font-size: 4vw;
    line-height: 2;
  }
  .c-buttonBox {
    padding: 5vw 3vw 2vw;
    max-width: 700px;
  }
  .c-buttonBox__inner {
    flex-direction: column;
    gap: 0;
    margin: 0 auto 4vw;
  }
  .c-buttonBox .p-feature__button__left {
    width: 100%;
    margin: 4vw 0 0 0;
  }
  .c-buttonBox .p-feature__button__left a {
    display: block;
    height: 100%;
  }
  .c-buttonBox .p-feature__button__right {
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .c-button--apply {
    margin-top: 3vw;
  }

  .c-button--apply .c-button__link {
    font-size: 5vw;
    padding: 3vw 10vw 3vw 7vw;
    text-align: center;
    letter-spacing: 0.1rem;
    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.3rem;
    line-height: 1.5;
    color: #fff;
    background-color: #ee7700;
    border-radius: 27px;
    text-align: center;
    padding: 3.2vw 0;
    -webkit-box-shadow: 3px 4px 0px #e7e7e7;
            box-shadow: 3px 4px 0px #e7e7e7;
    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 #ee7700;
  }

  .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: "";
  }

  .c-catch--blue {
    background-color: #215faa;
    letter-spacing: 0.1rem;
  }

  .c-catch--blue::before {
    border-top: 4vw solid #215faa;
  }
  .c-catchDisc {
    font-size: 4vw;
    font-weight: 700;
    color: #313131;
    letter-spacing: 0.2rem;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 7vw;
  }
  .c-catchDisc__emphasis {
    font-size: 6vw;
    line-height: 1.6;
    letter-spacing: 0.2rem;
    color: #ee7700;
  }
  .c-catchDisc__emphasis02 {
    font-size: 7vw;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.2rem;
    color: #ee7700;
  }
  .c-catchDisc__emphasis02 span {
    font-size: 8vw;
    line-height: 1;
  }

  .p-featureList {
    margin: 6vw 0 8vw;
    width: 100%;
  }
  .p-featureList > li {
    margin-bottom: 6vw;
  }
  .p-featureList__head {
    display: flex;
    align-items: center;
    margin-bottom: 2vw;
  }
  .p-featureList__head > .c-numIcon {
    width: 16vw;
    height: 16vw;
    letter-spacing: 0.2rem;
    margin-right: 2vw;
    background-color: #ee7700;
  }
  .p-featureList__title {
    font-size: 6vw;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 1.4;
    color: #ee7700;
    width: calc(100% - 18% - 2vw);
  }
  .p-featureList__text {
    font-size: 4.5vw;
    font-weight: 400;
    letter-spacing: 0.1rem;
    line-height: 1.7;
    margin-bottom: 2vw;
  }
  .p-featureList__textSmall {
    font-size: 4vw;
    letter-spacing: 0;
  }
  .p-featureList__textNote {
    font-size: 3vw;
    vertical-align: text-top;
  }
  .p-featureList__textBold {
    font-weight: 500;
  }







  /* 2310_追加 */
  .p-featureList > li .c-feature {
    display: block;
    margin: 10vw 0 0;
  }
  .p-featureList > li .c-feature__item {
    background-color: #fff;
    position: relative;
    padding: 3vw 3vw 1.5vw;
    width: 100%;
    margin: 8vw auto;
  }
  .p-featureList > li .c-feature__item:last-child {
    margin-bottom: 2vw;
  }

  .p-featureList > li .c-feature .c-feature__inner {
    display: flex;
  }
  .p-featureList > li .c-feature .c-feature__catch {
    font-size: 4.2vw;
    font-weight: 500;
    letter-spacing: 0.2rem;
    line-height: 1.4;
    color: #fff;
    background-color: #6eba44;
    border-radius: 15px;
    border: 2px solid #fff;
    padding: 0 3vw;
    display: inline-block;
    position: absolute;
    left: -2vw;
    top: -6vw;
  }

  .p-featureList > li .c-feature .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 #6eba44;
    -webkit-transform: skew(15deg) rotate(-3deg);
    transform: skew(15deg) rotate(-3deg);
    bottom: -3vw;
    left: 2.5vw;
  }

  .p-featureList > li .c-feature .c-feature__catchNum {
    font-size: 4.5vw;
    line-height: 1.1;
    font-weight: 900;
    margin-left: 0.3rem;
    vertical-align: baseline;
  }

  .p-featureList > li .c-feature .c-feature__num {
    font-size: 44px;
    vertical-align: baseline;
    letter-spacing: 0;
  }

  .p-featureList > li .c-feature .c-checkList {
    font-size: 3vw;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 2;
    color: rgba(49, 49, 49, .7);
    width: 12%;
    text-align: center;
    margin: 1vw 2vw 0 0;
  }
  .p-featureList > li .c-feature .c-checkList > li {
    border: 2px solid rgba(49, 49, 49, .3);
    margin-bottom: 2vw;
    position: relative;
  }
  .p-featureList > li .c-feature .c-checkList__check::before {
    content: "";
    position: absolute;
    top: 24%;
    left: 20%;
    display: inline-block;
    width: 18px;
    height: 10px;
    border-left: 2px solid #ee7700;
    border-bottom: 2px solid #ee7700;
    transform: rotate(-45deg);
  }
  .p-featureList > li .c-feature .c-feature__questionWrap {
    width: calc((100% - 12%) - 2vw);
  }
  .p-featureList > li .c-feature .c-feature__question {
    font-size: 3.2vw;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4;
    color: #313131;
  }
  .p-featureList > li .c-feature .c-feature__questionCatch {
    font-size: 7.8vw;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    color: #6eba44;
    display: inline-block;
    margin-bottom: 2vw;
  }
  .p-featureList > li .c-feature .c-feature__note {
    font-size: 2.5vw;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    color: #221815;
    margin-top: 0.2em;
  }

  /* //2310_追加 */










  .p-security {
    margin: 10vw 0 0;
  }
  .p-security  > li {
    padding-bottom: 8vw;
    margin-top: 4.5vw;
    position: relative;
  }
  .p-security > li:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 2px;
    background-color: #f8f4e6;
  }

  .p-security__titleWrap {
    text-align: center;
    margin-bottom: 4vw;
  }
  .p-security__title {
    font-size: 6vw;
    font-weight: 700;
    color: #ee7700;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .p-security__titleSmall {
    font-size: 5vw;
    font-weight: 500;
  }
  .p-security__subTitle {
    font-size: 4.2vw;
    font-weight: 500;
    color: #313131;
    letter-spacing: 0.1rem;
    line-height: 1.2;
    margin-top: 2vw;
    text-align: center;
  }
  .c-securityTable {
    width: 100%;
  }
  .c-securityTable tr {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .c-securityTable th {
    font-size: 4.2vw;
    font-weight: 700;
    color: #fff;
    background-color: #ee7700;
    text-align: center;
    letter-spacing: 0.1rem;
    line-height: 2.4;
    width: 50%;
  }
  .c-securityTable th:last-child {
    border-left: 1px solid #fff;
  }
  .c-securityTable td {
    width: 50%;
    align-self: stretch;
    color: #313131;
    background-color: #fffcdb;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
   }
   .c-securityTable td:last-child {
    border-right: 1px solid #cccccc;
   }
   .c-securityTable__note {
     font-size: 3.2vw;
     line-height: 1.8;
     display: inline-block;
   }
   .c-securityTable__td01 {
    font-size: 4.3vw;
    font-weight: 500;
     padding: 5vw 1vw 3vw 3vw;
     letter-spacing: 0.2rem;
     line-height: 1.7;
   }
   .c-securityTable__td01 p {
     margin: 0;
   }
   .c-securityTable td .u-orange {
     font-weight: 700;
     line-height: 1.2;
   }
   .c-securityTable__td02 {
     font-size: 4.5vw;
     font-weight: 700;
     line-height: 1;
     letter-spacing: 0;
     text-align: center;
     padding: 3vw 0;
   }
   .c-securityTable__td03 {
    font-size: 4.5vw;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
    padding: 4vw 0;
   }
   .c-securityTable__td04 {
    font-size: 3.9vw;
    font-weight: 500;
    padding: 3vw 0 3vw 2vw;
    letter-spacing: 0.1rem;
    line-height: 1;
   }
   .c-securityTable__td05 {
    font-size: 4.5vw;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
    padding: 9vw 0;
   }
   .c-securityTable__td06 {
    font-size: 4.3vw;
    font-weight: 500;
     padding: 3vw 1vw 3vw 3vw;
     letter-spacing: 0.1rem;
   }
   .c-securityTable__td07 {
    font-size: 4.5vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    padding: 2vw 0;
  }
   .c-securityTable__td04 p {
     margin-bottom: 2vw;
     line-height: 1.2;
   }
   .c-securityTable__under {
    border-bottom: none !important;
    position: relative;
   }
   .c-securityTable__under::after {
     content: "";
     position: absolute;
     bottom: 0;
     left: 50%;
     height: 1px;
     width: 90%;
     transform: translateX(-50%);
     background-image: linear-gradient(to right, #cccccc, #cccccc 2px, transparent 2px, transparent 4px);
     background-size: 4px 1px;
     background-repeat: repeat-x;
   }

   .c-plus {
     border-radius: 50%;
     background-color: #313131;
     position: relative;
     width: 6vw;
     height: 6vw;
     margin: 2vw auto 3vw;
     z-index: -1;
   }
   .c-plus::before,
   .c-plus::after {
     content: "";
     position: absolute;
     top: 50%;
     background-color: #fff;
     height: 1px;
     width: 60%;
     z-index: 2;
   }
   .c-plus::before {
    left: 50%;
    transform: translate(-50%, -50%);
   }
   .c-plus::after {
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    width: 60%;
   }



  .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;
    background-color: #fff100;
    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;
    background-color: #fff100;
    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-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-note {
    position: relative;
    text-indent: 0em;
    padding-left: 1.2em;
    font-size: 3.5vw;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .c-note--small {
    font-size: 2.5vw;
  }
  .c-note--small::before {
    content: "＊";
  }
  .c-note--num {
    padding-left: 1.2em;
    line-height: 1.5;
    text-indent: -0.8em;
  }
  .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-note--03::before {
    content: "＊";
  }
  .l-flow .l-flow__ttl {
    padding: 0 4vw;
  }
  .l-flow .c-note--03:first-of-type {
    margin-top: 6vw;
  }

  .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__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;
    margin-right: 4vw;
    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, #6eba44, #6eba44 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: #6eba44;
    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 {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
  }

  .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: calc(100% - 8vw);
    border-radius: 10px;
    padding: 8vw 6vw 3vw;
  }

  .p-modal__text {
    font-size: 3.3vw;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    color: #313131;
  }

  .p-modal__closeWrap {
    text-align: center;
    margin-top: 2vw;
  }

  .p-modal__close {
    font-size: 3.2vw;
    font-weight: 500;
    letter-spacing: 0.1rem;
    color: #fff;
    text-align: center;
    padding: 0 4.5vw;
    background-color: #55524d;
    display: inline-block;
    vertical-align: middle;
  }

  .scroll-prevent {
    overflow: hidden;
  }

  .c-about {
    font-size: 4vw;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.9;
    margin: 11vw 0 10vw;
    padding: 0 2vw;
  }

  .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;
  }



  .flexBox {
    margin: 6vw 0 10vw;
  }
  .flexBox .p-feature__button__left {
    width: calc((100% / 2) - 2vw)
  }
  .flexBox .p-feature__button__left a span {
    display: inline-block;
    margin-top: 2.6vw;
  }
  .flexBox .p-feature__button__right {
    width: calc((100% / 2) - 2vw)
  }


  .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;
  }

  .l-faq {
    padding: 30px 4vw;
  }

  .l-faq .faq-question {
    padding: 15px 10px;
  }

  .l-faq .q-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .l-faq .question-text {
    font-size: 16px;
  }

  .l-faq .answer-content {
    padding: 20px 5px;
  }

  .l-faq .a-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .l-faq .answer-text {
    font-size: 14px;
    padding: 15px;
    border-radius: 10px;
  }

  .l-faq .condition-table {
    padding: 12px;
    margin-left: -30px;
  }

  .l-faq .condition-header {
    font-size: 13px;
    border-radius: 5px;
  }

  .l-faq .condition-category {
    font-size: 13px;
    border-radius: 5px;
    min-width: 86px;
    padding: 10px 0px;
  }

  .l-faq .condition-details {
    font-size: 12px;
    padding: 0 0 0 15px;
  }

  .l-faq .note {
    font-size: 10px;
    margin-top: 5px;
  }


}