html {
  color: #231815;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  word-wrap: break-word;
}
@media print, screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 1.3020833333vw;
  }
}
html * {
  font-weight: inherit;
  box-sizing: border-box;
}

body {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 2.6rem;
  }
}

header, main, section, aside, footer {
  width: 100%;
}

a {
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
a:hover {
  opacity: 0.7;
}

figure img {
  width: 100%;
  height: auto;
}
figure img[src$=".svg"] {
  max-width: 100%;
}

th {
  font-weight: normal;
}

#wrapper {
  overflow: hidden;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.noFind {
  text-align: center;
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .noFind {
    margin-top: 2rem;
  }
}

.scrollAnim {
  position: absolute;
  text-align: center;
  right: -5rem;
  bottom: 1rem;
  margin: auto;
  font-weight: bold;
  font-size: 1.2rem;
}
.scrollAnim a {
  position: relative;
  display: inline-block;
  padding-bottom: 9rem;
  writing-mode: vertical-rl;
}
.scrollAnim a::before, .scrollAnim a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0.1rem;
}
.scrollAnim a::before {
  height: 8rem;
  background-color: #231815;
  bottom: 0;
}
.scrollAnim a::after {
  height: 0rem;
  background-color: #fff;
  bottom: 8rem;
  -webkit-animation: scroll_anim 1.6s ease-in-out 0s infinite normal forwards;
          animation: scroll_anim 1.6s ease-in-out 0s infinite normal forwards;
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  #wrapper:not(.preload) * {
    transition: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  _::-webkit-full-page-media,
_:future, :root .application .container__box.contact .num__text::before {
    left: 5rem !important;
  }
}
@-webkit-keyframes scroll_anim {
  0% {
    height: 0;
    bottom: 8rem;
  }
  70% {
    height: 5rem;
  }
  80% {
    bottom: 0;
  }
  100% {
    height: 0;
    bottom: 0;
  }
}
@keyframes scroll_anim {
  0% {
    height: 0;
    bottom: 8rem;
  }
  70% {
    height: 5rem;
  }
  80% {
    bottom: 0;
  }
  100% {
    height: 0;
    bottom: 0;
  }
}
@-webkit-keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.15);
  }
}
@keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.15);
  }
}
@-webkit-keyframes UpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1rem);
  }
}
@keyframes UpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1rem);
  }
}
.scrollItem, .scrollListItem {
  opacity: 0;
  transition: all ease-in-out 0.6s;
}
.scrollItem.scrollActive, .scrollListItem.scrollActive {
  opacity: 1 !important;
  transform: translate(0) scale(1) !important;
}

.fadein {
  opacity: 0;
}
.fadein.scrollActive {
  opacity: 1;
}

.fadeTop {
  transform: translateY(5rem);
}
.fadeTop.scrollActive {
  transform: translate(0);
}

.fadeRight {
  transform: translateX(5rem);
}
.fadeRight.scrollActive {
  transform: translate(0);
}

.fadeBottom {
  transform: translateY(-5rem);
}
.fadeBottom.scrollActive {
  transform: translate(0);
}

.fadeLeft {
  transform: translateX(-5rem);
}
.fadeLeft.scrollActive {
  transform: translate(0);
}

.fadeInLeft, .fadeInRight {
  position: relative;
}
.fadeInLeft::after, .fadeInRight::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transition: all ease-in-out 0.6s;
  transform-origin: center right;
}
.fadeInLeft.scrollActive::after, .fadeInRight.scrollActive::after {
  transform: scaleX(0);
}

.fadeInRight::after {
  transform-origin: center left;
}

