@charset "UTF-8";
* { /*margin: 0; padding: 0;*/
  box-sizing: border-box;
}

html {
  font-family: "yu-gothic-pr6n", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  color: #222;
  font-size: 18px;
  line-height: 1.78;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

fieldset {
  border: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: 100%;
  font-weight: bold;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
  vertical-align: middle;
}

legend {
  color: #222;
}

table {
  font-size: inherit;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  font-size: 108%;
  line-height: 100%;
}

a {
  color: #222;
  text-decoration: none;
  outline: 0;
}
@media screen and (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}
a img {
  vertical-align: top;
}

img {
  width: 100%;
  height: auto;
  border: none;
  border: 0;
  vertical-align: bottom;
}

/*
【 游明朝体 Pr6N 】
font-family: "yu-mincho-pr6n", sans-serif;

【 源ノ明朝 Medium 】
font-family: "source-han-serif-japanese", serif;
font-weight: 500;
font-style: normal;

【 源ノ明朝 SemiBold 】
font-family: "source-han-serif-japanese", serif;
font-weight: 600;
font-style: normal;
*/
.cblue {
  color: #3B87A1;
}

.cred {
  color: #E0274B;
}

.cgold {
  color: #B79B60;
}

.credForm {
  color: #E60039;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.non {
  display: none;
}

.tac {
  text-align: center;
}

.mt1em {
  margin-top: 1em;
}

.flex {
  display: flex;
}

input[type=text],
input[type=tel],
input[type=email] {
  width: 100%;
  padding: 16px 20px 14px;
  border: 1px solid #D1D1D1;
  outline: none;
}
input[type=text].error,
input[type=tel].error,
input[type=date].error,
input[type=email].error {
  border-color: #E0274B;
  background-color: #FFE5EA;
}
@media screen and (max-width: 768px) {
  input[type=text],
  input[type=tel],
  input[type=email] {
    padding: 0.625em 0.75em 0.5em;
  }
}

select {
  width: 100%;
  padding: 16px 20px 14px;
  border: 1px solid #D1D1D1;
  outline: none;
}
select.error {
  border-color: #E0274B;
  background-color: #FFE5EA !important;
}

label {
  font-weight: bold;
}

label.decoRadio {
  display: flex;
  align-items: center;
  column-gap: 4px;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
}

.decoRadioBtn {
  appearance: none;
  margin-right: 8px;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #A2A2A2;
  border-radius: 50%;
  cursor: pointer;
}
.decoRadioBtn:checked::after {
  content: "";
  inset: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  border-radius: 50%;
  background-color: #3B87A1;
  position: absolute;
}

h2 {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: 40px;
  text-align: center;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 7.179vw;
  }
}

#mv {
  position: relative;
}
#mv header {
  position: absolute;
  top: 50px;
  left: 50px;
}
#mv .mOneLogo {
  width: 33.572%;
  position: absolute;
  top: 18.143vw;
  left: 80px;
}
#mv .mOneLogo .goldbg {
  margin-bottom: 0.931em;
}
#mv .mOneLogo .goldbg span {
  padding: 0.37931em 1em 0.34483em;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: 2.0715vw;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  background-color: #B79B60;
}
#mv .mOneLogo img {
  max-width: 470px;
  max-height: 88px;
}
@media screen and (max-width: 768px) {
  #mv header {
    top: 10px;
    left: 10px;
  }
  #mv header img {
    width: auto;
    height: 7.7vw;
  }
  #mv .mOneLogo {
    width: 89.7435%;
    margin: 0 auto;
    padding: 5.1282vw 0 7.6923vw;
    position: static;
    text-align: center;
  }
  #mv .mOneLogo .goldbg {
    margin: 0 auto 2.564vw;
    line-height: 1;
  }
  #mv .mOneLogo .goldbg span {
    padding: 0.364em 0.95em 0.318em;
    font-size: 5.3vw;
    display: block;
  }
  #mv .mOneLogo img {
    width: 100%;
    height: auto;
    max-width: unset;
    max-height: unset;
  }
}

