/*
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 "https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap";
@import "https://fonts.googleapis.com/earlyaccess/notosansjp.css";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100&family=Roboto&family=Source+Sans+Pro:wght@700&display=swap";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
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;
  transition: all 0.3s;
}

.menu-trigger {
  position: relative;
  z-index: 2;
  right: 16px;
  height: 30px;
  width: 30px;
  padding: 0;
  border: none;
  background: transparent;
}
.menu-trigger__bar {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #005BAC;
}
.is-active .menu-trigger__bar {
  height: 0;
}
.menu-trigger__bar::before, .menu-trigger__bar::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #D7DAE0;
  transition: 0.3s ease;
}
.menu-trigger__bar::before {
  top: 0;
}
.is-active .menu-trigger__bar::before {
  opacity: 1;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s ease;
}
.menu-trigger__bar::after {
  bottom: 0;
}
.is-active .menu-trigger__bar::after {
  opacity: 1;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: 0.3s ease;
  background-color: #005BAC;
  left: 2px;
}

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

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

.header {
  position: fixed;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #eee;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-inline: 32px;
  height: 76px;
}

.header__logo {
  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 .menu {
  display: flex;
}
.global-nav .menu-item {
  position: relative;
}
.global-nav .menu-item > a {
  display: block;
  position: relative;
  padding: 12px 16px;
  font-size: 1.4rem;
  transition: all 0.2s ease;
  line-height: 1;
  font-weight: 500;
}
.global-nav .menu-item > a:hover {
  color: #0044BD;
}
.global-nav .menu-item > a:hover::after {
  width: 44px;
}
.global-nav .menu-item > a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #0044BD;
  content: "";
  transition: all 0.2s ease;
  transform: translateX(-50%);
}
.global-nav #menu-item-55 a {
  color: #fff;
  background-color: #393939;
  border-radius: 30px;
  border: 2px solid #393939;
  padding-inline: 24px;
  margin-left: 8px;
}
.global-nav #menu-item-55 a::after {
  content: none;
}
.global-nav #menu-item-55 a:hover {
  background-color: #fff;
  border-color: #0044BD;
  color: #0044BD;
}

.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  padding: 16px;
  border-radius: 16px;
  min-width: 220px;
  z-index: 3;
}
.menu-item:hover .submenu, .menu-item:focus-within .submenu {
  display: block;
}

.submenu li {
  position: relative;
}

.submenu li a {
  display: block;
  padding: 16px 12px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
}

.submenu li a:hover {
  background-color: #F4F4F7;
  border-radius: 8px;
}

.submenu li::before,
.submenu li::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.submenu li::before {
  width: 20px;
  height: 20px;
  right: 8px;
  top: 50%;
  background-color: #0044BD;
  border-radius: 10px;
  transform: translateY(-50%);
}

.submenu li::after {
  width: 5px;
  height: 5px;
  border-color: #fff #fff transparent transparent;
  border-width: 2px;
  right: 19px;
  top: calc(50% - 1px);
  transform: rotate(45deg) translateY(-50%);
  border-style: solid;
}

.menu-item:hover .submenu {
  display: block;
}

/* ==================================
  hover処理
===================================== */
.global-nav a::after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #0064a0;
  content: "";
  transition: 0.1s;
  transform: translateX(-50%);
}

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

@media (max-width: 840px) {
  .header {
    padding-left: 20px;
    padding-right: 12px;
  }
}
@media (max-width: 840px) {
  .menu-trigger {
    display: block;
  }
}
.drawer {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  inset: 0;
  transition: 0.3s ease;
  z-index: 2;
  margin-top: 76px;
  overflow-y: auto;
}
.drawer.is-active {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: calc(100vh - 76px);
  transition: 0.5s ease;
}
.drawer__background {
  position: fixed;
  inset: 0;
  z-index: 1;
  width: 100vw;
  height: calc(100vh - 76px);
  top: 76px;
  background-color: rgba(255, 255, 255, 0.96);
}
.drawer > .drawer-menu {
  padding-bottom: 76px;
}

.drawer-menu {
  display: flex;
  position: relative;
  z-index: 3;
  flex-direction: column;
}
.drawer-menu li > a,
.drawer-menu li > details summary {
  display: block;
  padding: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: 1px solid #D7DAE0;
}
.drawer-menu li summary:focus-visible {
  outline: 2px solid blue;
  outline-offset: -2px;
}
.drawer-menu li summary::-webkit-details-marker,
.drawer-menu li summary::marker {
  display: none;
  font-size: 0;
}
details .drawer-menu li > a {
  padding-left: 48px;
  color: #062D7D;
}
.drawer-menu li > details {
  position: relative;
}
.drawer-menu li > details::before, .drawer-menu li > details::after {
  content: "";
  display: block;
  position: absolute;
  top: 32px;
  right: 30px;
  width: 16px;
  height: 2px;
  border-radius: 1px;
  background-color: #393939;
  transform: translateY(-50%);
  transition: 0.3s;
}
.drawer-menu li > details::after {
  transform: translateY(-50%) rotate(90deg);
}
.drawer-menu li > details[open]::before {
  display: none;
}
.drawer-menu li > details[open]::after {
  transform: rotate(180deg);
}

.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;
  transition: all 0.2s ease;
}
.sub-header__menu a::after {
  position: absolute;
  bottom: 14px;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #23b0ff;
  content: "";
  transition: all 0.2s ease;
  transform: translateX(-50%);
}
.sub-header__menu a:hover {
  color: #23b0ff;
}
.sub-header__menu a:hover::after {
  width: 80%;
}

/* ===================================================
  デスクトップ - メディアクエリ
=================================================== */
@media screen and (max-width: 1000px) {
  /* sub-header
  ********************************************************** */
  .sub-header__logo {
    width: 206px;
  }
  .sub-header__menu li:last-child {
    margin: 0;
  }
}
/* ===================================================
  900px~
=================================================== */
/* sub-header
********************************************************** */
@media screen and (max-width: 900px) {
  .sub-header__menu li:last-child {
    margin: 0;
  }
}
/* ===================================================
  840px~　ハンバーガーメニュー
=================================================== */
@media screen and (max-width: 840px) {
  .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;
  }
}
.crm-security-sec {
  border: 1px solid #275BAF;
  padding: 44px 20px;
  max-width: 1200px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .crm-security-sec {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 767px) {
  .crm-security-sec {
    margin-right: auto;
    margin-left: auto;
  }
}
.crm-security-sec__ttl {
  text-align: center;
  font-size: 4rem;
  color: #275BAF;
  margin-bottom: 24px;
}

.crm-security {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}
.crm-security__l-isms {
  display: flex;
}
@media screen and (max-width: 768px) {
  .crm-security__l-isms {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .crm-security__images {
    margin-top: 24px;
    text-align: center;
  }
}
@media screen and (min-width: 767px) {
  .crm-security__images {
    margin-right: 36px;
  }
}
.crm-security__images > img {
  max-width: 280px;
}
@media screen and (min-width: 767px) {
  .crm-security__isms-txt {
    padding-top: 14px;
  }
}
.crm-security__l-detail {
  padding-top: 20px;
}
.crm-security__detail-ttl {
  font-weight: 900;
  color: #275BAF;
  margin-bottom: 0.75em;
}

/* ================================================================================
	#ニュース
================================================================================ */
.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;
}

@font-face {
  font-weight: bold;
  font-style: normal;
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  list-style: none;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  transition-property: transform, -webkit-transform;
  transition-property: transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  /* For Firefox */
  scrollbar-width: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.point-crm {
  margin-top: -50px;
}
.point-crm em {
  font-style: normal;
}

.ptcrm-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 4.2666666667vw;
  height: 140vw;
  background: url("./images/point-crm/bg-hero.png") right 40% top/cover no-repeat;
}
.ptcrm-hero__logo {
  margin-bottom: 8px;
  width: 50vw;
  height: auto;
}
.ptcrm-hero__ttl {
  margin-bottom: 20px;
  width: 100%;
  color: #444;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bolder;
  font-size: 8.5333333333vw;
}
.ptcrm-hero__ttl em {
  color: #275baf;
  font-style: normal;
  font-size: 10vw;
  font-feature-settings: "palt";
}
.ptcrm-hero__lead {
  width: 100%;
  color: #444;
  text-align: center;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  font-weight: bold;
  font-size: 3.666666667vw;
  line-height: 1.4;
}
.ptcrm-hero__lead strong {
  font-weight: inherit;
}
.ptcrm-hero__l-btn {
  margin-top: 20px;
  width: 100%;
}
.ptcrm-hero__l-badge {
  margin-top: 4vw;
}

.ptcrm-badge {
  display: flex;
  justify-content: center;
  padding: 12px;
  border-radius: 10px;
  background: #fff;
}
.ptcrm-badge > figure {
  width: 20vw;
}
.ptcrm-badge > figure img {
  width: 100%;
  height: auto;
}
.ptcrm-badge__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 8px;
  text-align: right;
}
.ptcrm-badge__ttl {
  margin-bottom: 4px;
  width: 100%;
  height: auto;
}
.ptcrm-badge__text {
  color: #888;
  font-size: 1rem;
  line-height: 1.2rem;
}

.ptcrm-companies {
  padding: 20px;
  background-color: #fff;
}
.ptcrm-companies__ttl {
  margin-bottom: 12px;
  text-align: center;
  font-weight: bolder;
  font-size: 3.7333333333vw;
}

.ptcrm-companies-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -12px;
}
.ptcrm-companies-list__item {
  flex: 0 0 33.3333333333%;
  margin-top: 12px;
  text-align: center;
}

.ptcrm-overview {
  padding: 32px 12px;
  background-image: linear-gradient(110.57deg, #ebebf3 5.07%, #eaecf4 46.62%, #eaf3f6 90.59%);
}
.ptcrm-overview__thumb {
  margin-bottom: 24px;
  text-align: center;
}
.ptcrm-overview__thumb img {
  vertical-align: middle;
}
.ptcrm-overview__ttl {
  margin-bottom: 28px;
  color: #333;
  text-align: center;
  font-weight: bolder;
  font-size: 5.8666666667vw;
  line-height: 1.2;
}
.ptcrm-overview__ttl em {
  color: #275baf;
  font-weight: inherit;
}
.ptcrm-overview__problems {
  margin-bottom: 24px;
}
.ptcrm-overview__l-lead {
  padding: 0 32px;
}
.ptcrm-overview__lead {
  text-align: center;
  font-weight: normal;
  font-size: 3.7333333333vw;
  line-height: 1.6;
}

.ptcrm-overview-problems {
  padding: 12px 16px 24px;
  border-radius: 10px;
  background-color: #fff;
}
.ptcrm-overview-problems__ttl {
  margin-bottom: 12px;
  color: #275baf;
  text-align: center;
  font-weight: bold;
  font-size: 4.2666666667vw;
}

.ptcrm-overview-problems-list__item {
  font-weight: bold;
  font-size: 3.7333333333vw;
  line-height: 1.6;
}
.ptcrm-overview-problems-list__item + .ptcrm-overview-problems-list__item {
  margin-top: 8px;
}

.ptcrm-points {
  padding: 32px 0;
  background-color: #fff;
}
.ptcrm-points__header {
  margin-bottom: 32px;
}
.ptcrm-points__ttl {
  margin-bottom: 16px;
  text-align: center;
}
.ptcrm-points__ttl img {
  vertical-align: middle;
}
.ptcrm-points__head-lead {
  text-align: center;
  font-size: 4.2666666667vw;
  line-height: 1.2;
}
.ptcrm-points__head-lead strong {
  color: #275baf;
  font-weight: bold;
}

.ptcrm-points-obj {
  background-color: #fff;
}
.ptcrm-points-obj__figure {
  position: relative;
  overflow: hidden;
  height: 125px;
  background-color: #eff6fc;
}
.ptcrm-points-obj__figure img {
  position: absolute;
  height: auto;
  vertical-align: middle;
}

.ptcrm-points-obj--01 .ptcrm-points-obj__figure img {
  top: -70px;
  left: calc(50% - 91px);
  width: 182px;
}

.ptcrm-points-obj--02 .ptcrm-points-obj__figure img {
  top: 10px;
  left: calc(50% - 146px);
  width: 292px;
}

.ptcrm-points-obj--03 .ptcrm-points-obj__figure img {
  top: -60px;
  left: calc(50% - 122px);
  width: 244px;
}

.ptcrm-points-obj--04 .ptcrm-points-obj__figure img {
  top: -50px;
  left: calc(50% - 135.5px);
  width: 271px;
}

.ptcrm-points-obj__body {
  padding: 0 12px;
  background-color: #fff;
}

.ptcrm-points-content {
  position: relative;
  margin-top: -40px;
  padding: 24px 16px;
  border-radius: 10px;
  background-color: #fff;
}
.ptcrm-points-content__ttl {
  margin-bottom: 16px;
}
.ptcrm-points-content__ttl img {
  width: 120px;
  height: auto;
  vertical-align: middle;
}
.ptcrm-points-content__lead {
  color: #444;
  font-weight: bold;
  font-size: 4.2666666667vw;
  line-height: 1.6;
}
.ptcrm-points-content__lead em {
  color: #275baf;
  font-weight: inherit;
}
.ptcrm-points-content__lead strong {
  font-weight: bolder;
  font-size: 5.8666666667vw;
}

.ptcrm-points-content__lead + .ptcrm-points-content__lead {
  margin-top: 12px;
}

.ptcrm-team {
  padding: 32px 20px;
  background-color: #eff6fc;
}
.ptcrm-team__header {
  margin-bottom: 32px;
}
.ptcrm-team__ttl {
  margin-bottom: 16px;
  text-align: center;
}
.ptcrm-team__ttl img {
  vertical-align: middle;
}
.ptcrm-team__head-lead {
  text-align: center;
  font-size: 4.2666666667vw;
  line-height: 1.2;
}
.ptcrm-team__head-lead strong {
  color: #275baf;
  font-weight: normal;
}

.ptcrm-team-obj__thumb {
  margin-bottom: 32px;
  text-align: center;
}
.ptcrm-team-obj__thumb img {
  width: 307px;
  height: auto;
  vertical-align: middle;
}

.ptcrm-team-content__ttl {
  margin-bottom: 16px;
}
.ptcrm-team-content__ttl img {
  width: 120px;
  height: auto;
  vertical-align: middle;
}

.ptcrm-team-content__lead {
  color: #444;
  font-weight: normal;
  font-size: 4.2666666667vw;
  line-height: 1.6;
}
.ptcrm-team-content__lead strong {
  font-weight: bolder;
  font-size: 5.8666666667vw;
}

.ptcrm-team-content__lead + .ptcrm-team-content__lead {
  margin-top: 12px;
}

.ptcrm-support {
  padding: 40px 0;
  background-color: #fff;
}
.ptcrm-support__header {
  margin-bottom: 32px;
}
.ptcrm-support__ttl {
  margin-bottom: 16px;
  text-align: center;
}
.ptcrm-support__ttl img {
  vertical-align: middle;
}
.ptcrm-support__head-lead {
  color: #275baf;
  text-align: center;
  font-weight: normal;
  font-size: 4.2666666667vw;
  line-height: 1.2;
}
.ptcrm-support__l-lead {
  margin: 20px 0;
}
.ptcrm-support__lead {
  text-align: center;
  font-size: 4.2666666667vw;
  line-height: 1.2;
}
.ptcrm-support__lead--deco {
  position: relative;
  padding: 0 20px;
  color: #275baf;
  font-size: 5.3333333333vw;
  line-height: 1.4;
}
.ptcrm-support__lead--deco::before, .ptcrm-support__lead--deco::after {
  position: absolute;
  top: 50%;
  display: block;
  font-weight: bolder;
  font-size: 13.3333333333vw;
  line-height: 0;
}
.ptcrm-support__lead--deco::before {
  left: 0;
  content: "(";
}
.ptcrm-support__lead--deco::after {
  right: 0;
  content: ")";
}
.ptcrm-support__body {
  padding: 0 20px;
}
.ptcrm-support__footer {
  margin-top: 20px;
}

.ptcrm-support-sec {
  padding: 16px 8px;
  border-radius: 5px;
  background-color: #eff6fc;
}
.ptcrm-support-sec__head {
  margin-bottom: 16px;
}
.ptcrm-support-sec__ttl {
  color: #275baf;
  text-align: center;
  font-weight: bolder;
  font-size: 5.8666666667vw;
}
.ptcrm-support-sec__lead {
  margin-top: 20px;
  text-align: center;
  font-size: 4.2666666667vw;
  line-height: 1.4;
}
.ptcrm-support-sec__l-label-list {
  margin-top: 20px;
}

.ptcrm-support-list__item + .ptcrm-support-list__item {
  margin-top: 40px;
}

.ptcrm-support-content {
  margin-top: 50px;
  padding: 16px;
  border-radius: 5px;
  background-color: #fff;
}
.ptcrm-support-content__ttl {
  margin-top: -50px;
  margin-bottom: 16px;
  text-align: center;
}
.ptcrm-support-content__ttl img {
  width: 108px;
  height: auto;
  vertical-align: middle;
}

.ptcrm-support-content-list {
  display: flex;
  justify-content: center;
}
.ptcrm-support-content-list__item {
  flex: 0 0 auto;
}

.ptcrm-support-content-list--type03,
.ptcrm-support-content-list--type04 {
  flex-wrap: wrap;
}

.ptcrm-support-content-list--type01 .ptcrm-support-content-list__item {
  width: calc((100% - 24px) / 3);
}

.ptcrm-support-content-list--type01 .ptcrm-support-content-list__item:nth-child(2),
.ptcrm-support-content-list--type01 .ptcrm-support-content-list__item:nth-child(3) {
  margin-left: 12px;
}

.ptcrm-support-content-list--type02 .ptcrm-support-content-list__item {
  width: 100%;
}

.ptcrm-support-content-list--type03 .ptcrm-support-content-list__item,
.ptcrm-support-content-list--type04 .ptcrm-support-content-list__item {
  width: calc((100% - 40px) / 3);
}

.ptcrm-support-content-list--type03 .ptcrm-support-content-list__item:nth-child(2),
.ptcrm-support-content-list--type03 .ptcrm-support-content-list__item:nth-child(3),
.ptcrm-support-content-list--type03 .ptcrm-support-content-list__item:nth-child(5),
.ptcrm-support-content-list--type04 .ptcrm-support-content-list__item:nth-child(2),
.ptcrm-support-content-list--type04 .ptcrm-support-content-list__item:nth-child(3),
.ptcrm-support-content-list--type04 .ptcrm-support-content-list__item:nth-child(5) {
  margin-left: 20px;
}

.ptcrm-support-content-list--type03 .ptcrm-support-content-list__item:nth-child(4),
.ptcrm-support-content-list--type03 .ptcrm-support-content-list__item:nth-child(5),
.ptcrm-support-content-list--type04 .ptcrm-support-content-list__item:nth-child(4),
.ptcrm-support-content-list--type04 .ptcrm-support-content-list__item:nth-child(5) {
  margin-top: 20px;
}

.ptcrm-support-content-icon {
  display: flex;
  align-items: center;
}
.ptcrm-support-content-icon--type01 {
  flex-direction: column;
}
.ptcrm-support-content-icon--type02 {
  justify-content: center;
}
.ptcrm-support-content-icon img {
  flex: 0 0 auto;
  width: 16vw;
  height: 16vw;
}

.ptcrm-support-content-icon__caption {
  text-align: center;
  font-weight: bolder;
  font-size: 4.2666666667vw;
  line-height: 1.2;
}

.ptcrm-support-content-icon--type01 .ptcrm-support-content-icon__caption {
  margin-top: 8px;
}

.ptcrm-support-content-icon--type02 .ptcrm-support-content-icon__caption {
  margin-left: 8px;
}

.ptcrm-support-label-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -12px;
}
.ptcrm-support-label-list__item {
  flex: 0 0 auto;
  margin-top: 12px;
  width: calc((100% - 12px) / 2);
}

.ptcrm-case-study {
  padding: 40px 0;
  background-color: #f6f7f9;
}
.ptcrm-case-study__header {
  margin-bottom: 24px;
}
.ptcrm-case-study__ttl {
  margin-bottom: 12px;
  text-align: center;
}
.ptcrm-case-study__ttl img {
  vertical-align: middle;
}
.ptcrm-case-study__head-lead {
  color: #275baf;
  text-align: center;
  font-weight: normal;
  font-size: 4.2666666667vw;
  line-height: 1.2;
}
.ptcrm-case-study__lead {
  text-align: center;
  font-weight: normal;
  font-size: 4.2666666667vw;
  line-height: 1.6;
}
.ptcrm-case-study__l-swiper {
  margin-top: 20px;
}

.ptcrm-swiper__container {
  padding-left: 12px;
}
.ptcrm-swiper__slide {
  display: flex;
  height: auto;
}

.ptcrm-thumb-swiper {
  margin-top: 12px;
}
.ptcrm-thumb-swiper__container {
  padding-left: 12px;
}
.ptcrm-thumb-swiper__slide {
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  opacity: 1;
  cursor: pointer;
  transition: opacity 100ms;
}
.ptcrm-thumb-swiper__slide:hover {
  opacity: 0.8;
}
.ptcrm-thumb-swiper__slide img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.ptcrm-thumb-swiper__slide.swiper-slide-active {
  border: 2px solid #275baf;
}

.ptcrm-swiper-content .ptcrm-u-expand-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  pointer-events: auto;
}

.ptcrm-swiper-content .ptcrm-u-over-expand-link {
  position: relative;
  z-index: 2;
}

.swiper-slide-active .ptcrm-swiper-content {
  border: 2px solid #275baf;
}

