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 {
  border: 0;
  box-sizing: border-box;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  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 {
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  position: relative;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

body>iframe,
body>img {
  display: none;
}

html {
  font-size: 10px;
  font-size: 1.1765vw;
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

.inline_sp {
  display: inline-block !important;
}

.inline_pc {
  display: none !important;
}

@media (min-width: 751px) {
  html {
    font-size: 1.1111vw;
  }

  .sp {
    display: none !important;
  }

  .pc {
    display: block !important;
  }

  .inline_sp {
    display: none !important;
  }

  .inline_pc {
    display: inline-block !important;
  }
}

@media (min-width: 901px) {
  html {
    font-size: 10px;
  }
}

ul,
ol {
  list-style: none;
}

img {
  display: block;
  height: auto;
  width: 100%;
}

.wrapper {
  margin: auto;
  max-width: 790px;
}

.header_logo {
  margin: 1.6rem 4rem;
  width: 16.2rem;
}

.mktoButtonRow {
  margin: auto;
  max-width: 470px;
  position: relative;
  width: 50%;
  z-index: 2;
}

.mktoButtonRow span {
  color: #ffde00;
  text-shadow: 0 0 min(0.7058823529vw, 6px) #484848;
}

.mktoButtonRow a,
.mktoButtonRow button {
  background: linear-gradient(to bottom, #49c3bc, #49c3bc 50%, #1caca4 50%, #1caca4);
  border: 0;
  border-radius: min(1.1764705882vw, 10px);
  border-radius: min(5.8823529412vw, 50px);
  box-shadow: .2rem .4rem 0 0 #00867f;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: min(3.5294117647vw, 30px);
  font-weight: 700;
  height: 100%;
  line-height: 1.25;
  outline: 0;
  padding: min(0.8235294118vw, 7px) min(1.1764705882vw, 10px) min(0.9411764706vw, 8px) 0;
  position: relative;
  text-decoration: none;
  transition: transform .2s ease-out, box-shadow .2s ease-out;
  width: 100%;
}

.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 {
  border-left: min(1.1764705882vw, 10px) solid rgba(255, 255, 255, 0);
  border-right: min(1.1764705882vw, 10px) solid rgba(255, 255, 255, 0);
  border-top: min(1.1764705882vw, 10px) solid #1caca4;
  content: "";
  position: absolute;
  right: min(3.5294117647vw, 30px);
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.mktoButtonRow a:after,
.mktoButtonRow button:after {
  background-color: #004d9d;
  border-radius: 50%;
  content: "";
  height: min(5.517vw, 48px);
  position: absolute;
  right: min(1.8823529412vw, 16px);
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(5.517vw, 48px);
  z-index: 2;
}

#pageNumber {
  color: #5f5c5d;
  font-size: 2.4rem;
  margin: 5rem auto 0;
  text-align: center;
}

#footer {
  background-color: #004d9d;
  margin: 6rem auto 0;
  padding: 4rem 0;
}

.copyright {
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
}

#inquiryForm .wrapper {
  margin: auto;
  max-width: 870px;
}

#inquiryForm .mktoButtonRow {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100% !important;
}

#inquiryForm .mktoButtonRow span {
  margin-left: 0 !important;
  width: 75%;
}

#inquiryForm .mktoForm .mktoButtonWrap.mktoPunch .mktoButton {
  background: linear-gradient(to bottom, #49c3bc, #49c3bc 50%, #1caca4 50%, #1caca4);
  border: 0;
  border-radius: min(1.1764705882vw, 10px);
  border-radius: min(5.8823529412vw, 50px);
  box-shadow: .2rem .4rem 0 0 #00867f;
  box-sizing: border-box;
  color: #fff;
  color: #ffde00;
  display: block;
  font-size: min(5.6470588235vw, 48px);
  font-weight: bold;
  height: 100%;
  line-height: 1.25;
  outline: 0;
  padding: min(2.3529411765vw, 20px);
  position: relative;
  text-decoration: none;
  transition: transform .2s ease-out, box-shadow .2s ease-out;
  width: 100%;
}

#inquiryForm {
  text-align: center;
}

#inquiryForm .title {
  background: linear-gradient(#0072e6, #004d9d);
  margin-bottom: 5.3em;
  padding: 6em 3em 6.3em;
}

#inquiryForm .title h3 {
  color: #fff;
  font-weight: bold;
  font-size: min(5.8823529412vw, 50px);
}

#inquiryForm p,
#inquiryForm label,
#inquiryForm input,
#inquiryForm textarea,
#inquiryForm .mktoHtmlText {
  font-size: min(3.0588235294vw, 26px);
  line-height: 1.313;
}

#inquiryForm #mktoForm_2434 {
  width: 100% !important;
}

#inquiryForm .wrapper-form {
  margin-top: min(6.4705882353vw, 55px);
  padding: 0 min(3.5294117647vw, 30px) min(1.7647058824vw, 15px) min(3.5294117647vw, 30px);
}

#inquiryForm form {
  margin: auto;
  margin-top: min(4.7058823529vw, 40px);
}

/* #inquiryForm form .mktoFormRow:nth-child(3) {
  display: none !important;
} */

#inquiryForm form p.small-txt,
#inquiryForm form .mktoHtmlText {
  color: #323232;
  font-size: min(1.6470588235vw, 14px);
  line-height: 2;
  text-align: left;
  width: 100% !important;
}

#inquiryForm form p.small-txt a,
#inquiryForm form .mktoHtmlText a {
  text-decoration: underline;
}

#inquiryForm form input,
#inquiryForm form textarea,
#inquiryForm form select {
  align-items: center;
  border: 0;
  border: min(0.2352941176vw, 2px) solid #5d5d5d;
  border-radius: min(0.5882352941vw, 5px);
  color: #5d5d5d;
  display: flex;
  font-size: min(3.0588235294vw, 26px);
  height: min(7.4117647059vw, 63px);
  padding: min(1.6470588235vw, 14px) min(1.1764705882vw, 10px);
  width: min(53.1764705882vw, 452px) !important;
  width: 100%;
}

#inquiryForm form textarea {
  height: min(14.3529411765vw, 122px);
}

#inquiryForm form .w50 {
  width: 49%;
}

#inquiryForm form label {
  color: #004d9d;
}

#inquiryForm form label span {
  background: #e01919;
  color: #fff;
  display: inline-block;
  font-size: min(2vw, 17px);
  line-height: 1.1;
  margin-left: min(0.5882352941vw, 5px);
  padding: min(0.4705882353vw, 4px) min(0.3529411765vw, 3px);
  position: relative;
  top: min(-0.3529411765vw, -3px);
}

