@charset "UTF-8";
/* @include _reset.scss */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
  # Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
  # General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
  # Forms
 # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
  # Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
  # Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
  # Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* @include _breakpoints.scss */
/* break point media query */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.sp_i {
  display: none;
}
@media (max-width: 767px) {
  .sp_i {
    display: inline;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.u-list--in li {
  text-indent: -1em;
  padding-left: 1em;
}

.u-underline {
  text-decoration: underline;
}

* {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
  word-break: break-all;
  cursor: pointer;
}
a:hover {
  opacity: 0.75;
}

button {
  border: none;
  border-radius: 0;
  outline: 0;
  background: 0 0;
}

li {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

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

h1,
h2,
h3,
h4,
h5 {
  font-size: inherit;
}

html {
  touch-action: manipulation;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  background: #f7f4ef;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #000;
  font-size: 14px;
  font-size-adjust: none;
  position: relative;
  letter-spacing: 0.04em;
}
@media (max-width: 1100px) and (min-width: 768px) {
  body {
    font-size: 1.2068965517vw;
  }
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s;
  z-index: 1;
}
body.nav-active::before {
  visibility: visible;
  opacity: 1;
}

.sp-menu-btn {
  display: none;
}
@media (max-width: 767px) {
  .sp-menu-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    display: block;
    width: 30px;
    height: 21px;
    z-index: 100;
  }
  .sp-menu-btn span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background: #00548e;
    transition: transform 0.3s, opacity 0.3s;
  }
  .sp-menu-btn span:nth-child(1) {
    top: 0;
  }
  .sp-menu-btn span:nth-child(2) {
    top: 9px;
  }
  .sp-menu-btn span:nth-child(3) {
    bottom: 0;
  }
}
.nav-active .sp-menu-btn span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}
.nav-active .sp-menu-btn span:nth-child(2) {
  opacity: 0;
  transform: translateX(50%);
}
.nav-active .sp-menu-btn span:nth-child(3) {
  bottom: 9px;
  transform: rotate(-45deg);
}

.c-breadcrumbs {
  width: 100%;
  background: #ede8e1;
}
.c-breadcrumbs__inner {
  margin: auto;
  max-width: 970px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 12px;
  line-height: 1.3;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-breadcrumbs__inner {
    max-width: 83.6206896552vw;
    height: 3.4482758621vw;
    font-size: 1.0344827586vw;
  }
}
@media (max-width: 767px) {
  .c-breadcrumbs__inner {
    padding: 3px 0;
    max-width: 92.2666666667vw;
    font-size: 10px;
  }
}
.c-breadcrumbs a,
.c-breadcrumbs span {
  display: inline-flex;
  align-items: center;
}
.c-breadcrumbs a::after,
.c-breadcrumbs span::after {
  margin: 0 0.5em;
  content: "";
  display: block;
  width: 4px;
  height: 6px;
  background: url(../images/common/breadcrumbs_arrow.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-breadcrumbs a::after,
  .c-breadcrumbs span::after {
    width: 0.3448275862vw;
    height: 0.5172413793vw;
  }
}
.c-breadcrumbs a:last-child::after,
.c-breadcrumbs span:last-child::after {
  display: none;
}

.c-page-anker {
  margin: 20px auto 0;
  width: 640px;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-page-anker {
    margin: 1.724137931vw auto 0;
    width: 55.1724137931vw;
    font-size: 1.2068965517vw;
  }
}
@media (max-width: 767px) {
  .c-page-anker {
    margin: 5.3333333333vw auto 0;
    width: 80vw;
  }
}
.star-enquete .c-page-anker, .star-discussion .c-page-anker {
  margin: 20px auto;
}
.c-page-anker ul li {
  padding-right: 40px;
  position: relative;
  border-bottom: 2px dashed #c3c3c3;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-page-anker ul li {
    padding-right: 3.4482758621vw;
    border-bottom: 0.1724137931vw dashed #c3c3c3;
  }
}
.c-page-anker ul li::after {
  position: absolute;
  right: 18px;
  top: 18px;
  content: "";
  width: 10px;
  height: 7px;
  background: url(../images/common/nav_after.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-page-anker ul li::after {
    right: 1.5517241379vw;
    top: 1.5517241379vw;
    width: 0.8620689655vw;
    height: 0.6034482759vw;
  }
}
.c-page-anker ul li a {
  padding: 10px 0;
  display: block;
  color: #00548e;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-page-anker ul li a {
    padding: 0.8620689655vw 0;
  }
}
.seminarevent-archive .c-page-anker ul li a {
  position: relative;
  padding-left: 65px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .seminarevent-archive .c-page-anker ul li a {
    padding-left: 5.6034482759vw;
  }
}
@media (max-width: 767px) {
  .seminarevent-archive .c-page-anker ul li a {
    padding-left: 2.5em;
  }
}

.c-ttl--line {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 0.25em;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 2px solid #f5f5f5;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-ttl--line {
    margin-bottom: 1.5517241379vw;
    font-size: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .c-ttl--line {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }
}
.c-ttl--line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 18px;
  background: #00548e;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-ttl--line::after {
    bottom: -0.1724137931vw;
    height: 0.1724137931vw;
    width: 1.5517241379vw;
  }
}
.--home .c-ttl--line::after {
  background: #e9545d;
}
.c-ttl--bdLeft {
  margin: 30px auto 20px;
  padding-left: 1em;
  border-left: 2px solid #3090d1;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}
.c-ttl--diamond {
  margin: 30px auto 10px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}
.c-ttl--diamond::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #3090d1;
  border-radius: 1px;
  transform: rotate(45deg);
  vertical-align: middle;
  transform-origin: right;
  margin-right: 0.5em;
}

.c-block-ttl {
  margin: 30px 0 10px;
  color: #00548e;
  font-size: 16px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-block-ttl {
    margin: 2.5862068966vw 0 0.8620689655vw;
    font-size: 1.3793103448vw;
  }
}
@media (max-width: 767px) {
  .c-block-ttl {
    margin: 25px 0 10px;
  }
}

.c-link {
  color: #00548e;
  text-decoration: underline;
}

