@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&display=swap");
html {
  /*remで指定しない時は切ること*/
  font-size: 62.5%;
}

body {
  position: relative;
  color: #212121;
  font-size: 1.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.7;
  width: 100%;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*アンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 920px) {
  body {
    font-size: 1.5rem;
  }
}

#wrap {
  overflow: hidden;
}

/*breakpoint display*/
.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

@media print, screen and (min-width: 321px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}
@media print, screen and (min-width: 920px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline !important;
  }
}
/*box-sizing default*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
*:before,
* :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*スマホ時のfocusの青枠削除*/
a,
a:focus,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*a アニメーション*/
a {
  transition: all 0.3s ease;
}

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

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
button,
label,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 1.6rem;
}
input:hover, input:focus, input:active,
button:hover,
button:focus,
button:active,
label:hover,
label:focus,
label:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
}

select::-ms-expand {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?20tdwb");
  src: url("../fonts/icomoon.eot?20tdwb#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?20tdwb") format("truetype"), url("../fonts/icomoon.woff?20tdwb") format("woff"), url("../fonts/icomoon.svg?20tdwb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pinch:before {
  content: "\e903";
}

.icon-circle:before {
  content: "\e901";
  color: #fff;
}

.icon-triangle:before {
  content: "\e902";
  color: #fff;
}

.icon-icon_check:before {
  content: "\e900";
}

.page_inner_l {
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_l {
    width: calc(100% - 80px);
  }
}

.page_inner_m {
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_m {
    width: calc(100% - 80px);
  }
}

.page_inner_s {
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_s {
    width: calc(100% - 80px);
  }
}

.page_inner {
  max-width: 420px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner {
    width: calc(100% - 80px);
  }
}

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

iframe {
  vertical-align: bottom;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.txt_16 {
  color: #fff;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .txt_16 {
    font-size: 1.6rem;
  }
}

.txt_20 {
  color: #fff;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .txt_20 {
    font-size: 2rem;
  }
}

.txt_30 {
  color: #fff;
  font-size: 2.3rem;
}
@media print, screen and (min-width: 768px) {
  .txt_30 {
    font-size: 3rem;
  }
}

.txt_26 {
  color: #fff;
  font-size: 1.9rem;
}
@media print, screen and (min-width: 768px) {
  .txt_26 {
    font-size: 2.6rem;
  }
}

.color_yellow {
  color: #fdd602;
}

.txt_indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
.txt_indent span {
  display: block;
}

.sec_ttl {
  color: #fff;
  font-size: clamp(2.5rem, 7.81vw, 3rem);
  font-weight: 800;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 82px;
}
@media print, screen and (min-width: 768px) {
  .sec_ttl {
    font-size: 3.7rem;
  }
}
.sec_ttl.archive_ttl {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .sec_ttl.archive_ttl {
    margin-bottom: 50px;
  }
}
.sec_ttl + .content_ttl {
  margin-top: -50px;
}

.sec_ttl_small {
  display: block;
  font-size: 2rem;
}

.content_ttl {
  color: #000;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 9999px;
  padding: 6px 0;
  margin: 50px 0 20px;
}
@media print, screen and (min-width: 768px) {
  .content_ttl {
    font-size: 2.1rem;
    margin: 67px 0 26px;
    padding: 9px 0;
  }
}

.caution {
  background-color: #fff;
  padding: 10px 20px;
}

.caution_title {
  color: #b70015;
  text-decoration: underline;
}
.caution_title:hover {
  text-decoration: none;
}

.site_wrap {
  position: relative;
}