.ptcrm-swiper-content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
}
.ptcrm-swiper-content__head {
  margin-bottom: 12px;
}
.ptcrm-swiper-content__logo-com {
  box-sizing: content-box;
  width: 15.4666666667vw;
  height: auto;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.ptcrm-swiper-content__logo-mall {
  height: auto;
  vertical-align: middle;
}
.ptcrm-swiper-content__logo-mall--aeon {
  width: 24.8vw;
}
.ptcrm-swiper-content__logo-mall--ponta {
  width: 17.0666666667vw;
}
.ptcrm-swiper-content__logo-mall--hiroba {
  width: 16vw;
}
.ptcrm-swiper-content__logo-mall--yomipo {
  width: 15.2vw;
}
.ptcrm-swiper-content__logo-mall--lavipo {
  width: 16vw;
}
.ptcrm-swiper-content__logo-mall--licolla {
  width: 24.8vw;
}
.ptcrm-swiper-content__name-com {
  margin: 12px 0 4px;
  font-weight: normal;
  font-size: 3.2vw;
  line-height: 1.2;
}
.ptcrm-swiper-content__name-mall {
  font-weight: bolder;
  font-size: 5.3333333333vw;
  line-height: 1.2;
}
.ptcrm-swiper-content__thumb img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.ptcrm-swiper-content__lead {
  margin-top: 12px;
  font-weight: normal;
  font-size: 3.7333333333vw;
  line-height: 1.6;
}
.ptcrm-swiper-content__notes {
  font-weight: normal;
  font-size: 3.2vw;
  line-height: 1.6;
}

.ptcrm-swiper-content-logo-list {
  display: flex;
  align-items: center;
}

.ptcrm-swiper-content-logo-list__item + .ptcrm-swiper-content-logo-list__item {
  margin-left: 8px;
}

.ptcrm-schedule {
  padding: 40px 28px;
  background-color: #fff;
}
.ptcrm-schedule__header {
  margin-bottom: 24px;
}
.ptcrm-schedule__ttl {
  margin-bottom: 12px;
  text-align: center;
}
.ptcrm-schedule__ttl img {
  vertical-align: middle;
}
.ptcrm-schedule__head-lead {
  color: #275baf;
  text-align: center;
  font-weight: normal;
  font-size: 4.2666666667vw;
  line-height: 1.2;
}
.ptcrm-schedule__notes {
  margin-top: 20px;
  font-weight: normal;
  font-size: 3.7333333333vw;
  line-height: 1.4;
}
.ptcrm-schedule__notes::before {
  content: "※";
}

.ptcrm-steps-list__item {
  position: relative;
  display: flex;
  align-items: center;
}

.ptcrm-steps-list__item:nth-child(1)::after {
  background-image: url("./images/point-crm/icon-step-01.svg");
}

.ptcrm-steps-list__item:nth-child(2)::after {
  background-image: url("./images/point-crm/icon-step-02.svg");
}

.ptcrm-steps-list__item:nth-child(3)::after {
  background-image: url("./images/point-crm/icon-step-03.svg");
}

.ptcrm-steps-list__item:nth-child(4)::after {
  background-image: url("./images/point-crm/icon-step-04.svg");
}

.ptcrm-steps-list__item:nth-child(5)::after {
  background-image: url("./images/point-crm/icon-step-05.svg");
}

.ptcrm-steps-list__item:nth-child(6)::after {
  background-image: url("./images/point-crm/icon-step-06.svg");
}

.ptcrm-steps-list__item + .ptcrm-steps-list__item {
  margin-top: 20px;
}

.ptcrm-steps-list__item + .ptcrm-steps-list__item::before {
  position: absolute;
  top: -12px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #275baf transparent transparent;
  content: "";
}

.ptcrm-steps-list__item::after {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  order: -1;
  margin-right: -40px;
  width: 17.3333333333vw;
  height: 17.3333333333vw;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.ptcrm-steps-content {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
  padding: 12px 4px;
  border-radius: 5px;
  background-color: #f6f7f9;
}
.ptcrm-steps-content__txt {
  font-weight: normal;
  font-size: 5.3333333333vw;
}

.ptcrm-contact {
  padding: 44px 20px;
  background-color: #275baf;
}
.ptcrm-contact__ttl {
  margin-bottom: 24px;
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: 8.5333333333vw;
  line-height: 1.4;
}
.ptcrm-contact__lead {
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 4.8vw;
  line-height: 1.4;
}
.ptcrm-contact__l-btn {
  margin-top: 24px;
}

.ptcrm-contact-kgb {
  text-align: center;
  background-color: #fff;
  margin-top: 48px;
  padding: 32px 16px;
  border-radius: 12px;
}
.ptcrm-contact-kgb__ttl {
  margin-bottom: 12px;
  color: #444;
  text-align: center;
  font-weight: bold;
  font-size: 5.8666666667vw;
  line-height: 1.4;
}
.ptcrm-contact-kgb__ttl em {
  color: #275baf;
}
.ptcrm-contact-kgb__lead {
  color: #444;
  text-align: left;
  font-size: 4.26666667vw;
  line-height: 1.6;
}
.ptcrm-contact-kgb img {
  width: 84%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.ptcrm-cta-area {
  padding: 16px;
  background-color: #fff;
}
.ptcrm-cta-area__lead {
  margin-bottom: 28px;
  text-align: center;
  font-weight: bolder;
  font-size: 4.8vw;
  line-height: 1.4;
}

.ptcrm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.5em;
  width: 100%;
  border-radius: 50px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(11.44%, #ff614e), color-stop(90.2%, #ff8e4e));
  background-image: linear-gradient(90deg, #ff614e 11.44%, #ff8e4e 90.2%);
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  font-weight: bolder;
  font-size: 5vw;
  opacity: 1;
  transition: opacity 100ms;
}
.ptcrm-btn:hover {
  opacity: 0.8;
}
.ptcrm-btn--contact {
  background-color: #fff;
  background-image: none;
  color: #275baf;
}
.ptcrm-btn--contact-kgb {
  background-color: #fff;
  background-image: none;
  color: #275baf;
  border: 3px solid #275baf;
}

.ptcrm-label {
  display: block;
  padding: 12px;
  border: 3px solid #275baf;
  border-radius: 50px;
  background-color: #fff;
  color: #275baf;
  text-align: center;
  font-weight: bolder;
  font-size: 4.8vw;
  line-height: 1;
}

.ptcrm-u-d-none {
  display: none;
}

.ptcrm-u-d-block {
  display: block;
}

@media only screen and (min-width: 376px) {
  .ptcrm-u-d-none-xs {
    display: none;
  }
  .ptcrm-u-d-block-xs {
    display: block;
  }
}
@media only screen and (min-width: 426px) {
  .ptcrm-u-d-none-sm {
    display: none;
  }
  .ptcrm-u-d-block-sm {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  .point-crm {
    margin-top: -30px;
  }
  .ptcrm-hero {
    padding-left: 8.75vw;
    height: 60vh;
    background-position: right top;
  }
  .ptcrm-hero__logo {
    width: 24vw;
  }
  .ptcrm-hero__ttl {
    margin-bottom: 24px;
    text-align: left;
    text-shadow: 0 0 5px #fff;
    font-size: 3.125vw;
  }
  .ptcrm-hero__ttl em {
    font-size: 4.1666666667vw;
  }
  .ptcrm-hero__lead {
    text-align: left;
    text-shadow: 0 0 2px #fff;
    font-size: 1.25vw;
    line-height: 1.8;
  }
  .ptcrm-hero__l-btn {
    margin-top: 40px;
  }
  .ptcrm-hero__l-badge {
    position: absolute;
    right: 4.2666666667vw;
    bottom: 20px;
  }
  .ptcrm-badge {
    padding: 16px;
  }
  .ptcrm-badge > figure {
    width: 93px;
  }
  .ptcrm-companies {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .ptcrm-companies__inner {
    display: inline-flex;
    align-items: center;
  }
  .ptcrm-companies__ttl {
    margin-right: 5.5555555556vw;
    margin-bottom: 0;
    text-align: left;
    font-size: 1.5277777778vw;
  }
  .ptcrm-companies-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-top: 0;
  }
  .ptcrm-companies-list__item {
    flex: 0 0 auto;
    margin-top: 0;
    text-align: left;
  }
  .ptcrm-companies-list__item img {
    width: 10.0694444444vw;
    height: auto;
  }
  .ptcrm-companies-list__item + .ptcrm-companies-list__item {
    margin-left: 1.3888888889vw;
  }
  .ptcrm-overview {
    display: flex;
    justify-content: center;
    padding: 40px 0;
  }
  .ptcrm-overview__thumb {
    align-self: flex-end;
    margin-right: 2.7777777778vw;
    margin-bottom: 0;
  }
  .ptcrm-overview__thumb img {
    width: 30.0694444444vw;
    height: auto;
  }
  .ptcrm-overview__ttl {
    text-align: left;
    font-size: 1.9444444444vw;
  }
  .ptcrm-overview__problems {
    margin-bottom: 12px;
  }
  .ptcrm-overview__l-lead {
    padding-right: 0;
    padding-left: 0;
  }
  .ptcrm-overview__lead {
    text-align: left;
    font-size: 1.1111111111vw;
  }
  .ptcrm-overview-problems__ttl {
    text-align: left;
    font-size: 1.25vw;
  }
  .ptcrm-overview-problems-list__item {
    font-size: 1.1111111111vw;
  }
  .ptcrm-points {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .ptcrm-points__header {
    margin-bottom: 88px;
  }
  .ptcrm-points__ttl {
    margin-bottom: 12px;
  }
  .ptcrm-points__ttl img {
    width: 12.4305555556vw;
    height: auto;
  }
  .ptcrm-points__head-lead {
    font-size: 1.1111111111vw;
  }
  .ptcrm-points__footer {
    margin-top: 60px;
  }
  .ptcrm-points-obj {
    display: flex;
    justify-content: center;
  }
  .ptcrm-points-obj__figure {
    position: static;
    display: flex;
    flex: 0 1 auto;
    align-items: center;
    overflow: visible;
    height: auto;
  }
  .ptcrm-points-obj__figure img {
    position: static;
  }
  .ptcrm-points-obj--01 .ptcrm-points-obj__figure {
    justify-content: flex-end;
    padding-right: 9.8611111111vw;
    width: 29.7222222222vw;
  }
  .ptcrm-points-obj--02 .ptcrm-points-obj__figure {
    order: 1;
    padding-left: 4.8611111111vw;
    width: 34.7222222222vw;
  }
  .ptcrm-points-obj--03 .ptcrm-points-obj__figure {
    justify-content: flex-end;
    padding-right: 8.3333333333vw;
    width: 31.25vw;
  }
  .ptcrm-points-obj--04 .ptcrm-points-obj__figure {
    order: 1;
    padding-left: 6.8055555556vw;
    width: 32.7777777778vw;
  }
  .ptcrm-points-obj--01 .ptcrm-points-obj__figure img {
    width: 11.3194444444vw;
  }
  .ptcrm-points-obj--02 .ptcrm-points-obj__figure img {
    width: 25.5555555556vw;
  }
  .ptcrm-points-obj--03 .ptcrm-points-obj__figure img {
    width: 15.9722222222vw;
  }
  .ptcrm-points-obj--04 .ptcrm-points-obj__figure img {
    width: 20.7638888889vw;
  }
  .ptcrm-points-obj__body {
    display: flex;
    flex: 1 0 auto;
    padding-right: 0;
    padding-left: 0;
  }
  .ptcrm-points-obj--02 .ptcrm-points-obj__body {
    justify-content: flex-end;
  }
  .ptcrm-points-obj--04 .ptcrm-points-obj__body {
    justify-content: flex-end;
  }
  .ptcrm-points-obj--01 .ptcrm-points-content {
    padding-left: 4.7222222222vw;
    width: 40.2777777778vw;
  }
  .ptcrm-points-obj--02 .ptcrm-points-content {
    padding-right: 4.7222222222vw;
    width: 40.2777777778vw;
  }
  .ptcrm-points-obj--03 .ptcrm-points-content {
    padding-left: 4.7222222222vw;
    width: 43.0555555556vw;
  }
  .ptcrm-points-obj--04 .ptcrm-points-content {
    padding-right: 4.7222222222vw;
    width: 40.2777777778vw;
  }
  .ptcrm-points-content {
    position: static;
    margin-top: 0;
    padding: 40px 0;
  }
  .ptcrm-points-content__ttl {
    margin-bottom: 12px;
  }
  .ptcrm-points-content__ttl img {
    width: 11.3888888889vw;
  }
  .ptcrm-points-content__lead {
    font-size: 1.25vw;
  }
  .ptcrm-points-content__lead strong {
    font-size: 1.9444444444vw;
  }
  .ptcrm-points-content__lead + .ptcrm-points-content__lead {
    margin-top: 24px;
  }
  .ptcrm-team {
    padding: 68px 0;
  }
  .ptcrm-team__ttl {
    margin-bottom: 12px;
  }
  .ptcrm-team__ttl img {
    width: 10.3472222222vw;
    height: auto;
  }
  .ptcrm-team__head-lead {
    font-size: 1.1111111111vw;
  }
  .ptcrm-team-obj {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ptcrm-team-obj__thumb img {
    margin-bottom: 0;
    width: 28.4722222222vw;
  }
  .ptcrm-team-obj__body {
    margin-left: 4.7222222222vw;
    width: 30.5555555556vw;
  }
  .ptcrm-team-content__ttl img {
    width: 12.2222222222vw;
  }
  .ptcrm-team-content__lead {
    font-size: 1.25vw;
  }
  .ptcrm-team-content__lead strong {
    color: #275baf;
    font-size: 1.9444444444vw;
    line-height: 1.2;
  }
  .ptcrm-team-content__lead + .ptcrm-team-content__lead {
    margin-top: 24px;
  }
  .ptcrm-support {
    padding-top: 44px;
    padding-bottom: 60px;
  }
  .ptcrm-support__header {
    margin-bottom: 44px;
  }
  .ptcrm-support__ttl {
    margin-bottom: 12px;
  }
  .ptcrm-support__ttl img {
    width: 17.5694444444vw;
    height: auto;
  }
  .ptcrm-support__head-lead {
    font-size: 1.1111111111vw;
  }
  .ptcrm-support__l-lead {
    margin-top: 44px;
    margin-bottom: 44px;
    text-align: center;
  }
  .ptcrm-support__lead--deco {
    display: inline-flex;
    padding: 0 2.7777777778vw;
    font-size: 1.6666666667vw;
    line-height: 1;
  }
  .ptcrm-support__body {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    width: 83.3333333333vw;
  }
  .ptcrm-support__footer {
    margin-top: 60px;
  }
  .ptcrm-support__lead--deco::before,
.ptcrm-support__lead--deco::after {
    top: auto;
    font-size: 2.7777777778vw;
    line-height: 0.5;
  }
  .ptcrm-support-sec {
    padding: 32px 0 52px;
    border-radius: 10px;
  }
  .ptcrm-support-sec__head {
    margin-bottom: 32px;
  }
  .ptcrm-support-sec__ttl {
    font-size: 1.9444444444vw;
  }
  .ptcrm-support-sec__lead {
    font-size: 1.3888888889vw;
  }
  .ptcrm-support-sec__l-label-list {
    margin-top: 36px;
    margin-bottom: 32px;
  }
  .ptcrm-support-sec__l-support-list-type02 {
    text-align: center;
  }
  .ptcrm-support-list.ptcrm-support-list--type01 {
    display: flex;
    justify-content: center;
  }
  .ptcrm-support-list.ptcrm-support-list--type02 {
    display: inline-block;
  }
  .ptcrm-support-list--type01 .ptcrm-support-list__item + .ptcrm-support-list__item {
    margin-top: 0;
    margin-left: 5.2777777778vw;
  }
  .ptcrm-support-content {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-top: 0;
    margin-left: 8.0555555556vw;
    padding-right: 1.1111111111vw;
    padding-left: 1.1111111111vw;
    height: 100%;
    border-radius: 10px;
  }
  .ptcrm-support-content__ttl {
    flex: 0 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -8.0555555556vw;
  }
  .ptcrm-support-content__ttl img {
    width: 10.3472222222vw;
  }
  .ptcrm-support-content__desc {
    flex: 1 1 auto;
  }
  .ptcrm-support-content.ptcrm-support-content--type01 {
    width: 25.5555555556vw;
  }
  .ptcrm-support-content.ptcrm-support-content--type02 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .ptcrm-support-content--type01 .ptcrm-support-content__desc {
    text-align: center;
  }
  .ptcrm-support-content--type02 .ptcrm-support-content__desc {
    margin-left: 1.3888888889vw;
  }
  .ptcrm-support-content-list.ptcrm-support-content-list--type01,
.ptcrm-support-content-list.ptcrm-support-content-list--type02 {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .ptcrm-support-content-list.ptcrm-support-content-list--type03 {
    display: grid;
    grid-template-columns: 19.7916666667vw 18.0555555556vw 14.9305555556vw;
    grid-template-areas: "cel01 cel02 cel03" "cel04 cel05 cel05";
    gap: 1.3888888889vw;
  }
  .ptcrm-support-content-list.ptcrm-support-content-list--type04 {
    display: grid;
    justify-content: stretch;
    grid-template-columns: 19.7916666667vw 18.0555555556vw;
    grid-template-areas: "cel11 cel12" "cel13 cel13";
    gap: 1.3888888889vw;
  }
  .ptcrm-support-content-list__item + .ptcrm-support-content-list__item {
    margin-top: 12px;
  }
  .ptcrm-support-content-list--type01 .ptcrm-support-content-list__item {
    width: auto;
  }
  .ptcrm-support-content-list--type01 .ptcrm-support-content-list__item:nth-child(2),
.ptcrm-support-content-list--type01 .ptcrm-support-content-list__item:nth-child(3) {
    margin-left: 0;
  }
  .ptcrm-support-content-list--type03 .ptcrm-support-content-list__item,
.ptcrm-support-content-list--type04 .ptcrm-support-content-list__item {
    margin-top: 0;
    width: auto;
  }
  .ptcrm-support-content-list--type03 .ptcrm-support-content-list__item:nth-child(2),
.ptcrm-support-content-list--type03 .ptcrm-support-content-list__item:nth-child(3),
.ptcrm-support-content-list--type03 .ptcrm-support-content-list__item:nth-child(5),
.ptcrm-support-content-list--type04 .ptcrm-support-content-list__item:nth-child(2),
.ptcrm-support-content-list--type04 .ptcrm-support-content-list__item:nth-child(3),
.ptcrm-support-content-list--type04 .ptcrm-support-content-list__item:nth-child(5) {
    margin-left: 0;
  }
  .ptcrm-support-content-list--type03 .ptcrm-support-content-list__item:nth-child(4),
.ptcrm-support-content-list--type03 .ptcrm-support-content-list__item:nth-child(5),
.ptcrm-support-content-list--type04 .ptcrm-support-content-list__item:nth-child(4),
.ptcrm-support-content-list--type04 .ptcrm-support-content-list__item:nth-child(5) {
    margin-top: 0;
  }
  .ptcrm-support-content-list--type03 .ptcrm-support-content-list__item:nth-child(1) {
    grid-area: cel01;
  }
  .ptcrm-support-content-list--type03 .ptcrm-support-content-list__item:nth-child(2) {
    grid-area: cel02;
  }
  .ptcrm-support-content-list--type03 .ptcrm-support-content-list__item:nth-child(3) {
    grid-area: cel03;
  }
  .ptcrm-support-content-list--type03 .ptcrm-support-content-list__item:nth-child(4) {
    grid-area: cel04;
  }
  .ptcrm-support-content-list--type03 .ptcrm-support-content-list__item:nth-child(5) {
    grid-area: cel05;
  }
  .ptcrm-support-content-list--type04 .ptcrm-support-content-list__item {
    width: 100%;
  }
  .ptcrm-support-content-list--type04 .ptcrm-support-content-list__item:nth-child(1) {
    grid-area: cel11;
  }
  .ptcrm-support-content-list--type04 .ptcrm-support-content-list__item:nth-child(2) {
    grid-area: cel12;
  }
  .ptcrm-support-content-list--type04 .ptcrm-support-content-list__item:nth-child(3) {
    grid-area: cel13;
  }
  .ptcrm-support-content-icon--type01 {
    flex-direction: row;
  }
  .ptcrm-support-content-icon img {
    width: 3.8888888889vw;
    height: 3.8888888889vw;
  }
  .ptcrm-support-content-icon__caption {
    text-align: left;
    font-size: 1.6666666667vw;
  }
  .ptcrm-support-content-icon--type01 .ptcrm-support-content-icon__caption {
    margin-top: 0;
    margin-left: 0.8333333333vw;
  }
  .ptcrm-support-content-icon--type02 .ptcrm-support-content-icon__caption {
    margin-left: 0.8333333333vw;
  }
  .ptcrm-support-label-list {
    justify-content: center;
    margin-top: -20px;
    margin-left: -1.3888888889vw;
  }
  .ptcrm-support-label-list__item {
    margin-top: 20px;
    margin-left: 1.3888888889vw;
    width: 20.8333333333vw;
  }
  .ptcrm-case-study {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ptcrm-case-study__header {
    margin-bottom: 40px;
  }
  .ptcrm-case-study__ttl img {
    width: 23.8194444444vw;
    height: auto;
  }
  .ptcrm-case-study__head-lead {
    font-size: 1.1111111111vw;
  }
  .ptcrm-case-study__lead {
    font-size: 1.3888888889vw;
  }
  .ptcrm-case-study__l-swiper {
    margin: 40px auto 0;
    width: 72.2222222222vw;
  }
  .ptcrm-swiper__container {
    padding-left: 0;
  }
  .ptcrm-thumb-swiper__container {
    padding-left: 0;
  }
  .ptcrm-swiper-content {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 30.4861111111vw 1fr;
    grid-template-areas: "thumb head" "thumb body";
    gap: 0 1.6666666667vw;
  }
  .ptcrm-swiper-content__logo-com {
    width: 7.0833333333vw;
  }
  .ptcrm-swiper-content__logo-mall--aeon {
    width: 11.0416666667vw;
  }
  .ptcrm-swiper-content__logo-mall--ponta {
    width: 7.6388888889vw;
  }
  .ptcrm-swiper-content__logo-mall--hiroba {
    width: 7.1527777778vw;
  }
  .ptcrm-swiper-content__logo-mall--yomipo {
    width: 6.7361111111vw;
  }
  .ptcrm-swiper-content__logo-mall--lavipo {
    width: 7.0833333333vw;
  }
  .ptcrm-swiper-content__logo-mall--licolla {
    width: 11.0416666667vw;
  }
  .ptcrm-swiper-content__name-com {
    font-size: 0.9722222222vw;
  }
  .ptcrm-swiper-content__name-mall {
    font-size: 1.6666666667vw;
  }
  .ptcrm-swiper-content__thumb {
    order: -1;
    text-align: center;
    grid-area: thumb;
  }
  .ptcrm-swiper-content__body {
    grid-area: body;
  }
  .ptcrm-swiper-content__head {
    grid-area: head;
  }
  .ptcrm-swiper-content__lead {
    margin-top: 0;
    font-size: 1.1111111111vw;
  }
  .ptcrm-swiper-content__notes {
    font-size: 0.8333333333vw;
  }
  .ptcrm-swiper-content:hover .ptcrm-swiper-content__name-mall {
    text-decoration: underline;
  }
  .ptcrm-swiper-content__name-mall::after {
    display: inline-block;
    width: 0.9722222222vw;
    height: 0.9722222222vw;
    background: url("../images/icon-blank.svg") center/contain no-repeat;
    content: "";
  }
  .ptcrm-schedule {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }
  .ptcrm-schedule__header {
    margin-bottom: 48px;
  }
  .ptcrm-schedule__ttl img {
    width: 19.0972222222vw;
    height: auto;
  }
  .ptcrm-schedule__head-lead {
    font-size: 1.1111111111vw;
  }
  .ptcrm-schedule__notes {
    margin-top: 56px;
    text-align: center;
    font-size: 1.1111111111vw;
  }
  .ptcrm-steps-list {
    display: flex;
    justify-content: center;
  }
  .ptcrm-steps-list__item {
    flex-direction: column;
  }
  .ptcrm-steps-list__item + .ptcrm-steps-list__item {
    margin-top: 0;
    margin-left: 1.6666666667vw;
  }
  .ptcrm-steps-list__item + .ptcrm-steps-list__item::before {
    top: calc(50% + 5px);
    left: -1.1805555556vw;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #275baf;
  }
  .ptcrm-steps-list__item::after {
    margin-right: 0;
    margin-bottom: -2.6388888889vw;
    width: 5.2777777778vw;
    height: 5.2777777778vw;
  }
  .ptcrm-steps-content {
    box-sizing: border-box;
    width: 12.4305555556vw;
    height: 25vmin;
  }
  .ptcrm-steps-content__txt {
    text-align: center;
    font-size: 1.3888888889vw;
    line-height: 1.2;
  }
  .ptcrm-contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ptcrm-contact__ttl {
    margin-bottom: 28px;
    font-size: 2.7777777778vw;
    line-height: 1.2;
  }
  .ptcrm-contact__lead {
    font-size: 1.25vw;
  }
  .ptcrm-contact__l-btn {
    text-align: center;
  }
  .ptcrm-contact-kgb {
    width: 720px;
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 64px;
  }
  .ptcrm-contact-kgb__ttl {
    font-size: 1.9444444444vw;
  }
  .ptcrm-contact-kgb__ttl br {
    display: none;
  }
  .ptcrm-contact-kgb__lead {
    font-size: 1.3888888889vw;
  }
  .ptcrm-contact-kgb img {
    width: 300px;
  }
  .ptcrm-cta-area {
    padding: 0;
  }
  .ptcrm-cta-area__lead {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 1.25vw;
  }
  .ptcrm-cta-area__l-btn {
    text-align: center;
  }
  .ptcrm-btn {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 27.7777777778vw;
    font-size: 1.6666666667vw;
  }
  .ptcrm-label {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 1.9444444444vw;
  }
  .ptcrm-u-d-none-md {
    display: none;
  }
  .ptcrm-u-d-block-md {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .ptcrm-u-d-none-lg {
    display: none;
  }
  .ptcrm-u-d-block-lg {
    display: block;
  }
}
@media only screen and (min-width: 1441px) {
  .ptcrm-u-d-none-xl {
    display: none;
  }
  .ptcrm-u-d-block-xl {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .ptcrm-hero__ttl-bg {
    display: inline-block;
    padding: 0 16px;
    background-color: #fff;
  }
}
.affitown {
  margin-top: -50px;
}
.affitown em {
  font-style: normal;
}

.at-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 4.2666666667vw;
  height: 120vw;
  background: url("./images/affitown/eyecatch-bg.png") right 40% top/cover no-repeat;
}
.at-hero__logo {
  margin-bottom: 8px;
  width: 50vw;
  height: auto;
}
.at-hero__ttl {
  margin-bottom: 20px;
  width: 100%;
  color: #444;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bolder;
  font-size: 8.5333333333vw;
}
.at-hero__ttl em {
  color: #275baf;
  font-style: normal;
  font-size: 10vw;
  font-feature-settings: "palt";
}
.at-hero__lead {
  width: 100%;
  color: #444;
  text-align: center;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  font-weight: bold;
  font-size: 3.666666667vw;
  line-height: 1.4;
}
.at-hero__lead strong {
  font-weight: inherit;
}
.at-hero__l-btn {
  margin-top: 20px;
  width: 100%;
}
.at-hero__affitto {
  padding-top: 20px;
  width: 80px;
  height: auto;
}

.at-section {
  padding-top: 32px;
  padding-bottom: 32px;
}
.at-section--team {
  background-color: #fff8f2;
}
.at-section--case-study {
  background-color: #f6f7f9;
}
.at-section__header {
  margin-bottom: 32px;
}
.at-section__ttl {
  margin-bottom: 16px;
  text-align: center;
}
.at-section__ttl img {
  max-width: 90%;
  height: auto;
}
.at-section__head-lead {
  text-align: center;
  font-size: 4.2vw;
  line-height: 1.2;
}
.at-section__lead {
  text-align: center;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.6;
}
.at-section__body {
  padding-right: 12px;
  padding-left: 12px;
}
.at-section__l-swiper {
  margin-top: 20px;
}
.at-section__footer {
  margin-top: 60px;
}
.at-section__notes {
  margin-top: 20px;
  text-align: center;
  font-weight: normal;
  font-size: 3.7333333333vw;
  font-size: 1.4rem;
  line-height: 1.4;
}
.at-section__notes::before {
  content: "※";
}

.at-points-obj {
  background-color: #fff;
}
.at-points-obj__figure {
  position: relative;
  overflow: hidden;
  height: 180px;
  background-color: #fff8f2;
  text-align: center;
}
.at-points-obj__figure img {
  position: absolute;
  top: 12px;
  right: 0;
  left: 0;
  margin: auto;
  width: 50%;
  height: auto;
}
.at-points-obj__body {
  padding: 0 12px;
  background-color: #fff;
}

.at-points-content {
  position: relative;
  margin-top: -40px;
  padding: 24px 16px;
  border-radius: 10px;
  background-color: #fff;
}
.at-points-content__ttl {
  margin-bottom: 16px;
}
.at-points-content__ttl img {
  width: 120px;
  height: auto;
  vertical-align: middle;
}
.at-points-content__lead {
  color: #444;
  font-size: 4.2666666667vw;
  line-height: 1.6;
}
.at-points-content__lead + .at-points-content__lead {
  margin-top: 12px;
}
.at-points-content__lead em {
  color: #275baf;
  font-weight: inherit;
}
.at-points-content__lead strong {
  font-weight: bolder;
  font-size: 5.8666666667vw;
}

.at-team-obj__thumb {
  margin-bottom: 32px;
  text-align: center;
}
.at-team-obj__thumb img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.at-team-content__ttl {
  margin-bottom: 16px;
}
.at-team-content__ttl img {
  width: 120px;
  height: auto;
  vertical-align: middle;
}
.at-team-content__lead {
  color: #444;
  font-weight: normal;
  font-size: 4.2666666667vw;
  line-height: 1.6;
}
.at-team-content__lead + .at-team-content__lead {
  margin-top: 12px;
}
.at-team-content__lead strong {
  font-weight: bolder;
  font-size: 5.8666666667vw;
}

.at-swiper__container {
  padding-left: 12px;
}
.at-swiper__slide {
  display: flex;
  height: auto;
}

.at-thumb-swiper {
  margin-top: 12px;
}
.at-thumb-swiper__container {
  padding-left: 12px;
}
.at-thumb-swiper__slide {
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  opacity: 1;
  cursor: pointer;
  transition: opacity 100ms;
}
.at-thumb-swiper__slide:hover {
  opacity: 0.8;
}
.at-thumb-swiper__slide img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.at-thumb-swiper__slide.swiper-slide-active {
  border: 2px solid #275baf;
}

.at-swiper-content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
}
.at-swiper-content__head {
  margin-bottom: 12px;
}
.at-swiper-content__logo-com {
  box-sizing: content-box;
  width: 15.4666666667vw;
  height: auto;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.at-swiper-content__name-com {
  margin: 12px 0 4px;
  font-weight: normal;
  font-size: 3.2vw;
  line-height: 1.2;
}
.at-swiper-content__name-mall {
  font-weight: bolder;
  font-size: 5.3333333333vw;
  line-height: 1.2;
}
.at-swiper-content__thumb img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.at-swiper-content__lead {
  margin-top: 20px;
  font-weight: normal;
  font-size: 3.7333333333vw;
  line-height: 1.6;
}
.at-swiper-content__notes {
  font-weight: normal;
  font-size: 3.2vw;
  line-height: 1.6;
}
.at-swiper-content .at-u-expand-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  pointer-events: auto;
}
.at-swiper-content .at-u-over-expand-link {
  position: relative;
  z-index: 2;
}
.swiper-slide-active .at-swiper-content {
  border: 2px solid #275baf;
}

.at-swiper-content-logo-list {
  display: flex;
  align-items: center;
}
.at-swiper-content-logo-list__item + .at-swiper-content-logo-list__item {
  margin-left: 8px;
}

.at-steps-list__item {
  position: relative;
  display: flex;
  align-items: center;
}
.at-steps-list__item:nth-child(1)::after {
  background-image: url("./images/affitown/ttl-step-01.png");
}
.at-steps-list__item:nth-child(2)::after {
  background-image: url("./images/affitown/ttl-step-02.png");
}
.at-steps-list__item:nth-child(3)::after {
  background-image: url("./images/affitown/ttl-step-03.png");
}
.at-steps-list__item:nth-child(4)::after {
  background-image: url("./images/affitown/ttl-step-04.png");
}
.at-steps-list__item:nth-child(5)::after {
  background-image: url("./images/affitown/ttl-step-05.png");
}
.at-steps-list__item + .at-steps-list__item {
  margin-top: 20px;
}
.at-steps-list__item + .at-steps-list__item::before {
  position: absolute;
  top: -12px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #275baf transparent transparent;
  content: "";
}
.at-steps-list__item::after {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  order: -1;
  margin-right: -40px;
  width: 17.3333333333vw;
  height: 17.3333333333vw;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.at-steps-content {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
  padding: 12px 4px;
  border-radius: 5px;
  background-color: #f6f7f9;
}
.at-steps-content__txt {
  font-weight: normal;
  font-size: 5.3333333333vw;
}

.at-contact {
  position: relative;
  padding: 44px 20px 80px;
  background-color: #ffebeb;
}
.at-contact__ttl {
  margin-bottom: 24px;
  text-align: center;
  font-weight: 900;
  font-size: 8.5333333333vw;
  line-height: 1.4;
}
.at-contact__lead {
  text-align: center;
  font-weight: normal;
  font-size: 4.8vw;
  line-height: 1.4;
}
.at-contact__l-btn {
  margin-top: 36px;
}
.at-contact__affitto {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 80px;
  height: auto;
}

.at-cta-area {
  padding: 16px;
  background-color: #fff;
}
.at-cta-area__lead {
  margin-bottom: 28px;
  text-align: center;
  font-weight: bolder;
  font-size: 4.8vw;
  line-height: 1.4;
}

.at-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.5em;
  width: 100%;
  border-radius: 50px;
  border-radius: 60px;
  background-image: linear-gradient(90deg, #00e29e 0%, #09eee0 100%);
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  font-weight: bolder;
  font-size: 5vw;
  opacity: 1;
  transition: opacity 100ms;
}
.at-btn:hover {
  opacity: 0.8;
}

.at-label {
  display: block;
  padding: 12px;
  border: 3px solid #275baf;
  border-radius: 50px;
  background-color: #fff;
  color: #275baf;
  text-align: center;
  font-weight: bolder;
  font-size: 4.8vw;
  line-height: 1;
}

.at-u-d-none {
  display: none;
}

.at-u-d-block {
  display: block;
}

@media only screen and (min-width: 376px) {
  .at-u-d-none-xs {
    display: none;
  }
  .at-u-d-block-xs {
    display: block;
  }
}
@media only screen and (min-width: 426px) {
  .at-u-d-none-sm {
    display: none;
  }
  .at-u-d-block-sm {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  .affitown {
    margin-top: -30px;
  }
  .at-hero {
    position: relative;
    align-items: start;
    padding-left: 8.75vw;
    height: 60vh;
    background-position: right top;
  }
  .at-hero__logo {
    width: 30vw;
  }
  .at-hero__ttl {
    margin-bottom: 24px;
    text-align: left;
    text-shadow: 0 0 5px #fff;
    font-size: 3.125vw;
  }
  .at-hero__ttl em {
    font-size: 4.1666666667vw;
  }
  .at-hero__lead {
    width: 46%;
    text-align: left;
    text-shadow: 0 0 2px #fff;
    font-size: 1.25vw;
    line-height: 1.8;
  }
  .at-hero__l-btn {
    margin-top: 40px;
  }
  .at-hero__l-badge {
    position: absolute;
    right: 4.2666666667vw;
    bottom: 20px;
  }
  .at-hero__affitto {
    position: absolute;
    right: 130px;
    bottom: 12px;
    width: 100px;
    height: auto;
  }
  .at-section {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .at-section__head-lead {
    font-size: 1.6rem;
  }
  .at-section__lead {
    font-size: 2rem;
  }
  .at-section__l-swiper {
    margin: 40px auto 0;
    width: 72.2222222222vw;
  }
  .at-points-obj {
    display: flex;
    justify-content: center;
  }
  .at-points-obj__figure {
    position: static;
    display: flex;
    flex: 0 1 auto;
    align-items: center;
    justify-content: center;
    overflow: visible;
    width: 36%;
    height: auto;
  }
  .at-points-list__item:nth-of-type(2n) .at-points-obj__figure {
    order: 1;
  }
  .at-points-obj__figure img {
    position: static;
    width: 80%;
    height: auto;
  }
  .at-points-obj__body {
    display: flex;
    flex: 1 0 auto;
    padding-right: 0;
    padding-left: 0;
  }
  .at-points-list__item:nth-of-type(2n) .at-points-obj__body {
    justify-content: flex-end;
  }
  .at-points-content {
    position: static;
    margin-top: 0;
    padding: 40px 0;
    padding-left: 4.7222222222vw;
    width: 40.2777777778vw;
  }
  .at-points-content__ttl {
    margin-bottom: 12px;
  }
  .at-points-content__ttl img {
    width: 11.3888888889vw;
  }
  .at-points-content__lead {
    font-size: 1.25vw;
  }
  .at-points-content__lead + .at-points-content__lead {
    margin-top: 24px;
  }
  .at-points-content__lead strong {
    font-size: 2.3vw;
  }
  .at-team-obj {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .at-team-obj__thumb img {
    margin-bottom: 0;
    width: 32vw;
  }
  .at-team-obj__body {
    margin-left: 4.7222222222vw;
    width: 30.5555555556vw;
  }
  .at-team-content__ttl img {
    width: 12.2222222222vw;
  }
  .at-team-content__lead {
    font-size: 1.25vw;
  }
  .at-team-content__lead strong {
    font-size: 1.9444444444vw;
    line-height: 1.2;
  }
  .at-team-content__lead + .at-team-content__lead {
    margin-top: 24px;
  }
  .at-swiper__container {
    padding-left: 0;
  }
  .at-thumb-swiper__container {
    padding-left: 0;
  }
  .at-swiper-content {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 30.4861111111vw 1fr;
    grid-template-areas: "thumb head" "thumb body";
    gap: 0 1.6666666667vw;
  }
  .at-swiper-content__logo-com {
    width: 7.0833333333vw;
  }
  .at-swiper-content__name-com {
    font-size: 0.9722222222vw;
  }
  .at-swiper-content__name-mall {
    font-size: 1.6666666667vw;
  }
  .at-swiper-content__thumb {
    order: -1;
    text-align: center;
    grid-area: thumb;
  }
  .at-swiper-content__body {
    grid-area: body;
  }
  .at-swiper-content__head {
    grid-area: head;
  }
  .at-swiper-content__lead {
    margin-top: 0;
    font-size: 1.3vw;
  }
  .at-swiper-content__notes {
    font-size: 0.8333333333vw;
  }
  .at-swiper-content:hover .at-swiper-content__name-mall {
    text-decoration: underline;
  }
  .at-swiper-content__name-mall::after {
    display: inline-block;
    width: 1.2vw;
    height: 1.2vw;
    background: url("./images/affitown/icon-blank.svg") center/contain no-repeat;
    content: "";
  }
  .at-steps-list {
    display: flex;
    justify-content: center;
  }
  .at-steps-list__item {
    flex-direction: column;
  }
  .at-steps-list__item + .at-steps-list__item {
    margin-top: 0;
    margin-left: 1.6666666667vw;
  }
  .at-steps-list__item + .at-steps-list__item::before {
    top: calc(50% + 5px);
    left: -1.1805555556vw;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #c43b1e;
  }
  .at-steps-list__item::after {
    margin-right: 0;
    margin-bottom: -2.6388888889vw;
    width: 5.2777777778vw;
    height: 5.2777777778vw;
  }
  .at-steps-content {
    box-sizing: border-box;
    width: 12.4305555556vw;
    height: 25vmin;
  }
  .at-steps-content__txt {
    text-align: center;
    font-size: 1.3888888889vw;
    line-height: 1.2;
  }
  .at-contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .at-contact__ttl {
    margin-bottom: 28px;
    font-size: 2.7777777778vw;
    line-height: 1.2;
  }
  .at-contact__lead {
    font-size: 1.25vw;
  }
  .at-contact__l-btn {
    text-align: center;
  }
  .at-contact__affitto {
    right: 22vw;
    bottom: 24px;
  }
  .at-cta-area {
    padding: 0;
  }
  .at-cta-area__lead {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 1.25vw;
  }
  .at-cta-area__l-btn {
    text-align: center;
  }
  .at-btn {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 27.7777777778vw;
    font-size: 1.6666666667vw;
  }
  .at-label {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 1.9444444444vw;
  }
  .at-u-d-none-md {
    display: none;
  }
  .at-u-d-block-md {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .at-u-d-none-lg {
    display: none;
  }
  .at-u-d-block-lg {
    display: block;
  }
}
@media only screen and (min-width: 1441px) {
  .at-u-d-none-xl {
    display: none;
  }
  .at-u-d-block-xl {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .at-hero__ttl-bg {
    display: inline-block;
    padding: 0 16px;
    background-color: #fff;
  }
}
.contents-txtlink {
  color: #08568f;
  text-decoration: underline;
}

.sub-menu {
  margin: 60px 0 80px;
}
.sub-menu .gmom-content-header__sub-title {
  justify-content: center;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .sub-menu .gmom-content-header__sub-title {
    flex-wrap: wrap;
  }
}
.sub-menu .gmom-content-header__sub-title .gmom-content-header__category-list-item {
  flex-basis: auto;
  height: auto;
  padding: 0 1.5em;
}
@media screen and (max-width: 840px) {
  .sub-menu .gmom-content-header__sub-title .gmom-content-header__category-list-item {
    line-height: 1.2;
  }
}
.sub-menu .gmom-content-header__sub-title .gmom-content-header__category-list-item:first-of-type {
  padding-left: 0;
  border-left: none;
}
.sub-menu .gmom-content-header__sub-title .gmom-content-header__category-list-item:last-of-type {
  padding-right: 0;
  border-right: none;
}
.sub-menu .gmom-content-header__sub-title .gmom-content-header__category-list-item a {
  color: #444;
  font-weight: normal;
}
.sub-menu .gmom-content-header__sub-title .gmom-content-header__category-list-item.current a {
  color: #23b0ff;
  font-weight: bold;
}
.sub-menu .gmom-hidden-content {
  overflow: visible;
}

.section__container--ir {
  font-size: 16px;
  line-height: 1.8;
}
.section__container--ir img {
  max-width: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .section__container--ir {
    font-size: 1em;
  }
}
.section__container--ir + .section__container {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .section__container--ir + .section__container {
    margin-top: 5rem;
  }
}
.section__container--ir > section, .section__container--ir > div:not(.sub-menu):not(.section__head) {
  max-width: 780px;
  margin: 60px auto 0;
}
@media screen and (max-width: 640px) {
  .section__container--ir > section, .section__container--ir > div:not(.sub-menu):not(.section__head) {
    margin-top: 3rem;
  }
}
.section__container--ir > section > section, .section__container--ir > section > div, .section__container--ir > div:not(.sub-menu):not(.section__head) > section, .section__container--ir > div:not(.sub-menu):not(.section__head) > div {
  margin: 40px auto 0;
}
@media screen and (max-width: 640px) {
  .section__container--ir > section > section, .section__container--ir > section > div, .section__container--ir > div:not(.sub-menu):not(.section__head) > section, .section__container--ir > div:not(.sub-menu):not(.section__head) > div {
    margin-top: 2rem;
  }
}
.section__container--ir figure {
  text-align: center;
}
.section__container--ir figure + * {
  margin-top: 1em;
}
.section__container--ir p + p {
  margin-top: 1.2em;
}
.section__container--ir p + figure {
  margin-top: 1.5em;
}

.section--bg_white {
  background-color: #fff;
}

.irp-term section + section {
  margin-top: 60px;
}

.irp_comment {
  text-align: right;
}

.ir_head_h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .ir_head_h3 {
    margin-bottom: 0.5em;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.ir_head_h3.ir_head_h3_center {
  text-align: center;
}
.ir_head_h3.ir_head_h3_border {
  padding-bottom: 0.25em;
  border-bottom: solid thin #ddd;
}
.ir_head_h3 span {
  font-size: 13px;
  font-weight: normal;
}

.ir_head_h4 {
  margin-bottom: 10px;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .ir_head_h4 {
    margin-bottom: 0.5em;
    font-size: 1.5rem;
  }
}
.ir_head_h4.ir_head_h4_center {
  text-align: center;
}
.ir_head_h4.ir_head_h4_border {
  padding-bottom: 0.25em;
  border-bottom: solid thin #ddd;
}

.ir_dlbutton {
  text-align: center;
}
.ir_dlbutton > a {
  display: inline-block;
  padding: 0.8em 2.5em;
  font-size: 16px;
  background-color: #ededed;
  border-radius: 2em;
  line-height: 1.2;
}

.ir_list {
  margin-left: 1.3em;
}
.ir_list li {
  display: list-item;
  list-style: disc outside;
}
.ir_list li + li {
  margin-top: 0.8em;
}

.ir_noticelist li {
  position: relative;
  padding-left: 1.5em;
  font-size: 0.85em;
  line-height: 1.6;
}
.ir_noticelist li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.ir_noticelist li + li {
  margin-top: 0.8em;
}

.ir_enlowlist li {
  counter-increment: cnt;
  position: relative;
  padding-left: 2em;
}
.ir_enlowlist li::before {
  content: "(" counter(cnt, lower-latin) ") ";
  position: absolute;
  top: 0;
  left: 0;
}
.ir_enlowlist li + li {
  margin-top: 0.5em;
}

.ir_deflist {
  font-size: 16px;
  line-height: 1.4;
  border-top: solid thin #ddd;
}
@media screen and (max-width: 640px) {
  .ir_deflist {
    font-size: 1em;
  }
}
.ir_deflist > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 0;
  border-bottom: solid thin #ddd;
}
@media screen and (max-width: 640px) {
  .ir_deflist > div {
    padding: 1em 0;
  }
}
@media screen and (max-width: 640px) {
  .ir_deflist > div {
    display: block;
  }
}
.ir_deflist > div dt {
  width: 25%;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .ir_deflist > div dt {
    width: 100%;
  }
}
.ir_deflist > div dd {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .ir_deflist > div dd {
    margin-top: 0.5em;
  }
}
.ir_deflist > div dd img {
  vertical-align: middle;
}
.ir_deflist.ir_deflist_longtitle div dt {
  width: 45%;
}
@media screen and (max-width: 640px) {
  .ir_deflist.ir_deflist_longtitle div dt {
    width: auto;
  }
}

.ir_unolist {
  border-top: solid thin #ddd;
}
.ir_unolist li {
  padding: 20px 0 20px 5px;
  font-size: 16px;
  line-height: 1.4;
  border-bottom: solid thin #ddd;
}
@media screen and (max-width: 640px) {
  .ir_unolist li {
    padding: 1em 0;
    font-size: 1em;
  }
}

.ir_faqlist {
  border-top: solid thin #ddd;
}
.ir_faqlist > div {
  padding: 25px 0;
  border-bottom: solid thin #ddd;
}
@media screen and (max-width: 640px) {
  .ir_faqlist > div {
    padding: 1em 0;
  }
}
.ir_faqlist > div dt {
  position: relative;
  padding-left: 2em;
}
.ir_faqlist > div dt::before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
  color: #0289d5;
  font-weight: bold;
}
.ir_faqlist > div dd {
  position: relative;
  margin-top: 0.5em;
  padding-left: 2em;
}
.ir_faqlist > div dd::before {
  content: "A.";
  position: absolute;
  top: 0;
  left: 0;
  color: #68d5f7;
  font-weight: bold;
}

.ir_resultstable {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}
.ir_resultstable th,
.ir_resultstable td {
  padding: 0.8em;
  font-size: 13px;
  line-height: 1.2;
  word-break: keep-all;
  white-space: nowrap;
  border: solid thin #ddd;
}
@media screen and (max-width: 640px) {
  .ir_resultstable th,
.ir_resultstable td {
    padding: 0.5em;
    font-size: 1.1rem;
  }
}
.ir_resultstable th {
  font-weight: bold;
  text-align: center;
}
.ir_resultstable td {
  text-align: right;
}
.ir_resultstable tbody th {
  width: 15%;
}
.ir_resultstable tbody td {
  width: auto;
}

.ir_dividetable {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .ir_dividetable {
    font-size: 1.2rem;
  }
}
.ir_dividetable th {
  text-align: center;
}
.ir_dividetable td {
  text-align: right;
}
.ir_dividetable thead th {
  font-weight: bold;
}
.ir_dividetable thead th,
.ir_dividetable thead td {
  background-color: #ededed;
}
.ir_dividetable tbody tr:nth-last-of-type(odd) th,
.ir_dividetable tbody tr:nth-last-of-type(odd) td {
  background-color: #ededed;
}

table.irc_FinanceTable {
  width: 100%;
}
table.irc_FinanceTable td.right {
  width: 16%;
}

.irc_FinanceTable tr:nth-child(even) td {
  background-color: #ededed;
}
.irc_FinanceTable tr.index1 td:first-child {
  padding-left: 1em;
}
.irc_FinanceTable tr.index2 td:first-child {
  padding-left: 2em;
}
.irc_FinanceTable tr.index3 td:first-child {
  padding-left: 3em;
}
.irc_FinanceTable tr.index4 td:first-child {
  padding-left: 4em;
}
.irc_FinanceTable tr.index5 td:first-child {
  padding-left: 5em;
}
.irc_FinanceTable tr.index6 td:first-child {
  padding-left: 6em;
}

#irp-library-quarter-category .irp-item-list > span {
  display: block;
}

.ir_selectmenu > label {
  margin-right: 0.5em;
  font-size: 20px;
  vertical-align: bottom;
}
@media screen and (max-width: 640px) {
  .ir_selectmenu > label {
    font-size: 1.6rem;
  }
}
.ir_selectmenu > select {
  padding: 0.4em 2.5em;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 2em;
}
@media screen and (max-width: 640px) {
  .ir_selectmenu > select {
    padding: 0.4em 1.5em;
    font-size: 1.4rem;
  }
}

.ir_uppernotes {
  text-align: right;
  margin-top: -2em;
  font-size: 0.85em;
}

.ir_signature {
  margin-top: 3em !important;
  text-align: right;
}

.ir_mt40 {
  margin-top: 40px !important;
}

.ir_mt60 {
  margin-top: 60px !important;
}

.ir_mt80 {
  margin-top: 80px !important;
}

.ir_frontpage {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px 4%;
}
@media screen and (max-width: 640px) {
  .ir_frontpage {
    display: block;
  }
}
.ir_frontpage li {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .ir_frontpage li {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .ir_frontpage li + li {
    margin-top: 2rem;
  }
}
.ir_frontpage li a {
  display: block;
  min-height: 200px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 640px) {
  .ir_frontpage li a {
    padding: 3rem 2rem;
    min-height: 0;
  }
}
.ir_frontpage .ir_frontpage_head {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .ir_frontpage .ir_frontpage_head {
    font-size: 1.8rem;
  }
}
.ir_frontpage .ir_frontpage_head span {
  display: block;
  color: #23b0ff;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .ir_frontpage .ir_frontpage_head span {
    font-size: 0.8em;
  }
}
.ir_frontpage .ir_frontpage_body {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .ir_frontpage .ir_frontpage_body {
    margin-top: 1em;
    font-size: 1.3rem;
  }
}

.ir_cards {
  display: flex;
  justify-content: space-between;
  gap: 40px 20px;
  flex-shrink: 1;
  max-width: 100%;
}
@media screen and (max-width: 840px) {
  .ir_cards {
    gap: 30px 15px;
  }
}
@media screen and (max-width: 640px) {
  .ir_cards {
    display: block;
  }
}
.ir_cards li {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 640px) {
  .ir_cards li + li {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.ir_cards li a {
  display: block;
}
.ir_cards li a > div {
  margin-top: 0;
  padding: 20px 30px 30px;
}
@media screen and (max-width: 840px) {
  .ir_cards li a > div {
    padding: 1em;
  }
}
.ir_cards li a > div .ir_cards_title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 840px) {
  .ir_cards li a > div .ir_cards_title {
    margin-top: 0.8em;
    font-size: 1.6rem;
  }
}
.ir_cards li a > div .ir_cards_body {
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 840px) {
  .ir_cards li a > div .ir_cards_body {
    font-size: 1.2rem;
  }
}

.ir_news_container {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}
.ir_news_container #irp-press-title {
  display: none;
}

.ir_news {
  display: flex;
  flex-direction: column;
  padding-bottom: 32px;
  letter-spacing: 0.04em;
  box-sizing: border-box;
}
.ir_news div {
  display: flex;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  column-gap: 24px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 840px) {
  .ir_news div {
    flex-direction: column;
    row-gap: 8px;
    align-items: flex-start;
  }
}
.ir_news div dt {
  display: flex;
  gap: 24px;
  flex-shrink: 0;
  align-items: center;
  width: auto;
  line-height: 1;
  font-weight: 800;
}
@media screen and (max-width: 840px) {
  .ir_news div dt {
    flex-direction: column;
    row-gap: 8px;
  }
}
.ir_news div dt time {
  font-size: 1.4rem;
  width: 100px;
  margin-right: 0;
}
.ir_news div dt span[class^=ir_news] {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  border-radius: 8px;
  background-color: #EFF1F4;
  width: 96px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #0044BD;
  border-left: none;
  box-sizing: border-box;
}
.ir_news div dt span[class^=ir_news] a {
  color: inherit;
  pointer-events: none;
}
.ir_news div dd {
  display: flex;
  align-items: center;
  column-gap: 24px;
  color: #393939;
  font-size: 1.4rem;
  line-height: 1.6;
  max-width: none;
}
.ir_news div dd:hover {
  text-decoration: underline;
}
.ir_news div dd > a {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.ir_news div dd > a > span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ir_news div dd .irp-fsize {
  display: none;
}
.section-inline .ir_news {
  row-gap: 24px;
}
.section-inline .ir_news div {
  border: none;
  border-radius: 10px;
  background-color: #fff;
  padding: 16px 20px;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 8px;
}
.section-inline .ir_news div dt {
  flex-direction: row;
  gap: 0;
}

.iconSet {
  width: 20px;
  height: 23px;
}

.ir_rsslink {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.2rem;
  column-gap: 12px;
  margin-bottom: 12px;
}
.ir_rsslink li {
  color: #062D7D;
}
.ir_rsslink li a {
  color: inherit;
}
.ir_rsslink li svg {
  vertical-align: text-bottom;
}

.ir_sitemap_full {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 60px 8%;
}
@media screen and (max-width: 640px) {
  .ir_sitemap_full {
    display: block;
  }
}
.ir_sitemap_full > section {
  width: 46%;
}
@media screen and (max-width: 640px) {
  .ir_sitemap_full > section {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .ir_sitemap_full > section + section {
    margin-top: 3rem;
  }
}
.ir_sitemap_full ul li + li {
  margin-top: 0.5em;
}

.ir_sitemap_main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 2%;
  max-width: 100%;
}
@media screen and (max-width: 840px) {
  .ir_sitemap_main {
    gap: 20px 3%;
    padding: 0 1.5rem !important;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .ir_sitemap_main {
    display: block;
  }
}
.ir_sitemap_main + .ir_sitemap_sub {
  margin-top: 20px;
}
.ir_sitemap_main > section {
  width: 32%;
  margin: 0;
  padding: 30px 30px 30px 85px;
  background-color: #fff;
  background-position: top 25px left 30px;
  background-repeat: no-repeat;
  background-size: auto 2.2em;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .ir_sitemap_main > section {
    width: 48.5%;
    padding: 1.5em 1.5em 1.5em 4.5em;
    background-size: auto 1.6em;
  }
}
@media screen and (max-width: 640px) {
  .ir_sitemap_main > section {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .ir_sitemap_main > section + section {
    margin-top: 2rem;
  }
}
.ir_sitemap_main > section.ir_sitemap_main_shareholders {
  background-image: url("/wp-content/themes/corporate.server/images/ir/icon_shareholders.png");
}
.ir_sitemap_main > section.ir_sitemap_main_management {
  background-image: url("/wp-content/themes/corporate.server/images/ir/icon_management.png");
}
.ir_sitemap_main > section.ir_sitemap_main_finance {
  background-image: url("/wp-content/themes/corporate.server/images/ir/icon_finance.png");
  background-size: 1.8em auto;
}
@media screen and (max-width: 840px) {
  .ir_sitemap_main > section.ir_sitemap_main_finance {
    background-size: 1.2em auto;
  }
}
.ir_sitemap_main > section.ir_sitemap_main_library {
  background-image: url("/wp-content/themes/corporate.server/images/ir/icon_library.png");
}
.ir_sitemap_main > section.ir_sitemap_main_stock {
  background-image: url("/wp-content/themes/corporate.server/images/ir/icon_stock.png");
}
.ir_sitemap_main > section .ir_sitemap_main_head {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.ir_sitemap_main > section ul {
  margin-top: 15px;
}
.ir_sitemap_main > section ul li {
  font-size: 13px;
  line-height: 1.4;
}
.ir_sitemap_main > section ul li + li {
  margin-top: 0.5em;
}

.ir_sitemap_sub {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 2%;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .ir_sitemap_sub {
    gap: 1rem 3%;
    margin-top: 2rem;
  }
}
.ir_sitemap_sub li {
  width: 23.5%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 840px) {
  .ir_sitemap_sub li {
    width: 32%;
  }
}
@media screen and (max-width: 640px) {
  .ir_sitemap_sub li {
    width: 48.5%;
  }
}
.ir_sitemap_sub li a {
  display: block;
  font-weight: bold;
  padding: 20px 30px;
  background-image: url("/wp-content/themes/corporate.server/images/ir/icon_arrow.png");
  background-position: top 50% right 1em;
  background-repeat: no-repeat;
  background-size: auto 1.2em;
}
@media screen and (max-width: 840px) {
  .ir_sitemap_sub li a {
    padding: 1.5em;
    font-size: 1.3rem;
  }
}

.ir_sitemap_rich {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 40px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .ir_sitemap_rich {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 640px) {
  .ir_sitemap_rich {
    display: block;
    padding: 2rem;
  }
}
.ir_sitemap_rich + .ir_sitemap_rich {
  margin-top: 60px;
}
.ir_sitemap_rich .ir_sitemap_rich_colsL {
  width: 40%;
  margin: 0 !important;
}
@media screen and (max-width: 640px) {
  .ir_sitemap_rich .ir_sitemap_rich_colsL {
    width: 100%;
  }
}
.ir_sitemap_rich .ir_sitemap_rich_colsR {
  width: 50%;
  margin: 0 !important;
}
@media screen and (max-width: 640px) {
  .ir_sitemap_rich .ir_sitemap_rich_colsR {
    width: 100%;
  }
}
.ir_sitemap_rich .ir_sitemap_rich_head {
  padding: 0.5em 0 0.5em 2.2em;
  font-size: 20px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 1.6em;
}
@media screen and (max-width: 640px) {
  .ir_sitemap_rich .ir_sitemap_rich_head {
    font-size: 1.6rem;
  }
}
.ir_sitemap_rich .ir_sitemap_rich_head.ir_sitemap_rich_head_finance {
  background-size: 1.2em auto;
  background-image: url("/wp-content/themes/corporate.server/images/ir/icon_finance.png");
}
.ir_sitemap_rich .ir_sitemap_rich_head.ir_sitemap_rich_head_stock {
  background-image: url("/wp-content/themes/corporate.server/images/ir/icon_stock.png");
}
.ir_sitemap_rich .ir_sitemap_rich_body {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .ir_sitemap_rich .ir_sitemap_rich_body {
    margin-top: 0.5em;
    font-size: 1.3rem;
  }
}
.ir_sitemap_rich .ir_sitemap_rich_menu {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 4%;
}
@media screen and (max-width: 640px) {
  .ir_sitemap_rich .ir_sitemap_rich_menu {
    gap: 0.5em 3%;
    margin-top: 1em;
  }
}
.ir_sitemap_rich .ir_sitemap_rich_menu li {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .ir_sitemap_rich .ir_sitemap_rich_menu li {
    width: 48.5%;
  }
}
.ir_sitemap_rich .ir_sitemap_rich_menu li a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 20px;
  background-image: url("/wp-content/themes/corporate.server/images/ir/icon_arrow.png");
  background-position: top 50% right 1em;
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  border: solid thin #ddd;
}
@media screen and (max-width: 640px) {
  .ir_sitemap_rich .ir_sitemap_rich_menu li a {
    padding: 0.8em 1.5em 0.8em 1em;
    font-size: 1.3rem;
    line-height: 1.2;
    background-position: top 50% right 0.8em;
    background-size: auto 0.8em;
  }
}

.ir_aboutgmomedia {
  padding: 60px;
  background-color: #fff;
  background-image: url("/wp-content/themes/corporate.server/images/ir/shareholders_01.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .ir_aboutgmomedia {
    padding: 2rem;
    background-size: cover;
    background-position: right 150% center;
  }
}
.ir_aboutgmomedia .ir_aboutgmomedia_head {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .ir_aboutgmomedia .ir_aboutgmomedia_head {
    font-size: 1.8rem;
  }
}
.ir_aboutgmomedia .ir_aboutgmomedia_body {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .ir_aboutgmomedia .ir_aboutgmomedia_body {
    margin-top: 1.4em;
    font-size: 1.4rem;
  }
}
.ir_aboutgmomedia .section__button {
  max-width: 250px !important;
  margin: 30px 0 0 !important;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .ir_aboutgmomedia .section__button {
    margin-top: 1.4em;
  }
}
.ir_aboutgmomedia .section__button a {
  height: 40px;
  padding: 0;
  font-size: 18px;
  line-height: 2.5;
}

.ir_logoalign {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 5%;
}
.ir_logoalign li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
}

.ir_featurecont {
  display: flex;
  justify-content: space-between;
  margin-top: 0 !important;
  border: solid thin #ddd;
}
@media screen and (max-width: 640px) {
  .ir_featurecont {
    display: block;
  }
}
.ir_featurecont .ir_featurecont_media {
  width: 64%;
}
@media screen and (max-width: 640px) {
  .ir_featurecont .ir_featurecont_media {
    width: 100%;
  }
}
.ir_featurecont .ir_featurecont_media * {
  max-width: 100%;
  min-width: 100%;
  max-height: 100%;
  min-height: 100%;
}
.ir_featurecont .ir_featurecont_exp {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 36%;
  padding: 30px;
  gap: 20px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .ir_featurecont .ir_featurecont_exp {
    display: block;
    width: 100%;
    padding: 2rem;
  }
}
.ir_featurecont .ir_featurecont_exp > * {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .ir_featurecont .ir_featurecont_exp > * {
    width: auto;
  }
}
.ir_featurecont .ir_featurecont_exp .ir_featurecont_head {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .ir_featurecont .ir_featurecont_exp .ir_featurecont_head {
    font-size: 1.6rem;
  }
}
.ir_featurecont .ir_featurecont_exp .ir_featurecont_body {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .ir_featurecont .ir_featurecont_exp .ir_featurecont_body {
    margin-top: 1em;
    font-size: 1.3rem;
  }
}
.ir_featurecont .ir_featurecont_exp .ir_featurecont_relation {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .ir_featurecont .ir_featurecont_exp .ir_featurecont_relation {
    margin-top: 1em;
    font-size: 1.3rem;
  }
}
.ir_featurecont .ir_featurecont_exp .ir_featurecont_relation li {
  display: list-item;
  margin-left: 1.3em;
  list-style: disc outside;
}

.ir_topmessage {
  position: relative;
  padding: 60px 80px;
  background: linear-gradient(109.65deg, #e8eaef 42.44%, #f0f0f3 94.33%);
  box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .ir_topmessage {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 640px) {
  .ir_topmessage {
    padding: 2rem 2rem 3rem;
  }
}
.ir_topmessage .ir_topmessage_head {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 840px) {
  .ir_topmessage .ir_topmessage_head {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .ir_topmessage .ir_topmessage_head {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .ir_topmessage .ir_topmessage_head br {
    display: none;
  }
}
.ir_topmessage .ir_topmessage_signature {
  font-size: 22px;
}
@media screen and (max-width: 840px) {
  .ir_topmessage .ir_topmessage_signature {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .ir_topmessage .ir_topmessage_signature {
    font-size: 1.4rem;
  }
}
.ir_topmessage .ir_topmessage_signature span {
  margin-left: 0.5em;
  font-size: 18px;
}
@media screen and (max-width: 840px) {
  .ir_topmessage .ir_topmessage_signature span {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .ir_topmessage .ir_topmessage_signature span {
    font-size: 1.3rem;
  }
}
.ir_topmessage .ir_topmessage_signature > *:first-child {
  margin-left: 0;
}
.ir_topmessage > figure {
  position: absolute;
  bottom: 0;
  right: 2%;
}
@media screen and (max-width: 840px) {
  .ir_topmessage > figure {
    right: 0;
  }
}
.ir_topmessage > figure img {
  max-width: 350px;
}
@media screen and (max-width: 840px) {
  .ir_topmessage > figure img {
    max-width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .ir_topmessage > figure img {
    max-width: 100px;
  }
}

.ir_results {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 80px 6%;
  max-width: none !important;
}
.ir_results > section, .ir_results > div {
  width: 47%;
}
@media screen and (max-width: 840px) {
  .ir_results > section, .ir_results > div {
    width: 100%;
  }
}
.ir_results > section .ir_head_h3, .ir_results > div .ir_head_h3 {
  margin-bottom: 15px;
}

.ir_ft {
  max-width: 780px;
  margin: 60px auto 0;
}
.ir_ft .ir_ft_unit {
  font-size: 14px;
  line-height: 1.4;
  text-align: right;
}
.ir_ft .irc_FinanceTable1,
.ir_ft .irc_FinanceTableT1 {
  background-color: #ededed;
}
.ir_ft .irc_FinanceTable_bordertop,
.ir_ft .irc_FinanceTable_borderbottom {
  border: none;
}

.bnr-press {
  width: 100%;
  max-width: 1000px;
}
@media screen and (min-width: 841px) {
  .bnr-press--pc {
    display: inline-block;
  }
  .bnr-press--sp {
    display: none;
  }
}
@media screen and (max-width: 840px) {
  .bnr-press--pc {
    display: inline-block;
  }
  .bnr-press--sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .bnr-press {
    max-width: 320px;
  }
  .bnr-press--pc {
    display: none;
  }
  .bnr-press--sp {
    display: inline-block;
  }
}

.ir-youtube {
  max-width: 720px;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto 40px;
  text-align: right;
}
.ir-youtube iframe {
  width: 100%;
  height: 100%;
}

.ir-num {
  color: #393939;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  box-sizing: border-box;
}

.ir-num-group:not(:first-child) {
  margin-top: 50px;
}

.ir-num-group__head {
  margin-bottom: 32px;
  text-align: center;
  position: relative;
  letter-spacing: 0.08em;
}

.ir-num-group__caption {
  color: #062D7D;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.ir-num-group__ttl {
  font-size: 2.4rem;
  font-weight: 800;
  padding-bottom: 20px;
}

.ir-num-group__head::after {
  content: "";
  width: 36px;
  height: 3px;
  position: absolute;
  background-color: #f5b829;
  border-radius: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.ir-num-group__content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.ir-num-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  padding: 16px 32px;
  background-color: #fff;
  border-radius: 24px 16px;
  gap: 24px;
  box-sizing: border-box;
}

.ir-num-item--cropped {
  overflow: hidden;
  max-width: 390px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: center;
}
.ir-num-item--cropped .ir-num-item__img {
  display: flex;
  justify-content: center;
}

.ir-num-item.is-vertical {
  flex-direction: column;
}
.ir-num-item.is-vertical .ir-num-item__img {
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}
.ir-num-item.is-small {
  flex-basis: 38%;
}
.ir-num-item.is-mid {
  flex-grow: 1;
  min-width: 300px;
  max-width: 490px;
}
.ir-num-item.is-large {
  flex-basis: 100%;
}

.ir-num-item__ttl {
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.ir-num-item__ttl small {
  font-size: 1rem;
}

.ir-num-item__num {
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.ir-num-item__num--double {
  display: flex;
  justify-content: center;
  column-gap: 60px;
}

.ir-num-item__num small {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06rem;
}
.ir-num-item__num em {
  font-size: 6.8rem;
  font-style: normal;
}

.ir-num-item__img {
  text-align: center;
  max-width: 396px;
  overflow: hidden;
}
.ir-num-item__img figcaption {
  font-size: 1.2rem;
  padding-top: 8px;
  text-align: left;
}

.ir-num-no1 {
  flex-basis: 65%;
}

.ir-num-no1__icon {
  margin-bottom: -18px;
}
.ir-num-no1__icon img {
  width: 100%;
  height: auto;
}

.ir-num-no1__note {
  display: block;
  margin-top: 16px;
  color: #666;
  font-size: 1.2rem;
  text-align: left;
}

.ir-num-no1-list {
  padding: 16px 16px 8px;
  border: 2px solid #393939;
  border-radius: 20px;
}
.ir-num-no1-list li {
  display: flex;
  column-gap: 8px;
  align-items: center;
  font-size: 1.4rem;
  padding: 8px;
}
.ir-num-no1-list li em {
  font-size: 1.6rem;
  font-weight: 800;
  color: #062D7D;
  font-style: normal;
  margin-left: 4px;
}
.ir-num-no1-list li:not(:first-child) {
  border-top: 2px dotted #393939;
}

.ir-num-date {
  max-width: 820px;
  margin: 20px auto;
}

@media (max-width: 840px) {
  .ir-num-item.is-small {
    width: calc((100% - 24px) / 2);
  }
  .ir-num-item.is-mid {
    width: calc((100% - 24px) / 2);
    min-width: auto;
    max-width: none;
  }
  .ir-num-item--cropped {
    width: calc((100% - 24px) / 2);
  }
  .ir-num-item.is-horizontal {
    flex-direction: column;
  }
  .ir-num-item__ttl {
    font-size: 2.2rem;
  }
  .ir-num-item__num {
    font-size: 2rem;
  }
  .ir-num-item__num em {
    font-size: 5rem;
  }
  .ir-num-item__img img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 640px) {
  .ir-num {
    padding-left: 16px;
    padding-right: 16px;
  }
  .ir-num-item {
    padding: 16px;
  }
  .ir-num-item__ttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .ir-num-item__info {
    order: -1;
  }
  .ir-num-item.is-small, .ir-num-item.is-mid {
    flex-grow: 1;
    width: 100%;
  }
  .ir-num-item--cropped {
    flex-grow: 1;
    width: 100%;
    max-width: none;
  }
  .ir-num-no1-list {
    padding: 8px;
  }
  .ir-num-no1-list li {
    font-size: 1.2rem;
    column-gap: 4px;
    text-align: left;
  }
  .ir-num-no1-list li img {
    width: 24px;
    height: 12px;
  }
  .ir-num-no1-list li em {
    font-size: 1.2rem;
  }
}
.footer-ir {
  display: flex;
  background-color: #EBEBEB;
  padding: 80px 16px;
  justify-content: center;
}

.footer-ir-card-list {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.footer-ir-card {
  flex: 1 1 calc((100% - 32px) / 3);
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
  color: #393939;
  box-sizing: border-box;
}

.footer-ir-card__caption {
  font-size: 1.6rem;
  font-weight: 800;
  color: #062D7D;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}

.footer-ir-card__ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 800;
  margin-top: 8px;
  letter-spacing: 0.04em;
}

a.footer-ir-card__ttl:hover {
  opacity: 0.7;
}
a.footer-ir-card__ttl::after {
  content: "→";
  font-size: 1.6rem;
}

.footer-ir-card__inner-ttl, .footer-ir-card__toggle, .footer-ir-card__label {
  display: none;
}

.footer-ir-links {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.footer-ir-links--2col {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px 4px;
}
.footer-ir-links--2col li {
  width: calc((100% - 4px) / 2);
}
.footer-ir-links--2col li a {
  flex-shrink: 0;
}

.footer-ir-links li {
  position: relative;
  display: flex;
  align-items: center;
}
.footer-ir-links li::before {
  display: inline-block;
  content: "";
  background-color: #062D7D;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  margin-right: 4px;
}
.footer-ir-links li::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 5px;
  width: 3px;
  height: 3px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff #fff transparent transparent;
}
.footer-ir-links li a {
  font-size: 1.2rem;
  flex-grow: 1;
}
.footer-ir-links li a:hover {
  text-decoration: underline;
}

@media (max-width: 840px) {
  .footer-ir {
    padding: 80px 32px;
  }
  .footer-ir-card {
    flex: 1 1 calc((100% - 16px) / 2);
  }
}
@media (max-width: 640px) {
  .footer-ir-card {
    flex: 1 1 100%;
  }
  .footer-ir-links {
    row-gap: 16px;
  }
  .footer-ir-links li::after {
    top: 7px;
  }
  .footer-ir-links li a {
    font-size: 1.4rem;
  }
  .footer-ir-links--2col {
    flex-direction: column;
  }
  .footer-ir-card__ttl {
    display: none;
  }
  .footer-ir-card__label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 800;
    margin-top: 8px;
    letter-spacing: 0.04em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  .footer-ir-card__label::after {
    content: "";
    display: inline-block;
    left: 2px;
    top: 7px;
    width: 6px;
    height: 6px;
    transform: rotate(135deg);
    border-width: 2px;
    border-style: solid;
    border-color: #393939 #393939 transparent transparent;
  }
  .footer-ir-card__body {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    height: 0;
    overflow: hidden;
  }
  .footer-ir-card__toggle:checked ~ .footer-ir-card__body {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: all 0.3s;
  }
  .footer-ir-card__toggle:checked + .footer-ir-card__label::after {
    transform: rotate(-45deg);
  }
  .footer-ir-card__inner-ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4rem;
    margin-top: 24px;
    letter-spacing: 0.04em;
    justify-content: flex-end;
    column-gap: 8px;
  }
  .footer-ir-card__inner-ttl::after {
    content: "→";
    font-size: 1.6rem;
    font-weight: 800;
    color: #0044BD;
  }
}
.crm {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 0;
  letter-spacing: 0.02em;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .crm {
    max-width: 375px;
  }
  .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;
  }
}
.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;
  transition-duration: 0.1s;
}
.crm-btn:hover, .crm-btn:active, .crm-btn:focus {
  background: #009571;
  color: #fff;
}
.crm-text-link {
  color: #0064a0;
  text-decoration: underline;
  transition-duration: 0.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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.crm-card li {
  margin-bottom: 32px;
}
.crm-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 12px;
}
.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: flex;
  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;
}

.crm-contact {
  padding: 44px 20px;
  background-color: #00C898;
}
.crm-contact__ttl {
  margin-bottom: 24px;
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: 4rem;
  line-height: 1.4;
}
.crm-contact__lead {
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.4;
}
.crm-contact__l-btn {
  margin-top: 24px;
  text-align: center;
}

.crm-contact-repeatas {
  text-align: center;
  background-color: #fff;
  margin-top: 48px;
  padding: 32px 16px;
  border-radius: 12px;
  max-width: 845px;
  margin-right: auto;
  margin-left: auto;
}
.crm-contact-repeatas__ttl {
  margin-bottom: 12px;
  color: #444;
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.4;
}
.crm-contact-repeatas__ttl em {
  color: #00C898;
  font-style: normal;
}
.crm-contact-repeatas__lead {
  color: #444;
  text-align: left;
  font-size: 2rem;
  line-height: 1.6;
}
.crm-contact-repeatas img {
  max-width: 500px;
  width: 84%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.crm-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.5em;
  width: 100%;
  border-radius: 50px;
  background-color: #fff;
  color: #00C898;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  font-weight: bolder;
  font-size: 2.2rem;
  opacity: 1;
  transition: opacity 100ms;
}
.crm-contact-btn:hover {
  opacity: 0.8;
}
.crm-contact-btn--contact-repeatas {
  background-color: #fff;
  color: #00C898;
  border: 3px solid #00C898;
}

@media only screen and (min-width: 769px) {
  .crm-contact-btn {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 400px;
  }
  .crm-contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .crm-contact__ttl {
    margin-bottom: 28px;
    line-height: 1.2;
  }
  .crm-contact-kgb {
    width: 720px;
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 64px;
  }
  .crm-contact-kgb img {
    width: 300px;
  }
}
.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: 1%;
  width: 15%;
}

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

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

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

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

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

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

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

.mark-area {
  padding-bottom: 40px;
  background-color: #444;
}

.mark-area-gmo-seal {
  max-width: 1000px;
  padding-top: 24px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
.mark-area-gmo-seal li {
  margin: 0 8px 8px;
}
.mark-area-gmo-seal img {
  height: 66px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.mark-area-logo {
  max-width: 1000px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
.mark-area-logo li {
  margin-bottom: 12px;
}
.mark-area-logo li:not(:last-child) {
  margin-right: 12px;
}
.mark-area-logo img {
  height: 66px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.mark-area-logo .logo-isms {
  font-size: 10px;
  text-align: center;
}
.mark-area-logo .logo-isms img {
  height: 60px;
}
.mark-area-logo .logo-isms p {
  color: #fff;
}

/* --------------------max-width:1000px-------------------- */
@media screen and (max-width: 1000px) {
  .footer-area__top {
    width: 840px;
  }
  .footer-menu {
    overflow: hidden;
    width: 840px;
  }
  .mark-area-gmo-seal, .mark-area-logo {
    width: 840px;
  }
}
.bnr-blog {
  display: block;
  margin: 0 auto 20px;
  width: 200px;
}
.bnr-blog__img {
  width: 100%;
}

/* --------------------max-width:840px-------------------- */
@media screen and (max-width: 840px) {
  .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-gmo-seal {
    max-width: 146px;
  }
  .mark-area-logo {
    width: 96%;
  }
  .mark-area-logo img {
    height: 48px;
  }
  .mark-area-logo .logo-isms img {
    height: 36px;
  }
}
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  color: #444;
  font-size: 1.4rem;
  font-family: Lato, "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-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 40px;
  height: 40px;
  background-color: #0044BD;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: bold;
  color: #393939;
  background-color: #F4F4F7;
  border: none;
  margin: 0;
}
.page-numbers.dots {
  pointer-events: none;
  background-color: transparent;
}
.page-numbers a:hover {
  opacity: 0.7;
}
.page-numbers.current {
  background-color: #0044BD;
  color: #fff;
}

.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/corporate.server/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: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
  flex-wrap: wrap;
}
.gmom-content-header__category-list-item {
  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: flex;
  align-items: 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;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.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 {
  display: flex;
  align-items: center;
  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/corporate.server/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/corporate.server/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;
  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;
  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: 36px 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;
  word-break: break-word;
}
.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リニューアル ▽▽▽ ----- */
@keyframes grow {
  0% {
    transform: scale(1);
  }
  100% {
    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: 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%;
  transform: scale(1.1);
}
.top-eyecatch__img--active {
  z-index: 3;
}
.top-eyecatch__img--active img {
  animation-name: grow;
  animation-duration: 6s;
  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-top: 76px;
}

.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: 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;
  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: "";
  transition: transform 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
}

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

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

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

.card-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .card-list--cols2 {
    flex-direction: column;
  }
}
.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:not(:nth-child(3n)) {
  margin-right: 20px;
}
.card-list--cols2 .card-list__item {
  width: calc((100% - 20px * 1) / 2);
}
@media screen and (max-width: 480px) {
  .card-list--cols2 .card-list__item {
    width: 100%;
  }
}
.card-list--cols2 .card-list__item:not(:nth-child(3n)) {
  margin-right: 0;
}
.card-list--cols2 .card-list__item:not(:nth-child(2n)) {
  margin-right: 20px;
}
.card-list__item:hover {
  position: relative;
}
.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;
  transition: transform 0.2s linear;
}
.card-list__img img:hover {
  transition: 0.5s ease-out;
  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: bold;
  font-size: 1.2rem;
  line-height: 18px;
}
.card-list__title {
  margin: 0 0 4px;
  font-weight: bold;
  font-size: 1.8rem;
}
.card-list__sub {
  margin: 0 0 16px;
  color: #23b0ff;
  font-weight: normal;
  font-size: 1.4rem;
}
.card-list__caption {
  margin-bottom: 8px;
  color: #444;
  font-weight: bold;
  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: 0.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%;
}

@media screen and (max-width: 1000px) {
  .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: 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) {
  .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: 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;
  }
}
.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;
}

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

.cwidth_container {
  padding-top: 90px;
}

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

.u-mt-20 {
  margin-top: 20px;
}

.c-drawer-nav__close, .c-header-sp__btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.u-headline {
  font-size: 0;
}

.u-bnr-line {
  border: 1px solid #C3C3C3;
}

.u-bnr-rounded {
  border: 1px solid #fff;
  border-radius: 12px;
  display: inline-block;
}

@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
/* 採用系各ページの共通ヘッダー */
.c-header-pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.c-header-pc__l-nav {
  display: flex;
  gap: 20px;
  align-items: center;
}

.c-header-sp {
  display: flex;
  justify-content: space-between;
}
.c-header-sp__l-logo {
  padding-top: 16px;
  padding-left: 12px;
}
.c-header-sp__btn {
  display: block;
  padding-right: 20px;
}

.c-header-pc-menu {
  display: flex;
}
.c-header-pc-menu__item {
  font-weight: 700;
}
.c-header-pc-menu__item + .c-header-pc-menu__item {
  margin-left: 40px;
}

.c-drawer-nav__l-close-btn {
  text-align: right;
  padding: 26px 20px;
}
.c-drawer-nav__l-menu {
  padding-right: 24px;
  padding-left: 24px;
}
.c-drawer-nav__menu {
  font-weight: 700;
  border-bottom: 1px solid #F5F3EF;
}
.c-drawer-nav__menu > a {
  display: block;
  padding-top: 24px;
  padding-bottom: 24px;
}
.c-drawer-nav__l-entry-btn {
  padding: 24px;
}

/* 採用系各ページのヘッダー下からの要素を覆う */
.recruit-page-body {
  padding-top: 73px;
}

/* トップ以外の採用系各ページの全体を覆う要素 */
.recruit-content-page {
  padding-bottom: 64px;
  color: var(--text-default);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 160%;
}
.recruit-content-page:not(.recruit-content-page--interview) {
  background-color: var(--bg-gray-light);
}

/* アイキャッチ下ナビゲーションメニュー */
.recruit-nav-sub {
  margin: 0 auto 32px;
  max-width: 980px;
}
.recruit-nav-sub__ttl {
  position: relative;
  margin-bottom: var(--space-8);
  padding-left: var(--space-24);
  color: var(--text-sub);
  font-weight: 500;
  font-size: 1.2rem;
}
.recruit-nav-sub__ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  content: "";
}
.recruit-nav-sub__ttl--icon-role::before {
  background: url(/wp-content/themes/corporate.server/images/recruit/interview/icon-search-role.svg);
}
.recruit-nav-sub__ttl--icon-key::before {
  background: url(/wp-content/themes/corporate.server/images/recruit/interview/icon-search-key.svg);
}
.recruit-nav-sub__list {
  display: flex;
  gap: var(--space-20);
}
.recruit-nav-sub__list :not(:last-child) {
  border-right: 1px solid var(--border-default);
}
.recruit-nav-sub__item {
  padding-right: var(--space-20);
  font-weight: 600;
  transition: 0.3s;
}
.recruit-nav-sub__item a:hover {
  color: var(--primary);
}

.recruit-nav-sub-filter {
  padding-right: var(--space-20);
  font-weight: 600;
  transition: 0.3s;
}
.recruit-nav-sub-filter[for=All], .recruit-nav-sub-filter[for=Shinsotsu] {
  border-right: 1px solid var(--border-default);
}
.recruit-nav-sub-filter[for=Shinsotsu], .recruit-nav-sub-filter[for=Chuto] {
  padding-left: var(--space-20);
}

.recruit-nav-sub-filter-input:checked + label, .recruit-nav-sub-filter-input:hover + label {
  color: var(--primary);
  cursor: pointer;
}

/* 採用ページ用メインセクション */
.recruit-section-wrap {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 32px;
  max-width: 980px;
  border-radius: 10px;
  background-color: var(--bg-white);
}

.recruit-section--interview {
  overflow: hidden;
}
.recruit-section:not(:last-child) {
  margin-bottom: 72px;
}
.recruit-section__ttl {
  margin-bottom: 20px;
}
.recruit-section--interview .recruit-section__ttl {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 980px;
}
.recruit-section__ttl h2 {
  margin-bottom: 4px;
  color: var(--primary);
  font-size: 2rem;
}
.recruit-section__ttl small {
  color: var(--secondary);
  font-weight: bold;
  font-size: 1.2rem;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
.recruit-section__desc {
  margin-bottom: 32px;
  font-size: 1.4rem;
}
.recruit-section--interview .recruit-section__desc {
  margin: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 980px;
}
.recruit-section__sub-ttl {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 1.6rem;
}
.recruit-section__image-box {
  margin: auto;
  padding-top: var(--space-24);
  padding-right: 30px;
  padding-left: 30px;
  max-width: 980px;
}
.recruit-section__image-box > img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .recruit-content-page:not(.recruit-content-page--data-media) {
    background-color: var(--bg-white);
  }
  .recruit-nav-sub {
    position: relative;
    overflow: scroll;
    margin-bottom: 0;
    padding: 32px 0 32px 20px;
    background-color: var(--bg-white);
  }
  .recruit-nav-sub--interview {
    padding: 0;
  }
  .recruit-nav-sub__list::after {
    position: sticky;
    top: 0;
    right: 0;
    flex-shrink: 0;
    width: 64px;
    height: 24px;
    background: linear-gradient(270deg, #fff -2.86%, rgba(255, 255, 255, 0) 92.86%);
    content: "";
  }
  .recruit-nav-sub__item {
    flex-shrink: 0;
    flex-basis: auto;
  }
  .recruit-nav-sub-filter {
    margin-bottom: 0;
  }
  .recruit-section-wrap {
    padding: 0;
    max-width: 450px;
  }
  .recruit-section {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .recruit-section--interview .recruit-section__ttl {
    padding-right: 0;
    padding-left: 0;
  }
  .recruit-section__desc {
    margin-bottom: 32px;
  }
  .recruit-section--interview .recruit-section__desc {
    padding-right: 0;
    padding-left: 0;
  }
  .recruit-section--interview .recruit-section__image-box {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 1440px) {
  .recruit-section--interview .recruit-section__ttl {
    max-width: unset;
    width: 74vw;
  }
}
/* clearfix */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

.clearfix {
  display: block;
}

/* ここからは222Qより前のスタイル */
.second__title h2 {
  font-weight: normal;
  font-size: 26px;
}

.page-template-page-recruit 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);
  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;
  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 */
}

.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: 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-open:hover {
  cursor: pointer;
}
a .modal__close:hover {
  color: #444;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .modal {
    box-sizing: border-box;
    padding: 10px;
    max-width: 350px;
  }
  .modal__wrapper {
    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;
  }
}
@media screen and (max-width: 320px) {
  .modal {
    max-width: 300px;
  }
}
/* メディアクエリ制御 */
@media screen and (max-width: 1000px) {
  .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%;
  }
}
/* FAQ一覧 */
.faq-qa-list__item + .faq-qa-list__item {
  margin-top: 16px;
}

/* FAQの一要素 */
.faq-item {
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.faq-item.is-open {
  border-width: 2px;
  border-color: #004b9e;
}
.faq-item__ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #393939;
  font-size: 1.6rem;
  line-height: 1.4;
  cursor: pointer;
}
.faq-item__ttl::after {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  background: url(/wp-content/themes/corporate.server/images/recruit/faq/icon-open.png) no-repeat center/100%;
  content: "";
  vertical-align: middle;
  transition-duration: 0.3s;
}
.is-open .faq-item__ttl::after {
  transform: rotate(180deg);
}
.faq-item__content {
  display: none;
  margin-top: 16px;
  padding: 16px 20px;
  border-radius: 6px;
  background-color: #f7f7f9;
}
.faq-item__ttl.is-open + .faq-item__content {
  display: block;
}
.faq-item__icon {
  margin-right: 8px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
.faq-item__name {
  color: #888;
  vertical-align: middle;
  font-size: 1.2rem;
}
.faq-item__desc + .faq-item__l-head {
  margin-top: 24px;
}
.faq-item__desc {
  margin-top: 8px;
}
.faq-item__text {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.6;
}
.faq-item__img {
  margin-top: 16px;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .faq-item__content {
    padding: 12px;
  }
}
@media screen and (min-width: 768px) {
  .faq-item__ttl:hover {
    opacity: 0.7;
  }
}
/* インタビュー */
.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% - 216px);
}

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

.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::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(33.3333333333% - 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: flex;
  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: 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: flex;
  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: flex;
  margin: 0 0 16px;
}

.allowance-list__title {
  display: flex;
  align-items: 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%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.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;
}

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

.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;
  transition: 0.3s linear;
  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/corporate.server/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/corporate.server/images/recruit/top/top-background.png);
}

.gmom-recruit-top-news {
  margin: 0 auto 70px;
  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__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 {
  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;
}

@media screen and (max-width: 840px) {
  .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-profile-list--pc-cols2 > .gmom-profile-list__item {
    float: none;
    width: 100%;
  }
  .gmom-recruit-eyecatch {
    padding: 10px 0;
    height: 190px;
    background-size: cover;
  }
  .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% - 146px);
  }
  .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 {
    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 {
    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;
  }
}
.recruit-sub-ttl {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  color: var(--text-default);
  font-weight: 700;
  font-size: 2rem;
}
.recruit-sub-ttl > span {
  padding-left: 12px;
  color: var(--secondary);
  font-weight: normal;
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.recruit-top-media-card {
  margin-right: var(--space-24);
}
.recruit-top-media-card > a {
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  gap: 24px;
}
.recruit-top-media-card > a:hover img {
  overflow: hidden;
  filter: sepia(0%);
  transform: scale(1.1);
}
.recruit-top-media-card__img {
  display: inline-block;
  overflow: hidden;
  margin-left: 40px;
  width: 480px;
  height: 228px;
  border-radius: 6px;
  background-color: var(--bg-white);
}
.recruit-top-media-card__img > img {
  filter: sepia(20%);
  transition: 0.7s ease;
  object-fit: contain;
  max-width: 100%;
}
.recruit-top-media-card__desc {
  position: relative;
  z-index: 2;
  margin-top: -48px;
  padding: 16px;
  width: 75%;
  background-color: var(--bg-white);
  color: var(--text-default);
}
.recruit-top-media-card__desc > h3 {
  margin-bottom: 16px;
  letter-spacing: var(--letter-space-wide);
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 160%;
}
.recruit-top-media-card__desc > p {
  font-size: 1.2rem;
}
.recruit-top-media-card__desc::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 12px 12px 0 0;
  border-style: solid;
  border-color: #000 transparent transparent;
  content: "";
}
.recruit-top-media-card__badge {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  gap: 8px;
}
.recruit-top-media-card__badge > span {
  padding: var(--space-4) 12px;
  border: 1px solid var(--secondary);
  color: var(--secondary);
  font-size: 1rem;
}

.recruit-round-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 12px;
  width: 300px;
  border: 1px solid var(--primary);
  border-radius: 6px;
  background-color: #f4f8fd;
  box-shadow: 0 3px 0 #c3d5ea;
  color: var(--primary);
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
}
.recruit-round-btn > span {
  color: var(--secondary);
  font-size: 1.2rem;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
.recruit-round-btn::after {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto 0;
  width: 26px;
  height: 32px;
  background-image: url(/wp-content/themes/corporate.server/images/recruit/top/recruit-btn-arrow.svg);
  content: "";
  transition: 0.3s;
}
.recruit-round-btn--align-left {
  padding: 12px 32px;
  text-align: left;
}
.recruit-round-btn:hover {
  opacity: 0.7;
}
.recruit-round-btn:hover::after {
  right: 12px;
}

.recruit-top {
  overflow: hidden;
}
.recruit-top__fv {
  position: relative;
  height: 50vh;
  background-image: url(/wp-content/themes/corporate.server/images/recruit/top/fv-temp.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.recruit-top__fv::after {
  position: absolute;
  bottom: 40px;
  left: 2%;
  width: 510px;
  height: 148px;
  background-image: url(/wp-content/themes/corporate.server/images/recruit/top/rec-top-fv-text.svg);
  content: "";
}
.recruit-top__content-wrap {
  padding-left: 2%;
  background-color: var(--bg-gray);
}
.recruit-top__content-bg {
  padding: var(--space-64) 0;
  width: 100%;
  background-color: var(--bg-white);
}
.recruit-top__content-bg:first-child {
  border-radius: 72px 0 0;
}
.recruit-top__content-bg:not(:last-child) {
  margin-bottom: var(--space-12);
}
.recruit-top__ttl {
  margin-bottom: var(--space-32);
}
.recruit-top__ttl > h2 {
  margin-bottom: var(--space-8);
  padding-top: 28px;
  color: var(--primary);
  letter-spacing: var(--letter-space-wide);
  font-size: 2.6rem;
}
.recruit-top__ttl > small {
  color: var(--secondary);
  font-weight: 700;
  font-size: 1.4rem;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
.recruit-top__ttl--large > h2 {
  position: relative;
}
.recruit-top__ttl--large > h2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: linear-gradient(160.71deg, rgba(200, 161, 62, 0) 0.44%, #c8a13e 98.26%);
  content: "";
}
.recruit-top__ttl--small h2 {
  margin-bottom: var(--space-4);
  padding-top: 0;
  font-size: 1.6rem;
}
.recruit-top__news {
  position: relative;
  display: flex;
}
.recruit-top__entry-btn {
  position: absolute;
  top: -140px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 134px;
  height: 134px;
  border: 3px solid var(--primary);
  border-radius: 50%;
  background-color: var(--bg-white);
  box-shadow: 0 8px 0 #c3d5ea;
  color: var(--primary);
  content: "";
  transition: 0.5s ease;
}
.recruit-top__entry-btn > small {
  font-weight: 700;
  font-size: 1.6rem;
}
.recruit-top__entry-btn > span {
  font-weight: 500;
  font-size: 1.4rem;
}
.recruit-top__entry-btn:hover {
  box-shadow: 0 3px 2px #c3d5ea;
  transform: translate(0, 5px);
}
.recruit-top__news-list {
  margin-left: 96px;
}
.recruit-top__news-item {
  margin-bottom: var(--space-12);
  text-decoration: underline;
  font-size: 1.4rem;
}
.recruit-top__news-item > a {
  display: flex;
  transition: 0.3s;
}
.recruit-top__news-item > a > time {
  margin-right: var(--space-16);
  color: var(--primary);
}
.recruit-top__news-item > a > p {
  color: var(--text-default);
}
.recruit-top__news-item > a:hover {
  opacity: 0.7;
}
.recruit-top__media-wrap {
  margin: 0 calc(49% - 50vw);
  width: 100vw;
}
.recruit-top__media-list {
  display: flex;
  flex-basis: auto;
  overflow: scroll;
  margin-bottom: 40px;
  padding-left: 20%;
  width: 80%;
  box-sizing: content-box;
}
.recruit-top__more-contents {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.recruit-top__more-contents > li > a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  width: 430px;
  height: 160px;
  border-radius: 10px;
  color: #fff;
  transition: 0.7s ease-out;
}
.recruit-top__more-contents > li > a::before {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  filter: brightness(75%);
  transition: 0.7s ease-out;
}
.recruit-top__more-contents > li > a > small {
  z-index: 1;
  padding: 0 var(--space-32);
  word-wrap: break-word;
}
.recruit-top__more-contents > li > a > span {
  position: absolute;
  top: 0;
  right: var(--space-16);
  bottom: 0;
  z-index: 1;
  margin: auto 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--bg-white);
  background-image: url(/wp-content/themes/corporate.server/images/recruit/top/recruit-btn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out;
}
.recruit-top__more-contents > li > a:hover > span {
  right: var(--space-12);
}
.recruit-top__more-contents > li > a:hover::before {
  transform: scale(1.1);
}
.recruit-top__catch-pic {
  margin-bottom: 40px;
  width: 100%;
  height: 280px;
  border-radius: 6px;
  background-size: contain;
}
.recruit-top__catch-pic--company {
  background: url(/wp-content/themes/corporate.server/images/recruit/top/top_company_catch-pic.png) no-repeat center/contain;
}
.recruit-top__catch-pic--career {
  background: url(/wp-content/themes/corporate.server/images/recruit/top/top_career_catch-pic.png) center no-repeat;
}
.recruit-top__job-openings {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--space-16);
  gap: 6px;
}
.recruit-top__job-openings > li > a {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: var(--space-20) 56px var(--space-20) var(--space-20);
  border: 1px solid var(--border-default);
  border-radius: 4px;
  font-weight: 700;
  font-size: 1.6rem;
  transition: 0.3s;
}
.recruit-top__job-openings > li > a > small {
  color: var(--text-default);
  font-size: 1.6rem;
}
.recruit-top__job-openings > li > a > span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 28px;
}
.recruit-top__job-openings > li > a::after {
  position: absolute;
  top: 0;
  right: var(--space-24);
  bottom: 0;
  margin: auto 0;
  width: 26px;
  height: var(--space-32);
  background-image: url(/wp-content/themes/corporate.server/images/recruit/top/recruit-btn-arrow.svg);
  background-repeat: no-repeat;
  content: "";
  transition: 0.3s;
}
.recruit-top__job-openings > li > a:hover {
  opacity: 0.7;
}
.recruit-top__job-openings > li > a:hover::after {
  right: 18px;
}
.recruit-top__job-openings-img {
  width: 480px;
  transition: 0.3s;
}
.recruit-top__job-openings-img:hover {
  opacity: 0.7;
}

.is-interview-recruit-engineer > a::before {
  background-image: url(/wp-content/uploads/2024/10/top_more_contents_engineer_media.png);
}

.is-interview-recruit-designer > a::before {
  background-image: url(/wp-content/uploads/2024/10/top_more_contents_designer_media.png);
}

.is-interview-recruit-data > a::before {
  background-image: url(/wp-content/themes/corporate.server/images/recruit/top/top_more_contents_deta-media.png);
}

.rectuit-top-fixed-width {
  padding-right: 8%;
  padding-left: 20%;
  max-width: 980px;
}

.recruit-top-l-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.recruit-top-single-col {
  margin-bottom: 40px;
}
.recruit-top-single-col p {
  font-size: 1.4rem;
}
.recruit-top-single-col > div {
  display: flex;
  justify-content: flex-end;
  margin-top: var(--space-16);
}
.recruit-top-single-col__btn {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 12px;
  width: 300px;
  border: 1px solid var(--primary);
  border-radius: 6px;
  background-color: #f4f8fd;
  box-shadow: 0 3px 0 #c3d5ea;
  color: var(--primary);
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
}
.recruit-top-single-col__btn > span {
  color: var(--secondary);
  font-size: 1.2rem;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
.recruit-top-single-col__btn::after {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto 0;
  width: 26px;
  height: 32px;
  background-image: url(/wp-content/themes/corporate.server/images/recruit/top/recruit-btn-arrow.svg);
  content: "";
  transition: 0.3s;
}
.recruit-top-single-col__btn--align-left {
  padding: 12px 32px;
  text-align: left;
}
.recruit-top-single-col__btn:hover {
  opacity: 0.7;
}
.recruit-top-single-col__btn:hover::after {
  right: 12px;
}

.recruit-top-company {
  display: flex;
  align-items: flex-start;
}
.recruit-top-company:not(:last-child) {
  margin-bottom: 40px;
}
.recruit-top-company__img {
  width: 50%;
  height: 180px;
  border-radius: 6px;
}
.recruit-top-company__img--top-msg {
  background: url(/wp-content/themes/corporate.server/images/recruit/top/top-msg.png) center no-repeat;
  background-size: contain;
}
.recruit-top-company__img--business {
  background: url(/wp-content/themes/corporate.server/images/recruit/top/top_business.png) top no-repeat;
  background-size: contain;
}
.recruit-top-company__desc {
  padding: 0 var(--space-48);
  width: 50%;
}
.recruit-top-company__desc h4 {
  margin-bottom: var(--space-16);
  font-weight: 700;
  font-size: 2rem;
}
.recruit-top-company__desc p {
  font-size: 1.4rem;
}
.recruit-top-company__txt {
  margin-bottom: var(--space-24);
}
.recruit-top-company__btn {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 12px;
  width: 100%;
  border: 1px solid var(--primary);
  border-radius: 6px;
  background-color: #f4f8fd;
  box-shadow: 0 3px 0 #c3d5ea;
  color: var(--primary);
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  max-width: 360px;
}
.recruit-top-company__btn > span {
  color: var(--secondary);
  font-size: 1.2rem;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
.recruit-top-company__btn::after {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto 0;
  width: 26px;
  height: 32px;
  background-image: url(/wp-content/themes/corporate.server/images/recruit/top/recruit-btn-arrow.svg);
  content: "";
  transition: 0.3s;
}
.recruit-top-company__btn--align-left {
  padding: 12px 32px;
  text-align: left;
}
.recruit-top-company__btn:hover {
  opacity: 0.7;
}
.recruit-top-company__btn:hover::after {
  right: 12px;
}

@media screen and (max-width: 768px) {
  .recruit-top-media-card > a {
    display: flex;
    flex-direction: column;
    transition: 0.3s;
    gap: 24px;
  }
  .recruit-top-media-card > a:hover img {
    overflow: hidden;
    filter: sepia(0%);
    transform: scale(1.1);
  }
  .recruit-top-media-card__img {
    display: inline-block;
    overflow: hidden;
    margin-left: 40px;
    width: 100%;
    height: 152px;
    border-radius: 6px;
    background-color: var(--bg-white);
  }
  .recruit-top-media-card__img > img {
    filter: sepia(20%);
    transition: 0.7s ease;
    object-fit: contain;
    max-width: 100%;
  }
  .recruit-top-media-card__desc {
    position: relative;
    z-index: 2;
    margin-top: -48px;
    padding: 16px;
    width: 75%;
    background-color: var(--bg-white);
    color: var(--text-default);
  }
  .recruit-top-media-card__desc > h3 {
    margin-bottom: 16px;
    letter-spacing: var(--letter-space-wide);
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 160%;
  }
  .recruit-top-media-card__desc > p {
    font-size: 1.2rem;
  }
  .recruit-top-media-card__desc::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-width: 12px 12px 0 0;
    border-style: solid;
    border-color: #000 transparent transparent;
    content: "";
  }
  .recruit-top-media-card__badge {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    gap: 8px;
  }
  .recruit-top-media-card__badge > span {
    padding: var(--space-4) 12px;
    border: 1px solid var(--secondary);
    color: var(--secondary);
    font-size: 1rem;
  }
  .recruit-top-media-card:not(:last-child) {
    margin-bottom: var(--space-24);
  }
  .recruit-top-media-card__img {
    margin-left: var(--space-16);
    overflow: hidden;
  }
  .recruit-top-media-card__img > img {
    max-width: 100%;
  }
  .recruit-top-media-card__desc {
    font-size: 1.2rem;
    width: 85%;
  }
  .recruit-top-media-card__desc > h3 {
    font-size: 1.6rem;
  }
  .recruit-round-btn {
    width: 100%;
    max-width: 360px;
  }
  .recruit-sub-ttl {
    font-size: 1.6rem;
  }
  .recruit-sub-ttl > span {
    font-size: 1.4rem;
  }
  .recruit-top__content-bg {
    margin-bottom: 2px;
    padding: var(--space-32) var(--space-20);
    width: auto;
  }
  .recruit-top__content-bg:first-child {
    border-radius: 24px 0 0;
  }
  .recruit-top__ttl {
    margin-bottom: var(--space-20);
  }
  .recruit-top__ttl > h2 {
    margin-bottom: 6px;
    padding-top: 28px;
    font-size: 2rem;
  }
  .recruit-top__ttl > small {
    font-size: 1.2rem;
  }
  .recruit-top__ttl--small h2 {
    margin-bottom: var(--space-4);
    padding-top: 0;
    font-size: 1.6rem;
  }
  .recruit-top__media-list {
    overflow: hidden;
    flex-basis: auto;
    flex-direction: column;
    margin-bottom: var(--space-24);
    padding-left: 0;
    width: 100%;
  }
  .recruit-top__fv {
    height: 32vh;
    background-image: url(/wp-content/themes/corporate.server/images/recruit/top/fv-temp.png);
    background-position: center;
    background-size: cover;
  }
  .recruit-top__fv::after {
    bottom: 40px;
    left: 2%;
    width: 234px;
    height: var(--space-64);
    background-image: url(/wp-content/themes/corporate.server/images/recruit/top/rec-top-fv-text.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .recruit-top__news {
    flex-direction: column;
  }
  .recruit-top__entry-btn {
    top: -104px;
    right: 0;
    width: 96px;
    height: 96px;
    border: 2px solid var(--primary);
    box-shadow: 0 3px 0 #c3d5ea;
  }
  .recruit-top__entry-btn > small {
    font-size: 1.2rem;
  }
  .recruit-top__entry-btn > span {
    font-size: 1rem;
  }
  .recruit-top__entry-btn:hover {
    box-shadow: 0 0.5px 1px #c3d5ea;
    transform: translate(0, 3px);
  }
  .recruit-top__news-list {
    margin-left: 0;
  }
  .recruit-top__news-item {
    margin-bottom: var(--space-8);
    font-size: 1.2rem;
  }
  .recruit-top__news-item > a > time {
    margin-right: var(--space-16);
  }
  .recruit-top__media-wrap {
    margin: 0;
    width: 100%;
  }
  .recruit-top__more-contents {
    font-size: 1.6rem;
  }
  .recruit-top__more-contents > li {
    width: 100%;
  }
  .recruit-top__more-contents > li > a {
    width: 100%;
    height: 110px;
    border-radius: 6px;
  }
  .recruit-top__more-contents > li > a::before {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-size: cover;
  }
  .recruit-top__more-contents > li > a > small {
    padding: 0 var(--space-24);
  }
  .recruit-top__more-contents > li > a > span {
    top: 0;
    right: var(--space-16);
    bottom: 0;
    margin: auto 0;
  }
  .recruit-top__catch-pic {
    width: 100%;
    border-radius: 6px;
    background-size: cover;
  }
  .recruit-top__catch-pic--company {
    margin-bottom: 40px;
    height: 192px;
    background: url(/wp-content/themes/corporate.server/images/recruit/top/top_company_catch-pic-sp.png) no-repeat center/contain;
  }
  .recruit-top__catch-pic--career {
    margin-bottom: var(--space-20);
    height: 120px;
    background: url(/wp-content/themes/corporate.server/images/recruit/top/top_career_catch-pic-sp.png) center no-repeat;
  }
  .recruit-top__job-openings > li > a > small {
    font-size: 1.4rem;
  }
  .recruit-top__job-openings-img {
    margin-bottom: var(--space-32);
    width: 100%;
    max-width: 360px;
  }
  .recruit-top-company {
    flex-direction: column;
    align-items: flex-start;
  }
  .recruit-top-company:not(:last-child) {
    margin-bottom: 40px;
  }
  .recruit-top-company__img {
    margin-bottom: var(--space-20);
    width: 100%;
    border-radius: 6px;
  }
  .recruit-top-company__img--top-msg {
    height: 166px;
  }
  .recruit-top-company__img--business {
    height: 96px;
  }
  .recruit-top-company__desc {
    padding: 0;
    width: 100%;
  }
  .recruit-top-company__desc h4 {
    margin-bottom: var(--space-16);
    font-size: 1.4rem;
  }
  .recruit-top-company__desc p {
    font-size: 1.4rem;
  }
  .recruit-top-company__txt {
    margin-bottom: var(--space-24);
    font-size: 1.2rem;
  }
  .recruit-top-company__txt > h4 {
    font-size: 1.4rem;
  }
  .recruit-top-single-col {
    margin-bottom: 40px;
    font-size: 1.2rem;
  }
  .recruit-top-single-col p {
    font-size: 1.2rem;
  }
  .recruit-top-single-col > div {
    justify-content: center;
    margin-top: var(--space-16);
  }
  .recruit-top-single-col__btn {
    width: 100%;
  }
  .rectuit-top-fixed-width {
    padding: 0;
    max-width: none;
  }
}
:root {
  --primary: #004b9e;
  --secondary: #c8a13e;
  --text-default: #393939;
  --text-medium: #666;
  --text-sub: #888;
  --bg-gray: #ededec;
  --bg-white: #fff;
  --bg-gray-light: #f7f7f9;
  --border-default: #ccc;
  --line-height-normal: 1.6;
  --letter-space-wide: 1.5px;
  --space-64: 64px;
  --space-48: 48px;
  --space-32: 32px;
  --space-24: 24px;
  --space-20: 20px;
  --space-16: 16px;
  --space-12: 12px;
  --space-8: 8px;
  --space-4: 4px;
}

.recruit-content-head {
  margin-bottom: 112px;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
}
.recruit-content-head--data-media {
  background-image: url("/wp-content/themes/corporate.server/images/recruit-hero/hero-bg-data-media.png");
}
.recruit-content-head--env {
  background-image: url("/wp-content/themes/corporate.server/images/recruit-hero/hero-bg-environment.png");
}
.recruit-content-head--philosophy {
  background-image: url("/wp-content/themes/corporate.server/images/recruit-hero/header-bg-philosophy.png");
}
.recruit-content-head--faq {
  background-image: url("/wp-content/themes/corporate.server/images/recruit-hero/hero-bg-faq.png");
}
.recruit-content-head--interview {
  background-image: url("/wp-content/themes/corporate.server/images/recruit-hero/hero-bg-int-pc.png");
}
.recruit-content-head--recruit-info {
  background-image: url("/wp-content/themes/corporate.server/images/recruit-hero/header-bg-recruit-info.png");
}
.recruit-content-head__inner {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin: 0 auto;
  padding-top: 60px;
  max-width: 980px;
  width: 100%;
}
.recruit-content-head__label {
  margin-bottom: 12px;
  height: 28px;
}
.recruit-content-head__ttl {
  letter-spacing: 2px;
  font-weight: 900;
  font-size: 5rem;
  font-size: min(7vw, 5rem);
  line-height: 1;
  transform: matrix(1, 0, -0.04, 1, 0, 0);
}
.recruit-content-head__ttl > span {
  font-size: 2.4rem;
  font-size: min(4vw, 2.4rem);
}
.recruit-content-head__msg-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 36px;
  margin-bottom: -36px;
  max-width: 450px;
  width: 100%;
}
.recruit-content-head__msg-wrapper::before {
  position: absolute;
  top: calc(-12px - 1px);
  left: 39px;
  border-top: calc(12px + 2px) solid transparent;
  border-left: calc(16px + 2px) solid #dfdfdf;
  content: "";
}
.recruit-content-head__msg-wrapper::after {
  position: absolute;
  top: calc(-12px + 1px);
  left: 40px;
  border-top: 12px solid transparent;
  border-left: 16px solid #fff;
  content: "";
}
.recruit-content-head__msg {
  display: inline-flex;
  align-items: start;
  padding: 12px 32px;
}
.recruit-content-head__msg::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: solid 1px #dfdfdf;
  border-radius: 5px;
  background-color: var(--bg-white);
  content: "";
  transform: skewX(-10deg);
}
.recruit-content-head__msg-icon {
  margin-right: 16px;
  width: 40px;
  height: auto;
}
.recruit-content-head__msg-text {
  font-size: 1.4rem;
  line-height: 1.4;
}
.recruit-content-head__msg-text span {
  display: inline-block;
  margin-top: 4px;
  color: var(--primary);
  font-size: 1.2rem;
}

@media screen and (max-width: 1040px) {
  .recruit-content-head__inner {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-content-head {
    margin-bottom: 64px;
    padding: 0 30px;
  }
  .recruit-content-head__inner {
    margin-left: 0;
    padding-top: 40px;
  }
  .recruit-content-head__msg-wrapper {
    margin-top: 28px;
  }
  .recruit-content-head__msg {
    padding: 10px 20px;
  }
  .recruit-content-head__msg::before {
    transform: skewX(-7deg);
  }
  .recruit-content-head--data-media {
    background-image: url("/wp-content/themes/corporate.server/images/recruit-hero/hero-bg-data-media-sp.png");
  }
  .recruit-content-head--env {
    background-image: url("/wp-content/themes/corporate.server/images/recruit-hero/hero-bg-environment-sp.png");
  }
  .recruit-content-head--philosophy {
    background-image: url("/wp-content/themes/corporate.server/images/recruit-hero/header-bg-philosophy-sp.png");
  }
  .recruit-content-head--faq {
    background-image: url("/wp-content/themes/corporate.server/images/recruit-hero/hero-bg-faq-sp.png");
  }
  .recruit-content-head--interview {
    background-image: url("/wp-content/themes/corporate.server/images/recruit-hero/hero-bg-int-sp.png");
  }
  .recruit-content-head--recruit-info {
    background-image: url("/wp-content/themes/corporate.server/images/recruit-hero/header-bg-recruit-info-sp.png");
  }
}
.recruit-sub-ttl {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  color: var(--text-default);
  font-weight: 700;
  font-size: 2rem;
}
.recruit-sub-ttl > span {
  padding-left: 12px;
  color: var(--secondary);
  font-weight: normal;
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.js-fadeUp {
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
  transform: translateY(30px);
}

.js-fadeLeft {
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
  transform: translateX(-30px);
}

.js-fadeRight {
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
  transform: translateX(30px);
}

.js-fadeUp.is-inview {
  opacity: 1;
  transition-delay: 0.4s;
  transform: translateY(0);
}

.js-fadeLeft.is-inview {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translateX(0);
}

.js-fadeRight.is-inview {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translateX(0);
}

.recruit-info-list {
  display: flex;
  flex-wrap: wrap;
}
.recruit-info-list__item {
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: var(--space-16);
  width: calc((100% - var(--space-16)) / 2);
  width: 100%;
  border: 1px solid var(--border-default);
  border-radius: 6px;
}

.recruit-info {
  display: block;
  box-sizing: border-box;
  padding: var(--space-16);
  height: 100%;
  border-left: 6px solid var(--secondary);
}
.recruit-info__label {
  display: inline-block;
  margin-bottom: var(--space-8);
  padding-right: var(--space-8);
  padding-left: var(--space-8);
  border: 1px solid var(--secondary);
  border-radius: 2px;
  color: var(--secondary);
  font-size: 1rem;
}
.recruit-info__ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: var(--space-8);
  font-weight: bold;
  font-size: 1.8rem;
}
.recruit-info__service {
  color: var(--text-sub);
  vertical-align: middle;
  font-weight: normal;
  font-size: 1.2rem;
}
.recruit-info__service::before {
  padding-right: var(--space-8);
  padding-left: var(--space-8);
  content: "|";
  vertical-align: top;
}
.recruit-info__desc {
  color: var(--text-medium);
  font-size: 1.2rem;
  line-height: 1.6;
}
.recruit-info__msg {
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .recruit-info-list__item {
    width: calc((100% - var(--space-16)) / 2);
  }
  .recruit-info-list__item:nth-child(even) {
    margin-left: var(--space-16);
  }
  .recruit-info-list__item:hover {
    opacity: 0.8;
  }
  .recruit-info__desc {
    font-size: 1.2rem;
  }
}
.footer-recruit {
  background-color: var(--bg-gray-light);
}
.footer-recruit__msg-block {
  padding-bottom: var(--space-32);
  border-top-left-radius: 72px;
  background-color: var(--primary);
}
.footer-recruit__link-block {
  border-top: 2px solid #fff;
  background-color: #393939;
}
.footer-recruit__inner {
  box-sizing: border-box;
  margin: auto;
  padding: var(--space-64) var(--space-24) var(--space-24);
  max-width: 700px;
  width: 100%;
}

.footer-recruit-msg {
  color: #fff;
  text-align: center;
}
.footer-recruit-msg__ttl {
  margin-bottom: var(--space-32);
  font-weight: bold;
  font-size: 3.2rem;
}
.footer-recruit-msg__lead {
  margin-bottom: var(--space-32);
  font-size: 1.4rem;
  line-height: 1.8;
}
.footer-recruit-msg__btn {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 12px;
  width: 310px;
  border: 1px solid var(--primary);
  border-radius: 6px;
  background-color: #f4f8fd;
  box-shadow: 0 3px 0 #c3d5ea;
  color: var(--primary);
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: var(--space-32);
}
.footer-recruit-msg__btn > span {
  color: var(--secondary);
  font-size: 1.2rem;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
.footer-recruit-msg__btn::after {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto 0;
  width: 26px;
  height: 32px;
  background-image: url(/wp-content/themes/corporate.server/images/recruit/top/recruit-btn-arrow.svg);
  content: "";
  transition: 0.3s;
}
.footer-recruit-msg__btn--align-left {
  padding: 12px 32px;
  text-align: left;
}
.footer-recruit-msg__btn:hover {
  opacity: 0.7;
}
.footer-recruit-msg__btn:hover::after {
  right: 12px;
}
.footer-recruit-msg__btn:hover {
  opacity: 1;
}
.footer-recruit-msg__bnr {
  margin: auto;
  width: 310px;
}
.footer-recruit-msg__bnr > a:hover {
  opacity: 0.8;
}
.footer-recruit-msg__bnr img {
  width: 100%;
  height: auto;
}

.footer-recruit-cate-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: var(--space-24);
}
.footer-recruit-cate-list__item {
  margin-bottom: var(--space-32);
  width: calc(50% - var(--space-20));
}
.footer-recruit-cate-list__ttl {
  margin-bottom: var(--space-16);
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}

.footer-recruit-link-list {
  font-size: 1.4rem;
}
.footer-recruit-link-list__item + .footer-recruit-link-list__item {
  margin-top: var(--space-4);
}
.footer-recruit-link-list__item > a {
  color: #fff;
}
.footer-recruit-link-list__item > a:hover {
  text-decoration: underline;
}

.footer-recruit-bottom__bnr-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: var(--space-24);
}
.footer-recruit-bottom__site-link {
  text-align: center;
  padding-bottom: var(--space-16);
}
.footer-recruit-bottom__site-link > a {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}
.footer-recruit-bottom__site-link > a::after {
  display: inline-block;
  margin-left: var(--space-8);
  width: 20px;
  height: 20px;
  background: url("/wp-content/themes/corporate.server/images/recruit/common/icon-blank.png") no-repeat center/100%;
  content: "";
  vertical-align: text-bottom;
}
.footer-recruit-bottom__site-link > a:hover {
  opacity: 0.8;
}
.footer-recruit-bottom__logo {
  margin: var(--space-32) auto;
  text-align: center;
}
.footer-recruit-bottom__logo > * {
  vertical-align: middle;
}
.footer-recruit-bottom__logo > span {
  padding-left: var(--space-12);
  color: #fff;
  font-size: 1.2rem;
}
.footer-recruit-bottom__copyright {
  color: #fff;
  text-align: center;
  font-size: 1rem;
}

.footer-recruit-sub-bnr {
  padding-bottom: var(--space-24);
}

.footer-recruit-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 24px;
  width: 120px;
}
.footer-recruit-sns__text {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding-right: var(--space-8);
  flex: 1 0 auto;
}
.footer-recruit-sns__icon {
  flex: 0 0 40px;
}
.footer-recruit-sns__icon > img {
  width: 100%;
  height: auto;
}

.footer-recruit-bnr-list__item {
  margin: var(--space-8);
}
.footer-recruit-bnr-list__item:hover {
  opacity: 0.8;
}
.footer-recruit-bnr-list__item figure > img {
  height: auto;
  border-radius: 6px;
}

@media screen and (max-width: 880px) {
  .footer-recruit-cate-list {
    font-size: 1.2rem;
  }
  .footer-recruit-link-list {
    font-size: 1.2rem;
  }
  .footer-recruit-msg__ttl {
    font-size: 1.6rem;
  }
}
.data-media {
  margin: 0 auto;
  padding: 0 20px 80px;
  max-width: 980px;
  width: calc(100% - 40px);
  color: #393939;
  font-family: "din-2014", sans-serif;
}
.data-media__inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.data-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 32px 40px;
  width: calc((100% - 20px) / 2);
  border-radius: 72px 0 0;
  background-color: #fff;
  text-align: center;
}
.data-card:nth-child(even) {
  margin-left: 20px;
}
.data-card__title {
  margin: 0;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
}
.data-card__contents {
  display: flex;
  margin: 0 auto;
  color: #004b9e;
}
.data-card__graph-wrapper {
  margin: 24px auto;
}
.data-card__graph-wrapper img {
  width: 100%;
}
.data-card__description {
  margin: 8px 0;
  color: #393939;
  text-align: center;
  letter-spacing: 0.03em;
  font-size: 1.6rem;
}
.data-card__button {
  display: block;
  margin: 0 auto;
  padding: 10px 24px;
  border-radius: 30px;
  background-color: #f7f7f9;
  color: #004b9e;
  text-align: center;
}
.data-card__button:hover {
  opacity: 0.8;
}
.data-card__button::after {
  display: inline-block;
  margin-left: 8px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #004b9e;
  border-right: 2px solid #004b9e;
  content: "";
  vertical-align: middle;
  transform: rotate(45deg);
}
.data-card--horizonal .contents-group {
  display: flex;
  align-items: center;
}
.data-card--horizonal .contents-group__icon {
  width: 40%;
}
.data-card--horizonal .contents-group__icon img {
  width: 100%;
}
.data-card--horizonal .contents-group__data {
  margin-left: 8px;
  width: calc(60% - 8px);
}
.data-card--vertical .data-card__contents {
  display: flex;
}
.data-card--vertical .contents-group {
  margin: 16px 0;
}
.data-card--vertical .contents-group__icon {
  margin: 0 auto 8px;
  width: 55%;
}
.data-card--vertical .contents-group__icon img {
  width: 100%;
}
.data-card--vertical .contents-group__icon p {
  margin: 0;
  color: #393939;
  text-align: center;
  font-size: 1.8rem;
}
.data-card--vertical .contents-group__data {
  line-height: 1;
}

.contents-group__data {
  flex-grow: 1;
  margin: 0;
  text-align: center;
  font-weight: 900;
  font-size: 9rem;
  font-size: min(16vw, 9rem);
  font-feature-settings: "palt" 1;
}
.contents-group__data .average {
  display: inline-block;
  margin-right: 4px;
  width: 24px;
  color: #393939;
  font-weight: 500;
  font-size: 2.4rem;
  font-size: min(4.6vw, 2.4rem);
  line-height: 1.5;
}
.contents-group span {
  font-weight: 600;
  font-size: 2.4rem;
  font-size: min(4vw, 2.4rem);
}

.update-date {
  text-align: right;
}

@media screen and (max-width: 840px) {
  .data-media__inner {
    justify-content: center;
  }
  .data-card {
    margin-bottom: 8px;
    max-width: 540px;
    width: 100%;
    border-radius: 48px 0 0;
  }
  .data-card + .data-card {
    margin-left: 0;
  }
  .data-card__title {
    font-size: 2rem;
  }
  .data-card__description {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 841px) and (max-width: 980px) {
  .contents-group__data {
    font-size: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .data-card {
    padding: 32px 28px;
  }
}
.env-card-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
  gap: 48px 24px;
}
.env-card-list__item {
  width: calc((100% - 48px) / 3);
}
.env-card-list__item img {
  margin-bottom: 16px;
  width: 100%;
  border-radius: 10px;
}
.env-card-list__item h3 {
  margin-bottom: 8px;
  font-size: 1.6rem;
}
.env-card-list__item p {
  color: var(--text-medium);
  font-size: 1.2rem;
}

.env-text-item {
  padding: 24px 0;
  border-bottom: 1px solid var(--border-default);
}
.env-text-item:first-child {
  border-top: 1px solid var(--border-default);
}
.env-text-item__ttl {
  margin-bottom: 8px;
  font-size: 1.6rem;
}
.env-text-item__desc {
  color: var(--text-medium);
  font-size: 1.2rem;
}

.env-allowance {
  margin-bottom: 36px;
  padding: 24px;
  border-radius: 6px;
  background-color: var(--bg-gray-light);
}
.env-allowance__text-list dd {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 1.6rem;
}
.env-allowance__text-list dt {
  margin-bottom: 24px;
  color: var(--text-medium);
  font-size: 1.2rem;
}
.env-allowance__bullet-list {
  padding-right: 24px;
  padding-left: 24px;
}
.env-allowance__bullet-list > li {
  margin-bottom: 4px;
  list-style: disc;
}

@media screen and (max-width: 768px) {
  .env-card-list {
    flex-direction: column;
    margin-bottom: 32px;
    gap: 32px;
  }
  .env-card-list__item {
    width: 100%;
  }
  .env-text-list {
    padding: 24px 16px;
  }
  .env-allowance__bullet-list {
    padding-left: 32px;
  }
}
.recruit-interview-head {
  position: relative;
  margin: 0 auto var(--space-64);
  max-width: 980px;
}
.recruit-interview-head__image-wrapper {
  width: auto;
}
.recruit-interview-head__text-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: -50px;
  padding: var(--space-16);
  width: fit-content;
  background: var(--bg-white);
  gap: var(--space-16);
}
.recruit-interview-head__text-wrapper h1 {
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.2;
  font-feature-settings: "palt" 1, "trad" 1;
}
.recruit-interview-head__label-wrapper {
  display: flex;
  color: var(--secondary);
  gap: var(--space-8);
}
.recruit-interview-head__label-wrapper .label-content {
  padding: 6px var(--space-8);
  border: 1px solid var(--secondary);
  font-size: 1rem;
  line-height: 1;
}
.recruit-interview-head__name {
  font-size: 1.4rem;
}
.recruit-interview-head__name span {
  font-weight: bold;
}

.profile-card {
  display: flex;
  flex-direction: column;
  padding: var(--space-24);
  border: solid 1px var(--primary);
  border-radius: 6px;
  background-color: var(--bg-white);
  filter: drop-shadow(0 4px #c3d5ea);
  gap: var(--space-24);
}
.profile-card__title {
  border-bottom: solid 1px var(--bg-gray);
}
.profile-card__title h2 {
  margin-bottom: 12px;
  font-size: 2rem;
}
.profile-card__contents {
  display: flex;
  gap: var(--space-24);
}
.profile-card__left {
  display: flex;
  flex-direction: column;
  color: var(--text-default);
  gap: var(--space-24);
}
.profile-card__left .information-image {
  width: 105px;
}
.profile-card__left .information-image img {
  width: 100%;
}
.profile-card__motto {
  max-width: 340px;
}
.profile-card__motto img {
  width: 100%;
}
.profile-card__right {
  display: flex;
  flex: 1 0 320px;
  flex-direction: column;
  color: var(--text-default);
  gap: var(--space-8);
}
.profile-card__information {
  display: flex;
  gap: var(--space-24);
}
.profile-card__information .information-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: var(--line-height-normal);
  gap: var(--space-4);
}
.profile-card__information .information-text__position {
  color: var(--secondary);
  font-weight: 600;
  font-size: 1.6rem;
}
.profile-card__information .information-text__name .name-jp {
  font-weight: 600;
  font-size: 2.4rem;
}
.profile-card__information .information-text__name .name-en {
  color: var(--text-sub);
  font-size: 1.6rem;
}

.profile-group-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-16);
}
.profile-group-list > li {
  width: calc((100% - 16px) / 2);
  display: flex;
  height: 100px;
  gap: var(--space-24);
}
.profile-group-list__img {
  display: block;
  max-width: 100px;
}
.profile-group-list__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: var(--line-height-normal);
  gap: var(--space-4);
}
.profile-group-list__position {
  color: var(--secondary);
  font-weight: 600;
  font-size: 1.6rem;
}
.profile-group-list__name-jp {
  font-weight: 600;
  font-size: 2.4rem;
}
.profile-group-list__name-en {
  color: var(--text-sub);
  font-size: 1.6rem;
}

.interviewee-icon {
  display: flex;
  align-items: center;
  gap: var(--space-12);
  margin-bottom: var(--space-16);
}
.interviewee-icon > img {
  max-width: 56px;
  max-height: 56px;
}
.interviewee-icon > p {
  font-size: 1.8rem;
  color: var(--primary);
  font-weight: bold;
}

.profile-content-block {
  display: flex;
  flex-direction: column;
  padding: var(--space-12) var(--space-16) var(--space-16);
  border-radius: 10px;
  background-color: var(--bg-gray-light);
  gap: var(--space-12);
}
.profile-content-block--other {
  text-align: center;
}
.profile-content-block__title {
  color: var(--text-sub);
  text-align: center;
  font-size: 1.4rem;
}

.career-detail {
  display: flex;
  flex-direction: column;
  gap: var(--space-12);
}
.career-detail li {
  position: relative;
  display: flex;
  align-items: center;
}
.career-detail__list-point {
  flex: 0 0 8px;
  margin-right: var(--space-16);
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: var(--primary);
}
.career-detail__list-point::after {
  position: absolute;
  top: calc((var(--space-12) / 2) * -1);
  left: 3px;
  width: 2px;
  height: calc(100% + var(--space-12));
  background-color: var(--primary);
  content: "";
}
.career-detail li:first-child .career-detail__list-point::after {
  top: 50%;
  height: calc(50% + (var(--space-12) / 2));
}
.career-detail li:last-child .career-detail__list-point::after {
  height: calc(50% + (var(--space-12) / 2));
}
.career-detail .move-to-link {
  text-decoration: underline;
}

.interview-block + .interview-block {
  margin-top: var(--space-32);
}
.interview-block__conversation {
  margin-bottom: var(--space-32);
}
.interview-block__ttl {
  margin-bottom: var(--space-16);
  font-size: 2rem;
  line-height: 1.75;
}
.interview-block__text {
  line-height: 1.75;
}
.interview-block__text + .interview-block__text {
  margin-top: var(--space-24);
}

.one-day-schedule {
  position: relative;
  display: flex;
  flex: 0 0 400px;
  flex-direction: column;
  box-sizing: border-box;
  padding: var(--space-24);
  border: solid 1px var(--primary);
  border-radius: 6px;
  background-color: var(--bg-white);
  filter: drop-shadow(0 4px #c3d5ea);
  gap: var(--space-24);
}
.one-day-schedule img {
  position: absolute;
  top: -35px;
  right: 20px;
}
.one-day-schedule__title {
  border-bottom: solid 1px var(--bg-gray);
}
.one-day-schedule__title h4 {
  margin-bottom: 12px;
  font-size: 2rem;
}
.one-day-schedule__contents {
  display: flex;
  flex-direction: column;
  padding: var(--space-16);
  border-radius: 10px;
  background-color: var(--bg-gray-light);
  gap: var(--space-12);
}
.one-day-schedule__contents li {
  display: flex;
  gap: var(--space-24);
}
.one-day-schedule__notes {
  color: var(--text-sub);
  font-size: 1.2rem;
}
.one-day-schedule__notes a {
  color: var(--primary);
  text-decoration: underline;
}

.schedule-detail {
  font-size: 1.2rem;
}
.schedule-detail--time {
  color: var(--text-sub);
}
.schedule-detail--task {
  color: var(--text-default);
}
.schedule-detail--task span {
  color: var(--text-sub);
}

.interview-sign {
  padding-top: var(--space-48);
  text-align: right;
}

@media screen and (min-width: 768px) {
  .recruit-interview-head {
    position: relative;
    margin: 0 auto var(--space-64);
    max-width: 980px;
  }
  .recruit-interview-head__image-wrapper img {
    width: 100%;
  }
  .interview-block {
    display: flex;
    justify-content: space-between;
  }
  .interview-block + .interview-block {
    margin-top: var(--space-64);
  }
  .interview-block--2column {
    display: flex;
    margin: 0 auto;
    padding: 0 var(--space-32);
    max-width: 980px;
    gap: var(--space-24);
  }
  .interview-block__l-content {
    width: 68%;
  }
  .interview-block__l-content--w-980 {
    margin: 0 auto;
    max-width: 980px;
  }
  .interview-block__l-content--w-580 {
    max-width: 580px;
  }
  .interview-block--no-photo .interview-block__l-content {
    margin-right: 16vw;
    margin-left: 16vw;
  }
  .interview-block--center .interview-block__l-content {
    margin: 0 auto;
  }
  .interview-block--center .interview-block__l-content img {
    width: 100%;
  }
  .interview-block--photo-right .interview-block__l-content, .interview-block--photo-left .interview-block__l-content {
    flex: 1 0 50%;
    box-sizing: border-box;
  }
  .interview-block--photo-right .interview-block__l-content {
    margin-left: 16vw;
  }
  .interview-block--photo-left .interview-block__l-content {
    margin-right: 16vw;
  }
  .interview-block__ttl {
    margin-bottom: var(--space-32);
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .interview-block__text {
    font-size: 1.6rem;
  }
  .interview-block__photo {
    object-fit: contain;
    align-self: baseline;
  }
  .interview-block--photo-right .interview-block__photo {
    margin-left: var(--space-32);
  }
  .interview-block--photo-left .interview-block__photo {
    margin-right: var(--space-32);
  }
  .interview-sign {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 16vw;
  }
  .interview-sign__text {
    padding-right: var(--space-32);
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 890px) {
  .profile-card__contents {
    display: flex;
    flex-direction: column;
    gap: var(--space-24);
  }
  .profile-card .profile-content-block {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: var(--space-12) var(--space-16) var(--space-16);
    width: 100%;
    border-radius: 10px;
    background-color: var(--bg-gray-light);
    gap: var(--space-12);
  }
  .profile-card__right {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    color: var(--text-default);
    gap: var(--space-8);
  }
}
@media screen and (max-width: 768px) {
  .recruit-interview-head {
    position: relative;
    margin: 0 auto var(--space-64);
    max-width: 980px;
  }
  .recruit-interview-head__image-wrapper img {
    width: 100%;
  }
  .recruit-interview-head__text-wrapper h1 {
    letter-spacing: 0.1rem;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.6;
    font-feature-settings: "palt" 1, "trad" 1;
  }
  .profile-card h2 {
    font-size: 1.4rem;
  }
  .profile-card .information-text__position {
    font-size: 1.4rem;
  }
  .profile-card .information-text__name .name-jp {
    font-size: 1.6rem;
  }
  .profile-card .information-text__name .name-en {
    font-size: 1.2rem;
  }
  .profile-group-list {
    flex-direction: column;
  }
  .profile-group-list > li {
    width: 100%;
    height: 72px;
    gap: var(--space-16);
  }
  .profile-group-list__img {
    max-width: 72px;
  }
  .profile-group-list__content {
    flex-direction: column;
  }
  .profile-group-list__position {
    font-size: 1.4rem;
  }
  .profile-group-list__name-jp {
    font-size: 1.6rem;
  }
  .profile-group-list__name-en {
    font-size: 1.2rem;
  }
  .interviewee-icon {
    gap: var(--space-8);
    margin-bottom: var(--space-8);
  }
  .interviewee-icon > img {
    max-width: 36px;
    max-height: 36px;
  }
  .interviewee-icon > p {
    font-size: 1.4rem;
  }
  .one-day-schedule {
    margin-top: var(--space-48);
  }
  .interview-block__photo {
    display: block;
    margin-top: var(--space-24);
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  .interview-block--center .interview-block__l-content {
    margin: 0 auto;
  }
  .interview-block--center .interview-block__l-content img {
    width: 100%;
  }
  .interview-sign__img {
    margin-top: var(--space-12);
  }
}
@media screen and (max-width: 405px) {
  .profile-card {
    font-size: 1.2rem;
  }
  .profile-card__left {
    gap: var(--space-8);
  }
}
input.recruit-nav-sub-filter-input[type=radio] {
  display: none;
}

.recruit-itv-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: var(--space-48);
  gap: var(--space-24);
}

.recruit-itv-list-card {
  width: calc((100% - 24px) / 2);
}
.recruit-itv-list-card > a {
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  gap: 24px;
}
.recruit-itv-list-card > a:hover img {
  overflow: hidden;
  filter: sepia(0%);
  transform: scale(1.1);
}
.recruit-itv-list-card__img {
  display: inline-block;
  overflow: hidden;
  margin-left: 40px;
  width: 90%;
  height: 228px;
  border-radius: 6px;
  background-color: var(--bg-white);
}
.recruit-itv-list-card__img > img {
  filter: sepia(20%);
  transition: 0.7s ease;
  object-fit: contain;
  max-width: 100%;
}
.recruit-itv-list-card__desc {
  position: relative;
  z-index: 2;
  margin-top: -48px;
  padding: 16px;
  width: 75%;
  background-color: var(--bg-white);
  color: var(--text-default);
}
.recruit-itv-list-card__desc > h3 {
  margin-bottom: 16px;
  letter-spacing: var(--letter-space-wide);
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 160%;
}
.recruit-itv-list-card__desc > p {
  font-size: 1.2rem;
}
.recruit-itv-list-card__desc::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 12px 12px 0 0;
  border-style: solid;
  border-color: #000 transparent transparent;
  content: "";
}
.recruit-itv-list-card__badge {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  gap: 8px;
}
.recruit-itv-list-card__badge > span {
  padding: var(--space-4) 12px;
  border: 1px solid var(--secondary);
  color: var(--secondary);
  font-size: 1rem;
}
.recruit-itv-list-card__img {
  height: fit-content;
}
.recruit-itv-list-card__img > img {
  max-width: 100%;
}
.recruit-itv-list-card__desc {
  width: 80%;
}

.recruit-nav-sub-filter-input[value=All]:checked ~ .recruit-itv-list [data-category] {
  display: block;
}

.recruit-nav-sub-filter-input[value=Shinsotsu]:checked ~ .recruit-itv-list .recruit-itv-list-card:not([data-category~=Shinsotsu]),
[value=Chuto]:checked ~ .recruit-itv-list .recruit-itv-list-card:not([data-category~=Chuto]) {
  display: none;
}

@media screen and (max-width: 768px) {
  .recruit-itv-list {
    flex-direction: column;
    margin-bottom: var(--space-48);
    gap: var(--space-24);
  }
  .recruit-itv-list .recruit-itv-list-card {
    width: calc(100% - 24px);
  }
  .recruit-itv-list .recruit-itv-list-card > a {
    display: flex;
    flex-direction: column;
    transition: 0.3s;
    gap: 24px;
  }
  .recruit-itv-list .recruit-itv-list-card > a:hover img {
    overflow: hidden;
    filter: sepia(0%);
    transform: scale(1.1);
  }
  .recruit-itv-list .recruit-itv-list-card__img {
    display: inline-block;
    overflow: hidden;
    margin-left: 40px;
    width: 90%;
    height: 228px;
    border-radius: 6px;
    background-color: var(--bg-white);
  }
  .recruit-itv-list .recruit-itv-list-card__img > img {
    filter: sepia(20%);
    transition: 0.7s ease;
    object-fit: contain;
    max-width: 100%;
  }
  .recruit-itv-list .recruit-itv-list-card__desc {
    position: relative;
    z-index: 2;
    margin-top: -48px;
    padding: 16px;
    width: 75%;
    background-color: var(--bg-white);
    color: var(--text-default);
  }
  .recruit-itv-list .recruit-itv-list-card__desc > h3 {
    margin-bottom: 16px;
    letter-spacing: var(--letter-space-wide);
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 160%;
  }
  .recruit-itv-list .recruit-itv-list-card__desc > p {
    font-size: 1.2rem;
  }
  .recruit-itv-list .recruit-itv-list-card__desc::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-width: 12px 12px 0 0;
    border-style: solid;
    border-color: #000 transparent transparent;
    content: "";
  }
  .recruit-itv-list .recruit-itv-list-card__badge {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    gap: 8px;
  }
  .recruit-itv-list .recruit-itv-list-card__badge > span {
    padding: var(--space-4) 12px;
    border: 1px solid var(--secondary);
    color: var(--secondary);
    font-size: 1rem;
  }
  .recruit-itv-list .recruit-itv-list-card__desc {
    margin-top: -140px;
    width: 85%;
    font-size: 1.2rem;
  }
  .recruit-itv-list .recruit-itv-list-card__desc > h3 {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
}
/* report */
#report {
  color: #1F1F1F;
  font-size: 1.6rem;
  margin-top: -185px;
  letter-spacing: 0;
}

#report img {
  max-width: 100%;
}

#report .main-visual {
  position: relative;
  overflow: hidden;
  font-size: 0;
  line-height: 1;
}

#report .main-visual .image img {
  width: 100%;
}

#report .main-visual .txt {
  width: 100%;
  color: #0088D4;
  line-height: 1;
  font-size: 14.2rem;
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  left: 0;
  bottom: -37px;
  text-align: center;
  filter: drop-shadow(0 0 0.5rem rgba(255, 255, 255, 0.5));
}

#report .content {
  margin: 0 auto;
  width: calc(100% - 30px);
  max-width: 994px;
  box-sizing: border-box;
}

#report .link-box {
  padding: 21px 0 30px;
  background-color: #0088D4;
}

#report .link-box .content {
  max-width: 1200px;
  position: relative;
}

#report .link-box .time {
  position: absolute;
  top: -11px;
  right: 0;
}

#report .link-box .time span {
  padding: 6px 11px;
  color: #fff;
  font-size: 1.4rem;
  border: 1px solid #FFF;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
}

#report .link-box .title {
  margin: 0 15px 24px;
  color: #fff;
  font-size: 2.2rem;
}

#report .link-box .link-ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#report .link-box .link-ul li {
  width: calc(33.3333333333% - 15px);
  box-sizing: border-box;
  background-color: #fff;
}

#report .link-box .link-ul a {
  width: 100%;
  color: #1F1F1F;
  padding: 26px 42px 37px;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  letter-spacing: -0.01em;
  position: relative;
  transition: 0.3s;
}

#report .link-box .link-ul a::after {
  margin-left: -7px;
  width: 12px;
  height: 12px;
  border: 1px solid;
  border-color: #0088D4 #0088D4 transparent transparent;
  transform: rotate(135deg);
  position: absolute;
  left: 50%;
  bottom: 19px;
  content: "";
}

