@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

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

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

/*======================================================
# Media Query
====================================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  overflow-x: hidden;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 14px;
  }
}

img {
  vertical-align: bottom;
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 81px;
  border-bottom: rgba(112, 112, 112, .5) 0.5px solid;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
@media screen and (max-width: 750px) {
  .l-header {
    height: 60px;
  }
}
.l-header__inner {
  width: 100%;
  padding: 0 183px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1350px) {
  .l-header__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .l-header__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-header__logo {
  width: 230px;
  height: auto;
}
@media (max-width: 1010px) {
  .l-header__logo {
    width: 190px;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
.l-header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1010px) {
  .l-header__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    z-index: 999;
    top: 60px;
    right: 0;
    background: #fff;
    width: 100%;
    padding: 0 20px 69px;
    display: none;
  }
}
.l-header__button {
  background: #fd8c31;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  width: 170px;
  height: 44px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 30px;
}
@media (max-width: 1010px) {
  .l-header__button {
    width: 335px;
    height: 50px;
    border-radius: 5px;
    margin-left: 0;
    background: url(../images/entry-button.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 39px auto 0;
  }
}
@media (max-width: 1010px) {
  .l-header__button p {
    width: 100%;
    text-align: center;
    position: relative;
  }
  .l-header__button p::after {
    position: absolute;
    content: url(../images/spnav-button-arrow.svg);
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.l-header__company {
  margin-top: 60px;
}
.l-header__name {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-header__add {
  text-align: center;
  line-height: 1.8;
  font-size: 12px;
  margin-top: 6px;
}

.l-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-section-feature {
  margin-top: 130px;
}
@media screen and (max-width: 750px) {
  .l-section-feature {
    margin-top: 40px;
  }
}
.l-section-state {
  background: url(../images/state-bg.png);
  padding: 125px calc(50vw - 50%) 30px;
  margin: 0 calc(50% - 50vw) 0;
  width: 100vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .l-section-state {
    padding: 80px calc(50vw - 50%) 84px;
  }
}
.l-section-course {
  margin-top: 126px;
  padding-bottom: 261px;
}
@media screen and (max-width: 750px) {
  .l-section-course {
    margin-top: 0px;
    padding-bottom: 257px;
  }
}
.l-section-traning {
  position: relative;
  padding-top: 57px;
  padding-bottom: 80px;
}
.l-section-traning::before, .l-section-traning::after {
  content: url(../images/line.svg);
  width: 100%;
  left: 0;
  position: absolute;
  overflow: hidden;
}
.l-section-traning::before {
  top: 0px;
}
.l-section-traning::after {
  bottom: 0;
  rotate: 180deg;
}
@media screen and (max-width: 750px) {
  .l-section-traning {
    margin-top: 0px;
    padding-bottom: 74px;
  }
}
.l-section-recruit {
  margin-top: 116px;
}
@media screen and (max-width: 750px) {
  .l-section-recruit {
    margin-top: 68px;
  }
}
.l-section-description {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(225, 236, 239)), to(rgb(183, 223, 232)));
  background: linear-gradient(0deg, rgb(225, 236, 239) 0%, rgb(183, 223, 232) 100%);
  padding: 60px calc(50vw - 50%) 100px;
  margin: 130px calc(50% - 50vw) 0;
  width: 100vw;
}
@media screen and (max-width: 750px) {
  .l-section-description {
    margin: 80px calc(50% - 50vw) 0;
    padding: 60px calc(50vw - 50%) 80px;
  }
}
.l-section-entry {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(254, 246, 239)), to(rgb(255, 225, 201)));
  background: linear-gradient(0deg, rgb(254, 246, 239) 0%, rgb(255, 225, 201) 100%);
  padding: 60px calc(50vw - 50%) 100px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 750px) {
  .l-section-entry {
    margin: 0px calc(50% - 50vw) 0;
    padding: 60px calc(50vw - 50%) 80px;
  }
}

.l-footer {
  background: #fff;
  padding: 130px 0 30px;
}
@media screen and (max-width: 750px) {
  .l-footer {
    padding: 60px 0 30px;
  }
}
.l-footer__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.l-footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer__logo {
  width: 260px;
  height: auto;
}
@media screen and (max-width: 750px) {
  .l-footer__logo {
    width: 224px;
    margin: 0 auto;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer__contents {
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .l-footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 14px;
  }
}
@media screen and (max-width: 750px) {
  .l-footer__name {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.l-footer__add {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .l-footer__add {
    text-align: center;
    line-height: 1.8;
    font-size: 12px;
    margin-top: 6px;
  }
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 346px;
  margin-top: -20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .l-footer__nav {
    margin: 38px calc(50% - 50vw) 0;
    width: 100vw;
    border-top: #999999 1px solid;
  }
}
.l-footer__nav-item {
  font-weight: bold;
  font-size: 14px;
  margin-top: 24px;
  position: relative;
  padding-left: 11px;
  width: 50%;
}
.l-footer__nav-item:nth-of-type(even) {
  width: 136px;
}
@media screen and (max-width: 750px) {
  .l-footer__nav-item {
    border-bottom: #999999 1px solid;
    margin-top: 0px;
    font-weight: 400;
    line-height: 45px;
    padding: 0 10px 0 31px;
  }
  .l-footer__nav-item:nth-of-type(even) {
    width: 50%;
  }
  .l-footer__nav-item:nth-of-type(even) {
    border-left: #999999 1px solid;
  }
}
.l-footer__nav-item::before {
  position: absolute;
  content: url(../images/arrow-footer.svg);
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .l-footer__nav-item::before {
    left: 20px;
    top: 49%;
  }
}
@media screen and (max-width: 750px) {
  .l-footer__scroll {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 60px;
  }
}
.l-footer__copy {
  margin-top: 130px;
  display: block;
  color: #999999;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .l-footer__copy {
    margin-top: 29px;
  }
}

.c-gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -20px;
}
@media (max-width: 1010px) {
  .c-gnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    margin-left: 0;
  }
}
.c-gnav__item {
  font-size: 14px;
  font-weight: bold;
  margin-left: 20px;
}
@media (max-width: 1010px) {
  .c-gnav__item {
    height: 51px;
    border-bottom: 1px solid #cccccc;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.c-gnav__item a {
  padding-bottom: 6.3px;
}
@media (max-width: 1010px) {
  .c-gnav__item a {
    padding-bottom: 0px;
    padding: 0 20px;
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-gnav__item a::after {
    position: absolute;
    content: url(../images/spnav-arrow.svg);
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.c-gnav__item a:hover {
  border-bottom: solid 2px #fd8c31;
}
@media (max-width: 1010px) {
  .c-gnav__item a:hover {
    border-bottom: unset;
  }
}

.c-title {
  font-weight: bold;
  text-align: center;
}
.c-title--sm {
  font-size: 23px;
  line-height: 1.5;
  display: block;
}
@media screen and (max-width: 750px) {
  .c-title--sm {
    font-size: 16px;
  }
}
.c-title--lg {
  font-size: 30px;
  line-height: 1.5;
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-title--lg {
    font-size: 24px;
  }
}
.c-title--lg::after {
  position: absolute;
  content: "";
  background: #fd8c31;
  width: 50px;
  height: 3px;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-pointcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
  margin-top: -82px;
}
@media screen and (max-width: 750px) {
  .c-pointcard {
    margin-top: -49px;
    margin-left: 0px;
  }
}
.c-pointcard__item {
  width: calc(50% - 40px);
  margin-left: 40px;
  margin-top: 82px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-pointcard__item {
    margin-top: 49px;
    margin-left: 0;
    width: 100%;
  }
}
.c-pointcard__item figure img {
  width: 100%;
  height: auto;
}
.c-pointcard__title {
  font-size: 23px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .c-pointcard__title {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 14px;
  }
}
.c-pointcard__text {
  line-height: 1.5;
  margin-top: 26px;
}
@media screen and (max-width: 750px) {
  .c-pointcard__text {
    margin-top: 16px;
    line-height: 1.7;
  }
}
.c-pointcard__point {
  color: #fff;
  background: #5160C8;
  border-radius: 50%;
  width: 76px;
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -35px;
}
@media screen and (max-width: 750px) {
  .c-pointcard__point {
    width: 50px;
    height: 50px;
    top: -24px;
  }
}
.c-pointcard__point--sm {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 750px) {
  .c-pointcard__point--sm {
    font-size: 10px;
  }
}
.c-pointcard__point--lg {
  display: block;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .c-pointcard__point--lg {
    font-size: 18px;
  }
}

.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -40px;
}
@media screen and (max-width: 750px) {
  .c-card {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-card__item {
  font-size: 14px;
  font-weight: bold;
  margin-left: 40px;
  width: calc(50% - 40px);
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-card__item {
    width: 100%;
    margin-left: 0px;
  }
  .c-card__item:not(:first-of-type) {
    margin-top: 196px;
  }
}
.c-card__thumb img {
  width: 100%;
  height: auto;
}
.c-card__body {
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .1);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .1);
  max-width: 440px;
  width: 100%;
  padding: 25px 10px 30px;
  position: absolute;
  left: 50%;
  top: 140px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .c-card__body {
    padding: 14px 21px 20px;
    top: unset;
    bottom: -158px;
    max-width: 310px;
  }
}
.c-card__inner {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-card__title {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
  .c-card__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.c-card__text {
  font-weight: 400;
}

.c-list {
  font-weight: 400;
  line-height: 1.5;
}
.c-list__item {
  position: relative;
  padding-left: 12.8px;
  padding-left: 0.8rem;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .c-list__item {
    font-size: 14px;
    line-height: 1.7;
  }
}
.c-list__item::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #222222;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .c-list__item::before {
    width: 3px;
    height: 3px;
    top: 12px;
    left: 6px;
  }
}
@media screen and (max-width: 750px) {
  .c-list__item span {
    display: block;
    margin-left: -13px;
  }
}

.c-table {
  width: 100%;
}
.c-table tr {
  border-bottom: 1px solid #707070;
  width: 100%;
}
.c-table th,
.c-table td {
  padding-bottom: 30px;
  padding-top: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .c-table th,
  .c-table td {
    padding-bottom: 0px;
    padding-top: 0px;
    display: block;
  }
}
.c-table th {
  width: 95px;
  color: #414141;
}
@media screen and (max-width: 750px) {
  .c-table th {
    padding-top: 20px;
  }
}
.c-table td {
  width: calc(100% - 95px);
  padding-left: 40px;
}
@media screen and (max-width: 750px) {
  .c-table td {
    width: 100%;
    padding-left: 0px;
    padding-bottom: 20px;
    margin-top: 10px;
  }
}

.c-burger {
  position: absolute;
  right: 20px;
  width: 28px;
  height: 32px;
  margin-left: 54px;
  margin-top: 10px;
}
.c-burger::after {
  position: absolute;
  content: "MENU";
  font-weight: 400;
  font-size: 10px;
  bottom: 0;
  left: 0;
}
.c-burger--top, .c-burger--mid, .c-burger--bottom {
  display: block;
  width: 18px;
  height: 2px;
  background: #000000;
  position: absolute;
  left: 5px;
}
.c-burger--top {
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-burger--mid {
  top: 6px;
}
.c-burger--bottom {
  top: 12px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-burger.is-active .c-burger--top {
  rotate: 45deg;
  top: 7px;
}
.c-burger.is-active .c-burger--mid {
  visibility: hidden;
}
.c-burger.is-active .c-burger--bottom {
  rotate: -45deg;
  top: 7px;
}

.p-mv {
  position: relative;
  margin-top: 81px;
}
@media screen and (max-width: 750px) {
  .p-mv {
    margin-top: 60px;
  }
}
.p-mv__bg {
  background: url(../images/mv.jpg);
  background-size: cover;
  background-position: center left;
  width: calc(100% - 330px);
  height: 560px;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .p-mv__bg {
    height: 280px;
    width: calc(100% - 67px);
  }
}
.p-mv__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  position: absolute;
  top: 299px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 149px;
}
@media screen and (max-width: 750px) {
  .p-mv__inner {
    left: -6px;
    top: 198px;
  }
}
.p-mv__read {
  width: 492px;
  height: auto;
}
@media screen and (max-width: 750px) {
  .p-mv__read {
    width: 220px;
  }
}
.p-mv__read img {
  width: 100%;
  height: auto;
}
.p-mv__text {
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 10px 10px 14px;
  margin-top: 2px;
  color: #fd8c31;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (max-width: 750px) {
  .p-mv__text {
    font-size: 14px;
    padding: 5px 2px 5px 6px;
    margin-top: 8px;
  }
}

.p-agenda {
  margin-top: 63px;
}
@media screen and (max-width: 750px) {
  .p-agenda {
    margin-top: 40px;
  }
}
.p-agenda__text {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .p-agenda__text {
    font-size: 14px;
  }
}
.p-agenda__read {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 3px;
}
@media screen and (max-width: 750px) {
  .p-agenda__read {
    font-size: 18px;
    margin-top: 20px;
  }
}
.p-agenda__read--lg {
  font-size: 28px;
  color: #5160C8;
}
@media screen and (max-width: 750px) {
  .p-agenda__read--lg {
    font-size: 20px;
  }
}

.p-feature {
  margin-top: 73px;
}
@media screen and (max-width: 750px) {
  .p-feature {
    margin-top: 64zpx;
  }
}

.p-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -41px;
}
@media screen and (max-width: 750px) {
  .p-state {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0px;
  }
}
.p-state__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 41px;
  width: calc(50% - 41px);
  margin-top: 43px;
}
@media screen and (max-width: 750px) {
  .p-state__box {
    width: 100%;
    margin-left: 0px;
  }
  .p-state__box:nth-of-type(2) {
    margin-top: -8px;
  }
}
.p-state__thumb {
  height: auto;
  margin-bottom: 0;
}
.p-state__thumb img {
  width: 100%;
  height: auto;
}
.p-state__thumb--1 {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-state__thumb--1 {
    width: calc(100% - 65px);
  }
}
.p-state__thumb--2 {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .p-state__thumb--2 {
    width: 100%;
    margin-top: 30px;
  }
}
.p-state__thumb--3 {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-state__thumb--3 {
    width: calc(100% - 65px);
    margin-top: 31px;
  }
}
.p-state__thumb--4 {
  width: 235px;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .p-state__thumb--4 {
    width: 50%;
  }
}
.p-state__text {
  height: auto;
}
.p-state__text img {
  width: 100%;
  height: auto;
}
.p-state__text--1 {
  width: 244px;
  margin-top: 36px;
}
@media screen and (max-width: 750px) {
  .p-state__text--1 {
    width: 206px;
    margin-top: 24px;
    margin-left: auto;
  }
}
.p-state__text--2 {
  width: 184px;
}
@media screen and (max-width: 750px) {
  .p-state__text--2 {
    width: 156px;
  }
}
.p-state__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 46px;
}
@media screen and (max-width: 750px) {
  .p-state__flex {
    margin-top: 34px;
  }
}

.p-course__title {
  width: 525px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-course__title {
    width: 228px;
  }
}
.p-course__title--sm {
  font-size: 23px;
  display: block;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-course__title--sm {
    font-size: 16px;
  }
}
.p-course__title--lg {
  width: 100%;
  height: auto;
  margin-top: 8px;
  margin-left: 14px;
}
@media screen and (max-width: 750px) {
  .p-course__title--lg {
    font-size: 16px;
    width: 240px;
    margin: 8px auto 0;
  }
}
.p-course__lead {
  width: 558px;
  height: auto;
  margin: 8px auto 0;
  padding-left: 8px;
}
@media screen and (max-width: 750px) {
  .p-course__lead {
    width: 211px;
    margin: 11px auto 0;
    padding-left: 0px;
  }
}
.p-course__lead img {
  width: 100%;
  height: auto;
}
.p-course__list {
  margin-top: 61px;
}
@media screen and (max-width: 750px) {
  .p-course__list {
    margin-top: 42px;
  }
}

.p-training__title {
  text-align: center;
  margin: 0 auto;
}
.p-training__title--sm {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
  display: block;
}
@media screen and (max-width: 750px) {
  .p-training__title--sm {
    font-size: 24px;
  }
}
.p-training__title--lg {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.4;
  color: #5160C8;
  display: block;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-training__title--lg {
    font-size: 40px;
  }
}
.p-training__title--lg::after {
  position: absolute;
  content: "";
  background: #fd8c31;
  width: 50px;
  height: 3px;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-training__box {
  margin-top: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .p-training__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 52px;
  }
}
.p-training__thumb {
  width: calc(50% - 20px);
}
@media screen and (max-width: 750px) {
  .p-training__thumb {
    width: calc(100% - 36px);
    margin: 0 auto;
  }
}
.p-training__thumb img {
  width: 100%;
  height: auto;
}
.p-training__thumb2 {
  width: 300px;
  margin: 30px auto 0;
}
@media screen and (max-width: 750px) {
  .p-training__thumb2 {
    width: calc(100% - 28px);
    margin: 30px auto 0;
  }
}
.p-training__thumb2 img {
  width: 100%;
  height: auto;
  margin-left: -6px;
}
.p-training__body {
  width: calc(50% - 40px);
  margin-left: 40px;
}
@media screen and (max-width: 750px) {
  .p-training__body {
    width: 100%;
    margin-left: 0px;
  }
}
.p-training__lead {
  color: #5160C8;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .p-training__lead {
    width: calc(100% - 36px);
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
  }
}
.p-training__text {
  margin-top: 21px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .p-training__text {
    width: calc(100% - 36px);
    margin: 17px auto 0;
    text-align: center;
    line-height: 1.7;
  }
}
.p-training__text + p {
  margin-top: 24px;
}
.p-training__text--2 {
  color: #fd8c31;
}

.p-recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -24px;
  margin-top: 43px;
}
@media screen and (max-width: 750px) {
  .p-recruit {
    margin-left: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-recruit__item {
  width: calc(25% - 24px);
  margin-left: 24px;
  background: #fff4eb;
  padding: 20px 16px 39px;
}
@media screen and (max-width: 750px) {
  .p-recruit__item {
    width: 100%;
    margin-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 14px 20px;
  }
}
.p-recruit__item:not(:first-of-type) {
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-recruit__item:not(:first-of-type) {
    margin-top: 26px;
  }
}
.p-recruit__item:not(:first-of-type)::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 20px;
  background: url(../images/arrow-recruit.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .p-recruit__item:not(:first-of-type)::after {
    left: 50%;
    top: -16px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../images/arrow-recruit-sp.png);
    width: 12px;
    height: 11px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 750px) {
  .p-recruit__item > div {
    width: calc(100% - 28px);
    margin-left: 18px;
  }
}
.p-recruit__icon {
  width: 84px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-recruit__icon {
    width: 90px;
  }
}
.p-recruit__icon img {
  width: 100%;
  height: auto;
}
.p-recruit__title {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-recruit__title {
    text-align: left;
    margin-top: 0px;
    font-size: 16px;
  }
}
.p-recruit__text {
  margin-top: 18px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-recruit__text {
    text-align: left;
    margin-top: 8px;
  }
}

.p-description {
  background: #fff;
  padding: 60px 10px 80px;
}
@media screen and (max-width: 750px) {
  .p-description {
    padding: 40px 20px 60px;
  }
}
.p-description__inner {
  max-width: 920px;
  margin: 0 auto;
}
.p-description__table {
  margin-top: 13px;
}
@media screen and (max-width: 750px) {
  .p-description__table {
    margin-top: 23px;
  }
}

.p-entry {
  background: #fff;
  padding: 40px 10px 60px;
}
@media screen and (max-width: 750px) {
  .p-entry {
    padding: 24px 20px 40px;
  }
}
.p-entry__inner {
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-entry__inner {
    padding-top: 20px;
  }
}
.p-entry__form {
  margin-top: 43px;
}
.p-entry__item:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .p-entry__item:not(:first-of-type) {
    margin-top: 31px;
  }
}
.p-entry__title {
  color: #414141;
  font-weight: bold;
  white-space: nowrap;
}
.p-entry__title--required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52px;
  height: 26px;
  background: #fd8c31;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  margin-right: 10px;
}
.p-entry__title--any {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52px;
  height: 26px;
  background: #fff;
  color: #414141;
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
  margin-right: 10px;
  border: 1px solid #414141;
}
.p-entry__title + div {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .p-entry__title + div {
    margin-top: 16px;
  }
}
.p-entry input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-entry__input,
.p-entry select {
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  height: 46px;
  /* padding: 10px 10px 15px 10px; */
  padding: 10px 10px 10px 10px;
}
@media screen and (max-width: 750px) {
  .p-entry__input,
  .p-entry select {
    height: 36px;
    /* padding: 10px 10px 10px 10px; */
    padding: 5px 10px 5px 10px;
  }
}
.p-entry__input::-webkit-input-placeholder,
.p-entry select::-webkit-input-placeholder {
  color: #d4d4d4;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}
.p-entry__input::-moz-placeholder,
.p-entry select::-moz-placeholder {
  color: #d4d4d4;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}
.p-entry__input::-ms-input-placeholder,
.p-entry select::-ms-input-placeholder {
  color: #d4d4d4;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}
.p-entry__input::placeholder,
.p-entry select::placeholder {
  color: #d4d4d4;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}
.p-entry__input--50 {
  width: calc(50% - 10px);
}
@media screen and (max-width: 750px) {
  .p-entry__input--50 {
    width: calc(50% - 10px);
  }
}
.p-entry__input--50:not(:first-of-type) {
  margin-left: 16px;
}
@media screen and (max-width: 750px) {
  .p-entry__input--50:not(:first-of-type) {
    margin-left: 10px;
  }
}
.p-entry__input--25 {
  width: calc(25% - 16px);
}
@media screen and (max-width: 750px) {
  .p-entry__input--25 {
    width: calc(50% - 10px);
  }
}
.p-entry__input--25:not(:first-of-type) {
  margin-left: 16px;
}
@media screen and (max-width: 750px) {
  .p-entry__input--25:not(:first-of-type) {
    margin-left: 10px;
  }
}
.p-entry__input--60 {
  width: calc(75% - 16px);
}
@media screen and (max-width: 750px) {
  .p-entry__input--60 {
    width: 100%;
    display: block;
  }
}
.p-entry__input--60:not(:first-of-type) {
  margin-left: 16px;
}
@media screen and (max-width: 750px) {
  .p-entry__input--60:not(:first-of-type) {
    margin-left: 0px;
    margin-top: 23px;
    /* 0731↓非表示 */
    /* margin-top: 16px; */
  }
}
.p-entry__input--mail {
  width: calc(50% - 32px);
}
@media screen and (max-width: 750px) {
  .p-entry__input--mail {
    width: calc(50% - 20px);
  }
}
.p-entry__input--mail:not(:first-of-type) {
  margin-left: 20px;
}
@media screen and (max-width: 750px) {
  .p-entry__input--mail:not(:first-of-type) {
    margin-left: 10px;
  }
}
.p-entry__input--mail:not(:last-of-type) {
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  .p-entry__input--mail:not(:last-of-type) {
    margin-right: 10px;
  }
}
.p-entry__input--100 {
  width: 100%;
  min-height: 86px;
  height: auto;
  position: relative;
  z-index: 2;
}
.p-entry__input--100-2 {
  height: 46px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-entry__input--100-2 {
    height: 36px;
  }
}
.p-entry__input--text {
  height: 46px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .p-entry__input--text {
    height: 36px;
    font-size: 14px;
  }
}
.p-entry__input--tel1 {
  width: calc(50% - 14px);
  margin-right: 7px;
}
@media screen and (max-width: 750px) {
  .p-entry__input--tel1 {
    width: calc(32% - 14px);
    margin-right: 2px;
  }
}
.p-entry__input--tel2 {
  width: calc(25% - 32px);
  margin: 0 7px;
}
@media screen and (max-width: 750px) {
  .p-entry__input--tel2 {
    width: calc(32% - 14px);
    margin: 0 2px;
  }
}
.p-entry__input--tel3 {
  width: calc(25% - 14px);
  margin-left: 7px;
}
@media screen and (max-width: 750px) {
  .p-entry__input--tel3 {
    width: calc(36% - 14px);
    margin-left: 2px;
  }
}
.p-entry select {
  color: #d4d4d4;
  background-image: url(../images/select-arrow.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 6px 3px;
}
.p-entry select.year {
  width: calc(50% - 10px);
}
@media screen and (max-width: 750px) {
  .p-entry select.year {
    width: calc(50% - 10px);
  }
}
.p-entry select.month, .p-entry select.day {
  width: calc(25% - 16px);
  margin-left: 16px;
}
@media screen and (max-width: 750px) {
  .p-entry select.month, .p-entry select.day {
    width: calc(25% - 10px);
    margin-left: 10px;
  }
}
.p-entry__radio {
  margin-top: 20px;
  margin-left: -40px;
}
@media screen and (max-width: 750px) {
  .p-entry__radio {
    margin-left: -20px;
  }
}
.p-entry__radio input[type=radio] {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  position: relative;
  vertical-align: sub;
  margin-right: 5px;
}
.p-entry__radio input[type=radio]::before, .p-entry__radio input[type=radio]::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.p-entry__radio input[type=radio]::before {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  height: 16px;
  width: 16px;
  left: 0px;
}
.p-entry__radio input[type=radio]::after {
  background-color: #fd8c31;
  opacity: 0;
  height: 10px;
  width: 10px;
  left: 3px;
}
.p-entry__radio input[type=radio]:checked::after {
  opacity: 1;
}
.p-entry__radio--2 {
  margin-left: -10px;
}
@media screen and (max-width: 750px) {
  .p-entry__radio--2 {
    margin-top: -1px !important;
  }
}
.p-entry__radio--2 input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 0px;
  position: relative;
  vertical-align: sub;
  margin-right: 5px;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

}
.p-entry__radio--2 input[type=checkbox]::before, .p-entry__radio--2 input[type=checkbox]::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.p-entry__radio--2 input[type=checkbox]::before {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  height: 18px;
  width: 18px;
  left: 0px;
  border-radius: unset;
}
.p-entry__radio--2 input[type=checkbox]::after {
  top: 4px;
  left: 6px;
  display: block;
  border-right: 2px solid #fda964;
  border-bottom: 2px solid #fda964;
  content: "";
  width: 6px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: unset;
  background: unset;
  opacity: 0;
}
.p-entry__radio--2 input[type=checkbox]:checked::after {
  opacity: 1;
}
.p-entry__radio-item {
  display: inline-block;
  margin-left: 40px;
}

/* 0731_追加 */
input + br {
  display: none;
}

@media screen and (max-width: 750px) {
  .p-entry__radio-item {
    margin-left: 20px;
  }
}
.p-entry__radio-item2 {
  display: inline-block;
  margin-left: 30px;
}
@media screen and (max-width: 750px) {
  .p-entry__radio-item2 {
    margin-left: 20px;
    margin-top: 16px;
  }
}
.p-entry__button {
  margin: 60px auto 0;
  max-width: 560px;
  height: 46px;
  background: #fd8c31;
  color: #fff;
  border-radius: 3px;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .p-entry__button {
    margin: 42px auto 0;
    height: 36px;
  }
}
.p-entry__reset {
  font-size: 14px;
  margin: 20px auto;
  border-bottom: 1px solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;

  /* 0731追加 */
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .p-entry__reset {
    font-size: 12px;
    margin: 22px auto;
  }
}
.p-entry__placewrap {
  position: relative;
}
.p-entry__placetext {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #d4d4d4;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}
.p-entry__placetext.is-active {
  display: none;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

@media screen and (max-width: 750px) {
  .u-smt0 {
    margin-top: 0 !important;
  }
  .u-smt5 {
    margin-top: 5px !important;
  }
  .u-smt10 {
    margin-top: 10px !important;
  }
  .u-smt15 {
    margin-top: 15px !important;
  }
  .u-smt20 {
    margin-top: 20px !important;
  }
  .u-smb0 {
    margin-bottom: 0 !important;
  }
  .u-smb5 {
    margin-bottom: 5px !important;
  }
  .u-smb10 {
    margin-bottom: 10px !important;
  }
  .u-smb15 {
    margin-bottom: 15px !important;
  }
  .u-smb20 {
    margin-bottom: 20px !important;
  }
  .u-sml0 {
    margin-left: 0 !important;
  }
}
.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

.u-table-fixed {
  table-layout: fixed;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

@media screen and (max-width: 750px) {
  .s-text-center {
    text-align: center;
  }
}

/* background
--------------------------------------------------------------*/
.u-bg-blue {
  background: #f4f8ff;
}

/* hidden
--------------------------------------------------------------*/
.u-xl-only {
  display: none;
}
@media screen and (max-width: 1140px) {
  .u-xl-only {
    display: block;
  }
}

.u-xl-hidden {
  display: block;
}
@media screen and (max-width: 1140px) {
  .u-xl-hidden {
    display: none;
  }
}

.u-md-only {
  display: none;
}
@media screen and (max-width: 750px) {
  .u-md-only {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-md-hidden {
  display: block;
}
@media screen and (max-width: 750px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .u-md-hidden--flex {
    display: none;
  }
}

.u-header-only {
  display: none;
}
@media (max-width: 1010px) {
  .u-header-only {
    display: block;
  }
}
@media (max-width: 1010px) {
  .u-header-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-header-hidden {
  display: block;
}
@media (max-width: 1010px) {
  .u-header-hidden {
    display: none;
  }
}
.u-header-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1010px) {
  .u-header-hidden--flex {
    display: none;
  }
}

.p-entry__item .p-entry__radio > .mwform-radio-field.horizontal-item{
  margin-left: 10px;
  display: inline-block;
}

.form_btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.form_btn input {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  color: #fff;
  background-color: #fd8c31;
  margin: 10px;
  text-align: center;
}
.form_btn input.back {
  background-color: #9E9E9E;
}
.p-entry__title + div {
  position: relative;
}
.mw_wp_form .error {
  position: absolute;
}

.sel-item {
  flex: auto;
}
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .sel-item {
  flex: none;
}