.c-link--arrow {
  position: relative;
  margin-top: 1em;
  padding-right: 10px;
  display: inline-block;
  color: #00548e;
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-link--arrow {
    padding-right: 0.8620689655vw;
    font-size: 1.3793103448vw;
  }
}
@media (max-width: 767px) {
  .c-link--arrow {
    font-size: 14px;
  }
}
.c-link--arrow::after {
  margin-left: 0.5em;
  content: "";
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url(../images/common/nav_arrow.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-link--arrow::after {
    width: 0.4310344828vw;
    height: 0.775862069vw;
  }
}

.c-btn-link {
  position: relative;
  margin: 25px auto 0;
  padding: 7px 0;
  display: block;
  text-align: center;
  width: 243px;
  color: #00548e;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 600;
  background-color: #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 20px;
  text-decoration: none !important;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-btn-link {
    margin: 2.1551724138vw auto 0;
    padding: 0.6034482759vw 0;
    width: 20.9482758621vw;
    font-size: 1.0344827586vw;
    border-radius: 1.724137931vw;
  }
}
.c-btn-link::after {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 5px;
  height: 9px;
  background: url(../images/common/nav_arrow.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-btn-link::after {
    right: 1.5517241379vw;
    width: 0.4310344828vw;
    height: 0.775862069vw;
  }
}
.c-btn-link.--l {
  width: 450px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-btn-link.--l {
    width: 38.7931034483vw;
  }
}
@media (max-width: 767px) {
  .c-btn-link.--l {
    width: 83.7333333333vw;
  }
}
.c-btn-link.--plain::after {
  display: none;
}

.c-btn-anker {
  margin: 20px auto 0;
  padding-bottom: 10px;
  width: 640px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-btn-anker {
    margin: 1.724137931vw auto 0;
    padding-bottom: 0.8620689655vw;
    width: 55.1724137931vw;
  }
}
@media (max-width: 767px) {
  .c-btn-anker {
    width: 81.3333333333vw;
  }
}
.c-btn-anker ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-btn-anker ul {
    row-gap: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .c-btn-anker ul {
    row-gap: 10px;
  }
}
@media (max-width: 767px) {
  .c-btn-anker ul li {
    width: 100%;
  }
}
.c-btn-anker ul li a {
  padding: 0.5em 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 315px;
  height: 100%;
  min-height: 50px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  color: #00548e;
  background: #f5f5f5;
  border-radius: 10px;
  text-align: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-btn-anker ul li a {
    width: 27.1551724138vw;
    min-height: 4.3103448276vw;
    font-size: 1.3793103448vw;
    border-radius: 0.8620689655vw;
  }
}
@media (max-width: 767px) {
  .c-btn-anker ul li a {
    width: 100%;
  }
}
.c-btn-anker ul li a::after {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 10px;
  height: 7px;
  background: url(../images/common/nav_after.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-btn-anker ul li a::after {
    right: 1.5517241379vw;
    width: 0.8620689655vw;
    height: 0.6034482759vw;
  }
}
.c-btn-anker ul li a.company {
  background: #036eb7;
  color: #fff;
}
.c-btn-anker ul li a.company::after {
  background: url(../images/common/nav_after_w.svg) center/100% no-repeat;
}
.c-btn-anker ul li a.home {
  background: #e9545d;
  color: #fff;
}
.c-btn-anker ul li a.home::after {
  background: url(../images/common/nav_after_w.svg) center/100% no-repeat;
}
.c-btn-anker.--type2 ul li a {
  width: 300px;
  background: #fff;
  border: 1px solid #cbe3f5;
  border-radius: 25px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-btn-anker.--type2 ul li a {
    width: 25.8620689655vw;
    border-radius: 2.1551724138vw;
  }
}

.c-text-box--border {
  margin: 1em 0;
  padding: 10px;
  border: 2px solid #97caef;
  border-radius: 2px;
  color: #00548e;
  text-align: center;
}

.c-note {
  color: #c1242d;
}

.c-project-activity-select,
.c-project-channel-select {
  margin: 20px auto 0;
  position: relative;
  display: block;
  width: 640px;
  font-size: 16px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-project-activity-select,
  .c-project-channel-select {
    margin: 1.724137931vw auto 0;
    padding: 0.6034482759vw 0;
    width: 55.1724137931vw;
    font-size: 1.3793103448vw;
  }
}
@media (max-width: 767px) {
  .c-project-activity-select,
  .c-project-channel-select {
    width: 80vw;
  }
}
.c-project-activity-select .selectlink,
.c-project-channel-select .selectlink {
  padding: 4px 0;
  display: block;
  text-align: center;
  text-align-last: center;
  width: 100%;
  color: #00548e;
  font-weight: 600;
  background-color: #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 20px;
  cursor: pointer;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-project-activity-select .selectlink,
  .c-project-channel-select .selectlink {
    padding: 0.3448275862vw 0;
    border-radius: 1.724137931vw;
  }
}
.c-project-activity-select::after,
.c-project-channel-select::after {
  position: absolute;
  right: 18px;
  top: 15px;
  content: "";
  width: 10px;
  height: 7px;
  background: url(../images/common/nav_after.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-project-activity-select::after,
  .c-project-channel-select::after {
    right: 1.5517241379vw;
    top: 1.2931034483vw;
    width: 0.8620689655vw;
    height: 0.6034482759vw;
  }
}

.l-header {
  position: relative;
  width: 100%;
  height: 120px;
  background: #fff;
  z-index: 100;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-header {
    height: 10.3448275862vw;
  }
}
@media (max-width: 767px) {
  .l-header {
    position: fixed;
    top: 0;
    height: 70px;
    background: none;
  }
}
@media (max-width: 767px) {
  .nav-active .l-header {
    height: 100%;
    overflow-y: scroll;
  }
}
.l-header__inner {
  position: relative;
  margin: auto;
  max-width: 1100px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: #fff;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-header__inner {
    max-width: 94.8275862069vw;
  }
}
@media (max-width: 767px) {
  .l-header__inner {
    height: 70px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .nav-active .l-header__inner {
    overflow: visible;
  }
}
.l-main {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .l-main {
    padding-top: 70px;
  }
}
.l-main__inner {
  margin: 40px auto 0;
  width: 970px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-main__inner {
    margin: 3.4482758621vw auto 0;
    width: 83.6206896552vw;
  }
}
@media (max-width: 767px) {
  .l-main__inner {
    margin: 5.3333333333vw auto 0;
    width: 92.2666666667vw;
  }
}
.l-sec {
  padding: 30px 40px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-sec {
    padding: 2.5862068966vw 3.4482758621vw;
  }
}
@media (max-width: 767px) {
  .l-sec {
    padding: 20px 4.8vw;
  }
}
.star-enquete .l-sec, .star-discussion .l-sec {
  padding: 20px 40px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .star-enquete .l-sec, .star-discussion .l-sec {
    padding: 1.724137931vw 3.4482758621vw;
  }
}
@media (max-width: 767px) {
  .star-enquete .l-sec, .star-discussion .l-sec {
    padding: 20px 4.8vw;
  }
}
.l-sec.-channel {
  padding: 50px 40px 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-sec.-channel {
    padding: 4.3103448276vw 3.4482758621vw 0;
  }
}
@media (max-width: 767px) {
  .l-sec.-channel {
    padding: 20px 6.6666666667vw 0;
  }
}
.l-sec.-channel a {
  color: #00548e;
  font-weight: 600;
  text-decoration: underline;
}
.l-sec.--sep {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-sec.--sep {
    padding-bottom: 3.4482758621vw;
    margin-bottom: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .l-sec.--sep {
    padding-bottom: 40px;
    margin-bottom: 10px;
  }
}
.l-sec.--sep::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  width: calc(100% - 80px);
  height: 2px;
  background: #f5f5f5;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-sec.--sep::after {
    left: 3.4482758621vw;
    width: calc(100% - 6.8965517241vw);
    height: 0.1724137931vw;
  }
}
@media (max-width: 767px) {
  .l-sec.--sep::after {
    left: 4.8vw;
    width: calc(100% - 9.6vw);
  }
}
.l-grid {
  display: grid;
  column-gap: 40px;
  grid-template-columns: 210px 1fr;
  align-items: flex-start;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-grid {
    column-gap: 3.4482758621vw;
    grid-template-columns: 18.1034482759vw 1fr;
  }
}
@media (max-width: 767px) {
  .l-grid {
    display: block;
  }
}
.l-grid .l-side__nav {
  width: 210px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-grid .l-side__nav {
    width: 18.1034482759vw;
  }
}
@media (max-width: 767px) {
  .l-grid .l-side__nav {
    display: none;
  }
}
.l-grid .l-side__nav.fixed {
  position: fixed;
}
.l-grid .l-side__nav-ttl {
  padding: 20px 15px;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 20px 20px 0 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-grid .l-side__nav-ttl {
    padding: 1.724137931vw 1.2931034483vw;
    margin-bottom: 0.1724137931vw;
    border-radius: 1.724137931vw 1.724137931vw 0 0;
    font-size: 1.3793103448vw;
    line-height: 1.8965517241vw;
  }
}
.l-grid .l-side__nav-ttl.c-ico--2::before {
  margin-right: 0.5em;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/common/ico_menu02.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-grid .l-side__nav-ttl.c-ico--2::before {
    width: 2.5862068966vw;
    height: 2.5862068966vw;
  }
}
.l-grid .l-side__nav-ttl.c-ico--3::before {
  margin-right: 0.5em;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/common/ico_menu03.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-grid .l-side__nav-ttl.c-ico--3::before {
    width: 2.5862068966vw;
    height: 2.5862068966vw;
  }
}
.l-grid .l-side__nav-ttl.c-ico--4::before {
  margin-right: 0.5em;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/common/ico_menu04.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-grid .l-side__nav-ttl.c-ico--4::before {
    width: 2.5862068966vw;
    height: 2.5862068966vw;
  }
}
.l-grid .l-side__nav-ttl.c-ico--5::before {
  margin-right: 0.5em;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/common/ico_menu05.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-grid .l-side__nav-ttl.c-ico--5::before {
    width: 2.5862068966vw;
    height: 2.5862068966vw;
  }
}
.l-grid .l-side nav {
  padding: 0 15px 10px;
  border-radius: 0 0 20px 20px;
  background: #fff;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-grid .l-side nav {
    padding: 0 1.2931034483vw 0.8620689655vw;
    border-radius: 0 0 1.724137931vw 1.724137931vw;
  }
}
.l-grid .l-side nav ul li {
  border-bottom: 2px dashed #e5e0d9;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-grid .l-side nav ul li {
    border-bottom: 0.1724137931vw dashed #e5e0d9;
  }
}
.l-grid .l-side nav ul li a {
  position: relative;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-grid .l-side nav ul li a {
    height: 5.1724137931vw;
    font-size: 1.2068965517vw;
    line-height: 1.724137931vw;
  }
}
.l-grid .l-side nav ul li a::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 7px;
  height: 12px;
  background: url(../images/common/nav_arrow.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-grid .l-side nav ul li a::after {
    width: 0.6034482759vw;
    height: 1.0344827586vw;
  }
}
.l-grid .l-side nav ul li:last-child {
  border-bottom: none;
}
.template .l-grid .l-side nav ul li:nth-child(1) a, .ikumen-activity .l-grid .l-side nav ul li:nth-child(1) a, .voice-idea .l-grid .l-side nav ul li:nth-child(1) a, .seminarevent-company .l-grid .l-side nav ul li:nth-child(1) a {
  color: #00548e;
  font-weight: 600;
}
.member .l-grid .l-side nav ul li:nth-child(2) a, .ikumen-channel .l-grid .l-side nav ul li:nth-child(2) a, .voice-tomoikucompany .l-grid .l-side nav ul li:nth-child(2) a, .seminarevent-individual .l-grid .l-side nav ul li:nth-child(2) a {
  color: #00548e;
  font-weight: 600;
}
.channel .l-grid .l-side nav ul li:nth-child(3) a, .activity .l-grid .l-side nav ul li:nth-child(3) a, .company-list .l-grid .l-side nav ul li:nth-child(3) a, .voice-ikuboss .l-grid .l-side nav ul li:nth-child(3) a, .seminarevent-archive .l-grid .l-side nav ul li:nth-child(3) a {
  color: #00548e;
  font-weight: 600;
}
.ikuboss-list .l-grid .l-side nav ul li:nth-child(4) a, .voice-childcare .l-grid .l-side nav ul li:nth-child(4) a, .seminarevent-region .l-grid .l-side nav ul li:nth-child(4) a {
  color: #00548e;
  font-weight: 600;
}
.ikumen-list .l-grid .l-side nav ul li:nth-child(5) a, .seminarevent-report .l-grid .l-side nav ul li:nth-child(5) a {
  color: #00548e;
  font-weight: 600;
}
.supporter-list .l-grid .l-side nav ul li:nth-child(6) a {
  color: #00548e;
  font-weight: 600;
}
.star-list .l-grid .l-side nav ul li:nth-child(7) a {
  color: #00548e;
  font-weight: 600;
}
.star-discussion .l-grid .l-side nav ul li:nth-child(8) a {
  color: #00548e;
  font-weight: 600;
}
.star-enquete .l-grid .l-side nav ul li:nth-child(9) a {
  color: #00548e;
  font-weight: 600;
}
.ikumen-backnumber .l-grid .l-side nav ul li:nth-child(10) a {
  color: #00548e;
  font-weight: 600;
}
.l-grid .l-side .p-nav-guide-ttl {
  padding: 30px 0;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-grid .l-side .p-nav-guide-ttl {
    padding: 2.5862068966vw 0;
    font-size: 1.3793103448vw;
  }
}
.company-system .l-grid .l-side .p-nav-guide-company li:nth-child(1) a, .company-ikuboss .l-grid .l-side .p-nav-guide-company li:nth-child(1) a, .company-kurumin .l-grid .l-side .p-nav-guide-company li:nth-child(1) a {
  color: #00548e;
  font-weight: 600;
}
.company-qanda .l-grid .l-side .p-nav-guide-company li:nth-child(2) a {
  color: #00548e;
  font-weight: 600;
}
.company-links .l-grid .l-side .p-nav-guide-company li:nth-child(3) a {
  color: #00548e;
  font-weight: 600;
}
.company-library .l-grid .l-side .p-nav-guide-company li:nth-child(4) a {
  color: #00548e;
  font-weight: 600;
}
.company-qanda .l-grid .l-side .p-nav-guide-company li:nth-child(6) a {
  color: #00548e;
  font-weight: 600;
}
.company-links .l-grid .l-side .p-nav-guide-company li:nth-child(7) a {
  color: #00548e;
  font-weight: 600;
}
.home-qanda .l-grid .l-side .p-nav-guide-home li:nth-child(1) a {
  color: #00548e;
  font-weight: 600;
}
.home-links .l-grid .l-side .p-nav-guide-home li:nth-child(2) a {
  color: #00548e;
  font-weight: 600;
}
.local-support .l-grid .l-side .p-nav-guide-data li:nth-child(1) a {
  color: #00548e;
  font-weight: 600;
}
.data .l-grid .l-side .p-nav-guide-data li:nth-child(2) a {
  color: #00548e;
  font-weight: 600;
}
.l-grid .l-side .p-nav-guide ul li {
  margin-bottom: 7px;
  border-bottom: none;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-grid .l-side .p-nav-guide ul li {
    margin-bottom: 0.6034482759vw;
  }
}
.l-grid .l-side .p-nav-guide ul li a {
  padding: 0 15px;
  background: #f5f5f5;
  border-radius: 8px;
  font-size: 13px;
  letter-spacing: 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-grid .l-side .p-nav-guide ul li a {
    padding: 0 1.2931034483vw;
    border-radius: 0.6896551724vw;
    font-size: 1.1206896552vw;
  }
}
.l-grid .l-side .p-nav-guide ul li a::after {
  right: 10px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-grid .l-side .p-nav-guide ul li a::after {
    right: 0.8620689655vw;
  }
}
.l-grid .l-main__contents {
  padding-bottom: 50px;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-grid .l-main__contents {
    padding-bottom: 4.3103448276vw;
    border-radius: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .l-grid .l-main__contents {
    padding-bottom: 40px;
    border-radius: 2.6666666667vw;
  }
}
.member .l-grid .l-main__contents {
  padding-bottom: 0;
}
.channel .l-grid .l-main__contents, .ikumen-channel .l-grid .l-main__contents, .ikumen-channel .l-grid .l-main__contents, .star-list .l-grid .l-main__contents, .star-discussion .l-grid .l-main__contents, .star-enquete .l-grid .l-main__contents {
  padding-bottom: 50px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .channel .l-grid .l-main__contents, .ikumen-channel .l-grid .l-main__contents, .ikumen-channel .l-grid .l-main__contents, .star-list .l-grid .l-main__contents, .star-discussion .l-grid .l-main__contents, .star-enquete .l-grid .l-main__contents {
    padding-bottom: 4.3103448276vw;
  }
}
@media (max-width: 767px) {
  .channel .l-grid .l-main__contents, .ikumen-channel .l-grid .l-main__contents, .ikumen-channel .l-grid .l-main__contents, .star-list .l-grid .l-main__contents, .star-discussion .l-grid .l-main__contents, .star-enquete .l-grid .l-main__contents {
    padding-bottom: 40px;
  }
}
.l-footer__inner {
  padding: 80px 0 75px;
  margin: -10px auto 0;
  background: #fff;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-footer__inner {
    margin-top: -0.8620689655vw;
    padding: 6.8965517241vw 0 6.4655172414vw;
  }
}
@media (max-width: 767px) {
  .l-footer__inner {
    margin-top: -2.6666666667vw;
    padding: 12vw 0 9.3333333333vw;
  }
}
.l-footer__inner-col {
  margin: auto;
  width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-footer__inner-col {
    width: 94.8275862069vw;
  }
}
@media (max-width: 767px) {
  .l-footer__inner-col {
    width: 100%;
    display: block;
  }
}
.l-footer__inner-col .p-footer-nav {
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-footer__inner-col .p-footer-nav {
    font-size: 1.3793103448vw;
  }
}
.l-footer__inner-col .p-footer-nav nav {
  margin-bottom: 25px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-footer__inner-col .p-footer-nav nav {
    margin-bottom: 2.1551724138vw;
  }
}
.l-footer__inner-col .p-footer-nav nav ul {
  display: flex;
}
@media (max-width: 767px) {
  .l-footer__inner-col .p-footer-nav nav ul {
    margin: auto;
    display: block;
    text-align: center;
    width: 182px;
  }
}
.l-footer__inner-col .p-footer-nav nav ul li {
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-footer__inner-col .p-footer-nav nav ul li {
    display: block;
    text-align: center;
  }
}
.l-footer__inner-col .p-footer-nav nav ul li::after {
  content: "";
  display: inline-block;
  margin: 0 2em;
  width: 2px;
  height: 100%;
  background: #f7f4ef;
}
@media (max-width: 767px) {
  .l-footer__inner-col .p-footer-nav nav ul li::after {
    margin: 0.5em 0;
    display: block;
    width: 100%;
    height: 2px;
  }
}
.l-footer__inner-col .p-footer-nav nav ul li a {
  text-align: center;
}
.l-footer__inner-col .p-footer-nav nav ul li:last-child::after {
  display: none;
}
@media (max-width: 767px) {
  .l-footer__inner-col .p-footer-nav nav ul li:last-child::after {
    display: block;
  }
}
.l-footer__inner-col .p-footer-nav .p-link-archive {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .l-footer__inner-col .p-footer-nav .p-link-archive {
    text-align: center;
  }
}
.l-footer__inner-col .p-footer-nav .p-link-archive::before {
  margin-right: 0.5em;
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(../images/common/footer_link_arrow.svg) center/100% no-repeat;
}
.l-footer__inner-col .p-footer-nav .p-note {
  font-size: 12px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-footer__inner-col .p-footer-nav .p-note {
    font-size: 1.0344827586vw;
  }
}
@media (max-width: 767px) {
  .l-footer__inner-col .p-footer-nav .p-note {
    margin-top: 45px;
    margin-bottom: 1em;
    text-align: center;
  }
}
.l-footer__inner-col .p-footer-logo {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-footer__inner-col .p-footer-logo {
    font-size: 1.2068965517vw;
  }
}
@media (max-width: 767px) {
  .l-footer__inner-col .p-footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    letter-spacing: 0;
  }
}
.l-footer__inner-col .p-footer-logo img {
  margin-bottom: 20px;
  width: 256px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-footer__inner-col .p-footer-logo img {
    margin-bottom: 1.724137931vw;
    width: 22.0689655172vw;
  }
}
@media (max-width: 767px) {
  .l-footer__inner-col .p-footer-logo img {
    margin: 0 20px 0 0;
    width: 154px;
  }
}