.blueBand {
  height: 160px;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 160px;
  background-color: #3B87A1;
  position: relative;
}
.blueBand::after {
  content: "";
  width: 58px;
  height: 40px;
  background: url(./img/arrow_blue.svg) no-repeat center top;
  background-size: contain;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
.blueBand span.small {
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  .blueBand {
    height: unset;
    padding: 6.67vw 0 6.41vw;
    font-size: 7.458vw;
    line-height: 1.37931;
  }
  .blueBand::after {
    width: 7.1795vw;
    height: 5.1232vw;
    bottom: -5vw;
  }
  .blueBand span.small {
    font-size: 0.7931em;
  }
}

#introduction {
  padding: 10vw 0 8.857vw;
  background: url(./img/introduction_bg.webp) no-repeat center top;
  background-size: cover;
}
#introduction h1 {
  margin-bottom: 3.57vw;
  font-size: 3.557vw;
  color: #3B87A1;
  text-align: center;
}
#introduction h1 span.small {
  font-size: 2.7857vw;
}
#introduction p {
  font-size: 1.4286vw;
  line-height: 1.6;
  font-weight: 500;
}
#introduction .blueRibbon {
  width: 71.43%;
  margin: 5.7143vw auto 3.57vw;
  padding: 0.57vw 0 0.5vw;
  font-family: "yu-mincho-pr6n", sans-serif;
  color: #fff;
  font-size: 2.57vw;
  line-height: 1;
  text-align: center;
  background-color: #3B87A1;
}
#introduction ul.goldCircle {
  width: 71.43%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#introduction ul.goldCircle li {
  width: 22%;
  height: 15.7143vw;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  text-align: center;
  line-height: 1.524;
  background-color: #B79B60;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#introduction p.lastTxt {
  margin-top: 3.57vw;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: 2.57vw;
  text-align: center;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #introduction {
    padding: 12.82vw 5.1282vw 10vw;
    background: url(./img/introduction_bg_sp.webp) no-repeat center top;
    background-size: cover;
  }
  #introduction h1 {
    margin-bottom: 7.6923vw;
    font-size: 6.41vw;
  }
  #introduction h1 span.small {
    font-size: 0.72em;
  }
  #introduction p {
    font-size: 4.1vw;
    line-height: 1.5;
  }
  #introduction .blueRibbon {
    width: 100%;
    margin: 3.58975vw auto 5.1282vw;
    padding: 3.34vw 0;
    font-size: 6.1538vw;
    line-height: 1.25;
  }
  #introduction ul.goldCircle {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #introduction ul.goldCircle li {
    width: 41vw;
    height: 41vw;
    margin-top: 3.846vw;
    font-size: 4.1vw;
    line-height: 1.3125;
  }
  #introduction ul.goldCircle li:nth-child(odd) {
    margin-right: 5.1282vw;
  }
  #introduction ul.goldCircle li:first-child, #introduction ul.goldCircle li:nth-child(2) {
    margin-top: 0;
  }
  #introduction p.lastTxt {
    margin-top: 1.25em;
    font-size: 6.1538vw;
    line-height: 1.25;
  }
}

#point {
  margin-bottom: 145px;
}
#point .wrap {
  margin-top: 150px;
}
#point .wrap:first-child ul.flex {
  margin-left: auto;
}
#point .wrap:first-child ul.flex li.txt {
  width: 35.2857vw;
}
#point .wrap:nth-child(2) ul.flex {
  margin-right: auto;
}
#point .wrap:nth-child(2) ul.flex li.pic {
  order: 1;
}
#point .wrap:nth-child(2) ul.flex li.txt {
  width: 36.43vw;
  order: 2;
  margin-right: 0;
  margin-left: 5.7143vw;
}
#point .wrap:nth-child(3) .underLine {
  width: 78.57143%;
  margin-left: 10.7143%;
}
#point .wrap:nth-child(3) .picTxtWrap {
  position: relative;
}
#point .wrap:nth-child(3) .txtWrap {
  width: 36.43vw;
  position: absolute;
  top: 3.92857vw;
  left: 10.7143%;
}
#point .wrap:nth-child(3) .txtWrap ul.bgBlue li {
  margin-bottom: 5px;
  padding-left: 2.143vw;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5vw;
  color: #fff;
  line-height: 1.905;
  background-color: #3B87A1;
  position: relative;
}
#point .wrap:nth-child(3) .txtWrap ul.bgBlue li::after {
  content: "";
  width: 0.5943vw;
  height: 0.9vw;
  background: url(./img/arror_gold02.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 0.9vw) / 2);
  left: 0;
}
#point .wrap:nth-child(3) .txtWrap p {
  margin-top: 2.143vw;
  font-size: 1.2857vw;
}
#point .wrap:nth-child(4) .underLine, #point .wrap:nth-child(4) div.flex {
  width: 78.57143%;
  margin-left: 10.7143%;
}
#point .wrap:nth-child(4) div.flex {
  justify-content: space-between;
}
#point .wrap:nth-child(4) div.flex .left {
  width: 53.64%;
}
#point .wrap:nth-child(4) div.flex .left p {
  width: 86.44%;
  font-size: 1.2857vw;
}
#point .wrap:nth-child(4) div.flex ul.bgBlue {
  margin-bottom: 2.143vw;
}
#point .wrap:nth-child(4) div.flex ul.bgBlue li {
  margin-bottom: 5px;
  padding-left: 2.143vw;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5vw;
  color: #fff;
  line-height: 1.905;
  background-color: #3B87A1;
  position: relative;
}
#point .wrap:nth-child(4) div.flex ul.bgBlue li::after {
  content: "";
  width: 0.5943vw;
  height: 0.9vw;
  background: url(./img/arror_gold02.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 0.9vw) / 2);
  left: 0;
}
#point .wrap:nth-child(4) div.flex .right {
  width: 41.81%;
}
#point .wrap:nth-child(4) div.flex .right dl {
  color: #fff;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}
