@charset "UTF-8";
/*
Theme Name: GMO.media
Version:1.0
*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-weight: bold;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

input, select {
  vertical-align: middle;
}

body {
  word-wrap: break-word;
}

.top__sub-logo {
  display: none;
}

/* ==================================
  mobaile header時の非表示処理
===================================== */
.page-id-2 .company__sub-menu, .category-1 .company__sub-menu, .page-id-24 .company__sub-menu, .page-id-41 .company__sub-menu, .page-id-36 .company__sub-menu, .page-id-29 .company__sub-menu {
  display: none;
}

/* ハンバーガーボタン
********************************************************** */
.menu-trigger, .menu-trigger__icon, .menu-trigger__icon span {
  display: inline-block;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.menu-trigger {
  float: right;
  box-sizing: border-box;
  margin: 16px 0 0;
  width: 50px;
  height: 44px;
  text-align: center;
  font-size: 10px;
  line-height: 1;
}

.menu-trigger__icon {
  position: relative;
  margin: 0 auto;
  width: 24px;
  height: 30px;
}

.menu-trigger__icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #23b0ff;
}

.menu-trigger__icon span:nth-of-type(1) {
  top: 4px;
}

.menu-trigger__icon span:nth-of-type(2) {
  top: 12px;
}

.menu-trigger__icon span:nth-of-type(3) {
  top: 20px;
}

.menu-trigger, .header-drawernav__wrapper {
  display: none;
}

/* ==================================
  デスクトップ - 基本レイアウト
===================================== */
.wrap {
  position: relative;
}

.header {
  position: fixed;
  z-index: 10;
  box-sizing: border-box;
  margin: 14px 30px 0;
  width: calc(100% - 60px);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 1px 6px rgba(153, 153, 153, 0.5);
}

.header__logo {
  float: left;
  margin-left: 30px;
  width: 200px;
}

.header__logo > a {
  display: block;
  padding: 28px 0;
  vertical-align: middle;
  font-size: 0;
}

.header__logo > a img {
  width: 100%;
  vertical-align: middle;
}

.header__logo a:hover {
  opacity: 0.7;
}

.global-nav {
  float: right;
}

.global-nav ul {
  overflow: hidden;
}

.global-nav ul li {
  float: left;
}