.p-contents-head__ttl {
  padding: 20px 40px;
  background: url(../images/common/dotted_border.svg) bottom repeat-x;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-contents-head__ttl {
    padding: 1.724137931vw 3.4482758621vw;
  }
}
@media (max-width: 767px) {
  .p-contents-head__ttl {
    padding: 4.8vw;
  }
}
.p-contents-head__ttl p {
  margin-bottom: 0.5em;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-contents-head__ttl p {
    font-size: 1.2068965517vw;
  }
}
.p-contents-head__ttl p::before {
  content: "";
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 2px;
  background: #00548e;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-contents-head__ttl p::before {
    width: 0.775862069vw;
    height: 0.1724137931vw;
  }
}
.p-contents-head__ttl h1 {
  font-size: 30px;
  line-height: 41px;
  font-weight: 600;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-contents-head__ttl h1 {
    font-size: 2.5862068966vw;
    line-height: 3.5344827586vw;
  }
}
@media (max-width: 767px) {
  .p-contents-head__ttl h1 {
    font-size: 18px;
    line-height: 22px;
  }
}

.l-container {
  margin: 40px auto 0;
  max-width: 970px;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-container {
    margin: 3.4482758621vw auto 0;
    max-width: 83.6206896552vw;
    border-radius: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .l-container {
    margin-top: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    width: 92.2666666667vw;
  }
}
.sitemap .l-container {
  padding-bottom: 70px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .sitemap .l-container {
    padding-bottom: 6.0344827586vw;
  }
}
@media (max-width: 767px) {
  .sitemap .l-container {
    padding-bottom: 50px;
  }
}
.l-container__inner {
  padding: 40px 40px 50px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-container__inner {
    padding: 3.4482758621vw 3.4482758621vw 4.3103448276vw;
  }
}
@media (max-width: 767px) {
  .l-container__inner {
    padding: 18px 4.8vw 40px;
  }
}

.p-contents__subtext {
  padding: 20px 40px 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-contents__subtext {
    padding: 1.724137931vw 3.4482758621vw 0;
  }
}
@media (max-width: 767px) {
  .p-contents__subtext {
    padding: 4.8vw 4.8vw 0;
  }
}
.p-contents__subtext a {
  color: #00548e;
  font-weight: 600;
  text-decoration: underline;
}

.c-logo {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .c-logo img {
    max-width: none;
    width: 189px;
  }
}
.c-header-group {
  text-align: right;
}
@media (max-width: 767px) {
  .c-header-group {
    padding: 20px 28px;
    position: absolute;
    top: 100px;
    left: 4vw;
    width: 92vw;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
    background: #fff;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .nav-active .c-header-group {
    visibility: visible;
    opacity: 1;
  }
}
.c-header-group .mailmaga {
  margin-right: 20px;
  background: #3090d1;
  color: #fff;
  width: 120px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-header-group .mailmaga {
    width: 10.3448275862vw;
    line-height: 2.5862068966vw;
    border-radius: 1.2931034483vw;
  }
}
@media (max-width: 767px) {
  .c-header-group .mailmaga {
    display: none;
  }
}
.c-header-group .mailmaga--sp {
  display: none;
}
@media (max-width: 767px) {
  .c-header-group .mailmaga--sp {
    padding: 8px 0;
    margin: 15px auto 0;
    display: block;
    width: 139px;
    background: #3090d1;
    color: #fff;
    border-radius: 20px;
    text-align: center;
  }
}
.c-header-group__top {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-header-group__top {
    margin-bottom: 0.8620689655vw;
  }
}
@media (max-width: 767px) {
  .c-header-group__top {
    margin-bottom: 30px;
  }
}
.c-header-group__top__search {
  border: 2px solid #ebebeb;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-header-group__top__search {
    border-radius: 2.5862068966vw;
    border: 0.1724137931vw solid #ebebeb;
  }
}
@media (max-width: 767px) {
  .c-header-group__top__search {
    width: 100%;
  }
}
.c-header-group__top__search .gsc-input-box {
  border: none !important;
}
.c-header-group__top__search form.gsc-search-box,
.c-header-group__top__search table.gsc-search-box {
  margin-bottom: 0 !important;
  font-size: calcTb813;
}
.c-header-group__top__search .gsib_a {
  padding: 0 0 0 18px !important;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-header-group__top__search .gsib_a {
    padding: 0 0 0 1.5517241379vw !important;
  }
}
.c-header-group__top__search .gsc-input {
  padding-right: 0 !important;
  width: 200px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-header-group__top__search .gsc-input {
    width: 17.2413793103vw;
    font-size: 1.3793103448vw;
  }
}
@media (max-width: 767px) {
  .c-header-group__top__search .gsc-input {
    width: 100%;
  }
}
.c-header-group__top__search .gsc-search-button-v2 {
  padding: 4px 13px !important;
  background: none !important;
  border: none !important;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-header-group__top__search .gsc-search-button-v2 {
    padding: 0.3448275862vw 1.1206896552vw !important;
  }
}
.c-header-group__top__search .gsc-search-button-v2 svg {
  fill: #cecece !important;
  width: 18px !important;
  height: 18px !important;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-header-group__top__search .gsc-search-button-v2 svg {
    width: 1.5517241379vw !important;
    height: 1.5517241379vw !important;
  }
}
.c-gnav > ul {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .c-gnav > ul {
    display: block;
  }
}
.c-gnav > ul > li {
  padding-bottom: 20px;
  font-size: 15px;
  border-bottom: 2px solid #fff;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-gnav > ul > li {
    padding-bottom: 1.724137931vw;
    font-size: 1.2931034483vw;
  }
}
@media (max-width: 767px) {
  .c-gnav > ul > li {
    margin-top: 15px;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 18px;
  }
}
.c-gnav > ul > li > a,
.c-gnav > ul > li span {
  display: flex;
  width: 200px;
  height: 38px;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  text-align: center;
  border-right: 2px #f7f4ef solid;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-gnav > ul > li > a,
  .c-gnav > ul > li span {
    width: 17.2413793103vw;
    height: 3.275862069vw;
  }
}
@media (max-width: 767px) {
  .c-gnav > ul > li > a,
  .c-gnav > ul > li span {
    display: none;
  }
}
.c-gnav > ul > li:last-child a,
.c-gnav > ul > li:last-child span {
  border-right: none;
}
.c-gnav > ul > li.dropdown {
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-gnav > ul > li.dropdown {
    cursor: auto;
  }
}
.c-gnav > ul > li.dropdown > a,
.c-gnav > ul > li.dropdown span {
  position: relative;
}
.c-gnav > ul > li.dropdown > a::after,
.c-gnav > ul > li.dropdown span::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 10px;
  height: 7px;
  transform: translateX(-50%);
  background: url(../images/common/nav_after.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-gnav > ul > li.dropdown > a::after,
  .c-gnav > ul > li.dropdown span::after {
    bottom: -0.6896551724vw;
    width: 0.8620689655vw;
    height: 0.6034482759vw;
  }
}
@media (max-width: 767px) {
  .c-gnav > ul > li.dropdown > a::after,
  .c-gnav > ul > li.dropdown span::after {
    display: none;
  }
}
.c-gnav > ul > li.dropdown:hover {
  border-bottom: 2px solid #00548e;
}
@media (max-width: 767px) {
  .c-gnav > ul > li.dropdown:hover {
    border-bottom: none;
  }
}
.c-gnav > ul > li.dropdown.--ikumen {
  display: none;
}
@media (max-width: 767px) {
  .ikumen .c-gnav > ul > li.dropdown.--ikumen {
    display: block;
  }
}
.c-gnav > ul > li:nth-child(2) .c-gnav-menu__box::before {
  left: 582px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-gnav > ul > li:nth-child(2) .c-gnav-menu__box::before {
    left: 50.1724137931vw;
  }
}
.c-gnav > ul > li:nth-child(3) .c-gnav-menu__box::before {
  left: 782px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-gnav > ul > li:nth-child(3) .c-gnav-menu__box::before {
    left: 67.4137931034vw;
  }
}
.c-gnav > ul > li:nth-child(4) .c-gnav-menu__box::before {
  left: 982px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-gnav > ul > li:nth-child(4) .c-gnav-menu__box::before {
    left: 84.6551724138vw;
  }
}
.c-gnav-menu {
  padding-top: 40px;
  position: absolute;
  top: 120px;
  left: 0;
  transform: translateY(-30px);
  width: 1100px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-gnav-menu {
    padding-top: 3.4482758621vw;
    top: 10.3448275862vw;
    left: 0;
    transform: translateY(-2.5862068966vw);
    width: 94.8275862069vw;
  }
}
@media (max-width: 767px) {
  .c-gnav-menu {
    padding-top: 0;
    position: static;
    transform: none;
    width: 100%;
    visibility: visible;
    opacity: 1;
  }
}
.js-hover .c-gnav-menu {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.c-gnav-menu__box {
  position: relative;
  padding: 44px 66px;
  background: #fff;
  border-radius: 20px;
  text-align: left;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-gnav-menu__box {
    padding: 3.7931034483vw 5.6896551724vw;
    border-radius: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .c-gnav-menu__box {
    padding: 0;
  }
}
.c-gnav-menu__box.--sitemap {
  padding: 44px 40px 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-gnav-menu__box.--sitemap {
    padding: 3.7931034483vw 3.4482758621vw 0;
  }
}
@media (max-width: 767px) {
  .c-gnav-menu__box.--sitemap {
    padding: 8vw 4.8vw 0;
  }
}
.c-gnav-menu__box.--sitemap::before {
  display: none;
}
.c-gnav-menu__box .menu-ttl {
  margin-bottom: 50px;
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-gnav-menu__box .menu-ttl {
    margin-bottom: 4.3103448276vw;
    font-size: 2.1551724138vw;
  }
}
@media (max-width: 767px) {
  .c-gnav-menu__box .menu-ttl {
    padding-bottom: 15px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    border-bottom: 2px #f7f4ef solid;
    display: flex;
  }
}
.c-gnav-menu__box .menu-ttl.--sitemap {
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 18px;
  border-bottom: 1px solid #eae4db;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-gnav-menu__box .menu-ttl.--sitemap {
    margin-bottom: 2.1551724138vw;
    padding-bottom: 1.2931034483vw;
    font-size: 1.5517241379vw;
  }
}
@media (max-width: 767px) {
  .c-gnav-menu__box .menu-ttl.--sitemap {
    margin-bottom: 5px;
  }
}
.c-gnav-menu__box .menu-ttl.--sitemap::before {
  width: 25px;
  height: 25px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-gnav-menu__box .menu-ttl.--sitemap::before {
    width: 2.1551724138vw;
    height: 2.1551724138vw;
  }
}
.c-gnav-menu__box .menu-ttl::before {
  margin-right: 0.5em;
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(../images/common/ico_menu01.svg) center/100% no-repeat;
  vertical-align: sub;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-gnav-menu__box .menu-ttl::before {
    width: 2.5862068966vw;
    height: 2.5862068966vw;
  }
}
@media (max-width: 767px) {
  .c-gnav-menu__box .menu-ttl::before {
    vertical-align: bottom;
  }
}
.c-gnav-menu__box .menu-ttl.c-ico--0::before {
  margin-right: 1em;
  background: none;
  width: 4px;
  border-left: 4px solid #00548e;
  border-radius: 2px;
}
.c-gnav-menu__box .menu-ttl.c-ico--2::before {
  background: url(../images/common/ico_menu02.svg) center/100% no-repeat;
}
.c-gnav-menu__box .menu-ttl.c-ico--3::before {
  background: url(../images/common/ico_menu03.svg) center/100% no-repeat;
}
.c-gnav-menu__box .menu-ttl.c-ico--4::before {
  background: url(../images/common/ico_menu04.svg) center/100% no-repeat;
}
.c-gnav-menu__box .menu-ttl.c-ico--5::before {
  background: url(../images/common/ico_menu05.svg) center/100% no-repeat;
}
@media (max-width: 767px) {
  .dropdown .c-gnav-menu__box .menu-ttl::after {
    position: absolute;
    top: 5px;
    right: 0;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/common/nav_+.svg) center/100% no-repeat;
  }
}
@media (max-width: 767px) {
  .c-gnav-menu__box .menu-ttl.nav-open::after {
    background: url(../images/common/nav_-.svg) center/100% no-repeat;
  }
}
.c-gnav-menu__box::before {
  content: "";
  position: absolute;
  top: -35px;
  left: 382px;
  width: 34px;
  height: 41px;
  background: url(../images/common/nav_box_after.svg) center top/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-gnav-menu__box::before {
    top: -3.0172413793vw;
    left: 32.9310344828vw;
    width: 2.9310344828vw;
    height: 3.5344827586vw;
  }
}
@media (max-width: 767px) {
  .c-gnav-menu__box::before {
    display: none;
  }
}
.c-gnav-secondary {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-gnav-secondary {
    padding: 0 1.2931034483vw;
    font-size: 1.3793103448vw;
    line-height: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .c-gnav-secondary {
    margin-bottom: 15px;
    padding: 0;
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-in-out;
  }
}
.c-gnav-secondary.--sitemap {
  padding: 0;
  max-height: none;
}
@media (max-width: 767px) {
  .c-gnav-secondary.--sitemap {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .c-gnav-secondary.nav-open {
    max-height: 2000px;
  }
}
.c-gnav-secondary .secondary-ttl {
  margin-bottom: 15px;
  padding-bottom: 15px;
  height: auto;
  font-weight: 600;
  border-bottom: #eae4db dashed 2px;
  background: none;
  border-radius: 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-gnav-secondary .secondary-ttl {
    margin-bottom: 1.2931034483vw;
    padding-bottom: 1.2931034483vw;
  }
}
@media (max-width: 767px) {
  .c-gnav-secondary .secondary-ttl {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .sitemap .c-gnav-secondary .secondary-ttl {
    padding-left: 0;
  }
}
.c-gnav-secondary .secondary-ttl::after {
  top: 15px;
  right: 3px;
}
.c-gnav-secondary li {
  width: 285px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-gnav-secondary li {
    width: 24.5689655172vw;
  }
}
@media (max-width: 767px) {
  .c-gnav-secondary li {
    margin-top: 15px;
    width: 100%;
  }
}
.c-gnav-secondary li a {
  position: relative;
  margin-bottom: 5px;
  padding-left: 18px;
  display: block;
  height: 54px;
  display: flex;
  font-weight: 400;
  align-items: center;
  border-radius: 10px;
  background: #f5f5f5;
  cursor: pointer;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-gnav-secondary li a {
    margin-bottom: 0.4310344828vw;
    padding-left: 1.5517241379vw;
    height: 4.6551724138vw;
    border-radius: 0.8620689655vw;
  }
}
.c-gnav-secondary li a::after {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 7px;
  height: 12px;
  background: url(../images/common/nav_arrow.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-gnav-secondary li a::after {
    right: 1.5517241379vw;
    width: 0.6034482759vw;
    height: 1.0344827586vw;
  }
}
.c-gnav-secondary li.secondary-item .secondary-ttl {
  position: relative;
}
@media (max-width: 767px) {
  .c-gnav-secondary li.secondary-item .secondary-ttl::after {
    position: absolute;
    top: 5px;
    right: 0;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/common/nav_+.svg) center/100% no-repeat;
  }
}
.sitemap .c-gnav-secondary li.secondary-item .secondary-ttl::after {
  display: none;
}
@media (max-width: 767px) {
  .c-gnav-secondary li.secondary-item .secondary-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-in-out;
  }
}
.sitemap .c-gnav-secondary li.secondary-item .secondary-wrap {
  max-height: none;
}
@media (max-width: 767px) {
  .c-gnav-secondary li.secondary-item.nav-open .secondary-ttl::after {
    background: url(../images/common/nav_-.svg) center/100% no-repeat;
  }
}
@media (max-width: 767px) {
  .c-gnav-secondary li.secondary-item.nav-open .secondary-wrap {
    max-height: 2000px;
  }
}

.link-section {
  position: relative;
  padding: 60px 0 88px;
  background: url(../images/common/footer_line.svg) center bottom repeat-x;
  background-size: 143px 53px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .link-section {
    padding: 5.1724137931vw 0 7.5862068966vw;
    background-size: 12.3275862069vw 4.5689655172vw;
  }
}
@media (max-width: 767px) {
  .link-section {
    padding: 12vw 0 21.3333333333vw;
  }
}
.link-section h2 {
  text-align: center;
  font-size: 20px;
}
.link-section__sns {
  margin-top: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .link-section__sns {
    margin-top: 1.4655172414vw;
  }
}
.link-section__sns li {
  margin: 0 7px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .link-section__sns li {
    margin: 0 0.6034482759vw;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .link-section__sns li img {
    width: 4.3103448276vw;
  }
}

.js-bnrSlider,
.c-bnrArea {
  padding-bottom: 32px;
  position: relative;
  margin: 42px auto 0;
  max-width: 1140px;
  overflow: hidden;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .js-bnrSlider,
  .c-bnrArea {
    padding-bottom: 2.7586206897vw;
    margin: 3.6206896552vw auto 0;
    max-width: 98.275862069vw;
  }
}
@media (max-width: 767px) {
  .js-bnrSlider,
  .c-bnrArea {
    display: none;
  }
}
.js-bnrSlider .swiper-slide,
.js-bnrSlider li,
.c-bnrArea .swiper-slide,
.c-bnrArea li {
  width: 210px;
  text-align: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .js-bnrSlider .swiper-slide,
  .js-bnrSlider li,
  .c-bnrArea .swiper-slide,
  .c-bnrArea li {
    width: 18.1034482759vw;
  }
}
.js-bnrSlider .swiper-pagination,
.c-bnrArea .swiper-pagination {
  bottom: 0 !important;
}
.js-bnrSlider .swiper-pagination-bullet,
.c-bnrArea .swiper-pagination-bullet {
  margin: 0 5px !important;
  width: 10px;
  height: 10px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .js-bnrSlider .swiper-pagination-bullet,
  .c-bnrArea .swiper-pagination-bullet {
    margin: 0 0.4310344828vw !important;
    width: 0.8620689655vw;
    height: 0.8620689655vw;
  }
}
.js-bnrSlider .swiper-pagination-bullet-active,
.c-bnrArea .swiper-pagination-bullet-active {
  background: #005fde;
}
.employee .js-bnrSlider .swiper-pagination-bullet-active, .employee-index .js-bnrSlider .swiper-pagination-bullet-active, .employee-seminar .js-bnrSlider .swiper-pagination-bullet-active, .employee-voice .js-bnrSlider .swiper-pagination-bullet-active,
.employee .c-bnrArea .swiper-pagination-bullet-active,
.employee-index .c-bnrArea .swiper-pagination-bullet-active,
.employee-seminar .c-bnrArea .swiper-pagination-bullet-active,
.employee-voice .c-bnrArea .swiper-pagination-bullet-active {
  background: #00aa55;
}
.default .js-bnrSlider .swiper-pagination-bullet-active, .sitemap .js-bnrSlider .swiper-pagination-bullet-active,
.default .c-bnrArea .swiper-pagination-bullet-active,
.sitemap .c-bnrArea .swiper-pagination-bullet-active {
  background: #c11920;
}
.project .js-bnrSlider .swiper-pagination-bullet-active, .library .js-bnrSlider .swiper-pagination-bullet-active,
.project .c-bnrArea .swiper-pagination-bullet-active,
.library .c-bnrArea .swiper-pagination-bullet-active {
  background: #f7be00;
}

.c-bnrArea ul {
  display: flex;
  column-gap: 20px;
  justify-content: center;
}

.c-activity__head {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-activity__head {
    font-size: 1.5517241379vw;
  }
}
@media (max-width: 767px) {
  .c-activity__head {
    font-size: 14px;
  }
}
.c-activity__head h2 {
  font-size: 20px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-activity__head h2 {
    font-size: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .c-activity__head h2 {
    font-size: 16px;
  }
}
.seminarevent-archive .c-activity__head {
  position: relative;
  padding-right: 190px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .seminarevent-archive .c-activity__head {
    padding-right: 16.3793103448vw;
  }
}
@media (max-width: 767px) {
  .seminarevent-archive .c-activity__head {
    padding-right: 0;
  }
}
.c-activity-date {
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .c-activity-date {
    font-size: 16px;
  }
}
.c-activity-date span {
  padding-right: 1em;
  color: #00548e;
}
.--home .c-activity-date span {
  color: #e9545d;
}
.c-activity-thumb {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  border-radius: 10px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-activity-thumb {
    width: 15.5172413793vw;
    border-radius: 0.8620689655vw;
  }
}
@media (max-width: 767px) {
  .c-activity-thumb {
    margin-top: 10px;
    position: static;
    width: 100%;
  }
}
.c-activity__contents {
  margin-top: 1em;
}
.c-activity__contents h3 {
  margin: 30px 0 10px;
  color: #00548e;
  font-size: 16px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-activity__contents h3 {
    margin: 2.5862068966vw 0 0.8620689655vw;
    font-size: 1.3793103448vw;
  }
}
@media (max-width: 767px) {
  .c-activity__contents h3 {
    margin: 25px 0 10px;
  }
}
.--home .c-activity__contents h3 {
  color: #e9545d;
}
.c-activity__contents .c-img-flex {
  margin: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.c-activity__contents .c-img-flex .col2 {
  margin-top: 20px;
  width: calc(50% - 10px);
  border-radius: 20px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-activity__contents .c-img-flex .col2 {
    width: calc(50% - 0.8620689655vw);
    border-radius: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .c-activity__contents .c-img-flex .col2 {
    margin-top: 10px;
    width: calc(50% - 5px);
    border-radius: 2.6666666667vw;
  }
}
.c-activity__detail {
  margin-top: 30px;
  position: relative;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-activity__detail {
    margin-top: 2.5862068966vw;
  }
}
@media (max-width: 767px) {
  .c-activity__detail {
    margin-top: 20px;
  }
}
.c-activity__detail dt {
  position: absolute;
  width: 8em;
  text-align: left;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-activity__detail dt {
    position: static;
    width: 100%;
  }
}
.c-activity__detail dd {
  margin-bottom: 1em;
  padding-left: 9em;
}
@media (max-width: 767px) {
  .c-activity__detail dd {
    margin-bottom: 1em;
    padding-left: 0;
  }
}
.c-activity__detail dd .p-logo-flex {
  display: flex;
  align-items: center;
}
.c-activity__detail dd .p-logo-flex.-y2025 img {
  margin-right: 1em;
  max-height: 140px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-activity__detail dd .p-logo-flex.-y2025 img {
    max-height: 12.0689655172vw;
  }
}
@media (max-width: 767px) {
  .c-activity__detail dd .p-logo-flex.-y2025 img {
    max-height: 24vw;
  }
}
.c-activity__detail dd .p-logo-flex.-y2025 img:nth-child(2) {
  max-width: 240px;
  max-height: fit-content;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-activity__detail dd .p-logo-flex.-y2025 img:nth-child(2) {
    max-width: 20.6896551724vw;
  }
}
@media (max-width: 767px) {
  .c-activity__detail dd .p-logo-flex.-y2025 img:nth-child(2) {
    max-width: 42.6666666667vw;
  }
}
.c-activity__detail dd .-in {
  text-indent: -1em;
  padding-left: 1em;
}
.c-activity__detail dd .c-flex-col-bw {
  margin-bottom: 0.5em;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  text-align: right;
}
@media (max-width: 767px) {
  .c-activity__detail dd .c-flex-col-bw {
    display: block;
    margin-bottom: 1em;
    text-align: left;
  }
}
.c-activity-img--l {
  margin-top: 20px;
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-activity-img--l {
    margin-top: 1.724137931vw;
    border-radius: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .c-activity-img--l {
    border-radius: 2.6666666667vw;
  }
}
.c-activity__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.c-activity__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-contents-nav {
  margin-top: 30px;
}
.c-contents-nav ul {
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-contents-nav ul {
    padding: 0 1.2931034483vw;
    font-size: 1.3793103448vw;
    line-height: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .c-contents-nav ul {
    padding: 0;
    display: block;
    transition: max-height 1s ease-in-out;
  }
}
.c-contents-nav ul li {
  margin-bottom: 1em;
  width: 195px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-contents-nav ul li {
    width: 16.8103448276vw;
  }
}
@media (max-width: 767px) {
  .c-contents-nav ul li {
    margin-bottom: 1.5em;
    width: 100%;
  }
}
.c-contents-nav ul li p {
  pointer-events: none;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 2px solid #f5f5f5;
}
@media (max-width: 767px) {
  .c-contents-nav ul li p {
    pointer-events: all;
    padding-bottom: 1em;
    margin-bottom: 1em;
    position: relative;
  }
}
@media (max-width: 767px) {
  .c-contents-nav ul li p::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/common/nav_+.svg) center/100% no-repeat;
  }
}
.sitemap .c-contents-nav ul li p::after {
  display: none;
}
@media (max-width: 767px) {
  .c-contents-nav ul li p.active::after {
    background: url(../images/common/nav_-.svg) center/100% no-repeat;
  }
}
.c-contents-nav ul li a {
  display: block;
  line-height: 1.5;
  color: #00548e;
  text-decoration: underline;
}
.c-contents-nav ul li a::before {
  content: "・";
}
.--home .c-contents-nav ul li a {
  color: #e9545d;
}
.c-contents-nav__item-box {
  display: block;
}
@media (max-width: 767px) {
  .c-contents-nav__item-box {
    display: none;
  }
}

.c-img-flex {
  margin: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.c-img-flex .col2 {
  margin-top: 20px;
  width: calc(50% - 10px);
  border-radius: 20px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-img-flex .col2 {
    width: calc(50% - 0.8620689655vw);
    border-radius: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .c-img-flex .col2 {
    margin-top: 10px;
    width: calc(50% - 5px);
    border-radius: 2.6666666667vw;
  }
}
.c-img-flex .col3 {
  margin-top: 20px;
  width: calc(33% - 10px);
  border-radius: 10px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-img-flex .col3 {
    margin-top: 1.724137931vw;
    width: calc(33% - 0.8620689655vw);
    border-radius: 0.8620689655vw;
  }
}
@media (max-width: 767px) {
  .c-img-flex .col3 {
    margin-top: 10px;
    width: calc(50% - 5px);
    border-radius: 1.3333333333vw;
  }
}
.c-img-flex--wrap {
  margin: auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .c-img-flex--wrap {
    display: block;
  }
}
.c-img-flex--wrap img {
  margin: 0.5em 2em 1em 0;
  width: 35%;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .c-img-flex--wrap img {
    margin: 0.5em 0;
    width: 45%;
    float: none;
  }
}
.c-img-flex--wrap figure {
  margin: 0.5em 2em 1em 0;
  width: 35%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-img-flex--wrap figure {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.c-img-flex--wrap figure img {
  width: 100%;
}
@media (max-width: 767px) {
  .c-img-flex--wrap figure img {
    margin-bottom: 0;
    width: calc(50% - 5px);
  }
}
.c-img-float--right::after {
  content: "";
  display: block;
  clear: both;
}
.c-img-float--right img {
  margin: 0.5em 0 0.5em 1em;
  float: right;
  width: 35%;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .c-img-float--right img {
    margin: 0.5em auto;
    width: 70%;
    display: block;
    float: none;
  }
}
.c-img-float--left::after {
  content: "";
  display: block;
  clear: both;
}
.c-img-float--left img {
  margin: 0.5em 2em 1em 0;
  float: left;
  width: 35%;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .c-img-float--left img {
    margin: 0 auto 1em;
    width: 70%;
    display: block;
    float: none;
  }
}
.c-img-float--left figure {
  margin: 0 2em 1em 0;
  float: left;
  width: 35%;
}
@media (max-width: 767px) {
  .c-img-float--left figure {
    margin: 1em auto;
    width: 100%;
    float: none;
    display: block;
  }
}
.c-img-float--left figure img {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .c-img-float--left figure img {
    margin: 0 auto 5px;
    width: 70%;
  }
}
.c-img-inline {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-img-inline img {
  margin: 0 10px 10px;
  display: inline;
  border-radius: 10px;
}

.c-download-box__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-download-box__wrap li {
  margin-bottom: 20px;
  padding: 20px;
  width: calc(50% - 10px);
  background: #f2f0f0;
  border-radius: 14px;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-download-box__wrap li {
    margin-bottom: 1.724137931vw;
    padding: 1.724137931vw;
    width: calc(50% - 0.8620689655vw);
    border-radius: 1.2068965517vw;
  }
}
@media (max-width: 767px) {
  .c-download-box__wrap li {
    padding: 15px 10px;
    width: 100%;
    border-radius: 7px;
  }
}
@media (max-width: 767px) {
  .c-download-box__wrap li a.link--btn {
    min-width: 61.3333333333vw;
    height: 25px;
  }
}

.c-channel__video {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.c-channel__video iframe,
.c-channel__video a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-channel__text {
  margin-top: 10px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-channel__text {
    margin-top: 0.8620689655vw;
  }
}
.c-channel__collaboration {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-channel__collaboration::after {
  content: "";
  width: 200px;
  display: block;
  clear: both;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-channel__collaboration::after {
    width: 17.2413793103vw;
  }
}
.c-channel__collaboration li {
  width: 200px;
  font-size: 12px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-channel__collaboration li {
    width: 17.2413793103vw;
    font-size: 1.0344827586vw;
  }
}
@media (max-width: 767px) {
  .c-channel__collaboration li {
    margin-bottom: 0.5em;
    width: calc(50% - 10px);
  }
}
.c-channel__collaboration li img {
  margin-bottom: 0.5em;
  width: 100%;
}
.c-channel__collaboration li iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-channel__collaboration li p {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.c-channel__collaboration__movie {
  margin-bottom: 0.5em;
  position: relative;
  width: 100%;
  height: 355px;
  overflow: hidden;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-channel__collaboration__movie {
    height: 30.6034482759vw;
  }
}
@media (max-width: 767px) {
  .c-channel__collaboration__movie {
    height: 65.3333333333vw;
  }
}
.c-channel__collaboration__movie img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  z-index: 1;
  visibility: visible;
  cursor: pointer;
  transition: opacity 0.3s, visibility 0.3s;
}
.c-channel__collaboration__movie img.js-play {
  opacity: 0;
  visibility: hidden;
}
.c-channel__collaboration__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-channel__list {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-channel__list {
    margin-bottom: 2.5862068966vw;
  }
}
.c-channel__list::after {
  content: "";
  width: 31%;
  display: block;
  clear: both;
}
.c-channel__list li {
  margin-top: 30px;
  width: 31%;
  font-size: 12px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-channel__list li {
    margin-top: 2.5862068966vw;
    font-size: 1.0344827586vw;
  }
}
@media (max-width: 767px) {
  .c-channel__list li {
    margin-top: 20px;
    width: calc(50% - 10px);
  }
}
.c-channel__list li img {
  margin-bottom: 0.5em;
  width: 100%;
}
.c-channel__list li a {
  color: #ff7800;
  text-decoration: underline;
}

.c-pagination {
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .c-pagination {
    margin: 30px auto 0;
    width: 81.3333333333vw;
  }
}
.star-enquete .c-pagination {
  margin: 20px auto 0;
}
.c-pagination > a {
  margin: 0 0.5em;
  font-weight: 600;
  color: #00548e;
}
.voice-childcare .c-pagination > a, .ikumen-list .c-pagination > a, .supporter-list .c-pagination > a {
  color: #39b382;
}
.c-pagination ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .c-pagination ul {
    margin-top: 5px;
  }
}
.c-pagination ul li {
  font-weight: 600;
}
@media (max-width: 767px) {
  .c-pagination ul li {
    margin-bottom: 10px;
  }
}
.c-pagination ul li a,
.c-pagination ul li span {
  margin: 0 0.5em;
  width: 24px;
  display: block;
  text-align: center;
  line-height: 24px;
  color: #fff;
  background: #00548e;
  border-radius: 12px;
}
.voice-childcare .c-pagination ul li a, .ikumen-list .c-pagination ul li a, .supporter-list .c-pagination ul li a,
.voice-childcare .c-pagination ul li span,
.ikumen-list .c-pagination ul li span,
.supporter-list .c-pagination ul li span {
  background: #39b382;
}
.c-pagination ul li span {
  background: #f7f4ef;
  color: #00548e;
}
.voice-childcare .c-pagination ul li span, .ikumen-list .c-pagination ul li span, .supporter-list .c-pagination ul li span {
  background: #f7f4ef;
  color: #39b382;
}

.c-movie__wrap {
  margin-bottom: 1em;
  position: relative;
}
.c-movie__wrap a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  z-index: 5;
}
.c-movie__wrap a img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 130px;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .c-movie__wrap a img {
    width: 20vw;
  }
}
.c-movie-info {
  margin-top: 20px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-movie-info {
    margin-top: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .c-movie-info {
    margin-top: 5.3333333333vw;
  }
}
.c-movie-info h2 {
  padding-left: 0;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-left: none !important;
}
.c-movie-info ul li {
  margin-bottom: 0.25em;
}
@media (max-width: 767px) {
  .c-movie-info ul li {
    display: flex;
  }
}
.c-movie-info button {
  color: #00548e;
  text-decoration: underline;
  text-align: left;
  font-size: 90%;
}
@media (max-width: 767px) {
  .c-movie-info button {
    padding-left: 0.5em;
    width: calc(100% - 4em);
  }
}

#modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: 101;
}
#modal.js-open {
  visibility: visible;
  opacity: 1;
}
#modal .js-movieModal__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 80%;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #modal .js-movieModal__inner {
    max-width: 96%;
  }
}
#modal .js-movieModal__inner .js-movieModal__inner__movie {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  transform: translate(-50%, -50%);
}
#modal .js-movieModal__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modal .js-movieModal__close {
  position: absolute;
  top: -70px;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #modal .js-movieModal__close {
    top: -18.6666666667vw;
    width: 16vw;
    height: 16vw;
  }
}
#modal .js-movieModal__close span:first-child, #modal .js-movieModal__close span:last-child {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 60px;
  height: 2px;
  background-color: #fff;
  transform-origin: initial;
}
@media (max-width: 767px) {
  #modal .js-movieModal__close span:first-child, #modal .js-movieModal__close span:last-child {
    width: 16vw;
  }
}
#modal .js-movieModal__close span:first-child {
  transform: translate(0, -50%) rotate(45deg);
}
#modal .js-movieModal__close span:last-child {
  transform: translate(0, -50%) rotate(-45deg);
}

