abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  background-color: #fff;
  line-height: 1
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

body {
  position: relative;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  color: #221e1f;
  font-weight: 500
}

body>iframe,
body>img {
  display: none
}

html {
  font-size: 10px;
  font-size: 1.1765vw
}

.sp {
  display: block
}

.pc {
  display: none
}

@media (min-width: 751px) {
  html {
    font-size: 1.1111vw
  }

  .sp {
    display: none
  }

  .pc {
    display: block
  }
}

@media (min-width: 901px) {
  html {
    font-size: 10px
  }
}

ul,
ol {
  list-style: none
}

img {
  width: 100%;
  height: auto;
  display: block
}

.txt_blue {
  color: #023380;
}

.wrapper {
  max-width: 870px;
  margin: auto
}

.header_logo {
  width: 16.2rem;
  margin: 1.6rem 4rem
}

#mv {
  position: relative;
  background: #a9e0ff;
  background-size: contain;
}

.mv_btn {
  position: absolute;
  z-index: 2;
  bottom: 10.8rem;
  left: 50%;
  transform: translateX(-50%)
}

.btn {
  width: 77rem;
  height: 15rem;
  margin: 0 auto
}

.btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 0;
  border-radius: 7.5rem;
  color: #fff;
  font-weight: 700;
  font-size: 5.4rem;
  text-shadow: .2rem .2rem .2rem #00867f;
  text-decoration: none;
  background: linear-gradient(to bottom, #49c3bc, #49c3bc 50%, #1caca4 50%, #1caca4);
  box-shadow: .2rem .5rem 0 0 #00867f;
  box-sizing: border-box
}

.btn a:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: calc(8.5rem - 1.5rem);
  right: 4.6rem;
  width: 0;
  height: 0;
  border-top: 1.8rem solid #1caca4;
  border-left: 1.5rem solid rgba(255, 255, 255, 0);
  border-right: 1.5rem solid rgba(255, 255, 255, 0)
}

.btn a:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: calc(7.5rem - 3rem);
  right: 3rem;
  width: 6rem;
  height: 6rem;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: .2rem .2rem 0 0 #00867f
}

.btn a span {
  color: #ffde00
}

.mktoButtonRow {
  width: 50%;
  position: relative;
  z-index: 2;
  max-width: 470px;
  margin: auto
}

.mktoButtonRow span {
  color: #ffde00;
  text-shadow: 0 0 min(0.7058823529vw, 6px) #484848
}

.mktoButtonRow a,
.mktoButtonRow button {
  outline: 0;
  border: 0;
  display: block;
  border-radius: min(1.1764705882vw, 10px);
  font-size: min(3.5294117647vw, 30px);
  transition: transform .2s ease-out, box-shadow .2s ease-out;
  position: relative;
  width: 100%;
  height: 100%;
  padding: min(0.8235294118vw, 7px) min(1.1764705882vw, 10px) min(0.9411764706vw, 8px) 0;
  border-radius: min(5.8823529412vw, 50px);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(to bottom, #49c3bc, #49c3bc 50%, #1caca4 50%, #1caca4);
  box-shadow: .2rem .4rem 0 0 #00867f;
  box-sizing: border-box;
  line-height: 1.25
}

.mktoButtonRow a:hover,
.mktoButtonRow button:hover {
  box-shadow: 0 0 0 0 #00867f;
  transform: translate(0.2rem, 0.5rem)
}

.mktoButtonRow a:before,
.mktoButtonRow button:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  right: min(3.5294117647vw, 30px);
  transform: translate(-50%, -50%);
  border-top: min(1.1764705882vw, 10px) solid #1caca4;
  border-left: min(1.1764705882vw, 10px) solid rgba(255, 255, 255, 0);
  border-right: min(1.1764705882vw, 10px) solid rgba(255, 255, 255, 0)
}

.mktoButtonRow a:after,
.mktoButtonRow button:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: min(1.8823529412vw, 16px);
  width: min(4.1176470588vw, 35px);
  transform: translate(-50%, -50%);
  height: min(4.1176470588vw, 35px);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: min(0.1176470588vw, 1px) min(0.1176470588vw, 1px) 0 0 #00867f
}

#pageNumber {
  margin: 2rem auto;
  font-size: 2.4rem;
  color: #5f5c5d;
  text-align: center
}

#footer {
  margin: 2rem auto 0;
  padding: 4rem 0;
  background-color: #023380
}

.copyright {
  color: #fff;
  font-size: 2.2rem;
  text-align: center
}

#section05 .mktoButtonRow {
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center
}

#section05 .mktoButtonRow span {
  margin-left: 0 !important;
  width: 70%
}

#section05 .mktoForm .mktoButtonWrap.mktoPunch .mktoButton {
  outline: 0;
  border: 0;
  display: block;
  border-radius: min(1.1764705882vw, 10px);
  transition: transform .2s ease-out, box-shadow .2s ease-out;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: min(5.8823529412vw, 50px);
  color: #fff;
  text-decoration: none;
  background: linear-gradient(to bottom, #49c3bc, #49c3bc 50%, #1caca4 50%, #1caca4);
  box-shadow: .2rem .4rem 0 0 #00867f;
  box-sizing: border-box;
  line-height: 1.25;
  padding: min(2.3529411765vw, 20px);
  color: #ffde00;
  font-size: min(5.6470588235vw, 48px);
  font-weight: bold
}

#section05 {
  text-align: center;
  background: #e3f5f5;
}

#section05 .title {
  background-color: #023380;
  padding: min(5.2941176471vw, 45px) min(1.1764705882vw, 10px) min(5.6470588235vw, 48px) min(1.1764705882vw, 10px);
  margin-bottom: min(4.7058823529vw, 40px);
}

#section05 .title h3 {
  font-size: min(5.8823529412vw, 50px);
  color: #fff;
  font-weight: bold;
}

#section05 p,
#section05 label,
#section05 input,
#section05 textarea,
#section05 .mktoHtmlText {
  font-size: min(3.0588235294vw, 26px)
}

#section05 #mktoForm_2434 {
  width: 100% !important
}

#section05 .wrapper-form {
  padding: 0 min(3.5294117647vw, 30px) min(10.59vw, 90px) min(3.5294117647vw, 30px);
  margin-top: min(6.4705882353vw, 55px)
}

#section05 form {
  margin: auto;
  margin-top: min(4.7058823529vw, 40px)
}

#section05 form p.small-txt,
#section05 form .mktoHtmlText {
  font-size: min(1.6470588235vw, 14px);
  text-align: left;
  line-height: 2;
  width: 100%;
  color: #323232
}

#section05 form p.small-txt a,
#section05 form .mktoHtmlText a {
  text-decoration: underline
}

#section05 form input,
#section05 form textarea,
#section05 form select {
  width: min(53.1764705882vw, 452px) !important;
  padding: min(1.6470588235vw, 14px) min(1.1764705882vw, 10px);
  color: #5d5d5d;
  width: 100%;
  border: 0;
  border: min(0.2352941176vw, 2px) solid #5d5d5d;
  border-radius: min(0.5882352941vw, 5px);
  height: min(7.4117647059vw, 63px);
  display: flex;
  align-items: center;
  font-size: min(3.0588235294vw, 26px)
}

