@charset "UTF-8";
/* *****************************
 *
 * CSS for Reset
 *
 **************************** */
* {
  margin: 0;
  padding: 0;
  line-height: calc(0.4rem + 1em + 0.4rem);
}

*, *::before, *::after {
  box-sizing: border-box;
}

*:where(:not(input, button, select, textarea, label, fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: 100%;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  min-block-size: 100%;
  text-rendering: optimizeSpeed;
  text-align: justify;
  text-justify: inter-ideograph;
  word-wrap: break-word;
  word-break: break-all;
  overflow-wrap: break-word;
  font-family: sans-serif;
}

:where(img, picture, svg, video) {
  vertical-align: middle;
  max-inline-size: 100%;
}

:where(svg) {
  fill: currentColor;
}

:where(ol, ul, li) {
  list-style: none;
}

:where(table) {
  border-collapse: collapse;
}

:where(a) {
  outline: none;
  cursor: pointer;
}

:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
  font: inherit;
}

:where(textarea) {
  resize: vertical;
}

:where(input[type=submit],
input[type=reset],
input[type=button],
input[type=range],
label,
button,
select) {
  cursor: pointer;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  cursor: pointer;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset]),
:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
}

:where(input[type=radio],
input[type=checkbox],
input[type=range]) {
  vertical-align: -0.1em;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* *****************************
 *
 * CSS for Common
 *
 **************************** */
body {
  font-family: "Figtree", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #111;
}

a {
  color: #8195ab;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
a:hover {
  color: #587ba0;
  text-decoration: none;
}

img {
  max-inline-size: 100%;
}

p {
  margin-block-end: 1.5rem;
}

input[type=text], textarea, input[type=email], select {
  border: #dedede solid 1px;
  padding: 6px;
}

input[type=text]:focus, textarea:focus, input[type=email]:focus, select:focus {
  border: #587ba0 solid 1px;
  outline: none;
}

.w48 {
  inline-size: 48%;
}

.w100 {
  inline-size: 100%;
}

.wrapper {
  background: #fff;
}

.alignR {
  text-align: right;
}

/* *****************************
 *
 * CSS for PC
 * max-width: 980px
 *
 **************************** */
/*------------------
  basic
------------------*/
.sp {
  display: none;
}

.pc {
  display: unset;
}

a[href^="tel:"] {
  pointer-events: none;
  color: baseColor;
}

/*------------------
  header
------------------*/
.header .header-kv {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../img/kv.png);
  block-size: 476px;
  position: relative;
}
.header .header-kv._minKV {
  block-size: 260px;
}
.header .header-kv .kv-otk {
  position: absolute;
  inset: auto 20px 0 auto;
  opacity: 0.3;
}
.header .header-top {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  block-size: 90px;
  padding-inline: 20px;
  display: flex;
  align-items: space-between;
}
.header .header-top .header-logo {
  display: flex;
  align-items: center;
  block-size: 100%;
  padding-block-end: 10px;
}
.header .header-top .header-logo a {
  font-size: 0;
  content: "";
  display: inline-block;
  inline-size: 83px;
  block-size: 60px;
  background-image: url("/assets/img/logo_wcol.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header .header-top .header-contact {
  margin: 0 0 0 auto;
  display: inline-block;
  inline-size: 60px;
  block-size: 90px;
  position: relative;
  overflow: hidden;
}
.header .header-top .header-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  inline-size: 100%;
  block-size: 100%;
  font-size: 0;
}
.header .header-top .header-contact a::after {
  content: "";
  display: inline-block;
  inline-size: 28px;
  block-size: 28px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22mail%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22mail_00000170261453099984431370000003982329871220469640_%22%20class%3D%22st0%22%20d%3D%22M100%2C76.9V27.2l0%2C0v-8.3c0-3-2.4-5.4-5.4-5.4%20H5.4c-3%2C0-5.4%2C2.4-5.4%2C5.4v8.3l0%2C0v49.7l0%2C0v4.2c0%2C3%2C2.4%2C5.4%2C5.4%2C5.4h89.1c3%2C0%2C5.4-2.4%2C5.4-5.4L100%2C76.9C100%2C76.9%2C100%2C76.9%2C100%2C76.9%20z%20M94.9%2C72.1L64.5%2C52l30.4-20.1V72.1z%20M5.4%2C18.5h89.1c0.2%2C0%2C0.4%2C0.2%2C0.4%2C0.4v6.9L58.5%2C49.9l0%2C0l-5.2%2C3.4c-2.3%2C1.5-5.3%2C1.5-7.7%2C0%20L5.1%2C25.8v-6.9C5.1%2C18.7%2C5.2%2C18.5%2C5.4%2C18.5z%20M5.1%2C31.9L34.8%2C52L5.1%2C72.1V31.9z%20M94.6%2C81.5H5.4c-0.2%2C0-0.4-0.2-0.4-0.4v-2.9L39.2%2C55%20l3.6%2C2.4c2%2C1.4%2C4.4%2C2.1%2C6.7%2C2.1s4.6-0.7%2C6.6-2l3.8-2.5l35%2C23.2v2.9C94.9%2C81.3%2C94.8%2C81.5%2C94.6%2C81.5z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}
.header .header-top .header-contact a:hover::after {
  content: "";
  display: inline-block;
  inline-size: 28px;
  block-size: 28px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22mail%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23587ba0%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22mail_00000170261453099984431370000003982329871220469640_%22%20class%3D%22st0%22%20d%3D%22M100%2C76.9V27.2l0%2C0v-8.3c0-3-2.4-5.4-5.4-5.4%20H5.4c-3%2C0-5.4%2C2.4-5.4%2C5.4v8.3l0%2C0v49.7l0%2C0v4.2c0%2C3%2C2.4%2C5.4%2C5.4%2C5.4h89.1c3%2C0%2C5.4-2.4%2C5.4-5.4L100%2C76.9C100%2C76.9%2C100%2C76.9%2C100%2C76.9%20z%20M94.9%2C72.1L64.5%2C52l30.4-20.1V72.1z%20M5.4%2C18.5h89.1c0.2%2C0%2C0.4%2C0.2%2C0.4%2C0.4v6.9L58.5%2C49.9l0%2C0l-5.2%2C3.4c-2.3%2C1.5-5.3%2C1.5-7.7%2C0%20L5.1%2C25.8v-6.9C5.1%2C18.7%2C5.2%2C18.5%2C5.4%2C18.5z%20M5.1%2C31.9L34.8%2C52L5.1%2C72.1V31.9z%20M94.6%2C81.5H5.4c-0.2%2C0-0.4-0.2-0.4-0.4v-2.9L39.2%2C55%20l3.6%2C2.4c2%2C1.4%2C4.4%2C2.1%2C6.7%2C2.1s4.6-0.7%2C6.6-2l3.8-2.5l35%2C23.2v2.9C94.9%2C81.3%2C94.8%2C81.5%2C94.6%2C81.5z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.header .header-top.headerTop-change {
  background: rgba(255, 255, 255, 0.7);
  block-size: 70px;
}
.header .header-top.headerTop-change .header-logo {
  padding-block-end: 5px;
}
.header .header-top.headerTop-change .header-logo a {
  background-image: url("/assets/img/logo_col.png");
  inline-size: 69px;
  block-size: 50px;
}
.header .header-top.headerTop-change .globalNav .nav-con .nav-list .nav-item a {
  color: #111;
}
.header .header-top.headerTop-change .globalNav .nav-con .nav-list .nav-item a:hover {
  color: #587ba0;
}
.header .header-top.headerTop-change .header-contact {
  block-size: 70px;
}
.header .header-top.headerTop-change .header-contact a::after {
  content: "";
  display: inline-block;
  inline-size: 28px;
  block-size: 28px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22mail%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23111%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22mail_00000170261453099984431370000003982329871220469640_%22%20class%3D%22st0%22%20d%3D%22M100%2C76.9V27.2l0%2C0v-8.3c0-3-2.4-5.4-5.4-5.4%20H5.4c-3%2C0-5.4%2C2.4-5.4%2C5.4v8.3l0%2C0v49.7l0%2C0v4.2c0%2C3%2C2.4%2C5.4%2C5.4%2C5.4h89.1c3%2C0%2C5.4-2.4%2C5.4-5.4L100%2C76.9C100%2C76.9%2C100%2C76.9%2C100%2C76.9%20z%20M94.9%2C72.1L64.5%2C52l30.4-20.1V72.1z%20M5.4%2C18.5h89.1c0.2%2C0%2C0.4%2C0.2%2C0.4%2C0.4v6.9L58.5%2C49.9l0%2C0l-5.2%2C3.4c-2.3%2C1.5-5.3%2C1.5-7.7%2C0%20L5.1%2C25.8v-6.9C5.1%2C18.7%2C5.2%2C18.5%2C5.4%2C18.5z%20M5.1%2C31.9L34.8%2C52L5.1%2C72.1V31.9z%20M94.6%2C81.5H5.4c-0.2%2C0-0.4-0.2-0.4-0.4v-2.9L39.2%2C55%20l3.6%2C2.4c2%2C1.4%2C4.4%2C2.1%2C6.7%2C2.1s4.6-0.7%2C6.6-2l3.8-2.5l35%2C23.2v2.9C94.9%2C81.3%2C94.8%2C81.5%2C94.6%2C81.5z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.header .header-top.headerTop-change .header-contact a:hover::after {
  content: "";
  display: inline-block;
  inline-size: 28px;
  block-size: 28px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22mail%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23587ba0%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22mail_00000170261453099984431370000003982329871220469640_%22%20class%3D%22st0%22%20d%3D%22M100%2C76.9V27.2l0%2C0v-8.3c0-3-2.4-5.4-5.4-5.4%20H5.4c-3%2C0-5.4%2C2.4-5.4%2C5.4v8.3l0%2C0v49.7l0%2C0v4.2c0%2C3%2C2.4%2C5.4%2C5.4%2C5.4h89.1c3%2C0%2C5.4-2.4%2C5.4-5.4L100%2C76.9C100%2C76.9%2C100%2C76.9%2C100%2C76.9%20z%20M94.9%2C72.1L64.5%2C52l30.4-20.1V72.1z%20M5.4%2C18.5h89.1c0.2%2C0%2C0.4%2C0.2%2C0.4%2C0.4v6.9L58.5%2C49.9l0%2C0l-5.2%2C3.4c-2.3%2C1.5-5.3%2C1.5-7.7%2C0%20L5.1%2C25.8v-6.9C5.1%2C18.7%2C5.2%2C18.5%2C5.4%2C18.5z%20M5.1%2C31.9L34.8%2C52L5.1%2C72.1V31.9z%20M94.6%2C81.5H5.4c-0.2%2C0-0.4-0.2-0.4-0.4v-2.9L39.2%2C55%20l3.6%2C2.4c2%2C1.4%2C4.4%2C2.1%2C6.7%2C2.1s4.6-0.7%2C6.6-2l3.8-2.5l35%2C23.2v2.9C94.9%2C81.3%2C94.8%2C81.5%2C94.6%2C81.5z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/*------------------
  globalNav
------------------*/
.nav-icon,
.overlay {
  display: none;
}

.globalNav {
  margin: 0 0 0 auto;
  flex: 1;
  block-size: 100%;
  position: relative;
}
.globalNav .nav-con {
  block-size: 100%;
}
.globalNav .nav-con .nav-list {
  display: flex;
  justify-content: flex-end;
  block-size: 100%;
}
.globalNav .nav-con .nav-list .nav-item {
  block-size: 100%;
}
.globalNav .nav-con .nav-list .nav-item a {
  block-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  margin: 0 10px;
  color: #fff;
  font-size: 0.875rem;
  position: relative;
}
.globalNav .nav-con .nav-list .nav-item a::after {
  content: "";
  display: block;
  inline-size: 0;
  block-size: 1px;
  background: linear-gradient(to right, #8195ab 0%, #587ba0 100%);
  position: absolute;
  inset: auto 0 15px;
  transition: all 0.3s ease;
}
.globalNav .nav-con .nav-list .nav-item a:hover {
  text-decoration: none;
  color: #587ba0;
}
.globalNav .nav-con .nav-list .nav-item a:hover:after {
  inline-size: 100%;
}

/*------------------
  main
------------------*/
.main {
  min-block-size: calc(100dvh - 310px);
}
.main section[id^=section-] {
  padding-inline: calc(50vw - 490px);
  padding-block: 70px;
}
@media (max-width: 1020px) {
  .main section[id^=section-] {
    padding-inline: 20px;
  }
}
.main .section-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-block-end: 50px;
}
.main .section-title .sub-title {
  display: block;
  padding-block-start: 10px;
  font-size: 0.9375rem;
  font-weight: 400;
}
.main .dl-list .list-item {
  background: #fff;
  padding-block: 30px;
  padding-inline: 30px;
  margin-block: 10px;
}
.main .dl-list .list-item > dt {
  font-size: 1.25rem;
  font-weight: 500;
  position: relative;
  padding-inline-start: 40px;
}
.main .dl-list .list-item > dt::before {
  content: "";
  display: inline-block;
  inline-size: 30px;
  block-size: 1px;
  background: #8195ab;
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 15px;
}
.main .dl-list .list-item > dd {
  margin-inline-start: 40px;
  margin-block-start: 15px;
}
.main .dl-list .list-item > dd .ul-list li {
  text-indent: -1em;
  margin-inline-start: 1em;
}
.main .dl-list .list-item > dd .ul-list li::before {
  content: "・";
  color: #666;
}
.main .contents-box {
  border: #e8edf1 solid 4px;
  padding: 60px;
}
.main .contents-box p:nth-last-of-type(1) {
  margin-block-end: 0;
}
.main #section-topics {
  background: #e8edf1;
  display: flex;
  align-items: center;
  padding-block: 18px;
}
.main #section-topics .section-topics-title {
  font-size: 1.125rem;
  font-weight: 400;
  padding-inline-end: 50px;
}
.main #section-topics .topics-list {
  padding-inline-start: 50px;
  position: relative;
}
.main #section-topics .topics-list::before {
  content: "";
  position: absolute;
  inset: 10% auto 10% 0;
  inline-size: 1px;
  background: #666;
}
.main #section-topics .topics-list .list-item {
  display: flex;
}
.main #section-topics .topics-list .list-item dt {
  color: #999999;
  font-size: 0.9375rem;
  padding-inline-end: 30px;
}
.main #section-topics .topics-list .list-item dd {
  font-size: 1rem;
  flex: 1;
}
.main #section-services .service-box {
  position: relative;
  margin-block-end: 50px;
  display: flex;
  align-items: center;
}
.main #section-services .service-box .service-img {
  inline-size: 50%;
}
.main #section-services .service-box .service-text-group {
  flex: 1;
  margin-inline: -40px auto;
}
.main #section-services .service-box .service-text-group .service-number {
  text-align: center;
  margin-block: 0 40px;
  margin-inline: 40px 0;
}
.main #section-services .service-box .service-text-group .section-service-title {
  font-size: 1.625rem;
  font-weight: 500;
  margin-block-end: 30px;
}
.main #section-services .service-box:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.main #section-services .service-box:nth-of-type(2n) .service-text-group {
  margin-inline: auto -40px;
  position: relative;
  z-index: 2;
}
.main #section-services .service-box:nth-of-type(2n) .service-text-group .service-number {
  margin-inline: 0 40px;
}
.main #section-results {
  background: url(../img/results_bg.png) no-repeat center bottom;
  background-size: cover;
}
.main #section-results .lead {
  text-align: center;
  margin-block-end: 40px;
}
.main #section-corporate .table-list {
  max-inline-size: 820px;
  margin-inline: auto;
}
.main #section-corporate .table-list .list-item {
  display: flex;
}
.main #section-corporate .table-list .list-item dt {
  inline-size: 180px;
  border-block-end: #8195ab solid 1px;
  margin-inline-end: 8px;
  padding-block: 20px;
  padding-inline: 10px;
}
.main #section-corporate .table-list .list-item dd {
  flex: 1;
  border-block-end: #dedede solid 1px;
  padding-block: 20px;
  padding-inline: 10px;
}
.main #section-corporate .table-list .list-item .ol-list {
  margin-inline-start: -0.5em;
}
.main #section-corporate .table-list .list-item .ol-list li {
  text-indent: -3em;
  margin-inline-start: 3em;
}
.main #section-recruit {
  background: url(../img/recruit_bg.png) no-repeat center bottom;
  background-size: cover;
}
.main #section-recruit .dl-list .list-item > dd .job-detail {
  display: flex;
  flex-wrap: wrap;
}
.main #section-recruit .dl-list .list-item > dd .job-detail dt {
  inline-size: 5em;
  font-size: 0.9375rem;
}
.main #section-recruit .dl-list .list-item > dd .job-detail dt::after {
  content: "：";
}
.main #section-recruit .dl-list .list-item > dd .job-detail dd {
  inline-size: calc(100% - 5em);
  padding-inline-start: 20px;
  font-size: 0.9375rem;
}
.main #section-recruit .entry {
  text-align: center;
  margin-block-start: 50px;
}
.main #section-recruit .entry .entry-btn {
  background: #2e4968;
  color: #fff;
  display: inline-block;
  padding: 20px 50px;
  position: relative;
  min-inline-size: 280px;
}
.main #section-recruit .entry .entry-btn::after {
  content: "";
  display: inline-block;
  inline-size: 12px;
  block-size: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22arrow%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M33%2C100l-9.9-9.8L63.3%2C50L23.1%2C9.8L33%2C0L78%2C45.1c2.7%2C2.7%2C2.7%2C7.1%2C0%2C9.8c0%2C0%2C0%2C0%2C0%2C0L33%2C100z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: 22px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.main #section-recruit .entry .entry-btn:hover {
  background: #587ba0;
  box-shadow: 0px 6px 12px -5px rgba(100, 100, 100, 0.5);
}
.main #section-recruit .entry .entry-btn:hover::after {
  inset-inline-end: 18px;
}
.main #section-news .news-list {
  border: #e8edf1 solid 4px;
  padding: 40px;
}
.main #section-news .news-list .list-item {
  display: flex;
  border-block-end: #666 dotted 1px;
  padding: 10px;
}
.main #section-news .news-list .list-item:nth-last-of-type(1) {
  border-block-end: none;
}
.main #section-news .news-list .list-item dt {
  color: #999999;
  font-size: 0.9375rem;
  padding-inline-end: 30px;
  letter-spacing: 1px;
}
.main #section-news .news-list .list-item dd {
  flex: 1;
}
.main #section-contact {
  background: #8195ab;
}
.main #section-contact .section-title {
  color: #fff;
}
.main #section-contact .form-list {
  max-inline-size: 700px;
  margin-inline: auto;
}
.main #section-contact .form-list .list-item {
  display: flex;
  margin-block: 30px;
}
.main #section-contact .form-list .list-item dt {
  inline-size: 200px;
  color: #fff;
  font-size: 0.9375rem;
  padding-inline-end: 40px;
  padding-block-start: 6px;
}
.main #section-contact .form-list .list-item dt.required::after {
  content: "*";
  color: #d33e3e;
}
.main #section-contact .form-list .list-item dd {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main #section-contact .form-list .list-item dd .error_blank {
  color: #d33e3e;
  font-size: 0.75rem;
  inline-size: 100%;
}
.main #section-contact .privacy-text {
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
}
.main #section-contact .privacy-text a {
  color: #fff;
  text-decoration: underline;
}
.main #section-contact .privacy-text a:hover {
  color: #587ba0;
}
.main #section-contact .form-btn {
  text-align: center;
  margin-block-end: 0;
}
.main #section-contact .form-btn input[type=button] {
  background: #2e4968;
  color: #fff;
  display: inline-block;
  padding: 20px 50px;
  position: relative;
  transition: all 0.3s ease;
  border: none;
  min-inline-size: 280px;
  letter-spacing: 1px;
}
.main #section-contact .form-btn input[type=button]:hover {
  background: #587ba0;
  box-shadow: 0px 6px 12px -5px rgba(100, 100, 100, 0.5);
}
.main #section-thanks .section-title {
  font-size: 1.25rem;
}
.main #section-privacy .heading {
  font-size: 1.125rem;
  margin-block: 30px 20px;
}
.main #section-privacy ol > li {
  margin-inline-start: 1em;
  list-style-type: decimal;
}

/*------------------
 footer
------------------*/
.footer {
  padding-inline: calc(50vw - 490px);
  min-block-size: 50px;
  border-top: #ccc solid 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1020px) {
  .footer {
    padding-inline: 20px;
  }
}
.footer .footerNav .nav-list .nav-item {
  font-size: 0.8125rem;
}
.footer .footerNav .nav-list .nav-item a {
  color: #111;
}
.footer .footerNav .nav-list .nav-item a:hover {
  color: #587ba0;
}
.footer .copyright {
  margin-block-end: 0;
  font-size: 0.8125rem;
}/*# sourceMappingURL=print.css.map */