@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@media screen and (min-width: 961px) {
  .sp-view {
    display: none; }
  .pc-view {
    display: block; } }

@media screen and (max-width: 960px) {
  .sp-view {
    display: block; }
  .pc-view {
    display: none; } }

/* Reset styles
 * ================================================================================= */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, main, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

html, body, document {
  -ms-touch-action: none; }

body {
  min-width: 1200px;
  color: #0E121A;
  font-family: "Noto Sans JP", 'ヒラギノ角ゴ Pro', helvetica, メイリオ, Meiryo, Osaka, 'MS P Gothic', sans-serif;
  font-weight: 100;
  font-size: 14px;
  line-height: 1.5;
  text-size-adjust: 100％ !important;
  -webkit-text-size-adjust: 100% !important; }

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

ul, ol {
  list-style: none; }

img {
  vertical-align: middle; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  color: #5E6166; }

ins {
  text-decoration: none; }

mark {
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000000;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0; }

input, select {
  vertical-align: middle; }

.cf {
  zoom: 1; }
  .cf:before, .cf:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.sg-container {
  width: 1200px;
  margin-right: auto;
  margin-left: auto; }

.sg-container_short {
  width: 1000px;
  margin-right: auto;
  margin-left: auto; }

.sg-box, .sg-container + .sg-box {
  margin-top: 60px; }

.sg-box_head {
  line-height: 1.5;
  text-align: center; }
  .sg-box_head + * {
    margin-top: 30px; }

.sg-box_head-ja, .sg-box_head-en {
  display: block; }

.sg-box_head-ja {
  font-size: 30px; }

.sg-box_head-en {
  color: #B6111C;
  font-size: 18px; }

.sg-externalLink::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJAgMAAAB2yFWAAAAACVBMVEUAAAC1tbXs7OzAYGm9AAAAAXRSTlMAQObYZgAAAB9JREFUCNdjYA0NYGBbNYEhNHQCgwMjMg4AYgagOAMAjzsHFNMSc6UAAAAASUVORK5CYII=);
  background-repeat: no-repeat; }

.sg-externalLink--bizreach {
  margin-left: 20px; }

.sg-externallink::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url(/img/common/_blank.gif);
  background-repeat: no-repeat; }

.sg-button {
  display: block;
  width: 240px;
  height: 45px;
  line-height: 45px;
  background: #B6111C;
  border-radius: 3px;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: 15px;
  text-align: center;
  transition: all .2s; }