#point .wrap:nth-child(4) div.flex .right dl div {
  margin-bottom: 10px;
  display: flex;
}
#point .wrap:nth-child(4) div.flex .right dl div:nth-child(2) dd {
  padding-right: 2.5vw;
}
#point .wrap:nth-child(4) div.flex .right dl div:last-child {
  margin-bottom: 0;
}
#point .wrap:nth-child(4) div.flex .right dl div:last-child dt {
  line-height: 1.25;
}
#point .wrap:nth-child(4) div.flex .right dl div:last-child dd {
  padding-right: 1.4286vw;
}
#point .wrap:nth-child(4) div.flex .right dl dt {
  width: calc(100% - 15vw);
  height: 6.2143vw;
  font-size: 1.7143vw;
  background-color: #B79B60;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#point .wrap:nth-child(4) div.flex .right dl dt::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3.07143vw solid transparent;
  border-bottom: 3.07143vw solid transparent;
  border-left: 2.143vw solid #b79b60;
  border-right: 0;
  position: absolute;
  top: calc((100% - 6.14286vw) / 2);
  right: -2.1vw;
}
#point .wrap:nth-child(4) div.flex .right dl dd {
  width: 15vw;
  padding-right: 2.143vw;
  padding-bottom: 0.357vw;
  font-size: 3.557vw;
  background-color: #3B87A1;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#point .wrap:nth-child(4) div.flex .right dl dd span {
  vertical-align: bottom;
}
#point .wrap:nth-child(4) div.flex .right dl dd span.small {
  font-size: 2.286vw;
}
#point .wrap .underLine {
  padding-bottom: 5.67em;
  font-size: 1.2857vw;
  position: relative;
}
#point .wrap .underLine::after {
  content: "";
  width: 4.2857vw;
  height: 2px;
  background-color: #B79B60;
  position: absolute;
  bottom: 3.57143vw;
  left: 0;
}
#point .title {
  width: 89.2857%;
  margin: 0 0 50px auto;
  display: flex;
  align-items: center;
}
#point .title .pointhead {
  width: 140px;
  margin-right: 30px;
}
#point .title h3 {
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  font-style: normal;
  color: #3B87A1;
  font-size: 44px;
}
#point .title h3 span.small {
  font-size: 0.73em;
}
#point ul.flex {
  width: 89.2857%;
}
#point ul.flex li.txt {
  width: 39.286vw;
  margin-right: 2.857vw;
}
#point ul.flex li.txt p {
  font-size: 1.2857vw;
  line-height: 1.7;
}
#point ul.flex li.txt p:first-child {
  padding-bottom: 5.67em;
  position: relative;
}
#point ul.flex li.txt p:first-child::after {
  content: "";
  width: 4.2857vw;
  height: 2px;
  background-color: #B79B60;
  position: absolute;
  bottom: 3.57143vw;
  left: 0;
}
#point ul.flex li.txt h4 {
  font-family: "source-han-serif-japanese", serif;
  font-weight: 600;
  font-style: normal;
  color: #E0274B;
  font-size: 1.857143vw;
  line-height: 1;
}
#point ul.flex li.pic {
  width: 47.143vw;
}
#point ul.flex ul.bgBlue {
  margin: 1.43vw 0 2.143vw;
}
#point ul.flex ul.bgBlue li {
  margin-bottom: 5px;
  padding-left: 3.8095vw;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5vw;
  color: #fff;
  line-height: 1.905;
  background-color: #3B87A1;
  position: relative;
}
#point ul.flex ul.bgBlue li::after {
  content: "";
  width: 0.5943vw;
  height: 0.9vw;
  background: url(./img/arror_gold02.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 0.9vw) / 2);
  left: 0;
}
@media screen and (max-width: 768px) {
  #point {
    margin: 20vw auto 20.513vw;
  }
  #point .wrap {
    margin-top: 21.0256vw;
  }
  #point .wrap:first-child {
    margin-top: 0;
  }
  #point .wrap:first-child ul.flex {
    margin-left: 0;
  }
  #point .wrap:first-child ul.flex li.txt {
    width: calc(100% - 10.256vw);
  }
  #point .wrap:nth-child(2) ul.flex {
    margin-right: 0;
  }
  #point .wrap:nth-child(2) ul.flex li.pic {
    order: 2;
  }
  #point .wrap:nth-child(2) ul.flex li.txt {
    width: calc(100% - 10.256vw);
    order: 1;
    margin: 0 auto;
  }
  #point .wrap:nth-child(3) .underLine {
    width: calc(100% - 10.256vw);
    margin: 0 auto;
    padding-bottom: 0;
    font-size: 4.1vw;
    line-height: 1.5;
  }
  #point .wrap:nth-child(3) .underLine::after {
    content: none;
  }
  #point .wrap:nth-child(3) .picTxtWrap {
    margin: 5.1282vw 0 0;
  }
  #point .wrap:nth-child(3) .txtWrap {
    width: calc(100% - 10.256vw);
    margin: 0 auto;
    position: static;
  }
  #point .wrap:nth-child(3) .txtWrap ul.bgBlue {
    margin-top: 5.1282vw;
  }
  #point .wrap:nth-child(3) .txtWrap ul.bgBlue li {
    margin-bottom: 1.282vw;
    padding-left: 1em;
    font-size: 4.1vw;
    line-height: 2.5;
  }
  #point .wrap:nth-child(3) .txtWrap ul.bgBlue li::after {
    width: 2.13vw;
    height: 3.23vw;
    top: calc((100% - 3.23vw) / 2);
  }
  #point .wrap:nth-child(3) .txtWrap p {
    margin-top: 4.359vw;
    font-size: 4.1vw;
    line-height: 1.5;
  }
  #point .wrap:nth-child(4) .underLine, #point .wrap:nth-child(4) div.flex {
    width: calc(100% - 10.256vw);
    margin: auto;
    font-size: 4.1vw;
    line-height: 1.5;
  }
  #point .wrap:nth-child(4) .underLine {
    padding-bottom: 0;
  }
  #point .wrap:nth-child(4) .underLine::after {
    content: none;
  }
  #point .wrap:nth-child(4) div.flex {
    justify-content: unset;
    flex-wrap: wrap;
  }
  #point .wrap:nth-child(4) div.flex .left {
    width: 100%;
    order: 2;
  }
  #point .wrap:nth-child(4) div.flex .left p {
    width: 100%;
    font-size: 4.1vw;
    line-height: 1.5;
  }
  #point .wrap:nth-child(4) div.flex ul.bgBlue {
    margin-bottom: 4.359vw;
  }
  #point .wrap:nth-child(4) div.flex ul.bgBlue li {
    margin-bottom: 1.282vw;
    padding-left: 1.25em;
    font-size: 4.1vw;
    line-height: 2.5;
  }
  #point .wrap:nth-child(4) div.flex ul.bgBlue li:first-child {
    padding-top: 1.25vw;
    padding-bottom: 0.77vw;
    line-height: 1.3125;
  }
  #point .wrap:nth-child(4) div.flex ul.bgBlue li::after {
    width: 2.13vw;
    height: 3.23vw;
    top: calc((100% - 3.23vw) / 2);
  }
  #point .wrap:nth-child(4) div.flex .right {
    width: 100%;
    margin: 5.1282vw 0 6.154vw;
    order: 1;
  }
  #point .wrap:nth-child(4) div.flex .right dl div {
    margin-bottom: 2vw;
  }
  #point .wrap:nth-child(4) div.flex .right dl div:nth-child(2) dd {
    padding-right: 7vw;
  }
  #point .wrap:nth-child(4) div.flex .right dl div:last-child {
    margin-bottom: 0;
  }
  #point .wrap:nth-child(4) div.flex .right dl div:last-child dt {
    line-height: 1.28;
  }
  #point .wrap:nth-child(4) div.flex .right dl div:last-child dd {
    padding-right: 4.487vw;
  }
  #point .wrap:nth-child(4) div.flex .right dl dt {
    width: 54.28%;
    height: 16.974vw;
    font-size: 4.615vw;
    line-height: 1.28;
  }
  #point .wrap:nth-child(4) div.flex .right dl dt::after {
    border-top: 8.5897vw solid transparent;
    border-bottom: 8.5897vw solid transparent;
    border-left: 5.89436vw solid #b79b60;
    top: calc((100% - 17.1794vw) / 2);
    right: -5.55vw;
  }
  #point .wrap:nth-child(4) div.flex .right dl dd {
    width: 45.72%;
    padding-right: 6.41vw;
    padding-bottom: 1vw;
    font-size: 10.25641vw;
  }
  #point .wrap:nth-child(4) div.flex .right dl dd span.small {
    font-size: 0.6em;
  }
  #point .wrap .underLine {
    padding-bottom: 5.67em;
    font-size: 1.2857vw;
    position: relative;
  }
  #point .wrap .underLine::after {
    content: "";
    width: 4.2857vw;
    height: 2px;
    background-color: #B79B60;
    position: absolute;
    bottom: 3.57143vw;
    left: 0;
  }
  #point .title {
    width: calc(100% - 10.256vw);
    margin: 0 auto 5.1282vw auto;
  }
  #point .title .pointhead {
    width: 20.5128vw;
    margin-right: 3.846vw;
  }
  #point .title h3 {
    width: calc(100% - 24.35882vw);
    font-size: 7.43589vw;
    line-height: 1.413;
  }
  #point .title h3 span.small {
    font-size: 0.724em;
  }
  #point ul.flex {
    width: 100%;
    display: block;
  }
  #point ul.flex li.txt {
    width: calc(100% - 10.256vw);
    margin: 0 auto;
    font-size: 4.1vw;
  }
  #point ul.flex li.txt p {
    font-size: 4.1vw;
    line-height: 1.5;
  }
  #point ul.flex li.txt p:first-child {
    padding-bottom: 0;
  }
  #point ul.flex li.txt p:first-child::after {
    content: none;
  }
  #point ul.flex li.txt h4 {
    font-size: 5.1232vw;
  }
  #point ul.flex li.pic {
    width: 100%;
    margin: 1.25em 0;
  }
  #point ul.flex ul.bgBlue {
    margin: 5.385vw 0 2.5641vw;
  }
  #point ul.flex ul.bgBlue li {
    margin-bottom: 1.282vw;
    padding-left: 1.25em;
    font-size: 4.1vw;
    line-height: 2.5;
  }
  #point ul.flex ul.bgBlue li::after {
    width: 2.13vw;
    height: 3.23vw;
    top: calc((100% - 3.23vw) / 2);
  }
}

