@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/* ========================================
 *  Font Family
 * ======================================== */
/* ==============================
*   Color
*==============================*/
/* ==============================
*   Font Size
*==============================*/
/*==============================
//  Media Query
//==============================*/
body {
  min-width: 1200px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/*==============================
//  Font Size Rem
//
//  【概要】        font-sizeの単位をremに変換する
//  【第一引数】    希望のfont-size（数字のみ）
//  【備考】        IE対応のためpxでも出力する
//==============================*/
/*==============================
//  Font Size Rem Line Height Half Leading
//
//  【概要】
//      ・font-sizeの単位をremに変換
//      ・行間のサイズをもとに自動でline-heightを指定
//      ・ハーフリーディングを自動調整
//  【第一引数】
//      ・希望のfont-size（数字のみ）
//  【第二引数】
//      ・希望の行間サイズ（数字のみ）
//==============================*/
/*==============================
//
//  【概要】
//      ・pxをvwに変換
//  【第一引数】
//      ・pxサイズ（数字のみ）
//  【第二引数】
//      ・デザイン幅（数字のみ）初期値はf-variableに記述
//==============================*/
/*==============================
//  px→vwの計算
//==============================*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  top: -0.5em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: normal;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #383A45;
  line-height: 180%;
  position: relative;
  min-width: 1200px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    font-size: 0.9375rem;
    min-width: initial;
  }
}
body.shindan {
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  position: relative;
  background: url("../../src/img/system_bg.png") repeat-y center top -400px, linear-gradient(180deg, #D6ECFE 40%, #71AFD5 100%);
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.shindan::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url("../../src/img/system_bg.png") repeat-y center top -26.6666666667vw, linear-gradient(180deg, #D6ECFE 40%, #71AFD5 100%);
    background-size: 150%;
  }
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: underline;
  color: #EA188C;
  transition: 0.3s all;
}
a:hover {
  text-decoration: none;
}

button {
  outline: none;
}

td,
th {
  vertical-align: middle;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #bbb;
}

input::placeholder,
textarea::placeholder {
  color: #bbb;
}

img {
  max-width: 100%;
  backface-visibility: hidden;
}

[v-cloak] {
  display: none !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

[v-cloak] {
  display: none;
}

.l-section {
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .l-section {
    margin-bottom: 21.3333333333vw;
  }
}
.l-section_mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .l-section_mb60 {
    margin-bottom: 13.3333333333vw;
  }
}
.l-section_mb0 {
  margin-bottom: 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  display: none;
}
@media screen and (max-width: 767px) {
  .overlay {
    z-index: 31;
  }
}

body.close .overlay {
  display: block;
}

@media screen and (max-width: 767px) {
  body.close main {
    position: relative;
    z-index: 32;
  }
}

.c-btn_side {
  display: none;
}
.c-btn_side .side_btn a {
  position: fixed;
  top: 100px;
  z-index: 9999;
  width: 190px;
  height: 225px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-btn_side .side_btn a {
    top: inherit;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 21.3333333333vw;
  }
}
.c-btn_side .side_btn a:hover {
  top: 95px;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .c-btn_side .side_btn a:hover {
    top: inherit;
  }
}
.c-btn_formtop a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 700;
  width: 350px;
  height: 60px;
  border-radius: 10px;
  background: #EA188C;
  box-shadow: 0 4px 0 0 #F984C4;
  transition: 0.3s all;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-btn_formtop a {
    width: 80vw;
    height: 13.3333333333vw;
    font-size: 18px;
    font-size: 1.125rem;
    box-shadow: 0 4px 0 0 #F984C4;
  }
}
.c-btn_formtop a::after {
  display: block;
  content: "";
  position: absolute;
  top: 23px;
  right: 30px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-btn_formtop a::after {
    top: 5.0666666667vw;
    right: 5.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.c-btn_formtop a:hover {
  opacity: 0.8;
  transform: translateY(4px);
  box-shadow: none !important;
}
.c-btn_formlast a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 700;
  width: 350px;
  height: 60px;
  border-radius: 10px;
  background: #EA188C;
  box-shadow: 0 4px 0 0 #F984C4;
  transition: 0.3s all;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-btn_formlast a {
    width: 80vw;
    height: 13.3333333333vw;
    font-size: 18px;
    font-size: 1.125rem;
    box-shadow: 0 4px 0 0 #F984C4;
  }
}
.c-btn_formlast a::after {
  display: block;
  content: "";
  position: absolute;
  top: 23px;
  left: 30px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .c-btn_formlast a::after {
    top: 5.0666666667vw;
    left: 5.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.c-btn_formlast a:hover {
  opacity: 0.8;
  transform: translateY(4px);
  box-shadow: none !important;
}
.c-btn_back a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  text-decoration: none;
  font-weight: 600;
  width: 220px;
  height: 36px;
  border-radius: 6px;
  background: #2B82BC;
  transition: 0.3s all;
  margin: 20px auto 0 0;
  line-height: 170%;
}
@media screen and (max-width: 767px) {
  .c-btn_back a {
    width: 45.3333333333vw;
    height: 8vw;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 2.6666666667vw auto 0 0;
    line-height: 8vw;
  }
}
.c-btn_back a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: translateY(-50%) rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .c-btn_back a::before {
    left: 4vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
.c-btn_back a:hover {
  opacity: 0.8;
}
.c-btn_search {
  width: 370px;
  margin: 0 auto;
  text-align: center;
  filter: drop-shadow(4px 6px 0 rgba(0, 0, 0, 0.08));
}
@media screen and (max-width: 767px) {
  .c-btn_search {
    width: 100%;
    filter: drop-shadow(3px 4px 0 rgba(0, 0, 0, 0.08));
  }
}
.c-btn_search a {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 180%;
  background-color: #EA188C;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  padding: 13px 0;
  transition: all 0.5s;
  border-radius: 100px;
  text-decoration: none;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .c-btn_search a {
    font-size: 3.4666666667vw;
    padding: 2.9333333333vw 0 3.2vw;
    padding-right: 4.2666666667vw;
  }
}
.c-btn_search a::after {
  display: block;
  content: "";
  position: absolute;
  top: 22px;
  right: 22px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-btn_search a::after {
    top: 5.0666666667vw;
    right: 5.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.c-btn_search a:hover, .c-btn_search a:active {
  opacity: 0.7;
}

.c-list__dot {
  background-color: #F6F6F6;
  border-radius: 6px;
  padding: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-list__dot {
    border-radius: 2.1333333333vw;
    padding: 3.2vw 4vw;
  }
}
.c-list__dot li .ttl {
  padding-left: 18px;
  position: relative;
  line-height: 170%;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .c-list__dot li .ttl {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 4.8vw;
    margin-bottom: 1.3333333333vw;
  }
}
.c-list__dot li .ttl::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #383A45;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-list__dot li .ttl::before {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    top: 2.9333333333vw;
    left: 0.5333333333vw;
  }
}
.c-list__dot li .ttl .txt {
  font-size: 16px;
}
.c-list__no {
  background-color: #F2F9FF;
  border-radius: 10px;
  padding: 20px 30px 20px 52px;
  list-style-type: decimal;
}
@media screen and (max-width: 767px) {
  .c-list__no {
    border-radius: 2.1333333333vw;
    padding: 3.2vw 4vw 3.2vw 10.6666666667vw;
  }
}
.c-list__no li {
  padding-left: 5px;
  position: relative;
  line-height: 150%;
  margin-bottom: 8px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-list__no li {
    padding-left: 1.3333333333vw;
    margin-bottom: 3.2vw;
  }
}
.c-list__no li:last-child {
  margin-bottom: 0;
}
.c-list__no li::marker {
  color: #2B82BC;
  font-weight: 500;
}

.c-form {
  /* RADIO BUTTON */
  /* CHECKBOX */
}
.c-form_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .c-form_box {
    margin-bottom: 3.4666666667vw;
  }
}
.c-form_box dt {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  color: #383A45;
  text-align: left;
  margin: 20px 0 5px;
}
@media screen and (max-width: 767px) {
  .c-form_box dt {
    font-size: 4vw;
    line-height: 150%;
    margin: 4vw 0 1.3333333333vw;
    font-weight: 500;
  }
}
.c-form_box dt .red {
  color: #EA188C;
}
.c-form_box dd {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-form :-moz-placeholder {
  color: #aaaaaa;
}
.c-form :placeholder-shown {
  color: #aaaaaa;
}
.c-form ::-webkit-input-placeholder {
  color: #aaaaaa;
}
.c-form :-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.c-form ::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.c-form :focus:-moz-placeholder {
  color: inherit;
}
.c-form :focus:placeholder-shown {
  color: inherit;
}
.c-form :focus::-webkit-input-placeholder {
  font-size: 0;
}
.c-form :focus:-moz-placeholder {
  font-size: 0;
}
.c-form :focus::-moz-placeholder {
  font-size: 0;
}
.c-form :focus:-ms-input-placeholder {
  font-size: 0;
}
.c-form select::-ms-expand {
  display: none;
}
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel],
.c-form input[type=date] {
  text-align: left;
  width: 100%;
  height: auto;
  padding: 14px 22px;
  border-radius: 5px;
  background-color: #F2F2F2;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  -webkit-appearance: none;
  color: #383A45;
  caret-color: #383A45;
}
@media screen and (max-width: 767px) {
  .c-form input[type=text],
  .c-form input[type=email],
  .c-form input[type=tel],
  .c-form input[type=date] {
    padding: 3.2vw 4vw;
    font-size: 4.2666666667vw;
    width: 100%;
  }
}
.c-form input[type=text].box_m,
.c-form input[type=email].box_m,
.c-form input[type=tel].box_m,
.c-form input[type=date].box_m {
  width: 49%;
}
.c-form input[type=checkbox],
.c-form input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  display: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.c-form label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  padding: 13px 30px 14px;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .c-form label {
    padding: 2.6666666667vw;
  }
}
.c-form label:hover {
  background-color: #F2F9FF;
}
.c-form label input[type=checkbox] + span {
  position: relative;
  padding: 0 0 0 45px;
}
@media screen and (max-width: 767px) {
  .c-form label input[type=checkbox] + span {
    padding: 0 0 0 7.4666666667vw;
  }
}
.c-form label input[type=radio] + span {
  position: relative;
  padding: 0 0 0 45px;
}
@media screen and (max-width: 767px) {
  .c-form label input[type=radio] + span {
    padding: 0 0 0 7.4666666667vw;
  }
}
.c-form label span {
  display: inline-block;
}
.c-form label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.c-form label input[type=radio] + span::before {
  content: "";
  width: 27px;
  height: 27px;
  margin-top: -12px;
  background-color: #FFFFFF;
  border: 2px solid #cccccc;
  border-radius: 27px;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .c-form label input[type=radio] + span::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-top: -2.9333333333vw;
    border-radius: 5.3333333333vw;
  }
}
.c-form label input[type=radio] + span {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-form label input[type=radio] + span {
    font-size: 3.7333333333vw;
    font-weight: 500;
  }
}
.c-form label input[type=radio]:checked + span::before {
  border: 6px solid #2B82BC;
}
.c-form label input[type=checkbox] + span::before,
.c-form label input[type=checkbox] + span::after {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
}
.c-form label input[type=checkbox] + span::before {
  width: 1.3em;
  height: 1.3em;
  margin-top: -0.65em;
  background-color: #FFFFFF;
  border: 2px solid #cccccc;
  border-radius: 3px;
  z-index: 0;
  transition: 0.3s;
}
.c-form label input[type=checkbox] + span::after {
  width: 0.4em;
  height: 0.65em;
  margin-top: -0.45em;
  margin-left: 0.45em;
  transform: scale(0) rotate(45deg);
  z-index: 1;
}
.c-form label input[type=checkbox]:checked + span::before {
  border: none;
}
.c-form label input[type=checkbox]:checked + span::after {
  border: 0.1875em solid #FFFFFF;
  border-width: 0 0.1875em 0.1875em 0;
  transform: scale(1) rotate(45deg);
}
.c-form label input[type=checkbox]:checked + span::before {
  background-color: #2B82BC;
}
.c-form_error {
  font-size: 14px;
  color: #EA188C;
  margin: 0 auto 10px;
  font-weight: 700;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 2px 20px;
  border-radius: 3px;
  display: inline-block;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .c-form_error {
    font-size: 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
}
.c-form_error2 {
  font-size: 14px;
  color: #EA188C;
}
@media screen and (max-width: 767px) {
  .c-form_error2 {
    font-size: 3.7333333333vw;
  }
}

.rounded-table {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #cccccc;
}
.rounded-table .c-table {
  border-collapse: collapse;
  width: 100%;
}
.rounded-table .c-table th {
  background: #F2F9FF;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  vertical-align: middle;
  padding: 13px 10px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .rounded-table .c-table th {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 150%;
    padding: 3.4666666667vw 2.6666666667vw;
  }
}
.rounded-table .c-table th:first-of-type {
  width: 300px;
  border-right: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .rounded-table .c-table th:first-of-type {
    width: 40vw;
  }
}
.rounded-table .c-table td {
  background: #FFFFFF;
  border-bottom: 1px solid #cccccc;
  text-align: left;
  vertical-align: middle;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .rounded-table .c-table td {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 3.2vw 2.1333333333vw;
    line-height: 130%;
  }
}
.rounded-table .c-table td:first-of-type {
  border-right: 1px solid #cccccc;
}
.rounded-table .c-table td.last {
  border-bottom: none;
}

.c-title_h1 {
  font-size: 40px;
  line-height: 160%;
  font-weight: 700;
  color: #383A45;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-title_h1 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 140%;
    margin-bottom: 4.5333333333vw;
  }
}
.c-title_h2 {
  font-size: 30px;
  line-height: 170%;
  font-weight: 700;
  color: #2B82BC;
  margin-bottom: 25px;
  padding-left: 23px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title_h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 5.3333333333vw;
    padding-left: 4.2666666667vw;
  }
}
.c-title_h2::before {
  display: block;
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 8px;
  height: 57px;
  border-radius: 4px;
  background-color: #2B82BC;
}
@media screen and (max-width: 767px) {
  .c-title_h2::before {
    top: -1.3333333333vw;
    width: 1.6vw;
    height: 10.6666666667vw;
    border-radius: 0.8vw;
  }
}
.c-title_h2_toc-title {
  width: 100%;
  height: 60px;
  background-color: #6EA8CB;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-title_h2_toc-title {
    height: 13.3333333333vw;
  }
}
.c-title_h2_toc-title span {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 180%;
  position: relative;
  padding-left: 42px;
}
@media screen and (max-width: 767px) {
  .c-title_h2_toc-title span {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 10.6666666667vw;
  }
}
.c-title_h2_toc-title span::before {
  display: block;
  content: "";
  position: absolute;
  background: url(../../src/img/icon/icon_index.svg) no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .c-title_h2_toc-title span::before {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.c-title_h3 {
  border-top: solid 2px #2B82BC;
  border-bottom: solid 2px #2B82BC;
  padding: 9px 0px 10px;
  font-size: 20px;
  line-height: 160%;
  color: #2B82BC;
  margin-bottom: 25px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-title_h3 {
    padding: 2.9333333333vw 0px 2.6666666667vw;
    font-size: 4.8vw;
    margin-bottom: 4.5333333333vw;
  }
}
.c-title_h4 {
  padding: 0;
  font-size: 20px;
  line-height: 160%;
  color: #383A45;
  margin-bottom: 25px;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .c-title_h4 {
    font-size: 4.8vw;
    margin-bottom: 4.5333333333vw;
  }
}
.c-title_h4::before {
  content: "";
  width: 6px;
  background: #2B82BC;
  margin-right: 9px;
  border-radius: 3px;
  flex-shrink: 0;
  align-self: stretch;
  min-height: 2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-title_h4::before {
    width: 1.6vw;
    margin-right: 2.4vw;
    border-radius: 0.8vw;
    min-height: 5.8666666667vw;
  }
}
.c-title_h42 {
  padding: 0;
  font-size: 30px;
  line-height: 140%;
  color: #383A45;
  margin-bottom: 15px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-title_h42 {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}

.p-header {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 52px;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
    background-color: #FFFFFF;
    z-index: 30;
  }
}
.p-header_logo {
  position: absolute;
  top: 4vh;
  left: 2.6%;
  width: 316px;
  height: auto;
}
@media screen and (max-width: 1300px) {
  .p-header_logo {
    width: 280px;
    top: 3vh;
  }
}
@media screen and (max-width: 767px) {
  .p-header_logo {
    width: auto;
    height: 33px;
    left: 3.2vw;
    top: 10px;
  }
}
.p-header_logo img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-header_logo img {
    width: 132px;
    height: 33px;
    margin: 0;
  }
}
.p-header_btn {
  position: absolute;
  top: 4vh;
  right: 2.6%;
}
@media screen and (max-width: 767px) {
  .p-header_btn {
    top: 11px;
    right: 2.6666666667vw;
  }
}
.p-header_btn a {
  width: 340px;
  height: 50px;
  color: #FFFFFF;
  text-decoration: none;
  background: linear-gradient(90deg, #0672C4 0%, #218ADA 100%);
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .p-header_btn a {
    width: auto;
    height: auto;
    color: #2B82BC;
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
    font-size: 12px;
    line-height: 130%;
    justify-content: flex-end;
    box-shadow: none;
  }
}
.p-header_btn a::after {
  display: block;
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .p-header_btn a::after {
    top: 20px;
    right: 0.5333333333vw;
    width: 7px;
    height: 7px;
    border-top: 2px solid #2B82BC;
    border-right: 2px solid #2B82BC;
  }
}
.p-header_btn a:hover {
  opacity: 0.8;
  transform: translateY(3px);
  box-shadow: none !important;
}

.p-footer {
  width: 100%;
  position: relative;
  background-color: #FFFFFF;
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer {
    z-index: -1;
    padding: 6.6666666667vw 4vw 21.3333333333vw;
  }
}
.p-footer_top {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.p-footer_top_logo {
  width: 130px;
  margin-right: 27px;
}
@media screen and (max-width: 767px) {
  .p-footer_top_logo {
    width: 34.4vw;
    margin: 0 auto 4.8vw;
  }
}
.p-footer_top_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.p-footer_top_nav li {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-footer_top_nav li {
    width: 50%;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 4vw;
  }
}
.p-footer_top_nav li::after {
  display: block;
  content: "";
  position: absolute;
  background-color: #383A45;
  top: 1px;
  right: 0;
  width: 1px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .p-footer_top_nav li::after {
    display: none;
  }
}
.p-footer_top_nav li a {
  color: #383A45;
  text-decoration: none;
}
.p-footer_top_nav li a:hover {
  color: #EA188C;
}
.p-footer_bottom {
  max-width: 900px;
  margin: 25px auto 0;
  padding-top: 25px;
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .p-footer_bottom {
    margin: 1.3333333333vw auto 0;
    padding-top: 4vw;
    text-align: center;
    padding-bottom: 8vw;
  }
}
.p-footer_bottom_logo {
  width: 174px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  .p-footer_bottom_logo {
    width: 46.4vw;
    margin: 0 auto 4vw;
  }
}
.p-footer_bottom_txt {
  font-size: 14px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-footer_bottom_txt {
    font-size: 3.2vw;
    margin-bottom: 4.8vw;
    line-height: 160%;
  }
}
.p-footer_bottom_copy {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-footer_bottom_copy {
    font-size: 3.2vw;
  }
}

.p-main {
  width: 100%;
  height: 100vh;
  min-height: 900px;
  background: url(../../src/img/main_bg.jpg) center center no-repeat;
  background-size: cover;
  color: #383A45;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .p-main {
    min-height: 800px;
    max-height: 800px;
  }
  .p-main.shindan {
    max-height: 100vh;
    min-height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .p-main {
    background: url(../../src/img/main_bg_sp.jpg) center center no-repeat;
    background-size: cover;
    min-height: 166.4vw;
    max-height: 166.4vw;
  }
  .p-main.shindan {
    max-height: none;
    min-height: 100dvh;
    margin-bottom: 0;
  }
}
.p-main_wrap {
  width: 100%;
  height: auto;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin-top: 50px;
}
@media screen and (max-width: 1300px) {
  .p-main_wrap {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap {
    margin-top: 50px;
    transform: translate(-50%, 0);
    top: 14.6666666667vw;
    margin-top: 52px;
  }
}
.p-main_wrap_catch {
  font-size: 80px;
  font-weight: 700;
  color: #383A45;
  line-height: 120%;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1300px) {
  .p-main_wrap_catch {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap_catch {
    font-size: 26px;
    font-size: 1.625rem;
    filter: drop-shadow(0 0 6px #FFF) drop-shadow(0 0 6px #FFF);
  }
}
.p-main_wrap_catch span {
  color: #EA188C;
}
.p-main_wrap_catch2 {
  font-size: 80px;
  font-weight: 700;
  color: #383A45;
  margin-top: 10px;
  line-height: 120%;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1300px) {
  .p-main_wrap_catch2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap_catch2 {
    font-size: 26px;
    font-size: 1.625rem;
    margin-top: 0.5333333333vw;
    filter: drop-shadow(0 0 6px #FFF) drop-shadow(0 0 6px #FFF);
  }
}
.p-main_wrap_catch2 span {
  font-size: "Roboto", sans-serif;
  font-size: 110px;
}
@media screen and (max-width: 1300px) {
  .p-main_wrap_catch2 span {
    font-size: 72px;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap_catch2 span {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.p-main_wrap_shindan {
  width: 1000px;
  height: 383px;
  background: url(../../src/img/waku.png) top center no-repeat;
  background-size: cover;
  margin: 94px auto 0;
  padding: 95px 0 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .p-main_wrap_shindan {
    width: 850px;
    height: 326px;
    margin: 80px auto 0;
    padding: 90px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap_shindan {
    width: 92vw;
    height: 72.8vw;
    background: url(../../src/img/waku_sp.png) top center no-repeat;
    background-size: cover;
    margin: 13.0666666667vw auto 0;
    padding: 14.9333333333vw 0 0;
  }
}
.p-main_wrap_shindan_title {
  color: #383A45;
  font-weight: 700;
  font-size: 46px;
  line-height: 140%;
}
@media screen and (max-width: 1300px) {
  .p-main_wrap_shindan_title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap_shindan_title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-main_wrap_shindan_title2 {
  width: 786px;
  height: 86px;
  color: #3182B3;
  background-color: #FFFFFF;
  font-weight: 700;
  font-size: 29px;
  line-height: 160%;
  border: 5px solid #71AFD5;
  border-radius: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1300px) {
  .p-main_wrap_shindan_title2 {
    width: 680px;
    height: 74px;
    font-size: 24px;
    top: -28px;
    border: 4px solid #71AFD5;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap_shindan_title2 {
    flex-direction: column;
    width: 74.6666666667vw;
    height: 16vw;
    font-size: 16px;
    font-size: 1rem;
    line-height: 140%;
    top: -6.6666666667vw;
    border: 2.5px solid #71AFD5;
  }
}
.p-main_wrap_shindan_img {
  width: 214px;
  height: 199px;
  position: absolute;
  top: -100px;
  left: -145px;
  transform: rotate(-14deg);
}
@media screen and (max-width: 1300px) {
  .p-main_wrap_shindan_img {
    width: 190px;
    height: 177px;
    position: absolute;
    top: -90px;
    left: -130px;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap_shindan_img {
    width: 32.8vw;
    height: 30.6666666667vw;
    transform: rotate(0deg);
    top: inherit;
    left: 29.0666666667vw;
    bottom: -24vw;
  }
}
.p-main_wrap_shindan_button-wrapper {
  width: 690px;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 1300px) {
  .p-main_wrap_shindan_button-wrapper {
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap_shindan_button-wrapper {
    width: 61.3333333333vw;
    margin: 5.3333333333vw auto 0;
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
}
.p-main_wrap_shindan_button-wrapper li .firstText a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 700;
  width: 330px;
  height: 75px;
  border-radius: 10px;
  background: #EA188C;
  box-shadow: 0 6px 0 0 #F984C4;
  transition: 0.3s all;
}
@media screen and (max-width: 1300px) {
  .p-main_wrap_shindan_button-wrapper li .firstText a {
    width: 285px;
    height: 65px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap_shindan_button-wrapper li .firstText a {
    width: 61.3333333333vw;
    height: 13.3333333333vw;
    font-size: 22px;
    font-size: 1.375rem;
    box-shadow: 0 4px 0 0 #F984C4;
  }
}
.p-main_wrap_shindan_button-wrapper li .firstText a:hover {
  opacity: 0.8;
  transform: translateY(6px);
  box-shadow: none !important;
}

.p-system {
  width: 100%;
  background: url("../../src/img/system_bg.png") repeat-y center top -100px, linear-gradient(179deg, #71AFD5 0.44%, #D6ECFE 50.51%, #71AFD5 99.63%);
  padding: 80px 0 145px;
  /*即戦力のシステム開発会社を探すなら発注ナビ*/
  /*主な特徴*/
}
@media screen and (max-width: 767px) {
  .p-system {
    background: #FFFFFF;
    padding: 12vw 4vw 13.3333333333vw;
  }
}
.p-system p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-system p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-system p .blue {
  color: #2B82BC;
  font-weight: 700;
}
.p-system p .line {
  color: #2B82BC;
  font-weight: 700;
  background: linear-gradient(transparent 60%, #FFFF00 60%);
}
.p-system_inner {
  max-width: 1100px;
  background-color: #FFFFFF;
  text-align: left;
  padding: 70px 60px;
  border-radius: 6px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-system_inner {
    max-width: 100%;
    border-radius: 0;
    padding: 0;
  }
}
.p-system_img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-system_img {
    margin-bottom: 4.5333333333vw;
  }
  .p-system_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    background-position: center;
  }
}
.p-system_wrap_img {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-system_wrap_img {
    margin-bottom: 5.3333333333vw;
  }
}
.p-system .bana_wrap a {
  width: 100%;
}
.p-system .bana_wrap a:hover {
  opacity: 0.7;
}
.p-system_toc_container {
  width: 100%;
  background-color: #F2F9FF;
  border-radius: 6px;
  overflow: hidden;
}
.p-system_toc_container_list {
  list-style-type: decimal;
  margin: 30px 40px 30px 70px;
}
@media screen and (max-width: 767px) {
  .p-system_toc_container_list {
    margin: 6.1333333333vw 4.8vw 6.1333333333vw 12vw;
  }
}
.p-system_toc_container_list li {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 20px;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .p-system_toc_container_list li {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 4vw;
    padding-left: 1.3333333333vw;
  }
}
.p-system_toc_container_list li a {
  color: #383A45;
  text-decoration: none;
}
.p-system_toc_container_list li a:hover {
  color: #EA188C;
}
.p-system_toc_container_list li:last-child {
  margin-bottom: 0;
}
.p-system_toc_container_list li::marker {
  color: #2B82BC;
}
.p-system_search {
  width: 100%;
  background: linear-gradient(0deg, #D1EAFE 0%, #FFF 98.7%);
  padding: 130px 0;
}
@media screen and (max-width: 767px) {
  .p-system_search {
    padding: 13.3333333333vw 0 16vw;
    background: linear-gradient(0deg, #D1EAFE 0%, #F2F8FD 98.7%);
  }
}
.p-system_search_inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-system_search_inner {
    padding: 0 4vw;
  }
}
.p-system_search_h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #2B82BC;
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-system_search_h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 7.4666666667vw;
    display: block;
    line-height: 130%;
    vertical-align: text-bottom;
  }
}
.p-system_search_h2 img {
  width: 246px;
  margin-left: 13px;
}
@media screen and (max-width: 767px) {
  .p-system_search_h2 img {
    width: 42.1333333333vw;
    margin: 1.3333333333vw 0 0 0.2666666667vw;
  }
}
.p-system_search_h2 span {
  position: relative;
}
.p-system_search_h2 span::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #EA188C;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-system_search_h2 span::before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    top: -1.8666666667vw;
  }
}
.p-system_search_txt01 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-system_search_txt01 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 5.3333333333vw;
  }
}
.p-system_search_wrap01 {
  max-width: 595px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
  margin: 0 auto 110px;
}
@media screen and (max-width: 767px) {
  .p-system_search_wrap01 {
    max-width: 74.6666666667vw;
    grid-template-columns: 1fr 1fr;
    gap: 5.3333333333vw;
    margin: 0 auto 21.3333333333vw;
  }
}
.p-system_search_wrap01_ditail {
  width: 130px;
  height: 130px;
  border-radius: 130px;
  background-color: #2B82BC;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-system_search_wrap01_ditail {
    width: 34.6666666667vw;
    height: 34.6666666667vw;
    border-radius: 34.6666666667vw;
  }
}
.p-system_search_wrap01_ditail .ttl {
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-system_search_wrap01_ditail .ttl {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1.3333333333vw;
  }
}
.p-system_search_wrap01_ditail .num {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #FFFF00;
}
@media screen and (max-width: 767px) {
  .p-system_search_wrap01_ditail .num {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-system_search_wrap02 {
  width: 100%;
  border-radius: 6px;
  background-color: #FFFFFF;
  padding: 60px 60px 45px;
  position: relative;
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-system_search_wrap02 {
    padding: 14.6666666667vw 4vw 6.6666666667vw;
    grid-template-columns: 1fr;
    gap: 4.8vw;
  }
}
.p-system_search_wrap02_h3 {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  font-weight: 600;
  color: #2B82BC;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-system_search_wrap02_h3 {
    top: -6.4vw;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 160%;
  }
}
.p-system_search_wrap02_h3 span {
  position: relative;
}
.p-system_search_wrap02_h3 span::before {
  content: "";
  position: absolute;
  display: block;
  width: 2.5px;
  height: 35px;
  background-color: #2B82BC;
  border-radius: 2.5px;
  left: -18px;
  top: -2px;
  transform: rotate(-25deg);
}
@media screen and (max-width: 767px) {
  .p-system_search_wrap02_h3 span::before {
    height: 14.9333333333vw;
    left: -5.3333333333vw;
    top: 0;
  }
}
.p-system_search_wrap02_h3 span::after {
  content: "";
  position: absolute;
  display: block;
  width: 2.5px;
  height: 35px;
  background-color: #2B82BC;
  border-radius: 2.5px;
  right: -12px;
  top: 0;
  transform: rotate(25deg);
}
@media screen and (max-width: 767px) {
  .p-system_search_wrap02_h3 span::after {
    height: 14.9333333333vw;
    right: -4.8vw;
    top: 0;
  }
}
.p-system_search_wrap02 .img {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-system_search_wrap02 .img {
    margin: 0 auto;
    width: 33.0666666667vw;
  }
}
.p-system_search_wrap02 .list {
  display: flex;
  text-align: left;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.p-system_search_wrap02 .list li {
  position: relative;
  padding-left: 35px;
  font-size: 22px;
  line-height: 160%;
  margin-bottom: 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-system_search_wrap02 .list li {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-left: 6.4vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-system_search_wrap02 .list li .line {
  color: #2B82BC;
  font-weight: 700;
  background: linear-gradient(transparent 60%, #FFFF00 60%);
}
.p-system_search_wrap02 .list li::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 23px;
  height: 23px;
  transform: translateY(-50%);
  background: url(../../src/img/icon/icon_check.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-system_search_wrap02 .list li::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    top: 0.8vw;
    transform: translateY(0);
  }
}
.p-system_feature {
  width: 100%;
  background: linear-gradient(358deg, #D6ECFE 0.94%, #71AFD5 99.76%);
  padding: 130px 0;
}
@media screen and (max-width: 767px) {
  .p-system_feature {
    padding: 13.3333333333vw 0 16vw;
  }
}
.p-system_feature_inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-system_feature_inner {
    padding: 0 4vw;
  }
}
.p-system_feature_h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-system_feature_h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 7.4666666667vw;
  }
}
.p-system_feature_wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-system_feature_wrap {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-system_feature_wrap_ditail {
  background-color: #FFFFFF;
  border-radius: 6px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .p-system_feature_wrap_ditail {
    padding: 5.3333333333vw;
  }
}
.p-system_feature_wrap_ditail .img {
  width: 100%;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-system_feature_wrap_ditail .img {
    margin-bottom: 5.3333333333vw;
  }
}
.p-system_feature_wrap_ditail .ttl {
  text-align: center;
  font-size: 20px;
  color: #2B82BC;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-system_feature_wrap_ditail .ttl {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 0.8vw;
  }
}
.p-system_feature_wrap_ditail .txt {
  font-size: 16px;
  line-height: 180%;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-system_feature_wrap_ditail .txt {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-system_feature_wrap_last {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 6px;
  padding: 45px 45px 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-system_feature_wrap_last {
    padding: 10.6666666667vw 5.3333333333vw 5.3333333333vw;
  }
}
.p-system_feature_wrap_last .img {
  width: 95px;
  height: 66px;
  position: absolute;
  top: -14px;
  left: 115px;
}
@media screen and (max-width: 767px) {
  .p-system_feature_wrap_last .img {
    width: 25.3333333333vw;
    height: 17.6vw;
    top: -3.2vw;
    left: 2.1333333333vw;
  }
}
.p-system_feature_wrap_last .ttl {
  text-align: center;
  font-size: 20px;
  color: #2B82BC;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-system_feature_wrap_last .ttl {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 0.8vw;
  }
}
.p-system_feature_wrap_last .txt {
  font-size: 16px;
  line-height: 180%;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-system_feature_wrap_last .txt {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: left;
  }
}
.p-system_box {
  width: 100%;
  background-color: #FFFFFF;
  padding: 30px 40px;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 4px rgba(9, 139, 222, 0.3));
}
@media screen and (max-width: 767px) {
  .p-system_box {
    padding: 4.2666666667vw 5.3333333333vw 6.6666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.p-system_box_ditail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #cccccc;
}
.p-system_box_ditail dl {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-system_box_ditail dl {
    width: 100%;
  }
}
.p-system_box_ditail dl dt {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  background-color: #3182B3;
  color: #FFFFFF;
  padding: 10px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  text-align: center;
  padding-left: 26px;
}
@media screen and (max-width: 767px) {
  .p-system_box_ditail dl dt {
    border-right: none;
    padding: 1.6vw 2.6666666667vw 2.1333333333vw;
    font-size: 3.7333333333vw;
    padding-left: 9.0666666667vw;
    text-align: left;
  }
}
.p-system_box_ditail dl dt span {
  position: relative;
}
.p-system_box_ditail dl dt span::before {
  display: block;
  content: "";
  position: absolute;
  background: url(../../src/img/common/icon02.svg) no-repeat;
  background-size: cover;
  top: 1px;
  left: -26px;
  width: 23px;
  height: 23px;
}
@media screen and (max-width: 767px) {
  .p-system_box_ditail dl dt span::before {
    top: 0;
    left: -6.4vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.p-system_box_ditail dl dd {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 10px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  min-width: 240px;
  height: calc(100% - 45px);
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-system_box_ditail dl dd {
    border-right: none;
    padding: 2.1333333333vw 2.6666666667vw;
    font-size: 3.7333333333vw;
    min-width: 100%;
    height: auto;
    text-align: left;
    justify-content: flex-start;
  }
}
.p-system_box_ditail dl dd p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-system_box_ditail dl dd p {
    font-size: 3.7333333333vw;
  }
}
.p-system_box_ditail dl dd span {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-system_box_ditail dl dd span {
    font-size: 3.4666666667vw;
  }
}
.p-system_box_ditail dl dd.left {
  text-align: left;
}
.p-system_box_ditail dl:last-child dt,
.p-system_box_ditail dl:last-child dd {
  border-right: none;
}
.p-system_box_ditail2 {
  width: 100%;
}
.p-system_box_ditail2 dl {
  width: 100%;
}
.p-system_box_ditail2 dl dt {
  border-bottom: 1px solid #cccccc;
  background-color: #F2F9FF;
  color: #383A45;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-system_box_ditail2 dl dt {
    font-size: 3.4666666667vw;
    padding: 2.1333333333vw 2.6666666667vw;
  }
}
.p-system_box_ditail2 dl dd {
  border-bottom: 1px solid #cccccc;
  background-color: #FFFFFF;
  color: #383A45;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 150%;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-system_box_ditail2 dl dd {
    font-size: 3.4666666667vw;
    padding: 2.1333333333vw 2.6666666667vw;
  }
}

.p-system_box_ditail2 .list > dt.btn_detail {
  position: relative;
  cursor: pointer;
}

.p-system_box_ditail2 .list > dt.btn_detail .btn {
  position: absolute;
  right: 25px;
  height: 11px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  color: #2B82BC;
  background-color: #FFFFFF;
  border: 1px solid #2B82BC;
  width: 95px;
  height: 22px;
  border-radius: 11px;
  text-align: center;
  line-height: 150%;
  padding-right: 12px;
}
@media screen and (max-width: 767px) {
  .p-system_box_ditail2 .list > dt.btn_detail .btn {
    right: 2.6666666667vw;
    height: 2.1333333333vw;
    font-size: 2.6666666667vw;
    width: 21.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    line-height: 170%;
  }
}

.p-system_box_ditail2 .list > dt.btn_detail .btn span {
  position: relative;
}

.p-system_box_ditail2 .list > dt.btn_detail .btn span::before {
  content: "もっと見る";
  display: block;
}

.p-system_box_ditail2 .list > dt.btn_detail .btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  right: 9px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #2B82BC;
  border-right: 1px solid #2B82BC;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-system_box_ditail2 .list > dt.btn_detail .btn::after {
    top: 1.0666666667vw;
    right: 2.4vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}

.p-system_box_ditail2 .list > dt.btn_detail.active .btn span::before {
  content: "閉じる";
  display: block;
}

.p-system_box_ditail2 .list > dt.btn_detail.active .btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  right: 15px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #2B82BC;
  border-right: 1px solid #2B82BC;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-system_box_ditail2 .list > dt.btn_detail.active .btn::after {
    top: 1.8666666667vw;
    right: 4vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}

.p-system_box_ditail2 .list > dd.close {
  display: none;
}

.p-system_box_ditail2 .list > dt .btn_detail.active + dd.close {
  display: block !important;
}

.p-shindan {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 150px 0 120px;
  z-index: 20;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-shindan {
    width: 100%;
    max-width: 100%;
    padding: 80px 4vw 22.6666666667vw;
  }
}
.p-shindan_main {
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 60px 120px;
}
@media screen and (max-width: 767px) {
  .p-shindan_main {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
    padding: 4vw 4vw 5.3333333333vw;
  }
}
.p-shindan_main_top {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_top {
    margin: 5.3333333333vw 0;
  }
}
.p-shindan_main_top.last {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_top.last {
    margin: 5.3333333333vw 0;
  }
}
.p-shindan_main_top .top_txt {
  color: #2B82BC;
  font-size: 40px;
  font-weight: 900;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_top .top_txt {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-shindan_main_top .top_txt span {
  position: relative;
}
.p-shindan_main_top .top_txt span::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: -20px;
  display: block;
  width: 3px;
  height: 40px;
  background-color: #2B82BC;
  transform: rotate(-25deg);
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_top .top_txt span::before {
    bottom: 1.3333333333vw;
    left: -4vw;
    width: 2px;
    height: 8vw;
  }
}
.p-shindan_main_top .top_txt span::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -20px;
  display: block;
  width: 3px;
  height: 40px;
  background-color: #2B82BC;
  transform: rotate(25deg);
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_top .top_txt span::after {
    bottom: 1.3333333333vw;
    right: -4vw;
    width: 2px;
    height: 8vw;
  }
}
.p-shindan_main_top .top_txt2 {
  color: #383A45;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  margin: 10px 0 25px;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_top .top_txt2 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 3.2vw 0 8vw;
  }
}
.p-shindan_main_top .top_txt3 {
  color: #383A45;
  font-size: 30px;
  font-weight: 700;
  line-height: 160%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_top .top_txt3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-shindan_main_top .top_txt4 {
  color: #383A45;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_top .top_txt4 {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0;
    line-height: 160%;
  }
}
.p-shindan_main_top .top_txt4 span {
  color: #2B82BC;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_top .top_txt4 span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-shindan_main_top .top_txt5 {
  color: #383A45;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin: 5px 0 30px;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_top .top_txt5 {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 1.3333333333vw 0 2.6666666667vw;
    line-height: 150%;
  }
}
.p-shindan_main_top .top_illust {
  width: 214px;
  height: 199px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_top .top_illust {
    width: 46.1333333333vw;
    height: 42.9333333333vw;
    margin: 0 auto 8vw;
  }
}
.p-shindan_main_top .top_illust img {
  width: 100%;
}
.p-shindan_main_top .top_txt_link {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_top .top_txt_link {
    margin-top: 4vw;
  }
}
.p-shindan_main_ditail {
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p-shindan_main_ditail .progress-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_ditail .progress-wrapper {
    width: 100%;
  }
}
.p-shindan_main_ditail .progress-wrapper .status-bar {
  width: 100%;
  max-width: 800px;
  height: 15px;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_ditail .progress-wrapper .status-bar {
    width: 72vw;
    max-width: 72vw;
    height: 28px;
  }
}
.p-shindan_main_ditail .progress-wrapper .status-bar_base {
  fill: #E1E1E1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_ditail .progress-wrapper .status-bar_base {
    height: 35px;
    rx: 20;
    ry: 20;
  }
}
.p-shindan_main_ditail .progress-wrapper .status-bar_line {
  fill: #2B82BC;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_ditail .progress-wrapper .status-bar_line {
    height: 35px;
    rx: 20;
    ry: 20;
  }
}
.p-shindan_main_ditail .progress-wrapper .status-bar_num {
  font-size: 18px;
  font-weight: 700;
  color: #2B82BC;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_ditail .progress-wrapper .status-bar_num {
    font-size: 4.2666666667vw;
    margin-top: 1.8666666667vw;
  }
}
.p-shindan_main_ditail .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  color: #383A45;
  text-align: left;
  margin: 36px auto 25px;
  width: 100%;
  padding-left: 55px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_ditail .title {
    font-size: 4.2666666667vw;
    line-height: 150%;
    margin: 2.6666666667vw 0;
    width: 100%;
    padding-left: 0;
  }
}
.p-shindan_main_ditail .title::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(../../src/img/navi_s.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_ditail .title::before {
    display: none;
  }
}
.p-shindan_main_ditail .title_last {
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
  color: #383A45;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_ditail .title_last {
    font-size: 5.3333333333vw;
    line-height: 160%;
  }
}
.p-shindan_main_ditail .title_last span {
  position: relative;
}
.p-shindan_main_ditail .title_last span::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: -15px;
  display: block;
  width: 2px;
  height: 24px;
  background-color: #383A45;
  transform: rotate(-25deg);
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_ditail .title_last span::before {
    display: none;
  }
}
.p-shindan_main_ditail .title_last span::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -15px;
  display: block;
  width: 2px;
  height: 24px;
  background-color: #383A45;
  transform: rotate(25deg);
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_ditail .title_last span::after {
    display: none;
  }
}
.p-shindan_main_ditail .title_last em {
  font-style: normal;
  color: #EA188C;
}
.p-shindan_main_ditail .title_last2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  color: #383A45;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_ditail .title_last2 {
    font-size: 4.2666666667vw;
    margin: -0.8vw 0 0;
    letter-spacing: -0.05em;
  }
}
.p-shindan_main_ditail .title_last2 span {
  background: linear-gradient(transparent 70%, #FFFF00 70%);
}
.p-shindan_main_ditail .title_sub {
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  color: #2B82BC;
  text-align: left;
  margin: 0 auto 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_ditail .title_sub {
    font-size: 4vw;
    line-height: 150%;
    margin: 0 0 2.6666666667vw;
  }
}
.p-shindan_main_ditail .form-step {
  width: 100%;
  flex: 1;
  padding: 1px 0 40px;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_ditail .form-step {
    padding: 1px 0 10.6666666667vw;
  }
}
.p-shindan_main_ditail .form-step:last-of-type {
  padding: 1px 0;
}
.p-shindan_main_ditail .form-step.col2 {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_ditail .form-step.col2 {
    grid-template-columns: 1fr;
  }
}
.p-shindan_main_ditail .form-step.col2 .form-step_wrap:nth-of-type(even) {
  border-left: none;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_ditail .form-step.col2 .form-step_wrap:nth-of-type(even) {
    border-left: 1px solid #cccccc;
  }
}
.p-shindan_main_ditail .form-step_wrap {
  width: 100%;
  border: 1px solid #cccccc;
  font-size: 18px;
  line-height: 160%;
  font-weight: 700;
  text-align: left;
  margin-top: -1px;
  color: #383A45;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_ditail .form-step_wrap {
    font-size: 3.7333333333vw;
    font-weight: 500;
    line-height: 150%;
  }
}
.p-shindan_main_ditail .form-step_wrap.etc {
  height: 77px;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_ditail .form-step_wrap.etc {
    height: auto;
  }
}
.p-shindan_main_ditail .form-step_wrap.etc label {
  padding: 10px 10px 10px 30px;
  height: 77px;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_ditail .form-step_wrap.etc label {
    padding: 2.6666666667vw;
    height: auto;
  }
}
.p-shindan_main_ditail .form-step_wrap .box_sub {
  position: absolute;
  width: 670px !important;
  height: 57px !important;
  right: 10px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_ditail .form-step_wrap .box_sub {
    position: relative;
    width: 78.6666666667vw !important;
    height: auto !important;
    right: 0;
    top: 0;
    margin: 0 2.6666666667vw 2.6666666667vw;
  }
}
.p-shindan_main_ditail .form-step.long {
  /*max-height: 43vh;*/
}
@media screen and (max-width: 767px) {
  .p-shindan_main_ditail .form-step.long {
    max-height: calc(100dvh - 58.6666666667vw);
  }
}
.p-shindan_main_ditail .input_txt {
  text-align: center;
  font-size: 16px;
  color: #383A45;
  line-height: 170%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_ditail .input_txt {
    font-size: 3.7333333333vw;
    line-height: 150%;
    text-align: left;
  }
}