.c-download-box__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ikuboss .c-download-box__wrap {
  margin-top: 30px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .ikuboss .c-download-box__wrap {
    margin-top: 2.5862068966vw;
  }
}
@media (max-width: 767px) {
  .ikuboss .c-download-box__wrap {
    margin-top: 13.3333333333vw;
  }
}
.c-download-box__wrap li {
  margin-bottom: 30px;
  padding: 20px;
  width: calc(50% - 10px);
  background: #f2f0f0;
  border-radius: 14px;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-download-box__wrap li {
    margin-bottom: 2.5862068966vw;
    padding: 2.5862068966vw 1.724137931vw;
    width: calc(50% - 0.8620689655vw);
    border-radius: 1.2068965517vw;
  }
}
@media (max-width: 767px) {
  .c-download-box__wrap li {
    margin-bottom: 20px;
    padding: 15px 10px;
    width: 100%;
    border-radius: 7px;
  }
}
@media (max-width: 767px) {
  .ikuboss .c-download-box__wrap li {
    width: calc(50% - 5px);
  }
}
.c-download-box__wrap li a.c-btn-link {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .c-download-box__wrap li a.c-btn-link {
    padding: 5px 0;
  }
}
@media (max-width: 767px) {
  .ikuboss .c-download-box__wrap li a.c-btn-link {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-download-box__wrap li a.c-btn-link::after {
    right: 10px;
  }
}
.c-download-box-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 273px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-download-box-img {
    height: 23.5344827586vw;
  }
}
@media (max-width: 767px) {
  .c-download-box-img {
    height: auto;
  }
}
.c-download-box-img img {
  max-height: 100%;
}
@media (max-width: 767px) {
  .c-download-box-img img {
    max-height: none;
    max-width: 80%;
  }
}
.c-download-box-text {
  margin-top: 1em;
  margin-bottom: 0 !important;
  font-size: 14px;
  line-height: 1.7;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-download-box-text {
    font-size: 1.2068965517vw;
  }
}
@media (max-width: 767px) {
  .c-download-box-text {
    font-size: 10px;
    letter-spacing: 0;
  }
}
.c-download-box a.link--btn {
  min-width: 200px !important;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-download-box a.link--btn {
    min-width: 17.2413793103vw;
  }
}
@media (max-width: 767px) {
  .c-download-box a.link--btn {
    min-width: 100% !important;
  }
}