#advisor {
  padding: 100px 50px;
  background: url(./img/consultant_bg.webp) no-repeat left top;
  background-size: 100% auto;
}
#advisor p.read {
  margin-top: 55px;
  text-align: center;
}
#advisor p.read span {
  font-weight: bold;
}
#advisor div.wrap {
  width: 100%;
  max-width: 1100px;
  margin: 30px auto 0;
  padding: 50px 50px 94px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
#advisor div.wrap ul.flex {
  margin-bottom: 50px;
  align-items: center;
}
#advisor div.wrap ul.flex li.pic {
  width: 39.5%;
  max-width: 395px;
  margin-right: 30px;
}
#advisor div.wrap ul.flex li.txt {
  width: calc(100% - (39.5% + 30px));
}
#advisor div.wrap ul.flex li.txt p {
  font-size: 16px;
  line-height: 2;
}
#advisor div.wrap ul.flex li.txt p.name {
  margin-bottom: 1.4286em;
  font-size: 21px;
  line-height: 1.524;
  font-weight: 600;
}
#advisor div.wrap h3 {
  font-family: "yu-gothic-pr6n", sans-serif;
  color: #E4012D;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.524;
}
#advisor div.wrap p.mainTxt {
  margin-top: 2em;
}
#advisor div.wrap h4 {
  margin: 74px 0 50px;
  text-align: center;
  line-height: 1;
  position: relative;
}
#advisor div.wrap h4::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #3B87A1;
  position: absolute;
  top: calc((100% - 1px) / 2);
  left: 0;
}
#advisor div.wrap h4 span {
  padding: 0 12.5px;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: 36px;
  color: #3B87A1;
  font-weight: 600;
  background-color: #fff;
  position: relative;
}
#advisor div.wrap div.flex .txtWrap {
  width: calc(100% - (18.1% + 69px));
  font-size: 16px;
  line-height: 2;
}
#advisor div.wrap div.flex .img {
  width: 18.1%;
  max-width: 181px;
  margin-left: 69px;
}
#advisor div.wrap div.flex div.btn {
  margin-top: 68px;
}
#advisor div.wrap div.flex div.btn a {
  width: 61.33%;
  max-width: 460px;
  height: 60px;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
  background-color: #3B87A1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#advisor div.wrap div.flex div.btn a::after {
  content: "";
  width: 21px;
  height: 7px;
  background: url(./img/arrow_white.svg) no-repeat right center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 7px) / 2);
  right: 10px;
}
@media screen and (hover: hover) {
  #advisor div.wrap div.flex div.btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  #advisor {
    padding: 14.8718vw 5.1282vw 20.51282vw;
    background: url(./img/consultant_bg_sp.webp) no-repeat left top;
    background-size: 100% auto;
  }
  #advisor p.read {
    margin-top: 1.875em;
    font-size: 4.1vw;
    text-align: left;
    letter-spacing: 0.05vw;
  }
  #advisor p.read span {
    font-weight: bold;
  }
  #advisor div.wrap {
    max-width: unset;
    margin: 5.1282vw auto 0;
    padding: 5.1282vw;
  }
  #advisor div.wrap ul.flex {
    margin-bottom: 7.6923vw;
    display: block;
  }
  #advisor div.wrap ul.flex li.pic {
    width: 100%;
    max-width: unset;
    margin-right: 0;
  }
  #advisor div.wrap ul.flex li.txt {
    width: 100%;
  }
  #advisor div.wrap ul.flex li.txt p {
    font-size: 3.589vw;
    line-height: 1.285;
  }
  #advisor div.wrap ul.flex li.txt p.name {
    margin: 1.25em 0;
    font-size: 4.1vw;
    line-height: 1.5;
  }
  #advisor div.wrap h3 {
    font-size: 4.6154vw;
    line-height: 1.34;
  }
  #advisor div.wrap p.mainTxt {
    margin-top: 1.5em;
    font-size: 4.1vw;
    line-height: 1.5;
  }
  #advisor div.wrap h4 {
    margin: 10.25641vw 0 5.1282vw;
  }
  #advisor div.wrap h4 span {
    padding: 0 12.5px;
    font-size: 6.154vw;
  }
  #advisor div.wrap div.flex {
    display: block;
  }
  #advisor div.wrap div.flex .txtWrap {
    width: 100%;
    font-size: 4.1vw;
    line-height: 1.5;
  }
  #advisor div.wrap div.flex .img {
    width: 51.7143%;
    max-width: unset;
    margin: 5.1282vw auto 0;
  }
  #advisor div.wrap div.flex div.btn {
    margin-top: 5.1282vw;
  }
  #advisor div.wrap div.flex div.btn a {
    width: 100%;
    max-width: unset;
    height: 15.3846vw;
    padding-left: 1.25em;
    font-size: 4.1vw;
    line-height: 1.3125;
    justify-content: flex-start;
  }
  #advisor div.wrap div.flex div.btn a::after {
    width: 5.3846vw;
    height: 1.795vw;
    top: calc((100% - 1.795vw) / 2);
    right: 2.49vw;
  }
}

