@charset 'UTF-8';
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.57142;
  font-family: Meiryo, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', system-ui, sans-serif;
}

[lang=en] body {
  font-family: Helvetica, Arial, sans-serif;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
}

.corp-main {
  margin: 0 auto;
  padding: 80px 0;
  width: 950px;
}
.corp-u-pc-d-n {
  display: none;
}

.corp-badge {
  display: inline-block;
  padding: 2px 12px;
  border-radius: 18px;
  background-color: #4787ee;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}

.corp-box-outline-type01 {
  margin-top: 30px;
  border: 4px solid #e0e0e0;
}

.corp-box-outline-type01 {
  padding: 40px;
}

.corp-button {
  display: block;
  border: 1px solid #b6bbbe;
  background-color: #fff;
  border-radius: 4px;
  margin: 50px auto 0;
  padding: 21px;
  outline: none;
  cursor: pointer;
  color: #4787ee;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: .25s;
  transition-property: background-color, border-color;
}
.corp-button--multi {
  padding-top: 10px;
  padding-bottom: 10px;
}
.corp-button + .corp-button {
  margin-top: 25px;
}
.corp-button:hover {
  opacity: .7;
}
.corp-button:disabled,
.corp-button--disabled {
  pointer-events: none;
  opacity: .5;
}
.corp-button--blue-type01 {
  border-color: #4787ee;
  background-color: #4787ee;
  color: #fff;
}

.corp-button {
  width: 400px;
}

.corp-checkbox__input:checked::after,
.corp-checkbox__input::before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.corp-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.corp-checkbox__label {
  position: relative;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}
.corp-checkbox__label:not(:last-child) {
  margin-right: 20px;
}
.corp-checkbox__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  margin: 0;
  width: 0;
  height: 1.4rem;
}
.corp-checkbox__input::before {
  background-color: #f2f2f2;
}
.corp-checkbox__input:checked::before {
  border-color: #4787ee;
  background-color: #4787ee;
}
.corp-checkbox__input:checked::after {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS42OSIgaGVpZ2h0PSIxMC42MyIgdmlld0JveD0iMCAwIDE1LjY5IDEwLjYzIj4NCiAgPHBhdGggZD0iTTQuMjEyLDExLjIzM2w1LjAxMiwzLjg4Ny44NjQuNjcsNC40ODktNC41NDQsMS0xLjAxMiwzLTMuMDM3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMy42IC02LjQ5MykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+DQo8L3N2Zz4NCg==);
}
.corp-checkbox__input:disabled,
.corp-checkbox__input--disabled {
  pointer-events: none;
  opacity: .5;
}
.corp-checkbox__input:disabled + .corp-checkbox__text,
.corp-checkbox__input--disabled + .corp-checkbox__text {
  pointer-events: none;
  opacity: .5;
}
.corp-checkbox__text {
  padding-left: 30px;
  padding-right: 10px;
  display: inline-block;
}

.corp-checkbox {
  gap: 20px;
}

.corp-form-flow {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  margin: 60px auto 0;
}
.corp-form-flow__item {
  padding-top: 30px;
  text-align: center;
  position: relative;
  font-weight: bold;
  flex: 1;
}
.corp-form-flow__item::before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: #e6e6e6;
}
.corp-form-flow__item::after {
  content: '';
  display: block;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #e6e6e6;
  position: absolute;
  left: 0;
  top: 11px;
  right: 0;
  transform: translateX(-50%);
}
.corp-form-flow__item:first-of-type:after {
  width: 0;
}
.corp-form-flow__item--current,
.corp-form-flow__item:not(.corp-form-flow__item--current ~ .corp-form-flow__item) {
  color: #4787ee;
}
.corp-form-flow__item--current::before,
.corp-form-flow__item:not(.corp-form-flow__item--current ~ .corp-form-flow__item)::before {
  background-color: #4787ee;
}
.corp-form-flow__item--current::after {
  background-color: #4787ee;
}
.corp-form-flow__item--current span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.corp-form-flow__item--current span::before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  border: 1px solid #4787ee;
}
.corp-form-flow__item--current span::after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  margin-left: -15px;
  top: -2px;
  left: calc(50% + 1px);
  width: 28px;
  height: 28px;
  border: 1px solid rgba(11, 91, 206, .05);
  background: rgba(11, 91, 206, .5);
  animation: pulse 2.5s ease-in-out infinite;
}
.corp-form-flow__item:not(.corp-form-flow__item--current ~ .corp-form-flow__item) span::after {
  border-color: #4787ee;
}
.corp-form-flow__item:not(.corp-form-flow__item--current ~ .corp-form-flow__item):not(.corp-form-flow__item--current)::after {
  background-color: #4787ee;
}
@keyframes pulse {
  0% {
            transform: scale(0);
    -webkit-transform: scale(0);
            opacity: 1;
    -webkit-opacity: 1;
  }
  80% {
            transform: scale(2.5);
    -webkit-transform: scale(2.5);
            opacity: 0;
    -webkit-opacity: 0;
  }
  100% {
            transform: scale(2.5);
    -webkit-transform: scale(2.5);
            opacity: 0;
    -webkit-opacity: 0;
  }
}

