@charset "UTF-8";
/*
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

html {
  overflow-y: scroll;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}

* {
  margin: 0;
  padding: 0;
}

@-ms-viewport {
  width: device-width;
}
/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
}

a {
  text-decoration: none;
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

a:not([href]) {
  cursor: pointer;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  color: #000;
  background-color: #ff0;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

li {
  list-style: none outside;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
input::-ms-clear {
  visibility: hidden;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  color: inherit;
  border-style: none;
  background-color: transparent;
}

/* Style select like a standard input */
select {
  -webkit-appearance: none;
  /* Chrome 41+ */
  -moz-appearance: none;
  /* Firefox 36+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
}

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

[type="search"] {
  outline-offset: -2px;
  /* Correct the outline style in Safari */
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: bottom;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

svg {
  vertical-align: top;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  color: #FFF;
  background-color: #ffb956;
  /* Required when declaring ::selection */
  text-shadow: none;
}

::selection {
  color: #FFF;
  background-color: #ffb956;
  /* Required when declaring ::selection */
  text-shadow: none;
}

html {
  font-family: YakuHanJP, "Roboto Condensed", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  width: 100%;
  font-size: 62.5%;
}
_:-ms-lang(x)::-ms-backdrop, html {
  font-family: YakuHanJP,"Roboto Condensed", "メイリオ", sans-serif;
}
@media (max-width: 767px) {
  html {
    font-size: calc( 1000vw / 375 );
  }
}

body {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0;
  color: #000;
  background: #FFFFFF;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  position: relative;
}
@media (min-width: 768px) {
  body {
    min-width: 1048px;
  }
}

a {
  outline: none;
  color: #000;
}

a:focus,
*:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 600;
}

select, input, textarea, button {
  border-radius: 0;
  -webkit-appearance: none;
}

@media (max-width: 767px) {
  input, textarea, select {
    font-size: 1.6rem;
  }
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: #a0a2a8;
  opacity: 1;
}
@media (min-width: 768px) {
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    font-size: 1.7rem;
  }
}
input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: #a0a2a8;
  opacity: 1;
}
@media (min-width: 768px) {
  input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
    font-size: 1.7rem;
  }
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: #a0a2a8;
  opacity: 1;
}
@media (min-width: 768px) {
  input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    font-size: 1.7rem;
  }
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: #a0a2a8;
  opacity: 1;
}
@media (min-width: 768px) {
  input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    font-size: 1.7rem;
  }
}

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

img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .wide {
    display: none !important;
  }
}

.content-inner {
  padding-right: 5.33333vw;
  padding-left: 5.33333vw;
}
@media (min-width: 768px) {
  .content-inner {
    padding-right: 24px;
    padding-left: 24px;
    margin-right: auto;
    margin-left: auto;
    width: 1048px;
  }
}

.main {
  margin-top: 16.53333vw;
}
@media (min-width: 768px) {
  .main {
    margin-top: 92px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    display: none;
    pointer-events: none;
  }
  100% {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
}
@keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    pointer-events: none;
  }
}
.heading {
  color: #ff7800;
  text-align: center;
  letter-spacing: 0.1em;
}

.heading__main {
  font-size: 2.3rem;
}
@media (min-width: 768px) {
  .heading__main {
    font-size: 3.2rem;
  }
}

.heading__small {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .heading__small {
    font-size: 2rem;
  }
}

