@charset "UTF-8";
/* --------------------------------
	レスポンシブ
-------------------------------- */
/* --------------------------------
	CSS関数
-------------------------------- */
/* --------------------------------
	アニメーション
-------------------------------- */
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@keyframes yurayura_r {
  0% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(-30deg);
  }
}

@keyframes yurayura_l {
  0% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(30deg);
  }
}

@keyframes yurayura {
  0% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(15deg);
  }
}

@keyframes fadein_fuwa_l {
  0% {
    opacity: 0;
    transform: translate(0, 30px);
  }
  80% {
    opacity: .6;
  }
  100% {
    opacity: .6;
    transform: translate(30px, 0);
  }
}

@keyframes fadein_fuwa_r {
  0% {
    opacity: 0;
    transform: translate(0, -30px);
  }
  80% {
    opacity: .6;
  }
  100% {
    opacity: .6;
    transform: translate(-30px, 0);
  }
}

@keyframes display_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.anime .anime-scroll:nth-of-type(1) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 0.2s, opacity 1s ease 0.2s;
}

.anime .anime-scroll:nth-of-type(2) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 0.4s, opacity 1s ease 0.4s;
}

.anime .anime-scroll:nth-of-type(3) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 0.6s, opacity 1s ease 0.6s;
}

.anime .anime-scroll:nth-of-type(4) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 0.8s, opacity 1s ease 0.8s;
}

.anime .anime-scroll:nth-of-type(5) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 1s, opacity 1s ease 1s;
}

.anime .anime-scroll:nth-of-type(6) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 1.2s, opacity 1s ease 1.2s;
}

.anime .anime-scroll:nth-of-type(7) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 1.4s, opacity 1s ease 1.4s;
}

.anime .anime-scroll:nth-of-type(8) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 1.6s, opacity 1s ease 1.6s;
}

.anime .anime-scroll:nth-of-type(9) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 1.8s, opacity 1s ease 1.8s;
}

.anime .anime-scroll:nth-of-type(10) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 2s, opacity 1s ease 2s;
}

.anime .anime-scroll:nth-of-type(11) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 2.2s, opacity 1s ease 2.2s;
}

.anime .anime-scroll:nth-of-type(12) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 2.4s, opacity 1s ease 2.4s;
}

.anime .anime-scroll:nth-of-type(13) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 2.6s, opacity 1s ease 2.6s;
}

.anime .anime-scroll:nth-of-type(14) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 2.8s, opacity 1s ease 2.8s;
}

.anime .anime-scroll:nth-of-type(15) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 3s, opacity 1s ease 3s;
}

.anime .anime-scroll:nth-of-type(16) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 3.2s, opacity 1s ease 3.2s;
}

.anime .anime-scroll:nth-of-type(17) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 3.4s, opacity 1s ease 3.4s;
}

.anime .anime-scroll:nth-of-type(18) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 3.6s, opacity 1s ease 3.6s;
}

.anime .anime-scroll:nth-of-type(19) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 3.8s, opacity 1s ease 3.8s;
}

.anime .anime-scroll:nth-of-type(20) {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s ease 4s, opacity 1s ease 4s;
}

.anime.anime_active .anime-scroll {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.js-modal_trigger {
  cursor: pointer;
}

.js-modal_box {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}

.js-modal_bg {
  background-color: rgba(30, 30, 30, 0.65);
  height: 100%;
  width: 100%;
}

.slick-dots li:only-child {
  display: none;
}

.common-modal_inner {
  background-color: #fff;
  padding: 3rem;
  position: absolute;
  width: 75%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 75%;
}

@media (max-width: 769px) {
  .common-modal_inner {
    width: 85%;
    max-height: 85%;
  }
}

@media (max-width: 577px) {
  .common-modal_inner {
    width: 90%;
    padding: 25px;
  }
}

.common-modal_block {
  max-height: calc(100% - 1.5rem);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 3rem;
}

@media (max-width: 577px) {
  .common-modal_block {
    max-height: calc(100% - 2.5rem);
  }
}

.common-modal_block::-webkit-scrollbar {
  display: none;
}

.common-modal_block::after {
  display: block;
  position: absolute;
  bottom: 3.5rem;
  left: 0;
  content: "";
  width: 100%;
  height: 60px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}

.common-modal_close {
  margin: 1rem auto 0;
  width: 20%;
}

.common-modal_close:hover {
  cursor: pointer;
}

.common-modal_close div {
  border: solid 1px black;
  padding: 0.25rem 1rem;
}

.common-modal_close div:hover {
  border: solid 1px transparent;
  color: white;
}

/* --------------------------------
	全サイト共通設定
-------------------------------- */
#site-container {
  position: relative;
  min-height: 100vh;
}

