html {
  scroll-behavior: auto;
}
html body {
  font-feature-settings: "palt";
}
html body .main-color {
  color: #e5300e;
}
html body img {
  max-width: 100%;
  height: auto;
}
html body > header .inner {
  padding: 1rem 0;
  align-items: center;
}
html body > header .inner .logo {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
html body > header .inner .logo img {
  width: 173px;
}
html body .floating-btn {
  position: fixed;
  right: -2px;
  top: 35%;
  transform: translateY(-65%);
  z-index: 1000;
}
html body .floating-btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  padding: 1rem 0.5rem;
  background: #f98217;
  color: #fff;
  text-decoration: none;
  border-radius: 12px 0 0 12px;
}
html body .floating-btn a .arrow {
  text-align: center;
}
html body .floating-btn a .arrow img {
  width: 50%;
}
html body .floating-btn .label {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
html body .inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 30px;
}
html body .inner-l {
  max-width: 880px;
}
html body .inner-m {
  max-width: 820px;
}
html body .inner-s {
  max-width: 760px;
}
html body .inner-xs {
  max-width: 650px;
}
html body .inner-xxs {
  max-width: 620px;
}
html body .mainvi {
  container-type: inline-size;
  position: relative;
  background-color: #FCEDF1;
}
html body .mainvi .mainvi-slider {
  max-width: 1180px;
  margin: 0 auto;
}
html body .mainvi picture img {
  width: 100%;
}
html body .mainvi .inner {
  position: relative;
}
html body .mainvi .inner .mainvi-image {
  border-radius: 1.2cqw;
  width: 100%;
}
html body .mainvi.back .text {
  top: 50%;
  transform: translateY(-50%);
}
html body .mainvi.back .text h1 {
  color: #fff;
  font-weight: bold;
  font-size: 3cqw;
  text-align: center;
}
html body .mainvi.back .text h1 span {
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
  background-color: transparent;
  font-weight: bold;
  font-size: 2cqw;
}
html body .mainvi.back .breadcrumbs {
  margin-top: 1cqw;
  padding: 0 3vw;
}
html body .mainvi.back .breadcrumbs ul {
  display: flex;
}
html body .mainvi.back .breadcrumbs ul li {
  display: flex;
  align-items: center;
}
html body .mainvi.back .breadcrumbs ul li::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 1.5cqw;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform-origin: center;
  transform: rotate(-45deg);
}
html body .mainvi.back .breadcrumbs ul li:last-child::after {
  display: none;
}
html body .mainvi.back .breadcrumbs ul li a {
  color: #e5300e;
}
html body .mainvi .floating-btn {
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}
html body .mainvi .floating-btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  padding: 1rem 0.5rem;
  background: #55AC7B;
  color: #fff;
  text-decoration: none;
  border-radius: 12px 0 0 12px;
}
html body .mainvi .floating-btn a .arrow {
  text-align: center;
}
html body .mainvi .floating-btn a .arrow img {
  width: 50%;
}
html body .mainvi .floating-btn .label {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
html body .content-wrap {
  overflow-x: hidden;
}
html body .content-wrap .content-header {
  margin: 2rem 0 3rem;
  font-size: 2.4rem;
  font-weight: bold;
}
html body .content-wrap .content-header h2 {
  text-align: center;
}
html body .content-wrap.intro .inner {
  max-width: 920px;
  padding: 2rem 0 4rem;
  text-align: center;
}
html body .content-wrap.intro .inner img {
  width: 75%;
}
html body .content-wrap.intro .inner img:nth-child(2) {
  margin-top: 4rem;
}
html body .content-wrap.news {
  padding-bottom: 5rem;
  background-color: #FDF7E1;
}
html body .content-wrap.news .content-header h2 {
  color: #DEA134;
}
html body .content-wrap.news ul li {
  border-bottom: 1px solid #BFBFBF;
}
html body .content-wrap.news ul li a {
  display: block;
  padding: 1.5rem 5px;
  letter-spacing: 0.2rem;
  font-size: 1.1rem;
}
html body .content-wrap.news ul li a span {
  margin-right: 2rem;
}
html body .content-wrap.worries {
  position: relative;
}
html body .content-wrap.worries:after {
  content: "";
  position: absolute;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 2rem;
  background-color: #F096AB;
}
html body .content-wrap.worries .content-header {
  position: relative;
  margin-bottom: 0;
  padding: 3rem 0;
  background-color: #e5300e;
}
html body .content-wrap.worries .content-header:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -41px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 34px solid transparent;
  border-left: 34px solid transparent;
  border-top: 41px solid #e5300e;
  border-bottom: 0;
}
html body .content-wrap.worries .content-header h2 {
  color: #ffffff;
  font-weight: 580;
  letter-spacing: 0.1rem;
}
html body .content-wrap.worries .section-inner-wrap {
  padding-top: 5rem;
  background-color: #FCEDF1;
}
html body .content-wrap.worries .section-inner-wrap .inner img {
  position: relative;
  z-index: 1;
}
html body .content-wrap.point {
  padding-bottom: 5rem;
  background-color: #F096AB;
}
html body .content-wrap.point .content-header h2 {
  color: #ffffff;
  font-weight: 580;
  letter-spacing: 0.1rem;
}
html body .content-wrap.point .point-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
html body .content-wrap.point .point-wrap .point-item {
  padding: 3cqw 5cqw 0;
  background-color: #ffffff;
  border-radius: 2cqw;
}
html body .content-wrap.point .point-wrap .point-item > div:nth-child(1) {
  display: flex;
  align-items: center;
  margin-bottom: 1.5cqw;
}
html body .content-wrap.point .point-wrap .point-item > div:nth-child(1) img {
  margin-right: 2cqw;
  width: 4.2rem;
}
html body .content-wrap.point .point-wrap .point-item > div:nth-child(1) p {
  color: #e5300e;
  font-size: 2cqw;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2rem;
}
html body .content-wrap.point .point-wrap .point-item > div:nth-child(1) p span {
  font-size: 2.2rem;
}
html body .content-wrap.point .point-wrap .point-item.point-01 {
  padding-bottom: 0;
}
html body .content-wrap.point .point-wrap .point-item.point-01 .illust {
  display: flex;
  margin-bottom: 1cqw;
}
html body .content-wrap.point .point-wrap .point-item.point-01 .illust > div p {
  text-align: center;
}
html body .content-wrap.point .point-wrap .point-item.point-01 > div:nth-child(3) {
  text-align: center;
}
html body .content-wrap.point .point-wrap .point-item.point-01 > div:nth-child(3) img {
  width: 90%;
}
html body .content-wrap.point .point-wrap .point-item.point-02 > div:nth-child(1) {
  margin-bottom: 0;
}
html body .content-wrap.point .point-wrap .point-item.point-02 > div:nth-child(2) {
  position: relative;
}
html body .content-wrap.point .point-wrap .point-item.point-02 > div:nth-child(2) ul {
  position: absolute;
  top: 3.2rem;
  left: 25px;
  list-style: disc;
}
html body .content-wrap.point .point-wrap .point-item.point-02 > div:nth-child(2) ul li {
  font-size: 1.7rem;
}
html body .content-wrap.point .point-wrap .point-item.point-03 {
  padding-bottom: 3rem;
}
html body .content-wrap.point .point-wrap .point-item.point-03 > div:nth-child(3) p {
  text-align: center;
  font-size: 1.6rem;
}
html body .content-wrap.point .point-wrap .point-item.point-03 > div:nth-child(3) p span {
  display: block;
  margin-top: 1rem;
  text-align: center;
  font-size: 1.2rem;
}
html body .content-wrap.try {
  background-color: #f9d9e4;
}
html body .content-wrap.try .try-img {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
html body .content-wrap.try .try-img img {
  width: 100%;
  height: auto;
}
html body .content-wrap.voice {
  padding-bottom: 5rem;
}
html body .content-wrap.voice .content-header {
  margin: 5rem 0 3rem;
  background-color: #ffffff;
}
html body .content-wrap.voice .content-header h2 {
  color: #e5300e;
}
html body .content-wrap.voice .voice-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
html body .content-wrap.voice .voice-wrap .voice-item {
  padding: 3cqw 4cqw;
  background-color: #FCEDF1;
  border-radius: 2cqw;
}
html body .content-wrap.voice .voice-wrap .voice-item > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 2rem;
}
html body .content-wrap.voice .voice-wrap .voice-item > div:nth-child(1) img {
  width: 156px;
}
html body .content-wrap.voice .voice-wrap .voice-item > div:nth-child(1) > div {
  position: relative;
  flex: 1;
}
html body .content-wrap.voice .voice-wrap .voice-item > div:nth-child(1) > div .bubble {
  padding: 1.5rem 3rem 2rem 1.2rem;
  color: #e5300e;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  background-color: #ffffff;
  border-radius: 0.5rem;
}
html body .content-wrap.voice .voice-wrap .voice-item > div:nth-child(1) > div .name {
  text-align: right;
}
html body .content-wrap.voice .voice-wrap .voice-item > div:nth-child(1) > div:before {
  position: absolute;
  top: 33%;
  left: -27px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 27px solid #ffffff;
  border-left: 0;
}
html body .content-wrap.voice .voice-wrap .voice-item > div:nth-child(2) p {
  font-size: 1.5rem;
}
html body .content-wrap.voice .voice-wrap .voice-item > div:nth-child(2) p span {
  font-weight: bold;
}
html body .content-wrap.voice .inner {
  max-width: 1000px;
}
html body .content-wrap.question {
  padding-bottom: 5rem;
  background-color: white;
}
html body .content-wrap.question .content-header {
  margin: 5rem 0 3rem;
  background-color: white;
}
html body .content-wrap.question .content-header h2 {
  color: #e5300e;
}
html body .content-wrap.question .question-wrap .question-accordion {
  display: none;
  flex-direction: column;
  gap: 2cqw;
}
html body .content-wrap.question .question-wrap .question-item {
  padding: 2cqw 3cqw;
  background-color: #FCEDF1;
  border-radius: 2cqw;
}
html body .content-wrap.question .question-wrap .question-item > div {
  display: flex;
  align-items: flex-start;
}
html body .content-wrap.question .question-wrap .question-item > div img {
  margin-right: 2rem;
  margin-top: 5px;
}
html body .content-wrap.question .question-wrap .question-item .question {
  margin-bottom: 3rem;
}
html body .content-wrap.question .question-wrap .question-item .question p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}
html body .content-wrap.question .question-wrap .question-item .answer p {
  font-size: 1.5rem;
}
html body .content-wrap.question .question-wrap .question-item .answer p span {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}
html body .content-wrap.question .question-wrap .btn-wrap {
  margin-top: 2rem;
}
html body .content-wrap.question .question-wrap .btn-wrap a {
  color: #ffffff;
  background-color: #e5300e;
}
html body .content-wrap.question .inner {
  max-width: 1000px;
}
html body .content-wrap.target {
  padding-bottom: 5rem;
}
html body .content-wrap.target .content-header {
  margin: 5rem 0 3rem;
}
html body .content-wrap.target .content-header h2 {
  color: #e5300e;
}
html body .content-wrap.target .target-wrap {
  display: flex;
  flex-direction: column;
  gap: 2cqw;
  max-width: 100%;
}
html body .content-wrap.target .target-wrap .target-item {
  display: flex;
  align-items: center;
  padding: 1rem;
  background-color: #FCEDF1;
  border-radius: 1cqw;
}
html body .content-wrap.target .target-wrap .target-item .number {
  font-size: 1.8rem;
  margin: 0 1.2rem;
}
html body .content-wrap.target .target-wrap .target-item p {
  color: black;
  font-size: 1.8rem;
  font-weight: bold;
}
html body .content-wrap.target .target-wrap .notice {
  display: flex;
  justify-content: center;
  padding-left: 1rem;
}
html body .content-wrap.target .target-wrap .notice .notice_txt {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.6rem;
  letter-spacing: 0.1rem;
}
html body .content-wrap.target .inner {
  max-width: 1000px;
}
html body .content-wrap.flow {
  background-color: #FCEDF1;
}
html body .content-wrap.flow .content-header {
  margin: 5rem 0 3rem;
}
html body .content-wrap.flow .content-header h2 {
  color: #e5300e;
}
html body .content-wrap.flow .flow-wrap {
  display: flex;
  flex-direction: column;
}
html body .content-wrap.flow .flow-wrap .flow-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1.9rem;
  padding: 2rem 2rem;
  background-color: #ffffff;
  border-radius: 1.5cqw;
}
html body .content-wrap.flow .flow-wrap .flow-item:after {
  content: '';
  background: url(../img/step_ar.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 60px;
  height: 76px;
  z-index: 1;
}
html body .content-wrap.flow .flow-wrap .flow-item.flow-01 {
  padding: 0;
}
html body .content-wrap.flow .flow-wrap .flow-item.flow-01 a p {
  color: #e5300e;
}
html body .content-wrap.flow .flow-wrap .flow-item.flow-01 a p span {
  color: #000000;
}
html body .content-wrap.flow .flow-wrap .flow-item.flow-06:after, html body .content-wrap.flow .flow-wrap .flow-item.flow-07:after {
  display: none;
}
html body .content-wrap.flow .flow-wrap .flow-item.flow-06 {
  margin-bottom: 0;
}
html body .content-wrap.flow .flow-wrap .flow-item.flow-07 {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}
html body .content-wrap.flow .flow-wrap .flow-item.flow-07 p {
  width: 55%;
  padding-left: 5rem;
  text-align: left;
  font-size: 2rem;
  line-height: 1.7;
}
html body .content-wrap.flow .flow-wrap .flow-item.flow-07 p span {
  display: inline;
  color: #e5300e;
  font-size: 2rem;
  font-weight: bold;
}
html body .content-wrap.flow .flow-wrap .flow-item.flow-07 img {
  width: 45%;
}
html body .content-wrap.flow .flow-wrap .flow-item a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  border: 8px solid #E5300E;
  border-radius: 1.5cqw;
}
html body .content-wrap.flow .flow-wrap .flow-item .num {
  width: 82px;
  padding-right: 36px;
  border-right: 1px solid #E5300E;
}
html body .content-wrap.flow .flow-wrap .flow-item p {
  width: calc(100% - 128px);
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
html body .content-wrap.flow .flow-wrap .flow-item p span {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  font-weight: normal;
}
html body .content-wrap.flow .flow-wrap .flow-item img {
  width: 46px;
}
html body .content-wrap.briefing {
  padding-bottom: 5rem;
}
html body .content-wrap.briefing .content-header {
  margin: 5rem 0 1rem;
}
html body .content-wrap.briefing .content-header h2 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1rem;
  padding-bottom: 0.3rem;
  font-size: 1.4rem;
  font-weight: normal;
  border-bottom: 3px dotted #E5300E;
}
html body .content-wrap.briefing .briefing-wrap > p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
html body .content-wrap.briefing .briefing-wrap .briefing-item {
  border-radius: 20px;
}
html body .content-wrap.briefing .briefing-wrap .briefing-item.briefing-01 {
  margin-bottom: 3rem;
}
html body .content-wrap.briefing .briefing-wrap .briefing-item.briefing-01 .head {
  border-radius: 1cqw 1cqw 0 0;
  background-color: #E5300E;
}
html body .content-wrap.briefing .briefing-wrap .briefing-item.briefing-01 .content {
  border: 3px solid #E5300E;
}
html body .content-wrap.briefing .briefing-wrap .briefing-item.briefing-02 .head {
  cursor: pointer;
  background: #fff;
  border: 3px solid #e5300e;
}
html body .content-wrap.briefing .briefing-wrap .briefing-item.briefing-02 .head.open {
  border-bottom: none;
}
html body .content-wrap.briefing .briefing-wrap .briefing-item.briefing-02 .head p {
  color: #e5300e;
}
html body .content-wrap.briefing .briefing-wrap .briefing-item.briefing-02 .content {
  display: none;
}
html body .content-wrap.briefing .briefing-wrap .briefing-item.open .head {
  border-radius: 1cqw 1cqw 0 0;
}
html body .content-wrap.briefing .briefing-wrap .briefing-item:nth-child(n+2) {
  margin-bottom: 2rem;
}
html body .content-wrap.briefing .briefing-wrap .briefing-item .head {
  padding: 1rem;
  text-align: center;
  color: #ffffff;
  font-size: 2.3rem;
  font-weight: bold;
  background-color: #e5300e;
  border-radius: 1cqw;
}
html body .content-wrap.briefing .briefing-wrap .briefing-item .head.open {
  border-radius: 1cqw 1cqw 0 0;
}
html body .content-wrap.briefing .briefing-wrap .briefing-item .content {
  padding: 2rem 2.5rem;
  border: 3px solid #e5300e;
  border-radius: 0 0 1cqw 1cqw;
}
html body .content-wrap.briefing .briefing-wrap .briefing-item .content + .head {
  margin-top: 3rem;
}
html body .content-wrap.briefing .briefing-wrap .briefing-item .content p {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.3rem;
}
html body .content-wrap.briefing .briefing-wrap .briefing-item .content ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
html body .content-wrap.briefing .briefing-wrap .briefing-item .content ul li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  background-color: #FFEEE9;
  box-shadow: 5px 5px 0 #D2D2D2;
  border-radius: 0.5rem;
}
html body .content-wrap.briefing .briefing-wrap .briefing-item .content ul li a:after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  transform: rotate(-45deg) translateY(-50%);
}
html body .content-wrap.briefing .briefing-wrap .briefing-item .content ul li a span {
  margin-right: 1rem;
}
html body .content-wrap.briefing .briefing-wrap .briefing-item .content ul li a span.rest {
  padding: 0.1rem 0.6rem;
  background-color: #ffffff;
}
html body .content-wrap.reserve {
  padding-bottom: 5rem;
  background-color: #F096AB;
}
html body .content-wrap.reserve .content-header {
  margin: 5rem 0 1rem;
}
html body .content-wrap.reserve .content-header h2 {
  color: #FFFF00;
}
html body .content-wrap.reserve .content-header h2 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2rem;
  padding: 0 1rem 0.5rem;
  color: #FFFF00;
  font-size: 1.6rem;
  border-bottom: 3px dotted #FFFF00;
}
html body .content-wrap.reserve .reserve-wrap form .form-group {
  margin-bottom: 1rem;
}
html body .content-wrap.reserve .reserve-wrap form .form-group label {
  display: block;
  color: #ffffff;
  font-size: 1.3rem;
}
html body .content-wrap.reserve .reserve-wrap form .form-group label span {
  padding: 0 0.3rem;
  color: #ffffff;
  font-size: 1rem;
  border: 1px solid #ffffff;
  background-color: #FE5B5B;
  border-radius: 0.3rem;
  margin-left: 0.5rem;
}
html body .content-wrap.reserve .reserve-wrap form .form-group input,
html body .content-wrap.reserve .reserve-wrap form .form-group select,
html body .content-wrap.reserve .reserve-wrap form .form-group textarea {
  width: 100%;
  padding: 1rem;
  border-radius: 0.3rem;
}
html body .content-wrap.reserve .reserve-wrap form .form-group input:focus,
html body .content-wrap.reserve .reserve-wrap form .form-group select:focus,
html body .content-wrap.reserve .reserve-wrap form .form-group textarea:focus {
  border: 0;
  outline: 0;
}
html body .content-wrap.reserve .reserve-wrap form .form-group select {
  max-width: 200px;
}
html body .content-wrap.reserve .reserve-wrap form .form-group textarea {
  height: 185px;
}
html body .content-wrap.reserve .reserve-wrap form .form-group .schedule-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
html body .content-wrap.reserve .reserve-wrap form .form-group .schedule-list .schedule-item {
  width: calc((100% - 1rem) / 2);
}
html body .content-wrap.reserve .reserve-wrap form .form-group .schedule-list .schedule-item input {
  display: none;
}
html body .content-wrap.reserve .reserve-wrap form .form-group .schedule-list .schedule-item input:checked + .card {
  outline: 5px solid #E5300E;
  background: #fff;
}
html body .content-wrap.reserve .reserve-wrap form .form-group .schedule-list .schedule-item input:checked + .card .dot {
  background: #ff5a2f;
}
html body .content-wrap.reserve .reserve-wrap form .form-group .schedule-list .schedule-item .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.2rem 0 0.5rem;
  min-height: 70px;
}
html body .content-wrap.reserve .reserve-wrap form .form-group .schedule-list .schedule-item .card span:not(.dot) {
  color: #000000;
  background-color: transparent;
}
html body .content-wrap.reserve .reserve-wrap form .form-group .schedule-list .schedule-item .card > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 20px);
}
html body .content-wrap.reserve .reserve-wrap form .form-group .schedule-list .schedule-item .card > div span {
  padding: 0;
  line-height: 1.4;
}
html body .content-wrap.reserve .reserve-wrap form .form-group .schedule-list .schedule-item .card > div .date {
  font-size: 1.3rem;
  font-weight: bold;
}
html body .content-wrap.reserve .reserve-wrap form .form-group .schedule-list .schedule-item .card > div .time {
  font-size: 1.1rem;
}
html body .content-wrap.reserve .reserve-wrap form .form-group .schedule-list .schedule-item .card > div .break {
  display: block;
  width: 100%;
}
html body .content-wrap.reserve .reserve-wrap form .form-group .schedule-list .schedule-item .card > div .status {
  padding: 0.1cqw 0.5cqw;
  font-size: 0.7rem;
  border: 1px solid #000000;
  border-radius: 0;
}
html body .content-wrap.reserve .reserve-wrap form .form-group .schedule-list .schedule-item .card > div .place {
  font-size: 0.6rem;
}
html body .content-wrap.reserve .reserve-wrap form .form-group .schedule-list .schedule-item .card .individual {
  padding: 0;
  font-size: 1.5rem;
  font-weight: bold;
}
html body .content-wrap.reserve .reserve-wrap form .form-group .schedule-list .schedule-item .card .notification {
  padding: 0;
  font-size: 0.9rem;
}
html body .content-wrap.reserve .reserve-wrap form .form-group .schedule-list .schedule-item .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #A7A7A7;
}
html body .content-wrap.reserve .reserve-wrap form .form-group .schedule-list .schedule-item.is-selected .card {
  outline: 5px solid #ff5a2f;
  background: #fff;
}
html body .content-wrap.reserve .reserve-wrap form .form-group .schedule-list .schedule-item.is-selected .card .dot {
  background: #ff5a2f;
}
html body .content-wrap.reserve .reserve-wrap form .form-group > .notification {
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem auto;
  padding: 0.5rem 3rem;
  color: #ffffff;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 1rem;
}
html body .content-wrap.reserve .reserve-wrap form .form-group .privacy {
  color: #ffffff;
}
html body .content-wrap.reserve .reserve-wrap form .form-group .privacy a {
  display: inline;
  color: #FFD500;
  text-decoration: underline;
}
html body .content-wrap.reserve .reserve-wrap form .btn-wrap {
  margin: 3rem auto;
  text-align: center;
}
html body .content-wrap.reserve .reserve-wrap form .btn-wrap input {
  width: 100%;
  max-width: 542px;
  background-color: #FFDD00;
  border-radius: 999px;
  padding: 1.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}