.header {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9rem;
  width: 100%;
  z-index: 1000;
}
@media only screen and (max-width: 767px) {
  .header {
    height: 10rem;
  }
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  width: 96%;
}
@media only screen and (max-width: 767px) {
  .header__wrapper {
    width: 92%;
  }
}
.header__logo {
  width: 25.5rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .header__logo {
    position: relative;
    z-index: 2;
    width: 36rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .header__logo {
    width: 28rem;
  }
}
.header__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .header__btn {
    display: none;
  }
}
.header__btn.active .bar:first-of-type {
  transform: translateY(1.5rem) rotate(30deg);
}
.header__btn.active .bar:nth-child(2) {
  transform: translateY(-50%);
  opacity: 0;
}
.header__btn.active .bar:last-of-type {
  transform: translateY(-1.2rem) rotate(-30deg);
  width: 100%;
}
.header__btn.active .menu {
  display: none;
}
.header__btn.active .close {
  display: block;
}
.header__btn .mark {
  position: relative;
  cursor: pointer;
  height: 3rem;
  width: 7.5rem;
  transition: all 0.6s ease-in-out;
}
.header__btn .bar {
  position: absolute;
  left: 0;
  background-color: #fff;
  height: 0.2rem;
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.header__btn .bar:first-of-type {
  top: 0;
}
.header__btn .bar:nth-child(2) {
  top: 1.4rem;
}
.header__btn .bar:last-of-type {
  bottom: 0;
}
.header__btn .menu, .header__btn .close {
  font-weight: bold;
  display: inline-block;
  margin-top: 1rem;
  color: #fff;
}
.header__btn .menu {
  display: block;
}
.header__btn .close {
  display: none;
}

.wrapper {
  width: 90%;
  max-width: 1110px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .wrapper {
    padding: 0 4rem;
  }
}
.wrapper--small {
  width: 85%;
  max-width: 1000px;
}
@media only screen and (max-width: 767px) {
  .wrapper--small {
    width: 100%;
  }
}

.title-en {
  height: 4.4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .title-en {
    height: 6.6rem;
  }
}
.title-en > img {
  width: auto;
  height: 100%;
}

.title-type01 {
  font-size: 2.6rem;
  letter-spacing: 0.2em;
  margin-top: 1.5rem;
  padding: 0.5rem 4rem;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .title-type01 {
    font-size: 3.6rem;
    line-height: 1.7;
    margin-top: 3rem;
    padding: 0.5rem 3rem 0.6rem;
    min-width: 30rem;
  }
}
.title-type01::before, .title-type01::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #231815;
  position: absolute;
}
.title-type01::before {
  left: -0.5px;
  top: -0.5px;
}
@media only screen and (max-width: 767px) {
  .title-type01::before {
    left: -1.5px;
    top: -1.5px;
  }
}
.title-type01::after {
  right: -2.5px;
  bottom: -2.5px;
}
@media only screen and (max-width: 767px) {
  .title-type01::after {
    right: -1.5px;
    bottom: -1.5px;
  }
}

.title-type02 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.title-type02 .title-text {
  font-size: 2rem;
  color: #fcdfa4;
  line-height: 1.5;
  width: 12rem;
  height: 12rem;
  background-color: #0d3055;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .title-type02 .title-text {
    font-size: 3rem;
    width: 18rem;
    height: 18rem;
  }
}

.sec-title {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-title {
    width: 90%;
    margin: auto;
  }
}

.container.border {
  border: 1px solid rgba(35, 24, 21, 0.3);
  padding: 5rem 3.5rem;
}

.bg01 {
  background-color: rgba(90, 150, 170, 0.4);
}

.bg02 {
  background-color: rgba(140, 152, 160, 0.3);
}

.sec-bg {
  position: relative;
}
.sec-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.sec-bg.color01::before {
  background-color: rgba(90, 150, 170, 0.4);
}
.sec-bg.color02::before {
  background-color: rgba(0, 0, 0, 0.7);
}

.u-link {
  color: #98131e;
  text-decoration: underline;
  margin-left: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .u-link {
    white-space: nowrap;
  }
}
@media print, screen and (min-width: 768px) {
  .u-link:hover {
    text-decoration: none;
  }
}
.u-link.en {
  letter-spacing: 0.05em;
  font-family: "Abel", sans-serif;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}

select {
  outline: none;
  color: #989898;
  cursor: pointer;
}

.select-file label {
  color: #fcdfa4;
  background-color: #0d3055;
  padding: 1.3rem 2.8rem 1.5rem;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .select-file label {
    padding: 2rem 6rem;
  }
}
.select-file label:hover {
  opacity: 0.8;
}
.select-file input[type=file] {
  display: none;
}
.select-file .select-file-text {
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .select-file .select-file-text {
    margin-left: 3rem;
  }
}

.select-wrap {
  cursor: pointer;
  position: relative;
}
.select-wrap::after {
  content: "";
  display: block;
  border-right: 0.8rem solid transparent;
  border-left: 0.8rem solid transparent;
  border-top: 1.1rem solid #98131e;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .select-wrap::after {
    border-right: 1.4rem solid transparent;
    border-left: 1.4rem solid transparent;
    border-top: 2.2rem solid #98131e;
    right: 2.5rem;
  }
}

