/* arguments inittial */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/*-----------------------------------------------------------
clearfix
------------------------------------------------------------*/
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/*-----------------------------------------------------------
reset
------------------------------------------------------------*/
p {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
  resize: none;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="url"] {
  word-break: normal;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

dl,
dt,
dd,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-size: 100%;*/
  font-weight: normal;
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
dialog {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
}

table img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

label,
select,
button {
  cursor: pointer;
}

input,
textarea,
select,
button {
  font-family: inherit;
}

/*-----------------------------------------------------------
Link
------------------------------------------------------------*/
a {
  outline: none;
  transition: opacity 0.3s;
  cursor: pointer;
}

@media (any-hover: hover) {
  a:hover, a:focus {
    opacity: 0.5;
  }
}

a:link,
a:visited,
a:active {
  color: #444444;
  text-decoration: none;
}

/*-----------------------------------------------------------
Body
-------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

html.is-ipad * {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6em;
  word-break: break-word;
  color: #1b1b1b;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

#wrap {
  display: block;
}

/*-----------------------------------------------------------
COMMON
-------------------------------------------------------------*/
.inner {
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .sp,
  .SP {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc,
  .PC {
    display: none !important;
  }
}

.j_logo {
	position: fixed;
	top: 56px;
	right: 50px;
	width: 120px;
	z-index: 10;
}

@media (max-width: 767px) {
	.j_logo {
	  width: 77px;
	  top: 24px;
	  right: 65px;
	}
}

.c_navopen {
  position: fixed;
  z-index: 11;
  top: 30px;
  right: 20px;
  width: 32px;
  height: 18px;
  background: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c_navopen span {
  width: 100%;
  height: 2px;
  display: block;
  background: #0055A2;
  position: absolute;
  transition: 0.3s;
}

.c_navopen span:nth-child(1) {
  top: 0;
}

.c_navopen span:nth-child(2) {
  top: calc(50% - 1px);
}

.c_navopen span:nth-child(3) {
  top: calc(100% - 2px);
}

.c_navopen.is-open span:nth-child(1) {
  top: calc(50% - 1px);
  transform: rotate(155deg);
}

.c_navopen.is-open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.c_navopen.is-open span:nth-child(3) {
  top: calc(50% - 1px);
  transform: rotate(-155deg);
}

.c_nav {
  display: flex;
  gap: 19px;
  width: max-content;
  right: 197px;
  top: 50px;
  position: fixed;
  z-index: 10;
  align-items: center;
}

@media (max-width: 767px) {
  .c_nav {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: rgba(255, 255, 255, 0.9);
    top: -110vh;
    opacity: 0;
    right: 0;
    flex-direction: column;
    padding-top: 40px;
    gap: 30px;
    transition: 0.3s;
  }
}

.c_nav.is-open {
  opacity: 1;
  top: 0;
}

.c_nav img {
  width: 80px;
  margin-bottom: 20px;
}

.c_nav a {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 767px) {
  .c_nav a {
    height: 40px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #0055A2;
    height: 20px;
  }
  .c_nav a:first-child {
    margin-top: 20px;
  }
}

.c_nav span {
  height: 18px;
  width: 2px;
  background: #fff;
  display: block;
}

@media (max-width: 767px) {
  .c_nav span {
    display: none;
  }
}

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

.c_title ._en {
  padding-bottom: 10px;
  border-bottom: 3px solid #0055A2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c_title ._ja {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: 0.2em;
  font-weight: 500;
  padding-top: 13px;
}

@media (max-width: 767px) {
  .c_title ._ja {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.c_page-bg {
  background: #E9EFF6;
}

.c_page-bg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 335px;
  display: block;
  top: 0;
  left: 0;
  transform: skewY(-10.7deg) translateY(-60%);
  background: #fff;
}

@media (max-width: 767px) {
  .c_page-bg:before {
    transform: skewY(-16.7deg) translateY(-60%);
    height: 140px;
  }
}

@media (min-width: 768px) {
  .c_page-bg .c_nav {
    border-top-color: #0055A2;
  }
  .c_page-bg .c_nav a {
    color: #0055A2;
  }
  .c_page-bg .c_nav span {
    background: #0055A2;
  }
}

.c_page-logo {
  width: calc(100% - 60px);
  max-width: 960px;
  margin: 62px auto 0;
}

@media (max-width: 767px) {
  .c_page-logo {
    width: calc(100% - 28px);
    margin: 14px auto 0;
  }
}

.c_page-logo .c_page-logo_link {
  width: 205px;
  aspect-ratio: 205 / 139;
  display: block;
  mask-image: url("/kabunushi/community/co-creation/assets/img/top/logo_title.svg");
  mask-size: contain;
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: #0055A2;
}

@media (max-width: 767px) {
  .c_page-logo .c_page-logo_link {
    width: 117px;
  }
}

.c_footer {
  background: #fff;
  padding: 102px 0 89px;
  width: 100%;
}

@media (max-width: 767px) {
  .c_footer {
    padding: 48px 0;
  }
}

.c_footer .c_footer_inner {
  color: #0055A2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  width: calc(100% - 60px);
  margin: 0 auto;
}

.c_footer .c_footer_inner .c_footer_logo {
  width: 247px;
}

@media only screen and (max-width: 1100px) {
  .c_footer .c_footer_inner .c_footer_logo {
    width: 151px;
  }
}

.c_footer .c_footer_inner .c_footer_list {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.9444em;
  letter-spacing: 0em;
  font-weight: 700;
}

@media only screen and (max-width: 1100px) {
  .c_footer .c_footer_inner .c_footer_list {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .c_footer .c_footer_inner .c_footer_list {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
  }
}

.c_footer .c_footer_inner .c_footer_copy {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9444em;
  letter-spacing: 0em;
  font-weight: 700;
  margin-top: 6px;
}

@media (max-width: 767px) {
  .c_footer .c_footer_inner .c_footer_copy {
    margin-top: 24px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6666em;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

/* 追加CSS */
.hidden-label {
  position: fixed;
  left: -100vw;
  top: -100vh;
}