#report .link-box .link-ul a .en {
  font-size: 1.2rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  display: block;
  margin-top: 5px;
}

#report .link-box .link-ul .image {
  width: 45px;
}

#report .link-box .link-ul .image img {
  width: 100%;
}

#report .link-box .link-ul .txt {
  margin: -2px 0 0 33px;
  flex: 1;
}

#report .link-box .link-ul li:first-child .image {
  margin: 4px -6px -4px 6px;
}

#report .title-box {
  margin-bottom: 58px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#report .headline {
  color: #0088D4;
  font-size: 4rem;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
}

#report .lableTxt {
  margin: 0 0 10px 20px;
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.5 !important;
}

#report .lableTxt span {
  padding-left: 21px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

#report .lableTxt span::before {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 0;
  background: url("images/ir/gmo-media-press_202403/icon01.png") no-repeat left top/100% 100%;
  content: "";
}

#report .headline02 {
  margin-bottom: 36px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}

#report .headline02.line {
  padding-top: 72px;
}

#report .headline02.line::before {
  width: 40px;
  height: 1px;
  position: absolute;
  top: 22px;
  left: 0;
  background-color: #8B8B8B;
  content: "";
}

/* com-table */
#report .com-table {
  width: 100%;
  border-collapse: collapse;
}

#report .com-table th,
#report .com-table td {
  padding: 6px 0 7px;
  text-align: center;
  color: #000;
  font-size: 1.3rem;
  vertical-align: middle;
  border: 1px solid #B3B3B3;
  box-sizing: border-box;
}