#section05 form textarea {
  height: min(14.3529411765vw, 122px)
}

#section05 form .w50 {
  width: 49%
}

#section05 form label {
  color: #323232
}

#section05 form label span {
  color: #fff;
  background: #e01919;
  padding: min(0.4705882353vw, 4px) min(0.3529411765vw, 3px);
  line-height: 1.1;
  font-size: min(2vw, 17px);
  display: inline-block;
  margin-left: min(0.5882352941vw, 5px);
  position: relative;
  top: min(-0.3529411765vw, -3px)
}

#section05 form .btn,
#section05 form .mktoButtonRow {
  max-width: 100%;
  width: 70%;
  margin-top: min(7.8823529412vw, 67px)
}

#section05 form .mktoButtonRow button {
  outline: 0;
  border: 0;
  display: block;
  transition: transform .2s ease-out, box-shadow .2s ease-out;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: min(5.8823529412vw, 50px);
  text-shadow: .2rem .2rem .2rem #00867f;
  text-decoration: none;
  background: linear-gradient(to bottom, #49c3bc, #49c3bc 50%, #1caca4 50%, #1caca4) !important;
  box-shadow: .2rem .5rem 0 0 #00867f !important;
  box-sizing: border-box;
  line-height: 1.25
}

.mktoForm .mktoRadioList>label,
.mktoForm .mktoCheckboxList>label {
  margin-left: 0 !important;
  padding-left: min(4.1176470588vw, 35px)
}

#section05 form .btn button,
#section05 form .mktoButtonRow button {
  padding: min(2.3529411765vw, 20px);
  color: #fff;
  font-size: min(5.6470588235vw, 48px);
  font-weight: bold
}

#section05 form .btn button::before,
#section05 form .mktoButtonRow button::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  right: min(3.588235vw, 22px);
  transform: translate(-50%, -50%);
  border-top: min(0.9411764706vw, 8px) solid rgba(255, 255, 255, 0);
  border-left: min(1.1764705882vw, 10px) solid #1caca4;
  border-bottom: min(0.9411764706vw, 8px) solid rgba(255, 255, 255, 0)
}

#section05 form .btn button::after,
#section05 form .mktoButtonRow button::after {
  right: min(1.6470588235vw, 14px)
}

#section05 .mktoFieldWrap input {
  width: min(53.1764705882vw, 452px) !important;
  max-width: 100%;
  margin-left: min(2.8235294118vw, 24px)
}

#section05 .mktoForm .mktoFormRow {
  display: flex;
  justify-content: flex-end
}

#section05 .mktoForm .mktoFormRow label {
  width: auto !important;
  position: relative;
  font-weight: bold;
  margin-bottom: min(1.1764705882vw, 10px)
}

#section05 .mktoForm .mktoFormRow label .mktoAsterix {
  position: absolute;
  right: min(-1.1764705882vw, -10px)
}

#section05 .mktoForm .mktoFormRow:nth-child(2) {
  width: 100%
}

#section05 .mktoForm .mktoFormRow:nth-child(2) .mktoFormCol,
#section05 .mktoForm .mktoFormRow:nth-child(2) .mktoHtmlText {
  width: 100% !important;
  font-weight: bold;
  text-align: center;
  font-size: min(3.0588235294vw, 26px)
}

#section05 .mktoForm .mktoFormRow:nth-child(3) {
  width: min(53.1764705882vw, 452px) !important;
  float: right
}

#section05 .mktoForm .mktoFormRow:nth-child(3) input {
  width: min(21.8823529412vw, 186px) !important
}

#section05 .mktoForm .mktoFormRow:nth-child(3) {
  width: 100% !important;
  display: flex;
  flex-direction: column
}

#section05 .mktoForm .mktoFormRow:nth-child(3) .mktoOffset {
  display: none
}

#section05 .mktoForm .mktoFormRow:nth-child(3) .mktoFieldDescriptor {
  display: flex;
  justify-content: flex-end;
  width: 100%
}

#section05 .mktoForm .mktoFormRow:nth-child(3) .mktoFieldDescriptor input {
  width: min(53.1764705882vw, 452px) !important
}

#section05 .mktoForm .mktoFormRow:nth-child(5) label {
  margin-right: min(2.1176470588vw, 18px)
}

#section05 .mktoForm .mktoFormRow:nth-child(5) label.mktoLabel {
  margin-right: 0
}

#section05 .mktoForm .mktoFormRow:nth-child(7) select {
  margin-left: min(1.1764705882vw, 10px);
}

#section05 .mktoForm .mktoFormRow:nth-child(7) label .mktoAsterix,
#section05 .mktoForm .mktoFormRow:nth-child(8) label .mktoAsterix {
  right: 0
}

#section05 .mktoForm .mktoFormRow:nth-child(10) {
  width: 100%
}

#section05 .mktoForm .mktoFormRow:nth-child(10) br {
  display: none
}

#section05 .mktoForm .mktoFormRow:nth-child(10) .mktoHtmlText,
#section05 .mktoForm .mktoFormRow:nth-child(10) strong,
#section05 .mktoForm .mktoFormRow:nth-child(10) span,
#section05 .mktoForm .mktoFormRow:nth-child(10) .mktoHtmlText p {
  font-size: min(1.6470588235vw, 14px);
  color: #323232 !important;
  width: 100% !important
}

#section05 .mktoForm .mktoFormRow:nth-child(10) .mktoFormCol,
#section05 .mktoForm .mktoFormRow:nth-child(10) .mktoFieldWrap {
  width: 100%
}

#section05 .groupInput,
#section05 .mktoFieldWrap {
  display: flex;
  justify-content: flex-end;
  align-items: start;
  margin-bottom: min(3.1764705882vw, 27px)
}

#section05 .groupInput>label,
#section05 .mktoFieldWrap>label {
  padding-top: min(1.1764705882vw, 10px)
}

#section05 .groupInput .input,
#section05 .mktoFieldWrap .input {
  width: min(53.1764705882vw, 452px);
  max-width: 100%;
  margin-left: min(2.8235294118vw, 24px);
  display: flex;
  justify-content: space-between;
  align-items: center
}

#section05 .groupInput .radio,
#section05 .mktoFieldWrap .radio {
  justify-content: flex-start
}

#section05 .groupInput .radio label,
#section05 .mktoFieldWrap .radio label {
  color: #6b6b6b;
  display: block;
  position: relative;
  padding-left: min(4.1176470588vw, 35px);
  margin-bottom: min(1.4117647059vw, 12px);
  margin-right: min(6.8235294118vw, 58px);
  font-size: min(3.2941176471vw, 28px);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

#section05 .groupInput .radio label input,
#section05 .mktoFieldWrap .radio label input {
  position: absolute;
  opacity: 0;
  cursor: pointer
}

#section05 .groupInput .radio label .checkmark,
#section05 .mktoFieldWrap .radio label .checkmark {
  position: absolute;
  top: 50%;
  left: min(-0.2352941176vw, -2px);
  height: min(2.9411764706vw, 25px);
  width: min(2.9411764706vw, 25px);
  background-color: #fff;
  border-radius: 50%;
  border: min(0.1176470588vw, 1px) solid #323232;
  transform: translate(0, -35%)
}

