@charset "utf-8";

/*-------------------------------------------------------------------------------
リンクカード
-------------------------------------------------------------------------------*/

@media (min-width: 768px) {
  .sg-LinkCard {
    display: flex;
    position: relative;
    border-radius: 4px;
    border: 4px solid #e6e6e6;
    width: 100%;
    margin: 3rem 0 1rem 0;
  }

  .sg-LinkCard:hover {
    border-color: #a8abb1;
  }

  .sg-LinkCard__a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

  .sg-LinkCard__left {
    width: 67%;
    padding: 16px;
  }

  .sg-LinkCard__right {
    width: 33%;
    overflow: hidden;
    position: relative;
  }

  .sg-LinkCard__img {
    position: absolute;
    width: 96%;
    height: 94%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
    padding-left: 2px;
  }

  .sg-LinkCard__ttl {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0;
    font-weight: 700;
    word-break: break-all;
    font-size: 16px !important;
    padding: 0 !important;
    border-bottom: none !important;
  }

  .sg-LinkCard__ttl_sub {
    font-size: 12px !important;
  }

  .sg-LinkCard__desc {
    display: -webkit-box;
    max-height: 3em;
    overflow: hidden;
    color: #787c7b;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 8px 0 4px 0 !important;
    line-height: 1.5;
    font-size: 12px;
  }

  .sg-LinkCard__url {
    display: block;
    line-height: 1.5;
    font-size: 12px;
  }

  .link_media,
  .link_download,
  .link_testimonial {
    color: white;
    position: absolute;
    top: -16px;
    left: 20px;
    width: 120px;
    height: 28px;
    overflow: visible;
    border-radius: 3px;
    text-align: center;
  }

  .link_media {
    background-color: #e96312;
  }

  .link_download {
    background-color: #39a6b3;
  }

  .link_testimonial {
    width: 172px;
    background-color: #c13740;
  }
}

@media (max-width: 767px) {
  .sg-LinkCard {
    display: flex;
    flex-flow: row-reverse;
    flex-direction: column-reverse;
    position: relative;
    border-radius: 4px;
    border: 4px solid #e6e6e6;
    width: 100%;
    margin: 2rem 0 1rem 0;
  }

  .sg-LinkCard:hover {
    border-color: #a8abb1;
  }

  .sg-LinkCard__a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

  .sg-LinkCard__left {
    width: 100%;
    padding: 2px 10px 10px;
  }

  .sg-LinkCard__right {
    width: 100%;
    padding: 8px 8px 0;
  }

  .sg-LinkCard__img {
    width: 100%;
  }

  .sg-LinkCard__ttl {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0;
    font-weight: 700;
    word-break: break-all;
    font-size: 16px !important;
    padding: 0 !important;
    border-bottom: none !important;
    line-height: 1.4;
  }

  .sg-LinkCard__ttl_sub {
    font-size: 12px !important;
    line-height: 1;
  }

  .sg-LinkCard__desc {
    display: -webkit-box;
    overflow: hidden;
    color: #787c7b;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    margin: 5px 0 0 0 !important;
    line-height: 1.5;
    font-size: 12px;
  }

  .sg-LinkCard__url {
    display: block;
    line-height: 1.5;
    font-size: 12px;
  }

  .link_media,
  .link_download,
  .link_testimonial {
    color: white;
    position: absolute;
    top: -12px;
    left: 20px;
    width: 120px;
    height: 26px;
    overflow: visible;
    border-radius: 3px;
    text-align: center;
  }

  .link_media {
    background-color: #e96312;
  }

  .link_download {
    background-color: #39a6b3;
  }

  .link_testimonial {
    width: 172px;
    background-color: #c13740;
  }
}


/*-------------------------------------------------------------------------------
バナー画像
-------------------------------------------------------------------------------*/

.sg-BnrImg {
  margin: 0 0 20px 0;
  padding: 0;
  overflow: hidden;
  display: block;
  border: solid 1px #ececec;
}

.sg-BnrImg img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  transition-duration: 0.3s;
}

.sg-BnrImg:hover img {
  transform: scale(1.03);
  transition-duration: 0.3s;
}

@media screen and (max-width: 767px) {
  main {
    width: 100%;
    min-width: auto;
  }

  .drawer-nav {
    z-index: 2147483647 !important;
  }
}