#inquiryForm form .btn,
#inquiryForm form .mktoButtonRow {
  margin-top: min(7.8823529412vw, 67px);
  max-width: 100%;
  width: 70%;
}

#inquiryForm form .mktoButtonRow button {
  background: linear-gradient(#fffe8d, #fffd4f);
  border: 0;
  border-radius: min(5.8823529412vw, 50px);
  box-shadow: .2rem .5rem 0 0 #c5aa00 !important;
  box-sizing: border-box;
  display: block;
  height: 100%;
  line-height: 1.25;
  outline: 0;
  position: relative;
  text-decoration: none;
  transition: transform .2s ease-out, box-shadow .2s ease-out;
  width: 100%;
}

.mktoForm .mktoRadioList>label,
.mktoForm .mktoCheckboxList>label {
  margin-left: 0 !important;
  padding-left: min(4.1176470588vw, 35px);
}

#inquiryForm .mktoForm input[type=radio]+label {
  color: #221e1f;
}

#inquiryForm form .btn button,
#inquiryForm form .mktoButtonRow button {
  color: #004d9d;
  font-size: min(4.943vw, 43px);
  font-weight: bold;
  padding: min(2.759vw, 24px);
  padding-right: 14%;
}

#inquiryForm form .btn button::before,
#inquiryForm form .mktoButtonRow button::before {
  border-bottom: min(1.264vw, 11px) solid rgba(255, 255, 255, 0);
  border-left: min(1.609vw, 14px) solid #fdf848;
  border-top: min(1.264vw, 11px) solid rgba(255, 255, 255, 0);
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  right: 22.3%;
}

#inquiryForm form .btn button::after,
#inquiryForm form .mktoButtonRow button::after {
  /* right: min(1.6470588235vw, 14px); */
  right: 19.5%;
}

#inquiryForm .mktoFieldWrap input {
  margin-left: min(2.8235294118vw, 24px);
  max-width: 100%;
  width: min(53.1764705882vw, 452px) !important;
}

#inquiryForm .mktoForm .mktoFormRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#inquiryForm .mktoForm .mktoFormRow label {
  font-weight: bold;
  margin-bottom: min(1.1764705882vw, 10px);
  max-width: 312px;
  position: relative;
  width: auto !important;
}

#inquiryForm .mktoForm .mktoFormRow label .mktoAsterix {
  padding-right: 0;
  position: absolute;
  right: min(-1.1764705882vw, -10px);
}

#inquiryForm .mktoForm .mktoFormRow:nth-child(2) {
  width: 100%;
}

#inquiryForm .mktoForm .mktoFormRow:nth-child(2) .mktoFormCol,
#inquiryForm .mktoForm .mktoFormRow:nth-child(2) .mktoHtmlText {
  font-size: min(3.0588235294vw, 26px);
  font-weight: bold;
  text-align: center;
  width: 100% !important;
}

#inquiryForm .mktoForm .mktoFormRow:nth-child(3) {
  float: right;
  width: min(53.1764705882vw, 452px) !important;
}

#inquiryForm .mktoForm .mktoFormRow:nth-child(3) input {
  width: min(21.8823529412vw, 186px) !important;
}

#inquiryForm .mktoForm .mktoFormRow:nth-child(3) {
  display: flex;
  flex-direction: column;
  width: 100% !important;
}

#inquiryForm .mktoForm .mktoFormRow:nth-child(3) .mktoOffset {
  display: none;
}

#inquiryForm .mktoForm .mktoFormRow:nth-child(3) .mktoFieldDescriptor {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

#inquiryForm .mktoForm .mktoFormRow:nth-child(3) .mktoFieldDescriptor input {
  width: min(53.1764705882vw, 452px) !important;
}

#inquiryForm .mktoForm .mktoFormRow:nth-child(5) label {
  margin-right: min(2.1176470588vw, 18px);
}

#inquiryForm .mktoForm .mktoFormRow:nth-child(5) label.mktoLabel {
  margin-right: 0;
}

#inquiryForm .mktoForm .mktoFormRow:nth-child(7) select {
  margin-left: min(1.1764705882vw, 10px);
}

#inquiryForm .mktoForm .mktoFormRow:nth-child(10) {
  width: 100%;
}

#inquiryForm .mktoForm .mktoFormRow:nth-child(10) br {
  display: none;
}

#inquiryForm .mktoForm .mktoFormRow:nth-child(10) .mktoHtmlText,
#inquiryForm .mktoForm .mktoFormRow:nth-child(10) strong,
#inquiryForm .mktoForm .mktoFormRow:nth-child(10) span,
#inquiryForm .mktoForm .mktoFormRow:nth-child(10) .mktoHtmlText p {
  color: #323232 !important;
  font-size: min(1.6470588235vw, 14px);
  width: 100% !important;
}

#inquiryForm .mktoForm .mktoFormRow:nth-child(10) .mktoFormCol,
#inquiryForm .mktoForm .mktoFormRow:nth-child(10) .mktoFieldWrap {
  width: 100%;
}

#inquiryForm .groupInput,
#inquiryForm .mktoFieldWrap {
  align-items: start;
  display: flex;
  justify-content: flex-end;
  margin-bottom: min(3.1764705882vw, 27px);
}

#inquiryForm .groupInput>label,
#inquiryForm .mktoFieldWrap>label {
  padding-top: min(1.1764705882vw, 10px);
}

#inquiryForm .groupInput .input,
#inquiryForm .mktoFieldWrap .input {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: min(2.8235294118vw, 24px);
  max-width: 100%;
  width: min(53.1764705882vw, 452px);
}

#inquiryForm .groupInput .radio,
#inquiryForm .mktoFieldWrap .radio {
  justify-content: flex-start;
}

#inquiryForm .groupInput .radio label,
#inquiryForm .mktoFieldWrap .radio label {
  color: #6b6b6b;
  cursor: pointer;
  display: block;
  font-size: min(3.2941176471vw, 28px);
  margin-bottom: min(1.4117647059vw, 12px);
  margin-right: min(6.8235294118vw, 58px);
  padding-left: min(4.1176470588vw, 35px);
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#inquiryForm .groupInput .radio label input,
#inquiryForm .mktoFieldWrap .radio label input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}

#inquiryForm .groupInput .radio label .checkmark,
#inquiryForm .mktoFieldWrap .radio label .checkmark {
  background-color: #fff;
  border: min(0.1176470588vw, 1px) solid #323232;
  border-radius: 50%;
  height: min(2.9411764706vw, 25px);
  position: absolute;
  left: min(-0.2352941176vw, -2px);
  top: 50%;
  transform: translate(0, -35%);
  width: min(2.9411764706vw, 25px);
}