.global-nav ul li a {
  position: relative;
  padding: 28px 20px;
  font-size: 1.4rem;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.global-nav ul li a:hover {
  color: #23b0ff;
}

.global-nav ul li a:hover::after {
  width: 44px;
}

.global-nav ul li a:after {
  position: absolute;
  bottom: 14px;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #23b0ff;
  content: "";
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* ==================================
  hover処理
===================================== */
.global-nav a {
  position: relative;
  display: block;
  height: 100%;
  outline: 0;
  color: #444;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  -webkit-transition: .1s;
  transition: .1s;
}

.global-nav a::after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #0064a0;
  content: '';
  -webkit-transition: .1s;
  transition: .1s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

a:hover::after {
  width: 104%;
}

.global-nav li ul {
  display: none;
}

.display-max {
  overflow: hidden;
  margin: 0 0 48px;
  border-bottom: solid 1px #eaeaea;
}

/* ===================================================
  デスクトップ - 基本レイアウト
=================================================== */
.header-container {
  margin: 0;
}

.sub-header {
  position: fixed;
  z-index: 10;
  box-sizing: border-box;
  margin: 14px 30px 0;
  width: calc(100% - 60px);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 1px 6px rgba(153, 153, 153, 0.5);
}

.sub-header__logo {
  float: left;
  margin-left: 30px;
  width: 200px;
}

.sub-header__logo a {
  display: block;
  padding: 28px 0;
  vertical-align: middle;
  font-size: 0;
}

.sub-header__logo a img {
  width: 100%;
  vertical-align: middle;
}

.sub-header__menu {
  float: right;
}

.sub-header__menu li {
  float: left;
}

.sub-header__menu a {
  position: relative;
  display: block;
  padding: 28px 20px;
  font-weight: bold;
  font-size: 1.4rem;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.sub-header__menu a::after {
  position: absolute;
  bottom: 14px;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #23b0ff;
  content: "";
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sub-header__menu a:hover {
  color: #23b0ff;
}

.sub-header__menu a:hover::after {
  width: 80%;
}

/* ===================================================
  デスクトップ - メディアクエリ
=================================================== */

/* ===================================================
  900px~
=================================================== */
/* sub-header
********************************************************** */

/* ===================================================
  840px~　ハンバーガーメニュー
=================================================== */

/* drawernav
********************************************************** */

/*********************************************************** */
/* ================================================================================
	#ニュース
================================================================================ */
.category-1 .gmom-content-header__category-list-item:nth-child(1) a, .category-2 .gmom-content-header__category-list-item:nth-child(2) a, .category-3 .gmom-content-header__category-list-item:nth-child(3) a, .category-5 .gmom-content-header__category-list-item:nth-child(4) a {
  color: #23b0ff;
  font-weight: bold;
}

/* ================================================================================
	#サービス
================================================================================ */
.page-id-24 .gmom-content-header__category-list-item:nth-child(1) a, .page-id-1539 .gmom-content-header__category-list-item:nth-child(2) a {
  color: #23b0ff;
  font-weight: bold;
}

/* ================================================================================
	#会社情報
================================================================================ */
.page-id-26 .sub-header__menu li:nth-child(3) a, .parent-pageid-26 .sub-header__menu li:nth-child(3) a, .page-id-26 .gmom-content-header__category-list-item:nth-child(1) a, .page-id-28 .gmom-content-header__category-list-item:nth-child(2) a, .page-id-31 .gmom-content-header__category-list-item:nth-child(3) a, .page-id-37 .gmom-content-header__category-list-item:nth-child(4) a, .page-id-40 .gmom-content-header__category-list-item:nth-child(5) a {
  color: #23b0ff;
  font-weight: bold;
}

/* ================================================================================
  #投資家向け情報
================================================================================ */
.ir-body .sub-header__menu li:nth-child(4) a {
  color: #23b0ff;
  font-weight: bold;
}

/* ================================================================================
	#採用情報
================================================================================ */
.page-id-36 .sub-header__menu li:nth-child(5) a, .parent-pageid-36 .sub-header__menu li:nth-child(5) a, .page-id-36 .gmom-content-header__category-list-item:nth-child(1) a, .page-id-869 .gmom-content-header__category-list-item:nth-child(2) a, .page-id-905 .gmom-content-header__category-list-item:nth-child(2) a, .page-id-1096 .gmom-content-header__category-list-item:nth-child(2) a, .page-id-1102 .gmom-content-header__category-list-item:nth-child(2) a, .page-id-921 .gmom-content-header__category-list-item:nth-child(3) a, .page-id-1432 .gmom-content-header__category-list-item:nth-child(2) a, .page-id-1434 .gmom-content-header__category-list-item:nth-child(2) a, .page-id-1443 .gmom-content-header__category-list-item:nth-child(2) a {
  color: #23b0ff;
  font-weight: bold;
}

/* ================================================================================
	#お問い合わせ
================================================================================ */
.contact-body .sub-header__menu li:nth-child(6) a {
  color: #23b0ff;
  font-weight: bold;
}

.second__title h2 {
  font-weight: normal;
  font-size: 26px;
}

.page-template-page-recruit img, .page-id-36 img, .page-id-47 img {
  max-width: 100%;
}

.recruit-main {
  position: relative;
  margin: 0 0 40px;
  width: 100%;
  background: #eaeaea;
}

.recruit-main a {
  color: #0064a0;
  text-decoration: none;
}

.recruit-main__inner {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1280px;
  height: 562px;
}

.recruit-main__block {
  position: absolute;
  top: 40px;
  z-index: 3;
  width: 44%;
  border-radius: 6px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.recruit-main__block:hover {
  background: #fff;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
}

.recruit-main__block dl {
  min-height: 400px;
}

.recruit-main__block--left {
  left: 2%;
}

.recruit-main__block--right {
  right: 2%;
}

.recruit-main__block dt {
  padding: 44px 0 20px;
  text-align: center;
}

.recruit-main__block .recruit-main__block__title {
  margin: 0 auto;
  max-width: 239px;
}

.recruit-main__block dt span {
  font-size: 44px;
}

.recruit-main__block dt span:before {
  display: block;
  margin: 16px auto 10px;
  width: 100px;
  height: 2px;
  background: #d8d8d8;
  content: '';
}

.recruit-main__block dd {
  padding: 0 0 10px 20px;
  font-size: 18px;
}

.recruit-main__block__link {
  border-top: 1px solid #eaeaea;
  text-align: center;
  font-size: 12px;
}

.recruit-main__block__link a {
  display: block;
  padding: 14px 0 20px;
}

.arrow-bottom:before {
  position: relative;
  top: -6px;
  left: 0;
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  border-top: 2px solid #00649f;
  border-right: 2px solid #00649f;
  content: "";
  vertical-align: middle;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}

.recruit-main__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  min-height: 562px;
  width: 100%;
  background: url(../images/recruit/main_dot.png);
  background-size: 2px 2px;
  opacity: 0.5;
}

.video-center {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  font-size: 0;
  /* videoのinline-blockの下の隙間削除 */
}

.video-center__table {
  display: table;
  min-height: 562px;
  width: 100%;
}

.video-center__table-cell {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}

.video-center__table-cell video {
  display: inline-block;
}

/* 三元素 */
.recruit-elements {
  margin: 0 auto 54px;
  width: 1000px;
  text-align: center;
}

.recruit-elements__title {
  font-size: 3.4rem;
}

.recruit-elements__lead {
  padding: 6px 0 16px;
  font-size: 1.8rem;
  line-height: 1.6;
}

.recruit-elements ul {
  overflow: hidden;
}

.recruit-elements li {
  float: left;
  margin: 0 3.5% 0 0;
  padding: 16px 0 20px;
  width: 31%;
  height: 360px;
  border-radius: 6px;
  background: #fffa00;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.8;
}

.recruit-elements li:first-child {
  line-height: 1.9;
}

.recruit-elements li:last-child {
  margin: 0;
  line-height: 1.9;
}

.recruit-elements li img {
  padding: 0 0 6px;
  width: 100%;
}

/* 代表者メッセージ */
.recruit-message {
  position: relative;
  overflow: hidden;
  margin: 0 auto 120px;
  padding: 30px 0;
  width: 1000px;
  border-radius: 6px;
  background: #00b0ea;
}

.recruit-message__photo {
  position: absolute;
  bottom: 0;
  left: 24px;
}

.recruit-message__title {
  float: left;
  margin: 60px 3% 0 0;
  width: 25%;
}

.recruit-message__main {
  float: left;
  width: 72%;
}

.recruit-message__main dl {
  padding: 0 0 30px;
}

.recruit-message__main dt {
  padding: 0 0 6px;
  color: #fffa00;
  font-weight: bold;
  font-size: 2.4rem;
}

.recruit-message__main dd {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
}

/* トップ以外 */
.recruit-wrapper {
  margin: 0 auto 54px;
  width: 1000px;
}

.recruit-wrapper__lead {
  padding: 0 0 24px;
  font-weight: normal;
  font-size: 1.8rem;
}

.recruit-interview__list ul {
  overflow: hidden;
}

.recruit-interview__list ul li {
  float: left;
  margin: 0 3.5% 40px 0;
  width: 31%;
  line-height: 1.8;
}

.recruit-interview__list ul li:nth-child(3n) {
  margin: 0 0 40px;
}

.recruit-interview__list__item a:hover {
  color: #666;
}

.recruit-interview__list__item img {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.recruit-interview__list__item a:hover img {
  opacity: 0.9;
}

.recruit-interview__list__item dt {
  padding: 10px 0 4px;
  font-size: 1.2rem;
}

.recruit-interview__list__item dt span {
  font-weight: bold;
}

.recruit-interview__list__item__name {
  margin: 0 10px 0 0;
  padding: 2px 10px 2px 0;
  border-right: 1px solid #ddd;
}

.recruit-interview__list__item__occupation {
  color: #d83c3c;
}

.recruit-interview__interviewee-wrap > .recruit-interview__interviewee {
  float: left;
  width: 50%;
}

.recruit-interview__interviewee-wrap::after {
  display: block;
  clear: both;
  content: "";
}

.recruit-interview__interviewee {
  overflow: hidden;
  padding: 0 0 10px;
}

.recruit-interview__interviewee img {
  display: block;
  float: left;
  margin: 0 6px 0 0;
  width: 60px;
  border: 1px solid #eee;
  border-radius: 30px;
}

.recruit-interview__interviewee__info {
  float: left;
  padding: 10px 0 0;
  font-size: 1.6rem;
}

.recruit-interview__interviewee span {
  margin: 0 10px 0 0;
  padding: 2px 10px 2px 0;
  border-right: 1px solid #ddd;
}

.recruit-interview__interviewee small {
  font-size: 1.2rem;
}

.recruit-interview__title {
  padding: 0 0 14px;
  font-size: 2.4rem;
}

.recruit-interview__content {
  overflow: hidden;
  font-size: 1.8rem;
  line-height: 1.6;
}

.recruit-interview__content .photo {
  display: block;
  width: 300px;
  border: 1px solid #eee;
}

.recruit-interview__content .photo.photo-wide {
  width: 500px;
}

.recruit-interview__content .photo.photo-left {
  float: left;
  margin: 0 14px 0 0;
}

.recruit-interview__content .recruit-interview__icon {
  margin: 0 4px 0 0;
  width: 40px;
  border: 1px solid #eee;
  border-radius: 20px;
  vertical-align: -12px;
}

.recruit-interview__content p {
  padding: 0 0 10px;
}

.recruit-interview__content small {
  font-size: 1.2rem;
}

.recruit-environment__decoration {
  display: block;
  width: 100%;
}

.recruit-environment__block {
  padding: 0 3%;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.recruit-environment__block__title {
  text-align: left;
  font-weight: normal;
  font-size: 4.4rem;
}

.recruit-environment__block__title span {
  padding: 0 0 0 8px;
  border-left: 4px solid #07569a;
  color: #444;
  font-size: 2.4rem;
}

.recruit-environment__block__lead {
  padding: 10px 0 30px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
}

.recruit-environment__block__list {
  overflow: hidden;
}

.recruit-environment__block__list li {
  float: left;
  margin: 0 4% 10px 0;
  min-height: 170px;
  width: 22%;
}

.recruit-environment__block__list li:nth-child(4n) {
  margin: 0 0 10px;
}

.recruit-environment__block__list li img {
  width: 100%;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.4);
  /*for old Safari*/
}

a.modal-open:hover {
  cursor: pointer;
}

.modal {
  position: fixed;
  z-index: 3;
  display: none;
  overflow: hidden;
  padding: 32px;
  max-width: 800px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 1.6rem;
}

.modal__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

.modal__body {
  width: 50%;
}

.modal__image {
  margin-right: 24px;
  width: 50%;
}

.modal__image img {
  width: 100%;
  vertical-align: bottom;
}

.modal__title {
  margin-bottom: 24px;
  font-size: 2rem;
}

.modal__accent-border {
  display: block;
  margin-bottom: 24px;
  width: 80px;
  height: 5px;
  background: #07569a;
}

.modal__description-headline {
  display: block;
  margin: 0 0 4px;
  font-weight: bold;
  font-size: 1.5rem;
}

.modal__list {
  overflow: scroll;
  max-height: 300px;
}

.modal__list .modal__description {
  margin: 0 0 16px;
  font-size: 1.2rem;
}

.modal__list .modal__description:last-child {
  margin: 0;
}

.modal__close {
  display: block;
  margin: 0 auto;
  padding: 8px 0;
  width: 100px;
  border: solid 1px #c4c4c4;
  color: #aaa;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1;
}

a.modal__close:hover {
  color: #444;
  cursor: pointer;
}

/* メディアクエリ制御 */

/* デバイス共通スタイル */
.gmom-qa-eyecatch {
  display: table;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  height: 280px;
  background: transparent url(/wp-content/themes/corp/images/recruit/faq/bg-eyecatch.jpg) no-repeat top center;
}

.gmom-qa-eyecatch__ttl {
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle;
  text-align: center;
}

.gmom-qa-eyecatch__ttl img {
  max-width: 640px;
  width: 100%;
}

.gmom-recruit-eyecatch {
  display: table;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  height: 280px;
}

.gmom-recruit-eyecatch--interview {
  margin-bottom: 40px;
  background: transparent url(/wp-content/themes/corp/images/recruit/interview/bg-eyecatch.png) no-repeat top center;
}

.gmom-recruit-eyecatch--environment {
  background: transparent url(/wp-content/themes/corp/images/recruit/environment/bg-eyecatch.png) no-repeat top center;
  background-size: 100%;
}

.gmom-recruit-eyecatch__ttl {
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle;
  text-align: center;
}

.gmom-recruit-eyecatch__ttl img {
  max-width: 1110px;
  width: 100%;
}

.gmom-qa__contents {
  margin: 0 auto;
  max-width: 1000px;
}

.gmom-qa-tab-list {
  display: table;
  padding: 40px 0;
  max-width: 1000px;
  width: 100%;
}

.gmom-qa-tab-list__item {
  display: table-cell;
  width: 30%;
  border-right: 1px dashed #ddd;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}

.gmom-qa-tab-list__item:last-child {
  border: none;
}

.gmom-qa-tab-list__item-link {
  display: block;
  padding: 10px 0;
}

.gmom-qa-tab-list__item-link[aria-selected="true"] {
  color: #4bbeff;
  cursor: default;
}

[role="tab"] {
  cursor: pointer;
}

[aria-hidden="true"] {
  display: none;
}

.gmom-qa-tab-list__item img {
  margin: 0 10px 0 0;
  width: 40px;
  vertical-align: middle;
}

.gmom-qa-tab-contents__ttl {
  padding: 0 0 42px;
  font-size: 3.2rem;
}

.gmom-qa-tab-contents__ttl img {
  margin: 0 20px 0 0;
  width: 50px;
  vertical-align: top;
}

.gmom-qa-list-section__ttl {
  padding: 10px;
  background: #eeeff3;
  font-size: 2rem;
}

.gmom-qa-list__item {
  padding: 0 0 30px;
}

.gmom-qa-list-section__ttl {
  position: relative;
}

.gmom-qa-list-section__ttl::after {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 24px;
  height: 15px;
  background: transparent url(/wp-content/themes/corp/images/recruit/faq/icon-arrow.png) no-repeat top left;
  content: "";
}

.gmom-qa-list-section__ttl--active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.gmom-qa-list-section__ttl {
  cursor: pointer;
}

.gmom-qa-list-section__ttl span {
  margin: 0 10px 0 0;
  color: #4bbeff;
}

.gmom-qa-list-section__answer {
  padding: 30px 0 0;
  max-width: 912px;
  width: 100%;
}

[data-answer-area="hidden"] {
  display: none;
}

.gmom-qa-list-section__answer::after {
  display: block;
  clear: both;
  content: "";
}

.gmom-qa-list-section__author {
  float: left;
  width: 100px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 0.8;
}

.gmom-qa-list-section__author-img {
  display: block;
  margin: 0 auto;
  max-width: 80px;
  width: 100%;
  border-radius: 50px;
}

.gmom-qa-list-section__author-name {
  display: block;
}

.gmom-qa-list-section__author-type {
  display: block;
}

.gmom-qa-list-section__answer-comments {
  position: relative;
  float: right;
  box-sizing: border-box;
  /*  width: 100%;*/
  padding: 20px;
  width: calc(100% - 120px);
  border: 1px solid #ccc;
  font-size: 1.6rem;
  line-height: 2;
}

.gmom-qa-list-section__answer-comments::before {
  position: absolute;
  top: 20px;
  left: -15px;
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid #ccc;
  border-bottom: 15px solid transparent;
  content: '';
}

.gmom-qa-list-section__answer-comments::after {
  position: absolute;
  top: 20px;
  left: -13px;
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid #fff;
  border-bottom: 15px solid transparent;
  content: '';
}

.gmom-qa-list-section__answer-comments img {
  max-width: 100%;
}

.gmom-qa-list-section__answer-comments a {
  color: #4bbeff;
}

.gmom-qa-list-section__answer-comments table {
  min-width: 200px;
  width: 80%;
  text-align: left;
  font-size: 1.4rem;
}

.gmom-qa-list-section__answer-comments table, .gmom-qa-list-section__answer-comments table th, .gmom-qa-list-section__answer-comments table td {
  padding: 5px 10px;
  border: 1px solid #ddd;
}

.gmom-qa-list-section__answer-comments table th {
  width: 30%;
  background: #f4f4f4;
}

.gmom-qa-list-section__answer-comments table td {
  width: 70%;
}

.gmom-interview-section {
  padding: 0 0 20px;
}

.gmom-interview-section__ttl {
  padding: 0 0 30px;
  font-size: 3.2rem;
}

.gmom-interview-section__ttl img {
  margin-right: 10px;
  width: 44px;
  vertical-align: top;
}

.gmom-profile-list--pc-cols2 .gmom-profile-list__item {
  float: left;
  width: 50%;
}

.gmom-profile-list--pc-cols2::after {
  display: block;
  clear: both;
  content: "";
}

.gmom-profile-list__item {
  padding: 0 0 42px;
}

.gmom-recruit-inner {
  margin: 0 auto;
  max-width: 1000px;
}

.gmom-profile {
  overflow: hidden;
  margin: 0 42px 0 0;
  width: 100%;
}

.gmom-profile--single .gmom-profile__thumb {
  margin: 0 26px 0 0;
}

.gmom-profile--single .gmom-profile__data {
  width: calc(100% - (190px + 26px));
}

.gmom-profile--group .gmom-profile__data {
  width: calc(100% - (632px + 42px));
}

.gmom-profile__thumb {
  float: left;
  margin: 0 42px 0 0;
}

.gmom-profile__thumb img {
  width: 100%;
}

.gmom-profile__thumb--rounded > img {
  width: 190px;
  height: 190px;
  border-radius: 50%;
}

.gmom-profile__data {
  float: left;
}

.gmom-profile > .gmom-prof-data {
  padding: 30px 0 0;
}

.gmom-profile--group > .gmom-prof-data {
  padding: 0;
}

.gmom-prof-data__ttl {
  margin: 0 0 24px;
  font-size: 2.2rem;
}

.gmom-prof-data__info {
  margin: 0 0 10px;
  color: #666;
  font-size: 1.2rem;
}

.gmom-prof-data__info > li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #ccc;
}

.gmom-prof-data__info > li:last-child {
  border: 0;
}

.gmom-prof-data__tag-list .gmom-tag {
  display: inline-block;
  margin: 0 8px 6px 0;
}

.gmom-tag {
  padding: 2px 6px;
  border: 1px solid #08568f;
  color: #08568f;
  font-size: 1.2rem;
}

.interview-single, .interview-group {
  padding-bottom: 40px;
}

.interview-single__head {
  padding-bottom: 72px;
}

.interview-single__head .gmom-profile__thumb > img {
  width: 120px;
  height: 120px;
}

.interview-single__head .gmom-profile__data {
  padding-top: 8px;
}

.interview-single__head .gmom-prof-data__ttl {
  margin-bottom: 12px;
  font-size: 3.2rem;
}

.interview-single__foot {
  color: #666;
}

.interviewer {
  margin-bottom: 50px;
  max-width: 958px;
  width: 100%;
}

.interviewer__thumb {
  float: left;
  width: 80px;
  border-radius: 50%;
}

.interviewer__content {
  float: right;
  width: calc(100% - 120px);
}

.interviewer__balloon {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #ccc;
  background: #eeeff3;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2;
}

.interviewer__balloon small {
  font-size: 1.2rem;
}

.interviewer__balloon::before {
  position: absolute;
  top: 20px;
  left: -15px;
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid #ccc;
  border-bottom: 15px solid transparent;
  content: '';
}

.interviewer__balloon::after {
  position: absolute;
  top: 20px;
  left: -13px;
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid #eeeff3;
  border-bottom: 15px solid transparent;
  content: '';
}

.single-answer {
  margin-bottom: 50px;
  margin-left: 40px;
  max-width: 958px;
  width: 100%;
}

.single-answer__thumb {
  float: right;
  width: 80px;
}

.single-answer__thumb img {
  border-radius: 50%;
}

.single-answer__name {
  display: block;
  text-align: center;
}

.single-answer__content {
  float: left;
  width: calc(100% - 120px);
}

.single-answer__balloon {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  line-height: 2;
}

.single-answer__balloon {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  line-height: 2;
}

.single-answer__balloon::before {
  position: absolute;
  top: 20px;
  right: -15px;
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ccc;
  content: '';
}

.single-answer__balloon::after {
  position: absolute;
  top: 20px;
  right: -13px;
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fff;
  content: '';
}

.group-answer {
  margin-bottom: 28px;
  max-width: 958px;
  width: 100%;
}

.group-answer__thumb {
  float: left;
  width: 80px;
  border-radius: 50%;
}

.group-answer__thumb img {
  width: 100%;
  border-radius: 50%;
}

.group-answer__name {
  display: block;
  text-align: center;
}

.group-answer__content {
  float: right;
  width: calc(100% - 120px);
}

.group-answer__balloon {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  line-height: 2;
}

.group-answer__balloon::before {
  position: absolute;
  top: 20px;
  left: -15px;
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid #ccc;
  border-bottom: 15px solid transparent;
  content: '';
}

.group-answer__balloon::after {
  position: absolute;
  top: 20px;
  left: -13px;
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid #fff;
  border-bottom: 15px solid transparent;
  content: '';
}

.interview-group__ttl {
  padding: 0 0 32px;
  font-size: 3.2rem;
}

.interview-group__ttl img {
  margin-right: 12px;
  width: 50px;
  vertical-align: top;
}

.interview-group__eyecatch {
  padding: 0 0 64px;
}

.interview-group__eyecatch img {
  width: 100%;
}

.interview-group__head {
  padding: 0 0 64px;
}

.interview-group__head .gmom-profile {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc((100% / 3) - 20px);
}

.interview-group__head .gmom-profile:nth-child(3n) {
  margin-right: 0;
}

.interview-group__head .gmom-profile__thumb {
  margin-right: 20px;
}

.interview-group__head .gmom-profile__thumb img {
  width: 120px;
  height: 120px;
}

.interview-group__head .gmom-profile__data {
  width: calc(100% - 140px);
}

.interview-group__head .gmom-profile .gmom-prof-data {
  padding-top: 10px;
}

.interview-group__head .gmom-prof-data__ttl {
  margin-bottom: 12px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.interview-group__body-ttl {
  padding: 0 0 40px;
  font-size: 3.2rem;
}

.author-img-outline {
  box-sizing: border-box;
  border: 3px solid #000;
}

.author-img-outline--pink {
  border-color: #ff96aa;
}

.author-img-outline--blue {
  border-color: #4bbeff;
}

.author-img-outline--yellow {
  border-color: #ffcd5a;
}

.author-img-outline--green {
  border-color: #82e6a0;
}

.author-img-outline--purple {
  border-color: #c896eb;
}

/* 福利厚生ページ */
.welfare {
  padding-bottom: 40px;
}

.welfare-contents {
  margin: 0 0 40px;
}

.welfare-contents__headline {
  margin: 0 0 32px;
}

.welfare-contents__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 8px;
  font-size: 3.2rem;
}

.welfare-contents__title img {
  margin-right: 20px;
  width: 50px;
}

.welfare-contents__description {
  font-size: 1.5rem;
}

.welfare-contents__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px;
}

.welfare-contents__body:last-child {
  margin: 0;
}

.welfare-item {
  margin: 0 50px 0 0;
  max-width: 300px;
}

.welfare-item:last-child {
  margin: 0;
}

.welfare-item__image {
  margin-bottom: 8px;
  width: 100%;
}

.welfare-item__description {
  margin-bottom: 8px;
  min-height: 42px;
}

.welfare-item__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  box-sizing: border-box;
  padding: 16px;
  width: 100%;
  border: 2px solid #07569a;
  background: #fff;
  color: #07569a;
  font-weight: bold;
  font-size: 16px;
}

.welfare-item__button__arrow {
  display: block;
}

.allowance-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 16px;
}

.allowance-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 16px 0 0;
  min-width: 300px;
  width: 30%;
  background: #eeeff3;
  color: #07569a;
  font-weight: bold;
  font-size: 20px;
}

.allowance-list__body {
  box-sizing: border-box;
  padding: 16px;
  width: 100%;
  border: 1px solid #c4c4c4;
}

.allowance-list__item {
  margin: 0 0 16px;
  font-weight: bold;
  font-size: 16px;
}

.allowance-list__item:last-child {
  margin-bottom: 0;
}

.allowance-list__description {
  display: block;
  margin: 8px 0 0;
  font-weight: normal;
  font-size: 14px;
}

.gmom-recruit-top-head {
  position: relative;
  z-index: 0;
  width: 100%;
}

@-webkit-keyframes bgAnime {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bgAnime {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.gmom-recruit-top-head__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 550px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-animation: bgAnime 20s infinite;
          animation: bgAnime 20s infinite;
}

.gmom-recruit-top-head__bg--01 {
  background-image: url(/wp-content/themes/corp/images/recruit/top/top-head01.png);
}

.gmom-recruit-top-head__bg--02 {
  background-image: url(/wp-content/themes/corp/images/recruit/top/top-head02.png);
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.gmom-recruit-top-head__bg--03 {
  background-image: url(/wp-content/themes/corp/images/recruit/top/top-head03.png);
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

.gmom-recruit-top-head__bg--04 {
  background-image: url(/wp-content/themes/corp/images/recruit/top/top-head04.png);
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}

.gmom-recruit-top__head-inner {
  position: relative;
  margin: 0 auto;
  max-width: 970px;
  height: 550px;
}

.gmom-recruit-top__head-posting {
  position: absolute;
  top: 32px;
  right: 10px;
  display: block;
  width: 153px;
  height: 55px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  text-shadow: #000 1px 0 4px;
  font-size: 2rem;
  line-height: 55px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-transition-property: all;
  transition-property: all;
}

.gmom-recruit-top__head-posting:hover {
  background-color: #fff;
  color: #333;
  text-shadow: none;
}

.gmom-recruit-top__head-posting:before {
  position: absolute;
  bottom: -24px;
  left: 53px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #07569a;
  color: #fff;
  content: "";
}

.gmom-recruit-top__head-posting:after {
  position: relative;
  left: 64px;
  display: block;
  width: 20px;
  height: 11px;
  background: url(/wp-content/themes/corp/images/recruit/top/icon-arrow-bottom.png) no-repeat top left;
  content: "";
}

.gmom-recruit-top__ttl {
  padding: 74px 0 0;
  color: #fff;
  text-shadow: #000 1px 0 4px;
  font-size: 5rem;
}

.gmom-recruit-top__ttl > span {
  display: block;
  font-size: 7rem;
}

.gmom-recruit-top-head__nav {
  position: absolute;
  bottom: -160px;
}

.gmom-recruit-top-nav {
  float: left;
  box-sizing: border-box;
  margin-right: 18px;
  padding: 14px;
  width: 220px;
  height: 226px;
  border: 1px solid #000;
  background-color: #fff;
  box-shadow: 6px 6px #ffef2e;
}

.gmom-recruit-top-nav__ttl {
  padding: 0 0 32px;
  font-size: 2.2rem;
}

.gmom-recruit-top-nav-list__item {
  margin: 0 0 24px;
}

.gmom-recruit-top-nav-list__item > a {
  display: block;
  color: #07569a;
  font-size: 1.6rem;
}

.gmom-recruit-top__body {
  padding: 260px 0 40px;
  background-image: url(/wp-content/themes/corp/images/recruit/top/top-background.png);
}

.gmom-recruit-top-news {
  margin: 0 auto;
  max-width: 920px;
}

.gmom-recruit-top-news__ttl {
  position: relative;
  top: 14px;
  left: -20px;
  padding: 8px 0;
  width: 93px;
  background: #444;
  color: #fff;
  text-align: center;
}

.gmom-recruit-top-news {
  margin-bottom: 70px;
}

.gmom-recruit-top-news__content {
  box-sizing: border-box;
  padding: 24px 32px 12px;
  width: 100%;
  border: 1px solid #444;
  background: #fff;
  box-shadow: 6px 6px #444;
}

.gmom-recruit-top-news__content > dl {
  display: table;
  margin-bottom: 18px;
  width: 100%;
}

.gmom-recruit-top-news__content > dl > dt, .gmom-recruit-top-news__content > dl > dd {
  display: table-cell;
  font-size: 1.6rem;
}

.gmom-recruit-top-news__content > dl > dt {
  width: 120px;
}

.gmom-recruit-top-news__content > dl > dd > a {
  color: #0064a0;
  font-weight: bold;
}

.gmom-recruit-top-posting-area__ttl {
  position: relative;
  padding: 0 0 6px;
  text-align: center;
}

.gmom-recruit-top-posting-area__ttl:after {
  position: relative;
  bottom: 0;
  display: inline-block;
  width: 66px;
  border-bottom: 2px solid #000;
  content: "";
}

.gmom-recruit-top-posting-area__ttl > img {
  width: 50px;
}

.gmom-recruit-top-posting-area__ttl > span {
  display: block;
  font-size: 3.2rem;
}

.gmom-recruit-top-posting-content {
  margin: 0 auto 22px;
  max-width: 972px;
}

.gmom-recruit-top-posting-content__ttl {
  position: relative;
  z-index: 1;
  padding: 12px 0;
  width: 145px;
  background: #444;
  color: #fff;
  text-align: center;
  font-size: 2rem;
}

.gmom-recruit-top-posting-content__detail {
  box-sizing: border-box;
  margin: -12px 0 0 12px;
  padding: 42px 0 0;
  max-width: 960px;
  background: #eeeff3;
}

.gmom-recruit-top-posting-year {
  float: left;
  box-sizing: border-box;
  padding: 0 40px;
  width: 50%;
}

.gmom-recruit-top-posting-year__ttl {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 2rem;
}

.gmom-recruit-top-posting-year__list {
  padding: 0 0 0 18px;
}

.gmom-recruit-top-posting-year__list > li {
  padding: 0 0 20px;
  color: #aaa;
  font-size: 1.6rem;
}

.gmom-recruit-top-posting-year__list a {
  color: #07569a;
}

.gmom-recruit-top-posting-year__list > li > small {
  font-size: 1.1rem;
}

.clearfix:after {
  display: block;
  clear: both;
  content: " ";
}

.gmom-recruit-dialogue-main {
  margin: 0 auto;
  margin-bottom: 66px;
  width: 1000px;
}

.gmom-recruit-dialogue-main__main-img {
  margin-bottom: 26px;
  width: 100%;
}

.gmom-recruit-dialogue-main__lead {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}

.gmom-recruit-dialogue-member {
  margin: 0 auto;
  width: 1000px;
}

.gmom-recruit-dialogue-member__title {
  color: #8cc63f;
  text-align: center;
  font-size: 28px;
}

.gmom-recruit-dialogue-member__title-underbar {
  display: block;
  margin: 7px auto 25px;
  width: 260px;
}

.gmom-recruit-dialogue-member__sub-title {
  margin-bottom: 9px;
  color: #666;
  text-align: center;
  font-size: 16px;
}

.gmom-member-box {
  display: table;
  margin: 0 auto 36px;
  border-spacing: 10px 0;
  text-align: center;
}

.gmom-member-box--no-bottom {
  margin: 0 auto 10px;
}

.gmom-person {
  display: table-cell;
  box-sizing: border-box;
  margin-right: 10px;
  padding: 10px;
  width: 155px;
  border: 2px dotted #8cc63f;
  border-radius: 10px;
}

.gmom-person__img {
  margin-bottom: 8px;
  width: 85px;
  text-align: center;
}

.gmom-person__type {
  display: block;
  margin-bottom: 4px;
  color: #8cc63f;
  text-align: center;
  font-size: 12px;
}

.gmom-person__name {
  display: block;
  color: #8cc63f;
  text-align: center;
  font-size: 16px;
}

.gmom-episode-head {
  display: table;
  margin-bottom: 30px;
}

.gmom-episode {
  margin: 0 auto 50px;
  padding: 25px 50px 15px 25px;
  width: 1000px;
  border: 1px solid #f7931e;
  border-radius: 10px;
}

.gmom-episode__question {
  display: table-cell;
  margin-right: 20px;
  width: 70px;
}

.gmom-episode__question-title {
  display: table-cell;
  color: #f7931e;
  vertical-align: middle;
  font-weight: 200;
  font-size: 30px;
}

.gmom-comment {
  display: table;
  clear: both;
  margin-bottom: 30px;
}

.gmom-comment-include-img {
  width: 100%;
}

.gmom-comment-include-img__left {
  float: left;
}

.gmom-comment-include-img__right {
  display: block;
  float: right;
}

.gmom-comment__all {
  margin: 0 35px 0 29px;
  color: #f7931e;
  font-size: 16px;
}

.gmom-comment__person-img {
  display: table-cell;
  margin: 0 25px 0 20px;
  width: 50px;
}

.gmom-comment__comment-detail {
  display: table-cell;
  padding-bottom: 12px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.6;
}

.gmom-comment__situation {
  padding: 5px 0 12px 40px;
  color: #888;
  font-size: 16px;
}

.crm {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
}

.crm * {
  box-sizing: border-box;
}

.crm img {
  max-width: 100%;
  vertical-align: top;
}

.crm-btn {
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
  padding-right: 24px;
  padding-left: 24px;
  max-width: 320px;
  height: 72px;
  background: #00c898;
  box-shadow: 0 2px 12px 6px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 71px;
  cursor: pointer;
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}

.crm-btn:hover, .crm-btn:active, .crm-btn:focus {
  background: #009571;
  color: #fff;
}

.crm-text-link {
  color: #0064a0;
  text-decoration: underline;
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}

.crm-text-link:hover, .crm-text-link:active, .crm-text-link:focus {
  color: #00446d;
}

.crm-top {
  padding-bottom: 52px;
}

.crm-top h1 {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 8px;
  max-width: 248px;
  width: 56%;
}

.crm-top__lead {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: 1.6;
}

.crm-top__lead strong {
  color: #d83c3c;
}

.crm-section {
  padding-bottom: 60px;
}

.crm-section__ttl {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 12px;
  font-size: 3.2rem;
}

.crm-section__lead {
  margin-bottom: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

.crm-section__lead strong {
  color: #d83c3c;
}

.crm-card ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.crm-card li {
  margin-bottom: 32px;
  width: 48%;
}

.crm-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.crm-card__head img {
  display: block;
  margin-right: 12px;
  max-width: 160px;
  width: 33%;
}

.crm-card__head dl {
  text-align: left;
}

.crm-card__head dt {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 4px;
  font-size: 2rem;
}

.crm-card__head dd {
  font-size: 1.4rem;
}

.crm-card__thumb {
  border: 1px solid #eee;
}

.crm-card__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px;
  background-color: #eee;
}

.crm-card__foot img {
  display: block;
  margin-right: 6px;
  max-width: 92px;
  width: 20%;
}

.crm-card__foot p {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  font-size: 1.4rem;
}

.crm-intro-feature, .crm-about-feature {
  display: block;
}

.crm-intro-feature-sp, .crm-about-feature-sp {
  display: none;
}

.footer-area-global {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  background-color: #444;
  color: #fff;
}

.mobile-footer {
  display: none;
}

.footer-area {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 170px;
  background-color: #f0f0f0;
}

.footer-area__wrap {
  margin: 0 auto;
  margin-top: 40px;
  width: 1000px;
}

.footer-area__wrap img {
  width: 176px;
}

.footer-area__top {
  overflow: hidden;
  margin: 40px auto;
  width: 1000px;
  font-weight: bold;
  font-size: 10px;
}

.footer-logo {
  float: left;
  margin: 11px 0;
}

.footer-logo img {
  width: 176px;
}

.footer-share {
  display: table-cell;
  float: right;
  vertical-align: middle;
}

.footer-share__title {
  padding: 0 10px 0 0;
}

.footer-share img {
  margin: 0 10px 0 0;
  width: 46px;
  vertical-align: middle;
}

.footer-share img:hover {
  opacity: 0.7;
}

.footer-share img:nth-child(4) {
  margin-right: 0;
}

.footer-menu {
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 1000px;
}

.footer-menu ul {
  float: left;
  margin-right: 4%;
  width: 13%;
}

.footer-menu ul:nth-child(6) {
  margin-right: 0;
}

.menu-list {
  font-size: 1.2rem;
}

.menu-list a {
  display: block;
  color: #fff;
}

.menu-list a:hover {
  opacity: 0.7;
}

.menu-list--title {
  margin: 0 0 14px;
  font-weight: bold;
  font-size: 1.4rem;
}

.menu-list--margin {
  margin-bottom: 10px;
}

.main-content {
  color: #666;
  font-weight: bold;
}

.mark-area {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 1000px;
}

.mark-area__left {
  float: left;
}

.mark-area__right {
  float: right;
}

.mark-area__right .mark-area__img {
  height: 100px;
}

.mark-area__img {
  height: 60px;
}

.mark-area__img--jpx {
  margin-left: 30px;
}

/*--------------------max-width:1000px--------------------*/

.bnr-blog {
  display: block;
  margin: 0 auto 20px;
  width: 90%;
}

.bnr-blog__img {
  width: 100%;
}

/*--------------------max-width:840px--------------------*/

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  color: #444;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
}

ul, ol {
  list-style: none;
}

a {
  color: #444;
  text-decoration: none;
}

.page-numbers {
  display: inline-block;
  margin: 0 2px;
  padding: 6px 18px;
  border: solid 1px #23b0ff;
  border-radius: 17.5px;
  background: #fff;
  color: #23b0ff;
  text-decoration: none;
}

.page-numbers.current {
  border: solid 1px #d9d9d9;
  background: #fff;
  color: #a6a6a6;
}

.gmom {
  /*-- 基本スタイル --*/
  /*-- ユーティリティークラス --*/
  /*-- 共通コンテナ --*/
  /*-- コンテナ内コンテンツ --*/
  /*---- カード式レイアウト(top：:news topics)  ----*/
  /*---- メディアレイアウト(ニュースページ)  ----*/
  /*-- ページャースタイル(ニュースページ) --*/
  /*-- 投稿記事のサブタイトル(日付 + カテゴリー) --*/
  /*---- 長方形カード式レイアウト(top：:ir infomation) ----*/
  /*---- もっと見るボタン ----*/
  /*========== 以下ページ固有スタイル ==========*/
  /*----- topのサービスロゴスタイル -----*/
  /*-- FBとブログ --*/
  /*----- 会社情報ページ共通パーツ -----*/
  /*----- 会社概要 -----*/
  /*---- 企業理念 ----*/
  /*---- 沿革 ----*/
  /*---- 役員紹介 ----*/
  /*---- アクセス ----*/
  /*---- ニュース詳細 ----*/
  /*---- セキュリティページ(isms/プライバシーポリシー) ----*/
  /*---- 404 ----*/
}

.gmom-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.gmom-hidden-content {
  overflow: hidden;
}

.gmom-image {
  width: 100%;
}

.gmom-link {
  display: block;
}

.gmom-link-hover:hover {
  opacity: 0.6;
}

.gmom-u__top-margin-24px {
  margin-top: 24px;
}

.gmom-container {
  margin: 0 auto;
  width: 1000px;
}

.gmom-container--ir-infomation {
  margin-top: 34px;
  margin-bottom: 34px;
}

.gmom-section {
  margin: 0 0 34px;
  width: 100%;
}

.gmom-section--ir-infomation {
  background: url(https://www.gmo.media/wp-content/themes/corp/images/top-logo/ir-bg.png) no-repeat;
  background-size: cover;
}

.gmom-body {
  margin: 0 0 100px;
  width: 100%;
}

.gmom-content-header {
  margin: 0 0 34px;
  font-size: 1.2rem;
}

.gmom-content-header__text-area {
  width: 100%;
  line-height: 1;
}

.gmom-content-header__title {
  margin-bottom: 30px;
  color: #444;
  font-weight: normal;
  font-size: 2.6rem;
}

.gmom-content-header__title--news-topics {
  width: 200px;
}

.gmom-content-header__title--ir-infomation {
  width: 233px;
}

.gmom-content-header__title--our-service {
  width: 213px;
}

.gmom-content-header__title img {
  vertical-align: middle;
}

.gmom-content-header__sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}

.gmom-content-header__category-list-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  height: 30px;
  border-left: 1px solid #ddd;
  font-size: 1.3rem;
  /* 以下 サブメニューのホバー処理 */
}

.gmom-content-header__category-list-item:last-child {
  border-right: 1px solid #ddd;
}

.gmom-content-header__category-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
}

.gmom-card-style-list {
  float: left;
  margin: 0 10px 40px;
  width: 310px;
  height: 320px;
}

.gmom-card-style-list--service-page {
  position: relative;
  height: 420px;
}

.gmom-card-style-list:nth-child(3n) {
  margin-right: 0;
}

.gmom-card-style-list__image-area {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 6px;
}

.gmom-card-style-list__image-area img {
  width: 100%;
  height: auto;
}

.gmom-card-style-list__caption {
  line-height: 1.8;
}

.gmom-media-style-list {
  display: table;
  padding: 16px 0;
  width: 100%;
  border-bottom: solid 1px #eaeaea;
}

.gmom-media-style-list__image-area {
  display: table-cell;
  width: 130px;
  vertical-align: middle;
}

.gmom-media-style-list__image-area img {
  width: 100%;
  height: auto;
}

.gmom-media-style-list__text-area {
  padding-left: 20px;
}

.gmom-media-style-list__caption {
  margin: 0 30px 0 0;
  font-size: 1.6rem;
  line-height: 1.8;
}

.gmom-pagination {
  margin: 40px 0 110px;
  text-align: center;
}

.gmom-article-title {
  position: relative;
  overflow: hidden;
  margin: 10px 0 4px;
  width: 100%;
  height: 20px;
  font-size: 1.2rem;
}

.gmom-article-title--news-detail {
  height: auto;
  font-size: 1.4rem;
}

.gmom-article-title--news-page {
  margin-top: 0;
}

.gmom-article-title__day {
  float: left;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #d9d9d9;
  font-weight: bold;
}

.gmom-article-title__category-name {
  float: left;
  font-weight: bold;
}

.gmom-article-title__category-name--published {
  color: #0e86ad;
}

.gmom-article-title__category-name--release {
  color: #d83c3c;
}

.gmom-article-title__category-name--information {
  color: #8858e2;
}

.gmom-article-title__category-name--ec {
  color: #ff8000;
}

.gmom-article-title__category-name--social {
  color: #ff6ca4;
}

.gmom-article-title__sns-area {
  float: left;
  margin: 0 0 0 20px;
}

.gmom-article-title__store-link-area {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
}

.gmom-article-title__store-icon {
  width: 48%;
}

.gmom-article-title__store-icon--left {
  float: left;
}

.gmom-article-title__store-icon--right {
  float: right;
}

.gmom-rectangle-list-item {
  margin: 0 0 10px;
  height: 68px;
  border: solid 1px #dee8e8;
  border-radius: 6px;
  background: #fff;
  font-size: 1.6rem;
  line-height: 68px;
}

.gmom-rectangle-list-item:hover {
  border: solid 1px #bad2d2;
}

.gmom-rectangle-list-item__text {
  display: block;
  overflow: hidden;
  padding: 0 0 0 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gmom-radius-button {
  height: 34px;
  border: solid 1px #d9d9d9;
  border-radius: 18px;
  font-size: 1.2rem;
  line-height: 32px;
}

.gmom-radius-button:hover {
  border: solid 1px #bad2d2;
}

.gmom-radius-button--right {
  float: right;
  background: url(https://www.gmo.media/wp-content/themes/corp/images/common/arrow.png) 116px center #fff no-repeat;
  background-size: 8px;
}

.gmom-radius-button--right a {
  display: block;
  padding: 0 30px 0 20px;
}

.gmom-radius-button--left {
  float: left;
  background: url(https://www.gmo.media/wp-content/themes/corp/images/common/arrow-left.png) 14px center #fff no-repeat;
  background-size: 8px;
}

.gmom-radius-button--left a {
  display: block;
  padding: 0 20px 0 30px;
}

.gmom-radius-button--center {
  margin: 32px auto;
  width: 200px;
  text-align: center;
  font-size: 1.8rem;
}

.gmom-radius-button--center a {
  display: block;
}

.gmom-radius-button--mobile {
  display: none;
}

.gmom-service-logo-list__item {
  display: table;
  float: left;
  margin: 0 54px 10px 0;
  height: 50px;
  list-style: none;
}

.gmom-service-logo-list__item--last {
  margin-top: 0;
  margin-right: 0;
}

.gmom-service-logo-list__link {
  display: table-cell;
  vertical-align: middle;
}

.gmom-service-logo-list__image {
  height: 40px;
}

.gmom-service-logo-list__image--coordisnap {
  height: 31px;
}

.gmom-service-logo-list__image--gesoten {
  height: 37px;
}

.gmom-service-logo-list__image--yaplog {
  height: 49px;
}

.gmom-fb-area {
  float: left;
  width: 310px;
}

.gmom-blog {
  float: right;
  width: 300px;
}

.gmom-company__header-image {
  margin: 0 0 30px;
  max-width: 1000px;
}

.gmom-company-top-head {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
  width: 100%;
  height: 400px;
  background-image: url(https://www.gmo.media/wp-content/uploads/2019/12/shibuya.jpg);
  background-position: center center;
  background-size: cover;
  opacity: 0.8;
}

.gmom-company-top-head__bg {
  height: 400px;
  background-color: rgba(0, 0, 100, 0.2);
}

.gmom-company-top-head__textarea {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 0 40px;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  object-fit: cover;
}

.gmom-company-top-head__title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 3.6rem;
}

.gmom-language-change {
  margin: 0 auto;
  padding: 0 0 5px;
  width: 94%;
  text-align: right;
  font-weight: bold;
}

.gmom-language-change > a:after {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 0.24em solid #444;
  border-bottom: 0.24em solid #444;
  background: transparent;
  content: " ";
  font-size: 12px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.gmom-idea__title {
  margin: 0 auto 24px;
  max-width: 800px;
  color: #23b0ff;
  font-weight: normal;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.6;
}

.gmom-idea__message {
  margin: 0 auto 30px;
  max-width: 800px;
  font-size: 1.8rem;
  line-height: 1.8;
}

.gmom-history-area {
  margin: 0 auto;
  padding: 30px 0;
  max-width: 1000px;
  width: 94%;
  border-spacing: 20px 0;
  /* 左右 上下で記述 */
  border-collapse: separate;
  /* セルの間隔を空ける */
  border-top: solid 1px #ececec;
  font-size: 1.6rem;
  line-height: 1.6;
}

.gmom-history-area:last-child {
  border-bottom: 1px solid #ececec;
}

.gmom-history-area__title {
  display: table-cell;
  width: 150px;
  vertical-align: top;
}

.gmom-history-area__content {
  display: table-cell;
  vertical-align: middle;
}

.gmom-history-area__content a {
  color: #08568f;
  text-decoration: underline;
}

.gmom-history-area__content a:hover {
  text-decoration: none;
}

.gmom-officers-info {
  padding: 30px 0;
  border-top: solid 1px #ececec;
}

.gmom-officers-info:last-child {
  border-bottom: solid 1px #ececec;
}

.gmom-officers-info__image {
  float: right;
  width: 360px;
}

.gmom-officers-info__name {
  font-weight: normal;
  font-size: 3.6rem;
  line-height: 1.6;
}

.gmom-officers-info__name--english {
  padding-left: 20px;
  font-size: 2rem;
}

.gmom-officers-info__sub-title {
  color: #23b0ff;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
}

.gmom-officers-info__bio {
  clear: left;
  padding: 24px 0 0;
  line-height: 2;
}

.gmom-officers-info__corporate {
  clear: left;
  font-size: 1.4rem;
}

.gmom-access {
  margin: 0 0 50px;
  width: 100%;
  line-height: 2;
}

.gmom-access__image-area {
  float: right;
  width: 300px;
  height: auto;
}

.gmom-access__info {
  float: left;
}

.gmom-access__info-text {
  margin: 0 0 24px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.gmom-access__qr {
  display: table;
  margin-top: 80px;
  font-size: 14px;
  line-height: 1.6;
}

.gmom-access__qr-info {
  display: table-cell;
  vertical-align: middle;
}

.gmom-access__qr-image-area {
  width: 130px;
}

.gmom-news-detail__header {
  margin: 0 0 12px;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
}

.gmom-news-detail__title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 2.4rem;
}

.gmom-news-detail__content {
  font-size: 1.8rem;
  line-height: 2;
}

.gmom-news-detail__content img {
  max-width: 94%;
  height: auto;
}

.gmom-security__title {
  margin: 0 auto 40px;
  padding: 0 0 20px;
  width: 96%;
  border-bottom: solid 1px #ccc;
}

.gmom-security__page-title {
  margin: 24px 0 12px;
  font-weight: bold;
  font-size: 2.4rem;
}

.gmom-security__page-caption {
  margin: 24px 0 12px;
  font-size: 1.4rem;
}

.gmom-security__content {
  margin: 0 auto 48px;
  width: 96%;
}

.gmom-security__content-box {
  margin: 0 0 32px;
}

.gmom-security__content-box p {
  color: #444;
  font-size: 1.6rem;
}

.gmom-security__content-box-sign {
  margin: 42px 0 0;
  text-align: right;
}

.gmom-security__content-title {
  color: #444;
  font-weight: bold;
  font-size: 1.6rem;
}

.gmom-security__image-area {
  min-width: 300px;
  width: 40%;
}

.gmom-security__image-area figcaption {
  color: #444;
  font-size: 16px;
}

.gmom-security__table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.gmom-security__table-title {
  margin: 20px 0 0;
  padding: 6px 5px 5px 15px;
  border: solid 1px #ccc;
  border-bottom: 1px solid #fff;
  border-radius: 3px 3px 0 0;
  background-color: #f0f0f0;
  color: #666;
  font-weight: normal;
  font-size: 12px;
}

.gmom-security__table-cell {
  border-top: solid 1px #ccc;
  border-bottom: none;
  border-left: none;
  table-layout: fixed;
  text-align: left;
  font-size: 12px;
}

.gmom-security__table-cell--fist {
  padding: 8px 5px 9px 17px;
  width: 20%;
  border-right: solid 1px #ccc;
  color: #999;
}

.gmom-security__table-cell--second {
  padding: 8px 5px 9px 10px;
  border-right: none;
  color: #666;
}

.gmom-404__image-area {
  margin: 0 auto;
  max-width: 400px;
  width: 80%;
  height: auto;
}

.gmom-404__text {
  margin: 0 0 50px;
  color: #666;
  text-align: center;
  font-size: 2.8rem;
}

.gmom-404__text--sub {
  font-size: 2rem;
}

/*----- ▽▽▽ 201910リニューアル ▽▽▽ -----*/
@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes grow {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/*----- topのヘッダー画像 -----*/
.top-main {
  position: relative;
  z-index: 0;
  height: 47vw;
}

.top-main .block-revealer__content {
  height: 100%;
}

.top-main .block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  pointer-events: none;
}

.top-main__title {
  position: absolute;
  right: 60px;
  bottom: 20px;
  z-index: 5;
  width: 46vw;
  opacity: 0.8;
}

.top-eyecatch {
  position: relative;
  height: 100%;
}

.top-eyecatch__img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.top-eyecatch__img .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 57.29%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 57.29%, rgba(255, 255, 255, 0.9) 100%);
}

.top-eyecatch__img img {
  width: 100%;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.top-eyecatch__img--active {
  z-index: 3;
}

.top-eyecatch__img--active img {
  -webkit-animation-name: grow;
          animation-name: grow;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.sub-menu {
  margin-bottom: 40px;
}

.info-section {
  box-sizing: border-box;
  margin: 60px auto;
  padding: 14px;
  max-width: 800px;
  width: 94%;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #444;
}

.info-section__title {
  margin-bottom: 14px;
  font-weight: bold;
  font-size: 1.4rem;
}

.info-section__body {
  padding: 0 14px 10px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.contents-body {
  padding: 120px 0 0;
}

.section {
  padding: 60px 0;
  letter-spacing: 0.02em;
}

.section--bg {
  background-color: #f6f8fb;
}

.section__container {
  margin: 0 auto;
  width: 1000px;
}

.section__head {
  position: relative;
  margin-bottom: 24px;
  text-align: center;
}

.section__head img {
  margin-bottom: 10px;
  height: 36px;
}

.section__head h2 {
  margin-bottom: 20px;
  font-size: 4rem;
  font-family: 'Josefin Sans', sans-serif;
}

.section__head h2 > span {
  display: block;
  padding: 0 0 16px;
  font-weight: normal;
  font-size: 1.4rem;
}

.section__head:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 40px;
  height: 1px;
  background-color: #333;
  content: "";
}

.section__body {
  margin-bottom: 30px;
}

.section__button {
  position: relative;
  margin: 0 auto;
  width: 400px;
  border-radius: 30px;
  background: -webkit-linear-gradient(left, #9cecfb 0%, #65d4f7 50%, #0088d4 100%);
  background: linear-gradient(to right, #9cecfb 0%, #65d4f7 50%, #0088d4 100%);
  box-shadow: 0 5px 26px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 60px;
}

.section__button > a {
  display: block;
  color: inherit;
}

.section__button:before, .section__button:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
}

.section__button:before {
  right: 28px;
  width: 28px;
  height: 2px;
  background: #fff;
}

.section__button:after {
  right: 30px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.syuttenaru {
  overflow: hidden;
}

.syuttenaru::before {
  width: 400px;
  height: 60px;
  border-radius: 30px;
}

.syuttenaru a {
  position: relative;
  z-index: 10;
}

.animation-button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: #444;
  content: '';
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.animation-button:hover::before {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

[data-visibility="true"] {
  visibility: visible;
}

[data-visibility="false"] {
  visibility: hidden;
}

.card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card-list__item {
  margin-bottom: 20px;
  width: calc((100% - 20px * 2) / 3);
  background: #fff;
  box-shadow: 0 5px 26px rgba(0, 0, 0, 0.1);
}

.card-list__item:hover {
  position: relative;
}

.card-list__item:not(:nth-child(3n)) {
  margin-right: 20px;
}

.card-list__link {
  position: relative;
  display: block;
  overflow: hidden;
}

.card-list__img {
  position: relative;
  overflow: hidden;
  height: 182px;
  text-align: center;
}

.card-list__img img {
  margin-top: 14px;
  max-height: 168px;
  width: auto;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.card-list__img img:hover {
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

.card-list__content {
  position: relative;
  padding: 20px 28px 14px;
  background: #fff;
  text-align: center;
}

.card-list__category {
  position: absolute;
  top: -14px;
  left: 14px;
  width: 94px;
  background-color: #23b0ff;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 18px;
}

.card-list__title {
  margin: 0 0 4px;
  font-weight: 700;
  font-size: 1.8rem;
}

.card-list__sub {
  margin: 0 0 16px;
  color: #23b0ff;
  font-weight: 700;
  font-size: 1.4rem;
}

.card-list__caption {
  margin-bottom: 8px;
  color: #444;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6;
}

.card-list__date {
  color: #23b0ff;
  font-size: 1.2rem;
}

.store-badge-area {
  padding-top: 10px;
}

.store-badge-area__item {
  display: inline-block;
  width: 49%;
}

.store-badge-area__item a img {
  width: 100%;
}

.store-badge-area__item a:hover {
  opacity: .8;
}

.ir-info-list__item {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 5px 26px rgba(0, 0, 0, 0.1);
}

.ir-info-list__item > a {
  display: block;
  padding: 20px 14px;
}

.ir-info-list__caption {
  margin-bottom: 8px;
  font-weight: bold;
}

.service-img {
  position: relative;
  width: 100%;
}

.service-img > img {
  width: 100%;
}

.service-img:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 283px;
  content: "";
}

.recruit-bnr {
  display: block;
  margin: 0 auto;
  width: 460px;
  box-shadow: 0 5px 26px rgba(0, 0, 0, 0.1);
  font-size: 0;
}

.recruit-bnr img {
  width: 100%;
}

.service-lead {
  padding-bottom: 24px;
  text-align: center;
}

.entry-content {
  overflow: auto;
}

.entry-content p {
  margin-bottom: 16px;
}

.entry-content h1 {
  margin-bottom: 16px;
  border-bottom: 1px solid #666;
  font-weight: bold;
  font-size: 2.2rem;
}

.entry-content h2 {
  margin-bottom: 16px;
  padding: 0 20px;
  border-left: 2px solid #08568f;
}

.entry-content a {
  color: #08568f;
  text-decoration: underline;
}

.entry-content a:hover {
  text-decoration: none;
}

.entry-content table {
  table-layout: auto;
  line-height: 1.6;
}

.entry-content table td {
  padding: 10px 20px;
  border: 1px solid #ccc;
}

.entry-content table td:first-child {
  max-width: 200px;
  width: 20%;
  background-color: #eee;
}

.cwidth_container {
  padding-top: 90px;
}

.contact-area {
  padding-top: 90px;
}

@media screen and (max-width: 1000px){
  .header__logo{
    margin-left: 20px;
    width: 140px;
  }
  .header__logo > a{
    padding: 28px 0;
  }
  /* sub-header
********************************************************** */
  .sub-header__logo{
    width: 206px;
  }
  .sub-header__menu li:last-child{
    margin: 0;
  }
  .recruit-main__block--left{
    left: 2%;
  }
  .recruit-main__block--right{
    right: 2%;
  }
  .recruit-elements, .recruit-wrapper{
    margin: 0 2% 54px;
    width: 96%;
    text-align: center;
  }
  .recruit-wrapper{
    text-align: left;
  }
  .recruit-message{
    margin: 0 2% 120px;
    padding: 8px 0 120px;
    width: 96%;
  }
  .recruit-message__photo{
    position: absolute;
    bottom: 0;
    left: 24px;
    width: 25%;
  }
  .recruit-message__title{
    float: none;
    margin: 0;
    width: 50%;
  }
  .recruit-message__main{
    float: none;
    margin: 0 auto;
    width: 92%;
  }
  .footer-area__top{
    width: 840px;
  }
  .footer-menu{
    overflow: hidden;
    width: 840px;
  }
  .mark-area{
    width: 840px;
  }
  .section__container{
    max-width: 640px;
    width: 100%;
  }
  .card-list__item{
    width: calc((100% - 20px) / 2);
  }
  .card-list__item:not(:nth-child(3n)){
    margin-right: 0;
  }
  .card-list__item:not(:nth-child(2n)){
    margin-right: 20px;
  }
  .gmom{
    /*-- 基本スタイル --*/
    /*-- 共通コンテナ --*/
    /*----- topのヘッダー画像 -----*/
    /*---- カード式レイアウト(top：:news topics)  ----*/
    /*---- 役員紹介 ----*/
  }
  .gmom-container{
    width: 96%;
  }
  .gmom-main-header-image{
    min-width: 840px;
    height: 280px;
  }
  .gmom-main-header-image img{
    margin: 0 0 0 -572.5px;
    height: 280px;
  }
  .gmom-card-style-list{
    margin: 0 0 40px 10%;
    max-width: 310px;
    width: 44%;
  }
  .gmom-card-style-list img{
    width: 100%;
    height: auto;
  }
  .gmom-card-style-list:nth-child(3n){
    /* 初期化処理 */
    margin: 0 0 40px 10%;
  }
  .gmom-card-style-list:nth-child(2n){
    float: right;
    margin: 0 10% 40px 0;
  }
  .gmom-officers-info{
    padding: 40px 12px;
  }
  .gmom-officers-info__title{
    float: none;
    margin-bottom: 12px;
  }
  .gmom-officers-info__image{
    float: none;
    margin: 0 auto;
  }
}

@media screen and (max-width: 900px){
  .sub-header__menu li:last-child{
    margin: 0;
  }
}

@media screen and (max-width: 840px){
  .header{
    margin: 10px 10px 0;
    width: calc(100% - 20px);
  }
  .header__logo a{
    padding: 22px 0;
  }
  .sub-header{
    margin: 10px 10px 0;
    width: calc(100% - 20px);
  }
  .sub-header__menu{
    display: none;
  }
  .sub-header__logo{
    margin-left: 20px;
    width: 140px;
  }
  .sub-header__logo a{
    padding: 22px 0;
  }
  .global-nav{
    display: none;
  }
  .header-drawernav__wrapper{
    display: block;
  }
  .header-drawernav{
    position: fixed;
    top: 0;
    right: -280px;
    z-index: 1000;
    overflow: scroll;
    width: 280px;
    height: 100%;
    background: #fff;
    color: #444;
    text-align: center;
    line-height: 1.4;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    /* easeInOutExpo */
  }
  .header-drawernav__nav{
    padding-top: 40px;
  }
  .header-drawernav__nav__item > a{
    display: block;
    padding: 20px 0;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .header-drawernav__nav__item > a > img{
    width: 48px;
  }
  .header-drawernav__close{
    position: fixed;
    top: 24px;
    right: 20px;
    visibility: hidden;
    width: 30px;
    height: 30px;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .header-drawernav__close::before, .header-drawernav__close::after{
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 2px;
    height: 100%;
    background: #23b0ff;
    content: "";
  }
  .header-drawernav__close::before{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-drawernav__close::after{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .js-drawer-opened .header-drawernav__close{
    visibility: visible;
    opacity: 1;
  }
  /* ドロワー解放時のスタイル */
  .js-drawer-opened .header-drawernav{
    right: 0;
  }
  .js-drawer-opened .header-drawernav__overlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .sub-header__menu__item__box{
    display: inline-block;
  }
  /* 矢印の記述 */
  .company-more::before{
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -4px;
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #eaeaea;
    border-right: solid 2px #eaeaea;
    content: '';
    -webkit-transition: all, 0.5s, linear;
    transition: all, 0.5s, linear;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .company-more.open::before{
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .recruit-main__inner{
    padding: 0 0 20px;
    height: 810px;
  }
  .recruit-main__block{
    position: relative;
    top: 16px;
    z-index: 3;
    margin: 0 auto 6px;
    width: 96%;
  }
  .recruit-main__block--left{
    left: 0%;
  }
  .recruit-main__block--right{
    right: 0%;
  }
  .recruit-main__block dl{
    min-height: 320px;
  }
  .recruit-main__block dt{
    padding: 30px 0 18px;
  }
  .recruit-main__block .recruit-main__block__title{
    max-width: 180px;
  }
  .recruit-main__block dt span{
    font-size: 30px;
  }
  .recruit-main__block dd{
    padding: 0 0 10px 20px;
    font-size: 14px;
  }
  .recruit-main__block__link a{
    padding: 10px 0 12px;
  }
  .recruit-main__bg{
    height: 100%;
  }
  .video-center{
    display: none;
  }
  .recruit-elements li, .recruit-interview__list ul li, .recruit-environment__block__list li{
    float: none;
    margin: 0 0 14px;
    width: 100%;
    height: auto;
  }
  .recruit-interview__interviewee img{
    display: block;
    float: none;
    margin: 0 6px 0 0;
    width: 60px;
    border: 1px solid #eee;
    border-radius: 30px;
  }
  .recruit-interview__interviewee__info{
    float: none;
    padding: 10px 0 0;
    font-size: 1.6rem;
  }
  .gmom-qa-eyecatch{
    padding: 10px 0;
    height: 130px;
  }
  .gmom-qa-tab-list{
    display: block;
  }
  .gmom-qa-tab-list__item{
    display: block;
    width: 100%;
    border: none;
  }
  .gmom-qa-list__item{
    padding-bottom: 30px;
  }
  .gmom-qa-tab-contents__ttl{
    margin: 0 0 0 10px;
    padding-bottom: 20px;
    font-size: 2.2rem;
  }
  .gmom-qa-tab-contents__ttl img{
    margin-right: 10px;
    width: 30px;
  }
  .gmom-qa-tab-list{
    padding: 20px 0 30px;
  }
  .gmom-qa-tab-list__item-link{
    padding: 6px;
  }
  .gmom-qa-tab-list__item-link img{
    width: 24px;
  }
  .gmom-qa-list-section__ttl{
    padding-right: 32px;
    font-size: 1.8rem;
  }
  .gmom-qa-list-section__ttl::after{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 14px;
    height: 15px;
    background-size: 100%;
  }
  .gmom-qa-list-section__ttl--active::after{
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .gmom-qa-list-section__author, .gmom-qa-list-section__answer-comments{
    float: none;
  }
  .gmom-qa-list-section__author{
    margin: 0 auto;
    padding: 0 0 20px;
  }
  .gmom-qa-list-section__answer-comments{
    margin: 0 auto;
    width: calc(100% - 10px);
  }
  .gmom-qa-list-section__answer-comments::before{
    top: -22px;
    left: calc(50% - 7px);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .gmom-qa-list-section__answer-comments::after{
    top: -20px;
    left: calc(50% - 7px);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .gmom-profile-list--pc-cols2 > .gmom-profile-list__item{
    float: none;
    width: 100%;
  }
  .gmom-recruit-eyecatch{
    padding: 10px 0;
    height: 130px;
  }
  .gmom-recruit-eyecatch--environment{
    background-size: 250%;
  }
  .gmom-interview-section__ttl{
    margin: 0 8px;
    font-size: 2.2rem;
  }
  .gmom-interview-section__ttl > img{
    width: 30px;
  }
  .gmom-profile-list__item{
    box-sizing: border-box;
    padding: 0 10px 30px;
  }
  .gmom-profile-list--pc-cols2 .gmom-profile__thumb > img{
    width: 120px;
    height: 120px;
  }
  .gmom-profile--single .gmom-profile__data{
    padding-top: 10px;
    width: calc(100% - (120px + 26px));
  }
  .gmom-prof-data__ttl{
    margin: 0 0 10px;
    font-size: 1.4rem;
  }
  .gmom-profile--group .gmom-profile__data, .gmom-profile--group .gmom-profile__thumb{
    float: none;
    width: 100%;
  }
  .interview-group__head .gmom-profile{
    float: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0 8px 12px;
    width: 100%;
  }
  .interview-single__head{
    margin: 0 8px;
    padding-bottom: 32px;
  }
  .interview-single__head .gmom-prof-data__ttl{
    margin-bottom: 12px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .interview-group__ttl{
    margin: 0 8px;
    padding: 0 0 28px;
    font-size: 2.2rem;
  }
  .interview-group__ttl img{
    width: 30px;
  }
  .interview-group__eyecatch{
    padding: 0 0 32px;
  }
  .interview-group__body-ttl{
    margin: 0 8px;
    padding: 0 0 40px;
    font-size: 2.2rem;
  }
  .group-answer, .single-answer, .interviewer{
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 0 8px 12px;
  }
  .single-answer{
    box-sizing: border-box;
    margin: 0;
    padding: 0 8px 40px;
    width: 100%;
  }
  .single-answer__thumb{
    display: none;
  }
  .group-answer__thumb, .single-answer__thumb, .interviewer__thumb{
    width: 40px;
  }
  .group-answer__content, .interviewer__content{
    width: calc(100% - 40px);
  }
  .single-answer__content{
    width: 100%;
  }
  .group-answer__balloon, .single-answer__balloon, .interviewer__balloon{
    padding: 4px 6px;
    border: none;
    background: transparent;
    font-size: 1.4rem;
  }
  .group-answer__balloon::before, .single-answer__balloon::before, .interviewer__balloon::before, .group-answer__balloon::after, .single-answer__balloon::after, .interviewer__balloon::after{
    border: none;
  }
  .interview-group__foot, .interview-single__foot{
    margin: 8px;
    font-size: 1.2rem;
  }
  /* 福利厚生ページ */
  .welfare__body{
    margin: 0 10px;
  }
  .welfare-contents__body{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .welfare-contents__title{
    font-size: 2.2rem;
  }
  .welfare-contents__title img{
    margin-right: 8px;
    width: 30px;
  }
  .welfare-item{
    margin: 0 0 32px;
    max-width: none;
  }
  .welfare-item:last-child{
    margin: 0;
  }
  .welfare-item__image{
    margin: 0 0 8px;
  }
  .welfare-item__description{
    margin: 0;
    min-height: 0;
  }
  .welfare-item__button{
    margin: 16px 0 0;
  }
  .allowance-list{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 24px;
  }
  .allowance-list__title{
    margin: 0 0 16px;
    padding: 16px 0;
    width: 100%;
  }
  .gmom-recruit-top__head-posting{
    right: 5px;
    width: 100px;
    height: 50px;
    font-size: 1.8rem;
    line-height: 50px;
  }
  .gmom-recruit-top__head-posting:before{
    bottom: -24px;
    left: 34px;
    width: 36px;
    height: 36px;
  }
  .gmom-recruit-top__head-posting:after{
    left: 42px;
  }
  .gmom-recruit-top__ttl{
    padding: 24px 0 0 4px;
    font-size: 3rem;
  }
  .gmom-recruit-top__ttl > span{
    font-size: 4rem;
  }
  .gmom-recruit-top-head__bg{
    height: 300px;
  }
  .gmom-recruit-top__head-inner{
    height: auto;
  }
  .gmom-recruit-top-head__nav{
    position: static;
    padding: 120px 0 0;
  }
  .gmom-recruit-top-nav{
    float: none;
    margin: 0 14px 14px;
    width: auto;
    height: auto;
  }
  .gmom-recruit-top__body{
    padding: 20px 0 0;
  }
  .gmom-recruit-top-news{
    margin: 0 8px 18px;
  }
  .gmom-recruit-top-news__content > dl{
    display: block;
  }
  .gmom-recruit-top-news__content > dl > dt, .gmom-recruit-top-news__content > dl > dd{
    display: block;
  }
  .gmom-recruit-top-news__content{
    box-shadow: none;
  }
  .gmom-recruit-top-posting-year{
    float: none;
    padding: 0 12px;
    width: 100%;
  }
  .gmom-recruit-top-posting-content__detail{
    margin: -12px 0 0;
    padding: 20px 0 0;
  }
  .footer-area-global{
    display: none;
  }
  .mobile-footer{
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    background-color: #444;
  }
  .footer-area__top{
    margin: 10px auto;
    margin-top: 40px;
    width: 90%;
  }
  .footer-area__wrap{
    width: 90%;
  }
  .footer-area__wrap img{
    width: 126px;
  }
  .footer-logo img{
    width: 126px;
  }
  .footer-share img{
    margin-right: 10px;
    width: 40px;
  }
  .footer-menu{
    margin-bottom: 20px;
    width: 90%;
  }
  .footer-menu ul{
    float: none;
    margin-right: 0;
    padding-left: 30px;
    width: 100%;
    border-bottom: solid 1px #fff;
  }
  .menu-list--title{
    margin-bottom: 0;
  }
  .main-content{
    padding: 12px 0;
    font-weight: normal;
  }
  .mark-area{
    width: 90%;
  }
  .mark-area__img{
    height: 40px;
  }
  .mark-area__img--jpx{
    margin-left: 10px;
  }
}

@media screen and (max-width: 839px){
  .entry-content table{
    width: 99%;
  }
  .syuttenaru:before, .syuttenaru:after, .animation-button:before, .animation-button:after{
    display: none;
  }
}

@media screen and (max-width: 830px){
  .gmom{
    /*-- 基本スタイル --*/
    /*----- topのヘッダー画像 -----*/
    /*----- 遷移ボタン -----*/
    /*---- カード式レイアウト(top：:news topics)  ----*/
    /*---- FBとブログ ----*/
    /*---- アクセス ----*/
  }
  .gmom-main-header-image{
    margin: 0 0 26px;
    min-width: 640px;
  }
  .gmom-radius-button--pc{
    display: none;
  }
  .gmom-radius-button--mobile{
    display: block;
  }
  .gmom-card-style-list{
    margin: 0 0 40px 4%;
  }
  .gmom-card-style-list:nth-child(3n){
    /* 初期化処理 */
    margin: 0 0 40px 4%;
  }
  .gmom-card-style-list:nth-child(2n){
    margin: 0 4% 40px 0;
  }
  .gmom-service-logo-list__item{
    float: none;
    margin: 0 auto;
    margin-bottom: 32px;
  }
  .gmom-fb-area{
    float: none;
    margin: 0 auto 24px;
  }
  .gmom-blog{
    float: none;
    margin: 0 auto;
  }
  .gmom-access__image-area{
    float: none;
    margin: 0 auto;
  }
  .gmom-access__info{
    float: none;
    margin: 12px auto 0;
    width: 340px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px){
  .modal{
    box-sizing: border-box;
    padding: 10px;
    max-width: 350px;
  }
  .modal__wrapper{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 16px;
  }
  .modal__image{
    margin: 0 0 16px;
    width: 100%;
  }
  .modal__body{
    width: 100%;
  }
  .modal__title{
    margin: 0 0 16px;
    font-size: 1.8rem;
  }
  .modal__accent-border{
    margin: 0 0 16px;
    width: 60px;
  }
  .modal__description{
    font-size: 1.4rem;
  }
  .modal__list{
    max-height: 120px;
  }
  .top-main{
    height: 380px;
  }
  .top-main__title{
    right: 10px;
    bottom: 10px;
    width: 300px;
  }
  .top-eyecatch{
    height: 100%;
  }
  .top-eyecatch__img{
    height: 100%;
  }
  .top-eyecatch__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section__container{
    max-width: 320px;
  }
  .section__button{
    width: 280px;
  }
  .card-list__item{
    max-width: 320px;
    width: 100%;
  }
  .card-list__item:not(:nth-child(2n)){
    margin-right: 0;
  }
  .recruit-bnr{
    width: 100%;
  }
  .gmom{
    /*-- 基本スタイル --*/
    /*----- topのヘッダー画像 -----*/
    /*-- ニュース・会社情報ページ --*/
    /*---- メディアレイアウト(ニュースページ)  ----*/
    /*---- 会社概要 ----*/
    /*---- 企業理念 ----*/
    /*---- 沿革 ----*/
    /*---- 役員紹介 ----*/
    /*---- ニュース詳細 ----*/
  }
  .gmom-main-header-image{
    min-width: 480px;
  }
  .gmom-content-header__sub-title--top-page{
    display: none;
    /* 各コンテンツのサブタイトル非表示 */
  }
  .gmom-content-header{
    text-align: center;
  }
  .gmom-content-header__title--fixed-page{
    display: none;
  }
  .gmom-content-header__text-area{
    display: inline-block;
    float: none;
    height: auto;
  }
  .gmom-content-header__sub-title{
    padding-left: 0;
    border-left: none;
  }
  .gmom-media-style-list{
    display: block;
    margin: 0 auto 40px;
    padding: 0;
    max-width: 370px;
  }
  .gmom-media-style-list__image-area{
    display: block;
    width: 100%;
  }
  .gmom-media-style-list__text-area{
    display: block;
    padding-left: 0;
  }
  .gmom-media-style-list__caption{
    margin-right: 0;
    margin-bottom: 24px;
    font-size: 1.4rem;
  }
  .gmom-article-title--news-page{
    margin-top: 10px;
  }
  .gmom-article-title__sns-area{
    float: none;
    clear: left;
    margin: 0;
    padding: 10px 0 0;
  }
  .gmom-overview-area{
    margin: 0 0 50px 40px;
  }
  .gmom-idea__title{
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .gmom-idea__message{
    font-size: 1.4rem;
  }
  .gmom-history-area{
    padding: 10px;
    font-size: 1.4rem;
  }
  .gmom-history-area__title{
    display: block;
    margin: 0 0 12px;
    font-weight: bold;
  }
  .gmom-history-area__content{
    display: block;
  }
  .gmom-officers-info{
    padding: 40px 10px;
  }
  .gmom-officers-info__title{
    float: none;
  }
  .gmom-officers-info__sub-title{
    font-size: 1.4rem;
  }
  .gmom-officers-info__image{
    max-width: 310px;
    width: 96%;
    height: auto;
  }
  .gmom-officers-info__name{
    font-size: 2.8rem;
  }
  .gmom-officers-info__name--english{
    padding-left: 12px;
    font-size: 1.6rem;
  }
  .gmom-news-detail__title{
    font-size: 2rem;
  }
  .gmom-news-detail__content{
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599px){
  .crm-top{
    padding-bottom: 32px;
  }
  .crm-section{
    padding-bottom: 40px;
  }
  .crm-section__ttl{
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 8px;
    font-size: 2.4rem;
  }
  .crm-card li{
    margin-bottom: 24px;
    width: 100%;
  }
  .crm-card__head dt{
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 4px;
    font-size: 1.6rem;
  }
  .crm-card__head dd{
    font-size: 1.2rem;
  }
  .crm-intro-feature, .crm-about-feature{
    display: none;
  }
  .crm-intro-feature-sp, .crm-about-feature-sp{
    display: block;
  }
}

@media screen and (max-width: 480px){
  .section__head h2{
    font-size: 2.8rem;
  }
  .gmom{
    /*----- topのヘッダー画像 -----*/
    /*---- カード式レイアウト(top：:news topics)  ----*/
    /*---- メディアレイアウト(ニュースページ)  ----*/
    /*---- カード式レイアウト(サービスページ)  ----*/
    /*---- 会社概要 ----*/
    /*---- 企業理念 ----*/
    /*---- アクセス ----*/
  }
  .gmom-main-header-image{
    min-width: 310px;
    height: 160px;
  }
  .gmom-main-header-image img{
    margin: 0 0 0 -327px;
    height: 160px;
  }
  .gmom-card-style-list{
    float: none;
    margin: 0 auto 40px;
    max-width: 310px;
    width: 90%;
    height: auto;
  }
  .gmom-card-style-list:nth-child(3n){
    /* 初期化処理 */
    margin: 0 auto 40px;
  }
  .gmom-card-style-list:nth-child(2n){
    float: none;
    margin: 0 auto 40px;
  }
  .gmom-media-style-list{
    width: 90%;
  }
  .gmom-article-title__store-link-area{
    position: static;
    margin: 24px 0 0;
  }
  .gmom-overview-area{
    margin: 0 0 24px;
  }
  .gmom-idea__title{
    font-size: 1.6rem;
  }
  .gmom-access__image-area{
    width: 310px;
  }
  .gmom-access__info{
    width: 310px;
  }
}

@media screen and (max-width: 320px){
  .modal{
    max-width: 300px;
  }
}

@media screen and (min-width: 840px){
  .entry-content table{
    width: 840px;
  }
}
