@charset "UTF-8";
/* * Name: gdinc
 * * Description:
 * * Version: 1.0
 * */
/*!
 * * ress.css • v1.1.1
 * * MIT License
 * * github.com/filipelinhares/ress
 * */
/* # =================================================================
 * * # Global selectors
 * * # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

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

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

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

hr {
  overflow: visible;
}

/* ** 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 {
  display: block;
}

summary {
  display: block;
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

/* 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;
}

[type=search] {
  -webkit-appearance: textfield;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Remove inner padding and border in Firefox 4+ */
[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;
}

button, select {
  text-transform: none;
}

/* 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;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* # =================================================================
 * * # Specify media element style
 * * # =================================================================
 * */
img {
  border-style: none;
}

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

svg:not(:root) {
  overflow: hidden;
}

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

/* # =================================================================
 * * # 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, ::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
html {
  font-family: MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.u-listStyle--none {
  list-style: none !important;
}

.u-listStyle--disc {
  list-style: disc outside !important;
  padding-left: 1.5em;
}

.u-notice {
  color: #d90001;
  font-size: 12px;
}

.outlineNavigation {
  flex-basis: 290px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .outlineNavigation {
    display: none;
  }
}
.outlineNavigation__items {
  list-style: none;
}
.outlineNavigation__item:nth-of-type(n+2) {
  margin-top: 10px;
}
.outlineNavigation__item a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  color: inherit;
  text-decoration: none;
}
.outlineNavigation__item a:hover i.fas {
  color: #d80100;
}
.outlineNavigation__item a i.fas {
  display: inline-block;
  margin-right: 1em;
  font-size: 0.5em;
  transition: 0.2s linear color;
}

.contactInformation:nth-of-type(n+2) {
  margin-top: 40px;
}
.contactInformation__heading {
  margin-bottom: 0.5rem;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .contactInformation__heading {
    font-size: 24px;
  }
}

.contactInformation__table {
  width: 100%;
  margin-top: 1rem;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .contactInformation__table {
    display: block;
  }
  .contactInformation__table tr:nth-of-type(n+2) th {
    margin-top: 20px;
  }
}
.contactInformation__table th, .contactInformation__table td {
  padding: 9px 8px 7px;
  border: 1px solid #757575;
}
@media screen and (max-width: 768px) {
  .contactInformation__table th, .contactInformation__table td {
    display: block;
    width: 100%;
    border: none;
  }
}
.contactInformation__table th {
  width: 160px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .contactInformation__table th {
    width: 100%;
    background-color: #cfcdd2;
    white-space: normal;
  }
}
.contactInformation__table ul {
  list-style: none;
}
.contactInformation__table a {
  color: #1a73e8;
  text-decoration: none;
}
.contactInformation__table a:hover {
  text-decoration: underline;
}

.globalHeader {
  background-color: #fff;
  border-bottom: 1px solid #e8eaed;
  position: relative;
  z-index: 100;
}

.globalHeader__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  min-width: 960px;
  height: 100px;
  padding-left: 32px;
  padding-right: 32px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .globalHeader__inner {
    max-width: 100%;
    min-width: auto;
    height: auto;
    padding: 8px;
  }
}

.globalHeader__ci a {
  display: block;
}
.globalHeader__ci img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .globalHeader__ci img {
    width: 260px;
  }
}

@media screen and (max-width: 768px) {
  .globalNavigation {
    display: none;
  }
}
.globalNavigation__items {
  display: flex;
}
.globalNavigation__item {
  list-style: none;
}
.globalNavigation__item > a:hover {
  text-decoration: underline;
}
.globalNavigation__item:not(:first-child) {
  margin-left: 16px;
}
.globalNavigation__item > a, .globalNavigation__item > span {
  display: block;
  margin-top: 10px;
  padding: 19px 8px 17px;
  color: #202124;
  text-decoration: none;
  cursor: pointer;
}
.globalNavigation__item.-hover {
  position: relative;
}
.globalNavigation__item.-hover .globalNavigation__hoverItems {
  list-style: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  margin-top: -20px;
  padding-top: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.2s linear opacity;
}
.globalNavigation__item.-hover .globalNavigation__hoverItem {
  white-space: nowrap;
}
.globalNavigation__item.-hover .globalNavigation__hoverItem:nth-of-type(n+2) {
  margin-top: 1px;
}
.globalNavigation__item.-hover .globalNavigation__hoverItem a {
  display: block;
  padding: 8px 16px;
  background: #807b87;
  transition: 0.2s linear background-color;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}
.globalNavigation__item.-hover .globalNavigation__hoverItem a:hover {
  background: #1b1a1c;
}
.globalNavigation__item.-hover:hover .globalNavigation__hoverItems {
  opacity: 1;
}

#navBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  #navBtn {
    display: block;
    height: 50px;
    margin-top: -8px;
    margin-right: -8px;
    margin-bottom: -8px;
  }
  #navBtn .menu-trigger,
#navBtn .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  #navBtn .menu-trigger {
    position: relative;
    width: 50px;
    height: 50px;
    padding: 10px;
  }
  #navBtn .menu-trigger span {
    position: absolute;
    left: 10px;
    width: 26px;
    height: 2px;
    background-color: #757575;
    border-radius: 4px;
  }
  #navBtn .menu-trigger span:nth-of-type(1) {
    top: 16px;
  }
  #navBtn .menu-trigger span:nth-of-type(2) {
    top: 24px;
  }
  #navBtn .menu-trigger span:nth-of-type(3) {
    top: 32px;
  }
  #navBtn .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  #navBtn .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  #navBtn .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
}

.globalNavigationSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .globalNavigationSp {
    position: absolute;
    top: 56px;
    width: 100%;
    height: calc(100vh - 56px);
    background-color: #dadce0;
  }
  .globalNavigationSp__items {
    display: block;
    background-color: #fff;
  }
  .globalNavigationSp__item {
    margin: 0;
    border-top: 1px solid #dadce0;
  }
  .globalNavigationSp__item a {
    position: relative;
    display: block;
    padding: 9px 8px 7px;
    color: inherit;
    text-decoration: none;
  }
  .globalNavigationSp__item a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-color: #757575 #757575 transparent transparent;
    border-style: solid;
    border-width: 1px;
    transform: rotate(45deg);
  }
}

.globalFooter {
  background-color: #f8f9fa;
}
.globalFooter__copyright {
  padding: 20px 32px;
  border-top: 1px solid #dadce0;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .globalFooter__copyright {
    padding: 7px 8px 9px;
  }
}

.globalFooter__inner {
  max-width: 1240px;
  min-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .globalFooter__inner {
    max-width: 100%;
    min-width: auto;
  }
}

.officialAccount {
  display: flex;
  align-items: center;
  padding: 20px 32px;
}
@media screen and (max-width: 768px) {
  .officialAccount {
    padding: 8px;
  }
}
.officialAccount__title {
  margin-right: 20px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .officialAccount__title {
    font-size: 16px;
  }
}
.officialAccount__items {
  display: flex;
}
.officialAccount__item {
  list-style: none;
}
.officialAccount__item:nth-of-type(n+2) {
  margin-left: 12px;
}
.officialAccount__item a {
  color: inherit;
  text-decoration: none;
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .officialAccount__item a {
    font-size: 36px;
  }
}

.globalFooterNav {
  padding: 30px 32px;
  border-top: 1px solid #dadce0;
}
@media screen and (max-width: 768px) {
  .globalFooterNav {
    padding: 0;
  }
}
.globalFooterNav__items {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .globalFooterNav__items {
    display: block;
  }
}
.globalFooterNav__item {
  list-style: none;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .globalFooterNav__item {
    margin: 0;
  }
  .globalFooterNav__item:not(:first-of-type) {
    border-top: 1px solid #dadce0;
  }
}
.globalFooterNav__item a {
  color: inherit;
  text-decoration: none;
}
.globalFooterNav__item a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .globalFooterNav__item a {
    position: relative;
    display: block;
    padding: 9px 8px 7px;
  }
  .globalFooterNav__item a:hover {
    text-decoration: none;
  }
  .globalFooterNav__item a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-color: #757575 #757575 transparent transparent;
    border-style: solid;
    border-width: 1px;
    transform: rotate(45deg);
  }
}

.contentsArea {
  background-color: #fff;
}
.contentsArea__inner {
  max-width: 1240px;
  min-width: 960px;
  margin: 0 auto;
  padding: 50px 32px;
}
@media screen and (max-width: 768px) {
  .contentsArea__inner {
    max-width: 100%;
    min-width: auto;
    padding: 24px 8px;
  }
}

.homeMainVisual {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #000;
}
.homeMainVisual__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .homeMainVisual__inner {
    max-width: 100%;
    min-width: auto;
    width: 100vw;
  }
}

#video-area {
  width: 100%;
  height: calc((1240px / 100 * 56.25) - 100px);
}
@media screen and (max-width: 768px) {
  #video-area {
    height: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #video-area {
    height: 400px;
  }
}

.homeNavigationLarge {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .homeNavigationLarge {
    margin-top: 20px;
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .homeNavigationLarge {
    margin-right: 0;
    margin-left: 0;
  }
}
.homeNavigationLarge__items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .homeNavigationLarge__items {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .homeNavigationLarge__items {
    display: flex;
  }
}
.homeNavigationLarge__item {
  list-style: none;
  flex-basis: calc((100% - 60px) / 3);
}
@media screen and (max-width: 768px) {
  .homeNavigationLarge__item:nth-of-type(n+2) {
    margin-top: 44px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .homeNavigationLarge__item {
    flex-basis: calc((100% - 16px) / 3);
  }
  .homeNavigationLarge__item:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.homeNavigationLarge__image a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  background-color: #807b87;
  transition: background-color linear 0.2s;
}
.homeNavigationLarge__image a:hover {
  background-color: #1b1a1c;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .homeNavigationLarge__image a {
    height: 280px;
  }
}
.homeNavigationLarge__title {
  margin-top: 24px;
  text-align: center;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .homeNavigationLarge__title {
    margin-top: -24px;
    margin-right: 24px;
    margin-left: 24px;
    padding-top: 24px;
    background: #fff;
  }
}
.homeNavigationLarge__title a {
  color: inherit;
  text-decoration: none;
}
.homeNavigationLarge__description {
  margin-top: 20px;
  padding-right: 8px;
  padding-left: 8px;
}
@media screen and (max-width: 768px) {
  .homeNavigationLarge__description {
    margin-top: 18px;
  }
}

.homeNavigationSmall {
  margin-top: 130px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .homeNavigationSmall {
    margin-top: 44px;
    margin-bottom: 24px;
  }
}
.homeNavigationSmall__items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .homeNavigationSmall__items {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .homeNavigationSmall__items {
    display: flex;
  }
}
.homeNavigationSmall__item {
  list-style: none;
  flex-basis: calc((100% - 60px) / 3);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .homeNavigationSmall__item:nth-of-type(n+2) {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .homeNavigationSmall__item {
    flex-basis: calc((100% - 16px) / 3);
  }
  .homeNavigationSmall__item:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.homeNavigationSmall__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  border: 1px solid #807b87;
  background-color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  font-size: 28px;
  transition: background-color linear 0.2s;
}
@media screen and (max-width: 768px) {
  .homeNavigationSmall__item a {
    height: 150px;
    font-size: 18px;
  }
}
.homeNavigationSmall__item a:hover {
  background-color: rgba(255, 255, 255, 0);
}
.homeNavigationSmall__item a span {
  flex-basis: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
}
.homeNavigationSmall__item--corporate {
  background-image: url(/wp-content/themes/gdinc/assets/img/home_corporate.jpg);
}
.homeNavigationSmall__item--ir {
  background-image: url(/wp-content/themes/gdinc/assets/img/home_ir.jpg);
}
.homeNavigationSmall__item--composite {
  background-image: url(/wp-content/themes/gdinc/assets/img/home_composite.jpg);
}

.homeLatestNews {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .homeLatestNews {
    margin-top: 44px;
  }
}
.homeLatestNews__heading {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 4px solid #f1f3f4;
  font-size: 28px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .homeLatestNews__heading {
    font-size: 18px;
  }
}

.homeLatestNewsList__item {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  border-bottom: 1px solid #e8eaed;
}
@media screen and (max-width: 768px) {
  .homeLatestNewsList__item {
    flex-wrap: wrap;
    padding: 20px 8px;
  }
}

.homeLatestNewsListItem__date {
  white-space: nowrap;
  flex-basis: 5.5rem;
  color: #202124;
  font-weight: bold;
}
.homeLatestNewsListItem__label {
  flex-basis: 80px;
  margin-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #807b87;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}
.homeLatestNewsListItem__anchor {
  flex: 1;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .homeLatestNewsListItem__anchor {
    flex-basis: 100%;
    margin-top: 12px;
    margin-left: 0;
  }
}
.homeLatestNewsListItem__anchor a {
  color: inherit;
  text-decoration: none;
}
.homeLatestNewsListItem__anchor a:hover {
  text-decoration: underline;
}
.homeLatestNewsListItem__anchor i {
  color: #F40F02;
}
.homeLatestNewsListItem__anchor span {
  color: inherit;
}

.homePickupProductList {
  display: flex;
  width: 970px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
}
.homePickupProductList .homePickupProductList__item {
  list-style: none;
  flex-basis: 310px;
}
.homePickupProductList .homePickupProductList__item a {
  display: block;
  text-decoration: none;
}
.homePickupProductList .homePickupProductList__item .pickupProduct__thumbnail img {
  vertical-align: bottom;
}
.homePickupProductList .homePickupProductList__item .pickupProduct__description {
  padding: 16px 22px;
  background-color: #EFEEE7;
  color: #595757;
  font-size: 15px;
}

.homeProductInformation {
  width: 970px;
  margin-top: 56px;
  margin-right: auto;
  margin-left: auto;
}
.homeProductInformation .homeProductInformation__shaft .shaftList {
  display: flex;
  justify-content: space-between;
}
.homeProductInformation .homeProductInformation__shaft .shaftList__item {
  list-style: none;
}
.homeProductInformation .homeProductInformation__other {
  margin-top: 36px;
}
.homeProductInformation .homeProductInformation__other .otherList {
  display: flex;
  justify-content: space-between;
}
.homeProductInformation .homeProductInformation__other .otherList__item {
  list-style: none;
}
.homeProductInformation .homeProductInformation__composite {
  margin-top: 36px;
}
.homeProductInformation .homeProductInformation__composite .compositeList {
  display: flex;
  justify-content: space-between;
}
.homeProductInformation .homeProductInformation__composite .compositeList__item {
  list-style: none;
}

.irArea {
  max-width: 1240px;
  min-width: 960px;
  margin: 0 auto;
  padding: 50px 32px;
  background-color: #fff;
  overflow: hidden;
}

.articleRecruit__heading {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  border-bottom: 4px solid #cfcdd2;
  color: #202124;
  font-size: 48px;
}
.articleRecruit__heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  display: block;
  width: 15px;
  height: 4px;
  background-color: #d90001;
}
@media screen and (max-width: 768px) {
  .articleRecruit__heading {
    display: block;
    margin-bottom: 15px;
    font-size: 28px;
  }
}
.articleRecruit .recruitInformation__inquiry {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .articleRecruit .recruitInformation__inquiry {
    margin-top: 15px;
  }
}
.articleRecruit .recruitInformation__inquiry dl {
  display: flex;
}
.articleRecruit .recruitInformation__inquiry dt {
  flex-basis: 70px;
}
.articleRecruit .recruitInformation__inquiry dd::before {
  content: ":";
  display: inline-block;
  margin-right: 10px;
}

.articlePrivacy__heading {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  border-bottom: 4px solid #cfcdd2;
  color: #202124;
  font-size: 48px;
}
.articlePrivacy__heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  display: block;
  width: 15px;
  height: 4px;
  background-color: #d90001;
}
@media screen and (max-width: 768px) {
  .articlePrivacy__heading {
    display: block;
    margin-bottom: 15px;
    font-size: 28px;
  }
}

.privacyWrapper {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .privacyWrapper {
    margin-top: 32px;
  }
}

.privacyWrapper__section:not(:first-of-type) {
  margin-top: 20px;
}

.privacyWrapper__heading {
  margin-bottom: 5px;
  font-size: 18px;
}

.privacyInquiry {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .privacyInquiry {
    margin-top: 32px;
  }
}

.privacyInquiry__heading {
  margin-bottom: 5px;
  font-size: 18px;
}

.privacyInquiry__contact {
  margin-top: 10px;
}
.privacyInquiry__contact li {
  list-style: none;
}

.privacyInquiry__staff {
  margin-top: 10px;
}
.privacyInquiry__staff dt:nth-of-type(n+2) {
  margin-top: 10px;
}

.articleOutline__heading {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  border-bottom: 4px solid #cfcdd2;
  color: #202124;
  font-size: 48px;
}
.articleOutline__heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  display: block;
  width: 15px;
  height: 4px;
  background-color: #d90001;
}
@media screen and (max-width: 768px) {
  .articleOutline__heading {
    display: block;
    margin-bottom: 15px;
    font-size: 28px;
  }
}
.articleOutline__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .articleOutline__inner {
    display: block;
  }
}
.articleOutline__body {
  flex-basis: calc(100% - 290px - 30px);
}
@media screen and (max-width: 768px) {
  .articleOutline__body {
    flex-basis: auto;
    width: 100%;
  }
}
.articleOutline .childcareSupport {
  width: 468px;
  margin-top: 40px;
  text-align: center;
}
.articleOutline .childcareSupport__logo {
  display: block;
  background-color: #000;
}
.articleOutline .childcareSupport__title {
  margin-left: 8px;
}
.articleOutline .childcareSupport img {
  display: inline-block;
  width: 30px;
  margin-right: auto;
  margin-left: auto;
  vertical-align: bottom;
}
.articleOutline .childcareSupport a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border: 1px solid #df467e;
  color: #df467e;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .outlineTable {
    display: block;
  }
}
.outlineTable tr:nth-of-type(n+2) th, .outlineTable tr:nth-of-type(n+2) td {
  padding-top: 20px;
}
.outlineTable th {
  padding-right: 20px;
  vertical-align: top;
  white-space: nowrap;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .outlineTable th {
    display: block;
    padding-right: 0;
    text-align: left;
    white-space: normal;
  }
  .outlineTable th:not(:first-of-type) {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .outlineTable td {
    display: block;
    padding-top: 0 !important;
  }
}
.outlineTable ul {
  list-style: none;
}

.articlePresident__heading {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  border-bottom: 4px solid #cfcdd2;
  color: #202124;
  font-size: 48px;
}
.articlePresident__heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  display: block;
  width: 15px;
  height: 4px;
  background-color: #d90001;
}
@media screen and (max-width: 768px) {
  .articlePresident__heading {
    display: block;
    margin-bottom: 15px;
    font-size: 28px;
  }
}
.articlePresident__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .articlePresident__inner {
    display: block;
  }
}
.articlePresident__body {
  flex-basis: calc(100% - 290px - 30px);
}
@media screen and (max-width: 768px) {
  .articlePresident__body {
    width: 100%;
  }
}
.articlePresident__body .presidentMessage p:nth-of-type(n+2) {
  margin-top: 1rem;
}
.articlePresident__body .presidentMessage__heading {
  margin-bottom: 1.5rem;
  font-size: 24px;
}
.articlePresident__body .presidentMessage__name {
  margin-top: 1.5rem;
  text-align: right;
}
.articlePresident__body .presidentMessage__name span.position {
  display: inline;
}
@media screen and (max-width: 768px) {
  .articlePresident__body .presidentMessage__name span.position {
    display: block;
  }
}
.articlePresident__body .presidentMessage__name span.name {
  font-size: 24px;
}

.articleAccess__heading {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  border-bottom: 4px solid #cfcdd2;
  color: #202124;
  font-size: 48px;
}
.articleAccess__heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  display: block;
  width: 15px;
  height: 4px;
  background-color: #d90001;
}
@media screen and (max-width: 768px) {
  .articleAccess__heading {
    display: block;
    margin-bottom: 15px;
    font-size: 28px;
  }
}
.articleAccess__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .articleAccess__inner {
    display: block;
  }
}
.articleAccess__body {
  flex-basis: calc(100% - 290px - 30px);
}
@media screen and (max-width: 768px) {
  .articleAccess__body {
    flex-basis: auto;
    width: 100%;
  }
}
.articleAccess__body .accessMap:not(:first-of-type) {
  margin-top: 50px;
}
.articleAccess__body .accessMap__heading {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 4px solid #f1f3f4;
  font-size: 28px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .articleAccess__body .accessMap__heading {
    font-size: 18px;
  }
}
.articleAccess__body .accessMap__map {
  height: 450px;
}
@media screen and (max-width: 768px) {
  .articleAccess__body .accessMap__map {
    height: calc(100vw - 16px);
  }
}
.articleAccess__body .accessMap__map iframe {
  width: 100%;
  height: 100%;
}

.articleComposites__heading {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  border-bottom: 4px solid #cfcdd2;
  color: #202124;
  font-size: 48px;
}
.articleComposites__heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  display: block;
  width: 15px;
  height: 4px;
  background-color: #d90001;
}
@media screen and (max-width: 768px) {
  .articleComposites__heading {
    display: block;
    margin-bottom: 15px;
    font-size: 28px;
  }
}
.articleComposites .feelSomething {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .articleComposites .feelSomething {
    margin-top: 20px;
  }
}
.articleComposites .feelSomething__heading {
  margin-bottom: 0.5rem;
  font-size: 36px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .articleComposites .feelSomething__heading {
    font-size: 24px;
  }
  .articleComposites .feelSomething__heading span {
    display: block;
  }
}
.articleComposites .feelSomething__subTitle {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .articleComposites .feelSomething__subTitle {
    text-align: left;
  }
}
.articleComposites .feelSomething__row {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .articleComposites .feelSomething__row {
    display: block;
    margin-top: 30px;
  }
}
.articleComposites .feelSomething .feelSomethingSection {
  flex-basis: calc((100% - 50px) / 2);
}
@media screen and (max-width: 768px) {
  .articleComposites .feelSomething .feelSomethingSection:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
.articleComposites .feelSomething .feelSomethingSection__heading {
  margin-bottom: 0.8rem;
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .articleComposites .feelSomething .feelSomethingSection__heading {
    margin-bottom: 0.5rem;
    font-size: 22px;
  }
  .articleComposites .feelSomething .feelSomethingSection__heading span {
    display: block;
  }
}
.articleComposites .feelSomething .feelSomethingSection__body > *:nth-child(n+2) {
  margin-top: 1rem;
}
.articleComposites .feelSomething .feelSomethingSection__image {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .articleComposites .feelSomething .feelSomethingSection__image {
    margin-right: -8px;
    margin-left: -8px;
  }
}
.articleComposites .feelSomething .feelSomethingSection__image--image01 {
  padding-top: 40px;
}
.articleComposites .feelSomething .feelSomethingSection__image--image02 {
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .articleComposites .feelSomething .feelSomethingSection__image--image02 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .articleComposites .feelSomething .feelSomethingSection__image img {
    max-width: 100%;
  }
}
.articleComposites .compositesFacebookBanner {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .articleComposites .compositesFacebookBanner {
    margin-top: 1rem;
  }
}
.articleComposites .compositesFacebookBanner i {
  display: inline-block;
  margin-right: 10px;
}
.articleComposites .compositesFacebookBanner a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 468px;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
  background-color: #3B5998;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: background-color 0.2s linear;
}
@media screen and (max-width: 768px) {
  .articleComposites .compositesFacebookBanner a {
    width: 100%;
    font-size: 16px;
  }
}
.articleComposites .compositesFacebookBanner a:hover {
  background-color: #2d4373;
}

.articleContact__heading {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  border-bottom: 4px solid #cfcdd2;
  color: #202124;
  font-size: 48px;
}
.articleContact__heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  display: block;
  width: 15px;
  height: 4px;
  background-color: #d90001;
}
@media screen and (max-width: 768px) {
  .articleContact__heading {
    display: block;
    margin-bottom: 15px;
    font-size: 28px;
  }
}

html, body {
  color: #757575;
  background-color: #f8f9fa;
  line-height: 1.5;
  font-size: 16px;
}

#globalFooter {
  text-align: center;
  line-height: 1;
}

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}

/*# sourceMappingURL=style.css.map */