#report .com-table td {
  font-size: 1.6rem;
}

#report .com-table th {
  width: 35.5%;
  font-weight: normal;
}

#report .com-table thead th,
#report .com-table thead td {
  padding-bottom: 8px;
  background-color: #EAEAEA;
  font-weight: bold;
}

#report .com-table .blue {
  background: rgba(35, 176, 255, 0.1);
  font-weight: bold;
}

#report .com-table thead .blue {
  color: #fff;
  background-color: #005BAC;
}

#report .com-table .col {
  color: #E94833;
}

#report .headline03 {
  margin-bottom: 24px;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 2rem;
  border-bottom: 1px solid #0088D4;
  line-height: 1;
}

#report .headline03 .sml {
  margin-left: 8px;
  color: #0088D4;
  font-size: 1.4rem;
}

/* sec01 */
#report .sec01 {
  padding: 85px 0 72px;
  background: url("images/ir/gmo-media-press_202403/bg.png") no-repeat left top/100% 100%;
}

#report .sec01 .text-box {
  line-height: 1.75;
  letter-spacing: 0;
}

#report .sec01 .text-box p {
  margin-bottom: 28px;
}

#report .sec01 .photo-box {
  margin: 0 0 69px;
  line-height: 1;
  font-size: 0;
}

#report .sec01 .photo-box img {
  width: 100%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
}