#inquiryForm .groupInput .radio label .checkmark:after,
#inquiryForm .mktoFieldWrap .radio label .checkmark:after {
  background: #323232;
  border-radius: 50%;
  height: min(1.9411764706vw, 16.5px);
  left: min(0.3529411765vw, 3px);
  top: min(0.3529411765vw, 3px);
  width: min(1.9411764706vw, 16.5px);
}

#inquiryForm .groupInput .radio input,
#inquiryForm .mktoFieldWrap .radio input {
  width: auto;
}

#inquiryForm .groupInput .radio input:checked~.checkmark:after,
#inquiryForm .mktoFieldWrap .radio input:checked~.checkmark:after {
  display: block;
}

#inquiryForm .groupInput .radio .checkmark:after,
#inquiryForm .mktoFieldWrap .radio .checkmark:after {
  content: "";
  display: none;
  position: absolute;
}

#inquiryForm .groupInputRadio,
#inquiryForm .mktoFieldWrapRadio {
  margin-bottom: min(2.3529411765vw, 20px);
  margin-top: min(3.7647058824vw, 32px);
}

#inquiryForm .groupInput.groupInputSelect,
#inquiryForm .mktoFieldWrap.groupInputSelect {
  margin-bottom: min(2.4705882353vw, 21px);
}

#inquiryForm .groupInput.groupInputSelect label,
#inquiryForm .mktoFieldWrap.groupInputSelect label {
  margin-left: min(-2.3529411765vw, -20px);
}

#inquiryForm .groupInput.groupInputSelect label .small,
#inquiryForm .mktoFieldWrap.groupInputSelect label .small {
  font-size: min(2.5882352941vw, 22px);
  font-style: normal;
}

#inquiryForm .groupInput.groupInputTextarea,
#inquiryForm .mktoFieldWrap.groupInputTextarea {
  margin-bottom: min(6.2352941176vw, 53px);
}

#inquiryForm .t-note {
  margin: min(7.6470588235vw, 65px) 0 min(8.9411764706vw, 76px) 0;
}

#inquiryForm .t-note li {
  line-height: 2.13;
  padding-left: 0;
}

#inquiryForm .t-note li::before {
  display: none;
}

#inquiryForm form {
  width: auto !important;
}

#inquiryForm form .mktoRadioList {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-left: min(2.8235294118vw, 24px);
  width: min(53.1764705882vw, 452px) !important;
}

@media (max-width: 750px) {
  #inquiryForm form .mktoRadioList {
    margin-left: 0;
    padding-left: 0;
  }
}

#inquiryForm form .mktoRadioList input {
  display: none;
}

#inquiryForm form .mktoRadioList label {
  margin-right: min(3.5294117647vw, 30px);
}

.mktoForm input[type=checkbox]+label:before,
.mktoForm input[type=radio]+label:before {
  background-color: #fff;
  border: min(0.1176470588vw, 1px) solid #323232 !important;
  border-radius: 50%;
  height: 25px !important;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(70%, -50%);
  width: 25px !important;
}

.mktoForm input[type=radio]:checked+label:before {
  background-position: center !important;
  background-repeat: no-repeat;
}

.mktoForm input[type=radio]:checked+label::after {
  background: #323232;
  border-radius: 50%;
  content: "";
  height: 16px !important;
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translate(50%, -50%);
  width: 16px !important;
}

#inquiryForm form select {
  background: url(../images/chutaikyo_2507_ico-arr-select.png) 95% center no-repeat;
  background-size: min(3.7647058824vw, 32px);
  margin-left: min(2.8235294118vw, 24px);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

#inquiryForm form textarea {
  margin-left: 2.4rem;
}