.mv_bg {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .mv_bg {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

.mv_bg_movie {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.autoplay_slider {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .autoplay_slider {
    display: flex;
    column-gap: 44px;
    min-width: 100%;
    width: min-content;
    animation: 80s linear infinite sliderAnimation;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.autoplay_slider .img {
  width: 2614px;
  display: flex;
  align-items: center;
}
.autoplay_slider .img img {
  width: 100%;
}
.autoplay_slider.reverse {
  animation-direction: reverse;
  top: auto;
  bottom: 0;
}

@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}
@media print, screen and (min-width: 768px) {
  .site_container {
    position: relative;
    margin: 0 auto;
    z-index: 10;
    right: 0;
    top: 0;
    max-width: 470px;
  }
}
@media print, screen and (min-width: 768px) {
  .site_container {
    max-width: 500px;
  }
}

.top_section {
  background-image: url(../img/top/header_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0 50px;
}
@media print, screen and (min-width: 768px) {
  .top_section {
    padding: 140px 0 70px;
  }
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.site_ttl {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .site_ttl {
    margin-bottom: 85px;
  }
}
.site_ttl .ttl {
  display: block;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.site_ttl .logo {
  display: block;
  width: 150px;
  margin: 0 auto 6px;
}
@media print, screen and (min-width: 768px) {
  .site_ttl .logo {
    width: 218px;
  }
}
.site_ttl .name {
  display: block;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.5;
}

.hum_btn {
  display: block;
  width: 40px;
  height: 25px;
  position: absolute;
  top: 32px;
  right: 20px;
  z-index: 12;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .hum_btn {
    display: none;
  }
}
.hum_btn span {
  height: 3px;
  width: 100%;
  background-color: #fff;
  transition: 0.2s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.hum_btn span:nth-child(1) {
  top: 0;
}
.hum_btn span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.hum_btn span:nth-child(3) {
  bottom: 0;
}
.hum_btn.open {
  position: fixed;
}
.hum_btn.open span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.hum_btn.open span:nth-child(2) {
  opacity: 0;
}
.hum_btn.open span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hum_menu {
  display: none;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(183, 0, 21) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 11;
  padding: 0 0 60px;
  overflow: auto;
}
.hum_menu.open {
  position: fixed;
}

.menu_logo {
  display: block;
  width: 200px;
  margin-left: 10px;
  padding-top: 10px;
}
.menu_logo img {
  width: 100%;
}

.global_nav {
  padding: 50px 0 30px;
}
.global_nav a:hover {
  text-decoration: underline;
}
.global_nav .parent_ul > li {
  margin-bottom: 18px;
}
.global_nav .parent_ul > li a {
  color: #fff;
  font-size: 2rem;
}
.global_nav .child_ul {
  margin-top: 10px;
}
.global_nav .child_ul > li {
  margin-bottom: 12px;
  padding-left: 1.5em;
}
.global_nav .child_ul > li a {
  color: #fff;
  font-size: 1.6rem;
}

.hum_address .txt_s {
  display: block;
  color: #fff;
  font-size: clamp(1.4rem, 4.37vw, 1.8rem);
  margin-bottom: 20px;
}
.hum_address .txt_l {
  display: block;
  color: #fff;
  font-size: clamp(2.4rem, 7.5vw, 2.6rem);
}
.hum_address .txt_l .tel_link a {
  color: #fff;
  text-decoration: underline;
}
.hum_address .txt_l .tel_link a:hover {
  text-decoration: none;
}

.header_txt {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.1923076923;
  margin-bottom: 90px;
}
@media print, screen and (min-width: 768px) {
  .header_txt {
    font-size: 2.2rem;
    margin-bottom: 130px;
  }
}

.header_movie_area {
  position: relative;
}
.header_movie_area .ttl {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  background-color: #b70015;
  display: inline-block;
  padding: 4px 8px;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 1;
  transform: rotate(10deg);
}
@media print, screen and (min-width: 768px) {
  .header_movie_area .ttl {
    font-size: 1.8rem;
  }
}
.header_movie_area .txt {
  color: #fff;
  font-size: clamp(1.3rem, 4.06vw, 1.7rem);
  text-align: center;
  line-height: 1.5;
}

.header_movie {
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #000;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .header_movie {
    border-radius: 30px;
  }
}
.header_movie video {
  width: 100%;
  vertical-align: bottom;
}
.header_movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.bnr_0503plan {
  display: block;
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .bnr_0503plan {
    margin-top: 40px;
  }
}
.bnr_0503plan:hover {
  opacity: 0.7;
}
.bnr_0503plan.hide {
  display: none;
}
.bnr_0503plan img {
  width: 100%;
}

.landscape {
  display: block;
  margin-top: 30px;
  border-radius: 20px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .landscape {
    border-radius: 30px;
    margin-top: 40px;
  }
}
.landscape:hover {
  opacity: 0.7;
}
.landscape img {
  width: 100%;
}

.noria_add_banner {
  display: block;
  margin-top: 40px;
  background-color: #fff;
}
.noria_add_banner:hover {
  filter: brightness(1.2);
}

.project {
  background: rgb(183, 0, 21);
  background: linear-gradient(180deg, rgb(183, 0, 21) 0%, rgb(98, 32, 128) 100%);
  padding: 50px 0;
}
@media print, screen and (min-width: 768px) {
  .project {
    padding: 80px 0;
  }
}

.project_item {
  display: block;
  position: relative;
}
.project_item:not(:last-child) {
  margin-bottom: 90px;
}
@media print, screen and (min-width: 768px) {
  .project_item:not(:last-child) {
    margin-bottom: 100px;
  }
}
.project_item:hover .project_number {
  filter: brightness(1.3);
}
.project_item:hover .project_img img {
  transform: scale(1.05);
  filter: brightness(1.1);
}
.project_item:hover .project_price {
  background-color: #fff;
}
.project_item:hover .project_price span {
  color: #212121;
}
.project_item:hover .project_price::after {
  border-color: #212121;
}

.project_catch {
  position: absolute;
  width: 100%;
  top: -40px;
  right: 0;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .project_catch {
    top: -52px;
  }
}
.project_catch img {
  width: 100%;
}

.project_img {
  margin-bottom: 12px;
  border: 2px solid #000;
  border-radius: 20px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .project_img {
    border-radius: 30px;
  }
}
.project_img img {
  width: 100%;
  transition: 0.2s;
  background-color: #fff;
}

.project_txt {
  line-height: 1.5;
  margin-bottom: 12px;
  text-align: center;
}

.project_number {
  position: absolute;
  top: -25px;
  left: -16px;
  z-index: 1;
  display: block;
  width: 60px;
  height: 60px;
  transition: 0.2s;
}
@media print, screen and (min-width: 768px) {
  .project_number {
    top: -38px;
    left: -32px;
    display: block;
    width: 93px;
    height: 93px;
  }
}
.project_number img {
  width: 100%;
}

.project_price {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
  border: 2px solid #fff;
  border-radius: 20px;
  line-height: 1.5;
  padding: 7px 23px 6px;
  transition: 0.2s;
  position: relative;
}
@media print, screen and (min-width: 360px) {
  .project_price {
    column-gap: 10px;
    padding: 7px 25px 6px;
  }
}
@media print, screen and (min-width: 768px) {
  .project_price {
    border-radius: 30px;
    padding: 11px 32px 10px;
    column-gap: 20px;
  }
}
.project_price .txt_20 {
  padding-top: 1px;
}
.project_price span {
  transition: 0.2s;
}
.project_price::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media print, screen and (min-width: 768px) {
  .project_price::after {
    width: 12px;
    height: 12px;
    border-width: 3px;
    right: 6%;
  }
}

.project_note {
  text-align: center;
  margin-top: 10px;
}

.how_to {
  background: rgb(98, 32, 128);
  background: linear-gradient(180deg, rgb(98, 32, 128) 0%, rgb(49, 16, 64) 100%);
  padding: 0 0 50px;
}
@media print, screen and (min-width: 768px) {
  .how_to {
    padding: 0 0 80px;
  }
}

.definition_list + p {
  margin-top: 18px;
}
@media print, screen and (min-width: 768px) {
  .definition_list + p {
    margin-top: 27px;
  }
}

.definition_item {
  display: flex;
  justify-content: space-between;
  column-gap: 12px;
  padding: 15px 0;
  border-bottom: 1px dashed #fff;
}
@media print, screen and (min-width: 768px) {
  .definition_item {
    padding: 20px 0;
  }
}
.definition_item:last-child {
  border-bottom: 1px solid #fff;
}
.definition_item:first-child {
  padding-top: 0;
}
.definition_item.time {
  flex-wrap: wrap;
}
.definition_item.time .left {
  padding-top: 4px;
}
@media print, screen and (min-width: 768px) {
  .definition_item.time .left {
    padding-top: 8px;
  }
}
.definition_item span {
  display: block;
  line-height: 1.5;
}
.definition_item .left {
  padding-top: 6px;
}
@media print, screen and (min-width: 768px) {
  .definition_item .left {
    padding-top: 8px;
  }
}
.definition_item .right {
  flex-shrink: 0;
  text-align: right;
}

.top_img {
  margin-top: 20px;
}

.txt_center {
  text-align: center;
}

.access_link {
  text-align: center;
  margin-bottom: 12px;
}
.access_link a {
  color: #fff;
  text-decoration: underline;
  font-size: clamp(1.3rem, 4.06vw, 1.7rem);
}
.access_link a:hover {
  text-decoration: none;
}

.no_column {
  width: 100%;
}

p + .no_column {
  margin-top: 10px;
}

.map_img {
  margin-bottom: 12px;
  border: 2px solid #000;
  border-radius: 20px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .map_img {
    border-radius: 30px;
  }
}
.map_img img {
  width: 100%;
}

.footer {
  background-color: #311040;
  padding: 20px 0 30px;
}
@media print, screen and (min-width: 768px) {
  .footer {
    padding: 30px 0 60px;
  }
}
.footer .copy {
  margin-top: 30px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .footer .copy {
    margin-top: 60px;
  }
}
.footer .copy small {
  color: #fff;
  font-size: clamp(1.1rem, 3.43vw, 1.6rem);
}

.bottom_address {
  color: #fff;
  text-align: center;
}
.bottom_address .txt_s {
  display: block;
  font-size: clamp(1.4rem, 4.37vw, 1.6rem);
}
@media print, screen and (min-width: 768px) {
  .bottom_address .txt_s {
    font-size: 2rem;
  }
}
.bottom_address .txt_l {
  display: block;
  font-size: 2.7rem;
}
@media print, screen and (min-width: 768px) {
  .bottom_address .txt_l {
    font-size: 3.5rem;
  }
}
.bottom_address .txt_l .span.tel_link {
  color: #fff;
}
.bottom_address .txt_l .span.tel_link a {
  color: #fff;
  text-decoration: underline;
  margin-left: 6px;
}
.bottom_address .txt_l .span.tel_link a:hover {
  text-decoration: none;
}

.official_link {
  color: #fff;
  display: block;
  width: 174px;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .official_link {
    margin-top: 30px;
  }
}
.official_link a {
  border-bottom: 1px solid #fff;
}
.official_link a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 13px solid #fff;
  border-right: 0;
  transform: translateY(3px);
  margin-right: 6px;
}
.official_link a:hover {
  border-bottom: none;
}

.other_btn {
  margin-top: 60px;
}

.other_btn_link {
  display: block;
  border-radius: 30px;
  padding: 20px;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.3;
  background-color: #885b9d;
  border: 2px solid #fff;
}
.other_btn_link:hover {
  color: #212121;
  background-color: #fff;
}

.project_main {
  background: rgb(183, 0, 21);
  background: linear-gradient(180deg, rgb(183, 0, 21) 0%, rgb(98, 32, 128) 100%);
  padding: 140px 0 60px;
}

.project_sec_catch {
  margin-top: -42px;
  color: #fff;
  font-size: clamp(1.8rem, 5.62vw, 2.6rem);
  line-height: 1.5;
}

.project_sec_img {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
}
.project_sec_img img {
  width: 100%;
}
.project_sec_img.gakusei:first-of-type {
  margin: 40px 0 0;
}
.project_sec_img.gakusei:not(:first-of-type) {
  margin: 10px 0 0;
}

.project_sec_txt p {
  line-height: 2;
}
.project_sec_txt p:not(:first-child) {
  margin-top: 2em;
}
.project_sec_txt .txt_16:not(:first-child) + .txt_16 {
  margin-top: 1em;
}
.project_sec_txt .txt_20:not(:first-child) + .txt_16 {
  margin-top: 1em;
}
.project_sec_txt .txt_20 + .txt_26.mod {
  margin-top: 3rem;
}
.project_sec_txt .txt_30:not(:first-child) + .txt_20 {
  margin-top: 1em;
}
.project_sec_txt .txt_26:not(:first-child) + .txt_20 {
  margin-top: 1em;
}
.project_sec_txt .txt_26:not(:first-child) + .txt_20.mod {
  margin-top: 0;
}

.back {
  margin-top: 60px;
}
.back a {
  display: block;
  width: 84px;
  margin: 0 auto;
}
.back a:hover {
  opacity: 0.7;
}
.back .img {
  display: block;
}
.back .img img {
  width: 100%;
}
.back .txt {
  color: #fff;
  text-align: center;
  margin-top: 12px;
}

.archive_section {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 4%;
  row-gap: 24px;
}
@media print, screen and (min-width: 768px) {
  .archive_section {
    row-gap: 36px;
  }
}
.archive_section .project_item {
  width: 48%;
  margin-bottom: 0;
}
.archive_section .project_catch {
  top: -24px;
}
.archive_section .project_img {
  border-radius: 20px;
  margin-bottom: 0;
}

.end_info {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 20px 5px;
  color: #fcd431;
  border: 2px solid #fcd431;
  margin: -50px 0 70px;
}
@media print, screen and (min-width: 360px) {
  .end_info {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .end_info {
    font-size: 2.4rem;
  }
}

.archive_event_title {
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 5px;
}

.archive_event_date {
  margin-top: 4px;
}
.archive_event_date span {
  display: block;
  color: #fff;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.2;
  transition: 0.2s;
  letter-spacing: 0;
}

.under_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
  line-height: 1.5;
  padding: 7px 23px 6px;
  transition: 0.2s;
  position: relative;
  margin-top: 20px;
}
@media print, screen and (min-width: 360px) {
  .under_btn {
    column-gap: 10px;
    padding: 7px 25px 6px;
  }
}
@media print, screen and (min-width: 768px) {
  .under_btn {
    border-radius: 30px;
    padding: 11px 32px 10px;
    column-gap: 20px;
  }
}
.under_btn:hover {
  background-color: #fff;
}
.under_btn:hover::after {
  border-color: #212121;
}
.under_btn:hover span {
  color: #212121;
}
.under_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s;
}
@media print, screen and (min-width: 768px) {
  .under_btn::after {
    width: 12px;
    height: 12px;
    border-width: 3px;
    right: 6%;
  }
}
.under_btn span {
  color: #fff;
  transition: 0.2s;
}

.mt_l {
  margin-top: 60px;
}

.mt_s {
  margin-top: 30px;
}

.form_contents_item:not(:first-child) {
  margin-top: 40px;
}

.form_title {
  color: #fff;
  padding-left: 1em;
  font-size: 2rem;
  margin-bottom: 10px;
  position: relative;
}
.form_title::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.form_title .require {
  display: inline-block;
  color: #fdd602;
  border: 1px solid #fdd602;
  line-height: 1.4;
  font-size: 1.4rem;
  margin-left: 15px;
  padding: 3px 8px;
  transform: translateY(-2px);
}
.form_title .optional {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  line-height: 1.4;
  font-size: 1.4rem;
  margin-left: 15px;
  padding: 3px 8px;
  transform: translateY(-2px);
}

.form_select {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.form_select::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 14px solid #000000;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  pointer-events: none;
}
.form_select select {
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  padding: 16px 40px;
  cursor: pointer;
}

.form_box textarea {
  border: 2px solid #000;
  border-radius: 6px;
  width: 100%;
  padding: 20px;
  max-width: 100%;
}
.form_box input[type=text],
.form_box input[type=email] {
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 6px;
  padding: 14px 20px;
  width: 100%;
}

.form_checkbox {
  display: block;
  margin-top: 20px;
}
.form_checkbox input[type=checkbox]:checked + span:before {
  border-color: #000;
}
.form_checkbox input[type=checkbox]:checked + span:after {
  transform: scale(1, 1) rotate(-45deg);
}
.form_checkbox span {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding-left: 45px;
  position: relative;
}
.form_checkbox span a {
  text-decoration: underline;
}
.form_checkbox span a:hover {
  text-decoration: none;
}
.form_checkbox span:before {
  display: block;
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border: 2px solid #000;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: translateY(1px);
}
.form_checkbox span:after {
  display: block;
  content: "";
  position: absolute;
  width: 25px;
  height: 10px;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  top: -9px;
  bottom: 0;
  left: 4px;
  margin: auto;
  transform: scale(0, 0) rotate(-45deg);
  transition: all 0.2s;
}

.form_error_box {
  color: #fdd602;
  font-weight: bold;
}

.form_error {
  color: #fdd602;
  margin-top: 4px;
  font-weight: bold;
}
.form_error::before {
  content: "※";
}

.submit_btn button,
.back_btn button {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 10px;
  width: 100%;
  transition: 0.3s;
}
.submit_btn button:hover,
.back_btn button:hover {
  color: #000;
  background-color: #fff;
}

.submit_area {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 50px;
}

.form_note_box {
  color: #fff;
  font-size: 2rem;
}

.form_contents.confirm .form_box {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

.form_thanks p {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

.news {
  padding: 60px 0 100px;
  background-color: #04020a;
}
@media print, screen and (min-width: 768px) {
  .news {
    padding: 80px 0 100px;
  }
}
.news .sec_ttl {
  margin-bottom: 24px;
}
@media print, screen and (min-width: 768px) {
  .news .sec_ttl {
    margin-bottom: 40px;
  }
}

.news_item {
  border-bottom: 1px dotted #fff;
}

.news_link {
  display: block;
  padding: 20px;
}
.news_link:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.news_link:hover .news_text::after {
  transform: translateY(-50%) translateX(4px);
}

.news_intro {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.news_cat {
  color: #000;
  line-height: 1;
  font-weight: bold;
  font-size: 1.5rem;
  display: inline-block;
  background-color: #fff;
  border-radius: 8px;
  padding: 3px 8px 2px;
}
@media print, screen and (min-width: 768px) {
  .news_cat {
    font-size: 1.9rem;
  }
}

.news_date {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .news_date {
    font-size: 1.7rem;
  }
}

.news_text {
  margin-top: 20px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  padding-right: 30px;
}
@media print, screen and (min-width: 768px) {
  .news_text {
    font-size: 2rem;
    padding-right: 26px;
  }
}
.news_text::after {
  content: "";
  display: block;
  width: 19px;
  height: 17px;
  background-image: url(../img/common/news_arrow.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.2s;
}

.news_btn {
  display: block;
  border-radius: 30px;
  padding: 20px;
  margin-top: 60px;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  border: 2px solid #fff;
  transition: 0.2s;
}
.news_btn:hover {
  background-color: #fff;
}
.news_btn:hover span {
  color: #212121;
}
.news_btn span {
  color: #fff;
  transition: 0.2s;
}

.news_main {
  padding: 140px 0 60px;
  background: linear-gradient(rgb(183, 0, 21) 0%, rgb(98, 32, 128) 100%);
}

.pagination {
  margin-top: 60px;
  text-align: center;
  font-size: 16px;
}
.pagination .nav-links {
  display: inline-flex;
  gap: 7px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .pagination .nav-links {
    gap: 10px;
  }
}
.pagination .page-numbers {
  display: inline-block;
  padding: 2px 9px;
  border: 2px solid #fff;
  border-radius: 9999px;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  transition: all 0.2s ease;
}
@media print, screen and (min-width: 768px) {
  .pagination .page-numbers {
    padding: 6px 16px;
    font-size: 2rem;
  }
}
.pagination .page-numbers:hover {
  background-color: #fff;
  color: #212121;
}
.pagination .page-numbers.current {
  background-color: #fff;
  color: #212121;
  font-weight: bold;
  pointer-events: none;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  display: none;
}
.pagination .page-numbers.dots {
  color: #fff;
  border: none;
  background-color: transparent;
}

.news_detail_title {
  color: #fff;
  margin-top: 40px;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .news_detail_title {
    font-size: 2.6rem;
  }
}

.news_detail_content {
  margin-top: 60px;
}
.news_detail_content p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .news_detail_content p {
    font-size: 1.8rem;
  }
}
.news_detail_content p:not(:first-child) {
  margin-top: 40px;
}
.news_detail_content p img {
  width: 100%;
}
.news_detail_content p a {
  text-decoration: underline;
}
.news_detail_content p a:hover {
  text-decoration: none;
}

.news_categories {
  margin-bottom: 60px;
}
.news_categories ul {
  display: flex;
  column-gap: 2%;
}
.news_categories li {
  width: 32%;
}
.news_categories a {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 9999px;
  color: #fff;
  width: 100%;
  padding: 12px 5px;
}
@media print, screen and (min-width: 768px) {
  .news_categories a {
    font-size: 2rem;
  }
}
.news_categories a:hover {
  color: #212121;
  background-color: #fff;
}
.news_categories a.current {
  color: #212121;
  background-color: #fff;
}