#report .sec01 .img-box {
  padding: 6px 1px 23px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#report .sec01 .img-box .photo {
  width: 512px;
  font-size: 0;
  line-height: 1;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
}

#report .sec01 .img-box .right-box {
  margin-left: 36px;
  flex: 1;
}

#report .sec01 .img-box .right-box p:last-child {
  margin-bottom: 0;
}

#report .text-box + .white-box {
  margin-top: 41px;
}

#report .text-box p + .headline02 {
  margin-top: 63px;
}

#report .white-box {
  margin: 0 0 29px;
  padding: 26px 38px 36px;
  font-size: 1.4rem;
  line-height: 1.85;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
}

#report .white-box .headline02 {
  margin-bottom: 20px;
  font-size: 1.8rem;
}

#report .notesTxt {
  margin: 15px -17px 0;
  text-align: right;
  font-size: 1.2rem;
}

#report .box01 .flex-box {
  margin: 27px -1px 0 3px;
  display: flex;
  justify-content: space-between;
}

#report .box01 .image {
  width: 492px;
}

#report .box01 .table-box {
  margin-right: 30px;
  flex: 1;
}

#report .box02 .image {
  margin: 20px 0 -21px;
  text-align: center;
}

#report .box02 {
  margin-bottom: 30px;
}