#section05 .groupInput .radio label .checkmark:after,
#section05 .mktoFieldWrap .radio label .checkmark:after {
  top: min(0.3529411765vw, 3px);
  left: min(0.3529411765vw, 3px);
  width: min(1.9411764706vw, 16.5px);
  height: min(1.9411764706vw, 16.5px);
  border-radius: 50%;
  background: #323232
}

#section05 .groupInput .radio input,
#section05 .mktoFieldWrap .radio input {
  width: auto
}

#section05 .groupInput .radio input:checked~.checkmark:after,
#section05 .mktoFieldWrap .radio input:checked~.checkmark:after {
  display: block
}

#section05 .groupInput .radio .checkmark:after,
#section05 .mktoFieldWrap .radio .checkmark:after {
  content: "";
  position: absolute;
  display: none
}

#section05 .groupInputRadio,
#section05 .mktoFieldWrapRadio {
  margin-top: min(3.7647058824vw, 32px);
  margin-bottom: min(2.3529411765vw, 20px)
}

#section05 .groupInput.groupInputSelect,
#section05 .mktoFieldWrap.groupInputSelect {
  margin-bottom: min(2.4705882353vw, 21px)
}

#section05 .groupInput.groupInputSelect label,
#section05 .mktoFieldWrap.groupInputSelect label {
  margin-left: min(-2.3529411765vw, -20px)
}

#section05 .groupInput.groupInputSelect label .small,
#section05 .mktoFieldWrap.groupInputSelect label .small {
  font-size: min(2.5882352941vw, 22px);
  font-style: normal
}

#section05 .groupInput.groupInputTextarea,
#section05 .mktoFieldWrap.groupInputTextarea {
  margin-bottom: min(6.2352941176vw, 53px)
}

#section05 .t-note {
  margin: min(7.6470588235vw, 65px) 0 min(8.9411764706vw, 76px) 0
}

#section05 .t-note li {
  padding-left: 0;
  line-height: 2.13
}

#section05 .t-note li::before {
  display: none
}

#section05 form {
  width: auto !important
}

#section05 form .mktoRadioList {
  width: min(53.1764705882vw, 452px) !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: min(2.8235294118vw, 24px)
}

#section05 form .mktoRadioList input {
  display: none
}

#section05 form .mktoRadioList label {
  margin-right: min(3.5294117647vw, 30px)
}

.mktoForm input[type=checkbox]+label:before,
.mktoForm input[type=radio]+label:before {
  position: absolute;
  top: 50%;
  left: 0;
  height: 25px !important;
  width: 25px !important;
  background-color: #fff;
  border-radius: 50%;
  border: min(0.1176470588vw, 1px) solid #323232 !important;
  transform: translate(70%, -50%)
}

.mktoForm input[type=radio]:checked+label:before {
  background-image: url(/rs/186-OXX-889/images/dot-bk.png);
  background-position: center !important;
  background-repeat: no-repeat
}

.mktoForm input[type=radio]:checked+label::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -3px;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50%;
  background: #323232;
  transform: translate(50%, -50%)
}

#section05 form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url(/rs/186-OXX-889/images/shimakosaku_Bizsuc_202512_ico-arr-select.png) 95% center no-repeat;
  background-size: min(3.7647058824vw, 32px);
  margin-left: min(2.8235294118vw, 24px)
}

#section05 form textarea {
  margin-left: min(1.1764705882vw, 10px)
}