@media (min-width: 751px) {
  .btn a:hover {
    box-shadow: 0 0 0 0 #00867f;
    transform: translate(.2rem, .5rem);
  }

  #inquiryForm form .mktoButtonRow button:hover {
    box-shadow: 0 0 0 0 #c5aa00 !important;
    transform: translate(.2rem, .5rem);
  }

  #pageNumber {
    font-size: 2rem;
    margin: 3.1rem auto;
  }

  #footer {
    background-color: #004d9d;
    margin: 0 auto;
    padding: 1.6rem 0;
  }

  .copyright {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

@media (max-width: 750px) {
  #inquiryForm form .mktoButtonRow button {
    padding: min(2.3529411765vw, 20px) 14% min(2.3529411765vw, 20px) min(2.3529411765vw, 20px) !important;
  }

  #inquiryForm .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 {
    background-color: #fff;
    border: min(0.1176470588vw, 1px) solid #323232 !important;
    border-radius: 50%;
    height: 14px !important;
    margin-left: 0 !important;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 14px !important;
  }

  .mktoForm input[type=radio]:checked+label::after {
    height: 10px !important;
    left: -2px;
    width: 10px !important;
  }

  .mktoButtonRow button::before {
    border-left: min(1.7647058824vw, 15px) solid rgba(255, 255, 255, 0);
    border-right: min(1.7647058824vw, 15px) solid rgba(255, 255, 255, 0);
    border-top: min(1.7647058824vw, 15px) solid #fdf848;
    right: min(5.0588235294vw, 43px);
    top: 53%;
  }

  .mktoButtonRow button::after {
    height: min(7.0588235294vw, 60px);
    right: min(1.5294117647vw, 13px);
    width: min(7.0588235294vw, 60px);
  }

  #inquiryForm .title {
    margin-bottom: 0;
    padding: 4vw 3vw 5.5vw;
    margin-bottom: 8.5vw;
  }

  #inquiryForm .title h3 {
    font-size: min(7.0588235294vw, 60px);
  }

  #inquiryForm .t-note {
    margin: min(6.7058823529vw, 57px) 0;
    padding: 0 min(8.2352941176vw, 70px) 0 min(9.4117647059vw, 80px);
  }

  #inquiryForm .t-note li {
    font-size: min(2.5882352941vw, 22px);
    line-height: 1.8;
  }

  #inquiryForm form {
    margin-top: min(6vw, 51px);
  }

  #inquiryForm form p {
    font-size: min(4vw, 34px);
    font-weight: bold;
    line-height: 1.5;
  }

  #inquiryForm form input {
    font-size: min(4vw, 34px);
    height: min(10.1176470588vw, 86px);
    padding: min(2.3529411765vw, 20px);
  }

  #inquiryForm form p.small-txt {
    font-size: min(2.5882352941vw, 22px);
    font-weight: bold;
    line-height: 1.8;
    padding: min(7.0588235294vw, 60px) min(9.4117647059vw, 80px) min(1.1764705882vw, 10px) min(9.4117647059vw, 80px);
  }

  #inquiryForm form .btn,
  #inquiryForm form .mktoButtonRow {
    margin-top: min(4vw, 34px);
    /* padding: 0 min(4.7058823529vw, 40px); */
    width: 100%;
  }

  #inquiryForm form .btn button,
  #inquiryForm 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%;
  }

  #inquiryForm form .btn button::before,
  #inquiryForm form .mktoButtonRow button::before {
    border-bottom: min(1.647vw, 14px) solid rgba(255, 255, 255, 0);
    border-left: min(2.118vw, 18px) solid #fdf848;
    border-top: min(1.647vw, 14px) solid rgba(255, 255, 255, 0);
    right: calc(50% - 32%);
  }

  #inquiryForm form .btn button::after,
  #inquiryForm form .mktoButtonRow button::after {
    right: calc(50% - 35%);
  }

  #inquiryForm .wrapper {
    width: 100%;
  }

  #inquiryForm .wrapper-form {
    padding: 0 min(10.3529411765vw, 88px);
  }

  #inquiryForm .groupInput {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: min(2.3529411765vw, 20px);
  }

  #inquiryForm .groupInput label {
    font-size: min(4vw, 34px);
    margin-bottom: min(0.7058823529vw, 6px);
    text-align: left;
    width: 100%;
  }

  #inquiryForm .groupInput label span {
    color: #fff;
    font-size: min(2.3529411765vw, 20px);
    margin-left: min(1.0588235294vw, 9px);
    padding: min(0.4705882353vw, 4px) min(0.8235294118vw, 7px);
    position: relative;
    top: min(-0.5882352941vw, -5px);
  }

  #inquiryForm .groupInput .input {
    margin-left: 0;
    width: 100%;
  }

  #inquiryForm .groupInput .input.radio {
    margin-top: min(1.1764705882vw, 10px);
  }

  #inquiryForm .groupInput .input.radio label {
    font-size: min(4.4705882353vw, 38px);
    font-weight: bold;
    margin-right: min(9.4117647059vw, 80px);
    padding-left: min(6.3529411765vw, 54px);
    width: auto;
  }

  #inquiryForm .groupInput .input.radio label .checkmark {
    height: min(4.1176470588vw, 35px);
    width: min(4.1176470588vw, 35px);
  }

  #inquiryForm .groupInput .input.radio label .checkmark::after {
    background: #323232;
    border-radius: 50%;
    height: min(2.8235294118vw, 24px);
    left: min(0.4705882353vw, 4px);
    top: min(0.4705882353vw, 4px);
    width: min(2.8235294118vw, 24px);
  }

  #inquiryForm .groupInputRadio {
    margin-top: min(2.3529411765vw, 20px);
  }

  #inquiryForm .groupInput.groupInputSelect label {
    margin-left: 0;
  }

  #inquiryForm .groupInput.groupInputTextarea {
    font-size: min(4vw, 34px);
    margin-bottom: min(1.7647058824vw, 15px);
  }

  #inquiryForm .groupInput.groupInputTextarea label {
    margin-bottom: min(1.7647058824vw, 15px);
  }

  #inquiryForm .groupInput.groupInputTextarea textarea {
    font-size: min(4vw, 34px);
    height: 170px;
    padding: min(2.3529411765vw, 20px);
  }

  #inquiryForm .mktoFieldWrap {
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 0;
    width: 100%;
  }

  #inquiryForm .mktoFieldWrap input,
  #inquiryForm .mktoFieldWrap textarea,
  #inquiryForm .mktoFieldWrap select {
    margin-left: 0;
    width: 100% !important;
  }

  #inquiryForm .mktoFormCol {
    width: 100%;
  }

  #inquiryForm .mktoButtonRow {
    padding: 0;
  }

  #inquiryForm .mktoButtonRow span {
    width: 100%;
  }

  #inquiryForm .mktoForm {
    padding: 0 !important;
  }

  #inquiryForm .mktoForm .mktoFormRow {
    width: 100% !important;
  }

  #inquiryForm .mktoForm .mktoFormRow label {
    display: inline-block;
    font-family: "Noto Sans JP";
    margin-bottom: min(1.1764705882vw, 10px);
    position: relative;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  #inquiryForm .mktoForm .mktoFormRow label .mktoAsterix {
    right: min(-1.7647058824vw, -15px);
  }

  #inquiryForm .mktoForm .mktoFormRow:nth-child(3) {
    width: 100% !important;
  }

  #inquiryForm .mktoForm .mktoFormRow:nth-child(3) .mktoFieldDescriptor {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }

  #inquiryForm .mktoForm .mktoFormRow:nth-child(3) .mktoFieldDescriptor input {
    width: 100% !important;
  }

  #inquiryForm .mktoForm .mktoFormRow:nth-child(3) input#FirstName {
    margin-right: 0;
  }

  #inquiryForm .mktoForm .mktoFormRow:nth-child(7) label .mktoAsterix,
  #inquiryForm .mktoForm .mktoFormRow:nth-child(8) label .mktoAsterix {
    right: min(-1.1764705882vw, -10px);
  }

  #inquiryForm .mktoForm .mktoAsterix {
    display: inline-block;
    position: absolute;
    right: min(-1.1764705882vw, -10px);
  }

  #inquiryForm .mktoForm .mktoGutter {
    display: none;
  }

  #inquiryForm .wrapper>p {
    font-size: 3.765vw;
    line-height: 1.6;
    text-align: left;
    padding: 0 7vw;
  }

  .wrapper {
    margin: 0 auto;
    width: calc(750 /850 *100%);
  }

  .custom-select,
  .mktoFormRow {
    margin: 0;
    max-width: 100%;
  }

  .custom-select .value,
  .custom-select select,
  .mktoFormRow .value,
  .mktoFormRow select {
    align-items: center;
    display: flex;
    font-size: min(4vw, 34px) !important;
    height: min(10.1176470588vw, 86px) !important;
    justify-content: flex-start;
    padding: min(2.3529411765vw, 20px) !important;
  }

  .custom-select .value::after,
  .custom-select select::after,
  .mktoFormRow .value::after,
  .mktoFormRow select::after {
    height: min(2.5882352941vw, 22px);
    right: min(2.4705882353vw, 21px);
    width: min(5.1764705882vw, 44px);
  }

  .custom-select ul,
  .mktoFormRow ul {
    top: min(9.8823529412vw, 84px);
  }

  footer {
    padding: min(0.9411764706vw, 8px) 0 min(1.4117647059vw, 12px) 0;
  }

  footer .copyright {
    font-size: min(2.5882352941vw, 22px);
  }

  .ex_txt01 .pr_sp {
    display: inline-block;
    padding-right: 2rem;
  }

  .ex_txt01 .pl_sp {
    display: inline-block;
    padding-left: 2rem;
  }
}