.site-content {
  display: flex;
  flex-direction: column;
  min-height: 70vh;
  top: 0;
  width: 100%;
}

.site-content.scrolled {
  position: unset;
  transition-duration: 1s;
}

html, body {
  font-size: 1rem;
  font-family: "Heebo", sans-serif;
  letter-spacing: .02em;
}

body {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  min-height: 100vh;
}

body #content {
  flex: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Heebo", sans-serif;
  line-height: 1.6;
  letter-spacing: .02em;
}

h1:before, h2:before, h3:before, h4:before, h5:before, h6:before {
  content: none;
}

h1:not(.site-title):before {
  content: none;
}

p {
  font-family: 'BIZ UDPGothic', sans-serif;
  letter-spacing: .02em;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: .1rem;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

a:visited {
  color: inherit;
}

a:focus {
  outline: none;
  text-decoration: none;
}

button:hover {
  background-color: inherit;
}

.button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  outline: none;
}

ul, ol, dt, dd, figure {
  font-family: "Heebo", sans-serif;
}

.slick-dots li:only-child {
  display: none !important;
}

.breadcrumb-wrap {
  width: 100%;
  position: absolute;
  z-index: 1;
}

#breadcrumb {
  padding: .25rem 0;
  font-size: .75rem;
  font-weight: normal;
  flex-wrap: wrap;
}

@media (max-width: 577px) {
  #breadcrumb {
    font-size: .7rem;
  }
}

#breadcrumb li {
  color: #b1a0a1;
}

#breadcrumb li br {
  display: none;
}

#breadcrumb li:after {
  content: "\03e";
  padding: 0 .4rem;
}

#breadcrumb li:last-child {
  font-weight: bold;
  color: #d17074;
}

#breadcrumb li:last-child:after {
  content: none;
  padding-right: 0;
}

.breadcrumb {
  background-color: #f8f7f7;
}

.breadcrumb .widget_content {
  margin: 0 auto;
  width: 89%;
}

#page_top {
  position: fixed;
  cursor: pointer;
  z-index: 9999;
  right: 70px;
  bottom: 50px;
}

@media (max-width: 993px) {
  #page_top {
    bottom: 80px;
  }
}

@media (max-width: 577px) {
  #page_top {
    right: 20px;
  }
}

#page_top img {
  width: 60px;
  height: auto;
  border: solid 1px #e6e4e4;
  border-radius: 100%;
}

@media (max-width: 577px) {
  #page_top {
    width: 50px;
    height: auto;
  }
}

.site-header {
  z-index: 900;
}

@media (max-width: 993px) {
  .site-header {
    background-color: white;
  }
}

.site-header__logo {
  width: 175px;
  padding-left: 4rem;
}

@media (max-width: 769px) {
  .site-header__logo {
    width: 135px;
    padding-left: 2rem;
  }
}

@media (max-width: 577px) {
  .site-header__logo {
    width: 110px;
    padding-left: 1rem;
  }
}

.site-header__logo .logo_img {
  position: relative;
  bottom: 1px;
}

.site-header__logo .logo_img::before {
  content: none;
}

.site-header__menu {
  background-color: #F38200;
  padding: 1.5rem 4.5rem 1.5rem 1.5rem;
  color: white;
}

@media (max-width: 769px) {
  .site-header__menu {
    padding: 0.5rem 1.5rem;
    color: white;
  }
}

.menu-list__child {
  opacity: 0;
  position: absolute;
  transition: .5s ease;
  visibility: hidden;
  width: 210px;
  overflow-y: auto;
  max-height: calc(90vh - 100px);
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #f8dede;
  z-index: 1;
}

@media (max-width: 993px) {
  .menu-list__child {
    position: static;
    transform: none;
    width: 100%;
    height: 0;
  }
}