@media (min-width: 751px) {
  .header_wrapper {
    width: 87rem;
    margin: 0 auto
  }

  .header_logo {
    margin: 1.6rem 0
  }

  #mv {
    width: 100%;
    background: #a9e0ff url(/rs/186-OXX-889/images/shimakosaku_Bizsuc_202512_mv_bg.png) center bottom no-repeat;
    background-size: auto 83.7rem;
    min-height: 83.7rem;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
  }

  #mv h1 {
    width: 100%;
  }

  .mv_wrap {
    max-width: 87rem;
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .mv_wrap > img {
    width: 94.5rem;
  }

  #mv .mv_btn {
    width: 47rem;
    height: 9.1rem;
    bottom: 5rem
  }

  #mv .mv_sub {
    font-size: 1.4rem;
    font-weight: 300;
    color: #fff;
    text-align: center;
    background: #ed4c57;
    height: 8.3rem;
  }

  #mv .mv_sub_img {
    max-width: 80rem;
    display: inline-block;
    margin-top: -1rem;
  }

  .btn {
    width: 61rem;
    height: 10rem
  }

  .btn a {
    padding: 0 3rem 0 0;
    border-radius: 5rem;
    font-size: 3.4rem;
    transition: transform 0.2s ease-out, box-shadow 0.2s ease-out
  }

  .btn a:before {
    top: calc(5.5rem - .9rem);
    right: 2.8rem;
    border-top: 1rem solid #1caca4;
    border-left: .9rem solid rgba(255, 255, 255, 0);
    border-right: .9rem solid rgba(255, 255, 255, 0)
  }

  .btn a:after {
    top: calc(5rem - 1.8rem);
    right: 2rem;
    width: 3.6rem;
    height: 3.6rem
  }

  .btn a:hover {
    box-shadow: 0 0 0 0 #00867f;
    transform: translate(.2rem, .5rem)
  }

  .sec01 {
    background: #ebf2ff;
    padding: 4.5rem 0 7.5rem;
  }
  .sec01_inner {
    margin: 0 auto;
    max-width: 75.8rem;
    width: 90%;
    background: #fff;
    padding: 3.8rem 0 5.5rem;
  }
  .sec01_ttl {
    text-align: center;
    font-size: 4.2rem;
    font-weight: 600;
    line-height: 1.286;
    margin-bottom: 3.5rem;
  }
  .sec01_fig01 {
    max-width: 70.7rem;
    margin: 0 auto;
  }
  .sec01_cap01 {
    font-size: 2.2rem;
    padding: 0 6rem;
    line-height: 1.418;
    margin-top: -.5rem;
  }
  .sec01_txt01 {
    font-size: 3.2rem;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 1rem;
    line-height: 1.688;
    margin-top: 3rem;
  }

  .sec02 {
    position: relative;
    padding: 7.5rem 0 7.5rem;
  }
  .sec02_ttl {
    text-align: center;
    font-size: 6rem;
    font-weight: 600;
    margin-bottom: 8.5rem;
  }
  .sec02_rel {
    position: relative;
  }
  .sec02_rel:not(:last-child) {
    margin-bottom: 9rem;
  }
  .sec02_inner {
    max-width: 87rem;
    margin: 0 auto;
    text-align: center;
    padding: 6rem 0;
  }
  .sec02_inner .sectionTtl {
    margin-bottom: 12rem;
  }
  .sec02_inner .flexContent + .flexContent {
    margin-top: 16rem;
  }
  .sec02_inner .flexContent:before {
    content: "";
    display: block;
    width: calc(50vw + 31rem);
    /* width: 127rem; */
    height: 100%;
    background: #e7f5fa;
    position: absolute;
    right: 0;
    top: 0;
  }
  .sec02_inner .flexContent.flexContent02:before {
    right: auto;
    left: 0;
  }
  .sec02_inner .flexContent .innerWrap {
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: space-between;
  }
  .sec02_inner .flexContent.flexContent02 .innerWrap {
    flex-direction: row-reverse;
  }
  .sec02_inner .flexContent .innerWrap .imgBox {
    width: 31.9rem;
  }
  .sec02_inner .flexContent .innerWrap .imgBox .caption {
    font-size: 2.8rem;
    font-weight: bold;
    margin-top: 1.5rem;
    text-align: left;
  }
  .sec02_inner .flexContent.flexContent02 .innerWrap .imgBox .caption {
    text-align: right;
    width: 34rem;
    margin-left: -2.1rem;
  }
  .sec02_inner .flexContent .innerWrap .textBox {
    font-size: 2.6rem;
    text-align: left;
    margin-bottom: 2rem;
  }
  .sec02_inner .flexContent.flexContent02 .innerWrap .textBox {
    margin-bottom: -5rem;
  }
  .sec02_inner .flexContent .innerWrap .textBox .attention {
    font-size: 3.6rem;
  }

  .sec03_ttl {
    text-align: center;
    font-size: 6rem;
    font-weight: 600;
    line-height: 1.233;
  }
  .sec03_sub {
    text-align: center;
    font-size: 4rem;
    font-weight: 600;
    margin-top: 4.5rem;
  }
  .sec03_note {
    max-width: 76rem;
    margin: 4.2rem auto 7.6rem;
    line-height: 1.556;
    font-size: 1.8rem;
  }
  .sec03 {
    position: relative;
    padding-bottom: 8rem;
  }
  .sec03:before {
    background: #e1f5f5;
    content: "";
    display: block;
    width: 100%;
    height: 30.5rem;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    position: absolute;
  }
  .sec03_inner {
    position: relative;
    z-index: 1;
    max-width: 87rem;
    margin: 0 auto;
  }
  .sec03_inner .subTtl {
    font-size: 4rem;
    font-weight: bold;
    color: #36b8b8;
  }
  .sec03_inner .flexBox {
    display: flex;
    justify-content: space-between;
    margin: 4rem auto 0;
  }
  .sec03_inner .flexBox .flexItem {
    width: calc((100% - 7rem) / 3);
    background: #fff;
    box-shadow: 0 0 3rem rgba(0, 0, 0, 0.16);
    padding: 3rem 1rem;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    min-height: 28rem;
  }
  .sec03_inner .flexBox .flexItem + .flexItem {
  }
  .sec03_inner .flexBox .flexItem .ico {
    width: 11.5rem;
    font-size: 0;
    margin: auto;
  }
  .sec03_inner .flexBox .flexItem .textBox {
    width: 100%;
  }
  .sec03_inner .flexBox .flexItem .textBox .ttl {
    font-size: 2rem;
    line-height: 1.5;
    margin: 1.2rem auto 1.5rem;
  }
  .sec03_inner .flexBox .flexItem .textBox .ttl span {
    font-size: 2.2rem;
    font-weight: bold;
    color: #1a408e;
  }
  .sec03_inner .flexBox .flexItem .textBox .note {
    font-size: 1.2rem;
  }


  #section05 form .mktoButtonRow button:hover {
    box-shadow: 0 0 0 0 #00867f !important;
    transform: translate(.2rem, .5rem);
  }

  #pageNumber {
    margin: 2.1rem auto;
    font-size: 2rem
  }

  .footer_link {
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
  }

  .footer_link a {
    font-size: 1.9rem;
    color: #5f5c5d;
    padding: .5rem 1rem;
    display: inline-block;
    text-decoration: none;
  }
  .footer_link > li:not(:last-child) {
    border-right: 1px solid #555959;
  }

  #footer {
    margin: 0 auto;
    padding: 1.6rem 0;
    background-color: #023380
  }

  .copyright {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

@media (max-width: 750px) {
  #btn_toggle{
    position: relative;
    display: block;
    text-align: center;
    width: 23rem;
    margin: 2.5rem auto;
    padding: 1.4rem 4rem 1.3rem 2rem;
    font-size: 2.6rem;
    font-weight: bold;
    background: transparent;
    color: #323232;
    border: .2rem solid #023380;
    border-radius: 1rem;
    outline: 0;
  }
  #btn_toggle:before{
    content: "";
    position: absolute;
    z-index: 3;
    top: 56%;
    right: 1.6rem;
    border-top: 1.8rem solid #323232;
    border-left: 1.5rem solid rgba(255, 255, 255, 0);
    border-right: 1.5rem solid rgba(255, 255, 255, 0);
    transform: translateY(-50%);
  }
  #btn_toggle.is-open:before{
    top: 50%;
    border-top: 0;
    border-bottom: 1.8rem solid #323232;
  }
  .w170{
    width: 20rem;
  }
  .t01{
    width: unset;
  }
  .mv_sub{
    font-size: 2.2rem;
    font-weight: 300;
    color: #fff;
    text-align: center;
    background: #ed4c57;
    height: 8.3rem;
  }
  #mv .mv_sub_img {
    max-width: 80rem;
    display: inline-block;
    margin-top: -1rem;
  }

  #section05 form .mktoButtonRow button {
    padding: min(2.3529411765vw, 20px) !important
  }

  #section05 .mktoForm .mktoFormRow:nth-child(5) label {
    margin-right: 18px
  }

  .mktoForm .mktoRadioList>label,
  .mktoForm .mktoCheckboxList>label {
    padding-left: 20px !important
  }

  .mktoForm input[type=checkbox]+label:before,
  .mktoForm input[type=radio]+label:before {
    position: absolute;
    top: 50%;
    height: 14px !important;
    width: 14px !important;
    background-color: #fff;
    border-radius: 50%;
    border: min(0.1176470588vw, 1px) solid #323232 !important;
    transform: translate(0, -50%);
    margin-left: 0 !important
  }

  .mktoForm input[type=radio]:checked+label::after {
    left: -2px;
    width: 10px !important;
    height: 10px !important
  }
  .mktoButtonRow button::before {
    top: 53%;
    right: min(5.0588235294vw, 43px);
    border-top: min(1.7647058824vw, 15px) solid #1caca4;
    border-left: min(1.7647058824vw, 15px) solid rgba(255, 255, 255, 0);
    border-right: min(1.7647058824vw, 15px) solid rgba(255, 255, 255, 0)
  }
  .mktoButtonRow button::after {
    width: min(7.0588235294vw, 60px);
    height: min(7.0588235294vw, 60px);
    right: min(1.5294117647vw, 13px)
  }
  .sec01 {
    background: #ebf2ff;
    padding: 4.5rem 0 7.5rem;
  }
  .sec01_ttl {
    text-align: center;
    font-size: 5.1rem;
    font-weight: 600;
    line-height: 1.402;
    margin-bottom: 5rem;
  }
  .sec01_inner {
    margin: 0 auto;
    max-width: 81.7rem;
    background: #fff;
    padding: 0 0 2rem;
  }
  .sec01_fig01 {
    margin: 0 auto;
  }
  .sec01_cap01 {
    font-size: 2.6rem;
    padding: 0 4rem;
    line-height: 1.418;
    margin-top: -.5rem;
  }
  .sec01_txt01 {
    font-size: 3.2rem;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 1rem;
    line-height: 1.688;
    margin-top: 5rem;
  }

  .sec02 {
    position: relative;
    padding: 7.5rem 0 8.5rem;
  }
  .sec02_ttl {
    text-align: center;
    font-size: 6rem;
    font-weight: 600;
    margin-bottom: 8.5rem;
  }
  .sec02_rel {
    position: relative;
  }
  .sec02_rel:not(:last-child) {
    margin-bottom: 0;
  }
  .sec02_inner {
    max-width: 77rem;
    margin: 0 auto;
    padding: 6rem 0;
  }
  .sec02_inner .sectionTtl {
    margin-bottom: 8vw;
  }
  .sec02_inner .flexContent + .flexContent {
    margin-top: 16vw;
  }
  .sec02_inner .flexContent:before {
    content: "";
    display: block;
    background: #e7f5fa;
    position: absolute;
    right: 3.4rem;
    width: 73rem;
    height: 52.4rem;
    bottom: 0;
    z-index: -1;
  }
  .sec02_inner .flexContent.flexContent02:before {
    height: 59.5rem;
    left: 3.4rem;
    right: unset;
  }
  .sec02_inner .flexContent .innerWrap {
    flex-wrap: wrap;
    display: flex;
    position: relative;
    z-index: 2;
    align-items: flex-end;
  }
  .sec02_inner .flexContent.flexContent02 .innerWrap {
    flex-direction: column;
  }
  .sec02_inner .flexContent .innerWrap .imgBox {
    width: 50.6rem;
  }
  .sec02_inner .flexContent .innerWrap .imgBox .caption {
    font-size: 3.4rem;
    margin-top: 3.4rem;
    font-weight: bold;
  }
  .sec02_inner .flexContent .innerWrap .textBox {
    width: 65.1rem;
    margin-bottom: 0;
    margin-right: 3.2rem;
    margin-left: auto;
    margin-top: 6rem;
  }
  .sec02_inner .flexContent.flexContent02 .innerWrap .textBox {
    width: 68.8rem;
    margin-left: 2rem;
    margin-right: auto;
    margin-top: 5rem;
  }
  .sec02_inner .flexContent.flexContent02 .innerWrap .imgBox .caption {
    text-align: right;
  }
  .sec02_inner .flexContent .innerWrap .textBox .attention {
    font-size: 4.8vw;
  }
  .sec03 {
    position: relative;
    padding-bottom: 10rem;
  }
  .sec03_ttl {
    text-align: center;
    font-size: 6rem;
    font-weight: 600;
    line-height: 1.233;
  }
  .sec03_ttl .space01 {
    letter-spacing: -2rem;
  }
  .sec03_sub {
    text-align: center;
    font-size: 4rem;
    font-weight: 600;
    margin-top: 4.5rem;
  }
  .sec03_note {
    max-width: 76rem;
    margin: 6.2rem auto 9.6rem;
    line-height: 1.556;
    font-size: 1.8rem;
  }
  .sec03:before {
    background: #e1f5f5;
    content: "";
    display: block;
    width: 100%;
    height: 84rem;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    position: absolute;
    z-index: -1;
  }
  .sec03_inner {
    max-width: 77rem;
    margin: 0 auto;
  }
  .sec03_inner .subTtl {
    font-size: 5.33333vw;
    padding: 0;
    margin: 0 auto;
  }
  .sec03_inner .flexBox {
    flex-wrap: wrap;
    margin: 5.33333vw auto 0;
  }
  .sec03_inner .flexBox .flexItem {
    display: flex;
    width: 100%;
    padding: 5rem 6.5rem;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.16);
    background: #fff;
    flex-wrap: wrap;
    text-align: center;
  }
  .sec03_inner .flexBox .flexItem:not(:last-child) {
    margin-bottom: 5rem;
  }
  .sec03_inner .flexBox .flexItem .ico {
    width: 18rem;
    margin-right: 2.5rem;
  }
  .sec03_inner .flexBox .flexItem .textBox {
    width: calc(100% - 24.33333vw);
    text-align: left;
  }
  .sec03_inner .flexBox .flexItem .textBox .ttl {
    font-size: 3.6rem;
    line-height: 1.5;
    margin: 0 auto 4rem;
  }
  .sec03_inner .flexBox .flexItem .textBox .ttl span {
    font-size: 3.6rem;
    font-weight: bold;
    color: #1A408E;
  }
  .sec03_inner .flexBox .flexItem .textBox .note {
    font-size: 3.733333vw;
  }

  
  #section05 .title {
    /* padding: min(5.2941176471vw, 45px) min(1.1764705882vw, 10px) min(6.1176470588vw, 52px) min(1.1764705882vw, 10px); */
    padding: 4.1rem 2rem 4.9rem;
    margin-bottom: 0
  }

  #section05 .title h3 {
    font-size: min(7.0588235294vw, 60px)
  }

  #section05 .t-note {
    padding: 0 min(8.2352941176vw, 70px) 0 min(9.4117647059vw, 80px);
    margin: min(6.7058823529vw, 57px) 0
  }

  #section05 .t-note li {
    line-height: 1.8;
    font-size: min(2.5882352941vw, 22px)
  }

  #section05 form {
    margin-top: min(6vw, 51px)
  }

  #section05 form p {
    font-size: min(4vw, 34px);
    font-weight: bold;
    line-height: 1.5
  }

  #section05 form input {
    height: min(10.1176470588vw, 86px);
    padding: min(2.3529411765vw, 20px);
    font-size: min(4vw, 34px)
  }

  #section05 form p.small-txt {
    padding: min(7.0588235294vw, 60px) min(9.4117647059vw, 80px) min(1.1764705882vw, 10px) min(9.4117647059vw, 80px);
    font-size: min(2.5882352941vw, 22px);
    font-weight: bold;
    line-height: 1.8
  }

  #section05 form .btn,
  #section05 form .mktoButtonRow {
    width: 100%;
    padding: 0 min(4.7058823529vw, 40px);
    margin-top: min(4vw, 34px)
  }

  #section05 form .btn button,
  #section05 form .mktoButtonRow button {
    font-size: min(6.3529411765vw, 54px);
    padding: min(5.0588235294vw, 43px) min(6.3529411765vw, 54px) min(4.7058823529vw, 40px) min(4.3529411765vw, 37px);
    width: 100%
  }

  #section05 form .btn button::before,
  #section05 form .mktoButtonRow button::before {
    border-top: min(1.7647058824vw, 15px) solid rgba(255, 255, 255, 0);
    border-left: min(1.7647058824vw, 15px) solid #1caca4;
    border-bottom: min(1.7647058824vw, 15px) solid rgba(255, 255, 255, 0);
    right: min(3.2vw, 37px);
  }

  #section05 form .btn button::after,
  #section05 form .mktoButtonRow button::after {
    right: min(0.5882352941vw, 5px)
  }

  #section05 .wrapper-form {
    padding: 0 min(10.3529411765vw, 88px) min(7.06vw, 60px)
  }

  #section05 .groupInput {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: min(2.3529411765vw, 20px)
  }

  #section05 .groupInput label {
    text-align: left;
    width: 100%;
    font-size: min(4vw, 34px);
    margin-bottom: min(0.7058823529vw, 6px)
  }

  #section05 .groupInput label span {
    font-size: min(2.3529411765vw, 20px);
    color: #fff;
    padding: min(0.4705882353vw, 4px) min(0.8235294118vw, 7px);
    margin-left: min(1.0588235294vw, 9px);
    position: relative;
    top: min(-0.5882352941vw, -5px)
  }

  #section05 .groupInput .input {
    width: 100%;
    margin-left: 0
  }

  #section05 .groupInput .input.radio {
    margin-top: min(1.1764705882vw, 10px)
  }

  #section05 .groupInput .input.radio label {
    font-size: min(4.4705882353vw, 38px);
    font-weight: bold;
    width: auto;
    padding-left: min(6.3529411765vw, 54px);
    margin-right: min(9.4117647059vw, 80px)
  }

  #section05 .groupInput .input.radio label .checkmark {
    height: min(4.1176470588vw, 35px);
    width: min(4.1176470588vw, 35px)
  }

  #section05 .groupInput .input.radio label .checkmark::after {
    top: min(0.4705882353vw, 4px);
    left: min(0.4705882353vw, 4px);
    width: min(2.8235294118vw, 24px);
    height: min(2.8235294118vw, 24px);
    border-radius: 50%;
    background: #323232
  }

  #section05 .groupInputRadio {
    margin-top: min(2.3529411765vw, 20px)
  }

  #section05 .groupInput.groupInputSelect label {
    margin-left: 0
  }

  #section05 .groupInput.groupInputTextarea {
    font-size: min(4vw, 34px);
    margin-bottom: min(1.7647058824vw, 15px)
  }

  #section05 .groupInput.groupInputTextarea label {
    margin-bottom: min(1.7647058824vw, 15px)
  }

  #section05 .groupInput.groupInputTextarea textarea {
    height: 170px;
    font-size: min(4vw, 34px);
    padding: min(2.3529411765vw, 20px)
  }

  #section05 .mktoFieldWrap {
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 0;
    width: 100%
  }

  #section05 .mktoFieldWrap input,
  #section05 .mktoFieldWrap textarea,
  #section05 .mktoFieldWrap select {
    margin-left: 0;
    width: 100% !important
  }

  #section05 .mktoFormCol {
    width: 100%
  }

  #section05 .mktoButtonRow {
    padding: 0
  }

  #section05 .mktoButtonRow span {
    width: 100%
  }

  #section05 .mktoForm {
    padding: 0 !important
  }

  #section05 .mktoForm .mktoFormRow {
    width: 100% !important
  }

  #section05 .mktoForm .mktoFormRow label {
    display: inline-block;
    width: -moz-max-content !important;
    width: max-content !important;
    position: relative;
    margin-bottom: min(1.1764705882vw, 10px);
    font-family: "Noto Sans JP"
  }

  #section05 .mktoForm .mktoFormRow label .mktoAsterix {
    right: min(-1.7647058824vw, -15px)
  }

  #section05 .mktoForm .mktoFormRow:nth-child(3) {
    width: 100% !important
  }

  #section05 .mktoForm .mktoFormRow:nth-child(3) .mktoFieldDescriptor {
    display: flex;
    justify-content: flex-end;
    width: 100%
  }

  #section05 .mktoForm .mktoFormRow:nth-child(3) .mktoFieldDescriptor input {
    width: 100% !important
  }

  #section05 .mktoForm .mktoFormRow:nth-child(3) input#FirstName {
    margin-right: 0
  }

  #section05 .mktoForm .mktoFormRow:nth-child(7) label .mktoAsterix,
  #section05 .mktoForm .mktoFormRow:nth-child(8) label .mktoAsterix {
    right: min(-1.1764705882vw, -10px)
  }

  #section05 .mktoForm .mktoFormRow:nth-child(7) select {
    margin-left: 0;
  }

  #section05 .mktoForm .mktoAsterix {
    display: inline-block;
    position: absolute;
    right: min(-1.1764705882vw, -10px)
  }

  #section05 .mktoForm .mktoGutter {
    display: none
  }

  #section05 .wrapper>p {
    font-size: 3.0588235294vw;
    line-height: 1.6;
  }

  .wrapper {
    padding: 0 min(2.3529411765vw, 20px)
  }

  .custom-select,
  .mktoFormRow {
    max-width: 100%;
    margin: 0
  }

  .custom-select .value,
  .custom-select select,
  .mktoFormRow .value,
  .mktoFormRow select {
    height: min(10.1176470588vw, 86px) !important;
    font-size: min(4vw, 34px) !important;
    padding: min(2.3529411765vw, 20px) !important;
    display: flex;
    justify-content: flex-start;
    align-items: center
  }

  .custom-select .value::after,
  .custom-select select::after,
  .mktoFormRow .value::after,
  .mktoFormRow select::after {
    right: min(2.4705882353vw, 21px);
    width: min(5.1764705882vw, 44px);
    height: min(2.5882352941vw, 22px)
  }

  .custom-select ul,
  .mktoFormRow ul {
    top: min(9.8823529412vw, 84px)
  }

  .footer_link {
    display: flex;
    justify-content: center;
  }

  .footer_link a {
    font-size: 2.4rem;
    color: #5f5c5d;
    padding: .5rem 1rem;
    display: inline-block;
    text-decoration: none;
  }
  .footer_link > li:not(:last-child) {
    border-right: 1px solid #555959;
  }

  footer {
    padding: min(0.9411764706vw, 8px) 0 min(1.4117647059vw, 12px) 0
  }

  footer .copyright {
    font-size: min(2.5882352941vw, 22px)
  }

  .ex_txt01 .pr_sp {
    padding-right: 2rem;
    display: inline-block;
  }

  .ex_txt01 .pl_sp {
    padding-left: 2rem;
    display: inline-block;
  }
}

