@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/* ----- break point ----- */
.js-parallax-img,
.js-parallax-video {
  overflow: hidden;
}
.js-parallax-img img,
.js-parallax-img video,
.js-parallax-video img,
.js-parallax-video video {
  will-change: transform;
}

.js-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: visible;
}
.js-wrap .js-pin {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1;
  will-change: transform;
}

@keyframes infinite-slide1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes infinite-slide2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
a {
  color: #231815;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
a img {
  transition: all 1s cubic-bezier(0.24, 1, 0.34, 1);
}

* {
  box-sizing: border-box;
}

img {
  display: block;
  vertical-align: bottom;
  transition: all 0s;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

svg {
  transition: all 0s;
}
svg path {
  transition: all 0s;
}

ul {
  list-style: none;
}

html {
  word-wrap: break-word;
}

body {
  line-height: 1.6;
  position: relative;
  font-family: "FOT-筑紫Aヴィンテージ明S Pr6N R", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-feature-settings: "palt";
  color: #231815;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}

html {
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-weight: normal;
}

br.sp-br {
  display: none;
}
@media only screen and (max-width: 1024px) {
  br.sp-br {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  br.pc-br {
    display: none;
  }
}

main {
  position: relative;
  z-index: 1;
}

.header {
  position: fixed;
  z-index: 6;
  width: 100%;
  height: calc(80 * 100vw / 1440);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: calc(40 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .header {
    height: initial;
    padding: calc(24 * 100vw / 375) calc(20 * 100vw / 375) calc(4 * 100vw / 375);
    align-items: stretch;
  }
}
.header .underline {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: #fff;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
.header .underline.is-active {
  background-color: #231815;
}
.header .header_bg {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.24);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
.header .header_bg.is-active {
  opacity: 1;
}
.header .header_left {
  padding-bottom: calc(8 * 100vw / 1440);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .header .header_left {
    padding-bottom: 0;
  }
}
.header .header_left .logo {
  width: calc(308 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .header .header_left .logo {
    width: calc(180 * 100vw / 375);
  }
}
.header .header_left .logo .logo_link {
  display: block;
  width: 100%;
  position: relative;
}
.header .header_left .logo .logo_link img {
  width: 100%;
  height: auto;
}
.header .header_left .logo .logo_link img.logo_black {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
.header .header_left .logo .logo_link img.logo_black.is-active {
  opacity: 1;
}
.header .header_left .logo .logo_link img.logo_white {
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
.header .header_left .logo .logo_link img.logo_white.is-active {
  opacity: 0;
}
.header .header_right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: calc(48 * 100vw / 1440);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .header .header_right .gnav {
    display: none;
  }
}
.header .header_right .gnav .list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: calc(32 * 100vw / 1440);
}
.header .header_right .gnav .list .item .item_link {
  display: block;
  color: #fff;
  font-size: calc(14 * 100vw / 1440);
}
@media (hover: hover) {
  .header .header_right .gnav .list .item .item_link:hover {
    opacity: 0.4;
  }
}
@media (hover: none) {
  .header .header_right .gnav .list .item .item_link:active {
    opacity: 0.4;
  }
}
.header .header_right .gnav .list .item .item_link.is-active {
  color: #231815;
}
.header .header_right .cv {
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width: 1024px) {
  .header .header_right .cv {
    display: none;
  }
}
.header .header_right .cv .cv_link {
  display: block;
  width: calc(136 * 100vw / 1440);
  padding: calc(4 * 100vw / 1440) 0;
  color: #fff;
  border-top: 0.5px solid #fff;
  border-left: 0.5px solid #fff;
  font-size: calc(14 * 100vw / 1440);
  text-align: center;
}
@media (hover: hover) {
  .header .header_right .cv .cv_link:hover {
    background-color: #fff;
    color: #231815;
  }
}
@media (hover: none) {
  .header .header_right .cv .cv_link:active {
    background-color: #fff;
    color: #231815;
  }
}
.header .header_right .cv .cv_link.is-active {
  color: #231815;
  border-top: 0.5px solid #231815;
  border-left: 0.5px solid #231815;
}
@media (hover: hover) {
  .header .header_right .cv .cv_link.is-active:hover {
    background-color: #231815;
    color: #fff;
  }
}
@media (hover: none) {
  .header .header_right .cv .cv_link.is-active:active {
    background-color: #231815;
    color: #fff;
  }
}
.header .header_right .hamburger {
  display: none;
  width: calc(64 * 100vw / 375);
}
@media only screen and (max-width: 1024px) {
  .header .header_right .hamburger {
    display: block;
    height: 100%;
  }
}
.header .header_right .hamburger .line {
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
.header .header_right .hamburger .line.line2 {
  margin-top: 4px;
}
.header .header_right .hamburger .line.is-active {
  background-color: #231815;
}
.header .sp_menu {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  display: none;
  background-color: #434343;
}
.header .sp_menu::-webkit-scrollbar {
  display: none;
}
.header .sp_menu .sp_menu_inner {
  padding: calc(80 * 100vw / 375) 0 calc(32 * 100vw / 375);
}
.header .sp_menu .sp_menu_inner .gnav .list .item .item_link {
  display: block;
  color: #fff;
  font-size: calc(16 * 100vw / 375);
  padding: calc(4 * 100vw / 375) 0;
  border: none;
  text-align: left;
  width: 100%;
  padding: calc(24 * 100vw / 375) calc(20 * 100vw / 375);
  position: relative;
}
@media (hover: hover) {
  .header .sp_menu .sp_menu_inner .gnav .list .item .item_link:hover:after {
    transform: scale(1);
  }
}
@media (hover: none) {
  .header .sp_menu .sp_menu_inner .gnav .list .item .item_link:active:after {
    transform: scale(1);
  }
}
.header .sp_menu .sp_menu_inner .gnav .list .item .item_link:before {
  content: "";
  display: none;
  width: 100%;
  height: 0.5px;
  background-color: #fff;
  opacity: 0.4;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .header .sp_menu .sp_menu_inner .gnav .list .item .item_link:before {
    display: block;
  }
}
.header .sp_menu .sp_menu_inner .gnav .list .item .item_link:after {
  content: "";
  display: none;
  width: 100%;
  height: 0.5px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transform-origin: top left;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
@media only screen and (max-width: 1024px) {
  .header .sp_menu .sp_menu_inner .gnav .list .item .item_link:after {
    display: block;
  }
}
.header .sp_menu .sp_menu_inner .cr {
  display: block;
  padding-top: calc(32 * 100vw / 375);
  text-align: center;
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ StdN W1", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: calc(10 * 100vw / 375);
}

.footer {
  background-color: #434343;
  padding: calc(120 * 100vw / 1440) calc(40 * 100vw / 1440) calc(24 * 100vw / 1440);
  display: flex;
  flex-direction: column;
  gap: calc(96 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .footer {
    padding: calc(80 * 100vw / 375) calc(20 * 100vw / 375) calc(32 * 100vw / 375);
    gap: calc(64 * 100vw / 375);
  }
}
.footer .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: calc(1200 * 100vw / 1440);
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .footer .top {
    max-width: calc(335 * 100vw / 375);
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    gap: calc(40 * 100vw / 375);
  }
}
.footer .top .copy {
  font-size: calc(40 * 100vw / 1440);
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 1024px) {
  .footer .top .copy {
    font-size: calc(32 * 100vw / 375);
  }
}
.footer .top .info .logo_link {
  display: block;
  width: calc(388 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .footer .top .info .logo_link {
    width: calc(280 * 100vw / 375);
  }
}
.footer .top .info .logo_link img {
  width: 100%;
  height: auto;
}
.footer .top .info .corp_info {
  margin-top: calc(24 * 100vw / 1440);
  display: flex;
  flex-direction: column;
  gap: calc(8 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .footer .top .info .corp_info {
    gap: calc(6 * 100vw / 375);
    margin-top: calc(16 * 100vw / 375);
  }
}
.footer .top .info .corp_info p {
  color: #fff;
  font-size: calc(12 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .footer .top .info .corp_info p {
    font-size: calc(12 * 100vw / 375);
  }
}
.footer .bottom .menu {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: calc(32 * 100vw / 1440);
  margin: 0 calc(-40 * 100vw / 1440);
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu {
    margin: 0 calc(-20 * 100vw / 375);
    gap: initial;
    display: block;
  }
}
.footer .bottom .menu:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu:before {
    display: none;
  }
}
.footer .bottom .menu .gnav .list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: calc(32 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .gnav .list {
    gap: initial;
    display: block;
  }
}
.footer .bottom .menu .gnav .list .item .item_link {
  display: block;
  color: #fff;
  font-size: calc(14 * 100vw / 1440);
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .gnav .list .item .item_link {
    font-size: calc(16 * 100vw / 375);
    padding: calc(4 * 100vw / 375) 0;
    border: none;
    text-align: left;
    width: 100%;
    padding: calc(24 * 100vw / 375) calc(20 * 100vw / 375);
    position: relative;
  }
}
@media (hover: hover) {
  .footer .bottom .menu .gnav .list .item .item_link:hover {
    opacity: 0.4;
  }
}
@media only screen and (hover: hover) and (max-width: 1024px) {
  .footer .bottom .menu .gnav .list .item .item_link:hover {
    opacity: 1;
  }
}
@media (hover: hover) {
  .footer .bottom .menu .gnav .list .item .item_link:hover:after {
    transform: scale(1);
  }
}
@media (hover: none) {
  .footer .bottom .menu .gnav .list .item .item_link:active {
    opacity: 0.4;
  }
}
@media only screen and (hover: none) and (max-width: 1024px) {
  .footer .bottom .menu .gnav .list .item .item_link:active {
    opacity: 1;
  }
}
@media (hover: none) {
  .footer .bottom .menu .gnav .list .item .item_link:active:after {
    transform: scale(1);
  }
}
.footer .bottom .menu .gnav .list .item .item_link:before {
  content: "";
  display: none;
  width: 100%;
  height: 0.5px;
  background-color: #231815;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .gnav .list .item .item_link:before {
    display: block;
  }
}
.footer .bottom .menu .gnav .list .item .item_link:after {
  content: "";
  display: none;
  width: 100%;
  height: 0.5px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transform-origin: top left;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .gnav .list .item .item_link:after {
    display: block;
  }
}
.footer .bottom .menu .cv {
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .cv {
    display: block;
  }
}
.footer .bottom .menu .cv .cv_link {
  display: block;
  width: calc(136 * 100vw / 1440);
  padding: calc(4 * 100vw / 1440) 0;
  color: #fff;
  border: 0.5px solid #fff;
  border-right: none;
  border-bottom: none;
  font-size: calc(14 * 100vw / 1440);
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .cv .cv_link {
    font-size: calc(16 * 100vw / 375);
    padding: calc(4 * 100vw / 375) 0;
    width: calc(80 * 100vw / 375);
    border: none;
    text-align: left;
    width: 100%;
    padding: calc(24 * 100vw / 375) calc(20 * 100vw / 375);
    position: relative;
  }
}
@media (hover: hover) {
  .footer .bottom .menu .cv .cv_link:hover {
    background-color: #fff;
    color: #231815;
  }
}
@media only screen and (hover: hover) and (max-width: 1024px) {
  .footer .bottom .menu .cv .cv_link:hover {
    background-color: transparent;
    color: #fff;
  }
}
@media (hover: hover) {
  .footer .bottom .menu .cv .cv_link:hover:after {
    transform: scale(1);
  }
}
@media (hover: none) {
  .footer .bottom .menu .cv .cv_link:active {
    background-color: #fff;
    color: #231815;
  }
}
@media only screen and (hover: none) and (max-width: 1024px) {
  .footer .bottom .menu .cv .cv_link:active {
    background-color: transparent;
    color: #fff;
  }
}
@media (hover: none) {
  .footer .bottom .menu .cv .cv_link:active:after {
    transform: scale(1);
  }
}
.footer .bottom .menu .cv .cv_link:before {
  content: "";
  display: none;
  width: 100%;
  height: 0.5px;
  background-color: #fff;
  opacity: 0.4;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .cv .cv_link:before {
    display: block;
  }
}
.footer .bottom .menu .cv .cv_link:after {
  content: "";
  display: none;
  width: 100%;
  height: 0.5px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transform-origin: top left;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .cv .cv_link:after {
    display: block;
  }
}
.footer .bottom .menu .cv .cv_link:last-of-type {
  border-right: 0.5px solid #fff;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .cv .cv_link:last-of-type {
    border: none;
  }
}
.footer .bottom .cr {
  display: block;
  margin-top: calc(24 * 100vw / 1440);
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ StdN W1", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: calc(10 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .cr {
    font-size: calc(10 * 100vw / 375);
    margin-top: calc(32 * 100vw / 375);
    text-align: center;
  }
}

.l-fv {
  padding: calc(196 * 100vw / 1440) 0 calc(96 * 100vw / 1440);
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .l-fv {
    padding: calc(120 * 100vw / 375) 0 calc(64 * 100vw / 375);
  }
}
.l-fv .container {
  max-width: 1200;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .l-fv .container {
    max-width: calc(335 * 100vw / 375);
    margin-right: auto;
    margin-left: auto;
  }
}
.l-fv .container .title {
  font-size: calc(32 * 100vw / 1440);
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .l-fv .container .title {
    font-size: calc(24 * 100vw / 375);
  }
}
@media only screen and (max-width: 1024px) {
  .l-fv .container .title.news {
    text-align: left;
  }
}
.l-fv .container .title.l-partnership {
  color: #fff;
}
.l-fv .container .msg {
  font-size: calc(16 * 100vw / 1440);
  margin-top: calc(24 * 100vw / 1440);
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .l-fv .container .msg {
    margin-top: calc(16 * 100vw / 375);
    font-size: calc(14 * 100vw / 375);
  }
}
.l-fv .container .msg.contact {
  color: #231815;
}
.l-fv .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-fv .bg:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #231815;
  opacity: 0.4;
  mix-blend-mode: multiply;
}
.l-fv .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.main .archive-news {
  padding-bottom: calc(200 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .archive-news {
    padding-bottom: calc(80 * 100vw / 375);
  }
}
.main .archive-news .list {
  width: 66%;
  margin-top: calc(56 * 100vw / 1440);
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: calc(56 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .archive-news .list {
    margin-top: calc(40 * 100vw / 375);
    width: 100%;
    gap: calc(40 * 100vw / 375);
    padding-left: calc(20 * 100vw / 375);
  }
}
.main .archive-news .list .item .item_link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}
@media (hover: hover) {
  .main .archive-news .list .item .item_link:hover:before {
    transform: scale(0, 1);
  }
}
@media (hover: none) {
  .main .archive-news .list .item .item_link:active:before {
    transform: scale(0, 1);
  }
}
.main .archive-news .list .item .item_link:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: #231815;
  transform-origin: center right;
  transition: all 1s cubic-bezier(0.24, 1, 0.34, 1);
}
.main .archive-news .list .item .item_link .item_date {
  width: calc(200 * 100vw / 1440);
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .main .archive-news .list .item .item_link .item_date {
    width: calc(80 * 100vw / 375);
  }
}
.main .archive-news .list .item .item_link .item_title {
  flex: 1;
  line-height: 1;
  padding-right: calc(40 * 100vw / 1440);
  font-size: calc(16 * 100vw / 1440);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  font-family: "FP-ヒラギノ角ゴ StdN W2", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .main .archive-news .list .item .item_link .item_title {
    font-size: calc(12 * 100vw / 375);
    padding-right: calc(20 * 100vw / 375);
  }
}
.main .archive-news .pagination {
  margin-top: calc(40 * 100vw / 1440);
  padding-right: calc(40 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .archive-news .pagination {
    margin-top: calc(40 * 100vw / 375);
    padding-right: calc(20 * 100vw / 375);
  }
}
.main .archive-news .pagination .pagination-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: calc(24 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .archive-news .pagination .pagination-list {
    gap: calc(16 * 100vw / 375);
  }
}
.main .archive-news .pagination .pagination-list .item.is-current span {
  border-bottom: 0.5px solid #231815;
}
.main .archive-news .pagination .pagination-list .item span,
.main .archive-news .pagination .pagination-list .item a {
  line-height: 1;
  font-size: calc(16 * 100vw / 1440);
  font-family: "FP-ヒラギノ角ゴ StdN W2", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .main .archive-news .pagination .pagination-list .item span,
  .main .archive-news .pagination .pagination-list .item a {
    font-size: calc(14 * 100vw / 375);
  }
}
.main .archive-news .pagination .pagination-list .item a {
  border-bottom: 0.5px solid transparent;
}
@media (hover: hover) {
  .main .archive-news .pagination .pagination-list .item a:hover {
    border-bottom: 0.5px solid #231815;
  }
}
@media (hover: none) {
  .main .archive-news .pagination .pagination-list .item a:active {
    border-bottom: 0.5px solid #231815;
  }
}
.main .article {
  padding-bottom: calc(200 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .article {
    padding-bottom: calc(80 * 100vw / 375);
  }
}
.main .article .container {
  max-width: calc(800 * 100vw / 1440);
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .main .article .container {
    max-width: calc(335 * 100vw / 375);
    margin-right: auto;
    margin-left: auto;
  }
}
.main .article .container .contents h1 {
  font-size: calc(40 * 100vw / 1440);
  margin: calc(12 * 100vw / 1440) 0;
}
@media only screen and (max-width: 1024px) {
  .main .article .container .contents h1 {
    font-size: calc(32 * 100vw / 375);
    margin: calc(10 * 100vw / 375) 0;
  }
}
.main .article .container .contents h2 {
  font-size: calc(32 * 100vw / 1440);
  margin: calc(12 * 100vw / 1440) 0;
}
@media only screen and (max-width: 1024px) {
  .main .article .container .contents h2 {
    font-size: calc(24 * 100vw / 375);
    margin: calc(10 * 100vw / 375) 0;
  }
}
.main .article .container .contents h3 {
  font-size: calc(24 * 100vw / 1440);
  margin: calc(12 * 100vw / 1440) 0;
}
@media only screen and (max-width: 1024px) {
  .main .article .container .contents h3 {
    font-size: calc(20 * 100vw / 375);
    margin: calc(10 * 100vw / 375) 0;
  }
}
.main .article .container .contents h4 {
  font-size: calc(20 * 100vw / 1440);
  margin: calc(12 * 100vw / 1440) 0;
}
@media only screen and (max-width: 1024px) {
  .main .article .container .contents h4 {
    font-size: calc(18 * 100vw / 375);
    margin: calc(10 * 100vw / 375) 0;
  }
}
.main .article .container .contents h5 {
  font-size: calc(16 * 100vw / 1440);
  margin: calc(12 * 100vw / 1440) 0;
}
@media only screen and (max-width: 1024px) {
  .main .article .container .contents h5 {
    font-size: calc(14 * 100vw / 375);
    margin: calc(10 * 100vw / 375) 0;
  }
}
.main .article .container .contents h6 {
  font-size: calc(16 * 100vw / 1440);
  margin: calc(12 * 100vw / 1440) 0;
}
@media only screen and (max-width: 1024px) {
  .main .article .container .contents h6 {
    margin: calc(10 * 100vw / 375) 0;
    font-size: calc(14 * 100vw / 375);
  }
}
.main .article .container .contents p {
  font-size: calc(16 * 100vw / 1440);
  margin: calc(12 * 100vw / 1440) 0;
}
@media only screen and (max-width: 1024px) {
  .main .article .container .contents p {
    margin: calc(10 * 100vw / 375) 0;
    font-size: calc(14 * 100vw / 375);
  }
}
.main .article .container .contents ul {
  display: flex;
  flex-direction: column;
  gap: calc(8 * 100vw / 1440);
  margin: calc(12 * 100vw / 1440) 0;
}
@media only screen and (max-width: 1024px) {
  .main .article .container .contents ul {
    gap: calc(8 * 100vw / 375);
    margin: calc(10 * 100vw / 375) 0;
  }
}
.main .article .container .contents ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: calc(4 * 100vw / 1440);
  font-size: calc(16 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .article .container .contents ul li {
    gap: calc(4 * 100vw / 375);
    font-size: calc(14 * 100vw / 375);
  }
}
.main .article .container .contents ul li:before {
  content: "";
  display: block;
  width: calc(10 * 100vw / 1440);
  min-width: calc(10 * 100vw / 1440);
  height: calc(10 * 100vw / 1440);
  border-radius: 50%;
  background-color: #231815;
  transform: translate3d(0, calc(8 * 100vw / 1440), 0);
}
@media only screen and (max-width: 1024px) {
  .main .article .container .contents ul li:before {
    width: calc(8 * 100vw / 375);
    min-width: calc(8 * 100vw / 375);
    height: calc(8 * 100vw / 375);
    transform: translate3d(0, calc(7 * 100vw / 375), 0);
  }
}
.main .article .container .contents ol {
  display: flex;
  flex-direction: column;
  gap: calc(8 * 100vw / 1440);
  list-style-type: none;
  counter-reset: item;
  margin: calc(12 * 100vw / 1440) 0;
}
@media only screen and (max-width: 1024px) {
  .main .article .container .contents ol {
    gap: calc(8 * 100vw / 375);
    margin: calc(10 * 100vw / 375) 0;
  }
}
.main .article .container .contents ol li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: calc(4 * 100vw / 1440);
  font-size: calc(16 * 100vw / 1440);
  counter-increment: item;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  .main .article .container .contents ol li {
    gap: calc(4 * 100vw / 375);
    font-size: calc(14 * 100vw / 375);
  }
}
.main .article .container .contents ol li:before {
  content: "(" counter(item) ")";
  font-size: calc(14 * 100vw / 1440);
  transform: translate3d(0, calc(2 * 100vw / 1440), 0);
}
@media only screen and (max-width: 1024px) {
  .main .article .container .contents ol li:before {
    font-size: calc(12 * 100vw / 375);
    transform: translate3d(0, calc(1 * 100vw / 375), 0);
  }
}
.main .article .container .contents a {
  font-size: calc(16 * 100vw / 1440);
  text-decoration: underline;
  margin: calc(12 * 100vw / 1440) 0;
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  color: #434343;
}
@media only screen and (max-width: 1024px) {
  .main .article .container .contents a {
    margin: calc(10 * 100vw / 375) 0;
    font-size: calc(14 * 100vw / 375);
  }
}
@media (hover: hover) {
  .main .article .container .contents a:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  .main .article .container .contents a:active {
    text-decoration: none;
  }
}
.main .article .container .contents figure {
  margin: calc(12 * 100vw / 1440) 0;
}
@media only screen and (max-width: 1024px) {
  .main .article .container .contents figure {
    margin: calc(10 * 100vw / 1440) 0;
  }
}
.main .article .container .contents img {
  max-width: 100%;
}
.main .article .container .contents img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.main .article .container .contents video {
  width: 100%;
  max-width: 100%;
  height: initial;
}
.main .article .container .contents blockquote {
  background-color: #fafafa;
  padding: calc(24 * 100vw / 1440) calc(32 * 100vw / 1440);
  font-size: calc(16 * 100vw / 1440);
  margin: calc(12 * 100vw / 1440) 0;
}
@media only screen and (max-width: 1024px) {
  .main .article .container .contents blockquote {
    padding: calc(24 * 100vw / 375);
    margin: calc(10 * 100vw / 375) 0;
    font-size: calc(14 * 100vw / 375);
  }
}
.main .article .container .link {
  border-top: 0.5px solid #231815;
  margin-top: calc(80 * 100vw / 1440);
  padding-top: calc(24 * 100vw / 1440);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .main .article .container .link {
    margin-top: calc(64 * 100vw / 375);
    padding-top: calc(16 * 100vw / 375);
  }
}
.main .article .container .link .date {
  color: #919191;
}
.main .article .container .link .btn1 {
  display: inline-block;
  position: relative;
}
@media (hover: hover) {
  .main .article .container .link .btn1:hover:before {
    transform: scale(1, 1);
  }
}
@media (hover: none) {
  .main .article .container .link .btn1:active:before {
    transform: scale(1, 1);
  }
}
.main .article .container .link .btn1:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5px;
  transform: scale(0, 1);
  background-color: #fff;
  transform-origin: top left;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
.main .article .container .link .btn1 .btn1_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: calc(4 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .article .container .link .btn1 .btn1_inner {
    gap: calc(4 * 100vw / 375);
  }
}
.main .article .container .link .btn1 .btn1_inner .btn1_txt {
  color: #fff;
  font-size: calc(14 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .article .container .link .btn1 .btn1_inner .btn1_txt {
    font-size: calc(14 * 100vw / 375);
  }
}
.main .article .container .link .btn1 .btn1_inner .btn1_icon {
  width: calc(12 * 100vw / 1440);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, calc(1 * 100vw / 1440), 0);
}
@media only screen and (max-width: 1024px) {
  .main .article .container .link .btn1 .btn1_inner .btn1_icon {
    width: calc(10 * 100vw / 375);
    transform: translate3d(0, calc(1 * 100vw / 375), 0);
  }
}
.main .article .container .link .btn1 .btn1_inner .btn1_icon svg {
  display: block;
  width: 100%;
  height: auto;
}
.main .article .container .link .btn1:before {
  background-color: #231815;
}
.main .article .container .link .btn1 .btn1_inner .btn1_txt {
  color: #231815;
}/*# sourceMappingURL=news.css.map */