/*--------------------------------------
body
--------------------------------------*/
body {
  font-family: 'Yu Gothic', sans-serif;
  font-size: 14px;
  color: #50505A;
  line-height: 1.8em;
  overflow-x: hidden;
}
/*--------------------------------------
#container
---------------------------------------*/
#container {
  max-width: 988px;
  margin: 0 auto;
}
/*--------------------------------------
.work-note
--------------------------------------*/
.work-note {
  color: #000000;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px dashed #CCCCCC;
  background-color: rgba(238, 238, 238, 0.7);
  margin-bottom: 0;
}
/*--------------------------------------
h1, h2, h3, h4, h5
strong
small
middle
sub
underline
p
red
ul, ol, li
dt
table
a
img
--------------------------------------*/
h1 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 45px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h1, h2, h3, h4, h5 {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.4em;
  font-weight: bold;
}
h2, h3, h4 {
  margin-bottom: 24px;
}
h5 {
  margin-bottom: 20px;
}
h2[id]::before,
h3[id]::before,
h4[id]::before {
  display: block;
  margin-top: -100px;
  height: 100px;
  content: "";
}
h2 + .lead {
  margin: 0 0 56px;
}
h1 + .outer-block,
h1 + .main-block {
  margin-top: 100px;
}
h1 + .lead,
.article + .sns,
.article + .lead + .sns {
  margin: 0 0 100px;
  text-align: center;
}
h1.article {
  font-size: 36px;
  line-height: 1.4em;
  text-align: left;
  margin-bottom: 32px;
}
h2.article {
  font-size: 24px;
  margin-bottom: 32px;
}
strong {
  font-weight: bold;
}
b {
  font-weight: 900;
}
small {
  font-size: 12px;
}
i {
  font-style: italic;
}
.font-middle {
  font-size: 24px;
}
/* 下つき文字 */
.text-baseline {
  vertical-align: baseline;
}
.underline {
  text-decoration: underline;
}
p {
  margin-bottom: 24px;
}
.red {
  color: #D7003A;
}
ul, ol, li {
  padding-bottom: 8px;
}
ul:first-child {
  padding-bottom: 0;
}
ul ul li:last-child {
  padding-bottom: 4px;
}
ul ul ul li {
  padding-bottom: 16px;
}
ul ul ul li:last-child {
  padding-bottom: 0;
}
ol {
  list-style: decimal;
}
li {
  margin-left: 20px;
}
/* スマホで（主に）リストのURLが横にのびる問題を解決 */
.break-word {
  word-break: break-all;
}
a {
  color: #D7003A;
}
a:hover {
  text-decoration: none;
}
figcaption {
  margin-top: 10px;
  color: #707070;
}
img {
  vertical-align: bottom;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.image-box {
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  background-color: #F3F3F5;
}
.book-image-box {
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  background-color: #F3F3F5;
  height: 300px;
}
dl dt h4 {
  margin-bottom: 0;
}
.public-date {
  font-size: 12px;
  line-height: 1.8em;
  font-weight: bold;
  color: #96969B;
}
/*--------------------------------------
breadcrumbs-area
breadcrumbs
---------------------------------------*/
.breadcrumbs-area {
  position: relative;
  text-align: center;
  top: 24px;
}
.breadcrumbs {
  margin-bottom: 120px;
  overflow: hidden;
  position: relative;
  background: #FFFFFF;
  list-style: none;
  padding-bottom: 0;
}
.breadcrumbs li {
  display: inline-block;
  position: relative;
  font-size: 12px;
  margin-left: 0;
  text-overflow: ellipsis;
  max-width: 20%;
  white-space: nowrap;
  overflow: hidden;
}
.breadcrumbs li a {
  position: relative;
  color: #D7003A;
  text-decoration: none;
}
.breadcrumbs li a:hover {
  color: #016599;
  text-decoration: underline;
}
.breadcrumbs li:before {
  background-image: url("/hubfs/raw_assets/public/Members2023/images/common/images/arrow.png");
  background-repeat: no-repeat;
  position: relative;
  content: "";
  width: 8px;
  height: 9px;
  top: 8px;
  margin-left: 6px;
  float: right;
}
.breadcrumbs li:last-child:before {
  background-image: none;
}
.breadcrumbs li:last-child {
  margin-right: 0;
  padding-right: 0;
  max-width: 20%;
}
.breadcrumbs li:first-child a img {
  margin-bottom: 5px;
}
.breadcrumbs li:first-child:before {
  margin-top: 0;
}
/*--------------------------------------
keyvisual
keyvisual-image-area
sns
main-block
sub-block
inner-block
outer-block
---------------------------------------*/
.keyvisual {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 100px;
  margin-top: -86px;
}
.keyvisual .image-area {
  padding: 68px 0;
  background-size: cover;
  background-position: center;
}
.keyvisual .lead {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0;
  color: white;
}
.keyvisual .sns {
  background-color: #F3F3F5;
  margin: 0 auto;
  text-align: center;
}
.keyvisual .sns {
  height: 60px;
}
/*--------------------------------------
snsの直下だけに目で合わせてmargin-topに14px指定した
---------------------------------------*/
.keyvisual .sns > * {
  margin-top: 14px;
}
.sns div,
.sns iframe {
  margin-right: 20px;
}
.sns div:last-child,
.sns iframe:last-child {
  margin-right: 0;
}
.main-block {
  margin-bottom: 120px;
}
.outer-block,
.inner-block {
  margin-bottom: 100px;
}
.news.outer-block {
  margin: -60px 0 100px;
}
.sub-block {
  margin-bottom: 80px;
}

.pmosupport_text {
  margin-bottom: 15px;
}
  
/*--------------------------------------
infotmation-menu
menu
---------------------------------------*/
.induction-menu .menu a {
  font-weight: normal;
}
/*option*/
* {
  margin: 0;
}
a {
  text-decoration: none;
}
ul {
  padding-left: 0;
  margin: 0;
}
form {
  margin: 0;
}
dl {
  margin: 0;
}
img {
  vertical-align: bottom;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
/*------------------------*/
/*--------style----------*/
/*-----------------------*/
body {
  font-size: 14px;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0 auto;
}
header {
  position: relative;
  overflow: initial;
}
/*--------------*/
/*トップメニュー*/
/*---------------*/
.top {
  position: relative;
  z-index: 20;
}
.top .induction-menu {
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
}
.top .induction-menu .menu {
  display: flex;
  justify-content: flex-end;
}
.ss-container .ss-form {
  display: flex;
}
.menu .pc-only {
  display: flex;
}
.menu .pc-only .ir-information:hover,
.menu .pc-only .ir-english-information:hover, 
.menu .pc-only .recruit-information:hover,
.menu .pc-only .about:hover,
.menu .pc-only .contact:hover {
  background: #707070;
  transition: all 0.2s;
}
.menu .pc-only .ir-information:hover a,
.menu .pc-only .ir-english-information:hover a,
.menu .pc-only .recruit-information:hover a,
.menu .pc-only .about:hover a,
.menu .pc-only .contact:hover a {
  color: #FFFFFF;
}
.menu .pc-only .recruit-information ul {
  display: none;
}
.menu .pc-only .recruit-information:hover ul {
  display: block;
  position: absolute;
  top: 43px;
}
.menu .pc-only .recruit-information:hover li {
  transform: translate(-25px, 0);
  background: #EBEBEB;
  padding: 10px 25px;
  margin-left: 0;
  width: 100px;
}
.menu .pc-only .recruit-information:hover li:hover {
  background: #707070;
  transition: all 0.2s;
}
.menu .pc-only .recruit-information:hover li a {
  color: #50505A;
}
.menu .pc-only .recruit-information:hover li:hover a {
  color: #FFFFFF;
}
.menu .pc-only .ir-information {
  background: #EBEBEB;
  padding: 10px 25px;
  margin-left: 0;
}
.menu .pc-only .ir-english-information {
  background: #EBEBEB;
  padding: 10px 25px;
  margin-left: 0;
}
.menu .pc-only .recruit-information {
  background: #EBEBEB;
  padding: 10px 25px;
  margin-left: 0;
}
.menu .pc-only .about {
  background: #EBEBEB;
  padding: 10px 25px;
  margin-left: 0;
}
.menu .pc-only .contact {
  background: #FFFFFF;
  padding: 10px 25px 10px 25px;
  margin-left: 0;
}
.menu .pc-only .ir-information a {
  color: #50505A;
}
.menu .pc-only .ir-english-information a {
  color: #50505A;
}
.menu .pc-only .recruit-information a {
  color: #50505A;
}
.menu .pc-only .about a {
  color: #50505A;
}
.menu .pc-only .contact {
  background: #D7003A;
}
.menu .pc-only .contact a {
  color: #FFFFFF;
}
/*お問い合わせ横メールアイコン*/
.top .menu .pc-only .contact a::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 14px;
  background: url('//44053700.fs1.hubspotusercontent-na1.net/hubfs/44053700/raw_assets/public/Members2023/images/common/images/contact_white.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -1px;
  margin-right: 4px;
}
.top .menu .pc-only .contact a.hover::before {
  background: url('//44053700.fs1.hubspotusercontent-na1.net/hubfs/44053700/raw_assets/public/Members2023/images/common/images/contact_white.svg');
  display: inline-block;
  content: "";
  width: 20px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -1px;
  margin-right: 4px;
}
.pc-only .search-window .ss-container .ss-form {
  display: flex;
}
.pc-only .search-window:hover {
  background: #707070;
  transition: all 0.2s;
}
.pc-only .search-window {
  background-color: #EBEBEB;
  padding: 7px 25px;
  transition: all 0.2s;
  box-sizing: border-box;
  height: 45px;
  margin-left: 0;
}
.pc-only .search-window img {
  transition: all 0.2s;
}
.pc-only .search-window .ss-container .text-area {
  width: 0;
  opacity: 0;
  visibility: hidden;
  transition: width 0.2s linear;
}
.pc-only .search-window .ss-container .text-area.hover {
  width: 250px;
  opacity: 1.0;
  height: 40px;
  visibility: visible;
  transition: width 0.2s linear;
}
.ss-query {
  color: #FFFFFFCC;
  font-family: 'Noto Sans JP', sans-serif;
  background: #707070;
  margin-right: 30px;
  padding: 3px;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pc-only .search-window .ss-container #ss-form1 button {
  border: none;
  padding: 0;
  background: transparent;
}
.pc-only .search-window .ss-container #ss-form1 button img {
  width: 26px;
  height: 26px;
  transition: all 0.2s;
}
.humburger {
  margin-left: 0;
  background-color: #FFFFFF;
  padding: 8px 17px 9px 17px;
  width: 26px;
  height: 28.2px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
  cursor: pointer;
}
.humburger:hover {
  background-color: #707070;
  transition: all 0.2s;
  height: 28.2px;
}
.globalNav {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  padding-top: 57px;
}
.menu-link {
  display: none;
}
/*グロナビ*/
.globalNav .logo-area {
  position: relative;
  align-self: center;
  margin-left: 40px;
  z-index: 21;
}
.globalNav__menu {
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
}
.globalNav__menu li {
  list-style: none;
}
.globalNav__menu a {
  color: #50505A;
}
.globalNav__menu-service {
  margin-right: 30px;
  margin-left: 0;
}
.globalNav__menu-achievement {
  margin-right: 30px;
  margin-left: 0;
}
.globalNav__menu-seminar {
  margin-right: 30px;
  margin-left: 0;
}
.globalNav__menu-useful {
  margin-right: 30px;
  margin-left: 0;
}
.globalNav__menu-column {
  margin-right: 30px;
  margin-left: 0;
}
.globalNav__menu-sustainability {
  margin-right: 30px;
  margin-left: 0;
}
.globalNav__menu-news {
  margin-right: 40px;
  margin-left: 0;
}
.top .globalNav .logo-area .pc-only .logo a img {
  width: 155px;
  height: 30px;
} 
.sp-only {
  display: none;
}
@media screen and (max-width: 874px) {
  #container {
    padding: 0 7%;
  }
  .sp-only {
    display: block;
  }
  .top .induction-menu {
    display: none;
  }
  .globalNav {
    display: block;
    margin: 0;
    padding: 0;
  }
  .globalNav nav {
    display: none;
  }
  .globalNav .sp-only {
    display: block;
  }
  .sp-only .open-navigation img {
    width: 26px;
    height: 26px;
  }
  .globalNav .logo-area {
    margin: 0;
  }
  .globalNav .logo-area .pc-only {
    display: none;
  }
  .globalNav .logo-area .sp-only {
    display: flex;
    align-items: center;
  }
  .globalNav .logo-area .sp-only .logo a img {
    position: static !important;
    width: auto !important;
  }
  .globalNav .globalNav-wrap {
    display: flex;
    height: 50px;
    align-items: center;
  }
  .globalNav .globalNav-wrap .contact {
    margin-left: auto;
    margin-right: 30px;
  }
  .globalNav .logo-area .sp-only .contact {
    font-size: 13px;
  }
  .globalNav .logo-area .sp-only .contact a {
    color: #D7003A;
  }
  #ss-form3 {
    width: 295px;
  }
  #ss-form3 button img {
    width: 20px;
    height: auto;
  }
}
/*spデザインアイコン、ハンバーガーメニュー*/
.follow .logo-area {
  display: none;
}
.follow .logo {
  align-self: flex-end;
  position: fixed;
  top: 40px;
  left: 30px;
  opacity: 0;
  transition: opacity 0.1s;
}
.follow .induction-menu {
  z-index: 20;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.1s;
}
.follow .induction-menu .menu .pc-only .contact {
  background: #D7003A;
}
.follow .induction-menu .menu .pc-only .contact a {
  color: #FFFFFF;
}
.follow .induction-menu .menu .pc-only .contact a::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 14px;
  background: url('//44053700.fs1.hubspotusercontent-na1.net/hubfs/44053700/raw_assets/public/Members2023/images/common/images/contact_white.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -2px;
  margin-right: 4px;
}
.follow .induction-menu .menu .pc-only .humburger {
  background: #FFFFFF;
  cursor: pointer;
}
.follow .induction-menu .menu .pc-only .humburger:hover,
.follow .induction-menu .menu .pc-only .contact:hover {
  background: #707070;
}
.follow nav {
  position: fixed;
  top: 57px;
  right: 0;
}
/*sp design*/
@media screen and (max-width: 874px) {
  .follow {
    display: block;
    position: static;
  }
  .follow .logo {
    display: none;
  }
  .follow .induction-menu {
    display: none;
  }
  .follow .logo-area .sp-only .follow-wrap {
    display: flex;
    height: 50px;
    align-items: center;
  }
  .follow .logo-area,.follow .logo-area .sp-only .logo {
    display: block;
    position: absolute;
    opacity: 1.0;
    top: 12px;
    left: 12px;
  }
  .sp-only .open-navigation img {
    width: 26px;
    height: 26px;
  }
  .follow .logo-area {
    position: fixed;
    top: 0;
    left: 0;
    background: #FFFFFF;
    z-index: 11;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.1s;
    box-shadow: 0 2px #DDDDDD;
  }
  .follow .logo-area .sp-only {
    display: flex;
    align-items: center;
  }
  .follow .logo-area .sp-only .contact {
  margin-left: auto;
  margin-right: 30px;
  }
  .follow .logo-area .sp-only .contact a {
    color: #D7003A;
  }
  .follow .logo-area .sp-only .open-navigation {
    cursor: pointer;
    margin-right: 25px;
  }
  .globalNav .logo-area .sp-only .open-navigation {
    cursor: pointer;
    margin-right: 20px;
  }
}
/*ハンバーガーメニュー*/
header .hamburger {
  position: fixed;
  background-color: #00004C;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  transform: translateX(200vw);
  transition: all 0.3s;
}
/*ハンバーガーメニュ*/
header .hamburger.active {
  transform: translateX(0);
}
header .hamburger .menu .close-navigation {
  position: absolute;
  top: 18px;
  right: 20px;
  cursor: pointer;
}
body.active {
  overflow: hidden;
}
header .hamburger .header-column2 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
header .hamburger  .wrapper {
width: 100%;
display: flex;
justify-content: center;
}
@media print, screen and (min-width: 481px) {
  /* PC */
  header .hamburger nav.menu {
    padding-top: 72px;
  }
}
header .hamburger  .column-logo {
margin: -12px 8% 0 0;
}
header .hamburger  .position img {
margin: 0;
max-width: initial;
}
header .hamburger  .position .ss-container {
margin-top: 30px;
}
header .hamburger .sp-only {
  display: none;
}
header .hamburger .header-column2 .wrapper .column-menu ul {
  display: flex;
  flex-direction: column;
}
header .hamburger .header-column2 .wrapper .column-menu ul li {
  margin-left: 5px;
  margin-bottom: 4px;
  list-style: none;
}
header .hamburger .header-column2 .wrapper .column-menu ul li a {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
}
header .hamburger .header-column2 .wrapper .column-logo .position .ss-container .ss-form {
  width: 250px;
  border: 1px solid #c9c9cd;
}
header .hamburger .header-column2 .wrapper .column-logo .position .ss-container button {
  padding: 6px;
  border: none;
  height: 32px;
  background: #c9c9cd;
}
header .hamburger .header-column2 .wrapper .column-logo .position .ss-container button img {
  height: auto;
  width: 20px;
}
header .hamburger .header-column2 .wrapper .column-logo .position .ss-container input {
  color: #333333;
  background: #FFFFFF;
  margin: 0;
  padding: 5px;
  border: none;
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  height: 32px;
  width: 100%;
}
header .hamburger dd .menu ul {
  float: none;
  margin-bottom: 64px;
}
header .hamburger .sns-button a,
.scrolled header .hamburger .sns-button a {
  text-decoration: none;
  color: #FFFFFF;
  margin-right: 15px;
  width: 32px;
  height: auto;
  font-weight: bold;
  display: inline-block;
}
.follow .sns-button .yb {
  margin-top: 4px;
}
.sns-button.pc-only {
  margin-top: 40px;
  justify-content: space-evenly;
}
@media screen and (max-width:480px) {
  header .hamburger .header-column2 {
    flex-direction: column;
    padding-top: 0;
    margin: 0;
    display: inline-block;
  }
  header .hamburger  .wrapper {
    flex-direction: column;
  }
  header .hamburger .header-column2 .wrapper .column-menu ul li {
    margin-bottom: 0;
  }
  header .hamburger .header-column2 .wrapper .column-menu ul li a {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
  }
  header .hamburger .header-column2 .wrapper .column-logo .position img {
    display: none;
  }
  header .hamburger .header-column2 .wrapper .column-logo .position img.sp-only {
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
  }
  header .hamburger dd .menu ul {
    margin-top: 30px;
    margin-bottom: 0;
  }
  header .hamburger dd .menu ul li {
    padding-bottom: 6px;
  }
  header .hamburger .position .ss-container {
    margin-top: 0;
  }
  header .hamburger .header-column2 .wrapper .column-menu {
    width: 100%;
    margin: 120px 40px 100px;
    display: inline-block;
  }
  header .hamburger  .position .ss-container {
    display: none;
  }
  header .hamburger .sp-only {
    display: block;
  }
  header .hamburger .column-menu .ss-container .ss-form {
    width: 250px;
    border: 1px solid #c9c9cd;
  }
  header .hamburger .column-menu .ss-container .ss-form input {
    color: #333333;
    background: #FFFFFF;
    margin: 0;
    padding:5px;
    border: none;
    font-family: 'Noto Sans JP', sans-serif;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    height: 32px;
    width: 100%;
  }
  header .hamburger .column-menu .ss-container .ss-form button {
    padding: 6px;
    border: none;
    height: 32px;
    background: #C9C9CD;
    border: none;
  }
  header .hamburger .column-menu .ss-container .ss-form button img {
    width: 20px;
    height: auto;
  }
}
.ss-query::placeholder {
  color: #707070;
  font-family: 'Noto Sans JP', sans-serif;
}
.ss-query.hover::placeholder {
  color: #FFFFFFCC;
}
.ss-query.hover:focus {
  color: #FFFFFFCC;
}
.ss-query:focus {
  color: #707070;
}
.ss-query.hover {
  color: #FFFFFFCC
}
.ss-query {
  color: #707070;
}
.follow .sns-button .yb {
  margin-top: 4px;
}
/*--------------------------------------
footer
column-left
column-right
---------------------------------------*/
footer {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #FFFFFF;
  color: #FFFFFF;
  position: relative;
}
footer ul {
  padding-bottom: 0;
}
footer .members-red {
  background-color: #D7003A;
  padding: 100px 0;
}
footer .members-dark-grey {
  background-color: #50505A;
  padding: 90px 0 60px 0;
}
footer .background-grey {
  background-color: #F3F3F5;
}
footer p {
  display: table-cell;
  vertical-align: middle;
}
footer .cv__balloon {
  display: table;
  position: relative;
  margin: auto auto 20px;
  width: 487px;
  height: 46px;
  border: solid 1px #FFFFFF;
}
footer .cv__balloon::before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #50505A;
  z-index: 2;
}
footer .cv__balloon::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin-left: -13px;
  border: 13px solid transparent;
  border-top: 13px solid #FFFFFF;
  z-index: 1;
}
footer .cv__lead {
  font-size: 20px;
  margin-bottom: 20px;
}
footer .cv__ttl {
  font-size: 40px;
  margin-bottom: 50px;
  line-height: 1;
}
footer .grid {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  column-gap: 40px;
  row-gap: 16px;
}
footer .footer-button {
  position: relative;
  width: 360px;
  height: 29px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border: solid 1px transparent;
  color: #50505A;
  display: block;
  padding: 16px 0;
  border-radius: 30px;
}
footer .grid > :first-child {
  margin: 0 0 0 auto;
}
footer .grid div:first-child img {
  position: absolute;
  right: 40px;
  width: 24.92px;
}
footer .partition {
  padding: 15px 0;
}
footer .partition div {
  height: 100%;
  background-color: #FFFFFF;
}
footer .grid div:last-child img {
  position: absolute;
  top: 21px;
  right: 30px;
  vertical-align: middle;
  width: 30.48px;
}
footer a {
  text-decoration: none;
  color: #FFFFFF;
  margin-right: 0;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}