.corp-form-flow {
  width: 700px;
}
.corp-form-flow__item::before {
  width: 24px;
  height: 24px;
  top: 0;
}
.corp-form-flow__item--current span::before {
  top: -5px;
  width: 34px;
  height: 34px;
  border-width: 2px;
}

.corp-form-validate + .corp-form-validate {
  margin-top: 30px;
}
.corp-form-validate--valid .corp-text-input__input,
.corp-form-validate--valid .corp-text-input__textarea {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDIxIDIxIj4NCiAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMyOSAtNDk0KSI+DQogICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDMgLTY3KSI+DQogICAgICA8cGF0aCBkPSJNMTAuNSwwQTEwLjUsMTAuNSwwLDEsMSwwLDEwLjUsMTAuNSwxMC41LDAsMCwxLDEwLjUsMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjg2IDU2MSkiIGZpbGw9IiM0Mjk3OWEiLz4NCiAgICAgIDxnPg0KICAgICAgICA8cGF0aCBkPSJNNC4yMTIsMTAuN2w1LjEsMy45NTNMMTYuNjc0LDcuMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjg2IDU2MSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIi8+DQogICAgICAgIDxyZWN0IHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjg2IDU2MSkiIGZpbGw9Im5vbmUiLz4NCiAgICAgIDwvZz4NCiAgICA8L2c+DQogIDwvZz4NCjwvc3ZnPg0K);
}
.corp-form-validate--invalid .corp-text-input__input,
.corp-form-validate--invalid .corp-text-input__textarea {
  border-color: #ffdbdb;
  background-color: #ffdbdb;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDIxIDIxIj4NCiAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMxMSAtNDk0KSI+DQogICAgPHBhdGggZD0iTTEwLjUsMEExMC41LDEwLjUsMCwxLDEsMCwxMC41LDEwLjUsMTAuNSwwLDAsMSwxMC41LDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMxMSA0OTQpIiBmaWxsPSIjZTk2OTc3Ii8+DQogICAgPGxpbmUgeTE9IjkuODI3IiB4Mj0iOS43MDgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMxNi43NDEgNDk5LjU2NykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIi8+DQogICAgPGxpbmUgeDI9IjkuODI3IiB5Mj0iOS43MDgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMxNi42ODIgNDk5LjYyNikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIi8+DQogIDwvZz4NCjwvc3ZnPg0K);
}
.corp-form-validate--invalid .corp-text-input__input ~ .corp-text-input__focus-line,
.corp-form-validate--invalid .corp-text-input__textarea ~ .corp-text-input__focus-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: .4s;
  background-color: #d87179;
}
.corp-form-validate--invalid .corp-form-validate__list {
  display: block;
}
.corp-form-validate__list {
  display: none;
  margin-top: 10px;
  font-size: 1.2rem;
  color: #e96977;
}

.corp-label {
  display: block;
  width: 100%;
}
.corp-label + .corp-label {
  margin-top: 30px;
}
.corp-label__title,
.corp-label__content {
  display: block;
}
.corp-label__content {
  margin-top: 10px;
}

.corp-link {
  color: #4787ee;
}
.corp-link:hover {
  opacity: .6;
}
.corp-link--bold {
  font-weight: bold;
}
.corp-link[target=_blank] {
  display: inline-block;
  padding-right: 26px;
  position: relative;
}
.corp-link[target=_blank]::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translate(0, -50%);
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTQiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNCAxMyI+DQogIDxpbWFnZSBpZD0iaWNvbi1zdXMtd2luZG93LnN2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjEzIiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUE0QUFBQU5DQVlBQUFDWjNGOS9BQUFBUDBsRVFWUW9rV01VTGRqL240RjR3QWhUeVVTQ0poVEFBdVV3RXFFV3hXWGsydmlmYktlT0JJMnc2Q0FsRWNBMUVoT0hHSUJpcDhJQWNVNW1ZR0FBQUFUcUJtVFlMa24vQUFBQUFFbEZUa1N1UW1DQyIvPg0KPC9zdmc+DQo=');
  background-repeat: no-repeat;
  background-size: contain;
  fill: currentColor;
}