.underline {
  background: linear-gradient(#fffd63, #fffd63) 0 93% / 100% 25px no-repeat;
  display: inline-block;
}

@media (max-width: 750px) {
  .underline {
    background: linear-gradient(#fffd63, #fffd63) 0 93% / 100% 3.7647vw no-repeat;
    display: inline-block;
  }
}

.c-orange{
  color: #f65213;
}
.c-blue{
  color: #004d9d;
}
.c-yellow{
  color: #fffd63;
}

/* MV */
.mv {
  background: #2b6ab6;
  position: relative;
}
.mv .svg-diagonal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 1.8em);
  pointer-events: none;
}
.mv h1 {
  position: relative;
  z-index: 1;
}
.mv_men {
  aspect-ratio: 590/642;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .mv h1 {
    margin: 0 auto;
    max-width: 98em;
    position: relative;
  }
  .mv::after {
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.8em;
    background: #fffebf;
  }
  .mv_men {
    width: 30.102%;
    bottom: -3.782%;
    right: 5.51%;
  }
}
@media screen and (max-width: 750px) {
  .mv_men {
    width: 56.353vw;
    bottom: -3.647vw;
    right: 7.412vw;
  }
}

.area_cv {
  background: #fffebf;
  padding: 3.2em 0 6em;
}
.area_cv.bg-white {
  background: #ffffff;
}
.area_cv .text {
  font-size: 2.8em;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 0.214em;
  text-align: center;
  color: #004d9d;
  letter-spacing: 0.03em;
}
.area_cv .button {
  background: #f8510e;
  border-radius: 78px;
  -webkit-box-shadow: 0 0.171em 0 0 #a23217;
          box-shadow: 0 0.171em 0 0 #a23217;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.5em;
  font-weight: bold;
  height: 100%;
  line-height: 1.25;
  margin: 0 auto;
  outline: 0;
  padding: 0.429em 3% 0.486em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  width: 15.2em;
}
.area_cv .button i {
  position: relative;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  background: #fff;
  margin-left: 0.429em;
  margin-top: 0.1em;
}
.area_cv .button i:before {
  border-left: 0.243em solid rgba(255, 255, 255, 0);
  border-right: 0.243em solid rgba(255, 255, 255, 0);
  border-top: 0.371em solid #f9510c;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  top: 53%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .area_cv .button:hover {
    -webkit-box-shadow: 0 0 0 #a23217;
            box-shadow: 0 0 0 #a23217;
    -webkit-transform: translate(0.2rem, 0.5rem);
            transform: translate(0.2rem, 0.5rem);
  }
}
@media screen and (max-width: 750px) {
  .area_cv {
    padding: 0vw 0 3.882vw;
    margin-top: -1vw;
  }
  .area_cv.bg-white {
    padding: 7.8vw 0 9.882vw;
    margin-top: 0;
  }
  .area_cv .text {
    font-size: 4.706vw;
    padding-bottom: 0.7vw;
  }
  .area_cv .button {
    border-radius: 11.765vw;
    -webkit-box-shadow: 0 0.706vw 0 0 #a23217;
            box-shadow: 0 0.706vw 0 0 #a23217;
    font-size: 5.882vw;
    width: 89.882vw;
  }
  .area_cv .button i {
    height: 7.059vw;
    width: 7.059vw;
  }
}

.section_inner {
  max-width: 870px;
  padding: 0 4em;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .section_inner {
    padding: 0 5.882vw;
  }
}