.c-img-flex--left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .c-img-flex--left {
    display: block;
  }
}
.c-img-flex--left img {
  margin-right: 15px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-img-flex--left img {
    margin-right: 1.2931034483vw;
  }
}
@media (max-width: 767px) {
  .c-img-flex--left img {
    display: block;
    margin: 0 auto 20px;
  }
}
.company-kurumin .c-img-flex--left img {
  width: 190px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-kurumin .c-img-flex--left img {
    width: 16.3793103448vw;
  }
}
.c-img-flex__txt {
  font-size: 16px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-img-flex__txt {
    font-size: 1.3793103448vw;
  }
}
@media (max-width: 767px) {
  .c-img-flex__txt {
    font-size: 14px;
  }
}
.c-img-flex__txt a {
  margin-left: 0;
}
@media (max-width: 767px) {
  .c-img-flex__txt a {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .c-img-flex__txt.--rev {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .c-img-flex__txt.--rev a {
    margin: 0 auto 20px;
  }
}

.c-faq-list {
  margin: 40px auto;
  width: 640px;
  font-size: 14px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-faq-list {
    margin: 3.4482758621vw auto;
    width: 55.1724137931vw;
    font-size: 1.2068965517vw;
  }
}
@media (max-width: 767px) {
  .c-faq-list {
    margin: 30px auto;
    width: 81.3333333333vw;
  }
}
.inquiry .c-faq-list {
  width: 100%;
}
.c-faq-list li h3 {
  position: relative;
  padding-left: 45px;
  padding-right: 45px;
  margin-bottom: 13px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-faq-list li h3 {
    padding-left: 3.8793103448vw;
    padding-right: 3.8793103448vw;
    margin-bottom: 1.1206896552vw;
    padding-bottom: 1.2931034483vw;
  }
}
@media (max-width: 767px) {
  .c-faq-list li h3 {
    padding-left: 35px;
    padding-right: 30px;
  }
}
.c-faq-list li h3::before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/common/ico_faq_q.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-faq-list li h3::before {
    width: 2.0689655172vw;
    height: 2.0689655172vw;
  }
}
@media (max-width: 767px) {
  .c-faq-list li h3::before {
    top: 50%;
    transform: translateY(calc(-50% - 6px));
  }
}
.c-faq-list li h3::after {
  position: absolute;
  top: 5px;
  right: 0;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/nav_+.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-faq-list li h3::after {
    top: 0.4310344828vw;
    width: 1.724137931vw;
    height: 1.724137931vw;
  }
}
.c-faq-list li h3.active::after {
  background: url(../images/common/nav_-.svg) center/100% no-repeat;
}
.c-faq-list-item--accordion {
  cursor: pointer;
}
.c-faq-list-item-answer {
  margin-bottom: 13px;
  position: relative;
  display: none;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-faq-list-item-answer {
    margin-bottom: 1.1206896552vw;
  }
}
.c-faq-list-item-answer p {
  padding: 15px 15px 15px 50px;
  background: #f5f5f5;
  border-radius: 8px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-faq-list-item-answer p {
    padding: 1.2931034483vw 1.2931034483vw 1.2931034483vw 4.3103448276vw;
    border-radius: 0.6896551724vw;
  }
}
.c-faq-list-item-answer p::before {
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/common/ico_faq_a.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-faq-list-item-answer p::before {
    top: 1.2931034483vw;
    left: 1.2931034483vw;
    width: 2.0689655172vw;
    height: 2.0689655172vw;
  }
}
.c-faq-list-item-answer a {
  text-decoration: underline;
  color: #00548e;
}

.c-links-list li {
  padding-bottom: 15px;
  border-bottom: 2px solid #f5f5f5;
  font-size: 16px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-links-list li {
    padding-bottom: 1.2931034483vw;
    border-bottom: 0.1724137931vw solid #f5f5f5;
    font-size: 1.3793103448vw;
  }
}
.c-links-list li h3 {
  margin: 20px 0 10px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-links-list li h3 {
    margin: 1.724137931vw 0 0.8620689655vw;
  }
}
.c-links-list li a {
  margin-bottom: 0.5em;
  color: #00548e;
  line-height: 1.3;
  display: inline-block;
}

form input[type=text],
form input[type=tel],
form input[type=email],
form textarea,
form select {
  border-color: #dadada;
  background-color: #f5f5f5;
}
.employee-voice form input[type=text],
.employee-voice form input[type=tel],
.employee-voice form input[type=email],
.employee-voice form textarea {
  border-color: #dadada;
  background-color: #f5f5f5;
}
.project form input[type=text],
.project form input[type=tel],
.project form input[type=email],
.project form textarea {
  border-color: #dadada;
  background-color: #fff1c4;
}
.default form input[type=text],
.default form input[type=tel],
.default form input[type=email],
.default form textarea {
  border-color: #dadada;
  background-color: #efefef;
}

.c-btn-submit {
  margin: 40px auto 0;
  font-size: 20px;
  line-height: 54px;
  border-radius: 50vw;
  display: block;
  width: 300px;
  height: 54px;
  border: 0;
  text-indent: 0px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: #00548e;
  border: 1px solid #00548e;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-btn-submit {
    margin-top: 4.3103448276vw;
    font-size: 1.724137931vw;
    line-height: 4.6551724138vw;
    width: 25.8620689655vw;
    height: 4.6551724138vw;
  }
}
@media (max-width: 767px) {
  .c-btn-submit {
    margin-top: 40px;
    width: 243px;
    font-size: 18px;
    line-height: 40px;
    height: 45px;
  }
}
.c-btn-submit:disabled {
  pointer-events: none;
  opacity: 0.7;
}