.corp-link[target=_blank]::after {
  width: 16px;
  height: 16px;
}

.corp-list-decimal {
  counter-reset: item1;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.corp-list-decimal .corp-list-decimal {
  counter-reset: item2;
  margin-top: 30px;
  padding-left: .5em;
}
.corp-list-decimal__item {
  color: #333;
}
.corp-list-decimal__item::before {
  counter-increment: item1;
  content: counter(item1) '.';
  padding-right: .1em;
  font-weight: bold;
}
.corp-list-decimal__item .corp-list-decimal__item .corp-list-decimal__content {
  margin-left: 2.7em;
}
.corp-list-decimal__item .corp-list-decimal__item::before {
  counter-increment: item2;
  content: '（' counter(item2) '）';
  margin-right: -.5em;
  font-weight: bold;
}
.corp-list-decimal__item + .corp-list-decimal__item {
  margin-top: 30px;
}
.corp-list-decimal--en .corp-list-decimal__item .corp-list-decimal__item::before {
  content: '(' counter(item2) ')';
  margin-right: 0;
}
.corp-list-decimal__title {
  font-weight: 600;
}
.corp-list-decimal__content {
  margin: 0;
}

.corp-list-decimal__item {
  font-size: 1.6rem;
}

.corp-list-disc {
  margin-top: 30px;
}
.corp-list-disc__item {
  position: relative;
  padding-left: 30px;
}
.corp-list-disc__item::before {
  position: absolute;
  display: block;
  content: '';
  top: .5em;
  left: 6px;
  border-radius: 50%;
  background-color: #333;
  width: 4px;
  height: 4px;
}
.corp-list-disc__item + .corp-list-disc__item {
  margin-top: 10px;
}

.corp-list-note__item {
  position: relative;
  padding-left: 30px;
}
.corp-list-note__item::before {
  position: absolute;
  display: block;
  content: '※';
  top: 0;
  left: 0;
}
.corp-list-note__item + .corp-list-note__item {
  margin-top: 10px;
}
.corp-list-note--en .corp-list-note__item::before {
  content: '*';
}

.corp-note {
  margin-top: 30px;
  font-size: 1.5rem;
}

.corp-note__content {
  margin-top: 12px;
}
.corp-note__content .corp-list-note__item + .corp-list-note__item {
  margin-top: 12px;
}

.corp-panel {
  margin: 0;
}
.corp-panel__title {
  line-height: 1.2;
  margin: 0;
  padding: 13px 10px;
  background-color: #999;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.corp-panel__content {
  margin: 0;
  padding: 20px;
  height: 400px;
  background-color: #f2f2f2;
  overflow: hidden;
  overflow-y: scroll;
}
.corp-panel__content::-webkit-scrollbar {
  width: 3px;
}
.corp-panel__content::-webkit-scrollbar-thumb {
  background: #b6bbbe;
  border-radius: 3px;
}
.corp-panel__content::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-radius: 3px;
}

.corp-radio {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}
.corp-radio__label {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.corp-radio__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  margin: 0;
  width: 0;
  height: 1.4rem;
}
.corp-radio__input::before {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  border: 2px solid #f2f2f2;
  border-radius: 50%;
  background-color: #f2f2f2;
}
.corp-radio__input:checked::before {
  border-color: #4787ee;
  background-color: #fff;
}
.corp-radio__input:checked::after {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: calc(50% - 2px);
  left: 5px;
  transform: translateY(-50%);
  background-color: #4787ee;
  border-radius: 50%;
}
.corp-radio__text {
  padding-left: 30px;
  padding-right: 10px;
  display: inline-block;
}

.corp-radio {
  gap: 20px;
}

.corp-select {
  position: relative;
  display: inline-block;
}
.corp-select__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  width: 200px;
  min-height: 32px;
  border: 1px solid #dbdee0;
  padding: 5px 25px 5px 10px;
  cursor: pointer;
  color: #333;
}
.corp-select::after {
  content: '';
  position: absolute;
  border: 4px solid #707070;
  border-bottom: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  top: calc(50% - 3px);
  right: 10px;
  width: 0;
  height: 0;
}