/* 251120 */
.txt_blue-dark {
  color: #022159;
}
.sec-ttl {
  color: #023380;
  font-size: 5rem;
  text-align: center;
  line-height: 1.16;
  font-weight: bold;
}
.sec-inner {
  max-width: 87rem;
  margin: 0 auto;
}
.succession {
  background: #ebf2ff;
  padding: 4rem 0 5rem;
}
.succession .sec-ttl {
  line-height: 1.43;
}
.succession_fig01 {
  margin: 4.6rem 0;
}
.succession_txt01 {
  text-align: center;
  text-underline-offset: 1rem;
  line-height: 1.688;
  font-size: 2.6rem;
  font-weight: bold;
}
.succession_txt01 .txt_l {
  font-size: 1.2em;
  line-height: 1;
}
.txt_hl {
  background: #ffde00;
  background: linear-gradient(transparent, transparent 10%, #ffde00 10%, #ffde00 95%, transparent 95%, transparent);
}
.txt_center {
  text-align: center;
}
@media (max-width: 750px) {
  .sec-ttl {
    font-size: 5.8rem;
    line-height: 1.35;
  }
  .sec-inner {
    max-width: 81.7rem;
  }
  .succession {
    padding: 3.5rem 0 5rem;
  }
  .succession_fig01 {
    margin: 4.6rem 0 5.2rem;
  }
  .succession_txt01 {
    font-size: 3.3rem;
  }
}
.cv_wrap {
  /* background: #525459; */
  background: rgba(82, 84, 89, 0.65);
  padding: 2.4rem 0 2.8rem;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  left: 0;
}
.cv_wrap .btn {
  height: 8.4rem;
  width: 57rem;
}
.cv_wrap a.cv_btn {
  text-align: center;
  text-shadow: unset;
  background: #ffde00 url(/rs/186-OXX-889/images/shimakosaku_Bizsuc_202512_btn-bg.png) center center/cover no-repeat;
  box-shadow: .2rem .5rem 0 0 #dca000;
  line-height: 1.2;
  font-size: 2.6rem;
  padding: 0;
}

.cv_wrap a:before,
.cv_wrap a::after {
  content: unset;
}
.cv_wrap a.cv_btn > span {
  color: #333333;
  position: relative;
  font-weight: 900;
}
.cv_wrap a.cv_btn .txt_l {
  font-size: 1.3em;
  color: #333333;
}
.cv_hide {
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.cv_show {
  transform: translateY(0%);
  transition: transform 0.3s ease;
}
@media (min-width: 751px) {
  .cv_wrap a:hover {
    box-shadow: 0 0 0 0 #dca000;
    transform: translate(.2rem, .5rem)
  }
  .cv_wrap a.cv_btn > span::before {
    content: '';
    position: absolute;
    z-index: 3;
    top: 50%;
    right: -3.85rem;
    border-top: 1.1rem solid #ffbb00;
    border-right: .9rem solid rgba(255, 255, 255, 0);
    border-left: .9rem solid rgba(255, 255, 255, 0);
    transform: translateY(-33%);
  }
  .cv_wrap a.cv_btn > span::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -4.6rem;
    width: 3.3rem;
    height: 3.3rem;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: .2rem .2rem 0 0 #ffbb00;
    transform: translateY(-50%);
  }
}
@media (max-width: 750px) {
  .cv_wrap {
    padding: 3rem 0 3.5rem;
  }
  .cv_wrap .btn {
    height: 10.6rem;
    width: 65rem;
  }
  .cv_wrap a.cv_btn {
    font-size: 3.2rem;
  }
  .cv_wrap a.cv_btn:hover {
    box-shadow: 0 0 0 0 #dca000;
    transform: translate(.2rem, .5rem)
  }
  .cv_wrap a.cv_btn > span::before {
    content: '';
    position: absolute;
    z-index: 3;
    top: 50%;
    right: -5.05rem;
    border-top: 1.4rem solid #ffbb00;
    border-right: 1.1rem solid rgba(255, 255, 255, 0);
    border-left: 1.1rem solid rgba(255, 255, 255, 0);
    transform: translateY(-33%);
  }
  .cv_wrap a.cv_btn > span::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -6.1rem;
    width: 4.1rem;
    height: 4.1rem;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: .2rem .2rem 0 0 #ffbb00;
    transform: translateY(-50%);
  }
}