.telWrap {
  margin-bottom: 150px;
  padding: 50px 0;
  font-family: "yu-mincho-pr6n", sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: #3B87A1;
  position: relative;
}
.telWrap::after {
  content: "";
  width: 58px;
  height: 40px;
  background: url(./img/arrow_blue.svg) no-repeat center top;
  background-size: contain;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
.telWrap h3 {
  font-size: 1.78em;
  font-weight: 500;
  line-height: 1.3125;
}
.telWrap .telImg {
  width: 40.143%;
  max-width: 562px;
  margin: 17px auto 23px;
}
.telWrap p.txt {
  text-align: center;
}
.telWrap p.txt span {
  margin: 0 auto;
  padding: 7px 50px 9px;
  font-size: 1.34em;
  background-color: #B79B60;
  border-radius: 80px;
}
@media screen and (max-width: 768px) {
  .telWrap {
    margin-bottom: 25.641vw;
    padding: 5.1282vw 0;
  }
  .telWrap::after {
    width: 7.18vw;
    height: 5.1282vw;
    bottom: -5.12vw;
  }
  .telWrap h3 {
    font-size: 5.3846vw;
    line-height: 1.34;
  }
  .telWrap .telImg {
    width: 78.4615%;
    max-width: unset;
    margin: 5.1282vw auto 2.5641vw;
  }
  .telWrap p.txt {
    width: 85.1282%;
    margin: auto;
  }
  .telWrap p.txt span {
    margin: 0 auto;
    padding: 0.35em 0 0.45em;
    font-size: 5.1282vw;
    text-align: center;
    line-height: 1.143;
    border-radius: 120px;
    display: block;
  }
}

#form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 90px;
}
#form h2 {
  margin-bottom: 1.25em;
}
#form p.read {
  margin-bottom: 2.78em;
  text-align: center;
}
#form p.caution {
  margin-bottom: 5px;
  color: #E60039;
  font-size: 0.78em;
}
#form dl div.basic {
  margin-bottom: 16px;
  display: flex;
}
#form dl dt {
  width: 13.1em;
  margin-right: 10px;
  padding-top: 24px;
  font-size: 0.89em;
  font-weight: bold;
  line-height: 1;
}
#form dl dt.radiobox {
  padding-top: 0;
}
#form dl dt span {
  position: relative;
}
#form dl dt span::after {
  content: "※";
  color: #E60039;
  font-size: 11px;
  font-weight: normal;
  position: absolute;
  top: 0;
  right: -11px;
}
#form dl dd {
  width: calc(100% - (13.1em + 10px));
  font-size: 0.78em;
}
#form dl div.radioWrap {
  display: flex;
}
#form dl div.radioWrap label {
  margin-right: 30px;
}
#form dl div.bgGray {
  margin: 32px 0;
  padding: 32px;
  background-color: #F5F7FA;
}
#form dl div.bgGray div.basic:last-child {
  margin-bottom: 0;
}
#form dl div.bgGray div.basic.normalWrap {
  margin-bottom: 40px;
  font-weight: bold;
  align-items: center;
}
#form dl div.bgGray div.basic.normalWrap dt {
  padding-top: 0;
}
#form dl div.bgGray dt {
  width: 11em;
}
#form dl div.bgGray dd {
  width: calc(100% - (11em + 10px));
}
#form dl div.bgGray dd div.flex {
  align-items: center;
}
#form dl div.bgGray input.date {
  width: 50%;
  max-width: 240px;
}
#form dl div.bgGray select {
  width: 50%;
  max-width: 240px;
  height: 60px;
  margin: 0 10px 0 30px;
  -webkit-appearance: none;
  appearance: none;
  background: url("./img/arrow_gold.svg") no-repeat right 10px center;
  background-size: 10px 12px;
  background-color: #fff;
}
#form dl p.error {
  margin-top: 4px;
  color: #E60039;
}
#form ul.btnWrap {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
#form ul.btnWrap li {
  margin: auto;
}
#form ul.btnWrap a, #form ul.btnWrap button {
  width: 260px;
  height: 60px;
  color: #fff;
  font-size: 0.89em;
  font-weight: bold;
  line-height: 1;
  background-color: #3B87A1;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