.c-btn-back {
  margin: 40px auto 0;
  font-size: 20px;
  line-height: 54px;
  border-radius: 50vw;
  display: block;
  width: 300px;
  height: 54px;
  border: 0;
  text-indent: 0px;
  text-align: center;
  cursor: pointer;
  color: #00548e;
  background: #fff;
  border: 1px solid #00548e;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-btn-back {
    margin-top: 3.4482758621vw;
    font-size: 1.724137931vw;
    line-height: 4.6551724138vw;
    width: 25.8620689655vw;
    height: 4.6551724138vw;
  }
}
@media (max-width: 767px) {
  .c-btn-back {
    margin-top: 40px;
    width: 243px;
    font-size: 18px;
    line-height: 45px;
    height: 45px;
  }
}

.l-form-wrap {
  padding-bottom: 20px;
  margin: 35px auto 0;
  width: 640px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-form-wrap {
    padding-bottom: 1.724137931vw;
    margin: 3.0172413793vw auto 0;
    width: 55.1724137931vw;
  }
}
@media (max-width: 767px) {
  .l-form-wrap {
    margin: 20px auto 0;
    width: 81.3333333333vw;
  }
}
.l-form-wrap form {
  margin-top: 20px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-form-wrap form {
    margin-top: 1.724137931vw;
  }
}
.l-form-wrap .p-form-subtext {
  margin: 30px 0 0;
}
.l-form-wrap .p-form-subtext .--red {
  color: #c1242d;
}
.l-form-wrap .p-form-notes {
  margin: 40px 0 20px;
  padding: 1em;
  border: 1px solid #c3c3c3;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-form-wrap .p-form-notes {
    margin: 3.4482758621vw 0 1.724137931vw;
  }
}
.l-form-wrap .p-form-notes h3 {
  margin-bottom: 0.5em;
}
.l-form-wrap .p-form-notes span {
  text-decoration: underline;
}
.l-form-wrap .p-form-notes small {
  font-size: 90%;
}
.l-form-wrap .p-form-notes__list a {
  color: #3b7ba8;
  text-decoration: underline;
}
.l-form-wrap .p-form-notes__list li {
  text-indent: -1em;
  padding-left: 1em;
}
.l-form-wrap .p-form-notes__list .--red {
  color: #c1242d;
}
.l-form-wrap .p-form-notes__box {
  margin-top: 20px;
  padding: 1em;
  border: 2px solid #036eb7;
  border-radius: 8px;
}
.l-form-wrap .p-form-notes__box.--family {
  border: 2px solid #39b382;
}
.l-form-wrap .p-form-notes__box .p-box-ttl {
  margin-bottom: 0.5em;
  font-weight: 600;
}
.l-form-wrap dl {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 252px 1fr;
  align-items: flex-start;
  border-bottom: 1px solid #f5f5f5;
  font-size: 14px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-form-wrap dl {
    padding: 1.724137931vw 0;
    grid-template-columns: 21.724137931vw 1fr;
    font-size: 1.2068965517vw;
  }
}
@media (max-width: 767px) {
  .l-form-wrap dl {
    margin: 0;
    display: block;
    border-top: none;
  }
}
.l-form-wrap dl dt {
  position: relative;
  padding: 0 26px 0 15px;
  line-height: 1.3;
  box-sizing: border-box;
  border-left: 2px solid #3090d1;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-form-wrap dl dt {
    padding: 0 2.2413793103vw 0 1.2931034483vw;
  }
}
@media (max-width: 767px) {
  .l-form-wrap dl dt {
    margin-bottom: 1em;
    padding: 0 0 0 15px;
  }
}
.l-form-wrap dl dt span.required {
  position: absolute;
  top: 0;
  right: 26px;
  padding: 3px 6px;
  color: #fff;
  background-color: #c1242d;
  border-radius: 3px;
  float: right;
  font-size: 11px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-form-wrap dl dt span.required {
    right: 2.2413793103vw;
    padding: 0.2586206897vw 0.5172413793vw;
    font-size: 0.9482758621vw;
  }
}
@media (max-width: 767px) {
  .l-form-wrap dl dt span.required {
    right: 0;
  }
}
.l-form-wrap dl dt span.label, .l-form-wrap dl dt span.x {
  margin-right: 0.5em;
  padding: 3px 6px;
  color: #c1242d;
  background-color: #fff;
  border: solid #c1242d 1px;
  border-radius: 3px;
  float: none;
  display: inline-block;
  margin-bottom: 7px;
  font-size: 11px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-form-wrap dl dt span.label, .l-form-wrap dl dt span.x {
    padding: 0.2586206897vw 0.5172413793vw;
    font-size: 0.9482758621vw;
  }
}
@media (max-width: 767px) {
  .l-form-wrap dl dt span.label, .l-form-wrap dl dt span.x {
    padding: 2px 3px;
    font-size: 10px;
  }
}
.l-form-wrap dl dt span.x {
  color: #3090d1;
  border-color: #3090d1;
}
.l-form-wrap dl dd {
  width: 100%;
}
@media (max-width: 767px) {
  .l-form-wrap dl dd {
    padding: 0;
    border-top: none;
  }
}
.l-form-wrap dl dd input[type=text],
.l-form-wrap dl dd input[type=tel],
.l-form-wrap dl dd input[type=email] {
  width: 100%;
  border: 1px solid #dadada;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  border-radius: 8px;
  padding: 0 15px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-form-wrap dl dd input[type=text],
  .l-form-wrap dl dd input[type=tel],
  .l-form-wrap dl dd input[type=email] {
    height: 2.5862068966vw;
    line-height: 2.5862068966vw;
    border-radius: 0.2586206897vw;
    padding: 0 1.2931034483vw;
  }
}
.l-form-wrap dl dd input[type=checkbox] {
  margin-right: 0.5em;
}
.l-form-wrap dl dd select {
  width: 170px;
  border: 1px solid #dadada;
  box-sizing: border-box;
  height: 30px;
  border-radius: 8px;
  padding: 4px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  background: url(../images/common/nav_after.svg) no-repeat 150px center;
  background-size: 10px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-form-wrap dl dd select {
    height: 2.5862068966vw;
    padding: 0.3448275862vw 1.2931034483vw;
    background-size: 0.8620689655vw;
  }
}
@media (max-width: 767px) {
  .l-form-wrap dl dd select {
    padding: 4px 15px;
    width: 170px;
    height: 30px;
    background-size: 10px;
  }
}
.l-form-wrap dl dd textarea {
  width: 100%;
  border: 1px solid #dadada;
  box-sizing: border-box;
  min-height: 200px;
  border-radius: 8px;
  padding: 6px 15px 15px;
  font-size: 12px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-form-wrap dl dd textarea {
    min-height: 17.2413793103vw;
    padding: 0.5172413793vw 1.2931034483vw 1.2931034483vw;
    font-size: 1.0344827586vw;
  }
}
.l-form-wrap dl dd label {
  display: block;
}
.l-form-wrap dl dd p {
  margin: 0.5em 0 0 !important;
}
.l-form-wrap dl dd img {
  margin-bottom: 15px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-form-wrap dl dd img {
    margin-bottom: 1.2931034483vw;
  }
}
.l-form-wrap dl .c-btn-flex {
  justify-content: flex-start;
}
.l-form-wrap dl .note {
  margin-top: 1em;
  font-size: 90%;
  color: #c1242d;
}
.l-form-wrap .c-btn-flex {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  justify-content: center;
}
.l-form-wrap .c-btn-flex.--border {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #c3c3c3;
}
@media (max-width: 767px) {
  .l-form-wrap .c-btn-flex.--border {
    padding-bottom: 15px;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.l-form-wrap .c-btn-flex .error {
  width: 100%;
  text-align: center;
}
.l-form-wrap .p-logo-guide {
  margin-top: 1em;
  padding: 1em;
  border: 1px solid #c3c3c3;
}
.l-form-wrap .p-logo-guide #logo_pdf {
  margin-top: 1em;
}
.l-form-wrap .p-secretariat {
  margin: 20px auto 40px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-form-wrap .p-secretariat {
    margin: 1.724137931vw auto 3.4482758621vw;
  }
}
.l-form-wrap .p-secretariat a {
  color: #00548e;
}
.l-form-wrap .p-file-list li {
  margin-bottom: 1em;
}
.l-form-wrap .p-mailmagazine {
  margin: 40px auto 30px;
  text-align: center;
}
.l-form-wrap .p-mailmagazine > p {
  margin-bottom: 1em;
}
.l-form-wrap .p-mailmagazine label {
  margin: 0 1em;
}
.l-form-wrap .p-terms {
  margin: 40px auto 0;
  padding: 1.5em;
  border: 1px solid #c3c3c3;
  border-radius: 8px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-form-wrap .p-terms {
    margin: 3.4482758621vw auto 0;
  }
}
.l-form-wrap .p-terms ol {
  counter-reset: listnum;
  list-style: none;
}
.l-form-wrap .p-terms ol li {
  margin-bottom: 1em;
  text-indent: -1em;
  padding-left: 1em;
}
.l-form-wrap .p-terms ol li::before {
  counter-increment: listnum;
  content: counter(listnum) ". ";
}
.l-form-wrap .agree_check {
  margin: 40px auto 20px;
  text-align: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-form-wrap .agree_check {
    margin: 3.4482758621vw auto 1.724137931vw;
  }
}
.l-form-wrap .agree_check label {
  cursor: pointer;
}
.l-form-wrap .p-logo-download {
  margin-top: 50px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-form-wrap .p-logo-download {
    margin-top: 4.3103448276vw;
  }
}
.l-form-wrap .p-search-checkbox {
  padding: 20px 20px 20px 0;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #f5f5f5;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-form-wrap .p-search-checkbox {
    padding: 1.724137931vw 1.724137931vw 1.724137931vw 0;
  }
}
.l-form-wrap .p-search-checkbox input {
  margin: 0 0.5em 0 20px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-form-wrap .p-search-checkbox input {
    margin: 0 0.5em 0 1.724137931vw;
  }
}
.l-form-wrap .p-txtPage {
  margin: 40px 0 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-form-wrap .p-txtPage {
    margin: 3.4482758621vw 0 0;
  }
}
.l-form-wrap p.error {
  color: #c11920;
}