.bg-heading {
  background: #ff9908;
  color: #FFF;
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  min-height: 12vw;
  padding-left: 4vw;
}
@media (min-width: 768px) {
  .bg-heading {
    min-height: 64px;
    font-size: 2rem;
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 768px) {
  .bg-heading:after {
    /* for IE */
    content: '';
    display: block;
    min-height: inherit;
    font-size: 0;
  }
}

.border-heading {
  border-bottom: 2px solid #ff9908;
}

.border-heading__inner {
  display: inline-flex;
  align-items: center;
  border-bottom: 4px solid #ff9908;
  padding-bottom: 2.6666666667vw;
}
@media (min-width: 768px) {
  .border-heading__inner {
    padding-bottom: 12px;
  }
}

.border-heading__main {
  color: #ff7800;
  font-size: 2.0rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .border-heading__main {
    font-size: 2.6rem;
  }
}

.border-heading__small {
  color: #ffc02a;
  margin-left: 1em;
  font-size: 1.3rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .border-heading__small {
    font-size: 1.4rem;
  }
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff9908;
  color: #FFF;
  width: 68.5333333333vw;
  height: 13.3333333333vw;
  font-weight: 600;
  border-radius: 6px;
  position: relative;
}
@media (min-width: 768px) {
  .button {
    width: 312px;
    height: 50px;
    font-size: 1.5rem;
    transition: opacity 0.3s;
  }
}
.button.button--green {
  background: #54ba00;
}
.button.button--orange {
  background: #ff6000;
}
.button.button--red {
  background: #f43307;
}
@media (min-width: 768px) {
  .button:hover {
    opacity: 0.85;
  }
}
.button:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.4666666667vw 0 1.4666666667vw 1.8666666667vw;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  right: 4.2666666667vw;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .button:after {
    border-width: 6px 0 6px 7px;
    right: 16px;
    transition: transform 0.3s;
  }
}
.button.button--back:after {
  right: auto;
  border-color: transparent　 #FFF transparent transparent;
  border-width: 1.4666666667vw 0 1.4666666667vw 1.8666666667vw;
  left: 4.2666666667vw;
}
@media (min-width: 768px) {
  .button.button--back:after {
    border-width: 6px 7px 6px 0;
    left: 16px;
  }
}
@media (min-width: 768px) {
  .button:hover:after {
    transform: translateY(-50%) translateX(2px);
  }
}

.news-list {
  border-top: 1px dotted #bdbdbd;
}

