/* 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;
  }
}

.c_logo {
  position: fixed;
  top: 63px;
  right: 50px;
  width: 120px;
  z-index: 10;
}

@media (max-width: 767px) {
  .c_logo {
    width: 77px;
    top: 14px;
    right: 15px;
  }
}

.c_nav {
  display: flex;
  gap: 30px;
  border-top: 1px solid #fff;
  width: max-content;
  left: 22px;
  top: 86px;
  position: fixed;
  transform-origin: left bottom;
  transform: rotate(90deg);
  z-index: 10;
}

@media only screen and (max-width: 1100px) {
  .c_nav {
    left: 0;
  }
}

@media (max-width: 767px) {
  .c_nav {
    left: 0;
    top: 38px;
    gap: 23px;
  }
}

.c_nav a {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 767px) {
  .c_nav a {
    height: 40px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.c_title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.c_title ._en {
  padding-bottom: 10px;
  border-bottom: 3px solid #fff;
  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;
  }
}

.c_page-bg .c_nav {
  border-top-color: #0055A2;
}

@media only screen and (max-width: 1100px) {
  .c_page-bg .c_nav {
    top: 160px;
  }
}

@media (max-width: 767px) {
  .c_page-bg .c_nav {
    top: 90px;
  }
}

.c_page-bg .c_nav a {
  color: #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("../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: 59px 0 48px;
  }
}

.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 {
  margin-top: 98px;
  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;
    margin-top: 28px;
  }
}

@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;
  }
}