.c-post-list > li {
  padding: 20px 30px;
  margin-top: 30px;
  border-radius: 8px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-post-list > li {
    padding: 1.724137931vw 2.5862068966vw;
    margin-top: 2.5862068966vw;
    border-radius: 0.6896551724vw;
  }
}
@media (max-width: 767px) {
  .c-post-list > li {
    padding: 20px;
  }
}
.c-post-list > li.company {
  border: 4px solid #036eb7;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-post-list > li.company {
    border: 0.3448275862vw solid #036eb7;
  }
}
.c-post-list > li.company .p-company-head {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-post-list > li.company .p-company-head {
    margin-bottom: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .c-post-list > li.company .p-company-head {
    flex-direction: column-reverse;
  }
}
.c-post-list > li.company .p-company-num {
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-post-list > li.company .p-company-num {
    line-height: 1.724137931vw;
  }
}
.c-post-list > li.company .p-company-logo {
  width: 200px;
  max-height: 150px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-post-list > li.company .p-company-logo {
    width: 17.2413793103vw;
    max-height: 12.9310344828vw;
  }
}
@media (max-width: 767px) {
  .c-post-list > li.company .p-company-logo {
    text-align: center;
    margin: auto;
    max-height: none;
  }
}
.c-post-list > li.company .p-company-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}
@media (max-width: 767px) {
  .c-post-list > li.company .p-company-logo img {
    margin: 0 auto 20px;
    width: auto;
    height: auto;
    max-height: 100px;
    object-fit: unset;
  }
}
.c-post-list > li.company .p-company-name {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 2px solid #c3c3c3;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-post-list > li.company .p-company-name {
    margin-bottom: 1.724137931vw;
    font-size: 1.5517241379vw;
    padding-bottom: 0.8620689655vw;
    border-bottom: 0.1724137931vw solid #c3c3c3;
  }
}
.c-post-list > li.company .p-company-images {
  margin: 50px auto 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-post-list > li.company .p-company-images {
    margin: 4.3103448276vw auto 1.724137931vw;
    column-gap: 1.724137931vw;
    row-gap: 1.724137931vw;
  }
}
.c-post-list > li.company .p-company-images li {
  width: calc(50% - 50px);
  max-height: 320px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-post-list > li.company .p-company-images li {
    width: calc(50% - 0.8620689655vw);
    max-height: 27.5862068966vw;
  }
}
@media (max-width: 767px) {
  .c-post-list > li.company .p-company-images li {
    width: auto;
  }
}
.c-post-list > li.company .p-company-images li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}
.c-post-list > li.company .p-company-images li:nth-child(2n) {
  margin-left: 20px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-post-list > li.company .p-company-images li:nth-child(2n) {
    margin-left: 1.724137931vw;
  }
}
.c-post-list > li.family {
  border: 4px solid #39b382;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-post-list > li.family {
    border: 0.3448275862vw solid #39b382;
  }
}
.c-post-list > li.other {
  border: 4px solid #c3c3c3;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-post-list > li.other {
    border: 0.3448275862vw solid #c3c3c3;
  }
}
.c-post-list > li .contributor {
  margin-top: 1em;
  display: flex;
  align-items: flex-end;
}
.c-post-list > li .contributor .icon {
  margin-right: 1em;
  width: auto;
  height: 36px;
}
.c-post-list > li .contributor .icon span.adult {
  width: 18px;
  height: 32px;
  display: inline-block;
  background: url(../images/ikumen/employee/adult_employee.png) center top no-repeat;
}
.c-post-list > li .contributor .icon span.child {
  width: 11px;
  height: 32px;
  display: inline-block;
  background: url(../images/ikumen/employee/child_employee.png) center top no-repeat;
}
.c-post-list > li .contributor .icon span.supporter {
  width: 30px;
  height: 32px;
  display: inline-block;
  background: url(../images/ikumen/employee/supporter.png) center top no-repeat;
}
.c-post-list > li .contributor .name {
  margin-right: 1em;
  font-weight: 600;
}
.c-post-list .p-childcare-item {
  padding: 20px 30px;
  display: flex;
  column-gap: 25px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-post-list .p-childcare-item {
    padding: 1.724137931vw 2.5862068966vw;
    column-gap: 2.1551724138vw;
  }
}
@media (max-width: 767px) {
  .c-post-list .p-childcare-item {
    padding: 20px;
    display: block;
  }
}
.c-post-list .p-childcare-item__text {
  width: 400px;
  flex-shrink: 0;
  font-size: 16px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-post-list .p-childcare-item__text {
    width: 34.4827586207vw;
    font-size: 1.3793103448vw;
  }
}
@media (max-width: 767px) {
  .c-post-list .p-childcare-item__text {
    width: 100%;
    font-size: 14px;
  }
}
.c-post-list .p-childcare-item__profile {
  font-size: 14px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-post-list .p-childcare-item__profile {
    font-size: 1.2068965517vw;
  }
}
@media (max-width: 767px) {
  .c-post-list .p-childcare-item__profile {
    margin-top: 30px;
    padding-left: 0;
    display: flex;
    font-size: 12px;
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .c-post-list .p-childcare-item__profile img {
    margin: 0 10px 10px 0;
    max-width: 130px;
  }
}
.c-post-list .p-childcare-item-name {
  font-weight: 600;
  line-height: 1.3;
  margin: 0.5em 0;
}
@media (max-width: 767px) {
  .c-post-list .p-childcare-item-name {
    font-size: 14px;
    margin-bottom: 0.5em;
  }
}
.c-post-name {
  margin-bottom: 0.5em;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-post-name {
    font-size: 1.3793103448vw;
  }
}
.c-post-name i {
  margin-right: 20px;
  display: inline-block;
  width: 30px;
  height: 30px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-post-name i {
    margin-right: 1.724137931vw;
    width: 2.5862068966vw;
    height: 2.5862068966vw;
  }
}
.c-post-name i.company {
  background: url(../images/common/ico_company.svg) center/100% no-repeat;
}
.c-post-name i.family {
  background: url(../images/common/ico_family.svg) center/100% no-repeat;
}
.c-post-img img {
  margin: 20px 0;
  max-width: 100%;
  border-radius: 20px;
}
.c-post-date {
  margin-top: 1em;
  text-align: right;
}

.c-btn-submit {
  position: relative;
  width: 360px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-btn-submit {
    width: 31.0344827586vw;
  }
}
@media (max-width: 767px) {
  .c-btn-submit {
    width: 243px;
  }
}
.c-btn-submit::after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/ico_submit_arrow.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-btn-submit::after {
    right: 1.724137931vw;
    width: 1.724137931vw;
    height: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .c-btn-submit::after {
    right: 14px;
  }
}
.c-btn-submit.--plain::after {
  display: none;
}

.c-btn-wrap .c-btn-submit {
  margin-top: 26px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-btn-wrap .c-btn-submit {
    margin-top: 2.2413793103vw;
  }
}

.c-btn-back {
  position: relative;
  width: 360px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-btn-back {
    width: 31.0344827586vw;
  }
}

.c-toggle-btn {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  column-gap: 10px;
  align-items: flex-end;
  border-bottom: 2px solid #00548e;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-toggle-btn {
    margin-bottom: 3.4482758621vw;
  }
}
@media (max-width: 767px) {
  .c-toggle-btn {
    margin-bottom: 30px;
  }
}
.c-toggle-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 315px;
  height: 58px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border-radius: 10px 10px 0 0;
  border: 2px solid #00548e;
  background: #00548e;
  border-bottom: none;
  text-align: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-toggle-btn a {
    width: 27.1551724138vw;
    height: 5vw;
    font-size: 1.2931034483vw;
    border-radius: 0.8620689655vw 0.8620689655vw 0 0;
    border: 0.1724137931vw solid #00548e;
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .c-toggle-btn a {
    width: 150px;
    font-size: 12px;
    line-height: 16px;
    height: 50px;
  }
}
.c-toggle-btn a:hover {
  opacity: 1;
}
.c-toggle-btn a.current {
  margin-bottom: -2px;
  background: #fff;
  color: #00548e;
  height: 68px;
  pointer-events: none;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-toggle-btn a.current {
    margin-bottom: -0.1724137931vw;
    height: 5.8620689655vw;
  }
}
@media (max-width: 767px) {
  .c-toggle-btn a.current {
    height: 57px;
  }
}

