@charset "UTF-8";
:root {
  --font-root: Noto Sans JP, ヒラギノ角ゴシック Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, Verdana, Arial, sans-serif;
  --font-helvetica: Helvetica, Arial, sans-serif;
  --line-height: 1.5625;
  --font-weight-root: 400;
  --font-size-root: 10px;
  --font-size: 1.6rem;
  --font-size-h1: 2.4rem;
  --font-size-h2: 2.2rem;
  --font-size-h3: 2rem;
  --font-size-h4: 1.8rem;
  --font-size-h5: 1.6rem;
  --font-size-h6: 1.4rem;
  --color-primary: #2567AB;
  --color-link: #333;
  --color-link-hover: #2567AB;
  --color-highlight: #C00;
  --color-grey: #ccc;
  --color-white: #fff;
  --color-black: #000;
  --bg-footer: #f8f8f8;
  --bg-root: #fff;
  --bg-hover: #2567AB;
  --color-root: #000;
  --color-hover: #2567AB;
}

/* stylelint-disable */
/* ******************************************************************

    --common.css--

    0. BoxModel change

    1. Common setting
        1-1. Reset styles
        1-2. Font styles
        1-3. General styles
        1-4. Text styles
        1-5. List styles
        1-6. CSS3 common styles

****************************************************************** */
/*==================================================================
    0. BoxModel change
===================================================================*/
/*==================================================================
    1. Common setting
===================================================================*/
/* ------------------------------------------------------------------
    1-1. Reset styles
-------------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
object,
iframe,
pre,
code,
p,
blockquote,
form,
fieldset,
legend,
table,
th,
td,
caption,
tbody,
tfoot,
thead,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
audio,
video,
canvas {
  margin: 0;
  padding: 0;
}

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

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

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

fieldset,
img {
  border: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul,
ol,
menu {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: none;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

legend {
  color: #000;
}

a img,
map a {
  border: none;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

embed {
  width: 100%;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

/* Font styles
-------------------------------------------------------------------*/
select,
input,
button,
textarea,
button {
  font-size: inherit;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  line-height: 1;
}

/* General styles
-------------------------------------------------------------------*/
table {
  empty-cells: show;
}

input {
  line-height: 1;
}

form img,
input,
select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

select {
  padding: 1px;
}

label {
  margin-right: 5px;
}

legend {
  display: none;
}

input[type=text],
input[type=password],
textarea {
  padding: 3px 4px 0 3px;
  border: 1px solid #999;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  font-size: 1.3rem;
}

