/* arguments inittial */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/*-----------------------------------------------------------
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 only screen and (min-width: 1025px) {
  a:hover {
    opacity: 0.5;
  }
}

a:link,
a:visited,
a:active {
  color: #000;
  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: #000;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

#wrap {
  display: block;
}

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

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

.c_inner {
  width: calc(100% - 40px);
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .c_inner {
    max-width: 400px;
  }
}

.c_atc {
  font-size: 11.3386px;
  font-size: 1.13386rem;
  line-height: 1.5em;
  letter-spacing: 0em;
  font-weight: 500;
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  .c_atc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8333em;
  }
}

.c_atc li {
  padding-left: 1em;
  position: relative;
}

@media (max-width: 767px) {
  .c_atc li:not(:first-child) {
    margin-top: 10px;
  }
}

.c_atc li:before {
  content: '';
  width: 0.8em;
  height: 0.8em;
  background: #000;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
}

@media (max-width: 767px) {
  .c_atc li:before {
    top: 0.5em;
  }
}

.c_footer {
  padding-top: 100px;
}

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

.c_footer .c_footer_logo {
  max-width: 596px;
  margin: 0 auto;
  display: block;
}

.c_footer .c_footer_num {
  font-size: 15.5906px;
  font-size: 1.55906rem;
  font-weight: 500;
  display: block;
  text-align: right;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .c_footer .c_footer_num {
    font-size: 11.06px;
    font-size: 1.106rem;
    line-height: 1.4547em;
    text-align: center;
    padding-bottom: 15px;
    margin-top: 103px;
  }
}

.c_footer .c_footer_foot {
  width: 100%;
  height: 50px;
  background: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}

@media (max-width: 767px) {
  .c_footer .c_footer_foot {
    flex-direction: column;
    padding: 20px;
    height: auto;
  }
}

.c_footer .c_footer_foot .c_footer_foot_link,
.c_footer .c_footer_foot .c_footer_foot_copy {
  font-size: 15.5906px;
  font-size: 1.55906rem;
  font-weight: 500;
  color: #fff;
}

.c_header {
  height: 70px;
  background: #fff;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 38px 0 20px;
  z-index: 999;
  position: fixed;
}

@media only screen and (max-width: 1000px) {
  .c_header {
    height: 60px;
    padding: 0 20px;
  }
}

.c_header .c_header_logo {
  width: 296px;
}

@media only screen and (max-width: 1000px) {
  .c_header .c_header_logo {
    width: 218px;
  }
}

.c_header .c_header_list {
  width: fit-content;
}

@media only screen and (max-width: 1000px) {
  .c_header .c_header_list {
    width: 100%;
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
    top: 60px;
    left: 100%;
    position: fixed;
    z-index: 998;
    background: #fff url("../img/bg_menu.jpg");
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    border-top: 1px solid #efefef;
    opacity: 0;
    transition: 0.3s;
    z-index: 998;
    padding: 46px 0;
  }
}

@media only screen and (max-width: 1000px) {
  .c_header .c_header_list.is-open {
    opacity: 1;
    left: 0;
  }
}

.c_header .c_header_list ul {
  width: fit-content;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .c_header .c_header_list ul {
    flex-direction: column;
    margin: 0 auto;
  }
}

.c_header .c_header_list ul:before {
  content: '';
  width: 1px;
  height: 80%;
  top: 10%;
  left: 0;
  display: block;
  background: #000;
  position: absolute;
}

@media only screen and (max-width: 1000px) {
  .c_header .c_header_list ul:before {
    display: none;
  }
}

.c_header .c_header_list ul li {
  position: relative;
  display: block;
}

.c_header .c_header_list ul li:after {
  content: '';
  width: 1px;
  height: 80%;
  top: 10%;
  right: 0;
  display: block;
  background: #000;
  position: absolute;
}

@media only screen and (max-width: 1000px) {
  .c_header .c_header_list ul li:after {
    height: 1px;
    width: 20px;
    bottom: 0;
    top: auto;
    left: calc(50% - 10px);
  }
}

.c_header .c_header_list ul li:last-of-type:after {
  display: none;
}

.c_header .c_header_list ul li a {
  padding: 0 15px;
  font-size: 14.88px;
  font-size: 1.488rem;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 400;
  display: block;
}

@media only screen and (max-width: 1200px) {
  .c_header .c_header_list ul li a {
    font-size: 1.3vw;
  }
}

@media only screen and (max-width: 1000px) {
  .c_header .c_header_list ul li a {
    padding: 37px 15px;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.c_header .c_header_menu {
  all: unset;
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
  display: none;
}

@media only screen and (max-width: 1000px) {
  .c_header .c_header_menu {
    display: block;
    width: 40px;
    height: 20px;
  }
}

.c_header .c_header_menu span {
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  transition: 0.3s;
  left: 50%;
  transform: translateX(-50%);
}

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

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

.c_header .c_header_menu span:nth-child(3) {
  bottom: 0;
}

.c_header .c_header_menu.is-open span:nth-child(1) {
  top: calc(50% - 1px);
  transform: translateX(-50%) rotate(135deg);
}

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

.c_header .c_header_menu.is-open span:nth-child(3) {
  bottom: calc(50% - 1px);
  transform: translateX(-50%) rotate(-135deg);
}

#wrap {
  padding-top: 70px;
}

@media only screen and (max-width: 1000px) {
  #wrap {
    padding-top: 60px;
  }
}