.c-list-in--1 li {
  margin-bottom: 0.5em;
  text-indent: -1em;
  padding-left: 1em;
}
.c-list-in--2 li {
  margin-bottom: 0.5em;
  text-indent: -2em;
  padding-left: 2em;
}

/* 配配用レイアウト
=========================================*/
.mailmagazine input[type=text] {
  max-width: 500px;
}
.mailmagazine .hm_title {
  position: relative;
  margin-top: 40px;
  margin-bottom: 18px;
  padding-bottom: 0.25em;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 2px solid #f5f5f5;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .mailmagazine .hm_title {
    margin-top: 3.4482758621vw;
    margin-bottom: 1.5517241379vw;
    font-size: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .mailmagazine .hm_title {
    margin-top: 30px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }
}
.mailmagazine .hm_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 18px;
  background: #00548e;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .mailmagazine .hm_title::after {
    bottom: -0.1724137931vw;
    height: 0.1724137931vw;
    width: 1.5517241379vw;
  }
}
.mailmagazine .message {
  text-align: center;
  font-size: 16px;
}
.mailmagazine .message .required {
  color: #ff0000;
}
.mailmagazine .error_list,
.mailmagazine .hm_err_body {
  margin: 20px 0 0;
  text-align: center;
  color: #ff0000;
}
.mailmagazine .inputform {
  width: 100%;
}
.cancel .mailmagazine .inputform {
  margin-top: 20px;
  border-top: 1px solid #dadada;
}
.mailmagazine .inputform td.column {
  padding: 20px 26px 22px 15px;
  width: 252px;
  box-sizing: border-box;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .mailmagazine .inputform td.column {
    padding: 1.724137931vw 2.2413793103vw 1.8965517241vw 1.2931034483vw;
  }
}
@media (max-width: 767px) {
  .mailmagazine .inputform td.column {
    padding: 14px 26px 0 0;
    display: block !important;
    width: 100%;
  }
}
.mailmagazine .inputform td.column span.required {
  color: #ff0000;
}
.mailmagazine .inputform td.data {
  padding: 14px 0;
  width: 718px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .mailmagazine .inputform td.data {
    padding: 1.2068965517vw 0;
    width: 61.8965517241vw;
  }
}
@media (max-width: 767px) {
  .mailmagazine .inputform td.data {
    padding: 0.5em 0 14px;
    display: block !important;
    border-top: none;
    width: 100%;
  }
}
.mailmagazine .inputform td.data input[type=text] {
  width: 100%;
  border: 1px solid #dadada;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  border-radius: 8px;
  padding: 0 15px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .mailmagazine .inputform td.data input[type=text] {
    height: 2.5862068966vw;
    line-height: 2.5862068966vw;
    border-radius: 0.2586206897vw;
    padding: 0 1.2931034483vw;
  }
}
.mailmagazine .inputform td.submit {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  width: 100%;
  height: auto;
  text-align: center;
  display: table-cell;
}
.mailmagazine .inputform td.submit input {
  margin: 40px auto 0;
  font-size: 20px;
  line-height: 54px;
  border-radius: 50vw;
  display: block;
  width: 300px;
  height: 54px;
  border: 0;
  text-indent: 0px;
  cursor: pointer;
  color: #fff;
  background: #00548e;
  border: 1px solid #00548e;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .mailmagazine .inputform td.submit input {
    margin-top: 4.3103448276vw;
    font-size: 1.724137931vw;
    line-height: 4.6551724138vw;
    width: 25.8620689655vw;
    height: 4.6551724138vw;
  }
}
@media (max-width: 767px) {
  .mailmagazine .inputform td.submit input {
    margin-top: 40px;
    width: 243px;
    font-size: 18px;
    line-height: 40px;
    height: 45px;
  }
}
.mailmagazine .hm_backBtn_pos {
  display: block;
}
.mailmagazine .hm_backBtn_pos a {
  position: relative;
  margin: 25px auto 0;
  padding: 7px 0;
  display: block;
  text-align: center;
  width: 243px;
  color: #00548e;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 600;
  background-color: #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 20px;
  text-decoration: none !important;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .mailmagazine .hm_backBtn_pos a {
    margin: 2.1551724138vw auto 0;
    padding: 0.6034482759vw 0;
    width: 20.9482758621vw;
    font-size: 1.0344827586vw;
    border-radius: 1.724137931vw;
  }
}
.mailmagazine .hm_backBtn_pos a::after {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 5px;
  height: 9px;
  background: url(../images/common/nav_arrow.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .mailmagazine .hm_backBtn_pos a::after {
    right: 1.5517241379vw;
    width: 0.4310344828vw;
    height: 0.775862069vw;
  }
}
.mailmagazine__caution {
  margin: 20px 0 40px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .mailmagazine__caution {
    margin: 1.724137931vw 0 3.4482758621vw;
  }
}
@media (max-width: 767px) {
  .mailmagazine__caution {
    margin: 10px 0 20px;
  }
}
.mailmagazine__caution li {
  margin-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .mailmagazine__caution li {
    font-size: 1.2068965517vw;
  }
}
@media (max-width: 767px) {
  .mailmagazine__caution li {
    font-size: 12px;
  }
}
.mailmagazine__caution li.title {
  margin-top: 30px;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .mailmagazine__caution li.title {
    margin-top: 2.5862068966vw;
    font-size: 1.3793103448vw;
  }
}
@media (max-width: 767px) {
  .mailmagazine__caution li.title {
    margin-top: 15px;
    font-size: 14px;
  }
}
.mailmagazine__caution li.red {
  color: #ff0000;
}
.mailmagazine__caution li a {
  color: #c11920;
}
.mailmagazine__btn {
  text-align: center;
  margin: 20px 0 40px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .mailmagazine__btn {
    margin: 1.724137931vw 0 3.4482758621vw;
  }
}
@media (max-width: 767px) {
  .mailmagazine__btn {
    margin: 10px 0 10.6666666667vw;
  }
}
.mailmagazine__body pre {
  margin-bottom: 50px;
  padding: 40px;
  border: solid 1px #dadada;
  white-space: pre-wrap;
  word-wrap: break-word;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .mailmagazine__body pre {
    margin-bottom: 4.3103448276vw;
    padding: 3.4482758621vw;
  }
}
@media (max-width: 767px) {
  .mailmagazine__body pre {
    margin-bottom: 13.3333333333vw;
    padding: 20px;
  }
}
.mailmagazine__body pre a {
  color: #c11920;
  text-decoration: underline;
}

.cancel .inputform {
  margin-top: 20px;
  border-top: 1px solid #dadada;
}

.clickurl_frame {
  display: none;
}

.c-error {
  position: relative;
  padding: 70px 0 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-error {
    padding: 6.0344827586vw 0 0;
  }
}
@media (max-width: 767px) {
  .c-error {
    padding: 10.6666666667vw 4vw 0;
  }
}
.c-error h2 {
  position: relative;
  margin: 0 auto 40px;
  width: 1100px;
  font-size: 34px;
  font-weight: 600;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-error h2 {
    margin: 0 auto 3.4482758621vw;
    width: 94.8275862069vw;
    font-size: 2.9310344828vw;
  }
}
@media (max-width: 767px) {
  .c-error h2 {
    margin: 0 auto 10.6666666667vw;
    width: 100%;
    font-size: 7.4666666667vw;
  }
}
.c-error__message {
  margin: 100px auto;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-error__message {
    margin: 8.6206896552vw auto;
    font-size: 2.7586206897vw;
  }
}
@media (max-width: 767px) {
  .c-error__message {
    margin: 26.6666666667vw auto;
    font-size: 26px;
  }
}
/*# sourceMappingURL=sourcemaps/common.css.map */