.bg_wrap {
  background: #ebf2ff;
}
.valuation {
  padding: 4.7rem 0 0;
}
.valuation_fig01 {
  margin: 5.2rem auto 8.5rem;
}
.voice_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.voice_txt {
  max-width: 55.6rem;
  line-height: 1.458;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 2.6rem 3rem 4rem;
  background: #fff;
  position: relative;
  text-align: left;
  border-radius: 1rem;
  height: fit-content;
}
.voice_txt::after {
    content: '';
    position: absolute;
    z-index: 3;
    top: 50%;
    right: -3rem;
    border-left: 4.3rem solid #fff;
    border-top: 2.1rem solid rgba(255, 255, 255, 0);
    border-bottom: 2.1rem solid rgba(255, 255, 255, 0);
    transform: translateY(-50%);
}
.voice_img {
  flex-shrink: 0;
}
.voice_img.it01 {
  transform: translate(-1.5rem, 1.5rem);
}
@media (max-width: 750px) {
  .valuation {
    padding: 4.9rem 0 0;
  }
  .valuation_fig01 {
    margin: 5.2rem auto 5.5rem;
  }
  .voice_flex {
    justify-content: unset;
    align-items: end;
    gap: 2.2rem;
  }
  .voice_txt {
    font-size: 3.2rem;
    max-width: 52rem;
    padding: 2.7rem 4rem 3.3rem 4rem;
  }
  .voice_img {
    max-width: 25.7rem;
  }
  .voice_img.it01 {
    transform: unset;
  }
}