#form ul.btnWrap a::after, #form ul.btnWrap button::after {
  content: "";
  width: 21px;
  height: 7px;
  background: url(./img/arrow_white.svg) no-repeat right center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 7px) / 2);
  right: 10px;
}
@media screen and (hover: hover) {
  #form ul.btnWrap a:hover, #form ul.btnWrap button:hover {
    opacity: 0.7;
  }
}
#form ul.btnWrap li.back a, #form ul.btnWrap li.back button {
  background-color: #a2a2a2;
}
#form ul.btnWrap li.back a::after, #form ul.btnWrap li.back button::after {
  transform: scale(-1, 1);
  right: unset;
  left: 10px;
}
#form .confirm dl {
  margin-top: 1.5em;
}
#form .confirm dl dt {
  padding-top: 0;
}
#form .confirm dl dd {
  padding-left: 2em;
}
#form .thanks {
  padding: 4em 1em;
  background-color: #B79B60;
}
#form .thanks p.endTxt {
  font-family: "source-han-serif-japanese", serif;
  color: #fff;
  text-align: center;
}
#form .thanks p.endTxt span {
  font-size: 1.25em;
}
@media screen and (max-width: 768px) {
  #form {
    width: calc(100% - 10.25641vw);
    max-width: unset;
    margin: 0 auto;
    padding: 0 0 20.513vw;
    font-size: 4.1vw;
  }
  #form h2 {
    margin-bottom: 0.7214em;
  }
  #form p.read {
    margin-bottom: 1.25em;
  }
  #form p.caution {
    margin-bottom: 2.14em;
    font-size: 0.875em;
  }
  #form dl div.basic {
    margin-bottom: 1.25em;
    display: block;
  }
  #form dl dt {
    width: 13.1em;
    margin-right: 0;
    margin-bottom: 0.625em;
    padding-top: 0;
    font-size: 1em;
  }
  #form dl dt.radiobox {
    margin-bottom: 1.25em;
    padding-top: 0;
  }
  #form dl dt span::after {
    font-size: 0.625em;
    top: 0.1em;
    right: -1em;
  }
  #form dl dd {
    width: 100%;
    font-size: 1em;
  }
  #form dl div.radioWrap {
    display: flex;
  }
  #form dl div.radioWrap label {
    margin-right: 2.5em;
  }
  #form dl div.bgGray {
    margin: 32px 0;
    padding: 5.1282vw 5.1282vw 5.1282vw 3.59vw;
  }
  #form dl div.bgGray div.basic:last-child {
    margin-bottom: 0;
  }
  #form dl div.bgGray div.basic.normalWrap {
    margin-bottom: 1.25em;
  }
  #form dl div.bgGray div.basic.normalWrap dt {
    padding-top: 0;
  }
  #form dl div.bgGray dt {
    width: 100%;
  }
  #form dl div.bgGray dd {
    width: 100%;
  }
  #form dl div.bgGray dd.credForm {
    font-size: 0.875em;
  }
  #form dl div.bgGray dd div.flex {
    align-items: center;
  }
  #form dl div.bgGray input.date {
    width: 38.46vw;
    max-width: unset;
  }
  #form dl div.bgGray select {
    width: 28.2vw;
    max-width: unset;
    height: 13.325641vw;
    margin: 0 2.5641vw;
    background: url("./img/arrow_gold.svg") no-repeat right 10px center;
    background-size: 2.5641vw 3.077vw;
    background-color: #fff;
  }
  #form dl p.error {
    margin-top: 1.25vw;
  }
  #form ul.btnWrap {
    margin-top: 1.875em;
    flex-wrap: wrap;
  }
  #form ul.btnWrap li {
    margin: auto;
  }
  #form ul.btnWrap a, #form ul.btnWrap button {
    width: 66.67vw;
    height: 15.385vw;
    font-size: 1em;
  }
  #form ul.btnWrap a::after, #form ul.btnWrap button::after {
    width: 5.385vw;
    height: 1.82vw;
    top: calc((100% - 1.82vw) / 2);
    right: 2.565vw;
  }
  #form ul.btnWrap li.back a, #form ul.btnWrap li.back button {
    margin-bottom: 1em;
  }
  #form ul.btnWrap li.back a::after, #form ul.btnWrap li.back button::after {
    left: 2.565vw;
  }
  #form .confirm dl {
    margin-top: 1.5em;
  }
  #form .confirm dl dt {
    padding-top: 0;
  }
  #form .confirm dl dt.radiobox {
    margin-bottom: 0.625em;
  }
  #form .confirm dl dd {
    margin-bottom: 2em;
    padding-left: 0;
  }
}

