@charset "UTF-8";
@import url("//fonts.googleapis.com/earlyaccess/notosansjp.css");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong,
em {
  font-style: normal;
  font-weight: normal;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  line-height: 1.7;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  color: #fff;
  background: linear-gradient(#195469 60%, #002939 100%);
}

.l-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.l-cols.rev {
  flex-direction: row-reverse;
}

.l-cols.left {
  justify-content: flex-start;
}

.l-cols.center {
  justify-content: center;
}

.l-cols.right {
  justify-content: flex-end;
}

.l-cols.top {
  align-items: flex-start;
}

.l-cols.middle {
  align-items: center;
}

.l-cols.bottom {
  align-items: flex-end;
}

.l-cols .self-top {
  align-self: flex-start;
}

.l-cols .self-bottom {
  align-self: flex-end;
}

.l-cols .order-1 {
  order: 1;
}

.l-cols .order-2 {
  order: 2;
}

.l-cols .order-3 {
  order: 3;
}

.l-cols .order-4 {
  order: 4;
}

.l-cols .order-5 {
  order: 5;
}

.l-cols .order-6 {
  order: 6;
}

.l-block {
  margin-bottom: 18.75vw;
}

.l-inner {
  margin: 0 auto;
  width: 90vw;
}

.l-narrow {
  margin-right: auto;
  margin-left: auto;
  width: 90vw;
}

.w-0 {
  width: 0% !important;
}

.w-1 {
  width: 1% !important;
}

.w-2 {
  width: 2% !important;
}

.w-3 {
  width: 3% !important;
}

.w-4 {
  width: 4% !important;
}

.w-5 {
  width: 5% !important;
}

.w-6 {
  width: 6% !important;
}

.w-7 {
  width: 7% !important;
}

.w-8 {
  width: 8% !important;
}

.w-9 {
  width: 9% !important;
}

.w-10 {
  width: 10% !important;
}

.w-11 {
  width: 11% !important;
}

.w-12 {
  width: 12% !important;
}

.w-13 {
  width: 13% !important;
}

.w-14 {
  width: 14% !important;
}

.w-15 {
  width: 15% !important;
}

.w-16 {
  width: 16% !important;
}

.w-17 {
  width: 17% !important;
}

.w-18 {
  width: 18% !important;
}

.w-19 {
  width: 19% !important;
}

.w-20 {
  width: 20% !important;
}

.w-21 {
  width: 21% !important;
}

.w-22 {
  width: 22% !important;
}

.w-23 {
  width: 23% !important;
}

.w-24 {
  width: 24% !important;
}

.w-25 {
  width: 25% !important;
}

.w-26 {
  width: 26% !important;
}

.w-27 {
  width: 27% !important;
}

.w-28 {
  width: 28% !important;
}

.w-29 {
  width: 29% !important;
}

.w-30 {
  width: 30% !important;
}

.w-31 {
  width: 31% !important;
}

.w-32 {
  width: 32% !important;
}

.w-33 {
  width: 33% !important;
}

.w-34 {
  width: 34% !important;
}

.w-35 {
  width: 35% !important;
}

.w-36 {
  width: 36% !important;
}

.w-37 {
  width: 37% !important;
}

.w-38 {
  width: 38% !important;
}

.w-39 {
  width: 39% !important;
}

.w-40 {
  width: 40% !important;
}

.w-41 {
  width: 41% !important;
}

.w-42 {
  width: 42% !important;
}

.w-43 {
  width: 43% !important;
}

.w-44 {
  width: 44% !important;
}

.w-45 {
  width: 45% !important;
}

.w-46 {
  width: 46% !important;
}

.w-47 {
  width: 47% !important;
}

.w-48 {
  width: 48% !important;
}

.w-49 {
  width: 49% !important;
}

.w-50 {
  width: 50% !important;
}

.w-51 {
  width: 51% !important;
}

.w-52 {
  width: 52% !important;
}

.w-53 {
  width: 53% !important;
}

.w-54 {
  width: 54% !important;
}

.w-55 {
  width: 55% !important;
}

.w-56 {
  width: 56% !important;
}

.w-57 {
  width: 57% !important;
}

.w-58 {
  width: 58% !important;
}

.w-59 {
  width: 59% !important;
}

.w-60 {
  width: 60% !important;
}

.w-61 {
  width: 61% !important;
}

.w-62 {
  width: 62% !important;
}

.w-63 {
  width: 63% !important;
}

.w-64 {
  width: 64% !important;
}

.w-65 {
  width: 65% !important;
}

.w-66 {
  width: 66% !important;
}

.w-67 {
  width: 67% !important;
}

.w-68 {
  width: 68% !important;
}

.w-69 {
  width: 69% !important;
}

.w-70 {
  width: 70% !important;
}

.w-71 {
  width: 71% !important;
}

.w-72 {
  width: 72% !important;
}

.w-73 {
  width: 73% !important;
}

.w-74 {
  width: 74% !important;
}

.w-75 {
  width: 75% !important;
}

.w-76 {
  width: 76% !important;
}

.w-77 {
  width: 77% !important;
}

.w-78 {
  width: 78% !important;
}

.w-79 {
  width: 79% !important;
}

.w-80 {
  width: 80% !important;
}

.w-81 {
  width: 81% !important;
}

.w-82 {
  width: 82% !important;
}

.w-83 {
  width: 83% !important;
}

.w-84 {
  width: 84% !important;
}

.w-85 {
  width: 85% !important;
}

.w-86 {
  width: 86% !important;
}

.w-87 {
  width: 87% !important;
}

.w-88 {
  width: 88% !important;
}

.w-89 {
  width: 89% !important;
}

.w-90 {
  width: 90% !important;
}

.w-91 {
  width: 91% !important;
}

.w-92 {
  width: 92% !important;
}

.w-93 {
  width: 93% !important;
}

.w-94 {
  width: 94% !important;
}

.w-95 {
  width: 95% !important;
}

.w-96 {
  width: 96% !important;
}

.w-97 {
  width: 97% !important;
}

.w-98 {
  width: 98% !important;
}

.w-99 {
  width: 99% !important;
}

.w-100 {
  width: 100% !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 1px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-9 {
  margin-bottom: 9px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-11 {
  margin-bottom: 11px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-17 {
  margin-bottom: 17px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.mb-19 {
  margin-bottom: 19px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-21 {
  margin-bottom: 21px !important;
}

.mb-22 {
  margin-bottom: 22px !important;
}

.mb-23 {
  margin-bottom: 23px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.mb-27 {
  margin-bottom: 27px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mb-29 {
  margin-bottom: 29px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-31 {
  margin-bottom: 31px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-33 {
  margin-bottom: 33px !important;
}

.mb-34 {
  margin-bottom: 34px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.mb-37 {
  margin-bottom: 37px !important;
}

.mb-38 {
  margin-bottom: 38px !important;
}

.mb-39 {
  margin-bottom: 39px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-41 {
  margin-bottom: 41px !important;
}

.mb-42 {
  margin-bottom: 42px !important;
}

.mb-43 {
  margin-bottom: 43px !important;
}

.mb-44 {
  margin-bottom: 44px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-46 {
  margin-bottom: 46px !important;
}

.mb-47 {
  margin-bottom: 47px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.mb-49 {
  margin-bottom: 49px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-51 {
  margin-bottom: 51px !important;
}

.mb-52 {
  margin-bottom: 52px !important;
}

.mb-53 {
  margin-bottom: 53px !important;
}

.mb-54 {
  margin-bottom: 54px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-56 {
  margin-bottom: 56px !important;
}

.mb-57 {
  margin-bottom: 57px !important;
}

.mb-58 {
  margin-bottom: 58px !important;
}

.mb-59 {
  margin-bottom: 59px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-61 {
  margin-bottom: 61px !important;
}

.mb-62 {
  margin-bottom: 62px !important;
}

.mb-63 {
  margin-bottom: 63px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-66 {
  margin-bottom: 66px !important;
}

.mb-67 {
  margin-bottom: 67px !important;
}

.mb-68 {
  margin-bottom: 68px !important;
}

.mb-69 {
  margin-bottom: 69px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-71 {
  margin-bottom: 71px !important;
}

.mb-72 {
  margin-bottom: 72px !important;
}

.mb-73 {
  margin-bottom: 73px !important;
}

.mb-74 {
  margin-bottom: 74px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-76 {
  margin-bottom: 76px !important;
}

.mb-77 {
  margin-bottom: 77px !important;
}

.mb-78 {
  margin-bottom: 78px !important;
}

.mb-79 {
  margin-bottom: 79px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-81 {
  margin-bottom: 81px !important;
}

.mb-82 {
  margin-bottom: 82px !important;
}

.mb-83 {
  margin-bottom: 83px !important;
}

.mb-84 {
  margin-bottom: 84px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-86 {
  margin-bottom: 86px !important;
}

.mb-87 {
  margin-bottom: 87px !important;
}

.mb-88 {
  margin-bottom: 88px !important;
}

.mb-89 {
  margin-bottom: 89px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-91 {
  margin-bottom: 91px !important;
}

.mb-92 {
  margin-bottom: 92px !important;
}

.mb-93 {
  margin-bottom: 93px !important;
}

.mb-94 {
  margin-bottom: 94px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-96 {
  margin-bottom: 96px !important;
}

.mb-97 {
  margin-bottom: 97px !important;
}

.mb-98 {
  margin-bottom: 98px !important;
}

.mb-99 {
  margin-bottom: 99px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

input[type=button], input[type=text], input[type=submit], input[type=checkbox] {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=text], input[type=email], textarea {
  padding: 0.78125vw;
  color: #000;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
}

select {
  padding: 5px;
  appearance: auto;
  border: 1px solid #000;
}

.fw-n {
  font-weight: normal;
}

.fw-b {
  font-weight: bold;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.fc-blk {
  color: #000;
}

.fc-wht {
  color: #fff;
}

.fc-blu {
  color: #195469;
}

.fc-d-blu {
  color: #002939;
}

.fc-red {
  color: #e60012;
}

.ta-l {
  text-align: left;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.nowrap {
  white-space: nowrap;
}

.txt-notice {
  font-size: 12px;
  color: #e60012;
}

.txt-error {
  color: #e60012;
}

.txt-break {
  word-break: break-all;
  overflow-wrap: break-word;
}

.error {
  color: #e60012;
}

.img-fix {
  width: 100%;
  height: auto;
}

.img-vfix {
  width: auto;
  height: 100%;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.img-crisp {
  image-rendering: -webkit-optimize-contrast;
}

.li-disc li {
  margin-left: 2em;
  list-style: disc;
}

.li-disc li.notice {
  list-style: none;
  position: relative;
}

.li-disc li.notice::before {
  content: "※";
  position: absolute;
  top: 0;
  left: -1.5em;
}

.li-num li {
  margin-left: 1.8em;
  list-style: decimal;
}

.li-num li.notice {
  list-style: none;
  position: relative;
}

.li-num li.notice::before {
  content: "※";
  position: absolute;
  top: 0;
  left: -1.3em;
}

.li-dot li {
  margin-left: 5px;
  padding-left: 25px;
  position: relative;
}

.li-dot li:not([class="notice"])::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 5px;
  position: absolute;
  top: 8px;
  left: 5px;
}

.li-dot li.notice {
  list-style: none;
  position: relative;
}

.li-dot li.notice::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.li-paren li {
  margin-left: 2em;
  list-style: none;
  position: relative;
  counter-increment: cnt;
}

.li-paren li:not([class="notice"])::before {
  content: "（" counter(cnt) "）";
  margin-left: -3em;
  width: 3em;
  display: inline-block;
  text-align: right;
  position: absolute;
  top: 0;
  left: .3em;
}

.li-paren li.notice {
  list-style: none;
  position: relative;
}

.li-paren li.notice::before {
  content: "※";
  position: absolute;
  top: 0;
  left: -1.5em;
}

.li-notice li {
  padding-left: 1.5em;
  position: relative;
}

.li-notice li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 5px;
}

.bg-gradient-blu {
  background: linear-gradient(#195469 28%, #002939 66%);
}

.ttl, .ttl-l, .ttl-s {
  margin-bottom: 25vw;
  height: 4.375vw;
  text-align: center;
  font-size: 6.25vw;
  background: url(../img/ico-star.svg) no-repeat center top;
  box-sizing: content-box;
}

.ttl img, .ttl-l img, .ttl-s img {
  width: auto;
  height: 100%;
  vertical-align: top;
}

.ttl-l {
  padding-top: 20.3125vw;
  background-size: 6.25vw auto;
}

.ttl-s {
  padding-top: 12.5vw;
  background-size: 3.75vw auto;
}

.borderless {
  border: none !important;
}

.btn-more {
  width: 46.875vw;
  font-size: 4.375vw;
  height: 11.71875vw;
  line-height: 10.9375vw;
  text-align: center;
  display: inline-block;
  border: 1px solid #fff;
  position: relative;
}

.btn-more img {
  width: auto;
  height: 3.125vw;
  vertical-align: baseline;
}

.btn-radio {
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 0.78125vw;
  padding-right: 3.125vw;
  color: #000;
  background: #fff;
  border-radius: 5px;
  position: relative;
}

.btn-radio label {
  padding-left: 35px;
}

.btn-radio label::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  border: 2px solid #a8b6bc;
  border-radius: 5px;
  top: 10px;
  left: 10px;
}

.btn-radio input[type=radio], .btn-radio input[type=checkbox] {
  position: absolute;
}

.btn-radio input[type=radio]:checked + label::before {
  background: #195469;
  border-color: #195469;
}

.btn-thumb {
  margin-bottom: 20px;
  display: block;
  position: relative;
}

.btn-thumb::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #002939;
  opacity: 0.3;
  transition: all 0.3s 0s;
}

.btn-thumb:hover::after {
  height: 100%;
}

.btn-totop {
  padding-top: 5.3125vw;
  height: 3.125vw;
  position: fixed;
  right: 20px;
  bottom: 43.75vw;
  box-sizing: content-box;
  cursor: pointer;
}

.btn-totop::before, .btn-totop::after {
  content: "";
  display: block;
  position: absolute;
  width: 2.8125vw;
  height: 1px;
  background: #fff;
  top: 0;
  transition: all 0.3s 0s;
}

.btn-totop::before {
  left: calc(50% - 2.8125vw);
  transform-origin: right top;
  transform: rotate(-45deg);
}

.btn-totop::after {
  right: calc(50% - 2.8125vw);
  transform-origin: left top;
  transform: rotate(45deg);
}

.btn-totop img {
  width: auto;
  height: 3.125vw;
  vertical-align: top;
}

.p-about {
  line-height: 2;
}

.p-about h1 {
  margin-bottom: 10vw;
  height: auto;
}

.p-about h1 img {
  height: 20vw;
}

.p-about h2 {
  margin-bottom: 9.375vw;
  font-size: 5.3125vw;
}

.p-about p {
  margin-bottom: 4.6875vw;
}

.p-news {
  margin-right: auto;
  margin-left: auto;
  width: 90vw;
}

.p-news a {
  position: relative;
  display: inline-block;
}

.p-news a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  background: #fff;
  left: 0;
  bottom: -2px;
  transition: all 0.3s 0s;
}

.p-news a:hover::after {
  height: 2px;
}

.p-news .list dt {
  margin-right: 10%;
  width: 30%;
}

.p-news .list dd {
  width: 60%;
  text-align: left;
}

.p-news .detail h1 {
  font-size: 28px;
  font-weight: bold;
}

.p-news .detail h2 {
  margin-bottom: 0;
  font-size: 24px !important;
  font-weight: bold;
}

.p-news .detail h3 {
  font-size: 22px;
}

.p-news .detail h4 {
  font-size: 20px;
}

.p-news .detail h5 {
  font-size: 18px;
}

.p-news .detail h6 {
  font-size: 16px;
}

.p-news .detail strong {
  font-weight: bold;
}

.p-news .detail em {
  font-style: italic;
}

.p-news .detail ul {
  margin-bottom: 20px;
  padding-left: 20px;
  list-style: disc;
}

.p-news .detail ol {
  margin-bottom: 20px;
  padding-left: 20px;
  list-style: decimal;
}

.p-news .detail blockquote {
  margin-bottom: 20px;
  padding: 20px;
  background: #002939;
}

.p-news .detail p {
  margin-bottom: 20px;
}

.p-news .main h2 {
  margin-bottom: 20px;
  font-size: 6.25vw;
}

.p-news .main p {
  margin-bottom: 20px;
}

.p-news .main .date {
  font-weight: bold;
}

.p-news .sub dl {
  margin-bottom: 10px;
}

.p-news .sub dt {
  padding-left: 7.03125vw;
  position: relative;
  cursor: pointer;
}

.p-news .sub dt::before, .p-news .sub dt::after {
  content: "";
  display: block;
  position: absolute;
  width: 3.125vw;
  height: 2px;
  background: #fff;
  top: 5vw;
  left: 0;
  transition: all 0.3s 0s;
}

.p-news .sub dt::after {
  transform: rotate(90deg);
}

.p-news .sub dt.open::after {
  transform: rotate(0);
}

.p-news .sub dd {
  padding-left: 7.03125vw;
}

.p-products {
  line-height: 2;
}

.p-category {
  margin: 0 auto 60px;
}

.p-category li {
  margin-bottom: 20px;
  padding: 10px;
  width: calc(100% / 2 - 10px);
}

.p-category li a {
  padding: 10px;
  width: 100%;
  font-size: 14px;
  background: #fff;
  display: inline-block;
  display: inline-block;
  text-align: center;
  position: relative;
}

.p-category li a span {
  transition: all 0.3s 0s;
  color: #002939;
  position: relative;
  z-index: 10;
}

.p-category li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  background: #002939;
  left: 0;
  bottom: 0;
  transition: all 0.3s 0s;
  z-index: 1;
}

.p-category li a:hover span {
  color: #fff;
}

.p-category li a:hover::before {
  height: 100%;
}

.p-anchor {
  margin: 0 auto 60px;
  width: 260px;
}

.p-anchor h2 {
  padding: 0 40px;
  position: relative;
}

.p-anchor h2::before, .p-anchor h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 54px;
  height: 1px;
  background: #fff;
  top: 16px;
}

.p-anchor h2::before {
  left: 10px;
}

.p-anchor h2::after {
  right: 10px;
}

.p-anchor li {
  margin-bottom: 20px;
  width: calc(100% / 5);
}

.p-anchor li a {
  font-size: 14px;
  position: relative;
}

.p-anchor li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  background: #fff;
  left: 0;
  bottom: -2px;
  transition: all 0.3s 0s;
}

.p-anchor li a:hover::after {
  height: 2px;
}

.p-thumblist .col {
  margin-bottom: 18.75vw;
  padding: 2.34375vw;
  padding-bottom: 13.28125vw;
  width: calc((100% / 3));
  display: flex;
  position: relative;
}

.p-thumblist .col img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-thumblist .col .btn-more {
  max-width: calc(100% - 4.6875vw);
  position: absolute;
  left: 2.34375vw;
  bottom: -2vw;
}

.p-thumblist .col .btn-maker {
  width: 220px;
  position: absolute;
  left: 0.8vw;
  bottom: 0.6vw;
  line-height: 1;
  font-size: 14px;
}
@media screen and  (min-width:481px) and ( max-width:1024px) {
	.p-thumblist .col .btn-maker {
  bottom: 5vw;
	left: 2vw;
	word-break: break-all;
}
	.p-thumblist .col .btn-maker span {
  padding-top: 20px;
}
}
@media screen and (max-width: 480px) {
	.p-thumblist .col .btn-maker {
  max-width: 100%;
  bottom: 15vw;
	word-break: break-all;
}
}


_:lang(x)::-internal-media-controls-overlay-cast-button, .p-thumblist .col .btn-maker {
  bottom: 1.4vw;
	width: 90%;
}


.p-company {
  line-height: 2;
}

.p-company .map {
  margin: 0 auto 30px;
  width: 100%;
  height: 60vw;
}

.p-company .map iframe {
  width: 100%;
  height: 100%;
}

.p-company p {
  margin-bottom: 30px;
}

.p-company dl {
  margin-bottom: 100px;
  text-align: left;
}

.p-company dl dd {
  margin-bottom: 20px;
}

.p-mission {
  line-height: 2;
}

.p-mission h2 {
  margin: 0 auto 6.5625vw;
  width: 37.5vw;
}

.p-mission h2 img {
  width: 100%;
  height: auto;
}

.p-mission p:not(:last-child) {
  margin-bottom: 7.8125vw;
}

.p-contact {
  line-height: 2;
  text-align: center;
}

.p-contact p {
  margin-bottom: 30px;
}

.p-contact .inquire {
  padding-top: 40.625vw;
  background: url(../img/img-inquire.png) no-repeat center top;
  background-size: 31.25vw auto;
}

.p-contact dl {
  text-align: left;
}

.p-contact dd {
  margin-bottom: 20px;
}

.p-contact input[type=text], .p-contact input[type=email] {
  width: 100%;
}

.p-contact textarea {
  width: 100%;
  height: 40vw;
}

.p-contact .radio label {
  margin-bottom: 10px;
  padding: 0.78125vw;
  color: #000;
  background: #fff;
  border-radius: 5px;
}

.p-contact .radio label span {
  padding-left: 30px;
  position: relative;
}

.p-contact .radio label span::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid #a8b6bc;
  border-radius: 5px;
  top: 5px;
  left: 5px;
}

.p-contact .radio label input[type=radio], .p-contact .radio label input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}

.p-contact .radio input[type=radio]:checked + span::before {
  background: #195469;
  border-color: #195469;
}

.p-contact .mwform-checkbox-field {
  padding-left: 20px;
  position: relative;
}

.p-contact .mwform-checkbox-field .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid #a8b6bc;
  border-radius: 5px;
  top: 5px;
  left: 0;
}

.p-contact input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  background: #fff;
  border-color: #195469;
}

.required::after {
  content: "※";
  margin-left: 5px;
  font-size: 3.75vw;
  color: #e60012;
}

.catch {
  margin-bottom: 0;
  padding: 23.4375vw 0 46.875vw;
  background: url(../img/bg-bear.svg) no-repeat center bottom, url(../img/bg-starry.png);
  background-size: 78.125vw auto, auto;
}

.catch h1 {
  padding-top: 26.5625vw;
  background: url(../img/ico-star.svg) no-repeat center top;
  background-size: 6.25vw auto;
}

.catch img {
  width: auto;
  height: 3.4375vw;
}

.g-header {
  padding-left: 3.125vw;
  width: 100%;
  height: 12.5vw;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
}

.g-header h1 {
  width: 21.25vw;
  line-height: 1;
}

.g-header h1 img {
  width: 100%;
  height: auto;
}

.g-header nav {
  text-align: center;
}

.g-header nav a {
  padding: 3.125vw 0;
  width: 100%;
  color: #002939;
  display: block;
  position: relative;
}

.g-header nav .btn-contact a {
  text-align: center;
  color: #fff;
}

.g-header .g-menu {
  width: 7.8125vw;
  height: 6.5625vw;
  position: absolute;
  top: 3.125vw;
  right: 3.125vw;
}

.g-header .g-menu span, .g-header .g-menu::before, .g-header .g-menu::after {
  width: 100%;
  height: 0.78125vw;
  background: #002939;
  position: absolute;
  left: 0;
}

.g-header .g-menu::before, .g-header .g-menu::after {
  content: "";
  display: block;
}

.g-header .g-menu::before {
  top: 0;
}

.g-header .g-menu span {
  top: 2.8125vw;
}

.g-header .g-menu::after {
  bottom: 0;
}

.g-main {
  padding-top: 0;
}

.g-main.secondary {
  padding: 31.25vw 0 62.5vw;
  min-height: calc(100vh - 57px);
}

.g-footer {
  padding: 20px 0;
  width: 100%;
  font-size: 1.875vw;
  text-align: center;
  color: #002939;
  background: #fff;
}

.g-footer p.inst {
	padding: 0 0 10px 0;
}
.g-footer p.inst img {
	width: 30px;
	}

.index {
  padding: 0;
  background: #195469;
  border-top: 12.5vw solid #fff;
  position: relative;
}

.index .wrap {
  padding-top: 10.9375vw;
  background: #195469 url(../img/img-killer.png) no-repeat center top;
  background-size: auto 1290px;
  z-index: -1;
}

.index .wrap::before, .index .wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.index .wrap::before {
  height: 100%;
  background: linear-gradient(transparent 10%, #fff 60%);
}

.index .wrap::after {
  background: url(../img/bg-trigone.svg) no-repeat center top;
  background-size: cover;
  mix-blend-mode: multiply;
  top: -30px;
}

.index .wrap .narrow {
  margin: 0 auto;
  width: 80vw;
}

.index .over {
  position: relative;
  z-index: 1;
}

.g-header, .g-footer {
  z-index: 500;
}

.g-header.over, .g-footer.over {
  z-index: 9999;
}

.index.over {
  z-index: 5000;
}

.btn-totop {
  z-index: 9999;
}

.is-unfixed {
  position: absolute;
  background: transparent;
}

.is-show {
  opacity: 1 !important;
  visibility: visible !important;
}

@media screen and (max-width: 640px) {
  .sp-l-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sp-l-cols.rev {
    flex-direction: row-reverse;
  }
  .sp-l-cols.left {
    justify-content: flex-start;
  }
  .sp-l-cols.center {
    justify-content: center;
  }
  .sp-l-cols.right {
    justify-content: flex-end;
  }
  .sp-l-cols.top {
    align-items: flex-start;
  }
  .sp-l-cols.middle {
    align-items: center;
  }
  .sp-l-cols.bottom {
    align-items: flex-end;
  }
  .sp-l-cols .self-top {
    align-self: flex-start;
  }
  .sp-l-cols .self-bottom {
    align-self: flex-end;
  }
  .sp-l-cols-order-1 {
    order: 1;
  }
  .sp-l-cols-order-2 {
    order: 2;
  }
  .sp-l-cols-order-3 {
    order: 3;
  }
  .sp-l-cols-order-4 {
    order: 4;
  }
  .sp-l-cols-order-5 {
    order: 5;
  }
  .sp-l-cols-order-6 {
    order: 6;
  }
  .noSP {
    display: none !important;
  }
  .sp-w-0 {
    width: 0% !important;
  }
  .sp-w-1 {
    width: 1% !important;
  }
  .sp-w-2 {
    width: 2% !important;
  }
  .sp-w-3 {
    width: 3% !important;
  }
  .sp-w-4 {
    width: 4% !important;
  }
  .sp-w-5 {
    width: 5% !important;
  }
  .sp-w-6 {
    width: 6% !important;
  }
  .sp-w-7 {
    width: 7% !important;
  }
  .sp-w-8 {
    width: 8% !important;
  }
  .sp-w-9 {
    width: 9% !important;
  }
  .sp-w-10 {
    width: 10% !important;
  }
  .sp-w-11 {
    width: 11% !important;
  }
  .sp-w-12 {
    width: 12% !important;
  }
  .sp-w-13 {
    width: 13% !important;
  }
  .sp-w-14 {
    width: 14% !important;
  }
  .sp-w-15 {
    width: 15% !important;
  }
  .sp-w-16 {
    width: 16% !important;
  }
  .sp-w-17 {
    width: 17% !important;
  }
  .sp-w-18 {
    width: 18% !important;
  }
  .sp-w-19 {
    width: 19% !important;
  }
  .sp-w-20 {
    width: 20% !important;
  }
  .sp-w-21 {
    width: 21% !important;
  }
  .sp-w-22 {
    width: 22% !important;
  }
  .sp-w-23 {
    width: 23% !important;
  }
  .sp-w-24 {
    width: 24% !important;
  }
  .sp-w-25 {
    width: 25% !important;
  }
  .sp-w-26 {
    width: 26% !important;
  }
  .sp-w-27 {
    width: 27% !important;
  }
  .sp-w-28 {
    width: 28% !important;
  }
  .sp-w-29 {
    width: 29% !important;
  }
  .sp-w-30 {
    width: 30% !important;
  }
  .sp-w-31 {
    width: 31% !important;
  }
  .sp-w-32 {
    width: 32% !important;
  }
  .sp-w-33 {
    width: 33% !important;
  }
  .sp-w-34 {
    width: 34% !important;
  }
  .sp-w-35 {
    width: 35% !important;
  }
  .sp-w-36 {
    width: 36% !important;
  }
  .sp-w-37 {
    width: 37% !important;
  }
  .sp-w-38 {
    width: 38% !important;
  }
  .sp-w-39 {
    width: 39% !important;
  }
  .sp-w-40 {
    width: 40% !important;
  }
  .sp-w-41 {
    width: 41% !important;
  }
  .sp-w-42 {
    width: 42% !important;
  }
  .sp-w-43 {
    width: 43% !important;
  }
  .sp-w-44 {
    width: 44% !important;
  }
  .sp-w-45 {
    width: 45% !important;
  }
  .sp-w-46 {
    width: 46% !important;
  }
  .sp-w-47 {
    width: 47% !important;
  }
  .sp-w-48 {
    width: 48% !important;
  }
  .sp-w-49 {
    width: 49% !important;
  }
  .sp-w-50 {
    width: 50% !important;
  }
  .sp-w-51 {
    width: 51% !important;
  }
  .sp-w-52 {
    width: 52% !important;
  }
  .sp-w-53 {
    width: 53% !important;
  }
  .sp-w-54 {
    width: 54% !important;
  }
  .sp-w-55 {
    width: 55% !important;
  }
  .sp-w-56 {
    width: 56% !important;
  }
  .sp-w-57 {
    width: 57% !important;
  }
  .sp-w-58 {
    width: 58% !important;
  }
  .sp-w-59 {
    width: 59% !important;
  }
  .sp-w-60 {
    width: 60% !important;
  }
  .sp-w-61 {
    width: 61% !important;
  }
  .sp-w-62 {
    width: 62% !important;
  }
  .sp-w-63 {
    width: 63% !important;
  }
  .sp-w-64 {
    width: 64% !important;
  }
  .sp-w-65 {
    width: 65% !important;
  }
  .sp-w-66 {
    width: 66% !important;
  }
  .sp-w-67 {
    width: 67% !important;
  }
  .sp-w-68 {
    width: 68% !important;
  }
  .sp-w-69 {
    width: 69% !important;
  }
  .sp-w-70 {
    width: 70% !important;
  }
  .sp-w-71 {
    width: 71% !important;
  }
  .sp-w-72 {
    width: 72% !important;
  }
  .sp-w-73 {
    width: 73% !important;
  }
  .sp-w-74 {
    width: 74% !important;
  }
  .sp-w-75 {
    width: 75% !important;
  }
  .sp-w-76 {
    width: 76% !important;
  }
  .sp-w-77 {
    width: 77% !important;
  }
  .sp-w-78 {
    width: 78% !important;
  }
  .sp-w-79 {
    width: 79% !important;
  }
  .sp-w-80 {
    width: 80% !important;
  }
  .sp-w-81 {
    width: 81% !important;
  }
  .sp-w-82 {
    width: 82% !important;
  }
  .sp-w-83 {
    width: 83% !important;
  }
  .sp-w-84 {
    width: 84% !important;
  }
  .sp-w-85 {
    width: 85% !important;
  }
  .sp-w-86 {
    width: 86% !important;
  }
  .sp-w-87 {
    width: 87% !important;
  }
  .sp-w-88 {
    width: 88% !important;
  }
  .sp-w-89 {
    width: 89% !important;
  }
  .sp-w-90 {
    width: 90% !important;
  }
  .sp-w-91 {
    width: 91% !important;
  }
  .sp-w-92 {
    width: 92% !important;
  }
  .sp-w-93 {
    width: 93% !important;
  }
  .sp-w-94 {
    width: 94% !important;
  }
  .sp-w-95 {
    width: 95% !important;
  }
  .sp-w-96 {
    width: 96% !important;
  }
  .sp-w-97 {
    width: 97% !important;
  }
  .sp-w-98 {
    width: 98% !important;
  }
  .sp-w-99 {
    width: 99% !important;
  }
  .sp-w-100 {
    width: 100% !important;
  }
  .sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .sp-mb-1 {
    margin-bottom: 1px !important;
  }
  .sp-mb-2 {
    margin-bottom: 2px !important;
  }
  .sp-mb-3 {
    margin-bottom: 3px !important;
  }
  .sp-mb-4 {
    margin-bottom: 4px !important;
  }
  .sp-mb-5 {
    margin-bottom: 5px !important;
  }
  .sp-mb-6 {
    margin-bottom: 6px !important;
  }
  .sp-mb-7 {
    margin-bottom: 7px !important;
  }
  .sp-mb-8 {
    margin-bottom: 8px !important;
  }
  .sp-mb-9 {
    margin-bottom: 9px !important;
  }
  .sp-mb-10 {
    margin-bottom: 10px !important;
  }
  .sp-mb-11 {
    margin-bottom: 11px !important;
  }
  .sp-mb-12 {
    margin-bottom: 12px !important;
  }
  .sp-mb-13 {
    margin-bottom: 13px !important;
  }
  .sp-mb-14 {
    margin-bottom: 14px !important;
  }
  .sp-mb-15 {
    margin-bottom: 15px !important;
  }
  .sp-mb-16 {
    margin-bottom: 16px !important;
  }
  .sp-mb-17 {
    margin-bottom: 17px !important;
  }
  .sp-mb-18 {
    margin-bottom: 18px !important;
  }
  .sp-mb-19 {
    margin-bottom: 19px !important;
  }
  .sp-mb-20 {
    margin-bottom: 20px !important;
  }
  .sp-mb-21 {
    margin-bottom: 21px !important;
  }
  .sp-mb-22 {
    margin-bottom: 22px !important;
  }
  .sp-mb-23 {
    margin-bottom: 23px !important;
  }
  .sp-mb-24 {
    margin-bottom: 24px !important;
  }
  .sp-mb-25 {
    margin-bottom: 25px !important;
  }
  .sp-mb-26 {
    margin-bottom: 26px !important;
  }
  .sp-mb-27 {
    margin-bottom: 27px !important;
  }
  .sp-mb-28 {
    margin-bottom: 28px !important;
  }
  .sp-mb-29 {
    margin-bottom: 29px !important;
  }
  .sp-mb-30 {
    margin-bottom: 30px !important;
  }
  .sp-mb-31 {
    margin-bottom: 31px !important;
  }
  .sp-mb-32 {
    margin-bottom: 32px !important;
  }
  .sp-mb-33 {
    margin-bottom: 33px !important;
  }
  .sp-mb-34 {
    margin-bottom: 34px !important;
  }
  .sp-mb-35 {
    margin-bottom: 35px !important;
  }
  .sp-mb-36 {
    margin-bottom: 36px !important;
  }
  .sp-mb-37 {
    margin-bottom: 37px !important;
  }
  .sp-mb-38 {
    margin-bottom: 38px !important;
  }
  .sp-mb-39 {
    margin-bottom: 39px !important;
  }
  .sp-mb-40 {
    margin-bottom: 40px !important;
  }
  .sp-mb-41 {
    margin-bottom: 41px !important;
  }
  .sp-mb-42 {
    margin-bottom: 42px !important;
  }
  .sp-mb-43 {
    margin-bottom: 43px !important;
  }
  .sp-mb-44 {
    margin-bottom: 44px !important;
  }
  .sp-mb-45 {
    margin-bottom: 45px !important;
  }
  .sp-mb-46 {
    margin-bottom: 46px !important;
  }
  .sp-mb-47 {
    margin-bottom: 47px !important;
  }
  .sp-mb-48 {
    margin-bottom: 48px !important;
  }
  .sp-mb-49 {
    margin-bottom: 49px !important;
  }
  .sp-mb-50 {
    margin-bottom: 50px !important;
  }
  .sp-mb-51 {
    margin-bottom: 51px !important;
  }
  .sp-mb-52 {
    margin-bottom: 52px !important;
  }
  .sp-mb-53 {
    margin-bottom: 53px !important;
  }
  .sp-mb-54 {
    margin-bottom: 54px !important;
  }
  .sp-mb-55 {
    margin-bottom: 55px !important;
  }
  .sp-mb-56 {
    margin-bottom: 56px !important;
  }
  .sp-mb-57 {
    margin-bottom: 57px !important;
  }
  .sp-mb-58 {
    margin-bottom: 58px !important;
  }
  .sp-mb-59 {
    margin-bottom: 59px !important;
  }
  .sp-mb-60 {
    margin-bottom: 60px !important;
  }
  .sp-mb-61 {
    margin-bottom: 61px !important;
  }
  .sp-mb-62 {
    margin-bottom: 62px !important;
  }
  .sp-mb-63 {
    margin-bottom: 63px !important;
  }
  .sp-mb-64 {
    margin-bottom: 64px !important;
  }
  .sp-mb-65 {
    margin-bottom: 65px !important;
  }
  .sp-mb-66 {
    margin-bottom: 66px !important;
  }
  .sp-mb-67 {
    margin-bottom: 67px !important;
  }
  .sp-mb-68 {
    margin-bottom: 68px !important;
  }
  .sp-mb-69 {
    margin-bottom: 69px !important;
  }
  .sp-mb-70 {
    margin-bottom: 70px !important;
  }
  .sp-mb-71 {
    margin-bottom: 71px !important;
  }
  .sp-mb-72 {
    margin-bottom: 72px !important;
  }
  .sp-mb-73 {
    margin-bottom: 73px !important;
  }
  .sp-mb-74 {
    margin-bottom: 74px !important;
  }
  .sp-mb-75 {
    margin-bottom: 75px !important;
  }
  .sp-mb-76 {
    margin-bottom: 76px !important;
  }
  .sp-mb-77 {
    margin-bottom: 77px !important;
  }
  .sp-mb-78 {
    margin-bottom: 78px !important;
  }
  .sp-mb-79 {
    margin-bottom: 79px !important;
  }
  .sp-mb-80 {
    margin-bottom: 80px !important;
  }
  .sp-mb-81 {
    margin-bottom: 81px !important;
  }
  .sp-mb-82 {
    margin-bottom: 82px !important;
  }
  .sp-mb-83 {
    margin-bottom: 83px !important;
  }
  .sp-mb-84 {
    margin-bottom: 84px !important;
  }
  .sp-mb-85 {
    margin-bottom: 85px !important;
  }
  .sp-mb-86 {
    margin-bottom: 86px !important;
  }
  .sp-mb-87 {
    margin-bottom: 87px !important;
  }
  .sp-mb-88 {
    margin-bottom: 88px !important;
  }
  .sp-mb-89 {
    margin-bottom: 89px !important;
  }
  .sp-mb-90 {
    margin-bottom: 90px !important;
  }
  .sp-mb-91 {
    margin-bottom: 91px !important;
  }
  .sp-mb-92 {
    margin-bottom: 92px !important;
  }
  .sp-mb-93 {
    margin-bottom: 93px !important;
  }
  .sp-mb-94 {
    margin-bottom: 94px !important;
  }
  .sp-mb-95 {
    margin-bottom: 95px !important;
  }
  .sp-mb-96 {
    margin-bottom: 96px !important;
  }
  .sp-mb-97 {
    margin-bottom: 97px !important;
  }
  .sp-mb-98 {
    margin-bottom: 98px !important;
  }
  .sp-mb-99 {
    margin-bottom: 99px !important;
  }
  .sp-mb-100 {
    margin-bottom: 100px !important;
  }
  .sp-img-fix {
    width: 100%;
    height: auto;
  }
  .sp-img-vfix {
    width: auto;
    height: 100%;
  }
  .sp-img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sp-img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .p-thumblist .col .btn-more {
    font-size: 3.75vw;
  }
	
  .p-contact .radio > span {
    display: block;
  }
  .g-header nav .btn-contact {
    padding: 10px;
  }
  .g-header nav .btn-contact a {
    background: #195469;
  }
  .g-header nav {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 12.1875vw;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s 0s;
  }
}

@media screen and (min-width: 641px) {
  .pc-l-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pc-l-cols.rev {
    flex-direction: row-reverse;
  }
  .pc-l-cols.left {
    justify-content: flex-start;
  }
  .pc-l-cols.center {
    justify-content: center;
  }
  .pc-l-cols.right {
    justify-content: flex-end;
  }
  .pc-l-cols.top {
    align-items: flex-start;
  }
  .pc-l-cols.middle {
    align-items: center;
  }
  .pc-l-cols.bottom {
    align-items: flex-end;
  }
  .pc-l-cols .self-top {
    align-self: flex-start;
  }
  .pc-l-cols .self-bottom {
    align-self: flex-end;
  }
  .pc-l-cols-order-1 {
    order: 1;
  }
  .pc-l-cols-order-2 {
    order: 2;
  }
  .pc-l-cols-order-3 {
    order: 3;
  }
  .pc-l-cols-order-4 {
    order: 4;
  }
  .pc-l-cols-order-5 {
    order: 5;
  }
  .pc-l-cols-order-6 {
    order: 6;
  }
  .l-block {
    margin-bottom: 120px;
  }
  .l-inner {
    width: 1000px;
  }
  .l-narrow {
    width: 800px;
  }
  .noPC {
    display: none !important;
  }
  .pc-w-0 {
    width: 0% !important;
  }
  .pc-w-1 {
    width: 1% !important;
  }
  .pc-w-2 {
    width: 2% !important;
  }
  .pc-w-3 {
    width: 3% !important;
  }
  .pc-w-4 {
    width: 4% !important;
  }
  .pc-w-5 {
    width: 5% !important;
  }
  .pc-w-6 {
    width: 6% !important;
  }
  .pc-w-7 {
    width: 7% !important;
  }
  .pc-w-8 {
    width: 8% !important;
  }
  .pc-w-9 {
    width: 9% !important;
  }
  .pc-w-10 {
    width: 10% !important;
  }
  .pc-w-11 {
    width: 11% !important;
  }
  .pc-w-12 {
    width: 12% !important;
  }
  .pc-w-13 {
    width: 13% !important;
  }
  .pc-w-14 {
    width: 14% !important;
  }
  .pc-w-15 {
    width: 15% !important;
  }
  .pc-w-16 {
    width: 16% !important;
  }
  .pc-w-17 {
    width: 17% !important;
  }
  .pc-w-18 {
    width: 18% !important;
  }
  .pc-w-19 {
    width: 19% !important;
  }
  .pc-w-20 {
    width: 20% !important;
  }
  .pc-w-21 {
    width: 21% !important;
  }
  .pc-w-22 {
    width: 22% !important;
  }
  .pc-w-23 {
    width: 23% !important;
  }
  .pc-w-24 {
    width: 24% !important;
  }
  .pc-w-25 {
    width: 25% !important;
  }
  .pc-w-26 {
    width: 26% !important;
  }
  .pc-w-27 {
    width: 27% !important;
  }
  .pc-w-28 {
    width: 28% !important;
  }
  .pc-w-29 {
    width: 29% !important;
  }
  .pc-w-30 {
    width: 30% !important;
  }
  .pc-w-31 {
    width: 31% !important;
  }
  .pc-w-32 {
    width: 32% !important;
  }
  .pc-w-33 {
    width: 33% !important;
  }
  .pc-w-34 {
    width: 34% !important;
  }
  .pc-w-35 {
    width: 35% !important;
  }
  .pc-w-36 {
    width: 36% !important;
  }
  .pc-w-37 {
    width: 37% !important;
  }
  .pc-w-38 {
    width: 38% !important;
  }
  .pc-w-39 {
    width: 39% !important;
  }
  .pc-w-40 {
    width: 40% !important;
  }
  .pc-w-41 {
    width: 41% !important;
  }
  .pc-w-42 {
    width: 42% !important;
  }
  .pc-w-43 {
    width: 43% !important;
  }
  .pc-w-44 {
    width: 44% !important;
  }
  .pc-w-45 {
    width: 45% !important;
  }
  .pc-w-46 {
    width: 46% !important;
  }
  .pc-w-47 {
    width: 47% !important;
  }
  .pc-w-48 {
    width: 48% !important;
  }
  .pc-w-49 {
    width: 49% !important;
  }
  .pc-w-50 {
    width: 50% !important;
  }
  .pc-w-51 {
    width: 51% !important;
  }
  .pc-w-52 {
    width: 52% !important;
  }
  .pc-w-53 {
    width: 53% !important;
  }
  .pc-w-54 {
    width: 54% !important;
  }
  .pc-w-55 {
    width: 55% !important;
  }
  .pc-w-56 {
    width: 56% !important;
  }
  .pc-w-57 {
    width: 57% !important;
  }
  .pc-w-58 {
    width: 58% !important;
  }
  .pc-w-59 {
    width: 59% !important;
  }
  .pc-w-60 {
    width: 60% !important;
  }
  .pc-w-61 {
    width: 61% !important;
  }
  .pc-w-62 {
    width: 62% !important;
  }
  .pc-w-63 {
    width: 63% !important;
  }
  .pc-w-64 {
    width: 64% !important;
  }
  .pc-w-65 {
    width: 65% !important;
  }
  .pc-w-66 {
    width: 66% !important;
  }
  .pc-w-67 {
    width: 67% !important;
  }
  .pc-w-68 {
    width: 68% !important;
  }
  .pc-w-69 {
    width: 69% !important;
  }
  .pc-w-70 {
    width: 70% !important;
  }
  .pc-w-71 {
    width: 71% !important;
  }
  .pc-w-72 {
    width: 72% !important;
  }
  .pc-w-73 {
    width: 73% !important;
  }
  .pc-w-74 {
    width: 74% !important;
  }
  .pc-w-75 {
    width: 75% !important;
  }
  .pc-w-76 {
    width: 76% !important;
  }
  .pc-w-77 {
    width: 77% !important;
  }
  .pc-w-78 {
    width: 78% !important;
  }
  .pc-w-79 {
    width: 79% !important;
  }
  .pc-w-80 {
    width: 80% !important;
  }
  .pc-w-81 {
    width: 81% !important;
  }
  .pc-w-82 {
    width: 82% !important;
  }
  .pc-w-83 {
    width: 83% !important;
  }
  .pc-w-84 {
    width: 84% !important;
  }
  .pc-w-85 {
    width: 85% !important;
  }
  .pc-w-86 {
    width: 86% !important;
  }
  .pc-w-87 {
    width: 87% !important;
  }
  .pc-w-88 {
    width: 88% !important;
  }
  .pc-w-89 {
    width: 89% !important;
  }
  .pc-w-90 {
    width: 90% !important;
  }
  .pc-w-91 {
    width: 91% !important;
  }
  .pc-w-92 {
    width: 92% !important;
  }
  .pc-w-93 {
    width: 93% !important;
  }
  .pc-w-94 {
    width: 94% !important;
  }
  .pc-w-95 {
    width: 95% !important;
  }
  .pc-w-96 {
    width: 96% !important;
  }
  .pc-w-97 {
    width: 97% !important;
  }
  .pc-w-98 {
    width: 98% !important;
  }
  .pc-w-99 {
    width: 99% !important;
  }
  .pc-w-100 {
    width: 100% !important;
  }
  .pc-mb-0 {
    margin-bottom: 0px !important;
  }
  .pc-mb-1 {
    margin-bottom: 1px !important;
  }
  .pc-mb-2 {
    margin-bottom: 2px !important;
  }
  .pc-mb-3 {
    margin-bottom: 3px !important;
  }
  .pc-mb-4 {
    margin-bottom: 4px !important;
  }
  .pc-mb-5 {
    margin-bottom: 5px !important;
  }
  .pc-mb-6 {
    margin-bottom: 6px !important;
  }
  .pc-mb-7 {
    margin-bottom: 7px !important;
  }
  .pc-mb-8 {
    margin-bottom: 8px !important;
  }
  .pc-mb-9 {
    margin-bottom: 9px !important;
  }
  .pc-mb-10 {
    margin-bottom: 10px !important;
  }
  .pc-mb-11 {
    margin-bottom: 11px !important;
  }
  .pc-mb-12 {
    margin-bottom: 12px !important;
  }
  .pc-mb-13 {
    margin-bottom: 13px !important;
  }
  .pc-mb-14 {
    margin-bottom: 14px !important;
  }
  .pc-mb-15 {
    margin-bottom: 15px !important;
  }
  .pc-mb-16 {
    margin-bottom: 16px !important;
  }
  .pc-mb-17 {
    margin-bottom: 17px !important;
  }
  .pc-mb-18 {
    margin-bottom: 18px !important;
  }
  .pc-mb-19 {
    margin-bottom: 19px !important;
  }
  .pc-mb-20 {
    margin-bottom: 20px !important;
  }
  .pc-mb-21 {
    margin-bottom: 21px !important;
  }
  .pc-mb-22 {
    margin-bottom: 22px !important;
  }
  .pc-mb-23 {
    margin-bottom: 23px !important;
  }
  .pc-mb-24 {
    margin-bottom: 24px !important;
  }
  .pc-mb-25 {
    margin-bottom: 25px !important;
  }
  .pc-mb-26 {
    margin-bottom: 26px !important;
  }
  .pc-mb-27 {
    margin-bottom: 27px !important;
  }
  .pc-mb-28 {
    margin-bottom: 28px !important;
  }
  .pc-mb-29 {
    margin-bottom: 29px !important;
  }
  .pc-mb-30 {
    margin-bottom: 30px !important;
  }
  .pc-mb-31 {
    margin-bottom: 31px !important;
  }
  .pc-mb-32 {
    margin-bottom: 32px !important;
  }
  .pc-mb-33 {
    margin-bottom: 33px !important;
  }
  .pc-mb-34 {
    margin-bottom: 34px !important;
  }
  .pc-mb-35 {
    margin-bottom: 35px !important;
  }
  .pc-mb-36 {
    margin-bottom: 36px !important;
  }
  .pc-mb-37 {
    margin-bottom: 37px !important;
  }
  .pc-mb-38 {
    margin-bottom: 38px !important;
  }
  .pc-mb-39 {
    margin-bottom: 39px !important;
  }
  .pc-mb-40 {
    margin-bottom: 40px !important;
  }
  .pc-mb-41 {
    margin-bottom: 41px !important;
  }
  .pc-mb-42 {
    margin-bottom: 42px !important;
  }
  .pc-mb-43 {
    margin-bottom: 43px !important;
  }
  .pc-mb-44 {
    margin-bottom: 44px !important;
  }
  .pc-mb-45 {
    margin-bottom: 45px !important;
  }
  .pc-mb-46 {
    margin-bottom: 46px !important;
  }
  .pc-mb-47 {
    margin-bottom: 47px !important;
  }
  .pc-mb-48 {
    margin-bottom: 48px !important;
  }
  .pc-mb-49 {
    margin-bottom: 49px !important;
  }
  .pc-mb-50 {
    margin-bottom: 50px !important;
  }
  .pc-mb-51 {
    margin-bottom: 51px !important;
  }
  .pc-mb-52 {
    margin-bottom: 52px !important;
  }
  .pc-mb-53 {
    margin-bottom: 53px !important;
  }
  .pc-mb-54 {
    margin-bottom: 54px !important;
  }
  .pc-mb-55 {
    margin-bottom: 55px !important;
  }
  .pc-mb-56 {
    margin-bottom: 56px !important;
  }
  .pc-mb-57 {
    margin-bottom: 57px !important;
  }
  .pc-mb-58 {
    margin-bottom: 58px !important;
  }
  .pc-mb-59 {
    margin-bottom: 59px !important;
  }
  .pc-mb-60 {
    margin-bottom: 60px !important;
  }
  .pc-mb-61 {
    margin-bottom: 61px !important;
  }
  .pc-mb-62 {
    margin-bottom: 62px !important;
  }
  .pc-mb-63 {
    margin-bottom: 63px !important;
  }
  .pc-mb-64 {
    margin-bottom: 64px !important;
  }
  .pc-mb-65 {
    margin-bottom: 65px !important;
  }
  .pc-mb-66 {
    margin-bottom: 66px !important;
  }
  .pc-mb-67 {
    margin-bottom: 67px !important;
  }
  .pc-mb-68 {
    margin-bottom: 68px !important;
  }
  .pc-mb-69 {
    margin-bottom: 69px !important;
  }
  .pc-mb-70 {
    margin-bottom: 70px !important;
  }
  .pc-mb-71 {
    margin-bottom: 71px !important;
  }
  .pc-mb-72 {
    margin-bottom: 72px !important;
  }
  .pc-mb-73 {
    margin-bottom: 73px !important;
  }
  .pc-mb-74 {
    margin-bottom: 74px !important;
  }
  .pc-mb-75 {
    margin-bottom: 75px !important;
  }
  .pc-mb-76 {
    margin-bottom: 76px !important;
  }
  .pc-mb-77 {
    margin-bottom: 77px !important;
  }
  .pc-mb-78 {
    margin-bottom: 78px !important;
  }
  .pc-mb-79 {
    margin-bottom: 79px !important;
  }
  .pc-mb-80 {
    margin-bottom: 80px !important;
  }
  .pc-mb-81 {
    margin-bottom: 81px !important;
  }
  .pc-mb-82 {
    margin-bottom: 82px !important;
  }
  .pc-mb-83 {
    margin-bottom: 83px !important;
  }
  .pc-mb-84 {
    margin-bottom: 84px !important;
  }
  .pc-mb-85 {
    margin-bottom: 85px !important;
  }
  .pc-mb-86 {
    margin-bottom: 86px !important;
  }
  .pc-mb-87 {
    margin-bottom: 87px !important;
  }
  .pc-mb-88 {
    margin-bottom: 88px !important;
  }
  .pc-mb-89 {
    margin-bottom: 89px !important;
  }
  .pc-mb-90 {
    margin-bottom: 90px !important;
  }
  .pc-mb-91 {
    margin-bottom: 91px !important;
  }
  .pc-mb-92 {
    margin-bottom: 92px !important;
  }
  .pc-mb-93 {
    margin-bottom: 93px !important;
  }
  .pc-mb-94 {
    margin-bottom: 94px !important;
  }
  .pc-mb-95 {
    margin-bottom: 95px !important;
  }
  .pc-mb-96 {
    margin-bottom: 96px !important;
  }
  .pc-mb-97 {
    margin-bottom: 97px !important;
  }
  .pc-mb-98 {
    margin-bottom: 98px !important;
  }
  .pc-mb-99 {
    margin-bottom: 99px !important;
  }
  .pc-mb-100 {
    margin-bottom: 100px !important;
  }
  input[type=text], input[type=email], textarea {
    padding: 5px;
  }
  .pc-img-fix {
    width: 100%;
    height: auto;
  }
  .pc-img-vfix {
    width: auto;
    height: 100%;
  }
  .pc-img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pc-img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .ttl, .ttl-l, .ttl-s {
    margin-bottom: 80px;
    height: 18px;
    font-size: 28px;
  }
  .ttl-l {
    padding-top: 130px;
    background-size: 40px auto;
  }
  .ttl-s {
    padding-top: 60px;
    background-size: 14px auto;
  }
  .btn-more {
    width: 220px;
    max-width: 100%;
    height: 40px;
    font-size: 18px;
    line-height: 35px;
  }
  .btn-more::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    background: #002939;
    left: 0;
    bottom: 0;
    transition: all 0.3s 0s;
    z-index: 1;
  }
  .btn-more:hover::before {
    height: 100%;
  }
  .btn-more img, .btn-more span {
    height: 14px;
    position: relative;
    z-index: 10;
  }
  .btn-radio {
    padding: 5px 20px;
    cursor: pointer;
  }
  .btn-radio label {
    padding-left: 20px;
  }
  .btn-radio::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    background: #002939;
    z-index: 1;
  }
  .btn-totop {
    padding-top: 34px;
    height: 12px;
    bottom: 120px;
  }
  .btn-totop::before, .btn-totop::after {
    width: 12px;
  }
  .btn-totop::before {
    left: calc(50% - 12px);
  }
  .btn-totop::after {
    right: calc(50% - 12px);
  }
  .btn-totop img {
    height: 12px;
  }
  .btn-totop:hover::before, .btn-totop:hover::after {
    top: -2px;
  }
  .p-about h1 {
    margin-bottom: 64px;
  }
  .p-about h1 img {
    height: 128px;
  }
  .p-about h2 {
    margin-bottom: 40px;
    font-size: 24px;
  }
  .p-about p {
    margin-bottom: 20px;
  }
  .p-news .list {
    margin: 0 auto;
    width: 600px;
  }
  .p-news .main h2 {
    font-size: 28px;
  }
  .p-news .sub dt {
    padding-left: 20px;
  }
  .p-news .sub dt::before, .p-news .sub dt::after {
    width: 10px;
    top: 14px;
  }
  .p-news .sub dd {
    padding-left: 20px;
  }
  .p-login .col {
    padding-bottom: 60px;
    position: relative;
  }
  .p-login .col .btn-more {
    position: absolute;
    left: calc(50% - 110px);
    bottom: 0;
  }
  .p-login .col .btn-more span {
    width: 100%;
    height: 100%;
    display: block;
  }
  .p-login .col:nth-child(1) {
    width: 55%;
  }
  .p-login .col:nth-child(2) {
    margin-top: 35px;
    width: 45%;
  }
  .p-category {
    width: 550px;
  }
  .p-category li {
    width: calc(100% / 3 - 30px);
  }
  .p-thumblist .col {
    margin-bottom: 90px;
    padding: 20px;
    width: calc((100% / 4));
		text-align: center;
  }
  .p-thumblist .col {
    padding-bottom: 40px;
  }
  .p-thumblist .col .btn-more {
    max-width: calc(100% - 40px);
    left: 20px;
  }
  .p-company .map {
    height: 400px;
  }
  .p-company dl {
    margin: 0 auto 100px;
    width: 560px;
  }
  .p-company dl dt {
    margin-right: 10%;
    width: 30%;
  }
  .p-company dl dd {
    margin-bottom: 0;
    width: 60%;
  }
  .p-mission h2 {
    margin-bottom: 42px;
    width: 240px;
  }
  .p-mission p:not(:last-child) {
    margin-bottom: 50px;
  }
  .p-contact .inquire {
    padding-top: 260px;
    background-size: 200px auto;
  }
  .p-contact .radio {
    cursor: pointer;
  }
  .p-contact .radio label {
    margin-right: 20px;
  }
  .p-contact .radio label span {
    padding-left: 35px;
  }
  .p-contact .radio::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    background: #002939;
    z-index: 1;
  }
  .p-contact .mwform-checkbox-field {
    padding-left: 35px;
  }
  .p-contact .mwform-checkbox-field .mwform-checkbox-field-text::before {
    left: 5px;
  }
  .p-contact {
    margin: 0 auto;
    width: 700px;
  }
  .p-contact dt {
    margin-bottom: 20px;
    margin-right: 5%;
    width: 30%;
  }
  .p-contact dd {
    margin-bottom: 20px;
    width: 65%;
  }
  .p-contact textarea {
    height: 200px;
  }
  .required::after {
    font-size: 14px;
  }
  .catch {
    padding: 170px 0 400px;
    background-size: 646px auto,
 auto;
  }
  .catch h1 {
    padding-top: 170px;
    background-size: 40px auto;
  }
  .catch img {
    height: 22px;
  }
  .g-header {
    height: 110px;
    padding-left: 46px;
  }
  .g-header h1 {
    width: 136px;
  }
  .g-header nav li {
    margin-left: 28px;
  }
  .g-header nav li:not(.btn-contact) a::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    background: #002939;
    left: 0;
    bottom: -2px;
    transition: all 0.3s 0s;
  }
  .g-header nav li:not(.btn-contact) a:hover::after {
    height: 2px;
  }
  .g-header nav a {
    padding: 0;
  }
  .g-header nav .btn-contact {
    background: #002939;
    position: relative;
  }
  .g-header nav .btn-contact::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    background: #fff;
    transition: all 0.3s 0s;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .g-header nav .btn-contact a {
    padding: 10px 30px;
    transition: all 0.3s 0s;
    z-index: 10;
  }
  .g-header nav .btn-contact:hover::before {
    height: 100%;
  }
  .g-header nav .btn-contact:hover a {
    color: #002939;
  }
  .g-main {
    padding-top: 0;
  }
  .g-main.secondary {
    padding: 200px 0 200px;
  }
  .g-footer {
    font-size: 12px;
  }
  .index {
    padding: 0;
    background-color: #195469;
    border-top-width: 110px;
  }
  .index .wrap {
    z-index: 1;
  }
  .index .wrap::before {
    height: 1290px;
  }
  .index .wrap::after {
    height: 1360px;
    background-size: 1200px 1360px;
    top: -70px;
  }
}

@media screen and (max-width: 641px) {
  .sp-fw-n {
    font-weight: normal;
  }
  .sp-fw-b {
    font-weight: bold;
  }
  .sp-fw-100 {
    font-weight: 100;
  }
  .sp-fw-200 {
    font-weight: 200;
  }
  .sp-fw-300 {
    font-weight: 300;
  }
  .sp-fw-400 {
    font-weight: 400;
  }
  .sp-fw-500 {
    font-weight: 500;
  }
  .sp-fw-600 {
    font-weight: 600;
  }
  .sp-fw-700 {
    font-weight: 700;
  }
  .sp-fw-800 {
    font-weight: 800;
  }
  .sp-fw-900 {
    font-weight: 900;
  }
  .sp-fc-blk {
    color: #000;
  }
  .sp-fc-wht {
    color: #fff;
  }
  .sp-fc-blu {
    color: #195469;
  }
  .sp-fc-d-blu {
    color: #002939;
  }
  .sp-fc-red {
    color: #e60012;
  }
  .sp-ta-l {
    text-align: left;
  }
  .sp-ta-c {
    text-align: center;
  }
  .sp-ta-r {
    text-align: right;
  }
  .sp-nowrap {
    white-space: nowrap;
  }
}

@media screen and (min-width: 640px) {
  .pc-fw-n {
    font-weight: normal;
  }
  .pc-fw-b {
    font-weight: bold;
  }
  .pc-fw-100 {
    font-weight: 100;
  }
  .pc-fw-200 {
    font-weight: 200;
  }
  .pc-fw-300 {
    font-weight: 300;
  }
  .pc-fw-400 {
    font-weight: 400;
  }
  .pc-fw-500 {
    font-weight: 500;
  }
  .pc-fw-600 {
    font-weight: 600;
  }
  .pc-fw-700 {
    font-weight: 700;
  }
  .pc-fw-800 {
    font-weight: 800;
  }
  .pc-fw-900 {
    font-weight: 900;
  }
  .pc-fc-blk {
    color: #000;
  }
  .pc-fc-wht {
    color: #fff;
  }
  .pc-fc-blu {
    color: #195469;
  }
  .pc-fc-d-blu {
    color: #002939;
  }
  .pc-fc-red {
    color: #e60012;
  }
  .pc-ta-l {
    text-align: left;
  }
  .pc-ta-c {
    text-align: center;
  }
  .pc-ta-r {
    text-align: right;
  }
  .pc-nowrap {
    white-space: nowrap;
  }
}

@media screen and (max-width: 1290px) {
  .index .wrap::before {
    height: 1330px;
  }
  .index .wrap::after {
    height: 1360px;
    top: -30px;
  }
}
