@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@300;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: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #383A45;
  line-height: 200%;
  position: relative;
  min-width: 1200px;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  background-color: #F8F6F6;
}
@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/under_bg.png") no-repeat center center;
  background-size: cover;
  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/under_bg_sp.png") no-repeat center center, #CEEAE3;
    background-size: cover;
    background-attachment: fixed;
  }
}

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

a {
  text-decoration: underline;
  color: #E57B90;
  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: 60px;
}
@media screen and (max-width: 767px) {
  .l-section {
    margin-bottom: 13.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;
}
.l-section#i-6 {
  position: relative;
}
.l-section#i-6 .illust02 {
  position: absolute;
  width: 195px;
  height: 209px;
  right: 10px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-section#i-6 .illust02 {
    display: none;
  }
}

.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: 100px;
  background: linear-gradient(90deg, #4796E3 0%, #998DD6 50%, #E57B90 100%);
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.08);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-btn_formtop a {
    width: 69.3333333333vw;
    height: 13.3333333333vw;
    font-size: 18px;
    font-size: 1.125rem;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.08);
  }
}
.c-btn_formtop a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .c-btn_formtop a::after {
    right: 5.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.c-btn_formtop a:hover {
  opacity: 0.8;
}
.c-btn_formtop a:hover::after {
  right: 27px;
}
.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: 100px;
  background: linear-gradient(90deg, #4796E3 0%, #998DD6 50%, #E57B90 100%);
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.08);
  transition: 0.3s all;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-btn_formlast a {
    width: 69.3333333333vw;
    height: 13.3333333333vw;
    font-size: 18px;
    font-size: 1.125rem;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  }
}
.c-btn_formlast a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  transform: translateY(-50%) rotate(-135deg);
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .c-btn_formlast a::after {
    left: 5.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.c-btn_formlast a:hover {
  opacity: 0.8;
}
.c-btn_formlast a:hover::after {
  left: 27px;
}
.c-btn_back a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #5790DF;
  text-decoration: none;
  font-weight: 600;
  width: 220px;
  height: 36px;
  border-radius: 100px;
  background: #FFFFFF;
  transition: 0.3s all;
  margin: 20px auto 0 0;
  line-height: 170%;
  border: 1px solid #5790DF;
}
@media screen and (max-width: 767px) {
  .c-btn_back a {
    width: 45.3333333333vw;
    height: 8vw;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 3.2vw 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 #5790DF;
  border-right: 2px solid #5790DF;
  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-list__dot {
  background-color: #F8F6F6;
  border-radius: 5px;
  padding: 45px 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-list__dot {
    padding: 6.6666666667vw 5.3333333333vw;
  }
}
.c-list__dot li {
  padding-left: 18px;
  position: relative;
  line-height: 170%;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .c-list__dot li {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
}
.c-list__dot li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #383A45;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-list__dot li::before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    top: 2.6666666667vw;
  }
}
.c-list__dot li:last-child {
  margin-bottom: 0;
}

.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: #E57B90;
}
.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: 4vw;
    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: rgba(240, 130, 152, 0.07);
}
.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 #E57B90;
}
.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: #E57B90;
}
.c-form_error {
  font-size: 14px;
  color: #E57B90;
  margin: 0 auto 10px;
  font-weight: 700;
  text-align: center;
  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: #E57B90;
}
@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: #F8F6F6;
  border-bottom: 1px solid #CCCCCC;
  text-align: center;
  vertical-align: middle;
  padding: 13px 10px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  border-right: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .rounded-table .c-table th {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 150%;
    padding: 3.4666666667vw 0.2666666667vw;
  }
}
.rounded-table .c-table th:last-of-type {
  border-right: none;
}
.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%;
  border-right: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .rounded-table .c-table td {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 2.1333333333vw 1.3333333333vw;
    line-height: 150%;
  }
}
.rounded-table .c-table td:last-of-type {
  border-right: none;
}
.rounded-table .c-table td.last {
  border-bottom: none;
}
.rounded-table .c-table td.b01 {
  font-weight: 500;
  background-color: #F8F6F6;
}