html body .content-wrap.reserve .reserve-wrap form .note ul li {
  margin-bottom: 1.5rem;
  color: #ffffff;
}
html body .content-wrap.access .content-header {
  margin: 5rem 0 3rem;
}
html body .content-wrap.access .content-header h2 {
  color: #e5300e;
}
html body .content-wrap.access .inner {
  max-width: 1280px;
}
html body .content-wrap.access .inner .access-wrap .access-item h3 {
  margin-bottom: 0.5rem;
  padding-bottom: 0.8rem;
  color: #e5300e;
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: 2px solid #e5300e;
}
html body .content-wrap.access .inner .access-wrap .access-item h3 span {
  font-size: 0.9rem;
  padding: 0 0.4rem;
  border-radius: 0.3rem;
  border: 1px solid;
}
html body .content-wrap.access .inner .access-wrap .access-item h3 span:nth-child(1) {
  margin-left: 220px;
  margin-right: 0.5rem;
}
html body .content-wrap.access .inner .access-wrap .access-item > p {
  color: #e5300e;
  line-height: 1.4;
  font-size: 1.2rem;
  font-weight: bold;
}
html body .content-wrap.access .inner .access-wrap .access-item .access {
  display: flex;
  align-items: flex-start;
  margin-top: 1.5rem;
}
html body .content-wrap.access .inner .access-wrap .access-item .access iframe {
  width: 50%;
  height: 350px;
}
html body .content-wrap.access .inner .access-wrap .access-item .access > div {
  width: 50%;
  padding: 0 0 0 2rem;
}
html body .content-wrap.access .inner .access-wrap .access-item .access > div p {
  font-size: 1.2rem;
}
html body .content-wrap.access .inner .access-wrap .access-item.access-01 {
  margin-bottom: 5rem;
}
html body .content-wrap.contact {
  margin: 8rem 0 5rem;
}
html body .content-wrap.contact .contact-wrap p {
  color: #e5300e;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}
html body .content-wrap.single {
  padding: 5rem 0;
}
html body .content-wrap.single .title-wrap {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
}
html body .content-wrap.single .title-wrap h2 {
  font-size: 1.3rem;
  font-weight: bold;
}
html body .content-wrap.single .btn-wrap {
  margin-top: 3rem;
}
html body .content-wrap.single .btn-wrap a {
  color: #fff;
  font-size: 1.3rem;
  background-color: #36A462;
}
html body .content-wrap .btn-wrap a {
  display: block;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #E7E7E7;
  border-radius: 999px;
}
html body .cta {
  position: fixed;
  bottom: -120px;
  left: 0;
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  transition: bottom 0.4s ease;
  z-index: 999;
}
html body .cta a {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
html body .cta a img {
  width: 100%;
}
html body .cta.is-show {
  bottom: 0;
}
html body.job-try > header .inner {
  padding: 1rem 0;
  align-items: center;
}
html body.job-try > header .inner .logo {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
html body.job-try > header .inner .logo img {
  width: 173px;
}
html body.job-try .content-wrap .content-header {
  margin: 1rem 0 2.5rem;
  font-size: 2rem;
}
html body.job-try .content-wrap.news .content-header {
  margin: 4rem 0 2rem;
}
html body.job-try .content-wrap.news .content-header h2 img {
  max-width: 200px;
}
html body.job-try .content-wrap.worries {
  margin-top: 2rem;
  background-color: #55AC7B;
}
html body.job-try .content-wrap.worries .content-header {
  margin: 2rem auto 0;
  padding: 1.5rem 30px 3rem;
  max-width: 980px;
  background-color: #55AC7B;
}
html body.job-try .content-wrap.worries .content-header:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -41px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 34px solid transparent;
  border-left: 34px solid transparent;
  border-top: 41px solid #54ac7b;
  border-bottom: 0;
}
html body.job-try .content-wrap.worries .content-header h2 {
  color: #ffffff;
}
html body.job-try .content-wrap.worries .section-inner-wrap {
  padding-top: 5rem;
  background-color: #E3F6EC;
}
html body.job-try .content-wrap.worries .section-inner-wrap .inner img {
  position: relative;
  z-index: 1;
}
html body.job-try .content-wrap.worries::after {
  background-color: #55AC7B;
}
html body.job-try .content-wrap.point {
  background-color: #55AC7B;
}
html body.job-try .content-wrap.point .content-header h2 span {
  font-size: 2.8rem;
}
html body.job-try .content-wrap.point .inner {
  max-width: 990px;
}
html body.job-try .content-wrap.point .point-wrap .point-item {
  padding: 1.5rem;
}
html body.job-try .content-wrap.point .point-wrap .point-item > div:nth-child(1) {
  flex-direction: column;
}
html body.job-try .content-wrap.point .point-wrap .point-item > div:nth-child(1) p {
  text-align: center;
  font-size: 1.5rem;
  color: #008D44;
}
html body.job-try .content-wrap.point .point-wrap .point-item > div:nth-child(1) p span {
  font-size: 2rem;
}
html body.job-try .content-wrap.point .point-wrap .point-item > div:nth-child(1) p span.middle {
  font-size: 1.8rem;
}
html body.job-try .content-wrap.point .point-wrap .point-item > div:nth-child(1) p span.large {
  font-size: 2.2rem;
}
html body.job-try .content-wrap.point .point-wrap .point-item > div:nth-child(1) p span.x-large {
  font-size: 3rem;
}
html body.job-try .content-wrap.point .point-wrap .point-item.point-01 .illust {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
html body.job-try .content-wrap.point .point-wrap .point-item.point-01 .illust > div p {
  font-size: 0.9rem;
  font-weight: bold;
}
html body.job-try .content-wrap.point .point-wrap .point-item.point-01 > div:nth-child(3) {
  width: 65%;
  margin: 1.5rem auto 0 auto;
}
html body.job-try .content-wrap.point .point-wrap .point-item.point-02 > div:nth-child(1) {
  margin-bottom: 0;
}
html body.job-try .content-wrap.point .point-wrap .point-item.point-02 > div:nth-child(2) {
  max-width: 600px;
  margin: 0 auto;
  text-align: right;
}
html body.job-try .content-wrap.point .point-wrap .point-item.point-02 > div:nth-child(2) ul {
  list-style: none;
  padding-left: 2rem;
}
html body.job-try .content-wrap.point .point-wrap .point-item.point-02 > div:nth-child(2) ul li {
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
  text-align: left;
}
html body.job-try .content-wrap.point .point-wrap .point-item.point-02 > div:nth-child(2) img {
  width: 70%;
}
html body.job-try .content-wrap.point .point-wrap .point-item.point-03 > div:nth-child(2) {
  text-align: center;
}
html body.job-try .content-wrap.point .point-wrap .point-item.point-03 > div:nth-child(2) img {
  width: 60%;
  margin-bottom: 2rem;
}
html body.job-try .content-wrap.point .point-wrap .point-item.point-03 > div:nth-child(3) p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
html body.job-try .content-wrap.point .point-wrap .point-item.point-03 > div:nth-child(3) p span {
  display: block;
  margin-top: 1rem;
  text-align: center;
  font-size: 1rem;
}
html body.job-try .content-wrap.works .content-header {
  margin: 3.5rem 0 2rem;
}
html body.job-try .content-wrap.works .works-wrap .works-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem 1rem 1.4rem 1.5rem;
  background-color: #1C8E4B;
  border-radius: 0.5rem;
}
html body.job-try .content-wrap.works .works-wrap .works-list li img {
  width: 5.5%;
}
html body.job-try .content-wrap.works .works-wrap .works-list li p {
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
}
html body.job-try .content-wrap.works .works-wrap .works-list li p span {
  display: block;
  margin-top: 1rem;
  font-size: 1rem;
}
html body.job-try .content-wrap.works .works-wrap .works-slide {
  padding-top: 1.5rem;
}
html body.job-try .content-wrap.works .works-wrap .works-slide .slick-arrow {
  width: 50px;
  height: 50px;
  z-index: 1;
}
html body.job-try .content-wrap.works .works-wrap .works-slide .slick-dots li {
  margin: 0;
}
html body.job-try .content-wrap.works .works-wrap .works-slide .slick-dots li button:before {
  color: #289948;
  font-size: 11px;
}
html body.job-try .content-wrap.voice .content-header {
  margin: 3rem 0 2.5rem;
}
html body.job-try .content-wrap.voice .content-header h2 {
  color: #000000;
}
html body.job-try .content-wrap.voice .voice-wrap .voice-item {
  padding: 2rem;
  background-color: #E3F6EC;
}
html body.job-try .content-wrap.voice .voice-wrap .voice-item > div {
  align-items: flex-start;
  gap: 1rem;
  justify-content: unset;
}
html body.job-try .content-wrap.voice .voice-wrap .voice-item > div:nth-child(1) > div {
  flex: none;
}
html body.job-try .content-wrap.voice .voice-wrap .voice-item > div:nth-child(1) > div:first-child {
  margin-right: 1.5rem;
}
html body.job-try .content-wrap.voice .voice-wrap .voice-item > div:nth-child(1) > div:first-child:before {
  display: none;
}
html body.job-try .content-wrap.voice .voice-wrap .voice-item > div:nth-child(1) > div:first-child p {
  text-align: center;
}
html body.job-try .content-wrap.voice .voice-wrap .voice-item > div:nth-child(1) > div:last-child {
  width: 73%;
}
html body.job-try .content-wrap.voice .voice-wrap .voice-item > div:nth-child(1) > div .bubble {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #008D44;
  padding: 1.5rem 1.6rem;
}
html body.job-try .content-wrap.voice .voice-wrap .voice-item > div:nth-child(2) p {
  font-size: 1rem;
  line-height: 2;
}
html body.job-try .content-wrap.question {
  padding-bottom: 3rem;
}
html body.job-try .content-wrap.question .content-header {
  margin: 3.5rem 0 2.5rem;
}
html body.job-try .content-wrap.question .inner {
  max-width: 990px;
}
html body.job-try .content-wrap.question .question-wrap .question-item {
  padding: 2rem 1.8rem;
  background-color: #E3F6EC;
}
html body.job-try .content-wrap.question .question-wrap .question-item > div p {
  font-size: 1.2rem;
}
html body.job-try .content-wrap.question .question-wrap .question-item > div p.icon {
  color: #008D44;
  font-size: 1.8rem;
  line-height: 1;
  width: 2%;
  margin-right: 1.8rem;
}
html body.job-try .content-wrap.question .question-wrap .question-item .question {
  margin-bottom: 1.5rem;
}
html body.job-try .content-wrap.question .question-wrap .question-item .answer p {
  font-size: 1rem;
}
html body.job-try .content-wrap.question .question-wrap .question-item .answer p.icon {
  color: #FFA200;
  font-weight: bold;
  margin-top: 0.5rem;
}
html body.job-try .content-wrap.question .question-wrap .btn-wrap {
  width: 30%;
  margin: 2rem auto 0;
}
html body.job-try .content-wrap.question .question-wrap .btn-wrap a {
  font-size: 1.3rem;
  background-color: #36A462;
}
html body.job-try .content-wrap.target .content-header {
  margin: 5rem 0 3rem;
}
html body.job-try .content-wrap.target .content-header h2 {
  color: #1D8E4B;
}
html body.job-try .content-wrap.target .target-wrap {
  max-width: 100%;
}
html body.job-try .content-wrap.target .target-wrap .target-item {
  padding: 1rem 2rem;
  background-color: #E3F6EC;
}
html body.job-try .content-wrap.target .target-wrap .target-item > img {
  width: 40px;
}
html body.job-try .content-wrap.target .target-wrap .target-item > p {
  color: #1D8E4B;
}
html body.job-try .content-wrap.target .target-wrap > p {
  color: #1D8E4B;
}
html body.job-try .content-wrap.flow {
  background-color: #E3F6EC;
}
html body.job-try .content-wrap.flow .content-header {
  margin: 5rem 0 3rem;
}
html body.job-try .content-wrap.flow .content-header h2 {
  color: #54ac7b;
}
html body.job-try .content-wrap.flow .flow-wrap .flow-item {
  margin-bottom: 1.4rem;
}
html body.job-try .content-wrap.flow .flow-wrap .flow-item:after {
  content: "";
  bottom: -38px;
  width: 40px;
  height: 36px;
  background-image: url("../img/job-try/step_ar.png");
  background-position: center;
  background-size: cover;
}
html body.job-try .content-wrap.flow .flow-wrap .flow-item.flow-01 {
  padding: 0;
}
html body.job-try .content-wrap.flow .flow-wrap .flow-item.flow-05::after {
  display: none;
}
html body.job-try .content-wrap.flow .flow-wrap .flow-item.flow-06, html body.job-try .content-wrap.flow .flow-wrap .flow-item.flow-07 {
  margin-bottom: 0;
}
html body.job-try .content-wrap.flow .flow-wrap .flow-item.flow-06:after, html body.job-try .content-wrap.flow .flow-wrap .flow-item.flow-07:after {
  display: none;
}
html body.job-try .content-wrap.flow .flow-wrap .flow-item.flow-07 {
  margin-top: -13rem;
}
html body.job-try .content-wrap.flow .flow-wrap .flow-item.flow-07 p {
  margin-top: 9rem;
  padding-left: 0;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
}
html body.job-try .content-wrap.flow .flow-wrap .flow-item.flow-07 p span {
  font-size: 1.5rem;
  color: #1D8E4B;
}
html body.job-try .content-wrap.flow .flow-wrap .flow-item.flow-07 img {
  width: 32%;
}
html body.job-try .content-wrap.flow .flow-wrap .flow-item a {
  border: 5px solid #F07000;
}
html body.job-try .content-wrap.flow .flow-wrap .flow-item .num {
  width: 60px;
  padding-right: 20px;
  border-right: none;
}
html body.job-try .content-wrap.flow .flow-wrap .flow-item p {
  width: calc(100% - 100px);
  font-size: 1.7rem;
}
html body.job-try .content-wrap.flow .flow-wrap .flow-item p span {
  font-size: 1.1rem;
}
html body.job-try .content-wrap.flow .flow-wrap .flow-item img {
  width: 40px;
}
html body.job-try .content-wrap.briefing {
  padding-bottom: 0;
  position: relative;
  margin-top: 3rem;
  background-color: #E3F6EC;
}
html body.job-try .content-wrap.briefing + .briefing {
  margin-top: 0;
  padding: 13rem 0 5rem;
  background-color: transparent;
}
html body.job-try .content-wrap.briefing + .briefing:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 30vw;
  top: -330px;
  left: 0;
  z-index: -1;
  background: url("../img/job-try/merit-bg.png") center center/cover no-repeat;
}
html body.job-try .content-wrap.briefing + .briefing .briefing-wrap .briefing-02 .content {
  background: none;
  border-radius: 0;
}
html body.job-try .content-wrap.briefing .content-header {
  margin: 5rem 0 1rem;
}
html body.job-try .content-wrap.briefing .content-header h2 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1rem;
  padding-bottom: 0.3rem;
  font-size: 1.4rem;
  font-weight: normal;
  border-bottom: 3px dotted #E5300E;
}
html body.job-try .content-wrap.briefing .briefing-wrap > p {
  color: #54ac7b;
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
html body.job-try .content-wrap.briefing .briefing-wrap .briefing-item {
  border-radius: 1cqw;
}
html body.job-try .content-wrap.briefing .briefing-wrap .briefing-item.briefing-01 {
  margin-bottom: 3rem;
}
html body.job-try .content-wrap.briefing .briefing-wrap .briefing-item.briefing-01 .head {
  padding: 0;
  background-color: transparent;
}
html body.job-try .content-wrap.briefing .briefing-wrap .briefing-item.briefing-01 .content {
  background: url("../img/job-try/briefing_item_mid01.png");
  background-size: calc(100% - 1px);
  background-repeat: repeat-y;
  padding: 0 6rem;
  border: 0;
}
html body.job-try .content-wrap.briefing .briefing-wrap .briefing-item.briefing-01:nth-child(2) .content {
  background: url("../img/job-try/briefing_item_mid02.png");
  background-size: calc(100% - 1px);
  background-repeat: repeat-y;
  padding: 3rem 4rem;
  border-radius: 0;
}
html body.job-try .content-wrap.briefing .briefing-wrap .briefing-item.briefing-01:nth-child(2) .content p {
  margin-bottom: 0;
}
html body.job-try .content-wrap.briefing .briefing-wrap .briefing-item.briefing-02 .head {
  border-radius: 0;
  font-size: 1.8rem;
}
html body.job-try .content-wrap.briefing .briefing-wrap .briefing-item.briefing-02 .content {
  display: none;
  background: none;
}
html body.job-try .content-wrap.briefing .briefing-wrap .briefing-item.open .head {
  border-radius: 0;
}
html body.job-try .content-wrap.briefing .briefing-wrap .briefing-item:nth-child(n+2) {
  margin-bottom: 2rem;
}
html body.job-try .content-wrap.briefing .briefing-wrap .briefing-item .head {
  padding: 1rem;
  text-align: center;
  color: #ffffff;
  font-size: 2.3rem;
  font-weight: bold;
  background-color: #54ac7b;
  border-radius: 1cqw;
}
html body.job-try .content-wrap.briefing .briefing-wrap .briefing-item .content p {
  font-size: 1.8rem;
}
html body.job-try .content-wrap.briefing .briefing-wrap .briefing-item .content ul li a {
  padding: 0.8rem 2rem;
  border-radius: 999px;
  background-color: #E3F6EC;
}
html body.job-try .content-wrap.briefing .briefing-wrap .briefing-item .content ul li a:after {
  width: 9px;
  height: 15px;
  border: none;
  background-image: url("../img/job-try/right_arrow-blue.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(0) translateY(-50%);
}
html body.job-try .content-wrap.briefing .briefing-wrap .briefing-item .content ul li a span {
  color: #54ac7b;
}
html body.job-try .content-wrap.briefing .briefing-wrap .briefing-item .content ul li a span.date {
  width: 8rem;
  font-size: 1.6rem;
  font-weight: bold;
}
html body.job-try .content-wrap.briefing .briefing-wrap .briefing-item .content ul li a span.time {
  font-size: 1.2rem;
}
html body.job-try .content-wrap.briefing .briefing-wrap .briefing-item .content ul li a span.rest {
  font-weight: bold;
  border-radius: 999px;
}
html body.job-try .content-wrap.briefing .briefing-wrap .briefing-item .content ul li a span.text {
  margin-left: auto;
  font-weight: bold;
}
html body.job-try .content-wrap.reserve {
  background-color: #54AC7B;
}
html body.job-try .content-wrap.reserve .content-header {
  max-width: 21.5rem;
  margin: 3.5rem auto 1rem;
}
html body.job-try .content-wrap.access .content-header h2 {
  color: #008D44;
}
html body.job-try .content-wrap.access .inner .access-wrap .access-item > h3 {
  color: #008D44;
  border-bottom: 2px solid #008D44;
}
html body.job-try .content-wrap.access .inner .access-wrap .access-item > p {
  color: #008D44;
}
html body.job-try .content-wrap.contact .inner .contact-wrap p {
  color: #008D44;
}
html body > footer {
  padding: 5rem 0 8rem;
  background-color: #E7E7E7;
}
html body > footer .content-wrap .inner {
  text-align: center;
}
html body > footer .content-wrap .inner p {
  margin-top: 2rem;
}
html body > footer .content-wrap .inner .nav {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
html body > footer .content-wrap .inner .nav li a {
  display: block;
  color: #2C3B7E;
  padding: 0 0.5rem;
  line-height: 1.1;
  font-weight: bold;
}
html body > footer .content-wrap .inner .nav li:nth-child(n+2) {
  border-left: 1px solid #2C3B7E;
}
html body > footer .footer-navi {
  padding: 7cqw 0;
}
html body > footer .footer-navi .footer-navi-wrap {
  display: flex;
  justify-content: space-between;
}
html body > footer .footer-navi .footer-navi-wrap .about .logo {
  display: block;
}
html body > footer .footer-navi .footer-navi-wrap .about .logo img {
  display: block;
}
html body > footer .footer-navi .footer-navi-wrap .about .address {
  font-size: 0.9rem;
  line-height: 1.5;
  padding: 1cqw 0;
}
html body > footer .footer-navi .footer-navi-wrap .about .map-link {
  font-size: 0.9rem;
  text-decoration: underline;
  color: red;
}
html body > footer .footer-navi .footer-navi-wrap .about .map-link:hover {
  text-decoration: none;
}
html body > footer .footer-navi .footer-navi-wrap nav {
  display: flex;
  max-width: 50%;
  width: 100%;
}
html body > footer .footer-navi .footer-navi-wrap nav ul {
  width: 33.33333%;
  margin-left: 1.5cqw;
}
html body > footer .footer-navi .footer-navi-wrap nav ul li {
  line-height: 1.2;
  padding: 0.8em 0;
  font-size: 0.9rem;
}
html body > footer .footer-navi .footer-navi-wrap nav ul li.parent {
  font-weight: bold;
  border-top: 1px solid #C6C4C4;
}
html body > footer .footer-navi .footer-navi-wrap nav ul li a {
  display: block;
}
html body > footer .copyright {
  background-color: #002E14;
  color: white;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  font-size: 0.7rem;
  text-align: center;
}/*# sourceMappingURL=pc.css.map */