@media (max-width: 993px) {
  .menu-list__child.js-open {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}

@media (max-width: 993px) {
  .menu-list__child__link::after {
    content: "";
    right: 2rem;
    background: none;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 2px solid #9b494c;
    border-right: 2px solid #9b494c;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.menu-list__child__list {
  overflow: hidden;
}

@media (max-width: 993px) {
  .menu-list__child__list {
    border-bottom: 1px solid white;
  }
}

.menu-list__parent__link {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 993px) {
  .menu-list__parent__link {
    border-bottom: 1px solid lightgray;
  }
}

@media (max-width: 993px) {
  .menu-list__parent__link:not(.js-menu_child_open)::after {
    content: "";
    right: 2rem;
    background: none;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 2px solid #C1454A;
    border-right: 2px solid #C1454A;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.menu-list__parent__link .open-icon, .menu-list__parent__link .close-icon {
  display: none;
}

.menu-list__parent__link.js-menu_child_open .open-icon {
  display: block;
}

.menu-list__parent__link.js-menu_child_open .close-icon {
  display: none;
}

.menu-list__parent__link.js-open .open-icon {
  display: none;
}

.menu-list__parent__link.js-open .close-icon {
  display: block;
}

.menu-list__parent__list:nth-last-child() .menu-list__parent__link {
  padding-right: 0;
}

.menu-list__parent__list:hover .menu-list__child {
  opacity: 1;
  visibility: visible;
}

.menu-list__parent__icon {
  width: 1.6rem;
  margin-left: .4rem;
}

@media (max-width: 993px) {
  .menu-list__parent__icon {
    margin-left: 1rem;
  }
}

.content-area {
  margin-top: 30px;
}

/* --------------------------------
	サイト内 共通設定
-------------------------------- */
.hover-up {
  transition: .2s;
}

.hover-up:hover {
  transform: translateY(-5px) !important;
}

.hover-opacity {
  transition: .2s;
}

.hover-opacity:hover {
  opacity: .7;
}

.hover-transform-end {
  transition: .2s;
}

.hover-transform-end:hover {
  transform: translateX(5px);
}

img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

#page_top img {
  pointer-events: auto;
}

.fs-7 {
  font-size: .8rem;
}

.text-color-gray {
  color: #666666;
}

.text-color-light-yellow {
  color: #F7F6D7;
}

.letter-spacing-title {
  letter-spacing: .05em;
}

@media (max-width: 769px) {
  .letter-spacing-title {
    text-align: center;
    display: flex;
    flex-flow: column-reverse;
    align-items: center;
  }
}

@media (max-width: 769px) {
  .letter-spacing-title span {
    display: block;
    font-size: .8rem;
  }
}

.letter-spacing-title img {
  padding-left: 0.5rem;
  width: 30%;
}

@media (max-width: 769px) {
  .letter-spacing-title img {
    padding-left: 0;
    width: 30px;
    margin-bottom: .25rem;
    position: relative;
    left: 4px;
  }
}

.bg-pink {
  background-color: #BC9D94;
}

.bg-light-green {
  background-color: #E5EBE8;
}

.bg-translucent {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-body-dark {
  background-color: #333333;
}

.border-main {
  border: 2px solid #C1454A;
}

.ul-circle {
  list-style: circle;
}

.ul-check li {
  padding-left: 1rem;
  text-indent: -1rem;
}

.ul-check li::before {
  content: "\f00c";
  color: #C1454A;
  font-family: FontAwesome;
  padding-right: .3rem;
}

.height-100 {
  height: 100%;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.content-width {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 993px) {
  .content-width {
    width: 100%;
  }
}

@media (max-width: 577px) {
  .content-width {
    width: 95%;
  }
}

.common__header {
  background-color: #C1454A;
  color: white;
}

.common__body {
  margin-top: 4.5rem;
}

.page-contents section h2 {
  font-size: 1.5rem;
  border-left: solid 6px #44514e;
  padding-left: .75rem;
}

.breadcrumb-wrap {
  background-color: #fcf2f2;
}

.common__body__title {
  font-size: 1.2rem;
  border-left: solid 5px #d4d4d4;
  padding-left: 0.5rem;
}

h1:not(.site-title):before, h2:before {
  display: none;
}

.site-header {
  transition: 0.8s ease-in-out;
}

.site-header.scrolled {
  transform: translateY(0);
  opacity: 1.0;
}

/* --------------------------------
	サイト内 個別設定
-------------------------------- */
footer {
  background-color: #FAA025;
  margin: 5rem 0 0;
}

@media (max-width: 993px) {
  footer {
    padding: 0 2rem;
  }
}

footer .copyright {
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 5rem 0 1rem;
  font-size: .9rem;
}

@media (max-width: 577px) {
  footer .copyright {
    line-height: 1.2rem;
  }
}

.site-footer {
  color: white;
  font-size: .8rem;
}

.site-footer__company {
  width: 40%;
  margin-right: 3%;
}

@media (max-width: 769px) {
  .site-footer__company {
    width: 100%;
    margin-right: 0;
  }
}

.site-footer__company__image {
  max-width: 300px;
}

.site-footer__menu {
  width: 57%;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25);
    /* 拡大率 */
  }
}

.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

@keyframes scrollDown {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  45% {
    transform-origin: top;
    transform: scaleY(1);
  }
  55% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}

.scroll-down {
  width: 2px;
  height: 110px;
  position: relative;
  background: transparent;
  animation: scrollDown 1.5s ease infinite;
  border-radius: 100%;
  margin: 0 auto;
}

.scroll-down:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, white, transparent);
}

