@charset "UTF-8";
/**
* PCビューの時、どこで固定文字サイズに切り替えるか
* デザインと同じにする時は、$pcvと同じにする
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
*, :after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

em, address, strong {
  font-style: normal;
}

address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0;
}

ol, ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed, iframe, img, object {
  vertical-align: bottom;
}

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;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled], [type=reset][disabled], [type=submit][disabled], button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

fieldset, option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden], template {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  min-height: 100vh;
  font: normal 500  1.4em/1.75 YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #444444;
  background-color: #ECF8FA;
}

*, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a:link {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

select {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

picture {
  display: block;
  position: relative;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.dn {
  display: none !important;
}

/**
* PCビューの時、どこで固定文字サイズに切り替えるか
* デザインと同じにする時は、$pcvと同じにする
*/
@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
.u-clr--aqua {
  color: #71CAEF;
}

.u-clr--white {
  color: #ffffff;
}

.u-clr--blue {
  color: #00C8D9;
}

.u-clr--black {
  color: #000000;
}

.u-clr--lightBlack {
  color: #444444;
}

.u-bgclr--orange {
  background-color: #FF8A00;
}

.clr-red {
  color: #E30000;
}

@media (max-width: 768px) {
  .sp-bg-clr--white {
    background-color: #ffffff;
  }
}

@media (max-width: 768px) {
  .fss-9 {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .fss-9 {
    font-size: 2.4vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .fss-9 {
    font-size: 0.6428571429vw;
  }
}
@media (max-width: 768px) and (min-width: 1200px) {
  .fss-9 {
    font-size: 9px;
  }
}
@media (min-width: 769px) {
  .fsp-12 {
    font-size: 1.2rem;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .fsp-12 {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .fsp-12 {
    font-size: 0.8571428571vw;
  }
}
@media (min-width: 769px) and (min-width: 1200px) {
  .fsp-12 {
    font-size: 12px;
  }
}
.fw-200 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}

@media (max-width: 768px) {
  .mgb-4 {
    margin-bottom: 1.0666666667vw;
  }
}
@media (min-width: 769px) {
  .mgb-4 {
    margin-bottom: 0.2857142857vw;
  }
}
@media (min-width: 1401px) {
  .mgb-4 {
    margin-bottom: 4px;
  }
}
@media (max-width: 768px) {
  .mgb-8 {
    margin-bottom: 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .mgb-8 {
    margin-bottom: 0.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .mgb-8 {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .mgb-12 {
    margin-bottom: 3.2vw;
  }
}
@media (min-width: 769px) {
  .mgb-12 {
    margin-bottom: 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .mgb-12 {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .mgb-16 {
    margin-bottom: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .mgb-16 {
    margin-bottom: 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .mgb-16 {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .mgb-20 {
    margin-bottom: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .mgb-20 {
    margin-bottom: 1.4285714286vw;
  }
}
@media (min-width: 1401px) {
  .mgb-20 {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .mgl-4 {
    margin-left: 1.0666666667vw;
  }
}
@media (min-width: 769px) {
  .mgl-4 {
    margin-left: 0.2857142857vw;
  }
}
@media (min-width: 1401px) {
  .mgl-4 {
    margin-left: 4px;
  }
}
@media (max-width: 768px) {
  .mgl-8 {
    margin-left: 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .mgl-8 {
    margin-left: 0.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .mgl-8 {
    margin-left: 8px;
  }
}
@media (max-width: 768px) {
  .mgl-12 {
    margin-left: 3.2vw;
  }
}
@media (min-width: 769px) {
  .mgl-12 {
    margin-left: 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .mgl-12 {
    margin-left: 12px;
  }
}
@media (max-width: 768px) {
  .mgl-16 {
    margin-left: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .mgl-16 {
    margin-left: 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .mgl-16 {
    margin-left: 16px;
  }
}
@media (max-width: 768px) {
  .mgl-20 {
    margin-left: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .mgl-20 {
    margin-left: 1.4285714286vw;
  }
}
@media (min-width: 1401px) {
  .mgl-20 {
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  .mgr-4 {
    margin-right: 1.0666666667vw;
  }
}
@media (min-width: 769px) {
  .mgr-4 {
    margin-right: 0.2857142857vw;
  }
}
@media (min-width: 1401px) {
  .mgr-4 {
    margin-right: 4px;
  }
}
@media (max-width: 768px) {
  .mgr-8 {
    margin-right: 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .mgr-8 {
    margin-right: 0.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .mgr-8 {
    margin-right: 8px;
  }
}
@media (max-width: 768px) {
  .mgr-12 {
    margin-right: 3.2vw;
  }
}
@media (min-width: 769px) {
  .mgr-12 {
    margin-right: 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .mgr-12 {
    margin-right: 12px;
  }
}
@media (max-width: 768px) {
  .mgr-16 {
    margin-right: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .mgr-16 {
    margin-right: 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .mgr-16 {
    margin-right: 16px;
  }
}
@media (max-width: 768px) {
  .mgr-20 {
    margin-right: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .mgr-20 {
    margin-right: 1.4285714286vw;
  }
}
@media (min-width: 1401px) {
  .mgr-20 {
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .mgt-4 {
    margin-top: 1.0666666667vw;
  }
}
@media (min-width: 769px) {
  .mgt-4 {
    margin-top: 0.2857142857vw;
  }
}
@media (min-width: 1401px) {
  .mgt-4 {
    margin-top: 4px;
  }
}
@media (max-width: 768px) {
  .mgt-8 {
    margin-top: 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .mgt-8 {
    margin-top: 0.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .mgt-8 {
    margin-top: 8px;
  }
}
@media (max-width: 768px) {
  .mgt-12 {
    margin-top: 3.2vw;
  }
}
@media (min-width: 769px) {
  .mgt-12 {
    margin-top: 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .mgt-12 {
    margin-top: 12px;
  }
}
@media (max-width: 768px) {
  .mgt-16 {
    margin-top: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .mgt-16 {
    margin-top: 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .mgt-16 {
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .mgt-20 {
    margin-top: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .mgt-20 {
    margin-top: 1.4285714286vw;
  }
}
@media (min-width: 1401px) {
  .mgt-20 {
    margin-top: 20px;
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  .pc-mgb-4 {
    margin-bottom: 1.0666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .pc-mgb-4 {
    margin-bottom: 0.2857142857vw;
  }
}
@media (min-width: 769px) and (min-width: 1401px) {
  .pc-mgb-4 {
    margin-bottom: 4px;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .pc-mgb-8 {
    margin-bottom: 2.1333333333vw;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .pc-mgb-8 {
    margin-bottom: 0.5714285714vw;
  }
}
@media (min-width: 769px) and (min-width: 1401px) {
  .pc-mgb-8 {
    margin-bottom: 8px;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .pc-mgb-12 {
    margin-bottom: 3.2vw;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .pc-mgb-12 {
    margin-bottom: 0.8571428571vw;
  }
}
@media (min-width: 769px) and (min-width: 1401px) {
  .pc-mgb-12 {
    margin-bottom: 12px;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .pc-mgb-16 {
    margin-bottom: 4.2666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .pc-mgb-16 {
    margin-bottom: 1.1428571429vw;
  }
}
@media (min-width: 769px) and (min-width: 1401px) {
  .pc-mgb-16 {
    margin-bottom: 16px;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .pc-mgb-20 {
    margin-bottom: 5.3333333333vw;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .pc-mgb-20 {
    margin-bottom: 1.4285714286vw;
  }
}
@media (min-width: 769px) and (min-width: 1401px) {
  .pc-mgb-20 {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .pc-mgl-4 {
    margin-left: 1.0666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .pc-mgl-4 {
    margin-left: 0.2857142857vw;
  }
}
@media (min-width: 769px) and (min-width: 1401px) {
  .pc-mgl-4 {
    margin-left: 4px;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .pc-mgl-8 {
    margin-left: 2.1333333333vw;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .pc-mgl-8 {
    margin-left: 0.5714285714vw;
  }
}
@media (min-width: 769px) and (min-width: 1401px) {
  .pc-mgl-8 {
    margin-left: 8px;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .pc-mgl-12 {
    margin-left: 3.2vw;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .pc-mgl-12 {
    margin-left: 0.8571428571vw;
  }
}
@media (min-width: 769px) and (min-width: 1401px) {
  .pc-mgl-12 {
    margin-left: 12px;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .pc-mgl-16 {
    margin-left: 4.2666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .pc-mgl-16 {
    margin-left: 1.1428571429vw;
  }
}
@media (min-width: 769px) and (min-width: 1401px) {
  .pc-mgl-16 {
    margin-left: 16px;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .pc-mgl-20 {
    margin-left: 5.3333333333vw;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .pc-mgl-20 {
    margin-left: 1.4285714286vw;
  }
}
@media (min-width: 769px) and (min-width: 1401px) {
  .pc-mgl-20 {
    margin-left: 20px;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .pc-mgr-4 {
    margin-right: 1.0666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .pc-mgr-4 {
    margin-right: 0.2857142857vw;
  }
}
@media (min-width: 769px) and (min-width: 1401px) {
  .pc-mgr-4 {
    margin-right: 4px;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .pc-mgr-8 {
    margin-right: 2.1333333333vw;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .pc-mgr-8 {
    margin-right: 0.5714285714vw;
  }
}
@media (min-width: 769px) and (min-width: 1401px) {
  .pc-mgr-8 {
    margin-right: 8px;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .pc-mgr-12 {
    margin-right: 3.2vw;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .pc-mgr-12 {
    margin-right: 0.8571428571vw;
  }
}
@media (min-width: 769px) and (min-width: 1401px) {
  .pc-mgr-12 {
    margin-right: 12px;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .pc-mgr-16 {
    margin-right: 4.2666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .pc-mgr-16 {
    margin-right: 1.1428571429vw;
  }
}
@media (min-width: 769px) and (min-width: 1401px) {
  .pc-mgr-16 {
    margin-right: 16px;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .pc-mgr-20 {
    margin-right: 5.3333333333vw;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .pc-mgr-20 {
    margin-right: 1.4285714286vw;
  }
}
@media (min-width: 769px) and (min-width: 1401px) {
  .pc-mgr-20 {
    margin-right: 20px;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .pc-mgt-4 {
    margin-top: 1.0666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .pc-mgt-4 {
    margin-top: 0.2857142857vw;
  }
}
@media (min-width: 769px) and (min-width: 1401px) {
  .pc-mgt-4 {
    margin-top: 4px;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .pc-mgt-8 {
    margin-top: 2.1333333333vw;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .pc-mgt-8 {
    margin-top: 0.5714285714vw;
  }
}
@media (min-width: 769px) and (min-width: 1401px) {
  .pc-mgt-8 {
    margin-top: 8px;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .pc-mgt-12 {
    margin-top: 3.2vw;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .pc-mgt-12 {
    margin-top: 0.8571428571vw;
  }
}
@media (min-width: 769px) and (min-width: 1401px) {
  .pc-mgt-12 {
    margin-top: 12px;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .pc-mgt-16 {
    margin-top: 4.2666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .pc-mgt-16 {
    margin-top: 1.1428571429vw;
  }
}
@media (min-width: 769px) and (min-width: 1401px) {
  .pc-mgt-16 {
    margin-top: 16px;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .pc-mgt-20 {
    margin-top: 5.3333333333vw;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .pc-mgt-20 {
    margin-top: 1.4285714286vw;
  }
}
@media (min-width: 769px) and (min-width: 1401px) {
  .pc-mgt-20 {
    margin-top: 20px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .sp-mgb-4 {
    margin-bottom: 1.0666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .sp-mgb-4 {
    margin-bottom: 0.2857142857vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .sp-mgb-4 {
    margin-bottom: 4px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sp-mgb-8 {
    margin-bottom: 2.1333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .sp-mgb-8 {
    margin-bottom: 0.5714285714vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .sp-mgb-8 {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sp-mgb-12 {
    margin-bottom: 3.2vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .sp-mgb-12 {
    margin-bottom: 0.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .sp-mgb-12 {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sp-mgb-16 {
    margin-bottom: 4.2666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .sp-mgb-16 {
    margin-bottom: 1.1428571429vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .sp-mgb-16 {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sp-mgb-20 {
    margin-bottom: 5.3333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .sp-mgb-20 {
    margin-bottom: 1.4285714286vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .sp-mgb-20 {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sp-mgl-4 {
    margin-left: 1.0666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .sp-mgl-4 {
    margin-left: 0.2857142857vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .sp-mgl-4 {
    margin-left: 4px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sp-mgl-8 {
    margin-left: 2.1333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .sp-mgl-8 {
    margin-left: 0.5714285714vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .sp-mgl-8 {
    margin-left: 8px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sp-mgl-12 {
    margin-left: 3.2vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .sp-mgl-12 {
    margin-left: 0.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .sp-mgl-12 {
    margin-left: 12px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sp-mgl-16 {
    margin-left: 4.2666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .sp-mgl-16 {
    margin-left: 1.1428571429vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .sp-mgl-16 {
    margin-left: 16px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sp-mgl-20 {
    margin-left: 5.3333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .sp-mgl-20 {
    margin-left: 1.4285714286vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .sp-mgl-20 {
    margin-left: 20px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sp-mgr-4 {
    margin-right: 1.0666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .sp-mgr-4 {
    margin-right: 0.2857142857vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .sp-mgr-4 {
    margin-right: 4px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sp-mgr-8 {
    margin-right: 2.1333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .sp-mgr-8 {
    margin-right: 0.5714285714vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .sp-mgr-8 {
    margin-right: 8px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sp-mgr-12 {
    margin-right: 3.2vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .sp-mgr-12 {
    margin-right: 0.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .sp-mgr-12 {
    margin-right: 12px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sp-mgr-16 {
    margin-right: 4.2666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .sp-mgr-16 {
    margin-right: 1.1428571429vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .sp-mgr-16 {
    margin-right: 16px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sp-mgr-20 {
    margin-right: 5.3333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .sp-mgr-20 {
    margin-right: 1.4285714286vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .sp-mgr-20 {
    margin-right: 20px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sp-mgt-4 {
    margin-top: 1.0666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .sp-mgt-4 {
    margin-top: 0.2857142857vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .sp-mgt-4 {
    margin-top: 4px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sp-mgt-8 {
    margin-top: 2.1333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .sp-mgt-8 {
    margin-top: 0.5714285714vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .sp-mgt-8 {
    margin-top: 8px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sp-mgt-12 {
    margin-top: 3.2vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .sp-mgt-12 {
    margin-top: 0.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .sp-mgt-12 {
    margin-top: 12px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sp-mgt-16 {
    margin-top: 4.2666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .sp-mgt-16 {
    margin-top: 1.1428571429vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .sp-mgt-16 {
    margin-top: 16px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sp-mgt-20 {
    margin-top: 5.3333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .sp-mgt-20 {
    margin-top: 1.4285714286vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .sp-mgt-20 {
    margin-top: 20px;
  }
}

.l-container-md {
  width: 1000px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .l-container-md {
    min-width: 548.5714285714px;
  }
}
@media (max-width: 768px) {
  .l-container-md {
    width: 94%;
  }
}

.l-container-xl {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .l-container-xl {
    min-width: 658.2857142857px;
  }
}
@media (max-width: 768px) {
  .l-container-xl {
    width: 94%;
  }
}

.l-container-sm {
  width: 730px;
  max-width: 730px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .l-container-sm {
    min-width: 400.4571428571px;
  }
}
@media (max-width: 768px) {
  .l-container-sm {
    width: 94%;
  }
}

.l-container-lg {
  width: 1080px;
  max-width: 1080px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .l-container-lg {
    min-width: 592.4571428571px;
  }
}
@media (max-width: 768px) {
  .l-container-lg {
    width: 94%;
  }
}

.l-container-xxl {
  width: 1280px;
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .l-container-xxl {
    min-width: 702.1714285714px;
  }
}
@media (max-width: 768px) {
  .l-container-xxl {
    width: 94%;
  }
}

@media (max-width: 768px) {
  .l-sp-container {
    width: 94%;
    margin: 0 auto;
  }
  .l-sp-container-full {
    width: 100%;
  }
}
#header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: visible;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  z-index: 2000;
}
@media (max-width: 768px) {
  #header {
    height: unset;
  }
}
#header.p-header-user {
  height: unset;
}
#header.dummy {
  height: 0;
}

#footer {
  display: block;
  position: relative;
  width: 100%;
  background-color: #DCF4F8;
}

#global {
  display: block;
  position: relative;
  width: 100%;
}
#global.header-bg-white {
  background-color: #ffffff;
}

#main {
  display: block;
  position: relative;
  width: 100%;
}

.container {
  display: block;
  position: relative;
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container {
    width: 94%;
  }
}
.container .inner-container {
  display: block;
  position: relative;
  width: 92.8%;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
@media (max-width: 768px) {
  .container.sp-full {
    width: 100%;
  }
}

.sub-container {
  display: block;
  position: relative;
  width: 72%;
  margin: 0 auto;
}

#navigator {
  display: block;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  right: -100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
}
#navigator.open {
  visibility: visible;
  right: 0;
}

#humberger {
  display: block;
  position: relative;
  width: 30px;
  height: 26px;
}
#humberger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  border-radius: 0px;
}
#humberger span:nth-child(1) {
  top: 0px;
}
#humberger span:nth-child(2) {
  top: 13px;
}
#humberger span:nth-child(3) {
  top: 26px;
}
#humberger.open span:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
          transform: translateY(13px) rotate(-45deg);
}
#humberger.open span:nth-child(2) {
  opacity: 0;
}
#humberger.open span:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
          transform: translateY(-13px) rotate(45deg);
}

#humberger-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 100vw;
  min-height: 100vh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  background-color: rgba(248, 246, 241, 0.7);
  opacity: 0;
}
#humberger-menu.open {
  visibility: visible;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
#humberger-menu img {
  display: block;
  position: relative;
  width: 44px;
  height: 44px;
}
#humberger-menu .menus-area {
  display: block;
  position: relative;
  width: 100%;
  overflow: scroll;
  height: 100vh;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  #humberger-menu .menus-area {
    padding: 6.4vw 6.4vw 6.4vw 6.4vw;
  }
}
@media (min-width: 769px) {
  #humberger-menu .menus-area {
    padding: 1.7142857143vw 1.7142857143vw 1.7142857143vw 1.7142857143vw;
  }
}
@media (min-width: 1401px) {
  #humberger-menu .menus-area {
    padding: 24px 24px 24px 24px;
  }
}
#humberger-menu .menus-area__big-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #00C8D9;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #humberger-menu .menus-area__big-links {
    font-size: 4.8vw;
  }
}
@media (min-width: 769px) {
  #humberger-menu .menus-area__big-links {
    font-size: 1.2857142857vw;
  }
}
@media (min-width: 1200px) {
  #humberger-menu .menus-area__big-links {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #humberger-menu .menus-area__big-links {
    margin-bottom: 6.4vw;
  }
}
@media (min-width: 769px) {
  #humberger-menu .menus-area__big-links {
    margin-bottom: 1.7142857143vw;
  }
}
@media (min-width: 1401px) {
  #humberger-menu .menus-area__big-links {
    margin-bottom: 24px;
  }
}
#humberger-menu .menus-area__big-links li {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: solid 1px #00C8D9;
}
@media (max-width: 768px) {
  #humberger-menu .menus-area__big-links li {
    padding: 3.2vw 0vw 3.2vw 0vw;
  }
}
@media (min-width: 769px) {
  #humberger-menu .menus-area__big-links li {
    padding: 0.8571428571vw 0vw 0.8571428571vw 0vw;
  }
}
@media (min-width: 1401px) {
  #humberger-menu .menus-area__big-links li {
    padding: 12px 0px 12px 0px;
  }
}
#humberger-menu .menus-area__big-links li.mb-none {
  margin-bottom: 0;
}
#humberger-menu .menus-area__big-links li.bb-none {
  border-bottom: none;
}
#humberger-menu .menus-area__big-links li.pd-none {
  padding: 0;
}
#humberger-menu .menus-area__big-links li .menus-area__links--items .menus-area__links--item {
  font-size: 1.5rem;
  border-bottom: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  #humberger-menu .menus-area__big-links li .menus-area__links--items .menus-area__links--item {
    font-size: 4vw;
  }
}
@media (min-width: 769px) {
  #humberger-menu .menus-area__big-links li .menus-area__links--items .menus-area__links--item {
    font-size: 1.0714285714vw;
  }
}
@media (min-width: 1200px) {
  #humberger-menu .menus-area__big-links li .menus-area__links--items .menus-area__links--item {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  #humberger-menu .menus-area__big-links li .menus-area__links--items .menus-area__links--item {
    padding: 2.1333333333vw 0vw 2.1333333333vw 0vw;
  }
}
@media (min-width: 769px) {
  #humberger-menu .menus-area__big-links li .menus-area__links--items .menus-area__links--item {
    padding: 0.5714285714vw 0vw 0.5714285714vw 0vw;
  }
}
@media (min-width: 1401px) {
  #humberger-menu .menus-area__big-links li .menus-area__links--items .menus-area__links--item {
    padding: 8px 0px 8px 0px;
  }
}
#humberger-menu .menus-area__big-links li .menus-area__links--items .menus-area__links--item .view_number:after {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  content: attr(data-number);
  min-width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px;
  font-size: 1rem;
  background-color: #E30000;
  border-radius: 10px;
  top: 0;
  right: -4px;
  z-index: 1;
  color: #ffffff;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #humberger-menu .menus-area__big-links li .menus-area__links--items .menus-area__links--item .view_number:after {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 769px) {
  #humberger-menu .menus-area__big-links li .menus-area__links--items .menus-area__links--item .view_number:after {
    font-size: 0.7142857143vw;
  }
}
@media (min-width: 1200px) {
  #humberger-menu .menus-area__big-links li .menus-area__links--items .menus-area__links--item .view_number:after {
    font-size: 10px;
  }
}
#humberger-menu .menus-area__big-links li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#humberger-menu .menus-area__big-links li a:before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  right: 0%;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#humberger-menu .menus-area__big-links li a.menus-area__links--keep:before {
  background-image: url("../../img/enpitta/common/icon_nav_keep.svg");
}
#humberger-menu .menus-area__big-links li a.menus-area__links--history:before {
  background-image: url("../../img/enpitta/common/icon_nav_history.svg");
}
#humberger-menu .menus-area__big-links li a.menus-area__links--login:before {
  background-image: url("../../img/enpitta/common/icon_nav_login.svg");
}
#humberger-menu .menus-area__big-links li a.menus-area__links--register:before {
  background-image: url("../../img/enpitta/common/icon_nav_register.svg");
}
#humberger-menu .menus-area__big-links li a.menus-area__links--mypage:before {
  background-image: url("../../img/enpitta/common/icon_nav_mypage.svg");
}
#humberger-menu .menus-area__small-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #444444;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  #humberger-menu .menus-area__small-links {
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 769px) {
  #humberger-menu .menus-area__small-links {
    font-size: 0.9285714286vw;
  }
}
@media (min-width: 1200px) {
  #humberger-menu .menus-area__small-links {
    font-size: 13px;
  }
}
#humberger-menu .menus-area__small-links li {
  display: block;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  #humberger-menu .menus-area__small-links li {
    margin-bottom: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  #humberger-menu .menus-area__small-links li {
    margin-bottom: 1.4285714286vw;
  }
}
@media (min-width: 1401px) {
  #humberger-menu .menus-area__small-links li {
    margin-bottom: 20px;
  }
}
#pankuzu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#pankuzu li, #pankuzu a {
  color: #534333;
  font-size: 1.2rem;
  margin-right: 4px;
  letter-spacing: 0.072rem;
}

.c-button, .p-button-floating, .p-button-paleblue, .p-button-aqua, .p-button-gray, .p-button-brown, .p-button-yellow, .p-button-orange, .p-button-blue, .p-button-detail, .p-button-keep {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-button:hover, .p-button-floating:hover, .p-button-paleblue:hover, .p-button-aqua:hover, .p-button-gray:hover, .p-button-brown:hover, .p-button-yellow:hover, .p-button-orange:hover, .p-button-blue:hover, .p-button-detail:hover, .p-button-keep:hover {
  opacity: 0.85;
}
.c-button.c-button--aqua, .c-button--aqua.p-button-floating, .c-button--aqua.p-button-paleblue, .p-button-aqua, .c-button--aqua.p-button-gray, .c-button--aqua.p-button-brown, .c-button--aqua.p-button-yellow, .c-button--aqua.p-button-orange, .c-button--aqua.p-button-blue, .c-button--aqua.p-button-detail, .c-button--aqua.p-button-keep {
  color: #00C8D9;
  border: solid 1px #00C8D9
}
.c-button.c-button--aqua.c-button--fill, .c-button--aqua.p-button-floating, .c-button--aqua.p-button-paleblue, .p-button-aqua, .c-button--aqua.p-button-gray, .c-button--aqua.p-button-brown, .c-button--aqua.p-button-yellow, .c-button--aqua.p-button-orange, .c-button--aqua.p-button-blue, .c-button--aqua.p-button-detail, .c-button--aqua.c-button--fill.p-button-keep, .c-button--aqua.p-button-keep.p-button-keep--active, .p-button-keep.p-button-keep--active.p-button-aqua {
  background-color: #DAF2F5;
  color: #00C8D9;
}
.c-button.c-button--light-aqua, .c-button--light-aqua.p-button-floating, .c-button--light-aqua.p-button-paleblue, .c-button--light-aqua.p-button-aqua, .c-button--light-aqua.p-button-gray, .c-button--light-aqua.p-button-brown, .c-button--light-aqua.p-button-yellow, .c-button--light-aqua.p-button-orange, .c-button--light-aqua.p-button-blue, .c-button--light-aqua.p-button-detail, .c-button--light-aqua.p-button-keep {
  background-color: #DAF2F5;
  color: #00C8D9;
  border: solid 1px #DAF2F5;
}
.c-button.c-button--white, .c-button--white.p-button-floating, .c-button--white.p-button-paleblue, .c-button--white.p-button-aqua, .c-button--white.p-button-gray, .c-button--white.p-button-brown, .c-button--white.p-button-yellow, .c-button--white.p-button-orange, .c-button--white.p-button-blue, .c-button--white.p-button-detail, .c-button--white.p-button-keep {
  background-color: #ffffff;
  color: #00C8D9;
  border: solid 1px #00C8D9;
}
.c-button.c-button--blue, .c-button--blue.p-button-floating, .c-button--blue.p-button-paleblue, .c-button--blue.p-button-aqua, .c-button--blue.p-button-gray, .c-button--blue.p-button-brown, .c-button--blue.p-button-yellow, .c-button--blue.p-button-orange, .p-button-blue, .p-button-detail, .c-button--blue.p-button-keep {
  color: #00C8D9;
  border: solid 1px #00C8D9;
}
.c-button.c-button--blue.c-button--fill, .c-button--blue.p-button-floating, .c-button--blue.p-button-paleblue, .c-button--blue.p-button-aqua, .c-button--blue.p-button-gray, .c-button--blue.p-button-brown, .c-button--blue.p-button-yellow, .c-button--blue.p-button-orange, .p-button-blue, .p-button-detail, .c-button--blue.c-button--fill.p-button-keep, .c-button--blue.p-button-keep.p-button-keep--active, .p-button-keep.p-button-keep--active.p-button-blue, .p-button-keep.p-button-keep--active.p-button-detail {
  background-color: #00C8D9;
  color: #ffffff;
}
.c-button.c-button--paleBlue, .c-button--paleBlue.p-button-floating, .p-button-paleblue, .c-button--paleBlue.p-button-aqua, .c-button--paleBlue.p-button-gray, .c-button--paleBlue.p-button-brown, .c-button--paleBlue.p-button-yellow, .c-button--paleBlue.p-button-orange, .c-button--paleBlue.p-button-blue, .c-button--paleBlue.p-button-detail, .c-button--paleBlue.p-button-keep {
  color: #D3E5E8;
  border: solid 1px #D3E5E8;
}
.c-button.c-button--paleBlue.c-button--fill, .c-button--paleBlue.p-button-floating, .p-button-paleblue, .c-button--paleBlue.p-button-aqua, .c-button--paleBlue.p-button-gray, .c-button--paleBlue.p-button-brown, .c-button--paleBlue.p-button-yellow, .c-button--paleBlue.p-button-orange, .c-button--paleBlue.p-button-blue, .c-button--paleBlue.p-button-detail, .c-button--paleBlue.c-button--fill.p-button-keep, .c-button--paleBlue.p-button-keep.p-button-keep--active, .p-button-keep.p-button-keep--active.p-button-paleblue {
  background-color: #D3E5E8;
  color: #444444;
}
.c-button.c-button--white--blue, .c-button--white--blue.p-button-floating, .c-button--white--blue.p-button-paleblue, .c-button--white--blue.p-button-aqua, .c-button--white--blue.p-button-gray, .c-button--white--blue.p-button-brown, .c-button--white--blue.p-button-yellow, .c-button--white--blue.p-button-orange, .c-button--white--blue.p-button-blue, .c-button--white--blue.p-button-detail, .c-button--white--blue.p-button-keep {
  background-color: #ffffff;
  color: #00C8D9;
  border: solid 1px #00C8D9;
}
.c-button.c-button--orange, .c-button--orange.p-button-floating, .c-button--orange.p-button-paleblue, .c-button--orange.p-button-aqua, .c-button--orange.p-button-gray, .c-button--orange.p-button-brown, .c-button--orange.p-button-yellow, .p-button-orange, .c-button--orange.p-button-blue, .c-button--orange.p-button-detail, .p-button-keep {
  color: #F78F00;
  border: solid 1px #F78F00;
}
.c-button.c-button--orange.c-button--fill, .c-button--orange.p-button-floating, .c-button--orange.p-button-paleblue, .c-button--orange.p-button-aqua, .c-button--orange.p-button-gray, .c-button--orange.p-button-brown, .c-button--orange.p-button-yellow, .p-button-orange, .c-button--orange.p-button-blue, .c-button--orange.p-button-detail, .c-button--fill.p-button-keep, .p-button-keep.p-button-floating, .p-button-keep.p-button-paleblue, .p-button-keep.p-button-aqua, .p-button-keep.p-button-gray, .p-button-keep.p-button-brown, .p-button-keep.p-button-yellow, .p-button-keep.p-button-blue, .p-button-keep.p-button-detail, .p-button-keep.p-button-keep--active {
  background-color: #F78F00;
  color: #ffffff;
}
.c-button.c-button--yellow, .c-button--yellow.p-button-floating, .c-button--yellow.p-button-paleblue, .c-button--yellow.p-button-aqua, .c-button--yellow.p-button-gray, .c-button--yellow.p-button-brown, .p-button-yellow, .c-button--yellow.p-button-orange, .c-button--yellow.p-button-blue, .c-button--yellow.p-button-detail, .c-button--yellow.p-button-keep {
  color: #FFE160;
  border: solid 1px #FFE160;
}
.c-button.c-button--yellow.c-button--fill, .c-button--yellow.p-button-floating, .c-button--yellow.p-button-paleblue, .c-button--yellow.p-button-aqua, .c-button--yellow.p-button-gray, .c-button--yellow.p-button-brown, .p-button-yellow, .c-button--yellow.p-button-orange, .c-button--yellow.p-button-blue, .c-button--yellow.p-button-detail, .c-button--yellow.c-button--fill.p-button-keep, .c-button--yellow.p-button-keep.p-button-keep--active, .p-button-keep.p-button-keep--active.p-button-yellow {
  background-color: #FFE160;
  color: #444444;
}
.c-button.c-button--brown, .c-button--brown.p-button-floating, .c-button--brown.p-button-paleblue, .c-button--brown.p-button-aqua, .c-button--brown.p-button-gray, .p-button-brown, .c-button--brown.p-button-yellow, .c-button--brown.p-button-orange, .c-button--brown.p-button-blue, .c-button--brown.p-button-detail, .c-button--brown.p-button-keep {
  color: #B49B78;
  border: solid 1px #B49B78;
}
.c-button.c-button--brown.c-button--fill, .c-button--brown.p-button-floating, .c-button--brown.p-button-paleblue, .c-button--brown.p-button-aqua, .c-button--brown.p-button-gray, .p-button-brown, .c-button--brown.p-button-yellow, .c-button--brown.p-button-orange, .c-button--brown.p-button-blue, .c-button--brown.p-button-detail, .c-button--brown.c-button--fill.p-button-keep, .c-button--brown.p-button-keep.p-button-keep--active, .p-button-keep.p-button-keep--active.p-button-brown {
  background-color: #B49B78;
  color: #ffffff;
}
.c-button.c-button--white-aqua, .c-button--white-aqua.p-button-floating, .c-button--white-aqua.p-button-paleblue, .c-button--white-aqua.p-button-aqua, .c-button--white-aqua.p-button-gray, .c-button--white-aqua.p-button-brown, .c-button--white-aqua.p-button-yellow, .c-button--white-aqua.p-button-orange, .c-button--white-aqua.p-button-blue, .c-button--white-aqua.p-button-detail, .c-button--white-aqua.p-button-keep {
  background-color: #ffffff;
  color: #71CAEF;
  border: solid 1px #71CAEF;
}
.c-button.c-button--white-white, .c-button--white-white.p-button-floating, .c-button--white-white.p-button-paleblue, .c-button--white-white.p-button-aqua, .c-button--white-white.p-button-gray, .c-button--white-white.p-button-brown, .c-button--white-white.p-button-yellow, .c-button--white-white.p-button-orange, .c-button--white-white.p-button-blue, .c-button--white-white.p-button-detail, .c-button--white-white.p-button-keep {
  background-color: unset;
  color: #ffffff;
  border: solid 1px #ffffff;
}
.c-button.c-button--gray, .c-button--gray.p-button-floating, .c-button--gray.p-button-paleblue, .c-button--gray.p-button-aqua, .p-button-gray, .c-button--gray.p-button-brown, .c-button--gray.p-button-yellow, .c-button--gray.p-button-orange, .c-button--gray.p-button-blue, .c-button--gray.p-button-detail, .c-button--gray.p-button-keep {
  background-color: #E9F0F4;
  color: #444444;
  border: solid 1px #E9F0F4;
}
.c-button.c-button--red, .c-button--red.p-button-floating, .c-button--red.p-button-paleblue, .c-button--red.p-button-aqua, .c-button--red.p-button-gray, .c-button--red.p-button-brown, .c-button--red.p-button-yellow, .c-button--red.p-button-orange, .c-button--red.p-button-blue, .c-button--red.p-button-detail, .c-button--red.p-button-keep {
  background-color: #ED1954;
  color: #ffffff;
  border: solid 1px #ED1954;
}
.c-button.c-button--circle, .p-button-floating, .p-button-paleblue, .p-button-aqua, .p-button-gray, .p-button-brown, .p-button-yellow, .p-button-orange, .p-button-blue, .p-button-detail, .p-button-keep {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100vh;
}

.c-form table {
  margin: 0 auto;
  font-size: 1.5rem;
  width: 60%;
}
@media (max-width: 768px) {
  .c-form table {
    font-size: 4vw;
  }
}
@media (min-width: 769px) {
  .c-form table {
    font-size: 1.0714285714vw;
  }
}
@media (min-width: 1200px) {
  .c-form table {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .c-form table {
    margin-bottom: 6.9333333333vw;
  }
}
@media (min-width: 769px) {
  .c-form table {
    margin-bottom: 1.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .c-form table {
    margin-bottom: 26px;
  }
}
@media (max-width: 768px) {
  .c-form table {
    width: 100%;
  }
}
.c-form table tr {
  border-bottom: solid 1px #EAEAEA;
}
.c-form table tr.border--none {
  border-bottom: unset;
}
@media (max-width: 768px) {
  .c-form table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .c-form table tr.sp-border--none {
    border-bottom: none;
  }
}
.c-form table tr th {
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 400;
  width: 24%;
  width: 24%;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .c-form table tr th {
    padding: 4.2666666667vw 4.2666666667vw 4.2666666667vw 0vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr th {
    padding: 1.1428571429vw 1.1428571429vw 1.1428571429vw 0vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr th {
    padding: 16px 16px 16px 0px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .c-form table tr th {
    padding: 4.2666666667vw 0vw 1.0666666667vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .c-form table tr th {
    padding: 1.1428571429vw 0vw 0.2857142857vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .c-form table tr th {
    padding: 16px 0px 4px 0px;
  }
}
@media (max-width: 768px) {
  .c-form table tr th {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .c-form table tr th {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr th {
    font-size: 1.0714285714vw;
  }
}
@media (min-width: 1200px) {
  .c-form table tr th {
    font-size: 15px;
  }
}
.c-form table tr th.va-top {
  vertical-align: top;
}
@media (max-width: 768px) {
  .c-form table tr th.va-top {
    line-height: 7.4666666667vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr th.va-top {
    line-height: 2.8571428571vw;
  }
}
@media (min-width: 1200px) {
  .c-form table tr th.va-top {
    line-height: 40px;
  }
}
.c-form table tr th.va-top--lhsmall {
  vertical-align: top;
}
@media (max-width: 768px) {
  .c-form table tr th.va-top--lhsmall {
    line-height: 7.4666666667vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr th.va-top--lhsmall {
    line-height: 1.7142857143vw;
  }
}
@media (min-width: 1200px) {
  .c-form table tr th.va-top--lhsmall {
    line-height: 24px;
  }
}
.c-form table tr th.required:after {
  content: "必須";
  color: #F78F00;
  position: relative;
  margin-left: 4px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .c-form table tr th.required:after {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr th.required:after {
    font-size: 0.8571428571vw;
  }
}
@media (min-width: 1200px) {
  .c-form table tr th.required:after {
    font-size: 12px;
  }
}
.c-form table tr th.option:after {
  content: "任意";
  color: #00C8D9;
  position: relative;
  margin-left: 4px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .c-form table tr th.option:after {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr th.option:after {
    font-size: 0.8571428571vw;
  }
}
@media (min-width: 1200px) {
  .c-form table tr th.option:after {
    font-size: 12px;
  }
}
.c-form table tr th.option:after {
  content: "任意";
  color: #00C8D9;
  position: relative;
  margin-left: 4px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .c-form table tr th.option:after {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr th.option:after {
    font-size: 0.8571428571vw;
  }
}
@media (min-width: 1200px) {
  .c-form table tr th.option:after {
    font-size: 12px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .c-form table tr th.sp--pd-top-small {
    padding: 1.0666666667vw 0vw 1.0666666667vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .c-form table tr th.sp--pd-top-small {
    padding: 0.2857142857vw 0vw 0.2857142857vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .c-form table tr th.sp--pd-top-small {
    padding: 4px 0px 4px 0px;
  }
}
.c-form table tr th .required {
  color: #F78F00;
  position: relative;
  margin-left: 4px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .c-form table tr th .required {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr th .required {
    font-size: 0.8571428571vw;
  }
}
@media (min-width: 1200px) {
  .c-form table tr th .required {
    font-size: 12px;
  }
}
.c-form table tr th .option {
  color: #00C8D9;
  position: relative;
  margin-left: 4px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .c-form table tr th .option {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr th .option {
    font-size: 0.8571428571vw;
  }
}
@media (min-width: 1200px) {
  .c-form table tr th .option {
    font-size: 12px;
  }
}
.c-form table tr th .public {
  color: #0088D0;
  position: relative;
  margin-left: 4px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .c-form table tr th .public {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr th .public {
    font-size: 0.8571428571vw;
  }
}
@media (min-width: 1200px) {
  .c-form table tr th .public {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .pd-12 {
    padding: 0vw 0vw 0vw 0vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .pd-12 {
    padding: 0vw 0vw 0vw 0vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .pd-12 {
    padding: 0px 0px 0px 0px;
  }
}
.c-form table tr td .small {
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  .c-form table tr td .small {
    margin-bottom: 3.2vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .small {
    margin-bottom: 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .small {
    margin-bottom: 12px;
  }
}
.c-form table tr td .small a {
  color: #00C8D9;
  text-decoration: underline;
  -webkit-text-decoration-color: #00C8D9;
          text-decoration-color: #00C8D9;
}
.c-form table tr td .sub-table {
  width: 100%;
}
.c-form table tr td .sub-table tr.border--none {
  border-bottom: unset;
}
.c-form table tr td .sub-table th {
  width: 24%;
}
@media (max-width: 768px) {
  .c-form table tr td .sub-table td {
    padding: 2.1333333333vw 0vw 2.1333333333vw 0vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .sub-table td {
    padding: 0.5714285714vw 0vw 0.5714285714vw 0vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .sub-table td {
    padding: 8px 0px 8px 0px;
  }
}
@media (max-width: 768px) {
  .c-form table tr td {
    padding: 4.2666666667vw 0vw 4.2666666667vw 0vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td {
    padding: 1.1428571429vw 0vw 1.1428571429vw 0vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td {
    padding: 16px 0px 16px 0px;
  }
}
@media (max-width: 768px) {
  .c-form table tr td {
    width: 100%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .c-form table tr td {
    padding: 0vw 0vw 4.2666666667vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .c-form table tr td {
    padding: 0vw 0vw 1.1428571429vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .c-form table tr td {
    padding: 0px 0px 16px 0px;
  }
}
.c-form table tr td input, .c-form table tr td select, .c-form table tr td textarea, .c-form table tr td .select2-container {
  background-color: #F7F7F7;
  line-height: normal;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  text-align: left;
}
@media (max-width: 768px) {
  .c-form table tr td input, .c-form table tr td select, .c-form table tr td textarea, .c-form table tr td .select2-container {
    padding: 2.6666666667vw 2.1333333333vw 2.6666666667vw 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td input, .c-form table tr td select, .c-form table tr td textarea, .c-form table tr td .select2-container {
    padding: 0.7142857143vw 0.5714285714vw 0.7142857143vw 0.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td input, .c-form table tr td select, .c-form table tr td textarea, .c-form table tr td .select2-container {
    padding: 10px 8px 10px 8px;
  }
}
.c-form table tr td input::-webkit-input-placeholder, .c-form table tr td select::-webkit-input-placeholder, .c-form table tr td textarea::-webkit-input-placeholder, .c-form table tr td .select2-container::-webkit-input-placeholder {
  color: #B9B9B9;
}
.c-form table tr td input::-moz-placeholder, .c-form table tr td select::-moz-placeholder, .c-form table tr td textarea::-moz-placeholder, .c-form table tr td .select2-container::-moz-placeholder {
  color: #B9B9B9;
}
.c-form table tr td input:-ms-input-placeholder, .c-form table tr td select:-ms-input-placeholder, .c-form table tr td textarea:-ms-input-placeholder, .c-form table tr td .select2-container:-ms-input-placeholder {
  color: #B9B9B9;
}
.c-form table tr td input::-ms-input-placeholder, .c-form table tr td select::-ms-input-placeholder, .c-form table tr td textarea::-ms-input-placeholder, .c-form table tr td .select2-container::-ms-input-placeholder {
  color: #B9B9B9;
}
.c-form table tr td input::placeholder, .c-form table tr td select::placeholder, .c-form table tr td textarea::placeholder, .c-form table tr td .select2-container::placeholder {
  color: #B9B9B9;
}
.c-form table tr td input .select2-selection--single, .c-form table tr td select .select2-selection--single, .c-form table tr td textarea .select2-selection--single, .c-form table tr td .select2-container .select2-selection--single {
  background-color: inherit;
  border: inherit;
  border-radius: inherit;
}
.c-form table tr td input .select2-selection__arrow, .c-form table tr td select .select2-selection__arrow, .c-form table tr td textarea .select2-selection__arrow, .c-form table tr td .select2-container .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-form table tr td input.select2-container--disabled, .c-form table tr td select.select2-container--disabled, .c-form table tr td textarea.select2-container--disabled, .c-form table tr td .select2-container.select2-container--disabled {
  background-color: #B9B9B9;
  cursor: not-allowed;
}
.c-form table tr td input.select2-container--disabled .select2-selection, .c-form table tr td select.select2-container--disabled .select2-selection, .c-form table tr td textarea.select2-container--disabled .select2-selection, .c-form table tr td .select2-container.select2-container--disabled .select2-selection {
  cursor: not-allowed;
}
.c-form table tr td .c-form__input input {
  width: 100%;
}
.c-form table tr td .c-form__input--2r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form table tr td .c-form__input--half {
  width: 49% !important;
}
.c-form table tr td .c-form__input--short {
  width: 25% !important;
}
.c-form table tr td .c-form__input--mid {
  width: 40% !important;
}
.c-form table tr td .c-form__input--long {
  width: 60% !important;
}
.c-form table tr td .c-form__input--full {
  width: 100% !important;
}
.c-form table tr td .c-form__input--textarea {
  display: block;
  position: relative;
}
.c-form table tr td .c-form__input--textarea textarea {
  width: 100%;
}
.c-form table tr td .c-form__input--no-spiner::-webkit-outer-spin-button, .c-form table tr td .c-form__input--no-spiner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.c-form table tr td .c-form__select {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__select {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__select {
    font-size: 1.0714285714vw;
  }
}
@media (min-width: 1200px) {
  .c-form table tr td .c-form__select {
    font-size: 15px;
  }
}
.c-form table tr td .c-form__select:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: rotate(45deg) translate(0%, -50%);
          transform: rotate(45deg) translate(0%, -50%);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  height: 8px;
  width: 8px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  pointer-events: none;
  border-color: #00C8D9;
}
.c-form table tr td .c-form__select select {
  width: 100%;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__select select {
    padding: 3.2vw 3.2vw 3.2vw 3.2vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__select select {
    padding: 0.8571428571vw 0.8571428571vw 0.8571428571vw 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__select select {
    padding: 12px 12px 12px 12px;
  }
}
.c-form table tr td .c-form__select--time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form table tr td .c-form__select-wrap {
  position: relative;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__select-wrap {
    margin-right: 1.0666666667vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__select-wrap {
    margin-right: 0.2857142857vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__select-wrap {
    margin-right: 4px;
  }
}
.c-form table tr td .c-form__select-wrap:last-child {
  margin-right: 0;
}
.c-form table tr td .c-form__select--y {
  width: 42%;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__select--y {
    width: 27%;
  }
}
.c-form table tr td .c-form__select--m {
  width: 24%;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__select--m {
    width: 27%;
  }
}
.c-form table tr td .c-form__select--d {
  width: 24%;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__select--d {
    width: 27%;
  }
}
.c-form table tr td .c-form__select--bank {
  width: 54%;
}
.c-form table tr td .c-form__select--short {
  width: 25%;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__select--short {
    width: 27.5%;
  }
}
.c-form table tr td .c-form__select--mid {
  width: 40%;
}
.c-form table tr td .c-form__select--half {
  width: 49.4%;
}
.c-form table tr td .c-form__select--long {
  width: 60%;
}
.c-form table tr td .c-form__checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__checkbox {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__checkbox {
    font-size: 1.0714285714vw;
  }
}
@media (min-width: 1200px) {
  .c-form table tr td .c-form__checkbox {
    font-size: 15px;
  }
}
.c-form table tr td .c-form__checkbox--dynamic label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F7F7F7;
  line-height: normal;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__checkbox--dynamic label {
    padding: 3.2vw 3.2vw 3.2vw 3.2vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__checkbox--dynamic label {
    padding: 0.8571428571vw 0.8571428571vw 0.8571428571vw 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__checkbox--dynamic label {
    padding: 12px 12px 12px 12px;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__checkbox--dynamic label {
    margin: 0vw 1.0666666667vw 1.0666666667vw 0vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__checkbox--dynamic label {
    margin: 0vw 0.2857142857vw 0.2857142857vw 0vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__checkbox--dynamic label {
    margin: 0px 4px 4px 0px;
  }
}
.c-form table tr td .c-form__checkbox--dynamic label:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__checkbox--dynamic label span {
    padding: 0vw 4.2666666667vw 0vw 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__checkbox--dynamic label span {
    padding: 0vw 1.1428571429vw 0vw 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__checkbox--dynamic label span {
    padding: 0px 16px 0px 16px;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__checkbox--dynamic label span {
    line-height: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__checkbox--dynamic label span {
    line-height: 1.0714285714vw;
  }
}
@media (min-width: 1200px) {
  .c-form table tr td .c-form__checkbox--dynamic label span {
    line-height: 15px;
  }
}
.c-form table tr td .c-form__checkbox--dynamic input:checked label {
  background-color: #F2FBFF;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__checkbox--item {
    margin: 0vw 2.1333333333vw 2.1333333333vw 0vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__checkbox--item {
    margin: 0vw 0.5714285714vw 0.5714285714vw 0vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__checkbox--item {
    margin: 0px 8px 8px 0px;
  }
}
.c-form table tr td .c-form__checkbox--item:last-child {
  margin-right: 0;
}
.c-form table tr td label.selected {
  background-color: #F2FBFF !important;
}
.c-form table tr td input[type=checkbox] {
  opacity: 0.6;
}
.c-form table tr td input[type=checkbox]:checked {
  opacity: 1;
}
.c-form table tr td input[type=radio] {
  opacity: 0.6;
}
.c-form table tr td input[type=radio]:checked {
  opacity: 1;
}
.c-form table tr td .c-form__radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__radio {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__radio {
    font-size: 1.0714285714vw;
  }
}
@media (min-width: 1200px) {
  .c-form table tr td .c-form__radio {
    font-size: 15px;
  }
}
.c-form table tr td .c-form__radio--dynamic label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F7F7F7;
  line-height: normal;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__radio--dynamic label {
    padding: 3.2vw 3.2vw 3.2vw 3.2vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__radio--dynamic label {
    padding: 0.8571428571vw 0.8571428571vw 0.8571428571vw 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__radio--dynamic label {
    padding: 12px 12px 12px 12px;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__radio--dynamic label {
    margin: 0vw 1.0666666667vw 1.0666666667vw 0vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__radio--dynamic label {
    margin: 0vw 0.2857142857vw 0.2857142857vw 0vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__radio--dynamic label {
    margin: 0px 4px 4px 0px;
  }
}
.c-form table tr td .c-form__radio--dynamic label:last-child {
  margin-right: 0;
}
.c-form table tr td .c-form__radio--dynamic label.selected {
  background-color: #F2FBFF;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__radio--dynamic label span {
    padding: 0vw 4.2666666667vw 0vw 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__radio--dynamic label span {
    padding: 0vw 1.1428571429vw 0vw 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__radio--dynamic label span {
    padding: 0px 16px 0px 16px;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__radio--dynamic label span {
    line-height: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__radio--dynamic label span {
    line-height: 1.0714285714vw;
  }
}
@media (min-width: 1200px) {
  .c-form table tr td .c-form__radio--dynamic label span {
    line-height: 15px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .c-form table tr td .c-form__radio--dynamic label span {
    padding: 0vw 3.7333333333vw 0vw 3.7333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .c-form table tr td .c-form__radio--dynamic label span {
    padding: 0vw 1vw 0vw 1vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .c-form table tr td .c-form__radio--dynamic label span {
    padding: 0px 14px 0px 14px;
  }
}
.c-form table tr td .c-form__radio--gender {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form table tr td .c-form__radio--gender label {
  width: 24%;
  background-color: #F7F7F7;
  line-height: normal;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__radio--gender label {
    width: 27%;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__radio--gender label {
    padding: 3.2vw 3.2vw 3.2vw 3.2vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__radio--gender label {
    padding: 0.8571428571vw 0.8571428571vw 0.8571428571vw 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__radio--gender label {
    padding: 12px 12px 12px 12px;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__radio--gender label {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__radio--gender label {
    font-size: 1.0714285714vw;
  }
}
@media (min-width: 1200px) {
  .c-form table tr td .c-form__radio--gender label {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__radio--gender label {
    margin-right: 1.0666666667vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__radio--gender label {
    margin-right: 0.2857142857vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__radio--gender label {
    margin-right: 4px;
  }
}
.c-form table tr td .c-form__radio--gender label:last-child {
  margin-right: 0;
}
.c-form table tr td .c-form__radio--condition {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-form table tr td .c-form__radio--condition label {
  background-color: #F7F7F7;
  line-height: normal;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  color: #444444;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__radio--condition label {
    padding: 3.2vw 5.3333333333vw 3.2vw 3.2vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__radio--condition label {
    padding: 0.8571428571vw 1.4285714286vw 0.8571428571vw 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__radio--condition label {
    padding: 12px 20px 12px 12px;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__radio--condition label {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__radio--condition label {
    font-size: 1.0714285714vw;
  }
}
@media (min-width: 1200px) {
  .c-form table tr td .c-form__radio--condition label {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__radio--condition label {
    margin: 0vw 1.6vw 1.6vw 0vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__radio--condition label {
    margin: 0vw 0.4285714286vw 0.4285714286vw 0vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__radio--condition label {
    margin: 0px 6px 6px 0px;
  }
}
.c-form table tr td .c-form__radio--condition label:last-child {
  margin-right: 0;
}
.c-form table tr td .c-form__radio--status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-form table tr td .c-form__radio--status label {
  background-color: #F7F7F7;
  line-height: normal;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  color: #444444;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__radio--status label {
    padding: 3.2vw 6.4vw 3.2vw 3.2vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__radio--status label {
    padding: 0.8571428571vw 1.7142857143vw 0.8571428571vw 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__radio--status label {
    padding: 12px 24px 12px 12px;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__radio--status label {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__radio--status label {
    font-size: 1.0714285714vw;
  }
}
@media (min-width: 1200px) {
  .c-form table tr td .c-form__radio--status label {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__radio--status label {
    margin: 0vw 1.6vw 1.6vw 0vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__radio--status label {
    margin: 0vw 0.4285714286vw 0.4285714286vw 0vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__radio--status label {
    margin: 0px 6px 6px 0px;
  }
}
.c-form table tr td .c-form__radio--status label:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__radio--status label input {
    margin-right: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__radio--status label input {
    margin-right: 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__radio--status label input {
    margin-right: 16px;
  }
}
.c-form table tr td .c-form__radio--bank-yucho {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-form table tr td .c-form__radio--bank-yucho label {
  background-color: #F7F7F7;
  line-height: normal;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  font-size: 1.4rem;
  color: #444444;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__radio--bank-yucho label {
    padding: 3.2vw 6.4vw 3.2vw 3.2vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__radio--bank-yucho label {
    padding: 0.8571428571vw 1.7142857143vw 0.8571428571vw 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__radio--bank-yucho label {
    padding: 12px 24px 12px 12px;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__radio--bank-yucho label {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__radio--bank-yucho label {
    font-size: 1.0714285714vw;
  }
}
@media (min-width: 1200px) {
  .c-form table tr td .c-form__radio--bank-yucho label {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__radio--bank-yucho label {
    margin: 0vw 1.6vw 1.6vw 0vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__radio--bank-yucho label {
    margin: 0vw 0.4285714286vw 0.4285714286vw 0vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__radio--bank-yucho label {
    margin: 0px 6px 6px 0px;
  }
}
.c-form table tr td .c-form__radio--bank-yucho label:last-child {
  margin-right: 0;
}
@media (max-width: 768px) and (max-width: 768px) {
  .c-form table tr td .c-form__radio--bank-yucho label {
    margin-right: 0.8vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .c-form table tr td .c-form__radio--bank-yucho label {
    margin-right: 0.2142857143vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .c-form table tr td .c-form__radio--bank-yucho label {
    margin-right: 3px;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__radio--bank-yucho label input {
    margin-right: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__radio--bank-yucho label input {
    margin-right: 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__radio--bank-yucho label input {
    margin-right: 16px;
  }
}
.c-form table tr td .c-form__radio--bank-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-form table tr td .c-form__radio--bank-type label {
  background-color: #F7F7F7;
  line-height: normal;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  color: #444444;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__radio--bank-type label {
    padding: 3.2vw 6.4vw 3.2vw 3.2vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__radio--bank-type label {
    padding: 0.8571428571vw 1.7142857143vw 0.8571428571vw 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__radio--bank-type label {
    padding: 12px 24px 12px 12px;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__radio--bank-type label {
    margin: 0vw 1.6vw 1.6vw 0vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__radio--bank-type label {
    margin: 0vw 0.4285714286vw 0.4285714286vw 0vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__radio--bank-type label {
    margin: 0px 6px 6px 0px;
  }
}
.c-form table tr td .c-form__radio--bank-type label:last-child {
  margin-right: 0;
}
.c-form table tr td .c-form__radio--bank-type label input {
  margin-right: 16px;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__radio--bank-type label input {
    margin-right: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__radio--bank-type label input {
    margin-right: 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__radio--bank-type label input {
    margin-right: 16px;
  }
}
.c-form table tr td .c-form__image .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
  position: relative;
  font-size: 1.4rem;
  border-radius: 8px;
  background-color: #F7F7F7;
  border: solid 1px #E6E6E6;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__image .image {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__image .image {
    padding: 16vw 0vw 16vw 0vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__image .image {
    padding: 4.2857142857vw 0vw 4.2857142857vw 0vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__image .image {
    padding: 60px 0px 60px 0px;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__image .image {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__image .image {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .c-form table tr td .c-form__image .image {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__image .image {
    margin-bottom: 3.2vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__image .image {
    margin-bottom: 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__image .image {
    margin-bottom: 12px;
  }
}
.c-form table tr td .c-form__image input {
  display: none;
}
.c-form table tr td .c-form__image label {
  width: 40%;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__image label {
    padding: 1.0666666667vw 3.2vw 1.0666666667vw 3.2vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__image label {
    padding: 0.2857142857vw 0.8571428571vw 0.2857142857vw 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__image label {
    padding: 4px 12px 4px 12px;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__image label {
    width: 50%;
  }
}
.c-form table tr td .c-form__address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 75%;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__address {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__address {
    margin-bottom: 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__address {
    margin-bottom: 0.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__address {
    margin-bottom: 8px;
  }
}
.c-form table tr td .c-form__address input[type=number]::-webkit-outer-spin-button,
.c-form table tr td .c-form__address input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.c-form table tr td .c-form__address--zipcode {
  width: 42%;
  width: 42%;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__address--zipcode {
    width: 100%;
  }
}
.c-form table tr td .c-form__address--pref {
  width: 34%;
  position: relative;
  cursor: pointer;
}
.c-form table tr td .c-form__address--pref:before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 2%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 24px;
  width: 12px;
  background-image: url(../images/common/icon_down_blue.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  pointer-events: none;
}
.c-form table tr td .c-form__address--city {
  width: 64%;
  position: relative;
  cursor: pointer;
}
.c-form table tr td .c-form__address--city:before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 2%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 24px;
  width: 12px;
  background-image: url(../images/common/icon_down_blue.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  pointer-events: none;
}
.c-form table tr td .c-form__address--number {
  width: 100%;
}
.c-form table tr td .c-form__address--build {
  width: 100%;
}
.c-form table tr td .c-form__certification {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__certification {
    margin-bottom: 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__certification {
    margin-bottom: 0.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__certification {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .c-form table tr td .c-form__certification {
    margin-bottom: 1.0666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .c-form table tr td .c-form__certification {
    margin-bottom: 0.2857142857vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .c-form table tr td .c-form__certification {
    margin-bottom: 4px;
  }
}
.c-form table tr td .c-form__certification--select, .c-form table tr td .c-form__certification--y, .c-form table tr td .c-form__certification--m {
  position: relative;
}
.c-form table tr td .c-form__certification--select:before, .c-form table tr td .c-form__certification--y:before, .c-form table tr td .c-form__certification--m:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: rotate(45deg) translate(0%, -50%);
          transform: rotate(45deg) translate(0%, -50%);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  height: 8px;
  width: 8px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  pointer-events: none;
  border-color: #00C8D9;
}
.c-form table tr td .c-form__certification--select {
  width: 52%;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__certification--select {
    width: 100%;
  }
}
.c-form table tr td .c-form__certification--y {
  width: 22%;
}
.c-form table tr td .c-form__certification--m {
  width: 22%;
}
.c-form table tr td .c-form__certification--checkbox {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__certification--checkbox {
    margin-bottom: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__certification--checkbox {
    margin-bottom: 1.4285714286vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__certification--checkbox {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__certification--checkbox {
    margin-top: 1.0666666667vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__certification--checkbox {
    margin-top: 0.2857142857vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__certification--checkbox {
    margin-top: 4px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .c-form table tr td .c-form__certification--checkbox {
    margin-top: 4.2666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .c-form table tr td .c-form__certification--checkbox {
    margin-top: 1.1428571429vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .c-form table tr td .c-form__certification--checkbox {
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__certification--checkbox input {
    margin-right: 1.0666666667vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__certification--checkbox input {
    margin-right: 0.2857142857vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__certification--checkbox input {
    margin-right: 4px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .c-form table tr td .c-form__certification--checkbox input {
    margin-right: 2.1333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .c-form table tr td .c-form__certification--checkbox input {
    margin-right: 0.5714285714vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .c-form table tr td .c-form__certification--checkbox input {
    margin-right: 8px;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__certification--checkbox span {
    line-height: 3.2vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__certification--checkbox span {
    line-height: 0.8571428571vw;
  }
}
@media (min-width: 1200px) {
  .c-form table tr td .c-form__certification--checkbox span {
    line-height: 12px;
  }
}
.c-form table tr td .c-form__certification--add-button {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
  width: 52%;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__certification--add-button {
    padding: 3.2vw 3.2vw 3.2vw 3.2vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__certification--add-button {
    padding: 0.8571428571vw 0.8571428571vw 0.8571428571vw 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__certification--add-button {
    padding: 12px 12px 12px 12px;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__certification--add-button {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__certification--add-button {
    font-size: 1.0714285714vw;
  }
}
@media (min-width: 1200px) {
  .c-form table tr td .c-form__certification--add-button {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__certification--add-button {
    width: 100%;
  }
}
.c-form table tr td .c-form__certification--add-button:before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  height: 16px;
  width: 16px;
  background-image: url("../../img/enpitta/common/icon_add.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  pointer-events: none;
}
.c-form table tr td .c-form__certification--add-button {
  background-color: #ffffff;
}
.c-form table tr td .c-form__add-button {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__add-button {
    padding: 2.1333333333vw 3.2vw 2.1333333333vw 3.2vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__add-button {
    padding: 0.5714285714vw 0.8571428571vw 0.5714285714vw 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__add-button {
    padding: 8px 12px 8px 12px;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__add-button {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__add-button {
    font-size: 1.0714285714vw;
  }
}
@media (min-width: 1200px) {
  .c-form table tr td .c-form__add-button {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__add-button {
    margin: 3.2vw 0vw 3.2vw 0vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__add-button {
    margin: 0.8571428571vw 0vw 0.8571428571vw 0vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__add-button {
    margin: 12px 0px 12px 0px;
  }
}
.c-form table tr td .c-form__add-button:before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  height: 16px;
  width: 16px;
  background-image: url("../../img/enpitta/common/icon_add.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  pointer-events: none;
}
.c-form table tr td .c-form__login input {
  width: 100%;
}
.c-form table tr td .content {
  display: block;
  position: relative;
  width: 100%;
}
.c-form table tr td .content ul {
  display: block;
  position: relative;
}
.c-form table tr td .content ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 768px) {
  .c-form table tr td .content ul li {
    margin-bottom: 3.2vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .content ul li {
    margin-bottom: 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .content ul li {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .content ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-form table tr td .content ul li.not-colum {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.c-form table tr td .content ul li span {
  width: 32%;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .c-form table tr td .content ul li span {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .content ul li span {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .content ul li span {
    font-size: 1.0714285714vw;
  }
}
@media (min-width: 1200px) {
  .c-form table tr td .content ul li span {
    font-size: 15px;
  }
}
.c-form table tr td .content ul li input[type=text] {
  width: 66%;
}
.c-form table tr td .c-form__layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form table tr td .c-form__layout--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__layout--row div {
    margin-right: 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__layout--row div {
    margin-right: 0.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__layout--row div {
    margin-right: 8px;
  }
}
.c-form table tr td .c-form__layout--row div:last-child {
  margin-right: 0;
}
.c-form table tr td .c-form__layout--full {
  width: 100%;
}
.c-form table tr td .c-form__layout--jc-sb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-form table tr td .c-form__layout--jc-c {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__layout--jc-sb-sp {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-form .c-form__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .c-form .c-form__link {
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 769px) {
  .c-form .c-form__link {
    font-size: 0.9285714286vw;
  }
}
@media (min-width: 1200px) {
  .c-form .c-form__link {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .c-form .c-form__link {
    margin-bottom: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .c-form .c-form__link {
    margin-bottom: 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .c-form .c-form__link {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .c-form .c-form__link {
    margin-bottom: 8.5333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .c-form .c-form__link {
    margin-bottom: 2.2857142857vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .c-form .c-form__link {
    margin-bottom: 32px;
  }
}
.c-form .c-form__link .c-form__link--privacy {
  color: #00C8D9;
  text-decoration: underline;
}
.c-form .c-form__link .c-form__link--register {
  color: #F78F00;
  text-decoration: underline;
}
.c-form .c-form__link .c-form__link--foreget {
  color: #00C8D9;
  text-decoration: underline;
}
.c-form .c-form__submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .c-form .c-form__submit {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .c-form .c-form__submit {
    font-size: 1.2857142857vw;
  }
}
@media (min-width: 1200px) {
  .c-form .c-form__submit {
    font-size: 18px;
  }
}
.c-form .c-form__submit--button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .c-form .c-form__submit--button {
    padding: 5.3333333333vw 0vw 5.3333333333vw 0vw;
  }
}
@media (min-width: 769px) {
  .c-form .c-form__submit--button {
    padding: 1.4285714286vw 0vw 1.4285714286vw 0vw;
  }
}
@media (min-width: 1401px) {
  .c-form .c-form__submit--button {
    padding: 20px 0px 20px 0px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .c-form .c-form__submit--button {
    padding: 3.2vw 1.6vw 3.2vw 1.6vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .c-form .c-form__submit--button {
    padding: 0.8571428571vw 0.4285714286vw 0.8571428571vw 0.4285714286vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .c-form .c-form__submit--button {
    padding: 12px 6px 12px 6px;
  }
}
.c-form .c-form__submit--button-wide {
  min-width: 25%;
}
@media (max-width: 768px) {
  .c-form .c-form__submit--button-wide {
    padding: 4.2666666667vw 4.2666666667vw 4.2666666667vw 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .c-form .c-form__submit--button-wide {
    padding: 1.1428571429vw 1.1428571429vw 1.1428571429vw 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .c-form .c-form__submit--button-wide {
    padding: 16px 16px 16px 16px;
  }
}
@media (max-width: 768px) {
  .c-form .c-form__submit--button-wide {
    min-width: 80%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .c-form .c-form__submit--button-wide {
    padding: 3.2vw 3.2vw 3.2vw 3.2vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .c-form .c-form__submit--button-wide {
    padding: 0.8571428571vw 0.8571428571vw 0.8571428571vw 0.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .c-form .c-form__submit--button-wide {
    padding: 12px 12px 12px 12px;
  }
}
@media (max-width: 768px) {
  .c-form .c-form__submit--login {
    margin-bottom: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .c-form .c-form__submit--login {
    margin-bottom: 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .c-form .c-form__submit--login {
    margin-bottom: 16px;
  }
}
.c-form .c-form__submit--single {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-form .c-form__submit--single button {
  width: 17%;
}
@media (max-width: 768px) {
  .c-form .c-form__submit--single button {
    width: 49%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .c-form .c-form__submit--single button {
    padding: 3.2vw 0vw 3.2vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .c-form .c-form__submit--single button {
    padding: 0.8571428571vw 0vw 0.8571428571vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .c-form .c-form__submit--single button {
    padding: 12px 0px 12px 0px;
  }
}
.c-form .c-form__submit--small button {
  width: 20%;
}
@media (max-width: 768px) {
  .c-form .c-form__submit--small button {
    width: 49%;
  }
}
@media (max-width: 768px) {
  .c-form .c-form__submit--small button {
    padding: 2.1333333333vw 0vw 2.1333333333vw 0vw;
  }
}
@media (min-width: 769px) {
  .c-form .c-form__submit--small button {
    padding: 0.5714285714vw 0vw 0.5714285714vw 0vw;
  }
}
@media (min-width: 1401px) {
  .c-form .c-form__submit--small button {
    padding: 8px 0px 8px 0px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .c-form .c-form__submit--small button {
    padding: 1.0666666667vw 0vw 1.0666666667vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .c-form .c-form__submit--small button {
    padding: 0.2857142857vw 0vw 0.2857142857vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .c-form .c-form__submit--small button {
    padding: 4px 0px 4px 0px;
  }
}
.c-form .c-form__submit--dynamic {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .c-form .c-form__submit--dynamic button {
    padding: 4.2666666667vw 9.6vw 4.2666666667vw 9.6vw;
  }
}
@media (min-width: 769px) {
  .c-form .c-form__submit--dynamic button {
    padding: 1.1428571429vw 2.5714285714vw 1.1428571429vw 2.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .c-form .c-form__submit--dynamic button {
    padding: 16px 36px 16px 36px;
  }
}
@media (max-width: 768px) {
  .c-form .c-form__submit--dynamic button {
    width: 100%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .c-form .c-form__submit--dynamic button {
    padding: 5.3333333333vw 9.6vw 5.3333333333vw 9.6vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .c-form .c-form__submit--dynamic button {
    padding: 1.4285714286vw 2.5714285714vw 1.4285714286vw 2.5714285714vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .c-form .c-form__submit--dynamic button {
    padding: 20px 36px 20px 36px;
  }
}
.c-form .c-form__submit--2r {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .c-form .c-form__submit--2r {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-form .c-form__submit--2r button {
  width: 17%;
  width: 17%;
}
@media (max-width: 768px) {
  .c-form .c-form__submit--2r button {
    width: 49.4%;
  }
}
@media (max-width: 768px) {
  .c-form .c-form__submit--2r button:first-child {
    margin-right: 4.8vw;
  }
}
@media (min-width: 769px) {
  .c-form .c-form__submit--2r button:first-child {
    margin-right: 1.2857142857vw;
  }
}
@media (min-width: 1401px) {
  .c-form .c-form__submit--2r button:first-child {
    margin-right: 18px;
  }
}
.c-form .c-form__submit--2c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-form .c-form__submit--2c button {
  width: 32%;
  width: 32%;
}
@media (max-width: 768px) {
  .c-form .c-form__submit--2c button {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .c-form .c-form__submit--2c button {
    margin-bottom: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .c-form .c-form__submit--2c button {
    margin-bottom: 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .c-form .c-form__submit--2c button {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .c-form .c-form__submit--2c button {
    margin-bottom: 2.1333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .c-form .c-form__submit--2c button {
    margin-bottom: 0.5714285714vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .c-form .c-form__submit--2c button {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .c-form .c-form__submit--2c .c-form__submit--entry {
    padding: 6.4vw 0vw 6.4vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .c-form .c-form__submit--2c .c-form__submit--entry {
    padding: 1.7142857143vw 0vw 1.7142857143vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .c-form .c-form__submit--2c .c-form__submit--entry {
    padding: 24px 0px 24px 0px;
  }
}

.password-caution {
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .password-caution {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .password-caution {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .password-caution {
    font-size: 14px;
  }
}

.c-link {
  position: relative;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-link:hover {
  opacity: 0.5;
}

.c-link--underline {
  text-decoration: underline;
}

.c-link--tel:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -5px;
  -webkit-transform: translate(-100%, -40%);
          transform: translate(-100%, -40%);
  width: 24px;
  height: 24px;
  background-image: url("../image/common/phone.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.c-link--scaleUp:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-link--scaleUpImage img {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.c-link--scaleUpImage:hover {
  opacity: 1;
}
.c-link--scaleUpImage:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-floating {
  display: block;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  border-radius: 100vh;
  height: 60px;
  max-width: 100%;
  min-width: 536px;
  background-color: #ffffff;
  opacity: 0;
  padding: 3px;
  -webkit-box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 100vh;
}
@media (max-width: 768px) {
  .p-floating {
    min-width: unset;
    height: 65px;
    width: 94%;
  }
}
.p-floating.view {
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
}
.p-floating .p-floating__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-floating .p-floating__link {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0em;
    padding: 0 18px;
  }
}
.p-floating .p-floating__link.p-floating__link--blue {
  background-color: #00C8D9;
}
.p-floating .p-floating__link.p-floating__link--orange {
  background-color: #F78F00;
}
.p-floating .p-floating__link.p-floating__link--gray {
  background-color: #EAEAEA;
}
.p-floating .p-floating__link.p-floating__link--yellow {
  background-color: #FFE160;
  color: #00C8D9;
  font-size: 1.7rem;
}
.p-floating .p-floating__link.p-floating__link--icon img {
  width: 100px;
  height: 28px;
  margin-right: 14px;
}
@media (max-width: 768px) {
  .p-floating .p-floating__link.p-floating__link--icon img {
    width: 84px;
    height: 24px;
    margin-right: 6px;
  }
}
.p-floating .p-floating__link.p-floating__link--register img {
  width: 22px;
  height: 28px;
  margin-right: 18px;
}
@media (max-width: 768px) {
  .p-floating .p-floating__link.p-floating__link--register img {
    width: 18px;
    height: 24px;
    margin-right: 14px;
  }
}
.p-floating .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .p-floating .inner {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .p-floating .inner {
    font-size: 1.2857142857vw;
  }
}
@media (min-width: 1200px) {
  .p-floating .inner {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-floating .inner {
    padding: 4.2666666667vw 0vw 4.2666666667vw 0vw;
  }
}
@media (min-width: 769px) {
  .p-floating .inner {
    padding: 1.1428571429vw 0vw 1.1428571429vw 0vw;
  }
}
@media (min-width: 1401px) {
  .p-floating .inner {
    padding: 16px 0px 16px 0px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-floating .inner {
    padding: 2.1333333333vw 0vw 2.1333333333vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-floating .inner {
    padding: 0.5714285714vw 0vw 0.5714285714vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-floating .inner {
    padding: 8px 0px 8px 0px;
  }
}
.p-floating .inner:before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  right: 0%;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 769px) {
  .p-floating .inner--guest {
    background-color: #00C8D9;
  }
  .p-floating .inner--guest:before {
    background-image: url(../images/common/floating_free.svg);
    width: 18%;
    padding-top: 6%;
  }
}
@media (max-width: 768px) {
  .p-floating .inner--guest {
    background-color: #FF8A00;
  }
  .p-floating .inner--guest:before {
    background-image: url(../images/common/icon_register_sp.svg);
    margin-right: 8px;
  }
}
@media (min-width: 769px) {
  .p-floating .inner--user {
    background-color: #00C8D9;
  }
  .p-floating .inner--user:before {
    background-image: url(../images/common/floating_free.svg);
    width: 18%;
    padding-top: 6%;
  }
}
@media (max-width: 768px) {
  .p-floating .inner--user {
    background-color: #FF8A00;
  }
  .p-floating .inner--user:before {
    background-image: url(../images/common/icon_scout.svg);
    margin-right: 8px;
  }
}
@media (min-width: 769px) {
  .p-floating .inner--flow {
    background-color: #FF8A00;
  }
  .p-floating .inner--flow:before {
    background-image: url(../images/common/icon_register.svg);
    width: 8%;
    padding-top: 6%;
  }
}
@media (max-width: 768px) {
  .p-floating .inner--flow {
    background-color: #FF8A00;
  }
  .p-floating .inner--flow:before {
    background-image: url(../images/common/icon_register_sp.svg);
    margin-right: 8px;
  }
}
@media (min-width: 769px) {
  .p-floating .inner--scout {
    background-color: #00C8D9;
  }
  .p-floating .inner--scout:before {
    width: 8%;
    padding-top: 6%;
  }
}
@media (max-width: 768px) {
  .p-floating .inner--scout {
    background-color: #00C8D9;
  }
  .p-floating .inner--scout:before {
    margin-right: 8px;
  }
}
.p-floating .inner--detail {
  background-color: #FF8A00;
}

#gotop {
  display: none;
  position: fixed;
  bottom: 16px;
  right: 20px;
  width: 62px;
  height: 84px;
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 768px) {
  #gotop {
    width: 46px;
    height: 62px;
    bottom: 65px;
    right: 8px;
  }
}
#gotop img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.use-slick .slide-arrow {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.use-slick .prev-arrow {
  left: 0;
}
.use-slick .next-arrow {
  right: 0;
}

label.box {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  line-height: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F7F7F7;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
}
@media (max-width: 768px) {
  label.box span {
    padding: 0vw 4.2666666667vw 0vw 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  label.box span {
    padding: 0vw 1.1428571429vw 0vw 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  label.box span {
    padding: 0px 16px 0px 16px;
  }
}
@media (max-width: 768px) {
  label.box span {
    line-height: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  label.box span {
    line-height: 1.0714285714vw;
  }
}
@media (min-width: 1200px) {
  label.box span {
    line-height: 15px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  label.box span {
    padding: 0vw 3.7333333333vw 0vw 3.7333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  label.box span {
    padding: 0vw 1vw 0vw 1vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  label.box span {
    padding: 0px 14px 0px 14px;
  }
}
label.box input[type=checkbox],
label.box input[type=radio] {
  visibility: hidden;
  width: 0;
  height: 0;
}

input[type=radio] + label:before {
  background: #fff;
  border: 1px solid #183c30;
  border-radius: 50%;
  content: "";
  display: block;
  position: relative;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
input[type=radio] + label:after {
  background: #7aedc8;
  border-radius: 50%;
  content: "";
  display: block;
  position: relative;
  height: 10px;
  left: 9px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
}

@media (max-width: 768px) {
  label.box-option {
    padding: 3.2vw 3.2vw 3.2vw 3.2vw;
  }
}
@media (min-width: 769px) {
  label.box-option {
    padding: 0.8571428571vw 0.8571428571vw 0.8571428571vw 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  label.box-option {
    padding: 12px 12px 12px 12px;
  }
}

.breadcrumbs {
  display: block;
  position: relative;
  width: 100%;
  background-color: #FDF5E2;
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 768px) {
  .breadcrumbs ul {
    padding: 2.1333333333vw 6.9333333333vw 2.1333333333vw 6.9333333333vw;
  }
}
@media (min-width: 769px) {
  .breadcrumbs ul {
    padding: 0.5714285714vw 1.8571428571vw 0.5714285714vw 1.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .breadcrumbs ul {
    padding: 8px 26px 8px 26px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .breadcrumbs ul {
    padding: 1.0666666667vw 3.2vw 1.0666666667vw 3.2vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .breadcrumbs ul {
    padding: 0.2857142857vw 0.8571428571vw 0.2857142857vw 0.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .breadcrumbs ul {
    padding: 4px 12px 4px 12px;
  }
}
.breadcrumbs ul li {
  color: #F78F00;
  font-size: 1.2rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 768px) {
  .breadcrumbs ul li {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .breadcrumbs ul li {
    font-size: 0.8571428571vw;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs ul li {
    font-size: 12px;
  }
}
.breadcrumbs ul li:after {
  content: ">";
  position: relative;
  margin: 0 4px;
}
.breadcrumbs ul li:last-child {
  color: #444444;
}
.breadcrumbs ul li:last-child:after {
  display: none;
}

.p-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-header .p-header-nameArea {
  display: block;
  width: 100%;
  font-size: 1rem;
  background-color: #FDF5E2;
  text-align: left;
}
@media (max-width: 768px) {
  .p-header .p-header-nameArea {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 769px) {
  .p-header .p-header-nameArea {
    font-size: 0.7142857143vw;
  }
}
@media (min-width: 1200px) {
  .p-header .p-header-nameArea {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-header .p-header-nameArea {
    line-height: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .p-header .p-header-nameArea {
    line-height: 1.1428571429vw;
  }
}
@media (min-width: 1200px) {
  .p-header .p-header-nameArea {
    line-height: 16px;
  }
}
@media (max-width: 768px) {
  .p-header .p-header-nameArea {
    padding-left: 3.2vw;
  }
}
@media (min-width: 769px) {
  .p-header .p-header-nameArea {
    padding-left: 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .p-header .p-header-nameArea {
    padding-left: 12px;
  }
}
.p-header .header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-header .header-logo {
  display: block;
  position: relative;
  width: 16vw;
  max-width: 246px;
}
@media (max-width: 768px) {
  .p-header .header-logo {
    padding: 6.4vw 6.4vw 6.4vw 6.4vw;
  }
}
@media (min-width: 769px) {
  .p-header .header-logo {
    padding: 1.7142857143vw 1.7142857143vw 1.7142857143vw 1.7142857143vw;
  }
}
@media (min-width: 1401px) {
  .p-header .header-logo {
    padding: 24px 24px 24px 24px;
  }
}
@media (max-width: 768px) {
  .p-header .header-logo {
    width: 44vw;
    max-width: 164px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-header .header-logo {
    padding: 3.2vw 3.2vw 3.2vw 3.2vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-header .header-logo {
    padding: 0.8571428571vw 0.8571428571vw 0.8571428571vw 0.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-header .header-logo {
    padding: 12px 12px 12px 12px;
  }
}
.p-header .header-logo__img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.p-header .header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-header .header-nav__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-header .header-nav__links.mode-guest .user {
  display: none !important;
}
.p-header .header-nav__links.mode-user .guest {
  display: none !important;
}
.p-header .header-nav__links .header-nav__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-header .header-nav__links .header-nav__text {
    padding: 3.2vw 12.8vw 3.2vw 0vw;
  }
}
@media (min-width: 769px) {
  .p-header .header-nav__links .header-nav__text {
    padding: 0.8571428571vw 3.4285714286vw 0.8571428571vw 0vw;
  }
}
@media (min-width: 1401px) {
  .p-header .header-nav__links .header-nav__text {
    padding: 12px 48px 12px 0px;
  }
}
.p-header .header-nav__links .header-nav__text .top, .p-header .header-nav__links .header-nav__text .bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.p-header .header-nav__links .header-nav__text .top__item {
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  .p-header .header-nav__links .header-nav__text .top__item {
    margin-left: 9.6vw;
  }
}
@media (min-width: 769px) {
  .p-header .header-nav__links .header-nav__text .top__item {
    margin-left: 2.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .p-header .header-nav__links .header-nav__text .top__item {
    margin-left: 36px;
  }
}
.p-header .header-nav__links .header-nav__text .top__item:first-child {
  margin-left: 0;
}
.p-header .header-nav__links .header-nav__text .top__item .top__link {
  display: block;
  position: relative;
  font-size: 1.2rem;
  color: #00C8D9;
}
@media (max-width: 768px) {
  .p-header .header-nav__links .header-nav__text .top__item .top__link {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .p-header .header-nav__links .header-nav__text .top__item .top__link {
    font-size: 0.8571428571vw;
  }
}
@media (min-width: 1200px) {
  .p-header .header-nav__links .header-nav__text .top__item .top__link {
    font-size: 12px;
  }
}
.p-header .header-nav__links .header-nav__text .bot__item {
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  .p-header .header-nav__links .header-nav__text .bot__item {
    margin-left: 8.5333333333vw;
  }
}
@media (min-width: 769px) {
  .p-header .header-nav__links .header-nav__text .bot__item {
    margin-left: 2.2857142857vw;
  }
}
@media (min-width: 1401px) {
  .p-header .header-nav__links .header-nav__text .bot__item {
    margin-left: 32px;
  }
}
.p-header .header-nav__links .header-nav__text .bot__item:first-child {
  margin-left: 0;
}
.p-header .header-nav__links .header-nav__text .bot__item .bot__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  color: #00C8D9;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-header .header-nav__links .header-nav__text .bot__item .bot__link {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .p-header .header-nav__links .header-nav__text .bot__item .bot__link {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1200px) {
  .p-header .header-nav__links .header-nav__text .bot__item .bot__link {
    font-size: 16px;
  }
}
.p-header .header-nav__links .header-nav__text .bot__item .bot__link:before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  right: 0%;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-header .header-nav__links .header-nav__text .bot__item .bot__link--keep:before {
  background-image: url("../../img/enpitta/common/icon_keep.svg");
}
.p-header .header-nav__links .header-nav__text .bot__item .bot__link--history:before {
  background-image: url("../../img/enpitta/common/icon_history.svg");
}
.p-header .header-nav__links .header-nav__text .bot__item .bot__link--message:before {
  background-image: url("../../img/enpitta/common/icon_message.svg");
}
.p-header .header-nav__links .header-nav__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-header .header-nav__links .header-nav__icon .icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-header .header-nav__links .header-nav__icon .icons .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 8.6vw;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-header .header-nav__links .header-nav__icon .icons .icon {
    width: 45px;
    border-right: solid 1px #ffffff;
  }
  .p-header .header-nav__links .header-nav__icon .icons .icon:last-child {
    border-right: 0;
  }
}
.p-header .header-nav__links .header-nav__icon .icons .icon picture {
  display: block;
  position: relative;
  width: 52%;
}
.p-header .header-nav__links .header-nav__icon .icons .icon picture img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.p-header .header-nav__links .header-nav__icon .icons .icon .icon__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.8rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-header .header-nav__links .header-nav__icon .icons .icon .icon__link {
    font-size: 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .p-header .header-nav__links .header-nav__icon .icons .icon .icon__link {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1200px) {
  .p-header .header-nav__links .header-nav__icon .icons .icon .icon__link {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-header .header-nav__links .header-nav__icon .icons .icon .icon__link {
    line-height: 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .p-header .header-nav__links .header-nav__icon .icons .icon .icon__link {
    line-height: 1.1428571429vw;
  }
}
@media (min-width: 1200px) {
  .p-header .header-nav__links .header-nav__icon .icons .icon .icon__link {
    line-height: 16px;
  }
}
.p-header .header-nav__links .header-nav__icon .icons .icon .icon__link:before {
  content: "";
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.p-header .header-nav__links .header-nav__icon .icons .icon .icon__link.icon__link--login {
  background-color: #00C8D9;
  color: #ffffff;
}
.p-header .header-nav__links .header-nav__icon .icons .icon .icon__link.icon__link--login:before {
  background-image: url("../../img/enpitta/common/icon_login.svg");
  width: 20px;
  height: 29px;
}
@media (max-width: 768px) {
  .p-header .header-nav__links .header-nav__icon .icons .icon .icon__link.icon__link--login {
    background-color: #00C8D9;
  }
}
.p-header .header-nav__links .header-nav__icon .icons .icon .icon__link.icon__link--register {
  background-color: #FFE160;
  color: #00C8D9;
}
.p-header .header-nav__links .header-nav__icon .icons .icon .icon__link.icon__link--register:before {
  background-image: url("../../img/enpitta/common/icon_register.svg");
  width: 20px;
  height: 29px;
}
.p-header .header-nav__links .header-nav__icon .icons .icon .icon__link.icon__link--keep {
  background-color: #00C8D9;
  color: #ffffff;
}
.p-header .header-nav__links .header-nav__icon .icons .icon .icon__link.icon__link--menu {
  background-color: #FFE160;
  color: #ffffff;
}
.p-header .header-nav__links .header-nav__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-header .header-nav__links .header-nav__buttons .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 12.2vw;
  max-width: 45px;
  min-height: 100%;
  border-right: solid 1px #ffffff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header .header-nav__links .header-nav__buttons .button:last-child {
  border-right: 0;
}
.p-header .header-nav__links .header-nav__buttons .button.new:after {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 2px;
  right: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  content: attr(data-number);
  min-width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px;
  font-size: 1rem;
  background-color: #E30000;
  border-radius: 10px;
  z-index: 1;
  color: #ffffff;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-header .header-nav__links .header-nav__buttons .button.new:after {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 769px) {
  .p-header .header-nav__links .header-nav__buttons .button.new:after {
    font-size: 0.7142857143vw;
  }
}
@media (min-width: 1200px) {
  .p-header .header-nav__links .header-nav__buttons .button.new:after {
    font-size: 10px;
  }
}
.p-header .header-nav__links .header-nav__buttons .button__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-header .header-nav__links .header-nav__buttons .button__link img {
  display: block;
  position: relative;
  height: auto;
}
.p-header .header-nav__links .header-nav__buttons .button__link--login {
  background-color: #00C8D9;
}
.p-header .header-nav__links .header-nav__buttons .button__link--login img {
  width: 73%;
}
.p-header .header-nav__links .header-nav__buttons .button__link--scout {
  background-color: #00C8D9;
}
.p-header .header-nav__links .header-nav__buttons .button__link--scout img {
  width: 69%;
}
.p-header .header-nav__links .header-nav__buttons .button__link--message {
  background-color: #00C8D9;
}
.p-header .header-nav__links .header-nav__buttons .button__link--message img {
  width: 85%;
}
.p-header .header-nav__links .header-nav__buttons .button__link--keep {
  background-color: #00C8D9;
}
.p-header .header-nav__links .header-nav__buttons .button__link--keep img {
  width: 54%;
}
.p-header .header-nav__links .header-nav__buttons .button__link--menu {
  background-color: #FFE160;
}
.p-header .header-nav__links .header-nav__buttons .button__link--menu img {
  width: 68.18%;
}

.p-header-form {
  height: auto !important;
  position: relative !important;
  background-color: #ffffff !important;
  min-height: 80px;
}
@media (max-width: 768px) {
  .p-header-form.p-header-form--register {
    background-color: #ECF8FA !important;
    height: 72px;
  }
}
@media (max-width: 768px) {
  .p-header-form.p-header-form--guest .p-header-form__entryTargetName {
    height: 72px;
    width: 100%;
  }
}
.p-header-form .p-header-form__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-header-form .p-header-form__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-header-form.p-header-form--user .p-header-form__message {
  display: none;
}
.p-header-form .p-header-form__entryTargetName {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  .p-header-form .p-header-form__entryTargetName {
    padding: 16px 14px;
    font-size: 1.4rem;
    line-height: 2.5714285714;
    letter-spacing: 0em;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-header-form .p-header-form__entryTargetName.large {
    padding: 4.2666666667vw 0vw 4.2666666667vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-header-form .p-header-form__entryTargetName.large {
    padding: 1.1428571429vw 0vw 1.1428571429vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-header-form .p-header-form__entryTargetName.large {
    padding: 16px 0px 16px 0px;
  }
}
.p-header-form .p-header-form__entryTargetName em {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-header-form .p-header-form__entryTargetName em {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.p-header-form .p-header-form__message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-header-form .p-header-form__message {
    padding: 16px 14px;
    background-color: #F8F6F1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.p-header-form .p-header-form__message.none {
  display: none;
}
.p-header-form .p-header-form__message p {
  display: block;
  position: relative;
  font-size: 1.1rem;
  color: #444444;
  font-weight: 400;
  margin-right: 16px;
}
@media (max-width: 768px) {
  .p-header-form .p-header-form__message p {
    font-size: 2.9333333333vw;
  }
}
@media (min-width: 769px) {
  .p-header-form .p-header-form__message p {
    font-size: 0.9285714286vw;
  }
}
@media (min-width: 1200px) {
  .p-header-form .p-header-form__message p {
    font-size: 13px;
  }
}
.p-header-form .p-header-form__message .p-header-form__loginButton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .p-header-form .p-header-form__message .p-header-form__loginButton {
    padding: 2.1333333333vw 4.2666666667vw 2.1333333333vw 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .p-header-form .p-header-form__message .p-header-form__loginButton {
    padding: 0.5714285714vw 1.1428571429vw 0.5714285714vw 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .p-header-form .p-header-form__message .p-header-form__loginButton {
    padding: 8px 16px 8px 16px;
  }
}
@media (max-width: 768px) {
  .p-header-form .p-header-form__message .p-header-form__loginButton {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .p-header-form .p-header-form__message .p-header-form__loginButton {
    font-size: 0.9285714286vw;
  }
}
@media (min-width: 1200px) {
  .p-header-form .p-header-form__message .p-header-form__loginButton {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-header-form .p-header-form__message .p-header-form__loginButton {
    padding: 0;
    width: 120px;
    height: 40px;
  }
}
.p-header-form .p-header-form__message .p-header-form__loginButton:before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  right: 0%;
  width: 12px;
  height: 18px;
  background-image: url("../../img/enpitta/common/icon_login.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 12px;
}
@media (max-width: 768px) {
  .p-header-form .p-header-form__message .p-header-form__loginButton:before {
    width: 12px;
    height: 18px;
  }
}
.p-header-form .p-header-form__title {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  .p-header-form .p-header-form__title {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: 0em;
  }
}

.p-header-user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-header-user .p-header-nameArea {
  display: block;
  width: 100%;
  font-size: 1rem;
  background-color: #FDF5E2;
  text-align: left;
}
@media (max-width: 768px) {
  .p-header-user .p-header-nameArea {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 769px) {
  .p-header-user .p-header-nameArea {
    font-size: 0.7142857143vw;
  }
}
@media (min-width: 1200px) {
  .p-header-user .p-header-nameArea {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-header-user .p-header-nameArea {
    line-height: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .p-header-user .p-header-nameArea {
    line-height: 1.1428571429vw;
  }
}
@media (min-width: 1200px) {
  .p-header-user .p-header-nameArea {
    line-height: 16px;
  }
}
@media (max-width: 768px) {
  .p-header-user .p-header-nameArea {
    padding-left: 3.2vw;
  }
}
@media (min-width: 769px) {
  .p-header-user .p-header-nameArea {
    padding-left: 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .p-header-user .p-header-nameArea {
    padding-left: 12px;
  }
}
.p-header-user .header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-header-user .header-logo {
    padding: 5.3333333333vw 0vw 5.3333333333vw 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .p-header-user .header-logo {
    padding: 1.4285714286vw 0vw 1.4285714286vw 1.4285714286vw;
  }
}
@media (min-width: 1401px) {
  .p-header-user .header-logo {
    padding: 20px 0px 20px 20px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-header-user .header-logo {
    padding: 3.2vw 3.2vw 3.2vw 3.2vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-header-user .header-logo {
    padding: 0.8571428571vw 0.8571428571vw 0.8571428571vw 0.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-header-user .header-logo {
    padding: 12px 12px 12px 12px;
  }
}
.p-header-user .header-logo a img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.p-header-user .header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  .p-header-user .header-nav {
    width: 100%;
  }
}
.p-header-user .header-nav__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-header-user .header-nav__links.pc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-header-user .header-nav__links.pc {
    padding: 4.2666666667vw 8.5333333333vw 4.2666666667vw 0vw;
  }
}
@media (min-width: 769px) {
  .p-header-user .header-nav__links.pc {
    padding: 1.1428571429vw 2.2857142857vw 1.1428571429vw 0vw;
  }
}
@media (min-width: 1401px) {
  .p-header-user .header-nav__links.pc {
    padding: 16px 32px 16px 0px;
  }
}
.p-header-user .header-nav__links.sp {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-header-user .header-nav__links.sp {
    padding: 0vw 0vw 0vw 0vw;
  }
}
@media (min-width: 769px) {
  .p-header-user .header-nav__links.sp {
    padding: 0vw 0vw 0vw 0vw;
  }
}
@media (min-width: 1401px) {
  .p-header-user .header-nav__links.sp {
    padding: 0px 0px 0px 0px;
  }
}
.p-header-user .header-nav__top, .p-header-user .header-nav__bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header-user .header-nav__top {
  color: #00C8D9;
  font-size: 1.2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .p-header-user .header-nav__top {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .p-header-user .header-nav__top {
    font-size: 0.8571428571vw;
  }
}
@media (min-width: 1200px) {
  .p-header-user .header-nav__top {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-header-user .header-nav__top {
    margin-bottom: 3.2vw;
  }
}
@media (min-width: 769px) {
  .p-header-user .header-nav__top {
    margin-bottom: 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .p-header-user .header-nav__top {
    margin-bottom: 12px;
  }
}
.p-header-user .header-nav__top-item {
  margin-right: 40px;
}
.p-header-user .header-nav__top-item:last-child {
  margin-right: 0;
}
.p-header-user .header-nav__bot {
  color: #00C8D9;
  font-size: 1.6rem;
  width: 100%;
}
@media (max-width: 768px) {
  .p-header-user .header-nav__bot {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .p-header-user .header-nav__bot {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1200px) {
  .p-header-user .header-nav__bot {
    font-size: 16px;
  }
}
.p-header-user .header-nav__bot-item {
  margin-right: 28px;
}
.p-header-user .header-nav__bot-item:last-child {
  margin-right: 0;
}
.p-header-user .header-nav__bot-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header-user .header-nav__bot-item a:before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  right: 0%;
  width: 1.6vw;
  height: 1.6vw;
  max-width: 20px;
  max-height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 768px) {
  .p-header-user .header-nav__bot-item a:before {
    margin-right: 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .p-header-user .header-nav__bot-item a:before {
    margin-right: 0.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .p-header-user .header-nav__bot-item a:before {
    margin-right: 8px;
  }
}
.p-header-user .header-nav__bot-item--keep a:before {
  background-image: url(../images/common/icon_menu_keep.svg);
}
.p-header-user .header-nav__bot-item--history a:before {
  background-image: url(../images/common/icon_menu_history.svg);
}
.p-header-user .header-nav__bot-item--message a:before {
  background-image: url(../images/common/icon_menu_message_blue.svg);
}
.p-header-user .header-nav__item {
  display: block;
  position: relative;
  width: 18%;
  height: 100%;
  border-right: solid 1px #ffffff;
}
.p-header-user .header-nav__item:last-child {
  border-right: unset;
}
@media (max-width: 768px) {
  .p-header-user .header-nav__item {
    width: 53px;
  }
}
.p-header-user .header-nav__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.8rem;
  color: #ffffff;
}
@media (max-width: 768px) {
  .p-header-user .header-nav__item a {
    font-size: 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .p-header-user .header-nav__item a {
    font-size: 0.5714285714vw;
  }
}
@media (min-width: 1200px) {
  .p-header-user .header-nav__item a {
    font-size: 8px;
  }
}
@media (max-width: 768px) {
  .p-header-user .header-nav__item a {
    line-height: 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .p-header-user .header-nav__item a {
    line-height: 0.5714285714vw;
  }
}
@media (min-width: 1200px) {
  .p-header-user .header-nav__item a {
    line-height: 8px;
  }
}
.p-header-user .header-nav__item a:before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  right: 0%;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 768px) {
  .p-header-user .header-nav__item a:before {
    margin-bottom: 1.6vw;
  }
}
@media (min-width: 769px) {
  .p-header-user .header-nav__item a:before {
    margin-bottom: 0.4285714286vw;
  }
}
@media (min-width: 1401px) {
  .p-header-user .header-nav__item a:before {
    margin-bottom: 6px;
  }
}
.p-header-user .header-nav__item--scout {
  position: relative;
  background-color: #00C8D9;
}
.p-header-user .header-nav__item--scout:before {
  background-image: url(../images/common/icon_menu_scout.svg);
}
.p-header-user .header-nav__item--message {
  position: relative;
  background-color: #00C8D9;
}
.p-header-user .header-nav__item--message:before {
  background-image: url(../images/common/icon_menu_message.svg);
}
.p-header-user .header-nav__item--keep {
  position: relative;
  background-color: #00C8D9;
}
.p-header-user .header-nav__item--keep:before {
  background-image: url(../images/common/icon_menu_keep2.svg);
}
.p-header-user .header-nav__item--menu {
  position: relative;
  background-color: #FFE160;
}
.p-header-user .header-nav__item--menu:before {
  background-image: url(../images/common/icon_menu_humberger.svg);
}

.p-footer .p-footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 42px 0 52px;
}
@media (max-width: 768px) {
  .p-footer .p-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0 48px;
    row-gap: 26px;
  }
}
.p-footer .p-footer-logo {
  width: 200px;
  position: relative;
  margin-bottom: 42px;
}
@media (max-width: 768px) {
  .p-footer .p-footer-logo {
    width: 140px;
  }
}
.p-footer .p-footer-relation .p-footer-relation__title {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .p-footer .p-footer-relation .p-footer-relation__title {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    letter-spacing: 0em;
  }
}
.p-footer .p-footer-relation .p-footer-relation__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}
.p-footer .p-footer-relation .p-footer-relation__wrap .p-footer-relation__link {
  position: relative;
  display: block;
}
.p-footer .p-footer-relation .p-footer-relation__wrap .p-footer-relation__link span {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
}
.p-footer .p-footer-relation .p-footer-relation__wrap .p-footer-relation__link img {
  width: 150px;
}
.p-footer .p-footer-cop {
  display: block;
  position: relative;
  width: 100%;
  font-size: 1.1rem;
  color: #ffffff;
  background-color: #00C8D9;
  text-align: center;
}
@media (max-width: 768px) {
  .p-footer .p-footer-cop {
    padding: 6.4vw 0vw 6.4vw 0vw;
  }
}
@media (min-width: 769px) {
  .p-footer .p-footer-cop {
    padding: 1.7142857143vw 0vw 1.7142857143vw 0vw;
  }
}
@media (min-width: 1401px) {
  .p-footer .p-footer-cop {
    padding: 24px 0px 24px 0px;
  }
}
@media (max-width: 768px) {
  .p-footer .p-footer-cop {
    font-size: 2.9333333333vw;
  }
}
@media (min-width: 769px) {
  .p-footer .p-footer-cop {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .p-footer .p-footer-cop {
    font-size: 14px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-footer .p-footer-cop {
    padding: 4.2666666667vw 0vw 4.2666666667vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-footer .p-footer-cop {
    padding: 1.1428571429vw 0vw 1.1428571429vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-footer .p-footer-cop {
    padding: 16px 0px 16px 0px;
  }
}
.p-footer .p-footer__loginButton {
  background-color: #ffffff;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  width: 240px;
  height: 44px;
}

#footer .container .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 98%;
  margin: 0 auto;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  #footer .container .wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #footer .container .wrap {
    padding: 13.3333333333vw 0vw 13.3333333333vw 0vw;
  }
}
@media (min-width: 769px) {
  #footer .container .wrap {
    padding: 0vw 0vw 3.5714285714vw 0vw;
  }
}
@media (min-width: 1401px) {
  #footer .container .wrap {
    padding: 50px 0px 50px 0px;
  }
}
@media (max-width: 768px) {
  #footer .container .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
#footer .container .wrap h2 {
  display: block;
  position: relative;
  width: 210px;
}
@media (max-width: 768px) {
  #footer .container .wrap h2 {
    width: 50%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  #footer .container .wrap h2 {
    margin-bottom: 7.4666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  #footer .container .wrap h2 {
    margin-bottom: 2vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  #footer .container .wrap h2 {
    margin-bottom: 28px;
  }
}
#footer .container .wrap h2 img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
#footer .container .wrap .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 36%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  #footer .container .wrap .links {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #footer .container .wrap .links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#footer .container .wrap .links .link {
  display: block;
}
@media (max-width: 768px) {
  #footer .container .wrap .links .link {
    margin-bottom: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  #footer .container .wrap .links .link {
    margin-bottom: 1vw;
  }
}
@media (min-width: 1401px) {
  #footer .container .wrap .links .link {
    margin-bottom: 14px;
  }
}
@media (max-width: 768px) {
  #footer .container .wrap .links .link {
    width: 50%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  #footer .container .wrap .links .link {
    margin-bottom: 2.1333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  #footer .container .wrap .links .link {
    margin-bottom: 0.5714285714vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  #footer .container .wrap .links .link {
    margin-bottom: 8px;
  }
}
#footer .container .wrap .links .link a {
  color: #444444;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  #footer .container .wrap .links .link a {
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 769px) {
  #footer .container .wrap .links .link a {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  #footer .container .wrap .links .link a {
    font-size: 14px;
  }
}
#footer .container .wrap .login {
  margin-top: auto;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  #footer .container .wrap .login {
    font-size: 4vw;
  }
}
@media (min-width: 769px) {
  #footer .container .wrap .login {
    font-size: 1.0714285714vw;
  }
}
@media (min-width: 1200px) {
  #footer .container .wrap .login {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  #footer .container .wrap .login {
    padding: 2.1333333333vw 7.4666666667vw 2.1333333333vw 7.4666666667vw;
  }
}
@media (min-width: 769px) {
  #footer .container .wrap .login {
    padding: 0.5714285714vw 2vw 0.5714285714vw 2vw;
  }
}
@media (min-width: 1401px) {
  #footer .container .wrap .login {
    padding: 8px 28px 8px 28px;
  }
}

.p-front .p-front-mv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 318px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-front .p-front-mv {
    height: 355px;
  }
}
@media (max-width: 1024px) {
  .p-front .p-front-mv {
    height: 355px;
  }
}
@media (min-width: 1440px) {
  .p-front .p-front-mv {
    height: 430px;
  }
}
.p-front .p-front-mv .p-front-mv__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .p-front .p-front-mv .p-front-mv__box {
    z-index: 10;
  }
}
.p-front .p-front-mv .p-front-mv__box .p-front-mv__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.p-front .p-front-mv .p-front-mv__box .p-front-mv__title .p-front-mv__siteName {
  display: block;
  position: relative;
  font-size: 4rem;
  line-height: 1.35;
  letter-spacing: 0.12em;
  font-weight: 700;
  margin-bottom: 30px;
  color: #F78F00;
}
@media (max-width: 768px) {
  .p-front .p-front-mv .p-front-mv__box .p-front-mv__title .p-front-mv__siteName {
    font-size: 1.6rem;
    line-height: 0.875;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
  }
}
.p-front .p-front-mv .p-front-mv__box .p-front-mv__title .p-front-mv__image {
  position: relative;
  width: 186px;
  margin-bottom: 14px;
}
@media (max-width: 1024px) {
  .p-front .p-front-mv .p-front-mv__box .p-front-mv__title .p-front-mv__image {
    width: 120px;
    margin-bottom: 14px;
  }
}
.p-front .p-front-mv .p-front-mv__box .p-front-mv__title .p-front-mv__catchCopy {
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
  color: #00C8D9;
}
@media (max-width: 1024px) {
  .p-front .p-front-mv .p-front-mv__box .p-front-mv__title .p-front-mv__catchCopy {
    margin-bottom: 4px;
    font-size: 1.2rem;
    line-height: 1.1666666667;
    letter-spacing: 0em;
  }
}
.p-front .p-front-mv .p-front-mv__box .p-front-mv__title .p-front-mv__text {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-weight: 500;
  color: #00C8D9;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-front .p-front-mv .p-front-mv__box .p-front-mv__title .p-front-mv__text {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0em;
    text-align: center;
  }
}
.p-front .p-front-mv .p-front-mv__box .p-front-mv__title .p-front-mv__text b {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0em;
}
@media (max-width: 1024px) {
  .p-front .p-front-mv .p-front-mv__box .p-front-mv__title .p-front-mv__text b {
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.p-front .p-front-mv .p-front-mv__box .p-front-mv__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  z-index: 1;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .p-front .p-front-mv .p-front-mv__box .p-front-mv__buttons {
    margin-top: 8px;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
}
.p-front .p-front-mv .p-front-mv__box .p-front-mv__buttons li {
  display: block;
  position: relative;
}
.p-front .p-front-mv .p-front-mv__box .p-front-mv__buttons .p-front-mv__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0em;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .p-front .p-front-mv .p-front-mv__box .p-front-mv__buttons .p-front-mv__button {
    width: 132px;
    height: 48px;
    font-size: 1.5rem;
    line-height: 1.4666666667;
    letter-spacing: 0em;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    filter: drop-shadow(3px 3px 0px rgba(0,0,0,0.15));
  }
}
.p-front .p-front-mv .p-front-mv__box .p-front-mv__buttons .p-front-mv__button.p-front-mv__button--register {
  color: #00C8D9;
}
.p-front .p-front-mv .p-front-mv__box .p-front-mv__buttons .p-front-mv__button.p-front-mv__button--register:before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  right: 0%;
  width: 24px;
  height: 32px;
  background-image: url("../../img/enpitta/common/icon_register.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 768px) {
  .p-front .p-front-mv .p-front-mv__box .p-front-mv__buttons .p-front-mv__button.p-front-mv__button--register:before {
    width: 16px;
    height: 22px;
  }
}
.p-front .p-front-mv .p-front-mv__box .p-front-mv__buttons .p-front-mv__button.p-front-mv__button--login {
  color: #ffffff;
}
.p-front .p-front-mv .p-front-mv__box .p-front-mv__buttons .p-front-mv__button.p-front-mv__button--login:before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  right: 0%;
  width: 20px;
  height: 28px;
  background-image: url("../../img/enpitta/common/icon_login.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 768px) {
  .p-front .p-front-mv .p-front-mv__box .p-front-mv__buttons .p-front-mv__button.p-front-mv__button--login:before {
    width: 12px;
    height: 17px;
  }
}
.p-front .p-front-mv .p-front-mv__image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .p-front .p-front-mv .p-front-mv__image {
    position: absolute;
    top: 0;
    left: 0%;
    height: 100%;
  }
}
.p-front .p-front-mv .p-front-mv__image img {
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
.p-front .p-front-search {
  display: block;
  position: relative;
  width: 100%;
  background-color: #FDF5E2;
  padding: 44px 0;
}
@media (max-width: 768px) {
  .p-front .p-front-search {
    padding: 32px 0;
  }
}
.p-front .p-front-search .p-front-search__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 94%;
  margin: 0 auto;
}
.p-front .p-front-search .p-front-search__container .p-front-search__content {
  display: block;
  position: relative;
  width: 770px;
}
@media (max-width: 768px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content {
    margin-bottom: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content {
    margin-bottom: 1.4285714286vw;
  }
}
@media (min-width: 1401px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content {
    width: 100%;
  }
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border-radius: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  padding: 12px 18px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__box {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0em;
    padding: 8px 12px;
  }
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #D5C9B1;
  padding: 20px 0;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 768px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea {
    margin-bottom: 5.3333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea {
    margin-bottom: 1.4285714286vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea {
    margin-bottom: 20px;
  }
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  border: solid 1px #AA9A81;
  border-radius: 8px;
  width: 220px;
  height: 48px;
  background-color: #FFFAEF;
}
@media (max-width: 768px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__toggle {
    width: 148px;
    height: 40px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__toggle {
    margin-bottom: 2.1333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__toggle {
    margin-bottom: 0.5714285714vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__toggle {
    margin-bottom: 8px;
  }
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__toggle .p-front-search__toggleButton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  color: #AA9A81;
  font-size: 1.4rem;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 50%;
  height: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__toggle .p-front-search__toggleButton {
    font-size: 12px;
  }
}
@media (min-width: 769px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__toggle .p-front-search__toggleButton {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__toggle .p-front-search__toggleButton {
    font-size: 16px;
  }
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__toggle .p-front-search__toggleButton.select {
  background-color: #F78F00;
  color: #ffffff;
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__address, .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__station {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 460px;
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__address, .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__station {
    width: 100%;
  }
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__address.view, .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__station.view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
}
@media (max-width: 768px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__address {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__address .p-front-search__pref:before, .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__address .p-front-search__city:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: rotate(45deg) translate(0%, -50%);
          transform: rotate(45deg) translate(0%, -50%);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  height: 8px;
  width: 8px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  pointer-events: none;
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__address .p-front-search__pref {
  color: #F78F00;
  width: 155px;
}
@media (max-width: 768px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__address .p-front-search__pref {
    width: 108px;
  }
}
@media (max-width: 768px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__address .p-front-search__pref__selector {
    padding: 3.2vw 21.3333333333vw 3.2vw 3.2vw;
  }
}
@media (min-width: 769px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__address .p-front-search__pref__selector {
    padding: 0.8571428571vw 5.7142857143vw 0.8571428571vw 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__address .p-front-search__pref__selector {
    padding: 12px 80px 12px 12px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__address .p-front-search__pref__selector {
    padding: 3.2vw 3.2vw 3.2vw 3.2vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__address .p-front-search__pref__selector {
    padding: 0.8571428571vw 0.8571428571vw 0.8571428571vw 0.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__address .p-front-search__pref__selector {
    padding: 12px 12px 12px 12px;
  }
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__address .p-front-search__city {
  color: #C4C4C4;
  width: 292px;
}
@media (max-width: 768px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__address .p-front-search__city {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (max-width: 768px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__address .p-front-search__city__selector {
    padding: 3.2vw 32vw 3.2vw 3.2vw;
  }
}
@media (min-width: 769px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__address .p-front-search__city__selector {
    padding: 0.8571428571vw 8.5714285714vw 0.8571428571vw 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__address .p-front-search__city__selector {
    padding: 12px 120px 12px 12px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__address .p-front-search__city__selector {
    padding: 3.2vw 3.2vw 3.2vw 3.2vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__address .p-front-search__city__selector {
    padding: 0.8571428571vw 0.8571428571vw 0.8571428571vw 0.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__address .p-front-search__city__selector {
    padding: 12px 12px 12px 12px;
  }
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__station {
  background-color: #ffffff;
  border: solid 1px #ffffff;
  border-radius: 8px;
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__station input {
  width: 100%;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__station input {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__station input {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1200px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__station input {
    font-size: 16px;
  }
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__station input::-webkit-input-placeholder {
  color: #82A2B2;
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__station input::-moz-placeholder {
  color: #82A2B2;
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__station input:-ms-input-placeholder {
  color: #82A2B2;
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__station input::-ms-input-placeholder {
  color: #82A2B2;
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__station input::placeholder {
  color: #82A2B2;
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__station .select2-container {
  background-color: #ffffff;
  line-height: normal;
  text-align: left;
  width: 100% !important;
  border-radius: 8px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__station .select2-container {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__station .select2-container {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1200px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__station .select2-container {
    font-size: 16px;
  }
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__station .select2-container::-webkit-input-placeholder {
  color: #B9B9B9;
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__station .select2-container::-moz-placeholder {
  color: #B9B9B9;
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__station .select2-container:-ms-input-placeholder {
  color: #B9B9B9;
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__station .select2-container::-ms-input-placeholder {
  color: #B9B9B9;
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__station .select2-container::placeholder {
  color: #B9B9B9;
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__station .select2-container .select2-selection--single {
  background-color: inherit;
  border: inherit;
  border-radius: inherit;
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__station .select2-container .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__station .select2-container.select2-container--disabled {
  background-color: #B9B9B9;
  cursor: not-allowed;
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__erea .p-front-search__station .select2-container.select2-container--disabled .select2-selection {
  cursor: not-allowed;
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__conditions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 8px;
}
@media (max-width: 768px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__conditions {
    padding: 0 0 6px;
  }
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__conditions .p-front-search__condition {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 49.5%;
  border-radius: 8px;
  background-color: #ffffff;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__conditions .p-front-search__condition {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__conditions .p-front-search__condition {
    margin-bottom: 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__conditions .p-front-search__condition {
    margin-bottom: 0.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__conditions .p-front-search__condition {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__conditions .p-front-search__condition {
    padding: 3.7333333333vw 3.7333333333vw 3.7333333333vw 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__conditions .p-front-search__condition {
    padding: 1vw 1vw 1vw 1vw;
  }
}
@media (min-width: 1401px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__conditions .p-front-search__condition {
    padding: 14px 14px 14px 14px;
  }
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__conditions .p-front-search__condition .selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #F78F00;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__conditions .p-front-search__condition .selector:before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 12px;
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__conditions .p-front-search__condition .selector.job-category:before {
  height: 24px;
  width: 22px;
  background-image: url("../../img/enpitta/common/icon_condition_type.svg");
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__conditions .p-front-search__condition .selector.facility:before {
  height: 24px;
  width: 22px;
  background-image: url("../../img/enpitta/common/icon_house.svg");
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__conditions .p-front-search__condition .selector.salary:before {
  height: 26px;
  width: 20px;
  background-image: url("../../img/enpitta/common/icon_note.svg");
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__conditions .p-front-search__condition .selector span {
  display: block;
  position: absolute;
  right: 0%;
  font-size: 1.2rem;
  font-weight: 400;
  color: #82A2B2;
}
@media (max-width: 768px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__conditions .p-front-search__condition .selector span {
    font-size: 12px;
  }
}
@media (min-width: 769px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__conditions .p-front-search__condition .selector span {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__conditions .p-front-search__condition .selector span {
    font-size: 14px;
  }
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__keyword {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 48px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #FFFAEF;
  border: solid 1px #AA9A81;
  border-radius: 8px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 26px;
  padding: 12px 18px;
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__keyword:before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 16px;
  width: 16px;
  background-image: url("../../img/enpitta/common/icon_search.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  margin-right: 8px;
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__keyword input {
  width: 100%;
  height: 100%;
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__keyword input::-webkit-input-placeholder {
  color: #AA9A81;
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__keyword input::-moz-placeholder {
  color: #AA9A81;
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__keyword input:-ms-input-placeholder {
  color: #AA9A81;
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__keyword input::-ms-input-placeholder {
  color: #AA9A81;
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__keyword input::placeholder {
  color: #AA9A81;
}
.p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 295px;
  height: 56px;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__submit {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__submit {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__submit {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-front .p-front-search .p-front-search__container .p-front-search__content .p-front-search__submit {
    width: 226px;
    height: 40px;
  }
}
.p-front .p-front-result {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .p-front .p-front-result {
    margin-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .front #result {
    padding: 13.8666666667vw 0vw 0vw 0vw;
  }
}
@media (min-width: 769px) {
  .front #result {
    padding: 3.7142857143vw 0vw 0vw 0vw;
  }
}
@media (min-width: 1401px) {
  .front #result {
    padding: 52px 0px 0px 0px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .front #result {
    padding: 8.5333333333vw 0vw 0vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .front #result {
    padding: 2.2857142857vw 0vw 0vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .front #result {
    padding: 32px 0px 0px 0px;
  }
}
.front #result .container header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .front #result .container header {
    margin-bottom: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .front #result .container header {
    margin-bottom: 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .front #result .container header {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .front #result .container header {
    margin-bottom: 3.2vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .front #result .container header {
    margin-bottom: 0.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .front #result .container header {
    margin-bottom: 12px;
  }
}
.front #result .container header .result-number {
  position: relative;
  font-size: 1.2rem;
  color: #444444;
}
@media (max-width: 768px) {
  .front #result .container header .result-number {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .front #result .container header .result-number {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .front #result .container header .result-number {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .front #result .container header .result-number {
    line-height: 3.2vw;
  }
}
@media (min-width: 769px) {
  .front #result .container header .result-number {
    line-height: 1vw;
  }
}
@media (min-width: 1200px) {
  .front #result .container header .result-number {
    line-height: 14px;
  }
}
.front #result .container header .result-number em {
  font-size: 2em;
  color: #00C8D9;
  vertical-align: text-top;
  margin-left: 16px;
}
@media (max-width: 768px) {
  .front #result .container header .result-number em {
    margin-left: 8px;
  }
}
.front #result .container header .sort-wrap {
  position: relative;
}
.front #result .container header .sort-wrap .sort {
  color: #00C8D9;
  font-size: 1.2rem;
  border: solid 1px #00C8D9;
  border-radius: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .front #result .container header .sort-wrap .sort {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .front #result .container header .sort-wrap .sort {
    font-size: 1.0714285714vw;
  }
}
@media (min-width: 1200px) {
  .front #result .container header .sort-wrap .sort {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .front #result .container header .sort-wrap .sort {
    padding: 2.1333333333vw 21.3333333333vw 2.1333333333vw 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .front #result .container header .sort-wrap .sort {
    padding: 0.5714285714vw 5.7142857143vw 0.5714285714vw 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .front #result .container header .sort-wrap .sort {
    padding: 8px 80px 8px 16px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .front #result .container header .sort-wrap .sort {
    padding: 1.0666666667vw 16vw 1.0666666667vw 3.2vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .front #result .container header .sort-wrap .sort {
    padding: 0.2857142857vw 4.2857142857vw 0.2857142857vw 0.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .front #result .container header .sort-wrap .sort {
    padding: 4px 60px 4px 12px;
  }
}
.front #result .container header .sort-wrap span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0%;
  height: 100%;
  width: 36px;
  background-color: #00C8D9;
  background-image: url(../images/common/arrow_down_w.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0 8px 8px 0;
  pointer-events: none;
}
.front #result .container .search-result-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .front #result .container .search-result-list .result-item {
    margin-bottom: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .front #result .container .search-result-list .result-item {
    margin-bottom: 1.4285714286vw;
  }
}
@media (min-width: 1401px) {
  .front #result .container .search-result-list .result-item {
    margin-bottom: 20px;
  }
}
.front #result .container .search-result-list .result-item:last-child {
  margin-bottom: 0;
}
.front .p-front-footer {
  position: relative;
  padding: 32px 0 38px;
}
@media (max-width: 768px) {
  .front .p-front-footer {
    padding: 50px 0 62px 0;
  }
}
.front .p-front-footer .p-front-footer__container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.front .p-front-footer .p-front-footer__bunner {
  width: 700px;
  position: relative;
  margin-bottom: 42px;
}
@media (max-width: 768px) {
  .front .p-front-footer .p-front-footer__bunner {
    width: 100%;
    margin-bottom: 16px;
  }
}
.front .p-front-footer .p-front-footer__register {
  position: relative;
  width: 100%;
}
.front .p-front-footer .p-front-footer__registerButton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100px;
  color: #00C8D9;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  -webkit-column-gap: 34px;
     -moz-column-gap: 34px;
          column-gap: 34px;
}
@media (max-width: 768px) {
  .front .p-front-footer .p-front-footer__registerButton {
    height: 72px;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0em;
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
  }
}
.front .p-front-footer .p-front-footer__registerButton:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 52px;
  background-image: url("../../img/enpitta/common/icon_register.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 768px) {
  .front .p-front-footer .p-front-footer__registerButton:before {
    width: 32px;
    height: 42px;
  }
}
.front .p-front-news {
  display: block;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .front .p-front-news {
    padding: 21.3333333333vw 0vw 21.3333333333vw 0vw;
  }
}
@media (min-width: 769px) {
  .front .p-front-news {
    padding: 5.7142857143vw 0vw 5.7142857143vw 0vw;
  }
}
@media (min-width: 1401px) {
  .front .p-front-news {
    padding: 80px 0px 80px 0px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .front .p-front-news {
    padding: 12.8vw 0vw 12.8vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .front .p-front-news {
    padding: 3.4285714286vw 0vw 3.4285714286vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .front .p-front-news {
    padding: 48px 0px 48px 0px;
  }
}
.front .p-front-news .container .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 84%;
  margin: 0 auto;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .front .p-front-news .container .content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .front .p-front-news .container .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.front .p-front-news .container .content .titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.front .p-front-news .container .content .titles .p-front-news__title {
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 768px) and (max-width: 768px) {
  .front .p-front-news .container .content .titles .p-front-news__title {
    margin-bottom: 5.3333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .front .p-front-news .container .content .titles .p-front-news__title {
    margin-bottom: 1.4285714286vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .front .p-front-news .container .content .titles .p-front-news__title {
    margin-bottom: 20px;
  }
}
.front .p-front-news .container .content .titles .p-front-news__more {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 700;
  width: 152px;
  height: 52px;
}
.front .p-front-news .container .content .wrap {
  display: block;
  position: relative;
  width: 64%;
  width: 64%;
}
@media (max-width: 768px) {
  .front .p-front-news .container .content .wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .front .p-front-news .container .content .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.front .p-front-news .container .content .wrap .more {
  background-color: #00C8D9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .front .p-front-news .container .content .wrap .more {
    padding: 2.1333333333vw 4.2666666667vw 2.1333333333vw 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .front .p-front-news .container .content .wrap .more {
    padding: 0.5714285714vw 1.1428571429vw 0.5714285714vw 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .front .p-front-news .container .content .wrap .more {
    padding: 8px 16px 8px 16px;
  }
}
@media (max-width: 768px) {
  .front .p-front-news .container .content .wrap .more {
    width: 44.8%;
    margin: 0 auto;
  }
}
.front .p-front-news .container .content .wrap .list {
  display: block;
  position: relative;
}
@media (max-width: 768px) and (max-width: 768px) {
  .front .p-front-news .container .content .wrap .list {
    margin-bottom: 7.4666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .front .p-front-news .container .content .wrap .list {
    margin-bottom: 2vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .front .p-front-news .container .content .wrap .list {
    margin-bottom: 28px;
  }
}
.front .p-front-news .container .content .wrap .list .item {
  display: block;
  position: relative;
  border-bottom: solid 1px #D9D9D9;
}
@media (max-width: 768px) {
  .front .p-front-news .container .content .wrap .list .item {
    margin-bottom: 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .front .p-front-news .container .content .wrap .list .item {
    margin-bottom: 0.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .front .p-front-news .container .content .wrap .list .item {
    margin-bottom: 8px;
  }
}
.front .p-front-news .container .content .wrap .list .item article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.front .p-front-news .container .content .wrap .list .item article time {
  color: #444444;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .front .p-front-news .container .content .wrap .list .item article time {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .front .p-front-news .container .content .wrap .list .item article time {
    font-size: 1.0714285714vw;
  }
}
@media (min-width: 1200px) {
  .front .p-front-news .container .content .wrap .list .item article time {
    font-size: 15px;
  }
}
.front .p-front-news .container .content .wrap .list .item article time.new:after {
  content: "NEW";
  color: #00C8D9;
  position: relative;
  margin-left: 8px;
}
.front .p-front-news .container .content .wrap .list .item article .p-front-news__articleTitle {
  color: #F78F00;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .front .p-front-news .container .content .wrap .list .item article .p-front-news__articleTitle {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .front .p-front-news .container .content .wrap .list .item article .p-front-news__articleTitle {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1200px) {
  .front .p-front-news .container .content .wrap .list .item article .p-front-news__articleTitle {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .front .p-front-news .container .content .wrap .list .item article .p-front-news__articleTitle {
    padding: 1.0666666667vw 0vw 3.2vw 0vw;
  }
}
@media (min-width: 769px) {
  .front .p-front-news .container .content .wrap .list .item article .p-front-news__articleTitle {
    padding: 0.2857142857vw 0vw 0.8571428571vw 0vw;
  }
}
@media (min-width: 1401px) {
  .front .p-front-news .container .content .wrap .list .item article .p-front-news__articleTitle {
    padding: 4px 0px 12px 0px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .front .p-front-news .container .content .wrap .list .item article .p-front-news__articleTitle {
    padding: 0.2666666667vw 0vw 2.1333333333vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .front .p-front-news .container .content .wrap .list .item article .p-front-news__articleTitle {
    padding: 0.0714285714vw 0vw 0.5714285714vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .front .p-front-news .container .content .wrap .list .item article .p-front-news__articleTitle {
    padding: 1px 0px 8px 0px;
  }
}
.front .modals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.front .modals.open {
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
}
.front .modals .field {
  display: block;
  position: relative;
  width: 45%;
  background-color: #ffffff;
  border-radius: 8px;
  height: 70%;
}
@media (max-width: 768px) {
  .front .modals .field {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .front .modals .field {
    height: 80%;
  }
}
.front .modals .field .modal-close-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(25%, -25%);
          transform: translate(25%, -25%);
  z-index: 200;
  width: 44px;
  height: 44px;
}
.front .modals .field .modal-close-button img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.front .modals .field .content {
  display: block;
  position: relative;
  width: 100%;
  overflow-y: scroll;
  height: 100%;
}
@media (max-width: 768px) {
  .front .modals .field .content {
    padding: 10.6666666667vw 5.3333333333vw 10.6666666667vw 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .front .modals .field .content {
    padding: 2.8571428571vw 1.4285714286vw 2.8571428571vw 1.4285714286vw;
  }
}
@media (min-width: 1401px) {
  .front .modals .field .content {
    padding: 40px 20px 40px 20px;
  }
}
.front .modals .field .content .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 80%;
}
@media (max-width: 768px) {
  .front .modals .field .content .title {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .front .modals .field .content .title {
    margin: 0vw auto 10.6666666667vw auto;
  }
}
@media (min-width: 769px) {
  .front .modals .field .content .title {
    margin: 0vw auto 2.8571428571vw auto;
  }
}
@media (min-width: 1401px) {
  .front .modals .field .content .title {
    margin: 0px auto 40px auto;
  }
}
.front .modals .field .content .title h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .front .modals .field .content .title h4 {
    font-size: 5.8666666667vw;
  }
}
@media (min-width: 769px) {
  .front .modals .field .content .title h4 {
    font-size: 1.5714285714vw;
  }
}
@media (min-width: 1200px) {
  .front .modals .field .content .title h4 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .front .modals .field .content .title h4 {
    line-height: 9.6vw;
  }
}
@media (min-width: 769px) {
  .front .modals .field .content .title h4 {
    line-height: 2.5714285714vw;
  }
}
@media (min-width: 1200px) {
  .front .modals .field .content .title h4 {
    line-height: 36px;
  }
}
.front .modals .field .content .title h4:before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  background-image: url(/img/enpitta/common/icon_condition_type.svg);
  margin-right: 8px;
  -webkit-transform: translateY(8%);
          transform: translateY(8%);
}
@media (max-width: 768px) {
  .front .modals .field .content .title h4:before {
    line-height: 9.6vw;
  }
}
@media (min-width: 769px) {
  .front .modals .field .content .title h4:before {
    line-height: 2.5714285714vw;
  }
}
@media (min-width: 1200px) {
  .front .modals .field .content .title h4:before {
    line-height: 36px;
  }
}
.front .modals .field .content .title span {
  color: #FF8A00;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .front .modals .field .content .title span {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .front .modals .field .content .title span {
    font-size: 0.8571428571vw;
  }
}
@media (min-width: 1200px) {
  .front .modals .field .content .title span {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .front .modals .field .content .title span {
    margin-left: 3.2vw;
  }
}
@media (min-width: 769px) {
  .front .modals .field .content .title span {
    margin-left: 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .front .modals .field .content .title span {
    margin-left: 12px;
  }
}
.front .modals .field .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 80%;
}
@media (max-width: 768px) {
  .front .modals .field .content ul {
    margin: 0vw auto 10.6666666667vw auto;
  }
}
@media (min-width: 769px) {
  .front .modals .field .content ul {
    margin: 0vw auto 2.8571428571vw auto;
  }
}
@media (min-width: 1401px) {
  .front .modals .field .content ul {
    margin: 0px auto 40px auto;
  }
}
@media (max-width: 768px) {
  .front .modals .field .content ul {
    width: 100%;
  }
}
.front .modals .field .content ul li {
  width: 48.2%;
}
@media (max-width: 768px) {
  .front .modals .field .content ul li {
    margin-bottom: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .front .modals .field .content ul li {
    margin-bottom: 1.4285714286vw;
  }
}
@media (min-width: 1401px) {
  .front .modals .field .content ul li {
    margin-bottom: 20px;
  }
}
.front .modals .field .content ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.2rem;
  color: #444444;
  border-radius: 8px;
  background-color: #ffffff;
  border: solid 1px #E6E6E6;
}
@media (max-width: 768px) {
  .front .modals .field .content ul li a {
    padding: 3.2vw 2vw 3.2vw 2vw;
  }
}
@media (min-width: 769px) {
  .front .modals .field .content ul li a {
    padding: 0.8571428571vw 1vw 0.8571428571vw 1vw;
  }
}
@media (min-width: 1401px) {
  .front .modals .field .content ul li a {
    padding: 12px 5px 12px 5px;
  }
}
@media (max-width: 768px) {
  .front .modals .field .content ul li a {
    font-size: 2.8vw;
  }
}
@media (min-width: 769px) {
  .front .modals .field .content ul li a {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1200px) {
  .front .modals .field .content ul li a {
    font-size: 14px;
  }
}
.front .modals .field .content ul li a.select {
  color: #ffffff;
  background-color: #00C8D9;
  border: solid 1px #00C8D9;
}
.front .modals .field .content .buttons {
  display: block;
  position: relative;
}
.front .modals .field .content .buttons ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.front .modals .field .content .buttons ul li {
  width: 48.2%;
}
.front .modals .field .content .buttons ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.2rem;
  border-radius: 60px;
}
@media (max-width: 768px) {
  .front .modals .field .content .buttons ul li a {
    padding: 3.2vw 0vw 3.2vw 0vw;
  }
}
@media (min-width: 769px) {
  .front .modals .field .content .buttons ul li a {
    padding: 0.8571428571vw 0vw 0.8571428571vw 0vw;
  }
}
@media (min-width: 1401px) {
  .front .modals .field .content .buttons ul li a {
    padding: 12px 0px 12px 0px;
  }
}
@media (max-width: 768px) {
  .front .modals .field .content .buttons ul li a {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .front .modals .field .content .buttons ul li a {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1200px) {
  .front .modals .field .content .buttons ul li a {
    font-size: 16px;
  }
}
.front .modals .field .content .buttons ul li a.set {
  color: #ffffff;
  background-color: #00C8D9;
  border: solid 1px #00C8D9;
}
.front .modals .field .content .buttons ul li a.reset {
  color: #00C8D9;
  background-color: #ffffff;
  border: solid 1px #00C8D9;
}

.news .main-message {
  display: block;
  position: relative;
  width: 100%;
  background-color: #E8F5FC;
}
@media (max-width: 768px) {
  .news .main-message {
    padding: 6.4vw 0vw 6.4vw 0vw;
  }
}
@media (min-width: 769px) {
  .news .main-message {
    padding: 1.7142857143vw 0vw 1.7142857143vw 0vw;
  }
}
@media (min-width: 1401px) {
  .news .main-message {
    padding: 24px 0px 24px 0px;
  }
}
.news .main-message h2 {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .news .main-message h2 {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .news .main-message h2 {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1200px) {
  .news .main-message h2 {
    font-size: 16px;
  }
}
.news .main-message time {
  color: #444444;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .news .main-message time {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .news .main-message time {
    font-size: 1.0714285714vw;
  }
}
@media (min-width: 1200px) {
  .news .main-message time {
    font-size: 15px;
  }
}
.news .main-message time.new:after {
  content: "NEW";
  color: #FF8A00;
  position: relative;
  margin-left: 8px;
}
@media (max-width: 768px) {
  .news .news-field {
    padding: 16vw 0vw 0vw 0vw;
  }
  .news .news-field .sub-container {
    width: 90%;
  }
}
@media (min-width: 769px) {
  .news .news-field {
    padding: 4.2857142857vw 0vw 0vw 0vw;
  }
}
@media (min-width: 1401px) {
  .news .news-field {
    padding: 60px 0px 0px 0px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .news .news-field {
    padding: 0vw 0vw 0vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .news .news-field {
    padding: 0vw 0vw 0vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .news .news-field {
    padding: 0px 0px 0px 0px;
  }
}
@media (max-width: 768px) {
  .news .news-field.article {
    padding: 16vw 0vw 16vw 0vw;
  }
}
@media (min-width: 769px) {
  .news .news-field.article {
    padding: 4.2857142857vw 0vw 4.2857142857vw 0vw;
  }
}
@media (min-width: 1401px) {
  .news .news-field.article {
    padding: 60px 0px 60px 0px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .news .news-field.article {
    padding: 0vw 0vw 0vw 0vw;
    background-color: #ffffff;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .news .news-field.article {
    padding: 0vw 0vw 0vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .news .news-field.article {
    padding: 0px 0px 0px 0px;
  }
}
.news .news-field .container .inner-container {
  background-color: #ffffff;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .news .news-field .container .inner-container {
    width: 100%;
  }
}
.news .news-field .news-list {
  display: block;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .news .news-field .news-list {
    padding: 9.6vw 9.6vw 9.6vw 9.6vw;
  }
}
@media (min-width: 769px) {
  .news .news-field .news-list {
    padding: 2.57143vw 2.57143vw 2.57143vw 2.57143vw;
  }
}
@media (min-width: 1401px) {
  .news .news-field .news-list {
    padding: 36px 36px 36px 36px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .news .news-field .news-list {
    padding: 5.3333333333vw 3.2vw 3.2vw 3.2vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .news .news-field .news-list {
    padding: 1.42857vw 0.85714vw 0.85714vw 0.85714vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .news .news-field .news-list {
    padding: 20px 12px 12px 12px;
  }
}
.news .news-field .news-list .news-item {
  display: block;
  position: relative;
  background-color: #ffffff;
  border-bottom: solid 1px #D9D9D9;
}
@media (max-width: 768px) {
  .news .news-field .news-list .news-item {
    padding: 4.2666666667vw 0vw 4.2666666667vw 0vw;
  }
}
@media (min-width: 769px) {
  .news .news-field .news-list .news-item {
    padding: 1.1428571429vw 0vw 1.1428571429vw 0vw;
  }
}
@media (min-width: 1401px) {
  .news .news-field .news-list .news-item {
    padding: 16px 0px 16px 0px;
  }
}
.news .news-field .news-list .news-item article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.news .news-field .news-list .news-item article figure {
  display: block;
  position: relative;
  width: 6%;
  padding-top: 6%;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  margin-right: 16px;
}
@media (max-width: 768px) {
  .news .news-field .news-list .news-item article figure {
    width: 15%;
  }
}
@media (max-width: 768px) {
  .news .news-field .news-list .news-item article figure {
    padding-top: 15%;
  }
}
.news .news-field .news-list .news-item article figure img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .news-field .news-list .news-item article .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 74%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news .news-field .news-list .news-item article .text time {
  color: #444444;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .news .news-field .news-list .news-item article .text time {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .news .news-field .news-list .news-item article .text time {
    font-size: 1.0714285714vw;
  }
}
@media (min-width: 1200px) {
  .news .news-field .news-list .news-item article .text time {
    font-size: 15px;
  }
}
.news .news-field .news-list .news-item article .text time.new:after {
  content: "NEW";
  color: #FF8A00;
  position: relative;
  margin-left: 8px;
}
.news .news-field .news-list .news-item article .text h3 {
  color: #00C8D9;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .news .news-field .news-list .news-item article .text h3 {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .news .news-field .news-list .news-item article .text h3 {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1200px) {
  .news .news-field .news-list .news-item article .text h3 {
    font-size: 16px;
  }
}
.news .news-field .news-article {
  font-size: 1.4rem;
  text-align: justify;
  color: #444444;
  background: #fff;
}
@media (max-width: 768px) {
  .news .news-field .news-article {
    padding: 16vw 0vw 16vw 0vw;
  }
}
@media (min-width: 769px) {
  .news .news-field .news-article {
    padding: 4.28571vw 10vw 4.28571vw 10vw;
  }
}
@media (min-width: 1401px) {
  .news .news-field .news-article {
    padding: 60px 130px 60px 130px;
  }
}
@media (max-width: 768px) {
  .news .news-field .news-article {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .news .news-field .news-article {
    font-size: 1vw;
    background-color: #ffffff;
  }
}
@media (min-width: 1200px) {
  .news .news-field .news-article {
    font-size: 14px;
    background-color: #ffffff;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .news .news-field .news-article {
    padding: 7.4666666667vw 3.2vw 1.0666666667vw 3.2vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .news .news-field .news-article {
    padding: 2vw 0.8571428571vw 0.2857142857vw 0.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .news .news-field .news-article {
    padding: 28px 12px 4px 12px;
  }
}
.news .news-field .news-article .eyecatch {
  display: block;
  position: relative;
  width: 66%;
}
@media (max-width: 768px) {
  .news .news-field .news-article .eyecatch {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .news .news-field .news-article .eyecatch {
    margin: 0vw auto 10.6666666667vw auto;
  }
}
@media (min-width: 769px) {
  .news .news-field .news-article .eyecatch {
    margin: 0vw auto 2.8571428571vw auto;
  }
}
@media (min-width: 1401px) {
  .news .news-field .news-article .eyecatch {
    margin: 0px auto 40px auto;
  }
}
.news .news-field .news-article .eyecatch img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.news .news-field .news-article p {
  width: 100%;
  font-weight: 300;
}
@media (max-width: 768px) {
  .news .news-field .news-article p {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .news .news-field .news-article p {
    margin: 0vw auto 10.6666666667vw auto;
  }
}
@media (min-width: 769px) {
  .news .news-field .news-article p {
    margin: 0vw auto 2.8571428571vw auto;
  }
}
@media (min-width: 1401px) {
  .news .news-field .news-article p {
    margin: 0px auto 40px auto;
  }
}
.news .news-field .news-article img {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 52%;
  max-width: 100%;
  height: auto !important;
}
@media (max-width: 768px) {
  .news .news-field .news-article img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .news .news-field .news-article img {
    margin-bottom: 10.6666666667vw;
  }
}
@media (min-width: 769px) {
  .news .news-field .news-article img {
    margin-bottom: 2.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .news .news-field .news-article img {
    margin-bottom: 40px;
  }
}
.news #news-more .news-more-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .news #news-more .news-more-button {
    margin: 0vw auto 32vw auto;
  }
}
@media (min-width: 769px) {
  .news #news-more .news-more-button {
    margin: 0vw auto 8.5714285714vw auto;
  }
}
@media (min-width: 1401px) {
  .news #news-more .news-more-button {
    margin: 0px auto 120px auto;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .news #news-more .news-more-button {
    margin: 16vw auto 32vw auto;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .news #news-more .news-more-button {
    margin: 4.2857142857vw auto 8.5714285714vw auto;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .news #news-more .news-more-button {
    margin: 60px auto 120px auto;
  }
}
.news #news-more .news-more-button .news-more-link {
  display: block;
  text-align: center;
  background: #fff;
  border: solid 1px #00C8D9;
}
@media (max-width: 768px) {
  .news #news-more .news-more-button .news-more-link {
    padding: 4.2666666667vw 14.9333333333vw 4.2666666667vw 14.9333333333vw;
  }
}
@media (min-width: 769px) {
  .news #news-more .news-more-button .news-more-link {
    padding: 1.1428571429vw 4vw 1.1428571429vw 4vw;
  }
}
@media (min-width: 1401px) {
  .news #news-more .news-more-button .news-more-link {
    padding: 16px 56px 16px 56px;
  }
}
@media (max-width: 768px) {
  .news #news-more .news-more-button .news-more-link {
    min-width: 80%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .news #news-more .news-more-button .news-more-link {
    padding: 3.2vw 13.8666666667vw 3.2vw 13.8666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .news #news-more .news-more-button .news-more-link {
    padding: 0.8571428571vw 3.7142857143vw 0.8571428571vw 3.7142857143vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .news #news-more .news-more-button .news-more-link {
    padding: 12px 52px 12px 52px;
  }
}

.parts-address {
  display: block;
  position: relative;
  font-style: normal;
  font-size: 1.4rem;
  text-align: justify;
  font-weight: 400;
  color: #534333;
}
.parts-address div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.parts-address div span {
  margin-right: 8px;
}
.parts-address a {
  color: #534333;
}
.parts-address.address {
  color: #534333;
}
.parts-address.address a {
  color: #534333;
}
.parts-address.front {
  color: #534333;
}
.parts-address.front a {
  color: #534333;
}
.parts-address .small {
  font-size: 1.2rem;
}

.single article {
  display: block;
  position: relative;
  width: 100%;
}
.single article header {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: 0.084rem;
  color: #C84B33;
  margin-bottom: 12px;
}
.single article header .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}
.single article header .wrap time {
  display: inline-block;
}
.single article header .wrap span {
  display: inline-block;
  margin: 8px;
  border: solid 1px #C84B33;
  padding: 4px;
}
.single article h3 {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 4.1rem;
  letter-spacing: 0.144rem;
  color: #534333;
  margin-bottom: 20px;
}
.single article main {
  display: block;
  position: relative;
  font-size: 1.2rem;
  line-height: 2.5rem;
  letter-spacing: 0.072rem;
  color: #534333;
  padding-bottom: 40px;
  border-bottom: solid 1px #534333;
}
.single article main img {
  display: block;
  position: relative;
  width: 85%;
  margin: 0 auto 20px;
}
.single article main a {
  color: #534333;
}
.single article footer {
  display: block;
  position: relative;
  margin-top: 12px;
}
.single article footer .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #534333;
}
.single article footer .link a {
  color: #534333;
}
.single .more {
  margin: 60px auto 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: bold;
  width: 50%;
  height: 70px;
  border: solid 1px #C84B33;
  color: #C84B33;
}
@media (max-width: 768px) {
  .single .more {
    width: 70%;
  }
}
.single .more:before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../images/common/arrow-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 16px;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-mypage .p-mypage-mainTitleBox {
  display: block;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: 28px 0;
}
@media (max-width: 768px) {
  .p-mypage .p-mypage-mainTitleBox {
    padding: 20px 0;
    margin-bottom: 26px;
  }
}
.p-mypage .p-mypage-mainTitleBox .p-mypage-mainTitleBox__text {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-mypage .p-mypage-sidebar {
  display: block;
  position: relative;
  width: 20%;
  background-color: #ffffff;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .p-mypage .p-mypage-sidebar {
    padding: 8.5333333333vw 5.3333333333vw 8.5333333333vw 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .p-mypage .p-mypage-sidebar {
    padding: 2.2857142857vw 1.4285714286vw 2.2857142857vw 1.4285714286vw;
  }
}
@media (min-width: 1401px) {
  .p-mypage .p-mypage-sidebar {
    padding: 32px 20px 32px 20px;
  }
}
.p-mypage .p-mypage-sidebar h3 {
  font-size: 1.8rem;
  color: #444444;
}
@media (max-width: 768px) {
  .p-mypage .p-mypage-sidebar h3 {
    font-size: 4.8vw;
  }
}
@media (min-width: 769px) {
  .p-mypage .p-mypage-sidebar h3 {
    font-size: 1.2857142857vw;
  }
}
@media (min-width: 1200px) {
  .p-mypage .p-mypage-sidebar h3 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-mypage .p-mypage-sidebar h3 {
    margin-bottom: 8.5333333333vw;
  }
}
@media (min-width: 769px) {
  .p-mypage .p-mypage-sidebar h3 {
    margin-bottom: 2.2857142857vw;
  }
}
@media (min-width: 1401px) {
  .p-mypage .p-mypage-sidebar h3 {
    margin-bottom: 32px;
  }
}
.p-mypage .p-mypage-sidebar ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.p-mypage .p-mypage-sidebar ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-mypage .p-mypage-sidebar ul li a {
  color: #00C8D9;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-mypage .p-mypage-sidebar ul li a {
    font-size: 4vw;
  }
}
@media (min-width: 769px) {
  .p-mypage .p-mypage-sidebar ul li a {
    font-size: 1.0714285714vw;
  }
}
@media (min-width: 1200px) {
  .p-mypage .p-mypage-sidebar ul li a {
    font-size: 15px;
  }
}
.p-mypage .p-mypage-sidebar ul li a.selected {
  color: #444444;
}
.p-mypage .p-mypage-sidebar ul li span {
  background-color: #E30000;
  color: #ffffff;
  border-radius: 50%;
  font-size: 1rem;
  border-radius: 100%;
  margin-left: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .p-mypage .p-mypage-sidebar ul li span {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 769px) {
  .p-mypage .p-mypage-sidebar ul li span {
    font-size: 0.7142857143vw;
  }
}
@media (min-width: 1200px) {
  .p-mypage .p-mypage-sidebar ul li span {
    font-size: 10px;
  }
}
.p-mypage .p-mypage-content .p-myapge-contentHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .p-mypage .p-mypage-content .p-myapge-contentHeader {
    margin-bottom: 12px;
  }
}
.p-mypage .p-mypage-content .p-myapge-contentHeader .p-mypage-content__mainTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-mypage .p-mypage-contentFooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding-top: 20px;
}
.p-mypage .p-mypage-contentFooter .p-mypage-contentFooter__more {
  width: 160px;
  height: 48px;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: 0em;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-mypage .p-mypage-contentFooter .p-mypage-contentFooter__more {
    height: 40px;
  }
}
.p-mypage .p-mypage-bunner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 88px;
}
@media (max-width: 768px) {
  .p-mypage .p-mypage-bunner {
    margin-top: 56px;
  }
}
.p-mypage .p-mypage-bunner .p-mypage-bunner__link {
  position: relative;
  display: block;
  width: 700px;
}
@media (max-width: 768px) {
  .p-mypage .p-mypage-bunner .p-mypage-bunner__link {
    width: 100%;
  }
}

.p-mypage-keep .p-mypage-keep-allEntry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-mypage-keep .p-mypage-keep-allEntry {
    margin-top: 32px;
  }
}
.p-mypage-keep .p-mypage-keep-allEntry__button {
  width: 340px;
  height: 74px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  .p-mypage-keep .p-mypage-keep-allEntry__button {
    width: 100%;
    height: 50px;
    font-size: 1.6rem;
    line-height: 1.375;
    letter-spacing: 0em;
  }
}

.mypage .main-message {
  display: block;
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .mypage .main-message {
    padding: 4.8vw 0vw 4.8vw 0vw;
  }
}
@media (min-width: 769px) {
  .mypage .main-message {
    padding: 1.2857142857vw 0vw 1.2857142857vw 0vw;
  }
}
@media (min-width: 1401px) {
  .mypage .main-message {
    padding: 18px 0px 18px 0px;
  }
}
.mypage .main-message p {
  font-size: 1.1rem;
  color: #444444;
  font-weight: 400;
}
@media (max-width: 768px) {
  .mypage .main-message p {
    font-size: 2.9333333333vw;
  }
}
@media (min-width: 769px) {
  .mypage .main-message p {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .mypage .main-message p {
    font-size: 14px;
  }
}
.mypage .main-message p a {
  color: #00C8D9;
  text-decoration: underline;
  -webkit-text-decoration-color: #00C8D9;
          text-decoration-color: #00C8D9;
}
.mypage .outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .mypage .outer {
    padding: 12.8vw 0vw 12.8vw 0vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer {
    padding: 3.4285714286vw 0vw 3.4285714286vw 0vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer {
    padding: 48px 0px 48px 0px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mypage .outer {
    padding: 5.3333333333vw 0vw 12.8vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .mypage .outer {
    padding: 1.4285714286vw 0vw 3.4285714286vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .mypage .outer {
    padding: 20px 0px 48px 0px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mypage .outer.pdt--none-sp {
    padding: 0vw 0vw 12.8vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .mypage .outer.pdt--none-sp {
    padding: 0vw 0vw 3.4285714286vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .mypage .outer.pdt--none-sp {
    padding: 0px 0px 48px 0px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mypage .outer.pdall--none-sp {
    padding: 0vw 0vw 0vw 0vw;
    width: 100%;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .mypage .outer.pdall--none-sp {
    padding: 0vw 0vw 0vw 0vw;
    width: 100%;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .mypage .outer.pdall--none-sp {
    padding: 0px 0px 0px 0px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .mypage .outer.sp-pd-none {
    padding: 0;
  }
}
.mypage .outer .main-content {
  display: block;
  position: relative;
  width: 77.4%;
}
@media (max-width: 768px) {
  .mypage .outer .main-content {
    width: 100%;
  }
}
.mypage .outer .main-content header .more {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .mypage .outer .main-content header .more {
    padding: 2.1333333333vw 3.2vw 2.1333333333vw 3.2vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content header .more {
    padding: 0.5714285714vw 0.8571428571vw 0.5714285714vw 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content header .more {
    padding: 8px 12px 8px 12px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content header .more {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content header .more {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .mypage .outer .main-content header .more {
    font-size: 14px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mypage .outer .main-content header .more {
    padding: 1.0666666667vw 3.2vw 1.0666666667vw 3.2vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .mypage .outer .main-content header .more {
    padding: 0.2857142857vw 0.8571428571vw 0.2857142857vw 0.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .mypage .outer .main-content header .more {
    padding: 4px 12px 4px 12px;
  }
}
.mypage .outer .main-content #messages {
  display: block;
  position: relative;
  border-bottom: solid 1px #EAEAEA;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #messages {
    margin-bottom: 10.6666666667vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #messages {
    margin-bottom: 2.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #messages {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #messages {
    padding-bottom: 9.6vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #messages {
    padding-bottom: 2.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #messages {
    padding-bottom: 36px;
  }
}
.mypage .outer .main-content #messages.mb-none {
  margin-bottom: 0;
}
.mypage .outer .main-content #messages .new-message-link {
  display: block;
  text-align: right;
  font-size: 1.3rem;
  color: #00C8D9;
  text-decoration: underline;
  -webkit-text-decoration-color: #00C8D9;
          text-decoration-color: #00C8D9;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #messages .new-message-link {
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #messages .new-message-link {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .mypage .outer .main-content #messages .new-message-link {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #messages .new-message-link {
    margin-bottom: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #messages .new-message-link {
    margin-bottom: 1.4285714286vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #messages .new-message-link {
    margin-bottom: 20px;
  }
}
.mypage .outer .main-content #messages ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mypage .outer .main-content #messages ul li {
  display: block;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #messages ul li {
    margin-bottom: 3.2vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #messages ul li {
    margin-bottom: 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #messages ul li {
    margin-bottom: 12px;
  }
}
.mypage .outer .main-content #messages ul li article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  border-top: solid 2px #3AB8C7;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #messages ul li article {
    padding: 4.2666666667vw 4.2666666667vw 4.2666666667vw 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #messages ul li article {
    padding: 1.1428571429vw 1.1428571429vw 1.1428571429vw 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #messages ul li article {
    padding: 16px 16px 16px 16px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mypage .outer .main-content #messages ul li article {
    padding: 3.2vw 3.2vw 3.2vw 3.2vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .mypage .outer .main-content #messages ul li article {
    padding: 0.8571428571vw 0.8571428571vw 0.8571428571vw 0.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .mypage .outer .main-content #messages ul li article {
    padding: 12px 12px 12px 12px;
  }
}

.mypage .outer .main-content #messages ul li article[data-count]::before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  content: attr(data-count);
  min-width: 20px;
  height: 20px;
  padding: 3px;
  font-size: 1rem;
  background-color: #E30000;
  color: #ffffff;
  border-radius: 10px;
  top: 0;
  left: 0px;
  -webkit-transform: translate(-40%, -40%);
          transform: translate(-40%, -40%);
  z-index: 1;
}

@media (min-width: 769px) and (max-width: 768px) {
  .mypage .outer .main-content #messages ul li article[data-count]::before {
    padding: 1.0666666667vw 1.0666666667vw 1.0666666667vw 1.0666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .mypage .outer .main-content #messages ul li article[data-count]::before {
    padding: 0.2857142857vw 0.2857142857vw 0.2857142857vw 0.2857142857vw;
  }
}
@media (min-width: 769px) and (min-width: 1401px) {
  .mypage .outer .main-content #messages ul li article[data-count]::before {
    padding: 4px 4px 4px 4px;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .mypage .outer .main-content #messages ul li article[data-count]::before {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .mypage .outer .main-content #messages ul li article[data-count]::before {
    font-size: 0.7142857143vw;
  }
}
@media (min-width: 769px) and (min-width: 1200px) {
  .mypage .outer .main-content #messages ul li article[data-count]::before {
    font-size: 10px;
  }
}
.mypage .outer .main-content #messages ul li article figure {
  display: block;
  position: relative;
  width: 12%;
  padding-top: 12%;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #messages ul li article figure {
    width: 24%;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #messages ul li article figure {
    padding-top: 24%;
  }
}
.mypage .outer .main-content #messages ul li article figure img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mypage .outer .main-content #messages ul li article .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 72%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  font-weight: 400;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #messages ul li article .text {
    width: 72%;
  }
}
.mypage .outer .main-content #messages ul li article .text .titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #messages ul li article .text .titles {
    margin-bottom: 3.2vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #messages ul li article .text .titles {
    margin-bottom: 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #messages ul li article .text .titles {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #messages ul li article .text .titles {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mypage .outer .main-content #messages ul li article .text .titles {
    margin-bottom: 1.0666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .mypage .outer .main-content #messages ul li article .text .titles {
    margin-bottom: 0.2857142857vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .mypage .outer .main-content #messages ul li article .text .titles {
    margin-bottom: 4px;
  }
}
.mypage .outer .main-content #messages ul li article .text .titles h3 {
  margin-right: 20px;
  color: #00C8D9;
  font-size: 1.4rem;
  position: relative;
  font-weight: 700;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #messages ul li article .text .titles h3 {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #messages ul li article .text .titles h3 {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1200px) {
  .mypage .outer .main-content #messages ul li article .text .titles h3 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #messages ul li article .text .titles h3 {
    line-height: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #messages ul li article .text .titles h3 {
    line-height: 1.2857142857vw;
  }
}
@media (min-width: 1200px) {
  .mypage .outer .main-content #messages ul li article .text .titles h3 {
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #messages ul li article .text .titles h3[data-count]::before {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    content: attr(data-count);
    min-width: 20px;
    height: 20px;
    padding: 3px;
    font-size: 1rem;
    background-color: #E30000;
    color: #ffffff;
    border-radius: 10px;
    top: 0;
    right: 0px;
    -webkit-transform: scale(0.8) translate(150%, -25%);
            transform: scale(0.8) translate(150%, -25%);
    z-index: 1;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mypage .outer .main-content #messages ul li article .text .titles h3[data-count]::before {
    padding: 1.0666666667vw 1.0666666667vw 1.0666666667vw 1.0666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .mypage .outer .main-content #messages ul li article .text .titles h3[data-count]::before {
    padding: 0.2857142857vw 0.2857142857vw 0.2857142857vw 0.2857142857vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .mypage .outer .main-content #messages ul li article .text .titles h3[data-count]::before {
    padding: 4px 4px 4px 4px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mypage .outer .main-content #messages ul li article .text .titles h3[data-count]::before {
    font-size: 2.6666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .mypage .outer .main-content #messages ul li article .text .titles h3[data-count]::before {
    font-size: 0.7142857143vw;
  }
}
@media (max-width: 768px) and (min-width: 1200px) {
  .mypage .outer .main-content #messages ul li article .text .titles h3[data-count]::before {
    font-size: 10px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mypage .outer .main-content #messages ul li article .text .titles h3[data-count]::before {
    line-height: 2.6666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .mypage .outer .main-content #messages ul li article .text .titles h3[data-count]::before {
    line-height: 0.7142857143vw;
  }
}
@media (max-width: 768px) and (min-width: 1200px) {
  .mypage .outer .main-content #messages ul li article .text .titles h3[data-count]::before {
    line-height: 10px;
  }
}
.mypage .outer .main-content #messages ul li article .text .titles span {
  color: #00C8D9;
  border: solid 1px #00C8D9;
  font-size: 1rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #messages ul li article .text .titles span {
    padding: 0.5333333333vw 1.0666666667vw 0.5333333333vw 1.0666666667vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #messages ul li article .text .titles span {
    padding: 0.1428571429vw 0.2857142857vw 0.1428571429vw 0.2857142857vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #messages ul li article .text .titles span {
    padding: 2px 4px 2px 4px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #messages ul li article .text .titles span {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #messages ul li article .text .titles span {
    font-size: 0.9285714286vw;
  }
}
@media (min-width: 1200px) {
  .mypage .outer .main-content #messages ul li article .text .titles span {
    font-size: 13px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mypage .outer .main-content #messages ul li article .text .titles span {
    padding: 0vw 0.5333333333vw 0vw 0.5333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .mypage .outer .main-content #messages ul li article .text .titles span {
    padding: 0vw 0.1428571429vw 0vw 0.1428571429vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .mypage .outer .main-content #messages ul li article .text .titles span {
    padding: 0px 2px 0px 2px;
  }
}
.mypage .outer .main-content #messages ul li article .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  color: #444444;
  -webkit-box-orient: vertical;
  font-size: 1.2rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #messages ul li article .text p {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #messages ul li article .text p {
    font-size: 0.9285714286vw;
  }
}
@media (min-width: 1200px) {
  .mypage .outer .main-content #messages ul li article .text p {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #messages ul li article .text p {
    letter-spacing: 0.04rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mypage .outer .main-content #messages ul li article .text p {
    line-height: 4.2666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .mypage .outer .main-content #messages ul li article .text p {
    line-height: 1.1428571429vw;
  }
}
@media (max-width: 768px) and (min-width: 1200px) {
  .mypage .outer .main-content #messages ul li article .text p {
    line-height: 16px;
  }
}
.mypage .outer .main-content #messages ul li article .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 10%;
  margin-top: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #00C8D9;
  text-decoration: underline;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  font-size: 1.3rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #messages ul li article .more {
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #messages ul li article .more {
    font-size: 0.9285714286vw;
  }
}
@media (min-width: 1200px) {
  .mypage .outer .main-content #messages ul li article .more {
    font-size: 13px;
  }
}
.mypage .outer .main-content #keeps {
  display: block;
  position: relative;
  border-bottom: solid 1px #EAEAEA;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #keeps {
    margin-bottom: 10.6666666667vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #keeps {
    margin-bottom: 2.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #keeps {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #keeps {
    padding-bottom: 9.6vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #keeps {
    padding-bottom: 2.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #keeps {
    padding-bottom: 36px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #keeps .keep-list .keep-item {
    margin-bottom: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #keeps .keep-list .keep-item {
    margin-bottom: 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #keeps .keep-list .keep-item {
    margin-bottom: 16px;
  }
}
.mypage .outer .main-content #keeps .keep-list .keep-item:last-child {
  margin-bottom: 0;
}
.mypage .outer .main-content #keeps .keep-list .keep-item .actions {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #keeps .keep-list .keep-item .actions {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.mypage .outer .main-content #keeps .keep-list .keep-item .actions .action {
  width: 38%;
  margin-right: 16px;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #keeps .keep-list .keep-item .actions .action {
    margin-right: 8px;
    width: 42%;
  }
}
.mypage .outer .main-content #keeps .keep-list .keep-item .actions .action:last-child {
  margin-right: 0;
}
.mypage .outer .main-content #keeps .keep-list .keep-item .favorite-button {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  bottom: 40px;
  right: 0;
  -webkit-transform: translate(-25%, -25%);
          transform: translate(-25%, -25%);
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #keeps .keep-list .keep-item .favorite-button {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 30px;
  }
}
.mypage .outer .main-content #keeps .keep-list .keep-item .favorite-button input {
  display: none;
}
.mypage .outer .main-content #keeps .keep-list .keep-item .favorite-button span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.mypage .outer .main-content #keeps .keep-list .keep-item .favorite-button span:before {
  content: "";
  display: inline-block;
  position: relative;
  background-image: url("../../img/enpitta/common/keep_off.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.mypage .outer .main-content #keeps .keep-list .keep-item .favorite-button input:checked + span:before {
  background-image: url("../../img/enpitta/common/keep_on.svg");
}
.mypage .outer .main-content #histories {
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #histories {
    margin-bottom: 9.6vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #histories {
    margin-bottom: 2.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #histories {
    margin-bottom: 36px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #histories .history-list .history-item {
    margin-bottom: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #histories .history-list .history-item {
    margin-bottom: 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #histories .history-list .history-item {
    margin-bottom: 16px;
  }
}
.mypage .outer .main-content #histories .history-list .history-item:last-child {
  margin-bottom: 0;
}
.mypage .outer .main-content #histories .actions {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #histories .actions {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.mypage .outer .main-content #histories .actions .action {
  width: 38%;
  margin-right: 16px;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #histories .actions .action {
    margin-right: 8px;
    width: 42%;
  }
}
.mypage .outer .main-content #histories .actions .action:last-child {
  margin-right: 0;
}
.mypage .outer .main-content #histories .favorite-button {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  bottom: 40px;
  right: 0;
  -webkit-transform: translate(-25%, -25%);
          transform: translate(-25%, -25%);
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #histories .favorite-button {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 30px;
  }
}
.mypage .outer .main-content #histories .favorite-button input {
  display: none;
}
.mypage .outer .main-content #histories .favorite-button span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.mypage .outer .main-content #histories .favorite-button span:before {
  content: "";
  display: inline-block;
  position: relative;
  background-image: url("../../img/enpitta/common/keep_off.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.mypage .outer .main-content #histories .favorite-button input:checked + span:before {
  background-image: url("../../img/enpitta/common/keep_on.svg");
}
.mypage .outer .main-content #entry {
  display: block;
  position: relative;
  border-bottom: solid 1px #EAEAEA;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #entry {
    margin-bottom: 9.6vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #entry {
    margin-bottom: 2.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #entry {
    margin-bottom: 36px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #entry {
    margin-bottom: 10.6666666667vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #entry {
    margin-bottom: 2.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #entry {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #entry {
    padding-bottom: 8.5333333333vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #entry {
    padding-bottom: 2.2857142857vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #entry {
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mypage .outer .main-content #entry {
    padding-bottom: 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .mypage .outer .main-content #entry {
    padding-bottom: 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .mypage .outer .main-content #entry {
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mypage .outer .main-content #entry {
    margin-bottom: 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .mypage .outer .main-content #entry {
    margin-bottom: 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .mypage .outer .main-content #entry {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #entry {
    border-bottom: none;
    margin-bottom: 9.6vw;
  }
}
.mypage .outer .main-content #entry.bb--none {
  border-bottom: unset;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #entry .entry-list .entry-item {
    margin-bottom: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #entry .entry-list .entry-item {
    margin-bottom: 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #entry .entry-list .entry-item {
    margin-bottom: 16px;
  }
}
.mypage .outer .main-content #entry .entry-list .entry-item:last-child {
  margin-bottom: 0;
}
.mypage .outer .main-content #entry .actions {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mypage .outer .main-content #entry .actions .time {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #entry .actions .time {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #entry .actions .time {
    font-size: 0.9285714286vw;
  }
}
@media (min-width: 1200px) {
  .mypage .outer .main-content #entry .actions .time {
    font-size: 13px;
  }
}
.mypage .outer .main-content #entry .actions .action {
  width: 82%;
  z-index: 2;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #entry .actions .action {
    width: 54%;
  }
}
.mypage .outer .main-content #entry .more-link {
  width: 18%;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #entry .more-link {
    margin: 6.4vw auto 0vw auto;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #entry .more-link {
    margin: 1.7142857143vw auto 0vw auto;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #entry .more-link {
    margin: 24px auto 0px auto;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #entry .more-link {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #entry .more-link {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1200px) {
  .mypage .outer .main-content #entry .more-link {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #entry .more-link {
    padding: 3.2vw 0vw 3.2vw 0vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #entry .more-link {
    padding: 0.8571428571vw 0vw 0.8571428571vw 0vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #entry .more-link {
    padding: 12px 0px 12px 0px;
  }
}
.mypage .outer .main-content #recommend {
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #recommend {
    margin-bottom: 9.6vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #recommend {
    margin-bottom: 2.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #recommend {
    margin-bottom: 36px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #recommend .recommend-list .recommend-item {
    margin-bottom: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #recommend .recommend-list .recommend-item {
    margin-bottom: 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #recommend .recommend-list .recommend-item {
    margin-bottom: 16px;
  }
}
.mypage .outer .main-content #recommend .recommend-list .recommend-item:last-child {
  margin-bottom: 0;
}
.mypage .outer .main-content #recommend .more-link {
  width: 18%;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #recommend .more-link {
    margin: 6.4vw 0vw 6.4vw auto;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #recommend .more-link {
    margin: 1.7142857143vw 0vw 1.7142857143vw auto;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #recommend .more-link {
    margin: 24px 0px 24px auto;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #recommend .more-link {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #recommend .more-link {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1200px) {
  .mypage .outer .main-content #recommend .more-link {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #recommend .more-link {
    padding: 3.2vw 0vw 3.2vw 0vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #recommend .more-link {
    padding: 0.8571428571vw 0vw 0.8571428571vw 0vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #recommend .more-link {
    padding: 12px 0px 12px 0px;
  }
}
.mypage .outer .main-content .more-outer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  border-bottom: solid 1px #EAEAEA;
}
@media (max-width: 768px) {
  .mypage .outer .main-content .more-outer-link {
    padding: 5.3333333333vw 0vw 10.6666666667vw 0vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content .more-outer-link {
    padding: 1.4285714286vw 0vw 2.8571428571vw 0vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content .more-outer-link {
    padding: 20px 0px 40px 0px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content .more-outer-link {
    margin-bottom: 8.5333333333vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content .more-outer-link {
    margin-bottom: 2.2857142857vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content .more-outer-link {
    margin-bottom: 32px;
  }
}
.mypage .outer .main-content .more-outer-link .more-link {
  margin: 0 auto;
  width: 44%;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .mypage .outer .main-content .more-outer-link .more-link {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content .more-outer-link .more-link {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1200px) {
  .mypage .outer .main-content .more-outer-link .more-link {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content .more-outer-link .more-link {
    padding: 3.2vw 0vw 3.2vw 0vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content .more-outer-link .more-link {
    padding: 0.8571428571vw 0vw 0.8571428571vw 0vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content .more-outer-link .more-link {
    padding: 12px 0px 12px 0px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mypage .outer .main-content .more-outer-link .more-link {
    padding: 2.1333333333vw 0vw 2.1333333333vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .mypage .outer .main-content .more-outer-link .more-link {
    padding: 0.5714285714vw 0vw 0.5714285714vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .mypage .outer .main-content .more-outer-link .more-link {
    padding: 8px 0px 8px 0px;
  }
}

#chats {
  height: calc(100vh - 340px);
}

@media (max-width: 768px) {
  #chats {
    height: auto;
  }
  .mypage .outer .main-content #chats header {
    left: 0%;
    z-index: 100;
    width: 100%;
    background-color: #F8F6F1;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .mypage .outer .main-content #chats header {
    padding: 5.3333333333vw 3.2vw 5.3333333333vw 3.2vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .mypage .outer .main-content #chats header {
    padding: 1.4285714286vw 0.8571428571vw 1.4285714286vw 0.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .mypage .outer .main-content #chats header {
    padding: 20px 12px 20px 12px;
  }
}
.mypage .outer .main-content #chats .chat-list {
  display: block;
  position: relative;
  overflow-y: scroll;
  height: calc(100vh - 2.28571vw - 370px);
}

@media (max-width: 768px) {
  .mypage .outer .main-content #chats .chat-list {
    padding: 0vw 0vw 8.5333333333vw 0vw;
  }
}

@media (min-width: 769px) {
  .mypage .outer .main-content #chats .chat-list {
    padding: 0vw 0vw 2.2857142857vw 0vw;
  }
}

@media (min-width: 1401px) {
  .mypage .outer .main-content #chats .chat-list {
    padding: 0px 0px 32px 0px;
  }
}

@media (max-width: 768px) {
  .mypage .outer .main-content #chats .chat-list {
    position: static;
    height: auto;
    overflow-y: auto;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .mypage .outer .main-content #chats .chat-list {
    padding: 0vw 0vw 0vw 0vw;
    width: 94%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) and (min-width: 769px) {
  .mypage .outer .main-content #chats .chat-list {
    padding: 0vw 0vw 0vw 0vw;
  }
}

@media (max-width: 768px) and (min-width: 1401px) {
  .mypage .outer .main-content #chats .chat-list {
    padding: 0px 0px 0px 0px;
  }
}

.mypage .outer .main-content #chats .chat-list .message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 72%;
  color: #444444;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #chats .chat-list .message {
    width: 91%;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #chats .chat-list .message {
    margin-bottom: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #chats .chat-list .message {
    margin-bottom: 1.4285714286vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #chats .chat-list .message {
    margin-bottom: 20px;
  }
}
.mypage .outer .main-content #chats .chat-list .message article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.mypage .outer .main-content #chats .chat-list .message article.message-scout:before {
  content: "スカウト";
  display: block;
  position: relative;
  width: 100%;
  background-color: #FF8A00;
  border-radius: 8px 8px 0 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #chats .chat-list .message article.message-scout:before {
    padding: 1.0666666667vw 0vw 1.0666666667vw 0vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #chats .chat-list .message article.message-scout:before {
    padding: 0.2857142857vw 0vw 0.2857142857vw 0vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #chats .chat-list .message article.message-scout:before {
    padding: 4px 0px 4px 0px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #chats .chat-list .message article.message-scout:before {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #chats .chat-list .message article.message-scout:before {
    font-size: 1.0714285714vw;
  }
}
@media (min-width: 1200px) {
  .mypage .outer .main-content #chats .chat-list .message article.message-scout:before {
    font-size: 15px;
  }
}
.mypage .outer .main-content #chats .chat-list .message article p {
  text-align: justify;
  font-size: 1.4rem;
  border-radius: 8px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #chats .chat-list .message article p {
    padding: 4.8vw 6.4vw 4.8vw 6.4vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #chats .chat-list .message article p {
    padding: 1.2857142857vw 1.7142857143vw 1.2857142857vw 1.7142857143vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #chats .chat-list .message article p {
    padding: 18px 24px 18px 24px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #chats .chat-list .message article p {
    margin-bottom: 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #chats .chat-list .message article p {
    margin-bottom: 0.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #chats .chat-list .message article p {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #chats .chat-list .message article p {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #chats .chat-list .message article p {
    font-size: 1.0714285714vw;
  }
}
@media (min-width: 1200px) {
  .mypage .outer .main-content #chats .chat-list .message article p {
    font-size: 15px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mypage .outer .main-content #chats .chat-list .message article p {
    padding: 4.2666666667vw 5.3333333333vw 4.2666666667vw 5.3333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .mypage .outer .main-content #chats .chat-list .message article p {
    padding: 1.1428571429vw 1.4285714286vw 1.1428571429vw 1.4285714286vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .mypage .outer .main-content #chats .chat-list .message article p {
    padding: 16px 20px 16px 20px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mypage .outer .main-content #chats .chat-list .message article p {
    margin-bottom: 1.0666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .mypage .outer .main-content #chats .chat-list .message article p {
    margin-bottom: 0.2857142857vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .mypage .outer .main-content #chats .chat-list .message article p {
    margin-bottom: 4px;
  }
}
.mypage .outer .main-content #chats .chat-list .message article time {
  color: #909090;
  font-size: 1.2rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #chats .chat-list .message article time {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #chats .chat-list .message article time {
    font-size: 0.9285714286vw;
  }
}
@media (min-width: 1200px) {
  .mypage .outer .main-content #chats .chat-list .message article time {
    font-size: 13px;
  }
}
.mypage .outer .main-content #chats .chat-list .message.receive {
  margin-right: auto;
}
.mypage .outer .main-content #chats .chat-list .message.receive article {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mypage .outer .main-content #chats .chat-list .message.receive article p {
  background-color: #ffffff;
}
.mypage .outer .main-content #chats .chat-list .message.send {
  margin-left: auto;
}
.mypage .outer .main-content #chats .chat-list .message.send article {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.mypage .outer .main-content #chats .chat-list .message.send article p {
  background-color: #D3F0F3;
}
.mypage .outer .main-content #chats .input-erea {
  display: block;
  background-color: #ffffff;
  border-radius: 8px;
  width: 62%;
  position: fixed;
  bottom: 0;
}

@media (max-width: 768px) {
  .mypage .outer .main-content #chats .input-erea {
    padding: 3.2vw 3.2vw 3.2vw 3.2vw;
  }
}

@media (min-width: 769px) {
  .mypage .outer .main-content #chats .input-erea {
    padding: 0.8571428571vw 0.8571428571vw 0.8571428571vw 0.8571428571vw;
  }
}

@media (min-width: 1401px) {
  .mypage .outer .main-content #chats .input-erea {
    padding: 12px 12px 12px 12px;
  }
}

@media (max-width: 768px) {
  .mypage .outer .main-content #chats .input-erea {
    width: 100vw;
    position: static;
    /* -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    position: fixed;
    bottom: 0; */
  }
}

.mypage .outer .main-content #chats .input-erea .input-wrap {
  display: block;
  position: relative;
  width: 100%;
  top :0px !important;
  height: 100px;
}

.mypage .outer .main-content #chats .input-erea .input-wrap:before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  height: 2.8vw;
  width: 2.8vw;
  max-width: 40px;
  max-height: 40px;
  background-image: url(/img/enpitta/icon_send_message.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap {
    height: auto;
    position: static;
  }
  .mypage .outer .main-content #chats .input-erea .input-wrap:before {
    display: none;
  }
}

.mypage .outer .main-content #chats .input-erea .input-wrap p {
  background-color: #F7F7F7;
  line-height: normal;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  text-align: left;
  width: 100%;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap p {
    padding: 3.2vw 13.8666666667vw 3.2vw 2.1333333333vw;
  }
}

@media (min-width: 769px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap p {
    padding: 0.8571428571vw 3.7142857143vw 0.8571428571vw 0.5714285714vw;
  }
}

@media (min-width: 1401px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap p {
    padding: 12px 52px 12px 8px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap p {
    padding: 3.2vw 11.7333333333vw 3.2vw 2.1333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap p {
    padding: 0.8571428571vw 3.1428571429vw 0.8571428571vw 0.5714285714vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap p {
    padding: 12px 44px 12px 8px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap p {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap p {
    font-size: 1.0714285714vw;
  }
}
@media (min-width: 1200px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap p {
    line-height: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap p {
    line-height: 1.5714285714vw;
  }
}
@media (min-width: 1200px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap p {
    line-height: 22px;
  }
}
.mypage .outer .main-content #chats .input-erea .input-wrap input {
  visibility: hidden;
  height: 0;
  position: absolute;
  z-index: -100;
}
.mypage .outer .main-content #block-list ul {
  display: block;
  position: relative;
  width: 100%;
}
.mypage .outer .main-content #block-list ul li {
  display: block;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .mypage .outer .main-content #block-list ul li {
    padding: 4.2666666667vw 4.2666666667vw 4.2666666667vw 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #block-list ul li {
    padding: 1.1428571429vw 1.1428571429vw 1.1428571429vw 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #block-list ul li {
    padding: 16px 16px 16px 16px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #block-list ul li {
    margin-bottom: 3.2vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #block-list ul li {
    margin-bottom: 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #block-list ul li {
    margin-bottom: 12px;
  }
}
.mypage .outer .main-content #block-list ul li article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mypage .outer .main-content #block-list ul li article .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 76%;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #block-list ul li article .wrap {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #block-list ul li article .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.mypage .outer .main-content #block-list ul li article .wrap h3 a {
  color: #00C8D9;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #block-list ul li article .wrap h3 a {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #block-list ul li article .wrap h3 a {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1200px) {
  .mypage .outer .main-content #block-list ul li article .wrap h3 a {
    font-size: 16px;
  }
}
.mypage .outer .main-content #block-list ul li article .wrap time {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #block-list ul li article .wrap time {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #block-list ul li article .wrap time {
    font-size: 0.9285714286vw;
  }
}
@media (min-width: 1200px) {
  .mypage .outer .main-content #block-list ul li article .wrap time {
    font-size: 13px;
  }
}
.mypage .outer .main-content #block-list ul li article .releace {
  width: 20%;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #block-list ul li article .releace {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #block-list ul li article .releace {
    padding: 3.2vw 0vw 3.2vw 0vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #block-list ul li article .releace {
    padding: 0.8571428571vw 0vw 0.8571428571vw 0vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #block-list ul li article .releace {
    padding: 12px 0px 12px 0px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #block-list ul li article .releace {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #block-list ul li article .releace {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .mypage .outer .main-content #block-list ul li article .releace {
    font-size: 14px;
  }
}
.mypage .outer .main-content #setting-mail {
  display: block;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #setting-mail {
    padding: 9.6vw 6.9333333333vw 9.6vw 6.9333333333vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #setting-mail {
    padding: 2.5714285714vw 1.8571428571vw 2.5714285714vw 1.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #setting-mail {
    padding: 36px 26px 36px 26px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mypage .outer .main-content #setting-mail {
    padding: 6.4vw 3.2vw 6.4vw 3.2vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .mypage .outer .main-content #setting-mail {
    padding: 1.7142857143vw 0.8571428571vw 1.7142857143vw 0.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .mypage .outer .main-content #setting-mail {
    padding: 24px 12px 24px 12px;
  }
}
.mypage .outer .main-content #setting-mail .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #setting-mail .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mypage .outer .main-content #setting-mail .wrap h2 {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #setting-mail .wrap h2 {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #setting-mail .wrap h2 {
    font-size: 1.0714285714vw;
  }
}
@media (min-width: 1200px) {
  .mypage .outer .main-content #setting-mail .wrap h2 {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #setting-mail .wrap h2 {
    line-height: 5.8666666667vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #setting-mail .wrap h2 {
    line-height: 2.8571428571vw;
  }
}
@media (min-width: 1200px) {
  .mypage .outer .main-content #setting-mail .wrap h2 {
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #setting-mail .wrap h2 {
    margin-right: 10.6666666667vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #setting-mail .wrap h2 {
    margin-right: 2.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #setting-mail .wrap h2 {
    margin-right: 40px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mypage .outer .main-content #setting-mail .wrap h2 {
    margin-bottom: 2.1333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .mypage .outer .main-content #setting-mail .wrap h2 {
    margin-bottom: 0.5714285714vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .mypage .outer .main-content #setting-mail .wrap h2 {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mypage .outer .main-content #setting-mail .wrap .buttons {
    margin-bottom: 2.1333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .mypage .outer .main-content #setting-mail .wrap .buttons {
    margin-bottom: 0.5714285714vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .mypage .outer .main-content #setting-mail .wrap .buttons {
    margin-bottom: 8px;
  }
}
.mypage .outer .main-content #setting-mail .wrap .buttons label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F7F7F7;
  line-height: normal;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #setting-mail .wrap .buttons label {
    padding: 3.2vw 3.2vw 3.2vw 3.2vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #setting-mail .wrap .buttons label {
    padding: 0.8571428571vw 0.8571428571vw 0.8571428571vw 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #setting-mail .wrap .buttons label {
    padding: 12px 12px 12px 12px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #setting-mail .wrap .buttons label {
    margin: 0vw 1.0666666667vw 0vw 0vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #setting-mail .wrap .buttons label {
    margin: 0vw 0.2857142857vw 0vw 0vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #setting-mail .wrap .buttons label {
    margin: 0px 4px 0px 0px;
  }
}
.mypage .outer .main-content #setting-mail .wrap .buttons label:last-child {
  margin-right: 0;
}
.mypage .outer .main-content #setting-mail .wrap .buttons label.selected {
  background-color: #F2FBFF !important;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #setting-mail .wrap .buttons label span {
    padding: 0vw 4.2666666667vw 0vw 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #setting-mail .wrap .buttons label span {
    padding: 0vw 1.1428571429vw 0vw 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #setting-mail .wrap .buttons label span {
    padding: 0px 16px 0px 16px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #setting-mail .wrap .buttons label span {
    line-height: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #setting-mail .wrap .buttons label span {
    line-height: 1.0714285714vw;
  }
}
@media (min-width: 1200px) {
  .mypage .outer .main-content #setting-mail .wrap .buttons label span {
    line-height: 15px;
  }
}
.mypage .outer .main-content #setting-mail .wrap small {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #setting-mail .wrap small {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #setting-mail .wrap small {
    font-size: 0.9285714286vw;
  }
}
@media (min-width: 1200px) {
  .mypage .outer .main-content #setting-mail .wrap small {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #setting-mail .wrap small {
    line-height: 5.8666666667vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #setting-mail .wrap small {
    line-height: 1.5714285714vw;
  }
}
@media (min-width: 1200px) {
  .mypage .outer .main-content #setting-mail .wrap small {
    line-height: 22px;
  }
}
.mypage .outer .main-content #setting-mail a {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .mypage .outer .main-content #setting-mail a {
    padding: 3.2vw 10.6666666667vw 3.2vw 10.6666666667vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #setting-mail a {
    padding: 0.8571428571vw 2.8571428571vw 0.8571428571vw 2.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #setting-mail a {
    padding: 12px 40px 12px 40px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #setting-mail a {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #setting-mail a {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1200px) {
  .mypage .outer .main-content #setting-mail a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .mypage .outer .main-content #setting-mail a {
    margin: 10.6666666667vw auto 10.6666666667vw auto;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content #setting-mail a {
    margin: 2.8571428571vw auto 2.8571428571vw auto;
  }
}
@media (min-width: 1401px) {
  .mypage .outer .main-content #setting-mail a {
    margin: 40px auto 40px auto;
  }
}
.mypage .outer .main-content .more-message-link {
  display: block;
  text-align: right;
  font-size: 1.4rem;
  color: #00C8D9;
  text-decoration: underline;
  -webkit-text-decoration-color: #00C8D9;
          text-decoration-color: #00C8D9;
}
@media (max-width: 768px) {
  .mypage .outer .main-content .more-message-link {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .mypage .outer .main-content .more-message-link {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .mypage .outer .main-content .more-message-link {
    font-size: 14px;
  }
}

.p-jobArticle {
  display: block;
  position: relative;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  width: 100%;
  border-radius: 8px;
  border-top: solid 2px #3AB8C7;
}
@media (max-width: 768px) {
  .p-jobArticle {
    padding: 7.4666666667vw 10.6666666667vw 7.4666666667vw 10.6666666667vw;
    border-top: none;
  }
}
@media (min-width: 769px) {
  .p-jobArticle {
    padding: 2vw 2.8571428571vw 2vw 2.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .p-jobArticle {
    padding: 28px 40px 28px 40px;
  }
}
.p-jobArticle.p-jobArticle--new:after {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-8%, -8%);
          transform: translate(-8%, -8%);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.4vw;
  height: 4.4vw;
  max-width: 66px;
  max-height: 66px;
  background-image: url("../../img/enpitta/common/icon_new.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .p-jobArticle.p-jobArticle--new:after {
    width: 12vw;
    height: 12vw;
    border-radius: 6vw;
  }
}
.p-jobArticle.p-jobArticle--pr:after {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-8%, -8%);
          transform: translate(-8%, -8%);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.4vw;
  height: 4.4vw;
  max-width: 66px;
  max-height: 66px;
/*
  height: 3vw;
  max-width: 58px;
  max-height: 42px;
*/
  background-image: url("../../img/enpitta/common/icon_pr.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .p-jobArticle.p-jobArticle--pr:after {
    width: 12vw;
    height: 12vw;
/*
    height: 8.5vw;
    border: solid 3px #ffffff;
*/
  }
}
.p-jobArticle .finished {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.75);
  color: #ffffff;
}

.p-jobArticle .finished.search {
  background-color: rgba(0, 0, 0, 0.60);
}

.p-jobArticle .finished strong {
  font-size: 2rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-jobArticle .finished strong {
    font-size: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .p-jobArticle .finished strong {
    font-size: 1.4285714286vw;
  }
}
@media (min-width: 1200px) {
  .p-jobArticle .finished strong {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-jobArticle .finished strong {
    margin-bottom: 6.4vw;
  }
}
@media (min-width: 769px) {
  .p-jobArticle .finished strong {
    margin-bottom: 1.7142857143vw;
  }
}
@media (min-width: 1401px) {
  .p-jobArticle .finished strong {
    margin-bottom: 24px;
  }
}
.p-jobArticle .finished a {
  text-align: center;
}
@media (max-width: 768px) {
  .p-jobArticle .finished a {
    padding: 4.2666666667vw 4.2666666667vw 4.2666666667vw 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .p-jobArticle .finished a {
    padding: 1.1428571429vw 1.1428571429vw 1.1428571429vw 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .p-jobArticle .finished a {
    padding: 16px 16px 16px 16px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-jobArticle {
    padding: 0vw 0vw 3.2vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-jobArticle {
    padding: 0vw 0vw 0.8571428571vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-jobArticle {
    padding: 0px 0px 12px 0px;
  }
}
.p-jobArticle article {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.p-jobArticle article .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 768px) {
  .p-jobArticle article .content {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-jobArticle article .content figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 33%;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-jobArticle article .content figure {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .p-jobArticle article .content figure {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
}
@media (max-width: 768px) {
  .p-jobArticle article .content figure {
    border-radius: 8px 8px 0 0;
  }
}
.p-jobArticle article .content figure img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: contain;
}
.p-jobArticle article .content .texterea {
  display: block;
  position: relative;
  width: 64%;
}
@media (max-width: 768px) {
  .p-jobArticle article .content .texterea {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-jobArticle article .content .texterea {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-jobArticle article .content .texterea {
    padding: 3.2vw 3.2vw 0vw 3.2vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-jobArticle article .content .texterea {
    padding: 0.8571428571vw 0.8571428571vw 0vw 0.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-jobArticle article .content .texterea {
    padding: 12px 12px 0px 12px;
  }
}
.p-jobArticle article .content .texterea h3 {
  color: #00C8D9;
  font-size: 1.6rem;
  font-weight: bold;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box; */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
@media (max-width: 768px) {
  .p-jobArticle article .content .texterea h3 {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .p-jobArticle article .content .texterea h3 {
    font-size: 1.5714285714vw;
  }
}
@media (min-width: 1200px) {
  .p-jobArticle article .content .texterea h3 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .p-jobArticle article .content .texterea h3 {
    line-height: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .p-jobArticle article .content .texterea h3 {
    line-height: 1.7142857143vw;
  }
}
@media (min-width: 1200px) {
  .p-jobArticle article .content .texterea h3 {
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .p-jobArticle article .content .texterea h3 {
    margin-bottom: 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .p-jobArticle article .content .texterea h3 {
    margin-bottom: 0.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .p-jobArticle article .content .texterea h3 {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .p-jobArticle article .content .texterea h3 {
    -webkit-line-clamp: 2;
    margin: 0;
  }
}
.p-jobArticle article .content .texterea em {
  display: block;
  position: relative;
  color: #444444;
  font-size: 1.4rem;
  font-weight: bold;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-jobArticle article .content .texterea em {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .p-jobArticle article .content .texterea em {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1200px) {
  .p-jobArticle article .content .texterea em {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-jobArticle article .content .texterea em {
    margin-bottom: 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .p-jobArticle article .content .texterea em {
    margin-bottom: 0.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .p-jobArticle article .content .texterea em {
    margin-bottom: 8px;
  }
}
.p-jobArticle article .content .texterea table {
  width: 100%;
  margin-top: 15px;
}
.p-jobArticle article .content .texterea table tr {
  font-size: 1.2rem;
  color: #444444;
}
@media (max-width: 768px) {
  .p-jobArticle article .content .texterea table tr {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .p-jobArticle article .content .texterea table tr {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .p-jobArticle article .content .texterea table tr {
    font-size: 14px;
  }
}
.p-jobArticle article .content .texterea table tr th {
  font-weight: bold;
  white-space: nowrap;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-jobArticle article .content .texterea table tr th {
    padding: 0.5333333333vw 1.0666666667vw 0.5333333333vw 0vw;
  }
}
@media (min-width: 769px) {
  .p-jobArticle article .content .texterea table tr th {
    padding: 0.1428571429vw 0.2857142857vw 0.1428571429vw 0vw;
  }
}
@media (min-width: 1401px) {
  .p-jobArticle article .content .texterea table tr th {
    padding: 2px 4px 2px 0px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-jobArticle article .content .texterea table tr th {
    line-height: 4.2666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-jobArticle article .content .texterea table tr th {
    line-height: 1.1428571429vw;
  }
}
@media (max-width: 768px) and (min-width: 1200px) {
  .p-jobArticle article .content .texterea table tr th {
    line-height: 16px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-jobArticle article .content .texterea table tr th {
    padding: 1.0666666667vw 1.0666666667vw 1.0666666667vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-jobArticle article .content .texterea table tr th {
    padding: 0.2857142857vw 0.2857142857vw 0.2857142857vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-jobArticle article .content .texterea table tr th {
    padding: 4px 4px 4px 0px;
  }
}
.p-jobArticle article .content .texterea table tr td {
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .p-jobArticle article .content .texterea table tr td {
    padding: 0.5333333333vw 1.0666666667vw 0.5333333333vw 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .p-jobArticle article .content .texterea table tr td {
    padding: 0.1428571429vw 0.2857142857vw 0.1428571429vw 0.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .p-jobArticle article .content .texterea table tr td {
    padding: 2px 4px 2px 8px;
  }
}
@media (max-width: 768px) {
  .p-jobArticle article .content .texterea table tr td {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-jobArticle article .content .texterea table tr td {
    padding: 1.0666666667vw 1.0666666667vw 1.0666666667vw 2.1333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-jobArticle article .content .texterea table tr td {
    padding: 0.2857142857vw 0.2857142857vw 0.2857142857vw 0.5714285714vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-jobArticle article .content .texterea table tr td {
    padding: 4px 4px 4px 8px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-jobArticle article .content .texterea table tr td {
    line-height: 4.8vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-jobArticle article .content .texterea table tr td {
    line-height: 1.1428571429vw;
  }
}
@media (max-width: 768px) and (min-width: 1200px) {
  .p-jobArticle article .content .texterea table tr td {
    line-height: 16px;
  }
}
.p-jobArticle article .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 768px) {
  .p-jobArticle article .tags {
    padding: 6.4vw 0vw 7.4666666667vw 0vw;
  }
}
@media (min-width: 769px) {
  .p-jobArticle article .tags {
    padding: 1.7142857143vw 0vw 2vw 0vw;
  }
}
@media (min-width: 1401px) {
  .p-jobArticle article .tags {
    padding: 24px 0px 28px 0px;
  }
}
@media (max-width: 768px) {
  .p-jobArticle article .tags {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-jobArticle article .tags {
    padding: 4.2666666667vw 3.2vw 4.2666666667vw 3.2vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-jobArticle article .tags {
    padding: 1.1428571429vw 0.8571428571vw 1.1428571429vw 0.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-jobArticle article .tags {
    padding: 16px 12px 16px 12px;
  }
}
.p-jobArticle article .tags li {
  margin-right: 8px;
  margin-bottom: 8px;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-jobArticle article .tags li {
    margin-right: 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .p-jobArticle article .tags li {
    margin-right: 0.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .p-jobArticle article .tags li {
    margin-right: 8px;
  }
}
@media (max-width: 768px) {
  .p-jobArticle article .tags li {
    margin-bottom: 2.1333333333vw;
  }
  .p-jobArticle article .tags li:nth-child(n+8) {
    display: none;
  }
}
@media (min-width: 769px) {
  .p-jobArticle article .tags li {
    margin-bottom: 0.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .p-jobArticle article .tags li {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-jobArticle article .tags li {
    margin-right: 2.1333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-jobArticle article .tags li {
    margin-right: 0.5714285714vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-jobArticle article .tags li {
    margin-right: 8px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-jobArticle article .tags li {
    margin-bottom: 2.1333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-jobArticle article .tags li {
    margin-bottom: 0.5714285714vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-jobArticle article .tags li {
    margin-bottom: 8px;
  }
}
.p-jobArticle article .tags li a {
  color: #F78F00;
  font-size: 1rem;
  border: solid 1px #F78F00;
}
@media (max-width: 768px) {
  .p-jobArticle article .tags li a {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 769px) {
  .p-jobArticle article .tags li a {
    font-size: 0.9285714286vw;
  }
}
@media (min-width: 1200px) {
  .p-jobArticle article .tags li a {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-jobArticle article .tags li a {
    padding: 1.0666666667vw 2.1333333333vw 1.0666666667vw 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .p-jobArticle article .tags li a {
    padding: 0.2857142857vw 0.5714285714vw 0.2857142857vw 0.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .p-jobArticle article .tags li a {
    padding: 4px 8px 4px 8px;
  }
}
.p-jobArticle article .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-jobArticle article .actions {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-jobArticle article .actions {
    padding: 0vw 3.2vw 0vw 3.2vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-jobArticle article .actions {
    padding: 0vw 0.8571428571vw 0vw 0.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-jobArticle article .actions {
    padding: 0px 12px 0px 12px;
  }
}
.p-jobArticle article .actions .action {
  display: block;
  position: relative;
  width: 36%;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-jobArticle article .actions .action {
    width: 48.4%;
  }
}
@media (max-width: 768px) {
  .p-jobArticle article .actions .action {
    margin-right: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .p-jobArticle article .actions .action {
    margin-right: 1.4285714286vw;
  }
}
@media (min-width: 1401px) {
  .p-jobArticle article .actions .action {
    margin-right: 20px;
  }
}
.p-jobArticle article .actions .action:last-child {
  margin-right: 0;
}
.p-jobArticle article .actions .action a {
  width: 100%;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .p-jobArticle article .actions .action a {
    padding: 3.2vw 5.3333333333vw 3.2vw 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .p-jobArticle article .actions .action a {
    padding: 0.8571428571vw 1.4285714286vw 0.8571428571vw 1.4285714286vw;
  }
}
@media (min-width: 1401px) {
  .p-jobArticle article .actions .action a {
    padding: 12px 20px 12px 20px;
  }
}
@media (max-width: 768px) {
  .p-jobArticle article .actions .action a {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .p-jobArticle article .actions .action a {
    font-size: 1.2857142857vw;
  }
}
@media (min-width: 1200px) {
  .p-jobArticle article .actions .action a {
    font-size: 18px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-jobArticle article .actions .action a {
    padding: 3.7333333333vw 3.2vw 3.7333333333vw 3.2vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-jobArticle article .actions .action a {
    padding: 1vw 0.8571428571vw 1vw 0.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-jobArticle article .actions .action a {
    padding: 14px 12px 14px 12px;
  }
}

#pagenation {
  display: block;
  position: relative;
  background-color: #DCF4F8;
  margin: 0px 0;
}
@media (max-width: 768px) {
  #pagenation {
    padding: 6.4vw 0vw 6.4vw 0vw;
  }
}
@media (min-width: 769px) {
  #pagenation {
    padding: 1.7142857143vw 0vw 1.7142857143vw 0vw;
  }
}
@media (min-width: 1401px) {
  #pagenation {
    padding: 24px 0px 24px 0px;
  }
}
@media (max-width: 768px) {
  #pagenation {
    padding: 20px 0;
    width: 100vw;
    position: relative;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    margin: 60px 0;
  }
}
#pagenation .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  #pagenation .links {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr 1fr;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  #pagenation .links {
    padding: 0vw 3.2vw 0vw 3.2vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  #pagenation .links {
    padding: 0vw 0.8571428571vw 0vw 0.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  #pagenation .links {
    padding: 0px 12px 0px 12px;
  }
}
#pagenation .links .link-btn {
  color: #ffffff;
  background-color: #00C8D9;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  #pagenation .links .link-btn {
    padding: 3.73333vw 17.06667vw 3.73333vw 17.06667vw;
  }
}

@media (min-width: 769px) {
  #pagenation .links .link-btn {
    padding: 1vw 4.57143vw 1vw 4.57143vw;
  }
}

@media (min-width: 1401px) {
  #pagenation .links .link-btn {
    padding: 14px 64px 14px 64px;
  }
}

@media (max-width: 768px) {
  #pagenation .links .link-btn {
    font-size: 4.26667vw;
  }
}

@media (min-width: 769px) {
  #pagenation .links .link-btn {
    font-size: 1.14286vw;
  }
}

@media (min-width: 1200px) {
  #pagenation .links .link-btn {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  #pagenation .links .link-btn {
    width: 96.4%;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  #pagenation .links .link-btn {
    padding: 2.13333vw 16vw 2.13333vw 16vw;
  }
}

@media (max-width: 768px) and (min-width: 769px) {
  #pagenation .links .link-btn {
    padding: 0.57143vw 4.28571vw 0.57143vw 4.28571vw;
  }
}

@media (max-width: 768px) and (min-width: 1401px) {
  #pagenation .links .link-btn {
    padding: 8px 60px 8px 60px;
  }
}

#pagenation .links .link-btn.disable {
  background-color: #F8F6F1;
  color: #C7C4BB;
  pointer-events: none;
}
#pagenation .links .link-btn.link--prev {
  margin-right: 36px;
}
@media (max-width: 768px) {
  #pagenation .links .link-btn.link--prev {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-left: auto;
  }
}
#pagenation .links .link-btn.link--next {
  margin-left: 36px;
}
@media (max-width: 768px) {
  #pagenation .links .link-btn.link--next {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    margin-left: auto;
  }
}
#pagenation .links .numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media (max-width: 768px) {
  #pagenation .links .numbers {
    grid-column: 1/3;
    grid-row: 2/4;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
        -ms-flex-pack: justify;
            justify-content: space-around;
    margin-top: 20px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
#pagenation .links .numbers .link--number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00C8D9;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  min-width: 32px;
  height: 32px;
}
#pagenation .links .numbers .link--number.active {
  color: #ffffff;
  pointer-events: none;
  background-color: #00C8D9;
  border-radius: 50%;
}
#pagenation.mypage-pagenation {
  margin: 0;
}
@media (min-width: 769px) {
  #pagenation.mypage-pagenation {
    background-color: unset;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  #pagenation.mypage-pagenation {
    margin: 5.3333333333vw 0vw 5.3333333333vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  #pagenation.mypage-pagenation {
    margin: 1.4285714286vw 0vw 1.4285714286vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  #pagenation.mypage-pagenation {
    margin: 20px 0px 20px 0px;
  }
}
@media (min-width: 769px) {
  #pagenation.mypage-pagenation .links {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
#pagenation.mypage-pagenation .links .link-btn.disable {
  color: #C7C4BB;
  pointer-events: none;
}
#pagenation.news-pagenation {
  background-color: unset;
}
#pagenation.news-pagenation .links .link-btn.disable {
  color: #C7C4BB;
  pointer-events: none;
}

@media (max-width: 768px) {
  .p-form-job.p-form-job--finish .p-form-job--finish__content {
    margin-top: 12px;
    background-color: #ffffff;
  }
}
.p-form-job.p-form-job--finish .p-form-job--finish__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  padding: 54px 0;
  border-radius: 8px;
}
.p-form-job.p-form-job--finish .p-form-job--finish__link {
  font-weight: 700;
  width: 170px;
  height: 60px;
}
@media (max-width: 768px) {
  .p-form-job.p-form-job--finish .p-form-job--finish__link {
    font-size: 1.6rem;
    line-height: 1.375;
    letter-spacing: 0em;
    width: 160px;
    height: 40px;
  }
}
.p-form-job.p-form-job--finish .p-form-job--finish__message {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0em;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-form-job.p-form-job--finish .p-form-job--finish__message {
    font-size: 1.5rem;
    line-height: 1.4666666667;
    letter-spacing: 0em;
    font-weight: 500;
    margin-bottom: 46px;
  }
}

@media (max-width: 768px) {
  .p-form--register .p-form--register__content {
    background-color: #ffffff;
  }
}
.p-form--register .p-form--register__container {
  padding: 60px 0;
}
.p-form--register .p-form--register__mainTitle {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .p-form--register .p-form--register__mainTitle {
    text-align: left;
    margin-bottom: 16px;
  }
}
.p-form--register .p-form--register__mainTitle.required:after {
  content: "必須";
  color: #F78F00;
  position: relative;
  margin-left: 4px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0em;
}
.p-form--register .p-form--register__mainTitle.option:after {
  content: "任意";
  color: #00C8D9;
  position: relative;
  margin-left: 4px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0em;
}
.p-form--register .p-form--register__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.p-form--register .p-form--register__actions.p-form--register__actions--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 768px) {
  .p-form--register .p-form--register__actions.p-form--register__actions--column {
    row-gap: 8px;
  }
  .p-form--register .p-form--register__actions.p-form--register__actions--column .p-form--register__actionButton {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-form--register .p-form--register__actions {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
}
.p-form--register .p-form--register__actions .p-form--register__actionButton {
  width: 170px;
  height: 60px;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-form--register .p-form--register__actions .p-form--register__actionButton {
    font-size: 1.6rem;
    line-height: 1.375;
    letter-spacing: 0em;
    width: 50%;
    height: 40px;
  }
}
.p-form--register .p-form--register__actions .p-form--register__actionButton--finish {
  width: 340px;
  height: 74px;
}
@media (max-width: 768px) {
  .p-form--register .p-form--register__actions .p-form--register__actionButton--finish {
    height: 72px;
  }
}

.job-form .main-message {
  display: block;
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .job-form .main-message {
    padding: 6.4vw 0vw 6.4vw 0vw;
  }
}
@media (min-width: 769px) {
  .job-form .main-message {
    padding: 1.7142857143vw 0vw 1.7142857143vw 0vw;
  }
}
@media (min-width: 1401px) {
  .job-form .main-message {
    padding: 24px 0px 24px 0px;
  }
}
.job-form .main-message h2 {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .job-form .main-message h2 {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .job-form .main-message h2 {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1200px) {
  .job-form .main-message h2 {
    font-size: 16px;
  }
}
.job-form .block-alert {
  display: block;
  position: relative;
  text-align: center;
  color: #E30000;
  font-size: 1.2rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .job-form .block-alert {
    margin-top: 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .job-form .block-alert {
    margin-top: 0.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .job-form .block-alert {
    margin-top: 8px;
  }
}
@media (max-width: 768px) {
  .job-form .block-alert {
    margin-bottom: 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .job-form .block-alert {
    margin-bottom: 0.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .job-form .block-alert {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .job-form .block-alert {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .job-form .block-alert {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .job-form .block-alert {
    font-size: 14px;
  }
}

.form-finish #support-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  visibility: hidden;
}
@media (max-width: 768px) {
  .form-finish #support-modal .sub-container {
    width: 100%;
  }
}
.form-finish #support-modal.open {
  visibility: visible;
}
.form-finish #support-modal .content {
  display: block;
  position: relative;
  width: 52%;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 8px;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .form-finish #support-modal .content {
    width: 92%;
  }
}
@media (max-width: 768px) {
  .form-finish #support-modal .content {
    padding: 8.5333333333vw 8.5333333333vw 8.5333333333vw 8.5333333333vw;
  }
}
@media (min-width: 769px) {
  .form-finish #support-modal .content {
    padding: 2.2857142857vw 2.2857142857vw 2.2857142857vw 2.2857142857vw;
  }
}
@media (min-width: 1401px) {
  .form-finish #support-modal .content {
    padding: 32px 32px 32px 32px;
  }
}
@media (max-width: 768px) {
  .form-finish #support-modal .content {
    padding: 16vw 16vw 16vw 16vw;
  }
}
@media (min-width: 769px) {
  .form-finish #support-modal .content {
    padding: 4.2857142857vw 4.2857142857vw 4.2857142857vw 4.2857142857vw;
  }
}
@media (min-width: 1401px) {
  .form-finish #support-modal .content {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .form-finish #support-modal .content {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .form-finish #support-modal .content {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .form-finish #support-modal .content {
    font-size: 14px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .form-finish #support-modal .content {
    padding: 10.6666666667vw 5.3333333333vw 10.6666666667vw 5.3333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .form-finish #support-modal .content {
    padding: 2.8571428571vw 1.4285714286vw 2.8571428571vw 1.4285714286vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .form-finish #support-modal .content {
    padding: 40px 20px 40px 20px;
  }
}
.form-finish #support-modal .content h4, .form-finish #support-modal .content p {
  display: block;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .form-finish #support-modal .content h4, .form-finish #support-modal .content p {
    margin-bottom: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .form-finish #support-modal .content h4, .form-finish #support-modal .content p {
    margin-bottom: 1.4285714286vw;
  }
}
@media (min-width: 1401px) {
  .form-finish #support-modal .content h4, .form-finish #support-modal .content p {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .form-finish #support-modal .content h4, .form-finish #support-modal .content p {
    text-align: justify;
  }
}
.form-finish #support-modal .content small {
  display: block;
  position: relative;
  font-size: 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  .form-finish #support-modal .content small {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 769px) {
  .form-finish #support-modal .content small {
    font-size: 0.7142857143vw;
  }
}
@media (min-width: 1200px) {
  .form-finish #support-modal .content small {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .form-finish #support-modal .content small {
    margin-bottom: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .form-finish #support-modal .content small {
    margin-bottom: 1.4285714286vw;
  }
}
@media (min-width: 1401px) {
  .form-finish #support-modal .content small {
    margin-bottom: 20px;
  }
}
.form-finish #support-modal .content .top-link {
  width: 48%;
  width: 48%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .form-finish #support-modal .content .top-link {
    width: 58%;
  }
}
@media (max-width: 768px) {
  .form-finish #support-modal .content .top-link {
    padding: 3.2vw 10.6666666667vw 3.2vw 10.6666666667vw;
  }
}
@media (min-width: 769px) {
  .form-finish #support-modal .content .top-link {
    padding: 0.8571428571vw 2.8571428571vw 0.8571428571vw 2.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .form-finish #support-modal .content .top-link {
    padding: 12px 40px 12px 40px;
  }
}

@media (max-width: 768px) {
  .form-field {
    padding: 16vw 0vw 16vw 0vw;
  }
}
@media (min-width: 769px) {
  .form-field {
    padding: 4.2857142857vw 0vw 4.2857142857vw 0vw;
  }
}
@media (min-width: 1401px) {
  .form-field {
    padding: 60px 0px 60px 0px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .form-field {
    padding: 0vw 0vw 0vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .form-field {
    padding: 0vw 0vw 0vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .form-field {
    padding: 0px 0px 0px 0px;
  }
}
.form-field .sub-container {
  background-color: #ffffff;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .form-field .sub-container {
    padding: 20.2666666667vw 0vw 20.2666666667vw 0vw;
  }
}
@media (min-width: 769px) {
  .form-field .sub-container {
    padding: 5.4285714286vw 0vw 5.4285714286vw 0vw;
  }
}
@media (min-width: 1401px) {
  .form-field .sub-container {
    padding: 76px 0px 76px 0px;
  }
}
@media (max-width: 768px) {
  .form-field .sub-container {
    width: 100%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .form-field .sub-container {
    padding: 7.4666666667vw 4.2666666667vw 7.4666666667vw 4.2666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .form-field .sub-container {
    padding: 2vw 1.1428571429vw 2vw 1.1428571429vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .form-field .sub-container {
    padding: 28px 16px 28px 16px;
  }
}
@media (max-width: 768px) {
  .form-field .sub-container--large {
    padding: 23.4666666667vw 0vw 23.4666666667vw 0vw;
  }
}
@media (min-width: 769px) {
  .form-field .sub-container--large {
    padding: 6.2857142857vw 0vw 6.2857142857vw 0vw;
  }
}
@media (min-width: 1401px) {
  .form-field .sub-container--large {
    padding: 88px 0px 88px 0px;
  }
}
.form-field .sub-container .sub-title {
  font-size: 1.8rem;
  text-align: center;
  font-size: 500;
}
@media (max-width: 768px) {
  .form-field .sub-container .sub-title {
    font-size: 4.8vw;
  }
}
@media (min-width: 769px) {
  .form-field .sub-container .sub-title {
    font-size: 1.2857142857vw;
  }
}
@media (min-width: 1200px) {
  .form-field .sub-container .sub-title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .form-field .sub-container .sub-title {
    margin-bottom: 6.4vw;
  }
}
@media (min-width: 769px) {
  .form-field .sub-container .sub-title {
    margin-bottom: 1.7142857143vw;
  }
}
@media (min-width: 1401px) {
  .form-field .sub-container .sub-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .form-field .sub-container .sub-title {
    text-align: left;
  }
}
.form-field .sub-container .sub-title.required:after {
  content: "必須";
  color: #F78F00;
  position: relative;
  margin-left: 4px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .form-field .sub-container .sub-title.required:after {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .form-field .sub-container .sub-title.required:after {
    font-size: 0.8571428571vw;
  }
}
@media (min-width: 1200px) {
  .form-field .sub-container .sub-title.required:after {
    font-size: 12px;
  }
}
.form-field .sub-container .sub-title.option:after {
  content: "任意";
  color: #00C8D9;
  position: relative;
  margin-left: 4px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .form-field .sub-container .sub-title.option:after {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .form-field .sub-container .sub-title.option:after {
    font-size: 0.8571428571vw;
  }
}
@media (min-width: 1200px) {
  .form-field .sub-container .sub-title.option:after {
    font-size: 12px;
  }
}
.form-field .sub-container .message {
  text-align: center;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .form-field .sub-container .message {
    font-size: 4vw;
  }
}
@media (min-width: 769px) {
  .form-field .sub-container .message {
    font-size: 1.2857142857vw;
  }
}
@media (min-width: 1200px) {
  .form-field .sub-container .message {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .form-field .sub-container .message {
    margin-bottom: 6.4vw;
  }
}
@media (min-width: 769px) {
  .form-field .sub-container .message {
    margin-bottom: 1.7142857143vw;
  }
}
@media (min-width: 1401px) {
  .form-field .sub-container .message {
    margin-bottom: 24px;
  }
}
.form-field .sub-container .message--small {
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .form-field .sub-container .message--small {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .form-field .sub-container .message--small {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .form-field .sub-container .message--small {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .form-field .sub-container .message {
    text-align: justify;
  }
  .form-field .sub-container .message.ta-c {
    text-align: center;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .form-field .sub-container .message.ta-c {
    margin-bottom: 11.7333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .form-field .sub-container .message.ta-c {
    margin-bottom: 3.1428571429vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .form-field .sub-container .message.ta-c {
    margin-bottom: 44px;
  }
}
.form-field .sub-container .top-link {
  width: 27%;
  margin: 0 auto;
  font-size: 1.6rem;
  display: flex;
}
@media (max-width: 768px) {
  .form-field .sub-container .top-link {
    padding: 3.2vw 10.6666666667vw 3.2vw 10.6666666667vw;
  }
}
@media (min-width: 769px) {
  .form-field .sub-container .top-link {
    padding: 0.8571428571vw 2.8571428571vw 0.8571428571vw 2.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .form-field .sub-container .top-link {
    padding: 12px 40px 12px 40px;
  }
}
@media (max-width: 768px) {
  .form-field .sub-container .top-link {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .form-field .sub-container .top-link {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .form-field .sub-container .top-link {
    font-size: 1.2857142857vw;
  }
}
@media (min-width: 1200px) {
  .form-field .sub-container .top-link {
    font-size: 18px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .form-field .sub-container .top-link {
    padding: 3.2vw 0vw 3.2vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .form-field .sub-container .top-link {
    padding: 0.8571428571vw 0vw 0.8571428571vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .form-field .sub-container .top-link {
    padding: 12px 0px 12px 0px;
  }
}
.form-field .login-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  font-size: 1.6rem;
  width: 60%;
}
@media (max-width: 768px) {
  .form-field .login-social {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .form-field .login-social {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1200px) {
  .form-field .login-social {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .form-field .login-social {
    width: 100%;
  }
}
.form-field .login-social .login-social__item {
  display: block;
  width: 58%;
}
@media (max-width: 768px) {
  .form-field .login-social .login-social__item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .form-field .login-social .login-social__item {
    margin-bottom: 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .form-field .login-social .login-social__item {
    margin-bottom: 0.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .form-field .login-social .login-social__item {
    margin-bottom: 8px;
  }
}
.form-field .login-social .login-social__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .form-field .login-social .login-social__link {
    padding: 2.1333333333vw 2.1333333333vw 2.1333333333vw 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .form-field .login-social .login-social__link {
    padding: 0.5714285714vw 0.5714285714vw 0.5714285714vw 0.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .form-field .login-social .login-social__link {
    padding: 8px 8px 8px 8px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .form-field .login-social .login-social__link {
    padding: 3.2vw 0vw 3.2vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .form-field .login-social .login-social__link {
    padding: 0.8571428571vw 0vw 0.8571428571vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .form-field .login-social .login-social__link {
    padding: 12px 0px 12px 0px;
  }
}
.form-field .login-social .login-social__link span {
  width: 100%;
  text-align: center;
}
.form-field .login-social .login-social__link:before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 3vw;
  height: 3vw;
  max-width: 32px;
  max-height: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .form-field .login-social .login-social__link:before {
    width: 12vw;
    height: 12vw;
    left: 3%;
  }
}
.form-field .login-social .login-social__link.login-social__link--line {
  background-color: #00B900;
}
.form-field .login-social .login-social__link.login-social__link--line:before {
  background-image: url("../../img/enpitta/common/icon_line.png");
}
.form-field .login-social .login-social__link.login-social__link--apple {
  background-color: #888888;
}
.form-field .login-social .login-social__link.login-social__link--google {
  background-color: #596FE5;
}
.form-field .login-social .login-social__link.login-social__link--google:before {
  background-image: url("../../img/enpitta/common/icon_google.png");
}
.form-field .login-social .login-social__link.login-social__link--yahoo {
  background-color: #D60000;
}
.form-field .login-social .login-social__link.login-social__link--yahoo:before {
  background-image: url("../../img/enpitta/common/icon_yahoo.png");
}
.form-field .login-social .login-social__link.login-social__link--facebook {
  background-color: #1877F2;
}
.form-field .admin-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .form-field .admin-login {
    padding: 8.5333333333vw 0vw 8.5333333333vw 0vw;
  }
}
@media (min-width: 769px) {
  .form-field .admin-login {
    padding: 2.2857142857vw 0vw 2.2857142857vw 0vw;
  }
}
@media (min-width: 1401px) {
  .form-field .admin-login {
    padding: 32px 0px 32px 0px;
  }
}
@media (max-width: 768px) {
  .form-field .admin-login {
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 769px) {
  .form-field .admin-login {
    font-size: 0.9285714286vw;
  }
}
@media (min-width: 1200px) {
  .form-field .admin-login {
    font-size: 13px;
  }
}
.form-field .admin-login a {
  color: #F78F00;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .job-detail .main {
    padding: 11.7333333333vw 0vw 11.7333333333vw 0vw;
  }
}
@media (min-width: 769px) {
  .job-detail .main {
    padding: 3.1428571429vw 0vw 3.1428571429vw 0vw;
  }
}
@media (min-width: 1401px) {
  .job-detail .main {
    padding: 44px 0px 44px 0px;
  }
}
@media (max-width: 768px) {
  .job-detail .main {
    padding: 0;
  }
  .job-detail .main .container {
    width: 100%;
  }
}
.job-detail .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.2rem;
  color: #00C8D9;
  text-decoration: underline;
  -webkit-text-decoration-color: #00C8D9;
          text-decoration-color: #00C8D9;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .job-detail .block {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .job-detail .block {
    font-size: 0.8571428571vw;
  }
}
@media (min-width: 1200px) {
  .job-detail .block {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .job-detail .block {
    background-color: #F8F6F1;
    color: #00C8D9;
    text-decoration: underline;
    -webkit-text-decoration-color: #00C8D9;
            text-decoration-color: #00C8D9;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .job-detail .block {
    padding: 8.5333333333vw 0vw 8.5333333333vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .job-detail .block {
    padding: 2.2857142857vw 0vw 2.2857142857vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .job-detail .block {
    padding: 32px 0px 32px 0px;
  }
}

@media (max-width: 768px) {
  #recommended {
    padding: 11.7333333333vw 0vw 11.7333333333vw 0vw;
  }
}
@media (min-width: 769px) {
  #recommended {
    padding: 3.1428571429vw 0vw 3.1428571429vw 0vw;
  }
}
@media (min-width: 1401px) {
  #recommended {
    padding: 44px 0px 44px 0px;
  }
}
@media (max-width: 768px) {
  #recommended {
    background-color: #ffffff;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  #recommended {
    padding: 7.4666666667vw 3.2vw 7.4666666667vw 3.2vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  #recommended {
    padding: 2vw 0.8571428571vw 2vw 0.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  #recommended {
    padding: 28px 12px 28px 12px;
  }
}
@media (min-width: 769px) {
  #recommended ul .slick-slide {
    margin: 0 8px;
  }
}

#bunner {
  display: block;
  position: relative;
  width: 28%;
}
#bunner .list {
  display: block;
  position: relative;
  width: 100%;
}
#bunner .list li {
  display: block;
  position: relative;
  width: 100%;
}
#bunner .list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  font-size: 1.4rem;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  #bunner .list li a {
    padding: 12.8vw 0vw 12.8vw 0vw;
  }
}
@media (min-width: 769px) {
  #bunner .list li a {
    padding: 3.4285714286vw 0vw 3.4285714286vw 0vw;
  }
}
@media (min-width: 1401px) {
  #bunner .list li a {
    padding: 48px 0px 48px 0px;
  }
}
@media (max-width: 768px) {
  #bunner .list li a {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  #bunner .list li a {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  #bunner .list li a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #bunner .list li a {
    margin-bottom: 3.2vw;
  }
}
@media (min-width: 769px) {
  #bunner .list li a {
    margin-bottom: 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  #bunner .list li a {
    margin-bottom: 12px;
  }
}

.p-profile .p-profile-content {
  position: relative;
}
.p-profile .p-profile-content-titleBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-profile .p-profile-content-titleBox__title {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-profile .p-profile-content-titleBox__title {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.p-profile .p-profile-content-titleBox__edit {
  width: 108px;
  height: 32px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-profile .p-profile-content-titleBox__edit {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0em;
    width: 68px;
    height: 28px;
  }
}

@media (max-width: 768px) {
  .mypage-profile .container {
    width: 100%;
    padding: 0;
  }
}

.mypage-profile #withdrawal-modal .container {
  overflow-y: auto;
  max-height: calc(100vh - 100px);
  margin-top: 60px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.mypage-profile #withdrawal-modal .container::-webkit-scrollbar{
  display:none;
}

.mypage-profile #withdrawal-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mypage-profile #withdrawal-modal.open {
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 100;
  z-index: 100;
}
.mypage-profile #withdrawal-modal .message-erea {
  display: block;
  position: relative;
  width: 80%;
  background-color: #ffffff;
  border-radius: 8px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .mypage-profile #withdrawal-modal .message-erea {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .mypage-profile #withdrawal-modal .message-erea {
    padding: 16vw 23.4666666667vw 16vw 23.4666666667vw;
  }
}
@media (min-width: 769px) {
  .mypage-profile #withdrawal-modal .message-erea {
    padding: 2.28571vw 4.28571vw 2.28571vw 4.28571vw;
  }
}
@media (min-width: 1401px) {
  .mypage-profile #withdrawal-modal .message-erea {
    padding: 60px 88px 60px 88px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mypage-profile #withdrawal-modal .message-erea {
    padding: 10.6666666667vw 5.3333333333vw 10.6666666667vw 5.3333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .mypage-profile #withdrawal-modal .message-erea {
    padding: 2.8571428571vw 1.4285714286vw 2.8571428571vw 1.4285714286vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .mypage-profile #withdrawal-modal .message-erea {
    padding: 40px 20px 40px 20px;
  }
}
.mypage-profile #withdrawal-modal .message-erea p {
  display: block;
  color: #444444;
  font-weight: 400;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .mypage-profile #withdrawal-modal .message-erea p {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .mypage-profile #withdrawal-modal .message-erea p {
    font-size: 1.3vw;
  }
}
@media (min-width: 1200px) {
  .mypage-profile #withdrawal-modal .message-erea p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .mypage-profile #withdrawal-modal .message-erea p {
    line-height: 5.8666666667vw;
  }
}
@media (min-width: 769px) {
  .mypage-profile #withdrawal-modal .message-erea p {
    line-height: 1.8571428571vw;
  }
}
@media (min-width: 1200px) {
  .mypage-profile #withdrawal-modal .message-erea p {
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .mypage-profile #withdrawal-modal .message-erea p {
    margin-bottom: 6.4vw;
  }
}
@media (min-width: 769px) {
  .mypage-profile #withdrawal-modal .message-erea p {
    margin-bottom: 1.7142857143vw;
  }
}
@media (min-width: 1401px) {
  .mypage-profile #withdrawal-modal .message-erea p {
    margin-bottom: 24px;
  }
}
.mypage-profile #withdrawal-modal .message-erea em {
  display: block;
  position: relative;
  text-align: center;
  font-weight: 500;
  color: #444444;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .mypage-profile #withdrawal-modal .message-erea em {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .mypage-profile #withdrawal-modal .message-erea em {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1200px) {
  .mypage-profile #withdrawal-modal .message-erea em {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .mypage-profile #withdrawal-modal .message-erea em {
    line-height: 6.4vw;
  }
}
@media (min-width: 769px) {
  .mypage-profile #withdrawal-modal .message-erea em {
    line-height: 1.8571428571vw;
  }
}
@media (min-width: 1200px) {
  .mypage-profile #withdrawal-modal .message-erea em {
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .mypage-profile #withdrawal-modal .message-erea em {
    margin-bottom: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .mypage-profile #withdrawal-modal .message-erea em {
    margin-bottom: 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .mypage-profile #withdrawal-modal .message-erea em {
    margin-bottom: 16px;
  }
}
.mypage-profile #withdrawal-modal .message-erea .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mypage-profile #withdrawal-modal .message-erea .buttons a {
  width: 48%;
}
@media (max-width: 768px) {
  .mypage-profile #withdrawal-modal .message-erea .buttons a {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .mypage-profile #withdrawal-modal .message-erea .buttons a {
    padding: 3.2vw 0vw 3.2vw 0vw;
  }
}
@media (min-width: 769px) {
  .mypage-profile #withdrawal-modal .message-erea .buttons a {
    padding: 0.8571428571vw 0vw 0.8571428571vw 0vw;
  }
}
@media (min-width: 1401px) {
  .mypage-profile #withdrawal-modal .message-erea .buttons a {
    padding: 12px 0px 12px 0px;
  }
}

.mypage-profile #withdrawal-modal .message-erea textarea  {
    resize: none;
}
.mypage-profile #withdrawal-modal .message-erea textarea.disabled {
  background-color: #ccc;
  color: #666;
  opacity: 1;
  outline: none;
  cursor: not-allowed;
}
.mypage-profile #withdrawal-modal .message-erea input[type=radio] {
  opacity: 0.6;
}
.mypage-profile #withdrawal-modal .message-erea input[type=radio]:checked {
  opacity: 1;
}
@media (max-width: 769px) {
  .mypage-profile #withdrawal-modal .message-erea table tr td .c-form__radio--dynamic label {
    width: 100%;
  }
}
.mypage-profile #withdrawal-modal .message-erea table  {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font: normal 500  1.4em/1.75 YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.8px;
    visibility: visible;
    border-style: solid;
    border-width: 0;
    box-sizing: border-box;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    width: 100%;
    font-size: 15px;
    margin-bottom: 1.85714vw;
}

.mypage-profile #info, .mypage-profile #school, .mypage-profile #job, .mypage-profile #condition {
  display: block;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .mypage-profile #info, .mypage-profile #school, .mypage-profile #job, .mypage-profile #condition {
    padding: 6.4vw 6.4vw 6.4vw 6.4vw;
  }
}
@media (min-width: 769px) {
  .mypage-profile #info, .mypage-profile #school, .mypage-profile #job, .mypage-profile #condition {
    padding: 1.7142857143vw 1.7142857143vw 1.7142857143vw 1.7142857143vw;
  }
}
@media (min-width: 1401px) {
  .mypage-profile #info, .mypage-profile #school, .mypage-profile #job, .mypage-profile #condition {
    padding: 24px 24px 24px 24px;
  }
}
@media (max-width: 768px) {
  .mypage-profile #info, .mypage-profile #school, .mypage-profile #job, .mypage-profile #condition {
    margin-bottom: 3.2vw;
  }
}
@media (min-width: 769px) {
  .mypage-profile #info, .mypage-profile #school, .mypage-profile #job, .mypage-profile #condition {
    margin-bottom: 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .mypage-profile #info, .mypage-profile #school, .mypage-profile #job, .mypage-profile #condition {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mypage-profile #info, .mypage-profile #school, .mypage-profile #job, .mypage-profile #condition {
    padding: 8vw 3.2vw 8vw 3.2vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .mypage-profile #info, .mypage-profile #school, .mypage-profile #job, .mypage-profile #condition {
    padding: 2.1428571429vw 0.8571428571vw 2.1428571429vw 0.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .mypage-profile #info, .mypage-profile #school, .mypage-profile #job, .mypage-profile #condition {
    padding: 30px 12px 30px 12px;
  }
}
.mypage-profile #info:last-child, .mypage-profile #school:last-child, .mypage-profile #job:last-child, .mypage-profile #condition:last-child {
  margin-bottom: 0;
}
.mypage-profile #info .table--full, .mypage-profile #school .table--full, .mypage-profile #job .table--full, .mypage-profile #condition .table--full {
  width: 100%;
}
.mypage-profile #info table.view, .mypage-profile #info table.edit, .mypage-profile #school table.view, .mypage-profile #school table.edit, .mypage-profile #job table.view, .mypage-profile #job table.edit, .mypage-profile #condition table.view, .mypage-profile #condition table.edit {
  width: 100%;
}
.mypage-profile #info table.view tr, .mypage-profile #info table.edit tr, .mypage-profile #school table.view tr, .mypage-profile #school table.edit tr, .mypage-profile #job table.view tr, .mypage-profile #job table.edit tr, .mypage-profile #condition table.view tr, .mypage-profile #condition table.edit tr {
  border-bottom: solid 1px #EAEAEA;
}
@media (max-width: 768px) {
  .mypage-profile #info table.view tr, .mypage-profile #info table.edit tr, .mypage-profile #school table.view tr, .mypage-profile #school table.edit tr, .mypage-profile #job table.view tr, .mypage-profile #job table.edit tr, .mypage-profile #condition table.view tr, .mypage-profile #condition table.edit tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .mypage-profile #info table.view tr.sp-border--none, .mypage-profile #info table.edit tr.sp-border--none, .mypage-profile #school table.view tr.sp-border--none, .mypage-profile #school table.edit tr.sp-border--none, .mypage-profile #job table.view tr.sp-border--none, .mypage-profile #job table.edit tr.sp-border--none, .mypage-profile #condition table.view tr.sp-border--none, .mypage-profile #condition table.edit tr.sp-border--none {
    border-bottom: none;
  }
}
.mypage-profile #info table.view tr th, .mypage-profile #info table.edit tr th, .mypage-profile #school table.view tr th, .mypage-profile #school table.edit tr th, .mypage-profile #job table.view tr th, .mypage-profile #job table.edit tr th, .mypage-profile #condition table.view tr th, .mypage-profile #condition table.edit tr th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  font-weight: 700;
  width: 24%;
  width: 24%;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .mypage-profile #info table.view tr th, .mypage-profile #info table.edit tr th, .mypage-profile #school table.view tr th, .mypage-profile #school table.edit tr th, .mypage-profile #job table.view tr th, .mypage-profile #job table.edit tr th, .mypage-profile #condition table.view tr th, .mypage-profile #condition table.edit tr th {
    padding: 4.2666666667vw 4.2666666667vw 4.2666666667vw 0vw;
  }
}
@media (min-width: 769px) {
  .mypage-profile #info table.view tr th, .mypage-profile #info table.edit tr th, .mypage-profile #school table.view tr th, .mypage-profile #school table.edit tr th, .mypage-profile #job table.view tr th, .mypage-profile #job table.edit tr th, .mypage-profile #condition table.view tr th, .mypage-profile #condition table.edit tr th {
    padding: 1.1428571429vw 1.1428571429vw 1.1428571429vw 0vw;
  }
}
@media (min-width: 1401px) {
  .mypage-profile #info table.view tr th, .mypage-profile #info table.edit tr th, .mypage-profile #school table.view tr th, .mypage-profile #school table.edit tr th, .mypage-profile #job table.view tr th, .mypage-profile #job table.edit tr th, .mypage-profile #condition table.view tr th, .mypage-profile #condition table.edit tr th {
    padding: 16px 16px 16px 0px;
  }
}
@media (max-width: 768px) {
  .mypage-profile #info table.view tr th, .mypage-profile #info table.edit tr th, .mypage-profile #school table.view tr th, .mypage-profile #school table.edit tr th, .mypage-profile #job table.view tr th, .mypage-profile #job table.edit tr th, .mypage-profile #condition table.view tr th, .mypage-profile #condition table.edit tr th {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .mypage-profile #info table.view tr th, .mypage-profile #info table.edit tr th, .mypage-profile #school table.view tr th, .mypage-profile #school table.edit tr th, .mypage-profile #job table.view tr th, .mypage-profile #job table.edit tr th, .mypage-profile #condition table.view tr th, .mypage-profile #condition table.edit tr th {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .mypage-profile #info table.view tr th, .mypage-profile #info table.edit tr th, .mypage-profile #school table.view tr th, .mypage-profile #school table.edit tr th, .mypage-profile #job table.view tr th, .mypage-profile #job table.edit tr th, .mypage-profile #condition table.view tr th, .mypage-profile #condition table.edit tr th {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .mypage-profile #info table.view tr th, .mypage-profile #info table.edit tr th, .mypage-profile #school table.view tr th, .mypage-profile #school table.edit tr th, .mypage-profile #job table.view tr th, .mypage-profile #job table.edit tr th, .mypage-profile #condition table.view tr th, .mypage-profile #condition table.edit tr th {
    font-size: 14px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mypage-profile #info table.view tr th, .mypage-profile #info table.edit tr th, .mypage-profile #school table.view tr th, .mypage-profile #school table.edit tr th, .mypage-profile #job table.view tr th, .mypage-profile #job table.edit tr th, .mypage-profile #condition table.view tr th, .mypage-profile #condition table.edit tr th {
    padding: 4.2666666667vw 0vw 1.0666666667vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .mypage-profile #info table.view tr th, .mypage-profile #info table.edit tr th, .mypage-profile #school table.view tr th, .mypage-profile #school table.edit tr th, .mypage-profile #job table.view tr th, .mypage-profile #job table.edit tr th, .mypage-profile #condition table.view tr th, .mypage-profile #condition table.edit tr th {
    padding: 1.1428571429vw 0vw 0.2857142857vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .mypage-profile #info table.view tr th, .mypage-profile #info table.edit tr th, .mypage-profile #school table.view tr th, .mypage-profile #school table.edit tr th, .mypage-profile #job table.view tr th, .mypage-profile #job table.edit tr th, .mypage-profile #condition table.view tr th, .mypage-profile #condition table.edit tr th {
    padding: 16px 0px 4px 0px;
  }
}
.mypage-profile #info table.view tr td, .mypage-profile #info table.edit tr td, .mypage-profile #school table.view tr td, .mypage-profile #school table.edit tr td, .mypage-profile #job table.view tr td, .mypage-profile #job table.edit tr td, .mypage-profile #condition table.view tr td, .mypage-profile #condition table.edit tr td {
  font-weight: 400;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .mypage-profile #info table.view tr td, .mypage-profile #info table.edit tr td, .mypage-profile #school table.view tr td, .mypage-profile #school table.edit tr td, .mypage-profile #job table.view tr td, .mypage-profile #job table.edit tr td, .mypage-profile #condition table.view tr td, .mypage-profile #condition table.edit tr td {
    padding: 4.2666666667vw 0vw 4.2666666667vw 0vw;
  }
}
@media (min-width: 769px) {
  .mypage-profile #info table.view tr td, .mypage-profile #info table.edit tr td, .mypage-profile #school table.view tr td, .mypage-profile #school table.edit tr td, .mypage-profile #job table.view tr td, .mypage-profile #job table.edit tr td, .mypage-profile #condition table.view tr td, .mypage-profile #condition table.edit tr td {
    padding: 1.1428571429vw 0vw 1.1428571429vw 0vw;
  }
}
@media (min-width: 1401px) {
  .mypage-profile #info table.view tr td, .mypage-profile #info table.edit tr td, .mypage-profile #school table.view tr td, .mypage-profile #school table.edit tr td, .mypage-profile #job table.view tr td, .mypage-profile #job table.edit tr td, .mypage-profile #condition table.view tr td, .mypage-profile #condition table.edit tr td {
    padding: 16px 0px 16px 0px;
  }
}
@media (max-width: 768px) {
  .mypage-profile #info table.view tr td, .mypage-profile #info table.edit tr td, .mypage-profile #school table.view tr td, .mypage-profile #school table.edit tr td, .mypage-profile #job table.view tr td, .mypage-profile #job table.edit tr td, .mypage-profile #condition table.view tr td, .mypage-profile #condition table.edit tr td {
    font-size: 4vw;
  }
}
@media (min-width: 769px) {
  .mypage-profile #info table.view tr td, .mypage-profile #info table.edit tr td, .mypage-profile #school table.view tr td, .mypage-profile #school table.edit tr td, .mypage-profile #job table.view tr td, .mypage-profile #job table.edit tr td, .mypage-profile #condition table.view tr td, .mypage-profile #condition table.edit tr td {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .mypage-profile #info table.view tr td, .mypage-profile #info table.edit tr td, .mypage-profile #school table.view tr td, .mypage-profile #school table.edit tr td, .mypage-profile #job table.view tr td, .mypage-profile #job table.edit tr td, .mypage-profile #condition table.view tr td, .mypage-profile #condition table.edit tr td {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .mypage-profile #info table.view tr td, .mypage-profile #info table.edit tr td, .mypage-profile #school table.view tr td, .mypage-profile #school table.edit tr td, .mypage-profile #job table.view tr td, .mypage-profile #job table.edit tr td, .mypage-profile #condition table.view tr td, .mypage-profile #condition table.edit tr td {
    width: 100%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mypage-profile #info table.view tr td, .mypage-profile #info table.edit tr td, .mypage-profile #school table.view tr td, .mypage-profile #school table.edit tr td, .mypage-profile #job table.view tr td, .mypage-profile #job table.edit tr td, .mypage-profile #condition table.view tr td, .mypage-profile #condition table.edit tr td {
    padding: 0vw 0vw 4.2666666667vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .mypage-profile #info table.view tr td, .mypage-profile #info table.edit tr td, .mypage-profile #school table.view tr td, .mypage-profile #school table.edit tr td, .mypage-profile #job table.view tr td, .mypage-profile #job table.edit tr td, .mypage-profile #condition table.view tr td, .mypage-profile #condition table.edit tr td {
    padding: 0vw 0vw 1.1428571429vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .mypage-profile #info table.view tr td, .mypage-profile #info table.edit tr td, .mypage-profile #school table.view tr td, .mypage-profile #school table.edit tr td, .mypage-profile #job table.view tr td, .mypage-profile #job table.edit tr td, .mypage-profile #condition table.view tr td, .mypage-profile #condition table.edit tr td {
    padding: 0px 0px 16px 0px;
  }
}
.mypage-profile #info table.view tr td .custom, .mypage-profile #info table.edit tr td .custom, .mypage-profile #school table.view tr td .custom, .mypage-profile #school table.edit tr td .custom, .mypage-profile #job table.view tr td .custom, .mypage-profile #job table.edit tr td .custom, .mypage-profile #condition table.view tr td .custom, .mypage-profile #condition table.edit tr td .custom {
  width: 100%;
}
@media (max-width: 768px) {
  .mypage-profile #info table.view tr td .custom, .mypage-profile #info table.edit tr td .custom, .mypage-profile #school table.view tr td .custom, .mypage-profile #school table.edit tr td .custom, .mypage-profile #job table.view tr td .custom, .mypage-profile #job table.edit tr td .custom, .mypage-profile #condition table.view tr td .custom, .mypage-profile #condition table.edit tr td .custom {
    margin-bottom: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .mypage-profile #info table.view tr td .custom, .mypage-profile #info table.edit tr td .custom, .mypage-profile #school table.view tr td .custom, .mypage-profile #school table.edit tr td .custom, .mypage-profile #job table.view tr td .custom, .mypage-profile #job table.edit tr td .custom, .mypage-profile #condition table.view tr td .custom, .mypage-profile #condition table.edit tr td .custom {
    margin-bottom: 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .mypage-profile #info table.view tr td .custom, .mypage-profile #info table.edit tr td .custom, .mypage-profile #school table.view tr td .custom, .mypage-profile #school table.edit tr td .custom, .mypage-profile #job table.view tr td .custom, .mypage-profile #job table.edit tr td .custom, .mypage-profile #condition table.view tr td .custom, .mypage-profile #condition table.edit tr td .custom {
    margin-bottom: 16px;
  }
}
.mypage-profile #info table.view tr td .custom h4, .mypage-profile #info table.edit tr td .custom h4, .mypage-profile #school table.view tr td .custom h4, .mypage-profile #school table.edit tr td .custom h4, .mypage-profile #job table.view tr td .custom h4, .mypage-profile #job table.edit tr td .custom h4, .mypage-profile #condition table.view tr td .custom h4, .mypage-profile #condition table.edit tr td .custom h4 {
  display: block;
  position: relative;
  color: #00C8D9;
  border-bottom: solid 1px #00C8D9;
  font-size: 1.4rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .mypage-profile #info table.view tr td .custom h4, .mypage-profile #info table.edit tr td .custom h4, .mypage-profile #school table.view tr td .custom h4, .mypage-profile #school table.edit tr td .custom h4, .mypage-profile #job table.view tr td .custom h4, .mypage-profile #job table.edit tr td .custom h4, .mypage-profile #condition table.view tr td .custom h4, .mypage-profile #condition table.edit tr td .custom h4 {
    padding: 2.1333333333vw 0vw 2.1333333333vw 0vw;
  }
}
@media (min-width: 769px) {
  .mypage-profile #info table.view tr td .custom h4, .mypage-profile #info table.edit tr td .custom h4, .mypage-profile #school table.view tr td .custom h4, .mypage-profile #school table.edit tr td .custom h4, .mypage-profile #job table.view tr td .custom h4, .mypage-profile #job table.edit tr td .custom h4, .mypage-profile #condition table.view tr td .custom h4, .mypage-profile #condition table.edit tr td .custom h4 {
    padding: 0.5714285714vw 0vw 0.5714285714vw 0vw;
  }
}
@media (min-width: 1401px) {
  .mypage-profile #info table.view tr td .custom h4, .mypage-profile #info table.edit tr td .custom h4, .mypage-profile #school table.view tr td .custom h4, .mypage-profile #school table.edit tr td .custom h4, .mypage-profile #job table.view tr td .custom h4, .mypage-profile #job table.edit tr td .custom h4, .mypage-profile #condition table.view tr td .custom h4, .mypage-profile #condition table.edit tr td .custom h4 {
    padding: 8px 0px 8px 0px;
  }
}
@media (max-width: 768px) {
  .mypage-profile #info table.view tr td .custom h4, .mypage-profile #info table.edit tr td .custom h4, .mypage-profile #school table.view tr td .custom h4, .mypage-profile #school table.edit tr td .custom h4, .mypage-profile #job table.view tr td .custom h4, .mypage-profile #job table.edit tr td .custom h4, .mypage-profile #condition table.view tr td .custom h4, .mypage-profile #condition table.edit tr td .custom h4 {
    margin-bottom: 3.2vw;
  }
}
@media (min-width: 769px) {
  .mypage-profile #info table.view tr td .custom h4, .mypage-profile #info table.edit tr td .custom h4, .mypage-profile #school table.view tr td .custom h4, .mypage-profile #school table.edit tr td .custom h4, .mypage-profile #job table.view tr td .custom h4, .mypage-profile #job table.edit tr td .custom h4, .mypage-profile #condition table.view tr td .custom h4, .mypage-profile #condition table.edit tr td .custom h4 {
    margin-bottom: 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .mypage-profile #info table.view tr td .custom h4, .mypage-profile #info table.edit tr td .custom h4, .mypage-profile #school table.view tr td .custom h4, .mypage-profile #school table.edit tr td .custom h4, .mypage-profile #job table.view tr td .custom h4, .mypage-profile #job table.edit tr td .custom h4, .mypage-profile #condition table.view tr td .custom h4, .mypage-profile #condition table.edit tr td .custom h4 {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .mypage-profile #info table.view tr td .custom h4, .mypage-profile #info table.edit tr td .custom h4, .mypage-profile #school table.view tr td .custom h4, .mypage-profile #school table.edit tr td .custom h4, .mypage-profile #job table.view tr td .custom h4, .mypage-profile #job table.edit tr td .custom h4, .mypage-profile #condition table.view tr td .custom h4, .mypage-profile #condition table.edit tr td .custom h4 {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .mypage-profile #info table.view tr td .custom h4, .mypage-profile #info table.edit tr td .custom h4, .mypage-profile #school table.view tr td .custom h4, .mypage-profile #school table.edit tr td .custom h4, .mypage-profile #job table.view tr td .custom h4, .mypage-profile #job table.edit tr td .custom h4, .mypage-profile #condition table.view tr td .custom h4, .mypage-profile #condition table.edit tr td .custom h4 {
    font-size: 1.0714285714vw;
  }
}
@media (min-width: 1200px) {
  .mypage-profile #info table.view tr td .custom h4, .mypage-profile #info table.edit tr td .custom h4, .mypage-profile #school table.view tr td .custom h4, .mypage-profile #school table.edit tr td .custom h4, .mypage-profile #job table.view tr td .custom h4, .mypage-profile #job table.edit tr td .custom h4, .mypage-profile #condition table.view tr td .custom h4, .mypage-profile #condition table.edit tr td .custom h4 {
    font-size: 15px;
  }
}
.mypage-profile #info table.view tr td .custom h4:after, .mypage-profile #info table.edit tr td .custom h4:after, .mypage-profile #school table.view tr td .custom h4:after, .mypage-profile #school table.edit tr td .custom h4:after, .mypage-profile #job table.view tr td .custom h4:after, .mypage-profile #job table.edit tr td .custom h4:after, .mypage-profile #condition table.view tr td .custom h4:after, .mypage-profile #condition table.edit tr td .custom h4:after {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translate(0%, -50%) rotate(0);
          transform: translate(0%, -50%) rotate(0);
  height: 16px;
  width: 16px;
  background-image: url(../images/common/arrow_achodion.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.mypage-profile #info table.view tr td .custom h4.close:after, .mypage-profile #info table.edit tr td .custom h4.close:after, .mypage-profile #school table.view tr td .custom h4.close:after, .mypage-profile #school table.edit tr td .custom h4.close:after, .mypage-profile #job table.view tr td .custom h4.close:after, .mypage-profile #job table.edit tr td .custom h4.close:after, .mypage-profile #condition table.view tr td .custom h4.close:after, .mypage-profile #condition table.edit tr td .custom h4.close:after {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translate(0%, -50%) rotate(180deg);
          transform: translate(0%, -50%) rotate(180deg);
}
.mypage-profile #info table.view tr td .custom .slide-hide, .mypage-profile #info table.edit tr td .custom .slide-hide, .mypage-profile #school table.view tr td .custom .slide-hide, .mypage-profile #school table.edit tr td .custom .slide-hide, .mypage-profile #job table.view tr td .custom .slide-hide, .mypage-profile #job table.edit tr td .custom .slide-hide, .mypage-profile #condition table.view tr td .custom .slide-hide, .mypage-profile #condition table.edit tr td .custom .slide-hide {
  display: none;
}
.mypage-profile .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .mypage-profile .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mypage-profile .links {
    padding: 6.4vw 0vw 6.4vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .mypage-profile .links {
    padding: 1.7142857143vw 0vw 1.7142857143vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .mypage-profile .links {
    padding: 24px 0px 24px 0px;
  }
}
.mypage-profile .links a {
  color: #00C8D9;
  text-decoration: underline;
  font-size: 1.3rem;
  margin-right: 24px;
}
@media (max-width: 768px) {
  .mypage-profile .links a {
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 769px) {
  .mypage-profile .links a {
    font-size: 0.9285714286vw;
  }
}
@media (min-width: 1200px) {
  .mypage-profile .links a {
    font-size: 13px;
  }
}
.mypage-profile .links a:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .mypage-profile .links a {
    margin-bottom: 16px;
    margin-right: 0;
  }
}

/* 違反行為の報告 */
@media (max-width: 768px) {
  .mypage-report-misconduct-entry .container {
    width: 100%;
    padding: 0;
  }
}

.mypage-report-misconduct-entry #info, .mypage-report-misconduct-entry #school, .mypage-report-misconduct-entry #job, .mypage-report-misconduct-entry #condition {
  display: block;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

.mypage-report-misconduct-entry #info .view-header .view-title, .mypage-report-misconduct-entry #school .view-header .view-title, .mypage-report-misconduct-entry #job .view-header .view-title, .mypage-report-misconduct-entry #condition .view-header .view-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #444444;
}

@media (max-width: 768px) {
  .mypage-report-misconduct-entry #info .view-header .view-title, .mypage-report-misconduct-entry #school .view-header .view-title, .mypage-report-misconduct-entry #job .view-header .view-title, .mypage-report-misconduct-entry #condition .view-header .view-title {
    font-size: 4.8vw;
  }
}

@media (min-width: 769px) {
  .mypage-report-misconduct-entry #info .view-header .view-title, .mypage-report-misconduct-entry #school .view-header .view-title, .mypage-report-misconduct-entry #job .view-header .view-title, .mypage-report-misconduct-entry #condition .view-header .view-title {
    font-size: 1.28571vw;
  }
}

@media (min-width: 1200px) {
  .mypage-report-misconduct-entry #info .view-header .view-title, .mypage-report-misconduct-entry #school .view-header .view-title, .mypage-report-misconduct-entry #job .view-header .view-title, .mypage-report-misconduct-entry #condition .view-header .view-title {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
    .mypage-report-misconduct-entry #info, .mypage-report-misconduct-entry #school, .mypage-report-misconduct-entry #job, .mypage-report-misconduct-entry #condition {
      padding: 6.4vw 6.4vw 6.4vw 6.4vw;
    }
  }

  @media (min-width: 769px) {
    .mypage-report-misconduct-entry #info, .mypage-report-misconduct-entry #school, .mypage-report-misconduct-entry #job, .mypage-report-misconduct-entry #condition {
      padding: 1.71429vw 1.71429vw 1.71429vw 1.71429vw;
    }
  }

  @media (min-width: 1401px) {
    .mypage-report-misconduct-entry #info, .mypage-report-misconduct-entry #school, .mypage-report-misconduct-entry #job, .mypage-report-misconduct-entry #condition {
      padding: 24px 24px 24px 24px;
    }
  }

  @media (max-width: 768px) {
    .mypage-report-misconduct-entry #info, .mypage-report-misconduct-entry #school, .mypage-report-misconduct-entry #job, .mypage-report-misconduct-entry #condition {
      margin-bottom: 3.2vw;
    }
  }

  @media (min-width: 769px) {
    .mypage-report-misconduct-entry #info, .mypage-report-misconduct-entry #school, .mypage-report-misconduct-entry #job, .mypage-report-misconduct-entry #condition {
      margin-bottom: 0.85714vw;
    }
  }

  @media (min-width: 1401px) {
    .mypage-report-misconduct-entry #info, .mypage-report-misconduct-entry #school, .mypage-report-misconduct-entry #job, .mypage-report-misconduct-entry #condition {
      margin-bottom: 12px;
    }
  }

  @media (max-width: 768px) and (max-width: 768px) {
    .mypage-report-misconduct-entry #info, .mypage-report-misconduct-entry #school, .mypage-report-misconduct-entry #job, .mypage-report-misconduct-entry #condition {
      padding: 8vw 3.2vw 8vw 3.2vw;
    }
  }

  @media (max-width: 768px) and (min-width: 769px) {
    .mypage-report-misconduct-entry #info, .mypage-report-misconduct-entry #school, .mypage-report-misconduct-entry #job, .mypage-report-misconduct-entry #condition {
      padding: 2.14286vw 0.85714vw 2.14286vw 0.85714vw;
    }
  }

  @media (max-width: 768px) and (min-width: 1401px) {
    .mypage-report-misconduct-entry #info, .mypage-report-misconduct-entry #school, .mypage-report-misconduct-entry #job, .mypage-report-misconduct-entry #condition {
      padding: 30px 12px 30px 12px;
    }
  }

  .mypage-report-misconduct-entry #info:last-child, .mypage-report-misconduct-entry #school:last-child, .mypage-report-misconduct-entry #job:last-child, .mypage-report-misconduct-entry #condition:last-child {
    margin-bottom: 0;
  }

  .mypage-report-misconduct-entry #info .table--full, .mypage-report-misconduct-entry #school .table--full, .mypage-report-misconduct-entry #job .table--full, .mypage-report-misconduct-entry #condition .table--full {
    width: 100%;
  }

  .mypage-report-misconduct-entry #info .view-header, .mypage-report-misconduct-entry #school .view-header, .mypage-report-misconduct-entry #job .view-header, .mypage-report-misconduct-entry #condition .view-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .mypage-report-misconduct-entry #info .view-header a, .mypage-report-misconduct-entry #school .view-header a, .mypage-report-misconduct-entry #job .view-header a, .mypage-report-misconduct-entry #condition .view-header a {
    font-size: 1.2rem;
  }

  @media (max-width: 768px) {
    .mypage-report-misconduct-entry #info .view-header a, .mypage-report-misconduct-entry #school .view-header a, .mypage-report-misconduct-entry #job .view-header a, .mypage-report-misconduct-entry #condition .view-header a {
      font-size: 3.2vw;
    }
  }

  @media (min-width: 769px) {
    .mypage-report-misconduct-entry #info .view-header a, .mypage-report-misconduct-entry #school .view-header a, .mypage-report-misconduct-entry #job .view-header a, .mypage-report-misconduct-entry #condition .view-header a {
      font-size: 1vw;
    }
  }

  @media (min-width: 1200px) {
    .mypage-report-misconduct-entry #info .view-header a, .mypage-report-misconduct-entry #school .view-header a, .mypage-report-misconduct-entry #job .view-header a, .mypage-report-misconduct-entry #condition .view-header a {
      font-size: 14px;
    }
  }

  @media (max-width: 768px) {
    .mypage-report-misconduct-entry #info .view-header a, .mypage-report-misconduct-entry #school .view-header a, .mypage-report-misconduct-entry #job .view-header a, .mypage-report-misconduct-entry #condition .view-header a {
      padding: 2.13333vw 6.4vw 2.13333vw 6.4vw;
    }
  }

  @media (min-width: 769px) {
    .mypage-report-misconduct-entry #info .view-header a, .mypage-report-misconduct-entry #school .view-header a, .mypage-report-misconduct-entry #job .view-header a, .mypage-report-misconduct-entry #condition .view-header a {
      padding: 0.57143vw 1.71429vw 0.57143vw 1.71429vw;
    }
  }

  @media (min-width: 1401px) {
    .mypage-report-misconduct-entry #info .view-header a, .mypage-report-misconduct-entry #school .view-header a, .mypage-report-misconduct-entry #job .view-header a, .mypage-report-misconduct-entry #condition .view-header a {
      padding: 8px 24px 8px 24px;
    }
  }

  .mypage-report-misconduct-entry #info table.view, .mypage-report-misconduct-entry #info table.edit, .mypage-report-misconduct-entry #school table.view, .mypage-report-misconduct-entry #school table.edit, .mypage-report-misconduct-entry #job table.view, .mypage-report-misconduct-entry #job table.edit, .mypage-report-misconduct-entry #condition table.view, .mypage-report-misconduct-entry #condition table.edit {
    width: 100%;
  }

  .mypage-report-misconduct-entry #info table.view tr, .mypage-report-misconduct-entry #info table.edit tr, .mypage-report-misconduct-entry #school table.view tr, .mypage-report-misconduct-entry #school table.edit tr, .mypage-report-misconduct-entry #job table.view tr, .mypage-report-misconduct-entry #job table.edit tr, .mypage-report-misconduct-entry #condition table.view tr, .mypage-report-misconduct-entry #condition table.edit tr {
    border-bottom: solid 1px #EAEAEA;
  }

  @media (max-width: 768px) {
    .mypage-report-misconduct-entry #info table.view tr, .mypage-report-misconduct-entry #info table.edit tr, .mypage-report-misconduct-entry #school table.view tr, .mypage-report-misconduct-entry #school table.edit tr, .mypage-report-misconduct-entry #job table.view tr, .mypage-report-misconduct-entry #job table.edit tr, .mypage-report-misconduct-entry #condition table.view tr, .mypage-report-misconduct-entry #condition table.edit tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
    }
    .mypage-report-misconduct-entry #info table.view tr.sp-border--none, .mypage-report-misconduct-entry #info table.edit tr.sp-border--none, .mypage-report-misconduct-entry #school table.view tr.sp-border--none, .mypage-report-misconduct-entry #school table.edit tr.sp-border--none, .mypage-report-misconduct-entry #job table.view tr.sp-border--none, .mypage-report-misconduct-entry #job table.edit tr.sp-border--none, .mypage-report-misconduct-entry #condition table.view tr.sp-border--none, .mypage-report-misconduct-entry #condition table.edit tr.sp-border--none {
      border-bottom: none;
    }
  }

  .mypage-report-misconduct-entry #info table.view tr th, .mypage-report-misconduct-entry #info table.edit tr th, .mypage-report-misconduct-entry #school table.view tr th, .mypage-report-misconduct-entry #school table.edit tr th, .mypage-report-misconduct-entry #job table.view tr th, .mypage-report-misconduct-entry #job table.edit tr th, .mypage-report-misconduct-entry #condition table.view tr th, .mypage-report-misconduct-entry #condition table.edit tr th {
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    font-weight: 400;
    width: 24%;
    width: 24%;
    font-size: 1.4rem;
    font-weight: bold;
  }

  @media (max-width: 768px) {
    .mypage-report-misconduct-entry #info table.view tr th, .mypage-report-misconduct-entry #info table.edit tr th, .mypage-report-misconduct-entry #school table.view tr th, .mypage-report-misconduct-entry #school table.edit tr th, .mypage-report-misconduct-entry #job table.view tr th, .mypage-report-misconduct-entry #job table.edit tr th, .mypage-report-misconduct-entry #condition table.view tr th, .mypage-report-misconduct-entry #condition table.edit tr th {
      padding: 4.26667vw 4.26667vw 4.26667vw 0vw;
    }
  }

  @media (min-width: 769px) {
    .mypage-report-misconduct-entry #info table.view tr th, .mypage-report-misconduct-entry #info table.edit tr th, .mypage-report-misconduct-entry #school table.view tr th, .mypage-report-misconduct-entry #school table.edit tr th, .mypage-report-misconduct-entry #job table.view tr th, .mypage-report-misconduct-entry #job table.edit tr th, .mypage-report-misconduct-entry #condition table.view tr th, .mypage-report-misconduct-entry #condition table.edit tr th {
      padding: 1.14286vw 1.14286vw 1.14286vw 0vw;
    }
  }

  @media (min-width: 1401px) {
    .mypage-report-misconduct-entry #info table.view tr th, .mypage-report-misconduct-entry #info table.edit tr th, .mypage-report-misconduct-entry #school table.view tr th, .mypage-report-misconduct-entry #school table.edit tr th, .mypage-report-misconduct-entry #job table.view tr th, .mypage-report-misconduct-entry #job table.edit tr th, .mypage-report-misconduct-entry #condition table.view tr th, .mypage-report-misconduct-entry #condition table.edit tr th {
      padding: 16px 16px 16px 0px;
    }
  }

  @media (max-width: 768px) {
    .mypage-report-misconduct-entry #info table.view tr th, .mypage-report-misconduct-entry #info table.edit tr th, .mypage-report-misconduct-entry #school table.view tr th, .mypage-report-misconduct-entry #school table.edit tr th, .mypage-report-misconduct-entry #job table.view tr th, .mypage-report-misconduct-entry #job table.edit tr th, .mypage-report-misconduct-entry #condition table.view tr th, .mypage-report-misconduct-entry #condition table.edit tr th {
      width: 100%;
    }
  }

  @media (max-width: 768px) {
    .mypage-report-misconduct-entry #info table.view tr th, .mypage-report-misconduct-entry #info table.edit tr th, .mypage-report-misconduct-entry #school table.view tr th, .mypage-report-misconduct-entry #school table.edit tr th, .mypage-report-misconduct-entry #job table.view tr th, .mypage-report-misconduct-entry #job table.edit tr th, .mypage-report-misconduct-entry #condition table.view tr th, .mypage-report-misconduct-entry #condition table.edit tr th {
      font-size: 3.73333vw;
    }
  }

  @media (min-width: 769px) {
    .mypage-report-misconduct-entry #info table.view tr th, .mypage-report-misconduct-entry #info table.edit tr th, .mypage-report-misconduct-entry #school table.view tr th, .mypage-report-misconduct-entry #school table.edit tr th, .mypage-report-misconduct-entry #job table.view tr th, .mypage-report-misconduct-entry #job table.edit tr th, .mypage-report-misconduct-entry #condition table.view tr th, .mypage-report-misconduct-entry #condition table.edit tr th {
      font-size: 1vw;
    }
  }

  @media (min-width: 1200px) {
    .mypage-report-misconduct-entry #info table.view tr th, .mypage-report-misconduct-entry #info table.edit tr th, .mypage-report-misconduct-entry #school table.view tr th, .mypage-report-misconduct-entry #school table.edit tr th, .mypage-report-misconduct-entry #job table.view tr th, .mypage-report-misconduct-entry #job table.edit tr th, .mypage-report-misconduct-entry #condition table.view tr th, .mypage-report-misconduct-entry #condition table.edit tr th {
      font-size: 14px;
    }
  }

  @media (max-width: 768px) and (max-width: 768px) {
    .mypage-report-misconduct-entry #info table.view tr th, .mypage-report-misconduct-entry #info table.edit tr th, .mypage-report-misconduct-entry #school table.view tr th, .mypage-report-misconduct-entry #school table.edit tr th, .mypage-report-misconduct-entry #job table.view tr th, .mypage-report-misconduct-entry #job table.edit tr th, .mypage-report-misconduct-entry #condition table.view tr th, .mypage-report-misconduct-entry #condition table.edit tr th {
      padding: 4.26667vw 0vw 1.06667vw 0vw;
    }
  }

  @media (max-width: 768px) and (min-width: 769px) {
    .mypage-report-misconduct-entry #info table.view tr th, .mypage-report-misconduct-entry #info table.edit tr th, .mypage-report-misconduct-entry #school table.view tr th, .mypage-report-misconduct-entry #school table.edit tr th, .mypage-report-misconduct-entry #job table.view tr th, .mypage-report-misconduct-entry #job table.edit tr th, .mypage-report-misconduct-entry #condition table.view tr th, .mypage-report-misconduct-entry #condition table.edit tr th {
      padding: 1.14286vw 0vw 0.28571vw 0vw;
    }
  }

  @media (max-width: 768px) and (min-width: 1401px) {
    .mypage-report-misconduct-entry #info table.view tr th, .mypage-report-misconduct-entry #info table.edit tr th, .mypage-report-misconduct-entry #school table.view tr th, .mypage-report-misconduct-entry #school table.edit tr th, .mypage-report-misconduct-entry #job table.view tr th, .mypage-report-misconduct-entry #job table.edit tr th, .mypage-report-misconduct-entry #condition table.view tr th, .mypage-report-misconduct-entry #condition table.edit tr th {
      padding: 16px 0px 4px 0px;
    }
  }

  .mypage-report-misconduct-entry #info table.view tr td, .mypage-report-misconduct-entry #info table.edit tr td, .mypage-report-misconduct-entry #school table.view tr td, .mypage-report-misconduct-entry #school table.edit tr td, .mypage-report-misconduct-entry #job table.view tr td, .mypage-report-misconduct-entry #job table.edit tr td, .mypage-report-misconduct-entry #condition table.view tr td, .mypage-report-misconduct-entry #condition table.edit tr td {
    font-weight: 400;
    font-size: 1.5rem;
  }

  @media (max-width: 768px) {
    .mypage-report-misconduct-entry #info table.view tr td, .mypage-report-misconduct-entry #info table.edit tr td, .mypage-report-misconduct-entry #school table.view tr td, .mypage-report-misconduct-entry #school table.edit tr td, .mypage-report-misconduct-entry #job table.view tr td, .mypage-report-misconduct-entry #job table.edit tr td, .mypage-report-misconduct-entry #condition table.view tr td, .mypage-report-misconduct-entry #condition table.edit tr td {
      padding: 4.26667vw 0vw 4.26667vw 0vw;
    }
  }

  @media (min-width: 769px) {
    .mypage-report-misconduct-entry #info table.view tr td, .mypage-report-misconduct-entry #info table.edit tr td, .mypage-report-misconduct-entry #school table.view tr td, .mypage-report-misconduct-entry #school table.edit tr td, .mypage-report-misconduct-entry #job table.view tr td, .mypage-report-misconduct-entry #job table.edit tr td, .mypage-report-misconduct-entry #condition table.view tr td, .mypage-report-misconduct-entry #condition table.edit tr td {
      padding: 1.14286vw 0vw 1.14286vw 0vw;
    }
  }

  @media (min-width: 1401px) {
    .mypage-report-misconduct-entry #info table.view tr td, .mypage-report-misconduct-entry #info table.edit tr td, .mypage-report-misconduct-entry #school table.view tr td, .mypage-report-misconduct-entry #school table.edit tr td, .mypage-report-misconduct-entry #job table.view tr td, .mypage-report-misconduct-entry #job table.edit tr td, .mypage-report-misconduct-entry #condition table.view tr td, .mypage-report-misconduct-entry #condition table.edit tr td {
      padding: 16px 0px 16px 0px;
    }
  }

  @media (max-width: 768px) {
    .mypage-report-misconduct-entry #info table.view tr td, .mypage-report-misconduct-entry #info table.edit tr td, .mypage-report-misconduct-entry #school table.view tr td, .mypage-report-misconduct-entry #school table.edit tr td, .mypage-report-misconduct-entry #job table.view tr td, .mypage-report-misconduct-entry #job table.edit tr td, .mypage-report-misconduct-entry #condition table.view tr td, .mypage-report-misconduct-entry #condition table.edit tr td {
      font-size: 4vw;
    }
  }

  @media (min-width: 769px) {
    .mypage-report-misconduct-entry #info table.view tr td, .mypage-report-misconduct-entry #info table.edit tr td, .mypage-report-misconduct-entry #school table.view tr td, .mypage-report-misconduct-entry #school table.edit tr td, .mypage-report-misconduct-entry #job table.view tr td, .mypage-report-misconduct-entry #job table.edit tr td, .mypage-report-misconduct-entry #condition table.view tr td, .mypage-report-misconduct-entry #condition table.edit tr td {
      font-size: 1vw;
    }
  }

  @media (min-width: 1200px) {
    .mypage-report-misconduct-entry #info table.view tr td, .mypage-report-misconduct-entry #info table.edit tr td, .mypage-report-misconduct-entry #school table.view tr td, .mypage-report-misconduct-entry #school table.edit tr td, .mypage-report-misconduct-entry #job table.view tr td, .mypage-report-misconduct-entry #job table.edit tr td, .mypage-report-misconduct-entry #condition table.view tr td, .mypage-report-misconduct-entry #condition table.edit tr td {
      font-size: 14px;
    }
  }

  @media (max-width: 768px) {
    .mypage-report-misconduct-entry #info table.view tr td, .mypage-report-misconduct-entry #info table.edit tr td, .mypage-report-misconduct-entry #school table.view tr td, .mypage-report-misconduct-entry #school table.edit tr td, .mypage-report-misconduct-entry #job table.view tr td, .mypage-report-misconduct-entry #job table.edit tr td, .mypage-report-misconduct-entry #condition table.view tr td, .mypage-report-misconduct-entry #condition table.edit tr td {
      width: 100%;
    }
  }

  @media (max-width: 768px) and (max-width: 768px) {
    .mypage-report-misconduct-entry #info table.view tr td, .mypage-report-misconduct-entry #info table.edit tr td, .mypage-report-misconduct-entry #school table.view tr td, .mypage-report-misconduct-entry #school table.edit tr td, .mypage-report-misconduct-entry #job table.view tr td, .mypage-report-misconduct-entry #job table.edit tr td, .mypage-report-misconduct-entry #condition table.view tr td, .mypage-report-misconduct-entry #condition table.edit tr td {
      padding: 0vw 0vw 4.26667vw 0vw;
    }
  }

  @media (max-width: 768px) and (min-width: 769px) {
    .mypage-report-misconduct-entry #info table.view tr td, .mypage-report-misconduct-entry #info table.edit tr td, .mypage-report-misconduct-entry #school table.view tr td, .mypage-report-misconduct-entry #school table.edit tr td, .mypage-report-misconduct-entry #job table.view tr td, .mypage-report-misconduct-entry #job table.edit tr td, .mypage-report-misconduct-entry #condition table.view tr td, .mypage-report-misconduct-entry #condition table.edit tr td {
      padding: 0vw 0vw 1.14286vw 0vw;
    }
  }

  @media (max-width: 768px) and (min-width: 1401px) {
    .mypage-report-misconduct-entry #info table.view tr td, .mypage-report-misconduct-entry #info table.edit tr td, .mypage-report-misconduct-entry #school table.view tr td, .mypage-report-misconduct-entry #school table.edit tr td, .mypage-report-misconduct-entry #job table.view tr td, .mypage-report-misconduct-entry #job table.edit tr td, .mypage-report-misconduct-entry #condition table.view tr td, .mypage-report-misconduct-entry #condition table.edit tr td {
      padding: 0px 0px 16px 0px;
    }
  }

  .mypage-report-misconduct-entry #info table.view tr td .custom, .mypage-report-misconduct-entry #info table.edit tr td .custom, .mypage-report-misconduct-entry #school table.view tr td .custom, .mypage-report-misconduct-entry #school table.edit tr td .custom, .mypage-report-misconduct-entry #job table.view tr td .custom, .mypage-report-misconduct-entry #job table.edit tr td .custom, .mypage-report-misconduct-entry #condition table.view tr td .custom, .mypage-report-misconduct-entry #condition table.edit tr td .custom {
    width: 100%;
  }

  @media (max-width: 768px) {
    .mypage-report-misconduct-entry #info table.view tr td .custom, .mypage-report-misconduct-entry #info table.edit tr td .custom, .mypage-report-misconduct-entry #school table.view tr td .custom, .mypage-report-misconduct-entry #school table.edit tr td .custom, .mypage-report-misconduct-entry #job table.view tr td .custom, .mypage-report-misconduct-entry #job table.edit tr td .custom, .mypage-report-misconduct-entry #condition table.view tr td .custom, .mypage-report-misconduct-entry #condition table.edit tr td .custom {
      margin-bottom: 4.26667vw;
    }
  }

  @media (min-width: 769px) {
    .mypage-report-misconduct-entry #info table.view tr td .custom, .mypage-report-misconduct-entry #info table.edit tr td .custom, .mypage-report-misconduct-entry #school table.view tr td .custom, .mypage-report-misconduct-entry #school table.edit tr td .custom, .mypage-report-misconduct-entry #job table.view tr td .custom, .mypage-report-misconduct-entry #job table.edit tr td .custom, .mypage-report-misconduct-entry #condition table.view tr td .custom, .mypage-report-misconduct-entry #condition table.edit tr td .custom {
      margin-bottom: 1.14286vw;
    }
  }

  @media (min-width: 1401px) {
    .mypage-report-misconduct-entry #info table.view tr td .custom, .mypage-report-misconduct-entry #info table.edit tr td .custom, .mypage-report-misconduct-entry #school table.view tr td .custom, .mypage-report-misconduct-entry #school table.edit tr td .custom, .mypage-report-misconduct-entry #job table.view tr td .custom, .mypage-report-misconduct-entry #job table.edit tr td .custom, .mypage-report-misconduct-entry #condition table.view tr td .custom, .mypage-report-misconduct-entry #condition table.edit tr td .custom {
      margin-bottom: 16px;
    }
  }

  .mypage-report-misconduct-entry #info .custom h4, .mypage-report-misconduct-entry #info table.edit tr td .custom h4, .mypage-report-misconduct-entry #school table.view tr td .custom h4, .mypage-report-misconduct-entry #school table.edit tr td .custom h4, .mypage-report-misconduct-entry #job table.view tr td .custom h4, .mypage-report-misconduct-entry #job table.edit tr td .custom h4, .mypage-report-misconduct-entry #condition table.view tr td .custom h4, .mypage-report-misconduct-entry #condition table.edit tr td .custom h4 {
    display: block;
    position: relative;
    color: #00C8D9;
    border-bottom: solid 1px #00C8D9;
    font-size: 1.4rem;
    cursor: pointer;
  }

  @media (max-width: 768px) {
    .mypage-report-misconduct-entry #info  .custom h4, .mypage-report-misconduct-entry #info table.edit tr td .custom h4, .mypage-report-misconduct-entry #school table.view tr td .custom h4, .mypage-report-misconduct-entry #school table.edit tr td .custom h4, .mypage-report-misconduct-entry #job table.view tr td .custom h4, .mypage-report-misconduct-entry #job table.edit tr td .custom h4, .mypage-report-misconduct-entry #condition table.view tr td .custom h4, .mypage-report-misconduct-entry #condition table.edit tr td .custom h4 {
      padding: 2.13333vw 0vw 2.13333vw 0vw;
    }
  }

  @media (min-width: 769px) {
    .mypage-report-misconduct-entry #info  .custom h4, .mypage-report-misconduct-entry #info table.edit tr td .custom h4, .mypage-report-misconduct-entry #school table.view tr td .custom h4, .mypage-report-misconduct-entry #school table.edit tr td .custom h4, .mypage-report-misconduct-entry #job table.view tr td .custom h4, .mypage-report-misconduct-entry #job table.edit tr td .custom h4, .mypage-report-misconduct-entry #condition table.view tr td .custom h4, .mypage-report-misconduct-entry #condition table.edit tr td .custom h4 {
      padding: 0.57143vw 0vw 0.57143vw 0vw;
    }
  }

  @media (min-width: 1401px) {
    .mypage-report-misconduct-entry #info .custom h4, .mypage-report-misconduct-entry #info table.edit tr td .custom h4, .mypage-report-misconduct-entry #school table.view tr td .custom h4, .mypage-report-misconduct-entry #school table.edit tr td .custom h4, .mypage-report-misconduct-entry #job table.view tr td .custom h4, .mypage-report-misconduct-entry #job table.edit tr td .custom h4, .mypage-report-misconduct-entry #condition table.view tr td .custom h4, .mypage-report-misconduct-entry #condition table.edit tr td .custom h4 {
      padding: 8px 0px 8px 0px;
    }
  }

  @media (max-width: 768px) {
    .mypage-report-misconduct-entry #info .custom h4, .mypage-report-misconduct-entry #info table.edit tr td .custom h4, .mypage-report-misconduct-entry #school table.view tr td .custom h4, .mypage-report-misconduct-entry #school table.edit tr td .custom h4, .mypage-report-misconduct-entry #job table.view tr td .custom h4, .mypage-report-misconduct-entry #job table.edit tr td .custom h4, .mypage-report-misconduct-entry #condition table.view tr td .custom h4, .mypage-report-misconduct-entry #condition table.edit tr td .custom h4 {
      margin-bottom: 3.2vw;
    }
  }

  @media (min-width: 769px) {
    .mypage-report-misconduct-entry #info .custom h4, .mypage-report-misconduct-entry #info table.edit tr td .custom h4, .mypage-report-misconduct-entry #school table.view tr td .custom h4, .mypage-report-misconduct-entry #school table.edit tr td .custom h4, .mypage-report-misconduct-entry #job table.view tr td .custom h4, .mypage-report-misconduct-entry #job table.edit tr td .custom h4, .mypage-report-misconduct-entry #condition table.view tr td .custom h4, .mypage-report-misconduct-entry #condition table.edit tr td .custom h4 {
      margin-bottom: 0.85714vw;
    }
  }

  @media (min-width: 1401px) {
    .mypage-report-misconduct-entry #info .custom h4, .mypage-report-misconduct-entry #info table.edit tr td .custom h4, .mypage-report-misconduct-entry #school table.view tr td .custom h4, .mypage-report-misconduct-entry #school table.edit tr td .custom h4, .mypage-report-misconduct-entry #job table.view tr td .custom h4, .mypage-report-misconduct-entry #job table.edit tr td .custom h4, .mypage-report-misconduct-entry #condition table.view tr td .custom h4, .mypage-report-misconduct-entry #condition table.edit tr td .custom h4 {
      margin-bottom: 12px;
    }
  }

  @media (max-width: 768px) {
    .mypage-report-misconduct-entry #info .custom h4, .mypage-report-misconduct-entry #info table.edit tr td .custom h4, .mypage-report-misconduct-entry #school table.view tr td .custom h4, .mypage-report-misconduct-entry #school table.edit tr td .custom h4, .mypage-report-misconduct-entry #job table.view tr td .custom h4, .mypage-report-misconduct-entry #job table.edit tr td .custom h4, .mypage-report-misconduct-entry #condition table.view tr td .custom h4, .mypage-report-misconduct-entry #condition table.edit tr td .custom h4 {
      font-size: 3.73333vw;
    }
  }

  @media (min-width: 769px) {
    .mypage-report-misconduct-entry #info .custom h4, .mypage-report-misconduct-entry #info table.edit tr td .custom h4, .mypage-report-misconduct-entry #school table.view tr td .custom h4, .mypage-report-misconduct-entry #school table.edit tr td .custom h4, .mypage-report-misconduct-entry #job table.view tr td .custom h4, .mypage-report-misconduct-entry #job table.edit tr td .custom h4, .mypage-report-misconduct-entry #condition table.view tr td .custom h4, .mypage-report-misconduct-entry #condition table.edit tr td .custom h4 {
      font-size: 1.07143vw;
    }
  }

  @media (min-width: 1200px) {
    .mypage-report-misconduct-entry #info .custom h4, .mypage-report-misconduct-entry #info table.edit tr td .custom h4, .mypage-report-misconduct-entry #school table.view tr td .custom h4, .mypage-report-misconduct-entry #school table.edit tr td .custom h4, .mypage-report-misconduct-entry #job table.view tr td .custom h4, .mypage-report-misconduct-entry #job table.edit tr td .custom h4, .mypage-report-misconduct-entry #condition table.view tr td .custom h4, .mypage-report-misconduct-entry #condition table.edit tr td .custom h4 {
      font-size: 15px;
    }
  }

  .mypage-report-misconduct-entry #info .custom h4:after, .mypage-report-misconduct-entry #info table.edit tr td .custom h4:after, .mypage-report-misconduct-entry #school table.view tr td .custom h4:after, .mypage-report-misconduct-entry #school table.edit tr td .custom h4:after, .mypage-report-misconduct-entry #job table.view tr td .custom h4:after, .mypage-report-misconduct-entry #job table.edit tr td .custom h4:after, .mypage-report-misconduct-entry #condition table.view tr td .custom h4:after, .mypage-report-misconduct-entry #condition table.edit tr td .custom h4:after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    right: 0%;
    -webkit-transform: translate(0%, -50%) rotate(0);
            transform: translate(0%, -50%) rotate(0);
    height: 16px;
    width: 16px;
    background-image: url(../images/common/arrow_achodion.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  .mypage-report-misconduct-entry #info .custom h4.close:after, .mypage-report-misconduct-entry #info table.edit tr td .custom h4.close:after, .mypage-report-misconduct-entry #school table.view tr td .custom h4.close:after, .mypage-report-misconduct-entry #school table.edit tr td .custom h4.close:after, .mypage-report-misconduct-entry #job table.view tr td .custom h4.close:after, .mypage-report-misconduct-entry #job table.edit tr td .custom h4.close:after, .mypage-report-misconduct-entry #condition table.view tr td .custom h4.close:after, .mypage-report-misconduct-entry #condition table.edit tr td .custom h4.close:after {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translate(0%, -50%) rotate(180deg);
            transform: translate(0%, -50%) rotate(180deg);
  }

  .mypage-report-misconduct-entry #info table.view tr td .custom .slide-hide, .mypage-report-misconduct-entry #info table.edit tr td .custom .slide-hide, .mypage-report-misconduct-entry #school table.view tr td .custom .slide-hide, .mypage-report-misconduct-entry #school table.edit tr td .custom .slide-hide, .mypage-report-misconduct-entry #job table.view tr td .custom .slide-hide, .mypage-report-misconduct-entry #job table.edit tr td .custom .slide-hide, .mypage-report-misconduct-entry #condition table.view tr td .custom .slide-hide, .mypage-report-misconduct-entry #condition table.edit tr td .custom .slide-hide {
    display: none;
  }

@media (max-width: 768px) {
  .password-forget {
    background-color: #ffffff;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .password-forget {
    padding: 0vw 0vw 16vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .password-forget {
    padding: 0vw 0vw 4.2857142857vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .password-forget {
    padding: 0px 0px 60px 0px;
  }
}

.document .main-message {
  display: block;
  position: relative;
  width: 100%;
  background-color: #E8F5FC;
}
@media (max-width: 768px) {
  .document .main-message {
    padding: 6.4vw 0vw 6.4vw 0vw;
  }
}
@media (min-width: 769px) {
  .document .main-message {
    padding: 1.7142857143vw 0vw 1.7142857143vw 0vw;
  }
}
@media (min-width: 1401px) {
  .document .main-message {
    padding: 24px 0px 24px 0px;
  }
}
@media (max-width: 768px) {
  .document .main-message {
    margin-bottom: 17.0666666667vw;
  }
}
@media (min-width: 769px) {
  .document .main-message {
    margin-bottom: 4.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .document .main-message {
    margin-bottom: 64px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .document .main-message {
    margin-bottom: 8.5333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .document .main-message {
    margin-bottom: 2.2857142857vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .document .main-message {
    margin-bottom: 32px;
  }
}
.document .main-message h2 {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .document .main-message h2 {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .document .main-message h2 {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1200px) {
  .document .main-message h2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .document .flow .container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .document .flow#about {
    margin-bottom: 22.4vw;
  }
}
@media (min-width: 769px) {
  .document .flow#about {
    margin-bottom: 6vw;
  }
}
@media (min-width: 1401px) {
  .document .flow#about {
    margin-bottom: 84px;
  }
}
.document .flow#about .title {
  display: block;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .document .flow#about .title {
    margin-bottom: 13.8666666667vw;
  }
}
@media (min-width: 769px) {
  .document .flow#about .title {
    margin-bottom: 3.7142857143vw;
  }
}
@media (min-width: 1401px) {
  .document .flow#about .title {
    margin-bottom: 52px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .document .flow#about .title {
    margin-bottom: 8.5333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .document .flow#about .title {
    margin-bottom: 2.2857142857vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .document .flow#about .title {
    margin-bottom: 32px;
  }
}
.document .flow#about .title h3 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .document .flow#about .title h3 {
    font-size: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .document .flow#about .title h3 {
    font-size: 1.7142857143vw;
  }
}
@media (min-width: 1200px) {
  .document .flow#about .title h3 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .document .flow#about .title h3 {
    line-height: 7.4666666667vw;
  }
}
@media (min-width: 769px) {
  .document .flow#about .title h3 {
    line-height: 2.5714285714vw;
  }
}
@media (min-width: 1200px) {
  .document .flow#about .title h3 {
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .document .flow#about .title h3 {
    margin-bottom: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .document .flow#about .title h3 {
    margin-bottom: 1.4285714286vw;
  }
}
@media (min-width: 1401px) {
  .document .flow#about .title h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .document .flow#about .title h3 {
    margin-bottom: 4.2666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .document .flow#about .title h3 {
    margin-bottom: 1.1428571429vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .document .flow#about .title h3 {
    margin-bottom: 16px;
  }
}
.document .flow#about .title span {
  font-size: 1.8rem;
  color: #FF8A00;
}
@media (max-width: 768px) {
  .document .flow#about .title span {
    font-size: 4.8vw;
  }
}
@media (min-width: 769px) {
  .document .flow#about .title span {
    font-size: 1.4285714286vw;
  }
}
@media (min-width: 1200px) {
  .document .flow#about .title span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .document .flow#about .title span {
    line-height: 7.4666666667vw;
  }
}
@media (min-width: 769px) {
  .document .flow#about .title span {
    line-height: 2vw;
  }
}
@media (min-width: 1200px) {
  .document .flow#about .title span {
    line-height: 28px;
  }
}
.document .flow#flow {
  display: block;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .document .flow#flow {
    margin-bottom: 21.3333333333vw;
  }
}
@media (min-width: 769px) {
  .document .flow#flow {
    margin-bottom: 5.7142857143vw;
  }
}
@media (min-width: 1401px) {
  .document .flow#flow {
    margin-bottom: 80px;
  }
}
.document .flow#flow .title {
  display: block;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .document .flow#flow .title {
    margin-bottom: 10.6666666667vw;
  }
}
@media (min-width: 769px) {
  .document .flow#flow .title {
    margin-bottom: 2.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .document .flow#flow .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .document .flow#flow .title {
    margin-bottom: 3.2vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .document .flow#flow .title {
    margin-bottom: 0.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .document .flow#flow .title {
    margin-bottom: 12px;
  }
}
.document .flow#flow .title h3 {
  font-size: 2rem;
  color: #FF8A00;
}
@media (max-width: 768px) {
  .document .flow#flow .title h3 {
    font-size: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .document .flow#flow .title h3 {
    font-size: 1.5714285714vw;
  }
}
@media (min-width: 1200px) {
  .document .flow#flow .title h3 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .document .flow#flow .title h3 {
    line-height: 7.4666666667vw;
  }
}
@media (min-width: 769px) {
  .document .flow#flow .title h3 {
    line-height: 2.2857142857vw;
  }
}
@media (min-width: 1200px) {
  .document .flow#flow .title h3 {
    line-height: 32px;
  }
}

.p-flow .p-flow-lists li article figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36%;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .p-flow .p-flow-lists li article figure {
    width: 100%;
  }
}

.p-flow .p-flow-lists li article figure img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .document .flow#support {
    margin-bottom: 24.5333333333vw;
  }
}
@media (min-width: 769px) {
  .document .flow#support {
    margin-bottom: 6.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .document .flow#support {
    margin-bottom: 92px;
  }
}
.document .flow#support .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .document .flow#support .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.document .flow#support .wrap .wrap-left {
  display: block;
  width: 42%;
  height: auto;
}
.document .flow#support .wrap .wrap-right {
  width: 54%;
}
@media (max-width: 768px) {
  .document .flow#support .wrap .wrap-right {
    width: 100%;
  }
}
.document .flow#support .wrap .wrap-right h3 {
  color: #444444;
  font-size: 2rem;
  display: block;
}
@media (max-width: 768px) {
  .document .flow#support .wrap .wrap-right h3 {
    font-size: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .document .flow#support .wrap .wrap-right h3 {
    font-size: 1.4285714286vw;
  }
}
@media (min-width: 1200px) {
  .document .flow#support .wrap .wrap-right h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .document .flow#support .wrap .wrap-right h3 {
    margin-bottom: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .document .flow#support .wrap .wrap-right h3 {
    margin-bottom: 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .document .flow#support .wrap .wrap-right h3 {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .document .flow#support .wrap .wrap-right h3 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .document .flow#support .wrap .wrap-right .img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .document .flow#support .wrap .wrap-right .img {
    margin-bottom: 2.1333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .document .flow#support .wrap .wrap-right .img {
    margin-bottom: 0.5714285714vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .document .flow#support .wrap .wrap-right .img {
    margin-bottom: 8px;
  }
}
.document .flow#support .wrap .wrap-right p {
  color: #444444;
  font-size: 1.3rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .document .flow#support .wrap .wrap-right p {
    margin-bottom: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .document .flow#support .wrap .wrap-right p {
    margin-bottom: 1.4285714286vw;
  }
}
@media (min-width: 1401px) {
  .document .flow#support .wrap .wrap-right p {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .document .flow#support .wrap .wrap-right p {
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 769px) {
  .document .flow#support .wrap .wrap-right p {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .document .flow#support .wrap .wrap-right p {
    font-size: 14px;
  }
}
.document .flow#support .wrap .wrap-right a {
  display: block;
  width: 42%;
  text-align: center;
}
@media (max-width: 768px) {
  .document .flow#support .wrap .wrap-right a {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .document .flow#support .wrap .wrap-right a {
    padding: 4.2666666667vw 10.6666666667vw 4.2666666667vw 10.6666666667vw;
  }
}
@media (min-width: 769px) {
  .document .flow#support .wrap .wrap-right a {
    padding: 1.1428571429vw 2.8571428571vw 1.1428571429vw 2.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .document .flow#support .wrap .wrap-right a {
    padding: 16px 40px 16px 40px;
  }
}
@media (max-width: 768px) {
  .document .flow#support .wrap .wrap-right a {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .document .term {
    margin-bottom: 42.6666666667vw;
  }
}
@media (min-width: 769px) {
  .document .term {
    margin-bottom: 11.4285714286vw;
  }
}
@media (min-width: 1401px) {
  .document .term {
    margin-bottom: 160px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .document .term {
    margin-bottom: 26.6666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .document .term {
    margin-bottom: 7.1428571429vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .document .term {
    margin-bottom: 100px;
  }
}
.document .term .outer-text {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .document .term .outer-text {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .document .term .outer-text {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .document .term .outer-text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .document .term .outer-text {
    line-height: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .document .term .outer-text {
    line-height: 1.7142857143vw;
  }
}
@media (min-width: 1200px) {
  .document .term .outer-text {
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .document .term .outer-text {
    margin-bottom: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .document .term .outer-text {
    margin-bottom: 1.4285714286vw;
  }
}
@media (min-width: 1401px) {
  .document .term .outer-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .document .news-field {
    padding: 16vw 0vw 0vw 0vw;
  }
}
@media (min-width: 769px) {
  .document .news-field {
    padding: 4.2857142857vw 0vw 0vw 0vw;
  }
}
@media (min-width: 1401px) {
  .document .news-field {
    padding: 60px 0px 0px 0px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .document .news-field {
    padding: 0vw 0vw 0vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .document .news-field {
    padding: 0vw 0vw 0vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .document .news-field {
    padding: 0px 0px 0px 0px;
  }
}
@media (max-width: 768px) {
  .document .news-field.article {
    padding: 16vw 0vw 16vw 0vw;
  }
}
@media (min-width: 769px) {
  .document .news-field.article {
    padding: 4.2857142857vw 0vw 4.2857142857vw 0vw;
  }
}
@media (min-width: 1401px) {
  .document .news-field.article {
    padding: 60px 0px 60px 0px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .document .news-field.article {
    padding: 0vw 0vw 0vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .document .news-field.article {
    padding: 0vw 0vw 0vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .document .news-field.article {
    padding: 0px 0px 0px 0px;
  }
}
.document .news-field .container .inner-container {
  background-color: #ffffff;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .document .news-field .container .inner-container {
    width: 100%;
  }
}
.document .news-field .news-list {
  display: block;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .document .news-field .news-list {
    padding: 9.6vw 9.6vw 9.6vw 9.6vw;
  }
}
@media (min-width: 769px) {
  .document .news-field .news-list {
    padding: 2.5714285714vw 2.5714285714vw 2.5714285714vw 2.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .document .news-field .news-list {
    padding: 36px 36px 36px 36px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .document .news-field .news-list {
    padding: 5.3333333333vw 3.2vw 3.2vw 3.2vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .document .news-field .news-list {
    padding: 1.4285714286vw 0.8571428571vw 0.8571428571vw 0.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .document .news-field .news-list {
    padding: 20px 12px 12px 12px;
  }
}
.document .news-field .news-list .news-item {
  display: block;
  position: relative;
  background-color: #ffffff;
  border-bottom: solid 1px #D9D9D9;
}
@media (max-width: 768px) {
  .document .news-field .news-list .news-item {
    padding: 4.2666666667vw 0vw 4.2666666667vw 0vw;
  }
}
@media (min-width: 769px) {
  .document .news-field .news-list .news-item {
    padding: 1.1428571429vw 0vw 1.1428571429vw 0vw;
  }
}
@media (min-width: 1401px) {
  .document .news-field .news-list .news-item {
    padding: 16px 0px 16px 0px;
  }
}
.document .news-field .news-list .news-item article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.document .news-field .news-list .news-item article figure {
  display: block;
  position: relative;
  width: 6%;
  padding-top: 6%;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  margin-right: 16px;
}
@media (max-width: 768px) {
  .document .news-field .news-list .news-item article figure {
    width: 15%;
  }
}
@media (max-width: 768px) {
  .document .news-field .news-list .news-item article figure {
    padding-top: 15%;
  }
}
.document .news-field .news-list .news-item article figure img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.document .news-field .news-list .news-item article .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 74%;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.document .news-field .news-list .news-item article .text time {
  color: #444444;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .document .news-field .news-list .news-item article .text time {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .document .news-field .news-list .news-item article .text time {
    font-size: 1.0714285714vw;
  }
}
@media (min-width: 1200px) {
  .document .news-field .news-list .news-item article .text time {
    font-size: 15px;
  }
}
.document .news-field .news-list .news-item article .text time.new:after {
  content: "NEW";
  color: #FF8A00;
  position: relative;
  margin-left: 8px;
}
.document .news-field .news-list .news-item article .text h3 {
  color: #00C8D9;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .document .news-field .news-list .news-item article .text h3 {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .document .news-field .news-list .news-item article .text h3 {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1200px) {
  .document .news-field .news-list .news-item article .text h3 {
    font-size: 16px;
  }
}
.document .news-field .news-article {
  font-size: 1.4rem;
  text-align: justify;
  color: #444444;
}
@media (max-width: 768px) {
  .document .news-field .news-article {
    padding: 16vw 0vw 16vw 0vw;
  }
}
@media (min-width: 769px) {
  .document .news-field .news-article {
    padding: 4.2857142857vw 0vw 4.2857142857vw 0vw;
  }
}
@media (min-width: 1401px) {
  .document .news-field .news-article {
    padding: 60px 0px 60px 0px;
  }
}
@media (max-width: 768px) {
  .document .news-field .news-article {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .document .news-field .news-article {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .document .news-field .news-article {
    font-size: 14px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .document .news-field .news-article {
    padding: 7.4666666667vw 3.2vw 1.0666666667vw 3.2vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .document .news-field .news-article {
    padding: 2vw 0.8571428571vw 0.2857142857vw 0.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .document .news-field .news-article {
    padding: 28px 12px 4px 12px;
  }
}
.document .news-field .news-article .eyecatch {
  display: block;
  position: relative;
  width: 66%;
}
@media (max-width: 768px) {
  .document .news-field .news-article .eyecatch {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .document .news-field .news-article .eyecatch {
    margin: 0vw auto 10.6666666667vw auto;
  }
}
@media (min-width: 769px) {
  .document .news-field .news-article .eyecatch {
    margin: 0vw auto 2.8571428571vw auto;
  }
}
@media (min-width: 1401px) {
  .document .news-field .news-article .eyecatch {
    margin: 0px auto 40px auto;
  }
}
.document .news-field .news-article .eyecatch img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.document .news-field .news-article p {
  width: 66%;
  font-weight: 300;
}
@media (max-width: 768px) {
  .document .news-field .news-article p {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .document .news-field .news-article p {
    margin: 0vw auto 10.6666666667vw auto;
  }
}
@media (min-width: 769px) {
  .document .news-field .news-article p {
    margin: 0vw auto 2.8571428571vw auto;
  }
}
@media (min-width: 1401px) {
  .document .news-field .news-article p {
    margin: 0px auto 40px auto;
  }
}
.document .news-field .news-article img {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 52%;
  width: 52%;
  height: auto;
}
@media (max-width: 768px) {
  .document .news-field .news-article img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .document .news-field .news-article img {
    margin-bottom: 10.6666666667vw;
  }
}
@media (min-width: 769px) {
  .document .news-field .news-article img {
    margin-bottom: 2.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .document .news-field .news-article img {
    margin-bottom: 40px;
  }
}
.document #news-more .news-more-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .document #news-more .news-more-button {
    margin: 0vw auto 32vw auto;
  }
}
@media (min-width: 769px) {
  .document #news-more .news-more-button {
    margin: 0vw auto 8.5714285714vw auto;
  }
}
@media (min-width: 1401px) {
  .document #news-more .news-more-button {
    margin: 0px auto 120px auto;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .document #news-more .news-more-button {
    margin: 16vw auto 32vw auto;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .document #news-more .news-more-button {
    margin: 4.2857142857vw auto 8.5714285714vw auto;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .document #news-more .news-more-button {
    margin: 60px auto 120px auto;
  }
}
.document #news-more .news-more-button .news-more-link {
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .document #news-more .news-more-button .news-more-link {
    padding: 4.2666666667vw 14.9333333333vw 4.2666666667vw 14.9333333333vw;
  }
}
@media (min-width: 769px) {
  .document #news-more .news-more-button .news-more-link {
    padding: 1.1428571429vw 4vw 1.1428571429vw 4vw;
  }
}
@media (min-width: 1401px) {
  .document #news-more .news-more-button .news-more-link {
    padding: 16px 56px 16px 56px;
  }
}
@media (max-width: 768px) {
  .document #news-more .news-more-button .news-more-link {
    min-width: 80%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .document #news-more .news-more-button .news-more-link {
    padding: 3.2vw 13.8666666667vw 3.2vw 13.8666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .document #news-more .news-more-button .news-more-link {
    padding: 0.8571428571vw 3.7142857143vw 0.8571428571vw 3.7142857143vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .document #news-more .news-more-button .news-more-link {
    padding: 12px 52px 12px 52px;
  }
}

.p-document .p-document-term,
.p-document .p-document-privacy {
  margin-top: 98px;
}
@media (max-width: 768px) {
  .p-document .p-document-term,
  .p-document .p-document-privacy {
    margin-top: 0;
  }
}
.p-document .p-document-term .p-document-term__container,
.p-document .p-document-term .p-document-privacy__container,
.p-document .p-document-privacy .p-document-term__container,
.p-document .p-document-privacy .p-document-privacy__container {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 50px 0 60px;
}
@media (max-width: 768px) {
  .p-document .p-document-term .p-document-term__container,
  .p-document .p-document-term .p-document-privacy__container,
  .p-document .p-document-privacy .p-document-term__container,
  .p-document .p-document-privacy .p-document-privacy__container {
    width: 100%;
    padding: 32px 3% 42px;
    border-radius: 0;
  }
}
.p-document .p-document-term dl,
.p-document .p-document-privacy dl {
  display: block;
  position: relative;
  color: #444444;
}
@media (max-width: 768px) {
  .p-document .p-document-term dl,
  .p-document .p-document-privacy dl {
    margin-bottom: 10.6666666667vw;
  }
}
@media (min-width: 769px) {
  .p-document .p-document-term dl,
  .p-document .p-document-privacy dl {
    margin-bottom: 2.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .p-document .p-document-term dl,
  .p-document .p-document-privacy dl {
    margin-bottom: 40px;
  }
}
.p-document .p-document-term dl:last-child,
.p-document .p-document-privacy dl:last-child {
  margin-bottom: 0;
}
.p-document .p-document-term dl dt,
.p-document .p-document-privacy dl dt {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .p-document .p-document-term dl dt,
  .p-document .p-document-privacy dl dt {
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 769px) {
  .p-document .p-document-term dl dt,
  .p-document .p-document-privacy dl dt {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1200px) {
  .p-document .p-document-term dl dt,
  .p-document .p-document-privacy dl dt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-document .p-document-term dl dt,
  .p-document .p-document-privacy dl dt {
    margin-bottom: 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .p-document .p-document-term dl dt,
  .p-document .p-document-privacy dl dt {
    margin-bottom: 0.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .p-document .p-document-term dl dt,
  .p-document .p-document-privacy dl dt {
    margin-bottom: 8px;
  }
}
.p-document .p-document-term dl dd,
.p-document .p-document-privacy dl dd {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.2rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .p-document .p-document-term dl dd,
  .p-document .p-document-privacy dl dd {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .p-document .p-document-term dl dd,
  .p-document .p-document-privacy dl dd {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .p-document .p-document-term dl dd,
  .p-document .p-document-privacy dl dd {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-document .p-document-term dl dd,
  .p-document .p-document-privacy dl dd {
    line-height: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .p-document .p-document-term dl dd,
  .p-document .p-document-privacy dl dd {
    line-height: 1.7142857143vw;
  }
}
@media (min-width: 1200px) {
  .p-document .p-document-term dl dd,
  .p-document .p-document-privacy dl dd {
    line-height: 24px;
  }
}
.p-document .p-document-term dl dd ol,
.p-document .p-document-privacy dl dd ol {
  counter-reset: step;
  list-style: none;
}
@media (max-width: 768px) {
  .p-document .p-document-term dl dd ol,
  .p-document .p-document-privacy dl dd ol {
    padding-left: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .p-document .p-document-term dl dd ol,
  .p-document .p-document-privacy dl dd ol {
    padding-left: 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .p-document .p-document-term dl dd ol,
  .p-document .p-document-privacy dl dd ol {
    padding-left: 16px;
  }
}
@media (max-width: 768px) {
  .p-document .p-document-term dl dd ol,
  .p-document .p-document-privacy dl dd ol {
    margin-top: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .p-document .p-document-term dl dd ol,
  .p-document .p-document-privacy dl dd ol {
    margin-top: 1.4285714286vw;
  }
}
@media (min-width: 1401px) {
  .p-document .p-document-term dl dd ol,
  .p-document .p-document-privacy dl dd ol {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .p-document .p-document-term dl dd ol,
  .p-document .p-document-privacy dl dd ol {
    margin-bottom: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .p-document .p-document-term dl dd ol,
  .p-document .p-document-privacy dl dd ol {
    margin-bottom: 1.4285714286vw;
  }
}
@media (min-width: 1401px) {
  .p-document .p-document-term dl dd ol,
  .p-document .p-document-privacy dl dd ol {
    margin-bottom: 20px;
  }
}
.p-document .p-document-term dl dd ol li,
.p-document .p-document-privacy dl dd ol li {
  position: relative;
}
.p-document .p-document-term dl dd ol li:before,
.p-document .p-document-privacy dl dd ol li:before {
  counter-increment: step;
  content: counter(step) ".";
  position: relative;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .p-document .p-document-term dl dd ol li:before,
  .p-document .p-document-privacy dl dd ol li:before {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .p-document .p-document-term dl dd ol li:before,
  .p-document .p-document-privacy dl dd ol li:before {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .p-document .p-document-term dl dd ol li:before,
  .p-document .p-document-privacy dl dd ol li:before {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-document .p-document-term dl dd ol li + li,
  .p-document .p-document-privacy dl dd ol li + li {
    margin-top: 1.0666666667vw;
  }
}
@media (min-width: 769px) {
  .p-document .p-document-term dl dd ol li + li,
  .p-document .p-document-privacy dl dd ol li + li {
    margin-top: 0.2857142857vw;
  }
}
@media (min-width: 1401px) {
  .p-document .p-document-term dl dd ol li + li,
  .p-document .p-document-privacy dl dd ol li + li {
    margin-top: 4px;
  }
}

.scout .mv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .scout .mv {
    margin-bottom: 29.3333333333vw;
  }
}
@media (min-width: 769px) {
  .scout .mv {
    margin-bottom: 7.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .scout .mv {
    margin-bottom: 110px;
  }
}
@media (max-width: 768px) {
  .scout .mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .scout .mv {
    margin-bottom: 16vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .scout .mv {
    margin-bottom: 4.2857142857vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .scout .mv {
    margin-bottom: 60px;
  }
}
.scout .mv .texterea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 50%;
  background-color: #FF8A00;
  color: #ffffff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .scout .mv .texterea {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .scout .mv .texterea {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 10;
    margin: 0 auto;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .scout .mv .texterea {
    padding: 8.5333333333vw 0vw 10.6666666667vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .scout .mv .texterea {
    padding: 2.2857142857vw 0vw 2.8571428571vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .scout .mv .texterea {
    padding: 32px 0px 40px 0px;
  }
}
.scout .mv .texterea .text {
  display: block;
  position: relative;
  width: 72%;
}
@media (max-width: 768px) {
  .scout .mv .texterea .text {
    width: 94%;
  }
}
@media (max-width: 768px) {
  .scout .mv .texterea .text {
    margin: 0 auto;
  }
}
.scout .mv .texterea .text h2 {
  display: block;
  position: relative;
  font-size: 2.8rem;
}
@media (max-width: 768px) {
  .scout .mv .texterea .text h2 {
    font-size: 7.4666666667vw;
  }
}
@media (min-width: 769px) {
  .scout .mv .texterea .text h2 {
    font-size: 2.8571428571vw;
  }
}
@media (min-width: 1200px) {
  .scout .mv .texterea .text h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .scout .mv .texterea .text h2 {
    line-height: 10.6666666667vw;
  }
}
@media (min-width: 769px) {
  .scout .mv .texterea .text h2 {
    line-height: 4vw;
  }
}
@media (min-width: 1200px) {
  .scout .mv .texterea .text h2 {
    line-height: 56px;
  }
}
@media (max-width: 768px) {
  .scout .mv .texterea .text h2 {
    margin-bottom: 7.4666666667vw;
  }
}
@media (min-width: 769px) {
  .scout .mv .texterea .text h2 {
    margin-bottom: 2vw;
  }
}
@media (min-width: 1401px) {
  .scout .mv .texterea .text h2 {
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .scout .mv .texterea .text h2 {
    margin-bottom: 5.3333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .scout .mv .texterea .text h2 {
    margin-bottom: 1.4285714286vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .scout .mv .texterea .text h2 {
    margin-bottom: 20px;
  }
}
.scout .mv .texterea .text h2 span {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .scout .mv .texterea .text h2 span {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .scout .mv .texterea .text h2 span {
    font-size: 1.4285714286vw;
  }
}
@media (min-width: 1200px) {
  .scout .mv .texterea .text h2 span {
    font-size: 20px;
  }
}
.scout .mv .texterea .text p {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .scout .mv .texterea .text p {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .scout .mv .texterea .text p {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1200px) {
  .scout .mv .texterea .text p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .scout .mv .texterea .text p {
    line-height: 7.4666666667vw;
  }
}
@media (min-width: 769px) {
  .scout .mv .texterea .text p {
    line-height: 2vw;
  }
}
@media (min-width: 1200px) {
  .scout .mv .texterea .text p {
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .scout .mv .texterea .text p {
    margin-bottom: 7.4666666667vw;
  }
}
@media (min-width: 769px) {
  .scout .mv .texterea .text p {
    margin-bottom: 2vw;
  }
}
@media (min-width: 1401px) {
  .scout .mv .texterea .text p {
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .scout .mv .texterea .text p {
    margin-bottom: 6.4vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .scout .mv .texterea .text p {
    margin-bottom: 1.7142857143vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .scout .mv .texterea .text p {
    margin-bottom: 24px;
  }
}
.scout .mv .texterea .buttons {
  display: block;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .scout .mv .texterea .buttons {
    width: 100%;
  }
}
.scout .mv .texterea .buttons ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.scout .mv .texterea .buttons ul li {
  display: block;
  position: relative;
  width: 72%;
}
@media (max-width: 768px) {
  .scout .mv .texterea .buttons ul li {
    width: 100%;
  }
}
.scout .mv .texterea .buttons ul li a {
  width: 100%;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .scout .mv .texterea .buttons ul li a {
    padding: 4.2666666667vw 0vw 4.2666666667vw 0vw;
  }
}
@media (min-width: 769px) {
  .scout .mv .texterea .buttons ul li a {
    padding: 1.1428571429vw 0vw 1.1428571429vw 0vw;
  }
}
@media (min-width: 1401px) {
  .scout .mv .texterea .buttons ul li a {
    padding: 16px 0px 16px 0px;
  }
}
@media (max-width: 768px) {
  .scout .mv .texterea .buttons ul li a {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .scout .mv .texterea .buttons ul li a {
    font-size: 1.2857142857vw;
  }
}
@media (min-width: 1200px) {
  .scout .mv .texterea .buttons ul li a {
    font-size: 18px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .scout .mv .texterea .buttons ul li a {
    padding: 2.1333333333vw 0vw 2.1333333333vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .scout .mv .texterea .buttons ul li a {
    padding: 0.5714285714vw 0vw 0.5714285714vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .scout .mv .texterea .buttons ul li a {
    padding: 8px 0px 8px 0px;
  }
}
.scout .mv figure {
  display: block;
  position: relative;
  width: 50%;
}
@media (max-width: 768px) {
  .scout .mv figure {
    width: 100%;
  }
}
.scout .mv figure img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .scout .mv figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}
@media (max-width: 768px) {
  .scout #scout-articles {
    margin-bottom: 23.4666666667vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-articles {
    margin-bottom: 6.2857142857vw;
  }
}
@media (min-width: 1401px) {
  .scout #scout-articles {
    margin-bottom: 88px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .scout #scout-articles {
    margin-bottom: 18.1333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .scout #scout-articles {
    margin-bottom: 4.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .scout #scout-articles {
    margin-bottom: 68px;
  }
}
.scout #scout-articles article {
  display: block;
  position: relative;
}
.scout #scout-articles article .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.scout #scout-articles article .wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .scout #scout-articles article .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.scout #scout-articles article .wrap .text {
  width: 48.5%;
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  .scout #scout-articles article .wrap .text {
    width: 100%;
  }
}
.scout #scout-articles article .wrap .text header {
  display: block;
  position: relative;
}
.scout #scout-articles article .wrap .text header h3 {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: #FF8A00;
}
@media (max-width: 768px) {
  .scout #scout-articles article .wrap .text header h3 {
    font-size: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-articles article .wrap .text header h3 {
    font-size: 1.5714285714vw;
  }
}
@media (min-width: 1200px) {
  .scout #scout-articles article .wrap .text header h3 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .scout #scout-articles article .wrap .text header h3 {
    line-height: 7.4666666667vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-articles article .wrap .text header h3 {
    line-height: 2.2857142857vw;
  }
}
@media (min-width: 1200px) {
  .scout #scout-articles article .wrap .text header h3 {
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .scout #scout-articles article .wrap .text header h3 {
    margin-bottom: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-articles article .wrap .text header h3 {
    margin-bottom: 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .scout #scout-articles article .wrap .text header h3 {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .scout #scout-articles article .wrap .text header h3 {
    text-align: center;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .scout #scout-articles article .wrap .text header h3 {
    margin-bottom: 7.4666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .scout #scout-articles article .wrap .text header h3 {
    margin-bottom: 2vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .scout #scout-articles article .wrap .text header h3 {
    margin-bottom: 28px;
  }
}
.scout #scout-articles article .wrap .text header span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .scout #scout-articles article .wrap .text header span {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-articles article .wrap .text header span {
    font-size: 1.2857142857vw;
  }
}
@media (min-width: 1200px) {
  .scout #scout-articles article .wrap .text header span {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .scout #scout-articles article .wrap .text header span {
    line-height: 6.4vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-articles article .wrap .text header span {
    line-height: 2vw;
  }
}
@media (min-width: 1200px) {
  .scout #scout-articles article .wrap .text header span {
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .scout #scout-articles article .wrap .text header span {
    margin-bottom: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-articles article .wrap .text header span {
    margin-bottom: 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .scout #scout-articles article .wrap .text header span {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .scout #scout-articles article .wrap .text img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .scout #scout-articles article .wrap .text img {
    margin-bottom: 4.2666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .scout #scout-articles article .wrap .text img {
    margin-bottom: 1.1428571429vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .scout #scout-articles article .wrap .text img {
    margin-bottom: 16px;
  }
}
.scout #scout-articles article .wrap .text p {
  font-size: 1.3rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .scout #scout-articles article .wrap .text p {
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-articles article .wrap .text p {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .scout #scout-articles article .wrap .text p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .scout #scout-articles article .wrap .text p {
    line-height: 6.4vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-articles article .wrap .text p {
    line-height: 1.7142857143vw;
  }
}
@media (min-width: 1200px) {
  .scout #scout-articles article .wrap .text p {
    line-height: 24px;
  }
}
.scout #scout-articles article .wrap img {
  display: block;
  position: relative;
  width: 48.5%;
  height: auto;
}
.scout #scout-point .title, .scout #scout-merit .title {
  display: block;
  text-align: center;
  font-size: 2rem;
  color: #FF8A00;
}
@media (max-width: 768px) {
  .scout #scout-point .title, .scout #scout-merit .title {
    font-size: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-point .title, .scout #scout-merit .title {
    font-size: 1.5714285714vw;
  }
}
@media (min-width: 1200px) {
  .scout #scout-point .title, .scout #scout-merit .title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .scout #scout-point .title, .scout #scout-merit .title {
    line-height: 7.4666666667vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-point .title, .scout #scout-merit .title {
    line-height: 2.2857142857vw;
  }
}
@media (min-width: 1200px) {
  .scout #scout-point .title, .scout #scout-merit .title {
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .scout #scout-point .title, .scout #scout-merit .title {
    font-weight: 500;
  }
}
.scout #scout-point .link, .scout #scout-merit .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.scout #scout-point .link a, .scout #scout-merit .link a {
  display: block;
}
@media (max-width: 768px) {
  .scout #scout-point .link a, .scout #scout-merit .link a {
    padding: 5.3333333333vw 9.6vw 5.3333333333vw 9.6vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-point .link a, .scout #scout-merit .link a {
    padding: 1.4285714286vw 2.5714285714vw 1.4285714286vw 2.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .scout #scout-point .link a, .scout #scout-merit .link a {
    padding: 20px 36px 20px 36px;
  }
}
.scout #scout-point {
  display: block;
}
@media (max-width: 768px) {
  .scout #scout-point {
    margin-bottom: 32vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-point {
    margin-bottom: 8.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .scout #scout-point {
    margin-bottom: 120px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .scout #scout-point {
    margin-bottom: 18.6666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .scout #scout-point {
    margin-bottom: 5vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .scout #scout-point {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .scout #scout-point .title {
    margin-bottom: 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-point .title {
    margin-bottom: 0.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .scout #scout-point .title {
    margin-bottom: 8px;
  }
}
.scout #scout-point .point-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 768px) {
  .scout #scout-point .point-list {
    margin-bottom: 12.8vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-point .point-list {
    margin-bottom: 3.4285714286vw;
  }
}
@media (min-width: 1401px) {
  .scout #scout-point .point-list {
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .scout #scout-point .point-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}
.scout #scout-point .point-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 31%;
  width: 31%;
}
@media (max-width: 768px) {
  .scout #scout-point .point-list li {
    width: 100%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .scout #scout-point .point-list li {
    margin-bottom: 10.6666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .scout #scout-point .point-list li {
    margin-bottom: 2.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .scout #scout-point .point-list li {
    margin-bottom: 40px;
  }
}
.scout #scout-point .point-list li article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.scout #scout-point .point-list li article header {
  display: block;
  position: relative;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
@media (max-width: 768px) {
  .scout #scout-point .point-list li article header {
    margin-bottom: 3.2vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-point .point-list li article header {
    margin-bottom: 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .scout #scout-point .point-list li article header {
    margin-bottom: 12px;
  }
}
.scout #scout-point .point-list li article header h3 {
  display: block;
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .scout #scout-point .point-list li article header h3 {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-point .point-list li article header h3 {
    font-size: 1.2857142857vw;
  }
}
@media (min-width: 1200px) {
  .scout #scout-point .point-list li article header h3 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .scout #scout-point .point-list li article header h3 {
    line-height: 6.4vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-point .point-list li article header h3 {
    line-height: 2vw;
  }
}
@media (min-width: 1200px) {
  .scout #scout-point .point-list li article header h3 {
    line-height: 28px;
  }
}
.scout #scout-point .point-list li article header figure {
  display: block;
  position: relative;
}
.scout #scout-point .point-list li article header figure img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.scout #scout-point .point-list li article p {
  display: block;
  position: relative;
  text-align: justify;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .scout #scout-point .point-list li article p {
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-point .point-list li article p {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .scout #scout-point .point-list li article p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .scout #scout-point .point-list li article p {
    line-height: 6.4vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-point .point-list li article p {
    line-height: 1.7142857143vw;
  }
}
@media (min-width: 1200px) {
  .scout #scout-point .point-list li article p {
    line-height: 24px;
  }
}
.scout #scout-merit {
  display: block;
}
@media (max-width: 768px) {
  .scout #scout-merit {
    margin-bottom: 32vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-merit {
    margin-bottom: 8.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .scout #scout-merit {
    margin-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .scout #scout-merit .title {
    margin-bottom: 9.6vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-merit .title {
    margin-bottom: 2.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .scout #scout-merit .title {
    margin-bottom: 36px;
  }
}
.scout #scout-merit .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.scout #scout-merit .list .item {
  display: block;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .scout #scout-merit .list .item {
    margin-bottom: 11.7333333333vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-merit .list .item {
    margin-bottom: 3.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .scout #scout-merit .list .item {
    margin-bottom: 44px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .scout #scout-merit .list .item {
    margin-bottom: 9.6vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .scout #scout-merit .list .item {
    margin-bottom: 2.5714285714vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .scout #scout-merit .list .item {
    margin-bottom: 36px;
  }
}
.scout #scout-merit .list .item article {
  display: block;
  position: relative;
  width: 100%;
}
.scout #scout-merit .list .item article h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .scout #scout-merit .list .item article h4 {
    font-size: 4.8vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-merit .list .item article h4 {
    font-size: 1.2857142857vw;
  }
}
@media (min-width: 1200px) {
  .scout #scout-merit .list .item article h4 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .scout #scout-merit .list .item article h4 {
    line-height: 7.4666666667vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-merit .list .item article h4 {
    line-height: 2vw;
  }
}
@media (min-width: 1200px) {
  .scout #scout-merit .list .item article h4 {
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .scout #scout-merit .list .item article h4 {
    margin-bottom: 6.4vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-merit .list .item article h4 {
    margin-bottom: 1.7142857143vw;
  }
}
@media (min-width: 1401px) {
  .scout #scout-merit .list .item article h4 {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .scout #scout-merit .list .item article h4 {
    margin-bottom: 4.2666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .scout #scout-merit .list .item article h4 {
    margin-bottom: 1.1428571429vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .scout #scout-merit .list .item article h4 {
    margin-bottom: 16px;
  }
}
.scout #scout-merit .list .item article h4 img {
  display: block;
  position: relative;
  width: 16.8%;
  height: auto;
}
@media (max-width: 768px) {
  .scout #scout-merit .list .item article h4 img {
    width: 52%;
  }
}
@media (max-width: 768px) {
  .scout #scout-merit .list .item article h4 img {
    margin-top: 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-merit .list .item article h4 img {
    margin-top: 0.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .scout #scout-merit .list .item article h4 img {
    margin-top: 8px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .scout #scout-merit .list .item article h4 img {
    margin-top: 4.2666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .scout #scout-merit .list .item article h4 img {
    margin-top: 1.1428571429vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .scout #scout-merit .list .item article h4 img {
    margin-top: 16px;
  }
}
.scout #scout-merit .list .item article .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 768px) {
  .scout #scout-merit .list .item article .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.scout #scout-merit .list .item article .wrap div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 48.6%;
}
@media (max-width: 768px) {
  .scout #scout-merit .list .item article .wrap div {
    padding: 9.6vw 10.6666666667vw 9.6vw 10.6666666667vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-merit .list .item article .wrap div {
    padding: 2.5714285714vw 2.8571428571vw 2.5714285714vw 2.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .scout #scout-merit .list .item article .wrap div {
    padding: 36px 40px 36px 40px;
  }
}
@media (max-width: 768px) {
  .scout #scout-merit .list .item article .wrap div {
    width: 100%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .scout #scout-merit .list .item article .wrap div {
    margin-bottom: 2.1333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .scout #scout-merit .list .item article .wrap div {
    margin-bottom: 0.5714285714vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .scout #scout-merit .list .item article .wrap div {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .scout #scout-merit .list .item article .wrap div {
    padding: 7.4666666667vw 3.2vw 7.4666666667vw 3.2vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .scout #scout-merit .list .item article .wrap div {
    padding: 2vw 0.8571428571vw 2vw 0.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .scout #scout-merit .list .item article .wrap div {
    padding: 28px 12px 28px 12px;
  }
}
.scout #scout-merit .list .item article .wrap div h5 {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .scout #scout-merit .list .item article .wrap div h5 {
    font-size: 4.8vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-merit .list .item article .wrap div h5 {
    font-size: 1.2857142857vw;
  }
}
@media (min-width: 1200px) {
  .scout #scout-merit .list .item article .wrap div h5 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .scout #scout-merit .list .item article .wrap div h5 {
    line-height: 7.4666666667vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-merit .list .item article .wrap div h5 {
    line-height: 2vw;
  }
}
@media (min-width: 1200px) {
  .scout #scout-merit .list .item article .wrap div h5 {
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .scout #scout-merit .list .item article .wrap div h5 {
    margin-bottom: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-merit .list .item article .wrap div h5 {
    margin-bottom: 1.4285714286vw;
  }
}
@media (min-width: 1401px) {
  .scout #scout-merit .list .item article .wrap div h5 {
    margin-bottom: 20px;
  }
}
.scout #scout-merit .list .item article .wrap div p {
  display: block;
  position: relative;
  font-size: 1.3rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .scout #scout-merit .list .item article .wrap div p {
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-merit .list .item article .wrap div p {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .scout #scout-merit .list .item article .wrap div p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .scout #scout-merit .list .item article .wrap div p {
    line-height: 6.4vw;
  }
}
@media (min-width: 769px) {
  .scout #scout-merit .list .item article .wrap div p {
    line-height: 1.7142857143vw;
  }
}
@media (min-width: 1200px) {
  .scout #scout-merit .list .item article .wrap div p {
    line-height: 24px;
  }
}
.scout #scout-merit .list .item article .wrap .left {
  background-color: #F7EBDE;
}
.scout #scout-merit .list .item article .wrap .left h5 {
  color: #FF8A00;
}
.scout #scout-merit .list .item article .wrap .right {
  background-color: #EAEBEB;
}

.p-scout .p-scout-mv {
  position: relative;
  padding: 62px 0;
  margin-bottom: 106px;
}
@media (max-width: 768px) {
  .p-scout .p-scout-mv {
    height: auto;
    padding-top: 12px;
    padding-bottom: 36px;
    margin-bottom: 78px;
  }
}
.p-scout .p-scout-mv:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../../img/enpitta/scout/mv_bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
}
@media (max-width: 768px) {
  .p-scout .p-scout-mv:before {
    background-image: url("../../img/enpitta/scout/mv_bg_sp.svg");
  }
}
.p-scout .p-scout-mv .p-scout-mv__image {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  max-width: 1080px;
}
@media (max-width: 1200px) {
  .p-scout .p-scout-mv .p-scout-mv__image {
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    right: 0;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .p-scout .p-scout-mv .p-scout-mv__image {
    position: relative;
    margin: 0 auto 10px;
  }
}
.p-scout .p-scout-mv .p-scout-mv__textarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.p-scout .p-scout-mv .p-scout-mv__textarea h2 {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
  position: relative;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .p-scout .p-scout-mv .p-scout-mv__textarea h2 {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 16px;
  }
}
.p-scout .p-scout-mv .p-scout-mv__textarea p {
  position: relative;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0em;
  margin-bottom: 26px;
  max-width: 50%;
}
@media (max-width: 768px) {
  .p-scout .p-scout-mv .p-scout-mv__textarea p {
    margin-bottom: 18px;
    width: 100%;
    max-width: 100%;
  }
}
.p-scout .p-scout-mv .p-scout-mv__textarea .p-scout-mv__linkLists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
}
@media (max-width: 768px) {
  .p-scout .p-scout-mv .p-scout-mv__textarea .p-scout-mv__linkLists {
    max-width: 100%;
  }
}
.p-scout .p-scout-mv .p-scout-mv__textarea .p-scout-mv__linkList {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .p-scout .p-scout-mv .p-scout-mv__textarea .p-scout-mv__linkList {
    width: 100%;
  }
}
.p-scout .p-scout-mv .p-scout-mv__textarea .p-scout-mv__link {
  width: 368px;
  height: 60px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .p-scout .p-scout-mv .p-scout-mv__textarea .p-scout-mv__link {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-scout .p-scout-mv .p-scout-mv__textarea .p-scout-mv__link {
    width: 100%;
    height: 42px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.p-scout .p-scout-about {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto;
  grid-template-areas: "header image" "text image";
}
@media (max-width: 768px) {
  .p-scout .p-scout-about {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "header" "image" "text";
  }
}
.p-scout .p-scout-about .p-scout-about__header {
  position: relative;
  margin-bottom: 10px;
  grid-area: header;
}
@media (max-width: 768px) {
  .p-scout .p-scout-about .p-scout-about__header {
    margin-bottom: 22px;
  }
}
.p-scout .p-scout-about .p-scout-about__header h3 {
  color: #F78F00;
  font-size: 2.2rem;
  line-height: 1.4545454545;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .p-scout .p-scout-about .p-scout-about__header h3 {
    font-size: 1.9rem;
    line-height: 1.4736842105;
    letter-spacing: 0em;
    margin-bottom: 23px;
    text-align: center;
  }
}
.p-scout .p-scout-about .p-scout-about__header span {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-scout .p-scout-about .p-scout-about__image {
  grid-area: image;
}
@media (max-width: 768px) {
  .p-scout .p-scout-about .p-scout-about__image {
    margin-bottom: 22px;
  }
}
.p-scout .p-scout-about .p-scout-about__image img {
  width: 476px;
  max-width: 100%;
  margin-left: auto;
}
@media (max-width: 768px) {
  .p-scout .p-scout-about .p-scout-about__image img {
    width: 100%;
  }
}
.p-scout .p-scout-about .p-scout-about__text {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0em;
  grid-area: text;
}
@media (max-width: 768px) {
  .p-scout .p-scout-about .p-scout-about__text {
    font-size: 1.3rem;
    line-height: 1.8461538462;
    letter-spacing: 0em;
  }
}
.p-scout .p-scout-point .p-scout-point__title {
  font-size: 2.2rem;
  line-height: 1.4545454545;
  letter-spacing: 0em;
  font-weight: 500;
  color: #F78F00;
  margin-bottom: 26px;
  text-align: center;
}
.p-scout .p-scout-point .p-scout-point__container + .p-scout-point__container {
  margin-top: 84px;
}
@media (max-width: 768px) {
  .p-scout .p-scout-point .p-scout-point__container + .p-scout-point__container {
    margin-top: 58px;
  }
}
.p-scout .p-scout__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
}
@media (max-width: 768px) {
  .p-scout .p-scout__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 32px;
    margin-bottom: 40px;
  }
}
.p-scout .p-scout__lists.p-scout__lists--wide {
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
.p-scout .p-scout__lists.p-scout__lists--wide .p-scout__list {
  width: 342px;
  max-width: 32%;
}
@media (max-width: 768px) {
  .p-scout .p-scout__lists.p-scout__lists--wide .p-scout__list {
    width: 100%;
    max-width: 100%;
  }
}
.p-scout .p-scout__lists .p-scout__list {
  width: 327px;
  max-width: 31%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .p-scout .p-scout__lists .p-scout__list {
    width: 100%;
    max-width: 100%;
  }
}
.p-scout .p-scout__lists .p-scout__listHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  margin-bottom: 12px;
  /* -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; */
}
@media (max-width: 768px) {
  .p-scout .p-scout__lists .p-scout__listHeader {
    margin-bottom: 10px;
  }
}
.p-scout .p-scout__lists .p-scout__listImage {
  position: relative;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .p-scout .p-scout__lists .p-scout__listImage {
    margin-bottom: 15px;
  }
}
.p-scout .p-scout__lists .p-scout__listImage img {
  width: auto;
  margin: 0 auto;
}
.p-scout .p-scout__lists .p-scout__listTitle {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-scout .p-scout__lists .p-scout__listTitle {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.p-scout .p-scout__lists .p-scout__listText {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0em;
  display: block;
  position: relative;
  text-align: justify;

}
@media (max-width: 768px) {
  .p-scout .p-scout__lists .p-scout__listText {
    font-size: 1.3rem;
    line-height: 1.8461538462;
    letter-spacing: 0em;
  }
}
.p-scout .p-scout-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-scout .p-scout-link .p-scout-link__button {
  width: 363px;
  height: 60px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-scout .p-scout-link .p-scout-link__button {
    width: 100%;
    height: 42px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0em;
  }
}

.company .main-message {
  display: block;
  position: relative;
  width: 100%;
  background-color: #E8F5FC;
}
@media (max-width: 768px) {
  .company .main-message {
    padding: 6.4vw 0vw 6.4vw 0vw;
  }
}
@media (min-width: 769px) {
  .company .main-message {
    padding: 1.7142857143vw 0vw 1.7142857143vw 0vw;
  }
}
@media (min-width: 1401px) {
  .company .main-message {
    padding: 24px 0px 24px 0px;
  }
}
@media (max-width: 768px) {
  .company .main-message {
    margin-bottom: 17.0666666667vw;
  }
}
@media (min-width: 769px) {
  .company .main-message {
    margin-bottom: 4.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .company .main-message {
    margin-bottom: 64px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .company .main-message {
    margin-bottom: 8.5333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .company .main-message {
    margin-bottom: 2.2857142857vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .company .main-message {
    margin-bottom: 32px;
  }
}
.company .main-message h2 {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .company .main-message h2 {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .company .main-message h2 {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1200px) {
  .company .main-message h2 {
    font-size: 16px;
  }
}
.company .profile .inner {
  display: block;
  position: relative;
  width: 72%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .company .profile .inner {
    width: 100%;
  }
}

.p-company .p-company-profile {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .p-company .p-company-profile {
    margin-bottom: 20px;
  }
}
.p-company .p-company-container {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 50px 0 44px;
}
.p-company .p-company-container:first-child {
  margin-top: 65px;
}
@media (max-width: 768px) {
  .p-company .p-company-container:first-child {
    margin-top: 0;
  }
}
.p-company .p-company-container + .p-company-container {
  margin-top: 42px;
}
@media (max-width: 768px) {
  .p-company .p-company-container + .p-company-container {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .p-company .p-company-container {
    width: 100%;
    padding: 32px 3% 42px;
    border-radius: 0;
  }
}
.p-company .p-company-title {
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .p-company .p-company-title {
    font-size: 1.7rem;
    line-height: 1.4705882353;
    letter-spacing: 0em;
  }
}
.p-company .table {
  width: 100%;
}
.p-company .table tr {
  border-bottom: solid 1px #EAEAEA;
}
@media (max-width: 768px) {
  .p-company .table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-company .table tr th, .p-company .table tr td {
  padding: 16px 0;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0em;
}
.p-company .table tr th {
  font-weight: 400;
}
@media (min-width: 769px) {
  .p-company .table tr th {
    padding-left: 3px;
  }
}
@media (max-width: 768px) {
  .p-company .table tr th {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    padding: 14px 0 4px;
  }
}
.p-company .table tr td {
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-company .table tr td {
    font-size: 1.5rem;
    line-height: 1.4666666667;
    letter-spacing: 0em;
    padding: 0 0 14px;
  }
}

.p-login .p-login-forget .p-login-foreget__link {
  font-size: 1.3rem;
  line-height: 1.6153846154;
  letter-spacing: 0em;
  color: #00C8D9;
  text-decoration: underline;
}
.p-login .p-login-submit .p-login-submit__button {
  width: 210px;
  height: 52px;
}
.p-login .p-login-register {
  font-size: 1.3rem;
  line-height: 1.6153846154;
  letter-spacing: 0em;
}
.p-login .p-login-register .p-login-register__link {
  color: #F78F00;
  text-decoration: underline;
}

.p-jobDetail .p-jobDetail-mv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-mv {
    padding: 8.5333333333vw 8.5333333333vw 8.5333333333vw 8.5333333333vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-mv {
    padding: 2.2857142857vw 2.2857142857vw 2.2857142857vw 2.2857142857vw;
  }
}
@media (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-mv {
    padding: 32px 32px 32px 32px;
  }
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-mv {
    margin-bottom: 6.4vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-mv {
    margin-bottom: 1.7142857143vw;
  }
}
@media (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-mv {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__imageLists {
  display: block;
  position: relative;
  width: 56%;
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__imageLists {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__imageLists {
    overflow: hidden;
  }
}
.p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__imageLists .p-jobDetail-mv__imageList {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  display: flex;
  align-items: center;
}
.p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__imageLists .slide-arrow {
  width: 39px;
  height: 52px;
}
.p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content {
    width: 100%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content {
    padding: 5.3333333333vw 4.2666666667vw 5.3333333333vw 4.2666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content {
    padding: 1.4285714286vw 1.1428571429vw 1.4285714286vw 1.1428571429vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content {
    padding: 20px 16px 20px 16px;
  }
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__header {
    margin-bottom: 6.4vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__header {
    margin-bottom: 1.7142857143vw;
  }
}
@media (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__header {
    margin-bottom: 24px;
  }
}
.p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__header .p-jobDetail-mv__headerTitle {
  font-size: 1.8rem;
  color: #00C8D9;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__header .p-jobDetail-mv__headerTitle {
    font-size: 4.8vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__header .p-jobDetail-mv__headerTitle {
    font-size: 1.5714285714vw;
  }
}
@media (min-width: 1200px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__header .p-jobDetail-mv__headerTitle {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__header .p-jobDetail-mv__headerTitle {
    line-height: 6.4vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__header .p-jobDetail-mv__headerTitle {
    line-height: 2vw;
  }
}
@media (min-width: 1200px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__header .p-jobDetail-mv__headerTitle {
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__header .p-jobDetail-mv__headerTitle {
    margin-bottom: 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__header .p-jobDetail-mv__headerTitle {
    margin-bottom: 0.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__header .p-jobDetail-mv__headerTitle {
    margin-bottom: 8px;
  }
}
.p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__header .p-jobDetail-mv__headerLink {
  position: relative;
  display: block;
}
.p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__header .p-jobDetail-mv__headerLink .p-jobDetail-mv__headerLinkText {
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__header .p-jobDetail-mv__headerLink .p-jobDetail-mv__headerLinkText {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__header .p-jobDetail-mv__headerLink .p-jobDetail-mv__headerLinkText {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1200px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__header .p-jobDetail-mv__headerLink .p-jobDetail-mv__headerLinkText {
    font-size: 16px;
  }
}
.p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links {
    margin-bottom: 2.4666666667vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links {
    margin-bottom: 2.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links {
    margin-bottom: 58px;
  }
}
.p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links span {
  display: block;
  position: relative;
  text-align: center;
  color: #E30000;
  font-size: 1.2rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links span {
    margin-bottom: 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links span {
    margin-bottom: 0.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links span {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links span {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links span {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links span {
    font-size: 14px;
  }
}
.p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links .p-jobDetail-mv__link {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links .p-jobDetail-mv__link {
    margin-bottom: 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links .p-jobDetail-mv__link {
    margin-bottom: 0.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links .p-jobDetail-mv__link {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links .p-jobDetail-mv__link {
    padding: 6.4vw 0vw 6.4vw 0vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links .p-jobDetail-mv__link {
    padding: 1.7142857143vw 0vw 1.7142857143vw 0vw;
  }
}
@media (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links .p-jobDetail-mv__link {
    padding: 24px 0px 24px 0px;
  }
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links .p-jobDetail-mv__link {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links .p-jobDetail-mv__link {
    font-size: 1.2857142857vw;
  }
}
@media (min-width: 1200px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links .p-jobDetail-mv__link {
    font-size: 18px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links .p-jobDetail-mv__link {
    margin-bottom: 2.1333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links .p-jobDetail-mv__link {
    margin-bottom: 0.5714285714vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links .p-jobDetail-mv__link {
    margin-bottom: 8px;
  }
}
.p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links .p-jobDetail-mv__link:last-child {
  margin-bottom: 0;
}
.p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links .p-jobDetail-mv__link.p-jobDetail-mv__link--entry {
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links .p-jobDetail-mv__link.p-jobDetail-mv__link--entry {
    padding: 4.4vw 0vw 4.4vw 0vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links .p-jobDetail-mv__link.p-jobDetail-mv__link--entry {
    padding: 1.3142857143vw 0vw 1.3142857143vw 0vw;
  }
}
@media (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links .p-jobDetail-mv__link.p-jobDetail-mv__link--entry {
    padding: 24px 0px 24px 0px;
  }
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links .p-jobDetail-mv__link.p-jobDetail-mv__link--keep {
    padding: 3.7333333333vw 0vw 3.7333333333vw 0vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links .p-jobDetail-mv__link.p-jobDetail-mv__link--keep {
    padding: 1vw 0vw 1vw 0vw;
  }
}
@media (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__links .p-jobDetail-mv__link.p-jobDetail-mv__link--keep {
    padding: 14px 0px 14px 0px;
  }
}
.p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__other .p-jobDetail-mv__salary {
  font-size: 1.3rem;
  font-weight: 400;
  background-color: #EFECE5;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__other .p-jobDetail-mv__salary {
    padding: 1.0666666667vw 3.2vw 1.0666666667vw 3.2vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__other .p-jobDetail-mv__salary {
    padding: 0.2857142857vw 0.8571428571vw 0.2857142857vw 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__other .p-jobDetail-mv__salary {
    padding: 4px 12px 4px 12px;
  }
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__other .p-jobDetail-mv__salary {
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__other .p-jobDetail-mv__salary {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__other .p-jobDetail-mv__salary {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__other .p-jobDetail-mv__salary {
    margin-bottom: 1.0666666667vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__other .p-jobDetail-mv__salary {
    margin-bottom: 0.2857142857vw;
  }
}
@media (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__other .p-jobDetail-mv__salary {
    margin-bottom: 4px;
  }
}
.p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__other .p-jobDetail-mv__time {
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__other .p-jobDetail-mv__time {
    font-size: 2.9333333333vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__other .p-jobDetail-mv__time {
    font-size: 0.8571428571vw;
  }
}
@media (min-width: 1200px) {
  .p-jobDetail .p-jobDetail-mv .p-jobDetail-mv__content .p-jobDetail-mv__other .p-jobDetail-mv__time {
    font-size: 12px;
  }
}
.p-jobDetail .p-jobDetail-comment {
  display: block;
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-comment {
    padding: 10.6666666667vw 10.6666666667vw 10.6666666667vw 10.6666666667vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-comment {
    padding: 2.8571428571vw 2.8571428571vw 2.8571428571vw 2.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-comment {
    padding: 40px 40px 40px 40px;
  }
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-comment {
    margin-bottom: 6.4vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-comment {
    margin-bottom: 1.7142857143vw;
  }
}
@media (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-comment {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-jobDetail .p-jobDetail-comment {
    padding: 5.3333333333vw 4.2666666667vw 5.3333333333vw 4.2666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-jobDetail .p-jobDetail-comment {
    padding: 1.4285714286vw 1.1428571429vw 1.4285714286vw 1.1428571429vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-comment {
    padding: 20px 16px 20px 16px;
  }
}
.p-jobDetail .p-jobDetail-comment .p-jobDetail-comment__title {
  color: #00C8D9;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-comment .p-jobDetail-comment__title {
    font-size: 4.8vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-comment .p-jobDetail-comment__title {
    font-size: 1.5714285714vw;
  }
}
@media (min-width: 1200px) {
  .p-jobDetail .p-jobDetail-comment .p-jobDetail-comment__title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-comment .p-jobDetail-comment__title {
    margin-bottom: 3.2vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-comment .p-jobDetail-comment__title {
    margin-bottom: 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-comment .p-jobDetail-comment__title {
    margin-bottom: 12px;
  }
}
.p-jobDetail .p-jobDetail-comment p {
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-comment p {
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-comment p {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .p-jobDetail .p-jobDetail-comment p {
    font-size: 14px;
  }
}

.p-jobDetail .p-jobDetail-comment h2.title {
  font-size: 1.8rem;
  font-weight: 500;
  font-weight: bold;
}

#comment h2.title {
  color: #444444;
}

@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-comment h2.title {
    font-size: 4.8vw;
  }
}

@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-comment h2.title {
    font-size: 1.57143vw;
  }
}

@media (min-width: 1200px) {
  .p-jobDetail .p-jobDetail-comment h2.title {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-comment h2.title {
    margin-bottom: 3.2vw;
  }
}

@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-comment h2.title {
    margin-bottom: 0.85714vw;
  }
}

@media (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-comment h2.title {
    margin-bottom: 12px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .p-jobDetail .p-jobDetail-comment h2.title {
    margin-bottom: 4.26667vw;
  }
}

@media (max-width: 768px) and (min-width: 769px) {
  .p-jobDetail .p-jobDetail-comment h2.title {
    margin-bottom: 1.14286vw;
  }
}

@media (max-width: 768px) and (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-comment h2.title {
    margin-bottom: 16px;
  }
}

.p-jobDetail .p-jobDetail-content {
  display: block;
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
  color: #444444;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-content {
    padding: 10.6666666667vw 10.6666666667vw 10.6666666667vw 10.6666666667vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-content {
    padding: 2.8571428571vw 2.8571428571vw 2.8571428571vw 2.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-content {
    padding: 40px 40px 40px 40px;
  }
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-content {
    margin-bottom: 6.4vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-content {
    margin-bottom: 1.7142857143vw;
  }
}
@media (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-content {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-content {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-content {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .p-jobDetail .p-jobDetail-content {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-content {
    margin-bottom: 34px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-jobDetail .p-jobDetail-content {
    padding: 10.6666666667vw 4.2666666667vw 10.6666666667vw 4.2666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-jobDetail .p-jobDetail-content {
    padding: 2.8571428571vw 1.1428571429vw 2.8571428571vw 1.1428571429vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-content {
    padding: 40px 16px 40px 16px;
  }
}
.p-jobDetail .p-jobDetail-content .p-jobDetail-content__box {
  position: relative;
}
.p-jobDetail .p-jobDetail-content .p-jobDetail-content__mainTitle {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__mainTitle {
    font-size: 4.8vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__mainTitle {
    font-size: 1.5714285714vw;
  }
}
@media (min-width: 1200px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__mainTitle {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__mainTitle {
    margin-bottom: 1.0666666667vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__mainTitle {
    margin-bottom: 0.2857142857vw;
  }
}
@media (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__mainTitle {
    margin-bottom: 4px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__mainTitle {
    margin-bottom: 4.2666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__mainTitle {
    margin-bottom: 1.1428571429vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__mainTitle {
    margin-bottom: 16px;
  }
}
.p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists {
  width: 100%;
}
.p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: solid 1px #EAEAEA;
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list {
    padding: 5.8666666667vw 0vw 5.8666666667vw 0vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list {
    padding: 1.5714285714vw 0vw 1.5714285714vw 0vw;
  }
}
@media (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list {
    padding: 22px 0px 22px 0px;
  }
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dd {
  font-weight: 400;
}

.p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dt {
  font-weight: 700;
}
.p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dt {
  width: 200px;
  font-size: 1.4rem;
  width: 25%;
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dt {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dt {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dt {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dt {
    font-size: 14px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dt {
    padding: 3.7333333333vw 0vw 0vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dt {
    padding: 1vw 0vw 0vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dt {
    padding: 14px 0px 0px 0px;
  }
}
.p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dd {
  text-align: justify;
  font-size: 1.3rem;
  width: 75%;
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dd {
    font-size: 3.4666666667vw;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dd {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dd {
    font-size: 14px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dd {
    padding: 0vw 0vw 3.7333333333vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dd {
    padding: 0vw 0vw 1vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dd {
    padding: 0px 0px 14px 0px;
  }
}
.p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dd .p-jobDetail-content__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 8px;
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dd .p-jobDetail-content__tags {
    margin-bottom: 3.2vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dd .p-jobDetail-content__tags {
    margin-bottom: 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dd .p-jobDetail-content__tags {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dd .p-jobDetail-content__tags {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dd .p-jobDetail-content__tags {
    padding: 2.1333333333vw 0vw 2.1333333333vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dd .p-jobDetail-content__tags {
    padding: 0.5714285714vw 0vw 0.5714285714vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dd .p-jobDetail-content__tags {
    padding: 8px 0px 8px 0px;
  }
}
.p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dd .p-jobDetail-content__tags li {
  position: relative;
}
.p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dd .p-jobDetail-content__tags li a {
  color: #F78F00;
  font-size: 1rem;
  border: solid 1px #F78F00;
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dd .p-jobDetail-content__tags li a {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dd .p-jobDetail-content__tags li a {
    font-size: 0.9285714286vw;
  }
}
@media (min-width: 1200px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dd .p-jobDetail-content__tags li a {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dd .p-jobDetail-content__tags li a {
    padding: 1.0666666667vw 2.1333333333vw 1.0666666667vw 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dd .p-jobDetail-content__tags li a {
    padding: 0.2857142857vw 0.5714285714vw 0.2857142857vw 0.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-content .p-jobDetail-content__lists .p-jobDetail-content__list dd .p-jobDetail-content__tags li a {
    padding: 4px 8px 4px 8px;
  }
}

.p-jobDetail .p-jobDetail-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-actions {
    padding: 6.4vw 0vw 6.4vw 0vw;
  }
}

@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-actions {
    padding: 1.71429vw 0vw 0vw 0vw;
  }
}

@media (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-actions {
    padding: 24px 0px 0px 0px;
  }
}

@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-actions {
    background-color: #ffffff;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .p-jobDetail .p-jobDetail-actions {
    padding: 6.4vw 4.26667vw 6.4vw 4.26667vw;
  }
}

@media (max-width: 768px) and (min-width: 769px) {
  .p-jobDetail .p-jobDetail-actions {
    padding: 1.71429vw 1.14286vw 1.71429vw 1.14286vw;
  }
}

@media (max-width: 768px) and (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-actions {
    padding: 24px 16px 24px 16px;
  }
}


@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-actions {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "entry" "top" "keep";
    row-gap: 10px;
  }
}












.p-jobDetail-actions .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .p-jobDetail-actions .actions {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .p-jobDetail-actions .actions {
    padding: 5vw 3.2vw 0vw 3.2vw;
  }
  .p-jobDetail-actions .actions.btn_keep_wide_ul {
    padding: 0;
  }
}

@media (max-width: 768px) and (min-width: 769px) {
  .p-jobDetail-actions .actions {
    padding: 0vw 0.85714vw 0vw 0.85714vw;
  }
}

@media (max-width: 768px) and (min-width: 1401px) {
  .p-jobDetail-actions .actions {
    padding: 0px 12px 0px 12px;
  }
}

.p-jobDetail-actions .actions .action {
  display: block;
  position: relative;
  width: 36%;
}

.p-jobDetail-actions .actions .action.btn_keep_wide_list {
  width: 100%;
}

.p-jobDetail-actions .actions.btn_keep_wide_ul {
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-jobDetail-actions .actions .action.btn_keep_wide_list.btn_blue_right a, .job-detail #buttons li.added_sky_flex_btn .button-member {
  padding: 1.85714vw 1.42857vw 1.85714vw 1.42857vw;
}

.p-jobDetail-actions .actions .action.btn_keep_wide_list.btn_blue_right, .p-jobDetail-actions .actions .added_sky_flex_btn {
  width: 49.9%;
}

@media (max-width: 768px) {
  .p-jobDetail-actions .actions .action {
    width: 48.4%;
  }
  .p-jobDetail-actions .actions .action.btn_keep_wide_list.btn_blue_right a {
    padding: 3.73333vw 3.2vw 3.73333vw 3.2vw;
  }
  
  .p-jobDetail-actions .actions .action.btn_keep_wide_list.orange_blue_right a {
    font-size: 3.5vw;
    margin-bottom: 0;
  }
  .p-jobDetail-actions .actions .action.btn_keep_wide_list.orange_blue_right {
    margin-bottom: 0;
  }
  li.added_sky_flex_btn {
    width: 100%;
    margin-top: 1rem;
  }
  li.added_sky_flex_btn a {
    padding: 3.73333vw 3.2vw 3.73333vw 3.2vw;
  }
  .p-jobDetail-actions .actions .action.btn_keep_wide_list.orange_blue_right {
    width: 49.9%;
  }
  .p-jobDetail-actions .actions .added_sky_flex_btn {
    width: 100%;
  }
  .job-detail #buttons li.added_sky_flex_btn .button-member {
    padding: 3.73333vw 3.2vw 3.73333vw 3.2vw;
  }
}

@media (max-width: 768px) {
  .p-jobDetail-actions .actions .action {
    margin-right: 5.33333vw;
  }
  .p-jobDetail-actions .actions .action.btn_keep_wide_list {
    margin-right: 0;
  }
  .p-jobDetail-actions .actions .action.btn_keep_wide_list a {
    font-size: 3.5vw;
  }
}

@media (min-width: 769px) {
  .p-jobDetail-actions .actions .action {
    margin-right: 4.42857vw;
  }
  .p-jobDetail-actions .actions .action.btn_keep_wide_list {
    margin-right: 0;
  }
  .p-jobDetail-actions .actions .btn_blue_right.login {
    width: 100% !important;
  }
}

@media (min-width: 1401px) {
  .p-jobDetail-actions .actions .action {
    margin-right: 20px;
  }
  .p-jobDetail-actions .actions .action.btn_keep_wide_list {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .p-jobDetail-actions .actions .action :last-child {
    margin-right: 25vw;
    margin-left: 3vw;
  }
  .p-jobDetail-actions .actions .action.btn_keep_wide_list :last-child {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 769px) {
  .p-jobDetail-actions .actions .action :last-child {
    margin-right: 35vw;
    margin-left: 3vw;
  }
  .p-jobDetail-actions .actions .action.btn_keep_wide_list :last-child {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 1401px) {
  .p-jobDetail-actions .actions .action :last-child {
    margin-right: 600px;
    margin-left: 15px;
  }
  .p-jobDetail-actions .actions .action.btn_keep_wide_list :last-child {
    margin-right: 0;
    margin-left: 0;
  }
}

.p-jobDetail-actions .actions .action  a {
  width: 100%;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .p-jobDetail-actions .actions .action  a {
    padding: 3.2vw 5.33333vw 3.2vw 5.33333vw;
  }
}

@media (min-width: 769px) {
  .p-jobDetail-actions .actions .action  a {
    padding: 1.85714vw 1.42857vw 1.85714vw 1.42857vw;
  }
}

@media (min-width: 1401px) {
  .p-jobDetail-actions .actions .action  a {
    padding: 20px 20px 20px 20px;
  }
}

@media (max-width: 768px) {
  .p-jobDetail-actions .actions .action  a {
    font-size: 3.73333vw;
  }
}

@media (min-width: 769px) {
  .p-jobDetail-actions .actions .action  a {
    font-size: 1.28571vw;
    margin-bottom: 1.42857vw;
  }
}

@media (min-width: 1200px) {
  .p-jobDetail-actions .actions .action  a {
    font-size: 18px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .p-jobDetail-actions .actions .action  a {
    padding: 3.73333vw 3.2vw 3.73333vw 3.2vw;
  }
}

@media (max-width: 768px) and (min-width: 769px) {
  .p-jobDetail-actions .actions .action  a {
    padding: 1vw 0.85714vw 1vw 0.85714vw;
  }
}

@media (max-width: 768px) and (min-width: 1401px) {
  .p-jobDetail-actions .actions .action  a {
    padding: 14px 12px 14px 12px;
  }
}

p.orange_btn_sub_line {
  text-align: center;
  color: #d33636;
}

@media (max-width: 768px) {
  .job-detail #buttons .button-next {
    width: 100%;
  }
  #buttons .actions.btn_keep_wide_ul {
    width: 100%;
    display: flex;
  }
  p.orange_btn_sub_line {
    display: none;
  }
}

.job-detail #buttons .button-member {
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
}

.job-detail #buttons .button-member::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  right: 0%;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background-image: url(/img/enpitta/icon_mail.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .job-detail #buttons .button-member {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .job-detail #buttons .button-member {
    padding: 6.4vw 0vw 6.4vw 0vw;
  }
}

@media (min-width: 769px) {
  .job-detail #buttons .button-member {
    padding: 1.71429vw 0vw 1.71429vw 0vw;
  }
}

@media (min-width: 1401px) {
  .job-detail #buttons .button-member {
    padding: 24px 0px 24px 0px;
  }
}

@media (max-width: 768px) {
  .job-detail #buttons .button-member {
    margin-bottom: 4.26667vw;
  }
}

@media (min-width: 769px) {
  .job-detail #buttons .button-member {
    margin-bottom: 1.42857vw;
  }
}

@media (min-width: 1401px) {
  .job-detail #buttons .button-member {
    margin-bottom: 16px;
  }
}

@media (max-width: 768px) {
  .job-detail #buttons .button-member {
    font-size: 3.7vw;
  }
}

@media (min-width: 769px) {
  .job-detail #buttons .button-member {
    font-size: 1.28571vw;
  }
}

@media (min-width: 1200px) {
  .job-detail #buttons .button-member {
    font-size: 18px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .job-detail #buttons .button-member {
    margin-bottom: 2.13333vw;
  }
}

@media (max-width: 768px) and (min-width: 769px) {
  .job-detail #buttons .button-member {
    margin-bottom: 0.57143vw;
  }
}

@media (max-width: 768px) and (min-width: 1401px) {
  .job-detail #buttons .button-member {
    margin-bottom: 8px;
  }
}













.p-jobDetail .p-jobDetail-actions .p-jobDetail-actions__link {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-actions .p-jobDetail-actions__link {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-actions .p-jobDetail-actions__link {
    font-size: 1.2857142857vw;
  }
}
@media (min-width: 1200px) {
  .p-jobDetail .p-jobDetail-actions .p-jobDetail-actions__link {
    font-size: 18px;
  }
}
.p-jobDetail .p-jobDetail-actions .p-jobDetail-actions__link--entry {
  grid-area: entry;
  width: 700px;
  justify-self: center;
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-actions .p-jobDetail-actions__link--entry {
    width: 100%;
  }
}
.p-jobDetail .p-jobDetail-actions .p-jobDetail-actions__link--top {
  grid-area: top;
  width: 338px;
  height: 60px;
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-actions .p-jobDetail-actions__link--top {
    width: 100%;
    height: 51px;
  }
}
.p-jobDetail .p-jobDetail-actions .p-jobDetail-actions__link--keep {
  grid-area: keep;
  width: 338px;
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-actions .p-jobDetail-actions__link--keep {
    width: 100%;
  }
}
.p-jobDetail .p-jobDetail-actions .p-jobDetail-actions__link--keep.is-keeped {
  font-weight: 700;
}
.p-jobDetail .p-jobDetail-actions .button-next {
  width: 53%;
  width: 53%;
  margin: 0 auto;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-actions .button-next {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-actions .button-next {
    padding: 6.4vw 0vw 6.4vw 0vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-actions .button-next {
    padding: 1.7142857143vw 0vw 1.7142857143vw 0vw;
  }
}
@media (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-actions .button-next {
    padding: 24px 0px 24px 0px;
  }
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-actions .button-next {
    margin-bottom: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-actions .button-next {
    margin-bottom: 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-actions .button-next {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-actions .button-next {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-actions .button-next {
    font-size: 1.2857142857vw;
  }
}
@media (min-width: 1200px) {
  .p-jobDetail .p-jobDetail-actions .button-next {
    font-size: 18px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-jobDetail .p-jobDetail-actions .button-next {
    margin-bottom: 2.1333333333vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-jobDetail .p-jobDetail-actions .button-next {
    margin-bottom: 0.5714285714vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-actions .button-next {
    margin-bottom: 8px;
  }
}
.p-jobDetail .p-jobDetail-actions .button-keep {
  width: 53%;
  width: 53%;
  margin: 0 auto;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-actions .button-keep {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-actions .button-keep {
    padding: 3.7333333333vw 0vw 3.7333333333vw 0vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-actions .button-keep {
    padding: 1vw 0vw 1vw 0vw;
  }
}
@media (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-actions .button-keep {
    padding: 14px 0px 14px 0px;
  }
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-actions .button-keep {
    margin-bottom: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-actions .button-keep {
    margin-bottom: 1.4285714286vw;
  }
}
@media (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-actions .button-keep {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-actions .button-keep {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-actions .button-keep {
    font-size: 1.2857142857vw;
  }
}
@media (min-width: 1200px) {
  .p-jobDetail .p-jobDetail-actions .button-keep {
    font-size: 18px;
  }
}
.p-jobDetail .p-jobDetail-actions .button-keep:before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  right: 0%;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url(../images/common/star.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-jobDetail .p-jobDetail-actions .block {
  font-size: 1.2rem;
  color: #00C8D9;
  text-decoration: underline;
  -webkit-text-decoration-color: #00C8D9;
          text-decoration-color: #00C8D9;
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-actions .block {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-actions .block {
    font-size: 0.8571428571vw;
  }
}
@media (min-width: 1200px) {
  .p-jobDetail .p-jobDetail-actions .block {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-actions .block {
    background-color: #F8F6F1;
    color: #00C8D9;
    text-decoration: underline;
    -webkit-text-decoration-color: #00C8D9;
            text-decoration-color: #00C8D9;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-jobDetail .p-jobDetail-actions .block {
    padding: 8.5333333333vw 0vw 8.5333333333vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-jobDetail .p-jobDetail-actions .block {
    padding: 2.2857142857vw 0vw 2.2857142857vw 0vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-actions .block {
    padding: 32px 0px 32px 0px;
  }
}
.p-jobDetail .p-jobDetail-recommend .slide-arrow {
  width: 39px;
  height: 52px;
}
.p-jobDetail .p-jobDetail-condition .p-jobDetail-condition__title {
  display: block;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-condition .p-jobDetail-condition__title {
    font-size: 4.8vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-condition .p-jobDetail-condition__title {
    font-size: 1.5714285714vw;
  }
}
@media (min-width: 1200px) {
  .p-jobDetail .p-jobDetail-condition .p-jobDetail-condition__title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-condition .p-jobDetail-condition__title {
    margin-bottom: 3.2vw;
  }
}
@media (min-width: 769px) {
  .p-jobDetail .p-jobDetail-condition .p-jobDetail-condition__title {
    margin-bottom: 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .p-jobDetail .p-jobDetail-condition .p-jobDetail-condition__title {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-condition .p-jobDetail-condition__title {
    text-align: left;
  }
}
.p-jobDetail .p-jobDetail-condition .p-jobDetail-condition__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 40px;
  border-top: solid 2px #3AB8C7;
  row-gap: 20px;
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-condition .p-jobDetail-condition__lists {
    row-gap: 16px;
    padding: 34px 32px;
  }
}
.p-jobDetail .p-jobDetail-condition .p-jobDetail-condition__lists .p-jobDetail-condition__list {
  width: calc(50% - 32px);
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-condition .p-jobDetail-condition__lists .p-jobDetail-condition__list {
    width: 100%;
  }
}
.p-jobDetail .p-jobDetail-condition .p-jobDetail-condition__lists .p-jobDetail-condition__link {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0em;
  color: #00C8D9;
}
@media (max-width: 768px) {
  .p-jobDetail .p-jobDetail-condition .p-jobDetail-condition__lists .p-jobDetail-condition__link {
    font-size: 1.4rem;
    line-height: 2.5714285714;
    letter-spacing: 0em;
  }
}

.p-button-keep {
  font-weight: 700;
  background-color: #ffffff;
}
.p-button-keep:before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  right: 0%;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background-image: url("../../img/enpitta/common/icon_keep.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-button-keep.p-button-keep--active:before {
  background-image: url("../../img/enpitta/common/icon_keep_active.svg");
}

.p-button-detail {
  font-weight: 700;
}

.p-button-blue {
  font-weight: 700;
}

.p-button-orange {
  font-weight: 700;
}

.p-button-yellow {
  font-weight: 700;
}

.p-button-brown {
  font-weight: 700;
}

.p-button-gray {
  font-weight: 700;
}

.p-button-aqua {
  font-weight: 700;
}

.p-button-paleblue {
  font-weight: 700;
}

.p-button-floating {
  color: #ffffff;
  font-weight: 500;
}

.p-lp .p-lp-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  height: 80px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-lp .p-lp-header {
    height: 44px;
    padding: 0 12px;
  }
}
.p-lp .p-lp-header .p-lp-header__logo {
  position: relative;
  width: 208px;
}
@media (max-width: 768px) {
  .p-lp .p-lp-header .p-lp-header__logo {
    width: 120px;
  }
}
.p-lp .p-lp-header .p-lp-header__authorization {
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  .p-lp .p-lp-header .p-lp-header__authorization {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.p-lp .p-lp-mv {
  position: relative;
  height: 320px;
  margin-bottom: 86px;
}
@media (max-width: 768px) {
  .p-lp .p-lp-mv {
    height: auto;
    padding: 6px 0 16px;
    margin-bottom: 50px;
  }
}
.p-lp .p-lp-mv:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../../img/enpitta/lp/mv_bg.svg");
  background-size: cover;
  background-size: center;
  background-repeat: no-repeat;
  top: 0;
}
@media (max-width: 768px) {
  .p-lp .p-lp-mv:before {
    background-image: url("../../img/enpitta/lp/mv_bg_sp.svg");
    background-position: bottom;
    background-size: 100% auto;
  }
}
.p-lp .p-lp-mv .p-lp-mv__container {
  height: 100%;
  position: relative;
}
.p-lp .p-lp-mv .p-lp-mv__image {
  display: block;
  position: absolute;
  height: 100%;
}
@media (max-width: 768px) {
  .p-lp .p-lp-mv .p-lp-mv__image {
    position: relative;
    margin-bottom: 10px;
    padding-top: 10px;
  }
}
.p-lp .p-lp-mv .p-lp-mv__image img {
  -o-object-position: bottom;
     object-position: bottom;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.p-lp .p-lp-mv .p-lp-mv__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media (max-width: 768px) {
  .p-lp .p-lp-mv .p-lp-mv__title {
    height: auto;
    display: grid;
    grid-template-columns: 64px 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "image catchCopy" "image text" "lists lists";
  }
}
.p-lp .p-lp-mv .p-lp-mv__textImage {
  position: relative;
  width: 132px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .p-lp .p-lp-mv .p-lp-mv__textImage {
    grid-area: image;
    width: 64px;
    margin-bottom: 0;
    margin-right: 8px;
  }
}
.p-lp .p-lp-mv .p-lp-mv__catchCopy {
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
  color: #00C8D9;
}
@media (max-width: 768px) {
  .p-lp .p-lp-mv .p-lp-mv__catchCopy {
    grid-area: catchCopy;
    margin-bottom: 0px;
    font-size: 1.3rem;
    line-height: 1.0769230769;
    letter-spacing: 0em;
    margin-left: 10px;
  }
}
.p-lp .p-lp-mv .p-lp-mv__text {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-weight: 700;
  color: #00C8D9;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .p-lp .p-lp-mv .p-lp-mv__text {
    grid-area: text;
    font-size: 1.6rem;
    line-height: 1.3125;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0px;
    margin-left: 10px;
  }
}
.p-lp .p-lp-mv .p-lp-mv__text b {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  .p-lp .p-lp-mv .p-lp-mv__text b {
    font-size: 1.6rem;
    line-height: 1.3125;
    letter-spacing: 0em;
  }
}
.p-lp .p-lp-mv .p-lp-mv__categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}
@media (max-width: 768px) {
  .p-lp .p-lp-mv .p-lp-mv__categories {
    grid-area: lists;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 8px;
  }
}
.p-lp .p-lp-mv .p-lp-mv__categories .p-lp-mv__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  color: #F78F00;
  border: solid 1px #F78F00;
  padding: 0 10px;
  height: 32px;
  background-color: #FFFBF2;
}
@media (max-width: 768px) {
  .p-lp .p-lp-mv .p-lp-mv__categories .p-lp-mv__category {
    font-size: 1.1rem;
    line-height: 1.2727272727;
    letter-spacing: 0em;
    text-align: center;
    height: 40px;
    padding: 0 14px;
  }
}
.p-lp .p-lp-form {
  position: relative;
  margin-bottom: 112px;
}
@media (max-width: 768px) {
  .p-lp .p-lp-form {
    margin-bottom: 56px;
  }
}
.p-lp .p-lp-form__box {
  border-radius: 24px;
  border: solid 3px #F78F00;
  background-color: #FDF5E2;
  padding: 90px 24px 66px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .p-lp .p-lp-form__box {
    padding: 40px 12px 52px;
    margin-bottom: 24px;
  }
}
.p-lp .p-lp-form__box:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../../img/enpitta/lp/form_bg.svg");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  bottom: 0;
}
.p-lp .p-lp-form__box .p-lp-step {
  width: 650px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .p-lp .p-lp-form__box .p-lp-step {
    width: calc(100% - 24px);
  }
}
.p-lp .p-lp-form__box .p-lp-formField {
  width: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}
@media (max-width: 768px) {
  .p-lp .p-lp-form__box .p-lp-formField {
    width: 100%;
  }
}
.p-lp .p-lp-form__box .p-lp-formField form, .p-lp .p-lp-form__box .p-lp-formField table, .p-lp .p-lp-form__box .p-lp-formField div {
  width: 100%;
}
.p-lp .p-lp-form__box .p-lp-formField .p-lp-formField__title {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-lp .p-lp-form__box .p-lp-formField .p-lp-formField__title {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 18px;
    width: 100%;
  }
}
.p-lp .p-lp-form__box .p-lp-formField .p-lp-formField__title.require:after {
  content: "必須";
  color: #F78F00;
  position: relative;
  margin-left: 4px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .p-lp .p-lp-form__box .p-lp-formField .p-lp-formField__title.require:after {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .p-lp .p-lp-form__box .p-lp-formField .p-lp-formField__title.require:after {
    font-size: 0.8571428571vw;
  }
}
@media (min-width: 1200px) {
  .p-lp .p-lp-form__box .p-lp-formField .p-lp-formField__title.require:after {
    font-size: 12px;
  }
}
.p-lp .p-lp-form__box .p-lp-form__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-lp .p-lp-form__box .p-lp-form__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
  .p-lp .p-lp-form__box .p-lp-form__actions.p-lp-form__actions--spReverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-lp .p-lp-form__box .p-lp-form__actions.p-lp-form__actions--last {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
.p-lp .p-lp-form__box .p-lp-form__actions.p-lp-form__actions--last .p-lp-form__nextButton, .p-lp .p-lp-form__box .p-lp-form__actions.p-lp-form__actions--last .p-lp-form__prevButton {
  width: 406px;
  height: 60px;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  .p-lp .p-lp-form__box .p-lp-form__actions.p-lp-form__actions--last .p-lp-form__nextButton, .p-lp .p-lp-form__box .p-lp-form__actions.p-lp-form__actions--last .p-lp-form__prevButton {
    width: 100%;
    height: 40px;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media (max-width: 768px) {
  .p-lp .p-lp-form__box .p-lp-form__actions.p-lp-form__actions--last .p-lp-form__prevButton {
    width: 160px;
    height: 40px;
  }
}
.p-lp .p-lp-form__box .p-lp-form__actions.p-lp-form__actions--last .p-lp-form__nextButton {
  height: 74px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-lp .p-lp-form__box .p-lp-form__actions.p-lp-form__actions--last .p-lp-form__nextButton {
    width: 100%;
    height: 70px;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.p-lp .p-lp-form__box .p-lp-form__nextButton, .p-lp .p-lp-form__box .p-lp-form__prevButton {
  width: 170px;
  height: 60px;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-lp .p-lp-form__box .p-lp-form__nextButton, .p-lp .p-lp-form__box .p-lp-form__prevButton {
    width: 160px;
    height: 40px;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.p-lp .p-lp-form__linkLists {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 34px;
     -moz-column-gap: 34px;
          column-gap: 34px;
}
@media (max-width: 768px) {
  .p-lp .p-lp-form__linkLists {
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
  }
}
.p-lp .p-lp-form__linkLists .p-lp-form__linkList {
  position: relative;
}
.p-lp .p-lp-form__linkLists .p-lp-form__link {
  color: #00C8D9;
  text-decoration: underline;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  .p-lp .p-lp-form__linkLists .p-lp-form__link {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.p-lp .p-lp-feature {
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .p-lp .p-lp-feature {
    margin-bottom: 40px;
  }
}
.p-lp .p-lp-feature .p-lp-feature__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-lp .p-lp-feature .p-lp-feature__logo {
  width: 138px;
  position: relative;
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .p-lp .p-lp-feature .p-lp-feature__logo {
    width: 80px;
    margin-bottom: 20px;
  }
}
.p-lp .p-lp-feature .p-lp-feature__mainTitle {
  position: relative;
  margin-bottom: 32px;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-lp .p-lp-feature .p-lp-feature__mainTitle {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
}
.p-lp .p-lp-feature .p-lp-feature__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  row-gap: 38px;
  margin-bottom: 44px;
}
@media (max-width: 768px) {
  .p-lp .p-lp-feature .p-lp-feature__lists {
    row-gap: 14px;
    margin-bottom: 26px;
  }
}
.p-lp .p-lp-feature .p-lp-feature__lists .p-lp-feature__list {
  border-radius: 8px;
  background-color: #ffffff;
  padding: 42px 22px;
  width: 32%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .p-lp .p-lp-feature .p-lp-feature__lists .p-lp-feature__list {
    width: 100%;
    padding: 34px 40px;
  }
}
.p-lp .p-lp-feature .p-lp-feature__lists .p-lp-feature__icon {
  position: relative;
  margin-bottom: 16px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-lp .p-lp-feature .p-lp-feature__lists .p-lp-feature__icon img {
  width: auto;
}
.p-lp .p-lp-feature .p-lp-feature__lists .p-lp-feature__title {
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0em;
  font-weight: 500;
  color: #00A1B5;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-lp .p-lp-feature .p-lp-feature__lists .p-lp-feature__title {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-lp .p-lp-feature .p-lp-feature__lists .p-lp-feature__title {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.p-lp .p-lp-feature .p-lp-feature__lists .p-lp-feature__text {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  .p-lp .p-lp-feature .p-lp-feature__lists .p-lp-feature__text {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: 0em;
  }
}
.p-lp .p-lp-feature .p-lp-feature__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100px;
  color: #00C8D9;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media (max-width: 768px) {
  .p-lp .p-lp-feature .p-lp-feature__button {
    height: 70px;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0em;
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
  }
}
.p-lp .p-lp-feature .p-lp-feature__button:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 52px;
  background-image: url("../../img/enpitta/common/icon_register.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 768px) {
  .p-lp .p-lp-feature .p-lp-feature__button:before {
    width: 32px;
    height: 42px;
  }
}
.p-lp .p-lp-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-lp .p-lp-message .p-lp-message__title {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  color: #00C8D9;
  margin-bottom: 34px;
  position: relative;
}
@media (max-width: 768px) {
  .p-lp .p-lp-message .p-lp-message__title {
    font-size: 2.6rem;
    line-height: 1.2307692308;
    letter-spacing: 0em;
    margin-bottom: 28px;
  }
}
.p-lp .p-lp-message .p-lp-message__text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0em;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-lp .p-lp-message .p-lp-message__text {
    font-size: 1.5rem;
    line-height: 1.4666666667;
    letter-spacing: 0em;
    margin-bottom: 28px;
  }
}
.p-lp .p-lp-message .p-lp-message__button {
  width: 200px;
  height: 60px;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 84px;
}
@media (max-width: 768px) {
  .p-lp .p-lp-message .p-lp-message__button {
    width: 160px;
    height: 40px;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 40px;
  }
}
.p-lp .p-lp-message .p-lp-message__bunner {
  width: 700px;
}
@media (max-width: 768px) {
  .p-lp .p-lp-message .p-lp-message__bunner {
    width: 100%;
  }
}

.p-subpage .p-subpage-whiteBox {
  background-color: #ffffff;
  border-radius: 8px;
}
.p-subpage .p-subpage-mainTitle {
  background-color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .p-subpage .p-subpage-mainTitle {
    height: 60px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    font-weight: 400;
    background-color: #ECF8FA;
  }
}

.p-flow .p-flow-mainTitle {
  font-size: 2.8rem;
  line-height: 1.4642857143;
  letter-spacing: 0em;
  font-weight: 500;
  margin: 52px 78px;
  text-align: center;
  color: #00C8D9;
}
.p-flow .p-flow-title {
  display: block;
  position: relative;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-flow .p-flow-title {
    margin-bottom: 10.6666666667vw;
  }
}
@media (min-width: 769px) {
  .p-flow .p-flow-title {
    margin-bottom: 2.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .p-flow .p-flow-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-flow .p-flow-title {
    margin-bottom: 3.2vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-flow .p-flow-title {
    margin-bottom: 0.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-flow .p-flow-title {
    margin-bottom: 12px;
  }
}
.p-flow .p-flow-title h3 {
  font-size: 2rem;
  color: #F78F00;
}
@media (max-width: 768px) {
  .p-flow .p-flow-title h3 {
    font-size: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .p-flow .p-flow-title h3 {
    font-size: 1.5714285714vw;
  }
}
@media (min-width: 1200px) {
  .p-flow .p-flow-title h3 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .p-flow .p-flow-title h3 {
    line-height: 7.4666666667vw;
  }
}
@media (min-width: 769px) {
  .p-flow .p-flow-title h3 {
    line-height: 2.2857142857vw;
  }
}
@media (min-width: 1200px) {
  .p-flow .p-flow-title h3 {
    line-height: 32px;
  }
}
.p-flow .p-flow-about__lists {
  display: block;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .p-flow .p-flow-about__lists {
    width: 92.8%;
    margin: 0 auto;
  }
}
.p-flow .p-flow-about__lists li {
  display: block;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .p-flow .p-flow-about__lists li {
    margin-bottom: 12.2666666667vw;
  }
}
@media (min-width: 769px) {
  .p-flow .p-flow-about__lists li {
    margin-bottom: 3.2857142857vw;
  }
}
@media (min-width: 1401px) {
  .p-flow .p-flow-about__lists li {
    margin-bottom: 46px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-flow .p-flow-about__lists li {
    margin-bottom: 10.6666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-flow .p-flow-about__lists li {
    margin-bottom: 2.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-flow .p-flow-about__lists li {
    margin-bottom: 40px;
  }
}
.p-flow .p-flow-about__lists li article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 768px) {
  .p-flow .p-flow-about__lists li article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-flow .p-flow-about__lists li article .text {
  display: block;
  width: 48%;
}
@media (max-width: 768px) {
  .p-flow .p-flow-about__lists li article .text {
    width: 100%;
  }
}
.p-flow .p-flow-about__lists li article .text h3 {
  color: #444444;
  font-size: 1.6rem;
  display: block;
}
@media (max-width: 768px) {
  .p-flow .p-flow-about__lists li article .text h3 {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .p-flow .p-flow-about__lists li article .text h3 {
    font-size: 1.2857142857vw;
  }
}
@media (min-width: 1200px) {
  .p-flow .p-flow-about__lists li article .text h3 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-flow .p-flow-about__lists li article .text h3 {
    margin-bottom: 6.4vw;
  }
}
@media (min-width: 769px) {
  .p-flow .p-flow-about__lists li article .text h3 {
    margin-bottom: 1.7142857143vw;
  }
}
@media (min-width: 1401px) {
  .p-flow .p-flow-about__lists li article .text h3 {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .p-flow .p-flow-about__lists li article .text h3 {
    font-weight: 500;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-flow .p-flow-about__lists li article .text h3 {
    margin-bottom: 3.2vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-flow .p-flow-about__lists li article .text h3 {
    margin-bottom: 0.8571428571vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-flow .p-flow-about__lists li article .text h3 {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-flow .p-flow-about__lists li article .text figure {
    margin-bottom: 4.2666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-flow .p-flow-about__lists li article .text figure {
    margin-bottom: 1.1428571429vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-flow .p-flow-about__lists li article .text figure {
    margin-bottom: 16px;
  }
}
.p-flow .p-flow-about__lists li article .text p {
  color: #444444;
  font-size: 1.3rem;
  font-weight: 300;
  text-align: justify;
}
@media (max-width: 768px) {
  .p-flow .p-flow-about__lists li article .text p {
    margin-bottom: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .p-flow .p-flow-about__lists li article .text p {
    margin-bottom: 1.4285714286vw;
  }
}
@media (min-width: 1401px) {
  .p-flow .p-flow-about__lists li article .text p {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .p-flow .p-flow-about__lists li article .text p {
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 769px) {
  .p-flow .p-flow-about__lists li article .text p {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .p-flow .p-flow-about__lists li article .text p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-flow .p-flow-about__lists li article .text p {
    line-height: 6.4vw;
  }
}
@media (min-width: 769px) {
  .p-flow .p-flow-about__lists li article .text p {
    line-height: 2vw;
  }
}
@media (min-width: 1200px) {
  .p-flow .p-flow-about__lists li article .text p {
    line-height: 28px;
  }
}
.p-flow .p-flow-about__lists li article figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-flow .p-flow-about__lists li article figure {
    width: 100%;
}
}

.p-flow .p-flow-about__lists li article figure img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.p-flow .p-flow-lists {
  display: block;
  position: relative;
  width: 100%;
}
.p-flow .p-flow-lists li {
  background-color: #ffffff;
  display: block;
  position: relative;
  border-radius: 8px;
  width: 100%;
}
@media (max-width: 768px) {
  .p-flow .p-flow-lists li {
    padding: 8.5333333333vw 8.5333333333vw 8.5333333333vw 8.5333333333vw;
  }
}
@media (min-width: 769px) {
  .p-flow .p-flow-lists li {
    padding: 2.2857142857vw 2.2857142857vw 2.2857142857vw 2.2857142857vw;
  }
}
@media (min-width: 1401px) {
  .p-flow .p-flow-lists li {
    padding: 32px 32px 32px 32px;
  }
}
@media (max-width: 768px) {
  .p-flow .p-flow-lists li {
    margin-bottom: 12.2666666667vw;
  }
}
@media (min-width: 769px) {
  .p-flow .p-flow-lists li {
    margin-bottom: 3.2857142857vw;
  }
}
@media (min-width: 1401px) {
  .p-flow .p-flow-lists li {
    margin-bottom: 46px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-flow .p-flow-lists li {
    padding: 10.6666666667vw 4.2666666667vw 10.6666666667vw 4.2666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-flow .p-flow-lists li {
    padding: 2.8571428571vw 1.1428571429vw 2.8571428571vw 1.1428571429vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-flow .p-flow-lists li {
    padding: 40px 16px 40px 16px;
  }
}
.p-flow .p-flow-lists li:after {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 200%);
          transform: translate(-50%, 200%);
  background-image: url("../../img/enpitta/flow/flow_arrow.svg");
  width: 34px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 768px) {
  .p-flow .p-flow-lists li:after {
    -webkit-transform: translate(-50%, calc(100% + 11px));
            transform: translate(-50%, calc(100% + 11px));
    width: 48px;
    height: 22px;
  }
}
.p-flow .p-flow-lists li:last-child:after {
  background-image: unset;
}
.p-flow .p-flow-lists li article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .p-flow .p-flow-lists li article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-flow .p-flow-lists li article span {
  background-color: #F78F00;
  font-size: 2rem;
  color: #ffffff;
  width: 5.2vw;
  height: 5.2vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-flow .p-flow-lists li article span {
    font-size: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .p-flow .p-flow-lists li article span {
    font-size: 1.4285714286vw;
  }
}
@media (min-width: 1200px) {
  .p-flow .p-flow-lists li article span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-flow .p-flow-lists li article span {
    width: 20vw;
  }
}
@media (max-width: 768px) {
  .p-flow .p-flow-lists li article span {
    height: 20vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-flow .p-flow-lists li article span {
    margin: 0vw auto 5.3333333333vw auto;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-flow .p-flow-lists li article span {
    margin: 0vw auto 1.4285714286vw auto;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-flow .p-flow-lists li article span {
    margin: 0px auto 20px auto;
  }
}
.p-flow .p-flow-lists li article .text {
  display: block;
  width: 52%;
}
@media (max-width: 768px) {
  .p-flow .p-flow-lists li article .text {
    width: 100%;
  }
}
.p-flow .p-flow-lists li article .text h3 {
  color: #444444;
  font-size: 2rem;
  display: block;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-flow .p-flow-lists li article .text h3 {
    font-size: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .p-flow .p-flow-lists li article .text h3 {
    font-size: 1.4285714286vw;
  }
}
@media (min-width: 1200px) {
  .p-flow .p-flow-lists li article .text h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-flow .p-flow-lists li article .text h3 {
    margin-bottom: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .p-flow .p-flow-lists li article .text h3 {
    margin-bottom: 1.1428571429vw;
  }
}
@media (min-width: 1401px) {
  .p-flow .p-flow-lists li article .text h3 {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .p-flow .p-flow-lists li article .text h3 {
    text-align: center;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-flow .p-flow-lists li article .text figure {
    margin-bottom: 4.2666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-flow .p-flow-lists li article .text figure {
    margin-bottom: 1.1428571429vw;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-flow .p-flow-lists li article .text figure {
    margin-bottom: 16px;
  }
}
.p-flow .p-flow-lists li article .text p {
  color: #444444;
  font-size: 1.3rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .p-flow .p-flow-lists li article .text p {
    margin-bottom: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .p-flow .p-flow-lists li article .text p {
    margin-bottom: 1.4285714286vw;
  }
}
@media (min-width: 1401px) {
  .p-flow .p-flow-lists li article .text p {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .p-flow .p-flow-lists li article .text p {
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 769px) {
  .p-flow .p-flow-lists li article .text p {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .p-flow .p-flow-lists li article .text p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-flow .p-flow-lists li article .text p {
    line-height: 6.9333333333vw;
  }
}
@media (min-width: 769px) {
  .p-flow .p-flow-lists li article .text p {
    line-height: 2vw;
  }
}
@media (min-width: 1200px) {
  .p-flow .p-flow-lists li article .text p {
    line-height: 28px;
  }
}
.p-flow .p-flow-lists li article .text p a {
  color: #F78F00;
  text-decoration: underline;
}
.p-flow .p-flow-lists li article .text small {
  color: #444444;
  font-size: 1.1rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .p-flow .p-flow-lists li article .text small {
    margin-bottom: 5.3333333333vw;
  }
}
@media (min-width: 769px) {
  .p-flow .p-flow-lists li article .text small {
    margin-bottom: 1.4285714286vw;
  }
}
@media (min-width: 1401px) {
  .p-flow .p-flow-lists li article .text small {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .p-flow .p-flow-lists li article .text small {
    font-size: 2.9333333333vw;
  }
}
@media (min-width: 769px) {
  .p-flow .p-flow-lists li article .text small {
    font-size: 0.8571428571vw;
  }
}
@media (min-width: 1200px) {
  .p-flow .p-flow-lists li article .text small {
    font-size: 12px;
  }
}
.p-flow .p-flow-lists li article .text .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .p-flow .p-flow-lists li article .text .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 768px) {
  .p-flow .p-flow-lists li article .text .buttons a {
    padding: 3.2vw 7.4666666667vw 3.2vw 7.4666666667vw;
  }
}
@media (min-width: 769px) {
  .p-flow .p-flow-lists li article .text .buttons a {
    padding: 0.8571428571vw 2vw 0.8571428571vw 2vw;
  }
}
@media (min-width: 1401px) {
  .p-flow .p-flow-lists li article .text .buttons a {
    padding: 12px 28px 12px 28px;
  }
}
@media (max-width: 768px) {
  .p-flow .p-flow-lists li article .text .buttons a + a {
    margin-left: 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .p-flow .p-flow-lists li article .text .buttons a + a {
    margin-left: 0.5714285714vw;
  }
}
@media (min-width: 1401px) {
  .p-flow .p-flow-lists li article .text .buttons a + a {
    margin-left: 8px;
  }
}
@media (max-width: 768px) {
  .p-flow .p-flow-lists li article .text .buttons a + a {
    margin-left: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-flow .p-flow-lists li article .text .buttons a + a {
    margin-top: 4.2666666667vw;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .p-flow .p-flow-lists li article .text .buttons a + a {
    margin-top: 1.1428571429vw;
  }
}

@media (max-width: 768px) {
  #floating .inner--scout {
    background-color: #71CAEF;
  }
}

@media (max-width: 768px) {
  #floating .inner--scout {
    background-color: #71CAEF;
  }
}
@media (max-width: 768px) and (min-width: 1401px) {
  .p-flow .p-flow-lists li article .text .buttons a + a {
    margin-top: 16px;
  }
}
.p-flow .p-flow-lists li article figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36%;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-flow .p-flow-lists li article figure {
    width: 100%;
  }
}
.p-flow .p-flow-lists li article figure img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.p-flow .p-flow-lists li article .p-flow__button {
  width: 100%;
}

@media (max-width: 768px) {
  .p-jobArticle.no-image {
    padding: 14.93333vw 10.66667vw 7.46667vw 10.66667vw;
  }
}

@media (min-width: 769px) {
  .p-jobArticle.no-image {
    padding: 4vw 2.85714vw 2vw 2.85714vw;
  }
}

@media (min-width: 1401px) {
  .p-jobArticle.no-image {
    padding: 56px 40px 28px 40px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .p-jobArticle.no-image {
    padding: 8.53333vw 0vw 3.2vw 0vw;
  }
}

@media (max-width: 768px) and (min-width: 769px) {
  .p-jobArticle.no-image {
    padding: 2.28571vw 0vw 0.85714vw 0vw;
  }
}

@media (max-width: 768px) and (min-width: 1401px) {
  .p-jobArticle.no-image {
    padding: 32px 0px 12px 0px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .google_api {
    border: 0;
    width: 90vw;
    height: 100vw;
  }
}

@media (min-width: 769px) {
  .google_api {
    width: 55vw;
    height: 55vw;
    border: 0;
  }
}

@media (min-width: 1401px) {
  .google_api {
    width: 95%;
    height: 500px;
    border: 0;
  }
}

.recommend-title {
  display: block;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 768px) {
  .recommend-title {
    font-size: 4.8vw;
  }
}
@media (min-width: 769px) {
  .recommend-title {
    font-size: 1.5714285714vw;
  }
}
@media (min-width: 1200px) {
  .recommend-title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .recommend-title {
    margin-bottom: 3.2vw;
  }
}
@media (min-width: 769px) {
  .recommend-title {
    margin-bottom: 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .recommend-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .recommend-title {
    text-align: left;
  }
}

.chat_offer_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 1.6rem;
  color: #444444;
}

.chat_facility_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 1.4rem;
  color: #444444;
}

.chat_offer_link {
  text-decoration: underline;
  color: #00C8D9 !important;
  text-decoration-color: #00C8D9;
}

.chat_facility_link {
  text-decoration: underline;
  color: #00C8D9 !important;
  text-decoration-color: #00C8D9;
  font-size: 1.4rem;
}
.chat_job_category {
  display: inline-block;
  font-size: 1.4rem;
}

.chat_offer_button {
  min-width: 150px;
  height: 40px;
}

.mypage .outer .main-content header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

@media (max-width: 768px) {
  .mypage .outer .main-content header {
    margin-bottom: 2.13333vw;
  }
}

@media (min-width: 769px) {
  .mypage .outer .main-content header {
    margin-bottom: 0.57143vw;
  }
}

@media (min-width: 1401px) {
  .mypage .outer .main-content header {
    margin-bottom: 8px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .mypage .outer .main-content header {
    margin-bottom: 2.13333vw;
  }
}

@media (max-width: 768px) and (min-width: 769px) {
  .mypage .outer .main-content header {
    margin-bottom: 0.57143vw;
  }
}

@media (max-width: 768px) and (min-width: 1401px) {
  .mypage .outer .main-content header {
    margin-bottom: 8px;
  }
}

.mypage .outer .main-content header .content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  color: #444444;
}

@media (max-width: 768px) {
  .mypage .outer .main-content header .content-title {
    font-size: 4.26667vw;
  }
}

@media (min-width: 769px) {
  .mypage .outer .main-content header .content-title {
    font-size: 1.42857vw;
  }
}

@media (min-width: 1200px) {
  .mypage .outer .main-content header .content-title {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap textarea{
    padding: 3.2vw 13.86667vw 3.2vw 2.13333vw;
  }
}

@media (min-width: 769px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap textarea{
    padding: 0.85714vw 3.71429vw 0.85714vw 0.57143vw;
  }
}

@media (min-width: 1401px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap textarea{
    padding: 12px 52px 12px 8px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap textarea{
    padding: 3.2vw 2.13333vw 3.2vw 2.13333vw;
  }
}

@media (max-width: 768px) and (min-width: 769px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap textarea{
    padding: 0.85714vw 3.14286vw 0.85714vw 0.57143vw;
  }
}

@media (max-width: 768px) and (min-width: 1401px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap textarea{
    padding: 12px 44px 12px 8px;
  }
}

@media (max-width: 768px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap textarea{
    font-size: 3.73333vw;
  }
}

@media (min-width: 769px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap textarea{
    font-size: 1.07143vw;
  }
}

@media (min-width: 1200px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap textarea{
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap textarea{
    line-height: 5.33333vw;
  }
}

@media (min-width: 769px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap textarea{
    line-height: 1.57143vw;
  }
}

@media (min-width: 1200px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap textarea{
    line-height: 22px;
  }
}

.ui-resizable-n {
  height: 15px !important;
}

.ui-resizable-n:after {
  top: 14px;
  content: "";
  width: 15px;
  height: 1px;
  background: #aaa;
  display: block;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
}

.ui-resizable-n:before {
  top: 9px;
  content: "";
  width: 15px;
  height: 1px;
  background: #aaa;
  display: block;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
}

.mypage .outer .main-content #chats .input-erea .input-wrap textarea{
  background-color: #F7F7F7;
  line-height: normal;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  text-align: left;
  width: 100%;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap textarea{
    padding: 3.2vw 13.86667vw 3.2vw 2.13333vw;
  }
}

@media (min-width: 769px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap textarea{
    padding: 0.85714vw 3.71429vw 0.85714vw 0.57143vw;
  }
}

@media (min-width: 1401px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap textarea{
    padding: 12px 52px 12px 8px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap textarea{
    padding: 3.2vw 2.13333vw 3.2vw 2.13333vw;
  }
}

@media (max-width: 768px) and (min-width: 769px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap textarea{
    padding: 0.85714vw 3.14286vw 0.85714vw 0.57143vw;
  }
}

@media (max-width: 768px) and (min-width: 1401px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap textarea{
    padding: 12px 44px 12px 8px;
  }
}

@media (max-width: 768px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap textarea{
    font-size: 3.73333vw;
  }
}

@media (min-width: 769px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap textarea{
    font-size: 1.07143vw;
  }
}

@media (min-width: 1200px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap textarea{
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap textarea{
    line-height: 5.33333vw;
  }
}

@media (min-width: 769px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap textarea{
    line-height: 1.57143vw;
  }
}

@media (min-width: 1200px) {
  .mypage .outer .main-content #chats .input-erea .input-wrap textarea{
    line-height: 22px;
  }
}

.chat-send-sp {
  width: 94%;
  margin: 20px auto 10px;
  background-color: #00C8D9;
  color: #ffffff;
  padding: 2.13333vw 4.26667vw 2.13333vw 4.26667vw;
}

.chat-recive-sp {
  width: 94%;
  margin: 0 auto;
  background-color: #FF8A00;
  color: #ffffff;
  padding: 2.13333vw 4.26667vw 2.13333vw 4.26667vw;
}

.keyboard-active {
  height: 400px;
}

#floating {
  display: block;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  width: 42%;
  background-color: #ffffff;
  /* border-radius: 8px 8px 0 0; */
  opacity: 0;
  -webkit-box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 768px) {
  #floating {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #floating {
    padding: 2.13333vw 5.33333vw 2.13333vw 5.33333vw;
  }
}

@media (min-width: 769px) {
  #floating {
    padding: 0.57143vw 1.42857vw 0.57143vw 1.42857vw;
  }
}

@media (min-width: 1401px) {
  #floating {
    padding: 8px 20px 8px 20px;
  }
}

#floating .floating-block {
  display: block;
  position: relative;
  text-align: center;
  color: #E30000;
  font-size: 1.2rem;
  font-weight: 300;
  text-decoration: none;
}

@media (max-width: 768px) {
  #floating .floating-block {
    font-size: 3.2vw;
  }
}

@media (min-width: 769px) {
  #floating .floating-block {
    font-size: 1vw;
  }
}

@media (min-width: 1200px) {
  #floating .floating-block {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  #floating {
    border-radius: 0;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  #floating {
    padding: 2.13333vw 3.2vw 2.13333vw 3.2vw;
  }
}

@media (max-width: 768px) and (min-width: 769px) {
  #floating {
    padding: 0.57143vw 0.85714vw 0.57143vw 0.85714vw;
  }
}

@media (max-width: 768px) and (min-width: 1401px) {
  #floating {
    padding: 8px 12px 8px 12px;
  }
}

#floating.view {
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
}

#floating .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
  border-radius: 8px;
}

@media (max-width: 768px) {
  #floating .inner {
    font-size: 4.26667vw;
  }
}

@media (min-width: 769px) {
  #floating .inner {
    font-size: 1.28571vw;
  }
}

@media (min-width: 1200px) {
  #floating .inner {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  #floating .inner {
    padding: 4.26667vw 0vw 4.26667vw 0vw;
  }
}

@media (min-width: 769px) {
  #floating .inner {
    padding: 1.14286vw 0vw 1.14286vw 0vw;
  }
}

@media (min-width: 1401px) {
  #floating .inner {
    padding: 16px 0px 16px 0px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  #floating .inner {
    padding: 2.13333vw 0vw 2.13333vw 0vw;
  }
}

@media (max-width: 768px) and (min-width: 769px) {
  #floating .inner {
    padding: 0.57143vw 0vw 0.57143vw 0vw;
  }
}

@media (max-width: 768px) and (min-width: 1401px) {
  #floating .inner {
    padding: 8px 0px 8px 0px;
  }
}

#floating .inner:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  right: 0%;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (min-width: 769px) {
  #floating .inner--guest {
    background-color: #71CAEF;
  }
  #floating .inner--guest:before {
    background-image: url(/img/user/floating_free.svg);
    width: 18%;
    padding-top: 6%;
  }
}

@media (max-width: 768px) {
  #floating .inner--guest {
    background-color: #FF8A00;
  }
  #floating .inner--guest:before {
    background-image: url(/img/user/icon_register_sp.svg);
    margin-right: 8px;
  }
}

@media (min-width: 769px) {
  #floating .inner--user {
    background-color: #71CAEF;
  }
  #floating .inner--user:before {
    background-image: url(/img/user/floating_free.svg);
    width: 18%;
    padding-top: 6%;
  }
}

@media (max-width: 768px) {
  #floating .inner--user {
    background-color: #FF8A00;
  }
  #floating .inner--user:before {
    background-image: url(/img/user/icon_scout.svg);
    margin-right: 8px;
  }
}

@media (min-width: 769px) {
  #floating .inner--flow {
    background-color: #FF8A00;
  }
  #floating .inner--flow:before {
    background-image: url(/img/user/icon_register.svg);
    width: 8%;
    padding-top: 6%;
  }
}

@media (max-width: 768px) {
  #floating .inner--flow {
    background-color: #FF8A00;
  }
  #floating .inner--flow:before {
    background-image: url(/img/user/icon_register_sp.svg);
    margin-right: 8px;
  }
}

@media (min-width: 769px) {
  #floating .inner--scout {
    background-color: #71CAEF;
  }
  #floating .inner--scout:before {
    width: 8%;
    padding-top: 6%;
  }
}

@media (max-width: 768px) {
  #floating .inner--scout {
    background-color: #71CAEF;
  }
  #floating .inner--scout:before {
    margin-right: 8px;
  }
}

#floating .inner--detail {
  background-color: #FF8A00;
}

@media (max-width: 768px) {
  .news .news-field .sub-container {
      width: 90%;
  }
}

.p-front-search__pref {
  padding: 0 !important;
}
.p-front-search__prefSelector {
  width: 155px;
  height: 48px;
  padding: 12px 18px;
}
.p-front-search__city {
  padding: 0 !important;
}

.city__selector {
  width: 292px;
  height: 48px;
  padding: 12px 18px;
}
@media (max-width: 768px) {
  .city__selector {
    width: 100%;
  }
}

.title_job_type_id {
  font-size: 1vw;
  font-weight: 400;
  color: #444444;
  display: inline-block;
}

.term_hr {
  color: #ddd;
  margin-bottom: 2.8571428571vw;
}

/* ---------------------- */

.customer-request-container {
  display: block;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.customer-request-container .content h4,
.customer-request-container .content p {
  font-size: 1.2vw;
}
.customer-request-container .content a {
  font-size: 1.28571vw;
}
.customer-request-container .content .caution {
  font-size: 0.9vw !important;
}

.job-detail #mv .wrap .links span.c-button_message, .job-detail span.c-button_message {
  color: #FF8A00 !important;
  background: #fff !important;
  font-size: 10px !important;
  padding: 8px !important;
  margin-left: 14px !important;
  border-radius: 8px !important;
  font-weight: bold !important;
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .form-finish #support-modal .customer-request-container {
    width: 100%;
  }
  .customer-request-container .content h4,
  .customer-request-container .content p {
    font-size: 4.26667vw;
  }
  .customer-request-container .content a {
    font-size: 4.26667vw;
  }
  .customer-request-container .content .caution {
    font-size: 2.5vw !important;
  }
  .job-detail #mv .wrap .links span.c-button_message, .job-detail  span.c-button_message {
    margin-bottom: 0;
  }
}

.title_match_offer {
  line-height: 20px !important;
}

.scout .mv .texterea .buttons ul.scout-btn-double {
  flex-wrap: wrap;
}

.scout .mv .texterea .buttons ul.scout-btn-double li.btn-for-customer {
  margin-top: 1rem;
}
.scout .mv .texterea .buttons ul.scout-btn-double li.btn-for-customer .c-button.c-button--white-aqua {
  border: none;
}

p.float_keep_count {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}

p.float_keep_count span {
  color: #FF8A00;
}
div.privacy-policy-center{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; /* 縦方向に配置 */
  width: 100%;
}
div.privacy-policy {
  display: block;
  padding: 6px 12px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 60%;
  max-width: 700px;
  height: 200px;
  overflow-y: scroll;
}
.c-button.c-button--aqua.disabled{
  background-color: rgba(113, 202, 239, 0.5);
  color: #ffffff;
  border: solid 1px rgba(113, 202, 239, 0.5);
}

@media (max-width: 768px) {
  div.privacy-policy {
    width: 100%;
  }
}

.notfound-container {
  display: block;
  position: relative;
  width: 72%;
  margin: 0 auto;
  padding: 5.42857vw 0vw 5.42857vw 0vw;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

@media (max-width: 768px) and (max-width: 768px) {
  .notfound-container {
      padding: 7.46667vw 4.26667vw 7.46667vw 4.26667vw;
      width: 95%;
      margin: 6vw auto;
  }
}

.form-field .notfound-container .sub-title {
  font-size: 18px;
  margin: 0;
  text-align: center;
  font-size: 4.0vw;
  font-weight: bold;
}

@media (min-width: 768px) {
  .form-field .notfound-container .sub-title {
    font-size: 18px;
  }
}

#footer #withdrawal-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#footer #withdrawal-modal.open {
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
}

#footer #withdrawal-modal .message-erea {
  display: block;
  position: relative;
  width: 70%;
  background-color: #ffffff;
  border-radius: 8px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
}

@media (max-width: 768px) {
  #footer #withdrawal-modal .message-erea {
    width: 90%;
  }
}

@media (max-width: 768px) {
  #footer #withdrawal-modal .message-erea {
    padding: 16vw 23.46667vw 16vw 23.46667vw;
  }
}

@media (min-width: 769px) {
  #footer #withdrawal-modal .message-erea {
    padding: 4.28571vw 6.28571vw 4.28571vw 6.28571vw;
  }
}

@media (min-width: 1401px) {
  #footer #withdrawal-modal .message-erea {
    padding: 60px 88px 60px 88px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  #footer #withdrawal-modal .message-erea {
    padding: 10.66667vw 5.33333vw 10.66667vw 5.33333vw;
  }
}

@media (max-width: 768px) and (min-width: 769px) {
  #footer #withdrawal-modal .message-erea {
    padding: 2.85714vw 1.42857vw 2.85714vw 1.42857vw;
  }
}

@media (max-width: 768px) and (min-width: 1401px) {
  #footer #withdrawal-modal .message-erea {
    padding: 40px 20px 40px 20px;
  }
}

#footer #withdrawal-modal .message-erea p {
  display: block;
  color: #444444;
  font-weight: 500;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  #footer #withdrawal-modal .message-erea p {
    font-size: 3.73333vw;
  }
}

@media (min-width: 769px) {
  #footer #withdrawal-modal .message-erea p {
    font-size: 1.2vw;
  }
}

@media (min-width: 1200px) {
  #footer #withdrawal-modal .message-erea p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  #footer #withdrawal-modal .message-erea p {
    line-height: 5.86667vw;
  }
}

@media (min-width: 769px) {
  #footer #withdrawal-modal .message-erea p {
    line-height: 1.85714vw;
  }
}

@media (min-width: 1200px) {
  #footer #withdrawal-modal .message-erea p {
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  #footer #withdrawal-modal .message-erea p {
    margin-bottom: 6.4vw;
  }
}

@media (min-width: 769px) {
  #footer #withdrawal-modal .message-erea p {
    margin-bottom: 1.71429vw;
  }
}

@media (min-width: 1401px) {
  #footer #withdrawal-modal .message-erea p {
    margin-bottom: 24px;
  }
}

#footer #withdrawal-modal .message-erea .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer #withdrawal-modal .message-erea .buttons a {
  width: 48%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #footer #withdrawal-modal .message-erea .buttons a {
    width: 48%;
  }
}

@media (max-width: 768px) {
  #footer #withdrawal-modal .message-erea .buttons a {
    padding: 3.2vw 0vw 3.2vw 0vw;
  }
}

@media (min-width: 769px) {
  #footer #withdrawal-modal .message-erea .buttons a {
    padding: 0.85714vw 0vw 0.85714vw 0vw;
  }
}

@media (min-width: 1401px) {
  #footer #withdrawal-modal .message-erea .buttons a {
    padding: 12px 0px 12px 0px;
  }
}

#footer #withdrawal-modal .message-erea p a {
    text-decoration: underline;
    color: #0088D0 !important;
    text-decoration-color: #0088D0;
    text-align: center !important;
}

.qa a {
  text-decoration: underline;
  color: #0088D0 !important;
  text-decoration-color: #0088D0;
}

h2.question-title {
  font-size: 18px;
  border-bottom: 1px solid #333;
  margin: 0 0 20px;
  padding: 0 2px 5px 0;
}

.answer {
  font-size: 18px;
}

p.answer samp {
  font-size: 18px;
  font-weight: bold;
}

.back-to-top-section{
  text-align: right;
}

.question-anker {
  position: relative;
  top: -80px;
}

.qa-answer {
  margin-bottom: 50px;
}

a.notfound-buttons--top {
  padding: 1.32857vw 0vw;
  width: 370px;
  margin: 0 auto;
  background-color: #FF8A00;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

a.notfound-buttons--top:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  right: 0%;
  width: 20px;
  height: 16px;
  margin-right: 8px;
  background-image: url(/img/customer/hs_07.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  a.notfound-buttons--top {
    padding: 2.13333vw 0vw 2.13333vw 0vw;
    font-size: 3.26667vw;
    width: 80%;
  }
}

a.notfound-buttons--register {
  padding: 1.32857vw 0vw;
  width: 370px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
}

a.notfound-buttons--register:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  right: 0%;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-image: url(/img/user/icon_register.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  a.notfound-buttons--register {
    padding: 2.13333vw 0vw 2.13333vw 0vw;
    font-size: 2.8vw;
    width: 80%;
  }
}

a.notfound-buttons--login {
  padding: 1.32857vw 0vw;
  width: 370px;
  margin: 0 auto;
  background-color: #00C8D9;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

a.notfound-buttons--login:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  right: 0%;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-image: url(/img/user/icon_login.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  a.notfound-buttons--login {
    padding: 2.13333vw 0vw 2.13333vw 0vw;
    font-size: 3.26667vw;
    width: 80%;
  }
}

a.notfound-link--top {
  text-decoration: underline;
  color: #FF8A00 !important;
  text-decoration-color: #FF8A00;
  font-size: 18px;
  font-weight: 500;
  display: block;
  text-align: center;
}

.input-scout label {
  display: inline-block;
  padding: 2px 20px;
  color: #ffffff;
  background-color: #FF8A00;
  cursor: pointer;
  border-radius:10px;
  transition: .3s;
  margin-top: 5px;
}

.input-scout label:hover {
  opacity: 0.8;
}

.input-scout input[type="file"] {
  display: none;
}

.input-scout {
  margin: 0 0 8px 0;
}

.mypage .outer .main-content #chats .chat-list .message article date {
  color: #909090;
  font-size: 1.2rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  .mypage .outer .main-content #chats .chat-list .message article date {
    font-size: 3.2vw;
  }
}

@media (min-width: 769px) {
  .mypage .outer .main-content #chats .chat-list .message article date {
    font-size: 0.92857vw;
  }
}

@media (min-width: 1200px) {
  .mypage .outer .main-content #chats .chat-list .message article date {
    font-size: 13px;
  }
}

.blocking {
  text-align: center;
  margin: 10px;
  display: block;
}

@media (max-width: 768px) and (max-width: 768px) {
  #user_scout_id {
    width: 300px;
    height: 30px;
    font-size: 14px;
    line-height: 1;
    font: normal 1.4rem/1 YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #444;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px 0 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #dfeaf0 url(/img/customer/hs_26.png) right 10px top 50% no-repeat;
    background-size: 10px auto;
  }
}

@media (min-width: 769px) {
  #user_scout_id {
    width: 300px;
    height: 30px;
    font-size: 14px;
    line-height: 1;
    font: normal 1.4rem/1 YakuHanJP,helvetica,ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,Hiragino Sans,arial,メイリオ,sans-serif;
    color: #444;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px 0 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #dfeaf0 url(/img/customer/hs_26.png) right 10px top 50% no-repeat;
    background-size: 10px auto;
  }
}

.p-front-search__yearSelector {
  color: #F78F00;
  width: 100%;
  height: 48px;
  padding: 12px 0px;
}

.p-front-search__year {
  width: 30%;
  margin: 20px 0 0;
}

.p-front-search__year:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: rotate(45deg) translate(0%, -50%);
          transform: rotate(45deg) translate(0%, -50%);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  height: 8px;
  width: 8px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  pointer-events: none;
}

@media (max-width: 768px) {
  .p-front-search__year {
    margin-bottom: 2.1333333333vw;
  }
}

.c-form table tr td .c-form__radio--job_type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form table tr td .c-form__radio--job_type label {
  width: 40%;
  background-color: #F7F7F7;
  line-height: normal;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__radio--job_type label {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__radio--job_type label {
    padding: 3.2vw 3.2vw 3.2vw 3.2vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__radio--job_type label {
    padding: 0.8571428571vw 0.8571428571vw 0.8571428571vw 0.8571428571vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__radio--job_type label {
    padding: 12px 12px 12px 12px;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__radio--job_type label {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__radio--job_type label {
    font-size: 1.0714285714vw;
  }
}
@media (min-width: 1200px) {
  .c-form table tr td .c-form__radio--job_type label {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .c-form table tr td .c-form__radio--job_type label {
    margin: 0.5vw;
  }
}
@media (min-width: 769px) {
  .c-form table tr td .c-form__radio--job_type label {
    margin: 0.5vw;
  }
}
@media (min-width: 1401px) {
  .c-form table tr td .c-form__radio--job_type label {
    margin-right: 4px;
  }
}
.c-form table tr td .c-form__radio--job_type label:last-child {
  margin-right: 0;
}

.c-form table tr td .c-form__radio--job_type span {
  padding: 5px;
}

.youtube_thumbnail {
  position: relative;
  display: inline-block;
  z-index: 2;
  aspect-ratio: 3 / 2;
  display: flex;
  align-items: center;
}

.youtube_thumbnail.mypage_top {
  position: unset;
  display: block;
  z-index: 2;
  aspect-ratio: auto;
}

.youtube_thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.youtube_thumbnail:hover img {
  opacity: 0.7;
}

.youtube_thumbnail .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.youtube_thumbnail .play-button::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid rgba(0, 0, 0, 0.8);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.youtube_thumbnail.mypage_top .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.youtube_thumbnail.mypage_top .play-button::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid rgba(0, 0, 0, 0.8);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.youtube_modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}

.youtube_modal_content {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: auto;
}

.youtube_close {
  position: absolute;
  top: -70px;
  right: 0px;
  color: white;
  font-size: 50px;
  cursor: pointer;
}

#youtube-video {
  width: 100%;
  aspect-ratio: 16/9;
}

.c-form table tr td textarea {
  width: 100%;
}

.form-field .sub-container .title {
  font-size: 2.8rem;
  text-align: center;
  font-weight: 500;
  margin: 0 0 30px;
}

@media (max-width: 768px) {
  .form-field .sub-container .title {
    font-size: 2.4rem;
    margin: 40px 0 10px;
  }
}

.mypage .outer .main-content #chats .chat-list .message article.message-reply-require:before {
  content: "要返信";
  display: block;
  position: relative;
  width: 100%;
  background-color: #FF8A00;
  border-radius: 8px 8px 0 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
}

.p-jobDetail-mv__header .facility_link {
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 769px) {
  .p-jobDetail-mv__header .facility_link {
      font-size: 1.14286vw;
  }
}

.p-jobDetail-mv__header h2 {
  font-size: 1.8rem;
  color: #00C8D9;
  font-weight: bold;
}

@media (max-width: 768px) {
  .p-jobDetail-mv__header h2 {
    font-size: 4.8vw;
  }
}

@media (min-width: 769px) {
  .p-jobDetail-mv__header h2 {
    font-size: 1.57143vw;
  }
}

@media (min-width: 1200px) {
  .p-jobDetail-mv__header h2 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .p-jobDetail-mv__header h2 {
    line-height: 6.4vw;
  }
}

@media (min-width: 769px) {
  .p-jobDetail-mv__header h2 {
    line-height: 2vw;
  }
}

@media (min-width: 1200px) {
  .p-jobDetail-mv__header h2 {
    line-height: 28px;
  }
}

@media (max-width: 768px) {
  .p-jobDetail-mv__header h2 {
    margin-top: 2.13333vw;
  }
}

@media (min-width: 769px) {
  .p-jobDetail-mv__header h2 {
    margin-top: 0.57143vw;
  }
}

@media (min-width: 1401px) {
  .p-jobDetail-mv__header h2 {
    margin-top: 8px;
  }
}

em.facility_link {
  text-decoration: underline;
  color: #00C8D9 !important;
  text-decoration-color: #00C8D9;
}

.p-jobArticle div .full-article-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .p-jobArticle div .full-article-link {
    margin: -7.46667vw -10.66667vw -7.46667vw -10.66667vw;
  }
}

@media (min-width: 769px) {
  .p-jobArticle div .full-article-link {
    margin: -2vw -2.85714vw -2vw -2.85714vw;
  }
}

@media (min-width: 1401px) {
  .p-jobArticle div .full-article-link {
    margin: -28px -40px -28px -40px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .p-jobArticle div .full-article-link {
    margin: 0vw 0vw -3.2vw 0vw;
  }
}

@media (max-width: 768px) and (min-width: 769px) {
  .p-jobArticle div .full-article-link {
    margin: 0vw 0vw -0.85714vw 0vw;
  }
}

@media (max-width: 768px) and (min-width: 1401px) {
  .p-jobArticle div .full-article-link {
    margin: 0px 0px -12px 0px;
  }
}

.p-jobArticle article .content .texterea .facility_link_a {
  z-index: 2;
  position: relative;
  display: inline-block;
}

.salary-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
  border: 1px solid #ddd;
}

.salary-table thead th {
  background-color: #cdeff0;
  padding: 10px;
  border: 1px solid #ddd;
}

.salary-table tbody td {
  padding: 10px;
  border: 1px solid #ddd;
}

.salary-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.jobdetail_annotation {
  font-size: 12px;
  font-weight: 400;
}

.facility_link_area {
  margin-top: 20px;
  text-align: right;
}

.facility_type2{
  font-size: 1.14286vw;
  text-decoration: underline;
  color: #00C8D9 !important;
  text-decoration-color: #00C8D9;
  z-index: 2;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .facility_type2{
    font-size: 2.73333vw;
  }
}
em.facility_link2 {
  text-decoration: underline;
  color: #00C8D9 !important;
  text-decoration-color: #00C8D9;
}

.line-banner{
  text-align: center;
}

.line-banner img.pc-only {
  width: 84%;
}

.line-banner img.sp-only {
  width: 100%;
}

.citylink-column .jobs-section {
  margin-bottom: 1.5rem;
}

.citylink-column .jobs-section h2 {
  font-size: 1.8rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.citylink-column .jobs-section .links-list a {
  display: inline-block;
  margin: 0 0.75rem 0.5rem 0;
  text-decoration: underline;
  color: #333;
}

.citylink-column .jobs-section .links-list p {
  margin: 0 0 0.75rem 0;
}

.citylink-columns {
  display: block;
  position: relative;
  width: 90%;
  max-width: 1080px;
  margin: 40px auto 0;
}

@media (min-width: 768px) {
  .citylink-columns {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    width: 75%;
  }
  .citylink-column {
    flex: 1;
  }
}