.c-title_h1 {
  font-size: 40px;
  line-height: 160%;
  font-weight: 700;
  color: #383A45;
}
@media screen and (max-width: 767px) {
  .c-title_h1 {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: left;
    line-height: 150%;
  }
}
.c-title_h2 {
  color: #383A45;
  margin-bottom: 30px;
  padding-left: 25px;
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title_h2 {
    margin-bottom: 4vw;
    padding-left: 4.8vw;
    line-height: 150%;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-title_h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(180deg, #4796E3 0%, #998DD6 50%, #E57B90 100%);
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .c-title_h2::before {
    width: 1.3333333333vw;
  }
}
.c-title_h2_toc-title {
  margin-bottom: 15px;
  font-family: "Barlow Semi Condensed", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-title_h2_toc-title {
    margin-bottom: 4vw;
  }
}
.c-title_h2_toc-title span {
  font-size: 28px;
  font-weight: 900;
  line-height: 160%;
  letter-spacing: 0.05em;
  background: linear-gradient(to right, #4692E9 0%, #8679CD 50%, #E57B90 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .c-title_h2_toc-title span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-title_h3 {
  padding: 0 0 8px 0;
  font-size: 20px;
  line-height: 160%;
  color: #4776B7;
  font-weight: 900;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title_h3 {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 150%;
    margin-bottom: 2.6666666667vw;
    padding: 0 0 2.6666666667vw 0;
  }
}
.c-title_h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: -3px;
  left: 0;
  background: linear-gradient(90deg, #4796E3 0%, #998DD6 50%, #E57B90 100%);
}
.c-title_h4 {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 5px;
  color: #4776B7;
}
@media screen and (max-width: 767px) {
  .c-title_h4 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1.3333333333vw;
  }
}
.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 3px 3px 0 rgba(0, 0, 0, 0.08);
    background-color: #FFFFFF;
    z-index: 30;
  }
}
.p-header_logo {
  position: absolute;
  width: 250px;
  top: 40px;
  left: 50px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .p-header_logo {
    width: 200px;
    top: 30px;
    left: 25px;
  }
}
@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: 40px;
  right: 50px;
}
@media screen and (max-width: 1200px) {
  .p-header_btn {
    top: 30px;
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-header_btn {
    top: 10px;
    right: 2.6666666667vw;
  }
}
.p-header_btn a {
  width: 280px;
  height: 46px;
  color: #5790DF;
  text-decoration: none;
  background: #FFFFFF;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 7px 2px 0;
  border: 1px solid #5790DF;
}
@media screen and (max-width: 1200px) {
  .p-header_btn a {
    width: 230px;
    height: 38px;
    font-size: 13px;
    padding: 0 5px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-header_btn a {
    width: auto;
    height: auto;
    color: #4776B7;
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
    font-size: 12px;
    line-height: 130%;
    justify-content: flex-end;
    box-shadow: none;
    text-align: right;
    padding-right: 12px;
    border: none;
  }
}
.p-header_btn a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #5790DF;
  border-right: 2px solid #5790DF;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s all;
}
@media screen and (max-width: 1200px) {
  .p-header_btn a::after {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 767px) {
  .p-header_btn a::after {
    top: 24px;
    right: 2px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #4776B7;
    border-right: 2px solid #4776B7;
  }
}
.p-header_btn a:hover {
  opacity: 0.8;
}
.p-header_btn a:hover::after {
  right: 17px;
}

.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: #E57B90;
}
.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: auto;
  background: url(../../src/img/under_bg.png) center center no-repeat;
  background-size: cover;
  color: #383A45;
  text-align: center;
  position: relative;
}
.p-main::before {
  content: "";
  display: block;
  padding-top: 52.08%;
}
@media screen and (max-width: 1300px) {
  .p-main.shindan {
    max-height: 100vh;
    min-height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .p-main {
    background: url(../../src/img/under_bg_sp.png) center center no-repeat;
    background-size: cover;
    min-height: 165.3333333333vw;
    max-height: 165.3333333333vw;
  }
  .p-main.shindan {
    max-height: none;
    min-height: 100dvh;
    margin-bottom: 0;
  }
}
.p-main_img01 {
  position: absolute;
  width: 29.6%;
  height: auto;
  left: 0;
  bottom: 13%;
}
@media screen and (max-width: 1200px) {
  .p-main_img01 {
    width: 355px;
    bottom: 50px;
  }
}
.p-main_img02 {
  position: absolute;
  width: 27.55%;
  height: auto;
  right: 1.3%;
  bottom: 11%;
}
@media screen and (max-width: 1200px) {
  .p-main_img02 {
    width: 330px;
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-main_img03 {
    position: absolute;
    width: 81.8666666667vw;
    right: 9.6vw;
    top: 106.6666666667vw;
  }
}
.p-main_wrap {
  width: 46%;
  height: auto;
  position: absolute;
  transform: translateY(-50%);
  top: 13%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .p-main_wrap {
    width: 570px;
    top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap {
    width: 89.3333333333vw;
    top: calc(52px + 10.6666666667vw);
    transform: translateY(0);
    left: 5.3333333333vw;
  }
}
.p-main_wrap_catch {
  font-size: 3.65vw;
  font-weight: 700;
  color: #383A45;
  line-height: 120%;
  text-shadow: 1.735px 1.735px 3.471px rgba(0, 0, 0, 0.08);
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .p-main_wrap_catch {
    font-size: 43px;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap_catch {
    font-size: 25px;
    font-size: 1.5625rem;
    text-shadow: 0.832px 1.248px 1.248px rgba(0, 0, 0, 0.1);
  }
}
.p-main_wrap_catch .txt01 {
  background: linear-gradient(to right, #4692E9 0%, #8679CD 50%, #E57B90 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-main_wrap_catch .txt01 {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}
.p-main_wrap_catch2 {
  font-size: 3.65vw;
  font-weight: 700;
  color: #383A45;
  line-height: 120%;
  letter-spacing: 0.08em;
  text-shadow: 1.735px 1.735px 3.471px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1200px) {
  .p-main_wrap_catch2 {
    font-size: 43px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap_catch2 {
    font-size: 25px;
    font-size: 1.5625rem;
    margin-top: 0.5333333333vw;
    text-shadow: 0.832px 1.248px 1.248px rgba(0, 0, 0, 0.1);
  }
}
.p-main_wrap_catch2 .txt02 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 4.5vw;
  font-weight: 900;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .p-main_wrap_catch2 .txt02 {
    font-size: 47px;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap_catch2 .txt02 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.p-main_wrap_shindan {
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border: 10px solid #CCCCCC;
  border-radius: 6px;
  margin: 6% 0 0;
  padding: 8% 8% 6%;
  text-align: center;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .p-main_wrap_shindan {
    margin: 35px auto 0;
    padding: 35px 35px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap_shindan {
    margin: 6.6666666667vw 0 0;
    padding: 6.1333333333vw 4.8vw 6.1333333333vw;
    border: 5px solid #CCCCCC;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
  }
}
.p-main_wrap_shindan_txt {
  position: absolute;
  top: -17%;
  left: -11%;
  width: 25%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .p-main_wrap_shindan_txt {
    top: -70px;
    left: -70px;
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap_shindan_txt {
    top: -12.8vw;
    left: -8vw;
    width: 25.3333333333vw;
  }
}
.p-main_wrap_shindan_title {
  color: #383A45;
  font-weight: 700;
  font-size: 2.7vw;
  line-height: 140%;
  margin-top: 6%;
}
@media screen and (max-width: 1200px) {
  .p-main_wrap_shindan_title {
    font-size: 34px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap_shindan_title {
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 2.6666666667vw;
  }
}
.p-main_wrap_shindan_title2 {
  font-size: 1.9vw;
  font-weight: 600;
  color: #4776B7;
  line-height: 140%;
}
@media screen and (max-width: 1200px) {
  .p-main_wrap_shindan_title2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap_shindan_title2 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-main_wrap_shindan_title2 span {
  position: relative;
}
.p-main_wrap_shindan_title2 span::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -30px;
  display: block;
  width: 3px;
  height: 100%;
  background-color: #4776B7;
  transform: rotate(-25deg);
  border-radius: 3px;
}
@media screen and (max-width: 1200px) {
  .p-main_wrap_shindan_title2 span::before {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap_shindan_title2 span::before {
    left: -4vw;
    height: 12vw;
    width: 2px;
  }
}
.p-main_wrap_shindan_title2 span::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -30px;
  display: block;
  width: 3px;
  height: 100%;
  background-color: #4776B7;
  transform: rotate(25deg);
  border-radius: 3px;
}
@media screen and (max-width: 1200px) {
  .p-main_wrap_shindan_title2 span::after {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap_shindan_title2 span::after {
    right: -4vw;
    height: 12vw;
    width: 2px;
  }
}
.p-main_wrap_shindan_button-wrapper {
  width: 100%;
  margin: 5% auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
}
@media screen and (max-width: 1200px) {
  .p-main_wrap_shindan_button-wrapper {
    margin: 20px auto 0;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap_shindan_button-wrapper {
    margin: 3.7333333333vw auto 0;
    gap: 3.4666666667vw;
  }
}
.p-main_wrap_shindan_button-wrapper li .firstText a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8vw;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 700;
  width: 100%;
  height: auto;
  border-radius: 100px;
  background: linear-gradient(90deg, #4796E3 0%, #998DD6 50%, #E57B90 100%);
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.08);
  transition: 0.3s all;
  padding: 6% 0;
}
@media screen and (max-width: 1200px) {
  .p-main_wrap_shindan_button-wrapper li .firstText a {
    font-size: 24px;
    padding: 13px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap_shindan_button-wrapper li .firstText a {
    font-size: 16px;
    font-size: 1rem;
    padding: 1.3333333333vw 0;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.08);
  }
}
.p-main_wrap_shindan_button-wrapper li .firstText a:hover {
  opacity: 0.8;
}

.p-system {
  width: 100%;
  padding: 80px 0 130px;
  position: relative;
  background: url("../../src/img/bg.png"), linear-gradient(179deg, #E6E3E3, #F4F1F1, #E6E3E3);
  background-repeat: repeat-y, no-repeat;
  background-position: top center, center;
  background-size: 100% auto, 100% 100%;
  /*即戦力のホームページ制作会社を探すなら発注ナビ*/
  /*主な特徴*/
}
@media screen and (max-width: 767px) {
  .p-system {
    padding: 13.3333333333vw 0;
  }
}
.p-system p {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-system p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-system p.txt_s {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-system p.txt_s {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-system p .bold {
  color: #E57B90;
  font-weight: 700;
}
.p-system_wrap {
  max-width: 1140px;
  background-color: #FFFFFF;
  text-align: left;
  border-radius: 6px;
  margin: 0 auto;
  padding: 70px 80px 60px;
}
@media screen and (max-width: 767px) {
  .p-system_wrap {
    max-width: 92vw;
    padding: 8vw 5.3333333333vw;
  }
}
.p-system_img {
  width: 980px;
  height: 560px;
  margin: 25px 0 40px;
  overflow: hidden;
}
.p-system_img img {
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .p-system_img {
    width: 100%;
    height: auto;
    margin: 4vw 0;
  }
}
.p-system .bana_wrap {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-system .bana_wrap {
    margin: -8vw 0 0;
  }
}
.p-system .bana_wrap a {
  width: 100%;
}
.p-system .bana_wrap a:hover {
  opacity: 0.7;
}
.p-system_toc_container {
  width: 100%;
  background-color: #F8F6F6;
  border-radius: 6px;
  padding: 40px 60px;
  margin-bottom: -10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-system_toc_container {
    padding: 5.3333333333vw 5.3333333333vw 6.6666666667vw;
    margin-bottom: -2.6666666667vw;
  }
}
.p-system_toc_container_list {
  list-style: none;
  counter-reset: num;
}
.p-system_toc_container_list li {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 20px;
  padding-left: 26px;
  counter-increment: num;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-system_toc_container_list li {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 2.6666666667vw;
    padding-left: 4.8vw;
  }
}
.p-system_toc_container_list li a {
  color: #383A45;
  text-decoration: underline;
}
.p-system_toc_container_list li a:hover {
  color: #E57B90;
}
.p-system_toc_container_list li:last-child {
  margin-bottom: 0;
}
.p-system_toc_container_list li::before {
  position: absolute;
  content: counter(num) " ";
  font-weight: 700;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #4776B7;
  left: 0;
  display: block;
}
.p-system_box {
  width: 100%;
  background-color: #FFFFFF;
  border: 10px solid #F8F6F6;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .p-system_box {
    border: 6px solid #F8F6F6;
    padding: 4vw 5.3333333333vw 5.3333333333vw;
  }
}
.p-system_box dd {
  font-size: 16px;
  letter-spacing: 0.07em;
}
.p-system_search {
  width: 100%;
  background: linear-gradient(0deg, #EEECEC 35%, #FFF 100%);
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .p-system_search {
    padding: 13.3333333333vw 0 16vw;
  }
}
.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: #4776B7;
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-system_search_h2 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 4vw;
    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: #E57B90;
  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;
    line-height: 160%;
    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: 73.3333333333vw;
    grid-template-columns: 1fr 1fr;
    gap: 4vw;
    margin: 0 auto 21.3333333333vw;
  }
}
.p-system_search_wrap01_ditail {
  width: 130px;
  height: 130px;
  border-radius: 130px;
  background-color: #4776B7;
  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: "Barlow Semi Condensed", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #CEEBFA;
}
@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: #F8F6F6;
  padding: 55px 80px 25px;
  position: relative;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-system_search_wrap02 {
    padding: 14.6666666667vw 4vw 6.6666666667vw;
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
    gap: 4.8vw;
  }
}
.p-system_search_wrap02_h3 {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  font-weight: 600;
  color: #4776B7;
  white-space: nowrap;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-system_search_wrap02_h3 {
    top: -6.4vw;
    font-size: 18px;
    font-size: 1.125rem;
    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: #4776B7;
  border-radius: 2.5px;
  left: -18px;
  top: 0px;
  transform: rotate(-25deg);
}
@media screen and (max-width: 767px) {
  .p-system_search_wrap02_h3 span::before {
    height: 13.3333333333vw;
    left: -6.6666666667vw;
    top: 1.3333333333vw;
  }
}
.p-system_search_wrap02_h3 span::after {
  content: "";
  position: absolute;
  display: block;
  width: 2.5px;
  height: 35px;
  background-color: #4776B7;
  border-radius: 2.5px;
  right: -16px;
  top: 0;
  transform: rotate(25deg);
}
@media screen and (max-width: 767px) {
  .p-system_search_wrap02_h3 span::after {
    height: 13.3333333333vw;
    right: -6.6666666667vw;
    top: 1.3333333333vw;
  }
}
.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: 40vw;
  }
}
.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: 38px;
  font-size: 22px;
  line-height: 160%;
  margin-bottom: 20px;
  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: #E57B90;
  font-weight: 700;
}
.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(90deg, rgba(70, 146, 233, 0.8) 0%, rgba(134, 121, 205, 0.8) 100%);
  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: 45px;
}
@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: 15px;
}
@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: #383A45;
  font-weight: 700;
  margin-bottom: 5px;
}
@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;
  letter-spacing: 0.1em;
}
@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: #383A45;
  font-weight: 700;
  margin-bottom: 10px;
}
@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;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-system_feature_wrap_last .txt {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: left;
  }
}

.p-shindan {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 110px;
  z-index: 20;
  position: relative;
  text-align: center;
  top: 150px;
}
@media screen and (max-width: 767px) {
  .p-shindan {
    width: 100%;
    max-width: 100%;
    padding: 80px 4vw 22.6666666667vw;
    top: inherit;
  }
}
.p-shindan_main {
  width: 100%;
  min-height: 560px;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border: 10px solid #CCCCCC;
  border-radius: 6px;
  padding: 60px 110px;
  position: relative;
}
@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;
    border: none;
    min-height: 21.3333333333vw;
  }
}
.p-shindan_main_img {
  position: absolute;
  width: 193px;
  height: 62px;
  bottom: 5px;
  right: -80px;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_img {
    display: none;
  }
}
.p-shindan_main_top {
  margin: 40px 0 10px;
}
@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: #4776B7;
  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: #4776B7;
  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: #4776B7;
  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_txt span em {
  font-size: 46px;
  font-style: normal;
  font-family: "Barlow Semi Condensed", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_top .top_txt span em {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}
.p-shindan_main_top .top_txt2 {
  color: #383A45;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  margin: 18px 0 30px;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_top .top_txt2 {
    font-size: 17px;
    font-size: 1.0625rem;
    margin: 3.2vw 0 5.3333333333vw;
  }
}
.p-shindan_main_top .top_txt3 {
  color: #383A45;
  font-size: 30px;
  font-weight: 700;
  line-height: 160%;
  margin: 0;
  letter-spacing: 0.07em;
}
@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: 400;
  line-height: 160%;
  margin: 10px 0 0;
  letter-spacing: 0.07em;
}
@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: #E57B90;
  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: 400;
  line-height: 160%;
  margin: 15px 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 5.3333333333vw;
    line-height: 150%;
  }
}
.p-shindan_main_top .top_illust {
  width: 219px;
  height: 193px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_top .top_illust {
    width: 42.6666666667vw;
    height: 37.6vw;
    margin: 0 auto 6.6666666667vw;
  }
}
.p-shindan_main_top .top_illust img {
  width: 100%;
}
.p-shindan_main_top .top_txt_link {
  margin-top: 22px;
  font-weight: 500;
}
@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: #E57B90;
}
@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: #E57B90;
  text-align: right;
  letter-spacing: -0.03em;
  font-family: "Barlow Semi Condensed", sans-serif;
}
@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: 25px auto;
  width: 100%;
  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%;
  }
}
.p-shindan_main_ditail .title_last {
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
  color: #383A45;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-shindan_main_ditail .title_last {
    font-size: 5.0666666667vw;
    line-height: 160%;
    margin: 4vw 0 1.3333333333vw;
  }
}
.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: #E57B90;
}
.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 .form-step {
  width: 100%;
  flex: 1;
  padding: 1px 0 40px;
}
.p-shindan_main_ditail .form-step.pb0 {
  padding-bottom: 0;
}
.p-shindan_main_ditail .form-step.mt01 {
  margin-top: -1px;
}
@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):not([style]) {
  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-color: rgba(229, 227, 227, 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: 24px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 700;
  width: 350px;
  height: 60px;
  border-radius: 100px;
  margin: 0 12.5px;
  line-height: 160%;
}
@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.next {
  background: linear-gradient(90deg, #4796E3 0%, #998DD6 50%, #E57B90 100%);
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_btnwrap .btn button.next {
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.08);
  }
}
.p-shindan_wrap_main_btnwrap .btn button.next::after {
  display: block;
  content: "";
  position: absolute;
  top: 23px;
  right: 30px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  transform: rotate(45deg);
  transition: 0.3s all;
}
@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 {
  opacity: 0.8;
}
.p-shindan_wrap_main_btnwrap .btn button.next:hover::after {
  right: 27px;
}
.p-shindan_wrap_main_btnwrap .btn button.next.long {
  width: 400px;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_btnwrap .btn button.next.long {
    width: 82.6666666667vw;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-shindan_wrap_main_btnwrap .btn button.back {
  background: linear-gradient(90deg, #888 0.16%, #A7A7A7 99.84%);
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_btnwrap .btn button.back {
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.08);
  }
}
.p-shindan_wrap_main_btnwrap .btn button.back::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  transform: translateY(-50%) rotate(-135deg);
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_btnwrap .btn button.back::before {
    left: 5.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.p-shindan_wrap_main_btnwrap .btn button.back:hover {
  opacity: 0.8;
}
.p-shindan_wrap_main_btnwrap .btn button.back:hover::before {
  left: 27px;
}

.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: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--l {
    margin-bottom: 9.3333333333vw !important;
  }
}
.u-mb--50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--50 {
    margin-bottom: 6.6666666667vw !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: 60px !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;
  }
}

.u-wide--50 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .u-wide--50 {
    width: auto;
  }
}