#report .box03 {
  margin-top: 34px !important;
}

#report .box03 .flex-box {
  margin-bottom: -2px;
  padding-top: 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#report .box03 .flex-box .photo {
  margin: -18px 15px 0 0;
  flex: 1;
  text-align: center;
}

#report .box03 .flex-box .rightBox {
  width: 277px;
}

#report .box03 .flex-box .image {
  margin: 0 20px 0 19px;
}

#report .list-box {
  margin: 0 12px 0 1px;
}

#report .list-ul {
  margin: -14px 0 13px;
}

#report .list-ul li {
  padding: 12px 7px 9px;
  display: flex;
  border-bottom: 1px solid #DDD;
}

#report .list-ul .time {
  margin-top: -4px;
  width: 110px;
  color: #0088D4;
  font-weight: bold;
  font-size: 1.6rem;
}

#report .list-ul a {
  color: #1F1F1F;
  text-decoration: underline;
  display: inline-block;
  position: relative;
}

#report .list-ul a::after {
  margin: -4px 0 0 8px;
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  background: url("images/ir/gmo-media-press_202403/icon02.png") no-repeat left top/100% 100%;
  content: "";
}

#report .list-ul .txt {
  line-height: 1.57;
}

#report .box03 .btmTxt {
  margin-bottom: 27px;
  text-align: center;
}