.stock-valuation {
  padding: 10rem 0 0;
}
.stock-valuation::before {
  content: unset;
}
.stock-valuation_ttl01 {
  background: #c8dbff;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: bold;
  color: #023380;
  padding: 1.1rem 2rem;
  display: flex;
  align-items: center;
}
.stock-valuation_ttl01 .tag {
  background: #023380;
  color: #fff;
  border-radius: 1.5rem;
  padding: .7rem 1.5rem .8rem;
  line-height: 1;
  font-size: 1.6rem;
  margin-right: 1rem;
}
.stock-valuation_fig01 {
  display: inline-block;
}
.stock-valuation_txt01 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.278;
  margin: 1.6rem .5rem 3.5rem 1.5rem;
}
.stock-valuation_txt01 .txt_space01 {
  letter-spacing: -.2em;
}
.stock-valuation_ttl01 .txt {
  padding-bottom: .2rem;
}
.stock-valuation_grid {
  display: flex;
  flex-wrap: wrap;
}
.stock-valuation_box {
  padding: 1.9rem .3rem .4rem;
  background: #fff;
  margin: 5.2rem 0 0;
}
.stock-valuation_item {
  max-width: 50%;
  width: 100%;
  padding: 1.1rem 1.1rem 3.9rem;
}
.stock-valuation_item.it02 {
  max-width: 100%;
  text-align: center;
}
.stock-valuation_item.it02 .stock-valuation_ttl01 .txt {
  border-left: 1.3rem solid #023380;
  padding-left: 1rem;
  margin: .2rem 0 .2rem 1.5rem;
}
.stock-valuation_item.it02 .stock-valuation_fig01 {
  display: inline-block;
  margin: 1.3rem auto .6rem;
}
.stock-valuation_item.it02 .stock-valuation_txt01 {
  display: inline-block;
  text-align: left;
  font-size: 1.6rem;
  margin: 0;
}
.stock-valuation_txt02 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.519;
  margin: 4.6rem auto 6rem;
}
.stock-valuation_txt02 .txt_l {
  font-size: 1.2em;
  line-height: 1;
}
@media (max-width: 750px) {
  .stock-valuation {
    padding: 15.4rem 0 10.4rem;
  }
  .stock-valuation_item {
    max-width: 100%;
  }
  .stock-valuation_box {
    padding: 0;
    margin: 4.8rem 0 0;
  }
  .stock-valuation_item {
    padding: 0 0 5rem;
  }
  .stock-valuation_item .txt_center{
    padding: 0 2.2rem;
  }
  .stock-valuation_ttl01 {
    font-size: 4.2rem;
    padding: 2.4rem 2.5rem 1.8rem;
  }
  .stock-valuation_ttl01 .tag {
    font-size: 3.3rem;
    border-radius: 3rem;
    padding: 1.3rem 3rem;
  }
  .stock-valuation_txt01 {
    font-size: 3.3rem;
    margin: 5.4rem 0.5rem 5.3rem 1.5rem;
    padding: 0 1rem;
    line-height: 1.35;
  }
  .stock-valuation_item.it02 .stock-valuation_txt01 {
    font-size: 2.3rem;
    max-width: 66rem;
    width: 100%;
    padding: 0 0 .4rem 2.5rem;
  }
  .stock-valuation_item.it02 .stock-valuation_ttl01 .txt {
    border-left: 2.5rem solid #023380;
    padding-left: 1.7rem;
    margin: .4rem 0 1.2rem 0rem;
  }
  .stock-valuation_txt02 {
    font-size: 3.4rem;
    margin: 5.5rem auto 6rem;
  }
  .stock-valuation .voice_flex{
    padding: 0 3.2rem;
    position: relative;
    gap: 0;
  }
  .stock-valuation .voice_txt{
    max-width: 51.5rem;
    padding: 2.7rem 1.6rem 4.3rem 2rem;
  }
  .stock-valuation .voice_img {
    position: absolute;
    right: 3rem;
    top: 6.5rem;
  }
}

