@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=BIZ+UDPGothic:wght@400;700&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=reset],
input[type=submit],
select,
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10000;
  cursor: pointer;
  width: 60px;
}
@media screen and (max-width: 640px) {
  #page-top {
    width: 80px;
  }
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1em;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  overflow-x: hidden;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-width: 1024px;
}
@media screen and (max-width: 1024px) {
  body {
    min-width: initial;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #00b9e7;
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.anchor_base {
  position: relative;
}
.anchor_base .anchor_point {
  position: absolute;
  left: 0;
  top: 0;
}

span.zero {
  display: inline-block;
}
span.zero::before {
  display: block;
  content: "0";
  color: rgba(0, 0, 0, 0);
}

span.zero_comma {
  display: inline-block;
}
span.zero_comma::before {
  display: block;
  content: "0,";
  color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 640px) {
  .hide_mobile {
    display: none;
  }
}

.active_mobile {
  display: none;
}
@media screen and (max-width: 640px) {
  .active_mobile {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .hide_mini {
    display: none;
  }
}

.active_mini {
  display: none;
}
@media screen and (max-width: 768px) {
  .active_mini {
    display: inline-block;
  }
}

@media screen and (max-width: 1024px) {
  .hide_tablet {
    display: none;
  }
}

.active_tablet {
  display: none;
}
@media screen and (max-width: 1024px) {
  .active_tablet {
    display: inline-block;
  }
}

@media screen and (max-width: 1180px) {
  .hide_tabletw {
    display: none;
  }
}

.active_tabletw {
  display: none;
}
@media screen and (max-width: 1180px) {
  .active_tabletw {
    display: inline-block;
  }
}

@media screen and (max-width: 820px) {
  .hide_middle {
    display: none;
  }
}

.active_middle {
  display: none;
}
@media screen and (max-width: 820px) {
  .active_middle {
    display: inline-block;
  }
}

@media screen and (max-width: 1280px) {
  .hide_note {
    display: none;
  }
}

.active_note {
  display: none;
}
@media screen and (max-width: 1280px) {
  .active_note {
    display: inline-block;
  }
}

@media screen and (max-width: 1400px) {
  .hide_pc {
    display: none;
  }
}

.active_pc {
  display: none;
}
@media screen and (max-width: 1400px) {
  .active_pc {
    display: inline-block;
  }
}

@media print {
  body {
    width: 1024px;
  }
}
:root {
  --gold: #c9a063;
  --corporate_color: #0b377d;
  --dark_blue: #304c74;
  --light_blue: #acd4e8;
}

header {
  width: 100%;
  height: 175px;
  background: linear-gradient(to bottom, #0b377d 0, #004998 15%, #006bb1 45%, #cce0f4 100%);
}
@media screen and (max-width: 640px) {
  header {
    height: auto;
  }
}
header .inner {
  width: min(1280px, 100%);
  height: 100%;
  margin: auto;
  color: #fff;
  background: url(../img/common/header_ptn_680.png) right bottom/680px 175px no-repeat;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
@media screen and (max-width: 640px) {
  header .inner {
    height: -moz-fit-content;
    height: fit-content;
    padding: 2em 0;
    display: block;
    background: url(../img/common/header_ptn_680.png) right bottom/contain no-repeat;
  }
}
header .inner_inner {
  width: min(960px, 93.75%);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  header .inner_inner {
    grid-template-columns: 420px;
    justify-content: center;
    row-gap: 2em;
  }
}
header .inner_inner .item1 {
  width: 332px;
}
@media screen and (max-width: 640px) {
  header .inner_inner .item1 {
    width: 100%;
  }
}
header .inner_inner .item2 {
  width: 328px;
}
@media screen and (max-width: 640px) {
  header .inner_inner .item2 {
    width: 100%;
  }
}

.header_nav {
  width: min(100%, 1000px);
  font-size: 16px;
  padding: 1em 0;
  margin: auto;
  border-bottom: 2px solid var(--gold);
}
@media screen and (max-width: 640px) {
  .header_nav {
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
    border: none;
  }
}
.header_nav #drawer_toggle {
  display: none;
}
@media screen and (max-width: 640px) {
  .header_nav #drawer_toggle {
    display: block;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 80px;
    height: 80px;
    z-index: 20000;
    cursor: pointer;
    background: var(--corporate_color);
    opacity: 0.93;
  }
  .header_nav #drawer_toggle span {
    position: absolute;
    width: 50px;
    height: 6px;
    border-radius: 3px;
    background: #fff;
    left: 15px;
    transition: all 0.4s;
  }
  .header_nav #drawer_toggle span:nth-child(1) {
    top: 20px;
  }
  .header_nav #drawer_toggle span:nth-child(2) {
    top: 37px;
  }
  .header_nav #drawer_toggle span:nth-child(3) {
    top: 54px;
  }
}
.header_nav #drawer_toggle.open span:nth-child(1) {
  top: 37px;
  transform: rotate(135deg);
}
.header_nav #drawer_toggle.open span:nth-child(2) {
  top: 37px;
  opacity: 0;
}
.header_nav #drawer_toggle.open span:nth-child(3) {
  top: 37px;
  transform: rotate(-135deg);
}
@media screen and (max-width: 640px) {
  .header_nav #global_nav {
    left: -100vw;
    transition: all 0.4s;
  }
  .header_nav #global_nav.open {
    left: 0;
  }
}
.header_nav .gnav ul {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
}
.header_nav .gnav ul li {
  padding: 0 1.25em;
  border-right: 1px solid #000;
}
.header_nav .gnav ul li.pc_first {
  border-left: 1px solid #000;
}
@media screen and (max-width: 640px) {
  .header_nav .gnav ul li.pc_first {
    border-left: none;
  }
}
.header_nav .gnav ul li a {
  color: #000;
}
.header_nav .gnav ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .header_nav .gnav ul li a {
    color: #fff;
  }
}
@media screen and (max-width: 640px) {
  .header_nav .gnav ul li {
    min-width: 6em;
    font-size: 27px;
    border: none;
    padding: 0.875em 1.5em;
    font-weight: 700;
    text-align: center;
  }
  .header_nav .gnav ul li:not(:last-of-type) {
    border-bottom: 2px dotted #fff;
  }
  .header_nav .gnav ul li:first-child {
    border-left: none;
  }
}
@media screen and (max-width: 640px) {
  .header_nav .gnav ul {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    grid-template-columns: auto;
  }
}
@media screen and (max-width: 640px) {
  .header_nav .gnav {
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    top: 0;
    right: 0;
    padding: 3em 3em;
    background: rgba(11, 55, 125, 0.95);
  }
}

.footer {
  width: min(100%, 1000px);
  margin: auto;
  padding: 1.25em 0;
  border-top: 2px solid var(--gold);
}
.footer .inner {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1em;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .footer .inner {
    font-size: 18px;
  }
}
.footer .inner a {
  color: #000;
}
.footer .inner a:hover {
  text-decoration: underline;
}
.footer .inner .under_nav {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  row-gap: 0.5em;
}
@media screen and (max-width: 640px) {
  .footer .inner .under_nav {
    display: none;
  }
}
.footer .inner .under_nav li {
  padding: 0 1.25em;
}
.footer .inner .under_nav li:not(:last-of-type) {
  border-right: 1px solid #000;
}

main {
  width: min(100%, 1000px);
  margin: auto;
  overflow: hidden;
}/*# sourceMappingURL=common.css.map */