.custom-hr {
  border: 0 none;
  height: 3px;
  width: 40px;
  background-color: #d1000d;
  margin-bottom: 32px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.sg-contents {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: -8px;
}

.pg-section {
  margin: 24px auto 16px auto;
}

.sg-layout-section>.sg-section {
  width: 1040px;
  padding: 32px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.faq-title {
  height: 80px;
  text-align: left;
}

.faq-content {
  height: 120px;
  text-align: left;
}


/*-------------------------------------------------------------------------------
ANCHORS
-------------------------------------------------------------------------------*/

a, a:link,
a:visited {
  color: #444;
  font-weight: bold;
  text-decoration: none;
}

a:hover,
a:active {
  color: #444;
  text-decoration: underline;
}

.sg-button {
  padding: 12px 48px;
  border: solid 1px #444;
  border-radius: 6px;
  display: inline-block;
  transition: background-color 0.2s, color 0.2s;
}

.sg-button:hover {
  background-color: #222;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}

.sg-button+.sg-button {
  margin-left: 16px;
}

a.sg-cta-button {
  padding: 12px 40px;
  display: inline-block;
  border-radius: 5px;
  background-color: #d1000d;
  color: #fff;
  transition: background-color 0.2s;
}

a.sg-cta-button:hover {
  background-color: #a8000a;
  text-decoration: none;
  transition: background-color 0.2s;
}

.sg-outbound-link::after {
  content: url('../img/icon-outbound.svg');
  padding: 0 5px;
  width: 24px;
  display: inline-block;
}


/*-------------------------------------------------------------------------------
FONTS
-------------------------------------------------------------------------------*/

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

body, input, select, textarea, table, th, td, li, a {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, Osaka, "MS P Gothic", sans-serif;
}

body {
  line-height: 1.7;
  font-size: 16px;
  background-color: #ececec;
}

body, input, select, textarea {
  color: #444;
}

input, select, textarea {
  font-size: 100%;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.notice {
  margin-top: 5px;
  font-size: 10px;
}


/*-------------------------------------------------------------------------------
ヘッダ文字サイズ設定
-------------------------------------------------------------------------------*/

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }
}


/*-------------------------------------------------------------------------------
TAGS
-------------------------------------------------------------------------------*/

h1 {
  line-height: 1.4;
}

h2 {
  line-height: 1.5;
}

h3 {
  line-height: 1.5;
}

h4 {
  font-size: 16px;
}

h1+p {
  margin-top: 24px;
  font-size: 18px;
}

p+h2 {
  margin-top: 64px;
}

h2+p, h2+section, h2+div, p+p {
  margin-top: 24px;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #ccc;
}


/*-------------------------------------------------------------------------------
HEADER
-------------------------------------------------------------------------------*/

.sg-header {
  font-size: 14px;
  position: relative;
  background-color: white;
}

.sg-header h1 {
  width: 170px;
  margin-top: 12px;
  display: inline-block;
  font-size: 16px;
}

.sg-header h1 span {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
}

.sg-header-global-navi {
  width: 1040px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  background-color: white;
}

.sg-header-navi ul {
  margin: 0;
  display: flex;
  justify-content: flex-end;
}

.sg-header-navi>ul>li {
  margin-left: 24px;
  display: block;
}

.sg-header-navi>ul>li>a {
  height: 60px;
  font-size: 14px;
  color: #444444;
  display: table-cell;
  vertical-align: middle;
  transition: border 0.2s;
}

.sg-header-navi>ul>li>a span {
  font-size: 10px;
  font-weight: normal;
}

.media-style {
  text-align: center;
  line-height: 20px;
}

.sg-header-navi>ul>li:hover {
  border-bottom: solid 4px #ccc;
  text-decoration: none;
  transition: border 0.2s;
}

.sg-header-navi>ul>li>a:hover {
  text-decoration: none;
}

.sg-header-navi>ul>li>a.sg-header-navi-cta {
  height: 40px;
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0 16px;
  background: #d1000d;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  border-bottom: none;
  transition: background-color 0.2s;
  display: block;
}

a.contact-btn:hover,
.sg-header-navi>ul>li>a.sg-header-navi-cta:hover {
  background-color: #a8000a;
  transition: background-color 0.2s;
}

.sg-header-tel {
  line-height: 64px;
  font-size: 12px;
  line-height: 1;
  font-size: 14px;
  text-align: center;
}

.sg-header-tel p {
  padding-bottom: 0;
  margin: 10px auto;
}

.sg-header-tel>span.tel {
  font-size: 24px;
  margin-right: 0;
}

.sg-header-tel span.tel:before {
  content: "";
  width: 20px;
  height: 20px;
  padding: 0 5px;
  margin-right: 5px;
  display: inline-block;
  background-image: url('../img/ico_bl_tel.png');
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .sg-header-fixed {
    position: fixed;
    width: 100%;
    z-index: 101;
  }

  .sg-header {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sg-header-global-navi {
    align-items: center;
    background-color: white;
  }

  .sg-header h1 {
    margin-left: 24px;
    margin-right: 8px;
  }

  .sg-header h1 span {
    font-size: 10px;
  }

  .sg-header-global-navi {
    width: 100%;
    height: 64px;
  }

  .sg-header-tel {
    font-family: -apple-system, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, Osaka, "MS P Gothic", sans-serif;
    line-height: 1;
    font-size: 10px;
    text-align: center;
  }

  .drawer-hamburger {
    margin: 0;
  }

  .drawer-nav {
    z-index: 9999;
  }

  .drawer-nav .sg-header-navi-cta {
    height: 40px;
    line-height: 40px;
    margin: 0.75rem;
    padding: 0 32px;
    background: #d1000d;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    border-bottom: none;
    display: block;
    text-align: center;
  }

  .sp-hide {
    display: none;
  }

  .sg-header-global-navi {
    border-bottom: solid 1px #ddd;
  }

  .sg-header-tel p {
    line-height: 1.4;
    padding-bottom: 0;
    padding-left: 12px;
    margin: 0 auto 2px;
    font-weight: normal;
  }

  .sg-header-tel>span {
    margin-left: 15px;
    font-size: 0.9em;
    letter-spacing: -0.05em;
  }

  .sg-header-tel>span.tel {
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 0px 8px;
    margin-right: 0;
  }

  .sg-header-tel {
    line-height: normal;
    font-size: 10px;
    margin-right: 24px;
  }

  .sg-header-tel span.tel:before {
    content: "";
    width: 15px;
    height: 15px;
    padding: 0 5px;
    margin-right: 5px;
    display: inline-block;
    background-image: url('../img/ico_bl_tel.png');
    background-size: contain;
    display: inline-block;
    margin-right: 5px;
  }
}

@media screen and (max-width: 320px) {
  .sg-header-global-navi {
    align-items: center;
  }

  .sg-header h1 {
    max-width: 140px;
  }

  .sg-header-tel>span {
    font-family: -apple-system, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, Osaka, "MS P Gothic", sans-serif;
    font-size: 0.8em;
    letter-spacing: -0.05em;
  }

  .sg-header-tel>span.tel {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 768px) {
  .pc-hide {
    display: none;
  }
}


/*-------------------------------------------------------------------------------
HEADER MENU
-------------------------------------------------------------------------------*/

.service-menu {
  width: 860px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  visibility: hidden;
  font-size: 16px;
}

.service-menu table {
  margin: auto;
  text-align: center;
  width: 100%;
}

.service-menu table th,
.service-menu table td {
  padding: 16px 0;
  width: 33%;
}

.service-menu img {
  width: 184px;
  height: 24px;
}

.service-menu>a {
  display: block;
  border: solid thick #444;
  border-width: 1px;
  width: 310px;
  margin: 32px auto;
  text-align: center;
  padding: 8px;
  border-radius: 5px;
  font-size: 16px;
}

.service-menu>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}

.hover_menu:hover .service-menu,
.service-menu:hover {
  z-index: 10;
  visibility: visible;
}

.drawer-menu ul li {
  width: 100%;
  margin: 10px 0;
}

@media screen and (max-width: 1040px) {
  .sg-header-global-navi {
    width: 100%;
  }
}

/*-------------------------------------------------------------------------------
BREADCRUMB
-------------------------------------------------------------------------------*/

.sg-breadcrumb {
  border-top: solid 1px #ddd;
}

.sg-breadcrumb-list {
  width: 1040px;
  margin: 0 auto;
  padding: 3px 0;
  list-style: none;
}

.sg-breadcrumb-list>li {
  margin-left: 0;
  display: inline;
}

.sg-breadcrumb-list>li+li {
  margin-left: 8px;
}

.sg-breadcrumb-list>li:nth-child(n + 2):before {
  content: ">";
  margin-right: 8px;
  font-size: 10px;
  color: #aaa;
}

.sg-breadcrumb-list>li>span,
.sg-breadcrumb-list>li>a {
  font-size: 10px;
  font-weight: normal;
  display: inline;
  color: #777;
}

@media screen and (max-width: 767px) {
  .sg-breadcrumb {
    display: none;
  }
}


/*-------------------------------------------------------------------------------
LOCAL NAVIGATION
-------------------------------------------------------------------------------*/

.sg-header-local-navi {
  background-color: #222;
}

.sg-header-local-navi nav {
  display: flex;
}

.h_height_vv .sg-header-local-navi nav {
  justify-content: center;
}

.sg-header-local-navi h2 {
  height: 24px;
  margin: auto 0px auto 0px;
  padding: 0px 24px 0px 0px;
  display: inline-block;
  line-height: 24px;
  font-weight: normal;
  border-right: solid 1px #999;
  font-size: 24px;
}

.sg-header-local-navi h2 a {
  color: #fff;
}

.sg-header-local-navi h2 a:hover {
  text-decoration: none;
}

.sg-header-local-navi>nav {
  width: 1040px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
}

.sg-header-local-navi>nav>ul {
  margin: 0;
  padding: 0;
  display: inline-flex;
  list-style: none;
}

.sg-header-local-navi>nav>ul>li {
  margin-left: 1px;
}

.h_height_vv .sg-header-local-navi>nav>ul>li {
  margin: 0;
  background-image: url('../img/glonavi_line.png');
  background-repeat: no-repeat;
  background-size: 1px 21px;
  background-position: right center;
}

.h_height_vv .sg-header-local-navi>nav>ul>li:last-child {
  background: none;
}

.sg-header-local-navi>nav>ul li.cat-item-none,
.sg-header-local-navi>nav>ul li a {
  height: 48px;
  line-height: 48px;
  display: block;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  border-bottom: solid 4px #222;
  transition: border 0.2s;
}

.sg-header-local-navi>nav>ul li a:hover {
  border-bottom: solid 4px #ccc;
  transition: border 0.2s;
}

.sg-header-local-navi>nav>ul li.sg-header-local-navi-top a {
  height: 24px;
  margin-top: 16px;
  padding-right: 24px;
  border-right: solid 1px #ccc;
  font-size: 24px;
  line-height: 24px;
}

.sg-header-local-navi>nav>ul li.sg-header-local-navi-top a:hover {
  border-bottom: none;
}

.sg-footer-lowest {
  width: 1040px;
  padding: 16px 0 0 0;
  margin: 32px auto 0 auto;
  border-top: solid 1px #888;
  display: flex;
  list-style: none;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .sg-header-local-navi {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .sg-header-local-navi>nav {
    width: auto;
    height: 0;
    text-align: center;
  }

  .sg-header-local-navi>nav>ul {
    display: block;
    position: absolute;
  }

  .sg-header-local-navi>nav>ul>li {
    display: inline-block;
    margin: 0 7px;
  }

  .sg-header-local-navi h2 {
    display: none;
  }
}


/*-------------------------------------------------------------------------------
MAIN
-------------------------------------------------------------------------------*/

.sg-card-contents>h2 {
  width: 1040px;
  margin: 0 auto;
}

h2+.sg-section {
  margin-bottom: 56px;
}

.sg-title-english {
  margin-left: 16px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

.sg-section {
  width: 1040px;
  margin: 64px auto;
}

.sg-section>h3 {
  margin: 0;
  padding: 0;
}

h3+p {
  margin-top: 24px;
  margin-bottom: 0;
}

p+p {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
  padding-bottom: 16px;
}

.sg-card-contents {
  padding: 96px 0;
}

.sg-title-section {
  background-color: #fff;
}

.sg-contents-title {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  text-align: center;
}

@media screen and (max-width: 1040px) {
  .sg-title-section {
    width: 100%;
  }
}

@media screen and (max-width: 374px) {
  .sg-contents-title {
    font-size: 26px;
  }
}

.sg-contents-description {
  margin-top: 8px;
  margin-bottom: 0;
  text-align: center;
}

.arrow-img {
  vertical-align: middle;
  margin: auto;
}

.arrow-img img {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .arrow-img {
    vertical-align: middle;
    text-align: center;
    margin: auto;
    line-height: 0;
  }

  .sg-contents {
    width: 100%;
  }

  .arrow-down {
    display: block;
    margin: 8px auto 16px auto;
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 20px solid #b9b9b9;
  }

  .pro-arr-next {
    display: none;
  }

  .sg-contents {
    overflow-x: hidden;
  }

  .sg-section,
  .sg-layout-section,
  .sg-card-contents {
    width: 100%;
    padding: 16px;
  }

  .sg-section {
    margin: 48px auto;
    padding: 0 16px;
  }

  .sg-card-contents>h2 {
    width: 100%;
    margin: 0 0 0 8px;
  }

  .sg-card-contents {
    padding: 48px 24px;
  }

  .sg-title-english {
    font-size: 14px;
  }

  .sg-title-section {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 16px;
  }

  .sg-card-contents+.sg-card-contents {
    padding: 0 0 48px 0;
  }

  .three-columns-width {
    padding-top: 24px;
  }

  .three-columns-width:first-child {
    padding-top: 0px;
  }
}


/*-------------------------------------------------------------------------------
jire
-------------------------------------------------------------------------------*/

.jire {
  width: 330px;
  display: inline-block;
  position: relative;
  background-color: #fff;
}

.jire.show-border>a>.wp-block-image {
  width: 330px;
  height: 184px;
}

.jire.show-border>a>.wp-block-image>img {
  width: 100%;
  height: 100%;
  font-family: "object-fit: contain;";
  /*IE対策*/
}

.jire-title {
  margin-top: 0px;
  padding: 32px 32px 0px 32px;
  font-weight: bold;
}

.jire-type {
  position: absolute;
  top: 0px;
  left: 0px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  background-color: #000;
  opacity: 0.7;
}

.jire-description {
  height: 144px;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding: 32px 32px 0px 32px;
}

.jire-com-color {
  color: #888888;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  padding: 16px 32px 32px 32px;
  line-height: 24px;
}

.jire-com-color img {
  vertical-align: middle;
}

.jire-com-color p {
  padding-left: 18px;
  display: table-cell;
}

.jire-com-color .problem_list {
  float: left;
  width: 60%;
  margin: 2px 0 24px 0;
  padding-bottom: 0;
  background: left 2px top 4px url('../img/ico_memo.png') no-repeat;
  background-size: 12px 14px;
  margin: 0;
  padding-bottom: 0;
}

.jire-com-color .size_list {
  width: 40%;
  margin: 0 0 24px 0;
  padding-bottom: 0;
  background: left 2px top 4px url('../img/ico_people.png') no-repeat;
  background-size: 12px 14px;
  margin: 0;
  padding-bottom: 0;
}


/*-------------------------------------------------------------------------------
CTA
-------------------------------------------------------------------------------*/

.sg-cta-section {
  padding: 60px 0;
  background-color: #222;
  color: #fff;
  text-align: center;
}

.sg-cta-title {
  width: 1040px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
}

.sg-cta-title+.sg-cta-button {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .sg-cta-section {
    padding: 48px 16px;
  }

  .sg-cta-title {
    width: 100%;
    font-size: 28px;
  }

  .jire {
    width: 100%;
    padding: auto 24px;
  }

  .jire.show-border>a>.wp-block-image {
    width: 100%;
    height: unset;
  }

  .jire-description {
    padding: 24px 24px 0px 24px;
  }

  .jire-com-color {
    padding: 16px 24px 24px 24px;
  }
}


/*-------------------------------------------------------------------------------
FOOTER
-------------------------------------------------------------------------------*/

main+section {
  background-color: #ececec;
}

.sg-footer {
  min-width: 1040px;
  padding: 40px 0;
  margin: auto;
  background-color: #666;
  color: #999;
}

.footer_title {
  font-size: 32px;
}

.sg-footer a {
  color: #999;
  font-weight: normal;
  transition: color 0.2s;
}

.sg-footer a:hover {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}

.sg-footer-sitemap {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
}

.sg-footer-sitemap>li {
  width: 222px;
  padding: 0;
  margin: 0;
  line-height: 1.3;
}

.sg-footer-sitemap>li+li {
  margin-left: 24px;
}

.sg-footer-sitemap>li>ul>li>a {
  font-size: 12px;
}

.sg-footer-sitemap ul {
  padding: 0;
  margin-top: 0;
  list-style: none;
}

.sg-footer-sitemap>li>ul {
  margin-top: 8px;
}

.sg-footer-relation {
  width: 960px;
  margin: 32px auto 0 auto;
  padding: 0;
  list-style: none;
}

.sg-footer-relation li {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

.sg-footer-relation li a {
  font-size: 12px;
}

.sg-footer-lowest {
  min-width: 1040px;
  padding: 16px 0 0 0;
  margin: 32px auto 0 auto;
  border-top: solid 1px #888;
  display: flex;
  list-style: none;
  font-size: 12px;
}

.sg-footer-lowest li+li {
  margin-left: 24px;
}

@media screen and (max-width: 767px) {
  .all-contact-footer-up {
    width: 100%;
    min-width: auto;
  }

  .sg-footer {
    width: 100%;
    padding: 40px 24px;
    min-width: auto;
  }

  .sg-footer-sitemap {
    width: 100%;
    display: block;
  }

  .sg-footer-sitemap>li+li {
    margin-top: 24px;
    margin-left: 0;
  }

  .sg-footer-sitemap>li>a {
    font-size: 18px;
  }

  .sg-footer-sitemap>li>ul>li>a {
    font-size: 14px;
    line-height: 32px;
  }

  .sg-footer-relation {
    width: 100%;
  }

  .sg-footer-relation li a {
    width: 100%;
    font-size: 14px;
  }

  .sg-footer-lowest {
    width: 100%;
    min-width: 100%;
    display: block;
  }

  .sg-footer-lowest li+li {
    margin-left: 0;
  }

  .sg-footer-lowest>li>a {
    font-size: 14px;
    line-height: 32px;
  }
}


/*-------------------------------------------------------------------------------
TRACKING TAGS
-------------------------------------------------------------------------------*/

#oceanus-external-ifm {
  display: none;
}


/*-------------------------------------------------------------------------------
Footer Stlye 20190204
-------------------------------------------------------------------------------*/

.all-contact-footer-up {
  min-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px;
  text-align: center;
  background-color: #222222;
  color: #fff;
}

.footer_maintext {
  font-size: 32px;
  margin: 0 auto 16px auto;
}

.footer-phone-center {
  text-align: center;
  width: 560px;
  margin: 16px auto 0 auto;
  font-size: 16px;
  color: #999999;
}

.footer-phone-center img {
  width: 16px;
  height: 16px;
  margin: 0 8px;
}

.footer-phone-center div {
  width: 50%;
}

.footer-phone {
  margin-right: 0px;
  margin-left: auto;
  text-align: center;
  padding-right: 24px;
}

.footer-phone-sp {
  text-align: center;
  margin: 16px auto 0 auto;
  font-size: 16px;
  color: #999999;
}

.align-center {
  text-align: -webkit-center;
}

a.contact-btn {
  display: inline-block;
  max-width: 350px;
  width: 100%;
  height: 56px;
  line-height: 2;
  margin: 32px auto 0 auto;
  padding: 12px;
  background: #d1000d;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  border-bottom: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}

.footer-line {
  border: solid 1px #888;
  margin: 8px 0px;
}

.footer-copy-right {
  font-size: 10px;
  width: auto;
}

.contact-btn-sp {
  display: block;
  width: 192px;
  height: 40px;
  line-height: 40px;
  padding: 0 32px;
  background: #d1000d;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  border-bottom: none;
  text-decoration: none;
  margin-right: auto;
  margin-left: auto;
}

.sg-footer-sitemap>li {
  clear: both;
}

.footerMenuList-top>ul>li>a {
  text-decoration: none;
  color: #fff;
}

.footerMenuList-top>li {
  padding-bottom: 20px;
}

.footerMenuList-top {
  width: 100%;
  margin: 0px;
  padding-left: 0px;
}

.footerMenuList-second {
  width: 100%;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  padding: 0;
}

.footerMenuList-third {
  width: 100%;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-block-start: 0px;
  padding-block-end: 0px;
  padding-inline-start: 10px;
  padding-inline-end: 0px;
  margin: 0 0 0 10px;
  padding: 0;
}

.footerMenuList-top>li {
  font-size: 18px;
}

.footerMenuList-second>li,
.footerMenuList-small {
  font-size: 14px;
}

.footerMenuList-small {
  margin-left: 24px;
}

.footerPersonal {
  width: auto;
  font-size: 14px;
  color: #fff;
  margin-right: 24px;
}

.media-first {
  font-size: 10px;
  display: block;
}

.media-second {
  font-size: 16px;
}

.footer-center-style {
  width: 1040px;
  margin: 0 auto;
}

.footer-columns-one-media>li {
  text-align: center;
}

.footer-columns {
  width: 100%;
}

.footer-columns-one {
  width: 208px;
}

.footer-columns-two {
  width: 416px;
}

.footerMenuList-top.footer-columns-one-media a {
  background-color: #5c5c5c;
  padding: 10px;
  display: block;
}

@media screen and (min-width: 768px) {
  .footerMenuList-second {
    min-width: 80px;
  }

  .footerMenuList-third {
    min-width: 60px;
  }

  .footerMenuList1 {
    margin-left: 50px;
  }

  .footerMenuList2 {
    margin-left: 40px;
  }

  .footerMenuList3 {
    margin-left: 70px;
  }

  .pc-noflex {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    line-height: 36px;
  }

  .all-contact-footer-up {
    width: 100%;
    padding: 64px 24px;
    min-width: auto;
  }

  .footer_title {
    font-size: 28px;
    line-height: 47px;
    color: #fff;
  }

  .sub-title {
    line-height: 40px;
  }

  .footer-center-style {
    width: 100%;
    margin: 0 auto;
  }

  .footer-columns-two,
  .footer-columns-one {
    width: 100%;
  }

  .footer-columns .footer-columns-two {
    width: 50%;
  }

  .footerMenuList-top {
    max-width: 767px;
    min-width: 110px;
  }

  .footerMenuList-second {
    max-width: 389px;
    min-width: 110px;
  }

  .footerMenuList1 {
    margin-left: 0;
  }

  .footerMenuList2 {
    margin-left: 0;
  }

  .footerMenuList3 {
    margin-left: 0;
  }

  .footerPersonal,
  .footerMenuList-third {
    width: 100%;
  }

  .footer-copy-right {
    text-align: left;
  }

  .baitai-sp {
    width: 100%;
    font-size: 32px;
  }

  .contact-btn-sp {
    width: 85%;
    max-width: 297px;
    margin: 32px auto 16px auto;
  }

  .footer-phone-sp {
    font-size: 16px;
    color: #99999999;
    line-height: 24px;
  }

  .footerMenuList-top.footer-columns-one-media {
    padding-left: 0px;
    padding-bottom: 20px;
  }

  .footerMenuList-top.footer-columns-one-media>li {
    padding: 8px;
  }
}


/*さらに詳しく*/

.pg-more-contents {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.pg-more-contents>ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.pg-more-contents>ul>li {
  width: 512px;
  padding: 32px;
  margin-top: 16px;
  margin-right: 8px;
  display: inline-block;
  background-color: #fff;
  text-align: center;
}

.pg-more-contents>ul>li:nth-child(even) {
  margin-right: 0px;
  margin-left: 8px;
}

.pg-more-contents>ul>li:nth-child(odd) {
  margin-right: 8px;
  margin-left: 0px;
}

.pg-more-contents>ul>li>p {
  margin: 0;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
}

.pg-more-contents>ul>li>a {
  width: 100%;
}


/*-------------------------------------------------------------------------------
SPスタイル
-------------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {
  .pg-more-contents {
    width: 100%;
  }

  .pg-more-contents>ul {
    width: 100%;
    display: block;
    margin-top: 0;
  }

  .pg-more-contents>ul>li {
    width: 100%;
    display: block;
    margin: 24px auto;
    padding: 24px;
  }

  .pg-more-contents>ul>li:nth-child(even) {
    margin-right: 0px;
    margin-left: 0px;
  }

  .pg-more-contents>ul>li:nth-child(odd) {
    margin-right: 0px;
    margin-left: 0px;
  }

  .sp-top-menu-header {
    margin: 0px 24px;
  }

  .sp-top-menu-header>h2 {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
  }

  .sg-header-local-navi>nav>ul>li {
    display: inline-block;
    margin: 0px;
  }

  nav.sp-navi-menu ul {
    width: 100%;
    z-index: 2;
    height: 0;
    overflow: hidden;
    transition-duration: 1s;
    transition-property: height;
  }

  .show-arrow nav.sp-navi-menu ul {
    height: 336px;
  }

  .navi-show {
    display: block;
  }

  .sp-navi-menu-title {
    width: 100%;
    height: 48px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sp-main-navi-menu-sel {
    color: #fff;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
  }

  .sp-navi-menu-arrow-on {
    display: none;
    margin: auto 16px;
  }

  .sp-navi-menu-arrow-on img {
    width: 16px;
  }

  .sp-navi-menu-arrow-off img {
    width: 16px;
  }

  .sp-navi-menu-arrow-off {
    display: none;
    margin: auto 16px;
  }

  .sp-navi-menu-arrow-on {
    display: initial;
  }

  .show-arrow .sp-navi-menu-arrow-on {
    display: none;
  }

  .sp-navi-menu-arrow-off {
    display: none;
  }

  .show-arrow .sp-navi-menu-arrow-off {
    display: initial;
  }

  .sp-navi-menu-item {
    width: 100%;
  }

  nav.sp-navi-menu>ul>li.sp-navi-menu-item>a {
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: left;
    font-weight: bold;
    padding: 0px 16px;
    margin: 0px;
    background-color: #444444;
    position: relative;
    border-bottom: solid 1px #bbbbbb;
    text-decoration: none;
  }

  nav.sp-navi-menu>ul>li.sp-navi-menu-item>a:hover {
    border-bottom: solid 1px #bbbbbb;
  }

  .drawer-menu {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /*-------------------------------------------------------------------------------
	リンクカード
	-------------------------------------------------------------------------------*/
  .sg-LinkCard__ttl {
    margin-block-start: unset !important;
    margin-block-end: unset !important;
  }
}

@media (min-width: 768px) {
  .wp-block-column.three-columns-width {
    flex-basis: 330px;
    flex-grow: 0;
  }
}

main>.sg-title-section>p.sg-contents-description {
  line-height: 0.5;
}

main>.sg-title-section>.sg-contents-description {
  color: #777777;
  font-weight: bold;
}


/**************************************************
	媒体の黒いメニュー
**************************************************/

.testimonial-sub-menu {
  background-color: #222;
}

.testimonial-sub-menu>.sg-header-local-navi {
  width: 1040px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-sub-menu>.sg-header-local-navi>nav>ul>li a,
.sg-header-local-navi>nav>ul>li a {
  height: 48px;
  line-height: 48px;
  display: block;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  border-bottom: solid 4px #222;
  transition: border 0.2s;
  font-size: 14px;
  padding: 0 16px;
}

.sg-header-local-navi>nav>ul>li a:hover {
  color: #222 !important;
  background-color: #fff;
  background-image: url('../img//glonavi_dot.png');
  background-size: 4px 48px;
  background-position: center bottom;
  background-repeat: no-repeat;
  border-bottom: none !important;
}

.current-sel-cat-item {
  border-bottom: solid 4px #fff;
  margin-bottom: 4px;
}

.wp-block-image>img {
  display: block;
}

.wp-block-column {
  margin-bottom: 0px;
}


/**************************************************
	セミナー詳細ボタン
**************************************************/

.event-detail-btn {
  width: 100%;
  height: 40px;
  margin: 8px 0px 0px 0px;
  text-align: center;
  font-size: 16px;
  border: solid 1px #000;
  border-radius: 6px;
}

.is-gnavi-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}


/**************************************************
 	SNSシェアボタン
**************************************************/

.sg-share-icons {
  text-align: left;
}

.sg-share-icons dt {
  margin-bottom: 5px;
  padding: 0;
  font-weight: bold;
}

.sg-share-icons dd {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}

.sg-share-icons dd a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
}

.sg-share-icons dd .IN-widget {
  transform-origin: left top;
  transform: scale(1.1);
}

.sg-NavHorizontal {
  height: 53px;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #222;
}

.sg-NavHorizontal__ul {
  display: flex;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.sg-NavHorizontal__li>a {
  display: block;
  padding: 0 15px;
  line-height: 53px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
}

.sg-NavHorizontal__li:first-of-type>a {
  padding: 0 15px 0 30px;
}

.sg-NavHorizontal__li:last-of-type>a {
  padding: 0 30px 0 15px;
}


/**************************************************
 	SPハンバーガーメニュー
**************************************************/

.pg-sp-menu.active {
  position: fixed;
  z-index: 9999;
}

.menu-icon {
  position: fixed;
  height: 54px;
  width: 58px;
  right: 0;
  top: 0;
  z-index: 99;
  letter-spacing: -1px;
}

.pg-sp-menu.active .menu-icon {
  width: 38px;
  height: 38px;
  background: #241916;
  right: 12px;
  top: 12px;
}

.menu-line {
  display: block;
  position: absolute;
  transition: transform .3s;
  width: 33px;
  border-bottom: solid 2px #222;
  right: 12px;
  top: 14px;
}

.pg-sp-menu.active .menu-line {
  width: 30px;
  right: 3px;
  border-bottom: solid 2px #fff;
}

.menu-text {
  font-size: 8px;
  color: #222;
  position: absolute;
  bottom: 0;
  right: 12px;
}

.pg-sp-menu.active .menu-text {
  display: none;
}

.menu-line-center {
  top: 23px;
}

.menu-line-bottom {
  top: 33px;
}

.menu-line-top.active {
  top: 19px;
  transform: rotate(45deg);
}

.menu-line-center.active {
  transform: scaleX(0);
}

.menu-line-bottom.active {
  top: 19px;
  transform: rotate(135deg);
}

.menu-line-top.active::after,
.menu-line-center.active::after,
.menu-line-bottom.active::after {
  border: none;
}

.pg-sp-nav {
  background: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98;
  top: 62px;
}

.pg-sp-nav-wrap {
  position: absolute;
  width: 100%;
  background: #fff;
  padding-bottom: 30px;
}

.pg-sp-nav-menu dt {
  margin: 0;
  padding: 20px 25px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 1px #e6e6e6;
  border-top: solid 1px #e6e6e6;
}

.pg-sp-nav-menu dd {
  margin: 0;
  border-bottom: solid 1px #e6e6e6;
}

.pg-sp-nav-menu a {
  display: block;
  position: relative;
  padding: 20px 25px 20px 45px;
}

.pg-sp-nav-menu a:after {
  content: "";
  position: absolute;
  top: 25px;
  right: 22px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #4b4b4b;
  border-top: 2px solid #4b4b4b;
  display: inline-block;
  transform: rotate(45deg);
}

.pg-sp-logo {
  padding: 10vh 30px 40px;
  width: 50%;
}

.pg-sp-logo img {
  width: 100%;
}