/* ------------------------------------------------------------------
    1-2. VisualFormattingModel styles
-------------------------------------------------------------------*/
.noDisplay {
  display: none;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inlineBlock {
  display: inline-block !important;
}

.static {
  position: static !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

.leftBox {
  float: left;
}

.rightBox {
  float: right;
}

.nofloat {
  float: none !important;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.clear {
  clear: both !important;
}

a.hover:hover,
input.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/* ------------------------------------------------------------------
    1-3. BoxModel styles
-------------------------------------------------------------------*/
.auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt0,
.mv0,
.ma0 {
  margin-top: 0 !important;
}

.mr0,
.mh0,
.ma0 {
  margin-right: 0 !important;
}

.mb0,
.mv0,
.ma0 {
  margin-bottom: 0 !important;
}

.ml0,
.mh0,
.ma0 {
  margin-left: 0 !important;
}

.pt0,
.pv0,
.pa0 {
  padding-top: 0 !important;
}

.pr0,
.ph0,
.pa0 {
  padding-right: 0 !important;
}

.pb0,
.pv0,
.pa0 {
  padding-bottom: 0 !important;
}

.pl0,
.ph0,
.pa0 {
  padding-left: 0 !important;
}

.mt5,
.mv5,
.ma5 {
  margin-top: 5px !important;
}

.mr5,
.mh5,
.ma5 {
  margin-right: 5px !important;
}

.mb5,
.mv5,
.ma5 {
  margin-bottom: 5px !important;
}

.ml5,
.mh5,
.ma5 {
  margin-left: 5px !important;
}

.pt5,
.pv5,
.pa5 {
  padding-top: 5px !important;
}

.pr5,
.ph5,
.pa5 {
  padding-right: 5px !important;
}

.pb5,
.pv5,
.pa5 {
  padding-bottom: 5px !important;
}

.pl5,
.ph5,
.pa5 {
  padding-left: 5px !important;
}

.mt10,
.mv10,
.ma10 {
  margin-top: 10px !important;
}

.mr10,
.mh10,
.ma10 {
  margin-right: 10px !important;
}

.mb10,
.mv10,
.ma10 {
  margin-bottom: 10px !important;
}

.ml10,
.mh10,
.ma10 {
  margin-left: 10px !important;
}

.pt10,
.pv10,
.pa10 {
  padding-top: 10px !important;
}

.pr10,
.ph10,
.pa10 {
  padding-right: 10px !important;
}

.pb10,
.pv10,
.pa10 {
  padding-bottom: 10px !important;
}

.pl10,
.ph10,
.pa10 {
  padding-left: 10px !important;
}

.mt20,
.mv20,
.ma20 {
  margin-top: 20px !important;
}

.mr20,
.mh20,
.ma20 {
  margin-right: 20px !important;
}

.mb20,
.mv20,
.ma20 {
  margin-bottom: 20px !important;
}

.ml20,
.mh20,
.ma20 {
  margin-left: 20px !important;
}

.pt20,
.pv20,
.pa20 {
  padding-top: 20px !important;
}

.pr20,
.ph20,
.pa20 {
  padding-right: 20px !important;
}

.pb20,
.pv20,
.pa20 {
  padding-bottom: 20px !important;
}

.pl20,
.ph20,
.pa20 {
  padding-left: 20px !important;
}

.mt30,
.mv30,
.ma30 {
  margin-top: 30px !important;
}

.mr30,
.mh30,
.ma30 {
  margin-right: 30px !important;
}

.mb30,
.mv30,
.ma30 {
  margin-bottom: 30px !important;
}

.ml30,
.mh30,
.ma30 {
  margin-left: 30px !important;
}

.pt30,
.pv30,
.pa30 {
  padding-top: 30px !important;
}

.pr30,
.ph30,
.pa30 {
  padding-right: 30px !important;
}

.pb30,
.pv30,
.pa30 {
  padding-bottom: 30px !important;
}

.pl30,
.ph30,
.pa30 {
  padding-left: 30px !important;
}

.mt40,
.mv40,
.ma40 {
  margin-top: 40px !important;
}

.mr40,
.mh40,
.ma40 {
  margin-right: 40px !important;
}

.mb40,
.mv40,
.ma40 {
  margin-bottom: 40px !important;
}

.ml40,
.mh40,
.ma40 {
  margin-left: 40px !important;
}

.pt40,
.pv40,
.pa40 {
  padding-top: 40px !important;
}

.pr40,
.ph40,
.pa40 {
  padding-right: 40px !important;
}

.pb40,
.pv40,
.pa40 {
  padding-bottom: 40px !important;
}

.pl40,
.ph40,
.pa40 {
  padding-left: 40px !important;
}

.bt0,
.ba0 {
  border-top: none !important;
}

.br0,
.ba0 {
  border-right: none !important;
}

.bb0,
.ba0 {
  border-bottom: none !important;
}

.bl0,
.ba0 {
  border-left: none !important;
}

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

/* ------------------------------------------------------------------
    1-4. Text styles
-------------------------------------------------------------------*/
strong,
.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.note {
  margin-left: 1em;
  text-indent: -1em;
}

.f10 {
  font-size: 77%;
}

.f11 {
  font-size: 85%;
}

.f12 {
  font-size: 93%;
}

.f14 {
  font-size: 108%;
}

.f15 {
  font-size: 116%;
}

.f16 {
  font-size: 123.1%;
}

.f17 {
  font-size: 131%;
}

.f18 {
  font-size: 138.5%;
}

.f19 {
  font-size: 146.5%;
}

.f20 {
  font-size: 153.9%;
}

.f21 {
  font-size: 161.6%;
}

.f22 {
  font-size: 167%;
}

.f23 {
  font-size: 174%;
}

.f24 {
  font-size: 182%;
}

.f25 {
  font-size: 189%;
}

.f26 {
  font-size: 197%;
}

.red {
  color: #C00;
}

.white {
  color: #FFF;
}

.grayC {
  color: #CCC;
}

.gray9 {
  color: #999;
}

.gray6 {
  color: #666;
}

.gray3 {
  color: #333;
}

.black {
  color: #000;
}

.middle {
  vertical-align: middle !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.underline {
  text-decoration: underline !important;
}

/* ------------------------------------------------------------------
    1-5. List styles
-------------------------------------------------------------------*/
.disc {
  padding-left: 2em;
  list-style: disc;
}

.circle {
  padding-left: 2em;
  list-style: circle;
}

.decimal {
  padding-left: 2.4em;
  list-style: decimal;
}

/* ------------------------------------------------------------------
    1-6. CSS3 common styles
-------------------------------------------------------------------*/
.boxShadow {
  box-shadow: 0 0 5px #DDD;
}

.textShadowW {
  text-shadow: 0 1px 0 #E7E7E7;
}

.textShadowB {
  text-shadow: 0 1px 0 #111;
}

.radius5 {
  border-radius: 5px;
}

.radius10 {
  border-radius: 10px;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  overflow-x: hidden;
  background-color: var(--bg-root);
  font-size: var(--font-size-root);
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  color: var(--color-root);
  font-weight: normal;
  font-size: 1.3rem;
  font-family: var(--font-root);
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}

/**
 * Basic styles for links
 */
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.inner {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 20px;
}

#contents {
  width: 100%;
  min-height: calc(100vh - 260px);
}

@media only screen and (max-width: 992px) {
  #contents {
    padding-top: 40px;
    min-height: calc(100vh - 120px);
  }
}
@media only screen and (max-width: 768px) {
  #contents {
    min-height: calc(100vh - 55px);
  }
}
.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.ta-center {
  text-align: center !important;
}

.ta-right {
  text-align: right !important;
}

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

.align-items-center {
  align-items: center;
}

.mt-0 {
  margin-top: 0px !important;
}

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

.mr-0 {
  margin-right: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

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

.mr-5 {
  margin-right: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

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

.mr-10 {
  margin-right: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

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

.mr-15 {
  margin-right: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

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

.mr-20 {
  margin-right: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

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

.mr-25 {
  margin-right: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

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

.mr-30 {
  margin-right: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

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

.w-150 {
  width: 150px !important;
}

.w-170 {
  width: 170px !important;
}

.w-200 {
  width: 200px !important;
}

.w-300 {
  width: 300px !important;
}

.h-150 {
  height: 150px !important;
}

.h-300 {
  height: 300px !important;
}

.h-500 {
  height: 500px !important;
}

.e-icon {
  height: 1em;
  transition: fill 0.3s, stroke 0.3s, transform 0.3s;
  width: 1em;
}

a.e-btn-cmn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.8rem;
  font-weight: 600;
  height: 60px;
  min-width: 340px;
  color: #001489;
  background-color: var(--color-white);
  border-radius: 4px;
}
@media only screen and (min-width: 1025px) {
  a.e-btn-cmn {
    transition: opacity 0.3s ease;
  }
  a.e-btn-cmn:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 768px) {
  a.e-btn-cmn {
    min-width: 295px;
    font-size: 1.6rem;
  }
}
.e-link--icon {
  color: #111;
  display: inline-block;
  text-decoration: none;
}
.e-link--icon svg {
  font-size: 1.8rem;
  fill: currentColor;
  margin-bottom: -4px;
  margin-right: 5px;
}
@media only screen and (min-width: 1025px) {
  .e-link--icon {
    transition: color 0.3s;
  }
  .e-link--icon:hover {
    color: var(--color-primary);
    text-decoration: none;
  }
}

.e-headline-cmn {
  margin-bottom: 60px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
.e-headline-cmn span {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 20%;
  color: var(--color-black);
  position: relative;
  display: inline-block;
  padding: 0px 35px;
  z-index: 1;
}
.e-headline-cmn span:after {
  position: absolute;
  content: "";
  left: 0;
  height: 20px;
  width: 100%;
  border-radius: 10px;
  bottom: 0px;
  z-index: -1;
}
.e-headline-cmn span.line--white:after {
  background-color: var(--color-white);
}
.e-headline-cmn span.line--blue:after {
  background-color: #001489;
}
.e-headline-cmn span.line--green:after {
  background-color: #198449;
}
.e-headline-cmn span.color--blue {
  color: #001489;
}
.e-headline-cmn span.color--white {
  color: var(--color-white);
}

@media only screen and (max-width: 768px) {
  .e-headline-cmn {
    margin-bottom: 30px;
  }
  .e-headline-cmn span {
    font-size: 2.2rem;
    padding: 0px 10px;
    letter-spacing: 0;
  }
  .e-headline-cmn span:after {
    height: 14px;
  }
}
.e-txt, .e-txt--suggest, .e-txt--error {
  font-size: 1.3rem;
  line-height: 1.4;
}
.e-txt mark, .e-txt--suggest mark, .e-txt--error mark {
  background-color: transparent;
  color: #C00;
  font-weight: 700;
}
.e-txt a, .e-txt--suggest a, .e-txt--error a {
  color: var(--color-primary);
  text-decoration: none;
}
.e-txt a:hover, .e-txt--suggest a:hover, .e-txt--error a:hover {
  text-decoration: underline;
}
.e-txt--error {
  color: red;
}
.e-txt--suggest {
  color: green;
}
.e-txt--highlight {
  display: inline-block;
  color: #FFF8A6;
}
.e-txt01 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 40px;
}
.e-txt-note {
  font-size: 1.4rem;
  line-height: 1.7;
}

@media only screen and (max-width: 768px) {
  .e-txt01 {
    font-size: 1.6rem;
  }
  .e-txt-note {
    font-size: 1.2rem;
  }
}
.e-msg, .e-msg--icon {
  background-color: #FFE0E6;
  border: 1px solid #FF8282;
  border-radius: 4px;
  padding: 15px;
}
.e-msg svg, .e-msg--icon svg {
  fill: #f00;
  font-size: 1.8rem;
  margin-bottom: -4px;
  margin-right: 5px;
}
.e-msg--icon {
  color: #f00;
}
.e-msg--icon li:not(:last-child) {
  margin-bottom: 10px;
}

.e-textbox {
  font-size: 0;
}
.e-textbox textarea,
.e-textbox input {
  background-color: var(--color-white);
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1.3rem;
  height: 40px;
  padding: 10px;
  transition: border-color 0.3s;
  width: 100%;
}
.e-textbox textarea:focus,
.e-textbox input:focus {
  border-color: var(--color-primary);
  outline: none;
}

.e-select {
  font-size: 0;
  max-width: 92%;
}
.e-select select {
  background-color: var(--color-white);
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1.3rem;
  height: 40px;
  padding: 10px;
  transition: border-color 0.3s;
  width: 100%;
}
.e-select select:focus {
  border-color: var(--color-primary);
  outline: none;
}

.e-checkbox input {
  border-width: 0;
  font-size: 1.3rem;
  height: 0;
  left: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.e-checkbox input:checked + label::after {
  opacity: 1;
}
.e-checkbox label {
  color: #606060;
  padding-left: 25px;
  padding-top: 1px;
  position: relative;
}
.e-checkbox label::after {
  background: #fff url("/img/admin/icon/icon_checked.png") no-repeat center center/100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s;
  width: 18px;
  z-index: 2;
}
.e-checkbox label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
  z-index: 1;
}
.e-checkbox label:hover {
  cursor: pointer;
}

.e-radio input {
  border-width: 0;
  font-size: 1.3rem;
  height: 0;
  left: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.e-radio input:checked + label::before {
  border-color: var(--color-primary);
}
.e-radio input:checked + label::after {
  opacity: 1;
}
.e-radio label {
  color: #606060;
  padding-left: 25px;
  padding-top: 1px;
  position: relative;
}
.e-radio label::after {
  background-color: var(--color-primary);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 10px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 4px;
  transition: opacity 0.3s;
  width: 10px;
  z-index: 2;
}
.e-radio label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  transition: border-color 0.3s;
  width: 18px;
  z-index: 1;
}
.e-radio label:hover {
  cursor: pointer;
}

.e-status, .e-status--rough, .e-status--check, .e-status--unsupported, .e-status--public {
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 5px;
  text-align: center;
  width: 70px;
}
.e-status--public {
  background-color: #447ECC;
}
.e-status--unsupported {
  background-color: #c00;
}
.e-status--check {
  background-color: #f90;
}
.e-status--rough {
  background-color: #aaa;
}

footer#g_footer {
  padding-top: 40px;
  background-color: #363636;
}

.c-keyv-home {
  background: url("../img/home/keyv.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.c-keyv-home__wrapper {
  padding: 50px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 680px;
}
.c-keyv-home__headline {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
}
.c-keyv-home__headline-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #001489;
  width: 74px;
  height: 74px;
  border-radius: 4px;
  font-size: 5.8rem;
  line-height: 1;
  color: var(--color-white);
  font-weight: 500;
}
.c-keyv-home__headline--white {
  color: #001489;
  background-color: var(--color-white);
}
.c-keyv-home__headline-sub {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.c-keyv-home__headline-sub-item {
  display: inline-block;
  background-color: var(--color-white);
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 4px;
  padding: 7px 25px;
  text-align: center;
  color: #001489;
}
.c-keyv-home__headline-sub__sign {
  font-weight: 600;
  font-size: 3rem;
  color: var(--color-white);
}
.c-keyv-home__title {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 600;
  color: var(--color-white);
  margin-bottom: 15px;
}
.c-keyv-home__text {
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 500;
  color: var(--color-white);
}

@media only screen and (max-width: 992px) {
  .c-keyv-home__headline {
    gap: 10px;
  }
  .c-keyv-home__headline-item {
    width: 55px;
    height: 55px;
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-keyv-home {
    background-position: 85% 50%;
  }
  .c-keyv-home__wrapper {
    padding: 35px;
    height: 600px;
  }
  .c-keyv-home__headline {
    gap: 5px;
    margin-bottom: 10px;
  }
  .c-keyv-home__headline-item {
    width: 50px;
    height: 50px;
    font-size: 3.8rem;
  }
  .c-keyv-home__headline-sub {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
  }
  .c-keyv-home__headline-sub-item {
    font-size: 1.4rem;
    padding: 4px 10px;
  }
  .c-keyv-home__headline-sub__sign {
    font-size: 2.4rem;
  }
  .c-keyv-home__title {
    font-size: 3rem;
  }
  .c-keyv-home__text {
    font-size: 1.4rem;
  }
}
.c-breadcrumb {
  align-items: center;
  background-color: #fafafa;
  display: flex;
  margin: 0 -20px 20px;
  padding: 15px 21px 13px;
  font-size: 1.2rem;
  line-height: 1;
}
.c-breadcrumb a {
  background: url("/img/common/icon_breadcrumbs.gif") no-repeat 100% 50%;
  color: #666;
  display: inline-block;
  margin-right: 5px;
  padding-right: 15px;
  text-decoration: none;
}
.c-breadcrumb em {
  display: inline-block;
  font-weight: normal;
  font-style: normal;
}
@media only screen and (min-width: 1025px) {
  .c-breadcrumb a {
    transition: color 0.3s;
  }
  .c-breadcrumb a:hover {
    color: var(--color-primary);
  }
}

.c-pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.c-pagination li {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
.c-pagination li:first-child a, .c-pagination li:last-child a {
  border-radius: 100vw;
  padding-left: 9px;
  padding-right: 9px;
  width: auto;
}
.c-pagination strong,
.c-pagination a {
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #111;
  display: inline-flex;
  height: 27px;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.25s, color 0.25s;
  width: 27px;
}
.c-pagination strong {
  background-color: #777;
  color: var(--color-white);
  font-weight: 700;
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  .c-pagination a {
    transition: background-color 0.3s, color 0.3s;
  }
  .c-pagination a:hover {
    background-color: #777;
    color: var(--color-white);
    text-decoration: none;
  }
}

.c-table {
  margin-bottom: 20px;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.c-table::-webkit-scrollbar {
  background-color: #e6e6e6;
  height: 10px;
  overflow: visible;
  width: 10px;
}
.c-table::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
.c-table::-webkit-scrollbar-track {
  background-clip: padding-box;
  box-shadow: inset 1px 0 0 #e6e6e6;
}
.c-table::-webkit-scrollbar-track:hover {
  background-color: #f3f3f3;
  box-shadow: inset 1px 0 0 #e6e6e6;
}
.c-table::-webkit-scrollbar-track:active {
  background-color: #f3f3f3;
  box-shadow: inset 1px 0 0 #dcdcdc, inset -1px 0 0 #eeeeee;
}
.c-table::-webkit-scrollbar-thumb {
  background-color: #a5a5a5;
  background-clip: padding-box;
  border: solid transparent;
  border-width: 1px 1px 1px 0px;
  min-height: 28px;
  padding: 100px 0 0;
  box-shadow: inset 1px 1px 0 #e6e6e6, inset 0 -1px 0 #a5a5a5;
}
.c-table::-webkit-scrollbar-thumb:hover {
  background-color: #a5a5a5;
  box-shadow: inset 1px 1px 1px #a5a5a5;
}
.c-table::-webkit-scrollbar-thumb:active {
  background-color: #808080;
  box-shadow: inset 1px 1px 3px #a6a6a6;
}
.c-table__sum {
  align-items: flex-end;
  display: flex;
  margin-bottom: 10px;
}
.c-table__sum strong {
  color: #f60;
  font-family: var(--font-helvetica);
  font-size: 2rem;
  margin-right: 5px;
}
.c-table__sum dt {
  line-height: 1.1;
  margin-right: 5px;
}
.c-table table {
  border: 1px solid #ccc;
  background-color: var(--color-white);
  width: 100%;
}
.c-table table th,
.c-table table td {
  border: 1px solid #ccc;
  padding: 10px;
}
.c-table table th {
  font-weight: 700;
  text-align: center;
}
.c-table table th[data-required]::after {
  content: attr(data-required);
  color: #c00;
}

.c-contact__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

section.contact_area {
  padding-top: 70px;
  padding-bottom: 60px;
  background-color: #fff;
  width: 100%;
}
section.contact_area .contact_title {
  font-weight: 700;
}
section.contact_area .info_wrap p {
  font-size: 1.6rem;
  line-height: 2em;
  color: #000;
}
@media only screen and (max-width: 768px) {
  section.contact_area .out_wrap .inner {
    padding: 14px;
  }
  section.contact_area .info_wrap p {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 768px) {
  .c-contact__wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.c-section-cmn {
  padding: 60px 0px;
}

.c-problem {
  padding-top: 80px;
  padding-bottom: 100px;
  background: url("../img/home/bg-diagnosis.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.c-problem__block {
  display: flex;
  align-items: center;
  gap: 40px;
}
.c-problem__img-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: calc(50% - 40px);
}
.c-problem__img-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: calc((100% - 20px) / 2);
}
.c-problem__img-item img {
  width: 100%;
}
.c-problem__img-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 6px 10px;
  text-align: center;
  font-size: 1.6rem;
  color: var(--color-white);
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.5);
}
.c-problem__info {
  display: flex;
  gap: 12px;
  background-color: var(--color-white);
  padding: 10px 15px;
  border-radius: 4px;
  color: var(--color-black);
  font-weight: 500;
}
.c-problem__info--l-spacing {
  letter-spacing: 20%;
}
.c-problem__info-icon {
  display: inline-block;
  min-width: 26px;
}
.c-problem__info-text {
  font-size: 2rem;
  line-height: 1.6;
}
.c-problem__info-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.c-problem__info--highlight {
  display: inline-block;
  font-weight: 500;
  box-shadow: inset 0 -10px 0 0 #FFF8A6;
}
.c-problem .c-problem__info-list {
  width: 50%;
}

.c-info__text {
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 20%;
  font-weight: 600;
  color: var(--color-white);
  text-align: center;
}
.c-info__text span {
  font-size: 2.4rem;
}

.line--top {
  position: relative;
}
.line--top:before, .line--top:after {
  position: absolute;
  content: "";
  height: 40px;
  width: 4px;
  left: 50%;
  transform: translateX(-50%);
}
.line--top:before {
  top: -40px;
  background-color: #198449;
}
.line--top:after {
  top: 0;
  background-color: var(--color-white);
}

.c-program__list {
  display: flex;
  gap: 20px;
}
.c-program__item {
  width: calc((100% - 40px) / 3);
  border-radius: 4px;
  overflow: hidden;
}
.c-program__content {
  background-color: var(--color-white);
  padding: 20px 30px;
  min-height: calc(100% - 86px);
}
.c-program__title {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 4px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.c-program__title:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 4px;
  border-radius: 2px;
  background-color: #001489;
  left: 0;
  bottom: 0px;
}
.c-program__number {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  font-size: 5rem;
  line-height: 1;
  color: #001489;
}
.c-program__text {
  display: inline-block;
  color: var(--color-black);
  font-size: 2rem;
  font-weight: 700;
}
.c-program__img {
  line-height: 0;
  margin-bottom: 15px;
}
.c-program__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-program__note {
  display: inline-block;
  position: relative;
  padding-left: 12px;
  font-size: 1.5rem;
  color: var(--color-black);
}
.c-program__note:before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #001489;
}
.c-program__note-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-program__note-list--columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.c-program__note-list--columns .c-program__note.full-width {
  grid-column: span 2;
}
.c-program__bottom {
  background-color: #001489;
  padding: 18px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color-white);
}

.c-price__box {
  min-width: 440px;
  width: -moz-min-content;
  width: min-content;
  margin: 0 auto 10px;
  background-color: var(--color-white);
  padding: 20px 15px;
  border: 1px solid #001489;
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #001489;
  font-weight: 700;
  border-radius: 4px;
  line-height: 1;
}
.c-price__number {
  font-size: 6rem;
}
.c-price__number--small {
  font-size: 3rem;
  font-weight: 400;
}
.c-price__unit {
  font-size: 3rem;
}
.c-price__text {
  font-size: 2.4rem;
  font-weight: 400;
}

.c-necessary__list {
  display: flex;
  justify-content: center;
  gap: 125px;
}
.c-necessary__list > * {
  width: calc((100% - 250px) / 3);
}
.c-necessary__list .c-necessary__item:not(:last-child) {
  position: relative;
}
.c-necessary__list .c-necessary__item:not(:last-child):after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: -62.5px;
  transform: translateX(50%);
  top: 0;
  background-color: #F4F5FA;
}
.c-necessary__item {
  text-align: center;
  color: var(--color-white);
  line-height: 1.6;
}
.c-necessary-img {
  line-height: 0;
  margin-bottom: 15px;
}
.c-necessary-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-necessary__title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.c-necessary__text {
  font-size: 1.6rem;
}

.c-proposal__block:not(:last-child) {
  margin-bottom: 60px;
}
.c-proposal__block--green {
  color: #198449;
}
.c-proposal__block--green .c-proposal__intro {
  background-color: #198449;
}
.c-proposal__block--green .c-proposal__item, .c-proposal__block--green .c-proposal__info {
  border-color: #198449;
}
.c-proposal__block--orange {
  color: #FF8800;
}
.c-proposal__block--orange .c-proposal__intro {
  background-color: #FF8800;
}
.c-proposal__block--orange .c-proposal__item, .c-proposal__block--orange .c-proposal__info {
  border-color: #FF8800;
}
.c-proposal__block--orange .c-proposal__item-text-original {
  background-color: #FF8800;
}
.c-proposal__block--orange .c-proposal__item-text-original::before {
  background: fixed url("../img/common/icon-arrow-right-orange.svg") no-repeat 50% 50%/cover;
}
.c-proposal__block--red {
  color: #C51616;
}
.c-proposal__block--red .c-proposal__intro {
  background-color: #C51616;
}
.c-proposal__block--red .c-proposal__item, .c-proposal__block--red .c-proposal__info {
  border-color: #C51616;
}
.c-proposal__block--red .c-proposal__item-text-original {
  background-color: #C51616;
}
.c-proposal__block--red .c-proposal__item-text-original::before {
  background: fixed url("../img/common/icon-arrow-right-red.svg") no-repeat 50% 50%/cover;
}
.c-proposal__intro {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  border-radius: 4px 4px 0px 0px;
  padding: 10px 20px;
  color: var(--color-white);
  font-weight: 700;
  line-height: 1;
}
.c-proposal__case {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Roboto", sans-serif;
}
.c-proposal__case-text {
  font-size: 2rem;
  text-transform: uppercase;
}
.c-proposal__case-number {
  font-size: 4rem;
}
.c-proposal__title-tag {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  min-width: 60px;
  text-align: center;
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid var(--color-white);
  margin-right: 5px;
}
.c-proposal__title-text {
  font-size: 1.8rem;
}
.c-proposal__inner {
  max-width: 690px;
  margin: 0 auto;
}
.c-proposal__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}
.c-proposal__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  width: calc((100% - 60px) / 3);
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 10px 20px;
  text-align: center;
}
.c-proposal__item-title {
  font-size: 1.6rem;
  font-weight: 700;
}
.c-proposal__item-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-proposal__item-img {
  line-height: 0;
}
.c-proposal__item-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-proposal__item-text {
  font-weight: 700;
  line-height: 1;
}
.c-proposal__item-text-original {
  font-size: 1.4rem;
  color: var(--color-white);
  border-radius: 4px;
  min-width: 54px;
  padding: 2px 5px;
  line-height: 1.8;
  position: relative;
}
.c-proposal__item-text-original .c-proposal__item-unit {
  font-size: 1.2rem;
}
.c-proposal__item-text-original::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -23px;
  width: 14px;
  height: 6px;
  transform: translateY(-50%);
}
.c-proposal__item-text-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.c-proposal__item-number {
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
}
.c-proposal__item-unit {
  font-size: 1.4rem;
}
.c-proposal__info {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  padding: 10px 16px;
  border: 1px solid transparent;
}
.c-proposal__content {
  background-color: var(--color-white);
  padding: 40px;
  border-radius: 0px 0px 4px 4px;
}

.bg-linear--blue {
  background: linear-gradient(to left, #000E61, #001489);
}
.bg-linear--green {
  background: linear-gradient(to left, #004119, #198449);
}
.bg--gray {
  background-color: #F4F5FA;
}

@media only screen and (max-width: 992px) {
  .c-program__bottom {
    font-size: 1.6rem;
  }
  .c-necessary__list {
    gap: 50px;
  }
  .c-necessary__list > * {
    width: calc((100% - 100px) / 3);
  }
  .c-necessary__list .c-necessary__item:not(:last-child):after {
    right: -25px;
  }
}
@media only screen and (max-width: 768px) {
  .c-section-cmn {
    padding: 50px 0px;
  }
  .c-problem {
    padding-bottom: 60px;
  }
  .c-problem__block {
    flex-direction: column;
    gap: 20px;
  }
  .c-problem__img-list {
    width: 100%;
    gap: 10px;
  }
  .c-problem__img-item {
    width: calc((100% - 10px) / 2);
  }
  .c-problem__img-title {
    font-size: 1.2rem;
  }
  .c-problem .c-problem__info-list {
    width: 100%;
  }
  .c-problem__info {
    gap: 8px;
    padding: 7px 10px;
  }
  .c-problem__info-list {
    gap: 10px;
  }
  .c-problem__info-icon {
    min-width: 16px;
    width: 16px;
  }
  .c-problem__info-text {
    font-size: 1.3rem;
  }
  .c-problem__info--highlight {
    box-shadow: inset 0 -6px 0 0 #FFF8A6;
  }
  .c-problem__info--l-spacing {
    letter-spacing: 0;
  }
  .c-info__text {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  .c-info__text span {
    font-size: 1.8rem;
  }
  .line--top:before, .line--top:after {
    height: 20px;
  }
  .line--top:before {
    top: -20px;
  }
  .c-program__list {
    flex-direction: column;
    gap: 20px;
  }
  .c-program__item {
    width: 100%;
  }
  .c-program__content {
    padding: 30px 40px 20px;
  }
  .c-program__text {
    font-size: 1.8rem;
  }
  .c-program__number {
    font-size: 4rem;
  }
  .c-program__note {
    font-size: 1.3rem;
  }
  .c-program__note:before {
    top: 6px;
  }
  .c-necessary__list {
    flex-direction: column;
    gap: 0px;
  }
  .c-necessary__list > * {
    width: 100%;
  }
  .c-necessary__list .c-necessary__item:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #F4F5FA;
  }
  .c-necessary__list .c-necessary__item:not(:last-child):after {
    content: none;
  }
  .c-necessary__item {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
  }
  .c-necessary__content {
    width: 100%;
  }
  .c-necessary-img {
    min-width: 140px;
    width: 140px;
    margin-bottom: 0px;
  }
  .c-necessary__title {
    font-size: 1.6rem;
  }
  .c-necessary__text {
    font-size: 1.2rem;
  }
  .c-price__box {
    min-width: 335px;
    font-size: 1.6rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .c-price__number {
    font-size: 5rem;
  }
  .c-price__number--small {
    font-size: 2rem;
  }
  .c-price__unit {
    font-size: 2rem;
  }
  .c-price__text {
    font-size: 1.6rem;
  }
  .c-proposal__block:not(:last-child) {
    margin-bottom: 20px;
  }
  .c-proposal__intro {
    flex-direction: column;
    gap: 5px;
  }
  .c-proposal__case-text {
    font-size: 1.6rem;
  }
  .c-proposal__case-number {
    font-size: 3.4rem;
  }
  .c-proposal__title-tag {
    font-size: 1.2rem;
    padding-left: 7px;
    padding-right: 7px;
    min-width: 50px;
  }
  .c-proposal__title-text {
    font-size: 1.6rem;
  }
  .c-proposal__content {
    padding: 20px;
  }
  .c-proposal__list {
    gap: 11px;
  }
  .c-proposal__item {
    padding-left: 10px;
    padding-right: 10px;
    width: calc((100% - 11px) / 2);
  }
  .c-proposal__item-title {
    font-size: 1.4rem;
  }
  .c-proposal__item-number {
    font-size: 3rem;
  }
  .c-proposal__item-unit {
    font-size: 1.4rem;
  }
  .c-proposal__item-text-original {
    font-size: 1.2rem;
    width: 34px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    white-space: nowrap;
    line-height: 1.4;
    padding: 2px;
  }
  .c-proposal__item-text-original .c-proposal__item-unit {
    font-size: 1rem;
  }
  .c-proposal__item-text-original::before {
    right: -17px;
    width: 12px;
  }
  .c-proposal__item-img {
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-proposal__item-text-wrap {
    gap: 20px;
  }
  .c-proposal__info {
    font-size: 1.4rem;
  }
}
.l-default__inner {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.l-default__inner--600 {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.sp-display {
  display: none;
}

.mb40Sp20 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .sp-display {
    display: block;
  }
  #all_wrap {
    padding-top: 50px;
  }
  .mb40Sp20 {
    margin-bottom: 20px;
  }
}
.t-default {
  background-color: #fff;
  min-height: 100vh;
}/*# sourceMappingURL=style.min.css.map */