#report .box03 .arrow {
  margin-bottom: 5px;
  text-align: center;
}

#report .box03 .col {
  margin-bottom: 0;
  font-size: 2rem;
  color: #0088D4;
  font-weight: bold;
}

#report .box04 {
  margin-top: 31px !important;
}

#report .box04 .flex-box {
  margin: 25px -6px -47px 6px;
  display: flex;
  box-sizing: border-box;
}

#report .box04 .flex-box .image {
  width: 563px;
}

#report .box04 .flex-box .table-box {
  margin-top: 32px;
  flex: 1;
}

#report .box04 th {
  width: 27.9%;
  font-weight: normal !important;
}

#report .box04 tr td:nth-child(2) {
  width: 35.9%;
}

#report .box04 thead th,
#report .box04 thead td {
  padding: 13px 0;
  font-weight: normal;
  line-height: 1.4;
}

#report .box04 tbody th,
#report .box04 tbody td {
  height: 110px;
}

#report .box04 tbody td {
  font-family: "Roboto";
  font-size: 2rem;
}

#report .box04 tbody td.blue {
  font-size: 3rem;
  font-weight: bold;
}

#report .box04 .notesTxt {
  margin: 15px -5px 0;
}

#report .column-box {
  margin-top: 69px;
  padding: 64px 20px 69px;
  max-width: 1200px;
  color: #fff;
  background-color: #005BAC;
}

#report .column-box .text-box {
  margin: 0 auto;
  max-width: 994px;
}

#report .column-box .imgBox {
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
}

#report .column-box .imgBox .left-box {
  margin: -6px 40px 0 0;
  flex: 1;
}

#report .column-box .imgBox .right-box {
  width: 409px;
}

#report .column-box .imgBox p {
  text-align: justify;
}

#report .column-box .imgBox p:last-child {
  margin-bottom: 0;
}

#report .column-box .headline02 {
  margin-bottom: 25px;
  font-size: 2.4rem;
  font-family: "Josefin Sans", sans-serif;
}

#report .column-box .subTitle {
  margin-bottom: 22px;
  padding-left: 53px;
  font-size: 2.2rem;
  position: relative;
  text-align: left;
}

#report .column-box .subTitle::before {
  width: 40px;
  height: 1px;
  position: absolute;
  top: 19px;
  left: 0;
  background-color: #fff;
  content: "";
}

#report .column-box .text-box p:last-child {
  margin-bottom: 0;
}

/* sec02 */
#report .sec02 {
  padding: 77px 0 77px;
  background-color: #F7F7F7;
}

#report .sec02 .title-box {
  margin-bottom: 58px;
}

#report .sec02 .headline02 {
  margin-bottom: 38px;
  text-align: center;
  font-size: 2.4rem;
}

#report .sec02 .white-box {
  margin-bottom: 45px;
  padding-top: 42px;
  padding-bottom: 75px;
}

#report .sec02 .img-list {
  margin: 0 auto;
  max-width: 906px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#report .sec02 .img-list li {
  width: 240px;
}

#report .sec02 .img-list .headline03 {
  margin-bottom: 27px;
  text-align: center;
}

#report .sec02 .img-list .image {
  margin: 0 10px 0 -17px;
}

#report .sec02 .box06 {
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 25px;
}

#report .sec02 .box06 .img-list .headline03 {
  margin-bottom: 4px;
}

#report .sec02 .box06 .img-list .image {
  margin: 0 -4px 0 -6px;
}

/* com-btn */
#report .com-btn {
  margin-top: 55px;
}

#report .com-btn a {
  margin: 0 auto;
  padding: 3px 40px;
  width: 262px;
  height: 49px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 50px;
  background: #0088D4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
}

#report .com-btn a::after {
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 24px;
  content: "";
}

#report .com-btn span {
  padding: 0 24px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

#report .com-btn span::after {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 11px;
  right: 0;
  background: url("images/ir/gmo-media-press_202403/icon03.png") no-repeat left top/100% 100%;
  content: "";
}

/* sec03 */
#report .sec03 {
  padding: 61px 0 77px;
}

#report .sec03 p {
  line-height: 1.75;
}

#report .sec03 .title-box {
  margin-bottom: 40px;
}

#report .sec03 .photoBox {
  margin: 40px 0 100px;
  text-align: center;
}

#report .sec03 .headline02 {
  padding-top: 100px;
  margin-bottom: 64px;
  text-align: center;
  font-size: 2.4rem;
}

#report .sec03 .headline02::before {
  margin-left: -75px;
  width: 150px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  border-top: 1px dotted #1F1F1F;
  content: "";
}

#report .list-ul02 {
  margin: 0 auto;
  max-width: 858px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#report .list-ul02 > li {
  width: calc(50% - 18px);
}

#report .list-ul02 .image {
  margin-bottom: 16px;
  background-color: #fff;
  height: 237px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#report .list-dl {
  margin-top: 24px;
}

#report .list-dl dd {
  font-size: 1.4rem;
  border-bottom: 1px dashed #C6C6C6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#report .list-dl dd:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

#report .list-dl dt {
  margin-bottom: 6px;
  font-weight: bold;
}

#report .list-dl a,
#report .list-dl .link {
  padding-left: 17px;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

#report .list-dl a {
  text-decoration: underline;
}

#report .list-dl a::before,
#report .list-dl .link::before {
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: #0088D4 #0088D4 transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 1px;
  content: "";
}

#report .list-dl .link-ul li {
  margin-bottom: 7px;
}

#report .list-dl .link-ul li:last-child {
  margin-bottom: 0;
}

#report .list-dl a::after {
  margin: -3px 0 0 6px;
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  background: url("images/ir/gmo-media-press_202403/icon02.png") no-repeat left top/100% 100%;
  content: "";
}

#report .sec03 .subBox {
  margin-bottom: 100px;
}

#report .sec03 .box08 {
  text-align: center;
}

#report .sec03 .box08 .image {
  margin: 0 -30px;
}

#report .sec03 .box08 .headline02 {
  margin-bottom: 36px;
}

#report .sec03 .img-ul {
  display: flex;
  justify-content: space-between;
}

#report .sec03 .img-ul .num01 {
  width: 38.4%;
}

#report .sec03 .img-ul .num02 {
  margin-left: 80px;
  flex: 1;
}

#report .sec03 .img-ul .num02 .image {
  margin: 0 -4px 0 -2px;
}

#report .sec03 .box09 .headline02 {
  margin-bottom: 39px;
}

#report .sec03 .box09 {
  margin-bottom: 100px;
}

#report .sec03 .btn-ul {
  margin: -5px 0 68px;
  display: flex;
  justify-content: space-between;
}

#report .sec03 .btn-ul li {
  width: calc(50% - 37px);
}

#report .sec03 .btn-ul a {
  width: 100%;
}

#report .sec03 .btn-ul a::after {
  right: 19px;
}

#report .sec03 .box10 {
  margin-bottom: 0;
}

#report .sec03 .box10 .headline03 {
  margin-bottom: 18px;
}

#report .sec03 .box10 .img-ul {
  margin: 54px auto 0;
  max-width: 904px;
}

#report .sec03 .box10 .img-ul li {
  width: calc(50% - 30px);
}

#report .sec03 .box10 .img-ul .title {
  margin: 0 1px 19px;
  font-size: 1.6rem;
  font-weight: bold;
}

#report .sec03 .box10 .notesTxt {
  margin: 9px -1px 68px;
}

#report .sec03 .box10 .pho01 {
  text-align: center;
  margin: 30px 0 78px;
}

#report .sec03 .box10 .pho02 {
  margin-top: 35px;
  text-align: center;
}

#report .sec03 .img-box {
  margin: 29px 0 23px 0;
  display: flex;
  justify-content: space-between;
}

#report .sec03 .img-box .photo {
  width: 45.35%;
  text-align: center;
}

#report .sec03 .img-box .text-box {
  margin: 1px 60px 0 0;
  flex: 1;
}

#report .sec03 .img-box .title {
  margin-bottom: 9px;
  font-weight: normal;
}

#report .sec03 .img-box .title span {
  color: #fff;
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: top;
  min-width: 78px;
  text-align: center;
  background-color: #0088D4;
  border-radius: 50px;
  padding: 1px 2px;
  box-sizing: border-box;
}

#report .sec03 .txt-ul {
  font-size: 1.8rem;
  line-height: 1.66;
}

#report .sec03 .txt-ul .col {
  color: #0088D4;
  font-weight: bold;
}

#report .sec03 .txt-ul li {
  margin-bottom: 7px;
  padding-left: 15px;
  position: relative;
}

#report .sec03 .txt-ul li::before {
  width: 6px;
  height: 6px;
  position: absolute;
  top: 13px;
  left: 0;
  background-color: #0088D4;
  border-radius: 50px;
  overflow: hidden;
  content: "";
}

@media screen and (min-width: 841px) {
  #report .link-box .link-ul a:hover {
    opacity: 0.7;
  }
  #report .sp-only {
    display: none !important;
  }
  #report .com-btn a:hover {
    background: linear-gradient(90deg, rgb(0, 136, 212) 0%, rgb(0, 91, 172) 100%);
  }
  #report .list-dl a:hover {
    opacity: 0.7;
  }
  #report .list-ul a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 841px) and (max-width: 1200px) {
  #report .link-box .link-ul a {
    padding: 26px 20px 37px;
    font-size: 1.4rem;
  }
  #report .link-box .link-ul .txt {
    margin: -2px 0 0 10px;
  }
  #report .link-box .link-ul .image {
    width: 34px;
  }
  #report .link-box .link-ul li:first-child .image {
    margin: 4px 0 0 0;
    width: 30px;
  }
  #report .main-visual .txt {
    font-size: 10rem;
    left: 0;
    bottom: -25px;
  }
  #report .sec02 .img-list li {
    width: 224px;
  }
  #report .sec02 .img-list .image {
    margin: 0 -5px;
  }
  #report .sec02 .box06 .img-list .image {
    margin: 0 -4px;
  }
  #report .sec03 .box08 .image {
    margin: 0 -10px;
  }
  #report .sec03 .btn-ul li {
    width: calc(50% - 10px);
  }
  #report .com-btn a {
    font-size: 1.7rem;
  }
  #report .com-btn span::after {
    top: 7px;
  }
  #report .com-btn span {
    padding: 0 20px;
  }
}
@media screen and (min-width: 841px) and (max-width: 1100px) {
  #report .box01 .flex-box {
    display: block;
  }
  #report .box01 .table-box {
    margin: 0 0 30px;
  }
  #report .box01 .image {
    margin: 0 auto;
  }
  #report .sec01 .img-box .photo {
    width: 380px;
  }
  #report .box04 .flex-box {
    margin: 25px 0 0 0;
    display: block;
  }
  #report .box04 .flex-box .image {
    margin: 0 auto;
  }
  #report .column-box .imgBox .right-box {
    width: 310px;
  }
}
@media screen and (max-width: 840px) {
  #report .pc-only {
    display: none !important;
  }
  #report .main-visual .txt {
    font-size: 11vw;
    left: 0;
    bottom: -3vw;
  }
  #report .main-visual .image {
    margin: 0 -150px;
  }
  #report .link-box .link-ul {
    margin: 0 auto;
    max-width: 340px;
    display: block;
  }
  #report .link-box .link-ul li {
    margin-bottom: 20px;
    padding: 0;
    width: auto;
  }
  #report .link-box .link-ul li:last-child {
    margin-bottom: 0;
  }
  #report .link-box .link-ul a {
    padding: 20px 20px 30px;
  }
  #report .link-box .title {
    margin-bottom: 15px;
    text-align: center;
  }
  #report .title-box {
    display: block;
    text-align: center;
  }
  #report .headline {
    margin-left: -5px;
    margin-right: -5px;
    font-size: 3.2rem;
    letter-spacing: -0.05em;
  }
  #report .lableTxt {
    margin: 8px 0 0 0;
    text-align: center;
  }
  #report .headline02 {
    font-size: 2rem;
  }
  #report .white-box {
    padding: 20px 15px;
  }
  #report .box01 .flex-box {
    margin: 27px 0 0;
    display: block;
  }
  #report .box01 .table-box {
    margin: 0 0 30px;
  }
  #report .box01 .image {
    width: auto;
  }
  #report .com-table th,
#report .com-table td {
    line-height: 1.3;
  }
  #report .com-table td {
    font-size: 1.5rem;
  }
  #report .notesTxt {
    margin: 15px 0 0;
    text-align: left;
    font-size: 1rem;
    padding-left: 0.5em;
    text-indent: -0.5em;
  }
  #report .headline02.line {
    padding-top: 35px;
  }
  #report .headline02.line::before {
    top: 3px;
  }
  #report .sec01 .img-box {
    padding: 0;
    display: block;
  }
  #report .sec01 .img-box .photo {
    width: auto;
  }
  #report .sec01 .img-box .photo img {
    width: 100%;
  }
  #report .sec01 .img-box .right-box {
    margin: 20px 0 0 0;
  }
  #report .box03 .flex-box {
    margin-bottom: 50px;
    padding-top: 15px;
    display: block;
  }
  #report .box03 .flex-box .photo {
    margin: 0 0 30px;
    text-align: center;
  }
  #report .box03 .flex-box .rightBox {
    width: auto;
  }
  #report .list-ul .time {
    margin-top: 0;
    width: auto;
    font-size: 1.5rem;
  }
  #report .list-ul li {
    display: block;
  }
  #report .box03 .btmTxt {
    line-height: 1.5;
  }
  #report .box04 .flex-box {
    margin: 30px 0 0 0;
    display: block;
  }
  #report .box04 .flex-box .image {
    width: auto;
  }
  #report .box04 tbody td {
    font-size: 1.6rem;
  }
  #report .box04 tbody td.blue {
    font-size: 2.2rem;
  }
  #report .box04 thead td {
    font-size: 1.3rem;
  }
  #report .box04 tr td:nth-child(2) {
    width: auto;
  }
  #report .box04 th {
    width: 30.9%;
  }
  #report .box04 tbody th,
#report .box04 tbody td {
    height: 80px;
  }
  #report .column-box .imgBox {
    display: block;
  }
  #report .column-box .imgBox .left-box {
    margin: 0;
  }
  #report .column-box {
    padding: 30px 20px;
  }
  #report .column-box .subTitle {
    margin-bottom: 22px;
    padding-left: 32px;
    font-size: 2rem;
  }
  #report .column-box .subTitle::before {
    width: 24px;
    top: 18px;
  }
  #report .column-box .headline02 {
    margin-bottom: 15px;
  }
  #report .column-box .imgBox .right-box {
    margin-top: 30px;
    width: auto;
  }
  #report .column-box .imgBox .right-box img {
    width: 100%;
  }
  #report .box03 .flex-box .image {
    text-align: center;
  }
  #report .sec02 .headline02 {
    margin-bottom: 25px;
    font-size: 1.9rem;
  }
  #report .sec02 .img-list {
    max-width: inherit;
    display: block;
  }
  #report .sec02 .img-list li {
    margin-bottom: 40px;
    width: auto;
  }
  #report .sec02 .img-list li:last-child {
    margin-bottom: 0;
  }
  #report .sec02 .img-list .image {
    margin: 0;
    text-align: center;
  }
  #report .sec02 .img-list .image img {
    max-width: 200px;
    width: 100%;
  }
  #report .headline03 {
    font-size: 1.7rem;
  }
  #report .sec02 .white-box {
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #report .sec02 .box06 .img-list .image {
    margin: 0;
  }
  #report .sec02 .box06 .img-list .headline03 {
    margin-bottom: 15px;
  }
  #report .com-btn a {
    padding: 3px 28px;
    font-size: 1.5rem;
  }
  #report .com-btn span {
    padding: 0 18px;
  }
  #report .com-btn span::after {
    width: 11px;
    height: 11px;
    top: 6px;
    right: 0;
  }
  #report .sec03 .headline02 {
    padding-top: 40px;
    margin-bottom: 40px;
    font-size: 2.2rem;
  }
  #report .list-ul02 {
    max-width: inherit;
    display: block;
  }
  #report .list-ul02 > li {
    margin-bottom: 50px;
    width: auto;
  }
  #report .list-ul02 > li:last-child {
    margin-bottom: 0;
  }
  #report .sec03 .box08 .image {
    margin: 0;
  }
  #report .sec03 .img-ul {
    display: block;
  }
  #report .sec03 .img-ul li {
    margin-bottom: 50px;
  }
  #report .sec03 .img-ul .image {
    text-align: center;
  }
  #report .sec03 .img-ul li:last-child {
    margin-bottom: 0;
  }
  #report .sec03 .img-ul .num01 {
    width: auto;
  }
  #report .sec03 .img-ul .num02 {
    margin-left: 0;
  }
  #report .headline03 .sml {
    font-size: 1.2rem;
  }
  #report .sec03 .btn-ul {
    margin: 0 0 40px;
    display: block;
  }
  #report .sec03 .btn-ul li {
    margin-bottom: 20px;
    width: auto;
  }
  #report .sec03 .btn-ul li:last-child {
    margin-bottom: 0;
  }
  #report .sec03 .box10 .img-ul li {
    width: auto;
  }
  #report .sec03 .box10 .img-ul {
    margin-top: 30px;
  }
  #report .sec03 .img-box .text-box {
    margin: 0;
  }
  #report .sec03 .img-box {
    display: block;
  }
  #report .sec03 .img-box .photo {
    margin-top: 30px;
    width: auto;
  }
  #report .sec03 .txt-ul {
    font-size: 1.6rem;
  }
  #report .sec03 .txt-ul li::before {
    width: 5px;
    height: 5px;
    top: 12px;
    left: 0;
  }
  #report .link-box .time {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    margin-bottom: 30px;
  }
  #report .sec03 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 374px) {
  #report .com-btn a {
    padding: 3px 24px;
    font-size: 1.3rem;
  }
  #report .com-btn a::after {
    right: 14px !important;
  }
  #report .com-btn span {
    padding: 0 14px;
  }
  #report .com-btn span::after {
    top: 5px;
  }
  #report .link-box .link-ul a {
    font-size: 1.6rem;
  }
  #report .link-box .link-ul .txt {
    margin-left: 20px;
  }
}
#report .fix-box {
  width: 119px;
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 99;
  display: none;
}

#report .fix-box .fix-link a {
  padding: 5px 18px 7px 5px;
  height: 60px;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  background: #0088D4;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s;
}

#report .fix-box .fix-link a:after {
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 11px;
  content: "";
}