::-moz-placeholder {
  color: #989898;
}

::placeholder {
  color: #989898;
}

input[type=text], select {
  width: 100%;
  background-color: #fff;
  padding: 1.3rem 2rem 1.25rem;
}
@media only screen and (max-width: 767px) {
  input[type=text], select {
    padding: 2.6rem 3rem;
  }
}

input[type=radio] + .radio-field-text {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 0.6rem 0 0.6rem 5rem;
}
@media only screen and (max-width: 767px) {
  input[type=radio] + .radio-field-text {
    height: 9rem;
    padding: 0 0 0 11rem;
    min-width: 20rem;
    line-height: 8rem;
  }
}
input[type=radio] + .radio-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  border-radius: 50%;
  background: #fff;
  height: 3.5rem;
  width: 3.5rem;
}
@media only screen and (max-width: 767px) {
  input[type=radio] + .radio-field-text::before {
    height: 8.4rem;
    width: 8.4rem;
  }
}
input[type=radio] + .radio-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.7rem;
  left: 0.6rem;
  border-radius: 50%;
  background: #98131e;
  height: 2.4rem;
  width: 2.4rem;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 767px) {
  input[type=radio] + .radio-field-text::after {
    height: 6.3rem;
    width: 6.3rem;
    top: 1.3rem;
    left: 1.1rem;
  }
}

input[type=radio]:checked + .radio-field-text::after {
  opacity: 1;
}

.page-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.page-container::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/main_bg.jpg) center top/auto auto fixed;
  position: absolute;
  inset: 0;
  z-index: -2;
}

.main {
  line-height: 1.6;
  padding-top: 9rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .main {
    padding-top: 10rem;
  }
}
.main::before {
  content: "";
  width: calc(100% + 1px);
  height: 9rem;
  background-color: rgba(90, 150, 170, 0.4);
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .main::before {
    height: 10rem;
  }
}
.main__container {
  width: 90%;
  max-width: 1420px;
  margin: -1px auto 0;
  border: 1px solid #231815;
  border-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .main__container {
    width: 100%;
    border-left: 0;
    border-right: 0;
  }
}