button i {
  padding-left: 1rem;
}

.content {
  margin: 0 auto 6rem;
  width: 85%;
  position: relative;
}

@media (max-width: 769px) {
  .content {
    width: 80%;
  }
}

@media (max-width: 577px) {
  .content {
    width: 85%;
  }
}

.date-time {
  text-align: center;
}

.date-time p {
  font-family: 'Mochiy Pop One', sans-serif;
  font-size: 2.3rem;
  line-height: 2.8rem;
}

.date-time p .tit {
  font-size: 1.1rem;
}

@media (max-width: 769px) {
  .date-time p .tit {
    font-size: 1.2rem;
  }
}

.date-time p .date {
  font-size: 3.5rem;
}

.date-time p .week {
  font-size: 2rem;
  padding-left: 0.25rem;
}

@media (max-width: 769px) {
  .date-time p .week {
    padding-left: 0.5rem;
  }
}

.date-time p .from {
  font-size: 1.5rem;
  padding: 0 .5rem;
}

@media (max-width: 769px) {
  .date-time p .from {
    display: block;
    transform: rotate(-90deg);
    padding: 0;
    width: 25px;
    margin: 0 auto 0.5rem;
  }
}

.application__dm p {
  font-family: 'BIZ UDPGothic', sans-serif;
  text-align: center;
  margin-bottom: .75rem;
  color: #2BA5B9;
  font-weight: bold;
  line-height: 1.5rem;
  font-size: 1.1rem;
}

@media (max-width: 577px) {
  .application__dm p span {
    display: block;
  }
}

.link-btn button {
  font-family: 'Mochiy Pop One', sans-serif;
  font-size: 1.1rem;
  padding: 1rem 1.5rem;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  font-weight: normal;
}

.link-btn button:hover:after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.link-btn button i {
  font-size: 1.5rem;
}

.link-btn.application-link button {
  width: 260px;
  background-color: #E03D60;
}

@media (max-width: 577px) {
  .link-btn.application-link button {
    width: 100%;
  }
}

.link-btn.application-link button:hover {
  background-color: #E03D60;
}

.link-btn.application-link button img {
  width: 25px;
  position: relative;
  left: 60px;
}

.link-btn.pdf-link button {
  background-color: #2BA5B9;
}

.link-btn.pdf-link button:hover {
  background-color: #2BA5B9;
}

.content-tit {
  text-align: center;
}

.content-tit h2 {
  font-family: 'Mochiy Pop One', sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
}

.content-tit h2 span {
  font-family: 'Heebo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
}

@media (max-width: 577px) {
  .content-tit h2 span {
    font-size: .9rem;
  }
}

.content-body {
  background-color: white;
  border-radius: 20px;
  border: solid 5px;
  padding: 2rem 1.5rem;
}

.tit_en {
  font-size: .8rem;
}

.content-contact {
  margin-bottom: 0;
}

.content-contact h2 {
  text-align: center;
  font-size: 1rem;
}

.content-contact__tel {
  text-align: center;
}

.content-contact__tel h3 {
  font-weight: normal;
  font-size: 1.2rem;
  margin: 2rem 0 0;
}

