@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500;600;700&display=swap");

/*デザインスタイルファイル*/

/*
  Basic Setting
*/

/* base --------------------------------------------------------------------- */
html {
  box-sizing: border-box;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}
body {
  color: #002981;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.8425;
  margin: 0;
  min-width: 320px;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}
@media all and (max-width: 767px) {
  body {
    font-size: 1.2rem;
    line-height: 1.654;
  }
}
* {
  letter-spacing: -0.05em;
}
*,*::before,*::after {
  box-sizing: inherit;
}
button,input,select,textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: none;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}
button:focus,input:focus,select:focus,textarea:focus {
  outline: dotted 1px;
}
button {
  cursor: pointer;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
img {
  max-width: 100%;
  vertical-align: top;
}
a {
  color: #002981;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 0 0 30px;
}
ul,ol {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
ol ol,ul ul,ol ul,ul ol {
  margin-bottom: 0;
}
hr {
  border: none;
  border-bottom: #d7d7d7 1px solid;
  margin-bottom: 50px;
}
h1 {
  font-size: 2.4rem;
  margin-bottom: 30px;
  margin-top: 0;
}
h2 {
  font-size: 2.2rem;
  margin-bottom: 30px;
  margin-top: 0;
}
h3 {
  font-size: 1.8rem;
  margin-bottom: 30px;
  margin-top: 0;
}
h4 {
  font-size: 1.6rem;
  margin-bottom: 30px;
  margin-top: 0;
}
h5 {
  font-size: 1.4rem;
  margin-bottom: 30px;
  margin-top: 0;
}
h6 {
  font-size: 1.4rem;
  margin-bottom: 30px;
  margin-top: 0;
}
table {
  border-collapse: collapse;
}
th {
  font-weight: bold;
}
thead,tbody,tfoot,tr,td,th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* utilities --------------------------------------------------------------------- */
.clearfix::after {
  clear: both;
  content: "";
  display: block;
}
.underline > span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%222%22%20viewBox%3D%220%200%2010%202%22%3E%3Crect%20width%3D%2210%22%20height%3D%222%22%20style%3D%22fill%3A%23ffb689%3B%22%2F%3E%3C%2Fsvg%3E");
  background-position: bottom 0.2em right 0;
  background-repeat: repeat-x;
  position: relative;
  z-index: 0;
}
@media all and (max-width: 767px) {
  .underline > span {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%222%22%20viewBox%3D%220%200%2010%202%22%3E%3Crect%20width%3D%2210%22%20height%3D%221%22%20style%3D%22fill%3A%23ffb689%3B%22%2F%3E%3C%2Fsvg%3E");
    background-position: bottom 0.1em right 0;
  }
}
.underline .endPeriod {
  letter-spacing: -0.6em;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media all and (max-width: 767px) {
  .text-sp-left {
    text-align: left !important;
  }
  .text-sp-right {
    text-align: right !important;
  }
  .text-sp-center {
    text-align: center !important;
  }
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
@media all and (max-width: 767px) {
  .align-sp-top {
    vertical-align: top !important;
  }
  .align-sp-middle {
    vertical-align: middle !important;
  }
  .align-sp-bottom {
    vertical-align: bottom !important;
  }
}
.text-primary {
  color: #002981 !important;
}
.text-reset {
  color: inherit !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-flex {
  display: flex !important;
}
.d-none {
  display: none !important;
}
@media all and (min-width: 768px) {
  .d-pc-none {
    display: none !important;
  }
}
@media all and (min-width: 1025px) and (max-width: 767px) {
  .d-tab-none {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .d-sp-none {
    display: none !important;
  }
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.sr-only-focusable:active,.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-block {
    display: block !important;
  }
}
.font-weight-normal {
  font-weight: normal !important;
}
.font-weight-bold {
  font-weight: bold !important;
}
.font-italic {
  font-style: italic !important;
}
.position-relative {
  position: relative !important;
}
.position-static {
  position: static !important;
}
.stretched-link::after {
  background-color: rgba(0, 0, 0, 0);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.w-0 {
  width: 0 !important;
}
.w-5 {
  width: 5% !important;
}
.w-10 {
  width: 10% !important;
}
.w-15 {
  width: 15% !important;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
.w-50 {
  width: 50% !important;
}
.w-55 {
  width: 55% !important;
}
.w-60 {
  width: 60% !important;
}
.w-65 {
  width: 65% !important;
}
.w-70 {
  width: 70% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-95 {
  width: 95% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.w-1em {
  width: 1em !important;
}
.w-2em {
  width: 2em !important;
}
.w-3em {
  width: 3em !important;
}
.h-0 {
  height: 0 !important;
}
.h-5 {
  height: 5% !important;
}
.h-10 {
  height: 10% !important;
}
.h-15 {
  height: 15% !important;
}
.h-20 {
  height: 20% !important;
}
.h-25 {
  height: 25% !important;
}
.h-30 {
  height: 30% !important;
}
.h-35 {
  height: 35% !important;
}
.h-40 {
  height: 40% !important;
}
.h-45 {
  height: 45% !important;
}
.h-50 {
  height: 50% !important;
}
.h-55 {
  height: 55% !important;
}
.h-60 {
  height: 60% !important;
}
.h-65 {
  height: 65% !important;
}
.h-70 {
  height: 70% !important;
}
.h-75 {
  height: 75% !important;
}
.h-80 {
  height: 80% !important;
}
.h-85 {
  height: 85% !important;
}
.h-90 {
  height: 90% !important;
}
.h-95 {
  height: 95% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
@media all and (min-width: 768px) {
  .font-small {
    font-size: 1.6rem;
  }
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pr-35 {
  padding-right: 35px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pl-35 {
  padding-left: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mr-45 {
  margin-right: 45px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.ml-45 {
  margin-left: 45px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pr-45 {
  padding-right: 45px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pl-45 {
  padding-left: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mr-55 {
  margin-right: 55px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.ml-55 {
  margin-left: 55px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pr-55 {
  padding-right: 55px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pl-55 {
  padding-left: 55px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mr-65 {
  margin-right: 65px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.ml-65 {
  margin-left: 65px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pr-65 {
  padding-right: 65px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pl-65 {
  padding-left: 65px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mr-75 {
  margin-right: 75px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.ml-75 {
  margin-left: 75px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pr-75 {
  padding-right: 75px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pl-75 {
  padding-left: 75px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.mt-85 {
  margin-top: 85px !important;
}
.mr-85 {
  margin-right: 85px !important;
}
.mb-85 {
  margin-bottom: 85px !important;
}
.ml-85 {
  margin-left: 85px !important;
}
.pt-85 {
  padding-top: 85px !important;
}
.pr-85 {
  padding-right: 85px !important;
}
.pb-85 {
  padding-bottom: 85px !important;
}
.pl-85 {
  padding-left: 85px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mr-95 {
  margin-right: 95px !important;
}
.mb-95 {
  margin-bottom: 95px !important;
}
.ml-95 {
  margin-left: 95px !important;
}
.pt-95 {
  padding-top: 95px !important;
}
.pr-95 {
  padding-right: 95px !important;
}
.pb-95 {
  padding-bottom: 95px !important;
}
.pl-95 {
  padding-left: 95px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
@media all and (min-width: 768px) {
  .mt-pc-0 {
    margin-top: 0 !important;
  }
  .mr-pc-0 {
    margin-right: 0 !important;
  }
  .mb-pc-0 {
    margin-bottom: 0 !important;
  }
  .ml-pc-0 {
    margin-left: 0 !important;
  }
  .pt-pc-0 {
    padding-top: 0 !important;
  }
  .pr-pc-0 {
    padding-right: 0 !important;
  }
  .pb-pc-0 {
    padding-bottom: 0 !important;
  }
  .pl-pc-0 {
    padding-left: 0 !important;
  }
  .mt-pc-5 {
    margin-top: 5px !important;
  }
  .mr-pc-5 {
    margin-right: 5px !important;
  }
  .mb-pc-5 {
    margin-bottom: 5px !important;
  }
  .ml-pc-5 {
    margin-left: 5px !important;
  }
  .pt-pc-5 {
    padding-top: 5px !important;
  }
  .pr-pc-5 {
    padding-right: 5px !important;
  }
  .pb-pc-5 {
    padding-bottom: 5px !important;
  }
  .pl-pc-5 {
    padding-left: 5px !important;
  }
  .mt-pc-10 {
    margin-top: 10px !important;
  }
  .mr-pc-10 {
    margin-right: 10px !important;
  }
  .mb-pc-10 {
    margin-bottom: 10px !important;
  }
  .ml-pc-10 {
    margin-left: 10px !important;
  }
  .pt-pc-10 {
    padding-top: 10px !important;
  }
  .pr-pc-10 {
    padding-right: 10px !important;
  }
  .pb-pc-10 {
    padding-bottom: 10px !important;
  }
  .pl-pc-10 {
    padding-left: 10px !important;
  }
  .mt-pc-15 {
    margin-top: 15px !important;
  }
  .mr-pc-15 {
    margin-right: 15px !important;
  }
  .mb-pc-15 {
    margin-bottom: 15px !important;
  }
  .ml-pc-15 {
    margin-left: 15px !important;
  }
  .pt-pc-15 {
    padding-top: 15px !important;
  }
  .pr-pc-15 {
    padding-right: 15px !important;
  }
  .pb-pc-15 {
    padding-bottom: 15px !important;
  }
  .pl-pc-15 {
    padding-left: 15px !important;
  }
  .mt-pc-20 {
    margin-top: 20px !important;
  }
  .mr-pc-20 {
    margin-right: 20px !important;
  }
  .mb-pc-20 {
    margin-bottom: 20px !important;
  }
  .ml-pc-20 {
    margin-left: 20px !important;
  }
  .pt-pc-20 {
    padding-top: 20px !important;
  }
  .pr-pc-20 {
    padding-right: 20px !important;
  }
  .pb-pc-20 {
    padding-bottom: 20px !important;
  }
  .pl-pc-20 {
    padding-left: 20px !important;
  }
  .mt-pc-25 {
    margin-top: 25px !important;
  }
  .mr-pc-25 {
    margin-right: 25px !important;
  }
  .mb-pc-25 {
    margin-bottom: 25px !important;
  }
  .ml-pc-25 {
    margin-left: 25px !important;
  }
  .pt-pc-25 {
    padding-top: 25px !important;
  }
  .pr-pc-25 {
    padding-right: 25px !important;
  }
  .pb-pc-25 {
    padding-bottom: 25px !important;
  }
  .pl-pc-25 {
    padding-left: 25px !important;
  }
  .mt-pc-30 {
    margin-top: 30px !important;
  }
  .mr-pc-30 {
    margin-right: 30px !important;
  }
  .mb-pc-30 {
    margin-bottom: 30px !important;
  }
  .ml-pc-30 {
    margin-left: 30px !important;
  }
  .pt-pc-30 {
    padding-top: 30px !important;
  }
  .pr-pc-30 {
    padding-right: 30px !important;
  }
  .pb-pc-30 {
    padding-bottom: 30px !important;
  }
  .pl-pc-30 {
    padding-left: 30px !important;
  }
  .mt-pc-35 {
    margin-top: 35px !important;
  }
  .mr-pc-35 {
    margin-right: 35px !important;
  }
  .mb-pc-35 {
    margin-bottom: 35px !important;
  }
  .ml-pc-35 {
    margin-left: 35px !important;
  }
  .pt-pc-35 {
    padding-top: 35px !important;
  }
  .pr-pc-35 {
    padding-right: 35px !important;
  }
  .pb-pc-35 {
    padding-bottom: 35px !important;
  }
  .pl-pc-35 {
    padding-left: 35px !important;
  }
  .mt-pc-40 {
    margin-top: 40px !important;
  }
  .mr-pc-40 {
    margin-right: 40px !important;
  }
  .mb-pc-40 {
    margin-bottom: 40px !important;
  }
  .ml-pc-40 {
    margin-left: 40px !important;
  }
  .pt-pc-40 {
    padding-top: 40px !important;
  }
  .pr-pc-40 {
    padding-right: 40px !important;
  }
  .pb-pc-40 {
    padding-bottom: 40px !important;
  }
  .pl-pc-40 {
    padding-left: 40px !important;
  }
  .mt-pc-45 {
    margin-top: 45px !important;
  }
  .mr-pc-45 {
    margin-right: 45px !important;
  }
  .mb-pc-45 {
    margin-bottom: 45px !important;
  }
  .ml-pc-45 {
    margin-left: 45px !important;
  }
  .pt-pc-45 {
    padding-top: 45px !important;
  }
  .pr-pc-45 {
    padding-right: 45px !important;
  }
  .pb-pc-45 {
    padding-bottom: 45px !important;
  }
  .pl-pc-45 {
    padding-left: 45px !important;
  }
  .mt-pc-50 {
    margin-top: 50px !important;
  }
  .mr-pc-50 {
    margin-right: 50px !important;
  }
  .mb-pc-50 {
    margin-bottom: 50px !important;
  }
  .ml-pc-50 {
    margin-left: 50px !important;
  }
  .pt-pc-50 {
    padding-top: 50px !important;
  }
  .pr-pc-50 {
    padding-right: 50px !important;
  }
  .pb-pc-50 {
    padding-bottom: 50px !important;
  }
  .pl-pc-50 {
    padding-left: 50px !important;
  }
  .mt-pc-55 {
    margin-top: 55px !important;
  }
  .mr-pc-55 {
    margin-right: 55px !important;
  }
  .mb-pc-55 {
    margin-bottom: 55px !important;
  }
  .ml-pc-55 {
    margin-left: 55px !important;
  }
  .pt-pc-55 {
    padding-top: 55px !important;
  }
  .pr-pc-55 {
    padding-right: 55px !important;
  }
  .pb-pc-55 {
    padding-bottom: 55px !important;
  }
  .pl-pc-55 {
    padding-left: 55px !important;
  }
  .mt-pc-60 {
    margin-top: 60px !important;
  }
  .mr-pc-60 {
    margin-right: 60px !important;
  }
  .mb-pc-60 {
    margin-bottom: 60px !important;
  }
  .ml-pc-60 {
    margin-left: 60px !important;
  }
  .pt-pc-60 {
    padding-top: 60px !important;
  }
  .pr-pc-60 {
    padding-right: 60px !important;
  }
  .pb-pc-60 {
    padding-bottom: 60px !important;
  }
  .pl-pc-60 {
    padding-left: 60px !important;
  }
  .mt-pc-65 {
    margin-top: 65px !important;
  }
  .mr-pc-65 {
    margin-right: 65px !important;
  }
  .mb-pc-65 {
    margin-bottom: 65px !important;
  }
  .ml-pc-65 {
    margin-left: 65px !important;
  }
  .pt-pc-65 {
    padding-top: 65px !important;
  }
  .pr-pc-65 {
    padding-right: 65px !important;
  }
  .pb-pc-65 {
    padding-bottom: 65px !important;
  }
  .pl-pc-65 {
    padding-left: 65px !important;
  }
  .mt-pc-70 {
    margin-top: 70px !important;
  }
  .mr-pc-70 {
    margin-right: 70px !important;
  }
  .mb-pc-70 {
    margin-bottom: 70px !important;
  }
  .ml-pc-70 {
    margin-left: 70px !important;
  }
  .pt-pc-70 {
    padding-top: 70px !important;
  }
  .pr-pc-70 {
    padding-right: 70px !important;
  }
  .pb-pc-70 {
    padding-bottom: 70px !important;
  }
  .pl-pc-70 {
    padding-left: 70px !important;
  }
  .mt-pc-75 {
    margin-top: 75px !important;
  }
  .mr-pc-75 {
    margin-right: 75px !important;
  }
  .mb-pc-75 {
    margin-bottom: 75px !important;
  }
  .ml-pc-75 {
    margin-left: 75px !important;
  }
  .pt-pc-75 {
    padding-top: 75px !important;
  }
  .pr-pc-75 {
    padding-right: 75px !important;
  }
  .pb-pc-75 {
    padding-bottom: 75px !important;
  }
  .pl-pc-75 {
    padding-left: 75px !important;
  }
  .mt-pc-80 {
    margin-top: 80px !important;
  }
  .mr-pc-80 {
    margin-right: 80px !important;
  }
  .mb-pc-80 {
    margin-bottom: 80px !important;
  }
  .ml-pc-80 {
    margin-left: 80px !important;
  }
  .pt-pc-80 {
    padding-top: 80px !important;
  }
  .pr-pc-80 {
    padding-right: 80px !important;
  }
  .pb-pc-80 {
    padding-bottom: 80px !important;
  }
  .pl-pc-80 {
    padding-left: 80px !important;
  }
  .mt-pc-85 {
    margin-top: 85px !important;
  }
  .mr-pc-85 {
    margin-right: 85px !important;
  }
  .mb-pc-85 {
    margin-bottom: 85px !important;
  }
  .ml-pc-85 {
    margin-left: 85px !important;
  }
  .pt-pc-85 {
    padding-top: 85px !important;
  }
  .pr-pc-85 {
    padding-right: 85px !important;
  }
  .pb-pc-85 {
    padding-bottom: 85px !important;
  }
  .pl-pc-85 {
    padding-left: 85px !important;
  }
  .mt-pc-90 {
    margin-top: 90px !important;
  }
  .mr-pc-90 {
    margin-right: 90px !important;
  }
  .mb-pc-90 {
    margin-bottom: 90px !important;
  }
  .ml-pc-90 {
    margin-left: 90px !important;
  }
  .pt-pc-90 {
    padding-top: 90px !important;
  }
  .pr-pc-90 {
    padding-right: 90px !important;
  }
  .pb-pc-90 {
    padding-bottom: 90px !important;
  }
  .pl-pc-90 {
    padding-left: 90px !important;
  }
  .mt-pc-95 {
    margin-top: 95px !important;
  }
  .mr-pc-95 {
    margin-right: 95px !important;
  }
  .mb-pc-95 {
    margin-bottom: 95px !important;
  }
  .ml-pc-95 {
    margin-left: 95px !important;
  }
  .pt-pc-95 {
    padding-top: 95px !important;
  }
  .pr-pc-95 {
    padding-right: 95px !important;
  }
  .pb-pc-95 {
    padding-bottom: 95px !important;
  }
  .pl-pc-95 {
    padding-left: 95px !important;
  }
  .mt-pc-100 {
    margin-top: 100px !important;
  }
  .mr-pc-100 {
    margin-right: 100px !important;
  }
  .mb-pc-100 {
    margin-bottom: 100px !important;
  }
  .ml-pc-100 {
    margin-left: 100px !important;
  }
  .pt-pc-100 {
    padding-top: 100px !important;
  }
  .pr-pc-100 {
    padding-right: 100px !important;
  }
  .pb-pc-100 {
    padding-bottom: 100px !important;
  }
  .pl-pc-100 {
    padding-left: 100px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-sp-0 {
    margin-top: 0 !important;
  }
  .mr-sp-0 {
    margin-right: 0 !important;
  }
  .mb-sp-0 {
    margin-bottom: 0 !important;
  }
  .ml-sp-0 {
    margin-left: 0 !important;
  }
  .pt-sp-0 {
    padding-top: 0 !important;
  }
  .pr-sp-0 {
    padding-right: 0 !important;
  }
  .pb-sp-0 {
    padding-bottom: 0 !important;
  }
  .pl-sp-0 {
    padding-left: 0 !important;
  }
  .mt-sp-5 {
    margin-top: 5px !important;
  }
  .mr-sp-5 {
    margin-right: 5px !important;
  }
  .mb-sp-5 {
    margin-bottom: 5px !important;
  }
  .ml-sp-5 {
    margin-left: 5px !important;
  }
  .pt-sp-5 {
    padding-top: 5px !important;
  }
  .pr-sp-5 {
    padding-right: 5px !important;
  }
  .pb-sp-5 {
    padding-bottom: 5px !important;
  }
  .pl-sp-5 {
    padding-left: 5px !important;
  }
  .mt-sp-10 {
    margin-top: 10px !important;
  }
  .mr-sp-10 {
    margin-right: 10px !important;
  }
  .mb-sp-10 {
    margin-bottom: 10px !important;
  }
  .ml-sp-10 {
    margin-left: 10px !important;
  }
  .pt-sp-10 {
    padding-top: 10px !important;
  }
  .pr-sp-10 {
    padding-right: 10px !important;
  }
  .pb-sp-10 {
    padding-bottom: 10px !important;
  }
  .pl-sp-10 {
    padding-left: 10px !important;
  }
  .mt-sp-15 {
    margin-top: 15px !important;
  }
  .mr-sp-15 {
    margin-right: 15px !important;
  }
  .mb-sp-15 {
    margin-bottom: 15px !important;
  }
  .ml-sp-15 {
    margin-left: 15px !important;
  }
  .pt-sp-15 {
    padding-top: 15px !important;
  }
  .pr-sp-15 {
    padding-right: 15px !important;
  }
  .pb-sp-15 {
    padding-bottom: 15px !important;
  }
  .pl-sp-15 {
    padding-left: 15px !important;
  }
  .mt-sp-20 {
    margin-top: 20px !important;
  }
  .mr-sp-20 {
    margin-right: 20px !important;
  }
  .mb-sp-20 {
    margin-bottom: 20px !important;
  }
  .ml-sp-20 {
    margin-left: 20px !important;
  }
  .pt-sp-20 {
    padding-top: 20px !important;
  }
  .pr-sp-20 {
    padding-right: 20px !important;
  }
  .pb-sp-20 {
    padding-bottom: 20px !important;
  }
  .pl-sp-20 {
    padding-left: 20px !important;
  }
  .mt-sp-25 {
    margin-top: 25px !important;
  }
  .mr-sp-25 {
    margin-right: 25px !important;
  }
  .mb-sp-25 {
    margin-bottom: 25px !important;
  }
  .ml-sp-25 {
    margin-left: 25px !important;
  }
  .pt-sp-25 {
    padding-top: 25px !important;
  }
  .pr-sp-25 {
    padding-right: 25px !important;
  }
  .pb-sp-25 {
    padding-bottom: 25px !important;
  }
  .pl-sp-25 {
    padding-left: 25px !important;
  }
  .mt-sp-30 {
    margin-top: 30px !important;
  }
  .mr-sp-30 {
    margin-right: 30px !important;
  }
  .mb-sp-30 {
    margin-bottom: 30px !important;
  }
  .ml-sp-30 {
    margin-left: 30px !important;
  }
  .pt-sp-30 {
    padding-top: 30px !important;
  }
  .pr-sp-30 {
    padding-right: 30px !important;
  }
  .pb-sp-30 {
    padding-bottom: 30px !important;
  }
  .pl-sp-30 {
    padding-left: 30px !important;
  }
  .mt-sp-35 {
    margin-top: 35px !important;
  }
  .mr-sp-35 {
    margin-right: 35px !important;
  }
  .mb-sp-35 {
    margin-bottom: 35px !important;
  }
  .ml-sp-35 {
    margin-left: 35px !important;
  }
  .pt-sp-35 {
    padding-top: 35px !important;
  }
  .pr-sp-35 {
    padding-right: 35px !important;
  }
  .pb-sp-35 {
    padding-bottom: 35px !important;
  }
  .pl-sp-35 {
    padding-left: 35px !important;
  }
  .mt-sp-40 {
    margin-top: 40px !important;
  }
  .mr-sp-40 {
    margin-right: 40px !important;
  }
  .mb-sp-40 {
    margin-bottom: 40px !important;
  }
  .ml-sp-40 {
    margin-left: 40px !important;
  }
  .pt-sp-40 {
    padding-top: 40px !important;
  }
  .pr-sp-40 {
    padding-right: 40px !important;
  }
  .pb-sp-40 {
    padding-bottom: 40px !important;
  }
  .pl-sp-40 {
    padding-left: 40px !important;
  }
  .mt-sp-45 {
    margin-top: 45px !important;
  }
  .mr-sp-45 {
    margin-right: 45px !important;
  }
  .mb-sp-45 {
    margin-bottom: 45px !important;
  }
  .ml-sp-45 {
    margin-left: 45px !important;
  }
  .pt-sp-45 {
    padding-top: 45px !important;
  }
  .pr-sp-45 {
    padding-right: 45px !important;
  }
  .pb-sp-45 {
    padding-bottom: 45px !important;
  }
  .pl-sp-45 {
    padding-left: 45px !important;
  }
  .mt-sp-50 {
    margin-top: 50px !important;
  }
  .mr-sp-50 {
    margin-right: 50px !important;
  }
  .mb-sp-50 {
    margin-bottom: 50px !important;
  }
  .ml-sp-50 {
    margin-left: 50px !important;
  }
  .pt-sp-50 {
    padding-top: 50px !important;
  }
  .pr-sp-50 {
    padding-right: 50px !important;
  }
  .pb-sp-50 {
    padding-bottom: 50px !important;
  }
  .pl-sp-50 {
    padding-left: 50px !important;
  }
  .mt-sp-55 {
    margin-top: 55px !important;
  }
  .mr-sp-55 {
    margin-right: 55px !important;
  }
  .mb-sp-55 {
    margin-bottom: 55px !important;
  }
  .ml-sp-55 {
    margin-left: 55px !important;
  }
  .pt-sp-55 {
    padding-top: 55px !important;
  }
  .pr-sp-55 {
    padding-right: 55px !important;
  }
  .pb-sp-55 {
    padding-bottom: 55px !important;
  }
  .pl-sp-55 {
    padding-left: 55px !important;
  }
  .mt-sp-60 {
    margin-top: 60px !important;
  }
  .mr-sp-60 {
    margin-right: 60px !important;
  }
  .mb-sp-60 {
    margin-bottom: 60px !important;
  }
  .ml-sp-60 {
    margin-left: 60px !important;
  }
  .pt-sp-60 {
    padding-top: 60px !important;
  }
  .pr-sp-60 {
    padding-right: 60px !important;
  }
  .pb-sp-60 {
    padding-bottom: 60px !important;
  }
  .pl-sp-60 {
    padding-left: 60px !important;
  }
  .mt-sp-65 {
    margin-top: 65px !important;
  }
  .mr-sp-65 {
    margin-right: 65px !important;
  }
  .mb-sp-65 {
    margin-bottom: 65px !important;
  }
  .ml-sp-65 {
    margin-left: 65px !important;
  }
  .pt-sp-65 {
    padding-top: 65px !important;
  }
  .pr-sp-65 {
    padding-right: 65px !important;
  }
  .pb-sp-65 {
    padding-bottom: 65px !important;
  }
  .pl-sp-65 {
    padding-left: 65px !important;
  }
  .mt-sp-70 {
    margin-top: 70px !important;
  }
  .mr-sp-70 {
    margin-right: 70px !important;
  }
  .mb-sp-70 {
    margin-bottom: 70px !important;
  }
  .ml-sp-70 {
    margin-left: 70px !important;
  }
  .pt-sp-70 {
    padding-top: 70px !important;
  }
  .pr-sp-70 {
    padding-right: 70px !important;
  }
  .pb-sp-70 {
    padding-bottom: 70px !important;
  }
  .pl-sp-70 {
    padding-left: 70px !important;
  }
  .mt-sp-75 {
    margin-top: 75px !important;
  }
  .mr-sp-75 {
    margin-right: 75px !important;
  }
  .mb-sp-75 {
    margin-bottom: 75px !important;
  }
  .ml-sp-75 {
    margin-left: 75px !important;
  }
  .pt-sp-75 {
    padding-top: 75px !important;
  }
  .pr-sp-75 {
    padding-right: 75px !important;
  }
  .pb-sp-75 {
    padding-bottom: 75px !important;
  }
  .pl-sp-75 {
    padding-left: 75px !important;
  }
  .mt-sp-80 {
    margin-top: 80px !important;
  }
  .mr-sp-80 {
    margin-right: 80px !important;
  }
  .mb-sp-80 {
    margin-bottom: 80px !important;
  }
  .ml-sp-80 {
    margin-left: 80px !important;
  }
  .pt-sp-80 {
    padding-top: 80px !important;
  }
  .pr-sp-80 {
    padding-right: 80px !important;
  }
  .pb-sp-80 {
    padding-bottom: 80px !important;
  }
  .pl-sp-80 {
    padding-left: 80px !important;
  }
  .mt-sp-85 {
    margin-top: 85px !important;
  }
  .mr-sp-85 {
    margin-right: 85px !important;
  }
  .mb-sp-85 {
    margin-bottom: 85px !important;
  }
  .ml-sp-85 {
    margin-left: 85px !important;
  }
  .pt-sp-85 {
    padding-top: 85px !important;
  }
  .pr-sp-85 {
    padding-right: 85px !important;
  }
  .pb-sp-85 {
    padding-bottom: 85px !important;
  }
  .pl-sp-85 {
    padding-left: 85px !important;
  }
  .mt-sp-90 {
    margin-top: 90px !important;
  }
  .mr-sp-90 {
    margin-right: 90px !important;
  }
  .mb-sp-90 {
    margin-bottom: 90px !important;
  }
  .ml-sp-90 {
    margin-left: 90px !important;
  }
  .pt-sp-90 {
    padding-top: 90px !important;
  }
  .pr-sp-90 {
    padding-right: 90px !important;
  }
  .pb-sp-90 {
    padding-bottom: 90px !important;
  }
  .pl-sp-90 {
    padding-left: 90px !important;
  }
  .mt-sp-95 {
    margin-top: 95px !important;
  }
  .mr-sp-95 {
    margin-right: 95px !important;
  }
  .mb-sp-95 {
    margin-bottom: 95px !important;
  }
  .ml-sp-95 {
    margin-left: 95px !important;
  }
  .pt-sp-95 {
    padding-top: 95px !important;
  }
  .pr-sp-95 {
    padding-right: 95px !important;
  }
  .pb-sp-95 {
    padding-bottom: 95px !important;
  }
  .pl-sp-95 {
    padding-left: 95px !important;
  }
  .mt-sp-100 {
    margin-top: 100px !important;
  }
  .mr-sp-100 {
    margin-right: 100px !important;
  }
  .mb-sp-100 {
    margin-bottom: 100px !important;
  }
  .ml-sp-100 {
    margin-left: 100px !important;
  }
  .pt-sp-100 {
    padding-top: 100px !important;
  }
  .pr-sp-100 {
    padding-right: 100px !important;
  }
  .pb-sp-100 {
    padding-bottom: 100px !important;
  }
  .pl-sp-100 {
    padding-left: 100px !important;
  }
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/*
  Layouts
*/
.bg-orange {
  background-color: #ffb689;
}
.section-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
  padding-left: 20px;
  padding-right: 20px;
}
.section-inner.narrow {
  max-width: 640px;
}
@media all and (max-width: 767px) {
  .section-inner {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.section-inner > *:last-child {
  margin-bottom: 0;
}
.top-footer {
  align-items: center;
  background: #ffb689;
  display: flex;
  height: 60px;
  justify-content: center;
  text-align: center;
}
.top-footer.bg-white {
  background-color: #fff;
}
@media all and (max-width: 767px) {
  .top-footer {
    height: 25px;
  }
}
.page-footer {
  padding: 35px 0;
}
@media all and (max-width: 767px) {
  .page-footer {
    padding: 15px 0;
  }
}
.subject-main {
  display: flex;
  justify-content: center;
}

/*
  Components
*/
.mv {
  display: flex;
  height: 700px;
}
@media all and (max-width: 1024px) {
  .mv {
    height: 68.36vw;
  }
}
@media all and (max-width: 767px) {
  .mv {
    flex-direction: column;
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .mv h1 {
    margin-bottom: 0;
  }
  .mv h1 img {
    width: 188px;
  }
}
.mv-text {
  align-items: center;
  background: #ffb689;
  display: flex;
  flex: 0 0 50%;
  justify-content: flex-end;
  padding: 25px 118px 0 20px;
  position: relative;
}
@media all and (max-width: 1024px) {
  .mv-text {
    padding: 2.44vw 11.52vw 0 20px;
  }
}
@media all and (max-width: 767px) {
  .mv-text {
    flex: 0 0 auto;
    height: 250px;
    justify-content: center;
    padding: 0;
  }
}
.mv-text .sub {
  position: absolute;
  right: 116px;
  top: 110px;
}
@media all and (max-width: 1024px) {
  .mv-text .sub {
    right: 11.32vw;
    top: 11.32vw;
    width: 4.58vw;
  }
}
@media all and (max-width: 767px) {
  .mv-text .sub {
    right: 26px;
    top: 140px;
    width: auto;
    z-index: 10;
  }
}
.mv-image {
  flex: 0 0 50%;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 767px) {
  .mv-image {
    flex: 0 0 auto;
    height: 90.67vw;
    min-height: 290px;
  }
}
.mv-image .image {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(1.05) translateZ(0.01px);
  transform-origin: center center;
  transition: transform 2s cubic-bezier(0, 0.56, 0.07, 0.99), opacity 2s;
  width: 100%;
}
.mv-image .image.is-in {
  opacity: 1;
  transform: scale(1) translateZ(0.01px);
  transform-origin: left bottom;
}
.mv-image .image.is-out {
  opacity: 0;
  transform: scale(1) translateZ(0.01px);
  transform-origin: right top;
}
.mv-image .image img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.mv-image .image img.pos-left {
  -o-object-position: left center;
  object-position: left center;
}
.mv.js-slide h1 {
  opacity: 0;
  transform: translateX(-10px);
  transition: 1.6s transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, opacity 1.6s linear 0.2s;
}
.mv.js-slide .sub {
  opacity: 0;
  transform: translateY(-10px);
  transition: 1.6s transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, opacity 1.6s linear 0.2s;
}
.mv.js-slide.js-init h1 {
  opacity: 1;
  transform: translateX(0);
}
.mv.js-slide.js-init .sub {
  opacity: 1;
  transform: translateY(0);
}
.introduction {
  padding: 95px 0 60px;
}
@media all and (max-width: 767px) {
  .introduction {
    padding: 60px 0 40px;
  }
}
@media all and (max-width: 767px) {
  .introduction .section-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.introduction h2 {
  font-size: 4rem;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
  text-align: center;
}
.introduction h2 span {
  letter-spacing: inherit;
}
@media all and (max-width: 767px) {
  .introduction h2 {
    font-size: 2.2rem;
    letter-spacing: normal;
  }
}
.introduction p {
  font-size: 2.5rem;
  line-height: 2.4;
  text-align: center;
}
@media all and (max-width: 767px) {
  .introduction p {
    font-size: 1.6rem;
  }
}
.introduction-image {
  text-align: center;
}
.top-interview {
  padding: 100px 0;
}
@media all and (max-width: 767px) {
  .top-interview {
    padding: 40px 0;
  }
}
.top-interview-logo {
  left: 20px;
  position: absolute;
  top: 14px;
}
@media all and (max-width: 767px) {
  .top-interview-logo {
    left: 36px;
    top: 0;
    width: 98px;
  }
}
.top-interview .section-inner {
  position: relative;
}
.top-interview .heading-wrapper {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: -120px;
  padding-right: 75px;
}
@media all and (max-width: 767px) {
  .top-interview .heading-wrapper {
    margin-bottom: -44px;
    padding-right: 0;
  }
}
.top-interview .heading-wrapper h2 {
  font-size: 6rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 0.895;
  margin: 0;
  margin-right: 15px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media all and (max-width: 767px) {
  .top-interview .heading-wrapper h2 {
    font-size: 3rem;
    margin-right: 5px;
  }
}
.top-interview .heading-wrapper h2 .color-white {
  color: #fff;
  letter-spacing: inherit;
}
@media all and (max-width: 767px) {
  .top-interview .heading-wrapper .sub img {
    width: 14px;
  }
}
@media all and (max-width: 767px) {
  .top-interview-link {
    padding-right: 20px;
  }
}
.top-interview-link a {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
}
@media all and (max-width: 767px) {
  .top-interview-link a {
    font-size: 1.2rem;
  }
  .top-interview-link a .text {
    margin-top: 2px;
  }
}
.top-interview-link a img {
  transition: opacity 0.3s;
}
.top-interview-link a:hover img {
  opacity: 0.7;
}
.online {
  position: relative;
}
.online-bg {
  max-width: inherit;
  width: 100%;
}
.online-link {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: filter 0.3s;
}
.online-link:hover {
  filter: brightness(110%);
}
@media all and (max-width: 767px) {
  .online-link {
    margin-top: 1.8vw;
  }
}
@media all and (min-width: 768px) {
  .online-link img {
    width: 350px;
  }
}
@media all and (min-width: 768px) and (max-width: 1220px) {
  .online-link img {
    width: 28.68vw;
  }
}
@media all and (max-width: 767px) {
  .online-link img {
    width: 187.5vw;
  }
}
.store {
  padding: 90px 0 10px;
}
@media all and (max-width: 767px) {
  .store {
    padding: 35px 0 10px;
  }
}
.store-headingImage {
  margin-bottom: 20px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .store-headingImage {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  .store-headingImage img {
    width: 120px;
  }
}
.store-heading {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 35px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .store-heading {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
}
.store-image {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .store-image {
    margin-bottom: 25px;
  }
}

.store-Heading {
  font-size: 3.8rem;
  line-height: 0.8;
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .store-Heading {
    font-size: 2.0rem;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}


.store-subHeading {
  font-size: 2.8rem;
  line-height: 0.8;
  margin-bottom: 10px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .store-subHeading {
    font-size: 1.3rem;
  }
}
.store-subHeading span {
  background: #fff;
  color: #002981;
  display: inline-block;
  padding: 2px 5px 4px;
  -moz-text-align-last: justify;
  text-align-last: justify;
  width: 120px;
}
@media all and (max-width: 767px) {
  .store-subHeading span {
    padding: 2px 3px 2px;
    width: 58px;
  }
}
.store .middle {
  font-size: 2.8rem;
  line-height: 1.75;
}
@media all and (max-width: 767px) {
  .store .middle {
    font-size: 1.3rem;
  }
}
.store .date {
  font-size: 4rem;
  letter-spacing: -0.01em;
}
@media all and (max-width: 767px) {
  .store .date {
    font-size: 1.7rem;
  }
}
.store .date.underline span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%222%22%20viewBox%3D%220%200%2010%202%22%3E%3Crect%20width%3D%2210%22%20height%3D%222%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%3C%2Fsvg%3E");
}
@media all and (max-width: 767px) {
  .store .date.underline span {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%222%22%20viewBox%3D%220%200%2010%202%22%3E%3Crect%20width%3D%2210%22%20height%3D%221%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%3C%2Fsvg%3E");
  }
}
@media all and (max-width: 767px) {
  .store .text-sp-small {
    font-size: 1.1rem;
  }
}
.store .swiper-button-prev,.store .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  transition: opacity 0.3s;
}
.store .swiper-button-prev:hover,.store .swiper-container-rtl .swiper-button-next:hover {
  opacity: 0.7;
}
.store .swiper-button-next,.store .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  transition: opacity 0.3s;
}
.store .swiper-button-next:hover,.store .swiper-container-rtl .swiper-button-prev:hover {
  opacity: 0.7;
}
.store .swiper-pagination-bullet {
  background: #002981;
}

.workshop-wrap {
  max-width: 996px;
  margin: 0 auto 150px;
  padding: 0 22px;
}
.workshop {
  border-radius: 150px;
  width: 100%;
  background: #fff;
  padding: 90px 100px 150px;
  position: relative;
}
@media (max-width: 767px) {
  .workshop-wrap {
    padding: 0 17px;
    margin: 0 auto 70px;
  }
  .workshop {
    padding: 30px 28px 45px;
    border-radius: 75px;

  }
}
.workshop-bg-col::before,
.workshop-bg-row::before,
.workshop-bg-col::after,
.workshop-bg-row::after {
  content: '';
  position: absolute;
  display: block;
}
.workshop-bg-col::before,
.workshop-bg-col::after {
  width: 94px;
  height: 22px;
  background: url(../images/top_bg02.png) center / contain no-repeat;
  left: 50%;
}
.workshop-bg-col::before {
  top: -21px;
  transform: translateX(-50%);
}
.workshop-bg-col::after {
  bottom: -21px;
  transform: translateX(-50%) rotate(180deg);
}
.workshop-bg-row::before,
.workshop-bg-row::after {
  width: 22px;
  height: 94px;
  background: url(../images/top_bg01.png) center / contain no-repeat;
  top: 50%;
}
.workshop-bg-row::before {
  left: -20px;
  transform: translateY(-50%);
}
.workshop-bg-row::after {
  right: -20px;
  transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 767px) {
  .workshop-bg-col::before,
  .workshop-bg-col::after {
    width: 47px;
    height: 11px;
  }
  .workshop-bg-col::before {
    top: -10px;
  }
  .workshop-bg-col::after {
    bottom: -10px;
  }
  .workshop-bg-row::before,
  .workshop-bg-row::after {
    width: 11px;
    height: 47px;
  }
  .workshop-bg-row::before {
    left: -10px;
  }
  .workshop-bg-row::after {
    right: -10px;
  }
}
.workshop-heading {
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 2;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .workshop-heading {
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 2;
    margin-bottom: 0;
    text-align: center;
  }
}

.workshop-sub {
  font-size: 3rem;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .workshop-sub {
    font-size: 2rem;
  
  }
}
.workshop-subHeading {
  font-size: 2.8rem;
  line-height: 0.8;
  margin-bottom: 10px;
  text-align: center;
}
.workshop-subHeading span {
  background: #002981;
  color: #fff;
  display: inline-block;
  padding: 2px 5px 4px;
  -moz-text-align-last: justify;
  text-align-last: justify;
  width: 120px;
}
@media (max-width: 767px) {
  .workshop-subHeading {
    font-size: 1.3rem;
}
  .workshop-subHeading span {
      padding: 2px 3px 2px;
      width: 58px;
  }
}

.workshop .underline span {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%222%22%20viewBox%3D%220%200%2010%202%22%3E%3Crect%20width%3D%2210%22%20height%3D%222%22%20style%3D%22fill%3A%23ffb689%3B%22%2F%3E%3C%2Fsvg%3E) !important;
}
.workshop-box {
  position: relative;
  background: #FAE5D8;
  padding: 30px 25px 30px 87px;
}

@media (max-width: 767px) {
  .workshop-box {
    padding: 15px 17px 15px 56px;
  }
}

.workshop-circle {
  width: 136px;
  height: 136px;
  background: #002981;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -30px;
  left: 0;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .workshop-circle {
    width: 74px;
    height: 74px;
    transform: translateX(-34%);
  }
}

.workshop-dl {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  margin-bottom: 60px;
}
.workshop-dlBox {
  display: flex;
}
.workshop-dlBox dt span {
  background: #002981;
  color: #fff;
  display: inline-block;
  padding: 2px 5px 4px;
  -moz-text-align-last: center;
  text-align-last: center;
  width: 110px;
  line-height: 0.8;
  letter-spacing: 0.1em;
}
.workshop-dlBox dd {
    margin-left: 15px;
}

@media (max-width: 767px) {
  .workshop-dl {
    /*flex-direction: column;*/
    column-gap: 0;
  }
  .workshop-dlBox {
    display: flex;
    width: 50%;
  }
  .workshop-dlBox dt span {
    background: #002981;
    color: #fff;
    display: inline-block;
    padding: 2px 5px 4px;
    -moz-text-align-last: center;
    text-align-last: center;
    width: 60px;
    line-height: 0.8;
  }
}
.banner {
  padding: 105px 0 85px;
}
@media all and (max-width: 767px) {
  .banner {
    padding: 30px 0 25px;
  }
}
.banner-link {
  text-align: center;
}
.banner-link a {
  transition: opacity 0.3s;
}
.banner-link a:hover {
  opacity: 0.7;
}
.page-header {
  padding: 70px 0 30px;
}
@media all and (max-width: 767px) {
  .page-header {
    padding: 25px 0 55px;
  }
  .page-header .section-inner {
    padding-left: 26px;
    padding-right: 26px;
  }
}
.page-header .section-inner {
  position: relative;
}
.page-header .site-logo {
  left: 20px;
  position: absolute;
  top: 8px;
}
@media all and (max-width: 767px) {
  .page-header .site-logo {
    left: 40px;
    top: 1px;
  }
}
@media all and (max-width: 767px) {
  .page-header .site-logo img {
    width: 98px;
  }
}
.page-header .site-logo a {
  transition: opacity 0.3s;
}
.page-header .site-logo a:hover {
  opacity: 0.7;
}
.page-header .heading-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media all and (max-width: 767px) {
  .page-header .heading-wrapper {
    margin-bottom: -44px;
    padding-right: 0;
  }
}
.page-header .heading-wrapper h1 {
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 0.995;
  margin: 0;
  margin-right: 15px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media all and (max-width: 767px) {
  .page-header .heading-wrapper h1 {
    font-size: 2.4rem;
    margin-right: 5px;
  }
}
.page-header .heading-wrapper h1 .color-orange {
  color: #ffb689;
  letter-spacing: inherit;
}
@media all and (max-width: 767px) {
  .page-header .heading-wrapper .sub img {
    width: 14px;
  }
}
.interview {
  padding-bottom: 95px;
  padding-top: 75px;
}
@media all and (max-width: 767px) {
  .interview {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}
.interview-image {
  margin-bottom: 15px;
  text-align: center;
}
.interview-name {
  align-items: center;
  display: flex;
  font-weight: 500;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .interview-name {
    margin-bottom: 16px;
  }
}
.interview-name .ja {
  font-size: 3rem;
}
@media all and (max-width: 767px) {
  .interview-name .ja {
    font-size: 1.6rem;
  }
}
.interview-name .en {
  color: #ffb689;
  font-size: 2rem;
  margin-left: 1em;
}
.bg-orange .interview-name .en {
  color: #fff;
}
@media all and (max-width: 767px) {
  .interview-name .en {
    font-size: 1.2rem;
  }
}
.interview h3 {
  color: #ffb689;
  font-size: 2rem;
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .interview h3 {
    font-size: 1.2rem;
  }
}
.interview.bg-orange h3 {
  color: #fff;
}
.interview.bg-orange h3.underline span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%222%22%20viewBox%3D%220%200%2010%202%22%3E%3Crect%20width%3D%2210%22%20height%3D%222%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%3C%2Fsvg%3E");
}
@media all and (max-width: 767px) {
  .interview.bg-orange h3.underline span {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%222%22%20viewBox%3D%220%200%2010%202%22%3E%3Crect%20width%3D%2210%22%20height%3D%221%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%3C%2Fsvg%3E");
    background-position: bottom 0.1em right 0;
  }
}
.js-scroll.fade-in {
  opacity: 0;
  transition: opacity 0.8s;
}
.js-scroll.fade-in.is-animated {
  opacity: 1;
}
.js-scroll.introduction h2 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s, transform 0.8s cubic-bezier(0.18, 0.01, 0.13, 1);
}
.js-scroll.introduction p {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s linear 0.4s, transform 0.8s cubic-bezier(0.18, 0.01, 0.13, 1) 0.4s;
}
.js-scroll.introduction .introduction-image {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s linear 0.8s, transform 0.8s cubic-bezier(0.18, 0.01, 0.13, 1) 0.8s;
}
.js-scroll.introduction.is-animated h2 {
  opacity: 1;
  transform: translateY(0);
}
.js-scroll.introduction.is-animated p {
  opacity: 1;
  transform: translateY(0);
}
.js-scroll.introduction.is-animated .introduction-image {
  opacity: 1;
  transform: translateY(0);
}
.js-scroll.top-interview .top-interview-logo {
  opacity: 0;
  transition: opacity 0.8s;
}
.js-scroll.top-interview .heading-wrapper {
  opacity: 0;
  transition: opacity 0.8s linear 0.4s;
}
.js-scroll.top-interview .top-interview-link {
  opacity: 0;
  transition: opacity 0.8s linear 0.8s;
}
.js-scroll.top-interview.is-animated .top-interview-logo {
  opacity: 1;
}
.js-scroll.top-interview.is-animated .heading-wrapper {
  opacity: 1;
}
.js-scroll.top-interview.is-animated .top-interview-link {
  opacity: 1;
}
.js-scroll.online::before {
  background: #ffb689;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.8s, visibility 0.8s;
  visibility: visible;
  z-index: 1;
}
.js-scroll.online.is-animated::before {
  opacity: 0;
  visibility: hidden;
}



.workshop-imgarea {
  width: 350px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.workshop-imgarea__img {
  margin: 0;
}
.workshop-imgarea__text {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.45;
  text-align: right;
  margin: 0;
}
.workshop-subHeading02 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.15em;
  color: #ffffff;
  text-align: center;
  background: #002981;
}
.workshop-demo {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #002981;
}
.workshop-demo__heading {
  font-weight: 500;
  font-size: 50px;
  line-height: 1.34;
  text-align: center;
  margin: 0;
}
.workshop-demo__lead {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4285714286;
  letter-spacing: -0.01em;
  margin: 43px 0 0;
}
.workshop-demo__remarks {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 2px 0 0;
}
.workshop-demo__card {
  display: flex;
  margin-top: 22px;
  gap: 29px;
}
.workshop-demo__card__imgarea {
  width: 213px;
  flex-shrink: 0;
}
.workshop-demo__card__img {
  margin: 0;
}
.workshop-demo__card__textarea {
  flex-grow: 1;
}
.workshop-demo__card__text01 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4642857143;
  letter-spacing: 0;
  margin: 0;
}
.workshop-demo__card__text02 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 8px 0 0;
}

.events {
  margin-top: 80px;
}
.events-heading {
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 2;
  margin-bottom: 0;
  text-align: center;
}
.events-sub {
  font-size: 3rem;
  text-align: center;
  line-height: 1.2;
}
.events-subHeading {
  font-weight: 400;
  font-size: 50px;
  line-height: 1.34;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 55px;
}
.events-subHeading02 {
  background: #002981;
  color: #fff;
  -moz-text-align-last: justify;
  text-align-last: justify;
  width: 125px;
  margin: 60px auto 0;
  padding: 0 10px;
  font-size: 28px;
  line-height: 1.2857142857;
}
.events-subHeading03 {
  background: #002981;
  color: #fff;
  -moz-text-align-last: justify;
  text-align-last: justify;
  width: 257px;
  margin: 70px auto 0;
  padding: 0 28px;
  font-size: 28px;
  line-height: 1.2857142857;
}
.events-box {
  width: 100%;
  max-width: 766px;
  position: relative;
  background: #FAE5D8;
  padding: 30px;
}
.events-box__wrap {
  display: flex;
  justify-content: center;
  padding: 0 36px;
}
.events-box__textarea01 {
  padding-left: 62px;
}
.events-box__textarea01__text {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3571428571;
  letter-spacing: 0;
  margin-bottom: 0;
}
.events-box__textarea02 {
  margin-top: 16px;
  padding-top: 30px;
  border-top: 1px solid #002981;
}
.events-box__textarea02__text {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 0;
}
.events-circle {
  width: 136px;
  height: 136px;
  background: #002981;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -30px;
  left: 0;
  transform: translateX(-50%);
}
.events-text01 {
  display: flex;
  justify-content: center;
}
.events-text01__textwrap {
  background: linear-gradient(to bottom, transparent 50px, #FFB689 50px, #FFB689 52px, transparent 52px);
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 15px;
  margin-bottom: 0;
}
.events-text01__text01 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
}
.events-text01__text02 {
  font-weight: 700;
  font-size: 40px;
  line-height: 59px;
}
.events-text02 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
}
.events-text02__text01 {
  font-weight: 700;
  font-size: 28px;
  line-height: 41px;
}
.events-text02__text02 {
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
}
.events-text03 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.6071428571;
  letter-spacing: 0;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
}
.events-map {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
.events-map__text {
  font-weight: 700;
  font-size: 28px;
}
.events-info {
  display: flex;
  justify-content: center;
  padding: 0 36px;
  margin-top: 64px;
}
.events-info__inner {
  width: 100%;
  max-width: 776px;
  padding: 64px 0;
  border-top: 1px solid #002981;
  border-bottom: 1px solid #002981;
}
.events-info__item {
  display: flex;
  gap: 15px;
}
.events-info__item + .events-info__item {
  margin-top: 60px;
}
.events-info__tagarea {
  width: 125px;
  flex-shrink: 0;
}
.events-info__tag {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3571428571;
  letter-spacing: 0.25em;
  color: #ffffff;
  text-align: center;
  background: #002981;
}
.events-info__text01 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3571428571;
  margin-bottom: 0;
}
.events-info__text02 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3571428571;
  margin-bottom: 0;
}
.events-intro {
  display: flex;
  justify-content: center;
  padding: 0 36px;
  margin-top: 34px;
}
.events-intro__list {
  width: 100%;
  max-width: 766px;
}
.events-intro__item {
  display: flex;
  gap: 30px;
}
.events-intro__item + .events-intro__item {
  margin-top: 34px;
}
.events-intro__imgarea {
  width: 213px;
  flex-shrink: 0;
}
.events-intro__img {
  margin: 0;
}
.events-intro__text01 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3571428571;
  letter-spacing: 0;
  margin-bottom: 0;
}
.events-intro__text02 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 8px;
  margin-bottom: 0;
}
.events-entry {
  display: flex;
  justify-content: center;
  padding: 0 36px 144px;
  margin-top: 60px;
  border-bottom: 12px solid #ffb689;
}
.events-entry__inner {
  width: 100%;
  max-width: 776px;
  padding-top: 64px;
  border-top: 1px solid #002981;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.events-entry__link__text {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3571428571;
  letter-spacing: 0;
}
.events-entry__text {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 18px;
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  .workshop-imgarea {
    width: 100%;
  }
  .workshop-imgarea__text {
    font-size: 12px;
    line-height: 1.4166666667;
  }
  .workshop-subHeading02 {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 10px;
  }
  .workshop-demo {
    margin-top: 42px;
    padding-top: 25px;
  }
  .workshop-demo__heading {
    font-size: 25px;
    line-height: 1.32;
  }
  .workshop-demo__lead {
    font-size: 13px;
    line-height: 1.5;
    margin: 27px 0 0;
  }
  .workshop-demo__remarks {
    font-size: 12px;
    line-height: 1.4166666667;
    margin: 3px 0 0;
  }
  .workshop-demo__card {
    margin-top: 25px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .workshop-demo__card__text01 {
    font-size: 17px;
    line-height: 1.4705882353;
  }
  .workshop-demo__card__text02 {
    font-size: 13px;
    margin: 6px 0 0;
  }
  .events {
    margin-top: 50px;
  }
  .events-heading {
    font-size: 2.5rem;
  }
  .events-sub {
    font-size: 2rem;
  }
  .events-subHeading {
    font-size: 25px;
    line-height: 1.32;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .events-subHeading02 {
    width: 56px;
    margin: 30px auto 0;
    padding: 0 5px;
    font-size: 13px;
  }
  .events-subHeading03 {
    width: 100px;
    margin: 30px auto 0;
    padding: 0 7px;
    font-size: 13px;
  }
  .events-box {
    padding: 20px 26px;
  }
  .events-box__textarea01 {
    padding-left: 36px;
  }
  .events-box__textarea01__text {
    font-size: 13px;
    line-height: 1.5;
  }
  .events-box__textarea02 {
    margin-top: 12px;
    padding-top: 20px;
  }
  .events-box__textarea02__text {
    font-size: 12px;
    line-height: 1.5;
  }
  .events-circle {
    width: 74px;
    height: 74px;
    transform: translateX(-34%);
  }
  .events-text01__textwrap {
    background: linear-gradient(to bottom, transparent 21px, #FFB689 21px, #FFB689 23px, transparent 23px);
    gap: 10px;
    margin-top: 8px;
  }
  .events-text01__text01 {
    font-size: 13px;
    padding-top: 2px;
  }
  .events-text01__text02 {
    font-size: 17px;
    line-height: 25px;
  }
  .events-text02 {
    margin-top: 2px;
  }
  .events-text02__text01 {
    font-size: 13px;
    line-height: 20px;
  }
  .events-text02__text02 {
    font-size: 13px;
  }
  .events-text03 {
    font-size: 13px;
    margin-top: 15px;
  }
  .events-map {
    margin-top: 12px;
  }
  .events-map__text {
    font-size: 13px;
  }
  .events-info {
    margin-top: 27px;
    padding: 0 20px;
  }
  .events-info__inner {
    padding: 25px 0;
  }
  .events-info__item {
    gap: 5px;
  }
  .events-info__item + .events-info__item {
    margin-top: 20px;
  }
  .events-info__tagarea {
    width: 56px;
  }
  .events-info__tag {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .events-info__text01 {
    font-size: 13px;
    line-height: 1.5;
  }
  .events-info__text02 {
    font-size: 12px;
    line-height: 1.5;
  }
  .events-intro {
    padding: 0 30px;
    margin-top: 15px;
  }
  .events-intro__item {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .events-intro__item + .events-intro__item {
    margin-top: 23px;
  }
  .events-intro__text01 {
    font-size: 17px;
    line-height: 1.4705882353;
  }
  .events-intro__text02 {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 6px;
  }
  .events-entry {
    padding: 0 20px 67px;
    margin-top: 23px;
    border-bottom: 6px solid #ffb689;
  }
  .events-entry__inner {
    padding-top: 26px;
  }
  .events-entry__link__text {
    font-size: 17px;
    line-height: 1.4705882353;
  }
  .events-entry__text {
    font-size: 13px;
    line-height: 1.5384615385;
    margin-top: 13px;
  }
}
.fs-24 {
  font-size: 24px !important;
}

@media all and (max-width: 767px) {
  .fs-sp-12 {
    font-size: 12px !important;
  }
}