.corp-title-lv1 + .corp-text,
.corp-title-lv1-en + .corp-text,
.corp-title-lv2 + .corp-text,
.corp-title-lv2-en + .corp-text,
.corp-title-lv2-en + .corp-text,
.corp-panel + .corp-text,
.corp-text + .corp-text:not(.corp-text--confirm):not(.corp-text--en):not(.corp-text--back),
.corp-text--result {
  margin-top: 30px;
}
.corp-text--center {
  text-align: center;
}
.corp-text--confirm {
  width: 100%;
  max-width: 100%;
  padding: 25px 20px 20px;
  background-color: #f2f2f2;
  overflow: hidden;
  overflow-y: scroll;
}
.corp-text--confirm::-webkit-scrollbar {
  width: 3px;
}
.corp-text--confirm::-webkit-scrollbar-thumb {
  background: #b6bbbe;
  border-radius: 3px;
}
.corp-text--confirm::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-radius: 3px;
}
.corp-text + .corp-text--confirm {
  margin-top: 15px;
}
.corp-text--strong {
  font-weight: bold;
}
.corp-text--back {
  margin-top: 40px;
  text-align: center;
}
.corp-text--back + .corp-text--back {
  margin-top: 10px;
}

.corp-text--confirm {
  max-height: 320px;
}

.corp-text-input {
  position: relative;
  display: block;
}
.corp-text-input__input,
.corp-text-input__textarea {
  outline: none;
  position: relative;
  padding: 20px;
  width: 100%;
  max-width: 100%;
  border: 2px solid #f2f2f2;
  border-radius: 0;
  background-color: #f2f2f2;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right 10px top 1.5rem;
  background-size: 21px 21px;
  font-size: 1.6rem;
}
.corp-text-input__input::-moz-placeholder,
.corp-text-input__textarea::-moz-placeholder {
  color: #b6bbbe;
}
.corp-text-input__input::placeholder,
.corp-text-input__textarea::placeholder {
  color: #b6bbbe;
}
.corp-text-input__input:focus,
.corp-text-input__textarea:focus {
  outline: none;
}
.corp-text-input__input:focus ~ .corp-text-input__focus-line,
.corp-text-input__textarea:focus ~ .corp-text-input__focus-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: .4s;
  background-color: #333;
}
.corp-text-input__input:disabled,
.corp-text-input__textarea:disabled {
  border-color: #ccc;
  background-color: #f1f1f1;
}
.corp-text-input__textarea {
  display: block;
  height: 320px;
  resize: none;
  font-family: Helvetica, Arial, Meiryo, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', system-ui, sans-serif;
  overflow: hidden;
  overflow-y: scroll;
}
.corp-text-input__textarea::-webkit-scrollbar {
  width: 3px;
}
.corp-text-input__textarea::-webkit-scrollbar-thumb {
  background: #b6bbbe;
  border-radius: 3px;
}
.corp-text-input__textarea::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-radius: 3px;
}

.corp-text-input__textarea {
  height: 320px;
}

.corp-title-lv2-en,
.corp-title-lv2,
.corp-title-lv1-en,
.corp-title-lv1 {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.corp-title-lv1 + .corp-title-lv1-en {
  margin-top: 15px;
}
.corp-form-flow + .corp-title-lv2 {
  margin-top: 50px;
}
.corp-title-lv2 + .corp-title-lv2-en {
  margin-top: 10px;
}

.corp-title-lv1 {
  font-size: 4rem;
}
.corp-title-lv1-en {
  font-size: 2.8rem;
}
.corp-title-lv2 {
  font-size: 3.2rem;
}
.corp-title-lv2-en {
  font-size: 2.4rem;
}

.corp-form-entry {
  display: flex;
  margin-top: 50px;
}
.corp-form-entry__label {
  display: flex;
}
.corp-form-entry__text {
  display: block;
  font-weight: bold;
}

.corp-form-entry {
  gap: 0 30px;
}
.corp-form-entry__box-label {
  flex: none;
  width: 130px;
}
.corp-form-entry__box-label--s {
  width: 120px;
}
.corp-form-entry__box-label--l {
  width: 230px;
}
.corp-form-entry__label {
  flex-direction: column;
}
.corp-form-entry__box-input {
  flex: 1;
}
.corp-form-entry--column {
  flex-direction: column;
  gap: 15px 0;
}
.corp-form-entry--column .corp-form-entry__box-label {
  width: 100%;
}
.corp-form-entry--column .corp-form-entry__label {
  gap: 15px .5em;
  flex-direction: row;
}

.corp-agreement__checkbox {
  margin-top: 15px;
}