.sg-button_redframe {
  color: #B6111C;
  background: #FFFFFF;
  border: 1px solid #B6111C; }

.sg-tabui-tabs {
  width: 960px;
  margin: auto;
  text-align: center; }
  .sg-tabui-tabs > li {
    display: inline-block;
    position: relative;
    padding: 8px 20px;
    color: #5E6166;
    font-size: 16px;
    transition: all .2s;
    cursor: pointer; }
    .sg-tabui-tabs > li + li {
      margin-left: 75px; }
    .sg-tabui-tabs > li.is-current {
      color: #0E121A;
      background-color: #DBDDDF; }
    .sg-tabui-tabs > li:hover {
      background-color: #DBDDDF; }
  @media screen and (max-width: 960px) {
    .sg-tabui-tabs {
      width: 100%; } }

.sg-tabui-arrow {
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  *left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  *margin-left: -10px;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #DBDDDF; }

.current .sg-tabui-arrow {
  bottom: -20px; }

.sg-tabui-tabs + .sg-tabui-blocks {
  margin-top: 20px; }

* + .sg-breadcrumb {
  margin-top: 10px; }

.sg-breadcrumb {
  font-size: 13px;
  position: fixed;
  width: 100% !important;
  background-color: #ffffff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  padding: 5px 0px;
  z-index: 100; }
  .sg-breadcrumb + .sg-box {
    margin-top: 60px;
    padding-top: 50px; }
  .sg-breadcrumb ol {
    display: block;
    width: 1200px;
    margin: 0 auto; }
  .sg-breadcrumb > ol > li {
    float: left; }
    .sg-breadcrumb > ol > li + li {
      position: relative;
      margin-left: 30px; }
      .sg-breadcrumb > ol > li + li:before {
        position: absolute;
        top: 5px;
        left: -16px;
        content: '';
        display: block;
        width: 4px;
        height: 8px;
        background: url(/img/common/icon/icon-arrow-right.png) no-repeat; }
    .sg-breadcrumb > ol > li > a:hover {
      text-decoration: underline; }

.sg-pagenavigation {
  margin-top: 60px;
  padding-top: 30px;
  text-align: center;
  background-color: #F5F6F7; }
  .sg-pagenavigation ul {
    display: inline-block;
    padding-top: 5px;
    font-size: 12px; }
    .sg-pagenavigation ul li {
      float: left; }
      .sg-pagenavigation ul li a {
        transition: .3s; }
        .sg-pagenavigation ul li a:hover {
          opacity: .7; }
        .sg-pagenavigation ul li a.current {
          font-weight: bold; }
      .sg-pagenavigation ul li + li {
        margin-left: 30px; }
    .sg-pagenavigation ul .is-current {
      font-weight: bold;
      pointer-events: none; }

.sg-recruitnav {
  font-size: 0;
  text-align: center; }

* + .sg-recruitnav > ul {
  margin-top: 30px; }

.sg-recruitnav > ul > li {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px; }
  .sg-recruitnav > ul > li:before {
    position: absolute;
    top: 7px;
    left: -14px;
    content: '';
    display: block;
    width: 4px;
    height: 8px;
    background: url(/img/common/icon/icon-arrow-right.png) no-repeat; }
  .sg-recruitnav > ul > li + li {
    margin-left: 105px; }
  .sg-recruitnav > ul > li > a:hover {
    text-decoration: underline; }

.sg-interview_photos {
  margin-left: -5px;
  margin-top: -5px !important; }
  .sg-interview_photos + * {
    margin-top: 40px; }
  .sg-interview_photos > figure {
    position: relative;
    float: left;
    width: 236px;
    height: 236px;
    overflow: hidden;
    margin-left: 5px;
    margin-top: 5px; }

.sg-interview_small .sg-interview_photos > figure {
  width: 150px;
  height: 150px; }

.sg-interview_photos > figure + figure {
  margin-left: 5px; }

.sg-interview_photos > figure > figcaption {
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  height: 236px;
  line-height: 1.5;
  padding: 0 8px;
  background: rgba(214, 215, 217, 0.6);
  color: #0E121A;
  font-size: 11px; }

.sg-interview_small .sg-interview_photos > figure > figcaption {
  width: 134px;
  height: 150px; }

.sg-interview_photos > figure > figcaption span {
  position: absolute;
  bottom: 10px; }

.sg-interview_nav > li {
  position: relative;
  float: left; }
  .sg-interview_nav > li:before {
    position: absolute;
    top: 6px;
    left: -15px;
    content: '';
    width: 4px;
    height: 8px;
    background: url(/img/common/icon/icon-arrow-right.png) no-repeat; }
  .sg-interview_nav > li + li {
    margin-left: 65px; }
  .sg-interview_nav > li > a:hover {
    text-decoration: underline; }

.sg-images_multicolumn > .sg-images {
  width: 45.8%;
  margin: 0 auto; }
  .sg-images_multicolumn > .sg-images:nth-child(2) {
    float: right; }

.sg-images + .sg-images, .sg-images + .sg-images_multicolumn {
  margin-top: 50px; }

.sg-images_multicolumn + .sg-images, .sg-images_multicolumn + .sg-images_multicolumn {
  margin-top: 50px; }

.sg-images_multicolumn > .sg-images + .sg-images {
  margin-top: 0; }

.sg-images_head {
  color: #0E121A;
  font-size: 24px; }
  .sg-images_head + * {
    margin-top: 20px; }
  .sg-images_head + .sg-images_text {
    margin-top: 10px; }

.sg-images_image {
  float: left;
  width: 45.8%; }
  .sg-images_image:nth-child(2) {
    float: right; }

.sg-images_multicolumn .sg-images_image {
  float: none;
  width: 100%; }

.sg-images_image > img {
  width: 100%; }
  .sg-images_image > img + figcaption {
    margin-top: 20px;
    font-size: 15px; }

.sg-images-recruitnav {
  padding: 50px 0; }

.sg-keyvisual_image {
  height: 600px;
  overflow: hidden; }

.sg-keyvisual_small .sg-keyvisual_image {
  height: 240px; }

.sg-keyvisual_image > img {
  width: 100%;
  min-width: 1400px; }

.sg-keyvisual_inner {
  position: relative; }

.sg-keyvisual_head {
  position: absolute;
  top: -110px;
  left: 0;
  padding: 0 5px 5px;
  border-bottom: 2px solid #B6111C;
  font-size: 18px; }

.sg-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .sg-list > li {
    width: 260px;
    margin-left: 30px; }
    .sg-list > li:first-child {
      margin-left: 0; }
    .sg-list > li > a > figure {
      padding: 43px 25px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
      box-sizing: border-box; }
      .sg-list > li > a > figure > img {
        width: 100%; }
      .sg-list > li > a > figure:hover {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1); }
    .sg-list > li > a > p.sg-title {
      font-size: 17px;
      margin: 16px 0;
      color: #000; }

.sg-list-vertical__item {
  display: flex;
  align-items: center;
  max-width: 840px;
  margin: auto; }
  .sg-list-vertical__item a {
    width: 260px;
    margin-right: 30px; }
  .sg-list-vertical__item--link {
    align-items: end;
    padding-top: 20px; }
  .sg-list-vertical__item .pg-top_endlink {
    width: 100%; }
    .sg-list-vertical__item .pg-top_endlink a {
      margin-right: 0; }

.sg-list-vertical__thumb {
  padding: 43px 25px;
  transition: all 0.3s;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07); }
  .sg-list-vertical__thumb img {
    width: 100%;
    height: auto; }
  .sg-list-vertical__thumb:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1); }
  .sg-list-vertical__thumb--sustainability {
    padding: 0; }

.sg-list-vertical figcaption {
  flex: 1; }

.sg-list-vertical__title {
  font-size: 17px;
  margin-bottom: 16px;
  color: #000; }

.sg-list-vertical__detail {
  line-height: 1.8; }

@media screen and (max-width: 1220px) {
  .cm-header_logo {
    margin-left: 10px; }
  .sg-breadcrumb {
    width: 100% !important;
    padding-left: 10px; }
  .sg-keyvisual_head {
    margin-left: 10px; } }

@media screen and (max-width: 1200px) {
  body {
    background-position: -1200px 0px; }
  .sg-container {
    width: auto;
    min-width: 0; }
  .sg-container_short {
    width: 1000px;
    min-width: 1000px; }
  .sg-list {
    justify-content: space-between; }
    .sg-list > li:nth-child(odd) {
      margin-left: 0; }
    .sg-list > li:nth-child(n+3) {
      margin-top: 30px; }
    .sg-list > li a figure img {
      width: 70%;
      text-align: center;
      padding-left: 15%; } }

@media screen and (max-width: 1000px) {
  .sg-container_short {
    width: auto;
    min-width: 0; }
  .sg-keyvisual_image {
    height: 300px; } }

@media screen and (max-width: 800px) {
  .sg-images {
    margin-right: 10px;
    margin-left: 10px; }
    .sg-images + .sg-images {
      margin-top: 40px; }
  .sg-images_multicolumn > .sg-images + .sg-images {
    margin-top: 40px; }
  .sg-images_head {
    font-size: 18px; }
    .sg-images_head + * {
      margin-top: 10px; }
  .sg-images_image, .sg-images_multicolumn > .sg-images {
    float: none !important;
    width: auto; }
  .sg-images_image + .sg-images_image {
    margin-top: 20px; }
  .sg-images_image > img + figcaption {
    margin-top: 10px;
    font-size: 16px; } }

@media screen and (max-width: 640px) {
  .sg-keyvisual_image {
    height: 150px; }
  .sg-keyvisual_small .sg-keyvisual_image {
    display: none; }
  .sg-keyvisual_head {
    position: static;
    display: inline-block;
    padding: 10px 10px 0; }
  .sg-box + .sg-box {
    margin-top: 40px; }
  .sg-box_head + * {
    margin-top: 10px; }
  .sg-box_head-ja {
    font-size: 20px; }
  .sg-box_head-en {
    font-size: 15px; }
  .sg-button {
    display: block;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 13px; }
  .sg-breadcrumb {
    display: none; }
    .sg-breadcrumb + .sg-box {
      margin-top: 40px; }
  .sg-pagenavigation {
    display: none; }
    .sg-pagenavigation + .sg-box {
      margin-top: 80px; }
  .sg-interview_photos {
    padding: 0 10px; }
  .sg-footer-side-buttons {
    display: none; }
  .sg-recruitnav {
    padding-left: 10px;
    padding-right: 10px; }
    .sg-recruitnav > ul {
      padding-left: 10px; }
  .sg-list {
    display: block; }
    .sg-list > li {
      width: 100%;
      margin-left: 0;
      margin-bottom: 30px; }
  .sg-list-vertical__item {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .sg-list-vertical__item a {
      width: 100%;
      margin: 0 0 16px; }
      .sg-list-vertical__item a img {
        width: 70%;
        padding-left: 15%; }
    .sg-list-vertical__item .pc-view {
      display: none; } }

.cm-wrapper {
  min-width: 1200px; }

.cm-header {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  height: 60px;
  background: #FFFFFF;
  position: fixed;
  border-bottom: solid 1px #DBDDDF; }

.cm-header_inner {
  position: relative; }

.cm-header_logo {
  float: left;
  width: 194px;
  height: 26px;
  margin-top: 15px; }
  .cm-header_logo img {
    width: 100%;
    height: auto; }

.cm-header_globalnav {
  float: right; }

.cm-header_globalnav-trigger {
  display: none; }

.cm-header_globalnav > ul > li {
  float: left; }

.cm-header_globalnav-top {
  display: none; }

.cm-header_globalnav > ul > li > a {
  display: block;
  padding: 20px 15px 18px;
  font-size: 15px;
  color: #0E121A;
  text-decoration: none; }
  .cm-header_globalnav > ul > li > a.icon:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJAgMAAAB2yFWAAAAACVBMVEUAAAC1tbXs7OzAYGm9AAAAAXRSTlMAQObYZgAAAB9JREFUCNdjYA0NYGBbNYEhNHQCgwMjMg4AYgagOAMAjzsHFNMSc6UAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    float: right;
    margin-left: 3px; }

.cm-header_globalnav > ul > li.current > a {
  padding-bottom: 16px;
  background-color: #FFFFFF !important;
  border-bottom: 3px solid #B6111C;
  color: #B6111C !important;
  font-weight: bold; }

.cm-header_globalnav > ul > li.is-current > a {
  padding-bottom: 16px;
  background-color: #FFFFFF !important;
  border-bottom: 3px solid #B6111C;
  color: #B6111C !important;
  font-weight: bold; }

.cm-globalnav_close, .cm-header_globalnav-childnav {
  display: none; }

.cm-main {
  z-index: 1;
  position: relative; }

.cm-header_globalnav > ul > li > a {
  transition: all .2s; }

.cm-header_globalnav > ul > li > a:hover {
  padding-bottom: 16px;
  color: #B6111C;
  font-weight: bold;
  border-bottom: 3px solid #B6111C; }

@media screen and (max-width: 1200px) {
  body, .cm-wrapper, .cm-header {
    min-width: 320px; }
  .cm-header_globalnav > ul > li > a {
    width: auto;
    padding: 21px 10px 18px;
    font-size: 14px; } }

@media screen and (max-width: 1100px) {
  .cm-main {
    margin-top: 60px; } }

@media screen and (max-width: 700px) {
  body {
    background-position: -700px 0px; }
  .cm-header_globalnav-trigger {
    position: relative;
    float: right;
    display: block;
    width: 30px;
    height: 30px;
    margin: 15px 15px 0 0; }
    .cm-header_globalnav-trigger span {
      width: 65px;
      height: 13px;
      background-color: #999999; }
  .cm-header_globalnav {
    float: none; } }

@media screen and (max-width: 1200px) {
  .sg-tabui-block article {
    margin-right: 0;
    margin-left: 0; }
    .sg-tabui-block article + article {
      float: none;
      margin-top: 20px; }
  .sg-tabui-block > article img {
    width: 300px;
    height: 300px; } }

@media screen and (max-width: 640px) {
  .pg-index_event-tab > li + li {
    margin-left: 30px; }
  .sg-tabui-block > article img {
    width: 100px;
    height: 100px; } }

@media screen and (max-width: 1100px) {
  .cm-header_globalnav-trigger {
    position: relative;
    float: right;
    display: block;
    width: 30px;
    height: 30px;
    margin: 21px 15px 0 0; }
    .cm-header_globalnav-trigger span {
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      width: 24px;
      height: 3px;
      background-color: #999999;
      transition: all .2s; }
      .cm-header_globalnav-trigger span:nth-of-type(2) {
        top: 8px; }
      .cm-header_globalnav-trigger span:nth-of-type(3) {
        top: 16px; }
  .cm-header_globalnav > ul {
    z-index: 1000;
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: #FFFFFF;
    border-color: #DBDDDF;
    border-style: solid;
    border-width: 1px 0;
    transition: opacity .2s linear;
    opacity: 0;
    visibility: hidden; }
    .cm-header_globalnav > ul > li {
      float: none;
      width: auto; }
  .is-nav-open .cm-header_globalnav > ul {
    display: block;
    height: 100vh;
    opacity: 1;
    visibility: visible;
    overflow-y: scroll; }
  body.is-nav-open {
    overflow: hidden; }
  .is-nav-open .cm-header_globalnav-trigger span:nth-of-type(1) {
    top: 30%;
    transform: rotate(-45deg); }
  .is-nav-open .cm-header_globalnav-trigger span:nth-of-type(2) {
    opacity: 0; }
  .is-nav-open .cm-header_globalnav-trigger span:nth-of-type(3) {
    top: 30%;
    transform: rotate(45deg); }
  .cm-header_globalnav-top {
    display: block; }
  .cm-header_globalnav > ul > li + li {
    border-top: 1px solid #DBDDDF; }
  .cm-header_globalnav-open > a, .cm-header_globalnav-link > a {
    position: relative; }
  .cm-header_globalnav-open > a:after, .cm-header_globalnav-link > a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin: auto; }
  .cm-globalnav_close {
    display: block; }
    .cm-globalnav_close > a {
      padding-top: 10px;
      padding-bottom: 10px;
      background: #e8eaec !important;
      text-align: center; }
  .cm-header_globalnav > ul > li.current > a {
    border-bottom: 0; }
  .cm-header_globalnav > ul > li.is-current > a {
    border-bottom: 0; }
  .cm-header_globalnav-childnav {
    display: block;
    height: 0;
    overflow: hidden; }
  .current .cm-header_globalnav-childnav {
    height: auto; }
  .cm-header_globalnav-childnav > li {
    border-top: 1px solid #e8eaec; }
    .cm-header_globalnav-childnav > li > a {
      position: relative;
      display: block;
      padding: 10px 10px 10px 30px; }
      .cm-header_globalnav-childnav > li > a:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        margin: auto; }
  .cm-header_globalnav-childnav-second, .cm-header_globalnav-childnav-third {
    padding-left: 30px; } }

@media screen and (min-width: 655px) and (max-width: 1200px) {
  .sg-breadcrumb {
    padding-left: 10px; } }

.panel-item {
  overflow: hidden;
  height: 0;
  opacity: 0; }
  .panel-item.is-current {
    overflow: visible;
    height: auto;
    opacity: 1;
    transition: opacity 1s ease-in-out; }

footer {
  margin-top: 100px;
  background-color: #F5F6F7; }
  footer figure {
    width: 197px;
    padding-bottom: 50px; }
    footer figure img {
      width: 100%;
      height: auto; }
  footer a {
    position: relative;
    display: inline-block;
    color: #5E6166;
    font-size: 13px;
    font-weight: normal; }
    footer a::before {
      content: '';
      width: 100%;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 0;
      transition: all .2s; }
    footer a:hover::before {
      background: #999999; }
      @media screen and (max-width: 800px) {
        footer a:hover::before {
          background: none; } }
  footer .footer-contents {
    width: 1200px;
    max-width: 96%;
    margin: auto;
    padding: 50px 0; }
    @media screen and (max-width: 800px) {
      footer .footer-contents {
        width: 90%;
        max-width: 90%;
        padding: 50px 0 0; } }
  footer .footer-links {
    display: flex; }
    @media screen and (max-width: 800px) {
      footer .footer-links {
        flex-direction: column; } }
    footer .footer-links__internal {
      width: 45%;
      margin-right: 40px;
      padding-right: 76px;
      border-right: 1px solid #DBDDDF; }
      @media screen and (max-width: 800px) {
        footer .footer-links__internal {
          width: 100%;
          margin: 0 0 30px 0;
          padding: 0 0 30px 0;
          border-right: none;
          border-bottom: 1px solid #DBDDDF; } }
      footer .footer-links__internal ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        footer .footer-links__internal ul li {
          width: 30%;
          padding-bottom: 6px; }
          @media screen and (max-width: 800px) {
            footer .footer-links__internal ul li {
              width: 50%; } }
    footer .footer-links__external {
      width: 55%;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 800px) {
        footer .footer-links__external {
          width: 100%;
          flex-direction: column; } }
      @media screen and (max-width: 1100px) {
        footer .footer-links__external ul {
          padding-right: 20px; } }
      footer .footer-links__external li:not(:last-child) {
        padding-bottom: 10px; }
      footer .footer-links__external--title {
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 10px;
        font-size: 14px;
        font-weight: bold; }
        footer .footer-links__external--title::after {
          position: absolute;
          left: 0;
          bottom: 0;
          content: '';
          display: block;
          width: 10px;
          height: 2px;
          background-color: #0E121A; }
      footer .footer-links__external--sns {
        display: flex;
        justify-content: space-between;
        width: 80px;
        padding-right: 15px; }
      @media screen and (max-width: 800px) {
        footer .footer-links__external--service {
          padding-bottom: 50px; } }
  footer .footer-bottom {
    padding: 20px 0;
    background-color: #DBDDDF; }
    footer .footer-bottom__contents {
      display: flex;
      width: 1200px;
      max-width: 96%;
      margin: auto; }
      footer .footer-bottom__contents li {
        padding-right: 30px; }
      footer .footer-bottom__contents a {
        font-size: 13px; }
      @media screen and (max-width: 800px) {
        footer .footer-bottom__contents {
          width: 90%;
          flex-direction: column; }
          footer .footer-bottom__contents li {
            padding: 0; }
            footer .footer-bottom__contents li:not(:last-child) {
              padding-bottom: 10px; } }

.c-blank {
  position: relative; }
  .c-blank::after {
    content: '';
    position: absolute;
    top: 55%;
    right: -22px;
    display: block;
    width: 10px;
    height: 10px;
    background: url(/img/common/_blank.gif) no-repeat left top;
    transform: translate(-50%, -50%); }