.p-shindan_wrap_main_btnwrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 20px 0;
  background: rgba(31, 137, 217, 0.8);
  overflow: hidden;
  z-index: 1000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_btnwrap {
    padding: 4vw 1.3333333333vw;
  }
}
.p-shindan_wrap_main_btnwrap .btn {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.p-shindan_wrap_main_btnwrap .btn button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 700;
  width: 350px;
  height: 60px;
  border-radius: 10px;
  transition: 0.3s all;
  margin: 0 12.5px;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_btnwrap .btn button {
    width: 46.6666666667vw;
    height: 12vw;
    font-size: 17px;
    font-size: 1.0625rem;
    margin: 0 0.9333333333vw;
  }
}
.p-shindan_wrap_main_btnwrap .btn button:hover {
  transform: translateY(4px);
  box-shadow: none !important;
}
.p-shindan_wrap_main_btnwrap .btn button.next {
  background: #EA188C;
  box-shadow: 0 4px 0 0 #F984C4;
}
.p-shindan_wrap_main_btnwrap .btn button.next::after {
  display: block;
  content: "";
  position: absolute;
  top: 23px;
  right: 30px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_btnwrap .btn button.next::after {
    top: 5.0666666667vw;
    right: 5.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.p-shindan_wrap_main_btnwrap .btn button.next:hover {
  background: #EE46A3;
}
.p-shindan_wrap_main_btnwrap .btn button.next.long {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_btnwrap .btn button.next.long {
    width: 82.6666666667vw;
  }
}
.p-shindan_wrap_main_btnwrap .btn button.back {
  background: #898989;
  box-shadow: 0 4px 0 0 #B9B9B9;
}
.p-shindan_wrap_main_btnwrap .btn button.back::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: translateY(-50%) rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_btnwrap .btn button.back::before {
    left: 5.3333333333vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.p-shindan_wrap_main_btnwrap .btn button.back:hover {
  background: #999999;
}

.close_wrap.close {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  transform: inherit;
}
.close_wrap.close::before {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: " ";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  height: 100vh;
  width: 100%;
}
.close_wrap.close .p-shindan_wrap_main_top.close {
  z-index: 150;
  background-color: #FFFFFF;
  width: auto;
  padding: 30px;
  border-radius: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .close_wrap.close .p-shindan_wrap_main_top.close {
    padding: 4vw;
    border-radius: 2.1333333333vw;
    margin-top: 0;
  }
}

.u-mb--0 {
  margin-bottom: 0px !important;
}
.u-mb--xxs {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--xxs {
    margin-bottom: 4vw !important;
  }
}
.u-mb--xs {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--xs {
    margin-bottom: 4vw !important;
  }
}
.u-mb--s {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--s {
    margin-bottom: 5.3333333333vw !important;
  }
}
.u-mb--m {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--m {
    margin-bottom: 6.6666666667vw !important;
  }
}
.u-mb--l {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--l {
    margin-bottom: 9.3333333333vw !important;
  }
}

.u-mt--0 {
  margin-top: 0px !important;
}
.u-mt--xxs {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--xxs {
    margin-top: 4vw !important;
  }
}
.u-mt--xs {
  margin-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--xs {
    margin-top: 4vw !important;
  }
}
.u-mt--s {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--s {
    margin-top: 5.3333333333vw !important;
  }
}
.u-mt--m {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--m {
    margin-top: 6.6666666667vw !important;
  }
}
.u-mt--l {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--l {
    margin-top: 9.3333333333vw !important;
  }
}

.u-sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-only {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}