footer a:hover {
  text-decoration: underline;
}
footer .column3 {
  display: flex;
  padding: 0 13.8%;
}
footer .column-logo {
  width: 41.7%;
}
footer .column-sitemap {
  width: 24.2%;
}
footer .column-group {
  width: 29%;
  margin-left: 5.1%;
}
footer .column-group ul li a {
  font-size: 12px;
  line-height: 1.8em;
  font-weight: normal;
}
footer .column-group ul li {
  font-size: 12px;
  line-height: 1.8em;
  font-weight: normal;
}
footer .column-group ul li:first-child {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: bold;
}
footer .sns-button a {
  margin: 0 16px 16px 0;
  display: flex;
}
footer .sns-button a img {
  width: 32px;
  max-width: none;
  height: auto;
}
footer li {
  margin-bottom: 25px;
  padding-bottom: 0;
  margin-left: 0;
  list-style: none;
}
footer address {
  margin: 10px 0 62px 30px;
}
footer .copyright {
  font-size: 12px;
}
footer .pagetop {
  position: absolute;
  left: 80%;
}
footer .sns-button {
  display: flex;
  margin-bottom: 26px;
}
#footer-menu {
  background-color: #F3F3F5;
  margin: 0 auto;
  clear: both;
  text-align: center;
  box-sizing: border-box;
}
#footer-menu ul {
  padding: 0;
}
#footer-menu li {
  display: inline;
  width: 50px;
  margin-right: 40px;
}
#footer-menu li img {
  width: 60px;
}
#footer-menu li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #footer-menu li {
    display: inline;
    width: 50px;
    margin-right: 10px;
  }
  #footer-menu li img {
    width: 60px;
  }
}
.fb-iframe-widget {
  margin-right: 20px;
  vertical-align: top;
}
#twitter-widget-0 {
  vertical-align: bottom;
}
#twitter-widget-1 {
  vertical-align: bottom;
}
/*--------------------------------------
検索窓（SyncSearch）
---------------------------------------*/
.ss-form {
  display: flex;
}
.ss-form input[type="text"],
.ss-form button[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  margin: 0;
  border: none;
  border-radius: 0;
  outline: none;
  height: 32px;
}
.ss-form input[type="text"] {
  padding: 5px;
  width: 100%;
}
.ss-form button[type="submit"] {
  padding: 6px;
  background: #c9c9cd;
  cursor: pointer;
}
/*--------------------------------------
PC・スマートフォン対策
---------------------------------------*/
.pc-only {
  display: block;
  font-weight: normal;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 874px) {
  h2[id]::before,
  h3[id]::before,
  h4[id]::before {
    margin-top: -50px;
    height: 50px;
  }
  header .top nav {
    background: #00004C;
  }
  .top dd .menu ul,
  .top nav li,
  .top nav li a {
    float: none;
  }
  .top dd .menu ul {
    margin-bottom: 60px;
  }
  .top nav li a {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 22px;
  }
  .top nav li {
    margin: 0 0 22px 0;
  }
  .top .menu .close-navigation,
  .follow .menu .close-navigation {
    top: 20px;
  }
  nav {
    float: none;
    font-size: 14px;
    margin: 0;
  }
  nav dt {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  nav dl dt {
    display: block;
    position: absolute;
  }
  header .hamburger .header-column2,
  .scrolled header .hamburger .header-column2,
  header .hamburger .wrapper {
    display: block;
  }
  header .hamburger .position {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
  }
  header .hamburger .column-logo,
  .scrolled header .hamburger .column-logo {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  header .hamburger .column-logo .position,
  .scrolled header .hamburger .column-logo .position {
    float: left;
  }
  header .hamburger .column-menu,
  .scrolled header .hamburger .column-menu {
    width: 100%;
    margin: 100px 0 100px 12%;
    display: inline-block;
  }
  header .hamburger .column-menu .ss-container {
    margin-bottom: 30px;
  }
  .top nav dl,
  .follow nav dl {
    float: none;
  }
  .follow nav ul {
    margin-bottom: 64px;
  }
  header .hamburger nav li a,
  .scrolled header .hamburger nav li a {
    font-size: 18px;
  }
  .top .logo-area,
  .follow .logo-area {
    float: none;
  }
  .top .logo-area {
    height: 50px;
  }
  .follow .logo-area {
    position: fixed;
    top: 0;
    left: 0;
    background: #FFFFFF;
    z-index: 11;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.1s;
    box-shadow: 0 2px #DDDDDD;
    }
  .logo-area .logo img {
    margin: 0;
    padding: 0;
  }
  .top .logo-area .logo img {
    margin: 0 0 0 12px;
  }
  .logo-area .open-navigation {
    float: right;
  }
  .breadcrumbs-area {
    top: 0;
  }
  .breadcrumbs li a img {
    margin-top: 0;
  }
  .breadcrumbs li:before {
    top: 8px;
  }
  .breadcrumbs li:first-child:before {
    margin-top: 1px;
  }
  .breadcrumbs li:first-child a img {
    margin-bottom: 5px;
  }
  /*--------------------------------------
  breadcrumbs-area
  breadcrumbs
  keyvisual
  ---------------------------------------*/
  .breadcrumbs {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    margin: 16px 0 16px;
    overflow: hidden;
    position: relative;
    background: #FFFFFF;
    list-style: none;
    padding-bottom: 0;
  }
  .breadcrumbs li {
    position: relative;
    padding: 0;
    margin-right: 3%;
    color: #50505A;
    font-size: 12px;
    margin-left: 0;
  }
  .breadcrumbs li a {
    position: relative;
    color: #D7003A;
    text-decoration: none;
    padding-bottom: 2px;
  }
  .breadcrumbs li a:hover {
    color: #016599;
    text-decoration: underline;
  }
  .keyvisual {
    margin-top: 0;
  }
  /*-----------------------------
  table
  -----------------------------*/
  .table-scroll {
     overflow-x: scroll;
   }
   .table-scroll::-webkit-scrollbar {
     height: 10px;
   }
   .table-scroll::-webkit-scrollbar-track {
     background: #F3F3F5;
   }
   .table-scroll::-webkit-scrollbar-thumb {
     background: #D7003A;
   }
   .table-sp {
     width: 988px;
   }
   /*-----------------------------
  snsシェア
  -----------------------------*/
   .news.outer-block {
    margin: 0 0 100px;
  }
  /*-----------------------------
  footer
  -----------------------------*/
  footer .footer-wrapper {
    max-width: 100%;
  }
  footer .cv__balloon {
    width: 316.06px;
    height: 40px;
  }
  footer .cv__balloon::before {
    bottom: -13.5px;
    margin-left: -7.5px;
    border: 7.5px solid transparent;
    border-top: 7.5px solid #50505A;
  }
  footer .cv__balloon::after {
    bottom: -18px;
    margin-left: -9px;
    border: 9px solid transparent;
    border-top: 9px solid #FFFFFF;
  }
  footer .cv__lead {
    font-size: 14px;
    margin-bottom: 10px;
  }
  footer .cv__ttl {
    font-size: 26px;
    line-height: 1.5;
  }
  footer .grid {
    grid-template-columns: 1fr;
    margin: 0 30px;
  }
  footer .grid > :first-child {
    margin: auto 0;
  }
  footer .partition {
    display: none;
  }
  footer .grid > :last-child {
    margin: auto 0;
  }
  footer .column3 {
    display: block;
    padding: 0 8%;
  }
  footer .column-sitemap {
    width: 100%;
    margin-bottom: 48px;
  }
  footer .column-group {
    width: 100%;
    margin-left: 0;
  }
  footer .column-logo {
    width: 100%;
    margin: 0 0 48px;
    text-align: center;
  }
  footer .column-logo .position img {
    margin-top: 60px;
    margin-bottom: 42px;
  }
  footer .column-right {
    width: 100%;
    margin-top: 0;
    display: inline-block;
  }
  footer .column-right div:last-child {
    margin-bottom: 10px;
  }
  footer .column-right ul {
    list-style-type: none;
    margin: 0 30px 0 30px;
  }
  footer .footer-button {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
  }
  footer .grid div:first-child img {
    right: 33px;
  }
  footer .grid div:last-child img {
    right: 30px;
  }
  footer .members-dark-grey {
    padding: 54px 0 56px 0;
  }
  footer .members-red {
    padding: 64px 0;
  }
  footer .sns-button,
  footer .copyright {
    text-align: center;
  }
  footer .sns-button {
    justify-content: center;
  }
  footer .sns-button a {
    margin-right: 21px;
  }
  footer .sns-button a img {
    width: 42px;
  }
  footer .copyright {
    margin-top: 26px;
    font-size: 12px;
  }
  footer p.business-hours {
    font-size: 12px;
    margin-left: 16%;
    margin-top: -18px;
    margin-bottom: 0;
  }
  .pc-only {
    display: none!important;
  }
  .sp-only {
    display: block!important;
  }
}
@media screen and (max-width:480px) {
  #footer-menu li img {
    width: 45px;
  }
}
/* 最小画面高さ:480px */
@media screen and (max-width:480px) and (max-height:666px) {
  header .hamburger .header-column2 .wrapper div.column-menu {
    margin: 17vh 0 0 12%;
  }
  header .hamburger .column-menu .ss-container {
    margin-bottom: 1vh;
  }
  header .hamburger .header-column2 .wrapper .column-menu ul {
    margin: 1vh 0;
  }
  header .hamburger .header-column2 .wrapper div.column-menu ul li {
    padding-bottom: 0.3vh;
  }
}