.mv {
  position: relative;
  padding-top: 5rem;
}
@media print, screen and (min-width: 768px) {
  .mv::after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #231815;
    right: -3.5rem;
    bottom: 0;
    z-index: -1;
  }
}
.mv__wrapper {
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding-bottom: 11.4rem;
}
@media print, screen and (min-width: 768px) {
  .mv__wrapper {
    margin-top: -2rem;
  }
}
@media only screen and (max-width: 767px) {
  .mv__wrapper {
    padding: 5rem 0 9rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
.mv__wrapper .img {
  width: 46.338028169%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .mv__wrapper .img {
    width: 95.9183673469%;
    order: 3;
    margin-top: -9rem;
  }
}
.mv__wrapper .img.img02 {
  width: 25.5633802817%;
  top: 6rem;
  left: 5.5rem;
}
@media only screen and (max-width: 767px) {
  .mv__wrapper .img.img02 {
    width: 72.1574344023%;
    order: 1;
    margin-left: 0;
    margin-top: 0;
  }
}
.mv__wrapper .img.img03 {
  width: 26.4788732394%;
  top: 5.9rem;
  right: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .mv__wrapper .img.img03 {
    width: 51.3119533528%;
    order: 7;
    margin-right: -1rem;
    margin-top: -47.5rem;
  }
}
.mv__wrapper .img.img04 {
  width: 15.7746478873%;
  bottom: 6.5rem;
  left: 26rem;
}
@media only screen and (max-width: 767px) {
  .mv__wrapper .img.img04 {
    width: 38.1924198251%;
    order: 2;
    margin-right: 0;
    margin-top: -27rem;
  }
}
.mv__wrapper .img.img05 {
  width: 12.323943662%;
  bottom: 3.5rem;
  right: 32.5rem;
}
@media only screen and (max-width: 767px) {
  .mv__wrapper .img.img05 {
    width: 27.5510204082%;
    order: 5;
    margin-left: -1rem;
    margin-top: -12rem;
  }
}
.mv__wrapper .img.img06 {
  width: 12.323943662%;
  bottom: 6.5rem;
  right: 15rem;
}
@media only screen and (max-width: 767px) {
  .mv__wrapper .img.img06 {
    width: 27.5510204082%;
    order: 6;
    margin-left: 9rem;
    margin-top: 0;
  }
}
.mv__wrapper .img.img07 {
  width: 23.661971831%;
  margin-top: -3.5rem;
}
@media only screen and (max-width: 767px) {
  .mv__wrapper .img.img07 {
    width: 48.9795918367%;
    order: 4;
    margin-top: -7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .mv__wrapper .img.img02, .mv__wrapper .img.img03, .mv__wrapper .img.img04, .mv__wrapper .img.img05, .mv__wrapper .img.img06 {
    position: absolute;
  }
}
.mv__title {
  text-align: center;
  padding-bottom: 3rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mv__title {
    padding-bottom: 4rem;
  }
}
.mv__title::before, .mv__title::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #231815;
  position: absolute;
}
.mv__title::before {
  bottom: 0;
}
.mv__title::after {
  bottom: 4px;
}
.mv__title .img {
  width: 51.0563380282%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .mv__title .img {
    width: 89.8305084746%;
    margin-top: 2rem;
  }
}
.mv__title .text {
  font-size: 2.8rem;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .mv__title .text {
    font-size: 3.3rem;
  }
}
.mv__title p {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .mv__title p {
    font-size: 2.4rem;
  }
}
.mv__hero {
  border-bottom: 1px solid #231815;
}
.mv__scroll {
  position: absolute;
  bottom: 6.0714285714rem;
  right: 2.5rem;
  font-size: 0.8571428571rem;
  font-family: "Noto Serif JP";
  color: #000;
  padding-bottom: 7.1428571429rem;
  writing-mode: vertical-rl;
  z-index: 3;
  transition: all ease-in-out 0.6s;
  transform: translateX(5rem);
}
.mv__arrow {
  width: 10.4rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -1rem;
}
@media only screen and (max-width: 767px) {
  .mv__arrow {
    width: 10.4rem;
    bottom: -2rem;
  }
}
.mv__arrow > img {
  display: block;
  -webkit-animation: UpDown 2s ease-in-out infinite;
          animation: UpDown 2s ease-in-out infinite;
}
.mv__deco {
  width: 17rem;
  position: absolute;
  bottom: 77%;
  right: -8.5rem;
}
@media print, screen and (min-width: 768px) {
  .mv__deco {
    transform: translate(0, 50%);
  }
}
@media only screen and (max-width: 767px) {
  .mv__deco {
    top: 72.7rem;
    bottom: unset;
    right: 0;
  }
}
.mv__copy {
  width: 1rem;
  position: absolute;
  top: 19%;
  left: -4.3rem;
}
@media only screen and (max-width: 767px) {
  .mv__copy {
    width: 2rem;
    left: 3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .mv .wrapper {
    width: 100%;
  }
}

.intro {
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .intro {
    margin-top: 12rem;
  }
}
@media print, screen and (min-width: 768px) {
  .intro__wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.intro__img {
  width: 18.5%;
}
@media print, screen and (min-width: 768px) {
  .intro__img {
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .intro__img {
    width: 33.527696793%;
    margin: auto;
  }
}
.intro__img figcaption {
  font-size: 1.2rem;
  text-align: center;
  color: #373737;
}
@media only screen and (max-width: 767px) {
  .intro__img figcaption {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .intro__lead {
    width: 79%;
  }
}
@media only screen and (max-width: 767px) {
  .intro__lead {
    margin-top: 4rem;
  }
}
.intro__lead .text {
  letter-spacing: 0.1em;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .intro__lead .text {
    line-height: 1.6538461538;
  }
}
.intro__lead .cap {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .intro__lead .cap {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    margin-top: 5rem;
  }
}
.intro__lead .cap--blue {
  color: #0d3055;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .intro__lead .cap--blue {
    text-indent: unset;
    padding-left: 0;
  }
}
.intro__lead .list {
  display: flex;
  align-items: start;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .intro__lead .list {
    clear: both;
    flex-wrap: wrap;
    margin-top: 5rem;
    gap: 5rem;
  }
}
.intro__lead .list .item {
  width: 46%;
}
@media only screen and (max-width: 767px) {
  .intro__lead .list .item {
    width: 100%;
  }
}
.intro__lead .list .item__inner {
  padding-left: 5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .intro__lead .list .item__inner {
    padding-left: 8.5rem;
  }
}
.intro__lead .list .item__inner::before {
  content: "";
  display: block;
  width: 4.3rem;
  height: 4.3rem;
  background: url(../images/icon_enquete.svg) no-repeat center center/cover;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .intro__lead .list .item__inner::before {
    width: 6.5rem;
    height: 6.5rem;
  }
}
.intro__lead .list .item__inner .cap {
  margin-top: 1.5rem;
}
.intro__lead .list .item__title {
  font-size: 2rem;
  letter-spacing: 0.2em;
  color: #0d3055;
}
@media only screen and (max-width: 767px) {
  .intro__lead .list .item__title {
    font-size: 3rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .intro__lead .list .item__title .u-link {
    font-size: 2.4rem;
  }
}
.intro__lead .list .item.present .item__inner::before {
  background-image: url(../images/icon_present.svg);
}
@media only screen and (max-width: 767px) {
  .intro .u-link {
    font-size: 2.4rem;
  }
}

.special {
  margin-top: 10rem;
  padding: 12rem 0;
  background-color: rgba(209, 196, 152, 0.8);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .special {
    margin-top: 12rem;
  }
}
.special::before {
  content: "";
  height: calc(100% - 10rem);
  background: center center/cover rgba(241, 237, 224, 0.6);
  position: absolute;
  inset: 0;
  top: 50%;
  transform: translateY(-50%);
}
.special__title {
  width: 55.8450704225%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .special__title {
    width: 96.7930029155%;
  }
}
.special__lead {
  font-size: 1.5rem;
  margin-top: 2.7rem;
  text-align: center;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .special__lead {
    font-size: 2.6rem;
    letter-spacing: 0.2em;
    line-height: 1.6538461538;
    margin-top: 5rem;
  }
}
.special__img {
  margin: auto;
  margin-top: 4rem;
  width: 79.6363636364%;
}
@media only screen and (max-width: 767px) {
  .special__img {
    width: 100%;
    margin-top: 5rem;
  }
}
.special__rank {
  width: 40.7272727273%;
  margin: auto;
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .special__rank {
    width: 100%;
    margin-top: 5rem;
  }
}
.special__rank p {
  font-size: 1.22rem;
  line-height: 1.6666666667;
}
@media print, screen and (min-width: 768px) {
  .special__rank p {
    white-space: nowrap;
    padding-left: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .special__rank p {
    font-size: 2.2rem;
    line-height: 1.5454545455;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.special__rank p:first-of-type {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .special__rank p:first-of-type {
    margin-top: 2rem;
  }
}
.special .wrapper {
  position: relative;
  z-index: 1;
}

.application {
  padding: 12rem 0;
}
@media only screen and (max-width: 767px) {
  .application {
    padding: 14rem 0;
  }
}
.application__link {
  text-align: center;
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .application__link {
    margin-top: 8rem;
  }
}
.application__link a {
  font-size: 2rem;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 2rem 4rem;
  background-color: rgba(179, 182, 182, 0.8);
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .application__link a {
    font-size: 3rem;
    padding: 2rem 6rem;
  }
}
.application .container {
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .application .container {
    margin-top: 18rem;
  }
}
.application .container__box {
  text-align: center;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.2em;
  position: relative;
  padding: 3.5rem 0;
}
@media only screen and (max-width: 767px) {
  .application .container__box {
    font-size: 3rem;
    padding: 4rem 3.5rem;
    letter-spacing: 0.1em;
  }
}
.application .container__box:not(:first-of-type) {
  margin-top: 13rem;
}
@media only screen and (max-width: 767px) {
  .application .container__box:not(:first-of-type) {
    margin-top: 20rem;
  }
}
.application .container__box.deadline {
  margin-top: 18rem;
}
.application .container__box .title-type02 {
  position: absolute;
  top: -9rem;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 767px) {
  .application .container__box .title-type02 {
    top: -15rem;
  }
}
.application .container__box .box-list {
  width: 75%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .application .container__box .box-list {
    width: 100%;
  }
}
.application .container__box .box-list .item {
  line-height: 1.7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .application .container__box .box-list .item {
    align-items: start;
    text-align: left;
  }
}
.application .container__box .box-list .item:not(:first-of-type) {
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .application .container__box .box-list .item:not(:first-of-type) {
    margin-top: 8rem;
  }
}
.application .container__box .box-list .item .num {
  width: 5.5rem;
}
@media only screen and (max-width: 767px) {
  .application .container__box .box-list .item .num {
    width: 8rem;
    margin-top: 1rem;
  }
}
.application .container__box .box-list .item .text {
  width: calc(100% - 6.5rem);
}
@media only screen and (max-width: 767px) {
  .application .container__box .box-list .item .text {
    line-height: 1.6666666667;
    letter-spacing: 0;
    font-feature-settings: "palt";
    width: calc(100% - 11rem);
  }
}
@media only screen and (max-width: 767px) {
  .application .container__box .box-list .item .u-link {
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
}
.application .container__box .text.date {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .application .container__box .text.date {
    font-size: 2.3rem;
  }
}
.application .container__box .text.date .num {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .application .container__box .text.date .num {
    font-size: 2.9rem;
  }
}
.application .container__box .text .u-link {
  letter-spacing: 0.05em;
}
.application .container__box .text .cap {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .application .container__box .text .cap {
    font-size: 2rem;
  }
}
.application .container__box .info {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .application .container__box .info {
    font-size: 2.5rem;
    text-align: left;
    letter-spacing: 0.2em;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .application .container__box .info .time {
    text-indent: -5em;
    padding-left: 5em;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .application .container__box .info .time .closed {
    letter-spacing: 0.1em;
  }
}
@media print, screen and (min-width: 768px) {
  .application .container__box .tal {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .application .container__box.contact .text {
    letter-spacing: 0.1em;
  }
}
.application .container__box.contact .num {
  margin: 2rem 0 1rem;
  display: flex;
  justify-content: center;
  gap: 8rem;
}
@media only screen and (max-width: 767px) {
  .application .container__box.contact .num {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 3rem;
    gap: 4rem;
  }
}
.application .container__box.contact .num__text {
  position: relative;
  padding-left: 6rem;
}
@media only screen and (max-width: 767px) {
  .application .container__box.contact .num__text {
    padding-left: 9rem;
  }
}
.application .container__box.contact .num__text::before {
  content: "";
  display: block;
  width: 4.3rem;
  height: 4.3rem;
  background: no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
  .application .container__box.contact .num__text::before {
    width: 6.4rem;
    height: 6.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .application .container__box.contact .num__text.tel {
    position: relative;
  }
}
.application .container__box.contact .num__text.tel::before {
  background-image: url(../images/icon_tel.svg);
}
.application .container__box.contact .num__text.fax::before {
  background-image: url(../images/icon_fax.svg);
}
.application .container__box.contact .num__text > img {
  height: 2rem;
  vertical-align: inherit;
}
@media only screen and (max-width: 767px) {
  .application .container__box.contact .num__text > img {
    height: 3rem;
  }
}
.application .container__box.contact .num .num-link {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .application .container__box.contact .num .num-link {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .application .container__box.contact .num .num-link {
    padding-bottom: 7rem;
    position: relative;
  }
}
.application .container__box.contact .num .num-link .announce {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
.application .container__box.contact .num .num-link .announce__inner {
  display: inline-block;
  font-size: 2.2rem;
  white-space: nowrap;
  letter-spacing: 0.07em;
  background-color: #fff;
  padding: 0.5rem 2rem;
  border-radius: 50px;
}

.important, .privacy {
  padding-top: 12rem;
}
@media only screen and (max-width: 767px) {
  .important, .privacy {
    padding-top: 14rem;
  }
}
@media only screen and (max-width: 767px) {
  .important .sec-title .title-en, .privacy .sec-title .title-en {
    width: 70%;
    margin: auto;
  }
}
.important .container, .privacy .container {
  margin-top: 6rem;
  padding: 4.5rem;
}
@media only screen and (max-width: 767px) {
  .important .container, .privacy .container {
    margin-top: 8rem;
    padding: 5rem;
  }
}
.important .container__box, .privacy .container__box {
  padding: 4rem 5rem;
  background-color: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 767px) {
  .important .container__box, .privacy .container__box {
    padding: 5rem 4rem;
  }
}
.important .container__box .list, .privacy .container__box .list {
  line-height: 2;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .important .container__box .list, .privacy .container__box .list {
    font-size: 2.5rem;
    line-height: 1.52;
    letter-spacing: 0.08em;
  }
}
.important .container__box .list > li, .privacy .container__box .list > li {
  text-indent: -1em;
  padding-left: 1rem;
}

.privacy {
  padding-bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  .privacy {
    padding-bottom: 14rem;
  }
}

.link-area {
  padding: 12rem 0 10rem;
}
@media only screen and (max-width: 767px) {
  .link-area {
    padding-bottom: 12rem;
  }
}
.link-area .btn {
  display: block;
  width: 60rem;
  margin: auto;
}

.page-form::before {
  top: -1px;
}
.page-form .confirm-text {
  text-align: center;
  line-height: 2;
  margin-bottom: 5rem;
}
.page-form .send-lead {
  text-align: center;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .page-form .send-lead {
    font-size: 3rem;
  }
}
.page-form .send-text {
  text-align: center;
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .page-form .send-text {
    margin-top: 5rem;
  }
}
.page-form .star {
  color: #98131e;
  font-size: 1.4rem;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .page-form .star {
    font-size: 2.5rem;
  }
}
.page-form .red {
  color: #98131e;
}
@media only screen and (max-width: 767px) {
  .page-form .sec-bg {
    margin-top: -1px;
  }
}
.page-form .main__container {
  border: 0;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .page-form .main__container {
    padding-bottom: 9rem;
  }
}
.page-form .mv::after {
  display: none;
}
.page-form .mv__title::before, .page-form .mv__title::after {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .page-form .mv__title .img {
    width: 51.0563380282%;
  }
}
@media only screen and (max-width: 767px) {
  .page-form .mv__title .img {
    margin-top: 1rem;
  }
}
.page-form .mv__copy {
  top: 30rem;
}
.page-form .mv__deco {
  bottom: -25rem;
}
.page-form .mv .scrollAnim {
  bottom: -63rem;
}
.page-form .intro {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .page-form .intro .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-form .intro__title {
  font-size: 2.4rem;
  letter-spacing: 0.25em;
  border: 1px solid #231815;
  padding: 0 0 1rem;
  text-align: center;
  width: calc(100% - 6px);
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page-form .intro__title {
    font-size: 3.4rem;
    width: 100%;
    border-left: 0;
    border-right: 0;
    padding: 1rem 0 3rem;
  }
}
.page-form .intro__title::before {
  content: "";
  border: 1px solid #231815;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .page-form .intro__title::before {
    border-left: 0;
    border-right: 0;
  }
}
.page-form .intro__title .en {
  width: 7.7rem;
  margin: 0 auto -0.2rem;
}
@media only screen and (max-width: 767px) {
  .page-form .intro__title .en {
    width: 14.2rem;
  }
}
.page-form .intro__title .en > img {
  width: 100%;
  vertical-align: middle;
}
.page-form .intro__lead {
  margin-top: 6rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-form .intro__lead {
    margin-top: 8rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-form .intro__lead .text {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .page-form .intro__lead .text {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .page-form .intro__lead .text {
    letter-spacing: 0.1em;
  }
}
.page-form .form {
  margin-top: 6rem;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .page-form .form {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-form .form > .wrapper {
    padding: 0;
  }
}
.page-form .form__wrapper {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 6rem 9rem;
}
@media only screen and (max-width: 767px) {
  .page-form .form__wrapper {
    padding: 8rem 5%;
  }
}
.page-form .form__table {
  width: 100%;
}
.page-form .form__table tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 3rem 0;
  border-bottom: 1px solid #b2b2b2;
}
@media only screen and (max-width: 767px) {
  .page-form .form__table tr {
    padding: 4.5rem 0;
  }
}
.page-form .form__table tr:first-of-type {
  border-top: 1px solid #b2b2b2;
}
.page-form .form__table th {
  width: 25.5%;
}
.page-form .form__table th .star {
  margin-left: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .page-form .form__table th .star {
    margin-left: 1rem;
  }
}
.page-form .form__table td {
  width: 72%;
}
.page-form .form__table .address {
  align-items: unset;
}
@media print, screen and (min-width: 768px) {
  .page-form .form__table .address th {
    width: 15.5%;
  }
}
.page-form .form__table .address td {
  width: 82%;
}
.page-form .form__table .address .table {
  width: 100%;
}
.page-form .form__table .address .table tr {
  border: 0;
  padding-bottom: 0;
}
.page-form .form__table .address .table tr:first-of-type {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .page-form .form__table .address .table tr.short {
    padding-left: 5rem;
  }
}
.page-form .form__table .address .table tr.short td {
  width: 32%;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .page-form .form__table .address .table tr.short td {
    width: 74%;
  }
}
@media only screen and (max-width: 767px) {
  .page-form .form__table .address .table tr:not(.short) {
    width: 130%;
    margin-left: -16rem;
  }
}
@media print, screen and (min-width: 768px) {
  .page-form .form__table .address .table th {
    width: 12%;
  }
}
.page-form .form__table .address .table td {
  width: 88%;
}
.page-form .form__table .address .select-wrap::after {
  top: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .page-form .form__table .address .select-wrap::after {
    top: 2.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .page-form .form__table .enquete td {
    width: 33%;
    margin: 0 auto 0 2.5%;
  }
}
@media only screen and (max-width: 767px) {
  .page-form .form__table .gender {
    align-items: unset;
  }
}
.page-form .form__table .radio {
  display: flex;
  flex-wrap: wrap;
  gap: 4.5rem 4rem;
}
.page-form .form__bottom {
  color: #231815;
  line-height: 2;
  text-align: center;
}
.page-form .form__upload {
  margin: 5rem 0 0;
  padding-bottom: 5rem;
  border-bottom: 1px solid #b2b2b2;
}
@media only screen and (max-width: 767px) {
  .page-form .form__upload {
    padding-bottom: 9.5rem;
  }
}
.page-form .form__upload .lead {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .page-form .form__upload .lead {
    font-size: 3rem;
  }
}
.page-form .form__upload .lead .star {
  font-size: 1.8rem;
  margin: 0.2rem 0 0 0.8rem;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .page-form .form__upload .lead .star {
    font-size: 3rem;
    line-height: 1.8;
  }
}
.page-form .form__upload .container_form {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .page-form .form__upload .container_form {
    margin-top: 3rem;
    font-size: 2.5rem;
  }
}
.page-form .form__upload .container_form .attach {
  margin-top: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .page-form .form__upload .container_form p .red {
    display: inline-block;
    margin: 1rem 0 2rem;
  }
}
.page-form .form__submit {
  margin-top: 5rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-form .form__submit {
    margin-top: 6rem;
  }
}
.page-form .form__submit .btn-area button, .page-form .form__submit .btn-area input {
  transition: all ease-in-out 0.3s;
}
@media print, screen and (min-width: 768px) {
  .page-form .form__submit .btn-area button:hover, .page-form .form__submit .btn-area input:hover {
    opacity: 0.7;
  }
}
.page-form .form__submit .text {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .page-form .form__submit .text {
    margin-bottom: 4.5rem;
  }
}
.page-form .form__submit .submit .btn-icon {
  display: inline-block;
  position: relative;
}
.page-form .form__submit .submit .btn-icon::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.7rem;
  background: url(../images/icon_arrow02.svg) no-repeat center center/cover;
  position: absolute;
  right: -5rem;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
  .page-form .form__submit .submit .btn-icon::after {
    width: 4rem;
    height: 1rem;
    right: -8rem;
  }
}
.page-form .form__submit .submit button {
  font-size: 2rem;
  width: 100%;
  background-color: #7babbb;
  padding: 3rem;
}
@media only screen and (max-width: 767px) {
  .page-form .form__submit .submit button {
    font-size: 3rem;
  }
}
.page-form .form__submit .reset {
  margin: auto;
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .page-form .form__submit .reset {
    margin-top: 5rem;
  }
}
.page-form .form__submit .reset button, .page-form .form__submit .reset input {
  width: 40%;
  background-color: rgba(179, 182, 182, 0.8);
  padding: 2rem;
}
@media print, screen and (min-width: 768px) {
  .page-form .form__submit .reset button, .page-form .form__submit .reset input {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-form .form__submit .reset button, .page-form .form__submit .reset input {
    width: 58%;
  }
}
.page-form .form__back {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .page-form .form__back {
    margin-top: 2.5rem;
    padding-left: 5%;
  }
}
.page-form .form__back a {
  display: inline-block;
  text-decoration: underline;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .page-form .form__back a {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .page-form .form__back a:hover {
    text-decoration: none;
    opacity: 1;
  }
}

.footer {
  padding: 6rem 0;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 7rem 0;
  }
}
.footer__logo {
  width: 23.4rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .footer__logo {
    width: 35.1rem;
  }
}