footer {
  padding: 43px 0;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  background-color: #F5F7FA;
  border-top: 1px solid #a2a2a2;
}/*# sourceMappingURL=index.css.map */



/* 共通inputデザイン（既存があればそれに寄せてOK） */
.input-text {
  width: 100%;
  height: 60px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.4;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #fff;
}

/* date特有の余白・フォント差を吸収 */
input[type="date"].input-text {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Safari / Chrome：カレンダーアイコン位置調整 */
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0.8;
  cursor: pointer;
}

/* 中身のズレ対策（Safari） */
input[type="date"]::-webkit-datetime-edit {
  padding: 0;
}

/* Firefoxの内側余白 */
input[type="date"]::-moz-focus-inner {
  border: 0;
}

.note {
  font-size: 12px;   /* ※1 を小さく */
  vertical-align: super; /* 上付き文字 */
  margin-left: 2px;
  font-weight: normal;
}

.note-list {
  font-size: 11px;
  line-height: 1.5;
  color: #666;
  margin: 8px 0 0;
  padding-left: 1.6em; /* 数字分の余白 */
}

.note-list li {
  margin-bottom: 4px;
}



/* ブロック全体を中央に */
.privacy-consent{
  text-align: center !important;
}

/* ラベル自体を中央配置にする（既存labelスタイルを潰す） */
.privacy-consent .privacy-check{
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 auto !important;
  text-align: left !important;   /* 文言の並びは左詰めで自然 */
}

/* もし親に display:flex が当たってる場合の保険 */
.privacy-consent{
  display: block !important;
}

/* checkboxのサイズ差吸収（任意） */
.privacy-consent .privacy-check input[type="checkbox"]{
  width: 18px;
  height: 18px;
}

.privacy-link-wrap,
.privacy-check-wrap{
  text-align: center !important;
}
.privacy-check{
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.privacy-consent{
  background: #f7f7f7;          /* 薄いグレー（doctor寄り） */
  border: 1px solid #e0e0e0;    /* うっすら枠線 */
  border-radius: 6px;           /* 角丸 */
  padding: 16px 12px;           /* 内側余白 */
  margin-top: 24px;
}