.ttl {
  color: #004d9d;
  text-align: center;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1.229;
}
.ttl .line {
  background: -webkit-gradient(linear, left top, left bottom, from(#fffd63), to(#fffd63)) 0 93%/100% 0.458em no-repeat;
  background: linear-gradient(#fffd63, #fffd63) 0 93%/100% 0.458em no-repeat;
}
@media screen and (max-width: 750px) {
  .ttl {
    font-size: 7.3em;
  }
}

.systems {
  padding: 5.2em 0 9em;
  text-align: center;
}
.systems .text {
  font-size: 2.6em;
  line-height: 1.631;
  color: #3b3b3b;
  font-weight: 500;
  margin-top: 1.231em;
}
.systems .text p + p {
  margin-top: 1.615em;
}
@media screen and (max-width: 750px) {
  .systems {
    padding: 10.4vw 0 8.8vw;
  }
  .systems .ttl {
    font-size: 6.988vw;
  }
  .systems .text {
    font-size: 4.824vw;
    line-height: 1.293;
    margin-top: 8.2vw;
  }
  .systems .text p + p {
    margin-top: 6.2vw;
  }
}

.concerns {
  background: url("/rs/186-OXX-889/images/IT_202509_bg_01.png") center top;
  position: relative;
  overflow: hidden;
}
.concerns .bg_bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.concerns .list .item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #004d9d;
  color: #fff;
  padding: 2% 7%;
  font-weight: bold;
  position: relative;
  border-radius: 0.935em;
  letter-spacing: 0.05em;
}
.concerns .list .item .text:before {
  content: "";
  background: url("/rs/186-OXX-889/images/IT_202509_ico_bb.png") no-repeat center/contain;
  width: 1.216em;
  height: 1.497em;
  position: absolute;
}
@media screen and (min-width: 751px) {
  .concerns {
    padding: 8.8em 0 8.6em;
    position: relative;
  }
  .concerns::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    border-top: 5.208vw solid transparent;
    border-right: 50vw solid #fff;
  }
  .concerns::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 0;
    border-top: 5.208vw solid transparent;
    border-left: 50vw solid #fff;
  }
  .concerns .list {
    max-width: 64em;
    margin: 4.4em auto 0;
  }
  .concerns .list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .concerns .list .item + .item {
    margin-top: 3.1em;
  }
  .concerns .list .item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .concerns .list .item:nth-child(even) .text {
    margin-left: 2.245em;
  }
  .concerns .list .item:nth-child(even) .text:before {
    top: 50%;
    -webkit-transform: translateY(-50%) scale(-1);
            transform: translateY(-50%) scale(-1);
    right: -0.702em;
  }
  .concerns .list .item:nth-child(odd) .text {
    margin-right: 2.152em;
  }
  .concerns .list .item:nth-child(odd) .text:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -0.702em;
  }
  .concerns .list .item:nth-child(2) img {
    width: 14.7em;
  }
  .concerns .list .item:nth-child(2) .text {
    padding: 2% 5% 3%;
  }
  .concerns .list .item:nth-child(3) img {
    width: 14.7em;
  }
  .concerns .list .item:nth-child(3) .text {
    line-height: 1.263;
  }
  .concerns .list .item .img {
    width: 14.5em;
  }
  .concerns .list .item .text {
    padding: 2% 6% 3%;
    font-size: 2.138em;
    line-height: 1.631;
    width: 19.211em;
    min-height: 5.474em;
  }
}
@media screen and (max-width: 750px) {
  .concerns {
    padding: 7.5vw 0 10vw;
    position: relative;
    background-size: 2.471vw auto;
  }
  .concerns::before {
    content: "";
    position: absolute;
    background: url("/rs/186-OXX-889/images/IT_202509_bg_triangle.png") no-repeat center/100% auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10.588vw;
  }
  .concerns .ttl {
    font-size: 6.565vw;
  }
  .concerns .list {
    margin-top: 10vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .concerns .list .item {
    margin: 0 2.353vw 9.294vw;
    width: 39.412vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .concerns .list .item .img {
    width: 34.471vw;
    margin: 0 auto 0;
  }
  .concerns .list .item .text {
    font-size: 3.176vw;
    line-height: 1.333;
    padding: 2.5vw 2.5vw 3.3vw;
    margin-top: -1.5vw;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
  .concerns .list .item .text:before {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -2.4vw;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .concerns .list .item:nth-child(3) .text {
    padding: 2.5vw 1.2vw 3.3vw;
  }
}

.point {
  background: #fff;
}
.point .list .item .head {
  background: #004d9d;
  text-align: center;
  border-radius: 3em 3em 0 0;
}
.point .list .item .head .text {
  font-weight: bold;
  letter-spacing: 0.04em;
}
.point .list .item .content {
  background: #d6ecfa;
  border-radius: 0 0 3em 3em;
}
.point .list .item .content .text {
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
}
.point .list .item sup {
  font-size: 60%;
  vertical-align: super;
}
.point .note {
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
  letter-spacing: 0.03em;
  line-height: 1.2;
}
@media screen and (min-width: 751px) {
  .point {
    padding: 7em 0 10.7em;
  }
  .point .list {
    margin: 5.5em auto 0;
    max-width: 62em;
  }
  .point .list .item {
    margin-top: 4.1em;
  }
  .point .list .item .head {
    padding: 2.3em 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .point .list .item .head .num {
    margin-right: 2.5%;
  }
  .point .list .item .head .text {
    font-size: 2.6em;
  }
  .point .list .item .content {
    padding: 2.4em 2em 2.4em 5.7em;
  }
  .point .list .item .content .text {
    font-size: 2.2em;
    line-height: 1.364;
  }
  .point .note {
    margin-top: 1.125em;
    font-size: 1.6em;
  }
  .point .btn {
    margin-top: 5.7em;
  }
}
@media screen and (max-width: 750px) {
  .point {
    padding: 8vw 0 13.2vw;
    background: #ffffdc url("/rs/186-OXX-889/images/IT_202509_bg_03_sp.png") repeat center top/100% auto;
  }
  .point .list {
    margin: 12.4vw auto 0;
    width: 81.176vw;
  }
  .point .list .item {
    margin-top: 7.6vw;
  }
  .point .list .item .head {
    padding: 3vw 5vw 2.4vw;
  }
  .point .list .item .head .num {
    display: block;
    text-align: center;
    border-bottom: 2px solid #fffd63;
    padding-bottom: 2.5vw;
    margin-bottom: 1.8vw;
  }
  .point .list .item .head .num img {
    height: 5.412vw;
    width: auto;
    margin: 0 auto;
  }
  .point .list .item .head .text {
    font-size: 7.059vw;
    line-height: 1.233;
  }
  .point .list .item .content {
    padding: 5vw 4vw 6vw;
  }
  .point .list .item .content .text {
    font-size: 4.706vw;
    line-height: 1.2;
  }
  .point .note {
    font-size: 3.294vw;
    margin-top: 4.2vw;
  }
  .point .btn {
    margin-top: 13.5vw;
  }
}

.button02 {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff901c), to(#ff5215));
  background: linear-gradient(to bottom, #ff901c, #ff5215);
  border-radius: 2.356em;
  -webkit-box-shadow: 0 0.177em 0 0 #cf3600;
          box-shadow: 0 0.177em 0 0 #cf3600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.396em;
  font-weight: bold;
  height: 87px;
  line-height: 1.25;
  margin: 0 auto;
  outline: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  width: 15.665em;
}
.button02:after {
  content: ">";
  font-size: 0.87em;
  margin-left: 1%;
}
@media screen and (min-width: 751px) {
  .button02:hover {
    -webkit-box-shadow: 0 0 0 #cf3600;
            box-shadow: 0 0 0 #cf3600;
    -webkit-transform: translate(0.2rem, 0.5rem);
            transform: translate(0.2rem, 0.5rem);
  }
  .button02 i {
    width: 1.84em;
    margin-right: 1%;
  }
}
@media screen and (max-width: 750px) {
  .button02 {
    font-size: 5.413vw;
    height: 13.973vw;
  }
  .button02 i {
    width: 9.873vw;
    margin-right: 1%;
  }
}

.support .block01 {
  background: #004d9d;
  position: relative;
  z-index: 1;
}
.support .block01 .svg-diagonal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(-1);
          transform: scale(-1);
  z-index: -1;
}
.support .block01 .ttl {
  max-width: 466px;
  margin: 0 auto;
}
.support .block01 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.support .block01 .list .item {
  color: #004d9d;
  background: #fff;
  font-weight: bold;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 24.01em;
  height: 6.199em;
  padding: 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1em;
}
.support .block01 .list .item i {
  margin-right: 0.7em;
}
@media screen and (min-width: 751px) {
  .support .block01 {
    padding: 10.1em 0 9.6em;
  }
  .support .block01 .list {
    margin: 3.8em -0.95em;
  }
  .support .block01 .list .item {
    margin: 1.45em 0.95em;
  }
  .support .block01 .list .item span {
    font-size: 3.327em;
  }
  .support .block01 .list .item01 i {
    width: 2.7em;
  }
  .support .block01 .list .item02 i {
    width: 3.9em;
  }
  .support .block01 .list .item03 i {
    width: 4em;
  }
  .support .block01 .list .item04 i {
    width: 3em;
  }
  .support .block01 .list .item05 i {
    width: 3.6em;
  }
  .support .block01 .list .item06 i {
    width: 4.4em;
  }
  .support .block01 .list .item07 i {
    width: 4em;
  }
  .support .block01 .list .item07 span {
    font-size: 3.881em;
  }
  .support .block01 .img {
    width: 56.6em;
    margin: 5.6em auto 0;
  }
}
@media screen and (max-width: 750px) {
  .support .block01 {
    padding: 8.4vw 0 8.4vw;
  }
  .support .block01 .svg-diagonal {
    height: 113.176vw;
  }
  .support .block01 .ttl {
    width: 70.059vw;
    max-width: 70.059vw;
  }
  .support .block01 .list {
    width: 86.118vw;
    margin: 7.8vw auto 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .support .block01 .list .item {
    min-width: 49.5%;
    height: 12.118vw;
    border: 0.706vw solid #004d9d;
    border-radius: 1.882vw;
    margin: 1.176vw 0;
  }
  .support .block01 .list .item span {
    font-size: 5.706vw;
  }
  .support .block01 .list .item01 {
    width: 100%;
  }
  .support .block01 .list .item01 i {
    width: 4.706vw;
    margin-right: 2vw;
  }
  .support .block01 .list .item02 {
    width: 100%;
  }
  .support .block01 .list .item02 i {
    width: 6.824vw;
  }
  .support .block01 .list .item03 {
    width: 100%;
  }
  .support .block01 .list .item03 i {
    width: 6.588vw;
  }
  .support .block01 .list .item04 i {
    width: 5.176vw;
  }
  .support .block01 .list .item05 i {
    width: 6.235vw;
  }
  .support .block01 .list .item06 i {
    width: 7.529vw;
  }
  .support .block01 .list .item07 i {
    width: 6.941vw;
  }
  .support .block01 .list .item07 span {
    font-size: 6.655vw;
  }
  .support .block01 .img {
    width: 79.412vw;
    margin: 4.5vw auto 0;
  }
}
.support .block02 {
  padding: 4.1em 0 8.5em;
  background: #ebebeb;
}
.support .block02 .ttl {
  color: #004d9d;
}
.support .block02 .list {
  margin-top: 4.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.support .block02 .list .item {
  margin: 1em 1em;
  width: 36.8em;
  border: 0.4em solid #004d9d;
  border-radius: 1em;
  background: #fff;
  color: #004d9d;
  text-align: center;
  padding: 1em 0;
  line-height: 1.2;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
}
.support .block02 .list .item span {
  font-size: 2.6em;
}
@media screen and (min-width: 751px) {
  .support .block02 .list .item01 span {
    font-size: 2.6em;
  }
  .support .block02 .list .item02 span {
    font-size: 2.7em;
  }
}
@media screen and (max-width: 750px) {
  .support .block02 {
    padding: 11.5vw 0 11vw;
  }
  .support .block02 .ttl {
    font-size: 7.059vw;
  }
  .support .block02 .list {
    margin: 4.2vw auto 0;
    width: 81.176vw;
  }
  .support .block02 .list .item {
    margin: 1.765vw 0;
    width: 100%;
    border: 0.6em solid #004d9d;
    border-radius: 1.6em;
    padding: 1.85vw 0;
  }
  .support .block02 .list .item span {
    font-size: 5.706vw;
  }
}

.usage {
  background: url("/rs/186-OXX-889/images/IT_202509_bg_01.png") center top;
  position: relative;
}
.usage .usageBox {
  margin-bottom: 5.1em;
}
.usage .usageBox .head {
  background: #004d9d;
  border: 0.5em solid #004d9d;
  border-width: 0.5em 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 11.8em;
}
.usage .usageBox .head .ico {
  width: 6.97em;
  height: 6.97em;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 2.7em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.usage .usageBox .head .ico:before {
  content: "";
  background: #004d9d;
  width: 2.7em;
  height: 0.6em;
  position: absolute;
  top: calc(50% - 0.3em);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.usage .usageBox .head .ico:after {
  content: "";
  background: #004d9d;
  width: 0.6em;
  height: 2.7em;
  position: absolute;
  top: calc(50% - 1.35em);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.usage .usageBox .head .num {
  background: #fff;
  width: 1.648em;
  height: 1.648em;
  line-height: 1;
  padding-top: 2%;
  font-size: 6.251em;
  color: #004d9d;
  font-weight: bold;
  text-align: center;
  margin-right: 0.848em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.usage .usageBox .head .text {
  font-weight: bold;
  font-size: 3.8em;
  letter-spacing: 0.06em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.usage .usageBox .content .content_inner {
  border: 0.8em solid #004d9d;
  border-width: 0 0.8em 0.8em;
}
.usage .usageBox .content img {
  max-width: 100%;
  width: auto;
}
.usage .usageBox .content .mark {
  font-size: 4em;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.07em;
}
.usage .usageBox .content .text {
  font-weight: bold;
  font-size: 2.6em;
  line-height: 1.423;
  letter-spacing: 0.05em;
}
.usage .usageBox .content .txt01 strong {
  color: #004d9d;
}
.usage .usageBox .content .txt02 {
  position: relative;
  width: 25.962em;
  margin: 0 auto;
  border: 0.308em solid #f9510c;
  border-radius: 0.615em;
  background: #fff;
  padding: 0.692em 0.769em 1.654em 0.577em;
}
.usage .usageBox .content .txt02 strong {
  color: #f9510c;
}
.usage .usageBox .content .txt02:after {
  content: "";
  background: url(/rs/186-OXX-889/images/IT_202509_ico_usage_pc.png) no-repeat center/contain;
  width: 2.154em;
  height: 1.538em;
  position: absolute;
  left: 45.3%;
  bottom: -1.462em;
}
.usage .usageBox .content .img {
  position: absolute;
  bottom: 0;
  right: 13.2%;
}
.usage .usageBox .content .before {
  background: #e6f8ff;
  padding: 1.1em 3.1em 1.8em;
  position: relative;
}
.usage .usageBox .content .before:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: calc(100% - 1px);
  width: 0;
  height: 0;
  border-left: 38.7em solid rgba(255, 255, 255, 0);
  border-right: 38.7em solid rgba(255, 255, 255, 0);
  border-top: 4.5em solid #e6f8ff;
}
.usage .usageBox .content .before .mark {
  color: #004d9d;
}
.usage .usageBox .content .before .text {
  margin: 0.192em 0.462em 0;
}
.usage .usageBox .content .after {
  position: relative;
  background: #ffffdc url("/rs/186-OXX-889/images/IT_202509_bg_02.png");
  padding: 6.6em 0 2em;
}
.usage .usageBox .content .after .mark {
  color: #f9510c;
  margin: 0.65em 0 0 0.9em;
}
@media screen and (min-width: 751px) {
  .usage {
    padding: 6.5em 0 50px;
  }
  .usage .list {
    margin-top: 5.7em;
  }
  .usage .box01 .content .img {
    width: 19.1em;
  }
  .usage .box02 .content .img {
    width: 16.8em;
  }
  .usage .box02 .content .after .txt02 {
    padding: 0.269em 0.769em 0.577em 0.577em;
  }
  .usage .box03 .content .img {
    width: 17.3em;
  }
  .usage .box04 .content .img {
    width: 15.3em;
  }
  .usage .box04 .content .after .txt02 {
    padding: 0.385em 0.769em 0.577em 0.577em;
  }
}
@media screen and (max-width: 750px) {
  .usage {
    padding: 9vw 0 2.8vw;
    background-size: 2.471vw auto;
  }
  .usage .list {
    margin-top: 10.2vw;
  }
  .usage .usageBox {
    margin-bottom: 11vw;
  }
  .usage .usageBox .head {
    padding: 3vw 14vw 3.1vw 2.353vw;
    border: none;
  }
  .usage .usageBox .head .ico {
    right: 4vw;
  }
  .usage .usageBox .head .num {
    font-size: 8.662vw;
    width: 14.353vw;
    height: 14.353vw;
    margin-right: 3vw;
    padding-top: 3%;
  }
  .usage .usageBox .head .text {
    font-size: 6.118vw;
    line-height: 1.308;
  }
  .usage .usageBox .content .content_inner {
    border-width: 0 1.176vw 1.176vw;
  }
  .usage .usageBox .content .mark {
    font-size: 5.882vw;
  }
  .usage .usageBox .content .text {
    font-size: 4.235vw;
    line-height: 1.306;
  }
  .usage .usageBox .content .img {
    right: 12%;
  }
  .usage .usageBox .content .txt02 {
    width: 100%;
    padding: 2vw 4vw 2.2vw;
    border-width: 4px;
  }
  .usage .usageBox .content .txt02:after {
    background-image: url(/rs/186-OXX-889/images/IT_202509_ico_usage_sp.png);
    width: 30px;
    height: 25px;
    bottom: -24px;
  }
  .usage .usageBox .content .before {
    padding: 2vw 2.2vw 3.5vw;
  }
  .usage .usageBox .content .before:before {
    border-left-width: 42.941vw;
    border-right-width: 42.941vw;
    border-top-width: 5.294vw;
  }
  .usage .usageBox .content .before .text {
    margin: 2.5vw 0 0 0;
  }
  .usage .usageBox .content .after {
    padding: 8.2vw 2.471vw 2.4vw;
  }
  .usage .usageBox .content .after .mark {
    margin: 7.5vw 0 0;
  }
  .usage .box01 .head {
    padding: 2.1vw 14vw 2.5vw 2.353vw;
  }
  .usage .box01 .content .img {
    width: 25.176vw;
  }
  .usage .box02 {
    margin-bottom: 12.5vw;
  }
  .usage .box02 .content .img {
    width: 26.471vw;
    right: 10%;
  }
  .usage .box02 .content .txt02 {
    padding: 2vw 2vw 9.2vw;
  }
  .usage .box03 .content .img {
    width: 25.294vw;
  }
  .usage .box03 .content .txt02 {
    padding: 2vw 2vw 8.2vw;
  }
  .usage .box04 .content .img {
    width: 26.235vw;
    right: 8%;
  }
  .usage .box04 .content .txt02 {
    padding: 2vw 3vw 4.2vw;
  }
}

.accordion-header {
  cursor: pointer;
}

.accordion-header .indicator.active:after {
  opacity: 0;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.35s ease;
  transition: max-height 0.35s ease;
}

/*Step section*/

.steps {
  padding: 94px 0 9.8em;
  background: #ffffdc url("/rs/186-OXX-889/images/IT_202509_bg_02.png");
  position: relative;
}
@media screen and (max-width: 750px) {
  .steps {
    padding: 9vw 0 10vw;
    background-size: 4.706vw auto;
  }
}

@media screen and (max-width: 750px) {
  .steps:before,
  .steps:after {
    height: 10.235vw;
    background-size: 4.706vw auto;
  }
}

.step_list {
  margin-top: 62px;
}

@media screen and (max-width: 750px) {
  .step_list {
    margin-top: 38px;
  }
}

.step_content + .step_content {
  margin-top: 35px;
}

.step_content_header {
  border: 10px #004d9d solid;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  background: #004d9d;
  text-align: center;
  padding-top: 24px;
}

.step03 .step_content_header {
  padding-top: 30px;
  padding-bottom: 5px;
}

.step04 .step_content_header {
  padding-top: 30px;
  padding-bottom: 15px;
}

@media screen and (max-width: 750px) {
  .step_content_header {
    border: 5px #004d9d solid;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    padding: 10px 0;
  }

  .step03 .step_content_header {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .step04 .step_content_header {
    padding-top: 10px;
    padding-bottom: 15px;
  }
}

.step_number {
  margin: 0 auto;
  max-width: fit-content;
}

.step_title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-top: 6px;
  letter-spacing: 3px;
  line-height: 1.42;
}

@media screen and (max-width: 750px) {
  .step_title {
    font-size: 30px;
    margin-top: 16px;
    line-height: 1.13;
  }

  .step03 .step_title {
    margin-top: 24px;
  }

  .step04 .step_title {
    margin-top: 24px;
  }
}

.step_body {
  border: 10px #004d9d solid;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  background-color: #fff;
  padding: 60px 30px 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step02 .step_body {
  padding: 39px 30px 49px
}

.step03 .step_body {
  padding: 49px 30px 56px;
}

.step04 .step_body {
  padding: 50px 18px;
}

@media screen and (max-width: 750px) {
  .step_body {
    padding: 18px 15px 16px;
    flex-direction: column;
    border: 5px #004d9d solid;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
  }

  .step02 .step_body {
    padding: 7px 15px 20px;
  }

  .step03 .step_body {
    padding: 12px 15px 26px;
  }

  .step04 .step_body {
    padding: 28px 18px;
  }
}

.step_body img {
  max-width: 132px;
  margin-right: 25px;
}

.step03 .step_body img, .step04 .step_body img {
  max-width: 142px;
}

@media screen and (max-width: 750px) {
  .step_body img {
    max-width: 100px;
    margin-right: 0;
    margin-bottom: 18px;
  }

  .step02 .step_body img{
    max-width: 90px;
    margin-right: 0;
    margin-bottom: 18px;
  }

  .step03 .step_body img{
    max-width: 112px;
    margin-right: 0;
    margin-bottom: 18px;
  }

  .step04 .step_body img{
    max-width: 135px;
    margin-right: 0;
    margin-bottom: 18px;
  }
}

.step_body p {
  font-size: 40px;
  line-height: 1.2;
  color: #004d9d;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
}

@media screen and (max-width: 750px) {
  .step_body p {
    font-size: 23px;
    line-height: 1.26;
  }
}

.step01 .step_body p {
  align-self: flex-start;
}

.steps_txt {
  margin-top: 40px;
}

.steps_txt_item {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  line-height: 1.19;
}

@media screen and (max-width: 750px) {
  .steps_txt {
    margin-top: 20px;
    padding: 0 15px;
  }

  .steps_txt_item {
    font-size: 14px;
    line-height: 1.19;
  }
}