@media (max-width: 577px) {
  .content-contact__tel h3 {
    font-size: 1rem;
  }
}

@media (max-width: 577px) {
  .content-contact__tel h3 span {
    display: block;
  }
}

.content-contact__tel p {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: .2rem;
}

@media (max-width: 577px) {
  .content-contact__tel p {
    font-size: 1.5rem;
  }
}

.content-contact__tel p i {
  padding-right: 0.5rem;
  font-size: 2.1rem;
}

@media (max-width: 577px) {
  .content-contact__tel p i {
    font-size: 1.4rem;
  }
}

.content-contact__note {
  text-align: center;
}

.content-contact__note p {
  font-size: .9rem;
  line-height: 1.7rem;
  border-radius: 15px;
  background-color: #FEFFF5;
  padding: 1rem;
  margin-top: 2rem;
}

@media (max-width: 769px) {
  .content-contact__note {
    text-align: left;
  }
}

.c-form .title-sma {
  font-size: 1.4rem;
  padding: 0.4rem 2rem;
  word-break: keep-all;
}

@media (max-width: 577px) {
  .c-form .title-sma {
    font-size: 1.2rem;
    padding: 0;
    text-align: left !important;
  }
}

.c-form__attention {
  margin-bottom: 5rem;
  text-align: center;
}

@media (max-width: 769px) {
  .c-form__attention {
    text-align: left;
  }
}

.c-form__attention p {
  font-size: 1rem;
}

.c-form .mw_wp_form_confirm .c-form__items__txt,
.c-form .mw_wp_form_confirm .contact-item {
  display: none;
}

.c-form__items__txt {
  color: #898180;
  font-size: .8rem;
  display: block;
  -webkit-text-stroke: 0;
}

.c-form__items__content {
  margin-bottom: 3rem;
}

.c-form__items__content:last-child {
  margin-top: 1rem;
  margin-bottom: 0;
}

.c-form__items__content__forms {
  margin: 1rem 2rem 0 2rem;
  letter-spacing: 0.1rem;
}

@media (max-width: 577px) {
  .c-form__items__content__forms {
    margin: 1rem 0 0 0;
    padding: 0 1rem;
  }
}

.c-form__items__content__forms > div > div:first-child {
  font-weight: bold;
}

@media (max-width: 577px) {
  .c-form__items__content__forms > div > div:first-child {
    margin-bottom: .5rem;
    border-left: solid 4px #C1454A;
  }
}

.c-form__items__content .mwform-tel-field {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}

@media (max-width: 577px) {
  .c-form__items__content .mwform-tel-field input {
    width: 29% !important;
  }
}

@media (max-width: 577px) {
  .c-form__items__content .mwform-radio-field {
    display: inline-block;
    width: 40%;
  }
}

@media (max-width: 577px) {
  .c-form__items__content .horizontal-item {
    margin-left: 0 !important;
  }
}

@media (max-width: 577px) {
  .c-form__items__content .license .mwform-checkbox-field-text {
    display: inline-block;
    width: calc(100% - 30px);
    vertical-align: text-top;
    word-break: break-all;
  }
}

.c-form__items__content input[type=submit] {
  color: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  -webkit-text-stroke: 0;
}

.c-form__items__content input[type=submit]:hover {
  box-shadow: none;
}

.c-form .agree {
  margin-top: 5rem;
}

@media (max-width: 577px) {
  .c-form .agree {
    padding: 1rem;
  }
}

.c-form .agree .c-form__items__content__forms section p {
  margin-left: calc(1rem + 5px);
}

@media (max-width: 577px) {
  .c-form .agree .c-form__items__content__forms section p {
    margin-left: calc(.5rem + 5px);
  }
}

.c-form .agree .c-form__items__content__forms .form_link {
  color: #C1454A;
  font-weight: bold;
}

@media (max-width: 577px) {
  .c-form .birth .year {
    margin-bottom: .5rem;
  }
}

.c-form .birth .year input {
  display: inline-block;
  width: calc(100% - 4.5rem);
}

@media (max-width: 577px) {
  .c-form .birth .month {
    margin-bottom: .5rem;
  }
}

.c-form .birth select {
  display: inline-block;
  width: calc(100% - 2rem);
}

.c-form .require {
  font-size: .8em;
  display: inline-block;
  width: 50px;
  color: white;
  text-align: center;
  font-weight: bold;
  background-color: #c0456f;
  border-radius: 50px;
  -webkit-text-stroke: 0;
}