.news-list__item {
  border-bottom: 1px dotted #bdbdbd;
  padding: 3.3333333333vw 0 4.2666666667vw 0;
}
@media (min-width: 768px) {
  .news-list__item {
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.news-list__date {
  color: #7c7c7c;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .news-list__date {
    width: 138px;
    font-size: 1.5rem;
    flex-shrink: 0;
  }
}

.news-list__title {
  color: #f43307;
  line-height: 1.44;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .news-list__title {
    margin-top: 0.5333333333vw;
  }
}
.news-list__title a {
  color: #f43307;
}

@media (max-width: 767px) {
  .news-list__text {
    margin-top: 1.6vw;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .news-list__text {
    margin-top: 8px;
    line-height: 1.47;
  }
}

.icon {
  font-size: 1.3rem;
  color: #FFF;
  border-radius: 4px;
  height: 4.8vw;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.0666666667vw;
  padding: 0 8px;
  margin-bottom: 10px;
  text-shadow: 0 0 2px #666;
}
@media (min-width: 768px) {
  .icon {
    width: auto;
    height: 19px;
    margin-right: 10px;
    position: relative;
    top: -2px;
    font-size: 1.2rem;
  }
}

.icon.gender10 {
  background: #0993f4;
}

.icon.gender01 {
  background: #f9367b;
}

.icon.gender11 {
  background: #0993f4;
  background: -moz-linear-gradient(left, #0993f4 50%, #f9367b 50%);
  background: -webkit-linear-gradient(left, #0993f4 50%, #f9367b 50%);
  background: linear-gradient(to right, #0993f4 50%, #f9367b 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0993f4', endColorstr='#f9367b',GradientType=1 );
}

.page-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 34.6666666667vw;
  background: url("/assets/img/bg_page-title_sp.jpg") center center;
  background-size: cover;
  color: #ff7800;
  margin-bottom: 6.6666666667vw;
}
@media (min-width: 768px) {
  .page-title {
    height: 200px;
    margin-bottom: 50px;
    background-image: url("/assets/img/bg_page-title_pc.jpg");
  }
}

.page-title__main {
  font-size: 2.5rem;
  font-style: italic;
  letter-spacing: 0.11em;
}
@media (min-width: 768px) {
  .page-title__main {
    font-size: 3.4rem;
  }
}

.page-title__small {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .page-title__small {
    font-size: 2rem;
  }
}

.pager-wrap {
  text-align: center;
}

.pager {
  text-align: center;
  position: relative;
  display: inline-flex;
}
.news-list + .pager {
  margin-top: 4.2666666667vw;
}
@media (min-width: 768px) {
  .news-list + .pager {
    margin-top: 24px;
  }
}
.pager ul {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.pager ul a {
  display: block;
  padding: 1.3333333333vw 2.9333333333vw;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
}
@media (min-width: 768px) {
  .pager ul a {
    padding: 10px 12px;
    transition: 0.25s color;
  }
}
.pager ul a:after {
  content: '';
  display: block;
  width: calc(1em - 1.0666666667vw);
  height: 0.8vw;
  background: #ff7800;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0.2666666667vw;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
}
@media (min-width: 768px) {
  .pager ul a:after {
    width: calc(1em - 6px);
    height: 3px;
    bottom: 4px;
    transition: 0.25s opacity;
  }
}
@media (min-width: 768px) {
  .pager ul a:hover {
    color: #ff7800;
  }
}
@media (min-width: 768px) {
  .pager ul a:hover:after {
    opacity: 1;
  }
}
.pager ul .current a {
  color: #ff7800;
}
.pager ul .current a:after {
  opacity: 1;
}
.pager .prev-page,
.pager .next-page {
  display: flex;
  align-items: center;
}
.pager .prev-page button,
.pager .next-page button {
  padding: 1.3333333333vw 2.9333333333vw;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
@media (min-width: 768px) {
  .pager .prev-page button,
  .pager .next-page button {
    padding: 10px 12px;
  }
}
.pager .prev-page button:after,
.pager .next-page button:after {
  content: '';
  display: block;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  border: solid #ff6000;
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .pager .prev-page button:after,
  .pager .next-page button:after {
    width: 8px;
    height: 8px;
  }
}
.pager .prev-page.disabled,
.pager .next-page.disabled {
  opacity: 0;
}
.pager .next-page {
  right: 0;
}
@media (min-width: 768px) {
  .pager .next-page:hover {
    right: -2px;
  }
}
.pager .next-page button:after {
  border-width: 0 0.2666666667vw 0.2666666667vw 0;
}
@media (min-width: 768px) {
  .pager .next-page button:after {
    border-width: 0 1px 1px 0;
  }
}
.pager .prev-page {
  left: 0;
}
@media (min-width: 768px) {
  .pager .prev-page:hover {
    left: -2px;
  }
}
.pager .prev-page button:after {
  border-width: 0.2666666667vw 0 0 0.2666666667vw;
}
@media (min-width: 768px) {
  .pager .prev-page button:after {
    border-width: 1px 0 0 1px;
  }
}

.form {
  border-collapse: collapse;
  width: 100%;
  margin-top: 4vw;
}
@media (min-width: 768px) {
  .form {
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .form__table tr {
    display: block;
    padding: 0 1.3333333333vw 5.3333333333vw 1.3333333333vw;
    margin-bottom: 2.6666666667vw;
    border-bottom: 1px dotted #e0e0d2;
  }
}
.form__table th, .form__table td {
  text-align: left;
  vertical-align: top;
}
@media (max-width: 767px) {
  .form__table th, .form__table td {
    display: block;
    width: 100%;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .form__table th, .form__table td {
    border-bottom: 1px dotted #e0e0d2;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.7rem;
  }
}
.form__table th {
  font-weight: 600;
}
@media (min-width: 768px) {
  .form__table th {
    width: 244px;
    padding-left: 16px;
    padding-right: 34px;
  }
}
@media (min-width: 768px) {
  .form__table td {
    padding-right: 16px;
  }
}
.form__table input, .form__table textarea {
  background: #f6f5f2;
  width: 100%;
  height: 14.1333333333vw;
  padding: 0 4vw;
}
@media (min-width: 768px) {
  .form__table input, .form__table textarea {
    height: 56px;
    padding: 0 20px;
  }
}
.form__table textarea {
  height: 34.6666666667vw;
  padding-top: 2.6666666667vw;
  padding-bottom: 2.6666666667vw;
}
@media (min-width: 768px) {
  .form__table textarea {
    height: 180px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.form__title {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .form__title {
    margin-bottom: 2.1333333333vw;
  }
}
@media (min-width: 768px) {
  .form__title {
    justify-content: space-between;
    height: 56px;
    display: flex;
    align-items: center;
  }
}
.form__require .form__title:after {
  content: '必須';
  font-size: 1.1rem;
  background: #f43307;
  color: #FFF;
  border-radius: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .form__require .form__title:after {
    width: 9.6vw;
    height: 4.2666666667vw;
    margin-left: 2.6666666667vw;
  }
}
@media (min-width: 768px) {
  .form__require .form__title:after {
    width: 36px;
    height: 16px;
  }
}

.form__input-wrap {
  display: flex;
  align-items: center;
}
.form__input-wrap + input {
  margin-top: 6.4vw;
}
@media (min-width: 768px) {
  .form__input-wrap + input {
    margin-top: 24px;
  }
}
.form__input-wrap input {
  text-align: center;
  width: 20vw;
}
@media (min-width: 768px) {
  .form__input-wrap input {
    width: 94px;
  }
}
.form__input-wrap p {
  font-weight: 600;
}
@media (max-width: 767px) {
  .form__input-wrap p {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .form__input-wrap p {
    width: 56px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .form__input-wrap p:not(:first-child) {
    margin-left: 0.7em;
  }
}
@media (max-width: 767px) {
  .form__input-wrap p:not(:last-child) {
    margin-right: 0.7em;
  }
}

.form__note {
  color: #f54119;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.36;
  margin-top: 2.6666666667vw;
  letter-spacing: 0.06em;
  display: flex;
}
.form__note:before {
  content: '※';
}
@media (min-width: 768px) {
  .form__note {
    font-size: 1.4rem;
    margin-top: 14px;
  }
}
@media (min-width: 768px) {
  .form__note:last-child {
    margin-bottom: -6px;
  }
}
.form__confirm + .form__note {
  margin-bottom: -1.0666666667vw;
}
@media (min-width: 768px) {
  .form__confirm + .form__note {
    margin-top: 0;
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) {
  .form__check-wrap + .form__note {
    margin-top: 6px;
  }
}
.form__note + input {
  margin-top: 3.7333333333vw;
}
@media (min-width: 768px) {
  .form__note + input {
    margin-top: 16px;
  }
}

.form__check-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .form__check-wrap {
    flex-direction: row;
    align-items: center;
    min-height: 56px;
  }
}
@media (min-width: 768px) {
  .form__check-wrap:after {
    /* for IE */
    content: '';
    display: block;
    min-height: inherit;
    font-size: 0;
  }
}
.form__check-wrap.column {
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}

.form__radio {
  text-align: center;
}

@media (min-width: 768px) {
  .form__radio + .form__radio {
    margin-left: 5.3333333333vw;
  }
}

@media (min-width: 768px) {
  .form__radio + .form__radio {
    margin-left: 20px;
  }
}
.form__radio input {
  display: none;
}

.form__radio label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.form__radio label p {
  font-weight: 600;
  margin-left: 0.8em;
}

.form__radio label:before, .form__radio label:after {
  content: '';
  display: block;
  border-radius: 50%;
}

.form__radio label:before {
  background: #FFF;
  border: 2px solid #e1e1d2;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
}

@media (min-width: 768px) {
  .form__radio label:before {
    width: 20px;
    height: 20px;
  }
}
.form__radio label:after {
  width: 3.2vw;
  height: 3.2vw;
  background: #f43307;
  transform: translateY(-50%);
  position: absolute;
  left: 1.0666666667vw;
  top: 50%;
  opacity: 0;
}

@media (min-width: 768px) {
  .form__radio label:after {
    width: 12px;
    height: 12px;
    left: 4px;
  }
}
.form__radio input:checked ~ label:after {
  opacity: 1;
}

.form__check {
  text-align: center;
}
.form__check input {
  display: none;
}
.form__check label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.form__check label p {
  font-weight: 600;
  margin-left: 0.8em;
}
.form__check label:before, .form__check label:after {
  content: '';
  display: block;
  border-radius: 4px;
}
.form__check label:before {
  background: #FFF;
  border: 2px solid #e1e1d2;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
}
@media (min-width: 768px) {
  .form__check label:before {
    width: 20px;
    height: 20px;
  }
}
.form__check label:after {
  width: 1.6vw;
  height: 3.2vw;
  position: absolute;
  left: 1.8666666667vw;
  top: 18%;
  opacity: 0;
  border-bottom: 3px solid #f43307;
  transform: rotate(40deg);
  border-right: 3px solid #f43307;
  border-radius: 0;
}
@media (min-width: 768px) {
  .form__check label:after {
    width: 7px;
    height: 14px;
    left: 7px;
  }
}
.form__check input:checked ~ label:after {
  opacity: 1;
}

.form__confirm {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .form__confirm {
    min-height: 56px;
    line-height: 1.6;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .form__confirm:after {
    /* for IE */
    content: '';
    display: block;
    min-height: inherit;
    font-size: 0;
  }
}

.form__policy {
  font-weight: 600;
  margin-top: 8vw;
}
@media (min-width: 768px) {
  .form__policy {
    margin-top: 60px;
  }
}
.form__policy a {
  text-decoration: underline;
  font-weight: 600;
  color: #f54119;
}

.form__button {
  margin-top: 10.6666666667vw;
}
@media (min-width: 768px) {
  .form__button {
    margin-top: 32px;
  }
}
.form__button + .form__button {
  margin-top: 4.2666666667vw;
}
@media (min-width: 768px) {
  .form__button + .form__button {
    margin-top: 20px;
  }
}
.form__button .button {
  margin-right: auto;
  margin-left: auto;
}

.form__flow {
  background: #f6f5f2;
  margin-top: 12vw;
  padding: 6.4vw 5.3333333333vw 7.2vw 5.3333333333vw;
}
@media (min-width: 768px) {
  .form__flow {
    padding: 36px 60px;
    margin-top: 80px;
  }
}
.form__flow dt {
  font-weight: 600;
  color: #54ba00;
  font-size: 1.8rem;
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 768px) {
  .form__flow dt {
    font-size: 1.9rem;
    margin-bottom: 16px;
  }
}
.form__flow dd {
  position: relative;
  padding-left: 1em;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .form__flow dd {
    font-size: 1.5rem;
  }
}
.form__flow dd:before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}

.form-send {
  background: #f6f5f2;
  padding: 6.6666666667vw 5.3333333333vw 7.4666666667vw 5.3333333333vw;
}
@media (min-width: 768px) {
  .form-send {
    max-width: 816px;
    padding-top: 40px;
    padding-bottom: 44px;
  }
}
.form-send dt {
  font-size: 1.9rem;
  font-weight: 600;
  color: #54ba00;
  text-align: center;
}
@media (min-width: 768px) {
  .form-send dt {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .form-send dd {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 3.4666666667vw;
  }
}
@media (min-width: 768px) {
  .form-send dd {
    font-size: 1.7rem;
    text-align: center;
    margin-top: 18px;
  }
}
.form-send + .form__button {
  margin-top: 9.3333333333vw;
}
@media (min-width: 768px) {
  .form-send + .form__button {
    margin-top: 60px;
  }
}

.form__error {
  background: #fde7dd;
  font-weight: 600;
  color: #f54119;
  margin-top: 2.6666666667vw;
  padding: 0.5333333333vw 2.6666666667vw;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .form__error {
    margin-top: 16px;
    padding: 4px 20px;
  }
}

.formError + input {
  margin-top: 6.4vw;
}

@media (min-width: 768px) {
  .formError + input {
    margin-top: 24px;
  }
}
.tag-list {
  display: inline-flex;
}

.tag-list__item {
  font-size: 1.3rem;
  color: #FFF;
  border-radius: 4px;
  width: 10.9333333333vw;
  height: 4.8vw;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.0666666667vw;
}
@media (min-width: 768px) {
  .tag-list__item {
    width: 44px;
    height: 19px;
    margin-right: 10px;
    position: relative;
    top: -2px;
    font-size: 1.2rem;
  }
}
.tag-list__item.tag01 {
  background: #0993f4;
}
.tag-list__item.tag02 {
  background: #f9367b;
}
.tag-list__item.tag03 {
  background: #54ba00;
}
.tag-list__item.tag04 {
  background: #e8bf01;
}

.header {
  background: #ff9908;
  width: 100%;
  height: 16.53333vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}
@media (min-width: 768px) {
  .header {
    height: 92px;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 767px) {
  .header__inner {
    padding-right: 0;
  }
}

.header__nav-check {
  display: none;
}

@media (max-width: 767px) {
  .header__nav {
    width: 100%;
    height: calc(100vh - 16.53333vw);
    overflow: auto;
    position: fixed;
    top: 16.53333vw;
    left: 0;
    background: #ffc02a;
    padding: 0 5.33333vw 10.6666666667vw 5.33333vw;
    transform: translateX(100%);
    transition: transform 0.3s;
  }
}
@media (min-width: 768px) {
  .header__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .header__nav-check:checked ~ .header__nav {
    transform: translateX(0);
  }
}

.header__menu-btn {
  background: #f43307;
  height: 100%;
  width: 16.53333vw;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.header__menu-btn:after {
  content: 'MENU';
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 1.0666666667vw;
}
.header__nav-check:checked ~ .header__menu-btn:after {
  content: 'CLOSE';
  margin-top: 2.9333333333vw;
}
@media (min-width: 768px) {
  .header__menu-btn {
    display: none;
  }
}

.header__menu-btn__line {
  display: block;
  height: 1px;
  width: 8vw;
  margin-bottom: 1.3333333333vw;
  background: #FFF;
  transition: 0.2s transform;
}
.header__nav-check:checked ~ .header__menu-btn .header__menu-btn__line:nth-child(1) {
  transform: rotate(45deg);
  margin-top: 1.6vw;
}
.header__nav-check:checked ~ .header__menu-btn .header__menu-btn__line:nth-child(2) {
  display: none;
}
.header__nav-check:checked ~ .header__menu-btn .header__menu-btn__line:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: -1.4666666667vw;
}

.header__logo {
  width: 44vw;
  line-height: 0;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .header__logo {
    width: 246px;
  }
}

@media (max-width: 767px) {
  .header__menu {
    margin-top: 7.4666666667vw;
  }
}
@media (min-width: 768px) {
  .header__menu {
    display: flex;
    margin-left: 24px;
  }
}

.header__menu__item {
  display: flex;
  align-items: center;
  margin-right: 0.7em;
  letter-spacing: 0.06em;
  font-weight: 600;
}
@media (max-width: 767px) {
  .header__menu__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header__menu__item + .header__menu__item {
    margin-top: 2.6666666667vw;
  }
}
.header__menu__item a {
  color: #FFF;
  position: relative;
}
@media (max-width: 767px) {
  .header__menu__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff9908;
    width: 100%;
    height: 12.2666666667vw;
    border-radius: 6px;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .header__menu__item a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    font-size: 1.4rem;
    transition: 0.3s opacity;
  }
}
@media (max-width: 767px) {
  .header__menu__item a:active {
    background: #ff7800;
  }
}
@media (min-width: 768px) {
  .header__menu__item a:hover {
    opacity: 0.75;
  }
}
.header__menu__item a:after {
  content: '';
  display: block;
  position: absolute;
}
@media (max-width: 767px) {
  .header__menu__item a:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.4666666667vw 0 1.4666666667vw 2.1333333333vw;
    border-color: transparent transparent transparent #f43307;
    right: 4.2666666667vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .header__menu__item:not(:last-child):after {
    content: '';
    display: block;
    width: 1px;
    height: 1em;
    background: #FFF;
    margin-left: 0.7em;
  }
}

@media (max-width: 767px) {
  .header__tel {
    text-align: center;
    margin-top: 9.3333333333vw;
    background: #ffd36a;
    margin: 9.3333333333vw -5.33333vw 0 -5.33333vw;
    padding: 5.3333333333vw 0 6.6666666667vw 0;
  }
}
@media (min-width: 768px) {
  .header__tel {
    display: none;
  }
}

.header__tel__number {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__tel__number span {
  display: block;
  width: 12.2666666667vw;
  margin-right: 1.6vw;
}
.header__tel__number p {
  font-family: "Roboto", sans-serif;
  font-size: 2.9rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #000;
}

.header__tel__time {
  font-size: 1.5rem;
  background: #FFF;
  font-weight: 600;
  letter-spacing: 0.05em;
  width: 66.4vw;
  height: 10.1333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.2vw;
}

.header__registration_btn {
  display: block;
  margin: 0 -5.33333vw;
  padding: 5.33333vw 0;
  background: url("/assets/img/banner_registration_bg.jpg");
  background-size: cover;
}
@media (min-width: 768px) {
  .header__registration_btn {
    display: none;
  }
}
.header__registration_btn a {
  background: rgba(255, 255, 255, 0.8);
  margin: 0 7.999995vw;
  display: block;
  padding: 10px 0;
}
.header__registration_btn a + a {
  margin-top: 20px;
}
.header__registration_btn a p {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  font-style: italic;
}
.header__registration_btn a p i {
  color: #f00;
  font-size: 120%;
}
.header__registration_btn a p strong {
  color: #ff7800;
}
.header__registration_btn a span {
  margin: 10px 7.999995vw;
  display: block;
  font-size: 1.2rem;
}

.header__banner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header__banner {
    margin: 6.6666666667vw -1.4666666667vw 0 -1.4666666667vw;
  }
}
@media (min-width: 768px) {
  .header__banner {
    margin-right: 8px;
    margin-left: auto;
  }
}

.header__banner__link {
  display: block;
}
@media (max-width: 767px) {
  .header__banner__link {
    margin: 0 1.4666666667vw;
  }
}
@media (min-width: 768px) {
  .header__banner__link {
    width: 200px;
    transition: 0.3s opacity;
  }
}
@media (min-width: 768px) {
  .header__banner__link:hover {
    opacity: 0.9;
  }
}

.header__contact {
  background: #54ba00;
  color: #FFF;
  height: 100%;
  width: 23.4666666667vw;
  margin-right: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .header__contact {
    width: 86px;
    height: 60px;
    border-radius: 8px;
    transition: 0.3s opacity;
  }
}
.header__contact.wide {
  background: red;
}
@media (min-width: 768px) {
  .header__contact:hover {
    opacity: 0.85;
  }
}
.header__contact div {
  width: 5.3333333333vw;
  line-height: 0;
}
@media (min-width: 768px) {
  .header__contact div {
    width: 20px;
  }
}
.header__contact p {
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 600;
  margin-top: 2.6666666667vw;
}
@media (min-width: 768px) {
  .header__contact p {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .header__contact + .header__contact {
    margin-left: 10px;
  }
}

.contact {
  background: #f1f0ed;
  padding: 10.1333333333vw 0 20vw 0;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .contact {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}

.contact__content {
  margin-top: 8vw;
}
@media (min-width: 768px) {
  .contact__content {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
}

.contact__box {
  background: #FFF;
}
@media (max-width: 767px) {
  .contact__box {
    margin-top: 4.2666666667vw;
    padding: 8vw 11.4666666667vw 8.5333333333vw 11.4666666667vw;
  }
}
@media (min-width: 768px) {
  .contact__box {
    padding: 40px 53px;
    width: 420px;
    margin-right: 12px;
    margin-left: 12px;
  }
}

.contact__heading {
  display: flex;
}

.contact__heading__text {
  color: #54ba00;
  line-height: 1;
  font-size: 2.1rem;
}
.contact__heading__text span {
  display: inline-block;
  font-size: 0.6em;
  font-weight: normal;
  margin-left: 0.5em;
}
@media (min-width: 768px) {
  .contact__heading__text {
    font-size: 2.2rem;
  }
}

.contact__heading__icon {
  line-height: 0;
  margin-top: 0.6666666667vw;
  margin-right: 2.1333333333vw;
}
@media (min-width: 768px) {
  .contact__heading__icon {
    margin-right: 8px;
  }
}
.contact__box--01 .contact__heading__icon {
  width: 5.0666666667vw;
}
@media (min-width: 768px) {
  .contact__box--01 .contact__heading__icon {
    width: 22px;
    margin-top: 2px;
  }
}
.contact__box--02 .contact__heading__icon {
  width: 4.8vw;
}
@media (min-width: 768px) {
  .contact__box--02 .contact__heading__icon {
    width: 20px;
    margin-top: 3px;
  }
}
.contact__heading__icon img {
  width: 100%;
}

.contact__text {
  font-size: 1.5rem;
  line-height: 1.47;
  margin-top: 2.6666666667vw;
}
@media (min-width: 768px) {
  .contact__text {
    margin-top: 20px;
  }
}

.contact__button {
  margin-top: 4vw;
}
@media (min-width: 768px) {
  .contact__button {
    width: 100%;
    margin-top: 20px;
  }
}

.contact__tel-number {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5.3333333333vw;
}
@media (min-width: 768px) {
  .contact__tel-number {
    margin-top: 26px;
  }
}
.contact__tel-number span {
  display: block;
  width: 10.9333333333vw;
  margin-right: 1.6vw;
}
@media (min-width: 768px) {
  .contact__tel-number span {
    width: 59px;
    margin-right: 12px;
  }
}
.contact__tel-number span img {
  width: 100%;
}
.contact__tel-number p {
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #000;
}
@media (min-width: 768px) {
  .contact__tel-number p {
    font-size: 3.6rem;
  }
}

.contact__tel-time {
  font-size: 1.6rem;
  background: #f1f0ed;
  font-weight: 600;
  letter-spacing: 0.01em;
  height: 12.2666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4vw;
}
@media (min-width: 768px) {
  .contact__tel-time {
    height: 50px;
    letter-spacing: 0.11em;
    margin-top: 22px;
  }
}

.footer {
  background: #ffc02a;
}

.footer__inner {
  position: relative;
}
@media (max-width: 767px) {
  .footer__inner {
    padding-top: 9.3333333333vw;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .footer__inner {
    display: flex;
    justify-content: space-between;
    padding-top: 52px;
  }
}

@media (max-width: 767px) {
  .footer__sec-01 {
    text-align: center;
  }
}

.footer__sec-02 {
  overflow: hidden;
}

.footer__logo {
  display: block;
}
@media (max-width: 767px) {
  .footer__logo {
    width: 65.8666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .footer__logo {
    width: 282px;
  }
}
.footer__logo img {
  width: 100%;
}

.footer__adress {
  display: inline-block;
  text-align: left;
  letter-spacing: 0.06em;
  line-height: 1.53;
  margin-top: 4.2666666667vw;
}
@media (min-width: 768px) {
  .footer__adress {
    margin-top: 14px;
  }
}

@media (max-width: 767px) {
  .footer__nav {
    margin-top: 6.6666666667vw;
    border-bottom: 1px solid #ffe095;
  }
}
@media (min-width: 768px) {
  .footer__nav {
    display: flex;
  }
}

.footer__nav__link {
  display: flex;
  align-items: center;
  font-weight: 600;
  position: relative;
}
@media (max-width: 767px) {
  .footer__nav__link {
    border-top: 1px solid #ffe095;
    height: 12vw;
    padding: 0 5.33333vw;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .footer__nav__link {
    font-size: 1.4rem;
    margin-left: 16px;
    transition: 0.2s opacity;
  }
}
.footer__nav__link:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.3333333333vw 0 1.3333333333vw 1.6vw;
  border-color: transparent transparent transparent #f43307;
}
@media (min-width: 768px) {
  .footer__nav__link:before {
    border-width: 5px 0 5px 6px;
    margin-right: 6px;
    transition: 0.2s transform;
  }
}
@media (min-width: 768px) {
  .footer__nav__link:hover {
    opacity: 0.75;
  }
}
@media (min-width: 768px) {
  .footer__nav__link:hover:before {
    transform: translateX(2px);
  }
}

.footer__banner {
  display: flex;
}
@media (max-width: 767px) {
  .footer__banner {
    padding: 0 5.33333vw;
    margin: 8vw -1.6vw 0 -1.6vw;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .footer__banner {
    justify-content: flex-end;
    margin-top: 32px;
  }
}

.footer__banner__link {
  margin: 0 1.6vw;
  display: block;
}
@media (min-width: 768px) {
  .footer__banner__link {
    width: 200px;
    margin: 0 0 0 16px;
    transition: 0.3s opacity;
  }
}
@media (min-width: 768px) {
  .footer__banner__link:hover {
    opacity: 0.85;
  }
}
.footer__banner__link img {
  width: 100%;
}

.pagetop-button {
  width: 43.2vw;
  height: 11.7333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  background: #ffc02a;
  color: #f43307;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .pagetop-button {
    width: 162px;
    height: 44px;
    left: auto;
    right: 24px;
  }
}
.pagetop-button:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.4666666667vw 1.8666666667vw 1.4666666667vw;
  border-color: transparent transparent #f43307 transparent;
  margin-right: 1.3333333333vw;
}
@media (min-width: 768px) {
  .pagetop-button:before {
    margin-right: 10px;
    border-width: 0 5px 7px 5px;
    transition: 0.2s transform;
  }
}
@media (min-width: 768px) {
  .pagetop-button:hover:before {
    transform: translateY(-2px);
  }
}

@media (max-width: 767px) {
  .register-button-wrap {
    z-index: 10;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 4vw 5.3333333333vw;
    background: #ffc02a;
  }
}
@media (min-width: 768px) {
  .register-button-wrap {
    position: fixed;
    right: 0;
    top: 160px;
    width: 56px;
    height: 254px;
    transition: all 0.25s;
    transform: translateX(100%);
  }
}
@media (min-width: 768px) {
  .register-button-wrap:hover {
    width: 66px;
  }
}
@media (max-width: 767px) {
  .register-button-wrap.is-release {
    position: absolute;
    bottom: -20vw;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .register-button-wrap.is-active {
    transform: translateX(0);
  }
}

.register-button {
  background: #ff6000;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .register-button:active {
    background: #ff7800;
  }
}
@media (max-width: 767px) {
  .register-button {
    width: 100%;
    font-size: 1.6rem;
    color: #FFF;
    height: 14.4vw;
    position: relative;
  }
}
@media (min-width: 768px) {
  .register-button {
    font-size: 1.5rem;
    line-height: 1.14;
    color: #FFF;
    width: 100%;
    height: 100%;
    flex-direction: column;
    border-radius: 8px 0 0 8px;
    transition: padding 0.25s;
  }
}
@media (min-width: 768px) {
  .register-button-wrap:hover .register-button {
    padding-right: 10px;
  }
}
.register-button:after {
  content: '';
  display: block;
  background: url("/assets/img/icon_mail_white.svg") center center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .register-button:after {
    width: 5.3333333333vw;
    height: 3.4666666667vw;
    position: absolute;
    right: 5.3333333333vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .register-button:after {
    width: 15px;
    height: 12px;
    margin-right: 1px;
    margin-top: 8px;
  }
}

@media (min-width: 768px) {
  .register-button__inner {
    width: 1em;
  }
}

.copyright {
  font-size: 1.3rem;
  height: 13.6vw;
  background: #ff9908;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.04em;
  margin-top: 30.9333333333vw;
}
@media (min-width: 768px) {
  .copyright {
    height: 60px;
    margin-top: 40px;
  }
}