.testimonials {
  padding: 10.6rem 0 0;
}
.testimonials_inner {
  max-width: 87rem;
  margin: 0 auto;
}
.testimonials_flex {
  margin: 7.1rem 0 0;
  display: flex;
  justify-content: space-between;
}
.testimonials_item {
  border-radius: 3rem;
  border: .5rem solid #023380;
  overflow: hidden;
  background: #fff;
  width: 100%;
}
.testimonials_item:not(:last-child) {
  margin-right: 2rem;
}
.testimonials_item-head {
  background: #fff9ce;
  display: flex;
  align-items: center;
  padding: 1.6rem 1rem 1.6rem 1.5rem;
}
.testimonials_fig01 {
  flex-shrink: 0;
  margin-right: 1.5rem;
}
.testimonials_ttl01 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.25;
}
.testimonials_ttl01 .sub {
  font-size: 1.5rem;
  display: block;
  margin-top: 1.6rem;
}
.testimonials_txt01 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.76;
  padding: 2.1rem 1.5rem 2.8rem;
  background: #fff;
}
@media (max-width: 750px) {
  .testimonials {
    padding: 8.6rem 0 10.1rem;
    background: #fff;
  }
  .testimonials_flex {
    flex-direction: column;
    margin: 5rem 0 0;
  }
  .testimonials_item {
    border-radius: 6rem;
    border: 1.1rem solid #023380;
  }
  .testimonials_item:not(:last-child) {
    margin-right: unset;
    margin-bottom: 6rem;
  }
  .testimonials_ttl01 {
    font-size: 3.7rem;
  }
  .testimonials_ttl01 .sub {
    font-size: 2.8rem;
    margin-top: 3.5rem;
  }
  .testimonials_txt01 {
    font-size: 3.7rem;
    padding: 2.8rem 3.3rem 4.3rem;
    line-height: 1.63;
  }
  .testimonials_item:last-of-type .testimonials_txt01 {
    padding: 3.1rem 4.6rem 3.6rem;
  }
  .testimonials_item-head {
    background: #fff9ce;
    display: flex;
    align-items: flex-start;
    padding: 4.4rem 1rem 4.6rem 2.5rem;
    gap: 1.7rem;
  }
  .testimonials_fig01 {
    width: 21.9rem;
  }
  .testimonials_ttl01{
    margin-top: 2.8rem;
  }
}

.flow {
  padding: 10.2rem 0 0;
}
.flow_box-flex {
  margin: 6.8rem auto 0;
}
.flow_box {
  position: relative;
  width: 73rem;
  margin: 0 auto 4.7rem;
  border: .6rem solid #023380;
  border-radius: 1rem;
  background: #fff;
}
.flow_box:last-of-type {
  margin: 0 auto;
}
.flow_step {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: -2.5rem;
  left: -2.5rem;
  width: 10rem;
  height: 10rem;
  background-color: #023380;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 2.6rem;
  text-align: center
}
.flow_step span.number {
  display: block;
  width: 100%;
  font-size: 4.6rem
}
.flow_flex {
  display: flex;
  align-items: center;
  min-height: 16rem;
  padding: 3rem 5rem 3rem 8rem;
}
.flow_txt {
  margin-left: 2rem;
  max-width: 46rem;
  width: 100%;
}
.flow_txt p:nth-of-type(1) {
  margin: 0 auto 1.5rem;
  font-weight: 700;
  font-size: 3.2rem
}
.flow_txt p:nth-of-type(2) {
  font-size: 2.6rem;
  line-height: 1.269;
}
.flow_el {
  flex-shrink: 0;
  margin: 0 auto;
}
.flow_el03 {
  margin: 0 1rem;
}

@media (max-width: 750px) {
  .flow {
    padding: 9.2rem 0 0;
  }
  .flow_box {
    margin: 0 auto 3.7rem;
    background: #fff;
  }
  .flow_box-flex {
    margin: 5.5rem auto 0;
  }
  .flow_flex {
    min-height: 26rem;
    padding: 0 4rem 0 5.5rem;
  }
  .flow_el {
    flex-shrink: unset;
    width: 10rem;
    margin: 0 auto;
  }
  .flow_txt {
    margin-left: 3.7rem;
    max-width: 48rem;
  }
  .flow_txt p:nth-of-type(1) {
    font-size: 3.2rem;
  }
  .flow_txt p:nth-of-type(2) {
    font-size: 2.8rem;
  }
}
.required-doc {
  padding: 10.4rem 0 10.7rem;
}
.required-doc_inner {
  max-width: 87rem;
  margin: 0 auto;
}
.required-doc_flex {
  display: flex;
  justify-content: space-between;
  margin: 5rem auto 0;
}
.required-doc_item {
  width: calc((100% - 3rem) / 3);
  background: #fff;
  padding: 3rem 1rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  min-height: 36rem;
}
.required-doc_item .ico {
  font-size: 0;
  margin: 0 auto;
}
.required-doc_txt01 {
  width: 100%;
}
.required-doc_txt01 .ttl {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 1.2rem auto 1.5rem;
}
.required-doc_txt01 .note {
  font-size: 1.8rem;
  font-weight: 600;
}
.required-doc_note {
  font-size: 1.8rem;
  line-height: 1.556;
  max-width: 76rem;
  margin: 2.2rem auto 0;
}
@media (max-width: 750px) {
  .required-doc {
    padding: 9.5rem 0 9.6rem;
  }
  .required-doc .required-doc_flex{
    padding: 0 4.2rem;
  }
  .required-doc_flex {
    flex-direction: column;
    margin: 5.5rem auto 0;
  }
  .required-doc_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    text-align: left;
    min-height: unset;
    margin-bottom: 4.7rem;
    padding: 4rem 4rem 4.3rem;
  }
  .required-doc_item:nth-of-type(3) {
    margin-bottom: 1.2rem;
  }
  .required-doc_item .ico {
    max-width: 18.8rem;
    width: 100%;
    flex-shrink: 0;
    margin-right: 2.6rem;
  }
  .required-doc_txt01 .ttl {
    font-size: 3.8rem;
    margin: 0 auto 2.8rem;
  }
  .required-doc_txt01 .note {
    font-size: 3.2rem;
  }
  .required-doc_note {
    font-size: 1.8rem;
    max-width: 76.5rem;
  }
}