@media (max-width: 577px) {
  .c-form .require {
    display: block;
    margin-left: auto;
  }
}

.c-form .btn_back {
  color: #C1454A;
  background: #fcfcfc;
  border: 2px solid #C1454A;
  font-weight: bold;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.c-form .btn_back:hover {
  color: #C1454A;
  opacity: 0.8;
}

.c-form .form-control {
  border-radius: 3px;
  padding: .375rem .5rem;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.c-form .load-button, .c-form .save-button {
  margin: 0 0 0 1rem;
}

@media (max-width: 577px) {
  .c-form .load-button, .c-form .save-button {
    margin-left: 0;
  }
}

.page-privacy-policy .mod-head .section-txt {
  position: static;
}

.page-privacy-policy .mod-head .section-txt p {
  bottom: -14rem;
  margin-bottom: 0;
}

@media (max-width: 769px) {
  .page-privacy-policy .mod-head .section-txt p {
    bottom: -12rem;
  }
}

.page-privacy-policy .mod-head .section-txt p::before {
  top: auto;
  bottom: 1.3rem;
  opacity: 1;
  min-width: 56rem;
  width: 61vw;
}

@media (max-width: 769px) {
  .page-privacy-policy .mod-head .section-txt p::before {
    top: 73px;
  }
}

@media (max-width: 577px) {
  .page-privacy-policy .mod-head .section-txt p::before {
    top: 109px;
  }
}

.page-privacy-policy .mod-about {
  width: 82%;
  margin: 15% auto 0;
}

.page-privacy-policy .mod-body {
  width: 82%;
  margin: 0 auto;
}

.page-privacy-policy .mod-body div {
  margin-bottom: 2rem;
}

.page-privacy-policy .mod-body div h2 {
  padding: 1% 1.5rem;
  font-size: 1.5rem !important;
  color: #fff;
  letter-spacing: .1rem;
  font-weight: 100 !important;
  background-color: #C1454A;
  margin-bottom: 1rem;
}

@media (max-width: 577px) {
  .page-privacy-policy .mod-body div h2 {
    padding: .25rem .5rem;
    font-size: 1.2rem !important;
    line-height: 1.8rem;
  }
}

.page-privacy-policy .mod-body div p {
  margin-left: 1.5rem;
}

@media (max-width: 577px) {
  .page-privacy-policy .mod-body div p {
    margin-left: .25rem;
  }
}

.page-privacy-policy .mod-body div ol {
  padding-left: 2rem;
  margin-left: 1.5rem;
}

@media (max-width: 577px) {
  .page-privacy-policy .mod-body div ol {
    margin-left: .25rem;
  }
}

.page-privacy-policy .mod-body div ol ol {
  margin-left: 0;
}

.page-privacy-policy .mod-body div:last-child {
  margin-bottom: 0;
}

.viewing-form_content {
  width: 75%;
  margin: 4rem auto 0;
}

@media (max-width: 769px) {
  .viewing-form_content {
    width: 80%;
  }
}

@media (max-width: 577px) {
  .viewing-form_content {
    width: 90%;
  }
}

.viewing-form_content h1 {
  text-align: center;
  font-size: 1.7rem;
}

@media (max-width: 577px) {
  .viewing-form_content h1 {
    text-align: left;
    font-size: 1.5rem;
  }
}

.viewing-form_content__body {
  margin-bottom: 5rem;
}

.viewing-form_content__body .privacy-policy {
  background-color: #f8f7f7;
  border-radius: 10px;
}

.viewing-form_content__body .privacy-policy h2 {
  font-size: 1.2rem;
  border-bottom: solid 1px black;
}

.viewing-form_content__body .privacy-policy p {
  font-size: .9rem;
}

.viewing-form_content__body .privacy-policy ol li {
  font-weight: normal;
  font-size: .9rem;
}

.viewing-form_content__body .contact_scroll-content {
  padding: 1rem 2rem;
  height: 35vh;
  border-left: 0 !important;
  word-break: break-all !important;
}

@media (max-width: 577px) {
  .viewing-form_content__body .contact_scroll-content {
    padding: 0.25rem 1rem;
  }
}

.mwform-checkbox-field input {
  scale: 1.3;
}