@media screen and (min-width: 841px) {
  #report .fix-box .fix-link a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 840px) {
  #report .fix-box {
    width: 119px;
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
  #report .fix-box .fix-link a {
    padding: 5px 18px 7px 5px;
    height: 50px;
    font-size: 1rem;
  }
}
#report .fadeIn {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

#report .fadeInUp {
  opacity: 0;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
/* report 2025 */
#report-vol2 {
  padding-top: 30px;
  margin-top: -30px;
  color: #1F1F1F;
  overflow: hidden;
}

/* report vol.2 */
#report-vol2 img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

#report-vol2 .fadeIn {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

#report-vol2 .fadeInUp {
  opacity: 0;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
#report-vol2 .fix-box {
  width: 119px;
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 99;
  display: none;
}

#report-vol2 .fix-box .fix-link a {
  padding: 5px 18px 7px 5px;
  height: 60px;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  background: #0088D4;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s;
}

#report-vol2 .fix-box .fix-link a:after {
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 11px;
  content: "";
}

/* com-btn */
#report-vol2 .com-btn {
  margin-top: 55px;
}

#report-vol2 .com-btn a {
  margin: 0 auto;
  padding: 3px 40px;
  width: 262px;
  height: 49px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 50px;
  background: #0088D4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
}

#report-vol2 .com-btn a::after {
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 24px;
  content: "";
}

#report-vol2 .com-btn span {
  padding: 0 24px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

#report-vol2 .com-btn span::after {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 11px;
  right: 0;
  background: url("images/ir/gmo-media-press_202403/icon03.png") no-repeat left top/100% 100%;
  content: "";
}

#report-vol2 .main-visual {
  margin-bottom: 3rem;
  padding: 3px 4rem 0;
  position: relative;
}

#report-vol2 .main-visual .bg01 {
  position: absolute;
  top: -3rem;
  left: 0rem;
  width: 66.1rem;
}

#report-vol2 .main-visual .bg02 {
  position: absolute;
  bottom: -2.4rem;
  right: -16.3rem;
  width: 37.1rem;
}

#report-vol2 .main-visual .photo img {
  width: 100%;
  transition: 0.2s;
}

#report-vol2 .main-visual .subBox {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.8rem;
}

#report-vol2 .main-visual .left-box {
  width: calc((100% - 2rem) / 2);
  border-radius: 0 2rem 0 0;
  overflow: hidden;
  position: relative;
}

#report-vol2 .main-visual .left-box .photo {
  height: 100%;
}

#report-vol2 .main-visual .left-box .photo img {
  height: 100%;
  object-fit: cover;
}

#report-vol2 .main-visual .left-box .sub {
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 6.4rem 3.8rem;
}

#report-vol2 .main-visual .left-box .people {
  position: absolute;
  bottom: 0;
  right: 2.5rem;
  width: 23vw;
}

#report-vol2 .main-visual .left-box .logo {
  margin-bottom: 2.5rem;
}

#report-vol2 .main-visual .left-box .ttl {
  margin-bottom: 2rem;
  font-size: min(1.7vw, 2rem);
  font-weight: 700;
  color: #fff;
}

#report-vol2 .main-visual .left-box .date {
  width: fit-content;
  font-size: 1.4rem;
  color: #fff;
  padding: 0 0.8rem 0.2rem;
  border: 1px solid #fff;
}

#report-vol2 .main-visual .right-box {
  width: calc((100% - 2rem) / 2);
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  justify-content: space-between;
}

#report-vol2 .main-visual .right-box .photo {
  overflow: hidden;
  border-radius: 0 2rem 0 0;
  position: relative;
}

#report-vol2 .main-visual .right-box .photo img {
  height: 100%;
  object-fit: cover;
}

#report-vol2 .com-link {
  max-width: 54.8rem;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
}

#report-vol2 .com-link .btn {
  padding: 0 3rem;
  display: flex;
  min-height: 6rem;
  border-radius: 3rem;
  align-items: center;
  font-size: min(2vw, 1.8rem);
  color: #08579A;
  font-weight: 700;
  background: #fff url(images/ir/gmo-media-press_202503/icon01.png) no-repeat right 2.5rem center;
  background-size: 1.1rem auto;
  transition: 0.2s;
}

#report-vol2 .com-link .en {
  margin: 0.3rem 0 0 2rem;
  font-size: min(1.3vw, 1.2rem);
  color: #1F1F1F;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.18rem;
}

#report-vol2 .main-visual .com-link {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3rem;
  width: 100%;
}

#report-vol2 .main-box {
  max-width: 99.4rem;
  margin: 0 auto;
  padding: 0 2rem;
}

#report-vol2 .heading01 {
  margin-bottom: 5.8rem;
  font-size: 5rem;
  color: #1F1F1F;
  padding: 4rem 0 0 7.4rem;
  background: url(images/ir/gmo-media-press_202503/bg04.png) no-repeat left top;
  background-size: 13.5rem auto;
}

#report-vol2 .heading01 .en {
  margin: 0 0 -0.8rem 0.1rem;
  display: block;
  font-size: 1.8rem;
  color: #08579A;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.126rem;
}

#report-vol2 .sec01 {
  margin-bottom: 6.4rem;
  padding-bottom: 5rem;
  background: url(images/ir/gmo-media-press_202503/bg02.jpg) no-repeat center top;
  background-size: cover;
}

#report-vol2 .sec01 .big-photo {
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 5.9rem;
}

#report-vol2 .sec01 .big-photo .name {
  font-size: 1.8rem;
  font-weight: 700;
  position: absolute;
  bottom: 4.3rem;
  right: calc(50% - 15.5rem);
}

#report-vol2 .sec01 .big-photo .name small {
  display: block;
  font-size: 1.2rem;
}

#report-vol2 .heading02 {
  font-size: 2.2rem;
  color: #08579A;
  font-weight: 700;
  margin-bottom: 4rem;
  line-height: normal;
}

#report-vol2 .sec01 p {
  text-indent: 1em;
  margin-bottom: 2.8rem;
  font-size: 1.6rem;
  line-height: 1.75;
}

#report-vol2 .sec01 p:last-child {
  margin-bottom: 0;
}

#report-vol2 .sec01 .text {
  text-indent: 0;
}

#report-vol2 .sec01 p + .heading02 {
  padding-top: 3.3rem;
}

#report-vol2 .white-box {
  margin-bottom: 3rem;
  background-color: #fff;
  border-radius: 1.5rem;
  text-align: center;
  min-height: 44.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#report-vol2 .white-box .photo {
  text-align: center;
  width: 100%;
}

#report-vol2 .blue-box {
  margin: 5.1rem auto 0;
  padding: 5rem 0 5.3rem;
  max-width: 120rem;
  box-sizing: border-box;
  color: #fff;
  background-color: #005BAC;
}

#report-vol2 .blue-box h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3.8rem;
}

#report-vol2 .blue-box h5 {
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  padding-left: 4rem;
  margin-bottom: 4rem;
}

#report-vol2 .blue-box h5:after {
  width: 4rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(50% + 0.5rem);
  margin-top: -1px;
  left: 0;
  content: "";
}

#report-vol2 .sec01 .blue-box .big-photo {
  margin-bottom: 3.9rem;
}

#report-vol2 .blue-box .white-box {
  margin: 4rem auto 4rem;
  min-height: 46.7rem;
}

#report-vol2 .sec01 p .txt-span {
  display: block;
  text-indent: 1em;
}

#report-vol2 .sec02 {
  margin-bottom: 9rem;
}

#report-vol2 .sec02 h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin: -0.9rem 0 2.6rem;
  line-height: 1.5;
}

#report-vol2 .sec02 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0;
  margin: 0 4.2rem 8.4rem;
}

#report-vol2 .sec02 .list:last-child {
  margin-bottom: 0;
}

#report-vol2 .sec02 .list li {
  margin: 0 1.5rem;
  padding: 1.7rem 1rem 1.9rem;
  box-sizing: border-box;
  width: calc(33.33% - 3rem);
  text-align: center;
  background: rgba(21, 165, 254, 0.07);
}

#report-vol2 .sec02 .list .text-img {
  margin: 0 auto;
  max-width: 23.6rem;
}

#report-vol2 .sec02 .list .ttl {
  margin: 0 auto 2rem;
  max-width: 20.4rem;
  font-size: 2rem;
  font-weight: 700;
  background-color: #fff;
  border-radius: 5rem;
}

#report-vol2 .sec02 .list .ttl span {
  font-size: 1.2rem;
  font-weight: 400;
}

#report-vol2 .sec02 .list02 {
  padding-bottom: 1.9rem;
}

#report-vol2 .sec02 .list02 li {
  padding-top: 2.8rem;
  padding-bottom: 3.6rem;
}

#report-vol2 .sec02 .list02 .text-img {
  max-width: 23rem;
  margin-top: -0.5rem;
}

#report-vol2 .sec03 {
  padding: 7.7rem 0 5rem;
  border-radius: 6rem;
  position: relative;
  background-color: rgba(0, 0, 0, 0.04);
}

#report-vol2 .sec03 .bg01 {
  position: absolute;
  top: 0.9rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 128rem;
}

#report-vol2 .sec03 .heading01 {
  margin-bottom: 8.7rem;
}

#report-vol2 .sec03 p {
  text-indent: 1em;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 2.7rem;
}

#report-vol2 .sec03 .text02 {
  margin-bottom: 0;
}

#report-vol2 .sec03 p a {
  color: #08579A;
  text-decoration: underline;
}

#report-vol2 .sec03 p:last-child {
  margin-bottom: 0;
}

#report-vol2 .sec03 p + .heading02 {
  padding-top: 3.3rem;
}

#report-vol2 .sec03 p + .white-box {
  margin-top: 4.2rem;
  min-height: inherit;
  padding: 3.6rem 2rem;
  margin-bottom: 4rem;
}

#report-vol2 .sec03 p small {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.2rem;
  font-weight: 400;
  text-indent: 0;
}

#report-vol2 .sec03 .al-dl {
  margin-bottom: 6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

#report-vol2 .sec03 .al-dl dt {
  width: 22.9rem;
  padding-right: 1rem;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  align-items: center;
}

#report-vol2 .sec03 .al-dl dd {
  flex: 1;
  padding-left: 2.7rem;
  border-left: 1px solid currentColor;
}

#report-vol2 .sec03 .al-dl dd p {
  font-size: 1.4rem;
  line-height: 1.714;
  margin-bottom: 0;
}

#report-vol2 .bg-box {
  position: relative;
}

#report-vol2 .bg-box .bg02 {
  position: absolute;
  top: -18.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 128rem;
  z-index: -1;
}

#report-vol2 .table-box {
  max-width: 70rem;
  margin: 4rem auto 6rem;
}

#report-vol2 .table-box table {
  width: 100%;
  border-collapse: collapse;
}

#report-vol2 .table-box table th {
  font-size: 1.4rem;
  width: 40%;
  font-weight: 700;
  border: 1px solid #D9D9D9;
  background-color: #08579A;
  padding: 0.7rem 0.5rem;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

#report-vol2 .table-box table th:first-child {
  width: 20%;
}

#report-vol2 .table-box table td {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 1.5rem 1rem;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #D9D9D9;
  background-color: #fff;
  height: 6.6rem;
  box-sizing: border-box;
}

#report-vol2 .table-box table td:first-child {
  font-weight: 700;
}

#report-vol2 .white-box02 {
  min-height: 33.2rem;
  margin-bottom: 0;
}

#report-vol2 .sec04 {
  padding: 11rem 2rem;
}

#report-vol2 .sec04 .main-box {
  max-width: 120rem;
  padding: 1.8rem 10.2rem 0;
  margin: 0 auto;
  border-top: 1px solid #08579A;
  box-sizing: border-box;
}

#report-vol2 .sec04 h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #08579A;
  margin-bottom: 2.3rem;
}

#report-vol2 .sec04 .date {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1rem;
}

#report-vol2 .sec04 .date a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #08579A;
  border-radius: 5rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  min-width: 14.2rem;
  padding: 0.5rem;
  box-sizing: border-box;
}

@media screen and (min-width: 841px) {
  #report-vol2 .sp-only {
    display: none !important;
  }
  #report-vol2 .fix-box .fix-link a:hover {
    opacity: 0.7;
  }
  #report-vol2 .com-btn a:hover {
    background: linear-gradient(90deg, rgb(0, 136, 212) 0%, rgb(0, 91, 172) 100%);
  }
  #report-vol2 .main-visual a:hover .com-link .btn {
    color: #fff;
    background: #08579A url("images/ir/gmo-media-press_202503/icon01-hover.png") no-repeat right 1.9rem center;
    background-size: 1.1rem auto;
    transition: 0.2s;
  }
  #report-vol2 .main-visual a:hover .com-link .en {
    color: #fff;
  }
  #report-vol2 .sec03 p a:hover {
    text-decoration: none;
  }
  #report-vol2 .sec04 .date a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 840px) {
  #report-vol2 {
    padding-top: 50px;
    margin-top: -70px;
  }
  #report-vol2 .fix-box {
    width: 119px;
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
  #report-vol2 .fix-box .fix-link a {
    padding: 5px 18px 7px 5px;
    height: 50px;
    font-size: 1rem;
  }
  #report-vol2 .main-visual .subBox {
    display: block;
  }
  #report-vol2 .main-visual {
    padding: 0 1rem;
    margin-bottom: 6rem;
  }
  #report-vol2 .main-visual .left-box {
    width: auto;
    margin: 0 0 2rem;
  }
  #report-vol2 .main-visual .left-box .sub {
    padding: 2rem;
  }
  #report-vol2 .main-visual .right-box {
    display: block;
    width: auto;
  }
  #report-vol2 .main-visual .right-box .photo {
    margin-bottom: 2rem;
  }
  #report-vol2 .main-visual .right-box .photo:last-child {
    margin-bottom: 0;
  }
  #report-vol2 .main-visual .left-box .ttl {
    font-size: 2rem;
  }
  #report-vol2 .main-visual .left-box .people {
    width: 47vw;
  }
  #report-vol2 .com-link .btn {
    min-height: 5rem;
    padding: 0 2rem;
    font-size: 1.4rem;
  }
  #report-vol2 .com-link .en {
    font-size: 1rem;
    margin-left: 1rem;
    letter-spacing: 0.1em;
  }
  #report-vol2 .main-visual .bg01 {
    width: 30rem;
  }
  #report-vol2 .main-visual .bg02 {
    bottom: -3rem;
    width: 20rem;
    right: -5rem;
  }
  #report-vol2 .main-box {
    padding: 0 1.5rem;
  }
  #report-vol2 .heading01 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    padding: 2rem 0 2rem 2rem;
    background-size: 8rem auto;
    margin-left: -1.5rem;
    background-position: left 0.5rem top;
  }
  #report-vol2 .heading01 .en {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  #report-vol2 .sec01 .big-photo {
    border-radius: 1rem;
    margin-bottom: 3rem;
  }
  #report-vol2 .sec01 .big-photo img {
    width: 100%;
  }
  #report-vol2 .sec01 .big-photo .name {
    right: 5rem;
    bottom: 2rem;
    font-size: 1.5rem;
  }
  #report-vol2 .sec01 .big-photo .name small {
    font-size: 1.1rem;
  }
  #report-vol2 .heading02 {
    font-size: 1.9rem;
    margin-bottom: 3rem;
  }
  #report-vol2 .sec01 p {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  #report-vol2 .sec01 p + .heading02 {
    padding-top: 4rem;
  }
  #report-vol2 .white-box {
    min-height: inherit !important;
    padding: 2rem 1rem !important;
    border-radius: 1rem;
  }
  #report-vol2 .white-box img {
    width: 100%;
  }
  #report-vol2 .blue-box h5 {
    font-size: 1.8rem;
  }
  #report-vol2 .blue-box h5::after {
    width: 3rem;
  }
  #report-vol2 .sec02 h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  #report-vol2 .sec02 .list {
    display: block;
    margin: 0 0 5rem;
  }
  #report-vol2 .sec02 .list li {
    width: auto;
    margin: 0 0 2rem;
  }
  #report-vol2 .sec02 .list li:last-child {
    margin-bottom: 0;
  }
  #report-vol2 .sec02 .list .text-img {
    max-width: 20rem;
  }
  #report-vol2 .sec02 .list .ttl {
    font-size: 1.6rem;
  }
  #report-vol2 .sec03 {
    border-radius: 2rem;
    padding: 4rem 0;
  }
  #report-vol2 .sec03 .heading01 {
    margin-bottom: 4rem;
  }
  #report-vol2 .sec03 p {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  #report-vol2 .sec03 p + .heading02 {
    padding-top: 4rem;
  }
  #report-vol2 .sec03 .al-dl {
    display: block;
  }
  #report-vol2 .sec03 .al-dl dt {
    width: auto;
    justify-content: center;
    padding: 0 0 1rem;
  }
  #report-vol2 .sec03 .al-dl dd {
    padding: 2rem 0 0;
    border-left: none;
    border-top: 1px solid currentColor;
  }
  #report-vol2 .sec03 p small {
    font-size: 1.1rem;
  }
  #report-vol2 .sec04 {
    padding: 5rem 1.5rem;
  }
  #report-vol2 .sec04 .main-box {
    padding: 2rem 0 0;
  }
  #report-vol2 .sec04 h3 {
    font-size: 2rem;
  }
  #report-vol2 .sec04 .date a {
    font-size: 1.4rem;
  }
  #report-vol2 .table-box table td {
    padding: 1.5rem 0.5rem;
  }
  #report-vol2 .table-box table th:first-child {
    width: 28%;
  }
  #report-vol2 .table-box {
    max-width: inherit;
  }
}
@media screen and (min-width: 841px) and (max-width: 1000px) {
  #report-vol2 .main-visual .left-box .people {
    width: min(21vw, 28.9rem);
  }
}
@media screen and (max-width: 480px) {
  #report-vol2 .main-visual .left-box .people {
    width: min(160px, 40vw);
  }
}
.page {
  color: #393939;
  letter-spacing: 0.04em;
}

.page-head {
  letter-spacing: 0.06em;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  box-sizing: border-box;
  margin-top: -120px;
  padding-top: 140px;
}
.page-head__ttl {
  font-size: 4rem;
  font-weight: 800;
  padding-bottom: 20px;
  position: relative;
  line-height: 1.4;
  word-break: keep-all;
}
.page-head__ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 6px;
  background-color: #D7DAE0;
  border-radius: 3px;
}
.page-head__ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 30px;
  height: 6px;
  background-color: #0044BD;
  border-radius: 3px;
}

.page-main {
  padding-bottom: 80px;
}
.page-main--1000 {
  box-sizing: border-box;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 24px;
}
@media (max-width: 768px) {
  .page-main--1000 {
    padding-inline: 16px;
  }
}

@media (max-width: 640px) {
  .page-head__ttl {
    font-size: 2.8rem;
  }
}
.l-page-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
  margin-bottom: 32px;
}
@media (max-width: 640px) {
  .l-page-nav {
    margin-top: 32px;
    margin-bottom: 16px;
  }
}

.page-nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.page-nav > li {
  background-color: #F4F4F7;
  border-radius: 8px;
  overflow: hidden;
  flex-grow: 0;
}
.page-nav > li > a,
.page-nav > li > span {
  display: block;
  padding: 12px 20px;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 640px) {
  .page-nav > li > a,
.page-nav > li > span {
    font-size: 1.4rem;
  }
}
.page-nav > li > a:hover {
  background-color: #D1E4F4;
}
.page-nav > li > span {
  background-color: #0044BD;
  color: #fff;
}

.news-list {
  display: flex;
  flex-direction: column;
}
.news-list li:hover {
  opacity: 0.8;
}
.news-list li + li {
  border-top: 1px solid #ccc;
}
.news-list li > a {
  display: flex;
  padding-block: 24px;
}
.news-list__image {
  flex: 0 0 160px;
  margin-right: 24px;
}
.news-list__image > img {
  width: 100%;
  height: auto;
}
@media (max-width: 640px) {
  .news-list__image {
    flex-basis: 120px;
    margin-right: 16px;
  }
}
.news-list__content {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media (max-width: 640px) {
  .news-list__info {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
  }
}
.news-list__info time {
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 16px;
  font-weight: 700;
}
.news-list__category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 8px;
  background-color: #EFF1F4;
  width: 120px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #0044BD;
  border-left: none;
  box-sizing: border-box;
}
.news-list__ttl {
  font-size: 1.4rem;
  line-height: 1.6;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.footer-common {
  background-color: #fff;
}
.footer-ir + .footer-common {
  background-color: #EBEBEB;
}

.footer-common__main {
  background-color: #005BAC;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  padding: 64px 116px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  column-gap: 24px;
}

.footer-common__left {
  flex-grow: 1;
}

.footer-common__right {
  display: flex;
  column-gap: 40px;
}

.footer-common__logo {
  width: 200px;
  height: auto;
  margin-bottom: 40px;
}

.footer-common__btn-link {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.footer-common__btn-link--sp {
  display: none;
}

.footer-common__btn-link li a {
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 200px;
  line-height: 36px;
  border: 1px solid #fff;
  border-radius: 20px;
}
.footer-common__btn-link li a:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

.footer-common__fb {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 16px;
  color: #fff;
  letter-spacing: 0.06em;
  font-size: 1rem;
}
.footer-common__fb a:hover {
  opacity: 0.9;
}

.footer-common__siteseal {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding-top: 46px;
  padding-bottom: 46px;
  gap: 8px 16px;
}
.footer-common__siteseal li img {
  vertical-align: bottom;
}

.footer-common__bnr {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px 140px;
}
.footer-common__bnr .isms {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-common__bnr .isms a {
  font-size: 1rem;
}

.footer-common__circle-logo {
  position: absolute;
  bottom: -52px;
  right: 140px;
}
.footer-common__circle-logo.is-rotating {
  animation: rotate 24s linear infinite;
}

.footer-common-links {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.footer-common-links li a {
  color: #fff;
  font-size: 1.2rem;
}
.footer-common-links li a:hover {
  text-decoration: underline;
}

.footer-common-links--icon li {
  display: flex;
  align-items: center;
  position: relative;
  column-gap: 8px;
}
.footer-common-links--icon li::before {
  display: inline-block;
  content: "";
  background-color: #fff;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  margin-right: 4px;
}
.footer-common-links--icon li::after {
  content: "";
  position: absolute;
  left: 2px;
  width: 3px;
  height: 3px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #005BAC #005BAC transparent transparent;
}
.footer-common-links--icon li a {
  font-size: 1.6rem;
  font-weight: 700;
}

@media (max-width: 840px) {
  .footer-common__main {
    padding: 64px 80px;
  }
  .footer-common__left {
    margin-bottom: 40px;
  }
  .footer-common__bnr {
    padding: 40px 24px;
  }
  .footer-common__circle-logo {
    right: 60px;
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 640px) {
  .footer-common__main {
    padding: 60px 36px 120px;
  }
  .footer-common__right {
    flex-wrap: wrap;
    row-gap: 32px;
    width: 100%;
    column-gap: 36px;
  }
  .footer-common-links {
    flex-grow: 1;
  }
  .footer-common-links:not(.footer-common-links--icon) {
    width: 100%;
  }
  .footer-common__left .footer-common__btn-link {
    display: none;
  }
  .footer-common__btn-link--sp {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 32px;
  }
  .footer-common__siteseal {
    justify-content: center;
    padding-left: 94px;
    padding-right: 94px;
  }
  .footer-common__circle-logo {
    left: 36px;
  }
}
@media (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

@media (min-width: 769px) {
  .only-sp {
    display: none;
  }
}

.link-btn {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  background-color: #fff;
  box-sizing: border-box;
  border: 2px solid #393939;
  border-radius: 30px;
  height: 60px;
  padding: 0 24px;
  font-size: 1.6rem;
  font-weight: bold;
  width: 200px;
  justify-content: space-between;
  transition: all 0.3s ease 0s;
}
@media (min-width: 769px) {
  .link-btn:hover {
    transform: scale(1.05, 1.05);
  }
}

.section-gray {
  background-color: #f5f5f5;
}

.section-1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-block: 80px;
}

.section-1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-block: 60px;
}
@media (max-width: 768px) {
  .section-1200 {
    padding-block: 16px;
  }
}

.section-inline {
  display: flex;
  justify-content: space-between;
  column-gap: 24px;
  max-width: 1200px;
  margin-inline: auto;
  padding: 60px 16px;
}
.section-1000 .section-inline {
  max-width: 1000px;
}
@media (max-width: 768px) {
  .section-inline {
    flex-direction: column;
  }
}
.section-inline__left {
  display: flex;
  flex-direction: column;
}
.section-inline__right {
  flex: 1;
}
.section-inline__ttl {
  font-size: 4rem;
  font-family: "century-gothic", sans-serif;
  color: #062D7D;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1;
}
.section-inline__sub-ttl {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}
.section-inline__cate-list {
  display: flex;
  margin-top: 24px;
  margin-bottom: 32px;
  column-gap: 16px;
}
@media (min-width: 769px) {
  .section-inline__cate-list {
    flex-direction: column;
  }
}
.section-inline__cate-list li {
  font-size: 1.6rem;
  font-weight: 700;
  color: #393939;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section-inline__cate-list li {
    font-size: 1.2rem;
    background-color: #EFF1F4;
  }
}
.section-inline__cate-list li a {
  display: block;
  padding: 16px 8px;
  transition: all 0.3s ease 0s;
  outline-offset: -2px;
}
@media (min-width: 769px) {
  .section-inline__cate-list li a {
    padding-inline: 16px;
  }
  .section-inline__cate-list li a:hover {
    background-color: #F4F4F7;
  }
}
.section-inline__l-link {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .section-inline__l-link {
    text-align: right;
    margin-top: 8px;
  }
}
.section-inline__l-bottom-link {
  margin-top: auto;
}
@media (max-width: 768px) {
  .section-inline__l-bottom-link {
    text-align: right;
    margin-top: 16px;
  }
}

.g-group-common-footer {
  background-color: #fff;
  padding-top: 24px;
  width: 100%;
}
.g-group-common-footer:not(:has(.g-group-siteseal-area)) {
  padding-bottom: 20px;
}
.g-group-common-footer img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
}
.g-group-common-footer .g-group-common-footer-logo {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  gap: 20px;
  align-items: center;
  box-sizing: border-box;
  max-width: 1040px;
}
@media screen and (min-width: 541px) {
  .g-group-common-footer .g-group-common-footer-logo {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 540px) {
  .g-group-common-footer .g-group-common-footer-logo {
    flex-direction: column;
    gap: 0;
  }
}
.g-group-common-footer .g-group-common-footer-logo__corporate {
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.g-group-common-footer .g-group-common-footer-logo__sns {
  display: flex;
  gap: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 540px) {
  .g-group-common-footer .g-group-common-footer-logo__sns {
    padding-top: 0;
  }
}
.g-group-common-footer .g-group-common-footer-logo__sns > li > a {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.g-group-common-footer .g-group-common-footer-logo__sns img {
  vertical-align: middle;
  box-sizing: border-box;
}
.g-group-common-footer .g-group-siteseal-area {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
